@aws-sdk/client-customer-profiles 3.934.0 → 3.936.0

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 (49) hide show
  1. package/dist-cjs/index.js +443 -443
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +420 -0
  4. package/dist-es/models/errors.js +71 -0
  5. package/dist-es/models/models_0.js +1 -487
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/MergeProfilesCommand.d.ts +1 -1
  8. package/dist-types/commands/PutIntegrationCommand.d.ts +1 -1
  9. package/dist-types/commands/PutProfileObjectCommand.d.ts +1 -1
  10. package/dist-types/commands/PutProfileObjectTypeCommand.d.ts +1 -1
  11. package/dist-types/commands/SearchProfilesCommand.d.ts +1 -1
  12. package/dist-types/commands/StartUploadJobCommand.d.ts +1 -1
  13. package/dist-types/commands/StopUploadJobCommand.d.ts +1 -1
  14. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  15. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  16. package/dist-types/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateDomainLayoutCommand.d.ts +1 -1
  19. package/dist-types/commands/UpdateEventTriggerCommand.d.ts +1 -1
  20. package/dist-types/commands/UpdateProfileCommand.d.ts +1 -1
  21. package/dist-types/index.d.ts +3 -1
  22. package/dist-types/models/enums.d.ts +828 -0
  23. package/dist-types/models/errors.d.ts +67 -0
  24. package/dist-types/models/models_0.d.ts +1139 -884
  25. package/dist-types/ts3.4/commands/MergeProfilesCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/PutProfileObjectCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/PutProfileObjectTypeCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/SearchProfilesCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/StartUploadJobCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/StopUploadJobCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/UpdateCalculatedAttributeDefinitionCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/UpdateDomainLayoutCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/UpdateEventTriggerCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/index.d.ts +3 -1
  40. package/dist-types/ts3.4/models/enums.d.ts +500 -0
  41. package/dist-types/ts3.4/models/errors.d.ts +42 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +282 -536
  43. package/package.json +19 -19
  44. package/dist-es/models/index.js +0 -2
  45. package/dist-es/models/models_1.js +0 -4
  46. package/dist-types/models/index.d.ts +0 -2
  47. package/dist-types/models/models_1.d.ts +0 -1150
  48. package/dist-types/ts3.4/models/index.d.ts +0 -2
  49. package/dist-types/ts3.4/models/models_1.d.ts +0 -259
@@ -0,0 +1,828 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const ActionType: {
6
+ readonly ADDED_PROFILE_KEY: "ADDED_PROFILE_KEY";
7
+ readonly CREATED: "CREATED";
8
+ readonly DELETED_BY_CUSTOMER: "DELETED_BY_CUSTOMER";
9
+ readonly DELETED_BY_MERGE: "DELETED_BY_MERGE";
10
+ readonly DELETED_PROFILE_KEY: "DELETED_PROFILE_KEY";
11
+ readonly EXPIRED: "EXPIRED";
12
+ readonly INGESTED: "INGESTED";
13
+ readonly MERGED: "MERGED";
14
+ readonly UPDATED: "UPDATED";
15
+ };
16
+ /**
17
+ * @public
18
+ */
19
+ export type ActionType = (typeof ActionType)[keyof typeof ActionType];
20
+ /**
21
+ * @public
22
+ * @enum
23
+ */
24
+ export declare const StringDimensionType: {
25
+ readonly BEGINS_WITH: "BEGINS_WITH";
26
+ readonly CONTAINS: "CONTAINS";
27
+ readonly ENDS_WITH: "ENDS_WITH";
28
+ readonly EXCLUSIVE: "EXCLUSIVE";
29
+ readonly INCLUSIVE: "INCLUSIVE";
30
+ };
31
+ /**
32
+ * @public
33
+ */
34
+ export type StringDimensionType = (typeof StringDimensionType)[keyof typeof StringDimensionType];
35
+ /**
36
+ * @public
37
+ * @enum
38
+ */
39
+ export declare const SourceConnectorType: {
40
+ readonly MARKETO: "Marketo";
41
+ readonly S3: "S3";
42
+ readonly SALESFORCE: "Salesforce";
43
+ readonly SERVICENOW: "Servicenow";
44
+ readonly ZENDESK: "Zendesk";
45
+ };
46
+ /**
47
+ * @public
48
+ */
49
+ export type SourceConnectorType = (typeof SourceConnectorType)[keyof typeof SourceConnectorType];
50
+ /**
51
+ * @public
52
+ * @enum
53
+ */
54
+ export declare const MarketoConnectorOperator: {
55
+ readonly ADDITION: "ADDITION";
56
+ readonly BETWEEN: "BETWEEN";
57
+ readonly DIVISION: "DIVISION";
58
+ readonly GREATER_THAN: "GREATER_THAN";
59
+ readonly LESS_THAN: "LESS_THAN";
60
+ readonly MASK_ALL: "MASK_ALL";
61
+ readonly MASK_FIRST_N: "MASK_FIRST_N";
62
+ readonly MASK_LAST_N: "MASK_LAST_N";
63
+ readonly MULTIPLICATION: "MULTIPLICATION";
64
+ readonly NO_OP: "NO_OP";
65
+ readonly PROJECTION: "PROJECTION";
66
+ readonly SUBTRACTION: "SUBTRACTION";
67
+ readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
68
+ readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
69
+ readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
70
+ readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
71
+ };
72
+ /**
73
+ * @public
74
+ */
75
+ export type MarketoConnectorOperator = (typeof MarketoConnectorOperator)[keyof typeof MarketoConnectorOperator];
76
+ /**
77
+ * @public
78
+ * @enum
79
+ */
80
+ export declare const S3ConnectorOperator: {
81
+ readonly ADDITION: "ADDITION";
82
+ readonly BETWEEN: "BETWEEN";
83
+ readonly DIVISION: "DIVISION";
84
+ readonly EQUAL_TO: "EQUAL_TO";
85
+ readonly GREATER_THAN: "GREATER_THAN";
86
+ readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
87
+ readonly LESS_THAN: "LESS_THAN";
88
+ readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
89
+ readonly MASK_ALL: "MASK_ALL";
90
+ readonly MASK_FIRST_N: "MASK_FIRST_N";
91
+ readonly MASK_LAST_N: "MASK_LAST_N";
92
+ readonly MULTIPLICATION: "MULTIPLICATION";
93
+ readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
94
+ readonly NO_OP: "NO_OP";
95
+ readonly PROJECTION: "PROJECTION";
96
+ readonly SUBTRACTION: "SUBTRACTION";
97
+ readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
98
+ readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
99
+ readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
100
+ readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
101
+ };
102
+ /**
103
+ * @public
104
+ */
105
+ export type S3ConnectorOperator = (typeof S3ConnectorOperator)[keyof typeof S3ConnectorOperator];
106
+ /**
107
+ * @public
108
+ * @enum
109
+ */
110
+ export declare const SalesforceConnectorOperator: {
111
+ readonly ADDITION: "ADDITION";
112
+ readonly BETWEEN: "BETWEEN";
113
+ readonly CONTAINS: "CONTAINS";
114
+ readonly DIVISION: "DIVISION";
115
+ readonly EQUAL_TO: "EQUAL_TO";
116
+ readonly GREATER_THAN: "GREATER_THAN";
117
+ readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
118
+ readonly LESS_THAN: "LESS_THAN";
119
+ readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
120
+ readonly MASK_ALL: "MASK_ALL";
121
+ readonly MASK_FIRST_N: "MASK_FIRST_N";
122
+ readonly MASK_LAST_N: "MASK_LAST_N";
123
+ readonly MULTIPLICATION: "MULTIPLICATION";
124
+ readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
125
+ readonly NO_OP: "NO_OP";
126
+ readonly PROJECTION: "PROJECTION";
127
+ readonly SUBTRACTION: "SUBTRACTION";
128
+ readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
129
+ readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
130
+ readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
131
+ readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
132
+ };
133
+ /**
134
+ * @public
135
+ */
136
+ export type SalesforceConnectorOperator = (typeof SalesforceConnectorOperator)[keyof typeof SalesforceConnectorOperator];
137
+ /**
138
+ * @public
139
+ * @enum
140
+ */
141
+ export declare const ServiceNowConnectorOperator: {
142
+ readonly ADDITION: "ADDITION";
143
+ readonly BETWEEN: "BETWEEN";
144
+ readonly CONTAINS: "CONTAINS";
145
+ readonly DIVISION: "DIVISION";
146
+ readonly EQUAL_TO: "EQUAL_TO";
147
+ readonly GREATER_THAN: "GREATER_THAN";
148
+ readonly GREATER_THAN_OR_EQUAL_TO: "GREATER_THAN_OR_EQUAL_TO";
149
+ readonly LESS_THAN: "LESS_THAN";
150
+ readonly LESS_THAN_OR_EQUAL_TO: "LESS_THAN_OR_EQUAL_TO";
151
+ readonly MASK_ALL: "MASK_ALL";
152
+ readonly MASK_FIRST_N: "MASK_FIRST_N";
153
+ readonly MASK_LAST_N: "MASK_LAST_N";
154
+ readonly MULTIPLICATION: "MULTIPLICATION";
155
+ readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
156
+ readonly NO_OP: "NO_OP";
157
+ readonly PROJECTION: "PROJECTION";
158
+ readonly SUBTRACTION: "SUBTRACTION";
159
+ readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
160
+ readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
161
+ readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
162
+ readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
163
+ };
164
+ /**
165
+ * @public
166
+ */
167
+ export type ServiceNowConnectorOperator = (typeof ServiceNowConnectorOperator)[keyof typeof ServiceNowConnectorOperator];
168
+ /**
169
+ * @public
170
+ * @enum
171
+ */
172
+ export declare const ZendeskConnectorOperator: {
173
+ readonly ADDITION: "ADDITION";
174
+ readonly DIVISION: "DIVISION";
175
+ readonly GREATER_THAN: "GREATER_THAN";
176
+ readonly MASK_ALL: "MASK_ALL";
177
+ readonly MASK_FIRST_N: "MASK_FIRST_N";
178
+ readonly MASK_LAST_N: "MASK_LAST_N";
179
+ readonly MULTIPLICATION: "MULTIPLICATION";
180
+ readonly NO_OP: "NO_OP";
181
+ readonly PROJECTION: "PROJECTION";
182
+ readonly SUBTRACTION: "SUBTRACTION";
183
+ readonly VALIDATE_NON_NEGATIVE: "VALIDATE_NON_NEGATIVE";
184
+ readonly VALIDATE_NON_NULL: "VALIDATE_NON_NULL";
185
+ readonly VALIDATE_NON_ZERO: "VALIDATE_NON_ZERO";
186
+ readonly VALIDATE_NUMERIC: "VALIDATE_NUMERIC";
187
+ };
188
+ /**
189
+ * @public
190
+ */
191
+ export type ZendeskConnectorOperator = (typeof ZendeskConnectorOperator)[keyof typeof ZendeskConnectorOperator];
192
+ /**
193
+ * @public
194
+ * @enum
195
+ */
196
+ export declare const OperatorPropertiesKeys: {
197
+ readonly CONCAT_FORMAT: "CONCAT_FORMAT";
198
+ readonly DATA_TYPE: "DATA_TYPE";
199
+ readonly DESTINATION_DATA_TYPE: "DESTINATION_DATA_TYPE";
200
+ readonly LOWER_BOUND: "LOWER_BOUND";
201
+ readonly MASK_LENGTH: "MASK_LENGTH";
202
+ readonly MASK_VALUE: "MASK_VALUE";
203
+ readonly MATH_OPERATION_FIELDS_ORDER: "MATH_OPERATION_FIELDS_ORDER";
204
+ readonly SOURCE_DATA_TYPE: "SOURCE_DATA_TYPE";
205
+ readonly SUBFIELD_CATEGORY_MAP: "SUBFIELD_CATEGORY_MAP";
206
+ readonly TRUNCATE_LENGTH: "TRUNCATE_LENGTH";
207
+ readonly UPPER_BOUND: "UPPER_BOUND";
208
+ readonly VALIDATION_ACTION: "VALIDATION_ACTION";
209
+ readonly VALUE: "VALUE";
210
+ readonly VALUES: "VALUES";
211
+ };
212
+ /**
213
+ * @public
214
+ */
215
+ export type OperatorPropertiesKeys = (typeof OperatorPropertiesKeys)[keyof typeof OperatorPropertiesKeys];
216
+ /**
217
+ * @public
218
+ * @enum
219
+ */
220
+ export declare const TaskType: {
221
+ readonly ARITHMETIC: "Arithmetic";
222
+ readonly FILTER: "Filter";
223
+ readonly MAP: "Map";
224
+ readonly MASK: "Mask";
225
+ readonly MERGE: "Merge";
226
+ readonly TRUNCATE: "Truncate";
227
+ readonly VALIDATE: "Validate";
228
+ };
229
+ /**
230
+ * @public
231
+ */
232
+ export type TaskType = (typeof TaskType)[keyof typeof TaskType];
233
+ /**
234
+ * @public
235
+ * @enum
236
+ */
237
+ export declare const DataPullMode: {
238
+ readonly COMPLETE: "Complete";
239
+ readonly INCREMENTAL: "Incremental";
240
+ };
241
+ /**
242
+ * @public
243
+ */
244
+ export type DataPullMode = (typeof DataPullMode)[keyof typeof DataPullMode];
245
+ /**
246
+ * @public
247
+ * @enum
248
+ */
249
+ export declare const TriggerType: {
250
+ readonly EVENT: "Event";
251
+ readonly ONDEMAND: "OnDemand";
252
+ readonly SCHEDULED: "Scheduled";
253
+ };
254
+ /**
255
+ * @public
256
+ */
257
+ export type TriggerType = (typeof TriggerType)[keyof typeof TriggerType];
258
+ /**
259
+ * @public
260
+ * @enum
261
+ */
262
+ export declare const Status: {
263
+ readonly CANCELLED: "CANCELLED";
264
+ readonly COMPLETE: "COMPLETE";
265
+ readonly FAILED: "FAILED";
266
+ readonly IN_PROGRESS: "IN_PROGRESS";
267
+ readonly NOT_STARTED: "NOT_STARTED";
268
+ readonly RETRY: "RETRY";
269
+ readonly SPLIT: "SPLIT";
270
+ };
271
+ /**
272
+ * @public
273
+ */
274
+ export type Status = (typeof Status)[keyof typeof Status];
275
+ /**
276
+ * @public
277
+ * @enum
278
+ */
279
+ export declare const AttributeDimensionType: {
280
+ readonly AFTER: "AFTER";
281
+ readonly BEFORE: "BEFORE";
282
+ readonly BEGINS_WITH: "BEGINS_WITH";
283
+ readonly BETWEEN: "BETWEEN";
284
+ readonly CONTAINS: "CONTAINS";
285
+ readonly ENDS_WITH: "ENDS_WITH";
286
+ readonly EQUAL: "EQUAL";
287
+ readonly EXCLUSIVE: "EXCLUSIVE";
288
+ readonly GREATER_THAN: "GREATER_THAN";
289
+ readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
290
+ readonly INCLUSIVE: "INCLUSIVE";
291
+ readonly LESS_THAN: "LESS_THAN";
292
+ readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
293
+ readonly NOT_BETWEEN: "NOT_BETWEEN";
294
+ readonly ON: "ON";
295
+ };
296
+ /**
297
+ * @public
298
+ */
299
+ export type AttributeDimensionType = (typeof AttributeDimensionType)[keyof typeof AttributeDimensionType];
300
+ /**
301
+ * @public
302
+ * @enum
303
+ */
304
+ export declare const FilterDimensionType: {
305
+ readonly AFTER: "AFTER";
306
+ readonly BEFORE: "BEFORE";
307
+ readonly BEGINS_WITH: "BEGINS_WITH";
308
+ readonly BETWEEN: "BETWEEN";
309
+ readonly CONTAINS: "CONTAINS";
310
+ readonly ENDS_WITH: "ENDS_WITH";
311
+ readonly EQUAL: "EQUAL";
312
+ readonly EXCLUSIVE: "EXCLUSIVE";
313
+ readonly GREATER_THAN: "GREATER_THAN";
314
+ readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
315
+ readonly INCLUSIVE: "INCLUSIVE";
316
+ readonly LESS_THAN: "LESS_THAN";
317
+ readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
318
+ readonly NOT_BETWEEN: "NOT_BETWEEN";
319
+ readonly ON: "ON";
320
+ };
321
+ /**
322
+ * @public
323
+ */
324
+ export type FilterDimensionType = (typeof FilterDimensionType)[keyof typeof FilterDimensionType];
325
+ /**
326
+ * @public
327
+ * @enum
328
+ */
329
+ export declare const AttributeMatchingModel: {
330
+ readonly MANY_TO_MANY: "MANY_TO_MANY";
331
+ readonly ONE_TO_ONE: "ONE_TO_ONE";
332
+ };
333
+ /**
334
+ * @public
335
+ */
336
+ export type AttributeMatchingModel = (typeof AttributeMatchingModel)[keyof typeof AttributeMatchingModel];
337
+ /**
338
+ * @public
339
+ * @enum
340
+ */
341
+ export declare const ConflictResolvingModel: {
342
+ readonly RECENCY: "RECENCY";
343
+ readonly SOURCE: "SOURCE";
344
+ };
345
+ /**
346
+ * @public
347
+ */
348
+ export type ConflictResolvingModel = (typeof ConflictResolvingModel)[keyof typeof ConflictResolvingModel];
349
+ /**
350
+ * @public
351
+ * @enum
352
+ */
353
+ export declare const RangeUnit: {
354
+ readonly DAYS: "DAYS";
355
+ };
356
+ /**
357
+ * @public
358
+ */
359
+ export type RangeUnit = (typeof RangeUnit)[keyof typeof RangeUnit];
360
+ /**
361
+ * @public
362
+ * @enum
363
+ */
364
+ export declare const ContactType: {
365
+ readonly BUSINESS_EMAIL_ADDRESS: "BusinessEmailAddress";
366
+ readonly BUSINESS_PHONE_NUMBER: "BusinessPhoneNumber";
367
+ readonly EMAIL_ADDRESS: "EmailAddress";
368
+ readonly HOME_PHONE_NUMBER: "HomePhoneNumber";
369
+ readonly MOBILE_PHONE_NUMBER: "MobilePhoneNumber";
370
+ readonly PERSONAL_EMAIL_ADDRESS: "PersonalEmailAddress";
371
+ readonly PHONE_NUMBER: "PhoneNumber";
372
+ };
373
+ /**
374
+ * @public
375
+ */
376
+ export type ContactType = (typeof ContactType)[keyof typeof ContactType];
377
+ /**
378
+ * @public
379
+ * @enum
380
+ */
381
+ export declare const Gender: {
382
+ readonly FEMALE: "FEMALE";
383
+ readonly MALE: "MALE";
384
+ readonly UNSPECIFIED: "UNSPECIFIED";
385
+ };
386
+ /**
387
+ * @public
388
+ */
389
+ export type Gender = (typeof Gender)[keyof typeof Gender];
390
+ /**
391
+ * @public
392
+ * @enum
393
+ */
394
+ export declare const PartyType: {
395
+ readonly BUSINESS: "BUSINESS";
396
+ readonly INDIVIDUAL: "INDIVIDUAL";
397
+ readonly OTHER: "OTHER";
398
+ };
399
+ /**
400
+ * @public
401
+ */
402
+ export type PartyType = (typeof PartyType)[keyof typeof PartyType];
403
+ /**
404
+ * @public
405
+ * @enum
406
+ */
407
+ export declare const ProfileType: {
408
+ readonly ACCOUNT_PROFILE: "ACCOUNT_PROFILE";
409
+ readonly PROFILE: "PROFILE";
410
+ };
411
+ /**
412
+ * @public
413
+ */
414
+ export type ProfileType = (typeof ProfileType)[keyof typeof ProfileType];
415
+ /**
416
+ * @public
417
+ * @enum
418
+ */
419
+ export declare const ReadinessStatus: {
420
+ readonly COMPLETED: "COMPLETED";
421
+ readonly FAILED: "FAILED";
422
+ readonly IN_PROGRESS: "IN_PROGRESS";
423
+ readonly PREPARING: "PREPARING";
424
+ };
425
+ /**
426
+ * @public
427
+ */
428
+ export type ReadinessStatus = (typeof ReadinessStatus)[keyof typeof ReadinessStatus];
429
+ /**
430
+ * @public
431
+ * @enum
432
+ */
433
+ export declare const ComparisonOperator: {
434
+ readonly AFTER: "AFTER";
435
+ readonly BEFORE: "BEFORE";
436
+ readonly BEGINS_WITH: "BEGINS_WITH";
437
+ readonly BETWEEN: "BETWEEN";
438
+ readonly CONTAINS: "CONTAINS";
439
+ readonly ENDS_WITH: "ENDS_WITH";
440
+ readonly EQUAL: "EQUAL";
441
+ readonly EXCLUSIVE: "EXCLUSIVE";
442
+ readonly GREATER_THAN: "GREATER_THAN";
443
+ readonly GREATER_THAN_OR_EQUAL: "GREATER_THAN_OR_EQUAL";
444
+ readonly INCLUSIVE: "INCLUSIVE";
445
+ readonly LESS_THAN: "LESS_THAN";
446
+ readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
447
+ readonly NOT_BETWEEN: "NOT_BETWEEN";
448
+ readonly ON: "ON";
449
+ };
450
+ /**
451
+ * @public
452
+ */
453
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
454
+ /**
455
+ * @public
456
+ * @enum
457
+ */
458
+ export declare const Unit: {
459
+ readonly DAYS: "DAYS";
460
+ };
461
+ /**
462
+ * @public
463
+ */
464
+ export type Unit = (typeof Unit)[keyof typeof Unit];
465
+ /**
466
+ * @public
467
+ * @enum
468
+ */
469
+ export declare const Operator: {
470
+ readonly EQUAL_TO: "EQUAL_TO";
471
+ readonly GREATER_THAN: "GREATER_THAN";
472
+ readonly LESS_THAN: "LESS_THAN";
473
+ readonly NOT_EQUAL_TO: "NOT_EQUAL_TO";
474
+ };
475
+ /**
476
+ * @public
477
+ */
478
+ export type Operator = (typeof Operator)[keyof typeof Operator];
479
+ /**
480
+ * @public
481
+ * @enum
482
+ */
483
+ export declare const Type: {
484
+ readonly ALL: "ALL";
485
+ readonly ANY: "ANY";
486
+ readonly NONE: "NONE";
487
+ };
488
+ /**
489
+ * @public
490
+ */
491
+ export type Type = (typeof Type)[keyof typeof Type];
492
+ /**
493
+ * @public
494
+ * @enum
495
+ */
496
+ export declare const Include: {
497
+ readonly ALL: "ALL";
498
+ readonly ANY: "ANY";
499
+ readonly NONE: "NONE";
500
+ };
501
+ /**
502
+ * @public
503
+ */
504
+ export type Include = (typeof Include)[keyof typeof Include];
505
+ /**
506
+ * @public
507
+ * @enum
508
+ */
509
+ export declare const Statistic: {
510
+ readonly AVERAGE: "AVERAGE";
511
+ readonly COUNT: "COUNT";
512
+ readonly FIRST_OCCURRENCE: "FIRST_OCCURRENCE";
513
+ readonly LAST_OCCURRENCE: "LAST_OCCURRENCE";
514
+ readonly MAXIMUM: "MAXIMUM";
515
+ readonly MAX_OCCURRENCE: "MAX_OCCURRENCE";
516
+ readonly MINIMUM: "MINIMUM";
517
+ readonly SUM: "SUM";
518
+ };
519
+ /**
520
+ * @public
521
+ */
522
+ export type Statistic = (typeof Statistic)[keyof typeof Statistic];
523
+ /**
524
+ * @public
525
+ * @enum
526
+ */
527
+ export declare const JobScheduleDayOfTheWeek: {
528
+ readonly FRIDAY: "FRIDAY";
529
+ readonly MONDAY: "MONDAY";
530
+ readonly SATURDAY: "SATURDAY";
531
+ readonly SUNDAY: "SUNDAY";
532
+ readonly THURSDAY: "THURSDAY";
533
+ readonly TUESDAY: "TUESDAY";
534
+ readonly WEDNESDAY: "WEDNESDAY";
535
+ };
536
+ /**
537
+ * @public
538
+ */
539
+ export type JobScheduleDayOfTheWeek = (typeof JobScheduleDayOfTheWeek)[keyof typeof JobScheduleDayOfTheWeek];
540
+ /**
541
+ * @public
542
+ * @enum
543
+ */
544
+ export declare const RuleBasedMatchingStatus: {
545
+ readonly ACTIVE: "ACTIVE";
546
+ readonly IN_PROGRESS: "IN_PROGRESS";
547
+ readonly PENDING: "PENDING";
548
+ };
549
+ /**
550
+ * @public
551
+ */
552
+ export type RuleBasedMatchingStatus = (typeof RuleBasedMatchingStatus)[keyof typeof RuleBasedMatchingStatus];
553
+ /**
554
+ * @public
555
+ * @enum
556
+ */
557
+ export declare const LayoutType: {
558
+ readonly PROFILE_EXPLORER: "PROFILE_EXPLORER";
559
+ };
560
+ /**
561
+ * @public
562
+ */
563
+ export type LayoutType = (typeof LayoutType)[keyof typeof LayoutType];
564
+ /**
565
+ * @public
566
+ * @enum
567
+ */
568
+ export declare const EventTriggerLogicalOperator: {
569
+ readonly ALL: "ALL";
570
+ readonly ANY: "ANY";
571
+ readonly NONE: "NONE";
572
+ };
573
+ /**
574
+ * @public
575
+ */
576
+ export type EventTriggerLogicalOperator = (typeof EventTriggerLogicalOperator)[keyof typeof EventTriggerLogicalOperator];
577
+ /**
578
+ * @public
579
+ * @enum
580
+ */
581
+ export declare const PeriodUnit: {
582
+ readonly DAYS: "DAYS";
583
+ readonly HOURS: "HOURS";
584
+ readonly MONTHS: "MONTHS";
585
+ readonly WEEKS: "WEEKS";
586
+ };
587
+ /**
588
+ * @public
589
+ */
590
+ export type PeriodUnit = (typeof PeriodUnit)[keyof typeof PeriodUnit];
591
+ /**
592
+ * @public
593
+ * @enum
594
+ */
595
+ export declare const WorkflowType: {
596
+ readonly APPFLOW_INTEGRATION: "APPFLOW_INTEGRATION";
597
+ };
598
+ /**
599
+ * @public
600
+ */
601
+ export type WorkflowType = (typeof WorkflowType)[keyof typeof WorkflowType];
602
+ /**
603
+ * @public
604
+ * @enum
605
+ */
606
+ export declare const DateDimensionType: {
607
+ readonly AFTER: "AFTER";
608
+ readonly BEFORE: "BEFORE";
609
+ readonly BETWEEN: "BETWEEN";
610
+ readonly NOT_BETWEEN: "NOT_BETWEEN";
611
+ readonly ON: "ON";
612
+ };
613
+ /**
614
+ * @public
615
+ */
616
+ export type DateDimensionType = (typeof DateDimensionType)[keyof typeof DateDimensionType];
617
+ /**
618
+ * @public
619
+ * @enum
620
+ */
621
+ export declare const ProfileTypeDimensionType: {
622
+ readonly EXCLUSIVE: "EXCLUSIVE";
623
+ readonly INCLUSIVE: "INCLUSIVE";
624
+ };
625
+ /**
626
+ * @public
627
+ */
628
+ export type ProfileTypeDimensionType = (typeof ProfileTypeDimensionType)[keyof typeof ProfileTypeDimensionType];
629
+ /**
630
+ * @public
631
+ * @enum
632
+ */
633
+ export declare const IncludeOptions: {
634
+ readonly ALL: "ALL";
635
+ readonly ANY: "ANY";
636
+ readonly NONE: "NONE";
637
+ };
638
+ /**
639
+ * @public
640
+ */
641
+ export type IncludeOptions = (typeof IncludeOptions)[keyof typeof IncludeOptions];
642
+ /**
643
+ * @public
644
+ * @enum
645
+ */
646
+ export declare const DataFormat: {
647
+ readonly CSV: "CSV";
648
+ readonly JSONL: "JSONL";
649
+ readonly ORC: "ORC";
650
+ };
651
+ /**
652
+ * @public
653
+ */
654
+ export type DataFormat = (typeof DataFormat)[keyof typeof DataFormat];
655
+ /**
656
+ * @public
657
+ * @enum
658
+ */
659
+ export declare const FieldContentType: {
660
+ readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
661
+ readonly NAME: "NAME";
662
+ readonly NUMBER: "NUMBER";
663
+ readonly PHONE_NUMBER: "PHONE_NUMBER";
664
+ readonly STRING: "STRING";
665
+ };
666
+ /**
667
+ * @public
668
+ */
669
+ export type FieldContentType = (typeof FieldContentType)[keyof typeof FieldContentType];
670
+ /**
671
+ * @public
672
+ * @enum
673
+ */
674
+ export declare const StandardIdentifier: {
675
+ readonly AIR_BOOKING: "AIR_BOOKING";
676
+ readonly AIR_PREFERENCE: "AIR_PREFERENCE";
677
+ readonly AIR_SEGMENT: "AIR_SEGMENT";
678
+ readonly ASSET: "ASSET";
679
+ readonly CASE: "CASE";
680
+ readonly COMMUNICATION_RECORD: "COMMUNICATION_RECORD";
681
+ readonly HOTEL_PREFERENCE: "HOTEL_PREFERENCE";
682
+ readonly HOTEL_RESERVATION: "HOTEL_RESERVATION";
683
+ readonly HOTEL_STAY_REVENUE: "HOTEL_STAY_REVENUE";
684
+ readonly LOOKUP_ONLY: "LOOKUP_ONLY";
685
+ readonly LOYALTY: "LOYALTY";
686
+ readonly LOYALTY_PROMOTION: "LOYALTY_PROMOTION";
687
+ readonly LOYALTY_TRANSACTION: "LOYALTY_TRANSACTION";
688
+ readonly NEW_ONLY: "NEW_ONLY";
689
+ readonly ORDER: "ORDER";
690
+ readonly PROFILE: "PROFILE";
691
+ readonly SECONDARY: "SECONDARY";
692
+ readonly UNIQUE: "UNIQUE";
693
+ };
694
+ /**
695
+ * @public
696
+ */
697
+ export type StandardIdentifier = (typeof StandardIdentifier)[keyof typeof StandardIdentifier];
698
+ /**
699
+ * @public
700
+ * @enum
701
+ */
702
+ export declare const EventStreamDestinationStatus: {
703
+ readonly HEALTHY: "HEALTHY";
704
+ readonly UNHEALTHY: "UNHEALTHY";
705
+ };
706
+ /**
707
+ * @public
708
+ */
709
+ export type EventStreamDestinationStatus = (typeof EventStreamDestinationStatus)[keyof typeof EventStreamDestinationStatus];
710
+ /**
711
+ * @public
712
+ * @enum
713
+ */
714
+ export declare const EventStreamState: {
715
+ readonly RUNNING: "RUNNING";
716
+ readonly STOPPED: "STOPPED";
717
+ };
718
+ /**
719
+ * @public
720
+ */
721
+ export type EventStreamState = (typeof EventStreamState)[keyof typeof EventStreamState];
722
+ /**
723
+ * @public
724
+ * @enum
725
+ */
726
+ export declare const IdentityResolutionJobStatus: {
727
+ readonly COMPLETED: "COMPLETED";
728
+ readonly FAILED: "FAILED";
729
+ readonly FIND_MATCHING: "FIND_MATCHING";
730
+ readonly MERGING: "MERGING";
731
+ readonly PARTIAL_SUCCESS: "PARTIAL_SUCCESS";
732
+ readonly PENDING: "PENDING";
733
+ readonly PREPROCESSING: "PREPROCESSING";
734
+ };
735
+ /**
736
+ * @public
737
+ */
738
+ export type IdentityResolutionJobStatus = (typeof IdentityResolutionJobStatus)[keyof typeof IdentityResolutionJobStatus];
739
+ /**
740
+ * @public
741
+ * @enum
742
+ */
743
+ export declare const EstimateStatus: {
744
+ readonly FAILED: "FAILED";
745
+ readonly RUNNING: "RUNNING";
746
+ readonly SUCCEEDED: "SUCCEEDED";
747
+ };
748
+ /**
749
+ * @public
750
+ */
751
+ export type EstimateStatus = (typeof EstimateStatus)[keyof typeof EstimateStatus];
752
+ /**
753
+ * @public
754
+ * @enum
755
+ */
756
+ export declare const QueryResult: {
757
+ readonly ABSENT: "ABSENT";
758
+ readonly PRESENT: "PRESENT";
759
+ };
760
+ /**
761
+ * @public
762
+ */
763
+ export type QueryResult = (typeof QueryResult)[keyof typeof QueryResult];
764
+ /**
765
+ * @public
766
+ * @enum
767
+ */
768
+ export declare const SegmentSnapshotStatus: {
769
+ readonly COMPLETED: "COMPLETED";
770
+ readonly FAILED: "FAILED";
771
+ readonly IN_PROGRESS: "IN_PROGRESS";
772
+ };
773
+ /**
774
+ * @public
775
+ */
776
+ export type SegmentSnapshotStatus = (typeof SegmentSnapshotStatus)[keyof typeof SegmentSnapshotStatus];
777
+ /**
778
+ * @public
779
+ * @enum
780
+ */
781
+ export declare const MatchType: {
782
+ readonly ML_BASED_MATCHING: "ML_BASED_MATCHING";
783
+ readonly RULE_BASED_MATCHING: "RULE_BASED_MATCHING";
784
+ };
785
+ /**
786
+ * @public
787
+ */
788
+ export type MatchType = (typeof MatchType)[keyof typeof MatchType];
789
+ /**
790
+ * @public
791
+ * @enum
792
+ */
793
+ export declare const UploadJobStatus: {
794
+ readonly CREATED: "CREATED";
795
+ readonly FAILED: "FAILED";
796
+ readonly IN_PROGRESS: "IN_PROGRESS";
797
+ readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
798
+ readonly STOPPED: "STOPPED";
799
+ readonly SUCCEEDED: "SUCCEEDED";
800
+ };
801
+ /**
802
+ * @public
803
+ */
804
+ export type UploadJobStatus = (typeof UploadJobStatus)[keyof typeof UploadJobStatus];
805
+ /**
806
+ * @public
807
+ * @enum
808
+ */
809
+ export declare const StatusReason: {
810
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
811
+ readonly VALIDATION_FAILURE: "VALIDATION_FAILURE";
812
+ };
813
+ /**
814
+ * @public
815
+ */
816
+ export type StatusReason = (typeof StatusReason)[keyof typeof StatusReason];
817
+ /**
818
+ * @public
819
+ * @enum
820
+ */
821
+ export declare const LogicalOperator: {
822
+ readonly AND: "AND";
823
+ readonly OR: "OR";
824
+ };
825
+ /**
826
+ * @public
827
+ */
828
+ export type LogicalOperator = (typeof LogicalOperator)[keyof typeof LogicalOperator];