@aws-sdk/client-taxsettings 3.782.0 → 3.785.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/models/models_0.js +5 -1
- package/dist-es/models/models_0.js +4 -0
- package/dist-types/commands/BatchPutTaxRegistrationCommand.d.ts +4 -0
- package/dist-types/commands/GetTaxRegistrationCommand.d.ts +4 -0
- package/dist-types/commands/ListTaxRegistrationsCommand.d.ts +4 -0
- package/dist-types/commands/PutTaxRegistrationCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +48 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutTaxRegistrationRequestFilterSensitiveLog = exports.PutSupplementalTaxRegistrationRequestFilterSensitiveLog = exports.SupplementalTaxRegistrationEntryFilterSensitiveLog = exports.ListTaxRegistrationsResponseFilterSensitiveLog = exports.ListSupplementalTaxRegistrationsResponseFilterSensitiveLog = exports.SupplementalTaxRegistrationFilterSensitiveLog = exports.GetTaxRegistrationResponseFilterSensitiveLog = exports.TaxRegistrationFilterSensitiveLog = exports.BatchPutTaxRegistrationResponseFilterSensitiveLog = exports.BatchPutTaxRegistrationErrorFilterSensitiveLog = exports.BatchPutTaxRegistrationRequestFilterSensitiveLog = exports.TaxRegistrationEntryFilterSensitiveLog = exports.BatchDeleteTaxRegistrationResponseFilterSensitiveLog = exports.BatchDeleteTaxRegistrationErrorFilterSensitiveLog = exports.AccountDetailsFilterSensitiveLog = exports.TaxRegistrationWithJurisdictionFilterSensitiveLog = exports.AccountMetaDataFilterSensitiveLog = exports.SupplementalTaxRegistrationType = exports.HeritageStatus = exports.CaseCreationLimitExceededException = exports.ResourceNotFoundException = exports.EntityExemptionAccountStatus = exports.ValidationException = exports.ValidationExceptionErrorCode = exports.InternalServerException = exports.ConflictException = exports.AttachmentUploadException = exports.TaxRegistrationStatus = exports.Sector = exports.TaxRegistrationType = exports.UkraineTrnType = exports.Industries = exports.RegistrationType = exports.SaudiArabiaTaxRegistrationNumberType = exports.TaxRegistrationNumberType = exports.MalaysiaServiceTaxCode = exports.IsraelDealerType = exports.IsraelCustomerType = exports.PersonType = exports.AddressRoleType = exports.AccessDeniedException = void 0;
|
|
3
|
+
exports.PutTaxRegistrationRequestFilterSensitiveLog = exports.PutSupplementalTaxRegistrationRequestFilterSensitiveLog = exports.SupplementalTaxRegistrationEntryFilterSensitiveLog = exports.ListTaxRegistrationsResponseFilterSensitiveLog = exports.ListSupplementalTaxRegistrationsResponseFilterSensitiveLog = exports.SupplementalTaxRegistrationFilterSensitiveLog = exports.GetTaxRegistrationResponseFilterSensitiveLog = exports.TaxRegistrationFilterSensitiveLog = exports.BatchPutTaxRegistrationResponseFilterSensitiveLog = exports.BatchPutTaxRegistrationErrorFilterSensitiveLog = exports.BatchPutTaxRegistrationRequestFilterSensitiveLog = exports.TaxRegistrationEntryFilterSensitiveLog = exports.BatchDeleteTaxRegistrationResponseFilterSensitiveLog = exports.BatchDeleteTaxRegistrationErrorFilterSensitiveLog = exports.AccountDetailsFilterSensitiveLog = exports.TaxRegistrationWithJurisdictionFilterSensitiveLog = exports.AccountMetaDataFilterSensitiveLog = exports.SupplementalTaxRegistrationType = exports.HeritageStatus = exports.CaseCreationLimitExceededException = exports.ResourceNotFoundException = exports.EntityExemptionAccountStatus = exports.ValidationException = exports.ValidationExceptionErrorCode = exports.InternalServerException = exports.ConflictException = exports.AttachmentUploadException = exports.TaxRegistrationStatus = exports.Sector = exports.TaxRegistrationType = exports.UzbekistanTaxRegistrationNumberType = exports.UkraineTrnType = exports.Industries = exports.RegistrationType = exports.SaudiArabiaTaxRegistrationNumberType = exports.TaxRegistrationNumberType = exports.MalaysiaServiceTaxCode = exports.IsraelDealerType = exports.IsraelCustomerType = exports.PersonType = exports.AddressRoleType = exports.AccessDeniedException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const TaxSettingsServiceException_1 = require("./TaxSettingsServiceException");
|
|
6
6
|
class AccessDeniedException extends TaxSettingsServiceException_1.TaxSettingsServiceException {
|
|
@@ -65,6 +65,10 @@ exports.UkraineTrnType = {
|
|
|
65
65
|
BUSINESS: "Business",
|
|
66
66
|
INDIVIDUAL: "Individual",
|
|
67
67
|
};
|
|
68
|
+
exports.UzbekistanTaxRegistrationNumberType = {
|
|
69
|
+
BUSINESS: "Business",
|
|
70
|
+
INDIVIDUAL: "Individual",
|
|
71
|
+
};
|
|
68
72
|
exports.TaxRegistrationType = {
|
|
69
73
|
CNPJ: "CNPJ",
|
|
70
74
|
CPF: "CPF",
|
|
@@ -61,6 +61,10 @@ export const UkraineTrnType = {
|
|
|
61
61
|
BUSINESS: "Business",
|
|
62
62
|
INDIVIDUAL: "Individual",
|
|
63
63
|
};
|
|
64
|
+
export const UzbekistanTaxRegistrationNumberType = {
|
|
65
|
+
BUSINESS: "Business",
|
|
66
|
+
INDIVIDUAL: "Individual",
|
|
67
|
+
};
|
|
64
68
|
export const TaxRegistrationType = {
|
|
65
69
|
CNPJ: "CNPJ",
|
|
66
70
|
CPF: "CPF",
|
|
@@ -308,6 +308,10 @@ declare const BatchPutTaxRegistrationCommand_base: {
|
|
|
308
308
|
* greeceAdditionalInfo: { // GreeceAdditionalInfo
|
|
309
309
|
* contractingAuthorityCode: "STRING_VALUE",
|
|
310
310
|
* },
|
|
311
|
+
* uzbekistanAdditionalInfo: { // UzbekistanAdditionalInfo
|
|
312
|
+
* taxRegistrationNumberType: "Business" || "Individual",
|
|
313
|
+
* vatRegistrationNumber: "STRING_VALUE",
|
|
314
|
+
* },
|
|
311
315
|
* },
|
|
312
316
|
* verificationDetails: { // VerificationDetails
|
|
313
317
|
* dateOfBirth: "STRING_VALUE",
|
|
@@ -133,6 +133,10 @@ declare const GetTaxRegistrationCommand_base: {
|
|
|
133
133
|
* // greeceAdditionalInfo: { // GreeceAdditionalInfo
|
|
134
134
|
* // contractingAuthorityCode: "STRING_VALUE",
|
|
135
135
|
* // },
|
|
136
|
+
* // uzbekistanAdditionalInfo: { // UzbekistanAdditionalInfo
|
|
137
|
+
* // taxRegistrationNumberType: "Business" || "Individual",
|
|
138
|
+
* // vatRegistrationNumber: "STRING_VALUE",
|
|
139
|
+
* // },
|
|
136
140
|
* // },
|
|
137
141
|
* // legalAddress: { // Address
|
|
138
142
|
* // addressLine1: "STRING_VALUE", // required
|
|
@@ -139,6 +139,10 @@ declare const ListTaxRegistrationsCommand_base: {
|
|
|
139
139
|
* // greeceAdditionalInfo: { // GreeceAdditionalInfo
|
|
140
140
|
* // contractingAuthorityCode: "STRING_VALUE",
|
|
141
141
|
* // },
|
|
142
|
+
* // uzbekistanAdditionalInfo: { // UzbekistanAdditionalInfo
|
|
143
|
+
* // taxRegistrationNumberType: "Business" || "Individual",
|
|
144
|
+
* // vatRegistrationNumber: "STRING_VALUE",
|
|
145
|
+
* // },
|
|
142
146
|
* // },
|
|
143
147
|
* // jurisdiction: { // Jurisdiction
|
|
144
148
|
* // stateOrRegion: "STRING_VALUE",
|
|
@@ -305,6 +305,10 @@ declare const PutTaxRegistrationCommand_base: {
|
|
|
305
305
|
* greeceAdditionalInfo: { // GreeceAdditionalInfo
|
|
306
306
|
* contractingAuthorityCode: "STRING_VALUE",
|
|
307
307
|
* },
|
|
308
|
+
* uzbekistanAdditionalInfo: { // UzbekistanAdditionalInfo
|
|
309
|
+
* taxRegistrationNumberType: "Business" || "Individual",
|
|
310
|
+
* vatRegistrationNumber: "STRING_VALUE",
|
|
311
|
+
* },
|
|
308
312
|
* },
|
|
309
313
|
* verificationDetails: { // VerificationDetails
|
|
310
314
|
* dateOfBirth: "STRING_VALUE",
|
|
@@ -635,6 +635,40 @@ export interface UkraineAdditionalInfo {
|
|
|
635
635
|
*/
|
|
636
636
|
ukraineTrnType: UkraineTrnType | undefined;
|
|
637
637
|
}
|
|
638
|
+
/**
|
|
639
|
+
* @public
|
|
640
|
+
* @enum
|
|
641
|
+
*/
|
|
642
|
+
export declare const UzbekistanTaxRegistrationNumberType: {
|
|
643
|
+
readonly BUSINESS: "Business";
|
|
644
|
+
readonly INDIVIDUAL: "Individual";
|
|
645
|
+
};
|
|
646
|
+
/**
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
export type UzbekistanTaxRegistrationNumberType = (typeof UzbekistanTaxRegistrationNumberType)[keyof typeof UzbekistanTaxRegistrationNumberType];
|
|
650
|
+
/**
|
|
651
|
+
* <p>
|
|
652
|
+
* Additional tax information to specify for a TRN in Uzbekistan.
|
|
653
|
+
* </p>
|
|
654
|
+
* @public
|
|
655
|
+
*/
|
|
656
|
+
export interface UzbekistanAdditionalInfo {
|
|
657
|
+
/**
|
|
658
|
+
* <p>
|
|
659
|
+
* The tax registration number type. The tax registration number type valid values are <code>Business</code> and <code>Individual</code>.
|
|
660
|
+
* </p>
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
663
|
+
taxRegistrationNumberType?: UzbekistanTaxRegistrationNumberType | undefined;
|
|
664
|
+
/**
|
|
665
|
+
* <p>
|
|
666
|
+
* The unique 12-digit number issued to identify VAT-registered identities in Uzbekistan.
|
|
667
|
+
* </p>
|
|
668
|
+
* @public
|
|
669
|
+
*/
|
|
670
|
+
vatRegistrationNumber?: string | undefined;
|
|
671
|
+
}
|
|
638
672
|
/**
|
|
639
673
|
* <p>Additional tax information to specify for a TRN in Vietnam.</p>
|
|
640
674
|
* @public
|
|
@@ -780,6 +814,13 @@ export interface AdditionalInfoResponse {
|
|
|
780
814
|
* @public
|
|
781
815
|
*/
|
|
782
816
|
greeceAdditionalInfo?: GreeceAdditionalInfo | undefined;
|
|
817
|
+
/**
|
|
818
|
+
* <p>
|
|
819
|
+
* Additional tax information associated with your TRN in Uzbekistan.
|
|
820
|
+
* </p>
|
|
821
|
+
* @public
|
|
822
|
+
*/
|
|
823
|
+
uzbekistanAdditionalInfo?: UzbekistanAdditionalInfo | undefined;
|
|
783
824
|
}
|
|
784
825
|
/**
|
|
785
826
|
* @public
|
|
@@ -1040,6 +1081,13 @@ export interface AdditionalInfoRequest {
|
|
|
1040
1081
|
* @public
|
|
1041
1082
|
*/
|
|
1042
1083
|
greeceAdditionalInfo?: GreeceAdditionalInfo | undefined;
|
|
1084
|
+
/**
|
|
1085
|
+
* <p>
|
|
1086
|
+
* Additional tax information to specify for a TRN in Uzbekistan.
|
|
1087
|
+
* </p>
|
|
1088
|
+
* @public
|
|
1089
|
+
*/
|
|
1090
|
+
uzbekistanAdditionalInfo?: UzbekistanAdditionalInfo | undefined;
|
|
1043
1091
|
}
|
|
1044
1092
|
/**
|
|
1045
1093
|
* <p>Failed to upload the tax exemption document to Amazon Web ServicesSupport case.
|
|
@@ -170,6 +170,16 @@ export type UkraineTrnType =
|
|
|
170
170
|
export interface UkraineAdditionalInfo {
|
|
171
171
|
ukraineTrnType: UkraineTrnType | undefined;
|
|
172
172
|
}
|
|
173
|
+
export declare const UzbekistanTaxRegistrationNumberType: {
|
|
174
|
+
readonly BUSINESS: "Business";
|
|
175
|
+
readonly INDIVIDUAL: "Individual";
|
|
176
|
+
};
|
|
177
|
+
export type UzbekistanTaxRegistrationNumberType =
|
|
178
|
+
(typeof UzbekistanTaxRegistrationNumberType)[keyof typeof UzbekistanTaxRegistrationNumberType];
|
|
179
|
+
export interface UzbekistanAdditionalInfo {
|
|
180
|
+
taxRegistrationNumberType?: UzbekistanTaxRegistrationNumberType | undefined;
|
|
181
|
+
vatRegistrationNumber?: string | undefined;
|
|
182
|
+
}
|
|
173
183
|
export interface VietnamAdditionalInfo {
|
|
174
184
|
enterpriseIdentificationNumber?: string | undefined;
|
|
175
185
|
electronicTransactionCodeNumber?: string | undefined;
|
|
@@ -196,6 +206,7 @@ export interface AdditionalInfoResponse {
|
|
|
196
206
|
vietnamAdditionalInfo?: VietnamAdditionalInfo | undefined;
|
|
197
207
|
egyptAdditionalInfo?: EgyptAdditionalInfo | undefined;
|
|
198
208
|
greeceAdditionalInfo?: GreeceAdditionalInfo | undefined;
|
|
209
|
+
uzbekistanAdditionalInfo?: UzbekistanAdditionalInfo | undefined;
|
|
199
210
|
}
|
|
200
211
|
export declare const TaxRegistrationType: {
|
|
201
212
|
readonly CNPJ: "CNPJ";
|
|
@@ -261,6 +272,7 @@ export interface AdditionalInfoRequest {
|
|
|
261
272
|
vietnamAdditionalInfo?: VietnamAdditionalInfo | undefined;
|
|
262
273
|
egyptAdditionalInfo?: EgyptAdditionalInfo | undefined;
|
|
263
274
|
greeceAdditionalInfo?: GreeceAdditionalInfo | undefined;
|
|
275
|
+
uzbekistanAdditionalInfo?: UzbekistanAdditionalInfo | undefined;
|
|
264
276
|
}
|
|
265
277
|
export declare class AttachmentUploadException extends __BaseException {
|
|
266
278
|
readonly name: "AttachmentUploadException";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-taxsettings",
|
|
3
3
|
"description": "AWS SDK for JavaScript Taxsettings Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.785.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|