@riocrypto/common 1.0.1552 → 1.0.1554

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.
@@ -104,6 +104,8 @@ export declare type UserUpdate = {
104
104
  shouldInvoice?: boolean;
105
105
  fiscalName?: string;
106
106
  fiscalRegimenCode?: number;
107
+ postalCode?: string;
108
+ taxId?: string;
107
109
  };
108
110
  };
109
111
  quotationTime?: number;
@@ -107,6 +107,8 @@ export declare type User = {
107
107
  shouldInvoice?: boolean;
108
108
  fiscalName?: string;
109
109
  fiscalRegimenCode?: number;
110
+ taxId?: string;
111
+ postalCode?: string;
110
112
  };
111
113
  };
112
114
  quotationTime?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1552",
3
+ "version": "1.0.1554",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",