b2m-utils 0.0.127 → 0.0.129
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/build/enums/DocumentTypeEnum.d.ts +3 -0
- package/build/enums/index.d.ts +1 -0
- package/build/index.esm.js +6 -1
- package/build/index.esm.js.gz +0 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +5 -0
- package/build/index.js.gz +0 -0
- package/build/index.js.map +1 -1
- package/build/types/Cte/index.d.ts +12 -6
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6217,6 +6217,11 @@ exports.CurrencyEnum = void 0;
|
|
|
6217
6217
|
CurrencyEnum[CurrencyEnum["IENE"] = 4] = "IENE";
|
|
6218
6218
|
})(exports.CurrencyEnum || (exports.CurrencyEnum = {}));
|
|
6219
6219
|
|
|
6220
|
+
exports.DocumentTypeEnum = void 0;
|
|
6221
|
+
(function (DocumentTypeEnum) {
|
|
6222
|
+
DocumentTypeEnum[DocumentTypeEnum["CNPJ"] = 1] = "CNPJ";
|
|
6223
|
+
})(exports.DocumentTypeEnum || (exports.DocumentTypeEnum = {}));
|
|
6224
|
+
|
|
6220
6225
|
exports.DomainConfigurationEnum = void 0;
|
|
6221
6226
|
(function (DomainConfigurationEnum) {
|
|
6222
6227
|
DomainConfigurationEnum["CLEARANCE_DAYS"] = "CLEARANCE_DAYS";
|
package/build/index.js.gz
CHANGED
|
Binary file
|