@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- 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/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -43,16 +43,16 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
43
43
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
44
44
|
}, "strip", import("zod").ZodTypeAny, {
|
|
45
45
|
operation: "read_values";
|
|
46
|
-
range: string;
|
|
47
46
|
spreadsheet_id: string;
|
|
47
|
+
range: string;
|
|
48
48
|
major_dimension: "ROWS" | "COLUMNS";
|
|
49
49
|
value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
|
|
50
50
|
date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
|
|
51
51
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
operation: "read_values";
|
|
54
|
-
range: string;
|
|
55
54
|
spreadsheet_id: string;
|
|
55
|
+
range: string;
|
|
56
56
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
57
57
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
58
58
|
value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
|
|
@@ -67,19 +67,19 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
67
67
|
include_values_in_response: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
68
68
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
69
69
|
}, "strip", import("zod").ZodTypeAny, {
|
|
70
|
-
operation: "write_values";
|
|
71
70
|
values: (string | number | boolean)[][];
|
|
72
|
-
|
|
71
|
+
operation: "write_values";
|
|
73
72
|
spreadsheet_id: string;
|
|
73
|
+
range: string;
|
|
74
74
|
major_dimension: "ROWS" | "COLUMNS";
|
|
75
75
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
76
76
|
include_values_in_response: boolean;
|
|
77
77
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
78
78
|
}, {
|
|
79
|
-
operation: "write_values";
|
|
80
79
|
values: unknown[][];
|
|
81
|
-
|
|
80
|
+
operation: "write_values";
|
|
82
81
|
spreadsheet_id: string;
|
|
82
|
+
range: string;
|
|
83
83
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
84
84
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
85
85
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -94,19 +94,19 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
94
94
|
include_values_in_response: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
95
95
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
|
-
operation: "update_values";
|
|
98
97
|
values: (string | number | boolean)[][];
|
|
99
|
-
|
|
98
|
+
operation: "update_values";
|
|
100
99
|
spreadsheet_id: string;
|
|
100
|
+
range: string;
|
|
101
101
|
major_dimension: "ROWS" | "COLUMNS";
|
|
102
102
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
103
103
|
include_values_in_response: boolean;
|
|
104
104
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
105
105
|
}, {
|
|
106
|
-
operation: "update_values";
|
|
107
106
|
values: unknown[][];
|
|
108
|
-
|
|
107
|
+
operation: "update_values";
|
|
109
108
|
spreadsheet_id: string;
|
|
109
|
+
range: string;
|
|
110
110
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
111
111
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
112
112
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -122,20 +122,20 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
122
122
|
include_values_in_response: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
123
123
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
124
124
|
}, "strip", import("zod").ZodTypeAny, {
|
|
125
|
-
operation: "append_values";
|
|
126
125
|
values: (string | number | boolean)[][];
|
|
127
|
-
|
|
126
|
+
operation: "append_values";
|
|
128
127
|
spreadsheet_id: string;
|
|
128
|
+
range: string;
|
|
129
129
|
major_dimension: "ROWS" | "COLUMNS";
|
|
130
130
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
131
131
|
include_values_in_response: boolean;
|
|
132
132
|
insert_data_option: "OVERWRITE" | "INSERT_ROWS";
|
|
133
133
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
134
134
|
}, {
|
|
135
|
-
operation: "append_values";
|
|
136
135
|
values: unknown[][];
|
|
137
|
-
|
|
136
|
+
operation: "append_values";
|
|
138
137
|
spreadsheet_id: string;
|
|
138
|
+
range: string;
|
|
139
139
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
140
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
141
141
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -148,13 +148,13 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
148
148
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
149
149
|
}, "strip", import("zod").ZodTypeAny, {
|
|
150
150
|
operation: "clear_values";
|
|
151
|
-
range: string;
|
|
152
151
|
spreadsheet_id: string;
|
|
152
|
+
range: string;
|
|
153
153
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
154
154
|
}, {
|
|
155
155
|
operation: "clear_values";
|
|
156
|
-
range: string;
|
|
157
156
|
spreadsheet_id: string;
|
|
157
|
+
range: string;
|
|
158
158
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
159
159
|
}>, import("zod").ZodObject<{
|
|
160
160
|
operation: import("zod").ZodLiteral<"batch_read_values">;
|
|
@@ -242,13 +242,13 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
242
242
|
sheet_titles: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
243
243
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
244
244
|
}, "strip", import("zod").ZodTypeAny, {
|
|
245
|
-
operation: "create_spreadsheet";
|
|
246
245
|
title: string;
|
|
246
|
+
operation: "create_spreadsheet";
|
|
247
247
|
sheet_titles: string[];
|
|
248
248
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
249
|
}, {
|
|
250
|
-
operation: "create_spreadsheet";
|
|
251
250
|
title: string;
|
|
251
|
+
operation: "create_spreadsheet";
|
|
252
252
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
253
253
|
sheet_titles?: string[] | undefined;
|
|
254
254
|
}>, import("zod").ZodObject<{
|
|
@@ -544,14 +544,14 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
544
544
|
timeZone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
545
545
|
}, "strip", import("zod").ZodTypeAny, {
|
|
546
546
|
title: string;
|
|
547
|
-
timeZone?: string | undefined;
|
|
548
547
|
locale?: string | undefined;
|
|
549
548
|
autoRecalc?: string | undefined;
|
|
549
|
+
timeZone?: string | undefined;
|
|
550
550
|
}, {
|
|
551
551
|
title: string;
|
|
552
|
-
timeZone?: string | undefined;
|
|
553
552
|
locale?: string | undefined;
|
|
554
553
|
autoRecalc?: string | undefined;
|
|
554
|
+
timeZone?: string | undefined;
|
|
555
555
|
}>>;
|
|
556
556
|
sheets: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
557
557
|
properties: import("zod").ZodObject<{
|
|
@@ -616,9 +616,9 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
616
616
|
spreadsheetId: string;
|
|
617
617
|
properties?: {
|
|
618
618
|
title: string;
|
|
619
|
-
timeZone?: string | undefined;
|
|
620
619
|
locale?: string | undefined;
|
|
621
620
|
autoRecalc?: string | undefined;
|
|
621
|
+
timeZone?: string | undefined;
|
|
622
622
|
} | undefined;
|
|
623
623
|
sheets?: {
|
|
624
624
|
properties: {
|
|
@@ -637,9 +637,9 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
637
637
|
spreadsheetId: string;
|
|
638
638
|
properties?: {
|
|
639
639
|
title: string;
|
|
640
|
-
timeZone?: string | undefined;
|
|
641
640
|
locale?: string | undefined;
|
|
642
641
|
autoRecalc?: string | undefined;
|
|
642
|
+
timeZone?: string | undefined;
|
|
643
643
|
} | undefined;
|
|
644
644
|
sheets?: {
|
|
645
645
|
properties: {
|
|
@@ -664,9 +664,9 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
664
664
|
spreadsheetId: string;
|
|
665
665
|
properties?: {
|
|
666
666
|
title: string;
|
|
667
|
-
timeZone?: string | undefined;
|
|
668
667
|
locale?: string | undefined;
|
|
669
668
|
autoRecalc?: string | undefined;
|
|
669
|
+
timeZone?: string | undefined;
|
|
670
670
|
} | undefined;
|
|
671
671
|
sheets?: {
|
|
672
672
|
properties: {
|
|
@@ -690,9 +690,9 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
690
690
|
spreadsheetId: string;
|
|
691
691
|
properties?: {
|
|
692
692
|
title: string;
|
|
693
|
-
timeZone?: string | undefined;
|
|
694
693
|
locale?: string | undefined;
|
|
695
694
|
autoRecalc?: string | undefined;
|
|
695
|
+
timeZone?: string | undefined;
|
|
696
696
|
} | undefined;
|
|
697
697
|
sheets?: {
|
|
698
698
|
properties: {
|
|
@@ -720,14 +720,14 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
720
720
|
timeZone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
721
721
|
}, "strip", import("zod").ZodTypeAny, {
|
|
722
722
|
title: string;
|
|
723
|
-
timeZone?: string | undefined;
|
|
724
723
|
locale?: string | undefined;
|
|
725
724
|
autoRecalc?: string | undefined;
|
|
725
|
+
timeZone?: string | undefined;
|
|
726
726
|
}, {
|
|
727
727
|
title: string;
|
|
728
|
-
timeZone?: string | undefined;
|
|
729
728
|
locale?: string | undefined;
|
|
730
729
|
autoRecalc?: string | undefined;
|
|
730
|
+
timeZone?: string | undefined;
|
|
731
731
|
}>>;
|
|
732
732
|
sheets: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
733
733
|
properties: import("zod").ZodObject<{
|
|
@@ -792,9 +792,9 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
792
792
|
spreadsheetId: string;
|
|
793
793
|
properties?: {
|
|
794
794
|
title: string;
|
|
795
|
-
timeZone?: string | undefined;
|
|
796
795
|
locale?: string | undefined;
|
|
797
796
|
autoRecalc?: string | undefined;
|
|
797
|
+
timeZone?: string | undefined;
|
|
798
798
|
} | undefined;
|
|
799
799
|
sheets?: {
|
|
800
800
|
properties: {
|
|
@@ -813,9 +813,9 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
813
813
|
spreadsheetId: string;
|
|
814
814
|
properties?: {
|
|
815
815
|
title: string;
|
|
816
|
-
timeZone?: string | undefined;
|
|
817
816
|
locale?: string | undefined;
|
|
818
817
|
autoRecalc?: string | undefined;
|
|
818
|
+
timeZone?: string | undefined;
|
|
819
819
|
} | undefined;
|
|
820
820
|
sheets?: {
|
|
821
821
|
properties: {
|
|
@@ -840,9 +840,9 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
840
840
|
spreadsheetId: string;
|
|
841
841
|
properties?: {
|
|
842
842
|
title: string;
|
|
843
|
-
timeZone?: string | undefined;
|
|
844
843
|
locale?: string | undefined;
|
|
845
844
|
autoRecalc?: string | undefined;
|
|
845
|
+
timeZone?: string | undefined;
|
|
846
846
|
} | undefined;
|
|
847
847
|
sheets?: {
|
|
848
848
|
properties: {
|
|
@@ -866,9 +866,9 @@ export declare class GoogleSheetsBubble<T extends GoogleSheetsParamsInput = Goog
|
|
|
866
866
|
spreadsheetId: string;
|
|
867
867
|
properties?: {
|
|
868
868
|
title: string;
|
|
869
|
-
timeZone?: string | undefined;
|
|
870
869
|
locale?: string | undefined;
|
|
871
870
|
autoRecalc?: string | undefined;
|
|
871
|
+
timeZone?: string | undefined;
|
|
872
872
|
} | undefined;
|
|
873
873
|
sheets?: {
|
|
874
874
|
properties: {
|
|
@@ -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: {
|
|
@@ -143,16 +143,16 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
143
143
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
145
145
|
operation: "read_values";
|
|
146
|
-
range: string;
|
|
147
146
|
spreadsheet_id: string;
|
|
147
|
+
range: string;
|
|
148
148
|
major_dimension: "ROWS" | "COLUMNS";
|
|
149
149
|
value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
|
|
150
150
|
date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
|
|
151
151
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
operation: "read_values";
|
|
154
|
-
range: string;
|
|
155
154
|
spreadsheet_id: string;
|
|
155
|
+
range: string;
|
|
156
156
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
157
157
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
158
158
|
value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
|
|
@@ -167,19 +167,19 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
167
167
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
168
168
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
170
|
-
operation: "write_values";
|
|
171
170
|
values: (string | number | boolean)[][];
|
|
172
|
-
|
|
171
|
+
operation: "write_values";
|
|
173
172
|
spreadsheet_id: string;
|
|
173
|
+
range: string;
|
|
174
174
|
major_dimension: "ROWS" | "COLUMNS";
|
|
175
175
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
176
176
|
include_values_in_response: boolean;
|
|
177
177
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
178
178
|
}, {
|
|
179
|
-
operation: "write_values";
|
|
180
179
|
values: unknown[][];
|
|
181
|
-
|
|
180
|
+
operation: "write_values";
|
|
182
181
|
spreadsheet_id: string;
|
|
182
|
+
range: string;
|
|
183
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
184
184
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
185
185
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -194,19 +194,19 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
194
194
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
195
195
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
-
operation: "update_values";
|
|
198
197
|
values: (string | number | boolean)[][];
|
|
199
|
-
|
|
198
|
+
operation: "update_values";
|
|
200
199
|
spreadsheet_id: string;
|
|
200
|
+
range: string;
|
|
201
201
|
major_dimension: "ROWS" | "COLUMNS";
|
|
202
202
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
203
203
|
include_values_in_response: boolean;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}, {
|
|
206
|
-
operation: "update_values";
|
|
207
206
|
values: unknown[][];
|
|
208
|
-
|
|
207
|
+
operation: "update_values";
|
|
209
208
|
spreadsheet_id: string;
|
|
209
|
+
range: string;
|
|
210
210
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
211
211
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
212
212
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -222,20 +222,20 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
222
222
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
223
223
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
|
-
operation: "append_values";
|
|
226
225
|
values: (string | number | boolean)[][];
|
|
227
|
-
|
|
226
|
+
operation: "append_values";
|
|
228
227
|
spreadsheet_id: string;
|
|
228
|
+
range: string;
|
|
229
229
|
major_dimension: "ROWS" | "COLUMNS";
|
|
230
230
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
231
231
|
include_values_in_response: boolean;
|
|
232
232
|
insert_data_option: "OVERWRITE" | "INSERT_ROWS";
|
|
233
233
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
234
234
|
}, {
|
|
235
|
-
operation: "append_values";
|
|
236
235
|
values: unknown[][];
|
|
237
|
-
|
|
236
|
+
operation: "append_values";
|
|
238
237
|
spreadsheet_id: string;
|
|
238
|
+
range: string;
|
|
239
239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
240
240
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
241
241
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
@@ -248,13 +248,13 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
248
248
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
249
249
|
}, "strip", z.ZodTypeAny, {
|
|
250
250
|
operation: "clear_values";
|
|
251
|
-
range: string;
|
|
252
251
|
spreadsheet_id: string;
|
|
252
|
+
range: string;
|
|
253
253
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
254
254
|
}, {
|
|
255
255
|
operation: "clear_values";
|
|
256
|
-
range: string;
|
|
257
256
|
spreadsheet_id: string;
|
|
257
|
+
range: string;
|
|
258
258
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
259
259
|
}>, z.ZodObject<{
|
|
260
260
|
operation: z.ZodLiteral<"batch_read_values">;
|
|
@@ -342,13 +342,13 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
342
342
|
sheet_titles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
343
343
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
344
344
|
}, "strip", z.ZodTypeAny, {
|
|
345
|
-
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<{
|
|
@@ -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: {
|
|
@@ -764,9 +764,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
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: {
|
|
@@ -790,9 +790,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
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: {
|
|
@@ -940,9 +940,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
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: {
|
|
@@ -966,9 +966,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
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: {
|
|
@@ -22,13 +22,13 @@ declare const HelloWorldResultSchema: z.ZodObject<{
|
|
|
22
22
|
success: z.ZodBoolean;
|
|
23
23
|
error: z.ZodString;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
greeting: string;
|
|
25
26
|
success: boolean;
|
|
26
27
|
error: string;
|
|
27
|
-
greeting: string;
|
|
28
28
|
}, {
|
|
29
|
+
greeting: string;
|
|
29
30
|
success: boolean;
|
|
30
31
|
error: string;
|
|
31
|
-
greeting: string;
|
|
32
32
|
}>;
|
|
33
33
|
type HelloWorldResult = z.output<typeof HelloWorldResultSchema>;
|
|
34
34
|
export declare class HelloWorldBubble extends ServiceBubble<HelloWorldParams, HelloWorldResult> {
|
|
@@ -54,13 +54,13 @@ export declare class HelloWorldBubble extends ServiceBubble<HelloWorldParams, He
|
|
|
54
54
|
success: z.ZodBoolean;
|
|
55
55
|
error: z.ZodString;
|
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
|
57
|
+
greeting: string;
|
|
57
58
|
success: boolean;
|
|
58
59
|
error: string;
|
|
59
|
-
greeting: string;
|
|
60
60
|
}, {
|
|
61
|
+
greeting: string;
|
|
61
62
|
success: boolean;
|
|
62
63
|
error: string;
|
|
63
|
-
greeting: string;
|
|
64
64
|
}>;
|
|
65
65
|
static readonly shortDescription = "Simple hello world bubble for testing purposes";
|
|
66
66
|
static readonly longDescription = "\n A basic hello world bubble that demonstrates the NodeX bubble system.\n Use cases:\n - Testing the bubble execution system\n - Validating NodeX integration\n - Learning bubble development patterns\n ";
|
|
@@ -15,7 +15,7 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
16
|
url: string;
|
|
17
17
|
timeout: number;
|
|
18
|
-
method: "
|
|
18
|
+
method: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
19
|
followRedirects: boolean;
|
|
20
20
|
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -27,7 +27,7 @@ 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?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
31
31
|
body?: string | Record<string, unknown> | undefined;
|
|
32
32
|
followRedirects?: boolean | undefined;
|
|
33
33
|
authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
@@ -46,9 +46,9 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
46
46
|
responseTime: z.ZodNumber;
|
|
47
47
|
size: z.ZodNumber;
|
|
48
48
|
}, "strip", z.ZodTypeAny, {
|
|
49
|
+
status: number;
|
|
49
50
|
success: boolean;
|
|
50
51
|
error: string;
|
|
51
|
-
status: number;
|
|
52
52
|
size: number;
|
|
53
53
|
headers: Record<string, string>;
|
|
54
54
|
body: string;
|
|
@@ -56,9 +56,9 @@ declare const HttpResultSchema: z.ZodObject<{
|
|
|
56
56
|
responseTime: number;
|
|
57
57
|
json?: unknown;
|
|
58
58
|
}, {
|
|
59
|
+
status: number;
|
|
59
60
|
success: boolean;
|
|
60
61
|
error: string;
|
|
61
|
-
status: number;
|
|
62
62
|
size: number;
|
|
63
63
|
headers: Record<string, string>;
|
|
64
64
|
body: string;
|
|
@@ -85,7 +85,7 @@ 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: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
89
89
|
followRedirects: boolean;
|
|
90
90
|
authType: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
91
91
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -97,7 +97,7 @@ 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?: "DELETE" | "GET" | "POST" | "PUT" | "PATCH" | "HEAD" | "OPTIONS" | undefined;
|
|
101
101
|
body?: string | Record<string, unknown> | undefined;
|
|
102
102
|
followRedirects?: boolean | undefined;
|
|
103
103
|
authType?: "custom" | "none" | "bearer" | "basic" | "api-key" | "api-key-header" | undefined;
|
|
@@ -114,9 +114,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
114
114
|
responseTime: z.ZodNumber;
|
|
115
115
|
size: z.ZodNumber;
|
|
116
116
|
}, "strip", z.ZodTypeAny, {
|
|
117
|
+
status: number;
|
|
117
118
|
success: boolean;
|
|
118
119
|
error: string;
|
|
119
|
-
status: number;
|
|
120
120
|
size: number;
|
|
121
121
|
headers: Record<string, string>;
|
|
122
122
|
body: string;
|
|
@@ -124,9 +124,9 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
124
124
|
responseTime: number;
|
|
125
125
|
json?: unknown;
|
|
126
126
|
}, {
|
|
127
|
+
status: number;
|
|
127
128
|
success: boolean;
|
|
128
129
|
error: string;
|
|
129
|
-
status: number;
|
|
130
130
|
size: number;
|
|
131
131
|
headers: Record<string, string>;
|
|
132
132
|
body: string;
|