@almadar/core 10.65.0 → 10.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/builders.d.ts +3 -3
- package/dist/{effect-COsZyQ3w.d.ts → effect-BTXY2wl8.d.ts} +18 -15
- package/dist/{entityAccess-BrSu-_jI.d.ts → entityAccess-B5nbSI6L.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-BRf3dUz-.d.ts → index-BNEx05jQ.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +2303 -398
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/mock/index.js +65 -66
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -8
- package/dist/patterns/index.d.ts +7381 -4078
- package/dist/patterns/index.js +2303 -398
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +2327 -445
- package/dist/patterns/patterns-registry.json +40 -10
- package/dist/patterns/registry.json +40 -10
- package/dist/patterns/services-registry.json +1348 -96
- package/dist/{schema-BBcQsU1e.d.ts → schema-DwFRl8ZS.d.ts} +390 -390
- package/dist/{trait-DjBq4fW8.d.ts → trait-CzOtZitc.d.ts} +61 -61
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types-B3z8_OnS.d.ts → types-C0NIDJ5X.d.ts} +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2238,7 +2238,7 @@ function getInteractionModelForDomain(domain) {
|
|
|
2238
2238
|
// src/patterns/patterns-registry.json
|
|
2239
2239
|
var patterns_registry_default = {
|
|
2240
2240
|
version: "1.0.0",
|
|
2241
|
-
exportedAt: "2026-08-
|
|
2241
|
+
exportedAt: "2026-08-22T08:33:22.708Z",
|
|
2242
2242
|
patterns: {
|
|
2243
2243
|
"entity-table": {
|
|
2244
2244
|
type: "entity-table",
|
|
@@ -3760,7 +3760,8 @@ var patterns_registry_default = {
|
|
|
3760
3760
|
types: [
|
|
3761
3761
|
"number"
|
|
3762
3762
|
],
|
|
3763
|
-
description: `Max inline action buttons before the rest collapse into a "\u22EF" overflow menu (mirrors DataGrid's maxInlineActions).
|
|
3763
|
+
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.`,
|
|
3764
|
+
default: 2
|
|
3764
3765
|
},
|
|
3765
3766
|
backAction: {
|
|
3766
3767
|
types: [
|
|
@@ -3927,7 +3928,8 @@ var patterns_registry_default = {
|
|
|
3927
3928
|
types: [
|
|
3928
3929
|
"boolean"
|
|
3929
3930
|
],
|
|
3930
|
-
description: "
|
|
3931
|
+
description: "When false, hides the action buttons + overflow menu (and the close \xD7). Defaults to true.",
|
|
3932
|
+
default: true
|
|
3931
3933
|
},
|
|
3932
3934
|
relationsData: {
|
|
3933
3935
|
types: [
|
|
@@ -15605,25 +15607,25 @@ var patterns_registry_default = {
|
|
|
15605
15607
|
types: [
|
|
15606
15608
|
"node"
|
|
15607
15609
|
],
|
|
15608
|
-
description:
|
|
15610
|
+
description: 'Stat chips row \u2014 floats along the top edge. Legacy chrome surface: new behaviors emit HUD chrome via `render-ui "hud-top"` instead.'
|
|
15609
15611
|
},
|
|
15610
15612
|
addons: {
|
|
15611
15613
|
types: [
|
|
15612
15614
|
"node"
|
|
15613
15615
|
],
|
|
15614
|
-
description:
|
|
15616
|
+
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.'
|
|
15615
15617
|
},
|
|
15616
15618
|
controls: {
|
|
15617
15619
|
types: [
|
|
15618
15620
|
"node"
|
|
15619
15621
|
],
|
|
15620
|
-
description:
|
|
15622
|
+
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.'
|
|
15621
15623
|
},
|
|
15622
15624
|
overlay: {
|
|
15623
15625
|
types: [
|
|
15624
15626
|
"node"
|
|
15625
15627
|
],
|
|
15626
|
-
description:
|
|
15628
|
+
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.'
|
|
15627
15629
|
},
|
|
15628
15630
|
className: {
|
|
15629
15631
|
types: [
|
|
@@ -15838,7 +15840,7 @@ var patterns_registry_default = {
|
|
|
15838
15840
|
types: [
|
|
15839
15841
|
"string"
|
|
15840
15842
|
],
|
|
15841
|
-
description: "Game font key (future | future-narrow | pixel | blocks | mini) or a CSS font-family.",
|
|
15843
|
+
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.",
|
|
15842
15844
|
default: "future"
|
|
15843
15845
|
},
|
|
15844
15846
|
"data-theme": {
|
|
@@ -19250,6 +19252,13 @@ var patterns_registry_default = {
|
|
|
19250
19252
|
description: "Row field holding the start timestamp (ISO or epoch). Defaults to `startTime`.",
|
|
19251
19253
|
default: "startTime"
|
|
19252
19254
|
},
|
|
19255
|
+
endField: {
|
|
19256
|
+
types: [
|
|
19257
|
+
"string"
|
|
19258
|
+
],
|
|
19259
|
+
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.",
|
|
19260
|
+
default: "endTime"
|
|
19261
|
+
},
|
|
19253
19262
|
colorField: {
|
|
19254
19263
|
types: [
|
|
19255
19264
|
"string"
|
|
@@ -32065,6 +32074,17 @@ var patterns_registry_default = {
|
|
|
32065
32074
|
],
|
|
32066
32075
|
default: "md"
|
|
32067
32076
|
},
|
|
32077
|
+
variant: {
|
|
32078
|
+
types: [
|
|
32079
|
+
"string"
|
|
32080
|
+
],
|
|
32081
|
+
description: 'Layout variant: "floating" (default) renders a compact pill cluster that hugs its content width; "bar" preserves the legacy full-width split bar.',
|
|
32082
|
+
enumValues: [
|
|
32083
|
+
"floating",
|
|
32084
|
+
"bar"
|
|
32085
|
+
],
|
|
32086
|
+
default: "floating"
|
|
32087
|
+
},
|
|
32068
32088
|
className: {
|
|
32069
32089
|
types: [
|
|
32070
32090
|
"string"
|
|
@@ -32621,8 +32641,7 @@ var patterns_registry_default = {
|
|
|
32621
32641
|
"number",
|
|
32622
32642
|
"string"
|
|
32623
32643
|
],
|
|
32624
|
-
description: "Current value (defaults to 0 if not provided)"
|
|
32625
|
-
default: 0
|
|
32644
|
+
description: "Current value (defaults to 0 if not provided)"
|
|
32626
32645
|
},
|
|
32627
32646
|
max: {
|
|
32628
32647
|
types: [
|
|
@@ -38378,6 +38397,17 @@ var patterns_registry_default = {
|
|
|
38378
38397
|
],
|
|
38379
38398
|
description: "disabled prop"
|
|
38380
38399
|
},
|
|
38400
|
+
visibility: {
|
|
38401
|
+
types: [
|
|
38402
|
+
"string"
|
|
38403
|
+
],
|
|
38404
|
+
description: '"auto" (default) renders only on coarse-pointer (touch) devices; "always" renders everywhere.',
|
|
38405
|
+
enumValues: [
|
|
38406
|
+
"auto",
|
|
38407
|
+
"always"
|
|
38408
|
+
],
|
|
38409
|
+
default: "auto"
|
|
38410
|
+
},
|
|
38381
38411
|
className: {
|
|
38382
38412
|
types: [
|
|
38383
38413
|
"string"
|
|
@@ -49860,243 +49890,395 @@ var patterns_registry_default = {
|
|
|
49860
49890
|
// src/patterns/integrators-registry.json
|
|
49861
49891
|
var integrators_registry_default = {
|
|
49862
49892
|
version: "1.0.0",
|
|
49863
|
-
exportedAt: "2026-
|
|
49893
|
+
exportedAt: "2026-08-22T11:31:33.279Z",
|
|
49864
49894
|
integrators: {
|
|
49865
|
-
|
|
49866
|
-
name: "
|
|
49867
|
-
description: "
|
|
49868
|
-
category: "
|
|
49895
|
+
github: {
|
|
49896
|
+
name: "github",
|
|
49897
|
+
description: "GitHub integration - Git operations and GitHub REST API",
|
|
49898
|
+
category: "devtools",
|
|
49869
49899
|
actions: [
|
|
49870
49900
|
{
|
|
49871
|
-
name: "
|
|
49872
|
-
description: "
|
|
49901
|
+
name: "cloneRepo",
|
|
49902
|
+
description: "",
|
|
49873
49903
|
params: [
|
|
49874
49904
|
{
|
|
49875
|
-
name: "
|
|
49905
|
+
name: "repoUrl",
|
|
49876
49906
|
type: "string",
|
|
49877
49907
|
required: true,
|
|
49878
|
-
description: "
|
|
49908
|
+
description: ""
|
|
49879
49909
|
},
|
|
49880
49910
|
{
|
|
49881
|
-
name: "
|
|
49882
|
-
type: "
|
|
49911
|
+
name: "targetDir",
|
|
49912
|
+
type: "string",
|
|
49913
|
+
required: true,
|
|
49914
|
+
description: ""
|
|
49915
|
+
},
|
|
49916
|
+
{
|
|
49917
|
+
name: "branch",
|
|
49918
|
+
type: "string",
|
|
49883
49919
|
required: false,
|
|
49884
|
-
description: "
|
|
49920
|
+
description: ""
|
|
49921
|
+
}
|
|
49922
|
+
],
|
|
49923
|
+
responseShape: {
|
|
49924
|
+
message: "string"
|
|
49925
|
+
}
|
|
49926
|
+
},
|
|
49927
|
+
{
|
|
49928
|
+
name: "createBranch",
|
|
49929
|
+
description: "",
|
|
49930
|
+
params: [
|
|
49931
|
+
{
|
|
49932
|
+
name: "branchName",
|
|
49933
|
+
type: "string",
|
|
49934
|
+
required: true,
|
|
49935
|
+
description: ""
|
|
49885
49936
|
},
|
|
49886
49937
|
{
|
|
49887
|
-
name: "
|
|
49938
|
+
name: "baseBranch",
|
|
49888
49939
|
type: "string",
|
|
49889
49940
|
required: false,
|
|
49890
|
-
description: "
|
|
49941
|
+
description: ""
|
|
49891
49942
|
}
|
|
49892
49943
|
],
|
|
49893
49944
|
responseShape: {
|
|
49894
|
-
|
|
49895
|
-
title: "string",
|
|
49896
|
-
thumbnail: "string",
|
|
49897
|
-
description: "string"
|
|
49945
|
+
message: "string"
|
|
49898
49946
|
}
|
|
49899
49947
|
},
|
|
49900
49948
|
{
|
|
49901
|
-
name: "
|
|
49902
|
-
description: "
|
|
49949
|
+
name: "commit",
|
|
49950
|
+
description: "",
|
|
49903
49951
|
params: [
|
|
49904
49952
|
{
|
|
49905
|
-
name: "
|
|
49953
|
+
name: "message",
|
|
49906
49954
|
type: "string",
|
|
49907
49955
|
required: true,
|
|
49908
|
-
description: "
|
|
49956
|
+
description: ""
|
|
49957
|
+
},
|
|
49958
|
+
{
|
|
49959
|
+
name: "files",
|
|
49960
|
+
type: "string[]",
|
|
49961
|
+
required: false,
|
|
49962
|
+
description: ""
|
|
49909
49963
|
}
|
|
49910
49964
|
],
|
|
49911
49965
|
responseShape: {
|
|
49912
|
-
|
|
49913
|
-
description: "string",
|
|
49914
|
-
viewCount: "number",
|
|
49915
|
-
likeCount: "number"
|
|
49966
|
+
message: "string"
|
|
49916
49967
|
}
|
|
49917
49968
|
},
|
|
49918
49969
|
{
|
|
49919
|
-
name: "
|
|
49920
|
-
description: "
|
|
49970
|
+
name: "push",
|
|
49971
|
+
description: "",
|
|
49921
49972
|
params: [
|
|
49922
49973
|
{
|
|
49923
|
-
name: "
|
|
49974
|
+
name: "branchName",
|
|
49924
49975
|
type: "string",
|
|
49925
49976
|
required: true,
|
|
49926
|
-
description: "
|
|
49977
|
+
description: ""
|
|
49978
|
+
},
|
|
49979
|
+
{
|
|
49980
|
+
name: "force",
|
|
49981
|
+
type: "boolean",
|
|
49982
|
+
required: false,
|
|
49983
|
+
description: ""
|
|
49927
49984
|
}
|
|
49928
49985
|
],
|
|
49929
49986
|
responseShape: {
|
|
49930
|
-
|
|
49931
|
-
description: "string",
|
|
49932
|
-
subscriberCount: "number"
|
|
49987
|
+
message: "string"
|
|
49933
49988
|
}
|
|
49934
|
-
}
|
|
49935
|
-
]
|
|
49936
|
-
},
|
|
49937
|
-
stripe: {
|
|
49938
|
-
name: "stripe",
|
|
49939
|
-
description: "Stripe payment processing - create intents, confirm payments, refunds",
|
|
49940
|
-
category: "payment",
|
|
49941
|
-
actions: [
|
|
49989
|
+
},
|
|
49942
49990
|
{
|
|
49943
|
-
name: "
|
|
49944
|
-
description: "
|
|
49991
|
+
name: "createPR",
|
|
49992
|
+
description: "",
|
|
49945
49993
|
params: [
|
|
49946
49994
|
{
|
|
49947
|
-
name: "
|
|
49948
|
-
type: "
|
|
49995
|
+
name: "title",
|
|
49996
|
+
type: "string",
|
|
49949
49997
|
required: true,
|
|
49950
|
-
description: "
|
|
49998
|
+
description: ""
|
|
49951
49999
|
},
|
|
49952
50000
|
{
|
|
49953
|
-
name: "
|
|
50001
|
+
name: "body",
|
|
49954
50002
|
type: "string",
|
|
49955
50003
|
required: true,
|
|
49956
|
-
description: "
|
|
50004
|
+
description: ""
|
|
49957
50005
|
},
|
|
49958
50006
|
{
|
|
49959
|
-
name: "
|
|
49960
|
-
type: "
|
|
50007
|
+
name: "baseBranch",
|
|
50008
|
+
type: "string",
|
|
50009
|
+
required: true,
|
|
50010
|
+
description: ""
|
|
50011
|
+
},
|
|
50012
|
+
{
|
|
50013
|
+
name: "headBranch",
|
|
50014
|
+
type: "string",
|
|
50015
|
+
required: true,
|
|
50016
|
+
description: ""
|
|
50017
|
+
},
|
|
50018
|
+
{
|
|
50019
|
+
name: "draft",
|
|
50020
|
+
type: "boolean",
|
|
49961
50021
|
required: false,
|
|
49962
|
-
description: "
|
|
50022
|
+
description: ""
|
|
49963
50023
|
}
|
|
49964
50024
|
],
|
|
49965
50025
|
responseShape: {
|
|
49966
|
-
|
|
49967
|
-
|
|
49968
|
-
|
|
50026
|
+
number: "number",
|
|
50027
|
+
url: "string",
|
|
50028
|
+
title: "string"
|
|
49969
50029
|
}
|
|
49970
50030
|
},
|
|
49971
50031
|
{
|
|
49972
|
-
name: "
|
|
49973
|
-
description: "
|
|
50032
|
+
name: "getPRComments",
|
|
50033
|
+
description: "",
|
|
49974
50034
|
params: [
|
|
49975
50035
|
{
|
|
49976
|
-
name: "
|
|
50036
|
+
name: "prNumber",
|
|
50037
|
+
type: "number",
|
|
50038
|
+
required: true,
|
|
50039
|
+
description: ""
|
|
50040
|
+
}
|
|
50041
|
+
],
|
|
50042
|
+
responseShape: {
|
|
50043
|
+
comments: "array"
|
|
50044
|
+
}
|
|
50045
|
+
},
|
|
50046
|
+
{
|
|
50047
|
+
name: "listIssues",
|
|
50048
|
+
description: "",
|
|
50049
|
+
params: [
|
|
50050
|
+
{
|
|
50051
|
+
name: "state",
|
|
49977
50052
|
type: "string",
|
|
50053
|
+
required: false,
|
|
50054
|
+
description: ""
|
|
50055
|
+
},
|
|
50056
|
+
{
|
|
50057
|
+
name: "labels",
|
|
50058
|
+
type: "string[]",
|
|
50059
|
+
required: false,
|
|
50060
|
+
description: ""
|
|
50061
|
+
},
|
|
50062
|
+
{
|
|
50063
|
+
name: "per_page",
|
|
50064
|
+
type: "number",
|
|
50065
|
+
required: false,
|
|
50066
|
+
description: ""
|
|
50067
|
+
}
|
|
50068
|
+
],
|
|
50069
|
+
responseShape: {
|
|
50070
|
+
issues: "array"
|
|
50071
|
+
}
|
|
50072
|
+
},
|
|
50073
|
+
{
|
|
50074
|
+
name: "getIssue",
|
|
50075
|
+
description: "",
|
|
50076
|
+
params: [
|
|
50077
|
+
{
|
|
50078
|
+
name: "issueNumber",
|
|
50079
|
+
type: "number",
|
|
49978
50080
|
required: true,
|
|
49979
|
-
description: "
|
|
50081
|
+
description: ""
|
|
49980
50082
|
}
|
|
49981
50083
|
],
|
|
49982
50084
|
responseShape: {
|
|
49983
|
-
|
|
49984
|
-
|
|
50085
|
+
number: "number",
|
|
50086
|
+
title: "string",
|
|
50087
|
+
body: "string",
|
|
50088
|
+
state: "string"
|
|
49985
50089
|
}
|
|
49986
50090
|
},
|
|
49987
50091
|
{
|
|
49988
|
-
name: "
|
|
49989
|
-
description: "
|
|
50092
|
+
name: "getFile",
|
|
50093
|
+
description: "",
|
|
49990
50094
|
params: [
|
|
49991
50095
|
{
|
|
49992
|
-
name: "
|
|
50096
|
+
name: "owner",
|
|
49993
50097
|
type: "string",
|
|
49994
50098
|
required: true,
|
|
49995
|
-
description: "
|
|
50099
|
+
description: ""
|
|
49996
50100
|
},
|
|
49997
50101
|
{
|
|
49998
|
-
name: "
|
|
49999
|
-
type: "
|
|
50102
|
+
name: "repo",
|
|
50103
|
+
type: "string",
|
|
50104
|
+
required: true,
|
|
50105
|
+
description: ""
|
|
50106
|
+
},
|
|
50107
|
+
{
|
|
50108
|
+
name: "path",
|
|
50109
|
+
type: "string",
|
|
50110
|
+
required: true,
|
|
50111
|
+
description: ""
|
|
50112
|
+
},
|
|
50113
|
+
{
|
|
50114
|
+
name: "ref",
|
|
50115
|
+
type: "string",
|
|
50000
50116
|
required: false,
|
|
50001
|
-
description: "
|
|
50117
|
+
description: ""
|
|
50002
50118
|
}
|
|
50003
50119
|
],
|
|
50004
50120
|
responseShape: {
|
|
50005
|
-
|
|
50006
|
-
|
|
50007
|
-
|
|
50121
|
+
path: "string",
|
|
50122
|
+
content: "string",
|
|
50123
|
+
sha: "string",
|
|
50124
|
+
size: "number"
|
|
50008
50125
|
}
|
|
50009
|
-
}
|
|
50010
|
-
]
|
|
50011
|
-
},
|
|
50012
|
-
twilio: {
|
|
50013
|
-
name: "twilio",
|
|
50014
|
-
description: "Twilio messaging - send SMS, WhatsApp messages",
|
|
50015
|
-
category: "messaging",
|
|
50016
|
-
actions: [
|
|
50126
|
+
},
|
|
50017
50127
|
{
|
|
50018
|
-
name: "
|
|
50019
|
-
description: "
|
|
50128
|
+
name: "listCommits",
|
|
50129
|
+
description: "",
|
|
50020
50130
|
params: [
|
|
50021
50131
|
{
|
|
50022
|
-
name: "
|
|
50132
|
+
name: "owner",
|
|
50023
50133
|
type: "string",
|
|
50024
50134
|
required: true,
|
|
50025
|
-
description: "
|
|
50135
|
+
description: ""
|
|
50026
50136
|
},
|
|
50027
50137
|
{
|
|
50028
|
-
name: "
|
|
50138
|
+
name: "repo",
|
|
50029
50139
|
type: "string",
|
|
50030
50140
|
required: true,
|
|
50031
|
-
description: "
|
|
50141
|
+
description: ""
|
|
50142
|
+
},
|
|
50143
|
+
{
|
|
50144
|
+
name: "path",
|
|
50145
|
+
type: "string",
|
|
50146
|
+
required: false,
|
|
50147
|
+
description: ""
|
|
50148
|
+
},
|
|
50149
|
+
{
|
|
50150
|
+
name: "ref",
|
|
50151
|
+
type: "string",
|
|
50152
|
+
required: false,
|
|
50153
|
+
description: ""
|
|
50154
|
+
},
|
|
50155
|
+
{
|
|
50156
|
+
name: "per_page",
|
|
50157
|
+
type: "number",
|
|
50158
|
+
required: false,
|
|
50159
|
+
description: ""
|
|
50032
50160
|
}
|
|
50033
50161
|
],
|
|
50034
50162
|
responseShape: {
|
|
50035
|
-
|
|
50036
|
-
status: "string"
|
|
50163
|
+
commits: "array"
|
|
50037
50164
|
}
|
|
50038
50165
|
},
|
|
50039
50166
|
{
|
|
50040
|
-
name: "
|
|
50041
|
-
description: "
|
|
50167
|
+
name: "createIssue",
|
|
50168
|
+
description: "",
|
|
50042
50169
|
params: [
|
|
50043
50170
|
{
|
|
50044
|
-
name: "
|
|
50171
|
+
name: "owner",
|
|
50045
50172
|
type: "string",
|
|
50046
50173
|
required: true,
|
|
50047
|
-
description: "
|
|
50174
|
+
description: ""
|
|
50048
50175
|
},
|
|
50049
50176
|
{
|
|
50050
|
-
name: "
|
|
50177
|
+
name: "repo",
|
|
50178
|
+
type: "string",
|
|
50179
|
+
required: true,
|
|
50180
|
+
description: ""
|
|
50181
|
+
},
|
|
50182
|
+
{
|
|
50183
|
+
name: "title",
|
|
50051
50184
|
type: "string",
|
|
50052
50185
|
required: true,
|
|
50053
|
-
description: "
|
|
50186
|
+
description: ""
|
|
50187
|
+
},
|
|
50188
|
+
{
|
|
50189
|
+
name: "body",
|
|
50190
|
+
type: "string",
|
|
50191
|
+
required: false,
|
|
50192
|
+
description: ""
|
|
50193
|
+
},
|
|
50194
|
+
{
|
|
50195
|
+
name: "labels",
|
|
50196
|
+
type: "string[]",
|
|
50197
|
+
required: false,
|
|
50198
|
+
description: ""
|
|
50054
50199
|
}
|
|
50055
50200
|
],
|
|
50056
50201
|
responseShape: {
|
|
50057
|
-
|
|
50058
|
-
|
|
50202
|
+
number: "number",
|
|
50203
|
+
title: "string",
|
|
50204
|
+
url: "string"
|
|
50059
50205
|
}
|
|
50060
50206
|
}
|
|
50061
50207
|
]
|
|
50062
50208
|
},
|
|
50063
|
-
|
|
50064
|
-
name: "
|
|
50065
|
-
description: "
|
|
50066
|
-
category: "
|
|
50209
|
+
stripe: {
|
|
50210
|
+
name: "stripe",
|
|
50211
|
+
description: "Stripe payment processing - create intents, confirm payments, refunds",
|
|
50212
|
+
category: "payment",
|
|
50067
50213
|
actions: [
|
|
50068
50214
|
{
|
|
50069
|
-
name: "
|
|
50070
|
-
description: "
|
|
50215
|
+
name: "createPaymentIntent",
|
|
50216
|
+
description: "",
|
|
50071
50217
|
params: [
|
|
50072
50218
|
{
|
|
50073
|
-
name: "
|
|
50074
|
-
type: "
|
|
50219
|
+
name: "amount",
|
|
50220
|
+
type: "number",
|
|
50075
50221
|
required: true,
|
|
50076
|
-
description: "
|
|
50222
|
+
description: ""
|
|
50077
50223
|
},
|
|
50078
50224
|
{
|
|
50079
|
-
name: "
|
|
50225
|
+
name: "currency",
|
|
50080
50226
|
type: "string",
|
|
50081
50227
|
required: true,
|
|
50082
|
-
description: "
|
|
50228
|
+
description: ""
|
|
50083
50229
|
},
|
|
50084
50230
|
{
|
|
50085
|
-
name: "
|
|
50231
|
+
name: "metadata",
|
|
50232
|
+
type: "object",
|
|
50233
|
+
required: false,
|
|
50234
|
+
description: ""
|
|
50235
|
+
}
|
|
50236
|
+
],
|
|
50237
|
+
responseShape: {
|
|
50238
|
+
id: "string",
|
|
50239
|
+
clientSecret: "string",
|
|
50240
|
+
status: "string",
|
|
50241
|
+
amount: "number",
|
|
50242
|
+
currency: "string"
|
|
50243
|
+
}
|
|
50244
|
+
},
|
|
50245
|
+
{
|
|
50246
|
+
name: "confirmPayment",
|
|
50247
|
+
description: "",
|
|
50248
|
+
params: [
|
|
50249
|
+
{
|
|
50250
|
+
name: "paymentIntentId",
|
|
50086
50251
|
type: "string",
|
|
50087
50252
|
required: true,
|
|
50088
|
-
description: "
|
|
50089
|
-
}
|
|
50253
|
+
description: ""
|
|
50254
|
+
}
|
|
50255
|
+
],
|
|
50256
|
+
responseShape: {
|
|
50257
|
+
id: "string",
|
|
50258
|
+
status: "string"
|
|
50259
|
+
}
|
|
50260
|
+
},
|
|
50261
|
+
{
|
|
50262
|
+
name: "refund",
|
|
50263
|
+
description: "",
|
|
50264
|
+
params: [
|
|
50090
50265
|
{
|
|
50091
|
-
name: "
|
|
50266
|
+
name: "paymentIntentId",
|
|
50092
50267
|
type: "string",
|
|
50268
|
+
required: true,
|
|
50269
|
+
description: ""
|
|
50270
|
+
},
|
|
50271
|
+
{
|
|
50272
|
+
name: "amount",
|
|
50273
|
+
type: "number",
|
|
50093
50274
|
required: false,
|
|
50094
|
-
description: "
|
|
50275
|
+
description: ""
|
|
50095
50276
|
}
|
|
50096
50277
|
],
|
|
50097
50278
|
responseShape: {
|
|
50098
50279
|
id: "string",
|
|
50099
|
-
status: "string"
|
|
50280
|
+
status: "string",
|
|
50281
|
+
amount: "number"
|
|
50100
50282
|
}
|
|
50101
50283
|
}
|
|
50102
50284
|
]
|
|
@@ -50108,37 +50290,37 @@ var integrators_registry_default = {
|
|
|
50108
50290
|
actions: [
|
|
50109
50291
|
{
|
|
50110
50292
|
name: "generate",
|
|
50111
|
-
description: "
|
|
50293
|
+
description: "",
|
|
50112
50294
|
params: [
|
|
50113
50295
|
{
|
|
50114
|
-
name: "
|
|
50296
|
+
name: "userPrompt",
|
|
50115
50297
|
type: "string",
|
|
50116
|
-
required:
|
|
50117
|
-
description: "
|
|
50298
|
+
required: true,
|
|
50299
|
+
description: ""
|
|
50118
50300
|
},
|
|
50119
50301
|
{
|
|
50120
|
-
name: "
|
|
50302
|
+
name: "systemPrompt",
|
|
50121
50303
|
type: "string",
|
|
50122
|
-
required:
|
|
50123
|
-
description: "
|
|
50304
|
+
required: false,
|
|
50305
|
+
description: ""
|
|
50124
50306
|
},
|
|
50125
50307
|
{
|
|
50126
50308
|
name: "model",
|
|
50127
50309
|
type: "string",
|
|
50128
50310
|
required: false,
|
|
50129
|
-
description: "
|
|
50311
|
+
description: ""
|
|
50130
50312
|
},
|
|
50131
50313
|
{
|
|
50132
50314
|
name: "temperature",
|
|
50133
50315
|
type: "number",
|
|
50134
50316
|
required: false,
|
|
50135
|
-
description: "
|
|
50317
|
+
description: ""
|
|
50136
50318
|
},
|
|
50137
50319
|
{
|
|
50138
50320
|
name: "maxTokens",
|
|
50139
50321
|
type: "number",
|
|
50140
50322
|
required: false,
|
|
50141
|
-
description: "
|
|
50323
|
+
description: ""
|
|
50142
50324
|
}
|
|
50143
50325
|
],
|
|
50144
50326
|
responseShape: {
|
|
@@ -50148,447 +50330,2106 @@ var integrators_registry_default = {
|
|
|
50148
50330
|
},
|
|
50149
50331
|
{
|
|
50150
50332
|
name: "classify",
|
|
50151
|
-
description: "
|
|
50333
|
+
description: "",
|
|
50152
50334
|
params: [
|
|
50153
50335
|
{
|
|
50154
50336
|
name: "text",
|
|
50155
50337
|
type: "string",
|
|
50156
50338
|
required: true,
|
|
50157
|
-
description: "
|
|
50339
|
+
description: ""
|
|
50158
50340
|
},
|
|
50159
50341
|
{
|
|
50160
50342
|
name: "categories",
|
|
50343
|
+
type: "string[]",
|
|
50344
|
+
required: true,
|
|
50345
|
+
description: ""
|
|
50346
|
+
},
|
|
50347
|
+
{
|
|
50348
|
+
name: "model",
|
|
50349
|
+
type: "string",
|
|
50350
|
+
required: false,
|
|
50351
|
+
description: ""
|
|
50352
|
+
}
|
|
50353
|
+
],
|
|
50354
|
+
responseShape: {
|
|
50355
|
+
category: "string",
|
|
50356
|
+
confidence: "number",
|
|
50357
|
+
reasoning: "string"
|
|
50358
|
+
}
|
|
50359
|
+
},
|
|
50360
|
+
{
|
|
50361
|
+
name: "extract",
|
|
50362
|
+
description: "",
|
|
50363
|
+
params: [
|
|
50364
|
+
{
|
|
50365
|
+
name: "text",
|
|
50366
|
+
type: "string",
|
|
50367
|
+
required: true,
|
|
50368
|
+
description: ""
|
|
50369
|
+
},
|
|
50370
|
+
{
|
|
50371
|
+
name: "schema",
|
|
50372
|
+
type: "IntegrationParams",
|
|
50373
|
+
required: true,
|
|
50374
|
+
description: ""
|
|
50375
|
+
},
|
|
50376
|
+
{
|
|
50377
|
+
name: "model",
|
|
50378
|
+
type: "string",
|
|
50379
|
+
required: false,
|
|
50380
|
+
description: ""
|
|
50381
|
+
}
|
|
50382
|
+
],
|
|
50383
|
+
responseShape: {}
|
|
50384
|
+
},
|
|
50385
|
+
{
|
|
50386
|
+
name: "summarize",
|
|
50387
|
+
description: "",
|
|
50388
|
+
params: [
|
|
50389
|
+
{
|
|
50390
|
+
name: "text",
|
|
50391
|
+
type: "string",
|
|
50392
|
+
required: true,
|
|
50393
|
+
description: ""
|
|
50394
|
+
},
|
|
50395
|
+
{
|
|
50396
|
+
name: "maxLength",
|
|
50397
|
+
type: "number",
|
|
50398
|
+
required: false,
|
|
50399
|
+
description: ""
|
|
50400
|
+
},
|
|
50401
|
+
{
|
|
50402
|
+
name: "style",
|
|
50403
|
+
type: "string",
|
|
50404
|
+
required: false,
|
|
50405
|
+
description: ""
|
|
50406
|
+
},
|
|
50407
|
+
{
|
|
50408
|
+
name: "model",
|
|
50409
|
+
type: "string",
|
|
50410
|
+
required: false,
|
|
50411
|
+
description: ""
|
|
50412
|
+
}
|
|
50413
|
+
],
|
|
50414
|
+
responseShape: {
|
|
50415
|
+
summary: "string",
|
|
50416
|
+
keyPoints: "string[]"
|
|
50417
|
+
}
|
|
50418
|
+
},
|
|
50419
|
+
{
|
|
50420
|
+
name: "embed",
|
|
50421
|
+
description: "",
|
|
50422
|
+
params: [
|
|
50423
|
+
{
|
|
50424
|
+
name: "texts",
|
|
50425
|
+
type: "string[]",
|
|
50426
|
+
required: true,
|
|
50427
|
+
description: ""
|
|
50428
|
+
},
|
|
50429
|
+
{
|
|
50430
|
+
name: "model",
|
|
50431
|
+
type: "string",
|
|
50432
|
+
required: false,
|
|
50433
|
+
description: ""
|
|
50434
|
+
}
|
|
50435
|
+
],
|
|
50436
|
+
responseShape: {
|
|
50437
|
+
embeddings: "number[][]"
|
|
50438
|
+
}
|
|
50439
|
+
}
|
|
50440
|
+
]
|
|
50441
|
+
},
|
|
50442
|
+
ml: {
|
|
50443
|
+
name: "ml",
|
|
50444
|
+
description: "ML service - model inference on a trained or off-the-shelf checkpoint, reached via a deployed serving orbital",
|
|
50445
|
+
category: "ai",
|
|
50446
|
+
actions: [
|
|
50447
|
+
{
|
|
50448
|
+
name: "infer",
|
|
50449
|
+
description: "",
|
|
50450
|
+
params: [
|
|
50451
|
+
{
|
|
50452
|
+
name: "model",
|
|
50453
|
+
type: "string",
|
|
50454
|
+
required: true,
|
|
50455
|
+
description: ""
|
|
50456
|
+
},
|
|
50457
|
+
{
|
|
50458
|
+
name: "input",
|
|
50459
|
+
type: "ServiceParamsValue",
|
|
50460
|
+
required: true,
|
|
50461
|
+
description: ""
|
|
50462
|
+
}
|
|
50463
|
+
],
|
|
50464
|
+
responseShape: {
|
|
50465
|
+
output: "ServiceParamsValue",
|
|
50466
|
+
confidence: "number",
|
|
50467
|
+
violations: "ServiceParamsValue[]"
|
|
50468
|
+
}
|
|
50469
|
+
}
|
|
50470
|
+
]
|
|
50471
|
+
},
|
|
50472
|
+
youtube: {
|
|
50473
|
+
name: "youtube",
|
|
50474
|
+
description: "YouTube Data API - search videos, get video/channel details",
|
|
50475
|
+
category: "media",
|
|
50476
|
+
actions: [
|
|
50477
|
+
{
|
|
50478
|
+
name: "search",
|
|
50479
|
+
description: "",
|
|
50480
|
+
params: [
|
|
50481
|
+
{
|
|
50482
|
+
name: "query",
|
|
50483
|
+
type: "string",
|
|
50484
|
+
required: true,
|
|
50485
|
+
description: ""
|
|
50486
|
+
},
|
|
50487
|
+
{
|
|
50488
|
+
name: "maxResults",
|
|
50489
|
+
type: "number",
|
|
50490
|
+
required: false,
|
|
50491
|
+
description: ""
|
|
50492
|
+
},
|
|
50493
|
+
{
|
|
50494
|
+
name: "type",
|
|
50495
|
+
type: "string",
|
|
50496
|
+
required: false,
|
|
50497
|
+
description: ""
|
|
50498
|
+
}
|
|
50499
|
+
],
|
|
50500
|
+
responseShape: {}
|
|
50501
|
+
},
|
|
50502
|
+
{
|
|
50503
|
+
name: "getVideo",
|
|
50504
|
+
description: "",
|
|
50505
|
+
params: [
|
|
50506
|
+
{
|
|
50507
|
+
name: "videoId",
|
|
50508
|
+
type: "string",
|
|
50509
|
+
required: true,
|
|
50510
|
+
description: ""
|
|
50511
|
+
}
|
|
50512
|
+
],
|
|
50513
|
+
responseShape: {
|
|
50514
|
+
title: "string",
|
|
50515
|
+
description: "string",
|
|
50516
|
+
viewCount: "string",
|
|
50517
|
+
likeCount: "string"
|
|
50518
|
+
}
|
|
50519
|
+
},
|
|
50520
|
+
{
|
|
50521
|
+
name: "getChannel",
|
|
50522
|
+
description: "",
|
|
50523
|
+
params: [
|
|
50524
|
+
{
|
|
50525
|
+
name: "channelId",
|
|
50526
|
+
type: "string",
|
|
50527
|
+
required: true,
|
|
50528
|
+
description: ""
|
|
50529
|
+
}
|
|
50530
|
+
],
|
|
50531
|
+
responseShape: {
|
|
50532
|
+
name: "string",
|
|
50533
|
+
description: "string",
|
|
50534
|
+
subscriberCount: "string"
|
|
50535
|
+
}
|
|
50536
|
+
}
|
|
50537
|
+
]
|
|
50538
|
+
},
|
|
50539
|
+
twilio: {
|
|
50540
|
+
name: "twilio",
|
|
50541
|
+
description: "Twilio messaging - send SMS, WhatsApp messages",
|
|
50542
|
+
category: "messaging",
|
|
50543
|
+
actions: [
|
|
50544
|
+
{
|
|
50545
|
+
name: "sendSMS",
|
|
50546
|
+
description: "",
|
|
50547
|
+
params: [
|
|
50548
|
+
{
|
|
50549
|
+
name: "to",
|
|
50550
|
+
type: "string",
|
|
50551
|
+
required: true,
|
|
50552
|
+
description: ""
|
|
50553
|
+
},
|
|
50554
|
+
{
|
|
50555
|
+
name: "body",
|
|
50556
|
+
type: "string",
|
|
50557
|
+
required: true,
|
|
50558
|
+
description: ""
|
|
50559
|
+
}
|
|
50560
|
+
],
|
|
50561
|
+
responseShape: {
|
|
50562
|
+
sid: "string",
|
|
50563
|
+
status: "string"
|
|
50564
|
+
}
|
|
50565
|
+
},
|
|
50566
|
+
{
|
|
50567
|
+
name: "sendWhatsApp",
|
|
50568
|
+
description: "",
|
|
50569
|
+
params: [
|
|
50570
|
+
{
|
|
50571
|
+
name: "to",
|
|
50572
|
+
type: "string",
|
|
50573
|
+
required: true,
|
|
50574
|
+
description: ""
|
|
50575
|
+
},
|
|
50576
|
+
{
|
|
50577
|
+
name: "body",
|
|
50578
|
+
type: "string",
|
|
50579
|
+
required: true,
|
|
50580
|
+
description: ""
|
|
50581
|
+
}
|
|
50582
|
+
],
|
|
50583
|
+
responseShape: {
|
|
50584
|
+
sid: "string",
|
|
50585
|
+
status: "string"
|
|
50586
|
+
}
|
|
50587
|
+
}
|
|
50588
|
+
]
|
|
50589
|
+
},
|
|
50590
|
+
email: {
|
|
50591
|
+
name: "email",
|
|
50592
|
+
description: "Transactional email via SendGrid/Resend",
|
|
50593
|
+
category: "messaging",
|
|
50594
|
+
actions: [
|
|
50595
|
+
{
|
|
50596
|
+
name: "send",
|
|
50597
|
+
description: "",
|
|
50598
|
+
params: [
|
|
50599
|
+
{
|
|
50600
|
+
name: "to",
|
|
50601
|
+
type: "string",
|
|
50602
|
+
required: true,
|
|
50603
|
+
description: ""
|
|
50604
|
+
},
|
|
50605
|
+
{
|
|
50606
|
+
name: "subject",
|
|
50607
|
+
type: "string",
|
|
50608
|
+
required: true,
|
|
50609
|
+
description: ""
|
|
50610
|
+
},
|
|
50611
|
+
{
|
|
50612
|
+
name: "body",
|
|
50613
|
+
type: "string",
|
|
50614
|
+
required: true,
|
|
50615
|
+
description: ""
|
|
50616
|
+
},
|
|
50617
|
+
{
|
|
50618
|
+
name: "from",
|
|
50619
|
+
type: "string",
|
|
50620
|
+
required: false,
|
|
50621
|
+
description: ""
|
|
50622
|
+
}
|
|
50623
|
+
],
|
|
50624
|
+
responseShape: {
|
|
50625
|
+
id: "string",
|
|
50626
|
+
status: "string"
|
|
50627
|
+
}
|
|
50628
|
+
}
|
|
50629
|
+
]
|
|
50630
|
+
},
|
|
50631
|
+
webhook: {
|
|
50632
|
+
name: "webhook",
|
|
50633
|
+
description: "Outbound webhook - signed HTTP POST notifications to external endpoints",
|
|
50634
|
+
category: "messaging",
|
|
50635
|
+
actions: [
|
|
50636
|
+
{
|
|
50637
|
+
name: "send",
|
|
50638
|
+
description: "",
|
|
50639
|
+
params: [
|
|
50640
|
+
{
|
|
50641
|
+
name: "url",
|
|
50642
|
+
type: "string",
|
|
50643
|
+
required: true,
|
|
50644
|
+
description: ""
|
|
50645
|
+
},
|
|
50646
|
+
{
|
|
50647
|
+
name: "event",
|
|
50648
|
+
type: "string",
|
|
50649
|
+
required: true,
|
|
50650
|
+
description: ""
|
|
50651
|
+
},
|
|
50652
|
+
{
|
|
50653
|
+
name: "payload",
|
|
50654
|
+
type: "object",
|
|
50655
|
+
required: false,
|
|
50656
|
+
description: ""
|
|
50657
|
+
},
|
|
50658
|
+
{
|
|
50659
|
+
name: "secret",
|
|
50660
|
+
type: "string",
|
|
50661
|
+
required: false,
|
|
50662
|
+
description: ""
|
|
50663
|
+
}
|
|
50664
|
+
],
|
|
50665
|
+
responseShape: {
|
|
50666
|
+
status: "number",
|
|
50667
|
+
ok: "boolean",
|
|
50668
|
+
durationMs: "number"
|
|
50669
|
+
}
|
|
50670
|
+
}
|
|
50671
|
+
]
|
|
50672
|
+
},
|
|
50673
|
+
push: {
|
|
50674
|
+
name: "push",
|
|
50675
|
+
description: "Web Push - VAPID-signed browser push notifications",
|
|
50676
|
+
category: "messaging",
|
|
50677
|
+
actions: [
|
|
50678
|
+
{
|
|
50679
|
+
name: "send",
|
|
50680
|
+
description: "",
|
|
50681
|
+
params: [
|
|
50682
|
+
{
|
|
50683
|
+
name: "subscription",
|
|
50684
|
+
type: "object",
|
|
50685
|
+
required: true,
|
|
50686
|
+
description: ""
|
|
50687
|
+
},
|
|
50688
|
+
{
|
|
50689
|
+
name: "title",
|
|
50690
|
+
type: "string",
|
|
50691
|
+
required: true,
|
|
50692
|
+
description: ""
|
|
50693
|
+
},
|
|
50694
|
+
{
|
|
50695
|
+
name: "body",
|
|
50696
|
+
type: "string",
|
|
50697
|
+
required: true,
|
|
50698
|
+
description: ""
|
|
50699
|
+
},
|
|
50700
|
+
{
|
|
50701
|
+
name: "url",
|
|
50702
|
+
type: "string",
|
|
50703
|
+
required: false,
|
|
50704
|
+
description: ""
|
|
50705
|
+
},
|
|
50706
|
+
{
|
|
50707
|
+
name: "icon",
|
|
50708
|
+
type: "string",
|
|
50709
|
+
required: false,
|
|
50710
|
+
description: ""
|
|
50711
|
+
}
|
|
50712
|
+
],
|
|
50713
|
+
responseShape: {
|
|
50714
|
+
statusCode: "number",
|
|
50715
|
+
ok: "boolean",
|
|
50716
|
+
expired: "boolean"
|
|
50717
|
+
}
|
|
50718
|
+
}
|
|
50719
|
+
]
|
|
50720
|
+
},
|
|
50721
|
+
calendar: {
|
|
50722
|
+
name: "calendar",
|
|
50723
|
+
description: "Google Calendar - events, free-busy, watch channels (service account / domain-wide delegation)",
|
|
50724
|
+
category: "infrastructure",
|
|
50725
|
+
actions: [
|
|
50726
|
+
{
|
|
50727
|
+
name: "listEvents",
|
|
50728
|
+
description: "",
|
|
50729
|
+
params: [
|
|
50730
|
+
{
|
|
50731
|
+
name: "calendarId",
|
|
50732
|
+
type: "string",
|
|
50733
|
+
required: false,
|
|
50734
|
+
description: ""
|
|
50735
|
+
},
|
|
50736
|
+
{
|
|
50737
|
+
name: "timeMin",
|
|
50738
|
+
type: "string",
|
|
50739
|
+
required: false,
|
|
50740
|
+
description: ""
|
|
50741
|
+
},
|
|
50742
|
+
{
|
|
50743
|
+
name: "timeMax",
|
|
50744
|
+
type: "string",
|
|
50745
|
+
required: false,
|
|
50746
|
+
description: ""
|
|
50747
|
+
},
|
|
50748
|
+
{
|
|
50749
|
+
name: "syncToken",
|
|
50750
|
+
type: "string",
|
|
50751
|
+
required: false,
|
|
50752
|
+
description: ""
|
|
50753
|
+
},
|
|
50754
|
+
{
|
|
50755
|
+
name: "maxResults",
|
|
50756
|
+
type: "number",
|
|
50757
|
+
required: false,
|
|
50758
|
+
description: ""
|
|
50759
|
+
}
|
|
50760
|
+
],
|
|
50761
|
+
responseShape: {
|
|
50762
|
+
events: "array",
|
|
50763
|
+
nextSyncToken: "string | null"
|
|
50764
|
+
}
|
|
50765
|
+
},
|
|
50766
|
+
{
|
|
50767
|
+
name: "createEvent",
|
|
50768
|
+
description: "",
|
|
50769
|
+
params: [
|
|
50770
|
+
{
|
|
50771
|
+
name: "calendarId",
|
|
50772
|
+
type: "string",
|
|
50773
|
+
required: false,
|
|
50774
|
+
description: ""
|
|
50775
|
+
},
|
|
50776
|
+
{
|
|
50777
|
+
name: "summary",
|
|
50778
|
+
type: "string",
|
|
50779
|
+
required: true,
|
|
50780
|
+
description: ""
|
|
50781
|
+
},
|
|
50782
|
+
{
|
|
50783
|
+
name: "description",
|
|
50784
|
+
type: "string",
|
|
50785
|
+
required: false,
|
|
50786
|
+
description: ""
|
|
50787
|
+
},
|
|
50788
|
+
{
|
|
50789
|
+
name: "location",
|
|
50790
|
+
type: "string",
|
|
50791
|
+
required: false,
|
|
50792
|
+
description: ""
|
|
50793
|
+
},
|
|
50794
|
+
{
|
|
50795
|
+
name: "start",
|
|
50796
|
+
type: "string",
|
|
50797
|
+
required: true,
|
|
50798
|
+
description: ""
|
|
50799
|
+
},
|
|
50800
|
+
{
|
|
50801
|
+
name: "end",
|
|
50802
|
+
type: "string",
|
|
50803
|
+
required: false,
|
|
50804
|
+
description: ""
|
|
50805
|
+
},
|
|
50806
|
+
{
|
|
50807
|
+
name: "durationMinutes",
|
|
50808
|
+
type: "number",
|
|
50809
|
+
required: false,
|
|
50810
|
+
description: ""
|
|
50811
|
+
}
|
|
50812
|
+
],
|
|
50813
|
+
responseShape: {
|
|
50814
|
+
id: "string",
|
|
50815
|
+
status: "string",
|
|
50816
|
+
htmlLink: "string"
|
|
50817
|
+
}
|
|
50818
|
+
},
|
|
50819
|
+
{
|
|
50820
|
+
name: "updateEvent",
|
|
50821
|
+
description: "",
|
|
50822
|
+
params: [
|
|
50823
|
+
{
|
|
50824
|
+
name: "calendarId",
|
|
50825
|
+
type: "string",
|
|
50826
|
+
required: false,
|
|
50827
|
+
description: ""
|
|
50828
|
+
},
|
|
50829
|
+
{
|
|
50830
|
+
name: "eventId",
|
|
50831
|
+
type: "string",
|
|
50832
|
+
required: true,
|
|
50833
|
+
description: ""
|
|
50834
|
+
},
|
|
50835
|
+
{
|
|
50836
|
+
name: "summary",
|
|
50837
|
+
type: "string",
|
|
50838
|
+
required: false,
|
|
50839
|
+
description: ""
|
|
50840
|
+
},
|
|
50841
|
+
{
|
|
50842
|
+
name: "description",
|
|
50843
|
+
type: "string",
|
|
50844
|
+
required: false,
|
|
50845
|
+
description: ""
|
|
50846
|
+
},
|
|
50847
|
+
{
|
|
50848
|
+
name: "location",
|
|
50849
|
+
type: "string",
|
|
50850
|
+
required: false,
|
|
50851
|
+
description: ""
|
|
50852
|
+
},
|
|
50853
|
+
{
|
|
50854
|
+
name: "start",
|
|
50855
|
+
type: "string",
|
|
50856
|
+
required: false,
|
|
50857
|
+
description: ""
|
|
50858
|
+
},
|
|
50859
|
+
{
|
|
50860
|
+
name: "end",
|
|
50861
|
+
type: "string",
|
|
50862
|
+
required: false,
|
|
50863
|
+
description: ""
|
|
50864
|
+
}
|
|
50865
|
+
],
|
|
50866
|
+
responseShape: {
|
|
50867
|
+
id: "string",
|
|
50868
|
+
status: "string"
|
|
50869
|
+
}
|
|
50870
|
+
},
|
|
50871
|
+
{
|
|
50872
|
+
name: "deleteEvent",
|
|
50873
|
+
description: "",
|
|
50874
|
+
params: [
|
|
50875
|
+
{
|
|
50876
|
+
name: "calendarId",
|
|
50877
|
+
type: "string",
|
|
50878
|
+
required: false,
|
|
50879
|
+
description: ""
|
|
50880
|
+
},
|
|
50881
|
+
{
|
|
50882
|
+
name: "eventId",
|
|
50883
|
+
type: "string",
|
|
50884
|
+
required: true,
|
|
50885
|
+
description: ""
|
|
50886
|
+
}
|
|
50887
|
+
],
|
|
50888
|
+
responseShape: {
|
|
50889
|
+
id: "string",
|
|
50890
|
+
deleted: "boolean"
|
|
50891
|
+
}
|
|
50892
|
+
},
|
|
50893
|
+
{
|
|
50894
|
+
name: "freeBusy",
|
|
50895
|
+
description: "",
|
|
50896
|
+
params: [
|
|
50897
|
+
{
|
|
50898
|
+
name: "calendarId",
|
|
50899
|
+
type: "string",
|
|
50900
|
+
required: false,
|
|
50901
|
+
description: ""
|
|
50902
|
+
},
|
|
50903
|
+
{
|
|
50904
|
+
name: "timeMin",
|
|
50905
|
+
type: "string",
|
|
50906
|
+
required: true,
|
|
50907
|
+
description: ""
|
|
50908
|
+
},
|
|
50909
|
+
{
|
|
50910
|
+
name: "timeMax",
|
|
50911
|
+
type: "string",
|
|
50912
|
+
required: true,
|
|
50913
|
+
description: ""
|
|
50914
|
+
}
|
|
50915
|
+
],
|
|
50916
|
+
responseShape: {
|
|
50917
|
+
busy: "array"
|
|
50918
|
+
}
|
|
50919
|
+
},
|
|
50920
|
+
{
|
|
50921
|
+
name: "watch",
|
|
50922
|
+
description: "",
|
|
50923
|
+
params: [
|
|
50924
|
+
{
|
|
50925
|
+
name: "calendarId",
|
|
50926
|
+
type: "string",
|
|
50927
|
+
required: false,
|
|
50928
|
+
description: ""
|
|
50929
|
+
},
|
|
50930
|
+
{
|
|
50931
|
+
name: "channelId",
|
|
50932
|
+
type: "string",
|
|
50933
|
+
required: true,
|
|
50934
|
+
description: ""
|
|
50935
|
+
},
|
|
50936
|
+
{
|
|
50937
|
+
name: "address",
|
|
50938
|
+
type: "string",
|
|
50939
|
+
required: true,
|
|
50940
|
+
description: ""
|
|
50941
|
+
},
|
|
50942
|
+
{
|
|
50943
|
+
name: "ttlSeconds",
|
|
50944
|
+
type: "number",
|
|
50945
|
+
required: false,
|
|
50946
|
+
description: ""
|
|
50947
|
+
}
|
|
50948
|
+
],
|
|
50949
|
+
responseShape: {
|
|
50950
|
+
channelId: "string",
|
|
50951
|
+
resourceId: "string",
|
|
50952
|
+
expiration: "string"
|
|
50953
|
+
}
|
|
50954
|
+
},
|
|
50955
|
+
{
|
|
50956
|
+
name: "stopWatch",
|
|
50957
|
+
description: "",
|
|
50958
|
+
params: [
|
|
50959
|
+
{
|
|
50960
|
+
name: "channelId",
|
|
50961
|
+
type: "string",
|
|
50962
|
+
required: true,
|
|
50963
|
+
description: ""
|
|
50964
|
+
},
|
|
50965
|
+
{
|
|
50966
|
+
name: "resourceId",
|
|
50967
|
+
type: "string",
|
|
50968
|
+
required: true,
|
|
50969
|
+
description: ""
|
|
50970
|
+
}
|
|
50971
|
+
],
|
|
50972
|
+
responseShape: {
|
|
50973
|
+
stopped: "boolean"
|
|
50974
|
+
}
|
|
50975
|
+
}
|
|
50976
|
+
]
|
|
50977
|
+
},
|
|
50978
|
+
drive: {
|
|
50979
|
+
name: "drive",
|
|
50980
|
+
description: "Google Drive - files, folders, sharing (service account / domain-wide delegation)",
|
|
50981
|
+
category: "infrastructure",
|
|
50982
|
+
actions: [
|
|
50983
|
+
{
|
|
50984
|
+
name: "listFiles",
|
|
50985
|
+
description: "",
|
|
50986
|
+
params: [
|
|
50987
|
+
{
|
|
50988
|
+
name: "folderId",
|
|
50989
|
+
type: "string",
|
|
50990
|
+
required: false,
|
|
50991
|
+
description: ""
|
|
50992
|
+
},
|
|
50993
|
+
{
|
|
50994
|
+
name: "query",
|
|
50995
|
+
type: "string",
|
|
50996
|
+
required: false,
|
|
50997
|
+
description: ""
|
|
50998
|
+
},
|
|
50999
|
+
{
|
|
51000
|
+
name: "maxResults",
|
|
51001
|
+
type: "number",
|
|
51002
|
+
required: false,
|
|
51003
|
+
description: ""
|
|
51004
|
+
}
|
|
51005
|
+
],
|
|
51006
|
+
responseShape: {
|
|
51007
|
+
files: "array"
|
|
51008
|
+
}
|
|
51009
|
+
},
|
|
51010
|
+
{
|
|
51011
|
+
name: "getFile",
|
|
51012
|
+
description: "",
|
|
51013
|
+
params: [
|
|
51014
|
+
{
|
|
51015
|
+
name: "fileId",
|
|
51016
|
+
type: "string",
|
|
51017
|
+
required: true,
|
|
51018
|
+
description: ""
|
|
51019
|
+
}
|
|
51020
|
+
],
|
|
51021
|
+
responseShape: {
|
|
51022
|
+
id: "string",
|
|
51023
|
+
name: "string",
|
|
51024
|
+
mimeType: "string",
|
|
51025
|
+
content: "string",
|
|
51026
|
+
size: "number"
|
|
51027
|
+
}
|
|
51028
|
+
},
|
|
51029
|
+
{
|
|
51030
|
+
name: "uploadFile",
|
|
51031
|
+
description: "",
|
|
51032
|
+
params: [
|
|
51033
|
+
{
|
|
51034
|
+
name: "name",
|
|
51035
|
+
type: "string",
|
|
51036
|
+
required: true,
|
|
51037
|
+
description: ""
|
|
51038
|
+
},
|
|
51039
|
+
{
|
|
51040
|
+
name: "content",
|
|
51041
|
+
type: "string",
|
|
51042
|
+
required: true,
|
|
51043
|
+
description: ""
|
|
51044
|
+
},
|
|
51045
|
+
{
|
|
51046
|
+
name: "mimeType",
|
|
51047
|
+
type: "string",
|
|
51048
|
+
required: false,
|
|
51049
|
+
description: ""
|
|
51050
|
+
},
|
|
51051
|
+
{
|
|
51052
|
+
name: "folderId",
|
|
51053
|
+
type: "string",
|
|
51054
|
+
required: false,
|
|
51055
|
+
description: ""
|
|
51056
|
+
}
|
|
51057
|
+
],
|
|
51058
|
+
responseShape: {
|
|
51059
|
+
id: "string",
|
|
51060
|
+
name: "string",
|
|
51061
|
+
webViewLink: "string"
|
|
51062
|
+
}
|
|
51063
|
+
},
|
|
51064
|
+
{
|
|
51065
|
+
name: "createFolder",
|
|
51066
|
+
description: "",
|
|
51067
|
+
params: [
|
|
51068
|
+
{
|
|
51069
|
+
name: "name",
|
|
51070
|
+
type: "string",
|
|
51071
|
+
required: true,
|
|
51072
|
+
description: ""
|
|
51073
|
+
},
|
|
51074
|
+
{
|
|
51075
|
+
name: "parentId",
|
|
51076
|
+
type: "string",
|
|
51077
|
+
required: false,
|
|
51078
|
+
description: ""
|
|
51079
|
+
}
|
|
51080
|
+
],
|
|
51081
|
+
responseShape: {
|
|
51082
|
+
id: "string",
|
|
51083
|
+
name: "string"
|
|
51084
|
+
}
|
|
51085
|
+
},
|
|
51086
|
+
{
|
|
51087
|
+
name: "shareFile",
|
|
51088
|
+
description: "",
|
|
51089
|
+
params: [
|
|
51090
|
+
{
|
|
51091
|
+
name: "fileId",
|
|
51092
|
+
type: "string",
|
|
51093
|
+
required: true,
|
|
51094
|
+
description: ""
|
|
51095
|
+
},
|
|
51096
|
+
{
|
|
51097
|
+
name: "email",
|
|
51098
|
+
type: "string",
|
|
51099
|
+
required: true,
|
|
51100
|
+
description: ""
|
|
51101
|
+
},
|
|
51102
|
+
{
|
|
51103
|
+
name: "role",
|
|
51104
|
+
type: "'reader' | 'writer' | 'commenter'",
|
|
51105
|
+
required: false,
|
|
51106
|
+
description: ""
|
|
51107
|
+
}
|
|
51108
|
+
],
|
|
51109
|
+
responseShape: {
|
|
51110
|
+
shared: "boolean",
|
|
51111
|
+
permissionId: "string"
|
|
51112
|
+
}
|
|
51113
|
+
}
|
|
51114
|
+
]
|
|
51115
|
+
},
|
|
51116
|
+
metaAds: {
|
|
51117
|
+
name: "metaAds",
|
|
51118
|
+
description: "Meta Ads - read-only Marketing Insights (spend, campaigns)",
|
|
51119
|
+
category: "marketing",
|
|
51120
|
+
actions: [
|
|
51121
|
+
{
|
|
51122
|
+
name: "getSpend",
|
|
51123
|
+
description: "",
|
|
51124
|
+
params: [
|
|
51125
|
+
{
|
|
51126
|
+
name: "accountId",
|
|
51127
|
+
type: "string",
|
|
51128
|
+
required: false,
|
|
51129
|
+
description: ""
|
|
51130
|
+
},
|
|
51131
|
+
{
|
|
51132
|
+
name: "since",
|
|
51133
|
+
type: "string",
|
|
51134
|
+
required: true,
|
|
51135
|
+
description: ""
|
|
51136
|
+
},
|
|
51137
|
+
{
|
|
51138
|
+
name: "until",
|
|
51139
|
+
type: "string",
|
|
51140
|
+
required: true,
|
|
51141
|
+
description: ""
|
|
51142
|
+
},
|
|
51143
|
+
{
|
|
51144
|
+
name: "clientTag",
|
|
51145
|
+
type: "string",
|
|
51146
|
+
required: false,
|
|
51147
|
+
description: ""
|
|
51148
|
+
}
|
|
51149
|
+
],
|
|
51150
|
+
responseShape: {
|
|
51151
|
+
spend: "number",
|
|
51152
|
+
currency: "string",
|
|
51153
|
+
impressions: "number",
|
|
51154
|
+
clicks: "number"
|
|
51155
|
+
}
|
|
51156
|
+
},
|
|
51157
|
+
{
|
|
51158
|
+
name: "listCampaigns",
|
|
51159
|
+
description: "",
|
|
51160
|
+
params: [
|
|
51161
|
+
{
|
|
51162
|
+
name: "accountId",
|
|
51163
|
+
type: "string",
|
|
51164
|
+
required: false,
|
|
51165
|
+
description: ""
|
|
51166
|
+
},
|
|
51167
|
+
{
|
|
51168
|
+
name: "status",
|
|
51169
|
+
type: "string",
|
|
51170
|
+
required: false,
|
|
51171
|
+
description: ""
|
|
51172
|
+
}
|
|
51173
|
+
],
|
|
51174
|
+
responseShape: {
|
|
51175
|
+
campaigns: "array"
|
|
51176
|
+
}
|
|
51177
|
+
}
|
|
51178
|
+
]
|
|
51179
|
+
},
|
|
51180
|
+
accounting: {
|
|
51181
|
+
name: "accounting",
|
|
51182
|
+
description: "Accounting export - invoice/journal rows to import-ready CSV",
|
|
51183
|
+
category: "finance",
|
|
51184
|
+
actions: [
|
|
51185
|
+
{
|
|
51186
|
+
name: "exportInvoices",
|
|
51187
|
+
description: "",
|
|
51188
|
+
params: [
|
|
51189
|
+
{
|
|
51190
|
+
name: "invoices",
|
|
51191
|
+
type: "array",
|
|
51192
|
+
required: true,
|
|
51193
|
+
description: ""
|
|
51194
|
+
},
|
|
51195
|
+
{
|
|
51196
|
+
name: "format",
|
|
51197
|
+
type: "'csv'",
|
|
51198
|
+
required: false,
|
|
51199
|
+
description: ""
|
|
51200
|
+
}
|
|
51201
|
+
],
|
|
51202
|
+
responseShape: {
|
|
51203
|
+
content: "string",
|
|
51204
|
+
filename: "string",
|
|
51205
|
+
count: "number"
|
|
51206
|
+
}
|
|
51207
|
+
},
|
|
51208
|
+
{
|
|
51209
|
+
name: "exportJournal",
|
|
51210
|
+
description: "",
|
|
51211
|
+
params: [
|
|
51212
|
+
{
|
|
51213
|
+
name: "entries",
|
|
51214
|
+
type: "array",
|
|
51215
|
+
required: true,
|
|
51216
|
+
description: ""
|
|
51217
|
+
},
|
|
51218
|
+
{
|
|
51219
|
+
name: "format",
|
|
51220
|
+
type: "'csv'",
|
|
51221
|
+
required: false,
|
|
51222
|
+
description: ""
|
|
51223
|
+
}
|
|
51224
|
+
],
|
|
51225
|
+
responseShape: {
|
|
51226
|
+
content: "string",
|
|
51227
|
+
filename: "string",
|
|
51228
|
+
count: "number"
|
|
51229
|
+
}
|
|
51230
|
+
}
|
|
51231
|
+
]
|
|
51232
|
+
},
|
|
51233
|
+
banking: {
|
|
51234
|
+
name: "banking",
|
|
51235
|
+
description: "Banking - GoCardless Bank Account Data (requisitions, accounts, transactions)",
|
|
51236
|
+
category: "finance",
|
|
51237
|
+
actions: [
|
|
51238
|
+
{
|
|
51239
|
+
name: "createRequisition",
|
|
51240
|
+
description: "",
|
|
51241
|
+
params: [
|
|
51242
|
+
{
|
|
51243
|
+
name: "institutionId",
|
|
51244
|
+
type: "string",
|
|
51245
|
+
required: true,
|
|
51246
|
+
description: ""
|
|
51247
|
+
},
|
|
51248
|
+
{
|
|
51249
|
+
name: "redirectUrl",
|
|
51250
|
+
type: "string",
|
|
51251
|
+
required: true,
|
|
51252
|
+
description: ""
|
|
51253
|
+
},
|
|
51254
|
+
{
|
|
51255
|
+
name: "reference",
|
|
51256
|
+
type: "string",
|
|
51257
|
+
required: false,
|
|
51258
|
+
description: ""
|
|
51259
|
+
}
|
|
51260
|
+
],
|
|
51261
|
+
responseShape: {
|
|
51262
|
+
requisitionId: "string",
|
|
51263
|
+
link: "string"
|
|
51264
|
+
}
|
|
51265
|
+
},
|
|
51266
|
+
{
|
|
51267
|
+
name: "listAccounts",
|
|
51268
|
+
description: "",
|
|
51269
|
+
params: [
|
|
51270
|
+
{
|
|
51271
|
+
name: "requisitionId",
|
|
51272
|
+
type: "string",
|
|
51273
|
+
required: true,
|
|
51274
|
+
description: ""
|
|
51275
|
+
}
|
|
51276
|
+
],
|
|
51277
|
+
responseShape: {
|
|
51278
|
+
accounts: "string[]"
|
|
51279
|
+
}
|
|
51280
|
+
},
|
|
51281
|
+
{
|
|
51282
|
+
name: "listTransactions",
|
|
51283
|
+
description: "",
|
|
51284
|
+
params: [
|
|
51285
|
+
{
|
|
51286
|
+
name: "accountId",
|
|
51287
|
+
type: "string",
|
|
51288
|
+
required: true,
|
|
51289
|
+
description: ""
|
|
51290
|
+
},
|
|
51291
|
+
{
|
|
51292
|
+
name: "dateFrom",
|
|
51293
|
+
type: "string",
|
|
51294
|
+
required: false,
|
|
51295
|
+
description: ""
|
|
51296
|
+
},
|
|
51297
|
+
{
|
|
51298
|
+
name: "dateTo",
|
|
51299
|
+
type: "string",
|
|
51300
|
+
required: false,
|
|
51301
|
+
description: ""
|
|
51302
|
+
}
|
|
51303
|
+
],
|
|
51304
|
+
responseShape: {
|
|
51305
|
+
transactions: "array"
|
|
51306
|
+
}
|
|
51307
|
+
}
|
|
51308
|
+
]
|
|
51309
|
+
},
|
|
51310
|
+
esign: {
|
|
51311
|
+
name: "esign",
|
|
51312
|
+
description: "E-signature - send/track/download envelopes (DocuSign)",
|
|
51313
|
+
category: "infrastructure",
|
|
51314
|
+
actions: [
|
|
51315
|
+
{
|
|
51316
|
+
name: "sendEnvelope",
|
|
51317
|
+
description: "",
|
|
51318
|
+
params: [
|
|
51319
|
+
{
|
|
51320
|
+
name: "recipientEmail",
|
|
51321
|
+
type: "string",
|
|
51322
|
+
required: true,
|
|
51323
|
+
description: ""
|
|
51324
|
+
},
|
|
51325
|
+
{
|
|
51326
|
+
name: "recipientName",
|
|
51327
|
+
type: "string",
|
|
51328
|
+
required: true,
|
|
51329
|
+
description: ""
|
|
51330
|
+
},
|
|
51331
|
+
{
|
|
51332
|
+
name: "documentName",
|
|
51333
|
+
type: "string",
|
|
51334
|
+
required: true,
|
|
51335
|
+
description: ""
|
|
51336
|
+
},
|
|
51337
|
+
{
|
|
51338
|
+
name: "documentContent",
|
|
51339
|
+
type: "string",
|
|
51340
|
+
required: true,
|
|
51341
|
+
description: ""
|
|
51342
|
+
},
|
|
51343
|
+
{
|
|
51344
|
+
name: "emailSubject",
|
|
51345
|
+
type: "string",
|
|
51346
|
+
required: false,
|
|
51347
|
+
description: ""
|
|
51348
|
+
}
|
|
51349
|
+
],
|
|
51350
|
+
responseShape: {
|
|
51351
|
+
envelopeId: "string",
|
|
51352
|
+
status: "string"
|
|
51353
|
+
}
|
|
51354
|
+
},
|
|
51355
|
+
{
|
|
51356
|
+
name: "getEnvelopeStatus",
|
|
51357
|
+
description: "",
|
|
51358
|
+
params: [
|
|
51359
|
+
{
|
|
51360
|
+
name: "envelopeId",
|
|
51361
|
+
type: "string",
|
|
51362
|
+
required: true,
|
|
51363
|
+
description: ""
|
|
51364
|
+
}
|
|
51365
|
+
],
|
|
51366
|
+
responseShape: {
|
|
51367
|
+
status: "string",
|
|
51368
|
+
completedAt: "string"
|
|
51369
|
+
}
|
|
51370
|
+
},
|
|
51371
|
+
{
|
|
51372
|
+
name: "downloadDocument",
|
|
51373
|
+
description: "",
|
|
51374
|
+
params: [
|
|
51375
|
+
{
|
|
51376
|
+
name: "envelopeId",
|
|
51377
|
+
type: "string",
|
|
51378
|
+
required: true,
|
|
51379
|
+
description: ""
|
|
51380
|
+
}
|
|
51381
|
+
],
|
|
51382
|
+
responseShape: {
|
|
51383
|
+
content: "string",
|
|
51384
|
+
documentName: "string"
|
|
51385
|
+
}
|
|
51386
|
+
}
|
|
51387
|
+
]
|
|
51388
|
+
},
|
|
51389
|
+
docker: {
|
|
51390
|
+
name: "docker",
|
|
51391
|
+
description: "Docker \u2014 container and image management",
|
|
51392
|
+
category: "devtools",
|
|
51393
|
+
actions: [
|
|
51394
|
+
{
|
|
51395
|
+
name: "build",
|
|
51396
|
+
description: "",
|
|
51397
|
+
params: [
|
|
51398
|
+
{
|
|
51399
|
+
name: "tag",
|
|
51400
|
+
type: "string",
|
|
51401
|
+
required: true,
|
|
51402
|
+
description: ""
|
|
51403
|
+
},
|
|
51404
|
+
{
|
|
51405
|
+
name: "dockerfile",
|
|
51406
|
+
type: "string",
|
|
51407
|
+
required: false,
|
|
51408
|
+
description: ""
|
|
51409
|
+
},
|
|
51410
|
+
{
|
|
51411
|
+
name: "context",
|
|
51412
|
+
type: "string",
|
|
51413
|
+
required: false,
|
|
51414
|
+
description: ""
|
|
51415
|
+
},
|
|
51416
|
+
{
|
|
51417
|
+
name: "buildArgs",
|
|
51418
|
+
type: "object",
|
|
51419
|
+
required: false,
|
|
51420
|
+
description: ""
|
|
51421
|
+
}
|
|
51422
|
+
],
|
|
51423
|
+
responseShape: {
|
|
51424
|
+
imageId: "string",
|
|
51425
|
+
tag: "string",
|
|
51426
|
+
size: "number",
|
|
51427
|
+
buildTime: "number"
|
|
51428
|
+
}
|
|
51429
|
+
},
|
|
51430
|
+
{
|
|
51431
|
+
name: "run",
|
|
51432
|
+
description: "",
|
|
51433
|
+
params: [
|
|
51434
|
+
{
|
|
51435
|
+
name: "image",
|
|
51436
|
+
type: "string",
|
|
51437
|
+
required: true,
|
|
51438
|
+
description: ""
|
|
51439
|
+
},
|
|
51440
|
+
{
|
|
51441
|
+
name: "name",
|
|
51442
|
+
type: "string",
|
|
51443
|
+
required: false,
|
|
51444
|
+
description: ""
|
|
51445
|
+
},
|
|
51446
|
+
{
|
|
51447
|
+
name: "ports",
|
|
51448
|
+
type: "array",
|
|
51449
|
+
required: false,
|
|
51450
|
+
description: ""
|
|
51451
|
+
},
|
|
51452
|
+
{
|
|
51453
|
+
name: "env",
|
|
51454
|
+
type: "object",
|
|
51455
|
+
required: false,
|
|
51456
|
+
description: ""
|
|
51457
|
+
},
|
|
51458
|
+
{
|
|
51459
|
+
name: "volumes",
|
|
50161
51460
|
type: "array",
|
|
51461
|
+
required: false,
|
|
51462
|
+
description: ""
|
|
51463
|
+
},
|
|
51464
|
+
{
|
|
51465
|
+
name: "command",
|
|
51466
|
+
type: "string",
|
|
51467
|
+
required: false,
|
|
51468
|
+
description: ""
|
|
51469
|
+
}
|
|
51470
|
+
],
|
|
51471
|
+
responseShape: {
|
|
51472
|
+
containerId: "string",
|
|
51473
|
+
name: "string",
|
|
51474
|
+
status: "string",
|
|
51475
|
+
ports: "array"
|
|
51476
|
+
}
|
|
51477
|
+
},
|
|
51478
|
+
{
|
|
51479
|
+
name: "stop",
|
|
51480
|
+
description: "",
|
|
51481
|
+
params: [
|
|
51482
|
+
{
|
|
51483
|
+
name: "containerId",
|
|
51484
|
+
type: "string",
|
|
50162
51485
|
required: true,
|
|
50163
|
-
description: "
|
|
51486
|
+
description: ""
|
|
51487
|
+
}
|
|
51488
|
+
],
|
|
51489
|
+
responseShape: {
|
|
51490
|
+
containerId: "string",
|
|
51491
|
+
status: "string",
|
|
51492
|
+
stoppedAt: "number"
|
|
51493
|
+
}
|
|
51494
|
+
},
|
|
51495
|
+
{
|
|
51496
|
+
name: "remove",
|
|
51497
|
+
description: "",
|
|
51498
|
+
params: [
|
|
51499
|
+
{
|
|
51500
|
+
name: "containerId",
|
|
51501
|
+
type: "string",
|
|
51502
|
+
required: true,
|
|
51503
|
+
description: ""
|
|
51504
|
+
},
|
|
51505
|
+
{
|
|
51506
|
+
name: "force",
|
|
51507
|
+
type: "boolean",
|
|
51508
|
+
required: false,
|
|
51509
|
+
description: ""
|
|
51510
|
+
}
|
|
51511
|
+
],
|
|
51512
|
+
responseShape: {
|
|
51513
|
+
containerId: "string",
|
|
51514
|
+
removed: "boolean"
|
|
51515
|
+
}
|
|
51516
|
+
},
|
|
51517
|
+
{
|
|
51518
|
+
name: "logs",
|
|
51519
|
+
description: "",
|
|
51520
|
+
params: [
|
|
51521
|
+
{
|
|
51522
|
+
name: "containerId",
|
|
51523
|
+
type: "string",
|
|
51524
|
+
required: true,
|
|
51525
|
+
description: ""
|
|
51526
|
+
},
|
|
51527
|
+
{
|
|
51528
|
+
name: "tail",
|
|
51529
|
+
type: "number",
|
|
51530
|
+
required: false,
|
|
51531
|
+
description: ""
|
|
51532
|
+
},
|
|
51533
|
+
{
|
|
51534
|
+
name: "since",
|
|
51535
|
+
type: "string",
|
|
51536
|
+
required: false,
|
|
51537
|
+
description: ""
|
|
51538
|
+
}
|
|
51539
|
+
],
|
|
51540
|
+
responseShape: {
|
|
51541
|
+
containerId: "string",
|
|
51542
|
+
logs: "string[]",
|
|
51543
|
+
lineCount: "number"
|
|
51544
|
+
}
|
|
51545
|
+
},
|
|
51546
|
+
{
|
|
51547
|
+
name: "status",
|
|
51548
|
+
description: "",
|
|
51549
|
+
params: [
|
|
51550
|
+
{
|
|
51551
|
+
name: "containerId",
|
|
51552
|
+
type: "string",
|
|
51553
|
+
required: true,
|
|
51554
|
+
description: ""
|
|
51555
|
+
}
|
|
51556
|
+
],
|
|
51557
|
+
responseShape: {
|
|
51558
|
+
containerId: "string",
|
|
51559
|
+
name: "string",
|
|
51560
|
+
image: "string",
|
|
51561
|
+
status: "string",
|
|
51562
|
+
ports: "array",
|
|
51563
|
+
createdAt: "number",
|
|
51564
|
+
startedAt: "number | null",
|
|
51565
|
+
stoppedAt: "number | null"
|
|
51566
|
+
}
|
|
51567
|
+
},
|
|
51568
|
+
{
|
|
51569
|
+
name: "list",
|
|
51570
|
+
description: "",
|
|
51571
|
+
params: [
|
|
51572
|
+
{
|
|
51573
|
+
name: "all",
|
|
51574
|
+
type: "boolean",
|
|
51575
|
+
required: false,
|
|
51576
|
+
description: ""
|
|
51577
|
+
},
|
|
51578
|
+
{
|
|
51579
|
+
name: "filterByLabel",
|
|
51580
|
+
type: "string",
|
|
51581
|
+
required: false,
|
|
51582
|
+
description: ""
|
|
51583
|
+
}
|
|
51584
|
+
],
|
|
51585
|
+
responseShape: {
|
|
51586
|
+
containers: "array",
|
|
51587
|
+
total: "number"
|
|
51588
|
+
}
|
|
51589
|
+
}
|
|
51590
|
+
]
|
|
51591
|
+
},
|
|
51592
|
+
storage: {
|
|
51593
|
+
name: "storage",
|
|
51594
|
+
description: "Object storage \u2014 upload, download, delete, list files",
|
|
51595
|
+
category: "infrastructure",
|
|
51596
|
+
actions: [
|
|
51597
|
+
{
|
|
51598
|
+
name: "upload",
|
|
51599
|
+
description: "",
|
|
51600
|
+
params: [
|
|
51601
|
+
{
|
|
51602
|
+
name: "bucket",
|
|
51603
|
+
type: "string",
|
|
51604
|
+
required: true,
|
|
51605
|
+
description: ""
|
|
51606
|
+
},
|
|
51607
|
+
{
|
|
51608
|
+
name: "key",
|
|
51609
|
+
type: "string",
|
|
51610
|
+
required: false,
|
|
51611
|
+
description: ""
|
|
51612
|
+
},
|
|
51613
|
+
{
|
|
51614
|
+
name: "content",
|
|
51615
|
+
type: "string",
|
|
51616
|
+
required: false,
|
|
51617
|
+
description: ""
|
|
51618
|
+
},
|
|
51619
|
+
{
|
|
51620
|
+
name: "contentType",
|
|
51621
|
+
type: "string",
|
|
51622
|
+
required: false,
|
|
51623
|
+
description: ""
|
|
51624
|
+
},
|
|
51625
|
+
{
|
|
51626
|
+
name: "file",
|
|
51627
|
+
type: "object",
|
|
51628
|
+
required: false,
|
|
51629
|
+
description: ""
|
|
50164
51630
|
},
|
|
50165
51631
|
{
|
|
50166
|
-
name: "
|
|
50167
|
-
type: "
|
|
51632
|
+
name: "acl",
|
|
51633
|
+
type: "'public' | 'private'",
|
|
51634
|
+
required: false,
|
|
51635
|
+
description: ""
|
|
51636
|
+
},
|
|
51637
|
+
{
|
|
51638
|
+
name: "maxSize",
|
|
51639
|
+
type: "number",
|
|
51640
|
+
required: false,
|
|
51641
|
+
description: ""
|
|
51642
|
+
},
|
|
51643
|
+
{
|
|
51644
|
+
name: "metadata",
|
|
51645
|
+
type: "IntegrationParams",
|
|
50168
51646
|
required: false,
|
|
50169
|
-
description: "
|
|
51647
|
+
description: ""
|
|
50170
51648
|
}
|
|
50171
51649
|
],
|
|
50172
51650
|
responseShape: {
|
|
50173
|
-
|
|
50174
|
-
|
|
50175
|
-
|
|
51651
|
+
key: "string",
|
|
51652
|
+
bucket: "string",
|
|
51653
|
+
size: "number",
|
|
51654
|
+
etag: "string",
|
|
51655
|
+
id: "string",
|
|
51656
|
+
url: "string"
|
|
50176
51657
|
}
|
|
50177
51658
|
},
|
|
50178
51659
|
{
|
|
50179
|
-
name: "
|
|
50180
|
-
description: "
|
|
51660
|
+
name: "download",
|
|
51661
|
+
description: "",
|
|
50181
51662
|
params: [
|
|
50182
51663
|
{
|
|
50183
|
-
name: "
|
|
51664
|
+
name: "bucket",
|
|
50184
51665
|
type: "string",
|
|
50185
51666
|
required: true,
|
|
50186
|
-
description: "
|
|
51667
|
+
description: ""
|
|
50187
51668
|
},
|
|
50188
51669
|
{
|
|
50189
|
-
name: "
|
|
50190
|
-
type: "
|
|
51670
|
+
name: "key",
|
|
51671
|
+
type: "string",
|
|
51672
|
+
required: true,
|
|
51673
|
+
description: ""
|
|
51674
|
+
}
|
|
51675
|
+
],
|
|
51676
|
+
responseShape: {
|
|
51677
|
+
content: "string",
|
|
51678
|
+
contentType: "string",
|
|
51679
|
+
size: "number",
|
|
51680
|
+
metadata: "IntegrationParams"
|
|
51681
|
+
}
|
|
51682
|
+
},
|
|
51683
|
+
{
|
|
51684
|
+
name: "list",
|
|
51685
|
+
description: "",
|
|
51686
|
+
params: [
|
|
51687
|
+
{
|
|
51688
|
+
name: "bucket",
|
|
51689
|
+
type: "string",
|
|
50191
51690
|
required: true,
|
|
50192
|
-
description: "
|
|
51691
|
+
description: ""
|
|
50193
51692
|
},
|
|
50194
51693
|
{
|
|
50195
|
-
name: "
|
|
51694
|
+
name: "prefix",
|
|
50196
51695
|
type: "string",
|
|
50197
51696
|
required: false,
|
|
50198
|
-
description: "
|
|
51697
|
+
description: ""
|
|
51698
|
+
},
|
|
51699
|
+
{
|
|
51700
|
+
name: "maxKeys",
|
|
51701
|
+
type: "number",
|
|
51702
|
+
required: false,
|
|
51703
|
+
description: ""
|
|
50199
51704
|
}
|
|
50200
51705
|
],
|
|
50201
51706
|
responseShape: {
|
|
50202
|
-
|
|
50203
|
-
|
|
51707
|
+
keys: "array",
|
|
51708
|
+
truncated: "boolean"
|
|
50204
51709
|
}
|
|
50205
51710
|
},
|
|
50206
51711
|
{
|
|
50207
|
-
name: "
|
|
50208
|
-
description: "
|
|
51712
|
+
name: "delete",
|
|
51713
|
+
description: "",
|
|
50209
51714
|
params: [
|
|
50210
51715
|
{
|
|
50211
|
-
name: "
|
|
51716
|
+
name: "bucket",
|
|
50212
51717
|
type: "string",
|
|
50213
51718
|
required: true,
|
|
50214
|
-
description: "
|
|
51719
|
+
description: ""
|
|
50215
51720
|
},
|
|
50216
51721
|
{
|
|
50217
|
-
name: "
|
|
51722
|
+
name: "key",
|
|
51723
|
+
type: "string",
|
|
51724
|
+
required: true,
|
|
51725
|
+
description: ""
|
|
51726
|
+
}
|
|
51727
|
+
],
|
|
51728
|
+
responseShape: {
|
|
51729
|
+
deleted: "boolean"
|
|
51730
|
+
}
|
|
51731
|
+
},
|
|
51732
|
+
{
|
|
51733
|
+
name: "getSignedUrl",
|
|
51734
|
+
description: "",
|
|
51735
|
+
params: [
|
|
51736
|
+
{
|
|
51737
|
+
name: "bucket",
|
|
51738
|
+
type: "string",
|
|
51739
|
+
required: true,
|
|
51740
|
+
description: ""
|
|
51741
|
+
},
|
|
51742
|
+
{
|
|
51743
|
+
name: "key",
|
|
51744
|
+
type: "string",
|
|
51745
|
+
required: true,
|
|
51746
|
+
description: ""
|
|
51747
|
+
},
|
|
51748
|
+
{
|
|
51749
|
+
name: "expiresIn",
|
|
50218
51750
|
type: "number",
|
|
50219
51751
|
required: false,
|
|
50220
|
-
description: "
|
|
51752
|
+
description: ""
|
|
50221
51753
|
},
|
|
50222
51754
|
{
|
|
50223
|
-
name: "
|
|
51755
|
+
name: "operation",
|
|
51756
|
+
type: "'get' | 'put'",
|
|
51757
|
+
required: false,
|
|
51758
|
+
description: ""
|
|
51759
|
+
}
|
|
51760
|
+
],
|
|
51761
|
+
responseShape: {
|
|
51762
|
+
url: "string",
|
|
51763
|
+
expiresAt: "number"
|
|
51764
|
+
}
|
|
51765
|
+
}
|
|
51766
|
+
]
|
|
51767
|
+
},
|
|
51768
|
+
queue: {
|
|
51769
|
+
name: "queue",
|
|
51770
|
+
description: "Message queue \u2014 publish, subscribe, acknowledge messages",
|
|
51771
|
+
category: "infrastructure",
|
|
51772
|
+
actions: [
|
|
51773
|
+
{
|
|
51774
|
+
name: "enqueue",
|
|
51775
|
+
description: "",
|
|
51776
|
+
params: [
|
|
51777
|
+
{
|
|
51778
|
+
name: "queue",
|
|
50224
51779
|
type: "string",
|
|
51780
|
+
required: true,
|
|
51781
|
+
description: ""
|
|
51782
|
+
},
|
|
51783
|
+
{
|
|
51784
|
+
name: "payload",
|
|
51785
|
+
type: "ServiceParams",
|
|
51786
|
+
required: true,
|
|
51787
|
+
description: ""
|
|
51788
|
+
},
|
|
51789
|
+
{
|
|
51790
|
+
name: "delay",
|
|
51791
|
+
type: "number",
|
|
50225
51792
|
required: false,
|
|
50226
|
-
description: "
|
|
51793
|
+
description: ""
|
|
50227
51794
|
},
|
|
50228
51795
|
{
|
|
50229
|
-
name: "
|
|
51796
|
+
name: "priority",
|
|
51797
|
+
type: "number",
|
|
51798
|
+
required: false,
|
|
51799
|
+
description: ""
|
|
51800
|
+
}
|
|
51801
|
+
],
|
|
51802
|
+
responseShape: {
|
|
51803
|
+
jobId: "string",
|
|
51804
|
+
position: "number"
|
|
51805
|
+
}
|
|
51806
|
+
},
|
|
51807
|
+
{
|
|
51808
|
+
name: "dequeue",
|
|
51809
|
+
description: "",
|
|
51810
|
+
params: [
|
|
51811
|
+
{
|
|
51812
|
+
name: "queue",
|
|
51813
|
+
type: "string",
|
|
51814
|
+
required: true,
|
|
51815
|
+
description: ""
|
|
51816
|
+
}
|
|
51817
|
+
],
|
|
51818
|
+
responseShape: {
|
|
51819
|
+
job: "object | null"
|
|
51820
|
+
}
|
|
51821
|
+
},
|
|
51822
|
+
{
|
|
51823
|
+
name: "status",
|
|
51824
|
+
description: "",
|
|
51825
|
+
params: [
|
|
51826
|
+
{
|
|
51827
|
+
name: "jobId",
|
|
51828
|
+
type: "string",
|
|
51829
|
+
required: true,
|
|
51830
|
+
description: ""
|
|
51831
|
+
}
|
|
51832
|
+
],
|
|
51833
|
+
responseShape: {
|
|
51834
|
+
status: "'pending' | 'processing' | 'completed' | 'failed'",
|
|
51835
|
+
job: "object | null"
|
|
51836
|
+
}
|
|
51837
|
+
},
|
|
51838
|
+
{
|
|
51839
|
+
name: "complete",
|
|
51840
|
+
description: "",
|
|
51841
|
+
params: [
|
|
51842
|
+
{
|
|
51843
|
+
name: "jobId",
|
|
50230
51844
|
type: "string",
|
|
51845
|
+
required: true,
|
|
51846
|
+
description: ""
|
|
51847
|
+
},
|
|
51848
|
+
{
|
|
51849
|
+
name: "result",
|
|
51850
|
+
type: "ServiceParams",
|
|
50231
51851
|
required: false,
|
|
50232
|
-
description: "
|
|
51852
|
+
description: ""
|
|
50233
51853
|
}
|
|
50234
51854
|
],
|
|
50235
51855
|
responseShape: {
|
|
50236
|
-
|
|
50237
|
-
keyPoints: "array"
|
|
51856
|
+
completed: "boolean"
|
|
50238
51857
|
}
|
|
50239
51858
|
},
|
|
50240
51859
|
{
|
|
50241
|
-
name: "
|
|
50242
|
-
description: "
|
|
51860
|
+
name: "fail",
|
|
51861
|
+
description: "",
|
|
50243
51862
|
params: [
|
|
50244
51863
|
{
|
|
50245
|
-
name: "
|
|
50246
|
-
type: "string
|
|
51864
|
+
name: "jobId",
|
|
51865
|
+
type: "string",
|
|
50247
51866
|
required: true,
|
|
50248
|
-
description: "
|
|
51867
|
+
description: ""
|
|
50249
51868
|
},
|
|
50250
51869
|
{
|
|
50251
|
-
name: "
|
|
51870
|
+
name: "error",
|
|
50252
51871
|
type: "string",
|
|
50253
51872
|
required: false,
|
|
50254
|
-
description: "
|
|
51873
|
+
description: ""
|
|
50255
51874
|
}
|
|
50256
51875
|
],
|
|
50257
51876
|
responseShape: {
|
|
50258
|
-
|
|
51877
|
+
failed: "boolean"
|
|
50259
51878
|
}
|
|
50260
|
-
}
|
|
50261
|
-
]
|
|
50262
|
-
},
|
|
50263
|
-
ml: {
|
|
50264
|
-
name: "ml",
|
|
50265
|
-
description: "ML service - model inference on a trained or off-the-shelf checkpoint, reached via a deployed serving orbital",
|
|
50266
|
-
category: "ai",
|
|
50267
|
-
actions: [
|
|
51879
|
+
},
|
|
50268
51880
|
{
|
|
50269
|
-
name: "
|
|
50270
|
-
description: "
|
|
51881
|
+
name: "cancel",
|
|
51882
|
+
description: "",
|
|
50271
51883
|
params: [
|
|
50272
51884
|
{
|
|
50273
|
-
name: "
|
|
51885
|
+
name: "jobId",
|
|
50274
51886
|
type: "string",
|
|
50275
51887
|
required: true,
|
|
50276
|
-
description: "
|
|
50277
|
-
}
|
|
51888
|
+
description: ""
|
|
51889
|
+
}
|
|
51890
|
+
],
|
|
51891
|
+
responseShape: {
|
|
51892
|
+
cancelled: "boolean"
|
|
51893
|
+
}
|
|
51894
|
+
},
|
|
51895
|
+
{
|
|
51896
|
+
name: "size",
|
|
51897
|
+
description: "",
|
|
51898
|
+
params: [
|
|
50278
51899
|
{
|
|
50279
|
-
name: "
|
|
50280
|
-
type: "
|
|
51900
|
+
name: "queue",
|
|
51901
|
+
type: "string",
|
|
50281
51902
|
required: true,
|
|
50282
|
-
description: "
|
|
51903
|
+
description: ""
|
|
50283
51904
|
}
|
|
50284
51905
|
],
|
|
50285
51906
|
responseShape: {
|
|
50286
|
-
|
|
50287
|
-
|
|
50288
|
-
|
|
51907
|
+
size: "number",
|
|
51908
|
+
pending: "number",
|
|
51909
|
+
processing: "number"
|
|
50289
51910
|
}
|
|
50290
51911
|
}
|
|
50291
51912
|
]
|
|
50292
51913
|
},
|
|
50293
|
-
|
|
50294
|
-
name: "
|
|
50295
|
-
description: "
|
|
50296
|
-
category: "
|
|
51914
|
+
redis: {
|
|
51915
|
+
name: "redis",
|
|
51916
|
+
description: "Redis \u2014 cache get/set/delete, pub/sub",
|
|
51917
|
+
category: "infrastructure",
|
|
50297
51918
|
actions: [
|
|
50298
51919
|
{
|
|
50299
|
-
name: "
|
|
50300
|
-
description: "
|
|
51920
|
+
name: "get",
|
|
51921
|
+
description: "",
|
|
50301
51922
|
params: [
|
|
50302
51923
|
{
|
|
50303
|
-
name: "
|
|
51924
|
+
name: "key",
|
|
50304
51925
|
type: "string",
|
|
50305
51926
|
required: true,
|
|
50306
|
-
description: "
|
|
50307
|
-
}
|
|
51927
|
+
description: ""
|
|
51928
|
+
}
|
|
51929
|
+
],
|
|
51930
|
+
responseShape: {
|
|
51931
|
+
value: "ServiceParams"
|
|
51932
|
+
}
|
|
51933
|
+
},
|
|
51934
|
+
{
|
|
51935
|
+
name: "set",
|
|
51936
|
+
description: "",
|
|
51937
|
+
params: [
|
|
50308
51938
|
{
|
|
50309
|
-
name: "
|
|
51939
|
+
name: "key",
|
|
50310
51940
|
type: "string",
|
|
50311
|
-
required:
|
|
50312
|
-
description: "
|
|
51941
|
+
required: true,
|
|
51942
|
+
description: ""
|
|
50313
51943
|
},
|
|
50314
51944
|
{
|
|
50315
|
-
name: "
|
|
50316
|
-
type: "
|
|
50317
|
-
required:
|
|
50318
|
-
description: "
|
|
51945
|
+
name: "value",
|
|
51946
|
+
type: "ServiceParams",
|
|
51947
|
+
required: true,
|
|
51948
|
+
description: ""
|
|
50319
51949
|
},
|
|
50320
51950
|
{
|
|
50321
|
-
name: "
|
|
50322
|
-
type: "
|
|
51951
|
+
name: "ttl",
|
|
51952
|
+
type: "number",
|
|
50323
51953
|
required: false,
|
|
50324
|
-
description: "
|
|
51954
|
+
description: ""
|
|
50325
51955
|
}
|
|
50326
51956
|
],
|
|
50327
51957
|
responseShape: {
|
|
50328
|
-
|
|
50329
|
-
threadId: "string",
|
|
50330
|
-
toolCalls: "array",
|
|
50331
|
-
todos: "array",
|
|
50332
|
-
schemaDiffs: "array"
|
|
51958
|
+
ok: "boolean"
|
|
50333
51959
|
}
|
|
50334
51960
|
},
|
|
50335
51961
|
{
|
|
50336
|
-
name: "
|
|
50337
|
-
description: "
|
|
51962
|
+
name: "delete",
|
|
51963
|
+
description: "",
|
|
50338
51964
|
params: [
|
|
50339
51965
|
{
|
|
50340
|
-
name: "
|
|
51966
|
+
name: "key",
|
|
50341
51967
|
type: "string",
|
|
50342
51968
|
required: true,
|
|
50343
|
-
description: "
|
|
51969
|
+
description: ""
|
|
50344
51970
|
}
|
|
50345
51971
|
],
|
|
50346
51972
|
responseShape: {
|
|
50347
|
-
|
|
51973
|
+
deleted: "boolean"
|
|
50348
51974
|
}
|
|
50349
51975
|
},
|
|
50350
51976
|
{
|
|
50351
|
-
name: "
|
|
50352
|
-
description: "
|
|
51977
|
+
name: "lock",
|
|
51978
|
+
description: "",
|
|
50353
51979
|
params: [
|
|
50354
51980
|
{
|
|
50355
|
-
name: "
|
|
51981
|
+
name: "key",
|
|
50356
51982
|
type: "string",
|
|
50357
51983
|
required: true,
|
|
50358
|
-
description: "
|
|
51984
|
+
description: ""
|
|
51985
|
+
},
|
|
51986
|
+
{
|
|
51987
|
+
name: "ttl",
|
|
51988
|
+
type: "number",
|
|
51989
|
+
required: false,
|
|
51990
|
+
description: ""
|
|
50359
51991
|
}
|
|
50360
51992
|
],
|
|
50361
51993
|
responseShape: {
|
|
50362
|
-
|
|
50363
|
-
|
|
50364
|
-
warnings: "array"
|
|
51994
|
+
acquired: "boolean",
|
|
51995
|
+
lockId: "string"
|
|
50365
51996
|
}
|
|
50366
51997
|
},
|
|
50367
51998
|
{
|
|
50368
|
-
name: "
|
|
50369
|
-
description: "
|
|
51999
|
+
name: "unlock",
|
|
52000
|
+
description: "",
|
|
50370
52001
|
params: [
|
|
50371
52002
|
{
|
|
50372
|
-
name: "
|
|
52003
|
+
name: "key",
|
|
50373
52004
|
type: "string",
|
|
50374
52005
|
required: true,
|
|
50375
|
-
description: "
|
|
52006
|
+
description: ""
|
|
50376
52007
|
},
|
|
50377
52008
|
{
|
|
50378
|
-
name: "
|
|
52009
|
+
name: "lockId",
|
|
52010
|
+
type: "string",
|
|
52011
|
+
required: true,
|
|
52012
|
+
description: ""
|
|
52013
|
+
}
|
|
52014
|
+
],
|
|
52015
|
+
responseShape: {
|
|
52016
|
+
released: "boolean"
|
|
52017
|
+
}
|
|
52018
|
+
},
|
|
52019
|
+
{
|
|
52020
|
+
name: "increment",
|
|
52021
|
+
description: "",
|
|
52022
|
+
params: [
|
|
52023
|
+
{
|
|
52024
|
+
name: "key",
|
|
50379
52025
|
type: "string",
|
|
52026
|
+
required: true,
|
|
52027
|
+
description: ""
|
|
52028
|
+
},
|
|
52029
|
+
{
|
|
52030
|
+
name: "by",
|
|
52031
|
+
type: "number",
|
|
50380
52032
|
required: false,
|
|
50381
|
-
description: "
|
|
52033
|
+
description: ""
|
|
50382
52034
|
}
|
|
50383
52035
|
],
|
|
50384
52036
|
responseShape: {
|
|
50385
|
-
|
|
50386
|
-
outputPath: "string",
|
|
50387
|
-
errors: "array"
|
|
52037
|
+
value: "number"
|
|
50388
52038
|
}
|
|
50389
52039
|
},
|
|
50390
52040
|
{
|
|
50391
|
-
name: "
|
|
50392
|
-
description: "
|
|
52041
|
+
name: "expire",
|
|
52042
|
+
description: "",
|
|
50393
52043
|
params: [
|
|
50394
52044
|
{
|
|
50395
|
-
name: "
|
|
52045
|
+
name: "key",
|
|
52046
|
+
type: "string",
|
|
52047
|
+
required: true,
|
|
52048
|
+
description: ""
|
|
52049
|
+
},
|
|
52050
|
+
{
|
|
52051
|
+
name: "ttl",
|
|
52052
|
+
type: "number",
|
|
52053
|
+
required: true,
|
|
52054
|
+
description: ""
|
|
52055
|
+
}
|
|
52056
|
+
],
|
|
52057
|
+
responseShape: {
|
|
52058
|
+
set: "boolean"
|
|
52059
|
+
}
|
|
52060
|
+
},
|
|
52061
|
+
{
|
|
52062
|
+
name: "publish",
|
|
52063
|
+
description: "",
|
|
52064
|
+
params: [
|
|
52065
|
+
{
|
|
52066
|
+
name: "channel",
|
|
52067
|
+
type: "string",
|
|
52068
|
+
required: true,
|
|
52069
|
+
description: ""
|
|
52070
|
+
},
|
|
52071
|
+
{
|
|
52072
|
+
name: "message",
|
|
52073
|
+
type: "ServiceParams",
|
|
52074
|
+
required: true,
|
|
52075
|
+
description: ""
|
|
52076
|
+
}
|
|
52077
|
+
],
|
|
52078
|
+
responseShape: {
|
|
52079
|
+
receivers: "number"
|
|
52080
|
+
}
|
|
52081
|
+
},
|
|
52082
|
+
{
|
|
52083
|
+
name: "subscribe",
|
|
52084
|
+
description: "",
|
|
52085
|
+
params: [
|
|
52086
|
+
{
|
|
52087
|
+
name: "channel",
|
|
50396
52088
|
type: "string",
|
|
50397
52089
|
required: true,
|
|
50398
|
-
description: "
|
|
52090
|
+
description: ""
|
|
50399
52091
|
}
|
|
50400
52092
|
],
|
|
50401
52093
|
responseShape: {
|
|
50402
|
-
|
|
50403
|
-
todos: "array",
|
|
50404
|
-
schemaDiffs: "array"
|
|
52094
|
+
subscribed: "boolean"
|
|
50405
52095
|
}
|
|
50406
52096
|
}
|
|
50407
52097
|
]
|
|
50408
52098
|
},
|
|
50409
|
-
|
|
50410
|
-
name: "
|
|
50411
|
-
description: "
|
|
50412
|
-
category: "
|
|
52099
|
+
oauth: {
|
|
52100
|
+
name: "oauth",
|
|
52101
|
+
description: "OAuth/OIDC \u2014 authorization-code + PKCE flow, token management, userinfo",
|
|
52102
|
+
category: "auth",
|
|
50413
52103
|
actions: [
|
|
50414
52104
|
{
|
|
50415
|
-
name: "
|
|
50416
|
-
description: "
|
|
52105
|
+
name: "authorize",
|
|
52106
|
+
description: "",
|
|
50417
52107
|
params: [
|
|
50418
52108
|
{
|
|
50419
|
-
name: "
|
|
50420
|
-
type: "
|
|
52109
|
+
name: "provider",
|
|
52110
|
+
type: "'google' | 'github' | 'auth0'",
|
|
50421
52111
|
required: true,
|
|
50422
|
-
description: "
|
|
52112
|
+
description: ""
|
|
50423
52113
|
},
|
|
50424
52114
|
{
|
|
50425
|
-
name: "
|
|
52115
|
+
name: "scopes",
|
|
52116
|
+
type: "string[]",
|
|
52117
|
+
required: true,
|
|
52118
|
+
description: ""
|
|
52119
|
+
},
|
|
52120
|
+
{
|
|
52121
|
+
name: "redirectUri",
|
|
50426
52122
|
type: "string",
|
|
50427
|
-
required:
|
|
50428
|
-
description: "
|
|
52123
|
+
required: true,
|
|
52124
|
+
description: ""
|
|
50429
52125
|
}
|
|
50430
52126
|
],
|
|
50431
52127
|
responseShape: {
|
|
50432
|
-
|
|
50433
|
-
|
|
52128
|
+
authUrl: "string",
|
|
52129
|
+
state: "string"
|
|
50434
52130
|
}
|
|
50435
52131
|
},
|
|
50436
52132
|
{
|
|
50437
|
-
name: "
|
|
50438
|
-
description: "
|
|
52133
|
+
name: "token",
|
|
52134
|
+
description: "",
|
|
50439
52135
|
params: [
|
|
50440
52136
|
{
|
|
50441
|
-
name: "
|
|
52137
|
+
name: "code",
|
|
50442
52138
|
type: "string",
|
|
50443
52139
|
required: true,
|
|
50444
|
-
description: "
|
|
52140
|
+
description: ""
|
|
50445
52141
|
},
|
|
50446
52142
|
{
|
|
50447
|
-
name: "
|
|
52143
|
+
name: "state",
|
|
50448
52144
|
type: "string",
|
|
50449
52145
|
required: true,
|
|
50450
|
-
description: "
|
|
52146
|
+
description: ""
|
|
50451
52147
|
}
|
|
50452
52148
|
],
|
|
50453
52149
|
responseShape: {
|
|
50454
|
-
|
|
52150
|
+
accessToken: "string",
|
|
52151
|
+
refreshToken: "string",
|
|
52152
|
+
expiresIn: "number",
|
|
52153
|
+
tokenType: "'bearer'"
|
|
50455
52154
|
}
|
|
50456
52155
|
},
|
|
50457
52156
|
{
|
|
50458
|
-
name: "
|
|
50459
|
-
description: "
|
|
52157
|
+
name: "refresh",
|
|
52158
|
+
description: "",
|
|
50460
52159
|
params: [
|
|
50461
52160
|
{
|
|
50462
|
-
name: "
|
|
52161
|
+
name: "refreshToken",
|
|
50463
52162
|
type: "string",
|
|
50464
52163
|
required: true,
|
|
50465
|
-
description: "
|
|
50466
|
-
}
|
|
52164
|
+
description: ""
|
|
52165
|
+
}
|
|
52166
|
+
],
|
|
52167
|
+
responseShape: {
|
|
52168
|
+
accessToken: "string",
|
|
52169
|
+
expiresIn: "number"
|
|
52170
|
+
}
|
|
52171
|
+
},
|
|
52172
|
+
{
|
|
52173
|
+
name: "revoke",
|
|
52174
|
+
description: "",
|
|
52175
|
+
params: [
|
|
50467
52176
|
{
|
|
50468
|
-
name: "
|
|
52177
|
+
name: "token",
|
|
50469
52178
|
type: "string",
|
|
50470
52179
|
required: true,
|
|
50471
|
-
description: "
|
|
50472
|
-
}
|
|
52180
|
+
description: ""
|
|
52181
|
+
}
|
|
52182
|
+
],
|
|
52183
|
+
responseShape: {
|
|
52184
|
+
revoked: "boolean"
|
|
52185
|
+
}
|
|
52186
|
+
},
|
|
52187
|
+
{
|
|
52188
|
+
name: "userinfo",
|
|
52189
|
+
description: "",
|
|
52190
|
+
params: [
|
|
50473
52191
|
{
|
|
50474
|
-
name: "
|
|
50475
|
-
type: "
|
|
52192
|
+
name: "accessToken",
|
|
52193
|
+
type: "string",
|
|
52194
|
+
required: true,
|
|
52195
|
+
description: ""
|
|
52196
|
+
}
|
|
52197
|
+
],
|
|
52198
|
+
responseShape: {
|
|
52199
|
+
sub: "string",
|
|
52200
|
+
email: "string",
|
|
52201
|
+
name: "string",
|
|
52202
|
+
picture: "string"
|
|
52203
|
+
}
|
|
52204
|
+
}
|
|
52205
|
+
]
|
|
52206
|
+
},
|
|
52207
|
+
credentials: {
|
|
52208
|
+
name: "credentials",
|
|
52209
|
+
description: "Tenant credential store \u2014 masked list, set/remove, test connection (settings-page backend)",
|
|
52210
|
+
category: "auth",
|
|
52211
|
+
actions: [
|
|
52212
|
+
{
|
|
52213
|
+
name: "list",
|
|
52214
|
+
description: "",
|
|
52215
|
+
params: [
|
|
52216
|
+
{
|
|
52217
|
+
name: "service",
|
|
52218
|
+
type: "string",
|
|
50476
52219
|
required: false,
|
|
50477
|
-
description: "
|
|
52220
|
+
description: ""
|
|
50478
52221
|
}
|
|
50479
52222
|
],
|
|
50480
52223
|
responseShape: {
|
|
50481
|
-
|
|
50482
|
-
|
|
52224
|
+
enabled: "boolean",
|
|
52225
|
+
entries: "array"
|
|
50483
52226
|
}
|
|
50484
52227
|
},
|
|
50485
52228
|
{
|
|
50486
|
-
name: "
|
|
50487
|
-
description: "
|
|
52229
|
+
name: "set",
|
|
52230
|
+
description: "",
|
|
50488
52231
|
params: [
|
|
50489
52232
|
{
|
|
50490
|
-
name: "
|
|
52233
|
+
name: "service",
|
|
50491
52234
|
type: "string",
|
|
50492
52235
|
required: true,
|
|
50493
|
-
description: "
|
|
52236
|
+
description: ""
|
|
50494
52237
|
},
|
|
50495
52238
|
{
|
|
50496
|
-
name: "
|
|
52239
|
+
name: "envVar",
|
|
50497
52240
|
type: "string",
|
|
50498
|
-
required:
|
|
50499
|
-
description: "
|
|
52241
|
+
required: true,
|
|
52242
|
+
description: ""
|
|
52243
|
+
},
|
|
52244
|
+
{
|
|
52245
|
+
name: "value",
|
|
52246
|
+
type: "string",
|
|
52247
|
+
required: true,
|
|
52248
|
+
description: ""
|
|
50500
52249
|
}
|
|
50501
52250
|
],
|
|
50502
52251
|
responseShape: {
|
|
50503
|
-
|
|
52252
|
+
saved: "boolean",
|
|
52253
|
+
service: "string",
|
|
52254
|
+
envVar: "string",
|
|
52255
|
+
last4: "string"
|
|
50504
52256
|
}
|
|
50505
52257
|
},
|
|
50506
52258
|
{
|
|
50507
|
-
name: "
|
|
50508
|
-
description: "
|
|
52259
|
+
name: "remove",
|
|
52260
|
+
description: "",
|
|
50509
52261
|
params: [
|
|
50510
52262
|
{
|
|
50511
|
-
name: "
|
|
52263
|
+
name: "service",
|
|
50512
52264
|
type: "string",
|
|
50513
52265
|
required: true,
|
|
50514
|
-
description: "
|
|
52266
|
+
description: ""
|
|
50515
52267
|
},
|
|
50516
52268
|
{
|
|
50517
|
-
name: "
|
|
52269
|
+
name: "envVar",
|
|
50518
52270
|
type: "string",
|
|
50519
|
-
required:
|
|
50520
|
-
description: "
|
|
50521
|
-
}
|
|
52271
|
+
required: true,
|
|
52272
|
+
description: ""
|
|
52273
|
+
}
|
|
52274
|
+
],
|
|
52275
|
+
responseShape: {
|
|
52276
|
+
removed: "boolean"
|
|
52277
|
+
}
|
|
52278
|
+
},
|
|
52279
|
+
{
|
|
52280
|
+
name: "test",
|
|
52281
|
+
description: "",
|
|
52282
|
+
params: [
|
|
52283
|
+
{
|
|
52284
|
+
name: "service",
|
|
52285
|
+
type: "string",
|
|
52286
|
+
required: true,
|
|
52287
|
+
description: ""
|
|
52288
|
+
}
|
|
52289
|
+
],
|
|
52290
|
+
responseShape: {
|
|
52291
|
+
service: "string",
|
|
52292
|
+
configured: "boolean",
|
|
52293
|
+
missing: "string[]",
|
|
52294
|
+
probed: "boolean",
|
|
52295
|
+
ok: "boolean",
|
|
52296
|
+
message: "string"
|
|
52297
|
+
}
|
|
52298
|
+
}
|
|
52299
|
+
]
|
|
52300
|
+
},
|
|
52301
|
+
otel: {
|
|
52302
|
+
name: "otel",
|
|
52303
|
+
description: "OpenTelemetry \u2014 spans, metrics, logs",
|
|
52304
|
+
category: "infrastructure",
|
|
52305
|
+
actions: [
|
|
52306
|
+
{
|
|
52307
|
+
name: "startSpan",
|
|
52308
|
+
description: "",
|
|
52309
|
+
params: [
|
|
50522
52310
|
{
|
|
50523
|
-
name: "
|
|
52311
|
+
name: "name",
|
|
50524
52312
|
type: "string",
|
|
50525
52313
|
required: true,
|
|
50526
|
-
description: "
|
|
52314
|
+
description: ""
|
|
52315
|
+
},
|
|
52316
|
+
{
|
|
52317
|
+
name: "attributes",
|
|
52318
|
+
type: "IntegrationParams",
|
|
52319
|
+
required: false,
|
|
52320
|
+
description: ""
|
|
50527
52321
|
},
|
|
50528
52322
|
{
|
|
50529
|
-
name: "
|
|
52323
|
+
name: "traceId",
|
|
50530
52324
|
type: "string",
|
|
50531
52325
|
required: false,
|
|
50532
|
-
description: "
|
|
52326
|
+
description: ""
|
|
50533
52327
|
}
|
|
50534
52328
|
],
|
|
50535
52329
|
responseShape: {
|
|
50536
|
-
|
|
50537
|
-
|
|
52330
|
+
spanId: "string",
|
|
52331
|
+
traceId: "string"
|
|
50538
52332
|
}
|
|
50539
52333
|
},
|
|
50540
52334
|
{
|
|
50541
|
-
name: "
|
|
50542
|
-
description: "
|
|
52335
|
+
name: "endSpan",
|
|
52336
|
+
description: "",
|
|
50543
52337
|
params: [
|
|
50544
52338
|
{
|
|
50545
|
-
name: "
|
|
50546
|
-
type: "
|
|
52339
|
+
name: "spanId",
|
|
52340
|
+
type: "string",
|
|
50547
52341
|
required: true,
|
|
50548
|
-
description: "
|
|
52342
|
+
description: ""
|
|
52343
|
+
},
|
|
52344
|
+
{
|
|
52345
|
+
name: "status",
|
|
52346
|
+
type: "'ok' | 'error'",
|
|
52347
|
+
required: false,
|
|
52348
|
+
description: ""
|
|
50549
52349
|
}
|
|
50550
52350
|
],
|
|
50551
52351
|
responseShape: {
|
|
50552
|
-
|
|
52352
|
+
ended: "boolean"
|
|
50553
52353
|
}
|
|
50554
52354
|
},
|
|
50555
52355
|
{
|
|
50556
|
-
name: "
|
|
50557
|
-
description: "
|
|
52356
|
+
name: "addEvent",
|
|
52357
|
+
description: "",
|
|
50558
52358
|
params: [
|
|
50559
52359
|
{
|
|
50560
|
-
name: "
|
|
52360
|
+
name: "spanId",
|
|
50561
52361
|
type: "string",
|
|
50562
|
-
required:
|
|
50563
|
-
description: "
|
|
52362
|
+
required: true,
|
|
52363
|
+
description: ""
|
|
50564
52364
|
},
|
|
50565
52365
|
{
|
|
50566
|
-
name: "
|
|
52366
|
+
name: "name",
|
|
50567
52367
|
type: "string",
|
|
52368
|
+
required: true,
|
|
52369
|
+
description: ""
|
|
52370
|
+
},
|
|
52371
|
+
{
|
|
52372
|
+
name: "attributes",
|
|
52373
|
+
type: "IntegrationParams",
|
|
50568
52374
|
required: false,
|
|
50569
|
-
description: "
|
|
52375
|
+
description: ""
|
|
50570
52376
|
}
|
|
50571
52377
|
],
|
|
50572
52378
|
responseShape: {
|
|
50573
|
-
|
|
52379
|
+
added: "boolean"
|
|
50574
52380
|
}
|
|
50575
52381
|
},
|
|
50576
52382
|
{
|
|
50577
|
-
name: "
|
|
50578
|
-
description: "
|
|
52383
|
+
name: "recordMetric",
|
|
52384
|
+
description: "",
|
|
50579
52385
|
params: [
|
|
50580
52386
|
{
|
|
50581
|
-
name: "
|
|
52387
|
+
name: "name",
|
|
52388
|
+
type: "string",
|
|
52389
|
+
required: true,
|
|
52390
|
+
description: ""
|
|
52391
|
+
},
|
|
52392
|
+
{
|
|
52393
|
+
name: "value",
|
|
50582
52394
|
type: "number",
|
|
50583
52395
|
required: true,
|
|
50584
|
-
description: "
|
|
52396
|
+
description: ""
|
|
52397
|
+
},
|
|
52398
|
+
{
|
|
52399
|
+
name: "type",
|
|
52400
|
+
type: "'counter' | 'gauge' | 'histogram'",
|
|
52401
|
+
required: false,
|
|
52402
|
+
description: ""
|
|
52403
|
+
},
|
|
52404
|
+
{
|
|
52405
|
+
name: "labels",
|
|
52406
|
+
type: "IntegrationParams",
|
|
52407
|
+
required: false,
|
|
52408
|
+
description: ""
|
|
50585
52409
|
}
|
|
50586
52410
|
],
|
|
50587
52411
|
responseShape: {
|
|
50588
|
-
|
|
50589
|
-
body: "string",
|
|
50590
|
-
state: "string"
|
|
52412
|
+
recorded: "boolean"
|
|
50591
52413
|
}
|
|
52414
|
+
},
|
|
52415
|
+
{
|
|
52416
|
+
name: "getSpan",
|
|
52417
|
+
description: "",
|
|
52418
|
+
params: [
|
|
52419
|
+
{
|
|
52420
|
+
name: "spanId",
|
|
52421
|
+
type: "string",
|
|
52422
|
+
required: true,
|
|
52423
|
+
description: ""
|
|
52424
|
+
}
|
|
52425
|
+
],
|
|
52426
|
+
responseShape: {}
|
|
52427
|
+
},
|
|
52428
|
+
{
|
|
52429
|
+
name: "getMetrics",
|
|
52430
|
+
description: "",
|
|
52431
|
+
params: [],
|
|
52432
|
+
responseShape: {}
|
|
50592
52433
|
}
|
|
50593
52434
|
]
|
|
50594
52435
|
},
|
|
@@ -50599,24 +52440,133 @@ var integrators_registry_default = {
|
|
|
50599
52440
|
actions: [
|
|
50600
52441
|
{
|
|
50601
52442
|
name: "validate",
|
|
50602
|
-
description: "
|
|
52443
|
+
description: "",
|
|
50603
52444
|
params: [
|
|
50604
52445
|
{
|
|
50605
52446
|
name: "schema",
|
|
50606
52447
|
type: "string",
|
|
50607
52448
|
required: true,
|
|
50608
|
-
description: "
|
|
52449
|
+
description: ""
|
|
50609
52450
|
}
|
|
50610
52451
|
],
|
|
50611
52452
|
responseShape: {
|
|
50612
52453
|
valid: "boolean",
|
|
50613
|
-
errors: "
|
|
50614
|
-
warnings: "
|
|
52454
|
+
errors: "string[]",
|
|
52455
|
+
warnings: "string[]",
|
|
50615
52456
|
summary: "string"
|
|
50616
52457
|
}
|
|
50617
52458
|
}
|
|
50618
52459
|
]
|
|
50619
52460
|
},
|
|
52461
|
+
deepagent: {
|
|
52462
|
+
name: "deepagent",
|
|
52463
|
+
description: "AI code generation agent with tool use - generates schemas, code, and manages projects",
|
|
52464
|
+
category: "ai",
|
|
52465
|
+
actions: [
|
|
52466
|
+
{
|
|
52467
|
+
name: "sendMessage",
|
|
52468
|
+
description: "",
|
|
52469
|
+
params: [
|
|
52470
|
+
{
|
|
52471
|
+
name: "message",
|
|
52472
|
+
type: "string",
|
|
52473
|
+
required: true,
|
|
52474
|
+
description: ""
|
|
52475
|
+
},
|
|
52476
|
+
{
|
|
52477
|
+
name: "threadId",
|
|
52478
|
+
type: "string",
|
|
52479
|
+
required: false,
|
|
52480
|
+
description: ""
|
|
52481
|
+
},
|
|
52482
|
+
{
|
|
52483
|
+
name: "skill",
|
|
52484
|
+
type: "string",
|
|
52485
|
+
required: false,
|
|
52486
|
+
description: ""
|
|
52487
|
+
},
|
|
52488
|
+
{
|
|
52489
|
+
name: "context",
|
|
52490
|
+
type: "IntegrationParams",
|
|
52491
|
+
required: false,
|
|
52492
|
+
description: ""
|
|
52493
|
+
}
|
|
52494
|
+
],
|
|
52495
|
+
responseShape: {
|
|
52496
|
+
response: "string",
|
|
52497
|
+
threadId: "string"
|
|
52498
|
+
}
|
|
52499
|
+
},
|
|
52500
|
+
{
|
|
52501
|
+
name: "cancelGeneration",
|
|
52502
|
+
description: "",
|
|
52503
|
+
params: [
|
|
52504
|
+
{
|
|
52505
|
+
name: "threadId",
|
|
52506
|
+
type: "string",
|
|
52507
|
+
required: true,
|
|
52508
|
+
description: ""
|
|
52509
|
+
}
|
|
52510
|
+
],
|
|
52511
|
+
responseShape: {
|
|
52512
|
+
cancelled: "boolean"
|
|
52513
|
+
}
|
|
52514
|
+
},
|
|
52515
|
+
{
|
|
52516
|
+
name: "validateSchema",
|
|
52517
|
+
description: "",
|
|
52518
|
+
params: [
|
|
52519
|
+
{
|
|
52520
|
+
name: "schema",
|
|
52521
|
+
type: "string",
|
|
52522
|
+
required: true,
|
|
52523
|
+
description: ""
|
|
52524
|
+
}
|
|
52525
|
+
],
|
|
52526
|
+
responseShape: {
|
|
52527
|
+
valid: "boolean",
|
|
52528
|
+
errors: "string[]"
|
|
52529
|
+
}
|
|
52530
|
+
},
|
|
52531
|
+
{
|
|
52532
|
+
name: "compileSchema",
|
|
52533
|
+
description: "",
|
|
52534
|
+
params: [
|
|
52535
|
+
{
|
|
52536
|
+
name: "schema",
|
|
52537
|
+
type: "string",
|
|
52538
|
+
required: true,
|
|
52539
|
+
description: ""
|
|
52540
|
+
},
|
|
52541
|
+
{
|
|
52542
|
+
name: "shell",
|
|
52543
|
+
type: "string",
|
|
52544
|
+
required: false,
|
|
52545
|
+
description: ""
|
|
52546
|
+
}
|
|
52547
|
+
],
|
|
52548
|
+
responseShape: {
|
|
52549
|
+
output: "string",
|
|
52550
|
+
files: "string[]"
|
|
52551
|
+
}
|
|
52552
|
+
},
|
|
52553
|
+
{
|
|
52554
|
+
name: "getThreadHistory",
|
|
52555
|
+
description: "",
|
|
52556
|
+
params: [
|
|
52557
|
+
{
|
|
52558
|
+
name: "threadId",
|
|
52559
|
+
type: "string",
|
|
52560
|
+
required: true,
|
|
52561
|
+
description: ""
|
|
52562
|
+
}
|
|
52563
|
+
],
|
|
52564
|
+
responseShape: {
|
|
52565
|
+
messages: "array"
|
|
52566
|
+
}
|
|
52567
|
+
}
|
|
52568
|
+
]
|
|
52569
|
+
},
|
|
50620
52570
|
database: {
|
|
50621
52571
|
name: "database",
|
|
50622
52572
|
description: "Generic SQL database integration - read-only queries over external connections",
|
|
@@ -50624,29 +52574,29 @@ var integrators_registry_default = {
|
|
|
50624
52574
|
actions: [
|
|
50625
52575
|
{
|
|
50626
52576
|
name: "query",
|
|
50627
|
-
description: "
|
|
52577
|
+
description: "",
|
|
50628
52578
|
params: [
|
|
50629
52579
|
{
|
|
50630
52580
|
name: "connectionRef",
|
|
50631
52581
|
type: "string",
|
|
50632
52582
|
required: true,
|
|
50633
|
-
description: "
|
|
52583
|
+
description: ""
|
|
50634
52584
|
},
|
|
50635
52585
|
{
|
|
50636
52586
|
name: "sql",
|
|
50637
52587
|
type: "string",
|
|
50638
52588
|
required: true,
|
|
50639
|
-
description: "
|
|
52589
|
+
description: ""
|
|
50640
52590
|
},
|
|
50641
52591
|
{
|
|
50642
52592
|
name: "params",
|
|
50643
|
-
type: "
|
|
52593
|
+
type: "DatabaseQueryParamValue[]",
|
|
50644
52594
|
required: false,
|
|
50645
|
-
description: "
|
|
52595
|
+
description: ""
|
|
50646
52596
|
}
|
|
50647
52597
|
],
|
|
50648
52598
|
responseShape: {
|
|
50649
|
-
rows: "
|
|
52599
|
+
rows: "DatabaseRow[]",
|
|
50650
52600
|
rowCount: "number"
|
|
50651
52601
|
}
|
|
50652
52602
|
}
|
|
@@ -50659,13 +52609,13 @@ var integrators_registry_default = {
|
|
|
50659
52609
|
actions: [
|
|
50660
52610
|
{
|
|
50661
52611
|
name: "getPage",
|
|
50662
|
-
description: "
|
|
52612
|
+
description: "",
|
|
50663
52613
|
params: [
|
|
50664
52614
|
{
|
|
50665
52615
|
name: "title",
|
|
50666
52616
|
type: "string",
|
|
50667
52617
|
required: true,
|
|
50668
|
-
description: "
|
|
52618
|
+
description: ""
|
|
50669
52619
|
}
|
|
50670
52620
|
],
|
|
50671
52621
|
responseShape: {
|
|
@@ -50684,13 +52634,13 @@ var integrators_registry_default = {
|
|
|
50684
52634
|
actions: [
|
|
50685
52635
|
{
|
|
50686
52636
|
name: "svgExists",
|
|
50687
|
-
description: "
|
|
52637
|
+
description: "",
|
|
50688
52638
|
params: [
|
|
50689
52639
|
{
|
|
50690
52640
|
name: "path",
|
|
50691
52641
|
type: "string",
|
|
50692
52642
|
required: true,
|
|
50693
|
-
description: "
|
|
52643
|
+
description: ""
|
|
50694
52644
|
}
|
|
50695
52645
|
],
|
|
50696
52646
|
responseShape: {
|
|
@@ -50699,19 +52649,19 @@ var integrators_registry_default = {
|
|
|
50699
52649
|
},
|
|
50700
52650
|
{
|
|
50701
52651
|
name: "search",
|
|
50702
|
-
description: "
|
|
52652
|
+
description: "",
|
|
50703
52653
|
params: [
|
|
50704
52654
|
{
|
|
50705
52655
|
name: "query",
|
|
50706
52656
|
type: "string",
|
|
50707
52657
|
required: true,
|
|
50708
|
-
description: "
|
|
52658
|
+
description: ""
|
|
50709
52659
|
},
|
|
50710
52660
|
{
|
|
50711
52661
|
name: "limit",
|
|
50712
52662
|
type: "number",
|
|
50713
52663
|
required: false,
|
|
50714
|
-
description: "
|
|
52664
|
+
description: ""
|
|
50715
52665
|
}
|
|
50716
52666
|
],
|
|
50717
52667
|
responseShape: {
|
|
@@ -50720,17 +52670,17 @@ var integrators_registry_default = {
|
|
|
50720
52670
|
},
|
|
50721
52671
|
{
|
|
50722
52672
|
name: "getIconBody",
|
|
50723
|
-
description: "
|
|
52673
|
+
description: "",
|
|
50724
52674
|
params: [
|
|
50725
52675
|
{
|
|
50726
52676
|
name: "iconId",
|
|
50727
52677
|
type: "string",
|
|
50728
52678
|
required: true,
|
|
50729
|
-
description: "
|
|
52679
|
+
description: ""
|
|
50730
52680
|
}
|
|
50731
52681
|
],
|
|
50732
52682
|
responseShape: {
|
|
50733
|
-
body: "string"
|
|
52683
|
+
body: "string | null"
|
|
50734
52684
|
}
|
|
50735
52685
|
}
|
|
50736
52686
|
]
|
|
@@ -50742,84 +52692,46 @@ var integrators_registry_default = {
|
|
|
50742
52692
|
actions: [
|
|
50743
52693
|
{
|
|
50744
52694
|
name: "search",
|
|
50745
|
-
description: "
|
|
52695
|
+
description: "",
|
|
50746
52696
|
params: [
|
|
50747
52697
|
{
|
|
50748
52698
|
name: "query",
|
|
50749
52699
|
type: "string",
|
|
50750
52700
|
required: true,
|
|
50751
|
-
description: "
|
|
52701
|
+
description: ""
|
|
50752
52702
|
},
|
|
50753
52703
|
{
|
|
50754
52704
|
name: "maxResults",
|
|
50755
52705
|
type: "number",
|
|
50756
52706
|
required: false,
|
|
50757
|
-
description: "
|
|
50758
|
-
}
|
|
50759
|
-
],
|
|
50760
|
-
responseShape: {
|
|
50761
|
-
results: "ArxivResult[]"
|
|
50762
|
-
}
|
|
50763
|
-
}
|
|
50764
|
-
]
|
|
50765
|
-
},
|
|
50766
|
-
webhook: {
|
|
50767
|
-
name: "webhook",
|
|
50768
|
-
description: "Outbound webhook - signed HTTP POST notifications to external endpoints",
|
|
50769
|
-
category: "messaging",
|
|
50770
|
-
actions: [
|
|
50771
|
-
{
|
|
50772
|
-
name: "send",
|
|
50773
|
-
description: "POST a JSON event envelope to an external URL, HMAC-SHA256 signed when a secret is configured",
|
|
50774
|
-
params: [
|
|
50775
|
-
{
|
|
50776
|
-
name: "url",
|
|
50777
|
-
type: "string",
|
|
50778
|
-
required: true,
|
|
50779
|
-
description: "Target endpoint URL"
|
|
50780
|
-
},
|
|
50781
|
-
{
|
|
50782
|
-
name: "event",
|
|
50783
|
-
type: "string",
|
|
50784
|
-
required: true,
|
|
50785
|
-
description: "Event name carried in the envelope and X-Almadar-Event header"
|
|
50786
|
-
},
|
|
50787
|
-
{
|
|
50788
|
-
name: "payload",
|
|
50789
|
-
type: "object",
|
|
50790
|
-
required: false,
|
|
50791
|
-
description: "Event payload fields (string map)"
|
|
50792
|
-
},
|
|
50793
|
-
{
|
|
50794
|
-
name: "secret",
|
|
50795
|
-
type: "string",
|
|
50796
|
-
required: false,
|
|
50797
|
-
description: "Per-call HMAC signing secret (overrides WEBHOOK_SIGNING_SECRET)"
|
|
52707
|
+
description: ""
|
|
50798
52708
|
}
|
|
50799
52709
|
],
|
|
50800
52710
|
responseShape: {
|
|
50801
|
-
|
|
50802
|
-
ok: "boolean",
|
|
50803
|
-
durationMs: "number"
|
|
52711
|
+
results: "array"
|
|
50804
52712
|
}
|
|
50805
52713
|
}
|
|
50806
52714
|
]
|
|
50807
52715
|
}
|
|
50808
52716
|
},
|
|
50809
52717
|
categories: [
|
|
50810
|
-
"media",
|
|
50811
|
-
"payment",
|
|
50812
|
-
"messaging",
|
|
50813
52718
|
"ai",
|
|
52719
|
+
"auth",
|
|
50814
52720
|
"devtools",
|
|
50815
|
-
"
|
|
52721
|
+
"finance",
|
|
52722
|
+
"infrastructure",
|
|
52723
|
+
"marketing",
|
|
52724
|
+
"media",
|
|
52725
|
+
"messaging",
|
|
52726
|
+
"payment",
|
|
52727
|
+
"reference"
|
|
50816
52728
|
]
|
|
50817
52729
|
};
|
|
50818
52730
|
|
|
50819
52731
|
// src/patterns/component-mapping.json
|
|
50820
52732
|
var component_mapping_default = {
|
|
50821
52733
|
version: "1.0.0",
|
|
50822
|
-
exportedAt: "2026-08-
|
|
52734
|
+
exportedAt: "2026-08-22T08:33:22.708Z",
|
|
50823
52735
|
mappings: {
|
|
50824
52736
|
"page-header": {
|
|
50825
52737
|
component: "PageHeader",
|
|
@@ -52229,7 +54141,7 @@ var component_mapping_default = {
|
|
|
52229
54141
|
// src/patterns/event-contracts.json
|
|
52230
54142
|
var event_contracts_default = {
|
|
52231
54143
|
version: "1.0.0",
|
|
52232
|
-
exportedAt: "2026-08-
|
|
54144
|
+
exportedAt: "2026-08-22T08:33:22.708Z",
|
|
52233
54145
|
contracts: {
|
|
52234
54146
|
form: {
|
|
52235
54147
|
emits: [
|
|
@@ -52453,13 +54365,6 @@ var event_contracts_default = {
|
|
|
52453
54365
|
payload: {
|
|
52454
54366
|
type: "object"
|
|
52455
54367
|
}
|
|
52456
|
-
},
|
|
52457
|
-
{
|
|
52458
|
-
event: "CLOSE",
|
|
52459
|
-
trigger: "action",
|
|
52460
|
-
payload: {
|
|
52461
|
-
type: "object"
|
|
52462
|
-
}
|
|
52463
54368
|
}
|
|
52464
54369
|
],
|
|
52465
54370
|
requires: [],
|