@bubblelab/bubble-core 0.1.83 → 0.1.84
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 +68 -68
- package/dist/bubbles/service-bubble/ai-agent.d.ts +28 -28
- package/dist/bubbles/service-bubble/airtable.d.ts +40 -40
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +206 -206
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +28 -28
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +64 -64
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +177 -177
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +0 -133
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +271 -271
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +8 -8
- 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 +90 -90
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.js +0 -904
- package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
- package/dist/bubbles/service-bubble/slack.d.ts +0 -5869
- package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/slack.js +0 -1536
- package/dist/bubbles/service-bubble/slack.js.map +0 -1
- package/dist/recording/types.d.ts +0 -68
- package/dist/recording/types.d.ts.map +0 -1
- package/dist/recording/types.js +0 -13
- package/dist/recording/types.js.map +0 -1
|
@@ -145,11 +145,11 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
145
145
|
credentials: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>>;
|
|
146
146
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
147
147
|
}, "strip", z.ZodTypeAny, {
|
|
148
|
-
name: "get-
|
|
148
|
+
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
149
149
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
150
150
|
config?: Record<string, unknown> | undefined;
|
|
151
151
|
}, {
|
|
152
|
-
name: "get-
|
|
152
|
+
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
153
153
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
154
154
|
config?: Record<string, unknown> | undefined;
|
|
155
155
|
}>, "many">>;
|
|
@@ -191,12 +191,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
191
191
|
maxRetries?: number | undefined;
|
|
192
192
|
} | undefined;
|
|
193
193
|
};
|
|
194
|
-
streaming: boolean;
|
|
195
|
-
tools: {
|
|
196
|
-
name: "get-trigger-detail-tool" | "get-bubble-details-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
197
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
198
|
-
config?: Record<string, unknown> | undefined;
|
|
199
|
-
}[];
|
|
200
194
|
images: ({
|
|
201
195
|
type: "base64";
|
|
202
196
|
data: string;
|
|
@@ -208,7 +202,13 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
208
202
|
description?: string | undefined;
|
|
209
203
|
})[];
|
|
210
204
|
systemPrompt: string;
|
|
205
|
+
tools: {
|
|
206
|
+
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
207
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
208
|
+
config?: Record<string, unknown> | undefined;
|
|
209
|
+
}[];
|
|
211
210
|
maxIterations: number;
|
|
211
|
+
streaming: boolean;
|
|
212
212
|
name?: string | undefined;
|
|
213
213
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
214
214
|
conversationHistory?: {
|
|
@@ -244,12 +244,6 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
244
244
|
maxRetries?: number | undefined;
|
|
245
245
|
} | undefined;
|
|
246
246
|
} | undefined;
|
|
247
|
-
streaming?: boolean | undefined;
|
|
248
|
-
tools?: {
|
|
249
|
-
name: "get-trigger-detail-tool" | "get-bubble-details-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
250
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
251
|
-
config?: Record<string, unknown> | undefined;
|
|
252
|
-
}[] | undefined;
|
|
253
247
|
images?: ({
|
|
254
248
|
data: string;
|
|
255
249
|
type?: "base64" | undefined;
|
|
@@ -267,6 +261,11 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
267
261
|
name?: string | undefined;
|
|
268
262
|
}[] | undefined;
|
|
269
263
|
systemPrompt?: string | undefined;
|
|
264
|
+
tools?: {
|
|
265
|
+
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
266
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
267
|
+
config?: Record<string, unknown> | undefined;
|
|
268
|
+
}[] | undefined;
|
|
270
269
|
customTools?: {
|
|
271
270
|
description: string;
|
|
272
271
|
name: string;
|
|
@@ -274,6 +273,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
|
|
|
274
273
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
275
274
|
}[] | undefined;
|
|
276
275
|
maxIterations?: number | undefined;
|
|
276
|
+
streaming?: boolean | undefined;
|
|
277
277
|
expectedOutputSchema?: string | z.ZodTypeAny | undefined;
|
|
278
278
|
}>;
|
|
279
279
|
declare const AIAgentResultSchema: z.ZodObject<{
|
|
@@ -450,11 +450,11 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
450
450
|
credentials: z.ZodOptional<z.ZodDefault<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>>;
|
|
451
451
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
452
452
|
}, "strip", z.ZodTypeAny, {
|
|
453
|
-
name: "get-
|
|
453
|
+
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
454
454
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
455
455
|
config?: Record<string, unknown> | undefined;
|
|
456
456
|
}, {
|
|
457
|
-
name: "get-
|
|
457
|
+
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
458
458
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
459
459
|
config?: Record<string, unknown> | undefined;
|
|
460
460
|
}>, "many">>;
|
|
@@ -496,12 +496,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
496
496
|
maxRetries?: number | undefined;
|
|
497
497
|
} | undefined;
|
|
498
498
|
};
|
|
499
|
-
streaming: boolean;
|
|
500
|
-
tools: {
|
|
501
|
-
name: "get-trigger-detail-tool" | "get-bubble-details-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
502
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
503
|
-
config?: Record<string, unknown> | undefined;
|
|
504
|
-
}[];
|
|
505
499
|
images: ({
|
|
506
500
|
type: "base64";
|
|
507
501
|
data: string;
|
|
@@ -513,7 +507,13 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
513
507
|
description?: string | undefined;
|
|
514
508
|
})[];
|
|
515
509
|
systemPrompt: string;
|
|
510
|
+
tools: {
|
|
511
|
+
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
512
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
513
|
+
config?: Record<string, unknown> | undefined;
|
|
514
|
+
}[];
|
|
516
515
|
maxIterations: number;
|
|
516
|
+
streaming: boolean;
|
|
517
517
|
name?: string | undefined;
|
|
518
518
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
519
519
|
conversationHistory?: {
|
|
@@ -549,12 +549,6 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
549
549
|
maxRetries?: number | undefined;
|
|
550
550
|
} | undefined;
|
|
551
551
|
} | undefined;
|
|
552
|
-
streaming?: boolean | undefined;
|
|
553
|
-
tools?: {
|
|
554
|
-
name: "get-trigger-detail-tool" | "get-bubble-details-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
555
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
556
|
-
config?: Record<string, unknown> | undefined;
|
|
557
|
-
}[] | undefined;
|
|
558
552
|
images?: ({
|
|
559
553
|
data: string;
|
|
560
554
|
type?: "base64" | undefined;
|
|
@@ -572,6 +566,11 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
572
566
|
name?: string | undefined;
|
|
573
567
|
}[] | undefined;
|
|
574
568
|
systemPrompt?: string | undefined;
|
|
569
|
+
tools?: {
|
|
570
|
+
name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
|
|
571
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
572
|
+
config?: Record<string, unknown> | undefined;
|
|
573
|
+
}[] | undefined;
|
|
575
574
|
customTools?: {
|
|
576
575
|
description: string;
|
|
577
576
|
name: string;
|
|
@@ -579,6 +578,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
|
|
|
579
578
|
func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
|
|
580
579
|
}[] | undefined;
|
|
581
580
|
maxIterations?: number | undefined;
|
|
581
|
+
streaming?: boolean | undefined;
|
|
582
582
|
expectedOutputSchema?: string | z.ZodTypeAny | undefined;
|
|
583
583
|
}>;
|
|
584
584
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -27,9 +27,9 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
27
27
|
offset: z.ZodOptional<z.ZodString>;
|
|
28
28
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
|
-
baseId: string;
|
|
31
30
|
operation: "list_records";
|
|
32
31
|
pageSize: number;
|
|
32
|
+
baseId: string;
|
|
33
33
|
tableIdOrName: string;
|
|
34
34
|
cellFormat: "string" | "json";
|
|
35
35
|
sort?: {
|
|
@@ -45,8 +45,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
45
45
|
view?: string | undefined;
|
|
46
46
|
userLocale?: string | undefined;
|
|
47
47
|
}, {
|
|
48
|
-
baseId: string;
|
|
49
48
|
operation: "list_records";
|
|
49
|
+
baseId: string;
|
|
50
50
|
tableIdOrName: string;
|
|
51
51
|
sort?: {
|
|
52
52
|
field: string;
|
|
@@ -69,14 +69,14 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
69
69
|
recordId: z.ZodString;
|
|
70
70
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
|
-
baseId: string;
|
|
73
72
|
operation: "get_record";
|
|
73
|
+
baseId: string;
|
|
74
74
|
tableIdOrName: string;
|
|
75
75
|
recordId: string;
|
|
76
76
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
77
77
|
}, {
|
|
78
|
-
baseId: string;
|
|
79
78
|
operation: "get_record";
|
|
79
|
+
baseId: string;
|
|
80
80
|
tableIdOrName: string;
|
|
81
81
|
recordId: string;
|
|
82
82
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -94,8 +94,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
94
94
|
typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
95
95
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
96
96
|
}, "strip", z.ZodTypeAny, {
|
|
97
|
-
baseId: string;
|
|
98
97
|
operation: "create_records";
|
|
98
|
+
baseId: string;
|
|
99
99
|
tableIdOrName: string;
|
|
100
100
|
records: {
|
|
101
101
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
@@ -103,8 +103,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
103
103
|
typecast: boolean;
|
|
104
104
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
105
105
|
}, {
|
|
106
|
-
baseId: string;
|
|
107
106
|
operation: "create_records";
|
|
107
|
+
baseId: string;
|
|
108
108
|
tableIdOrName: string;
|
|
109
109
|
records: {
|
|
110
110
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
@@ -128,8 +128,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
128
128
|
typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
129
129
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
130
130
|
}, "strip", z.ZodTypeAny, {
|
|
131
|
-
baseId: string;
|
|
132
131
|
operation: "update_records";
|
|
132
|
+
baseId: string;
|
|
133
133
|
tableIdOrName: string;
|
|
134
134
|
records: {
|
|
135
135
|
id: string;
|
|
@@ -138,8 +138,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
138
138
|
typecast: boolean;
|
|
139
139
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
140
|
}, {
|
|
141
|
-
baseId: string;
|
|
142
141
|
operation: "update_records";
|
|
142
|
+
baseId: string;
|
|
143
143
|
tableIdOrName: string;
|
|
144
144
|
records: {
|
|
145
145
|
id: string;
|
|
@@ -154,14 +154,14 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
154
154
|
recordIds: z.ZodArray<z.ZodString, "many">;
|
|
155
155
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
baseId: string;
|
|
158
157
|
operation: "delete_records";
|
|
158
|
+
baseId: string;
|
|
159
159
|
tableIdOrName: string;
|
|
160
160
|
recordIds: string[];
|
|
161
161
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
162
162
|
}, {
|
|
163
|
-
baseId: string;
|
|
164
163
|
operation: "delete_records";
|
|
164
|
+
baseId: string;
|
|
165
165
|
tableIdOrName: string;
|
|
166
166
|
recordIds: string[];
|
|
167
167
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -179,12 +179,12 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
179
179
|
baseId: z.ZodString;
|
|
180
180
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
181
181
|
}, "strip", z.ZodTypeAny, {
|
|
182
|
-
baseId: string;
|
|
183
182
|
operation: "get_base_schema";
|
|
183
|
+
baseId: string;
|
|
184
184
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
185
185
|
}, {
|
|
186
|
-
baseId: string;
|
|
187
186
|
operation: "get_base_schema";
|
|
187
|
+
baseId: string;
|
|
188
188
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
189
189
|
}>, z.ZodObject<{
|
|
190
190
|
operation: z.ZodLiteral<"create_table">;
|
|
@@ -210,7 +210,6 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
210
210
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
211
211
|
}, "strip", z.ZodTypeAny, {
|
|
212
212
|
name: string;
|
|
213
|
-
baseId: string;
|
|
214
213
|
fields: {
|
|
215
214
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
216
215
|
name: string;
|
|
@@ -218,11 +217,11 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
218
217
|
description?: string | undefined;
|
|
219
218
|
}[];
|
|
220
219
|
operation: "create_table";
|
|
220
|
+
baseId: string;
|
|
221
221
|
description?: string | undefined;
|
|
222
222
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
223
223
|
}, {
|
|
224
224
|
name: string;
|
|
225
|
-
baseId: string;
|
|
226
225
|
fields: {
|
|
227
226
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
228
227
|
name: string;
|
|
@@ -230,6 +229,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
230
229
|
description?: string | undefined;
|
|
231
230
|
}[];
|
|
232
231
|
operation: "create_table";
|
|
232
|
+
baseId: string;
|
|
233
233
|
description?: string | undefined;
|
|
234
234
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
235
235
|
}>, z.ZodObject<{
|
|
@@ -240,15 +240,15 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
240
240
|
description: z.ZodOptional<z.ZodString>;
|
|
241
241
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
242
242
|
}, "strip", z.ZodTypeAny, {
|
|
243
|
-
baseId: string;
|
|
244
243
|
operation: "update_table";
|
|
244
|
+
baseId: string;
|
|
245
245
|
tableIdOrName: string;
|
|
246
246
|
description?: string | undefined;
|
|
247
247
|
name?: string | undefined;
|
|
248
248
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
249
|
}, {
|
|
250
|
-
baseId: string;
|
|
251
250
|
operation: "update_table";
|
|
251
|
+
baseId: string;
|
|
252
252
|
tableIdOrName: string;
|
|
253
253
|
description?: string | undefined;
|
|
254
254
|
name?: string | undefined;
|
|
@@ -265,8 +265,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
265
265
|
}, "strip", z.ZodTypeAny, {
|
|
266
266
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
267
267
|
name: string;
|
|
268
|
-
baseId: string;
|
|
269
268
|
operation: "create_field";
|
|
269
|
+
baseId: string;
|
|
270
270
|
tableIdOrName: string;
|
|
271
271
|
options?: Record<string, unknown> | undefined;
|
|
272
272
|
description?: string | undefined;
|
|
@@ -274,8 +274,8 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
274
274
|
}, {
|
|
275
275
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
276
276
|
name: string;
|
|
277
|
-
baseId: string;
|
|
278
277
|
operation: "create_field";
|
|
278
|
+
baseId: string;
|
|
279
279
|
tableIdOrName: string;
|
|
280
280
|
options?: Record<string, unknown> | undefined;
|
|
281
281
|
description?: string | undefined;
|
|
@@ -289,16 +289,16 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
|
|
|
289
289
|
description: z.ZodOptional<z.ZodString>;
|
|
290
290
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
292
|
-
baseId: string;
|
|
293
292
|
operation: "update_field";
|
|
293
|
+
baseId: string;
|
|
294
294
|
tableIdOrName: string;
|
|
295
295
|
fieldIdOrName: string;
|
|
296
296
|
description?: string | undefined;
|
|
297
297
|
name?: string | undefined;
|
|
298
298
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
299
299
|
}, {
|
|
300
|
-
baseId: string;
|
|
301
300
|
operation: "update_field";
|
|
301
|
+
baseId: string;
|
|
302
302
|
tableIdOrName: string;
|
|
303
303
|
fieldIdOrName: string;
|
|
304
304
|
description?: string | undefined;
|
|
@@ -894,9 +894,9 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
894
894
|
offset: z.ZodOptional<z.ZodString>;
|
|
895
895
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
896
896
|
}, "strip", z.ZodTypeAny, {
|
|
897
|
-
baseId: string;
|
|
898
897
|
operation: "list_records";
|
|
899
898
|
pageSize: number;
|
|
899
|
+
baseId: string;
|
|
900
900
|
tableIdOrName: string;
|
|
901
901
|
cellFormat: "string" | "json";
|
|
902
902
|
sort?: {
|
|
@@ -912,8 +912,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
912
912
|
view?: string | undefined;
|
|
913
913
|
userLocale?: string | undefined;
|
|
914
914
|
}, {
|
|
915
|
-
baseId: string;
|
|
916
915
|
operation: "list_records";
|
|
916
|
+
baseId: string;
|
|
917
917
|
tableIdOrName: string;
|
|
918
918
|
sort?: {
|
|
919
919
|
field: string;
|
|
@@ -936,14 +936,14 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
936
936
|
recordId: z.ZodString;
|
|
937
937
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
938
938
|
}, "strip", z.ZodTypeAny, {
|
|
939
|
-
baseId: string;
|
|
940
939
|
operation: "get_record";
|
|
940
|
+
baseId: string;
|
|
941
941
|
tableIdOrName: string;
|
|
942
942
|
recordId: string;
|
|
943
943
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
944
944
|
}, {
|
|
945
|
-
baseId: string;
|
|
946
945
|
operation: "get_record";
|
|
946
|
+
baseId: string;
|
|
947
947
|
tableIdOrName: string;
|
|
948
948
|
recordId: string;
|
|
949
949
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -961,8 +961,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
961
961
|
typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
962
962
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
963
963
|
}, "strip", z.ZodTypeAny, {
|
|
964
|
-
baseId: string;
|
|
965
964
|
operation: "create_records";
|
|
965
|
+
baseId: string;
|
|
966
966
|
tableIdOrName: string;
|
|
967
967
|
records: {
|
|
968
968
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
@@ -970,8 +970,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
970
970
|
typecast: boolean;
|
|
971
971
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
972
972
|
}, {
|
|
973
|
-
baseId: string;
|
|
974
973
|
operation: "create_records";
|
|
974
|
+
baseId: string;
|
|
975
975
|
tableIdOrName: string;
|
|
976
976
|
records: {
|
|
977
977
|
fields: Record<string, string | number | boolean | unknown[] | Record<string, unknown> | null>;
|
|
@@ -995,8 +995,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
995
995
|
typecast: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
996
996
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
997
997
|
}, "strip", z.ZodTypeAny, {
|
|
998
|
-
baseId: string;
|
|
999
998
|
operation: "update_records";
|
|
999
|
+
baseId: string;
|
|
1000
1000
|
tableIdOrName: string;
|
|
1001
1001
|
records: {
|
|
1002
1002
|
id: string;
|
|
@@ -1005,8 +1005,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1005
1005
|
typecast: boolean;
|
|
1006
1006
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1007
1007
|
}, {
|
|
1008
|
-
baseId: string;
|
|
1009
1008
|
operation: "update_records";
|
|
1009
|
+
baseId: string;
|
|
1010
1010
|
tableIdOrName: string;
|
|
1011
1011
|
records: {
|
|
1012
1012
|
id: string;
|
|
@@ -1021,14 +1021,14 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1021
1021
|
recordIds: z.ZodArray<z.ZodString, "many">;
|
|
1022
1022
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1023
1023
|
}, "strip", z.ZodTypeAny, {
|
|
1024
|
-
baseId: string;
|
|
1025
1024
|
operation: "delete_records";
|
|
1025
|
+
baseId: string;
|
|
1026
1026
|
tableIdOrName: string;
|
|
1027
1027
|
recordIds: string[];
|
|
1028
1028
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1029
1029
|
}, {
|
|
1030
|
-
baseId: string;
|
|
1031
1030
|
operation: "delete_records";
|
|
1031
|
+
baseId: string;
|
|
1032
1032
|
tableIdOrName: string;
|
|
1033
1033
|
recordIds: string[];
|
|
1034
1034
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1046,12 +1046,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1046
1046
|
baseId: z.ZodString;
|
|
1047
1047
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1048
1048
|
}, "strip", z.ZodTypeAny, {
|
|
1049
|
-
baseId: string;
|
|
1050
1049
|
operation: "get_base_schema";
|
|
1050
|
+
baseId: string;
|
|
1051
1051
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1052
1052
|
}, {
|
|
1053
|
-
baseId: string;
|
|
1054
1053
|
operation: "get_base_schema";
|
|
1054
|
+
baseId: string;
|
|
1055
1055
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1056
1056
|
}>, z.ZodObject<{
|
|
1057
1057
|
operation: z.ZodLiteral<"create_table">;
|
|
@@ -1077,7 +1077,6 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1077
1077
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1078
1078
|
}, "strip", z.ZodTypeAny, {
|
|
1079
1079
|
name: string;
|
|
1080
|
-
baseId: string;
|
|
1081
1080
|
fields: {
|
|
1082
1081
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1083
1082
|
name: string;
|
|
@@ -1085,11 +1084,11 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1085
1084
|
description?: string | undefined;
|
|
1086
1085
|
}[];
|
|
1087
1086
|
operation: "create_table";
|
|
1087
|
+
baseId: string;
|
|
1088
1088
|
description?: string | undefined;
|
|
1089
1089
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1090
1090
|
}, {
|
|
1091
1091
|
name: string;
|
|
1092
|
-
baseId: string;
|
|
1093
1092
|
fields: {
|
|
1094
1093
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1095
1094
|
name: string;
|
|
@@ -1097,6 +1096,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1097
1096
|
description?: string | undefined;
|
|
1098
1097
|
}[];
|
|
1099
1098
|
operation: "create_table";
|
|
1099
|
+
baseId: string;
|
|
1100
1100
|
description?: string | undefined;
|
|
1101
1101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1102
1102
|
}>, z.ZodObject<{
|
|
@@ -1107,15 +1107,15 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1107
1107
|
description: z.ZodOptional<z.ZodString>;
|
|
1108
1108
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1109
1109
|
}, "strip", z.ZodTypeAny, {
|
|
1110
|
-
baseId: string;
|
|
1111
1110
|
operation: "update_table";
|
|
1111
|
+
baseId: string;
|
|
1112
1112
|
tableIdOrName: string;
|
|
1113
1113
|
description?: string | undefined;
|
|
1114
1114
|
name?: string | undefined;
|
|
1115
1115
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1116
1116
|
}, {
|
|
1117
|
-
baseId: string;
|
|
1118
1117
|
operation: "update_table";
|
|
1118
|
+
baseId: string;
|
|
1119
1119
|
tableIdOrName: string;
|
|
1120
1120
|
description?: string | undefined;
|
|
1121
1121
|
name?: string | undefined;
|
|
@@ -1132,8 +1132,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1132
1132
|
}, "strip", z.ZodTypeAny, {
|
|
1133
1133
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1134
1134
|
name: string;
|
|
1135
|
-
baseId: string;
|
|
1136
1135
|
operation: "create_field";
|
|
1136
|
+
baseId: string;
|
|
1137
1137
|
tableIdOrName: string;
|
|
1138
1138
|
options?: Record<string, unknown> | undefined;
|
|
1139
1139
|
description?: string | undefined;
|
|
@@ -1141,8 +1141,8 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1141
1141
|
}, {
|
|
1142
1142
|
type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
|
|
1143
1143
|
name: string;
|
|
1144
|
-
baseId: string;
|
|
1145
1144
|
operation: "create_field";
|
|
1145
|
+
baseId: string;
|
|
1146
1146
|
tableIdOrName: string;
|
|
1147
1147
|
options?: Record<string, unknown> | undefined;
|
|
1148
1148
|
description?: string | undefined;
|
|
@@ -1156,16 +1156,16 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
|
|
|
1156
1156
|
description: z.ZodOptional<z.ZodString>;
|
|
1157
1157
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1158
1158
|
}, "strip", z.ZodTypeAny, {
|
|
1159
|
-
baseId: string;
|
|
1160
1159
|
operation: "update_field";
|
|
1160
|
+
baseId: string;
|
|
1161
1161
|
tableIdOrName: string;
|
|
1162
1162
|
fieldIdOrName: string;
|
|
1163
1163
|
description?: string | undefined;
|
|
1164
1164
|
name?: string | undefined;
|
|
1165
1165
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1166
1166
|
}, {
|
|
1167
|
-
baseId: string;
|
|
1168
1167
|
operation: "update_field";
|
|
1168
|
+
baseId: string;
|
|
1169
1169
|
tableIdOrName: string;
|
|
1170
1170
|
fieldIdOrName: string;
|
|
1171
1171
|
description?: string | undefined;
|
|
@@ -119,8 +119,8 @@ export declare const GoogleMapsPlaceSchema: z.ZodObject<{
|
|
|
119
119
|
lat: number;
|
|
120
120
|
lng: number;
|
|
121
121
|
} | undefined;
|
|
122
|
-
language?: string | undefined;
|
|
123
122
|
postalCode?: string | null | undefined;
|
|
123
|
+
language?: string | undefined;
|
|
124
124
|
price?: string | null | undefined;
|
|
125
125
|
categoryName?: string | undefined;
|
|
126
126
|
address?: string | undefined;
|
|
@@ -181,8 +181,8 @@ export declare const GoogleMapsPlaceSchema: z.ZodObject<{
|
|
|
181
181
|
lat: number;
|
|
182
182
|
lng: number;
|
|
183
183
|
} | undefined;
|
|
184
|
-
language?: string | undefined;
|
|
185
184
|
postalCode?: string | null | undefined;
|
|
185
|
+
language?: string | undefined;
|
|
186
186
|
price?: string | null | undefined;
|
|
187
187
|
categoryName?: string | undefined;
|
|
188
188
|
address?: string | undefined;
|