@openbox/shared-types 0.2.52 → 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.
@@ -6,3 +6,4 @@ export * from './PaymentConditions';
6
6
  export * from './Sellers/';
7
7
  export * from './Statuses/';
8
8
  export * from './Zones/';
9
+ export * from './invoices.enum';
@@ -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,15 @@
1
+ export declare enum InvoicesDocumentTypes {
2
+ FCF = 1,
3
+ CCF = 2,
4
+ FEX = 3,
5
+ NC = 4,
6
+ ND = 5,
7
+ FC = 6
8
+ }
9
+ export declare enum InvoicesStatuses {
10
+ Emitida = 1,
11
+ Impresa = 2,
12
+ Anulada = 3,
13
+ Reservada = 4,
14
+ Pagada = 5
15
+ }
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.2.52",
3
+ "version": "0.2.53",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -6,3 +6,4 @@ export * from './PaymentConditions'
6
6
  export * from './Sellers/'
7
7
  export * from './Statuses/'
8
8
  export * from './Zones/'
9
+ export * from './invoices.enum'
@@ -0,0 +1,16 @@
1
+ export enum InvoicesDocumentTypes {
2
+ FCF = 1,
3
+ CCF = 2,
4
+ FEX = 3,
5
+ NC = 4,
6
+ ND = 5,
7
+ FC = 6,
8
+ }
9
+
10
+ export enum InvoicesStatuses {
11
+ Emitida = 1,
12
+ Impresa = 2,
13
+ Anulada = 3,
14
+ Reservada = 4,
15
+ Pagada = 5,
16
+ }
package/tsconfig.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "experimentalDecorators": true,
9
9
  "strictPropertyInitialization": false,
10
10
  "sourceMap": true,
11
- "rootDir": "src"
11
+ "rootDir": "src",
12
12
  },
13
13
  "exclude": ["node_modules", "scripts"]
14
14
  }