@wix/auto_sdk_crm_contacts 1.0.1202 → 1.0.1203
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
|
@@ -2125,6 +2125,8 @@ interface ContactCreatedEnvelope {
|
|
|
2125
2125
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2126
2126
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2127
2127
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2128
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2129
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2128
2130
|
* @permissionScope Manage Contacts
|
|
2129
2131
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2130
2132
|
* @permissionScope Set Up Automations
|
|
@@ -2156,6 +2158,8 @@ interface ContactDeletedEnvelope {
|
|
|
2156
2158
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2157
2159
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2158
2160
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2161
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2162
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2159
2163
|
* @permissionScope Manage Contacts
|
|
2160
2164
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2161
2165
|
* @permissionScope Set Up Automations
|
|
@@ -2185,6 +2189,8 @@ interface ContactMergedEnvelope {
|
|
|
2185
2189
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2186
2190
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2187
2191
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2192
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2193
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2188
2194
|
* @permissionScope Manage Contacts
|
|
2189
2195
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2190
2196
|
* @permissionScope Set Up Automations
|
|
@@ -2216,6 +2222,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2216
2222
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2217
2223
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2218
2224
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2225
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2226
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2219
2227
|
* @permissionScope Manage Contacts
|
|
2220
2228
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2221
2229
|
* @permissionScope Set Up Automations
|