@aws-sdk/client-taxsettings 3.1075.0 → 3.1077.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 CHANGED
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultTaxSettingsHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { BatchDeleteTaxRegistration$, BatchGetTaxExemptions$, BatchPutTaxRegistration$, DeleteSupplementalTaxRegistration$, DeleteTaxRegistration$, GetTaxExemptionTypes$, GetTaxInheritance$, GetTaxRegistration$, GetTaxRegistrationDocument$, ListSupplementalTaxRegistrations$, ListTaxExemptions$, ListTaxRegistrations$, PutSupplementalTaxRegistration$, PutTaxExemption$, PutTaxInheritance$, PutTaxRegistration$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { TaxSettingsServiceException } = require("./models/TaxSettingsServiceException");
18
- exports.TaxSettingsServiceException = TaxSettingsServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultTaxSettingsHttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "tax",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultTaxSettingsHttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -31,6 +68,1068 @@ const commonParams = {
31
68
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
69
  };
33
70
 
71
+ var version = "3.1076.0";
72
+ var packageInfo = {
73
+ version: version};
74
+
75
+ const k = "ref";
76
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = { "authSchemes": [{ "name": "sigv4", "signingRegion": "{PartitionResult#implicitGlobalRegion}" }] }, j = [{ [k]: "Region" }];
77
+ const _data = {
78
+ conditions: [
79
+ [c, [g]],
80
+ [c, j],
81
+ ["aws.partition", j, d],
82
+ [e, [{ [k]: "UseFIPS" }, b]],
83
+ [e, [{ [k]: "UseDualStack" }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
86
+ ],
87
+ results: [
88
+ [a],
89
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
90
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
91
+ [g, {}],
92
+ ["https://tax-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}", i],
93
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
94
+ ["https://tax-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dnsSuffix}", i],
95
+ [a, "FIPS is enabled but this partition does not support FIPS"],
96
+ ["https://tax.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}", i],
97
+ [a, "DualStack is enabled but this partition does not support DualStack"],
98
+ ["https://tax.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dnsSuffix}", i],
99
+ [a, "Invalid Configuration: Missing Region"]
100
+ ]
101
+ };
102
+ const root = 2;
103
+ const r = 100_000_000;
104
+ const nodes = new Int32Array([
105
+ -1, 1, -1,
106
+ 0, 12, 3,
107
+ 1, 4, r + 11,
108
+ 2, 5, r + 11,
109
+ 3, 8, 6,
110
+ 4, 7, r + 10,
111
+ 5, r + 8, r + 9,
112
+ 4, 10, 9,
113
+ 6, r + 6, r + 7,
114
+ 5, 11, r + 5,
115
+ 6, r + 4, r + 5,
116
+ 3, r + 1, 13,
117
+ 4, r + 2, r + 3,
118
+ ]);
119
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
120
+
121
+ const cache = new EndpointCache({
122
+ size: 50,
123
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
124
+ });
125
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
126
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
127
+ endpointParams: endpointParams,
128
+ logger: context.logger,
129
+ }));
130
+ };
131
+ customEndpointFunctions.aws = awsEndpointFunctions;
132
+
133
+ class TaxSettingsServiceException extends ServiceException {
134
+ constructor(options) {
135
+ super(options);
136
+ Object.setPrototypeOf(this, TaxSettingsServiceException.prototype);
137
+ }
138
+ }
139
+
140
+ class AccessDeniedException extends TaxSettingsServiceException {
141
+ name = "AccessDeniedException";
142
+ $fault = "client";
143
+ constructor(opts) {
144
+ super({
145
+ name: "AccessDeniedException",
146
+ $fault: "client",
147
+ ...opts,
148
+ });
149
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
150
+ }
151
+ }
152
+ class AttachmentUploadException extends TaxSettingsServiceException {
153
+ name = "AttachmentUploadException";
154
+ $fault = "client";
155
+ constructor(opts) {
156
+ super({
157
+ name: "AttachmentUploadException",
158
+ $fault: "client",
159
+ ...opts,
160
+ });
161
+ Object.setPrototypeOf(this, AttachmentUploadException.prototype);
162
+ }
163
+ }
164
+ class ConflictException extends TaxSettingsServiceException {
165
+ name = "ConflictException";
166
+ $fault = "client";
167
+ errorCode;
168
+ constructor(opts) {
169
+ super({
170
+ name: "ConflictException",
171
+ $fault: "client",
172
+ ...opts,
173
+ });
174
+ Object.setPrototypeOf(this, ConflictException.prototype);
175
+ this.errorCode = opts.errorCode;
176
+ }
177
+ }
178
+ class InternalServerException extends TaxSettingsServiceException {
179
+ name = "InternalServerException";
180
+ $fault = "server";
181
+ errorCode;
182
+ constructor(opts) {
183
+ super({
184
+ name: "InternalServerException",
185
+ $fault: "server",
186
+ ...opts,
187
+ });
188
+ Object.setPrototypeOf(this, InternalServerException.prototype);
189
+ this.errorCode = opts.errorCode;
190
+ }
191
+ }
192
+ class ValidationException extends TaxSettingsServiceException {
193
+ name = "ValidationException";
194
+ $fault = "client";
195
+ errorCode;
196
+ fieldList;
197
+ constructor(opts) {
198
+ super({
199
+ name: "ValidationException",
200
+ $fault: "client",
201
+ ...opts,
202
+ });
203
+ Object.setPrototypeOf(this, ValidationException.prototype);
204
+ this.errorCode = opts.errorCode;
205
+ this.fieldList = opts.fieldList;
206
+ }
207
+ }
208
+ class ResourceNotFoundException extends TaxSettingsServiceException {
209
+ name = "ResourceNotFoundException";
210
+ $fault = "client";
211
+ errorCode;
212
+ constructor(opts) {
213
+ super({
214
+ name: "ResourceNotFoundException",
215
+ $fault: "client",
216
+ ...opts,
217
+ });
218
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
219
+ this.errorCode = opts.errorCode;
220
+ }
221
+ }
222
+ class CaseCreationLimitExceededException extends TaxSettingsServiceException {
223
+ name = "CaseCreationLimitExceededException";
224
+ $fault = "client";
225
+ constructor(opts) {
226
+ super({
227
+ name: "CaseCreationLimitExceededException",
228
+ $fault: "client",
229
+ ...opts,
230
+ });
231
+ Object.setPrototypeOf(this, CaseCreationLimitExceededException.prototype);
232
+ }
233
+ }
234
+
235
+ const _A = "Address";
236
+ const _AD = "AccountDetails";
237
+ const _ADE = "AccessDeniedException";
238
+ const _ADL = "AccountDetailsList";
239
+ const _AIR = "AdditionalInfoRequest";
240
+ const _AIRd = "AdditionalInfoResponse";
241
+ const _AMD = "AccountMetaData";
242
+ const _ARM = "AddressRoleMap";
243
+ const _AUE = "AttachmentUploadException";
244
+ const _Au = "Authority";
245
+ const _Aut = "Authorities";
246
+ const _BAI = "BelgiumAdditionalInfo";
247
+ const _BAIr = "BrazilAdditionalInfo";
248
+ const _BDTR = "BatchDeleteTaxRegistration";
249
+ const _BDTRE = "BatchDeleteTaxRegistrationError";
250
+ const _BDTREa = "BatchDeleteTaxRegistrationErrors";
251
+ const _BDTRR = "BatchDeleteTaxRegistrationRequest";
252
+ const _BDTRRa = "BatchDeleteTaxRegistrationResponse";
253
+ const _BGTE = "BatchGetTaxExemptions";
254
+ const _BGTER = "BatchGetTaxExemptionsRequest";
255
+ const _BGTERa = "BatchGetTaxExemptionsResponse";
256
+ const _BPTR = "BatchPutTaxRegistration";
257
+ const _BPTRE = "BatchPutTaxRegistrationError";
258
+ const _BPTREa = "BatchPutTaxRegistrationErrors";
259
+ const _BPTRR = "BatchPutTaxRegistrationRequest";
260
+ const _BPTRRa = "BatchPutTaxRegistrationResponse";
261
+ const _CAI = "CanadaAdditionalInfo";
262
+ const _CAIh = "ChileAdditionalInfo";
263
+ const _CCLEE = "CaseCreationLimitExceededException";
264
+ const _CE = "ConflictException";
265
+ const _DSL = "DestinationS3Location";
266
+ const _DSTR = "DeleteSupplementalTaxRegistration";
267
+ const _DSTRR = "DeleteSupplementalTaxRegistrationRequest";
268
+ const _DSTRRe = "DeleteSupplementalTaxRegistrationResponse";
269
+ const _DTR = "DeleteTaxRegistration";
270
+ const _DTRR = "DeleteTaxRegistrationRequest";
271
+ const _DTRRe = "DeleteTaxRegistrationResponse";
272
+ const _EAI = "EgyptAdditionalInfo";
273
+ const _EAIs = "EstoniaAdditionalInfo";
274
+ const _EC = "ExemptionCertificate";
275
+ const _EM = "ErrorMessage";
276
+ const _FAI = "FranceAdditionalInfo";
277
+ const _GAI = "GeorgiaAdditionalInfo";
278
+ const _GAIr = "GreeceAdditionalInfo";
279
+ const _GTET = "GetTaxExemptionTypes";
280
+ const _GTETR = "GetTaxExemptionTypesRequest";
281
+ const _GTETRe = "GetTaxExemptionTypesResponse";
282
+ const _GTI = "GetTaxInheritance";
283
+ const _GTIR = "GetTaxInheritanceRequest";
284
+ const _GTIRe = "GetTaxInheritanceResponse";
285
+ const _GTR = "GetTaxRegistration";
286
+ const _GTRD = "GetTaxRegistrationDocument";
287
+ const _GTRDR = "GetTaxRegistrationDocumentRequest";
288
+ const _GTRDRe = "GetTaxRegistrationDocumentResponse";
289
+ const _GTRR = "GetTaxRegistrationRequest";
290
+ const _GTRRe = "GetTaxRegistrationResponse";
291
+ const _IAI = "IndiaAdditionalInfo";
292
+ const _IAIn = "IndonesiaAdditionalInfo";
293
+ const _IAIs = "IsraelAdditionalInfo";
294
+ const _IAIt = "ItalyAdditionalInfo";
295
+ const _ISE = "InternalServerException";
296
+ const _J = "Jurisdiction";
297
+ const _KAI = "KenyaAdditionalInfo";
298
+ const _LSTR = "ListSupplementalTaxRegistrations";
299
+ const _LSTRR = "ListSupplementalTaxRegistrationsRequest";
300
+ const _LSTRRi = "ListSupplementalTaxRegistrationsResponse";
301
+ const _LTE = "ListTaxExemptions";
302
+ const _LTER = "ListTaxExemptionsRequest";
303
+ const _LTERi = "ListTaxExemptionsResponse";
304
+ const _LTR = "ListTaxRegistrations";
305
+ const _LTRR = "ListTaxRegistrationsRequest";
306
+ const _LTRRi = "ListTaxRegistrationsResponse";
307
+ const _MAI = "MalaysiaAdditionalInfo";
308
+ const _PAI = "PhilippinesAdditionalInfo";
309
+ const _PAIo = "PolandAdditionalInfo";
310
+ const _PSTR = "PutSupplementalTaxRegistration";
311
+ const _PSTRR = "PutSupplementalTaxRegistrationRequest";
312
+ const _PSTRRu = "PutSupplementalTaxRegistrationResponse";
313
+ const _PTE = "PutTaxExemption";
314
+ const _PTER = "PutTaxExemptionRequest";
315
+ const _PTERu = "PutTaxExemptionResponse";
316
+ const _PTI = "PutTaxInheritance";
317
+ const _PTIR = "PutTaxInheritanceRequest";
318
+ const _PTIRu = "PutTaxInheritanceResponse";
319
+ const _PTR = "PutTaxRegistration";
320
+ const _PTRR = "PutTaxRegistrationRequest";
321
+ const _PTRRu = "PutTaxRegistrationResponse";
322
+ const _RAI = "RomaniaAdditionalInfo";
323
+ const _RNFE = "ResourceNotFoundException";
324
+ const _SAAI = "SaudiArabiaAdditionalInfo";
325
+ const _SAI = "SpainAdditionalInfo";
326
+ const _SKAI = "SouthKoreaAdditionalInfo";
327
+ const _SSL = "SourceS3Location";
328
+ const _STR = "SupplementalTaxRegistration";
329
+ const _STRE = "SupplementalTaxRegistrationEntry";
330
+ const _STRL = "SupplementalTaxRegistrationList";
331
+ const _TAI = "TurkeyAdditionalInfo";
332
+ const _TDM = "TaxDocumentMetadata";
333
+ const _TDMa = "TaxDocumentMetadatas";
334
+ const _TE = "TaxExemption";
335
+ const _TED = "TaxExemptionDetails";
336
+ const _TEDM = "TaxExemptionDetailsMap";
337
+ const _TET = "TaxExemptionType";
338
+ const _TETa = "TaxExemptionTypes";
339
+ const _TEa = "TaxExemptions";
340
+ const _TID = "TaxInheritanceDetails";
341
+ const _TR = "TaxRegistration";
342
+ const _TRD = "TaxRegistrationDocument";
343
+ const _TRDF = "TaxRegistrationDocFile";
344
+ const _TRDa = "TaxRegistrationDocuments";
345
+ const _TRE = "TaxRegistrationEntry";
346
+ const _TRWJ = "TaxRegistrationWithJurisdiction";
347
+ const _UAI = "UkraineAdditionalInfo";
348
+ const _UAIz = "UzbekistanAdditionalInfo";
349
+ const _VAI = "VietnamAdditionalInfo";
350
+ const _VD = "VerificationDetails";
351
+ const _VE = "ValidationException";
352
+ const _VEF = "ValidationExceptionField";
353
+ const _VEFL = "ValidationExceptionFieldList";
354
+ const _a = "address";
355
+ const _aD = "accountDetails";
356
+ const _aI = "accountId";
357
+ const _aIc = "accountIds";
358
+ const _aIu = "authorityId";
359
+ const _aJ = "applicableJurisdictions";
360
+ const _aL = "addressLine1";
361
+ const _aLd = "addressLine2";
362
+ const _aLdd = "addressLine3";
363
+ const _aMD = "accountMetaData";
364
+ const _aN = "accountName";
365
+ const _aRM = "addressRoleMap";
366
+ const _aT = "addressType";
367
+ const _aTI = "additionalTaxInformation";
368
+ const _au = "authority";
369
+ const _b = "bucket";
370
+ const _bA = "businessActivity";
371
+ const _bAI = "belgiumAdditionalInfo";
372
+ const _bAIr = "brazilAdditionalInfo";
373
+ const _bRN = "businessRegistrationNumber";
374
+ const _bRNu = "businessRepresentativeName";
375
+ const _c = "client";
376
+ const _cAC = "contractingAuthorityCode";
377
+ const _cAI = "canadaAdditionalInfo";
378
+ const _cAIh = "chileAdditionalInfo";
379
+ const _cC = "countryCode";
380
+ const _cCc = "ccmCode";
381
+ const _cEI = "certifiedEmailId";
382
+ const _cI = "caseId";
383
+ const _cN = "cigNumber";
384
+ const _cNu = "cupNumber";
385
+ const _cQSTN = "canadaQuebecSalesTaxNumber";
386
+ const _cRSTN = "canadaRetailSalesTaxNumber";
387
+ const _cT = "customerType";
388
+ const _ci = "city";
389
+ const _co = "country";
390
+ const _cod = "code";
391
+ const _d = "description";
392
+ const _dF = "documentFile";
393
+ const _dFP = "destinationFilePath";
394
+ const _dN = "documentName";
395
+ const _dNe = "decisionNumber";
396
+ const _dNi = "displayName";
397
+ const _dOB = "dateOfBirth";
398
+ const _dOC = "districtOrCounty";
399
+ const _dSL = "destinationS3Location";
400
+ const _dT = "documentType";
401
+ const _dTe = "dealerType";
402
+ const _e = "error";
403
+ const _eAI = "estoniaAdditionalInfo";
404
+ const _eAIg = "egyptAdditionalInfo";
405
+ const _eC = "errorCode";
406
+ const _eCx = "exemptionCertificate";
407
+ const _eD = "effectiveDate";
408
+ const _eDx = "expirationDate";
409
+ const _eIN = "enterpriseIdentificationNumber";
410
+ const _eT = "exemptionType";
411
+ const _eTCN = "electronicTransactionCodeNumber";
412
+ const _er = "errors";
413
+ const _f = "file";
414
+ const _fA = "failedAccounts";
415
+ const _fAI = "franceAdditionalInfo";
416
+ const _fC = "fileContent";
417
+ const _fL = "fieldList";
418
+ const _fN = "fileName";
419
+ const _gAI = "georgiaAdditionalInfo";
420
+ const _gAIr = "greeceAdditionalInfo";
421
+ const _h = "http";
422
+ const _hE = "httpError";
423
+ const _hOD = "heritageObtainedDetails";
424
+ const _hOPE = "heritageObtainedParentEntity";
425
+ const _hOR = "heritageObtainedReason";
426
+ const _hS = "heritageStatus";
427
+ const _i = "industries";
428
+ const _iAI = "israelAdditionalInfo";
429
+ const _iAIn = "indonesiaAdditionalInfo";
430
+ const _iAInd = "indiaAdditionalInfo";
431
+ const _iAIt = "italyAdditionalInfo";
432
+ const _iGVE = "isGroupVatEnabled";
433
+ const _iMBE = "isMercuriusBoxEnabled";
434
+ const _iOB = "itemOfBusiness";
435
+ const _iOR = "inheritanceObtainedReason";
436
+ const _iRA = "isResellerAccount";
437
+ const _iRN = "individualRegistrationNumber";
438
+ const _iVR = "isVatRegistered";
439
+ const _j = "jurisdiction";
440
+ const _k = "key";
441
+ const _kAI = "kenyaAdditionalInfo";
442
+ const _kEI = "kepEmailId";
443
+ const _lA = "legalAddress";
444
+ const _lN = "legalName";
445
+ const _lNC = "legalNatureCode";
446
+ const _lOB = "lineOfBusiness";
447
+ const _m = "message";
448
+ const _mAI = "malaysiaAdditionalInfo";
449
+ const _mR = "maxResults";
450
+ const _n = "name";
451
+ const _nT = "nextToken";
452
+ const _p = "prefix";
453
+ const _pAI = "polandAdditionalInfo";
454
+ const _pAIh = "philippinesAdditionalInfo";
455
+ const _pC = "postalCode";
456
+ const _pEDC = "ppnExceptionDesignationCode";
457
+ const _pEI = "parentEntityId";
458
+ const _pI = "peppolId";
459
+ const _pSTI = "provincialSalesTaxId";
460
+ const _pSU = "presignedS3Url";
461
+ const _pT = "personType";
462
+ const _pVN = "paymentVoucherNumber";
463
+ const _pVND = "paymentVoucherNumberDate";
464
+ const _pa = "pan";
465
+ const _rAI = "romaniaAdditionalInfo";
466
+ const _rCC = "registryCommercialCode";
467
+ const _rI = "registrationId";
468
+ const _rT = "registrationType";
469
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.taxsettings";
470
+ const _sAAI = "saudiArabiaAdditionalInfo";
471
+ const _sAI = "spainAdditionalInfo";
472
+ const _sAId = "sdiAccountId";
473
+ const _sED = "systemEffectiveDate";
474
+ const _sKAI = "southKoreaAdditionalInfo";
475
+ const _sL = "s3Location";
476
+ const _sN = "sirenNumber";
477
+ const _sOR = "stateOrRegion";
478
+ const _sTC = "serviceTaxCodes";
479
+ const _sTI = "secondaryTaxId";
480
+ const _se = "server";
481
+ const _sec = "sector";
482
+ const _sel = "seller";
483
+ const _st = "state";
484
+ const _sta = "status";
485
+ const _tAI = "turkeyAdditionalInfo";
486
+ const _tC = "taxCode";
487
+ const _tDAT = "taxDocumentAccessToken";
488
+ const _tDM = "taxDocumentMetadata";
489
+ const _tDMa = "taxDocumentMetadatas";
490
+ const _tDN = "taxDocumentName";
491
+ const _tE = "taxExemptions";
492
+ const _tEDM = "taxExemptionDetailsMap";
493
+ const _tET = "taxExemptionTypes";
494
+ const _tETa = "taxExemptionType";
495
+ const _tID = "taxInheritanceDetails";
496
+ const _tIN = "taxInformationNumber";
497
+ const _tO = "taxOffice";
498
+ const _tR = "taxRegistration";
499
+ const _tRD = "taxRegistrationDocuments";
500
+ const _tRE = "taxRegistrationEntry";
501
+ const _tRNT = "taxRegistrationNumberType";
502
+ const _tRa = "taxRegistrations";
503
+ const _uAI = "ukraineAdditionalInfo";
504
+ const _uAIz = "uzbekistanAdditionalInfo";
505
+ const _uIN = "uniqueIdentificationNumber";
506
+ const _uINED = "uniqueIdentificationNumberExpirationDate";
507
+ const _uTT = "ukraineTrnType";
508
+ const _vAI = "vietnamAdditionalInfo";
509
+ const _vD = "verificationDetails";
510
+ const _vRN = "vatRegistrationNumber";
511
+ const n0 = "com.amazonaws.taxsettings";
512
+ const _s_registry = TypeRegistry.for(_s);
513
+ var TaxSettingsServiceException$ = [-3, _s, "TaxSettingsServiceException", 0, [], []];
514
+ _s_registry.registerError(TaxSettingsServiceException$, TaxSettingsServiceException);
515
+ const n0_registry = TypeRegistry.for(n0);
516
+ var AccessDeniedException$ = [-3, n0, _ADE,
517
+ { [_e]: _c, [_hE]: 401 },
518
+ [_m],
519
+ [[() => ErrorMessage, 0]], 1
520
+ ];
521
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
522
+ var AttachmentUploadException$ = [-3, n0, _AUE,
523
+ { [_e]: _c, [_hE]: 400 },
524
+ [_m],
525
+ [[() => ErrorMessage, 0]], 1
526
+ ];
527
+ n0_registry.registerError(AttachmentUploadException$, AttachmentUploadException);
528
+ var CaseCreationLimitExceededException$ = [-3, n0, _CCLEE,
529
+ { [_e]: _c, [_hE]: 413 },
530
+ [_m],
531
+ [[() => ErrorMessage, 0]], 1
532
+ ];
533
+ n0_registry.registerError(CaseCreationLimitExceededException$, CaseCreationLimitExceededException);
534
+ var ConflictException$ = [-3, n0, _CE,
535
+ { [_e]: _c, [_hE]: 409 },
536
+ [_m, _eC],
537
+ [[() => ErrorMessage, 0], 0], 2
538
+ ];
539
+ n0_registry.registerError(ConflictException$, ConflictException);
540
+ var InternalServerException$ = [-3, n0, _ISE,
541
+ { [_e]: _se, [_hE]: 500 },
542
+ [_m, _eC],
543
+ [[() => ErrorMessage, 0], 0], 2
544
+ ];
545
+ n0_registry.registerError(InternalServerException$, InternalServerException);
546
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
547
+ { [_e]: _c, [_hE]: 404 },
548
+ [_m, _eC],
549
+ [[() => ErrorMessage, 0], 0], 2
550
+ ];
551
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
552
+ var ValidationException$ = [-3, n0, _VE,
553
+ { [_e]: _c, [_hE]: 400 },
554
+ [_m, _eC, _fL],
555
+ [[() => ErrorMessage, 0], 0, () => ValidationExceptionFieldList], 2
556
+ ];
557
+ n0_registry.registerError(ValidationException$, ValidationException);
558
+ const errorTypeRegistries = [
559
+ _s_registry,
560
+ n0_registry,
561
+ ];
562
+ var ErrorMessage = [0, n0, _EM, 8, 0];
563
+ var AccountDetails$ = [3, n0, _AD,
564
+ 8,
565
+ [_aI, _tR, _tID, _aMD],
566
+ [0, [() => TaxRegistrationWithJurisdiction$, 0], () => TaxInheritanceDetails$, [() => AccountMetaData$, 0]]
567
+ ];
568
+ var AccountMetaData$ = [3, n0, _AMD,
569
+ 8,
570
+ [_aN, _sel, _a, _aT, _aRM],
571
+ [0, 0, () => Address$, 0, () => AddressRoleMap]
572
+ ];
573
+ var AdditionalInfoRequest$ = [3, n0, _AIR,
574
+ 0,
575
+ [_mAI, _iAI, _eAI, _cAI, _sAI, _kAI, _sKAI, _tAI, _gAI, _iAIt, _rAI, _uAI, _pAI, _sAAI, _iAIn, _vAI, _eAIg, _gAIr, _uAIz, _pAIh, _bAI, _cAIh, _fAI],
576
+ [() => MalaysiaAdditionalInfo$, () => IsraelAdditionalInfo$, () => EstoniaAdditionalInfo$, () => CanadaAdditionalInfo$, () => SpainAdditionalInfo$, () => KenyaAdditionalInfo$, () => SouthKoreaAdditionalInfo$, () => TurkeyAdditionalInfo$, () => GeorgiaAdditionalInfo$, () => ItalyAdditionalInfo$, () => RomaniaAdditionalInfo$, () => UkraineAdditionalInfo$, () => PolandAdditionalInfo$, () => SaudiArabiaAdditionalInfo$, () => IndonesiaAdditionalInfo$, () => VietnamAdditionalInfo$, () => EgyptAdditionalInfo$, () => GreeceAdditionalInfo$, () => UzbekistanAdditionalInfo$, () => PhilippinesAdditionalInfo$, () => BelgiumAdditionalInfo$, () => ChileAdditionalInfo$, () => FranceAdditionalInfo$]
577
+ ];
578
+ var AdditionalInfoResponse$ = [3, n0, _AIRd,
579
+ 0,
580
+ [_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],
581
+ [() => 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$]
582
+ ];
583
+ var Address$ = [3, n0, _A,
584
+ 0,
585
+ [_pC, _cC, _aL, _aLd, _aLdd, _dOC, _ci, _sOR],
586
+ [0, 0, 0, 0, 0, 0, 0, 0], 2
587
+ ];
588
+ var Authority$ = [3, n0, _Au,
589
+ 0,
590
+ [_co, _st],
591
+ [0, 0], 1
592
+ ];
593
+ var BatchDeleteTaxRegistrationError$ = [3, n0, _BDTRE,
594
+ 0,
595
+ [_aI, _m, _cod],
596
+ [0, [() => ErrorMessage, 0], 0], 2
597
+ ];
598
+ var BatchDeleteTaxRegistrationRequest$ = [3, n0, _BDTRR,
599
+ 0,
600
+ [_aIc],
601
+ [64 | 0], 1
602
+ ];
603
+ var BatchDeleteTaxRegistrationResponse$ = [3, n0, _BDTRRa,
604
+ 0,
605
+ [_er],
606
+ [[() => BatchDeleteTaxRegistrationErrors, 0]], 1
607
+ ];
608
+ var BatchGetTaxExemptionsRequest$ = [3, n0, _BGTER,
609
+ 0,
610
+ [_aIc],
611
+ [64 | 0], 1
612
+ ];
613
+ var BatchGetTaxExemptionsResponse$ = [3, n0, _BGTERa,
614
+ 0,
615
+ [_tEDM, _fA],
616
+ [() => TaxExemptionDetailsMap, 64 | 0]
617
+ ];
618
+ var BatchPutTaxRegistrationError$ = [3, n0, _BPTRE,
619
+ 0,
620
+ [_aI, _m, _cod],
621
+ [0, [() => ErrorMessage, 0], 0], 2
622
+ ];
623
+ var BatchPutTaxRegistrationRequest$ = [3, n0, _BPTRR,
624
+ 0,
625
+ [_aIc, _tRE],
626
+ [64 | 0, [() => TaxRegistrationEntry$, 0]], 2
627
+ ];
628
+ var BatchPutTaxRegistrationResponse$ = [3, n0, _BPTRRa,
629
+ 0,
630
+ [_er, _sta],
631
+ [[() => BatchPutTaxRegistrationErrors, 0], 0], 1
632
+ ];
633
+ var BelgiumAdditionalInfo$ = [3, n0, _BAI,
634
+ 0,
635
+ [_pI, _iMBE],
636
+ [0, 2]
637
+ ];
638
+ var BrazilAdditionalInfo$ = [3, n0, _BAIr,
639
+ 0,
640
+ [_cCc, _lNC],
641
+ [0, 0]
642
+ ];
643
+ var CanadaAdditionalInfo$ = [3, n0, _CAI,
644
+ 0,
645
+ [_pSTI, _cQSTN, _cRSTN, _iRA],
646
+ [0, 0, 0, 2]
647
+ ];
648
+ var ChileAdditionalInfo$ = [3, n0, _CAIh,
649
+ 0,
650
+ [_dT, _bA],
651
+ [0, 0]
652
+ ];
653
+ var DeleteSupplementalTaxRegistrationRequest$ = [3, n0, _DSTRR,
654
+ 0,
655
+ [_aIu],
656
+ [0], 1
657
+ ];
658
+ var DeleteSupplementalTaxRegistrationResponse$ = [3, n0, _DSTRRe,
659
+ 0,
660
+ [],
661
+ []
662
+ ];
663
+ var DeleteTaxRegistrationRequest$ = [3, n0, _DTRR,
664
+ 0,
665
+ [_aI],
666
+ [0]
667
+ ];
668
+ var DeleteTaxRegistrationResponse$ = [3, n0, _DTRRe,
669
+ 0,
670
+ [],
671
+ []
672
+ ];
673
+ var DestinationS3Location$ = [3, n0, _DSL,
674
+ 0,
675
+ [_b, _p],
676
+ [0, 0], 1
677
+ ];
678
+ var EgyptAdditionalInfo$ = [3, n0, _EAI,
679
+ 0,
680
+ [_uIN, _uINED],
681
+ [0, 0]
682
+ ];
683
+ var EstoniaAdditionalInfo$ = [3, n0, _EAIs,
684
+ 0,
685
+ [_rCC],
686
+ [0], 1
687
+ ];
688
+ var ExemptionCertificate$ = [3, n0, _EC,
689
+ 0,
690
+ [_dN, _dF],
691
+ [0, 21], 2
692
+ ];
693
+ var FranceAdditionalInfo$ = [3, n0, _FAI,
694
+ 0,
695
+ [_sN],
696
+ [0], 1
697
+ ];
698
+ var GeorgiaAdditionalInfo$ = [3, n0, _GAI,
699
+ 0,
700
+ [_pT],
701
+ [0], 1
702
+ ];
703
+ var GetTaxExemptionTypesRequest$ = [3, n0, _GTETR,
704
+ 0,
705
+ [],
706
+ []
707
+ ];
708
+ var GetTaxExemptionTypesResponse$ = [3, n0, _GTETRe,
709
+ 0,
710
+ [_tET],
711
+ [() => TaxExemptionTypes]
712
+ ];
713
+ var GetTaxInheritanceRequest$ = [3, n0, _GTIR,
714
+ 0,
715
+ [],
716
+ []
717
+ ];
718
+ var GetTaxInheritanceResponse$ = [3, n0, _GTIRe,
719
+ 0,
720
+ [_hS],
721
+ [0]
722
+ ];
723
+ var GetTaxRegistrationDocumentRequest$ = [3, n0, _GTRDR,
724
+ 0,
725
+ [_tDM, _dSL],
726
+ [() => TaxDocumentMetadata$, () => DestinationS3Location$], 1
727
+ ];
728
+ var GetTaxRegistrationDocumentResponse$ = [3, n0, _GTRDRe,
729
+ 0,
730
+ [_dFP, _pSU],
731
+ [0, 0]
732
+ ];
733
+ var GetTaxRegistrationRequest$ = [3, n0, _GTRR,
734
+ 0,
735
+ [_aI],
736
+ [0]
737
+ ];
738
+ var GetTaxRegistrationResponse$ = [3, n0, _GTRRe,
739
+ 0,
740
+ [_tR],
741
+ [[() => TaxRegistration$, 0]]
742
+ ];
743
+ var GreeceAdditionalInfo$ = [3, n0, _GAIr,
744
+ 0,
745
+ [_cAC],
746
+ [0]
747
+ ];
748
+ var IndiaAdditionalInfo$ = [3, n0, _IAI,
749
+ 0,
750
+ [_pa],
751
+ [0]
752
+ ];
753
+ var IndonesiaAdditionalInfo$ = [3, n0, _IAIn,
754
+ 0,
755
+ [_tRNT, _pEDC, _dNe],
756
+ [0, 0, 0]
757
+ ];
758
+ var IsraelAdditionalInfo$ = [3, n0, _IAIs,
759
+ 0,
760
+ [_dTe, _cT],
761
+ [0, 0], 2
762
+ ];
763
+ var ItalyAdditionalInfo$ = [3, n0, _IAIt,
764
+ 0,
765
+ [_sAId, _cN, _cNu, _tC, _cT],
766
+ [0, 0, 0, 0, 0]
767
+ ];
768
+ var Jurisdiction$ = [3, n0, _J,
769
+ 0,
770
+ [_cC, _sOR],
771
+ [0, 0], 1
772
+ ];
773
+ var KenyaAdditionalInfo$ = [3, n0, _KAI,
774
+ 0,
775
+ [_pT],
776
+ [0], 1
777
+ ];
778
+ var ListSupplementalTaxRegistrationsRequest$ = [3, n0, _LSTRR,
779
+ 0,
780
+ [_mR, _nT],
781
+ [1, 0]
782
+ ];
783
+ var ListSupplementalTaxRegistrationsResponse$ = [3, n0, _LSTRRi,
784
+ 0,
785
+ [_tRa, _nT],
786
+ [[() => SupplementalTaxRegistrationList, 0], 0], 1
787
+ ];
788
+ var ListTaxExemptionsRequest$ = [3, n0, _LTER,
789
+ 0,
790
+ [_mR, _nT],
791
+ [1, 0]
792
+ ];
793
+ var ListTaxExemptionsResponse$ = [3, n0, _LTERi,
794
+ 0,
795
+ [_nT, _tEDM],
796
+ [0, () => TaxExemptionDetailsMap]
797
+ ];
798
+ var ListTaxRegistrationsRequest$ = [3, n0, _LTRR,
799
+ 0,
800
+ [_mR, _nT],
801
+ [1, 0]
802
+ ];
803
+ var ListTaxRegistrationsResponse$ = [3, n0, _LTRRi,
804
+ 0,
805
+ [_aD, _nT],
806
+ [[() => AccountDetailsList, 0], 0], 1
807
+ ];
808
+ var MalaysiaAdditionalInfo$ = [3, n0, _MAI,
809
+ 0,
810
+ [_sTC, _tIN, _bRN],
811
+ [64 | 0, 0, 0]
812
+ ];
813
+ var PhilippinesAdditionalInfo$ = [3, n0, _PAI,
814
+ 0,
815
+ [_iVR],
816
+ [2]
817
+ ];
818
+ var PolandAdditionalInfo$ = [3, n0, _PAIo,
819
+ 0,
820
+ [_iRN, _iGVE, _tRNT],
821
+ [0, 2, 0]
822
+ ];
823
+ var PutSupplementalTaxRegistrationRequest$ = [3, n0, _PSTRR,
824
+ 0,
825
+ [_tRE],
826
+ [[() => SupplementalTaxRegistrationEntry$, 0]], 1
827
+ ];
828
+ var PutSupplementalTaxRegistrationResponse$ = [3, n0, _PSTRRu,
829
+ 0,
830
+ [_aIu, _sta],
831
+ [0, 0], 2
832
+ ];
833
+ var PutTaxExemptionRequest$ = [3, n0, _PTER,
834
+ 0,
835
+ [_aIc, _au, _eT, _eCx],
836
+ [64 | 0, () => Authority$, 0, () => ExemptionCertificate$], 4
837
+ ];
838
+ var PutTaxExemptionResponse$ = [3, n0, _PTERu,
839
+ 0,
840
+ [_cI],
841
+ [0]
842
+ ];
843
+ var PutTaxInheritanceRequest$ = [3, n0, _PTIR,
844
+ 0,
845
+ [_hS],
846
+ [0]
847
+ ];
848
+ var PutTaxInheritanceResponse$ = [3, n0, _PTIRu,
849
+ 0,
850
+ [],
851
+ []
852
+ ];
853
+ var PutTaxRegistrationRequest$ = [3, n0, _PTRR,
854
+ 0,
855
+ [_tRE, _aI],
856
+ [[() => TaxRegistrationEntry$, 0], 0], 1
857
+ ];
858
+ var PutTaxRegistrationResponse$ = [3, n0, _PTRRu,
859
+ 0,
860
+ [_sta],
861
+ [0]
862
+ ];
863
+ var RomaniaAdditionalInfo$ = [3, n0, _RAI,
864
+ 0,
865
+ [_tRNT],
866
+ [0], 1
867
+ ];
868
+ var SaudiArabiaAdditionalInfo$ = [3, n0, _SAAI,
869
+ 0,
870
+ [_tRNT],
871
+ [0]
872
+ ];
873
+ var SourceS3Location$ = [3, n0, _SSL,
874
+ 0,
875
+ [_b, _k],
876
+ [0, 0], 2
877
+ ];
878
+ var SouthKoreaAdditionalInfo$ = [3, n0, _SKAI,
879
+ 0,
880
+ [_bRNu, _lOB, _iOB],
881
+ [0, 0, 0], 3
882
+ ];
883
+ var SpainAdditionalInfo$ = [3, n0, _SAI,
884
+ 0,
885
+ [_rT],
886
+ [0], 1
887
+ ];
888
+ var SupplementalTaxRegistration$ = [3, n0, _STR,
889
+ 8,
890
+ [_rI, _rT, _lN, _a, _aIu, _sta],
891
+ [0, 0, 0, () => Address$, 0, 0], 6
892
+ ];
893
+ var SupplementalTaxRegistrationEntry$ = [3, n0, _STRE,
894
+ 8,
895
+ [_rI, _rT, _lN, _a],
896
+ [0, 0, 0, () => Address$], 4
897
+ ];
898
+ var TaxDocumentMetadata$ = [3, n0, _TDM,
899
+ 0,
900
+ [_tDAT, _tDN],
901
+ [0, 0], 2
902
+ ];
903
+ var TaxExemption$ = [3, n0, _TE,
904
+ 0,
905
+ [_au, _tETa, _eD, _eDx, _sED, _sta],
906
+ [() => Authority$, () => TaxExemptionType$, 4, 4, 4, 0], 2
907
+ ];
908
+ var TaxExemptionDetails$ = [3, n0, _TED,
909
+ 0,
910
+ [_tE, _hOD, _hOPE, _hOR],
911
+ [() => TaxExemptions, 2, 0, 0]
912
+ ];
913
+ var TaxExemptionType$ = [3, n0, _TET,
914
+ 0,
915
+ [_dNi, _d, _aJ],
916
+ [0, 0, () => Authorities]
917
+ ];
918
+ var TaxInheritanceDetails$ = [3, n0, _TID,
919
+ 0,
920
+ [_pEI, _iOR],
921
+ [0, 0]
922
+ ];
923
+ var TaxRegistration$ = [3, n0, _TR,
924
+ 8,
925
+ [_rI, _rT, _lN, _sta, _lA, _sec, _tDMa, _cEI, _aTI],
926
+ [0, 0, 0, 0, () => Address$, 0, () => TaxDocumentMetadatas, 0, () => AdditionalInfoResponse$], 5
927
+ ];
928
+ var TaxRegistrationDocFile$ = [3, n0, _TRDF,
929
+ 0,
930
+ [_fN, _fC],
931
+ [0, 21], 2
932
+ ];
933
+ var TaxRegistrationDocument$ = [3, n0, _TRD,
934
+ 0,
935
+ [_sL, _f],
936
+ [() => SourceS3Location$, () => TaxRegistrationDocFile$]
937
+ ];
938
+ var TaxRegistrationEntry$ = [3, n0, _TRE,
939
+ 8,
940
+ [_rI, _rT, _lN, _lA, _sec, _aTI, _vD, _cEI],
941
+ [0, 0, 0, () => Address$, 0, () => AdditionalInfoRequest$, () => VerificationDetails$, 0], 2
942
+ ];
943
+ var TaxRegistrationWithJurisdiction$ = [3, n0, _TRWJ,
944
+ 8,
945
+ [_rI, _rT, _lN, _sta, _j, _sec, _tDMa, _cEI, _aTI],
946
+ [0, 0, 0, 0, () => Jurisdiction$, 0, () => TaxDocumentMetadatas, 0, () => AdditionalInfoResponse$], 5
947
+ ];
948
+ var TurkeyAdditionalInfo$ = [3, n0, _TAI,
949
+ 0,
950
+ [_tO, _kEI, _sTI, _i],
951
+ [0, 0, 0, 0]
952
+ ];
953
+ var UkraineAdditionalInfo$ = [3, n0, _UAI,
954
+ 0,
955
+ [_uTT],
956
+ [0], 1
957
+ ];
958
+ var UzbekistanAdditionalInfo$ = [3, n0, _UAIz,
959
+ 0,
960
+ [_tRNT, _vRN],
961
+ [0, 0]
962
+ ];
963
+ var ValidationExceptionField$ = [3, n0, _VEF,
964
+ 0,
965
+ [_n],
966
+ [0], 1
967
+ ];
968
+ var VerificationDetails$ = [3, n0, _VD,
969
+ 0,
970
+ [_dOB, _tRD],
971
+ [0, () => TaxRegistrationDocuments]
972
+ ];
973
+ var VietnamAdditionalInfo$ = [3, n0, _VAI,
974
+ 0,
975
+ [_eIN, _eTCN, _pVN, _pVND],
976
+ [0, 0, 0, 0]
977
+ ];
978
+ var AccountDetailsList = [1, n0, _ADL,
979
+ 0, [() => AccountDetails$,
980
+ 0]
981
+ ];
982
+ var Authorities = [1, n0, _Aut,
983
+ 0, () => Authority$
984
+ ];
985
+ var BatchDeleteTaxRegistrationErrors = [1, n0, _BDTREa,
986
+ 0, [() => BatchDeleteTaxRegistrationError$,
987
+ 0]
988
+ ];
989
+ var BatchPutTaxRegistrationErrors = [1, n0, _BPTREa,
990
+ 0, [() => BatchPutTaxRegistrationError$,
991
+ 0]
992
+ ];
993
+ var SupplementalTaxRegistrationList = [1, n0, _STRL,
994
+ 0, [() => SupplementalTaxRegistration$,
995
+ 0]
996
+ ];
997
+ var TaxDocumentMetadatas = [1, n0, _TDMa,
998
+ 0, () => TaxDocumentMetadata$
999
+ ];
1000
+ var TaxExemptions = [1, n0, _TEa,
1001
+ 0, () => TaxExemption$
1002
+ ];
1003
+ var TaxExemptionTypes = [1, n0, _TETa,
1004
+ 0, () => TaxExemptionType$
1005
+ ];
1006
+ var TaxRegistrationDocuments = [1, n0, _TRDa,
1007
+ 0, () => TaxRegistrationDocument$
1008
+ ];
1009
+ var ValidationExceptionFieldList = [1, n0, _VEFL,
1010
+ 0, () => ValidationExceptionField$
1011
+ ];
1012
+ var AddressRoleMap = [2, n0, _ARM,
1013
+ 0, 0, () => Jurisdiction$
1014
+ ];
1015
+ var TaxExemptionDetailsMap = [2, n0, _TEDM,
1016
+ 0, 0, () => TaxExemptionDetails$
1017
+ ];
1018
+ var BatchDeleteTaxRegistration$ = [9, n0, _BDTR,
1019
+ { [_h]: ["POST", "/BatchDeleteTaxRegistration", 200] }, () => BatchDeleteTaxRegistrationRequest$, () => BatchDeleteTaxRegistrationResponse$
1020
+ ];
1021
+ var BatchGetTaxExemptions$ = [9, n0, _BGTE,
1022
+ { [_h]: ["POST", "/BatchGetTaxExemptions", 200] }, () => BatchGetTaxExemptionsRequest$, () => BatchGetTaxExemptionsResponse$
1023
+ ];
1024
+ var BatchPutTaxRegistration$ = [9, n0, _BPTR,
1025
+ { [_h]: ["POST", "/BatchPutTaxRegistration", 200] }, () => BatchPutTaxRegistrationRequest$, () => BatchPutTaxRegistrationResponse$
1026
+ ];
1027
+ var DeleteSupplementalTaxRegistration$ = [9, n0, _DSTR,
1028
+ { [_h]: ["POST", "/DeleteSupplementalTaxRegistration", 200] }, () => DeleteSupplementalTaxRegistrationRequest$, () => DeleteSupplementalTaxRegistrationResponse$
1029
+ ];
1030
+ var DeleteTaxRegistration$ = [9, n0, _DTR,
1031
+ { [_h]: ["POST", "/DeleteTaxRegistration", 200] }, () => DeleteTaxRegistrationRequest$, () => DeleteTaxRegistrationResponse$
1032
+ ];
1033
+ var GetTaxExemptionTypes$ = [9, n0, _GTET,
1034
+ { [_h]: ["POST", "/GetTaxExemptionTypes", 200] }, () => GetTaxExemptionTypesRequest$, () => GetTaxExemptionTypesResponse$
1035
+ ];
1036
+ var GetTaxInheritance$ = [9, n0, _GTI,
1037
+ { [_h]: ["POST", "/GetTaxInheritance", 200] }, () => GetTaxInheritanceRequest$, () => GetTaxInheritanceResponse$
1038
+ ];
1039
+ var GetTaxRegistration$ = [9, n0, _GTR,
1040
+ { [_h]: ["POST", "/GetTaxRegistration", 200] }, () => GetTaxRegistrationRequest$, () => GetTaxRegistrationResponse$
1041
+ ];
1042
+ var GetTaxRegistrationDocument$ = [9, n0, _GTRD,
1043
+ { [_h]: ["POST", "/GetTaxRegistrationDocument", 200] }, () => GetTaxRegistrationDocumentRequest$, () => GetTaxRegistrationDocumentResponse$
1044
+ ];
1045
+ var ListSupplementalTaxRegistrations$ = [9, n0, _LSTR,
1046
+ { [_h]: ["POST", "/ListSupplementalTaxRegistrations", 200] }, () => ListSupplementalTaxRegistrationsRequest$, () => ListSupplementalTaxRegistrationsResponse$
1047
+ ];
1048
+ var ListTaxExemptions$ = [9, n0, _LTE,
1049
+ { [_h]: ["POST", "/ListTaxExemptions", 200] }, () => ListTaxExemptionsRequest$, () => ListTaxExemptionsResponse$
1050
+ ];
1051
+ var ListTaxRegistrations$ = [9, n0, _LTR,
1052
+ { [_h]: ["POST", "/ListTaxRegistrations", 200] }, () => ListTaxRegistrationsRequest$, () => ListTaxRegistrationsResponse$
1053
+ ];
1054
+ var PutSupplementalTaxRegistration$ = [9, n0, _PSTR,
1055
+ { [_h]: ["POST", "/PutSupplementalTaxRegistration", 200] }, () => PutSupplementalTaxRegistrationRequest$, () => PutSupplementalTaxRegistrationResponse$
1056
+ ];
1057
+ var PutTaxExemption$ = [9, n0, _PTE,
1058
+ { [_h]: ["POST", "/PutTaxExemption", 200] }, () => PutTaxExemptionRequest$, () => PutTaxExemptionResponse$
1059
+ ];
1060
+ var PutTaxInheritance$ = [9, n0, _PTI,
1061
+ { [_h]: ["POST", "/PutTaxInheritance", 200] }, () => PutTaxInheritanceRequest$, () => PutTaxInheritanceResponse$
1062
+ ];
1063
+ var PutTaxRegistration$ = [9, n0, _PTR,
1064
+ { [_h]: ["POST", "/PutTaxRegistration", 200] }, () => PutTaxRegistrationRequest$, () => PutTaxRegistrationResponse$
1065
+ ];
1066
+
1067
+ const getRuntimeConfig$1 = (config) => {
1068
+ return {
1069
+ apiVersion: "2018-05-10",
1070
+ base64Decoder: config?.base64Decoder ?? fromBase64,
1071
+ base64Encoder: config?.base64Encoder ?? toBase64,
1072
+ disableHostPrefix: config?.disableHostPrefix ?? false,
1073
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
1074
+ extensions: config?.extensions ?? [],
1075
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultTaxSettingsHttpAuthSchemeProvider,
1076
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
1077
+ {
1078
+ schemeId: "aws.auth#sigv4",
1079
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
1080
+ signer: new AwsSdkSigV4Signer(),
1081
+ },
1082
+ ],
1083
+ logger: config?.logger ?? new NoOpLogger(),
1084
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
1085
+ protocolSettings: config?.protocolSettings ?? {
1086
+ defaultNamespace: "com.amazonaws.taxsettings",
1087
+ errorTypeRegistries,
1088
+ version: "2018-05-10",
1089
+ serviceTarget: "TaxSettings",
1090
+ },
1091
+ serviceId: config?.serviceId ?? "TaxSettings",
1092
+ sha256: config?.sha256 ?? Sha256,
1093
+ urlParser: config?.urlParser ?? parseUrl,
1094
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1095
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
1096
+ };
1097
+ };
1098
+
1099
+ const getRuntimeConfig = (config) => {
1100
+ emitWarningIfUnsupportedVersion(process.version);
1101
+ const defaultsMode = resolveDefaultsModeConfig(config);
1102
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
1103
+ const clientSharedValues = getRuntimeConfig$1(config);
1104
+ emitWarningIfUnsupportedVersion$1(process.version);
1105
+ const loaderConfig = {
1106
+ profile: config?.profile,
1107
+ logger: clientSharedValues.logger,
1108
+ };
1109
+ return {
1110
+ ...clientSharedValues,
1111
+ ...config,
1112
+ runtime: "node",
1113
+ defaultsMode,
1114
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
1115
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
1116
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
1117
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
1118
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
1119
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
1120
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
1121
+ retryMode: config?.retryMode ??
1122
+ loadConfig({
1123
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1124
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1125
+ }, config),
1126
+ streamCollector: config?.streamCollector ?? streamCollector,
1127
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1128
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1129
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
1130
+ };
1131
+ };
1132
+
34
1133
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
1134
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
1135
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -453,46 +1552,162 @@ const SupplementalTaxRegistrationType = {
453
1552
  VAT: "VAT",
454
1553
  };
455
1554
 
1555
+ exports.AccessDeniedException = AccessDeniedException;
1556
+ exports.AccessDeniedException$ = AccessDeniedException$;
1557
+ exports.AccountDetails$ = AccountDetails$;
1558
+ exports.AccountMetaData$ = AccountMetaData$;
1559
+ exports.AdditionalInfoRequest$ = AdditionalInfoRequest$;
1560
+ exports.AdditionalInfoResponse$ = AdditionalInfoResponse$;
1561
+ exports.Address$ = Address$;
456
1562
  exports.AddressRoleType = AddressRoleType;
1563
+ exports.AttachmentUploadException = AttachmentUploadException;
1564
+ exports.AttachmentUploadException$ = AttachmentUploadException$;
1565
+ exports.Authority$ = Authority$;
1566
+ exports.BatchDeleteTaxRegistration$ = BatchDeleteTaxRegistration$;
457
1567
  exports.BatchDeleteTaxRegistrationCommand = BatchDeleteTaxRegistrationCommand;
1568
+ exports.BatchDeleteTaxRegistrationError$ = BatchDeleteTaxRegistrationError$;
1569
+ exports.BatchDeleteTaxRegistrationRequest$ = BatchDeleteTaxRegistrationRequest$;
1570
+ exports.BatchDeleteTaxRegistrationResponse$ = BatchDeleteTaxRegistrationResponse$;
1571
+ exports.BatchGetTaxExemptions$ = BatchGetTaxExemptions$;
458
1572
  exports.BatchGetTaxExemptionsCommand = BatchGetTaxExemptionsCommand;
1573
+ exports.BatchGetTaxExemptionsRequest$ = BatchGetTaxExemptionsRequest$;
1574
+ exports.BatchGetTaxExemptionsResponse$ = BatchGetTaxExemptionsResponse$;
1575
+ exports.BatchPutTaxRegistration$ = BatchPutTaxRegistration$;
459
1576
  exports.BatchPutTaxRegistrationCommand = BatchPutTaxRegistrationCommand;
1577
+ exports.BatchPutTaxRegistrationError$ = BatchPutTaxRegistrationError$;
1578
+ exports.BatchPutTaxRegistrationRequest$ = BatchPutTaxRegistrationRequest$;
1579
+ exports.BatchPutTaxRegistrationResponse$ = BatchPutTaxRegistrationResponse$;
1580
+ exports.BelgiumAdditionalInfo$ = BelgiumAdditionalInfo$;
1581
+ exports.BrazilAdditionalInfo$ = BrazilAdditionalInfo$;
1582
+ exports.CanadaAdditionalInfo$ = CanadaAdditionalInfo$;
1583
+ exports.CaseCreationLimitExceededException = CaseCreationLimitExceededException;
1584
+ exports.CaseCreationLimitExceededException$ = CaseCreationLimitExceededException$;
1585
+ exports.ChileAdditionalInfo$ = ChileAdditionalInfo$;
460
1586
  exports.ChileDocumentType = ChileDocumentType;
1587
+ exports.ConflictException = ConflictException;
1588
+ exports.ConflictException$ = ConflictException$;
461
1589
  exports.CustomerType = CustomerType;
1590
+ exports.DeleteSupplementalTaxRegistration$ = DeleteSupplementalTaxRegistration$;
462
1591
  exports.DeleteSupplementalTaxRegistrationCommand = DeleteSupplementalTaxRegistrationCommand;
1592
+ exports.DeleteSupplementalTaxRegistrationRequest$ = DeleteSupplementalTaxRegistrationRequest$;
1593
+ exports.DeleteSupplementalTaxRegistrationResponse$ = DeleteSupplementalTaxRegistrationResponse$;
1594
+ exports.DeleteTaxRegistration$ = DeleteTaxRegistration$;
463
1595
  exports.DeleteTaxRegistrationCommand = DeleteTaxRegistrationCommand;
1596
+ exports.DeleteTaxRegistrationRequest$ = DeleteTaxRegistrationRequest$;
1597
+ exports.DeleteTaxRegistrationResponse$ = DeleteTaxRegistrationResponse$;
1598
+ exports.DestinationS3Location$ = DestinationS3Location$;
1599
+ exports.EgyptAdditionalInfo$ = EgyptAdditionalInfo$;
464
1600
  exports.EntityExemptionAccountStatus = EntityExemptionAccountStatus;
1601
+ exports.EstoniaAdditionalInfo$ = EstoniaAdditionalInfo$;
1602
+ exports.ExemptionCertificate$ = ExemptionCertificate$;
1603
+ exports.FranceAdditionalInfo$ = FranceAdditionalInfo$;
1604
+ exports.GeorgiaAdditionalInfo$ = GeorgiaAdditionalInfo$;
1605
+ exports.GetTaxExemptionTypes$ = GetTaxExemptionTypes$;
465
1606
  exports.GetTaxExemptionTypesCommand = GetTaxExemptionTypesCommand;
1607
+ exports.GetTaxExemptionTypesRequest$ = GetTaxExemptionTypesRequest$;
1608
+ exports.GetTaxExemptionTypesResponse$ = GetTaxExemptionTypesResponse$;
1609
+ exports.GetTaxInheritance$ = GetTaxInheritance$;
466
1610
  exports.GetTaxInheritanceCommand = GetTaxInheritanceCommand;
1611
+ exports.GetTaxInheritanceRequest$ = GetTaxInheritanceRequest$;
1612
+ exports.GetTaxInheritanceResponse$ = GetTaxInheritanceResponse$;
1613
+ exports.GetTaxRegistration$ = GetTaxRegistration$;
467
1614
  exports.GetTaxRegistrationCommand = GetTaxRegistrationCommand;
1615
+ exports.GetTaxRegistrationDocument$ = GetTaxRegistrationDocument$;
468
1616
  exports.GetTaxRegistrationDocumentCommand = GetTaxRegistrationDocumentCommand;
1617
+ exports.GetTaxRegistrationDocumentRequest$ = GetTaxRegistrationDocumentRequest$;
1618
+ exports.GetTaxRegistrationDocumentResponse$ = GetTaxRegistrationDocumentResponse$;
1619
+ exports.GetTaxRegistrationRequest$ = GetTaxRegistrationRequest$;
1620
+ exports.GetTaxRegistrationResponse$ = GetTaxRegistrationResponse$;
1621
+ exports.GreeceAdditionalInfo$ = GreeceAdditionalInfo$;
469
1622
  exports.HeritageStatus = HeritageStatus;
1623
+ exports.IndiaAdditionalInfo$ = IndiaAdditionalInfo$;
1624
+ exports.IndonesiaAdditionalInfo$ = IndonesiaAdditionalInfo$;
470
1625
  exports.IndonesiaTaxRegistrationNumberType = IndonesiaTaxRegistrationNumberType;
471
1626
  exports.Industries = Industries;
1627
+ exports.InternalServerException = InternalServerException;
1628
+ exports.InternalServerException$ = InternalServerException$;
1629
+ exports.IsraelAdditionalInfo$ = IsraelAdditionalInfo$;
472
1630
  exports.IsraelCustomerType = IsraelCustomerType;
473
1631
  exports.IsraelDealerType = IsraelDealerType;
1632
+ exports.ItalyAdditionalInfo$ = ItalyAdditionalInfo$;
1633
+ exports.Jurisdiction$ = Jurisdiction$;
1634
+ exports.KenyaAdditionalInfo$ = KenyaAdditionalInfo$;
1635
+ exports.ListSupplementalTaxRegistrations$ = ListSupplementalTaxRegistrations$;
474
1636
  exports.ListSupplementalTaxRegistrationsCommand = ListSupplementalTaxRegistrationsCommand;
1637
+ exports.ListSupplementalTaxRegistrationsRequest$ = ListSupplementalTaxRegistrationsRequest$;
1638
+ exports.ListSupplementalTaxRegistrationsResponse$ = ListSupplementalTaxRegistrationsResponse$;
1639
+ exports.ListTaxExemptions$ = ListTaxExemptions$;
475
1640
  exports.ListTaxExemptionsCommand = ListTaxExemptionsCommand;
1641
+ exports.ListTaxExemptionsRequest$ = ListTaxExemptionsRequest$;
1642
+ exports.ListTaxExemptionsResponse$ = ListTaxExemptionsResponse$;
1643
+ exports.ListTaxRegistrations$ = ListTaxRegistrations$;
476
1644
  exports.ListTaxRegistrationsCommand = ListTaxRegistrationsCommand;
1645
+ exports.ListTaxRegistrationsRequest$ = ListTaxRegistrationsRequest$;
1646
+ exports.ListTaxRegistrationsResponse$ = ListTaxRegistrationsResponse$;
1647
+ exports.MalaysiaAdditionalInfo$ = MalaysiaAdditionalInfo$;
477
1648
  exports.MalaysiaServiceTaxCode = MalaysiaServiceTaxCode;
478
1649
  exports.PersonType = PersonType;
1650
+ exports.PhilippinesAdditionalInfo$ = PhilippinesAdditionalInfo$;
1651
+ exports.PolandAdditionalInfo$ = PolandAdditionalInfo$;
479
1652
  exports.PolandTaxRegistrationNumberType = PolandTaxRegistrationNumberType;
1653
+ exports.PutSupplementalTaxRegistration$ = PutSupplementalTaxRegistration$;
480
1654
  exports.PutSupplementalTaxRegistrationCommand = PutSupplementalTaxRegistrationCommand;
1655
+ exports.PutSupplementalTaxRegistrationRequest$ = PutSupplementalTaxRegistrationRequest$;
1656
+ exports.PutSupplementalTaxRegistrationResponse$ = PutSupplementalTaxRegistrationResponse$;
1657
+ exports.PutTaxExemption$ = PutTaxExemption$;
481
1658
  exports.PutTaxExemptionCommand = PutTaxExemptionCommand;
1659
+ exports.PutTaxExemptionRequest$ = PutTaxExemptionRequest$;
1660
+ exports.PutTaxExemptionResponse$ = PutTaxExemptionResponse$;
1661
+ exports.PutTaxInheritance$ = PutTaxInheritance$;
482
1662
  exports.PutTaxInheritanceCommand = PutTaxInheritanceCommand;
1663
+ exports.PutTaxInheritanceRequest$ = PutTaxInheritanceRequest$;
1664
+ exports.PutTaxInheritanceResponse$ = PutTaxInheritanceResponse$;
1665
+ exports.PutTaxRegistration$ = PutTaxRegistration$;
483
1666
  exports.PutTaxRegistrationCommand = PutTaxRegistrationCommand;
1667
+ exports.PutTaxRegistrationRequest$ = PutTaxRegistrationRequest$;
1668
+ exports.PutTaxRegistrationResponse$ = PutTaxRegistrationResponse$;
484
1669
  exports.RegistrationType = RegistrationType;
1670
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1671
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1672
+ exports.RomaniaAdditionalInfo$ = RomaniaAdditionalInfo$;
1673
+ exports.SaudiArabiaAdditionalInfo$ = SaudiArabiaAdditionalInfo$;
485
1674
  exports.SaudiArabiaTaxRegistrationNumberType = SaudiArabiaTaxRegistrationNumberType;
486
1675
  exports.Sector = Sector;
1676
+ exports.SourceS3Location$ = SourceS3Location$;
1677
+ exports.SouthKoreaAdditionalInfo$ = SouthKoreaAdditionalInfo$;
1678
+ exports.SpainAdditionalInfo$ = SpainAdditionalInfo$;
1679
+ exports.SupplementalTaxRegistration$ = SupplementalTaxRegistration$;
1680
+ exports.SupplementalTaxRegistrationEntry$ = SupplementalTaxRegistrationEntry$;
487
1681
  exports.SupplementalTaxRegistrationType = SupplementalTaxRegistrationType;
1682
+ exports.TaxDocumentMetadata$ = TaxDocumentMetadata$;
1683
+ exports.TaxExemption$ = TaxExemption$;
1684
+ exports.TaxExemptionDetails$ = TaxExemptionDetails$;
1685
+ exports.TaxExemptionType$ = TaxExemptionType$;
1686
+ exports.TaxInheritanceDetails$ = TaxInheritanceDetails$;
1687
+ exports.TaxRegistration$ = TaxRegistration$;
1688
+ exports.TaxRegistrationDocFile$ = TaxRegistrationDocFile$;
1689
+ exports.TaxRegistrationDocument$ = TaxRegistrationDocument$;
1690
+ exports.TaxRegistrationEntry$ = TaxRegistrationEntry$;
488
1691
  exports.TaxRegistrationNumberType = TaxRegistrationNumberType;
489
1692
  exports.TaxRegistrationStatus = TaxRegistrationStatus;
490
1693
  exports.TaxRegistrationType = TaxRegistrationType;
1694
+ exports.TaxRegistrationWithJurisdiction$ = TaxRegistrationWithJurisdiction$;
491
1695
  exports.TaxSettings = TaxSettings;
492
1696
  exports.TaxSettingsClient = TaxSettingsClient;
1697
+ exports.TaxSettingsServiceException = TaxSettingsServiceException;
1698
+ exports.TaxSettingsServiceException$ = TaxSettingsServiceException$;
1699
+ exports.TurkeyAdditionalInfo$ = TurkeyAdditionalInfo$;
1700
+ exports.UkraineAdditionalInfo$ = UkraineAdditionalInfo$;
493
1701
  exports.UkraineTrnType = UkraineTrnType;
1702
+ exports.UzbekistanAdditionalInfo$ = UzbekistanAdditionalInfo$;
494
1703
  exports.UzbekistanTaxRegistrationNumberType = UzbekistanTaxRegistrationNumberType;
1704
+ exports.ValidationException = ValidationException;
1705
+ exports.ValidationException$ = ValidationException$;
495
1706
  exports.ValidationExceptionErrorCode = ValidationExceptionErrorCode;
1707
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
1708
+ exports.VerificationDetails$ = VerificationDetails$;
1709
+ exports.VietnamAdditionalInfo$ = VietnamAdditionalInfo$;
1710
+ exports.errorTypeRegistries = errorTypeRegistries;
496
1711
  exports.paginateListSupplementalTaxRegistrations = paginateListSupplementalTaxRegistrations;
497
1712
  exports.paginateListTaxExemptions = paginateListTaxExemptions;
498
1713
  exports.paginateListTaxRegistrations = paginateListTaxRegistrations;