@openbox/shared-types 0.5.83 → 0.5.85
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/Details/invoices.details.type.d.ts +4 -2
- package/lib/{services/Reports → reports/Services}/List/Request.d.ts +1 -1
- package/lib/reports/Services/List/Request.js.map +1 -0
- package/lib/reports/Services/List/Response.d.ts +3 -0
- package/lib/reports/Services/List/Response.js.map +1 -0
- package/lib/reports/Services/ListPreview/Request.d.ts +2 -0
- package/lib/reports/Services/ListPreview/Request.js.map +1 -0
- package/lib/reports/Services/ListPreview/Response.d.ts +3 -0
- package/lib/reports/Services/ListPreview/Response.js.map +1 -0
- package/lib/reports/Services/index.js.map +1 -0
- package/lib/reports/index.d.ts +1 -0
- package/lib/reports/index.js +1 -0
- package/lib/reports/index.js.map +1 -1
- package/lib/services/index.d.ts +0 -1
- package/lib/services/index.js +0 -1
- package/lib/services/index.js.map +1 -1
- package/package.json +1 -1
- package/lib/services/Reports/List/Request.js.map +0 -1
- package/lib/services/Reports/List/Response.d.ts +0 -3
- package/lib/services/Reports/List/Response.js.map +0 -1
- package/lib/services/Reports/ListPreview/Request.d.ts +0 -2
- package/lib/services/Reports/ListPreview/Request.js.map +0 -1
- package/lib/services/Reports/ListPreview/Response.d.ts +0 -3
- package/lib/services/Reports/ListPreview/Response.js.map +0 -1
- package/lib/services/Reports/index.js.map +0 -1
- /package/lib/{services/Reports → reports/Services}/List/Request.js +0 -0
- /package/lib/{services/Reports → reports/Services}/List/Response.js +0 -0
- /package/lib/{services/Reports → reports/Services}/ListPreview/Request.js +0 -0
- /package/lib/{services/Reports → reports/Services}/ListPreview/Response.js +0 -0
- /package/lib/{services/Reports → reports/Services}/index.d.ts +0 -0
- /package/lib/{services/Reports → reports/Services}/index.js +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InventoriesProductsResponse } from '../../inventories';
|
|
2
|
+
import { ServicesResponse } from '../../services/Services/services.types';
|
|
2
3
|
import { SystemSellingTypes } from '../../system/SellingTypes/system.selling-types.types';
|
|
3
4
|
import { Invoices } from '../Invoices';
|
|
4
5
|
export type InvoicesDetails = {
|
|
@@ -20,6 +21,7 @@ export type InvoicesDetails = {
|
|
|
20
21
|
chargeDescription: string;
|
|
21
22
|
NCDTotal: boolean;
|
|
22
23
|
invoice: Invoices;
|
|
23
|
-
service
|
|
24
|
+
service?: ServicesResponse;
|
|
25
|
+
product: InventoriesProductsResponse;
|
|
24
26
|
sellingType: Pick<SystemSellingTypes, 'id' | 'name'>;
|
|
25
27
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/reports/Services/List/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/reports/Services/List/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/reports/Services/ListPreview/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/reports/Services/ListPreview/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/reports/Services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,kDAA+B;AAC/B,wDAAqC;AACrC,yDAAsC"}
|
package/lib/reports/index.d.ts
CHANGED
package/lib/reports/index.js
CHANGED
|
@@ -17,4 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./Accounting"), exports);
|
|
18
18
|
__exportStar(require("./DTE"), exports);
|
|
19
19
|
__exportStar(require("./Invoices"), exports);
|
|
20
|
+
__exportStar(require("./Services"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
package/lib/reports/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/reports/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,wCAAqB;AACrB,6CAA0B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/reports/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,wCAAqB;AACrB,6CAA0B;AAC1B,6CAA0B"}
|
package/lib/services/index.d.ts
CHANGED
package/lib/services/index.js
CHANGED
|
@@ -14,7 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Reports/"), exports);
|
|
18
17
|
__exportStar(require("./SellingTypes/"), exports);
|
|
19
18
|
__exportStar(require("./Services/"), exports);
|
|
20
19
|
__exportStar(require("./Settings/"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/services/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA+B;AAC/B,8CAA2B;AAC3B,8CAA2B"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/services/Reports/List/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/services/Reports/List/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/services/Reports/ListPreview/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/services/Reports/ListPreview/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/Reports/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,kDAA+B;AAC/B,wDAAqC;AACrC,yDAAsC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|