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