@aws-sdk/client-qconnect 3.935.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/dist-cjs/index.js +217 -17
- package/dist-es/models/models_0.js +12 -0
- package/dist-es/schemas/schemas_0.js +218 -17
- package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateMessageTemplateCommand.d.ts +128 -2
- package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +66 -1
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +1 -2
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +65 -0
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +10 -0
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +64 -0
- package/dist-types/commands/SearchMessageTemplatesCommand.d.ts +14 -0
- package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +125 -0
- package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +65 -0
- package/dist-types/models/models_0.d.ts +345 -413
- package/dist-types/models/models_1.d.ts +547 -2
- package/dist-types/schemas/schemas_0.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMessageTemplateCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateMessageTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +116 -104
- package/dist-types/ts3.4/models/models_1.d.ts +152 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -0
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -618,6 +618,8 @@ const _MTOF = "MessageTemplateOrderField";
|
|
|
618
618
|
const _MTQF = "MessageTemplateQueryField";
|
|
619
619
|
const _MTQFL = "MessageTemplateQueryFieldList";
|
|
620
620
|
const _MTS = "MessageTemplateSummary";
|
|
621
|
+
const _MTSC = "MessageTemplateSourceConfiguration";
|
|
622
|
+
const _MTSCS = "MessageTemplateSourceConfigurationSummary";
|
|
621
623
|
const _MTSE = "MessageTemplateSearchExpression";
|
|
622
624
|
const _MTSL = "MessageTemplateSummaryList";
|
|
623
625
|
const _MTSRD = "MessageTemplateSearchResultData";
|
|
@@ -633,11 +635,16 @@ const _NRRR = "NotifyRecommendationsReceivedRequest";
|
|
|
633
635
|
const _NRRRo = "NotifyRecommendationsReceivedResponse";
|
|
634
636
|
const _OC = "OrConditions";
|
|
635
637
|
const _OCr = "OrCondition";
|
|
638
|
+
const _PADMMTC = "PushADMMessageTemplateContent";
|
|
639
|
+
const _PAPNSMTC = "PushAPNSMessageTemplateContent";
|
|
640
|
+
const _PBMTC = "PushBaiduMessageTemplateContent";
|
|
636
641
|
const _PC = "ParsingConfiguration";
|
|
637
642
|
const _PF = "PutFeedback";
|
|
643
|
+
const _PFCMMTC = "PushFCMMessageTemplateContent";
|
|
638
644
|
const _PFE = "PreconditionFailedException";
|
|
639
645
|
const _PFR = "PutFeedbackRequest";
|
|
640
646
|
const _PFRu = "PutFeedbackResponse";
|
|
647
|
+
const _PMTC = "PushMessageTemplateContent";
|
|
641
648
|
const _PP = "ParsingPrompt";
|
|
642
649
|
const _QA = "QueryAssistant";
|
|
643
650
|
const _QAR = "QueryAssistantRequest";
|
|
@@ -782,6 +789,9 @@ const _USR = "UpdateSessionRequest";
|
|
|
782
789
|
const _USRp = "UpdateSessionResponse";
|
|
783
790
|
const _VE = "ValidationException";
|
|
784
791
|
const _VIC = "VectorIngestionConfiguration";
|
|
792
|
+
const _WAMTC = "WhatsAppMessageTemplateContent";
|
|
793
|
+
const _WAMTSC = "WhatsAppMessageTemplateSourceConfiguration";
|
|
794
|
+
const _WAMTSCS = "WhatsAppMessageTemplateSourceConfigurationSummary";
|
|
785
795
|
const _WCC = "WebCrawlerConfiguration";
|
|
786
796
|
const _WCL = "WebCrawlerLimits";
|
|
787
797
|
const _a = "association";
|
|
@@ -840,12 +850,15 @@ const _add = "address2";
|
|
|
840
850
|
const _addr = "address3";
|
|
841
851
|
const _addre = "address4";
|
|
842
852
|
const _addres = "address";
|
|
853
|
+
const _adm = "adm";
|
|
854
|
+
const _ap = "apns";
|
|
843
855
|
const _as = "assistant";
|
|
844
856
|
const _at = "attachment";
|
|
845
857
|
const _att = "attachments";
|
|
846
858
|
const _attr = "attributes";
|
|
847
859
|
const _b = "body";
|
|
848
860
|
const _bA = "billingAddress1";
|
|
861
|
+
const _bAI = "businessAccountId";
|
|
849
862
|
const _bAi = "billingAddress2";
|
|
850
863
|
const _bAil = "billingAddress3";
|
|
851
864
|
const _bAill = "billingAddress4";
|
|
@@ -866,6 +879,7 @@ const _bPT = "breakpointPercentileThreshold";
|
|
|
866
879
|
const _bR = "botResponse";
|
|
867
880
|
const _bS = "billingState";
|
|
868
881
|
const _bSu = "bufferSize";
|
|
882
|
+
const _ba = "baidu";
|
|
869
883
|
const _c = "client";
|
|
870
884
|
const _cA = "contentArn";
|
|
871
885
|
const _cAA = "contentAssociationArn";
|
|
@@ -900,10 +914,12 @@ const _cTF = "contentTagFilter";
|
|
|
900
914
|
const _cTl = "clientToken";
|
|
901
915
|
const _cTr = "createdTime";
|
|
902
916
|
const _ch = "channels";
|
|
917
|
+
const _cha = "channel";
|
|
903
918
|
const _ci = "city";
|
|
904
919
|
const _co = "configuration";
|
|
905
920
|
const _com = "completion";
|
|
906
921
|
const _comp = "comparator";
|
|
922
|
+
const _compo = "components";
|
|
907
923
|
const _con = "content";
|
|
908
924
|
const _cont = "contents";
|
|
909
925
|
const _cou = "county";
|
|
@@ -941,6 +957,7 @@ const _fI = "flowId";
|
|
|
941
957
|
const _fN = "firstName";
|
|
942
958
|
const _fRR = "failedRecordReport";
|
|
943
959
|
const _fSCC = "fixedSizeChunkingConfiguration";
|
|
960
|
+
const _fc = "fcm";
|
|
944
961
|
const _fi = "filters";
|
|
945
962
|
const _g = "gender";
|
|
946
963
|
const _gC = "groupingConfiguration";
|
|
@@ -967,6 +984,7 @@ const _iF = "inclusionFilters";
|
|
|
967
984
|
const _iFR = "ingestionFailureReasons";
|
|
968
985
|
const _iI = "instanceId";
|
|
969
986
|
const _iID = "intentInputData";
|
|
987
|
+
const _iIU = "imageIconUrl";
|
|
970
988
|
const _iIn = "intentId";
|
|
971
989
|
const _iJ = "importJob";
|
|
972
990
|
const _iJI = "importJobId";
|
|
@@ -977,6 +995,7 @@ const _iNE = "includeNoExistence";
|
|
|
977
995
|
const _iS = "inputStrength";
|
|
978
996
|
const _iSn = "ingestionStatus";
|
|
979
997
|
const _iT = "inputTranscript";
|
|
998
|
+
const _iU = "imageUrl";
|
|
980
999
|
const _id = "id";
|
|
981
1000
|
const _k = "key";
|
|
982
1001
|
const _kB = "knowledgeBase";
|
|
@@ -1022,6 +1041,7 @@ const _mTS = "messageTemplateSummaries";
|
|
|
1022
1041
|
const _mTVS = "messageTemplateVersionSummaries";
|
|
1023
1042
|
const _mTa = "maxTokens";
|
|
1024
1043
|
const _mTe = "messageTemplate";
|
|
1044
|
+
const _mU = "mediaUrl";
|
|
1025
1045
|
const _mWLC = "managedWordListsConfig";
|
|
1026
1046
|
const _ma = "markdown";
|
|
1027
1047
|
const _me = "metadata";
|
|
@@ -1058,6 +1078,7 @@ const _pUTTL = "presignedUrlTimeToLive";
|
|
|
1058
1078
|
const _pa = "pattern";
|
|
1059
1079
|
const _par = "participant";
|
|
1060
1080
|
const _pr = "priority";
|
|
1081
|
+
const _pu = "push";
|
|
1061
1082
|
const _q = "queries";
|
|
1062
1083
|
const _qC = "queryCondition";
|
|
1063
1084
|
const _qID = "queryInputData";
|
|
@@ -1072,6 +1093,7 @@ const _qu = "query";
|
|
|
1072
1093
|
const _r = "reason";
|
|
1073
1094
|
const _rA = "resourceArn";
|
|
1074
1095
|
const _rC = "regexesConfig";
|
|
1096
|
+
const _rCa = "rawContent";
|
|
1075
1097
|
const _rCe = "renderingConfiguration";
|
|
1076
1098
|
const _rD = "rankingData";
|
|
1077
1099
|
const _rDe = "removeDescription";
|
|
@@ -1104,16 +1126,19 @@ const _sAy = "systemAttributes";
|
|
|
1104
1126
|
const _sC = "sourceConfiguration";
|
|
1105
1127
|
const _sCC = "semanticChunkingConfiguration";
|
|
1106
1128
|
const _sCD = "sourceContentData";
|
|
1129
|
+
const _sCS = "sourceConfigurationSummary";
|
|
1107
1130
|
const _sCh = "shippingCity";
|
|
1108
1131
|
const _sChi = "shippingCounty";
|
|
1109
1132
|
const _sChip = "shippingCountry";
|
|
1110
1133
|
const _sE = "searchExpression";
|
|
1111
1134
|
const _sEy = "systemEndpoint";
|
|
1112
1135
|
const _sI = "sessionId";
|
|
1136
|
+
const _sIIU = "smallImageIconUrl";
|
|
1113
1137
|
const _sIPC = "sensitiveInformationPolicyConfig";
|
|
1114
1138
|
const _sK = "shortcutKey";
|
|
1115
1139
|
const _sP = "shippingProvince";
|
|
1116
1140
|
const _sPC = "shippingPostalCode";
|
|
1141
|
+
const _sR = "statusReason";
|
|
1117
1142
|
const _sS = "shippingState";
|
|
1118
1143
|
const _sSAGAIPI = "selfServiceAnswerGenerationAIPromptId";
|
|
1119
1144
|
const _sSAIAC = "selfServiceAIAgentConfiguration";
|
|
@@ -1131,6 +1156,7 @@ const _si = "single";
|
|
|
1131
1156
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.qconnect";
|
|
1132
1157
|
const _sms = "sms";
|
|
1133
1158
|
const _so = "source";
|
|
1159
|
+
const _sou = "sound";
|
|
1134
1160
|
const _st = "state";
|
|
1135
1161
|
const _su = "subject";
|
|
1136
1162
|
const _t = "type";
|
|
@@ -1142,6 +1168,7 @@ const _tF = "tagFilter";
|
|
|
1142
1168
|
const _tFAIPETC = "textFullAIPromptEditTemplateConfiguration";
|
|
1143
1169
|
const _tI = "targetId";
|
|
1144
1170
|
const _tIA = "topicIntegrationArn";
|
|
1171
|
+
const _tIe = "templateId";
|
|
1145
1172
|
const _tK = "tagKeys";
|
|
1146
1173
|
const _tN = "turnNumber";
|
|
1147
1174
|
const _tPC = "topicPolicyConfig";
|
|
@@ -1164,6 +1191,7 @@ const _vIC = "vectorIngestionConfiguration";
|
|
|
1164
1191
|
const _vN = "versionNumber";
|
|
1165
1192
|
const _vS = "visibilityStatus";
|
|
1166
1193
|
const _va = "values";
|
|
1194
|
+
const _wA = "whatsApp";
|
|
1167
1195
|
const _wC = "wordsConfig";
|
|
1168
1196
|
const _wCC = "webCrawlerConfiguration";
|
|
1169
1197
|
const _wPC = "wordPolicyConfig";
|
|
@@ -1709,7 +1737,7 @@ var CreateMessageTemplateRequest = [
|
|
|
1709
1737
|
n0,
|
|
1710
1738
|
_CMTR,
|
|
1711
1739
|
0,
|
|
1712
|
-
[_kBI, _n, _con, _d, _cSh, _la, _dA, _gC, _cTl, _ta],
|
|
1740
|
+
[_kBI, _n, _con, _d, _cSh, _la, _sC, _dA, _gC, _cTl, _ta],
|
|
1713
1741
|
[
|
|
1714
1742
|
[0, 1],
|
|
1715
1743
|
0,
|
|
@@ -1717,6 +1745,7 @@ var CreateMessageTemplateRequest = [
|
|
|
1717
1745
|
0,
|
|
1718
1746
|
0,
|
|
1719
1747
|
0,
|
|
1748
|
+
() => MessageTemplateSourceConfiguration,
|
|
1720
1749
|
[() => MessageTemplateAttributes, 0],
|
|
1721
1750
|
[() => GroupingConfiguration, 0],
|
|
1722
1751
|
[0, 4],
|
|
@@ -2191,13 +2220,37 @@ var ExtendedMessageTemplateData = [
|
|
|
2191
2220
|
n0,
|
|
2192
2221
|
_EMTD,
|
|
2193
2222
|
0,
|
|
2194
|
-
[
|
|
2223
|
+
[
|
|
2224
|
+
_mTA,
|
|
2225
|
+
_mTI,
|
|
2226
|
+
_kBA,
|
|
2227
|
+
_kBI,
|
|
2228
|
+
_n,
|
|
2229
|
+
_cha,
|
|
2230
|
+
_cSh,
|
|
2231
|
+
_cTr,
|
|
2232
|
+
_lMT,
|
|
2233
|
+
_lMB,
|
|
2234
|
+
_con,
|
|
2235
|
+
_d,
|
|
2236
|
+
_la,
|
|
2237
|
+
_sCS,
|
|
2238
|
+
_gC,
|
|
2239
|
+
_dA,
|
|
2240
|
+
_aTt,
|
|
2241
|
+
_att,
|
|
2242
|
+
_iA,
|
|
2243
|
+
_vN,
|
|
2244
|
+
_mTCS,
|
|
2245
|
+
_ta,
|
|
2246
|
+
],
|
|
2195
2247
|
[
|
|
2196
2248
|
0,
|
|
2197
2249
|
0,
|
|
2198
2250
|
0,
|
|
2199
2251
|
0,
|
|
2200
2252
|
0,
|
|
2253
|
+
[() => Channel, 0],
|
|
2201
2254
|
0,
|
|
2202
2255
|
5,
|
|
2203
2256
|
5,
|
|
@@ -2205,6 +2258,7 @@ var ExtendedMessageTemplateData = [
|
|
|
2205
2258
|
[() => MessageTemplateContentProvider, 0],
|
|
2206
2259
|
0,
|
|
2207
2260
|
0,
|
|
2261
|
+
[() => MessageTemplateSourceConfigurationSummary, 0],
|
|
2208
2262
|
[() => GroupingConfiguration, 0],
|
|
2209
2263
|
[() => MessageTemplateAttributes, 0],
|
|
2210
2264
|
64 | 0,
|
|
@@ -3057,7 +3111,7 @@ var ListMessageTemplatesResponse = [
|
|
|
3057
3111
|
_LMTRi,
|
|
3058
3112
|
0,
|
|
3059
3113
|
[_mTS, _nT],
|
|
3060
|
-
[() => MessageTemplateSummaryList, 0],
|
|
3114
|
+
[[() => MessageTemplateSummaryList, 0], 0],
|
|
3061
3115
|
];
|
|
3062
3116
|
var ListMessageTemplateVersionsRequest = [
|
|
3063
3117
|
3,
|
|
@@ -3088,7 +3142,7 @@ var ListMessageTemplateVersionsResponse = [
|
|
|
3088
3142
|
_LMTVRi,
|
|
3089
3143
|
0,
|
|
3090
3144
|
[_mTVS, _nT],
|
|
3091
|
-
[() => MessageTemplateVersionSummaryList, 0],
|
|
3145
|
+
[[() => MessageTemplateVersionSummaryList, 0], 0],
|
|
3092
3146
|
];
|
|
3093
3147
|
var ListQuickResponsesRequest = [
|
|
3094
3148
|
3,
|
|
@@ -3166,13 +3220,14 @@ var MessageTemplateData = [
|
|
|
3166
3220
|
n0,
|
|
3167
3221
|
_MTD,
|
|
3168
3222
|
0,
|
|
3169
|
-
[_mTA, _mTI, _kBA, _kBI, _n, _cSh, _cTr, _lMT, _lMB, _con, _d, _la, _gC, _dA, _aTt, _mTCS, _ta],
|
|
3223
|
+
[_mTA, _mTI, _kBA, _kBI, _n, _cha, _cSh, _cTr, _lMT, _lMB, _con, _d, _la, _sCS, _gC, _dA, _aTt, _mTCS, _ta],
|
|
3170
3224
|
[
|
|
3171
3225
|
0,
|
|
3172
3226
|
0,
|
|
3173
3227
|
0,
|
|
3174
3228
|
0,
|
|
3175
3229
|
0,
|
|
3230
|
+
[() => Channel, 0],
|
|
3176
3231
|
0,
|
|
3177
3232
|
5,
|
|
3178
3233
|
5,
|
|
@@ -3180,6 +3235,7 @@ var MessageTemplateData = [
|
|
|
3180
3235
|
[() => MessageTemplateContentProvider, 0],
|
|
3181
3236
|
0,
|
|
3182
3237
|
0,
|
|
3238
|
+
[() => MessageTemplateSourceConfigurationSummary, 0],
|
|
3183
3239
|
[() => GroupingConfiguration, 0],
|
|
3184
3240
|
[() => MessageTemplateAttributes, 0],
|
|
3185
3241
|
64 | 0,
|
|
@@ -3217,24 +3273,42 @@ var MessageTemplateSearchResultData = [
|
|
|
3217
3273
|
n0,
|
|
3218
3274
|
_MTSRD,
|
|
3219
3275
|
0,
|
|
3220
|
-
[_mTA, _mTI, _kBA, _kBI, _n, _cSh, _cTr, _lMT, _lMB, _iA, _vN, _d, _gC, _la, _ta],
|
|
3221
|
-
[
|
|
3276
|
+
[_mTA, _mTI, _kBA, _kBI, _n, _cha, _cSh, _cTr, _lMT, _lMB, _iA, _vN, _d, _sCS, _gC, _la, _ta],
|
|
3277
|
+
[
|
|
3278
|
+
0,
|
|
3279
|
+
0,
|
|
3280
|
+
0,
|
|
3281
|
+
0,
|
|
3282
|
+
0,
|
|
3283
|
+
[() => Channel, 0],
|
|
3284
|
+
0,
|
|
3285
|
+
5,
|
|
3286
|
+
5,
|
|
3287
|
+
0,
|
|
3288
|
+
2,
|
|
3289
|
+
1,
|
|
3290
|
+
0,
|
|
3291
|
+
[() => MessageTemplateSourceConfigurationSummary, 0],
|
|
3292
|
+
[() => GroupingConfiguration, 0],
|
|
3293
|
+
0,
|
|
3294
|
+
128 | 0,
|
|
3295
|
+
],
|
|
3222
3296
|
];
|
|
3223
3297
|
var MessageTemplateSummary = [
|
|
3224
3298
|
3,
|
|
3225
3299
|
n0,
|
|
3226
3300
|
_MTS,
|
|
3227
3301
|
0,
|
|
3228
|
-
[_mTA, _mTI, _kBA, _kBI, _n, _cSh, _cTr, _lMT, _lMB, _aVN, _d, _ta],
|
|
3229
|
-
[0, 0, 0, 0, 0, 0, 5, 5, 0, 1, 0, 128 | 0],
|
|
3302
|
+
[_mTA, _mTI, _kBA, _kBI, _n, _cha, _cSh, _cTr, _lMT, _lMB, _sC, _aVN, _d, _ta],
|
|
3303
|
+
[0, 0, 0, 0, 0, [() => Channel, 0], 0, 5, 5, 0, () => MessageTemplateSourceConfiguration, 1, 0, 128 | 0],
|
|
3230
3304
|
];
|
|
3231
3305
|
var MessageTemplateVersionSummary = [
|
|
3232
3306
|
3,
|
|
3233
3307
|
n0,
|
|
3234
3308
|
_MTVS,
|
|
3235
3309
|
0,
|
|
3236
|
-
[_mTA, _mTI, _kBA, _kBI, _n, _cSh, _iA, _vN],
|
|
3237
|
-
[0, 0, 0, 0, 0, 0, 2, 1],
|
|
3310
|
+
[_mTA, _mTI, _kBA, _kBI, _n, _cha, _cSh, _iA, _vN],
|
|
3311
|
+
[0, 0, 0, 0, 0, [() => Channel, 0], 0, 2, 1],
|
|
3238
3312
|
];
|
|
3239
3313
|
var NotifyRecommendationsReceivedError = [3, n0, _NRRE, 0, [_rIe, _m], [0, 0]];
|
|
3240
3314
|
var NotifyRecommendationsReceivedRequest = [
|
|
@@ -3274,6 +3348,89 @@ var PreconditionFailedException = [
|
|
|
3274
3348
|
[0],
|
|
3275
3349
|
];
|
|
3276
3350
|
schema.TypeRegistry.for(n0).registerError(PreconditionFailedException, PreconditionFailedException$1);
|
|
3351
|
+
var PushADMMessageTemplateContent = [
|
|
3352
|
+
3,
|
|
3353
|
+
n0,
|
|
3354
|
+
_PADMMTC,
|
|
3355
|
+
0,
|
|
3356
|
+
[_ti, _b, _ac, _sou, _u, _iU, _iIU, _sIIU, _rCa],
|
|
3357
|
+
[
|
|
3358
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3359
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3360
|
+
0,
|
|
3361
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3362
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3363
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3364
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3365
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3366
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3367
|
+
],
|
|
3368
|
+
];
|
|
3369
|
+
var PushAPNSMessageTemplateContent = [
|
|
3370
|
+
3,
|
|
3371
|
+
n0,
|
|
3372
|
+
_PAPNSMTC,
|
|
3373
|
+
0,
|
|
3374
|
+
[_ti, _b, _ac, _sou, _u, _mU, _rCa],
|
|
3375
|
+
[
|
|
3376
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3377
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3378
|
+
0,
|
|
3379
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3380
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3381
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3382
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3383
|
+
],
|
|
3384
|
+
];
|
|
3385
|
+
var PushBaiduMessageTemplateContent = [
|
|
3386
|
+
3,
|
|
3387
|
+
n0,
|
|
3388
|
+
_PBMTC,
|
|
3389
|
+
0,
|
|
3390
|
+
[_ti, _b, _ac, _sou, _u, _iU, _iIU, _sIIU, _rCa],
|
|
3391
|
+
[
|
|
3392
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3393
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3394
|
+
0,
|
|
3395
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3396
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3397
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3398
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3399
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3400
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3401
|
+
],
|
|
3402
|
+
];
|
|
3403
|
+
var PushFCMMessageTemplateContent = [
|
|
3404
|
+
3,
|
|
3405
|
+
n0,
|
|
3406
|
+
_PFCMMTC,
|
|
3407
|
+
0,
|
|
3408
|
+
[_ti, _b, _ac, _sou, _u, _iU, _iIU, _sIIU, _rCa],
|
|
3409
|
+
[
|
|
3410
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3411
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3412
|
+
0,
|
|
3413
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3414
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3415
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3416
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3417
|
+
[() => NonEmptyUnlimitedString, 0],
|
|
3418
|
+
[() => MessageTemplateBodyContentProvider, 0],
|
|
3419
|
+
],
|
|
3420
|
+
];
|
|
3421
|
+
var PushMessageTemplateContent = [
|
|
3422
|
+
3,
|
|
3423
|
+
n0,
|
|
3424
|
+
_PMTC,
|
|
3425
|
+
0,
|
|
3426
|
+
[_adm, _ap, _fc, _ba],
|
|
3427
|
+
[
|
|
3428
|
+
[() => PushADMMessageTemplateContent, 0],
|
|
3429
|
+
[() => PushAPNSMessageTemplateContent, 0],
|
|
3430
|
+
[() => PushFCMMessageTemplateContent, 0],
|
|
3431
|
+
[() => PushBaiduMessageTemplateContent, 0],
|
|
3432
|
+
],
|
|
3433
|
+
];
|
|
3277
3434
|
var PutFeedbackRequest = [
|
|
3278
3435
|
3,
|
|
3279
3436
|
n0,
|
|
@@ -3456,9 +3613,10 @@ var RenderMessageTemplateResponse = [
|
|
|
3456
3613
|
n0,
|
|
3457
3614
|
_RMTRe,
|
|
3458
3615
|
0,
|
|
3459
|
-
[_con, _aNI, _att],
|
|
3616
|
+
[_con, _sCS, _aNI, _att],
|
|
3460
3617
|
[
|
|
3461
3618
|
[() => MessageTemplateContentProvider, 0],
|
|
3619
|
+
[() => MessageTemplateSourceConfigurationSummary, 0],
|
|
3462
3620
|
[() => MessageTemplateAttributeKeyList, 0],
|
|
3463
3621
|
[() => MessageTemplateAttachmentList, 0],
|
|
3464
3622
|
],
|
|
@@ -3908,8 +4066,15 @@ var UpdateMessageTemplateRequest = [
|
|
|
3908
4066
|
n0,
|
|
3909
4067
|
_UMTR,
|
|
3910
4068
|
0,
|
|
3911
|
-
[_kBI, _mTI, _con, _la, _dA],
|
|
3912
|
-
[
|
|
4069
|
+
[_kBI, _mTI, _con, _la, _sC, _dA],
|
|
4070
|
+
[
|
|
4071
|
+
[0, 1],
|
|
4072
|
+
[0, 1],
|
|
4073
|
+
[() => MessageTemplateContentProvider, 0],
|
|
4074
|
+
0,
|
|
4075
|
+
() => MessageTemplateSourceConfiguration,
|
|
4076
|
+
[() => MessageTemplateAttributes, 0],
|
|
4077
|
+
],
|
|
3913
4078
|
];
|
|
3914
4079
|
var UpdateMessageTemplateResponse = [
|
|
3915
4080
|
3,
|
|
@@ -4005,6 +4170,23 @@ var WebCrawlerConfiguration = [
|
|
|
4005
4170
|
[() => UrlConfiguration, () => WebCrawlerLimits, [() => UrlFilterList, 0], [() => UrlFilterList, 0], 0],
|
|
4006
4171
|
];
|
|
4007
4172
|
var WebCrawlerLimits = [3, n0, _WCL, 0, [_rLa], [1]];
|
|
4173
|
+
var WhatsAppMessageTemplateContent = [3, n0, _WAMTC, 0, [_da], [0]];
|
|
4174
|
+
var WhatsAppMessageTemplateSourceConfiguration = [
|
|
4175
|
+
3,
|
|
4176
|
+
n0,
|
|
4177
|
+
_WAMTSC,
|
|
4178
|
+
0,
|
|
4179
|
+
[_bAI, _tIe, _compo],
|
|
4180
|
+
[0, 0, 64 | 0],
|
|
4181
|
+
];
|
|
4182
|
+
var WhatsAppMessageTemplateSourceConfigurationSummary = [
|
|
4183
|
+
3,
|
|
4184
|
+
n0,
|
|
4185
|
+
_WAMTSCS,
|
|
4186
|
+
0,
|
|
4187
|
+
[_bAI, _tIe, _n, _la, _compo, _s, _sR],
|
|
4188
|
+
[0, 0, 0, 0, 64 | 0, 0, [() => NonEmptyUnlimitedString, 0]],
|
|
4189
|
+
];
|
|
4008
4190
|
var QConnectServiceException = [-3, _sm, "QConnectServiceException", 0, [], []];
|
|
4009
4191
|
schema.TypeRegistry.for(_sm).registerError(QConnectServiceException, QConnectServiceException$1);
|
|
4010
4192
|
var AIAgentSummaryList = [1, n0, _AIASL, 0, () => AIAgentSummary];
|
|
@@ -4079,13 +4261,13 @@ var MessageTemplateSearchResultsList = [
|
|
|
4079
4261
|
0,
|
|
4080
4262
|
[() => MessageTemplateSearchResultData, 0],
|
|
4081
4263
|
];
|
|
4082
|
-
var MessageTemplateSummaryList = [1, n0, _MTSL, 0, () => MessageTemplateSummary];
|
|
4264
|
+
var MessageTemplateSummaryList = [1, n0, _MTSL, 0, [() => MessageTemplateSummary, 0]];
|
|
4083
4265
|
var MessageTemplateVersionSummaryList = [
|
|
4084
4266
|
1,
|
|
4085
4267
|
n0,
|
|
4086
4268
|
_MTVSL,
|
|
4087
4269
|
0,
|
|
4088
|
-
() => MessageTemplateVersionSummary,
|
|
4270
|
+
[() => MessageTemplateVersionSummary, 0],
|
|
4089
4271
|
];
|
|
4090
4272
|
var NotifyRecommendationsReceivedErrorList = [
|
|
4091
4273
|
1,
|
|
@@ -4227,12 +4409,30 @@ var MessageTemplateContentProvider = [
|
|
|
4227
4409
|
n0,
|
|
4228
4410
|
_MTCP,
|
|
4229
4411
|
0,
|
|
4230
|
-
[_em, _sms],
|
|
4412
|
+
[_em, _sms, _wA, _pu],
|
|
4231
4413
|
[
|
|
4232
4414
|
[() => EmailMessageTemplateContent, 0],
|
|
4233
4415
|
[() => SMSMessageTemplateContent, 0],
|
|
4416
|
+
() => WhatsAppMessageTemplateContent,
|
|
4417
|
+
[() => PushMessageTemplateContent, 0],
|
|
4234
4418
|
],
|
|
4235
4419
|
];
|
|
4420
|
+
var MessageTemplateSourceConfiguration = [
|
|
4421
|
+
3,
|
|
4422
|
+
n0,
|
|
4423
|
+
_MTSC,
|
|
4424
|
+
0,
|
|
4425
|
+
[_wA],
|
|
4426
|
+
[() => WhatsAppMessageTemplateSourceConfiguration],
|
|
4427
|
+
];
|
|
4428
|
+
var MessageTemplateSourceConfigurationSummary = [
|
|
4429
|
+
3,
|
|
4430
|
+
n0,
|
|
4431
|
+
_MTSCS,
|
|
4432
|
+
0,
|
|
4433
|
+
[_wA],
|
|
4434
|
+
[[() => WhatsAppMessageTemplateSourceConfigurationSummary, 0]],
|
|
4435
|
+
];
|
|
4236
4436
|
var OrCondition = [
|
|
4237
4437
|
3,
|
|
4238
4438
|
n0,
|
|
@@ -217,7 +217,9 @@ export const SessionDataNamespace = {
|
|
|
217
217
|
};
|
|
218
218
|
export const ChannelSubtype = {
|
|
219
219
|
EMAIL: "EMAIL",
|
|
220
|
+
PUSH: "PUSH",
|
|
220
221
|
SMS: "SMS",
|
|
222
|
+
WHATSAPP: "WHATSAPP",
|
|
221
223
|
};
|
|
222
224
|
export const ChunkingStrategy = {
|
|
223
225
|
FIXED_SIZE: "FIXED_SIZE",
|
|
@@ -268,9 +270,19 @@ export const KnowledgeBaseStatus = {
|
|
|
268
270
|
DELETE_FAILED: "DELETE_FAILED",
|
|
269
271
|
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
270
272
|
};
|
|
273
|
+
export const PushMessageAction = {
|
|
274
|
+
DEEP_LINK: "DEEP_LINK",
|
|
275
|
+
OPEN_APP: "OPEN_APP",
|
|
276
|
+
URL: "URL",
|
|
277
|
+
};
|
|
271
278
|
export const MessageTemplateAttributeType = {
|
|
272
279
|
AGENT: "AGENT",
|
|
273
280
|
CUSTOM: "CUSTOM",
|
|
274
281
|
CUSTOMER_PROFILE: "CUSTOMER_PROFILE",
|
|
275
282
|
SYSTEM: "SYSTEM",
|
|
276
283
|
};
|
|
284
|
+
export const WhatsAppSourceConfigurationStatus = {
|
|
285
|
+
INVALID: "INVALID",
|
|
286
|
+
REJECTED: "REJECTED",
|
|
287
|
+
VALID: "VALID",
|
|
288
|
+
};
|