@wix/auto_sdk_crm_contacts 1.0.607 → 1.0.608
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +8 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +8 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +8 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +8 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2065,6 +2065,8 @@ interface ContactCreatedEnvelope {
|
|
|
2065
2065
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2066
2066
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2067
2067
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2068
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2069
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2068
2070
|
* @permissionScope Manage Contacts
|
|
2069
2071
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2070
2072
|
* @permissionScope Set Up Automations
|
|
@@ -2096,6 +2098,8 @@ interface ContactDeletedEnvelope {
|
|
|
2096
2098
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2097
2099
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2098
2100
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2101
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2102
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2099
2103
|
* @permissionScope Manage Contacts
|
|
2100
2104
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2101
2105
|
* @permissionScope Set Up Automations
|
|
@@ -2125,6 +2129,8 @@ interface ContactMergedEnvelope {
|
|
|
2125
2129
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2126
2130
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2127
2131
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2132
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2133
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2128
2134
|
* @permissionScope Manage Contacts
|
|
2129
2135
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2130
2136
|
* @permissionScope Set Up Automations
|
|
@@ -2154,6 +2160,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2154
2160
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2155
2161
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2156
2162
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2163
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2164
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2157
2165
|
* @permissionScope Manage Contacts
|
|
2158
2166
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2159
2167
|
* @permissionScope Set Up Automations
|