Skip to content

Commit 001c8d4

Browse files
authored
feat: add query for modules, runs and sources (#3)
1 parent 75c672f commit 001c8d4

File tree

8 files changed

+2485
-2313
lines changed

8 files changed

+2485
-2313
lines changed

api/openapispec/docs.go

Lines changed: 676 additions & 626 deletions
Large diffs are not rendered by default.

api/openapispec/swagger.json

Lines changed: 676 additions & 626 deletions
Large diffs are not rendered by default.

api/openapispec/swagger.yaml

Lines changed: 291 additions & 257 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kusionstack/kusion-api-client-sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Kusion API Client SDK",
55
"main": "dist/src/client/index.js",
66
"types": "dist/src/client/index.d.ts",

src/client/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// This file is auto-generated by @hey-api/openapi-ts
22
export * from './sdk.gen';
3-
export * from './types.gen';
3+
export * from './types.gen';
4+
export * from './schemas.gen';

0 commit comments

Comments
 (0)