@almadar/core 10.79.0 → 10.81.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.
Files changed (34) hide show
  1. package/dist/builders.d.ts +3 -3
  2. package/dist/builders.js +39 -3
  3. package/dist/builders.js.map +1 -1
  4. package/dist/{effect-Mx_niZdY.d.ts → effect-BHoSW19_.d.ts} +259 -4
  5. package/dist/{entityAccess-C3_cjLNi.d.ts → entityAccess-0POr1WuY.d.ts} +1 -1
  6. package/dist/factory/index.d.ts +4 -4
  7. package/dist/factory/index.js +450 -164
  8. package/dist/factory/index.js.map +1 -1
  9. package/dist/factory-runtime/index.d.ts +3 -3
  10. package/dist/factory-runtime/index.js +39 -3
  11. package/dist/factory-runtime/index.js.map +1 -1
  12. package/dist/{index-B1N3gjT0.d.ts → index-rVlLkZJu.d.ts} +4 -4
  13. package/dist/index.d.ts +10 -10
  14. package/dist/index.js +1615 -574
  15. package/dist/index.js.map +1 -1
  16. package/dist/mock/index.d.ts +4 -4
  17. package/dist/mock/index.js +28 -0
  18. package/dist/mock/index.js.map +1 -1
  19. package/dist/patterns/component-mapping.json +11 -1
  20. package/dist/patterns/event-contracts.json +1 -1
  21. package/dist/patterns/index.d.ts +2707 -652
  22. package/dist/patterns/index.js +1441 -569
  23. package/dist/patterns/index.js.map +1 -1
  24. package/dist/patterns/integrators-registry.json +1004 -402
  25. package/dist/patterns/patterns-registry.json +423 -165
  26. package/dist/patterns/registry.json +423 -165
  27. package/dist/patterns/services-registry.json +1171 -424
  28. package/dist/{schema-CkTuSx6F.d.ts → schema-CkTTGH6l.d.ts} +38 -38
  29. package/dist/{trait-B1fI0lTU.d.ts → trait-D269f6pt.d.ts} +32 -2
  30. package/dist/types/index.d.ts +5 -5
  31. package/dist/types/index.js +175 -4
  32. package/dist/types/index.js.map +1 -1
  33. package/dist/{types-B53Myv7U.d.ts → types-7PHjoE7m.d.ts} +2 -2
  34. package/package.json +1 -1
@@ -3,7 +3,7 @@ import { z } from 'zod';
3
3
  // src/patterns/patterns-registry.json
4
4
  var patterns_registry_default = {
5
5
  version: "1.0.0",
6
- exportedAt: "2026-09-02T02:13:40.776Z",
6
+ exportedAt: "2026-09-03T03:26:05.097Z",
7
7
  patterns: {
8
8
  "entity-table": {
9
9
  type: "entity-table",
@@ -264,10 +264,6 @@ var patterns_registry_default = {
264
264
  placement: {
265
265
  types: [
266
266
  "string"
267
- ],
268
- enumValues: [
269
- "row",
270
- "bulk"
271
267
  ]
272
268
  },
273
269
  icon: {
@@ -279,13 +275,6 @@ var patterns_registry_default = {
279
275
  variant: {
280
276
  types: [
281
277
  "string"
282
- ],
283
- enumValues: [
284
- "default",
285
- "primary",
286
- "secondary",
287
- "ghost",
288
- "danger"
289
278
  ]
290
279
  },
291
280
  onClick: {
@@ -662,12 +651,6 @@ var patterns_registry_default = {
662
651
  placement: {
663
652
  types: [
664
653
  "string"
665
- ],
666
- enumValues: [
667
- "row",
668
- "bulk",
669
- "card",
670
- "footer"
671
654
  ]
672
655
  },
673
656
  variant: {
@@ -1177,22 +1160,11 @@ var patterns_registry_default = {
1177
1160
  placement: {
1178
1161
  types: [
1179
1162
  "string"
1180
- ],
1181
- enumValues: [
1182
- "card",
1183
- "footer",
1184
- "row"
1185
1163
  ]
1186
1164
  },
1187
1165
  variant: {
1188
1166
  types: [
1189
1167
  "string"
1190
- ],
1191
- enumValues: [
1192
- "primary",
1193
- "secondary",
1194
- "ghost",
1195
- "danger"
1196
1168
  ]
1197
1169
  }
1198
1170
  },
@@ -2117,11 +2089,7 @@ var patterns_registry_default = {
2117
2089
  types: [
2118
2090
  "string"
2119
2091
  ],
2120
- description: "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'.",
2121
- enumValues: [
2122
- "create",
2123
- "edit"
2124
- ]
2092
+ description: "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
2125
2093
  },
2126
2094
  fields: {
2127
2095
  types: [
@@ -3044,11 +3012,7 @@ var patterns_registry_default = {
3044
3012
  types: [
3045
3013
  "string"
3046
3014
  ],
3047
- description: "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'.",
3048
- enumValues: [
3049
- "create",
3050
- "edit"
3051
- ]
3015
+ description: "Form mode \u2014 'create' for new records, 'edit' for updating existing. Accepts `string` so schema-driven callers (whose `config.mode` is typed as `string` per the trait's declared config block) compile cleanly. The runtime treats anything other than 'edit' as 'create'."
3052
3016
  },
3053
3017
  fields: {
3054
3018
  types: [
@@ -5602,12 +5566,6 @@ var patterns_registry_default = {
5602
5566
  mode: {
5603
5567
  types: [
5604
5568
  "string"
5605
- ],
5606
- enumValues: [
5607
- "search_or_create",
5608
- "create_multiple",
5609
- "select_one",
5610
- "update"
5611
5569
  ]
5612
5570
  },
5613
5571
  parentField: {
@@ -6461,13 +6419,6 @@ var patterns_registry_default = {
6461
6419
  "string"
6462
6420
  ],
6463
6421
  description: "Width (CSS value or preset size)",
6464
- enumValues: [
6465
- "sm",
6466
- "md",
6467
- "lg",
6468
- "xl",
6469
- "full"
6470
- ],
6471
6422
  default: "md"
6472
6423
  },
6473
6424
  showCloseButton: {
@@ -8089,15 +8040,7 @@ var patterns_registry_default = {
8089
8040
  types: [
8090
8041
  "string"
8091
8042
  ],
8092
- description: "Semantic palette token or an arbitrary Tailwind color class.",
8093
- enumValues: [
8094
- "primary",
8095
- "secondary",
8096
- "success",
8097
- "warning",
8098
- "error",
8099
- "muted"
8100
- ]
8043
+ description: "Semantic palette token or an arbitrary Tailwind color class."
8101
8044
  },
8102
8045
  animation: {
8103
8046
  types: [
@@ -8438,13 +8381,20 @@ var patterns_registry_default = {
8438
8381
  types: [
8439
8382
  "string"
8440
8383
  ],
8441
- description: "Declarative event name for trait dispatch",
8384
+ description: "Declarative event name for trait dispatch.",
8442
8385
  kind: "event-ref",
8443
8386
  emitPayloadSchema: [
8444
8387
  {
8445
8388
  name: "value",
8446
8389
  type: "string",
8447
- required: true
8390
+ required: true,
8391
+ typeWhen: [
8392
+ {
8393
+ knob: "inputType",
8394
+ equals: "number",
8395
+ type: "number"
8396
+ }
8397
+ ]
8448
8398
  }
8449
8399
  ]
8450
8400
  },
@@ -8733,8 +8683,26 @@ var patterns_registry_default = {
8733
8683
  types: [
8734
8684
  "string"
8735
8685
  ],
8736
- description: "Declarative event name for trait dispatch",
8737
- kind: "event"
8686
+ description: "Declarative event name for trait dispatch \u2014 emits `{ value }` on selection commit (same gestures as `onChange`).",
8687
+ kind: "event-ref",
8688
+ emitPayloadSchema: [
8689
+ {
8690
+ name: "value",
8691
+ type: "string",
8692
+ required: true,
8693
+ schema: {
8694
+ types: [
8695
+ "string",
8696
+ "array"
8697
+ ],
8698
+ items: {
8699
+ types: [
8700
+ "string"
8701
+ ]
8702
+ }
8703
+ }
8704
+ }
8705
+ ]
8738
8706
  },
8739
8707
  error: {
8740
8708
  types: [
@@ -11054,7 +11022,8 @@ var patterns_registry_default = {
11054
11022
  ],
11055
11023
  description: "Payload to include with the dispatched action event.",
11056
11024
  payloadFor: "action",
11057
- freeform: true
11025
+ freeform: true,
11026
+ eventPayloadBrand: true
11058
11027
  },
11059
11028
  actions: {
11060
11029
  types: [
@@ -11153,14 +11122,6 @@ var patterns_registry_default = {
11153
11122
  "string"
11154
11123
  ],
11155
11124
  description: "Button position",
11156
- enumValues: [
11157
- "bottom-right",
11158
- "bottom-left",
11159
- "bottom-center",
11160
- "top-right",
11161
- "top-left",
11162
- "top-center"
11163
- ],
11164
11125
  default: "bottom-right"
11165
11126
  },
11166
11127
  className: {
@@ -11357,13 +11318,20 @@ var patterns_registry_default = {
11357
11318
  types: [
11358
11319
  "string"
11359
11320
  ],
11360
- description: "Declarative event name for trait dispatch",
11321
+ description: "Declarative event name for trait dispatch.",
11361
11322
  kind: "event-ref",
11362
11323
  emitPayloadSchema: [
11363
11324
  {
11364
11325
  name: "value",
11365
11326
  type: "string",
11366
- required: true
11327
+ required: true,
11328
+ typeWhen: [
11329
+ {
11330
+ knob: "inputType",
11331
+ equals: "number",
11332
+ type: "number"
11333
+ }
11334
+ ]
11367
11335
  }
11368
11336
  ]
11369
11337
  },
@@ -25625,14 +25593,6 @@ var patterns_registry_default = {
25625
25593
  "string"
25626
25594
  ],
25627
25595
  description: "Semantic palette token or a raw CSS color value for the stroke.",
25628
- enumValues: [
25629
- "primary",
25630
- "secondary",
25631
- "success",
25632
- "warning",
25633
- "error",
25634
- "muted"
25635
- ],
25636
25596
  default: "primary"
25637
25597
  },
25638
25598
  strokeWidth: {
@@ -26181,6 +26141,28 @@ var patterns_registry_default = {
26181
26141
  ],
26182
26142
  description: "Accessible label/tooltip for the row hover action."
26183
26143
  },
26144
+ onNodeReorder: {
26145
+ types: [
26146
+ "function"
26147
+ ],
26148
+ description: "Called when a row is dropped onto another, in flat `items` mode; carries the moved node's id, its new parent id (`null` for a root drop), and its index within the new parent's children. Presence-gated: binding this prop is what turns on row dragging.",
26149
+ kind: "callback",
26150
+ callbackArgs: [
26151
+ {
26152
+ name: "id",
26153
+ type: "string"
26154
+ },
26155
+ {
26156
+ name: "newParentId",
26157
+ type: "string"
26158
+ },
26159
+ {
26160
+ name: "index",
26161
+ type: "number"
26162
+ }
26163
+ ],
26164
+ default: ""
26165
+ },
26184
26166
  className: {
26185
26167
  types: [
26186
26168
  "string"
@@ -26920,8 +26902,7 @@ var patterns_registry_default = {
26920
26902
  },
26921
26903
  targetQuestionId: {
26922
26904
  types: [
26923
- "string",
26924
- "unknown"
26905
+ "string"
26925
26906
  ]
26926
26907
  }
26927
26908
  },
@@ -26987,8 +26968,7 @@ var patterns_registry_default = {
26987
26968
  },
26988
26969
  targetQuestionId: {
26989
26970
  types: [
26990
- "string",
26991
- "unknown"
26971
+ "string"
26992
26972
  ]
26993
26973
  }
26994
26974
  },
@@ -27058,8 +27038,7 @@ var patterns_registry_default = {
27058
27038
  },
27059
27039
  targetQuestionId: {
27060
27040
  types: [
27061
- "string",
27062
- "unknown"
27041
+ "string"
27063
27042
  ]
27064
27043
  }
27065
27044
  },
@@ -27161,7 +27140,8 @@ var patterns_registry_default = {
27161
27140
  types: [
27162
27141
  "object",
27163
27142
  "array"
27164
- ]
27143
+ ],
27144
+ cyclic: true
27165
27145
  }
27166
27146
  }
27167
27147
  },
@@ -28164,12 +28144,6 @@ var patterns_registry_default = {
28164
28144
  "string"
28165
28145
  ],
28166
28146
  description: "Size variant",
28167
- enumValues: [
28168
- "sm",
28169
- "md",
28170
- "lg",
28171
- "xl"
28172
- ],
28173
28147
  default: "md"
28174
28148
  },
28175
28149
  shape: {
@@ -28177,11 +28151,6 @@ var patterns_registry_default = {
28177
28151
  "string"
28178
28152
  ],
28179
28153
  description: "Shape variant",
28180
- enumValues: [
28181
- "circle",
28182
- "rounded",
28183
- "square"
28184
- ],
28185
28154
  default: "circle"
28186
28155
  },
28187
28156
  variant: {
@@ -28189,11 +28158,6 @@ var patterns_registry_default = {
28189
28158
  "string"
28190
28159
  ],
28191
28160
  description: "Visual variant",
28192
- enumValues: [
28193
- "primary",
28194
- "secondary",
28195
- "ghost"
28196
- ],
28197
28161
  default: "secondary"
28198
28162
  },
28199
28163
  onPress: {
@@ -30464,15 +30428,7 @@ var patterns_registry_default = {
30464
30428
  types: [
30465
30429
  "string"
30466
30430
  ],
30467
- description: "Semantic palette token or a raw CSS color value. Defaults to 'primary'.",
30468
- enumValues: [
30469
- "primary",
30470
- "secondary",
30471
- "success",
30472
- "warning",
30473
- "error",
30474
- "muted"
30475
- ]
30431
+ description: "Semantic palette token or a raw CSS color value. Defaults to 'primary'."
30476
30432
  },
30477
30433
  className: {
30478
30434
  types: [
@@ -31266,12 +31222,7 @@ var patterns_registry_default = {
31266
31222
  types: [
31267
31223
  "string"
31268
31224
  ],
31269
- description: "Position of the HUD",
31270
- enumValues: [
31271
- "top",
31272
- "bottom",
31273
- "corners"
31274
- ]
31225
+ description: "Position of the HUD"
31275
31226
  },
31276
31227
  stats: {
31277
31228
  types: [
@@ -31568,11 +31519,6 @@ var patterns_registry_default = {
31568
31519
  variant: {
31569
31520
  types: [
31570
31521
  "string"
31571
- ],
31572
- enumValues: [
31573
- "primary",
31574
- "secondary",
31575
- "ghost"
31576
31522
  ]
31577
31523
  },
31578
31524
  disabled: {
@@ -31626,11 +31572,6 @@ var patterns_registry_default = {
31626
31572
  variant: {
31627
31573
  types: [
31628
31574
  "string"
31629
- ],
31630
- enumValues: [
31631
- "primary",
31632
- "secondary",
31633
- "ghost"
31634
31575
  ]
31635
31576
  },
31636
31577
  disabled: {
@@ -31687,11 +31628,6 @@ var patterns_registry_default = {
31687
31628
  variant: {
31688
31629
  types: [
31689
31630
  "string"
31690
- ],
31691
- enumValues: [
31692
- "primary",
31693
- "secondary",
31694
- "ghost"
31695
31631
  ]
31696
31632
  },
31697
31633
  disabled: {
@@ -32061,12 +31997,6 @@ var patterns_registry_default = {
32061
31997
  "string"
32062
31998
  ],
32063
31999
  description: "Display format",
32064
- enumValues: [
32065
- "number",
32066
- "hearts",
32067
- "bar",
32068
- "text"
32069
- ],
32070
32000
  default: "number"
32071
32001
  },
32072
32002
  icon: {
@@ -32081,11 +32011,6 @@ var patterns_registry_default = {
32081
32011
  "string"
32082
32012
  ],
32083
32013
  description: "Size variant",
32084
- enumValues: [
32085
- "sm",
32086
- "md",
32087
- "lg"
32088
- ],
32089
32014
  default: "md"
32090
32015
  },
32091
32016
  variant: {
@@ -32093,13 +32018,6 @@ var patterns_registry_default = {
32093
32018
  "string"
32094
32019
  ],
32095
32020
  description: "Visual variant",
32096
- enumValues: [
32097
- "default",
32098
- "primary",
32099
- "success",
32100
- "warning",
32101
- "danger"
32102
- ],
32103
32021
  default: "default"
32104
32022
  },
32105
32023
  className: {
@@ -35264,6 +35182,19 @@ var patterns_registry_default = {
35264
35182
  "string"
35265
35183
  ],
35266
35184
  description: "Class for right/bottom pane"
35185
+ },
35186
+ onRatioChange: {
35187
+ types: [
35188
+ "function"
35189
+ ],
35190
+ description: "Called with the new ratio while dragging. Providing this makes `ratio` controlled \u2014 the rendered split always tracks the prop instead of internal state, mirroring a controlled input. Omit for uncontrolled (self-tracked) behavior.",
35191
+ kind: "callback",
35192
+ callbackArgs: [
35193
+ {
35194
+ name: "ratio",
35195
+ type: "number"
35196
+ }
35197
+ ]
35267
35198
  }
35268
35199
  }
35269
35200
  },
@@ -36849,11 +36780,6 @@ var patterns_registry_default = {
36849
36780
  format: {
36850
36781
  types: [
36851
36782
  "string"
36852
- ],
36853
- enumValues: [
36854
- "currency",
36855
- "percent",
36856
- "number"
36857
36783
  ]
36858
36784
  }
36859
36785
  },
@@ -38145,11 +38071,6 @@ var patterns_registry_default = {
38145
38071
  variant: {
38146
38072
  types: [
38147
38073
  "string"
38148
- ],
38149
- enumValues: [
38150
- "primary",
38151
- "secondary",
38152
- "ghost"
38153
38074
  ]
38154
38075
  }
38155
38076
  },
@@ -42300,6 +42221,20 @@ var patterns_registry_default = {
42300
42221
  description: "Draw numeric labels on grid lines (default false).",
42301
42222
  default: false
42302
42223
  },
42224
+ tickLabelFontSize: {
42225
+ types: [
42226
+ "number"
42227
+ ],
42228
+ description: "Font size in px for axis tick labels (default 10).",
42229
+ default: 10
42230
+ },
42231
+ labelFontSize: {
42232
+ types: [
42233
+ "number"
42234
+ ],
42235
+ description: "Base font size in px for all other canvas annotations (points, vectors, guides, curves, regions, angles, hops; default 12).",
42236
+ default: 12
42237
+ },
42303
42238
  showCurveLabels: {
42304
42239
  types: [
42305
42240
  "boolean"
@@ -51680,6 +51615,329 @@ var patterns_registry_default = {
51680
51615
  description: "className prop"
51681
51616
  }
51682
51617
  }
51618
+ },
51619
+ "floating-toolbar": {
51620
+ type: "floating-toolbar",
51621
+ category: "component",
51622
+ tier: "molecules",
51623
+ family: "core",
51624
+ description: "FloatingToolbar component",
51625
+ suggestedFor: [
51626
+ "floating",
51627
+ "toolbar",
51628
+ "floating toolbar"
51629
+ ],
51630
+ typicalSize: "medium",
51631
+ propsSchema: {
51632
+ items: {
51633
+ types: [
51634
+ "array"
51635
+ ],
51636
+ description: "Tool items rendered as icon buttons",
51637
+ required: true,
51638
+ items: {
51639
+ types: [
51640
+ "object"
51641
+ ],
51642
+ properties: {
51643
+ id: {
51644
+ types: [
51645
+ "string"
51646
+ ]
51647
+ },
51648
+ icon: {
51649
+ types: [
51650
+ "icon",
51651
+ "string"
51652
+ ]
51653
+ },
51654
+ label: {
51655
+ types: [
51656
+ "string"
51657
+ ]
51658
+ },
51659
+ event: {
51660
+ types: [
51661
+ "string"
51662
+ ]
51663
+ },
51664
+ action: {
51665
+ types: [
51666
+ "string"
51667
+ ]
51668
+ },
51669
+ actionPayload: {
51670
+ types: [
51671
+ "object"
51672
+ ],
51673
+ freeform: true,
51674
+ eventPayloadBrand: true
51675
+ },
51676
+ active: {
51677
+ types: [
51678
+ "boolean"
51679
+ ]
51680
+ },
51681
+ disabled: {
51682
+ types: [
51683
+ "boolean"
51684
+ ]
51685
+ }
51686
+ },
51687
+ required: [
51688
+ "id",
51689
+ "icon",
51690
+ "label"
51691
+ ]
51692
+ }
51693
+ },
51694
+ position: {
51695
+ types: [
51696
+ "string"
51697
+ ],
51698
+ description: "Strip position within the app frame.",
51699
+ enumValues: [
51700
+ "bottom-center",
51701
+ "bottom-left",
51702
+ "bottom-right"
51703
+ ],
51704
+ default: "bottom-center"
51705
+ },
51706
+ children: {
51707
+ types: [
51708
+ "node"
51709
+ ],
51710
+ description: "Custom cells appended after the items, separated by a divider"
51711
+ },
51712
+ className: {
51713
+ types: [
51714
+ "string"
51715
+ ],
51716
+ description: "Additional CSS classes on the positioned root"
51717
+ }
51718
+ }
51719
+ },
51720
+ "dock-layout": {
51721
+ type: "dock-layout",
51722
+ category: "layout",
51723
+ tier: "organisms",
51724
+ family: "core",
51725
+ description: "DockLayout component",
51726
+ suggestedFor: [
51727
+ "dock",
51728
+ "layout",
51729
+ "dock layout"
51730
+ ],
51731
+ typicalSize: "large",
51732
+ propsSchema: {
51733
+ rail: {
51734
+ types: [
51735
+ "node"
51736
+ ],
51737
+ description: "Fixed-width far-left vertical strip (e.g. an icon nav rail)."
51738
+ },
51739
+ sidebar: {
51740
+ types: [
51741
+ "node"
51742
+ ],
51743
+ description: "Collapsible, resizable left sidebar."
51744
+ },
51745
+ main: {
51746
+ types: [
51747
+ "node"
51748
+ ],
51749
+ description: "Required center region.",
51750
+ required: true
51751
+ },
51752
+ bottomPanel: {
51753
+ types: [
51754
+ "node"
51755
+ ],
51756
+ description: "Collapsible, resizable-height bottom panel."
51757
+ },
51758
+ statusBar: {
51759
+ types: [
51760
+ "node"
51761
+ ],
51762
+ description: "Slim strip pinned to the bottom of the frame, below the bottom panel."
51763
+ },
51764
+ secondarySidebar: {
51765
+ types: [
51766
+ "node"
51767
+ ],
51768
+ description: "Collapsible right sidebar."
51769
+ },
51770
+ railWidth: {
51771
+ types: [
51772
+ "number"
51773
+ ],
51774
+ description: "Width of `rail` in pixels. @default 56",
51775
+ default: 56
51776
+ },
51777
+ secondarySidebarWidth: {
51778
+ types: [
51779
+ "number"
51780
+ ],
51781
+ description: "Width of `secondarySidebar` in pixels (fixed \u2014 not resizable). @default 280",
51782
+ default: 280
51783
+ },
51784
+ sidebarCollapsed: {
51785
+ types: [
51786
+ "boolean"
51787
+ ],
51788
+ description: "Whether `sidebar` is collapsed. @default false",
51789
+ default: false
51790
+ },
51791
+ onSidebarCollapsedChange: {
51792
+ types: [
51793
+ "function"
51794
+ ],
51795
+ description: "onSidebarCollapsedChange prop",
51796
+ kind: "callback",
51797
+ callbackArgs: [
51798
+ {
51799
+ name: "collapsed",
51800
+ type: "boolean"
51801
+ }
51802
+ ]
51803
+ },
51804
+ sidebarWidth: {
51805
+ types: [
51806
+ "number"
51807
+ ],
51808
+ description: "Sidebar size as a SplitPane ratio (0-100, percentage of the sidebar/main split). @default 20",
51809
+ default: 20
51810
+ },
51811
+ onSidebarWidthChange: {
51812
+ types: [
51813
+ "function"
51814
+ ],
51815
+ description: "onSidebarWidthChange prop",
51816
+ kind: "callback",
51817
+ callbackArgs: [
51818
+ {
51819
+ name: "width",
51820
+ type: "number"
51821
+ }
51822
+ ]
51823
+ },
51824
+ sidebarMinSize: {
51825
+ types: [
51826
+ "number"
51827
+ ],
51828
+ description: "Minimum sidebar size in pixels, forwarded to SplitPane's `minSize`. @default 160",
51829
+ default: 160
51830
+ },
51831
+ bottomPanelCollapsed: {
51832
+ types: [
51833
+ "boolean"
51834
+ ],
51835
+ description: "Whether `bottomPanel` is collapsed. @default false",
51836
+ default: false
51837
+ },
51838
+ onBottomPanelCollapsedChange: {
51839
+ types: [
51840
+ "function"
51841
+ ],
51842
+ description: "onBottomPanelCollapsedChange prop",
51843
+ kind: "callback",
51844
+ callbackArgs: [
51845
+ {
51846
+ name: "collapsed",
51847
+ type: "boolean"
51848
+ }
51849
+ ]
51850
+ },
51851
+ bottomPanelHeight: {
51852
+ types: [
51853
+ "number"
51854
+ ],
51855
+ description: "Bottom panel size as a SplitPane ratio (0-100, percentage given to the panel). @default 30",
51856
+ default: 30
51857
+ },
51858
+ onBottomPanelHeightChange: {
51859
+ types: [
51860
+ "function"
51861
+ ],
51862
+ description: "onBottomPanelHeightChange prop",
51863
+ kind: "callback",
51864
+ callbackArgs: [
51865
+ {
51866
+ name: "height",
51867
+ type: "number"
51868
+ }
51869
+ ]
51870
+ },
51871
+ bottomPanelMinSize: {
51872
+ types: [
51873
+ "number"
51874
+ ],
51875
+ description: "Minimum bottom panel size in pixels, forwarded to SplitPane's `minSize`. @default 120",
51876
+ default: 120
51877
+ },
51878
+ secondarySidebarCollapsed: {
51879
+ types: [
51880
+ "boolean"
51881
+ ],
51882
+ description: "Whether `secondarySidebar` is collapsed. @default false",
51883
+ default: false
51884
+ },
51885
+ onSecondarySidebarCollapsedChange: {
51886
+ types: [
51887
+ "function"
51888
+ ],
51889
+ description: "onSecondarySidebarCollapsedChange prop",
51890
+ kind: "callback",
51891
+ callbackArgs: [
51892
+ {
51893
+ name: "collapsed",
51894
+ type: "boolean"
51895
+ }
51896
+ ]
51897
+ },
51898
+ className: {
51899
+ types: [
51900
+ "string"
51901
+ ],
51902
+ description: "Additional CSS classes on the root frame."
51903
+ },
51904
+ railClassName: {
51905
+ types: [
51906
+ "string"
51907
+ ],
51908
+ description: "railClassName prop"
51909
+ },
51910
+ sidebarClassName: {
51911
+ types: [
51912
+ "string"
51913
+ ],
51914
+ description: "sidebarClassName prop"
51915
+ },
51916
+ mainClassName: {
51917
+ types: [
51918
+ "string"
51919
+ ],
51920
+ description: "mainClassName prop"
51921
+ },
51922
+ bottomPanelClassName: {
51923
+ types: [
51924
+ "string"
51925
+ ],
51926
+ description: "bottomPanelClassName prop"
51927
+ },
51928
+ statusBarClassName: {
51929
+ types: [
51930
+ "string"
51931
+ ],
51932
+ description: "statusBarClassName prop"
51933
+ },
51934
+ secondarySidebarClassName: {
51935
+ types: [
51936
+ "string"
51937
+ ],
51938
+ description: "secondarySidebarClassName prop"
51939
+ }
51940
+ }
51683
51941
  }
51684
51942
  },
51685
51943
  categories: [
@@ -51705,7 +51963,7 @@ var patterns_registry_default = {
51705
51963
  // src/patterns/integrators-registry.json
51706
51964
  var integrators_registry_default = {
51707
51965
  version: "1.0.0",
51708
- exportedAt: "2026-08-29T08:09:09.100Z",
51966
+ exportedAt: "2026-09-03T08:33:38.850Z",
51709
51967
  integrators: {
51710
51968
  github: {
51711
51969
  name: "github",
@@ -51714,25 +51972,25 @@ var integrators_registry_default = {
51714
51972
  actions: [
51715
51973
  {
51716
51974
  name: "cloneRepo",
51717
- description: "",
51975
+ description: "Clone a repository via the git CLI into a local target directory, using the configured token for auth.",
51718
51976
  params: [
51719
51977
  {
51720
51978
  name: "repoUrl",
51721
51979
  type: "string",
51722
51980
  required: true,
51723
- description: ""
51981
+ description: "HTTPS clone URL, e.g. https://github.com/owner/repo. Owner/repo are parsed from it when not preconfigured."
51724
51982
  },
51725
51983
  {
51726
51984
  name: "targetDir",
51727
51985
  type: "string",
51728
51986
  required: true,
51729
- description: ""
51987
+ description: "Local directory to clone into."
51730
51988
  },
51731
51989
  {
51732
51990
  name: "branch",
51733
51991
  type: "string",
51734
51992
  required: false,
51735
- description: ""
51993
+ description: "Branch to check out after cloning; defaults to the repo's default branch."
51736
51994
  }
51737
51995
  ],
51738
51996
  responseShape: {
@@ -51741,19 +51999,19 @@ var integrators_registry_default = {
51741
51999
  },
51742
52000
  {
51743
52001
  name: "createBranch",
51744
- description: "",
52002
+ description: "Create a new local branch via the git CLI in the configured working directory.",
51745
52003
  params: [
51746
52004
  {
51747
52005
  name: "branchName",
51748
52006
  type: "string",
51749
52007
  required: true,
51750
- description: ""
52008
+ description: "Name of the branch to create."
51751
52009
  },
51752
52010
  {
51753
52011
  name: "baseBranch",
51754
52012
  type: "string",
51755
52013
  required: false,
51756
- description: ""
52014
+ description: "Branch to branch from; defaults to the current branch."
51757
52015
  }
51758
52016
  ],
51759
52017
  responseShape: {
@@ -51762,19 +52020,19 @@ var integrators_registry_default = {
51762
52020
  },
51763
52021
  {
51764
52022
  name: "commit",
51765
- description: "",
52023
+ description: "Commit staged (or given) changes via the git CLI in the configured working directory.",
51766
52024
  params: [
51767
52025
  {
51768
52026
  name: "message",
51769
52027
  type: "string",
51770
52028
  required: true,
51771
- description: ""
52029
+ description: "Commit message."
51772
52030
  },
51773
52031
  {
51774
52032
  name: "files",
51775
52033
  type: "string[]",
51776
52034
  required: false,
51777
- description: ""
52035
+ description: "Specific files to commit; when omitted, all changes are committed."
51778
52036
  }
51779
52037
  ],
51780
52038
  responseShape: {
@@ -51783,19 +52041,19 @@ var integrators_registry_default = {
51783
52041
  },
51784
52042
  {
51785
52043
  name: "push",
51786
- description: "",
52044
+ description: "Push a local branch to the remote via the git CLI, using the configured token for auth.",
51787
52045
  params: [
51788
52046
  {
51789
52047
  name: "branchName",
51790
52048
  type: "string",
51791
52049
  required: true,
51792
- description: ""
52050
+ description: "Branch name to push."
51793
52051
  },
51794
52052
  {
51795
52053
  name: "force",
51796
52054
  type: "boolean",
51797
52055
  required: false,
51798
- description: ""
52056
+ description: "Force-push (overwrites remote history); never set true in an agent context."
51799
52057
  }
51800
52058
  ],
51801
52059
  responseShape: {
@@ -51804,37 +52062,37 @@ var integrators_registry_default = {
51804
52062
  },
51805
52063
  {
51806
52064
  name: "createPR",
51807
- description: "",
52065
+ description: "Open a pull request via the GitHub REST API.",
51808
52066
  params: [
51809
52067
  {
51810
52068
  name: "title",
51811
52069
  type: "string",
51812
52070
  required: true,
51813
- description: ""
52071
+ description: "Pull request title."
51814
52072
  },
51815
52073
  {
51816
52074
  name: "body",
51817
52075
  type: "string",
51818
52076
  required: true,
51819
- description: ""
52077
+ description: "Pull request description body."
51820
52078
  },
51821
52079
  {
51822
52080
  name: "baseBranch",
51823
52081
  type: "string",
51824
52082
  required: true,
51825
- description: ""
52083
+ description: "Branch the PR merges into, e.g. main."
51826
52084
  },
51827
52085
  {
51828
52086
  name: "headBranch",
51829
52087
  type: "string",
51830
52088
  required: true,
51831
- description: ""
52089
+ description: "Branch the PR merges from (the feature branch)."
51832
52090
  },
51833
52091
  {
51834
52092
  name: "draft",
51835
52093
  type: "boolean",
51836
52094
  required: false,
51837
- description: ""
52095
+ description: "Open as a draft PR instead of ready-for-review."
51838
52096
  }
51839
52097
  ],
51840
52098
  responseShape: {
@@ -51845,55 +52103,93 @@ var integrators_registry_default = {
51845
52103
  },
51846
52104
  {
51847
52105
  name: "getPRComments",
51848
- description: "",
52106
+ description: "List review comments on a pull request via the GitHub REST API.",
51849
52107
  params: [
51850
52108
  {
51851
52109
  name: "prNumber",
51852
52110
  type: "number",
51853
52111
  required: true,
51854
- description: ""
52112
+ description: "Pull request number."
51855
52113
  }
51856
52114
  ],
51857
52115
  responseShape: {
51858
- comments: "array"
52116
+ comments: {
52117
+ type: "array",
52118
+ items: {
52119
+ type: "object",
52120
+ properties: {
52121
+ id: {
52122
+ type: "number",
52123
+ required: true
52124
+ },
52125
+ body: {
52126
+ type: "string",
52127
+ required: true
52128
+ },
52129
+ user: {
52130
+ type: "string",
52131
+ required: true
52132
+ }
52133
+ }
52134
+ }
52135
+ }
51859
52136
  }
51860
52137
  },
51861
52138
  {
51862
52139
  name: "listIssues",
51863
- description: "",
52140
+ description: "List issues on the configured repository via the GitHub REST API.",
51864
52141
  params: [
51865
52142
  {
51866
52143
  name: "state",
51867
52144
  type: "string",
51868
52145
  required: false,
51869
- description: ""
52146
+ description: "Issue state filter: 'open', 'closed', or 'all'; defaults to open."
51870
52147
  },
51871
52148
  {
51872
52149
  name: "labels",
51873
52150
  type: "string[]",
51874
52151
  required: false,
51875
- description: ""
52152
+ description: "Only issues carrying all of these labels."
51876
52153
  },
51877
52154
  {
51878
52155
  name: "per_page",
51879
52156
  type: "number",
51880
52157
  required: false,
51881
- description: ""
52158
+ description: "Page size for the GitHub API request."
51882
52159
  }
51883
52160
  ],
51884
52161
  responseShape: {
51885
- issues: "array"
52162
+ issues: {
52163
+ type: "array",
52164
+ items: {
52165
+ type: "object",
52166
+ properties: {
52167
+ number: {
52168
+ type: "number",
52169
+ required: true
52170
+ },
52171
+ title: {
52172
+ type: "string",
52173
+ required: true
52174
+ },
52175
+ state: {
52176
+ type: "string",
52177
+ required: true
52178
+ }
52179
+ }
52180
+ }
52181
+ }
51886
52182
  }
51887
52183
  },
51888
52184
  {
51889
52185
  name: "getIssue",
51890
- description: "",
52186
+ description: "Fetch a single issue's details via the GitHub REST API.",
51891
52187
  params: [
51892
52188
  {
51893
52189
  name: "issueNumber",
51894
52190
  type: "number",
51895
52191
  required: true,
51896
- description: ""
52192
+ description: "Issue number."
51897
52193
  }
51898
52194
  ],
51899
52195
  responseShape: {
@@ -51905,31 +52201,31 @@ var integrators_registry_default = {
51905
52201
  },
51906
52202
  {
51907
52203
  name: "getFile",
51908
- description: "",
52204
+ description: "Read a file's content from a repository at a given ref (declared intent \u2014 dispatch is being wired).",
51909
52205
  params: [
51910
52206
  {
51911
52207
  name: "owner",
51912
52208
  type: "string",
51913
52209
  required: true,
51914
- description: ""
52210
+ description: "Repository owner (user or org)."
51915
52211
  },
51916
52212
  {
51917
52213
  name: "repo",
51918
52214
  type: "string",
51919
52215
  required: true,
51920
- description: ""
52216
+ description: "Repository name."
51921
52217
  },
51922
52218
  {
51923
52219
  name: "path",
51924
52220
  type: "string",
51925
52221
  required: true,
51926
- description: ""
52222
+ description: "File path within the repository."
51927
52223
  },
51928
52224
  {
51929
52225
  name: "ref",
51930
52226
  type: "string",
51931
52227
  required: false,
51932
- description: ""
52228
+ description: "Branch, tag, or commit SHA to read from; defaults to the default branch."
51933
52229
  }
51934
52230
  ],
51935
52231
  responseShape: {
@@ -51941,76 +52237,99 @@ var integrators_registry_default = {
51941
52237
  },
51942
52238
  {
51943
52239
  name: "listCommits",
51944
- description: "",
52240
+ description: "List commits on a repository, optionally filtered by file path (declared intent \u2014 dispatch is being wired).",
51945
52241
  params: [
51946
52242
  {
51947
52243
  name: "owner",
51948
52244
  type: "string",
51949
52245
  required: true,
51950
- description: ""
52246
+ description: "Repository owner (user or org)."
51951
52247
  },
51952
52248
  {
51953
52249
  name: "repo",
51954
52250
  type: "string",
51955
52251
  required: true,
51956
- description: ""
52252
+ description: "Repository name."
51957
52253
  },
51958
52254
  {
51959
52255
  name: "path",
51960
52256
  type: "string",
51961
52257
  required: false,
51962
- description: ""
52258
+ description: "Only commits touching this file path."
51963
52259
  },
51964
52260
  {
51965
52261
  name: "ref",
51966
52262
  type: "string",
51967
52263
  required: false,
51968
- description: ""
52264
+ description: "Branch, tag, or commit SHA to start from; defaults to the default branch."
51969
52265
  },
51970
52266
  {
51971
52267
  name: "per_page",
51972
52268
  type: "number",
51973
52269
  required: false,
51974
- description: ""
52270
+ description: "Page size for the GitHub API request."
51975
52271
  }
51976
52272
  ],
51977
52273
  responseShape: {
51978
- commits: "array"
52274
+ commits: {
52275
+ type: "array",
52276
+ items: {
52277
+ type: "object",
52278
+ properties: {
52279
+ sha: {
52280
+ type: "string",
52281
+ required: true
52282
+ },
52283
+ message: {
52284
+ type: "string",
52285
+ required: true
52286
+ },
52287
+ author: {
52288
+ type: "string",
52289
+ required: true
52290
+ },
52291
+ date: {
52292
+ type: "string",
52293
+ required: true
52294
+ }
52295
+ }
52296
+ }
52297
+ }
51979
52298
  }
51980
52299
  },
51981
52300
  {
51982
52301
  name: "createIssue",
51983
- description: "",
52302
+ description: "Open a new issue on a repository (declared intent \u2014 dispatch is being wired).",
51984
52303
  params: [
51985
52304
  {
51986
52305
  name: "owner",
51987
52306
  type: "string",
51988
52307
  required: true,
51989
- description: ""
52308
+ description: "Repository owner (user or org)."
51990
52309
  },
51991
52310
  {
51992
52311
  name: "repo",
51993
52312
  type: "string",
51994
52313
  required: true,
51995
- description: ""
52314
+ description: "Repository name."
51996
52315
  },
51997
52316
  {
51998
52317
  name: "title",
51999
52318
  type: "string",
52000
52319
  required: true,
52001
- description: ""
52320
+ description: "Issue title."
52002
52321
  },
52003
52322
  {
52004
52323
  name: "body",
52005
52324
  type: "string",
52006
52325
  required: false,
52007
- description: ""
52326
+ description: "Issue body/description."
52008
52327
  },
52009
52328
  {
52010
52329
  name: "labels",
52011
52330
  type: "string[]",
52012
52331
  required: false,
52013
- description: ""
52332
+ description: "Labels to apply to the new issue."
52014
52333
  }
52015
52334
  ],
52016
52335
  responseShape: {
@@ -52028,25 +52347,25 @@ var integrators_registry_default = {
52028
52347
  actions: [
52029
52348
  {
52030
52349
  name: "createPaymentIntent",
52031
- description: "",
52350
+ description: "Create a Stripe PaymentIntent for a one-off charge.",
52032
52351
  params: [
52033
52352
  {
52034
52353
  name: "amount",
52035
52354
  type: "number",
52036
52355
  required: true,
52037
- description: ""
52356
+ description: "Charge amount in the currency's smallest unit (e.g. cents for USD)."
52038
52357
  },
52039
52358
  {
52040
52359
  name: "currency",
52041
52360
  type: "string",
52042
52361
  required: true,
52043
- description: ""
52362
+ description: "ISO 4217 currency code, e.g. usd."
52044
52363
  },
52045
52364
  {
52046
52365
  name: "metadata",
52047
52366
  type: "object",
52048
52367
  required: false,
52049
- description: ""
52368
+ description: "Arbitrary key-value tags attached to the PaymentIntent (string values only)."
52050
52369
  }
52051
52370
  ],
52052
52371
  responseShape: {
@@ -52055,17 +52374,18 @@ var integrators_registry_default = {
52055
52374
  status: "string",
52056
52375
  amount: "number",
52057
52376
  currency: "string"
52058
- }
52377
+ },
52378
+ synonyms: "charge, pay"
52059
52379
  },
52060
52380
  {
52061
52381
  name: "confirmPayment",
52062
- description: "",
52382
+ description: "Confirm a previously created PaymentIntent, attempting to complete the charge.",
52063
52383
  params: [
52064
52384
  {
52065
52385
  name: "paymentIntentId",
52066
52386
  type: "string",
52067
52387
  required: true,
52068
- description: ""
52388
+ description: "The PaymentIntent id returned by createPaymentIntent."
52069
52389
  }
52070
52390
  ],
52071
52391
  responseShape: {
@@ -52075,19 +52395,19 @@ var integrators_registry_default = {
52075
52395
  },
52076
52396
  {
52077
52397
  name: "refund",
52078
- description: "",
52398
+ description: "Refund a charged PaymentIntent, in full or in part.",
52079
52399
  params: [
52080
52400
  {
52081
52401
  name: "paymentIntentId",
52082
52402
  type: "string",
52083
52403
  required: true,
52084
- description: ""
52404
+ description: "The PaymentIntent id to refund."
52085
52405
  },
52086
52406
  {
52087
52407
  name: "amount",
52088
52408
  type: "number",
52089
52409
  required: false,
52090
- description: ""
52410
+ description: "Amount to refund in the currency's smallest unit; omit for a full refund."
52091
52411
  }
52092
52412
  ],
52093
52413
  responseShape: {
@@ -52105,65 +52425,85 @@ var integrators_registry_default = {
52105
52425
  actions: [
52106
52426
  {
52107
52427
  name: "generate",
52108
- description: "",
52428
+ description: "Generate free-form text from a prompt via the configured LLM provider (default 'You are a helpful assistant.' system prompt).",
52109
52429
  params: [
52110
52430
  {
52111
52431
  name: "userPrompt",
52112
52432
  type: "string",
52113
52433
  required: true,
52114
- description: ""
52434
+ description: "The user/task prompt sent to the model."
52115
52435
  },
52116
52436
  {
52117
52437
  name: "systemPrompt",
52118
52438
  type: "string",
52119
52439
  required: false,
52120
- description: ""
52440
+ description: "System prompt steering the model's behavior; defaults to a generic assistant prompt."
52121
52441
  },
52122
52442
  {
52123
52443
  name: "model",
52124
52444
  type: "string",
52125
52445
  required: false,
52126
- description: ""
52446
+ description: "Model id override; when set, a fresh client is built for this call instead of the shared one."
52127
52447
  },
52128
52448
  {
52129
52449
  name: "temperature",
52130
52450
  type: "number",
52131
52451
  required: false,
52132
- description: ""
52452
+ description: "Sampling temperature (0-1ish, provider-dependent); higher is more random."
52133
52453
  },
52134
52454
  {
52135
52455
  name: "maxTokens",
52136
52456
  type: "number",
52137
52457
  required: false,
52138
- description: ""
52458
+ description: "Maximum tokens to generate; defaults to 1024."
52139
52459
  }
52140
52460
  ],
52141
52461
  responseShape: {
52142
52462
  content: "string",
52143
- usage: "object"
52463
+ usage: {
52464
+ type: "object",
52465
+ properties: {
52466
+ promptTokens: {
52467
+ type: "number",
52468
+ required: false
52469
+ },
52470
+ completionTokens: {
52471
+ type: "number",
52472
+ required: false
52473
+ },
52474
+ totalTokens: {
52475
+ type: "number",
52476
+ required: false
52477
+ },
52478
+ tokens: {
52479
+ type: "number",
52480
+ required: false
52481
+ }
52482
+ }
52483
+ }
52144
52484
  }
52145
52485
  },
52146
52486
  {
52147
52487
  name: "classify",
52148
- description: "",
52488
+ description: "Classify text into exactly one of a caller-supplied category list, with a confidence score and reasoning.",
52149
52489
  params: [
52150
52490
  {
52151
52491
  name: "text",
52152
52492
  type: "string",
52153
52493
  required: true,
52154
- description: ""
52494
+ description: "Text to classify."
52155
52495
  },
52156
52496
  {
52157
52497
  name: "categories",
52158
52498
  type: "string[]",
52159
52499
  required: true,
52160
- description: ""
52500
+ description: "Closed set of category labels the model must choose from."
52161
52501
  },
52162
52502
  {
52163
52503
  name: "model",
52164
52504
  type: "string",
52165
52505
  required: false,
52166
- description: ""
52506
+ description: "Model id override."
52167
52507
  }
52168
52508
  ],
52169
52509
  responseShape: {
@@ -52174,56 +52514,56 @@ var integrators_registry_default = {
52174
52514
  },
52175
52515
  {
52176
52516
  name: "extract",
52177
- description: "",
52517
+ description: "Extract structured data from text according to a JSON-schema-shaped description; returned data is not validated against the schema.",
52178
52518
  params: [
52179
52519
  {
52180
52520
  name: "text",
52181
52521
  type: "string",
52182
52522
  required: true,
52183
- description: ""
52523
+ description: "Source text to extract data from."
52184
52524
  },
52185
52525
  {
52186
52526
  name: "schema",
52187
52527
  type: "IntegrationParams",
52188
52528
  required: true,
52189
- description: ""
52529
+ description: "JSON-schema-like description of the fields to extract; passed to the model as a prompt, not enforced structurally."
52190
52530
  },
52191
52531
  {
52192
52532
  name: "model",
52193
52533
  type: "string",
52194
52534
  required: false,
52195
- description: ""
52535
+ description: "Model id override."
52196
52536
  }
52197
52537
  ],
52198
52538
  responseShape: {}
52199
52539
  },
52200
52540
  {
52201
52541
  name: "summarize",
52202
- description: "",
52542
+ description: "Summarize text, optionally constrained by length and style, returning a summary plus key points.",
52203
52543
  params: [
52204
52544
  {
52205
52545
  name: "text",
52206
52546
  type: "string",
52207
52547
  required: true,
52208
- description: ""
52548
+ description: "Text to summarize."
52209
52549
  },
52210
52550
  {
52211
52551
  name: "maxLength",
52212
52552
  type: "number",
52213
52553
  required: false,
52214
- description: ""
52554
+ description: "Target maximum summary length in words."
52215
52555
  },
52216
52556
  {
52217
52557
  name: "style",
52218
52558
  type: "string",
52219
52559
  required: false,
52220
- description: ""
52560
+ description: "Summary style: 'bullet' for bullet points, 'detailed' for thorough, otherwise concise."
52221
52561
  },
52222
52562
  {
52223
52563
  name: "model",
52224
52564
  type: "string",
52225
52565
  required: false,
52226
- description: ""
52566
+ description: "Model id override."
52227
52567
  }
52228
52568
  ],
52229
52569
  responseShape: {
@@ -52233,19 +52573,19 @@ var integrators_registry_default = {
52233
52573
  },
52234
52574
  {
52235
52575
  name: "embed",
52236
- description: "",
52576
+ description: "Generate embedding vectors for an array of texts via the configured embedding model (default baai/bge-base-en-v1.5 on OpenRouter, independent of the chat provider).",
52237
52577
  params: [
52238
52578
  {
52239
52579
  name: "texts",
52240
52580
  type: "string[]",
52241
52581
  required: true,
52242
- description: ""
52582
+ description: "Texts to embed, one vector per entry, in order."
52243
52583
  },
52244
52584
  {
52245
52585
  name: "model",
52246
52586
  type: "string",
52247
52587
  required: false,
52248
- description: ""
52588
+ description: "Embedding model id override."
52249
52589
  }
52250
52590
  ],
52251
52591
  responseShape: {
@@ -52261,19 +52601,19 @@ var integrators_registry_default = {
52261
52601
  actions: [
52262
52602
  {
52263
52603
  name: "infer",
52264
- description: "",
52604
+ description: "Run inference against a deployed model-serving orbital by posting an INFER event and reading the prediction back out of the emitted INFERRED result; may cold-start (up to 60s default timeout).",
52265
52605
  params: [
52266
52606
  {
52267
52607
  name: "model",
52268
52608
  type: "string",
52269
52609
  required: true,
52270
- description: ""
52610
+ description: "Checkpoint or model identifier the serving orbital resolves."
52271
52611
  },
52272
52612
  {
52273
52613
  name: "input",
52274
52614
  type: "ServiceParamsValue",
52275
52615
  required: true,
52276
- description: ""
52616
+ description: "JSON-safe model input payload."
52277
52617
  }
52278
52618
  ],
52279
52619
  responseShape: {
@@ -52291,38 +52631,38 @@ var integrators_registry_default = {
52291
52631
  actions: [
52292
52632
  {
52293
52633
  name: "search",
52294
- description: "",
52634
+ description: "Search YouTube via the Data API and return matching video snippets.",
52295
52635
  params: [
52296
52636
  {
52297
52637
  name: "query",
52298
52638
  type: "string",
52299
52639
  required: true,
52300
- description: ""
52640
+ description: "Search query text."
52301
52641
  },
52302
52642
  {
52303
52643
  name: "maxResults",
52304
52644
  type: "number",
52305
52645
  required: false,
52306
- description: ""
52646
+ description: "Maximum number of results; defaults to 10."
52307
52647
  },
52308
52648
  {
52309
52649
  name: "type",
52310
52650
  type: "string",
52311
52651
  required: false,
52312
- description: ""
52652
+ description: "Resource type filter passed to the Data API (e.g. 'video', 'channel', 'playlist')."
52313
52653
  }
52314
52654
  ],
52315
52655
  responseShape: {}
52316
52656
  },
52317
52657
  {
52318
52658
  name: "getVideo",
52319
- description: "",
52659
+ description: "Fetch a video's snippet and statistics via the YouTube Data API.",
52320
52660
  params: [
52321
52661
  {
52322
52662
  name: "videoId",
52323
52663
  type: "string",
52324
52664
  required: true,
52325
- description: ""
52665
+ description: "YouTube video id."
52326
52666
  }
52327
52667
  ],
52328
52668
  responseShape: {
@@ -52334,13 +52674,13 @@ var integrators_registry_default = {
52334
52674
  },
52335
52675
  {
52336
52676
  name: "getChannel",
52337
- description: "",
52677
+ description: "Fetch a channel's snippet and statistics via the YouTube Data API.",
52338
52678
  params: [
52339
52679
  {
52340
52680
  name: "channelId",
52341
52681
  type: "string",
52342
52682
  required: true,
52343
- description: ""
52683
+ description: "YouTube channel id."
52344
52684
  }
52345
52685
  ],
52346
52686
  responseShape: {
@@ -52358,47 +52698,48 @@ var integrators_registry_default = {
52358
52698
  actions: [
52359
52699
  {
52360
52700
  name: "sendSMS",
52361
- description: "",
52701
+ description: "Send an SMS message via Twilio.",
52362
52702
  params: [
52363
52703
  {
52364
52704
  name: "to",
52365
52705
  type: "string",
52366
52706
  required: true,
52367
- description: ""
52707
+ description: "Destination phone number, E.164 format."
52368
52708
  },
52369
52709
  {
52370
52710
  name: "body",
52371
52711
  type: "string",
52372
52712
  required: true,
52373
- description: ""
52713
+ description: "Message text."
52374
52714
  },
52375
52715
  {
52376
52716
  name: "from",
52377
52717
  type: "string",
52378
52718
  required: false,
52379
- description: ""
52719
+ description: "Sender phone number; defaults to TWILIO_PHONE_NUMBER."
52380
52720
  }
52381
52721
  ],
52382
52722
  responseShape: {
52383
52723
  sid: "string",
52384
52724
  status: "string"
52385
- }
52725
+ },
52726
+ synonyms: "text message, text"
52386
52727
  },
52387
52728
  {
52388
52729
  name: "sendWhatsApp",
52389
- description: "",
52730
+ description: "Send a WhatsApp message via Twilio, using the configured phone number as sender on both ends.",
52390
52731
  params: [
52391
52732
  {
52392
52733
  name: "to",
52393
52734
  type: "string",
52394
52735
  required: true,
52395
- description: ""
52736
+ description: "Destination phone number, E.164 format (sent as whatsapp:number)."
52396
52737
  },
52397
52738
  {
52398
52739
  name: "body",
52399
52740
  type: "string",
52400
52741
  required: true,
52401
- description: ""
52742
+ description: "Message text."
52402
52743
  }
52403
52744
  ],
52404
52745
  responseShape: {
@@ -52415,31 +52756,31 @@ var integrators_registry_default = {
52415
52756
  actions: [
52416
52757
  {
52417
52758
  name: "send",
52418
- description: "",
52759
+ description: "Send a transactional email via the configured provider (SendGrid or Resend).",
52419
52760
  params: [
52420
52761
  {
52421
52762
  name: "to",
52422
52763
  type: "string",
52423
52764
  required: true,
52424
- description: ""
52765
+ description: "Recipient email address."
52425
52766
  },
52426
52767
  {
52427
52768
  name: "subject",
52428
52769
  type: "string",
52429
52770
  required: true,
52430
- description: ""
52771
+ description: "Email subject line."
52431
52772
  },
52432
52773
  {
52433
52774
  name: "body",
52434
52775
  type: "string",
52435
52776
  required: true,
52436
- description: ""
52777
+ description: "Plain-text (or HTML, if `htmlBody` is absent) body content."
52437
52778
  },
52438
52779
  {
52439
52780
  name: "from",
52440
52781
  type: "string",
52441
52782
  required: false,
52442
- description: ""
52783
+ description: "Sender address; defaults to FROM_EMAIL."
52443
52784
  },
52444
52785
  {
52445
52786
  name: "htmlBody",
@@ -52451,7 +52792,7 @@ var integrators_registry_default = {
52451
52792
  name: "replyTo",
52452
52793
  type: "string",
52453
52794
  required: false,
52454
- description: ""
52795
+ description: "Reply-To address."
52455
52796
  },
52456
52797
  {
52457
52798
  name: "templateId",
@@ -52474,31 +52815,31 @@ var integrators_registry_default = {
52474
52815
  actions: [
52475
52816
  {
52476
52817
  name: "send",
52477
- description: "",
52818
+ description: "POST a JSON event notification to an external URL, HMAC-SHA256-signed when a secret is configured; 5xx responses retry, 4xx do not.",
52478
52819
  params: [
52479
52820
  {
52480
52821
  name: "url",
52481
52822
  type: "string",
52482
52823
  required: true,
52483
- description: ""
52824
+ description: "Destination URL to POST to."
52484
52825
  },
52485
52826
  {
52486
52827
  name: "event",
52487
52828
  type: "string",
52488
52829
  required: true,
52489
- description: ""
52830
+ description: "Event name, carried in the body and the X-Almadar-Event header."
52490
52831
  },
52491
52832
  {
52492
52833
  name: "payload",
52493
52834
  type: "object",
52494
52835
  required: false,
52495
- description: ""
52836
+ description: "Event payload; defaults to an empty object."
52496
52837
  },
52497
52838
  {
52498
52839
  name: "secret",
52499
52840
  type: "string",
52500
52841
  required: false,
52501
- description: ""
52842
+ description: "Per-call HMAC signing secret, overriding WEBHOOK_SIGNING_SECRET."
52502
52843
  }
52503
52844
  ],
52504
52845
  responseShape: {
@@ -52516,37 +52857,57 @@ var integrators_registry_default = {
52516
52857
  actions: [
52517
52858
  {
52518
52859
  name: "send",
52519
- description: "",
52860
+ description: "Send a VAPID-signed Web Push notification to a browser PushSubscription endpoint.",
52520
52861
  params: [
52521
52862
  {
52522
52863
  name: "subscription",
52523
52864
  type: "object",
52524
52865
  required: true,
52525
- description: ""
52866
+ description: "Browser PushSubscription: endpoint URL plus the p256dh/auth encryption keys.",
52867
+ properties: {
52868
+ endpoint: {
52869
+ type: "string",
52870
+ required: true
52871
+ },
52872
+ keys: {
52873
+ type: "object",
52874
+ required: true,
52875
+ properties: {
52876
+ p256dh: {
52877
+ type: "string",
52878
+ required: true
52879
+ },
52880
+ auth: {
52881
+ type: "string",
52882
+ required: true
52883
+ }
52884
+ }
52885
+ }
52886
+ }
52526
52887
  },
52527
52888
  {
52528
52889
  name: "title",
52529
52890
  type: "string",
52530
52891
  required: true,
52531
- description: ""
52892
+ description: "Notification title."
52532
52893
  },
52533
52894
  {
52534
52895
  name: "body",
52535
52896
  type: "string",
52536
52897
  required: true,
52537
- description: ""
52898
+ description: "Notification body text."
52538
52899
  },
52539
52900
  {
52540
52901
  name: "url",
52541
52902
  type: "string",
52542
52903
  required: false,
52543
- description: ""
52904
+ description: "URL to open when the notification is clicked."
52544
52905
  },
52545
52906
  {
52546
52907
  name: "icon",
52547
52908
  type: "string",
52548
52909
  required: false,
52549
- description: ""
52910
+ description: "Notification icon URL."
52550
52911
  }
52551
52912
  ],
52552
52913
  responseShape: {
@@ -52564,89 +52925,128 @@ var integrators_registry_default = {
52564
52925
  actions: [
52565
52926
  {
52566
52927
  name: "listEvents",
52567
- description: "",
52928
+ description: "List events on a Google Calendar; pass `syncToken` for incremental sync instead of a time window (the API rejects combining them).",
52568
52929
  params: [
52569
52930
  {
52570
52931
  name: "calendarId",
52571
52932
  type: "string",
52572
52933
  required: false,
52573
- description: ""
52934
+ description: "Calendar id; defaults to GOOGLE_CALENDAR_ID (or 'primary')."
52574
52935
  },
52575
52936
  {
52576
52937
  name: "timeMin",
52577
52938
  type: "string",
52578
52939
  required: false,
52579
- description: ""
52940
+ description: "ISO start of the time window (ignored when `syncToken` is set)."
52580
52941
  },
52581
52942
  {
52582
52943
  name: "timeMax",
52583
52944
  type: "string",
52584
52945
  required: false,
52585
- description: ""
52946
+ description: "ISO end of the time window (ignored when `syncToken` is set)."
52586
52947
  },
52587
52948
  {
52588
52949
  name: "syncToken",
52589
52950
  type: "string",
52590
52951
  required: false,
52591
- description: ""
52952
+ description: "Incremental-sync token from a previous call's `nextSyncToken`; supersedes timeMin/timeMax."
52592
52953
  },
52593
52954
  {
52594
52955
  name: "maxResults",
52595
52956
  type: "number",
52596
52957
  required: false,
52597
- description: ""
52958
+ description: "Maximum events to return; defaults to 250."
52598
52959
  }
52599
52960
  ],
52600
52961
  responseShape: {
52601
- events: "array",
52962
+ events: {
52963
+ type: "array",
52964
+ items: {
52965
+ type: "object",
52966
+ properties: {
52967
+ id: {
52968
+ type: "string",
52969
+ required: true
52970
+ },
52971
+ summary: {
52972
+ type: "string",
52973
+ required: true
52974
+ },
52975
+ description: {
52976
+ type: "string",
52977
+ required: true
52978
+ },
52979
+ location: {
52980
+ type: "string",
52981
+ required: true
52982
+ },
52983
+ start: {
52984
+ type: "string",
52985
+ required: true
52986
+ },
52987
+ end: {
52988
+ type: "string",
52989
+ required: true
52990
+ },
52991
+ status: {
52992
+ type: "string",
52993
+ required: true
52994
+ },
52995
+ updated: {
52996
+ type: "string",
52997
+ required: true
52998
+ }
52999
+ }
53000
+ }
53001
+ },
52602
53002
  nextSyncToken: "string | null"
52603
53003
  }
52604
53004
  },
52605
53005
  {
52606
53006
  name: "createEvent",
52607
- description: "",
53007
+ description: "Create a calendar event; an all-day event uses a 10-char (YYYY-MM-DD) start with no `end`/`durationMinutes`, defaulting to the next day.",
52608
53008
  params: [
52609
53009
  {
52610
53010
  name: "calendarId",
52611
53011
  type: "string",
52612
53012
  required: false,
52613
- description: ""
53013
+ description: "Calendar id; defaults to GOOGLE_CALENDAR_ID."
52614
53014
  },
52615
53015
  {
52616
53016
  name: "summary",
52617
53017
  type: "string",
52618
53018
  required: true,
52619
- description: ""
53019
+ description: "Event title."
52620
53020
  },
52621
53021
  {
52622
53022
  name: "description",
52623
53023
  type: "string",
52624
53024
  required: false,
52625
- description: ""
53025
+ description: "Event description."
52626
53026
  },
52627
53027
  {
52628
53028
  name: "location",
52629
53029
  type: "string",
52630
53030
  required: false,
52631
- description: ""
53031
+ description: "Event location text."
52632
53032
  },
52633
53033
  {
52634
53034
  name: "start",
52635
53035
  type: "string",
52636
53036
  required: true,
52637
- description: ""
53037
+ description: "ISO start (10 chars = all-day date, longer = dateTime)."
52638
53038
  },
52639
53039
  {
52640
53040
  name: "end",
52641
53041
  type: "string",
52642
53042
  required: false,
52643
- description: ""
53043
+ description: "ISO end; if omitted, derived from `durationMinutes` or the all-day next-day convention."
52644
53044
  },
52645
53045
  {
52646
53046
  name: "durationMinutes",
52647
53047
  type: "number",
52648
53048
  required: false,
52649
- description: ""
53049
+ description: "Duration in minutes used to derive `end` when `end` is omitted (non-all-day events only)."
52650
53050
  }
52651
53051
  ],
52652
53052
  responseShape: {
@@ -52657,49 +53057,49 @@ var integrators_registry_default = {
52657
53057
  },
52658
53058
  {
52659
53059
  name: "updateEvent",
52660
- description: "",
53060
+ description: "Patch an existing event's fields; only fields present in params are changed.",
52661
53061
  params: [
52662
53062
  {
52663
53063
  name: "calendarId",
52664
53064
  type: "string",
52665
53065
  required: false,
52666
- description: ""
53066
+ description: "Calendar id; defaults to GOOGLE_CALENDAR_ID."
52667
53067
  },
52668
53068
  {
52669
53069
  name: "eventId",
52670
53070
  type: "string",
52671
53071
  required: true,
52672
- description: ""
53072
+ description: "Id of the event to update."
52673
53073
  },
52674
53074
  {
52675
53075
  name: "summary",
52676
53076
  type: "string",
52677
53077
  required: false,
52678
- description: ""
53078
+ description: "New event title."
52679
53079
  },
52680
53080
  {
52681
53081
  name: "description",
52682
53082
  type: "string",
52683
53083
  required: false,
52684
- description: ""
53084
+ description: "New event description."
52685
53085
  },
52686
53086
  {
52687
53087
  name: "location",
52688
53088
  type: "string",
52689
53089
  required: false,
52690
- description: ""
53090
+ description: "New event location text."
52691
53091
  },
52692
53092
  {
52693
53093
  name: "start",
52694
53094
  type: "string",
52695
53095
  required: false,
52696
- description: ""
53096
+ description: "New ISO start."
52697
53097
  },
52698
53098
  {
52699
53099
  name: "end",
52700
53100
  type: "string",
52701
53101
  required: false,
52702
- description: ""
53102
+ description: "New ISO end."
52703
53103
  }
52704
53104
  ],
52705
53105
  responseShape: {
@@ -52709,19 +53109,19 @@ var integrators_registry_default = {
52709
53109
  },
52710
53110
  {
52711
53111
  name: "deleteEvent",
52712
- description: "",
53112
+ description: "Delete a calendar event.",
52713
53113
  params: [
52714
53114
  {
52715
53115
  name: "calendarId",
52716
53116
  type: "string",
52717
53117
  required: false,
52718
- description: ""
53118
+ description: "Calendar id; defaults to GOOGLE_CALENDAR_ID."
52719
53119
  },
52720
53120
  {
52721
53121
  name: "eventId",
52722
53122
  type: "string",
52723
53123
  required: true,
52724
- description: ""
53124
+ description: "Id of the event to delete."
52725
53125
  }
52726
53126
  ],
52727
53127
  responseShape: {
@@ -52731,58 +53131,73 @@ var integrators_registry_default = {
52731
53131
  },
52732
53132
  {
52733
53133
  name: "freeBusy",
52734
- description: "",
53134
+ description: "Query busy time blocks on a calendar within a window.",
52735
53135
  params: [
52736
53136
  {
52737
53137
  name: "calendarId",
52738
53138
  type: "string",
52739
53139
  required: false,
52740
- description: ""
53140
+ description: "Calendar id; defaults to GOOGLE_CALENDAR_ID."
52741
53141
  },
52742
53142
  {
52743
53143
  name: "timeMin",
52744
53144
  type: "string",
52745
53145
  required: true,
52746
- description: ""
53146
+ description: "ISO start of the query window."
52747
53147
  },
52748
53148
  {
52749
53149
  name: "timeMax",
52750
53150
  type: "string",
52751
53151
  required: true,
52752
- description: ""
53152
+ description: "ISO end of the query window."
52753
53153
  }
52754
53154
  ],
52755
53155
  responseShape: {
52756
- busy: "array"
53156
+ busy: {
53157
+ type: "array",
53158
+ items: {
53159
+ type: "object",
53160
+ properties: {
53161
+ start: {
53162
+ type: "string",
53163
+ required: true
53164
+ },
53165
+ end: {
53166
+ type: "string",
53167
+ required: true
53168
+ }
53169
+ }
53170
+ }
53171
+ }
52757
53172
  }
52758
53173
  },
52759
53174
  {
52760
53175
  name: "watch",
52761
- description: "",
53176
+ description: "Register a push-notification channel for calendar change events (Google Calendar API watch).",
52762
53177
  params: [
52763
53178
  {
52764
53179
  name: "calendarId",
52765
53180
  type: "string",
52766
53181
  required: false,
52767
- description: ""
53182
+ description: "Calendar id; defaults to GOOGLE_CALENDAR_ID."
52768
53183
  },
52769
53184
  {
52770
53185
  name: "channelId",
52771
53186
  type: "string",
52772
53187
  required: true,
52773
- description: ""
53188
+ description: "Caller-chosen id identifying this notification channel."
52774
53189
  },
52775
53190
  {
52776
53191
  name: "address",
52777
53192
  type: "string",
52778
53193
  required: true,
52779
- description: ""
53194
+ description: "HTTPS callback URL Google POSTs change notifications to."
52780
53195
  },
52781
53196
  {
52782
53197
  name: "ttlSeconds",
52783
53198
  type: "number",
52784
53199
  required: false,
52785
- description: ""
53200
+ description: "Requested channel time-to-live in seconds."
52786
53201
  }
52787
53202
  ],
52788
53203
  responseShape: {
@@ -52793,19 +53208,19 @@ var integrators_registry_default = {
52793
53208
  },
52794
53209
  {
52795
53210
  name: "stopWatch",
52796
- description: "",
53211
+ description: "Stop an active watch channel, ending calendar change notifications.",
52797
53212
  params: [
52798
53213
  {
52799
53214
  name: "channelId",
52800
53215
  type: "string",
52801
53216
  required: true,
52802
- description: ""
53217
+ description: "The channel id from the corresponding `watch` call."
52803
53218
  },
52804
53219
  {
52805
53220
  name: "resourceId",
52806
53221
  type: "string",
52807
53222
  required: true,
52808
- description: ""
53223
+ description: "The resourceId returned by the corresponding `watch` call."
52809
53224
  }
52810
53225
  ],
52811
53226
  responseShape: {
@@ -52821,40 +53236,71 @@ var integrators_registry_default = {
52821
53236
  actions: [
52822
53237
  {
52823
53238
  name: "listFiles",
52824
- description: "",
53239
+ description: "List non-trashed files in a Google Drive folder, optionally filtered by a Drive API query clause.",
52825
53240
  params: [
52826
53241
  {
52827
53242
  name: "folderId",
52828
53243
  type: "string",
52829
53244
  required: false,
52830
- description: ""
53245
+ description: "Restrict to files whose parents include this folder id."
52831
53246
  },
52832
53247
  {
52833
53248
  name: "query",
52834
53249
  type: "string",
52835
53250
  required: false,
52836
- description: ""
53251
+ description: "Extra Drive API query clause, ANDed with the folder/trashed filters."
52837
53252
  },
52838
53253
  {
52839
53254
  name: "maxResults",
52840
53255
  type: "number",
52841
53256
  required: false,
52842
- description: ""
53257
+ description: "Maximum files to return; defaults to 100."
52843
53258
  }
52844
53259
  ],
52845
53260
  responseShape: {
52846
- files: "array"
53261
+ files: {
53262
+ type: "array",
53263
+ items: {
53264
+ type: "object",
53265
+ properties: {
53266
+ id: {
53267
+ type: "string",
53268
+ required: true
53269
+ },
53270
+ name: {
53271
+ type: "string",
53272
+ required: true
53273
+ },
53274
+ mimeType: {
53275
+ type: "string",
53276
+ required: true
53277
+ },
53278
+ size: {
53279
+ type: "number",
53280
+ required: true
53281
+ },
53282
+ modifiedTime: {
53283
+ type: "string",
53284
+ required: true
53285
+ },
53286
+ webViewLink: {
53287
+ type: "string",
53288
+ required: true
53289
+ }
53290
+ }
53291
+ }
53292
+ }
52847
53293
  }
52848
53294
  },
52849
53295
  {
52850
53296
  name: "getFile",
52851
- description: "",
53297
+ description: "Download a file's content, base64-encoded.",
52852
53298
  params: [
52853
53299
  {
52854
53300
  name: "fileId",
52855
53301
  type: "string",
52856
53302
  required: true,
52857
- description: ""
53303
+ description: "Drive file id."
52858
53304
  }
52859
53305
  ],
52860
53306
  responseShape: {
@@ -52867,54 +53313,55 @@ var integrators_registry_default = {
52867
53313
  },
52868
53314
  {
52869
53315
  name: "uploadFile",
52870
- description: "",
53316
+ description: "Upload a file to Drive; writes go through the user OAuth client when configured (service-account uploads have no storage quota on personal accounts).",
52871
53317
  params: [
52872
53318
  {
52873
53319
  name: "name",
52874
53320
  type: "string",
52875
53321
  required: true,
52876
- description: ""
53322
+ description: "File name to create."
52877
53323
  },
52878
53324
  {
52879
53325
  name: "content",
52880
53326
  type: "string",
52881
53327
  required: true,
52882
- description: ""
53328
+ description: "File content as a base64 data URL (data:mime;base64,...) or raw base64/plain text."
52883
53329
  },
52884
53330
  {
52885
53331
  name: "mimeType",
52886
53332
  type: "string",
52887
53333
  required: false,
52888
- description: ""
53334
+ description: "MIME type; inferred from a data URL when omitted."
52889
53335
  },
52890
53336
  {
52891
53337
  name: "folderId",
52892
53338
  type: "string",
52893
53339
  required: false,
52894
- description: ""
53340
+ description: "Parent folder id; defaults to GOOGLE_DRIVE_FOLDER_ID."
52895
53341
  }
52896
53342
  ],
52897
53343
  responseShape: {
52898
53344
  id: "string",
52899
53345
  name: "string",
52900
53346
  webViewLink: "string"
52901
- }
53347
+ },
53348
+ synonyms: "upload file"
52902
53349
  },
52903
53350
  {
52904
53351
  name: "createFolder",
52905
- description: "",
53352
+ description: "Create a new Drive folder.",
52906
53353
  params: [
52907
53354
  {
52908
53355
  name: "name",
52909
53356
  type: "string",
52910
53357
  required: true,
52911
- description: ""
53358
+ description: "Folder name to create."
52912
53359
  },
52913
53360
  {
52914
53361
  name: "parentId",
52915
53362
  type: "string",
52916
53363
  required: false,
52917
- description: ""
53364
+ description: "Parent folder id; defaults to GOOGLE_DRIVE_FOLDER_ID."
52918
53365
  }
52919
53366
  ],
52920
53367
  responseShape: {
@@ -52924,25 +53371,25 @@ var integrators_registry_default = {
52924
53371
  },
52925
53372
  {
52926
53373
  name: "shareFile",
52927
- description: "",
53374
+ description: "Grant a user permission on a Drive file.",
52928
53375
  params: [
52929
53376
  {
52930
53377
  name: "fileId",
52931
53378
  type: "string",
52932
53379
  required: true,
52933
- description: ""
53380
+ description: "Drive file id."
52934
53381
  },
52935
53382
  {
52936
53383
  name: "email",
52937
53384
  type: "string",
52938
53385
  required: true,
52939
- description: ""
53386
+ description: "Email address of the grantee."
52940
53387
  },
52941
53388
  {
52942
53389
  name: "role",
52943
53390
  type: "'reader' | 'writer' | 'commenter'",
52944
53391
  required: false,
52945
- description: ""
53392
+ description: "Permission level; defaults to 'reader'."
52946
53393
  }
52947
53394
  ],
52948
53395
  responseShape: {
@@ -52959,31 +53406,25 @@ var integrators_registry_default = {
52959
53406
  actions: [
52960
53407
  {
52961
53408
  name: "getSpend",
52962
- description: "",
53409
+ description: "Fetch total ad spend, impressions, and clicks for an account over a date range via the Meta Graph API Marketing Insights endpoint (read-only).",
52963
53410
  params: [
52964
53411
  {
52965
53412
  name: "accountId",
52966
53413
  type: "string",
52967
53414
  required: false,
52968
- description: ""
53415
+ description: "Ad account id (with or without the `act_` prefix); defaults to META_AD_ACCOUNT_ID."
52969
53416
  },
52970
53417
  {
52971
53418
  name: "since",
52972
53419
  type: "string",
52973
53420
  required: true,
52974
- description: ""
53421
+ description: "Range start date (YYYY-MM-DD)."
52975
53422
  },
52976
53423
  {
52977
53424
  name: "until",
52978
53425
  type: "string",
52979
53426
  required: true,
52980
- description: ""
52981
- },
52982
- {
52983
- name: "clientTag",
52984
- type: "string",
52985
- required: false,
52986
- description: ""
53427
+ description: "Range end date (YYYY-MM-DD)."
52987
53428
  }
52988
53429
  ],
52989
53430
  responseShape: {
@@ -52995,23 +53436,46 @@ var integrators_registry_default = {
52995
53436
  },
52996
53437
  {
52997
53438
  name: "listCampaigns",
52998
- description: "",
53439
+ description: "List campaigns on an ad account via the Meta Graph API (read-only); dailyBudget is converted from Meta's minor-unit reporting.",
52999
53440
  params: [
53000
53441
  {
53001
53442
  name: "accountId",
53002
53443
  type: "string",
53003
53444
  required: false,
53004
- description: ""
53445
+ description: "Ad account id (with or without the `act_` prefix); defaults to META_AD_ACCOUNT_ID."
53005
53446
  },
53006
53447
  {
53007
53448
  name: "status",
53008
53449
  type: "string",
53009
53450
  required: false,
53010
- description: ""
53451
+ description: "Filter by campaign effective_status (e.g. 'ACTIVE', 'PAUSED')."
53011
53452
  }
53012
53453
  ],
53013
53454
  responseShape: {
53014
- campaigns: "array"
53455
+ campaigns: {
53456
+ type: "array",
53457
+ items: {
53458
+ type: "object",
53459
+ properties: {
53460
+ id: {
53461
+ type: "string",
53462
+ required: true
53463
+ },
53464
+ name: {
53465
+ type: "string",
53466
+ required: true
53467
+ },
53468
+ status: {
53469
+ type: "string",
53470
+ required: true
53471
+ },
53472
+ dailyBudget: {
53473
+ type: "number",
53474
+ required: true
53475
+ }
53476
+ }
53477
+ }
53478
+ }
53015
53479
  }
53016
53480
  }
53017
53481
  ]
@@ -53023,19 +53487,64 @@ var integrators_registry_default = {
53023
53487
  actions: [
53024
53488
  {
53025
53489
  name: "exportInvoices",
53026
- description: "",
53490
+ description: "Shape invoice rows into an import-ready CSV export (no accounting-vendor connection \u2014 generic column set).",
53027
53491
  params: [
53028
53492
  {
53029
53493
  name: "invoices",
53030
53494
  type: "array",
53031
53495
  required: true,
53032
- description: ""
53496
+ description: "Invoice rows to export, in column order id/number/customer/issuedAt/dueAt/currency/net/tax/gross/status.",
53497
+ items: {
53498
+ type: "object",
53499
+ properties: {
53500
+ id: {
53501
+ type: "string",
53502
+ required: true
53503
+ },
53504
+ number: {
53505
+ type: "string",
53506
+ required: true
53507
+ },
53508
+ customer: {
53509
+ type: "string",
53510
+ required: true
53511
+ },
53512
+ issuedAt: {
53513
+ type: "string",
53514
+ required: true
53515
+ },
53516
+ dueAt: {
53517
+ type: "string",
53518
+ required: true
53519
+ },
53520
+ currency: {
53521
+ type: "string",
53522
+ required: true
53523
+ },
53524
+ net: {
53525
+ type: "number",
53526
+ required: true
53527
+ },
53528
+ tax: {
53529
+ type: "number",
53530
+ required: true
53531
+ },
53532
+ gross: {
53533
+ type: "number",
53534
+ required: true
53535
+ },
53536
+ status: {
53537
+ type: "string",
53538
+ required: true
53539
+ }
53540
+ }
53541
+ }
53033
53542
  },
53034
53543
  {
53035
53544
  name: "format",
53036
53545
  type: "'csv'",
53037
53546
  required: false,
53038
- description: ""
53547
+ description: "Export format; only 'csv' is currently supported."
53039
53548
  }
53040
53549
  ],
53041
53550
  responseShape: {
@@ -53046,19 +53555,48 @@ var integrators_registry_default = {
53046
53555
  },
53047
53556
  {
53048
53557
  name: "exportJournal",
53049
- description: "",
53558
+ description: "Shape journal entry rows into an import-ready CSV export.",
53050
53559
  params: [
53051
53560
  {
53052
53561
  name: "entries",
53053
53562
  type: "array",
53054
53563
  required: true,
53055
- description: ""
53564
+ description: "Journal entry rows to export, in column order date/account/description/debit/credit/reference.",
53565
+ items: {
53566
+ type: "object",
53567
+ properties: {
53568
+ date: {
53569
+ type: "string",
53570
+ required: true
53571
+ },
53572
+ account: {
53573
+ type: "string",
53574
+ required: true
53575
+ },
53576
+ description: {
53577
+ type: "string",
53578
+ required: true
53579
+ },
53580
+ debit: {
53581
+ type: "number",
53582
+ required: true
53583
+ },
53584
+ credit: {
53585
+ type: "number",
53586
+ required: true
53587
+ },
53588
+ reference: {
53589
+ type: "string",
53590
+ required: true
53591
+ }
53592
+ }
53593
+ }
53056
53594
  },
53057
53595
  {
53058
53596
  name: "format",
53059
53597
  type: "'csv'",
53060
53598
  required: false,
53061
- description: ""
53599
+ description: "Export format; only 'csv' is currently supported."
53062
53600
  }
53063
53601
  ],
53064
53602
  responseShape: {
@@ -53076,25 +53614,25 @@ var integrators_registry_default = {
53076
53614
  actions: [
53077
53615
  {
53078
53616
  name: "createRequisition",
53079
- description: "",
53617
+ description: "Start a GoCardless Bank Account Data requisition (bank-connection consent flow); the returned `link` is where the end user authorizes access.",
53080
53618
  params: [
53081
53619
  {
53082
53620
  name: "institutionId",
53083
53621
  type: "string",
53084
53622
  required: true,
53085
- description: ""
53623
+ description: "GoCardless institution id (the bank to connect)."
53086
53624
  },
53087
53625
  {
53088
53626
  name: "redirectUrl",
53089
53627
  type: "string",
53090
53628
  required: true,
53091
- description: ""
53629
+ description: "URL GoCardless redirects the user to after consent."
53092
53630
  },
53093
53631
  {
53094
53632
  name: "reference",
53095
53633
  type: "string",
53096
53634
  required: false,
53097
- description: ""
53635
+ description: "Caller-chosen reference to correlate the requisition."
53098
53636
  }
53099
53637
  ],
53100
53638
  responseShape: {
@@ -53104,13 +53642,13 @@ var integrators_registry_default = {
53104
53642
  },
53105
53643
  {
53106
53644
  name: "listAccounts",
53107
- description: "",
53645
+ description: "List account ids linked under a completed requisition.",
53108
53646
  params: [
53109
53647
  {
53110
53648
  name: "requisitionId",
53111
53649
  type: "string",
53112
53650
  required: true,
53113
- description: ""
53651
+ description: "Requisition id from createRequisition."
53114
53652
  }
53115
53653
  ],
53116
53654
  responseShape: {
@@ -53119,29 +53657,60 @@ var integrators_registry_default = {
53119
53657
  },
53120
53658
  {
53121
53659
  name: "listTransactions",
53122
- description: "",
53660
+ description: "List booked transactions on a linked bank account, optionally filtered by date range.",
53123
53661
  params: [
53124
53662
  {
53125
53663
  name: "accountId",
53126
53664
  type: "string",
53127
53665
  required: true,
53128
- description: ""
53666
+ description: "GoCardless account id."
53129
53667
  },
53130
53668
  {
53131
53669
  name: "dateFrom",
53132
53670
  type: "string",
53133
53671
  required: false,
53134
- description: ""
53672
+ description: "Only transactions booked on/after this date (YYYY-MM-DD)."
53135
53673
  },
53136
53674
  {
53137
53675
  name: "dateTo",
53138
53676
  type: "string",
53139
53677
  required: false,
53140
- description: ""
53678
+ description: "Only transactions booked on/before this date (YYYY-MM-DD)."
53141
53679
  }
53142
53680
  ],
53143
53681
  responseShape: {
53144
- transactions: "array"
53682
+ transactions: {
53683
+ type: "array",
53684
+ items: {
53685
+ type: "object",
53686
+ properties: {
53687
+ id: {
53688
+ type: "string",
53689
+ required: true
53690
+ },
53691
+ amount: {
53692
+ type: "number",
53693
+ required: true
53694
+ },
53695
+ currency: {
53696
+ type: "string",
53697
+ required: true
53698
+ },
53699
+ date: {
53700
+ type: "string",
53701
+ required: true
53702
+ },
53703
+ description: {
53704
+ type: "string",
53705
+ required: true
53706
+ },
53707
+ counterparty: {
53708
+ type: "string",
53709
+ required: true
53710
+ }
53711
+ }
53712
+ }
53713
+ }
53145
53714
  }
53146
53715
  }
53147
53716
  ]
@@ -53153,37 +53722,37 @@ var integrators_registry_default = {
53153
53722
  actions: [
53154
53723
  {
53155
53724
  name: "sendEnvelope",
53156
- description: "",
53725
+ description: "Send a document for e-signature via DocuSign; accepts the document content as a data URL or raw base64.",
53157
53726
  params: [
53158
53727
  {
53159
53728
  name: "recipientEmail",
53160
53729
  type: "string",
53161
53730
  required: true,
53162
- description: ""
53731
+ description: "Signer's email address."
53163
53732
  },
53164
53733
  {
53165
53734
  name: "recipientName",
53166
53735
  type: "string",
53167
53736
  required: true,
53168
- description: ""
53737
+ description: "Signer's display name."
53169
53738
  },
53170
53739
  {
53171
53740
  name: "documentName",
53172
53741
  type: "string",
53173
53742
  required: true,
53174
- description: ""
53743
+ description: "Document file name (its extension also picks the DocuSign fileExtension)."
53175
53744
  },
53176
53745
  {
53177
53746
  name: "documentContent",
53178
53747
  type: "string",
53179
53748
  required: true,
53180
- description: ""
53749
+ description: "Document content as a base64 data URL or raw base64."
53181
53750
  },
53182
53751
  {
53183
53752
  name: "emailSubject",
53184
53753
  type: "string",
53185
53754
  required: false,
53186
- description: ""
53755
+ description: 'Envelope email subject; defaults to "Please sign: " + documentName.'
53187
53756
  }
53188
53757
  ],
53189
53758
  responseShape: {
@@ -53193,13 +53762,13 @@ var integrators_registry_default = {
53193
53762
  },
53194
53763
  {
53195
53764
  name: "getEnvelopeStatus",
53196
- description: "",
53765
+ description: "Poll a DocuSign envelope's signing status.",
53197
53766
  params: [
53198
53767
  {
53199
53768
  name: "envelopeId",
53200
53769
  type: "string",
53201
53770
  required: true,
53202
- description: ""
53771
+ description: "DocuSign envelope id from sendEnvelope."
53203
53772
  }
53204
53773
  ],
53205
53774
  responseShape: {
@@ -53209,13 +53778,13 @@ var integrators_registry_default = {
53209
53778
  },
53210
53779
  {
53211
53780
  name: "downloadDocument",
53212
- description: "",
53781
+ description: "Download the combined signed document(s) for a completed envelope, base64-encoded PDF.",
53213
53782
  params: [
53214
53783
  {
53215
53784
  name: "envelopeId",
53216
53785
  type: "string",
53217
53786
  required: true,
53218
- description: ""
53787
+ description: "DocuSign envelope id."
53219
53788
  }
53220
53789
  ],
53221
53790
  responseShape: {
@@ -53232,31 +53801,31 @@ var integrators_registry_default = {
53232
53801
  actions: [
53233
53802
  {
53234
53803
  name: "build",
53235
- description: "",
53804
+ description: "Simulate building a container image (in-memory backend \u2014 no real Docker daemon/SDK; a real build is not yet implemented).",
53236
53805
  params: [
53237
53806
  {
53238
53807
  name: "tag",
53239
53808
  type: "string",
53240
53809
  required: true,
53241
- description: ""
53810
+ description: "Image tag to build, e.g. myapp:latest."
53242
53811
  },
53243
53812
  {
53244
53813
  name: "dockerfile",
53245
53814
  type: "string",
53246
53815
  required: false,
53247
- description: ""
53816
+ description: "Dockerfile path; defaults to 'Dockerfile'."
53248
53817
  },
53249
53818
  {
53250
53819
  name: "context",
53251
53820
  type: "string",
53252
53821
  required: false,
53253
- description: ""
53822
+ description: "Build context directory; defaults to '.'."
53254
53823
  },
53255
53824
  {
53256
53825
  name: "buildArgs",
53257
53826
  type: "object",
53258
53827
  required: false,
53259
- description: ""
53828
+ description: "Build-time --build-arg values."
53260
53829
  }
53261
53830
  ],
53262
53831
  responseShape: {
@@ -53268,61 +53837,110 @@ var integrators_registry_default = {
53268
53837
  },
53269
53838
  {
53270
53839
  name: "run",
53271
- description: "",
53840
+ description: "Simulate starting a container from an image (in-memory backend).",
53272
53841
  params: [
53273
53842
  {
53274
53843
  name: "image",
53275
53844
  type: "string",
53276
53845
  required: true,
53277
- description: ""
53846
+ description: "Image to run (as built/tagged by the `build` action, or an arbitrary name)."
53278
53847
  },
53279
53848
  {
53280
53849
  name: "name",
53281
53850
  type: "string",
53282
53851
  required: false,
53283
- description: ""
53852
+ description: "Container name; auto-generated when omitted."
53284
53853
  },
53285
53854
  {
53286
53855
  name: "ports",
53287
53856
  type: "array",
53288
53857
  required: false,
53289
- description: ""
53858
+ description: "Host/container port mappings.",
53859
+ items: {
53860
+ type: "object",
53861
+ properties: {
53862
+ host: {
53863
+ type: "number",
53864
+ required: true
53865
+ },
53866
+ container: {
53867
+ type: "number",
53868
+ required: true
53869
+ },
53870
+ protocol: {
53871
+ type: "string",
53872
+ required: false
53873
+ }
53874
+ }
53875
+ }
53290
53876
  },
53291
53877
  {
53292
53878
  name: "env",
53293
53879
  type: "object",
53294
53880
  required: false,
53295
- description: ""
53881
+ description: "Environment variables set inside the container."
53296
53882
  },
53297
53883
  {
53298
53884
  name: "volumes",
53299
53885
  type: "array",
53300
53886
  required: false,
53301
- description: ""
53887
+ description: "Host/container path mounts.",
53888
+ items: {
53889
+ type: "object",
53890
+ properties: {
53891
+ host: {
53892
+ type: "string",
53893
+ required: true
53894
+ },
53895
+ container: {
53896
+ type: "string",
53897
+ required: true
53898
+ }
53899
+ }
53900
+ }
53302
53901
  },
53303
53902
  {
53304
53903
  name: "command",
53305
53904
  type: "string",
53306
53905
  required: false,
53307
- description: ""
53906
+ description: "Override command run inside the container."
53308
53907
  }
53309
53908
  ],
53310
53909
  responseShape: {
53311
53910
  containerId: "string",
53312
53911
  name: "string",
53313
53912
  status: "string",
53314
- ports: "array"
53913
+ ports: {
53914
+ type: "array",
53915
+ items: {
53916
+ type: "object",
53917
+ properties: {
53918
+ host: {
53919
+ type: "number",
53920
+ required: true
53921
+ },
53922
+ container: {
53923
+ type: "number",
53924
+ required: true
53925
+ },
53926
+ protocol: {
53927
+ type: "string",
53928
+ required: true
53929
+ }
53930
+ }
53931
+ }
53932
+ }
53315
53933
  }
53316
53934
  },
53317
53935
  {
53318
53936
  name: "stop",
53319
- description: "",
53937
+ description: "Stop a running (or paused) simulated container.",
53320
53938
  params: [
53321
53939
  {
53322
53940
  name: "containerId",
53323
53941
  type: "string",
53324
53942
  required: true,
53325
- description: ""
53943
+ description: "Container id, or a unique id prefix."
53326
53944
  }
53327
53945
  ],
53328
53946
  responseShape: {
@@ -53333,19 +53951,19 @@ var integrators_registry_default = {
53333
53951
  },
53334
53952
  {
53335
53953
  name: "remove",
53336
- description: "",
53954
+ description: "Remove a simulated container; fails if it is running unless `force` is set.",
53337
53955
  params: [
53338
53956
  {
53339
53957
  name: "containerId",
53340
53958
  type: "string",
53341
53959
  required: true,
53342
- description: ""
53960
+ description: "Container id, or a unique id prefix."
53343
53961
  },
53344
53962
  {
53345
53963
  name: "force",
53346
53964
  type: "boolean",
53347
53965
  required: false,
53348
- description: ""
53966
+ description: "Remove even if the container is currently running."
53349
53967
  }
53350
53968
  ],
53351
53969
  responseShape: {
@@ -53355,25 +53973,25 @@ var integrators_registry_default = {
53355
53973
  },
53356
53974
  {
53357
53975
  name: "logs",
53358
- description: "",
53976
+ description: "Fetch generated log lines for a simulated container.",
53359
53977
  params: [
53360
53978
  {
53361
53979
  name: "containerId",
53362
53980
  type: "string",
53363
53981
  required: true,
53364
- description: ""
53982
+ description: "Container id, or a unique id prefix."
53365
53983
  },
53366
53984
  {
53367
53985
  name: "tail",
53368
53986
  type: "number",
53369
53987
  required: false,
53370
- description: ""
53988
+ description: "Number of most-recent lines to return; defaults to 100."
53371
53989
  },
53372
53990
  {
53373
53991
  name: "since",
53374
53992
  type: "string",
53375
53993
  required: false,
53376
- description: ""
53994
+ description: "Only lines timestamped at/after this ISO time."
53377
53995
  }
53378
53996
  ],
53379
53997
  responseShape: {
@@ -53384,13 +54002,13 @@ var integrators_registry_default = {
53384
54002
  },
53385
54003
  {
53386
54004
  name: "status",
53387
- description: "",
54005
+ description: "Fetch a simulated container's current status and metadata.",
53388
54006
  params: [
53389
54007
  {
53390
54008
  name: "containerId",
53391
54009
  type: "string",
53392
54010
  required: true,
53393
- description: ""
54011
+ description: "Container id, or a unique id prefix."
53394
54012
  }
53395
54013
  ],
53396
54014
  responseShape: {
@@ -53398,7 +54016,26 @@ var integrators_registry_default = {
53398
54016
  name: "string",
53399
54017
  image: "string",
53400
54018
  status: "string",
53401
- ports: "array",
54019
+ ports: {
54020
+ type: "array",
54021
+ items: {
54022
+ type: "object",
54023
+ properties: {
54024
+ host: {
54025
+ type: "number",
54026
+ required: true
54027
+ },
54028
+ container: {
54029
+ type: "number",
54030
+ required: true
54031
+ },
54032
+ protocol: {
54033
+ type: "string",
54034
+ required: true
54035
+ }
54036
+ }
54037
+ }
54038
+ },
53402
54039
  createdAt: "number",
53403
54040
  startedAt: "number | null",
53404
54041
  stoppedAt: "number | null"
@@ -53406,23 +54043,71 @@ var integrators_registry_default = {
53406
54043
  },
53407
54044
  {
53408
54045
  name: "list",
53409
- description: "",
54046
+ description: "List simulated containers; by default only running ones (like `docker ps`).",
53410
54047
  params: [
53411
54048
  {
53412
54049
  name: "all",
53413
54050
  type: "boolean",
53414
54051
  required: false,
53415
- description: ""
54052
+ description: "Include stopped/exited containers, not just running ones."
53416
54053
  },
53417
54054
  {
53418
54055
  name: "filterByLabel",
53419
54056
  type: "string",
53420
54057
  required: false,
53421
- description: ""
54058
+ description: "Filter by a `key` or `key=value` label match."
53422
54059
  }
53423
54060
  ],
53424
54061
  responseShape: {
53425
- containers: "array",
54062
+ containers: {
54063
+ type: "array",
54064
+ items: {
54065
+ type: "object",
54066
+ properties: {
54067
+ id: {
54068
+ type: "string",
54069
+ required: true
54070
+ },
54071
+ name: {
54072
+ type: "string",
54073
+ required: true
54074
+ },
54075
+ image: {
54076
+ type: "string",
54077
+ required: true
54078
+ },
54079
+ status: {
54080
+ type: "string",
54081
+ required: true
54082
+ },
54083
+ ports: {
54084
+ type: "array",
54085
+ required: true,
54086
+ items: {
54087
+ type: "object",
54088
+ properties: {
54089
+ host: {
54090
+ type: "number",
54091
+ required: true
54092
+ },
54093
+ container: {
54094
+ type: "number",
54095
+ required: true
54096
+ },
54097
+ protocol: {
54098
+ type: "string",
54099
+ required: true
54100
+ }
54101
+ }
54102
+ }
54103
+ },
54104
+ createdAt: {
54105
+ type: "number",
54106
+ required: true
54107
+ }
54108
+ }
54109
+ }
54110
+ },
53426
54111
  total: "number"
53427
54112
  }
53428
54113
  }
@@ -53435,55 +54120,73 @@ var integrators_registry_default = {
53435
54120
  actions: [
53436
54121
  {
53437
54122
  name: "upload",
53438
- description: "",
54123
+ description: "Upload an object to an S3-compatible bucket (real S3/R2/MinIO backend when storage credentials are configured, in-memory dev fallback otherwise \u2014 refused in production). Admits either the canonical `key`+`content` pair or the file-form `file` payload (UploadDropZone's `{ name, size, type, content }` shape); when `file` is present its `key`/`content` are derived from it.",
53439
54124
  params: [
53440
54125
  {
53441
54126
  name: "bucket",
53442
54127
  type: "string",
53443
54128
  required: true,
53444
- description: ""
54129
+ description: "Target bucket; defaults to STORAGE_BUCKET."
53445
54130
  },
53446
54131
  {
53447
54132
  name: "key",
53448
54133
  type: "string",
53449
54134
  required: false,
53450
- description: ""
54135
+ description: "Object key to store under (canonical shape); ignored when `file` is present."
53451
54136
  },
53452
54137
  {
53453
54138
  name: "content",
53454
54139
  type: "string",
53455
54140
  required: false,
53456
- description: ""
54141
+ description: "Object content as a base64 data URL, raw base64, or plain text (canonical shape); ignored when `file` is present."
53457
54142
  },
53458
54143
  {
53459
54144
  name: "contentType",
53460
54145
  type: "string",
53461
54146
  required: false,
53462
- description: ""
54147
+ description: "MIME type override for the canonical shape; inferred from a data URL when omitted."
53463
54148
  },
53464
54149
  {
53465
54150
  name: "file",
53466
54151
  type: "object",
53467
54152
  required: false,
53468
- description: ""
54153
+ description: "File-form upload payload (as emitted by UploadDropZone); `content` is a base64 data URL.",
54154
+ properties: {
54155
+ name: {
54156
+ type: "string",
54157
+ required: true
54158
+ },
54159
+ size: {
54160
+ type: "number",
54161
+ required: true
54162
+ },
54163
+ type: {
54164
+ type: "string",
54165
+ required: true
54166
+ },
54167
+ content: {
54168
+ type: "string",
54169
+ required: false
54170
+ }
54171
+ }
53469
54172
  },
53470
54173
  {
53471
54174
  name: "acl",
53472
54175
  type: "'public' | 'private'",
53473
54176
  required: false,
53474
- description: ""
54177
+ description: "Object ACL \u2014 'public' produces a public URL, otherwise the URL is signed/private."
53475
54178
  },
53476
54179
  {
53477
54180
  name: "maxSize",
53478
54181
  type: "number",
53479
54182
  required: false,
53480
- description: ""
54183
+ description: "Reject the upload if the file-form payload's declared size exceeds this many bytes."
53481
54184
  },
53482
54185
  {
53483
54186
  name: "metadata",
53484
54187
  type: "IntegrationParams",
53485
54188
  required: false,
53486
- description: ""
54189
+ description: "Arbitrary metadata stored alongside the object (in-memory backend only)."
53487
54190
  }
53488
54191
  ],
53489
54192
  responseShape: {
@@ -53493,57 +54196,110 @@ var integrators_registry_default = {
53493
54196
  etag: "string",
53494
54197
  id: "string",
53495
54198
  url: "string"
53496
- }
54199
+ },
54200
+ synonyms: "upload file, upload object"
53497
54201
  },
53498
54202
  {
53499
54203
  name: "uploadMany",
53500
- description: "",
54204
+ description: "Upload a whole UploadDropZone batch in one call, one item per file \u2014 the FSM-friendly shape for bulk-persisting uploaded-file rows.",
53501
54205
  params: [
53502
54206
  {
53503
54207
  name: "bucket",
53504
54208
  type: "string",
53505
54209
  required: true,
53506
- description: ""
54210
+ description: "Target bucket; defaults to STORAGE_BUCKET."
53507
54211
  },
53508
54212
  {
53509
54213
  name: "files",
53510
54214
  type: "array",
53511
54215
  required: true,
53512
- description: ""
54216
+ description: "Files to upload, in UploadDropZone's `{ name, size, type, content }` shape.",
54217
+ items: {
54218
+ type: "object",
54219
+ properties: {
54220
+ name: {
54221
+ type: "string",
54222
+ required: true
54223
+ },
54224
+ size: {
54225
+ type: "number",
54226
+ required: true
54227
+ },
54228
+ type: {
54229
+ type: "string",
54230
+ required: true
54231
+ },
54232
+ content: {
54233
+ type: "string",
54234
+ required: false
54235
+ }
54236
+ }
54237
+ }
53513
54238
  },
53514
54239
  {
53515
54240
  name: "acl",
53516
54241
  type: "'public' | 'private'",
53517
54242
  required: false,
53518
- description: ""
54243
+ description: "Object ACL applied to every file in the batch."
53519
54244
  },
53520
54245
  {
53521
54246
  name: "maxSize",
53522
54247
  type: "number",
53523
54248
  required: false,
53524
- description: ""
54249
+ description: "Reject any file whose declared size exceeds this many bytes."
53525
54250
  }
53526
54251
  ],
53527
54252
  responseShape: {
53528
- items: "array",
54253
+ items: {
54254
+ type: "array",
54255
+ items: {
54256
+ type: "object",
54257
+ properties: {
54258
+ id: {
54259
+ type: "string",
54260
+ required: true
54261
+ },
54262
+ key: {
54263
+ type: "string",
54264
+ required: true
54265
+ },
54266
+ url: {
54267
+ type: "string",
54268
+ required: true
54269
+ },
54270
+ name: {
54271
+ type: "string",
54272
+ required: true
54273
+ },
54274
+ sizeBytes: {
54275
+ type: "number",
54276
+ required: true
54277
+ },
54278
+ mimeType: {
54279
+ type: "string",
54280
+ required: true
54281
+ }
54282
+ }
54283
+ }
54284
+ },
53529
54285
  count: "number"
53530
54286
  }
53531
54287
  },
53532
54288
  {
53533
54289
  name: "download",
53534
- description: "",
54290
+ description: "Download an object's content, base64-encoded.",
53535
54291
  params: [
53536
54292
  {
53537
54293
  name: "bucket",
53538
54294
  type: "string",
53539
54295
  required: true,
53540
- description: ""
54296
+ description: "Bucket the object lives in; defaults to STORAGE_BUCKET."
53541
54297
  },
53542
54298
  {
53543
54299
  name: "key",
53544
54300
  type: "string",
53545
54301
  required: true,
53546
- description: ""
54302
+ description: "Object key."
53547
54303
  }
53548
54304
  ],
53549
54305
  responseShape: {
@@ -53555,54 +54311,73 @@ var integrators_registry_default = {
53555
54311
  },
53556
54312
  {
53557
54313
  name: "list",
53558
- description: "",
54314
+ description: "List object keys in a bucket, optionally prefix-filtered, one page at a time.",
53559
54315
  params: [
53560
54316
  {
53561
54317
  name: "bucket",
53562
54318
  type: "string",
53563
54319
  required: true,
53564
- description: ""
54320
+ description: "Bucket to list; defaults to STORAGE_BUCKET."
53565
54321
  },
53566
54322
  {
53567
54323
  name: "prefix",
53568
54324
  type: "string",
53569
54325
  required: false,
53570
- description: ""
54326
+ description: "Only keys starting with this prefix."
53571
54327
  },
53572
54328
  {
53573
54329
  name: "maxKeys",
53574
54330
  type: "number",
53575
54331
  required: false,
53576
- description: ""
54332
+ description: "Maximum keys per page; defaults to 1000."
53577
54333
  },
53578
54334
  {
53579
54335
  name: "continuationToken",
53580
54336
  type: "string",
53581
54337
  required: false,
53582
- description: ""
54338
+ description: "Pagination token from a previous call's `nextToken`."
53583
54339
  }
53584
54340
  ],
53585
54341
  responseShape: {
53586
- keys: "array",
54342
+ keys: {
54343
+ type: "array",
54344
+ items: {
54345
+ type: "object",
54346
+ properties: {
54347
+ key: {
54348
+ type: "string",
54349
+ required: true
54350
+ },
54351
+ size: {
54352
+ type: "number",
54353
+ required: true
54354
+ },
54355
+ lastModified: {
54356
+ type: "number",
54357
+ required: true
54358
+ }
54359
+ }
54360
+ }
54361
+ },
53587
54362
  truncated: "boolean",
53588
54363
  nextToken: "string"
53589
54364
  }
53590
54365
  },
53591
54366
  {
53592
54367
  name: "delete",
53593
- description: "",
54368
+ description: "Delete an object from a bucket.",
53594
54369
  params: [
53595
54370
  {
53596
54371
  name: "bucket",
53597
54372
  type: "string",
53598
54373
  required: true,
53599
- description: ""
54374
+ description: "Bucket the object lives in; defaults to STORAGE_BUCKET."
53600
54375
  },
53601
54376
  {
53602
54377
  name: "key",
53603
54378
  type: "string",
53604
54379
  required: true,
53605
- description: ""
54380
+ description: "Object key to delete."
53606
54381
  }
53607
54382
  ],
53608
54383
  responseShape: {
@@ -53611,31 +54386,31 @@ var integrators_registry_default = {
53611
54386
  },
53612
54387
  {
53613
54388
  name: "getSignedUrl",
53614
- description: "",
54389
+ description: "Generate a time-limited pre-signed URL for direct GET or PUT access to an object.",
53615
54390
  params: [
53616
54391
  {
53617
54392
  name: "bucket",
53618
54393
  type: "string",
53619
54394
  required: true,
53620
- description: ""
54395
+ description: "Bucket the object lives in; defaults to STORAGE_BUCKET."
53621
54396
  },
53622
54397
  {
53623
54398
  name: "key",
53624
54399
  type: "string",
53625
54400
  required: true,
53626
- description: ""
54401
+ description: "Object key."
53627
54402
  },
53628
54403
  {
53629
54404
  name: "expiresIn",
53630
54405
  type: "number",
53631
54406
  required: false,
53632
- description: ""
54407
+ description: "URL validity window in seconds; defaults to 3600."
53633
54408
  },
53634
54409
  {
53635
54410
  name: "operation",
53636
54411
  type: "'get' | 'put'",
53637
54412
  required: false,
53638
- description: ""
54413
+ description: "Whether the URL authorizes a read or a write; defaults to 'get'."
53639
54414
  }
53640
54415
  ],
53641
54416
  responseShape: {
@@ -53652,31 +54427,31 @@ var integrators_registry_default = {
53652
54427
  actions: [
53653
54428
  {
53654
54429
  name: "enqueue",
53655
- description: "",
54430
+ description: "Add a job to an in-memory job queue, ordered by priority (higher first) among ready jobs.",
53656
54431
  params: [
53657
54432
  {
53658
54433
  name: "queue",
53659
54434
  type: "string",
53660
54435
  required: true,
53661
- description: ""
54436
+ description: "Queue name."
53662
54437
  },
53663
54438
  {
53664
54439
  name: "payload",
53665
54440
  type: "ServiceParams",
53666
54441
  required: true,
53667
- description: ""
54442
+ description: "Arbitrary job payload."
53668
54443
  },
53669
54444
  {
53670
54445
  name: "delay",
53671
54446
  type: "number",
53672
54447
  required: false,
53673
- description: ""
54448
+ description: "Delay before the job becomes eligible for dequeue, in milliseconds."
53674
54449
  },
53675
54450
  {
53676
54451
  name: "priority",
53677
54452
  type: "number",
53678
54453
  required: false,
53679
- description: ""
54454
+ description: "Priority \u2014 higher values are dequeued before lower ones."
53680
54455
  }
53681
54456
  ],
53682
54457
  responseShape: {
@@ -53686,13 +54461,13 @@ var integrators_registry_default = {
53686
54461
  },
53687
54462
  {
53688
54463
  name: "dequeue",
53689
- description: "",
54464
+ description: "Pop the highest-priority pending job whose delay has elapsed, marking it 'processing'; returns null if none is ready.",
53690
54465
  params: [
53691
54466
  {
53692
54467
  name: "queue",
53693
54468
  type: "string",
53694
54469
  required: true,
53695
- description: ""
54470
+ description: "Queue name."
53696
54471
  }
53697
54472
  ],
53698
54473
  responseShape: {
@@ -53701,13 +54476,13 @@ var integrators_registry_default = {
53701
54476
  },
53702
54477
  {
53703
54478
  name: "status",
53704
- description: "",
54479
+ description: "Look up a job's current status by id.",
53705
54480
  params: [
53706
54481
  {
53707
54482
  name: "jobId",
53708
54483
  type: "string",
53709
54484
  required: true,
53710
- description: ""
54485
+ description: "Job id from enqueue."
53711
54486
  }
53712
54487
  ],
53713
54488
  responseShape: {
@@ -53717,19 +54492,19 @@ var integrators_registry_default = {
53717
54492
  },
53718
54493
  {
53719
54494
  name: "complete",
53720
- description: "",
54495
+ description: "Mark a 'processing' job completed and store its result; no-op (returns false) if the job isn't in 'processing' state.",
53721
54496
  params: [
53722
54497
  {
53723
54498
  name: "jobId",
53724
54499
  type: "string",
53725
54500
  required: true,
53726
- description: ""
54501
+ description: "Job id."
53727
54502
  },
53728
54503
  {
53729
54504
  name: "result",
53730
54505
  type: "ServiceParams",
53731
54506
  required: false,
53732
- description: ""
54507
+ description: "Result payload to attach to the job."
53733
54508
  }
53734
54509
  ],
53735
54510
  responseShape: {
@@ -53738,19 +54513,19 @@ var integrators_registry_default = {
53738
54513
  },
53739
54514
  {
53740
54515
  name: "fail",
53741
- description: "",
54516
+ description: "Mark a 'processing' job failed; no-op (returns false) if the job isn't in 'processing' state.",
53742
54517
  params: [
53743
54518
  {
53744
54519
  name: "jobId",
53745
54520
  type: "string",
53746
54521
  required: true,
53747
- description: ""
54522
+ description: "Job id."
53748
54523
  },
53749
54524
  {
53750
54525
  name: "error",
53751
54526
  type: "string",
53752
54527
  required: false,
53753
- description: ""
54528
+ description: "Failure reason to attach to the job."
53754
54529
  }
53755
54530
  ],
53756
54531
  responseShape: {
@@ -53759,13 +54534,13 @@ var integrators_registry_default = {
53759
54534
  },
53760
54535
  {
53761
54536
  name: "cancel",
53762
- description: "",
54537
+ description: "Remove a 'pending' job from its queue; no-op (returns false) once it has been dequeued.",
53763
54538
  params: [
53764
54539
  {
53765
54540
  name: "jobId",
53766
54541
  type: "string",
53767
54542
  required: true,
53768
- description: ""
54543
+ description: "Job id."
53769
54544
  }
53770
54545
  ],
53771
54546
  responseShape: {
@@ -53774,13 +54549,13 @@ var integrators_registry_default = {
53774
54549
  },
53775
54550
  {
53776
54551
  name: "size",
53777
- description: "",
54552
+ description: "Count pending and processing jobs in a queue.",
53778
54553
  params: [
53779
54554
  {
53780
54555
  name: "queue",
53781
54556
  type: "string",
53782
54557
  required: true,
53783
- description: ""
54558
+ description: "Queue name."
53784
54559
  }
53785
54560
  ],
53786
54561
  responseShape: {
@@ -53798,13 +54573,13 @@ var integrators_registry_default = {
53798
54573
  actions: [
53799
54574
  {
53800
54575
  name: "get",
53801
- description: "",
54576
+ description: "Read a key's value from the in-memory cache; returns null (as `value`) if absent or expired.",
53802
54577
  params: [
53803
54578
  {
53804
54579
  name: "key",
53805
54580
  type: "string",
53806
54581
  required: true,
53807
- description: ""
54582
+ description: "Cache key."
53808
54583
  }
53809
54584
  ],
53810
54585
  responseShape: {
@@ -53813,25 +54588,25 @@ var integrators_registry_default = {
53813
54588
  },
53814
54589
  {
53815
54590
  name: "set",
53816
- description: "",
54591
+ description: "Write a key's value, optionally with an expiry.",
53817
54592
  params: [
53818
54593
  {
53819
54594
  name: "key",
53820
54595
  type: "string",
53821
54596
  required: true,
53822
- description: ""
54597
+ description: "Cache key."
53823
54598
  },
53824
54599
  {
53825
54600
  name: "value",
53826
54601
  type: "ServiceParams",
53827
54602
  required: true,
53828
- description: ""
54603
+ description: "Value to store."
53829
54604
  },
53830
54605
  {
53831
54606
  name: "ttl",
53832
54607
  type: "number",
53833
54608
  required: false,
53834
- description: ""
54609
+ description: "Time-to-live in seconds; omit for no expiry."
53835
54610
  }
53836
54611
  ],
53837
54612
  responseShape: {
@@ -53840,13 +54615,13 @@ var integrators_registry_default = {
53840
54615
  },
53841
54616
  {
53842
54617
  name: "delete",
53843
- description: "",
54618
+ description: "Delete a key.",
53844
54619
  params: [
53845
54620
  {
53846
54621
  name: "key",
53847
54622
  type: "string",
53848
54623
  required: true,
53849
- description: ""
54624
+ description: "Cache key."
53850
54625
  }
53851
54626
  ],
53852
54627
  responseShape: {
@@ -53855,19 +54630,19 @@ var integrators_registry_default = {
53855
54630
  },
53856
54631
  {
53857
54632
  name: "lock",
53858
- description: "",
54633
+ description: "Acquire a mutex on a key; fails (returns acquired:false) if another lock on the key is still alive.",
53859
54634
  params: [
53860
54635
  {
53861
54636
  name: "key",
53862
54637
  type: "string",
53863
54638
  required: true,
53864
- description: ""
54639
+ description: "Lock key."
53865
54640
  },
53866
54641
  {
53867
54642
  name: "ttl",
53868
54643
  type: "number",
53869
54644
  required: false,
53870
- description: ""
54645
+ description: "Lock time-to-live in milliseconds; defaults to 30000 (30s)."
53871
54646
  }
53872
54647
  ],
53873
54648
  responseShape: {
@@ -53877,19 +54652,19 @@ var integrators_registry_default = {
53877
54652
  },
53878
54653
  {
53879
54654
  name: "unlock",
53880
- description: "",
54655
+ description: "Release a lock; only succeeds when `lockId` matches the current holder.",
53881
54656
  params: [
53882
54657
  {
53883
54658
  name: "key",
53884
54659
  type: "string",
53885
54660
  required: true,
53886
- description: ""
54661
+ description: "Lock key."
53887
54662
  },
53888
54663
  {
53889
54664
  name: "lockId",
53890
54665
  type: "string",
53891
54666
  required: true,
53892
- description: ""
54667
+ description: "Lock id returned by the corresponding `lock` call."
53893
54668
  }
53894
54669
  ],
53895
54670
  responseShape: {
@@ -53898,19 +54673,19 @@ var integrators_registry_default = {
53898
54673
  },
53899
54674
  {
53900
54675
  name: "increment",
53901
- description: "",
54676
+ description: "Atomically add to a numeric key's value (creating it at 0 if absent), preserving any existing TTL.",
53902
54677
  params: [
53903
54678
  {
53904
54679
  name: "key",
53905
54680
  type: "string",
53906
54681
  required: true,
53907
- description: ""
54682
+ description: "Cache key."
53908
54683
  },
53909
54684
  {
53910
54685
  name: "by",
53911
54686
  type: "number",
53912
54687
  required: false,
53913
- description: ""
54688
+ description: "Amount to add; defaults to 1 (can be negative to decrement)."
53914
54689
  }
53915
54690
  ],
53916
54691
  responseShape: {
@@ -53919,19 +54694,19 @@ var integrators_registry_default = {
53919
54694
  },
53920
54695
  {
53921
54696
  name: "expire",
53922
- description: "",
54697
+ description: "Set (or reset) a key's expiry; no-op (returns set:false) if the key doesn't exist or is already expired.",
53923
54698
  params: [
53924
54699
  {
53925
54700
  name: "key",
53926
54701
  type: "string",
53927
54702
  required: true,
53928
- description: ""
54703
+ description: "Cache key."
53929
54704
  },
53930
54705
  {
53931
54706
  name: "ttl",
53932
54707
  type: "number",
53933
54708
  required: true,
53934
- description: ""
54709
+ description: "New time-to-live in seconds."
53935
54710
  }
53936
54711
  ],
53937
54712
  responseShape: {
@@ -53940,19 +54715,19 @@ var integrators_registry_default = {
53940
54715
  },
53941
54716
  {
53942
54717
  name: "publish",
53943
- description: "",
54718
+ description: "Publish a message to a channel; delivered synchronously to in-process subscriber callbacks only.",
53944
54719
  params: [
53945
54720
  {
53946
54721
  name: "channel",
53947
54722
  type: "string",
53948
54723
  required: true,
53949
- description: ""
54724
+ description: "Channel name."
53950
54725
  },
53951
54726
  {
53952
54727
  name: "message",
53953
54728
  type: "ServiceParams",
53954
54729
  required: true,
53955
- description: ""
54730
+ description: "Message payload."
53956
54731
  }
53957
54732
  ],
53958
54733
  responseShape: {
@@ -53961,13 +54736,13 @@ var integrators_registry_default = {
53961
54736
  },
53962
54737
  {
53963
54738
  name: "subscribe",
53964
- description: "",
54739
+ description: "Register interest in a channel; does not itself wire a callback (that happens at a higher-level API).",
53965
54740
  params: [
53966
54741
  {
53967
54742
  name: "channel",
53968
54743
  type: "string",
53969
54744
  required: true,
53970
- description: ""
54745
+ description: "Channel name."
53971
54746
  }
53972
54747
  ],
53973
54748
  responseShape: {
@@ -53983,25 +54758,25 @@ var integrators_registry_default = {
53983
54758
  actions: [
53984
54759
  {
53985
54760
  name: "authorize",
53986
- description: "",
54761
+ description: "Build the provider authorization URL (PKCE + state) for an OAuth/OIDC login redirect; real OIDC discovery when OAUTH_CLIENT_ID/SECRET are configured, an in-memory mock otherwise.",
53987
54762
  params: [
53988
54763
  {
53989
54764
  name: "provider",
53990
54765
  type: "'google' | 'github' | 'auth0'",
53991
54766
  required: true,
53992
- description: ""
54767
+ description: "Identity provider; OIDC issuer defaults to Google unless OIDC_ISSUER_URL overrides it."
53993
54768
  },
53994
54769
  {
53995
54770
  name: "scopes",
53996
54771
  type: "string[]",
53997
54772
  required: true,
53998
- description: ""
54773
+ description: "OAuth scopes to request."
53999
54774
  },
54000
54775
  {
54001
54776
  name: "redirectUri",
54002
54777
  type: "string",
54003
54778
  required: true,
54004
- description: ""
54779
+ description: "Callback URL the provider redirects back to after consent."
54005
54780
  }
54006
54781
  ],
54007
54782
  responseShape: {
@@ -54011,19 +54786,19 @@ var integrators_registry_default = {
54011
54786
  },
54012
54787
  {
54013
54788
  name: "token",
54014
- description: "",
54789
+ description: "Exchange an authorization code for tokens, consuming the one-time-use `state` from the matching `authorize` call.",
54015
54790
  params: [
54016
54791
  {
54017
54792
  name: "code",
54018
54793
  type: "string",
54019
54794
  required: true,
54020
- description: ""
54795
+ description: "Authorization code from the provider's redirect callback."
54021
54796
  },
54022
54797
  {
54023
54798
  name: "state",
54024
54799
  type: "string",
54025
54800
  required: true,
54026
- description: ""
54801
+ description: "The `state` value returned by `authorize`."
54027
54802
  }
54028
54803
  ],
54029
54804
  responseShape: {
@@ -54035,13 +54810,13 @@ var integrators_registry_default = {
54035
54810
  },
54036
54811
  {
54037
54812
  name: "refresh",
54038
- description: "",
54813
+ description: "Exchange a refresh token for a new access token.",
54039
54814
  params: [
54040
54815
  {
54041
54816
  name: "refreshToken",
54042
54817
  type: "string",
54043
54818
  required: true,
54044
- description: ""
54819
+ description: "Refresh token from a prior `token` call."
54045
54820
  }
54046
54821
  ],
54047
54822
  responseShape: {
@@ -54051,13 +54826,13 @@ var integrators_registry_default = {
54051
54826
  },
54052
54827
  {
54053
54828
  name: "revoke",
54054
- description: "",
54829
+ description: "Revoke an access or refresh token.",
54055
54830
  params: [
54056
54831
  {
54057
54832
  name: "token",
54058
54833
  type: "string",
54059
54834
  required: true,
54060
- description: ""
54835
+ description: "The access or refresh token to revoke."
54061
54836
  }
54062
54837
  ],
54063
54838
  responseShape: {
@@ -54066,13 +54841,13 @@ var integrators_registry_default = {
54066
54841
  },
54067
54842
  {
54068
54843
  name: "userinfo",
54069
- description: "",
54844
+ description: "Fetch the authenticated user's profile claims for an access token.",
54070
54845
  params: [
54071
54846
  {
54072
54847
  name: "accessToken",
54073
54848
  type: "string",
54074
54849
  required: true,
54075
- description: ""
54850
+ description: "Access token from a prior `token`/`refresh` call."
54076
54851
  }
54077
54852
  ],
54078
54853
  responseShape: {
@@ -54091,41 +54866,76 @@ var integrators_registry_default = {
54091
54866
  actions: [
54092
54867
  {
54093
54868
  name: "list",
54094
- description: "",
54869
+ description: "List declared credentials and their masked (last-4) configuration status; open to any caller.",
54095
54870
  params: [
54096
54871
  {
54097
54872
  name: "service",
54098
54873
  type: "string",
54099
54874
  required: false,
54100
- description: ""
54875
+ description: "Restrict the listing to one service's declared credentials; omit for all services."
54101
54876
  }
54102
54877
  ],
54103
54878
  responseShape: {
54104
54879
  enabled: "boolean",
54105
- entries: "array"
54880
+ entries: {
54881
+ type: "array",
54882
+ items: {
54883
+ type: "object",
54884
+ properties: {
54885
+ service: {
54886
+ type: "string",
54887
+ required: true
54888
+ },
54889
+ envVar: {
54890
+ type: "string",
54891
+ required: true
54892
+ },
54893
+ required: {
54894
+ type: "boolean",
54895
+ required: true
54896
+ },
54897
+ description: {
54898
+ type: "string",
54899
+ required: true
54900
+ },
54901
+ configured: {
54902
+ type: "boolean",
54903
+ required: true
54904
+ },
54905
+ source: {
54906
+ type: "'store' | 'env' | 'none'",
54907
+ required: true
54908
+ },
54909
+ last4: {
54910
+ type: "string",
54911
+ required: true
54912
+ }
54913
+ }
54914
+ }
54915
+ }
54106
54916
  }
54107
54917
  },
54108
54918
  {
54109
54919
  name: "set",
54110
- description: "",
54920
+ description: "Save a credential value into the hosted store; the env var must be one declared for the service (or a well-formed connection-ref name for `database`). Admin/owner role required.",
54111
54921
  params: [
54112
54922
  {
54113
54923
  name: "service",
54114
54924
  type: "string",
54115
54925
  required: true,
54116
- description: ""
54926
+ description: "Integration name the credential belongs to."
54117
54927
  },
54118
54928
  {
54119
54929
  name: "envVar",
54120
54930
  type: "string",
54121
54931
  required: true,
54122
- description: ""
54932
+ description: "Declared env-var name being set."
54123
54933
  },
54124
54934
  {
54125
54935
  name: "value",
54126
54936
  type: "string",
54127
54937
  required: true,
54128
- description: ""
54938
+ description: "Secret value to store; never logged."
54129
54939
  }
54130
54940
  ],
54131
54941
  responseShape: {
@@ -54137,19 +54947,19 @@ var integrators_registry_default = {
54137
54947
  },
54138
54948
  {
54139
54949
  name: "remove",
54140
- description: "",
54950
+ description: "Delete a stored credential from the hosted store. Admin/owner role required.",
54141
54951
  params: [
54142
54952
  {
54143
54953
  name: "service",
54144
54954
  type: "string",
54145
54955
  required: true,
54146
- description: ""
54956
+ description: "Integration name the credential belongs to."
54147
54957
  },
54148
54958
  {
54149
54959
  name: "envVar",
54150
54960
  type: "string",
54151
54961
  required: true,
54152
- description: ""
54962
+ description: "Env-var name to remove."
54153
54963
  }
54154
54964
  ],
54155
54965
  responseShape: {
@@ -54158,13 +54968,13 @@ var integrators_registry_default = {
54158
54968
  },
54159
54969
  {
54160
54970
  name: "test",
54161
- description: "",
54971
+ description: "Check whether a service's required credentials are present and, if a live probe is declared for it, exercise the service to confirm they actually work. Admin/owner role required.",
54162
54972
  params: [
54163
54973
  {
54164
54974
  name: "service",
54165
54975
  type: "string",
54166
54976
  required: true,
54167
- description: ""
54977
+ description: "Integration name to test."
54168
54978
  }
54169
54979
  ],
54170
54980
  responseShape: {
@@ -54178,7 +54988,7 @@ var integrators_registry_default = {
54178
54988
  },
54179
54989
  {
54180
54990
  name: "rotate",
54181
- description: "",
54991
+ description: "Re-encrypt all stored credentials under the current master key (ALMADAR_CREDENTIAL_MASTER_KEY), retiring ALMADAR_CREDENTIAL_MASTER_KEY_PREVIOUS. Admin/owner role required.",
54182
54992
  params: [],
54183
54993
  responseShape: {
54184
54994
  rotated: "number",
@@ -54195,25 +55005,25 @@ var integrators_registry_default = {
54195
55005
  actions: [
54196
55006
  {
54197
55007
  name: "startSpan",
54198
- description: "",
55008
+ description: "Start a trace span (in-memory backend \u2014 no OpenTelemetry SDK/exporter).",
54199
55009
  params: [
54200
55010
  {
54201
55011
  name: "name",
54202
55012
  type: "string",
54203
55013
  required: true,
54204
- description: ""
55014
+ description: "Span name."
54205
55015
  },
54206
55016
  {
54207
55017
  name: "attributes",
54208
55018
  type: "IntegrationParams",
54209
55019
  required: false,
54210
- description: ""
55020
+ description: "Key-value attributes attached to the span."
54211
55021
  },
54212
55022
  {
54213
55023
  name: "traceId",
54214
55024
  type: "string",
54215
55025
  required: false,
54216
- description: ""
55026
+ description: "Existing trace id to attach this span to; a new one is generated when omitted."
54217
55027
  }
54218
55028
  ],
54219
55029
  responseShape: {
@@ -54223,19 +55033,19 @@ var integrators_registry_default = {
54223
55033
  },
54224
55034
  {
54225
55035
  name: "endSpan",
54226
- description: "",
55036
+ description: "Mark a span ended, optionally recording its final status; no-op (returns ended:false) for an unknown span id.",
54227
55037
  params: [
54228
55038
  {
54229
55039
  name: "spanId",
54230
55040
  type: "string",
54231
55041
  required: true,
54232
- description: ""
55042
+ description: "Span id from startSpan."
54233
55043
  },
54234
55044
  {
54235
55045
  name: "status",
54236
55046
  type: "'ok' | 'error'",
54237
55047
  required: false,
54238
- description: ""
55048
+ description: "Final span status."
54239
55049
  }
54240
55050
  ],
54241
55051
  responseShape: {
@@ -54244,25 +55054,25 @@ var integrators_registry_default = {
54244
55054
  },
54245
55055
  {
54246
55056
  name: "addEvent",
54247
- description: "",
55057
+ description: "Attach a timestamped event to an open span; no-op (returns added:false) for an unknown span id.",
54248
55058
  params: [
54249
55059
  {
54250
55060
  name: "spanId",
54251
55061
  type: "string",
54252
55062
  required: true,
54253
- description: ""
55063
+ description: "Span id from startSpan."
54254
55064
  },
54255
55065
  {
54256
55066
  name: "name",
54257
55067
  type: "string",
54258
55068
  required: true,
54259
- description: ""
55069
+ description: "Event name."
54260
55070
  },
54261
55071
  {
54262
55072
  name: "attributes",
54263
55073
  type: "IntegrationParams",
54264
55074
  required: false,
54265
- description: ""
55075
+ description: "Key-value attributes attached to the event."
54266
55076
  }
54267
55077
  ],
54268
55078
  responseShape: {
@@ -54271,31 +55081,31 @@ var integrators_registry_default = {
54271
55081
  },
54272
55082
  {
54273
55083
  name: "recordMetric",
54274
- description: "",
55084
+ description: "Record a metric sample: counters accumulate, gauges overwrite, histograms append to the sample list.",
54275
55085
  params: [
54276
55086
  {
54277
55087
  name: "name",
54278
55088
  type: "string",
54279
55089
  required: true,
54280
- description: ""
55090
+ description: "Metric name."
54281
55091
  },
54282
55092
  {
54283
55093
  name: "value",
54284
55094
  type: "number",
54285
55095
  required: true,
54286
- description: ""
55096
+ description: "Sample value."
54287
55097
  },
54288
55098
  {
54289
55099
  name: "type",
54290
55100
  type: "'counter' | 'gauge' | 'histogram'",
54291
55101
  required: false,
54292
- description: ""
55102
+ description: "Aggregation kind; defaults to 'counter'."
54293
55103
  },
54294
55104
  {
54295
55105
  name: "labels",
54296
55106
  type: "IntegrationParams",
54297
55107
  required: false,
54298
- description: ""
55108
+ description: "Key-value labels attached to the metric (replaces prior labels on the same name)."
54299
55109
  }
54300
55110
  ],
54301
55111
  responseShape: {
@@ -54304,20 +55114,20 @@ var integrators_registry_default = {
54304
55114
  },
54305
55115
  {
54306
55116
  name: "getSpan",
54307
- description: "",
55117
+ description: "Fetch a stored span's full record by id; null if unknown.",
54308
55118
  params: [
54309
55119
  {
54310
55120
  name: "spanId",
54311
55121
  type: "string",
54312
55122
  required: true,
54313
- description: ""
55123
+ description: "Span id from startSpan."
54314
55124
  }
54315
55125
  ],
54316
55126
  responseShape: {}
54317
55127
  },
54318
55128
  {
54319
55129
  name: "getMetrics",
54320
- description: "",
55130
+ description: "Fetch all recorded metrics, keyed by metric name.",
54321
55131
  params: [],
54322
55132
  responseShape: {}
54323
55133
  }
@@ -54330,13 +55140,13 @@ var integrators_registry_default = {
54330
55140
  actions: [
54331
55141
  {
54332
55142
  name: "validate",
54333
- description: "",
55143
+ description: "Validate an orbital schema by writing it to a temp file and shelling out to `npx",
54334
55144
  params: [
54335
55145
  {
54336
55146
  name: "schema",
54337
55147
  type: "string",
54338
55148
  required: true,
54339
- description: ""
55149
+ description: "Raw .orb schema content to validate."
54340
55150
  }
54341
55151
  ],
54342
55152
  responseShape: {
@@ -54355,31 +55165,31 @@ var integrators_registry_default = {
54355
55165
  actions: [
54356
55166
  {
54357
55167
  name: "sendMessage",
54358
- description: "",
55168
+ description: "Send a chat message to the DeepAgent server (POST /api/agent/message), continuing an existing thread or starting one.",
54359
55169
  params: [
54360
55170
  {
54361
55171
  name: "message",
54362
55172
  type: "string",
54363
55173
  required: true,
54364
- description: ""
55174
+ description: "Message text."
54365
55175
  },
54366
55176
  {
54367
55177
  name: "threadId",
54368
55178
  type: "string",
54369
55179
  required: false,
54370
- description: ""
55180
+ description: "Existing thread id to continue; a new thread starts when omitted."
54371
55181
  },
54372
55182
  {
54373
55183
  name: "skill",
54374
55184
  type: "string",
54375
55185
  required: false,
54376
- description: ""
55186
+ description: "Named skill to invoke for this message."
54377
55187
  },
54378
55188
  {
54379
55189
  name: "context",
54380
55190
  type: "IntegrationParams",
54381
55191
  required: false,
54382
- description: ""
55192
+ description: "Extra context passed through to the agent."
54383
55193
  }
54384
55194
  ],
54385
55195
  responseShape: {
@@ -54389,13 +55199,13 @@ var integrators_registry_default = {
54389
55199
  },
54390
55200
  {
54391
55201
  name: "cancelGeneration",
54392
- description: "",
55202
+ description: "Cancel an in-flight generation on a DeepAgent thread (POST /api/agent/cancel).",
54393
55203
  params: [
54394
55204
  {
54395
55205
  name: "threadId",
54396
55206
  type: "string",
54397
55207
  required: true,
54398
- description: ""
55208
+ description: "Thread whose generation to cancel."
54399
55209
  }
54400
55210
  ],
54401
55211
  responseShape: {
@@ -54404,13 +55214,13 @@ var integrators_registry_default = {
54404
55214
  },
54405
55215
  {
54406
55216
  name: "validateSchema",
54407
- description: "",
55217
+ description: "Validate a schema via the DeepAgent server (POST /api/schema/validate).",
54408
55218
  params: [
54409
55219
  {
54410
55220
  name: "schema",
54411
55221
  type: "string",
54412
55222
  required: true,
54413
- description: ""
55223
+ description: "Schema content to validate."
54414
55224
  }
54415
55225
  ],
54416
55226
  responseShape: {
@@ -54420,19 +55230,19 @@ var integrators_registry_default = {
54420
55230
  },
54421
55231
  {
54422
55232
  name: "compileSchema",
54423
- description: "",
55233
+ description: "Compile a schema to a target shell via the DeepAgent server (POST /api/schema/compile).",
54424
55234
  params: [
54425
55235
  {
54426
55236
  name: "schema",
54427
55237
  type: "string",
54428
55238
  required: true,
54429
- description: ""
55239
+ description: "Schema content to compile."
54430
55240
  },
54431
55241
  {
54432
55242
  name: "shell",
54433
55243
  type: "string",
54434
55244
  required: false,
54435
- description: ""
55245
+ description: "Target codegen shell (e.g. 'typescript')."
54436
55246
  }
54437
55247
  ],
54438
55248
  responseShape: {
@@ -54442,17 +55252,36 @@ var integrators_registry_default = {
54442
55252
  },
54443
55253
  {
54444
55254
  name: "getThreadHistory",
54445
- description: "",
55255
+ description: "Fetch a thread's message history via the DeepAgent server (POST /api/agent/history).",
54446
55256
  params: [
54447
55257
  {
54448
55258
  name: "threadId",
54449
55259
  type: "string",
54450
55260
  required: true,
54451
- description: ""
55261
+ description: "Thread id."
54452
55262
  }
54453
55263
  ],
54454
55264
  responseShape: {
54455
- messages: "array"
55265
+ messages: {
55266
+ type: "array",
55267
+ items: {
55268
+ type: "object",
55269
+ properties: {
55270
+ role: {
55271
+ type: "string",
55272
+ required: true
55273
+ },
55274
+ content: {
55275
+ type: "string",
55276
+ required: true
55277
+ },
55278
+ timestamp: {
55279
+ type: "number",
55280
+ required: true
55281
+ }
55282
+ }
55283
+ }
55284
+ }
54456
55285
  }
54457
55286
  }
54458
55287
  ]
@@ -54464,25 +55293,25 @@ var integrators_registry_default = {
54464
55293
  actions: [
54465
55294
  {
54466
55295
  name: "query",
54467
- description: "",
55296
+ description: "Run a single read-only SELECT against a Postgres connection (write statements and multi-statement SQL are rejected before execution).",
54468
55297
  params: [
54469
55298
  {
54470
55299
  name: "connectionRef",
54471
55300
  type: "string",
54472
55301
  required: true,
54473
- description: ""
55302
+ description: "Env-var NAME whose value is the Postgres connection string \u2014 never the secret itself; resolved from the credential store/environment at run time."
54474
55303
  },
54475
55304
  {
54476
55305
  name: "sql",
54477
55306
  type: "string",
54478
55307
  required: true,
54479
- description: ""
55308
+ description: "SQL text; must be exactly one SELECT statement."
54480
55309
  },
54481
55310
  {
54482
55311
  name: "params",
54483
55312
  type: "DatabaseQueryParamValue[]",
54484
55313
  required: false,
54485
- description: ""
55314
+ description: "Positional bind parameters for the query."
54486
55315
  }
54487
55316
  ],
54488
55317
  responseShape: {
@@ -54499,13 +55328,13 @@ var integrators_registry_default = {
54499
55328
  actions: [
54500
55329
  {
54501
55330
  name: "getPage",
54502
- description: "",
55331
+ description: "Look up a Wikipedia page (redirect-resolved): a one-line description, a Commons thumbnail, and the lead-section extract; empty fields on a miss.",
54503
55332
  params: [
54504
55333
  {
54505
55334
  name: "title",
54506
55335
  type: "string",
54507
55336
  required: true,
54508
- description: ""
55337
+ description: "Page title to look up."
54509
55338
  }
54510
55339
  ],
54511
55340
  responseShape: {
@@ -54524,13 +55353,13 @@ var integrators_registry_default = {
54524
55353
  actions: [
54525
55354
  {
54526
55355
  name: "svgExists",
54527
- description: "",
55356
+ description: "Check whether an icon exists at the given Iconify API path (a GET, not a HEAD, despite the name).",
54528
55357
  params: [
54529
55358
  {
54530
55359
  name: "path",
54531
55360
  type: "string",
54532
55361
  required: true,
54533
- description: ""
55362
+ description: "Iconify API path segment to probe, e.g. 'prefix/name.svg'."
54534
55363
  }
54535
55364
  ],
54536
55365
  responseShape: {
@@ -54539,19 +55368,19 @@ var integrators_registry_default = {
54539
55368
  },
54540
55369
  {
54541
55370
  name: "search",
54542
- description: "",
55371
+ description: "Search Iconify's icon sets by relevance.",
54543
55372
  params: [
54544
55373
  {
54545
55374
  name: "query",
54546
55375
  type: "string",
54547
55376
  required: true,
54548
- description: ""
55377
+ description: "Search query text."
54549
55378
  },
54550
55379
  {
54551
55380
  name: "limit",
54552
55381
  type: "number",
54553
55382
  required: false,
54554
- description: ""
55383
+ description: "Maximum icon ids to return; defaults to 1."
54555
55384
  }
54556
55385
  ],
54557
55386
  responseShape: {
@@ -54560,13 +55389,13 @@ var integrators_registry_default = {
54560
55389
  },
54561
55390
  {
54562
55391
  name: "getIconBody",
54563
- description: "",
55392
+ description: "Fetch an icon's raw SVG body (for color-tone classification); null if the icon or its collection isn't found.",
54564
55393
  params: [
54565
55394
  {
54566
55395
  name: "iconId",
54567
55396
  type: "string",
54568
55397
  required: true,
54569
- description: ""
55398
+ description: 'Icon id in "prefix:name" form.'
54570
55399
  }
54571
55400
  ],
54572
55401
  responseShape: {
@@ -54582,23 +55411,54 @@ var integrators_registry_default = {
54582
55411
  actions: [
54583
55412
  {
54584
55413
  name: "search",
54585
- description: "",
55414
+ description: "Search arXiv's public Atom API by relevance.",
54586
55415
  params: [
54587
55416
  {
54588
55417
  name: "query",
54589
55418
  type: "string",
54590
55419
  required: true,
54591
- description: ""
55420
+ description: "Search query text (matched across all fields)."
54592
55421
  },
54593
55422
  {
54594
55423
  name: "maxResults",
54595
55424
  type: "number",
54596
55425
  required: false,
54597
- description: ""
55426
+ description: "Maximum results to return; defaults to 8."
54598
55427
  }
54599
55428
  ],
54600
55429
  responseShape: {
54601
- results: "array"
55430
+ results: {
55431
+ type: "array",
55432
+ items: {
55433
+ type: "object",
55434
+ properties: {
55435
+ id: {
55436
+ type: "string",
55437
+ required: true
55438
+ },
55439
+ title: {
55440
+ type: "string",
55441
+ required: true
55442
+ },
55443
+ summary: {
55444
+ type: "string",
55445
+ required: true
55446
+ },
55447
+ authors: {
55448
+ type: "string[]",
55449
+ required: true
55450
+ },
55451
+ published: {
55452
+ type: "string",
55453
+ required: true
55454
+ },
55455
+ url: {
55456
+ type: "string",
55457
+ required: true
55458
+ }
55459
+ }
55460
+ }
55461
+ }
54602
55462
  }
54603
55463
  }
54604
55464
  ]
@@ -54621,7 +55481,7 @@ var integrators_registry_default = {
54621
55481
  // src/patterns/component-mapping.json
54622
55482
  var component_mapping_default = {
54623
55483
  version: "1.0.0",
54624
- exportedAt: "2026-09-02T02:13:40.776Z",
55484
+ exportedAt: "2026-09-03T03:26:05.097Z",
54625
55485
  mappings: {
54626
55486
  "page-header": {
54627
55487
  component: "PageHeader",
@@ -56034,6 +56894,16 @@ var component_mapping_default = {
56034
56894
  component: "DocumentDetails",
56035
56895
  importPath: "@/components/core/molecules/DocumentDetails",
56036
56896
  category: "display"
56897
+ },
56898
+ "floating-toolbar": {
56899
+ component: "FloatingToolbar",
56900
+ importPath: "@/components/core/molecules/FloatingToolbar",
56901
+ category: "component"
56902
+ },
56903
+ "dock-layout": {
56904
+ component: "DockLayout",
56905
+ importPath: "@/components/core/organisms/DockLayout",
56906
+ category: "layout"
56037
56907
  }
56038
56908
  }
56039
56909
  };
@@ -56041,7 +56911,7 @@ var component_mapping_default = {
56041
56911
  // src/patterns/event-contracts.json
56042
56912
  var event_contracts_default = {
56043
56913
  version: "1.0.0",
56044
- exportedAt: "2026-09-02T02:13:40.776Z",
56914
+ exportedAt: "2026-09-03T03:26:05.097Z",
56045
56915
  contracts: {
56046
56916
  form: {
56047
56917
  emits: [
@@ -57284,6 +58154,7 @@ var PATTERN_TYPES = [
57284
58154
  "doc-search",
57285
58155
  "doc-sidebar",
57286
58156
  "doc-toc",
58157
+ "dock-layout",
57287
58158
  "document-details",
57288
58159
  "document-panel",
57289
58160
  "document-viewer",
@@ -57317,6 +58188,7 @@ var PATTERN_TYPES = [
57317
58188
  "flip-card",
57318
58189
  "flip-container",
57319
58190
  "floating-action-button",
58191
+ "floating-toolbar",
57320
58192
  "form",
57321
58193
  "form-actions",
57322
58194
  "form-field",