@bubblelab/bubble-core 0.1.253 → 0.1.254
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 +84 -84
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
- package/dist/bubbles/service-bubble/airtable.d.ts +36 -36
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
- package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
- package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
- package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
- package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
- package/dist/bubbles/service-bubble/storage.d.ts +8 -8
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- 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/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -422,13 +422,13 @@ declare const RollupPropertySchema: z.ZodObject<{
|
|
|
422
422
|
rollup_property_id: z.ZodString;
|
|
423
423
|
rollup_property_name: z.ZodString;
|
|
424
424
|
}, "strip", z.ZodTypeAny, {
|
|
425
|
-
function: "min" | "max" | "count" | "range" | "
|
|
425
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
426
426
|
relation_property_id: string;
|
|
427
427
|
relation_property_name: string;
|
|
428
428
|
rollup_property_id: string;
|
|
429
429
|
rollup_property_name: string;
|
|
430
430
|
}, {
|
|
431
|
-
function: "min" | "max" | "count" | "range" | "
|
|
431
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
432
432
|
relation_property_id: string;
|
|
433
433
|
relation_property_name: string;
|
|
434
434
|
rollup_property_id: string;
|
|
@@ -439,7 +439,7 @@ declare const RollupPropertySchema: z.ZodObject<{
|
|
|
439
439
|
name: string;
|
|
440
440
|
id: string;
|
|
441
441
|
rollup: {
|
|
442
|
-
function: "min" | "max" | "count" | "range" | "
|
|
442
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
443
443
|
relation_property_id: string;
|
|
444
444
|
relation_property_name: string;
|
|
445
445
|
rollup_property_id: string;
|
|
@@ -451,7 +451,7 @@ declare const RollupPropertySchema: z.ZodObject<{
|
|
|
451
451
|
name: string;
|
|
452
452
|
id: string;
|
|
453
453
|
rollup: {
|
|
454
|
-
function: "min" | "max" | "count" | "range" | "
|
|
454
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
455
455
|
relation_property_id: string;
|
|
456
456
|
relation_property_name: string;
|
|
457
457
|
rollup_property_id: string;
|
|
@@ -987,13 +987,13 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
987
987
|
rollup_property_id: z.ZodString;
|
|
988
988
|
rollup_property_name: z.ZodString;
|
|
989
989
|
}, "strip", z.ZodTypeAny, {
|
|
990
|
-
function: "min" | "max" | "count" | "range" | "
|
|
990
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
991
991
|
relation_property_id: string;
|
|
992
992
|
relation_property_name: string;
|
|
993
993
|
rollup_property_id: string;
|
|
994
994
|
rollup_property_name: string;
|
|
995
995
|
}, {
|
|
996
|
-
function: "min" | "max" | "count" | "range" | "
|
|
996
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
997
997
|
relation_property_id: string;
|
|
998
998
|
relation_property_name: string;
|
|
999
999
|
rollup_property_id: string;
|
|
@@ -1004,7 +1004,7 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
1004
1004
|
name: string;
|
|
1005
1005
|
id: string;
|
|
1006
1006
|
rollup: {
|
|
1007
|
-
function: "min" | "max" | "count" | "range" | "
|
|
1007
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
1008
1008
|
relation_property_id: string;
|
|
1009
1009
|
relation_property_name: string;
|
|
1010
1010
|
rollup_property_id: string;
|
|
@@ -1016,7 +1016,7 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
|
|
|
1016
1016
|
name: string;
|
|
1017
1017
|
id: string;
|
|
1018
1018
|
rollup: {
|
|
1019
|
-
function: "min" | "max" | "count" | "range" | "
|
|
1019
|
+
function: "min" | "max" | "count" | "range" | "average" | "checked" | "count_per_group" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "median" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum";
|
|
1020
1020
|
relation_property_id: string;
|
|
1021
1021
|
relation_property_name: string;
|
|
1022
1022
|
rollup_property_id: string;
|
|
@@ -13,9 +13,9 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
|
|
|
13
13
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
15
|
timeout: number;
|
|
16
|
-
query: string;
|
|
17
16
|
ignoreSSL: boolean;
|
|
18
|
-
|
|
17
|
+
query: string;
|
|
18
|
+
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
19
19
|
parameters: unknown[];
|
|
20
20
|
maxRows: number;
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -24,7 +24,7 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
|
|
|
24
24
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
25
|
timeout?: number | undefined;
|
|
26
26
|
ignoreSSL?: boolean | undefined;
|
|
27
|
-
allowedOperations?: ("
|
|
27
|
+
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
28
28
|
parameters?: unknown[] | undefined;
|
|
29
29
|
maxRows?: number | undefined;
|
|
30
30
|
}>;
|
|
@@ -90,9 +90,9 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
90
90
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
92
|
timeout: number;
|
|
93
|
-
query: string;
|
|
94
93
|
ignoreSSL: boolean;
|
|
95
|
-
|
|
94
|
+
query: string;
|
|
95
|
+
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
96
96
|
parameters: unknown[];
|
|
97
97
|
maxRows: number;
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -101,7 +101,7 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
101
101
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
102
|
timeout?: number | undefined;
|
|
103
103
|
ignoreSSL?: boolean | undefined;
|
|
104
|
-
allowedOperations?: ("
|
|
104
|
+
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
105
105
|
parameters?: unknown[] | undefined;
|
|
106
106
|
maxRows?: number | undefined;
|
|
107
107
|
}>;
|
|
@@ -92,8 +92,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
92
92
|
person_id?: string | undefined;
|
|
93
93
|
after?: string | undefined;
|
|
94
94
|
before?: string | undefined;
|
|
95
|
-
host?: string | undefined;
|
|
96
95
|
distinct_id?: string | undefined;
|
|
96
|
+
host?: string | undefined;
|
|
97
97
|
}>, import("zod").ZodObject<{
|
|
98
98
|
operation: import("zod").ZodLiteral<"query">;
|
|
99
99
|
project_id: import("zod").ZodString;
|
|
@@ -101,14 +101,14 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
101
101
|
query: import("zod").ZodString;
|
|
102
102
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
103
103
|
}, "strip", import("zod").ZodTypeAny, {
|
|
104
|
-
operation: "query";
|
|
105
104
|
query: string;
|
|
105
|
+
operation: "query";
|
|
106
106
|
project_id: string;
|
|
107
107
|
host: string;
|
|
108
108
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
109
109
|
}, {
|
|
110
|
-
operation: "query";
|
|
111
110
|
query: string;
|
|
111
|
+
operation: "query";
|
|
112
112
|
project_id: string;
|
|
113
113
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
114
114
|
host?: string | undefined;
|
|
@@ -134,8 +134,8 @@ export declare class PosthogBubble<T extends PosthogParamsInput = PosthogParamsI
|
|
|
134
134
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
135
135
|
search?: string | undefined;
|
|
136
136
|
limit?: number | undefined;
|
|
137
|
-
host?: string | undefined;
|
|
138
137
|
distinct_id?: string | undefined;
|
|
138
|
+
host?: string | undefined;
|
|
139
139
|
}>, import("zod").ZodObject<{
|
|
140
140
|
operation: import("zod").ZodLiteral<"get_insight">;
|
|
141
141
|
project_id: import("zod").ZodString;
|
|
@@ -43,8 +43,8 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
43
43
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
operation: "send_email";
|
|
46
|
-
to: string | string[];
|
|
47
46
|
from: string;
|
|
47
|
+
to: string | string[];
|
|
48
48
|
subject: string;
|
|
49
49
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
50
|
tags?: {
|
|
@@ -190,8 +190,8 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
190
190
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
191
191
|
}, "strip", z.ZodTypeAny, {
|
|
192
192
|
operation: "send_email";
|
|
193
|
-
to: string | string[];
|
|
194
193
|
from: string;
|
|
194
|
+
to: string | string[];
|
|
195
195
|
subject: string;
|
|
196
196
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
197
197
|
tags?: {
|
|
@@ -162,7 +162,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
162
162
|
fileSize?: number | undefined;
|
|
163
163
|
}[] | undefined;
|
|
164
164
|
state?: string | undefined;
|
|
165
|
-
secureLink?: string | undefined;
|
|
166
165
|
packageCode?: string | undefined;
|
|
167
166
|
serverSecret?: string | undefined;
|
|
168
167
|
recipients?: {
|
|
@@ -170,6 +169,7 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
170
169
|
recipientId: string;
|
|
171
170
|
}[] | undefined;
|
|
172
171
|
life?: number | undefined;
|
|
172
|
+
secureLink?: string | undefined;
|
|
173
173
|
}, {
|
|
174
174
|
packageId: string;
|
|
175
175
|
files?: {
|
|
@@ -178,7 +178,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
178
178
|
fileSize?: number | undefined;
|
|
179
179
|
}[] | undefined;
|
|
180
180
|
state?: string | undefined;
|
|
181
|
-
secureLink?: string | undefined;
|
|
182
181
|
packageCode?: string | undefined;
|
|
183
182
|
serverSecret?: string | undefined;
|
|
184
183
|
recipients?: {
|
|
@@ -186,6 +185,7 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
186
185
|
recipientId: string;
|
|
187
186
|
}[] | undefined;
|
|
188
187
|
life?: number | undefined;
|
|
188
|
+
secureLink?: string | undefined;
|
|
189
189
|
}>>;
|
|
190
190
|
error: import("zod").ZodString;
|
|
191
191
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -200,7 +200,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
200
200
|
fileSize?: number | undefined;
|
|
201
201
|
}[] | undefined;
|
|
202
202
|
state?: string | undefined;
|
|
203
|
-
secureLink?: string | undefined;
|
|
204
203
|
packageCode?: string | undefined;
|
|
205
204
|
serverSecret?: string | undefined;
|
|
206
205
|
recipients?: {
|
|
@@ -208,6 +207,7 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
208
207
|
recipientId: string;
|
|
209
208
|
}[] | undefined;
|
|
210
209
|
life?: number | undefined;
|
|
210
|
+
secureLink?: string | undefined;
|
|
211
211
|
} | undefined;
|
|
212
212
|
}, {
|
|
213
213
|
error: string;
|
|
@@ -221,7 +221,6 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
221
221
|
fileSize?: number | undefined;
|
|
222
222
|
}[] | undefined;
|
|
223
223
|
state?: string | undefined;
|
|
224
|
-
secureLink?: string | undefined;
|
|
225
224
|
packageCode?: string | undefined;
|
|
226
225
|
serverSecret?: string | undefined;
|
|
227
226
|
recipients?: {
|
|
@@ -229,6 +228,7 @@ export declare class SendSafelyBubble<T extends SendSafelyParamsInput = SendSafe
|
|
|
229
228
|
recipientId: string;
|
|
230
229
|
}[] | undefined;
|
|
231
230
|
life?: number | undefined;
|
|
231
|
+
secureLink?: string | undefined;
|
|
232
232
|
} | undefined;
|
|
233
233
|
}>]>;
|
|
234
234
|
static readonly shortDescription = "Encrypted file transfer and secure messaging via SendSafely";
|
|
@@ -42,14 +42,14 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
42
42
|
after: import("zod").ZodOptional<import("zod").ZodString>;
|
|
43
43
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
44
44
|
}, "strip", import("zod").ZodTypeAny, {
|
|
45
|
-
operation: "search_posts";
|
|
46
45
|
query: string;
|
|
46
|
+
operation: "search_posts";
|
|
47
47
|
first: number;
|
|
48
48
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
49
49
|
after?: string | undefined;
|
|
50
50
|
}, {
|
|
51
|
-
operation: "search_posts";
|
|
52
51
|
query: string;
|
|
52
|
+
operation: "search_posts";
|
|
53
53
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
54
54
|
after?: string | undefined;
|
|
55
55
|
first?: number | undefined;
|
|
@@ -135,12 +135,12 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
135
135
|
id: string;
|
|
136
136
|
} | null | undefined;
|
|
137
137
|
publishedAt?: string | null | undefined;
|
|
138
|
-
highlight?: unknown;
|
|
139
138
|
insertedAt?: string | null | undefined;
|
|
140
139
|
topics?: {
|
|
141
140
|
name: string;
|
|
142
141
|
id: string;
|
|
143
142
|
}[] | null | undefined;
|
|
143
|
+
highlight?: unknown;
|
|
144
144
|
}, {
|
|
145
145
|
title: string;
|
|
146
146
|
id: string;
|
|
@@ -150,12 +150,12 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
150
150
|
id: string;
|
|
151
151
|
} | null | undefined;
|
|
152
152
|
publishedAt?: string | null | undefined;
|
|
153
|
-
highlight?: unknown;
|
|
154
153
|
insertedAt?: string | null | undefined;
|
|
155
154
|
topics?: {
|
|
156
155
|
name: string;
|
|
157
156
|
id: string;
|
|
158
157
|
}[] | null | undefined;
|
|
158
|
+
highlight?: unknown;
|
|
159
159
|
}>, "many">>;
|
|
160
160
|
has_more: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
161
161
|
end_cursor: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>;
|
|
@@ -174,12 +174,12 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
174
174
|
id: string;
|
|
175
175
|
} | null | undefined;
|
|
176
176
|
publishedAt?: string | null | undefined;
|
|
177
|
-
highlight?: unknown;
|
|
178
177
|
insertedAt?: string | null | undefined;
|
|
179
178
|
topics?: {
|
|
180
179
|
name: string;
|
|
181
180
|
id: string;
|
|
182
181
|
}[] | null | undefined;
|
|
182
|
+
highlight?: unknown;
|
|
183
183
|
}[] | undefined;
|
|
184
184
|
end_cursor?: string | null | undefined;
|
|
185
185
|
}, {
|
|
@@ -196,12 +196,12 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
196
196
|
id: string;
|
|
197
197
|
} | null | undefined;
|
|
198
198
|
publishedAt?: string | null | undefined;
|
|
199
|
-
highlight?: unknown;
|
|
200
199
|
insertedAt?: string | null | undefined;
|
|
201
200
|
topics?: {
|
|
202
201
|
name: string;
|
|
203
202
|
id: string;
|
|
204
203
|
}[] | null | undefined;
|
|
204
|
+
highlight?: unknown;
|
|
205
205
|
}[] | undefined;
|
|
206
206
|
end_cursor?: string | null | undefined;
|
|
207
207
|
}>, import("zod").ZodObject<{
|
|
@@ -248,11 +248,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
248
248
|
publishedAt?: string | null | undefined;
|
|
249
249
|
updatedAt?: string | null | undefined;
|
|
250
250
|
insertedAt?: string | null | undefined;
|
|
251
|
+
archivedAt?: string | null | undefined;
|
|
251
252
|
topics?: {
|
|
252
253
|
name: string;
|
|
253
254
|
id: string;
|
|
254
255
|
}[] | null | undefined;
|
|
255
|
-
archivedAt?: string | null | undefined;
|
|
256
256
|
}, {
|
|
257
257
|
title: string;
|
|
258
258
|
id: string;
|
|
@@ -265,11 +265,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
265
265
|
publishedAt?: string | null | undefined;
|
|
266
266
|
updatedAt?: string | null | undefined;
|
|
267
267
|
insertedAt?: string | null | undefined;
|
|
268
|
+
archivedAt?: string | null | undefined;
|
|
268
269
|
topics?: {
|
|
269
270
|
name: string;
|
|
270
271
|
id: string;
|
|
271
272
|
}[] | null | undefined;
|
|
272
|
-
archivedAt?: string | null | undefined;
|
|
273
273
|
}>>;
|
|
274
274
|
error: import("zod").ZodString;
|
|
275
275
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -288,11 +288,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
288
288
|
publishedAt?: string | null | undefined;
|
|
289
289
|
updatedAt?: string | null | undefined;
|
|
290
290
|
insertedAt?: string | null | undefined;
|
|
291
|
+
archivedAt?: string | null | undefined;
|
|
291
292
|
topics?: {
|
|
292
293
|
name: string;
|
|
293
294
|
id: string;
|
|
294
295
|
}[] | null | undefined;
|
|
295
|
-
archivedAt?: string | null | undefined;
|
|
296
296
|
} | undefined;
|
|
297
297
|
}, {
|
|
298
298
|
error: string;
|
|
@@ -310,11 +310,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
310
310
|
publishedAt?: string | null | undefined;
|
|
311
311
|
updatedAt?: string | null | undefined;
|
|
312
312
|
insertedAt?: string | null | undefined;
|
|
313
|
+
archivedAt?: string | null | undefined;
|
|
313
314
|
topics?: {
|
|
314
315
|
name: string;
|
|
315
316
|
id: string;
|
|
316
317
|
}[] | null | undefined;
|
|
317
|
-
archivedAt?: string | null | undefined;
|
|
318
318
|
} | undefined;
|
|
319
319
|
}>, import("zod").ZodObject<{
|
|
320
320
|
operation: import("zod").ZodLiteral<"list_posts">;
|
|
@@ -360,11 +360,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
360
360
|
publishedAt?: string | null | undefined;
|
|
361
361
|
updatedAt?: string | null | undefined;
|
|
362
362
|
insertedAt?: string | null | undefined;
|
|
363
|
+
archivedAt?: string | null | undefined;
|
|
363
364
|
topics?: {
|
|
364
365
|
name: string;
|
|
365
366
|
id: string;
|
|
366
367
|
}[] | null | undefined;
|
|
367
|
-
archivedAt?: string | null | undefined;
|
|
368
368
|
}, {
|
|
369
369
|
title: string;
|
|
370
370
|
id: string;
|
|
@@ -377,11 +377,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
377
377
|
publishedAt?: string | null | undefined;
|
|
378
378
|
updatedAt?: string | null | undefined;
|
|
379
379
|
insertedAt?: string | null | undefined;
|
|
380
|
+
archivedAt?: string | null | undefined;
|
|
380
381
|
topics?: {
|
|
381
382
|
name: string;
|
|
382
383
|
id: string;
|
|
383
384
|
}[] | null | undefined;
|
|
384
|
-
archivedAt?: string | null | undefined;
|
|
385
385
|
}>, "many">>;
|
|
386
386
|
error: import("zod").ZodString;
|
|
387
387
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -400,11 +400,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
400
400
|
publishedAt?: string | null | undefined;
|
|
401
401
|
updatedAt?: string | null | undefined;
|
|
402
402
|
insertedAt?: string | null | undefined;
|
|
403
|
+
archivedAt?: string | null | undefined;
|
|
403
404
|
topics?: {
|
|
404
405
|
name: string;
|
|
405
406
|
id: string;
|
|
406
407
|
}[] | null | undefined;
|
|
407
|
-
archivedAt?: string | null | undefined;
|
|
408
408
|
}[] | undefined;
|
|
409
409
|
}, {
|
|
410
410
|
error: string;
|
|
@@ -422,11 +422,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
422
422
|
publishedAt?: string | null | undefined;
|
|
423
423
|
updatedAt?: string | null | undefined;
|
|
424
424
|
insertedAt?: string | null | undefined;
|
|
425
|
+
archivedAt?: string | null | undefined;
|
|
425
426
|
topics?: {
|
|
426
427
|
name: string;
|
|
427
428
|
id: string;
|
|
428
429
|
}[] | null | undefined;
|
|
429
|
-
archivedAt?: string | null | undefined;
|
|
430
430
|
}[] | undefined;
|
|
431
431
|
}>, import("zod").ZodObject<{
|
|
432
432
|
operation: import("zod").ZodLiteral<"get_topic_posts">;
|
|
@@ -472,11 +472,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
472
472
|
publishedAt?: string | null | undefined;
|
|
473
473
|
updatedAt?: string | null | undefined;
|
|
474
474
|
insertedAt?: string | null | undefined;
|
|
475
|
+
archivedAt?: string | null | undefined;
|
|
475
476
|
topics?: {
|
|
476
477
|
name: string;
|
|
477
478
|
id: string;
|
|
478
479
|
}[] | null | undefined;
|
|
479
|
-
archivedAt?: string | null | undefined;
|
|
480
480
|
}, {
|
|
481
481
|
title: string;
|
|
482
482
|
id: string;
|
|
@@ -489,11 +489,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
489
489
|
publishedAt?: string | null | undefined;
|
|
490
490
|
updatedAt?: string | null | undefined;
|
|
491
491
|
insertedAt?: string | null | undefined;
|
|
492
|
+
archivedAt?: string | null | undefined;
|
|
492
493
|
topics?: {
|
|
493
494
|
name: string;
|
|
494
495
|
id: string;
|
|
495
496
|
}[] | null | undefined;
|
|
496
|
-
archivedAt?: string | null | undefined;
|
|
497
497
|
}>, "many">>;
|
|
498
498
|
error: import("zod").ZodString;
|
|
499
499
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -512,11 +512,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
512
512
|
publishedAt?: string | null | undefined;
|
|
513
513
|
updatedAt?: string | null | undefined;
|
|
514
514
|
insertedAt?: string | null | undefined;
|
|
515
|
+
archivedAt?: string | null | undefined;
|
|
515
516
|
topics?: {
|
|
516
517
|
name: string;
|
|
517
518
|
id: string;
|
|
518
519
|
}[] | null | undefined;
|
|
519
|
-
archivedAt?: string | null | undefined;
|
|
520
520
|
}[] | undefined;
|
|
521
521
|
}, {
|
|
522
522
|
error: string;
|
|
@@ -534,11 +534,11 @@ export declare class SlabBubble<T extends SlabParamsInput = SlabParamsInput> ext
|
|
|
534
534
|
publishedAt?: string | null | undefined;
|
|
535
535
|
updatedAt?: string | null | undefined;
|
|
536
536
|
insertedAt?: string | null | undefined;
|
|
537
|
+
archivedAt?: string | null | undefined;
|
|
537
538
|
topics?: {
|
|
538
539
|
name: string;
|
|
539
540
|
id: string;
|
|
540
541
|
}[] | null | undefined;
|
|
541
|
-
archivedAt?: string | null | undefined;
|
|
542
542
|
}[] | undefined;
|
|
543
543
|
}>, import("zod").ZodObject<{
|
|
544
544
|
operation: import("zod").ZodLiteral<"list_topics">;
|