@openbox/shared-types 0.3.22 → 0.3.23
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/invoices/Invoices/MarkSingleAsPrinted/Response.d.ts +2 -0
- package/lib/invoices/Invoices/MarkSingleAsPrinted/Response.js +3 -0
- package/lib/invoices/Invoices/MarkSingleAsPrinted/Response.js.map +1 -0
- package/lib/invoices/Invoices/index.d.ts +1 -0
- package/lib/invoices/Invoices/index.js +1 -0
- package/lib/invoices/Invoices/index.js.map +1 -1
- package/package.json +1 -1
- package/src/invoices/Invoices/MarkSingleAsPrinted/Response.ts +3 -0
- package/src/invoices/Invoices/index.ts +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Invoices/MarkSingleAsPrinted/Response.ts"],"names":[],"mappings":""}
|
|
@@ -11,6 +11,7 @@ export * from './GetMany/Request';
|
|
|
11
11
|
export * from './GetMany/Response';
|
|
12
12
|
export * from './GetSingle/Response';
|
|
13
13
|
export * from './MarkSingleAsPaid/Response';
|
|
14
|
+
export * from './MarkSingleAsPrinted/Response';
|
|
14
15
|
export * from './RevertSingle/Response';
|
|
15
16
|
export * from './UpdateMany/Request';
|
|
16
17
|
export * from './UpdateMany/Response';
|
|
@@ -27,6 +27,7 @@ __exportStar(require("./GetMany/Request"), exports);
|
|
|
27
27
|
__exportStar(require("./GetMany/Response"), exports);
|
|
28
28
|
__exportStar(require("./GetSingle/Response"), exports);
|
|
29
29
|
__exportStar(require("./MarkSingleAsPaid/Response"), exports);
|
|
30
|
+
__exportStar(require("./MarkSingleAsPrinted/Response"), exports);
|
|
30
31
|
__exportStar(require("./RevertSingle/Response"), exports);
|
|
31
32
|
__exportStar(require("./UpdateMany/Request"), exports);
|
|
32
33
|
__exportStar(require("./UpdateMany/Response"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Invoices/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,wDAAqC;AACrC,2DAAwC;AACxC,4DAAyC;AACzC,yDAAsC;AACtC,0DAAuC;AACvC,wDAAqC;AACrC,0DAAuC;AACvC,8DAA2C;AAC3C,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC;AACpC,8DAA2C;AAC3C,0DAAuC;AACvC,uDAAoC;AACpC,wDAAqC;AACrC,yDAAsC;AACtC,0DAAuC;AACvC,wDAAqC;AACrC,mDAAgC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Invoices/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,wDAAqC;AACrC,2DAAwC;AACxC,4DAAyC;AACzC,yDAAsC;AACtC,0DAAuC;AACvC,wDAAqC;AACrC,0DAAuC;AACvC,8DAA2C;AAC3C,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC;AACpC,8DAA2C;AAC3C,iEAA8C;AAC9C,0DAAuC;AACvC,uDAAoC;AACpC,wDAAqC;AACrC,yDAAsC;AACtC,0DAAuC;AACvC,wDAAqC;AACrC,mDAAgC"}
|
package/package.json
CHANGED
|
@@ -11,6 +11,7 @@ export * from './GetMany/Request'
|
|
|
11
11
|
export * from './GetMany/Response'
|
|
12
12
|
export * from './GetSingle/Response'
|
|
13
13
|
export * from './MarkSingleAsPaid/Response'
|
|
14
|
+
export * from './MarkSingleAsPrinted/Response'
|
|
14
15
|
export * from './RevertSingle/Response'
|
|
15
16
|
export * from './UpdateMany/Request'
|
|
16
17
|
export * from './UpdateMany/Response'
|