@wix/auto_sdk_crm_contacts 1.0.1313 → 1.0.1314
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
|
@@ -2116,6 +2116,8 @@ interface ContactCreatedEnvelope {
|
|
|
2116
2116
|
}
|
|
2117
2117
|
/**
|
|
2118
2118
|
* Triggered when a contact is created.
|
|
2119
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2120
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2119
2121
|
* @permissionScope Read Contacts (PII)
|
|
2120
2122
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2121
2123
|
* @permissionScope Manage Stores
|
|
@@ -2151,6 +2153,8 @@ interface ContactDeletedEnvelope {
|
|
|
2151
2153
|
*
|
|
2152
2154
|
* If a contact is deleted as part of a merge, the `originatedFrom` property is sent as `merge`.
|
|
2153
2155
|
* Otherwise, `originatedFrom` isn't returned.
|
|
2156
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2157
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2154
2158
|
* @permissionScope Read Contacts (PII)
|
|
2155
2159
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2156
2160
|
* @permissionScope Manage Stores
|
|
@@ -2184,6 +2188,8 @@ interface ContactMergedEnvelope {
|
|
|
2184
2188
|
}
|
|
2185
2189
|
/**
|
|
2186
2190
|
* Triggered when one or more source contacts are merged into a target contact.
|
|
2191
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2192
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2187
2193
|
* @permissionScope Read Contacts (PII)
|
|
2188
2194
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2189
2195
|
* @permissionScope Manage Stores
|
|
@@ -2219,6 +2225,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2219
2225
|
}
|
|
2220
2226
|
/**
|
|
2221
2227
|
* Triggered when a contact is updated.
|
|
2228
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2229
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2222
2230
|
* @permissionScope Read Contacts (PII)
|
|
2223
2231
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2224
2232
|
* @permissionScope Manage Stores
|