@aws-sdk/client-taxsettings 3.1068.0 → 3.1070.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.
@@ -1,8 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ItalyAdditionalInfo$ = exports.IsraelAdditionalInfo$ = exports.IndonesiaAdditionalInfo$ = exports.IndiaAdditionalInfo$ = exports.GreeceAdditionalInfo$ = exports.GetTaxRegistrationResponse$ = exports.GetTaxRegistrationRequest$ = exports.GetTaxRegistrationDocumentResponse$ = exports.GetTaxRegistrationDocumentRequest$ = exports.GetTaxInheritanceResponse$ = exports.GetTaxInheritanceRequest$ = exports.GetTaxExemptionTypesResponse$ = exports.GetTaxExemptionTypesRequest$ = exports.GeorgiaAdditionalInfo$ = exports.FranceAdditionalInfo$ = exports.ExemptionCertificate$ = exports.EstoniaAdditionalInfo$ = exports.EgyptAdditionalInfo$ = exports.DestinationS3Location$ = exports.DeleteTaxRegistrationResponse$ = exports.DeleteTaxRegistrationRequest$ = exports.DeleteSupplementalTaxRegistrationResponse$ = exports.DeleteSupplementalTaxRegistrationRequest$ = exports.ChileAdditionalInfo$ = exports.CanadaAdditionalInfo$ = exports.BrazilAdditionalInfo$ = exports.BelgiumAdditionalInfo$ = exports.BatchPutTaxRegistrationResponse$ = exports.BatchPutTaxRegistrationRequest$ = exports.BatchPutTaxRegistrationError$ = exports.BatchGetTaxExemptionsResponse$ = exports.BatchGetTaxExemptionsRequest$ = exports.BatchDeleteTaxRegistrationResponse$ = exports.BatchDeleteTaxRegistrationRequest$ = exports.BatchDeleteTaxRegistrationError$ = exports.Authority$ = exports.Address$ = exports.AdditionalInfoResponse$ = exports.AdditionalInfoRequest$ = exports.AccountMetaData$ = exports.AccountDetails$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.CaseCreationLimitExceededException$ = exports.AttachmentUploadException$ = exports.AccessDeniedException$ = exports.TaxSettingsServiceException$ = void 0;
4
- exports.GetTaxRegistration$ = exports.GetTaxInheritance$ = exports.GetTaxExemptionTypes$ = exports.DeleteTaxRegistration$ = exports.DeleteSupplementalTaxRegistration$ = exports.BatchPutTaxRegistration$ = exports.BatchGetTaxExemptions$ = exports.BatchDeleteTaxRegistration$ = exports.VietnamAdditionalInfo$ = exports.VerificationDetails$ = exports.ValidationExceptionField$ = exports.UzbekistanAdditionalInfo$ = exports.UkraineAdditionalInfo$ = exports.TurkeyAdditionalInfo$ = exports.TaxRegistrationWithJurisdiction$ = exports.TaxRegistrationEntry$ = exports.TaxRegistrationDocument$ = exports.TaxRegistrationDocFile$ = exports.TaxRegistration$ = exports.TaxInheritanceDetails$ = exports.TaxExemptionType$ = exports.TaxExemptionDetails$ = exports.TaxExemption$ = exports.TaxDocumentMetadata$ = exports.SupplementalTaxRegistrationEntry$ = exports.SupplementalTaxRegistration$ = exports.SpainAdditionalInfo$ = exports.SouthKoreaAdditionalInfo$ = exports.SourceS3Location$ = exports.SaudiArabiaAdditionalInfo$ = exports.RomaniaAdditionalInfo$ = exports.PutTaxRegistrationResponse$ = exports.PutTaxRegistrationRequest$ = exports.PutTaxInheritanceResponse$ = exports.PutTaxInheritanceRequest$ = exports.PutTaxExemptionResponse$ = exports.PutTaxExemptionRequest$ = exports.PutSupplementalTaxRegistrationResponse$ = exports.PutSupplementalTaxRegistrationRequest$ = exports.PolandAdditionalInfo$ = exports.PhilippinesAdditionalInfo$ = exports.MalaysiaAdditionalInfo$ = exports.ListTaxRegistrationsResponse$ = exports.ListTaxRegistrationsRequest$ = exports.ListTaxExemptionsResponse$ = exports.ListTaxExemptionsRequest$ = exports.ListSupplementalTaxRegistrationsResponse$ = exports.ListSupplementalTaxRegistrationsRequest$ = exports.KenyaAdditionalInfo$ = exports.Jurisdiction$ = void 0;
5
- exports.PutTaxRegistration$ = exports.PutTaxInheritance$ = exports.PutTaxExemption$ = exports.PutSupplementalTaxRegistration$ = exports.ListTaxRegistrations$ = exports.ListTaxExemptions$ = exports.ListSupplementalTaxRegistrations$ = exports.GetTaxRegistrationDocument$ = void 0;
6
1
  const _A = "Address";
7
2
  const _AD = "AccountDetails";
8
3
  const _ADE = "AccessDeniedException";
@@ -280,562 +275,653 @@ const _vAI = "vietnamAdditionalInfo";
280
275
  const _vD = "verificationDetails";
281
276
  const _vRN = "vatRegistrationNumber";
282
277
  const n0 = "com.amazonaws.taxsettings";
283
- const schema_1 = require("@smithy/core/schema");
284
- const errors_1 = require("../models/errors");
285
- const TaxSettingsServiceException_1 = require("../models/TaxSettingsServiceException");
286
- const _s_registry = schema_1.TypeRegistry.for(_s);
287
- exports.TaxSettingsServiceException$ = [-3, _s, "TaxSettingsServiceException", 0, [], []];
288
- _s_registry.registerError(exports.TaxSettingsServiceException$, TaxSettingsServiceException_1.TaxSettingsServiceException);
289
- const n0_registry = schema_1.TypeRegistry.for(n0);
290
- exports.AccessDeniedException$ = [-3, n0, _ADE,
278
+ const { TypeRegistry } = require("@smithy/core/schema");
279
+ const { AccessDeniedException, AttachmentUploadException, CaseCreationLimitExceededException, ConflictException, InternalServerException, ResourceNotFoundException, ValidationException } = require("../models/errors");
280
+ const { TaxSettingsServiceException } = require("../models/TaxSettingsServiceException");
281
+ const _s_registry = TypeRegistry.for(_s);
282
+ const TaxSettingsServiceException$ = [-3, _s, "TaxSettingsServiceException", 0, [], []];
283
+ exports.TaxSettingsServiceException$ = TaxSettingsServiceException$;
284
+ _s_registry.registerError(TaxSettingsServiceException$, TaxSettingsServiceException);
285
+ const n0_registry = TypeRegistry.for(n0);
286
+ const AccessDeniedException$ = [-3, n0, _ADE,
291
287
  { [_e]: _c, [_hE]: 401 },
292
288
  [_m],
293
289
  [[() => ErrorMessage, 0]], 1
294
290
  ];
295
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
296
- exports.AttachmentUploadException$ = [-3, n0, _AUE,
291
+ exports.AccessDeniedException$ = AccessDeniedException$;
292
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
293
+ const AttachmentUploadException$ = [-3, n0, _AUE,
297
294
  { [_e]: _c, [_hE]: 400 },
298
295
  [_m],
299
296
  [[() => ErrorMessage, 0]], 1
300
297
  ];
301
- n0_registry.registerError(exports.AttachmentUploadException$, errors_1.AttachmentUploadException);
302
- exports.CaseCreationLimitExceededException$ = [-3, n0, _CCLEE,
298
+ exports.AttachmentUploadException$ = AttachmentUploadException$;
299
+ n0_registry.registerError(AttachmentUploadException$, AttachmentUploadException);
300
+ const CaseCreationLimitExceededException$ = [-3, n0, _CCLEE,
303
301
  { [_e]: _c, [_hE]: 413 },
304
302
  [_m],
305
303
  [[() => ErrorMessage, 0]], 1
306
304
  ];
307
- n0_registry.registerError(exports.CaseCreationLimitExceededException$, errors_1.CaseCreationLimitExceededException);
308
- exports.ConflictException$ = [-3, n0, _CE,
305
+ exports.CaseCreationLimitExceededException$ = CaseCreationLimitExceededException$;
306
+ n0_registry.registerError(CaseCreationLimitExceededException$, CaseCreationLimitExceededException);
307
+ const ConflictException$ = [-3, n0, _CE,
309
308
  { [_e]: _c, [_hE]: 409 },
310
309
  [_m, _eC],
311
310
  [[() => ErrorMessage, 0], 0], 2
312
311
  ];
313
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
314
- exports.InternalServerException$ = [-3, n0, _ISE,
312
+ exports.ConflictException$ = ConflictException$;
313
+ n0_registry.registerError(ConflictException$, ConflictException);
314
+ const InternalServerException$ = [-3, n0, _ISE,
315
315
  { [_e]: _se, [_hE]: 500 },
316
316
  [_m, _eC],
317
317
  [[() => ErrorMessage, 0], 0], 2
318
318
  ];
319
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
320
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
319
+ exports.InternalServerException$ = InternalServerException$;
320
+ n0_registry.registerError(InternalServerException$, InternalServerException);
321
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
321
322
  { [_e]: _c, [_hE]: 404 },
322
323
  [_m, _eC],
323
324
  [[() => ErrorMessage, 0], 0], 2
324
325
  ];
325
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
326
- exports.ValidationException$ = [-3, n0, _VE,
326
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
327
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
328
+ const ValidationException$ = [-3, n0, _VE,
327
329
  { [_e]: _c, [_hE]: 400 },
328
330
  [_m, _eC, _fL],
329
331
  [[() => ErrorMessage, 0], 0, () => ValidationExceptionFieldList], 2
330
332
  ];
331
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
333
+ exports.ValidationException$ = ValidationException$;
334
+ n0_registry.registerError(ValidationException$, ValidationException);
332
335
  exports.errorTypeRegistries = [
333
336
  _s_registry,
334
337
  n0_registry,
335
338
  ];
336
339
  var ErrorMessage = [0, n0, _EM, 8, 0];
337
- exports.AccountDetails$ = [3, n0, _AD,
340
+ const AccountDetails$ = [3, n0, _AD,
338
341
  8,
339
342
  [_aI, _tR, _tID, _aMD],
340
- [0, [() => exports.TaxRegistrationWithJurisdiction$, 0], () => exports.TaxInheritanceDetails$, [() => exports.AccountMetaData$, 0]]
343
+ [0, [() => TaxRegistrationWithJurisdiction$, 0], () => TaxInheritanceDetails$, [() => AccountMetaData$, 0]]
341
344
  ];
342
- exports.AccountMetaData$ = [3, n0, _AMD,
345
+ exports.AccountDetails$ = AccountDetails$;
346
+ const AccountMetaData$ = [3, n0, _AMD,
343
347
  8,
344
348
  [_aN, _sel, _a, _aT, _aRM],
345
- [0, 0, () => exports.Address$, 0, () => AddressRoleMap]
349
+ [0, 0, () => Address$, 0, () => AddressRoleMap]
346
350
  ];
347
- exports.AdditionalInfoRequest$ = [3, n0, _AIR,
351
+ exports.AccountMetaData$ = AccountMetaData$;
352
+ const AdditionalInfoRequest$ = [3, n0, _AIR,
348
353
  0,
349
354
  [_mAI, _iAI, _eAI, _cAI, _sAI, _kAI, _sKAI, _tAI, _gAI, _iAIt, _rAI, _uAI, _pAI, _sAAI, _iAIn, _vAI, _eAIg, _gAIr, _uAIz, _pAIh, _bAI, _cAIh, _fAI],
350
- [() => exports.MalaysiaAdditionalInfo$, () => exports.IsraelAdditionalInfo$, () => exports.EstoniaAdditionalInfo$, () => exports.CanadaAdditionalInfo$, () => exports.SpainAdditionalInfo$, () => exports.KenyaAdditionalInfo$, () => exports.SouthKoreaAdditionalInfo$, () => exports.TurkeyAdditionalInfo$, () => exports.GeorgiaAdditionalInfo$, () => exports.ItalyAdditionalInfo$, () => exports.RomaniaAdditionalInfo$, () => exports.UkraineAdditionalInfo$, () => exports.PolandAdditionalInfo$, () => exports.SaudiArabiaAdditionalInfo$, () => exports.IndonesiaAdditionalInfo$, () => exports.VietnamAdditionalInfo$, () => exports.EgyptAdditionalInfo$, () => exports.GreeceAdditionalInfo$, () => exports.UzbekistanAdditionalInfo$, () => exports.PhilippinesAdditionalInfo$, () => exports.BelgiumAdditionalInfo$, () => exports.ChileAdditionalInfo$, () => exports.FranceAdditionalInfo$]
355
+ [() => MalaysiaAdditionalInfo$, () => IsraelAdditionalInfo$, () => EstoniaAdditionalInfo$, () => CanadaAdditionalInfo$, () => SpainAdditionalInfo$, () => KenyaAdditionalInfo$, () => SouthKoreaAdditionalInfo$, () => TurkeyAdditionalInfo$, () => GeorgiaAdditionalInfo$, () => ItalyAdditionalInfo$, () => RomaniaAdditionalInfo$, () => UkraineAdditionalInfo$, () => PolandAdditionalInfo$, () => SaudiArabiaAdditionalInfo$, () => IndonesiaAdditionalInfo$, () => VietnamAdditionalInfo$, () => EgyptAdditionalInfo$, () => GreeceAdditionalInfo$, () => UzbekistanAdditionalInfo$, () => PhilippinesAdditionalInfo$, () => BelgiumAdditionalInfo$, () => ChileAdditionalInfo$, () => FranceAdditionalInfo$]
351
356
  ];
352
- exports.AdditionalInfoResponse$ = [3, n0, _AIRd,
357
+ exports.AdditionalInfoRequest$ = AdditionalInfoRequest$;
358
+ const AdditionalInfoResponse$ = [3, n0, _AIRd,
353
359
  0,
354
360
  [_mAI, _iAI, _eAI, _cAI, _bAIr, _sAI, _kAI, _sKAI, _tAI, _gAI, _iAIt, _rAI, _uAI, _pAI, _sAAI, _iAInd, _iAIn, _vAI, _eAIg, _gAIr, _uAIz, _pAIh, _bAI, _cAIh, _fAI],
355
- [() => exports.MalaysiaAdditionalInfo$, () => exports.IsraelAdditionalInfo$, () => exports.EstoniaAdditionalInfo$, () => exports.CanadaAdditionalInfo$, () => exports.BrazilAdditionalInfo$, () => exports.SpainAdditionalInfo$, () => exports.KenyaAdditionalInfo$, () => exports.SouthKoreaAdditionalInfo$, () => exports.TurkeyAdditionalInfo$, () => exports.GeorgiaAdditionalInfo$, () => exports.ItalyAdditionalInfo$, () => exports.RomaniaAdditionalInfo$, () => exports.UkraineAdditionalInfo$, () => exports.PolandAdditionalInfo$, () => exports.SaudiArabiaAdditionalInfo$, () => exports.IndiaAdditionalInfo$, () => exports.IndonesiaAdditionalInfo$, () => exports.VietnamAdditionalInfo$, () => exports.EgyptAdditionalInfo$, () => exports.GreeceAdditionalInfo$, () => exports.UzbekistanAdditionalInfo$, () => exports.PhilippinesAdditionalInfo$, () => exports.BelgiumAdditionalInfo$, () => exports.ChileAdditionalInfo$, () => exports.FranceAdditionalInfo$]
361
+ [() => MalaysiaAdditionalInfo$, () => IsraelAdditionalInfo$, () => EstoniaAdditionalInfo$, () => CanadaAdditionalInfo$, () => BrazilAdditionalInfo$, () => SpainAdditionalInfo$, () => KenyaAdditionalInfo$, () => SouthKoreaAdditionalInfo$, () => TurkeyAdditionalInfo$, () => GeorgiaAdditionalInfo$, () => ItalyAdditionalInfo$, () => RomaniaAdditionalInfo$, () => UkraineAdditionalInfo$, () => PolandAdditionalInfo$, () => SaudiArabiaAdditionalInfo$, () => IndiaAdditionalInfo$, () => IndonesiaAdditionalInfo$, () => VietnamAdditionalInfo$, () => EgyptAdditionalInfo$, () => GreeceAdditionalInfo$, () => UzbekistanAdditionalInfo$, () => PhilippinesAdditionalInfo$, () => BelgiumAdditionalInfo$, () => ChileAdditionalInfo$, () => FranceAdditionalInfo$]
356
362
  ];
357
- exports.Address$ = [3, n0, _A,
363
+ exports.AdditionalInfoResponse$ = AdditionalInfoResponse$;
364
+ const Address$ = [3, n0, _A,
358
365
  0,
359
366
  [_pC, _cC, _aL, _aLd, _aLdd, _dOC, _ci, _sOR],
360
367
  [0, 0, 0, 0, 0, 0, 0, 0], 2
361
368
  ];
362
- exports.Authority$ = [3, n0, _Au,
369
+ exports.Address$ = Address$;
370
+ const Authority$ = [3, n0, _Au,
363
371
  0,
364
372
  [_co, _st],
365
373
  [0, 0], 1
366
374
  ];
367
- exports.BatchDeleteTaxRegistrationError$ = [3, n0, _BDTRE,
375
+ exports.Authority$ = Authority$;
376
+ const BatchDeleteTaxRegistrationError$ = [3, n0, _BDTRE,
368
377
  0,
369
378
  [_aI, _m, _cod],
370
379
  [0, [() => ErrorMessage, 0], 0], 2
371
380
  ];
372
- exports.BatchDeleteTaxRegistrationRequest$ = [3, n0, _BDTRR,
381
+ exports.BatchDeleteTaxRegistrationError$ = BatchDeleteTaxRegistrationError$;
382
+ const BatchDeleteTaxRegistrationRequest$ = [3, n0, _BDTRR,
373
383
  0,
374
384
  [_aIc],
375
385
  [64 | 0], 1
376
386
  ];
377
- exports.BatchDeleteTaxRegistrationResponse$ = [3, n0, _BDTRRa,
387
+ exports.BatchDeleteTaxRegistrationRequest$ = BatchDeleteTaxRegistrationRequest$;
388
+ const BatchDeleteTaxRegistrationResponse$ = [3, n0, _BDTRRa,
378
389
  0,
379
390
  [_er],
380
391
  [[() => BatchDeleteTaxRegistrationErrors, 0]], 1
381
392
  ];
382
- exports.BatchGetTaxExemptionsRequest$ = [3, n0, _BGTER,
393
+ exports.BatchDeleteTaxRegistrationResponse$ = BatchDeleteTaxRegistrationResponse$;
394
+ const BatchGetTaxExemptionsRequest$ = [3, n0, _BGTER,
383
395
  0,
384
396
  [_aIc],
385
397
  [64 | 0], 1
386
398
  ];
387
- exports.BatchGetTaxExemptionsResponse$ = [3, n0, _BGTERa,
399
+ exports.BatchGetTaxExemptionsRequest$ = BatchGetTaxExemptionsRequest$;
400
+ const BatchGetTaxExemptionsResponse$ = [3, n0, _BGTERa,
388
401
  0,
389
402
  [_tEDM, _fA],
390
403
  [() => TaxExemptionDetailsMap, 64 | 0]
391
404
  ];
392
- exports.BatchPutTaxRegistrationError$ = [3, n0, _BPTRE,
405
+ exports.BatchGetTaxExemptionsResponse$ = BatchGetTaxExemptionsResponse$;
406
+ const BatchPutTaxRegistrationError$ = [3, n0, _BPTRE,
393
407
  0,
394
408
  [_aI, _m, _cod],
395
409
  [0, [() => ErrorMessage, 0], 0], 2
396
410
  ];
397
- exports.BatchPutTaxRegistrationRequest$ = [3, n0, _BPTRR,
411
+ exports.BatchPutTaxRegistrationError$ = BatchPutTaxRegistrationError$;
412
+ const BatchPutTaxRegistrationRequest$ = [3, n0, _BPTRR,
398
413
  0,
399
414
  [_aIc, _tRE],
400
- [64 | 0, [() => exports.TaxRegistrationEntry$, 0]], 2
415
+ [64 | 0, [() => TaxRegistrationEntry$, 0]], 2
401
416
  ];
402
- exports.BatchPutTaxRegistrationResponse$ = [3, n0, _BPTRRa,
417
+ exports.BatchPutTaxRegistrationRequest$ = BatchPutTaxRegistrationRequest$;
418
+ const BatchPutTaxRegistrationResponse$ = [3, n0, _BPTRRa,
403
419
  0,
404
420
  [_er, _sta],
405
421
  [[() => BatchPutTaxRegistrationErrors, 0], 0], 1
406
422
  ];
407
- exports.BelgiumAdditionalInfo$ = [3, n0, _BAI,
423
+ exports.BatchPutTaxRegistrationResponse$ = BatchPutTaxRegistrationResponse$;
424
+ const BelgiumAdditionalInfo$ = [3, n0, _BAI,
408
425
  0,
409
426
  [_pI, _iMBE],
410
427
  [0, 2]
411
428
  ];
412
- exports.BrazilAdditionalInfo$ = [3, n0, _BAIr,
429
+ exports.BelgiumAdditionalInfo$ = BelgiumAdditionalInfo$;
430
+ const BrazilAdditionalInfo$ = [3, n0, _BAIr,
413
431
  0,
414
432
  [_cCc, _lNC],
415
433
  [0, 0]
416
434
  ];
417
- exports.CanadaAdditionalInfo$ = [3, n0, _CAI,
435
+ exports.BrazilAdditionalInfo$ = BrazilAdditionalInfo$;
436
+ const CanadaAdditionalInfo$ = [3, n0, _CAI,
418
437
  0,
419
438
  [_pSTI, _cQSTN, _cRSTN, _iRA],
420
439
  [0, 0, 0, 2]
421
440
  ];
422
- exports.ChileAdditionalInfo$ = [3, n0, _CAIh,
441
+ exports.CanadaAdditionalInfo$ = CanadaAdditionalInfo$;
442
+ const ChileAdditionalInfo$ = [3, n0, _CAIh,
423
443
  0,
424
444
  [_dT, _bA],
425
445
  [0, 0]
426
446
  ];
427
- exports.DeleteSupplementalTaxRegistrationRequest$ = [3, n0, _DSTRR,
447
+ exports.ChileAdditionalInfo$ = ChileAdditionalInfo$;
448
+ const DeleteSupplementalTaxRegistrationRequest$ = [3, n0, _DSTRR,
428
449
  0,
429
450
  [_aIu],
430
451
  [0], 1
431
452
  ];
432
- exports.DeleteSupplementalTaxRegistrationResponse$ = [3, n0, _DSTRRe,
453
+ exports.DeleteSupplementalTaxRegistrationRequest$ = DeleteSupplementalTaxRegistrationRequest$;
454
+ const DeleteSupplementalTaxRegistrationResponse$ = [3, n0, _DSTRRe,
433
455
  0,
434
456
  [],
435
457
  []
436
458
  ];
437
- exports.DeleteTaxRegistrationRequest$ = [3, n0, _DTRR,
459
+ exports.DeleteSupplementalTaxRegistrationResponse$ = DeleteSupplementalTaxRegistrationResponse$;
460
+ const DeleteTaxRegistrationRequest$ = [3, n0, _DTRR,
438
461
  0,
439
462
  [_aI],
440
463
  [0]
441
464
  ];
442
- exports.DeleteTaxRegistrationResponse$ = [3, n0, _DTRRe,
465
+ exports.DeleteTaxRegistrationRequest$ = DeleteTaxRegistrationRequest$;
466
+ const DeleteTaxRegistrationResponse$ = [3, n0, _DTRRe,
443
467
  0,
444
468
  [],
445
469
  []
446
470
  ];
447
- exports.DestinationS3Location$ = [3, n0, _DSL,
471
+ exports.DeleteTaxRegistrationResponse$ = DeleteTaxRegistrationResponse$;
472
+ const DestinationS3Location$ = [3, n0, _DSL,
448
473
  0,
449
474
  [_b, _p],
450
475
  [0, 0], 1
451
476
  ];
452
- exports.EgyptAdditionalInfo$ = [3, n0, _EAI,
477
+ exports.DestinationS3Location$ = DestinationS3Location$;
478
+ const EgyptAdditionalInfo$ = [3, n0, _EAI,
453
479
  0,
454
480
  [_uIN, _uINED],
455
481
  [0, 0]
456
482
  ];
457
- exports.EstoniaAdditionalInfo$ = [3, n0, _EAIs,
483
+ exports.EgyptAdditionalInfo$ = EgyptAdditionalInfo$;
484
+ const EstoniaAdditionalInfo$ = [3, n0, _EAIs,
458
485
  0,
459
486
  [_rCC],
460
487
  [0], 1
461
488
  ];
462
- exports.ExemptionCertificate$ = [3, n0, _EC,
489
+ exports.EstoniaAdditionalInfo$ = EstoniaAdditionalInfo$;
490
+ const ExemptionCertificate$ = [3, n0, _EC,
463
491
  0,
464
492
  [_dN, _dF],
465
493
  [0, 21], 2
466
494
  ];
467
- exports.FranceAdditionalInfo$ = [3, n0, _FAI,
495
+ exports.ExemptionCertificate$ = ExemptionCertificate$;
496
+ const FranceAdditionalInfo$ = [3, n0, _FAI,
468
497
  0,
469
498
  [_sN],
470
499
  [0], 1
471
500
  ];
472
- exports.GeorgiaAdditionalInfo$ = [3, n0, _GAI,
501
+ exports.FranceAdditionalInfo$ = FranceAdditionalInfo$;
502
+ const GeorgiaAdditionalInfo$ = [3, n0, _GAI,
473
503
  0,
474
504
  [_pT],
475
505
  [0], 1
476
506
  ];
477
- exports.GetTaxExemptionTypesRequest$ = [3, n0, _GTETR,
507
+ exports.GeorgiaAdditionalInfo$ = GeorgiaAdditionalInfo$;
508
+ const GetTaxExemptionTypesRequest$ = [3, n0, _GTETR,
478
509
  0,
479
510
  [],
480
511
  []
481
512
  ];
482
- exports.GetTaxExemptionTypesResponse$ = [3, n0, _GTETRe,
513
+ exports.GetTaxExemptionTypesRequest$ = GetTaxExemptionTypesRequest$;
514
+ const GetTaxExemptionTypesResponse$ = [3, n0, _GTETRe,
483
515
  0,
484
516
  [_tET],
485
517
  [() => TaxExemptionTypes]
486
518
  ];
487
- exports.GetTaxInheritanceRequest$ = [3, n0, _GTIR,
519
+ exports.GetTaxExemptionTypesResponse$ = GetTaxExemptionTypesResponse$;
520
+ const GetTaxInheritanceRequest$ = [3, n0, _GTIR,
488
521
  0,
489
522
  [],
490
523
  []
491
524
  ];
492
- exports.GetTaxInheritanceResponse$ = [3, n0, _GTIRe,
525
+ exports.GetTaxInheritanceRequest$ = GetTaxInheritanceRequest$;
526
+ const GetTaxInheritanceResponse$ = [3, n0, _GTIRe,
493
527
  0,
494
528
  [_hS],
495
529
  [0]
496
530
  ];
497
- exports.GetTaxRegistrationDocumentRequest$ = [3, n0, _GTRDR,
531
+ exports.GetTaxInheritanceResponse$ = GetTaxInheritanceResponse$;
532
+ const GetTaxRegistrationDocumentRequest$ = [3, n0, _GTRDR,
498
533
  0,
499
534
  [_tDM, _dSL],
500
- [() => exports.TaxDocumentMetadata$, () => exports.DestinationS3Location$], 1
535
+ [() => TaxDocumentMetadata$, () => DestinationS3Location$], 1
501
536
  ];
502
- exports.GetTaxRegistrationDocumentResponse$ = [3, n0, _GTRDRe,
537
+ exports.GetTaxRegistrationDocumentRequest$ = GetTaxRegistrationDocumentRequest$;
538
+ const GetTaxRegistrationDocumentResponse$ = [3, n0, _GTRDRe,
503
539
  0,
504
540
  [_dFP, _pSU],
505
541
  [0, 0]
506
542
  ];
507
- exports.GetTaxRegistrationRequest$ = [3, n0, _GTRR,
543
+ exports.GetTaxRegistrationDocumentResponse$ = GetTaxRegistrationDocumentResponse$;
544
+ const GetTaxRegistrationRequest$ = [3, n0, _GTRR,
508
545
  0,
509
546
  [_aI],
510
547
  [0]
511
548
  ];
512
- exports.GetTaxRegistrationResponse$ = [3, n0, _GTRRe,
549
+ exports.GetTaxRegistrationRequest$ = GetTaxRegistrationRequest$;
550
+ const GetTaxRegistrationResponse$ = [3, n0, _GTRRe,
513
551
  0,
514
552
  [_tR],
515
- [[() => exports.TaxRegistration$, 0]]
553
+ [[() => TaxRegistration$, 0]]
516
554
  ];
517
- exports.GreeceAdditionalInfo$ = [3, n0, _GAIr,
555
+ exports.GetTaxRegistrationResponse$ = GetTaxRegistrationResponse$;
556
+ const GreeceAdditionalInfo$ = [3, n0, _GAIr,
518
557
  0,
519
558
  [_cAC],
520
559
  [0]
521
560
  ];
522
- exports.IndiaAdditionalInfo$ = [3, n0, _IAI,
561
+ exports.GreeceAdditionalInfo$ = GreeceAdditionalInfo$;
562
+ const IndiaAdditionalInfo$ = [3, n0, _IAI,
523
563
  0,
524
564
  [_pa],
525
565
  [0]
526
566
  ];
527
- exports.IndonesiaAdditionalInfo$ = [3, n0, _IAIn,
567
+ exports.IndiaAdditionalInfo$ = IndiaAdditionalInfo$;
568
+ const IndonesiaAdditionalInfo$ = [3, n0, _IAIn,
528
569
  0,
529
570
  [_tRNT, _pEDC, _dNe],
530
571
  [0, 0, 0]
531
572
  ];
532
- exports.IsraelAdditionalInfo$ = [3, n0, _IAIs,
573
+ exports.IndonesiaAdditionalInfo$ = IndonesiaAdditionalInfo$;
574
+ const IsraelAdditionalInfo$ = [3, n0, _IAIs,
533
575
  0,
534
576
  [_dTe, _cT],
535
577
  [0, 0], 2
536
578
  ];
537
- exports.ItalyAdditionalInfo$ = [3, n0, _IAIt,
579
+ exports.IsraelAdditionalInfo$ = IsraelAdditionalInfo$;
580
+ const ItalyAdditionalInfo$ = [3, n0, _IAIt,
538
581
  0,
539
582
  [_sAId, _cN, _cNu, _tC, _cT],
540
583
  [0, 0, 0, 0, 0]
541
584
  ];
542
- exports.Jurisdiction$ = [3, n0, _J,
585
+ exports.ItalyAdditionalInfo$ = ItalyAdditionalInfo$;
586
+ const Jurisdiction$ = [3, n0, _J,
543
587
  0,
544
588
  [_cC, _sOR],
545
589
  [0, 0], 1
546
590
  ];
547
- exports.KenyaAdditionalInfo$ = [3, n0, _KAI,
591
+ exports.Jurisdiction$ = Jurisdiction$;
592
+ const KenyaAdditionalInfo$ = [3, n0, _KAI,
548
593
  0,
549
594
  [_pT],
550
595
  [0], 1
551
596
  ];
552
- exports.ListSupplementalTaxRegistrationsRequest$ = [3, n0, _LSTRR,
597
+ exports.KenyaAdditionalInfo$ = KenyaAdditionalInfo$;
598
+ const ListSupplementalTaxRegistrationsRequest$ = [3, n0, _LSTRR,
553
599
  0,
554
600
  [_mR, _nT],
555
601
  [1, 0]
556
602
  ];
557
- exports.ListSupplementalTaxRegistrationsResponse$ = [3, n0, _LSTRRi,
603
+ exports.ListSupplementalTaxRegistrationsRequest$ = ListSupplementalTaxRegistrationsRequest$;
604
+ const ListSupplementalTaxRegistrationsResponse$ = [3, n0, _LSTRRi,
558
605
  0,
559
606
  [_tRa, _nT],
560
607
  [[() => SupplementalTaxRegistrationList, 0], 0], 1
561
608
  ];
562
- exports.ListTaxExemptionsRequest$ = [3, n0, _LTER,
609
+ exports.ListSupplementalTaxRegistrationsResponse$ = ListSupplementalTaxRegistrationsResponse$;
610
+ const ListTaxExemptionsRequest$ = [3, n0, _LTER,
563
611
  0,
564
612
  [_mR, _nT],
565
613
  [1, 0]
566
614
  ];
567
- exports.ListTaxExemptionsResponse$ = [3, n0, _LTERi,
615
+ exports.ListTaxExemptionsRequest$ = ListTaxExemptionsRequest$;
616
+ const ListTaxExemptionsResponse$ = [3, n0, _LTERi,
568
617
  0,
569
618
  [_nT, _tEDM],
570
619
  [0, () => TaxExemptionDetailsMap]
571
620
  ];
572
- exports.ListTaxRegistrationsRequest$ = [3, n0, _LTRR,
621
+ exports.ListTaxExemptionsResponse$ = ListTaxExemptionsResponse$;
622
+ const ListTaxRegistrationsRequest$ = [3, n0, _LTRR,
573
623
  0,
574
624
  [_mR, _nT],
575
625
  [1, 0]
576
626
  ];
577
- exports.ListTaxRegistrationsResponse$ = [3, n0, _LTRRi,
627
+ exports.ListTaxRegistrationsRequest$ = ListTaxRegistrationsRequest$;
628
+ const ListTaxRegistrationsResponse$ = [3, n0, _LTRRi,
578
629
  0,
579
630
  [_aD, _nT],
580
631
  [[() => AccountDetailsList, 0], 0], 1
581
632
  ];
582
- exports.MalaysiaAdditionalInfo$ = [3, n0, _MAI,
633
+ exports.ListTaxRegistrationsResponse$ = ListTaxRegistrationsResponse$;
634
+ const MalaysiaAdditionalInfo$ = [3, n0, _MAI,
583
635
  0,
584
636
  [_sTC, _tIN, _bRN],
585
637
  [64 | 0, 0, 0]
586
638
  ];
587
- exports.PhilippinesAdditionalInfo$ = [3, n0, _PAI,
639
+ exports.MalaysiaAdditionalInfo$ = MalaysiaAdditionalInfo$;
640
+ const PhilippinesAdditionalInfo$ = [3, n0, _PAI,
588
641
  0,
589
642
  [_iVR],
590
643
  [2]
591
644
  ];
592
- exports.PolandAdditionalInfo$ = [3, n0, _PAIo,
645
+ exports.PhilippinesAdditionalInfo$ = PhilippinesAdditionalInfo$;
646
+ const PolandAdditionalInfo$ = [3, n0, _PAIo,
593
647
  0,
594
648
  [_iRN, _iGVE, _tRNT],
595
649
  [0, 2, 0]
596
650
  ];
597
- exports.PutSupplementalTaxRegistrationRequest$ = [3, n0, _PSTRR,
651
+ exports.PolandAdditionalInfo$ = PolandAdditionalInfo$;
652
+ const PutSupplementalTaxRegistrationRequest$ = [3, n0, _PSTRR,
598
653
  0,
599
654
  [_tRE],
600
- [[() => exports.SupplementalTaxRegistrationEntry$, 0]], 1
655
+ [[() => SupplementalTaxRegistrationEntry$, 0]], 1
601
656
  ];
602
- exports.PutSupplementalTaxRegistrationResponse$ = [3, n0, _PSTRRu,
657
+ exports.PutSupplementalTaxRegistrationRequest$ = PutSupplementalTaxRegistrationRequest$;
658
+ const PutSupplementalTaxRegistrationResponse$ = [3, n0, _PSTRRu,
603
659
  0,
604
660
  [_aIu, _sta],
605
661
  [0, 0], 2
606
662
  ];
607
- exports.PutTaxExemptionRequest$ = [3, n0, _PTER,
663
+ exports.PutSupplementalTaxRegistrationResponse$ = PutSupplementalTaxRegistrationResponse$;
664
+ const PutTaxExemptionRequest$ = [3, n0, _PTER,
608
665
  0,
609
666
  [_aIc, _au, _eT, _eCx],
610
- [64 | 0, () => exports.Authority$, 0, () => exports.ExemptionCertificate$], 4
667
+ [64 | 0, () => Authority$, 0, () => ExemptionCertificate$], 4
611
668
  ];
612
- exports.PutTaxExemptionResponse$ = [3, n0, _PTERu,
669
+ exports.PutTaxExemptionRequest$ = PutTaxExemptionRequest$;
670
+ const PutTaxExemptionResponse$ = [3, n0, _PTERu,
613
671
  0,
614
672
  [_cI],
615
673
  [0]
616
674
  ];
617
- exports.PutTaxInheritanceRequest$ = [3, n0, _PTIR,
675
+ exports.PutTaxExemptionResponse$ = PutTaxExemptionResponse$;
676
+ const PutTaxInheritanceRequest$ = [3, n0, _PTIR,
618
677
  0,
619
678
  [_hS],
620
679
  [0]
621
680
  ];
622
- exports.PutTaxInheritanceResponse$ = [3, n0, _PTIRu,
681
+ exports.PutTaxInheritanceRequest$ = PutTaxInheritanceRequest$;
682
+ const PutTaxInheritanceResponse$ = [3, n0, _PTIRu,
623
683
  0,
624
684
  [],
625
685
  []
626
686
  ];
627
- exports.PutTaxRegistrationRequest$ = [3, n0, _PTRR,
687
+ exports.PutTaxInheritanceResponse$ = PutTaxInheritanceResponse$;
688
+ const PutTaxRegistrationRequest$ = [3, n0, _PTRR,
628
689
  0,
629
690
  [_tRE, _aI],
630
- [[() => exports.TaxRegistrationEntry$, 0], 0], 1
691
+ [[() => TaxRegistrationEntry$, 0], 0], 1
631
692
  ];
632
- exports.PutTaxRegistrationResponse$ = [3, n0, _PTRRu,
693
+ exports.PutTaxRegistrationRequest$ = PutTaxRegistrationRequest$;
694
+ const PutTaxRegistrationResponse$ = [3, n0, _PTRRu,
633
695
  0,
634
696
  [_sta],
635
697
  [0]
636
698
  ];
637
- exports.RomaniaAdditionalInfo$ = [3, n0, _RAI,
699
+ exports.PutTaxRegistrationResponse$ = PutTaxRegistrationResponse$;
700
+ const RomaniaAdditionalInfo$ = [3, n0, _RAI,
638
701
  0,
639
702
  [_tRNT],
640
703
  [0], 1
641
704
  ];
642
- exports.SaudiArabiaAdditionalInfo$ = [3, n0, _SAAI,
705
+ exports.RomaniaAdditionalInfo$ = RomaniaAdditionalInfo$;
706
+ const SaudiArabiaAdditionalInfo$ = [3, n0, _SAAI,
643
707
  0,
644
708
  [_tRNT],
645
709
  [0]
646
710
  ];
647
- exports.SourceS3Location$ = [3, n0, _SSL,
711
+ exports.SaudiArabiaAdditionalInfo$ = SaudiArabiaAdditionalInfo$;
712
+ const SourceS3Location$ = [3, n0, _SSL,
648
713
  0,
649
714
  [_b, _k],
650
715
  [0, 0], 2
651
716
  ];
652
- exports.SouthKoreaAdditionalInfo$ = [3, n0, _SKAI,
717
+ exports.SourceS3Location$ = SourceS3Location$;
718
+ const SouthKoreaAdditionalInfo$ = [3, n0, _SKAI,
653
719
  0,
654
720
  [_bRNu, _lOB, _iOB],
655
721
  [0, 0, 0], 3
656
722
  ];
657
- exports.SpainAdditionalInfo$ = [3, n0, _SAI,
723
+ exports.SouthKoreaAdditionalInfo$ = SouthKoreaAdditionalInfo$;
724
+ const SpainAdditionalInfo$ = [3, n0, _SAI,
658
725
  0,
659
726
  [_rT],
660
727
  [0], 1
661
728
  ];
662
- exports.SupplementalTaxRegistration$ = [3, n0, _STR,
729
+ exports.SpainAdditionalInfo$ = SpainAdditionalInfo$;
730
+ const SupplementalTaxRegistration$ = [3, n0, _STR,
663
731
  8,
664
732
  [_rI, _rT, _lN, _a, _aIu, _sta],
665
- [0, 0, 0, () => exports.Address$, 0, 0], 6
733
+ [0, 0, 0, () => Address$, 0, 0], 6
666
734
  ];
667
- exports.SupplementalTaxRegistrationEntry$ = [3, n0, _STRE,
735
+ exports.SupplementalTaxRegistration$ = SupplementalTaxRegistration$;
736
+ const SupplementalTaxRegistrationEntry$ = [3, n0, _STRE,
668
737
  8,
669
738
  [_rI, _rT, _lN, _a],
670
- [0, 0, 0, () => exports.Address$], 4
739
+ [0, 0, 0, () => Address$], 4
671
740
  ];
672
- exports.TaxDocumentMetadata$ = [3, n0, _TDM,
741
+ exports.SupplementalTaxRegistrationEntry$ = SupplementalTaxRegistrationEntry$;
742
+ const TaxDocumentMetadata$ = [3, n0, _TDM,
673
743
  0,
674
744
  [_tDAT, _tDN],
675
745
  [0, 0], 2
676
746
  ];
677
- exports.TaxExemption$ = [3, n0, _TE,
747
+ exports.TaxDocumentMetadata$ = TaxDocumentMetadata$;
748
+ const TaxExemption$ = [3, n0, _TE,
678
749
  0,
679
750
  [_au, _tETa, _eD, _eDx, _sED, _sta],
680
- [() => exports.Authority$, () => exports.TaxExemptionType$, 4, 4, 4, 0], 2
751
+ [() => Authority$, () => TaxExemptionType$, 4, 4, 4, 0], 2
681
752
  ];
682
- exports.TaxExemptionDetails$ = [3, n0, _TED,
753
+ exports.TaxExemption$ = TaxExemption$;
754
+ const TaxExemptionDetails$ = [3, n0, _TED,
683
755
  0,
684
756
  [_tE, _hOD, _hOPE, _hOR],
685
757
  [() => TaxExemptions, 2, 0, 0]
686
758
  ];
687
- exports.TaxExemptionType$ = [3, n0, _TET,
759
+ exports.TaxExemptionDetails$ = TaxExemptionDetails$;
760
+ const TaxExemptionType$ = [3, n0, _TET,
688
761
  0,
689
762
  [_dNi, _d, _aJ],
690
763
  [0, 0, () => Authorities]
691
764
  ];
692
- exports.TaxInheritanceDetails$ = [3, n0, _TID,
765
+ exports.TaxExemptionType$ = TaxExemptionType$;
766
+ const TaxInheritanceDetails$ = [3, n0, _TID,
693
767
  0,
694
768
  [_pEI, _iOR],
695
769
  [0, 0]
696
770
  ];
697
- exports.TaxRegistration$ = [3, n0, _TR,
771
+ exports.TaxInheritanceDetails$ = TaxInheritanceDetails$;
772
+ const TaxRegistration$ = [3, n0, _TR,
698
773
  8,
699
774
  [_rI, _rT, _lN, _sta, _lA, _sec, _tDMa, _cEI, _aTI],
700
- [0, 0, 0, 0, () => exports.Address$, 0, () => TaxDocumentMetadatas, 0, () => exports.AdditionalInfoResponse$], 5
775
+ [0, 0, 0, 0, () => Address$, 0, () => TaxDocumentMetadatas, 0, () => AdditionalInfoResponse$], 5
701
776
  ];
702
- exports.TaxRegistrationDocFile$ = [3, n0, _TRDF,
777
+ exports.TaxRegistration$ = TaxRegistration$;
778
+ const TaxRegistrationDocFile$ = [3, n0, _TRDF,
703
779
  0,
704
780
  [_fN, _fC],
705
781
  [0, 21], 2
706
782
  ];
707
- exports.TaxRegistrationDocument$ = [3, n0, _TRD,
783
+ exports.TaxRegistrationDocFile$ = TaxRegistrationDocFile$;
784
+ const TaxRegistrationDocument$ = [3, n0, _TRD,
708
785
  0,
709
786
  [_sL, _f],
710
- [() => exports.SourceS3Location$, () => exports.TaxRegistrationDocFile$]
787
+ [() => SourceS3Location$, () => TaxRegistrationDocFile$]
711
788
  ];
712
- exports.TaxRegistrationEntry$ = [3, n0, _TRE,
789
+ exports.TaxRegistrationDocument$ = TaxRegistrationDocument$;
790
+ const TaxRegistrationEntry$ = [3, n0, _TRE,
713
791
  8,
714
792
  [_rI, _rT, _lN, _lA, _sec, _aTI, _vD, _cEI],
715
- [0, 0, 0, () => exports.Address$, 0, () => exports.AdditionalInfoRequest$, () => exports.VerificationDetails$, 0], 2
793
+ [0, 0, 0, () => Address$, 0, () => AdditionalInfoRequest$, () => VerificationDetails$, 0], 2
716
794
  ];
717
- exports.TaxRegistrationWithJurisdiction$ = [3, n0, _TRWJ,
795
+ exports.TaxRegistrationEntry$ = TaxRegistrationEntry$;
796
+ const TaxRegistrationWithJurisdiction$ = [3, n0, _TRWJ,
718
797
  8,
719
798
  [_rI, _rT, _lN, _sta, _j, _sec, _tDMa, _cEI, _aTI],
720
- [0, 0, 0, 0, () => exports.Jurisdiction$, 0, () => TaxDocumentMetadatas, 0, () => exports.AdditionalInfoResponse$], 5
799
+ [0, 0, 0, 0, () => Jurisdiction$, 0, () => TaxDocumentMetadatas, 0, () => AdditionalInfoResponse$], 5
721
800
  ];
722
- exports.TurkeyAdditionalInfo$ = [3, n0, _TAI,
801
+ exports.TaxRegistrationWithJurisdiction$ = TaxRegistrationWithJurisdiction$;
802
+ const TurkeyAdditionalInfo$ = [3, n0, _TAI,
723
803
  0,
724
804
  [_tO, _kEI, _sTI, _i],
725
805
  [0, 0, 0, 0]
726
806
  ];
727
- exports.UkraineAdditionalInfo$ = [3, n0, _UAI,
807
+ exports.TurkeyAdditionalInfo$ = TurkeyAdditionalInfo$;
808
+ const UkraineAdditionalInfo$ = [3, n0, _UAI,
728
809
  0,
729
810
  [_uTT],
730
811
  [0], 1
731
812
  ];
732
- exports.UzbekistanAdditionalInfo$ = [3, n0, _UAIz,
813
+ exports.UkraineAdditionalInfo$ = UkraineAdditionalInfo$;
814
+ const UzbekistanAdditionalInfo$ = [3, n0, _UAIz,
733
815
  0,
734
816
  [_tRNT, _vRN],
735
817
  [0, 0]
736
818
  ];
737
- exports.ValidationExceptionField$ = [3, n0, _VEF,
819
+ exports.UzbekistanAdditionalInfo$ = UzbekistanAdditionalInfo$;
820
+ const ValidationExceptionField$ = [3, n0, _VEF,
738
821
  0,
739
822
  [_n],
740
823
  [0], 1
741
824
  ];
742
- exports.VerificationDetails$ = [3, n0, _VD,
825
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
826
+ const VerificationDetails$ = [3, n0, _VD,
743
827
  0,
744
828
  [_dOB, _tRD],
745
829
  [0, () => TaxRegistrationDocuments]
746
830
  ];
747
- exports.VietnamAdditionalInfo$ = [3, n0, _VAI,
831
+ exports.VerificationDetails$ = VerificationDetails$;
832
+ const VietnamAdditionalInfo$ = [3, n0, _VAI,
748
833
  0,
749
834
  [_eIN, _eTCN, _pVN, _pVND],
750
835
  [0, 0, 0, 0]
751
836
  ];
837
+ exports.VietnamAdditionalInfo$ = VietnamAdditionalInfo$;
752
838
  var AccountDetailsList = [1, n0, _ADL,
753
- 0, [() => exports.AccountDetails$,
839
+ 0, [() => AccountDetails$,
754
840
  0]
755
841
  ];
756
842
  var AccountIds = 64 | 0;
757
843
  var Authorities = [1, n0, _Aut,
758
- 0, () => exports.Authority$
844
+ 0, () => Authority$
759
845
  ];
760
846
  var BatchDeleteTaxRegistrationErrors = [1, n0, _BDTREa,
761
- 0, [() => exports.BatchDeleteTaxRegistrationError$,
847
+ 0, [() => BatchDeleteTaxRegistrationError$,
762
848
  0]
763
849
  ];
764
850
  var BatchPutTaxRegistrationErrors = [1, n0, _BPTREa,
765
- 0, [() => exports.BatchPutTaxRegistrationError$,
851
+ 0, [() => BatchPutTaxRegistrationError$,
766
852
  0]
767
853
  ];
768
854
  var MalaysiaServiceTaxCodesList = 64 | 0;
769
855
  var SupplementalTaxRegistrationList = [1, n0, _STRL,
770
- 0, [() => exports.SupplementalTaxRegistration$,
856
+ 0, [() => SupplementalTaxRegistration$,
771
857
  0]
772
858
  ];
773
859
  var TaxDocumentMetadatas = [1, n0, _TDMa,
774
- 0, () => exports.TaxDocumentMetadata$
860
+ 0, () => TaxDocumentMetadata$
775
861
  ];
776
862
  var TaxExemptions = [1, n0, _TEa,
777
- 0, () => exports.TaxExemption$
863
+ 0, () => TaxExemption$
778
864
  ];
779
865
  var TaxExemptionTypes = [1, n0, _TETa,
780
- 0, () => exports.TaxExemptionType$
866
+ 0, () => TaxExemptionType$
781
867
  ];
782
868
  var TaxRegistrationDocuments = [1, n0, _TRDa,
783
- 0, () => exports.TaxRegistrationDocument$
869
+ 0, () => TaxRegistrationDocument$
784
870
  ];
785
871
  var ValidationExceptionFieldList = [1, n0, _VEFL,
786
- 0, () => exports.ValidationExceptionField$
872
+ 0, () => ValidationExceptionField$
787
873
  ];
788
874
  var AddressRoleMap = [2, n0, _ARM,
789
- 0, 0, () => exports.Jurisdiction$
875
+ 0, 0, () => Jurisdiction$
790
876
  ];
791
877
  var TaxExemptionDetailsMap = [2, n0, _TEDM,
792
- 0, 0, () => exports.TaxExemptionDetails$
878
+ 0, 0, () => TaxExemptionDetails$
793
879
  ];
794
880
  exports.BatchDeleteTaxRegistration$ = [9, n0, _BDTR,
795
- { [_h]: ["POST", "/BatchDeleteTaxRegistration", 200] }, () => exports.BatchDeleteTaxRegistrationRequest$, () => exports.BatchDeleteTaxRegistrationResponse$
881
+ { [_h]: ["POST", "/BatchDeleteTaxRegistration", 200] }, () => BatchDeleteTaxRegistrationRequest$, () => BatchDeleteTaxRegistrationResponse$
796
882
  ];
797
883
  exports.BatchGetTaxExemptions$ = [9, n0, _BGTE,
798
- { [_h]: ["POST", "/BatchGetTaxExemptions", 200] }, () => exports.BatchGetTaxExemptionsRequest$, () => exports.BatchGetTaxExemptionsResponse$
884
+ { [_h]: ["POST", "/BatchGetTaxExemptions", 200] }, () => BatchGetTaxExemptionsRequest$, () => BatchGetTaxExemptionsResponse$
799
885
  ];
800
886
  exports.BatchPutTaxRegistration$ = [9, n0, _BPTR,
801
- { [_h]: ["POST", "/BatchPutTaxRegistration", 200] }, () => exports.BatchPutTaxRegistrationRequest$, () => exports.BatchPutTaxRegistrationResponse$
887
+ { [_h]: ["POST", "/BatchPutTaxRegistration", 200] }, () => BatchPutTaxRegistrationRequest$, () => BatchPutTaxRegistrationResponse$
802
888
  ];
803
889
  exports.DeleteSupplementalTaxRegistration$ = [9, n0, _DSTR,
804
- { [_h]: ["POST", "/DeleteSupplementalTaxRegistration", 200] }, () => exports.DeleteSupplementalTaxRegistrationRequest$, () => exports.DeleteSupplementalTaxRegistrationResponse$
890
+ { [_h]: ["POST", "/DeleteSupplementalTaxRegistration", 200] }, () => DeleteSupplementalTaxRegistrationRequest$, () => DeleteSupplementalTaxRegistrationResponse$
805
891
  ];
806
892
  exports.DeleteTaxRegistration$ = [9, n0, _DTR,
807
- { [_h]: ["POST", "/DeleteTaxRegistration", 200] }, () => exports.DeleteTaxRegistrationRequest$, () => exports.DeleteTaxRegistrationResponse$
893
+ { [_h]: ["POST", "/DeleteTaxRegistration", 200] }, () => DeleteTaxRegistrationRequest$, () => DeleteTaxRegistrationResponse$
808
894
  ];
809
895
  exports.GetTaxExemptionTypes$ = [9, n0, _GTET,
810
- { [_h]: ["POST", "/GetTaxExemptionTypes", 200] }, () => exports.GetTaxExemptionTypesRequest$, () => exports.GetTaxExemptionTypesResponse$
896
+ { [_h]: ["POST", "/GetTaxExemptionTypes", 200] }, () => GetTaxExemptionTypesRequest$, () => GetTaxExemptionTypesResponse$
811
897
  ];
812
898
  exports.GetTaxInheritance$ = [9, n0, _GTI,
813
- { [_h]: ["POST", "/GetTaxInheritance", 200] }, () => exports.GetTaxInheritanceRequest$, () => exports.GetTaxInheritanceResponse$
899
+ { [_h]: ["POST", "/GetTaxInheritance", 200] }, () => GetTaxInheritanceRequest$, () => GetTaxInheritanceResponse$
814
900
  ];
815
901
  exports.GetTaxRegistration$ = [9, n0, _GTR,
816
- { [_h]: ["POST", "/GetTaxRegistration", 200] }, () => exports.GetTaxRegistrationRequest$, () => exports.GetTaxRegistrationResponse$
902
+ { [_h]: ["POST", "/GetTaxRegistration", 200] }, () => GetTaxRegistrationRequest$, () => GetTaxRegistrationResponse$
817
903
  ];
818
904
  exports.GetTaxRegistrationDocument$ = [9, n0, _GTRD,
819
- { [_h]: ["POST", "/GetTaxRegistrationDocument", 200] }, () => exports.GetTaxRegistrationDocumentRequest$, () => exports.GetTaxRegistrationDocumentResponse$
905
+ { [_h]: ["POST", "/GetTaxRegistrationDocument", 200] }, () => GetTaxRegistrationDocumentRequest$, () => GetTaxRegistrationDocumentResponse$
820
906
  ];
821
907
  exports.ListSupplementalTaxRegistrations$ = [9, n0, _LSTR,
822
- { [_h]: ["POST", "/ListSupplementalTaxRegistrations", 200] }, () => exports.ListSupplementalTaxRegistrationsRequest$, () => exports.ListSupplementalTaxRegistrationsResponse$
908
+ { [_h]: ["POST", "/ListSupplementalTaxRegistrations", 200] }, () => ListSupplementalTaxRegistrationsRequest$, () => ListSupplementalTaxRegistrationsResponse$
823
909
  ];
824
910
  exports.ListTaxExemptions$ = [9, n0, _LTE,
825
- { [_h]: ["POST", "/ListTaxExemptions", 200] }, () => exports.ListTaxExemptionsRequest$, () => exports.ListTaxExemptionsResponse$
911
+ { [_h]: ["POST", "/ListTaxExemptions", 200] }, () => ListTaxExemptionsRequest$, () => ListTaxExemptionsResponse$
826
912
  ];
827
913
  exports.ListTaxRegistrations$ = [9, n0, _LTR,
828
- { [_h]: ["POST", "/ListTaxRegistrations", 200] }, () => exports.ListTaxRegistrationsRequest$, () => exports.ListTaxRegistrationsResponse$
914
+ { [_h]: ["POST", "/ListTaxRegistrations", 200] }, () => ListTaxRegistrationsRequest$, () => ListTaxRegistrationsResponse$
829
915
  ];
830
916
  exports.PutSupplementalTaxRegistration$ = [9, n0, _PSTR,
831
- { [_h]: ["POST", "/PutSupplementalTaxRegistration", 200] }, () => exports.PutSupplementalTaxRegistrationRequest$, () => exports.PutSupplementalTaxRegistrationResponse$
917
+ { [_h]: ["POST", "/PutSupplementalTaxRegistration", 200] }, () => PutSupplementalTaxRegistrationRequest$, () => PutSupplementalTaxRegistrationResponse$
832
918
  ];
833
919
  exports.PutTaxExemption$ = [9, n0, _PTE,
834
- { [_h]: ["POST", "/PutTaxExemption", 200] }, () => exports.PutTaxExemptionRequest$, () => exports.PutTaxExemptionResponse$
920
+ { [_h]: ["POST", "/PutTaxExemption", 200] }, () => PutTaxExemptionRequest$, () => PutTaxExemptionResponse$
835
921
  ];
836
922
  exports.PutTaxInheritance$ = [9, n0, _PTI,
837
- { [_h]: ["POST", "/PutTaxInheritance", 200] }, () => exports.PutTaxInheritanceRequest$, () => exports.PutTaxInheritanceResponse$
923
+ { [_h]: ["POST", "/PutTaxInheritance", 200] }, () => PutTaxInheritanceRequest$, () => PutTaxInheritanceResponse$
838
924
  ];
839
925
  exports.PutTaxRegistration$ = [9, n0, _PTR,
840
- { [_h]: ["POST", "/PutTaxRegistration", 200] }, () => exports.PutTaxRegistrationRequest$, () => exports.PutTaxRegistrationResponse$
926
+ { [_h]: ["POST", "/PutTaxRegistration", 200] }, () => PutTaxRegistrationRequest$, () => PutTaxRegistrationResponse$
841
927
  ];