@wix/auto_sdk_crm_contacts 1.0.16 → 1.0.18

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.
Files changed (21) hide show
  1. package/build/cjs/src/contacts-v4-contact-contacts.http.d.ts +1 -1
  2. package/build/cjs/src/contacts-v4-contact-contacts.http.js +1 -1
  3. package/build/cjs/src/contacts-v4-contact-contacts.public.d.ts +1 -1
  4. package/build/cjs/src/contacts-v4-contact-contacts.universal.d.ts +1 -1
  5. package/build/cjs/src/contacts-v4-contact-contacts.universal.js +1 -1
  6. package/build/es/src/contacts-v4-contact-contacts.http.d.ts +1 -1
  7. package/build/es/src/contacts-v4-contact-contacts.http.js +1 -1
  8. package/build/es/src/contacts-v4-contact-contacts.public.d.ts +1 -1
  9. package/build/es/src/contacts-v4-contact-contacts.universal.d.ts +1 -1
  10. package/build/es/src/contacts-v4-contact-contacts.universal.js +1 -1
  11. package/build/internal/cjs/src/contacts-v4-contact-contacts.http.d.ts +1 -1
  12. package/build/internal/cjs/src/contacts-v4-contact-contacts.http.js +1 -1
  13. package/build/internal/cjs/src/contacts-v4-contact-contacts.public.d.ts +1 -1
  14. package/build/internal/cjs/src/contacts-v4-contact-contacts.universal.d.ts +1 -1
  15. package/build/internal/cjs/src/contacts-v4-contact-contacts.universal.js +1 -1
  16. package/build/internal/es/src/contacts-v4-contact-contacts.http.d.ts +1 -1
  17. package/build/internal/es/src/contacts-v4-contact-contacts.http.js +1 -1
  18. package/build/internal/es/src/contacts-v4-contact-contacts.public.d.ts +1 -1
  19. package/build/internal/es/src/contacts-v4-contact-contacts.universal.d.ts +1 -1
  20. package/build/internal/es/src/contacts-v4-contact-contacts.universal.js +1 -1
  21. package/package.json +2 -2
@@ -23,7 +23,7 @@ export declare function createContact(payload: object): RequestOptionsFactory<an
23
23
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
24
24
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
25
25
  *
26
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
26
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
27
27
  */
28
28
  export declare function updateContact(payload: object): RequestOptionsFactory<any>;
29
29
  /**
@@ -138,7 +138,7 @@ exports.createContact = createContact;
138
138
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
139
139
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
140
140
  *
141
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
141
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
142
142
  */
143
143
  function updateContact(payload) {
144
144
  function __updateContact({ host }) {
@@ -35,7 +35,7 @@ interface UpdateContactSignature {
35
35
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
36
36
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
37
37
  *
38
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
38
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
39
39
  * @param - ID of the contact to update.
40
40
  * @param - Contact info.
41
41
  * @param - Revision number.
@@ -2137,7 +2137,7 @@ export interface CreateContactOptions {
2137
2137
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
2138
2138
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
2139
2139
  *
2140
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
2140
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
2141
2141
  * @param contactId - ID of the contact to update.
2142
2142
  * @param info - Contact info.
2143
2143
  * @param revision - Revision number.
@@ -381,7 +381,7 @@ exports.createContact = createContact;
381
381
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
382
382
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
383
383
  *
384
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
384
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
385
385
  * @param contactId - ID of the contact to update.
386
386
  * @param info - Contact info.
387
387
  * @param revision - Revision number.
@@ -23,7 +23,7 @@ export declare function createContact(payload: object): RequestOptionsFactory<an
23
23
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
24
24
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
25
25
  *
26
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
26
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
27
27
  */
28
28
  export declare function updateContact(payload: object): RequestOptionsFactory<any>;
29
29
  /**
@@ -134,7 +134,7 @@ export function createContact(payload) {
134
134
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
135
135
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
136
136
  *
137
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
137
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
138
138
  */
139
139
  export function updateContact(payload) {
140
140
  function __updateContact({ host }) {
@@ -35,7 +35,7 @@ interface UpdateContactSignature {
35
35
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
36
36
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
37
37
  *
38
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
38
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
39
39
  * @param - ID of the contact to update.
40
40
  * @param - Contact info.
41
41
  * @param - Revision number.
@@ -2137,7 +2137,7 @@ export interface CreateContactOptions {
2137
2137
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
2138
2138
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
2139
2139
  *
2140
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
2140
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
2141
2141
  * @param contactId - ID of the contact to update.
2142
2142
  * @param info - Contact info.
2143
2143
  * @param revision - Revision number.
@@ -354,7 +354,7 @@ export async function createContact(info, options) {
354
354
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
355
355
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
356
356
  *
357
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
357
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
358
358
  * @param contactId - ID of the contact to update.
359
359
  * @param info - Contact info.
360
360
  * @param revision - Revision number.
@@ -23,7 +23,7 @@ export declare function createContact(payload: object): RequestOptionsFactory<an
23
23
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
24
24
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
25
25
  *
26
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
26
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
27
27
  */
28
28
  export declare function updateContact(payload: object): RequestOptionsFactory<any>;
29
29
  /**
@@ -138,7 +138,7 @@ exports.createContact = createContact;
138
138
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
139
139
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
140
140
  *
141
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
141
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
142
142
  */
143
143
  function updateContact(payload) {
144
144
  function __updateContact({ host }) {
@@ -35,7 +35,7 @@ interface UpdateContactSignature {
35
35
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
36
36
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
37
37
  *
38
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
38
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
39
39
  * @param - ID of the contact to update.
40
40
  * @param - Contact info.
41
41
  * @param - Revision number.
@@ -2171,7 +2171,7 @@ export interface CreateContactOptions {
2171
2171
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
2172
2172
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
2173
2173
  *
2174
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
2174
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
2175
2175
  * @param contactId - ID of the contact to update.
2176
2176
  * @param info - Contact info.
2177
2177
  * @param revision - Revision number.
@@ -381,7 +381,7 @@ exports.createContact = createContact;
381
381
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
382
382
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
383
383
  *
384
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
384
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
385
385
  * @param contactId - ID of the contact to update.
386
386
  * @param info - Contact info.
387
387
  * @param revision - Revision number.
@@ -23,7 +23,7 @@ export declare function createContact(payload: object): RequestOptionsFactory<an
23
23
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
24
24
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
25
25
  *
26
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
26
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
27
27
  */
28
28
  export declare function updateContact(payload: object): RequestOptionsFactory<any>;
29
29
  /**
@@ -134,7 +134,7 @@ export function createContact(payload) {
134
134
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
135
135
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
136
136
  *
137
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
137
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
138
138
  */
139
139
  export function updateContact(payload) {
140
140
  function __updateContact({ host }) {
@@ -35,7 +35,7 @@ interface UpdateContactSignature {
35
35
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
36
36
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
37
37
  *
38
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
38
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
39
39
  * @param - ID of the contact to update.
40
40
  * @param - Contact info.
41
41
  * @param - Revision number.
@@ -2171,7 +2171,7 @@ export interface CreateContactOptions {
2171
2171
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
2172
2172
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
2173
2173
  *
2174
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
2174
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
2175
2175
  * @param contactId - ID of the contact to update.
2176
2176
  * @param info - Contact info.
2177
2177
  * @param revision - Revision number.
@@ -354,7 +354,7 @@ export async function createContact(info, options) {
354
354
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
355
355
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
356
356
  *
357
- * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specifiy the contact ID when calling Update Contact.
357
+ * Members are typically linked to contacts, and while they share a relationship, the member ID and contact ID are distinct identifiers. Make sure to specify the contact ID when calling Update Contact.
358
358
  * @param contactId - ID of the contact to update.
359
359
  * @param info - Contact info.
360
360
  * @param revision - Revision number.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_crm_contacts",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.contacts.v4.contact"
49
49
  }
50
50
  },
51
- "falconPackageHash": "217003dadff4cf01290adbd85131d674afb57d6e3ab132658fa322a9"
51
+ "falconPackageHash": "2a99c79e5f43ed8d97b0c54b56b30cab72d649dffcb2dfaedc15b041"
52
52
  }