Skip to content

Commit

Permalink
sync with core
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Jul 10, 2024
1 parent e0b28db commit 0e31c3e
Show file tree
Hide file tree
Showing 4 changed files with 1,866 additions and 2,451 deletions.
2 changes: 1 addition & 1 deletion api/models/AuthResource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type AuthResource = 'STATUS' | 'MEMORY' | 'CONVERSATION' | 'SETTINGS' | 'LLM' | 'EMBEDDER' | 'AUTH_HANDLER' | 'USERS' | 'UPLOAD' | 'PLUGINS' | 'ADMIN' | 'STATIC';
export type AuthResource = 'STATUS' | 'MEMORY' | 'CONVERSATION' | 'SETTINGS' | 'LLM' | 'EMBEDDER' | 'AUTH_HANDLER' | 'USERS' | 'UPLOAD' | 'PLUGINS' | 'STATIC';
1 change: 0 additions & 1 deletion catapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,6 @@
"USERS",
"UPLOAD",
"PLUGINS",
"ADMIN",
"STATIC"
],
"title": "AuthResource"
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@
"generate": "openapi --input ./catapi.json --output ./api --client axios --name CCatAPI --useUnionTypes"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@changesets/cli": "^2.27.7",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"openapi-typescript-codegen": "^0.28.0",
"openapi-typescript-codegen": "^0.29.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
"tsup": "^8.1.0",
"typescript": "^5.5.3"
},
"dependencies": {
"@types/ws": "^8.5.10",
"axios": "^1.6.8",
"axios": "^1.7.2",
"form-data": "^4.0.0",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
"ws": "^8.18.0"
}
}
Loading

0 comments on commit 0e31c3e

Please sign in to comment.