@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
|
@@ -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
|
|
@@ -2157,6 +2159,8 @@ interface ContactDeletedEnvelope {
|
|
|
2157
2159
|
*
|
|
2158
2160
|
* If a contact is deleted as part of a merge, the `originatedFrom` property is sent as `merge`.
|
|
2159
2161
|
* Otherwise, `originatedFrom` isn't returned.
|
|
2162
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2163
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2160
2164
|
* @permissionScope Read Contacts (PII)
|
|
2161
2165
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2162
2166
|
* @permissionScope Manage Stores
|
|
@@ -2190,6 +2194,8 @@ interface ContactMergedEnvelope {
|
|
|
2190
2194
|
}
|
|
2191
2195
|
/**
|
|
2192
2196
|
* Triggered when one or more source contacts are merged into a target contact.
|
|
2197
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2198
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2193
2199
|
* @permissionScope Read Contacts (PII)
|
|
2194
2200
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2195
2201
|
* @permissionScope Manage Stores
|
|
@@ -2225,6 +2231,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2225
2231
|
}
|
|
2226
2232
|
/**
|
|
2227
2233
|
* Triggered when a contact is updated.
|
|
2234
|
+
* @permissionScope Manage_Wix_Rentals_App_Forms_submissions
|
|
2235
|
+
* @permissionScopeId SCOPE.RENTALS.MANAGE
|
|
2228
2236
|
* @permissionScope Read Contacts (PII)
|
|
2229
2237
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS_LIMITED
|
|
2230
2238
|
* @permissionScope Manage Stores
|