@riocrypto/common 1.0.1211 → 1.0.1212

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,6 +5,7 @@ import { PlatformFeeRange } from "./platform-fee-range";
5
5
  import { UserAttribute } from "./user-attribute";
6
6
  import { UserType } from "./user-type";
7
7
  declare type IndividualUser = {
8
+ id: string;
8
9
  individualData: {
9
10
  firstName: string;
10
11
  middleName?: string;
@@ -116,7 +117,7 @@ export declare type User = {
116
117
  };
117
118
  invoicing?: {
118
119
  MX: {
119
- shouldInvoice: boolean;
120
+ shouldInvoice?: boolean;
120
121
  fiscalName?: string;
121
122
  fiscalRegimenCode?: number;
122
123
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1211",
3
+ "version": "1.0.1212",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",