@bubblelab/bubble-core 0.1.278 → 0.1.280
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 +178 -157
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +3 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-trigger/index.d.ts +2 -0
- package/dist/bubble-trigger/index.d.ts.map +1 -0
- package/dist/bubble-trigger/index.js +2 -0
- package/dist/bubble-trigger/index.js.map +1 -0
- package/dist/bubble-trigger/types.d.ts +87 -0
- package/dist/bubble-trigger/types.d.ts.map +1 -0
- package/dist/bubble-trigger/types.js +14 -0
- package/dist/bubble-trigger/types.js.map +1 -0
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- 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 +18 -18
- package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
- package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +8 -8
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- 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/discord/discord.d.ts +12 -12
- package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
- 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 +4 -4
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
- 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 +30 -30
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/looker/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/looker/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/looker/index.js +3 -0
- package/dist/bubbles/service-bubble/looker/index.js.map +1 -0
- package/dist/bubbles/service-bubble/looker/looker.d.ts +768 -0
- package/dist/bubbles/service-bubble/looker/looker.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/looker/looker.js +319 -0
- package/dist/bubbles/service-bubble/looker/looker.js.map +1 -0
- package/dist/bubbles/service-bubble/looker/looker.schema.d.ts +735 -0
- package/dist/bubbles/service-bubble/looker/looker.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/looker/looker.schema.js +264 -0
- package/dist/bubbles/service-bubble/looker/looker.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/metabase/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/metabase/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/metabase/index.js +4 -0
- package/dist/bubbles/service-bubble/metabase/index.js.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.d.ts +746 -0
- package/dist/bubbles/service-bubble/metabase/metabase.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.js +221 -0
- package/dist/bubbles/service-bubble/metabase/metabase.js.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +1125 -0
- package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.schema.js +222 -0
- package/dist/bubbles/service-bubble/metabase/metabase.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts +15 -0
- package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.utils.js +32 -0
- package/dist/bubbles/service-bubble/metabase/metabase.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/pylon/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/pylon/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/pylon/index.js +3 -0
- package/dist/bubbles/service-bubble/pylon/index.js.map +1 -0
- package/dist/bubbles/service-bubble/pylon/pylon.d.ts +435 -0
- package/dist/bubbles/service-bubble/pylon/pylon.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/pylon/pylon.js +375 -0
- package/dist/bubbles/service-bubble/pylon/pylon.js.map +1 -0
- package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts +408 -0
- package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/pylon/pylon.schema.js +249 -0
- package/dist/bubbles/service-bubble/pylon/pylon.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
- package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/sortly/sortly.d.ts +36 -36
- package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
- 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/service-bubble/xero/xero.d.ts +2 -2
- 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 +6 -6
- 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 +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +706 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +50 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
- 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 +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +114 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +777 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -0
- 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 +34 -34
- package/dist/bubbles.json +510 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/ai-models.d.ts +4 -0
- package/dist/types/ai-models.d.ts.map +1 -0
- package/dist/types/ai-models.js +16 -0
- package/dist/types/ai-models.js.map +1 -0
- package/dist/utils/param-helper.d.ts +2 -0
- package/dist/utils/param-helper.d.ts.map +1 -0
- package/dist/utils/param-helper.js +5 -0
- package/dist/utils/param-helper.js.map +1 -0
- package/package.json +2 -2
|
@@ -238,15 +238,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
|
|
|
238
238
|
}, "strip", import("zod").ZodTypeAny, {
|
|
239
239
|
operation: "update_task";
|
|
240
240
|
task_id: string;
|
|
241
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
242
241
|
content?: string | undefined;
|
|
242
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
243
243
|
deadline_at?: string | undefined;
|
|
244
244
|
is_completed?: boolean | undefined;
|
|
245
245
|
}, {
|
|
246
246
|
operation: "update_task";
|
|
247
247
|
task_id: string;
|
|
248
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
248
|
content?: string | undefined;
|
|
249
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
250
250
|
deadline_at?: string | undefined;
|
|
251
251
|
is_completed?: boolean | undefined;
|
|
252
252
|
}>, import("zod").ZodObject<{
|
|
@@ -284,15 +284,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
|
|
|
284
284
|
entry_values: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
285
285
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
286
286
|
}, "strip", import("zod").ZodTypeAny, {
|
|
287
|
-
list: string;
|
|
288
287
|
operation: "create_entry";
|
|
288
|
+
list: string;
|
|
289
289
|
parent_object: string;
|
|
290
290
|
parent_record_id: string;
|
|
291
291
|
entry_values: Record<string, unknown>;
|
|
292
292
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
293
293
|
}, {
|
|
294
|
-
list: string;
|
|
295
294
|
operation: "create_entry";
|
|
295
|
+
list: string;
|
|
296
296
|
parent_object: string;
|
|
297
297
|
parent_record_id: string;
|
|
298
298
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -305,15 +305,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
|
|
|
305
305
|
filter: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
|
|
306
306
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
307
307
|
}, "strip", import("zod").ZodTypeAny, {
|
|
308
|
-
list: string;
|
|
309
308
|
operation: "list_entries";
|
|
310
309
|
limit: number;
|
|
311
310
|
offset: number;
|
|
311
|
+
list: string;
|
|
312
312
|
filter?: Record<string, unknown> | undefined;
|
|
313
313
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
314
314
|
}, {
|
|
315
|
-
list: string;
|
|
316
315
|
operation: "list_entries";
|
|
316
|
+
list: string;
|
|
317
317
|
filter?: Record<string, unknown> | undefined;
|
|
318
318
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
319
319
|
limit?: number | undefined;
|
|
@@ -229,15 +229,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
229
229
|
}, "strip", z.ZodTypeAny, {
|
|
230
230
|
operation: "update_task";
|
|
231
231
|
task_id: string;
|
|
232
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
233
232
|
content?: string | undefined;
|
|
233
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
234
234
|
deadline_at?: string | undefined;
|
|
235
235
|
is_completed?: boolean | undefined;
|
|
236
236
|
}, {
|
|
237
237
|
operation: "update_task";
|
|
238
238
|
task_id: string;
|
|
239
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
240
239
|
content?: string | undefined;
|
|
240
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
241
241
|
deadline_at?: string | undefined;
|
|
242
242
|
is_completed?: boolean | undefined;
|
|
243
243
|
}>, z.ZodObject<{
|
|
@@ -275,15 +275,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
275
275
|
entry_values: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
276
276
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
277
277
|
}, "strip", z.ZodTypeAny, {
|
|
278
|
-
list: string;
|
|
279
278
|
operation: "create_entry";
|
|
279
|
+
list: string;
|
|
280
280
|
parent_object: string;
|
|
281
281
|
parent_record_id: string;
|
|
282
282
|
entry_values: Record<string, unknown>;
|
|
283
283
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
284
284
|
}, {
|
|
285
|
-
list: string;
|
|
286
285
|
operation: "create_entry";
|
|
286
|
+
list: string;
|
|
287
287
|
parent_object: string;
|
|
288
288
|
parent_record_id: string;
|
|
289
289
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -296,15 +296,15 @@ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
|
|
|
296
296
|
filter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
297
297
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
298
298
|
}, "strip", z.ZodTypeAny, {
|
|
299
|
-
list: string;
|
|
300
299
|
operation: "list_entries";
|
|
301
300
|
limit: number;
|
|
302
301
|
offset: number;
|
|
302
|
+
list: string;
|
|
303
303
|
filter?: Record<string, unknown> | undefined;
|
|
304
304
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
305
305
|
}, {
|
|
306
|
-
list: string;
|
|
307
306
|
operation: "list_entries";
|
|
307
|
+
list: string;
|
|
308
308
|
filter?: Record<string, unknown> | undefined;
|
|
309
309
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
310
310
|
limit?: number | undefined;
|
|
@@ -240,8 +240,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
240
240
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
241
241
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
242
242
|
}, "strip", import("zod").ZodTypeAny, {
|
|
243
|
-
timeout: number;
|
|
244
243
|
url: string;
|
|
244
|
+
timeout: number;
|
|
245
245
|
operation: "navigate";
|
|
246
246
|
session_id: string;
|
|
247
247
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
@@ -461,8 +461,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
461
461
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
462
462
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
463
463
|
}, "strip", z.ZodTypeAny, {
|
|
464
|
-
timeout: number;
|
|
465
464
|
url: string;
|
|
465
|
+
timeout: number;
|
|
466
466
|
operation: "navigate";
|
|
467
467
|
session_id: string;
|
|
468
468
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
@@ -87,27 +87,27 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
87
87
|
}, "strip", import("zod").ZodTypeAny, {
|
|
88
88
|
location: string;
|
|
89
89
|
distance: number;
|
|
90
|
-
unit?: "km" | "mi" | "
|
|
90
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
location: string;
|
|
93
93
|
distance: number;
|
|
94
|
-
unit?: "km" | "mi" | "
|
|
94
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
95
95
|
}>]>;
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
97
|
value: string | number | boolean | string[] | number[] | {
|
|
98
98
|
location: string;
|
|
99
99
|
distance: number;
|
|
100
|
-
unit?: "km" | "mi" | "
|
|
100
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
101
101
|
};
|
|
102
|
-
type: "=" | "in" | "
|
|
102
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
103
103
|
column: string;
|
|
104
104
|
}, {
|
|
105
105
|
value: string | number | boolean | string[] | number[] | {
|
|
106
106
|
location: string;
|
|
107
107
|
distance: number;
|
|
108
|
-
unit?: "km" | "mi" | "
|
|
108
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
109
109
|
};
|
|
110
|
-
type: "=" | "in" | "
|
|
110
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
111
111
|
column: string;
|
|
112
112
|
}>, import("zod").ZodType<import("./crustdata.schema.js").PersonDBFilterGroup, import("zod").ZodTypeDef, import("./crustdata.schema.js").PersonDBFilterGroup>]>;
|
|
113
113
|
sorts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -140,9 +140,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
140
140
|
value: string | number | boolean | string[] | number[] | {
|
|
141
141
|
location: string;
|
|
142
142
|
distance: number;
|
|
143
|
-
unit?: "km" | "mi" | "
|
|
143
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
144
144
|
};
|
|
145
|
-
type: "=" | "in" | "
|
|
145
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
146
146
|
column: string;
|
|
147
147
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
148
148
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -163,9 +163,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
163
163
|
value: string | number | boolean | string[] | number[] | {
|
|
164
164
|
location: string;
|
|
165
165
|
distance: number;
|
|
166
|
-
unit?: "km" | "mi" | "
|
|
166
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
167
167
|
};
|
|
168
|
-
type: "=" | "in" | "
|
|
168
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
169
169
|
column: string;
|
|
170
170
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
171
171
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1221,11 +1221,11 @@ export declare const GeoDistanceValueSchema: z.ZodObject<{
|
|
|
1221
1221
|
}, "strip", z.ZodTypeAny, {
|
|
1222
1222
|
location: string;
|
|
1223
1223
|
distance: number;
|
|
1224
|
-
unit?: "km" | "mi" | "
|
|
1224
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1225
1225
|
}, {
|
|
1226
1226
|
location: string;
|
|
1227
1227
|
distance: number;
|
|
1228
|
-
unit?: "km" | "mi" | "
|
|
1228
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1229
1229
|
}>;
|
|
1230
1230
|
export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
1231
1231
|
column: z.ZodString;
|
|
@@ -1237,27 +1237,27 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
|
1237
1237
|
}, "strip", z.ZodTypeAny, {
|
|
1238
1238
|
location: string;
|
|
1239
1239
|
distance: number;
|
|
1240
|
-
unit?: "km" | "mi" | "
|
|
1240
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1241
1241
|
}, {
|
|
1242
1242
|
location: string;
|
|
1243
1243
|
distance: number;
|
|
1244
|
-
unit?: "km" | "mi" | "
|
|
1244
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1245
1245
|
}>]>;
|
|
1246
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1247
1247
|
value: string | number | boolean | string[] | number[] | {
|
|
1248
1248
|
location: string;
|
|
1249
1249
|
distance: number;
|
|
1250
|
-
unit?: "km" | "mi" | "
|
|
1250
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1251
1251
|
};
|
|
1252
|
-
type: "=" | "in" | "
|
|
1252
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1253
1253
|
column: string;
|
|
1254
1254
|
}, {
|
|
1255
1255
|
value: string | number | boolean | string[] | number[] | {
|
|
1256
1256
|
location: string;
|
|
1257
1257
|
distance: number;
|
|
1258
|
-
unit?: "km" | "mi" | "
|
|
1258
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1259
1259
|
};
|
|
1260
|
-
type: "=" | "in" | "
|
|
1260
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1261
1261
|
column: string;
|
|
1262
1262
|
}>;
|
|
1263
1263
|
export declare const PersonDBFilterGroupSchema: z.ZodType<PersonDBFilterGroup>;
|
|
@@ -1271,27 +1271,27 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1271
1271
|
}, "strip", z.ZodTypeAny, {
|
|
1272
1272
|
location: string;
|
|
1273
1273
|
distance: number;
|
|
1274
|
-
unit?: "km" | "mi" | "
|
|
1274
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1275
1275
|
}, {
|
|
1276
1276
|
location: string;
|
|
1277
1277
|
distance: number;
|
|
1278
|
-
unit?: "km" | "mi" | "
|
|
1278
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1279
1279
|
}>]>;
|
|
1280
1280
|
}, "strip", z.ZodTypeAny, {
|
|
1281
1281
|
value: string | number | boolean | string[] | number[] | {
|
|
1282
1282
|
location: string;
|
|
1283
1283
|
distance: number;
|
|
1284
|
-
unit?: "km" | "mi" | "
|
|
1284
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1285
1285
|
};
|
|
1286
|
-
type: "=" | "in" | "
|
|
1286
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1287
1287
|
column: string;
|
|
1288
1288
|
}, {
|
|
1289
1289
|
value: string | number | boolean | string[] | number[] | {
|
|
1290
1290
|
location: string;
|
|
1291
1291
|
distance: number;
|
|
1292
|
-
unit?: "km" | "mi" | "
|
|
1292
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
1293
1293
|
};
|
|
1294
|
-
type: "=" | "in" | "
|
|
1294
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1295
1295
|
column: string;
|
|
1296
1296
|
}>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
|
|
1297
1297
|
export declare const PersonDBSortSchema: z.ZodObject<{
|
|
@@ -2301,27 +2301,27 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2301
2301
|
}, "strip", z.ZodTypeAny, {
|
|
2302
2302
|
location: string;
|
|
2303
2303
|
distance: number;
|
|
2304
|
-
unit?: "km" | "mi" | "
|
|
2304
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
2305
2305
|
}, {
|
|
2306
2306
|
location: string;
|
|
2307
2307
|
distance: number;
|
|
2308
|
-
unit?: "km" | "mi" | "
|
|
2308
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
2309
2309
|
}>]>;
|
|
2310
2310
|
}, "strip", z.ZodTypeAny, {
|
|
2311
2311
|
value: string | number | boolean | string[] | number[] | {
|
|
2312
2312
|
location: string;
|
|
2313
2313
|
distance: number;
|
|
2314
|
-
unit?: "km" | "mi" | "
|
|
2314
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
2315
2315
|
};
|
|
2316
|
-
type: "=" | "in" | "
|
|
2316
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2317
2317
|
column: string;
|
|
2318
2318
|
}, {
|
|
2319
2319
|
value: string | number | boolean | string[] | number[] | {
|
|
2320
2320
|
location: string;
|
|
2321
2321
|
distance: number;
|
|
2322
|
-
unit?: "km" | "mi" | "
|
|
2322
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
2323
2323
|
};
|
|
2324
|
-
type: "=" | "in" | "
|
|
2324
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2325
2325
|
column: string;
|
|
2326
2326
|
}>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
|
|
2327
2327
|
sorts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2354,9 +2354,9 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2354
2354
|
value: string | number | boolean | string[] | number[] | {
|
|
2355
2355
|
location: string;
|
|
2356
2356
|
distance: number;
|
|
2357
|
-
unit?: "km" | "mi" | "
|
|
2357
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
2358
2358
|
};
|
|
2359
|
-
type: "=" | "in" | "
|
|
2359
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2360
2360
|
column: string;
|
|
2361
2361
|
} | PersonDBFilterGroup;
|
|
2362
2362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -2377,9 +2377,9 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2377
2377
|
value: string | number | boolean | string[] | number[] | {
|
|
2378
2378
|
location: string;
|
|
2379
2379
|
distance: number;
|
|
2380
|
-
unit?: "km" | "mi" | "
|
|
2380
|
+
unit?: "km" | "mi" | "miles" | "m" | "meters" | "ft" | "feet" | undefined;
|
|
2381
2381
|
};
|
|
2382
|
-
type: "=" | "in" | "
|
|
2382
|
+
type: "=" | "in" | "!=" | "not_in" | ">" | "<" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2383
2383
|
column: string;
|
|
2384
2384
|
} | PersonDBFilterGroup;
|
|
2385
2385
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -78,10 +78,10 @@ export declare class DiscordBubble<T extends DiscordParamsInput = DiscordParamsI
|
|
|
78
78
|
}, "strip", import("zod").ZodTypeAny, {
|
|
79
79
|
description?: string | undefined;
|
|
80
80
|
title?: string | undefined;
|
|
81
|
+
url?: string | undefined;
|
|
81
82
|
image?: {
|
|
82
83
|
url: string;
|
|
83
84
|
} | undefined;
|
|
84
|
-
url?: string | undefined;
|
|
85
85
|
fields?: {
|
|
86
86
|
value: string;
|
|
87
87
|
name: string;
|
|
@@ -104,10 +104,10 @@ export declare class DiscordBubble<T extends DiscordParamsInput = DiscordParamsI
|
|
|
104
104
|
}, {
|
|
105
105
|
description?: string | undefined;
|
|
106
106
|
title?: string | undefined;
|
|
107
|
+
url?: string | undefined;
|
|
107
108
|
image?: {
|
|
108
109
|
url: string;
|
|
109
110
|
} | undefined;
|
|
110
|
-
url?: string | undefined;
|
|
111
111
|
fields?: {
|
|
112
112
|
value: string;
|
|
113
113
|
name: string;
|
|
@@ -135,16 +135,16 @@ export declare class DiscordBubble<T extends DiscordParamsInput = DiscordParamsI
|
|
|
135
135
|
operation: "send_message";
|
|
136
136
|
channel_id: string;
|
|
137
137
|
tts: boolean;
|
|
138
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
139
138
|
content?: string | undefined;
|
|
139
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
140
|
reply_to?: string | undefined;
|
|
141
141
|
embeds?: {
|
|
142
142
|
description?: string | undefined;
|
|
143
143
|
title?: string | undefined;
|
|
144
|
+
url?: string | undefined;
|
|
144
145
|
image?: {
|
|
145
146
|
url: string;
|
|
146
147
|
} | undefined;
|
|
147
|
-
url?: string | undefined;
|
|
148
148
|
fields?: {
|
|
149
149
|
value: string;
|
|
150
150
|
name: string;
|
|
@@ -168,16 +168,16 @@ export declare class DiscordBubble<T extends DiscordParamsInput = DiscordParamsI
|
|
|
168
168
|
}, {
|
|
169
169
|
operation: "send_message";
|
|
170
170
|
channel_id: string;
|
|
171
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
172
171
|
content?: string | undefined;
|
|
172
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
173
173
|
reply_to?: string | undefined;
|
|
174
174
|
embeds?: {
|
|
175
175
|
description?: string | undefined;
|
|
176
176
|
title?: string | undefined;
|
|
177
|
+
url?: string | undefined;
|
|
177
178
|
image?: {
|
|
178
179
|
url: string;
|
|
179
180
|
} | undefined;
|
|
180
|
-
url?: string | undefined;
|
|
181
181
|
fields?: {
|
|
182
182
|
value: string;
|
|
183
183
|
name: string;
|
|
@@ -284,10 +284,10 @@ export declare class DiscordBubble<T extends DiscordParamsInput = DiscordParamsI
|
|
|
284
284
|
}, "strip", import("zod").ZodTypeAny, {
|
|
285
285
|
description?: string | undefined;
|
|
286
286
|
title?: string | undefined;
|
|
287
|
+
url?: string | undefined;
|
|
287
288
|
image?: {
|
|
288
289
|
url: string;
|
|
289
290
|
} | undefined;
|
|
290
|
-
url?: string | undefined;
|
|
291
291
|
fields?: {
|
|
292
292
|
value: string;
|
|
293
293
|
name: string;
|
|
@@ -310,10 +310,10 @@ export declare class DiscordBubble<T extends DiscordParamsInput = DiscordParamsI
|
|
|
310
310
|
}, {
|
|
311
311
|
description?: string | undefined;
|
|
312
312
|
title?: string | undefined;
|
|
313
|
+
url?: string | undefined;
|
|
313
314
|
image?: {
|
|
314
315
|
url: string;
|
|
315
316
|
} | undefined;
|
|
316
|
-
url?: string | undefined;
|
|
317
317
|
fields?: {
|
|
318
318
|
value: string;
|
|
319
319
|
name: string;
|
|
@@ -339,15 +339,15 @@ export declare class DiscordBubble<T extends DiscordParamsInput = DiscordParamsI
|
|
|
339
339
|
operation: "edit_message";
|
|
340
340
|
channel_id: string;
|
|
341
341
|
message_id: string;
|
|
342
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
343
342
|
content?: string | undefined;
|
|
343
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
344
344
|
embeds?: {
|
|
345
345
|
description?: string | undefined;
|
|
346
346
|
title?: string | undefined;
|
|
347
|
+
url?: string | undefined;
|
|
347
348
|
image?: {
|
|
348
349
|
url: string;
|
|
349
350
|
} | undefined;
|
|
350
|
-
url?: string | undefined;
|
|
351
351
|
fields?: {
|
|
352
352
|
value: string;
|
|
353
353
|
name: string;
|
|
@@ -372,15 +372,15 @@ export declare class DiscordBubble<T extends DiscordParamsInput = DiscordParamsI
|
|
|
372
372
|
operation: "edit_message";
|
|
373
373
|
channel_id: string;
|
|
374
374
|
message_id: string;
|
|
375
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
376
375
|
content?: string | undefined;
|
|
376
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
377
377
|
embeds?: {
|
|
378
378
|
description?: string | undefined;
|
|
379
379
|
title?: string | undefined;
|
|
380
|
+
url?: string | undefined;
|
|
380
381
|
image?: {
|
|
381
382
|
url: string;
|
|
382
383
|
} | undefined;
|
|
383
|
-
url?: string | undefined;
|
|
384
384
|
fields?: {
|
|
385
385
|
value: string;
|
|
386
386
|
name: string;
|
|
@@ -63,10 +63,10 @@ export declare const DiscordParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
63
63
|
}, "strip", z.ZodTypeAny, {
|
|
64
64
|
description?: string | undefined;
|
|
65
65
|
title?: string | undefined;
|
|
66
|
+
url?: string | undefined;
|
|
66
67
|
image?: {
|
|
67
68
|
url: string;
|
|
68
69
|
} | undefined;
|
|
69
|
-
url?: string | undefined;
|
|
70
70
|
fields?: {
|
|
71
71
|
value: string;
|
|
72
72
|
name: string;
|
|
@@ -89,10 +89,10 @@ export declare const DiscordParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
89
89
|
}, {
|
|
90
90
|
description?: string | undefined;
|
|
91
91
|
title?: string | undefined;
|
|
92
|
+
url?: string | undefined;
|
|
92
93
|
image?: {
|
|
93
94
|
url: string;
|
|
94
95
|
} | undefined;
|
|
95
|
-
url?: string | undefined;
|
|
96
96
|
fields?: {
|
|
97
97
|
value: string;
|
|
98
98
|
name: string;
|
|
@@ -120,16 +120,16 @@ export declare const DiscordParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
120
120
|
operation: "send_message";
|
|
121
121
|
channel_id: string;
|
|
122
122
|
tts: boolean;
|
|
123
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
124
123
|
content?: string | undefined;
|
|
124
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
125
125
|
reply_to?: string | undefined;
|
|
126
126
|
embeds?: {
|
|
127
127
|
description?: string | undefined;
|
|
128
128
|
title?: string | undefined;
|
|
129
|
+
url?: string | undefined;
|
|
129
130
|
image?: {
|
|
130
131
|
url: string;
|
|
131
132
|
} | undefined;
|
|
132
|
-
url?: string | undefined;
|
|
133
133
|
fields?: {
|
|
134
134
|
value: string;
|
|
135
135
|
name: string;
|
|
@@ -153,16 +153,16 @@ export declare const DiscordParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
153
153
|
}, {
|
|
154
154
|
operation: "send_message";
|
|
155
155
|
channel_id: string;
|
|
156
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
157
156
|
content?: string | undefined;
|
|
157
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
158
158
|
reply_to?: string | undefined;
|
|
159
159
|
embeds?: {
|
|
160
160
|
description?: string | undefined;
|
|
161
161
|
title?: string | undefined;
|
|
162
|
+
url?: string | undefined;
|
|
162
163
|
image?: {
|
|
163
164
|
url: string;
|
|
164
165
|
} | undefined;
|
|
165
|
-
url?: string | undefined;
|
|
166
166
|
fields?: {
|
|
167
167
|
value: string;
|
|
168
168
|
name: string;
|
|
@@ -269,10 +269,10 @@ export declare const DiscordParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
269
269
|
}, "strip", z.ZodTypeAny, {
|
|
270
270
|
description?: string | undefined;
|
|
271
271
|
title?: string | undefined;
|
|
272
|
+
url?: string | undefined;
|
|
272
273
|
image?: {
|
|
273
274
|
url: string;
|
|
274
275
|
} | undefined;
|
|
275
|
-
url?: string | undefined;
|
|
276
276
|
fields?: {
|
|
277
277
|
value: string;
|
|
278
278
|
name: string;
|
|
@@ -295,10 +295,10 @@ export declare const DiscordParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
295
295
|
}, {
|
|
296
296
|
description?: string | undefined;
|
|
297
297
|
title?: string | undefined;
|
|
298
|
+
url?: string | undefined;
|
|
298
299
|
image?: {
|
|
299
300
|
url: string;
|
|
300
301
|
} | undefined;
|
|
301
|
-
url?: string | undefined;
|
|
302
302
|
fields?: {
|
|
303
303
|
value: string;
|
|
304
304
|
name: string;
|
|
@@ -324,15 +324,15 @@ export declare const DiscordParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
324
324
|
operation: "edit_message";
|
|
325
325
|
channel_id: string;
|
|
326
326
|
message_id: string;
|
|
327
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
328
327
|
content?: string | undefined;
|
|
328
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
329
329
|
embeds?: {
|
|
330
330
|
description?: string | undefined;
|
|
331
331
|
title?: string | undefined;
|
|
332
|
+
url?: string | undefined;
|
|
332
333
|
image?: {
|
|
333
334
|
url: string;
|
|
334
335
|
} | undefined;
|
|
335
|
-
url?: string | undefined;
|
|
336
336
|
fields?: {
|
|
337
337
|
value: string;
|
|
338
338
|
name: string;
|
|
@@ -357,15 +357,15 @@ export declare const DiscordParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
357
357
|
operation: "edit_message";
|
|
358
358
|
channel_id: string;
|
|
359
359
|
message_id: string;
|
|
360
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
361
360
|
content?: string | undefined;
|
|
361
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
362
362
|
embeds?: {
|
|
363
363
|
description?: string | undefined;
|
|
364
364
|
title?: string | undefined;
|
|
365
|
+
url?: string | undefined;
|
|
365
366
|
image?: {
|
|
366
367
|
url: string;
|
|
367
368
|
} | undefined;
|
|
368
|
-
url?: string | undefined;
|
|
369
369
|
fields?: {
|
|
370
370
|
value: string;
|
|
371
371
|
name: string;
|