Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5166,7 +5166,7 @@ export interface KnownUser {
* @type {string}
* @memberof KnownUser
*/
idpId: string;
idpId?: string;
/**
*
* @type {string}
Expand Down
2 changes: 1 addition & 1 deletion client/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.42.1';
export const version = '0.42.2';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vertexvis/api-client-node",
"version": "0.42.1",
"version": "0.42.2",
"description": "The Vertex REST API client for Node.js.",
"license": "MIT",
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
Expand Down
4 changes: 0 additions & 4 deletions spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16009,9 +16009,6 @@ components:
maxLength: 36
type: string
idpId:
example: some-string
maxLength: 1024
minLength: 1
type: string
email:
type: string
Expand All @@ -16021,7 +16018,6 @@ components:
- email
- fullName
- id
- idpId
- type
type: object
UnknownUser:
Expand Down
Loading