@aws-sdk/client-connectcases 3.928.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.
Files changed (66) hide show
  1. package/dist-cjs/index.js +1928 -2515
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ConnectCasesClient.js +2 -0
  4. package/dist-es/commands/BatchGetCaseRuleCommand.js +3 -9
  5. package/dist-es/commands/BatchGetFieldCommand.js +3 -9
  6. package/dist-es/commands/BatchPutFieldOptionsCommand.js +3 -9
  7. package/dist-es/commands/CreateCaseCommand.js +3 -10
  8. package/dist-es/commands/CreateCaseRuleCommand.js +3 -9
  9. package/dist-es/commands/CreateDomainCommand.js +3 -9
  10. package/dist-es/commands/CreateFieldCommand.js +3 -9
  11. package/dist-es/commands/CreateLayoutCommand.js +3 -9
  12. package/dist-es/commands/CreateRelatedItemCommand.js +3 -10
  13. package/dist-es/commands/CreateTemplateCommand.js +3 -9
  14. package/dist-es/commands/DeleteCaseCommand.js +3 -9
  15. package/dist-es/commands/DeleteCaseRuleCommand.js +3 -9
  16. package/dist-es/commands/DeleteDomainCommand.js +3 -9
  17. package/dist-es/commands/DeleteFieldCommand.js +3 -9
  18. package/dist-es/commands/DeleteLayoutCommand.js +3 -9
  19. package/dist-es/commands/DeleteRelatedItemCommand.js +3 -9
  20. package/dist-es/commands/DeleteTemplateCommand.js +3 -9
  21. package/dist-es/commands/GetCaseAuditEventsCommand.js +3 -10
  22. package/dist-es/commands/GetCaseCommand.js +3 -9
  23. package/dist-es/commands/GetCaseEventConfigurationCommand.js +3 -9
  24. package/dist-es/commands/GetDomainCommand.js +3 -9
  25. package/dist-es/commands/GetLayoutCommand.js +3 -9
  26. package/dist-es/commands/GetTemplateCommand.js +3 -9
  27. package/dist-es/commands/ListCaseRulesCommand.js +3 -9
  28. package/dist-es/commands/ListCasesForContactCommand.js +3 -9
  29. package/dist-es/commands/ListDomainsCommand.js +3 -9
  30. package/dist-es/commands/ListFieldOptionsCommand.js +3 -9
  31. package/dist-es/commands/ListFieldsCommand.js +3 -9
  32. package/dist-es/commands/ListLayoutsCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/ListTemplatesCommand.js +3 -9
  35. package/dist-es/commands/PutCaseEventConfigurationCommand.js +3 -9
  36. package/dist-es/commands/SearchAllRelatedItemsCommand.js +3 -10
  37. package/dist-es/commands/SearchCasesCommand.js +3 -9
  38. package/dist-es/commands/SearchRelatedItemsCommand.js +3 -10
  39. package/dist-es/commands/TagResourceCommand.js +3 -9
  40. package/dist-es/commands/UntagResourceCommand.js +3 -9
  41. package/dist-es/commands/UpdateCaseCommand.js +3 -10
  42. package/dist-es/commands/UpdateCaseRuleCommand.js +3 -9
  43. package/dist-es/commands/UpdateFieldCommand.js +3 -9
  44. package/dist-es/commands/UpdateLayoutCommand.js +3 -9
  45. package/dist-es/commands/UpdateTemplateCommand.js +3 -9
  46. package/dist-es/models/models_0.js +0 -349
  47. package/dist-es/runtimeConfig.shared.js +2 -0
  48. package/dist-es/schemas/schemas_0.js +1832 -0
  49. package/dist-types/ConnectCasesClient.d.ts +10 -1
  50. package/dist-types/models/models_0.d.ts +64 -100
  51. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  52. package/dist-types/runtimeConfig.d.ts +1 -0
  53. package/dist-types/runtimeConfig.native.d.ts +1 -0
  54. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  55. package/dist-types/schemas/schemas_0.d.ts +250 -0
  56. package/dist-types/ts3.4/ConnectCasesClient.d.ts +4 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +0 -71
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -0
  63. package/package.json +33 -34
  64. package/dist-es/protocols/Aws_restJson1.js +0 -1837
  65. package/dist-types/protocols/Aws_restJson1.d.ts +0 -380
  66. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -509
@@ -0,0 +1,1832 @@
1
+ const _ADE = "AccessDeniedException";
2
+ const _AE = "AuditEvent";
3
+ const _AEF = "AuditEventField";
4
+ const _AEFL = "AuditEventFieldList";
5
+ const _AEFVU = "AuditEventFieldValueUnion";
6
+ const _AEL = "AuditEventsList";
7
+ const _AEPB = "AuditEventPerformedBy";
8
+ const _BC = "BooleanCondition";
9
+ const _BCL = "BooleanConditionList";
10
+ const _BGCR = "BatchGetCaseRule";
11
+ const _BGCREL = "BatchGetCaseRuleErrorList";
12
+ const _BGCRL = "BatchGetCaseRuleList";
13
+ const _BGCRR = "BatchGetCaseRuleRequest";
14
+ const _BGCRRa = "BatchGetCaseRuleResponse";
15
+ const _BGF = "BatchGetField";
16
+ const _BGFEL = "BatchGetFieldErrorList";
17
+ const _BGFIL = "BatchGetFieldIdentifierList";
18
+ const _BGFL = "BatchGetFieldList";
19
+ const _BGFR = "BatchGetFieldRequest";
20
+ const _BGFRa = "BatchGetFieldResponse";
21
+ const _BL = "BasicLayout";
22
+ const _BO = "BooleanOperands";
23
+ const _BPFO = "BatchPutFieldOptions";
24
+ const _BPFOR = "BatchPutFieldOptionsRequest";
25
+ const _BPFORa = "BatchPutFieldOptionsResponse";
26
+ const _C = "Contact";
27
+ const _CC = "CommentContent";
28
+ const _CCC = "ConnectCaseContent";
29
+ const _CCF = "ConnectCaseFilter";
30
+ const _CCIC = "ConnectCaseInputContent";
31
+ const _CCR = "CreateCaseRequest";
32
+ const _CCRR = "CreateCaseRuleRequest";
33
+ const _CCRRr = "CreateCaseRuleResponse";
34
+ const _CCRr = "CreateCaseResponse";
35
+ const _CCRre = "CreateCaseRule";
36
+ const _CCo = "ContactContent";
37
+ const _CCr = "CreateCase";
38
+ const _CCu = "CustomContent";
39
+ const _CD = "CreateDomain";
40
+ const _CDR = "CreateDomainRequest";
41
+ const _CDRr = "CreateDomainResponse";
42
+ const _CE = "CustomEntity";
43
+ const _CEID = "CaseEventIncludedData";
44
+ const _CEo = "ConflictException";
45
+ const _CF = "CommentFilter";
46
+ const _CFF = "CustomFieldsFilter";
47
+ const _CFFL = "CustomFieldsFilterList";
48
+ const _CFL = "CaseFilterList";
49
+ const _CFR = "CreateFieldRequest";
50
+ const _CFRr = "CreateFieldResponse";
51
+ const _CFa = "CaseFilter";
52
+ const _CFo = "ContactFilter";
53
+ const _CFr = "CreateField";
54
+ const _CFu = "CustomFilter";
55
+ const _CIC = "CustomInputContent";
56
+ const _CL = "CreateLayout";
57
+ const _CLR = "CreateLayoutRequest";
58
+ const _CLRr = "CreateLayoutResponse";
59
+ const _CRD = "CaseRuleDetails";
60
+ const _CRE = "CaseRuleError";
61
+ const _CRI = "CaseRuleIdentifier";
62
+ const _CRIL = "CaseRuleIdentifierList";
63
+ const _CRIR = "CreateRelatedItemRequest";
64
+ const _CRIRr = "CreateRelatedItemResponse";
65
+ const _CRIr = "CreateRelatedItem";
66
+ const _CRS = "CaseRuleSummary";
67
+ const _CRSL = "CaseRuleSummaryList";
68
+ const _CS = "CaseSummary";
69
+ const _CSL = "CaseSummaryList";
70
+ const _CT = "CreateTemplate";
71
+ const _CTR = "CreateTemplateRequest";
72
+ const _CTRr = "CreateTemplateResponse";
73
+ const _DC = "DeleteCase";
74
+ const _DCR = "DeleteCaseRequest";
75
+ const _DCRR = "DeleteCaseRuleRequest";
76
+ const _DCRRe = "DeleteCaseRuleResponse";
77
+ const _DCRe = "DeleteCaseResponse";
78
+ const _DCRel = "DeleteCaseRule";
79
+ const _DD = "DeleteDomain";
80
+ const _DDR = "DeleteDomainRequest";
81
+ const _DDRe = "DeleteDomainResponse";
82
+ const _DF = "DeleteField";
83
+ const _DFR = "DeleteFieldRequest";
84
+ const _DFRe = "DeleteFieldResponse";
85
+ const _DL = "DeleteLayout";
86
+ const _DLR = "DeleteLayoutRequest";
87
+ const _DLRe = "DeleteLayoutResponse";
88
+ const _DRI = "DeleteRelatedItem";
89
+ const _DRIR = "DeleteRelatedItemRequest";
90
+ const _DRIRe = "DeleteRelatedItemResponse";
91
+ const _DS = "DomainSummary";
92
+ const _DSL = "DomainSummaryList";
93
+ const _DT = "DeleteTemplate";
94
+ const _DTR = "DeleteTemplateRequest";
95
+ const _DTRe = "DeleteTemplateResponse";
96
+ const _EBC = "EventBridgeConfiguration";
97
+ const _EFV = "EmptyFieldValue";
98
+ const _EID = "EventIncludedData";
99
+ const _EOV = "EmptyOperandValue";
100
+ const _FC = "FileContent";
101
+ const _FE = "FieldError";
102
+ const _FF = "FileFilter";
103
+ const _FFi = "FieldFilter";
104
+ const _FG = "FieldGroup";
105
+ const _FI = "FieldIdentifier";
106
+ const _FIL = "FieldIdentifierList";
107
+ const _FIi = "FieldItem";
108
+ const _FL = "FieldList";
109
+ const _FO = "FieldOption";
110
+ const _FOCR = "FieldOptionsCaseRule";
111
+ const _FOE = "FieldOptionError";
112
+ const _FOEL = "FieldOptionErrorList";
113
+ const _FOL = "FieldOptionsList";
114
+ const _FS = "FieldSummary";
115
+ const _FSL = "FieldSummaryList";
116
+ const _FV = "FieldValue";
117
+ const _FVL = "FieldValueList";
118
+ const _FVU = "FieldValueUnion";
119
+ const _GC = "GetCase";
120
+ const _GCAE = "GetCaseAuditEvents";
121
+ const _GCAER = "GetCaseAuditEventsRequest";
122
+ const _GCAERe = "GetCaseAuditEventsResponse";
123
+ const _GCEC = "GetCaseEventConfiguration";
124
+ const _GCECR = "GetCaseEventConfigurationRequest";
125
+ const _GCECRe = "GetCaseEventConfigurationResponse";
126
+ const _GCR = "GetCaseRequest";
127
+ const _GCRR = "GetCaseRuleResponse";
128
+ const _GCRe = "GetCaseResponse";
129
+ const _GD = "GetDomain";
130
+ const _GDR = "GetDomainRequest";
131
+ const _GDRe = "GetDomainResponse";
132
+ const _GFR = "GetFieldResponse";
133
+ const _GL = "GetLayout";
134
+ const _GLR = "GetLayoutRequest";
135
+ const _GLRe = "GetLayoutResponse";
136
+ const _GT = "GetTemplate";
137
+ const _GTR = "GetTemplateRequest";
138
+ const _GTRe = "GetTemplateResponse";
139
+ const _HCR = "HiddenCaseRule";
140
+ const _ISE = "InternalServerException";
141
+ const _LC = "LayoutConfiguration";
142
+ const _LCFC = "ListCasesForContact";
143
+ const _LCFCR = "ListCasesForContactRequest";
144
+ const _LCFCRi = "ListCasesForContactResponse";
145
+ const _LCR = "ListCaseRules";
146
+ const _LCRR = "ListCaseRulesRequest";
147
+ const _LCRRi = "ListCaseRulesResponse";
148
+ const _LCa = "LayoutContent";
149
+ const _LD = "ListDomains";
150
+ const _LDR = "ListDomainsRequest";
151
+ const _LDRi = "ListDomainsResponse";
152
+ const _LF = "ListFields";
153
+ const _LFO = "ListFieldOptions";
154
+ const _LFOR = "ListFieldOptionsRequest";
155
+ const _LFORi = "ListFieldOptionsResponse";
156
+ const _LFR = "ListFieldsRequest";
157
+ const _LFRi = "ListFieldsResponse";
158
+ const _LL = "ListLayouts";
159
+ const _LLR = "ListLayoutsRequest";
160
+ const _LLRi = "ListLayoutsResponse";
161
+ const _LS = "LayoutSections";
162
+ const _LSL = "LayoutSummaryList";
163
+ const _LSa = "LayoutSummary";
164
+ const _LT = "ListTemplates";
165
+ const _LTFR = "ListTagsForResource";
166
+ const _LTFRR = "ListTagsForResourceRequest";
167
+ const _LTFRRi = "ListTagsForResourceResponse";
168
+ const _LTR = "ListTemplatesRequest";
169
+ const _LTRi = "ListTemplatesResponse";
170
+ const _OO = "OperandOne";
171
+ const _OT = "OperandTwo";
172
+ const _PCEC = "PutCaseEventConfiguration";
173
+ const _PCECR = "PutCaseEventConfigurationRequest";
174
+ const _PCECRu = "PutCaseEventConfigurationResponse";
175
+ const _PCFOM = "ParentChildFieldOptionsMapping";
176
+ const _PCFOML = "ParentChildFieldOptionsMappingList";
177
+ const _RA = "Retry-After";
178
+ const _RCR = "RequiredCaseRule";
179
+ const _RF = "RequiredField";
180
+ const _RFL = "RequiredFieldList";
181
+ const _RIC = "RelatedItemContent";
182
+ const _RIEID = "RelatedItemEventIncludedData";
183
+ const _RIFL = "RelatedItemFilterList";
184
+ const _RIIC = "RelatedItemInputContent";
185
+ const _RITF = "RelatedItemTypeFilter";
186
+ const _RNFE = "ResourceNotFoundException";
187
+ const _S = "Sort";
188
+ const _SARI = "SearchAllRelatedItems";
189
+ const _SARIR = "SearchAllRelatedItemsRequest";
190
+ const _SARIRI = "SearchAllRelatedItemsResponseItem";
191
+ const _SARIRIL = "SearchAllRelatedItemsResponseItemList";
192
+ const _SARIRe = "SearchAllRelatedItemsResponse";
193
+ const _SARIS = "SearchAllRelatedItemsSort";
194
+ const _SARISL = "SearchAllRelatedItemsSortList";
195
+ const _SC = "SlaConfiguration";
196
+ const _SCR = "SearchCasesRequest";
197
+ const _SCRI = "SearchCasesResponseItem";
198
+ const _SCRIL = "SearchCasesResponseItemList";
199
+ const _SCRe = "SearchCasesResponse";
200
+ const _SCe = "SearchCases";
201
+ const _SCl = "SlaContent";
202
+ const _SF = "SlaFilter";
203
+ const _SFVUL = "SlaFieldValueUnionList";
204
+ const _SIC = "SlaInputConfiguration";
205
+ const _SICl = "SlaInputContent";
206
+ const _SL = "SectionsList";
207
+ const _SLo = "SortList";
208
+ const _SN = "SlaName";
209
+ const _SQEE = "ServiceQuotaExceededException";
210
+ const _SRI = "SearchRelatedItems";
211
+ const _SRIR = "SearchRelatedItemsRequest";
212
+ const _SRIRI = "SearchRelatedItemsResponseItem";
213
+ const _SRIRIL = "SearchRelatedItemsResponseItemList";
214
+ const _SRIRe = "SearchRelatedItemsResponse";
215
+ const _Se = "Section";
216
+ const _T = "Tags";
217
+ const _TCRL = "TemplateCaseRuleList";
218
+ const _TE = "ThrottlingException";
219
+ const _TR = "TemplateRule";
220
+ const _TRR = "TagResourceRequest";
221
+ const _TRa = "TagResource";
222
+ const _TS = "TemplateSummary";
223
+ const _TSL = "TemplateSummaryList";
224
+ const _UC = "UpdateCase";
225
+ const _UCR = "UpdateCaseRequest";
226
+ const _UCRR = "UpdateCaseRuleRequest";
227
+ const _UCRRp = "UpdateCaseRuleResponse";
228
+ const _UCRp = "UpdateCaseResponse";
229
+ const _UCRpd = "UpdateCaseRule";
230
+ const _UF = "UpdateField";
231
+ const _UFR = "UpdateFieldRequest";
232
+ const _UFRp = "UpdateFieldResponse";
233
+ const _UL = "UpdateLayout";
234
+ const _ULR = "UpdateLayoutRequest";
235
+ const _ULRp = "UpdateLayoutResponse";
236
+ const _UR = "UntagResource";
237
+ const _URR = "UntagResourceRequest";
238
+ const _UT = "UpdateTemplate";
239
+ const _UTR = "UpdateTemplateRequest";
240
+ const _UTRp = "UpdateTemplateResponse";
241
+ const _UU = "UserUnion";
242
+ const _VE = "ValidationException";
243
+ const _a = "active";
244
+ const _aA = "andAll";
245
+ const _aE = "auditEvents";
246
+ const _aT = "associationTime";
247
+ const _ar = "arn";
248
+ const _b = "body";
249
+ const _bV = "booleanValue";
250
+ const _ba = "basic";
251
+ const _c = "client";
252
+ const _cA = "contactArn";
253
+ const _cAa = "caseArn";
254
+ const _cC = "connectCase";
255
+ const _cD = "caseData";
256
+ const _cE = "customEntity";
257
+ const _cFI = "childFieldId";
258
+ const _cFOV = "childFieldOptionValues";
259
+ const _cI = "caseId";
260
+ const _cR = "caseRules";
261
+ const _cRA = "caseRuleArn";
262
+ const _cRI = "caseRuleId";
263
+ const _cT = "contentType";
264
+ const _cTST = "connectedToSystemTime";
265
+ const _cTl = "clientToken";
266
+ const _cTo = "completionTime";
267
+ const _cTr = "createdTime";
268
+ const _ca = "cases";
269
+ const _ch = "channel";
270
+ const _co = "content";
271
+ const _com = "comment";
272
+ const _con = "conditions";
273
+ const _cont = "contains";
274
+ const _conta = "contact";
275
+ const _cu = "custom";
276
+ const _d = "description";
277
+ const _dA = "domainArn";
278
+ const _dI = "domainId";
279
+ const _dL = "defaultLayout";
280
+ const _dS = "domainStatus";
281
+ const _dV = "defaultValue";
282
+ const _dVo = "doubleValue";
283
+ const _de = "deleted";
284
+ const _do = "domains";
285
+ const _e = "error";
286
+ const _eB = "eventBridge";
287
+ const _eC = "errorCode";
288
+ const _eFI = "eventFieldId";
289
+ const _eI = "eventId";
290
+ const _eT = "equalTo";
291
+ const _eV = "emptyValue";
292
+ const _en = "enabled";
293
+ const _er = "errors";
294
+ const _f = "fields";
295
+ const _fA = "fieldArn";
296
+ const _fAi = "fileArn";
297
+ const _fG = "fieldGroup";
298
+ const _fI = "fieldId";
299
+ const _fO = "fieldOptions";
300
+ const _fi = "filters";
301
+ const _fie = "field";
302
+ const _fil = "filter";
303
+ const _file = "file";
304
+ const _gT = "greaterThan";
305
+ const _gTOET = "greaterThanOrEqualTo";
306
+ const _h = "hidden";
307
+ const _hE = "httpError";
308
+ const _hH = "httpHeader";
309
+ const _hQ = "httpQuery";
310
+ const _ht = "http";
311
+ const _i = "id";
312
+ const _iC = "includeContent";
313
+ const _iD = "includedData";
314
+ const _iPA = "iamPrincipalArn";
315
+ const _l = "layouts";
316
+ const _lA = "layoutArn";
317
+ const _lC = "layoutConfiguration";
318
+ const _lI = "layoutId";
319
+ const _lMT = "lastModifiedTime";
320
+ const _lT = "lessThan";
321
+ const _lTOET = "lessThanOrEqualTo";
322
+ const _m = "message";
323
+ const _mI = "moreInfo";
324
+ const _mR = "maxResults";
325
+ const _n = "name";
326
+ const _nET = "notEqualTo";
327
+ const _nT = "nextToken";
328
+ const _nV = "newValue";
329
+ const _na = "namespace";
330
+ const _no = "not";
331
+ const _o = "options";
332
+ const _oA = "orAll";
333
+ const _oO = "operandOne";
334
+ const _oT = "operandTwo";
335
+ const _oV = "oldValue";
336
+ const _pB = "performedBy";
337
+ const _pCFOM = "parentChildFieldOptionsMappings";
338
+ const _pFI = "parentFieldId";
339
+ const _pFOV = "parentFieldOptionValue";
340
+ const _pT = "performedTime";
341
+ const _r = "result";
342
+ const _rAS = "retryAfterSeconds";
343
+ const _rF = "requiredFields";
344
+ const _rI = "resourceId";
345
+ const _rIA = "relatedItemArn";
346
+ const _rID = "relatedItemData";
347
+ const _rII = "relatedItemId";
348
+ const _rIT = "relatedItemType";
349
+ const _rIe = "relatedItems";
350
+ const _rT = "ruleType";
351
+ const _rTe = "resourceType";
352
+ const _re = "required";
353
+ const _ru = "rule";
354
+ const _rul = "rules";
355
+ const _s = "status";
356
+ const _sC = "slaConfiguration";
357
+ const _sIC = "slaInputConfiguration";
358
+ const _sO = "sortOrder";
359
+ const _sP = "sortProperty";
360
+ const _sT = "searchTerm";
361
+ const _sV = "stringValue";
362
+ const _se = "server";
363
+ const _sec = "sections";
364
+ const _sl = "sla";
365
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.connectcases";
366
+ const _so = "sorts";
367
+ const _sp = "sparse";
368
+ const _t = "type";
369
+ const _tA = "templateArn";
370
+ const _tFV = "targetFieldValues";
371
+ const _tI = "templateId";
372
+ const _tK = "tagKeys";
373
+ const _tP = "topPanel";
374
+ const _tSM = "targetSlaMinutes";
375
+ const _tT = "targetTime";
376
+ const _ta = "tags";
377
+ const _te = "templates";
378
+ const _u = "user";
379
+ const _uA = "userArn";
380
+ const _uAV = "userArnValue";
381
+ const _uCR = "unprocessedCaseRules";
382
+ const _v = "value";
383
+ const _va = "values";
384
+ const n0 = "com.amazonaws.connectcases";
385
+ import { TypeRegistry } from "@smithy/core/schema";
386
+ import { ConnectCasesServiceException as __ConnectCasesServiceException } from "../models/ConnectCasesServiceException";
387
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
388
+ export var CustomEntity = [0, n0, _CE, 8, 0];
389
+ export var SlaName = [0, n0, _SN, 8, 0];
390
+ export var AccessDeniedException = [
391
+ -3,
392
+ n0,
393
+ _ADE,
394
+ {
395
+ [_e]: _c,
396
+ [_hE]: 403,
397
+ },
398
+ [_m],
399
+ [0],
400
+ ];
401
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
402
+ export var AuditEvent = [
403
+ 3,
404
+ n0,
405
+ _AE,
406
+ 0,
407
+ [_eI, _t, _rIT, _pT, _f, _pB],
408
+ [0, 0, 0, 5, [() => AuditEventFieldList, 0], [() => AuditEventPerformedBy, 0]],
409
+ ];
410
+ export var AuditEventField = [
411
+ 3,
412
+ n0,
413
+ _AEF,
414
+ 0,
415
+ [_eFI, _oV, _nV],
416
+ [0, () => AuditEventFieldValueUnion, () => AuditEventFieldValueUnion],
417
+ ];
418
+ export var AuditEventPerformedBy = [3, n0, _AEPB, 0, [_u, _iPA], [[() => UserUnion, 0], 0]];
419
+ export var BasicLayout = [
420
+ 3,
421
+ n0,
422
+ _BL,
423
+ 0,
424
+ [_tP, _mI],
425
+ [() => LayoutSections, () => LayoutSections],
426
+ ];
427
+ export var BatchGetCaseRuleRequest = [
428
+ 3,
429
+ n0,
430
+ _BGCRR,
431
+ 0,
432
+ [_dI, _cR],
433
+ [[0, 1], () => CaseRuleIdentifierList],
434
+ ];
435
+ export var BatchGetCaseRuleResponse = [
436
+ 3,
437
+ n0,
438
+ _BGCRRa,
439
+ 0,
440
+ [_cR, _er, _uCR],
441
+ [[() => BatchGetCaseRuleList, 0], () => BatchGetCaseRuleErrorList, 64 | 0],
442
+ ];
443
+ export var BatchGetFieldRequest = [
444
+ 3,
445
+ n0,
446
+ _BGFR,
447
+ 0,
448
+ [_dI, _f],
449
+ [[0, 1], () => BatchGetFieldIdentifierList],
450
+ ];
451
+ export var BatchGetFieldResponse = [
452
+ 3,
453
+ n0,
454
+ _BGFRa,
455
+ 0,
456
+ [_f, _er],
457
+ [[() => BatchGetFieldList, 0], () => BatchGetFieldErrorList],
458
+ ];
459
+ export var BatchPutFieldOptionsRequest = [
460
+ 3,
461
+ n0,
462
+ _BPFOR,
463
+ 0,
464
+ [_dI, _fI, _o],
465
+ [[0, 1], [0, 1], () => FieldOptionsList],
466
+ ];
467
+ export var BatchPutFieldOptionsResponse = [
468
+ 3,
469
+ n0,
470
+ _BPFORa,
471
+ 0,
472
+ [_er],
473
+ [() => FieldOptionErrorList],
474
+ ];
475
+ export var BooleanOperands = [
476
+ 3,
477
+ n0,
478
+ _BO,
479
+ 0,
480
+ [_oO, _oT, _r],
481
+ [() => OperandOne, () => OperandTwo, 2],
482
+ ];
483
+ export var CaseEventIncludedData = [3, n0, _CEID, 0, [_f], [() => FieldIdentifierList]];
484
+ export var CaseRuleError = [3, n0, _CRE, 0, [_i, _eC, _m], [0, 0, 0]];
485
+ export var CaseRuleIdentifier = [3, n0, _CRI, 0, [_i], [0]];
486
+ export var CaseRuleSummary = [3, n0, _CRS, 0, [_cRI, _n, _cRA, _rT, _d], [0, 0, 0, 0, 0]];
487
+ export var CaseSummary = [3, n0, _CS, 0, [_cI, _tI], [0, 0]];
488
+ export var CommentContent = [3, n0, _CC, 0, [_b, _cT], [0, 0]];
489
+ export var CommentFilter = [3, n0, _CF, 0, [], []];
490
+ export var ConflictException = [
491
+ -3,
492
+ n0,
493
+ _CEo,
494
+ {
495
+ [_e]: _c,
496
+ [_hE]: 409,
497
+ },
498
+ [_m],
499
+ [0],
500
+ ];
501
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
502
+ export var ConnectCaseContent = [3, n0, _CCC, 0, [_cI], [0]];
503
+ export var ConnectCaseFilter = [3, n0, _CCF, 0, [_cI], [0]];
504
+ export var ConnectCaseInputContent = [3, n0, _CCIC, 0, [_cI], [0]];
505
+ export var Contact = [3, n0, _C, 0, [_cA], [0]];
506
+ export var ContactContent = [3, n0, _CCo, 0, [_cA, _ch, _cTST], [0, 0, 5]];
507
+ export var ContactFilter = [3, n0, _CFo, 0, [_ch, _cA], [64 | 0, 0]];
508
+ export var CreateCaseRequest = [
509
+ 3,
510
+ n0,
511
+ _CCR,
512
+ 0,
513
+ [_dI, _tI, _f, _cTl, _pB],
514
+ [[0, 1], 0, () => FieldValueList, [0, 4], [() => UserUnion, 0]],
515
+ ];
516
+ export var CreateCaseResponse = [3, n0, _CCRr, 0, [_cI, _cAa], [0, 0]];
517
+ export var CreateCaseRuleRequest = [
518
+ 3,
519
+ n0,
520
+ _CCRR,
521
+ 0,
522
+ [_dI, _n, _d, _ru],
523
+ [[0, 1], 0, 0, () => CaseRuleDetails],
524
+ ];
525
+ export var CreateCaseRuleResponse = [3, n0, _CCRRr, 0, [_cRI, _cRA], [0, 0]];
526
+ export var CreateDomainRequest = [3, n0, _CDR, 0, [_n], [0]];
527
+ export var CreateDomainResponse = [3, n0, _CDRr, 0, [_dI, _dA, _dS], [0, 0, 0]];
528
+ export var CreateFieldRequest = [3, n0, _CFR, 0, [_dI, _n, _t, _d], [[0, 1], 0, 0, 0]];
529
+ export var CreateFieldResponse = [3, n0, _CFRr, 0, [_fI, _fA], [0, 0]];
530
+ export var CreateLayoutRequest = [
531
+ 3,
532
+ n0,
533
+ _CLR,
534
+ 0,
535
+ [_dI, _n, _co],
536
+ [[0, 1], 0, () => LayoutContent],
537
+ ];
538
+ export var CreateLayoutResponse = [3, n0, _CLRr, 0, [_lI, _lA], [0, 0]];
539
+ export var CreateRelatedItemRequest = [
540
+ 3,
541
+ n0,
542
+ _CRIR,
543
+ 0,
544
+ [_dI, _cI, _t, _co, _pB],
545
+ [[0, 1], [0, 1], 0, [() => RelatedItemInputContent, 0], [() => UserUnion, 0]],
546
+ ];
547
+ export var CreateRelatedItemResponse = [3, n0, _CRIRr, 0, [_rII, _rIA], [0, 0]];
548
+ export var CreateTemplateRequest = [
549
+ 3,
550
+ n0,
551
+ _CTR,
552
+ 0,
553
+ [_dI, _n, _d, _lC, _rF, _s, _rul],
554
+ [[0, 1], 0, 0, () => LayoutConfiguration, () => RequiredFieldList, 0, () => TemplateCaseRuleList],
555
+ ];
556
+ export var CreateTemplateResponse = [3, n0, _CTRr, 0, [_tI, _tA], [0, 0]];
557
+ export var CustomContent = [3, n0, _CCu, 0, [_f], [() => FieldValueList]];
558
+ export var CustomFilter = [3, n0, _CFu, 0, [_f], [() => CustomFieldsFilter]];
559
+ export var CustomInputContent = [3, n0, _CIC, 0, [_f], [() => FieldValueList]];
560
+ export var DeleteCaseRequest = [
561
+ 3,
562
+ n0,
563
+ _DCR,
564
+ 0,
565
+ [_dI, _cI],
566
+ [
567
+ [0, 1],
568
+ [0, 1],
569
+ ],
570
+ ];
571
+ export var DeleteCaseResponse = [3, n0, _DCRe, 0, [], []];
572
+ export var DeleteCaseRuleRequest = [
573
+ 3,
574
+ n0,
575
+ _DCRR,
576
+ 0,
577
+ [_dI, _cRI],
578
+ [
579
+ [0, 1],
580
+ [0, 1],
581
+ ],
582
+ ];
583
+ export var DeleteCaseRuleResponse = [3, n0, _DCRRe, 0, [], []];
584
+ export var DeleteDomainRequest = [3, n0, _DDR, 0, [_dI], [[0, 1]]];
585
+ export var DeleteDomainResponse = [3, n0, _DDRe, 0, [], []];
586
+ export var DeleteFieldRequest = [
587
+ 3,
588
+ n0,
589
+ _DFR,
590
+ 0,
591
+ [_dI, _fI],
592
+ [
593
+ [0, 1],
594
+ [0, 1],
595
+ ],
596
+ ];
597
+ export var DeleteFieldResponse = [3, n0, _DFRe, 0, [], []];
598
+ export var DeleteLayoutRequest = [
599
+ 3,
600
+ n0,
601
+ _DLR,
602
+ 0,
603
+ [_dI, _lI],
604
+ [
605
+ [0, 1],
606
+ [0, 1],
607
+ ],
608
+ ];
609
+ export var DeleteLayoutResponse = [3, n0, _DLRe, 0, [], []];
610
+ export var DeleteRelatedItemRequest = [
611
+ 3,
612
+ n0,
613
+ _DRIR,
614
+ 0,
615
+ [_dI, _cI, _rII],
616
+ [
617
+ [0, 1],
618
+ [0, 1],
619
+ [0, 1],
620
+ ],
621
+ ];
622
+ export var DeleteRelatedItemResponse = [3, n0, _DRIRe, 0, [], []];
623
+ export var DeleteTemplateRequest = [
624
+ 3,
625
+ n0,
626
+ _DTR,
627
+ 0,
628
+ [_dI, _tI],
629
+ [
630
+ [0, 1],
631
+ [0, 1],
632
+ ],
633
+ ];
634
+ export var DeleteTemplateResponse = [3, n0, _DTRe, 0, [], []];
635
+ export var DomainSummary = [3, n0, _DS, 0, [_dI, _dA, _n], [0, 0, 0]];
636
+ export var EmptyFieldValue = [3, n0, _EFV, 0, [], []];
637
+ export var EmptyOperandValue = [3, n0, _EOV, 0, [], []];
638
+ export var EventBridgeConfiguration = [3, n0, _EBC, 0, [_en, _iD], [2, () => EventIncludedData]];
639
+ export var EventIncludedData = [
640
+ 3,
641
+ n0,
642
+ _EID,
643
+ 0,
644
+ [_cD, _rID],
645
+ [() => CaseEventIncludedData, () => RelatedItemEventIncludedData],
646
+ ];
647
+ export var FieldError = [3, n0, _FE, 0, [_i, _eC, _m], [0, 0, 0]];
648
+ export var FieldGroup = [3, n0, _FG, 0, [_n, _f], [0, () => FieldList]];
649
+ export var FieldIdentifier = [3, n0, _FI, 0, [_i], [0]];
650
+ export var FieldItem = [3, n0, _FIi, 0, [_i], [0]];
651
+ export var FieldOption = [3, n0, _FO, 0, [_n, _v, _a], [0, 0, 2]];
652
+ export var FieldOptionError = [3, n0, _FOE, 0, [_m, _eC, _v], [0, 0, 0]];
653
+ export var FieldOptionsCaseRule = [
654
+ 3,
655
+ n0,
656
+ _FOCR,
657
+ 0,
658
+ [_pFI, _cFI, _pCFOM],
659
+ [0, 0, () => ParentChildFieldOptionsMappingList],
660
+ ];
661
+ export var FieldSummary = [3, n0, _FS, 0, [_fI, _fA, _n, _t, _na], [0, 0, 0, 0, 0]];
662
+ export var FieldValue = [3, n0, _FV, 0, [_i, _v], [0, () => FieldValueUnion]];
663
+ export var FileContent = [3, n0, _FC, 0, [_fAi], [0]];
664
+ export var FileFilter = [3, n0, _FF, 0, [_fAi], [0]];
665
+ export var GetCaseAuditEventsRequest = [
666
+ 3,
667
+ n0,
668
+ _GCAER,
669
+ 0,
670
+ [_cI, _dI, _mR, _nT],
671
+ [[0, 1], [0, 1], 1, 0],
672
+ ];
673
+ export var GetCaseAuditEventsResponse = [
674
+ 3,
675
+ n0,
676
+ _GCAERe,
677
+ 0,
678
+ [_nT, _aE],
679
+ [0, [() => AuditEventsList, 0]],
680
+ ];
681
+ export var GetCaseEventConfigurationRequest = [3, n0, _GCECR, 0, [_dI], [[0, 1]]];
682
+ export var GetCaseEventConfigurationResponse = [
683
+ 3,
684
+ n0,
685
+ _GCECRe,
686
+ 0,
687
+ [_eB],
688
+ [() => EventBridgeConfiguration],
689
+ ];
690
+ export var GetCaseRequest = [
691
+ 3,
692
+ n0,
693
+ _GCR,
694
+ 0,
695
+ [_cI, _dI, _f, _nT],
696
+ [[0, 1], [0, 1], () => FieldIdentifierList, 0],
697
+ ];
698
+ export var GetCaseResponse = [
699
+ 3,
700
+ n0,
701
+ _GCRe,
702
+ 0,
703
+ [_f, _tI, _nT, _ta],
704
+ [() => FieldValueList, 0, 0, [() => Tags, 0]],
705
+ ];
706
+ export var GetCaseRuleResponse = [
707
+ 3,
708
+ n0,
709
+ _GCRR,
710
+ 0,
711
+ [_cRI, _n, _cRA, _ru, _d, _de, _cTr, _lMT, _ta],
712
+ [0, 0, 0, () => CaseRuleDetails, 0, 2, 5, 5, [() => Tags, 0]],
713
+ ];
714
+ export var GetDomainRequest = [3, n0, _GDR, 0, [_dI], [[0, 1]]];
715
+ export var GetDomainResponse = [
716
+ 3,
717
+ n0,
718
+ _GDRe,
719
+ 0,
720
+ [_dI, _dA, _n, _cTr, _dS, _ta],
721
+ [0, 0, 0, 5, 0, [() => Tags, 0]],
722
+ ];
723
+ export var GetFieldResponse = [
724
+ 3,
725
+ n0,
726
+ _GFR,
727
+ 0,
728
+ [_fI, _n, _fA, _d, _t, _na, _ta, _de, _cTr, _lMT],
729
+ [0, 0, 0, 0, 0, 0, [() => Tags, 0], 2, 5, 5],
730
+ ];
731
+ export var GetLayoutRequest = [
732
+ 3,
733
+ n0,
734
+ _GLR,
735
+ 0,
736
+ [_dI, _lI],
737
+ [
738
+ [0, 1],
739
+ [0, 1],
740
+ ],
741
+ ];
742
+ export var GetLayoutResponse = [
743
+ 3,
744
+ n0,
745
+ _GLRe,
746
+ 0,
747
+ [_lI, _lA, _n, _co, _ta, _de, _cTr, _lMT],
748
+ [0, 0, 0, () => LayoutContent, [() => Tags, 0], 2, 5, 5],
749
+ ];
750
+ export var GetTemplateRequest = [
751
+ 3,
752
+ n0,
753
+ _GTR,
754
+ 0,
755
+ [_dI, _tI],
756
+ [
757
+ [0, 1],
758
+ [0, 1],
759
+ ],
760
+ ];
761
+ export var GetTemplateResponse = [
762
+ 3,
763
+ n0,
764
+ _GTRe,
765
+ 0,
766
+ [_tI, _tA, _n, _d, _lC, _rF, _ta, _s, _de, _cTr, _lMT, _rul],
767
+ [
768
+ 0,
769
+ 0,
770
+ 0,
771
+ 0,
772
+ () => LayoutConfiguration,
773
+ () => RequiredFieldList,
774
+ [() => Tags, 0],
775
+ 0,
776
+ 2,
777
+ 5,
778
+ 5,
779
+ () => TemplateCaseRuleList,
780
+ ],
781
+ ];
782
+ export var HiddenCaseRule = [3, n0, _HCR, 0, [_dV, _con], [2, () => BooleanConditionList]];
783
+ export var InternalServerException = [
784
+ -3,
785
+ n0,
786
+ _ISE,
787
+ {
788
+ [_e]: _se,
789
+ [_hE]: 500,
790
+ },
791
+ [_m, _rAS],
792
+ [
793
+ 0,
794
+ [
795
+ 1,
796
+ {
797
+ [_hH]: _RA,
798
+ },
799
+ ],
800
+ ],
801
+ ];
802
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
803
+ export var LayoutConfiguration = [3, n0, _LC, 0, [_dL], [0]];
804
+ export var LayoutSections = [3, n0, _LS, 0, [_sec], [() => SectionsList]];
805
+ export var LayoutSummary = [3, n0, _LSa, 0, [_lI, _lA, _n], [0, 0, 0]];
806
+ export var ListCaseRulesRequest = [
807
+ 3,
808
+ n0,
809
+ _LCRR,
810
+ 0,
811
+ [_dI, _mR, _nT],
812
+ [
813
+ [0, 1],
814
+ [
815
+ 1,
816
+ {
817
+ [_hQ]: _mR,
818
+ },
819
+ ],
820
+ [
821
+ 0,
822
+ {
823
+ [_hQ]: _nT,
824
+ },
825
+ ],
826
+ ],
827
+ ];
828
+ export var ListCaseRulesResponse = [
829
+ 3,
830
+ n0,
831
+ _LCRRi,
832
+ 0,
833
+ [_cR, _nT],
834
+ [() => CaseRuleSummaryList, 0],
835
+ ];
836
+ export var ListCasesForContactRequest = [
837
+ 3,
838
+ n0,
839
+ _LCFCR,
840
+ 0,
841
+ [_dI, _cA, _mR, _nT],
842
+ [[0, 1], 0, 1, 0],
843
+ ];
844
+ export var ListCasesForContactResponse = [
845
+ 3,
846
+ n0,
847
+ _LCFCRi,
848
+ 0,
849
+ [_ca, _nT],
850
+ [() => CaseSummaryList, 0],
851
+ ];
852
+ export var ListDomainsRequest = [
853
+ 3,
854
+ n0,
855
+ _LDR,
856
+ 0,
857
+ [_mR, _nT],
858
+ [
859
+ [
860
+ 1,
861
+ {
862
+ [_hQ]: _mR,
863
+ },
864
+ ],
865
+ [
866
+ 0,
867
+ {
868
+ [_hQ]: _nT,
869
+ },
870
+ ],
871
+ ],
872
+ ];
873
+ export var ListDomainsResponse = [3, n0, _LDRi, 0, [_do, _nT], [() => DomainSummaryList, 0]];
874
+ export var ListFieldOptionsRequest = [
875
+ 3,
876
+ n0,
877
+ _LFOR,
878
+ 0,
879
+ [_dI, _fI, _mR, _nT, _va],
880
+ [
881
+ [0, 1],
882
+ [0, 1],
883
+ [
884
+ 1,
885
+ {
886
+ [_hQ]: _mR,
887
+ },
888
+ ],
889
+ [
890
+ 0,
891
+ {
892
+ [_hQ]: _nT,
893
+ },
894
+ ],
895
+ [
896
+ 64 | 0,
897
+ {
898
+ [_hQ]: _va,
899
+ },
900
+ ],
901
+ ],
902
+ ];
903
+ export var ListFieldOptionsResponse = [3, n0, _LFORi, 0, [_o, _nT], [() => FieldOptionsList, 0]];
904
+ export var ListFieldsRequest = [
905
+ 3,
906
+ n0,
907
+ _LFR,
908
+ 0,
909
+ [_dI, _mR, _nT],
910
+ [
911
+ [0, 1],
912
+ [
913
+ 1,
914
+ {
915
+ [_hQ]: _mR,
916
+ },
917
+ ],
918
+ [
919
+ 0,
920
+ {
921
+ [_hQ]: _nT,
922
+ },
923
+ ],
924
+ ],
925
+ ];
926
+ export var ListFieldsResponse = [3, n0, _LFRi, 0, [_f, _nT], [() => FieldSummaryList, 0]];
927
+ export var ListLayoutsRequest = [
928
+ 3,
929
+ n0,
930
+ _LLR,
931
+ 0,
932
+ [_dI, _mR, _nT],
933
+ [
934
+ [0, 1],
935
+ [
936
+ 1,
937
+ {
938
+ [_hQ]: _mR,
939
+ },
940
+ ],
941
+ [
942
+ 0,
943
+ {
944
+ [_hQ]: _nT,
945
+ },
946
+ ],
947
+ ],
948
+ ];
949
+ export var ListLayoutsResponse = [3, n0, _LLRi, 0, [_l, _nT], [() => LayoutSummaryList, 0]];
950
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_ar], [[0, 1]]];
951
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [[() => Tags, 0]]];
952
+ export var ListTemplatesRequest = [
953
+ 3,
954
+ n0,
955
+ _LTR,
956
+ 0,
957
+ [_dI, _mR, _nT, _s],
958
+ [
959
+ [0, 1],
960
+ [
961
+ 1,
962
+ {
963
+ [_hQ]: _mR,
964
+ },
965
+ ],
966
+ [
967
+ 0,
968
+ {
969
+ [_hQ]: _nT,
970
+ },
971
+ ],
972
+ [
973
+ 64 | 0,
974
+ {
975
+ [_hQ]: _s,
976
+ },
977
+ ],
978
+ ],
979
+ ];
980
+ export var ListTemplatesResponse = [3, n0, _LTRi, 0, [_te, _nT], [() => TemplateSummaryList, 0]];
981
+ export var ParentChildFieldOptionsMapping = [3, n0, _PCFOM, 0, [_pFOV, _cFOV], [0, 64 | 0]];
982
+ export var PutCaseEventConfigurationRequest = [
983
+ 3,
984
+ n0,
985
+ _PCECR,
986
+ 0,
987
+ [_dI, _eB],
988
+ [[0, 1], () => EventBridgeConfiguration],
989
+ ];
990
+ export var PutCaseEventConfigurationResponse = [3, n0, _PCECRu, 0, [], []];
991
+ export var RelatedItemEventIncludedData = [3, n0, _RIEID, 0, [_iC], [2]];
992
+ export var RequiredCaseRule = [3, n0, _RCR, 0, [_dV, _con], [2, () => BooleanConditionList]];
993
+ export var RequiredField = [3, n0, _RF, 0, [_fI], [0]];
994
+ export var ResourceNotFoundException = [
995
+ -3,
996
+ n0,
997
+ _RNFE,
998
+ {
999
+ [_e]: _c,
1000
+ [_hE]: 404,
1001
+ },
1002
+ [_m, _rI, _rTe],
1003
+ [0, 0, 0],
1004
+ ];
1005
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1006
+ export var SearchAllRelatedItemsRequest = [
1007
+ 3,
1008
+ n0,
1009
+ _SARIR,
1010
+ 0,
1011
+ [_dI, _mR, _nT, _fi, _so],
1012
+ [[0, 1], 1, 0, [() => RelatedItemFilterList, 0], () => SearchAllRelatedItemsSortList],
1013
+ ];
1014
+ export var SearchAllRelatedItemsResponse = [
1015
+ 3,
1016
+ n0,
1017
+ _SARIRe,
1018
+ 0,
1019
+ [_nT, _rIe],
1020
+ [0, [() => SearchAllRelatedItemsResponseItemList, 0]],
1021
+ ];
1022
+ export var SearchAllRelatedItemsResponseItem = [
1023
+ 3,
1024
+ n0,
1025
+ _SARIRI,
1026
+ 0,
1027
+ [_rII, _cI, _t, _aT, _co, _pB, _ta],
1028
+ [0, 0, 0, 5, [() => RelatedItemContent, 0], [() => UserUnion, 0], [() => Tags, 0]],
1029
+ ];
1030
+ export var SearchAllRelatedItemsSort = [3, n0, _SARIS, 0, [_sP, _sO], [0, 0]];
1031
+ export var SearchCasesRequest = [
1032
+ 3,
1033
+ n0,
1034
+ _SCR,
1035
+ 0,
1036
+ [_dI, _mR, _nT, _sT, _fil, _so, _f],
1037
+ [[0, 1], 1, 0, 0, () => CaseFilter, () => SortList, () => FieldIdentifierList],
1038
+ ];
1039
+ export var SearchCasesResponse = [
1040
+ 3,
1041
+ n0,
1042
+ _SCRe,
1043
+ 0,
1044
+ [_nT, _ca],
1045
+ [0, [() => SearchCasesResponseItemList, 0]],
1046
+ ];
1047
+ export var SearchCasesResponseItem = [
1048
+ 3,
1049
+ n0,
1050
+ _SCRI,
1051
+ 0,
1052
+ [_cI, _tI, _f, _ta],
1053
+ [0, 0, () => FieldValueList, [() => Tags, 0]],
1054
+ ];
1055
+ export var SearchRelatedItemsRequest = [
1056
+ 3,
1057
+ n0,
1058
+ _SRIR,
1059
+ 0,
1060
+ [_dI, _cI, _mR, _nT, _fi],
1061
+ [[0, 1], [0, 1], 1, 0, [() => RelatedItemFilterList, 0]],
1062
+ ];
1063
+ export var SearchRelatedItemsResponse = [
1064
+ 3,
1065
+ n0,
1066
+ _SRIRe,
1067
+ 0,
1068
+ [_nT, _rIe],
1069
+ [0, [() => SearchRelatedItemsResponseItemList, 0]],
1070
+ ];
1071
+ export var SearchRelatedItemsResponseItem = [
1072
+ 3,
1073
+ n0,
1074
+ _SRIRI,
1075
+ 0,
1076
+ [_rII, _t, _aT, _co, _ta, _pB],
1077
+ [0, 0, 5, [() => RelatedItemContent, 0], [() => Tags, 0], [() => UserUnion, 0]],
1078
+ ];
1079
+ export var ServiceQuotaExceededException = [
1080
+ -3,
1081
+ n0,
1082
+ _SQEE,
1083
+ {
1084
+ [_e]: _c,
1085
+ [_hE]: 402,
1086
+ },
1087
+ [_m],
1088
+ [0],
1089
+ ];
1090
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1091
+ export var SlaConfiguration = [
1092
+ 3,
1093
+ n0,
1094
+ _SC,
1095
+ 0,
1096
+ [_n, _t, _s, _fI, _tFV, _tT, _cTo],
1097
+ [[() => SlaName, 0], 0, 0, 0, () => SlaFieldValueUnionList, 5, 5],
1098
+ ];
1099
+ export var SlaContent = [3, n0, _SCl, 0, [_sC], [[() => SlaConfiguration, 0]]];
1100
+ export var SlaFilter = [3, n0, _SF, 0, [_n, _s], [[() => SlaName, 0], 0]];
1101
+ export var SlaInputConfiguration = [
1102
+ 3,
1103
+ n0,
1104
+ _SIC,
1105
+ 0,
1106
+ [_n, _t, _fI, _tFV, _tSM],
1107
+ [[() => SlaName, 0], 0, 0, () => SlaFieldValueUnionList, 1],
1108
+ ];
1109
+ export var Sort = [3, n0, _S, 0, [_fI, _sO], [0, 0]];
1110
+ export var TagResourceRequest = [
1111
+ 3,
1112
+ n0,
1113
+ _TRR,
1114
+ 0,
1115
+ [_ar, _ta],
1116
+ [
1117
+ [0, 1],
1118
+ [() => Tags, 0],
1119
+ ],
1120
+ ];
1121
+ export var TemplateRule = [3, n0, _TR, 0, [_cRI, _fI], [0, 0]];
1122
+ export var TemplateSummary = [3, n0, _TS, 0, [_tI, _tA, _n, _s], [0, 0, 0, 0]];
1123
+ export var ThrottlingException = [
1124
+ -3,
1125
+ n0,
1126
+ _TE,
1127
+ {
1128
+ [_e]: _c,
1129
+ [_hE]: 429,
1130
+ },
1131
+ [_m],
1132
+ [0],
1133
+ ];
1134
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1135
+ export var UntagResourceRequest = [
1136
+ 3,
1137
+ n0,
1138
+ _URR,
1139
+ 0,
1140
+ [_ar, _tK],
1141
+ [
1142
+ [0, 1],
1143
+ [
1144
+ 64 | 0,
1145
+ {
1146
+ [_hQ]: _tK,
1147
+ },
1148
+ ],
1149
+ ],
1150
+ ];
1151
+ export var UpdateCaseRequest = [
1152
+ 3,
1153
+ n0,
1154
+ _UCR,
1155
+ 0,
1156
+ [_dI, _cI, _f, _pB],
1157
+ [[0, 1], [0, 1], () => FieldValueList, [() => UserUnion, 0]],
1158
+ ];
1159
+ export var UpdateCaseResponse = [3, n0, _UCRp, 0, [], []];
1160
+ export var UpdateCaseRuleRequest = [
1161
+ 3,
1162
+ n0,
1163
+ _UCRR,
1164
+ 0,
1165
+ [_dI, _cRI, _n, _d, _ru],
1166
+ [[0, 1], [0, 1], 0, 0, () => CaseRuleDetails],
1167
+ ];
1168
+ export var UpdateCaseRuleResponse = [3, n0, _UCRRp, 0, [], []];
1169
+ export var UpdateFieldRequest = [3, n0, _UFR, 0, [_dI, _fI, _n, _d], [[0, 1], [0, 1], 0, 0]];
1170
+ export var UpdateFieldResponse = [3, n0, _UFRp, 0, [], []];
1171
+ export var UpdateLayoutRequest = [
1172
+ 3,
1173
+ n0,
1174
+ _ULR,
1175
+ 0,
1176
+ [_dI, _lI, _n, _co],
1177
+ [[0, 1], [0, 1], 0, () => LayoutContent],
1178
+ ];
1179
+ export var UpdateLayoutResponse = [3, n0, _ULRp, 0, [], []];
1180
+ export var UpdateTemplateRequest = [
1181
+ 3,
1182
+ n0,
1183
+ _UTR,
1184
+ 0,
1185
+ [_dI, _tI, _n, _d, _lC, _rF, _s, _rul],
1186
+ [[0, 1], [0, 1], 0, 0, () => LayoutConfiguration, () => RequiredFieldList, 0, () => TemplateCaseRuleList],
1187
+ ];
1188
+ export var UpdateTemplateResponse = [3, n0, _UTRp, 0, [], []];
1189
+ export var ValidationException = [
1190
+ -3,
1191
+ n0,
1192
+ _VE,
1193
+ {
1194
+ [_e]: _c,
1195
+ [_hE]: 400,
1196
+ },
1197
+ [_m],
1198
+ [0],
1199
+ ];
1200
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1201
+ export var __Unit = "unit";
1202
+ export var ConnectCasesServiceException = [-3, _sm, "ConnectCasesServiceException", 0, [], []];
1203
+ TypeRegistry.for(_sm).registerError(ConnectCasesServiceException, __ConnectCasesServiceException);
1204
+ export var AuditEventFieldList = [
1205
+ 1,
1206
+ n0,
1207
+ _AEFL,
1208
+ {
1209
+ [_sp]: 1,
1210
+ },
1211
+ () => AuditEventField,
1212
+ ];
1213
+ export var AuditEventsList = [
1214
+ 1,
1215
+ n0,
1216
+ _AEL,
1217
+ {
1218
+ [_sp]: 1,
1219
+ },
1220
+ [() => AuditEvent, 0],
1221
+ ];
1222
+ export var BatchGetCaseRuleErrorList = [1, n0, _BGCREL, 0, () => CaseRuleError];
1223
+ export var BatchGetCaseRuleList = [1, n0, _BGCRL, 0, [() => GetCaseRuleResponse, 0]];
1224
+ export var BatchGetCaseRuleUnprocessedList = 64 | 0;
1225
+ export var BatchGetFieldErrorList = [1, n0, _BGFEL, 0, () => FieldError];
1226
+ export var BatchGetFieldIdentifierList = [1, n0, _BGFIL, 0, () => FieldIdentifier];
1227
+ export var BatchGetFieldList = [1, n0, _BGFL, 0, [() => GetFieldResponse, 0]];
1228
+ export var BooleanConditionList = [1, n0, _BCL, 0, () => BooleanCondition];
1229
+ export var CaseFilterList = [1, n0, _CFL, 0, () => CaseFilter];
1230
+ export var CaseRuleIdentifierList = [1, n0, _CRIL, 0, () => CaseRuleIdentifier];
1231
+ export var CaseRuleSummaryList = [1, n0, _CRSL, 0, () => CaseRuleSummary];
1232
+ export var CaseSummaryList = [1, n0, _CSL, 0, () => CaseSummary];
1233
+ export var ChannelList = 64 | 0;
1234
+ export var CustomFieldsFilterList = [1, n0, _CFFL, 0, () => CustomFieldsFilter];
1235
+ export var DomainSummaryList = [1, n0, _DSL, 0, () => DomainSummary];
1236
+ export var FieldIdentifierList = [1, n0, _FIL, 0, () => FieldIdentifier];
1237
+ export var FieldList = [1, n0, _FL, 0, () => FieldItem];
1238
+ export var FieldOptionErrorList = [1, n0, _FOEL, 0, () => FieldOptionError];
1239
+ export var FieldOptionsList = [1, n0, _FOL, 0, () => FieldOption];
1240
+ export var FieldSummaryList = [1, n0, _FSL, 0, () => FieldSummary];
1241
+ export var FieldValueList = [1, n0, _FVL, 0, () => FieldValue];
1242
+ export var LayoutSummaryList = [1, n0, _LSL, 0, () => LayoutSummary];
1243
+ export var ParentChildFieldOptionsMappingList = [
1244
+ 1,
1245
+ n0,
1246
+ _PCFOML,
1247
+ 0,
1248
+ () => ParentChildFieldOptionsMapping,
1249
+ ];
1250
+ export var ParentChildFieldOptionValueList = 64 | 0;
1251
+ export var RelatedItemFilterList = [1, n0, _RIFL, 0, [() => RelatedItemTypeFilter, 0]];
1252
+ export var RequiredFieldList = [1, n0, _RFL, 0, () => RequiredField];
1253
+ export var SearchAllRelatedItemsResponseItemList = [
1254
+ 1,
1255
+ n0,
1256
+ _SARIRIL,
1257
+ {
1258
+ [_sp]: 1,
1259
+ },
1260
+ [() => SearchAllRelatedItemsResponseItem, 0],
1261
+ ];
1262
+ export var SearchAllRelatedItemsSortList = [1, n0, _SARISL, 0, () => SearchAllRelatedItemsSort];
1263
+ export var SearchCasesResponseItemList = [
1264
+ 1,
1265
+ n0,
1266
+ _SCRIL,
1267
+ {
1268
+ [_sp]: 1,
1269
+ },
1270
+ [() => SearchCasesResponseItem, 0],
1271
+ ];
1272
+ export var SearchRelatedItemsResponseItemList = [
1273
+ 1,
1274
+ n0,
1275
+ _SRIRIL,
1276
+ {
1277
+ [_sp]: 1,
1278
+ },
1279
+ [() => SearchRelatedItemsResponseItem, 0],
1280
+ ];
1281
+ export var SectionsList = [1, n0, _SL, 0, () => Section];
1282
+ export var SlaFieldValueUnionList = [1, n0, _SFVUL, 0, () => FieldValueUnion];
1283
+ export var SortList = [1, n0, _SLo, 0, () => Sort];
1284
+ export var TagKeyList = 64 | 0;
1285
+ export var TemplateCaseRuleList = [1, n0, _TCRL, 0, () => TemplateRule];
1286
+ export var TemplateStatusFilters = 64 | 0;
1287
+ export var TemplateSummaryList = [1, n0, _TSL, 0, () => TemplateSummary];
1288
+ export var ValuesList = 64 | 0;
1289
+ export var Tags = [
1290
+ 2,
1291
+ n0,
1292
+ _T,
1293
+ {
1294
+ [_sp]: 1,
1295
+ },
1296
+ 0,
1297
+ 0,
1298
+ ];
1299
+ export var AuditEventFieldValueUnion = [
1300
+ 3,
1301
+ n0,
1302
+ _AEFVU,
1303
+ 0,
1304
+ [_sV, _dVo, _bV, _eV, _uAV],
1305
+ [0, 1, 2, () => EmptyFieldValue, 0],
1306
+ ];
1307
+ export var BooleanCondition = [
1308
+ 3,
1309
+ n0,
1310
+ _BC,
1311
+ 0,
1312
+ [_eT, _nET],
1313
+ [() => BooleanOperands, () => BooleanOperands],
1314
+ ];
1315
+ export var CaseFilter = [
1316
+ 3,
1317
+ n0,
1318
+ _CFa,
1319
+ 0,
1320
+ [_fie, _no, _aA, _oA],
1321
+ [() => FieldFilter, () => CaseFilter, () => CaseFilterList, () => CaseFilterList],
1322
+ ];
1323
+ export var CaseRuleDetails = [
1324
+ 3,
1325
+ n0,
1326
+ _CRD,
1327
+ 0,
1328
+ [_re, _fO, _h],
1329
+ [() => RequiredCaseRule, () => FieldOptionsCaseRule, () => HiddenCaseRule],
1330
+ ];
1331
+ export var CustomFieldsFilter = [
1332
+ 3,
1333
+ n0,
1334
+ _CFF,
1335
+ 0,
1336
+ [_fie, _no, _aA, _oA],
1337
+ [() => FieldFilter, () => CustomFieldsFilter, () => CustomFieldsFilterList, () => CustomFieldsFilterList],
1338
+ ];
1339
+ export var FieldFilter = [
1340
+ 3,
1341
+ n0,
1342
+ _FFi,
1343
+ 0,
1344
+ [_eT, _cont, _gT, _gTOET, _lT, _lTOET],
1345
+ [() => FieldValue, () => FieldValue, () => FieldValue, () => FieldValue, () => FieldValue, () => FieldValue],
1346
+ ];
1347
+ export var FieldValueUnion = [
1348
+ 3,
1349
+ n0,
1350
+ _FVU,
1351
+ 0,
1352
+ [_sV, _dVo, _bV, _eV, _uAV],
1353
+ [0, 1, 2, () => EmptyFieldValue, 0],
1354
+ ];
1355
+ export var LayoutContent = [3, n0, _LCa, 0, [_ba], [() => BasicLayout]];
1356
+ export var OperandOne = [3, n0, _OO, 0, [_fI], [0]];
1357
+ export var OperandTwo = [
1358
+ 3,
1359
+ n0,
1360
+ _OT,
1361
+ 0,
1362
+ [_sV, _bV, _dVo, _eV],
1363
+ [0, 2, 1, () => EmptyOperandValue],
1364
+ ];
1365
+ export var RelatedItemContent = [
1366
+ 3,
1367
+ n0,
1368
+ _RIC,
1369
+ 0,
1370
+ [_conta, _com, _file, _sl, _cC, _cu],
1371
+ [
1372
+ () => ContactContent,
1373
+ () => CommentContent,
1374
+ () => FileContent,
1375
+ [() => SlaContent, 0],
1376
+ () => ConnectCaseContent,
1377
+ () => CustomContent,
1378
+ ],
1379
+ ];
1380
+ export var RelatedItemInputContent = [
1381
+ 3,
1382
+ n0,
1383
+ _RIIC,
1384
+ 0,
1385
+ [_conta, _com, _file, _sl, _cC, _cu],
1386
+ [
1387
+ () => Contact,
1388
+ () => CommentContent,
1389
+ () => FileContent,
1390
+ [() => SlaInputContent, 0],
1391
+ () => ConnectCaseInputContent,
1392
+ () => CustomInputContent,
1393
+ ],
1394
+ ];
1395
+ export var RelatedItemTypeFilter = [
1396
+ 3,
1397
+ n0,
1398
+ _RITF,
1399
+ 0,
1400
+ [_conta, _com, _file, _sl, _cC, _cu],
1401
+ [
1402
+ () => ContactFilter,
1403
+ () => CommentFilter,
1404
+ () => FileFilter,
1405
+ [() => SlaFilter, 0],
1406
+ () => ConnectCaseFilter,
1407
+ () => CustomFilter,
1408
+ ],
1409
+ ];
1410
+ export var Section = [3, n0, _Se, 0, [_fG], [() => FieldGroup]];
1411
+ export var SlaInputContent = [3, n0, _SICl, 0, [_sIC], [[() => SlaInputConfiguration, 0]]];
1412
+ export var UserUnion = [3, n0, _UU, 0, [_uA, _cE], [0, [() => CustomEntity, 0]]];
1413
+ export var BatchGetCaseRule = [
1414
+ 9,
1415
+ n0,
1416
+ _BGCR,
1417
+ {
1418
+ [_ht]: ["POST", "/domains/{domainId}/rules-batch", 200],
1419
+ },
1420
+ () => BatchGetCaseRuleRequest,
1421
+ () => BatchGetCaseRuleResponse,
1422
+ ];
1423
+ export var BatchGetField = [
1424
+ 9,
1425
+ n0,
1426
+ _BGF,
1427
+ {
1428
+ [_ht]: ["POST", "/domains/{domainId}/fields-batch", 200],
1429
+ },
1430
+ () => BatchGetFieldRequest,
1431
+ () => BatchGetFieldResponse,
1432
+ ];
1433
+ export var BatchPutFieldOptions = [
1434
+ 9,
1435
+ n0,
1436
+ _BPFO,
1437
+ {
1438
+ [_ht]: ["PUT", "/domains/{domainId}/fields/{fieldId}/options", 200],
1439
+ },
1440
+ () => BatchPutFieldOptionsRequest,
1441
+ () => BatchPutFieldOptionsResponse,
1442
+ ];
1443
+ export var CreateCase = [
1444
+ 9,
1445
+ n0,
1446
+ _CCr,
1447
+ {
1448
+ [_ht]: ["POST", "/domains/{domainId}/cases", 200],
1449
+ },
1450
+ () => CreateCaseRequest,
1451
+ () => CreateCaseResponse,
1452
+ ];
1453
+ export var CreateCaseRule = [
1454
+ 9,
1455
+ n0,
1456
+ _CCRre,
1457
+ {
1458
+ [_ht]: ["POST", "/domains/{domainId}/case-rules", 200],
1459
+ },
1460
+ () => CreateCaseRuleRequest,
1461
+ () => CreateCaseRuleResponse,
1462
+ ];
1463
+ export var CreateDomain = [
1464
+ 9,
1465
+ n0,
1466
+ _CD,
1467
+ {
1468
+ [_ht]: ["POST", "/domains", 200],
1469
+ },
1470
+ () => CreateDomainRequest,
1471
+ () => CreateDomainResponse,
1472
+ ];
1473
+ export var CreateField = [
1474
+ 9,
1475
+ n0,
1476
+ _CFr,
1477
+ {
1478
+ [_ht]: ["POST", "/domains/{domainId}/fields", 200],
1479
+ },
1480
+ () => CreateFieldRequest,
1481
+ () => CreateFieldResponse,
1482
+ ];
1483
+ export var CreateLayout = [
1484
+ 9,
1485
+ n0,
1486
+ _CL,
1487
+ {
1488
+ [_ht]: ["POST", "/domains/{domainId}/layouts", 200],
1489
+ },
1490
+ () => CreateLayoutRequest,
1491
+ () => CreateLayoutResponse,
1492
+ ];
1493
+ export var CreateRelatedItem = [
1494
+ 9,
1495
+ n0,
1496
+ _CRIr,
1497
+ {
1498
+ [_ht]: ["POST", "/domains/{domainId}/cases/{caseId}/related-items/", 200],
1499
+ },
1500
+ () => CreateRelatedItemRequest,
1501
+ () => CreateRelatedItemResponse,
1502
+ ];
1503
+ export var CreateTemplate = [
1504
+ 9,
1505
+ n0,
1506
+ _CT,
1507
+ {
1508
+ [_ht]: ["POST", "/domains/{domainId}/templates", 200],
1509
+ },
1510
+ () => CreateTemplateRequest,
1511
+ () => CreateTemplateResponse,
1512
+ ];
1513
+ export var DeleteCase = [
1514
+ 9,
1515
+ n0,
1516
+ _DC,
1517
+ {
1518
+ [_ht]: ["DELETE", "/domains/{domainId}/cases/{caseId}", 200],
1519
+ },
1520
+ () => DeleteCaseRequest,
1521
+ () => DeleteCaseResponse,
1522
+ ];
1523
+ export var DeleteCaseRule = [
1524
+ 9,
1525
+ n0,
1526
+ _DCRel,
1527
+ {
1528
+ [_ht]: ["DELETE", "/domains/{domainId}/case-rules/{caseRuleId}", 200],
1529
+ },
1530
+ () => DeleteCaseRuleRequest,
1531
+ () => DeleteCaseRuleResponse,
1532
+ ];
1533
+ export var DeleteDomain = [
1534
+ 9,
1535
+ n0,
1536
+ _DD,
1537
+ {
1538
+ [_ht]: ["DELETE", "/domains/{domainId}", 200],
1539
+ },
1540
+ () => DeleteDomainRequest,
1541
+ () => DeleteDomainResponse,
1542
+ ];
1543
+ export var DeleteField = [
1544
+ 9,
1545
+ n0,
1546
+ _DF,
1547
+ {
1548
+ [_ht]: ["DELETE", "/domains/{domainId}/fields/{fieldId}", 200],
1549
+ },
1550
+ () => DeleteFieldRequest,
1551
+ () => DeleteFieldResponse,
1552
+ ];
1553
+ export var DeleteLayout = [
1554
+ 9,
1555
+ n0,
1556
+ _DL,
1557
+ {
1558
+ [_ht]: ["DELETE", "/domains/{domainId}/layouts/{layoutId}", 200],
1559
+ },
1560
+ () => DeleteLayoutRequest,
1561
+ () => DeleteLayoutResponse,
1562
+ ];
1563
+ export var DeleteRelatedItem = [
1564
+ 9,
1565
+ n0,
1566
+ _DRI,
1567
+ {
1568
+ [_ht]: ["DELETE", "/domains/{domainId}/cases/{caseId}/related-items/{relatedItemId}", 200],
1569
+ },
1570
+ () => DeleteRelatedItemRequest,
1571
+ () => DeleteRelatedItemResponse,
1572
+ ];
1573
+ export var DeleteTemplate = [
1574
+ 9,
1575
+ n0,
1576
+ _DT,
1577
+ {
1578
+ [_ht]: ["DELETE", "/domains/{domainId}/templates/{templateId}", 200],
1579
+ },
1580
+ () => DeleteTemplateRequest,
1581
+ () => DeleteTemplateResponse,
1582
+ ];
1583
+ export var GetCase = [
1584
+ 9,
1585
+ n0,
1586
+ _GC,
1587
+ {
1588
+ [_ht]: ["POST", "/domains/{domainId}/cases/{caseId}", 200],
1589
+ },
1590
+ () => GetCaseRequest,
1591
+ () => GetCaseResponse,
1592
+ ];
1593
+ export var GetCaseAuditEvents = [
1594
+ 9,
1595
+ n0,
1596
+ _GCAE,
1597
+ {
1598
+ [_ht]: ["POST", "/domains/{domainId}/cases/{caseId}/audit-history", 200],
1599
+ },
1600
+ () => GetCaseAuditEventsRequest,
1601
+ () => GetCaseAuditEventsResponse,
1602
+ ];
1603
+ export var GetCaseEventConfiguration = [
1604
+ 9,
1605
+ n0,
1606
+ _GCEC,
1607
+ {
1608
+ [_ht]: ["POST", "/domains/{domainId}/case-event-configuration", 200],
1609
+ },
1610
+ () => GetCaseEventConfigurationRequest,
1611
+ () => GetCaseEventConfigurationResponse,
1612
+ ];
1613
+ export var GetDomain = [
1614
+ 9,
1615
+ n0,
1616
+ _GD,
1617
+ {
1618
+ [_ht]: ["POST", "/domains/{domainId}", 200],
1619
+ },
1620
+ () => GetDomainRequest,
1621
+ () => GetDomainResponse,
1622
+ ];
1623
+ export var GetLayout = [
1624
+ 9,
1625
+ n0,
1626
+ _GL,
1627
+ {
1628
+ [_ht]: ["POST", "/domains/{domainId}/layouts/{layoutId}", 200],
1629
+ },
1630
+ () => GetLayoutRequest,
1631
+ () => GetLayoutResponse,
1632
+ ];
1633
+ export var GetTemplate = [
1634
+ 9,
1635
+ n0,
1636
+ _GT,
1637
+ {
1638
+ [_ht]: ["POST", "/domains/{domainId}/templates/{templateId}", 200],
1639
+ },
1640
+ () => GetTemplateRequest,
1641
+ () => GetTemplateResponse,
1642
+ ];
1643
+ export var ListCaseRules = [
1644
+ 9,
1645
+ n0,
1646
+ _LCR,
1647
+ {
1648
+ [_ht]: ["POST", "/domains/{domainId}/rules-list/", 200],
1649
+ },
1650
+ () => ListCaseRulesRequest,
1651
+ () => ListCaseRulesResponse,
1652
+ ];
1653
+ export var ListCasesForContact = [
1654
+ 9,
1655
+ n0,
1656
+ _LCFC,
1657
+ {
1658
+ [_ht]: ["POST", "/domains/{domainId}/list-cases-for-contact", 200],
1659
+ },
1660
+ () => ListCasesForContactRequest,
1661
+ () => ListCasesForContactResponse,
1662
+ ];
1663
+ export var ListDomains = [
1664
+ 9,
1665
+ n0,
1666
+ _LD,
1667
+ {
1668
+ [_ht]: ["POST", "/domains-list", 200],
1669
+ },
1670
+ () => ListDomainsRequest,
1671
+ () => ListDomainsResponse,
1672
+ ];
1673
+ export var ListFieldOptions = [
1674
+ 9,
1675
+ n0,
1676
+ _LFO,
1677
+ {
1678
+ [_ht]: ["POST", "/domains/{domainId}/fields/{fieldId}/options-list", 200],
1679
+ },
1680
+ () => ListFieldOptionsRequest,
1681
+ () => ListFieldOptionsResponse,
1682
+ ];
1683
+ export var ListFields = [
1684
+ 9,
1685
+ n0,
1686
+ _LF,
1687
+ {
1688
+ [_ht]: ["POST", "/domains/{domainId}/fields-list", 200],
1689
+ },
1690
+ () => ListFieldsRequest,
1691
+ () => ListFieldsResponse,
1692
+ ];
1693
+ export var ListLayouts = [
1694
+ 9,
1695
+ n0,
1696
+ _LL,
1697
+ {
1698
+ [_ht]: ["POST", "/domains/{domainId}/layouts-list", 200],
1699
+ },
1700
+ () => ListLayoutsRequest,
1701
+ () => ListLayoutsResponse,
1702
+ ];
1703
+ export var ListTagsForResource = [
1704
+ 9,
1705
+ n0,
1706
+ _LTFR,
1707
+ {
1708
+ [_ht]: ["GET", "/tags/{arn}", 200],
1709
+ },
1710
+ () => ListTagsForResourceRequest,
1711
+ () => ListTagsForResourceResponse,
1712
+ ];
1713
+ export var ListTemplates = [
1714
+ 9,
1715
+ n0,
1716
+ _LT,
1717
+ {
1718
+ [_ht]: ["POST", "/domains/{domainId}/templates-list", 200],
1719
+ },
1720
+ () => ListTemplatesRequest,
1721
+ () => ListTemplatesResponse,
1722
+ ];
1723
+ export var PutCaseEventConfiguration = [
1724
+ 9,
1725
+ n0,
1726
+ _PCEC,
1727
+ {
1728
+ [_ht]: ["PUT", "/domains/{domainId}/case-event-configuration", 200],
1729
+ },
1730
+ () => PutCaseEventConfigurationRequest,
1731
+ () => PutCaseEventConfigurationResponse,
1732
+ ];
1733
+ export var SearchAllRelatedItems = [
1734
+ 9,
1735
+ n0,
1736
+ _SARI,
1737
+ {
1738
+ [_ht]: ["POST", "/domains/{domainId}/related-items-search", 200],
1739
+ },
1740
+ () => SearchAllRelatedItemsRequest,
1741
+ () => SearchAllRelatedItemsResponse,
1742
+ ];
1743
+ export var SearchCases = [
1744
+ 9,
1745
+ n0,
1746
+ _SCe,
1747
+ {
1748
+ [_ht]: ["POST", "/domains/{domainId}/cases-search", 200],
1749
+ },
1750
+ () => SearchCasesRequest,
1751
+ () => SearchCasesResponse,
1752
+ ];
1753
+ export var SearchRelatedItems = [
1754
+ 9,
1755
+ n0,
1756
+ _SRI,
1757
+ {
1758
+ [_ht]: ["POST", "/domains/{domainId}/cases/{caseId}/related-items-search", 200],
1759
+ },
1760
+ () => SearchRelatedItemsRequest,
1761
+ () => SearchRelatedItemsResponse,
1762
+ ];
1763
+ export var TagResource = [
1764
+ 9,
1765
+ n0,
1766
+ _TRa,
1767
+ {
1768
+ [_ht]: ["POST", "/tags/{arn}", 200],
1769
+ },
1770
+ () => TagResourceRequest,
1771
+ () => __Unit,
1772
+ ];
1773
+ export var UntagResource = [
1774
+ 9,
1775
+ n0,
1776
+ _UR,
1777
+ {
1778
+ [_ht]: ["DELETE", "/tags/{arn}", 200],
1779
+ },
1780
+ () => UntagResourceRequest,
1781
+ () => __Unit,
1782
+ ];
1783
+ export var UpdateCase = [
1784
+ 9,
1785
+ n0,
1786
+ _UC,
1787
+ {
1788
+ [_ht]: ["PUT", "/domains/{domainId}/cases/{caseId}", 200],
1789
+ },
1790
+ () => UpdateCaseRequest,
1791
+ () => UpdateCaseResponse,
1792
+ ];
1793
+ export var UpdateCaseRule = [
1794
+ 9,
1795
+ n0,
1796
+ _UCRpd,
1797
+ {
1798
+ [_ht]: ["PUT", "/domains/{domainId}/case-rules/{caseRuleId}", 200],
1799
+ },
1800
+ () => UpdateCaseRuleRequest,
1801
+ () => UpdateCaseRuleResponse,
1802
+ ];
1803
+ export var UpdateField = [
1804
+ 9,
1805
+ n0,
1806
+ _UF,
1807
+ {
1808
+ [_ht]: ["PUT", "/domains/{domainId}/fields/{fieldId}", 200],
1809
+ },
1810
+ () => UpdateFieldRequest,
1811
+ () => UpdateFieldResponse,
1812
+ ];
1813
+ export var UpdateLayout = [
1814
+ 9,
1815
+ n0,
1816
+ _UL,
1817
+ {
1818
+ [_ht]: ["PUT", "/domains/{domainId}/layouts/{layoutId}", 200],
1819
+ },
1820
+ () => UpdateLayoutRequest,
1821
+ () => UpdateLayoutResponse,
1822
+ ];
1823
+ export var UpdateTemplate = [
1824
+ 9,
1825
+ n0,
1826
+ _UT,
1827
+ {
1828
+ [_ht]: ["PUT", "/domains/{domainId}/templates/{templateId}", 200],
1829
+ },
1830
+ () => UpdateTemplateRequest,
1831
+ () => UpdateTemplateResponse,
1832
+ ];