@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.
@@ -1021,7 +1021,7 @@ interface LabelAndUnlabelContactResponse {
1021
1021
  contact?: Contact;
1022
1022
  }
1023
1023
  interface ListContactsRequest {
1024
- /** [Sort order](https://dev.wix.com/api/rest/contacts/contacts/sort-and-filter). */
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,8 +2131,6 @@ 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
2136
2134
  * @permissionScope Manage Contacts
2137
2135
  * @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
2138
2136
  * @permissionScope Set Up Automations
@@ -2164,8 +2162,6 @@ interface ContactDeletedEnvelope {
2164
2162
  * @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
2165
2163
  * @permissionScope Read Members and Contacts - all read permissions
2166
2164
  * @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
2167
- * @permissionScope Manage Restaurants - all permissions
2168
- * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
2169
2165
  * @permissionScope Manage Contacts
2170
2166
  * @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
2171
2167
  * @permissionScope Set Up Automations
@@ -2195,8 +2191,6 @@ interface ContactMergedEnvelope {
2195
2191
  * @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
2196
2192
  * @permissionScope Read Members and Contacts - all read permissions
2197
2193
  * @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
2198
- * @permissionScope Manage Restaurants - all permissions
2199
- * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
2200
2194
  * @permissionScope Manage Contacts
2201
2195
  * @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
2202
2196
  * @permissionScope Set Up Automations
@@ -2228,8 +2222,6 @@ interface ContactUpdatedEnvelope {
2228
2222
  * @permissionScopeId SCOPE.DC-CONTACTS.READ-CONTACTS
2229
2223
  * @permissionScope Read Members and Contacts - all read permissions
2230
2224
  * @permissionScopeId SCOPE.DC-CONTACTS-MEGA.READ-MEMBERS-CONTACTS
2231
- * @permissionScope Manage Restaurants - all permissions
2232
- * @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
2233
2225
  * @permissionScope Manage Contacts
2234
2226
  * @permissionScopeId SCOPE.DC-CONTACTS.MANAGE-CONTACTS
2235
2227
  * @permissionScope Set Up Automations
@@ -2492,7 +2484,7 @@ declare function listContacts(options?: ListContactsOptions): Promise<NonNullabl
2492
2484
  __applicationErrorsType?: ListContactsApplicationErrors;
2493
2485
  }>;
2494
2486
  interface ListContactsOptions {
2495
- /** [Sort order](https://dev.wix.com/api/rest/contacts/contacts/sort-and-filter). */
2487
+ /** 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. */
2496
2488
  sort?: Sorting;
2497
2489
  /** [Pagination](https://dev.wix.com/api/rest/getting-started/pagination), defaults to offset = 0 and limit = 50 (max limit 1,000). */
2498
2490
  paging?: Paging;