@bubblelab/bubble-core 0.1.112 → 0.1.113
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 +85 -85
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +40 -5
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- 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-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 +88 -88
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
- 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/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
- 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 +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-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 +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 +36 -36
- 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 +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles.json +1 -1
- package/dist/capabilities/define-capability.d.ts +6 -0
- package/dist/capabilities/define-capability.d.ts.map +1 -1
- package/dist/capabilities/define-capability.js +7 -0
- package/dist/capabilities/define-capability.js.map +1 -1
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1777,7 +1777,8 @@ 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
|
-
|
|
1780
|
+
expand?: string | undefined;
|
|
1781
|
+
self?: string | undefined;
|
|
1781
1782
|
transitions?: z.objectOutputType<{
|
|
1782
1783
|
id: z.ZodString;
|
|
1783
1784
|
name: z.ZodString;
|
|
@@ -1822,8 +1823,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
1822
1823
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1823
1824
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1824
1825
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
1825
|
-
|
|
1826
|
-
self?: string | undefined;
|
|
1826
|
+
changelog?: unknown;
|
|
1827
1827
|
}, {
|
|
1828
1828
|
key?: string | undefined;
|
|
1829
1829
|
id?: string | undefined;
|
|
@@ -2164,7 +2164,8 @@ 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
|
-
|
|
2167
|
+
expand?: string | undefined;
|
|
2168
|
+
self?: string | undefined;
|
|
2168
2169
|
transitions?: z.objectInputType<{
|
|
2169
2170
|
id: z.ZodString;
|
|
2170
2171
|
name: z.ZodString;
|
|
@@ -2209,8 +2210,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
|
|
|
2209
2210
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2210
2211
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2211
2212
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2212
|
-
|
|
2213
|
-
self?: string | undefined;
|
|
2213
|
+
changelog?: unknown;
|
|
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" | "transitions" | "changelog")[] | 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" | "transitions" | "changelog")[] | undefined;
|
|
2254
2254
|
}>, z.ZodObject<{
|
|
2255
2255
|
operation: z.ZodLiteral<"create">;
|
|
2256
2256
|
project: z.ZodString;
|
|
@@ -2299,12 +2299,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2299
2299
|
remove: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2300
2300
|
set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2301
2301
|
}, "strip", z.ZodTypeAny, {
|
|
2302
|
-
remove?: string[] | undefined;
|
|
2303
2302
|
set?: string[] | undefined;
|
|
2303
|
+
remove?: string[] | undefined;
|
|
2304
2304
|
add?: string[] | undefined;
|
|
2305
2305
|
}, {
|
|
2306
|
-
remove?: string[] | undefined;
|
|
2307
2306
|
set?: string[] | undefined;
|
|
2307
|
+
remove?: string[] | undefined;
|
|
2308
2308
|
add?: string[] | undefined;
|
|
2309
2309
|
}>>;
|
|
2310
2310
|
due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2318,8 +2318,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2318
2318
|
priority?: string | undefined;
|
|
2319
2319
|
summary?: string | undefined;
|
|
2320
2320
|
labels?: {
|
|
2321
|
-
remove?: string[] | undefined;
|
|
2322
2321
|
set?: string[] | undefined;
|
|
2322
|
+
remove?: string[] | undefined;
|
|
2323
2323
|
add?: string[] | undefined;
|
|
2324
2324
|
} | undefined;
|
|
2325
2325
|
comment?: string | undefined;
|
|
@@ -2333,8 +2333,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2333
2333
|
priority?: string | undefined;
|
|
2334
2334
|
summary?: string | undefined;
|
|
2335
2335
|
labels?: {
|
|
2336
|
-
remove?: string[] | undefined;
|
|
2337
2336
|
set?: string[] | undefined;
|
|
2337
|
+
remove?: string[] | undefined;
|
|
2338
2338
|
add?: string[] | undefined;
|
|
2339
2339
|
} | undefined;
|
|
2340
2340
|
comment?: string | undefined;
|
|
@@ -3925,7 +3925,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3925
3925
|
total: z.ZodOptional<z.ZodNumber>;
|
|
3926
3926
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3927
3927
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3928
|
-
|
|
3928
|
+
expand?: string | undefined;
|
|
3929
|
+
self?: string | undefined;
|
|
3929
3930
|
transitions?: z.objectOutputType<{
|
|
3930
3931
|
id: z.ZodString;
|
|
3931
3932
|
name: z.ZodString;
|
|
@@ -3970,8 +3971,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
3970
3971
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3971
3972
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3972
3973
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
3973
|
-
|
|
3974
|
-
self?: string | undefined;
|
|
3974
|
+
changelog?: unknown;
|
|
3975
3975
|
}, {
|
|
3976
3976
|
key?: string | undefined;
|
|
3977
3977
|
id?: string | undefined;
|
|
@@ -4312,7 +4312,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4312
4312
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4313
4313
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4314
4314
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4315
|
-
|
|
4315
|
+
expand?: string | undefined;
|
|
4316
|
+
self?: string | undefined;
|
|
4316
4317
|
transitions?: z.objectInputType<{
|
|
4317
4318
|
id: z.ZodString;
|
|
4318
4319
|
name: z.ZodString;
|
|
@@ -4357,8 +4358,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4357
4358
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4358
4359
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4359
4360
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4360
|
-
|
|
4361
|
-
self?: string | undefined;
|
|
4361
|
+
changelog?: unknown;
|
|
4362
4362
|
}>, "many">>;
|
|
4363
4363
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4364
4364
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4708,7 +4708,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4708
4708
|
total: z.ZodOptional<z.ZodNumber>;
|
|
4709
4709
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4710
4710
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
4711
|
-
|
|
4711
|
+
expand?: string | undefined;
|
|
4712
|
+
self?: string | undefined;
|
|
4712
4713
|
transitions?: z.objectOutputType<{
|
|
4713
4714
|
id: z.ZodString;
|
|
4714
4715
|
name: z.ZodString;
|
|
@@ -4753,8 +4754,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
4753
4754
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4754
4755
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
4755
4756
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
4756
|
-
|
|
4757
|
-
self?: string | undefined;
|
|
4757
|
+
changelog?: unknown;
|
|
4758
4758
|
}[] | undefined;
|
|
4759
4759
|
limit?: number | undefined;
|
|
4760
4760
|
offset?: number | undefined;
|
|
@@ -5103,7 +5103,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5103
5103
|
total: z.ZodOptional<z.ZodNumber>;
|
|
5104
5104
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5105
5105
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
5106
|
-
|
|
5106
|
+
expand?: string | undefined;
|
|
5107
|
+
self?: string | undefined;
|
|
5107
5108
|
transitions?: z.objectInputType<{
|
|
5108
5109
|
id: z.ZodString;
|
|
5109
5110
|
name: z.ZodString;
|
|
@@ -5148,8 +5149,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
5148
5149
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5149
5150
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
5150
5151
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
5151
|
-
|
|
5152
|
-
self?: string | undefined;
|
|
5152
|
+
changelog?: unknown;
|
|
5153
5153
|
}[] | undefined;
|
|
5154
5154
|
limit?: number | undefined;
|
|
5155
5155
|
offset?: number | undefined;
|
|
@@ -6642,7 +6642,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6642
6642
|
total: z.ZodOptional<z.ZodNumber>;
|
|
6643
6643
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6644
6644
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
6645
|
-
|
|
6645
|
+
expand?: string | undefined;
|
|
6646
|
+
self?: string | undefined;
|
|
6646
6647
|
transitions?: z.objectOutputType<{
|
|
6647
6648
|
id: z.ZodString;
|
|
6648
6649
|
name: z.ZodString;
|
|
@@ -6687,8 +6688,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
6687
6688
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6688
6689
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
6689
6690
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
6690
|
-
|
|
6691
|
-
self?: string | undefined;
|
|
6691
|
+
changelog?: unknown;
|
|
6692
6692
|
}, {
|
|
6693
6693
|
key?: string | undefined;
|
|
6694
6694
|
id?: string | undefined;
|
|
@@ -7029,7 +7029,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7029
7029
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7030
7030
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7031
7031
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7032
|
-
|
|
7032
|
+
expand?: string | undefined;
|
|
7033
|
+
self?: string | undefined;
|
|
7033
7034
|
transitions?: z.objectInputType<{
|
|
7034
7035
|
id: z.ZodString;
|
|
7035
7036
|
name: z.ZodString;
|
|
@@ -7074,8 +7075,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7074
7075
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7075
7076
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7076
7077
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7077
|
-
|
|
7078
|
-
self?: string | undefined;
|
|
7078
|
+
changelog?: unknown;
|
|
7079
7079
|
}>>;
|
|
7080
7080
|
error: z.ZodString;
|
|
7081
7081
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7422,7 +7422,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7422
7422
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7423
7423
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7424
7424
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7425
|
-
|
|
7425
|
+
expand?: string | undefined;
|
|
7426
|
+
self?: string | undefined;
|
|
7426
7427
|
transitions?: z.objectOutputType<{
|
|
7427
7428
|
id: z.ZodString;
|
|
7428
7429
|
name: z.ZodString;
|
|
@@ -7467,8 +7468,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7467
7468
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7468
7469
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7469
7470
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7470
|
-
|
|
7471
|
-
self?: string | undefined;
|
|
7471
|
+
changelog?: unknown;
|
|
7472
7472
|
} | undefined;
|
|
7473
7473
|
}, {
|
|
7474
7474
|
error: string;
|
|
@@ -7814,7 +7814,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7814
7814
|
total: z.ZodOptional<z.ZodNumber>;
|
|
7815
7815
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7816
7816
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
7817
|
-
|
|
7817
|
+
expand?: string | undefined;
|
|
7818
|
+
self?: string | undefined;
|
|
7818
7819
|
transitions?: z.objectInputType<{
|
|
7819
7820
|
id: z.ZodString;
|
|
7820
7821
|
name: z.ZodString;
|
|
@@ -7859,8 +7860,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
7859
7860
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7860
7861
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
7861
7862
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
7862
|
-
|
|
7863
|
-
self?: string | undefined;
|
|
7863
|
+
changelog?: unknown;
|
|
7864
7864
|
} | undefined;
|
|
7865
7865
|
}>, z.ZodObject<{
|
|
7866
7866
|
operation: z.ZodLiteral<"create">;
|