@openbox/shared-types 0.3.67 → 0.3.68

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.
@@ -5,11 +5,11 @@ export declare enum AccountingEntriesStatusesEnum {
5
5
  }
6
6
  export declare enum AccountingEntriesTypesEnum {
7
7
  Diario = 1,
8
- Ingreso = 1,
9
- Egreso = 1,
10
- CuentaPorCobrar = 1,
11
- CuentaPorPagar = 1,
12
- Depreciacion = 1,
13
- Ajuste = 1,
14
- Cierre = 1
8
+ Ingreso = 2,
9
+ Egreso = 3,
10
+ CuentaPorCobrar = 4,
11
+ CuentaPorPagar = 5,
12
+ Depreciacion = 6,
13
+ Ajuste = 7,
14
+ Cierre = 8
15
15
  }
@@ -10,12 +10,12 @@ var AccountingEntriesStatusesEnum;
10
10
  var AccountingEntriesTypesEnum;
11
11
  (function (AccountingEntriesTypesEnum) {
12
12
  AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Diario"] = 1] = "Diario";
13
- AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Ingreso"] = 1] = "Ingreso";
14
- AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Egreso"] = 1] = "Egreso";
15
- AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["CuentaPorCobrar"] = 1] = "CuentaPorCobrar";
16
- AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["CuentaPorPagar"] = 1] = "CuentaPorPagar";
17
- AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Depreciacion"] = 1] = "Depreciacion";
18
- AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Ajuste"] = 1] = "Ajuste";
19
- AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Cierre"] = 1] = "Cierre";
13
+ AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Ingreso"] = 2] = "Ingreso";
14
+ AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Egreso"] = 3] = "Egreso";
15
+ AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["CuentaPorCobrar"] = 4] = "CuentaPorCobrar";
16
+ AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["CuentaPorPagar"] = 5] = "CuentaPorPagar";
17
+ AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Depreciacion"] = 6] = "Depreciacion";
18
+ AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Ajuste"] = 7] = "Ajuste";
19
+ AccountingEntriesTypesEnum[AccountingEntriesTypesEnum["Cierre"] = 8] = "Cierre";
20
20
  })(AccountingEntriesTypesEnum = exports.AccountingEntriesTypesEnum || (exports.AccountingEntriesTypesEnum = {}));
21
21
  //# sourceMappingURL=accounting.enums.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.3.67",
3
+ "version": "0.3.68",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -6,11 +6,11 @@ export enum AccountingEntriesStatusesEnum {
6
6
 
7
7
  export enum AccountingEntriesTypesEnum {
8
8
  Diario = 1,
9
- Ingreso = 1,
10
- Egreso = 1,
11
- CuentaPorCobrar = 1,
12
- CuentaPorPagar = 1,
13
- Depreciacion = 1,
14
- Ajuste = 1,
15
- Cierre = 1,
9
+ Ingreso = 2,
10
+ Egreso = 3,
11
+ CuentaPorCobrar = 4,
12
+ CuentaPorPagar = 5,
13
+ Depreciacion = 6,
14
+ Ajuste = 7,
15
+ Cierre = 8,
16
16
  }