@botpress/api 1.27.0 → 1.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-openapi.log +51 -0
- package/dist/index.js +960 -274
- package/dist/src/gen/admin/state.d.ts +6 -0
- package/dist/src/gen/state.d.ts +6 -0
- package/package.json +3 -2
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +7 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +7 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
|
|
2
|
+
> @botpress/api@1.28.1 openapi /home/runner/work/skynet/skynet/packages/public-api
|
|
3
|
+
> es-node openapi/generator.ts && pnpm run build
|
|
4
|
+
|
|
5
|
+
Generating openapi content
|
|
6
|
+
Generating metadata content
|
|
7
|
+
Saving generated files
|
|
8
|
+
Saving metadata.json file
|
|
9
|
+
Saving openapi.json file
|
|
10
|
+
|
|
11
|
+
Generating openapi content
|
|
12
|
+
Generating metadata content
|
|
13
|
+
Saving generated files
|
|
14
|
+
Saving metadata.json file
|
|
15
|
+
Saving openapi.json file
|
|
16
|
+
|
|
17
|
+
Generating openapi content
|
|
18
|
+
Generating metadata content
|
|
19
|
+
Saving generated files
|
|
20
|
+
Saving metadata.json file
|
|
21
|
+
Saving openapi.json file
|
|
22
|
+
|
|
23
|
+
Generating openapi content
|
|
24
|
+
Generating metadata content
|
|
25
|
+
Saving generated files
|
|
26
|
+
Saving metadata.json file
|
|
27
|
+
Saving openapi.json file
|
|
28
|
+
|
|
29
|
+
Generating openapi content
|
|
30
|
+
Generating metadata content
|
|
31
|
+
Saving generated files
|
|
32
|
+
Saving metadata.json file
|
|
33
|
+
Saving openapi.json file
|
|
34
|
+
|
|
35
|
+
info: Exit with code {"category":"system","code":0,"label":"Shutdown"}
|
|
36
|
+
|
|
37
|
+
> @botpress/api@1.28.1 build /home/runner/work/skynet/skynet/packages/public-api
|
|
38
|
+
> pnpm run build:type && pnpm run build:impl
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
> @botpress/api@1.28.1 build:type /home/runner/work/skynet/skynet/packages/public-api
|
|
42
|
+
> tsc -p tsconfig.package.json --emitDeclarationOnly
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
> @botpress/api@1.28.1 build:impl /home/runner/work/skynet/skynet/packages/public-api
|
|
46
|
+
> esbuild --bundle --platform=node --outfile=dist/index.js src/index.ts
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
dist/index.js 14.0mb ⚠️
|
|
50
|
+
|
|
51
|
+
⚡ Done in 899ms
|