@seidor-cloud-produtos/tax-core 1.0.3 → 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 +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2213,6 +2213,7 @@ declare class ModelConverter {
|
|
|
2213
2213
|
|
|
2214
2214
|
interface IEcdSpecializedProfile {
|
|
2215
2215
|
id: string;
|
|
2216
|
+
_id?: string;
|
|
2216
2217
|
tenantid: string;
|
|
2217
2218
|
profile_id: string;
|
|
2218
2219
|
profile_alias?: string;
|
|
@@ -2789,6 +2790,7 @@ interface IEfdicmsipiAdditionalFields {
|
|
|
2789
2790
|
icms_credit_config?: IIcmsCreditBaseConfig;
|
|
2790
2791
|
tenantid: string;
|
|
2791
2792
|
id: string;
|
|
2793
|
+
_id: string;
|
|
2792
2794
|
created_at: Date;
|
|
2793
2795
|
updated_at: Date;
|
|
2794
2796
|
}
|
|
@@ -3504,6 +3506,8 @@ declare class ReinfSpecializedProfile {
|
|
|
3504
3506
|
set updated_at(updated_at: Date);
|
|
3505
3507
|
set grossRevenueContributionHeaders(grossRevenueContributionHeaders: GrossRevenueContributionHeaders[]);
|
|
3506
3508
|
set natureConfig(natureConfig: NatureConfig[]);
|
|
3509
|
+
get grossRevenueContributionHeaders(): GrossRevenueContributionHeaders[];
|
|
3510
|
+
get natureConfig(): NatureConfig[];
|
|
3507
3511
|
get id(): string;
|
|
3508
3512
|
get tenantid(): string;
|
|
3509
3513
|
get profile_id(): string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2213,6 +2213,7 @@ declare class ModelConverter {
|
|
|
2213
2213
|
|
|
2214
2214
|
interface IEcdSpecializedProfile {
|
|
2215
2215
|
id: string;
|
|
2216
|
+
_id?: string;
|
|
2216
2217
|
tenantid: string;
|
|
2217
2218
|
profile_id: string;
|
|
2218
2219
|
profile_alias?: string;
|
|
@@ -2789,6 +2790,7 @@ interface IEfdicmsipiAdditionalFields {
|
|
|
2789
2790
|
icms_credit_config?: IIcmsCreditBaseConfig;
|
|
2790
2791
|
tenantid: string;
|
|
2791
2792
|
id: string;
|
|
2793
|
+
_id: string;
|
|
2792
2794
|
created_at: Date;
|
|
2793
2795
|
updated_at: Date;
|
|
2794
2796
|
}
|
|
@@ -3504,6 +3506,8 @@ declare class ReinfSpecializedProfile {
|
|
|
3504
3506
|
set updated_at(updated_at: Date);
|
|
3505
3507
|
set grossRevenueContributionHeaders(grossRevenueContributionHeaders: GrossRevenueContributionHeaders[]);
|
|
3506
3508
|
set natureConfig(natureConfig: NatureConfig[]);
|
|
3509
|
+
get grossRevenueContributionHeaders(): GrossRevenueContributionHeaders[];
|
|
3510
|
+
get natureConfig(): NatureConfig[];
|
|
3507
3511
|
get id(): string;
|
|
3508
3512
|
get tenantid(): string;
|
|
3509
3513
|
get profile_id(): string;
|