@wix/auto_sdk_crm_contacts 1.0.1298 → 1.0.1300
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/build/cjs/index.d.ts +42 -14
- package/build/cjs/index.js +2826 -47
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +2794 -15
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/schemas.d.ts +3 -3
- package/build/es/index.d.mts +42 -14
- package/build/es/index.mjs +2816 -47
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +2784 -15
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/schemas.d.mts +3 -3
- package/build/internal/cjs/index.d.ts +42 -14
- package/build/internal/cjs/index.js +2826 -47
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +2794 -15
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +3 -3
- package/build/internal/es/index.d.mts +42 -14
- package/build/internal/es/index.mjs +2816 -47
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +2784 -15
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +3 -3
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -2,7 +2,9 @@ import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTF
|
|
|
2
2
|
import { ContactInfo, CreateContactOptions, CreateContactResponse, CreateContactApplicationErrors, UpdateContactOptions, UpdateContactResponse, UpdateContactApplicationErrors, MergeContactsOptions, MergeContactsResponse, MergeContactsApplicationErrors, PreviewMergeContactsOptions, PreviewMergeContactsResponse, PreviewMergeContactsApplicationErrors, DeleteContactApplicationErrors, LabelContactResponse, LabelContactApplicationErrors, UnlabelContactResponse, UnlabelContactApplicationErrors, ListContactsOptions, ListContactsResponse, ListContactsApplicationErrors, ListFacetsOptions, ListFacetsResponse, QueryFacetsOptions, QueryFacetsResponse, BulkDeleteContactsOptions, BulkDeleteContactsResponse, BulkDeleteContactsApplicationErrors, BulkUpdateContactsOptions, BulkUpdateContactsResponse, BulkLabelAndUnlabelContactsOptions, BulkLabelAndUnlabelContactsResponse, BulkLabelAndUnlabelContactsApplicationErrors, GetContactOptions, Contact, GetContactApplicationErrors, ContactCreatedEnvelope, ContactDeletedEnvelope, ContactMergedEnvelope, ContactUpdatedEnvelope, ContactQuery, QueryContactsOptions, typedQueryContacts, ContactsQueryBuilder } from './index.typings.js';
|
|
3
3
|
export { AccountInfo, AccountInfoMetadata, Action, ActionEvent, ActionWithLiterals, ActivityIcon, Address, AddressLocation, AddressStreetOneOf, AddressTag, AddressTagWithLiterals, ApplicationError, AssigneesWrapper, BaseEventMetadata, BulkActionMetadata, BulkAddSegmentToContactsRequest, BulkAddSegmentToContactsResponse, BulkDeleteContactsRequest, BulkLabelAndUnlabelContactsRequest, BulkRemoveSegmentFromContactsRequest, BulkRemoveSegmentFromContactsResponse, BulkUpdateContactsRequest, BulkUpsertContactsRequest, BulkUpsertContactsResponse, BulkUpsertContactsResponseMetadata, CommonQueryWithEntityContext, ContactActivity, ContactActivityType, ContactActivityTypeWithLiterals, ContactAddedToSegment, ContactAddress, ContactAddressesWrapper, ContactChanged, ContactEmail, ContactEmailSubscriptionUpdated, ContactEmailsWrapper, ContactFieldSet, ContactFieldSetWithLiterals, ContactMerged, ContactName, ContactPhone, ContactPhoneSubscriptionUpdated, ContactPhonesWrapper, ContactPicture, ContactPrimaryInfoUpdated, ContactQuerySpec, ContactRemovedFromSegment, ContactSource, ContactSourceType, ContactSourceTypeWithLiterals, ContactSubmitted, ContactsFacet, ContactsFacetType, ContactsFacetTypeWithLiterals, ContactsQueryResult, CountContactsRequest, CountContactsResponse, CreateContactRequest, CursorPaging, CursorPagingMetadata, Cursors, DeleteContactRequest, DeleteContactResponse, DomainEvent, DomainEventBodyOneOf, DuplicateContactExists, EmailDeliverabilityStatus, EmailDeliverabilityStatusWithLiterals, EmailTag, EmailTagWithLiterals, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Error, EventMetadata, ExtendedFieldsWrapper, GeneratePictureUploadUrlRequest, GeneratePictureUploadUrlResponse, GetContactRequest, GetContactResponse, GetContactResponseType, GetContactResponseTypeWithLiterals, GroupInfo, IdentificationData, IdentificationDataIdOneOf, ImageProvider, ImageProviderWithLiterals, Item, ItemMetadata, LabelAndUnlabelContactRequest, LabelAndUnlabelContactResponse, LabelContactRequest, LabelsWrapper, LastActivityUpdate, ListContactIdsBySegmentRequest, ListContactIdsBySegmentResponse, ListContactsRequest, ListFacetsRequest, LocationsWrapper, MemberInfo, MemberStatus, MemberStatusWithLiterals, MergeContactsRequest, MessageEnvelope, Metadata, Mode, ModeWithLiterals, Paging, PagingMetadata, PhoneDeliverabilityStatus, PhoneDeliverabilityStatusWithLiterals, PhoneTag, PhoneTagWithLiterals, PreviewMergeContactsRequest, PrimaryContactInfo, PrimaryEmail, PrimaryPhone, PrimarySubscriptionStatus, PrivacyStatus, PrivacyStatusWithLiterals, ProfileInfo, Query, QueryContactsApplicationErrors, QueryContactsRequest, QueryContactsResponse, QueryFacetsRequest, RestoreInfo, Role, RoleWithLiterals, Search, SearchContactsRequest, SearchContactsResponse, SearchDetails, SearchPagingMethodOneOf, SegmentsWrapper, SessionInfo, SortOrder, SortOrderWithLiterals, Sorting, StreetAddress, Subdivision, SubdivisionType, SubdivisionTypeWithLiterals, SubmitOperation, SubmitOperationWithLiterals, SubscriptionStatus, SubscriptionStatusWithLiterals, SyncSubmitContactRequest, SyncSubmitContactResponse, UnlabelContactRequest, UpdateContactRequest, UpsertContactRequest, UpsertContactResponse, UpsertContactResponseAction, UpsertContactResponseActionWithLiterals, UserInfo, WebhookIdentityType, WebhookIdentityTypeWithLiterals, utils } from './index.typings.js';
|
|
4
4
|
|
|
5
|
-
declare function createContact$1(httpClient: HttpClient
|
|
5
|
+
declare function createContact$1(httpClient: HttpClient, __options?: {
|
|
6
|
+
validateRequestSchema?: boolean;
|
|
7
|
+
}): CreateContactSignature;
|
|
6
8
|
interface CreateContactSignature {
|
|
7
9
|
/**
|
|
8
10
|
* Creates a new contact.
|
|
@@ -22,7 +24,9 @@ interface CreateContactSignature {
|
|
|
22
24
|
__applicationErrorsType?: CreateContactApplicationErrors;
|
|
23
25
|
}>;
|
|
24
26
|
}
|
|
25
|
-
declare function updateContact$1(httpClient: HttpClient
|
|
27
|
+
declare function updateContact$1(httpClient: HttpClient, __options?: {
|
|
28
|
+
validateRequestSchema?: boolean;
|
|
29
|
+
}): UpdateContactSignature;
|
|
26
30
|
interface UpdateContactSignature {
|
|
27
31
|
/**
|
|
28
32
|
* Updates a contact.
|
|
@@ -49,7 +53,9 @@ interface UpdateContactSignature {
|
|
|
49
53
|
__applicationErrorsType?: UpdateContactApplicationErrors;
|
|
50
54
|
}>;
|
|
51
55
|
}
|
|
52
|
-
declare function mergeContacts$1(httpClient: HttpClient
|
|
56
|
+
declare function mergeContacts$1(httpClient: HttpClient, __options?: {
|
|
57
|
+
validateRequestSchema?: boolean;
|
|
58
|
+
}): MergeContactsSignature;
|
|
53
59
|
interface MergeContactsSignature {
|
|
54
60
|
/**
|
|
55
61
|
* Merges source contacts into a target contact.
|
|
@@ -92,7 +98,9 @@ interface MergeContactsSignature {
|
|
|
92
98
|
__applicationErrorsType?: MergeContactsApplicationErrors;
|
|
93
99
|
}>;
|
|
94
100
|
}
|
|
95
|
-
declare function previewMergeContacts$1(httpClient: HttpClient
|
|
101
|
+
declare function previewMergeContacts$1(httpClient: HttpClient, __options?: {
|
|
102
|
+
validateRequestSchema?: boolean;
|
|
103
|
+
}): PreviewMergeContactsSignature;
|
|
96
104
|
interface PreviewMergeContactsSignature {
|
|
97
105
|
/**
|
|
98
106
|
* Previews merging source contacts into a target contact.
|
|
@@ -109,7 +117,9 @@ interface PreviewMergeContactsSignature {
|
|
|
109
117
|
__applicationErrorsType?: PreviewMergeContactsApplicationErrors;
|
|
110
118
|
}>;
|
|
111
119
|
}
|
|
112
|
-
declare function deleteContact$1(httpClient: HttpClient
|
|
120
|
+
declare function deleteContact$1(httpClient: HttpClient, __options?: {
|
|
121
|
+
validateRequestSchema?: boolean;
|
|
122
|
+
}): DeleteContactSignature;
|
|
113
123
|
interface DeleteContactSignature {
|
|
114
124
|
/**
|
|
115
125
|
* Deletes a contact.
|
|
@@ -127,7 +137,9 @@ interface DeleteContactSignature {
|
|
|
127
137
|
__applicationErrorsType?: DeleteContactApplicationErrors;
|
|
128
138
|
}>;
|
|
129
139
|
}
|
|
130
|
-
declare function labelContact$1(httpClient: HttpClient
|
|
140
|
+
declare function labelContact$1(httpClient: HttpClient, __options?: {
|
|
141
|
+
validateRequestSchema?: boolean;
|
|
142
|
+
}): LabelContactSignature;
|
|
131
143
|
interface LabelContactSignature {
|
|
132
144
|
/**
|
|
133
145
|
* Adds labels to a contact.
|
|
@@ -147,7 +159,9 @@ interface LabelContactSignature {
|
|
|
147
159
|
__applicationErrorsType?: LabelContactApplicationErrors;
|
|
148
160
|
}>;
|
|
149
161
|
}
|
|
150
|
-
declare function unlabelContact$1(httpClient: HttpClient
|
|
162
|
+
declare function unlabelContact$1(httpClient: HttpClient, __options?: {
|
|
163
|
+
validateRequestSchema?: boolean;
|
|
164
|
+
}): UnlabelContactSignature;
|
|
151
165
|
interface UnlabelContactSignature {
|
|
152
166
|
/**
|
|
153
167
|
* Removes labels from a contact.
|
|
@@ -166,7 +180,9 @@ interface UnlabelContactSignature {
|
|
|
166
180
|
__applicationErrorsType?: UnlabelContactApplicationErrors;
|
|
167
181
|
}>;
|
|
168
182
|
}
|
|
169
|
-
declare function listContacts$1(httpClient: HttpClient
|
|
183
|
+
declare function listContacts$1(httpClient: HttpClient, __options?: {
|
|
184
|
+
validateRequestSchema?: boolean;
|
|
185
|
+
}): ListContactsSignature;
|
|
170
186
|
interface ListContactsSignature {
|
|
171
187
|
/**
|
|
172
188
|
* Retrieves a list of up to 1,000 contacts per request.
|
|
@@ -177,7 +193,9 @@ interface ListContactsSignature {
|
|
|
177
193
|
__applicationErrorsType?: ListContactsApplicationErrors;
|
|
178
194
|
}>;
|
|
179
195
|
}
|
|
180
|
-
declare function listFacets$1(httpClient: HttpClient
|
|
196
|
+
declare function listFacets$1(httpClient: HttpClient, __options?: {
|
|
197
|
+
validateRequestSchema?: boolean;
|
|
198
|
+
}): ListFacetsSignature;
|
|
181
199
|
interface ListFacetsSignature {
|
|
182
200
|
/**
|
|
183
201
|
* Lists facets from the site’s contact list.
|
|
@@ -186,7 +204,9 @@ interface ListFacetsSignature {
|
|
|
186
204
|
*/
|
|
187
205
|
(options?: ListFacetsOptions): Promise<NonNullablePaths<ListFacetsResponse, `facets` | `facets.${number}.facetType`, 4>>;
|
|
188
206
|
}
|
|
189
|
-
declare function queryFacets$1(httpClient: HttpClient
|
|
207
|
+
declare function queryFacets$1(httpClient: HttpClient, __options?: {
|
|
208
|
+
validateRequestSchema?: boolean;
|
|
209
|
+
}): QueryFacetsSignature;
|
|
190
210
|
interface QueryFacetsSignature {
|
|
191
211
|
/**
|
|
192
212
|
* Retrieves facets from the site’s contact list by filter.
|
|
@@ -195,7 +215,9 @@ interface QueryFacetsSignature {
|
|
|
195
215
|
*/
|
|
196
216
|
(options?: QueryFacetsOptions): Promise<NonNullablePaths<QueryFacetsResponse, `facets` | `facets.${number}.facetType`, 4>>;
|
|
197
217
|
}
|
|
198
|
-
declare function bulkDeleteContacts$1(httpClient: HttpClient
|
|
218
|
+
declare function bulkDeleteContacts$1(httpClient: HttpClient, __options?: {
|
|
219
|
+
validateRequestSchema?: boolean;
|
|
220
|
+
}): BulkDeleteContactsSignature;
|
|
199
221
|
interface BulkDeleteContactsSignature {
|
|
200
222
|
/**
|
|
201
223
|
* Deletes multiple contacts.
|
|
@@ -220,7 +242,9 @@ interface BulkDeleteContactsSignature {
|
|
|
220
242
|
__applicationErrorsType?: BulkDeleteContactsApplicationErrors;
|
|
221
243
|
}>;
|
|
222
244
|
}
|
|
223
|
-
declare function bulkUpdateContacts$1(httpClient: HttpClient
|
|
245
|
+
declare function bulkUpdateContacts$1(httpClient: HttpClient, __options?: {
|
|
246
|
+
validateRequestSchema?: boolean;
|
|
247
|
+
}): BulkUpdateContactsSignature;
|
|
224
248
|
interface BulkUpdateContactsSignature {
|
|
225
249
|
/**
|
|
226
250
|
* Updates the specified properties for multiple contacts.
|
|
@@ -237,7 +261,9 @@ interface BulkUpdateContactsSignature {
|
|
|
237
261
|
*/
|
|
238
262
|
(options?: BulkUpdateContactsOptions): Promise<NonNullablePaths<BulkUpdateContactsResponse, `jobId`, 2>>;
|
|
239
263
|
}
|
|
240
|
-
declare function bulkLabelAndUnlabelContacts$1(httpClient: HttpClient
|
|
264
|
+
declare function bulkLabelAndUnlabelContacts$1(httpClient: HttpClient, __options?: {
|
|
265
|
+
validateRequestSchema?: boolean;
|
|
266
|
+
}): BulkLabelAndUnlabelContactsSignature;
|
|
241
267
|
interface BulkLabelAndUnlabelContactsSignature {
|
|
242
268
|
/**
|
|
243
269
|
* Adds and removes labels from multiple contacts.
|
|
@@ -256,7 +282,9 @@ interface BulkLabelAndUnlabelContactsSignature {
|
|
|
256
282
|
__applicationErrorsType?: BulkLabelAndUnlabelContactsApplicationErrors;
|
|
257
283
|
}>;
|
|
258
284
|
}
|
|
259
|
-
declare function getContact$1(httpClient: HttpClient
|
|
285
|
+
declare function getContact$1(httpClient: HttpClient, __options?: {
|
|
286
|
+
validateRequestSchema?: boolean;
|
|
287
|
+
}): GetContactSignature;
|
|
260
288
|
interface GetContactSignature {
|
|
261
289
|
/**
|
|
262
290
|
* Retrieves a contact.
|