@wix/auto_sdk_crm_contacts 1.0.1338 → 1.0.1339
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
|
@@ -2136,6 +2136,8 @@ interface ContactCreatedEnvelope {
|
|
|
2136
2136
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2137
2137
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2138
2138
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2139
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2140
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2139
2141
|
* @permissionScope Manage Contacts
|
|
2140
2142
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2141
2143
|
* @permissionScope Set Up Automations
|
|
@@ -2171,6 +2173,8 @@ interface ContactDeletedEnvelope {
|
|
|
2171
2173
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2172
2174
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2173
2175
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2176
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2177
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2174
2178
|
* @permissionScope Manage Contacts
|
|
2175
2179
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2176
2180
|
* @permissionScope Set Up Automations
|
|
@@ -2204,6 +2208,8 @@ interface ContactMergedEnvelope {
|
|
|
2204
2208
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2205
2209
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2206
2210
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2211
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2212
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2207
2213
|
* @permissionScope Manage Contacts
|
|
2208
2214
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2209
2215
|
* @permissionScope Set Up Automations
|
|
@@ -2239,6 +2245,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2239
2245
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2240
2246
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2241
2247
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2248
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2249
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2242
2250
|
* @permissionScope Manage Contacts
|
|
2243
2251
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2244
2252
|
* @permissionScope Set Up Automations
|