@aws-sdk/client-connectcases 3.929.0 → 3.930.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.
- package/dist-cjs/index.js +0 -210
- package/dist-es/models/models_0.js +0 -210
- package/dist-types/models/models_0.d.ts +64 -16
- package/dist-types/ts3.4/models/models_0.d.ts +0 -16
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -141,32 +141,6 @@ let ConflictException$1 = class ConflictException extends ConnectCasesServiceExc
|
|
|
141
141
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
142
142
|
}
|
|
143
143
|
};
|
|
144
|
-
exports.FieldValueUnion = void 0;
|
|
145
|
-
(function (FieldValueUnion) {
|
|
146
|
-
FieldValueUnion.visit = (value, visitor) => {
|
|
147
|
-
if (value.stringValue !== undefined)
|
|
148
|
-
return visitor.stringValue(value.stringValue);
|
|
149
|
-
if (value.doubleValue !== undefined)
|
|
150
|
-
return visitor.doubleValue(value.doubleValue);
|
|
151
|
-
if (value.booleanValue !== undefined)
|
|
152
|
-
return visitor.booleanValue(value.booleanValue);
|
|
153
|
-
if (value.emptyValue !== undefined)
|
|
154
|
-
return visitor.emptyValue(value.emptyValue);
|
|
155
|
-
if (value.userArnValue !== undefined)
|
|
156
|
-
return visitor.userArnValue(value.userArnValue);
|
|
157
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
158
|
-
};
|
|
159
|
-
})(exports.FieldValueUnion || (exports.FieldValueUnion = {}));
|
|
160
|
-
exports.UserUnion = void 0;
|
|
161
|
-
(function (UserUnion) {
|
|
162
|
-
UserUnion.visit = (value, visitor) => {
|
|
163
|
-
if (value.userArn !== undefined)
|
|
164
|
-
return visitor.userArn(value.userArn);
|
|
165
|
-
if (value.customEntity !== undefined)
|
|
166
|
-
return visitor.customEntity(value.customEntity);
|
|
167
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
168
|
-
};
|
|
169
|
-
})(exports.UserUnion || (exports.UserUnion = {}));
|
|
170
144
|
let InternalServerException$1 = class InternalServerException extends ConnectCasesServiceException$1 {
|
|
171
145
|
name = "InternalServerException";
|
|
172
146
|
$fault = "server";
|
|
@@ -223,22 +197,6 @@ let ValidationException$1 = class ValidationException extends ConnectCasesServic
|
|
|
223
197
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
224
198
|
}
|
|
225
199
|
};
|
|
226
|
-
exports.AuditEventFieldValueUnion = void 0;
|
|
227
|
-
(function (AuditEventFieldValueUnion) {
|
|
228
|
-
AuditEventFieldValueUnion.visit = (value, visitor) => {
|
|
229
|
-
if (value.stringValue !== undefined)
|
|
230
|
-
return visitor.stringValue(value.stringValue);
|
|
231
|
-
if (value.doubleValue !== undefined)
|
|
232
|
-
return visitor.doubleValue(value.doubleValue);
|
|
233
|
-
if (value.booleanValue !== undefined)
|
|
234
|
-
return visitor.booleanValue(value.booleanValue);
|
|
235
|
-
if (value.emptyValue !== undefined)
|
|
236
|
-
return visitor.emptyValue(value.emptyValue);
|
|
237
|
-
if (value.userArnValue !== undefined)
|
|
238
|
-
return visitor.userArnValue(value.userArnValue);
|
|
239
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
240
|
-
};
|
|
241
|
-
})(exports.AuditEventFieldValueUnion || (exports.AuditEventFieldValueUnion = {}));
|
|
242
200
|
const RelatedItemType = {
|
|
243
201
|
COMMENT: "Comment",
|
|
244
202
|
CONNECT_CASE: "ConnectCase",
|
|
@@ -258,32 +216,6 @@ const CommentBodyTextType = {
|
|
|
258
216
|
const SlaType = {
|
|
259
217
|
CASE_FIELD: "CaseField",
|
|
260
218
|
};
|
|
261
|
-
exports.SlaInputContent = void 0;
|
|
262
|
-
(function (SlaInputContent) {
|
|
263
|
-
SlaInputContent.visit = (value, visitor) => {
|
|
264
|
-
if (value.slaInputConfiguration !== undefined)
|
|
265
|
-
return visitor.slaInputConfiguration(value.slaInputConfiguration);
|
|
266
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
267
|
-
};
|
|
268
|
-
})(exports.SlaInputContent || (exports.SlaInputContent = {}));
|
|
269
|
-
exports.RelatedItemInputContent = void 0;
|
|
270
|
-
(function (RelatedItemInputContent) {
|
|
271
|
-
RelatedItemInputContent.visit = (value, visitor) => {
|
|
272
|
-
if (value.contact !== undefined)
|
|
273
|
-
return visitor.contact(value.contact);
|
|
274
|
-
if (value.comment !== undefined)
|
|
275
|
-
return visitor.comment(value.comment);
|
|
276
|
-
if (value.file !== undefined)
|
|
277
|
-
return visitor.file(value.file);
|
|
278
|
-
if (value.sla !== undefined)
|
|
279
|
-
return visitor.sla(value.sla);
|
|
280
|
-
if (value.connectCase !== undefined)
|
|
281
|
-
return visitor.connectCase(value.connectCase);
|
|
282
|
-
if (value.custom !== undefined)
|
|
283
|
-
return visitor.custom(value.custom);
|
|
284
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
285
|
-
};
|
|
286
|
-
})(exports.RelatedItemInputContent || (exports.RelatedItemInputContent = {}));
|
|
287
219
|
let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends ConnectCasesServiceException$1 {
|
|
288
220
|
name = "ServiceQuotaExceededException";
|
|
289
221
|
$fault = "client";
|
|
@@ -296,96 +228,16 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
296
228
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
297
229
|
}
|
|
298
230
|
};
|
|
299
|
-
exports.FieldFilter = void 0;
|
|
300
|
-
(function (FieldFilter) {
|
|
301
|
-
FieldFilter.visit = (value, visitor) => {
|
|
302
|
-
if (value.equalTo !== undefined)
|
|
303
|
-
return visitor.equalTo(value.equalTo);
|
|
304
|
-
if (value.contains !== undefined)
|
|
305
|
-
return visitor.contains(value.contains);
|
|
306
|
-
if (value.greaterThan !== undefined)
|
|
307
|
-
return visitor.greaterThan(value.greaterThan);
|
|
308
|
-
if (value.greaterThanOrEqualTo !== undefined)
|
|
309
|
-
return visitor.greaterThanOrEqualTo(value.greaterThanOrEqualTo);
|
|
310
|
-
if (value.lessThan !== undefined)
|
|
311
|
-
return visitor.lessThan(value.lessThan);
|
|
312
|
-
if (value.lessThanOrEqualTo !== undefined)
|
|
313
|
-
return visitor.lessThanOrEqualTo(value.lessThanOrEqualTo);
|
|
314
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
315
|
-
};
|
|
316
|
-
})(exports.FieldFilter || (exports.FieldFilter = {}));
|
|
317
231
|
const SlaStatus = {
|
|
318
232
|
ACTIVE: "Active",
|
|
319
233
|
MET: "Met",
|
|
320
234
|
NOT_MET: "NotMet",
|
|
321
235
|
OVERDUE: "Overdue",
|
|
322
236
|
};
|
|
323
|
-
exports.RelatedItemContent = void 0;
|
|
324
|
-
(function (RelatedItemContent) {
|
|
325
|
-
RelatedItemContent.visit = (value, visitor) => {
|
|
326
|
-
if (value.contact !== undefined)
|
|
327
|
-
return visitor.contact(value.contact);
|
|
328
|
-
if (value.comment !== undefined)
|
|
329
|
-
return visitor.comment(value.comment);
|
|
330
|
-
if (value.file !== undefined)
|
|
331
|
-
return visitor.file(value.file);
|
|
332
|
-
if (value.sla !== undefined)
|
|
333
|
-
return visitor.sla(value.sla);
|
|
334
|
-
if (value.connectCase !== undefined)
|
|
335
|
-
return visitor.connectCase(value.connectCase);
|
|
336
|
-
if (value.custom !== undefined)
|
|
337
|
-
return visitor.custom(value.custom);
|
|
338
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
339
|
-
};
|
|
340
|
-
})(exports.RelatedItemContent || (exports.RelatedItemContent = {}));
|
|
341
237
|
const Order = {
|
|
342
238
|
ASCENDING: "Asc",
|
|
343
239
|
DESCENDING: "Desc",
|
|
344
240
|
};
|
|
345
|
-
exports.OperandOne = void 0;
|
|
346
|
-
(function (OperandOne) {
|
|
347
|
-
OperandOne.visit = (value, visitor) => {
|
|
348
|
-
if (value.fieldId !== undefined)
|
|
349
|
-
return visitor.fieldId(value.fieldId);
|
|
350
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
351
|
-
};
|
|
352
|
-
})(exports.OperandOne || (exports.OperandOne = {}));
|
|
353
|
-
exports.OperandTwo = void 0;
|
|
354
|
-
(function (OperandTwo) {
|
|
355
|
-
OperandTwo.visit = (value, visitor) => {
|
|
356
|
-
if (value.stringValue !== undefined)
|
|
357
|
-
return visitor.stringValue(value.stringValue);
|
|
358
|
-
if (value.booleanValue !== undefined)
|
|
359
|
-
return visitor.booleanValue(value.booleanValue);
|
|
360
|
-
if (value.doubleValue !== undefined)
|
|
361
|
-
return visitor.doubleValue(value.doubleValue);
|
|
362
|
-
if (value.emptyValue !== undefined)
|
|
363
|
-
return visitor.emptyValue(value.emptyValue);
|
|
364
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
365
|
-
};
|
|
366
|
-
})(exports.OperandTwo || (exports.OperandTwo = {}));
|
|
367
|
-
exports.BooleanCondition = void 0;
|
|
368
|
-
(function (BooleanCondition) {
|
|
369
|
-
BooleanCondition.visit = (value, visitor) => {
|
|
370
|
-
if (value.equalTo !== undefined)
|
|
371
|
-
return visitor.equalTo(value.equalTo);
|
|
372
|
-
if (value.notEqualTo !== undefined)
|
|
373
|
-
return visitor.notEqualTo(value.notEqualTo);
|
|
374
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
375
|
-
};
|
|
376
|
-
})(exports.BooleanCondition || (exports.BooleanCondition = {}));
|
|
377
|
-
exports.CaseRuleDetails = void 0;
|
|
378
|
-
(function (CaseRuleDetails) {
|
|
379
|
-
CaseRuleDetails.visit = (value, visitor) => {
|
|
380
|
-
if (value.required !== undefined)
|
|
381
|
-
return visitor.required(value.required);
|
|
382
|
-
if (value.fieldOptions !== undefined)
|
|
383
|
-
return visitor.fieldOptions(value.fieldOptions);
|
|
384
|
-
if (value.hidden !== undefined)
|
|
385
|
-
return visitor.hidden(value.hidden);
|
|
386
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
387
|
-
};
|
|
388
|
-
})(exports.CaseRuleDetails || (exports.CaseRuleDetails = {}));
|
|
389
241
|
const RuleType = {
|
|
390
242
|
FIELD_OPTIONS: "FieldOptions",
|
|
391
243
|
HIDDEN: "Hidden",
|
|
@@ -413,72 +265,10 @@ const FieldType = {
|
|
|
413
265
|
URL: "Url",
|
|
414
266
|
USER: "User",
|
|
415
267
|
};
|
|
416
|
-
exports.Section = void 0;
|
|
417
|
-
(function (Section) {
|
|
418
|
-
Section.visit = (value, visitor) => {
|
|
419
|
-
if (value.fieldGroup !== undefined)
|
|
420
|
-
return visitor.fieldGroup(value.fieldGroup);
|
|
421
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
422
|
-
};
|
|
423
|
-
})(exports.Section || (exports.Section = {}));
|
|
424
|
-
exports.LayoutContent = void 0;
|
|
425
|
-
(function (LayoutContent) {
|
|
426
|
-
LayoutContent.visit = (value, visitor) => {
|
|
427
|
-
if (value.basic !== undefined)
|
|
428
|
-
return visitor.basic(value.basic);
|
|
429
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
430
|
-
};
|
|
431
|
-
})(exports.LayoutContent || (exports.LayoutContent = {}));
|
|
432
268
|
const TemplateStatus = {
|
|
433
269
|
ACTIVE: "Active",
|
|
434
270
|
INACTIVE: "Inactive",
|
|
435
271
|
};
|
|
436
|
-
exports.CaseFilter = void 0;
|
|
437
|
-
(function (CaseFilter) {
|
|
438
|
-
CaseFilter.visit = (value, visitor) => {
|
|
439
|
-
if (value.field !== undefined)
|
|
440
|
-
return visitor.field(value.field);
|
|
441
|
-
if (value.not !== undefined)
|
|
442
|
-
return visitor.not(value.not);
|
|
443
|
-
if (value.andAll !== undefined)
|
|
444
|
-
return visitor.andAll(value.andAll);
|
|
445
|
-
if (value.orAll !== undefined)
|
|
446
|
-
return visitor.orAll(value.orAll);
|
|
447
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
448
|
-
};
|
|
449
|
-
})(exports.CaseFilter || (exports.CaseFilter = {}));
|
|
450
|
-
exports.CustomFieldsFilter = void 0;
|
|
451
|
-
(function (CustomFieldsFilter) {
|
|
452
|
-
CustomFieldsFilter.visit = (value, visitor) => {
|
|
453
|
-
if (value.field !== undefined)
|
|
454
|
-
return visitor.field(value.field);
|
|
455
|
-
if (value.not !== undefined)
|
|
456
|
-
return visitor.not(value.not);
|
|
457
|
-
if (value.andAll !== undefined)
|
|
458
|
-
return visitor.andAll(value.andAll);
|
|
459
|
-
if (value.orAll !== undefined)
|
|
460
|
-
return visitor.orAll(value.orAll);
|
|
461
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
462
|
-
};
|
|
463
|
-
})(exports.CustomFieldsFilter || (exports.CustomFieldsFilter = {}));
|
|
464
|
-
exports.RelatedItemTypeFilter = void 0;
|
|
465
|
-
(function (RelatedItemTypeFilter) {
|
|
466
|
-
RelatedItemTypeFilter.visit = (value, visitor) => {
|
|
467
|
-
if (value.contact !== undefined)
|
|
468
|
-
return visitor.contact(value.contact);
|
|
469
|
-
if (value.comment !== undefined)
|
|
470
|
-
return visitor.comment(value.comment);
|
|
471
|
-
if (value.file !== undefined)
|
|
472
|
-
return visitor.file(value.file);
|
|
473
|
-
if (value.sla !== undefined)
|
|
474
|
-
return visitor.sla(value.sla);
|
|
475
|
-
if (value.connectCase !== undefined)
|
|
476
|
-
return visitor.connectCase(value.connectCase);
|
|
477
|
-
if (value.custom !== undefined)
|
|
478
|
-
return visitor.custom(value.custom);
|
|
479
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
480
|
-
};
|
|
481
|
-
})(exports.RelatedItemTypeFilter || (exports.RelatedItemTypeFilter = {}));
|
|
482
272
|
|
|
483
273
|
const _ADE = "AccessDeniedException";
|
|
484
274
|
const _AE = "AuditEvent";
|
|
@@ -23,32 +23,6 @@ export class ConflictException extends __BaseException {
|
|
|
23
23
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
export var FieldValueUnion;
|
|
27
|
-
(function (FieldValueUnion) {
|
|
28
|
-
FieldValueUnion.visit = (value, visitor) => {
|
|
29
|
-
if (value.stringValue !== undefined)
|
|
30
|
-
return visitor.stringValue(value.stringValue);
|
|
31
|
-
if (value.doubleValue !== undefined)
|
|
32
|
-
return visitor.doubleValue(value.doubleValue);
|
|
33
|
-
if (value.booleanValue !== undefined)
|
|
34
|
-
return visitor.booleanValue(value.booleanValue);
|
|
35
|
-
if (value.emptyValue !== undefined)
|
|
36
|
-
return visitor.emptyValue(value.emptyValue);
|
|
37
|
-
if (value.userArnValue !== undefined)
|
|
38
|
-
return visitor.userArnValue(value.userArnValue);
|
|
39
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
40
|
-
};
|
|
41
|
-
})(FieldValueUnion || (FieldValueUnion = {}));
|
|
42
|
-
export var UserUnion;
|
|
43
|
-
(function (UserUnion) {
|
|
44
|
-
UserUnion.visit = (value, visitor) => {
|
|
45
|
-
if (value.userArn !== undefined)
|
|
46
|
-
return visitor.userArn(value.userArn);
|
|
47
|
-
if (value.customEntity !== undefined)
|
|
48
|
-
return visitor.customEntity(value.customEntity);
|
|
49
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
50
|
-
};
|
|
51
|
-
})(UserUnion || (UserUnion = {}));
|
|
52
26
|
export class InternalServerException extends __BaseException {
|
|
53
27
|
name = "InternalServerException";
|
|
54
28
|
$fault = "server";
|
|
@@ -105,22 +79,6 @@ export class ValidationException extends __BaseException {
|
|
|
105
79
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
106
80
|
}
|
|
107
81
|
}
|
|
108
|
-
export var AuditEventFieldValueUnion;
|
|
109
|
-
(function (AuditEventFieldValueUnion) {
|
|
110
|
-
AuditEventFieldValueUnion.visit = (value, visitor) => {
|
|
111
|
-
if (value.stringValue !== undefined)
|
|
112
|
-
return visitor.stringValue(value.stringValue);
|
|
113
|
-
if (value.doubleValue !== undefined)
|
|
114
|
-
return visitor.doubleValue(value.doubleValue);
|
|
115
|
-
if (value.booleanValue !== undefined)
|
|
116
|
-
return visitor.booleanValue(value.booleanValue);
|
|
117
|
-
if (value.emptyValue !== undefined)
|
|
118
|
-
return visitor.emptyValue(value.emptyValue);
|
|
119
|
-
if (value.userArnValue !== undefined)
|
|
120
|
-
return visitor.userArnValue(value.userArnValue);
|
|
121
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
122
|
-
};
|
|
123
|
-
})(AuditEventFieldValueUnion || (AuditEventFieldValueUnion = {}));
|
|
124
82
|
export const RelatedItemType = {
|
|
125
83
|
COMMENT: "Comment",
|
|
126
84
|
CONNECT_CASE: "ConnectCase",
|
|
@@ -140,32 +98,6 @@ export const CommentBodyTextType = {
|
|
|
140
98
|
export const SlaType = {
|
|
141
99
|
CASE_FIELD: "CaseField",
|
|
142
100
|
};
|
|
143
|
-
export var SlaInputContent;
|
|
144
|
-
(function (SlaInputContent) {
|
|
145
|
-
SlaInputContent.visit = (value, visitor) => {
|
|
146
|
-
if (value.slaInputConfiguration !== undefined)
|
|
147
|
-
return visitor.slaInputConfiguration(value.slaInputConfiguration);
|
|
148
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
149
|
-
};
|
|
150
|
-
})(SlaInputContent || (SlaInputContent = {}));
|
|
151
|
-
export var RelatedItemInputContent;
|
|
152
|
-
(function (RelatedItemInputContent) {
|
|
153
|
-
RelatedItemInputContent.visit = (value, visitor) => {
|
|
154
|
-
if (value.contact !== undefined)
|
|
155
|
-
return visitor.contact(value.contact);
|
|
156
|
-
if (value.comment !== undefined)
|
|
157
|
-
return visitor.comment(value.comment);
|
|
158
|
-
if (value.file !== undefined)
|
|
159
|
-
return visitor.file(value.file);
|
|
160
|
-
if (value.sla !== undefined)
|
|
161
|
-
return visitor.sla(value.sla);
|
|
162
|
-
if (value.connectCase !== undefined)
|
|
163
|
-
return visitor.connectCase(value.connectCase);
|
|
164
|
-
if (value.custom !== undefined)
|
|
165
|
-
return visitor.custom(value.custom);
|
|
166
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
167
|
-
};
|
|
168
|
-
})(RelatedItemInputContent || (RelatedItemInputContent = {}));
|
|
169
101
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
170
102
|
name = "ServiceQuotaExceededException";
|
|
171
103
|
$fault = "client";
|
|
@@ -178,96 +110,16 @@ export class ServiceQuotaExceededException extends __BaseException {
|
|
|
178
110
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
179
111
|
}
|
|
180
112
|
}
|
|
181
|
-
export var FieldFilter;
|
|
182
|
-
(function (FieldFilter) {
|
|
183
|
-
FieldFilter.visit = (value, visitor) => {
|
|
184
|
-
if (value.equalTo !== undefined)
|
|
185
|
-
return visitor.equalTo(value.equalTo);
|
|
186
|
-
if (value.contains !== undefined)
|
|
187
|
-
return visitor.contains(value.contains);
|
|
188
|
-
if (value.greaterThan !== undefined)
|
|
189
|
-
return visitor.greaterThan(value.greaterThan);
|
|
190
|
-
if (value.greaterThanOrEqualTo !== undefined)
|
|
191
|
-
return visitor.greaterThanOrEqualTo(value.greaterThanOrEqualTo);
|
|
192
|
-
if (value.lessThan !== undefined)
|
|
193
|
-
return visitor.lessThan(value.lessThan);
|
|
194
|
-
if (value.lessThanOrEqualTo !== undefined)
|
|
195
|
-
return visitor.lessThanOrEqualTo(value.lessThanOrEqualTo);
|
|
196
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
197
|
-
};
|
|
198
|
-
})(FieldFilter || (FieldFilter = {}));
|
|
199
113
|
export const SlaStatus = {
|
|
200
114
|
ACTIVE: "Active",
|
|
201
115
|
MET: "Met",
|
|
202
116
|
NOT_MET: "NotMet",
|
|
203
117
|
OVERDUE: "Overdue",
|
|
204
118
|
};
|
|
205
|
-
export var RelatedItemContent;
|
|
206
|
-
(function (RelatedItemContent) {
|
|
207
|
-
RelatedItemContent.visit = (value, visitor) => {
|
|
208
|
-
if (value.contact !== undefined)
|
|
209
|
-
return visitor.contact(value.contact);
|
|
210
|
-
if (value.comment !== undefined)
|
|
211
|
-
return visitor.comment(value.comment);
|
|
212
|
-
if (value.file !== undefined)
|
|
213
|
-
return visitor.file(value.file);
|
|
214
|
-
if (value.sla !== undefined)
|
|
215
|
-
return visitor.sla(value.sla);
|
|
216
|
-
if (value.connectCase !== undefined)
|
|
217
|
-
return visitor.connectCase(value.connectCase);
|
|
218
|
-
if (value.custom !== undefined)
|
|
219
|
-
return visitor.custom(value.custom);
|
|
220
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
221
|
-
};
|
|
222
|
-
})(RelatedItemContent || (RelatedItemContent = {}));
|
|
223
119
|
export const Order = {
|
|
224
120
|
ASCENDING: "Asc",
|
|
225
121
|
DESCENDING: "Desc",
|
|
226
122
|
};
|
|
227
|
-
export var OperandOne;
|
|
228
|
-
(function (OperandOne) {
|
|
229
|
-
OperandOne.visit = (value, visitor) => {
|
|
230
|
-
if (value.fieldId !== undefined)
|
|
231
|
-
return visitor.fieldId(value.fieldId);
|
|
232
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
233
|
-
};
|
|
234
|
-
})(OperandOne || (OperandOne = {}));
|
|
235
|
-
export var OperandTwo;
|
|
236
|
-
(function (OperandTwo) {
|
|
237
|
-
OperandTwo.visit = (value, visitor) => {
|
|
238
|
-
if (value.stringValue !== undefined)
|
|
239
|
-
return visitor.stringValue(value.stringValue);
|
|
240
|
-
if (value.booleanValue !== undefined)
|
|
241
|
-
return visitor.booleanValue(value.booleanValue);
|
|
242
|
-
if (value.doubleValue !== undefined)
|
|
243
|
-
return visitor.doubleValue(value.doubleValue);
|
|
244
|
-
if (value.emptyValue !== undefined)
|
|
245
|
-
return visitor.emptyValue(value.emptyValue);
|
|
246
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
247
|
-
};
|
|
248
|
-
})(OperandTwo || (OperandTwo = {}));
|
|
249
|
-
export var BooleanCondition;
|
|
250
|
-
(function (BooleanCondition) {
|
|
251
|
-
BooleanCondition.visit = (value, visitor) => {
|
|
252
|
-
if (value.equalTo !== undefined)
|
|
253
|
-
return visitor.equalTo(value.equalTo);
|
|
254
|
-
if (value.notEqualTo !== undefined)
|
|
255
|
-
return visitor.notEqualTo(value.notEqualTo);
|
|
256
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
257
|
-
};
|
|
258
|
-
})(BooleanCondition || (BooleanCondition = {}));
|
|
259
|
-
export var CaseRuleDetails;
|
|
260
|
-
(function (CaseRuleDetails) {
|
|
261
|
-
CaseRuleDetails.visit = (value, visitor) => {
|
|
262
|
-
if (value.required !== undefined)
|
|
263
|
-
return visitor.required(value.required);
|
|
264
|
-
if (value.fieldOptions !== undefined)
|
|
265
|
-
return visitor.fieldOptions(value.fieldOptions);
|
|
266
|
-
if (value.hidden !== undefined)
|
|
267
|
-
return visitor.hidden(value.hidden);
|
|
268
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
269
|
-
};
|
|
270
|
-
})(CaseRuleDetails || (CaseRuleDetails = {}));
|
|
271
123
|
export const RuleType = {
|
|
272
124
|
FIELD_OPTIONS: "FieldOptions",
|
|
273
125
|
HIDDEN: "Hidden",
|
|
@@ -295,69 +147,7 @@ export const FieldType = {
|
|
|
295
147
|
URL: "Url",
|
|
296
148
|
USER: "User",
|
|
297
149
|
};
|
|
298
|
-
export var Section;
|
|
299
|
-
(function (Section) {
|
|
300
|
-
Section.visit = (value, visitor) => {
|
|
301
|
-
if (value.fieldGroup !== undefined)
|
|
302
|
-
return visitor.fieldGroup(value.fieldGroup);
|
|
303
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
304
|
-
};
|
|
305
|
-
})(Section || (Section = {}));
|
|
306
|
-
export var LayoutContent;
|
|
307
|
-
(function (LayoutContent) {
|
|
308
|
-
LayoutContent.visit = (value, visitor) => {
|
|
309
|
-
if (value.basic !== undefined)
|
|
310
|
-
return visitor.basic(value.basic);
|
|
311
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
312
|
-
};
|
|
313
|
-
})(LayoutContent || (LayoutContent = {}));
|
|
314
150
|
export const TemplateStatus = {
|
|
315
151
|
ACTIVE: "Active",
|
|
316
152
|
INACTIVE: "Inactive",
|
|
317
153
|
};
|
|
318
|
-
export var CaseFilter;
|
|
319
|
-
(function (CaseFilter) {
|
|
320
|
-
CaseFilter.visit = (value, visitor) => {
|
|
321
|
-
if (value.field !== undefined)
|
|
322
|
-
return visitor.field(value.field);
|
|
323
|
-
if (value.not !== undefined)
|
|
324
|
-
return visitor.not(value.not);
|
|
325
|
-
if (value.andAll !== undefined)
|
|
326
|
-
return visitor.andAll(value.andAll);
|
|
327
|
-
if (value.orAll !== undefined)
|
|
328
|
-
return visitor.orAll(value.orAll);
|
|
329
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
330
|
-
};
|
|
331
|
-
})(CaseFilter || (CaseFilter = {}));
|
|
332
|
-
export var CustomFieldsFilter;
|
|
333
|
-
(function (CustomFieldsFilter) {
|
|
334
|
-
CustomFieldsFilter.visit = (value, visitor) => {
|
|
335
|
-
if (value.field !== undefined)
|
|
336
|
-
return visitor.field(value.field);
|
|
337
|
-
if (value.not !== undefined)
|
|
338
|
-
return visitor.not(value.not);
|
|
339
|
-
if (value.andAll !== undefined)
|
|
340
|
-
return visitor.andAll(value.andAll);
|
|
341
|
-
if (value.orAll !== undefined)
|
|
342
|
-
return visitor.orAll(value.orAll);
|
|
343
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
344
|
-
};
|
|
345
|
-
})(CustomFieldsFilter || (CustomFieldsFilter = {}));
|
|
346
|
-
export var RelatedItemTypeFilter;
|
|
347
|
-
(function (RelatedItemTypeFilter) {
|
|
348
|
-
RelatedItemTypeFilter.visit = (value, visitor) => {
|
|
349
|
-
if (value.contact !== undefined)
|
|
350
|
-
return visitor.contact(value.contact);
|
|
351
|
-
if (value.comment !== undefined)
|
|
352
|
-
return visitor.comment(value.comment);
|
|
353
|
-
if (value.file !== undefined)
|
|
354
|
-
return visitor.file(value.file);
|
|
355
|
-
if (value.sla !== undefined)
|
|
356
|
-
return visitor.sla(value.sla);
|
|
357
|
-
if (value.connectCase !== undefined)
|
|
358
|
-
return visitor.connectCase(value.connectCase);
|
|
359
|
-
if (value.custom !== undefined)
|
|
360
|
-
return visitor.custom(value.custom);
|
|
361
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
362
|
-
};
|
|
363
|
-
})(RelatedItemTypeFilter || (RelatedItemTypeFilter = {}));
|
|
@@ -110,6 +110,10 @@ export declare namespace FieldValueUnion {
|
|
|
110
110
|
userArnValue?: never;
|
|
111
111
|
$unknown: [string, any];
|
|
112
112
|
}
|
|
113
|
+
/**
|
|
114
|
+
* @deprecated unused in schema-serde mode.
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
113
117
|
interface Visitor<T> {
|
|
114
118
|
stringValue: (value: string) => T;
|
|
115
119
|
doubleValue: (value: number) => T;
|
|
@@ -118,7 +122,6 @@ export declare namespace FieldValueUnion {
|
|
|
118
122
|
userArnValue: (value: string) => T;
|
|
119
123
|
_: (name: string, value: any) => T;
|
|
120
124
|
}
|
|
121
|
-
const visit: <T>(value: FieldValueUnion, visitor: Visitor<T>) => T;
|
|
122
125
|
}
|
|
123
126
|
/**
|
|
124
127
|
* <p>Object for case field values.</p>
|
|
@@ -171,12 +174,15 @@ export declare namespace UserUnion {
|
|
|
171
174
|
customEntity?: never;
|
|
172
175
|
$unknown: [string, any];
|
|
173
176
|
}
|
|
177
|
+
/**
|
|
178
|
+
* @deprecated unused in schema-serde mode.
|
|
179
|
+
*
|
|
180
|
+
*/
|
|
174
181
|
interface Visitor<T> {
|
|
175
182
|
userArn: (value: string) => T;
|
|
176
183
|
customEntity: (value: string) => T;
|
|
177
184
|
_: (name: string, value: any) => T;
|
|
178
185
|
}
|
|
179
|
-
const visit: <T>(value: UserUnion, visitor: Visitor<T>) => T;
|
|
180
186
|
}
|
|
181
187
|
/**
|
|
182
188
|
* @public
|
|
@@ -474,6 +480,10 @@ export declare namespace AuditEventFieldValueUnion {
|
|
|
474
480
|
userArnValue?: never;
|
|
475
481
|
$unknown: [string, any];
|
|
476
482
|
}
|
|
483
|
+
/**
|
|
484
|
+
* @deprecated unused in schema-serde mode.
|
|
485
|
+
*
|
|
486
|
+
*/
|
|
477
487
|
interface Visitor<T> {
|
|
478
488
|
stringValue: (value: string) => T;
|
|
479
489
|
doubleValue: (value: number) => T;
|
|
@@ -482,7 +492,6 @@ export declare namespace AuditEventFieldValueUnion {
|
|
|
482
492
|
userArnValue: (value: string) => T;
|
|
483
493
|
_: (name: string, value: any) => T;
|
|
484
494
|
}
|
|
485
|
-
const visit: <T>(value: AuditEventFieldValueUnion, visitor: Visitor<T>) => T;
|
|
486
495
|
}
|
|
487
496
|
/**
|
|
488
497
|
* <p>Fields for audit event.</p>
|
|
@@ -794,11 +803,14 @@ export declare namespace SlaInputContent {
|
|
|
794
803
|
slaInputConfiguration?: never;
|
|
795
804
|
$unknown: [string, any];
|
|
796
805
|
}
|
|
806
|
+
/**
|
|
807
|
+
* @deprecated unused in schema-serde mode.
|
|
808
|
+
*
|
|
809
|
+
*/
|
|
797
810
|
interface Visitor<T> {
|
|
798
811
|
slaInputConfiguration: (value: SlaInputConfiguration) => T;
|
|
799
812
|
_: (name: string, value: any) => T;
|
|
800
813
|
}
|
|
801
|
-
const visit: <T>(value: SlaInputContent, visitor: Visitor<T>) => T;
|
|
802
814
|
}
|
|
803
815
|
/**
|
|
804
816
|
* <p>Represents the content of a related item to be created.</p>
|
|
@@ -899,6 +911,10 @@ export declare namespace RelatedItemInputContent {
|
|
|
899
911
|
custom?: never;
|
|
900
912
|
$unknown: [string, any];
|
|
901
913
|
}
|
|
914
|
+
/**
|
|
915
|
+
* @deprecated unused in schema-serde mode.
|
|
916
|
+
*
|
|
917
|
+
*/
|
|
902
918
|
interface Visitor<T> {
|
|
903
919
|
contact: (value: Contact) => T;
|
|
904
920
|
comment: (value: CommentContent) => T;
|
|
@@ -908,7 +924,6 @@ export declare namespace RelatedItemInputContent {
|
|
|
908
924
|
custom: (value: CustomInputContent) => T;
|
|
909
925
|
_: (name: string, value: any) => T;
|
|
910
926
|
}
|
|
911
|
-
const visit: <T>(value: RelatedItemInputContent, visitor: Visitor<T>) => T;
|
|
912
927
|
}
|
|
913
928
|
/**
|
|
914
929
|
* @public
|
|
@@ -1124,6 +1139,10 @@ export declare namespace FieldFilter {
|
|
|
1124
1139
|
lessThanOrEqualTo?: never;
|
|
1125
1140
|
$unknown: [string, any];
|
|
1126
1141
|
}
|
|
1142
|
+
/**
|
|
1143
|
+
* @deprecated unused in schema-serde mode.
|
|
1144
|
+
*
|
|
1145
|
+
*/
|
|
1127
1146
|
interface Visitor<T> {
|
|
1128
1147
|
equalTo: (value: FieldValue) => T;
|
|
1129
1148
|
contains: (value: FieldValue) => T;
|
|
@@ -1133,7 +1152,6 @@ export declare namespace FieldFilter {
|
|
|
1133
1152
|
lessThanOrEqualTo: (value: FieldValue) => T;
|
|
1134
1153
|
_: (name: string, value: any) => T;
|
|
1135
1154
|
}
|
|
1136
|
-
const visit: <T>(value: FieldFilter, visitor: Visitor<T>) => T;
|
|
1137
1155
|
}
|
|
1138
1156
|
/**
|
|
1139
1157
|
* <p>A filter for related items of type <code>File</code>.</p>
|
|
@@ -1370,6 +1388,10 @@ export declare namespace RelatedItemContent {
|
|
|
1370
1388
|
custom?: never;
|
|
1371
1389
|
$unknown: [string, any];
|
|
1372
1390
|
}
|
|
1391
|
+
/**
|
|
1392
|
+
* @deprecated unused in schema-serde mode.
|
|
1393
|
+
*
|
|
1394
|
+
*/
|
|
1373
1395
|
interface Visitor<T> {
|
|
1374
1396
|
contact: (value: ContactContent) => T;
|
|
1375
1397
|
comment: (value: CommentContent) => T;
|
|
@@ -1379,7 +1401,6 @@ export declare namespace RelatedItemContent {
|
|
|
1379
1401
|
custom: (value: CustomContent) => T;
|
|
1380
1402
|
_: (name: string, value: any) => T;
|
|
1381
1403
|
}
|
|
1382
|
-
const visit: <T>(value: RelatedItemContent, visitor: Visitor<T>) => T;
|
|
1383
1404
|
}
|
|
1384
1405
|
/**
|
|
1385
1406
|
* <p>A list of items that represent RelatedItems.</p>
|
|
@@ -1618,11 +1639,14 @@ export declare namespace OperandOne {
|
|
|
1618
1639
|
fieldId?: never;
|
|
1619
1640
|
$unknown: [string, any];
|
|
1620
1641
|
}
|
|
1642
|
+
/**
|
|
1643
|
+
* @deprecated unused in schema-serde mode.
|
|
1644
|
+
*
|
|
1645
|
+
*/
|
|
1621
1646
|
interface Visitor<T> {
|
|
1622
1647
|
fieldId: (value: string) => T;
|
|
1623
1648
|
_: (name: string, value: any) => T;
|
|
1624
1649
|
}
|
|
1625
|
-
const visit: <T>(value: OperandOne, visitor: Visitor<T>) => T;
|
|
1626
1650
|
}
|
|
1627
1651
|
/**
|
|
1628
1652
|
* <p>Represents an empty operand value. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</p>
|
|
@@ -1693,6 +1717,10 @@ export declare namespace OperandTwo {
|
|
|
1693
1717
|
emptyValue?: never;
|
|
1694
1718
|
$unknown: [string, any];
|
|
1695
1719
|
}
|
|
1720
|
+
/**
|
|
1721
|
+
* @deprecated unused in schema-serde mode.
|
|
1722
|
+
*
|
|
1723
|
+
*/
|
|
1696
1724
|
interface Visitor<T> {
|
|
1697
1725
|
stringValue: (value: string) => T;
|
|
1698
1726
|
booleanValue: (value: boolean) => T;
|
|
@@ -1700,7 +1728,6 @@ export declare namespace OperandTwo {
|
|
|
1700
1728
|
emptyValue: (value: EmptyOperandValue) => T;
|
|
1701
1729
|
_: (name: string, value: any) => T;
|
|
1702
1730
|
}
|
|
1703
|
-
const visit: <T>(value: OperandTwo, visitor: Visitor<T>) => T;
|
|
1704
1731
|
}
|
|
1705
1732
|
/**
|
|
1706
1733
|
* <p>Boolean operands for a condition. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</p>
|
|
@@ -1758,12 +1785,15 @@ export declare namespace BooleanCondition {
|
|
|
1758
1785
|
notEqualTo?: never;
|
|
1759
1786
|
$unknown: [string, any];
|
|
1760
1787
|
}
|
|
1788
|
+
/**
|
|
1789
|
+
* @deprecated unused in schema-serde mode.
|
|
1790
|
+
*
|
|
1791
|
+
*/
|
|
1761
1792
|
interface Visitor<T> {
|
|
1762
1793
|
equalTo: (value: BooleanOperands) => T;
|
|
1763
1794
|
notEqualTo: (value: BooleanOperands) => T;
|
|
1764
1795
|
_: (name: string, value: any) => T;
|
|
1765
1796
|
}
|
|
1766
|
-
const visit: <T>(value: BooleanCondition, visitor: Visitor<T>) => T;
|
|
1767
1797
|
}
|
|
1768
1798
|
/**
|
|
1769
1799
|
* <p>A rule that controls field visibility based on conditions. Fields can be shown or hidden dynamically based on values in other fields.</p>
|
|
@@ -1845,13 +1875,16 @@ export declare namespace CaseRuleDetails {
|
|
|
1845
1875
|
hidden?: never;
|
|
1846
1876
|
$unknown: [string, any];
|
|
1847
1877
|
}
|
|
1878
|
+
/**
|
|
1879
|
+
* @deprecated unused in schema-serde mode.
|
|
1880
|
+
*
|
|
1881
|
+
*/
|
|
1848
1882
|
interface Visitor<T> {
|
|
1849
1883
|
required: (value: RequiredCaseRule) => T;
|
|
1850
1884
|
fieldOptions: (value: FieldOptionsCaseRule) => T;
|
|
1851
1885
|
hidden: (value: HiddenCaseRule) => T;
|
|
1852
1886
|
_: (name: string, value: any) => T;
|
|
1853
1887
|
}
|
|
1854
|
-
const visit: <T>(value: CaseRuleDetails, visitor: Visitor<T>) => T;
|
|
1855
1888
|
}
|
|
1856
1889
|
/**
|
|
1857
1890
|
* <p>Detailed case rule information. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a case template</a>.</p>
|
|
@@ -2911,11 +2944,14 @@ export declare namespace Section {
|
|
|
2911
2944
|
fieldGroup?: never;
|
|
2912
2945
|
$unknown: [string, any];
|
|
2913
2946
|
}
|
|
2947
|
+
/**
|
|
2948
|
+
* @deprecated unused in schema-serde mode.
|
|
2949
|
+
*
|
|
2950
|
+
*/
|
|
2914
2951
|
interface Visitor<T> {
|
|
2915
2952
|
fieldGroup: (value: FieldGroup) => T;
|
|
2916
2953
|
_: (name: string, value: any) => T;
|
|
2917
2954
|
}
|
|
2918
|
-
const visit: <T>(value: Section, visitor: Visitor<T>) => T;
|
|
2919
2955
|
}
|
|
2920
2956
|
/**
|
|
2921
2957
|
* <p>Ordered list containing different kinds of sections that can be added. A LayoutSections object can only contain one section.</p>
|
|
@@ -2968,11 +3004,14 @@ export declare namespace LayoutContent {
|
|
|
2968
3004
|
basic?: never;
|
|
2969
3005
|
$unknown: [string, any];
|
|
2970
3006
|
}
|
|
3007
|
+
/**
|
|
3008
|
+
* @deprecated unused in schema-serde mode.
|
|
3009
|
+
*
|
|
3010
|
+
*/
|
|
2971
3011
|
interface Visitor<T> {
|
|
2972
3012
|
basic: (value: BasicLayout) => T;
|
|
2973
3013
|
_: (name: string, value: any) => T;
|
|
2974
3014
|
}
|
|
2975
|
-
const visit: <T>(value: LayoutContent, visitor: Visitor<T>) => T;
|
|
2976
3015
|
}
|
|
2977
3016
|
/**
|
|
2978
3017
|
* @public
|
|
@@ -3609,6 +3648,10 @@ export declare namespace CaseFilter {
|
|
|
3609
3648
|
orAll?: never;
|
|
3610
3649
|
$unknown: [string, any];
|
|
3611
3650
|
}
|
|
3651
|
+
/**
|
|
3652
|
+
* @deprecated unused in schema-serde mode.
|
|
3653
|
+
*
|
|
3654
|
+
*/
|
|
3612
3655
|
interface Visitor<T> {
|
|
3613
3656
|
field: (value: FieldFilter) => T;
|
|
3614
3657
|
not: (value: CaseFilter) => T;
|
|
@@ -3616,7 +3659,6 @@ export declare namespace CaseFilter {
|
|
|
3616
3659
|
orAll: (value: CaseFilter[]) => T;
|
|
3617
3660
|
_: (name: string, value: any) => T;
|
|
3618
3661
|
}
|
|
3619
|
-
const visit: <T>(value: CaseFilter, visitor: Visitor<T>) => T;
|
|
3620
3662
|
}
|
|
3621
3663
|
/**
|
|
3622
3664
|
* <p>A filter for fields in <code>Custom</code> type related items. Only one value can be provided.</p>
|
|
@@ -3681,6 +3723,10 @@ export declare namespace CustomFieldsFilter {
|
|
|
3681
3723
|
orAll?: never;
|
|
3682
3724
|
$unknown: [string, any];
|
|
3683
3725
|
}
|
|
3726
|
+
/**
|
|
3727
|
+
* @deprecated unused in schema-serde mode.
|
|
3728
|
+
*
|
|
3729
|
+
*/
|
|
3684
3730
|
interface Visitor<T> {
|
|
3685
3731
|
field: (value: FieldFilter) => T;
|
|
3686
3732
|
not: (value: CustomFieldsFilter) => T;
|
|
@@ -3688,7 +3734,6 @@ export declare namespace CustomFieldsFilter {
|
|
|
3688
3734
|
orAll: (value: CustomFieldsFilter[]) => T;
|
|
3689
3735
|
_: (name: string, value: any) => T;
|
|
3690
3736
|
}
|
|
3691
|
-
const visit: <T>(value: CustomFieldsFilter, visitor: Visitor<T>) => T;
|
|
3692
3737
|
}
|
|
3693
3738
|
/**
|
|
3694
3739
|
* <p>A filter for related items of type <code>Custom</code>.</p>
|
|
@@ -3840,6 +3885,10 @@ export declare namespace RelatedItemTypeFilter {
|
|
|
3840
3885
|
custom?: never;
|
|
3841
3886
|
$unknown: [string, any];
|
|
3842
3887
|
}
|
|
3888
|
+
/**
|
|
3889
|
+
* @deprecated unused in schema-serde mode.
|
|
3890
|
+
*
|
|
3891
|
+
*/
|
|
3843
3892
|
interface Visitor<T> {
|
|
3844
3893
|
contact: (value: ContactFilter) => T;
|
|
3845
3894
|
comment: (value: CommentFilter) => T;
|
|
@@ -3849,7 +3898,6 @@ export declare namespace RelatedItemTypeFilter {
|
|
|
3849
3898
|
custom: (value: CustomFilter) => T;
|
|
3850
3899
|
_: (name: string, value: any) => T;
|
|
3851
3900
|
}
|
|
3852
|
-
const visit: <T>(value: RelatedItemTypeFilter, visitor: Visitor<T>) => T;
|
|
3853
3901
|
}
|
|
3854
3902
|
/**
|
|
3855
3903
|
* @public
|
|
@@ -77,7 +77,6 @@ export declare namespace FieldValueUnion {
|
|
|
77
77
|
userArnValue: (value: string) => T;
|
|
78
78
|
_: (name: string, value: any) => T;
|
|
79
79
|
}
|
|
80
|
-
const visit: <T>(value: FieldValueUnion, visitor: Visitor<T>) => T;
|
|
81
80
|
}
|
|
82
81
|
export interface FieldValue {
|
|
83
82
|
id: string | undefined;
|
|
@@ -108,7 +107,6 @@ export declare namespace UserUnion {
|
|
|
108
107
|
customEntity: (value: string) => T;
|
|
109
108
|
_: (name: string, value: any) => T;
|
|
110
109
|
}
|
|
111
|
-
const visit: <T>(value: UserUnion, visitor: Visitor<T>) => T;
|
|
112
110
|
}
|
|
113
111
|
export interface CreateCaseRequest {
|
|
114
112
|
domainId: string | undefined;
|
|
@@ -244,7 +242,6 @@ export declare namespace AuditEventFieldValueUnion {
|
|
|
244
242
|
userArnValue: (value: string) => T;
|
|
245
243
|
_: (name: string, value: any) => T;
|
|
246
244
|
}
|
|
247
|
-
const visit: <T>(value: AuditEventFieldValueUnion, visitor: Visitor<T>) => T;
|
|
248
245
|
}
|
|
249
246
|
export interface AuditEventField {
|
|
250
247
|
eventFieldId: string | undefined;
|
|
@@ -346,7 +343,6 @@ export declare namespace SlaInputContent {
|
|
|
346
343
|
slaInputConfiguration: (value: SlaInputConfiguration) => T;
|
|
347
344
|
_: (name: string, value: any) => T;
|
|
348
345
|
}
|
|
349
|
-
const visit: <T>(value: SlaInputContent, visitor: Visitor<T>) => T;
|
|
350
346
|
}
|
|
351
347
|
export type RelatedItemInputContent =
|
|
352
348
|
| RelatedItemInputContent.CommentMember
|
|
@@ -429,7 +425,6 @@ export declare namespace RelatedItemInputContent {
|
|
|
429
425
|
custom: (value: CustomInputContent) => T;
|
|
430
426
|
_: (name: string, value: any) => T;
|
|
431
427
|
}
|
|
432
|
-
const visit: <T>(value: RelatedItemInputContent, visitor: Visitor<T>) => T;
|
|
433
428
|
}
|
|
434
429
|
export interface CreateRelatedItemRequest {
|
|
435
430
|
domainId: string | undefined;
|
|
@@ -544,7 +539,6 @@ export declare namespace FieldFilter {
|
|
|
544
539
|
lessThanOrEqualTo: (value: FieldValue) => T;
|
|
545
540
|
_: (name: string, value: any) => T;
|
|
546
541
|
}
|
|
547
|
-
const visit: <T>(value: FieldFilter, visitor: Visitor<T>) => T;
|
|
548
542
|
}
|
|
549
543
|
export interface FileFilter {
|
|
550
544
|
fileArn?: string | undefined;
|
|
@@ -664,7 +658,6 @@ export declare namespace RelatedItemContent {
|
|
|
664
658
|
custom: (value: CustomContent) => T;
|
|
665
659
|
_: (name: string, value: any) => T;
|
|
666
660
|
}
|
|
667
|
-
const visit: <T>(value: RelatedItemContent, visitor: Visitor<T>) => T;
|
|
668
661
|
}
|
|
669
662
|
export interface SearchRelatedItemsResponseItem {
|
|
670
663
|
relatedItemId: string | undefined;
|
|
@@ -734,7 +727,6 @@ export declare namespace OperandOne {
|
|
|
734
727
|
fieldId: (value: string) => T;
|
|
735
728
|
_: (name: string, value: any) => T;
|
|
736
729
|
}
|
|
737
|
-
const visit: <T>(value: OperandOne, visitor: Visitor<T>) => T;
|
|
738
730
|
}
|
|
739
731
|
export interface EmptyOperandValue {}
|
|
740
732
|
export type OperandTwo =
|
|
@@ -786,7 +778,6 @@ export declare namespace OperandTwo {
|
|
|
786
778
|
emptyValue: (value: EmptyOperandValue) => T;
|
|
787
779
|
_: (name: string, value: any) => T;
|
|
788
780
|
}
|
|
789
|
-
const visit: <T>(value: OperandTwo, visitor: Visitor<T>) => T;
|
|
790
781
|
}
|
|
791
782
|
export interface BooleanOperands {
|
|
792
783
|
operandOne: OperandOne | undefined;
|
|
@@ -818,7 +809,6 @@ export declare namespace BooleanCondition {
|
|
|
818
809
|
notEqualTo: (value: BooleanOperands) => T;
|
|
819
810
|
_: (name: string, value: any) => T;
|
|
820
811
|
}
|
|
821
|
-
const visit: <T>(value: BooleanCondition, visitor: Visitor<T>) => T;
|
|
822
812
|
}
|
|
823
813
|
export interface HiddenCaseRule {
|
|
824
814
|
defaultValue: boolean | undefined;
|
|
@@ -864,7 +854,6 @@ export declare namespace CaseRuleDetails {
|
|
|
864
854
|
hidden: (value: HiddenCaseRule) => T;
|
|
865
855
|
_: (name: string, value: any) => T;
|
|
866
856
|
}
|
|
867
|
-
const visit: <T>(value: CaseRuleDetails, visitor: Visitor<T>) => T;
|
|
868
857
|
}
|
|
869
858
|
export interface GetCaseRuleResponse {
|
|
870
859
|
caseRuleId: string | undefined;
|
|
@@ -1151,7 +1140,6 @@ export declare namespace Section {
|
|
|
1151
1140
|
fieldGroup: (value: FieldGroup) => T;
|
|
1152
1141
|
_: (name: string, value: any) => T;
|
|
1153
1142
|
}
|
|
1154
|
-
const visit: <T>(value: Section, visitor: Visitor<T>) => T;
|
|
1155
1143
|
}
|
|
1156
1144
|
export interface LayoutSections {
|
|
1157
1145
|
sections?: Section[] | undefined;
|
|
@@ -1176,7 +1164,6 @@ export declare namespace LayoutContent {
|
|
|
1176
1164
|
basic: (value: BasicLayout) => T;
|
|
1177
1165
|
_: (name: string, value: any) => T;
|
|
1178
1166
|
}
|
|
1179
|
-
const visit: <T>(value: LayoutContent, visitor: Visitor<T>) => T;
|
|
1180
1167
|
}
|
|
1181
1168
|
export interface CreateLayoutRequest {
|
|
1182
1169
|
domainId: string | undefined;
|
|
@@ -1369,7 +1356,6 @@ export declare namespace CaseFilter {
|
|
|
1369
1356
|
orAll: (value: CaseFilter[]) => T;
|
|
1370
1357
|
_: (name: string, value: any) => T;
|
|
1371
1358
|
}
|
|
1372
|
-
const visit: <T>(value: CaseFilter, visitor: Visitor<T>) => T;
|
|
1373
1359
|
}
|
|
1374
1360
|
export type CustomFieldsFilter =
|
|
1375
1361
|
| CustomFieldsFilter.AndAllMember
|
|
@@ -1420,7 +1406,6 @@ export declare namespace CustomFieldsFilter {
|
|
|
1420
1406
|
orAll: (value: CustomFieldsFilter[]) => T;
|
|
1421
1407
|
_: (name: string, value: any) => T;
|
|
1422
1408
|
}
|
|
1423
|
-
const visit: <T>(value: CustomFieldsFilter, visitor: Visitor<T>) => T;
|
|
1424
1409
|
}
|
|
1425
1410
|
export interface CustomFilter {
|
|
1426
1411
|
fields?: CustomFieldsFilter | undefined;
|
|
@@ -1515,7 +1500,6 @@ export declare namespace RelatedItemTypeFilter {
|
|
|
1515
1500
|
custom: (value: CustomFilter) => T;
|
|
1516
1501
|
_: (name: string, value: any) => T;
|
|
1517
1502
|
}
|
|
1518
|
-
const visit: <T>(value: RelatedItemTypeFilter, visitor: Visitor<T>) => T;
|
|
1519
1503
|
}
|
|
1520
1504
|
export interface SearchAllRelatedItemsRequest {
|
|
1521
1505
|
domainId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectcases",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.930.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connectcases",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|