@epilot/user-client
Advanced tools
Comparing version 3.10.0-rc.1 to 3.10.0-rc.2
@@ -111,2 +111,3 @@ /* eslint-disable */ | ||
created_at?: string; // date-time | ||
activated_at?: string; // date-time | ||
/** | ||
@@ -543,2 +544,3 @@ * User's display name (default: email address) | ||
created_at?: string; // date-time | ||
activated_at?: string; // date-time | ||
/** | ||
@@ -748,2 +750,10 @@ * User's display name (default: email address) | ||
/** | ||
* Logo URL of the organization that invited the user | ||
*/ | ||
invitation_org_logo_url?: string; | ||
/** | ||
* Logo Thumbnail URL of the organization that invited the user | ||
*/ | ||
invitation_org_logo_thumbnail_url?: string; | ||
/** | ||
* User ID of the invited user | ||
@@ -1007,8 +1017,2 @@ */ | ||
login_token: string; | ||
/** | ||
* Cognito login parameters for the new organization | ||
*/ | ||
org_login_parameters: { | ||
[key: string]: any; | ||
}; | ||
} | ||
@@ -1015,0 +1019,0 @@ } |
@@ -710,2 +710,10 @@ { | ||
}, | ||
"invitation_org_logo_url": { | ||
"type": "string", | ||
"description": "Logo URL of the organization that invited the user" | ||
}, | ||
"invitation_org_logo_thumbnail_url": { | ||
"type": "string", | ||
"description": "Logo Thumbnail URL of the organization that invited the user" | ||
}, | ||
"invitee_user_id": { | ||
@@ -898,11 +906,6 @@ "type": "string", | ||
"description": "A login token for the new organization to be used with CUSTOM_AUTH flow against login parameters" | ||
}, | ||
"org_login_parameters": { | ||
"type": "object", | ||
"description": "Cognito login parameters for the new organization" | ||
} | ||
}, | ||
"required": [ | ||
"login_token", | ||
"org_login_parameters" | ||
"login_token" | ||
] | ||
@@ -1200,2 +1203,6 @@ } | ||
}, | ||
"activated_at": { | ||
"type": "string", | ||
"format": "date-time" | ||
}, | ||
"display_name": { | ||
@@ -1202,0 +1209,0 @@ "type": "string", |
{ | ||
"name": "@epilot/user-client", | ||
"version": "3.10.0-rc.1", | ||
"version": "3.10.0-rc.2", | ||
"description": "Client library for the epilot User API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
120109
3934