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