@openbox/shared-types 0.2.51 → 0.2.53
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/index.d.ts +1 -0
- package/lib/invoices/index.js +1 -0
- package/lib/invoices/index.js.map +1 -1
- package/lib/invoices/invoices.enum.d.ts +15 -0
- package/lib/invoices/invoices.enum.js +21 -0
- package/lib/invoices/invoices.enum.js.map +1 -0
- package/lib/system/index.d.ts +1 -0
- package/lib/system/index.js +1 -0
- package/lib/system/index.js.map +1 -1
- package/lib/system/system.enums.d.ts +19 -0
- package/lib/system/system.enums.js +27 -0
- package/lib/system/system.enums.js.map +1 -0
- package/package.json +1 -1
- package/src/invoices/index.ts +1 -0
- package/src/invoices/invoices.enum.ts +16 -0
- package/src/system/index.ts +1 -0
- package/src/system/system.enums.ts +22 -0
- package/tsconfig.json +1 -1
package/lib/invoices/index.d.ts
CHANGED
package/lib/invoices/index.js
CHANGED
|
@@ -22,4 +22,5 @@ __exportStar(require("./PaymentConditions"), exports);
|
|
|
22
22
|
__exportStar(require("./Sellers/"), exports);
|
|
23
23
|
__exportStar(require("./Statuses/"), exports);
|
|
24
24
|
__exportStar(require("./Zones/"), exports);
|
|
25
|
+
__exportStar(require("./invoices.enum"), exports);
|
|
25
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/invoices/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,mDAAgC;AAChC,+CAA4B;AAC5B,8CAA2B;AAC3B,sDAAmC;AACnC,6CAA0B;AAC1B,8CAA2B;AAC3B,2CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/invoices/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,mDAAgC;AAChC,+CAA4B;AAC5B,8CAA2B;AAC3B,sDAAmC;AACnC,6CAA0B;AAC1B,8CAA2B;AAC3B,2CAAwB;AACxB,kDAA+B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.InvoicesStatuses = exports.InvoicesDocumentTypes = void 0;
|
|
4
|
+
var InvoicesDocumentTypes;
|
|
5
|
+
(function (InvoicesDocumentTypes) {
|
|
6
|
+
InvoicesDocumentTypes[InvoicesDocumentTypes["FCF"] = 1] = "FCF";
|
|
7
|
+
InvoicesDocumentTypes[InvoicesDocumentTypes["CCF"] = 2] = "CCF";
|
|
8
|
+
InvoicesDocumentTypes[InvoicesDocumentTypes["FEX"] = 3] = "FEX";
|
|
9
|
+
InvoicesDocumentTypes[InvoicesDocumentTypes["NC"] = 4] = "NC";
|
|
10
|
+
InvoicesDocumentTypes[InvoicesDocumentTypes["ND"] = 5] = "ND";
|
|
11
|
+
InvoicesDocumentTypes[InvoicesDocumentTypes["FC"] = 6] = "FC";
|
|
12
|
+
})(InvoicesDocumentTypes = exports.InvoicesDocumentTypes || (exports.InvoicesDocumentTypes = {}));
|
|
13
|
+
var InvoicesStatuses;
|
|
14
|
+
(function (InvoicesStatuses) {
|
|
15
|
+
InvoicesStatuses[InvoicesStatuses["Emitida"] = 1] = "Emitida";
|
|
16
|
+
InvoicesStatuses[InvoicesStatuses["Impresa"] = 2] = "Impresa";
|
|
17
|
+
InvoicesStatuses[InvoicesStatuses["Anulada"] = 3] = "Anulada";
|
|
18
|
+
InvoicesStatuses[InvoicesStatuses["Reservada"] = 4] = "Reservada";
|
|
19
|
+
InvoicesStatuses[InvoicesStatuses["Pagada"] = 5] = "Pagada";
|
|
20
|
+
})(InvoicesStatuses = exports.InvoicesStatuses || (exports.InvoicesStatuses = {}));
|
|
21
|
+
//# sourceMappingURL=invoices.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invoices.enum.js","sourceRoot":"","sources":["../../src/invoices/invoices.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,qBAOX;AAPD,WAAY,qBAAqB;IAC/B,+DAAO,CAAA;IACP,+DAAO,CAAA;IACP,+DAAO,CAAA;IACP,6DAAM,CAAA;IACN,6DAAM,CAAA;IACN,6DAAM,CAAA;AACR,CAAC,EAPW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAOhC;AAED,IAAY,gBAMX;AAND,WAAY,gBAAgB;IAC1B,6DAAW,CAAA;IACX,6DAAW,CAAA;IACX,6DAAW,CAAA;IACX,iEAAa,CAAA;IACb,2DAAU,CAAA;AACZ,CAAC,EANW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAM3B"}
|
package/lib/system/index.d.ts
CHANGED
package/lib/system/index.js
CHANGED
|
@@ -22,4 +22,5 @@ __exportStar(require("./PersonTypes/"), exports);
|
|
|
22
22
|
__exportStar(require("./SellingTypes/"), exports);
|
|
23
23
|
__exportStar(require("./States/"), exports);
|
|
24
24
|
__exportStar(require("./TaxerTypes/"), exports);
|
|
25
|
+
__exportStar(require("./system.enums"), exports);
|
|
25
26
|
//# sourceMappingURL=index.js.map
|
package/lib/system/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/system/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,+CAA4B;AAC5B,+CAA4B;AAC5B,iDAA8B;AAC9B,iDAA8B;AAC9B,kDAA+B;AAC/B,4CAAyB;AACzB,gDAA6B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/system/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,+CAA4B;AAC5B,+CAA4B;AAC5B,iDAA8B;AAC9B,iDAA8B;AAC9B,kDAA+B;AAC/B,4CAAyB;AACzB,gDAA6B;AAC7B,iDAA8B"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare enum SystemTaxerTypes {
|
|
2
|
+
Small = 1,
|
|
3
|
+
Medium = 2,
|
|
4
|
+
Large = 3
|
|
5
|
+
}
|
|
6
|
+
export declare enum SystemPersonTypes {
|
|
7
|
+
Juridica = 1,
|
|
8
|
+
Natural = 2,
|
|
9
|
+
Extranjera = 3
|
|
10
|
+
}
|
|
11
|
+
export declare enum SystemNaturalTypes {
|
|
12
|
+
NoDeclaraIVA = 1,
|
|
13
|
+
DeclaraIVA = 2
|
|
14
|
+
}
|
|
15
|
+
export declare enum SystemSellingTypes {
|
|
16
|
+
NoSujeto = 1,
|
|
17
|
+
Exento = 2,
|
|
18
|
+
Gravado = 3
|
|
19
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SystemSellingTypes = exports.SystemNaturalTypes = exports.SystemPersonTypes = exports.SystemTaxerTypes = void 0;
|
|
4
|
+
var SystemTaxerTypes;
|
|
5
|
+
(function (SystemTaxerTypes) {
|
|
6
|
+
SystemTaxerTypes[SystemTaxerTypes["Small"] = 1] = "Small";
|
|
7
|
+
SystemTaxerTypes[SystemTaxerTypes["Medium"] = 2] = "Medium";
|
|
8
|
+
SystemTaxerTypes[SystemTaxerTypes["Large"] = 3] = "Large";
|
|
9
|
+
})(SystemTaxerTypes = exports.SystemTaxerTypes || (exports.SystemTaxerTypes = {}));
|
|
10
|
+
var SystemPersonTypes;
|
|
11
|
+
(function (SystemPersonTypes) {
|
|
12
|
+
SystemPersonTypes[SystemPersonTypes["Juridica"] = 1] = "Juridica";
|
|
13
|
+
SystemPersonTypes[SystemPersonTypes["Natural"] = 2] = "Natural";
|
|
14
|
+
SystemPersonTypes[SystemPersonTypes["Extranjera"] = 3] = "Extranjera";
|
|
15
|
+
})(SystemPersonTypes = exports.SystemPersonTypes || (exports.SystemPersonTypes = {}));
|
|
16
|
+
var SystemNaturalTypes;
|
|
17
|
+
(function (SystemNaturalTypes) {
|
|
18
|
+
SystemNaturalTypes[SystemNaturalTypes["NoDeclaraIVA"] = 1] = "NoDeclaraIVA";
|
|
19
|
+
SystemNaturalTypes[SystemNaturalTypes["DeclaraIVA"] = 2] = "DeclaraIVA";
|
|
20
|
+
})(SystemNaturalTypes = exports.SystemNaturalTypes || (exports.SystemNaturalTypes = {}));
|
|
21
|
+
var SystemSellingTypes;
|
|
22
|
+
(function (SystemSellingTypes) {
|
|
23
|
+
SystemSellingTypes[SystemSellingTypes["NoSujeto"] = 1] = "NoSujeto";
|
|
24
|
+
SystemSellingTypes[SystemSellingTypes["Exento"] = 2] = "Exento";
|
|
25
|
+
SystemSellingTypes[SystemSellingTypes["Gravado"] = 3] = "Gravado";
|
|
26
|
+
})(SystemSellingTypes = exports.SystemSellingTypes || (exports.SystemSellingTypes = {}));
|
|
27
|
+
//# sourceMappingURL=system.enums.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"system.enums.js","sourceRoot":"","sources":["../../src/system/system.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,yDAAS,CAAA;IACT,2DAAU,CAAA;IACV,yDAAS,CAAA;AACX,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B;AAED,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC3B,iEAAY,CAAA;IACZ,+DAAW,CAAA;IACX,qEAAc,CAAA;AAChB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AAED,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,2EAAgB,CAAA;IAChB,uEAAc,CAAA;AAChB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,mEAAY,CAAA;IACZ,+DAAU,CAAA;IACV,iEAAW,CAAA;AACb,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
package/package.json
CHANGED
package/src/invoices/index.ts
CHANGED
package/src/system/index.ts
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export enum SystemTaxerTypes {
|
|
2
|
+
Small = 1,
|
|
3
|
+
Medium = 2,
|
|
4
|
+
Large = 3,
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export enum SystemPersonTypes {
|
|
8
|
+
Juridica = 1,
|
|
9
|
+
Natural = 2,
|
|
10
|
+
Extranjera = 3,
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export enum SystemNaturalTypes {
|
|
14
|
+
NoDeclaraIVA = 1,
|
|
15
|
+
DeclaraIVA = 2,
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export enum SystemSellingTypes {
|
|
19
|
+
NoSujeto = 1,
|
|
20
|
+
Exento = 2,
|
|
21
|
+
Gravado = 3,
|
|
22
|
+
}
|