@bubblelab/bubble-core 0.1.8 → 0.1.10
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 +333 -1438
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +64 -28
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +17 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +16 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-flow/sample/data-analyst-flow.d.ts +1 -1
- package/dist/bubble-flow/sample/data-analyst-flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/error-ts.d.ts +1 -1
- package/dist/bubble-flow/sample/error-ts.d.ts.map +1 -1
- package/dist/bubble-flow/sample/sanitytest.d.ts +1 -1
- package/dist/bubble-flow/sample/sanitytest.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simple-webhook-2.d.ts +1 -1
- package/dist/bubble-flow/sample/simple-webhook-2.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simple-webhook.d.ts +1 -1
- package/dist/bubble-flow/sample/simple-webhook.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/slack-v0.1.d.ts +1 -1
- package/dist/bubble-flow/sample/slack-v0.1.d.ts.map +1 -1
- package/dist/bubble-flow/sample/slackagenttest.d.ts +1 -1
- package/dist/bubble-flow/sample/slackagenttest.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +115 -97
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +276 -96
- 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/actors/youtube-scraper.d.ts +184 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js +145 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts +52 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js +29 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1999 -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 +54 -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 +6 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/index.js +6 -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 +5 -0
- package/dist/bubbles/service-bubble/apify/types.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +626 -132
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +435 -7
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +233 -4
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +65 -75
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.js +2 -2
- package/dist/bubbles/service-bubble/hello-world.js.map +1 -1
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +5 -5
- 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 +18 -18
- package/dist/bubbles/service-bubble/storage.d.ts +4 -4
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +16 -5
- package/dist/bubbles/service-bubble/storage.js.map +1 -1
- package/dist/bubbles/service-bubble/x-twitter.d.ts +814 -0
- package/dist/bubbles/service-bubble/x-twitter.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/x-twitter.js +445 -0
- package/dist/bubbles/service-bubble/x-twitter.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +14 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +101 -47
- 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/reddit-scrape-tool.d.ts +69 -64
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.js +97 -22
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/research-agent-tool.js +5 -5
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +28 -28
- 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 +5 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.js +6 -2
- package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +394 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.js +352 -0
- package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +47 -36
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +96 -65
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +38 -38
- 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 +42 -42
- 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 +22 -22
- 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 +60 -60
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +20 -20
- 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 +66 -66
- 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 +18 -18
- 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 +489 -0
- package/dist/index.d.ts +16 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -1
- 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 +87 -33
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +23 -16
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/test-gm.d.ts +10 -0
- package/dist/test-gm.d.ts.map +1 -0
- package/dist/test-gm.js +95 -0
- package/dist/test-gm.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 +6 -1
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +47 -24
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +3 -13
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/bubble.js +1 -1
- package/dist/types/bubble.js.map +1 -1
- package/dist/types/service-bubble-class.d.ts +5 -5
- 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 +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +9 -3
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/types/workflow-bubble-class.d.ts +1 -1
- package/dist/types/workflow-bubble-class.d.ts.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/bubbleflow-validation.d.ts.map +1 -1
- package/dist/utils/bubbleflow-validation.js +89 -32
- package/dist/utils/bubbleflow-validation.js.map +1 -1
- package/dist/utils/error-sanitizer.d.ts +12 -0
- package/dist/utils/error-sanitizer.d.ts.map +1 -0
- package/dist/utils/error-sanitizer.js +77 -0
- package/dist/utils/error-sanitizer.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 +6 -5
- package/dist/bubble-trigger/index.d.ts +0 -2
- package/dist/bubble-trigger/index.d.ts.map +0 -1
- package/dist/bubble-trigger/index.js +0 -2
- package/dist/bubble-trigger/index.js.map +0 -1
- package/dist/bubble-trigger/types.d.ts +0 -87
- package/dist/bubble-trigger/types.d.ts.map +0 -1
- package/dist/bubble-trigger/types.js +0 -14
- package/dist/bubble-trigger/types.js.map +0 -1
- package/dist/types/ai-models.d.ts +0 -4
- package/dist/types/ai-models.d.ts.map +0 -1
- package/dist/types/ai-models.js +0 -16
- package/dist/types/ai-models.js.map +0 -1
|
@@ -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<{
|
|
@@ -540,8 +540,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
540
540
|
}>>;
|
|
541
541
|
}, "strip", z.ZodTypeAny, {
|
|
542
542
|
title: string;
|
|
543
|
-
index: number;
|
|
544
543
|
sheetId: number;
|
|
544
|
+
index: number;
|
|
545
545
|
sheetType?: string | undefined;
|
|
546
546
|
gridProperties?: {
|
|
547
547
|
rowCount?: number | undefined;
|
|
@@ -549,8 +549,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
549
549
|
} | undefined;
|
|
550
550
|
}, {
|
|
551
551
|
title: string;
|
|
552
|
-
index: number;
|
|
553
552
|
sheetId: number;
|
|
553
|
+
index: number;
|
|
554
554
|
sheetType?: string | undefined;
|
|
555
555
|
gridProperties?: {
|
|
556
556
|
rowCount?: number | undefined;
|
|
@@ -560,8 +560,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
560
560
|
}, "strip", z.ZodTypeAny, {
|
|
561
561
|
properties: {
|
|
562
562
|
title: string;
|
|
563
|
-
index: number;
|
|
564
563
|
sheetId: number;
|
|
564
|
+
index: number;
|
|
565
565
|
sheetType?: string | undefined;
|
|
566
566
|
gridProperties?: {
|
|
567
567
|
rowCount?: number | undefined;
|
|
@@ -571,8 +571,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
571
571
|
}, {
|
|
572
572
|
properties: {
|
|
573
573
|
title: string;
|
|
574
|
-
index: number;
|
|
575
574
|
sheetId: number;
|
|
575
|
+
index: number;
|
|
576
576
|
sheetType?: string | undefined;
|
|
577
577
|
gridProperties?: {
|
|
578
578
|
rowCount?: number | undefined;
|
|
@@ -592,8 +592,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
592
592
|
sheets?: {
|
|
593
593
|
properties: {
|
|
594
594
|
title: string;
|
|
595
|
-
index: number;
|
|
596
595
|
sheetId: number;
|
|
596
|
+
index: number;
|
|
597
597
|
sheetType?: string | undefined;
|
|
598
598
|
gridProperties?: {
|
|
599
599
|
rowCount?: number | undefined;
|
|
@@ -613,8 +613,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
613
613
|
sheets?: {
|
|
614
614
|
properties: {
|
|
615
615
|
title: string;
|
|
616
|
-
index: number;
|
|
617
616
|
sheetId: number;
|
|
617
|
+
index: number;
|
|
618
618
|
sheetType?: string | undefined;
|
|
619
619
|
gridProperties?: {
|
|
620
620
|
rowCount?: number | undefined;
|
|
@@ -640,8 +640,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
640
640
|
sheets?: {
|
|
641
641
|
properties: {
|
|
642
642
|
title: string;
|
|
643
|
-
index: number;
|
|
644
643
|
sheetId: number;
|
|
644
|
+
index: number;
|
|
645
645
|
sheetType?: string | undefined;
|
|
646
646
|
gridProperties?: {
|
|
647
647
|
rowCount?: number | undefined;
|
|
@@ -666,8 +666,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
666
666
|
sheets?: {
|
|
667
667
|
properties: {
|
|
668
668
|
title: string;
|
|
669
|
-
index: number;
|
|
670
669
|
sheetId: number;
|
|
670
|
+
index: number;
|
|
671
671
|
sheetType?: string | undefined;
|
|
672
672
|
gridProperties?: {
|
|
673
673
|
rowCount?: number | undefined;
|
|
@@ -716,8 +716,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
716
716
|
}>>;
|
|
717
717
|
}, "strip", z.ZodTypeAny, {
|
|
718
718
|
title: string;
|
|
719
|
-
index: number;
|
|
720
719
|
sheetId: number;
|
|
720
|
+
index: number;
|
|
721
721
|
sheetType?: string | undefined;
|
|
722
722
|
gridProperties?: {
|
|
723
723
|
rowCount?: number | undefined;
|
|
@@ -725,8 +725,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
725
725
|
} | undefined;
|
|
726
726
|
}, {
|
|
727
727
|
title: string;
|
|
728
|
-
index: number;
|
|
729
728
|
sheetId: number;
|
|
729
|
+
index: number;
|
|
730
730
|
sheetType?: string | undefined;
|
|
731
731
|
gridProperties?: {
|
|
732
732
|
rowCount?: number | undefined;
|
|
@@ -736,8 +736,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
736
736
|
}, "strip", z.ZodTypeAny, {
|
|
737
737
|
properties: {
|
|
738
738
|
title: string;
|
|
739
|
-
index: number;
|
|
740
739
|
sheetId: number;
|
|
740
|
+
index: number;
|
|
741
741
|
sheetType?: string | undefined;
|
|
742
742
|
gridProperties?: {
|
|
743
743
|
rowCount?: number | undefined;
|
|
@@ -747,8 +747,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
747
747
|
}, {
|
|
748
748
|
properties: {
|
|
749
749
|
title: string;
|
|
750
|
-
index: number;
|
|
751
750
|
sheetId: number;
|
|
751
|
+
index: number;
|
|
752
752
|
sheetType?: string | undefined;
|
|
753
753
|
gridProperties?: {
|
|
754
754
|
rowCount?: number | undefined;
|
|
@@ -768,8 +768,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
768
768
|
sheets?: {
|
|
769
769
|
properties: {
|
|
770
770
|
title: string;
|
|
771
|
-
index: number;
|
|
772
771
|
sheetId: number;
|
|
772
|
+
index: number;
|
|
773
773
|
sheetType?: string | undefined;
|
|
774
774
|
gridProperties?: {
|
|
775
775
|
rowCount?: number | undefined;
|
|
@@ -789,8 +789,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
789
789
|
sheets?: {
|
|
790
790
|
properties: {
|
|
791
791
|
title: string;
|
|
792
|
-
index: number;
|
|
793
792
|
sheetId: number;
|
|
793
|
+
index: number;
|
|
794
794
|
sheetType?: string | undefined;
|
|
795
795
|
gridProperties?: {
|
|
796
796
|
rowCount?: number | undefined;
|
|
@@ -816,8 +816,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
816
816
|
sheets?: {
|
|
817
817
|
properties: {
|
|
818
818
|
title: string;
|
|
819
|
-
index: number;
|
|
820
819
|
sheetId: number;
|
|
820
|
+
index: number;
|
|
821
821
|
sheetType?: string | undefined;
|
|
822
822
|
gridProperties?: {
|
|
823
823
|
rowCount?: number | undefined;
|
|
@@ -842,8 +842,8 @@ declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
842
842
|
sheets?: {
|
|
843
843
|
properties: {
|
|
844
844
|
title: string;
|
|
845
|
-
index: number;
|
|
846
845
|
sheetId: number;
|
|
846
|
+
index: number;
|
|
847
847
|
sheetType?: string | undefined;
|
|
848
848
|
gridProperties?: {
|
|
849
849
|
rowCount?: number | undefined;
|
|
@@ -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<{
|
|
@@ -1438,8 +1438,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1438
1438
|
}>>;
|
|
1439
1439
|
}, "strip", z.ZodTypeAny, {
|
|
1440
1440
|
title: string;
|
|
1441
|
-
index: number;
|
|
1442
1441
|
sheetId: number;
|
|
1442
|
+
index: number;
|
|
1443
1443
|
sheetType?: string | undefined;
|
|
1444
1444
|
gridProperties?: {
|
|
1445
1445
|
rowCount?: number | undefined;
|
|
@@ -1447,8 +1447,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1447
1447
|
} | undefined;
|
|
1448
1448
|
}, {
|
|
1449
1449
|
title: string;
|
|
1450
|
-
index: number;
|
|
1451
1450
|
sheetId: number;
|
|
1451
|
+
index: number;
|
|
1452
1452
|
sheetType?: string | undefined;
|
|
1453
1453
|
gridProperties?: {
|
|
1454
1454
|
rowCount?: number | undefined;
|
|
@@ -1458,8 +1458,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1458
1458
|
}, "strip", z.ZodTypeAny, {
|
|
1459
1459
|
properties: {
|
|
1460
1460
|
title: string;
|
|
1461
|
-
index: number;
|
|
1462
1461
|
sheetId: number;
|
|
1462
|
+
index: number;
|
|
1463
1463
|
sheetType?: string | undefined;
|
|
1464
1464
|
gridProperties?: {
|
|
1465
1465
|
rowCount?: number | undefined;
|
|
@@ -1469,8 +1469,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1469
1469
|
}, {
|
|
1470
1470
|
properties: {
|
|
1471
1471
|
title: string;
|
|
1472
|
-
index: number;
|
|
1473
1472
|
sheetId: number;
|
|
1473
|
+
index: number;
|
|
1474
1474
|
sheetType?: string | undefined;
|
|
1475
1475
|
gridProperties?: {
|
|
1476
1476
|
rowCount?: number | undefined;
|
|
@@ -1490,8 +1490,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1490
1490
|
sheets?: {
|
|
1491
1491
|
properties: {
|
|
1492
1492
|
title: string;
|
|
1493
|
-
index: number;
|
|
1494
1493
|
sheetId: number;
|
|
1494
|
+
index: number;
|
|
1495
1495
|
sheetType?: string | undefined;
|
|
1496
1496
|
gridProperties?: {
|
|
1497
1497
|
rowCount?: number | undefined;
|
|
@@ -1511,8 +1511,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1511
1511
|
sheets?: {
|
|
1512
1512
|
properties: {
|
|
1513
1513
|
title: string;
|
|
1514
|
-
index: number;
|
|
1515
1514
|
sheetId: number;
|
|
1515
|
+
index: number;
|
|
1516
1516
|
sheetType?: string | undefined;
|
|
1517
1517
|
gridProperties?: {
|
|
1518
1518
|
rowCount?: number | undefined;
|
|
@@ -1538,8 +1538,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1538
1538
|
sheets?: {
|
|
1539
1539
|
properties: {
|
|
1540
1540
|
title: string;
|
|
1541
|
-
index: number;
|
|
1542
1541
|
sheetId: number;
|
|
1542
|
+
index: number;
|
|
1543
1543
|
sheetType?: string | undefined;
|
|
1544
1544
|
gridProperties?: {
|
|
1545
1545
|
rowCount?: number | undefined;
|
|
@@ -1564,8 +1564,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1564
1564
|
sheets?: {
|
|
1565
1565
|
properties: {
|
|
1566
1566
|
title: string;
|
|
1567
|
-
index: number;
|
|
1568
1567
|
sheetId: number;
|
|
1568
|
+
index: number;
|
|
1569
1569
|
sheetType?: string | undefined;
|
|
1570
1570
|
gridProperties?: {
|
|
1571
1571
|
rowCount?: number | undefined;
|
|
@@ -1614,8 +1614,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1614
1614
|
}>>;
|
|
1615
1615
|
}, "strip", z.ZodTypeAny, {
|
|
1616
1616
|
title: string;
|
|
1617
|
-
index: number;
|
|
1618
1617
|
sheetId: number;
|
|
1618
|
+
index: number;
|
|
1619
1619
|
sheetType?: string | undefined;
|
|
1620
1620
|
gridProperties?: {
|
|
1621
1621
|
rowCount?: number | undefined;
|
|
@@ -1623,8 +1623,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1623
1623
|
} | undefined;
|
|
1624
1624
|
}, {
|
|
1625
1625
|
title: string;
|
|
1626
|
-
index: number;
|
|
1627
1626
|
sheetId: number;
|
|
1627
|
+
index: number;
|
|
1628
1628
|
sheetType?: string | undefined;
|
|
1629
1629
|
gridProperties?: {
|
|
1630
1630
|
rowCount?: number | undefined;
|
|
@@ -1634,8 +1634,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1634
1634
|
}, "strip", z.ZodTypeAny, {
|
|
1635
1635
|
properties: {
|
|
1636
1636
|
title: string;
|
|
1637
|
-
index: number;
|
|
1638
1637
|
sheetId: number;
|
|
1638
|
+
index: number;
|
|
1639
1639
|
sheetType?: string | undefined;
|
|
1640
1640
|
gridProperties?: {
|
|
1641
1641
|
rowCount?: number | undefined;
|
|
@@ -1645,8 +1645,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1645
1645
|
}, {
|
|
1646
1646
|
properties: {
|
|
1647
1647
|
title: string;
|
|
1648
|
-
index: number;
|
|
1649
1648
|
sheetId: number;
|
|
1649
|
+
index: number;
|
|
1650
1650
|
sheetType?: string | undefined;
|
|
1651
1651
|
gridProperties?: {
|
|
1652
1652
|
rowCount?: number | undefined;
|
|
@@ -1666,8 +1666,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1666
1666
|
sheets?: {
|
|
1667
1667
|
properties: {
|
|
1668
1668
|
title: string;
|
|
1669
|
-
index: number;
|
|
1670
1669
|
sheetId: number;
|
|
1670
|
+
index: number;
|
|
1671
1671
|
sheetType?: string | undefined;
|
|
1672
1672
|
gridProperties?: {
|
|
1673
1673
|
rowCount?: number | undefined;
|
|
@@ -1687,8 +1687,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1687
1687
|
sheets?: {
|
|
1688
1688
|
properties: {
|
|
1689
1689
|
title: string;
|
|
1690
|
-
index: number;
|
|
1691
1690
|
sheetId: number;
|
|
1691
|
+
index: number;
|
|
1692
1692
|
sheetType?: string | undefined;
|
|
1693
1693
|
gridProperties?: {
|
|
1694
1694
|
rowCount?: number | undefined;
|
|
@@ -1714,8 +1714,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1714
1714
|
sheets?: {
|
|
1715
1715
|
properties: {
|
|
1716
1716
|
title: string;
|
|
1717
|
-
index: number;
|
|
1718
1717
|
sheetId: number;
|
|
1718
|
+
index: number;
|
|
1719
1719
|
sheetType?: string | undefined;
|
|
1720
1720
|
gridProperties?: {
|
|
1721
1721
|
rowCount?: number | undefined;
|
|
@@ -1740,8 +1740,8 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParams = GoogleShe
|
|
|
1740
1740
|
sheets?: {
|
|
1741
1741
|
properties: {
|
|
1742
1742
|
title: string;
|
|
1743
|
-
index: number;
|
|
1744
1743
|
sheetId: number;
|
|
1744
|
+
index: number;
|
|
1745
1745
|
sheetType?: string | undefined;
|
|
1746
1746
|
gridProperties?: {
|
|
1747
1747
|
rowCount?: number | undefined;
|
|
@@ -57,8 +57,8 @@ export class HelloWorldBubble extends ServiceBubble {
|
|
|
57
57
|
async performAction(context) {
|
|
58
58
|
// Context is available but not currently used in this implementation
|
|
59
59
|
void context;
|
|
60
|
-
// Simulate some processing, random delay between
|
|
61
|
-
const delay = Math.floor(Math.random() *
|
|
60
|
+
// Simulate some processing, random delay between 200- 700ms
|
|
61
|
+
const delay = Math.floor(Math.random() * 500) + 200;
|
|
62
62
|
await new Promise((resolve) => setTimeout(resolve, delay));
|
|
63
63
|
const greeting = `${this.params.message} ${this.params.name}!`;
|
|
64
64
|
return { greeting, success: true, error: '' };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hello-world.js","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/hello-world.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAEpE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,sEAAsE;AAEtE,0DAA0D;AAC1D,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,kBAAkB,CAAC;SAC1B,QAAQ,CAAC,yCAAyC,CAAC;IACtD,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,mBAAmB,CAAC;SAC5B,QAAQ,CAAC,yBAAyB,CAAC;IACtC,WAAW,EAAE,CAAC;SACX,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;SAChD,QAAQ,EAAE;SACV,QAAQ,CACP,iEAAiE,CAClE;CACJ,CAAC,CAAC;AAOH,0CAA0C;AAC1C,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IAC/D,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,sCAAsC,CAAC;IACrE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;CAChE,CAAC,CAAC;AAIH,MAAM,OAAO,gBAAiB,SAAQ,aAGrC;IACC,MAAM,CAAU,OAAO,GAAG,YAAY,CAAC;IACvC,MAAM,CAAU,QAAQ,GAAG,MAAe,CAAC;IAC3C,MAAM,CAAU,UAAU,GAAG,aAAa,CAAC;IAC3C,MAAM,CAAU,IAAI,GAAG,SAAkB,CAAC;IAC1C,MAAM,CAAU,MAAM,GAAG,sBAAsB,CAAC;IAChD,MAAM,CAAU,YAAY,GAAG,sBAAsB,CAAC;IACtD,MAAM,CAAU,gBAAgB,GAC9B,gDAAgD,CAAC;IACnD,MAAM,CAAU,eAAe,GAAG;;;;;;GAMjC,CAAC;IACF,MAAM,CAAU,KAAK,GAAG,OAAO,CAAC;IAEhC,YACE,SAAgC;QAC9B,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,mBAAmB;KAC7B,EACD,OAAuB;QAEvB,KAAK,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzB,CAAC;IAES,gBAAgB;QACxB,iDAAiD;QACjD,OAAO,SAAS,CAAC;IACnB,CAAC;IAEM,KAAK,CAAC,cAAc;QACzB,iDAAiD;QACjD,OAAO,IAAI,CAAC;IACd,CAAC;IAES,KAAK,CAAC,aAAa,CAC3B,OAAuB;QAEvB,qEAAqE;QACrE,KAAK,OAAO,CAAC;QACb,
|
|
1
|
+
{"version":3,"file":"hello-world.js","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/hello-world.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAEpE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,sEAAsE;AAEtE,0DAA0D;AAC1D,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,GAAG,CAAC,CAAC,EAAE,kBAAkB,CAAC;SAC1B,QAAQ,CAAC,yCAAyC,CAAC;IACtD,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,OAAO,CAAC,mBAAmB,CAAC;SAC5B,QAAQ,CAAC,yBAAyB,CAAC;IACtC,WAAW,EAAE,CAAC;SACX,MAAM,CAAC,CAAC,CAAC,UAAU,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;SAChD,QAAQ,EAAE;SACV,QAAQ,CACP,iEAAiE,CAClE;CACJ,CAAC,CAAC;AAOH,0CAA0C;AAC1C,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IAC/D,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,sCAAsC,CAAC;IACrE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,mCAAmC,CAAC;CAChE,CAAC,CAAC;AAIH,MAAM,OAAO,gBAAiB,SAAQ,aAGrC;IACC,MAAM,CAAU,OAAO,GAAG,YAAY,CAAC;IACvC,MAAM,CAAU,QAAQ,GAAG,MAAe,CAAC;IAC3C,MAAM,CAAU,UAAU,GAAG,aAAa,CAAC;IAC3C,MAAM,CAAU,IAAI,GAAG,SAAkB,CAAC;IAC1C,MAAM,CAAU,MAAM,GAAG,sBAAsB,CAAC;IAChD,MAAM,CAAU,YAAY,GAAG,sBAAsB,CAAC;IACtD,MAAM,CAAU,gBAAgB,GAC9B,gDAAgD,CAAC;IACnD,MAAM,CAAU,eAAe,GAAG;;;;;;GAMjC,CAAC;IACF,MAAM,CAAU,KAAK,GAAG,OAAO,CAAC;IAEhC,YACE,SAAgC;QAC9B,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,mBAAmB;KAC7B,EACD,OAAuB;QAEvB,KAAK,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzB,CAAC;IAES,gBAAgB;QACxB,iDAAiD;QACjD,OAAO,SAAS,CAAC;IACnB,CAAC;IAEM,KAAK,CAAC,cAAc;QACzB,iDAAiD;QACjD,OAAO,IAAI,CAAC;IACd,CAAC;IAES,KAAK,CAAC,aAAa,CAC3B,OAAuB;QAEvB,qEAAqE;QACrE,KAAK,OAAO,CAAC;QACb,4DAA4D;QAC5D,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC;QACpD,MAAM,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;QAE3D,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,GAAG,CAAC;QAC/D,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC;IAChD,CAAC"}
|
|
@@ -23,8 +23,8 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
23
23
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
24
24
|
timeout?: number | undefined;
|
|
25
25
|
headers?: Record<string, string> | undefined;
|
|
26
|
-
body?: string | Record<string, unknown> | undefined;
|
|
27
26
|
method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
27
|
+
body?: string | Record<string, unknown> | undefined;
|
|
28
28
|
followRedirects?: boolean | undefined;
|
|
29
29
|
}>;
|
|
30
30
|
type HttpParamsInput = z.input<typeof HttpParamsSchema>;
|
|
@@ -44,8 +44,8 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
44
44
|
success: boolean;
|
|
45
45
|
error: string;
|
|
46
46
|
headers: Record<string, string>;
|
|
47
|
-
body: string;
|
|
48
47
|
size: number;
|
|
48
|
+
body: string;
|
|
49
49
|
statusText: string;
|
|
50
50
|
responseTime: number;
|
|
51
51
|
json?: unknown;
|
|
@@ -54,8 +54,8 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
54
54
|
success: boolean;
|
|
55
55
|
error: string;
|
|
56
56
|
headers: Record<string, string>;
|
|
57
|
-
body: string;
|
|
58
57
|
size: number;
|
|
58
|
+
body: string;
|
|
59
59
|
statusText: string;
|
|
60
60
|
responseTime: number;
|
|
61
61
|
json?: unknown;
|
|
@@ -87,8 +87,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
87
87
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
88
88
|
timeout?: number | undefined;
|
|
89
89
|
headers?: Record<string, string> | undefined;
|
|
90
|
-
body?: string | Record<string, unknown> | undefined;
|
|
91
90
|
method?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
91
|
+
body?: string | Record<string, unknown> | undefined;
|
|
92
92
|
followRedirects?: boolean | undefined;
|
|
93
93
|
}>;
|
|
94
94
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -106,8 +106,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
106
106
|
success: boolean;
|
|
107
107
|
error: string;
|
|
108
108
|
headers: Record<string, string>;
|
|
109
|
-
body: string;
|
|
110
109
|
size: number;
|
|
110
|
+
body: string;
|
|
111
111
|
statusText: string;
|
|
112
112
|
responseTime: number;
|
|
113
113
|
json?: unknown;
|
|
@@ -116,8 +116,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
116
116
|
success: boolean;
|
|
117
117
|
error: string;
|
|
118
118
|
headers: Record<string, string>;
|
|
119
|
-
body: string;
|
|
120
119
|
size: number;
|
|
120
|
+
body: string;
|
|
121
121
|
statusText: string;
|
|
122
122
|
responseTime: number;
|
|
123
123
|
json?: unknown;
|
|
@@ -12,20 +12,20 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
|
|
|
12
12
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
13
13
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
parameters: unknown[];
|
|
16
15
|
timeout: number;
|
|
17
16
|
ignoreSSL: boolean;
|
|
18
17
|
query: string;
|
|
19
18
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
19
|
+
parameters: unknown[];
|
|
20
20
|
maxRows: number;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
query: string;
|
|
24
|
-
parameters?: unknown[] | undefined;
|
|
25
24
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
26
25
|
timeout?: number | undefined;
|
|
27
26
|
ignoreSSL?: boolean | undefined;
|
|
28
27
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
28
|
+
parameters?: unknown[] | undefined;
|
|
29
29
|
maxRows?: number | undefined;
|
|
30
30
|
}>;
|
|
31
31
|
type PostgreSQLParamsInput = z.input<typeof PostgreSQLParamsSchema>;
|
|
@@ -89,20 +89,20 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
89
89
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
90
90
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
parameters: unknown[];
|
|
93
92
|
timeout: number;
|
|
94
93
|
ignoreSSL: boolean;
|
|
95
94
|
query: string;
|
|
96
95
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
96
|
+
parameters: unknown[];
|
|
97
97
|
maxRows: number;
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
99
99
|
}, {
|
|
100
100
|
query: string;
|
|
101
|
-
parameters?: unknown[] | undefined;
|
|
102
101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
103
102
|
timeout?: number | undefined;
|
|
104
103
|
ignoreSSL?: boolean | undefined;
|
|
105
104
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
105
|
+
parameters?: unknown[] | undefined;
|
|
106
106
|
maxRows?: number | undefined;
|
|
107
107
|
}>;
|
|
108
108
|
static readonly resultSchema: z.ZodObject<{
|