-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Console Client): GET for "/api/extensibility/tenants/{tenantId}/…
…extensions/{extensionId}" (#192) * feat: generate client for getById * feat: add tests for GET, fix test for PUT * feat: updated another test * chore: changeset * fix: changeset * fix: revert PUT * Revert "fix: revert PUT" This reverts commit 287436e. * revert PUT functionality * fix: consoleClient.ts * note on test * add tests for extension and extension?resolveDetails=true * another changeset! --------- Co-authored-by: ThisIsDemetrio <Demetrio Marino>
- Loading branch information
1 parent
1f718b7
commit 0adcf49
Showing
7 changed files
with
1,922 additions
and
861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@mia-platform/console-client": patch | ||
--- | ||
|
||
Include query parameter "resolveDetails" in "/api/extensibility/tenants/${testTenantId}/extensions" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@mia-platform/console-client": patch | ||
--- | ||
|
||
GET for "/api/extensibility/tenants/{tenantId}/extensions/{extensionId}" |
1,990 changes: 1,134 additions & 856 deletions
1,990
packages/console-client/oas-schema/console-apis-schema.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.