@almadar/core 10.64.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-DOqkIe2M.d.ts → effect-BTXY2wl8.d.ts} +18 -15
- package/dist/{entityAccess-BOIRacH7.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-BQkyHRT3.d.ts → index-BNEx05jQ.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +2340 -430
- 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 +7449 -4131
- package/dist/patterns/index.js +2340 -430
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +2327 -445
- package/dist/patterns/patterns-registry.json +50 -15
- package/dist/patterns/registry.json +50 -15
- package/dist/patterns/services-registry.json +1348 -96
- package/dist/{schema-B648ulAY.d.ts → schema-DwFRl8ZS.d.ts} +390 -390
- package/dist/{trait-C6Jqfflp.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-j7OsANcy.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: [
|
|
@@ -7579,7 +7581,8 @@ var patterns_registry_default = {
|
|
|
7579
7581
|
],
|
|
7580
7582
|
description: 'When set, renders a small X button on the right of the badge that invokes this handler \u2014 turns the badge into a removable chip. Used by the TagInput molecule and other "list of removable values" surfaces.',
|
|
7581
7583
|
kind: "callback",
|
|
7582
|
-
callbackArgs: []
|
|
7584
|
+
callbackArgs: [],
|
|
7585
|
+
default: ""
|
|
7583
7586
|
},
|
|
7584
7587
|
removeLabel: {
|
|
7585
7588
|
types: [
|
|
@@ -13369,25 +13372,25 @@ var patterns_registry_default = {
|
|
|
13369
13372
|
types: [
|
|
13370
13373
|
"node"
|
|
13371
13374
|
],
|
|
13372
|
-
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.'
|
|
13373
13376
|
},
|
|
13374
13377
|
addons: {
|
|
13375
13378
|
types: [
|
|
13376
13379
|
"node"
|
|
13377
13380
|
],
|
|
13378
|
-
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.'
|
|
13379
13382
|
},
|
|
13380
13383
|
controls: {
|
|
13381
13384
|
types: [
|
|
13382
13385
|
"node"
|
|
13383
13386
|
],
|
|
13384
|
-
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.'
|
|
13385
13388
|
},
|
|
13386
13389
|
overlay: {
|
|
13387
13390
|
types: [
|
|
13388
13391
|
"node"
|
|
13389
13392
|
],
|
|
13390
|
-
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.'
|
|
13391
13394
|
},
|
|
13392
13395
|
className: {
|
|
13393
13396
|
types: [
|
|
@@ -13602,7 +13605,7 @@ var patterns_registry_default = {
|
|
|
13602
13605
|
types: [
|
|
13603
13606
|
"string"
|
|
13604
13607
|
],
|
|
13605
|
-
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.",
|
|
13606
13609
|
default: "future"
|
|
13607
13610
|
},
|
|
13608
13611
|
"data-theme": {
|
|
@@ -17014,6 +17017,13 @@ var patterns_registry_default = {
|
|
|
17014
17017
|
description: "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
|
|
17015
17018
|
default: "startTime"
|
|
17016
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
|
+
},
|
|
17017
17027
|
colorField: {
|
|
17018
17028
|
types: [
|
|
17019
17029
|
"string"
|
|
@@ -25369,7 +25379,8 @@ var patterns_registry_default = {
|
|
|
25369
25379
|
],
|
|
25370
25380
|
description: "Called when the user clicks the remove (\xD7) button",
|
|
25371
25381
|
kind: "callback",
|
|
25372
|
-
callbackArgs: []
|
|
25382
|
+
callbackArgs: [],
|
|
25383
|
+
default: ""
|
|
25373
25384
|
},
|
|
25374
25385
|
removable: {
|
|
25375
25386
|
types: [
|
|
@@ -25412,7 +25423,8 @@ var patterns_registry_default = {
|
|
|
25412
25423
|
type: "string",
|
|
25413
25424
|
required: true
|
|
25414
25425
|
}
|
|
25415
|
-
]
|
|
25426
|
+
],
|
|
25427
|
+
default: ""
|
|
25416
25428
|
}
|
|
25417
25429
|
}
|
|
25418
25430
|
},
|
|
@@ -29827,6 +29839,17 @@ var patterns_registry_default = {
|
|
|
29827
29839
|
],
|
|
29828
29840
|
default: "md"
|
|
29829
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
|
+
},
|
|
29830
29853
|
className: {
|
|
29831
29854
|
types: [
|
|
29832
29855
|
"string"
|
|
@@ -30383,8 +30406,7 @@ var patterns_registry_default = {
|
|
|
30383
30406
|
"number",
|
|
30384
30407
|
"string"
|
|
30385
30408
|
],
|
|
30386
|
-
description: "Current value (defaults to 0 if not provided)"
|
|
30387
|
-
default: 0
|
|
30409
|
+
description: "Current value (defaults to 0 if not provided)"
|
|
30388
30410
|
},
|
|
30389
30411
|
max: {
|
|
30390
30412
|
types: [
|
|
@@ -31834,7 +31856,8 @@ var patterns_registry_default = {
|
|
|
31834
31856
|
],
|
|
31835
31857
|
description: "Remove handler",
|
|
31836
31858
|
kind: "callback",
|
|
31837
|
-
callbackArgs: []
|
|
31859
|
+
callbackArgs: [],
|
|
31860
|
+
default: ""
|
|
31838
31861
|
},
|
|
31839
31862
|
clickEvent: {
|
|
31840
31863
|
types: [
|
|
@@ -31862,7 +31885,8 @@ var patterns_registry_default = {
|
|
|
31862
31885
|
type: "number",
|
|
31863
31886
|
required: true
|
|
31864
31887
|
}
|
|
31865
|
-
]
|
|
31888
|
+
],
|
|
31889
|
+
default: ""
|
|
31866
31890
|
},
|
|
31867
31891
|
dropEvent: {
|
|
31868
31892
|
types: [
|
|
@@ -36138,6 +36162,17 @@ var patterns_registry_default = {
|
|
|
36138
36162
|
],
|
|
36139
36163
|
description: "disabled prop"
|
|
36140
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
|
+
},
|
|
36141
36176
|
className: {
|
|
36142
36177
|
types: [
|
|
36143
36178
|
"string"
|
|
@@ -47620,76 +47655,318 @@ var patterns_registry_default = {
|
|
|
47620
47655
|
// src/patterns/integrators-registry.json
|
|
47621
47656
|
var integrators_registry_default = {
|
|
47622
47657
|
version: "1.0.0",
|
|
47623
|
-
exportedAt: "2026-
|
|
47658
|
+
exportedAt: "2026-08-22T11:31:33.279Z",
|
|
47624
47659
|
integrators: {
|
|
47625
|
-
|
|
47626
|
-
name: "
|
|
47627
|
-
description: "
|
|
47628
|
-
category: "
|
|
47660
|
+
github: {
|
|
47661
|
+
name: "github",
|
|
47662
|
+
description: "GitHub integration - Git operations and GitHub REST API",
|
|
47663
|
+
category: "devtools",
|
|
47629
47664
|
actions: [
|
|
47630
47665
|
{
|
|
47631
|
-
name: "
|
|
47632
|
-
description: "
|
|
47666
|
+
name: "cloneRepo",
|
|
47667
|
+
description: "",
|
|
47633
47668
|
params: [
|
|
47634
47669
|
{
|
|
47635
|
-
name: "
|
|
47670
|
+
name: "repoUrl",
|
|
47636
47671
|
type: "string",
|
|
47637
47672
|
required: true,
|
|
47638
|
-
description: "
|
|
47673
|
+
description: ""
|
|
47639
47674
|
},
|
|
47640
47675
|
{
|
|
47641
|
-
name: "
|
|
47642
|
-
type: "
|
|
47676
|
+
name: "targetDir",
|
|
47677
|
+
type: "string",
|
|
47678
|
+
required: true,
|
|
47679
|
+
description: ""
|
|
47680
|
+
},
|
|
47681
|
+
{
|
|
47682
|
+
name: "branch",
|
|
47683
|
+
type: "string",
|
|
47643
47684
|
required: false,
|
|
47644
|
-
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: ""
|
|
47645
47701
|
},
|
|
47646
47702
|
{
|
|
47647
|
-
name: "
|
|
47703
|
+
name: "baseBranch",
|
|
47648
47704
|
type: "string",
|
|
47649
47705
|
required: false,
|
|
47650
|
-
description: "
|
|
47706
|
+
description: ""
|
|
47651
47707
|
}
|
|
47652
47708
|
],
|
|
47653
47709
|
responseShape: {
|
|
47654
|
-
|
|
47655
|
-
title: "string",
|
|
47656
|
-
thumbnail: "string",
|
|
47657
|
-
description: "string"
|
|
47710
|
+
message: "string"
|
|
47658
47711
|
}
|
|
47659
47712
|
},
|
|
47660
47713
|
{
|
|
47661
|
-
name: "
|
|
47662
|
-
description: "
|
|
47714
|
+
name: "commit",
|
|
47715
|
+
description: "",
|
|
47663
47716
|
params: [
|
|
47664
47717
|
{
|
|
47665
|
-
name: "
|
|
47718
|
+
name: "message",
|
|
47719
|
+
type: "string",
|
|
47720
|
+
required: true,
|
|
47721
|
+
description: ""
|
|
47722
|
+
},
|
|
47723
|
+
{
|
|
47724
|
+
name: "files",
|
|
47725
|
+
type: "string[]",
|
|
47726
|
+
required: false,
|
|
47727
|
+
description: ""
|
|
47728
|
+
}
|
|
47729
|
+
],
|
|
47730
|
+
responseShape: {
|
|
47731
|
+
message: "string"
|
|
47732
|
+
}
|
|
47733
|
+
},
|
|
47734
|
+
{
|
|
47735
|
+
name: "push",
|
|
47736
|
+
description: "",
|
|
47737
|
+
params: [
|
|
47738
|
+
{
|
|
47739
|
+
name: "branchName",
|
|
47740
|
+
type: "string",
|
|
47741
|
+
required: true,
|
|
47742
|
+
description: ""
|
|
47743
|
+
},
|
|
47744
|
+
{
|
|
47745
|
+
name: "force",
|
|
47746
|
+
type: "boolean",
|
|
47747
|
+
required: false,
|
|
47748
|
+
description: ""
|
|
47749
|
+
}
|
|
47750
|
+
],
|
|
47751
|
+
responseShape: {
|
|
47752
|
+
message: "string"
|
|
47753
|
+
}
|
|
47754
|
+
},
|
|
47755
|
+
{
|
|
47756
|
+
name: "createPR",
|
|
47757
|
+
description: "",
|
|
47758
|
+
params: [
|
|
47759
|
+
{
|
|
47760
|
+
name: "title",
|
|
47761
|
+
type: "string",
|
|
47762
|
+
required: true,
|
|
47763
|
+
description: ""
|
|
47764
|
+
},
|
|
47765
|
+
{
|
|
47766
|
+
name: "body",
|
|
47767
|
+
type: "string",
|
|
47768
|
+
required: true,
|
|
47769
|
+
description: ""
|
|
47770
|
+
},
|
|
47771
|
+
{
|
|
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",
|
|
47786
|
+
required: false,
|
|
47787
|
+
description: ""
|
|
47788
|
+
}
|
|
47789
|
+
],
|
|
47790
|
+
responseShape: {
|
|
47791
|
+
number: "number",
|
|
47792
|
+
url: "string",
|
|
47793
|
+
title: "string"
|
|
47794
|
+
}
|
|
47795
|
+
},
|
|
47796
|
+
{
|
|
47797
|
+
name: "getPRComments",
|
|
47798
|
+
description: "",
|
|
47799
|
+
params: [
|
|
47800
|
+
{
|
|
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",
|
|
47666
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",
|
|
47667
47845
|
required: true,
|
|
47668
|
-
description: "
|
|
47846
|
+
description: ""
|
|
47669
47847
|
}
|
|
47670
47848
|
],
|
|
47671
47849
|
responseShape: {
|
|
47850
|
+
number: "number",
|
|
47672
47851
|
title: "string",
|
|
47673
|
-
|
|
47674
|
-
|
|
47675
|
-
likeCount: "number"
|
|
47852
|
+
body: "string",
|
|
47853
|
+
state: "string"
|
|
47676
47854
|
}
|
|
47677
47855
|
},
|
|
47678
47856
|
{
|
|
47679
|
-
name: "
|
|
47680
|
-
description: "
|
|
47857
|
+
name: "getFile",
|
|
47858
|
+
description: "",
|
|
47681
47859
|
params: [
|
|
47682
47860
|
{
|
|
47683
|
-
name: "
|
|
47861
|
+
name: "owner",
|
|
47862
|
+
type: "string",
|
|
47863
|
+
required: true,
|
|
47864
|
+
description: ""
|
|
47865
|
+
},
|
|
47866
|
+
{
|
|
47867
|
+
name: "repo",
|
|
47868
|
+
type: "string",
|
|
47869
|
+
required: true,
|
|
47870
|
+
description: ""
|
|
47871
|
+
},
|
|
47872
|
+
{
|
|
47873
|
+
name: "path",
|
|
47684
47874
|
type: "string",
|
|
47685
47875
|
required: true,
|
|
47686
|
-
description: "
|
|
47876
|
+
description: ""
|
|
47877
|
+
},
|
|
47878
|
+
{
|
|
47879
|
+
name: "ref",
|
|
47880
|
+
type: "string",
|
|
47881
|
+
required: false,
|
|
47882
|
+
description: ""
|
|
47687
47883
|
}
|
|
47688
47884
|
],
|
|
47689
47885
|
responseShape: {
|
|
47690
|
-
|
|
47691
|
-
|
|
47692
|
-
|
|
47886
|
+
path: "string",
|
|
47887
|
+
content: "string",
|
|
47888
|
+
sha: "string",
|
|
47889
|
+
size: "number"
|
|
47890
|
+
}
|
|
47891
|
+
},
|
|
47892
|
+
{
|
|
47893
|
+
name: "listCommits",
|
|
47894
|
+
description: "",
|
|
47895
|
+
params: [
|
|
47896
|
+
{
|
|
47897
|
+
name: "owner",
|
|
47898
|
+
type: "string",
|
|
47899
|
+
required: true,
|
|
47900
|
+
description: ""
|
|
47901
|
+
},
|
|
47902
|
+
{
|
|
47903
|
+
name: "repo",
|
|
47904
|
+
type: "string",
|
|
47905
|
+
required: true,
|
|
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: ""
|
|
47925
|
+
}
|
|
47926
|
+
],
|
|
47927
|
+
responseShape: {
|
|
47928
|
+
commits: "array"
|
|
47929
|
+
}
|
|
47930
|
+
},
|
|
47931
|
+
{
|
|
47932
|
+
name: "createIssue",
|
|
47933
|
+
description: "",
|
|
47934
|
+
params: [
|
|
47935
|
+
{
|
|
47936
|
+
name: "owner",
|
|
47937
|
+
type: "string",
|
|
47938
|
+
required: true,
|
|
47939
|
+
description: ""
|
|
47940
|
+
},
|
|
47941
|
+
{
|
|
47942
|
+
name: "repo",
|
|
47943
|
+
type: "string",
|
|
47944
|
+
required: true,
|
|
47945
|
+
description: ""
|
|
47946
|
+
},
|
|
47947
|
+
{
|
|
47948
|
+
name: "title",
|
|
47949
|
+
type: "string",
|
|
47950
|
+
required: true,
|
|
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: ""
|
|
47964
|
+
}
|
|
47965
|
+
],
|
|
47966
|
+
responseShape: {
|
|
47967
|
+
number: "number",
|
|
47968
|
+
title: "string",
|
|
47969
|
+
url: "string"
|
|
47693
47970
|
}
|
|
47694
47971
|
}
|
|
47695
47972
|
]
|
|
@@ -47701,678 +47978,2356 @@ var integrators_registry_default = {
|
|
|
47701
47978
|
actions: [
|
|
47702
47979
|
{
|
|
47703
47980
|
name: "createPaymentIntent",
|
|
47704
|
-
description: "
|
|
47981
|
+
description: "",
|
|
47705
47982
|
params: [
|
|
47706
47983
|
{
|
|
47707
47984
|
name: "amount",
|
|
47708
47985
|
type: "number",
|
|
47709
47986
|
required: true,
|
|
47710
|
-
description: "
|
|
47987
|
+
description: ""
|
|
47711
47988
|
},
|
|
47712
47989
|
{
|
|
47713
47990
|
name: "currency",
|
|
47714
47991
|
type: "string",
|
|
47715
47992
|
required: true,
|
|
47716
|
-
description: "
|
|
47993
|
+
description: ""
|
|
47717
47994
|
},
|
|
47718
47995
|
{
|
|
47719
47996
|
name: "metadata",
|
|
47720
47997
|
type: "object",
|
|
47721
47998
|
required: false,
|
|
47722
|
-
description: "
|
|
47999
|
+
description: ""
|
|
47723
48000
|
}
|
|
47724
48001
|
],
|
|
47725
48002
|
responseShape: {
|
|
47726
48003
|
id: "string",
|
|
47727
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",
|
|
48016
|
+
type: "string",
|
|
48017
|
+
required: true,
|
|
48018
|
+
description: ""
|
|
48019
|
+
}
|
|
48020
|
+
],
|
|
48021
|
+
responseShape: {
|
|
48022
|
+
id: "string",
|
|
48023
|
+
status: "string"
|
|
48024
|
+
}
|
|
48025
|
+
},
|
|
48026
|
+
{
|
|
48027
|
+
name: "refund",
|
|
48028
|
+
description: "",
|
|
48029
|
+
params: [
|
|
48030
|
+
{
|
|
48031
|
+
name: "paymentIntentId",
|
|
48032
|
+
type: "string",
|
|
48033
|
+
required: true,
|
|
48034
|
+
description: ""
|
|
48035
|
+
},
|
|
48036
|
+
{
|
|
48037
|
+
name: "amount",
|
|
48038
|
+
type: "number",
|
|
48039
|
+
required: false,
|
|
48040
|
+
description: ""
|
|
48041
|
+
}
|
|
48042
|
+
],
|
|
48043
|
+
responseShape: {
|
|
48044
|
+
id: "string",
|
|
48045
|
+
status: "string",
|
|
48046
|
+
amount: "number"
|
|
48047
|
+
}
|
|
48048
|
+
}
|
|
48049
|
+
]
|
|
48050
|
+
},
|
|
48051
|
+
llm: {
|
|
48052
|
+
name: "llm",
|
|
48053
|
+
description: "LLM service for content generation, classification, and structured extraction",
|
|
48054
|
+
category: "ai",
|
|
48055
|
+
actions: [
|
|
48056
|
+
{
|
|
48057
|
+
name: "generate",
|
|
48058
|
+
description: "",
|
|
48059
|
+
params: [
|
|
48060
|
+
{
|
|
48061
|
+
name: "userPrompt",
|
|
48062
|
+
type: "string",
|
|
48063
|
+
required: true,
|
|
48064
|
+
description: ""
|
|
48065
|
+
},
|
|
48066
|
+
{
|
|
48067
|
+
name: "systemPrompt",
|
|
48068
|
+
type: "string",
|
|
48069
|
+
required: false,
|
|
48070
|
+
description: ""
|
|
48071
|
+
},
|
|
48072
|
+
{
|
|
48073
|
+
name: "model",
|
|
48074
|
+
type: "string",
|
|
48075
|
+
required: false,
|
|
48076
|
+
description: ""
|
|
48077
|
+
},
|
|
48078
|
+
{
|
|
48079
|
+
name: "temperature",
|
|
48080
|
+
type: "number",
|
|
48081
|
+
required: false,
|
|
48082
|
+
description: ""
|
|
48083
|
+
},
|
|
48084
|
+
{
|
|
48085
|
+
name: "maxTokens",
|
|
48086
|
+
type: "number",
|
|
48087
|
+
required: false,
|
|
48088
|
+
description: ""
|
|
48089
|
+
}
|
|
48090
|
+
],
|
|
48091
|
+
responseShape: {
|
|
48092
|
+
content: "string",
|
|
48093
|
+
usage: "object"
|
|
48094
|
+
}
|
|
48095
|
+
},
|
|
48096
|
+
{
|
|
48097
|
+
name: "classify",
|
|
48098
|
+
description: "",
|
|
48099
|
+
params: [
|
|
48100
|
+
{
|
|
48101
|
+
name: "text",
|
|
48102
|
+
type: "string",
|
|
48103
|
+
required: true,
|
|
48104
|
+
description: ""
|
|
48105
|
+
},
|
|
48106
|
+
{
|
|
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",
|
|
47728
49117
|
status: "string"
|
|
47729
49118
|
}
|
|
47730
49119
|
},
|
|
47731
49120
|
{
|
|
47732
|
-
name: "
|
|
47733
|
-
description: "
|
|
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",
|
|
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",
|
|
49250
|
+
required: true,
|
|
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: ""
|
|
49395
|
+
},
|
|
49396
|
+
{
|
|
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",
|
|
49411
|
+
required: false,
|
|
49412
|
+
description: ""
|
|
49413
|
+
}
|
|
49414
|
+
],
|
|
49415
|
+
responseShape: {
|
|
49416
|
+
key: "string",
|
|
49417
|
+
bucket: "string",
|
|
49418
|
+
size: "number",
|
|
49419
|
+
etag: "string",
|
|
49420
|
+
id: "string",
|
|
49421
|
+
url: "string"
|
|
49422
|
+
}
|
|
49423
|
+
},
|
|
49424
|
+
{
|
|
49425
|
+
name: "download",
|
|
49426
|
+
description: "",
|
|
47734
49427
|
params: [
|
|
47735
49428
|
{
|
|
47736
|
-
name: "
|
|
49429
|
+
name: "bucket",
|
|
47737
49430
|
type: "string",
|
|
47738
49431
|
required: true,
|
|
47739
|
-
description: "
|
|
49432
|
+
description: ""
|
|
49433
|
+
},
|
|
49434
|
+
{
|
|
49435
|
+
name: "key",
|
|
49436
|
+
type: "string",
|
|
49437
|
+
required: true,
|
|
49438
|
+
description: ""
|
|
47740
49439
|
}
|
|
47741
49440
|
],
|
|
47742
49441
|
responseShape: {
|
|
47743
|
-
|
|
47744
|
-
|
|
49442
|
+
content: "string",
|
|
49443
|
+
contentType: "string",
|
|
49444
|
+
size: "number",
|
|
49445
|
+
metadata: "IntegrationParams"
|
|
47745
49446
|
}
|
|
47746
49447
|
},
|
|
47747
49448
|
{
|
|
47748
|
-
name: "
|
|
47749
|
-
description: "
|
|
49449
|
+
name: "list",
|
|
49450
|
+
description: "",
|
|
47750
49451
|
params: [
|
|
47751
49452
|
{
|
|
47752
|
-
name: "
|
|
49453
|
+
name: "bucket",
|
|
47753
49454
|
type: "string",
|
|
47754
49455
|
required: true,
|
|
47755
|
-
description: "
|
|
49456
|
+
description: ""
|
|
47756
49457
|
},
|
|
47757
49458
|
{
|
|
47758
|
-
name: "
|
|
49459
|
+
name: "prefix",
|
|
49460
|
+
type: "string",
|
|
49461
|
+
required: false,
|
|
49462
|
+
description: ""
|
|
49463
|
+
},
|
|
49464
|
+
{
|
|
49465
|
+
name: "maxKeys",
|
|
47759
49466
|
type: "number",
|
|
47760
49467
|
required: false,
|
|
47761
|
-
description: "
|
|
49468
|
+
description: ""
|
|
47762
49469
|
}
|
|
47763
49470
|
],
|
|
47764
49471
|
responseShape: {
|
|
47765
|
-
|
|
47766
|
-
|
|
47767
|
-
amount: "number"
|
|
49472
|
+
keys: "array",
|
|
49473
|
+
truncated: "boolean"
|
|
47768
49474
|
}
|
|
47769
|
-
}
|
|
47770
|
-
]
|
|
47771
|
-
},
|
|
47772
|
-
twilio: {
|
|
47773
|
-
name: "twilio",
|
|
47774
|
-
description: "Twilio messaging - send SMS, WhatsApp messages",
|
|
47775
|
-
category: "messaging",
|
|
47776
|
-
actions: [
|
|
49475
|
+
},
|
|
47777
49476
|
{
|
|
47778
|
-
name: "
|
|
47779
|
-
description: "
|
|
49477
|
+
name: "delete",
|
|
49478
|
+
description: "",
|
|
47780
49479
|
params: [
|
|
47781
49480
|
{
|
|
47782
|
-
name: "
|
|
49481
|
+
name: "bucket",
|
|
47783
49482
|
type: "string",
|
|
47784
49483
|
required: true,
|
|
47785
|
-
description: "
|
|
49484
|
+
description: ""
|
|
47786
49485
|
},
|
|
47787
49486
|
{
|
|
47788
|
-
name: "
|
|
49487
|
+
name: "key",
|
|
47789
49488
|
type: "string",
|
|
47790
49489
|
required: true,
|
|
47791
|
-
description: "
|
|
49490
|
+
description: ""
|
|
47792
49491
|
}
|
|
47793
49492
|
],
|
|
47794
49493
|
responseShape: {
|
|
47795
|
-
|
|
47796
|
-
status: "string"
|
|
49494
|
+
deleted: "boolean"
|
|
47797
49495
|
}
|
|
47798
49496
|
},
|
|
47799
49497
|
{
|
|
47800
|
-
name: "
|
|
47801
|
-
description: "
|
|
49498
|
+
name: "getSignedUrl",
|
|
49499
|
+
description: "",
|
|
47802
49500
|
params: [
|
|
47803
49501
|
{
|
|
47804
|
-
name: "
|
|
49502
|
+
name: "bucket",
|
|
47805
49503
|
type: "string",
|
|
47806
49504
|
required: true,
|
|
47807
|
-
description: "
|
|
49505
|
+
description: ""
|
|
47808
49506
|
},
|
|
47809
49507
|
{
|
|
47810
|
-
name: "
|
|
49508
|
+
name: "key",
|
|
47811
49509
|
type: "string",
|
|
47812
49510
|
required: true,
|
|
47813
|
-
description: "
|
|
49511
|
+
description: ""
|
|
49512
|
+
},
|
|
49513
|
+
{
|
|
49514
|
+
name: "expiresIn",
|
|
49515
|
+
type: "number",
|
|
49516
|
+
required: false,
|
|
49517
|
+
description: ""
|
|
49518
|
+
},
|
|
49519
|
+
{
|
|
49520
|
+
name: "operation",
|
|
49521
|
+
type: "'get' | 'put'",
|
|
49522
|
+
required: false,
|
|
49523
|
+
description: ""
|
|
47814
49524
|
}
|
|
47815
49525
|
],
|
|
47816
49526
|
responseShape: {
|
|
47817
|
-
|
|
47818
|
-
|
|
49527
|
+
url: "string",
|
|
49528
|
+
expiresAt: "number"
|
|
47819
49529
|
}
|
|
47820
49530
|
}
|
|
47821
49531
|
]
|
|
47822
49532
|
},
|
|
47823
|
-
|
|
47824
|
-
name: "
|
|
47825
|
-
description: "
|
|
47826
|
-
category: "
|
|
49533
|
+
queue: {
|
|
49534
|
+
name: "queue",
|
|
49535
|
+
description: "Message queue \u2014 publish, subscribe, acknowledge messages",
|
|
49536
|
+
category: "infrastructure",
|
|
47827
49537
|
actions: [
|
|
47828
49538
|
{
|
|
47829
|
-
name: "
|
|
47830
|
-
description: "
|
|
49539
|
+
name: "enqueue",
|
|
49540
|
+
description: "",
|
|
47831
49541
|
params: [
|
|
47832
49542
|
{
|
|
47833
|
-
name: "
|
|
49543
|
+
name: "queue",
|
|
47834
49544
|
type: "string",
|
|
47835
49545
|
required: true,
|
|
47836
|
-
description: "
|
|
49546
|
+
description: ""
|
|
47837
49547
|
},
|
|
47838
49548
|
{
|
|
47839
|
-
name: "
|
|
49549
|
+
name: "payload",
|
|
49550
|
+
type: "ServiceParams",
|
|
49551
|
+
required: true,
|
|
49552
|
+
description: ""
|
|
49553
|
+
},
|
|
49554
|
+
{
|
|
49555
|
+
name: "delay",
|
|
49556
|
+
type: "number",
|
|
49557
|
+
required: false,
|
|
49558
|
+
description: ""
|
|
49559
|
+
},
|
|
49560
|
+
{
|
|
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",
|
|
47840
49609
|
type: "string",
|
|
47841
49610
|
required: true,
|
|
47842
|
-
description: "
|
|
49611
|
+
description: ""
|
|
47843
49612
|
},
|
|
47844
49613
|
{
|
|
47845
|
-
name: "
|
|
49614
|
+
name: "result",
|
|
49615
|
+
type: "ServiceParams",
|
|
49616
|
+
required: false,
|
|
49617
|
+
description: ""
|
|
49618
|
+
}
|
|
49619
|
+
],
|
|
49620
|
+
responseShape: {
|
|
49621
|
+
completed: "boolean"
|
|
49622
|
+
}
|
|
49623
|
+
},
|
|
49624
|
+
{
|
|
49625
|
+
name: "fail",
|
|
49626
|
+
description: "",
|
|
49627
|
+
params: [
|
|
49628
|
+
{
|
|
49629
|
+
name: "jobId",
|
|
47846
49630
|
type: "string",
|
|
47847
49631
|
required: true,
|
|
47848
|
-
description: "
|
|
49632
|
+
description: ""
|
|
47849
49633
|
},
|
|
47850
49634
|
{
|
|
47851
|
-
name: "
|
|
49635
|
+
name: "error",
|
|
47852
49636
|
type: "string",
|
|
47853
49637
|
required: false,
|
|
47854
|
-
description: "
|
|
49638
|
+
description: ""
|
|
47855
49639
|
}
|
|
47856
49640
|
],
|
|
47857
49641
|
responseShape: {
|
|
47858
|
-
|
|
47859
|
-
|
|
49642
|
+
failed: "boolean"
|
|
49643
|
+
}
|
|
49644
|
+
},
|
|
49645
|
+
{
|
|
49646
|
+
name: "cancel",
|
|
49647
|
+
description: "",
|
|
49648
|
+
params: [
|
|
49649
|
+
{
|
|
49650
|
+
name: "jobId",
|
|
49651
|
+
type: "string",
|
|
49652
|
+
required: true,
|
|
49653
|
+
description: ""
|
|
49654
|
+
}
|
|
49655
|
+
],
|
|
49656
|
+
responseShape: {
|
|
49657
|
+
cancelled: "boolean"
|
|
49658
|
+
}
|
|
49659
|
+
},
|
|
49660
|
+
{
|
|
49661
|
+
name: "size",
|
|
49662
|
+
description: "",
|
|
49663
|
+
params: [
|
|
49664
|
+
{
|
|
49665
|
+
name: "queue",
|
|
49666
|
+
type: "string",
|
|
49667
|
+
required: true,
|
|
49668
|
+
description: ""
|
|
49669
|
+
}
|
|
49670
|
+
],
|
|
49671
|
+
responseShape: {
|
|
49672
|
+
size: "number",
|
|
49673
|
+
pending: "number",
|
|
49674
|
+
processing: "number"
|
|
47860
49675
|
}
|
|
47861
49676
|
}
|
|
47862
49677
|
]
|
|
47863
49678
|
},
|
|
47864
|
-
|
|
47865
|
-
name: "
|
|
47866
|
-
description: "
|
|
47867
|
-
category: "
|
|
49679
|
+
redis: {
|
|
49680
|
+
name: "redis",
|
|
49681
|
+
description: "Redis \u2014 cache get/set/delete, pub/sub",
|
|
49682
|
+
category: "infrastructure",
|
|
47868
49683
|
actions: [
|
|
47869
49684
|
{
|
|
47870
|
-
name: "
|
|
47871
|
-
description: "
|
|
49685
|
+
name: "get",
|
|
49686
|
+
description: "",
|
|
47872
49687
|
params: [
|
|
47873
49688
|
{
|
|
47874
|
-
name: "
|
|
47875
|
-
type: "string",
|
|
47876
|
-
required: false,
|
|
47877
|
-
description: "System instructions for the LLM"
|
|
47878
|
-
},
|
|
47879
|
-
{
|
|
47880
|
-
name: "userPrompt",
|
|
49689
|
+
name: "key",
|
|
47881
49690
|
type: "string",
|
|
47882
49691
|
required: true,
|
|
47883
|
-
description: "
|
|
47884
|
-
}
|
|
49692
|
+
description: ""
|
|
49693
|
+
}
|
|
49694
|
+
],
|
|
49695
|
+
responseShape: {
|
|
49696
|
+
value: "ServiceParams"
|
|
49697
|
+
}
|
|
49698
|
+
},
|
|
49699
|
+
{
|
|
49700
|
+
name: "set",
|
|
49701
|
+
description: "",
|
|
49702
|
+
params: [
|
|
47885
49703
|
{
|
|
47886
|
-
name: "
|
|
49704
|
+
name: "key",
|
|
47887
49705
|
type: "string",
|
|
47888
|
-
required:
|
|
47889
|
-
description: "
|
|
49706
|
+
required: true,
|
|
49707
|
+
description: ""
|
|
47890
49708
|
},
|
|
47891
49709
|
{
|
|
47892
|
-
name: "
|
|
47893
|
-
type: "
|
|
47894
|
-
required:
|
|
47895
|
-
description: "
|
|
49710
|
+
name: "value",
|
|
49711
|
+
type: "ServiceParams",
|
|
49712
|
+
required: true,
|
|
49713
|
+
description: ""
|
|
47896
49714
|
},
|
|
47897
49715
|
{
|
|
47898
|
-
name: "
|
|
49716
|
+
name: "ttl",
|
|
47899
49717
|
type: "number",
|
|
47900
49718
|
required: false,
|
|
47901
|
-
description: "
|
|
49719
|
+
description: ""
|
|
47902
49720
|
}
|
|
47903
49721
|
],
|
|
47904
49722
|
responseShape: {
|
|
47905
|
-
|
|
47906
|
-
usage: "object"
|
|
49723
|
+
ok: "boolean"
|
|
47907
49724
|
}
|
|
47908
49725
|
},
|
|
47909
49726
|
{
|
|
47910
|
-
name: "
|
|
47911
|
-
description: "
|
|
49727
|
+
name: "delete",
|
|
49728
|
+
description: "",
|
|
47912
49729
|
params: [
|
|
47913
49730
|
{
|
|
47914
|
-
name: "
|
|
49731
|
+
name: "key",
|
|
47915
49732
|
type: "string",
|
|
47916
49733
|
required: true,
|
|
47917
|
-
description: "
|
|
47918
|
-
}
|
|
49734
|
+
description: ""
|
|
49735
|
+
}
|
|
49736
|
+
],
|
|
49737
|
+
responseShape: {
|
|
49738
|
+
deleted: "boolean"
|
|
49739
|
+
}
|
|
49740
|
+
},
|
|
49741
|
+
{
|
|
49742
|
+
name: "lock",
|
|
49743
|
+
description: "",
|
|
49744
|
+
params: [
|
|
47919
49745
|
{
|
|
47920
|
-
name: "
|
|
47921
|
-
type: "
|
|
49746
|
+
name: "key",
|
|
49747
|
+
type: "string",
|
|
47922
49748
|
required: true,
|
|
47923
|
-
description: "
|
|
49749
|
+
description: ""
|
|
47924
49750
|
},
|
|
47925
49751
|
{
|
|
47926
|
-
name: "
|
|
47927
|
-
type: "
|
|
49752
|
+
name: "ttl",
|
|
49753
|
+
type: "number",
|
|
47928
49754
|
required: false,
|
|
47929
|
-
description: "
|
|
49755
|
+
description: ""
|
|
47930
49756
|
}
|
|
47931
49757
|
],
|
|
47932
49758
|
responseShape: {
|
|
47933
|
-
|
|
47934
|
-
|
|
47935
|
-
reasoning: "string"
|
|
49759
|
+
acquired: "boolean",
|
|
49760
|
+
lockId: "string"
|
|
47936
49761
|
}
|
|
47937
49762
|
},
|
|
47938
49763
|
{
|
|
47939
|
-
name: "
|
|
47940
|
-
description: "
|
|
49764
|
+
name: "unlock",
|
|
49765
|
+
description: "",
|
|
47941
49766
|
params: [
|
|
47942
49767
|
{
|
|
47943
|
-
name: "
|
|
49768
|
+
name: "key",
|
|
47944
49769
|
type: "string",
|
|
47945
49770
|
required: true,
|
|
47946
|
-
description: "
|
|
49771
|
+
description: ""
|
|
47947
49772
|
},
|
|
47948
49773
|
{
|
|
47949
|
-
name: "
|
|
47950
|
-
type: "object",
|
|
47951
|
-
required: true,
|
|
47952
|
-
description: "JSON schema defining fields to extract"
|
|
47953
|
-
},
|
|
47954
|
-
{
|
|
47955
|
-
name: "model",
|
|
49774
|
+
name: "lockId",
|
|
47956
49775
|
type: "string",
|
|
47957
|
-
required:
|
|
47958
|
-
description: "
|
|
49776
|
+
required: true,
|
|
49777
|
+
description: ""
|
|
47959
49778
|
}
|
|
47960
49779
|
],
|
|
47961
49780
|
responseShape: {
|
|
47962
|
-
|
|
47963
|
-
confidence: "number"
|
|
49781
|
+
released: "boolean"
|
|
47964
49782
|
}
|
|
47965
49783
|
},
|
|
47966
49784
|
{
|
|
47967
|
-
name: "
|
|
47968
|
-
description: "
|
|
49785
|
+
name: "increment",
|
|
49786
|
+
description: "",
|
|
47969
49787
|
params: [
|
|
47970
49788
|
{
|
|
47971
|
-
name: "
|
|
49789
|
+
name: "key",
|
|
47972
49790
|
type: "string",
|
|
47973
49791
|
required: true,
|
|
47974
|
-
description: "
|
|
49792
|
+
description: ""
|
|
47975
49793
|
},
|
|
47976
49794
|
{
|
|
47977
|
-
name: "
|
|
49795
|
+
name: "by",
|
|
47978
49796
|
type: "number",
|
|
47979
49797
|
required: false,
|
|
47980
|
-
description: "
|
|
47981
|
-
}
|
|
49798
|
+
description: ""
|
|
49799
|
+
}
|
|
49800
|
+
],
|
|
49801
|
+
responseShape: {
|
|
49802
|
+
value: "number"
|
|
49803
|
+
}
|
|
49804
|
+
},
|
|
49805
|
+
{
|
|
49806
|
+
name: "expire",
|
|
49807
|
+
description: "",
|
|
49808
|
+
params: [
|
|
47982
49809
|
{
|
|
47983
|
-
name: "
|
|
49810
|
+
name: "key",
|
|
47984
49811
|
type: "string",
|
|
47985
|
-
required:
|
|
47986
|
-
description: "
|
|
49812
|
+
required: true,
|
|
49813
|
+
description: ""
|
|
47987
49814
|
},
|
|
47988
49815
|
{
|
|
47989
|
-
name: "
|
|
47990
|
-
type: "
|
|
47991
|
-
required:
|
|
47992
|
-
description: "
|
|
49816
|
+
name: "ttl",
|
|
49817
|
+
type: "number",
|
|
49818
|
+
required: true,
|
|
49819
|
+
description: ""
|
|
47993
49820
|
}
|
|
47994
49821
|
],
|
|
47995
49822
|
responseShape: {
|
|
47996
|
-
|
|
47997
|
-
keyPoints: "array"
|
|
49823
|
+
set: "boolean"
|
|
47998
49824
|
}
|
|
47999
49825
|
},
|
|
48000
49826
|
{
|
|
48001
|
-
name: "
|
|
48002
|
-
description: "
|
|
49827
|
+
name: "publish",
|
|
49828
|
+
description: "",
|
|
48003
49829
|
params: [
|
|
48004
49830
|
{
|
|
48005
|
-
name: "
|
|
48006
|
-
type: "string
|
|
49831
|
+
name: "channel",
|
|
49832
|
+
type: "string",
|
|
48007
49833
|
required: true,
|
|
48008
|
-
description: "
|
|
49834
|
+
description: ""
|
|
48009
49835
|
},
|
|
48010
49836
|
{
|
|
48011
|
-
name: "
|
|
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",
|
|
48012
49853
|
type: "string",
|
|
48013
|
-
required:
|
|
48014
|
-
description: "
|
|
49854
|
+
required: true,
|
|
49855
|
+
description: ""
|
|
48015
49856
|
}
|
|
48016
49857
|
],
|
|
48017
49858
|
responseShape: {
|
|
48018
|
-
|
|
49859
|
+
subscribed: "boolean"
|
|
48019
49860
|
}
|
|
48020
49861
|
}
|
|
48021
49862
|
]
|
|
48022
49863
|
},
|
|
48023
|
-
|
|
48024
|
-
name: "
|
|
48025
|
-
description: "
|
|
48026
|
-
category: "
|
|
49864
|
+
oauth: {
|
|
49865
|
+
name: "oauth",
|
|
49866
|
+
description: "OAuth/OIDC \u2014 authorization-code + PKCE flow, token management, userinfo",
|
|
49867
|
+
category: "auth",
|
|
48027
49868
|
actions: [
|
|
48028
49869
|
{
|
|
48029
|
-
name: "
|
|
48030
|
-
description: "
|
|
49870
|
+
name: "authorize",
|
|
49871
|
+
description: "",
|
|
48031
49872
|
params: [
|
|
48032
49873
|
{
|
|
48033
|
-
name: "
|
|
48034
|
-
type: "
|
|
49874
|
+
name: "provider",
|
|
49875
|
+
type: "'google' | 'github' | 'auth0'",
|
|
48035
49876
|
required: true,
|
|
48036
|
-
description: "
|
|
49877
|
+
description: ""
|
|
48037
49878
|
},
|
|
48038
49879
|
{
|
|
48039
|
-
name: "
|
|
48040
|
-
type: "
|
|
49880
|
+
name: "scopes",
|
|
49881
|
+
type: "string[]",
|
|
49882
|
+
required: true,
|
|
49883
|
+
description: ""
|
|
49884
|
+
},
|
|
49885
|
+
{
|
|
49886
|
+
name: "redirectUri",
|
|
49887
|
+
type: "string",
|
|
48041
49888
|
required: true,
|
|
48042
|
-
description: "
|
|
49889
|
+
description: ""
|
|
48043
49890
|
}
|
|
48044
49891
|
],
|
|
48045
49892
|
responseShape: {
|
|
48046
|
-
|
|
48047
|
-
|
|
48048
|
-
violations: "string[]"
|
|
49893
|
+
authUrl: "string",
|
|
49894
|
+
state: "string"
|
|
48049
49895
|
}
|
|
48050
|
-
}
|
|
48051
|
-
]
|
|
48052
|
-
},
|
|
48053
|
-
deepagent: {
|
|
48054
|
-
name: "deepagent",
|
|
48055
|
-
description: "AI code generation agent with tool use - generates schemas, code, and manages projects",
|
|
48056
|
-
category: "ai",
|
|
48057
|
-
actions: [
|
|
49896
|
+
},
|
|
48058
49897
|
{
|
|
48059
|
-
name: "
|
|
48060
|
-
description: "
|
|
49898
|
+
name: "token",
|
|
49899
|
+
description: "",
|
|
48061
49900
|
params: [
|
|
48062
49901
|
{
|
|
48063
|
-
name: "
|
|
49902
|
+
name: "code",
|
|
48064
49903
|
type: "string",
|
|
48065
49904
|
required: true,
|
|
48066
|
-
description: "
|
|
49905
|
+
description: ""
|
|
48067
49906
|
},
|
|
48068
49907
|
{
|
|
48069
|
-
name: "
|
|
49908
|
+
name: "state",
|
|
48070
49909
|
type: "string",
|
|
48071
|
-
required:
|
|
48072
|
-
description: "
|
|
48073
|
-
}
|
|
49910
|
+
required: true,
|
|
49911
|
+
description: ""
|
|
49912
|
+
}
|
|
49913
|
+
],
|
|
49914
|
+
responseShape: {
|
|
49915
|
+
accessToken: "string",
|
|
49916
|
+
refreshToken: "string",
|
|
49917
|
+
expiresIn: "number",
|
|
49918
|
+
tokenType: "'bearer'"
|
|
49919
|
+
}
|
|
49920
|
+
},
|
|
49921
|
+
{
|
|
49922
|
+
name: "refresh",
|
|
49923
|
+
description: "",
|
|
49924
|
+
params: [
|
|
48074
49925
|
{
|
|
48075
|
-
name: "
|
|
49926
|
+
name: "refreshToken",
|
|
48076
49927
|
type: "string",
|
|
48077
|
-
required:
|
|
48078
|
-
description: "
|
|
48079
|
-
}
|
|
49928
|
+
required: true,
|
|
49929
|
+
description: ""
|
|
49930
|
+
}
|
|
49931
|
+
],
|
|
49932
|
+
responseShape: {
|
|
49933
|
+
accessToken: "string",
|
|
49934
|
+
expiresIn: "number"
|
|
49935
|
+
}
|
|
49936
|
+
},
|
|
49937
|
+
{
|
|
49938
|
+
name: "revoke",
|
|
49939
|
+
description: "",
|
|
49940
|
+
params: [
|
|
48080
49941
|
{
|
|
48081
|
-
name: "
|
|
48082
|
-
type: "
|
|
48083
|
-
required:
|
|
48084
|
-
description: "
|
|
49942
|
+
name: "token",
|
|
49943
|
+
type: "string",
|
|
49944
|
+
required: true,
|
|
49945
|
+
description: ""
|
|
48085
49946
|
}
|
|
48086
49947
|
],
|
|
48087
49948
|
responseShape: {
|
|
48088
|
-
|
|
48089
|
-
threadId: "string",
|
|
48090
|
-
toolCalls: "array",
|
|
48091
|
-
todos: "array",
|
|
48092
|
-
schemaDiffs: "array"
|
|
49949
|
+
revoked: "boolean"
|
|
48093
49950
|
}
|
|
48094
49951
|
},
|
|
48095
49952
|
{
|
|
48096
|
-
name: "
|
|
48097
|
-
description: "
|
|
49953
|
+
name: "userinfo",
|
|
49954
|
+
description: "",
|
|
48098
49955
|
params: [
|
|
48099
49956
|
{
|
|
48100
|
-
name: "
|
|
49957
|
+
name: "accessToken",
|
|
48101
49958
|
type: "string",
|
|
48102
49959
|
required: true,
|
|
48103
|
-
description: "
|
|
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",
|
|
49984
|
+
required: false,
|
|
49985
|
+
description: ""
|
|
48104
49986
|
}
|
|
48105
49987
|
],
|
|
48106
49988
|
responseShape: {
|
|
48107
|
-
|
|
49989
|
+
enabled: "boolean",
|
|
49990
|
+
entries: "array"
|
|
48108
49991
|
}
|
|
48109
49992
|
},
|
|
48110
49993
|
{
|
|
48111
|
-
name: "
|
|
48112
|
-
description: "
|
|
49994
|
+
name: "set",
|
|
49995
|
+
description: "",
|
|
48113
49996
|
params: [
|
|
48114
49997
|
{
|
|
48115
|
-
name: "
|
|
49998
|
+
name: "service",
|
|
49999
|
+
type: "string",
|
|
50000
|
+
required: true,
|
|
50001
|
+
description: ""
|
|
50002
|
+
},
|
|
50003
|
+
{
|
|
50004
|
+
name: "envVar",
|
|
50005
|
+
type: "string",
|
|
50006
|
+
required: true,
|
|
50007
|
+
description: ""
|
|
50008
|
+
},
|
|
50009
|
+
{
|
|
50010
|
+
name: "value",
|
|
48116
50011
|
type: "string",
|
|
48117
50012
|
required: true,
|
|
48118
|
-
description: "
|
|
50013
|
+
description: ""
|
|
48119
50014
|
}
|
|
48120
50015
|
],
|
|
48121
50016
|
responseShape: {
|
|
48122
|
-
|
|
48123
|
-
|
|
48124
|
-
|
|
50017
|
+
saved: "boolean",
|
|
50018
|
+
service: "string",
|
|
50019
|
+
envVar: "string",
|
|
50020
|
+
last4: "string"
|
|
48125
50021
|
}
|
|
48126
50022
|
},
|
|
48127
50023
|
{
|
|
48128
|
-
name: "
|
|
48129
|
-
description: "
|
|
50024
|
+
name: "remove",
|
|
50025
|
+
description: "",
|
|
48130
50026
|
params: [
|
|
48131
50027
|
{
|
|
48132
|
-
name: "
|
|
50028
|
+
name: "service",
|
|
48133
50029
|
type: "string",
|
|
48134
50030
|
required: true,
|
|
48135
|
-
description: "
|
|
50031
|
+
description: ""
|
|
48136
50032
|
},
|
|
48137
50033
|
{
|
|
48138
|
-
name: "
|
|
50034
|
+
name: "envVar",
|
|
48139
50035
|
type: "string",
|
|
48140
|
-
required:
|
|
48141
|
-
description: "
|
|
50036
|
+
required: true,
|
|
50037
|
+
description: ""
|
|
48142
50038
|
}
|
|
48143
50039
|
],
|
|
48144
50040
|
responseShape: {
|
|
48145
|
-
|
|
48146
|
-
outputPath: "string",
|
|
48147
|
-
errors: "array"
|
|
50041
|
+
removed: "boolean"
|
|
48148
50042
|
}
|
|
48149
50043
|
},
|
|
48150
50044
|
{
|
|
48151
|
-
name: "
|
|
48152
|
-
description: "
|
|
50045
|
+
name: "test",
|
|
50046
|
+
description: "",
|
|
48153
50047
|
params: [
|
|
48154
50048
|
{
|
|
48155
|
-
name: "
|
|
50049
|
+
name: "service",
|
|
48156
50050
|
type: "string",
|
|
48157
50051
|
required: true,
|
|
48158
|
-
description: "
|
|
50052
|
+
description: ""
|
|
48159
50053
|
}
|
|
48160
50054
|
],
|
|
48161
50055
|
responseShape: {
|
|
48162
|
-
|
|
48163
|
-
|
|
48164
|
-
|
|
50056
|
+
service: "string",
|
|
50057
|
+
configured: "boolean",
|
|
50058
|
+
missing: "string[]",
|
|
50059
|
+
probed: "boolean",
|
|
50060
|
+
ok: "boolean",
|
|
50061
|
+
message: "string"
|
|
48165
50062
|
}
|
|
48166
50063
|
}
|
|
48167
50064
|
]
|
|
48168
50065
|
},
|
|
48169
|
-
|
|
48170
|
-
name: "
|
|
48171
|
-
description: "
|
|
48172
|
-
category: "
|
|
50066
|
+
otel: {
|
|
50067
|
+
name: "otel",
|
|
50068
|
+
description: "OpenTelemetry \u2014 spans, metrics, logs",
|
|
50069
|
+
category: "infrastructure",
|
|
48173
50070
|
actions: [
|
|
48174
50071
|
{
|
|
48175
|
-
name: "
|
|
48176
|
-
description: "
|
|
50072
|
+
name: "startSpan",
|
|
50073
|
+
description: "",
|
|
48177
50074
|
params: [
|
|
48178
50075
|
{
|
|
48179
|
-
name: "
|
|
50076
|
+
name: "name",
|
|
48180
50077
|
type: "string",
|
|
48181
50078
|
required: true,
|
|
48182
|
-
description: "
|
|
50079
|
+
description: ""
|
|
48183
50080
|
},
|
|
48184
50081
|
{
|
|
48185
|
-
name: "
|
|
50082
|
+
name: "attributes",
|
|
50083
|
+
type: "IntegrationParams",
|
|
50084
|
+
required: false,
|
|
50085
|
+
description: ""
|
|
50086
|
+
},
|
|
50087
|
+
{
|
|
50088
|
+
name: "traceId",
|
|
48186
50089
|
type: "string",
|
|
48187
50090
|
required: false,
|
|
48188
|
-
description: "
|
|
50091
|
+
description: ""
|
|
48189
50092
|
}
|
|
48190
50093
|
],
|
|
48191
50094
|
responseShape: {
|
|
48192
|
-
|
|
48193
|
-
|
|
50095
|
+
spanId: "string",
|
|
50096
|
+
traceId: "string"
|
|
48194
50097
|
}
|
|
48195
50098
|
},
|
|
48196
50099
|
{
|
|
48197
|
-
name: "
|
|
48198
|
-
description: "
|
|
50100
|
+
name: "endSpan",
|
|
50101
|
+
description: "",
|
|
48199
50102
|
params: [
|
|
48200
50103
|
{
|
|
48201
|
-
name: "
|
|
50104
|
+
name: "spanId",
|
|
48202
50105
|
type: "string",
|
|
48203
50106
|
required: true,
|
|
48204
|
-
description: "
|
|
50107
|
+
description: ""
|
|
48205
50108
|
},
|
|
48206
50109
|
{
|
|
48207
|
-
name: "
|
|
48208
|
-
type: "
|
|
48209
|
-
required:
|
|
48210
|
-
description: "
|
|
50110
|
+
name: "status",
|
|
50111
|
+
type: "'ok' | 'error'",
|
|
50112
|
+
required: false,
|
|
50113
|
+
description: ""
|
|
48211
50114
|
}
|
|
48212
50115
|
],
|
|
48213
50116
|
responseShape: {
|
|
48214
|
-
|
|
50117
|
+
ended: "boolean"
|
|
48215
50118
|
}
|
|
48216
50119
|
},
|
|
48217
50120
|
{
|
|
48218
|
-
name: "
|
|
48219
|
-
description: "
|
|
50121
|
+
name: "addEvent",
|
|
50122
|
+
description: "",
|
|
48220
50123
|
params: [
|
|
48221
50124
|
{
|
|
48222
|
-
name: "
|
|
50125
|
+
name: "spanId",
|
|
48223
50126
|
type: "string",
|
|
48224
50127
|
required: true,
|
|
48225
|
-
description: "
|
|
50128
|
+
description: ""
|
|
48226
50129
|
},
|
|
48227
50130
|
{
|
|
48228
|
-
name: "
|
|
50131
|
+
name: "name",
|
|
48229
50132
|
type: "string",
|
|
48230
50133
|
required: true,
|
|
48231
|
-
description: "
|
|
50134
|
+
description: ""
|
|
48232
50135
|
},
|
|
48233
50136
|
{
|
|
48234
|
-
name: "
|
|
48235
|
-
type: "
|
|
50137
|
+
name: "attributes",
|
|
50138
|
+
type: "IntegrationParams",
|
|
48236
50139
|
required: false,
|
|
48237
|
-
description: "
|
|
50140
|
+
description: ""
|
|
48238
50141
|
}
|
|
48239
50142
|
],
|
|
48240
50143
|
responseShape: {
|
|
48241
|
-
|
|
48242
|
-
message: "string"
|
|
50144
|
+
added: "boolean"
|
|
48243
50145
|
}
|
|
48244
50146
|
},
|
|
48245
50147
|
{
|
|
48246
|
-
name: "
|
|
48247
|
-
description: "
|
|
50148
|
+
name: "recordMetric",
|
|
50149
|
+
description: "",
|
|
48248
50150
|
params: [
|
|
48249
50151
|
{
|
|
48250
|
-
name: "
|
|
50152
|
+
name: "name",
|
|
48251
50153
|
type: "string",
|
|
48252
50154
|
required: true,
|
|
48253
|
-
description: "
|
|
50155
|
+
description: ""
|
|
48254
50156
|
},
|
|
48255
50157
|
{
|
|
48256
|
-
name: "
|
|
48257
|
-
type: "
|
|
50158
|
+
name: "value",
|
|
50159
|
+
type: "number",
|
|
50160
|
+
required: true,
|
|
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",
|
|
48258
50172
|
required: false,
|
|
48259
|
-
description: "
|
|
50173
|
+
description: ""
|
|
48260
50174
|
}
|
|
48261
50175
|
],
|
|
48262
50176
|
responseShape: {
|
|
48263
|
-
|
|
50177
|
+
recorded: "boolean"
|
|
48264
50178
|
}
|
|
48265
50179
|
},
|
|
48266
50180
|
{
|
|
48267
|
-
name: "
|
|
48268
|
-
description: "
|
|
50181
|
+
name: "getSpan",
|
|
50182
|
+
description: "",
|
|
48269
50183
|
params: [
|
|
48270
50184
|
{
|
|
48271
|
-
name: "
|
|
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: {}
|
|
50198
|
+
}
|
|
50199
|
+
]
|
|
50200
|
+
},
|
|
50201
|
+
cli: {
|
|
50202
|
+
name: "cli",
|
|
50203
|
+
description: "Almadar CLI integration - schema validation and compilation",
|
|
50204
|
+
category: "devtools",
|
|
50205
|
+
actions: [
|
|
50206
|
+
{
|
|
50207
|
+
name: "validate",
|
|
50208
|
+
description: "",
|
|
50209
|
+
params: [
|
|
50210
|
+
{
|
|
50211
|
+
name: "schema",
|
|
50212
|
+
type: "string",
|
|
50213
|
+
required: true,
|
|
50214
|
+
description: ""
|
|
50215
|
+
}
|
|
50216
|
+
],
|
|
50217
|
+
responseShape: {
|
|
50218
|
+
valid: "boolean",
|
|
50219
|
+
errors: "string[]",
|
|
50220
|
+
warnings: "string[]",
|
|
50221
|
+
summary: "string"
|
|
50222
|
+
}
|
|
50223
|
+
}
|
|
50224
|
+
]
|
|
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",
|
|
48272
50237
|
type: "string",
|
|
48273
50238
|
required: true,
|
|
48274
|
-
description: "
|
|
50239
|
+
description: ""
|
|
48275
50240
|
},
|
|
48276
50241
|
{
|
|
48277
|
-
name: "
|
|
50242
|
+
name: "threadId",
|
|
48278
50243
|
type: "string",
|
|
48279
50244
|
required: false,
|
|
48280
|
-
description: "
|
|
50245
|
+
description: ""
|
|
48281
50246
|
},
|
|
48282
50247
|
{
|
|
48283
|
-
name: "
|
|
50248
|
+
name: "skill",
|
|
48284
50249
|
type: "string",
|
|
48285
|
-
required:
|
|
48286
|
-
description: "
|
|
50250
|
+
required: false,
|
|
50251
|
+
description: ""
|
|
48287
50252
|
},
|
|
48288
50253
|
{
|
|
48289
|
-
name: "
|
|
48290
|
-
type: "
|
|
50254
|
+
name: "context",
|
|
50255
|
+
type: "IntegrationParams",
|
|
48291
50256
|
required: false,
|
|
48292
|
-
description: "
|
|
50257
|
+
description: ""
|
|
48293
50258
|
}
|
|
48294
50259
|
],
|
|
48295
50260
|
responseShape: {
|
|
48296
|
-
|
|
48297
|
-
|
|
50261
|
+
response: "string",
|
|
50262
|
+
threadId: "string"
|
|
48298
50263
|
}
|
|
48299
50264
|
},
|
|
48300
50265
|
{
|
|
48301
|
-
name: "
|
|
48302
|
-
description: "
|
|
50266
|
+
name: "cancelGeneration",
|
|
50267
|
+
description: "",
|
|
48303
50268
|
params: [
|
|
48304
50269
|
{
|
|
48305
|
-
name: "
|
|
48306
|
-
type: "
|
|
50270
|
+
name: "threadId",
|
|
50271
|
+
type: "string",
|
|
48307
50272
|
required: true,
|
|
48308
|
-
description: "
|
|
50273
|
+
description: ""
|
|
48309
50274
|
}
|
|
48310
50275
|
],
|
|
48311
50276
|
responseShape: {
|
|
48312
|
-
|
|
50277
|
+
cancelled: "boolean"
|
|
48313
50278
|
}
|
|
48314
50279
|
},
|
|
48315
50280
|
{
|
|
48316
|
-
name: "
|
|
48317
|
-
description: "
|
|
50281
|
+
name: "validateSchema",
|
|
50282
|
+
description: "",
|
|
48318
50283
|
params: [
|
|
48319
50284
|
{
|
|
48320
|
-
name: "
|
|
48321
|
-
type: "string",
|
|
48322
|
-
required: false,
|
|
48323
|
-
description: "Issue state: open, closed, all"
|
|
48324
|
-
},
|
|
48325
|
-
{
|
|
48326
|
-
name: "labels",
|
|
50285
|
+
name: "schema",
|
|
48327
50286
|
type: "string",
|
|
48328
|
-
required:
|
|
48329
|
-
description: "
|
|
50287
|
+
required: true,
|
|
50288
|
+
description: ""
|
|
48330
50289
|
}
|
|
48331
50290
|
],
|
|
48332
50291
|
responseShape: {
|
|
48333
|
-
|
|
50292
|
+
valid: "boolean",
|
|
50293
|
+
errors: "string[]"
|
|
48334
50294
|
}
|
|
48335
50295
|
},
|
|
48336
50296
|
{
|
|
48337
|
-
name: "
|
|
48338
|
-
description: "
|
|
50297
|
+
name: "compileSchema",
|
|
50298
|
+
description: "",
|
|
48339
50299
|
params: [
|
|
48340
50300
|
{
|
|
48341
|
-
name: "
|
|
48342
|
-
type: "
|
|
50301
|
+
name: "schema",
|
|
50302
|
+
type: "string",
|
|
48343
50303
|
required: true,
|
|
48344
|
-
description: "
|
|
50304
|
+
description: ""
|
|
50305
|
+
},
|
|
50306
|
+
{
|
|
50307
|
+
name: "shell",
|
|
50308
|
+
type: "string",
|
|
50309
|
+
required: false,
|
|
50310
|
+
description: ""
|
|
48345
50311
|
}
|
|
48346
50312
|
],
|
|
48347
50313
|
responseShape: {
|
|
48348
|
-
|
|
48349
|
-
|
|
48350
|
-
state: "string"
|
|
50314
|
+
output: "string",
|
|
50315
|
+
files: "string[]"
|
|
48351
50316
|
}
|
|
48352
|
-
}
|
|
48353
|
-
]
|
|
48354
|
-
},
|
|
48355
|
-
cli: {
|
|
48356
|
-
name: "cli",
|
|
48357
|
-
description: "Almadar CLI integration - schema validation and compilation",
|
|
48358
|
-
category: "devtools",
|
|
48359
|
-
actions: [
|
|
50317
|
+
},
|
|
48360
50318
|
{
|
|
48361
|
-
name: "
|
|
48362
|
-
description: "
|
|
50319
|
+
name: "getThreadHistory",
|
|
50320
|
+
description: "",
|
|
48363
50321
|
params: [
|
|
48364
50322
|
{
|
|
48365
|
-
name: "
|
|
50323
|
+
name: "threadId",
|
|
48366
50324
|
type: "string",
|
|
48367
50325
|
required: true,
|
|
48368
|
-
description: "
|
|
50326
|
+
description: ""
|
|
48369
50327
|
}
|
|
48370
50328
|
],
|
|
48371
50329
|
responseShape: {
|
|
48372
|
-
|
|
48373
|
-
errors: "array",
|
|
48374
|
-
warnings: "array",
|
|
48375
|
-
summary: "string"
|
|
50330
|
+
messages: "array"
|
|
48376
50331
|
}
|
|
48377
50332
|
}
|
|
48378
50333
|
]
|
|
@@ -48384,29 +50339,29 @@ var integrators_registry_default = {
|
|
|
48384
50339
|
actions: [
|
|
48385
50340
|
{
|
|
48386
50341
|
name: "query",
|
|
48387
|
-
description: "
|
|
50342
|
+
description: "",
|
|
48388
50343
|
params: [
|
|
48389
50344
|
{
|
|
48390
50345
|
name: "connectionRef",
|
|
48391
50346
|
type: "string",
|
|
48392
50347
|
required: true,
|
|
48393
|
-
description: "
|
|
50348
|
+
description: ""
|
|
48394
50349
|
},
|
|
48395
50350
|
{
|
|
48396
50351
|
name: "sql",
|
|
48397
50352
|
type: "string",
|
|
48398
50353
|
required: true,
|
|
48399
|
-
description: "
|
|
50354
|
+
description: ""
|
|
48400
50355
|
},
|
|
48401
50356
|
{
|
|
48402
50357
|
name: "params",
|
|
48403
|
-
type: "
|
|
50358
|
+
type: "DatabaseQueryParamValue[]",
|
|
48404
50359
|
required: false,
|
|
48405
|
-
description: "
|
|
50360
|
+
description: ""
|
|
48406
50361
|
}
|
|
48407
50362
|
],
|
|
48408
50363
|
responseShape: {
|
|
48409
|
-
rows: "
|
|
50364
|
+
rows: "DatabaseRow[]",
|
|
48410
50365
|
rowCount: "number"
|
|
48411
50366
|
}
|
|
48412
50367
|
}
|
|
@@ -48419,13 +50374,13 @@ var integrators_registry_default = {
|
|
|
48419
50374
|
actions: [
|
|
48420
50375
|
{
|
|
48421
50376
|
name: "getPage",
|
|
48422
|
-
description: "
|
|
50377
|
+
description: "",
|
|
48423
50378
|
params: [
|
|
48424
50379
|
{
|
|
48425
50380
|
name: "title",
|
|
48426
50381
|
type: "string",
|
|
48427
50382
|
required: true,
|
|
48428
|
-
description: "
|
|
50383
|
+
description: ""
|
|
48429
50384
|
}
|
|
48430
50385
|
],
|
|
48431
50386
|
responseShape: {
|
|
@@ -48444,13 +50399,13 @@ var integrators_registry_default = {
|
|
|
48444
50399
|
actions: [
|
|
48445
50400
|
{
|
|
48446
50401
|
name: "svgExists",
|
|
48447
|
-
description: "
|
|
50402
|
+
description: "",
|
|
48448
50403
|
params: [
|
|
48449
50404
|
{
|
|
48450
50405
|
name: "path",
|
|
48451
50406
|
type: "string",
|
|
48452
50407
|
required: true,
|
|
48453
|
-
description: "
|
|
50408
|
+
description: ""
|
|
48454
50409
|
}
|
|
48455
50410
|
],
|
|
48456
50411
|
responseShape: {
|
|
@@ -48459,19 +50414,19 @@ var integrators_registry_default = {
|
|
|
48459
50414
|
},
|
|
48460
50415
|
{
|
|
48461
50416
|
name: "search",
|
|
48462
|
-
description: "
|
|
50417
|
+
description: "",
|
|
48463
50418
|
params: [
|
|
48464
50419
|
{
|
|
48465
50420
|
name: "query",
|
|
48466
50421
|
type: "string",
|
|
48467
50422
|
required: true,
|
|
48468
|
-
description: "
|
|
50423
|
+
description: ""
|
|
48469
50424
|
},
|
|
48470
50425
|
{
|
|
48471
50426
|
name: "limit",
|
|
48472
50427
|
type: "number",
|
|
48473
50428
|
required: false,
|
|
48474
|
-
description: "
|
|
50429
|
+
description: ""
|
|
48475
50430
|
}
|
|
48476
50431
|
],
|
|
48477
50432
|
responseShape: {
|
|
@@ -48480,17 +50435,17 @@ var integrators_registry_default = {
|
|
|
48480
50435
|
},
|
|
48481
50436
|
{
|
|
48482
50437
|
name: "getIconBody",
|
|
48483
|
-
description: "
|
|
50438
|
+
description: "",
|
|
48484
50439
|
params: [
|
|
48485
50440
|
{
|
|
48486
50441
|
name: "iconId",
|
|
48487
50442
|
type: "string",
|
|
48488
50443
|
required: true,
|
|
48489
|
-
description: "
|
|
50444
|
+
description: ""
|
|
48490
50445
|
}
|
|
48491
50446
|
],
|
|
48492
50447
|
responseShape: {
|
|
48493
|
-
body: "string"
|
|
50448
|
+
body: "string | null"
|
|
48494
50449
|
}
|
|
48495
50450
|
}
|
|
48496
50451
|
]
|
|
@@ -48502,84 +50457,46 @@ var integrators_registry_default = {
|
|
|
48502
50457
|
actions: [
|
|
48503
50458
|
{
|
|
48504
50459
|
name: "search",
|
|
48505
|
-
description: "
|
|
50460
|
+
description: "",
|
|
48506
50461
|
params: [
|
|
48507
50462
|
{
|
|
48508
50463
|
name: "query",
|
|
48509
50464
|
type: "string",
|
|
48510
50465
|
required: true,
|
|
48511
|
-
description: "
|
|
50466
|
+
description: ""
|
|
48512
50467
|
},
|
|
48513
50468
|
{
|
|
48514
50469
|
name: "maxResults",
|
|
48515
50470
|
type: "number",
|
|
48516
50471
|
required: false,
|
|
48517
|
-
description: "
|
|
48518
|
-
}
|
|
48519
|
-
],
|
|
48520
|
-
responseShape: {
|
|
48521
|
-
results: "ArxivResult[]"
|
|
48522
|
-
}
|
|
48523
|
-
}
|
|
48524
|
-
]
|
|
48525
|
-
},
|
|
48526
|
-
webhook: {
|
|
48527
|
-
name: "webhook",
|
|
48528
|
-
description: "Outbound webhook - signed HTTP POST notifications to external endpoints",
|
|
48529
|
-
category: "messaging",
|
|
48530
|
-
actions: [
|
|
48531
|
-
{
|
|
48532
|
-
name: "send",
|
|
48533
|
-
description: "POST a JSON event envelope to an external URL, HMAC-SHA256 signed when a secret is configured",
|
|
48534
|
-
params: [
|
|
48535
|
-
{
|
|
48536
|
-
name: "url",
|
|
48537
|
-
type: "string",
|
|
48538
|
-
required: true,
|
|
48539
|
-
description: "Target endpoint URL"
|
|
48540
|
-
},
|
|
48541
|
-
{
|
|
48542
|
-
name: "event",
|
|
48543
|
-
type: "string",
|
|
48544
|
-
required: true,
|
|
48545
|
-
description: "Event name carried in the envelope and X-Almadar-Event header"
|
|
48546
|
-
},
|
|
48547
|
-
{
|
|
48548
|
-
name: "payload",
|
|
48549
|
-
type: "object",
|
|
48550
|
-
required: false,
|
|
48551
|
-
description: "Event payload fields (string map)"
|
|
48552
|
-
},
|
|
48553
|
-
{
|
|
48554
|
-
name: "secret",
|
|
48555
|
-
type: "string",
|
|
48556
|
-
required: false,
|
|
48557
|
-
description: "Per-call HMAC signing secret (overrides WEBHOOK_SIGNING_SECRET)"
|
|
50472
|
+
description: ""
|
|
48558
50473
|
}
|
|
48559
50474
|
],
|
|
48560
50475
|
responseShape: {
|
|
48561
|
-
|
|
48562
|
-
ok: "boolean",
|
|
48563
|
-
durationMs: "number"
|
|
50476
|
+
results: "array"
|
|
48564
50477
|
}
|
|
48565
50478
|
}
|
|
48566
50479
|
]
|
|
48567
50480
|
}
|
|
48568
50481
|
},
|
|
48569
50482
|
categories: [
|
|
48570
|
-
"media",
|
|
48571
|
-
"payment",
|
|
48572
|
-
"messaging",
|
|
48573
50483
|
"ai",
|
|
50484
|
+
"auth",
|
|
48574
50485
|
"devtools",
|
|
48575
|
-
"
|
|
50486
|
+
"finance",
|
|
50487
|
+
"infrastructure",
|
|
50488
|
+
"marketing",
|
|
50489
|
+
"media",
|
|
50490
|
+
"messaging",
|
|
50491
|
+
"payment",
|
|
50492
|
+
"reference"
|
|
48576
50493
|
]
|
|
48577
50494
|
};
|
|
48578
50495
|
|
|
48579
50496
|
// src/patterns/component-mapping.json
|
|
48580
50497
|
var component_mapping_default = {
|
|
48581
50498
|
version: "1.0.0",
|
|
48582
|
-
exportedAt: "2026-08-
|
|
50499
|
+
exportedAt: "2026-08-22T08:33:22.708Z",
|
|
48583
50500
|
mappings: {
|
|
48584
50501
|
"page-header": {
|
|
48585
50502
|
component: "PageHeader",
|
|
@@ -49989,7 +51906,7 @@ var component_mapping_default = {
|
|
|
49989
51906
|
// src/patterns/event-contracts.json
|
|
49990
51907
|
var event_contracts_default = {
|
|
49991
51908
|
version: "1.0.0",
|
|
49992
|
-
exportedAt: "2026-08-
|
|
51909
|
+
exportedAt: "2026-08-22T08:33:22.708Z",
|
|
49993
51910
|
contracts: {
|
|
49994
51911
|
form: {
|
|
49995
51912
|
emits: [
|
|
@@ -50213,13 +52130,6 @@ var event_contracts_default = {
|
|
|
50213
52130
|
payload: {
|
|
50214
52131
|
type: "object"
|
|
50215
52132
|
}
|
|
50216
|
-
},
|
|
50217
|
-
{
|
|
50218
|
-
event: "CLOSE",
|
|
50219
|
-
trigger: "action",
|
|
50220
|
-
payload: {
|
|
50221
|
-
type: "object"
|
|
50222
|
-
}
|
|
50223
52133
|
}
|
|
50224
52134
|
],
|
|
50225
52135
|
requires: [],
|