@bubblelab/bubble-core 0.1.46 → 0.1.48
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 +110 -110
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
- package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +78 -78
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +48 -48
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +63 -63
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +49 -49
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +104 -104
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +104 -104
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +52 -52
- package/dist/bubbles/service-bubble/firecrawl.d.ts +408 -408
- package/dist/bubbles/service-bubble/followupboss.d.ts +344 -344
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +365 -365
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +613 -613
- package/dist/bubbles/service-bubble/google-calendar.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-drive.d.ts +128 -128
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +62 -62
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +216 -216
- 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 +370 -370
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +118 -118
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +33 -33
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +300 -300
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +114 -114
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -385,7 +385,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
385
385
|
}, "strip", z.ZodTypeAny, {
|
|
386
386
|
name: string;
|
|
387
387
|
id: string;
|
|
388
|
-
company?: string | null | undefined;
|
|
389
388
|
tags?: {
|
|
390
389
|
title: string;
|
|
391
390
|
id: string;
|
|
@@ -424,6 +423,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
424
423
|
url: string;
|
|
425
424
|
}[] | undefined;
|
|
426
425
|
position?: string | null | undefined;
|
|
426
|
+
company?: string | null | undefined;
|
|
427
427
|
school?: string | null | undefined;
|
|
428
428
|
applicationIds?: string[] | undefined;
|
|
429
429
|
resumeFileHandle?: {
|
|
@@ -439,7 +439,6 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
439
439
|
}, {
|
|
440
440
|
name: string;
|
|
441
441
|
id: string;
|
|
442
|
-
company?: string | null | undefined;
|
|
443
442
|
tags?: {
|
|
444
443
|
title: string;
|
|
445
444
|
id: string;
|
|
@@ -478,6 +477,7 @@ export declare const AshbyCandidateListItemSchema: z.ZodObject<{
|
|
|
478
477
|
url: string;
|
|
479
478
|
}[] | undefined;
|
|
480
479
|
position?: string | null | undefined;
|
|
480
|
+
company?: string | null | undefined;
|
|
481
481
|
school?: string | null | undefined;
|
|
482
482
|
applicationIds?: string[] | undefined;
|
|
483
483
|
resumeFileHandle?: {
|
|
@@ -549,31 +549,31 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
549
549
|
tag: z.ZodOptional<z.ZodString>;
|
|
550
550
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
551
551
|
}, "strip", z.ZodTypeAny, {
|
|
552
|
-
operation: "create_candidate";
|
|
553
552
|
name: string;
|
|
554
|
-
|
|
553
|
+
operation: "create_candidate";
|
|
555
554
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
555
|
+
website?: string | undefined;
|
|
556
556
|
emails?: {
|
|
557
557
|
type: "Personal" | "Work" | "Other";
|
|
558
558
|
email: string;
|
|
559
559
|
}[] | undefined;
|
|
560
|
-
website?: string | undefined;
|
|
561
560
|
phone_number?: string | undefined;
|
|
561
|
+
linkedin_url?: string | undefined;
|
|
562
562
|
github_url?: string | undefined;
|
|
563
563
|
source_id?: string | undefined;
|
|
564
564
|
credited_to_user_id?: string | undefined;
|
|
565
565
|
tag?: string | undefined;
|
|
566
566
|
}, {
|
|
567
|
-
operation: "create_candidate";
|
|
568
567
|
name: string;
|
|
569
|
-
|
|
568
|
+
operation: "create_candidate";
|
|
570
569
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
570
|
+
website?: string | undefined;
|
|
571
571
|
emails?: {
|
|
572
572
|
type: "Personal" | "Work" | "Other";
|
|
573
573
|
email: string;
|
|
574
574
|
}[] | undefined;
|
|
575
|
-
website?: string | undefined;
|
|
576
575
|
phone_number?: string | undefined;
|
|
576
|
+
linkedin_url?: string | undefined;
|
|
577
577
|
github_url?: string | undefined;
|
|
578
578
|
source_id?: string | undefined;
|
|
579
579
|
credited_to_user_id?: string | undefined;
|
|
@@ -586,13 +586,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
587
|
operation: "search_candidates";
|
|
588
588
|
name?: string | undefined;
|
|
589
|
-
email?: string | undefined;
|
|
590
589
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
590
|
+
email?: string | undefined;
|
|
591
591
|
}, {
|
|
592
592
|
operation: "search_candidates";
|
|
593
593
|
name?: string | undefined;
|
|
594
|
-
email?: string | undefined;
|
|
595
594
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
595
|
+
email?: string | undefined;
|
|
596
596
|
}>, z.ZodObject<{
|
|
597
597
|
operation: z.ZodLiteral<"add_tag">;
|
|
598
598
|
candidate_id: z.ZodString;
|
|
@@ -625,12 +625,12 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
625
625
|
title: z.ZodString;
|
|
626
626
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
627
627
|
}, "strip", z.ZodTypeAny, {
|
|
628
|
-
operation: "create_tag";
|
|
629
628
|
title: string;
|
|
629
|
+
operation: "create_tag";
|
|
630
630
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
631
631
|
}, {
|
|
632
|
-
operation: "create_tag";
|
|
633
632
|
title: string;
|
|
633
|
+
operation: "create_tag";
|
|
634
634
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
635
635
|
}>, z.ZodObject<{
|
|
636
636
|
operation: z.ZodLiteral<"list_custom_fields">;
|
|
@@ -783,7 +783,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
783
783
|
}, "strip", z.ZodTypeAny, {
|
|
784
784
|
name: string;
|
|
785
785
|
id: string;
|
|
786
|
-
company?: string | null | undefined;
|
|
787
786
|
tags?: {
|
|
788
787
|
title: string;
|
|
789
788
|
id: string;
|
|
@@ -822,6 +821,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
822
821
|
url: string;
|
|
823
822
|
}[] | undefined;
|
|
824
823
|
position?: string | null | undefined;
|
|
824
|
+
company?: string | null | undefined;
|
|
825
825
|
school?: string | null | undefined;
|
|
826
826
|
applicationIds?: string[] | undefined;
|
|
827
827
|
resumeFileHandle?: {
|
|
@@ -837,7 +837,6 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
837
837
|
}, {
|
|
838
838
|
name: string;
|
|
839
839
|
id: string;
|
|
840
|
-
company?: string | null | undefined;
|
|
841
840
|
tags?: {
|
|
842
841
|
title: string;
|
|
843
842
|
id: string;
|
|
@@ -876,6 +875,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
876
875
|
url: string;
|
|
877
876
|
}[] | undefined;
|
|
878
877
|
position?: string | null | undefined;
|
|
878
|
+
company?: string | null | undefined;
|
|
879
879
|
school?: string | null | undefined;
|
|
880
880
|
applicationIds?: string[] | undefined;
|
|
881
881
|
resumeFileHandle?: {
|
|
@@ -894,15 +894,14 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
894
894
|
sync_token: z.ZodOptional<z.ZodString>;
|
|
895
895
|
error: z.ZodString;
|
|
896
896
|
}, "strip", z.ZodTypeAny, {
|
|
897
|
-
operation: "list_candidates";
|
|
898
|
-
success: boolean;
|
|
899
897
|
error: string;
|
|
898
|
+
success: boolean;
|
|
899
|
+
operation: "list_candidates";
|
|
900
900
|
next_cursor?: string | undefined;
|
|
901
901
|
sync_token?: string | undefined;
|
|
902
902
|
candidates?: {
|
|
903
903
|
name: string;
|
|
904
904
|
id: string;
|
|
905
|
-
company?: string | null | undefined;
|
|
906
905
|
tags?: {
|
|
907
906
|
title: string;
|
|
908
907
|
id: string;
|
|
@@ -941,6 +940,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
941
940
|
url: string;
|
|
942
941
|
}[] | undefined;
|
|
943
942
|
position?: string | null | undefined;
|
|
943
|
+
company?: string | null | undefined;
|
|
944
944
|
school?: string | null | undefined;
|
|
945
945
|
applicationIds?: string[] | undefined;
|
|
946
946
|
resumeFileHandle?: {
|
|
@@ -956,15 +956,14 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
956
956
|
}[] | undefined;
|
|
957
957
|
more_data_available?: boolean | undefined;
|
|
958
958
|
}, {
|
|
959
|
-
operation: "list_candidates";
|
|
960
|
-
success: boolean;
|
|
961
959
|
error: string;
|
|
960
|
+
success: boolean;
|
|
961
|
+
operation: "list_candidates";
|
|
962
962
|
next_cursor?: string | undefined;
|
|
963
963
|
sync_token?: string | undefined;
|
|
964
964
|
candidates?: {
|
|
965
965
|
name: string;
|
|
966
966
|
id: string;
|
|
967
|
-
company?: string | null | undefined;
|
|
968
967
|
tags?: {
|
|
969
968
|
title: string;
|
|
970
969
|
id: string;
|
|
@@ -1003,6 +1002,7 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1003
1002
|
url: string;
|
|
1004
1003
|
}[] | undefined;
|
|
1005
1004
|
position?: string | null | undefined;
|
|
1005
|
+
company?: string | null | undefined;
|
|
1006
1006
|
school?: string | null | undefined;
|
|
1007
1007
|
applicationIds?: string[] | undefined;
|
|
1008
1008
|
resumeFileHandle?: {
|
|
@@ -1112,9 +1112,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1112
1112
|
}>>;
|
|
1113
1113
|
error: z.ZodString;
|
|
1114
1114
|
}, "strip", z.ZodTypeAny, {
|
|
1115
|
-
operation: "get_candidate";
|
|
1116
|
-
success: boolean;
|
|
1117
1115
|
error: string;
|
|
1116
|
+
success: boolean;
|
|
1117
|
+
operation: "get_candidate";
|
|
1118
1118
|
candidate?: {
|
|
1119
1119
|
name: string;
|
|
1120
1120
|
id: string;
|
|
@@ -1138,9 +1138,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1138
1138
|
}[] | undefined;
|
|
1139
1139
|
} | undefined;
|
|
1140
1140
|
}, {
|
|
1141
|
-
operation: "get_candidate";
|
|
1142
|
-
success: boolean;
|
|
1143
1141
|
error: string;
|
|
1142
|
+
success: boolean;
|
|
1143
|
+
operation: "get_candidate";
|
|
1144
1144
|
candidate?: {
|
|
1145
1145
|
name: string;
|
|
1146
1146
|
id: string;
|
|
@@ -1258,9 +1258,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1258
1258
|
}>>;
|
|
1259
1259
|
error: z.ZodString;
|
|
1260
1260
|
}, "strip", z.ZodTypeAny, {
|
|
1261
|
-
operation: "create_candidate";
|
|
1262
|
-
success: boolean;
|
|
1263
1261
|
error: string;
|
|
1262
|
+
success: boolean;
|
|
1263
|
+
operation: "create_candidate";
|
|
1264
1264
|
candidate?: {
|
|
1265
1265
|
name: string;
|
|
1266
1266
|
id: string;
|
|
@@ -1284,9 +1284,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1284
1284
|
}[] | undefined;
|
|
1285
1285
|
} | undefined;
|
|
1286
1286
|
}, {
|
|
1287
|
-
operation: "create_candidate";
|
|
1288
|
-
success: boolean;
|
|
1289
1287
|
error: string;
|
|
1288
|
+
success: boolean;
|
|
1289
|
+
operation: "create_candidate";
|
|
1290
1290
|
candidate?: {
|
|
1291
1291
|
name: string;
|
|
1292
1292
|
id: string;
|
|
@@ -1404,9 +1404,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1404
1404
|
}>, "many">>;
|
|
1405
1405
|
error: z.ZodString;
|
|
1406
1406
|
}, "strip", z.ZodTypeAny, {
|
|
1407
|
-
operation: "search_candidates";
|
|
1408
|
-
success: boolean;
|
|
1409
1407
|
error: string;
|
|
1408
|
+
success: boolean;
|
|
1409
|
+
operation: "search_candidates";
|
|
1410
1410
|
candidates?: {
|
|
1411
1411
|
name: string;
|
|
1412
1412
|
id: string;
|
|
@@ -1430,9 +1430,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1430
1430
|
}[] | undefined;
|
|
1431
1431
|
}[] | undefined;
|
|
1432
1432
|
}, {
|
|
1433
|
-
operation: "search_candidates";
|
|
1434
|
-
success: boolean;
|
|
1435
1433
|
error: string;
|
|
1434
|
+
success: boolean;
|
|
1435
|
+
operation: "search_candidates";
|
|
1436
1436
|
candidates?: {
|
|
1437
1437
|
name: string;
|
|
1438
1438
|
id: string;
|
|
@@ -1550,9 +1550,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1550
1550
|
}>>;
|
|
1551
1551
|
error: z.ZodString;
|
|
1552
1552
|
}, "strip", z.ZodTypeAny, {
|
|
1553
|
-
operation: "add_tag";
|
|
1554
|
-
success: boolean;
|
|
1555
1553
|
error: string;
|
|
1554
|
+
success: boolean;
|
|
1555
|
+
operation: "add_tag";
|
|
1556
1556
|
candidate?: {
|
|
1557
1557
|
name: string;
|
|
1558
1558
|
id: string;
|
|
@@ -1576,9 +1576,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1576
1576
|
}[] | undefined;
|
|
1577
1577
|
} | undefined;
|
|
1578
1578
|
}, {
|
|
1579
|
-
operation: "add_tag";
|
|
1580
|
-
success: boolean;
|
|
1581
1579
|
error: string;
|
|
1580
|
+
success: boolean;
|
|
1581
|
+
operation: "add_tag";
|
|
1582
1582
|
candidate?: {
|
|
1583
1583
|
name: string;
|
|
1584
1584
|
id: string;
|
|
@@ -1619,18 +1619,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1619
1619
|
}>, "many">>;
|
|
1620
1620
|
error: z.ZodString;
|
|
1621
1621
|
}, "strip", z.ZodTypeAny, {
|
|
1622
|
-
operation: "list_tags";
|
|
1623
|
-
success: boolean;
|
|
1624
1622
|
error: string;
|
|
1623
|
+
success: boolean;
|
|
1624
|
+
operation: "list_tags";
|
|
1625
1625
|
tags?: {
|
|
1626
1626
|
title: string;
|
|
1627
1627
|
id: string;
|
|
1628
1628
|
isArchived?: boolean | undefined;
|
|
1629
1629
|
}[] | undefined;
|
|
1630
1630
|
}, {
|
|
1631
|
-
operation: "list_tags";
|
|
1632
|
-
success: boolean;
|
|
1633
1631
|
error: string;
|
|
1632
|
+
success: boolean;
|
|
1633
|
+
operation: "list_tags";
|
|
1634
1634
|
tags?: {
|
|
1635
1635
|
title: string;
|
|
1636
1636
|
id: string;
|
|
@@ -1654,18 +1654,18 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1654
1654
|
}>>;
|
|
1655
1655
|
error: z.ZodString;
|
|
1656
1656
|
}, "strip", z.ZodTypeAny, {
|
|
1657
|
-
operation: "create_tag";
|
|
1658
|
-
success: boolean;
|
|
1659
1657
|
error: string;
|
|
1658
|
+
success: boolean;
|
|
1659
|
+
operation: "create_tag";
|
|
1660
1660
|
tag?: {
|
|
1661
1661
|
title: string;
|
|
1662
1662
|
id: string;
|
|
1663
1663
|
isArchived?: boolean | undefined;
|
|
1664
1664
|
} | undefined;
|
|
1665
1665
|
}, {
|
|
1666
|
-
operation: "create_tag";
|
|
1667
|
-
success: boolean;
|
|
1668
1666
|
error: string;
|
|
1667
|
+
success: boolean;
|
|
1668
|
+
operation: "create_tag";
|
|
1669
1669
|
tag?: {
|
|
1670
1670
|
title: string;
|
|
1671
1671
|
id: string;
|
|
@@ -1724,9 +1724,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1724
1724
|
sync_token: z.ZodOptional<z.ZodString>;
|
|
1725
1725
|
error: z.ZodString;
|
|
1726
1726
|
}, "strip", z.ZodTypeAny, {
|
|
1727
|
-
operation: "list_custom_fields";
|
|
1728
|
-
success: boolean;
|
|
1729
1727
|
error: string;
|
|
1728
|
+
success: boolean;
|
|
1729
|
+
operation: "list_custom_fields";
|
|
1730
1730
|
next_cursor?: string | undefined;
|
|
1731
1731
|
sync_token?: string | undefined;
|
|
1732
1732
|
more_data_available?: boolean | undefined;
|
|
@@ -1744,9 +1744,9 @@ export declare const AshbyResultSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
1744
1744
|
}[] | undefined;
|
|
1745
1745
|
}[] | undefined;
|
|
1746
1746
|
}, {
|
|
1747
|
-
operation: "list_custom_fields";
|
|
1748
|
-
success: boolean;
|
|
1749
1747
|
error: string;
|
|
1748
|
+
success: boolean;
|
|
1749
|
+
operation: "list_custom_fields";
|
|
1750
1750
|
next_cursor?: string | undefined;
|
|
1751
1751
|
sync_token?: string | undefined;
|
|
1752
1752
|
more_data_available?: boolean | undefined;
|