@aws-sdk/client-taxsettings 3.952.0 → 3.953.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 +366 -261
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchDeleteTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/BatchGetTaxExemptionsCommand.js +2 -2
- package/dist-es/commands/BatchPutTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/DeleteSupplementalTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/DeleteTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/GetTaxExemptionTypesCommand.js +2 -2
- package/dist-es/commands/GetTaxInheritanceCommand.js +2 -2
- package/dist-es/commands/GetTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/GetTaxRegistrationDocumentCommand.js +2 -2
- package/dist-es/commands/ListSupplementalTaxRegistrationsCommand.js +2 -2
- package/dist-es/commands/ListTaxExemptionsCommand.js +2 -2
- package/dist-es/commands/ListTaxRegistrationsCommand.js +2 -2
- package/dist-es/commands/PutSupplementalTaxRegistrationCommand.js +2 -2
- package/dist-es/commands/PutTaxExemptionCommand.js +2 -2
- package/dist-es/commands/PutTaxInheritanceCommand.js +2 -2
- package/dist-es/commands/PutTaxRegistrationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +231 -229
- package/dist-types/TaxSettingsClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +104 -119
- package/dist-types/ts3.4/TaxSettingsClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +103 -121
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class TaxSettingsClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class TaxSettingsServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, TaxSettingsServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends TaxSettingsServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends TaxSettingsSer
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class AttachmentUploadException extends TaxSettingsServiceException {
|
|
133
133
|
name = "AttachmentUploadException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let AttachmentUploadException$1 = class AttachmentUploadException extends TaxSet
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, AttachmentUploadException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class ConflictException extends TaxSettingsServiceException {
|
|
145
145
|
name = "ConflictException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
errorCode;
|
|
@@ -154,8 +154,8 @@ let ConflictException$1 = class ConflictException extends TaxSettingsServiceExce
|
|
|
154
154
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
155
155
|
this.errorCode = opts.errorCode;
|
|
156
156
|
}
|
|
157
|
-
}
|
|
158
|
-
|
|
157
|
+
}
|
|
158
|
+
class InternalServerException extends TaxSettingsServiceException {
|
|
159
159
|
name = "InternalServerException";
|
|
160
160
|
$fault = "server";
|
|
161
161
|
errorCode;
|
|
@@ -168,8 +168,8 @@ let InternalServerException$1 = class InternalServerException extends TaxSetting
|
|
|
168
168
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
169
169
|
this.errorCode = opts.errorCode;
|
|
170
170
|
}
|
|
171
|
-
}
|
|
172
|
-
|
|
171
|
+
}
|
|
172
|
+
class ValidationException extends TaxSettingsServiceException {
|
|
173
173
|
name = "ValidationException";
|
|
174
174
|
$fault = "client";
|
|
175
175
|
errorCode;
|
|
@@ -184,8 +184,8 @@ let ValidationException$1 = class ValidationException extends TaxSettingsService
|
|
|
184
184
|
this.errorCode = opts.errorCode;
|
|
185
185
|
this.fieldList = opts.fieldList;
|
|
186
186
|
}
|
|
187
|
-
}
|
|
188
|
-
|
|
187
|
+
}
|
|
188
|
+
class ResourceNotFoundException extends TaxSettingsServiceException {
|
|
189
189
|
name = "ResourceNotFoundException";
|
|
190
190
|
$fault = "client";
|
|
191
191
|
errorCode;
|
|
@@ -198,8 +198,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends TaxSet
|
|
|
198
198
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
199
199
|
this.errorCode = opts.errorCode;
|
|
200
200
|
}
|
|
201
|
-
}
|
|
202
|
-
|
|
201
|
+
}
|
|
202
|
+
class CaseCreationLimitExceededException extends TaxSettingsServiceException {
|
|
203
203
|
name = "CaseCreationLimitExceededException";
|
|
204
204
|
$fault = "client";
|
|
205
205
|
constructor(opts) {
|
|
@@ -210,7 +210,7 @@ let CaseCreationLimitExceededException$1 = class CaseCreationLimitExceededExcept
|
|
|
210
210
|
});
|
|
211
211
|
Object.setPrototypeOf(this, CaseCreationLimitExceededException.prototype);
|
|
212
212
|
}
|
|
213
|
-
}
|
|
213
|
+
}
|
|
214
214
|
|
|
215
215
|
const _A = "Address";
|
|
216
216
|
const _AD = "AccountDetails";
|
|
@@ -476,7 +476,7 @@ const _vD = "verificationDetails";
|
|
|
476
476
|
const _vRN = "vatRegistrationNumber";
|
|
477
477
|
const n0 = "com.amazonaws.taxsettings";
|
|
478
478
|
var ErrorMessage = [0, n0, _EM, 8, 0];
|
|
479
|
-
var AccessDeniedException = [
|
|
479
|
+
var AccessDeniedException$ = [
|
|
480
480
|
-3,
|
|
481
481
|
n0,
|
|
482
482
|
_ADE,
|
|
@@ -484,24 +484,24 @@ var AccessDeniedException = [
|
|
|
484
484
|
[_m],
|
|
485
485
|
[[() => ErrorMessage, 0]],
|
|
486
486
|
];
|
|
487
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
488
|
-
var AccountDetails = [
|
|
487
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
488
|
+
var AccountDetails$ = [
|
|
489
489
|
3,
|
|
490
490
|
n0,
|
|
491
491
|
_AD,
|
|
492
492
|
8,
|
|
493
493
|
[_aI, _tR, _tID, _aMD],
|
|
494
|
-
[0, [() => TaxRegistrationWithJurisdiction
|
|
494
|
+
[0, [() => TaxRegistrationWithJurisdiction$, 0], () => TaxInheritanceDetails$, [() => AccountMetaData$, 0]],
|
|
495
495
|
];
|
|
496
|
-
var AccountMetaData = [
|
|
496
|
+
var AccountMetaData$ = [
|
|
497
497
|
3,
|
|
498
498
|
n0,
|
|
499
499
|
_AMD,
|
|
500
500
|
8,
|
|
501
501
|
[_aN, _s, _a, _aT, _aRM],
|
|
502
|
-
[0, 0, () => Address
|
|
502
|
+
[0, 0, () => Address$, 0, () => AddressRoleMap],
|
|
503
503
|
];
|
|
504
|
-
var AdditionalInfoRequest = [
|
|
504
|
+
var AdditionalInfoRequest$ = [
|
|
505
505
|
3,
|
|
506
506
|
n0,
|
|
507
507
|
_AIR,
|
|
@@ -528,28 +528,28 @@ var AdditionalInfoRequest = [
|
|
|
528
528
|
_uAIz,
|
|
529
529
|
],
|
|
530
530
|
[
|
|
531
|
-
() => MalaysiaAdditionalInfo
|
|
532
|
-
() => IsraelAdditionalInfo
|
|
533
|
-
() => EstoniaAdditionalInfo
|
|
534
|
-
() => CanadaAdditionalInfo
|
|
535
|
-
() => SpainAdditionalInfo
|
|
536
|
-
() => KenyaAdditionalInfo
|
|
537
|
-
() => SouthKoreaAdditionalInfo
|
|
538
|
-
() => TurkeyAdditionalInfo
|
|
539
|
-
() => GeorgiaAdditionalInfo
|
|
540
|
-
() => ItalyAdditionalInfo
|
|
541
|
-
() => RomaniaAdditionalInfo
|
|
542
|
-
() => UkraineAdditionalInfo
|
|
543
|
-
() => PolandAdditionalInfo
|
|
544
|
-
() => SaudiArabiaAdditionalInfo
|
|
545
|
-
() => IndonesiaAdditionalInfo
|
|
546
|
-
() => VietnamAdditionalInfo
|
|
547
|
-
() => EgyptAdditionalInfo
|
|
548
|
-
() => GreeceAdditionalInfo
|
|
549
|
-
() => UzbekistanAdditionalInfo
|
|
531
|
+
() => MalaysiaAdditionalInfo$,
|
|
532
|
+
() => IsraelAdditionalInfo$,
|
|
533
|
+
() => EstoniaAdditionalInfo$,
|
|
534
|
+
() => CanadaAdditionalInfo$,
|
|
535
|
+
() => SpainAdditionalInfo$,
|
|
536
|
+
() => KenyaAdditionalInfo$,
|
|
537
|
+
() => SouthKoreaAdditionalInfo$,
|
|
538
|
+
() => TurkeyAdditionalInfo$,
|
|
539
|
+
() => GeorgiaAdditionalInfo$,
|
|
540
|
+
() => ItalyAdditionalInfo$,
|
|
541
|
+
() => RomaniaAdditionalInfo$,
|
|
542
|
+
() => UkraineAdditionalInfo$,
|
|
543
|
+
() => PolandAdditionalInfo$,
|
|
544
|
+
() => SaudiArabiaAdditionalInfo$,
|
|
545
|
+
() => IndonesiaAdditionalInfo$,
|
|
546
|
+
() => VietnamAdditionalInfo$,
|
|
547
|
+
() => EgyptAdditionalInfo$,
|
|
548
|
+
() => GreeceAdditionalInfo$,
|
|
549
|
+
() => UzbekistanAdditionalInfo$,
|
|
550
550
|
],
|
|
551
551
|
];
|
|
552
|
-
var AdditionalInfoResponse = [
|
|
552
|
+
var AdditionalInfoResponse$ = [
|
|
553
553
|
3,
|
|
554
554
|
n0,
|
|
555
555
|
_AIRd,
|
|
@@ -578,30 +578,30 @@ var AdditionalInfoResponse = [
|
|
|
578
578
|
_uAIz,
|
|
579
579
|
],
|
|
580
580
|
[
|
|
581
|
-
() => MalaysiaAdditionalInfo
|
|
582
|
-
() => IsraelAdditionalInfo
|
|
583
|
-
() => EstoniaAdditionalInfo
|
|
584
|
-
() => CanadaAdditionalInfo
|
|
585
|
-
() => BrazilAdditionalInfo
|
|
586
|
-
() => SpainAdditionalInfo
|
|
587
|
-
() => KenyaAdditionalInfo
|
|
588
|
-
() => SouthKoreaAdditionalInfo
|
|
589
|
-
() => TurkeyAdditionalInfo
|
|
590
|
-
() => GeorgiaAdditionalInfo
|
|
591
|
-
() => ItalyAdditionalInfo
|
|
592
|
-
() => RomaniaAdditionalInfo
|
|
593
|
-
() => UkraineAdditionalInfo
|
|
594
|
-
() => PolandAdditionalInfo
|
|
595
|
-
() => SaudiArabiaAdditionalInfo
|
|
596
|
-
() => IndiaAdditionalInfo
|
|
597
|
-
() => IndonesiaAdditionalInfo
|
|
598
|
-
() => VietnamAdditionalInfo
|
|
599
|
-
() => EgyptAdditionalInfo
|
|
600
|
-
() => GreeceAdditionalInfo
|
|
601
|
-
() => UzbekistanAdditionalInfo
|
|
581
|
+
() => MalaysiaAdditionalInfo$,
|
|
582
|
+
() => IsraelAdditionalInfo$,
|
|
583
|
+
() => EstoniaAdditionalInfo$,
|
|
584
|
+
() => CanadaAdditionalInfo$,
|
|
585
|
+
() => BrazilAdditionalInfo$,
|
|
586
|
+
() => SpainAdditionalInfo$,
|
|
587
|
+
() => KenyaAdditionalInfo$,
|
|
588
|
+
() => SouthKoreaAdditionalInfo$,
|
|
589
|
+
() => TurkeyAdditionalInfo$,
|
|
590
|
+
() => GeorgiaAdditionalInfo$,
|
|
591
|
+
() => ItalyAdditionalInfo$,
|
|
592
|
+
() => RomaniaAdditionalInfo$,
|
|
593
|
+
() => UkraineAdditionalInfo$,
|
|
594
|
+
() => PolandAdditionalInfo$,
|
|
595
|
+
() => SaudiArabiaAdditionalInfo$,
|
|
596
|
+
() => IndiaAdditionalInfo$,
|
|
597
|
+
() => IndonesiaAdditionalInfo$,
|
|
598
|
+
() => VietnamAdditionalInfo$,
|
|
599
|
+
() => EgyptAdditionalInfo$,
|
|
600
|
+
() => GreeceAdditionalInfo$,
|
|
601
|
+
() => UzbekistanAdditionalInfo$,
|
|
602
602
|
],
|
|
603
603
|
];
|
|
604
|
-
var Address = [
|
|
604
|
+
var Address$ = [
|
|
605
605
|
3,
|
|
606
606
|
n0,
|
|
607
607
|
_A,
|
|
@@ -609,7 +609,7 @@ var Address = [
|
|
|
609
609
|
[_aL, _aLd, _aLdd, _dOC, _ci, _sOR, _pC, _cC],
|
|
610
610
|
[0, 0, 0, 0, 0, 0, 0, 0],
|
|
611
611
|
];
|
|
612
|
-
var AttachmentUploadException = [
|
|
612
|
+
var AttachmentUploadException$ = [
|
|
613
613
|
-3,
|
|
614
614
|
n0,
|
|
615
615
|
_AUE,
|
|
@@ -617,9 +617,9 @@ var AttachmentUploadException = [
|
|
|
617
617
|
[_m],
|
|
618
618
|
[[() => ErrorMessage, 0]],
|
|
619
619
|
];
|
|
620
|
-
schema.TypeRegistry.for(n0).registerError(AttachmentUploadException
|
|
621
|
-
var Authority = [3, n0, _Au, 0, [_co, _st], [0, 0]];
|
|
622
|
-
var BatchDeleteTaxRegistrationError = [
|
|
620
|
+
schema.TypeRegistry.for(n0).registerError(AttachmentUploadException$, AttachmentUploadException);
|
|
621
|
+
var Authority$ = [3, n0, _Au, 0, [_co, _st], [0, 0]];
|
|
622
|
+
var BatchDeleteTaxRegistrationError$ = [
|
|
623
623
|
3,
|
|
624
624
|
n0,
|
|
625
625
|
_BDTRE,
|
|
@@ -627,8 +627,8 @@ var BatchDeleteTaxRegistrationError = [
|
|
|
627
627
|
[_aI, _m, _cod],
|
|
628
628
|
[0, [() => ErrorMessage, 0], 0],
|
|
629
629
|
];
|
|
630
|
-
var BatchDeleteTaxRegistrationRequest = [3, n0, _BDTRR, 0, [_aIc], [64 | 0]];
|
|
631
|
-
var BatchDeleteTaxRegistrationResponse = [
|
|
630
|
+
var BatchDeleteTaxRegistrationRequest$ = [3, n0, _BDTRR, 0, [_aIc], [64 | 0]];
|
|
631
|
+
var BatchDeleteTaxRegistrationResponse$ = [
|
|
632
632
|
3,
|
|
633
633
|
n0,
|
|
634
634
|
_BDTRRa,
|
|
@@ -636,8 +636,8 @@ var BatchDeleteTaxRegistrationResponse = [
|
|
|
636
636
|
[_er],
|
|
637
637
|
[[() => BatchDeleteTaxRegistrationErrors, 0]],
|
|
638
638
|
];
|
|
639
|
-
var BatchGetTaxExemptionsRequest = [3, n0, _BGTER, 0, [_aIc], [64 | 0]];
|
|
640
|
-
var BatchGetTaxExemptionsResponse = [
|
|
639
|
+
var BatchGetTaxExemptionsRequest$ = [3, n0, _BGTER, 0, [_aIc], [64 | 0]];
|
|
640
|
+
var BatchGetTaxExemptionsResponse$ = [
|
|
641
641
|
3,
|
|
642
642
|
n0,
|
|
643
643
|
_BGTERa,
|
|
@@ -645,7 +645,7 @@ var BatchGetTaxExemptionsResponse = [
|
|
|
645
645
|
[_tEDM, _fA],
|
|
646
646
|
[() => TaxExemptionDetailsMap, 64 | 0],
|
|
647
647
|
];
|
|
648
|
-
var BatchPutTaxRegistrationError = [
|
|
648
|
+
var BatchPutTaxRegistrationError$ = [
|
|
649
649
|
3,
|
|
650
650
|
n0,
|
|
651
651
|
_BPTRE,
|
|
@@ -653,15 +653,15 @@ var BatchPutTaxRegistrationError = [
|
|
|
653
653
|
[_aI, _m, _cod],
|
|
654
654
|
[0, [() => ErrorMessage, 0], 0],
|
|
655
655
|
];
|
|
656
|
-
var BatchPutTaxRegistrationRequest = [
|
|
656
|
+
var BatchPutTaxRegistrationRequest$ = [
|
|
657
657
|
3,
|
|
658
658
|
n0,
|
|
659
659
|
_BPTRR,
|
|
660
660
|
0,
|
|
661
661
|
[_aIc, _tRE],
|
|
662
|
-
[64 | 0, [() => TaxRegistrationEntry
|
|
662
|
+
[64 | 0, [() => TaxRegistrationEntry$, 0]],
|
|
663
663
|
];
|
|
664
|
-
var BatchPutTaxRegistrationResponse = [
|
|
664
|
+
var BatchPutTaxRegistrationResponse$ = [
|
|
665
665
|
3,
|
|
666
666
|
n0,
|
|
667
667
|
_BPTRRa,
|
|
@@ -669,9 +669,9 @@ var BatchPutTaxRegistrationResponse = [
|
|
|
669
669
|
[_sta, _er],
|
|
670
670
|
[0, [() => BatchPutTaxRegistrationErrors, 0]],
|
|
671
671
|
];
|
|
672
|
-
var BrazilAdditionalInfo = [3, n0, _BAI, 0, [_cCc, _lNC], [0, 0]];
|
|
673
|
-
var CanadaAdditionalInfo = [3, n0, _CAI, 0, [_pSTI, _cQSTN, _cRSTN, _iRA], [0, 0, 0, 2]];
|
|
674
|
-
var CaseCreationLimitExceededException = [
|
|
672
|
+
var BrazilAdditionalInfo$ = [3, n0, _BAI, 0, [_cCc, _lNC], [0, 0]];
|
|
673
|
+
var CanadaAdditionalInfo$ = [3, n0, _CAI, 0, [_pSTI, _cQSTN, _cRSTN, _iRA], [0, 0, 0, 2]];
|
|
674
|
+
var CaseCreationLimitExceededException$ = [
|
|
675
675
|
-3,
|
|
676
676
|
n0,
|
|
677
677
|
_CCLEE,
|
|
@@ -679,8 +679,8 @@ var CaseCreationLimitExceededException = [
|
|
|
679
679
|
[_m],
|
|
680
680
|
[[() => ErrorMessage, 0]],
|
|
681
681
|
];
|
|
682
|
-
schema.TypeRegistry.for(n0).registerError(CaseCreationLimitExceededException
|
|
683
|
-
var ConflictException = [
|
|
682
|
+
schema.TypeRegistry.for(n0).registerError(CaseCreationLimitExceededException$, CaseCreationLimitExceededException);
|
|
683
|
+
var ConflictException$ = [
|
|
684
684
|
-3,
|
|
685
685
|
n0,
|
|
686
686
|
_CE,
|
|
@@ -688,35 +688,49 @@ var ConflictException = [
|
|
|
688
688
|
[_m, _eC],
|
|
689
689
|
[[() => ErrorMessage, 0], 0],
|
|
690
690
|
];
|
|
691
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
692
|
-
var DeleteSupplementalTaxRegistrationRequest = [3, n0, _DSTRR, 0, [_aIu], [0]];
|
|
693
|
-
var DeleteSupplementalTaxRegistrationResponse = [3, n0, _DSTRRe, 0, [], []];
|
|
694
|
-
var DeleteTaxRegistrationRequest = [3, n0, _DTRR, 0, [_aI], [0]];
|
|
695
|
-
var DeleteTaxRegistrationResponse = [3, n0, _DTRRe, 0, [], []];
|
|
696
|
-
var DestinationS3Location = [3, n0, _DSL, 0, [_b, _p], [0, 0]];
|
|
697
|
-
var EgyptAdditionalInfo = [3, n0, _EAI, 0, [_uIN, _uINED], [0, 0]];
|
|
698
|
-
var EstoniaAdditionalInfo = [3, n0, _EAIs, 0, [_rCC], [0]];
|
|
699
|
-
var ExemptionCertificate = [3, n0, _EC, 0, [_dN, _dF], [0, 21]];
|
|
700
|
-
var GeorgiaAdditionalInfo = [3, n0, _GAI, 0, [_pT], [0]];
|
|
701
|
-
var GetTaxExemptionTypesRequest = [3, n0, _GTETR, 0, [], []];
|
|
702
|
-
var GetTaxExemptionTypesResponse = [
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
691
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
692
|
+
var DeleteSupplementalTaxRegistrationRequest$ = [3, n0, _DSTRR, 0, [_aIu], [0]];
|
|
693
|
+
var DeleteSupplementalTaxRegistrationResponse$ = [3, n0, _DSTRRe, 0, [], []];
|
|
694
|
+
var DeleteTaxRegistrationRequest$ = [3, n0, _DTRR, 0, [_aI], [0]];
|
|
695
|
+
var DeleteTaxRegistrationResponse$ = [3, n0, _DTRRe, 0, [], []];
|
|
696
|
+
var DestinationS3Location$ = [3, n0, _DSL, 0, [_b, _p], [0, 0]];
|
|
697
|
+
var EgyptAdditionalInfo$ = [3, n0, _EAI, 0, [_uIN, _uINED], [0, 0]];
|
|
698
|
+
var EstoniaAdditionalInfo$ = [3, n0, _EAIs, 0, [_rCC], [0]];
|
|
699
|
+
var ExemptionCertificate$ = [3, n0, _EC, 0, [_dN, _dF], [0, 21]];
|
|
700
|
+
var GeorgiaAdditionalInfo$ = [3, n0, _GAI, 0, [_pT], [0]];
|
|
701
|
+
var GetTaxExemptionTypesRequest$ = [3, n0, _GTETR, 0, [], []];
|
|
702
|
+
var GetTaxExemptionTypesResponse$ = [
|
|
703
|
+
3,
|
|
704
|
+
n0,
|
|
705
|
+
_GTETRe,
|
|
706
|
+
0,
|
|
707
|
+
[_tET],
|
|
708
|
+
[() => TaxExemptionTypes],
|
|
709
|
+
];
|
|
710
|
+
var GetTaxInheritanceRequest$ = [3, n0, _GTIR, 0, [], []];
|
|
711
|
+
var GetTaxInheritanceResponse$ = [3, n0, _GTIRe, 0, [_hS], [0]];
|
|
712
|
+
var GetTaxRegistrationDocumentRequest$ = [
|
|
706
713
|
3,
|
|
707
714
|
n0,
|
|
708
715
|
_GTRDR,
|
|
709
716
|
0,
|
|
710
717
|
[_dSL, _tDM],
|
|
711
|
-
[() => DestinationS3Location
|
|
718
|
+
[() => DestinationS3Location$, () => TaxDocumentMetadata$],
|
|
719
|
+
];
|
|
720
|
+
var GetTaxRegistrationDocumentResponse$ = [3, n0, _GTRDRe, 0, [_dFP, _pSU], [0, 0]];
|
|
721
|
+
var GetTaxRegistrationRequest$ = [3, n0, _GTRR, 0, [_aI], [0]];
|
|
722
|
+
var GetTaxRegistrationResponse$ = [
|
|
723
|
+
3,
|
|
724
|
+
n0,
|
|
725
|
+
_GTRRe,
|
|
726
|
+
0,
|
|
727
|
+
[_tR],
|
|
728
|
+
[[() => TaxRegistration$, 0]],
|
|
712
729
|
];
|
|
713
|
-
var
|
|
714
|
-
var
|
|
715
|
-
var
|
|
716
|
-
var
|
|
717
|
-
var IndiaAdditionalInfo = [3, n0, _IAI, 0, [_pa], [0]];
|
|
718
|
-
var IndonesiaAdditionalInfo = [3, n0, _IAIn, 0, [_tRNT, _pEDC, _dNe], [0, 0, 0]];
|
|
719
|
-
var InternalServerException = [
|
|
730
|
+
var GreeceAdditionalInfo$ = [3, n0, _GAIr, 0, [_cAC], [0]];
|
|
731
|
+
var IndiaAdditionalInfo$ = [3, n0, _IAI, 0, [_pa], [0]];
|
|
732
|
+
var IndonesiaAdditionalInfo$ = [3, n0, _IAIn, 0, [_tRNT, _pEDC, _dNe], [0, 0, 0]];
|
|
733
|
+
var InternalServerException$ = [
|
|
720
734
|
-3,
|
|
721
735
|
n0,
|
|
722
736
|
_ISE,
|
|
@@ -724,13 +738,13 @@ var InternalServerException = [
|
|
|
724
738
|
[_m, _eC],
|
|
725
739
|
[[() => ErrorMessage, 0], 0],
|
|
726
740
|
];
|
|
727
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
728
|
-
var IsraelAdditionalInfo = [3, n0, _IAIs, 0, [_dT, _cT], [0, 0]];
|
|
729
|
-
var ItalyAdditionalInfo = [3, n0, _IAIt, 0, [_sAId, _cN, _cNu, _tC], [0, 0, 0, 0]];
|
|
730
|
-
var Jurisdiction = [3, n0, _J, 0, [_sOR, _cC], [0, 0]];
|
|
731
|
-
var KenyaAdditionalInfo = [3, n0, _KAI, 0, [_pT], [0]];
|
|
732
|
-
var ListSupplementalTaxRegistrationsRequest = [3, n0, _LSTRR, 0, [_mR, _nT], [1, 0]];
|
|
733
|
-
var ListSupplementalTaxRegistrationsResponse = [
|
|
741
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
742
|
+
var IsraelAdditionalInfo$ = [3, n0, _IAIs, 0, [_dT, _cT], [0, 0]];
|
|
743
|
+
var ItalyAdditionalInfo$ = [3, n0, _IAIt, 0, [_sAId, _cN, _cNu, _tC], [0, 0, 0, 0]];
|
|
744
|
+
var Jurisdiction$ = [3, n0, _J, 0, [_sOR, _cC], [0, 0]];
|
|
745
|
+
var KenyaAdditionalInfo$ = [3, n0, _KAI, 0, [_pT], [0]];
|
|
746
|
+
var ListSupplementalTaxRegistrationsRequest$ = [3, n0, _LSTRR, 0, [_mR, _nT], [1, 0]];
|
|
747
|
+
var ListSupplementalTaxRegistrationsResponse$ = [
|
|
734
748
|
3,
|
|
735
749
|
n0,
|
|
736
750
|
_LSTRRi,
|
|
@@ -738,8 +752,8 @@ var ListSupplementalTaxRegistrationsResponse = [
|
|
|
738
752
|
[_tRa, _nT],
|
|
739
753
|
[[() => SupplementalTaxRegistrationList, 0], 0],
|
|
740
754
|
];
|
|
741
|
-
var ListTaxExemptionsRequest = [3, n0, _LTER, 0, [_mR, _nT], [1, 0]];
|
|
742
|
-
var ListTaxExemptionsResponse = [
|
|
755
|
+
var ListTaxExemptionsRequest$ = [3, n0, _LTER, 0, [_mR, _nT], [1, 0]];
|
|
756
|
+
var ListTaxExemptionsResponse$ = [
|
|
743
757
|
3,
|
|
744
758
|
n0,
|
|
745
759
|
_LTERi,
|
|
@@ -747,8 +761,8 @@ var ListTaxExemptionsResponse = [
|
|
|
747
761
|
[_nT, _tEDM],
|
|
748
762
|
[0, () => TaxExemptionDetailsMap],
|
|
749
763
|
];
|
|
750
|
-
var ListTaxRegistrationsRequest = [3, n0, _LTRR, 0, [_mR, _nT], [1, 0]];
|
|
751
|
-
var ListTaxRegistrationsResponse = [
|
|
764
|
+
var ListTaxRegistrationsRequest$ = [3, n0, _LTRR, 0, [_mR, _nT], [1, 0]];
|
|
765
|
+
var ListTaxRegistrationsResponse$ = [
|
|
752
766
|
3,
|
|
753
767
|
n0,
|
|
754
768
|
_LTRRi,
|
|
@@ -756,38 +770,38 @@ var ListTaxRegistrationsResponse = [
|
|
|
756
770
|
[_aD, _nT],
|
|
757
771
|
[[() => AccountDetailsList, 0], 0],
|
|
758
772
|
];
|
|
759
|
-
var MalaysiaAdditionalInfo = [3, n0, _MAI, 0, [_sTC, _tIN, _bRN], [64 | 0, 0, 0]];
|
|
760
|
-
var PolandAdditionalInfo = [3, n0, _PAI, 0, [_iRN, _iGVE], [0, 2]];
|
|
761
|
-
var PutSupplementalTaxRegistrationRequest = [
|
|
773
|
+
var MalaysiaAdditionalInfo$ = [3, n0, _MAI, 0, [_sTC, _tIN, _bRN], [64 | 0, 0, 0]];
|
|
774
|
+
var PolandAdditionalInfo$ = [3, n0, _PAI, 0, [_iRN, _iGVE], [0, 2]];
|
|
775
|
+
var PutSupplementalTaxRegistrationRequest$ = [
|
|
762
776
|
3,
|
|
763
777
|
n0,
|
|
764
778
|
_PSTRR,
|
|
765
779
|
0,
|
|
766
780
|
[_tRE],
|
|
767
|
-
[[() => SupplementalTaxRegistrationEntry
|
|
781
|
+
[[() => SupplementalTaxRegistrationEntry$, 0]],
|
|
768
782
|
];
|
|
769
|
-
var PutSupplementalTaxRegistrationResponse = [3, n0, _PSTRRu, 0, [_aIu, _sta], [0, 0]];
|
|
770
|
-
var PutTaxExemptionRequest = [
|
|
783
|
+
var PutSupplementalTaxRegistrationResponse$ = [3, n0, _PSTRRu, 0, [_aIu, _sta], [0, 0]];
|
|
784
|
+
var PutTaxExemptionRequest$ = [
|
|
771
785
|
3,
|
|
772
786
|
n0,
|
|
773
787
|
_PTER,
|
|
774
788
|
0,
|
|
775
789
|
[_aIc, _au, _eT, _eCx],
|
|
776
|
-
[64 | 0, () => Authority
|
|
790
|
+
[64 | 0, () => Authority$, 0, () => ExemptionCertificate$],
|
|
777
791
|
];
|
|
778
|
-
var PutTaxExemptionResponse = [3, n0, _PTERu, 0, [_cI], [0]];
|
|
779
|
-
var PutTaxInheritanceRequest = [3, n0, _PTIR, 0, [_hS], [0]];
|
|
780
|
-
var PutTaxInheritanceResponse = [3, n0, _PTIRu, 0, [], []];
|
|
781
|
-
var PutTaxRegistrationRequest = [
|
|
792
|
+
var PutTaxExemptionResponse$ = [3, n0, _PTERu, 0, [_cI], [0]];
|
|
793
|
+
var PutTaxInheritanceRequest$ = [3, n0, _PTIR, 0, [_hS], [0]];
|
|
794
|
+
var PutTaxInheritanceResponse$ = [3, n0, _PTIRu, 0, [], []];
|
|
795
|
+
var PutTaxRegistrationRequest$ = [
|
|
782
796
|
3,
|
|
783
797
|
n0,
|
|
784
798
|
_PTRR,
|
|
785
799
|
0,
|
|
786
800
|
[_aI, _tRE],
|
|
787
|
-
[0, [() => TaxRegistrationEntry
|
|
801
|
+
[0, [() => TaxRegistrationEntry$, 0]],
|
|
788
802
|
];
|
|
789
|
-
var PutTaxRegistrationResponse = [3, n0, _PTRRu, 0, [_sta], [0]];
|
|
790
|
-
var ResourceNotFoundException = [
|
|
803
|
+
var PutTaxRegistrationResponse$ = [3, n0, _PTRRu, 0, [_sta], [0]];
|
|
804
|
+
var ResourceNotFoundException$ = [
|
|
791
805
|
-3,
|
|
792
806
|
n0,
|
|
793
807
|
_RNFE,
|
|
@@ -795,38 +809,38 @@ var ResourceNotFoundException = [
|
|
|
795
809
|
[_m, _eC],
|
|
796
810
|
[[() => ErrorMessage, 0], 0],
|
|
797
811
|
];
|
|
798
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
799
|
-
var RomaniaAdditionalInfo = [3, n0, _RAI, 0, [_tRNT], [0]];
|
|
800
|
-
var SaudiArabiaAdditionalInfo = [3, n0, _SAAI, 0, [_tRNT], [0]];
|
|
801
|
-
var SourceS3Location = [3, n0, _SSL, 0, [_b, _k], [0, 0]];
|
|
802
|
-
var SouthKoreaAdditionalInfo = [3, n0, _SKAI, 0, [_bRNu, _lOB, _iOB], [0, 0, 0]];
|
|
803
|
-
var SpainAdditionalInfo = [3, n0, _SAI, 0, [_rT], [0]];
|
|
804
|
-
var SupplementalTaxRegistration = [
|
|
812
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
813
|
+
var RomaniaAdditionalInfo$ = [3, n0, _RAI, 0, [_tRNT], [0]];
|
|
814
|
+
var SaudiArabiaAdditionalInfo$ = [3, n0, _SAAI, 0, [_tRNT], [0]];
|
|
815
|
+
var SourceS3Location$ = [3, n0, _SSL, 0, [_b, _k], [0, 0]];
|
|
816
|
+
var SouthKoreaAdditionalInfo$ = [3, n0, _SKAI, 0, [_bRNu, _lOB, _iOB], [0, 0, 0]];
|
|
817
|
+
var SpainAdditionalInfo$ = [3, n0, _SAI, 0, [_rT], [0]];
|
|
818
|
+
var SupplementalTaxRegistration$ = [
|
|
805
819
|
3,
|
|
806
820
|
n0,
|
|
807
821
|
_STR,
|
|
808
822
|
8,
|
|
809
823
|
[_rI, _rT, _lN, _a, _aIu, _sta],
|
|
810
|
-
[0, 0, 0, () => Address
|
|
824
|
+
[0, 0, 0, () => Address$, 0, 0],
|
|
811
825
|
];
|
|
812
|
-
var SupplementalTaxRegistrationEntry = [
|
|
826
|
+
var SupplementalTaxRegistrationEntry$ = [
|
|
813
827
|
3,
|
|
814
828
|
n0,
|
|
815
829
|
_STRE,
|
|
816
830
|
8,
|
|
817
831
|
[_rI, _rT, _lN, _a],
|
|
818
|
-
[0, 0, 0, () => Address],
|
|
832
|
+
[0, 0, 0, () => Address$],
|
|
819
833
|
];
|
|
820
|
-
var TaxDocumentMetadata = [3, n0, _TDM, 0, [_tDAT, _tDN], [0, 0]];
|
|
821
|
-
var TaxExemption = [
|
|
834
|
+
var TaxDocumentMetadata$ = [3, n0, _TDM, 0, [_tDAT, _tDN], [0, 0]];
|
|
835
|
+
var TaxExemption$ = [
|
|
822
836
|
3,
|
|
823
837
|
n0,
|
|
824
838
|
_TE,
|
|
825
839
|
0,
|
|
826
840
|
[_au, _tETa, _eD, _eDx, _sED, _sta],
|
|
827
|
-
[() => Authority
|
|
841
|
+
[() => Authority$, () => TaxExemptionType$, 4, 4, 4, 0],
|
|
828
842
|
];
|
|
829
|
-
var TaxExemptionDetails = [
|
|
843
|
+
var TaxExemptionDetails$ = [
|
|
830
844
|
3,
|
|
831
845
|
n0,
|
|
832
846
|
_TED,
|
|
@@ -834,45 +848,45 @@ var TaxExemptionDetails = [
|
|
|
834
848
|
[_tE, _hOD, _hOPE, _hOR],
|
|
835
849
|
[() => TaxExemptions, 2, 0, 0],
|
|
836
850
|
];
|
|
837
|
-
var TaxExemptionType = [3, n0, _TET, 0, [_dNi, _d, _aJ], [0, 0, () => Authorities]];
|
|
838
|
-
var TaxInheritanceDetails = [3, n0, _TID, 0, [_pEI, _iOR], [0, 0]];
|
|
839
|
-
var TaxRegistration = [
|
|
851
|
+
var TaxExemptionType$ = [3, n0, _TET, 0, [_dNi, _d, _aJ], [0, 0, () => Authorities]];
|
|
852
|
+
var TaxInheritanceDetails$ = [3, n0, _TID, 0, [_pEI, _iOR], [0, 0]];
|
|
853
|
+
var TaxRegistration$ = [
|
|
840
854
|
3,
|
|
841
855
|
n0,
|
|
842
856
|
_TR,
|
|
843
857
|
8,
|
|
844
858
|
[_rI, _rT, _lN, _sta, _sec, _tDMa, _cEI, _aTI, _lA],
|
|
845
|
-
[0, 0, 0, 0, 0, () => TaxDocumentMetadatas, 0, () => AdditionalInfoResponse
|
|
859
|
+
[0, 0, 0, 0, 0, () => TaxDocumentMetadatas, 0, () => AdditionalInfoResponse$, () => Address$],
|
|
846
860
|
];
|
|
847
|
-
var TaxRegistrationDocFile = [3, n0, _TRDF, 0, [_fN, _fC], [0, 21]];
|
|
848
|
-
var TaxRegistrationDocument = [
|
|
861
|
+
var TaxRegistrationDocFile$ = [3, n0, _TRDF, 0, [_fN, _fC], [0, 21]];
|
|
862
|
+
var TaxRegistrationDocument$ = [
|
|
849
863
|
3,
|
|
850
864
|
n0,
|
|
851
865
|
_TRD,
|
|
852
866
|
0,
|
|
853
867
|
[_sL, _f],
|
|
854
|
-
[() => SourceS3Location
|
|
868
|
+
[() => SourceS3Location$, () => TaxRegistrationDocFile$],
|
|
855
869
|
];
|
|
856
|
-
var TaxRegistrationEntry = [
|
|
870
|
+
var TaxRegistrationEntry$ = [
|
|
857
871
|
3,
|
|
858
872
|
n0,
|
|
859
873
|
_TRE,
|
|
860
874
|
8,
|
|
861
875
|
[_rI, _rT, _lN, _lA, _sec, _aTI, _vD, _cEI],
|
|
862
|
-
[0, 0, 0, () => Address
|
|
876
|
+
[0, 0, 0, () => Address$, 0, () => AdditionalInfoRequest$, () => VerificationDetails$, 0],
|
|
863
877
|
];
|
|
864
|
-
var TaxRegistrationWithJurisdiction = [
|
|
878
|
+
var TaxRegistrationWithJurisdiction$ = [
|
|
865
879
|
3,
|
|
866
880
|
n0,
|
|
867
881
|
_TRWJ,
|
|
868
882
|
8,
|
|
869
883
|
[_rI, _rT, _lN, _sta, _sec, _tDMa, _cEI, _aTI, _j],
|
|
870
|
-
[0, 0, 0, 0, 0, () => TaxDocumentMetadatas, 0, () => AdditionalInfoResponse
|
|
884
|
+
[0, 0, 0, 0, 0, () => TaxDocumentMetadatas, 0, () => AdditionalInfoResponse$, () => Jurisdiction$],
|
|
871
885
|
];
|
|
872
|
-
var TurkeyAdditionalInfo = [3, n0, _TAI, 0, [_tO, _kEI, _sTI, _i], [0, 0, 0, 0]];
|
|
873
|
-
var UkraineAdditionalInfo = [3, n0, _UAI, 0, [_uTT], [0]];
|
|
874
|
-
var UzbekistanAdditionalInfo = [3, n0, _UAIz, 0, [_tRNT, _vRN], [0, 0]];
|
|
875
|
-
var ValidationException = [
|
|
886
|
+
var TurkeyAdditionalInfo$ = [3, n0, _TAI, 0, [_tO, _kEI, _sTI, _i], [0, 0, 0, 0]];
|
|
887
|
+
var UkraineAdditionalInfo$ = [3, n0, _UAI, 0, [_uTT], [0]];
|
|
888
|
+
var UzbekistanAdditionalInfo$ = [3, n0, _UAIz, 0, [_tRNT, _vRN], [0, 0]];
|
|
889
|
+
var ValidationException$ = [
|
|
876
890
|
-3,
|
|
877
891
|
n0,
|
|
878
892
|
_VE,
|
|
@@ -880,9 +894,9 @@ var ValidationException = [
|
|
|
880
894
|
[_m, _eC, _fL],
|
|
881
895
|
[[() => ErrorMessage, 0], 0, () => ValidationExceptionFieldList],
|
|
882
896
|
];
|
|
883
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
884
|
-
var ValidationExceptionField = [3, n0, _VEF, 0, [_n], [0]];
|
|
885
|
-
var VerificationDetails = [
|
|
897
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
898
|
+
var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n], [0]];
|
|
899
|
+
var VerificationDetails$ = [
|
|
886
900
|
3,
|
|
887
901
|
n0,
|
|
888
902
|
_VD,
|
|
@@ -890,166 +904,154 @@ var VerificationDetails = [
|
|
|
890
904
|
[_dOB, _tRD],
|
|
891
905
|
[0, () => TaxRegistrationDocuments],
|
|
892
906
|
];
|
|
893
|
-
var VietnamAdditionalInfo = [3, n0, _VAI, 0, [_eIN, _eTCN, _pVN, _pVND], [0, 0, 0, 0]];
|
|
894
|
-
var TaxSettingsServiceException = [-3, _sm, "TaxSettingsServiceException", 0, [], []];
|
|
895
|
-
schema.TypeRegistry.for(_sm).registerError(TaxSettingsServiceException
|
|
896
|
-
var AccountDetailsList = [1, n0, _ADL, 0, [() => AccountDetails
|
|
897
|
-
var Authorities = [1, n0, _Aut, 0, () => Authority];
|
|
907
|
+
var VietnamAdditionalInfo$ = [3, n0, _VAI, 0, [_eIN, _eTCN, _pVN, _pVND], [0, 0, 0, 0]];
|
|
908
|
+
var TaxSettingsServiceException$ = [-3, _sm, "TaxSettingsServiceException", 0, [], []];
|
|
909
|
+
schema.TypeRegistry.for(_sm).registerError(TaxSettingsServiceException$, TaxSettingsServiceException);
|
|
910
|
+
var AccountDetailsList = [1, n0, _ADL, 0, [() => AccountDetails$, 0]];
|
|
911
|
+
var Authorities = [1, n0, _Aut, 0, () => Authority$];
|
|
898
912
|
var BatchDeleteTaxRegistrationErrors = [
|
|
899
913
|
1,
|
|
900
914
|
n0,
|
|
901
915
|
_BDTREa,
|
|
902
916
|
0,
|
|
903
|
-
[() => BatchDeleteTaxRegistrationError
|
|
904
|
-
];
|
|
905
|
-
var BatchPutTaxRegistrationErrors = [
|
|
906
|
-
1,
|
|
907
|
-
n0,
|
|
908
|
-
_BPTREa,
|
|
909
|
-
0,
|
|
910
|
-
[() => BatchPutTaxRegistrationError, 0],
|
|
911
|
-
];
|
|
912
|
-
var SupplementalTaxRegistrationList = [
|
|
913
|
-
1,
|
|
914
|
-
n0,
|
|
915
|
-
_STRL,
|
|
916
|
-
0,
|
|
917
|
-
[() => SupplementalTaxRegistration, 0],
|
|
917
|
+
[() => BatchDeleteTaxRegistrationError$, 0],
|
|
918
918
|
];
|
|
919
|
-
var
|
|
920
|
-
var
|
|
921
|
-
var
|
|
922
|
-
var
|
|
923
|
-
var
|
|
924
|
-
var
|
|
925
|
-
var
|
|
926
|
-
var
|
|
919
|
+
var BatchPutTaxRegistrationErrors = [1, n0, _BPTREa, 0, [() => BatchPutTaxRegistrationError$, 0]];
|
|
920
|
+
var SupplementalTaxRegistrationList = [1, n0, _STRL, 0, [() => SupplementalTaxRegistration$, 0]];
|
|
921
|
+
var TaxDocumentMetadatas = [1, n0, _TDMa, 0, () => TaxDocumentMetadata$];
|
|
922
|
+
var TaxExemptions = [1, n0, _TEa, 0, () => TaxExemption$];
|
|
923
|
+
var TaxExemptionTypes = [1, n0, _TETa, 0, () => TaxExemptionType$];
|
|
924
|
+
var TaxRegistrationDocuments = [1, n0, _TRDa, 0, () => TaxRegistrationDocument$];
|
|
925
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
926
|
+
var AddressRoleMap = [2, n0, _ARM, 0, 0, () => Jurisdiction$];
|
|
927
|
+
var TaxExemptionDetailsMap = [2, n0, _TEDM, 0, 0, () => TaxExemptionDetails$];
|
|
928
|
+
var BatchDeleteTaxRegistration$ = [
|
|
927
929
|
9,
|
|
928
930
|
n0,
|
|
929
931
|
_BDTR,
|
|
930
932
|
{ [_h]: ["POST", "/BatchDeleteTaxRegistration", 200] },
|
|
931
|
-
() => BatchDeleteTaxRegistrationRequest
|
|
932
|
-
() => BatchDeleteTaxRegistrationResponse
|
|
933
|
+
() => BatchDeleteTaxRegistrationRequest$,
|
|
934
|
+
() => BatchDeleteTaxRegistrationResponse$,
|
|
933
935
|
];
|
|
934
|
-
var BatchGetTaxExemptions = [
|
|
936
|
+
var BatchGetTaxExemptions$ = [
|
|
935
937
|
9,
|
|
936
938
|
n0,
|
|
937
939
|
_BGTE,
|
|
938
940
|
{ [_h]: ["POST", "/BatchGetTaxExemptions", 200] },
|
|
939
|
-
() => BatchGetTaxExemptionsRequest
|
|
940
|
-
() => BatchGetTaxExemptionsResponse
|
|
941
|
+
() => BatchGetTaxExemptionsRequest$,
|
|
942
|
+
() => BatchGetTaxExemptionsResponse$,
|
|
941
943
|
];
|
|
942
|
-
var BatchPutTaxRegistration = [
|
|
944
|
+
var BatchPutTaxRegistration$ = [
|
|
943
945
|
9,
|
|
944
946
|
n0,
|
|
945
947
|
_BPTR,
|
|
946
948
|
{ [_h]: ["POST", "/BatchPutTaxRegistration", 200] },
|
|
947
|
-
() => BatchPutTaxRegistrationRequest
|
|
948
|
-
() => BatchPutTaxRegistrationResponse
|
|
949
|
+
() => BatchPutTaxRegistrationRequest$,
|
|
950
|
+
() => BatchPutTaxRegistrationResponse$,
|
|
949
951
|
];
|
|
950
|
-
var DeleteSupplementalTaxRegistration = [
|
|
952
|
+
var DeleteSupplementalTaxRegistration$ = [
|
|
951
953
|
9,
|
|
952
954
|
n0,
|
|
953
955
|
_DSTR,
|
|
954
956
|
{ [_h]: ["POST", "/DeleteSupplementalTaxRegistration", 200] },
|
|
955
|
-
() => DeleteSupplementalTaxRegistrationRequest
|
|
956
|
-
() => DeleteSupplementalTaxRegistrationResponse
|
|
957
|
+
() => DeleteSupplementalTaxRegistrationRequest$,
|
|
958
|
+
() => DeleteSupplementalTaxRegistrationResponse$,
|
|
957
959
|
];
|
|
958
|
-
var DeleteTaxRegistration = [
|
|
960
|
+
var DeleteTaxRegistration$ = [
|
|
959
961
|
9,
|
|
960
962
|
n0,
|
|
961
963
|
_DTR,
|
|
962
964
|
{ [_h]: ["POST", "/DeleteTaxRegistration", 200] },
|
|
963
|
-
() => DeleteTaxRegistrationRequest
|
|
964
|
-
() => DeleteTaxRegistrationResponse
|
|
965
|
+
() => DeleteTaxRegistrationRequest$,
|
|
966
|
+
() => DeleteTaxRegistrationResponse$,
|
|
965
967
|
];
|
|
966
|
-
var GetTaxExemptionTypes = [
|
|
968
|
+
var GetTaxExemptionTypes$ = [
|
|
967
969
|
9,
|
|
968
970
|
n0,
|
|
969
971
|
_GTET,
|
|
970
972
|
{ [_h]: ["POST", "/GetTaxExemptionTypes", 200] },
|
|
971
|
-
() => GetTaxExemptionTypesRequest
|
|
972
|
-
() => GetTaxExemptionTypesResponse
|
|
973
|
+
() => GetTaxExemptionTypesRequest$,
|
|
974
|
+
() => GetTaxExemptionTypesResponse$,
|
|
973
975
|
];
|
|
974
|
-
var GetTaxInheritance = [
|
|
976
|
+
var GetTaxInheritance$ = [
|
|
975
977
|
9,
|
|
976
978
|
n0,
|
|
977
979
|
_GTI,
|
|
978
980
|
{ [_h]: ["POST", "/GetTaxInheritance", 200] },
|
|
979
|
-
() => GetTaxInheritanceRequest
|
|
980
|
-
() => GetTaxInheritanceResponse
|
|
981
|
+
() => GetTaxInheritanceRequest$,
|
|
982
|
+
() => GetTaxInheritanceResponse$,
|
|
981
983
|
];
|
|
982
|
-
var GetTaxRegistration = [
|
|
984
|
+
var GetTaxRegistration$ = [
|
|
983
985
|
9,
|
|
984
986
|
n0,
|
|
985
987
|
_GTR,
|
|
986
988
|
{ [_h]: ["POST", "/GetTaxRegistration", 200] },
|
|
987
|
-
() => GetTaxRegistrationRequest
|
|
988
|
-
() => GetTaxRegistrationResponse
|
|
989
|
+
() => GetTaxRegistrationRequest$,
|
|
990
|
+
() => GetTaxRegistrationResponse$,
|
|
989
991
|
];
|
|
990
|
-
var GetTaxRegistrationDocument = [
|
|
992
|
+
var GetTaxRegistrationDocument$ = [
|
|
991
993
|
9,
|
|
992
994
|
n0,
|
|
993
995
|
_GTRD,
|
|
994
996
|
{ [_h]: ["POST", "/GetTaxRegistrationDocument", 200] },
|
|
995
|
-
() => GetTaxRegistrationDocumentRequest
|
|
996
|
-
() => GetTaxRegistrationDocumentResponse
|
|
997
|
+
() => GetTaxRegistrationDocumentRequest$,
|
|
998
|
+
() => GetTaxRegistrationDocumentResponse$,
|
|
997
999
|
];
|
|
998
|
-
var ListSupplementalTaxRegistrations = [
|
|
1000
|
+
var ListSupplementalTaxRegistrations$ = [
|
|
999
1001
|
9,
|
|
1000
1002
|
n0,
|
|
1001
1003
|
_LSTR,
|
|
1002
1004
|
{ [_h]: ["POST", "/ListSupplementalTaxRegistrations", 200] },
|
|
1003
|
-
() => ListSupplementalTaxRegistrationsRequest
|
|
1004
|
-
() => ListSupplementalTaxRegistrationsResponse
|
|
1005
|
+
() => ListSupplementalTaxRegistrationsRequest$,
|
|
1006
|
+
() => ListSupplementalTaxRegistrationsResponse$,
|
|
1005
1007
|
];
|
|
1006
|
-
var ListTaxExemptions = [
|
|
1008
|
+
var ListTaxExemptions$ = [
|
|
1007
1009
|
9,
|
|
1008
1010
|
n0,
|
|
1009
1011
|
_LTE,
|
|
1010
1012
|
{ [_h]: ["POST", "/ListTaxExemptions", 200] },
|
|
1011
|
-
() => ListTaxExemptionsRequest
|
|
1012
|
-
() => ListTaxExemptionsResponse
|
|
1013
|
+
() => ListTaxExemptionsRequest$,
|
|
1014
|
+
() => ListTaxExemptionsResponse$,
|
|
1013
1015
|
];
|
|
1014
|
-
var ListTaxRegistrations = [
|
|
1016
|
+
var ListTaxRegistrations$ = [
|
|
1015
1017
|
9,
|
|
1016
1018
|
n0,
|
|
1017
1019
|
_LTR,
|
|
1018
1020
|
{ [_h]: ["POST", "/ListTaxRegistrations", 200] },
|
|
1019
|
-
() => ListTaxRegistrationsRequest
|
|
1020
|
-
() => ListTaxRegistrationsResponse
|
|
1021
|
+
() => ListTaxRegistrationsRequest$,
|
|
1022
|
+
() => ListTaxRegistrationsResponse$,
|
|
1021
1023
|
];
|
|
1022
|
-
var PutSupplementalTaxRegistration = [
|
|
1024
|
+
var PutSupplementalTaxRegistration$ = [
|
|
1023
1025
|
9,
|
|
1024
1026
|
n0,
|
|
1025
1027
|
_PSTR,
|
|
1026
1028
|
{ [_h]: ["POST", "/PutSupplementalTaxRegistration", 200] },
|
|
1027
|
-
() => PutSupplementalTaxRegistrationRequest
|
|
1028
|
-
() => PutSupplementalTaxRegistrationResponse
|
|
1029
|
+
() => PutSupplementalTaxRegistrationRequest$,
|
|
1030
|
+
() => PutSupplementalTaxRegistrationResponse$,
|
|
1029
1031
|
];
|
|
1030
|
-
var PutTaxExemption = [
|
|
1032
|
+
var PutTaxExemption$ = [
|
|
1031
1033
|
9,
|
|
1032
1034
|
n0,
|
|
1033
1035
|
_PTE,
|
|
1034
1036
|
{ [_h]: ["POST", "/PutTaxExemption", 200] },
|
|
1035
|
-
() => PutTaxExemptionRequest
|
|
1036
|
-
() => PutTaxExemptionResponse
|
|
1037
|
+
() => PutTaxExemptionRequest$,
|
|
1038
|
+
() => PutTaxExemptionResponse$,
|
|
1037
1039
|
];
|
|
1038
|
-
var PutTaxInheritance = [
|
|
1040
|
+
var PutTaxInheritance$ = [
|
|
1039
1041
|
9,
|
|
1040
1042
|
n0,
|
|
1041
1043
|
_PTI,
|
|
1042
1044
|
{ [_h]: ["POST", "/PutTaxInheritance", 200] },
|
|
1043
|
-
() => PutTaxInheritanceRequest
|
|
1044
|
-
() => PutTaxInheritanceResponse
|
|
1045
|
+
() => PutTaxInheritanceRequest$,
|
|
1046
|
+
() => PutTaxInheritanceResponse$,
|
|
1045
1047
|
];
|
|
1046
|
-
var PutTaxRegistration = [
|
|
1048
|
+
var PutTaxRegistration$ = [
|
|
1047
1049
|
9,
|
|
1048
1050
|
n0,
|
|
1049
1051
|
_PTR,
|
|
1050
1052
|
{ [_h]: ["POST", "/PutTaxRegistration", 200] },
|
|
1051
|
-
() => PutTaxRegistrationRequest
|
|
1052
|
-
() => PutTaxRegistrationResponse
|
|
1053
|
+
() => PutTaxRegistrationRequest$,
|
|
1054
|
+
() => PutTaxRegistrationResponse$,
|
|
1053
1055
|
];
|
|
1054
1056
|
|
|
1055
1057
|
class BatchDeleteTaxRegistrationCommand extends smithyClient.Command
|
|
@@ -1060,7 +1062,7 @@ class BatchDeleteTaxRegistrationCommand extends smithyClient.Command
|
|
|
1060
1062
|
})
|
|
1061
1063
|
.s("TaxSettings", "BatchDeleteTaxRegistration", {})
|
|
1062
1064
|
.n("TaxSettingsClient", "BatchDeleteTaxRegistrationCommand")
|
|
1063
|
-
.sc(BatchDeleteTaxRegistration)
|
|
1065
|
+
.sc(BatchDeleteTaxRegistration$)
|
|
1064
1066
|
.build() {
|
|
1065
1067
|
}
|
|
1066
1068
|
|
|
@@ -1072,7 +1074,7 @@ class BatchGetTaxExemptionsCommand extends smithyClient.Command
|
|
|
1072
1074
|
})
|
|
1073
1075
|
.s("TaxSettings", "BatchGetTaxExemptions", {})
|
|
1074
1076
|
.n("TaxSettingsClient", "BatchGetTaxExemptionsCommand")
|
|
1075
|
-
.sc(BatchGetTaxExemptions)
|
|
1077
|
+
.sc(BatchGetTaxExemptions$)
|
|
1076
1078
|
.build() {
|
|
1077
1079
|
}
|
|
1078
1080
|
|
|
@@ -1084,7 +1086,7 @@ class BatchPutTaxRegistrationCommand extends smithyClient.Command
|
|
|
1084
1086
|
})
|
|
1085
1087
|
.s("TaxSettings", "BatchPutTaxRegistration", {})
|
|
1086
1088
|
.n("TaxSettingsClient", "BatchPutTaxRegistrationCommand")
|
|
1087
|
-
.sc(BatchPutTaxRegistration)
|
|
1089
|
+
.sc(BatchPutTaxRegistration$)
|
|
1088
1090
|
.build() {
|
|
1089
1091
|
}
|
|
1090
1092
|
|
|
@@ -1096,7 +1098,7 @@ class DeleteSupplementalTaxRegistrationCommand extends smithyClient.Command
|
|
|
1096
1098
|
})
|
|
1097
1099
|
.s("TaxSettings", "DeleteSupplementalTaxRegistration", {})
|
|
1098
1100
|
.n("TaxSettingsClient", "DeleteSupplementalTaxRegistrationCommand")
|
|
1099
|
-
.sc(DeleteSupplementalTaxRegistration)
|
|
1101
|
+
.sc(DeleteSupplementalTaxRegistration$)
|
|
1100
1102
|
.build() {
|
|
1101
1103
|
}
|
|
1102
1104
|
|
|
@@ -1108,7 +1110,7 @@ class DeleteTaxRegistrationCommand extends smithyClient.Command
|
|
|
1108
1110
|
})
|
|
1109
1111
|
.s("TaxSettings", "DeleteTaxRegistration", {})
|
|
1110
1112
|
.n("TaxSettingsClient", "DeleteTaxRegistrationCommand")
|
|
1111
|
-
.sc(DeleteTaxRegistration)
|
|
1113
|
+
.sc(DeleteTaxRegistration$)
|
|
1112
1114
|
.build() {
|
|
1113
1115
|
}
|
|
1114
1116
|
|
|
@@ -1120,7 +1122,7 @@ class GetTaxExemptionTypesCommand extends smithyClient.Command
|
|
|
1120
1122
|
})
|
|
1121
1123
|
.s("TaxSettings", "GetTaxExemptionTypes", {})
|
|
1122
1124
|
.n("TaxSettingsClient", "GetTaxExemptionTypesCommand")
|
|
1123
|
-
.sc(GetTaxExemptionTypes)
|
|
1125
|
+
.sc(GetTaxExemptionTypes$)
|
|
1124
1126
|
.build() {
|
|
1125
1127
|
}
|
|
1126
1128
|
|
|
@@ -1132,7 +1134,7 @@ class GetTaxInheritanceCommand extends smithyClient.Command
|
|
|
1132
1134
|
})
|
|
1133
1135
|
.s("TaxSettings", "GetTaxInheritance", {})
|
|
1134
1136
|
.n("TaxSettingsClient", "GetTaxInheritanceCommand")
|
|
1135
|
-
.sc(GetTaxInheritance)
|
|
1137
|
+
.sc(GetTaxInheritance$)
|
|
1136
1138
|
.build() {
|
|
1137
1139
|
}
|
|
1138
1140
|
|
|
@@ -1144,7 +1146,7 @@ class GetTaxRegistrationCommand extends smithyClient.Command
|
|
|
1144
1146
|
})
|
|
1145
1147
|
.s("TaxSettings", "GetTaxRegistration", {})
|
|
1146
1148
|
.n("TaxSettingsClient", "GetTaxRegistrationCommand")
|
|
1147
|
-
.sc(GetTaxRegistration)
|
|
1149
|
+
.sc(GetTaxRegistration$)
|
|
1148
1150
|
.build() {
|
|
1149
1151
|
}
|
|
1150
1152
|
|
|
@@ -1156,7 +1158,7 @@ class GetTaxRegistrationDocumentCommand extends smithyClient.Command
|
|
|
1156
1158
|
})
|
|
1157
1159
|
.s("TaxSettings", "GetTaxRegistrationDocument", {})
|
|
1158
1160
|
.n("TaxSettingsClient", "GetTaxRegistrationDocumentCommand")
|
|
1159
|
-
.sc(GetTaxRegistrationDocument)
|
|
1161
|
+
.sc(GetTaxRegistrationDocument$)
|
|
1160
1162
|
.build() {
|
|
1161
1163
|
}
|
|
1162
1164
|
|
|
@@ -1168,7 +1170,7 @@ class ListSupplementalTaxRegistrationsCommand extends smithyClient.Command
|
|
|
1168
1170
|
})
|
|
1169
1171
|
.s("TaxSettings", "ListSupplementalTaxRegistrations", {})
|
|
1170
1172
|
.n("TaxSettingsClient", "ListSupplementalTaxRegistrationsCommand")
|
|
1171
|
-
.sc(ListSupplementalTaxRegistrations)
|
|
1173
|
+
.sc(ListSupplementalTaxRegistrations$)
|
|
1172
1174
|
.build() {
|
|
1173
1175
|
}
|
|
1174
1176
|
|
|
@@ -1180,7 +1182,7 @@ class ListTaxExemptionsCommand extends smithyClient.Command
|
|
|
1180
1182
|
})
|
|
1181
1183
|
.s("TaxSettings", "ListTaxExemptions", {})
|
|
1182
1184
|
.n("TaxSettingsClient", "ListTaxExemptionsCommand")
|
|
1183
|
-
.sc(ListTaxExemptions)
|
|
1185
|
+
.sc(ListTaxExemptions$)
|
|
1184
1186
|
.build() {
|
|
1185
1187
|
}
|
|
1186
1188
|
|
|
@@ -1192,7 +1194,7 @@ class ListTaxRegistrationsCommand extends smithyClient.Command
|
|
|
1192
1194
|
})
|
|
1193
1195
|
.s("TaxSettings", "ListTaxRegistrations", {})
|
|
1194
1196
|
.n("TaxSettingsClient", "ListTaxRegistrationsCommand")
|
|
1195
|
-
.sc(ListTaxRegistrations)
|
|
1197
|
+
.sc(ListTaxRegistrations$)
|
|
1196
1198
|
.build() {
|
|
1197
1199
|
}
|
|
1198
1200
|
|
|
@@ -1204,7 +1206,7 @@ class PutSupplementalTaxRegistrationCommand extends smithyClient.Command
|
|
|
1204
1206
|
})
|
|
1205
1207
|
.s("TaxSettings", "PutSupplementalTaxRegistration", {})
|
|
1206
1208
|
.n("TaxSettingsClient", "PutSupplementalTaxRegistrationCommand")
|
|
1207
|
-
.sc(PutSupplementalTaxRegistration)
|
|
1209
|
+
.sc(PutSupplementalTaxRegistration$)
|
|
1208
1210
|
.build() {
|
|
1209
1211
|
}
|
|
1210
1212
|
|
|
@@ -1216,7 +1218,7 @@ class PutTaxExemptionCommand extends smithyClient.Command
|
|
|
1216
1218
|
})
|
|
1217
1219
|
.s("TaxSettings", "PutTaxExemption", {})
|
|
1218
1220
|
.n("TaxSettingsClient", "PutTaxExemptionCommand")
|
|
1219
|
-
.sc(PutTaxExemption)
|
|
1221
|
+
.sc(PutTaxExemption$)
|
|
1220
1222
|
.build() {
|
|
1221
1223
|
}
|
|
1222
1224
|
|
|
@@ -1228,7 +1230,7 @@ class PutTaxInheritanceCommand extends smithyClient.Command
|
|
|
1228
1230
|
})
|
|
1229
1231
|
.s("TaxSettings", "PutTaxInheritance", {})
|
|
1230
1232
|
.n("TaxSettingsClient", "PutTaxInheritanceCommand")
|
|
1231
|
-
.sc(PutTaxInheritance)
|
|
1233
|
+
.sc(PutTaxInheritance$)
|
|
1232
1234
|
.build() {
|
|
1233
1235
|
}
|
|
1234
1236
|
|
|
@@ -1240,7 +1242,7 @@ class PutTaxRegistrationCommand extends smithyClient.Command
|
|
|
1240
1242
|
})
|
|
1241
1243
|
.s("TaxSettings", "PutTaxRegistration", {})
|
|
1242
1244
|
.n("TaxSettingsClient", "PutTaxRegistrationCommand")
|
|
1243
|
-
.sc(PutTaxRegistration)
|
|
1245
|
+
.sc(PutTaxRegistration$)
|
|
1244
1246
|
.build() {
|
|
1245
1247
|
}
|
|
1246
1248
|
|
|
@@ -1380,51 +1382,154 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1380
1382
|
enumerable: true,
|
|
1381
1383
|
get: function () { return smithyClient.Client; }
|
|
1382
1384
|
});
|
|
1383
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1385
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1386
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1387
|
+
exports.AccountDetails$ = AccountDetails$;
|
|
1388
|
+
exports.AccountMetaData$ = AccountMetaData$;
|
|
1389
|
+
exports.AdditionalInfoRequest$ = AdditionalInfoRequest$;
|
|
1390
|
+
exports.AdditionalInfoResponse$ = AdditionalInfoResponse$;
|
|
1391
|
+
exports.Address$ = Address$;
|
|
1384
1392
|
exports.AddressRoleType = AddressRoleType;
|
|
1385
|
-
exports.AttachmentUploadException = AttachmentUploadException
|
|
1393
|
+
exports.AttachmentUploadException = AttachmentUploadException;
|
|
1394
|
+
exports.AttachmentUploadException$ = AttachmentUploadException$;
|
|
1395
|
+
exports.Authority$ = Authority$;
|
|
1396
|
+
exports.BatchDeleteTaxRegistration$ = BatchDeleteTaxRegistration$;
|
|
1386
1397
|
exports.BatchDeleteTaxRegistrationCommand = BatchDeleteTaxRegistrationCommand;
|
|
1398
|
+
exports.BatchDeleteTaxRegistrationError$ = BatchDeleteTaxRegistrationError$;
|
|
1399
|
+
exports.BatchDeleteTaxRegistrationRequest$ = BatchDeleteTaxRegistrationRequest$;
|
|
1400
|
+
exports.BatchDeleteTaxRegistrationResponse$ = BatchDeleteTaxRegistrationResponse$;
|
|
1401
|
+
exports.BatchGetTaxExemptions$ = BatchGetTaxExemptions$;
|
|
1387
1402
|
exports.BatchGetTaxExemptionsCommand = BatchGetTaxExemptionsCommand;
|
|
1403
|
+
exports.BatchGetTaxExemptionsRequest$ = BatchGetTaxExemptionsRequest$;
|
|
1404
|
+
exports.BatchGetTaxExemptionsResponse$ = BatchGetTaxExemptionsResponse$;
|
|
1405
|
+
exports.BatchPutTaxRegistration$ = BatchPutTaxRegistration$;
|
|
1388
1406
|
exports.BatchPutTaxRegistrationCommand = BatchPutTaxRegistrationCommand;
|
|
1389
|
-
exports.
|
|
1390
|
-
exports.
|
|
1407
|
+
exports.BatchPutTaxRegistrationError$ = BatchPutTaxRegistrationError$;
|
|
1408
|
+
exports.BatchPutTaxRegistrationRequest$ = BatchPutTaxRegistrationRequest$;
|
|
1409
|
+
exports.BatchPutTaxRegistrationResponse$ = BatchPutTaxRegistrationResponse$;
|
|
1410
|
+
exports.BrazilAdditionalInfo$ = BrazilAdditionalInfo$;
|
|
1411
|
+
exports.CanadaAdditionalInfo$ = CanadaAdditionalInfo$;
|
|
1412
|
+
exports.CaseCreationLimitExceededException = CaseCreationLimitExceededException;
|
|
1413
|
+
exports.CaseCreationLimitExceededException$ = CaseCreationLimitExceededException$;
|
|
1414
|
+
exports.ConflictException = ConflictException;
|
|
1415
|
+
exports.ConflictException$ = ConflictException$;
|
|
1416
|
+
exports.DeleteSupplementalTaxRegistration$ = DeleteSupplementalTaxRegistration$;
|
|
1391
1417
|
exports.DeleteSupplementalTaxRegistrationCommand = DeleteSupplementalTaxRegistrationCommand;
|
|
1418
|
+
exports.DeleteSupplementalTaxRegistrationRequest$ = DeleteSupplementalTaxRegistrationRequest$;
|
|
1419
|
+
exports.DeleteSupplementalTaxRegistrationResponse$ = DeleteSupplementalTaxRegistrationResponse$;
|
|
1420
|
+
exports.DeleteTaxRegistration$ = DeleteTaxRegistration$;
|
|
1392
1421
|
exports.DeleteTaxRegistrationCommand = DeleteTaxRegistrationCommand;
|
|
1422
|
+
exports.DeleteTaxRegistrationRequest$ = DeleteTaxRegistrationRequest$;
|
|
1423
|
+
exports.DeleteTaxRegistrationResponse$ = DeleteTaxRegistrationResponse$;
|
|
1424
|
+
exports.DestinationS3Location$ = DestinationS3Location$;
|
|
1425
|
+
exports.EgyptAdditionalInfo$ = EgyptAdditionalInfo$;
|
|
1393
1426
|
exports.EntityExemptionAccountStatus = EntityExemptionAccountStatus;
|
|
1427
|
+
exports.EstoniaAdditionalInfo$ = EstoniaAdditionalInfo$;
|
|
1428
|
+
exports.ExemptionCertificate$ = ExemptionCertificate$;
|
|
1429
|
+
exports.GeorgiaAdditionalInfo$ = GeorgiaAdditionalInfo$;
|
|
1430
|
+
exports.GetTaxExemptionTypes$ = GetTaxExemptionTypes$;
|
|
1394
1431
|
exports.GetTaxExemptionTypesCommand = GetTaxExemptionTypesCommand;
|
|
1432
|
+
exports.GetTaxExemptionTypesRequest$ = GetTaxExemptionTypesRequest$;
|
|
1433
|
+
exports.GetTaxExemptionTypesResponse$ = GetTaxExemptionTypesResponse$;
|
|
1434
|
+
exports.GetTaxInheritance$ = GetTaxInheritance$;
|
|
1395
1435
|
exports.GetTaxInheritanceCommand = GetTaxInheritanceCommand;
|
|
1436
|
+
exports.GetTaxInheritanceRequest$ = GetTaxInheritanceRequest$;
|
|
1437
|
+
exports.GetTaxInheritanceResponse$ = GetTaxInheritanceResponse$;
|
|
1438
|
+
exports.GetTaxRegistration$ = GetTaxRegistration$;
|
|
1396
1439
|
exports.GetTaxRegistrationCommand = GetTaxRegistrationCommand;
|
|
1440
|
+
exports.GetTaxRegistrationDocument$ = GetTaxRegistrationDocument$;
|
|
1397
1441
|
exports.GetTaxRegistrationDocumentCommand = GetTaxRegistrationDocumentCommand;
|
|
1442
|
+
exports.GetTaxRegistrationDocumentRequest$ = GetTaxRegistrationDocumentRequest$;
|
|
1443
|
+
exports.GetTaxRegistrationDocumentResponse$ = GetTaxRegistrationDocumentResponse$;
|
|
1444
|
+
exports.GetTaxRegistrationRequest$ = GetTaxRegistrationRequest$;
|
|
1445
|
+
exports.GetTaxRegistrationResponse$ = GetTaxRegistrationResponse$;
|
|
1446
|
+
exports.GreeceAdditionalInfo$ = GreeceAdditionalInfo$;
|
|
1398
1447
|
exports.HeritageStatus = HeritageStatus;
|
|
1448
|
+
exports.IndiaAdditionalInfo$ = IndiaAdditionalInfo$;
|
|
1449
|
+
exports.IndonesiaAdditionalInfo$ = IndonesiaAdditionalInfo$;
|
|
1399
1450
|
exports.IndonesiaTaxRegistrationNumberType = IndonesiaTaxRegistrationNumberType;
|
|
1400
1451
|
exports.Industries = Industries;
|
|
1401
|
-
exports.InternalServerException = InternalServerException
|
|
1452
|
+
exports.InternalServerException = InternalServerException;
|
|
1453
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1454
|
+
exports.IsraelAdditionalInfo$ = IsraelAdditionalInfo$;
|
|
1402
1455
|
exports.IsraelCustomerType = IsraelCustomerType;
|
|
1403
1456
|
exports.IsraelDealerType = IsraelDealerType;
|
|
1457
|
+
exports.ItalyAdditionalInfo$ = ItalyAdditionalInfo$;
|
|
1458
|
+
exports.Jurisdiction$ = Jurisdiction$;
|
|
1459
|
+
exports.KenyaAdditionalInfo$ = KenyaAdditionalInfo$;
|
|
1460
|
+
exports.ListSupplementalTaxRegistrations$ = ListSupplementalTaxRegistrations$;
|
|
1404
1461
|
exports.ListSupplementalTaxRegistrationsCommand = ListSupplementalTaxRegistrationsCommand;
|
|
1462
|
+
exports.ListSupplementalTaxRegistrationsRequest$ = ListSupplementalTaxRegistrationsRequest$;
|
|
1463
|
+
exports.ListSupplementalTaxRegistrationsResponse$ = ListSupplementalTaxRegistrationsResponse$;
|
|
1464
|
+
exports.ListTaxExemptions$ = ListTaxExemptions$;
|
|
1405
1465
|
exports.ListTaxExemptionsCommand = ListTaxExemptionsCommand;
|
|
1466
|
+
exports.ListTaxExemptionsRequest$ = ListTaxExemptionsRequest$;
|
|
1467
|
+
exports.ListTaxExemptionsResponse$ = ListTaxExemptionsResponse$;
|
|
1468
|
+
exports.ListTaxRegistrations$ = ListTaxRegistrations$;
|
|
1406
1469
|
exports.ListTaxRegistrationsCommand = ListTaxRegistrationsCommand;
|
|
1470
|
+
exports.ListTaxRegistrationsRequest$ = ListTaxRegistrationsRequest$;
|
|
1471
|
+
exports.ListTaxRegistrationsResponse$ = ListTaxRegistrationsResponse$;
|
|
1472
|
+
exports.MalaysiaAdditionalInfo$ = MalaysiaAdditionalInfo$;
|
|
1407
1473
|
exports.MalaysiaServiceTaxCode = MalaysiaServiceTaxCode;
|
|
1408
1474
|
exports.PersonType = PersonType;
|
|
1475
|
+
exports.PolandAdditionalInfo$ = PolandAdditionalInfo$;
|
|
1476
|
+
exports.PutSupplementalTaxRegistration$ = PutSupplementalTaxRegistration$;
|
|
1409
1477
|
exports.PutSupplementalTaxRegistrationCommand = PutSupplementalTaxRegistrationCommand;
|
|
1478
|
+
exports.PutSupplementalTaxRegistrationRequest$ = PutSupplementalTaxRegistrationRequest$;
|
|
1479
|
+
exports.PutSupplementalTaxRegistrationResponse$ = PutSupplementalTaxRegistrationResponse$;
|
|
1480
|
+
exports.PutTaxExemption$ = PutTaxExemption$;
|
|
1410
1481
|
exports.PutTaxExemptionCommand = PutTaxExemptionCommand;
|
|
1482
|
+
exports.PutTaxExemptionRequest$ = PutTaxExemptionRequest$;
|
|
1483
|
+
exports.PutTaxExemptionResponse$ = PutTaxExemptionResponse$;
|
|
1484
|
+
exports.PutTaxInheritance$ = PutTaxInheritance$;
|
|
1411
1485
|
exports.PutTaxInheritanceCommand = PutTaxInheritanceCommand;
|
|
1486
|
+
exports.PutTaxInheritanceRequest$ = PutTaxInheritanceRequest$;
|
|
1487
|
+
exports.PutTaxInheritanceResponse$ = PutTaxInheritanceResponse$;
|
|
1488
|
+
exports.PutTaxRegistration$ = PutTaxRegistration$;
|
|
1412
1489
|
exports.PutTaxRegistrationCommand = PutTaxRegistrationCommand;
|
|
1490
|
+
exports.PutTaxRegistrationRequest$ = PutTaxRegistrationRequest$;
|
|
1491
|
+
exports.PutTaxRegistrationResponse$ = PutTaxRegistrationResponse$;
|
|
1413
1492
|
exports.RegistrationType = RegistrationType;
|
|
1414
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
1493
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1494
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1495
|
+
exports.RomaniaAdditionalInfo$ = RomaniaAdditionalInfo$;
|
|
1496
|
+
exports.SaudiArabiaAdditionalInfo$ = SaudiArabiaAdditionalInfo$;
|
|
1415
1497
|
exports.SaudiArabiaTaxRegistrationNumberType = SaudiArabiaTaxRegistrationNumberType;
|
|
1416
1498
|
exports.Sector = Sector;
|
|
1499
|
+
exports.SourceS3Location$ = SourceS3Location$;
|
|
1500
|
+
exports.SouthKoreaAdditionalInfo$ = SouthKoreaAdditionalInfo$;
|
|
1501
|
+
exports.SpainAdditionalInfo$ = SpainAdditionalInfo$;
|
|
1502
|
+
exports.SupplementalTaxRegistration$ = SupplementalTaxRegistration$;
|
|
1503
|
+
exports.SupplementalTaxRegistrationEntry$ = SupplementalTaxRegistrationEntry$;
|
|
1417
1504
|
exports.SupplementalTaxRegistrationType = SupplementalTaxRegistrationType;
|
|
1505
|
+
exports.TaxDocumentMetadata$ = TaxDocumentMetadata$;
|
|
1506
|
+
exports.TaxExemption$ = TaxExemption$;
|
|
1507
|
+
exports.TaxExemptionDetails$ = TaxExemptionDetails$;
|
|
1508
|
+
exports.TaxExemptionType$ = TaxExemptionType$;
|
|
1509
|
+
exports.TaxInheritanceDetails$ = TaxInheritanceDetails$;
|
|
1510
|
+
exports.TaxRegistration$ = TaxRegistration$;
|
|
1511
|
+
exports.TaxRegistrationDocFile$ = TaxRegistrationDocFile$;
|
|
1512
|
+
exports.TaxRegistrationDocument$ = TaxRegistrationDocument$;
|
|
1513
|
+
exports.TaxRegistrationEntry$ = TaxRegistrationEntry$;
|
|
1418
1514
|
exports.TaxRegistrationNumberType = TaxRegistrationNumberType;
|
|
1419
1515
|
exports.TaxRegistrationStatus = TaxRegistrationStatus;
|
|
1420
1516
|
exports.TaxRegistrationType = TaxRegistrationType;
|
|
1517
|
+
exports.TaxRegistrationWithJurisdiction$ = TaxRegistrationWithJurisdiction$;
|
|
1421
1518
|
exports.TaxSettings = TaxSettings;
|
|
1422
1519
|
exports.TaxSettingsClient = TaxSettingsClient;
|
|
1423
|
-
exports.TaxSettingsServiceException = TaxSettingsServiceException
|
|
1520
|
+
exports.TaxSettingsServiceException = TaxSettingsServiceException;
|
|
1521
|
+
exports.TaxSettingsServiceException$ = TaxSettingsServiceException$;
|
|
1522
|
+
exports.TurkeyAdditionalInfo$ = TurkeyAdditionalInfo$;
|
|
1523
|
+
exports.UkraineAdditionalInfo$ = UkraineAdditionalInfo$;
|
|
1424
1524
|
exports.UkraineTrnType = UkraineTrnType;
|
|
1525
|
+
exports.UzbekistanAdditionalInfo$ = UzbekistanAdditionalInfo$;
|
|
1425
1526
|
exports.UzbekistanTaxRegistrationNumberType = UzbekistanTaxRegistrationNumberType;
|
|
1426
|
-
exports.ValidationException = ValidationException
|
|
1527
|
+
exports.ValidationException = ValidationException;
|
|
1528
|
+
exports.ValidationException$ = ValidationException$;
|
|
1427
1529
|
exports.ValidationExceptionErrorCode = ValidationExceptionErrorCode;
|
|
1530
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
1531
|
+
exports.VerificationDetails$ = VerificationDetails$;
|
|
1532
|
+
exports.VietnamAdditionalInfo$ = VietnamAdditionalInfo$;
|
|
1428
1533
|
exports.paginateListSupplementalTaxRegistrations = paginateListSupplementalTaxRegistrations;
|
|
1429
1534
|
exports.paginateListTaxExemptions = paginateListTaxExemptions;
|
|
1430
1535
|
exports.paginateListTaxRegistrations = paginateListTaxRegistrations;
|