@botpress/client 0.26.3 → 0.26.4

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.d.ts CHANGED
@@ -7019,6 +7019,19 @@ type DeleteIntegrationInput = DeleteIntegrationRequestBody & DeleteIntegrationRe
7019
7019
  interface DeleteIntegrationResponse {
7020
7020
  }
7021
7021
 
7022
+ interface RequestIntegrationVerificationRequestHeaders {
7023
+ }
7024
+ interface RequestIntegrationVerificationRequestQuery {
7025
+ }
7026
+ interface RequestIntegrationVerificationRequestParams {
7027
+ }
7028
+ interface RequestIntegrationVerificationRequestBody {
7029
+ integrationId: string;
7030
+ }
7031
+ type RequestIntegrationVerificationInput = RequestIntegrationVerificationRequestBody & RequestIntegrationVerificationRequestHeaders & RequestIntegrationVerificationRequestQuery & RequestIntegrationVerificationRequestParams;
7032
+ interface RequestIntegrationVerificationResponse {
7033
+ }
7034
+
7022
7035
  interface CreateInterfaceRequestHeaders {
7023
7036
  }
7024
7037
  interface CreateInterfaceRequestQuery {
@@ -8346,12 +8359,16 @@ interface ListTablesResponse {
8346
8359
  */
8347
8360
  width?: number;
8348
8361
  computed?: {
8349
- action: "ai" | "workflow";
8362
+ action: "ai" | "code" | "workflow";
8350
8363
  dependencies?: string[];
8351
8364
  /**
8352
8365
  * Prompt when action is "ai"
8353
8366
  */
8354
8367
  prompt?: string;
8368
+ /**
8369
+ * Code to execute when action is "code"
8370
+ */
8371
+ code?: string;
8355
8372
  /**
8356
8373
  * Model to use when action is "ai"
8357
8374
  */
@@ -8462,12 +8479,16 @@ interface GetTableResponse {
8462
8479
  */
8463
8480
  width?: number;
8464
8481
  computed?: {
8465
- action: "ai" | "workflow";
8482
+ action: "ai" | "code" | "workflow";
8466
8483
  dependencies?: string[];
8467
8484
  /**
8468
8485
  * Prompt when action is "ai"
8469
8486
  */
8470
8487
  prompt?: string;
8488
+ /**
8489
+ * Code to execute when action is "code"
8490
+ */
8491
+ code?: string;
8471
8492
  /**
8472
8493
  * Model to use when action is "ai"
8473
8494
  */
@@ -8614,12 +8635,16 @@ interface GetOrCreateTableResponse {
8614
8635
  */
8615
8636
  width?: number;
8616
8637
  computed?: {
8617
- action: "ai" | "workflow";
8638
+ action: "ai" | "code" | "workflow";
8618
8639
  dependencies?: string[];
8619
8640
  /**
8620
8641
  * Prompt when action is "ai"
8621
8642
  */
8622
8643
  prompt?: string;
8644
+ /**
8645
+ * Code to execute when action is "code"
8646
+ */
8647
+ code?: string;
8623
8648
  /**
8624
8649
  * Model to use when action is "ai"
8625
8650
  */
@@ -8773,12 +8798,16 @@ interface CreateTableResponse {
8773
8798
  */
8774
8799
  width?: number;
8775
8800
  computed?: {
8776
- action: "ai" | "workflow";
8801
+ action: "ai" | "code" | "workflow";
8777
8802
  dependencies?: string[];
8778
8803
  /**
8779
8804
  * Prompt when action is "ai"
8780
8805
  */
8781
8806
  prompt?: string;
8807
+ /**
8808
+ * Code to execute when action is "code"
8809
+ */
8810
+ code?: string;
8782
8811
  /**
8783
8812
  * Model to use when action is "ai"
8784
8813
  */
@@ -8898,12 +8927,16 @@ interface DuplicateTableResponse {
8898
8927
  */
8899
8928
  width?: number;
8900
8929
  computed?: {
8901
- action: "ai" | "workflow";
8930
+ action: "ai" | "code" | "workflow";
8902
8931
  dependencies?: string[];
8903
8932
  /**
8904
8933
  * Prompt when action is "ai"
8905
8934
  */
8906
8935
  prompt?: string;
8936
+ /**
8937
+ * Code to execute when action is "code"
8938
+ */
8939
+ code?: string;
8907
8940
  /**
8908
8941
  * Model to use when action is "ai"
8909
8942
  */
@@ -9042,12 +9075,16 @@ interface UpdateTableResponse {
9042
9075
  */
9043
9076
  width?: number;
9044
9077
  computed?: {
9045
- action: "ai" | "workflow";
9078
+ action: "ai" | "code" | "workflow";
9046
9079
  dependencies?: string[];
9047
9080
  /**
9048
9081
  * Prompt when action is "ai"
9049
9082
  */
9050
9083
  prompt?: string;
9084
+ /**
9085
+ * Code to execute when action is "code"
9086
+ */
9087
+ code?: string;
9051
9088
  /**
9052
9089
  * Model to use when action is "ai"
9053
9090
  */
@@ -9170,12 +9207,16 @@ interface RenameTableColumnResponse {
9170
9207
  */
9171
9208
  width?: number;
9172
9209
  computed?: {
9173
- action: "ai" | "workflow";
9210
+ action: "ai" | "code" | "workflow";
9174
9211
  dependencies?: string[];
9175
9212
  /**
9176
9213
  * Prompt when action is "ai"
9177
9214
  */
9178
9215
  prompt?: string;
9216
+ /**
9217
+ * Code to execute when action is "code"
9218
+ */
9219
+ code?: string;
9179
9220
  /**
9180
9221
  * Model to use when action is "ai"
9181
9222
  */
@@ -10625,12 +10666,16 @@ interface Table {
10625
10666
  */
10626
10667
  width?: number;
10627
10668
  computed?: {
10628
- action: "ai" | "workflow";
10669
+ action: "ai" | "code" | "workflow";
10629
10670
  dependencies?: string[];
10630
10671
  /**
10631
10672
  * Prompt when action is "ai"
10632
10673
  */
10633
10674
  prompt?: string;
10675
+ /**
10676
+ * Code to execute when action is "code"
10677
+ */
10678
+ code?: string;
10634
10679
  /**
10635
10680
  * Model to use when action is "ai"
10636
10681
  */
@@ -10703,12 +10748,16 @@ interface Column {
10703
10748
  */
10704
10749
  typings?: string;
10705
10750
  computed?: {
10706
- action: "ai" | "workflow";
10751
+ action: "ai" | "code" | "workflow";
10707
10752
  dependencies?: string[];
10708
10753
  /**
10709
10754
  * Prompt when action is "ai"
10710
10755
  */
10711
10756
  prompt?: string;
10757
+ /**
10758
+ * Code to execute when action is "code"
10759
+ */
10760
+ code?: string;
10712
10761
  /**
10713
10762
  * Model to use when action is "ai"
10714
10763
  */
@@ -10928,6 +10977,7 @@ declare class Client$1 {
10928
10977
  readonly getIntegrationLogs: (input: GetIntegrationLogsInput) => Promise<GetIntegrationLogsResponse>;
10929
10978
  readonly getIntegrationByName: (input: GetIntegrationByNameInput) => Promise<GetIntegrationByNameResponse>;
10930
10979
  readonly deleteIntegration: (input: DeleteIntegrationInput) => Promise<DeleteIntegrationResponse>;
10980
+ readonly requestIntegrationVerification: (input: RequestIntegrationVerificationInput) => Promise<RequestIntegrationVerificationResponse>;
10931
10981
  readonly createInterface: (input: CreateInterfaceInput) => Promise<CreateInterfaceResponse>;
10932
10982
  readonly getInterface: (input: GetInterfaceInput) => Promise<GetInterfaceResponse>;
10933
10983
  readonly getInterfaceByName: (input: GetInterfaceByNameInput) => Promise<GetInterfaceByNameResponse>;