@parra/parra-js-sdk 0.3.202 → 0.3.203

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.
@@ -361,6 +361,7 @@ export interface Identity {
361
361
  phone_number_verified?: boolean | null;
362
362
  username?: string | null;
363
363
  external_id?: string | null;
364
+ has_password?: boolean | null;
364
365
  }
365
366
  export interface TenantUserStub {
366
367
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.202",
3
+ "version": "0.3.203",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",