@wix/auto_sdk_crm_contacts 1.0.1194 → 1.0.1195
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 +2 -10
- 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 +2 -10
- 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 +2 -10
- 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 +2 -10
- 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;
|
|
@@ -2125,8 +2125,6 @@ interface ContactCreatedEnvelope {
|
|
|
2125
2125
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2126
2126
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2127
2127
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2128
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2129
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2130
2128
|
* @permissionScope Manage Contacts
|
|
2131
2129
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2132
2130
|
* @permissionScope Set Up Automations
|
|
@@ -2158,8 +2156,6 @@ interface ContactDeletedEnvelope {
|
|
|
2158
2156
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2159
2157
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2160
2158
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2161
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2162
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2163
2159
|
* @permissionScope Manage Contacts
|
|
2164
2160
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2165
2161
|
* @permissionScope Set Up Automations
|
|
@@ -2189,8 +2185,6 @@ interface ContactMergedEnvelope {
|
|
|
2189
2185
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2190
2186
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2191
2187
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2192
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2193
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2194
2188
|
* @permissionScope Manage Contacts
|
|
2195
2189
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2196
2190
|
* @permissionScope Set Up Automations
|
|
@@ -2222,8 +2216,6 @@ interface ContactUpdatedEnvelope {
|
|
|
2222
2216
|
* @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
|
|
2223
2217
|
* @permissionScope Read Members and Contacts - all read permissions
|
|
2224
2218
|
* @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
|
|
2225
|
-
* @permissionScope Manage Restaurants - all permissions
|
|
2226
|
-
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
2227
2219
|
* @permissionScope Manage Contacts
|
|
2228
2220
|
* @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
|
|
2229
2221
|
* @permissionScope Set Up Automations
|
|
@@ -2486,7 +2478,7 @@ declare function listContacts(options?: ListContactsOptions): Promise<NonNullabl
|
|
|
2486
2478
|
__applicationErrorsType?: ListContactsApplicationErrors;
|
|
2487
2479
|
}>;
|
|
2488
2480
|
interface ListContactsOptions {
|
|
2489
|
-
/**
|
|
2481
|
+
/** 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. */
|
|
2490
2482
|
sort?: Sorting;
|
|
2491
2483
|
/** [Pagination](https://dev.wix.com/api/rest/getting-started/pagination), defaults to offset = 0 and limit = 50 (max limit 1,000). */
|
|
2492
2484
|
paging?: Paging;
|