@aws-sdk/client-socialmessaging 3.952.0 → 3.954.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 +317 -217
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateWhatsAppBusinessAccountCommand.js +2 -2
- package/dist-es/commands/CreateWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.js +2 -2
- package/dist-es/commands/CreateWhatsAppMessageTemplateMediaCommand.js +2 -2
- package/dist-es/commands/DeleteWhatsAppMessageMediaCommand.js +2 -2
- package/dist-es/commands/DeleteWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/commands/DisassociateWhatsAppBusinessAccountCommand.js +2 -2
- package/dist-es/commands/GetLinkedWhatsAppBusinessAccountCommand.js +2 -2
- package/dist-es/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.js +2 -2
- package/dist-es/commands/GetWhatsAppMessageMediaCommand.js +2 -2
- package/dist-es/commands/GetWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/commands/ListLinkedWhatsAppBusinessAccountsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWhatsAppMessageTemplatesCommand.js +2 -2
- package/dist-es/commands/ListWhatsAppTemplateLibraryCommand.js +2 -2
- package/dist-es/commands/PostWhatsAppMessageMediaCommand.js +2 -2
- package/dist-es/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.js +2 -2
- package/dist-es/commands/SendWhatsAppMessageCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +190 -183
- package/dist-types/SocialMessagingClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +94 -115
- package/dist-types/ts3.4/SocialMessagingClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +93 -117
- package/package.json +34 -34
|
@@ -207,40 +207,40 @@ const _wN = "wabaName";
|
|
|
207
207
|
const _zTTA = "zeroTapTermsAccepted";
|
|
208
208
|
const n0 = "com.amazonaws.socialmessaging";
|
|
209
209
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
210
|
-
import { AccessDeniedByMetaException
|
|
211
|
-
import { SocialMessagingServiceException
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
export var AccessDeniedByMetaException = [-3, n0, _ADBME, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
216
|
-
TypeRegistry.for(n0).registerError(AccessDeniedByMetaException
|
|
217
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
218
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
219
|
-
export var AssociateWhatsAppBusinessAccountInput = [
|
|
210
|
+
import { AccessDeniedByMetaException, AccessDeniedException, DependencyException, InternalServiceException, InvalidParametersException, LimitExceededException, ResourceNotFoundException, ThrottledRequestException, ValidationException, } from "../models/errors";
|
|
211
|
+
import { SocialMessagingServiceException } from "../models/SocialMessagingServiceException";
|
|
212
|
+
var AssociateInProgressToken = [0, n0, _AIPT, 8, 0];
|
|
213
|
+
var TwoFactorPin = [0, n0, _TFP, 8, 0];
|
|
214
|
+
var WhatsAppMessageBlob = [0, n0, _WAMB, 8, 21];
|
|
215
|
+
export var AccessDeniedByMetaException$ = [-3, n0, _ADBME, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
216
|
+
TypeRegistry.for(n0).registerError(AccessDeniedByMetaException$, AccessDeniedByMetaException);
|
|
217
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
218
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
219
|
+
export var AssociateWhatsAppBusinessAccountInput$ = [
|
|
220
220
|
3,
|
|
221
221
|
n0,
|
|
222
222
|
_AWABAI,
|
|
223
223
|
0,
|
|
224
224
|
[_sC, _sF],
|
|
225
|
-
[() => WhatsAppSignupCallback
|
|
225
|
+
[() => WhatsAppSignupCallback$, [() => WhatsAppSetupFinalization$, 0]],
|
|
226
226
|
];
|
|
227
|
-
export var AssociateWhatsAppBusinessAccountOutput = [
|
|
227
|
+
export var AssociateWhatsAppBusinessAccountOutput$ = [
|
|
228
228
|
3,
|
|
229
229
|
n0,
|
|
230
230
|
_AWABAO,
|
|
231
231
|
0,
|
|
232
232
|
[_sCR, _sCt],
|
|
233
|
-
[[() => WhatsAppSignupCallbackResult
|
|
233
|
+
[[() => WhatsAppSignupCallbackResult$, 0], 1],
|
|
234
234
|
];
|
|
235
|
-
export var CreateWhatsAppMessageTemplateFromLibraryInput = [
|
|
235
|
+
export var CreateWhatsAppMessageTemplateFromLibraryInput$ = [
|
|
236
236
|
3,
|
|
237
237
|
n0,
|
|
238
238
|
_CWAMTFLI,
|
|
239
239
|
0,
|
|
240
240
|
[_mLT, _i],
|
|
241
|
-
[() => MetaLibraryTemplate
|
|
241
|
+
[() => MetaLibraryTemplate$, 0],
|
|
242
242
|
];
|
|
243
|
-
export var CreateWhatsAppMessageTemplateFromLibraryOutput = [
|
|
243
|
+
export var CreateWhatsAppMessageTemplateFromLibraryOutput$ = [
|
|
244
244
|
3,
|
|
245
245
|
n0,
|
|
246
246
|
_CWAMTFLO,
|
|
@@ -248,17 +248,17 @@ export var CreateWhatsAppMessageTemplateFromLibraryOutput = [
|
|
|
248
248
|
[_mTI, _tS, _ca],
|
|
249
249
|
[0, 0, 0],
|
|
250
250
|
];
|
|
251
|
-
export var CreateWhatsAppMessageTemplateInput = [3, n0, _CWAMTI, 0, [_tD, _i], [21, 0]];
|
|
252
|
-
export var CreateWhatsAppMessageTemplateMediaInput = [
|
|
251
|
+
export var CreateWhatsAppMessageTemplateInput$ = [3, n0, _CWAMTI, 0, [_tD, _i], [21, 0]];
|
|
252
|
+
export var CreateWhatsAppMessageTemplateMediaInput$ = [
|
|
253
253
|
3,
|
|
254
254
|
n0,
|
|
255
255
|
_CWAMTMI,
|
|
256
256
|
0,
|
|
257
257
|
[_i, _sSF],
|
|
258
|
-
[0, [() => S3File
|
|
258
|
+
[0, [() => S3File$, 0]],
|
|
259
259
|
];
|
|
260
|
-
export var CreateWhatsAppMessageTemplateMediaOutput = [3, n0, _CWAMTMO, 0, [_mHH], [0]];
|
|
261
|
-
export var CreateWhatsAppMessageTemplateOutput = [
|
|
260
|
+
export var CreateWhatsAppMessageTemplateMediaOutput$ = [3, n0, _CWAMTMO, 0, [_mHH], [0]];
|
|
261
|
+
export var CreateWhatsAppMessageTemplateOutput$ = [
|
|
262
262
|
3,
|
|
263
263
|
n0,
|
|
264
264
|
_CWAMTO,
|
|
@@ -266,7 +266,7 @@ export var CreateWhatsAppMessageTemplateOutput = [
|
|
|
266
266
|
[_mTI, _tS, _ca],
|
|
267
267
|
[0, 0, 0],
|
|
268
268
|
];
|
|
269
|
-
export var DeleteWhatsAppMessageMediaInput = [
|
|
269
|
+
export var DeleteWhatsAppMessageMediaInput$ = [
|
|
270
270
|
3,
|
|
271
271
|
n0,
|
|
272
272
|
_DWAMMI,
|
|
@@ -277,8 +277,8 @@ export var DeleteWhatsAppMessageMediaInput = [
|
|
|
277
277
|
[0, { [_hQ]: _oPNI }],
|
|
278
278
|
],
|
|
279
279
|
];
|
|
280
|
-
export var DeleteWhatsAppMessageMediaOutput = [3, n0, _DWAMMO, 0, [_s], [2]];
|
|
281
|
-
export var DeleteWhatsAppMessageTemplateInput = [
|
|
280
|
+
export var DeleteWhatsAppMessageMediaOutput$ = [3, n0, _DWAMMO, 0, [_s], [2]];
|
|
281
|
+
export var DeleteWhatsAppMessageTemplateInput$ = [
|
|
282
282
|
3,
|
|
283
283
|
n0,
|
|
284
284
|
_DWAMTI,
|
|
@@ -291,10 +291,10 @@ export var DeleteWhatsAppMessageTemplateInput = [
|
|
|
291
291
|
[0, { [_hQ]: _tN }],
|
|
292
292
|
],
|
|
293
293
|
];
|
|
294
|
-
export var DeleteWhatsAppMessageTemplateOutput = [3, n0, _DWAMTO, 0, [], []];
|
|
295
|
-
export var DependencyException = [-3, n0, _DE, { [_e]: _se, [_hE]: 502 }, [_m], [0]];
|
|
296
|
-
TypeRegistry.for(n0).registerError(DependencyException
|
|
297
|
-
export var DisassociateWhatsAppBusinessAccountInput = [
|
|
294
|
+
export var DeleteWhatsAppMessageTemplateOutput$ = [3, n0, _DWAMTO, 0, [], []];
|
|
295
|
+
export var DependencyException$ = [-3, n0, _DE, { [_e]: _se, [_hE]: 502 }, [_m], [0]];
|
|
296
|
+
TypeRegistry.for(n0).registerError(DependencyException$, DependencyException);
|
|
297
|
+
export var DisassociateWhatsAppBusinessAccountInput$ = [
|
|
298
298
|
3,
|
|
299
299
|
n0,
|
|
300
300
|
_DWABAI,
|
|
@@ -302,8 +302,8 @@ export var DisassociateWhatsAppBusinessAccountInput = [
|
|
|
302
302
|
[_i],
|
|
303
303
|
[[0, { [_hQ]: _i }]],
|
|
304
304
|
];
|
|
305
|
-
export var DisassociateWhatsAppBusinessAccountOutput = [3, n0, _DWABAO, 0, [], []];
|
|
306
|
-
export var GetLinkedWhatsAppBusinessAccountInput = [
|
|
305
|
+
export var DisassociateWhatsAppBusinessAccountOutput$ = [3, n0, _DWABAO, 0, [], []];
|
|
306
|
+
export var GetLinkedWhatsAppBusinessAccountInput$ = [
|
|
307
307
|
3,
|
|
308
308
|
n0,
|
|
309
309
|
_GLWABAI,
|
|
@@ -311,15 +311,15 @@ export var GetLinkedWhatsAppBusinessAccountInput = [
|
|
|
311
311
|
[_i],
|
|
312
312
|
[[0, { [_hQ]: _i }]],
|
|
313
313
|
];
|
|
314
|
-
export var GetLinkedWhatsAppBusinessAccountOutput = [
|
|
314
|
+
export var GetLinkedWhatsAppBusinessAccountOutput$ = [
|
|
315
315
|
3,
|
|
316
316
|
n0,
|
|
317
317
|
_GLWABAO,
|
|
318
318
|
0,
|
|
319
319
|
[_a],
|
|
320
|
-
[() => LinkedWhatsAppBusinessAccount],
|
|
320
|
+
[() => LinkedWhatsAppBusinessAccount$],
|
|
321
321
|
];
|
|
322
|
-
export var GetLinkedWhatsAppBusinessAccountPhoneNumberInput = [
|
|
322
|
+
export var GetLinkedWhatsAppBusinessAccountPhoneNumberInput$ = [
|
|
323
323
|
3,
|
|
324
324
|
n0,
|
|
325
325
|
_GLWABAPNI,
|
|
@@ -327,24 +327,24 @@ export var GetLinkedWhatsAppBusinessAccountPhoneNumberInput = [
|
|
|
327
327
|
[_i],
|
|
328
328
|
[[0, { [_hQ]: _i }]],
|
|
329
329
|
];
|
|
330
|
-
export var GetLinkedWhatsAppBusinessAccountPhoneNumberOutput = [
|
|
330
|
+
export var GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$ = [
|
|
331
331
|
3,
|
|
332
332
|
n0,
|
|
333
333
|
_GLWABAPNO,
|
|
334
334
|
0,
|
|
335
335
|
[_pN, _lWABAI],
|
|
336
|
-
[() => WhatsAppPhoneNumberDetail
|
|
336
|
+
[() => WhatsAppPhoneNumberDetail$, 0],
|
|
337
337
|
];
|
|
338
|
-
export var GetWhatsAppMessageMediaInput = [
|
|
338
|
+
export var GetWhatsAppMessageMediaInput$ = [
|
|
339
339
|
3,
|
|
340
340
|
n0,
|
|
341
341
|
_GWAMMI,
|
|
342
342
|
0,
|
|
343
343
|
[_mI, _oPNI, _mO, _dSPU, _dSF],
|
|
344
|
-
[0, 0, 2, [() => S3PresignedUrl
|
|
344
|
+
[0, 0, 2, [() => S3PresignedUrl$, 0], [() => S3File$, 0]],
|
|
345
345
|
];
|
|
346
|
-
export var GetWhatsAppMessageMediaOutput = [3, n0, _GWAMMO, 0, [_mT, _fS], [0, 1]];
|
|
347
|
-
export var GetWhatsAppMessageTemplateInput = [
|
|
346
|
+
export var GetWhatsAppMessageMediaOutput$ = [3, n0, _GWAMMO, 0, [_mT, _fS], [0, 1]];
|
|
347
|
+
export var GetWhatsAppMessageTemplateInput$ = [
|
|
348
348
|
3,
|
|
349
349
|
n0,
|
|
350
350
|
_GWAMTI,
|
|
@@ -355,12 +355,12 @@ export var GetWhatsAppMessageTemplateInput = [
|
|
|
355
355
|
[0, { [_hQ]: _i }],
|
|
356
356
|
],
|
|
357
357
|
];
|
|
358
|
-
export var GetWhatsAppMessageTemplateOutput = [3, n0, _GWAMTO, 0, [_t], [0]];
|
|
359
|
-
export var InternalServiceException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
360
|
-
TypeRegistry.for(n0).registerError(InternalServiceException
|
|
361
|
-
export var InvalidParametersException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
362
|
-
TypeRegistry.for(n0).registerError(InvalidParametersException
|
|
363
|
-
export var LibraryTemplateBodyInputs = [
|
|
358
|
+
export var GetWhatsAppMessageTemplateOutput$ = [3, n0, _GWAMTO, 0, [_t], [0]];
|
|
359
|
+
export var InternalServiceException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
360
|
+
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
361
|
+
export var InvalidParametersException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
362
|
+
TypeRegistry.for(n0).registerError(InvalidParametersException$, InvalidParametersException);
|
|
363
|
+
export var LibraryTemplateBodyInputs$ = [
|
|
364
364
|
3,
|
|
365
365
|
n0,
|
|
366
366
|
_LTBI,
|
|
@@ -368,7 +368,7 @@ export var LibraryTemplateBodyInputs = [
|
|
|
368
368
|
[_aCN, _aLML, _aSR, _aTPL, _cEM],
|
|
369
369
|
[2, 2, 2, 2, 1],
|
|
370
370
|
];
|
|
371
|
-
export var LibraryTemplateButtonInput = [
|
|
371
|
+
export var LibraryTemplateButtonInput$ = [
|
|
372
372
|
3,
|
|
373
373
|
n0,
|
|
374
374
|
_LTBIi,
|
|
@@ -376,7 +376,7 @@ export var LibraryTemplateButtonInput = [
|
|
|
376
376
|
[_ty, _pN, _u, _oT, _zTTA, _sA],
|
|
377
377
|
[0, 0, 128 | 0, 0, 2, [1, n0, _SA, 0, 128 | 0]],
|
|
378
378
|
];
|
|
379
|
-
export var LibraryTemplateButtonList = [
|
|
379
|
+
export var LibraryTemplateButtonList$ = [
|
|
380
380
|
3,
|
|
381
381
|
n0,
|
|
382
382
|
_LTBL,
|
|
@@ -384,9 +384,9 @@ export var LibraryTemplateButtonList = [
|
|
|
384
384
|
[_ty, _te, _pN, _u, _oT, _zTTA, _sA],
|
|
385
385
|
[0, 0, 0, 0, 0, 2, [1, n0, _SA, 0, 128 | 0]],
|
|
386
386
|
];
|
|
387
|
-
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
388
|
-
TypeRegistry.for(n0).registerError(LimitExceededException
|
|
389
|
-
export var LinkedWhatsAppBusinessAccount = [
|
|
387
|
+
export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
388
|
+
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
389
|
+
export var LinkedWhatsAppBusinessAccount$ = [
|
|
390
390
|
3,
|
|
391
391
|
n0,
|
|
392
392
|
_LWABA,
|
|
@@ -394,7 +394,7 @@ export var LinkedWhatsAppBusinessAccount = [
|
|
|
394
394
|
[_ar, _i, _wI, _rS, _lD, _wN, _eD, _pNh],
|
|
395
395
|
[0, 0, 0, 0, 4, 0, () => WhatsAppBusinessAccountEventDestinations, () => WhatsAppPhoneNumberSummaryList],
|
|
396
396
|
];
|
|
397
|
-
export var LinkedWhatsAppBusinessAccountIdMetaData = [
|
|
397
|
+
export var LinkedWhatsAppBusinessAccountIdMetaData$ = [
|
|
398
398
|
3,
|
|
399
399
|
n0,
|
|
400
400
|
_LWABAIMD,
|
|
@@ -402,7 +402,7 @@ export var LinkedWhatsAppBusinessAccountIdMetaData = [
|
|
|
402
402
|
[_aN, _rS, _uWAPN, _wI],
|
|
403
403
|
[0, 0, () => WhatsAppPhoneNumberDetailList, 0],
|
|
404
404
|
];
|
|
405
|
-
export var LinkedWhatsAppBusinessAccountSummary = [
|
|
405
|
+
export var LinkedWhatsAppBusinessAccountSummary$ = [
|
|
406
406
|
3,
|
|
407
407
|
n0,
|
|
408
408
|
_LWABAS,
|
|
@@ -410,7 +410,7 @@ export var LinkedWhatsAppBusinessAccountSummary = [
|
|
|
410
410
|
[_ar, _i, _wI, _rS, _lD, _wN, _eD],
|
|
411
411
|
[0, 0, 0, 0, 4, 0, () => WhatsAppBusinessAccountEventDestinations],
|
|
412
412
|
];
|
|
413
|
-
export var ListLinkedWhatsAppBusinessAccountsInput = [
|
|
413
|
+
export var ListLinkedWhatsAppBusinessAccountsInput$ = [
|
|
414
414
|
3,
|
|
415
415
|
n0,
|
|
416
416
|
_LLWABAI,
|
|
@@ -421,7 +421,7 @@ export var ListLinkedWhatsAppBusinessAccountsInput = [
|
|
|
421
421
|
[1, { [_hQ]: _mR }],
|
|
422
422
|
],
|
|
423
423
|
];
|
|
424
|
-
export var ListLinkedWhatsAppBusinessAccountsOutput = [
|
|
424
|
+
export var ListLinkedWhatsAppBusinessAccountsOutput$ = [
|
|
425
425
|
3,
|
|
426
426
|
n0,
|
|
427
427
|
_LLWABAO,
|
|
@@ -429,9 +429,9 @@ export var ListLinkedWhatsAppBusinessAccountsOutput = [
|
|
|
429
429
|
[_lA, _nT],
|
|
430
430
|
[() => LinkedWhatsAppBusinessAccountSummaryList, 0],
|
|
431
431
|
];
|
|
432
|
-
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rA], [[0, { [_hQ]: _rA }]]];
|
|
433
|
-
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_sCt, _ta], [1, () => TagList]];
|
|
434
|
-
export var ListWhatsAppMessageTemplatesInput = [
|
|
432
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rA], [[0, { [_hQ]: _rA }]]];
|
|
433
|
+
export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_sCt, _ta], [1, () => TagList]];
|
|
434
|
+
export var ListWhatsAppMessageTemplatesInput$ = [
|
|
435
435
|
3,
|
|
436
436
|
n0,
|
|
437
437
|
_LWAMTI,
|
|
@@ -443,7 +443,7 @@ export var ListWhatsAppMessageTemplatesInput = [
|
|
|
443
443
|
[1, { [_hQ]: _mR }],
|
|
444
444
|
],
|
|
445
445
|
];
|
|
446
|
-
export var ListWhatsAppMessageTemplatesOutput = [
|
|
446
|
+
export var ListWhatsAppMessageTemplatesOutput$ = [
|
|
447
447
|
3,
|
|
448
448
|
n0,
|
|
449
449
|
_LWAMTO,
|
|
@@ -451,7 +451,7 @@ export var ListWhatsAppMessageTemplatesOutput = [
|
|
|
451
451
|
[_tem, _nT],
|
|
452
452
|
[() => TemplateSummaryList, 0],
|
|
453
453
|
];
|
|
454
|
-
export var ListWhatsAppTemplateLibraryInput = [
|
|
454
|
+
export var ListWhatsAppTemplateLibraryInput$ = [
|
|
455
455
|
3,
|
|
456
456
|
n0,
|
|
457
457
|
_LWATLI,
|
|
@@ -459,7 +459,7 @@ export var ListWhatsAppTemplateLibraryInput = [
|
|
|
459
459
|
[_nT, _mR, _i, _f],
|
|
460
460
|
[0, 1, [0, { [_hQ]: _i }], 128 | 0],
|
|
461
461
|
];
|
|
462
|
-
export var ListWhatsAppTemplateLibraryOutput = [
|
|
462
|
+
export var ListWhatsAppTemplateLibraryOutput$ = [
|
|
463
463
|
3,
|
|
464
464
|
n0,
|
|
465
465
|
_LWATLO,
|
|
@@ -467,15 +467,15 @@ export var ListWhatsAppTemplateLibraryOutput = [
|
|
|
467
467
|
[_mLTe, _nT],
|
|
468
468
|
[() => MetaLibraryTemplatesList, 0],
|
|
469
469
|
];
|
|
470
|
-
export var MetaLibraryTemplate = [
|
|
470
|
+
export var MetaLibraryTemplate$ = [
|
|
471
471
|
3,
|
|
472
472
|
n0,
|
|
473
473
|
_MLT,
|
|
474
474
|
0,
|
|
475
475
|
[_tN, _lTN, _tC, _tL, _lTBI, _lTBIi],
|
|
476
|
-
[0, 0, 0, 0, () => MetaLibraryTemplateButtonInputs, () => LibraryTemplateBodyInputs],
|
|
476
|
+
[0, 0, 0, 0, () => MetaLibraryTemplateButtonInputs, () => LibraryTemplateBodyInputs$],
|
|
477
477
|
];
|
|
478
|
-
export var MetaLibraryTemplateDefinition = [
|
|
478
|
+
export var MetaLibraryTemplateDefinition$ = [
|
|
479
479
|
3,
|
|
480
480
|
n0,
|
|
481
481
|
_MLTD,
|
|
@@ -483,16 +483,16 @@ export var MetaLibraryTemplateDefinition = [
|
|
|
483
483
|
[_tN, _tL, _tC, _tT, _tUC, _tI, _tH, _tB, _tBe, _tIe],
|
|
484
484
|
[0, 0, 0, 0, 0, 64 | 0, 0, 0, () => MetaLibraryTemplateButtonList, 0],
|
|
485
485
|
];
|
|
486
|
-
export var PostWhatsAppMessageMediaInput = [
|
|
486
|
+
export var PostWhatsAppMessageMediaInput$ = [
|
|
487
487
|
3,
|
|
488
488
|
n0,
|
|
489
489
|
_PWAMMI,
|
|
490
490
|
0,
|
|
491
491
|
[_oPNI, _sSPU, _sSF],
|
|
492
|
-
[0, [() => S3PresignedUrl
|
|
492
|
+
[0, [() => S3PresignedUrl$, 0], [() => S3File$, 0]],
|
|
493
493
|
];
|
|
494
|
-
export var PostWhatsAppMessageMediaOutput = [3, n0, _PWAMMO, 0, [_mI], [0]];
|
|
495
|
-
export var PutWhatsAppBusinessAccountEventDestinationsInput = [
|
|
494
|
+
export var PostWhatsAppMessageMediaOutput$ = [3, n0, _PWAMMO, 0, [_mI], [0]];
|
|
495
|
+
export var PutWhatsAppBusinessAccountEventDestinationsInput$ = [
|
|
496
496
|
3,
|
|
497
497
|
n0,
|
|
498
498
|
_PWABAEDI,
|
|
@@ -500,12 +500,12 @@ export var PutWhatsAppBusinessAccountEventDestinationsInput = [
|
|
|
500
500
|
[_i, _eD],
|
|
501
501
|
[0, () => WhatsAppBusinessAccountEventDestinations],
|
|
502
502
|
];
|
|
503
|
-
export var PutWhatsAppBusinessAccountEventDestinationsOutput = [3, n0, _PWABAEDO, 0, [], []];
|
|
504
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
505
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
506
|
-
export var S3File = [3, n0, _SF, 8, [_bN, _k], [0, 0]];
|
|
507
|
-
export var S3PresignedUrl = [3, n0, _SPU, 8, [_u, _h], [0, 128 | 0]];
|
|
508
|
-
export var SendWhatsAppMessageInput = [
|
|
503
|
+
export var PutWhatsAppBusinessAccountEventDestinationsOutput$ = [3, n0, _PWABAEDO, 0, [], []];
|
|
504
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
505
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
506
|
+
export var S3File$ = [3, n0, _SF, 8, [_bN, _k], [0, 0]];
|
|
507
|
+
export var S3PresignedUrl$ = [3, n0, _SPU, 8, [_u, _h], [0, 128 | 0]];
|
|
508
|
+
export var SendWhatsAppMessageInput$ = [
|
|
509
509
|
3,
|
|
510
510
|
n0,
|
|
511
511
|
_SWAMI,
|
|
@@ -513,11 +513,11 @@ export var SendWhatsAppMessageInput = [
|
|
|
513
513
|
[_oPNI, _m, _mAV],
|
|
514
514
|
[0, [() => WhatsAppMessageBlob, 0], 0],
|
|
515
515
|
];
|
|
516
|
-
export var SendWhatsAppMessageOutput = [3, n0, _SWAMO, 0, [_mIe], [0]];
|
|
517
|
-
export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
518
|
-
export var TagResourceInput = [3, n0, _TRI, 0, [_rA, _ta], [0, () => TagList]];
|
|
519
|
-
export var TagResourceOutput = [3, n0, _TRO, 0, [_sCt], [1]];
|
|
520
|
-
export var TemplateSummary = [
|
|
516
|
+
export var SendWhatsAppMessageOutput$ = [3, n0, _SWAMO, 0, [_mIe], [0]];
|
|
517
|
+
export var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
518
|
+
export var TagResourceInput$ = [3, n0, _TRI, 0, [_rA, _ta], [0, () => TagList]];
|
|
519
|
+
export var TagResourceOutput$ = [3, n0, _TRO, 0, [_sCt], [1]];
|
|
520
|
+
export var TemplateSummary$ = [
|
|
521
521
|
3,
|
|
522
522
|
n0,
|
|
523
523
|
_TS,
|
|
@@ -525,11 +525,11 @@ export var TemplateSummary = [
|
|
|
525
525
|
[_tN, _mTI, _tS, _tQS, _tL, _tC],
|
|
526
526
|
[0, 0, 0, 0, 0, 0],
|
|
527
527
|
];
|
|
528
|
-
export var ThrottledRequestException = [-3, n0, _TRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
529
|
-
TypeRegistry.for(n0).registerError(ThrottledRequestException
|
|
530
|
-
export var UntagResourceInput = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
531
|
-
export var UntagResourceOutput = [3, n0, _URO, 0, [_sCt], [1]];
|
|
532
|
-
export var UpdateWhatsAppMessageTemplateInput = [
|
|
528
|
+
export var ThrottledRequestException$ = [-3, n0, _TRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
529
|
+
TypeRegistry.for(n0).registerError(ThrottledRequestException$, ThrottledRequestException);
|
|
530
|
+
export var UntagResourceInput$ = [3, n0, _URI, 0, [_rA, _tK], [0, 64 | 0]];
|
|
531
|
+
export var UntagResourceOutput$ = [3, n0, _URO, 0, [_sCt], [1]];
|
|
532
|
+
export var UpdateWhatsAppMessageTemplateInput$ = [
|
|
533
533
|
3,
|
|
534
534
|
n0,
|
|
535
535
|
_UWAMTI,
|
|
@@ -537,10 +537,10 @@ export var UpdateWhatsAppMessageTemplateInput = [
|
|
|
537
537
|
[_i, _mTI, _tC, _tCe],
|
|
538
538
|
[0, 0, 0, 21],
|
|
539
539
|
];
|
|
540
|
-
export var UpdateWhatsAppMessageTemplateOutput = [3, n0, _UWAMTO, 0, [], []];
|
|
541
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
542
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
543
|
-
export var WabaPhoneNumberSetupFinalization = [
|
|
540
|
+
export var UpdateWhatsAppMessageTemplateOutput$ = [3, n0, _UWAMTO, 0, [], []];
|
|
541
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
542
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
543
|
+
export var WabaPhoneNumberSetupFinalization$ = [
|
|
544
544
|
3,
|
|
545
545
|
n0,
|
|
546
546
|
_WPNSF,
|
|
@@ -548,7 +548,7 @@ export var WabaPhoneNumberSetupFinalization = [
|
|
|
548
548
|
[_i, _tFP, _dLR, _ta],
|
|
549
549
|
[0, [() => TwoFactorPin, 0], 0, () => TagList],
|
|
550
550
|
];
|
|
551
|
-
export var WabaSetupFinalization = [
|
|
551
|
+
export var WabaSetupFinalization$ = [
|
|
552
552
|
3,
|
|
553
553
|
n0,
|
|
554
554
|
_WSF,
|
|
@@ -556,8 +556,8 @@ export var WabaSetupFinalization = [
|
|
|
556
556
|
[_i, _eD, _ta],
|
|
557
557
|
[0, () => WhatsAppBusinessAccountEventDestinations, () => TagList],
|
|
558
558
|
];
|
|
559
|
-
export var WhatsAppBusinessAccountEventDestination = [3, n0, _WABAED, 0, [_eDA, _rAo], [0, 0]];
|
|
560
|
-
export var WhatsAppPhoneNumberDetail = [
|
|
559
|
+
export var WhatsAppBusinessAccountEventDestination$ = [3, n0, _WABAED, 0, [_eDA, _rAo], [0, 0]];
|
|
560
|
+
export var WhatsAppPhoneNumberDetail$ = [
|
|
561
561
|
3,
|
|
562
562
|
n0,
|
|
563
563
|
_WAPND,
|
|
@@ -565,7 +565,7 @@ export var WhatsAppPhoneNumberDetail = [
|
|
|
565
565
|
[_ar, _pN, _pNI, _mPNI, _dPNN, _dPN, _qR, _dLR],
|
|
566
566
|
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
567
567
|
];
|
|
568
|
-
export var WhatsAppPhoneNumberSummary = [
|
|
568
|
+
export var WhatsAppPhoneNumberSummary$ = [
|
|
569
569
|
3,
|
|
570
570
|
n0,
|
|
571
571
|
_WAPNS,
|
|
@@ -573,7 +573,7 @@ export var WhatsAppPhoneNumberSummary = [
|
|
|
573
573
|
[_ar, _pN, _pNI, _mPNI, _dPNN, _dPN, _qR, _dLR],
|
|
574
574
|
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
575
575
|
];
|
|
576
|
-
export var WhatsAppSetupFinalization = [
|
|
576
|
+
export var WhatsAppSetupFinalization$ = [
|
|
577
577
|
3,
|
|
578
578
|
n0,
|
|
579
579
|
_WASF,
|
|
@@ -583,11 +583,11 @@ export var WhatsAppSetupFinalization = [
|
|
|
583
583
|
[() => AssociateInProgressToken, 0],
|
|
584
584
|
[() => WabaPhoneNumberSetupFinalizationList, 0],
|
|
585
585
|
0,
|
|
586
|
-
() => WabaSetupFinalization
|
|
586
|
+
() => WabaSetupFinalization$,
|
|
587
587
|
],
|
|
588
588
|
];
|
|
589
|
-
export var WhatsAppSignupCallback = [3, n0, _WASC, 0, [_aT, _cU], [0, 0]];
|
|
590
|
-
export var WhatsAppSignupCallbackResult = [
|
|
589
|
+
export var WhatsAppSignupCallback$ = [3, n0, _WASC, 0, [_aT, _cU], [0, 0]];
|
|
590
|
+
export var WhatsAppSignupCallbackResult$ = [
|
|
591
591
|
3,
|
|
592
592
|
n0,
|
|
593
593
|
_WASCR,
|
|
@@ -595,216 +595,223 @@ export var WhatsAppSignupCallbackResult = [
|
|
|
595
595
|
[_aIPT, _lAWIS],
|
|
596
596
|
[[() => AssociateInProgressToken, 0], () => LinkedAccountWithIncompleteSetup],
|
|
597
597
|
];
|
|
598
|
-
export var SocialMessagingServiceException = [
|
|
599
|
-
|
|
600
|
-
|
|
598
|
+
export var SocialMessagingServiceException$ = [
|
|
599
|
+
-3,
|
|
600
|
+
_sm,
|
|
601
|
+
"SocialMessagingServiceException",
|
|
602
|
+
0,
|
|
603
|
+
[],
|
|
604
|
+
[],
|
|
605
|
+
];
|
|
606
|
+
TypeRegistry.for(_sm).registerError(SocialMessagingServiceException$, SocialMessagingServiceException);
|
|
607
|
+
var LinkedWhatsAppBusinessAccountSummaryList = [
|
|
601
608
|
1,
|
|
602
609
|
n0,
|
|
603
610
|
_LWABASL,
|
|
604
611
|
0,
|
|
605
|
-
() => LinkedWhatsAppBusinessAccountSummary
|
|
606
|
-
];
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
612
|
+
() => LinkedWhatsAppBusinessAccountSummary$,
|
|
613
|
+
];
|
|
614
|
+
var MetaIndustries = 64 | 0;
|
|
615
|
+
var MetaLibraryTemplateButtonInputs = [1, n0, _MLTBI, 0, () => LibraryTemplateButtonInput$];
|
|
616
|
+
var MetaLibraryTemplateButtonList = [1, n0, _MLTBL, 0, () => LibraryTemplateButtonList$];
|
|
617
|
+
var MetaLibraryTemplatesList = [1, n0, _MLTL, 0, () => MetaLibraryTemplateDefinition$];
|
|
618
|
+
var StringList = 64 | 0;
|
|
619
|
+
var SupportedApps = [1, n0, _SA, 0, 128 | 0];
|
|
620
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
621
|
+
var TemplateSummaryList = [1, n0, _TSL, 0, () => TemplateSummary$];
|
|
622
|
+
var WabaPhoneNumberSetupFinalizationList = [
|
|
616
623
|
1,
|
|
617
624
|
n0,
|
|
618
625
|
_WPNSFL,
|
|
619
626
|
0,
|
|
620
|
-
[() => WabaPhoneNumberSetupFinalization
|
|
627
|
+
[() => WabaPhoneNumberSetupFinalization$, 0],
|
|
621
628
|
];
|
|
622
|
-
|
|
629
|
+
var WhatsAppBusinessAccountEventDestinations = [
|
|
623
630
|
1,
|
|
624
631
|
n0,
|
|
625
632
|
_WABAEDh,
|
|
626
633
|
0,
|
|
627
|
-
() => WhatsAppBusinessAccountEventDestination
|
|
634
|
+
() => WhatsAppBusinessAccountEventDestination$,
|
|
628
635
|
];
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
636
|
+
var WhatsAppPhoneNumberDetailList = [1, n0, _WAPNDL, 0, () => WhatsAppPhoneNumberDetail$];
|
|
637
|
+
var WhatsAppPhoneNumberSummaryList = [1, n0, _WAPNSL, 0, () => WhatsAppPhoneNumberSummary$];
|
|
638
|
+
var Filter = 128 | 0;
|
|
639
|
+
var Headers = 128 | 0;
|
|
640
|
+
var LinkedAccountWithIncompleteSetup = [
|
|
634
641
|
2,
|
|
635
642
|
n0,
|
|
636
643
|
_LAWIS,
|
|
637
644
|
0,
|
|
638
645
|
0,
|
|
639
|
-
() => LinkedWhatsAppBusinessAccountIdMetaData
|
|
646
|
+
() => LinkedWhatsAppBusinessAccountIdMetaData$,
|
|
640
647
|
];
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
export var AssociateWhatsAppBusinessAccount = [
|
|
648
|
+
var MetaUrlWithSuffixExample = 128 | 0;
|
|
649
|
+
var SupportedApp = 128 | 0;
|
|
650
|
+
export var AssociateWhatsAppBusinessAccount$ = [
|
|
644
651
|
9,
|
|
645
652
|
n0,
|
|
646
653
|
_AWABA,
|
|
647
654
|
{ [_ht]: ["POST", "/v1/whatsapp/signup", 200] },
|
|
648
|
-
() => AssociateWhatsAppBusinessAccountInput
|
|
649
|
-
() => AssociateWhatsAppBusinessAccountOutput
|
|
655
|
+
() => AssociateWhatsAppBusinessAccountInput$,
|
|
656
|
+
() => AssociateWhatsAppBusinessAccountOutput$,
|
|
650
657
|
];
|
|
651
|
-
export var CreateWhatsAppMessageTemplate = [
|
|
658
|
+
export var CreateWhatsAppMessageTemplate$ = [
|
|
652
659
|
9,
|
|
653
660
|
n0,
|
|
654
661
|
_CWAMT,
|
|
655
662
|
{ [_ht]: ["POST", "/v1/whatsapp/template/put", 200] },
|
|
656
|
-
() => CreateWhatsAppMessageTemplateInput
|
|
657
|
-
() => CreateWhatsAppMessageTemplateOutput
|
|
663
|
+
() => CreateWhatsAppMessageTemplateInput$,
|
|
664
|
+
() => CreateWhatsAppMessageTemplateOutput$,
|
|
658
665
|
];
|
|
659
|
-
export var CreateWhatsAppMessageTemplateFromLibrary = [
|
|
666
|
+
export var CreateWhatsAppMessageTemplateFromLibrary$ = [
|
|
660
667
|
9,
|
|
661
668
|
n0,
|
|
662
669
|
_CWAMTFL,
|
|
663
670
|
{ [_ht]: ["POST", "/v1/whatsapp/template/create", 200] },
|
|
664
|
-
() => CreateWhatsAppMessageTemplateFromLibraryInput
|
|
665
|
-
() => CreateWhatsAppMessageTemplateFromLibraryOutput
|
|
671
|
+
() => CreateWhatsAppMessageTemplateFromLibraryInput$,
|
|
672
|
+
() => CreateWhatsAppMessageTemplateFromLibraryOutput$,
|
|
666
673
|
];
|
|
667
|
-
export var CreateWhatsAppMessageTemplateMedia = [
|
|
674
|
+
export var CreateWhatsAppMessageTemplateMedia$ = [
|
|
668
675
|
9,
|
|
669
676
|
n0,
|
|
670
677
|
_CWAMTM,
|
|
671
678
|
{ [_ht]: ["POST", "/v1/whatsapp/template/media", 200] },
|
|
672
|
-
() => CreateWhatsAppMessageTemplateMediaInput
|
|
673
|
-
() => CreateWhatsAppMessageTemplateMediaOutput
|
|
679
|
+
() => CreateWhatsAppMessageTemplateMediaInput$,
|
|
680
|
+
() => CreateWhatsAppMessageTemplateMediaOutput$,
|
|
674
681
|
];
|
|
675
|
-
export var DeleteWhatsAppMessageMedia = [
|
|
682
|
+
export var DeleteWhatsAppMessageMedia$ = [
|
|
676
683
|
9,
|
|
677
684
|
n0,
|
|
678
685
|
_DWAMM,
|
|
679
686
|
{ [_ht]: ["DELETE", "/v1/whatsapp/media", 200] },
|
|
680
|
-
() => DeleteWhatsAppMessageMediaInput
|
|
681
|
-
() => DeleteWhatsAppMessageMediaOutput
|
|
687
|
+
() => DeleteWhatsAppMessageMediaInput$,
|
|
688
|
+
() => DeleteWhatsAppMessageMediaOutput$,
|
|
682
689
|
];
|
|
683
|
-
export var DeleteWhatsAppMessageTemplate = [
|
|
690
|
+
export var DeleteWhatsAppMessageTemplate$ = [
|
|
684
691
|
9,
|
|
685
692
|
n0,
|
|
686
693
|
_DWAMT,
|
|
687
694
|
{ [_ht]: ["DELETE", "/v1/whatsapp/template", 200] },
|
|
688
|
-
() => DeleteWhatsAppMessageTemplateInput
|
|
689
|
-
() => DeleteWhatsAppMessageTemplateOutput
|
|
695
|
+
() => DeleteWhatsAppMessageTemplateInput$,
|
|
696
|
+
() => DeleteWhatsAppMessageTemplateOutput$,
|
|
690
697
|
];
|
|
691
|
-
export var DisassociateWhatsAppBusinessAccount = [
|
|
698
|
+
export var DisassociateWhatsAppBusinessAccount$ = [
|
|
692
699
|
9,
|
|
693
700
|
n0,
|
|
694
701
|
_DWABA,
|
|
695
702
|
{ [_ht]: ["DELETE", "/v1/whatsapp/waba/disassociate", 200] },
|
|
696
|
-
() => DisassociateWhatsAppBusinessAccountInput
|
|
697
|
-
() => DisassociateWhatsAppBusinessAccountOutput
|
|
703
|
+
() => DisassociateWhatsAppBusinessAccountInput$,
|
|
704
|
+
() => DisassociateWhatsAppBusinessAccountOutput$,
|
|
698
705
|
];
|
|
699
|
-
export var GetLinkedWhatsAppBusinessAccount = [
|
|
706
|
+
export var GetLinkedWhatsAppBusinessAccount$ = [
|
|
700
707
|
9,
|
|
701
708
|
n0,
|
|
702
709
|
_GLWABA,
|
|
703
710
|
{ [_ht]: ["GET", "/v1/whatsapp/waba/details", 200] },
|
|
704
|
-
() => GetLinkedWhatsAppBusinessAccountInput
|
|
705
|
-
() => GetLinkedWhatsAppBusinessAccountOutput
|
|
711
|
+
() => GetLinkedWhatsAppBusinessAccountInput$,
|
|
712
|
+
() => GetLinkedWhatsAppBusinessAccountOutput$,
|
|
706
713
|
];
|
|
707
|
-
export var GetLinkedWhatsAppBusinessAccountPhoneNumber = [
|
|
714
|
+
export var GetLinkedWhatsAppBusinessAccountPhoneNumber$ = [
|
|
708
715
|
9,
|
|
709
716
|
n0,
|
|
710
717
|
_GLWABAPN,
|
|
711
718
|
{ [_ht]: ["GET", "/v1/whatsapp/waba/phone/details", 200] },
|
|
712
|
-
() => GetLinkedWhatsAppBusinessAccountPhoneNumberInput
|
|
713
|
-
() => GetLinkedWhatsAppBusinessAccountPhoneNumberOutput
|
|
719
|
+
() => GetLinkedWhatsAppBusinessAccountPhoneNumberInput$,
|
|
720
|
+
() => GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$,
|
|
714
721
|
];
|
|
715
|
-
export var GetWhatsAppMessageMedia = [
|
|
722
|
+
export var GetWhatsAppMessageMedia$ = [
|
|
716
723
|
9,
|
|
717
724
|
n0,
|
|
718
725
|
_GWAMM,
|
|
719
726
|
{ [_ht]: ["POST", "/v1/whatsapp/media/get", 200] },
|
|
720
|
-
() => GetWhatsAppMessageMediaInput
|
|
721
|
-
() => GetWhatsAppMessageMediaOutput
|
|
727
|
+
() => GetWhatsAppMessageMediaInput$,
|
|
728
|
+
() => GetWhatsAppMessageMediaOutput$,
|
|
722
729
|
];
|
|
723
|
-
export var GetWhatsAppMessageTemplate = [
|
|
730
|
+
export var GetWhatsAppMessageTemplate$ = [
|
|
724
731
|
9,
|
|
725
732
|
n0,
|
|
726
733
|
_GWAMT,
|
|
727
734
|
{ [_ht]: ["GET", "/v1/whatsapp/template", 200] },
|
|
728
|
-
() => GetWhatsAppMessageTemplateInput
|
|
729
|
-
() => GetWhatsAppMessageTemplateOutput
|
|
735
|
+
() => GetWhatsAppMessageTemplateInput$,
|
|
736
|
+
() => GetWhatsAppMessageTemplateOutput$,
|
|
730
737
|
];
|
|
731
|
-
export var ListLinkedWhatsAppBusinessAccounts = [
|
|
738
|
+
export var ListLinkedWhatsAppBusinessAccounts$ = [
|
|
732
739
|
9,
|
|
733
740
|
n0,
|
|
734
741
|
_LLWABA,
|
|
735
742
|
{ [_ht]: ["GET", "/v1/whatsapp/waba/list", 200] },
|
|
736
|
-
() => ListLinkedWhatsAppBusinessAccountsInput
|
|
737
|
-
() => ListLinkedWhatsAppBusinessAccountsOutput
|
|
743
|
+
() => ListLinkedWhatsAppBusinessAccountsInput$,
|
|
744
|
+
() => ListLinkedWhatsAppBusinessAccountsOutput$,
|
|
738
745
|
];
|
|
739
|
-
export var ListTagsForResource = [
|
|
746
|
+
export var ListTagsForResource$ = [
|
|
740
747
|
9,
|
|
741
748
|
n0,
|
|
742
749
|
_LTFR,
|
|
743
750
|
{ [_ht]: ["GET", "/v1/tags/list", 200] },
|
|
744
|
-
() => ListTagsForResourceInput
|
|
745
|
-
() => ListTagsForResourceOutput
|
|
751
|
+
() => ListTagsForResourceInput$,
|
|
752
|
+
() => ListTagsForResourceOutput$,
|
|
746
753
|
];
|
|
747
|
-
export var ListWhatsAppMessageTemplates = [
|
|
754
|
+
export var ListWhatsAppMessageTemplates$ = [
|
|
748
755
|
9,
|
|
749
756
|
n0,
|
|
750
757
|
_LWAMT,
|
|
751
758
|
{ [_ht]: ["GET", "/v1/whatsapp/template/list", 200] },
|
|
752
|
-
() => ListWhatsAppMessageTemplatesInput
|
|
753
|
-
() => ListWhatsAppMessageTemplatesOutput
|
|
759
|
+
() => ListWhatsAppMessageTemplatesInput$,
|
|
760
|
+
() => ListWhatsAppMessageTemplatesOutput$,
|
|
754
761
|
];
|
|
755
|
-
export var ListWhatsAppTemplateLibrary = [
|
|
762
|
+
export var ListWhatsAppTemplateLibrary$ = [
|
|
756
763
|
9,
|
|
757
764
|
n0,
|
|
758
765
|
_LWATL,
|
|
759
766
|
{ [_ht]: ["POST", "/v1/whatsapp/template/library", 200] },
|
|
760
|
-
() => ListWhatsAppTemplateLibraryInput
|
|
761
|
-
() => ListWhatsAppTemplateLibraryOutput
|
|
767
|
+
() => ListWhatsAppTemplateLibraryInput$,
|
|
768
|
+
() => ListWhatsAppTemplateLibraryOutput$,
|
|
762
769
|
];
|
|
763
|
-
export var PostWhatsAppMessageMedia = [
|
|
770
|
+
export var PostWhatsAppMessageMedia$ = [
|
|
764
771
|
9,
|
|
765
772
|
n0,
|
|
766
773
|
_PWAMM,
|
|
767
774
|
{ [_ht]: ["POST", "/v1/whatsapp/media", 200] },
|
|
768
|
-
() => PostWhatsAppMessageMediaInput
|
|
769
|
-
() => PostWhatsAppMessageMediaOutput
|
|
775
|
+
() => PostWhatsAppMessageMediaInput$,
|
|
776
|
+
() => PostWhatsAppMessageMediaOutput$,
|
|
770
777
|
];
|
|
771
|
-
export var PutWhatsAppBusinessAccountEventDestinations = [
|
|
778
|
+
export var PutWhatsAppBusinessAccountEventDestinations$ = [
|
|
772
779
|
9,
|
|
773
780
|
n0,
|
|
774
781
|
_PWABAED,
|
|
775
782
|
{ [_ht]: ["PUT", "/v1/whatsapp/waba/eventdestinations", 200] },
|
|
776
|
-
() => PutWhatsAppBusinessAccountEventDestinationsInput
|
|
777
|
-
() => PutWhatsAppBusinessAccountEventDestinationsOutput
|
|
783
|
+
() => PutWhatsAppBusinessAccountEventDestinationsInput$,
|
|
784
|
+
() => PutWhatsAppBusinessAccountEventDestinationsOutput$,
|
|
778
785
|
];
|
|
779
|
-
export var SendWhatsAppMessage = [
|
|
786
|
+
export var SendWhatsAppMessage$ = [
|
|
780
787
|
9,
|
|
781
788
|
n0,
|
|
782
789
|
_SWAM,
|
|
783
790
|
{ [_ht]: ["POST", "/v1/whatsapp/send", 200] },
|
|
784
|
-
() => SendWhatsAppMessageInput
|
|
785
|
-
() => SendWhatsAppMessageOutput
|
|
791
|
+
() => SendWhatsAppMessageInput$,
|
|
792
|
+
() => SendWhatsAppMessageOutput$,
|
|
786
793
|
];
|
|
787
|
-
export var TagResource = [
|
|
794
|
+
export var TagResource$ = [
|
|
788
795
|
9,
|
|
789
796
|
n0,
|
|
790
797
|
_TR,
|
|
791
798
|
{ [_ht]: ["POST", "/v1/tags/tag-resource", 200] },
|
|
792
|
-
() => TagResourceInput
|
|
793
|
-
() => TagResourceOutput
|
|
799
|
+
() => TagResourceInput$,
|
|
800
|
+
() => TagResourceOutput$,
|
|
794
801
|
];
|
|
795
|
-
export var UntagResource = [
|
|
802
|
+
export var UntagResource$ = [
|
|
796
803
|
9,
|
|
797
804
|
n0,
|
|
798
805
|
_UR,
|
|
799
806
|
{ [_ht]: ["POST", "/v1/tags/untag-resource", 200] },
|
|
800
|
-
() => UntagResourceInput
|
|
801
|
-
() => UntagResourceOutput
|
|
807
|
+
() => UntagResourceInput$,
|
|
808
|
+
() => UntagResourceOutput$,
|
|
802
809
|
];
|
|
803
|
-
export var UpdateWhatsAppMessageTemplate = [
|
|
810
|
+
export var UpdateWhatsAppMessageTemplate$ = [
|
|
804
811
|
9,
|
|
805
812
|
n0,
|
|
806
813
|
_UWAMT,
|
|
807
814
|
{ [_ht]: ["POST", "/v1/whatsapp/template", 200] },
|
|
808
|
-
() => UpdateWhatsAppMessageTemplateInput
|
|
809
|
-
() => UpdateWhatsAppMessageTemplateOutput
|
|
815
|
+
() => UpdateWhatsAppMessageTemplateInput$,
|
|
816
|
+
() => UpdateWhatsAppMessageTemplateOutput$,
|
|
810
817
|
];
|