@bubblelab/bubble-core 0.1.157 → 0.1.158
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/bubble-bundle.d.ts +102 -102
- package/dist/bubbles/service-bubble/agi-inc.d.ts +144 -144
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +184 -184
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +152 -152
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +63 -63
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +264 -264
- package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +216 -216
- package/dist/bubbles/service-bubble/gmail.d.ts +228 -228
- package/dist/bubbles/service-bubble/google-calendar.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.d.ts +107 -107
- package/dist/bubbles/service-bubble/notion/notion.d.ts +932 -932
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/posthog/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/posthog/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/posthog/index.js +1 -1
- package/dist/bubbles/service-bubble/posthog/index.js.map +1 -1
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +150 -68
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/posthog/posthog.js +18 -0
- package/dist/bubbles/service-bubble/posthog/posthog.js.map +1 -1
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +202 -89
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/posthog/posthog.schema.js +57 -3
- package/dist/bubbles/service-bubble/posthog/posthog.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +384 -384
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +161 -161
- package/dist/bubbles/service-bubble/telegram.d.ts +264 -264
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +70 -70
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +128 -5
- package/package.json +2 -2
|
@@ -17,30 +17,30 @@ declare const ListAirtableBasesToolResultSchema: z.ZodObject<{
|
|
|
17
17
|
name: z.ZodString;
|
|
18
18
|
permissionLevel: z.ZodString;
|
|
19
19
|
}, "strip", z.ZodTypeAny, {
|
|
20
|
-
name: string;
|
|
21
20
|
id: string;
|
|
21
|
+
name: string;
|
|
22
22
|
permissionLevel: string;
|
|
23
23
|
}, {
|
|
24
|
-
name: string;
|
|
25
24
|
id: string;
|
|
25
|
+
name: string;
|
|
26
26
|
permissionLevel: string;
|
|
27
27
|
}>, "many">>;
|
|
28
28
|
success: z.ZodBoolean;
|
|
29
29
|
error: z.ZodString;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
-
error: string;
|
|
32
31
|
success: boolean;
|
|
32
|
+
error: string;
|
|
33
33
|
bases?: {
|
|
34
|
-
name: string;
|
|
35
34
|
id: string;
|
|
35
|
+
name: string;
|
|
36
36
|
permissionLevel: string;
|
|
37
37
|
}[] | undefined;
|
|
38
38
|
}, {
|
|
39
|
-
error: string;
|
|
40
39
|
success: boolean;
|
|
40
|
+
error: string;
|
|
41
41
|
bases?: {
|
|
42
|
-
name: string;
|
|
43
42
|
id: string;
|
|
43
|
+
name: string;
|
|
44
44
|
permissionLevel: string;
|
|
45
45
|
}[] | undefined;
|
|
46
46
|
}>;
|
|
@@ -65,30 +65,30 @@ export declare class ListAirtableBasesTool extends ToolBubble<ListAirtableBasesT
|
|
|
65
65
|
name: z.ZodString;
|
|
66
66
|
permissionLevel: z.ZodString;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
name: string;
|
|
69
68
|
id: string;
|
|
69
|
+
name: string;
|
|
70
70
|
permissionLevel: string;
|
|
71
71
|
}, {
|
|
72
|
-
name: string;
|
|
73
72
|
id: string;
|
|
73
|
+
name: string;
|
|
74
74
|
permissionLevel: string;
|
|
75
75
|
}>, "many">>;
|
|
76
76
|
success: z.ZodBoolean;
|
|
77
77
|
error: z.ZodString;
|
|
78
78
|
}, "strip", z.ZodTypeAny, {
|
|
79
|
-
error: string;
|
|
80
79
|
success: boolean;
|
|
80
|
+
error: string;
|
|
81
81
|
bases?: {
|
|
82
|
-
name: string;
|
|
83
82
|
id: string;
|
|
83
|
+
name: string;
|
|
84
84
|
permissionLevel: string;
|
|
85
85
|
}[] | undefined;
|
|
86
86
|
}, {
|
|
87
|
-
error: string;
|
|
88
87
|
success: boolean;
|
|
88
|
+
error: string;
|
|
89
89
|
bases?: {
|
|
90
|
-
name: string;
|
|
91
90
|
id: string;
|
|
91
|
+
name: string;
|
|
92
92
|
permissionLevel: string;
|
|
93
93
|
}[] | undefined;
|
|
94
94
|
}>;
|
|
@@ -26,61 +26,61 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
|
|
|
26
26
|
name: z.ZodString;
|
|
27
27
|
type: z.ZodString;
|
|
28
28
|
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
id: string;
|
|
29
30
|
type: string;
|
|
30
31
|
name: string;
|
|
31
|
-
id: string;
|
|
32
32
|
}, {
|
|
33
|
+
id: string;
|
|
33
34
|
type: string;
|
|
34
35
|
name: string;
|
|
35
|
-
id: string;
|
|
36
36
|
}>, "many">>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
name: string;
|
|
39
38
|
id: string;
|
|
39
|
+
name: string;
|
|
40
40
|
description?: string | undefined;
|
|
41
41
|
fields?: {
|
|
42
|
+
id: string;
|
|
42
43
|
type: string;
|
|
43
44
|
name: string;
|
|
44
|
-
id: string;
|
|
45
45
|
}[] | undefined;
|
|
46
46
|
}, {
|
|
47
|
-
name: string;
|
|
48
47
|
id: string;
|
|
48
|
+
name: string;
|
|
49
49
|
description?: string | undefined;
|
|
50
50
|
fields?: {
|
|
51
|
+
id: string;
|
|
51
52
|
type: string;
|
|
52
53
|
name: string;
|
|
53
|
-
id: string;
|
|
54
54
|
}[] | undefined;
|
|
55
55
|
}>, "many">>;
|
|
56
56
|
success: z.ZodBoolean;
|
|
57
57
|
error: z.ZodString;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
|
-
error: string;
|
|
60
59
|
success: boolean;
|
|
60
|
+
error: string;
|
|
61
61
|
tables?: {
|
|
62
|
-
name: string;
|
|
63
62
|
id: string;
|
|
63
|
+
name: string;
|
|
64
64
|
description?: string | undefined;
|
|
65
65
|
fields?: {
|
|
66
|
+
id: string;
|
|
66
67
|
type: string;
|
|
67
68
|
name: string;
|
|
68
|
-
id: string;
|
|
69
69
|
}[] | undefined;
|
|
70
70
|
}[] | undefined;
|
|
71
71
|
baseId?: string | undefined;
|
|
72
72
|
baseName?: string | undefined;
|
|
73
73
|
}, {
|
|
74
|
-
error: string;
|
|
75
74
|
success: boolean;
|
|
75
|
+
error: string;
|
|
76
76
|
tables?: {
|
|
77
|
-
name: string;
|
|
78
77
|
id: string;
|
|
78
|
+
name: string;
|
|
79
79
|
description?: string | undefined;
|
|
80
80
|
fields?: {
|
|
81
|
+
id: string;
|
|
81
82
|
type: string;
|
|
82
83
|
name: string;
|
|
83
|
-
id: string;
|
|
84
84
|
}[] | undefined;
|
|
85
85
|
}[] | undefined;
|
|
86
86
|
baseId?: string | undefined;
|
|
@@ -116,61 +116,61 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
|
|
|
116
116
|
name: z.ZodString;
|
|
117
117
|
type: z.ZodString;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
|
+
id: string;
|
|
119
120
|
type: string;
|
|
120
121
|
name: string;
|
|
121
|
-
id: string;
|
|
122
122
|
}, {
|
|
123
|
+
id: string;
|
|
123
124
|
type: string;
|
|
124
125
|
name: string;
|
|
125
|
-
id: string;
|
|
126
126
|
}>, "many">>;
|
|
127
127
|
}, "strip", z.ZodTypeAny, {
|
|
128
|
-
name: string;
|
|
129
128
|
id: string;
|
|
129
|
+
name: string;
|
|
130
130
|
description?: string | undefined;
|
|
131
131
|
fields?: {
|
|
132
|
+
id: string;
|
|
132
133
|
type: string;
|
|
133
134
|
name: string;
|
|
134
|
-
id: string;
|
|
135
135
|
}[] | undefined;
|
|
136
136
|
}, {
|
|
137
|
-
name: string;
|
|
138
137
|
id: string;
|
|
138
|
+
name: string;
|
|
139
139
|
description?: string | undefined;
|
|
140
140
|
fields?: {
|
|
141
|
+
id: string;
|
|
141
142
|
type: string;
|
|
142
143
|
name: string;
|
|
143
|
-
id: string;
|
|
144
144
|
}[] | undefined;
|
|
145
145
|
}>, "many">>;
|
|
146
146
|
success: z.ZodBoolean;
|
|
147
147
|
error: z.ZodString;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
|
-
error: string;
|
|
150
149
|
success: boolean;
|
|
150
|
+
error: string;
|
|
151
151
|
tables?: {
|
|
152
|
-
name: string;
|
|
153
152
|
id: string;
|
|
153
|
+
name: string;
|
|
154
154
|
description?: string | undefined;
|
|
155
155
|
fields?: {
|
|
156
|
+
id: string;
|
|
156
157
|
type: string;
|
|
157
158
|
name: string;
|
|
158
|
-
id: string;
|
|
159
159
|
}[] | undefined;
|
|
160
160
|
}[] | undefined;
|
|
161
161
|
baseId?: string | undefined;
|
|
162
162
|
baseName?: string | undefined;
|
|
163
163
|
}, {
|
|
164
|
-
error: string;
|
|
165
164
|
success: boolean;
|
|
165
|
+
error: string;
|
|
166
166
|
tables?: {
|
|
167
|
-
name: string;
|
|
168
167
|
id: string;
|
|
168
|
+
name: string;
|
|
169
169
|
description?: string | undefined;
|
|
170
170
|
fields?: {
|
|
171
|
+
id: string;
|
|
171
172
|
type: string;
|
|
172
173
|
name: string;
|
|
173
|
-
id: string;
|
|
174
174
|
}[] | undefined;
|
|
175
175
|
}[] | undefined;
|
|
176
176
|
baseId?: string | undefined;
|
|
@@ -29,8 +29,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
29
29
|
success: z.ZodBoolean;
|
|
30
30
|
error: z.ZodString;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
error: string;
|
|
33
32
|
success: boolean;
|
|
33
|
+
error: string;
|
|
34
34
|
bubbles: {
|
|
35
35
|
type: string;
|
|
36
36
|
name: string;
|
|
@@ -40,8 +40,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
}[];
|
|
41
41
|
totalCount: number;
|
|
42
42
|
}, {
|
|
43
|
-
error: string;
|
|
44
43
|
success: boolean;
|
|
44
|
+
error: string;
|
|
45
45
|
bubbles: {
|
|
46
46
|
type: string;
|
|
47
47
|
name: string;
|
|
@@ -78,8 +78,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
78
78
|
success: z.ZodBoolean;
|
|
79
79
|
error: z.ZodString;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
error: string;
|
|
82
81
|
success: boolean;
|
|
82
|
+
error: string;
|
|
83
83
|
bubbles: {
|
|
84
84
|
type: string;
|
|
85
85
|
name: string;
|
|
@@ -89,8 +89,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
89
89
|
}[];
|
|
90
90
|
totalCount: number;
|
|
91
91
|
}, {
|
|
92
|
-
error: string;
|
|
93
92
|
success: boolean;
|
|
93
|
+
error: string;
|
|
94
94
|
bubbles: {
|
|
95
95
|
type: string;
|
|
96
96
|
name: string;
|
|
@@ -35,13 +35,13 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
|
|
|
35
35
|
}>, "many">;
|
|
36
36
|
delegationHint: z.ZodOptional<z.ZodString>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
+
id: string;
|
|
38
39
|
description: string;
|
|
39
40
|
name: string;
|
|
40
41
|
tools: {
|
|
41
42
|
description: string;
|
|
42
43
|
name: string;
|
|
43
44
|
}[];
|
|
44
|
-
id: string;
|
|
45
45
|
inputs: {
|
|
46
46
|
description: string;
|
|
47
47
|
name: string;
|
|
@@ -51,13 +51,13 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
|
|
|
51
51
|
optionalCredentials?: string[] | undefined;
|
|
52
52
|
delegationHint?: string | undefined;
|
|
53
53
|
}, {
|
|
54
|
+
id: string;
|
|
54
55
|
description: string;
|
|
55
56
|
name: string;
|
|
56
57
|
tools: {
|
|
57
58
|
description: string;
|
|
58
59
|
name: string;
|
|
59
60
|
}[];
|
|
60
|
-
id: string;
|
|
61
61
|
inputs: {
|
|
62
62
|
description: string;
|
|
63
63
|
name: string;
|
|
@@ -71,16 +71,16 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
|
|
|
71
71
|
success: z.ZodBoolean;
|
|
72
72
|
error: z.ZodString;
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
|
-
error: string;
|
|
75
74
|
success: boolean;
|
|
75
|
+
error: string;
|
|
76
76
|
capabilities: {
|
|
77
|
+
id: string;
|
|
77
78
|
description: string;
|
|
78
79
|
name: string;
|
|
79
80
|
tools: {
|
|
80
81
|
description: string;
|
|
81
82
|
name: string;
|
|
82
83
|
}[];
|
|
83
|
-
id: string;
|
|
84
84
|
inputs: {
|
|
85
85
|
description: string;
|
|
86
86
|
name: string;
|
|
@@ -92,16 +92,16 @@ declare const ListCapabilitiesToolResultSchema: z.ZodObject<{
|
|
|
92
92
|
}[];
|
|
93
93
|
totalCount: number;
|
|
94
94
|
}, {
|
|
95
|
-
error: string;
|
|
96
95
|
success: boolean;
|
|
96
|
+
error: string;
|
|
97
97
|
capabilities: {
|
|
98
|
+
id: string;
|
|
98
99
|
description: string;
|
|
99
100
|
name: string;
|
|
100
101
|
tools: {
|
|
101
102
|
description: string;
|
|
102
103
|
name: string;
|
|
103
104
|
}[];
|
|
104
|
-
id: string;
|
|
105
105
|
inputs: {
|
|
106
106
|
description: string;
|
|
107
107
|
name: string;
|
|
@@ -146,13 +146,13 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
|
|
|
146
146
|
}>, "many">;
|
|
147
147
|
delegationHint: z.ZodOptional<z.ZodString>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
|
+
id: string;
|
|
149
150
|
description: string;
|
|
150
151
|
name: string;
|
|
151
152
|
tools: {
|
|
152
153
|
description: string;
|
|
153
154
|
name: string;
|
|
154
155
|
}[];
|
|
155
|
-
id: string;
|
|
156
156
|
inputs: {
|
|
157
157
|
description: string;
|
|
158
158
|
name: string;
|
|
@@ -162,13 +162,13 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
|
|
|
162
162
|
optionalCredentials?: string[] | undefined;
|
|
163
163
|
delegationHint?: string | undefined;
|
|
164
164
|
}, {
|
|
165
|
+
id: string;
|
|
165
166
|
description: string;
|
|
166
167
|
name: string;
|
|
167
168
|
tools: {
|
|
168
169
|
description: string;
|
|
169
170
|
name: string;
|
|
170
171
|
}[];
|
|
171
|
-
id: string;
|
|
172
172
|
inputs: {
|
|
173
173
|
description: string;
|
|
174
174
|
name: string;
|
|
@@ -182,16 +182,16 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
|
|
|
182
182
|
success: z.ZodBoolean;
|
|
183
183
|
error: z.ZodString;
|
|
184
184
|
}, "strip", z.ZodTypeAny, {
|
|
185
|
-
error: string;
|
|
186
185
|
success: boolean;
|
|
186
|
+
error: string;
|
|
187
187
|
capabilities: {
|
|
188
|
+
id: string;
|
|
188
189
|
description: string;
|
|
189
190
|
name: string;
|
|
190
191
|
tools: {
|
|
191
192
|
description: string;
|
|
192
193
|
name: string;
|
|
193
194
|
}[];
|
|
194
|
-
id: string;
|
|
195
195
|
inputs: {
|
|
196
196
|
description: string;
|
|
197
197
|
name: string;
|
|
@@ -203,16 +203,16 @@ export declare class ListCapabilitiesTool extends ToolBubble<ListCapabilitiesToo
|
|
|
203
203
|
}[];
|
|
204
204
|
totalCount: number;
|
|
205
205
|
}, {
|
|
206
|
-
error: string;
|
|
207
206
|
success: boolean;
|
|
207
|
+
error: string;
|
|
208
208
|
capabilities: {
|
|
209
|
+
id: string;
|
|
209
210
|
description: string;
|
|
210
211
|
name: string;
|
|
211
212
|
tools: {
|
|
212
213
|
description: string;
|
|
213
214
|
name: string;
|
|
214
215
|
}[];
|
|
215
|
-
id: string;
|
|
216
216
|
inputs: {
|
|
217
217
|
description: string;
|
|
218
218
|
name: string;
|