@openbox/shared-types 0.5.4 → 0.5.6
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/accounting/Entries/accounting.entries.types.d.ts +1 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/system/Logs/CreateSingle/Request.d.ts +0 -1
- package/package.json +1 -1
- package/src/System/Logs/CreateSingle/Request.ts +0 -1
- package/src/accounting/Entries/accounting.entries.types.ts +1 -0
- package/src/index.ts +0 -1
- package/lib/partners/V1/auth/ProcessLogin/Request.d.ts +0 -4
- package/lib/partners/V1/auth/ProcessLogin/Request.js +0 -3
- package/lib/partners/V1/auth/ProcessLogin/Request.js.map +0 -1
- package/lib/partners/V1/auth/ProcessLogin/Response.d.ts +0 -6
- package/lib/partners/V1/auth/ProcessLogin/Response.js +0 -3
- package/lib/partners/V1/auth/ProcessLogin/Response.js.map +0 -1
- package/lib/partners/V1/auth/index.d.ts +0 -2
- package/lib/partners/V1/auth/index.js +0 -19
- package/lib/partners/V1/auth/index.js.map +0 -1
- package/lib/partners/V1/index.d.ts +0 -2
- package/lib/partners/V1/index.js +0 -19
- package/lib/partners/V1/index.js.map +0 -1
- package/lib/partners/V1/invoices/CreateSingle/Request.d.ts +0 -31
- package/lib/partners/V1/invoices/CreateSingle/Request.js +0 -3
- package/lib/partners/V1/invoices/CreateSingle/Request.js.map +0 -1
- package/lib/partners/V1/invoices/CreateSingle/Response.d.ts +0 -22
- package/lib/partners/V1/invoices/CreateSingle/Response.js +0 -11
- package/lib/partners/V1/invoices/CreateSingle/Response.js.map +0 -1
- package/lib/partners/V1/invoices/index.d.ts +0 -2
- package/lib/partners/V1/invoices/index.js +0 -19
- package/lib/partners/V1/invoices/index.js.map +0 -1
- package/lib/partners/index.d.ts +0 -1
- package/lib/partners/index.js +0 -18
- package/lib/partners/index.js.map +0 -1
- package/src/partners/V1/auth/ProcessLogin/Request.ts +0 -4
- package/src/partners/V1/auth/ProcessLogin/Response.ts +0 -7
- package/src/partners/V1/auth/index.ts +0 -2
- package/src/partners/V1/index.ts +0 -2
- package/src/partners/V1/invoices/CreateSingle/Request.ts +0 -37
- package/src/partners/V1/invoices/CreateSingle/Response.ts +0 -24
- package/src/partners/V1/invoices/index.ts +0 -2
- package/src/partners/index.ts +0 -1
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -21,7 +21,6 @@ __exportStar(require("./inventories"), exports);
|
|
|
21
21
|
__exportStar(require("./invoices"), exports);
|
|
22
22
|
__exportStar(require("./legal"), exports);
|
|
23
23
|
__exportStar(require("./management"), exports);
|
|
24
|
-
__exportStar(require("./partners"), exports);
|
|
25
24
|
__exportStar(require("./services"), exports);
|
|
26
25
|
__exportStar(require("./system"), exports);
|
|
27
26
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,yCAAsB;AACtB,8CAA2B;AAC3B,gDAA6B;AAC7B,6CAA0B;AAC1B,0CAAuB;AACvB,+CAA4B;AAC5B,6CAA0B;AAC1B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,yCAAsB;AACtB,8CAA2B;AAC3B,gDAA6B;AAC7B,6CAA0B;AAC1B,0CAAuB;AACvB,+CAA4B;AAC5B,6CAA0B;AAC1B,2CAAwB"}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../../src/partners/V1/auth/ProcessLogin/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/partners/V1/auth/ProcessLogin/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1,19 +0,0 @@
|
|
|
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("./ProcessLogin/Request"), exports);
|
|
18
|
-
__exportStar(require("./ProcessLogin/Response"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/partners/V1/auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,0DAAuC"}
|
package/lib/partners/V1/index.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
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("./auth"), exports);
|
|
18
|
-
__exportStar(require("./invoices"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/partners/V1/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB;AACtB,6CAA0B"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export type PartnersV1InvoicesCreateSingleRequestSettings = {
|
|
2
|
-
notify: 'EMAIL' | null;
|
|
3
|
-
};
|
|
4
|
-
export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerZone = {
|
|
5
|
-
id: string;
|
|
6
|
-
name: string;
|
|
7
|
-
};
|
|
8
|
-
export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSeller = {
|
|
9
|
-
id: string;
|
|
10
|
-
name: string;
|
|
11
|
-
zone: PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerZone;
|
|
12
|
-
};
|
|
13
|
-
export type PartnersV1InvoicesCreateSingleRequestDataHeaderPaymentCondition = {
|
|
14
|
-
id: string;
|
|
15
|
-
name: string;
|
|
16
|
-
cashPayment: boolean;
|
|
17
|
-
};
|
|
18
|
-
export type PartnersV1InvoicesCreateSingleRequestDataHeader = {
|
|
19
|
-
documentType: 'CCF' | 'FCF' | 'NC' | 'FEX';
|
|
20
|
-
invoiceDate: string;
|
|
21
|
-
paymentCondition: PartnersV1InvoicesCreateSingleRequestDataHeaderPaymentCondition;
|
|
22
|
-
invoicesSeller: PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSeller;
|
|
23
|
-
creditFor: string;
|
|
24
|
-
};
|
|
25
|
-
export type PartnersV1InvoicesCreateSingleRequestData = {
|
|
26
|
-
header: PartnersV1InvoicesCreateSingleRequestDataHeader;
|
|
27
|
-
};
|
|
28
|
-
export type PartnersV1InvoicesCreateSingleRequest = {
|
|
29
|
-
settings: PartnersV1InvoicesCreateSingleRequestSettings;
|
|
30
|
-
data: PartnersV1InvoicesCreateSingleRequestData;
|
|
31
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../../src/partners/V1/invoices/CreateSingle/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare enum PartnersV1InvoicesCreateSingleResponseStatus {
|
|
2
|
-
EMITIDA = "EMITIDA",
|
|
3
|
-
PRESENTADA = "PRESENTADA",
|
|
4
|
-
ANULADA = "ANULADA",
|
|
5
|
-
CONTINGENCIA = "CONTINGENCIA"
|
|
6
|
-
}
|
|
7
|
-
export type PartnersV1InvoicesCreateSingleResponseHaciendaResponse = {
|
|
8
|
-
estado: string;
|
|
9
|
-
ambiente: '01' | '00';
|
|
10
|
-
observaciones: Array<string>;
|
|
11
|
-
selloRecibido: string;
|
|
12
|
-
descripcionMsg: string;
|
|
13
|
-
fhProcesamiento: string;
|
|
14
|
-
codigoGeneracion: string;
|
|
15
|
-
};
|
|
16
|
-
export type PartnersV1InvoicesCreateSingleResponse = {
|
|
17
|
-
id: string;
|
|
18
|
-
pdfURL: string;
|
|
19
|
-
jsonURL: string;
|
|
20
|
-
status: PartnersV1InvoicesCreateSingleResponseStatus;
|
|
21
|
-
haciendaResponse: PartnersV1InvoicesCreateSingleResponseHaciendaResponse;
|
|
22
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PartnersV1InvoicesCreateSingleResponseStatus = void 0;
|
|
4
|
-
var PartnersV1InvoicesCreateSingleResponseStatus;
|
|
5
|
-
(function (PartnersV1InvoicesCreateSingleResponseStatus) {
|
|
6
|
-
PartnersV1InvoicesCreateSingleResponseStatus["EMITIDA"] = "EMITIDA";
|
|
7
|
-
PartnersV1InvoicesCreateSingleResponseStatus["PRESENTADA"] = "PRESENTADA";
|
|
8
|
-
PartnersV1InvoicesCreateSingleResponseStatus["ANULADA"] = "ANULADA";
|
|
9
|
-
PartnersV1InvoicesCreateSingleResponseStatus["CONTINGENCIA"] = "CONTINGENCIA";
|
|
10
|
-
})(PartnersV1InvoicesCreateSingleResponseStatus = exports.PartnersV1InvoicesCreateSingleResponseStatus || (exports.PartnersV1InvoicesCreateSingleResponseStatus = {}));
|
|
11
|
-
//# sourceMappingURL=Response.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/partners/V1/invoices/CreateSingle/Response.ts"],"names":[],"mappings":";;;AAAA,IAAY,4CAKX;AALD,WAAY,4CAA4C;IACtD,mEAAmB,CAAA;IACnB,yEAAyB,CAAA;IACzB,mEAAmB,CAAA;IACnB,6EAA6B,CAAA;AAC/B,CAAC,EALW,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAKvD"}
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/partners/V1/invoices/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,0DAAuC"}
|
package/lib/partners/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './V1';
|
package/lib/partners/index.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
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("./V1"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/partners/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uCAAoB"}
|
package/src/partners/V1/index.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
export type PartnersV1InvoicesCreateSingleRequestSettings = {
|
|
2
|
-
notify: 'EMAIL' | null
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerZone = {
|
|
6
|
-
id: string
|
|
7
|
-
name: string
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export type PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSeller = {
|
|
11
|
-
id: string
|
|
12
|
-
name: string
|
|
13
|
-
zone: PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSellerZone
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export type PartnersV1InvoicesCreateSingleRequestDataHeaderPaymentCondition = {
|
|
17
|
-
id: string
|
|
18
|
-
name: string
|
|
19
|
-
cashPayment: boolean
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export type PartnersV1InvoicesCreateSingleRequestDataHeader = {
|
|
23
|
-
documentType: 'CCF' | 'FCF' | 'NC' | 'FEX'
|
|
24
|
-
invoiceDate: string
|
|
25
|
-
paymentCondition: PartnersV1InvoicesCreateSingleRequestDataHeaderPaymentCondition
|
|
26
|
-
invoicesSeller: PartnersV1InvoicesCreateSingleRequestDataHeaderInvoicesSeller
|
|
27
|
-
creditFor: string
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export type PartnersV1InvoicesCreateSingleRequestData = {
|
|
31
|
-
header: PartnersV1InvoicesCreateSingleRequestDataHeader
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export type PartnersV1InvoicesCreateSingleRequest = {
|
|
35
|
-
settings: PartnersV1InvoicesCreateSingleRequestSettings
|
|
36
|
-
data: PartnersV1InvoicesCreateSingleRequestData
|
|
37
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export enum PartnersV1InvoicesCreateSingleResponseStatus {
|
|
2
|
-
EMITIDA = 'EMITIDA',
|
|
3
|
-
PRESENTADA = 'PRESENTADA',
|
|
4
|
-
ANULADA = 'ANULADA',
|
|
5
|
-
CONTINGENCIA = 'CONTINGENCIA',
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export type PartnersV1InvoicesCreateSingleResponseHaciendaResponse = {
|
|
9
|
-
estado: string
|
|
10
|
-
ambiente: '01' | '00'
|
|
11
|
-
observaciones: Array<string>
|
|
12
|
-
selloRecibido: string
|
|
13
|
-
descripcionMsg: string
|
|
14
|
-
fhProcesamiento: string
|
|
15
|
-
codigoGeneracion: string
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export type PartnersV1InvoicesCreateSingleResponse = {
|
|
19
|
-
id: string
|
|
20
|
-
pdfURL: string
|
|
21
|
-
jsonURL: string
|
|
22
|
-
status: PartnersV1InvoicesCreateSingleResponseStatus
|
|
23
|
-
haciendaResponse: PartnersV1InvoicesCreateSingleResponseHaciendaResponse
|
|
24
|
-
}
|
package/src/partners/index.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './V1'
|