kcommons 13.17.2 → 13.17.3

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/index.d.ts CHANGED
@@ -80,6 +80,7 @@ export * from "./constants/company.constants";
80
80
  export * from "./constants/alphaSeries.constants";
81
81
  export * from "./constants/zod.constant";
82
82
  export * from "./constants/date.constants";
83
+ export * from "./constants/companyDocumentUplodPath.constants";
83
84
  export * from "./classes/asnWrapper.class";
84
85
  export * from "./utils/permission.utils";
85
86
  export * from "./utils/taxes.util";
package/build/index.js CHANGED
@@ -101,6 +101,7 @@ __exportStar(require("./constants/company.constants"), exports);
101
101
  __exportStar(require("./constants/alphaSeries.constants"), exports);
102
102
  __exportStar(require("./constants/zod.constant"), exports);
103
103
  __exportStar(require("./constants/date.constants"), exports);
104
+ __exportStar(require("./constants/companyDocumentUplodPath.constants"), exports);
104
105
  // Classes
105
106
  __exportStar(require("./classes/asnWrapper.class"), exports);
106
107
  // Utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "13.17.2",
3
+ "version": "13.17.3",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",