@aws-sdk/client-connectcases 3.981.0 → 3.983.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 +30 -12
- package/dist-es/schemas/schemas_0.js +28 -12
- package/dist-types/commands/BatchGetFieldCommand.d.ts +5 -0
- package/dist-types/commands/CreateFieldCommand.d.ts +5 -0
- package/dist-types/commands/ListFieldsCommand.d.ts +5 -0
- package/dist-types/commands/SearchCasesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFieldCommand.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +69 -0
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -309,6 +309,7 @@ const _EBC = "EventBridgeConfiguration";
|
|
|
309
309
|
const _EFV = "EmptyFieldValue";
|
|
310
310
|
const _EID = "EventIncludedData";
|
|
311
311
|
const _EOV = "EmptyOperandValue";
|
|
312
|
+
const _FA = "FieldAttributes";
|
|
312
313
|
const _FC = "FileContent";
|
|
313
314
|
const _FE = "FieldError";
|
|
314
315
|
const _FF = "FileFilter";
|
|
@@ -426,6 +427,7 @@ const _SRIRIL = "SearchRelatedItemsResponseItemList";
|
|
|
426
427
|
const _SRIRe = "SearchRelatedItemsResponse";
|
|
427
428
|
const _Se = "Section";
|
|
428
429
|
const _T = "Tags";
|
|
430
|
+
const _TA = "TextAttributes";
|
|
429
431
|
const _TCRL = "TemplateCaseRuleList";
|
|
430
432
|
const _TE = "ThrottlingException";
|
|
431
433
|
const _TF = "TagFilter";
|
|
@@ -456,10 +458,11 @@ const _UTR = "UpdateTemplateRequest";
|
|
|
456
458
|
const _UTRp = "UpdateTemplateResponse";
|
|
457
459
|
const _UU = "UserUnion";
|
|
458
460
|
const _VE = "ValidationException";
|
|
459
|
-
const _a = "
|
|
461
|
+
const _a = "attributes";
|
|
460
462
|
const _aA = "andAll";
|
|
461
463
|
const _aE = "auditEvents";
|
|
462
464
|
const _aT = "associationTime";
|
|
465
|
+
const _ac = "active";
|
|
463
466
|
const _ar = "arn";
|
|
464
467
|
const _b = "body";
|
|
465
468
|
const _bV = "booleanValue";
|
|
@@ -527,6 +530,7 @@ const _ht = "http";
|
|
|
527
530
|
const _i = "id";
|
|
528
531
|
const _iC = "includeContent";
|
|
529
532
|
const _iD = "includedData";
|
|
533
|
+
const _iM = "isMultiline";
|
|
530
534
|
const _iPA = "iamPrincipalArn";
|
|
531
535
|
const _k = "key";
|
|
532
536
|
const _l = "layouts";
|
|
@@ -584,6 +588,7 @@ const _so = "sorts";
|
|
|
584
588
|
const _sp = "sparse";
|
|
585
589
|
const _t = "type";
|
|
586
590
|
const _tA = "templateArn";
|
|
591
|
+
const _tC = "totalCount";
|
|
587
592
|
const _tFV = "targetFieldValues";
|
|
588
593
|
const _tI = "templateId";
|
|
589
594
|
const _tK = "tagKeys";
|
|
@@ -595,6 +600,7 @@ const _tT = "targetTime";
|
|
|
595
600
|
const _ta = "tags";
|
|
596
601
|
const _tag = "tag";
|
|
597
602
|
const _te = "templates";
|
|
603
|
+
const _tex = "text";
|
|
598
604
|
const _u = "user";
|
|
599
605
|
const _uA = "userArn";
|
|
600
606
|
const _uAV = "userArnValue";
|
|
@@ -768,8 +774,8 @@ var CreateDomainResponse$ = [3, n0, _CDRr,
|
|
|
768
774
|
];
|
|
769
775
|
var CreateFieldRequest$ = [3, n0, _CFR,
|
|
770
776
|
0,
|
|
771
|
-
[_dI, _n, _t, _d],
|
|
772
|
-
[[0, 1], 0, 0, 0], 3
|
|
777
|
+
[_dI, _n, _t, _d, _a],
|
|
778
|
+
[[0, 1], 0, 0, 0, () => FieldAttributes$], 3
|
|
773
779
|
];
|
|
774
780
|
var CreateFieldResponse$ = [3, n0, _CFRr,
|
|
775
781
|
0,
|
|
@@ -938,7 +944,7 @@ var FieldItem$ = [3, n0, _FIi,
|
|
|
938
944
|
];
|
|
939
945
|
var FieldOption$ = [3, n0, _FO,
|
|
940
946
|
0,
|
|
941
|
-
[_n, _v,
|
|
947
|
+
[_n, _v, _ac],
|
|
942
948
|
[0, 0, 2], 3
|
|
943
949
|
];
|
|
944
950
|
var FieldOptionError$ = [3, n0, _FOE,
|
|
@@ -953,8 +959,8 @@ var FieldOptionsCaseRule$ = [3, n0, _FOCR,
|
|
|
953
959
|
];
|
|
954
960
|
var FieldSummary$ = [3, n0, _FS,
|
|
955
961
|
0,
|
|
956
|
-
[_fI, _fA, _n, _t, _na],
|
|
957
|
-
[0, 0, 0, 0, 0], 5
|
|
962
|
+
[_fI, _fA, _n, _t, _na, _a],
|
|
963
|
+
[0, 0, 0, 0, 0, () => FieldAttributes$], 5
|
|
958
964
|
];
|
|
959
965
|
var FieldValue$ = [3, n0, _FV,
|
|
960
966
|
0,
|
|
@@ -1018,8 +1024,8 @@ var GetDomainResponse$ = [3, n0, _GDRe,
|
|
|
1018
1024
|
];
|
|
1019
1025
|
var GetFieldResponse$ = [3, n0, _GFR,
|
|
1020
1026
|
0,
|
|
1021
|
-
[_fI, _n, _fA, _t, _na, _d, _ta, _de, _cTr, _lMT],
|
|
1022
|
-
[0, 0, 0, 0, 0, 0, [() => Tags, 0], 2, 5, 5], 5
|
|
1027
|
+
[_fI, _n, _fA, _t, _na, _d, _ta, _de, _cTr, _lMT, _a],
|
|
1028
|
+
[0, 0, 0, 0, 0, 0, [() => Tags, 0], 2, 5, 5, () => FieldAttributes$], 5
|
|
1023
1029
|
];
|
|
1024
1030
|
var GetLayoutRequest$ = [3, n0, _GLR,
|
|
1025
1031
|
0,
|
|
@@ -1210,8 +1216,8 @@ var SearchCasesRequest$ = [3, n0, _SCR,
|
|
|
1210
1216
|
];
|
|
1211
1217
|
var SearchCasesResponse$ = [3, n0, _SCRe,
|
|
1212
1218
|
0,
|
|
1213
|
-
[_ca, _nT],
|
|
1214
|
-
[[() => SearchCasesResponseItemList, 0], 0], 1
|
|
1219
|
+
[_ca, _nT, _tC],
|
|
1220
|
+
[[() => SearchCasesResponseItemList, 0], 0, 1], 1
|
|
1215
1221
|
];
|
|
1216
1222
|
var SearchCasesResponseItem$ = [3, n0, _SCRI,
|
|
1217
1223
|
0,
|
|
@@ -1289,6 +1295,11 @@ var TemplateSummary$ = [3, n0, _TS,
|
|
|
1289
1295
|
[_tI, _tA, _n, _s, _tPC],
|
|
1290
1296
|
[0, 0, 0, 0, () => TagPropagationConfigurationList], 4
|
|
1291
1297
|
];
|
|
1298
|
+
var TextAttributes$ = [3, n0, _TA,
|
|
1299
|
+
0,
|
|
1300
|
+
[_iM],
|
|
1301
|
+
[2], 1
|
|
1302
|
+
];
|
|
1292
1303
|
var ThrottlingException$ = [-3, n0, _TE,
|
|
1293
1304
|
{ [_e]: _c, [_hE]: 429 },
|
|
1294
1305
|
[_m],
|
|
@@ -1322,8 +1333,8 @@ var UpdateCaseRuleResponse$ = [3, n0, _UCRRp,
|
|
|
1322
1333
|
];
|
|
1323
1334
|
var UpdateFieldRequest$ = [3, n0, _UFR,
|
|
1324
1335
|
0,
|
|
1325
|
-
[_dI, _fI, _n, _d],
|
|
1326
|
-
[[0, 1], [0, 1], 0, 0], 2
|
|
1336
|
+
[_dI, _fI, _n, _d, _a],
|
|
1337
|
+
[[0, 1], [0, 1], 0, 0, () => FieldAttributes$], 2
|
|
1327
1338
|
];
|
|
1328
1339
|
var UpdateFieldResponse$ = [3, n0, _UFRp,
|
|
1329
1340
|
0,
|
|
@@ -1496,6 +1507,11 @@ var CustomFieldsFilter$ = [4, n0, _CFF,
|
|
|
1496
1507
|
[_fie, _no, _aA, _oA],
|
|
1497
1508
|
[() => FieldFilter$, () => CustomFieldsFilter$, () => CustomFieldsFilterList, () => CustomFieldsFilterList]
|
|
1498
1509
|
];
|
|
1510
|
+
var FieldAttributes$ = [4, n0, _FA,
|
|
1511
|
+
0,
|
|
1512
|
+
[_tex],
|
|
1513
|
+
[() => TextAttributes$]
|
|
1514
|
+
];
|
|
1499
1515
|
var FieldFilter$ = [4, n0, _FFi,
|
|
1500
1516
|
0,
|
|
1501
1517
|
[_eT, _cont, _gT, _gTOET, _lT, _lTOET],
|
|
@@ -2455,6 +2471,7 @@ exports.EmptyFieldValue$ = EmptyFieldValue$;
|
|
|
2455
2471
|
exports.EmptyOperandValue$ = EmptyOperandValue$;
|
|
2456
2472
|
exports.EventBridgeConfiguration$ = EventBridgeConfiguration$;
|
|
2457
2473
|
exports.EventIncludedData$ = EventIncludedData$;
|
|
2474
|
+
exports.FieldAttributes$ = FieldAttributes$;
|
|
2458
2475
|
exports.FieldError$ = FieldError$;
|
|
2459
2476
|
exports.FieldFilter$ = FieldFilter$;
|
|
2460
2477
|
exports.FieldGroup$ = FieldGroup$;
|
|
@@ -2591,6 +2608,7 @@ exports.TagValue$ = TagValue$;
|
|
|
2591
2608
|
exports.TemplateRule$ = TemplateRule$;
|
|
2592
2609
|
exports.TemplateStatus = TemplateStatus;
|
|
2593
2610
|
exports.TemplateSummary$ = TemplateSummary$;
|
|
2611
|
+
exports.TextAttributes$ = TextAttributes$;
|
|
2594
2612
|
exports.ThrottlingException = ThrottlingException;
|
|
2595
2613
|
exports.ThrottlingException$ = ThrottlingException$;
|
|
2596
2614
|
exports.UntagResource$ = UntagResource$;
|
|
@@ -97,6 +97,7 @@ const _EBC = "EventBridgeConfiguration";
|
|
|
97
97
|
const _EFV = "EmptyFieldValue";
|
|
98
98
|
const _EID = "EventIncludedData";
|
|
99
99
|
const _EOV = "EmptyOperandValue";
|
|
100
|
+
const _FA = "FieldAttributes";
|
|
100
101
|
const _FC = "FileContent";
|
|
101
102
|
const _FE = "FieldError";
|
|
102
103
|
const _FF = "FileFilter";
|
|
@@ -214,6 +215,7 @@ const _SRIRIL = "SearchRelatedItemsResponseItemList";
|
|
|
214
215
|
const _SRIRe = "SearchRelatedItemsResponse";
|
|
215
216
|
const _Se = "Section";
|
|
216
217
|
const _T = "Tags";
|
|
218
|
+
const _TA = "TextAttributes";
|
|
217
219
|
const _TCRL = "TemplateCaseRuleList";
|
|
218
220
|
const _TE = "ThrottlingException";
|
|
219
221
|
const _TF = "TagFilter";
|
|
@@ -244,10 +246,11 @@ const _UTR = "UpdateTemplateRequest";
|
|
|
244
246
|
const _UTRp = "UpdateTemplateResponse";
|
|
245
247
|
const _UU = "UserUnion";
|
|
246
248
|
const _VE = "ValidationException";
|
|
247
|
-
const _a = "
|
|
249
|
+
const _a = "attributes";
|
|
248
250
|
const _aA = "andAll";
|
|
249
251
|
const _aE = "auditEvents";
|
|
250
252
|
const _aT = "associationTime";
|
|
253
|
+
const _ac = "active";
|
|
251
254
|
const _ar = "arn";
|
|
252
255
|
const _b = "body";
|
|
253
256
|
const _bV = "booleanValue";
|
|
@@ -315,6 +318,7 @@ const _ht = "http";
|
|
|
315
318
|
const _i = "id";
|
|
316
319
|
const _iC = "includeContent";
|
|
317
320
|
const _iD = "includedData";
|
|
321
|
+
const _iM = "isMultiline";
|
|
318
322
|
const _iPA = "iamPrincipalArn";
|
|
319
323
|
const _k = "key";
|
|
320
324
|
const _l = "layouts";
|
|
@@ -372,6 +376,7 @@ const _so = "sorts";
|
|
|
372
376
|
const _sp = "sparse";
|
|
373
377
|
const _t = "type";
|
|
374
378
|
const _tA = "templateArn";
|
|
379
|
+
const _tC = "totalCount";
|
|
375
380
|
const _tFV = "targetFieldValues";
|
|
376
381
|
const _tI = "templateId";
|
|
377
382
|
const _tK = "tagKeys";
|
|
@@ -383,6 +388,7 @@ const _tT = "targetTime";
|
|
|
383
388
|
const _ta = "tags";
|
|
384
389
|
const _tag = "tag";
|
|
385
390
|
const _te = "templates";
|
|
391
|
+
const _tex = "text";
|
|
386
392
|
const _u = "user";
|
|
387
393
|
const _uA = "userArn";
|
|
388
394
|
const _uAV = "userArnValue";
|
|
@@ -559,8 +565,8 @@ export var CreateDomainResponse$ = [3, n0, _CDRr,
|
|
|
559
565
|
];
|
|
560
566
|
export var CreateFieldRequest$ = [3, n0, _CFR,
|
|
561
567
|
0,
|
|
562
|
-
[_dI, _n, _t, _d],
|
|
563
|
-
[[0, 1], 0, 0, 0], 3
|
|
568
|
+
[_dI, _n, _t, _d, _a],
|
|
569
|
+
[[0, 1], 0, 0, 0, () => FieldAttributes$], 3
|
|
564
570
|
];
|
|
565
571
|
export var CreateFieldResponse$ = [3, n0, _CFRr,
|
|
566
572
|
0,
|
|
@@ -729,7 +735,7 @@ export var FieldItem$ = [3, n0, _FIi,
|
|
|
729
735
|
];
|
|
730
736
|
export var FieldOption$ = [3, n0, _FO,
|
|
731
737
|
0,
|
|
732
|
-
[_n, _v,
|
|
738
|
+
[_n, _v, _ac],
|
|
733
739
|
[0, 0, 2], 3
|
|
734
740
|
];
|
|
735
741
|
export var FieldOptionError$ = [3, n0, _FOE,
|
|
@@ -744,8 +750,8 @@ export var FieldOptionsCaseRule$ = [3, n0, _FOCR,
|
|
|
744
750
|
];
|
|
745
751
|
export var FieldSummary$ = [3, n0, _FS,
|
|
746
752
|
0,
|
|
747
|
-
[_fI, _fA, _n, _t, _na],
|
|
748
|
-
[0, 0, 0, 0, 0], 5
|
|
753
|
+
[_fI, _fA, _n, _t, _na, _a],
|
|
754
|
+
[0, 0, 0, 0, 0, () => FieldAttributes$], 5
|
|
749
755
|
];
|
|
750
756
|
export var FieldValue$ = [3, n0, _FV,
|
|
751
757
|
0,
|
|
@@ -809,8 +815,8 @@ export var GetDomainResponse$ = [3, n0, _GDRe,
|
|
|
809
815
|
];
|
|
810
816
|
export var GetFieldResponse$ = [3, n0, _GFR,
|
|
811
817
|
0,
|
|
812
|
-
[_fI, _n, _fA, _t, _na, _d, _ta, _de, _cTr, _lMT],
|
|
813
|
-
[0, 0, 0, 0, 0, 0, [() => Tags, 0], 2, 5, 5], 5
|
|
818
|
+
[_fI, _n, _fA, _t, _na, _d, _ta, _de, _cTr, _lMT, _a],
|
|
819
|
+
[0, 0, 0, 0, 0, 0, [() => Tags, 0], 2, 5, 5, () => FieldAttributes$], 5
|
|
814
820
|
];
|
|
815
821
|
export var GetLayoutRequest$ = [3, n0, _GLR,
|
|
816
822
|
0,
|
|
@@ -1001,8 +1007,8 @@ export var SearchCasesRequest$ = [3, n0, _SCR,
|
|
|
1001
1007
|
];
|
|
1002
1008
|
export var SearchCasesResponse$ = [3, n0, _SCRe,
|
|
1003
1009
|
0,
|
|
1004
|
-
[_ca, _nT],
|
|
1005
|
-
[[() => SearchCasesResponseItemList, 0], 0], 1
|
|
1010
|
+
[_ca, _nT, _tC],
|
|
1011
|
+
[[() => SearchCasesResponseItemList, 0], 0, 1], 1
|
|
1006
1012
|
];
|
|
1007
1013
|
export var SearchCasesResponseItem$ = [3, n0, _SCRI,
|
|
1008
1014
|
0,
|
|
@@ -1080,6 +1086,11 @@ export var TemplateSummary$ = [3, n0, _TS,
|
|
|
1080
1086
|
[_tI, _tA, _n, _s, _tPC],
|
|
1081
1087
|
[0, 0, 0, 0, () => TagPropagationConfigurationList], 4
|
|
1082
1088
|
];
|
|
1089
|
+
export var TextAttributes$ = [3, n0, _TA,
|
|
1090
|
+
0,
|
|
1091
|
+
[_iM],
|
|
1092
|
+
[2], 1
|
|
1093
|
+
];
|
|
1083
1094
|
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1084
1095
|
{ [_e]: _c, [_hE]: 429 },
|
|
1085
1096
|
[_m],
|
|
@@ -1113,8 +1124,8 @@ export var UpdateCaseRuleResponse$ = [3, n0, _UCRRp,
|
|
|
1113
1124
|
];
|
|
1114
1125
|
export var UpdateFieldRequest$ = [3, n0, _UFR,
|
|
1115
1126
|
0,
|
|
1116
|
-
[_dI, _fI, _n, _d],
|
|
1117
|
-
[[0, 1], [0, 1], 0, 0], 2
|
|
1127
|
+
[_dI, _fI, _n, _d, _a],
|
|
1128
|
+
[[0, 1], [0, 1], 0, 0, () => FieldAttributes$], 2
|
|
1118
1129
|
];
|
|
1119
1130
|
export var UpdateFieldResponse$ = [3, n0, _UFRp,
|
|
1120
1131
|
0,
|
|
@@ -1294,6 +1305,11 @@ export var CustomFieldsFilter$ = [4, n0, _CFF,
|
|
|
1294
1305
|
[_fie, _no, _aA, _oA],
|
|
1295
1306
|
[() => FieldFilter$, () => CustomFieldsFilter$, () => CustomFieldsFilterList, () => CustomFieldsFilterList]
|
|
1296
1307
|
];
|
|
1308
|
+
export var FieldAttributes$ = [4, n0, _FA,
|
|
1309
|
+
0,
|
|
1310
|
+
[_tex],
|
|
1311
|
+
[() => TextAttributes$]
|
|
1312
|
+
];
|
|
1297
1313
|
export var FieldFilter$ = [4, n0, _FFi,
|
|
1298
1314
|
0,
|
|
1299
1315
|
[_eT, _cont, _gT, _gTOET, _lT, _lTOET],
|
|
@@ -61,6 +61,11 @@ declare const BatchGetFieldCommand_base: {
|
|
|
61
61
|
* // deleted: true || false,
|
|
62
62
|
* // createdTime: new Date("TIMESTAMP"),
|
|
63
63
|
* // lastModifiedTime: new Date("TIMESTAMP"),
|
|
64
|
+
* // attributes: { // FieldAttributes Union: only one key present
|
|
65
|
+
* // text: { // TextAttributes
|
|
66
|
+
* // isMultiline: true || false, // required
|
|
67
|
+
* // },
|
|
68
|
+
* // },
|
|
64
69
|
* // },
|
|
65
70
|
* // ],
|
|
66
71
|
* // errors: [ // BatchGetFieldErrorList // required
|
|
@@ -41,6 +41,11 @@ declare const CreateFieldCommand_base: {
|
|
|
41
41
|
* name: "STRING_VALUE", // required
|
|
42
42
|
* type: "STRING_VALUE", // required
|
|
43
43
|
* description: "STRING_VALUE",
|
|
44
|
+
* attributes: { // FieldAttributes Union: only one key present
|
|
45
|
+
* text: { // TextAttributes
|
|
46
|
+
* isMultiline: true || false, // required
|
|
47
|
+
* },
|
|
48
|
+
* },
|
|
44
49
|
* };
|
|
45
50
|
* const command = new CreateFieldCommand(input);
|
|
46
51
|
* const response = await client.send(command);
|
|
@@ -51,6 +51,11 @@ declare const ListFieldsCommand_base: {
|
|
|
51
51
|
* // name: "STRING_VALUE", // required
|
|
52
52
|
* // type: "STRING_VALUE", // required
|
|
53
53
|
* // namespace: "STRING_VALUE", // required
|
|
54
|
+
* // attributes: { // FieldAttributes Union: only one key present
|
|
55
|
+
* // text: { // TextAttributes
|
|
56
|
+
* // isMultiline: true || false, // required
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
54
59
|
* // },
|
|
55
60
|
* // ],
|
|
56
61
|
* // nextToken: "STRING_VALUE",
|
|
@@ -41,6 +41,11 @@ declare const UpdateFieldCommand_base: {
|
|
|
41
41
|
* fieldId: "STRING_VALUE", // required
|
|
42
42
|
* name: "STRING_VALUE",
|
|
43
43
|
* description: "STRING_VALUE",
|
|
44
|
+
* attributes: { // FieldAttributes Union: only one key present
|
|
45
|
+
* text: { // TextAttributes
|
|
46
|
+
* isMultiline: true || false, // required
|
|
47
|
+
* },
|
|
48
|
+
* },
|
|
44
49
|
* };
|
|
45
50
|
* const command = new UpdateFieldCommand(input);
|
|
46
51
|
* const response = await client.send(command);
|
|
@@ -1396,6 +1396,11 @@ export interface SearchCasesResponse {
|
|
|
1396
1396
|
* @public
|
|
1397
1397
|
*/
|
|
1398
1398
|
cases: SearchCasesResponseItem[] | undefined;
|
|
1399
|
+
/**
|
|
1400
|
+
* <p>The total number of cases that matched the search criteria.</p>
|
|
1401
|
+
* @public
|
|
1402
|
+
*/
|
|
1403
|
+
totalCount?: number | undefined;
|
|
1399
1404
|
}
|
|
1400
1405
|
/**
|
|
1401
1406
|
* @public
|
|
@@ -2357,6 +2362,50 @@ export interface FieldError {
|
|
|
2357
2362
|
*/
|
|
2358
2363
|
message?: string | undefined;
|
|
2359
2364
|
}
|
|
2365
|
+
/**
|
|
2366
|
+
* <p>Field attributes for Text field type.</p>
|
|
2367
|
+
* @public
|
|
2368
|
+
*/
|
|
2369
|
+
export interface TextAttributes {
|
|
2370
|
+
/**
|
|
2371
|
+
* <p>Attribute that defines rendering component and validation.</p>
|
|
2372
|
+
* @public
|
|
2373
|
+
*/
|
|
2374
|
+
isMultiline: boolean | undefined;
|
|
2375
|
+
}
|
|
2376
|
+
/**
|
|
2377
|
+
* <p>Union of field attributes.</p>
|
|
2378
|
+
* @public
|
|
2379
|
+
*/
|
|
2380
|
+
export type FieldAttributes = FieldAttributes.TextMember | FieldAttributes.$UnknownMember;
|
|
2381
|
+
/**
|
|
2382
|
+
* @public
|
|
2383
|
+
*/
|
|
2384
|
+
export declare namespace FieldAttributes {
|
|
2385
|
+
/**
|
|
2386
|
+
* <p>Field attributes for Text field type.</p>
|
|
2387
|
+
* @public
|
|
2388
|
+
*/
|
|
2389
|
+
interface TextMember {
|
|
2390
|
+
text: TextAttributes;
|
|
2391
|
+
$unknown?: never;
|
|
2392
|
+
}
|
|
2393
|
+
/**
|
|
2394
|
+
* @public
|
|
2395
|
+
*/
|
|
2396
|
+
interface $UnknownMember {
|
|
2397
|
+
text?: never;
|
|
2398
|
+
$unknown: [string, any];
|
|
2399
|
+
}
|
|
2400
|
+
/**
|
|
2401
|
+
* @deprecated unused in schema-serde mode.
|
|
2402
|
+
*
|
|
2403
|
+
*/
|
|
2404
|
+
interface Visitor<T> {
|
|
2405
|
+
text: (value: TextAttributes) => T;
|
|
2406
|
+
_: (name: string, value: any) => T;
|
|
2407
|
+
}
|
|
2408
|
+
}
|
|
2360
2409
|
/**
|
|
2361
2410
|
* <p>Object to store detailed field information.</p>
|
|
2362
2411
|
* @public
|
|
@@ -2412,6 +2461,11 @@ export interface GetFieldResponse {
|
|
|
2412
2461
|
* @public
|
|
2413
2462
|
*/
|
|
2414
2463
|
lastModifiedTime?: Date | undefined;
|
|
2464
|
+
/**
|
|
2465
|
+
* <p>Union of field attributes.</p>
|
|
2466
|
+
* @public
|
|
2467
|
+
*/
|
|
2468
|
+
attributes?: FieldAttributes | undefined;
|
|
2415
2469
|
}
|
|
2416
2470
|
/**
|
|
2417
2471
|
* @public
|
|
@@ -2524,6 +2578,11 @@ export interface CreateFieldRequest {
|
|
|
2524
2578
|
* @public
|
|
2525
2579
|
*/
|
|
2526
2580
|
description?: string | undefined;
|
|
2581
|
+
/**
|
|
2582
|
+
* <p>Union of field attributes.</p>
|
|
2583
|
+
* @public
|
|
2584
|
+
*/
|
|
2585
|
+
attributes?: FieldAttributes | undefined;
|
|
2527
2586
|
}
|
|
2528
2587
|
/**
|
|
2529
2588
|
* @public
|
|
@@ -2655,6 +2714,11 @@ export interface FieldSummary {
|
|
|
2655
2714
|
* @public
|
|
2656
2715
|
*/
|
|
2657
2716
|
namespace: FieldNamespace | undefined;
|
|
2717
|
+
/**
|
|
2718
|
+
* <p>Union of field attributes.</p>
|
|
2719
|
+
* @public
|
|
2720
|
+
*/
|
|
2721
|
+
attributes?: FieldAttributes | undefined;
|
|
2658
2722
|
}
|
|
2659
2723
|
/**
|
|
2660
2724
|
* @public
|
|
@@ -2695,6 +2759,11 @@ export interface UpdateFieldRequest {
|
|
|
2695
2759
|
* @public
|
|
2696
2760
|
*/
|
|
2697
2761
|
description?: string | undefined;
|
|
2762
|
+
/**
|
|
2763
|
+
* <p>Union of field attributes.</p>
|
|
2764
|
+
* @public
|
|
2765
|
+
*/
|
|
2766
|
+
attributes?: FieldAttributes | undefined;
|
|
2698
2767
|
}
|
|
2699
2768
|
/**
|
|
2700
2769
|
* @public
|
|
@@ -135,6 +135,7 @@ export declare var TagResourceRequest$: StaticStructureSchema;
|
|
|
135
135
|
export declare var TagValue$: StaticStructureSchema;
|
|
136
136
|
export declare var TemplateRule$: StaticStructureSchema;
|
|
137
137
|
export declare var TemplateSummary$: StaticStructureSchema;
|
|
138
|
+
export declare var TextAttributes$: StaticStructureSchema;
|
|
138
139
|
export declare var ThrottlingException$: StaticErrorSchema;
|
|
139
140
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
140
141
|
export declare var UpdateCaseRequest$: StaticStructureSchema;
|
|
@@ -154,6 +155,7 @@ export declare var BooleanCondition$: StaticUnionSchema;
|
|
|
154
155
|
export declare var CaseFilter$: StaticUnionSchema;
|
|
155
156
|
export declare var CaseRuleDetails$: StaticUnionSchema;
|
|
156
157
|
export declare var CustomFieldsFilter$: StaticUnionSchema;
|
|
158
|
+
export declare var FieldAttributes$: StaticUnionSchema;
|
|
157
159
|
export declare var FieldFilter$: StaticUnionSchema;
|
|
158
160
|
export declare var FieldValueUnion$: StaticUnionSchema;
|
|
159
161
|
export declare var LayoutContent$: StaticUnionSchema;
|
|
@@ -632,6 +632,7 @@ export interface SearchCasesResponseItem {
|
|
|
632
632
|
export interface SearchCasesResponse {
|
|
633
633
|
nextToken?: string | undefined;
|
|
634
634
|
cases: SearchCasesResponseItem[] | undefined;
|
|
635
|
+
totalCount?: number | undefined;
|
|
635
636
|
}
|
|
636
637
|
export interface UpdateCaseRequest {
|
|
637
638
|
domainId: string | undefined;
|
|
@@ -945,6 +946,26 @@ export interface FieldError {
|
|
|
945
946
|
errorCode: string | undefined;
|
|
946
947
|
message?: string | undefined;
|
|
947
948
|
}
|
|
949
|
+
export interface TextAttributes {
|
|
950
|
+
isMultiline: boolean | undefined;
|
|
951
|
+
}
|
|
952
|
+
export type FieldAttributes =
|
|
953
|
+
| FieldAttributes.TextMember
|
|
954
|
+
| FieldAttributes.$UnknownMember;
|
|
955
|
+
export declare namespace FieldAttributes {
|
|
956
|
+
interface TextMember {
|
|
957
|
+
text: TextAttributes;
|
|
958
|
+
$unknown?: never;
|
|
959
|
+
}
|
|
960
|
+
interface $UnknownMember {
|
|
961
|
+
text?: never;
|
|
962
|
+
$unknown: [string, any];
|
|
963
|
+
}
|
|
964
|
+
interface Visitor<T> {
|
|
965
|
+
text: (value: TextAttributes) => T;
|
|
966
|
+
_: (name: string, value: any) => T;
|
|
967
|
+
}
|
|
968
|
+
}
|
|
948
969
|
export interface GetFieldResponse {
|
|
949
970
|
fieldId: string | undefined;
|
|
950
971
|
name: string | undefined;
|
|
@@ -956,6 +977,7 @@ export interface GetFieldResponse {
|
|
|
956
977
|
deleted?: boolean | undefined;
|
|
957
978
|
createdTime?: Date | undefined;
|
|
958
979
|
lastModifiedTime?: Date | undefined;
|
|
980
|
+
attributes?: FieldAttributes | undefined;
|
|
959
981
|
}
|
|
960
982
|
export interface BatchGetFieldResponse {
|
|
961
983
|
fields: GetFieldResponse[] | undefined;
|
|
@@ -984,6 +1006,7 @@ export interface CreateFieldRequest {
|
|
|
984
1006
|
name: string | undefined;
|
|
985
1007
|
type: FieldType | undefined;
|
|
986
1008
|
description?: string | undefined;
|
|
1009
|
+
attributes?: FieldAttributes | undefined;
|
|
987
1010
|
}
|
|
988
1011
|
export interface CreateFieldResponse {
|
|
989
1012
|
fieldId: string | undefined;
|
|
@@ -1016,6 +1039,7 @@ export interface FieldSummary {
|
|
|
1016
1039
|
name: string | undefined;
|
|
1017
1040
|
type: FieldType | undefined;
|
|
1018
1041
|
namespace: FieldNamespace | undefined;
|
|
1042
|
+
attributes?: FieldAttributes | undefined;
|
|
1019
1043
|
}
|
|
1020
1044
|
export interface ListFieldsResponse {
|
|
1021
1045
|
fields: FieldSummary[] | undefined;
|
|
@@ -1026,6 +1050,7 @@ export interface UpdateFieldRequest {
|
|
|
1026
1050
|
fieldId: string | undefined;
|
|
1027
1051
|
name?: string | undefined;
|
|
1028
1052
|
description?: string | undefined;
|
|
1053
|
+
attributes?: FieldAttributes | undefined;
|
|
1029
1054
|
}
|
|
1030
1055
|
export interface UpdateFieldResponse {}
|
|
1031
1056
|
export interface FieldItem {
|
|
@@ -140,6 +140,7 @@ export declare var TagResourceRequest$: StaticStructureSchema;
|
|
|
140
140
|
export declare var TagValue$: StaticStructureSchema;
|
|
141
141
|
export declare var TemplateRule$: StaticStructureSchema;
|
|
142
142
|
export declare var TemplateSummary$: StaticStructureSchema;
|
|
143
|
+
export declare var TextAttributes$: StaticStructureSchema;
|
|
143
144
|
export declare var ThrottlingException$: StaticErrorSchema;
|
|
144
145
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
145
146
|
export declare var UpdateCaseRequest$: StaticStructureSchema;
|
|
@@ -159,6 +160,7 @@ export declare var BooleanCondition$: StaticUnionSchema;
|
|
|
159
160
|
export declare var CaseFilter$: StaticUnionSchema;
|
|
160
161
|
export declare var CaseRuleDetails$: StaticUnionSchema;
|
|
161
162
|
export declare var CustomFieldsFilter$: StaticUnionSchema;
|
|
163
|
+
export declare var FieldAttributes$: StaticUnionSchema;
|
|
162
164
|
export declare var FieldFilter$: StaticUnionSchema;
|
|
163
165
|
export declare var FieldValueUnion$: StaticUnionSchema;
|
|
164
166
|
export declare var LayoutContent$: StaticUnionSchema;
|
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.983.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connectcases",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.6",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.5",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.6",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.983.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.4",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
36
|
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|