@bubblelab/bubble-core 0.1.55 → 0.1.57

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.
Files changed (62) hide show
  1. package/dist/bubble-bundle.d.ts +102 -102
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
  4. package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +112 -112
  18. package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
  26. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  29. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
  31. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
  34. package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  37. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  39. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
  41. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  45. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
  46. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
  47. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
  51. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  54. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  55. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
  57. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  58. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
  59. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
  60. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  61. package/dist/bubbles.json +1 -1
  62. package/package.json +2 -2
@@ -75,14 +75,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
75
75
  }, "strip", z.ZodTypeAny, {
76
76
  description?: string | null | undefined;
77
77
  title?: string | null | undefined;
78
- company_name?: string | null | undefined;
79
78
  start_date?: string | number | null | undefined;
79
+ company_name?: string | null | undefined;
80
80
  company_linkedin_url?: string | null | undefined;
81
81
  }, {
82
82
  description?: string | null | undefined;
83
83
  title?: string | null | undefined;
84
- company_name?: string | null | undefined;
85
84
  start_date?: string | number | null | undefined;
85
+ company_name?: string | null | undefined;
86
86
  company_linkedin_url?: string | null | undefined;
87
87
  }>, "many">>>;
88
88
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -92,14 +92,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
92
92
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
93
93
  }, "strip", z.ZodTypeAny, {
94
94
  title?: string | null | undefined;
95
- company_name?: string | null | undefined;
96
95
  start_date?: string | number | null | undefined;
97
96
  end_date?: string | number | null | undefined;
97
+ company_name?: string | null | undefined;
98
98
  }, {
99
99
  title?: string | null | undefined;
100
- company_name?: string | null | undefined;
101
100
  start_date?: string | number | null | undefined;
102
101
  end_date?: string | number | null | undefined;
102
+ company_name?: string | null | undefined;
103
103
  }>, "many">>>;
104
104
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
105
105
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -139,14 +139,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
139
139
  }, "strip", z.ZodTypeAny, {
140
140
  description?: string | null | undefined;
141
141
  title?: string | null | undefined;
142
- company_name?: string | null | undefined;
143
142
  start_date?: string | number | null | undefined;
143
+ company_name?: string | null | undefined;
144
144
  company_linkedin_url?: string | null | undefined;
145
145
  }, {
146
146
  description?: string | null | undefined;
147
147
  title?: string | null | undefined;
148
- company_name?: string | null | undefined;
149
148
  start_date?: string | number | null | undefined;
149
+ company_name?: string | null | undefined;
150
150
  company_linkedin_url?: string | null | undefined;
151
151
  }>, "many">>>;
152
152
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -156,14 +156,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
156
156
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
157
157
  }, "strip", z.ZodTypeAny, {
158
158
  title?: string | null | undefined;
159
- company_name?: string | null | undefined;
160
159
  start_date?: string | number | null | undefined;
161
160
  end_date?: string | number | null | undefined;
161
+ company_name?: string | null | undefined;
162
162
  }, {
163
163
  title?: string | null | undefined;
164
- company_name?: string | null | undefined;
165
164
  start_date?: string | number | null | undefined;
166
165
  end_date?: string | number | null | undefined;
166
+ company_name?: string | null | undefined;
167
167
  }>, "many">>>;
168
168
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
169
169
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -203,14 +203,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
203
203
  }, "strip", z.ZodTypeAny, {
204
204
  description?: string | null | undefined;
205
205
  title?: string | null | undefined;
206
- company_name?: string | null | undefined;
207
206
  start_date?: string | number | null | undefined;
207
+ company_name?: string | null | undefined;
208
208
  company_linkedin_url?: string | null | undefined;
209
209
  }, {
210
210
  description?: string | null | undefined;
211
211
  title?: string | null | undefined;
212
- company_name?: string | null | undefined;
213
212
  start_date?: string | number | null | undefined;
213
+ company_name?: string | null | undefined;
214
214
  company_linkedin_url?: string | null | undefined;
215
215
  }>, "many">>>;
216
216
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -220,14 +220,14 @@ export declare const PersonProfileSchema: z.ZodObject<{
220
220
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
221
221
  }, "strip", z.ZodTypeAny, {
222
222
  title?: string | null | undefined;
223
- company_name?: string | null | undefined;
224
223
  start_date?: string | number | null | undefined;
225
224
  end_date?: string | number | null | undefined;
225
+ company_name?: string | null | undefined;
226
226
  }, {
227
227
  title?: string | null | undefined;
228
- company_name?: string | null | undefined;
229
228
  start_date?: string | number | null | undefined;
230
229
  end_date?: string | number | null | undefined;
230
+ company_name?: string | null | undefined;
231
231
  }>, "many">>>;
232
232
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
233
233
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -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?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1224
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1225
1225
  }, {
1226
1226
  location: string;
1227
1227
  distance: number;
1228
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
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?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1240
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1241
1241
  }, {
1242
1242
  location: string;
1243
1243
  distance: number;
1244
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1244
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1245
1245
  }>]>;
1246
1246
  }, "strip", z.ZodTypeAny, {
1247
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1248
- value: string | number | boolean | string[] | number[] | {
1247
+ value: string | number | boolean | number[] | string[] | {
1249
1248
  location: string;
1250
1249
  distance: number;
1251
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1250
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1252
1251
  };
1252
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1253
1253
  column: string;
1254
1254
  }, {
1255
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1256
- value: string | number | boolean | string[] | number[] | {
1255
+ value: string | number | boolean | number[] | string[] | {
1257
1256
  location: string;
1258
1257
  distance: number;
1259
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1258
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1260
1259
  };
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?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1274
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1275
1275
  }, {
1276
1276
  location: string;
1277
1277
  distance: number;
1278
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1278
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1279
1279
  }>]>;
1280
1280
  }, "strip", z.ZodTypeAny, {
1281
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1282
- value: string | number | boolean | string[] | number[] | {
1281
+ value: string | number | boolean | number[] | string[] | {
1283
1282
  location: string;
1284
1283
  distance: number;
1285
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1284
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1286
1285
  };
1286
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1287
1287
  column: string;
1288
1288
  }, {
1289
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
1290
- value: string | number | boolean | string[] | number[] | {
1289
+ value: string | number | boolean | number[] | string[] | {
1291
1290
  location: string;
1292
1291
  distance: number;
1293
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
1292
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
1294
1293
  };
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<{
@@ -2277,16 +2277,16 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2277
2277
  operation: "enrich";
2278
2278
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2279
2279
  fields?: string | undefined;
2280
- company_domain?: string | undefined;
2281
2280
  company_linkedin_url?: string | undefined;
2281
+ company_domain?: string | undefined;
2282
2282
  company_id?: number | undefined;
2283
2283
  enrich_realtime?: boolean | undefined;
2284
2284
  }, {
2285
2285
  operation: "enrich";
2286
2286
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2287
2287
  fields?: string | undefined;
2288
- company_domain?: string | undefined;
2289
2288
  company_linkedin_url?: string | undefined;
2289
+ company_domain?: string | undefined;
2290
2290
  company_id?: number | undefined;
2291
2291
  enrich_realtime?: boolean | undefined;
2292
2292
  }>, 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?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2304
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2305
2305
  }, {
2306
2306
  location: string;
2307
2307
  distance: number;
2308
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2308
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2309
2309
  }>]>;
2310
2310
  }, "strip", z.ZodTypeAny, {
2311
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2312
- value: string | number | boolean | string[] | number[] | {
2311
+ value: string | number | boolean | number[] | string[] | {
2313
2312
  location: string;
2314
2313
  distance: number;
2315
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2314
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2316
2315
  };
2316
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2317
2317
  column: string;
2318
2318
  }, {
2319
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2320
- value: string | number | boolean | string[] | number[] | {
2319
+ value: string | number | boolean | number[] | string[] | {
2321
2320
  location: string;
2322
2321
  distance: number;
2323
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2322
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2324
2323
  };
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<{
@@ -2351,12 +2351,12 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2351
2351
  }, "strip", z.ZodTypeAny, {
2352
2352
  operation: "person_search_db";
2353
2353
  filters: {
2354
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2355
- value: string | number | boolean | string[] | number[] | {
2354
+ value: string | number | boolean | number[] | string[] | {
2356
2355
  location: string;
2357
2356
  distance: number;
2358
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2357
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2359
2358
  };
2359
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2360
2360
  column: string;
2361
2361
  } | PersonDBFilterGroup;
2362
2362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -2374,12 +2374,12 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2374
2374
  }, {
2375
2375
  operation: "person_search_db";
2376
2376
  filters: {
2377
- type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2378
- value: string | number | boolean | string[] | number[] | {
2377
+ value: string | number | boolean | number[] | string[] | {
2379
2378
  location: string;
2380
2379
  distance: number;
2381
- unit?: "m" | "km" | "mi" | "miles" | "meters" | "ft" | "feet" | undefined;
2380
+ unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
2382
2381
  };
2382
+ type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
2383
2383
  column: string;
2384
2384
  } | PersonDBFilterGroup;
2385
2385
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -2406,18 +2406,18 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
2406
2406
  operation: "person_enrich";
2407
2407
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2408
2408
  fields?: string | undefined;
2409
- enrich_realtime?: boolean | undefined;
2410
- preview?: boolean | undefined;
2411
2409
  linkedin_profile_url?: string | undefined;
2412
2410
  business_email?: string | undefined;
2411
+ enrich_realtime?: boolean | undefined;
2412
+ preview?: boolean | undefined;
2413
2413
  }, {
2414
2414
  operation: "person_enrich";
2415
2415
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2416
2416
  fields?: string | undefined;
2417
- enrich_realtime?: boolean | undefined;
2418
- preview?: boolean | undefined;
2419
2417
  linkedin_profile_url?: string | undefined;
2420
2418
  business_email?: string | undefined;
2419
+ enrich_realtime?: boolean | undefined;
2420
+ preview?: boolean | undefined;
2421
2421
  }>]>;
2422
2422
  export declare const IdentifyResultItemSchema: z.ZodObject<{
2423
2423
  company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -2580,14 +2580,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2580
2580
  }, "strip", z.ZodTypeAny, {
2581
2581
  description?: string | null | undefined;
2582
2582
  title?: string | null | undefined;
2583
- company_name?: string | null | undefined;
2584
2583
  start_date?: string | number | null | undefined;
2584
+ company_name?: string | null | undefined;
2585
2585
  company_linkedin_url?: string | null | undefined;
2586
2586
  }, {
2587
2587
  description?: string | null | undefined;
2588
2588
  title?: string | null | undefined;
2589
- company_name?: string | null | undefined;
2590
2589
  start_date?: string | number | null | undefined;
2590
+ company_name?: string | null | undefined;
2591
2591
  company_linkedin_url?: string | null | undefined;
2592
2592
  }>, "many">>>;
2593
2593
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2597,14 +2597,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2597
2597
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2598
2598
  }, "strip", z.ZodTypeAny, {
2599
2599
  title?: string | null | undefined;
2600
- company_name?: string | null | undefined;
2601
2600
  start_date?: string | number | null | undefined;
2602
2601
  end_date?: string | number | null | undefined;
2602
+ company_name?: string | null | undefined;
2603
2603
  }, {
2604
2604
  title?: string | null | undefined;
2605
- company_name?: string | null | undefined;
2606
2605
  start_date?: string | number | null | undefined;
2607
2606
  end_date?: string | number | null | undefined;
2607
+ company_name?: string | null | undefined;
2608
2608
  }>, "many">>>;
2609
2609
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2610
2610
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2644,14 +2644,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2644
2644
  }, "strip", z.ZodTypeAny, {
2645
2645
  description?: string | null | undefined;
2646
2646
  title?: string | null | undefined;
2647
- company_name?: string | null | undefined;
2648
2647
  start_date?: string | number | null | undefined;
2648
+ company_name?: string | null | undefined;
2649
2649
  company_linkedin_url?: string | null | undefined;
2650
2650
  }, {
2651
2651
  description?: string | null | undefined;
2652
2652
  title?: string | null | undefined;
2653
- company_name?: string | null | undefined;
2654
2653
  start_date?: string | number | null | undefined;
2654
+ company_name?: string | null | undefined;
2655
2655
  company_linkedin_url?: string | null | undefined;
2656
2656
  }>, "many">>>;
2657
2657
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2661,14 +2661,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2661
2661
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2662
2662
  }, "strip", z.ZodTypeAny, {
2663
2663
  title?: string | null | undefined;
2664
- company_name?: string | null | undefined;
2665
2664
  start_date?: string | number | null | undefined;
2666
2665
  end_date?: string | number | null | undefined;
2666
+ company_name?: string | null | undefined;
2667
2667
  }, {
2668
2668
  title?: string | null | undefined;
2669
- company_name?: string | null | undefined;
2670
2669
  start_date?: string | number | null | undefined;
2671
2670
  end_date?: string | number | null | undefined;
2671
+ company_name?: string | null | undefined;
2672
2672
  }>, "many">>>;
2673
2673
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2674
2674
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2708,14 +2708,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2708
2708
  }, "strip", z.ZodTypeAny, {
2709
2709
  description?: string | null | undefined;
2710
2710
  title?: string | null | undefined;
2711
- company_name?: string | null | undefined;
2712
2711
  start_date?: string | number | null | undefined;
2712
+ company_name?: string | null | undefined;
2713
2713
  company_linkedin_url?: string | null | undefined;
2714
2714
  }, {
2715
2715
  description?: string | null | undefined;
2716
2716
  title?: string | null | undefined;
2717
- company_name?: string | null | undefined;
2718
2717
  start_date?: string | number | null | undefined;
2718
+ company_name?: string | null | undefined;
2719
2719
  company_linkedin_url?: string | null | undefined;
2720
2720
  }>, "many">>>;
2721
2721
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2725,14 +2725,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2725
2725
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2726
2726
  }, "strip", z.ZodTypeAny, {
2727
2727
  title?: string | null | undefined;
2728
- company_name?: string | null | undefined;
2729
2728
  start_date?: string | number | null | undefined;
2730
2729
  end_date?: string | number | null | undefined;
2730
+ company_name?: string | null | undefined;
2731
2731
  }, {
2732
2732
  title?: string | null | undefined;
2733
- company_name?: string | null | undefined;
2734
2733
  start_date?: string | number | null | undefined;
2735
2734
  end_date?: string | number | null | undefined;
2735
+ company_name?: string | null | undefined;
2736
2736
  }>, "many">>>;
2737
2737
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2738
2738
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2773,14 +2773,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2773
2773
  }, "strip", z.ZodTypeAny, {
2774
2774
  description?: string | null | undefined;
2775
2775
  title?: string | null | undefined;
2776
- company_name?: string | null | undefined;
2777
2776
  start_date?: string | number | null | undefined;
2777
+ company_name?: string | null | undefined;
2778
2778
  company_linkedin_url?: string | null | undefined;
2779
2779
  }, {
2780
2780
  description?: string | null | undefined;
2781
2781
  title?: string | null | undefined;
2782
- company_name?: string | null | undefined;
2783
2782
  start_date?: string | number | null | undefined;
2783
+ company_name?: string | null | undefined;
2784
2784
  company_linkedin_url?: string | null | undefined;
2785
2785
  }>, "many">>>;
2786
2786
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2790,14 +2790,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2790
2790
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2791
2791
  }, "strip", z.ZodTypeAny, {
2792
2792
  title?: string | null | undefined;
2793
- company_name?: string | null | undefined;
2794
2793
  start_date?: string | number | null | undefined;
2795
2794
  end_date?: string | number | null | undefined;
2795
+ company_name?: string | null | undefined;
2796
2796
  }, {
2797
2797
  title?: string | null | undefined;
2798
- company_name?: string | null | undefined;
2799
2798
  start_date?: string | number | null | undefined;
2800
2799
  end_date?: string | number | null | undefined;
2800
+ company_name?: string | null | undefined;
2801
2801
  }>, "many">>>;
2802
2802
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2803
2803
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2837,14 +2837,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2837
2837
  }, "strip", z.ZodTypeAny, {
2838
2838
  description?: string | null | undefined;
2839
2839
  title?: string | null | undefined;
2840
- company_name?: string | null | undefined;
2841
2840
  start_date?: string | number | null | undefined;
2841
+ company_name?: string | null | undefined;
2842
2842
  company_linkedin_url?: string | null | undefined;
2843
2843
  }, {
2844
2844
  description?: string | null | undefined;
2845
2845
  title?: string | null | undefined;
2846
- company_name?: string | null | undefined;
2847
2846
  start_date?: string | number | null | undefined;
2847
+ company_name?: string | null | undefined;
2848
2848
  company_linkedin_url?: string | null | undefined;
2849
2849
  }>, "many">>>;
2850
2850
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2854,14 +2854,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2854
2854
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2855
2855
  }, "strip", z.ZodTypeAny, {
2856
2856
  title?: string | null | undefined;
2857
- company_name?: string | null | undefined;
2858
2857
  start_date?: string | number | null | undefined;
2859
2858
  end_date?: string | number | null | undefined;
2859
+ company_name?: string | null | undefined;
2860
2860
  }, {
2861
2861
  title?: string | null | undefined;
2862
- company_name?: string | null | undefined;
2863
2862
  start_date?: string | number | null | undefined;
2864
2863
  end_date?: string | number | null | undefined;
2864
+ company_name?: string | null | undefined;
2865
2865
  }>, "many">>>;
2866
2866
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2867
2867
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2901,14 +2901,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2901
2901
  }, "strip", z.ZodTypeAny, {
2902
2902
  description?: string | null | undefined;
2903
2903
  title?: string | null | undefined;
2904
- company_name?: string | null | undefined;
2905
2904
  start_date?: string | number | null | undefined;
2905
+ company_name?: string | null | undefined;
2906
2906
  company_linkedin_url?: string | null | undefined;
2907
2907
  }, {
2908
2908
  description?: string | null | undefined;
2909
2909
  title?: string | null | undefined;
2910
- company_name?: string | null | undefined;
2911
2910
  start_date?: string | number | null | undefined;
2911
+ company_name?: string | null | undefined;
2912
2912
  company_linkedin_url?: string | null | undefined;
2913
2913
  }>, "many">>>;
2914
2914
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2918,14 +2918,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2918
2918
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2919
2919
  }, "strip", z.ZodTypeAny, {
2920
2920
  title?: string | null | undefined;
2921
- company_name?: string | null | undefined;
2922
2921
  start_date?: string | number | null | undefined;
2923
2922
  end_date?: string | number | null | undefined;
2923
+ company_name?: string | null | undefined;
2924
2924
  }, {
2925
2925
  title?: string | null | undefined;
2926
- company_name?: string | null | undefined;
2927
2926
  start_date?: string | number | null | undefined;
2928
2927
  end_date?: string | number | null | undefined;
2928
+ company_name?: string | null | undefined;
2929
2929
  }>, "many">>>;
2930
2930
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2931
2931
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2967,14 +2967,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2967
2967
  }, "strip", z.ZodTypeAny, {
2968
2968
  description?: string | null | undefined;
2969
2969
  title?: string | null | undefined;
2970
- company_name?: string | null | undefined;
2971
2970
  start_date?: string | number | null | undefined;
2971
+ company_name?: string | null | undefined;
2972
2972
  company_linkedin_url?: string | null | undefined;
2973
2973
  }, {
2974
2974
  description?: string | null | undefined;
2975
2975
  title?: string | null | undefined;
2976
- company_name?: string | null | undefined;
2977
2976
  start_date?: string | number | null | undefined;
2977
+ company_name?: string | null | undefined;
2978
2978
  company_linkedin_url?: string | null | undefined;
2979
2979
  }>, "many">>>;
2980
2980
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -2984,14 +2984,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
2984
2984
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
2985
2985
  }, "strip", z.ZodTypeAny, {
2986
2986
  title?: string | null | undefined;
2987
- company_name?: string | null | undefined;
2988
2987
  start_date?: string | number | null | undefined;
2989
2988
  end_date?: string | number | null | undefined;
2989
+ company_name?: string | null | undefined;
2990
2990
  }, {
2991
2991
  title?: string | null | undefined;
2992
- company_name?: string | null | undefined;
2993
2992
  start_date?: string | number | null | undefined;
2994
2993
  end_date?: string | number | null | undefined;
2994
+ company_name?: string | null | undefined;
2995
2995
  }>, "many">>>;
2996
2996
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2997
2997
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3031,14 +3031,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3031
3031
  }, "strip", z.ZodTypeAny, {
3032
3032
  description?: string | null | undefined;
3033
3033
  title?: string | null | undefined;
3034
- company_name?: string | null | undefined;
3035
3034
  start_date?: string | number | null | undefined;
3035
+ company_name?: string | null | undefined;
3036
3036
  company_linkedin_url?: string | null | undefined;
3037
3037
  }, {
3038
3038
  description?: string | null | undefined;
3039
3039
  title?: string | null | undefined;
3040
- company_name?: string | null | undefined;
3041
3040
  start_date?: string | number | null | undefined;
3041
+ company_name?: string | null | undefined;
3042
3042
  company_linkedin_url?: string | null | undefined;
3043
3043
  }>, "many">>>;
3044
3044
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3048,14 +3048,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3048
3048
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3049
3049
  }, "strip", z.ZodTypeAny, {
3050
3050
  title?: string | null | undefined;
3051
- company_name?: string | null | undefined;
3052
3051
  start_date?: string | number | null | undefined;
3053
3052
  end_date?: string | number | null | undefined;
3053
+ company_name?: string | null | undefined;
3054
3054
  }, {
3055
3055
  title?: string | null | undefined;
3056
- company_name?: string | null | undefined;
3057
3056
  start_date?: string | number | null | undefined;
3058
3057
  end_date?: string | number | null | undefined;
3058
+ company_name?: string | null | undefined;
3059
3059
  }>, "many">>>;
3060
3060
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3061
3061
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3095,14 +3095,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3095
3095
  }, "strip", z.ZodTypeAny, {
3096
3096
  description?: string | null | undefined;
3097
3097
  title?: string | null | undefined;
3098
- company_name?: string | null | undefined;
3099
3098
  start_date?: string | number | null | undefined;
3099
+ company_name?: string | null | undefined;
3100
3100
  company_linkedin_url?: string | null | undefined;
3101
3101
  }, {
3102
3102
  description?: string | null | undefined;
3103
3103
  title?: string | null | undefined;
3104
- company_name?: string | null | undefined;
3105
3104
  start_date?: string | number | null | undefined;
3105
+ company_name?: string | null | undefined;
3106
3106
  company_linkedin_url?: string | null | undefined;
3107
3107
  }>, "many">>>;
3108
3108
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3112,14 +3112,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3112
3112
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3113
3113
  }, "strip", z.ZodTypeAny, {
3114
3114
  title?: string | null | undefined;
3115
- company_name?: string | null | undefined;
3116
3115
  start_date?: string | number | null | undefined;
3117
3116
  end_date?: string | number | null | undefined;
3117
+ company_name?: string | null | undefined;
3118
3118
  }, {
3119
3119
  title?: string | null | undefined;
3120
- company_name?: string | null | undefined;
3121
3120
  start_date?: string | number | null | undefined;
3122
3121
  end_date?: string | number | null | undefined;
3122
+ company_name?: string | null | undefined;
3123
3123
  }>, "many">>>;
3124
3124
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3125
3125
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3161,14 +3161,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3161
3161
  }, "strip", z.ZodTypeAny, {
3162
3162
  description?: string | null | undefined;
3163
3163
  title?: string | null | undefined;
3164
- company_name?: string | null | undefined;
3165
3164
  start_date?: string | number | null | undefined;
3165
+ company_name?: string | null | undefined;
3166
3166
  company_linkedin_url?: string | null | undefined;
3167
3167
  }, {
3168
3168
  description?: string | null | undefined;
3169
3169
  title?: string | null | undefined;
3170
- company_name?: string | null | undefined;
3171
3170
  start_date?: string | number | null | undefined;
3171
+ company_name?: string | null | undefined;
3172
3172
  company_linkedin_url?: string | null | undefined;
3173
3173
  }>, "many">>>;
3174
3174
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3178,14 +3178,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3178
3178
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3179
3179
  }, "strip", z.ZodTypeAny, {
3180
3180
  title?: string | null | undefined;
3181
- company_name?: string | null | undefined;
3182
3181
  start_date?: string | number | null | undefined;
3183
3182
  end_date?: string | number | null | undefined;
3183
+ company_name?: string | null | undefined;
3184
3184
  }, {
3185
3185
  title?: string | null | undefined;
3186
- company_name?: string | null | undefined;
3187
3186
  start_date?: string | number | null | undefined;
3188
3187
  end_date?: string | number | null | undefined;
3188
+ company_name?: string | null | undefined;
3189
3189
  }>, "many">>>;
3190
3190
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3191
3191
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3227,14 +3227,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3227
3227
  }, "strip", z.ZodTypeAny, {
3228
3228
  description?: string | null | undefined;
3229
3229
  title?: string | null | undefined;
3230
- company_name?: string | null | undefined;
3231
3230
  start_date?: string | number | null | undefined;
3231
+ company_name?: string | null | undefined;
3232
3232
  company_linkedin_url?: string | null | undefined;
3233
3233
  }, {
3234
3234
  description?: string | null | undefined;
3235
3235
  title?: string | null | undefined;
3236
- company_name?: string | null | undefined;
3237
3236
  start_date?: string | number | null | undefined;
3237
+ company_name?: string | null | undefined;
3238
3238
  company_linkedin_url?: string | null | undefined;
3239
3239
  }>, "many">>>;
3240
3240
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3244,14 +3244,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3244
3244
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3245
3245
  }, "strip", z.ZodTypeAny, {
3246
3246
  title?: string | null | undefined;
3247
- company_name?: string | null | undefined;
3248
3247
  start_date?: string | number | null | undefined;
3249
3248
  end_date?: string | number | null | undefined;
3249
+ company_name?: string | null | undefined;
3250
3250
  }, {
3251
3251
  title?: string | null | undefined;
3252
- company_name?: string | null | undefined;
3253
3252
  start_date?: string | number | null | undefined;
3254
3253
  end_date?: string | number | null | undefined;
3254
+ company_name?: string | null | undefined;
3255
3255
  }>, "many">>>;
3256
3256
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3257
3257
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3319,14 +3319,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3319
3319
  }, "strip", z.ZodTypeAny, {
3320
3320
  description?: string | null | undefined;
3321
3321
  title?: string | null | undefined;
3322
- company_name?: string | null | undefined;
3323
3322
  start_date?: string | number | null | undefined;
3323
+ company_name?: string | null | undefined;
3324
3324
  company_linkedin_url?: string | null | undefined;
3325
3325
  }, {
3326
3326
  description?: string | null | undefined;
3327
3327
  title?: string | null | undefined;
3328
- company_name?: string | null | undefined;
3329
3328
  start_date?: string | number | null | undefined;
3329
+ company_name?: string | null | undefined;
3330
3330
  company_linkedin_url?: string | null | undefined;
3331
3331
  }>, "many">>>;
3332
3332
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3336,14 +3336,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3336
3336
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3337
3337
  }, "strip", z.ZodTypeAny, {
3338
3338
  title?: string | null | undefined;
3339
- company_name?: string | null | undefined;
3340
3339
  start_date?: string | number | null | undefined;
3341
3340
  end_date?: string | number | null | undefined;
3341
+ company_name?: string | null | undefined;
3342
3342
  }, {
3343
3343
  title?: string | null | undefined;
3344
- company_name?: string | null | undefined;
3345
3344
  start_date?: string | number | null | undefined;
3346
3345
  end_date?: string | number | null | undefined;
3346
+ company_name?: string | null | undefined;
3347
3347
  }>, "many">>>;
3348
3348
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3349
3349
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3384,14 +3384,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3384
3384
  }, "strip", z.ZodTypeAny, {
3385
3385
  description?: string | null | undefined;
3386
3386
  title?: string | null | undefined;
3387
- company_name?: string | null | undefined;
3388
3387
  start_date?: string | number | null | undefined;
3388
+ company_name?: string | null | undefined;
3389
3389
  company_linkedin_url?: string | null | undefined;
3390
3390
  }, {
3391
3391
  description?: string | null | undefined;
3392
3392
  title?: string | null | undefined;
3393
- company_name?: string | null | undefined;
3394
3393
  start_date?: string | number | null | undefined;
3394
+ company_name?: string | null | undefined;
3395
3395
  company_linkedin_url?: string | null | undefined;
3396
3396
  }>, "many">>>;
3397
3397
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3401,14 +3401,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3401
3401
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3402
3402
  }, "strip", z.ZodTypeAny, {
3403
3403
  title?: string | null | undefined;
3404
- company_name?: string | null | undefined;
3405
3404
  start_date?: string | number | null | undefined;
3406
3405
  end_date?: string | number | null | undefined;
3406
+ company_name?: string | null | undefined;
3407
3407
  }, {
3408
3408
  title?: string | null | undefined;
3409
- company_name?: string | null | undefined;
3410
3409
  start_date?: string | number | null | undefined;
3411
3410
  end_date?: string | number | null | undefined;
3411
+ company_name?: string | null | undefined;
3412
3412
  }>, "many">>>;
3413
3413
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3414
3414
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3450,14 +3450,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3450
3450
  }, "strip", z.ZodTypeAny, {
3451
3451
  description?: string | null | undefined;
3452
3452
  title?: string | null | undefined;
3453
- company_name?: string | null | undefined;
3454
3453
  start_date?: string | number | null | undefined;
3454
+ company_name?: string | null | undefined;
3455
3455
  company_linkedin_url?: string | null | undefined;
3456
3456
  }, {
3457
3457
  description?: string | null | undefined;
3458
3458
  title?: string | null | undefined;
3459
- company_name?: string | null | undefined;
3460
3459
  start_date?: string | number | null | undefined;
3460
+ company_name?: string | null | undefined;
3461
3461
  company_linkedin_url?: string | null | undefined;
3462
3462
  }>, "many">>>;
3463
3463
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3467,14 +3467,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3467
3467
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3468
3468
  }, "strip", z.ZodTypeAny, {
3469
3469
  title?: string | null | undefined;
3470
- company_name?: string | null | undefined;
3471
3470
  start_date?: string | number | null | undefined;
3472
3471
  end_date?: string | number | null | undefined;
3472
+ company_name?: string | null | undefined;
3473
3473
  }, {
3474
3474
  title?: string | null | undefined;
3475
- company_name?: string | null | undefined;
3476
3475
  start_date?: string | number | null | undefined;
3477
3476
  end_date?: string | number | null | undefined;
3477
+ company_name?: string | null | undefined;
3478
3478
  }>, "many">>>;
3479
3479
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3480
3480
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3541,14 +3541,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3541
3541
  }, "strip", z.ZodTypeAny, {
3542
3542
  description?: string | null | undefined;
3543
3543
  title?: string | null | undefined;
3544
- company_name?: string | null | undefined;
3545
3544
  start_date?: string | number | null | undefined;
3545
+ company_name?: string | null | undefined;
3546
3546
  company_linkedin_url?: string | null | undefined;
3547
3547
  }, {
3548
3548
  description?: string | null | undefined;
3549
3549
  title?: string | null | undefined;
3550
- company_name?: string | null | undefined;
3551
3550
  start_date?: string | number | null | undefined;
3551
+ company_name?: string | null | undefined;
3552
3552
  company_linkedin_url?: string | null | undefined;
3553
3553
  }>, "many">>>;
3554
3554
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3558,14 +3558,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3558
3558
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3559
3559
  }, "strip", z.ZodTypeAny, {
3560
3560
  title?: string | null | undefined;
3561
- company_name?: string | null | undefined;
3562
3561
  start_date?: string | number | null | undefined;
3563
3562
  end_date?: string | number | null | undefined;
3563
+ company_name?: string | null | undefined;
3564
3564
  }, {
3565
3565
  title?: string | null | undefined;
3566
- company_name?: string | null | undefined;
3567
3566
  start_date?: string | number | null | undefined;
3568
3567
  end_date?: string | number | null | undefined;
3568
+ company_name?: string | null | undefined;
3569
3569
  }>, "many">>>;
3570
3570
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3571
3571
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3606,14 +3606,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3606
3606
  }, "strip", z.ZodTypeAny, {
3607
3607
  description?: string | null | undefined;
3608
3608
  title?: string | null | undefined;
3609
- company_name?: string | null | undefined;
3610
3609
  start_date?: string | number | null | undefined;
3610
+ company_name?: string | null | undefined;
3611
3611
  company_linkedin_url?: string | null | undefined;
3612
3612
  }, {
3613
3613
  description?: string | null | undefined;
3614
3614
  title?: string | null | undefined;
3615
- company_name?: string | null | undefined;
3616
3615
  start_date?: string | number | null | undefined;
3616
+ company_name?: string | null | undefined;
3617
3617
  company_linkedin_url?: string | null | undefined;
3618
3618
  }>, "many">>>;
3619
3619
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3623,14 +3623,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3623
3623
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3624
3624
  }, "strip", z.ZodTypeAny, {
3625
3625
  title?: string | null | undefined;
3626
- company_name?: string | null | undefined;
3627
3626
  start_date?: string | number | null | undefined;
3628
3627
  end_date?: string | number | null | undefined;
3628
+ company_name?: string | null | undefined;
3629
3629
  }, {
3630
3630
  title?: string | null | undefined;
3631
- company_name?: string | null | undefined;
3632
3631
  start_date?: string | number | null | undefined;
3633
3632
  end_date?: string | number | null | undefined;
3633
+ company_name?: string | null | undefined;
3634
3634
  }>, "many">>>;
3635
3635
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3636
3636
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3672,14 +3672,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3672
3672
  }, "strip", z.ZodTypeAny, {
3673
3673
  description?: string | null | undefined;
3674
3674
  title?: string | null | undefined;
3675
- company_name?: string | null | undefined;
3676
3675
  start_date?: string | number | null | undefined;
3676
+ company_name?: string | null | undefined;
3677
3677
  company_linkedin_url?: string | null | undefined;
3678
3678
  }, {
3679
3679
  description?: string | null | undefined;
3680
3680
  title?: string | null | undefined;
3681
- company_name?: string | null | undefined;
3682
3681
  start_date?: string | number | null | undefined;
3682
+ company_name?: string | null | undefined;
3683
3683
  company_linkedin_url?: string | null | undefined;
3684
3684
  }>, "many">>>;
3685
3685
  past_positions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
@@ -3689,14 +3689,14 @@ export declare const CrustdataResultSchema: z.ZodDiscriminatedUnion<"operation",
3689
3689
  end_date: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>>;
3690
3690
  }, "strip", z.ZodTypeAny, {
3691
3691
  title?: string | null | undefined;
3692
- company_name?: string | null | undefined;
3693
3692
  start_date?: string | number | null | undefined;
3694
3693
  end_date?: string | number | null | undefined;
3694
+ company_name?: string | null | undefined;
3695
3695
  }, {
3696
3696
  title?: string | null | undefined;
3697
- company_name?: string | null | undefined;
3698
3697
  start_date?: string | number | null | undefined;
3699
3698
  end_date?: string | number | null | undefined;
3699
+ company_name?: string | null | undefined;
3700
3700
  }>, "many">>>;
3701
3701
  education: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
3702
3702
  institute_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;