@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- 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/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -12,17 +12,17 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
|
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
query: string;
|
|
15
|
+
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
15
16
|
parameters: unknown[];
|
|
16
17
|
timeout: number;
|
|
17
|
-
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
18
18
|
maxRows: number;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
query: string;
|
|
22
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
|
+
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
23
24
|
parameters?: unknown[] | undefined;
|
|
24
25
|
timeout?: number | undefined;
|
|
25
|
-
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
26
26
|
maxRows?: number | undefined;
|
|
27
27
|
}>;
|
|
28
28
|
type InsForgeDbParamsInput = z.input<typeof InsForgeDbParamsSchema>;
|
|
@@ -38,18 +38,18 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
|
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
success: boolean;
|
|
40
40
|
error: string;
|
|
41
|
-
executionTime: number;
|
|
42
|
-
rowCount: number | null;
|
|
43
41
|
rows: Record<string, unknown>[];
|
|
42
|
+
rowCount: number | null;
|
|
44
43
|
command: string;
|
|
44
|
+
executionTime: number;
|
|
45
45
|
cleanedJSONString: string;
|
|
46
46
|
}, {
|
|
47
47
|
success: boolean;
|
|
48
48
|
error: string;
|
|
49
|
-
executionTime: number;
|
|
50
|
-
rowCount: number | null;
|
|
51
49
|
rows: Record<string, unknown>[];
|
|
50
|
+
rowCount: number | null;
|
|
52
51
|
command: string;
|
|
52
|
+
executionTime: number;
|
|
53
53
|
cleanedJSONString: string;
|
|
54
54
|
}>;
|
|
55
55
|
type InsForgeDbResult = z.output<typeof InsForgeDbResultSchema>;
|
|
@@ -86,17 +86,17 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
86
86
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
88
|
query: string;
|
|
89
|
+
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
89
90
|
parameters: unknown[];
|
|
90
91
|
timeout: number;
|
|
91
|
-
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
92
92
|
maxRows: number;
|
|
93
93
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
94
94
|
}, {
|
|
95
95
|
query: string;
|
|
96
96
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
97
|
+
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
97
98
|
parameters?: unknown[] | undefined;
|
|
98
99
|
timeout?: number | undefined;
|
|
99
|
-
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
100
100
|
maxRows?: number | undefined;
|
|
101
101
|
}>;
|
|
102
102
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -110,18 +110,18 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
111
|
success: boolean;
|
|
112
112
|
error: string;
|
|
113
|
-
executionTime: number;
|
|
114
|
-
rowCount: number | null;
|
|
115
113
|
rows: Record<string, unknown>[];
|
|
114
|
+
rowCount: number | null;
|
|
116
115
|
command: string;
|
|
116
|
+
executionTime: number;
|
|
117
117
|
cleanedJSONString: string;
|
|
118
118
|
}, {
|
|
119
119
|
success: boolean;
|
|
120
120
|
error: string;
|
|
121
|
-
executionTime: number;
|
|
122
|
-
rowCount: number | null;
|
|
123
121
|
rows: Record<string, unknown>[];
|
|
122
|
+
rowCount: number | null;
|
|
124
123
|
command: string;
|
|
124
|
+
executionTime: number;
|
|
125
125
|
cleanedJSONString: string;
|
|
126
126
|
}>;
|
|
127
127
|
static readonly shortDescription = "InsForge is the backend built for AI-assisted development. Connect InsForge with any agent. Add authentication, database, storage, functions, and AI integrations to your app in seconds.";
|
|
@@ -51,13 +51,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
51
51
|
limit: number;
|
|
52
52
|
offset: number;
|
|
53
53
|
jql: string;
|
|
54
|
-
fields?: string[] | undefined;
|
|
55
54
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
55
|
+
fields?: string[] | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
operation: "search";
|
|
58
58
|
jql: string;
|
|
59
|
-
fields?: string[] | undefined;
|
|
60
59
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
60
|
+
fields?: string[] | undefined;
|
|
61
61
|
limit?: number | undefined;
|
|
62
62
|
offset?: number | undefined;
|
|
63
63
|
}>, import("zod").ZodObject<{
|
|
@@ -69,14 +69,14 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
69
69
|
}, "strip", import("zod").ZodTypeAny, {
|
|
70
70
|
operation: "get";
|
|
71
71
|
key: string;
|
|
72
|
-
fields?: string[] | undefined;
|
|
73
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
|
+
fields?: string[] | undefined;
|
|
74
74
|
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
75
75
|
}, {
|
|
76
76
|
operation: "get";
|
|
77
77
|
key: string;
|
|
78
|
-
fields?: string[] | undefined;
|
|
79
78
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
79
|
+
fields?: string[] | undefined;
|
|
80
80
|
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
81
81
|
}>, import("zod").ZodObject<{
|
|
82
82
|
operation: import("zod").ZodLiteral<"create">;
|
|
@@ -92,16 +92,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
92
92
|
custom_fields: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
93
93
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
94
94
|
}, "strip", import("zod").ZodTypeAny, {
|
|
95
|
-
operation: "create";
|
|
96
95
|
type: string;
|
|
96
|
+
operation: "create";
|
|
97
97
|
summary: string;
|
|
98
98
|
project: string;
|
|
99
99
|
description?: string | undefined;
|
|
100
100
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
101
|
-
priority?: string | undefined;
|
|
102
|
-
parent?: string | undefined;
|
|
103
101
|
labels?: string[] | undefined;
|
|
102
|
+
parent?: string | undefined;
|
|
104
103
|
assignee?: string | undefined;
|
|
104
|
+
priority?: string | undefined;
|
|
105
105
|
due_date?: string | undefined;
|
|
106
106
|
custom_fields?: Record<string, unknown> | undefined;
|
|
107
107
|
}, {
|
|
@@ -111,10 +111,10 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
111
111
|
type?: string | undefined;
|
|
112
112
|
description?: string | undefined;
|
|
113
113
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
114
|
-
priority?: string | undefined;
|
|
115
|
-
parent?: string | undefined;
|
|
116
114
|
labels?: string[] | undefined;
|
|
115
|
+
parent?: string | undefined;
|
|
117
116
|
assignee?: string | undefined;
|
|
117
|
+
priority?: string | undefined;
|
|
118
118
|
due_date?: string | undefined;
|
|
119
119
|
custom_fields?: Record<string, unknown> | undefined;
|
|
120
120
|
}>, import("zod").ZodObject<{
|
|
@@ -130,12 +130,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
130
130
|
set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
131
131
|
}, "strip", import("zod").ZodTypeAny, {
|
|
132
132
|
set?: string[] | undefined;
|
|
133
|
-
remove?: string[] | undefined;
|
|
134
133
|
add?: string[] | undefined;
|
|
134
|
+
remove?: string[] | undefined;
|
|
135
135
|
}, {
|
|
136
136
|
set?: string[] | undefined;
|
|
137
|
-
remove?: string[] | undefined;
|
|
138
137
|
add?: string[] | undefined;
|
|
138
|
+
remove?: string[] | undefined;
|
|
139
139
|
}>>;
|
|
140
140
|
due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
141
141
|
comment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -145,30 +145,30 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
145
145
|
key: string;
|
|
146
146
|
description?: string | undefined;
|
|
147
147
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
148
|
-
summary?: string | undefined;
|
|
149
|
-
priority?: string | undefined;
|
|
150
148
|
labels?: {
|
|
151
149
|
set?: string[] | undefined;
|
|
152
|
-
remove?: string[] | undefined;
|
|
153
150
|
add?: string[] | undefined;
|
|
151
|
+
remove?: string[] | undefined;
|
|
154
152
|
} | undefined;
|
|
153
|
+
summary?: string | undefined;
|
|
155
154
|
comment?: string | undefined;
|
|
156
155
|
assignee?: string | null | undefined;
|
|
156
|
+
priority?: string | undefined;
|
|
157
157
|
due_date?: string | null | undefined;
|
|
158
158
|
}, {
|
|
159
159
|
operation: "update";
|
|
160
160
|
key: string;
|
|
161
161
|
description?: string | undefined;
|
|
162
162
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
163
|
-
summary?: string | undefined;
|
|
164
|
-
priority?: string | undefined;
|
|
165
163
|
labels?: {
|
|
166
164
|
set?: string[] | undefined;
|
|
167
|
-
remove?: string[] | undefined;
|
|
168
165
|
add?: string[] | undefined;
|
|
166
|
+
remove?: string[] | undefined;
|
|
169
167
|
} | undefined;
|
|
168
|
+
summary?: string | undefined;
|
|
170
169
|
comment?: string | undefined;
|
|
171
170
|
assignee?: string | null | undefined;
|
|
171
|
+
priority?: string | undefined;
|
|
172
172
|
due_date?: string | null | undefined;
|
|
173
173
|
}>, import("zod").ZodObject<{
|
|
174
174
|
operation: import("zod").ZodLiteral<"transition">;
|
|
@@ -255,13 +255,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
255
255
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
256
256
|
}, "strip", import("zod").ZodTypeAny, {
|
|
257
257
|
operation: "add_comment";
|
|
258
|
-
key: string;
|
|
259
258
|
body: string;
|
|
259
|
+
key: string;
|
|
260
260
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
261
261
|
}, {
|
|
262
262
|
operation: "add_comment";
|
|
263
|
-
key: string;
|
|
264
263
|
body: string;
|
|
264
|
+
key: string;
|
|
265
265
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
266
266
|
}>, import("zod").ZodObject<{
|
|
267
267
|
operation: import("zod").ZodLiteral<"get_comments">;
|
|
@@ -272,8 +272,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
272
272
|
}, "strip", import("zod").ZodTypeAny, {
|
|
273
273
|
operation: "get_comments";
|
|
274
274
|
limit: number;
|
|
275
|
-
key: string;
|
|
276
275
|
offset: number;
|
|
276
|
+
key: string;
|
|
277
277
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
278
278
|
}, {
|
|
279
279
|
operation: "get_comments";
|
|
@@ -1431,6 +1431,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1431
1431
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
1432
1432
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
1433
1433
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1434
|
+
id?: string | undefined;
|
|
1434
1435
|
fields?: import("zod").objectOutputType<{
|
|
1435
1436
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1436
1437
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -1768,7 +1769,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1768
1769
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1769
1770
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
1770
1771
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
1771
|
-
id?: string | undefined;
|
|
1772
1772
|
key?: string | undefined;
|
|
1773
1773
|
changelog?: unknown;
|
|
1774
1774
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -1818,6 +1818,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
1818
1818
|
expand?: string | undefined;
|
|
1819
1819
|
self?: string | undefined;
|
|
1820
1820
|
}, {
|
|
1821
|
+
id?: string | undefined;
|
|
1821
1822
|
fields?: import("zod").objectInputType<{
|
|
1822
1823
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1823
1824
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2155,7 +2156,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2155
2156
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2156
2157
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2157
2158
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2158
|
-
id?: string | undefined;
|
|
2159
2159
|
key?: string | undefined;
|
|
2160
2160
|
changelog?: unknown;
|
|
2161
2161
|
transitions?: import("zod").objectInputType<{
|
|
@@ -2214,6 +2214,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2214
2214
|
error: string;
|
|
2215
2215
|
operation: "search";
|
|
2216
2216
|
issues?: {
|
|
2217
|
+
id?: string | undefined;
|
|
2217
2218
|
fields?: import("zod").objectOutputType<{
|
|
2218
2219
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2219
2220
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2551,7 +2552,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2551
2552
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2552
2553
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2553
2554
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2554
|
-
id?: string | undefined;
|
|
2555
2555
|
key?: string | undefined;
|
|
2556
2556
|
changelog?: unknown;
|
|
2557
2557
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -2609,6 +2609,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2609
2609
|
error: string;
|
|
2610
2610
|
operation: "search";
|
|
2611
2611
|
issues?: {
|
|
2612
|
+
id?: string | undefined;
|
|
2612
2613
|
fields?: import("zod").objectInputType<{
|
|
2613
2614
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2614
2615
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -2946,7 +2947,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
2946
2947
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2947
2948
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
2948
2949
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
2949
|
-
id?: string | undefined;
|
|
2950
2950
|
key?: string | undefined;
|
|
2951
2951
|
changelog?: unknown;
|
|
2952
2952
|
transitions?: import("zod").objectInputType<{
|
|
@@ -4148,6 +4148,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4148
4148
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
4149
4149
|
changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
4150
4150
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4151
|
+
id?: string | undefined;
|
|
4151
4152
|
fields?: import("zod").objectOutputType<{
|
|
4152
4153
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4153
4154
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4485,7 +4486,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4485
4486
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4486
4487
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4487
4488
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4488
|
-
id?: string | undefined;
|
|
4489
4489
|
key?: string | undefined;
|
|
4490
4490
|
changelog?: unknown;
|
|
4491
4491
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -4535,6 +4535,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4535
4535
|
expand?: string | undefined;
|
|
4536
4536
|
self?: string | undefined;
|
|
4537
4537
|
}, {
|
|
4538
|
+
id?: string | undefined;
|
|
4538
4539
|
fields?: import("zod").objectInputType<{
|
|
4539
4540
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4540
4541
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -4872,7 +4873,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4872
4873
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4873
4874
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
4874
4875
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
4875
|
-
id?: string | undefined;
|
|
4876
4876
|
key?: string | undefined;
|
|
4877
4877
|
changelog?: unknown;
|
|
4878
4878
|
transitions?: import("zod").objectInputType<{
|
|
@@ -4928,6 +4928,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
4928
4928
|
error: string;
|
|
4929
4929
|
operation: "get";
|
|
4930
4930
|
issue?: {
|
|
4931
|
+
id?: string | undefined;
|
|
4931
4932
|
fields?: import("zod").objectOutputType<{
|
|
4932
4933
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4933
4934
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5265,7 +5266,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5265
5266
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5266
5267
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5267
5268
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5268
|
-
id?: string | undefined;
|
|
5269
5269
|
key?: string | undefined;
|
|
5270
5270
|
changelog?: unknown;
|
|
5271
5271
|
transitions?: import("zod").objectOutputType<{
|
|
@@ -5320,6 +5320,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5320
5320
|
error: string;
|
|
5321
5321
|
operation: "get";
|
|
5322
5322
|
issue?: {
|
|
5323
|
+
id?: string | undefined;
|
|
5323
5324
|
fields?: import("zod").objectInputType<{
|
|
5324
5325
|
summary: import("zod").ZodOptional<import("zod").ZodString>;
|
|
5325
5326
|
description: import("zod").ZodOptional<import("zod").ZodUnknown>;
|
|
@@ -5657,7 +5658,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
5657
5658
|
total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
5658
5659
|
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
5659
5660
|
}, import("zod").ZodTypeAny, "passthrough"> | undefined;
|
|
5660
|
-
id?: string | undefined;
|
|
5661
5661
|
key?: string | undefined;
|
|
5662
5662
|
changelog?: unknown;
|
|
5663
5663
|
transitions?: import("zod").objectInputType<{
|
|
@@ -6113,6 +6113,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6113
6113
|
}>, "many">;
|
|
6114
6114
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6115
6115
|
name: string;
|
|
6116
|
+
id: string;
|
|
6116
6117
|
fields: {
|
|
6117
6118
|
required: boolean;
|
|
6118
6119
|
name: string;
|
|
@@ -6121,9 +6122,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6121
6122
|
schema?: unknown;
|
|
6122
6123
|
allowedValues?: unknown[] | undefined;
|
|
6123
6124
|
}[];
|
|
6124
|
-
id: string;
|
|
6125
6125
|
}, {
|
|
6126
6126
|
name: string;
|
|
6127
|
+
id: string;
|
|
6127
6128
|
fields: {
|
|
6128
6129
|
required: boolean;
|
|
6129
6130
|
name: string;
|
|
@@ -6132,7 +6133,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6132
6133
|
schema?: unknown;
|
|
6133
6134
|
allowedValues?: unknown[] | undefined;
|
|
6134
6135
|
}[];
|
|
6135
|
-
id: string;
|
|
6136
6136
|
}>, "many">>;
|
|
6137
6137
|
error: import("zod").ZodString;
|
|
6138
6138
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -6141,6 +6141,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6141
6141
|
operation: "get_create_fields";
|
|
6142
6142
|
issue_types?: {
|
|
6143
6143
|
name: string;
|
|
6144
|
+
id: string;
|
|
6144
6145
|
fields: {
|
|
6145
6146
|
required: boolean;
|
|
6146
6147
|
name: string;
|
|
@@ -6149,7 +6150,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6149
6150
|
schema?: unknown;
|
|
6150
6151
|
allowedValues?: unknown[] | undefined;
|
|
6151
6152
|
}[];
|
|
6152
|
-
id: string;
|
|
6153
6153
|
}[] | undefined;
|
|
6154
6154
|
}, {
|
|
6155
6155
|
success: boolean;
|
|
@@ -6157,6 +6157,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6157
6157
|
operation: "get_create_fields";
|
|
6158
6158
|
issue_types?: {
|
|
6159
6159
|
name: string;
|
|
6160
|
+
id: string;
|
|
6160
6161
|
fields: {
|
|
6161
6162
|
required: boolean;
|
|
6162
6163
|
name: string;
|
|
@@ -6165,7 +6166,6 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
6165
6166
|
schema?: unknown;
|
|
6166
6167
|
allowedValues?: unknown[] | undefined;
|
|
6167
6168
|
}[];
|
|
6168
|
-
id: string;
|
|
6169
6169
|
}[] | undefined;
|
|
6170
6170
|
}>, import("zod").ZodObject<{
|
|
6171
6171
|
operation: import("zod").ZodLiteral<"add_comment">;
|