Skip to content

Commit

Permalink
Automated Update for Version v1.16.3 (#197)
Browse files Browse the repository at this point in the history
This PR contains automated updates to the internal API client and Sindri
manifest schema.

- **Raw API Version**: v1.16.3-rc1
- **Production API Version**: v1.16.3
- **Branch Name**: gha-automatic-update-6729e6e0f4acaa7a

Please review the changes, test new functionality manually, merge this
PR, and create a new release. Manual changes might be required if CI
fails.

If a new framework has been added, you will need to add a new response
type to the `CircuitInfoResponse` interface in `src/lib/client.ts`. You
may also need to re-record the test fixtures with `npm run test:record`
(export if not running against production and authenticate with first).

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
sindri-bot[bot] and actions-user authored Feb 3, 2025
1 parent bec5d35 commit 9849a99
Show file tree
Hide file tree
Showing 4 changed files with 949 additions and 60,541 deletions.
2 changes: 1 addition & 1 deletion src/lib/api/ApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class ApiClient {
) {
this.request = new HttpRequest({
BASE: config?.BASE ?? "https://sindri.app",
VERSION: config?.VERSION ?? "1.16.2",
VERSION: config?.VERSION ?? "1.16.3",
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
CREDENTIALS: config?.CREDENTIALS ?? "include",
TOKEN: config?.TOKEN,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/api/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export type OpenAPIConfig = {

export const OpenAPI: OpenAPIConfig = {
BASE: "https://sindri.app",
VERSION: "1.16.2",
VERSION: "1.16.3",
WITH_CREDENTIALS: false,
CREDENTIALS: "include",
TOKEN: undefined,
Expand Down
Loading

0 comments on commit 9849a99

Please sign in to comment.