@seidor-cloud-produtos/tax-core 1.0.2 → 1.0.4
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 +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1944,6 +1944,7 @@ interface FiltersDocument {
|
|
|
1944
1944
|
issuance_date?: Date;
|
|
1945
1945
|
period_start?: Date;
|
|
1946
1946
|
period_end?: Date;
|
|
1947
|
+
period_param?: string;
|
|
1947
1948
|
branch_ids?: string[];
|
|
1948
1949
|
type?: DocumentTypeEnum;
|
|
1949
1950
|
types?: DocumentTypeEnum[];
|
|
@@ -2212,6 +2213,7 @@ declare class ModelConverter {
|
|
|
2212
2213
|
|
|
2213
2214
|
interface IEcdSpecializedProfile {
|
|
2214
2215
|
id: string;
|
|
2216
|
+
_id?: string;
|
|
2215
2217
|
tenantid: string;
|
|
2216
2218
|
profile_id: string;
|
|
2217
2219
|
profile_alias?: string;
|
|
@@ -2788,6 +2790,7 @@ interface IEfdicmsipiAdditionalFields {
|
|
|
2788
2790
|
icms_credit_config?: IIcmsCreditBaseConfig;
|
|
2789
2791
|
tenantid: string;
|
|
2790
2792
|
id: string;
|
|
2793
|
+
_id: string;
|
|
2791
2794
|
created_at: Date;
|
|
2792
2795
|
updated_at: Date;
|
|
2793
2796
|
}
|
|
@@ -3503,6 +3506,8 @@ declare class ReinfSpecializedProfile {
|
|
|
3503
3506
|
set updated_at(updated_at: Date);
|
|
3504
3507
|
set grossRevenueContributionHeaders(grossRevenueContributionHeaders: GrossRevenueContributionHeaders[]);
|
|
3505
3508
|
set natureConfig(natureConfig: NatureConfig[]);
|
|
3509
|
+
get grossRevenueContributionHeaders(): GrossRevenueContributionHeaders[];
|
|
3510
|
+
get natureConfig(): NatureConfig[];
|
|
3506
3511
|
get id(): string;
|
|
3507
3512
|
get tenantid(): string;
|
|
3508
3513
|
get profile_id(): string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1944,6 +1944,7 @@ interface FiltersDocument {
|
|
|
1944
1944
|
issuance_date?: Date;
|
|
1945
1945
|
period_start?: Date;
|
|
1946
1946
|
period_end?: Date;
|
|
1947
|
+
period_param?: string;
|
|
1947
1948
|
branch_ids?: string[];
|
|
1948
1949
|
type?: DocumentTypeEnum;
|
|
1949
1950
|
types?: DocumentTypeEnum[];
|
|
@@ -2212,6 +2213,7 @@ declare class ModelConverter {
|
|
|
2212
2213
|
|
|
2213
2214
|
interface IEcdSpecializedProfile {
|
|
2214
2215
|
id: string;
|
|
2216
|
+
_id?: string;
|
|
2215
2217
|
tenantid: string;
|
|
2216
2218
|
profile_id: string;
|
|
2217
2219
|
profile_alias?: string;
|
|
@@ -2788,6 +2790,7 @@ interface IEfdicmsipiAdditionalFields {
|
|
|
2788
2790
|
icms_credit_config?: IIcmsCreditBaseConfig;
|
|
2789
2791
|
tenantid: string;
|
|
2790
2792
|
id: string;
|
|
2793
|
+
_id: string;
|
|
2791
2794
|
created_at: Date;
|
|
2792
2795
|
updated_at: Date;
|
|
2793
2796
|
}
|
|
@@ -3503,6 +3506,8 @@ declare class ReinfSpecializedProfile {
|
|
|
3503
3506
|
set updated_at(updated_at: Date);
|
|
3504
3507
|
set grossRevenueContributionHeaders(grossRevenueContributionHeaders: GrossRevenueContributionHeaders[]);
|
|
3505
3508
|
set natureConfig(natureConfig: NatureConfig[]);
|
|
3509
|
+
get grossRevenueContributionHeaders(): GrossRevenueContributionHeaders[];
|
|
3510
|
+
get natureConfig(): NatureConfig[];
|
|
3506
3511
|
get id(): string;
|
|
3507
3512
|
get tenantid(): string;
|
|
3508
3513
|
get profile_id(): string;
|