@wix/auto_sdk_crm_contacts 1.0.1201 → 1.0.1202
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
|
@@ -2125,8 +2125,6 @@ interface ContactCreatedEnvelope {
|
|
|
2125
2125
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2126
2126
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2127
2127
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2128
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2129
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2130
2128
|
* @permissionScope Manage Contacts
|
|
2131
2129
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2132
2130
|
* @permissionScope Set Up Automations
|
|
@@ -2158,8 +2156,6 @@ interface ContactDeletedEnvelope {
|
|
|
2158
2156
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2159
2157
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2160
2158
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2161
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2162
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2163
2159
|
* @permissionScope Manage Contacts
|
|
2164
2160
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2165
2161
|
* @permissionScope Set Up Automations
|
|
@@ -2189,8 +2185,6 @@ interface ContactMergedEnvelope {
|
|
|
2189
2185
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2190
2186
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2191
2187
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2192
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2193
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2194
2188
|
* @permissionScope Manage Contacts
|
|
2195
2189
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2196
2190
|
* @permissionScope Set Up Automations
|
|
@@ -2222,8 +2216,6 @@ interface ContactUpdatedEnvelope {
|
|
|
2222
2216
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2223
2217
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2224
2218
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2225
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2226
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2227
2219
|
* @permissionScope Manage Contacts
|
|
2228
2220
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2229
2221
|
* @permissionScope Set Up Automations
|