@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
|
@@ -2065,8 +2065,6 @@ interface ContactCreatedEnvelope {
|
|
|
2065
2065
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2066
2066
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2067
2067
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2068
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2069
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2070
2068
|
* @permissionScope Manage Contacts
|
|
2071
2069
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2072
2070
|
* @permissionScope Set Up Automations
|
|
@@ -2098,8 +2096,6 @@ interface ContactDeletedEnvelope {
|
|
|
2098
2096
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2099
2097
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2100
2098
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2101
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2102
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2103
2099
|
* @permissionScope Manage Contacts
|
|
2104
2100
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2105
2101
|
* @permissionScope Set Up Automations
|
|
@@ -2129,8 +2125,6 @@ interface ContactMergedEnvelope {
|
|
|
2129
2125
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2130
2126
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2131
2127
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2132
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2133
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2134
2128
|
* @permissionScope Manage Contacts
|
|
2135
2129
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2136
2130
|
* @permissionScope Set Up Automations
|
|
@@ -2160,8 +2154,6 @@ interface ContactUpdatedEnvelope {
|
|
|
2160
2154
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2161
2155
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2162
2156
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2163
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2164
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2165
2157
|
* @permissionScope Manage Contacts
|
|
2166
2158
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2167
2159
|
* @permissionScope Set Up Automations
|