@openbox/shared-types 0.4.33 → 0.4.34
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/lib/inventories/Categories/UpdateSingleStatus/Request.d.ts +3 -0
- package/lib/inventories/Categories/UpdateSingleStatus/Request.js +3 -0
- package/lib/inventories/Categories/UpdateSingleStatus/Request.js.map +1 -0
- package/lib/inventories/Categories/UpdateSingleStatus/Response.d.ts +2 -0
- package/lib/inventories/Categories/UpdateSingleStatus/Response.js +3 -0
- package/lib/inventories/Categories/UpdateSingleStatus/Response.js.map +1 -0
- package/lib/inventories/Categories/index.d.ts +2 -0
- package/lib/inventories/Categories/index.js +2 -0
- package/lib/inventories/Categories/index.js.map +1 -1
- package/lib/inventories/Categories/inventories.categories.type.d.ts +1 -0
- package/package.json +1 -1
- package/src/inventories/Categories/UpdateSingleStatus/Request.ts +3 -0
- package/src/inventories/Categories/UpdateSingleStatus/Response.ts +3 -0
- package/src/inventories/Categories/index.ts +2 -0
- package/src/inventories/Categories/inventories.categories.type.ts +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/inventories/Categories/UpdateSingleStatus/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/inventories/Categories/UpdateSingleStatus/Response.ts"],"names":[],"mappings":""}
|
|
@@ -6,4 +6,6 @@ export * from './GetMany/Response';
|
|
|
6
6
|
export * from './GetSingle/Response';
|
|
7
7
|
export * from './UpdateSingle/Request';
|
|
8
8
|
export * from './UpdateSingle/Response';
|
|
9
|
+
export * from './UpdateSingleStatus/Request';
|
|
10
|
+
export * from './UpdateSingleStatus/Response';
|
|
9
11
|
export * from './inventories.categories.type';
|
|
@@ -22,5 +22,7 @@ __exportStar(require("./GetMany/Response"), exports);
|
|
|
22
22
|
__exportStar(require("./GetSingle/Response"), exports);
|
|
23
23
|
__exportStar(require("./UpdateSingle/Request"), exports);
|
|
24
24
|
__exportStar(require("./UpdateSingle/Response"), exports);
|
|
25
|
+
__exportStar(require("./UpdateSingleStatus/Request"), exports);
|
|
26
|
+
__exportStar(require("./UpdateSingleStatus/Response"), exports);
|
|
25
27
|
__exportStar(require("./inventories.categories.type"), exports);
|
|
26
28
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/inventories/Categories/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,0DAAuC;AACvC,0DAAuC;AACvC,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC;AACpC,yDAAsC;AACtC,0DAAuC;AACvC,gEAA6C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/inventories/Categories/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,0DAAuC;AACvC,0DAAuC;AACvC,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC;AACpC,yDAAsC;AACtC,0DAAuC;AACvC,+DAA4C;AAC5C,gEAA6C;AAC7C,gEAA6C"}
|
package/package.json
CHANGED
|
@@ -6,4 +6,6 @@ export * from './GetMany/Response'
|
|
|
6
6
|
export * from './GetSingle/Response'
|
|
7
7
|
export * from './UpdateSingle/Request'
|
|
8
8
|
export * from './UpdateSingle/Response'
|
|
9
|
+
export * from './UpdateSingleStatus/Request'
|
|
10
|
+
export * from './UpdateSingleStatus/Response'
|
|
9
11
|
export * from './inventories.categories.type'
|