feature/IO-3182-Phone-Number-Consent - Checkpoint
This commit is contained in:
@@ -957,7 +957,6 @@
|
||||
- enforce_conversion_category
|
||||
- enforce_conversion_csr
|
||||
- enforce_referral
|
||||
- enforce_sms_consent
|
||||
- entegral_configuration
|
||||
- entegral_id
|
||||
- features
|
||||
@@ -1068,7 +1067,6 @@
|
||||
- enforce_conversion_category
|
||||
- enforce_conversion_csr
|
||||
- enforce_referral
|
||||
- enforce_sms_consent
|
||||
- federal_tax_id
|
||||
- id
|
||||
- inhousevendorid
|
||||
@@ -5864,104 +5862,12 @@
|
||||
url: '{{$base_url}}/opensearch'
|
||||
version: 2
|
||||
- table:
|
||||
name: phone_number_consent
|
||||
name: phone_number_opt_out
|
||||
schema: public
|
||||
object_relationships:
|
||||
- name: bodyshop
|
||||
using:
|
||||
foreign_key_constraint_on: bodyshopid
|
||||
array_relationships:
|
||||
- name: phone_number_consent_history
|
||||
using:
|
||||
foreign_key_constraint_on:
|
||||
column: phone_number_consent_id
|
||||
table:
|
||||
name: phone_number_consent_history
|
||||
schema: public
|
||||
insert_permissions:
|
||||
- role: user
|
||||
permission:
|
||||
check:
|
||||
bodyshop:
|
||||
associations:
|
||||
_and:
|
||||
- user:
|
||||
authid:
|
||||
_eq: X-Hasura-User-Id
|
||||
- active:
|
||||
_eq: true
|
||||
columns:
|
||||
- consent_status
|
||||
- phone_number
|
||||
- consent_updated_at
|
||||
- created_at
|
||||
- updated_at
|
||||
- bodyshopid
|
||||
- id
|
||||
comment: ""
|
||||
select_permissions:
|
||||
- role: user
|
||||
permission:
|
||||
columns:
|
||||
- consent_status
|
||||
- phone_number
|
||||
- consent_updated_at
|
||||
- created_at
|
||||
- updated_at
|
||||
- bodyshopid
|
||||
- id
|
||||
filter:
|
||||
bodyshop:
|
||||
associations:
|
||||
_and:
|
||||
- user:
|
||||
authid:
|
||||
_eq: X-Hasura-User-Id
|
||||
- active:
|
||||
_eq: true
|
||||
comment: ""
|
||||
update_permissions:
|
||||
- role: user
|
||||
permission:
|
||||
columns:
|
||||
- bodyshopid
|
||||
- consent_status
|
||||
- consent_updated_at
|
||||
- created_at
|
||||
- phone_number
|
||||
- updated_at
|
||||
filter: {}
|
||||
check: null
|
||||
comment: ""
|
||||
- table:
|
||||
name: phone_number_consent_history
|
||||
schema: public
|
||||
object_relationships:
|
||||
- name: phone_number_consent
|
||||
using:
|
||||
foreign_key_constraint_on: phone_number_consent_id
|
||||
select_permissions:
|
||||
- role: user
|
||||
permission:
|
||||
columns:
|
||||
- new_value
|
||||
- old_value
|
||||
- changed_by
|
||||
- reason
|
||||
- changed_at
|
||||
- id
|
||||
- phone_number_consent_id
|
||||
filter:
|
||||
phone_number_consent:
|
||||
bodyshop:
|
||||
associations:
|
||||
_and:
|
||||
- user:
|
||||
authid:
|
||||
_eq: X-Hasura-User-Id
|
||||
- active:
|
||||
_eq: true
|
||||
comment: ""
|
||||
- table:
|
||||
name: phonebook
|
||||
schema: public
|
||||
|
||||
Reference in New Issue
Block a user