@almadar/core 10.37.0 → 10.38.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.
@@ -1,10 +1,11 @@
1
- import { A as AnyPatternConfig, b1 as RenderBinding, F as FieldValue, aW as PatternType, J as JsonValue } from '../effect-Cd6ibbZc.js';
2
- export { aP as PATTERN_TYPES, aT as PatternConfig, aU as PatternProps, aV as PatternPropsMap, cJ as isValidPatternType } from '../effect-Cd6ibbZc.js';
1
+ import { A as AnyPatternConfig, S as RenderBinding, I as PatternType } from '../effect-5kg4MCeB.js';
2
+ export { P as PATTERN_TYPES, z as PatternConfig, G as PatternProps, H as PatternPropsMap, aK as isValidPatternType } from '../effect-5kg4MCeB.js';
3
3
  import { d as EventPayloadValue, a as EventPayload } from '../expression-DpAj1RzP.js';
4
+ import { F as FieldValue, J as JsonValue } from '../entity-CVylqnAf.js';
4
5
  import 'zod';
5
6
 
6
7
  var version$3 = "1.0.0";
7
- var exportedAt$3 = "2026-07-25T06:32:53.902Z";
8
+ var exportedAt$3 = "2026-07-26T06:18:13.545Z";
8
9
  var patterns = {
9
10
  "entity-table": {
10
11
  type: "entity-table",
@@ -40426,6 +40427,363 @@ var patterns = {
40426
40427
  description: "className prop"
40427
40428
  }
40428
40429
  }
40430
+ },
40431
+ "import-preview-tree": {
40432
+ type: "import-preview-tree",
40433
+ category: "component",
40434
+ tier: "molecules",
40435
+ family: "core",
40436
+ description: "ImportPreviewTree component",
40437
+ suggestedFor: [
40438
+ "import",
40439
+ "preview",
40440
+ "tree",
40441
+ "import preview tree"
40442
+ ],
40443
+ typicalSize: "medium",
40444
+ propsSchema: {
40445
+ units: {
40446
+ types: [
40447
+ "array"
40448
+ ],
40449
+ description: "Staged units to preview",
40450
+ required: true,
40451
+ items: {
40452
+ types: [
40453
+ "object"
40454
+ ],
40455
+ properties: {
40456
+ ref: {
40457
+ types: [
40458
+ "string"
40459
+ ]
40460
+ },
40461
+ targetEntity: {
40462
+ types: [
40463
+ "string"
40464
+ ]
40465
+ },
40466
+ fields: {
40467
+ types: [
40468
+ "object"
40469
+ ],
40470
+ mapValue: {
40471
+ types: [
40472
+ "object"
40473
+ ],
40474
+ freeform: true
40475
+ }
40476
+ },
40477
+ parentRef: {
40478
+ types: [
40479
+ "string"
40480
+ ]
40481
+ }
40482
+ },
40483
+ required: [
40484
+ "ref",
40485
+ "targetEntity",
40486
+ "fields"
40487
+ ]
40488
+ }
40489
+ },
40490
+ skipped: {
40491
+ types: [
40492
+ "array"
40493
+ ],
40494
+ description: "Elements skipped during extraction, with reasons",
40495
+ items: {
40496
+ types: [
40497
+ "object"
40498
+ ],
40499
+ properties: {
40500
+ ref: {
40501
+ types: [
40502
+ "string"
40503
+ ]
40504
+ },
40505
+ reason: {
40506
+ types: [
40507
+ "string"
40508
+ ]
40509
+ }
40510
+ },
40511
+ required: [
40512
+ "ref",
40513
+ "reason"
40514
+ ]
40515
+ },
40516
+ "default": [
40517
+ ]
40518
+ },
40519
+ entityDisplay: {
40520
+ types: [
40521
+ "object"
40522
+ ],
40523
+ description: "Entity name → display labels; falls back to the entity name",
40524
+ required: true,
40525
+ mapValue: {
40526
+ types: [
40527
+ "object"
40528
+ ],
40529
+ properties: {
40530
+ singular: {
40531
+ types: [
40532
+ "string"
40533
+ ]
40534
+ },
40535
+ plural: {
40536
+ types: [
40537
+ "string"
40538
+ ]
40539
+ }
40540
+ },
40541
+ required: [
40542
+ "singular",
40543
+ "plural"
40544
+ ]
40545
+ }
40546
+ },
40547
+ onConfirm: {
40548
+ types: [
40549
+ "function"
40550
+ ],
40551
+ description: "Called when the user confirms the staged import",
40552
+ kind: "callback",
40553
+ callbackArgs: [
40554
+ ]
40555
+ },
40556
+ onCancel: {
40557
+ types: [
40558
+ "function"
40559
+ ],
40560
+ description: "Called when the user cancels the staged import",
40561
+ kind: "callback",
40562
+ callbackArgs: [
40563
+ ]
40564
+ },
40565
+ confirmLabel: {
40566
+ types: [
40567
+ "string"
40568
+ ],
40569
+ description: "Confirm button label",
40570
+ "default": "Confirm import"
40571
+ },
40572
+ cancelLabel: {
40573
+ types: [
40574
+ "string"
40575
+ ],
40576
+ description: "Cancel button label",
40577
+ "default": "Cancel"
40578
+ },
40579
+ indent: {
40580
+ types: [
40581
+ "number"
40582
+ ],
40583
+ description: "Indent per tree depth in px (default: 16)",
40584
+ "default": 16
40585
+ },
40586
+ className: {
40587
+ types: [
40588
+ "string"
40589
+ ],
40590
+ description: "Additional CSS classes"
40591
+ }
40592
+ }
40593
+ },
40594
+ "import-progress": {
40595
+ type: "import-progress",
40596
+ category: "component",
40597
+ tier: "molecules",
40598
+ family: "core",
40599
+ description: "ImportProgress component",
40600
+ suggestedFor: [
40601
+ "import",
40602
+ "progress",
40603
+ "import progress"
40604
+ ],
40605
+ typicalSize: "medium",
40606
+ propsSchema: {
40607
+ step: {
40608
+ types: [
40609
+ "string"
40610
+ ],
40611
+ description: "Current lifecycle step",
40612
+ required: true,
40613
+ enumValues: [
40614
+ "fetching",
40615
+ "mapping",
40616
+ "reviewing",
40617
+ "committing",
40618
+ "done",
40619
+ "failed"
40620
+ ]
40621
+ },
40622
+ counts: {
40623
+ types: [
40624
+ "object"
40625
+ ],
40626
+ description: "Unit counts",
40627
+ properties: {
40628
+ staged: {
40629
+ types: [
40630
+ "number"
40631
+ ]
40632
+ },
40633
+ committed: {
40634
+ types: [
40635
+ "number"
40636
+ ]
40637
+ },
40638
+ failed: {
40639
+ types: [
40640
+ "number"
40641
+ ]
40642
+ }
40643
+ }
40644
+ },
40645
+ labels: {
40646
+ types: [
40647
+ "object"
40648
+ ],
40649
+ description: "Step label overrides",
40650
+ mapValue: {
40651
+ types: [
40652
+ "string"
40653
+ ]
40654
+ }
40655
+ },
40656
+ className: {
40657
+ types: [
40658
+ "string"
40659
+ ],
40660
+ description: "Additional CSS classes"
40661
+ }
40662
+ }
40663
+ },
40664
+ "import-source-picker": {
40665
+ type: "import-source-picker",
40666
+ category: "component",
40667
+ tier: "molecules",
40668
+ family: "core",
40669
+ description: "ImportSourcePicker component",
40670
+ suggestedFor: [
40671
+ "import",
40672
+ "source",
40673
+ "picker",
40674
+ "import source picker"
40675
+ ],
40676
+ typicalSize: "medium",
40677
+ propsSchema: {
40678
+ sources: {
40679
+ types: [
40680
+ "array"
40681
+ ],
40682
+ description: "Source options to render",
40683
+ required: true,
40684
+ items: {
40685
+ types: [
40686
+ "object"
40687
+ ],
40688
+ properties: {
40689
+ id: {
40690
+ types: [
40691
+ "string"
40692
+ ]
40693
+ },
40694
+ label: {
40695
+ types: [
40696
+ "string"
40697
+ ]
40698
+ },
40699
+ description: {
40700
+ types: [
40701
+ "string"
40702
+ ]
40703
+ },
40704
+ icon: {
40705
+ types: [
40706
+ "icon",
40707
+ "string"
40708
+ ]
40709
+ },
40710
+ kind: {
40711
+ types: [
40712
+ "string"
40713
+ ],
40714
+ enumValues: [
40715
+ "action",
40716
+ "file"
40717
+ ]
40718
+ },
40719
+ accept: {
40720
+ types: [
40721
+ "string"
40722
+ ]
40723
+ },
40724
+ multiple: {
40725
+ types: [
40726
+ "boolean"
40727
+ ]
40728
+ },
40729
+ disabled: {
40730
+ types: [
40731
+ "boolean"
40732
+ ]
40733
+ }
40734
+ },
40735
+ required: [
40736
+ "id",
40737
+ "label"
40738
+ ]
40739
+ }
40740
+ },
40741
+ onSelect: {
40742
+ types: [
40743
+ "function"
40744
+ ],
40745
+ description: "Called with the source id when an 'action' option is picked",
40746
+ kind: "callback",
40747
+ callbackArgs: [
40748
+ {
40749
+ name: "sourceId",
40750
+ type: "string"
40751
+ }
40752
+ ]
40753
+ },
40754
+ onFilesSelected: {
40755
+ types: [
40756
+ "function"
40757
+ ],
40758
+ description: "Called with the chosen files when a 'file' option resolves",
40759
+ kind: "callback",
40760
+ callbackArgs: [
40761
+ {
40762
+ name: "files",
40763
+ type: "array"
40764
+ }
40765
+ ],
40766
+ nonEmittable: true
40767
+ },
40768
+ title: {
40769
+ types: [
40770
+ "string"
40771
+ ],
40772
+ description: "Optional heading above the options"
40773
+ },
40774
+ moreSources: {
40775
+ types: [
40776
+ "node"
40777
+ ],
40778
+ description: "Generic slot for additional sources rendered below the options"
40779
+ },
40780
+ className: {
40781
+ types: [
40782
+ "string"
40783
+ ],
40784
+ description: "Additional CSS classes"
40785
+ }
40786
+ }
40429
40787
  }
40430
40788
  };
40431
40789
  var categories$1 = [
@@ -41189,6 +41547,41 @@ var integrators = {
41189
41547
  }
41190
41548
  }
41191
41549
  ]
41550
+ },
41551
+ database: {
41552
+ name: "database",
41553
+ description: "Generic SQL database integration - read-only queries over external connections",
41554
+ category: "infrastructure",
41555
+ actions: [
41556
+ {
41557
+ name: "query",
41558
+ description: "Run a single read-only SELECT against a connection referenced by env var name",
41559
+ params: [
41560
+ {
41561
+ name: "connectionRef",
41562
+ type: "string",
41563
+ required: true,
41564
+ description: "Name of the environment variable holding the connection string (never the secret itself)"
41565
+ },
41566
+ {
41567
+ name: "sql",
41568
+ type: "string",
41569
+ required: true,
41570
+ description: "Single SELECT statement (read-only enforced)"
41571
+ },
41572
+ {
41573
+ name: "params",
41574
+ type: "array",
41575
+ required: false,
41576
+ description: "Bind parameters for the query"
41577
+ }
41578
+ ],
41579
+ responseShape: {
41580
+ rows: "array",
41581
+ rowCount: "number"
41582
+ }
41583
+ }
41584
+ ]
41192
41585
  }
41193
41586
  };
41194
41587
  var categories = [
@@ -41196,7 +41589,8 @@ var categories = [
41196
41589
  "payment",
41197
41590
  "messaging",
41198
41591
  "ai",
41199
- "devtools"
41592
+ "devtools",
41593
+ "infrastructure"
41200
41594
  ];
41201
41595
  var integratorsRegistry = {
41202
41596
  version: version$2,
@@ -41206,7 +41600,7 @@ var integratorsRegistry = {
41206
41600
  };
41207
41601
 
41208
41602
  var version$1 = "1.0.0";
41209
- var exportedAt$1 = "2026-07-25T06:32:53.902Z";
41603
+ var exportedAt$1 = "2026-07-26T06:18:13.545Z";
41210
41604
  var mappings = {
41211
41605
  "page-header": {
41212
41606
  component: "PageHeader",
@@ -42564,6 +42958,21 @@ var mappings = {
42564
42958
  component: "PageTransition",
42565
42959
  importPath: "@/components/core/molecules/PageTransition",
42566
42960
  category: "component"
42961
+ },
42962
+ "import-preview-tree": {
42963
+ component: "ImportPreviewTree",
42964
+ importPath: "@/components/core/molecules/ImportPreviewTree",
42965
+ category: "component"
42966
+ },
42967
+ "import-progress": {
42968
+ component: "ImportProgress",
42969
+ importPath: "@/components/core/molecules/ImportProgress",
42970
+ category: "component"
42971
+ },
42972
+ "import-source-picker": {
42973
+ component: "ImportSourcePicker",
42974
+ importPath: "@/components/core/molecules/ImportSourcePicker",
42975
+ category: "component"
42567
42976
  }
42568
42977
  };
42569
42978
  var componentMapping = {
@@ -42573,7 +42982,7 @@ var componentMapping = {
42573
42982
  };
42574
42983
 
42575
42984
  var version = "1.0.0";
42576
- var exportedAt = "2026-07-25T06:32:53.902Z";
42985
+ var exportedAt = "2026-07-26T06:18:13.545Z";
42577
42986
  var contracts = {
42578
42987
  form: {
42579
42988
  emits: [
@@ -68990,6 +69399,230 @@ declare const registry: {
68990
69399
  };
68991
69400
  };
68992
69401
  };
69402
+ "import-preview-tree": {
69403
+ type: string;
69404
+ category: string;
69405
+ tier: string;
69406
+ family: string;
69407
+ description: string;
69408
+ suggestedFor: string[];
69409
+ typicalSize: string;
69410
+ propsSchema: {
69411
+ units: {
69412
+ types: string[];
69413
+ description: string;
69414
+ required: boolean;
69415
+ items: {
69416
+ types: string[];
69417
+ properties: {
69418
+ ref: {
69419
+ types: string[];
69420
+ };
69421
+ targetEntity: {
69422
+ types: string[];
69423
+ };
69424
+ fields: {
69425
+ types: string[];
69426
+ mapValue: {
69427
+ types: string[];
69428
+ freeform: boolean;
69429
+ };
69430
+ };
69431
+ parentRef: {
69432
+ types: string[];
69433
+ };
69434
+ };
69435
+ required: string[];
69436
+ };
69437
+ };
69438
+ skipped: {
69439
+ types: string[];
69440
+ description: string;
69441
+ items: {
69442
+ types: string[];
69443
+ properties: {
69444
+ ref: {
69445
+ types: string[];
69446
+ };
69447
+ reason: {
69448
+ types: string[];
69449
+ };
69450
+ };
69451
+ required: string[];
69452
+ };
69453
+ default: never[];
69454
+ };
69455
+ entityDisplay: {
69456
+ types: string[];
69457
+ description: string;
69458
+ required: boolean;
69459
+ mapValue: {
69460
+ types: string[];
69461
+ properties: {
69462
+ singular: {
69463
+ types: string[];
69464
+ };
69465
+ plural: {
69466
+ types: string[];
69467
+ };
69468
+ };
69469
+ required: string[];
69470
+ };
69471
+ };
69472
+ onConfirm: {
69473
+ types: string[];
69474
+ description: string;
69475
+ kind: string;
69476
+ callbackArgs: never[];
69477
+ };
69478
+ onCancel: {
69479
+ types: string[];
69480
+ description: string;
69481
+ kind: string;
69482
+ callbackArgs: never[];
69483
+ };
69484
+ confirmLabel: {
69485
+ types: string[];
69486
+ description: string;
69487
+ default: string;
69488
+ };
69489
+ cancelLabel: {
69490
+ types: string[];
69491
+ description: string;
69492
+ default: string;
69493
+ };
69494
+ indent: {
69495
+ types: string[];
69496
+ description: string;
69497
+ default: number;
69498
+ };
69499
+ className: {
69500
+ types: string[];
69501
+ description: string;
69502
+ };
69503
+ };
69504
+ };
69505
+ "import-progress": {
69506
+ type: string;
69507
+ category: string;
69508
+ tier: string;
69509
+ family: string;
69510
+ description: string;
69511
+ suggestedFor: string[];
69512
+ typicalSize: string;
69513
+ propsSchema: {
69514
+ step: {
69515
+ types: string[];
69516
+ description: string;
69517
+ required: boolean;
69518
+ enumValues: string[];
69519
+ };
69520
+ counts: {
69521
+ types: string[];
69522
+ description: string;
69523
+ properties: {
69524
+ staged: {
69525
+ types: string[];
69526
+ };
69527
+ committed: {
69528
+ types: string[];
69529
+ };
69530
+ failed: {
69531
+ types: string[];
69532
+ };
69533
+ };
69534
+ };
69535
+ labels: {
69536
+ types: string[];
69537
+ description: string;
69538
+ mapValue: {
69539
+ types: string[];
69540
+ };
69541
+ };
69542
+ className: {
69543
+ types: string[];
69544
+ description: string;
69545
+ };
69546
+ };
69547
+ };
69548
+ "import-source-picker": {
69549
+ type: string;
69550
+ category: string;
69551
+ tier: string;
69552
+ family: string;
69553
+ description: string;
69554
+ suggestedFor: string[];
69555
+ typicalSize: string;
69556
+ propsSchema: {
69557
+ sources: {
69558
+ types: string[];
69559
+ description: string;
69560
+ required: boolean;
69561
+ items: {
69562
+ types: string[];
69563
+ properties: {
69564
+ id: {
69565
+ types: string[];
69566
+ };
69567
+ label: {
69568
+ types: string[];
69569
+ };
69570
+ description: {
69571
+ types: string[];
69572
+ };
69573
+ icon: {
69574
+ types: string[];
69575
+ };
69576
+ kind: {
69577
+ types: string[];
69578
+ enumValues: string[];
69579
+ };
69580
+ accept: {
69581
+ types: string[];
69582
+ };
69583
+ multiple: {
69584
+ types: string[];
69585
+ };
69586
+ disabled: {
69587
+ types: string[];
69588
+ };
69589
+ };
69590
+ required: string[];
69591
+ };
69592
+ };
69593
+ onSelect: {
69594
+ types: string[];
69595
+ description: string;
69596
+ kind: string;
69597
+ callbackArgs: {
69598
+ name: string;
69599
+ type: string;
69600
+ }[];
69601
+ };
69602
+ onFilesSelected: {
69603
+ types: string[];
69604
+ description: string;
69605
+ kind: string;
69606
+ callbackArgs: {
69607
+ name: string;
69608
+ type: string;
69609
+ }[];
69610
+ nonEmittable: boolean;
69611
+ };
69612
+ title: {
69613
+ types: string[];
69614
+ description: string;
69615
+ };
69616
+ moreSources: {
69617
+ types: string[];
69618
+ description: string;
69619
+ };
69620
+ className: {
69621
+ types: string[];
69622
+ description: string;
69623
+ };
69624
+ };
69625
+ };
68993
69626
  };
68994
69627
  categories: string[];
68995
69628
  };
@@ -93689,6 +94322,230 @@ declare const PATTERN_REGISTRY: {
93689
94322
  };
93690
94323
  };
93691
94324
  };
94325
+ "import-preview-tree": {
94326
+ type: string;
94327
+ category: string;
94328
+ tier: string;
94329
+ family: string;
94330
+ description: string;
94331
+ suggestedFor: string[];
94332
+ typicalSize: string;
94333
+ propsSchema: {
94334
+ units: {
94335
+ types: string[];
94336
+ description: string;
94337
+ required: boolean;
94338
+ items: {
94339
+ types: string[];
94340
+ properties: {
94341
+ ref: {
94342
+ types: string[];
94343
+ };
94344
+ targetEntity: {
94345
+ types: string[];
94346
+ };
94347
+ fields: {
94348
+ types: string[];
94349
+ mapValue: {
94350
+ types: string[];
94351
+ freeform: boolean;
94352
+ };
94353
+ };
94354
+ parentRef: {
94355
+ types: string[];
94356
+ };
94357
+ };
94358
+ required: string[];
94359
+ };
94360
+ };
94361
+ skipped: {
94362
+ types: string[];
94363
+ description: string;
94364
+ items: {
94365
+ types: string[];
94366
+ properties: {
94367
+ ref: {
94368
+ types: string[];
94369
+ };
94370
+ reason: {
94371
+ types: string[];
94372
+ };
94373
+ };
94374
+ required: string[];
94375
+ };
94376
+ default: never[];
94377
+ };
94378
+ entityDisplay: {
94379
+ types: string[];
94380
+ description: string;
94381
+ required: boolean;
94382
+ mapValue: {
94383
+ types: string[];
94384
+ properties: {
94385
+ singular: {
94386
+ types: string[];
94387
+ };
94388
+ plural: {
94389
+ types: string[];
94390
+ };
94391
+ };
94392
+ required: string[];
94393
+ };
94394
+ };
94395
+ onConfirm: {
94396
+ types: string[];
94397
+ description: string;
94398
+ kind: string;
94399
+ callbackArgs: never[];
94400
+ };
94401
+ onCancel: {
94402
+ types: string[];
94403
+ description: string;
94404
+ kind: string;
94405
+ callbackArgs: never[];
94406
+ };
94407
+ confirmLabel: {
94408
+ types: string[];
94409
+ description: string;
94410
+ default: string;
94411
+ };
94412
+ cancelLabel: {
94413
+ types: string[];
94414
+ description: string;
94415
+ default: string;
94416
+ };
94417
+ indent: {
94418
+ types: string[];
94419
+ description: string;
94420
+ default: number;
94421
+ };
94422
+ className: {
94423
+ types: string[];
94424
+ description: string;
94425
+ };
94426
+ };
94427
+ };
94428
+ "import-progress": {
94429
+ type: string;
94430
+ category: string;
94431
+ tier: string;
94432
+ family: string;
94433
+ description: string;
94434
+ suggestedFor: string[];
94435
+ typicalSize: string;
94436
+ propsSchema: {
94437
+ step: {
94438
+ types: string[];
94439
+ description: string;
94440
+ required: boolean;
94441
+ enumValues: string[];
94442
+ };
94443
+ counts: {
94444
+ types: string[];
94445
+ description: string;
94446
+ properties: {
94447
+ staged: {
94448
+ types: string[];
94449
+ };
94450
+ committed: {
94451
+ types: string[];
94452
+ };
94453
+ failed: {
94454
+ types: string[];
94455
+ };
94456
+ };
94457
+ };
94458
+ labels: {
94459
+ types: string[];
94460
+ description: string;
94461
+ mapValue: {
94462
+ types: string[];
94463
+ };
94464
+ };
94465
+ className: {
94466
+ types: string[];
94467
+ description: string;
94468
+ };
94469
+ };
94470
+ };
94471
+ "import-source-picker": {
94472
+ type: string;
94473
+ category: string;
94474
+ tier: string;
94475
+ family: string;
94476
+ description: string;
94477
+ suggestedFor: string[];
94478
+ typicalSize: string;
94479
+ propsSchema: {
94480
+ sources: {
94481
+ types: string[];
94482
+ description: string;
94483
+ required: boolean;
94484
+ items: {
94485
+ types: string[];
94486
+ properties: {
94487
+ id: {
94488
+ types: string[];
94489
+ };
94490
+ label: {
94491
+ types: string[];
94492
+ };
94493
+ description: {
94494
+ types: string[];
94495
+ };
94496
+ icon: {
94497
+ types: string[];
94498
+ };
94499
+ kind: {
94500
+ types: string[];
94501
+ enumValues: string[];
94502
+ };
94503
+ accept: {
94504
+ types: string[];
94505
+ };
94506
+ multiple: {
94507
+ types: string[];
94508
+ };
94509
+ disabled: {
94510
+ types: string[];
94511
+ };
94512
+ };
94513
+ required: string[];
94514
+ };
94515
+ };
94516
+ onSelect: {
94517
+ types: string[];
94518
+ description: string;
94519
+ kind: string;
94520
+ callbackArgs: {
94521
+ name: string;
94522
+ type: string;
94523
+ }[];
94524
+ };
94525
+ onFilesSelected: {
94526
+ types: string[];
94527
+ description: string;
94528
+ kind: string;
94529
+ callbackArgs: {
94530
+ name: string;
94531
+ type: string;
94532
+ }[];
94533
+ nonEmittable: boolean;
94534
+ };
94535
+ title: {
94536
+ types: string[];
94537
+ description: string;
94538
+ };
94539
+ moreSources: {
94540
+ types: string[];
94541
+ description: string;
94542
+ };
94543
+ className: {
94544
+ types: string[];
94545
+ description: string;
94546
+ };
94547
+ };
94548
+ };
93692
94549
  };
93693
94550
  categories: string[];
93694
94551
  };
@@ -94277,6 +95134,25 @@ declare const INTEGRATORS_REGISTRY: {
94277
95134
  };
94278
95135
  }[];
94279
95136
  };
95137
+ database: {
95138
+ name: string;
95139
+ description: string;
95140
+ category: string;
95141
+ actions: {
95142
+ name: string;
95143
+ description: string;
95144
+ params: {
95145
+ name: string;
95146
+ type: string;
95147
+ required: boolean;
95148
+ description: string;
95149
+ }[];
95150
+ responseShape: {
95151
+ rows: string;
95152
+ rowCount: string;
95153
+ };
95154
+ }[];
95155
+ };
94280
95156
  };
94281
95157
  categories: string[];
94282
95158
  };
@@ -95641,6 +96517,21 @@ declare const COMPONENT_MAPPING: {
95641
96517
  importPath: string;
95642
96518
  category: string;
95643
96519
  };
96520
+ "import-preview-tree": {
96521
+ component: string;
96522
+ importPath: string;
96523
+ category: string;
96524
+ };
96525
+ "import-progress": {
96526
+ component: string;
96527
+ importPath: string;
96528
+ category: string;
96529
+ };
96530
+ "import-source-picker": {
96531
+ component: string;
96532
+ importPath: string;
96533
+ category: string;
96534
+ };
95644
96535
  };
95645
96536
  };
95646
96537
  declare const EVENT_CONTRACTS: {