@wix/crm 1.0.1 → 1.0.2

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.
@@ -1365,7 +1365,7 @@ export interface ContactRemovedFromSegment {
1365
1365
  * To override this behavior,
1366
1366
  * set `allowDuplicates` in the `options` object to `true`.
1367
1367
  *
1368
- * This function is not a universal function and runs only on the backend
1368
+ * This function is not a universal function and runs only on the backend.
1369
1369
  * @param info - Contact info.
1370
1370
  * @public
1371
1371
  * @documentationMaturity preview
@@ -1416,7 +1416,7 @@ export interface CreateContactOptions {
1416
1416
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1417
1417
  * -->
1418
1418
  *
1419
- * This function is not a universal function and runs only on the backend
1419
+ * This function is not a universal function and runs only on the backend.
1420
1420
  * @param contactId - ID of the contact to update.
1421
1421
  * @param info - Contact info.
1422
1422
  * @public
@@ -1480,7 +1480,7 @@ export interface UpdateContactOptions {
1480
1480
  * - [Contact Updated](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/contact-updated-webhook) is triggered for the target contact. `originatedFrom` is set to `merge`.
1481
1481
  * - [Contact Deleted](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/contact-deleted-webhook) is triggered for each source contact. `originatedFrom` is set to `merge`.
1482
1482
  *
1483
- * This function is not a universal function and runs only on the backend
1483
+ * This function is not a universal function and runs only on the backend.
1484
1484
  * @param targetContactId - Target contact ID.
1485
1485
  * @param targetContactRevision - Target contact revision number, which increments by 1 each time the contact is updated.
1486
1486
  * To prevent conflicting changes,
@@ -1526,7 +1526,7 @@ export interface MergeContactsOptions {
1526
1526
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1527
1527
  * -->
1528
1528
  *
1529
- * This function is not a universal function and runs only on the backend
1529
+ * This function is not a universal function and runs only on the backend.
1530
1530
  * @param contactId - ID of the contact to delete.
1531
1531
  * @public
1532
1532
  * @documentationMaturity preview
@@ -1550,7 +1550,7 @@ export declare function deleteContact(contactId: string): Promise<void>;
1550
1550
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1551
1551
  * -->
1552
1552
  *
1553
- * This function is not a universal function and runs only on the backend
1553
+ * This function is not a universal function and runs only on the backend.
1554
1554
  * @param contactId - ID of the contact to add labels to.
1555
1555
  * @param labelKeys - List of label keys to add to the contact.
1556
1556
  *
@@ -1585,7 +1585,7 @@ export declare function labelContact(contactId: string, labelKeys: string[]): Pr
1585
1585
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1586
1586
  * -->
1587
1587
  *
1588
- * This function is not a universal function and runs only on the backend
1588
+ * This function is not a universal function and runs only on the backend.
1589
1589
  * @param contactId - ID of the contact to remove labels from.
1590
1590
  * @param labelKeys - List of label keys to remove from the contact.
1591
1591
  * @public
@@ -1624,7 +1624,7 @@ export declare function unlabelContact(contactId: string, labelKeys: string[]):
1624
1624
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1625
1625
  * -->
1626
1626
  *
1627
- * This function is not a universal function and runs only on the backend
1627
+ * This function is not a universal function and runs only on the backend.
1628
1628
  * @param _id - ID of the contact to retrieve.
1629
1629
  * @public
1630
1630
  * @documentationMaturity preview
@@ -296,7 +296,7 @@ const _updateContactResponse = { contact: '_contact' };
296
296
  * To override this behavior,
297
297
  * set `allowDuplicates` in the `options` object to `true`.
298
298
  *
299
- * This function is not a universal function and runs only on the backend
299
+ * This function is not a universal function and runs only on the backend.
300
300
  * @param info - Contact info.
301
301
  * @public
302
302
  * @documentationMaturity preview
@@ -390,7 +390,7 @@ exports.createContact = createContact;
390
390
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
391
391
  * -->
392
392
  *
393
- * This function is not a universal function and runs only on the backend
393
+ * This function is not a universal function and runs only on the backend.
394
394
  * @param contactId - ID of the contact to update.
395
395
  * @param info - Contact info.
396
396
  * @public
@@ -499,7 +499,7 @@ exports.updateContact = updateContact;
499
499
  * - [Contact Updated](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/contact-updated-webhook) is triggered for the target contact. `originatedFrom` is set to `merge`.
500
500
  * - [Contact Deleted](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/contact-deleted-webhook) is triggered for each source contact. `originatedFrom` is set to `merge`.
501
501
  *
502
- * This function is not a universal function and runs only on the backend
502
+ * This function is not a universal function and runs only on the backend.
503
503
  * @param targetContactId - Target contact ID.
504
504
  * @param targetContactRevision - Target contact revision number, which increments by 1 each time the contact is updated.
505
505
  * To prevent conflicting changes,
@@ -596,7 +596,7 @@ exports.mergeContacts = mergeContacts;
596
596
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
597
597
  * -->
598
598
  *
599
- * This function is not a universal function and runs only on the backend
599
+ * This function is not a universal function and runs only on the backend.
600
600
  * @param contactId - ID of the contact to delete.
601
601
  * @public
602
602
  * @documentationMaturity preview
@@ -663,7 +663,7 @@ exports.deleteContact = deleteContact;
663
663
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
664
664
  * -->
665
665
  *
666
- * This function is not a universal function and runs only on the backend
666
+ * This function is not a universal function and runs only on the backend.
667
667
  * @param contactId - ID of the contact to add labels to.
668
668
  * @param labelKeys - List of label keys to add to the contact.
669
669
  *
@@ -748,7 +748,7 @@ exports.labelContact = labelContact;
748
748
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
749
749
  * -->
750
750
  *
751
- * This function is not a universal function and runs only on the backend
751
+ * This function is not a universal function and runs only on the backend.
752
752
  * @param contactId - ID of the contact to remove labels from.
753
753
  * @param labelKeys - List of label keys to remove from the contact.
754
754
  * @public
@@ -837,7 +837,7 @@ exports.unlabelContact = unlabelContact;
837
837
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
838
838
  * -->
839
839
  *
840
- * This function is not a universal function and runs only on the backend
840
+ * This function is not a universal function and runs only on the backend.
841
841
  * @param _id - ID of the contact to retrieve.
842
842
  * @public
843
843
  * @documentationMaturity preview
@@ -271,7 +271,7 @@ export interface QueryExtendedFieldsResponse {
271
271
  * [Get Extended Field](https:dev.wix.com/api/rest/contacts/extended-fields/get-extended-field) or
272
272
  * [List Extended Fields](https:dev.wix.com/api/rest/contacts/extended-fields/list-extended-fields).
273
273
  *
274
- * This function is not a universal function and runs only on the backend
274
+ * This function is not a universal function and runs only on the backend.
275
275
  * @param displayName - Display name to find or create.
276
276
  *
277
277
  * If an existing custom field is an exact match
@@ -300,7 +300,7 @@ export interface FindOrCreateExtendedFieldOptions {
300
300
  /**
301
301
  * Retrieves an extended field.
302
302
  *
303
- * This function is not a universal function and runs only on the backend
303
+ * This function is not a universal function and runs only on the backend.
304
304
  * @param key - Extended field key.
305
305
  *
306
306
  * When accessing contact data,
@@ -318,7 +318,7 @@ export declare function getExtendedField(key: string): Promise<ExtendedField>;
318
318
  /**
319
319
  * Updates an extended field's specified properties.
320
320
  *
321
- * This function is not a universal function and runs only on the backend
321
+ * This function is not a universal function and runs only on the backend.
322
322
  * @param key - Extended field key.
323
323
  *
324
324
  * When accessing contact data,
@@ -388,7 +388,7 @@ export interface RenameExtendedFieldOptions {
388
388
  * When an extended field is deleted,
389
389
  * any contact data stored in the field is permanently deleted as well.
390
390
  *
391
- * This function is not a universal function and runs only on the backend
391
+ * This function is not a universal function and runs only on the backend.
392
392
  * @param key - Extended field key.
393
393
  * @public
394
394
  * @documentationMaturity preview
@@ -401,7 +401,7 @@ export declare function deleteExtendedField(key: string): Promise<void>;
401
401
  * For a detailed list of supported operations, see [sorting and filtering for extended fields](https://dev.wix.com/api/rest/contacts/extended-fields/sort-and-filter). To learn more about query language, see
402
402
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
403
403
  *
404
- * This function is not a universal function and runs only on the backend
404
+ * This function is not a universal function and runs only on the backend.
405
405
  * @public
406
406
  * @documentationMaturity preview
407
407
  */
@@ -87,7 +87,7 @@ const _updateExtendedFieldResponse = {};
87
87
  * [Get Extended Field](https:dev.wix.com/api/rest/contacts/extended-fields/get-extended-field) or
88
88
  * [List Extended Fields](https:dev.wix.com/api/rest/contacts/extended-fields/list-extended-fields).
89
89
  *
90
- * This function is not a universal function and runs only on the backend
90
+ * This function is not a universal function and runs only on the backend.
91
91
  * @param displayName - Display name to find or create.
92
92
  *
93
93
  * If an existing custom field is an exact match
@@ -150,7 +150,7 @@ exports.findOrCreateExtendedField = findOrCreateExtendedField;
150
150
  /**
151
151
  * Retrieves an extended field.
152
152
  *
153
- * This function is not a universal function and runs only on the backend
153
+ * This function is not a universal function and runs only on the backend.
154
154
  * @param key - Extended field key.
155
155
  *
156
156
  * When accessing contact data,
@@ -211,7 +211,7 @@ exports.getExtendedField = getExtendedField;
211
211
  /**
212
212
  * Updates an extended field's specified properties.
213
213
  *
214
- * This function is not a universal function and runs only on the backend
214
+ * This function is not a universal function and runs only on the backend.
215
215
  * @param key - Extended field key.
216
216
  *
217
217
  * When accessing contact data,
@@ -278,7 +278,7 @@ exports.renameExtendedField = renameExtendedField;
278
278
  * When an extended field is deleted,
279
279
  * any contact data stored in the field is permanently deleted as well.
280
280
  *
281
- * This function is not a universal function and runs only on the backend
281
+ * This function is not a universal function and runs only on the backend.
282
282
  * @param key - Extended field key.
283
283
  * @public
284
284
  * @documentationMaturity preview
@@ -334,7 +334,7 @@ exports.deleteExtendedField = deleteExtendedField;
334
334
  * For a detailed list of supported operations, see [sorting and filtering for extended fields](https://dev.wix.com/api/rest/contacts/extended-fields/sort-and-filter). To learn more about query language, see
335
335
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
336
336
  *
337
- * This function is not a universal function and runs only on the backend
337
+ * This function is not a universal function and runs only on the backend.
338
338
  * @public
339
339
  * @documentationMaturity preview
340
340
  */
@@ -274,7 +274,7 @@ export interface QueryLabelsResponse {
274
274
  * [Get Label](https://dev.wix.com/api/rest/contacts/labels/get-label) or
275
275
  * [List Labels](https://dev.wix.com/api/rest/contacts/labels/list-labels).
276
276
  *
277
- * This function is not a universal function and runs only on the backend
277
+ * This function is not a universal function and runs only on the backend.
278
278
  * @param displayName - Display name to retrieve or create.
279
279
  *
280
280
  * If an existing label is an exact match
@@ -294,7 +294,7 @@ export interface FindOrCreateLabelOptions {
294
294
  /**
295
295
  * Updates a label's specified properties.
296
296
  *
297
- * This function is not a universal function and runs only on the backend
297
+ * This function is not a universal function and runs only on the backend.
298
298
  * @param key - Label key.
299
299
  *
300
300
  * `key` is generated when the label is created
@@ -350,7 +350,7 @@ export interface RenameLabelOptions {
350
350
  /**
351
351
  * Deletes a label from the site and removes it from contacts it applies to.
352
352
  *
353
- * This function is not a universal function and runs only on the backend
353
+ * This function is not a universal function and runs only on the backend.
354
354
  * @param key - Label key to delete.
355
355
  * @public
356
356
  * @documentationMaturity preview
@@ -363,7 +363,7 @@ export declare function deleteLabel(key: string): Promise<void>;
363
363
  * For a detailed list of supported operations, see [sorting and filtering for labels](https://dev.wix.com/api/rest/contacts/labels/sort-and-filter). To learn how to query labels, see
364
364
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
365
365
  *
366
- * This function is not a universal function and runs only on the backend
366
+ * This function is not a universal function and runs only on the backend.
367
367
  * @public
368
368
  * @documentationMaturity preview
369
369
  */
@@ -86,7 +86,7 @@ const _updateLabelResponse = {};
86
86
  * [Get Label](https://dev.wix.com/api/rest/contacts/labels/get-label) or
87
87
  * [List Labels](https://dev.wix.com/api/rest/contacts/labels/list-labels).
88
88
  *
89
- * This function is not a universal function and runs only on the backend
89
+ * This function is not a universal function and runs only on the backend.
90
90
  * @param displayName - Display name to retrieve or create.
91
91
  *
92
92
  * If an existing label is an exact match
@@ -149,7 +149,7 @@ exports.findOrCreateLabel = findOrCreateLabel;
149
149
  /**
150
150
  * Updates a label's specified properties.
151
151
  *
152
- * This function is not a universal function and runs only on the backend
152
+ * This function is not a universal function and runs only on the backend.
153
153
  * @param key - Label key.
154
154
  *
155
155
  * `key` is generated when the label is created
@@ -211,7 +211,7 @@ exports.renameLabel = renameLabel;
211
211
  /**
212
212
  * Deletes a label from the site and removes it from contacts it applies to.
213
213
  *
214
- * This function is not a universal function and runs only on the backend
214
+ * This function is not a universal function and runs only on the backend.
215
215
  * @param key - Label key to delete.
216
216
  * @public
217
217
  * @documentationMaturity preview
@@ -267,7 +267,7 @@ exports.deleteLabel = deleteLabel;
267
267
  * For a detailed list of supported operations, see [sorting and filtering for labels](https://dev.wix.com/api/rest/contacts/labels/sort-and-filter). To learn how to query labels, see
268
268
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
269
269
  *
270
- * This function is not a universal function and runs only on the backend
270
+ * This function is not a universal function and runs only on the backend.
271
271
  * @public
272
272
  * @documentationMaturity preview
273
273
  */
@@ -1365,7 +1365,7 @@ export interface ContactRemovedFromSegment {
1365
1365
  * To override this behavior,
1366
1366
  * set `allowDuplicates` in the `options` object to `true`.
1367
1367
  *
1368
- * This function is not a universal function and runs only on the backend
1368
+ * This function is not a universal function and runs only on the backend.
1369
1369
  * @param info - Contact info.
1370
1370
  * @public
1371
1371
  * @documentationMaturity preview
@@ -1416,7 +1416,7 @@ export interface CreateContactOptions {
1416
1416
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1417
1417
  * -->
1418
1418
  *
1419
- * This function is not a universal function and runs only on the backend
1419
+ * This function is not a universal function and runs only on the backend.
1420
1420
  * @param contactId - ID of the contact to update.
1421
1421
  * @param info - Contact info.
1422
1422
  * @public
@@ -1480,7 +1480,7 @@ export interface UpdateContactOptions {
1480
1480
  * - [Contact Updated](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/contact-updated-webhook) is triggered for the target contact. `originatedFrom` is set to `merge`.
1481
1481
  * - [Contact Deleted](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/contact-deleted-webhook) is triggered for each source contact. `originatedFrom` is set to `merge`.
1482
1482
  *
1483
- * This function is not a universal function and runs only on the backend
1483
+ * This function is not a universal function and runs only on the backend.
1484
1484
  * @param targetContactId - Target contact ID.
1485
1485
  * @param targetContactRevision - Target contact revision number, which increments by 1 each time the contact is updated.
1486
1486
  * To prevent conflicting changes,
@@ -1526,7 +1526,7 @@ export interface MergeContactsOptions {
1526
1526
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1527
1527
  * -->
1528
1528
  *
1529
- * This function is not a universal function and runs only on the backend
1529
+ * This function is not a universal function and runs only on the backend.
1530
1530
  * @param contactId - ID of the contact to delete.
1531
1531
  * @public
1532
1532
  * @documentationMaturity preview
@@ -1550,7 +1550,7 @@ export declare function deleteContact(contactId: string): Promise<void>;
1550
1550
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1551
1551
  * -->
1552
1552
  *
1553
- * This function is not a universal function and runs only on the backend
1553
+ * This function is not a universal function and runs only on the backend.
1554
1554
  * @param contactId - ID of the contact to add labels to.
1555
1555
  * @param labelKeys - List of label keys to add to the contact.
1556
1556
  *
@@ -1585,7 +1585,7 @@ export declare function labelContact(contactId: string, labelKeys: string[]): Pr
1585
1585
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1586
1586
  * -->
1587
1587
  *
1588
- * This function is not a universal function and runs only on the backend
1588
+ * This function is not a universal function and runs only on the backend.
1589
1589
  * @param contactId - ID of the contact to remove labels from.
1590
1590
  * @param labelKeys - List of label keys to remove from the contact.
1591
1591
  * @public
@@ -1624,7 +1624,7 @@ export declare function unlabelContact(contactId: string, labelKeys: string[]):
1624
1624
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
1625
1625
  * -->
1626
1626
  *
1627
- * This function is not a universal function and runs only on the backend
1627
+ * This function is not a universal function and runs only on the backend.
1628
1628
  * @param _id - ID of the contact to retrieve.
1629
1629
  * @public
1630
1630
  * @documentationMaturity preview
@@ -274,7 +274,7 @@ const _updateContactResponse = { contact: '_contact' };
274
274
  * To override this behavior,
275
275
  * set `allowDuplicates` in the `options` object to `true`.
276
276
  *
277
- * This function is not a universal function and runs only on the backend
277
+ * This function is not a universal function and runs only on the backend.
278
278
  * @param info - Contact info.
279
279
  * @public
280
280
  * @documentationMaturity preview
@@ -367,7 +367,7 @@ export function createContact(info, options) {
367
367
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
368
368
  * -->
369
369
  *
370
- * This function is not a universal function and runs only on the backend
370
+ * This function is not a universal function and runs only on the backend.
371
371
  * @param contactId - ID of the contact to update.
372
372
  * @param info - Contact info.
373
373
  * @public
@@ -475,7 +475,7 @@ export function updateContact(contactId, info, options) {
475
475
  * - [Contact Updated](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/contact-updated-webhook) is triggered for the target contact. `originatedFrom` is set to `merge`.
476
476
  * - [Contact Deleted](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4/contact-deleted-webhook) is triggered for each source contact. `originatedFrom` is set to `merge`.
477
477
  *
478
- * This function is not a universal function and runs only on the backend
478
+ * This function is not a universal function and runs only on the backend.
479
479
  * @param targetContactId - Target contact ID.
480
480
  * @param targetContactRevision - Target contact revision number, which increments by 1 each time the contact is updated.
481
481
  * To prevent conflicting changes,
@@ -571,7 +571,7 @@ export function mergeContacts(targetContactId, targetContactRevision, options) {
571
571
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
572
572
  * -->
573
573
  *
574
- * This function is not a universal function and runs only on the backend
574
+ * This function is not a universal function and runs only on the backend.
575
575
  * @param contactId - ID of the contact to delete.
576
576
  * @public
577
577
  * @documentationMaturity preview
@@ -637,7 +637,7 @@ export function deleteContact(contactId) {
637
637
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
638
638
  * -->
639
639
  *
640
- * This function is not a universal function and runs only on the backend
640
+ * This function is not a universal function and runs only on the backend.
641
641
  * @param contactId - ID of the contact to add labels to.
642
642
  * @param labelKeys - List of label keys to add to the contact.
643
643
  *
@@ -721,7 +721,7 @@ export function labelContact(contactId, labelKeys) {
721
721
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
722
722
  * -->
723
723
  *
724
- * This function is not a universal function and runs only on the backend
724
+ * This function is not a universal function and runs only on the backend.
725
725
  * @param contactId - ID of the contact to remove labels from.
726
726
  * @param labelKeys - List of label keys to remove from the contact.
727
727
  * @public
@@ -809,7 +809,7 @@ export function unlabelContact(contactId, labelKeys) {
809
809
  * > You can override the permissions by setting the `suppressAuth` option to `true`.
810
810
  * -->
811
811
  *
812
- * This function is not a universal function and runs only on the backend
812
+ * This function is not a universal function and runs only on the backend.
813
813
  * @param _id - ID of the contact to retrieve.
814
814
  * @public
815
815
  * @documentationMaturity preview
@@ -271,7 +271,7 @@ export interface QueryExtendedFieldsResponse {
271
271
  * [Get Extended Field](https:dev.wix.com/api/rest/contacts/extended-fields/get-extended-field) or
272
272
  * [List Extended Fields](https:dev.wix.com/api/rest/contacts/extended-fields/list-extended-fields).
273
273
  *
274
- * This function is not a universal function and runs only on the backend
274
+ * This function is not a universal function and runs only on the backend.
275
275
  * @param displayName - Display name to find or create.
276
276
  *
277
277
  * If an existing custom field is an exact match
@@ -300,7 +300,7 @@ export interface FindOrCreateExtendedFieldOptions {
300
300
  /**
301
301
  * Retrieves an extended field.
302
302
  *
303
- * This function is not a universal function and runs only on the backend
303
+ * This function is not a universal function and runs only on the backend.
304
304
  * @param key - Extended field key.
305
305
  *
306
306
  * When accessing contact data,
@@ -318,7 +318,7 @@ export declare function getExtendedField(key: string): Promise<ExtendedField>;
318
318
  /**
319
319
  * Updates an extended field's specified properties.
320
320
  *
321
- * This function is not a universal function and runs only on the backend
321
+ * This function is not a universal function and runs only on the backend.
322
322
  * @param key - Extended field key.
323
323
  *
324
324
  * When accessing contact data,
@@ -388,7 +388,7 @@ export interface RenameExtendedFieldOptions {
388
388
  * When an extended field is deleted,
389
389
  * any contact data stored in the field is permanently deleted as well.
390
390
  *
391
- * This function is not a universal function and runs only on the backend
391
+ * This function is not a universal function and runs only on the backend.
392
392
  * @param key - Extended field key.
393
393
  * @public
394
394
  * @documentationMaturity preview
@@ -401,7 +401,7 @@ export declare function deleteExtendedField(key: string): Promise<void>;
401
401
  * For a detailed list of supported operations, see [sorting and filtering for extended fields](https://dev.wix.com/api/rest/contacts/extended-fields/sort-and-filter). To learn more about query language, see
402
402
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
403
403
  *
404
- * This function is not a universal function and runs only on the backend
404
+ * This function is not a universal function and runs only on the backend.
405
405
  * @public
406
406
  * @documentationMaturity preview
407
407
  */
@@ -65,7 +65,7 @@ const _updateExtendedFieldResponse = {};
65
65
  * [Get Extended Field](https:dev.wix.com/api/rest/contacts/extended-fields/get-extended-field) or
66
66
  * [List Extended Fields](https:dev.wix.com/api/rest/contacts/extended-fields/list-extended-fields).
67
67
  *
68
- * This function is not a universal function and runs only on the backend
68
+ * This function is not a universal function and runs only on the backend.
69
69
  * @param displayName - Display name to find or create.
70
70
  *
71
71
  * If an existing custom field is an exact match
@@ -127,7 +127,7 @@ export function findOrCreateExtendedField(displayName, options) {
127
127
  /**
128
128
  * Retrieves an extended field.
129
129
  *
130
- * This function is not a universal function and runs only on the backend
130
+ * This function is not a universal function and runs only on the backend.
131
131
  * @param key - Extended field key.
132
132
  *
133
133
  * When accessing contact data,
@@ -187,7 +187,7 @@ export function getExtendedField(key) {
187
187
  /**
188
188
  * Updates an extended field's specified properties.
189
189
  *
190
- * This function is not a universal function and runs only on the backend
190
+ * This function is not a universal function and runs only on the backend.
191
191
  * @param key - Extended field key.
192
192
  *
193
193
  * When accessing contact data,
@@ -253,7 +253,7 @@ export function renameExtendedField(key, options) {
253
253
  * When an extended field is deleted,
254
254
  * any contact data stored in the field is permanently deleted as well.
255
255
  *
256
- * This function is not a universal function and runs only on the backend
256
+ * This function is not a universal function and runs only on the backend.
257
257
  * @param key - Extended field key.
258
258
  * @public
259
259
  * @documentationMaturity preview
@@ -308,7 +308,7 @@ export function deleteExtendedField(key) {
308
308
  * For a detailed list of supported operations, see [sorting and filtering for extended fields](https://dev.wix.com/api/rest/contacts/extended-fields/sort-and-filter). To learn more about query language, see
309
309
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
310
310
  *
311
- * This function is not a universal function and runs only on the backend
311
+ * This function is not a universal function and runs only on the backend.
312
312
  * @public
313
313
  * @documentationMaturity preview
314
314
  */
@@ -274,7 +274,7 @@ export interface QueryLabelsResponse {
274
274
  * [Get Label](https://dev.wix.com/api/rest/contacts/labels/get-label) or
275
275
  * [List Labels](https://dev.wix.com/api/rest/contacts/labels/list-labels).
276
276
  *
277
- * This function is not a universal function and runs only on the backend
277
+ * This function is not a universal function and runs only on the backend.
278
278
  * @param displayName - Display name to retrieve or create.
279
279
  *
280
280
  * If an existing label is an exact match
@@ -294,7 +294,7 @@ export interface FindOrCreateLabelOptions {
294
294
  /**
295
295
  * Updates a label's specified properties.
296
296
  *
297
- * This function is not a universal function and runs only on the backend
297
+ * This function is not a universal function and runs only on the backend.
298
298
  * @param key - Label key.
299
299
  *
300
300
  * `key` is generated when the label is created
@@ -350,7 +350,7 @@ export interface RenameLabelOptions {
350
350
  /**
351
351
  * Deletes a label from the site and removes it from contacts it applies to.
352
352
  *
353
- * This function is not a universal function and runs only on the backend
353
+ * This function is not a universal function and runs only on the backend.
354
354
  * @param key - Label key to delete.
355
355
  * @public
356
356
  * @documentationMaturity preview
@@ -363,7 +363,7 @@ export declare function deleteLabel(key: string): Promise<void>;
363
363
  * For a detailed list of supported operations, see [sorting and filtering for labels](https://dev.wix.com/api/rest/contacts/labels/sort-and-filter). To learn how to query labels, see
364
364
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
365
365
  *
366
- * This function is not a universal function and runs only on the backend
366
+ * This function is not a universal function and runs only on the backend.
367
367
  * @public
368
368
  * @documentationMaturity preview
369
369
  */
@@ -64,7 +64,7 @@ const _updateLabelResponse = {};
64
64
  * [Get Label](https://dev.wix.com/api/rest/contacts/labels/get-label) or
65
65
  * [List Labels](https://dev.wix.com/api/rest/contacts/labels/list-labels).
66
66
  *
67
- * This function is not a universal function and runs only on the backend
67
+ * This function is not a universal function and runs only on the backend.
68
68
  * @param displayName - Display name to retrieve or create.
69
69
  *
70
70
  * If an existing label is an exact match
@@ -126,7 +126,7 @@ export function findOrCreateLabel(displayName, options) {
126
126
  /**
127
127
  * Updates a label's specified properties.
128
128
  *
129
- * This function is not a universal function and runs only on the backend
129
+ * This function is not a universal function and runs only on the backend.
130
130
  * @param key - Label key.
131
131
  *
132
132
  * `key` is generated when the label is created
@@ -187,7 +187,7 @@ export function renameLabel(key, options) {
187
187
  /**
188
188
  * Deletes a label from the site and removes it from contacts it applies to.
189
189
  *
190
- * This function is not a universal function and runs only on the backend
190
+ * This function is not a universal function and runs only on the backend.
191
191
  * @param key - Label key to delete.
192
192
  * @public
193
193
  * @documentationMaturity preview
@@ -242,7 +242,7 @@ export function deleteLabel(key) {
242
242
  * For a detailed list of supported operations, see [sorting and filtering for labels](https://dev.wix.com/api/rest/contacts/labels/sort-and-filter). To learn how to query labels, see
243
243
  * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
244
244
  *
245
- * This function is not a universal function and runs only on the backend
245
+ * This function is not a universal function and runs only on the backend.
246
246
  * @public
247
247
  * @documentationMaturity preview
248
248
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/crm",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "82fd4ff1fde75ae76fb1def214e5fba143c7d8ecbd3d128c204c27a4"
36
+ "falconPackageHash": "2bfe5ae63e78357f017a6b697e9e1d1f6603e2ee2c7b40b886b865df"
37
37
  }