@botpress/api 0.27.7 → 0.27.9

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.
@@ -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
  };
@@ -8758,17 +8746,14 @@ export declare const state: {
8758
8746
  webhookUrl: {
8759
8747
  type: "string";
8760
8748
  maxLength: number;
8761
- description: string;
8762
8749
  };
8763
8750
  webhookId: {
8764
8751
  type: "string";
8765
8752
  maxLength: number;
8766
- description: string;
8767
8753
  };
8768
8754
  identifier: {
8769
8755
  type: "string";
8770
8756
  maxLength: number;
8771
- description: string;
8772
8757
  };
8773
8758
  configuration: {
8774
8759
  type: "object";
@@ -8781,7 +8766,6 @@ export declare const state: {
8781
8766
  statusReason: {
8782
8767
  type: "string";
8783
8768
  maxLength: number;
8784
- description: string;
8785
8769
  nullable: true;
8786
8770
  };
8787
8771
  id: {
@@ -8990,7 +8974,6 @@ export declare const state: {
8990
8974
  cron: {
8991
8975
  type: "string";
8992
8976
  maxLength: number;
8993
- description: string;
8994
8977
  };
8995
8978
  };
8996
8979
  required: string[];
@@ -8999,7 +8982,6 @@ export declare const state: {
8999
8982
  type: {
9000
8983
  type: "string";
9001
8984
  maxLength: number;
9002
- description: string;
9003
8985
  };
9004
8986
  payload: {
9005
8987
  type: "object";
@@ -9193,7 +9175,6 @@ export declare const state: {
9193
9175
  linkTemplateScript: {
9194
9176
  type: "string";
9195
9177
  maxLength: number;
9196
- description: string;
9197
9178
  };
9198
9179
  required: {
9199
9180
  type: "boolean";
@@ -9950,8 +9931,8 @@ export declare const state: {
9950
9931
  failureReason: {
9951
9932
  type: "string";
9952
9933
  maxLength: number;
9953
- description: string;
9954
9934
  nullable: true;
9935
+ description: string;
9955
9936
  };
9956
9937
  };
9957
9938
  required: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.27.7",
3
+ "version": "0.27.9",
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.12"
26
+ "@bpinternal/opapi": "0.10.15"
27
27
  }
28
28
  }