@openbox/shared-types 0.3.21 → 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.
@@ -0,0 +1,2 @@
1
+ import { SingleResponse } from '../../../interfaces';
2
+ export type InvoicesMarkSingleAsPrintedResponse = SingleResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -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"}
@@ -13,7 +13,6 @@ export type Invoices = {
13
13
  authorization: string;
14
14
  sequence: string;
15
15
  customerName: string;
16
- shortName: string;
17
16
  customerAddress1: string;
18
17
  customerAddress2: string;
19
18
  customerCountry: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -0,0 +1,3 @@
1
+ import { SingleResponse } from '../../../interfaces'
2
+
3
+ export type InvoicesMarkSingleAsPrintedResponse = SingleResponse
@@ -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'
@@ -14,7 +14,6 @@ export type Invoices = {
14
14
  authorization: string
15
15
  sequence: string
16
16
  customerName: string
17
- shortName: string
18
17
  customerAddress1: string
19
18
  customerAddress2: string
20
19
  customerCountry: string