@openbox/shared-types 0.5.23 → 0.5.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/Sellers/invoices.sellers.type.d.ts +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/invoices/Sellers/invoices.sellers.type.ts +1 -1
- package/src/partners/V1/invoices/CreateSingle/Request.ts +6 -0
|
@@ -9,6 +9,6 @@ export interface InvoicesSellers {
|
|
|
9
9
|
}
|
|
10
10
|
export type InvoicesSellersRequest = Omit<InvoicesSellers, 'id' | 'active' | 'invoicesZone' | 'svFields'> & {
|
|
11
11
|
invoicesZone: string;
|
|
12
|
-
svFields?: SystemSvFieldsRequest
|
|
12
|
+
svFields?: Pick<SystemSvFieldsRequest, 'dui'>;
|
|
13
13
|
};
|
|
14
14
|
export type InvoicesSellersResponse = InvoicesSellers;
|
|
@@ -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
|
@@ -14,7 +14,7 @@ export type InvoicesSellersRequest = Omit<
|
|
|
14
14
|
'id' | 'active' | 'invoicesZone' | 'svFields'
|
|
15
15
|
> & {
|
|
16
16
|
invoicesZone: string
|
|
17
|
-
svFields?: SystemSvFieldsRequest
|
|
17
|
+
svFields?: Pick<SystemSvFieldsRequest, 'dui'>
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
export type InvoicesSellersResponse = InvoicesSellers
|
|
@@ -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 {
|