File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,20 +17,14 @@ jobs:
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v4
20- with :
21- fetch-depth : 0
2220
2321 - name : Setup pnpm
2422 uses : pnpm/action-setup@v4
25- with :
26- version : 9
2723
2824 - name : Setup Node
2925 uses : actions/setup-node@v4
3026 with :
3127 node-version : 24
32- cache : pnpm
33- registry-url : https://registry.npmjs.org
3428
3529 - name : Install deps
3630 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 3434 "prettier-plugin-organize-imports" : " ^4.3.0" ,
3535 "prettier-plugin-packagejson" : " ^3.0.0"
3636 },
37- "packageManager" : " pnpm@10.18.1 +sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34 "
37+ "packageManager" : " pnpm@10.28.2 +sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264 "
3838}
Original file line number Diff line number Diff line change 11export * from "./generated" ;
2-
3- // Re-export specific models
4- export { AuthOAuthProviders } from "./generated/model/authOAuthProviders" ;
2+ export * from "./generated/model" ;
Original file line number Diff line number Diff line change 99 @import url ("https://font.emtech.cc/css/FiraCode/600" );
1010
1111 body {
12- background-color : # 0f0f0f ;
12+ background-color : # 000e23 ;
1313 }
1414
1515 : root {
2525 Scalar . createApiReference ( "#app" , {
2626 url : "tsp-output/schema/openapi.1.0.0.yaml" ,
2727 theme : "bluePlanet" ,
28- hideClientButton : false ,
28+ hideClientButton : true ,
2929 showSidebar : true ,
3030 showDeveloperTools : "localhost" ,
3131 showToolbar : "localhost" ,
4949 orderRequiredPropertiesFirst : true ,
5050 default : false ,
5151 withDefaultFonts : false ,
52- showDeveloperTools : "always"
52+ showDeveloperTools : "always" ,
53+ showOperationId : true
5354 // Avoid CORS issues
5455 // proxyUrl: 'https://proxy.scalar.com',
5556 } ) ;
You can’t perform that action at this time.
0 commit comments