@bubblelab/bubble-core 0.1.6 → 0.1.9
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 +628 -299
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +13 -9
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +129 -111
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +273 -95
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +805 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js +131 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +485 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js +176 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +302 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js +138 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +642 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js +123 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +370 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +14 -0
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1770 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +38 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify.d.ts +143 -0
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js +276 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/index.js +3 -0
- package/dist/bubbles/service-bubble/apify/index.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/types.d.ts +7 -0
- package/dist/bubbles/service-bubble/apify/types.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/types.js +6 -0
- package/dist/bubbles/service-bubble/apify/types.js.map +1 -0
- package/dist/bubbles/service-bubble/apify.d.ts +136 -0
- package/dist/bubbles/service-bubble/apify.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify.js +282 -0
- package/dist/bubbles/service-bubble/apify.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +376 -376
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-sheets.d.ts +64 -64
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +17 -17
- package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/resend.js +16 -5
- package/dist/bubbles/service-bubble/resend.js.map +1 -1
- package/dist/bubbles/service-bubble/slack.d.ts +470 -470
- package/dist/bubbles/service-bubble/storage.d.ts +32 -32
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +18 -5
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +85 -39
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +435 -0
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/instagram-tool.js +474 -0
- package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +2136 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.js +608 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.js +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/web-search-tool.js +1 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +5 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +106 -106
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +1 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -2
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +474 -0
- package/dist/index.d.ts +12 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/logging/BubbleLogger.d.ts +11 -0
- package/dist/logging/BubbleLogger.d.ts.map +1 -1
- package/dist/logging/BubbleLogger.js +69 -22
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +18 -11
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/types/ai-models.d.ts +1 -1
- package/dist/types/ai-models.d.ts.map +1 -1
- package/dist/types/ai-models.js +4 -0
- package/dist/types/ai-models.js.map +1 -1
- package/dist/types/api-scraper.schema.d.ts +453 -0
- package/dist/types/api-scraper.schema.d.ts.map +1 -0
- package/dist/types/api-scraper.schema.js +160 -0
- package/dist/types/api-scraper.schema.js.map +1 -0
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +2 -0
- package/dist/types/available-tools.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts +5 -0
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +18 -3
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +2 -3
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/service-bubble-class.d.ts +4 -4
- package/dist/types/service-bubble-class.d.ts.map +1 -1
- package/dist/types/service-bubble-class.js +6 -7
- package/dist/types/service-bubble-class.js.map +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +9 -1
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/utils/agent-formatter.d.ts +17 -0
- package/dist/utils/agent-formatter.d.ts.map +1 -0
- package/dist/utils/agent-formatter.js +139 -0
- package/dist/utils/agent-formatter.js.map +1 -0
- package/dist/utils/json-parsing.d.ts +1 -0
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +205 -32
- package/dist/utils/json-parsing.js.map +1 -1
- package/package.json +4 -3
|
@@ -11,16 +11,16 @@ declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
11
11
|
date_time_render_option: z.ZodDefault<z.ZodOptional<z.ZodEnum<["SERIAL_NUMBER", "FORMATTED_STRING"]>>>;
|
|
12
12
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
range: string;
|
|
15
14
|
operation: "read_values";
|
|
15
|
+
range: string;
|
|
16
16
|
spreadsheet_id: string;
|
|
17
17
|
major_dimension: "ROWS" | "COLUMNS";
|
|
18
18
|
value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
|
|
19
19
|
date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
|
|
20
20
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21
21
|
}, {
|
|
22
|
-
range: string;
|
|
23
22
|
operation: "read_values";
|
|
23
|
+
range: string;
|
|
24
24
|
spreadsheet_id: string;
|
|
25
25
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
26
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
@@ -37,8 +37,8 @@ declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
37
37
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
values: (string | number | boolean)[][];
|
|
40
|
-
range: string;
|
|
41
40
|
operation: "write_values";
|
|
41
|
+
range: string;
|
|
42
42
|
spreadsheet_id: string;
|
|
43
43
|
major_dimension: "ROWS" | "COLUMNS";
|
|
44
44
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
@@ -46,8 +46,8 @@ declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
46
46
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
47
47
|
}, {
|
|
48
48
|
values: (string | number | boolean)[][];
|
|
49
|
-
range: string;
|
|
50
49
|
operation: "write_values";
|
|
50
|
+
range: string;
|
|
51
51
|
spreadsheet_id: string;
|
|
52
52
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
53
53
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
@@ -64,8 +64,8 @@ declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
64
64
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
66
|
values: (string | number | boolean)[][];
|
|
67
|
-
range: string;
|
|
68
67
|
operation: "update_values";
|
|
68
|
+
range: string;
|
|
69
69
|
spreadsheet_id: string;
|
|
70
70
|
major_dimension: "ROWS" | "COLUMNS";
|
|
71
71
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
@@ -73,8 +73,8 @@ declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
73
73
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
74
74
|
}, {
|
|
75
75
|
values: (string | number | boolean)[][];
|
|
76
|
-
range: string;
|
|
77
76
|
operation: "update_values";
|
|
77
|
+
range: string;
|
|
78
78
|
spreadsheet_id: string;
|
|
79
79
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
80
80
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
@@ -92,8 +92,8 @@ declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
92
92
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
93
93
|
}, "strip", z.ZodTypeAny, {
|
|
94
94
|
values: (string | number | boolean)[][];
|
|
95
|
-
range: string;
|
|
96
95
|
operation: "append_values";
|
|
96
|
+
range: string;
|
|
97
97
|
spreadsheet_id: string;
|
|
98
98
|
major_dimension: "ROWS" | "COLUMNS";
|
|
99
99
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
@@ -102,8 +102,8 @@ declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
102
102
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
103
103
|
}, {
|
|
104
104
|
values: (string | number | boolean)[][];
|
|
105
|
-
range: string;
|
|
106
105
|
operation: "append_values";
|
|
106
|
+
range: string;
|
|
107
107
|
spreadsheet_id: string;
|
|
108
108
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
109
109
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
@@ -116,13 +116,13 @@ declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
116
116
|
range: z.ZodString;
|
|
117
117
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
|
-
range: string;
|
|
120
119
|
operation: "clear_values";
|
|
120
|
+
range: string;
|
|
121
121
|
spreadsheet_id: string;
|
|
122
122
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
123
123
|
}, {
|
|
124
|
-
range: string;
|
|
125
124
|
operation: "clear_values";
|
|
125
|
+
range: string;
|
|
126
126
|
spreadsheet_id: string;
|
|
127
127
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
128
128
|
}>, z.ZodObject<{
|
|
@@ -265,15 +265,15 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
265
265
|
major_dimension: z.ZodOptional<z.ZodString>;
|
|
266
266
|
error: z.ZodString;
|
|
267
267
|
}, "strip", z.ZodTypeAny, {
|
|
268
|
-
success: boolean;
|
|
269
268
|
error: string;
|
|
269
|
+
success: boolean;
|
|
270
270
|
operation: "read_values";
|
|
271
271
|
values?: (string | number | boolean)[][] | undefined;
|
|
272
272
|
range?: string | undefined;
|
|
273
273
|
major_dimension?: string | undefined;
|
|
274
274
|
}, {
|
|
275
|
-
success: boolean;
|
|
276
275
|
error: string;
|
|
276
|
+
success: boolean;
|
|
277
277
|
operation: "read_values";
|
|
278
278
|
values?: (string | number | boolean)[][] | undefined;
|
|
279
279
|
range?: string | undefined;
|
|
@@ -300,8 +300,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
300
300
|
}>>;
|
|
301
301
|
error: z.ZodString;
|
|
302
302
|
}, "strip", z.ZodTypeAny, {
|
|
303
|
-
success: boolean;
|
|
304
303
|
error: string;
|
|
304
|
+
success: boolean;
|
|
305
305
|
operation: "write_values";
|
|
306
306
|
updated_range?: string | undefined;
|
|
307
307
|
updated_rows?: number | undefined;
|
|
@@ -313,8 +313,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
313
313
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
314
314
|
} | undefined;
|
|
315
315
|
}, {
|
|
316
|
-
success: boolean;
|
|
317
316
|
error: string;
|
|
317
|
+
success: boolean;
|
|
318
318
|
operation: "write_values";
|
|
319
319
|
updated_range?: string | undefined;
|
|
320
320
|
updated_rows?: number | undefined;
|
|
@@ -347,8 +347,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
347
347
|
}>>;
|
|
348
348
|
error: z.ZodString;
|
|
349
349
|
}, "strip", z.ZodTypeAny, {
|
|
350
|
-
success: boolean;
|
|
351
350
|
error: string;
|
|
351
|
+
success: boolean;
|
|
352
352
|
operation: "update_values";
|
|
353
353
|
updated_range?: string | undefined;
|
|
354
354
|
updated_rows?: number | undefined;
|
|
@@ -360,8 +360,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
360
360
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
361
361
|
} | undefined;
|
|
362
362
|
}, {
|
|
363
|
-
success: boolean;
|
|
364
363
|
error: string;
|
|
364
|
+
success: boolean;
|
|
365
365
|
operation: "update_values";
|
|
366
366
|
updated_range?: string | undefined;
|
|
367
367
|
updated_rows?: number | undefined;
|
|
@@ -382,8 +382,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
382
382
|
updated_cells: z.ZodOptional<z.ZodNumber>;
|
|
383
383
|
error: z.ZodString;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
success: boolean;
|
|
386
385
|
error: string;
|
|
386
|
+
success: boolean;
|
|
387
387
|
operation: "append_values";
|
|
388
388
|
updated_range?: string | undefined;
|
|
389
389
|
updated_rows?: number | undefined;
|
|
@@ -391,8 +391,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
391
391
|
updated_cells?: number | undefined;
|
|
392
392
|
table_range?: string | undefined;
|
|
393
393
|
}, {
|
|
394
|
-
success: boolean;
|
|
395
394
|
error: string;
|
|
395
|
+
success: boolean;
|
|
396
396
|
operation: "append_values";
|
|
397
397
|
updated_range?: string | undefined;
|
|
398
398
|
updated_rows?: number | undefined;
|
|
@@ -405,13 +405,13 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
405
405
|
cleared_range: z.ZodOptional<z.ZodString>;
|
|
406
406
|
error: z.ZodString;
|
|
407
407
|
}, "strip", z.ZodTypeAny, {
|
|
408
|
-
success: boolean;
|
|
409
408
|
error: string;
|
|
409
|
+
success: boolean;
|
|
410
410
|
operation: "clear_values";
|
|
411
411
|
cleared_range?: string | undefined;
|
|
412
412
|
}, {
|
|
413
|
-
success: boolean;
|
|
414
413
|
error: string;
|
|
414
|
+
success: boolean;
|
|
415
415
|
operation: "clear_values";
|
|
416
416
|
cleared_range?: string | undefined;
|
|
417
417
|
}>, z.ZodObject<{
|
|
@@ -432,8 +432,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
432
432
|
}>, "many">>;
|
|
433
433
|
error: z.ZodString;
|
|
434
434
|
}, "strip", z.ZodTypeAny, {
|
|
435
|
-
success: boolean;
|
|
436
435
|
error: string;
|
|
436
|
+
success: boolean;
|
|
437
437
|
operation: "batch_read_values";
|
|
438
438
|
value_ranges?: {
|
|
439
439
|
values: (string | number | boolean)[][];
|
|
@@ -441,8 +441,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
441
441
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
442
442
|
}[] | undefined;
|
|
443
443
|
}, {
|
|
444
|
-
success: boolean;
|
|
445
444
|
error: string;
|
|
445
|
+
success: boolean;
|
|
446
446
|
operation: "batch_read_values";
|
|
447
447
|
value_ranges?: {
|
|
448
448
|
values: (string | number | boolean)[][];
|
|
@@ -474,8 +474,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
474
474
|
}>, "many">>;
|
|
475
475
|
error: z.ZodString;
|
|
476
476
|
}, "strip", z.ZodTypeAny, {
|
|
477
|
-
success: boolean;
|
|
478
477
|
error: string;
|
|
478
|
+
success: boolean;
|
|
479
479
|
operation: "batch_update_values";
|
|
480
480
|
total_updated_rows?: number | undefined;
|
|
481
481
|
total_updated_columns?: number | undefined;
|
|
@@ -488,8 +488,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
488
488
|
updated_cells?: number | undefined;
|
|
489
489
|
}[] | undefined;
|
|
490
490
|
}, {
|
|
491
|
-
success: boolean;
|
|
492
491
|
error: string;
|
|
492
|
+
success: boolean;
|
|
493
493
|
operation: "batch_update_values";
|
|
494
494
|
total_updated_rows?: number | undefined;
|
|
495
495
|
total_updated_columns?: number | undefined;
|
|
@@ -626,8 +626,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
626
626
|
}>>;
|
|
627
627
|
error: z.ZodString;
|
|
628
628
|
}, "strip", z.ZodTypeAny, {
|
|
629
|
-
success: boolean;
|
|
630
629
|
error: string;
|
|
630
|
+
success: boolean;
|
|
631
631
|
operation: "get_spreadsheet_info";
|
|
632
632
|
spreadsheet?: {
|
|
633
633
|
spreadsheetId: string;
|
|
@@ -652,8 +652,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
652
652
|
spreadsheetUrl?: string | undefined;
|
|
653
653
|
} | undefined;
|
|
654
654
|
}, {
|
|
655
|
-
success: boolean;
|
|
656
655
|
error: string;
|
|
656
|
+
success: boolean;
|
|
657
657
|
operation: "get_spreadsheet_info";
|
|
658
658
|
spreadsheet?: {
|
|
659
659
|
spreadsheetId: string;
|
|
@@ -802,8 +802,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
802
802
|
}>>;
|
|
803
803
|
error: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
|
-
success: boolean;
|
|
806
805
|
error: string;
|
|
806
|
+
success: boolean;
|
|
807
807
|
operation: "create_spreadsheet";
|
|
808
808
|
spreadsheet?: {
|
|
809
809
|
spreadsheetId: string;
|
|
@@ -828,8 +828,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
828
828
|
spreadsheetUrl?: string | undefined;
|
|
829
829
|
} | undefined;
|
|
830
830
|
}, {
|
|
831
|
-
success: boolean;
|
|
832
831
|
error: string;
|
|
832
|
+
success: boolean;
|
|
833
833
|
operation: "create_spreadsheet";
|
|
834
834
|
spreadsheet?: {
|
|
835
835
|
spreadsheetId: string;
|
|
@@ -860,14 +860,14 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
860
860
|
sheet_title: z.ZodOptional<z.ZodString>;
|
|
861
861
|
error: z.ZodString;
|
|
862
862
|
}, "strip", z.ZodTypeAny, {
|
|
863
|
-
success: boolean;
|
|
864
863
|
error: string;
|
|
864
|
+
success: boolean;
|
|
865
865
|
operation: "add_sheet";
|
|
866
866
|
sheet_title?: string | undefined;
|
|
867
867
|
sheet_id?: number | undefined;
|
|
868
868
|
}, {
|
|
869
|
-
success: boolean;
|
|
870
869
|
error: string;
|
|
870
|
+
success: boolean;
|
|
871
871
|
operation: "add_sheet";
|
|
872
872
|
sheet_title?: string | undefined;
|
|
873
873
|
sheet_id?: number | undefined;
|
|
@@ -877,13 +877,13 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
877
877
|
deleted_sheet_id: z.ZodOptional<z.ZodNumber>;
|
|
878
878
|
error: z.ZodString;
|
|
879
879
|
}, "strip", z.ZodTypeAny, {
|
|
880
|
-
success: boolean;
|
|
881
880
|
error: string;
|
|
881
|
+
success: boolean;
|
|
882
882
|
operation: "delete_sheet";
|
|
883
883
|
deleted_sheet_id?: number | undefined;
|
|
884
884
|
}, {
|
|
885
|
-
success: boolean;
|
|
886
885
|
error: string;
|
|
886
|
+
success: boolean;
|
|
887
887
|
operation: "delete_sheet";
|
|
888
888
|
deleted_sheet_id?: number | undefined;
|
|
889
889
|
}>]>;
|
|
@@ -909,16 +909,16 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
909
909
|
date_time_render_option: z.ZodDefault<z.ZodOptional<z.ZodEnum<["SERIAL_NUMBER", "FORMATTED_STRING"]>>>;
|
|
910
910
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
911
911
|
}, "strip", z.ZodTypeAny, {
|
|
912
|
-
range: string;
|
|
913
912
|
operation: "read_values";
|
|
913
|
+
range: string;
|
|
914
914
|
spreadsheet_id: string;
|
|
915
915
|
major_dimension: "ROWS" | "COLUMNS";
|
|
916
916
|
value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
|
|
917
917
|
date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
|
|
918
918
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
919
919
|
}, {
|
|
920
|
-
range: string;
|
|
921
920
|
operation: "read_values";
|
|
921
|
+
range: string;
|
|
922
922
|
spreadsheet_id: string;
|
|
923
923
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
924
924
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
@@ -935,8 +935,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
935
935
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
936
936
|
}, "strip", z.ZodTypeAny, {
|
|
937
937
|
values: (string | number | boolean)[][];
|
|
938
|
-
range: string;
|
|
939
938
|
operation: "write_values";
|
|
939
|
+
range: string;
|
|
940
940
|
spreadsheet_id: string;
|
|
941
941
|
major_dimension: "ROWS" | "COLUMNS";
|
|
942
942
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
@@ -944,8 +944,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
944
944
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
945
945
|
}, {
|
|
946
946
|
values: (string | number | boolean)[][];
|
|
947
|
-
range: string;
|
|
948
947
|
operation: "write_values";
|
|
948
|
+
range: string;
|
|
949
949
|
spreadsheet_id: string;
|
|
950
950
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
951
951
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
@@ -962,8 +962,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
962
962
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
963
963
|
}, "strip", z.ZodTypeAny, {
|
|
964
964
|
values: (string | number | boolean)[][];
|
|
965
|
-
range: string;
|
|
966
965
|
operation: "update_values";
|
|
966
|
+
range: string;
|
|
967
967
|
spreadsheet_id: string;
|
|
968
968
|
major_dimension: "ROWS" | "COLUMNS";
|
|
969
969
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
@@ -971,8 +971,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
971
971
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
972
972
|
}, {
|
|
973
973
|
values: (string | number | boolean)[][];
|
|
974
|
-
range: string;
|
|
975
974
|
operation: "update_values";
|
|
975
|
+
range: string;
|
|
976
976
|
spreadsheet_id: string;
|
|
977
977
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
978
978
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
@@ -990,8 +990,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
990
990
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
991
991
|
}, "strip", z.ZodTypeAny, {
|
|
992
992
|
values: (string | number | boolean)[][];
|
|
993
|
-
range: string;
|
|
994
993
|
operation: "append_values";
|
|
994
|
+
range: string;
|
|
995
995
|
spreadsheet_id: string;
|
|
996
996
|
major_dimension: "ROWS" | "COLUMNS";
|
|
997
997
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
@@ -1000,8 +1000,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1000
1000
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1001
1001
|
}, {
|
|
1002
1002
|
values: (string | number | boolean)[][];
|
|
1003
|
-
range: string;
|
|
1004
1003
|
operation: "append_values";
|
|
1004
|
+
range: string;
|
|
1005
1005
|
spreadsheet_id: string;
|
|
1006
1006
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1007
1007
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
@@ -1014,13 +1014,13 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1014
1014
|
range: z.ZodString;
|
|
1015
1015
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1016
1016
|
}, "strip", z.ZodTypeAny, {
|
|
1017
|
-
range: string;
|
|
1018
1017
|
operation: "clear_values";
|
|
1018
|
+
range: string;
|
|
1019
1019
|
spreadsheet_id: string;
|
|
1020
1020
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1021
1021
|
}, {
|
|
1022
|
-
range: string;
|
|
1023
1022
|
operation: "clear_values";
|
|
1023
|
+
range: string;
|
|
1024
1024
|
spreadsheet_id: string;
|
|
1025
1025
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1026
1026
|
}>, z.ZodObject<{
|
|
@@ -1163,15 +1163,15 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1163
1163
|
major_dimension: z.ZodOptional<z.ZodString>;
|
|
1164
1164
|
error: z.ZodString;
|
|
1165
1165
|
}, "strip", z.ZodTypeAny, {
|
|
1166
|
-
success: boolean;
|
|
1167
1166
|
error: string;
|
|
1167
|
+
success: boolean;
|
|
1168
1168
|
operation: "read_values";
|
|
1169
1169
|
values?: (string | number | boolean)[][] | undefined;
|
|
1170
1170
|
range?: string | undefined;
|
|
1171
1171
|
major_dimension?: string | undefined;
|
|
1172
1172
|
}, {
|
|
1173
|
-
success: boolean;
|
|
1174
1173
|
error: string;
|
|
1174
|
+
success: boolean;
|
|
1175
1175
|
operation: "read_values";
|
|
1176
1176
|
values?: (string | number | boolean)[][] | undefined;
|
|
1177
1177
|
range?: string | undefined;
|
|
@@ -1198,8 +1198,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1198
1198
|
}>>;
|
|
1199
1199
|
error: z.ZodString;
|
|
1200
1200
|
}, "strip", z.ZodTypeAny, {
|
|
1201
|
-
success: boolean;
|
|
1202
1201
|
error: string;
|
|
1202
|
+
success: boolean;
|
|
1203
1203
|
operation: "write_values";
|
|
1204
1204
|
updated_range?: string | undefined;
|
|
1205
1205
|
updated_rows?: number | undefined;
|
|
@@ -1211,8 +1211,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1211
1211
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
1212
1212
|
} | undefined;
|
|
1213
1213
|
}, {
|
|
1214
|
-
success: boolean;
|
|
1215
1214
|
error: string;
|
|
1215
|
+
success: boolean;
|
|
1216
1216
|
operation: "write_values";
|
|
1217
1217
|
updated_range?: string | undefined;
|
|
1218
1218
|
updated_rows?: number | undefined;
|
|
@@ -1245,8 +1245,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1245
1245
|
}>>;
|
|
1246
1246
|
error: z.ZodString;
|
|
1247
1247
|
}, "strip", z.ZodTypeAny, {
|
|
1248
|
-
success: boolean;
|
|
1249
1248
|
error: string;
|
|
1249
|
+
success: boolean;
|
|
1250
1250
|
operation: "update_values";
|
|
1251
1251
|
updated_range?: string | undefined;
|
|
1252
1252
|
updated_rows?: number | undefined;
|
|
@@ -1258,8 +1258,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1258
1258
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
1259
1259
|
} | undefined;
|
|
1260
1260
|
}, {
|
|
1261
|
-
success: boolean;
|
|
1262
1261
|
error: string;
|
|
1262
|
+
success: boolean;
|
|
1263
1263
|
operation: "update_values";
|
|
1264
1264
|
updated_range?: string | undefined;
|
|
1265
1265
|
updated_rows?: number | undefined;
|
|
@@ -1280,8 +1280,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1280
1280
|
updated_cells: z.ZodOptional<z.ZodNumber>;
|
|
1281
1281
|
error: z.ZodString;
|
|
1282
1282
|
}, "strip", z.ZodTypeAny, {
|
|
1283
|
-
success: boolean;
|
|
1284
1283
|
error: string;
|
|
1284
|
+
success: boolean;
|
|
1285
1285
|
operation: "append_values";
|
|
1286
1286
|
updated_range?: string | undefined;
|
|
1287
1287
|
updated_rows?: number | undefined;
|
|
@@ -1289,8 +1289,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1289
1289
|
updated_cells?: number | undefined;
|
|
1290
1290
|
table_range?: string | undefined;
|
|
1291
1291
|
}, {
|
|
1292
|
-
success: boolean;
|
|
1293
1292
|
error: string;
|
|
1293
|
+
success: boolean;
|
|
1294
1294
|
operation: "append_values";
|
|
1295
1295
|
updated_range?: string | undefined;
|
|
1296
1296
|
updated_rows?: number | undefined;
|
|
@@ -1303,13 +1303,13 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1303
1303
|
cleared_range: z.ZodOptional<z.ZodString>;
|
|
1304
1304
|
error: z.ZodString;
|
|
1305
1305
|
}, "strip", z.ZodTypeAny, {
|
|
1306
|
-
success: boolean;
|
|
1307
1306
|
error: string;
|
|
1307
|
+
success: boolean;
|
|
1308
1308
|
operation: "clear_values";
|
|
1309
1309
|
cleared_range?: string | undefined;
|
|
1310
1310
|
}, {
|
|
1311
|
-
success: boolean;
|
|
1312
1311
|
error: string;
|
|
1312
|
+
success: boolean;
|
|
1313
1313
|
operation: "clear_values";
|
|
1314
1314
|
cleared_range?: string | undefined;
|
|
1315
1315
|
}>, z.ZodObject<{
|
|
@@ -1330,8 +1330,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1330
1330
|
}>, "many">>;
|
|
1331
1331
|
error: z.ZodString;
|
|
1332
1332
|
}, "strip", z.ZodTypeAny, {
|
|
1333
|
-
success: boolean;
|
|
1334
1333
|
error: string;
|
|
1334
|
+
success: boolean;
|
|
1335
1335
|
operation: "batch_read_values";
|
|
1336
1336
|
value_ranges?: {
|
|
1337
1337
|
values: (string | number | boolean)[][];
|
|
@@ -1339,8 +1339,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1339
1339
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
1340
1340
|
}[] | undefined;
|
|
1341
1341
|
}, {
|
|
1342
|
-
success: boolean;
|
|
1343
1342
|
error: string;
|
|
1343
|
+
success: boolean;
|
|
1344
1344
|
operation: "batch_read_values";
|
|
1345
1345
|
value_ranges?: {
|
|
1346
1346
|
values: (string | number | boolean)[][];
|
|
@@ -1372,8 +1372,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1372
1372
|
}>, "many">>;
|
|
1373
1373
|
error: z.ZodString;
|
|
1374
1374
|
}, "strip", z.ZodTypeAny, {
|
|
1375
|
-
success: boolean;
|
|
1376
1375
|
error: string;
|
|
1376
|
+
success: boolean;
|
|
1377
1377
|
operation: "batch_update_values";
|
|
1378
1378
|
total_updated_rows?: number | undefined;
|
|
1379
1379
|
total_updated_columns?: number | undefined;
|
|
@@ -1386,8 +1386,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1386
1386
|
updated_cells?: number | undefined;
|
|
1387
1387
|
}[] | undefined;
|
|
1388
1388
|
}, {
|
|
1389
|
-
success: boolean;
|
|
1390
1389
|
error: string;
|
|
1390
|
+
success: boolean;
|
|
1391
1391
|
operation: "batch_update_values";
|
|
1392
1392
|
total_updated_rows?: number | undefined;
|
|
1393
1393
|
total_updated_columns?: number | undefined;
|
|
@@ -1524,8 +1524,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1524
1524
|
}>>;
|
|
1525
1525
|
error: z.ZodString;
|
|
1526
1526
|
}, "strip", z.ZodTypeAny, {
|
|
1527
|
-
success: boolean;
|
|
1528
1527
|
error: string;
|
|
1528
|
+
success: boolean;
|
|
1529
1529
|
operation: "get_spreadsheet_info";
|
|
1530
1530
|
spreadsheet?: {
|
|
1531
1531
|
spreadsheetId: string;
|
|
@@ -1550,8 +1550,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1550
1550
|
spreadsheetUrl?: string | undefined;
|
|
1551
1551
|
} | undefined;
|
|
1552
1552
|
}, {
|
|
1553
|
-
success: boolean;
|
|
1554
1553
|
error: string;
|
|
1554
|
+
success: boolean;
|
|
1555
1555
|
operation: "get_spreadsheet_info";
|
|
1556
1556
|
spreadsheet?: {
|
|
1557
1557
|
spreadsheetId: string;
|
|
@@ -1700,8 +1700,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1700
1700
|
}>>;
|
|
1701
1701
|
error: z.ZodString;
|
|
1702
1702
|
}, "strip", z.ZodTypeAny, {
|
|
1703
|
-
success: boolean;
|
|
1704
1703
|
error: string;
|
|
1704
|
+
success: boolean;
|
|
1705
1705
|
operation: "create_spreadsheet";
|
|
1706
1706
|
spreadsheet?: {
|
|
1707
1707
|
spreadsheetId: string;
|
|
@@ -1726,8 +1726,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1726
1726
|
spreadsheetUrl?: string | undefined;
|
|
1727
1727
|
} | undefined;
|
|
1728
1728
|
}, {
|
|
1729
|
-
success: boolean;
|
|
1730
1729
|
error: string;
|
|
1730
|
+
success: boolean;
|
|
1731
1731
|
operation: "create_spreadsheet";
|
|
1732
1732
|
spreadsheet?: {
|
|
1733
1733
|
spreadsheetId: string;
|
|
@@ -1758,14 +1758,14 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1758
1758
|
sheet_title: z.ZodOptional<z.ZodString>;
|
|
1759
1759
|
error: z.ZodString;
|
|
1760
1760
|
}, "strip", z.ZodTypeAny, {
|
|
1761
|
-
success: boolean;
|
|
1762
1761
|
error: string;
|
|
1762
|
+
success: boolean;
|
|
1763
1763
|
operation: "add_sheet";
|
|
1764
1764
|
sheet_title?: string | undefined;
|
|
1765
1765
|
sheet_id?: number | undefined;
|
|
1766
1766
|
}, {
|
|
1767
|
-
success: boolean;
|
|
1768
1767
|
error: string;
|
|
1768
|
+
success: boolean;
|
|
1769
1769
|
operation: "add_sheet";
|
|
1770
1770
|
sheet_title?: string | undefined;
|
|
1771
1771
|
sheet_id?: number | undefined;
|
|
@@ -1775,13 +1775,13 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1775
1775
|
deleted_sheet_id: z.ZodOptional<z.ZodNumber>;
|
|
1776
1776
|
error: z.ZodString;
|
|
1777
1777
|
}, "strip", z.ZodTypeAny, {
|
|
1778
|
-
success: boolean;
|
|
1779
1778
|
error: string;
|
|
1779
|
+
success: boolean;
|
|
1780
1780
|
operation: "delete_sheet";
|
|
1781
1781
|
deleted_sheet_id?: number | undefined;
|
|
1782
1782
|
}, {
|
|
1783
|
-
success: boolean;
|
|
1784
1783
|
error: string;
|
|
1784
|
+
success: boolean;
|
|
1785
1785
|
operation: "delete_sheet";
|
|
1786
1786
|
deleted_sheet_id?: number | undefined;
|
|
1787
1787
|
}>]>;
|
|
@@ -22,12 +22,12 @@ declare const HelloWorldResultSchema: z.ZodObject<{
|
|
|
22
22
|
success: z.ZodBoolean;
|
|
23
23
|
error: z.ZodString;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
success: boolean;
|
|
26
25
|
error: string;
|
|
26
|
+
success: boolean;
|
|
27
27
|
greeting: string;
|
|
28
28
|
}, {
|
|
29
|
-
success: boolean;
|
|
30
29
|
error: string;
|
|
30
|
+
success: boolean;
|
|
31
31
|
greeting: string;
|
|
32
32
|
}>;
|
|
33
33
|
type HelloWorldResult = z.output<typeof HelloWorldResultSchema>;
|
|
@@ -54,12 +54,12 @@ export declare class HelloWorldBubble extends ServiceBubble<HelloWorldParams, He
|
|
|
54
54
|
success: z.ZodBoolean;
|
|
55
55
|
error: z.ZodString;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
-
success: boolean;
|
|
58
57
|
error: string;
|
|
58
|
+
success: boolean;
|
|
59
59
|
greeting: string;
|
|
60
60
|
}, {
|
|
61
|
-
success: boolean;
|
|
62
61
|
error: string;
|
|
62
|
+
success: boolean;
|
|
63
63
|
greeting: string;
|
|
64
64
|
}>;
|
|
65
65
|
static readonly shortDescription = "Simple hello world bubble for testing purposes";
|