@almadar/core 10.65.0 → 10.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +3 -3
- package/dist/builders.js.map +1 -1
- package/dist/{effect-COsZyQ3w.d.ts → effect-1QxaoQFj.d.ts} +21 -15
- package/dist/{entityAccess-BrSu-_jI.d.ts → entityAccess-BeN_FNtm.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-BRf3dUz-.d.ts → index-Czuk06Hr.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +2404 -426
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/mock/index.js +65 -66
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -8
- package/dist/patterns/index.d.ts +4960 -1529
- package/dist/patterns/index.js +2391 -425
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +2365 -442
- package/dist/patterns/patterns-registry.json +60 -10
- package/dist/patterns/registry.json +60 -10
- package/dist/patterns/services-registry.json +1477 -111
- package/dist/{schema-BBcQsU1e.d.ts → schema-BRAEV9eY.d.ts} +390 -390
- package/dist/{trait-DjBq4fW8.d.ts → trait-BkpkZfRN.d.ts} +77 -70
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +13 -1
- package/dist/types/index.js.map +1 -1
- package/dist/{types-B3z8_OnS.d.ts → types-DO_gWzsC.d.ts} +2 -2
- package/package.json +1 -1
package/dist/patterns/index.js
CHANGED
|
@@ -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-08-
|
|
6
|
+
exportedAt: "2026-08-23T03:36:02.671Z",
|
|
7
7
|
patterns: {
|
|
8
8
|
"entity-table": {
|
|
9
9
|
type: "entity-table",
|
|
@@ -1525,7 +1525,8 @@ var patterns_registry_default = {
|
|
|
1525
1525
|
types: [
|
|
1526
1526
|
"number"
|
|
1527
1527
|
],
|
|
1528
|
-
description: `Max inline action buttons before the rest collapse into a "\u22EF" overflow menu (mirrors DataGrid's maxInlineActions).
|
|
1528
|
+
description: `Max inline action buttons before the rest collapse into a "\u22EF" overflow menu (mirrors DataGrid's maxInlineActions). Defaults to 2 \u2014 primary + secondary visible, the rest under the menu \u2014 so every detail panel carries the same action pattern.`,
|
|
1529
|
+
default: 2
|
|
1529
1530
|
},
|
|
1530
1531
|
backAction: {
|
|
1531
1532
|
types: [
|
|
@@ -1692,7 +1693,8 @@ var patterns_registry_default = {
|
|
|
1692
1693
|
types: [
|
|
1693
1694
|
"boolean"
|
|
1694
1695
|
],
|
|
1695
|
-
description: "
|
|
1696
|
+
description: "When false, hides the action buttons + overflow menu (and the close \xD7). Defaults to true.",
|
|
1697
|
+
default: true
|
|
1696
1698
|
},
|
|
1697
1699
|
relationsData: {
|
|
1698
1700
|
types: [
|
|
@@ -13370,25 +13372,25 @@ var patterns_registry_default = {
|
|
|
13370
13372
|
types: [
|
|
13371
13373
|
"node"
|
|
13372
13374
|
],
|
|
13373
|
-
description:
|
|
13375
|
+
description: 'Stat chips row \u2014 floats along the top edge. Legacy chrome surface: new behaviors emit HUD chrome via `render-ui "hud-top"` instead.'
|
|
13374
13376
|
},
|
|
13375
13377
|
addons: {
|
|
13376
13378
|
types: [
|
|
13377
13379
|
"node"
|
|
13378
13380
|
],
|
|
13379
|
-
description:
|
|
13381
|
+
description: 'Action cluster \u2014 floats bottom-right (End Turn, Fire, Reset, \u2026). Legacy chrome surface: new behaviors emit action chrome via `render-ui "hud-bottom"` or `"floating"` instead.'
|
|
13380
13382
|
},
|
|
13381
13383
|
controls: {
|
|
13382
13384
|
types: [
|
|
13383
13385
|
"node"
|
|
13384
13386
|
],
|
|
13385
|
-
description:
|
|
13387
|
+
description: 'Movement controls \u2014 floats bottom-left (d-pad / control-grid). Legacy chrome surface: new behaviors emit movement controls via `render-ui "hud-bottom"` instead.'
|
|
13386
13388
|
},
|
|
13387
13389
|
overlay: {
|
|
13388
13390
|
types: [
|
|
13389
13391
|
"node"
|
|
13390
13392
|
],
|
|
13391
|
-
description:
|
|
13393
|
+
description: 'Centered overlay layer (victory/defeat banners, dialogs). Legacy chrome surface: new behaviors emit overlays via `render-ui "overlay"` (clear with `render-ui "overlay" null` on every exit) instead.'
|
|
13392
13394
|
},
|
|
13393
13395
|
className: {
|
|
13394
13396
|
types: [
|
|
@@ -13603,7 +13605,7 @@ var patterns_registry_default = {
|
|
|
13603
13605
|
types: [
|
|
13604
13606
|
"string"
|
|
13605
13607
|
],
|
|
13606
|
-
description: "Game font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family.",
|
|
13608
|
+
description: "Game display-font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family. Scoped override of the theme contract's --font-family-display slot: titles and numerics take this face, body text follows the active theme.",
|
|
13607
13609
|
default: "future"
|
|
13608
13610
|
},
|
|
13609
13611
|
"data-theme": {
|
|
@@ -17015,6 +17017,13 @@ var patterns_registry_default = {
|
|
|
17015
17017
|
description: "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
|
|
17016
17018
|
default: "startTime"
|
|
17017
17019
|
},
|
|
17020
|
+
endField: {
|
|
17021
|
+
types: [
|
|
17022
|
+
"string"
|
|
17023
|
+
],
|
|
17024
|
+
description: "Row field holding the end timestamp (ISO or epoch). Defaults to `endTime`. When a row carries an end, the event's chip renders in its start slot and every further slot it covers shows a subdued continuation bar \u2014 without this, multi-hour events silently collapsed to their first hour.",
|
|
17025
|
+
default: "endTime"
|
|
17026
|
+
},
|
|
17018
17027
|
colorField: {
|
|
17019
17028
|
types: [
|
|
17020
17029
|
"string"
|
|
@@ -29830,6 +29839,17 @@ var patterns_registry_default = {
|
|
|
29830
29839
|
],
|
|
29831
29840
|
default: "md"
|
|
29832
29841
|
},
|
|
29842
|
+
variant: {
|
|
29843
|
+
types: [
|
|
29844
|
+
"string"
|
|
29845
|
+
],
|
|
29846
|
+
description: 'Layout variant: "floating" (default) renders a compact pill cluster that hugs its content width; "bar" preserves the legacy full-width split bar.',
|
|
29847
|
+
enumValues: [
|
|
29848
|
+
"floating",
|
|
29849
|
+
"bar"
|
|
29850
|
+
],
|
|
29851
|
+
default: "floating"
|
|
29852
|
+
},
|
|
29833
29853
|
className: {
|
|
29834
29854
|
types: [
|
|
29835
29855
|
"string"
|
|
@@ -30386,8 +30406,7 @@ var patterns_registry_default = {
|
|
|
30386
30406
|
"number",
|
|
30387
30407
|
"string"
|
|
30388
30408
|
],
|
|
30389
|
-
description: "Current value (defaults to 0 if not provided)"
|
|
30390
|
-
default: 0
|
|
30409
|
+
description: "Current value (defaults to 0 if not provided)"
|
|
30391
30410
|
},
|
|
30392
30411
|
max: {
|
|
30393
30412
|
types: [
|
|
@@ -36143,6 +36162,17 @@ var patterns_registry_default = {
|
|
|
36143
36162
|
],
|
|
36144
36163
|
description: "disabled prop"
|
|
36145
36164
|
},
|
|
36165
|
+
visibility: {
|
|
36166
|
+
types: [
|
|
36167
|
+
"string"
|
|
36168
|
+
],
|
|
36169
|
+
description: '"auto" (default) renders only on coarse-pointer (touch) devices; "always" renders everywhere.',
|
|
36170
|
+
enumValues: [
|
|
36171
|
+
"auto",
|
|
36172
|
+
"always"
|
|
36173
|
+
],
|
|
36174
|
+
default: "auto"
|
|
36175
|
+
},
|
|
36146
36176
|
className: {
|
|
36147
36177
|
types: [
|
|
36148
36178
|
"string"
|
|
@@ -39425,6 +39455,26 @@ var patterns_registry_default = {
|
|
|
39425
39455
|
description: "gridStep prop",
|
|
39426
39456
|
default: 1
|
|
39427
39457
|
},
|
|
39458
|
+
backgroundColor: {
|
|
39459
|
+
types: [
|
|
39460
|
+
"string"
|
|
39461
|
+
],
|
|
39462
|
+
description: "Canvas fill color; `var(--token, fallback)` strings resolve against the active theme. Default transparent."
|
|
39463
|
+
},
|
|
39464
|
+
gridColor: {
|
|
39465
|
+
types: [
|
|
39466
|
+
"string"
|
|
39467
|
+
],
|
|
39468
|
+
description: "Grid line color; resolves theme tokens (default `var(--color-border, #9ca3af)`).",
|
|
39469
|
+
default: "var(--color-border, #9ca3af)"
|
|
39470
|
+
},
|
|
39471
|
+
axisColor: {
|
|
39472
|
+
types: [
|
|
39473
|
+
"string"
|
|
39474
|
+
],
|
|
39475
|
+
description: "Axis line color; resolves theme tokens (default `var(--color-muted-foreground, #374151)`).",
|
|
39476
|
+
default: "var(--color-muted-foreground, #374151)"
|
|
39477
|
+
},
|
|
39428
39478
|
showTickLabels: {
|
|
39429
39479
|
types: [
|
|
39430
39480
|
"boolean"
|
|
@@ -47625,76 +47675,318 @@ var patterns_registry_default = {
|
|
|
47625
47675
|
// src/patterns/integrators-registry.json
|
|
47626
47676
|
var integrators_registry_default = {
|
|
47627
47677
|
version: "1.0.0",
|
|
47628
|
-
exportedAt: "2026-
|
|
47678
|
+
exportedAt: "2026-08-23T09:11:28.111Z",
|
|
47629
47679
|
integrators: {
|
|
47630
|
-
|
|
47631
|
-
name: "
|
|
47632
|
-
description: "
|
|
47633
|
-
category: "
|
|
47680
|
+
github: {
|
|
47681
|
+
name: "github",
|
|
47682
|
+
description: "GitHub integration - Git operations and GitHub REST API",
|
|
47683
|
+
category: "devtools",
|
|
47634
47684
|
actions: [
|
|
47635
47685
|
{
|
|
47636
|
-
name: "
|
|
47637
|
-
description: "
|
|
47686
|
+
name: "cloneRepo",
|
|
47687
|
+
description: "",
|
|
47638
47688
|
params: [
|
|
47639
47689
|
{
|
|
47640
|
-
name: "
|
|
47690
|
+
name: "repoUrl",
|
|
47641
47691
|
type: "string",
|
|
47642
47692
|
required: true,
|
|
47643
|
-
description: "
|
|
47693
|
+
description: ""
|
|
47644
47694
|
},
|
|
47645
47695
|
{
|
|
47646
|
-
name: "
|
|
47647
|
-
type: "
|
|
47696
|
+
name: "targetDir",
|
|
47697
|
+
type: "string",
|
|
47698
|
+
required: true,
|
|
47699
|
+
description: ""
|
|
47700
|
+
},
|
|
47701
|
+
{
|
|
47702
|
+
name: "branch",
|
|
47703
|
+
type: "string",
|
|
47704
|
+
required: false,
|
|
47705
|
+
description: ""
|
|
47706
|
+
}
|
|
47707
|
+
],
|
|
47708
|
+
responseShape: {
|
|
47709
|
+
message: "string"
|
|
47710
|
+
}
|
|
47711
|
+
},
|
|
47712
|
+
{
|
|
47713
|
+
name: "createBranch",
|
|
47714
|
+
description: "",
|
|
47715
|
+
params: [
|
|
47716
|
+
{
|
|
47717
|
+
name: "branchName",
|
|
47718
|
+
type: "string",
|
|
47719
|
+
required: true,
|
|
47720
|
+
description: ""
|
|
47721
|
+
},
|
|
47722
|
+
{
|
|
47723
|
+
name: "baseBranch",
|
|
47724
|
+
type: "string",
|
|
47648
47725
|
required: false,
|
|
47649
|
-
description: "
|
|
47726
|
+
description: ""
|
|
47727
|
+
}
|
|
47728
|
+
],
|
|
47729
|
+
responseShape: {
|
|
47730
|
+
message: "string"
|
|
47731
|
+
}
|
|
47732
|
+
},
|
|
47733
|
+
{
|
|
47734
|
+
name: "commit",
|
|
47735
|
+
description: "",
|
|
47736
|
+
params: [
|
|
47737
|
+
{
|
|
47738
|
+
name: "message",
|
|
47739
|
+
type: "string",
|
|
47740
|
+
required: true,
|
|
47741
|
+
description: ""
|
|
47650
47742
|
},
|
|
47651
47743
|
{
|
|
47652
|
-
name: "
|
|
47744
|
+
name: "files",
|
|
47745
|
+
type: "string[]",
|
|
47746
|
+
required: false,
|
|
47747
|
+
description: ""
|
|
47748
|
+
}
|
|
47749
|
+
],
|
|
47750
|
+
responseShape: {
|
|
47751
|
+
message: "string"
|
|
47752
|
+
}
|
|
47753
|
+
},
|
|
47754
|
+
{
|
|
47755
|
+
name: "push",
|
|
47756
|
+
description: "",
|
|
47757
|
+
params: [
|
|
47758
|
+
{
|
|
47759
|
+
name: "branchName",
|
|
47653
47760
|
type: "string",
|
|
47761
|
+
required: true,
|
|
47762
|
+
description: ""
|
|
47763
|
+
},
|
|
47764
|
+
{
|
|
47765
|
+
name: "force",
|
|
47766
|
+
type: "boolean",
|
|
47654
47767
|
required: false,
|
|
47655
|
-
description: "
|
|
47768
|
+
description: ""
|
|
47656
47769
|
}
|
|
47657
47770
|
],
|
|
47658
47771
|
responseShape: {
|
|
47659
|
-
|
|
47660
|
-
title: "string",
|
|
47661
|
-
thumbnail: "string",
|
|
47662
|
-
description: "string"
|
|
47772
|
+
message: "string"
|
|
47663
47773
|
}
|
|
47664
47774
|
},
|
|
47665
47775
|
{
|
|
47666
|
-
name: "
|
|
47667
|
-
description: "
|
|
47776
|
+
name: "createPR",
|
|
47777
|
+
description: "",
|
|
47668
47778
|
params: [
|
|
47669
47779
|
{
|
|
47670
|
-
name: "
|
|
47780
|
+
name: "title",
|
|
47781
|
+
type: "string",
|
|
47782
|
+
required: true,
|
|
47783
|
+
description: ""
|
|
47784
|
+
},
|
|
47785
|
+
{
|
|
47786
|
+
name: "body",
|
|
47671
47787
|
type: "string",
|
|
47672
47788
|
required: true,
|
|
47673
|
-
description: "
|
|
47789
|
+
description: ""
|
|
47790
|
+
},
|
|
47791
|
+
{
|
|
47792
|
+
name: "baseBranch",
|
|
47793
|
+
type: "string",
|
|
47794
|
+
required: true,
|
|
47795
|
+
description: ""
|
|
47796
|
+
},
|
|
47797
|
+
{
|
|
47798
|
+
name: "headBranch",
|
|
47799
|
+
type: "string",
|
|
47800
|
+
required: true,
|
|
47801
|
+
description: ""
|
|
47802
|
+
},
|
|
47803
|
+
{
|
|
47804
|
+
name: "draft",
|
|
47805
|
+
type: "boolean",
|
|
47806
|
+
required: false,
|
|
47807
|
+
description: ""
|
|
47674
47808
|
}
|
|
47675
47809
|
],
|
|
47676
47810
|
responseShape: {
|
|
47811
|
+
number: "number",
|
|
47812
|
+
url: "string",
|
|
47813
|
+
title: "string"
|
|
47814
|
+
}
|
|
47815
|
+
},
|
|
47816
|
+
{
|
|
47817
|
+
name: "getPRComments",
|
|
47818
|
+
description: "",
|
|
47819
|
+
params: [
|
|
47820
|
+
{
|
|
47821
|
+
name: "prNumber",
|
|
47822
|
+
type: "number",
|
|
47823
|
+
required: true,
|
|
47824
|
+
description: ""
|
|
47825
|
+
}
|
|
47826
|
+
],
|
|
47827
|
+
responseShape: {
|
|
47828
|
+
comments: "array"
|
|
47829
|
+
}
|
|
47830
|
+
},
|
|
47831
|
+
{
|
|
47832
|
+
name: "listIssues",
|
|
47833
|
+
description: "",
|
|
47834
|
+
params: [
|
|
47835
|
+
{
|
|
47836
|
+
name: "state",
|
|
47837
|
+
type: "string",
|
|
47838
|
+
required: false,
|
|
47839
|
+
description: ""
|
|
47840
|
+
},
|
|
47841
|
+
{
|
|
47842
|
+
name: "labels",
|
|
47843
|
+
type: "string[]",
|
|
47844
|
+
required: false,
|
|
47845
|
+
description: ""
|
|
47846
|
+
},
|
|
47847
|
+
{
|
|
47848
|
+
name: "per_page",
|
|
47849
|
+
type: "number",
|
|
47850
|
+
required: false,
|
|
47851
|
+
description: ""
|
|
47852
|
+
}
|
|
47853
|
+
],
|
|
47854
|
+
responseShape: {
|
|
47855
|
+
issues: "array"
|
|
47856
|
+
}
|
|
47857
|
+
},
|
|
47858
|
+
{
|
|
47859
|
+
name: "getIssue",
|
|
47860
|
+
description: "",
|
|
47861
|
+
params: [
|
|
47862
|
+
{
|
|
47863
|
+
name: "issueNumber",
|
|
47864
|
+
type: "number",
|
|
47865
|
+
required: true,
|
|
47866
|
+
description: ""
|
|
47867
|
+
}
|
|
47868
|
+
],
|
|
47869
|
+
responseShape: {
|
|
47870
|
+
number: "number",
|
|
47677
47871
|
title: "string",
|
|
47678
|
-
|
|
47679
|
-
|
|
47680
|
-
likeCount: "number"
|
|
47872
|
+
body: "string",
|
|
47873
|
+
state: "string"
|
|
47681
47874
|
}
|
|
47682
47875
|
},
|
|
47683
47876
|
{
|
|
47684
|
-
name: "
|
|
47685
|
-
description: "
|
|
47877
|
+
name: "getFile",
|
|
47878
|
+
description: "",
|
|
47686
47879
|
params: [
|
|
47687
47880
|
{
|
|
47688
|
-
name: "
|
|
47881
|
+
name: "owner",
|
|
47882
|
+
type: "string",
|
|
47883
|
+
required: true,
|
|
47884
|
+
description: ""
|
|
47885
|
+
},
|
|
47886
|
+
{
|
|
47887
|
+
name: "repo",
|
|
47888
|
+
type: "string",
|
|
47889
|
+
required: true,
|
|
47890
|
+
description: ""
|
|
47891
|
+
},
|
|
47892
|
+
{
|
|
47893
|
+
name: "path",
|
|
47689
47894
|
type: "string",
|
|
47690
47895
|
required: true,
|
|
47691
|
-
description: "
|
|
47896
|
+
description: ""
|
|
47897
|
+
},
|
|
47898
|
+
{
|
|
47899
|
+
name: "ref",
|
|
47900
|
+
type: "string",
|
|
47901
|
+
required: false,
|
|
47902
|
+
description: ""
|
|
47692
47903
|
}
|
|
47693
47904
|
],
|
|
47694
47905
|
responseShape: {
|
|
47695
|
-
|
|
47696
|
-
|
|
47697
|
-
|
|
47906
|
+
path: "string",
|
|
47907
|
+
content: "string",
|
|
47908
|
+
sha: "string",
|
|
47909
|
+
size: "number"
|
|
47910
|
+
}
|
|
47911
|
+
},
|
|
47912
|
+
{
|
|
47913
|
+
name: "listCommits",
|
|
47914
|
+
description: "",
|
|
47915
|
+
params: [
|
|
47916
|
+
{
|
|
47917
|
+
name: "owner",
|
|
47918
|
+
type: "string",
|
|
47919
|
+
required: true,
|
|
47920
|
+
description: ""
|
|
47921
|
+
},
|
|
47922
|
+
{
|
|
47923
|
+
name: "repo",
|
|
47924
|
+
type: "string",
|
|
47925
|
+
required: true,
|
|
47926
|
+
description: ""
|
|
47927
|
+
},
|
|
47928
|
+
{
|
|
47929
|
+
name: "path",
|
|
47930
|
+
type: "string",
|
|
47931
|
+
required: false,
|
|
47932
|
+
description: ""
|
|
47933
|
+
},
|
|
47934
|
+
{
|
|
47935
|
+
name: "ref",
|
|
47936
|
+
type: "string",
|
|
47937
|
+
required: false,
|
|
47938
|
+
description: ""
|
|
47939
|
+
},
|
|
47940
|
+
{
|
|
47941
|
+
name: "per_page",
|
|
47942
|
+
type: "number",
|
|
47943
|
+
required: false,
|
|
47944
|
+
description: ""
|
|
47945
|
+
}
|
|
47946
|
+
],
|
|
47947
|
+
responseShape: {
|
|
47948
|
+
commits: "array"
|
|
47949
|
+
}
|
|
47950
|
+
},
|
|
47951
|
+
{
|
|
47952
|
+
name: "createIssue",
|
|
47953
|
+
description: "",
|
|
47954
|
+
params: [
|
|
47955
|
+
{
|
|
47956
|
+
name: "owner",
|
|
47957
|
+
type: "string",
|
|
47958
|
+
required: true,
|
|
47959
|
+
description: ""
|
|
47960
|
+
},
|
|
47961
|
+
{
|
|
47962
|
+
name: "repo",
|
|
47963
|
+
type: "string",
|
|
47964
|
+
required: true,
|
|
47965
|
+
description: ""
|
|
47966
|
+
},
|
|
47967
|
+
{
|
|
47968
|
+
name: "title",
|
|
47969
|
+
type: "string",
|
|
47970
|
+
required: true,
|
|
47971
|
+
description: ""
|
|
47972
|
+
},
|
|
47973
|
+
{
|
|
47974
|
+
name: "body",
|
|
47975
|
+
type: "string",
|
|
47976
|
+
required: false,
|
|
47977
|
+
description: ""
|
|
47978
|
+
},
|
|
47979
|
+
{
|
|
47980
|
+
name: "labels",
|
|
47981
|
+
type: "string[]",
|
|
47982
|
+
required: false,
|
|
47983
|
+
description: ""
|
|
47984
|
+
}
|
|
47985
|
+
],
|
|
47986
|
+
responseShape: {
|
|
47987
|
+
number: "number",
|
|
47988
|
+
title: "string",
|
|
47989
|
+
url: "string"
|
|
47698
47990
|
}
|
|
47699
47991
|
}
|
|
47700
47992
|
]
|
|
@@ -47706,654 +47998,2264 @@ var integrators_registry_default = {
|
|
|
47706
47998
|
actions: [
|
|
47707
47999
|
{
|
|
47708
48000
|
name: "createPaymentIntent",
|
|
47709
|
-
description: "
|
|
48001
|
+
description: "",
|
|
47710
48002
|
params: [
|
|
47711
48003
|
{
|
|
47712
48004
|
name: "amount",
|
|
47713
48005
|
type: "number",
|
|
47714
48006
|
required: true,
|
|
47715
|
-
description: "
|
|
48007
|
+
description: ""
|
|
47716
48008
|
},
|
|
47717
48009
|
{
|
|
47718
48010
|
name: "currency",
|
|
47719
48011
|
type: "string",
|
|
47720
48012
|
required: true,
|
|
47721
|
-
description: "
|
|
48013
|
+
description: ""
|
|
47722
48014
|
},
|
|
47723
48015
|
{
|
|
47724
48016
|
name: "metadata",
|
|
47725
48017
|
type: "object",
|
|
47726
48018
|
required: false,
|
|
47727
|
-
description: "
|
|
48019
|
+
description: ""
|
|
47728
48020
|
}
|
|
47729
48021
|
],
|
|
47730
48022
|
responseShape: {
|
|
47731
48023
|
id: "string",
|
|
47732
48024
|
clientSecret: "string",
|
|
48025
|
+
status: "string",
|
|
48026
|
+
amount: "number",
|
|
48027
|
+
currency: "string"
|
|
48028
|
+
}
|
|
48029
|
+
},
|
|
48030
|
+
{
|
|
48031
|
+
name: "confirmPayment",
|
|
48032
|
+
description: "",
|
|
48033
|
+
params: [
|
|
48034
|
+
{
|
|
48035
|
+
name: "paymentIntentId",
|
|
48036
|
+
type: "string",
|
|
48037
|
+
required: true,
|
|
48038
|
+
description: ""
|
|
48039
|
+
}
|
|
48040
|
+
],
|
|
48041
|
+
responseShape: {
|
|
48042
|
+
id: "string",
|
|
48043
|
+
status: "string"
|
|
48044
|
+
}
|
|
48045
|
+
},
|
|
48046
|
+
{
|
|
48047
|
+
name: "refund",
|
|
48048
|
+
description: "",
|
|
48049
|
+
params: [
|
|
48050
|
+
{
|
|
48051
|
+
name: "paymentIntentId",
|
|
48052
|
+
type: "string",
|
|
48053
|
+
required: true,
|
|
48054
|
+
description: ""
|
|
48055
|
+
},
|
|
48056
|
+
{
|
|
48057
|
+
name: "amount",
|
|
48058
|
+
type: "number",
|
|
48059
|
+
required: false,
|
|
48060
|
+
description: ""
|
|
48061
|
+
}
|
|
48062
|
+
],
|
|
48063
|
+
responseShape: {
|
|
48064
|
+
id: "string",
|
|
48065
|
+
status: "string",
|
|
48066
|
+
amount: "number"
|
|
48067
|
+
}
|
|
48068
|
+
}
|
|
48069
|
+
]
|
|
48070
|
+
},
|
|
48071
|
+
llm: {
|
|
48072
|
+
name: "llm",
|
|
48073
|
+
description: "LLM service for content generation, classification, and structured extraction",
|
|
48074
|
+
category: "ai",
|
|
48075
|
+
actions: [
|
|
48076
|
+
{
|
|
48077
|
+
name: "generate",
|
|
48078
|
+
description: "",
|
|
48079
|
+
params: [
|
|
48080
|
+
{
|
|
48081
|
+
name: "userPrompt",
|
|
48082
|
+
type: "string",
|
|
48083
|
+
required: true,
|
|
48084
|
+
description: ""
|
|
48085
|
+
},
|
|
48086
|
+
{
|
|
48087
|
+
name: "systemPrompt",
|
|
48088
|
+
type: "string",
|
|
48089
|
+
required: false,
|
|
48090
|
+
description: ""
|
|
48091
|
+
},
|
|
48092
|
+
{
|
|
48093
|
+
name: "model",
|
|
48094
|
+
type: "string",
|
|
48095
|
+
required: false,
|
|
48096
|
+
description: ""
|
|
48097
|
+
},
|
|
48098
|
+
{
|
|
48099
|
+
name: "temperature",
|
|
48100
|
+
type: "number",
|
|
48101
|
+
required: false,
|
|
48102
|
+
description: ""
|
|
48103
|
+
},
|
|
48104
|
+
{
|
|
48105
|
+
name: "maxTokens",
|
|
48106
|
+
type: "number",
|
|
48107
|
+
required: false,
|
|
48108
|
+
description: ""
|
|
48109
|
+
}
|
|
48110
|
+
],
|
|
48111
|
+
responseShape: {
|
|
48112
|
+
content: "string",
|
|
48113
|
+
usage: "object"
|
|
48114
|
+
}
|
|
48115
|
+
},
|
|
48116
|
+
{
|
|
48117
|
+
name: "classify",
|
|
48118
|
+
description: "",
|
|
48119
|
+
params: [
|
|
48120
|
+
{
|
|
48121
|
+
name: "text",
|
|
48122
|
+
type: "string",
|
|
48123
|
+
required: true,
|
|
48124
|
+
description: ""
|
|
48125
|
+
},
|
|
48126
|
+
{
|
|
48127
|
+
name: "categories",
|
|
48128
|
+
type: "string[]",
|
|
48129
|
+
required: true,
|
|
48130
|
+
description: ""
|
|
48131
|
+
},
|
|
48132
|
+
{
|
|
48133
|
+
name: "model",
|
|
48134
|
+
type: "string",
|
|
48135
|
+
required: false,
|
|
48136
|
+
description: ""
|
|
48137
|
+
}
|
|
48138
|
+
],
|
|
48139
|
+
responseShape: {
|
|
48140
|
+
category: "string",
|
|
48141
|
+
confidence: "number",
|
|
48142
|
+
reasoning: "string"
|
|
48143
|
+
}
|
|
48144
|
+
},
|
|
48145
|
+
{
|
|
48146
|
+
name: "extract",
|
|
48147
|
+
description: "",
|
|
48148
|
+
params: [
|
|
48149
|
+
{
|
|
48150
|
+
name: "text",
|
|
48151
|
+
type: "string",
|
|
48152
|
+
required: true,
|
|
48153
|
+
description: ""
|
|
48154
|
+
},
|
|
48155
|
+
{
|
|
48156
|
+
name: "schema",
|
|
48157
|
+
type: "IntegrationParams",
|
|
48158
|
+
required: true,
|
|
48159
|
+
description: ""
|
|
48160
|
+
},
|
|
48161
|
+
{
|
|
48162
|
+
name: "model",
|
|
48163
|
+
type: "string",
|
|
48164
|
+
required: false,
|
|
48165
|
+
description: ""
|
|
48166
|
+
}
|
|
48167
|
+
],
|
|
48168
|
+
responseShape: {}
|
|
48169
|
+
},
|
|
48170
|
+
{
|
|
48171
|
+
name: "summarize",
|
|
48172
|
+
description: "",
|
|
48173
|
+
params: [
|
|
48174
|
+
{
|
|
48175
|
+
name: "text",
|
|
48176
|
+
type: "string",
|
|
48177
|
+
required: true,
|
|
48178
|
+
description: ""
|
|
48179
|
+
},
|
|
48180
|
+
{
|
|
48181
|
+
name: "maxLength",
|
|
48182
|
+
type: "number",
|
|
48183
|
+
required: false,
|
|
48184
|
+
description: ""
|
|
48185
|
+
},
|
|
48186
|
+
{
|
|
48187
|
+
name: "style",
|
|
48188
|
+
type: "string",
|
|
48189
|
+
required: false,
|
|
48190
|
+
description: ""
|
|
48191
|
+
},
|
|
48192
|
+
{
|
|
48193
|
+
name: "model",
|
|
48194
|
+
type: "string",
|
|
48195
|
+
required: false,
|
|
48196
|
+
description: ""
|
|
48197
|
+
}
|
|
48198
|
+
],
|
|
48199
|
+
responseShape: {
|
|
48200
|
+
summary: "string",
|
|
48201
|
+
keyPoints: "string[]"
|
|
48202
|
+
}
|
|
48203
|
+
},
|
|
48204
|
+
{
|
|
48205
|
+
name: "embed",
|
|
48206
|
+
description: "",
|
|
48207
|
+
params: [
|
|
48208
|
+
{
|
|
48209
|
+
name: "texts",
|
|
48210
|
+
type: "string[]",
|
|
48211
|
+
required: true,
|
|
48212
|
+
description: ""
|
|
48213
|
+
},
|
|
48214
|
+
{
|
|
48215
|
+
name: "model",
|
|
48216
|
+
type: "string",
|
|
48217
|
+
required: false,
|
|
48218
|
+
description: ""
|
|
48219
|
+
}
|
|
48220
|
+
],
|
|
48221
|
+
responseShape: {
|
|
48222
|
+
embeddings: "number[][]"
|
|
48223
|
+
}
|
|
48224
|
+
}
|
|
48225
|
+
]
|
|
48226
|
+
},
|
|
48227
|
+
ml: {
|
|
48228
|
+
name: "ml",
|
|
48229
|
+
description: "ML service - model inference on a trained or off-the-shelf checkpoint, reached via a deployed serving orbital",
|
|
48230
|
+
category: "ai",
|
|
48231
|
+
actions: [
|
|
48232
|
+
{
|
|
48233
|
+
name: "infer",
|
|
48234
|
+
description: "",
|
|
48235
|
+
params: [
|
|
48236
|
+
{
|
|
48237
|
+
name: "model",
|
|
48238
|
+
type: "string",
|
|
48239
|
+
required: true,
|
|
48240
|
+
description: ""
|
|
48241
|
+
},
|
|
48242
|
+
{
|
|
48243
|
+
name: "input",
|
|
48244
|
+
type: "ServiceParamsValue",
|
|
48245
|
+
required: true,
|
|
48246
|
+
description: ""
|
|
48247
|
+
}
|
|
48248
|
+
],
|
|
48249
|
+
responseShape: {
|
|
48250
|
+
output: "ServiceParamsValue",
|
|
48251
|
+
confidence: "number",
|
|
48252
|
+
violations: "ServiceParamsValue[]"
|
|
48253
|
+
}
|
|
48254
|
+
}
|
|
48255
|
+
]
|
|
48256
|
+
},
|
|
48257
|
+
youtube: {
|
|
48258
|
+
name: "youtube",
|
|
48259
|
+
description: "YouTube Data API - search videos, get video/channel details",
|
|
48260
|
+
category: "media",
|
|
48261
|
+
actions: [
|
|
48262
|
+
{
|
|
48263
|
+
name: "search",
|
|
48264
|
+
description: "",
|
|
48265
|
+
params: [
|
|
48266
|
+
{
|
|
48267
|
+
name: "query",
|
|
48268
|
+
type: "string",
|
|
48269
|
+
required: true,
|
|
48270
|
+
description: ""
|
|
48271
|
+
},
|
|
48272
|
+
{
|
|
48273
|
+
name: "maxResults",
|
|
48274
|
+
type: "number",
|
|
48275
|
+
required: false,
|
|
48276
|
+
description: ""
|
|
48277
|
+
},
|
|
48278
|
+
{
|
|
48279
|
+
name: "type",
|
|
48280
|
+
type: "string",
|
|
48281
|
+
required: false,
|
|
48282
|
+
description: ""
|
|
48283
|
+
}
|
|
48284
|
+
],
|
|
48285
|
+
responseShape: {}
|
|
48286
|
+
},
|
|
48287
|
+
{
|
|
48288
|
+
name: "getVideo",
|
|
48289
|
+
description: "",
|
|
48290
|
+
params: [
|
|
48291
|
+
{
|
|
48292
|
+
name: "videoId",
|
|
48293
|
+
type: "string",
|
|
48294
|
+
required: true,
|
|
48295
|
+
description: ""
|
|
48296
|
+
}
|
|
48297
|
+
],
|
|
48298
|
+
responseShape: {
|
|
48299
|
+
title: "string",
|
|
48300
|
+
description: "string",
|
|
48301
|
+
viewCount: "string",
|
|
48302
|
+
likeCount: "string"
|
|
48303
|
+
}
|
|
48304
|
+
},
|
|
48305
|
+
{
|
|
48306
|
+
name: "getChannel",
|
|
48307
|
+
description: "",
|
|
48308
|
+
params: [
|
|
48309
|
+
{
|
|
48310
|
+
name: "channelId",
|
|
48311
|
+
type: "string",
|
|
48312
|
+
required: true,
|
|
48313
|
+
description: ""
|
|
48314
|
+
}
|
|
48315
|
+
],
|
|
48316
|
+
responseShape: {
|
|
48317
|
+
name: "string",
|
|
48318
|
+
description: "string",
|
|
48319
|
+
subscriberCount: "string"
|
|
48320
|
+
}
|
|
48321
|
+
}
|
|
48322
|
+
]
|
|
48323
|
+
},
|
|
48324
|
+
twilio: {
|
|
48325
|
+
name: "twilio",
|
|
48326
|
+
description: "Twilio messaging - send SMS, WhatsApp messages",
|
|
48327
|
+
category: "messaging",
|
|
48328
|
+
actions: [
|
|
48329
|
+
{
|
|
48330
|
+
name: "sendSMS",
|
|
48331
|
+
description: "",
|
|
48332
|
+
params: [
|
|
48333
|
+
{
|
|
48334
|
+
name: "to",
|
|
48335
|
+
type: "string",
|
|
48336
|
+
required: true,
|
|
48337
|
+
description: ""
|
|
48338
|
+
},
|
|
48339
|
+
{
|
|
48340
|
+
name: "body",
|
|
48341
|
+
type: "string",
|
|
48342
|
+
required: true,
|
|
48343
|
+
description: ""
|
|
48344
|
+
},
|
|
48345
|
+
{
|
|
48346
|
+
name: "from",
|
|
48347
|
+
type: "string",
|
|
48348
|
+
required: false,
|
|
48349
|
+
description: ""
|
|
48350
|
+
}
|
|
48351
|
+
],
|
|
48352
|
+
responseShape: {
|
|
48353
|
+
sid: "string",
|
|
48354
|
+
status: "string"
|
|
48355
|
+
}
|
|
48356
|
+
},
|
|
48357
|
+
{
|
|
48358
|
+
name: "sendWhatsApp",
|
|
48359
|
+
description: "",
|
|
48360
|
+
params: [
|
|
48361
|
+
{
|
|
48362
|
+
name: "to",
|
|
48363
|
+
type: "string",
|
|
48364
|
+
required: true,
|
|
48365
|
+
description: ""
|
|
48366
|
+
},
|
|
48367
|
+
{
|
|
48368
|
+
name: "body",
|
|
48369
|
+
type: "string",
|
|
48370
|
+
required: true,
|
|
48371
|
+
description: ""
|
|
48372
|
+
}
|
|
48373
|
+
],
|
|
48374
|
+
responseShape: {
|
|
48375
|
+
sid: "string",
|
|
48376
|
+
status: "string"
|
|
48377
|
+
}
|
|
48378
|
+
}
|
|
48379
|
+
]
|
|
48380
|
+
},
|
|
48381
|
+
email: {
|
|
48382
|
+
name: "email",
|
|
48383
|
+
description: "Transactional email via SendGrid/Resend",
|
|
48384
|
+
category: "messaging",
|
|
48385
|
+
actions: [
|
|
48386
|
+
{
|
|
48387
|
+
name: "send",
|
|
48388
|
+
description: "",
|
|
48389
|
+
params: [
|
|
48390
|
+
{
|
|
48391
|
+
name: "to",
|
|
48392
|
+
type: "string",
|
|
48393
|
+
required: true,
|
|
48394
|
+
description: ""
|
|
48395
|
+
},
|
|
48396
|
+
{
|
|
48397
|
+
name: "subject",
|
|
48398
|
+
type: "string",
|
|
48399
|
+
required: true,
|
|
48400
|
+
description: ""
|
|
48401
|
+
},
|
|
48402
|
+
{
|
|
48403
|
+
name: "body",
|
|
48404
|
+
type: "string",
|
|
48405
|
+
required: true,
|
|
48406
|
+
description: ""
|
|
48407
|
+
},
|
|
48408
|
+
{
|
|
48409
|
+
name: "from",
|
|
48410
|
+
type: "string",
|
|
48411
|
+
required: false,
|
|
48412
|
+
description: ""
|
|
48413
|
+
},
|
|
48414
|
+
{
|
|
48415
|
+
name: "htmlBody",
|
|
48416
|
+
type: "string",
|
|
48417
|
+
required: false,
|
|
48418
|
+
description: "HTML content; when present `body` becomes the plain-text alternative."
|
|
48419
|
+
},
|
|
48420
|
+
{
|
|
48421
|
+
name: "replyTo",
|
|
48422
|
+
type: "string",
|
|
48423
|
+
required: false,
|
|
48424
|
+
description: ""
|
|
48425
|
+
},
|
|
48426
|
+
{
|
|
48427
|
+
name: "templateId",
|
|
48428
|
+
type: "string",
|
|
48429
|
+
required: false,
|
|
48430
|
+
description: "Provider template reference (SendGrid dynamic templates; Resend rejects it loudly)."
|
|
48431
|
+
}
|
|
48432
|
+
],
|
|
48433
|
+
responseShape: {
|
|
48434
|
+
id: "string",
|
|
48435
|
+
status: "string"
|
|
48436
|
+
}
|
|
48437
|
+
}
|
|
48438
|
+
]
|
|
48439
|
+
},
|
|
48440
|
+
webhook: {
|
|
48441
|
+
name: "webhook",
|
|
48442
|
+
description: "Outbound webhook - signed HTTP POST notifications to external endpoints",
|
|
48443
|
+
category: "messaging",
|
|
48444
|
+
actions: [
|
|
48445
|
+
{
|
|
48446
|
+
name: "send",
|
|
48447
|
+
description: "",
|
|
48448
|
+
params: [
|
|
48449
|
+
{
|
|
48450
|
+
name: "url",
|
|
48451
|
+
type: "string",
|
|
48452
|
+
required: true,
|
|
48453
|
+
description: ""
|
|
48454
|
+
},
|
|
48455
|
+
{
|
|
48456
|
+
name: "event",
|
|
48457
|
+
type: "string",
|
|
48458
|
+
required: true,
|
|
48459
|
+
description: ""
|
|
48460
|
+
},
|
|
48461
|
+
{
|
|
48462
|
+
name: "payload",
|
|
48463
|
+
type: "object",
|
|
48464
|
+
required: false,
|
|
48465
|
+
description: ""
|
|
48466
|
+
},
|
|
48467
|
+
{
|
|
48468
|
+
name: "secret",
|
|
48469
|
+
type: "string",
|
|
48470
|
+
required: false,
|
|
48471
|
+
description: ""
|
|
48472
|
+
}
|
|
48473
|
+
],
|
|
48474
|
+
responseShape: {
|
|
48475
|
+
status: "number",
|
|
48476
|
+
ok: "boolean",
|
|
48477
|
+
durationMs: "number"
|
|
48478
|
+
}
|
|
48479
|
+
}
|
|
48480
|
+
]
|
|
48481
|
+
},
|
|
48482
|
+
push: {
|
|
48483
|
+
name: "push",
|
|
48484
|
+
description: "Web Push - VAPID-signed browser push notifications",
|
|
48485
|
+
category: "messaging",
|
|
48486
|
+
actions: [
|
|
48487
|
+
{
|
|
48488
|
+
name: "send",
|
|
48489
|
+
description: "",
|
|
48490
|
+
params: [
|
|
48491
|
+
{
|
|
48492
|
+
name: "subscription",
|
|
48493
|
+
type: "object",
|
|
48494
|
+
required: true,
|
|
48495
|
+
description: ""
|
|
48496
|
+
},
|
|
48497
|
+
{
|
|
48498
|
+
name: "title",
|
|
48499
|
+
type: "string",
|
|
48500
|
+
required: true,
|
|
48501
|
+
description: ""
|
|
48502
|
+
},
|
|
48503
|
+
{
|
|
48504
|
+
name: "body",
|
|
48505
|
+
type: "string",
|
|
48506
|
+
required: true,
|
|
48507
|
+
description: ""
|
|
48508
|
+
},
|
|
48509
|
+
{
|
|
48510
|
+
name: "url",
|
|
48511
|
+
type: "string",
|
|
48512
|
+
required: false,
|
|
48513
|
+
description: ""
|
|
48514
|
+
},
|
|
48515
|
+
{
|
|
48516
|
+
name: "icon",
|
|
48517
|
+
type: "string",
|
|
48518
|
+
required: false,
|
|
48519
|
+
description: ""
|
|
48520
|
+
}
|
|
48521
|
+
],
|
|
48522
|
+
responseShape: {
|
|
48523
|
+
statusCode: "number",
|
|
48524
|
+
ok: "boolean",
|
|
48525
|
+
expired: "boolean"
|
|
48526
|
+
}
|
|
48527
|
+
}
|
|
48528
|
+
]
|
|
48529
|
+
},
|
|
48530
|
+
calendar: {
|
|
48531
|
+
name: "calendar",
|
|
48532
|
+
description: "Google Calendar - events, free-busy, watch channels (service account / domain-wide delegation)",
|
|
48533
|
+
category: "infrastructure",
|
|
48534
|
+
actions: [
|
|
48535
|
+
{
|
|
48536
|
+
name: "listEvents",
|
|
48537
|
+
description: "",
|
|
48538
|
+
params: [
|
|
48539
|
+
{
|
|
48540
|
+
name: "calendarId",
|
|
48541
|
+
type: "string",
|
|
48542
|
+
required: false,
|
|
48543
|
+
description: ""
|
|
48544
|
+
},
|
|
48545
|
+
{
|
|
48546
|
+
name: "timeMin",
|
|
48547
|
+
type: "string",
|
|
48548
|
+
required: false,
|
|
48549
|
+
description: ""
|
|
48550
|
+
},
|
|
48551
|
+
{
|
|
48552
|
+
name: "timeMax",
|
|
48553
|
+
type: "string",
|
|
48554
|
+
required: false,
|
|
48555
|
+
description: ""
|
|
48556
|
+
},
|
|
48557
|
+
{
|
|
48558
|
+
name: "syncToken",
|
|
48559
|
+
type: "string",
|
|
48560
|
+
required: false,
|
|
48561
|
+
description: ""
|
|
48562
|
+
},
|
|
48563
|
+
{
|
|
48564
|
+
name: "maxResults",
|
|
48565
|
+
type: "number",
|
|
48566
|
+
required: false,
|
|
48567
|
+
description: ""
|
|
48568
|
+
}
|
|
48569
|
+
],
|
|
48570
|
+
responseShape: {
|
|
48571
|
+
events: "array",
|
|
48572
|
+
nextSyncToken: "string | null"
|
|
48573
|
+
}
|
|
48574
|
+
},
|
|
48575
|
+
{
|
|
48576
|
+
name: "createEvent",
|
|
48577
|
+
description: "",
|
|
48578
|
+
params: [
|
|
48579
|
+
{
|
|
48580
|
+
name: "calendarId",
|
|
48581
|
+
type: "string",
|
|
48582
|
+
required: false,
|
|
48583
|
+
description: ""
|
|
48584
|
+
},
|
|
48585
|
+
{
|
|
48586
|
+
name: "summary",
|
|
48587
|
+
type: "string",
|
|
48588
|
+
required: true,
|
|
48589
|
+
description: ""
|
|
48590
|
+
},
|
|
48591
|
+
{
|
|
48592
|
+
name: "description",
|
|
48593
|
+
type: "string",
|
|
48594
|
+
required: false,
|
|
48595
|
+
description: ""
|
|
48596
|
+
},
|
|
48597
|
+
{
|
|
48598
|
+
name: "location",
|
|
48599
|
+
type: "string",
|
|
48600
|
+
required: false,
|
|
48601
|
+
description: ""
|
|
48602
|
+
},
|
|
48603
|
+
{
|
|
48604
|
+
name: "start",
|
|
48605
|
+
type: "string",
|
|
48606
|
+
required: true,
|
|
48607
|
+
description: ""
|
|
48608
|
+
},
|
|
48609
|
+
{
|
|
48610
|
+
name: "end",
|
|
48611
|
+
type: "string",
|
|
48612
|
+
required: false,
|
|
48613
|
+
description: ""
|
|
48614
|
+
},
|
|
48615
|
+
{
|
|
48616
|
+
name: "durationMinutes",
|
|
48617
|
+
type: "number",
|
|
48618
|
+
required: false,
|
|
48619
|
+
description: ""
|
|
48620
|
+
}
|
|
48621
|
+
],
|
|
48622
|
+
responseShape: {
|
|
48623
|
+
id: "string",
|
|
48624
|
+
status: "string",
|
|
48625
|
+
htmlLink: "string"
|
|
48626
|
+
}
|
|
48627
|
+
},
|
|
48628
|
+
{
|
|
48629
|
+
name: "updateEvent",
|
|
48630
|
+
description: "",
|
|
48631
|
+
params: [
|
|
48632
|
+
{
|
|
48633
|
+
name: "calendarId",
|
|
48634
|
+
type: "string",
|
|
48635
|
+
required: false,
|
|
48636
|
+
description: ""
|
|
48637
|
+
},
|
|
48638
|
+
{
|
|
48639
|
+
name: "eventId",
|
|
48640
|
+
type: "string",
|
|
48641
|
+
required: true,
|
|
48642
|
+
description: ""
|
|
48643
|
+
},
|
|
48644
|
+
{
|
|
48645
|
+
name: "summary",
|
|
48646
|
+
type: "string",
|
|
48647
|
+
required: false,
|
|
48648
|
+
description: ""
|
|
48649
|
+
},
|
|
48650
|
+
{
|
|
48651
|
+
name: "description",
|
|
48652
|
+
type: "string",
|
|
48653
|
+
required: false,
|
|
48654
|
+
description: ""
|
|
48655
|
+
},
|
|
48656
|
+
{
|
|
48657
|
+
name: "location",
|
|
48658
|
+
type: "string",
|
|
48659
|
+
required: false,
|
|
48660
|
+
description: ""
|
|
48661
|
+
},
|
|
48662
|
+
{
|
|
48663
|
+
name: "start",
|
|
48664
|
+
type: "string",
|
|
48665
|
+
required: false,
|
|
48666
|
+
description: ""
|
|
48667
|
+
},
|
|
48668
|
+
{
|
|
48669
|
+
name: "end",
|
|
48670
|
+
type: "string",
|
|
48671
|
+
required: false,
|
|
48672
|
+
description: ""
|
|
48673
|
+
}
|
|
48674
|
+
],
|
|
48675
|
+
responseShape: {
|
|
48676
|
+
id: "string",
|
|
47733
48677
|
status: "string"
|
|
47734
48678
|
}
|
|
47735
48679
|
},
|
|
47736
48680
|
{
|
|
47737
|
-
name: "
|
|
47738
|
-
description: "
|
|
48681
|
+
name: "deleteEvent",
|
|
48682
|
+
description: "",
|
|
48683
|
+
params: [
|
|
48684
|
+
{
|
|
48685
|
+
name: "calendarId",
|
|
48686
|
+
type: "string",
|
|
48687
|
+
required: false,
|
|
48688
|
+
description: ""
|
|
48689
|
+
},
|
|
48690
|
+
{
|
|
48691
|
+
name: "eventId",
|
|
48692
|
+
type: "string",
|
|
48693
|
+
required: true,
|
|
48694
|
+
description: ""
|
|
48695
|
+
}
|
|
48696
|
+
],
|
|
48697
|
+
responseShape: {
|
|
48698
|
+
id: "string",
|
|
48699
|
+
deleted: "boolean"
|
|
48700
|
+
}
|
|
48701
|
+
},
|
|
48702
|
+
{
|
|
48703
|
+
name: "freeBusy",
|
|
48704
|
+
description: "",
|
|
48705
|
+
params: [
|
|
48706
|
+
{
|
|
48707
|
+
name: "calendarId",
|
|
48708
|
+
type: "string",
|
|
48709
|
+
required: false,
|
|
48710
|
+
description: ""
|
|
48711
|
+
},
|
|
48712
|
+
{
|
|
48713
|
+
name: "timeMin",
|
|
48714
|
+
type: "string",
|
|
48715
|
+
required: true,
|
|
48716
|
+
description: ""
|
|
48717
|
+
},
|
|
48718
|
+
{
|
|
48719
|
+
name: "timeMax",
|
|
48720
|
+
type: "string",
|
|
48721
|
+
required: true,
|
|
48722
|
+
description: ""
|
|
48723
|
+
}
|
|
48724
|
+
],
|
|
48725
|
+
responseShape: {
|
|
48726
|
+
busy: "array"
|
|
48727
|
+
}
|
|
48728
|
+
},
|
|
48729
|
+
{
|
|
48730
|
+
name: "watch",
|
|
48731
|
+
description: "",
|
|
48732
|
+
params: [
|
|
48733
|
+
{
|
|
48734
|
+
name: "calendarId",
|
|
48735
|
+
type: "string",
|
|
48736
|
+
required: false,
|
|
48737
|
+
description: ""
|
|
48738
|
+
},
|
|
48739
|
+
{
|
|
48740
|
+
name: "channelId",
|
|
48741
|
+
type: "string",
|
|
48742
|
+
required: true,
|
|
48743
|
+
description: ""
|
|
48744
|
+
},
|
|
48745
|
+
{
|
|
48746
|
+
name: "address",
|
|
48747
|
+
type: "string",
|
|
48748
|
+
required: true,
|
|
48749
|
+
description: ""
|
|
48750
|
+
},
|
|
48751
|
+
{
|
|
48752
|
+
name: "ttlSeconds",
|
|
48753
|
+
type: "number",
|
|
48754
|
+
required: false,
|
|
48755
|
+
description: ""
|
|
48756
|
+
}
|
|
48757
|
+
],
|
|
48758
|
+
responseShape: {
|
|
48759
|
+
channelId: "string",
|
|
48760
|
+
resourceId: "string",
|
|
48761
|
+
expiration: "string"
|
|
48762
|
+
}
|
|
48763
|
+
},
|
|
48764
|
+
{
|
|
48765
|
+
name: "stopWatch",
|
|
48766
|
+
description: "",
|
|
48767
|
+
params: [
|
|
48768
|
+
{
|
|
48769
|
+
name: "channelId",
|
|
48770
|
+
type: "string",
|
|
48771
|
+
required: true,
|
|
48772
|
+
description: ""
|
|
48773
|
+
},
|
|
48774
|
+
{
|
|
48775
|
+
name: "resourceId",
|
|
48776
|
+
type: "string",
|
|
48777
|
+
required: true,
|
|
48778
|
+
description: ""
|
|
48779
|
+
}
|
|
48780
|
+
],
|
|
48781
|
+
responseShape: {
|
|
48782
|
+
stopped: "boolean"
|
|
48783
|
+
}
|
|
48784
|
+
}
|
|
48785
|
+
]
|
|
48786
|
+
},
|
|
48787
|
+
drive: {
|
|
48788
|
+
name: "drive",
|
|
48789
|
+
description: "Google Drive - files, folders, sharing (service account / domain-wide delegation)",
|
|
48790
|
+
category: "infrastructure",
|
|
48791
|
+
actions: [
|
|
48792
|
+
{
|
|
48793
|
+
name: "listFiles",
|
|
48794
|
+
description: "",
|
|
48795
|
+
params: [
|
|
48796
|
+
{
|
|
48797
|
+
name: "folderId",
|
|
48798
|
+
type: "string",
|
|
48799
|
+
required: false,
|
|
48800
|
+
description: ""
|
|
48801
|
+
},
|
|
48802
|
+
{
|
|
48803
|
+
name: "query",
|
|
48804
|
+
type: "string",
|
|
48805
|
+
required: false,
|
|
48806
|
+
description: ""
|
|
48807
|
+
},
|
|
48808
|
+
{
|
|
48809
|
+
name: "maxResults",
|
|
48810
|
+
type: "number",
|
|
48811
|
+
required: false,
|
|
48812
|
+
description: ""
|
|
48813
|
+
}
|
|
48814
|
+
],
|
|
48815
|
+
responseShape: {
|
|
48816
|
+
files: "array"
|
|
48817
|
+
}
|
|
48818
|
+
},
|
|
48819
|
+
{
|
|
48820
|
+
name: "getFile",
|
|
48821
|
+
description: "",
|
|
48822
|
+
params: [
|
|
48823
|
+
{
|
|
48824
|
+
name: "fileId",
|
|
48825
|
+
type: "string",
|
|
48826
|
+
required: true,
|
|
48827
|
+
description: ""
|
|
48828
|
+
}
|
|
48829
|
+
],
|
|
48830
|
+
responseShape: {
|
|
48831
|
+
id: "string",
|
|
48832
|
+
name: "string",
|
|
48833
|
+
mimeType: "string",
|
|
48834
|
+
content: "string",
|
|
48835
|
+
size: "number"
|
|
48836
|
+
}
|
|
48837
|
+
},
|
|
48838
|
+
{
|
|
48839
|
+
name: "uploadFile",
|
|
48840
|
+
description: "",
|
|
48841
|
+
params: [
|
|
48842
|
+
{
|
|
48843
|
+
name: "name",
|
|
48844
|
+
type: "string",
|
|
48845
|
+
required: true,
|
|
48846
|
+
description: ""
|
|
48847
|
+
},
|
|
48848
|
+
{
|
|
48849
|
+
name: "content",
|
|
48850
|
+
type: "string",
|
|
48851
|
+
required: true,
|
|
48852
|
+
description: ""
|
|
48853
|
+
},
|
|
48854
|
+
{
|
|
48855
|
+
name: "mimeType",
|
|
48856
|
+
type: "string",
|
|
48857
|
+
required: false,
|
|
48858
|
+
description: ""
|
|
48859
|
+
},
|
|
48860
|
+
{
|
|
48861
|
+
name: "folderId",
|
|
48862
|
+
type: "string",
|
|
48863
|
+
required: false,
|
|
48864
|
+
description: ""
|
|
48865
|
+
}
|
|
48866
|
+
],
|
|
48867
|
+
responseShape: {
|
|
48868
|
+
id: "string",
|
|
48869
|
+
name: "string",
|
|
48870
|
+
webViewLink: "string"
|
|
48871
|
+
}
|
|
48872
|
+
},
|
|
48873
|
+
{
|
|
48874
|
+
name: "createFolder",
|
|
48875
|
+
description: "",
|
|
48876
|
+
params: [
|
|
48877
|
+
{
|
|
48878
|
+
name: "name",
|
|
48879
|
+
type: "string",
|
|
48880
|
+
required: true,
|
|
48881
|
+
description: ""
|
|
48882
|
+
},
|
|
48883
|
+
{
|
|
48884
|
+
name: "parentId",
|
|
48885
|
+
type: "string",
|
|
48886
|
+
required: false,
|
|
48887
|
+
description: ""
|
|
48888
|
+
}
|
|
48889
|
+
],
|
|
48890
|
+
responseShape: {
|
|
48891
|
+
id: "string",
|
|
48892
|
+
name: "string"
|
|
48893
|
+
}
|
|
48894
|
+
},
|
|
48895
|
+
{
|
|
48896
|
+
name: "shareFile",
|
|
48897
|
+
description: "",
|
|
48898
|
+
params: [
|
|
48899
|
+
{
|
|
48900
|
+
name: "fileId",
|
|
48901
|
+
type: "string",
|
|
48902
|
+
required: true,
|
|
48903
|
+
description: ""
|
|
48904
|
+
},
|
|
48905
|
+
{
|
|
48906
|
+
name: "email",
|
|
48907
|
+
type: "string",
|
|
48908
|
+
required: true,
|
|
48909
|
+
description: ""
|
|
48910
|
+
},
|
|
48911
|
+
{
|
|
48912
|
+
name: "role",
|
|
48913
|
+
type: "'reader' | 'writer' | 'commenter'",
|
|
48914
|
+
required: false,
|
|
48915
|
+
description: ""
|
|
48916
|
+
}
|
|
48917
|
+
],
|
|
48918
|
+
responseShape: {
|
|
48919
|
+
shared: "boolean",
|
|
48920
|
+
permissionId: "string"
|
|
48921
|
+
}
|
|
48922
|
+
}
|
|
48923
|
+
]
|
|
48924
|
+
},
|
|
48925
|
+
metaAds: {
|
|
48926
|
+
name: "metaAds",
|
|
48927
|
+
description: "Meta Ads - read-only Marketing Insights (spend, campaigns)",
|
|
48928
|
+
category: "marketing",
|
|
48929
|
+
actions: [
|
|
48930
|
+
{
|
|
48931
|
+
name: "getSpend",
|
|
48932
|
+
description: "",
|
|
48933
|
+
params: [
|
|
48934
|
+
{
|
|
48935
|
+
name: "accountId",
|
|
48936
|
+
type: "string",
|
|
48937
|
+
required: false,
|
|
48938
|
+
description: ""
|
|
48939
|
+
},
|
|
48940
|
+
{
|
|
48941
|
+
name: "since",
|
|
48942
|
+
type: "string",
|
|
48943
|
+
required: true,
|
|
48944
|
+
description: ""
|
|
48945
|
+
},
|
|
48946
|
+
{
|
|
48947
|
+
name: "until",
|
|
48948
|
+
type: "string",
|
|
48949
|
+
required: true,
|
|
48950
|
+
description: ""
|
|
48951
|
+
},
|
|
48952
|
+
{
|
|
48953
|
+
name: "clientTag",
|
|
48954
|
+
type: "string",
|
|
48955
|
+
required: false,
|
|
48956
|
+
description: ""
|
|
48957
|
+
}
|
|
48958
|
+
],
|
|
48959
|
+
responseShape: {
|
|
48960
|
+
spend: "number",
|
|
48961
|
+
currency: "string",
|
|
48962
|
+
impressions: "number",
|
|
48963
|
+
clicks: "number"
|
|
48964
|
+
}
|
|
48965
|
+
},
|
|
48966
|
+
{
|
|
48967
|
+
name: "listCampaigns",
|
|
48968
|
+
description: "",
|
|
48969
|
+
params: [
|
|
48970
|
+
{
|
|
48971
|
+
name: "accountId",
|
|
48972
|
+
type: "string",
|
|
48973
|
+
required: false,
|
|
48974
|
+
description: ""
|
|
48975
|
+
},
|
|
48976
|
+
{
|
|
48977
|
+
name: "status",
|
|
48978
|
+
type: "string",
|
|
48979
|
+
required: false,
|
|
48980
|
+
description: ""
|
|
48981
|
+
}
|
|
48982
|
+
],
|
|
48983
|
+
responseShape: {
|
|
48984
|
+
campaigns: "array"
|
|
48985
|
+
}
|
|
48986
|
+
}
|
|
48987
|
+
]
|
|
48988
|
+
},
|
|
48989
|
+
accounting: {
|
|
48990
|
+
name: "accounting",
|
|
48991
|
+
description: "Accounting export - invoice/journal rows to import-ready CSV",
|
|
48992
|
+
category: "finance",
|
|
48993
|
+
actions: [
|
|
48994
|
+
{
|
|
48995
|
+
name: "exportInvoices",
|
|
48996
|
+
description: "",
|
|
48997
|
+
params: [
|
|
48998
|
+
{
|
|
48999
|
+
name: "invoices",
|
|
49000
|
+
type: "array",
|
|
49001
|
+
required: true,
|
|
49002
|
+
description: ""
|
|
49003
|
+
},
|
|
49004
|
+
{
|
|
49005
|
+
name: "format",
|
|
49006
|
+
type: "'csv'",
|
|
49007
|
+
required: false,
|
|
49008
|
+
description: ""
|
|
49009
|
+
}
|
|
49010
|
+
],
|
|
49011
|
+
responseShape: {
|
|
49012
|
+
content: "string",
|
|
49013
|
+
filename: "string",
|
|
49014
|
+
count: "number"
|
|
49015
|
+
}
|
|
49016
|
+
},
|
|
49017
|
+
{
|
|
49018
|
+
name: "exportJournal",
|
|
49019
|
+
description: "",
|
|
49020
|
+
params: [
|
|
49021
|
+
{
|
|
49022
|
+
name: "entries",
|
|
49023
|
+
type: "array",
|
|
49024
|
+
required: true,
|
|
49025
|
+
description: ""
|
|
49026
|
+
},
|
|
49027
|
+
{
|
|
49028
|
+
name: "format",
|
|
49029
|
+
type: "'csv'",
|
|
49030
|
+
required: false,
|
|
49031
|
+
description: ""
|
|
49032
|
+
}
|
|
49033
|
+
],
|
|
49034
|
+
responseShape: {
|
|
49035
|
+
content: "string",
|
|
49036
|
+
filename: "string",
|
|
49037
|
+
count: "number"
|
|
49038
|
+
}
|
|
49039
|
+
}
|
|
49040
|
+
]
|
|
49041
|
+
},
|
|
49042
|
+
banking: {
|
|
49043
|
+
name: "banking",
|
|
49044
|
+
description: "Banking - GoCardless Bank Account Data (requisitions, accounts, transactions)",
|
|
49045
|
+
category: "finance",
|
|
49046
|
+
actions: [
|
|
49047
|
+
{
|
|
49048
|
+
name: "createRequisition",
|
|
49049
|
+
description: "",
|
|
49050
|
+
params: [
|
|
49051
|
+
{
|
|
49052
|
+
name: "institutionId",
|
|
49053
|
+
type: "string",
|
|
49054
|
+
required: true,
|
|
49055
|
+
description: ""
|
|
49056
|
+
},
|
|
49057
|
+
{
|
|
49058
|
+
name: "redirectUrl",
|
|
49059
|
+
type: "string",
|
|
49060
|
+
required: true,
|
|
49061
|
+
description: ""
|
|
49062
|
+
},
|
|
49063
|
+
{
|
|
49064
|
+
name: "reference",
|
|
49065
|
+
type: "string",
|
|
49066
|
+
required: false,
|
|
49067
|
+
description: ""
|
|
49068
|
+
}
|
|
49069
|
+
],
|
|
49070
|
+
responseShape: {
|
|
49071
|
+
requisitionId: "string",
|
|
49072
|
+
link: "string"
|
|
49073
|
+
}
|
|
49074
|
+
},
|
|
49075
|
+
{
|
|
49076
|
+
name: "listAccounts",
|
|
49077
|
+
description: "",
|
|
49078
|
+
params: [
|
|
49079
|
+
{
|
|
49080
|
+
name: "requisitionId",
|
|
49081
|
+
type: "string",
|
|
49082
|
+
required: true,
|
|
49083
|
+
description: ""
|
|
49084
|
+
}
|
|
49085
|
+
],
|
|
49086
|
+
responseShape: {
|
|
49087
|
+
accounts: "string[]"
|
|
49088
|
+
}
|
|
49089
|
+
},
|
|
49090
|
+
{
|
|
49091
|
+
name: "listTransactions",
|
|
49092
|
+
description: "",
|
|
49093
|
+
params: [
|
|
49094
|
+
{
|
|
49095
|
+
name: "accountId",
|
|
49096
|
+
type: "string",
|
|
49097
|
+
required: true,
|
|
49098
|
+
description: ""
|
|
49099
|
+
},
|
|
49100
|
+
{
|
|
49101
|
+
name: "dateFrom",
|
|
49102
|
+
type: "string",
|
|
49103
|
+
required: false,
|
|
49104
|
+
description: ""
|
|
49105
|
+
},
|
|
49106
|
+
{
|
|
49107
|
+
name: "dateTo",
|
|
49108
|
+
type: "string",
|
|
49109
|
+
required: false,
|
|
49110
|
+
description: ""
|
|
49111
|
+
}
|
|
49112
|
+
],
|
|
49113
|
+
responseShape: {
|
|
49114
|
+
transactions: "array"
|
|
49115
|
+
}
|
|
49116
|
+
}
|
|
49117
|
+
]
|
|
49118
|
+
},
|
|
49119
|
+
esign: {
|
|
49120
|
+
name: "esign",
|
|
49121
|
+
description: "E-signature - send/track/download envelopes (DocuSign)",
|
|
49122
|
+
category: "infrastructure",
|
|
49123
|
+
actions: [
|
|
49124
|
+
{
|
|
49125
|
+
name: "sendEnvelope",
|
|
49126
|
+
description: "",
|
|
49127
|
+
params: [
|
|
49128
|
+
{
|
|
49129
|
+
name: "recipientEmail",
|
|
49130
|
+
type: "string",
|
|
49131
|
+
required: true,
|
|
49132
|
+
description: ""
|
|
49133
|
+
},
|
|
49134
|
+
{
|
|
49135
|
+
name: "recipientName",
|
|
49136
|
+
type: "string",
|
|
49137
|
+
required: true,
|
|
49138
|
+
description: ""
|
|
49139
|
+
},
|
|
49140
|
+
{
|
|
49141
|
+
name: "documentName",
|
|
49142
|
+
type: "string",
|
|
49143
|
+
required: true,
|
|
49144
|
+
description: ""
|
|
49145
|
+
},
|
|
49146
|
+
{
|
|
49147
|
+
name: "documentContent",
|
|
49148
|
+
type: "string",
|
|
49149
|
+
required: true,
|
|
49150
|
+
description: ""
|
|
49151
|
+
},
|
|
49152
|
+
{
|
|
49153
|
+
name: "emailSubject",
|
|
49154
|
+
type: "string",
|
|
49155
|
+
required: false,
|
|
49156
|
+
description: ""
|
|
49157
|
+
}
|
|
49158
|
+
],
|
|
49159
|
+
responseShape: {
|
|
49160
|
+
envelopeId: "string",
|
|
49161
|
+
status: "string"
|
|
49162
|
+
}
|
|
49163
|
+
},
|
|
49164
|
+
{
|
|
49165
|
+
name: "getEnvelopeStatus",
|
|
49166
|
+
description: "",
|
|
49167
|
+
params: [
|
|
49168
|
+
{
|
|
49169
|
+
name: "envelopeId",
|
|
49170
|
+
type: "string",
|
|
49171
|
+
required: true,
|
|
49172
|
+
description: ""
|
|
49173
|
+
}
|
|
49174
|
+
],
|
|
49175
|
+
responseShape: {
|
|
49176
|
+
status: "string",
|
|
49177
|
+
completedAt: "string"
|
|
49178
|
+
}
|
|
49179
|
+
},
|
|
49180
|
+
{
|
|
49181
|
+
name: "downloadDocument",
|
|
49182
|
+
description: "",
|
|
49183
|
+
params: [
|
|
49184
|
+
{
|
|
49185
|
+
name: "envelopeId",
|
|
49186
|
+
type: "string",
|
|
49187
|
+
required: true,
|
|
49188
|
+
description: ""
|
|
49189
|
+
}
|
|
49190
|
+
],
|
|
49191
|
+
responseShape: {
|
|
49192
|
+
content: "string",
|
|
49193
|
+
documentName: "string"
|
|
49194
|
+
}
|
|
49195
|
+
}
|
|
49196
|
+
]
|
|
49197
|
+
},
|
|
49198
|
+
docker: {
|
|
49199
|
+
name: "docker",
|
|
49200
|
+
description: "Docker \u2014 container and image management",
|
|
49201
|
+
category: "devtools",
|
|
49202
|
+
actions: [
|
|
49203
|
+
{
|
|
49204
|
+
name: "build",
|
|
49205
|
+
description: "",
|
|
49206
|
+
params: [
|
|
49207
|
+
{
|
|
49208
|
+
name: "tag",
|
|
49209
|
+
type: "string",
|
|
49210
|
+
required: true,
|
|
49211
|
+
description: ""
|
|
49212
|
+
},
|
|
49213
|
+
{
|
|
49214
|
+
name: "dockerfile",
|
|
49215
|
+
type: "string",
|
|
49216
|
+
required: false,
|
|
49217
|
+
description: ""
|
|
49218
|
+
},
|
|
49219
|
+
{
|
|
49220
|
+
name: "context",
|
|
49221
|
+
type: "string",
|
|
49222
|
+
required: false,
|
|
49223
|
+
description: ""
|
|
49224
|
+
},
|
|
49225
|
+
{
|
|
49226
|
+
name: "buildArgs",
|
|
49227
|
+
type: "object",
|
|
49228
|
+
required: false,
|
|
49229
|
+
description: ""
|
|
49230
|
+
}
|
|
49231
|
+
],
|
|
49232
|
+
responseShape: {
|
|
49233
|
+
imageId: "string",
|
|
49234
|
+
tag: "string",
|
|
49235
|
+
size: "number",
|
|
49236
|
+
buildTime: "number"
|
|
49237
|
+
}
|
|
49238
|
+
},
|
|
49239
|
+
{
|
|
49240
|
+
name: "run",
|
|
49241
|
+
description: "",
|
|
49242
|
+
params: [
|
|
49243
|
+
{
|
|
49244
|
+
name: "image",
|
|
49245
|
+
type: "string",
|
|
49246
|
+
required: true,
|
|
49247
|
+
description: ""
|
|
49248
|
+
},
|
|
49249
|
+
{
|
|
49250
|
+
name: "name",
|
|
49251
|
+
type: "string",
|
|
49252
|
+
required: false,
|
|
49253
|
+
description: ""
|
|
49254
|
+
},
|
|
49255
|
+
{
|
|
49256
|
+
name: "ports",
|
|
49257
|
+
type: "array",
|
|
49258
|
+
required: false,
|
|
49259
|
+
description: ""
|
|
49260
|
+
},
|
|
49261
|
+
{
|
|
49262
|
+
name: "env",
|
|
49263
|
+
type: "object",
|
|
49264
|
+
required: false,
|
|
49265
|
+
description: ""
|
|
49266
|
+
},
|
|
49267
|
+
{
|
|
49268
|
+
name: "volumes",
|
|
49269
|
+
type: "array",
|
|
49270
|
+
required: false,
|
|
49271
|
+
description: ""
|
|
49272
|
+
},
|
|
49273
|
+
{
|
|
49274
|
+
name: "command",
|
|
49275
|
+
type: "string",
|
|
49276
|
+
required: false,
|
|
49277
|
+
description: ""
|
|
49278
|
+
}
|
|
49279
|
+
],
|
|
49280
|
+
responseShape: {
|
|
49281
|
+
containerId: "string",
|
|
49282
|
+
name: "string",
|
|
49283
|
+
status: "string",
|
|
49284
|
+
ports: "array"
|
|
49285
|
+
}
|
|
49286
|
+
},
|
|
49287
|
+
{
|
|
49288
|
+
name: "stop",
|
|
49289
|
+
description: "",
|
|
49290
|
+
params: [
|
|
49291
|
+
{
|
|
49292
|
+
name: "containerId",
|
|
49293
|
+
type: "string",
|
|
49294
|
+
required: true,
|
|
49295
|
+
description: ""
|
|
49296
|
+
}
|
|
49297
|
+
],
|
|
49298
|
+
responseShape: {
|
|
49299
|
+
containerId: "string",
|
|
49300
|
+
status: "string",
|
|
49301
|
+
stoppedAt: "number"
|
|
49302
|
+
}
|
|
49303
|
+
},
|
|
49304
|
+
{
|
|
49305
|
+
name: "remove",
|
|
49306
|
+
description: "",
|
|
49307
|
+
params: [
|
|
49308
|
+
{
|
|
49309
|
+
name: "containerId",
|
|
49310
|
+
type: "string",
|
|
49311
|
+
required: true,
|
|
49312
|
+
description: ""
|
|
49313
|
+
},
|
|
49314
|
+
{
|
|
49315
|
+
name: "force",
|
|
49316
|
+
type: "boolean",
|
|
49317
|
+
required: false,
|
|
49318
|
+
description: ""
|
|
49319
|
+
}
|
|
49320
|
+
],
|
|
49321
|
+
responseShape: {
|
|
49322
|
+
containerId: "string",
|
|
49323
|
+
removed: "boolean"
|
|
49324
|
+
}
|
|
49325
|
+
},
|
|
49326
|
+
{
|
|
49327
|
+
name: "logs",
|
|
49328
|
+
description: "",
|
|
49329
|
+
params: [
|
|
49330
|
+
{
|
|
49331
|
+
name: "containerId",
|
|
49332
|
+
type: "string",
|
|
49333
|
+
required: true,
|
|
49334
|
+
description: ""
|
|
49335
|
+
},
|
|
49336
|
+
{
|
|
49337
|
+
name: "tail",
|
|
49338
|
+
type: "number",
|
|
49339
|
+
required: false,
|
|
49340
|
+
description: ""
|
|
49341
|
+
},
|
|
49342
|
+
{
|
|
49343
|
+
name: "since",
|
|
49344
|
+
type: "string",
|
|
49345
|
+
required: false,
|
|
49346
|
+
description: ""
|
|
49347
|
+
}
|
|
49348
|
+
],
|
|
49349
|
+
responseShape: {
|
|
49350
|
+
containerId: "string",
|
|
49351
|
+
logs: "string[]",
|
|
49352
|
+
lineCount: "number"
|
|
49353
|
+
}
|
|
49354
|
+
},
|
|
49355
|
+
{
|
|
49356
|
+
name: "status",
|
|
49357
|
+
description: "",
|
|
49358
|
+
params: [
|
|
49359
|
+
{
|
|
49360
|
+
name: "containerId",
|
|
49361
|
+
type: "string",
|
|
49362
|
+
required: true,
|
|
49363
|
+
description: ""
|
|
49364
|
+
}
|
|
49365
|
+
],
|
|
49366
|
+
responseShape: {
|
|
49367
|
+
containerId: "string",
|
|
49368
|
+
name: "string",
|
|
49369
|
+
image: "string",
|
|
49370
|
+
status: "string",
|
|
49371
|
+
ports: "array",
|
|
49372
|
+
createdAt: "number",
|
|
49373
|
+
startedAt: "number | null",
|
|
49374
|
+
stoppedAt: "number | null"
|
|
49375
|
+
}
|
|
49376
|
+
},
|
|
49377
|
+
{
|
|
49378
|
+
name: "list",
|
|
49379
|
+
description: "",
|
|
49380
|
+
params: [
|
|
49381
|
+
{
|
|
49382
|
+
name: "all",
|
|
49383
|
+
type: "boolean",
|
|
49384
|
+
required: false,
|
|
49385
|
+
description: ""
|
|
49386
|
+
},
|
|
49387
|
+
{
|
|
49388
|
+
name: "filterByLabel",
|
|
49389
|
+
type: "string",
|
|
49390
|
+
required: false,
|
|
49391
|
+
description: ""
|
|
49392
|
+
}
|
|
49393
|
+
],
|
|
49394
|
+
responseShape: {
|
|
49395
|
+
containers: "array",
|
|
49396
|
+
total: "number"
|
|
49397
|
+
}
|
|
49398
|
+
}
|
|
49399
|
+
]
|
|
49400
|
+
},
|
|
49401
|
+
storage: {
|
|
49402
|
+
name: "storage",
|
|
49403
|
+
description: "Object storage \u2014 upload, download, delete, list files",
|
|
49404
|
+
category: "infrastructure",
|
|
49405
|
+
actions: [
|
|
49406
|
+
{
|
|
49407
|
+
name: "upload",
|
|
49408
|
+
description: "",
|
|
49409
|
+
params: [
|
|
49410
|
+
{
|
|
49411
|
+
name: "bucket",
|
|
49412
|
+
type: "string",
|
|
49413
|
+
required: true,
|
|
49414
|
+
description: ""
|
|
49415
|
+
},
|
|
49416
|
+
{
|
|
49417
|
+
name: "key",
|
|
49418
|
+
type: "string",
|
|
49419
|
+
required: false,
|
|
49420
|
+
description: ""
|
|
49421
|
+
},
|
|
49422
|
+
{
|
|
49423
|
+
name: "content",
|
|
49424
|
+
type: "string",
|
|
49425
|
+
required: false,
|
|
49426
|
+
description: ""
|
|
49427
|
+
},
|
|
49428
|
+
{
|
|
49429
|
+
name: "contentType",
|
|
49430
|
+
type: "string",
|
|
49431
|
+
required: false,
|
|
49432
|
+
description: ""
|
|
49433
|
+
},
|
|
49434
|
+
{
|
|
49435
|
+
name: "file",
|
|
49436
|
+
type: "object",
|
|
49437
|
+
required: false,
|
|
49438
|
+
description: ""
|
|
49439
|
+
},
|
|
49440
|
+
{
|
|
49441
|
+
name: "acl",
|
|
49442
|
+
type: "'public' | 'private'",
|
|
49443
|
+
required: false,
|
|
49444
|
+
description: ""
|
|
49445
|
+
},
|
|
49446
|
+
{
|
|
49447
|
+
name: "maxSize",
|
|
49448
|
+
type: "number",
|
|
49449
|
+
required: false,
|
|
49450
|
+
description: ""
|
|
49451
|
+
},
|
|
49452
|
+
{
|
|
49453
|
+
name: "metadata",
|
|
49454
|
+
type: "IntegrationParams",
|
|
49455
|
+
required: false,
|
|
49456
|
+
description: ""
|
|
49457
|
+
}
|
|
49458
|
+
],
|
|
49459
|
+
responseShape: {
|
|
49460
|
+
key: "string",
|
|
49461
|
+
bucket: "string",
|
|
49462
|
+
size: "number",
|
|
49463
|
+
etag: "string",
|
|
49464
|
+
id: "string",
|
|
49465
|
+
url: "string"
|
|
49466
|
+
}
|
|
49467
|
+
},
|
|
49468
|
+
{
|
|
49469
|
+
name: "download",
|
|
49470
|
+
description: "",
|
|
47739
49471
|
params: [
|
|
47740
49472
|
{
|
|
47741
|
-
name: "
|
|
49473
|
+
name: "bucket",
|
|
49474
|
+
type: "string",
|
|
49475
|
+
required: true,
|
|
49476
|
+
description: ""
|
|
49477
|
+
},
|
|
49478
|
+
{
|
|
49479
|
+
name: "key",
|
|
47742
49480
|
type: "string",
|
|
47743
49481
|
required: true,
|
|
47744
|
-
description: "
|
|
49482
|
+
description: ""
|
|
47745
49483
|
}
|
|
47746
49484
|
],
|
|
47747
49485
|
responseShape: {
|
|
47748
|
-
|
|
47749
|
-
|
|
49486
|
+
content: "string",
|
|
49487
|
+
contentType: "string",
|
|
49488
|
+
size: "number",
|
|
49489
|
+
metadata: "IntegrationParams"
|
|
47750
49490
|
}
|
|
47751
49491
|
},
|
|
47752
49492
|
{
|
|
47753
|
-
name: "
|
|
47754
|
-
description: "
|
|
49493
|
+
name: "list",
|
|
49494
|
+
description: "",
|
|
47755
49495
|
params: [
|
|
47756
49496
|
{
|
|
47757
|
-
name: "
|
|
49497
|
+
name: "bucket",
|
|
47758
49498
|
type: "string",
|
|
47759
49499
|
required: true,
|
|
47760
|
-
description: "
|
|
49500
|
+
description: ""
|
|
47761
49501
|
},
|
|
47762
49502
|
{
|
|
47763
|
-
name: "
|
|
49503
|
+
name: "prefix",
|
|
49504
|
+
type: "string",
|
|
49505
|
+
required: false,
|
|
49506
|
+
description: ""
|
|
49507
|
+
},
|
|
49508
|
+
{
|
|
49509
|
+
name: "maxKeys",
|
|
47764
49510
|
type: "number",
|
|
47765
49511
|
required: false,
|
|
47766
|
-
description: "
|
|
49512
|
+
description: ""
|
|
49513
|
+
},
|
|
49514
|
+
{
|
|
49515
|
+
name: "continuationToken",
|
|
49516
|
+
type: "string",
|
|
49517
|
+
required: false,
|
|
49518
|
+
description: ""
|
|
47767
49519
|
}
|
|
47768
49520
|
],
|
|
47769
49521
|
responseShape: {
|
|
47770
|
-
|
|
47771
|
-
|
|
47772
|
-
|
|
49522
|
+
keys: "array",
|
|
49523
|
+
truncated: "boolean",
|
|
49524
|
+
nextToken: "string"
|
|
47773
49525
|
}
|
|
47774
|
-
}
|
|
47775
|
-
]
|
|
47776
|
-
},
|
|
47777
|
-
twilio: {
|
|
47778
|
-
name: "twilio",
|
|
47779
|
-
description: "Twilio messaging - send SMS, WhatsApp messages",
|
|
47780
|
-
category: "messaging",
|
|
47781
|
-
actions: [
|
|
49526
|
+
},
|
|
47782
49527
|
{
|
|
47783
|
-
name: "
|
|
47784
|
-
description: "
|
|
49528
|
+
name: "delete",
|
|
49529
|
+
description: "",
|
|
47785
49530
|
params: [
|
|
47786
49531
|
{
|
|
47787
|
-
name: "
|
|
49532
|
+
name: "bucket",
|
|
47788
49533
|
type: "string",
|
|
47789
49534
|
required: true,
|
|
47790
|
-
description: "
|
|
49535
|
+
description: ""
|
|
47791
49536
|
},
|
|
47792
49537
|
{
|
|
47793
|
-
name: "
|
|
49538
|
+
name: "key",
|
|
47794
49539
|
type: "string",
|
|
47795
49540
|
required: true,
|
|
47796
|
-
description: "
|
|
49541
|
+
description: ""
|
|
47797
49542
|
}
|
|
47798
49543
|
],
|
|
47799
49544
|
responseShape: {
|
|
47800
|
-
|
|
47801
|
-
status: "string"
|
|
49545
|
+
deleted: "boolean"
|
|
47802
49546
|
}
|
|
47803
49547
|
},
|
|
47804
49548
|
{
|
|
47805
|
-
name: "
|
|
47806
|
-
description: "
|
|
49549
|
+
name: "getSignedUrl",
|
|
49550
|
+
description: "",
|
|
47807
49551
|
params: [
|
|
47808
49552
|
{
|
|
47809
|
-
name: "
|
|
49553
|
+
name: "bucket",
|
|
47810
49554
|
type: "string",
|
|
47811
49555
|
required: true,
|
|
47812
|
-
description: "
|
|
49556
|
+
description: ""
|
|
47813
49557
|
},
|
|
47814
49558
|
{
|
|
47815
|
-
name: "
|
|
49559
|
+
name: "key",
|
|
47816
49560
|
type: "string",
|
|
47817
49561
|
required: true,
|
|
47818
|
-
description: "
|
|
49562
|
+
description: ""
|
|
49563
|
+
},
|
|
49564
|
+
{
|
|
49565
|
+
name: "expiresIn",
|
|
49566
|
+
type: "number",
|
|
49567
|
+
required: false,
|
|
49568
|
+
description: ""
|
|
49569
|
+
},
|
|
49570
|
+
{
|
|
49571
|
+
name: "operation",
|
|
49572
|
+
type: "'get' | 'put'",
|
|
49573
|
+
required: false,
|
|
49574
|
+
description: ""
|
|
47819
49575
|
}
|
|
47820
49576
|
],
|
|
47821
49577
|
responseShape: {
|
|
47822
|
-
|
|
47823
|
-
|
|
49578
|
+
url: "string",
|
|
49579
|
+
expiresAt: "number"
|
|
47824
49580
|
}
|
|
47825
49581
|
}
|
|
47826
49582
|
]
|
|
47827
49583
|
},
|
|
47828
|
-
|
|
47829
|
-
name: "
|
|
47830
|
-
description: "
|
|
47831
|
-
category: "
|
|
49584
|
+
queue: {
|
|
49585
|
+
name: "queue",
|
|
49586
|
+
description: "Message queue \u2014 publish, subscribe, acknowledge messages",
|
|
49587
|
+
category: "infrastructure",
|
|
47832
49588
|
actions: [
|
|
47833
49589
|
{
|
|
47834
|
-
name: "
|
|
47835
|
-
description: "
|
|
49590
|
+
name: "enqueue",
|
|
49591
|
+
description: "",
|
|
47836
49592
|
params: [
|
|
47837
49593
|
{
|
|
47838
|
-
name: "
|
|
49594
|
+
name: "queue",
|
|
47839
49595
|
type: "string",
|
|
47840
49596
|
required: true,
|
|
47841
|
-
description: "
|
|
49597
|
+
description: ""
|
|
47842
49598
|
},
|
|
47843
49599
|
{
|
|
47844
|
-
name: "
|
|
47845
|
-
type: "
|
|
49600
|
+
name: "payload",
|
|
49601
|
+
type: "ServiceParams",
|
|
47846
49602
|
required: true,
|
|
47847
|
-
description: "
|
|
49603
|
+
description: ""
|
|
47848
49604
|
},
|
|
47849
49605
|
{
|
|
47850
|
-
name: "
|
|
47851
|
-
type: "
|
|
47852
|
-
required:
|
|
47853
|
-
description: "
|
|
49606
|
+
name: "delay",
|
|
49607
|
+
type: "number",
|
|
49608
|
+
required: false,
|
|
49609
|
+
description: ""
|
|
47854
49610
|
},
|
|
47855
49611
|
{
|
|
47856
|
-
name: "
|
|
47857
|
-
type: "
|
|
49612
|
+
name: "priority",
|
|
49613
|
+
type: "number",
|
|
47858
49614
|
required: false,
|
|
47859
|
-
description: "
|
|
49615
|
+
description: ""
|
|
47860
49616
|
}
|
|
47861
49617
|
],
|
|
47862
49618
|
responseShape: {
|
|
47863
|
-
|
|
47864
|
-
|
|
49619
|
+
jobId: "string",
|
|
49620
|
+
position: "number"
|
|
47865
49621
|
}
|
|
47866
|
-
}
|
|
47867
|
-
]
|
|
47868
|
-
},
|
|
47869
|
-
llm: {
|
|
47870
|
-
name: "llm",
|
|
47871
|
-
description: "LLM service for content generation, classification, and structured extraction",
|
|
47872
|
-
category: "ai",
|
|
47873
|
-
actions: [
|
|
49622
|
+
},
|
|
47874
49623
|
{
|
|
47875
|
-
name: "
|
|
47876
|
-
description: "
|
|
49624
|
+
name: "dequeue",
|
|
49625
|
+
description: "",
|
|
47877
49626
|
params: [
|
|
47878
49627
|
{
|
|
47879
|
-
name: "
|
|
49628
|
+
name: "queue",
|
|
47880
49629
|
type: "string",
|
|
47881
|
-
required:
|
|
47882
|
-
description: "
|
|
47883
|
-
}
|
|
49630
|
+
required: true,
|
|
49631
|
+
description: ""
|
|
49632
|
+
}
|
|
49633
|
+
],
|
|
49634
|
+
responseShape: {
|
|
49635
|
+
job: "object | null"
|
|
49636
|
+
}
|
|
49637
|
+
},
|
|
49638
|
+
{
|
|
49639
|
+
name: "status",
|
|
49640
|
+
description: "",
|
|
49641
|
+
params: [
|
|
47884
49642
|
{
|
|
47885
|
-
name: "
|
|
49643
|
+
name: "jobId",
|
|
47886
49644
|
type: "string",
|
|
47887
49645
|
required: true,
|
|
47888
|
-
description: "
|
|
47889
|
-
}
|
|
49646
|
+
description: ""
|
|
49647
|
+
}
|
|
49648
|
+
],
|
|
49649
|
+
responseShape: {
|
|
49650
|
+
status: "'pending' | 'processing' | 'completed' | 'failed'",
|
|
49651
|
+
job: "object | null"
|
|
49652
|
+
}
|
|
49653
|
+
},
|
|
49654
|
+
{
|
|
49655
|
+
name: "complete",
|
|
49656
|
+
description: "",
|
|
49657
|
+
params: [
|
|
47890
49658
|
{
|
|
47891
|
-
name: "
|
|
49659
|
+
name: "jobId",
|
|
47892
49660
|
type: "string",
|
|
47893
|
-
required:
|
|
47894
|
-
description: "
|
|
49661
|
+
required: true,
|
|
49662
|
+
description: ""
|
|
47895
49663
|
},
|
|
47896
49664
|
{
|
|
47897
|
-
name: "
|
|
47898
|
-
type: "
|
|
49665
|
+
name: "result",
|
|
49666
|
+
type: "ServiceParams",
|
|
47899
49667
|
required: false,
|
|
47900
|
-
description: "
|
|
49668
|
+
description: ""
|
|
49669
|
+
}
|
|
49670
|
+
],
|
|
49671
|
+
responseShape: {
|
|
49672
|
+
completed: "boolean"
|
|
49673
|
+
}
|
|
49674
|
+
},
|
|
49675
|
+
{
|
|
49676
|
+
name: "fail",
|
|
49677
|
+
description: "",
|
|
49678
|
+
params: [
|
|
49679
|
+
{
|
|
49680
|
+
name: "jobId",
|
|
49681
|
+
type: "string",
|
|
49682
|
+
required: true,
|
|
49683
|
+
description: ""
|
|
47901
49684
|
},
|
|
47902
49685
|
{
|
|
47903
|
-
name: "
|
|
47904
|
-
type: "
|
|
49686
|
+
name: "error",
|
|
49687
|
+
type: "string",
|
|
47905
49688
|
required: false,
|
|
47906
|
-
description: "
|
|
49689
|
+
description: ""
|
|
47907
49690
|
}
|
|
47908
49691
|
],
|
|
47909
49692
|
responseShape: {
|
|
47910
|
-
|
|
47911
|
-
usage: "object"
|
|
49693
|
+
failed: "boolean"
|
|
47912
49694
|
}
|
|
47913
49695
|
},
|
|
47914
49696
|
{
|
|
47915
|
-
name: "
|
|
47916
|
-
description: "
|
|
49697
|
+
name: "cancel",
|
|
49698
|
+
description: "",
|
|
47917
49699
|
params: [
|
|
47918
49700
|
{
|
|
47919
|
-
name: "
|
|
49701
|
+
name: "jobId",
|
|
47920
49702
|
type: "string",
|
|
47921
49703
|
required: true,
|
|
47922
|
-
description: "
|
|
47923
|
-
}
|
|
49704
|
+
description: ""
|
|
49705
|
+
}
|
|
49706
|
+
],
|
|
49707
|
+
responseShape: {
|
|
49708
|
+
cancelled: "boolean"
|
|
49709
|
+
}
|
|
49710
|
+
},
|
|
49711
|
+
{
|
|
49712
|
+
name: "size",
|
|
49713
|
+
description: "",
|
|
49714
|
+
params: [
|
|
47924
49715
|
{
|
|
47925
|
-
name: "
|
|
47926
|
-
type: "
|
|
49716
|
+
name: "queue",
|
|
49717
|
+
type: "string",
|
|
47927
49718
|
required: true,
|
|
47928
|
-
description: "
|
|
47929
|
-
}
|
|
49719
|
+
description: ""
|
|
49720
|
+
}
|
|
49721
|
+
],
|
|
49722
|
+
responseShape: {
|
|
49723
|
+
size: "number",
|
|
49724
|
+
pending: "number",
|
|
49725
|
+
processing: "number"
|
|
49726
|
+
}
|
|
49727
|
+
}
|
|
49728
|
+
]
|
|
49729
|
+
},
|
|
49730
|
+
redis: {
|
|
49731
|
+
name: "redis",
|
|
49732
|
+
description: "Redis \u2014 cache get/set/delete, pub/sub",
|
|
49733
|
+
category: "infrastructure",
|
|
49734
|
+
actions: [
|
|
49735
|
+
{
|
|
49736
|
+
name: "get",
|
|
49737
|
+
description: "",
|
|
49738
|
+
params: [
|
|
47930
49739
|
{
|
|
47931
|
-
name: "
|
|
49740
|
+
name: "key",
|
|
47932
49741
|
type: "string",
|
|
47933
|
-
required:
|
|
47934
|
-
description: "
|
|
49742
|
+
required: true,
|
|
49743
|
+
description: ""
|
|
47935
49744
|
}
|
|
47936
49745
|
],
|
|
47937
49746
|
responseShape: {
|
|
47938
|
-
|
|
47939
|
-
confidence: "number",
|
|
47940
|
-
reasoning: "string"
|
|
49747
|
+
value: "ServiceParams"
|
|
47941
49748
|
}
|
|
47942
49749
|
},
|
|
47943
49750
|
{
|
|
47944
|
-
name: "
|
|
47945
|
-
description: "
|
|
49751
|
+
name: "set",
|
|
49752
|
+
description: "",
|
|
47946
49753
|
params: [
|
|
47947
49754
|
{
|
|
47948
|
-
name: "
|
|
49755
|
+
name: "key",
|
|
47949
49756
|
type: "string",
|
|
47950
49757
|
required: true,
|
|
47951
|
-
description: "
|
|
49758
|
+
description: ""
|
|
47952
49759
|
},
|
|
47953
49760
|
{
|
|
47954
|
-
name: "
|
|
47955
|
-
type: "
|
|
49761
|
+
name: "value",
|
|
49762
|
+
type: "ServiceParams",
|
|
47956
49763
|
required: true,
|
|
47957
|
-
description: "
|
|
49764
|
+
description: ""
|
|
47958
49765
|
},
|
|
47959
49766
|
{
|
|
47960
|
-
name: "
|
|
47961
|
-
type: "
|
|
49767
|
+
name: "ttl",
|
|
49768
|
+
type: "number",
|
|
47962
49769
|
required: false,
|
|
47963
|
-
description: "
|
|
49770
|
+
description: ""
|
|
47964
49771
|
}
|
|
47965
49772
|
],
|
|
47966
49773
|
responseShape: {
|
|
47967
|
-
|
|
47968
|
-
confidence: "number"
|
|
49774
|
+
ok: "boolean"
|
|
47969
49775
|
}
|
|
47970
49776
|
},
|
|
47971
49777
|
{
|
|
47972
|
-
name: "
|
|
47973
|
-
description: "
|
|
49778
|
+
name: "delete",
|
|
49779
|
+
description: "",
|
|
47974
49780
|
params: [
|
|
47975
49781
|
{
|
|
47976
|
-
name: "
|
|
49782
|
+
name: "key",
|
|
47977
49783
|
type: "string",
|
|
47978
49784
|
required: true,
|
|
47979
|
-
description: "
|
|
49785
|
+
description: ""
|
|
49786
|
+
}
|
|
49787
|
+
],
|
|
49788
|
+
responseShape: {
|
|
49789
|
+
deleted: "boolean"
|
|
49790
|
+
}
|
|
49791
|
+
},
|
|
49792
|
+
{
|
|
49793
|
+
name: "lock",
|
|
49794
|
+
description: "",
|
|
49795
|
+
params: [
|
|
49796
|
+
{
|
|
49797
|
+
name: "key",
|
|
49798
|
+
type: "string",
|
|
49799
|
+
required: true,
|
|
49800
|
+
description: ""
|
|
47980
49801
|
},
|
|
47981
49802
|
{
|
|
47982
|
-
name: "
|
|
49803
|
+
name: "ttl",
|
|
47983
49804
|
type: "number",
|
|
47984
49805
|
required: false,
|
|
47985
|
-
description: "
|
|
47986
|
-
}
|
|
49806
|
+
description: ""
|
|
49807
|
+
}
|
|
49808
|
+
],
|
|
49809
|
+
responseShape: {
|
|
49810
|
+
acquired: "boolean",
|
|
49811
|
+
lockId: "string"
|
|
49812
|
+
}
|
|
49813
|
+
},
|
|
49814
|
+
{
|
|
49815
|
+
name: "unlock",
|
|
49816
|
+
description: "",
|
|
49817
|
+
params: [
|
|
47987
49818
|
{
|
|
47988
|
-
name: "
|
|
49819
|
+
name: "key",
|
|
47989
49820
|
type: "string",
|
|
47990
|
-
required:
|
|
47991
|
-
description: "
|
|
49821
|
+
required: true,
|
|
49822
|
+
description: ""
|
|
47992
49823
|
},
|
|
47993
49824
|
{
|
|
47994
|
-
name: "
|
|
49825
|
+
name: "lockId",
|
|
47995
49826
|
type: "string",
|
|
47996
|
-
required:
|
|
47997
|
-
description: "
|
|
49827
|
+
required: true,
|
|
49828
|
+
description: ""
|
|
47998
49829
|
}
|
|
47999
49830
|
],
|
|
48000
49831
|
responseShape: {
|
|
48001
|
-
|
|
48002
|
-
keyPoints: "array"
|
|
49832
|
+
released: "boolean"
|
|
48003
49833
|
}
|
|
48004
49834
|
},
|
|
48005
49835
|
{
|
|
48006
|
-
name: "
|
|
48007
|
-
description: "
|
|
49836
|
+
name: "increment",
|
|
49837
|
+
description: "",
|
|
48008
49838
|
params: [
|
|
48009
49839
|
{
|
|
48010
|
-
name: "
|
|
48011
|
-
type: "string
|
|
49840
|
+
name: "key",
|
|
49841
|
+
type: "string",
|
|
48012
49842
|
required: true,
|
|
48013
|
-
description: "
|
|
49843
|
+
description: ""
|
|
48014
49844
|
},
|
|
48015
49845
|
{
|
|
48016
|
-
name: "
|
|
48017
|
-
type: "
|
|
49846
|
+
name: "by",
|
|
49847
|
+
type: "number",
|
|
48018
49848
|
required: false,
|
|
48019
|
-
description: "
|
|
49849
|
+
description: ""
|
|
48020
49850
|
}
|
|
48021
49851
|
],
|
|
48022
49852
|
responseShape: {
|
|
48023
|
-
|
|
49853
|
+
value: "number"
|
|
48024
49854
|
}
|
|
48025
|
-
}
|
|
48026
|
-
]
|
|
48027
|
-
},
|
|
48028
|
-
ml: {
|
|
48029
|
-
name: "ml",
|
|
48030
|
-
description: "ML service - model inference on a trained or off-the-shelf checkpoint, reached via a deployed serving orbital",
|
|
48031
|
-
category: "ai",
|
|
48032
|
-
actions: [
|
|
49855
|
+
},
|
|
48033
49856
|
{
|
|
48034
|
-
name: "
|
|
48035
|
-
description: "
|
|
49857
|
+
name: "expire",
|
|
49858
|
+
description: "",
|
|
48036
49859
|
params: [
|
|
48037
49860
|
{
|
|
48038
|
-
name: "
|
|
49861
|
+
name: "key",
|
|
48039
49862
|
type: "string",
|
|
48040
49863
|
required: true,
|
|
48041
|
-
description: "
|
|
49864
|
+
description: ""
|
|
48042
49865
|
},
|
|
48043
49866
|
{
|
|
48044
|
-
name: "
|
|
48045
|
-
type: "
|
|
49867
|
+
name: "ttl",
|
|
49868
|
+
type: "number",
|
|
48046
49869
|
required: true,
|
|
48047
|
-
description: "
|
|
49870
|
+
description: ""
|
|
48048
49871
|
}
|
|
48049
49872
|
],
|
|
48050
49873
|
responseShape: {
|
|
48051
|
-
|
|
48052
|
-
|
|
48053
|
-
|
|
49874
|
+
set: "boolean"
|
|
49875
|
+
}
|
|
49876
|
+
},
|
|
49877
|
+
{
|
|
49878
|
+
name: "publish",
|
|
49879
|
+
description: "",
|
|
49880
|
+
params: [
|
|
49881
|
+
{
|
|
49882
|
+
name: "channel",
|
|
49883
|
+
type: "string",
|
|
49884
|
+
required: true,
|
|
49885
|
+
description: ""
|
|
49886
|
+
},
|
|
49887
|
+
{
|
|
49888
|
+
name: "message",
|
|
49889
|
+
type: "ServiceParams",
|
|
49890
|
+
required: true,
|
|
49891
|
+
description: ""
|
|
49892
|
+
}
|
|
49893
|
+
],
|
|
49894
|
+
responseShape: {
|
|
49895
|
+
receivers: "number"
|
|
49896
|
+
}
|
|
49897
|
+
},
|
|
49898
|
+
{
|
|
49899
|
+
name: "subscribe",
|
|
49900
|
+
description: "",
|
|
49901
|
+
params: [
|
|
49902
|
+
{
|
|
49903
|
+
name: "channel",
|
|
49904
|
+
type: "string",
|
|
49905
|
+
required: true,
|
|
49906
|
+
description: ""
|
|
49907
|
+
}
|
|
49908
|
+
],
|
|
49909
|
+
responseShape: {
|
|
49910
|
+
subscribed: "boolean"
|
|
48054
49911
|
}
|
|
48055
49912
|
}
|
|
48056
49913
|
]
|
|
48057
49914
|
},
|
|
48058
|
-
|
|
48059
|
-
name: "
|
|
48060
|
-
description: "
|
|
48061
|
-
category: "
|
|
49915
|
+
oauth: {
|
|
49916
|
+
name: "oauth",
|
|
49917
|
+
description: "OAuth/OIDC \u2014 authorization-code + PKCE flow, token management, userinfo",
|
|
49918
|
+
category: "auth",
|
|
48062
49919
|
actions: [
|
|
48063
49920
|
{
|
|
48064
|
-
name: "
|
|
48065
|
-
description: "
|
|
49921
|
+
name: "authorize",
|
|
49922
|
+
description: "",
|
|
48066
49923
|
params: [
|
|
48067
49924
|
{
|
|
48068
|
-
name: "
|
|
48069
|
-
type: "
|
|
49925
|
+
name: "provider",
|
|
49926
|
+
type: "'google' | 'github' | 'auth0'",
|
|
48070
49927
|
required: true,
|
|
48071
|
-
description: "
|
|
49928
|
+
description: ""
|
|
48072
49929
|
},
|
|
48073
49930
|
{
|
|
48074
|
-
name: "
|
|
48075
|
-
type: "string",
|
|
48076
|
-
required:
|
|
48077
|
-
description: "
|
|
49931
|
+
name: "scopes",
|
|
49932
|
+
type: "string[]",
|
|
49933
|
+
required: true,
|
|
49934
|
+
description: ""
|
|
48078
49935
|
},
|
|
48079
49936
|
{
|
|
48080
|
-
name: "
|
|
49937
|
+
name: "redirectUri",
|
|
48081
49938
|
type: "string",
|
|
48082
|
-
required:
|
|
48083
|
-
description: "
|
|
48084
|
-
},
|
|
48085
|
-
{
|
|
48086
|
-
name: "context",
|
|
48087
|
-
type: "object",
|
|
48088
|
-
required: false,
|
|
48089
|
-
description: "Additional context (current schema, project info)"
|
|
49939
|
+
required: true,
|
|
49940
|
+
description: ""
|
|
48090
49941
|
}
|
|
48091
49942
|
],
|
|
48092
49943
|
responseShape: {
|
|
48093
|
-
|
|
48094
|
-
|
|
48095
|
-
toolCalls: "array",
|
|
48096
|
-
todos: "array",
|
|
48097
|
-
schemaDiffs: "array"
|
|
49944
|
+
authUrl: "string",
|
|
49945
|
+
state: "string"
|
|
48098
49946
|
}
|
|
48099
49947
|
},
|
|
48100
49948
|
{
|
|
48101
|
-
name: "
|
|
48102
|
-
description: "
|
|
49949
|
+
name: "token",
|
|
49950
|
+
description: "",
|
|
48103
49951
|
params: [
|
|
48104
49952
|
{
|
|
48105
|
-
name: "
|
|
49953
|
+
name: "code",
|
|
48106
49954
|
type: "string",
|
|
48107
49955
|
required: true,
|
|
48108
|
-
description: "
|
|
49956
|
+
description: ""
|
|
49957
|
+
},
|
|
49958
|
+
{
|
|
49959
|
+
name: "state",
|
|
49960
|
+
type: "string",
|
|
49961
|
+
required: true,
|
|
49962
|
+
description: ""
|
|
48109
49963
|
}
|
|
48110
49964
|
],
|
|
48111
49965
|
responseShape: {
|
|
48112
|
-
|
|
49966
|
+
accessToken: "string",
|
|
49967
|
+
refreshToken: "string",
|
|
49968
|
+
expiresIn: "number",
|
|
49969
|
+
tokenType: "'bearer'"
|
|
48113
49970
|
}
|
|
48114
49971
|
},
|
|
48115
49972
|
{
|
|
48116
|
-
name: "
|
|
48117
|
-
description: "
|
|
49973
|
+
name: "refresh",
|
|
49974
|
+
description: "",
|
|
48118
49975
|
params: [
|
|
48119
49976
|
{
|
|
48120
|
-
name: "
|
|
49977
|
+
name: "refreshToken",
|
|
48121
49978
|
type: "string",
|
|
48122
49979
|
required: true,
|
|
48123
|
-
description: "
|
|
49980
|
+
description: ""
|
|
48124
49981
|
}
|
|
48125
49982
|
],
|
|
48126
49983
|
responseShape: {
|
|
48127
|
-
|
|
48128
|
-
|
|
48129
|
-
warnings: "array"
|
|
49984
|
+
accessToken: "string",
|
|
49985
|
+
expiresIn: "number"
|
|
48130
49986
|
}
|
|
48131
49987
|
},
|
|
48132
49988
|
{
|
|
48133
|
-
name: "
|
|
48134
|
-
description: "
|
|
49989
|
+
name: "revoke",
|
|
49990
|
+
description: "",
|
|
48135
49991
|
params: [
|
|
48136
49992
|
{
|
|
48137
|
-
name: "
|
|
49993
|
+
name: "token",
|
|
48138
49994
|
type: "string",
|
|
48139
49995
|
required: true,
|
|
48140
|
-
description: "
|
|
48141
|
-
},
|
|
48142
|
-
{
|
|
48143
|
-
name: "shell",
|
|
48144
|
-
type: "string",
|
|
48145
|
-
required: false,
|
|
48146
|
-
description: "Target shell: typescript, python (default: typescript)"
|
|
49996
|
+
description: ""
|
|
48147
49997
|
}
|
|
48148
49998
|
],
|
|
48149
49999
|
responseShape: {
|
|
48150
|
-
|
|
48151
|
-
outputPath: "string",
|
|
48152
|
-
errors: "array"
|
|
50000
|
+
revoked: "boolean"
|
|
48153
50001
|
}
|
|
48154
50002
|
},
|
|
48155
50003
|
{
|
|
48156
|
-
name: "
|
|
48157
|
-
description: "
|
|
50004
|
+
name: "userinfo",
|
|
50005
|
+
description: "",
|
|
48158
50006
|
params: [
|
|
48159
50007
|
{
|
|
48160
|
-
name: "
|
|
50008
|
+
name: "accessToken",
|
|
48161
50009
|
type: "string",
|
|
48162
50010
|
required: true,
|
|
48163
|
-
description: "
|
|
50011
|
+
description: ""
|
|
48164
50012
|
}
|
|
48165
50013
|
],
|
|
48166
50014
|
responseShape: {
|
|
48167
|
-
|
|
48168
|
-
|
|
48169
|
-
|
|
50015
|
+
sub: "string",
|
|
50016
|
+
email: "string",
|
|
50017
|
+
name: "string",
|
|
50018
|
+
picture: "string"
|
|
48170
50019
|
}
|
|
48171
50020
|
}
|
|
48172
50021
|
]
|
|
48173
50022
|
},
|
|
48174
|
-
|
|
48175
|
-
name: "
|
|
48176
|
-
description: "
|
|
48177
|
-
category: "
|
|
50023
|
+
credentials: {
|
|
50024
|
+
name: "credentials",
|
|
50025
|
+
description: "Tenant credential store \u2014 masked list, set/remove, test connection (settings-page backend)",
|
|
50026
|
+
category: "auth",
|
|
48178
50027
|
actions: [
|
|
48179
50028
|
{
|
|
48180
|
-
name: "
|
|
48181
|
-
description: "
|
|
50029
|
+
name: "list",
|
|
50030
|
+
description: "",
|
|
48182
50031
|
params: [
|
|
48183
50032
|
{
|
|
48184
|
-
name: "
|
|
48185
|
-
type: "string",
|
|
48186
|
-
required: true,
|
|
48187
|
-
description: "Repository URL or owner/repo"
|
|
48188
|
-
},
|
|
48189
|
-
{
|
|
48190
|
-
name: "branch",
|
|
50033
|
+
name: "service",
|
|
48191
50034
|
type: "string",
|
|
48192
50035
|
required: false,
|
|
48193
|
-
description: "
|
|
50036
|
+
description: ""
|
|
48194
50037
|
}
|
|
48195
50038
|
],
|
|
48196
50039
|
responseShape: {
|
|
48197
|
-
|
|
48198
|
-
|
|
50040
|
+
enabled: "boolean",
|
|
50041
|
+
entries: "array"
|
|
48199
50042
|
}
|
|
48200
50043
|
},
|
|
48201
50044
|
{
|
|
48202
|
-
name: "
|
|
48203
|
-
description: "
|
|
50045
|
+
name: "set",
|
|
50046
|
+
description: "",
|
|
48204
50047
|
params: [
|
|
48205
50048
|
{
|
|
48206
|
-
name: "
|
|
50049
|
+
name: "service",
|
|
48207
50050
|
type: "string",
|
|
48208
50051
|
required: true,
|
|
48209
|
-
description: "
|
|
50052
|
+
description: ""
|
|
48210
50053
|
},
|
|
48211
50054
|
{
|
|
48212
|
-
name: "
|
|
50055
|
+
name: "envVar",
|
|
50056
|
+
type: "string",
|
|
50057
|
+
required: true,
|
|
50058
|
+
description: ""
|
|
50059
|
+
},
|
|
50060
|
+
{
|
|
50061
|
+
name: "value",
|
|
48213
50062
|
type: "string",
|
|
48214
50063
|
required: true,
|
|
48215
|
-
description: "
|
|
50064
|
+
description: ""
|
|
48216
50065
|
}
|
|
48217
50066
|
],
|
|
48218
50067
|
responseShape: {
|
|
48219
|
-
|
|
50068
|
+
saved: "boolean",
|
|
50069
|
+
service: "string",
|
|
50070
|
+
envVar: "string",
|
|
50071
|
+
last4: "string"
|
|
48220
50072
|
}
|
|
48221
50073
|
},
|
|
48222
50074
|
{
|
|
48223
|
-
name: "
|
|
48224
|
-
description: "
|
|
50075
|
+
name: "remove",
|
|
50076
|
+
description: "",
|
|
48225
50077
|
params: [
|
|
48226
50078
|
{
|
|
48227
|
-
name: "
|
|
50079
|
+
name: "service",
|
|
48228
50080
|
type: "string",
|
|
48229
50081
|
required: true,
|
|
48230
|
-
description: "
|
|
50082
|
+
description: ""
|
|
48231
50083
|
},
|
|
48232
50084
|
{
|
|
48233
|
-
name: "
|
|
50085
|
+
name: "envVar",
|
|
48234
50086
|
type: "string",
|
|
48235
50087
|
required: true,
|
|
48236
|
-
description: "
|
|
48237
|
-
},
|
|
48238
|
-
{
|
|
48239
|
-
name: "files",
|
|
48240
|
-
type: "array",
|
|
48241
|
-
required: false,
|
|
48242
|
-
description: "Files to stage"
|
|
50088
|
+
description: ""
|
|
48243
50089
|
}
|
|
48244
50090
|
],
|
|
48245
50091
|
responseShape: {
|
|
48246
|
-
|
|
48247
|
-
message: "string"
|
|
50092
|
+
removed: "boolean"
|
|
48248
50093
|
}
|
|
48249
50094
|
},
|
|
48250
50095
|
{
|
|
48251
|
-
name: "
|
|
48252
|
-
description: "
|
|
50096
|
+
name: "test",
|
|
50097
|
+
description: "",
|
|
48253
50098
|
params: [
|
|
48254
50099
|
{
|
|
48255
|
-
name: "
|
|
50100
|
+
name: "service",
|
|
48256
50101
|
type: "string",
|
|
48257
50102
|
required: true,
|
|
48258
|
-
description: "
|
|
48259
|
-
},
|
|
48260
|
-
{
|
|
48261
|
-
name: "branch",
|
|
48262
|
-
type: "string",
|
|
48263
|
-
required: false,
|
|
48264
|
-
description: "Branch to push"
|
|
50103
|
+
description: ""
|
|
48265
50104
|
}
|
|
48266
50105
|
],
|
|
48267
50106
|
responseShape: {
|
|
48268
|
-
|
|
50107
|
+
service: "string",
|
|
50108
|
+
configured: "boolean",
|
|
50109
|
+
missing: "string[]",
|
|
50110
|
+
probed: "boolean",
|
|
50111
|
+
ok: "boolean",
|
|
50112
|
+
message: "string"
|
|
48269
50113
|
}
|
|
48270
50114
|
},
|
|
48271
50115
|
{
|
|
48272
|
-
name: "
|
|
48273
|
-
description: "
|
|
50116
|
+
name: "rotate",
|
|
50117
|
+
description: "",
|
|
50118
|
+
params: [],
|
|
50119
|
+
responseShape: {
|
|
50120
|
+
rotated: "number",
|
|
50121
|
+
alreadyCurrent: "number",
|
|
50122
|
+
unreadable: "number"
|
|
50123
|
+
}
|
|
50124
|
+
}
|
|
50125
|
+
]
|
|
50126
|
+
},
|
|
50127
|
+
otel: {
|
|
50128
|
+
name: "otel",
|
|
50129
|
+
description: "OpenTelemetry \u2014 spans, metrics, logs",
|
|
50130
|
+
category: "infrastructure",
|
|
50131
|
+
actions: [
|
|
50132
|
+
{
|
|
50133
|
+
name: "startSpan",
|
|
50134
|
+
description: "",
|
|
48274
50135
|
params: [
|
|
48275
50136
|
{
|
|
48276
|
-
name: "
|
|
50137
|
+
name: "name",
|
|
48277
50138
|
type: "string",
|
|
48278
50139
|
required: true,
|
|
48279
|
-
description: "
|
|
50140
|
+
description: ""
|
|
48280
50141
|
},
|
|
48281
50142
|
{
|
|
48282
|
-
name: "
|
|
48283
|
-
type: "
|
|
50143
|
+
name: "attributes",
|
|
50144
|
+
type: "IntegrationParams",
|
|
48284
50145
|
required: false,
|
|
48285
|
-
description: "
|
|
50146
|
+
description: ""
|
|
48286
50147
|
},
|
|
48287
50148
|
{
|
|
48288
|
-
name: "
|
|
50149
|
+
name: "traceId",
|
|
50150
|
+
type: "string",
|
|
50151
|
+
required: false,
|
|
50152
|
+
description: ""
|
|
50153
|
+
}
|
|
50154
|
+
],
|
|
50155
|
+
responseShape: {
|
|
50156
|
+
spanId: "string",
|
|
50157
|
+
traceId: "string"
|
|
50158
|
+
}
|
|
50159
|
+
},
|
|
50160
|
+
{
|
|
50161
|
+
name: "endSpan",
|
|
50162
|
+
description: "",
|
|
50163
|
+
params: [
|
|
50164
|
+
{
|
|
50165
|
+
name: "spanId",
|
|
48289
50166
|
type: "string",
|
|
48290
50167
|
required: true,
|
|
48291
|
-
description: "
|
|
50168
|
+
description: ""
|
|
48292
50169
|
},
|
|
48293
50170
|
{
|
|
48294
|
-
name: "
|
|
48295
|
-
type: "
|
|
50171
|
+
name: "status",
|
|
50172
|
+
type: "'ok' | 'error'",
|
|
48296
50173
|
required: false,
|
|
48297
|
-
description: "
|
|
50174
|
+
description: ""
|
|
48298
50175
|
}
|
|
48299
50176
|
],
|
|
48300
50177
|
responseShape: {
|
|
48301
|
-
|
|
48302
|
-
url: "string"
|
|
50178
|
+
ended: "boolean"
|
|
48303
50179
|
}
|
|
48304
50180
|
},
|
|
48305
50181
|
{
|
|
48306
|
-
name: "
|
|
48307
|
-
description: "
|
|
50182
|
+
name: "addEvent",
|
|
50183
|
+
description: "",
|
|
48308
50184
|
params: [
|
|
48309
50185
|
{
|
|
48310
|
-
name: "
|
|
48311
|
-
type: "
|
|
50186
|
+
name: "spanId",
|
|
50187
|
+
type: "string",
|
|
50188
|
+
required: true,
|
|
50189
|
+
description: ""
|
|
50190
|
+
},
|
|
50191
|
+
{
|
|
50192
|
+
name: "name",
|
|
50193
|
+
type: "string",
|
|
48312
50194
|
required: true,
|
|
48313
|
-
description: "
|
|
50195
|
+
description: ""
|
|
50196
|
+
},
|
|
50197
|
+
{
|
|
50198
|
+
name: "attributes",
|
|
50199
|
+
type: "IntegrationParams",
|
|
50200
|
+
required: false,
|
|
50201
|
+
description: ""
|
|
48314
50202
|
}
|
|
48315
50203
|
],
|
|
48316
50204
|
responseShape: {
|
|
48317
|
-
|
|
50205
|
+
added: "boolean"
|
|
48318
50206
|
}
|
|
48319
50207
|
},
|
|
48320
50208
|
{
|
|
48321
|
-
name: "
|
|
48322
|
-
description: "
|
|
50209
|
+
name: "recordMetric",
|
|
50210
|
+
description: "",
|
|
48323
50211
|
params: [
|
|
48324
50212
|
{
|
|
48325
|
-
name: "
|
|
50213
|
+
name: "name",
|
|
48326
50214
|
type: "string",
|
|
50215
|
+
required: true,
|
|
50216
|
+
description: ""
|
|
50217
|
+
},
|
|
50218
|
+
{
|
|
50219
|
+
name: "value",
|
|
50220
|
+
type: "number",
|
|
50221
|
+
required: true,
|
|
50222
|
+
description: ""
|
|
50223
|
+
},
|
|
50224
|
+
{
|
|
50225
|
+
name: "type",
|
|
50226
|
+
type: "'counter' | 'gauge' | 'histogram'",
|
|
48327
50227
|
required: false,
|
|
48328
|
-
description: "
|
|
50228
|
+
description: ""
|
|
48329
50229
|
},
|
|
48330
50230
|
{
|
|
48331
50231
|
name: "labels",
|
|
48332
|
-
type: "
|
|
50232
|
+
type: "IntegrationParams",
|
|
48333
50233
|
required: false,
|
|
48334
|
-
description: "
|
|
50234
|
+
description: ""
|
|
48335
50235
|
}
|
|
48336
50236
|
],
|
|
48337
50237
|
responseShape: {
|
|
48338
|
-
|
|
50238
|
+
recorded: "boolean"
|
|
48339
50239
|
}
|
|
48340
50240
|
},
|
|
48341
50241
|
{
|
|
48342
|
-
name: "
|
|
48343
|
-
description: "
|
|
50242
|
+
name: "getSpan",
|
|
50243
|
+
description: "",
|
|
48344
50244
|
params: [
|
|
48345
50245
|
{
|
|
48346
|
-
name: "
|
|
48347
|
-
type: "
|
|
50246
|
+
name: "spanId",
|
|
50247
|
+
type: "string",
|
|
48348
50248
|
required: true,
|
|
48349
|
-
description: "
|
|
50249
|
+
description: ""
|
|
48350
50250
|
}
|
|
48351
50251
|
],
|
|
48352
|
-
responseShape: {
|
|
48353
|
-
|
|
48354
|
-
|
|
48355
|
-
|
|
48356
|
-
|
|
50252
|
+
responseShape: {}
|
|
50253
|
+
},
|
|
50254
|
+
{
|
|
50255
|
+
name: "getMetrics",
|
|
50256
|
+
description: "",
|
|
50257
|
+
params: [],
|
|
50258
|
+
responseShape: {}
|
|
48357
50259
|
}
|
|
48358
50260
|
]
|
|
48359
50261
|
},
|
|
@@ -48364,24 +50266,133 @@ var integrators_registry_default = {
|
|
|
48364
50266
|
actions: [
|
|
48365
50267
|
{
|
|
48366
50268
|
name: "validate",
|
|
48367
|
-
description: "
|
|
50269
|
+
description: "",
|
|
48368
50270
|
params: [
|
|
48369
50271
|
{
|
|
48370
50272
|
name: "schema",
|
|
48371
50273
|
type: "string",
|
|
48372
50274
|
required: true,
|
|
48373
|
-
description: "
|
|
50275
|
+
description: ""
|
|
48374
50276
|
}
|
|
48375
50277
|
],
|
|
48376
50278
|
responseShape: {
|
|
48377
50279
|
valid: "boolean",
|
|
48378
|
-
errors: "
|
|
48379
|
-
warnings: "
|
|
50280
|
+
errors: "string[]",
|
|
50281
|
+
warnings: "string[]",
|
|
48380
50282
|
summary: "string"
|
|
48381
50283
|
}
|
|
48382
50284
|
}
|
|
48383
50285
|
]
|
|
48384
50286
|
},
|
|
50287
|
+
deepagent: {
|
|
50288
|
+
name: "deepagent",
|
|
50289
|
+
description: "AI code generation agent with tool use - generates schemas, code, and manages projects",
|
|
50290
|
+
category: "ai",
|
|
50291
|
+
actions: [
|
|
50292
|
+
{
|
|
50293
|
+
name: "sendMessage",
|
|
50294
|
+
description: "",
|
|
50295
|
+
params: [
|
|
50296
|
+
{
|
|
50297
|
+
name: "message",
|
|
50298
|
+
type: "string",
|
|
50299
|
+
required: true,
|
|
50300
|
+
description: ""
|
|
50301
|
+
},
|
|
50302
|
+
{
|
|
50303
|
+
name: "threadId",
|
|
50304
|
+
type: "string",
|
|
50305
|
+
required: false,
|
|
50306
|
+
description: ""
|
|
50307
|
+
},
|
|
50308
|
+
{
|
|
50309
|
+
name: "skill",
|
|
50310
|
+
type: "string",
|
|
50311
|
+
required: false,
|
|
50312
|
+
description: ""
|
|
50313
|
+
},
|
|
50314
|
+
{
|
|
50315
|
+
name: "context",
|
|
50316
|
+
type: "IntegrationParams",
|
|
50317
|
+
required: false,
|
|
50318
|
+
description: ""
|
|
50319
|
+
}
|
|
50320
|
+
],
|
|
50321
|
+
responseShape: {
|
|
50322
|
+
response: "string",
|
|
50323
|
+
threadId: "string"
|
|
50324
|
+
}
|
|
50325
|
+
},
|
|
50326
|
+
{
|
|
50327
|
+
name: "cancelGeneration",
|
|
50328
|
+
description: "",
|
|
50329
|
+
params: [
|
|
50330
|
+
{
|
|
50331
|
+
name: "threadId",
|
|
50332
|
+
type: "string",
|
|
50333
|
+
required: true,
|
|
50334
|
+
description: ""
|
|
50335
|
+
}
|
|
50336
|
+
],
|
|
50337
|
+
responseShape: {
|
|
50338
|
+
cancelled: "boolean"
|
|
50339
|
+
}
|
|
50340
|
+
},
|
|
50341
|
+
{
|
|
50342
|
+
name: "validateSchema",
|
|
50343
|
+
description: "",
|
|
50344
|
+
params: [
|
|
50345
|
+
{
|
|
50346
|
+
name: "schema",
|
|
50347
|
+
type: "string",
|
|
50348
|
+
required: true,
|
|
50349
|
+
description: ""
|
|
50350
|
+
}
|
|
50351
|
+
],
|
|
50352
|
+
responseShape: {
|
|
50353
|
+
valid: "boolean",
|
|
50354
|
+
errors: "string[]"
|
|
50355
|
+
}
|
|
50356
|
+
},
|
|
50357
|
+
{
|
|
50358
|
+
name: "compileSchema",
|
|
50359
|
+
description: "",
|
|
50360
|
+
params: [
|
|
50361
|
+
{
|
|
50362
|
+
name: "schema",
|
|
50363
|
+
type: "string",
|
|
50364
|
+
required: true,
|
|
50365
|
+
description: ""
|
|
50366
|
+
},
|
|
50367
|
+
{
|
|
50368
|
+
name: "shell",
|
|
50369
|
+
type: "string",
|
|
50370
|
+
required: false,
|
|
50371
|
+
description: ""
|
|
50372
|
+
}
|
|
50373
|
+
],
|
|
50374
|
+
responseShape: {
|
|
50375
|
+
output: "string",
|
|
50376
|
+
files: "string[]"
|
|
50377
|
+
}
|
|
50378
|
+
},
|
|
50379
|
+
{
|
|
50380
|
+
name: "getThreadHistory",
|
|
50381
|
+
description: "",
|
|
50382
|
+
params: [
|
|
50383
|
+
{
|
|
50384
|
+
name: "threadId",
|
|
50385
|
+
type: "string",
|
|
50386
|
+
required: true,
|
|
50387
|
+
description: ""
|
|
50388
|
+
}
|
|
50389
|
+
],
|
|
50390
|
+
responseShape: {
|
|
50391
|
+
messages: "array"
|
|
50392
|
+
}
|
|
50393
|
+
}
|
|
50394
|
+
]
|
|
50395
|
+
},
|
|
48385
50396
|
database: {
|
|
48386
50397
|
name: "database",
|
|
48387
50398
|
description: "Generic SQL database integration - read-only queries over external connections",
|
|
@@ -48389,29 +50400,29 @@ var integrators_registry_default = {
|
|
|
48389
50400
|
actions: [
|
|
48390
50401
|
{
|
|
48391
50402
|
name: "query",
|
|
48392
|
-
description: "
|
|
50403
|
+
description: "",
|
|
48393
50404
|
params: [
|
|
48394
50405
|
{
|
|
48395
50406
|
name: "connectionRef",
|
|
48396
50407
|
type: "string",
|
|
48397
50408
|
required: true,
|
|
48398
|
-
description: "
|
|
50409
|
+
description: ""
|
|
48399
50410
|
},
|
|
48400
50411
|
{
|
|
48401
50412
|
name: "sql",
|
|
48402
50413
|
type: "string",
|
|
48403
50414
|
required: true,
|
|
48404
|
-
description: "
|
|
50415
|
+
description: ""
|
|
48405
50416
|
},
|
|
48406
50417
|
{
|
|
48407
50418
|
name: "params",
|
|
48408
|
-
type: "
|
|
50419
|
+
type: "DatabaseQueryParamValue[]",
|
|
48409
50420
|
required: false,
|
|
48410
|
-
description: "
|
|
50421
|
+
description: ""
|
|
48411
50422
|
}
|
|
48412
50423
|
],
|
|
48413
50424
|
responseShape: {
|
|
48414
|
-
rows: "
|
|
50425
|
+
rows: "DatabaseRow[]",
|
|
48415
50426
|
rowCount: "number"
|
|
48416
50427
|
}
|
|
48417
50428
|
}
|
|
@@ -48424,13 +50435,13 @@ var integrators_registry_default = {
|
|
|
48424
50435
|
actions: [
|
|
48425
50436
|
{
|
|
48426
50437
|
name: "getPage",
|
|
48427
|
-
description: "
|
|
50438
|
+
description: "",
|
|
48428
50439
|
params: [
|
|
48429
50440
|
{
|
|
48430
50441
|
name: "title",
|
|
48431
50442
|
type: "string",
|
|
48432
50443
|
required: true,
|
|
48433
|
-
description: "
|
|
50444
|
+
description: ""
|
|
48434
50445
|
}
|
|
48435
50446
|
],
|
|
48436
50447
|
responseShape: {
|
|
@@ -48449,13 +50460,13 @@ var integrators_registry_default = {
|
|
|
48449
50460
|
actions: [
|
|
48450
50461
|
{
|
|
48451
50462
|
name: "svgExists",
|
|
48452
|
-
description: "
|
|
50463
|
+
description: "",
|
|
48453
50464
|
params: [
|
|
48454
50465
|
{
|
|
48455
50466
|
name: "path",
|
|
48456
50467
|
type: "string",
|
|
48457
50468
|
required: true,
|
|
48458
|
-
description: "
|
|
50469
|
+
description: ""
|
|
48459
50470
|
}
|
|
48460
50471
|
],
|
|
48461
50472
|
responseShape: {
|
|
@@ -48464,19 +50475,19 @@ var integrators_registry_default = {
|
|
|
48464
50475
|
},
|
|
48465
50476
|
{
|
|
48466
50477
|
name: "search",
|
|
48467
|
-
description: "
|
|
50478
|
+
description: "",
|
|
48468
50479
|
params: [
|
|
48469
50480
|
{
|
|
48470
50481
|
name: "query",
|
|
48471
50482
|
type: "string",
|
|
48472
50483
|
required: true,
|
|
48473
|
-
description: "
|
|
50484
|
+
description: ""
|
|
48474
50485
|
},
|
|
48475
50486
|
{
|
|
48476
50487
|
name: "limit",
|
|
48477
50488
|
type: "number",
|
|
48478
50489
|
required: false,
|
|
48479
|
-
description: "
|
|
50490
|
+
description: ""
|
|
48480
50491
|
}
|
|
48481
50492
|
],
|
|
48482
50493
|
responseShape: {
|
|
@@ -48485,17 +50496,17 @@ var integrators_registry_default = {
|
|
|
48485
50496
|
},
|
|
48486
50497
|
{
|
|
48487
50498
|
name: "getIconBody",
|
|
48488
|
-
description: "
|
|
50499
|
+
description: "",
|
|
48489
50500
|
params: [
|
|
48490
50501
|
{
|
|
48491
50502
|
name: "iconId",
|
|
48492
50503
|
type: "string",
|
|
48493
50504
|
required: true,
|
|
48494
|
-
description: "
|
|
50505
|
+
description: ""
|
|
48495
50506
|
}
|
|
48496
50507
|
],
|
|
48497
50508
|
responseShape: {
|
|
48498
|
-
body: "string"
|
|
50509
|
+
body: "string | null"
|
|
48499
50510
|
}
|
|
48500
50511
|
}
|
|
48501
50512
|
]
|
|
@@ -48507,84 +50518,46 @@ var integrators_registry_default = {
|
|
|
48507
50518
|
actions: [
|
|
48508
50519
|
{
|
|
48509
50520
|
name: "search",
|
|
48510
|
-
description: "
|
|
50521
|
+
description: "",
|
|
48511
50522
|
params: [
|
|
48512
50523
|
{
|
|
48513
50524
|
name: "query",
|
|
48514
50525
|
type: "string",
|
|
48515
50526
|
required: true,
|
|
48516
|
-
description: "
|
|
50527
|
+
description: ""
|
|
48517
50528
|
},
|
|
48518
50529
|
{
|
|
48519
50530
|
name: "maxResults",
|
|
48520
50531
|
type: "number",
|
|
48521
50532
|
required: false,
|
|
48522
|
-
description: "
|
|
48523
|
-
}
|
|
48524
|
-
],
|
|
48525
|
-
responseShape: {
|
|
48526
|
-
results: "ArxivResult[]"
|
|
48527
|
-
}
|
|
48528
|
-
}
|
|
48529
|
-
]
|
|
48530
|
-
},
|
|
48531
|
-
webhook: {
|
|
48532
|
-
name: "webhook",
|
|
48533
|
-
description: "Outbound webhook - signed HTTP POST notifications to external endpoints",
|
|
48534
|
-
category: "messaging",
|
|
48535
|
-
actions: [
|
|
48536
|
-
{
|
|
48537
|
-
name: "send",
|
|
48538
|
-
description: "POST a JSON event envelope to an external URL, HMAC-SHA256 signed when a secret is configured",
|
|
48539
|
-
params: [
|
|
48540
|
-
{
|
|
48541
|
-
name: "url",
|
|
48542
|
-
type: "string",
|
|
48543
|
-
required: true,
|
|
48544
|
-
description: "Target endpoint URL"
|
|
48545
|
-
},
|
|
48546
|
-
{
|
|
48547
|
-
name: "event",
|
|
48548
|
-
type: "string",
|
|
48549
|
-
required: true,
|
|
48550
|
-
description: "Event name carried in the envelope and X-Almadar-Event header"
|
|
48551
|
-
},
|
|
48552
|
-
{
|
|
48553
|
-
name: "payload",
|
|
48554
|
-
type: "object",
|
|
48555
|
-
required: false,
|
|
48556
|
-
description: "Event payload fields (string map)"
|
|
48557
|
-
},
|
|
48558
|
-
{
|
|
48559
|
-
name: "secret",
|
|
48560
|
-
type: "string",
|
|
48561
|
-
required: false,
|
|
48562
|
-
description: "Per-call HMAC signing secret (overrides WEBHOOK_SIGNING_SECRET)"
|
|
50533
|
+
description: ""
|
|
48563
50534
|
}
|
|
48564
50535
|
],
|
|
48565
50536
|
responseShape: {
|
|
48566
|
-
|
|
48567
|
-
ok: "boolean",
|
|
48568
|
-
durationMs: "number"
|
|
50537
|
+
results: "array"
|
|
48569
50538
|
}
|
|
48570
50539
|
}
|
|
48571
50540
|
]
|
|
48572
50541
|
}
|
|
48573
50542
|
},
|
|
48574
50543
|
categories: [
|
|
48575
|
-
"media",
|
|
48576
|
-
"payment",
|
|
48577
|
-
"messaging",
|
|
48578
50544
|
"ai",
|
|
50545
|
+
"auth",
|
|
48579
50546
|
"devtools",
|
|
48580
|
-
"
|
|
50547
|
+
"finance",
|
|
50548
|
+
"infrastructure",
|
|
50549
|
+
"marketing",
|
|
50550
|
+
"media",
|
|
50551
|
+
"messaging",
|
|
50552
|
+
"payment",
|
|
50553
|
+
"reference"
|
|
48581
50554
|
]
|
|
48582
50555
|
};
|
|
48583
50556
|
|
|
48584
50557
|
// src/patterns/component-mapping.json
|
|
48585
50558
|
var component_mapping_default = {
|
|
48586
50559
|
version: "1.0.0",
|
|
48587
|
-
exportedAt: "2026-08-
|
|
50560
|
+
exportedAt: "2026-08-23T03:36:02.671Z",
|
|
48588
50561
|
mappings: {
|
|
48589
50562
|
"page-header": {
|
|
48590
50563
|
component: "PageHeader",
|
|
@@ -49994,7 +51967,7 @@ var component_mapping_default = {
|
|
|
49994
51967
|
// src/patterns/event-contracts.json
|
|
49995
51968
|
var event_contracts_default = {
|
|
49996
51969
|
version: "1.0.0",
|
|
49997
|
-
exportedAt: "2026-08-
|
|
51970
|
+
exportedAt: "2026-08-23T03:36:02.671Z",
|
|
49998
51971
|
contracts: {
|
|
49999
51972
|
form: {
|
|
50000
51973
|
emits: [
|
|
@@ -50218,13 +52191,6 @@ var event_contracts_default = {
|
|
|
50218
52191
|
payload: {
|
|
50219
52192
|
type: "object"
|
|
50220
52193
|
}
|
|
50221
|
-
},
|
|
50222
|
-
{
|
|
50223
|
-
event: "CLOSE",
|
|
50224
|
-
trigger: "action",
|
|
50225
|
-
payload: {
|
|
50226
|
-
type: "object"
|
|
50227
|
-
}
|
|
50228
52194
|
}
|
|
50229
52195
|
],
|
|
50230
52196
|
requires: [],
|