@openbox/shared-types 0.5.24 → 0.5.26
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/Batches/CreateSingle/Request.d.ts +2 -0
- package/lib/inventories/Batches/CreateSingle/Request.js +3 -0
- package/lib/inventories/Batches/CreateSingle/Request.js.map +1 -0
- package/lib/inventories/Batches/CreateSingle/Response.d.ts +2 -0
- package/lib/inventories/Batches/CreateSingle/Response.js +3 -0
- package/lib/inventories/Batches/CreateSingle/Response.js.map +1 -0
- package/lib/inventories/Batches/GetSingle/Response.d.ts +2 -0
- package/lib/inventories/Batches/GetSingle/Response.js +3 -0
- package/lib/inventories/Batches/GetSingle/Response.js.map +1 -0
- package/lib/inventories/Batches/UpdateSingle/Request.d.ts +2 -0
- package/lib/inventories/Batches/UpdateSingle/Request.js +3 -0
- package/lib/inventories/Batches/UpdateSingle/Request.js.map +1 -0
- package/lib/inventories/Batches/UpdateSingle/Response.d.ts +2 -0
- package/lib/inventories/Batches/UpdateSingle/Response.js +3 -0
- package/lib/inventories/Batches/UpdateSingle/Response.js.map +1 -0
- package/lib/inventories/Batches/index.d.ts +6 -0
- package/lib/inventories/Batches/index.js +23 -0
- package/lib/inventories/Batches/index.js.map +1 -0
- package/lib/inventories/Batches/inventories.batches.types.d.ts +7 -0
- package/lib/inventories/Batches/inventories.batches.types.js +3 -0
- package/lib/inventories/Batches/inventories.batches.types.js.map +1 -0
- package/lib/inventories/Products/inventories.products.types.d.ts +7 -2
- package/lib/inventories/index.d.ts +1 -0
- package/lib/inventories/index.js +1 -0
- package/lib/inventories/index.js.map +1 -1
- package/lib/partners/V1/invoices/CreateSingle/Request.d.ts +2 -0
- package/lib/partners/V1/invoices/CreateSingle/Request.js.map +1 -1
- package/package.json +1 -1
- package/src/inventories/Batches/CreateSingle/Request.ts +3 -0
- package/src/inventories/Batches/CreateSingle/Response.ts +3 -0
- package/src/inventories/Batches/GetSingle/Response.ts +3 -0
- package/src/inventories/Batches/UpdateSingle/Request.ts +3 -0
- package/src/inventories/Batches/UpdateSingle/Response.ts +3 -0
- package/src/inventories/Batches/index.ts +6 -0
- package/src/inventories/Batches/inventories.batches.types.ts +9 -0
- package/src/inventories/Products/inventories.products.types.ts +7 -2
- package/src/inventories/index.ts +1 -0
- package/src/partners/V1/invoices/CreateSingle/Request.ts +6 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/inventories/Batches/CreateSingle/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/inventories/Batches/CreateSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/inventories/Batches/GetSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/inventories/Batches/UpdateSingle/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/inventories/Batches/UpdateSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./CreateSingle/Request"), exports);
|
|
18
|
+
__exportStar(require("./CreateSingle/Response"), exports);
|
|
19
|
+
__exportStar(require("./GetSingle/Response"), exports);
|
|
20
|
+
__exportStar(require("./inventories.batches.types"), exports);
|
|
21
|
+
__exportStar(require("./UpdateSingle/Request"), exports);
|
|
22
|
+
__exportStar(require("./UpdateSingle/Response"), exports);
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/inventories/Batches/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,0DAAuC;AACvC,uDAAoC;AACpC,8DAA2C;AAC3C,yDAAsC;AACtC,0DAAuC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inventories.batches.types.js","sourceRoot":"","sources":["../../../src/inventories/Batches/inventories.batches.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,19 +1,24 @@
|
|
|
1
1
|
import { ServicesSellingTypes } from '../../services/SellingTypes/services.selling-types.types';
|
|
2
|
+
import { InventoriesBatches } from '../Batches';
|
|
2
3
|
import { InventoriesUnits } from '../Units';
|
|
3
4
|
export type InventoriesProducts = {
|
|
4
5
|
id: string;
|
|
5
6
|
name: string;
|
|
6
7
|
description?: string;
|
|
7
8
|
barcode?: string;
|
|
9
|
+
code?: string;
|
|
8
10
|
price?: number;
|
|
9
11
|
threshold?: number;
|
|
10
12
|
trackInventory?: boolean;
|
|
13
|
+
incIva?: boolean;
|
|
14
|
+
requiresBatch?: boolean;
|
|
11
15
|
unit: InventoriesUnits;
|
|
12
|
-
incIva: boolean;
|
|
13
16
|
sellingType: ServicesSellingTypes;
|
|
17
|
+
batches?: InventoriesBatches[];
|
|
14
18
|
};
|
|
15
|
-
export type InventoriesProductsRequest = Omit<InventoriesProducts, 'id' | 'unit' | 'sellingType'> & {
|
|
19
|
+
export type InventoriesProductsRequest = Omit<InventoriesProducts, 'id' | 'unit' | 'sellingType' | 'batches'> & {
|
|
16
20
|
unit: string;
|
|
17
21
|
sellingType: number;
|
|
22
|
+
batch?: Omit<InventoriesBatches, 'id'>;
|
|
18
23
|
};
|
|
19
24
|
export type InventoriesProductsResponse = InventoriesProducts;
|
package/lib/inventories/index.js
CHANGED
|
@@ -14,6 +14,7 @@ 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("./Batches"), exports);
|
|
17
18
|
__exportStar(require("./Categories"), exports);
|
|
18
19
|
__exportStar(require("./Products"), exports);
|
|
19
20
|
__exportStar(require("./Units"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/inventories/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,6CAA0B;AAC1B,0CAAuB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/inventories/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,+CAA4B;AAC5B,6CAA0B;AAC1B,0CAAuB"}
|
|
@@ -9,10 +9,12 @@ export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerZone =
|
|
|
9
9
|
id: string;
|
|
10
10
|
name: string;
|
|
11
11
|
};
|
|
12
|
+
export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerSvFields = Pick<PartnersV1InvoicesCreateSingleRequestDataHeaderCustomerSvFields, 'dui'>;
|
|
12
13
|
export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSeller = {
|
|
13
14
|
id: string;
|
|
14
15
|
name: string;
|
|
15
16
|
zone: PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerZone;
|
|
17
|
+
svFields: PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerSvFields;
|
|
16
18
|
};
|
|
17
19
|
export declare enum PartnersV1InvoicesCreateSingleRequestDataHeaderCustomerType {
|
|
18
20
|
NO_SUJETO = 1,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../../src/partners/V1/invoices/CreateSingle/Request.ts"],"names":[],"mappings":";;;AAEA,IAAY,mDAEX;AAFD,WAAY,mDAAmD;IAC7D,sEAAe,CAAA;AACjB,CAAC,EAFW,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QAE9D;
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../../src/partners/V1/invoices/CreateSingle/Request.ts"],"names":[],"mappings":";;;AAEA,IAAY,mDAEX;AAFD,WAAY,mDAAmD;IAC7D,sEAAe,CAAA;AACjB,CAAC,EAFW,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QAE9D;AAuBD,IAAY,2DAIX;AAJD,WAAY,2DAA2D;IACrE,uJAAa,CAAA;IACb,iJAAU,CAAA;IACV,mJAAW,CAAA;AACb,CAAC,EAJW,2DAA2D,GAA3D,mEAA2D,KAA3D,mEAA2D,QAItE;AAED,IAAY,iEAIX;AAJD,WAAY,iEAAiE;IAC3E,iLAAoB,CAAA;IACpB,+KAAmB,CAAA;IACnB,qLAAsB,CAAA;AACxB,CAAC,EAJW,iEAAiE,GAAjE,yEAAiE,KAAjE,yEAAiE,QAI5E;AACD,IAAY,wEAGX;AAHD,WAAY,wEAAwE;IAClF,2LAAkB,CAAA;IAClB,qLAAe,CAAA;AACjB,CAAC,EAHW,wEAAwE,GAAxE,gFAAwE,KAAxE,gFAAwE,QAGnF;AAED,IAAY,wEAIX;AAJD,WAAY,wEAAwE;IAClF,6KAAW,CAAA;IACX,6KAAW,CAAA;IACX,2KAAU,CAAA;AACZ,CAAC,EAJW,wEAAwE,GAAxE,gFAAwE,KAAxE,gFAAwE,QAInF;AAUD,IAAY,oEAIX;AAJD,WAAY,oEAAoE;IAC9E,uFAAe,CAAA;IACf,uFAAe,CAAA;IACf,+FAAuB,CAAA;AACzB,CAAC,EAJW,oEAAoE,GAApE,4EAAoE,KAApE,4EAAoE,QAI/E;AAwCD,IAAY,2DAKX;AALD,WAAY,2DAA2D;IACrE,0EAAW,CAAA;IACX,0EAAW,CAAA;IACX,wEAAS,CAAA;IACT,0EAAW,CAAA;AACb,CAAC,EALW,2DAA2D,GAA3D,mEAA2D,KAA3D,mEAA2D,QAKtE;AAWD,IAAY,2DAIX;AAJD,WAAY,2DAA2D;IACrE,uJAAa,CAAA;IACb,iJAAU,CAAA;IACV,mJAAW,CAAA;AACb,CAAC,EAJW,2DAA2D,GAA3D,mEAA2D,KAA3D,mEAA2D,QAItE"}
|
package/package.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ServicesSellingTypes } from '../../services/SellingTypes/services.selling-types.types'
|
|
2
|
+
import { InventoriesBatches } from '../Batches'
|
|
2
3
|
import { InventoriesUnits } from '../Units'
|
|
3
4
|
|
|
4
5
|
export type InventoriesProducts = {
|
|
@@ -6,19 +7,23 @@ export type InventoriesProducts = {
|
|
|
6
7
|
name: string
|
|
7
8
|
description?: string
|
|
8
9
|
barcode?: string
|
|
10
|
+
code?: string
|
|
9
11
|
price?: number
|
|
10
12
|
threshold?: number
|
|
11
13
|
trackInventory?: boolean
|
|
14
|
+
incIva?: boolean
|
|
15
|
+
requiresBatch?: boolean
|
|
12
16
|
unit: InventoriesUnits
|
|
13
|
-
incIva: boolean
|
|
14
17
|
sellingType: ServicesSellingTypes
|
|
18
|
+
batches?: InventoriesBatches[]
|
|
15
19
|
}
|
|
16
20
|
|
|
17
21
|
export type InventoriesProductsRequest = Omit<
|
|
18
22
|
InventoriesProducts,
|
|
19
|
-
'id' | 'unit' | 'sellingType'
|
|
23
|
+
'id' | 'unit' | 'sellingType' | 'batches'
|
|
20
24
|
> & {
|
|
21
25
|
unit: string
|
|
22
26
|
sellingType: number
|
|
27
|
+
batch?: Omit<InventoriesBatches, 'id'>
|
|
23
28
|
}
|
|
24
29
|
export type InventoriesProductsResponse = InventoriesProducts
|
package/src/inventories/index.ts
CHANGED
|
@@ -13,10 +13,16 @@ export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerZone =
|
|
|
13
13
|
name: string
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerSvFields = Pick<
|
|
17
|
+
PartnersV1InvoicesCreateSingleRequestDataHeaderCustomerSvFields,
|
|
18
|
+
'dui'
|
|
19
|
+
>
|
|
20
|
+
|
|
16
21
|
export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSeller = {
|
|
17
22
|
id: string
|
|
18
23
|
name: string
|
|
19
24
|
zone: PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerZone
|
|
25
|
+
svFields: PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerSvFields
|
|
20
26
|
}
|
|
21
27
|
|
|
22
28
|
export enum PartnersV1InvoicesCreateSingleRequestDataHeaderCustomerType {
|