@aws-sdk/client-connect 3.936.0 → 3.938.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/README.md +64 -0
- package/dist-cjs/index.js +425 -17
- package/dist-es/Connect.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
- package/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
- package/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
- package/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +307 -17
- package/dist-types/Connect.d.ts +56 -0
- package/dist-types/ConnectClient.d.ts +10 -2
- package/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/CreateContactFlowModuleCommand.d.ts +4 -0
- package/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +99 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +8 -0
- package/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +92 -0
- package/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
- package/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +103 -0
- package/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRuleCommand.d.ts +8 -0
- package/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +105 -0
- package/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
- package/dist-types/commands/ListSecurityKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +1 -2
- package/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchAgentStatusesCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchContactFlowModulesCommand.d.ts +9 -1
- package/dist-types/commands/SearchContactFlowsCommand.d.ts +2 -1
- package/dist-types/commands/SearchEmailAddressesCommand.d.ts +2 -1
- package/dist-types/commands/SearchEvaluationFormsCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -1
- package/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +2 -1
- package/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +2 -1
- package/dist-types/commands/SearchPromptsCommand.d.ts +2 -1
- package/dist-types/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/commands/SearchQuickConnectsCommand.d.ts +2 -1
- package/dist-types/commands/SearchRoutingProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchSecurityProfilesCommand.d.ts +2 -1
- package/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/commands/StartChatContactCommand.d.ts +2 -1
- package/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -2
- package/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
- package/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRuleCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +162 -239
- package/dist-types/models/models_1.d.ts +501 -481
- package/dist-types/models/models_2.d.ts +3522 -3819
- package/dist-types/models/models_3.d.ts +803 -3
- package/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/Connect.d.ts +136 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListSecurityKeysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSecurityProfileApplicationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSecurityProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTaskTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupUsersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTrafficDistributionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAgentStatusesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowModulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchContactFlowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEmailAddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUserHierarchyGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +39 -99
- package/dist-types/ts3.4/models/models_1.d.ts +161 -102
- package/dist-types/ts3.4/models/models_2.d.ts +112 -157
- package/dist-types/ts3.4/models/models_3.d.ts +185 -2
- package/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +1 -1
|
@@ -42,7 +42,7 @@ const _ACn = "AndConditions";
|
|
|
42
42
|
const _ACnd = "AndCondition";
|
|
43
43
|
const _ACt = "AttributeCondition";
|
|
44
44
|
const _ACtt = "AttributeConfiguration";
|
|
45
|
-
const _AD = "
|
|
45
|
+
const _AD = "AliasDescription";
|
|
46
46
|
const _ADAR = "AnalyticsDataAssociationResult";
|
|
47
47
|
const _ADARn = "AnalyticsDataAssociationResults";
|
|
48
48
|
const _ADE = "AccessDeniedException";
|
|
@@ -51,6 +51,7 @@ const _ADSRn = "AnalyticsDataSetsResults";
|
|
|
51
51
|
const _ADV = "AssociateDefaultVocabulary";
|
|
52
52
|
const _ADVR = "AssociateDefaultVocabularyRequest";
|
|
53
53
|
const _ADVRs = "AssociateDefaultVocabularyResponse";
|
|
54
|
+
const _ADn = "AnalysisDetails";
|
|
54
55
|
const _AE = "AuthenticationError";
|
|
55
56
|
const _AEAA = "AssociateEmailAddressAlias";
|
|
56
57
|
const _AEAAR = "AssociateEmailAddressAliasRequest";
|
|
@@ -94,6 +95,7 @@ const _AISCR = "AssociateInstanceStorageConfigRequest";
|
|
|
94
95
|
const _AISCRs = "AssociateInstanceStorageConfigResponse";
|
|
95
96
|
const _AIg = "AgentIds";
|
|
96
97
|
const _AIl = "AllowedIps";
|
|
98
|
+
const _AIli = "AliasId";
|
|
97
99
|
const _AIs = "AssociationId";
|
|
98
100
|
const _AIt = "AttendeeId";
|
|
99
101
|
const _AItt = "AttachmentId";
|
|
@@ -108,10 +110,11 @@ const _AMAQI = "AssociatedManualAssignmentQueueIds";
|
|
|
108
110
|
const _AMC = "AllowedMonitorCapabilities";
|
|
109
111
|
const _AMDC = "AnswerMachineDetectionConfig";
|
|
110
112
|
const _AMDS = "AnsweringMachineDetectionStatus";
|
|
111
|
-
const _AN = "
|
|
113
|
+
const _AN = "AliasName";
|
|
112
114
|
const _ANL = "AvailableNumbersList";
|
|
113
115
|
const _ANS = "AvailableNumberSummary";
|
|
114
|
-
const _ANt = "
|
|
116
|
+
const _ANt = "AttachmentName";
|
|
117
|
+
const _ANtt = "AttributeName";
|
|
115
118
|
const _AOCL = "AttributeOrConditionList";
|
|
116
119
|
const _AP = "ApplicationPermissions";
|
|
117
120
|
const _APDIS = "AgentPauseDurationInSeconds";
|
|
@@ -238,8 +241,14 @@ const _CCAD = "CreateCaseActionDefinition";
|
|
|
238
241
|
const _CCB = "CrossChannelBehavior";
|
|
239
242
|
const _CCF = "CreateContactFlow";
|
|
240
243
|
const _CCFM = "CreateContactFlowModule";
|
|
244
|
+
const _CCFMA = "CreateContactFlowModuleAlias";
|
|
245
|
+
const _CCFMAR = "CreateContactFlowModuleAliasRequest";
|
|
246
|
+
const _CCFMARr = "CreateContactFlowModuleAliasResponse";
|
|
241
247
|
const _CCFMR = "CreateContactFlowModuleRequest";
|
|
242
248
|
const _CCFMRr = "CreateContactFlowModuleResponse";
|
|
249
|
+
const _CCFMV = "CreateContactFlowModuleVersion";
|
|
250
|
+
const _CCFMVR = "CreateContactFlowModuleVersionRequest";
|
|
251
|
+
const _CCFMVRr = "CreateContactFlowModuleVersionResponse";
|
|
243
252
|
const _CCFR = "CreateContactFlowRequest";
|
|
244
253
|
const _CCFRr = "CreateContactFlowResponse";
|
|
245
254
|
const _CCFV = "CreateContactFlowVersion";
|
|
@@ -273,6 +282,11 @@ const _CFA = "ContactFlowArn";
|
|
|
273
282
|
const _CFCI = "ContinuedFromContactId";
|
|
274
283
|
const _CFI = "ContactFlowId";
|
|
275
284
|
const _CFM = "ContactFlowModule";
|
|
285
|
+
const _CFMA = "ContactFlowModuleArn";
|
|
286
|
+
const _CFMAI = "ContactFlowModuleAliasInfo";
|
|
287
|
+
const _CFMAS = "ContactFlowModuleAliasSummary";
|
|
288
|
+
const _CFMASL = "ContactFlowModuleAliasSummaryList";
|
|
289
|
+
const _CFMAo = "ContactFlowModuleAlias";
|
|
276
290
|
const _CFMI = "ContactFlowModuleId";
|
|
277
291
|
const _CFMS = "ContactFlowModuleSummary";
|
|
278
292
|
const _CFMSC = "ContactFlowModuleSearchCriteria";
|
|
@@ -281,6 +295,9 @@ const _CFMSF = "ContactFlowModuleSearchFilter";
|
|
|
281
295
|
const _CFMSL = "ContactFlowModulesSummaryList";
|
|
282
296
|
const _CFMSSL = "ContactFlowModuleSearchSummaryList";
|
|
283
297
|
const _CFMSo = "ContactFlowModuleState";
|
|
298
|
+
const _CFMV = "ContactFlowModuleVersion";
|
|
299
|
+
const _CFMVS = "ContactFlowModuleVersionSummary";
|
|
300
|
+
const _CFMVSL = "ContactFlowModuleVersionSummaryList";
|
|
284
301
|
const _CFMo = "ContactFlowModules";
|
|
285
302
|
const _CFNPE = "ContactFlowNotPublishedException";
|
|
286
303
|
const _CFS = "ContactFlowSummary";
|
|
@@ -473,10 +490,19 @@ const _DCERes = "DescribeContactEvaluationResponse";
|
|
|
473
490
|
const _DCEe = "DescribeContactEvaluation";
|
|
474
491
|
const _DCF = "DeleteContactFlow";
|
|
475
492
|
const _DCFM = "DeleteContactFlowModule";
|
|
493
|
+
const _DCFMA = "DeleteContactFlowModuleAlias";
|
|
494
|
+
const _DCFMAR = "DeleteContactFlowModuleAliasRequest";
|
|
495
|
+
const _DCFMARe = "DeleteContactFlowModuleAliasResponse";
|
|
496
|
+
const _DCFMARes = "DescribeContactFlowModuleAliasRequest";
|
|
497
|
+
const _DCFMAResc = "DescribeContactFlowModuleAliasResponse";
|
|
498
|
+
const _DCFMAe = "DescribeContactFlowModuleAlias";
|
|
476
499
|
const _DCFMR = "DeleteContactFlowModuleRequest";
|
|
477
500
|
const _DCFMRe = "DeleteContactFlowModuleResponse";
|
|
478
501
|
const _DCFMRes = "DescribeContactFlowModuleRequest";
|
|
479
502
|
const _DCFMResc = "DescribeContactFlowModuleResponse";
|
|
503
|
+
const _DCFMV = "DeleteContactFlowModuleVersion";
|
|
504
|
+
const _DCFMVR = "DeleteContactFlowModuleVersionRequest";
|
|
505
|
+
const _DCFMVRe = "DeleteContactFlowModuleVersionResponse";
|
|
480
506
|
const _DCFMe = "DescribeContactFlowModule";
|
|
481
507
|
const _DCFR = "DeleteContactFlowRequest";
|
|
482
508
|
const _DCFRe = "DeleteContactFlowResponse";
|
|
@@ -764,6 +790,7 @@ const _EGAIAAD = "EvaluationGenAIAnswerAnalysisDetails";
|
|
|
764
790
|
const _EHOO = "EffectiveHoursOfOperations";
|
|
765
791
|
const _EHOOL = "EffectiveHoursOfOperationList";
|
|
766
792
|
const _EI = "EvaluationId";
|
|
793
|
+
const _EIC = "ExternalInvocationConfiguration";
|
|
767
794
|
const _EIU = "EventIngestionUrl";
|
|
768
795
|
const _EIn = "EndpointInfo";
|
|
769
796
|
const _EL = "ExportLocation";
|
|
@@ -818,6 +845,7 @@ const _Err = "Error";
|
|
|
818
845
|
const _Ev = "Evaluation";
|
|
819
846
|
const _Eve = "Event";
|
|
820
847
|
const _Ex = "Expiry";
|
|
848
|
+
const _Exc = "Exclusion";
|
|
821
849
|
const _Exp = "Expression";
|
|
822
850
|
const _Expr = "Expressions";
|
|
823
851
|
const _F = "Files";
|
|
@@ -836,6 +864,7 @@ const _FIie = "FieldId";
|
|
|
836
864
|
const _FIil = "FileIds";
|
|
837
865
|
const _FIo = "FormId";
|
|
838
866
|
const _FK = "FilterKey";
|
|
867
|
+
const _FMCS = "FlowModuleContentSha256";
|
|
839
868
|
const _FN = "FileName";
|
|
840
869
|
const _FNi = "FieldName";
|
|
841
870
|
const _FNir = "FirstName";
|
|
@@ -1051,8 +1080,14 @@ const _LCER = "ListContactEvaluationsRequest";
|
|
|
1051
1080
|
const _LCERi = "ListContactEvaluationsResponse";
|
|
1052
1081
|
const _LCF = "ListContactFlows";
|
|
1053
1082
|
const _LCFM = "ListContactFlowModules";
|
|
1083
|
+
const _LCFMA = "ListContactFlowModuleAliases";
|
|
1084
|
+
const _LCFMAR = "ListContactFlowModuleAliasesRequest";
|
|
1085
|
+
const _LCFMARi = "ListContactFlowModuleAliasesResponse";
|
|
1054
1086
|
const _LCFMR = "ListContactFlowModulesRequest";
|
|
1055
1087
|
const _LCFMRi = "ListContactFlowModulesResponse";
|
|
1088
|
+
const _LCFMV = "ListContactFlowModuleVersions";
|
|
1089
|
+
const _LCFMVR = "ListContactFlowModuleVersionsRequest";
|
|
1090
|
+
const _LCFMVRi = "ListContactFlowModuleVersionsResponse";
|
|
1056
1091
|
const _LCFR = "ListContactFlowsRequest";
|
|
1057
1092
|
const _LCFRi = "ListContactFlowsResponse";
|
|
1058
1093
|
const _LCFV = "ListContactFlowVersions";
|
|
@@ -1820,8 +1855,9 @@ const _SWRTCCR = "StartWebRTCContactRequest";
|
|
|
1820
1855
|
const _SWRTCCRt = "StartWebRTCContactResponse";
|
|
1821
1856
|
const _Sc = "Scores";
|
|
1822
1857
|
const _Sco = "Score";
|
|
1823
|
-
const _Se = "
|
|
1858
|
+
const _Se = "Settings";
|
|
1824
1859
|
const _Sec = "Section";
|
|
1860
|
+
const _Seg = "Segments";
|
|
1825
1861
|
const _Sen = "Sentiment";
|
|
1826
1862
|
const _So = "Source";
|
|
1827
1863
|
const _Sor = "Sort";
|
|
@@ -1943,6 +1979,9 @@ const _UCFC = "UpdateContactFlowContent";
|
|
|
1943
1979
|
const _UCFCR = "UpdateContactFlowContentRequest";
|
|
1944
1980
|
const _UCFCRp = "UpdateContactFlowContentResponse";
|
|
1945
1981
|
const _UCFM = "UpdateContactFlowMetadata";
|
|
1982
|
+
const _UCFMA = "UpdateContactFlowModuleAlias";
|
|
1983
|
+
const _UCFMAR = "UpdateContactFlowModuleAliasRequest";
|
|
1984
|
+
const _UCFMARp = "UpdateContactFlowModuleAliasResponse";
|
|
1946
1985
|
const _UCFMC = "UpdateContactFlowModuleContent";
|
|
1947
1986
|
const _UCFMCR = "UpdateContactFlowModuleContentRequest";
|
|
1948
1987
|
const _UCFMCRp = "UpdateContactFlowModuleContentResponse";
|
|
@@ -2868,8 +2907,24 @@ export var ContactFlowModule = [
|
|
|
2868
2907
|
n0,
|
|
2869
2908
|
_CFM,
|
|
2870
2909
|
0,
|
|
2871
|
-
[_A, _I, _N, _Co, _D, _S, _St, _Ta],
|
|
2872
|
-
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
2910
|
+
[_A, _I, _N, _Co, _D, _S, _St, _Ta, _FMCS, _Ve, _VD, _Se, _EIC],
|
|
2911
|
+
[0, 0, 0, 0, 0, 0, 0, 128 | 0, 0, 1, 0, 0, () => ExternalInvocationConfiguration],
|
|
2912
|
+
];
|
|
2913
|
+
export var ContactFlowModuleAliasInfo = [
|
|
2914
|
+
3,
|
|
2915
|
+
n0,
|
|
2916
|
+
_CFMAI,
|
|
2917
|
+
0,
|
|
2918
|
+
[_CFMI, _CFMA, _AIli, _Ve, _N, _D, _LMR, _LMT],
|
|
2919
|
+
[0, 0, 0, 1, 0, 0, 0, 4],
|
|
2920
|
+
];
|
|
2921
|
+
export var ContactFlowModuleAliasSummary = [
|
|
2922
|
+
3,
|
|
2923
|
+
n0,
|
|
2924
|
+
_CFMAS,
|
|
2925
|
+
0,
|
|
2926
|
+
[_A, _AIli, _Ve, _AN, _AD, _LMT],
|
|
2927
|
+
[0, 0, 1, 0, 0, 4],
|
|
2873
2928
|
];
|
|
2874
2929
|
export var ContactFlowModuleSearchCriteria = [
|
|
2875
2930
|
3,
|
|
@@ -2888,6 +2943,7 @@ export var ContactFlowModuleSearchFilter = [
|
|
|
2888
2943
|
[() => ControlPlaneTagFilter],
|
|
2889
2944
|
];
|
|
2890
2945
|
export var ContactFlowModuleSummary = [3, n0, _CFMS, 0, [_I, _A, _N, _S], [0, 0, 0, 0]];
|
|
2946
|
+
export var ContactFlowModuleVersionSummary = [3, n0, _CFMVS, 0, [_A, _VD, _Ve], [0, 0, 1]];
|
|
2891
2947
|
export var ContactFlowNotPublishedException = [
|
|
2892
2948
|
-3,
|
|
2893
2949
|
n0,
|
|
@@ -3000,15 +3056,33 @@ export var CreateAgentStatusRequest = [
|
|
|
3000
3056
|
];
|
|
3001
3057
|
export var CreateAgentStatusResponse = [3, n0, _CASRr, 0, [_ASARN, _ASI], [0, 0]];
|
|
3002
3058
|
export var CreateCaseActionDefinition = [3, n0, _CCAD, 0, [_Fi, _TI], [() => FieldValues, 0]];
|
|
3059
|
+
export var CreateContactFlowModuleAliasRequest = [
|
|
3060
|
+
3,
|
|
3061
|
+
n0,
|
|
3062
|
+
_CCFMAR,
|
|
3063
|
+
0,
|
|
3064
|
+
[_II, _D, _CFMI, _CFMV, _AN],
|
|
3065
|
+
[[0, 1], 0, [0, 1], 1, 0],
|
|
3066
|
+
];
|
|
3067
|
+
export var CreateContactFlowModuleAliasResponse = [3, n0, _CCFMARr, 0, [_CFMA, _I], [0, 0]];
|
|
3003
3068
|
export var CreateContactFlowModuleRequest = [
|
|
3004
3069
|
3,
|
|
3005
3070
|
n0,
|
|
3006
3071
|
_CCFMR,
|
|
3007
3072
|
0,
|
|
3008
|
-
[_II, _N, _D, _Co, _Ta, _CT],
|
|
3009
|
-
[[0, 1], 0, 0, 0, 128 | 0, [0, 4]],
|
|
3073
|
+
[_II, _N, _D, _Co, _Ta, _CT, _Se, _EIC],
|
|
3074
|
+
[[0, 1], 0, 0, 0, 128 | 0, [0, 4], 0, () => ExternalInvocationConfiguration],
|
|
3010
3075
|
];
|
|
3011
3076
|
export var CreateContactFlowModuleResponse = [3, n0, _CCFMRr, 0, [_I, _A], [0, 0]];
|
|
3077
|
+
export var CreateContactFlowModuleVersionRequest = [
|
|
3078
|
+
3,
|
|
3079
|
+
n0,
|
|
3080
|
+
_CCFMVR,
|
|
3081
|
+
0,
|
|
3082
|
+
[_II, _D, _CFMI, _FMCS],
|
|
3083
|
+
[[0, 1], 0, [0, 1], 0],
|
|
3084
|
+
];
|
|
3085
|
+
export var CreateContactFlowModuleVersionResponse = [3, n0, _CCFMVRr, 0, [_CFMA, _Ve], [0, 1]];
|
|
3012
3086
|
export var CreateContactFlowRequest = [
|
|
3013
3087
|
3,
|
|
3014
3088
|
n0,
|
|
@@ -3365,6 +3439,19 @@ export var DeleteContactEvaluationRequest = [
|
|
|
3365
3439
|
[0, 1],
|
|
3366
3440
|
],
|
|
3367
3441
|
];
|
|
3442
|
+
export var DeleteContactFlowModuleAliasRequest = [
|
|
3443
|
+
3,
|
|
3444
|
+
n0,
|
|
3445
|
+
_DCFMAR,
|
|
3446
|
+
0,
|
|
3447
|
+
[_II, _CFMI, _AIli],
|
|
3448
|
+
[
|
|
3449
|
+
[0, 1],
|
|
3450
|
+
[0, 1],
|
|
3451
|
+
[0, 1],
|
|
3452
|
+
],
|
|
3453
|
+
];
|
|
3454
|
+
export var DeleteContactFlowModuleAliasResponse = [3, n0, _DCFMARe, 0, [], []];
|
|
3368
3455
|
export var DeleteContactFlowModuleRequest = [
|
|
3369
3456
|
3,
|
|
3370
3457
|
n0,
|
|
@@ -3377,6 +3464,19 @@ export var DeleteContactFlowModuleRequest = [
|
|
|
3377
3464
|
],
|
|
3378
3465
|
];
|
|
3379
3466
|
export var DeleteContactFlowModuleResponse = [3, n0, _DCFMRe, 0, [], []];
|
|
3467
|
+
export var DeleteContactFlowModuleVersionRequest = [
|
|
3468
|
+
3,
|
|
3469
|
+
n0,
|
|
3470
|
+
_DCFMVR,
|
|
3471
|
+
0,
|
|
3472
|
+
[_II, _CFMI, _CFMV],
|
|
3473
|
+
[
|
|
3474
|
+
[0, 1],
|
|
3475
|
+
[0, 1],
|
|
3476
|
+
[1, 1],
|
|
3477
|
+
],
|
|
3478
|
+
];
|
|
3479
|
+
export var DeleteContactFlowModuleVersionResponse = [3, n0, _DCFMVRe, 0, [], []];
|
|
3380
3480
|
export var DeleteContactFlowRequest = [
|
|
3381
3481
|
3,
|
|
3382
3482
|
n0,
|
|
@@ -3712,6 +3812,26 @@ export var DescribeContactEvaluationResponse = [
|
|
|
3712
3812
|
[_Ev, _EFv],
|
|
3713
3813
|
[() => Evaluation, () => EvaluationFormContent],
|
|
3714
3814
|
];
|
|
3815
|
+
export var DescribeContactFlowModuleAliasRequest = [
|
|
3816
|
+
3,
|
|
3817
|
+
n0,
|
|
3818
|
+
_DCFMARes,
|
|
3819
|
+
0,
|
|
3820
|
+
[_II, _CFMI, _AIli],
|
|
3821
|
+
[
|
|
3822
|
+
[0, 1],
|
|
3823
|
+
[0, 1],
|
|
3824
|
+
[0, 1],
|
|
3825
|
+
],
|
|
3826
|
+
];
|
|
3827
|
+
export var DescribeContactFlowModuleAliasResponse = [
|
|
3828
|
+
3,
|
|
3829
|
+
n0,
|
|
3830
|
+
_DCFMAResc,
|
|
3831
|
+
0,
|
|
3832
|
+
[_CFMAo],
|
|
3833
|
+
[() => ContactFlowModuleAliasInfo],
|
|
3834
|
+
];
|
|
3715
3835
|
export var DescribeContactFlowModuleRequest = [
|
|
3716
3836
|
3,
|
|
3717
3837
|
n0,
|
|
@@ -4671,7 +4791,7 @@ export var EvaluationSuggestedAnswer = [
|
|
|
4671
4791
|
n0,
|
|
4672
4792
|
_ESA,
|
|
4673
4793
|
0,
|
|
4674
|
-
[_V, _St, _Inp, _ATn,
|
|
4794
|
+
[_V, _St, _Inp, _ATn, _ADn],
|
|
4675
4795
|
[
|
|
4676
4796
|
() => EvaluationAnswerData,
|
|
4677
4797
|
0,
|
|
@@ -4714,6 +4834,7 @@ export var Expression = [
|
|
|
4714
4834
|
[_ACt, _AEn, _OE, _NAC],
|
|
4715
4835
|
[() => AttributeCondition, () => Expressions, () => Expressions, () => AttributeCondition],
|
|
4716
4836
|
];
|
|
4837
|
+
export var ExternalInvocationConfiguration = [3, n0, _EIC, 0, [_En], [2]];
|
|
4717
4838
|
export var FailedRequest = [3, n0, _FR, 0, [_RIeq, _FRC, _FRM], [0, 0, 0]];
|
|
4718
4839
|
export var FieldValue = [3, n0, _FV, 0, [_I, _V], [0, () => FieldValueUnion]];
|
|
4719
4840
|
export var FieldValueUnion = [
|
|
@@ -5542,6 +5663,37 @@ export var ListContactEvaluationsResponse = [
|
|
|
5542
5663
|
[_ESL, _NT],
|
|
5543
5664
|
[() => EvaluationSummaryList, 0],
|
|
5544
5665
|
];
|
|
5666
|
+
export var ListContactFlowModuleAliasesRequest = [
|
|
5667
|
+
3,
|
|
5668
|
+
n0,
|
|
5669
|
+
_LCFMAR,
|
|
5670
|
+
0,
|
|
5671
|
+
[_II, _CFMI, _NT, _MRa],
|
|
5672
|
+
[
|
|
5673
|
+
[0, 1],
|
|
5674
|
+
[0, 1],
|
|
5675
|
+
[
|
|
5676
|
+
0,
|
|
5677
|
+
{
|
|
5678
|
+
[_hQ]: _nT,
|
|
5679
|
+
},
|
|
5680
|
+
],
|
|
5681
|
+
[
|
|
5682
|
+
1,
|
|
5683
|
+
{
|
|
5684
|
+
[_hQ]: _mR,
|
|
5685
|
+
},
|
|
5686
|
+
],
|
|
5687
|
+
],
|
|
5688
|
+
];
|
|
5689
|
+
export var ListContactFlowModuleAliasesResponse = [
|
|
5690
|
+
3,
|
|
5691
|
+
n0,
|
|
5692
|
+
_LCFMARi,
|
|
5693
|
+
0,
|
|
5694
|
+
[_CFMASL, _NT],
|
|
5695
|
+
[() => ContactFlowModuleAliasSummaryList, 0],
|
|
5696
|
+
];
|
|
5545
5697
|
export var ListContactFlowModulesRequest = [
|
|
5546
5698
|
3,
|
|
5547
5699
|
n0,
|
|
@@ -5578,6 +5730,37 @@ export var ListContactFlowModulesResponse = [
|
|
|
5578
5730
|
[_CFMSL, _NT],
|
|
5579
5731
|
[() => ContactFlowModulesSummaryList, 0],
|
|
5580
5732
|
];
|
|
5733
|
+
export var ListContactFlowModuleVersionsRequest = [
|
|
5734
|
+
3,
|
|
5735
|
+
n0,
|
|
5736
|
+
_LCFMVR,
|
|
5737
|
+
0,
|
|
5738
|
+
[_II, _CFMI, _NT, _MRa],
|
|
5739
|
+
[
|
|
5740
|
+
[0, 1],
|
|
5741
|
+
[0, 1],
|
|
5742
|
+
[
|
|
5743
|
+
0,
|
|
5744
|
+
{
|
|
5745
|
+
[_hQ]: _nT,
|
|
5746
|
+
},
|
|
5747
|
+
],
|
|
5748
|
+
[
|
|
5749
|
+
1,
|
|
5750
|
+
{
|
|
5751
|
+
[_hQ]: _mR,
|
|
5752
|
+
},
|
|
5753
|
+
],
|
|
5754
|
+
],
|
|
5755
|
+
];
|
|
5756
|
+
export var ListContactFlowModuleVersionsResponse = [
|
|
5757
|
+
3,
|
|
5758
|
+
n0,
|
|
5759
|
+
_LCFMVRi,
|
|
5760
|
+
0,
|
|
5761
|
+
[_CFMVSL, _NT],
|
|
5762
|
+
[() => ContactFlowModuleVersionSummaryList, 0],
|
|
5763
|
+
];
|
|
5581
5764
|
export var ListContactFlowsRequest = [
|
|
5582
5765
|
3,
|
|
5583
5766
|
n0,
|
|
@@ -6261,7 +6444,7 @@ export var ListRealtimeContactAnalysisSegmentsV2Response = [
|
|
|
6261
6444
|
n0,
|
|
6262
6445
|
_LRCASVRi,
|
|
6263
6446
|
0,
|
|
6264
|
-
[_C, _St,
|
|
6447
|
+
[_C, _St, _Seg, _NT],
|
|
6265
6448
|
[0, 0, () => RealtimeContactAnalysisSegments, 0],
|
|
6266
6449
|
];
|
|
6267
6450
|
export var ListRoutingProfileManualAssignmentQueuesRequest = [
|
|
@@ -7088,7 +7271,7 @@ export var RealTimeContactAnalysisAttachment = [
|
|
|
7088
7271
|
n0,
|
|
7089
7272
|
_RTCAA,
|
|
7090
7273
|
0,
|
|
7091
|
-
[
|
|
7274
|
+
[_ANt, _CTon, _AItt, _St],
|
|
7092
7275
|
[0, 0, 0, 0],
|
|
7093
7276
|
];
|
|
7094
7277
|
export var RealTimeContactAnalysisCategoryDetails = [
|
|
@@ -7855,8 +8038,8 @@ export var SendNotificationActionDefinition = [
|
|
|
7855
8038
|
n0,
|
|
7856
8039
|
_SNAD,
|
|
7857
8040
|
0,
|
|
7858
|
-
[_DM, _Su, _Co, _CTon, _Rec],
|
|
7859
|
-
[0, 0, 0, 0, () => NotificationRecipientType],
|
|
8041
|
+
[_DM, _Su, _Co, _CTon, _Rec, _Exc],
|
|
8042
|
+
[0, 0, 0, 0, () => NotificationRecipientType, () => NotificationRecipientType],
|
|
7860
8043
|
];
|
|
7861
8044
|
export var SendOutboundEmailRequest = [
|
|
7862
8045
|
3,
|
|
@@ -8379,13 +8562,22 @@ export var UpdateContactFlowMetadataRequest = [
|
|
|
8379
8562
|
[[0, 1], [0, 1], 0, 0, 0],
|
|
8380
8563
|
];
|
|
8381
8564
|
export var UpdateContactFlowMetadataResponse = [3, n0, _UCFMRp, 0, [], []];
|
|
8565
|
+
export var UpdateContactFlowModuleAliasRequest = [
|
|
8566
|
+
3,
|
|
8567
|
+
n0,
|
|
8568
|
+
_UCFMAR,
|
|
8569
|
+
0,
|
|
8570
|
+
[_II, _CFMI, _AIli, _N, _D, _CFMV],
|
|
8571
|
+
[[0, 1], [0, 1], [0, 1], 0, 0, 1],
|
|
8572
|
+
];
|
|
8573
|
+
export var UpdateContactFlowModuleAliasResponse = [3, n0, _UCFMARp, 0, [], []];
|
|
8382
8574
|
export var UpdateContactFlowModuleContentRequest = [
|
|
8383
8575
|
3,
|
|
8384
8576
|
n0,
|
|
8385
8577
|
_UCFMCR,
|
|
8386
8578
|
0,
|
|
8387
|
-
[_II, _CFMI, _Co],
|
|
8388
|
-
[[0, 1], [0, 1], 0],
|
|
8579
|
+
[_II, _CFMI, _Co, _Se],
|
|
8580
|
+
[[0, 1], [0, 1], 0, 0],
|
|
8389
8581
|
];
|
|
8390
8582
|
export var UpdateContactFlowModuleContentResponse = [3, n0, _UCFMCRp, 0, [], []];
|
|
8391
8583
|
export var UpdateContactFlowModuleMetadataRequest = [
|
|
@@ -8871,8 +9063,8 @@ export var UserPhoneConfig = [
|
|
|
8871
9063
|
[_PTh, _AAu, _ACWTL, _DPNe, _PCer],
|
|
8872
9064
|
[0, 2, 1, 0, 2],
|
|
8873
9065
|
];
|
|
8874
|
-
export var UserProficiency = [3, n0, _UPs, 0, [
|
|
8875
|
-
export var UserProficiencyDisassociate = [3, n0, _UPD, 0, [
|
|
9066
|
+
export var UserProficiency = [3, n0, _UPs, 0, [_ANtt, _AVt, _Level__], [0, 0, 1]];
|
|
9067
|
+
export var UserProficiencyDisassociate = [3, n0, _UPD, 0, [_ANtt, _AVt], [0, 0]];
|
|
8876
9068
|
export var UserQuickConnectConfig = [3, n0, _UQCC, 0, [_UI, _CFI], [0, 0]];
|
|
8877
9069
|
export var UserReference = [3, n0, _URs, 0, [_I, _A], [0, 0]];
|
|
8878
9070
|
export var UserSearchCriteria = [
|
|
@@ -8990,6 +9182,13 @@ export var Channels = 64 | 0;
|
|
|
8990
9182
|
export var CommonAttributeOrConditionList = [1, n0, _CAOCL, 0, () => CommonAttributeAndCondition];
|
|
8991
9183
|
export var Conditions = [1, n0, _Cond, 0, () => Condition];
|
|
8992
9184
|
export var ContactDataRequestList = [1, n0, _CDRL, 0, () => ContactDataRequest];
|
|
9185
|
+
export var ContactFlowModuleAliasSummaryList = [
|
|
9186
|
+
1,
|
|
9187
|
+
n0,
|
|
9188
|
+
_CFMASL,
|
|
9189
|
+
0,
|
|
9190
|
+
() => ContactFlowModuleAliasSummary,
|
|
9191
|
+
];
|
|
8993
9192
|
export var ContactFlowModuleSearchConditionList = [
|
|
8994
9193
|
1,
|
|
8995
9194
|
n0,
|
|
@@ -8999,6 +9198,13 @@ export var ContactFlowModuleSearchConditionList = [
|
|
|
8999
9198
|
];
|
|
9000
9199
|
export var ContactFlowModuleSearchSummaryList = [1, n0, _CFMSSL, 0, () => ContactFlowModule];
|
|
9001
9200
|
export var ContactFlowModulesSummaryList = [1, n0, _CFMSL, 0, () => ContactFlowModuleSummary];
|
|
9201
|
+
export var ContactFlowModuleVersionSummaryList = [
|
|
9202
|
+
1,
|
|
9203
|
+
n0,
|
|
9204
|
+
_CFMVSL,
|
|
9205
|
+
0,
|
|
9206
|
+
() => ContactFlowModuleVersionSummary,
|
|
9207
|
+
];
|
|
9002
9208
|
export var ContactFlowSearchConditionList = [1, n0, _CFSCL, 0, () => ContactFlowSearchCriteria];
|
|
9003
9209
|
export var ContactFlowSearchSummaryList = [1, n0, _CFSSL, 0, () => ContactFlow];
|
|
9004
9210
|
export var ContactFlowSummaryList = [1, n0, _CFSL, 0, () => ContactFlowSummary];
|
|
@@ -9787,6 +9993,26 @@ export var CreateContactFlowModule = [
|
|
|
9787
9993
|
() => CreateContactFlowModuleRequest,
|
|
9788
9994
|
() => CreateContactFlowModuleResponse,
|
|
9789
9995
|
];
|
|
9996
|
+
export var CreateContactFlowModuleAlias = [
|
|
9997
|
+
9,
|
|
9998
|
+
n0,
|
|
9999
|
+
_CCFMA,
|
|
10000
|
+
{
|
|
10001
|
+
[_h]: ["PUT", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias", 200],
|
|
10002
|
+
},
|
|
10003
|
+
() => CreateContactFlowModuleAliasRequest,
|
|
10004
|
+
() => CreateContactFlowModuleAliasResponse,
|
|
10005
|
+
];
|
|
10006
|
+
export var CreateContactFlowModuleVersion = [
|
|
10007
|
+
9,
|
|
10008
|
+
n0,
|
|
10009
|
+
_CCFMV,
|
|
10010
|
+
{
|
|
10011
|
+
[_h]: ["PUT", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version", 200],
|
|
10012
|
+
},
|
|
10013
|
+
() => CreateContactFlowModuleVersionRequest,
|
|
10014
|
+
() => CreateContactFlowModuleVersionResponse,
|
|
10015
|
+
];
|
|
9790
10016
|
export var CreateContactFlowVersion = [
|
|
9791
10017
|
9,
|
|
9792
10018
|
n0,
|
|
@@ -10087,6 +10313,30 @@ export var DeleteContactFlowModule = [
|
|
|
10087
10313
|
() => DeleteContactFlowModuleRequest,
|
|
10088
10314
|
() => DeleteContactFlowModuleResponse,
|
|
10089
10315
|
];
|
|
10316
|
+
export var DeleteContactFlowModuleAlias = [
|
|
10317
|
+
9,
|
|
10318
|
+
n0,
|
|
10319
|
+
_DCFMA,
|
|
10320
|
+
{
|
|
10321
|
+
[_h]: ["DELETE", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}", 200],
|
|
10322
|
+
},
|
|
10323
|
+
() => DeleteContactFlowModuleAliasRequest,
|
|
10324
|
+
() => DeleteContactFlowModuleAliasResponse,
|
|
10325
|
+
];
|
|
10326
|
+
export var DeleteContactFlowModuleVersion = [
|
|
10327
|
+
9,
|
|
10328
|
+
n0,
|
|
10329
|
+
_DCFMV,
|
|
10330
|
+
{
|
|
10331
|
+
[_h]: [
|
|
10332
|
+
"DELETE",
|
|
10333
|
+
"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version/{ContactFlowModuleVersion}",
|
|
10334
|
+
200,
|
|
10335
|
+
],
|
|
10336
|
+
},
|
|
10337
|
+
() => DeleteContactFlowModuleVersionRequest,
|
|
10338
|
+
() => DeleteContactFlowModuleVersionResponse,
|
|
10339
|
+
];
|
|
10090
10340
|
export var DeleteContactFlowVersion = [
|
|
10091
10341
|
9,
|
|
10092
10342
|
n0,
|
|
@@ -10385,6 +10635,16 @@ export var DescribeContactFlowModule = [
|
|
|
10385
10635
|
() => DescribeContactFlowModuleRequest,
|
|
10386
10636
|
() => DescribeContactFlowModuleResponse,
|
|
10387
10637
|
];
|
|
10638
|
+
export var DescribeContactFlowModuleAlias = [
|
|
10639
|
+
9,
|
|
10640
|
+
n0,
|
|
10641
|
+
_DCFMAe,
|
|
10642
|
+
{
|
|
10643
|
+
[_h]: ["GET", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}", 200],
|
|
10644
|
+
},
|
|
10645
|
+
() => DescribeContactFlowModuleAliasRequest,
|
|
10646
|
+
() => DescribeContactFlowModuleAliasResponse,
|
|
10647
|
+
];
|
|
10388
10648
|
export var DescribeEmailAddress = [
|
|
10389
10649
|
9,
|
|
10390
10650
|
n0,
|
|
@@ -10965,6 +11225,16 @@ export var ListContactEvaluations = [
|
|
|
10965
11225
|
() => ListContactEvaluationsRequest,
|
|
10966
11226
|
() => ListContactEvaluationsResponse,
|
|
10967
11227
|
];
|
|
11228
|
+
export var ListContactFlowModuleAliases = [
|
|
11229
|
+
9,
|
|
11230
|
+
n0,
|
|
11231
|
+
_LCFMA,
|
|
11232
|
+
{
|
|
11233
|
+
[_h]: ["GET", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/aliases", 200],
|
|
11234
|
+
},
|
|
11235
|
+
() => ListContactFlowModuleAliasesRequest,
|
|
11236
|
+
() => ListContactFlowModuleAliasesResponse,
|
|
11237
|
+
];
|
|
10968
11238
|
export var ListContactFlowModules = [
|
|
10969
11239
|
9,
|
|
10970
11240
|
n0,
|
|
@@ -10975,6 +11245,16 @@ export var ListContactFlowModules = [
|
|
|
10975
11245
|
() => ListContactFlowModulesRequest,
|
|
10976
11246
|
() => ListContactFlowModulesResponse,
|
|
10977
11247
|
];
|
|
11248
|
+
export var ListContactFlowModuleVersions = [
|
|
11249
|
+
9,
|
|
11250
|
+
n0,
|
|
11251
|
+
_LCFMV,
|
|
11252
|
+
{
|
|
11253
|
+
[_h]: ["GET", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/versions", 200],
|
|
11254
|
+
},
|
|
11255
|
+
() => ListContactFlowModuleVersionsRequest,
|
|
11256
|
+
() => ListContactFlowModuleVersionsResponse,
|
|
11257
|
+
];
|
|
10978
11258
|
export var ListContactFlows = [
|
|
10979
11259
|
9,
|
|
10980
11260
|
n0,
|
|
@@ -11965,6 +12245,16 @@ export var UpdateContactFlowMetadata = [
|
|
|
11965
12245
|
() => UpdateContactFlowMetadataRequest,
|
|
11966
12246
|
() => UpdateContactFlowMetadataResponse,
|
|
11967
12247
|
];
|
|
12248
|
+
export var UpdateContactFlowModuleAlias = [
|
|
12249
|
+
9,
|
|
12250
|
+
n0,
|
|
12251
|
+
_UCFMA,
|
|
12252
|
+
{
|
|
12253
|
+
[_h]: ["POST", "/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}", 200],
|
|
12254
|
+
},
|
|
12255
|
+
() => UpdateContactFlowModuleAliasRequest,
|
|
12256
|
+
() => UpdateContactFlowModuleAliasResponse,
|
|
12257
|
+
];
|
|
11968
12258
|
export var UpdateContactFlowModuleContent = [
|
|
11969
12259
|
9,
|
|
11970
12260
|
n0,
|