@botpress/api 0.87.0 → 1.1.0
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 +33488 -2725
- package/dist/src/gen/admin/state.d.ts +12417 -0
- package/dist/src/gen/files/state.d.ts +4211 -0
- package/dist/src/gen/runtime/state.d.ts +5315 -0
- package/dist/src/gen/state.d.ts +86 -6
- package/dist/src/gen/tables/state.d.ts +4006 -0
- package/dist/src/index.d.ts +68 -0
- package/package.json +2 -3
- package/src/gen/admin/metadata.json +1 -0
- package/src/gen/admin/openapi.json +1 -0
- package/src/gen/admin/state.ts +14460 -0
- package/src/gen/files/metadata.json +1 -0
- package/src/gen/files/openapi.json +1 -0
- package/src/gen/files/state.ts +5113 -0
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/metadata.json +1 -0
- package/src/gen/runtime/openapi.json +1 -0
- package/src/gen/runtime/state.ts +6265 -0
- package/src/gen/state.ts +105 -11
- package/src/gen/tables/metadata.json +1 -0
- package/src/gen/tables/openapi.json +1 -0
- package/src/gen/tables/state.ts +4802 -0
- package/src/index.ts +19 -2
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -2723,6 +2723,12 @@ export declare const state: {
|
|
|
2723
2723
|
description: string;
|
|
2724
2724
|
type: "string";
|
|
2725
2725
|
};
|
|
2726
|
+
limit: {
|
|
2727
|
+
in: "query";
|
|
2728
|
+
description: string;
|
|
2729
|
+
type: "number";
|
|
2730
|
+
required: false;
|
|
2731
|
+
};
|
|
2726
2732
|
name: {
|
|
2727
2733
|
type: "string";
|
|
2728
2734
|
description: string;
|
|
@@ -2733,6 +2739,45 @@ export declare const state: {
|
|
|
2733
2739
|
description: string;
|
|
2734
2740
|
in: "query";
|
|
2735
2741
|
};
|
|
2742
|
+
interfaceId: {
|
|
2743
|
+
type: "string";
|
|
2744
|
+
description: string;
|
|
2745
|
+
in: "query";
|
|
2746
|
+
};
|
|
2747
|
+
interfaceName: {
|
|
2748
|
+
type: "string";
|
|
2749
|
+
description: string;
|
|
2750
|
+
in: "query";
|
|
2751
|
+
};
|
|
2752
|
+
installedByBotId: {
|
|
2753
|
+
in: "query";
|
|
2754
|
+
description: string;
|
|
2755
|
+
type: "string";
|
|
2756
|
+
required: false;
|
|
2757
|
+
};
|
|
2758
|
+
verificationStatus: {
|
|
2759
|
+
type: "string";
|
|
2760
|
+
description: string;
|
|
2761
|
+
in: "query";
|
|
2762
|
+
enum: string[];
|
|
2763
|
+
};
|
|
2764
|
+
search: {
|
|
2765
|
+
type: "string";
|
|
2766
|
+
description: string;
|
|
2767
|
+
in: "query";
|
|
2768
|
+
};
|
|
2769
|
+
sortBy: {
|
|
2770
|
+
type: "string";
|
|
2771
|
+
description: string;
|
|
2772
|
+
in: "query";
|
|
2773
|
+
enum: string[];
|
|
2774
|
+
};
|
|
2775
|
+
direction: {
|
|
2776
|
+
type: "string";
|
|
2777
|
+
description: string;
|
|
2778
|
+
in: "query";
|
|
2779
|
+
enum: string[];
|
|
2780
|
+
};
|
|
2736
2781
|
};
|
|
2737
2782
|
response: {
|
|
2738
2783
|
description: string;
|
|
@@ -2822,6 +2867,38 @@ export declare const state: {
|
|
|
2822
2867
|
};
|
|
2823
2868
|
required: string[];
|
|
2824
2869
|
};
|
|
2870
|
+
matchedOn: {
|
|
2871
|
+
type: "object";
|
|
2872
|
+
properties: {
|
|
2873
|
+
name: {
|
|
2874
|
+
type: "boolean";
|
|
2875
|
+
description: string;
|
|
2876
|
+
};
|
|
2877
|
+
title: {
|
|
2878
|
+
type: "boolean";
|
|
2879
|
+
description: string;
|
|
2880
|
+
};
|
|
2881
|
+
description: {
|
|
2882
|
+
type: "boolean";
|
|
2883
|
+
description: string;
|
|
2884
|
+
};
|
|
2885
|
+
actions: {
|
|
2886
|
+
type: "array";
|
|
2887
|
+
items: {
|
|
2888
|
+
type: "string";
|
|
2889
|
+
};
|
|
2890
|
+
description: string;
|
|
2891
|
+
};
|
|
2892
|
+
interfaces: {
|
|
2893
|
+
type: "array";
|
|
2894
|
+
items: {
|
|
2895
|
+
type: "string";
|
|
2896
|
+
};
|
|
2897
|
+
description: string;
|
|
2898
|
+
};
|
|
2899
|
+
};
|
|
2900
|
+
description: string;
|
|
2901
|
+
};
|
|
2825
2902
|
};
|
|
2826
2903
|
required: string[];
|
|
2827
2904
|
};
|
|
@@ -7087,6 +7164,7 @@ export declare const state: {
|
|
|
7087
7164
|
};
|
|
7088
7165
|
};
|
|
7089
7166
|
required: string[];
|
|
7167
|
+
title: string;
|
|
7090
7168
|
};
|
|
7091
7169
|
};
|
|
7092
7170
|
meta: {
|
|
@@ -9575,12 +9653,6 @@ export declare const state: {
|
|
|
9575
9653
|
description: string;
|
|
9576
9654
|
in: "query";
|
|
9577
9655
|
};
|
|
9578
|
-
visibility: {
|
|
9579
|
-
type: "string";
|
|
9580
|
-
description: string;
|
|
9581
|
-
in: "query";
|
|
9582
|
-
enum: string[];
|
|
9583
|
-
};
|
|
9584
9656
|
installedByBotId: {
|
|
9585
9657
|
in: "query";
|
|
9586
9658
|
description: string;
|
|
@@ -9610,6 +9682,12 @@ export declare const state: {
|
|
|
9610
9682
|
in: "query";
|
|
9611
9683
|
enum: string[];
|
|
9612
9684
|
};
|
|
9685
|
+
visibility: {
|
|
9686
|
+
type: "string";
|
|
9687
|
+
description: string;
|
|
9688
|
+
in: "query";
|
|
9689
|
+
enum: string[];
|
|
9690
|
+
};
|
|
9613
9691
|
dev: {
|
|
9614
9692
|
in: "query";
|
|
9615
9693
|
description: string;
|
|
@@ -15906,6 +15984,7 @@ export declare const state: {
|
|
|
15906
15984
|
};
|
|
15907
15985
|
};
|
|
15908
15986
|
required: string[];
|
|
15987
|
+
title: string;
|
|
15909
15988
|
additionalProperties: false;
|
|
15910
15989
|
};
|
|
15911
15990
|
};
|
|
@@ -15940,6 +16019,7 @@ export declare const state: {
|
|
|
15940
16019
|
};
|
|
15941
16020
|
};
|
|
15942
16021
|
required: string[];
|
|
16022
|
+
title: string;
|
|
15943
16023
|
additionalProperties: false;
|
|
15944
16024
|
};
|
|
15945
16025
|
};
|