Skip to content

Commit

Permalink
feat: add query for modules, runs and sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangyang96 committed Dec 20, 2024
1 parent 75c672f commit 4f5657f
Show file tree
Hide file tree
Showing 8 changed files with 2,485 additions and 2,313 deletions.
1,302 changes: 676 additions & 626 deletions api/openapispec/docs.go

Large diffs are not rendered by default.

1,302 changes: 676 additions & 626 deletions api/openapispec/swagger.json

Large diffs are not rendered by default.

548 changes: 291 additions & 257 deletions api/openapispec/swagger.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kusionstack/kusion-api-client-sdk",
"version": "1.0.0",
"version": "1.0.2",
"description": "Kusion API Client SDK",
"main": "dist/src/client/index.js",
"types": "dist/src/client/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/client/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// This file is auto-generated by @hey-api/openapi-ts
export * from './sdk.gen';
export * from './types.gen';
export * from './types.gen';
export * from './schemas.gen';
Loading

0 comments on commit 4f5657f

Please sign in to comment.