@wix/auto_sdk_crm_contacts 1.0.1193 → 1.0.1195
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
|
@@ -2131,8 +2131,6 @@ interface ContactCreatedEnvelope {
|
|
|
2131
2131
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2132
2132
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2133
2133
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2134
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2135
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2136
2134
|
* @permissionScope Manage Contacts
|
|
2137
2135
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2138
2136
|
* @permissionScope Set Up Automations
|
|
@@ -2164,8 +2162,6 @@ interface ContactDeletedEnvelope {
|
|
|
2164
2162
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2165
2163
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2166
2164
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2167
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2168
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2169
2165
|
* @permissionScope Manage Contacts
|
|
2170
2166
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2171
2167
|
* @permissionScope Set Up Automations
|
|
@@ -2195,8 +2191,6 @@ interface ContactMergedEnvelope {
|
|
|
2195
2191
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2196
2192
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2197
2193
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2198
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2199
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2200
2194
|
* @permissionScope Manage Contacts
|
|
2201
2195
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2202
2196
|
* @permissionScope Set Up Automations
|
|
@@ -2228,8 +2222,6 @@ interface ContactUpdatedEnvelope {
|
|
|
2228
2222
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2229
2223
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2230
2224
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2231
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2232
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2233
2225
|
* @permissionScope Manage Contacts
|
|
2234
2226
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2235
2227
|
* @permissionScope Set Up Automations
|