@wix/auto_sdk_crm_contacts 1.0.1328 → 1.0.1329
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
|
@@ -2130,6 +2130,8 @@ interface ContactCreatedEnvelope {
|
|
|
2130
2130
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2131
2131
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2132
2132
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2133
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2134
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2133
2135
|
* @permissionScope Manage Contacts
|
|
2134
2136
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2135
2137
|
* @permissionScope Set Up Automations
|
|
@@ -2165,6 +2167,8 @@ interface ContactDeletedEnvelope {
|
|
|
2165
2167
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2166
2168
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2167
2169
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2170
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2171
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2168
2172
|
* @permissionScope Manage Contacts
|
|
2169
2173
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2170
2174
|
* @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
|
|
@@ -2233,6 +2239,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2233
2239
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2234
2240
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2235
2241
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2242
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2243
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2236
2244
|
* @permissionScope Manage Contacts
|
|
2237
2245
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2238
2246
|
* @permissionScope Set Up Automations
|