Skip to content

Commit

Permalink
chore(customer-portal-client): update client with new spec: 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Rankla committed Nov 15, 2024
1 parent 8548f18 commit ae67866
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 167 deletions.
4 changes: 2 additions & 2 deletions clients/customer-portal-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17.2",
"version": "0.17.4",
"description": "API Client for epilot portal API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
33 changes: 33 additions & 0 deletions clients/customer-portal-client/src/openapi-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,29 @@
"responses": {}
}
},
"/v2/portal/resolve:external-link/{id}": {
"get": {
"operationId": "getResolvedExternalLink",
"parameters": [
{
"in": "path",
"name": "id",
"required": true
},
{
"in": "query",
"name": "origin",
"required": false
},
{
"in": "query",
"name": "contactId",
"required": false
}
],
"responses": {}
}
},
"/v2/portal/public/portal/config": {
"get": {
"operationId": "getPublicPortalConfig",
Expand Down Expand Up @@ -415,6 +438,11 @@
"in": "query",
"name": "confirmation_link_token",
"required": true
},
{
"in": "query",
"name": "use_redirect",
"required": false
}
],
"responses": {}
Expand Down Expand Up @@ -1101,6 +1129,11 @@
"content": {
"application/json": {}
}
},
"ConfirmUserInvalidRequest": {
"content": {
"application/json": {}
}
}
}
},
Expand Down
Loading

0 comments on commit ae67866

Please sign in to comment.