@botpress/api 0.58.1 → 0.58.2
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/dist/index.js +61 -1
- package/dist/src/gen/state.d.ts +60 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +61 -1
package/dist/index.js
CHANGED
|
@@ -286851,6 +286851,30 @@ var state = {
|
|
|
286851
286851
|
"type": "string",
|
|
286852
286852
|
"required": true
|
|
286853
286853
|
},
|
|
286854
|
+
"level": {
|
|
286855
|
+
"in": "query",
|
|
286856
|
+
"description": "Filter by log level",
|
|
286857
|
+
"type": "string",
|
|
286858
|
+
"required": false
|
|
286859
|
+
},
|
|
286860
|
+
"userId": {
|
|
286861
|
+
"in": "query",
|
|
286862
|
+
"description": "Filter by user ID",
|
|
286863
|
+
"type": "string",
|
|
286864
|
+
"required": false
|
|
286865
|
+
},
|
|
286866
|
+
"workflowId": {
|
|
286867
|
+
"in": "query",
|
|
286868
|
+
"description": "Filter by workflow ID",
|
|
286869
|
+
"type": "string",
|
|
286870
|
+
"required": false
|
|
286871
|
+
},
|
|
286872
|
+
"conversationId": {
|
|
286873
|
+
"in": "query",
|
|
286874
|
+
"description": "Filter by conversation ID",
|
|
286875
|
+
"type": "string",
|
|
286876
|
+
"required": false
|
|
286877
|
+
},
|
|
286854
286878
|
"nextToken": {
|
|
286855
286879
|
"in": "query",
|
|
286856
286880
|
"description": "Token to get the next page of logs",
|
|
@@ -286876,6 +286900,15 @@ var state = {
|
|
|
286876
286900
|
},
|
|
286877
286901
|
"message": {
|
|
286878
286902
|
"type": "string"
|
|
286903
|
+
},
|
|
286904
|
+
"workflowId": {
|
|
286905
|
+
"type": "string"
|
|
286906
|
+
},
|
|
286907
|
+
"userId": {
|
|
286908
|
+
"type": "string"
|
|
286909
|
+
},
|
|
286910
|
+
"conversationId": {
|
|
286911
|
+
"type": "string"
|
|
286879
286912
|
}
|
|
286880
286913
|
},
|
|
286881
286914
|
"required": [
|
|
@@ -290893,6 +290926,24 @@ var state = {
|
|
|
290893
290926
|
"type": "string",
|
|
290894
290927
|
"required": true
|
|
290895
290928
|
},
|
|
290929
|
+
"level": {
|
|
290930
|
+
"in": "query",
|
|
290931
|
+
"description": "Filter by log level",
|
|
290932
|
+
"type": "string",
|
|
290933
|
+
"required": false
|
|
290934
|
+
},
|
|
290935
|
+
"userId": {
|
|
290936
|
+
"in": "query",
|
|
290937
|
+
"description": "Filter by user ID",
|
|
290938
|
+
"type": "string",
|
|
290939
|
+
"required": false
|
|
290940
|
+
},
|
|
290941
|
+
"conversationId": {
|
|
290942
|
+
"in": "query",
|
|
290943
|
+
"description": "Filter by conversation ID",
|
|
290944
|
+
"type": "string",
|
|
290945
|
+
"required": false
|
|
290946
|
+
},
|
|
290896
290947
|
"nextToken": {
|
|
290897
290948
|
"in": "query",
|
|
290898
290949
|
"description": "Token to get the next page of logs",
|
|
@@ -290918,6 +290969,15 @@ var state = {
|
|
|
290918
290969
|
},
|
|
290919
290970
|
"message": {
|
|
290920
290971
|
"type": "string"
|
|
290972
|
+
},
|
|
290973
|
+
"workflowId": {
|
|
290974
|
+
"type": "string"
|
|
290975
|
+
},
|
|
290976
|
+
"userId": {
|
|
290977
|
+
"type": "string"
|
|
290978
|
+
},
|
|
290979
|
+
"conversationId": {
|
|
290980
|
+
"type": "string"
|
|
290921
290981
|
}
|
|
290922
290982
|
},
|
|
290923
290983
|
"required": [
|
|
@@ -294894,7 +294954,7 @@ var state = {
|
|
|
294894
294954
|
"title": "Botpress API",
|
|
294895
294955
|
"description": "API for Botpress Cloud",
|
|
294896
294956
|
"server": "https://api.botpress.cloud",
|
|
294897
|
-
"version": "0.58.
|
|
294957
|
+
"version": "0.58.2",
|
|
294898
294958
|
"prefix": "v1"
|
|
294899
294959
|
},
|
|
294900
294960
|
"errors": [
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -4794,6 +4794,30 @@ export declare const state: {
|
|
|
4794
4794
|
type: "string";
|
|
4795
4795
|
required: true;
|
|
4796
4796
|
};
|
|
4797
|
+
level: {
|
|
4798
|
+
in: "query";
|
|
4799
|
+
description: string;
|
|
4800
|
+
type: "string";
|
|
4801
|
+
required: false;
|
|
4802
|
+
};
|
|
4803
|
+
userId: {
|
|
4804
|
+
in: "query";
|
|
4805
|
+
description: string;
|
|
4806
|
+
type: "string";
|
|
4807
|
+
required: false;
|
|
4808
|
+
};
|
|
4809
|
+
workflowId: {
|
|
4810
|
+
in: "query";
|
|
4811
|
+
description: string;
|
|
4812
|
+
type: "string";
|
|
4813
|
+
required: false;
|
|
4814
|
+
};
|
|
4815
|
+
conversationId: {
|
|
4816
|
+
in: "query";
|
|
4817
|
+
description: string;
|
|
4818
|
+
type: "string";
|
|
4819
|
+
required: false;
|
|
4820
|
+
};
|
|
4797
4821
|
nextToken: {
|
|
4798
4822
|
in: "query";
|
|
4799
4823
|
description: string;
|
|
@@ -4820,6 +4844,15 @@ export declare const state: {
|
|
|
4820
4844
|
message: {
|
|
4821
4845
|
type: "string";
|
|
4822
4846
|
};
|
|
4847
|
+
workflowId: {
|
|
4848
|
+
type: "string";
|
|
4849
|
+
};
|
|
4850
|
+
userId: {
|
|
4851
|
+
type: "string";
|
|
4852
|
+
};
|
|
4853
|
+
conversationId: {
|
|
4854
|
+
type: "string";
|
|
4855
|
+
};
|
|
4823
4856
|
};
|
|
4824
4857
|
required: string[];
|
|
4825
4858
|
};
|
|
@@ -8264,6 +8297,24 @@ export declare const state: {
|
|
|
8264
8297
|
type: "string";
|
|
8265
8298
|
required: true;
|
|
8266
8299
|
};
|
|
8300
|
+
level: {
|
|
8301
|
+
in: "query";
|
|
8302
|
+
description: string;
|
|
8303
|
+
type: "string";
|
|
8304
|
+
required: false;
|
|
8305
|
+
};
|
|
8306
|
+
userId: {
|
|
8307
|
+
in: "query";
|
|
8308
|
+
description: string;
|
|
8309
|
+
type: "string";
|
|
8310
|
+
required: false;
|
|
8311
|
+
};
|
|
8312
|
+
conversationId: {
|
|
8313
|
+
in: "query";
|
|
8314
|
+
description: string;
|
|
8315
|
+
type: "string";
|
|
8316
|
+
required: false;
|
|
8317
|
+
};
|
|
8267
8318
|
nextToken: {
|
|
8268
8319
|
in: "query";
|
|
8269
8320
|
description: string;
|
|
@@ -8290,6 +8341,15 @@ export declare const state: {
|
|
|
8290
8341
|
message: {
|
|
8291
8342
|
type: "string";
|
|
8292
8343
|
};
|
|
8344
|
+
workflowId: {
|
|
8345
|
+
type: "string";
|
|
8346
|
+
};
|
|
8347
|
+
userId: {
|
|
8348
|
+
type: "string";
|
|
8349
|
+
};
|
|
8350
|
+
conversationId: {
|
|
8351
|
+
type: "string";
|
|
8352
|
+
};
|
|
8293
8353
|
};
|
|
8294
8354
|
required: string[];
|
|
8295
8355
|
};
|