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