@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -122,7 +122,7 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
122
122
|
operation: "share_file";
|
|
123
123
|
type: "domain" | "user" | "group" | "anyone";
|
|
124
124
|
file_id: string;
|
|
125
|
-
role: "
|
|
125
|
+
role: "writer" | "reader" | "commenter" | "owner";
|
|
126
126
|
send_notification: boolean;
|
|
127
127
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
128
128
|
email_address?: string | undefined;
|
|
@@ -132,7 +132,7 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
132
132
|
type?: "domain" | "user" | "group" | "anyone" | undefined;
|
|
133
133
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
134
134
|
email_address?: string | undefined;
|
|
135
|
-
role?: "
|
|
135
|
+
role?: "writer" | "reader" | "commenter" | "owner" | undefined;
|
|
136
136
|
send_notification?: boolean | undefined;
|
|
137
137
|
}>, z.ZodObject<{
|
|
138
138
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -362,7 +362,6 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
362
362
|
operation: "list_files";
|
|
363
363
|
success: boolean;
|
|
364
364
|
error: string;
|
|
365
|
-
total_count?: number | undefined;
|
|
366
365
|
files?: {
|
|
367
366
|
name: string;
|
|
368
367
|
id: string;
|
|
@@ -379,12 +378,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
379
378
|
emailAddress?: string | undefined;
|
|
380
379
|
}[] | undefined;
|
|
381
380
|
}[] | undefined;
|
|
381
|
+
total_count?: number | undefined;
|
|
382
382
|
next_page_token?: string | undefined;
|
|
383
383
|
}, {
|
|
384
384
|
operation: "list_files";
|
|
385
385
|
success: boolean;
|
|
386
386
|
error: string;
|
|
387
|
-
total_count?: number | undefined;
|
|
388
387
|
files?: {
|
|
389
388
|
name: string;
|
|
390
389
|
id: string;
|
|
@@ -401,6 +400,7 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
401
400
|
emailAddress?: string | undefined;
|
|
402
401
|
}[] | undefined;
|
|
403
402
|
}[] | undefined;
|
|
403
|
+
total_count?: number | undefined;
|
|
404
404
|
next_page_token?: string | undefined;
|
|
405
405
|
}>, z.ZodObject<{
|
|
406
406
|
operation: z.ZodLiteral<"create_folder">;
|
|
@@ -910,7 +910,7 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
910
910
|
operation: "share_file";
|
|
911
911
|
type: "domain" | "user" | "group" | "anyone";
|
|
912
912
|
file_id: string;
|
|
913
|
-
role: "
|
|
913
|
+
role: "writer" | "reader" | "commenter" | "owner";
|
|
914
914
|
send_notification: boolean;
|
|
915
915
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
916
916
|
email_address?: string | undefined;
|
|
@@ -920,7 +920,7 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
920
920
|
type?: "domain" | "user" | "group" | "anyone" | undefined;
|
|
921
921
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
922
922
|
email_address?: string | undefined;
|
|
923
|
-
role?: "
|
|
923
|
+
role?: "writer" | "reader" | "commenter" | "owner" | undefined;
|
|
924
924
|
send_notification?: boolean | undefined;
|
|
925
925
|
}>, z.ZodObject<{
|
|
926
926
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -1150,7 +1150,6 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1150
1150
|
operation: "list_files";
|
|
1151
1151
|
success: boolean;
|
|
1152
1152
|
error: string;
|
|
1153
|
-
total_count?: number | undefined;
|
|
1154
1153
|
files?: {
|
|
1155
1154
|
name: string;
|
|
1156
1155
|
id: string;
|
|
@@ -1167,12 +1166,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1167
1166
|
emailAddress?: string | undefined;
|
|
1168
1167
|
}[] | undefined;
|
|
1169
1168
|
}[] | undefined;
|
|
1169
|
+
total_count?: number | undefined;
|
|
1170
1170
|
next_page_token?: string | undefined;
|
|
1171
1171
|
}, {
|
|
1172
1172
|
operation: "list_files";
|
|
1173
1173
|
success: boolean;
|
|
1174
1174
|
error: string;
|
|
1175
|
-
total_count?: number | undefined;
|
|
1176
1175
|
files?: {
|
|
1177
1176
|
name: string;
|
|
1178
1177
|
id: string;
|
|
@@ -1189,6 +1188,7 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1189
1188
|
emailAddress?: string | undefined;
|
|
1190
1189
|
}[] | undefined;
|
|
1191
1190
|
}[] | undefined;
|
|
1191
|
+
total_count?: number | undefined;
|
|
1192
1192
|
next_page_token?: string | undefined;
|
|
1193
1193
|
}>, z.ZodObject<{
|
|
1194
1194
|
operation: z.ZodLiteral<"create_folder">;
|
|
@@ -43,16 +43,16 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
43
43
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
44
44
|
}, "strip", import("zod").ZodTypeAny, {
|
|
45
45
|
operation: "read_values";
|
|
46
|
-
spreadsheet_id: string;
|
|
47
46
|
range: string;
|
|
47
|
+
spreadsheet_id: string;
|
|
48
48
|
major_dimension: "ROWS" | "COLUMNS";
|
|
49
49
|
value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
|
|
50
50
|
date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
|
|
51
51
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
operation: "read_values";
|
|
54
|
-
spreadsheet_id: string;
|
|
55
54
|
range: string;
|
|
55
|
+
spreadsheet_id: string;
|
|
56
56
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
57
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
58
58
|
value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
|
|
@@ -69,8 +69,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
69
69
|
}, "strip", import("zod").ZodTypeAny, {
|
|
70
70
|
operation: "write_values";
|
|
71
71
|
values: (string | number | boolean)[][];
|
|
72
|
-
spreadsheet_id: string;
|
|
73
72
|
range: string;
|
|
73
|
+
spreadsheet_id: string;
|
|
74
74
|
major_dimension: "ROWS" | "COLUMNS";
|
|
75
75
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
76
76
|
include_values_in_response: boolean;
|
|
@@ -78,8 +78,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
78
78
|
}, {
|
|
79
79
|
operation: "write_values";
|
|
80
80
|
values: unknown[][];
|
|
81
|
-
spreadsheet_id: string;
|
|
82
81
|
range: string;
|
|
82
|
+
spreadsheet_id: string;
|
|
83
83
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
84
84
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
85
85
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -96,8 +96,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
97
|
operation: "update_values";
|
|
98
98
|
values: (string | number | boolean)[][];
|
|
99
|
-
spreadsheet_id: string;
|
|
100
99
|
range: string;
|
|
100
|
+
spreadsheet_id: string;
|
|
101
101
|
major_dimension: "ROWS" | "COLUMNS";
|
|
102
102
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
103
103
|
include_values_in_response: boolean;
|
|
@@ -105,8 +105,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
105
105
|
}, {
|
|
106
106
|
operation: "update_values";
|
|
107
107
|
values: unknown[][];
|
|
108
|
-
spreadsheet_id: string;
|
|
109
108
|
range: string;
|
|
109
|
+
spreadsheet_id: string;
|
|
110
110
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
111
111
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
112
112
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -124,8 +124,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
124
124
|
}, "strip", import("zod").ZodTypeAny, {
|
|
125
125
|
operation: "append_values";
|
|
126
126
|
values: (string | number | boolean)[][];
|
|
127
|
-
spreadsheet_id: string;
|
|
128
127
|
range: string;
|
|
128
|
+
spreadsheet_id: string;
|
|
129
129
|
major_dimension: "ROWS" | "COLUMNS";
|
|
130
130
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
131
131
|
include_values_in_response: boolean;
|
|
@@ -134,8 +134,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
134
134
|
}, {
|
|
135
135
|
operation: "append_values";
|
|
136
136
|
values: unknown[][];
|
|
137
|
-
spreadsheet_id: string;
|
|
138
137
|
range: string;
|
|
138
|
+
spreadsheet_id: string;
|
|
139
139
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
140
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
141
141
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -148,13 +148,13 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
148
148
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
149
149
|
}, "strip", import("zod").ZodTypeAny, {
|
|
150
150
|
operation: "clear_values";
|
|
151
|
-
spreadsheet_id: string;
|
|
152
151
|
range: string;
|
|
152
|
+
spreadsheet_id: string;
|
|
153
153
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
154
154
|
}, {
|
|
155
155
|
operation: "clear_values";
|
|
156
|
-
spreadsheet_id: string;
|
|
157
156
|
range: string;
|
|
157
|
+
spreadsheet_id: string;
|
|
158
158
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
159
159
|
}>, import("zod").ZodObject<{
|
|
160
160
|
operation: import("zod").ZodLiteral<"batch_read_values">;
|
|
@@ -571,8 +571,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
571
571
|
}>>;
|
|
572
572
|
}, "strip", import("zod").ZodTypeAny, {
|
|
573
573
|
title: string;
|
|
574
|
-
index: number;
|
|
575
574
|
sheetId: number;
|
|
575
|
+
index: number;
|
|
576
576
|
sheetType?: string | undefined;
|
|
577
577
|
gridProperties?: {
|
|
578
578
|
rowCount?: number | undefined;
|
|
@@ -580,8 +580,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
580
580
|
} | undefined;
|
|
581
581
|
}, {
|
|
582
582
|
title: string;
|
|
583
|
-
index: number;
|
|
584
583
|
sheetId: number;
|
|
584
|
+
index: number;
|
|
585
585
|
sheetType?: string | undefined;
|
|
586
586
|
gridProperties?: {
|
|
587
587
|
rowCount?: number | undefined;
|
|
@@ -591,8 +591,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
591
591
|
}, "strip", import("zod").ZodTypeAny, {
|
|
592
592
|
properties: {
|
|
593
593
|
title: string;
|
|
594
|
-
index: number;
|
|
595
594
|
sheetId: number;
|
|
595
|
+
index: number;
|
|
596
596
|
sheetType?: string | undefined;
|
|
597
597
|
gridProperties?: {
|
|
598
598
|
rowCount?: number | undefined;
|
|
@@ -602,8 +602,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
602
602
|
}, {
|
|
603
603
|
properties: {
|
|
604
604
|
title: string;
|
|
605
|
-
index: number;
|
|
606
605
|
sheetId: number;
|
|
606
|
+
index: number;
|
|
607
607
|
sheetType?: string | undefined;
|
|
608
608
|
gridProperties?: {
|
|
609
609
|
rowCount?: number | undefined;
|
|
@@ -623,8 +623,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
623
623
|
sheets?: {
|
|
624
624
|
properties: {
|
|
625
625
|
title: string;
|
|
626
|
-
index: number;
|
|
627
626
|
sheetId: number;
|
|
627
|
+
index: number;
|
|
628
628
|
sheetType?: string | undefined;
|
|
629
629
|
gridProperties?: {
|
|
630
630
|
rowCount?: number | undefined;
|
|
@@ -644,8 +644,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
644
644
|
sheets?: {
|
|
645
645
|
properties: {
|
|
646
646
|
title: string;
|
|
647
|
-
index: number;
|
|
648
647
|
sheetId: number;
|
|
648
|
+
index: number;
|
|
649
649
|
sheetType?: string | undefined;
|
|
650
650
|
gridProperties?: {
|
|
651
651
|
rowCount?: number | undefined;
|
|
@@ -671,8 +671,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
671
671
|
sheets?: {
|
|
672
672
|
properties: {
|
|
673
673
|
title: string;
|
|
674
|
-
index: number;
|
|
675
674
|
sheetId: number;
|
|
675
|
+
index: number;
|
|
676
676
|
sheetType?: string | undefined;
|
|
677
677
|
gridProperties?: {
|
|
678
678
|
rowCount?: number | undefined;
|
|
@@ -697,8 +697,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
697
697
|
sheets?: {
|
|
698
698
|
properties: {
|
|
699
699
|
title: string;
|
|
700
|
-
index: number;
|
|
701
700
|
sheetId: number;
|
|
701
|
+
index: number;
|
|
702
702
|
sheetType?: string | undefined;
|
|
703
703
|
gridProperties?: {
|
|
704
704
|
rowCount?: number | undefined;
|
|
@@ -747,8 +747,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
747
747
|
}>>;
|
|
748
748
|
}, "strip", import("zod").ZodTypeAny, {
|
|
749
749
|
title: string;
|
|
750
|
-
index: number;
|
|
751
750
|
sheetId: number;
|
|
751
|
+
index: number;
|
|
752
752
|
sheetType?: string | undefined;
|
|
753
753
|
gridProperties?: {
|
|
754
754
|
rowCount?: number | undefined;
|
|
@@ -756,8 +756,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
756
756
|
} | undefined;
|
|
757
757
|
}, {
|
|
758
758
|
title: string;
|
|
759
|
-
index: number;
|
|
760
759
|
sheetId: number;
|
|
760
|
+
index: number;
|
|
761
761
|
sheetType?: string | undefined;
|
|
762
762
|
gridProperties?: {
|
|
763
763
|
rowCount?: number | undefined;
|
|
@@ -767,8 +767,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
767
767
|
}, "strip", import("zod").ZodTypeAny, {
|
|
768
768
|
properties: {
|
|
769
769
|
title: string;
|
|
770
|
-
index: number;
|
|
771
770
|
sheetId: number;
|
|
771
|
+
index: number;
|
|
772
772
|
sheetType?: string | undefined;
|
|
773
773
|
gridProperties?: {
|
|
774
774
|
rowCount?: number | undefined;
|
|
@@ -778,8 +778,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
778
778
|
}, {
|
|
779
779
|
properties: {
|
|
780
780
|
title: string;
|
|
781
|
-
index: number;
|
|
782
781
|
sheetId: number;
|
|
782
|
+
index: number;
|
|
783
783
|
sheetType?: string | undefined;
|
|
784
784
|
gridProperties?: {
|
|
785
785
|
rowCount?: number | undefined;
|
|
@@ -799,8 +799,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
799
799
|
sheets?: {
|
|
800
800
|
properties: {
|
|
801
801
|
title: string;
|
|
802
|
-
index: number;
|
|
803
802
|
sheetId: number;
|
|
803
|
+
index: number;
|
|
804
804
|
sheetType?: string | undefined;
|
|
805
805
|
gridProperties?: {
|
|
806
806
|
rowCount?: number | undefined;
|
|
@@ -820,8 +820,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
820
820
|
sheets?: {
|
|
821
821
|
properties: {
|
|
822
822
|
title: string;
|
|
823
|
-
index: number;
|
|
824
823
|
sheetId: number;
|
|
824
|
+
index: number;
|
|
825
825
|
sheetType?: string | undefined;
|
|
826
826
|
gridProperties?: {
|
|
827
827
|
rowCount?: number | undefined;
|
|
@@ -847,8 +847,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
847
847
|
sheets?: {
|
|
848
848
|
properties: {
|
|
849
849
|
title: string;
|
|
850
|
-
index: number;
|
|
851
850
|
sheetId: number;
|
|
851
|
+
index: number;
|
|
852
852
|
sheetType?: string | undefined;
|
|
853
853
|
gridProperties?: {
|
|
854
854
|
rowCount?: number | undefined;
|
|
@@ -873,8 +873,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
873
873
|
sheets?: {
|
|
874
874
|
properties: {
|
|
875
875
|
title: string;
|
|
876
|
-
index: number;
|
|
877
876
|
sheetId: number;
|
|
877
|
+
index: number;
|
|
878
878
|
sheetType?: string | undefined;
|
|
879
879
|
gridProperties?: {
|
|
880
880
|
rowCount?: number | undefined;
|
|
@@ -143,16 +143,16 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
143
143
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
145
145
|
operation: "read_values";
|
|
146
|
-
spreadsheet_id: string;
|
|
147
146
|
range: string;
|
|
147
|
+
spreadsheet_id: string;
|
|
148
148
|
major_dimension: "ROWS" | "COLUMNS";
|
|
149
149
|
value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
|
|
150
150
|
date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
|
|
151
151
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
operation: "read_values";
|
|
154
|
-
spreadsheet_id: string;
|
|
155
154
|
range: string;
|
|
155
|
+
spreadsheet_id: string;
|
|
156
156
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
157
157
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
158
158
|
value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
|
|
@@ -167,19 +167,19 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
167
167
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
168
168
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
170
|
-
values: (string | number | boolean)[][];
|
|
171
170
|
operation: "write_values";
|
|
172
|
-
|
|
171
|
+
values: (string | number | boolean)[][];
|
|
173
172
|
range: string;
|
|
173
|
+
spreadsheet_id: string;
|
|
174
174
|
major_dimension: "ROWS" | "COLUMNS";
|
|
175
175
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
176
176
|
include_values_in_response: boolean;
|
|
177
177
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
178
178
|
}, {
|
|
179
|
-
values: unknown[][];
|
|
180
179
|
operation: "write_values";
|
|
181
|
-
|
|
180
|
+
values: unknown[][];
|
|
182
181
|
range: string;
|
|
182
|
+
spreadsheet_id: string;
|
|
183
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
184
184
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
185
185
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -194,19 +194,19 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
194
194
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
195
195
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
-
values: (string | number | boolean)[][];
|
|
198
197
|
operation: "update_values";
|
|
199
|
-
|
|
198
|
+
values: (string | number | boolean)[][];
|
|
200
199
|
range: string;
|
|
200
|
+
spreadsheet_id: string;
|
|
201
201
|
major_dimension: "ROWS" | "COLUMNS";
|
|
202
202
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
203
203
|
include_values_in_response: boolean;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}, {
|
|
206
|
-
values: unknown[][];
|
|
207
206
|
operation: "update_values";
|
|
208
|
-
|
|
207
|
+
values: unknown[][];
|
|
209
208
|
range: string;
|
|
209
|
+
spreadsheet_id: string;
|
|
210
210
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
211
211
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
212
212
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -222,20 +222,20 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
222
222
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
223
223
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
|
-
values: (string | number | boolean)[][];
|
|
226
225
|
operation: "append_values";
|
|
227
|
-
|
|
226
|
+
values: (string | number | boolean)[][];
|
|
228
227
|
range: string;
|
|
228
|
+
spreadsheet_id: string;
|
|
229
229
|
major_dimension: "ROWS" | "COLUMNS";
|
|
230
230
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
231
231
|
include_values_in_response: boolean;
|
|
232
232
|
insert_data_option: "OVERWRITE" | "INSERT_ROWS";
|
|
233
233
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
234
234
|
}, {
|
|
235
|
-
values: unknown[][];
|
|
236
235
|
operation: "append_values";
|
|
237
|
-
|
|
236
|
+
values: unknown[][];
|
|
238
237
|
range: string;
|
|
238
|
+
spreadsheet_id: string;
|
|
239
239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
240
240
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
241
241
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -248,13 +248,13 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
248
248
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
249
249
|
}, "strip", z.ZodTypeAny, {
|
|
250
250
|
operation: "clear_values";
|
|
251
|
-
spreadsheet_id: string;
|
|
252
251
|
range: string;
|
|
252
|
+
spreadsheet_id: string;
|
|
253
253
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
254
254
|
}, {
|
|
255
255
|
operation: "clear_values";
|
|
256
|
-
spreadsheet_id: string;
|
|
257
256
|
range: string;
|
|
257
|
+
spreadsheet_id: string;
|
|
258
258
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
259
259
|
}>, z.ZodObject<{
|
|
260
260
|
operation: z.ZodLiteral<"batch_read_values">;
|
|
@@ -342,13 +342,13 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
342
342
|
sheet_titles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
343
343
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
344
344
|
}, "strip", z.ZodTypeAny, {
|
|
345
|
-
title: string;
|
|
346
345
|
operation: "create_spreadsheet";
|
|
346
|
+
title: string;
|
|
347
347
|
sheet_titles: string[];
|
|
348
348
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
349
349
|
}, {
|
|
350
|
-
title: string;
|
|
351
350
|
operation: "create_spreadsheet";
|
|
351
|
+
title: string;
|
|
352
352
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
353
353
|
sheet_titles?: string[] | undefined;
|
|
354
354
|
}>, z.ZodObject<{
|
|
@@ -14,10 +14,10 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
14
14
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
url: string;
|
|
17
|
-
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
18
17
|
timeout: number;
|
|
18
|
+
method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
19
|
followRedirects: boolean;
|
|
20
|
-
authType: "
|
|
20
|
+
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
headers?: Record<string, string> | undefined;
|
|
23
23
|
body?: string | Record<string, unknown> | undefined;
|
|
@@ -25,12 +25,12 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
25
25
|
}, {
|
|
26
26
|
url: string;
|
|
27
27
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
28
|
-
method?: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
29
28
|
timeout?: number | undefined;
|
|
30
29
|
headers?: Record<string, string> | undefined;
|
|
30
|
+
method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
31
31
|
body?: string | Record<string, unknown> | undefined;
|
|
32
32
|
followRedirects?: boolean | undefined;
|
|
33
|
-
authType?: "
|
|
33
|
+
authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
34
34
|
authHeader?: string | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
type HttpParamsInput = z.input<typeof HttpParamsSchema>;
|
|
@@ -84,10 +84,10 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
84
84
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
url: string;
|
|
87
|
-
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
88
87
|
timeout: number;
|
|
88
|
+
method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
89
89
|
followRedirects: boolean;
|
|
90
|
-
authType: "
|
|
90
|
+
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
92
|
headers?: Record<string, string> | undefined;
|
|
93
93
|
body?: string | Record<string, unknown> | undefined;
|
|
@@ -95,12 +95,12 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
95
95
|
}, {
|
|
96
96
|
url: string;
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
|
-
method?: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
99
98
|
timeout?: number | undefined;
|
|
100
99
|
headers?: Record<string, string> | undefined;
|
|
100
|
+
method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
101
101
|
body?: string | Record<string, unknown> | undefined;
|
|
102
102
|
followRedirects?: boolean | undefined;
|
|
103
|
-
authType?: "
|
|
103
|
+
authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
104
104
|
authHeader?: string | undefined;
|
|
105
105
|
}>;
|
|
106
106
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -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
|
timeout: number;
|
|
15
|
+
parameters: unknown[];
|
|
15
16
|
query: string;
|
|
16
17
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
17
|
-
parameters: unknown[];
|
|
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
23
|
timeout?: number | undefined;
|
|
24
|
-
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
25
24
|
parameters?: unknown[] | 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;
|
|
41
42
|
rows: Record<string, unknown>[];
|
|
42
43
|
rowCount: number | null;
|
|
43
44
|
command: string;
|
|
44
|
-
executionTime: number;
|
|
45
45
|
cleanedJSONString: string;
|
|
46
46
|
}, {
|
|
47
47
|
success: boolean;
|
|
48
48
|
error: string;
|
|
49
|
+
executionTime: number;
|
|
49
50
|
rows: Record<string, unknown>[];
|
|
50
51
|
rowCount: number | null;
|
|
51
52
|
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
|
timeout: number;
|
|
89
|
+
parameters: unknown[];
|
|
89
90
|
query: string;
|
|
90
91
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
91
|
-
parameters: unknown[];
|
|
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
97
|
timeout?: number | undefined;
|
|
98
|
-
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
99
98
|
parameters?: unknown[] | 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;
|
|
113
114
|
rows: Record<string, unknown>[];
|
|
114
115
|
rowCount: number | null;
|
|
115
116
|
command: string;
|
|
116
|
-
executionTime: number;
|
|
117
117
|
cleanedJSONString: string;
|
|
118
118
|
}, {
|
|
119
119
|
success: boolean;
|
|
120
120
|
error: string;
|
|
121
|
+
executionTime: number;
|
|
121
122
|
rows: Record<string, unknown>[];
|
|
122
123
|
rowCount: number | null;
|
|
123
124
|
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.";
|
|
@@ -56,9 +56,9 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
56
56
|
}, {
|
|
57
57
|
operation: "search";
|
|
58
58
|
jql: string;
|
|
59
|
-
limit?: number | undefined;
|
|
60
59
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
61
60
|
fields?: string[] | undefined;
|
|
61
|
+
limit?: number | undefined;
|
|
62
62
|
offset?: number | undefined;
|
|
63
63
|
}>, import("zod").ZodObject<{
|
|
64
64
|
operation: import("zod").ZodLiteral<"get">;
|
|
@@ -142,8 +142,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
142
142
|
key: string;
|
|
143
143
|
description?: string | undefined;
|
|
144
144
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
145
|
-
summary?: string | undefined;
|
|
146
145
|
priority?: string | undefined;
|
|
146
|
+
summary?: string | undefined;
|
|
147
147
|
labels?: {
|
|
148
148
|
set?: string[] | undefined;
|
|
149
149
|
remove?: string[] | undefined;
|
|
@@ -157,8 +157,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
157
157
|
key: string;
|
|
158
158
|
description?: string | undefined;
|
|
159
159
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
160
|
-
summary?: string | undefined;
|
|
161
160
|
priority?: string | undefined;
|
|
161
|
+
summary?: string | undefined;
|
|
162
162
|
labels?: {
|
|
163
163
|
set?: string[] | undefined;
|
|
164
164
|
remove?: string[] | undefined;
|
|
@@ -215,8 +215,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
215
215
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
216
|
}, {
|
|
217
217
|
operation: "list_projects";
|
|
218
|
-
limit?: number | undefined;
|
|
219
218
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
219
|
+
limit?: number | undefined;
|
|
220
220
|
offset?: number | undefined;
|
|
221
221
|
}>, import("zod").ZodObject<{
|
|
222
222
|
operation: import("zod").ZodLiteral<"list_issue_types">;
|
|
@@ -253,15 +253,15 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
253
253
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
254
254
|
}, "strip", import("zod").ZodTypeAny, {
|
|
255
255
|
operation: "get_comments";
|
|
256
|
-
limit: number;
|
|
257
256
|
key: string;
|
|
257
|
+
limit: number;
|
|
258
258
|
offset: number;
|
|
259
259
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
260
260
|
}, {
|
|
261
261
|
operation: "get_comments";
|
|
262
262
|
key: string;
|
|
263
|
-
limit?: number | undefined;
|
|
264
263
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
264
|
+
limit?: number | undefined;
|
|
265
265
|
offset?: number | undefined;
|
|
266
266
|
}>]>;
|
|
267
267
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|