@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
|
@@ -2051,6 +2051,8 @@ interface ContactCreatedEnvelope {
|
|
|
2051
2051
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2052
2052
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2053
2053
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2054
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2055
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2054
2056
|
* @permissionScope Manage Contacts
|
|
2055
2057
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2056
2058
|
* @permissionScope Set Up Automations
|
|
@@ -2082,6 +2084,8 @@ interface ContactDeletedEnvelope {
|
|
|
2082
2084
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2083
2085
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2084
2086
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2087
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2088
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2085
2089
|
* @permissionScope Manage Contacts
|
|
2086
2090
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2087
2091
|
* @permissionScope Set Up Automations
|
|
@@ -2111,6 +2115,8 @@ interface ContactMergedEnvelope {
|
|
|
2111
2115
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2112
2116
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2113
2117
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2118
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2119
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2114
2120
|
* @permissionScope Manage Contacts
|
|
2115
2121
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2116
2122
|
* @permissionScope Set Up Automations
|
|
@@ -2140,6 +2146,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2140
2146
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2141
2147
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2142
2148
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2149
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2150
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2143
2151
|
* @permissionScope Manage Contacts
|
|
2144
2152
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2145
2153
|
* @permissionScope Set Up Automations
|