@wix/auto_sdk_crm_contacts 1.0.1321 → 1.0.1322
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 +0 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +0 -8
- 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 +0 -8
- 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 +0 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2130,8 +2130,6 @@ 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
|
|
2135
2133
|
* @permissionScope Manage Contacts
|
|
2136
2134
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2137
2135
|
* @permissionScope Set Up Automations
|
|
@@ -2167,8 +2165,6 @@ interface ContactDeletedEnvelope {
|
|
|
2167
2165
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2168
2166
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2169
2167
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2170
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2171
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2172
2168
|
* @permissionScope Manage Contacts
|
|
2173
2169
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2174
2170
|
* @permissionScope Set Up Automations
|
|
@@ -2202,8 +2198,6 @@ interface ContactMergedEnvelope {
|
|
|
2202
2198
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2203
2199
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2204
2200
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2205
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2206
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2207
2201
|
* @permissionScope Manage Contacts
|
|
2208
2202
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2209
2203
|
* @permissionScope Set Up Automations
|
|
@@ -2239,8 +2233,6 @@ interface ContactUpdatedEnvelope {
|
|
|
2239
2233
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2240
2234
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2241
2235
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2242
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2243
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2244
2236
|
* @permissionScope Manage Contacts
|
|
2245
2237
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2246
2238
|
* @permissionScope Set Up Automations
|