@wix/auto_sdk_crm_contacts 1.0.1313 → 1.0.1315
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 -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 +8 -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 +8 -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 +8 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2122,6 +2122,8 @@ interface ContactCreatedEnvelope {
|
|
|
2122
2122
|
}
|
|
2123
2123
|
/**
|
|
2124
2124
|
* Triggered when a contact is created.
|
|
2125
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2126
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2125
2127
|
* @permissionScope Read Contacts (PII)
|
|
2126
2128
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2127
2129
|
* @permissionScope Manage Stores
|
|
@@ -2134,8 +2136,6 @@ interface ContactCreatedEnvelope {
|
|
|
2134
2136
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2135
2137
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2136
2138
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2137
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2138
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2139
2139
|
* @permissionScope Manage Contacts
|
|
2140
2140
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2141
2141
|
* @permissionScope Set Up Automations
|
|
@@ -2157,6 +2157,8 @@ interface ContactDeletedEnvelope {
|
|
|
2157
2157
|
*
|
|
2158
2158
|
* If a contact is deleted as part of a merge, the `originatedFrom` property is sent as `merge`.
|
|
2159
2159
|
* Otherwise, `originatedFrom` isn't returned.
|
|
2160
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2161
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2160
2162
|
* @permissionScope Read Contacts (PII)
|
|
2161
2163
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2162
2164
|
* @permissionScope Manage Stores
|
|
@@ -2169,8 +2171,6 @@ interface ContactDeletedEnvelope {
|
|
|
2169
2171
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2170
2172
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2171
2173
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2172
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2173
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2174
2174
|
* @permissionScope Manage Contacts
|
|
2175
2175
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2176
2176
|
* @permissionScope Set Up Automations
|
|
@@ -2190,6 +2190,8 @@ interface ContactMergedEnvelope {
|
|
|
2190
2190
|
}
|
|
2191
2191
|
/**
|
|
2192
2192
|
* Triggered when one or more source contacts are merged into a target contact.
|
|
2193
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2194
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2193
2195
|
* @permissionScope Read Contacts (PII)
|
|
2194
2196
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2195
2197
|
* @permissionScope Manage Stores
|
|
@@ -2202,8 +2204,6 @@ interface ContactMergedEnvelope {
|
|
|
2202
2204
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2203
2205
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2204
2206
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2205
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2206
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2207
2207
|
* @permissionScope Manage Contacts
|
|
2208
2208
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2209
2209
|
* @permissionScope Set Up Automations
|
|
@@ -2225,6 +2225,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2225
2225
|
}
|
|
2226
2226
|
/**
|
|
2227
2227
|
* Triggered when a contact is updated.
|
|
2228
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2229
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2228
2230
|
* @permissionScope Read Contacts (PII)
|
|
2229
2231
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2230
2232
|
* @permissionScope Manage Stores
|
|
@@ -2237,8 +2239,6 @@ interface ContactUpdatedEnvelope {
|
|
|
2237
2239
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2238
2240
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2239
2241
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2240
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2241
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2242
2242
|
* @permissionScope Manage Contacts
|
|
2243
2243
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2244
2244
|
* @permissionScope Set Up Automations
|