@bubblelab/bubble-core 0.1.22 → 0.1.23
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 +180 -77
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +10 -2
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +82 -82
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +2784 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +338 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +3995 -0
- package/dist/bubbles/service-bubble/{slack/slack.schema.d.ts.map → crustdata/crustdata.schema.d.ts.map} +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +425 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.js +5 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +308 -308
- package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +439 -439
- package/dist/bubbles/service-bubble/google-calendar.d.ts +100 -100
- package/dist/bubbles/service-bubble/google-drive.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
- package/dist/bubbles/service-bubble/notion/notion.d.ts +480 -480
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +148 -148
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +1276 -1276
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +351 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +122 -122
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +934 -0
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/people-search-tool.js +675 -0
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +64 -64
- package/dist/bubbles.json +40 -2
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/utils/schema-comparison.d.ts +16 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -1
- package/dist/utils/schema-comparison.js +98 -6
- package/dist/utils/schema-comparison.js.map +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +0 -3980
- package/dist/bubbles/service-bubble/slack/slack.schema.js +0 -1061
- package/dist/bubbles/service-bubble/slack/slack.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/slack.d.ts +0 -2
- package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/slack.js +0 -3
- package/dist/bubbles/service-bubble/slack.js.map +0 -1
|
@@ -15,17 +15,17 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
15
15
|
name: string;
|
|
16
16
|
content: string;
|
|
17
17
|
convert_to_google_docs: boolean;
|
|
18
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18
19
|
mimeType?: string | undefined;
|
|
19
20
|
parent_folder_id?: string | undefined;
|
|
20
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21
21
|
}, {
|
|
22
22
|
operation: "upload_file";
|
|
23
23
|
name: string;
|
|
24
24
|
content: string;
|
|
25
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
26
|
mimeType?: string | undefined;
|
|
26
27
|
parent_folder_id?: string | undefined;
|
|
27
28
|
convert_to_google_docs?: boolean | undefined;
|
|
28
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
29
29
|
}>, z.ZodObject<{
|
|
30
30
|
operation: z.ZodLiteral<"download_file">;
|
|
31
31
|
file_id: z.ZodString;
|
|
@@ -55,13 +55,13 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
55
55
|
include_folders: boolean;
|
|
56
56
|
order_by: string;
|
|
57
57
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
58
|
-
folder_id?: string | undefined;
|
|
59
58
|
query?: string | undefined;
|
|
59
|
+
folder_id?: string | undefined;
|
|
60
60
|
}, {
|
|
61
61
|
operation: "list_files";
|
|
62
62
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
63
|
-
folder_id?: string | undefined;
|
|
64
63
|
query?: string | undefined;
|
|
64
|
+
folder_id?: string | undefined;
|
|
65
65
|
max_results?: number | undefined;
|
|
66
66
|
include_folders?: boolean | undefined;
|
|
67
67
|
order_by?: string | undefined;
|
|
@@ -73,13 +73,13 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
74
|
operation: "create_folder";
|
|
75
75
|
name: string;
|
|
76
|
-
parent_folder_id?: string | undefined;
|
|
77
76
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
77
|
+
parent_folder_id?: string | undefined;
|
|
78
78
|
}, {
|
|
79
79
|
operation: "create_folder";
|
|
80
80
|
name: string;
|
|
81
|
-
parent_folder_id?: string | undefined;
|
|
82
81
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
82
|
+
parent_folder_id?: string | undefined;
|
|
83
83
|
}>, z.ZodObject<{
|
|
84
84
|
operation: z.ZodLiteral<"delete_file">;
|
|
85
85
|
file_id: z.ZodString;
|
|
@@ -120,19 +120,19 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
120
120
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
121
121
|
}, "strip", z.ZodTypeAny, {
|
|
122
122
|
operation: "share_file";
|
|
123
|
-
type: "
|
|
123
|
+
type: "domain" | "user" | "group" | "anyone";
|
|
124
|
+
role: "writer" | "reader" | "commenter" | "owner";
|
|
124
125
|
file_id: string;
|
|
125
|
-
role: "reader" | "writer" | "commenter" | "owner";
|
|
126
126
|
send_notification: boolean;
|
|
127
127
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
128
128
|
email_address?: string | undefined;
|
|
129
129
|
}, {
|
|
130
130
|
operation: "share_file";
|
|
131
131
|
file_id: string;
|
|
132
|
-
type?: "
|
|
132
|
+
type?: "domain" | "user" | "group" | "anyone" | undefined;
|
|
133
133
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
134
|
+
role?: "writer" | "reader" | "commenter" | "owner" | undefined;
|
|
134
135
|
email_address?: string | undefined;
|
|
135
|
-
role?: "reader" | "writer" | "commenter" | "owner" | undefined;
|
|
136
136
|
send_notification?: boolean | undefined;
|
|
137
137
|
}>, z.ZodObject<{
|
|
138
138
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -173,8 +173,8 @@ declare const GoogleDriveParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
173
173
|
}, "strip", z.ZodTypeAny, {
|
|
174
174
|
operation: "update_doc";
|
|
175
175
|
content: string;
|
|
176
|
-
document_id: string;
|
|
177
176
|
mode: "replace" | "append";
|
|
177
|
+
document_id: string;
|
|
178
178
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
179
179
|
}, {
|
|
180
180
|
operation: "update_doc";
|
|
@@ -362,6 +362,7 @@ 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;
|
|
365
366
|
files?: {
|
|
366
367
|
name: string;
|
|
367
368
|
mimeType: string;
|
|
@@ -378,12 +379,12 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
378
379
|
emailAddress?: string | undefined;
|
|
379
380
|
}[] | undefined;
|
|
380
381
|
}[] | 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;
|
|
387
388
|
files?: {
|
|
388
389
|
name: string;
|
|
389
390
|
mimeType: string;
|
|
@@ -400,7 +401,6 @@ declare const GoogleDriveResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
400
401
|
emailAddress?: string | undefined;
|
|
401
402
|
}[] | undefined;
|
|
402
403
|
}[] | undefined;
|
|
403
|
-
total_count?: number | undefined;
|
|
404
404
|
next_page_token?: string | undefined;
|
|
405
405
|
}>, z.ZodObject<{
|
|
406
406
|
operation: z.ZodLiteral<"create_folder">;
|
|
@@ -803,17 +803,17 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
803
803
|
name: string;
|
|
804
804
|
content: string;
|
|
805
805
|
convert_to_google_docs: boolean;
|
|
806
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
806
807
|
mimeType?: string | undefined;
|
|
807
808
|
parent_folder_id?: string | undefined;
|
|
808
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
809
809
|
}, {
|
|
810
810
|
operation: "upload_file";
|
|
811
811
|
name: string;
|
|
812
812
|
content: string;
|
|
813
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
813
814
|
mimeType?: string | undefined;
|
|
814
815
|
parent_folder_id?: string | undefined;
|
|
815
816
|
convert_to_google_docs?: boolean | undefined;
|
|
816
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
817
817
|
}>, z.ZodObject<{
|
|
818
818
|
operation: z.ZodLiteral<"download_file">;
|
|
819
819
|
file_id: z.ZodString;
|
|
@@ -843,13 +843,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
843
843
|
include_folders: boolean;
|
|
844
844
|
order_by: string;
|
|
845
845
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
846
|
-
folder_id?: string | undefined;
|
|
847
846
|
query?: string | undefined;
|
|
847
|
+
folder_id?: string | undefined;
|
|
848
848
|
}, {
|
|
849
849
|
operation: "list_files";
|
|
850
850
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
851
|
-
folder_id?: string | undefined;
|
|
852
851
|
query?: string | undefined;
|
|
852
|
+
folder_id?: string | undefined;
|
|
853
853
|
max_results?: number | undefined;
|
|
854
854
|
include_folders?: boolean | undefined;
|
|
855
855
|
order_by?: string | undefined;
|
|
@@ -861,13 +861,13 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
861
861
|
}, "strip", z.ZodTypeAny, {
|
|
862
862
|
operation: "create_folder";
|
|
863
863
|
name: string;
|
|
864
|
-
parent_folder_id?: string | undefined;
|
|
865
864
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
865
|
+
parent_folder_id?: string | undefined;
|
|
866
866
|
}, {
|
|
867
867
|
operation: "create_folder";
|
|
868
868
|
name: string;
|
|
869
|
-
parent_folder_id?: string | undefined;
|
|
870
869
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
870
|
+
parent_folder_id?: string | undefined;
|
|
871
871
|
}>, z.ZodObject<{
|
|
872
872
|
operation: z.ZodLiteral<"delete_file">;
|
|
873
873
|
file_id: z.ZodString;
|
|
@@ -908,19 +908,19 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
908
908
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
909
909
|
}, "strip", z.ZodTypeAny, {
|
|
910
910
|
operation: "share_file";
|
|
911
|
-
type: "
|
|
911
|
+
type: "domain" | "user" | "group" | "anyone";
|
|
912
|
+
role: "writer" | "reader" | "commenter" | "owner";
|
|
912
913
|
file_id: string;
|
|
913
|
-
role: "reader" | "writer" | "commenter" | "owner";
|
|
914
914
|
send_notification: boolean;
|
|
915
915
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
916
916
|
email_address?: string | undefined;
|
|
917
917
|
}, {
|
|
918
918
|
operation: "share_file";
|
|
919
919
|
file_id: string;
|
|
920
|
-
type?: "
|
|
920
|
+
type?: "domain" | "user" | "group" | "anyone" | undefined;
|
|
921
921
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
922
|
+
role?: "writer" | "reader" | "commenter" | "owner" | undefined;
|
|
922
923
|
email_address?: string | undefined;
|
|
923
|
-
role?: "reader" | "writer" | "commenter" | "owner" | undefined;
|
|
924
924
|
send_notification?: boolean | undefined;
|
|
925
925
|
}>, z.ZodObject<{
|
|
926
926
|
operation: z.ZodLiteral<"move_file">;
|
|
@@ -961,8 +961,8 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
961
961
|
}, "strip", z.ZodTypeAny, {
|
|
962
962
|
operation: "update_doc";
|
|
963
963
|
content: string;
|
|
964
|
-
document_id: string;
|
|
965
964
|
mode: "replace" | "append";
|
|
965
|
+
document_id: string;
|
|
966
966
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
967
967
|
}, {
|
|
968
968
|
operation: "update_doc";
|
|
@@ -1150,6 +1150,7 @@ 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;
|
|
1153
1154
|
files?: {
|
|
1154
1155
|
name: string;
|
|
1155
1156
|
mimeType: string;
|
|
@@ -1166,12 +1167,12 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1166
1167
|
emailAddress?: string | undefined;
|
|
1167
1168
|
}[] | undefined;
|
|
1168
1169
|
}[] | 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;
|
|
1175
1176
|
files?: {
|
|
1176
1177
|
name: string;
|
|
1177
1178
|
mimeType: string;
|
|
@@ -1188,7 +1189,6 @@ export declare class GoogleDriveBubble<T extends GoogleDriveParams = GoogleDrive
|
|
|
1188
1189
|
emailAddress?: string | undefined;
|
|
1189
1190
|
}[] | undefined;
|
|
1190
1191
|
}[] | undefined;
|
|
1191
|
-
total_count?: number | undefined;
|
|
1192
1192
|
next_page_token?: string | undefined;
|
|
1193
1193
|
}>, z.ZodObject<{
|
|
1194
1194
|
operation: z.ZodLiteral<"create_folder">;
|
|
@@ -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;
|
|
@@ -169,8 +169,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
170
170
|
values: (string | number | boolean)[][];
|
|
171
171
|
operation: "write_values";
|
|
172
|
-
spreadsheet_id: string;
|
|
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;
|
|
@@ -178,8 +178,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
178
178
|
}, {
|
|
179
179
|
values: unknown[][];
|
|
180
180
|
operation: "write_values";
|
|
181
|
-
spreadsheet_id: string;
|
|
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;
|
|
@@ -196,8 +196,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
197
|
values: (string | number | boolean)[][];
|
|
198
198
|
operation: "update_values";
|
|
199
|
-
spreadsheet_id: string;
|
|
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;
|
|
@@ -205,8 +205,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
205
205
|
}, {
|
|
206
206
|
values: unknown[][];
|
|
207
207
|
operation: "update_values";
|
|
208
|
-
spreadsheet_id: string;
|
|
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;
|
|
@@ -224,8 +224,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
225
|
values: (string | number | boolean)[][];
|
|
226
226
|
operation: "append_values";
|
|
227
|
-
spreadsheet_id: string;
|
|
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;
|
|
@@ -234,8 +234,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
234
234
|
}, {
|
|
235
235
|
values: unknown[][];
|
|
236
236
|
operation: "append_values";
|
|
237
|
-
spreadsheet_id: string;
|
|
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">;
|
|
@@ -14,23 +14,23 @@ 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" | "GET" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
17
18
|
timeout: number;
|
|
18
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
19
|
followRedirects: boolean;
|
|
20
|
-
authType: "
|
|
20
|
+
authType: "api-key" | "custom" | "none" | "bearer" | "basic" | "api-key-header";
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
|
-
body?: string | Record<string, unknown> | undefined;
|
|
23
22
|
headers?: Record<string, string> | undefined;
|
|
23
|
+
body?: string | Record<string, unknown> | undefined;
|
|
24
24
|
authHeader?: string | undefined;
|
|
25
25
|
}, {
|
|
26
26
|
url: string;
|
|
27
27
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
28
|
-
|
|
28
|
+
method?: "POST" | "GET" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
29
29
|
timeout?: number | undefined;
|
|
30
30
|
headers?: Record<string, string> | undefined;
|
|
31
|
-
|
|
31
|
+
body?: string | Record<string, unknown> | undefined;
|
|
32
32
|
followRedirects?: boolean | undefined;
|
|
33
|
-
authType?: "
|
|
33
|
+
authType?: "api-key" | "custom" | "none" | "bearer" | "basic" | "api-key-header" | undefined;
|
|
34
34
|
authHeader?: string | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
type HttpParamsInput = z.input<typeof HttpParamsSchema>;
|
|
@@ -48,20 +48,20 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
48
48
|
}, "strip", z.ZodTypeAny, {
|
|
49
49
|
status: number;
|
|
50
50
|
success: boolean;
|
|
51
|
-
size: number;
|
|
52
51
|
error: string;
|
|
53
|
-
body: string;
|
|
54
52
|
headers: Record<string, string>;
|
|
53
|
+
size: number;
|
|
54
|
+
body: string;
|
|
55
55
|
statusText: string;
|
|
56
56
|
responseTime: number;
|
|
57
57
|
json?: unknown;
|
|
58
58
|
}, {
|
|
59
59
|
status: number;
|
|
60
60
|
success: boolean;
|
|
61
|
-
size: number;
|
|
62
61
|
error: string;
|
|
63
|
-
body: string;
|
|
64
62
|
headers: Record<string, string>;
|
|
63
|
+
size: number;
|
|
64
|
+
body: string;
|
|
65
65
|
statusText: string;
|
|
66
66
|
responseTime: number;
|
|
67
67
|
json?: unknown;
|
|
@@ -84,23 +84,23 @@ 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" | "GET" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
87
88
|
timeout: number;
|
|
88
|
-
method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
|
|
89
89
|
followRedirects: boolean;
|
|
90
|
-
authType: "
|
|
90
|
+
authType: "api-key" | "custom" | "none" | "bearer" | "basic" | "api-key-header";
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
92
|
-
body?: string | Record<string, unknown> | undefined;
|
|
93
92
|
headers?: Record<string, string> | undefined;
|
|
93
|
+
body?: string | Record<string, unknown> | undefined;
|
|
94
94
|
authHeader?: string | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
url: string;
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
|
-
|
|
98
|
+
method?: "POST" | "GET" | "DELETE" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
99
99
|
timeout?: number | undefined;
|
|
100
100
|
headers?: Record<string, string> | undefined;
|
|
101
|
-
|
|
101
|
+
body?: string | Record<string, unknown> | undefined;
|
|
102
102
|
followRedirects?: boolean | undefined;
|
|
103
|
-
authType?: "
|
|
103
|
+
authType?: "api-key" | "custom" | "none" | "bearer" | "basic" | "api-key-header" | undefined;
|
|
104
104
|
authHeader?: string | undefined;
|
|
105
105
|
}>;
|
|
106
106
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -116,20 +116,20 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
117
|
status: number;
|
|
118
118
|
success: boolean;
|
|
119
|
-
size: number;
|
|
120
119
|
error: string;
|
|
121
|
-
body: string;
|
|
122
120
|
headers: Record<string, string>;
|
|
121
|
+
size: number;
|
|
122
|
+
body: string;
|
|
123
123
|
statusText: string;
|
|
124
124
|
responseTime: number;
|
|
125
125
|
json?: unknown;
|
|
126
126
|
}, {
|
|
127
127
|
status: number;
|
|
128
128
|
success: boolean;
|
|
129
|
-
size: number;
|
|
130
129
|
error: string;
|
|
131
|
-
body: string;
|
|
132
130
|
headers: Record<string, string>;
|
|
131
|
+
size: number;
|
|
132
|
+
body: string;
|
|
133
133
|
statusText: string;
|
|
134
134
|
responseTime: number;
|
|
135
135
|
json?: unknown;
|
|
@@ -11,9 +11,9 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
|
|
|
11
11
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
query: string;
|
|
15
14
|
timeout: number;
|
|
16
|
-
|
|
15
|
+
query: string;
|
|
16
|
+
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
17
17
|
parameters: unknown[];
|
|
18
18
|
maxRows: number;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -21,7 +21,7 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
|
|
|
21
21
|
query: string;
|
|
22
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
23
|
timeout?: number | undefined;
|
|
24
|
-
allowedOperations?: ("
|
|
24
|
+
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
25
25
|
parameters?: unknown[] | undefined;
|
|
26
26
|
maxRows?: number | undefined;
|
|
27
27
|
}>;
|
|
@@ -85,9 +85,9 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
85
85
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
86
86
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
87
87
|
}, "strip", z.ZodTypeAny, {
|
|
88
|
-
query: string;
|
|
89
88
|
timeout: number;
|
|
90
|
-
|
|
89
|
+
query: string;
|
|
90
|
+
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[];
|
|
91
91
|
parameters: unknown[];
|
|
92
92
|
maxRows: number;
|
|
93
93
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -95,7 +95,7 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
95
95
|
query: string;
|
|
96
96
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
97
97
|
timeout?: number | undefined;
|
|
98
|
-
allowedOperations?: ("
|
|
98
|
+
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
99
99
|
parameters?: unknown[] | undefined;
|
|
100
100
|
maxRows?: number | undefined;
|
|
101
101
|
}>;
|