@bubblelab/bubble-core 0.1.28 → 0.1.30
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 +160 -91
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- 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 +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- 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 +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +128 -128
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +411 -411
- package/dist/bubbles/service-bubble/google-calendar.d.ts +184 -184
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +535 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3659 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +502 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +142 -142
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +198 -198
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1791 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -5,12 +5,12 @@ export declare const ValueRangeSchema: z.ZodObject<{
|
|
|
5
5
|
majorDimension: z.ZodOptional<z.ZodEnum<["ROWS", "COLUMNS"]>>;
|
|
6
6
|
values: z.ZodArray<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>, "many">, "many">;
|
|
7
7
|
}, "strip", z.ZodTypeAny, {
|
|
8
|
-
range: string;
|
|
9
8
|
values: (string | number | boolean)[][];
|
|
9
|
+
range: string;
|
|
10
10
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
11
11
|
}, {
|
|
12
|
-
range: string;
|
|
13
12
|
values: (string | number | boolean)[][];
|
|
13
|
+
range: string;
|
|
14
14
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
15
15
|
}>;
|
|
16
16
|
export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
@@ -142,21 +142,21 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
142
142
|
date_time_render_option: z.ZodDefault<z.ZodOptional<z.ZodEnum<["SERIAL_NUMBER", "FORMATTED_STRING"]>>>;
|
|
143
143
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
145
|
-
range: string;
|
|
146
145
|
operation: "read_values";
|
|
146
|
+
range: string;
|
|
147
147
|
spreadsheet_id: string;
|
|
148
148
|
major_dimension: "ROWS" | "COLUMNS";
|
|
149
149
|
value_render_option: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA";
|
|
150
150
|
date_time_render_option: "SERIAL_NUMBER" | "FORMATTED_STRING";
|
|
151
151
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
152
152
|
}, {
|
|
153
|
-
range: string;
|
|
154
153
|
operation: "read_values";
|
|
154
|
+
range: string;
|
|
155
155
|
spreadsheet_id: string;
|
|
156
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
156
157
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
157
158
|
value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
|
|
158
159
|
date_time_render_option?: "SERIAL_NUMBER" | "FORMATTED_STRING" | undefined;
|
|
159
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
160
160
|
}>, z.ZodObject<{
|
|
161
161
|
operation: z.ZodLiteral<"write_values">;
|
|
162
162
|
spreadsheet_id: z.ZodString;
|
|
@@ -167,21 +167,21 @@ 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
|
-
range: string;
|
|
171
170
|
values: (string | number | boolean)[][];
|
|
172
171
|
operation: "write_values";
|
|
172
|
+
range: string;
|
|
173
173
|
spreadsheet_id: string;
|
|
174
174
|
major_dimension: "ROWS" | "COLUMNS";
|
|
175
175
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
176
176
|
include_values_in_response: boolean;
|
|
177
177
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
178
178
|
}, {
|
|
179
|
-
range: string;
|
|
180
179
|
values: unknown[][];
|
|
181
180
|
operation: "write_values";
|
|
181
|
+
range: string;
|
|
182
182
|
spreadsheet_id: string;
|
|
183
|
-
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
184
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
184
|
+
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
185
185
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
186
186
|
include_values_in_response?: boolean | undefined;
|
|
187
187
|
}>, z.ZodObject<{
|
|
@@ -194,21 +194,21 @@ 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
|
-
range: string;
|
|
198
197
|
values: (string | number | boolean)[][];
|
|
199
198
|
operation: "update_values";
|
|
199
|
+
range: string;
|
|
200
200
|
spreadsheet_id: string;
|
|
201
201
|
major_dimension: "ROWS" | "COLUMNS";
|
|
202
202
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
203
203
|
include_values_in_response: boolean;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}, {
|
|
206
|
-
range: string;
|
|
207
206
|
values: unknown[][];
|
|
208
207
|
operation: "update_values";
|
|
208
|
+
range: string;
|
|
209
209
|
spreadsheet_id: string;
|
|
210
|
-
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
211
210
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
211
|
+
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
212
212
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
213
213
|
include_values_in_response?: boolean | undefined;
|
|
214
214
|
}>, z.ZodObject<{
|
|
@@ -222,9 +222,9 @@ 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
|
-
range: string;
|
|
226
225
|
values: (string | number | boolean)[][];
|
|
227
226
|
operation: "append_values";
|
|
227
|
+
range: string;
|
|
228
228
|
spreadsheet_id: string;
|
|
229
229
|
major_dimension: "ROWS" | "COLUMNS";
|
|
230
230
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
@@ -232,12 +232,12 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
232
232
|
insert_data_option: "OVERWRITE" | "INSERT_ROWS";
|
|
233
233
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
234
234
|
}, {
|
|
235
|
-
range: string;
|
|
236
235
|
values: unknown[][];
|
|
237
236
|
operation: "append_values";
|
|
237
|
+
range: string;
|
|
238
238
|
spreadsheet_id: string;
|
|
239
|
-
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
240
239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
240
|
+
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
241
241
|
value_input_option?: "RAW" | "USER_ENTERED" | undefined;
|
|
242
242
|
include_values_in_response?: boolean | undefined;
|
|
243
243
|
insert_data_option?: "OVERWRITE" | "INSERT_ROWS" | undefined;
|
|
@@ -247,13 +247,13 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
247
247
|
range: z.ZodEffects<z.ZodString, string, string>;
|
|
248
248
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
249
249
|
}, "strip", z.ZodTypeAny, {
|
|
250
|
-
range: string;
|
|
251
250
|
operation: "clear_values";
|
|
251
|
+
range: string;
|
|
252
252
|
spreadsheet_id: string;
|
|
253
253
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
254
254
|
}, {
|
|
255
|
-
range: string;
|
|
256
255
|
operation: "clear_values";
|
|
256
|
+
range: string;
|
|
257
257
|
spreadsheet_id: string;
|
|
258
258
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
259
259
|
}>, z.ZodObject<{
|
|
@@ -276,10 +276,10 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
276
276
|
operation: "batch_read_values";
|
|
277
277
|
spreadsheet_id: string;
|
|
278
278
|
ranges: string[];
|
|
279
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
279
280
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
280
281
|
value_render_option?: "FORMATTED_VALUE" | "UNFORMATTED_VALUE" | "FORMULA" | undefined;
|
|
281
282
|
date_time_render_option?: "SERIAL_NUMBER" | "FORMATTED_STRING" | undefined;
|
|
282
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
283
283
|
}>, z.ZodObject<{
|
|
284
284
|
operation: z.ZodLiteral<"batch_update_values">;
|
|
285
285
|
spreadsheet_id: z.ZodString;
|
|
@@ -288,12 +288,12 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
288
288
|
values: z.ZodEffects<z.ZodArray<z.ZodArray<z.ZodUnknown, "many">, "many">, (string | number | boolean)[][], unknown[][]>;
|
|
289
289
|
major_dimension: z.ZodDefault<z.ZodOptional<z.ZodEnum<["ROWS", "COLUMNS"]>>>;
|
|
290
290
|
}, "strip", z.ZodTypeAny, {
|
|
291
|
-
range: string;
|
|
292
291
|
values: (string | number | boolean)[][];
|
|
292
|
+
range: string;
|
|
293
293
|
major_dimension: "ROWS" | "COLUMNS";
|
|
294
294
|
}, {
|
|
295
|
-
range: string;
|
|
296
295
|
values: unknown[][];
|
|
296
|
+
range: string;
|
|
297
297
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
298
298
|
}>, "many">;
|
|
299
299
|
value_input_option: z.ZodDefault<z.ZodOptional<z.ZodEnum<["RAW", "USER_ENTERED"]>>>;
|
|
@@ -305,8 +305,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
305
305
|
value_input_option: "RAW" | "USER_ENTERED";
|
|
306
306
|
include_values_in_response: boolean;
|
|
307
307
|
value_ranges: {
|
|
308
|
-
range: string;
|
|
309
308
|
values: (string | number | boolean)[][];
|
|
309
|
+
range: string;
|
|
310
310
|
major_dimension: "ROWS" | "COLUMNS";
|
|
311
311
|
}[];
|
|
312
312
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -314,8 +314,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
314
314
|
operation: "batch_update_values";
|
|
315
315
|
spreadsheet_id: string;
|
|
316
316
|
value_ranges: {
|
|
317
|
-
range: string;
|
|
318
317
|
values: unknown[][];
|
|
318
|
+
range: string;
|
|
319
319
|
major_dimension?: "ROWS" | "COLUMNS" | undefined;
|
|
320
320
|
}[];
|
|
321
321
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -396,18 +396,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
396
396
|
major_dimension: z.ZodOptional<z.ZodString>;
|
|
397
397
|
error: z.ZodString;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
operation: "read_values";
|
|
400
|
-
success: boolean;
|
|
401
399
|
error: string;
|
|
402
|
-
|
|
400
|
+
success: boolean;
|
|
401
|
+
operation: "read_values";
|
|
403
402
|
values?: (string | number | boolean)[][] | undefined;
|
|
403
|
+
range?: string | undefined;
|
|
404
404
|
major_dimension?: string | undefined;
|
|
405
405
|
}, {
|
|
406
|
-
operation: "read_values";
|
|
407
|
-
success: boolean;
|
|
408
406
|
error: string;
|
|
409
|
-
|
|
407
|
+
success: boolean;
|
|
408
|
+
operation: "read_values";
|
|
410
409
|
values?: (string | number | boolean)[][] | undefined;
|
|
410
|
+
range?: string | undefined;
|
|
411
411
|
major_dimension?: string | undefined;
|
|
412
412
|
}>, z.ZodObject<{
|
|
413
413
|
operation: z.ZodLiteral<"write_values">;
|
|
@@ -421,39 +421,39 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
421
421
|
majorDimension: z.ZodOptional<z.ZodEnum<["ROWS", "COLUMNS"]>>;
|
|
422
422
|
values: z.ZodArray<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>, "many">, "many">;
|
|
423
423
|
}, "strip", z.ZodTypeAny, {
|
|
424
|
-
range: string;
|
|
425
424
|
values: (string | number | boolean)[][];
|
|
425
|
+
range: string;
|
|
426
426
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
427
427
|
}, {
|
|
428
|
-
range: string;
|
|
429
428
|
values: (string | number | boolean)[][];
|
|
429
|
+
range: string;
|
|
430
430
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
431
431
|
}>>;
|
|
432
432
|
error: z.ZodString;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
|
-
operation: "write_values";
|
|
435
|
-
success: boolean;
|
|
436
434
|
error: string;
|
|
435
|
+
success: boolean;
|
|
436
|
+
operation: "write_values";
|
|
437
437
|
updated_range?: string | undefined;
|
|
438
438
|
updated_rows?: number | undefined;
|
|
439
439
|
updated_columns?: number | undefined;
|
|
440
440
|
updated_cells?: number | undefined;
|
|
441
441
|
updated_data?: {
|
|
442
|
-
range: string;
|
|
443
442
|
values: (string | number | boolean)[][];
|
|
443
|
+
range: string;
|
|
444
444
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
445
445
|
} | undefined;
|
|
446
446
|
}, {
|
|
447
|
-
operation: "write_values";
|
|
448
|
-
success: boolean;
|
|
449
447
|
error: string;
|
|
448
|
+
success: boolean;
|
|
449
|
+
operation: "write_values";
|
|
450
450
|
updated_range?: string | undefined;
|
|
451
451
|
updated_rows?: number | undefined;
|
|
452
452
|
updated_columns?: number | undefined;
|
|
453
453
|
updated_cells?: number | undefined;
|
|
454
454
|
updated_data?: {
|
|
455
|
-
range: string;
|
|
456
455
|
values: (string | number | boolean)[][];
|
|
456
|
+
range: string;
|
|
457
457
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
458
458
|
} | undefined;
|
|
459
459
|
}>, z.ZodObject<{
|
|
@@ -468,39 +468,39 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
468
468
|
majorDimension: z.ZodOptional<z.ZodEnum<["ROWS", "COLUMNS"]>>;
|
|
469
469
|
values: z.ZodArray<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>, "many">, "many">;
|
|
470
470
|
}, "strip", z.ZodTypeAny, {
|
|
471
|
-
range: string;
|
|
472
471
|
values: (string | number | boolean)[][];
|
|
472
|
+
range: string;
|
|
473
473
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
474
474
|
}, {
|
|
475
|
-
range: string;
|
|
476
475
|
values: (string | number | boolean)[][];
|
|
476
|
+
range: string;
|
|
477
477
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
478
478
|
}>>;
|
|
479
479
|
error: z.ZodString;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
operation: "update_values";
|
|
482
|
-
success: boolean;
|
|
483
481
|
error: string;
|
|
482
|
+
success: boolean;
|
|
483
|
+
operation: "update_values";
|
|
484
484
|
updated_range?: string | undefined;
|
|
485
485
|
updated_rows?: number | undefined;
|
|
486
486
|
updated_columns?: number | undefined;
|
|
487
487
|
updated_cells?: number | undefined;
|
|
488
488
|
updated_data?: {
|
|
489
|
-
range: string;
|
|
490
489
|
values: (string | number | boolean)[][];
|
|
490
|
+
range: string;
|
|
491
491
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
492
492
|
} | undefined;
|
|
493
493
|
}, {
|
|
494
|
-
operation: "update_values";
|
|
495
|
-
success: boolean;
|
|
496
494
|
error: string;
|
|
495
|
+
success: boolean;
|
|
496
|
+
operation: "update_values";
|
|
497
497
|
updated_range?: string | undefined;
|
|
498
498
|
updated_rows?: number | undefined;
|
|
499
499
|
updated_columns?: number | undefined;
|
|
500
500
|
updated_cells?: number | undefined;
|
|
501
501
|
updated_data?: {
|
|
502
|
-
range: string;
|
|
503
502
|
values: (string | number | boolean)[][];
|
|
503
|
+
range: string;
|
|
504
504
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
505
505
|
} | undefined;
|
|
506
506
|
}>, z.ZodObject<{
|
|
@@ -513,18 +513,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
513
513
|
updated_cells: z.ZodOptional<z.ZodNumber>;
|
|
514
514
|
error: z.ZodString;
|
|
515
515
|
}, "strip", z.ZodTypeAny, {
|
|
516
|
-
operation: "append_values";
|
|
517
|
-
success: boolean;
|
|
518
516
|
error: string;
|
|
517
|
+
success: boolean;
|
|
518
|
+
operation: "append_values";
|
|
519
519
|
updated_range?: string | undefined;
|
|
520
520
|
updated_rows?: number | undefined;
|
|
521
521
|
updated_columns?: number | undefined;
|
|
522
522
|
updated_cells?: number | undefined;
|
|
523
523
|
table_range?: string | undefined;
|
|
524
524
|
}, {
|
|
525
|
-
operation: "append_values";
|
|
526
|
-
success: boolean;
|
|
527
525
|
error: string;
|
|
526
|
+
success: boolean;
|
|
527
|
+
operation: "append_values";
|
|
528
528
|
updated_range?: string | undefined;
|
|
529
529
|
updated_rows?: number | undefined;
|
|
530
530
|
updated_columns?: number | undefined;
|
|
@@ -536,14 +536,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
536
536
|
cleared_range: z.ZodOptional<z.ZodString>;
|
|
537
537
|
error: z.ZodString;
|
|
538
538
|
}, "strip", z.ZodTypeAny, {
|
|
539
|
-
operation: "clear_values";
|
|
540
|
-
success: boolean;
|
|
541
539
|
error: string;
|
|
540
|
+
success: boolean;
|
|
541
|
+
operation: "clear_values";
|
|
542
542
|
cleared_range?: string | undefined;
|
|
543
543
|
}, {
|
|
544
|
-
operation: "clear_values";
|
|
545
|
-
success: boolean;
|
|
546
544
|
error: string;
|
|
545
|
+
success: boolean;
|
|
546
|
+
operation: "clear_values";
|
|
547
547
|
cleared_range?: string | undefined;
|
|
548
548
|
}>, z.ZodObject<{
|
|
549
549
|
operation: z.ZodLiteral<"batch_read_values">;
|
|
@@ -553,31 +553,31 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
553
553
|
majorDimension: z.ZodOptional<z.ZodEnum<["ROWS", "COLUMNS"]>>;
|
|
554
554
|
values: z.ZodArray<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>, "many">, "many">;
|
|
555
555
|
}, "strip", z.ZodTypeAny, {
|
|
556
|
-
range: string;
|
|
557
556
|
values: (string | number | boolean)[][];
|
|
557
|
+
range: string;
|
|
558
558
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
559
559
|
}, {
|
|
560
|
-
range: string;
|
|
561
560
|
values: (string | number | boolean)[][];
|
|
561
|
+
range: string;
|
|
562
562
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
563
563
|
}>, "many">>;
|
|
564
564
|
error: z.ZodString;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
|
-
operation: "batch_read_values";
|
|
567
|
-
success: boolean;
|
|
568
566
|
error: string;
|
|
567
|
+
success: boolean;
|
|
568
|
+
operation: "batch_read_values";
|
|
569
569
|
value_ranges?: {
|
|
570
|
-
range: string;
|
|
571
570
|
values: (string | number | boolean)[][];
|
|
571
|
+
range: string;
|
|
572
572
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
573
573
|
}[] | undefined;
|
|
574
574
|
}, {
|
|
575
|
-
operation: "batch_read_values";
|
|
576
|
-
success: boolean;
|
|
577
575
|
error: string;
|
|
576
|
+
success: boolean;
|
|
577
|
+
operation: "batch_read_values";
|
|
578
578
|
value_ranges?: {
|
|
579
|
-
range: string;
|
|
580
579
|
values: (string | number | boolean)[][];
|
|
580
|
+
range: string;
|
|
581
581
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
582
582
|
}[] | undefined;
|
|
583
583
|
}>, z.ZodObject<{
|
|
@@ -605,9 +605,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
605
605
|
}>, "many">>;
|
|
606
606
|
error: z.ZodString;
|
|
607
607
|
}, "strip", z.ZodTypeAny, {
|
|
608
|
-
operation: "batch_update_values";
|
|
609
|
-
success: boolean;
|
|
610
608
|
error: string;
|
|
609
|
+
success: boolean;
|
|
610
|
+
operation: "batch_update_values";
|
|
611
611
|
total_updated_rows?: number | undefined;
|
|
612
612
|
total_updated_columns?: number | undefined;
|
|
613
613
|
total_updated_cells?: number | undefined;
|
|
@@ -619,9 +619,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
619
619
|
updated_cells?: number | undefined;
|
|
620
620
|
}[] | undefined;
|
|
621
621
|
}, {
|
|
622
|
-
operation: "batch_update_values";
|
|
623
|
-
success: boolean;
|
|
624
622
|
error: string;
|
|
623
|
+
success: boolean;
|
|
624
|
+
operation: "batch_update_values";
|
|
625
625
|
total_updated_rows?: number | undefined;
|
|
626
626
|
total_updated_columns?: number | undefined;
|
|
627
627
|
total_updated_cells?: number | undefined;
|
|
@@ -757,9 +757,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
757
757
|
}>>;
|
|
758
758
|
error: z.ZodString;
|
|
759
759
|
}, "strip", z.ZodTypeAny, {
|
|
760
|
-
operation: "get_spreadsheet_info";
|
|
761
|
-
success: boolean;
|
|
762
760
|
error: string;
|
|
761
|
+
success: boolean;
|
|
762
|
+
operation: "get_spreadsheet_info";
|
|
763
763
|
spreadsheet?: {
|
|
764
764
|
spreadsheetId: string;
|
|
765
765
|
properties?: {
|
|
@@ -783,9 +783,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
783
783
|
spreadsheetUrl?: string | undefined;
|
|
784
784
|
} | undefined;
|
|
785
785
|
}, {
|
|
786
|
-
operation: "get_spreadsheet_info";
|
|
787
|
-
success: boolean;
|
|
788
786
|
error: string;
|
|
787
|
+
success: boolean;
|
|
788
|
+
operation: "get_spreadsheet_info";
|
|
789
789
|
spreadsheet?: {
|
|
790
790
|
spreadsheetId: string;
|
|
791
791
|
properties?: {
|
|
@@ -933,9 +933,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
933
933
|
}>>;
|
|
934
934
|
error: z.ZodString;
|
|
935
935
|
}, "strip", z.ZodTypeAny, {
|
|
936
|
-
operation: "create_spreadsheet";
|
|
937
|
-
success: boolean;
|
|
938
936
|
error: string;
|
|
937
|
+
success: boolean;
|
|
938
|
+
operation: "create_spreadsheet";
|
|
939
939
|
spreadsheet?: {
|
|
940
940
|
spreadsheetId: string;
|
|
941
941
|
properties?: {
|
|
@@ -959,9 +959,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
959
959
|
spreadsheetUrl?: string | undefined;
|
|
960
960
|
} | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
operation: "create_spreadsheet";
|
|
963
|
-
success: boolean;
|
|
964
962
|
error: string;
|
|
963
|
+
success: boolean;
|
|
964
|
+
operation: "create_spreadsheet";
|
|
965
965
|
spreadsheet?: {
|
|
966
966
|
spreadsheetId: string;
|
|
967
967
|
properties?: {
|
|
@@ -991,15 +991,15 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
991
991
|
sheet_title: z.ZodOptional<z.ZodString>;
|
|
992
992
|
error: z.ZodString;
|
|
993
993
|
}, "strip", z.ZodTypeAny, {
|
|
994
|
-
operation: "add_sheet";
|
|
995
|
-
success: boolean;
|
|
996
994
|
error: string;
|
|
995
|
+
success: boolean;
|
|
996
|
+
operation: "add_sheet";
|
|
997
997
|
sheet_title?: string | undefined;
|
|
998
998
|
sheet_id?: number | undefined;
|
|
999
999
|
}, {
|
|
1000
|
-
operation: "add_sheet";
|
|
1001
|
-
success: boolean;
|
|
1002
1000
|
error: string;
|
|
1001
|
+
success: boolean;
|
|
1002
|
+
operation: "add_sheet";
|
|
1003
1003
|
sheet_title?: string | undefined;
|
|
1004
1004
|
sheet_id?: number | undefined;
|
|
1005
1005
|
}>, z.ZodObject<{
|
|
@@ -1008,14 +1008,14 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
1008
1008
|
deleted_sheet_id: z.ZodOptional<z.ZodNumber>;
|
|
1009
1009
|
error: z.ZodString;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
|
-
operation: "delete_sheet";
|
|
1012
|
-
success: boolean;
|
|
1013
1011
|
error: string;
|
|
1012
|
+
success: boolean;
|
|
1013
|
+
operation: "delete_sheet";
|
|
1014
1014
|
deleted_sheet_id?: number | undefined;
|
|
1015
1015
|
}, {
|
|
1016
|
-
operation: "delete_sheet";
|
|
1017
|
-
success: boolean;
|
|
1018
1016
|
error: string;
|
|
1017
|
+
success: boolean;
|
|
1018
|
+
operation: "delete_sheet";
|
|
1019
1019
|
deleted_sheet_id?: number | undefined;
|
|
1020
1020
|
}>]>;
|
|
1021
1021
|
export type GoogleSheetsResult = z.output<typeof GoogleSheetsResultSchema>;
|