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