grm-shared-library 1.1.1 → 1.1.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/dist/cjs/modules/dms/index.js +2 -0
- package/dist/cjs/modules/dms/index.js.map +1 -1
- package/dist/cjs/modules/dms/interfaces/image-file-metadata.js +3 -0
- package/dist/cjs/modules/dms/interfaces/image-file-metadata.js.map +1 -0
- package/dist/cjs/modules/dms/interfaces/image-file-upload-options.js +3 -0
- package/dist/cjs/modules/dms/interfaces/image-file-upload-options.js.map +1 -0
- package/dist/esm/modules/dms/index.js +2 -0
- package/dist/esm/modules/dms/index.js.map +1 -1
- package/dist/esm/modules/dms/interfaces/image-file-metadata.js +2 -0
- package/dist/esm/modules/dms/interfaces/image-file-metadata.js.map +1 -0
- package/dist/esm/modules/dms/interfaces/image-file-upload-options.js +2 -0
- package/dist/esm/modules/dms/interfaces/image-file-upload-options.js.map +1 -0
- package/dist/types/modules/dms/index.d.ts +2 -0
- package/dist/types/modules/dms/interfaces/image-file-metadata.d.ts +5 -0
- package/dist/types/modules/dms/interfaces/image-file-upload-options.d.ts +8 -0
- package/package.json +1 -1
|
@@ -16,4 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./interfaces/image-file"), exports);
|
|
18
18
|
__exportStar(require("./enums/file-status"), exports);
|
|
19
|
+
__exportStar(require("./interfaces/image-file-upload-options"), exports);
|
|
20
|
+
__exportStar(require("./interfaces/image-file-metadata"), exports);
|
|
19
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/dms/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,sDAAoC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/dms/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,sDAAoC;AACpC,yEAAuD;AACvD,mEAAiD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-file-metadata.js","sourceRoot":"","sources":["../../../../../src/modules/dms/interfaces/image-file-metadata.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-file-upload-options.js","sourceRoot":"","sources":["../../../../../src/modules/dms/interfaces/image-file-upload-options.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/dms/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/dms/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-file-metadata.js","sourceRoot":"","sources":["../../../../../src/modules/dms/interfaces/image-file-metadata.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image-file-upload-options.js","sourceRoot":"","sources":["../../../../../src/modules/dms/interfaces/image-file-upload-options.ts"],"names":[],"mappings":""}
|