Skip to content

Commit

Permalink
Chore: Upgraded with SSO changes - portal client
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumanth Kanakala committed Jan 21, 2025
1 parent 5a166f7 commit 44381ac
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 165 deletions.
2 changes: 1 addition & 1 deletion clients/customer-portal-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epilot/customer-portal-client",
"version": "0.19.1",
"version": "0.19.2",
"description": "API Client for epilot portal API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
47 changes: 28 additions & 19 deletions clients/customer-portal-client/src/openapi-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,6 @@
"responses": {}
}
},
"/v2/portal/sso/user": {
"post": {
"operationId": "createSSOUser",
"parameters": [
{
"in": "query",
"name": "origin",
"required": true
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {}
}
},
"responses": {}
}
},
"/v2/portal/public/config": {
"get": {
"operationId": "getPortalConfigByDomain",
Expand Down Expand Up @@ -1232,6 +1213,34 @@
},
"responses": {}
}
},
"/v2/portal/public/sso/login": {
"post": {
"operationId": "ssoLogin",
"parameters": [
{
"in": "query",
"name": "origin",
"required": true
},
{
"in": "query",
"name": "org_id",
"required": true
},
{
"in": "query",
"name": "contact_id",
"required": false
}
],
"requestBody": {
"content": {
"application/json": {}
}
},
"responses": {}
}
}
},
"components": {
Expand Down
Loading

0 comments on commit 44381ac

Please sign in to comment.