@bubblelab/bubble-core 0.1.75 → 0.1.76
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 +92 -92
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +222 -222
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +29 -29
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +29 -29
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +88 -88
- package/dist/bubbles/service-bubble/followupboss.d.ts +232 -232
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +74 -74
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +94 -94
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +46 -46
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +56 -56
- package/dist/bubbles/service-bubble/notion/notion.d.ts +208 -208
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +278 -278
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +71 -71
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +77 -77
- package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +46 -46
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- 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/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -22,14 +22,14 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
|
22
22
|
timeZone: z.ZodOptional<z.ZodString>;
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
title: string;
|
|
25
|
-
timeZone?: string | undefined;
|
|
26
25
|
locale?: string | undefined;
|
|
27
26
|
autoRecalc?: string | undefined;
|
|
27
|
+
timeZone?: string | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
title: string;
|
|
30
|
-
timeZone?: string | undefined;
|
|
31
30
|
locale?: string | undefined;
|
|
32
31
|
autoRecalc?: string | undefined;
|
|
32
|
+
timeZone?: string | undefined;
|
|
33
33
|
}>>;
|
|
34
34
|
sheets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
35
35
|
properties: z.ZodObject<{
|
|
@@ -94,9 +94,9 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
|
94
94
|
spreadsheetId: string;
|
|
95
95
|
properties?: {
|
|
96
96
|
title: string;
|
|
97
|
-
timeZone?: string | undefined;
|
|
98
97
|
locale?: string | undefined;
|
|
99
98
|
autoRecalc?: string | undefined;
|
|
99
|
+
timeZone?: string | undefined;
|
|
100
100
|
} | undefined;
|
|
101
101
|
sheets?: {
|
|
102
102
|
properties: {
|
|
@@ -115,9 +115,9 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
|
115
115
|
spreadsheetId: string;
|
|
116
116
|
properties?: {
|
|
117
117
|
title: string;
|
|
118
|
-
timeZone?: string | undefined;
|
|
119
118
|
locale?: string | undefined;
|
|
120
119
|
autoRecalc?: string | undefined;
|
|
120
|
+
timeZone?: string | undefined;
|
|
121
121
|
} | undefined;
|
|
122
122
|
sheets?: {
|
|
123
123
|
properties: {
|
|
@@ -167,8 +167,8 @@ 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
|
-
operation: "write_values";
|
|
171
170
|
values: (string | number | boolean)[][];
|
|
171
|
+
operation: "write_values";
|
|
172
172
|
range: string;
|
|
173
173
|
spreadsheet_id: string;
|
|
174
174
|
major_dimension: "ROWS" | "COLUMNS";
|
|
@@ -176,8 +176,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
176
176
|
include_values_in_response: boolean;
|
|
177
177
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
178
178
|
}, {
|
|
179
|
-
operation: "write_values";
|
|
180
179
|
values: unknown[][];
|
|
180
|
+
operation: "write_values";
|
|
181
181
|
range: string;
|
|
182
182
|
spreadsheet_id: string;
|
|
183
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -194,8 +194,8 @@ 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
|
-
operation: "update_values";
|
|
198
197
|
values: (string | number | boolean)[][];
|
|
198
|
+
operation: "update_values";
|
|
199
199
|
range: string;
|
|
200
200
|
spreadsheet_id: string;
|
|
201
201
|
major_dimension: "ROWS" | "COLUMNS";
|
|
@@ -203,8 +203,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
203
203
|
include_values_in_response: boolean;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}, {
|
|
206
|
-
operation: "update_values";
|
|
207
206
|
values: unknown[][];
|
|
207
|
+
operation: "update_values";
|
|
208
208
|
range: string;
|
|
209
209
|
spreadsheet_id: string;
|
|
210
210
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -222,8 +222,8 @@ 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
|
-
operation: "append_values";
|
|
226
225
|
values: (string | number | boolean)[][];
|
|
226
|
+
operation: "append_values";
|
|
227
227
|
range: string;
|
|
228
228
|
spreadsheet_id: string;
|
|
229
229
|
major_dimension: "ROWS" | "COLUMNS";
|
|
@@ -232,8 +232,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
232
232
|
insert_data_option: "OVERWRITE" | "INSERT_ROWS";
|
|
233
233
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
234
234
|
}, {
|
|
235
|
-
operation: "append_values";
|
|
236
235
|
values: unknown[][];
|
|
236
|
+
operation: "append_values";
|
|
237
237
|
range: string;
|
|
238
238
|
spreadsheet_id: string;
|
|
239
239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -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
|
-
operation: "create_spreadsheet";
|
|
346
345
|
title: string;
|
|
346
|
+
operation: "create_spreadsheet";
|
|
347
347
|
sheet_titles: string[];
|
|
348
348
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
349
349
|
}, {
|
|
350
|
-
operation: "create_spreadsheet";
|
|
351
350
|
title: string;
|
|
351
|
+
operation: "create_spreadsheet";
|
|
352
352
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
353
353
|
sheet_titles?: string[] | undefined;
|
|
354
354
|
}>, z.ZodObject<{
|
|
@@ -396,16 +396,16 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
396
396
|
major_dimension: z.ZodOptional<z.ZodString>;
|
|
397
397
|
error: z.ZodString;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
operation: "read_values";
|
|
400
399
|
error: string;
|
|
401
400
|
success: boolean;
|
|
401
|
+
operation: "read_values";
|
|
402
402
|
values?: (string | number | boolean)[][] | undefined;
|
|
403
403
|
range?: string | undefined;
|
|
404
404
|
major_dimension?: string | undefined;
|
|
405
405
|
}, {
|
|
406
|
-
operation: "read_values";
|
|
407
406
|
error: string;
|
|
408
407
|
success: boolean;
|
|
408
|
+
operation: "read_values";
|
|
409
409
|
values?: (string | number | boolean)[][] | undefined;
|
|
410
410
|
range?: string | undefined;
|
|
411
411
|
major_dimension?: string | undefined;
|
|
@@ -431,9 +431,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
431
431
|
}>>;
|
|
432
432
|
error: z.ZodString;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
|
-
operation: "write_values";
|
|
435
434
|
error: string;
|
|
436
435
|
success: boolean;
|
|
436
|
+
operation: "write_values";
|
|
437
437
|
updated_range?: string | undefined;
|
|
438
438
|
updated_rows?: number | undefined;
|
|
439
439
|
updated_columns?: number | undefined;
|
|
@@ -444,9 +444,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
444
444
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
445
445
|
} | undefined;
|
|
446
446
|
}, {
|
|
447
|
-
operation: "write_values";
|
|
448
447
|
error: string;
|
|
449
448
|
success: boolean;
|
|
449
|
+
operation: "write_values";
|
|
450
450
|
updated_range?: string | undefined;
|
|
451
451
|
updated_rows?: number | undefined;
|
|
452
452
|
updated_columns?: number | undefined;
|
|
@@ -478,9 +478,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
478
478
|
}>>;
|
|
479
479
|
error: z.ZodString;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
operation: "update_values";
|
|
482
481
|
error: string;
|
|
483
482
|
success: boolean;
|
|
483
|
+
operation: "update_values";
|
|
484
484
|
updated_range?: string | undefined;
|
|
485
485
|
updated_rows?: number | undefined;
|
|
486
486
|
updated_columns?: number | undefined;
|
|
@@ -491,9 +491,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
491
491
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
492
492
|
} | undefined;
|
|
493
493
|
}, {
|
|
494
|
-
operation: "update_values";
|
|
495
494
|
error: string;
|
|
496
495
|
success: boolean;
|
|
496
|
+
operation: "update_values";
|
|
497
497
|
updated_range?: string | undefined;
|
|
498
498
|
updated_rows?: number | undefined;
|
|
499
499
|
updated_columns?: number | undefined;
|
|
@@ -513,18 +513,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
513
513
|
updated_cells: z.ZodOptional<z.ZodNumber>;
|
|
514
514
|
error: z.ZodString;
|
|
515
515
|
}, "strip", z.ZodTypeAny, {
|
|
516
|
-
operation: "append_values";
|
|
517
516
|
error: string;
|
|
518
517
|
success: boolean;
|
|
518
|
+
operation: "append_values";
|
|
519
519
|
updated_range?: string | undefined;
|
|
520
520
|
updated_rows?: number | undefined;
|
|
521
521
|
updated_columns?: number | undefined;
|
|
522
522
|
updated_cells?: number | undefined;
|
|
523
523
|
table_range?: string | undefined;
|
|
524
524
|
}, {
|
|
525
|
-
operation: "append_values";
|
|
526
525
|
error: string;
|
|
527
526
|
success: boolean;
|
|
527
|
+
operation: "append_values";
|
|
528
528
|
updated_range?: string | undefined;
|
|
529
529
|
updated_rows?: number | undefined;
|
|
530
530
|
updated_columns?: number | undefined;
|
|
@@ -536,14 +536,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
536
536
|
cleared_range: z.ZodOptional<z.ZodString>;
|
|
537
537
|
error: z.ZodString;
|
|
538
538
|
}, "strip", z.ZodTypeAny, {
|
|
539
|
-
operation: "clear_values";
|
|
540
539
|
error: string;
|
|
541
540
|
success: boolean;
|
|
541
|
+
operation: "clear_values";
|
|
542
542
|
cleared_range?: string | undefined;
|
|
543
543
|
}, {
|
|
544
|
-
operation: "clear_values";
|
|
545
544
|
error: string;
|
|
546
545
|
success: boolean;
|
|
546
|
+
operation: "clear_values";
|
|
547
547
|
cleared_range?: string | undefined;
|
|
548
548
|
}>, z.ZodObject<{
|
|
549
549
|
operation: z.ZodLiteral<"batch_read_values">;
|
|
@@ -563,18 +563,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
563
563
|
}>, "many">>;
|
|
564
564
|
error: z.ZodString;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
|
-
operation: "batch_read_values";
|
|
567
566
|
error: string;
|
|
568
567
|
success: boolean;
|
|
568
|
+
operation: "batch_read_values";
|
|
569
569
|
value_ranges?: {
|
|
570
570
|
values: (string | number | boolean)[][];
|
|
571
571
|
range: string;
|
|
572
572
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
573
573
|
}[] | undefined;
|
|
574
574
|
}, {
|
|
575
|
-
operation: "batch_read_values";
|
|
576
575
|
error: string;
|
|
577
576
|
success: boolean;
|
|
577
|
+
operation: "batch_read_values";
|
|
578
578
|
value_ranges?: {
|
|
579
579
|
values: (string | number | boolean)[][];
|
|
580
580
|
range: string;
|
|
@@ -605,9 +605,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
605
605
|
}>, "many">>;
|
|
606
606
|
error: z.ZodString;
|
|
607
607
|
}, "strip", z.ZodTypeAny, {
|
|
608
|
-
operation: "batch_update_values";
|
|
609
608
|
error: string;
|
|
610
609
|
success: boolean;
|
|
610
|
+
operation: "batch_update_values";
|
|
611
611
|
total_updated_rows?: number | undefined;
|
|
612
612
|
total_updated_columns?: number | undefined;
|
|
613
613
|
total_updated_cells?: number | undefined;
|
|
@@ -619,9 +619,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
619
619
|
updated_cells?: number | undefined;
|
|
620
620
|
}[] | undefined;
|
|
621
621
|
}, {
|
|
622
|
-
operation: "batch_update_values";
|
|
623
622
|
error: string;
|
|
624
623
|
success: boolean;
|
|
624
|
+
operation: "batch_update_values";
|
|
625
625
|
total_updated_rows?: number | undefined;
|
|
626
626
|
total_updated_columns?: number | undefined;
|
|
627
627
|
total_updated_cells?: number | undefined;
|
|
@@ -644,14 +644,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
644
644
|
timeZone: z.ZodOptional<z.ZodString>;
|
|
645
645
|
}, "strip", z.ZodTypeAny, {
|
|
646
646
|
title: string;
|
|
647
|
-
timeZone?: string | undefined;
|
|
648
647
|
locale?: string | undefined;
|
|
649
648
|
autoRecalc?: string | undefined;
|
|
649
|
+
timeZone?: string | undefined;
|
|
650
650
|
}, {
|
|
651
651
|
title: string;
|
|
652
|
-
timeZone?: string | undefined;
|
|
653
652
|
locale?: string | undefined;
|
|
654
653
|
autoRecalc?: string | undefined;
|
|
654
|
+
timeZone?: string | undefined;
|
|
655
655
|
}>>;
|
|
656
656
|
sheets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
657
657
|
properties: z.ZodObject<{
|
|
@@ -716,9 +716,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
716
716
|
spreadsheetId: string;
|
|
717
717
|
properties?: {
|
|
718
718
|
title: string;
|
|
719
|
-
timeZone?: string | undefined;
|
|
720
719
|
locale?: string | undefined;
|
|
721
720
|
autoRecalc?: string | undefined;
|
|
721
|
+
timeZone?: string | undefined;
|
|
722
722
|
} | undefined;
|
|
723
723
|
sheets?: {
|
|
724
724
|
properties: {
|
|
@@ -737,9 +737,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
737
737
|
spreadsheetId: string;
|
|
738
738
|
properties?: {
|
|
739
739
|
title: string;
|
|
740
|
-
timeZone?: string | undefined;
|
|
741
740
|
locale?: string | undefined;
|
|
742
741
|
autoRecalc?: string | undefined;
|
|
742
|
+
timeZone?: string | undefined;
|
|
743
743
|
} | undefined;
|
|
744
744
|
sheets?: {
|
|
745
745
|
properties: {
|
|
@@ -757,16 +757,16 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
757
757
|
}>>;
|
|
758
758
|
error: z.ZodString;
|
|
759
759
|
}, "strip", z.ZodTypeAny, {
|
|
760
|
-
operation: "get_spreadsheet_info";
|
|
761
760
|
error: string;
|
|
762
761
|
success: boolean;
|
|
762
|
+
operation: "get_spreadsheet_info";
|
|
763
763
|
spreadsheet?: {
|
|
764
764
|
spreadsheetId: string;
|
|
765
765
|
properties?: {
|
|
766
766
|
title: string;
|
|
767
|
-
timeZone?: string | undefined;
|
|
768
767
|
locale?: string | undefined;
|
|
769
768
|
autoRecalc?: string | undefined;
|
|
769
|
+
timeZone?: string | undefined;
|
|
770
770
|
} | undefined;
|
|
771
771
|
sheets?: {
|
|
772
772
|
properties: {
|
|
@@ -783,16 +783,16 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
783
783
|
spreadsheetUrl?: string | undefined;
|
|
784
784
|
} | undefined;
|
|
785
785
|
}, {
|
|
786
|
-
operation: "get_spreadsheet_info";
|
|
787
786
|
error: string;
|
|
788
787
|
success: boolean;
|
|
788
|
+
operation: "get_spreadsheet_info";
|
|
789
789
|
spreadsheet?: {
|
|
790
790
|
spreadsheetId: string;
|
|
791
791
|
properties?: {
|
|
792
792
|
title: string;
|
|
793
|
-
timeZone?: string | undefined;
|
|
794
793
|
locale?: string | undefined;
|
|
795
794
|
autoRecalc?: string | undefined;
|
|
795
|
+
timeZone?: string | undefined;
|
|
796
796
|
} | undefined;
|
|
797
797
|
sheets?: {
|
|
798
798
|
properties: {
|
|
@@ -820,14 +820,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
820
820
|
timeZone: z.ZodOptional<z.ZodString>;
|
|
821
821
|
}, "strip", z.ZodTypeAny, {
|
|
822
822
|
title: string;
|
|
823
|
-
timeZone?: string | undefined;
|
|
824
823
|
locale?: string | undefined;
|
|
825
824
|
autoRecalc?: string | undefined;
|
|
825
|
+
timeZone?: string | undefined;
|
|
826
826
|
}, {
|
|
827
827
|
title: string;
|
|
828
|
-
timeZone?: string | undefined;
|
|
829
828
|
locale?: string | undefined;
|
|
830
829
|
autoRecalc?: string | undefined;
|
|
830
|
+
timeZone?: string | undefined;
|
|
831
831
|
}>>;
|
|
832
832
|
sheets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
833
833
|
properties: z.ZodObject<{
|
|
@@ -892,9 +892,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
892
892
|
spreadsheetId: string;
|
|
893
893
|
properties?: {
|
|
894
894
|
title: string;
|
|
895
|
-
timeZone?: string | undefined;
|
|
896
895
|
locale?: string | undefined;
|
|
897
896
|
autoRecalc?: string | undefined;
|
|
897
|
+
timeZone?: string | undefined;
|
|
898
898
|
} | undefined;
|
|
899
899
|
sheets?: {
|
|
900
900
|
properties: {
|
|
@@ -913,9 +913,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
913
913
|
spreadsheetId: string;
|
|
914
914
|
properties?: {
|
|
915
915
|
title: string;
|
|
916
|
-
timeZone?: string | undefined;
|
|
917
916
|
locale?: string | undefined;
|
|
918
917
|
autoRecalc?: string | undefined;
|
|
918
|
+
timeZone?: string | undefined;
|
|
919
919
|
} | undefined;
|
|
920
920
|
sheets?: {
|
|
921
921
|
properties: {
|
|
@@ -933,16 +933,16 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
933
933
|
}>>;
|
|
934
934
|
error: z.ZodString;
|
|
935
935
|
}, "strip", z.ZodTypeAny, {
|
|
936
|
-
operation: "create_spreadsheet";
|
|
937
936
|
error: string;
|
|
938
937
|
success: boolean;
|
|
938
|
+
operation: "create_spreadsheet";
|
|
939
939
|
spreadsheet?: {
|
|
940
940
|
spreadsheetId: string;
|
|
941
941
|
properties?: {
|
|
942
942
|
title: string;
|
|
943
|
-
timeZone?: string | undefined;
|
|
944
943
|
locale?: string | undefined;
|
|
945
944
|
autoRecalc?: string | undefined;
|
|
945
|
+
timeZone?: string | undefined;
|
|
946
946
|
} | undefined;
|
|
947
947
|
sheets?: {
|
|
948
948
|
properties: {
|
|
@@ -959,16 +959,16 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
959
959
|
spreadsheetUrl?: string | undefined;
|
|
960
960
|
} | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
operation: "create_spreadsheet";
|
|
963
962
|
error: string;
|
|
964
963
|
success: boolean;
|
|
964
|
+
operation: "create_spreadsheet";
|
|
965
965
|
spreadsheet?: {
|
|
966
966
|
spreadsheetId: string;
|
|
967
967
|
properties?: {
|
|
968
968
|
title: string;
|
|
969
|
-
timeZone?: string | undefined;
|
|
970
969
|
locale?: string | undefined;
|
|
971
970
|
autoRecalc?: string | undefined;
|
|
971
|
+
timeZone?: string | undefined;
|
|
972
972
|
} | undefined;
|
|
973
973
|
sheets?: {
|
|
974
974
|
properties: {
|
|
@@ -991,15 +991,15 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
991
991
|
sheet_title: z.ZodOptional<z.ZodString>;
|
|
992
992
|
error: z.ZodString;
|
|
993
993
|
}, "strip", z.ZodTypeAny, {
|
|
994
|
-
operation: "add_sheet";
|
|
995
994
|
error: string;
|
|
996
995
|
success: boolean;
|
|
996
|
+
operation: "add_sheet";
|
|
997
997
|
sheet_title?: string | undefined;
|
|
998
998
|
sheet_id?: number | undefined;
|
|
999
999
|
}, {
|
|
1000
|
-
operation: "add_sheet";
|
|
1001
1000
|
error: string;
|
|
1002
1001
|
success: boolean;
|
|
1002
|
+
operation: "add_sheet";
|
|
1003
1003
|
sheet_title?: string | undefined;
|
|
1004
1004
|
sheet_id?: number | undefined;
|
|
1005
1005
|
}>, z.ZodObject<{
|
|
@@ -1008,14 +1008,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
1008
1008
|
deleted_sheet_id: z.ZodOptional<z.ZodNumber>;
|
|
1009
1009
|
error: z.ZodString;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
|
-
operation: "delete_sheet";
|
|
1012
1011
|
error: string;
|
|
1013
1012
|
success: boolean;
|
|
1013
|
+
operation: "delete_sheet";
|
|
1014
1014
|
deleted_sheet_id?: number | undefined;
|
|
1015
1015
|
}, {
|
|
1016
|
-
operation: "delete_sheet";
|
|
1017
1016
|
error: string;
|
|
1018
1017
|
success: boolean;
|
|
1018
|
+
operation: "delete_sheet";
|
|
1019
1019
|
deleted_sheet_id?: number | undefined;
|
|
1020
1020
|
}>]>;
|
|
1021
1021
|
export type GoogleSheetsResult = z.output<typeof GoogleSheetsResultSchema>;
|
|
@@ -15,9 +15,9 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
url: string;
|
|
17
17
|
timeout: number;
|
|
18
|
-
method: "
|
|
18
|
+
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
19
|
followRedirects: boolean;
|
|
20
|
-
authType: "
|
|
20
|
+
authType: "none" | "custom" | "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;
|
|
@@ -27,10 +27,10 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
27
27
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
28
28
|
timeout?: number | undefined;
|
|
29
29
|
headers?: Record<string, string> | undefined;
|
|
30
|
-
method?: "
|
|
30
|
+
method?: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
31
31
|
body?: string | Record<string, unknown> | undefined;
|
|
32
32
|
followRedirects?: boolean | undefined;
|
|
33
|
-
authType?: "
|
|
33
|
+
authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
34
34
|
authHeader?: string | undefined;
|
|
35
35
|
}>;
|
|
36
36
|
type HttpParamsInput = z.input<typeof HttpParamsSchema>;
|
|
@@ -85,9 +85,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
url: string;
|
|
87
87
|
timeout: number;
|
|
88
|
-
method: "
|
|
88
|
+
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
89
89
|
followRedirects: boolean;
|
|
90
|
-
authType: "
|
|
90
|
+
authType: "none" | "custom" | "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;
|
|
@@ -97,10 +97,10 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
97
97
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
98
|
timeout?: number | undefined;
|
|
99
99
|
headers?: Record<string, string> | undefined;
|
|
100
|
-
method?: "
|
|
100
|
+
method?: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
101
101
|
body?: string | Record<string, unknown> | undefined;
|
|
102
102
|
followRedirects?: boolean | undefined;
|
|
103
|
-
authType?: "
|
|
103
|
+
authType?: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
104
104
|
authHeader?: string | undefined;
|
|
105
105
|
}>;
|
|
106
106
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -14,15 +14,15 @@ declare const InsForgeDbParamsSchema: z.ZodObject<{
|
|
|
14
14
|
parameters: unknown[];
|
|
15
15
|
timeout: number;
|
|
16
16
|
query: string;
|
|
17
|
-
allowedOperations: ("
|
|
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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
22
|
parameters?: unknown[] | undefined;
|
|
23
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
24
24
|
timeout?: number | undefined;
|
|
25
|
-
allowedOperations?: ("
|
|
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>;
|
|
@@ -36,17 +36,17 @@ declare const InsForgeDbResultSchema: z.ZodObject<{
|
|
|
36
36
|
error: z.ZodString;
|
|
37
37
|
cleanedJSONString: z.ZodString;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
executionTime: number;
|
|
39
40
|
error: string;
|
|
40
41
|
success: boolean;
|
|
41
|
-
executionTime: number;
|
|
42
42
|
rows: Record<string, unknown>[];
|
|
43
43
|
rowCount: number | null;
|
|
44
44
|
command: string;
|
|
45
45
|
cleanedJSONString: string;
|
|
46
46
|
}, {
|
|
47
|
+
executionTime: number;
|
|
47
48
|
error: string;
|
|
48
49
|
success: boolean;
|
|
49
|
-
executionTime: number;
|
|
50
50
|
rows: Record<string, unknown>[];
|
|
51
51
|
rowCount: number | null;
|
|
52
52
|
command: string;
|
|
@@ -88,15 +88,15 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
88
88
|
parameters: unknown[];
|
|
89
89
|
timeout: number;
|
|
90
90
|
query: string;
|
|
91
|
-
allowedOperations: ("
|
|
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
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
97
96
|
parameters?: unknown[] | undefined;
|
|
97
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
98
98
|
timeout?: number | undefined;
|
|
99
|
-
allowedOperations?: ("
|
|
99
|
+
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "CREATE")[] | undefined;
|
|
100
100
|
maxRows?: number | undefined;
|
|
101
101
|
}>;
|
|
102
102
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -108,17 +108,17 @@ export declare class InsForgeDbBubble extends ServiceBubble<InsForgeDbParams, In
|
|
|
108
108
|
error: z.ZodString;
|
|
109
109
|
cleanedJSONString: z.ZodString;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
+
executionTime: number;
|
|
111
112
|
error: string;
|
|
112
113
|
success: boolean;
|
|
113
|
-
executionTime: number;
|
|
114
114
|
rows: Record<string, unknown>[];
|
|
115
115
|
rowCount: number | null;
|
|
116
116
|
command: string;
|
|
117
117
|
cleanedJSONString: string;
|
|
118
118
|
}, {
|
|
119
|
+
executionTime: number;
|
|
119
120
|
error: string;
|
|
120
121
|
success: boolean;
|
|
121
|
-
executionTime: number;
|
|
122
122
|
rows: Record<string, unknown>[];
|
|
123
123
|
rowCount: number | null;
|
|
124
124
|
command: string;
|