@wix/auto_sdk_crm_contacts 1.0.1312 → 1.0.1313
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
|
@@ -2134,6 +2134,8 @@ interface ContactCreatedEnvelope {
|
|
|
2134
2134
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2135
2135
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2136
2136
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2137
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2138
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2137
2139
|
* @permissionScope Manage Contacts
|
|
2138
2140
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2139
2141
|
* @permissionScope Set Up Automations
|
|
@@ -2167,6 +2169,8 @@ interface ContactDeletedEnvelope {
|
|
|
2167
2169
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2168
2170
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2169
2171
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2172
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2173
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2170
2174
|
* @permissionScope Manage Contacts
|
|
2171
2175
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2172
2176
|
* @permissionScope Set Up Automations
|
|
@@ -2198,6 +2202,8 @@ interface ContactMergedEnvelope {
|
|
|
2198
2202
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2199
2203
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2200
2204
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2205
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2206
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2201
2207
|
* @permissionScope Manage Contacts
|
|
2202
2208
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2203
2209
|
* @permissionScope Set Up Automations
|
|
@@ -2231,6 +2237,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2231
2237
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2232
2238
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2233
2239
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2240
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2241
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2234
2242
|
* @permissionScope Manage Contacts
|
|
2235
2243
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2236
2244
|
* @permissionScope Set Up Automations
|