@botpress/api 1.46.0 → 1.46.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 +5 -5
- package/dist/index.js +35 -35
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1 -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 +16 -16
- package/src/gen/state.ts +16 -16
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/.turbo/turbo-openapi.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @botpress/api@1.46.
|
|
2
|
+
> @botpress/api@1.46.1 openapi /home/runner/work/skynet/skynet/packages/public-api
|
|
3
3
|
> es-node openapi/generator.ts && pnpm run build
|
|
4
4
|
|
|
5
5
|
Generating openapi content
|
|
@@ -34,18 +34,18 @@ Saving openapi.json file
|
|
|
34
34
|
|
|
35
35
|
info: Exit with code {"category":"system","code":0,"label":"Shutdown"}
|
|
36
36
|
|
|
37
|
-
> @botpress/api@1.46.
|
|
37
|
+
> @botpress/api@1.46.1 build /home/runner/work/skynet/skynet/packages/public-api
|
|
38
38
|
> pnpm run build:type && pnpm run build:impl
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
> @botpress/api@1.46.
|
|
41
|
+
> @botpress/api@1.46.1 build:type /home/runner/work/skynet/skynet/packages/public-api
|
|
42
42
|
> tsc -p tsconfig.package.json --emitDeclarationOnly
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
> @botpress/api@1.46.
|
|
45
|
+
> @botpress/api@1.46.1 build:impl /home/runner/work/skynet/skynet/packages/public-api
|
|
46
46
|
> esbuild --bundle --platform=node --outfile=dist/index.js src/index.ts
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
dist/index.js 14.1mb ⚠️
|
|
50
50
|
|
|
51
|
-
⚡ Done in
|
|
51
|
+
⚡ Done in 884ms
|
package/dist/index.js
CHANGED
|
@@ -283818,7 +283818,7 @@ var state = {
|
|
|
283818
283818
|
"type": {
|
|
283819
283819
|
"in": "path",
|
|
283820
283820
|
"type": "string",
|
|
283821
|
-
"description": "
|
|
283821
|
+
"description": "Represents the resource type that the state is related to",
|
|
283822
283822
|
"enum": [
|
|
283823
283823
|
"conversation",
|
|
283824
283824
|
"user",
|
|
@@ -283831,12 +283831,12 @@ var state = {
|
|
|
283831
283831
|
"id": {
|
|
283832
283832
|
"in": "path",
|
|
283833
283833
|
"type": "string",
|
|
283834
|
-
"description": "State
|
|
283834
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
283835
283835
|
},
|
|
283836
283836
|
"name": {
|
|
283837
283837
|
"in": "path",
|
|
283838
283838
|
"type": "string",
|
|
283839
|
-
"description": "State
|
|
283839
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
283840
283840
|
}
|
|
283841
283841
|
},
|
|
283842
283842
|
"requestBody": {
|
|
@@ -283886,7 +283886,7 @@ var state = {
|
|
|
283886
283886
|
"type": {
|
|
283887
283887
|
"in": "path",
|
|
283888
283888
|
"type": "string",
|
|
283889
|
-
"description": "
|
|
283889
|
+
"description": "Represents the resource type that the state is related to",
|
|
283890
283890
|
"enum": [
|
|
283891
283891
|
"conversation",
|
|
283892
283892
|
"user",
|
|
@@ -283899,12 +283899,12 @@ var state = {
|
|
|
283899
283899
|
"id": {
|
|
283900
283900
|
"in": "path",
|
|
283901
283901
|
"type": "string",
|
|
283902
|
-
"description": "State
|
|
283902
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
283903
283903
|
},
|
|
283904
283904
|
"name": {
|
|
283905
283905
|
"in": "path",
|
|
283906
283906
|
"type": "string",
|
|
283907
|
-
"description": "State
|
|
283907
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
283908
283908
|
}
|
|
283909
283909
|
},
|
|
283910
283910
|
"section": "state",
|
|
@@ -283947,7 +283947,7 @@ var state = {
|
|
|
283947
283947
|
"type": {
|
|
283948
283948
|
"in": "path",
|
|
283949
283949
|
"type": "string",
|
|
283950
|
-
"description": "
|
|
283950
|
+
"description": "Represents the resource type that the state is related to",
|
|
283951
283951
|
"enum": [
|
|
283952
283952
|
"conversation",
|
|
283953
283953
|
"user",
|
|
@@ -283960,12 +283960,12 @@ var state = {
|
|
|
283960
283960
|
"id": {
|
|
283961
283961
|
"in": "path",
|
|
283962
283962
|
"type": "string",
|
|
283963
|
-
"description": "State
|
|
283963
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
283964
283964
|
},
|
|
283965
283965
|
"name": {
|
|
283966
283966
|
"in": "path",
|
|
283967
283967
|
"type": "string",
|
|
283968
|
-
"description": "State
|
|
283968
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
283969
283969
|
}
|
|
283970
283970
|
},
|
|
283971
283971
|
"requestBody": {
|
|
@@ -284021,7 +284021,7 @@ var state = {
|
|
|
284021
284021
|
"type": {
|
|
284022
284022
|
"in": "path",
|
|
284023
284023
|
"type": "string",
|
|
284024
|
-
"description": "
|
|
284024
|
+
"description": "Represents the resource type that the state is related to",
|
|
284025
284025
|
"enum": [
|
|
284026
284026
|
"conversation",
|
|
284027
284027
|
"user",
|
|
@@ -284034,12 +284034,12 @@ var state = {
|
|
|
284034
284034
|
"id": {
|
|
284035
284035
|
"in": "path",
|
|
284036
284036
|
"type": "string",
|
|
284037
|
-
"description": "State
|
|
284037
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
284038
284038
|
},
|
|
284039
284039
|
"name": {
|
|
284040
284040
|
"in": "path",
|
|
284041
284041
|
"type": "string",
|
|
284042
|
-
"description": "State
|
|
284042
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
284043
284043
|
}
|
|
284044
284044
|
},
|
|
284045
284045
|
"requestBody": {
|
|
@@ -284107,7 +284107,7 @@ var state = {
|
|
|
284107
284107
|
"type": {
|
|
284108
284108
|
"in": "path",
|
|
284109
284109
|
"type": "string",
|
|
284110
|
-
"description": "
|
|
284110
|
+
"description": "Represents the resource type that the state is related to",
|
|
284111
284111
|
"enum": [
|
|
284112
284112
|
"conversation",
|
|
284113
284113
|
"user",
|
|
@@ -284120,12 +284120,12 @@ var state = {
|
|
|
284120
284120
|
"id": {
|
|
284121
284121
|
"in": "path",
|
|
284122
284122
|
"type": "string",
|
|
284123
|
-
"description": "State
|
|
284123
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
284124
284124
|
},
|
|
284125
284125
|
"name": {
|
|
284126
284126
|
"in": "path",
|
|
284127
284127
|
"type": "string",
|
|
284128
|
-
"description": "State
|
|
284128
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
284129
284129
|
}
|
|
284130
284130
|
},
|
|
284131
284131
|
"requestBody": {
|
|
@@ -285106,7 +285106,7 @@ var state = {
|
|
|
285106
285106
|
"title": "Botpress API",
|
|
285107
285107
|
"description": "API for Botpress Cloud",
|
|
285108
285108
|
"server": "https://api.botpress.cloud",
|
|
285109
|
-
"version": "1.46.
|
|
285109
|
+
"version": "1.46.1",
|
|
285110
285110
|
"prefix": "v1"
|
|
285111
285111
|
},
|
|
285112
285112
|
"errors": [
|
|
@@ -303150,7 +303150,7 @@ var state2 = {
|
|
|
303150
303150
|
"title": "Botpress API",
|
|
303151
303151
|
"description": "API for Botpress Cloud",
|
|
303152
303152
|
"server": "https://api.botpress.cloud",
|
|
303153
|
-
"version": "1.46.
|
|
303153
|
+
"version": "1.46.1",
|
|
303154
303154
|
"prefix": "v1"
|
|
303155
303155
|
},
|
|
303156
303156
|
"errors": [
|
|
@@ -309157,7 +309157,7 @@ var state3 = {
|
|
|
309157
309157
|
"title": "Botpress API",
|
|
309158
309158
|
"description": "API for Botpress Cloud",
|
|
309159
309159
|
"server": "https://api.botpress.cloud",
|
|
309160
|
-
"version": "1.46.
|
|
309160
|
+
"version": "1.46.1",
|
|
309161
309161
|
"prefix": "v1"
|
|
309162
309162
|
},
|
|
309163
309163
|
"errors": [
|
|
@@ -314300,7 +314300,7 @@ var state4 = {
|
|
|
314300
314300
|
"title": "Botpress API",
|
|
314301
314301
|
"description": "API for Botpress Cloud",
|
|
314302
314302
|
"server": "https://api.botpress.cloud",
|
|
314303
|
-
"version": "1.46.
|
|
314303
|
+
"version": "1.46.1",
|
|
314304
314304
|
"prefix": "v1"
|
|
314305
314305
|
},
|
|
314306
314306
|
"errors": [
|
|
@@ -319580,7 +319580,7 @@ var state5 = {
|
|
|
319580
319580
|
"type": {
|
|
319581
319581
|
"in": "path",
|
|
319582
319582
|
"type": "string",
|
|
319583
|
-
"description": "
|
|
319583
|
+
"description": "Represents the resource type that the state is related to",
|
|
319584
319584
|
"enum": [
|
|
319585
319585
|
"conversation",
|
|
319586
319586
|
"user",
|
|
@@ -319593,12 +319593,12 @@ var state5 = {
|
|
|
319593
319593
|
"id": {
|
|
319594
319594
|
"in": "path",
|
|
319595
319595
|
"type": "string",
|
|
319596
|
-
"description": "State
|
|
319596
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
319597
319597
|
},
|
|
319598
319598
|
"name": {
|
|
319599
319599
|
"in": "path",
|
|
319600
319600
|
"type": "string",
|
|
319601
|
-
"description": "State
|
|
319601
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
319602
319602
|
}
|
|
319603
319603
|
},
|
|
319604
319604
|
"requestBody": {
|
|
@@ -319648,7 +319648,7 @@ var state5 = {
|
|
|
319648
319648
|
"type": {
|
|
319649
319649
|
"in": "path",
|
|
319650
319650
|
"type": "string",
|
|
319651
|
-
"description": "
|
|
319651
|
+
"description": "Represents the resource type that the state is related to",
|
|
319652
319652
|
"enum": [
|
|
319653
319653
|
"conversation",
|
|
319654
319654
|
"user",
|
|
@@ -319661,12 +319661,12 @@ var state5 = {
|
|
|
319661
319661
|
"id": {
|
|
319662
319662
|
"in": "path",
|
|
319663
319663
|
"type": "string",
|
|
319664
|
-
"description": "State
|
|
319664
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
319665
319665
|
},
|
|
319666
319666
|
"name": {
|
|
319667
319667
|
"in": "path",
|
|
319668
319668
|
"type": "string",
|
|
319669
|
-
"description": "State
|
|
319669
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
319670
319670
|
}
|
|
319671
319671
|
},
|
|
319672
319672
|
"section": "state",
|
|
@@ -319709,7 +319709,7 @@ var state5 = {
|
|
|
319709
319709
|
"type": {
|
|
319710
319710
|
"in": "path",
|
|
319711
319711
|
"type": "string",
|
|
319712
|
-
"description": "
|
|
319712
|
+
"description": "Represents the resource type that the state is related to",
|
|
319713
319713
|
"enum": [
|
|
319714
319714
|
"conversation",
|
|
319715
319715
|
"user",
|
|
@@ -319722,12 +319722,12 @@ var state5 = {
|
|
|
319722
319722
|
"id": {
|
|
319723
319723
|
"in": "path",
|
|
319724
319724
|
"type": "string",
|
|
319725
|
-
"description": "State
|
|
319725
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
319726
319726
|
},
|
|
319727
319727
|
"name": {
|
|
319728
319728
|
"in": "path",
|
|
319729
319729
|
"type": "string",
|
|
319730
|
-
"description": "State
|
|
319730
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
319731
319731
|
}
|
|
319732
319732
|
},
|
|
319733
319733
|
"requestBody": {
|
|
@@ -319783,7 +319783,7 @@ var state5 = {
|
|
|
319783
319783
|
"type": {
|
|
319784
319784
|
"in": "path",
|
|
319785
319785
|
"type": "string",
|
|
319786
|
-
"description": "
|
|
319786
|
+
"description": "Represents the resource type that the state is related to",
|
|
319787
319787
|
"enum": [
|
|
319788
319788
|
"conversation",
|
|
319789
319789
|
"user",
|
|
@@ -319796,12 +319796,12 @@ var state5 = {
|
|
|
319796
319796
|
"id": {
|
|
319797
319797
|
"in": "path",
|
|
319798
319798
|
"type": "string",
|
|
319799
|
-
"description": "State
|
|
319799
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
319800
319800
|
},
|
|
319801
319801
|
"name": {
|
|
319802
319802
|
"in": "path",
|
|
319803
319803
|
"type": "string",
|
|
319804
|
-
"description": "State
|
|
319804
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
319805
319805
|
}
|
|
319806
319806
|
},
|
|
319807
319807
|
"requestBody": {
|
|
@@ -319869,7 +319869,7 @@ var state5 = {
|
|
|
319869
319869
|
"type": {
|
|
319870
319870
|
"in": "path",
|
|
319871
319871
|
"type": "string",
|
|
319872
|
-
"description": "
|
|
319872
|
+
"description": "Represents the resource type that the state is related to",
|
|
319873
319873
|
"enum": [
|
|
319874
319874
|
"conversation",
|
|
319875
319875
|
"user",
|
|
@@ -319882,12 +319882,12 @@ var state5 = {
|
|
|
319882
319882
|
"id": {
|
|
319883
319883
|
"in": "path",
|
|
319884
319884
|
"type": "string",
|
|
319885
|
-
"description": "State
|
|
319885
|
+
"description": "Id of the State which will be either the botId, the userId or the conversationId"
|
|
319886
319886
|
},
|
|
319887
319887
|
"name": {
|
|
319888
319888
|
"in": "path",
|
|
319889
319889
|
"type": "string",
|
|
319890
|
-
"description": "State
|
|
319890
|
+
"description": "Name of the State which is declared inside the bot definition"
|
|
319891
319891
|
}
|
|
319892
319892
|
},
|
|
319893
319893
|
"requestBody": {
|
|
@@ -337973,7 +337973,7 @@ var state5 = {
|
|
|
337973
337973
|
"title": "Botpress API",
|
|
337974
337974
|
"description": "API for Botpress Cloud",
|
|
337975
337975
|
"server": "https://api.botpress.cloud",
|
|
337976
|
-
"version": "1.46.
|
|
337976
|
+
"version": "1.46.1",
|
|
337977
337977
|
"prefix": "v1"
|
|
337978
337978
|
},
|
|
337979
337979
|
"errors": [
|