@wix/auto_sdk_crm_contacts 1.0.15 → 1.0.17

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.
@@ -2129,7 +2129,7 @@ export interface CreateContactOptions {
2129
2129
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
2130
2130
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
2131
2131
  *
2132
- * 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.
2132
+ * 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.
2133
2133
  * @param contactId - ID of the contact to update.
2134
2134
  * @param info - Contact info.
2135
2135
  * @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.
@@ -2129,7 +2129,7 @@ export interface CreateContactOptions {
2129
2129
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
2130
2130
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
2131
2131
  *
2132
- * 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.
2132
+ * 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.
2133
2133
  * @param contactId - ID of the contact to update.
2134
2134
  * @param info - Contact info.
2135
2135
  * @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.
@@ -2163,7 +2163,7 @@ export interface CreateContactOptions {
2163
2163
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
2164
2164
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
2165
2165
  *
2166
- * 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.
2166
+ * 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.
2167
2167
  * @param contactId - ID of the contact to update.
2168
2168
  * @param info - Contact info.
2169
2169
  * @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.
@@ -2163,7 +2163,7 @@ export interface CreateContactOptions {
2163
2163
  * You can't call Update Contact to update the `primaryEmail` of a contact who is also a member.
2164
2164
  * Instead, use the Members API to update the member's login email, which will also update the contact's primary email.
2165
2165
  *
2166
- * 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.
2166
+ * 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.
2167
2167
  * @param contactId - ID of the contact to update.
2168
2168
  * @param info - Contact info.
2169
2169
  * @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.15",
3
+ "version": "1.0.17",
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": "0ecd36eecb2eda77ac922615728a80ca3bb68c8b2f30f8f1792fa991"
51
+ "falconPackageHash": "1df28bdd4d403cac22ab9c24ca825129f17bd1f37bf82ffd597e465a"
52
52
  }