@botpress/client 1.13.0 → 1.14.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/bundle.cjs +8 -8
- package/dist/bundle.cjs.map +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +2 -2
- package/dist/index.d.ts +334 -4
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3610,6 +3610,12 @@ interface GetPublicIntegrationByIdResponse$1 {
|
|
|
3610
3610
|
};
|
|
3611
3611
|
};
|
|
3612
3612
|
};
|
|
3613
|
+
/**
|
|
3614
|
+
* Optional attributes
|
|
3615
|
+
*/
|
|
3616
|
+
attributes?: {
|
|
3617
|
+
[k: string]: string;
|
|
3618
|
+
};
|
|
3613
3619
|
/**
|
|
3614
3620
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
3615
3621
|
*/
|
|
@@ -4007,6 +4013,12 @@ interface GetPublicIntegrationResponse$1 {
|
|
|
4007
4013
|
};
|
|
4008
4014
|
};
|
|
4009
4015
|
};
|
|
4016
|
+
/**
|
|
4017
|
+
* Optional attributes
|
|
4018
|
+
*/
|
|
4019
|
+
attributes?: {
|
|
4020
|
+
[k: string]: string;
|
|
4021
|
+
};
|
|
4010
4022
|
/**
|
|
4011
4023
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
4012
4024
|
*/
|
|
@@ -4296,6 +4308,12 @@ interface GetPublicPluginByIdResponse$1 {
|
|
|
4296
4308
|
};
|
|
4297
4309
|
};
|
|
4298
4310
|
};
|
|
4311
|
+
/**
|
|
4312
|
+
* Optional attributes
|
|
4313
|
+
*/
|
|
4314
|
+
attributes?: {
|
|
4315
|
+
[k: string]: string;
|
|
4316
|
+
};
|
|
4299
4317
|
/**
|
|
4300
4318
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
4301
4319
|
*/
|
|
@@ -4502,6 +4520,12 @@ interface GetPublicPluginResponse$1 {
|
|
|
4502
4520
|
};
|
|
4503
4521
|
};
|
|
4504
4522
|
};
|
|
4523
|
+
/**
|
|
4524
|
+
* Optional attributes
|
|
4525
|
+
*/
|
|
4526
|
+
attributes?: {
|
|
4527
|
+
[k: string]: string;
|
|
4528
|
+
};
|
|
4505
4529
|
/**
|
|
4506
4530
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
4507
4531
|
*/
|
|
@@ -4739,6 +4763,12 @@ interface GetPublicInterfaceByIdResponse$1 {
|
|
|
4739
4763
|
script: string;
|
|
4740
4764
|
language: string;
|
|
4741
4765
|
};
|
|
4766
|
+
/**
|
|
4767
|
+
* Optional attributes
|
|
4768
|
+
*/
|
|
4769
|
+
attributes?: {
|
|
4770
|
+
[k: string]: string;
|
|
4771
|
+
};
|
|
4742
4772
|
/**
|
|
4743
4773
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
4744
4774
|
*/
|
|
@@ -4899,6 +4929,12 @@ interface GetPublicInterfaceResponse$1 {
|
|
|
4899
4929
|
script: string;
|
|
4900
4930
|
language: string;
|
|
4901
4931
|
};
|
|
4932
|
+
/**
|
|
4933
|
+
* Optional attributes
|
|
4934
|
+
*/
|
|
4935
|
+
attributes?: {
|
|
4936
|
+
[k: string]: string;
|
|
4937
|
+
};
|
|
4902
4938
|
/**
|
|
4903
4939
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
4904
4940
|
*/
|
|
@@ -5101,7 +5137,7 @@ interface CreateBotRequestBody$1 {
|
|
|
5101
5137
|
};
|
|
5102
5138
|
};
|
|
5103
5139
|
/**
|
|
5104
|
-
*
|
|
5140
|
+
* Optional attributes of the [Bot](#schema_bot)
|
|
5105
5141
|
*/
|
|
5106
5142
|
tags?: {
|
|
5107
5143
|
[k: string]: string;
|
|
@@ -5532,7 +5568,7 @@ interface UpdateBotRequestBody$1 {
|
|
|
5532
5568
|
};
|
|
5533
5569
|
};
|
|
5534
5570
|
/**
|
|
5535
|
-
*
|
|
5571
|
+
* Optional attributes of the [Bot](#schema_bot)
|
|
5536
5572
|
*/
|
|
5537
5573
|
tags?: {
|
|
5538
5574
|
[k: string]: string;
|
|
@@ -7773,6 +7809,12 @@ interface CreateIntegrationRequestBody$1 {
|
|
|
7773
7809
|
};
|
|
7774
7810
|
};
|
|
7775
7811
|
};
|
|
7812
|
+
/**
|
|
7813
|
+
* Optional attributes
|
|
7814
|
+
*/
|
|
7815
|
+
attributes?: {
|
|
7816
|
+
[k: string]: string;
|
|
7817
|
+
};
|
|
7776
7818
|
identifier?: {
|
|
7777
7819
|
fallbackHandlerScript?: string;
|
|
7778
7820
|
extractScript?: string;
|
|
@@ -8287,6 +8329,12 @@ interface CreateIntegrationResponse$1 {
|
|
|
8287
8329
|
};
|
|
8288
8330
|
};
|
|
8289
8331
|
};
|
|
8332
|
+
/**
|
|
8333
|
+
* Optional attributes
|
|
8334
|
+
*/
|
|
8335
|
+
attributes?: {
|
|
8336
|
+
[k: string]: string;
|
|
8337
|
+
};
|
|
8290
8338
|
/**
|
|
8291
8339
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
8292
8340
|
*/
|
|
@@ -8477,6 +8525,12 @@ interface ValidateIntegrationCreationRequestBody$1 {
|
|
|
8477
8525
|
};
|
|
8478
8526
|
};
|
|
8479
8527
|
};
|
|
8528
|
+
/**
|
|
8529
|
+
* Optional attributes
|
|
8530
|
+
*/
|
|
8531
|
+
attributes?: {
|
|
8532
|
+
[k: string]: string;
|
|
8533
|
+
};
|
|
8480
8534
|
identifier?: {
|
|
8481
8535
|
fallbackHandlerScript?: string;
|
|
8482
8536
|
extractScript?: string;
|
|
@@ -8929,6 +8983,12 @@ interface UpdateIntegrationRequestBody$1 {
|
|
|
8929
8983
|
identifierExtractScript?: string | null;
|
|
8930
8984
|
messageExtractScript?: string | null;
|
|
8931
8985
|
};
|
|
8986
|
+
/**
|
|
8987
|
+
* Optional attributes. Set attributes to null to remove them
|
|
8988
|
+
*/
|
|
8989
|
+
attributes?: {
|
|
8990
|
+
[k: string]: string | null;
|
|
8991
|
+
};
|
|
8932
8992
|
/**
|
|
8933
8993
|
* Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.
|
|
8934
8994
|
*/
|
|
@@ -9308,6 +9368,12 @@ interface UpdateIntegrationResponse$1 {
|
|
|
9308
9368
|
};
|
|
9309
9369
|
};
|
|
9310
9370
|
};
|
|
9371
|
+
/**
|
|
9372
|
+
* Optional attributes
|
|
9373
|
+
*/
|
|
9374
|
+
attributes?: {
|
|
9375
|
+
[k: string]: string;
|
|
9376
|
+
};
|
|
9311
9377
|
/**
|
|
9312
9378
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
9313
9379
|
*/
|
|
@@ -9620,6 +9686,12 @@ interface ValidateIntegrationUpdateRequestBody$1 {
|
|
|
9620
9686
|
identifierExtractScript?: string | null;
|
|
9621
9687
|
messageExtractScript?: string | null;
|
|
9622
9688
|
};
|
|
9689
|
+
/**
|
|
9690
|
+
* Optional attributes. Set attributes to null to remove them
|
|
9691
|
+
*/
|
|
9692
|
+
attributes?: {
|
|
9693
|
+
[k: string]: string | null;
|
|
9694
|
+
};
|
|
9623
9695
|
/**
|
|
9624
9696
|
* Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.
|
|
9625
9697
|
*/
|
|
@@ -10115,6 +10187,12 @@ interface GetIntegrationResponse$1 {
|
|
|
10115
10187
|
};
|
|
10116
10188
|
};
|
|
10117
10189
|
};
|
|
10190
|
+
/**
|
|
10191
|
+
* Optional attributes
|
|
10192
|
+
*/
|
|
10193
|
+
attributes?: {
|
|
10194
|
+
[k: string]: string;
|
|
10195
|
+
};
|
|
10118
10196
|
/**
|
|
10119
10197
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
10120
10198
|
*/
|
|
@@ -10532,6 +10610,12 @@ interface GetIntegrationByNameResponse$1 {
|
|
|
10532
10610
|
};
|
|
10533
10611
|
};
|
|
10534
10612
|
};
|
|
10613
|
+
/**
|
|
10614
|
+
* Optional attributes
|
|
10615
|
+
*/
|
|
10616
|
+
attributes?: {
|
|
10617
|
+
[k: string]: string;
|
|
10618
|
+
};
|
|
10535
10619
|
/**
|
|
10536
10620
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
10537
10621
|
*/
|
|
@@ -10712,6 +10796,12 @@ interface CreateInterfaceRequestBody$1 {
|
|
|
10712
10796
|
script: string;
|
|
10713
10797
|
language: string;
|
|
10714
10798
|
};
|
|
10799
|
+
/**
|
|
10800
|
+
* Optional attributes
|
|
10801
|
+
*/
|
|
10802
|
+
attributes?: {
|
|
10803
|
+
[k: string]: string;
|
|
10804
|
+
};
|
|
10715
10805
|
/**
|
|
10716
10806
|
* Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes.
|
|
10717
10807
|
*/
|
|
@@ -10860,6 +10950,12 @@ interface CreateInterfaceResponse$1 {
|
|
|
10860
10950
|
script: string;
|
|
10861
10951
|
language: string;
|
|
10862
10952
|
};
|
|
10953
|
+
/**
|
|
10954
|
+
* Optional attributes
|
|
10955
|
+
*/
|
|
10956
|
+
attributes?: {
|
|
10957
|
+
[k: string]: string;
|
|
10958
|
+
};
|
|
10863
10959
|
/**
|
|
10864
10960
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
10865
10961
|
*/
|
|
@@ -11019,6 +11115,12 @@ interface GetInterfaceResponse$1 {
|
|
|
11019
11115
|
script: string;
|
|
11020
11116
|
language: string;
|
|
11021
11117
|
};
|
|
11118
|
+
/**
|
|
11119
|
+
* Optional attributes
|
|
11120
|
+
*/
|
|
11121
|
+
attributes?: {
|
|
11122
|
+
[k: string]: string;
|
|
11123
|
+
};
|
|
11022
11124
|
/**
|
|
11023
11125
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
11024
11126
|
*/
|
|
@@ -11179,6 +11281,12 @@ interface GetInterfaceByNameResponse$1 {
|
|
|
11179
11281
|
script: string;
|
|
11180
11282
|
language: string;
|
|
11181
11283
|
};
|
|
11284
|
+
/**
|
|
11285
|
+
* Optional attributes
|
|
11286
|
+
*/
|
|
11287
|
+
attributes?: {
|
|
11288
|
+
[k: string]: string;
|
|
11289
|
+
};
|
|
11182
11290
|
/**
|
|
11183
11291
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
11184
11292
|
*/
|
|
@@ -11308,6 +11416,12 @@ interface UpdateInterfaceRequestBody$1 {
|
|
|
11308
11416
|
script: string;
|
|
11309
11417
|
language: string;
|
|
11310
11418
|
} | null;
|
|
11419
|
+
/**
|
|
11420
|
+
* Optional attributes. Set attributes to null to remove them
|
|
11421
|
+
*/
|
|
11422
|
+
attributes?: {
|
|
11423
|
+
[k: string]: string | null;
|
|
11424
|
+
};
|
|
11311
11425
|
/**
|
|
11312
11426
|
* Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes.
|
|
11313
11427
|
*/
|
|
@@ -11456,6 +11570,12 @@ interface UpdateInterfaceResponse$1 {
|
|
|
11456
11570
|
script: string;
|
|
11457
11571
|
language: string;
|
|
11458
11572
|
};
|
|
11573
|
+
/**
|
|
11574
|
+
* Optional attributes
|
|
11575
|
+
*/
|
|
11576
|
+
attributes?: {
|
|
11577
|
+
[k: string]: string;
|
|
11578
|
+
};
|
|
11459
11579
|
/**
|
|
11460
11580
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
11461
11581
|
*/
|
|
@@ -11716,6 +11836,12 @@ interface CreatePluginRequestBody$1 {
|
|
|
11716
11836
|
};
|
|
11717
11837
|
};
|
|
11718
11838
|
};
|
|
11839
|
+
/**
|
|
11840
|
+
* Optional attributes
|
|
11841
|
+
*/
|
|
11842
|
+
attributes?: {
|
|
11843
|
+
[k: string]: string;
|
|
11844
|
+
};
|
|
11719
11845
|
code: {
|
|
11720
11846
|
/**
|
|
11721
11847
|
* Code of plugin bundled for Node.JS
|
|
@@ -11920,6 +12046,12 @@ interface CreatePluginResponse$1 {
|
|
|
11920
12046
|
};
|
|
11921
12047
|
};
|
|
11922
12048
|
};
|
|
12049
|
+
/**
|
|
12050
|
+
* Optional attributes
|
|
12051
|
+
*/
|
|
12052
|
+
attributes?: {
|
|
12053
|
+
[k: string]: string;
|
|
12054
|
+
};
|
|
11923
12055
|
/**
|
|
11924
12056
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
11925
12057
|
*/
|
|
@@ -12125,6 +12257,12 @@ interface GetPluginResponse$1 {
|
|
|
12125
12257
|
};
|
|
12126
12258
|
};
|
|
12127
12259
|
};
|
|
12260
|
+
/**
|
|
12261
|
+
* Optional attributes
|
|
12262
|
+
*/
|
|
12263
|
+
attributes?: {
|
|
12264
|
+
[k: string]: string;
|
|
12265
|
+
};
|
|
12128
12266
|
/**
|
|
12129
12267
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
12130
12268
|
*/
|
|
@@ -12331,6 +12469,12 @@ interface GetPluginByNameResponse$1 {
|
|
|
12331
12469
|
};
|
|
12332
12470
|
};
|
|
12333
12471
|
};
|
|
12472
|
+
/**
|
|
12473
|
+
* Optional attributes
|
|
12474
|
+
*/
|
|
12475
|
+
attributes?: {
|
|
12476
|
+
[k: string]: string;
|
|
12477
|
+
};
|
|
12334
12478
|
/**
|
|
12335
12479
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
12336
12480
|
*/
|
|
@@ -12496,6 +12640,12 @@ interface UpdatePluginRequestBody$1 {
|
|
|
12496
12640
|
} | null;
|
|
12497
12641
|
};
|
|
12498
12642
|
};
|
|
12643
|
+
/**
|
|
12644
|
+
* Optional attributes. Set attributes to null to remove them
|
|
12645
|
+
*/
|
|
12646
|
+
attributes?: {
|
|
12647
|
+
[k: string]: string | null;
|
|
12648
|
+
};
|
|
12499
12649
|
code?: {
|
|
12500
12650
|
/**
|
|
12501
12651
|
* Code of plugin bundled for Node.JS
|
|
@@ -12700,6 +12850,12 @@ interface UpdatePluginResponse$1 {
|
|
|
12700
12850
|
};
|
|
12701
12851
|
};
|
|
12702
12852
|
};
|
|
12853
|
+
/**
|
|
12854
|
+
* Optional attributes
|
|
12855
|
+
*/
|
|
12856
|
+
attributes?: {
|
|
12857
|
+
[k: string]: string;
|
|
12858
|
+
};
|
|
12703
12859
|
/**
|
|
12704
12860
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
12705
12861
|
*/
|
|
@@ -19460,6 +19616,12 @@ interface GetPublicIntegrationByIdResponse {
|
|
|
19460
19616
|
};
|
|
19461
19617
|
};
|
|
19462
19618
|
};
|
|
19619
|
+
/**
|
|
19620
|
+
* Optional attributes
|
|
19621
|
+
*/
|
|
19622
|
+
attributes?: {
|
|
19623
|
+
[k: string]: string;
|
|
19624
|
+
};
|
|
19463
19625
|
/**
|
|
19464
19626
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
19465
19627
|
*/
|
|
@@ -19857,6 +20019,12 @@ interface GetPublicIntegrationResponse {
|
|
|
19857
20019
|
};
|
|
19858
20020
|
};
|
|
19859
20021
|
};
|
|
20022
|
+
/**
|
|
20023
|
+
* Optional attributes
|
|
20024
|
+
*/
|
|
20025
|
+
attributes?: {
|
|
20026
|
+
[k: string]: string;
|
|
20027
|
+
};
|
|
19860
20028
|
/**
|
|
19861
20029
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
19862
20030
|
*/
|
|
@@ -20146,6 +20314,12 @@ interface GetPublicPluginByIdResponse {
|
|
|
20146
20314
|
};
|
|
20147
20315
|
};
|
|
20148
20316
|
};
|
|
20317
|
+
/**
|
|
20318
|
+
* Optional attributes
|
|
20319
|
+
*/
|
|
20320
|
+
attributes?: {
|
|
20321
|
+
[k: string]: string;
|
|
20322
|
+
};
|
|
20149
20323
|
/**
|
|
20150
20324
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
20151
20325
|
*/
|
|
@@ -20352,6 +20526,12 @@ interface GetPublicPluginResponse {
|
|
|
20352
20526
|
};
|
|
20353
20527
|
};
|
|
20354
20528
|
};
|
|
20529
|
+
/**
|
|
20530
|
+
* Optional attributes
|
|
20531
|
+
*/
|
|
20532
|
+
attributes?: {
|
|
20533
|
+
[k: string]: string;
|
|
20534
|
+
};
|
|
20355
20535
|
/**
|
|
20356
20536
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
20357
20537
|
*/
|
|
@@ -20589,6 +20769,12 @@ interface GetPublicInterfaceByIdResponse {
|
|
|
20589
20769
|
script: string;
|
|
20590
20770
|
language: string;
|
|
20591
20771
|
};
|
|
20772
|
+
/**
|
|
20773
|
+
* Optional attributes
|
|
20774
|
+
*/
|
|
20775
|
+
attributes?: {
|
|
20776
|
+
[k: string]: string;
|
|
20777
|
+
};
|
|
20592
20778
|
/**
|
|
20593
20779
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
20594
20780
|
*/
|
|
@@ -20749,6 +20935,12 @@ interface GetPublicInterfaceResponse {
|
|
|
20749
20935
|
script: string;
|
|
20750
20936
|
language: string;
|
|
20751
20937
|
};
|
|
20938
|
+
/**
|
|
20939
|
+
* Optional attributes
|
|
20940
|
+
*/
|
|
20941
|
+
attributes?: {
|
|
20942
|
+
[k: string]: string;
|
|
20943
|
+
};
|
|
20752
20944
|
/**
|
|
20753
20945
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
20754
20946
|
*/
|
|
@@ -20951,7 +21143,7 @@ interface CreateBotRequestBody {
|
|
|
20951
21143
|
};
|
|
20952
21144
|
};
|
|
20953
21145
|
/**
|
|
20954
|
-
*
|
|
21146
|
+
* Optional attributes of the [Bot](#schema_bot)
|
|
20955
21147
|
*/
|
|
20956
21148
|
tags?: {
|
|
20957
21149
|
[k: string]: string;
|
|
@@ -21382,7 +21574,7 @@ interface UpdateBotRequestBody {
|
|
|
21382
21574
|
};
|
|
21383
21575
|
};
|
|
21384
21576
|
/**
|
|
21385
|
-
*
|
|
21577
|
+
* Optional attributes of the [Bot](#schema_bot)
|
|
21386
21578
|
*/
|
|
21387
21579
|
tags?: {
|
|
21388
21580
|
[k: string]: string;
|
|
@@ -23624,6 +23816,12 @@ interface CreateIntegrationRequestBody {
|
|
|
23624
23816
|
};
|
|
23625
23817
|
};
|
|
23626
23818
|
};
|
|
23819
|
+
/**
|
|
23820
|
+
* Optional attributes
|
|
23821
|
+
*/
|
|
23822
|
+
attributes?: {
|
|
23823
|
+
[k: string]: string;
|
|
23824
|
+
};
|
|
23627
23825
|
identifier?: {
|
|
23628
23826
|
fallbackHandlerScript?: string;
|
|
23629
23827
|
extractScript?: string;
|
|
@@ -24138,6 +24336,12 @@ interface CreateIntegrationResponse {
|
|
|
24138
24336
|
};
|
|
24139
24337
|
};
|
|
24140
24338
|
};
|
|
24339
|
+
/**
|
|
24340
|
+
* Optional attributes
|
|
24341
|
+
*/
|
|
24342
|
+
attributes?: {
|
|
24343
|
+
[k: string]: string;
|
|
24344
|
+
};
|
|
24141
24345
|
/**
|
|
24142
24346
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
24143
24347
|
*/
|
|
@@ -24328,6 +24532,12 @@ interface ValidateIntegrationCreationRequestBody {
|
|
|
24328
24532
|
};
|
|
24329
24533
|
};
|
|
24330
24534
|
};
|
|
24535
|
+
/**
|
|
24536
|
+
* Optional attributes
|
|
24537
|
+
*/
|
|
24538
|
+
attributes?: {
|
|
24539
|
+
[k: string]: string;
|
|
24540
|
+
};
|
|
24331
24541
|
identifier?: {
|
|
24332
24542
|
fallbackHandlerScript?: string;
|
|
24333
24543
|
extractScript?: string;
|
|
@@ -24780,6 +24990,12 @@ interface UpdateIntegrationRequestBody {
|
|
|
24780
24990
|
identifierExtractScript?: string | null;
|
|
24781
24991
|
messageExtractScript?: string | null;
|
|
24782
24992
|
};
|
|
24993
|
+
/**
|
|
24994
|
+
* Optional attributes. Set attributes to null to remove them
|
|
24995
|
+
*/
|
|
24996
|
+
attributes?: {
|
|
24997
|
+
[k: string]: string | null;
|
|
24998
|
+
};
|
|
24783
24999
|
/**
|
|
24784
25000
|
* Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.
|
|
24785
25001
|
*/
|
|
@@ -25159,6 +25375,12 @@ interface UpdateIntegrationResponse {
|
|
|
25159
25375
|
};
|
|
25160
25376
|
};
|
|
25161
25377
|
};
|
|
25378
|
+
/**
|
|
25379
|
+
* Optional attributes
|
|
25380
|
+
*/
|
|
25381
|
+
attributes?: {
|
|
25382
|
+
[k: string]: string;
|
|
25383
|
+
};
|
|
25162
25384
|
/**
|
|
25163
25385
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
25164
25386
|
*/
|
|
@@ -25471,6 +25693,12 @@ interface ValidateIntegrationUpdateRequestBody {
|
|
|
25471
25693
|
identifierExtractScript?: string | null;
|
|
25472
25694
|
messageExtractScript?: string | null;
|
|
25473
25695
|
};
|
|
25696
|
+
/**
|
|
25697
|
+
* Optional attributes. Set attributes to null to remove them
|
|
25698
|
+
*/
|
|
25699
|
+
attributes?: {
|
|
25700
|
+
[k: string]: string | null;
|
|
25701
|
+
};
|
|
25474
25702
|
/**
|
|
25475
25703
|
* Secrets are integration-wide values available in the code via environment variables formatted with a SECRET_ prefix followed by your secret name. A secret name must respect SCREAMING_SNAKE casing.
|
|
25476
25704
|
*/
|
|
@@ -25966,6 +26194,12 @@ interface GetIntegrationResponse {
|
|
|
25966
26194
|
};
|
|
25967
26195
|
};
|
|
25968
26196
|
};
|
|
26197
|
+
/**
|
|
26198
|
+
* Optional attributes
|
|
26199
|
+
*/
|
|
26200
|
+
attributes?: {
|
|
26201
|
+
[k: string]: string;
|
|
26202
|
+
};
|
|
25969
26203
|
/**
|
|
25970
26204
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
25971
26205
|
*/
|
|
@@ -26383,6 +26617,12 @@ interface GetIntegrationByNameResponse {
|
|
|
26383
26617
|
};
|
|
26384
26618
|
};
|
|
26385
26619
|
};
|
|
26620
|
+
/**
|
|
26621
|
+
* Optional attributes
|
|
26622
|
+
*/
|
|
26623
|
+
attributes?: {
|
|
26624
|
+
[k: string]: string;
|
|
26625
|
+
};
|
|
26386
26626
|
/**
|
|
26387
26627
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
26388
26628
|
*/
|
|
@@ -26563,6 +26803,12 @@ interface CreateInterfaceRequestBody {
|
|
|
26563
26803
|
script: string;
|
|
26564
26804
|
language: string;
|
|
26565
26805
|
};
|
|
26806
|
+
/**
|
|
26807
|
+
* Optional attributes
|
|
26808
|
+
*/
|
|
26809
|
+
attributes?: {
|
|
26810
|
+
[k: string]: string;
|
|
26811
|
+
};
|
|
26566
26812
|
/**
|
|
26567
26813
|
* Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes.
|
|
26568
26814
|
*/
|
|
@@ -26711,6 +26957,12 @@ interface CreateInterfaceResponse {
|
|
|
26711
26957
|
script: string;
|
|
26712
26958
|
language: string;
|
|
26713
26959
|
};
|
|
26960
|
+
/**
|
|
26961
|
+
* Optional attributes
|
|
26962
|
+
*/
|
|
26963
|
+
attributes?: {
|
|
26964
|
+
[k: string]: string;
|
|
26965
|
+
};
|
|
26714
26966
|
/**
|
|
26715
26967
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
26716
26968
|
*/
|
|
@@ -26870,6 +27122,12 @@ interface GetInterfaceResponse {
|
|
|
26870
27122
|
script: string;
|
|
26871
27123
|
language: string;
|
|
26872
27124
|
};
|
|
27125
|
+
/**
|
|
27126
|
+
* Optional attributes
|
|
27127
|
+
*/
|
|
27128
|
+
attributes?: {
|
|
27129
|
+
[k: string]: string;
|
|
27130
|
+
};
|
|
26873
27131
|
/**
|
|
26874
27132
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
26875
27133
|
*/
|
|
@@ -27030,6 +27288,12 @@ interface GetInterfaceByNameResponse {
|
|
|
27030
27288
|
script: string;
|
|
27031
27289
|
language: string;
|
|
27032
27290
|
};
|
|
27291
|
+
/**
|
|
27292
|
+
* Optional attributes
|
|
27293
|
+
*/
|
|
27294
|
+
attributes?: {
|
|
27295
|
+
[k: string]: string;
|
|
27296
|
+
};
|
|
27033
27297
|
/**
|
|
27034
27298
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
27035
27299
|
*/
|
|
@@ -27159,6 +27423,12 @@ interface UpdateInterfaceRequestBody {
|
|
|
27159
27423
|
script: string;
|
|
27160
27424
|
language: string;
|
|
27161
27425
|
} | null;
|
|
27426
|
+
/**
|
|
27427
|
+
* Optional attributes. Set attributes to null to remove them
|
|
27428
|
+
*/
|
|
27429
|
+
attributes?: {
|
|
27430
|
+
[k: string]: string | null;
|
|
27431
|
+
};
|
|
27162
27432
|
/**
|
|
27163
27433
|
* Base64 encoded svg of the interface icon. This icon is global to the interface each versions will be updated when this changes.
|
|
27164
27434
|
*/
|
|
@@ -27307,6 +27577,12 @@ interface UpdateInterfaceResponse {
|
|
|
27307
27577
|
script: string;
|
|
27308
27578
|
language: string;
|
|
27309
27579
|
};
|
|
27580
|
+
/**
|
|
27581
|
+
* Optional attributes
|
|
27582
|
+
*/
|
|
27583
|
+
attributes?: {
|
|
27584
|
+
[k: string]: string;
|
|
27585
|
+
};
|
|
27310
27586
|
/**
|
|
27311
27587
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
27312
27588
|
*/
|
|
@@ -27567,6 +27843,12 @@ interface CreatePluginRequestBody {
|
|
|
27567
27843
|
};
|
|
27568
27844
|
};
|
|
27569
27845
|
};
|
|
27846
|
+
/**
|
|
27847
|
+
* Optional attributes
|
|
27848
|
+
*/
|
|
27849
|
+
attributes?: {
|
|
27850
|
+
[k: string]: string;
|
|
27851
|
+
};
|
|
27570
27852
|
code: {
|
|
27571
27853
|
/**
|
|
27572
27854
|
* Code of plugin bundled for Node.JS
|
|
@@ -27771,6 +28053,12 @@ interface CreatePluginResponse {
|
|
|
27771
28053
|
};
|
|
27772
28054
|
};
|
|
27773
28055
|
};
|
|
28056
|
+
/**
|
|
28057
|
+
* Optional attributes
|
|
28058
|
+
*/
|
|
28059
|
+
attributes?: {
|
|
28060
|
+
[k: string]: string;
|
|
28061
|
+
};
|
|
27774
28062
|
/**
|
|
27775
28063
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
27776
28064
|
*/
|
|
@@ -27976,6 +28264,12 @@ interface GetPluginResponse {
|
|
|
27976
28264
|
};
|
|
27977
28265
|
};
|
|
27978
28266
|
};
|
|
28267
|
+
/**
|
|
28268
|
+
* Optional attributes
|
|
28269
|
+
*/
|
|
28270
|
+
attributes?: {
|
|
28271
|
+
[k: string]: string;
|
|
28272
|
+
};
|
|
27979
28273
|
/**
|
|
27980
28274
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
27981
28275
|
*/
|
|
@@ -28182,6 +28476,12 @@ interface GetPluginByNameResponse {
|
|
|
28182
28476
|
};
|
|
28183
28477
|
};
|
|
28184
28478
|
};
|
|
28479
|
+
/**
|
|
28480
|
+
* Optional attributes
|
|
28481
|
+
*/
|
|
28482
|
+
attributes?: {
|
|
28483
|
+
[k: string]: string;
|
|
28484
|
+
};
|
|
28185
28485
|
/**
|
|
28186
28486
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
28187
28487
|
*/
|
|
@@ -28347,6 +28647,12 @@ interface UpdatePluginRequestBody {
|
|
|
28347
28647
|
} | null;
|
|
28348
28648
|
};
|
|
28349
28649
|
};
|
|
28650
|
+
/**
|
|
28651
|
+
* Optional attributes. Set attributes to null to remove them
|
|
28652
|
+
*/
|
|
28653
|
+
attributes?: {
|
|
28654
|
+
[k: string]: string | null;
|
|
28655
|
+
};
|
|
28350
28656
|
code?: {
|
|
28351
28657
|
/**
|
|
28352
28658
|
* Code of plugin bundled for Node.JS
|
|
@@ -28551,6 +28857,12 @@ interface UpdatePluginResponse {
|
|
|
28551
28857
|
};
|
|
28552
28858
|
};
|
|
28553
28859
|
};
|
|
28860
|
+
/**
|
|
28861
|
+
* Optional attributes
|
|
28862
|
+
*/
|
|
28863
|
+
attributes?: {
|
|
28864
|
+
[k: string]: string;
|
|
28865
|
+
};
|
|
28554
28866
|
/**
|
|
28555
28867
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
28556
28868
|
*/
|
|
@@ -32185,6 +32497,12 @@ interface Integration {
|
|
|
32185
32497
|
};
|
|
32186
32498
|
};
|
|
32187
32499
|
};
|
|
32500
|
+
/**
|
|
32501
|
+
* Optional attributes
|
|
32502
|
+
*/
|
|
32503
|
+
attributes?: {
|
|
32504
|
+
[k: string]: string;
|
|
32505
|
+
};
|
|
32188
32506
|
/**
|
|
32189
32507
|
* Indicates if the integration is a development integration; Dev integrations run locally
|
|
32190
32508
|
*/
|
|
@@ -32343,6 +32661,12 @@ interface Interface {
|
|
|
32343
32661
|
script: string;
|
|
32344
32662
|
language: string;
|
|
32345
32663
|
};
|
|
32664
|
+
/**
|
|
32665
|
+
* Optional attributes
|
|
32666
|
+
*/
|
|
32667
|
+
attributes?: {
|
|
32668
|
+
[k: string]: string;
|
|
32669
|
+
};
|
|
32346
32670
|
/**
|
|
32347
32671
|
* Title of the interface. This is the name that will be displayed in the UI
|
|
32348
32672
|
*/
|
|
@@ -32535,6 +32859,12 @@ interface Plugin {
|
|
|
32535
32859
|
};
|
|
32536
32860
|
};
|
|
32537
32861
|
};
|
|
32862
|
+
/**
|
|
32863
|
+
* Optional attributes
|
|
32864
|
+
*/
|
|
32865
|
+
attributes?: {
|
|
32866
|
+
[k: string]: string;
|
|
32867
|
+
};
|
|
32538
32868
|
/**
|
|
32539
32869
|
* Title of the plugin. This is the name that will be displayed in the UI
|
|
32540
32870
|
*/
|