@wix/auto_sdk_crm_contacts 1.0.1113 → 1.0.1114
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
|
@@ -2101,8 +2101,6 @@ interface ContactCreatedEnvelope {
|
|
|
2101
2101
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2102
2102
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2103
2103
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2104
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2105
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2106
2104
|
* @permissionScope Manage Contacts
|
|
2107
2105
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2108
2106
|
* @permissionScope Set Up Automations
|
|
@@ -2134,8 +2132,6 @@ interface ContactDeletedEnvelope {
|
|
|
2134
2132
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2135
2133
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2136
2134
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2137
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2138
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2139
2135
|
* @permissionScope Manage Contacts
|
|
2140
2136
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2141
2137
|
* @permissionScope Set Up Automations
|
|
@@ -2165,8 +2161,6 @@ interface ContactMergedEnvelope {
|
|
|
2165
2161
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2166
2162
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2167
2163
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2168
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2169
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2170
2164
|
* @permissionScope Manage Contacts
|
|
2171
2165
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2172
2166
|
* @permissionScope Set Up Automations
|
|
@@ -2198,8 +2192,6 @@ interface ContactUpdatedEnvelope {
|
|
|
2198
2192
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2199
2193
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2200
2194
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2201
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2202
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2203
2195
|
* @permissionScope Manage Contacts
|
|
2204
2196
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2205
2197
|
* @permissionScope Set Up Automations
|