@bubblelab/bubble-core 0.1.70 → 0.1.72
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 +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +58 -58
- package/dist/bubbles/service-bubble/google-drive.d.ts +2 -63
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +16 -61
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +74 -74
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles.json +4 -69
- package/package.json +2 -2
|
@@ -49,8 +49,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
|
49
49
|
}>>;
|
|
50
50
|
}, "strip", z.ZodTypeAny, {
|
|
51
51
|
title: string;
|
|
52
|
-
sheetId: number;
|
|
53
52
|
index: number;
|
|
53
|
+
sheetId: number;
|
|
54
54
|
sheetType?: string | undefined;
|
|
55
55
|
gridProperties?: {
|
|
56
56
|
rowCount?: number | undefined;
|
|
@@ -58,8 +58,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
|
58
58
|
} | undefined;
|
|
59
59
|
}, {
|
|
60
60
|
title: string;
|
|
61
|
-
sheetId: number;
|
|
62
61
|
index: number;
|
|
62
|
+
sheetId: number;
|
|
63
63
|
sheetType?: string | undefined;
|
|
64
64
|
gridProperties?: {
|
|
65
65
|
rowCount?: number | undefined;
|
|
@@ -69,8 +69,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
|
69
69
|
}, "strip", z.ZodTypeAny, {
|
|
70
70
|
properties: {
|
|
71
71
|
title: string;
|
|
72
|
-
sheetId: number;
|
|
73
72
|
index: number;
|
|
73
|
+
sheetId: number;
|
|
74
74
|
sheetType?: string | undefined;
|
|
75
75
|
gridProperties?: {
|
|
76
76
|
rowCount?: number | undefined;
|
|
@@ -80,8 +80,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
|
80
80
|
}, {
|
|
81
81
|
properties: {
|
|
82
82
|
title: string;
|
|
83
|
-
sheetId: number;
|
|
84
83
|
index: number;
|
|
84
|
+
sheetId: number;
|
|
85
85
|
sheetType?: string | undefined;
|
|
86
86
|
gridProperties?: {
|
|
87
87
|
rowCount?: number | undefined;
|
|
@@ -101,8 +101,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
|
101
101
|
sheets?: {
|
|
102
102
|
properties: {
|
|
103
103
|
title: string;
|
|
104
|
-
sheetId: number;
|
|
105
104
|
index: number;
|
|
105
|
+
sheetId: number;
|
|
106
106
|
sheetType?: string | undefined;
|
|
107
107
|
gridProperties?: {
|
|
108
108
|
rowCount?: number | undefined;
|
|
@@ -122,8 +122,8 @@ export declare const SpreadsheetInfoSchema: z.ZodObject<{
|
|
|
122
122
|
sheets?: {
|
|
123
123
|
properties: {
|
|
124
124
|
title: string;
|
|
125
|
-
sheetId: number;
|
|
126
125
|
index: number;
|
|
126
|
+
sheetId: number;
|
|
127
127
|
sheetType?: string | undefined;
|
|
128
128
|
gridProperties?: {
|
|
129
129
|
rowCount?: number | undefined;
|
|
@@ -167,8 +167,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
167
167
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
168
168
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
169
169
|
}, "strip", z.ZodTypeAny, {
|
|
170
|
-
values: (string | number | boolean)[][];
|
|
171
170
|
operation: "write_values";
|
|
171
|
+
values: (string | number | boolean)[][];
|
|
172
172
|
range: string;
|
|
173
173
|
spreadsheet_id: string;
|
|
174
174
|
major_dimension: "ROWS" | "COLUMNS";
|
|
@@ -176,8 +176,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
176
176
|
include_values_in_response: boolean;
|
|
177
177
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
178
178
|
}, {
|
|
179
|
-
values: unknown[][];
|
|
180
179
|
operation: "write_values";
|
|
180
|
+
values: unknown[][];
|
|
181
181
|
range: string;
|
|
182
182
|
spreadsheet_id: string;
|
|
183
183
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -194,8 +194,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
194
194
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
195
195
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
196
196
|
}, "strip", z.ZodTypeAny, {
|
|
197
|
-
values: (string | number | boolean)[][];
|
|
198
197
|
operation: "update_values";
|
|
198
|
+
values: (string | number | boolean)[][];
|
|
199
199
|
range: string;
|
|
200
200
|
spreadsheet_id: string;
|
|
201
201
|
major_dimension: "ROWS" | "COLUMNS";
|
|
@@ -203,8 +203,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
203
203
|
include_values_in_response: boolean;
|
|
204
204
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
205
205
|
}, {
|
|
206
|
-
values: unknown[][];
|
|
207
206
|
operation: "update_values";
|
|
207
|
+
values: unknown[][];
|
|
208
208
|
range: string;
|
|
209
209
|
spreadsheet_id: string;
|
|
210
210
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -222,8 +222,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
222
222
|
include_values_in_response: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
223
223
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
|
-
values: (string | number | boolean)[][];
|
|
226
225
|
operation: "append_values";
|
|
226
|
+
values: (string | number | boolean)[][];
|
|
227
227
|
range: string;
|
|
228
228
|
spreadsheet_id: string;
|
|
229
229
|
major_dimension: "ROWS" | "COLUMNS";
|
|
@@ -232,8 +232,8 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
232
232
|
insert_data_option: "OVERWRITE" | "INSERT_ROWS";
|
|
233
233
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
234
234
|
}, {
|
|
235
|
-
values: unknown[][];
|
|
236
235
|
operation: "append_values";
|
|
236
|
+
values: unknown[][];
|
|
237
237
|
range: string;
|
|
238
238
|
spreadsheet_id: string;
|
|
239
239
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -342,13 +342,13 @@ export declare const GoogleSheetsParamsSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
342
342
|
sheet_titles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
343
343
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
344
344
|
}, "strip", z.ZodTypeAny, {
|
|
345
|
-
title: string;
|
|
346
345
|
operation: "create_spreadsheet";
|
|
346
|
+
title: string;
|
|
347
347
|
sheet_titles: string[];
|
|
348
348
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
349
349
|
}, {
|
|
350
|
-
title: string;
|
|
351
350
|
operation: "create_spreadsheet";
|
|
351
|
+
title: string;
|
|
352
352
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
353
353
|
sheet_titles?: string[] | undefined;
|
|
354
354
|
}>, z.ZodObject<{
|
|
@@ -396,16 +396,16 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
396
396
|
major_dimension: z.ZodOptional<z.ZodString>;
|
|
397
397
|
error: z.ZodString;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
error: string;
|
|
400
|
-
success: boolean;
|
|
401
399
|
operation: "read_values";
|
|
400
|
+
success: boolean;
|
|
401
|
+
error: string;
|
|
402
402
|
values?: (string | number | boolean)[][] | undefined;
|
|
403
403
|
range?: string | undefined;
|
|
404
404
|
major_dimension?: string | undefined;
|
|
405
405
|
}, {
|
|
406
|
-
error: string;
|
|
407
|
-
success: boolean;
|
|
408
406
|
operation: "read_values";
|
|
407
|
+
success: boolean;
|
|
408
|
+
error: string;
|
|
409
409
|
values?: (string | number | boolean)[][] | undefined;
|
|
410
410
|
range?: string | undefined;
|
|
411
411
|
major_dimension?: string | undefined;
|
|
@@ -431,9 +431,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
431
431
|
}>>;
|
|
432
432
|
error: z.ZodString;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
|
-
error: string;
|
|
435
|
-
success: boolean;
|
|
436
434
|
operation: "write_values";
|
|
435
|
+
success: boolean;
|
|
436
|
+
error: string;
|
|
437
437
|
updated_range?: string | undefined;
|
|
438
438
|
updated_rows?: number | undefined;
|
|
439
439
|
updated_columns?: number | undefined;
|
|
@@ -444,9 +444,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
444
444
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
445
445
|
} | undefined;
|
|
446
446
|
}, {
|
|
447
|
-
error: string;
|
|
448
|
-
success: boolean;
|
|
449
447
|
operation: "write_values";
|
|
448
|
+
success: boolean;
|
|
449
|
+
error: string;
|
|
450
450
|
updated_range?: string | undefined;
|
|
451
451
|
updated_rows?: number | undefined;
|
|
452
452
|
updated_columns?: number | undefined;
|
|
@@ -478,9 +478,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
478
478
|
}>>;
|
|
479
479
|
error: z.ZodString;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
error: string;
|
|
482
|
-
success: boolean;
|
|
483
481
|
operation: "update_values";
|
|
482
|
+
success: boolean;
|
|
483
|
+
error: string;
|
|
484
484
|
updated_range?: string | undefined;
|
|
485
485
|
updated_rows?: number | undefined;
|
|
486
486
|
updated_columns?: number | undefined;
|
|
@@ -491,9 +491,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
491
491
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
492
492
|
} | undefined;
|
|
493
493
|
}, {
|
|
494
|
-
error: string;
|
|
495
|
-
success: boolean;
|
|
496
494
|
operation: "update_values";
|
|
495
|
+
success: boolean;
|
|
496
|
+
error: string;
|
|
497
497
|
updated_range?: string | undefined;
|
|
498
498
|
updated_rows?: number | undefined;
|
|
499
499
|
updated_columns?: number | undefined;
|
|
@@ -513,18 +513,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
513
513
|
updated_cells: z.ZodOptional<z.ZodNumber>;
|
|
514
514
|
error: z.ZodString;
|
|
515
515
|
}, "strip", z.ZodTypeAny, {
|
|
516
|
-
error: string;
|
|
517
|
-
success: boolean;
|
|
518
516
|
operation: "append_values";
|
|
517
|
+
success: boolean;
|
|
518
|
+
error: string;
|
|
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
|
-
error: string;
|
|
526
|
-
success: boolean;
|
|
527
525
|
operation: "append_values";
|
|
526
|
+
success: boolean;
|
|
527
|
+
error: string;
|
|
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
|
-
error: string;
|
|
540
|
-
success: boolean;
|
|
541
539
|
operation: "clear_values";
|
|
540
|
+
success: boolean;
|
|
541
|
+
error: string;
|
|
542
542
|
cleared_range?: string | undefined;
|
|
543
543
|
}, {
|
|
544
|
-
error: string;
|
|
545
|
-
success: boolean;
|
|
546
544
|
operation: "clear_values";
|
|
545
|
+
success: boolean;
|
|
546
|
+
error: string;
|
|
547
547
|
cleared_range?: string | undefined;
|
|
548
548
|
}>, z.ZodObject<{
|
|
549
549
|
operation: z.ZodLiteral<"batch_read_values">;
|
|
@@ -563,18 +563,18 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
563
563
|
}>, "many">>;
|
|
564
564
|
error: z.ZodString;
|
|
565
565
|
}, "strip", z.ZodTypeAny, {
|
|
566
|
-
error: string;
|
|
567
|
-
success: boolean;
|
|
568
566
|
operation: "batch_read_values";
|
|
567
|
+
success: boolean;
|
|
568
|
+
error: string;
|
|
569
569
|
value_ranges?: {
|
|
570
570
|
values: (string | number | boolean)[][];
|
|
571
571
|
range: string;
|
|
572
572
|
majorDimension?: "ROWS" | "COLUMNS" | undefined;
|
|
573
573
|
}[] | undefined;
|
|
574
574
|
}, {
|
|
575
|
-
error: string;
|
|
576
|
-
success: boolean;
|
|
577
575
|
operation: "batch_read_values";
|
|
576
|
+
success: boolean;
|
|
577
|
+
error: string;
|
|
578
578
|
value_ranges?: {
|
|
579
579
|
values: (string | number | boolean)[][];
|
|
580
580
|
range: string;
|
|
@@ -605,9 +605,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
605
605
|
}>, "many">>;
|
|
606
606
|
error: z.ZodString;
|
|
607
607
|
}, "strip", z.ZodTypeAny, {
|
|
608
|
-
error: string;
|
|
609
|
-
success: boolean;
|
|
610
608
|
operation: "batch_update_values";
|
|
609
|
+
success: boolean;
|
|
610
|
+
error: string;
|
|
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
|
-
error: string;
|
|
623
|
-
success: boolean;
|
|
624
622
|
operation: "batch_update_values";
|
|
623
|
+
success: boolean;
|
|
624
|
+
error: string;
|
|
625
625
|
total_updated_rows?: number | undefined;
|
|
626
626
|
total_updated_columns?: number | undefined;
|
|
627
627
|
total_updated_cells?: number | undefined;
|
|
@@ -671,8 +671,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
671
671
|
}>>;
|
|
672
672
|
}, "strip", z.ZodTypeAny, {
|
|
673
673
|
title: string;
|
|
674
|
-
sheetId: number;
|
|
675
674
|
index: number;
|
|
675
|
+
sheetId: number;
|
|
676
676
|
sheetType?: string | undefined;
|
|
677
677
|
gridProperties?: {
|
|
678
678
|
rowCount?: number | undefined;
|
|
@@ -680,8 +680,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
680
680
|
} | undefined;
|
|
681
681
|
}, {
|
|
682
682
|
title: string;
|
|
683
|
-
sheetId: number;
|
|
684
683
|
index: number;
|
|
684
|
+
sheetId: number;
|
|
685
685
|
sheetType?: string | undefined;
|
|
686
686
|
gridProperties?: {
|
|
687
687
|
rowCount?: number | undefined;
|
|
@@ -691,8 +691,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
691
691
|
}, "strip", z.ZodTypeAny, {
|
|
692
692
|
properties: {
|
|
693
693
|
title: string;
|
|
694
|
-
sheetId: number;
|
|
695
694
|
index: number;
|
|
695
|
+
sheetId: number;
|
|
696
696
|
sheetType?: string | undefined;
|
|
697
697
|
gridProperties?: {
|
|
698
698
|
rowCount?: number | undefined;
|
|
@@ -702,8 +702,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
702
702
|
}, {
|
|
703
703
|
properties: {
|
|
704
704
|
title: string;
|
|
705
|
-
sheetId: number;
|
|
706
705
|
index: number;
|
|
706
|
+
sheetId: number;
|
|
707
707
|
sheetType?: string | undefined;
|
|
708
708
|
gridProperties?: {
|
|
709
709
|
rowCount?: number | undefined;
|
|
@@ -723,8 +723,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
723
723
|
sheets?: {
|
|
724
724
|
properties: {
|
|
725
725
|
title: string;
|
|
726
|
-
sheetId: number;
|
|
727
726
|
index: number;
|
|
727
|
+
sheetId: number;
|
|
728
728
|
sheetType?: string | undefined;
|
|
729
729
|
gridProperties?: {
|
|
730
730
|
rowCount?: number | undefined;
|
|
@@ -744,8 +744,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
744
744
|
sheets?: {
|
|
745
745
|
properties: {
|
|
746
746
|
title: string;
|
|
747
|
-
sheetId: number;
|
|
748
747
|
index: number;
|
|
748
|
+
sheetId: number;
|
|
749
749
|
sheetType?: string | undefined;
|
|
750
750
|
gridProperties?: {
|
|
751
751
|
rowCount?: 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
|
-
error: string;
|
|
761
|
-
success: boolean;
|
|
762
760
|
operation: "get_spreadsheet_info";
|
|
761
|
+
success: boolean;
|
|
762
|
+
error: string;
|
|
763
763
|
spreadsheet?: {
|
|
764
764
|
spreadsheetId: string;
|
|
765
765
|
properties?: {
|
|
@@ -771,8 +771,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
771
771
|
sheets?: {
|
|
772
772
|
properties: {
|
|
773
773
|
title: string;
|
|
774
|
-
sheetId: number;
|
|
775
774
|
index: number;
|
|
775
|
+
sheetId: number;
|
|
776
776
|
sheetType?: string | undefined;
|
|
777
777
|
gridProperties?: {
|
|
778
778
|
rowCount?: number | undefined;
|
|
@@ -783,9 +783,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
783
783
|
spreadsheetUrl?: string | undefined;
|
|
784
784
|
} | undefined;
|
|
785
785
|
}, {
|
|
786
|
-
error: string;
|
|
787
|
-
success: boolean;
|
|
788
786
|
operation: "get_spreadsheet_info";
|
|
787
|
+
success: boolean;
|
|
788
|
+
error: string;
|
|
789
789
|
spreadsheet?: {
|
|
790
790
|
spreadsheetId: string;
|
|
791
791
|
properties?: {
|
|
@@ -797,8 +797,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
797
797
|
sheets?: {
|
|
798
798
|
properties: {
|
|
799
799
|
title: string;
|
|
800
|
-
sheetId: number;
|
|
801
800
|
index: number;
|
|
801
|
+
sheetId: number;
|
|
802
802
|
sheetType?: string | undefined;
|
|
803
803
|
gridProperties?: {
|
|
804
804
|
rowCount?: number | undefined;
|
|
@@ -847,8 +847,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
847
847
|
}>>;
|
|
848
848
|
}, "strip", z.ZodTypeAny, {
|
|
849
849
|
title: string;
|
|
850
|
-
sheetId: number;
|
|
851
850
|
index: number;
|
|
851
|
+
sheetId: number;
|
|
852
852
|
sheetType?: string | undefined;
|
|
853
853
|
gridProperties?: {
|
|
854
854
|
rowCount?: number | undefined;
|
|
@@ -856,8 +856,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
856
856
|
} | undefined;
|
|
857
857
|
}, {
|
|
858
858
|
title: string;
|
|
859
|
-
sheetId: number;
|
|
860
859
|
index: number;
|
|
860
|
+
sheetId: number;
|
|
861
861
|
sheetType?: string | undefined;
|
|
862
862
|
gridProperties?: {
|
|
863
863
|
rowCount?: number | undefined;
|
|
@@ -867,8 +867,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
867
867
|
}, "strip", z.ZodTypeAny, {
|
|
868
868
|
properties: {
|
|
869
869
|
title: string;
|
|
870
|
-
sheetId: number;
|
|
871
870
|
index: number;
|
|
871
|
+
sheetId: number;
|
|
872
872
|
sheetType?: string | undefined;
|
|
873
873
|
gridProperties?: {
|
|
874
874
|
rowCount?: number | undefined;
|
|
@@ -878,8 +878,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
878
878
|
}, {
|
|
879
879
|
properties: {
|
|
880
880
|
title: string;
|
|
881
|
-
sheetId: number;
|
|
882
881
|
index: number;
|
|
882
|
+
sheetId: number;
|
|
883
883
|
sheetType?: string | undefined;
|
|
884
884
|
gridProperties?: {
|
|
885
885
|
rowCount?: number | undefined;
|
|
@@ -899,8 +899,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
899
899
|
sheets?: {
|
|
900
900
|
properties: {
|
|
901
901
|
title: string;
|
|
902
|
-
sheetId: number;
|
|
903
902
|
index: number;
|
|
903
|
+
sheetId: number;
|
|
904
904
|
sheetType?: string | undefined;
|
|
905
905
|
gridProperties?: {
|
|
906
906
|
rowCount?: number | undefined;
|
|
@@ -920,8 +920,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
920
920
|
sheets?: {
|
|
921
921
|
properties: {
|
|
922
922
|
title: string;
|
|
923
|
-
sheetId: number;
|
|
924
923
|
index: number;
|
|
924
|
+
sheetId: number;
|
|
925
925
|
sheetType?: string | undefined;
|
|
926
926
|
gridProperties?: {
|
|
927
927
|
rowCount?: number | undefined;
|
|
@@ -933,9 +933,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
933
933
|
}>>;
|
|
934
934
|
error: z.ZodString;
|
|
935
935
|
}, "strip", z.ZodTypeAny, {
|
|
936
|
-
error: string;
|
|
937
|
-
success: boolean;
|
|
938
936
|
operation: "create_spreadsheet";
|
|
937
|
+
success: boolean;
|
|
938
|
+
error: string;
|
|
939
939
|
spreadsheet?: {
|
|
940
940
|
spreadsheetId: string;
|
|
941
941
|
properties?: {
|
|
@@ -947,8 +947,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
947
947
|
sheets?: {
|
|
948
948
|
properties: {
|
|
949
949
|
title: string;
|
|
950
|
-
sheetId: number;
|
|
951
950
|
index: number;
|
|
951
|
+
sheetId: number;
|
|
952
952
|
sheetType?: string | undefined;
|
|
953
953
|
gridProperties?: {
|
|
954
954
|
rowCount?: number | undefined;
|
|
@@ -959,9 +959,9 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
959
959
|
spreadsheetUrl?: string | undefined;
|
|
960
960
|
} | undefined;
|
|
961
961
|
}, {
|
|
962
|
-
error: string;
|
|
963
|
-
success: boolean;
|
|
964
962
|
operation: "create_spreadsheet";
|
|
963
|
+
success: boolean;
|
|
964
|
+
error: string;
|
|
965
965
|
spreadsheet?: {
|
|
966
966
|
spreadsheetId: string;
|
|
967
967
|
properties?: {
|
|
@@ -973,8 +973,8 @@ export declare const GoogleSheetsResultSchema: z.ZodDiscriminatedUnion<"operatio
|
|
|
973
973
|
sheets?: {
|
|
974
974
|
properties: {
|
|
975
975
|
title: string;
|
|
976
|
-
sheetId: number;
|
|
977
976
|
index: number;
|
|
977
|
+
sheetId: number;
|
|
978
978
|
sheetType?: string | undefined;
|
|
979
979
|
gridProperties?: {
|
|
980
980
|
rowCount?: number | undefined;
|
|
@@ -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
|
-
error: string;
|
|
995
|
-
success: boolean;
|
|
996
994
|
operation: "add_sheet";
|
|
995
|
+
success: boolean;
|
|
996
|
+
error: string;
|
|
997
997
|
sheet_title?: string | undefined;
|
|
998
998
|
sheet_id?: number | undefined;
|
|
999
999
|
}, {
|
|
1000
|
-
error: string;
|
|
1001
|
-
success: boolean;
|
|
1002
1000
|
operation: "add_sheet";
|
|
1001
|
+
success: boolean;
|
|
1002
|
+
error: string;
|
|
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
|
-
error: string;
|
|
1012
|
-
success: boolean;
|
|
1013
1011
|
operation: "delete_sheet";
|
|
1012
|
+
success: boolean;
|
|
1013
|
+
error: string;
|
|
1014
1014
|
deleted_sheet_id?: number | undefined;
|
|
1015
1015
|
}, {
|
|
1016
|
-
error: string;
|
|
1017
|
-
success: boolean;
|
|
1018
1016
|
operation: "delete_sheet";
|
|
1017
|
+
success: boolean;
|
|
1018
|
+
error: string;
|
|
1019
1019
|
deleted_sheet_id?: number | undefined;
|
|
1020
1020
|
}>]>;
|
|
1021
1021
|
export type GoogleSheetsResult = z.output<typeof GoogleSheetsResultSchema>;
|