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