@wix/crm 1.0.163 → 1.0.164

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/crm",
3
- "version": "1.0.163",
3
+ "version": "1.0.164",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/crm_attachments": "1.0.23",
24
+ "@wix/crm_attachments": "1.0.24",
25
25
  "@wix/crm_contacts": "1.0.70",
26
26
  "@wix/crm_extended-fields": "1.0.49",
27
27
  "@wix/crm_labels": "1.0.48",
@@ -51,5 +51,5 @@
51
51
  "fqdn": ""
52
52
  }
53
53
  },
54
- "falconPackageHash": "fba1ab41e61ba3fdc27ad168a23e23f1043c5081734405d05d2519a2"
54
+ "falconPackageHash": "eb4a24b6cd939879067c8c86c3b3b1da26799464454a52842e524b67"
55
55
  }
@@ -703,7 +703,7 @@ interface Paging$4 {
703
703
  offset?: number | null;
704
704
  }
705
705
  interface ListAttachmentsResponse {
706
- /** Liss of attachments for the specified contact. */
706
+ /** List of attachments for the specified contact. */
707
707
  attachments?: ContactAttachment[];
708
708
  /** Metadata for the paginated results. */
709
709
  metadata?: PagingMetadata$3;
@@ -703,7 +703,7 @@ interface Paging$4 {
703
703
  offset?: number | null;
704
704
  }
705
705
  interface ListAttachmentsResponse {
706
- /** Liss of attachments for the specified contact. */
706
+ /** List of attachments for the specified contact. */
707
707
  attachments?: ContactAttachment[];
708
708
  /** Metadata for the paginated results. */
709
709
  metadata?: PagingMetadata$3;
@@ -113,7 +113,7 @@ interface Paging$7 {
113
113
  offset?: number | null;
114
114
  }
115
115
  interface ListAttachmentsResponse$1 {
116
- /** Liss of attachments for the specified contact. */
116
+ /** List of attachments for the specified contact. */
117
117
  attachments?: ContactAttachment$1[];
118
118
  /** Metadata for the paginated results. */
119
119
  metadata?: PagingMetadata$7;
@@ -258,7 +258,7 @@ interface Paging$6 {
258
258
  offset?: number | null;
259
259
  }
260
260
  interface ListAttachmentsResponse {
261
- /** Liss of attachments for the specified contact. */
261
+ /** List of attachments for the specified contact. */
262
262
  attachments?: ContactAttachment[];
263
263
  /** Metadata for the paginated results. */
264
264
  metadata?: PagingMetadata$6;