@aws-sdk/client-socialmessaging 3.1060.0 → 3.1061.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 (67) hide show
  1. package/README.md +77 -7
  2. package/dist-cjs/index.js +160 -0
  3. package/dist-cjs/schemas/schemas_0.js +262 -14
  4. package/dist-es/SocialMessaging.js +24 -0
  5. package/dist-es/commands/CreateWhatsAppFlowCommand.js +16 -0
  6. package/dist-es/commands/DeleteWhatsAppFlowCommand.js +16 -0
  7. package/dist-es/commands/DeprecateWhatsAppFlowCommand.js +16 -0
  8. package/dist-es/commands/GetWhatsAppFlowCommand.js +16 -0
  9. package/dist-es/commands/GetWhatsAppFlowPreviewCommand.js +16 -0
  10. package/dist-es/commands/ListWhatsAppFlowAssetsCommand.js +16 -0
  11. package/dist-es/commands/ListWhatsAppFlowsCommand.js +16 -0
  12. package/dist-es/commands/PublishWhatsAppFlowCommand.js +16 -0
  13. package/dist-es/commands/UpdateWhatsAppFlowAssetsCommand.js +16 -0
  14. package/dist-es/commands/UpdateWhatsAppFlowCommand.js +16 -0
  15. package/dist-es/commands/index.js +10 -0
  16. package/dist-es/models/enums.js +11 -0
  17. package/dist-es/pagination/ListWhatsAppFlowAssetsPaginator.js +4 -0
  18. package/dist-es/pagination/ListWhatsAppFlowsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +259 -12
  21. package/dist-types/SocialMessaging.d.ts +84 -0
  22. package/dist-types/SocialMessagingClient.d.ts +12 -2
  23. package/dist-types/commands/CreateWhatsAppFlowCommand.d.ts +113 -0
  24. package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +3 -0
  25. package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +3 -0
  27. package/dist-types/commands/DeleteWhatsAppFlowCommand.d.ts +100 -0
  28. package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +3 -0
  29. package/dist-types/commands/DeprecateWhatsAppFlowCommand.d.ts +100 -0
  30. package/dist-types/commands/GetWhatsAppFlowCommand.d.ts +139 -0
  31. package/dist-types/commands/GetWhatsAppFlowPreviewCommand.d.ts +107 -0
  32. package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +3 -0
  33. package/dist-types/commands/ListWhatsAppFlowAssetsCommand.d.ts +111 -0
  34. package/dist-types/commands/ListWhatsAppFlowsCommand.d.ts +116 -0
  35. package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +3 -0
  36. package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +3 -0
  37. package/dist-types/commands/PublishWhatsAppFlowCommand.d.ts +100 -0
  38. package/dist-types/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +105 -0
  39. package/dist-types/commands/UpdateWhatsAppFlowCommand.d.ts +104 -0
  40. package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +3 -0
  41. package/dist-types/commands/index.d.ts +10 -0
  42. package/dist-types/models/enums.d.ts +19 -0
  43. package/dist-types/models/models_0.d.ts +518 -1
  44. package/dist-types/pagination/ListWhatsAppFlowAssetsPaginator.d.ts +7 -0
  45. package/dist-types/pagination/ListWhatsAppFlowsPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +2 -0
  47. package/dist-types/schemas/schemas_0.d.ts +37 -0
  48. package/dist-types/ts3.4/SocialMessaging.d.ts +184 -0
  49. package/dist-types/ts3.4/SocialMessagingClient.d.ts +60 -0
  50. package/dist-types/ts3.4/commands/CreateWhatsAppFlowCommand.d.ts +53 -0
  51. package/dist-types/ts3.4/commands/DeleteWhatsAppFlowCommand.d.ts +53 -0
  52. package/dist-types/ts3.4/commands/DeprecateWhatsAppFlowCommand.d.ts +53 -0
  53. package/dist-types/ts3.4/commands/GetWhatsAppFlowCommand.d.ts +52 -0
  54. package/dist-types/ts3.4/commands/GetWhatsAppFlowPreviewCommand.d.ts +53 -0
  55. package/dist-types/ts3.4/commands/ListWhatsAppFlowAssetsCommand.d.ts +53 -0
  56. package/dist-types/ts3.4/commands/ListWhatsAppFlowsCommand.d.ts +52 -0
  57. package/dist-types/ts3.4/commands/PublishWhatsAppFlowCommand.d.ts +53 -0
  58. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +53 -0
  59. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowCommand.d.ts +53 -0
  60. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  61. package/dist-types/ts3.4/models/enums.d.ts +13 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +126 -1
  63. package/dist-types/ts3.4/pagination/ListWhatsAppFlowAssetsPaginator.d.ts +11 -0
  64. package/dist-types/ts3.4/pagination/ListWhatsAppFlowsPaginator.d.ts +11 -0
  65. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -0
  67. package/package.json +1 -1
@@ -4,6 +4,9 @@ const _AIPT = "AssociateInProgressToken";
4
4
  const _AWABA = "AssociateWhatsAppBusinessAccount";
5
5
  const _AWABAI = "AssociateWhatsAppBusinessAccountInput";
6
6
  const _AWABAO = "AssociateWhatsAppBusinessAccountOutput";
7
+ const _CWAF = "CreateWhatsAppFlow";
8
+ const _CWAFI = "CreateWhatsAppFlowInput";
9
+ const _CWAFO = "CreateWhatsAppFlowOutput";
7
10
  const _CWAMT = "CreateWhatsAppMessageTemplate";
8
11
  const _CWAMTFL = "CreateWhatsAppMessageTemplateFromLibrary";
9
12
  const _CWAMTFLI = "CreateWhatsAppMessageTemplateFromLibraryInput";
@@ -17,6 +20,12 @@ const _DE = "DependencyException";
17
20
  const _DWABA = "DisassociateWhatsAppBusinessAccount";
18
21
  const _DWABAI = "DisassociateWhatsAppBusinessAccountInput";
19
22
  const _DWABAO = "DisassociateWhatsAppBusinessAccountOutput";
23
+ const _DWAF = "DeleteWhatsAppFlow";
24
+ const _DWAFI = "DeleteWhatsAppFlowInput";
25
+ const _DWAFIe = "DeprecateWhatsAppFlowInput";
26
+ const _DWAFO = "DeleteWhatsAppFlowOutput";
27
+ const _DWAFOe = "DeprecateWhatsAppFlowOutput";
28
+ const _DWAFe = "DeprecateWhatsAppFlow";
20
29
  const _DWAMM = "DeleteWhatsAppMessageMedia";
21
30
  const _DWAMMI = "DeleteWhatsAppMessageMediaInput";
22
31
  const _DWAMMO = "DeleteWhatsAppMessageMediaOutput";
@@ -29,6 +38,12 @@ const _GLWABAO = "GetLinkedWhatsAppBusinessAccountOutput";
29
38
  const _GLWABAPN = "GetLinkedWhatsAppBusinessAccountPhoneNumber";
30
39
  const _GLWABAPNI = "GetLinkedWhatsAppBusinessAccountPhoneNumberInput";
31
40
  const _GLWABAPNO = "GetLinkedWhatsAppBusinessAccountPhoneNumberOutput";
41
+ const _GWAF = "GetWhatsAppFlow";
42
+ const _GWAFI = "GetWhatsAppFlowInput";
43
+ const _GWAFO = "GetWhatsAppFlowOutput";
44
+ const _GWAFP = "GetWhatsAppFlowPreview";
45
+ const _GWAFPI = "GetWhatsAppFlowPreviewInput";
46
+ const _GWAFPO = "GetWhatsAppFlowPreviewOutput";
32
47
  const _GWAMM = "GetWhatsAppMessageMedia";
33
48
  const _GWAMMI = "GetWhatsAppMessageMediaInput";
34
49
  const _GWAMMO = "GetWhatsAppMessageMediaOutput";
@@ -52,12 +67,28 @@ const _LWABA = "LinkedWhatsAppBusinessAccount";
52
67
  const _LWABAIMD = "LinkedWhatsAppBusinessAccountIdMetaData";
53
68
  const _LWABAS = "LinkedWhatsAppBusinessAccountSummary";
54
69
  const _LWABASL = "LinkedWhatsAppBusinessAccountSummaryList";
70
+ const _LWAF = "ListWhatsAppFlows";
71
+ const _LWAFA = "ListWhatsAppFlowAssets";
72
+ const _LWAFAI = "ListWhatsAppFlowAssetsInput";
73
+ const _LWAFAO = "ListWhatsAppFlowAssetsOutput";
74
+ const _LWAFI = "ListWhatsAppFlowsInput";
75
+ const _LWAFO = "ListWhatsAppFlowsOutput";
55
76
  const _LWAMT = "ListWhatsAppMessageTemplates";
56
77
  const _LWAMTI = "ListWhatsAppMessageTemplatesInput";
57
78
  const _LWAMTO = "ListWhatsAppMessageTemplatesOutput";
58
79
  const _LWATL = "ListWhatsAppTemplateLibrary";
59
80
  const _LWATLI = "ListWhatsAppTemplateLibraryInput";
60
81
  const _LWATLO = "ListWhatsAppTemplateLibraryOutput";
82
+ const _MFA = "MetaFlowAsset";
83
+ const _MFAI = "MetaFlowApplicationInfo";
84
+ const _MFAL = "MetaFlowAssetList";
85
+ const _MFHE = "MetaFlowHealthEntity";
86
+ const _MFHEL = "MetaFlowHealthEntityList";
87
+ const _MFHS = "MetaFlowHealthStatus";
88
+ const _MFPI = "MetaFlowPreviewInfo";
89
+ const _MFS = "MetaFlowSummary";
90
+ const _MFSL = "MetaFlowSummaryList";
91
+ const _MFWABAI = "MetaFlowWhatsAppBusinessAccountInfo";
61
92
  const _MLT = "MetaLibraryTemplate";
62
93
  const _MLTBI = "MetaLibraryTemplateButtonInputs";
63
94
  const _MLTBL = "MetaLibraryTemplateButtonList";
@@ -66,6 +97,9 @@ const _MLTL = "MetaLibraryTemplatesList";
66
97
  const _PWABAED = "PutWhatsAppBusinessAccountEventDestinations";
67
98
  const _PWABAEDI = "PutWhatsAppBusinessAccountEventDestinationsInput";
68
99
  const _PWABAEDO = "PutWhatsAppBusinessAccountEventDestinationsOutput";
100
+ const _PWAF = "PublishWhatsAppFlow";
101
+ const _PWAFI = "PublishWhatsAppFlowInput";
102
+ const _PWAFO = "PublishWhatsAppFlowOutput";
69
103
  const _PWAMM = "PostWhatsAppMessageMedia";
70
104
  const _PWAMMI = "PostWhatsAppMessageMediaInput";
71
105
  const _PWAMMO = "PostWhatsAppMessageMediaOutput";
@@ -88,6 +122,12 @@ const _TSL = "TemplateSummaryList";
88
122
  const _UR = "UntagResource";
89
123
  const _URI = "UntagResourceInput";
90
124
  const _URO = "UntagResourceOutput";
125
+ const _UWAF = "UpdateWhatsAppFlow";
126
+ const _UWAFA = "UpdateWhatsAppFlowAssets";
127
+ const _UWAFAI = "UpdateWhatsAppFlowAssetsInput";
128
+ const _UWAFAO = "UpdateWhatsAppFlowAssetsOutput";
129
+ const _UWAFI = "UpdateWhatsAppFlowInput";
130
+ const _UWAFO = "UpdateWhatsAppFlowOutput";
91
131
  const _UWAMT = "UpdateWhatsAppMessageTemplate";
92
132
  const _UWAMTI = "UpdateWhatsAppMessageTemplateInput";
93
133
  const _UWAMTO = "UpdateWhatsAppMessageTemplateOutput";
@@ -111,33 +151,56 @@ const _aIPT = "associateInProgressToken";
111
151
  const _aLML = "addLearnMoreLink";
112
152
  const _aN = "accountName";
113
153
  const _aSR = "addSecurityRecommendation";
114
- const _aT = "accessToken";
154
+ const _aT = "assetType";
115
155
  const _aTPL = "addTrackPackageLink";
156
+ const _aTc = "accessToken";
157
+ const _ap = "application";
116
158
  const _ar = "arn";
117
159
  const _bN = "bucketName";
118
160
  const _c = "client";
119
161
  const _cEM = "codeExpirationMinutes";
162
+ const _cFI = "cloneFlowId";
163
+ const _cSM = "canSendMessage";
120
164
  const _cU = "callbackUrl";
121
165
  const _cULTOO = "ctaUrlLinkTrackingOptedOut";
122
- const _ca = "category";
166
+ const _ca = "categories";
167
+ const _cat = "category";
168
+ const _cu = "currency";
123
169
  const _dAL = "deleteAllLanguages";
124
170
  const _dAT = "deleteAllTemplates";
171
+ const _dAV = "dataApiVersion";
125
172
  const _dLR = "dataLocalizationRegion";
126
173
  const _dPN = "displayPhoneNumber";
127
174
  const _dPNN = "displayPhoneNumberName";
128
175
  const _dSF = "destinationS3File";
129
176
  const _dSPU = "destinationS3PresignedUrl";
177
+ const _dU = "downloadUrl";
130
178
  const _e = "error";
179
+ const _eA = "expiresAt";
131
180
  const _eD = "eventDestinations";
132
181
  const _eDA = "eventDestinationArn";
133
- const _f = "filters";
134
- const _fS = "fileSize";
182
+ const _eT = "entityType";
183
+ const _eU = "endpointUri";
184
+ const _en = "entities";
185
+ const _f = "flows";
186
+ const _fA = "flowAssets";
187
+ const _fC = "flowCategories";
188
+ const _fI = "flowId";
189
+ const _fJ = "flowJson";
190
+ const _fN = "flowName";
191
+ const _fS = "flowStatus";
192
+ const _fSi = "fileSize";
193
+ const _fi = "filters";
135
194
  const _h = "headers";
136
195
  const _hE = "httpError";
137
196
  const _hQ = "httpQuery";
197
+ const _hS = "healthStatus";
138
198
  const _ht = "http";
139
199
  const _i = "id";
200
+ const _in = "invalidate";
201
+ const _jV = "jsonVersion";
140
202
  const _k = "key";
203
+ const _l = "link";
141
204
  const _lA = "linkedAccounts";
142
205
  const _lAWIS = "linkedAccountsWithIncompleteSetup";
143
206
  const _lD = "linkDate";
@@ -158,14 +221,19 @@ const _mPNI = "metaPhoneNumberId";
158
221
  const _mR = "maxResults";
159
222
  const _mT = "mimeType";
160
223
  const _mTI = "metaTemplateId";
224
+ const _mTN = "messageTemplateNamespace";
225
+ const _n = "name";
161
226
  const _nT = "nextToken";
162
227
  const _oPNI = "originationPhoneNumberId";
163
228
  const _oT = "otpType";
229
+ const _p = "publish";
164
230
  const _pF = "parameterFormat";
165
231
  const _pN = "phoneNumber";
166
232
  const _pNI = "phoneNumberId";
167
233
  const _pNP = "phoneNumberParent";
168
234
  const _pNh = "phoneNumbers";
235
+ const _pU = "previewUrl";
236
+ const _pr = "preview";
169
237
  const _qR = "qualityRating";
170
238
  const _rA = "resourceArn";
171
239
  const _rAo = "roleArn";
@@ -189,8 +257,9 @@ const _tCe = "templateComponents";
189
257
  const _tD = "templateDefinition";
190
258
  const _tFP = "twoFactorPin";
191
259
  const _tH = "templateHeader";
192
- const _tI = "templateIndustry";
193
- const _tIe = "templateId";
260
+ const _tI = "timezoneId";
261
+ const _tIe = "templateIndustry";
262
+ const _tIem = "templateId";
194
263
  const _tK = "tagKeys";
195
264
  const _tL = "templateLanguage";
196
265
  const _tLC = "templateLanguageCode";
@@ -206,7 +275,9 @@ const _ty = "type";
206
275
  const _u = "url";
207
276
  const _uWAPN = "unregisteredWhatsAppPhoneNumbers";
208
277
  const _v = "value";
278
+ const _vE = "validationErrors";
209
279
  const _w = "waba";
280
+ const _wABA = "whatsAppBusinessAccount";
210
281
  const _wI = "wabaId";
211
282
  const _wN = "wabaName";
212
283
  const _zTTA = "zeroTapTermsAccepted";
@@ -289,6 +360,16 @@ export var AssociateWhatsAppBusinessAccountOutput$ = [3, n0, _AWABAO,
289
360
  [_sCR, _sCt, _lWABAI],
290
361
  [[() => WhatsAppSignupCallbackResult$, 0], 1, 0]
291
362
  ];
363
+ export var CreateWhatsAppFlowInput$ = [3, n0, _CWAFI,
364
+ 0,
365
+ [_i, _fN, _ca, _fJ, _p, _cFI],
366
+ [0, 0, 64 | 0, 21, 2, 0], 3
367
+ ];
368
+ export var CreateWhatsAppFlowOutput$ = [3, n0, _CWAFO,
369
+ 0,
370
+ [_fI, _vE],
371
+ [0, 64 | 0]
372
+ ];
292
373
  export var CreateWhatsAppMessageTemplateFromLibraryInput$ = [3, n0, _CWAMTFLI,
293
374
  0,
294
375
  [_mLT, _i],
@@ -296,7 +377,7 @@ export var CreateWhatsAppMessageTemplateFromLibraryInput$ = [3, n0, _CWAMTFLI,
296
377
  ];
297
378
  export var CreateWhatsAppMessageTemplateFromLibraryOutput$ = [3, n0, _CWAMTFLO,
298
379
  0,
299
- [_mTI, _tS, _ca],
380
+ [_mTI, _tS, _cat],
300
381
  [0, 0, 0]
301
382
  ];
302
383
  export var CreateWhatsAppMessageTemplateInput$ = [3, n0, _CWAMTI,
@@ -316,9 +397,19 @@ export var CreateWhatsAppMessageTemplateMediaOutput$ = [3, n0, _CWAMTMO,
316
397
  ];
317
398
  export var CreateWhatsAppMessageTemplateOutput$ = [3, n0, _CWAMTO,
318
399
  0,
319
- [_mTI, _tS, _ca],
400
+ [_mTI, _tS, _cat],
320
401
  [0, 0, 0]
321
402
  ];
403
+ export var DeleteWhatsAppFlowInput$ = [3, n0, _DWAFI,
404
+ 0,
405
+ [_i, _fI],
406
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _fI }]], 2
407
+ ];
408
+ export var DeleteWhatsAppFlowOutput$ = [3, n0, _DWAFO,
409
+ 0,
410
+ [],
411
+ []
412
+ ];
322
413
  export var DeleteWhatsAppMessageMediaInput$ = [3, n0, _DWAMMI,
323
414
  0,
324
415
  [_mI, _oPNI],
@@ -339,6 +430,16 @@ export var DeleteWhatsAppMessageTemplateOutput$ = [3, n0, _DWAMTO,
339
430
  [],
340
431
  []
341
432
  ];
433
+ export var DeprecateWhatsAppFlowInput$ = [3, n0, _DWAFIe,
434
+ 0,
435
+ [_i, _fI],
436
+ [0, 0], 2
437
+ ];
438
+ export var DeprecateWhatsAppFlowOutput$ = [3, n0, _DWAFOe,
439
+ 0,
440
+ [],
441
+ []
442
+ ];
342
443
  export var DisassociateWhatsAppBusinessAccountInput$ = [3, n0, _DWABAI,
343
444
  0,
344
445
  [_i],
@@ -369,6 +470,26 @@ export var GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$ = [3, n0, _GLWABAP
369
470
  [_pN, _lWABAI],
370
471
  [() => WhatsAppPhoneNumberDetail$, 0]
371
472
  ];
473
+ export var GetWhatsAppFlowInput$ = [3, n0, _GWAFI,
474
+ 0,
475
+ [_i, _fI],
476
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _fI }]], 2
477
+ ];
478
+ export var GetWhatsAppFlowOutput$ = [3, n0, _GWAFO,
479
+ 0,
480
+ [_fI, _fN, _fS, _ca, _vE, _jV, _dAV, _eU, _pr, _wABA, _ap, _hS],
481
+ [0, 0, 0, 64 | 0, 64 | 0, 0, 0, 0, () => MetaFlowPreviewInfo$, () => MetaFlowWhatsAppBusinessAccountInfo$, () => MetaFlowApplicationInfo$, () => MetaFlowHealthStatus$], 3
482
+ ];
483
+ export var GetWhatsAppFlowPreviewInput$ = [3, n0, _GWAFPI,
484
+ 0,
485
+ [_i, _fI, _in],
486
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _fI }], [2, { [_hQ]: _in }]], 2
487
+ ];
488
+ export var GetWhatsAppFlowPreviewOutput$ = [3, n0, _GWAFPO,
489
+ 0,
490
+ [_fI, _pr],
491
+ [0, () => MetaFlowPreviewInfo$], 2
492
+ ];
372
493
  export var GetWhatsAppMessageMediaInput$ = [3, n0, _GWAMMI,
373
494
  0,
374
495
  [_mI, _oPNI, _mO, _dSPU, _dSF],
@@ -376,7 +497,7 @@ export var GetWhatsAppMessageMediaInput$ = [3, n0, _GWAMMI,
376
497
  ];
377
498
  export var GetWhatsAppMessageMediaOutput$ = [3, n0, _GWAMMO,
378
499
  0,
379
- [_mT, _fS],
500
+ [_mT, _fSi],
380
501
  [0, 1]
381
502
  ];
382
503
  export var GetWhatsAppMessageTemplateInput$ = [3, n0, _GWAMTI,
@@ -439,6 +560,26 @@ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
439
560
  [_sCt, _ta],
440
561
  [1, () => TagList]
441
562
  ];
563
+ export var ListWhatsAppFlowAssetsInput$ = [3, n0, _LWAFAI,
564
+ 0,
565
+ [_i, _fI, _nT, _mR],
566
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _fI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
567
+ ];
568
+ export var ListWhatsAppFlowAssetsOutput$ = [3, n0, _LWAFAO,
569
+ 0,
570
+ [_fA, _nT],
571
+ [() => MetaFlowAssetList, 0], 1
572
+ ];
573
+ export var ListWhatsAppFlowsInput$ = [3, n0, _LWAFI,
574
+ 0,
575
+ [_i, _nT, _mR],
576
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
577
+ ];
578
+ export var ListWhatsAppFlowsOutput$ = [3, n0, _LWAFO,
579
+ 0,
580
+ [_f, _nT],
581
+ [() => MetaFlowSummaryList, 0], 1
582
+ ];
442
583
  export var ListWhatsAppMessageTemplatesInput$ = [3, n0, _LWAMTI,
443
584
  0,
444
585
  [_i, _nT, _mR],
@@ -451,7 +592,7 @@ export var ListWhatsAppMessageTemplatesOutput$ = [3, n0, _LWAMTO,
451
592
  ];
452
593
  export var ListWhatsAppTemplateLibraryInput$ = [3, n0, _LWATLI,
453
594
  0,
454
- [_i, _nT, _mR, _f],
595
+ [_i, _nT, _mR, _fi],
455
596
  [[0, { [_hQ]: _i }], 0, 1, 128 | 0], 1
456
597
  ];
457
598
  export var ListWhatsAppTemplateLibraryOutput$ = [3, n0, _LWATLO,
@@ -459,6 +600,41 @@ export var ListWhatsAppTemplateLibraryOutput$ = [3, n0, _LWATLO,
459
600
  [_mLTe, _nT],
460
601
  [() => MetaLibraryTemplatesList, 0]
461
602
  ];
603
+ export var MetaFlowApplicationInfo$ = [3, n0, _MFAI,
604
+ 0,
605
+ [_n, _i, _l],
606
+ [0, 0, 0], 2
607
+ ];
608
+ export var MetaFlowAsset$ = [3, n0, _MFA,
609
+ 0,
610
+ [_n, _aT, _dU],
611
+ [0, 0, 0], 3
612
+ ];
613
+ export var MetaFlowHealthEntity$ = [3, n0, _MFHE,
614
+ 0,
615
+ [_eT, _i, _cSM],
616
+ [0, 0, 0], 3
617
+ ];
618
+ export var MetaFlowHealthStatus$ = [3, n0, _MFHS,
619
+ 0,
620
+ [_cSM, _en],
621
+ [0, () => MetaFlowHealthEntityList], 1
622
+ ];
623
+ export var MetaFlowPreviewInfo$ = [3, n0, _MFPI,
624
+ 0,
625
+ [_pU, _eA],
626
+ [0, 0], 2
627
+ ];
628
+ export var MetaFlowSummary$ = [3, n0, _MFS,
629
+ 0,
630
+ [_fI, _fN, _fS, _fC, _vE],
631
+ [0, 0, 0, 64 | 0, 64 | 0], 5
632
+ ];
633
+ export var MetaFlowWhatsAppBusinessAccountInfo$ = [3, n0, _MFWABAI,
634
+ 0,
635
+ [_i, _n, _cu, _tI, _mTN],
636
+ [0, 0, 0, 0, 0], 2
637
+ ];
462
638
  export var MetaLibraryTemplate$ = [3, n0, _MLT,
463
639
  0,
464
640
  [_tN, _lTN, _tC, _tL, _lTBI, _lTBIi],
@@ -466,7 +642,7 @@ export var MetaLibraryTemplate$ = [3, n0, _MLT,
466
642
  ];
467
643
  export var MetaLibraryTemplateDefinition$ = [3, n0, _MLTD,
468
644
  0,
469
- [_tN, _tL, _tC, _tT, _tUC, _tI, _tH, _tB, _tBe, _tIe, _tBEP],
645
+ [_tN, _tL, _tC, _tT, _tUC, _tIe, _tH, _tB, _tBe, _tIem, _tBEP],
470
646
  [0, 0, 0, 0, 0, 64 | 0, 0, 0, () => MetaLibraryTemplateButtonList, 0, 64 | 0]
471
647
  ];
472
648
  export var PostWhatsAppMessageMediaInput$ = [3, n0, _PWAMMI,
@@ -479,6 +655,16 @@ export var PostWhatsAppMessageMediaOutput$ = [3, n0, _PWAMMO,
479
655
  [_mI],
480
656
  [0]
481
657
  ];
658
+ export var PublishWhatsAppFlowInput$ = [3, n0, _PWAFI,
659
+ 0,
660
+ [_i, _fI],
661
+ [0, 0], 2
662
+ ];
663
+ export var PublishWhatsAppFlowOutput$ = [3, n0, _PWAFO,
664
+ 0,
665
+ [],
666
+ []
667
+ ];
482
668
  export var PutWhatsAppBusinessAccountEventDestinationsInput$ = [3, n0, _PWABAEDI,
483
669
  0,
484
670
  [_i, _eD],
@@ -539,6 +725,26 @@ export var UntagResourceOutput$ = [3, n0, _URO,
539
725
  [_sCt],
540
726
  [1]
541
727
  ];
728
+ export var UpdateWhatsAppFlowAssetsInput$ = [3, n0, _UWAFAI,
729
+ 0,
730
+ [_i, _fI, _fJ],
731
+ [0, 0, 21], 3
732
+ ];
733
+ export var UpdateWhatsAppFlowAssetsOutput$ = [3, n0, _UWAFAO,
734
+ 0,
735
+ [_vE],
736
+ [64 | 0]
737
+ ];
738
+ export var UpdateWhatsAppFlowInput$ = [3, n0, _UWAFI,
739
+ 0,
740
+ [_i, _fI, _fN, _ca],
741
+ [0, 0, 0, 64 | 0], 2
742
+ ];
743
+ export var UpdateWhatsAppFlowOutput$ = [3, n0, _UWAFO,
744
+ 0,
745
+ [],
746
+ []
747
+ ];
542
748
  export var UpdateWhatsAppMessageTemplateInput$ = [3, n0, _UWAMTI,
543
749
  0,
544
750
  [_i, _mTI, _tN, _tLC, _pF, _tC, _tCe, _cULTOO],
@@ -581,7 +787,7 @@ export var WhatsAppSetupFinalization$ = [3, n0, _WASF,
581
787
  ];
582
788
  export var WhatsAppSignupCallback$ = [3, n0, _WASC,
583
789
  0,
584
- [_aT, _cU],
790
+ [_aTc, _cU],
585
791
  [0, 0], 1
586
792
  ];
587
793
  export var WhatsAppSignupCallbackResult$ = [3, n0, _WASCR,
@@ -592,6 +798,16 @@ export var WhatsAppSignupCallbackResult$ = [3, n0, _WASCR,
592
798
  var LinkedWhatsAppBusinessAccountSummaryList = [1, n0, _LWABASL,
593
799
  0, () => LinkedWhatsAppBusinessAccountSummary$
594
800
  ];
801
+ var MetaFlowAssetList = [1, n0, _MFAL,
802
+ 0, () => MetaFlowAsset$
803
+ ];
804
+ var MetaFlowCategoryList = 64 | 0;
805
+ var MetaFlowHealthEntityList = [1, n0, _MFHEL,
806
+ 0, () => MetaFlowHealthEntity$
807
+ ];
808
+ var MetaFlowSummaryList = [1, n0, _MFSL,
809
+ 0, () => MetaFlowSummary$
810
+ ];
595
811
  var MetaIndustries = 64 | 0;
596
812
  var MetaLibraryTemplateButtonInputs = [1, n0, _MLTBI,
597
813
  0, () => LibraryTemplateButtonInput$
@@ -613,6 +829,7 @@ var TagList = [1, n0, _TL,
613
829
  var TemplateSummaryList = [1, n0, _TSL,
614
830
  0, () => TemplateSummary$
615
831
  ];
832
+ var ValidationErrorList = 64 | 0;
616
833
  var WabaPhoneNumberSetupFinalizationList = [1, n0, _WPNSFL,
617
834
  0, [() => WabaPhoneNumberSetupFinalization$,
618
835
  0]
@@ -636,6 +853,9 @@ var SupportedApp = 128 | 0;
636
853
  export var AssociateWhatsAppBusinessAccount$ = [9, n0, _AWABA,
637
854
  { [_ht]: ["POST", "/v1/whatsapp/signup", 200] }, () => AssociateWhatsAppBusinessAccountInput$, () => AssociateWhatsAppBusinessAccountOutput$
638
855
  ];
856
+ export var CreateWhatsAppFlow$ = [9, n0, _CWAF,
857
+ { [_ht]: ["POST", "/v1/whatsapp/flow/create", 200] }, () => CreateWhatsAppFlowInput$, () => CreateWhatsAppFlowOutput$
858
+ ];
639
859
  export var CreateWhatsAppMessageTemplate$ = [9, n0, _CWAMT,
640
860
  { [_ht]: ["POST", "/v1/whatsapp/template/put", 200] }, () => CreateWhatsAppMessageTemplateInput$, () => CreateWhatsAppMessageTemplateOutput$
641
861
  ];
@@ -645,12 +865,18 @@ export var CreateWhatsAppMessageTemplateFromLibrary$ = [9, n0, _CWAMTFL,
645
865
  export var CreateWhatsAppMessageTemplateMedia$ = [9, n0, _CWAMTM,
646
866
  { [_ht]: ["POST", "/v1/whatsapp/template/media", 200] }, () => CreateWhatsAppMessageTemplateMediaInput$, () => CreateWhatsAppMessageTemplateMediaOutput$
647
867
  ];
868
+ export var DeleteWhatsAppFlow$ = [9, n0, _DWAF,
869
+ { [_ht]: ["DELETE", "/v1/whatsapp/flow", 200] }, () => DeleteWhatsAppFlowInput$, () => DeleteWhatsAppFlowOutput$
870
+ ];
648
871
  export var DeleteWhatsAppMessageMedia$ = [9, n0, _DWAMM,
649
872
  { [_ht]: ["DELETE", "/v1/whatsapp/media", 200] }, () => DeleteWhatsAppMessageMediaInput$, () => DeleteWhatsAppMessageMediaOutput$
650
873
  ];
651
874
  export var DeleteWhatsAppMessageTemplate$ = [9, n0, _DWAMT,
652
875
  { [_ht]: ["DELETE", "/v1/whatsapp/template", 200] }, () => DeleteWhatsAppMessageTemplateInput$, () => DeleteWhatsAppMessageTemplateOutput$
653
876
  ];
877
+ export var DeprecateWhatsAppFlow$ = [9, n0, _DWAFe,
878
+ { [_ht]: ["POST", "/v1/whatsapp/flow/deprecate", 200] }, () => DeprecateWhatsAppFlowInput$, () => DeprecateWhatsAppFlowOutput$
879
+ ];
654
880
  export var DisassociateWhatsAppBusinessAccount$ = [9, n0, _DWABA,
655
881
  { [_ht]: ["DELETE", "/v1/whatsapp/waba/disassociate", 200] }, () => DisassociateWhatsAppBusinessAccountInput$, () => DisassociateWhatsAppBusinessAccountOutput$
656
882
  ];
@@ -660,6 +886,12 @@ export var GetLinkedWhatsAppBusinessAccount$ = [9, n0, _GLWABA,
660
886
  export var GetLinkedWhatsAppBusinessAccountPhoneNumber$ = [9, n0, _GLWABAPN,
661
887
  { [_ht]: ["GET", "/v1/whatsapp/waba/phone/details", 200] }, () => GetLinkedWhatsAppBusinessAccountPhoneNumberInput$, () => GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$
662
888
  ];
889
+ export var GetWhatsAppFlow$ = [9, n0, _GWAF,
890
+ { [_ht]: ["GET", "/v1/whatsapp/flow", 200] }, () => GetWhatsAppFlowInput$, () => GetWhatsAppFlowOutput$
891
+ ];
892
+ export var GetWhatsAppFlowPreview$ = [9, n0, _GWAFP,
893
+ { [_ht]: ["GET", "/v1/whatsapp/flow/preview", 200] }, () => GetWhatsAppFlowPreviewInput$, () => GetWhatsAppFlowPreviewOutput$
894
+ ];
663
895
  export var GetWhatsAppMessageMedia$ = [9, n0, _GWAMM,
664
896
  { [_ht]: ["POST", "/v1/whatsapp/media/get", 200] }, () => GetWhatsAppMessageMediaInput$, () => GetWhatsAppMessageMediaOutput$
665
897
  ];
@@ -672,6 +904,12 @@ export var ListLinkedWhatsAppBusinessAccounts$ = [9, n0, _LLWABA,
672
904
  export var ListTagsForResource$ = [9, n0, _LTFR,
673
905
  { [_ht]: ["GET", "/v1/tags/list", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
674
906
  ];
907
+ export var ListWhatsAppFlowAssets$ = [9, n0, _LWAFA,
908
+ { [_ht]: ["GET", "/v1/whatsapp/flow/assets", 200] }, () => ListWhatsAppFlowAssetsInput$, () => ListWhatsAppFlowAssetsOutput$
909
+ ];
910
+ export var ListWhatsAppFlows$ = [9, n0, _LWAF,
911
+ { [_ht]: ["GET", "/v1/whatsapp/flow/list", 200] }, () => ListWhatsAppFlowsInput$, () => ListWhatsAppFlowsOutput$
912
+ ];
675
913
  export var ListWhatsAppMessageTemplates$ = [9, n0, _LWAMT,
676
914
  { [_ht]: ["GET", "/v1/whatsapp/template/list", 200] }, () => ListWhatsAppMessageTemplatesInput$, () => ListWhatsAppMessageTemplatesOutput$
677
915
  ];
@@ -681,6 +919,9 @@ export var ListWhatsAppTemplateLibrary$ = [9, n0, _LWATL,
681
919
  export var PostWhatsAppMessageMedia$ = [9, n0, _PWAMM,
682
920
  { [_ht]: ["POST", "/v1/whatsapp/media", 200] }, () => PostWhatsAppMessageMediaInput$, () => PostWhatsAppMessageMediaOutput$
683
921
  ];
922
+ export var PublishWhatsAppFlow$ = [9, n0, _PWAF,
923
+ { [_ht]: ["POST", "/v1/whatsapp/flow/publish", 200] }, () => PublishWhatsAppFlowInput$, () => PublishWhatsAppFlowOutput$
924
+ ];
684
925
  export var PutWhatsAppBusinessAccountEventDestinations$ = [9, n0, _PWABAED,
685
926
  { [_ht]: ["PUT", "/v1/whatsapp/waba/eventdestinations", 200] }, () => PutWhatsAppBusinessAccountEventDestinationsInput$, () => PutWhatsAppBusinessAccountEventDestinationsOutput$
686
927
  ];
@@ -693,6 +934,12 @@ export var TagResource$ = [9, n0, _TR,
693
934
  export var UntagResource$ = [9, n0, _UR,
694
935
  { [_ht]: ["POST", "/v1/tags/untag-resource", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
695
936
  ];
937
+ export var UpdateWhatsAppFlow$ = [9, n0, _UWAF,
938
+ { [_ht]: ["POST", "/v1/whatsapp/flow/update", 200] }, () => UpdateWhatsAppFlowInput$, () => UpdateWhatsAppFlowOutput$
939
+ ];
940
+ export var UpdateWhatsAppFlowAssets$ = [9, n0, _UWAFA,
941
+ { [_ht]: ["POST", "/v1/whatsapp/flow/assets/update", 200] }, () => UpdateWhatsAppFlowAssetsInput$, () => UpdateWhatsAppFlowAssetsOutput$
942
+ ];
696
943
  export var UpdateWhatsAppMessageTemplate$ = [9, n0, _UWAMT,
697
944
  { [_ht]: ["POST", "/v1/whatsapp/template", 200] }, () => UpdateWhatsAppMessageTemplateInput$, () => UpdateWhatsAppMessageTemplateOutput$
698
945
  ];