@parra/parra-js-sdk 0.3.213 → 0.3.214

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.
@@ -2318,6 +2318,8 @@ export interface TeamMember {
2318
2318
  export interface UpdateTenantUserRequestBody {
2319
2319
  identity?: string | null;
2320
2320
  name?: string | null;
2321
+ first_name?: string | null;
2322
+ last_name?: string | null;
2321
2323
  properties?: object | null;
2322
2324
  }
2323
2325
  export interface CreateTenantUserRequestBody {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.213",
3
+ "version": "0.3.214",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",