@wix/auto_sdk_crm_contacts 1.0.1191 → 1.0.1193
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 +10 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +10 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +10 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +10 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1021,7 +1021,7 @@ interface LabelAndUnlabelContactResponse {
|
|
|
1021
1021
|
contact?: Contact;
|
|
1022
1022
|
}
|
|
1023
1023
|
interface ListContactsRequest {
|
|
1024
|
-
/**
|
|
1024
|
+
/** Sort order. See [Query Contacts](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/query-contacts) for a list of supported filters. */
|
|
1025
1025
|
sort?: Sorting;
|
|
1026
1026
|
/** [Pagination](https://dev.wix.com/api/rest/getting-started/pagination), defaults to offset = 0 and limit = 50 (max limit 1,000). */
|
|
1027
1027
|
paging?: Paging;
|
|
@@ -2131,6 +2131,8 @@ interface ContactCreatedEnvelope {
|
|
|
2131
2131
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2132
2132
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2133
2133
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2134
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2135
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2134
2136
|
* @permissionScope Manage Contacts
|
|
2135
2137
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2136
2138
|
* @permissionScope Set Up Automations
|
|
@@ -2162,6 +2164,8 @@ interface ContactDeletedEnvelope {
|
|
|
2162
2164
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2163
2165
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2164
2166
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2167
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2168
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2165
2169
|
* @permissionScope Manage Contacts
|
|
2166
2170
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2167
2171
|
* @permissionScope Set Up Automations
|
|
@@ -2191,6 +2195,8 @@ interface ContactMergedEnvelope {
|
|
|
2191
2195
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2192
2196
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2193
2197
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2198
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2199
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2194
2200
|
* @permissionScope Manage Contacts
|
|
2195
2201
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2196
2202
|
* @permissionScope Set Up Automations
|
|
@@ -2222,6 +2228,8 @@ interface ContactUpdatedEnvelope {
|
|
|
2222
2228
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2223
2229
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2224
2230
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2231
|
+
* @permissionScope Manage Restaurants - all permissions
|
|
2232
|
+
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2225
2233
|
* @permissionScope Manage Contacts
|
|
2226
2234
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2227
2235
|
* @permissionScope Set Up Automations
|
|
@@ -2484,7 +2492,7 @@ declare function listContacts(options?: ListContactsOptions): Promise<NonNullabl
|
|
|
2484
2492
|
__applicationErrorsType?: ListContactsApplicationErrors;
|
|
2485
2493
|
}>;
|
|
2486
2494
|
interface ListContactsOptions {
|
|
2487
|
-
/**
|
|
2495
|
+
/** Sort order. See [Query Contacts](https://dev.wix.com/docs/rest/crm/members-contacts/contacts/contacts/contact-v4/query-contacts) for a list of supported filters. */
|
|
2488
2496
|
sort?: Sorting;
|
|
2489
2497
|
/** [Pagination](https://dev.wix.com/api/rest/getting-started/pagination), defaults to offset = 0 and limit = 50 (max limit 1,000). */
|
|
2490
2498
|
paging?: Paging;
|