@openbox/shared-types 0.1.5 → 0.1.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.
@@ -33,7 +33,7 @@ export type City = {
33
33
  * Campos para el objeto Sellingtypes
34
34
  */
35
35
  export type SellingTypes = {
36
- id: string
36
+ id: number
37
37
  name: string
38
38
  isGravada: boolean
39
39
  }
@@ -45,7 +45,7 @@ import { SellingTypes } from "../AuxiliarTypes";
45
45
  customerTypeNatural:CustomerTypeNatural | null;
46
46
  customerType: SellingTypes;
47
47
  customerTaxerType:CustomerTaxerType;
48
- customerBranches: CustomerBranches;
48
+ branch: CustomerBranches;
49
49
  }
50
50
 
51
51
  type CustomerBranches = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "index.d.ts",
6
6
  "main": "index.d.ts",