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