@botpress/api 1.48.0 → 1.48.1

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.
@@ -1,5 +1,5 @@
1
1
  import * as opapi from '@bpinternal/opapi';
2
- export type State = opapi.State<'Bot' | 'Integration' | 'Interface' | 'Plugin' | 'Workspace' | 'WorkspaceMember' | 'Account' | 'Usage' | 'Issue' | 'IssueEvent' | 'Activity' | 'Version' | 'User' | 'Conversation' | 'Event' | 'Message' | 'State' | 'Task' | 'Workflow' | 'Table' | 'Column' | 'Row' | 'File', never, 'user' | 'conversation' | 'event' | 'message' | 'state' | 'hub' | 'action' | 'task' | 'workflow' | 'tag' | 'bot' | 'integration' | 'interface' | 'plugin' | 'workspace' | 'workspaceMember' | 'account' | 'usage' | 'quotas' | 'helper' | 'activity' | 'tables' | 'files'>;
2
+ export type State = opapi.State<'Bot' | 'Integration' | 'Interface' | 'Plugin' | 'Workspace' | 'WorkspaceMember' | 'Account' | 'Usage' | 'Issue' | 'IssueEvent' | 'Activity' | 'Version', never, 'bot' | 'integration' | 'interface' | 'plugin' | 'hub' | 'workspace' | 'workspaceMember' | 'account' | 'usage' | 'quotas' | 'helper' | 'activity'>;
3
3
  export declare const state: {
4
4
  operations: {
5
5
  runVrl: {
@@ -12607,17 +12607,6 @@ export declare const state: {
12607
12607
  IssueEvent: true;
12608
12608
  Activity: true;
12609
12609
  Version: true;
12610
- User: true;
12611
- Conversation: true;
12612
- Event: true;
12613
- Message: true;
12614
- State: true;
12615
- Task: true;
12616
- Workflow: true;
12617
- Table: true;
12618
- Column: true;
12619
- Row: true;
12620
- File: true;
12621
12610
  };
12622
12611
  };
12623
12612
  schemas: {
@@ -14653,988 +14642,8 @@ export declare const state: {
14653
14642
  additionalProperties: false;
14654
14643
  };
14655
14644
  };
14656
- User: {
14657
- section: "user";
14658
- schema: {
14659
- type: "object";
14660
- properties: {
14661
- id: {
14662
- type: "string";
14663
- minLength: number;
14664
- maxLength: number;
14665
- description: string;
14666
- };
14667
- createdAt: {
14668
- type: "string";
14669
- format: string;
14670
- description: string;
14671
- };
14672
- updatedAt: {
14673
- type: "string";
14674
- format: string;
14675
- description: string;
14676
- };
14677
- tags: {
14678
- type: "object";
14679
- additionalProperties: {
14680
- type: "string";
14681
- };
14682
- description: string;
14683
- };
14684
- name: {
14685
- type: "string";
14686
- maxLength: number;
14687
- description: string;
14688
- };
14689
- pictureUrl: {
14690
- type: "string";
14691
- maxLength: number;
14692
- description: string;
14693
- };
14694
- };
14695
- required: string[];
14696
- description: string;
14697
- additionalProperties: false;
14698
- };
14699
- };
14700
- Conversation: {
14701
- section: "conversation";
14702
- schema: {
14703
- type: "object";
14704
- properties: {
14705
- id: {
14706
- type: "string";
14707
- minLength: number;
14708
- maxLength: number;
14709
- description: string;
14710
- };
14711
- currentTaskId: {
14712
- type: "string";
14713
- minLength: number;
14714
- maxLength: number;
14715
- description: string;
14716
- };
14717
- currentWorkflowId: {
14718
- type: "string";
14719
- minLength: number;
14720
- maxLength: number;
14721
- description: string;
14722
- };
14723
- createdAt: {
14724
- type: "string";
14725
- format: string;
14726
- description: string;
14727
- };
14728
- updatedAt: {
14729
- type: "string";
14730
- format: string;
14731
- description: string;
14732
- };
14733
- channel: {
14734
- type: "string";
14735
- description: string;
14736
- };
14737
- integration: {
14738
- type: "string";
14739
- description: string;
14740
- };
14741
- tags: {
14742
- type: "object";
14743
- additionalProperties: {
14744
- type: "string";
14745
- };
14746
- description: string;
14747
- };
14748
- };
14749
- required: string[];
14750
- description: string;
14751
- additionalProperties: false;
14752
- };
14753
- };
14754
- Event: {
14755
- section: "event";
14756
- schema: {
14757
- type: "object";
14758
- properties: {
14759
- id: {
14760
- type: "string";
14761
- minLength: number;
14762
- maxLength: number;
14763
- description: string;
14764
- };
14765
- createdAt: {
14766
- type: "string";
14767
- format: string;
14768
- description: string;
14769
- };
14770
- type: {
14771
- type: "string";
14772
- maxLength: number;
14773
- description: string;
14774
- };
14775
- payload: {
14776
- type: "object";
14777
- additionalProperties: true;
14778
- description: string;
14779
- };
14780
- conversationId: {
14781
- type: "string";
14782
- minLength: number;
14783
- maxLength: number;
14784
- description: string;
14785
- };
14786
- userId: {
14787
- type: "string";
14788
- minLength: number;
14789
- maxLength: number;
14790
- description: string;
14791
- };
14792
- messageId: {
14793
- type: "string";
14794
- minLength: number;
14795
- maxLength: number;
14796
- description: string;
14797
- };
14798
- status: {
14799
- type: "string";
14800
- enum: string[];
14801
- };
14802
- failureReason: {
14803
- type: "string";
14804
- maxLength: number;
14805
- nullable: true;
14806
- description: string;
14807
- };
14808
- };
14809
- required: string[];
14810
- description: string;
14811
- additionalProperties: false;
14812
- };
14813
- };
14814
- Message: {
14815
- section: "message";
14816
- schema: {
14817
- type: "object";
14818
- properties: {
14819
- id: {
14820
- type: "string";
14821
- minLength: number;
14822
- maxLength: number;
14823
- description: string;
14824
- };
14825
- createdAt: {
14826
- type: "string";
14827
- format: string;
14828
- description: string;
14829
- };
14830
- updatedAt: {
14831
- type: "string";
14832
- format: string;
14833
- description: string;
14834
- };
14835
- type: {
14836
- type: "string";
14837
- maxLength: number;
14838
- description: string;
14839
- };
14840
- payload: {
14841
- type: "object";
14842
- additionalProperties: true;
14843
- description: string;
14844
- };
14845
- direction: {
14846
- type: "string";
14847
- enum: string[];
14848
- description: string;
14849
- };
14850
- userId: {
14851
- type: "string";
14852
- minLength: number;
14853
- maxLength: number;
14854
- description: string;
14855
- };
14856
- conversationId: {
14857
- type: "string";
14858
- minLength: number;
14859
- maxLength: number;
14860
- description: string;
14861
- };
14862
- tags: {
14863
- type: "object";
14864
- additionalProperties: {
14865
- type: "string";
14866
- };
14867
- description: string;
14868
- };
14869
- origin: {
14870
- type: "string";
14871
- enum: string[];
14872
- description: string;
14873
- };
14874
- };
14875
- required: string[];
14876
- description: string;
14877
- additionalProperties: false;
14878
- };
14879
- };
14880
- State: {
14881
- section: "state";
14882
- schema: {
14883
- type: "object";
14884
- properties: {
14885
- id: {
14886
- type: "string";
14887
- minLength: number;
14888
- maxLength: number;
14889
- description: string;
14890
- };
14891
- createdAt: {
14892
- type: "string";
14893
- format: string;
14894
- description: string;
14895
- };
14896
- updatedAt: {
14897
- type: "string";
14898
- format: string;
14899
- description: string;
14900
- };
14901
- botId: {
14902
- type: "string";
14903
- minLength: number;
14904
- maxLength: number;
14905
- description: string;
14906
- };
14907
- conversationId: {
14908
- type: "string";
14909
- minLength: number;
14910
- maxLength: number;
14911
- description: string;
14912
- };
14913
- userId: {
14914
- type: "string";
14915
- minLength: number;
14916
- maxLength: number;
14917
- description: string;
14918
- };
14919
- name: {
14920
- type: "string";
14921
- maxLength: number;
14922
- description: string;
14923
- };
14924
- type: {
14925
- type: "string";
14926
- enum: string[];
14927
- description: string;
14928
- };
14929
- payload: {
14930
- type: "object";
14931
- additionalProperties: true;
14932
- description: string;
14933
- };
14934
- };
14935
- required: string[];
14936
- description: string;
14937
- additionalProperties: false;
14938
- };
14939
- };
14940
- Task: {
14941
- section: "task";
14942
- schema: {
14943
- type: "object";
14944
- properties: {
14945
- id: {
14946
- type: "string";
14947
- minLength: number;
14948
- maxLength: number;
14949
- description: string;
14950
- };
14951
- title: {
14952
- type: "string";
14953
- maxLength: number;
14954
- description: string;
14955
- };
14956
- description: {
14957
- type: "string";
14958
- maxLength: number;
14959
- description: string;
14960
- };
14961
- type: {
14962
- type: "string";
14963
- description: string;
14964
- };
14965
- data: {
14966
- type: "object";
14967
- additionalProperties: true;
14968
- description: string;
14969
- };
14970
- status: {
14971
- type: "string";
14972
- enum: string[];
14973
- description: string;
14974
- };
14975
- parentTaskId: {
14976
- type: "string";
14977
- minLength: number;
14978
- maxLength: number;
14979
- description: string;
14980
- };
14981
- conversationId: {
14982
- type: "string";
14983
- minLength: number;
14984
- maxLength: number;
14985
- description: string;
14986
- };
14987
- userId: {
14988
- type: "string";
14989
- minLength: number;
14990
- maxLength: number;
14991
- description: string;
14992
- };
14993
- timeoutAt: {
14994
- type: "string";
14995
- format: string;
14996
- description: string;
14997
- };
14998
- createdAt: {
14999
- type: "string";
15000
- format: string;
15001
- description: string;
15002
- };
15003
- updatedAt: {
15004
- type: "string";
15005
- format: string;
15006
- description: string;
15007
- };
15008
- failureReason: {
15009
- type: "string";
15010
- maxLength: number;
15011
- description: string;
15012
- };
15013
- tags: {
15014
- type: "object";
15015
- additionalProperties: {
15016
- type: "string";
15017
- };
15018
- description: string;
15019
- };
15020
- };
15021
- required: string[];
15022
- description: string;
15023
- additionalProperties: false;
15024
- };
15025
- };
15026
- Workflow: {
15027
- section: "workflow";
15028
- schema: {
15029
- type: "object";
15030
- properties: {
15031
- id: {
15032
- type: "string";
15033
- minLength: number;
15034
- maxLength: number;
15035
- description: string;
15036
- };
15037
- name: {
15038
- type: "string";
15039
- maxLength: number;
15040
- description: string;
15041
- };
15042
- status: {
15043
- type: "string";
15044
- enum: string[];
15045
- description: string;
15046
- };
15047
- input: {
15048
- type: "object";
15049
- additionalProperties: true;
15050
- description: string;
15051
- };
15052
- output: {
15053
- type: "object";
15054
- additionalProperties: true;
15055
- description: string;
15056
- };
15057
- parentWorkflowId: {
15058
- type: "string";
15059
- minLength: number;
15060
- maxLength: number;
15061
- description: string;
15062
- };
15063
- conversationId: {
15064
- type: "string";
15065
- minLength: number;
15066
- maxLength: number;
15067
- description: string;
15068
- };
15069
- userId: {
15070
- type: "string";
15071
- minLength: number;
15072
- maxLength: number;
15073
- description: string;
15074
- };
15075
- createdAt: {
15076
- type: "string";
15077
- format: string;
15078
- description: string;
15079
- };
15080
- updatedAt: {
15081
- type: "string";
15082
- format: string;
15083
- description: string;
15084
- };
15085
- completedAt: {
15086
- type: "string";
15087
- format: string;
15088
- description: string;
15089
- };
15090
- failureReason: {
15091
- type: "string";
15092
- maxLength: number;
15093
- description: string;
15094
- };
15095
- timeoutAt: {
15096
- type: "string";
15097
- format: string;
15098
- description: string;
15099
- };
15100
- tags: {
15101
- type: "object";
15102
- additionalProperties: {
15103
- type: "string";
15104
- };
15105
- description: string;
15106
- };
15107
- };
15108
- required: string[];
15109
- description: string;
15110
- additionalProperties: false;
15111
- };
15112
- };
15113
- Table: {
15114
- section: "tables";
15115
- schema: {
15116
- type: "object";
15117
- properties: {
15118
- id: {
15119
- type: "string";
15120
- description: string;
15121
- };
15122
- name: {
15123
- description: string;
15124
- type: "string";
15125
- minLength: number;
15126
- };
15127
- factor: {
15128
- default: number;
15129
- type: "number";
15130
- minimum: number;
15131
- maximum: number;
15132
- description: string;
15133
- };
15134
- frozen: {
15135
- type: "boolean";
15136
- description: string;
15137
- };
15138
- schema: {
15139
- type: "object";
15140
- properties: {
15141
- $schema: {
15142
- type: "string";
15143
- };
15144
- properties: {
15145
- type: "object";
15146
- additionalProperties: {
15147
- type: "object";
15148
- properties: {
15149
- type: {
15150
- type: "string";
15151
- enum: string[];
15152
- };
15153
- format: {
15154
- type: "string";
15155
- enum: string[];
15156
- };
15157
- description: {
15158
- type: "string";
15159
- };
15160
- pattern: {
15161
- type: "string";
15162
- description: string;
15163
- };
15164
- enum: {
15165
- type: "array";
15166
- items: {
15167
- type: "string";
15168
- };
15169
- description: string;
15170
- };
15171
- items: {
15172
- type: "object";
15173
- properties: {
15174
- type: {
15175
- type: "string";
15176
- enum: string[];
15177
- };
15178
- };
15179
- required: string[];
15180
- additionalProperties: true;
15181
- description: string;
15182
- };
15183
- nullable: {
15184
- default: boolean;
15185
- type: "boolean";
15186
- };
15187
- properties: {
15188
- type: "object";
15189
- additionalProperties: {
15190
- type: "object";
15191
- properties: {
15192
- type: {
15193
- type: "string";
15194
- enum: string[];
15195
- };
15196
- };
15197
- required: string[];
15198
- additionalProperties: true;
15199
- };
15200
- };
15201
- "x-zui": {
15202
- type: "object";
15203
- properties: {
15204
- index: {
15205
- type: "integer";
15206
- };
15207
- id: {
15208
- type: "string";
15209
- description: string;
15210
- };
15211
- searchable: {
15212
- type: "boolean";
15213
- description: string;
15214
- };
15215
- hidden: {
15216
- type: "boolean";
15217
- description: string;
15218
- };
15219
- order: {
15220
- type: "number";
15221
- description: string;
15222
- };
15223
- width: {
15224
- type: "number";
15225
- description: string;
15226
- };
15227
- schemaId: {
15228
- type: "string";
15229
- description: string;
15230
- };
15231
- computed: {
15232
- type: "object";
15233
- properties: {
15234
- action: {
15235
- type: "string";
15236
- enum: string[];
15237
- };
15238
- dependencies: {
15239
- default: never[];
15240
- type: "array";
15241
- items: {
15242
- type: "string";
15243
- };
15244
- };
15245
- prompt: {
15246
- type: "string";
15247
- description: string;
15248
- };
15249
- code: {
15250
- type: "string";
15251
- description: string;
15252
- };
15253
- model: {
15254
- default: string;
15255
- type: "string";
15256
- maxLength: number;
15257
- description: string;
15258
- };
15259
- workflowId: {
15260
- type: "string";
15261
- maxLength: number;
15262
- description: string;
15263
- };
15264
- enabled: {
15265
- type: "boolean";
15266
- };
15267
- };
15268
- required: string[];
15269
- additionalProperties: false;
15270
- };
15271
- typings: {
15272
- type: "string";
15273
- description: string;
15274
- };
15275
- };
15276
- required: string[];
15277
- additionalProperties: false;
15278
- };
15279
- };
15280
- required: string[];
15281
- additionalProperties: false;
15282
- };
15283
- description: string;
15284
- };
15285
- additionalProperties: {
15286
- type: "boolean";
15287
- enum: boolean[];
15288
- description: string;
15289
- };
15290
- required: {
15291
- type: "array";
15292
- items: {
15293
- type: "string";
15294
- };
15295
- description: string;
15296
- };
15297
- type: {
15298
- type: "string";
15299
- enum: string[];
15300
- };
15301
- };
15302
- required: string[];
15303
- additionalProperties: false;
15304
- };
15305
- tags: {
15306
- type: "object";
15307
- additionalProperties: {
15308
- type: "string";
15309
- };
15310
- description: string;
15311
- };
15312
- isComputeEnabled: {
15313
- type: "boolean";
15314
- description: string;
15315
- };
15316
- createdAt: {
15317
- type: "string";
15318
- format: string;
15319
- description: string;
15320
- };
15321
- updatedAt: {
15322
- type: "string";
15323
- format: string;
15324
- description: string;
15325
- };
15326
- };
15327
- required: string[];
15328
- additionalProperties: false;
15329
- };
15330
- };
15331
- Column: {
15332
- section: "tables";
15333
- schema: {
15334
- type: "object";
15335
- properties: {
15336
- id: {
15337
- type: "string";
15338
- description: string;
15339
- };
15340
- name: {
15341
- type: "string";
15342
- minLength: number;
15343
- maxLength: number;
15344
- description: string;
15345
- };
15346
- description: {
15347
- type: "string";
15348
- description: string;
15349
- };
15350
- searchable: {
15351
- type: "boolean";
15352
- description: string;
15353
- };
15354
- type: {
15355
- type: "string";
15356
- enum: string[];
15357
- description: string;
15358
- };
15359
- typings: {
15360
- type: "string";
15361
- description: string;
15362
- };
15363
- computed: {
15364
- type: "object";
15365
- properties: {
15366
- action: {
15367
- type: "string";
15368
- enum: string[];
15369
- };
15370
- dependencies: {
15371
- default: never[];
15372
- type: "array";
15373
- items: {
15374
- type: "string";
15375
- };
15376
- };
15377
- prompt: {
15378
- type: "string";
15379
- description: string;
15380
- };
15381
- code: {
15382
- type: "string";
15383
- description: string;
15384
- };
15385
- model: {
15386
- default: string;
15387
- type: "string";
15388
- maxLength: number;
15389
- description: string;
15390
- };
15391
- workflowId: {
15392
- type: "string";
15393
- maxLength: number;
15394
- description: string;
15395
- };
15396
- enabled: {
15397
- type: "boolean";
15398
- };
15399
- };
15400
- required: string[];
15401
- additionalProperties: false;
15402
- };
15403
- schema: {
15404
- type: "object";
15405
- additionalProperties: true;
15406
- };
15407
- };
15408
- required: string[];
15409
- additionalProperties: false;
15410
- };
15411
- };
15412
- Row: {
15413
- section: "tables";
15414
- schema: {
15415
- type: "object";
15416
- properties: {
15417
- id: {
15418
- type: "number";
15419
- description: string;
15420
- };
15421
- createdAt: {
15422
- type: "string";
15423
- format: string;
15424
- description: string;
15425
- };
15426
- updatedAt: {
15427
- type: "string";
15428
- format: string;
15429
- description: string;
15430
- };
15431
- computed: {
15432
- type: "object";
15433
- additionalProperties: {
15434
- type: "object";
15435
- properties: {
15436
- status: {
15437
- type: "string";
15438
- };
15439
- error: {
15440
- type: "string";
15441
- };
15442
- updatedBy: {
15443
- type: "string";
15444
- };
15445
- updatedAt: {
15446
- type: "string";
15447
- };
15448
- };
15449
- required: string[];
15450
- additionalProperties: false;
15451
- };
15452
- };
15453
- stale: {
15454
- type: "array";
15455
- items: {
15456
- type: "string";
15457
- };
15458
- description: string;
15459
- };
15460
- similarity: {
15461
- type: "number";
15462
- description: string;
15463
- };
15464
- };
15465
- required: string[];
15466
- additionalProperties: true;
15467
- };
15468
- };
15469
- File: {
15470
- section: "files";
15471
- schema: {
15472
- type: "object";
15473
- properties: {
15474
- id: {
15475
- type: "string";
15476
- description: string;
15477
- };
15478
- botId: {
15479
- type: "string";
15480
- description: string;
15481
- };
15482
- key: {
15483
- type: "string";
15484
- description: string;
15485
- };
15486
- url: {
15487
- type: "string";
15488
- description: string;
15489
- };
15490
- size: {
15491
- type: "number";
15492
- description: string;
15493
- nullable: true;
15494
- };
15495
- contentType: {
15496
- type: "string";
15497
- description: string;
15498
- };
15499
- tags: {
15500
- type: "object";
15501
- additionalProperties: {
15502
- type: "string";
15503
- maxLength: number;
15504
- };
15505
- description: string;
15506
- };
15507
- metadata: {
15508
- type: "object";
15509
- additionalProperties: {
15510
- nullable: true;
15511
- };
15512
- description: string;
15513
- };
15514
- createdAt: {
15515
- type: "string";
15516
- description: string;
15517
- };
15518
- updatedAt: {
15519
- type: "string";
15520
- description: string;
15521
- };
15522
- accessPolicies: {
15523
- type: "array";
15524
- items: {
15525
- type: "string";
15526
- enum: string[];
15527
- };
15528
- description: string;
15529
- };
15530
- index: {
15531
- type: "boolean";
15532
- description: string;
15533
- };
15534
- status: {
15535
- type: "string";
15536
- enum: string[];
15537
- description: string;
15538
- };
15539
- failedStatusReason: {
15540
- type: "string";
15541
- description: string;
15542
- };
15543
- expiresAt: {
15544
- type: "string";
15545
- description: string;
15546
- };
15547
- owner: {
15548
- type: "object";
15549
- properties: {
15550
- type: {
15551
- type: "string";
15552
- enum: string[];
15553
- };
15554
- id: {
15555
- type: "string";
15556
- description: string;
15557
- };
15558
- name: {
15559
- type: "string";
15560
- description: string;
15561
- };
15562
- };
15563
- required: string[];
15564
- additionalProperties: false;
15565
- };
15566
- indexingStack: {
15567
- type: "string";
15568
- enum: string[];
15569
- description: string;
15570
- };
15571
- };
15572
- required: string[];
15573
- additionalProperties: false;
15574
- };
15575
- };
15576
14645
  };
15577
14646
  sections: ({
15578
- description: string;
15579
- title: string;
15580
- name: "user";
15581
- operations: never[];
15582
- schema: string;
15583
- } | {
15584
- description: string;
15585
- title: string;
15586
- name: "conversation";
15587
- operations: never[];
15588
- schema: string;
15589
- } | {
15590
- description: string;
15591
- title: string;
15592
- name: "event";
15593
- operations: never[];
15594
- schema: string;
15595
- } | {
15596
- description: string;
15597
- title: string;
15598
- name: "message";
15599
- operations: never[];
15600
- schema: string;
15601
- } | {
15602
- description: string;
15603
- title: string;
15604
- name: "state";
15605
- operations: never[];
15606
- schema: string;
15607
- } | {
15608
- title: string;
15609
- description: string;
15610
- name: "hub";
15611
- operations: string[];
15612
- schema?: undefined;
15613
- } | {
15614
- description: string;
15615
- title: string;
15616
- name: "action";
15617
- operations: never[];
15618
- schema?: undefined;
15619
- } | {
15620
- description: string;
15621
- title: string;
15622
- name: "task";
15623
- operations: never[];
15624
- schema: string;
15625
- } | {
15626
- description: string;
15627
- title: string;
15628
- name: "workflow";
15629
- operations: never[];
15630
- schema: string;
15631
- } | {
15632
- description: string;
15633
- title: string;
15634
- name: "tag";
15635
- operations: never[];
15636
- schema?: undefined;
15637
- } | {
15638
14647
  title: string;
15639
14648
  description: string;
15640
14649
  name: "bot";
@@ -15658,6 +14667,12 @@ export declare const state: {
15658
14667
  name: "plugin";
15659
14668
  operations: string[];
15660
14669
  schema: string;
14670
+ } | {
14671
+ title: string;
14672
+ description: string;
14673
+ name: "hub";
14674
+ operations: string[];
14675
+ schema?: undefined;
15661
14676
  } | {
15662
14677
  title: string;
15663
14678
  description: string;
@@ -15700,18 +14715,6 @@ export declare const state: {
15700
14715
  name: "activity";
15701
14716
  operations: string[];
15702
14717
  schema: string;
15703
- } | {
15704
- title: string;
15705
- description: string;
15706
- name: "tables";
15707
- operations: never[];
15708
- schema: string;
15709
- } | {
15710
- title: string;
15711
- description: string;
15712
- name: "files";
15713
- operations: never[];
15714
- schema: string;
15715
14718
  })[];
15716
14719
  options: {
15717
14720
  allowUnions: false;