@wix/crm 1.0.53 → 1.0.55

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.
@@ -250,9 +250,9 @@ export interface ContactInfo {
250
250
  *
251
251
  * Label keys must exist to be added to the contact.
252
252
  * Contact labels can be created or retrieved with
253
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
253
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
254
254
  * or
255
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
255
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
256
256
  *
257
257
  */
258
258
  labelKeys?: LabelsWrapper;
@@ -485,13 +485,13 @@ export interface ExtendedFieldsWrapper {
485
485
  * Set of key-value pairs.
486
486
  *
487
487
  * Contact's
488
- * [extended fields](wix-crm-v2/extendedfields/introduction#wix-crm-v2_extendedfields_introduction_terminology),
488
+ * [extended fields](wix-crm-v2/extendedfields/introduction#terminology),
489
489
  * which allow you to store additional information about your contacts.
490
490
  *
491
491
  * To view or create extended fields, use
492
- * [`findOrCreateExtendedField()`](wix-crm-backend/contacts/findorcreateextendedfield),
493
- * [`getExtendedField()`](wix-crm-backend/contacts/getextendedfield), or
494
- * [`queryExtendedFields()`](wix-crm-backend/contacts/queryextendedfields).
492
+ * [`findOrCreateExtendedField()`](wix-crm-v2/extendedfields/findorcreateextendedfield),
493
+ * [`getExtendedField()`](wix-crm-v2/extendedfields/getextendedfield), or
494
+ * [`queryExtendedFields()`](wix-crm-v2/extendedfields/queryextendedfields).
495
495
  */
496
496
  items?: Record<string, any>;
497
497
  }
@@ -678,9 +678,9 @@ export interface LabelContactRequest {
678
678
  *
679
679
  * Label keys must exist to be added to the contact.
680
680
  * Contact labels can be created or retrieved with
681
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
681
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
682
682
  * or
683
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
683
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
684
684
  */
685
685
  labelKeys: string[];
686
686
  }
@@ -708,9 +708,9 @@ export interface LabelAndUnlabelContactRequest {
708
708
  *
709
709
  * Label keys must exist to be added to the contact.
710
710
  * Contact labels can be created or retrieved with
711
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
711
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
712
712
  * or
713
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
713
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
714
714
  */
715
715
  labelKeysToAdd?: string[];
716
716
  /** List of label keys to remove from the contact. */
@@ -1025,9 +1025,9 @@ export interface BulkLabelAndUnlabelContactsRequest {
1025
1025
  *
1026
1026
  * Label keys must exist to be added to the contact.
1027
1027
  * Contact labels can be created or retrieved with
1028
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
1028
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
1029
1029
  * or
1030
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
1030
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
1031
1031
  */
1032
1032
  labelKeysToAdd?: string[];
1033
1033
  /** List of label keys to remove from the contacts. */
@@ -1535,9 +1535,9 @@ export declare function deleteContact(contactId: string): Promise<void>;
1535
1535
  *
1536
1536
  * Label keys must exist to be added to the contact.
1537
1537
  * Contact labels can be created or retrieved with
1538
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
1538
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
1539
1539
  * or
1540
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
1540
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
1541
1541
  * @public
1542
1542
  * @documentationMaturity preview
1543
1543
  * @requiredField contactId
@@ -648,9 +648,9 @@ exports.deleteContact = deleteContact;
648
648
  *
649
649
  * Label keys must exist to be added to the contact.
650
650
  * Contact labels can be created or retrieved with
651
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
651
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
652
652
  * or
653
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
653
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
654
654
  * @public
655
655
  * @documentationMaturity preview
656
656
  * @requiredField contactId
@@ -250,9 +250,9 @@ export interface ContactInfo {
250
250
  *
251
251
  * Label keys must exist to be added to the contact.
252
252
  * Contact labels can be created or retrieved with
253
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
253
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
254
254
  * or
255
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
255
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
256
256
  *
257
257
  */
258
258
  labelKeys?: LabelsWrapper;
@@ -485,13 +485,13 @@ export interface ExtendedFieldsWrapper {
485
485
  * Set of key-value pairs.
486
486
  *
487
487
  * Contact's
488
- * [extended fields](wix-crm-v2/extendedfields/introduction#wix-crm-v2_extendedfields_introduction_terminology),
488
+ * [extended fields](wix-crm-v2/extendedfields/introduction#terminology),
489
489
  * which allow you to store additional information about your contacts.
490
490
  *
491
491
  * To view or create extended fields, use
492
- * [`findOrCreateExtendedField()`](wix-crm-backend/contacts/findorcreateextendedfield),
493
- * [`getExtendedField()`](wix-crm-backend/contacts/getextendedfield), or
494
- * [`queryExtendedFields()`](wix-crm-backend/contacts/queryextendedfields).
492
+ * [`findOrCreateExtendedField()`](wix-crm-v2/extendedfields/findorcreateextendedfield),
493
+ * [`getExtendedField()`](wix-crm-v2/extendedfields/getextendedfield), or
494
+ * [`queryExtendedFields()`](wix-crm-v2/extendedfields/queryextendedfields).
495
495
  */
496
496
  items?: Record<string, any>;
497
497
  }
@@ -678,9 +678,9 @@ export interface LabelContactRequest {
678
678
  *
679
679
  * Label keys must exist to be added to the contact.
680
680
  * Contact labels can be created or retrieved with
681
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
681
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
682
682
  * or
683
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
683
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
684
684
  */
685
685
  labelKeys: string[];
686
686
  }
@@ -708,9 +708,9 @@ export interface LabelAndUnlabelContactRequest {
708
708
  *
709
709
  * Label keys must exist to be added to the contact.
710
710
  * Contact labels can be created or retrieved with
711
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
711
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
712
712
  * or
713
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
713
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
714
714
  */
715
715
  labelKeysToAdd?: string[];
716
716
  /** List of label keys to remove from the contact. */
@@ -1025,9 +1025,9 @@ export interface BulkLabelAndUnlabelContactsRequest {
1025
1025
  *
1026
1026
  * Label keys must exist to be added to the contact.
1027
1027
  * Contact labels can be created or retrieved with
1028
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
1028
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
1029
1029
  * or
1030
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
1030
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
1031
1031
  */
1032
1032
  labelKeysToAdd?: string[];
1033
1033
  /** List of label keys to remove from the contacts. */
@@ -1535,9 +1535,9 @@ export declare function deleteContact(contactId: string): Promise<void>;
1535
1535
  *
1536
1536
  * Label keys must exist to be added to the contact.
1537
1537
  * Contact labels can be created or retrieved with
1538
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
1538
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
1539
1539
  * or
1540
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
1540
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
1541
1541
  * @public
1542
1542
  * @documentationMaturity preview
1543
1543
  * @requiredField contactId
@@ -622,9 +622,9 @@ export function deleteContact(contactId) {
622
622
  *
623
623
  * Label keys must exist to be added to the contact.
624
624
  * Contact labels can be created or retrieved with
625
- * [`findOrCreateLabel()`](wix-crm-backend/contacts/findorcreatelabel)
625
+ * [`findOrCreateLabel()`](wix-crm-v2/labels/findorcreatelabel)
626
626
  * or
627
- * [`queryLabels()`](wix-crm-backend/contacts/queryLabels).
627
+ * [`queryLabels()`](wix-crm-v2/labels/queryLabels).
628
628
  * @public
629
629
  * @documentationMaturity preview
630
630
  * @requiredField contactId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/crm",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
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": "7079b726867f8efd2936defbea530cb2ff39e930e06687c1c4b4e181"
36
+ "falconPackageHash": "c157cd29f0d2ab465b9f3ef37cc6084bdae46b569199d815d42ab7cd"
37
37
  }