@parra/parra-js-sdk 0.3.213 → 0.3.215
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.
- package/dist/ParraAPI.d.ts +2 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -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 {
|