@botpress/api 0.27.8 → 0.27.10
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 +116 -123
- package/dist/src/gen/state.d.ts +1 -30
- package/package.json +2 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +70 -99
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -2333,7 +2333,6 @@ export declare const state: {
|
|
|
2333
2333
|
linkTemplateScript: {
|
|
2334
2334
|
type: "string";
|
|
2335
2335
|
maxLength: number;
|
|
2336
|
-
description: string;
|
|
2337
2336
|
};
|
|
2338
2337
|
required: {
|
|
2339
2338
|
type: "boolean";
|
|
@@ -2773,7 +2772,6 @@ export declare const state: {
|
|
|
2773
2772
|
linkTemplateScript: {
|
|
2774
2773
|
type: "string";
|
|
2775
2774
|
maxLength: number;
|
|
2776
|
-
description: string;
|
|
2777
2775
|
};
|
|
2778
2776
|
required: {
|
|
2779
2777
|
type: "boolean";
|
|
@@ -3201,7 +3199,6 @@ export declare const state: {
|
|
|
3201
3199
|
cron: {
|
|
3202
3200
|
type: "string";
|
|
3203
3201
|
maxLength: number;
|
|
3204
|
-
description: string;
|
|
3205
3202
|
};
|
|
3206
3203
|
};
|
|
3207
3204
|
required: string[];
|
|
@@ -3210,7 +3207,6 @@ export declare const state: {
|
|
|
3210
3207
|
type: {
|
|
3211
3208
|
type: "string";
|
|
3212
3209
|
maxLength: number;
|
|
3213
|
-
description: string;
|
|
3214
3210
|
};
|
|
3215
3211
|
payload: {
|
|
3216
3212
|
type: "object";
|
|
@@ -3668,7 +3664,6 @@ export declare const state: {
|
|
|
3668
3664
|
cron: {
|
|
3669
3665
|
type: "string";
|
|
3670
3666
|
maxLength: number;
|
|
3671
|
-
description: string;
|
|
3672
3667
|
};
|
|
3673
3668
|
};
|
|
3674
3669
|
required: string[];
|
|
@@ -3677,7 +3672,6 @@ export declare const state: {
|
|
|
3677
3672
|
type: {
|
|
3678
3673
|
type: "string";
|
|
3679
3674
|
maxLength: number;
|
|
3680
|
-
description: string;
|
|
3681
3675
|
};
|
|
3682
3676
|
payload: {
|
|
3683
3677
|
type: "object";
|
|
@@ -5856,7 +5850,6 @@ export declare const state: {
|
|
|
5856
5850
|
linkTemplateScript: {
|
|
5857
5851
|
type: "string";
|
|
5858
5852
|
maxLength: number;
|
|
5859
|
-
description: string;
|
|
5860
5853
|
};
|
|
5861
5854
|
};
|
|
5862
5855
|
additionalProperties: false;
|
|
@@ -5984,12 +5977,10 @@ export declare const state: {
|
|
|
5984
5977
|
fallbackHandlerScript: {
|
|
5985
5978
|
type: "string";
|
|
5986
5979
|
maxLength: number;
|
|
5987
|
-
description: string;
|
|
5988
5980
|
};
|
|
5989
5981
|
extractScript: {
|
|
5990
5982
|
type: "string";
|
|
5991
5983
|
maxLength: number;
|
|
5992
|
-
description: string;
|
|
5993
5984
|
};
|
|
5994
5985
|
};
|
|
5995
5986
|
additionalProperties: false;
|
|
@@ -6241,7 +6232,6 @@ export declare const state: {
|
|
|
6241
6232
|
linkTemplateScript: {
|
|
6242
6233
|
type: "string";
|
|
6243
6234
|
maxLength: number;
|
|
6244
|
-
description: string;
|
|
6245
6235
|
nullable: true;
|
|
6246
6236
|
};
|
|
6247
6237
|
required: {
|
|
@@ -6368,13 +6358,11 @@ export declare const state: {
|
|
|
6368
6358
|
extractScript: {
|
|
6369
6359
|
type: "string";
|
|
6370
6360
|
maxLength: number;
|
|
6371
|
-
description: string;
|
|
6372
6361
|
nullable: true;
|
|
6373
6362
|
};
|
|
6374
6363
|
fallbackHandlerScript: {
|
|
6375
6364
|
type: "string";
|
|
6376
6365
|
maxLength: number;
|
|
6377
|
-
description: string;
|
|
6378
6366
|
nullable: true;
|
|
6379
6367
|
};
|
|
6380
6368
|
};
|
|
@@ -7232,11 +7220,6 @@ export declare const state: {
|
|
|
7232
7220
|
description: string;
|
|
7233
7221
|
type: "string";
|
|
7234
7222
|
};
|
|
7235
|
-
botId: {
|
|
7236
|
-
type: "string";
|
|
7237
|
-
description: string;
|
|
7238
|
-
in: "path";
|
|
7239
|
-
};
|
|
7240
7223
|
tags: {
|
|
7241
7224
|
in: "query";
|
|
7242
7225
|
description: string;
|
|
@@ -7570,11 +7553,6 @@ export declare const state: {
|
|
|
7570
7553
|
method: "get";
|
|
7571
7554
|
section: "files";
|
|
7572
7555
|
parameters: {
|
|
7573
|
-
botId: {
|
|
7574
|
-
type: "string";
|
|
7575
|
-
description: string;
|
|
7576
|
-
in: "path";
|
|
7577
|
-
};
|
|
7578
7556
|
tags: {
|
|
7579
7557
|
in: "query";
|
|
7580
7558
|
description: string;
|
|
@@ -8758,17 +8736,14 @@ export declare const state: {
|
|
|
8758
8736
|
webhookUrl: {
|
|
8759
8737
|
type: "string";
|
|
8760
8738
|
maxLength: number;
|
|
8761
|
-
description: string;
|
|
8762
8739
|
};
|
|
8763
8740
|
webhookId: {
|
|
8764
8741
|
type: "string";
|
|
8765
8742
|
maxLength: number;
|
|
8766
|
-
description: string;
|
|
8767
8743
|
};
|
|
8768
8744
|
identifier: {
|
|
8769
8745
|
type: "string";
|
|
8770
8746
|
maxLength: number;
|
|
8771
|
-
description: string;
|
|
8772
8747
|
};
|
|
8773
8748
|
configuration: {
|
|
8774
8749
|
type: "object";
|
|
@@ -8781,7 +8756,6 @@ export declare const state: {
|
|
|
8781
8756
|
statusReason: {
|
|
8782
8757
|
type: "string";
|
|
8783
8758
|
maxLength: number;
|
|
8784
|
-
description: string;
|
|
8785
8759
|
nullable: true;
|
|
8786
8760
|
};
|
|
8787
8761
|
id: {
|
|
@@ -8990,7 +8964,6 @@ export declare const state: {
|
|
|
8990
8964
|
cron: {
|
|
8991
8965
|
type: "string";
|
|
8992
8966
|
maxLength: number;
|
|
8993
|
-
description: string;
|
|
8994
8967
|
};
|
|
8995
8968
|
};
|
|
8996
8969
|
required: string[];
|
|
@@ -8999,7 +8972,6 @@ export declare const state: {
|
|
|
8999
8972
|
type: {
|
|
9000
8973
|
type: "string";
|
|
9001
8974
|
maxLength: number;
|
|
9002
|
-
description: string;
|
|
9003
8975
|
};
|
|
9004
8976
|
payload: {
|
|
9005
8977
|
type: "object";
|
|
@@ -9193,7 +9165,6 @@ export declare const state: {
|
|
|
9193
9165
|
linkTemplateScript: {
|
|
9194
9166
|
type: "string";
|
|
9195
9167
|
maxLength: number;
|
|
9196
|
-
description: string;
|
|
9197
9168
|
};
|
|
9198
9169
|
required: {
|
|
9199
9170
|
type: "boolean";
|
|
@@ -9950,8 +9921,8 @@ export declare const state: {
|
|
|
9950
9921
|
failureReason: {
|
|
9951
9922
|
type: "string";
|
|
9952
9923
|
maxLength: number;
|
|
9953
|
-
description: string;
|
|
9954
9924
|
nullable: true;
|
|
9925
|
+
description: string;
|
|
9955
9926
|
};
|
|
9956
9927
|
};
|
|
9957
9928
|
required: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.10",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"zod": "^3.22.4"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@bpinternal/opapi": "0.10.
|
|
26
|
+
"@bpinternal/opapi": "0.10.15"
|
|
27
27
|
}
|
|
28
28
|
}
|