@wix/auto_sdk_crm_contacts 1.0.1102 → 1.0.1103
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
|
@@ -2095,6 +2095,8 @@ interface ContactCreatedEnvelope {
|
|
|
2095
2095
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2096
2096
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2097
2097
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2098
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2099
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2098
2100
|
* @permissionScope Manage Contacts
|
|
2099
2101
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2100
2102
|
* @permissionScope Set Up Automations
|
|
@@ -2126,6 +2128,8 @@ interface ContactDeletedEnvelope {
|
|
|
2126
2128
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2127
2129
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2128
2130
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2131
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2132
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2129
2133
|
* @permissionScope Manage Contacts
|
|
2130
2134
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2131
2135
|
* @permissionScope Set Up Automations
|
|
@@ -2155,6 +2159,8 @@ interface ContactMergedEnvelope {
|
|
|
2155
2159
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2156
2160
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2157
2161
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2162
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2163
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2158
2164
|
* @permissionScope Manage Contacts
|
|
2159
2165
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2160
2166
|
* @permissionScope Set Up Automations
|
|
@@ -2186,6 +2192,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2186
2192
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2187
2193
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2188
2194
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2195
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2196
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2189
2197
|
* @permissionScope Manage Contacts
|
|
2190
2198
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2191
2199
|
* @permissionScope Set Up Automations
|