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