@wix/auto_sdk_crm_contacts 1.0.511 → 1.0.512
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
|
@@ -2057,8 +2057,6 @@ interface ContactCreatedEnvelope {
|
|
|
2057
2057
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2058
2058
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2059
2059
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2060
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2061
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2062
2060
|
* @permissionScope Manage Contacts
|
|
2063
2061
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2064
2062
|
* @permissionScope Set Up Automations
|
|
@@ -2090,8 +2088,6 @@ interface ContactDeletedEnvelope {
|
|
|
2090
2088
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2091
2089
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2092
2090
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2093
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2094
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2095
2091
|
* @permissionScope Manage Contacts
|
|
2096
2092
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2097
2093
|
* @permissionScope Set Up Automations
|
|
@@ -2121,8 +2117,6 @@ interface ContactMergedEnvelope {
|
|
|
2121
2117
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2122
2118
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2123
2119
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2124
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2125
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2126
2120
|
* @permissionScope Manage Contacts
|
|
2127
2121
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2128
2122
|
* @permissionScope Set Up Automations
|
|
@@ -2152,8 +2146,6 @@ interface ContactUpdatedEnvelope {
|
|
|
2152
2146
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2153
2147
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2154
2148
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2155
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2156
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2157
2149
|
* @permissionScope Manage Contacts
|
|
2158
2150
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2159
2151
|
* @permissionScope Set Up Automations
|