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