@seidor-cloud-produtos/tax-core 1.0.13 → 1.0.14
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/index.d.mts +14 -2
- package/dist/index.d.ts +14 -2
- package/dist/index.js +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -535,6 +535,7 @@ declare namespace CountryCodeEnum {
|
|
|
535
535
|
|
|
536
536
|
declare enum MunicipalObligationIdEnum {
|
|
537
537
|
DDS = "DDS",
|
|
538
|
+
DNR = "DNR",
|
|
538
539
|
DES_BH = "DES-BH",
|
|
539
540
|
DST = "DST",
|
|
540
541
|
DISTRITO_FEDERAL = "DISTRITO_FEDERAL",
|
|
@@ -544,20 +545,29 @@ declare enum MunicipalObligationIdEnum {
|
|
|
544
545
|
NFTS_SP = "NFTS",
|
|
545
546
|
CURITIBA = "CURITIBA",
|
|
546
547
|
FORTALEZA = "FORTALEZA",
|
|
548
|
+
NATAL = "NATAL",
|
|
549
|
+
BAURU = "BAURU",
|
|
550
|
+
BELEM_PA = "BELEM_PA",
|
|
547
551
|
RIO_DE_JANEIRO = "RIO_DE_JANEIRO",
|
|
548
|
-
RECIFE = "RECIFE"
|
|
552
|
+
RECIFE = "RECIFE",
|
|
553
|
+
SAO_BERNARDO_DO_CAMPO = "SAO_BERNARDO_DO_CAMPO",
|
|
554
|
+
FLORIANOPOLIS = "FLORIANOPOLIS"
|
|
549
555
|
}
|
|
550
556
|
|
|
551
557
|
declare enum MunicipalObligationNameEnum {
|
|
552
558
|
DES = "DES",
|
|
553
559
|
ISS = "ISS",
|
|
560
|
+
ISSE = "ISS-e",
|
|
554
561
|
NFSE = "NFSe",
|
|
555
562
|
REST = "REST",
|
|
556
563
|
DDS = "DDS",
|
|
557
564
|
DSRE = "DSR-e",
|
|
558
565
|
NOTA_CARIOCA = "Nota Carioca",
|
|
559
566
|
NFTS = "NFTS",
|
|
560
|
-
DST = "DST"
|
|
567
|
+
DST = "DST",
|
|
568
|
+
DECLARACAO_SERVICOS_CONTRATADOS = "Declara\u00E7\u00E3o de Servi\u00E7os Contratados",
|
|
569
|
+
GIFST = "GIF-ST",
|
|
570
|
+
GIFAJUSTE = "GIF-AJUSTE"
|
|
561
571
|
}
|
|
562
572
|
|
|
563
573
|
declare enum MunicipalObligationTypeEnum {
|
|
@@ -1937,6 +1947,7 @@ declare class BuilderPerson {
|
|
|
1937
1947
|
withCNPJ(cnpj: string): BuilderPerson;
|
|
1938
1948
|
withCPF(cpf: string): BuilderPerson;
|
|
1939
1949
|
withName(name: string): BuilderPerson;
|
|
1950
|
+
withEmail(email: string): BuilderPerson;
|
|
1940
1951
|
withStateRegistrationNumber(state_registration_number: string): BuilderPerson;
|
|
1941
1952
|
withMunicipalRegistrationNumber(municipal_registration_number: string): BuilderPerson;
|
|
1942
1953
|
withSuframaRegistrationNumber(suframa_registration_number: string): BuilderPerson;
|
|
@@ -2101,6 +2112,7 @@ interface IPersonMongo {
|
|
|
2101
2112
|
cnpj: string;
|
|
2102
2113
|
cpf: string;
|
|
2103
2114
|
cnae: string;
|
|
2115
|
+
email: string;
|
|
2104
2116
|
state_registration_number: string;
|
|
2105
2117
|
municipal_registration_number: string;
|
|
2106
2118
|
suframa_registration_number: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -535,6 +535,7 @@ declare namespace CountryCodeEnum {
|
|
|
535
535
|
|
|
536
536
|
declare enum MunicipalObligationIdEnum {
|
|
537
537
|
DDS = "DDS",
|
|
538
|
+
DNR = "DNR",
|
|
538
539
|
DES_BH = "DES-BH",
|
|
539
540
|
DST = "DST",
|
|
540
541
|
DISTRITO_FEDERAL = "DISTRITO_FEDERAL",
|
|
@@ -544,20 +545,29 @@ declare enum MunicipalObligationIdEnum {
|
|
|
544
545
|
NFTS_SP = "NFTS",
|
|
545
546
|
CURITIBA = "CURITIBA",
|
|
546
547
|
FORTALEZA = "FORTALEZA",
|
|
548
|
+
NATAL = "NATAL",
|
|
549
|
+
BAURU = "BAURU",
|
|
550
|
+
BELEM_PA = "BELEM_PA",
|
|
547
551
|
RIO_DE_JANEIRO = "RIO_DE_JANEIRO",
|
|
548
|
-
RECIFE = "RECIFE"
|
|
552
|
+
RECIFE = "RECIFE",
|
|
553
|
+
SAO_BERNARDO_DO_CAMPO = "SAO_BERNARDO_DO_CAMPO",
|
|
554
|
+
FLORIANOPOLIS = "FLORIANOPOLIS"
|
|
549
555
|
}
|
|
550
556
|
|
|
551
557
|
declare enum MunicipalObligationNameEnum {
|
|
552
558
|
DES = "DES",
|
|
553
559
|
ISS = "ISS",
|
|
560
|
+
ISSE = "ISS-e",
|
|
554
561
|
NFSE = "NFSe",
|
|
555
562
|
REST = "REST",
|
|
556
563
|
DDS = "DDS",
|
|
557
564
|
DSRE = "DSR-e",
|
|
558
565
|
NOTA_CARIOCA = "Nota Carioca",
|
|
559
566
|
NFTS = "NFTS",
|
|
560
|
-
DST = "DST"
|
|
567
|
+
DST = "DST",
|
|
568
|
+
DECLARACAO_SERVICOS_CONTRATADOS = "Declara\u00E7\u00E3o de Servi\u00E7os Contratados",
|
|
569
|
+
GIFST = "GIF-ST",
|
|
570
|
+
GIFAJUSTE = "GIF-AJUSTE"
|
|
561
571
|
}
|
|
562
572
|
|
|
563
573
|
declare enum MunicipalObligationTypeEnum {
|
|
@@ -1937,6 +1947,7 @@ declare class BuilderPerson {
|
|
|
1937
1947
|
withCNPJ(cnpj: string): BuilderPerson;
|
|
1938
1948
|
withCPF(cpf: string): BuilderPerson;
|
|
1939
1949
|
withName(name: string): BuilderPerson;
|
|
1950
|
+
withEmail(email: string): BuilderPerson;
|
|
1940
1951
|
withStateRegistrationNumber(state_registration_number: string): BuilderPerson;
|
|
1941
1952
|
withMunicipalRegistrationNumber(municipal_registration_number: string): BuilderPerson;
|
|
1942
1953
|
withSuframaRegistrationNumber(suframa_registration_number: string): BuilderPerson;
|
|
@@ -2101,6 +2112,7 @@ interface IPersonMongo {
|
|
|
2101
2112
|
cnpj: string;
|
|
2102
2113
|
cpf: string;
|
|
2103
2114
|
cnae: string;
|
|
2115
|
+
email: string;
|
|
2104
2116
|
state_registration_number: string;
|
|
2105
2117
|
municipal_registration_number: string;
|
|
2106
2118
|
suframa_registration_number: string;
|