@bubblelab/bubble-core 0.1.249 → 0.1.250
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 +101 -101
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +211 -52
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +106 -0
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +535 -344
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +96 -0
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/ashby/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js +1 -1
- package/dist/bubbles/service-bubble/ashby/index.js.map +1 -1
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +256 -256
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +268 -268
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +9 -9
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +291 -291
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +32 -32
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +380 -380
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -23,8 +23,8 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
23
23
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
24
24
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
-
timeout: number;
|
|
27
26
|
input: Record<string, unknown>;
|
|
27
|
+
timeout: number;
|
|
28
28
|
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
30
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -69,23 +69,23 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
69
69
|
name: string;
|
|
70
70
|
id: string;
|
|
71
71
|
inputSchemaUrl: string;
|
|
72
|
+
description?: string | null | undefined;
|
|
73
|
+
stars?: number | null | undefined;
|
|
72
74
|
usage?: {
|
|
73
75
|
totalRuns?: number | undefined;
|
|
74
76
|
usersCount?: number | undefined;
|
|
75
77
|
} | null | undefined;
|
|
76
|
-
description?: string | null | undefined;
|
|
77
|
-
stars?: number | null | undefined;
|
|
78
78
|
requiresRental?: boolean | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
name: string;
|
|
81
81
|
id: string;
|
|
82
82
|
inputSchemaUrl: string;
|
|
83
|
+
description?: string | null | undefined;
|
|
84
|
+
stars?: number | null | undefined;
|
|
83
85
|
usage?: {
|
|
84
86
|
totalRuns?: number | undefined;
|
|
85
87
|
usersCount?: number | undefined;
|
|
86
88
|
} | null | undefined;
|
|
87
|
-
description?: string | null | undefined;
|
|
88
|
-
stars?: number | null | undefined;
|
|
89
89
|
requiresRental?: boolean | undefined;
|
|
90
90
|
}>, "many">>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -95,18 +95,18 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
95
95
|
runId: string;
|
|
96
96
|
consoleUrl: string;
|
|
97
97
|
items?: unknown[] | undefined;
|
|
98
|
-
itemsCount?: number | undefined;
|
|
99
98
|
datasetId?: string | undefined;
|
|
99
|
+
itemsCount?: number | undefined;
|
|
100
100
|
discoveredActors?: {
|
|
101
101
|
name: string;
|
|
102
102
|
id: string;
|
|
103
103
|
inputSchemaUrl: string;
|
|
104
|
+
description?: string | null | undefined;
|
|
105
|
+
stars?: number | null | undefined;
|
|
104
106
|
usage?: {
|
|
105
107
|
totalRuns?: number | undefined;
|
|
106
108
|
usersCount?: number | undefined;
|
|
107
109
|
} | null | undefined;
|
|
108
|
-
description?: string | null | undefined;
|
|
109
|
-
stars?: number | null | undefined;
|
|
110
110
|
requiresRental?: boolean | undefined;
|
|
111
111
|
}[] | undefined;
|
|
112
112
|
}, {
|
|
@@ -116,18 +116,18 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
116
116
|
runId: string;
|
|
117
117
|
consoleUrl: string;
|
|
118
118
|
items?: unknown[] | undefined;
|
|
119
|
-
itemsCount?: number | undefined;
|
|
120
119
|
datasetId?: string | undefined;
|
|
120
|
+
itemsCount?: number | undefined;
|
|
121
121
|
discoveredActors?: {
|
|
122
122
|
name: string;
|
|
123
123
|
id: string;
|
|
124
124
|
inputSchemaUrl: string;
|
|
125
|
+
description?: string | null | undefined;
|
|
126
|
+
stars?: number | null | undefined;
|
|
125
127
|
usage?: {
|
|
126
128
|
totalRuns?: number | undefined;
|
|
127
129
|
usersCount?: number | undefined;
|
|
128
130
|
} | null | undefined;
|
|
129
|
-
description?: string | null | undefined;
|
|
130
|
-
stars?: number | null | undefined;
|
|
131
131
|
requiresRental?: boolean | undefined;
|
|
132
132
|
}[] | undefined;
|
|
133
133
|
}>;
|
|
@@ -159,8 +159,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
159
159
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
160
160
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
-
timeout: number;
|
|
163
162
|
input: Record<string, unknown>;
|
|
163
|
+
timeout: number;
|
|
164
164
|
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
166
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -205,23 +205,23 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
205
205
|
name: string;
|
|
206
206
|
id: string;
|
|
207
207
|
inputSchemaUrl: string;
|
|
208
|
+
description?: string | null | undefined;
|
|
209
|
+
stars?: number | null | undefined;
|
|
208
210
|
usage?: {
|
|
209
211
|
totalRuns?: number | undefined;
|
|
210
212
|
usersCount?: number | undefined;
|
|
211
213
|
} | null | undefined;
|
|
212
|
-
description?: string | null | undefined;
|
|
213
|
-
stars?: number | null | undefined;
|
|
214
214
|
requiresRental?: boolean | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
name: string;
|
|
217
217
|
id: string;
|
|
218
218
|
inputSchemaUrl: string;
|
|
219
|
+
description?: string | null | undefined;
|
|
220
|
+
stars?: number | null | undefined;
|
|
219
221
|
usage?: {
|
|
220
222
|
totalRuns?: number | undefined;
|
|
221
223
|
usersCount?: number | undefined;
|
|
222
224
|
} | null | undefined;
|
|
223
|
-
description?: string | null | undefined;
|
|
224
|
-
stars?: number | null | undefined;
|
|
225
225
|
requiresRental?: boolean | undefined;
|
|
226
226
|
}>, "many">>;
|
|
227
227
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -231,18 +231,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
231
231
|
runId: string;
|
|
232
232
|
consoleUrl: string;
|
|
233
233
|
items?: unknown[] | undefined;
|
|
234
|
-
itemsCount?: number | undefined;
|
|
235
234
|
datasetId?: string | undefined;
|
|
235
|
+
itemsCount?: number | undefined;
|
|
236
236
|
discoveredActors?: {
|
|
237
237
|
name: string;
|
|
238
238
|
id: string;
|
|
239
239
|
inputSchemaUrl: string;
|
|
240
|
+
description?: string | null | undefined;
|
|
241
|
+
stars?: number | null | undefined;
|
|
240
242
|
usage?: {
|
|
241
243
|
totalRuns?: number | undefined;
|
|
242
244
|
usersCount?: number | undefined;
|
|
243
245
|
} | null | undefined;
|
|
244
|
-
description?: string | null | undefined;
|
|
245
|
-
stars?: number | null | undefined;
|
|
246
246
|
requiresRental?: boolean | undefined;
|
|
247
247
|
}[] | undefined;
|
|
248
248
|
}, {
|
|
@@ -252,18 +252,18 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
252
252
|
runId: string;
|
|
253
253
|
consoleUrl: string;
|
|
254
254
|
items?: unknown[] | undefined;
|
|
255
|
-
itemsCount?: number | undefined;
|
|
256
255
|
datasetId?: string | undefined;
|
|
256
|
+
itemsCount?: number | undefined;
|
|
257
257
|
discoveredActors?: {
|
|
258
258
|
name: string;
|
|
259
259
|
id: string;
|
|
260
260
|
inputSchemaUrl: string;
|
|
261
|
+
description?: string | null | undefined;
|
|
262
|
+
stars?: number | null | undefined;
|
|
261
263
|
usage?: {
|
|
262
264
|
totalRuns?: number | undefined;
|
|
263
265
|
usersCount?: number | undefined;
|
|
264
266
|
} | null | undefined;
|
|
265
|
-
description?: string | null | undefined;
|
|
266
|
-
stars?: number | null | undefined;
|
|
267
267
|
requiresRental?: boolean | undefined;
|
|
268
268
|
}[] | undefined;
|
|
269
269
|
}>;
|
|
@@ -465,6 +465,33 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
465
465
|
candidate_id: string;
|
|
466
466
|
project_id: string;
|
|
467
467
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
468
|
+
}>, import("zod").ZodObject<{
|
|
469
|
+
operation: import("zod").ZodLiteral<"list_project_candidate_ids">;
|
|
470
|
+
project_id: import("zod").ZodString;
|
|
471
|
+
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
472
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
473
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
474
|
+
operation: "list_project_candidate_ids";
|
|
475
|
+
project_id: string;
|
|
476
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
477
|
+
cursor?: string | undefined;
|
|
478
|
+
}, {
|
|
479
|
+
operation: "list_project_candidate_ids";
|
|
480
|
+
project_id: string;
|
|
481
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
482
|
+
cursor?: string | undefined;
|
|
483
|
+
}>, import("zod").ZodObject<{
|
|
484
|
+
operation: import("zod").ZodLiteral<"get_all_candidates_with_projects">;
|
|
485
|
+
concurrency: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
486
|
+
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
487
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
488
|
+
operation: "get_all_candidates_with_projects";
|
|
489
|
+
concurrency: number;
|
|
490
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
491
|
+
}, {
|
|
492
|
+
operation: "get_all_candidates_with_projects";
|
|
493
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
494
|
+
concurrency?: number | undefined;
|
|
468
495
|
}>]>;
|
|
469
496
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|
|
470
497
|
operation: import("zod").ZodLiteral<"list_candidates">;
|
|
@@ -616,22 +643,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
616
643
|
type: "Personal" | "Work" | "Other";
|
|
617
644
|
isPrimary: boolean;
|
|
618
645
|
} | null | undefined;
|
|
619
|
-
|
|
646
|
+
emailAddresses?: {
|
|
620
647
|
value: string;
|
|
621
648
|
type: "Personal" | "Work" | "Other";
|
|
622
649
|
isPrimary: boolean;
|
|
623
|
-
} | null | undefined;
|
|
624
|
-
customFields?: {
|
|
625
|
-
title: string;
|
|
626
|
-
id: string;
|
|
627
|
-
value?: unknown;
|
|
628
|
-
isPrivate?: boolean | undefined;
|
|
629
650
|
}[] | undefined;
|
|
630
|
-
|
|
651
|
+
primaryPhoneNumber?: {
|
|
631
652
|
value: string;
|
|
632
653
|
type: "Personal" | "Work" | "Other";
|
|
633
654
|
isPrimary: boolean;
|
|
634
|
-
}
|
|
655
|
+
} | null | undefined;
|
|
635
656
|
phoneNumbers?: {
|
|
636
657
|
value: string;
|
|
637
658
|
type: "Personal" | "Work" | "Other";
|
|
@@ -654,6 +675,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
654
675
|
id: string;
|
|
655
676
|
handle: string;
|
|
656
677
|
}[] | undefined;
|
|
678
|
+
customFields?: {
|
|
679
|
+
title: string;
|
|
680
|
+
id: string;
|
|
681
|
+
value?: unknown;
|
|
682
|
+
isPrivate?: boolean | undefined;
|
|
683
|
+
}[] | undefined;
|
|
657
684
|
creditedToUser?: unknown;
|
|
658
685
|
}, {
|
|
659
686
|
name: string;
|
|
@@ -673,22 +700,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
673
700
|
type: "Personal" | "Work" | "Other";
|
|
674
701
|
isPrimary: boolean;
|
|
675
702
|
} | null | undefined;
|
|
676
|
-
|
|
703
|
+
emailAddresses?: {
|
|
677
704
|
value: string;
|
|
678
705
|
type: "Personal" | "Work" | "Other";
|
|
679
706
|
isPrimary: boolean;
|
|
680
|
-
} | null | undefined;
|
|
681
|
-
customFields?: {
|
|
682
|
-
title: string;
|
|
683
|
-
id: string;
|
|
684
|
-
value?: unknown;
|
|
685
|
-
isPrivate?: boolean | undefined;
|
|
686
707
|
}[] | undefined;
|
|
687
|
-
|
|
708
|
+
primaryPhoneNumber?: {
|
|
688
709
|
value: string;
|
|
689
710
|
type: "Personal" | "Work" | "Other";
|
|
690
711
|
isPrimary: boolean;
|
|
691
|
-
}
|
|
712
|
+
} | null | undefined;
|
|
692
713
|
phoneNumbers?: {
|
|
693
714
|
value: string;
|
|
694
715
|
type: "Personal" | "Work" | "Other";
|
|
@@ -711,6 +732,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
711
732
|
id: string;
|
|
712
733
|
handle: string;
|
|
713
734
|
}[] | undefined;
|
|
735
|
+
customFields?: {
|
|
736
|
+
title: string;
|
|
737
|
+
id: string;
|
|
738
|
+
value?: unknown;
|
|
739
|
+
isPrivate?: boolean | undefined;
|
|
740
|
+
}[] | undefined;
|
|
714
741
|
creditedToUser?: unknown;
|
|
715
742
|
}>, "many">>;
|
|
716
743
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -741,22 +768,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
741
768
|
type: "Personal" | "Work" | "Other";
|
|
742
769
|
isPrimary: boolean;
|
|
743
770
|
} | null | undefined;
|
|
744
|
-
|
|
771
|
+
emailAddresses?: {
|
|
745
772
|
value: string;
|
|
746
773
|
type: "Personal" | "Work" | "Other";
|
|
747
774
|
isPrimary: boolean;
|
|
748
|
-
} | null | undefined;
|
|
749
|
-
customFields?: {
|
|
750
|
-
title: string;
|
|
751
|
-
id: string;
|
|
752
|
-
value?: unknown;
|
|
753
|
-
isPrivate?: boolean | undefined;
|
|
754
775
|
}[] | undefined;
|
|
755
|
-
|
|
776
|
+
primaryPhoneNumber?: {
|
|
756
777
|
value: string;
|
|
757
778
|
type: "Personal" | "Work" | "Other";
|
|
758
779
|
isPrimary: boolean;
|
|
759
|
-
}
|
|
780
|
+
} | null | undefined;
|
|
760
781
|
phoneNumbers?: {
|
|
761
782
|
value: string;
|
|
762
783
|
type: "Personal" | "Work" | "Other";
|
|
@@ -779,6 +800,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
779
800
|
id: string;
|
|
780
801
|
handle: string;
|
|
781
802
|
}[] | undefined;
|
|
803
|
+
customFields?: {
|
|
804
|
+
title: string;
|
|
805
|
+
id: string;
|
|
806
|
+
value?: unknown;
|
|
807
|
+
isPrivate?: boolean | undefined;
|
|
808
|
+
}[] | undefined;
|
|
782
809
|
creditedToUser?: unknown;
|
|
783
810
|
}[] | undefined;
|
|
784
811
|
more_data_available?: boolean | undefined;
|
|
@@ -806,22 +833,16 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
806
833
|
type: "Personal" | "Work" | "Other";
|
|
807
834
|
isPrimary: boolean;
|
|
808
835
|
} | null | undefined;
|
|
809
|
-
|
|
836
|
+
emailAddresses?: {
|
|
810
837
|
value: string;
|
|
811
838
|
type: "Personal" | "Work" | "Other";
|
|
812
839
|
isPrimary: boolean;
|
|
813
|
-
} | null | undefined;
|
|
814
|
-
customFields?: {
|
|
815
|
-
title: string;
|
|
816
|
-
id: string;
|
|
817
|
-
value?: unknown;
|
|
818
|
-
isPrivate?: boolean | undefined;
|
|
819
840
|
}[] | undefined;
|
|
820
|
-
|
|
841
|
+
primaryPhoneNumber?: {
|
|
821
842
|
value: string;
|
|
822
843
|
type: "Personal" | "Work" | "Other";
|
|
823
844
|
isPrimary: boolean;
|
|
824
|
-
}
|
|
845
|
+
} | null | undefined;
|
|
825
846
|
phoneNumbers?: {
|
|
826
847
|
value: string;
|
|
827
848
|
type: "Personal" | "Work" | "Other";
|
|
@@ -844,6 +865,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
844
865
|
id: string;
|
|
845
866
|
handle: string;
|
|
846
867
|
}[] | undefined;
|
|
868
|
+
customFields?: {
|
|
869
|
+
title: string;
|
|
870
|
+
id: string;
|
|
871
|
+
value?: unknown;
|
|
872
|
+
isPrivate?: boolean | undefined;
|
|
873
|
+
}[] | undefined;
|
|
847
874
|
creditedToUser?: unknown;
|
|
848
875
|
}[] | undefined;
|
|
849
876
|
more_data_available?: boolean | undefined;
|
|
@@ -1531,8 +1558,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1531
1558
|
title: string;
|
|
1532
1559
|
id: string;
|
|
1533
1560
|
fieldType: string;
|
|
1534
|
-
isPrivate: boolean;
|
|
1535
1561
|
isArchived: boolean;
|
|
1562
|
+
isPrivate: boolean;
|
|
1536
1563
|
objectType: string;
|
|
1537
1564
|
selectableValues?: {
|
|
1538
1565
|
value: string;
|
|
@@ -1543,8 +1570,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1543
1570
|
title: string;
|
|
1544
1571
|
id: string;
|
|
1545
1572
|
fieldType: string;
|
|
1546
|
-
isPrivate: boolean;
|
|
1547
1573
|
isArchived: boolean;
|
|
1574
|
+
isPrivate: boolean;
|
|
1548
1575
|
objectType: string;
|
|
1549
1576
|
selectableValues?: {
|
|
1550
1577
|
value: string;
|
|
@@ -1565,8 +1592,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1565
1592
|
title: string;
|
|
1566
1593
|
id: string;
|
|
1567
1594
|
fieldType: string;
|
|
1568
|
-
isPrivate: boolean;
|
|
1569
1595
|
isArchived: boolean;
|
|
1596
|
+
isPrivate: boolean;
|
|
1570
1597
|
objectType: string;
|
|
1571
1598
|
selectableValues?: {
|
|
1572
1599
|
value: string;
|
|
@@ -1585,8 +1612,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1585
1612
|
title: string;
|
|
1586
1613
|
id: string;
|
|
1587
1614
|
fieldType: string;
|
|
1588
|
-
isPrivate: boolean;
|
|
1589
1615
|
isArchived: boolean;
|
|
1616
|
+
isPrivate: boolean;
|
|
1590
1617
|
objectType: string;
|
|
1591
1618
|
selectableValues?: {
|
|
1592
1619
|
value: string;
|
|
@@ -1633,8 +1660,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1633
1660
|
status?: string | undefined;
|
|
1634
1661
|
locationId?: string | null | undefined;
|
|
1635
1662
|
createdAt?: string | undefined;
|
|
1636
|
-
updatedAt?: string | undefined;
|
|
1637
1663
|
teamId?: string | null | undefined;
|
|
1664
|
+
updatedAt?: string | undefined;
|
|
1638
1665
|
customFields?: {
|
|
1639
1666
|
title: string;
|
|
1640
1667
|
id: string;
|
|
@@ -1651,8 +1678,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1651
1678
|
status?: string | undefined;
|
|
1652
1679
|
locationId?: string | null | undefined;
|
|
1653
1680
|
createdAt?: string | undefined;
|
|
1654
|
-
updatedAt?: string | undefined;
|
|
1655
1681
|
teamId?: string | null | undefined;
|
|
1682
|
+
updatedAt?: string | undefined;
|
|
1656
1683
|
customFields?: {
|
|
1657
1684
|
title: string;
|
|
1658
1685
|
id: string;
|
|
@@ -1678,8 +1705,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1678
1705
|
status?: string | undefined;
|
|
1679
1706
|
locationId?: string | null | undefined;
|
|
1680
1707
|
createdAt?: string | undefined;
|
|
1681
|
-
updatedAt?: string | undefined;
|
|
1682
1708
|
teamId?: string | null | undefined;
|
|
1709
|
+
updatedAt?: string | undefined;
|
|
1683
1710
|
customFields?: {
|
|
1684
1711
|
title: string;
|
|
1685
1712
|
id: string;
|
|
@@ -1703,8 +1730,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1703
1730
|
status?: string | undefined;
|
|
1704
1731
|
locationId?: string | null | undefined;
|
|
1705
1732
|
createdAt?: string | undefined;
|
|
1706
|
-
updatedAt?: string | undefined;
|
|
1707
1733
|
teamId?: string | null | undefined;
|
|
1734
|
+
updatedAt?: string | undefined;
|
|
1708
1735
|
customFields?: {
|
|
1709
1736
|
title: string;
|
|
1710
1737
|
id: string;
|
|
@@ -1754,8 +1781,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1754
1781
|
status?: string | undefined;
|
|
1755
1782
|
locationId?: string | null | undefined;
|
|
1756
1783
|
createdAt?: string | undefined;
|
|
1757
|
-
updatedAt?: string | undefined;
|
|
1758
1784
|
teamId?: string | null | undefined;
|
|
1785
|
+
updatedAt?: string | undefined;
|
|
1759
1786
|
customFields?: {
|
|
1760
1787
|
title: string;
|
|
1761
1788
|
id: string;
|
|
@@ -1772,8 +1799,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1772
1799
|
status?: string | undefined;
|
|
1773
1800
|
locationId?: string | null | undefined;
|
|
1774
1801
|
createdAt?: string | undefined;
|
|
1775
|
-
updatedAt?: string | undefined;
|
|
1776
1802
|
teamId?: string | null | undefined;
|
|
1803
|
+
updatedAt?: string | undefined;
|
|
1777
1804
|
customFields?: {
|
|
1778
1805
|
title: string;
|
|
1779
1806
|
id: string;
|
|
@@ -1815,8 +1842,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1815
1842
|
status?: string | undefined;
|
|
1816
1843
|
locationId?: string | null | undefined;
|
|
1817
1844
|
createdAt?: string | undefined;
|
|
1818
|
-
updatedAt?: string | undefined;
|
|
1819
1845
|
teamId?: string | null | undefined;
|
|
1846
|
+
updatedAt?: string | undefined;
|
|
1820
1847
|
customFields?: {
|
|
1821
1848
|
title: string;
|
|
1822
1849
|
id: string;
|
|
@@ -1845,8 +1872,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
1845
1872
|
status?: string | undefined;
|
|
1846
1873
|
locationId?: string | null | undefined;
|
|
1847
1874
|
createdAt?: string | undefined;
|
|
1848
|
-
updatedAt?: string | undefined;
|
|
1849
1875
|
teamId?: string | null | undefined;
|
|
1876
|
+
updatedAt?: string | undefined;
|
|
1850
1877
|
customFields?: {
|
|
1851
1878
|
title: string;
|
|
1852
1879
|
id: string;
|
|
@@ -2314,8 +2341,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
2314
2341
|
status?: string | undefined;
|
|
2315
2342
|
locationId?: string | null | undefined;
|
|
2316
2343
|
createdAt?: string | undefined;
|
|
2317
|
-
updatedAt?: string | undefined;
|
|
2318
2344
|
teamId?: string | null | undefined;
|
|
2345
|
+
updatedAt?: string | undefined;
|
|
2319
2346
|
customFields?: {
|
|
2320
2347
|
title: string;
|
|
2321
2348
|
id: string;
|
|
@@ -2332,8 +2359,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
2332
2359
|
status?: string | undefined;
|
|
2333
2360
|
locationId?: string | null | undefined;
|
|
2334
2361
|
createdAt?: string | undefined;
|
|
2335
|
-
updatedAt?: string | undefined;
|
|
2336
2362
|
teamId?: string | null | undefined;
|
|
2363
|
+
updatedAt?: string | undefined;
|
|
2337
2364
|
customFields?: {
|
|
2338
2365
|
title: string;
|
|
2339
2366
|
id: string;
|
|
@@ -2378,8 +2405,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
2378
2405
|
status?: string | undefined;
|
|
2379
2406
|
locationId?: string | null | undefined;
|
|
2380
2407
|
createdAt?: string | undefined;
|
|
2381
|
-
updatedAt?: string | undefined;
|
|
2382
2408
|
teamId?: string | null | undefined;
|
|
2409
|
+
updatedAt?: string | undefined;
|
|
2383
2410
|
customFields?: {
|
|
2384
2411
|
title: string;
|
|
2385
2412
|
id: string;
|
|
@@ -2453,8 +2480,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
2453
2480
|
status?: string | undefined;
|
|
2454
2481
|
locationId?: string | null | undefined;
|
|
2455
2482
|
createdAt?: string | undefined;
|
|
2456
|
-
updatedAt?: string | undefined;
|
|
2457
2483
|
teamId?: string | null | undefined;
|
|
2484
|
+
updatedAt?: string | undefined;
|
|
2458
2485
|
customFields?: {
|
|
2459
2486
|
title: string;
|
|
2460
2487
|
id: string;
|
|
@@ -3424,6 +3451,126 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
3424
3451
|
error: string;
|
|
3425
3452
|
success: boolean;
|
|
3426
3453
|
operation: "remove_candidate_from_project";
|
|
3454
|
+
}>, import("zod").ZodObject<{
|
|
3455
|
+
operation: import("zod").ZodLiteral<"list_project_candidate_ids">;
|
|
3456
|
+
success: import("zod").ZodBoolean;
|
|
3457
|
+
candidate_ids: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
3458
|
+
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3459
|
+
more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3460
|
+
error: import("zod").ZodString;
|
|
3461
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3462
|
+
error: string;
|
|
3463
|
+
success: boolean;
|
|
3464
|
+
operation: "list_project_candidate_ids";
|
|
3465
|
+
next_cursor?: string | undefined;
|
|
3466
|
+
more_data_available?: boolean | undefined;
|
|
3467
|
+
candidate_ids?: string[] | undefined;
|
|
3468
|
+
}, {
|
|
3469
|
+
error: string;
|
|
3470
|
+
success: boolean;
|
|
3471
|
+
operation: "list_project_candidate_ids";
|
|
3472
|
+
next_cursor?: string | undefined;
|
|
3473
|
+
more_data_available?: boolean | undefined;
|
|
3474
|
+
candidate_ids?: string[] | undefined;
|
|
3475
|
+
}>, import("zod").ZodObject<{
|
|
3476
|
+
operation: import("zod").ZodLiteral<"get_all_candidates_with_projects">;
|
|
3477
|
+
success: import("zod").ZodBoolean;
|
|
3478
|
+
candidates: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3479
|
+
id: import("zod").ZodString;
|
|
3480
|
+
name: import("zod").ZodString;
|
|
3481
|
+
email: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3482
|
+
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3483
|
+
linkedinUrl: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3484
|
+
position: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3485
|
+
company: import("zod").ZodNullable<import("zod").ZodString>;
|
|
3486
|
+
tags: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3487
|
+
projectIds: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3488
|
+
projectNames: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
3489
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3490
|
+
name: string;
|
|
3491
|
+
email: string | null;
|
|
3492
|
+
id: string;
|
|
3493
|
+
tags: string[];
|
|
3494
|
+
phone: string | null;
|
|
3495
|
+
linkedinUrl: string | null;
|
|
3496
|
+
position: string | null;
|
|
3497
|
+
company: string | null;
|
|
3498
|
+
projectIds: string[];
|
|
3499
|
+
projectNames: string[];
|
|
3500
|
+
}, {
|
|
3501
|
+
name: string;
|
|
3502
|
+
email: string | null;
|
|
3503
|
+
id: string;
|
|
3504
|
+
tags: string[];
|
|
3505
|
+
phone: string | null;
|
|
3506
|
+
linkedinUrl: string | null;
|
|
3507
|
+
position: string | null;
|
|
3508
|
+
company: string | null;
|
|
3509
|
+
projectIds: string[];
|
|
3510
|
+
projectNames: string[];
|
|
3511
|
+
}>, "many">>;
|
|
3512
|
+
projects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
3513
|
+
id: import("zod").ZodString;
|
|
3514
|
+
title: import("zod").ZodString;
|
|
3515
|
+
isArchived: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3516
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3517
|
+
title: string;
|
|
3518
|
+
id: string;
|
|
3519
|
+
isArchived?: boolean | undefined;
|
|
3520
|
+
}, {
|
|
3521
|
+
title: string;
|
|
3522
|
+
id: string;
|
|
3523
|
+
isArchived?: boolean | undefined;
|
|
3524
|
+
}>, "many">>;
|
|
3525
|
+
total_candidates: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3526
|
+
total_enriched: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3527
|
+
error: import("zod").ZodString;
|
|
3528
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
3529
|
+
error: string;
|
|
3530
|
+
success: boolean;
|
|
3531
|
+
operation: "get_all_candidates_with_projects";
|
|
3532
|
+
projects?: {
|
|
3533
|
+
title: string;
|
|
3534
|
+
id: string;
|
|
3535
|
+
isArchived?: boolean | undefined;
|
|
3536
|
+
}[] | undefined;
|
|
3537
|
+
candidates?: {
|
|
3538
|
+
name: string;
|
|
3539
|
+
email: string | null;
|
|
3540
|
+
id: string;
|
|
3541
|
+
tags: string[];
|
|
3542
|
+
phone: string | null;
|
|
3543
|
+
linkedinUrl: string | null;
|
|
3544
|
+
position: string | null;
|
|
3545
|
+
company: string | null;
|
|
3546
|
+
projectIds: string[];
|
|
3547
|
+
projectNames: string[];
|
|
3548
|
+
}[] | undefined;
|
|
3549
|
+
total_candidates?: number | undefined;
|
|
3550
|
+
total_enriched?: number | undefined;
|
|
3551
|
+
}, {
|
|
3552
|
+
error: string;
|
|
3553
|
+
success: boolean;
|
|
3554
|
+
operation: "get_all_candidates_with_projects";
|
|
3555
|
+
projects?: {
|
|
3556
|
+
title: string;
|
|
3557
|
+
id: string;
|
|
3558
|
+
isArchived?: boolean | undefined;
|
|
3559
|
+
}[] | undefined;
|
|
3560
|
+
candidates?: {
|
|
3561
|
+
name: string;
|
|
3562
|
+
email: string | null;
|
|
3563
|
+
id: string;
|
|
3564
|
+
tags: string[];
|
|
3565
|
+
phone: string | null;
|
|
3566
|
+
linkedinUrl: string | null;
|
|
3567
|
+
position: string | null;
|
|
3568
|
+
company: string | null;
|
|
3569
|
+
projectIds: string[];
|
|
3570
|
+
projectNames: string[];
|
|
3571
|
+
}[] | undefined;
|
|
3572
|
+
total_candidates?: number | undefined;
|
|
3573
|
+
total_enriched?: number | undefined;
|
|
3427
3574
|
}>]>;
|
|
3428
3575
|
static readonly shortDescription = "Ashby ATS integration for candidate management";
|
|
3429
3576
|
static readonly longDescription = "\n Ashby is an applicant tracking system (ATS) for modern recruiting teams.\n This bubble provides operations for:\n - Listing and filtering candidates, jobs, applications, and sources\n - Retrieving candidate, job, and application details\n - Creating and updating candidates\n - Searching candidates by email or name\n - Managing candidate tags (list, create, add to candidates)\n - Managing applications (create, change stage)\n - Adding and listing notes on candidates\n - Listing interview stages for jobs\n - Getting resume download URLs\n - Listing custom field definitions\n\n Security Features:\n - Uses HTTP Basic Authentication with API key\n - API key is stored encrypted and never exposed in logs\n\n Use Cases:\n - Sync candidates from external sources\n - Automate candidate tagging workflows\n - Build custom recruiting dashboards\n - Integrate recruiting data with other systems\n - Track application pipeline stages\n - Download candidate resumes\n ";
|
|
@@ -3566,5 +3713,17 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
|
|
|
3566
3713
|
* Remove a candidate from a project
|
|
3567
3714
|
*/
|
|
3568
3715
|
private removeCandidateFromProject;
|
|
3716
|
+
/**
|
|
3717
|
+
* List candidate IDs belonging to a project
|
|
3718
|
+
*/
|
|
3719
|
+
private listProjectCandidateIds;
|
|
3720
|
+
/**
|
|
3721
|
+
* Paginate all candidates, fetch all projects, then enrich each
|
|
3722
|
+
* candidate with their project associations via candidate.listProjects.
|
|
3723
|
+
*
|
|
3724
|
+
* Long-running operation — uses configurable concurrency with
|
|
3725
|
+
* Promise.allSettled for resilience against individual failures.
|
|
3726
|
+
*/
|
|
3727
|
+
private getAllCandidatesWithProjects;
|
|
3569
3728
|
}
|
|
3570
3729
|
//# sourceMappingURL=ashby.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ashby.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/ashby/ashby.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAIL,KAAK,gBAAgB,EACrB,KAAK,WAAW,
|
|
1
|
+
{"version":3,"file":"ashby.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/ashby/ashby.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AACvE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAIL,KAAK,gBAAgB,EACrB,KAAK,WAAW,EA4BjB,MAAM,mBAAmB,CAAC;AAK3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,qBAAa,WAAW,CACtB,CAAC,SAAS,gBAAgB,GAAG,gBAAgB,CAC7C,SAAQ,aAAa,CACrB,CAAC,EACD,OAAO,CAAC,WAAW,EAAE;IAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;CAAE,CAAC,CACpD;IAEC,MAAM,CAAC,QAAQ,CAAC,OAAO,WAAW;IAClC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,OAAO,CAAU;IAC5C,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAG,OAAO,CAAU;IAC9C,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IAC1C,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAqB;IAC3C,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAqB;IACjD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,oDACmB;IACnD,MAAM,CAAC,QAAQ,CAAC,eAAe,ghCAyB7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,eAAe;gBAGlC,MAAM,GAAE,CAGF,EACN,OAAO,CAAC,EAAE,aAAa;IAKzB;;OAEG;IACH,SAAS,CAAC,gBAAgB,IAAI,MAAM,GAAG,SAAS;IAShD;;OAEG;IACG,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;IAcxC;;OAEG;cACa,aAAa,CAC3B,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,OAAO,CAAC,WAAW,EAAE;QAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;KAAE,CAAC,CAAC;IAgK/D;;OAEG;IACH,OAAO,CAAC,mBAAmB;IA4B3B;;OAEG;YACW,gBAAgB;IAsE9B;;OAEG;YACW,cAAc;IAqC5B;;OAEG;YACW,YAAY;IAkB1B;;;OAGG;IACH,OAAO,CAAC,oBAAoB;IAmB5B;;;OAGG;IACH,OAAO,CAAC,0BAA0B;IAkBlC;;;OAGG;YACW,uBAAuB;IA2CrC;;OAEG;YACW,eAAe;IA2G7B;;OAEG;YACW,gBAAgB;IA6B9B;;OAEG;YACW,MAAM;IAmBpB;;OAEG;YACW,QAAQ;IAyBtB;;OAEG;YACW,SAAS;IAkBvB;;OAEG;YACW,gBAAgB;IA+B9B;;OAEG;YACW,QAAQ;IA8BtB;;OAEG;YACW,MAAM;IAuCpB;;OAEG;YACW,gBAAgB;IAuC9B;;OAEG;YACW,cAAc;IA4B5B;;OAEG;YACW,iBAAiB;IA4B/B;;OAEG;YACW,sBAAsB;IAmBpC;;OAEG;YACW,eAAe;IAuC7B;;OAEG;YACW,UAAU;IAmBxB;;OAEG;YACW,SAAS;IAkBvB;;OAEG;YACW,WAAW;IAgBzB;;OAEG;YACW,mBAAmB;IA4BjC;;OAEG;YACW,UAAU;IAkBxB;;OAEG;YACW,YAAY;IAgB1B;;OAEG;YACW,UAAU;IA2BxB;;OAEG;YACW,qBAAqB;IAkBnC;;OAEG;YACW,qBAAqB;IAenC;;OAEG;YACW,0BAA0B;IAiBxC;;OAEG;YACW,uBAAuB;IA2BrC;;;;;;OAMG;YACW,4BAA4B;CA+I3C"}
|