@seidor-cloud-produtos/tax-core 1.0.26 → 1.0.28
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3548,6 +3548,7 @@ declare class Signatory {
|
|
|
3548
3548
|
get crcStateInitials(): string | undefined;
|
|
3549
3549
|
get crcSequentialNumber(): string | undefined;
|
|
3550
3550
|
get crcValidityDate(): string | undefined;
|
|
3551
|
+
get crcRegYear(): string | undefined;
|
|
3551
3552
|
get active(): boolean | undefined;
|
|
3552
3553
|
get inactivationDate(): Date | null | undefined;
|
|
3553
3554
|
get id(): string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -3548,6 +3548,7 @@ declare class Signatory {
|
|
|
3548
3548
|
get crcStateInitials(): string | undefined;
|
|
3549
3549
|
get crcSequentialNumber(): string | undefined;
|
|
3550
3550
|
get crcValidityDate(): string | undefined;
|
|
3551
|
+
get crcRegYear(): string | undefined;
|
|
3551
3552
|
get active(): boolean | undefined;
|
|
3552
3553
|
get inactivationDate(): Date | null | undefined;
|
|
3553
3554
|
get id(): string | undefined;
|