@bubblelab/bubble-core 0.1.184 → 0.1.186
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 +90 -90
- package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -84
- package/dist/bubbles/service-bubble/airtable.d.ts +104 -104
- 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 +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/attio/attio.d.ts +2 -2
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -5
- 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/firecrawl.d.ts +282 -282
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +108 -108
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +10 -10
- 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/linear/linear.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +28 -28
- 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 +11 -11
- 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/slack/slack-table-blocks.d.ts +11 -0
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +19 -0
- package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +412 -412
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +39 -39
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +418 -418
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- 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 +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- 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 +52 -52
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +50 -50
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -1777,8 +1777,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1777
1777
|
total: z.ZodOptional<z.ZodNumber>;
|
|
1778
1778
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1779
1779
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1780
|
-
|
|
1781
|
-
self?: string | undefined;
|
|
1780
|
+
changelog?: unknown;
|
|
1782
1781
|
transitions?: z.objectOutputType<{
|
|
1783
1782
|
id: z.ZodString;
|
|
1784
1783
|
name: z.ZodString;
|
|
@@ -1823,7 +1822,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1823
1822
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1824
1823
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1825
1824
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1826
|
-
|
|
1825
|
+
expand?: string | undefined;
|
|
1826
|
+
self?: string | undefined;
|
|
1827
1827
|
}, {
|
|
1828
1828
|
key?: string | undefined;
|
|
1829
1829
|
id?: string | undefined;
|
|
@@ -2164,8 +2164,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2164
2164
|
total: z.ZodOptional<z.ZodNumber>;
|
|
2165
2165
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2166
2166
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2167
|
-
|
|
2168
|
-
self?: string | undefined;
|
|
2167
|
+
changelog?: unknown;
|
|
2169
2168
|
transitions?: z.objectInputType<{
|
|
2170
2169
|
id: z.ZodString;
|
|
2171
2170
|
name: z.ZodString;
|
|
@@ -2210,7 +2209,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2210
2209
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2211
2210
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2212
2211
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2213
|
-
|
|
2212
|
+
expand?: string | undefined;
|
|
2213
|
+
self?: string | undefined;
|
|
2214
2214
|
}>;
|
|
2215
2215
|
export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
2216
2216
|
operation: z.ZodLiteral<"search">;
|
|
@@ -2244,13 +2244,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2244
2244
|
operation: "get";
|
|
2245
2245
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2246
2246
|
fields?: string[] | undefined;
|
|
2247
|
-
expand?: ("comments" | "
|
|
2247
|
+
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
2248
2248
|
}, {
|
|
2249
2249
|
key: string;
|
|
2250
2250
|
operation: "get";
|
|
2251
2251
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2252
2252
|
fields?: string[] | undefined;
|
|
2253
|
-
expand?: ("comments" | "
|
|
2253
|
+
expand?: ("comments" | "changelog" | "transitions")[] | undefined;
|
|
2254
2254
|
}>, z.ZodObject<{
|
|
2255
2255
|
operation: z.ZodLiteral<"create">;
|
|
2256
2256
|
project: z.ZodString;
|
|
@@ -2302,12 +2302,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2302
2302
|
remove: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2303
2303
|
set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2304
2304
|
}, "strip", z.ZodTypeAny, {
|
|
2305
|
-
set?: string[] | undefined;
|
|
2306
2305
|
remove?: string[] | undefined;
|
|
2306
|
+
set?: string[] | undefined;
|
|
2307
2307
|
add?: string[] | undefined;
|
|
2308
2308
|
}, {
|
|
2309
|
-
set?: string[] | undefined;
|
|
2310
2309
|
remove?: string[] | undefined;
|
|
2310
|
+
set?: string[] | undefined;
|
|
2311
2311
|
add?: string[] | undefined;
|
|
2312
2312
|
}>>;
|
|
2313
2313
|
due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2321,8 +2321,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2321
2321
|
priority?: string | undefined;
|
|
2322
2322
|
summary?: string | undefined;
|
|
2323
2323
|
labels?: {
|
|
2324
|
-
set?: string[] | undefined;
|
|
2325
2324
|
remove?: string[] | undefined;
|
|
2325
|
+
set?: string[] | undefined;
|
|
2326
2326
|
add?: string[] | undefined;
|
|
2327
2327
|
} | undefined;
|
|
2328
2328
|
comment?: string | undefined;
|
|
@@ -2336,8 +2336,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2336
2336
|
priority?: string | undefined;
|
|
2337
2337
|
summary?: string | undefined;
|
|
2338
2338
|
labels?: {
|
|
2339
|
-
set?: string[] | undefined;
|
|
2340
2339
|
remove?: string[] | undefined;
|
|
2340
|
+
set?: string[] | undefined;
|
|
2341
2341
|
add?: string[] | undefined;
|
|
2342
2342
|
} | undefined;
|
|
2343
2343
|
comment?: string | undefined;
|
|
@@ -3943,8 +3943,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3943
3943
|
total: z.ZodOptional<z.ZodNumber>;
|
|
3944
3944
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3945
3945
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3946
|
-
|
|
3947
|
-
self?: string | undefined;
|
|
3946
|
+
changelog?: unknown;
|
|
3948
3947
|
transitions?: z.objectOutputType<{
|
|
3949
3948
|
id: z.ZodString;
|
|
3950
3949
|
name: z.ZodString;
|
|
@@ -3989,7 +3988,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3989
3988
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3990
3989
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3991
3990
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3992
|
-
|
|
3991
|
+
expand?: string | undefined;
|
|
3992
|
+
self?: string | undefined;
|
|
3993
3993
|
}, {
|
|
3994
3994
|
key?: string | undefined;
|
|
3995
3995
|
id?: string | undefined;
|
|
@@ -4330,8 +4330,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4330
4330
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4331
4331
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4332
4332
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4333
|
-
|
|
4334
|
-
self?: string | undefined;
|
|
4333
|
+
changelog?: unknown;
|
|
4335
4334
|
transitions?: z.objectInputType<{
|
|
4336
4335
|
id: z.ZodString;
|
|
4337
4336
|
name: z.ZodString;
|
|
@@ -4376,7 +4375,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4376
4375
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4377
4376
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4378
4377
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4379
|
-
|
|
4378
|
+
expand?: string | undefined;
|
|
4379
|
+
self?: string | undefined;
|
|
4380
4380
|
}>, "many">>;
|
|
4381
4381
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4382
4382
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4726,8 +4726,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4726
4726
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4727
4727
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4728
4728
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4729
|
-
|
|
4730
|
-
self?: string | undefined;
|
|
4729
|
+
changelog?: unknown;
|
|
4731
4730
|
transitions?: z.objectOutputType<{
|
|
4732
4731
|
id: z.ZodString;
|
|
4733
4732
|
name: z.ZodString;
|
|
@@ -4772,7 +4771,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4772
4771
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4773
4772
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4774
4773
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4775
|
-
|
|
4774
|
+
expand?: string | undefined;
|
|
4775
|
+
self?: string | undefined;
|
|
4776
4776
|
}[] | undefined;
|
|
4777
4777
|
limit?: number | undefined;
|
|
4778
4778
|
offset?: number | undefined;
|
|
@@ -5121,8 +5121,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5121
5121
|
total: z.ZodOptional<z.ZodNumber>;
|
|
5122
5122
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5123
5123
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5124
|
-
|
|
5125
|
-
self?: string | undefined;
|
|
5124
|
+
changelog?: unknown;
|
|
5126
5125
|
transitions?: z.objectInputType<{
|
|
5127
5126
|
id: z.ZodString;
|
|
5128
5127
|
name: z.ZodString;
|
|
@@ -5167,7 +5166,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5167
5166
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5168
5167
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5169
5168
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5170
|
-
|
|
5169
|
+
expand?: string | undefined;
|
|
5170
|
+
self?: string | undefined;
|
|
5171
5171
|
}[] | undefined;
|
|
5172
5172
|
limit?: number | undefined;
|
|
5173
5173
|
offset?: number | undefined;
|
|
@@ -6660,8 +6660,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6660
6660
|
total: z.ZodOptional<z.ZodNumber>;
|
|
6661
6661
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6662
6662
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6663
|
-
|
|
6664
|
-
self?: string | undefined;
|
|
6663
|
+
changelog?: unknown;
|
|
6665
6664
|
transitions?: z.objectOutputType<{
|
|
6666
6665
|
id: z.ZodString;
|
|
6667
6666
|
name: z.ZodString;
|
|
@@ -6706,7 +6705,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6706
6705
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6707
6706
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6708
6707
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6709
|
-
|
|
6708
|
+
expand?: string | undefined;
|
|
6709
|
+
self?: string | undefined;
|
|
6710
6710
|
}, {
|
|
6711
6711
|
key?: string | undefined;
|
|
6712
6712
|
id?: string | undefined;
|
|
@@ -7047,8 +7047,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7047
7047
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7048
7048
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7049
7049
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7050
|
-
|
|
7051
|
-
self?: string | undefined;
|
|
7050
|
+
changelog?: unknown;
|
|
7052
7051
|
transitions?: z.objectInputType<{
|
|
7053
7052
|
id: z.ZodString;
|
|
7054
7053
|
name: z.ZodString;
|
|
@@ -7093,7 +7092,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7093
7092
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7094
7093
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7095
7094
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7096
|
-
|
|
7095
|
+
expand?: string | undefined;
|
|
7096
|
+
self?: string | undefined;
|
|
7097
7097
|
}>>;
|
|
7098
7098
|
error: z.ZodString;
|
|
7099
7099
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7440,8 +7440,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7440
7440
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7441
7441
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7442
7442
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7443
|
-
|
|
7444
|
-
self?: string | undefined;
|
|
7443
|
+
changelog?: unknown;
|
|
7445
7444
|
transitions?: z.objectOutputType<{
|
|
7446
7445
|
id: z.ZodString;
|
|
7447
7446
|
name: z.ZodString;
|
|
@@ -7486,7 +7485,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7486
7485
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7487
7486
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7488
7487
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7489
|
-
|
|
7488
|
+
expand?: string | undefined;
|
|
7489
|
+
self?: string | undefined;
|
|
7490
7490
|
} | undefined;
|
|
7491
7491
|
}, {
|
|
7492
7492
|
error: string;
|
|
@@ -7832,8 +7832,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7832
7832
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7833
7833
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7834
7834
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7835
|
-
|
|
7836
|
-
self?: string | undefined;
|
|
7835
|
+
changelog?: unknown;
|
|
7837
7836
|
transitions?: z.objectInputType<{
|
|
7838
7837
|
id: z.ZodString;
|
|
7839
7838
|
name: z.ZodString;
|
|
@@ -7878,7 +7877,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7878
7877
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7879
7878
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7880
7879
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7881
|
-
|
|
7880
|
+
expand?: string | undefined;
|
|
7881
|
+
self?: string | undefined;
|
|
7882
7882
|
} | undefined;
|
|
7883
7883
|
}>, z.ZodObject<{
|
|
7884
7884
|
operation: z.ZodLiteral<"create">;
|
|
@@ -62,8 +62,8 @@ export declare class LinearBubble<T extends LinearParamsInput = LinearParamsInpu
|
|
|
62
62
|
operation: "search";
|
|
63
63
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
64
64
|
priority?: number | undefined;
|
|
65
|
-
limit?: number | undefined;
|
|
66
65
|
query?: string | undefined;
|
|
66
|
+
limit?: number | undefined;
|
|
67
67
|
teamId?: string | undefined;
|
|
68
68
|
assigneeId?: string | undefined;
|
|
69
69
|
stateId?: string | undefined;
|
|
@@ -1134,6 +1134,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1134
1134
|
}, "strip", z.ZodTypeAny, {
|
|
1135
1135
|
operation: "update_data_source";
|
|
1136
1136
|
data_source_id: string;
|
|
1137
|
+
properties?: Record<string, unknown> | undefined;
|
|
1137
1138
|
description?: {
|
|
1138
1139
|
type: "text" | "mention" | "equation";
|
|
1139
1140
|
text?: {
|
|
@@ -1153,7 +1154,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1153
1154
|
} | undefined;
|
|
1154
1155
|
href?: string | null | undefined;
|
|
1155
1156
|
}[] | undefined;
|
|
1156
|
-
properties?: Record<string, unknown> | undefined;
|
|
1157
1157
|
title?: {
|
|
1158
1158
|
type: "text" | "mention" | "equation";
|
|
1159
1159
|
text?: {
|
|
@@ -1202,6 +1202,7 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1202
1202
|
}, {
|
|
1203
1203
|
operation: "update_data_source";
|
|
1204
1204
|
data_source_id: string;
|
|
1205
|
+
properties?: Record<string, unknown> | undefined;
|
|
1205
1206
|
description?: {
|
|
1206
1207
|
type: "text" | "mention" | "equation";
|
|
1207
1208
|
text?: {
|
|
@@ -1221,7 +1222,6 @@ declare const NotionParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
1221
1222
|
} | undefined;
|
|
1222
1223
|
href?: string | null | undefined;
|
|
1223
1224
|
}[] | undefined;
|
|
1224
|
-
properties?: Record<string, unknown> | undefined;
|
|
1225
1225
|
title?: {
|
|
1226
1226
|
type: "text" | "mention" | "equation";
|
|
1227
1227
|
text?: {
|
|
@@ -3009,8 +3009,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3009
3009
|
}, "strip", z.ZodTypeAny, {
|
|
3010
3010
|
object: "page";
|
|
3011
3011
|
properties: Record<string, unknown>;
|
|
3012
|
-
url: string;
|
|
3013
3012
|
id: string;
|
|
3013
|
+
url: string;
|
|
3014
3014
|
parent: {
|
|
3015
3015
|
type: "page_id";
|
|
3016
3016
|
page_id: string;
|
|
@@ -3102,8 +3102,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3102
3102
|
}, {
|
|
3103
3103
|
object: "page";
|
|
3104
3104
|
properties: Record<string, unknown>;
|
|
3105
|
-
url: string;
|
|
3106
3105
|
id: string;
|
|
3106
|
+
url: string;
|
|
3107
3107
|
parent: {
|
|
3108
3108
|
type: "page_id";
|
|
3109
3109
|
page_id: string;
|
|
@@ -3200,8 +3200,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3200
3200
|
page?: {
|
|
3201
3201
|
object: "page";
|
|
3202
3202
|
properties: Record<string, unknown>;
|
|
3203
|
-
url: string;
|
|
3204
3203
|
id: string;
|
|
3204
|
+
url: string;
|
|
3205
3205
|
parent: {
|
|
3206
3206
|
type: "page_id";
|
|
3207
3207
|
page_id: string;
|
|
@@ -3298,8 +3298,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3298
3298
|
page?: {
|
|
3299
3299
|
object: "page";
|
|
3300
3300
|
properties: Record<string, unknown>;
|
|
3301
|
-
url: string;
|
|
3302
3301
|
id: string;
|
|
3302
|
+
url: string;
|
|
3303
3303
|
parent: {
|
|
3304
3304
|
type: "page_id";
|
|
3305
3305
|
page_id: string;
|
|
@@ -3713,8 +3713,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3713
3713
|
}, "strip", z.ZodTypeAny, {
|
|
3714
3714
|
object: "page";
|
|
3715
3715
|
properties: Record<string, unknown>;
|
|
3716
|
-
url: string;
|
|
3717
3716
|
id: string;
|
|
3717
|
+
url: string;
|
|
3718
3718
|
parent: {
|
|
3719
3719
|
type: "page_id";
|
|
3720
3720
|
page_id: string;
|
|
@@ -3806,8 +3806,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3806
3806
|
}, {
|
|
3807
3807
|
object: "page";
|
|
3808
3808
|
properties: Record<string, unknown>;
|
|
3809
|
-
url: string;
|
|
3810
3809
|
id: string;
|
|
3810
|
+
url: string;
|
|
3811
3811
|
parent: {
|
|
3812
3812
|
type: "page_id";
|
|
3813
3813
|
page_id: string;
|
|
@@ -3904,8 +3904,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
3904
3904
|
page?: {
|
|
3905
3905
|
object: "page";
|
|
3906
3906
|
properties: Record<string, unknown>;
|
|
3907
|
-
url: string;
|
|
3908
3907
|
id: string;
|
|
3908
|
+
url: string;
|
|
3909
3909
|
parent: {
|
|
3910
3910
|
type: "page_id";
|
|
3911
3911
|
page_id: string;
|
|
@@ -4002,8 +4002,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4002
4002
|
page?: {
|
|
4003
4003
|
object: "page";
|
|
4004
4004
|
properties: Record<string, unknown>;
|
|
4005
|
-
url: string;
|
|
4006
4005
|
id: string;
|
|
4006
|
+
url: string;
|
|
4007
4007
|
parent: {
|
|
4008
4008
|
type: "page_id";
|
|
4009
4009
|
page_id: string;
|
|
@@ -4417,8 +4417,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4417
4417
|
}, "strip", z.ZodTypeAny, {
|
|
4418
4418
|
object: "page";
|
|
4419
4419
|
properties: Record<string, unknown>;
|
|
4420
|
-
url: string;
|
|
4421
4420
|
id: string;
|
|
4421
|
+
url: string;
|
|
4422
4422
|
parent: {
|
|
4423
4423
|
type: "page_id";
|
|
4424
4424
|
page_id: string;
|
|
@@ -4510,8 +4510,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4510
4510
|
}, {
|
|
4511
4511
|
object: "page";
|
|
4512
4512
|
properties: Record<string, unknown>;
|
|
4513
|
-
url: string;
|
|
4514
4513
|
id: string;
|
|
4514
|
+
url: string;
|
|
4515
4515
|
parent: {
|
|
4516
4516
|
type: "page_id";
|
|
4517
4517
|
page_id: string;
|
|
@@ -4608,8 +4608,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4608
4608
|
page?: {
|
|
4609
4609
|
object: "page";
|
|
4610
4610
|
properties: Record<string, unknown>;
|
|
4611
|
-
url: string;
|
|
4612
4611
|
id: string;
|
|
4612
|
+
url: string;
|
|
4613
4613
|
parent: {
|
|
4614
4614
|
type: "page_id";
|
|
4615
4615
|
page_id: string;
|
|
@@ -4706,8 +4706,8 @@ declare const NotionResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
4706
4706
|
page?: {
|
|
4707
4707
|
object: "page";
|
|
4708
4708
|
properties: Record<string, unknown>;
|
|
4709
|
-
url: string;
|
|
4710
4709
|
id: string;
|
|
4710
|
+
url: string;
|
|
4711
4711
|
parent: {
|
|
4712
4712
|
type: "page_id";
|
|
4713
4713
|
page_id: string;
|
|
@@ -21085,6 +21085,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21085
21085
|
}, "strip", z.ZodTypeAny, {
|
|
21086
21086
|
operation: "update_data_source";
|
|
21087
21087
|
data_source_id: string;
|
|
21088
|
+
properties?: Record<string, unknown> | undefined;
|
|
21088
21089
|
description?: {
|
|
21089
21090
|
type: "text" | "mention" | "equation";
|
|
21090
21091
|
text?: {
|
|
@@ -21104,7 +21105,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21104
21105
|
} | undefined;
|
|
21105
21106
|
href?: string | null | undefined;
|
|
21106
21107
|
}[] | undefined;
|
|
21107
|
-
properties?: Record<string, unknown> | undefined;
|
|
21108
21108
|
title?: {
|
|
21109
21109
|
type: "text" | "mention" | "equation";
|
|
21110
21110
|
text?: {
|
|
@@ -21153,6 +21153,7 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21153
21153
|
}, {
|
|
21154
21154
|
operation: "update_data_source";
|
|
21155
21155
|
data_source_id: string;
|
|
21156
|
+
properties?: Record<string, unknown> | undefined;
|
|
21156
21157
|
description?: {
|
|
21157
21158
|
type: "text" | "mention" | "equation";
|
|
21158
21159
|
text?: {
|
|
@@ -21172,7 +21173,6 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
21172
21173
|
} | undefined;
|
|
21173
21174
|
href?: string | null | undefined;
|
|
21174
21175
|
}[] | undefined;
|
|
21175
|
-
properties?: Record<string, unknown> | undefined;
|
|
21176
21176
|
title?: {
|
|
21177
21177
|
type: "text" | "mention" | "equation";
|
|
21178
21178
|
text?: {
|
|
@@ -22960,8 +22960,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
22960
22960
|
}, "strip", z.ZodTypeAny, {
|
|
22961
22961
|
object: "page";
|
|
22962
22962
|
properties: Record<string, unknown>;
|
|
22963
|
-
url: string;
|
|
22964
22963
|
id: string;
|
|
22964
|
+
url: string;
|
|
22965
22965
|
parent: {
|
|
22966
22966
|
type: "page_id";
|
|
22967
22967
|
page_id: string;
|
|
@@ -23053,8 +23053,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23053
23053
|
}, {
|
|
23054
23054
|
object: "page";
|
|
23055
23055
|
properties: Record<string, unknown>;
|
|
23056
|
-
url: string;
|
|
23057
23056
|
id: string;
|
|
23057
|
+
url: string;
|
|
23058
23058
|
parent: {
|
|
23059
23059
|
type: "page_id";
|
|
23060
23060
|
page_id: string;
|
|
@@ -23151,8 +23151,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23151
23151
|
page?: {
|
|
23152
23152
|
object: "page";
|
|
23153
23153
|
properties: Record<string, unknown>;
|
|
23154
|
-
url: string;
|
|
23155
23154
|
id: string;
|
|
23155
|
+
url: string;
|
|
23156
23156
|
parent: {
|
|
23157
23157
|
type: "page_id";
|
|
23158
23158
|
page_id: string;
|
|
@@ -23249,8 +23249,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23249
23249
|
page?: {
|
|
23250
23250
|
object: "page";
|
|
23251
23251
|
properties: Record<string, unknown>;
|
|
23252
|
-
url: string;
|
|
23253
23252
|
id: string;
|
|
23253
|
+
url: string;
|
|
23254
23254
|
parent: {
|
|
23255
23255
|
type: "page_id";
|
|
23256
23256
|
page_id: string;
|
|
@@ -23664,8 +23664,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23664
23664
|
}, "strip", z.ZodTypeAny, {
|
|
23665
23665
|
object: "page";
|
|
23666
23666
|
properties: Record<string, unknown>;
|
|
23667
|
-
url: string;
|
|
23668
23667
|
id: string;
|
|
23668
|
+
url: string;
|
|
23669
23669
|
parent: {
|
|
23670
23670
|
type: "page_id";
|
|
23671
23671
|
page_id: string;
|
|
@@ -23757,8 +23757,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23757
23757
|
}, {
|
|
23758
23758
|
object: "page";
|
|
23759
23759
|
properties: Record<string, unknown>;
|
|
23760
|
-
url: string;
|
|
23761
23760
|
id: string;
|
|
23761
|
+
url: string;
|
|
23762
23762
|
parent: {
|
|
23763
23763
|
type: "page_id";
|
|
23764
23764
|
page_id: string;
|
|
@@ -23855,8 +23855,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23855
23855
|
page?: {
|
|
23856
23856
|
object: "page";
|
|
23857
23857
|
properties: Record<string, unknown>;
|
|
23858
|
-
url: string;
|
|
23859
23858
|
id: string;
|
|
23859
|
+
url: string;
|
|
23860
23860
|
parent: {
|
|
23861
23861
|
type: "page_id";
|
|
23862
23862
|
page_id: string;
|
|
@@ -23953,8 +23953,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
23953
23953
|
page?: {
|
|
23954
23954
|
object: "page";
|
|
23955
23955
|
properties: Record<string, unknown>;
|
|
23956
|
-
url: string;
|
|
23957
23956
|
id: string;
|
|
23957
|
+
url: string;
|
|
23958
23958
|
parent: {
|
|
23959
23959
|
type: "page_id";
|
|
23960
23960
|
page_id: string;
|
|
@@ -24368,8 +24368,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24368
24368
|
}, "strip", z.ZodTypeAny, {
|
|
24369
24369
|
object: "page";
|
|
24370
24370
|
properties: Record<string, unknown>;
|
|
24371
|
-
url: string;
|
|
24372
24371
|
id: string;
|
|
24372
|
+
url: string;
|
|
24373
24373
|
parent: {
|
|
24374
24374
|
type: "page_id";
|
|
24375
24375
|
page_id: string;
|
|
@@ -24461,8 +24461,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24461
24461
|
}, {
|
|
24462
24462
|
object: "page";
|
|
24463
24463
|
properties: Record<string, unknown>;
|
|
24464
|
-
url: string;
|
|
24465
24464
|
id: string;
|
|
24465
|
+
url: string;
|
|
24466
24466
|
parent: {
|
|
24467
24467
|
type: "page_id";
|
|
24468
24468
|
page_id: string;
|
|
@@ -24559,8 +24559,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24559
24559
|
page?: {
|
|
24560
24560
|
object: "page";
|
|
24561
24561
|
properties: Record<string, unknown>;
|
|
24562
|
-
url: string;
|
|
24563
24562
|
id: string;
|
|
24563
|
+
url: string;
|
|
24564
24564
|
parent: {
|
|
24565
24565
|
type: "page_id";
|
|
24566
24566
|
page_id: string;
|
|
@@ -24657,8 +24657,8 @@ export declare class NotionBubble<T extends NotionParams = NotionParams> extends
|
|
|
24657
24657
|
page?: {
|
|
24658
24658
|
object: "page";
|
|
24659
24659
|
properties: Record<string, unknown>;
|
|
24660
|
-
url: string;
|
|
24661
24660
|
id: string;
|
|
24661
|
+
url: string;
|
|
24662
24662
|
parent: {
|
|
24663
24663
|
type: "page_id";
|
|
24664
24664
|
page_id: string;
|
|
@@ -85,14 +85,14 @@ declare const EmailPropertySchema: z.ZodObject<{
|
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
type: "email";
|
|
87
87
|
name: string;
|
|
88
|
-
email: {};
|
|
89
88
|
id: string;
|
|
89
|
+
email: {};
|
|
90
90
|
description?: string | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
type: "email";
|
|
93
93
|
name: string;
|
|
94
|
-
email: {};
|
|
95
94
|
id: string;
|
|
95
|
+
email: {};
|
|
96
96
|
description?: string | undefined;
|
|
97
97
|
}>;
|
|
98
98
|
declare const FilesPropertySchema: z.ZodObject<{
|
|
@@ -557,14 +557,14 @@ declare const URLPropertySchema: z.ZodObject<{
|
|
|
557
557
|
}, "strip", z.ZodTypeAny, {
|
|
558
558
|
type: "url";
|
|
559
559
|
name: string;
|
|
560
|
-
url: {};
|
|
561
560
|
id: string;
|
|
561
|
+
url: {};
|
|
562
562
|
description?: string | undefined;
|
|
563
563
|
}, {
|
|
564
564
|
type: "url";
|
|
565
565
|
name: string;
|
|
566
|
-
url: {};
|
|
567
566
|
id: string;
|
|
567
|
+
url: {};
|
|
568
568
|
description?: string | undefined;
|
|
569
569
|
}>;
|
|
570
570
|
declare const UniqueIDPropertySchema: z.ZodObject<{
|
|
@@ -677,14 +677,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
677
677
|
}, "strip", z.ZodTypeAny, {
|
|
678
678
|
type: "email";
|
|
679
679
|
name: string;
|
|
680
|
-
email: {};
|
|
681
680
|
id: string;
|
|
681
|
+
email: {};
|
|
682
682
|
description?: string | undefined;
|
|
683
683
|
}, {
|
|
684
684
|
type: "email";
|
|
685
685
|
name: string;
|
|
686
|
-
email: {};
|
|
687
686
|
id: string;
|
|
687
|
+
email: {};
|
|
688
688
|
description?: string | undefined;
|
|
689
689
|
}>, z.ZodObject<{
|
|
690
690
|
id: z.ZodString;
|
|
@@ -1106,14 +1106,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
1106
1106
|
}, "strip", z.ZodTypeAny, {
|
|
1107
1107
|
type: "url";
|
|
1108
1108
|
name: string;
|
|
1109
|
-
url: {};
|
|
1110
1109
|
id: string;
|
|
1110
|
+
url: {};
|
|
1111
1111
|
description?: string | undefined;
|
|
1112
1112
|
}, {
|
|
1113
1113
|
type: "url";
|
|
1114
1114
|
name: string;
|
|
1115
|
-
url: {};
|
|
1116
1115
|
id: string;
|
|
1116
|
+
url: {};
|
|
1117
1117
|
description?: string | undefined;
|
|
1118
1118
|
}>, z.ZodObject<{
|
|
1119
1119
|
id: z.ZodString;
|