@bubblelab/bubble-core 0.1.136 → 0.1.138
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 +87 -87
- 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/google-maps-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 +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- 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 +901 -94
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +19 -19
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +6 -6
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +7 -7
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +350 -350
- package/dist/bubbles/service-bubble/followupboss.d.ts +12 -12
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +132 -32
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +48 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +140 -38
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +50 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1890 -452
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- 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 +72 -72
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
- package/dist/bubbles.json +603 -7
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -93,12 +93,12 @@ export declare const ProxyGeolocationSchema: z.ZodObject<{
|
|
|
93
93
|
country: z.ZodString;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
95
|
country: string;
|
|
96
|
-
city?: string | undefined;
|
|
97
96
|
state?: string | undefined;
|
|
97
|
+
city?: string | undefined;
|
|
98
98
|
}, {
|
|
99
99
|
country: string;
|
|
100
|
-
city?: string | undefined;
|
|
101
100
|
state?: string | undefined;
|
|
101
|
+
city?: string | undefined;
|
|
102
102
|
}>;
|
|
103
103
|
export type ProxyGeolocation = z.infer<typeof ProxyGeolocationSchema>;
|
|
104
104
|
/**
|
|
@@ -112,28 +112,28 @@ export declare const BrowserbaseProxySchema: z.ZodObject<{
|
|
|
112
112
|
country: z.ZodString;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
114
|
country: string;
|
|
115
|
-
city?: string | undefined;
|
|
116
115
|
state?: string | undefined;
|
|
116
|
+
city?: string | undefined;
|
|
117
117
|
}, {
|
|
118
118
|
country: string;
|
|
119
|
-
city?: string | undefined;
|
|
120
119
|
state?: string | undefined;
|
|
120
|
+
city?: string | undefined;
|
|
121
121
|
}>>;
|
|
122
122
|
domainPattern: z.ZodOptional<z.ZodString>;
|
|
123
123
|
}, "strip", z.ZodTypeAny, {
|
|
124
124
|
type: "browserbase";
|
|
125
125
|
geolocation?: {
|
|
126
126
|
country: string;
|
|
127
|
-
city?: string | undefined;
|
|
128
127
|
state?: string | undefined;
|
|
128
|
+
city?: string | undefined;
|
|
129
129
|
} | undefined;
|
|
130
130
|
domainPattern?: string | undefined;
|
|
131
131
|
}, {
|
|
132
132
|
type: "browserbase";
|
|
133
133
|
geolocation?: {
|
|
134
134
|
country: string;
|
|
135
|
-
city?: string | undefined;
|
|
136
135
|
state?: string | undefined;
|
|
136
|
+
city?: string | undefined;
|
|
137
137
|
} | undefined;
|
|
138
138
|
domainPattern?: string | undefined;
|
|
139
139
|
}>;
|
|
@@ -172,28 +172,28 @@ export declare const ProxyConfigSchema: z.ZodDiscriminatedUnion<"type", [z.ZodOb
|
|
|
172
172
|
country: z.ZodString;
|
|
173
173
|
}, "strip", z.ZodTypeAny, {
|
|
174
174
|
country: string;
|
|
175
|
-
city?: string | undefined;
|
|
176
175
|
state?: string | undefined;
|
|
176
|
+
city?: string | undefined;
|
|
177
177
|
}, {
|
|
178
178
|
country: string;
|
|
179
|
-
city?: string | undefined;
|
|
180
179
|
state?: string | undefined;
|
|
180
|
+
city?: string | undefined;
|
|
181
181
|
}>>;
|
|
182
182
|
domainPattern: z.ZodOptional<z.ZodString>;
|
|
183
183
|
}, "strip", z.ZodTypeAny, {
|
|
184
184
|
type: "browserbase";
|
|
185
185
|
geolocation?: {
|
|
186
186
|
country: string;
|
|
187
|
-
city?: string | undefined;
|
|
188
187
|
state?: string | undefined;
|
|
188
|
+
city?: string | undefined;
|
|
189
189
|
} | undefined;
|
|
190
190
|
domainPattern?: string | undefined;
|
|
191
191
|
}, {
|
|
192
192
|
type: "browserbase";
|
|
193
193
|
geolocation?: {
|
|
194
194
|
country: string;
|
|
195
|
-
city?: string | undefined;
|
|
196
195
|
state?: string | undefined;
|
|
196
|
+
city?: string | undefined;
|
|
197
197
|
} | undefined;
|
|
198
198
|
domainPattern?: string | undefined;
|
|
199
199
|
}>, z.ZodObject<{
|
|
@@ -279,28 +279,28 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
279
279
|
country: z.ZodString;
|
|
280
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
281
|
country: string;
|
|
282
|
-
city?: string | undefined;
|
|
283
282
|
state?: string | undefined;
|
|
283
|
+
city?: string | undefined;
|
|
284
284
|
}, {
|
|
285
285
|
country: string;
|
|
286
|
-
city?: string | undefined;
|
|
287
286
|
state?: string | undefined;
|
|
287
|
+
city?: string | undefined;
|
|
288
288
|
}>>;
|
|
289
289
|
domainPattern: z.ZodOptional<z.ZodString>;
|
|
290
290
|
}, "strip", z.ZodTypeAny, {
|
|
291
291
|
type: "browserbase";
|
|
292
292
|
geolocation?: {
|
|
293
293
|
country: string;
|
|
294
|
-
city?: string | undefined;
|
|
295
294
|
state?: string | undefined;
|
|
295
|
+
city?: string | undefined;
|
|
296
296
|
} | undefined;
|
|
297
297
|
domainPattern?: string | undefined;
|
|
298
298
|
}, {
|
|
299
299
|
type: "browserbase";
|
|
300
300
|
geolocation?: {
|
|
301
301
|
country: string;
|
|
302
|
-
city?: string | undefined;
|
|
303
302
|
state?: string | undefined;
|
|
303
|
+
city?: string | undefined;
|
|
304
304
|
} | undefined;
|
|
305
305
|
domainPattern?: string | undefined;
|
|
306
306
|
}>, z.ZodObject<{
|
|
@@ -363,8 +363,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
363
363
|
type: "browserbase";
|
|
364
364
|
geolocation?: {
|
|
365
365
|
country: string;
|
|
366
|
-
city?: string | undefined;
|
|
367
366
|
state?: string | undefined;
|
|
367
|
+
city?: string | undefined;
|
|
368
368
|
} | undefined;
|
|
369
369
|
domainPattern?: string | undefined;
|
|
370
370
|
} | {
|
|
@@ -399,8 +399,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
399
399
|
type: "browserbase";
|
|
400
400
|
geolocation?: {
|
|
401
401
|
country: string;
|
|
402
|
-
city?: string | undefined;
|
|
403
402
|
state?: string | undefined;
|
|
403
|
+
city?: string | undefined;
|
|
404
404
|
} | undefined;
|
|
405
405
|
domainPattern?: string | undefined;
|
|
406
406
|
} | {
|
|
@@ -418,8 +418,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
418
418
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
419
419
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
420
420
|
}, "strip", z.ZodTypeAny, {
|
|
421
|
-
url: string;
|
|
422
421
|
timeout: number;
|
|
422
|
+
url: string;
|
|
423
423
|
operation: "navigate";
|
|
424
424
|
session_id: string;
|
|
425
425
|
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" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
location: string;
|
|
93
93
|
distance: number;
|
|
94
|
-
unit?: "km" | "mi" | "
|
|
94
|
+
unit?: "km" | "mi" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1225
1225
|
}, {
|
|
1226
1226
|
location: string;
|
|
1227
1227
|
distance: number;
|
|
1228
|
-
unit?: "km" | "mi" | "
|
|
1228
|
+
unit?: "km" | "mi" | "m" | "miles" | "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" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1241
1241
|
}, {
|
|
1242
1242
|
location: string;
|
|
1243
1243
|
distance: number;
|
|
1244
|
-
unit?: "km" | "mi" | "
|
|
1244
|
+
unit?: "km" | "mi" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1275
1275
|
}, {
|
|
1276
1276
|
location: string;
|
|
1277
1277
|
distance: number;
|
|
1278
|
-
unit?: "km" | "mi" | "
|
|
1278
|
+
unit?: "km" | "mi" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2305
2305
|
}, {
|
|
2306
2306
|
location: string;
|
|
2307
2307
|
distance: number;
|
|
2308
|
-
unit?: "km" | "mi" | "
|
|
2308
|
+
unit?: "km" | "mi" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "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" | "m" | "miles" | "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;
|