@openbox/shared-types 0.3.23 → 0.3.25
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/{CreateReserved → CreateReservation}/Request.d.ts +1 -1
- package/lib/invoices/Invoices/CreateReservation/Request.js.map +1 -0
- package/lib/invoices/Invoices/CreateReservation/Response.d.ts +2 -0
- package/lib/invoices/Invoices/CreateReservation/Response.js.map +1 -0
- package/lib/invoices/Invoices/index.d.ts +2 -2
- package/lib/invoices/Invoices/index.js +2 -2
- package/lib/invoices/Invoices/index.js.map +1 -1
- package/package.json +1 -1
- package/src/invoices/Invoices/{CreateReserved → CreateReservation}/Request.ts +1 -1
- package/src/invoices/Invoices/CreateReservation/Response.ts +3 -0
- package/src/invoices/Invoices/index.ts +2 -2
- package/lib/invoices/Invoices/CreateReserved/Request.js.map +0 -1
- package/lib/invoices/Invoices/CreateReserved/Response.d.ts +0 -2
- package/lib/invoices/Invoices/CreateReserved/Response.js.map +0 -1
- package/src/invoices/Invoices/CreateReserved/Response.ts +0 -3
- /package/lib/invoices/Invoices/{CreateReserved → CreateReservation}/Request.js +0 -0
- /package/lib/invoices/Invoices/{CreateReserved → CreateReservation}/Response.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InvoicesCreateSingleHeader } from '../CreateSingle/Request';
|
|
2
|
-
export type
|
|
2
|
+
export type InvoicesCreateReservationRequest = Pick<InvoicesCreateSingleHeader, 'document' | 'authorization'> & {
|
|
3
3
|
sequenceFrom: number;
|
|
4
4
|
sequenceTo: number;
|
|
5
5
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Invoices/CreateReservation/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Invoices/CreateReservation/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './CreateMany/Request';
|
|
2
2
|
export * from './CreateMany/Response';
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
3
|
+
export * from './CreateReservation/Request';
|
|
4
|
+
export * from './CreateReservation/Response';
|
|
5
5
|
export * from './CreateSingle/Request';
|
|
6
6
|
export * from './CreateSingle/Response';
|
|
7
7
|
export * from './DeleteMany/Response';
|
|
@@ -16,8 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./CreateMany/Request"), exports);
|
|
18
18
|
__exportStar(require("./CreateMany/Response"), exports);
|
|
19
|
-
__exportStar(require("./
|
|
20
|
-
__exportStar(require("./
|
|
19
|
+
__exportStar(require("./CreateReservation/Request"), exports);
|
|
20
|
+
__exportStar(require("./CreateReservation/Response"), exports);
|
|
21
21
|
__exportStar(require("./CreateSingle/Request"), exports);
|
|
22
22
|
__exportStar(require("./CreateSingle/Response"), exports);
|
|
23
23
|
__exportStar(require("./DeleteMany/Response"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Invoices/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,wDAAqC;AACrC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/invoices/Invoices/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,wDAAqC;AACrC,8DAA2C;AAC3C,+DAA4C;AAC5C,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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './CreateMany/Request'
|
|
2
2
|
export * from './CreateMany/Response'
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
3
|
+
export * from './CreateReservation/Request'
|
|
4
|
+
export * from './CreateReservation/Response'
|
|
5
5
|
export * from './CreateSingle/Request'
|
|
6
6
|
export * from './CreateSingle/Response'
|
|
7
7
|
export * from './DeleteMany/Response'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/invoices/Invoices/CreateReserved/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/invoices/Invoices/CreateReserved/Response.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|