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