@bubblelab/bubble-core 0.1.252 → 0.1.253

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 (57) hide show
  1. package/dist/bubble-bundle.d.ts +84 -84
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/ai-agent.js +1 -1
  5. package/dist/bubbles/service-bubble/airtable.d.ts +36 -36
  6. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  7. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
  8. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/github.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  19. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
  23. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
  24. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
  25. package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  27. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  28. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
  29. package/dist/bubbles/service-bubble/resend.d.ts +2 -2
  30. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  31. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
  33. package/dist/bubbles/service-bubble/storage.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
  35. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  37. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  40. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
  41. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  42. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  43. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  44. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
  46. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
  47. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  50. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  51. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  53. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  54. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  55. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  56. package/dist/bubbles.json +3 -3
  57. package/package.json +2 -2
@@ -357,16 +357,16 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
357
357
  }, "strip", z.ZodTypeAny, {
358
358
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
359
359
  operation: "list_channels";
360
- exclude_archived: boolean;
361
360
  limit: number;
361
+ exclude_archived: boolean;
362
362
  credentials?: Partial<Record<CredentialType, string>> | undefined;
363
363
  cursor?: string | undefined;
364
364
  }, {
365
365
  operation: "list_channels";
366
- types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
367
366
  credentials?: Partial<Record<CredentialType, string>> | undefined;
368
- exclude_archived?: boolean | undefined;
367
+ types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
369
368
  limit?: number | undefined;
369
+ exclude_archived?: boolean | undefined;
370
370
  cursor?: string | undefined;
371
371
  }>, z.ZodObject<{
372
372
  operation: z.ZodLiteral<"get_channel_info">;
@@ -428,8 +428,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
428
428
  }, "strip", z.ZodTypeAny, {
429
429
  inclusive: boolean;
430
430
  operation: "get_conversation_history";
431
- channel: string;
432
431
  limit: number;
432
+ channel: string;
433
433
  credentials?: Partial<Record<CredentialType, string>> | undefined;
434
434
  cursor?: string | undefined;
435
435
  latest?: string | undefined;
@@ -456,17 +456,17 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
456
456
  }, "strip", z.ZodTypeAny, {
457
457
  inclusive: boolean;
458
458
  operation: "get_thread_replies";
459
- channel: string;
460
- ts: string;
461
459
  limit: number;
460
+ ts: string;
461
+ channel: string;
462
462
  credentials?: Partial<Record<CredentialType, string>> | undefined;
463
463
  cursor?: string | undefined;
464
464
  latest?: string | undefined;
465
465
  oldest?: string | undefined;
466
466
  }, {
467
467
  operation: "get_thread_replies";
468
- channel: string;
469
468
  ts: string;
469
+ channel: string;
470
470
  inclusive?: boolean | undefined;
471
471
  credentials?: Partial<Record<CredentialType, string>> | undefined;
472
472
  limit?: number | undefined;
@@ -668,8 +668,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
668
668
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
669
669
  }, "strip", z.ZodTypeAny, {
670
670
  operation: "update_message";
671
- channel: string;
672
671
  ts: string;
672
+ channel: string;
673
673
  credentials?: Partial<Record<CredentialType, string>> | undefined;
674
674
  text?: string | undefined;
675
675
  attachments?: {
@@ -735,8 +735,8 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
735
735
  }, z.ZodTypeAny, "passthrough">[] | undefined;
736
736
  }, {
737
737
  operation: "update_message";
738
- channel: string;
739
738
  ts: string;
739
+ channel: string;
740
740
  credentials?: Partial<Record<CredentialType, string>> | undefined;
741
741
  text?: string | undefined;
742
742
  attachments?: {
@@ -807,13 +807,13 @@ declare const SlackParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
807
807
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
808
808
  }, "strip", z.ZodTypeAny, {
809
809
  operation: "delete_message";
810
- channel: string;
811
810
  ts: string;
811
+ channel: string;
812
812
  credentials?: Partial<Record<CredentialType, string>> | undefined;
813
813
  }, {
814
814
  operation: "delete_message";
815
- channel: string;
816
815
  ts: string;
816
+ channel: string;
817
817
  credentials?: Partial<Record<CredentialType, string>> | undefined;
818
818
  }>, z.ZodObject<{
819
819
  operation: z.ZodLiteral<"add_reaction">;
@@ -1246,8 +1246,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1246
1246
  type: string;
1247
1247
  user?: string | undefined;
1248
1248
  text?: string | undefined;
1249
- username?: string | undefined;
1250
1249
  ts?: string | undefined;
1250
+ username?: string | undefined;
1251
1251
  attachments?: unknown[] | undefined;
1252
1252
  blocks?: unknown[] | undefined;
1253
1253
  thread_ts?: string | undefined;
@@ -1288,8 +1288,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1288
1288
  type: string;
1289
1289
  user?: string | undefined;
1290
1290
  text?: string | undefined;
1291
- username?: string | undefined;
1292
1291
  ts?: string | undefined;
1292
+ username?: string | undefined;
1293
1293
  attachments?: unknown[] | undefined;
1294
1294
  blocks?: unknown[] | undefined;
1295
1295
  thread_ts?: string | undefined;
@@ -1338,8 +1338,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1338
1338
  type: string;
1339
1339
  user?: string | undefined;
1340
1340
  text?: string | undefined;
1341
- username?: string | undefined;
1342
1341
  ts?: string | undefined;
1342
+ username?: string | undefined;
1343
1343
  attachments?: unknown[] | undefined;
1344
1344
  blocks?: unknown[] | undefined;
1345
1345
  thread_ts?: string | undefined;
@@ -1377,8 +1377,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1377
1377
  permalink?: string | undefined;
1378
1378
  }[] | undefined;
1379
1379
  } | undefined;
1380
- channel?: string | undefined;
1381
1380
  ts?: string | undefined;
1381
+ channel?: string | undefined;
1382
1382
  }, {
1383
1383
  error: string;
1384
1384
  success: boolean;
@@ -1388,8 +1388,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1388
1388
  type: string;
1389
1389
  user?: string | undefined;
1390
1390
  text?: string | undefined;
1391
- username?: string | undefined;
1392
1391
  ts?: string | undefined;
1392
+ username?: string | undefined;
1393
1393
  attachments?: unknown[] | undefined;
1394
1394
  blocks?: unknown[] | undefined;
1395
1395
  thread_ts?: string | undefined;
@@ -1427,8 +1427,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1427
1427
  permalink?: string | undefined;
1428
1428
  }[] | undefined;
1429
1429
  } | undefined;
1430
- channel?: string | undefined;
1431
1430
  ts?: string | undefined;
1431
+ channel?: string | undefined;
1432
1432
  }>, z.ZodObject<{
1433
1433
  operation: z.ZodLiteral<"list_channels">;
1434
1434
  ok: z.ZodBoolean;
@@ -1941,6 +1941,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1941
1941
  }, "strip", z.ZodTypeAny, {
1942
1942
  name: string;
1943
1943
  id: string;
1944
+ updated?: number | undefined;
1944
1945
  color?: string | undefined;
1945
1946
  team_id?: string | undefined;
1946
1947
  deleted?: boolean | undefined;
@@ -1981,11 +1982,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
1981
1982
  is_ultra_restricted?: boolean | undefined;
1982
1983
  is_bot?: boolean | undefined;
1983
1984
  is_app_user?: boolean | undefined;
1984
- updated?: number | undefined;
1985
1985
  has_2fa?: boolean | undefined;
1986
1986
  }, {
1987
1987
  name: string;
1988
1988
  id: string;
1989
+ updated?: number | undefined;
1989
1990
  color?: string | undefined;
1990
1991
  team_id?: string | undefined;
1991
1992
  deleted?: boolean | undefined;
@@ -2026,7 +2027,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2026
2027
  is_ultra_restricted?: boolean | undefined;
2027
2028
  is_bot?: boolean | undefined;
2028
2029
  is_app_user?: boolean | undefined;
2029
- updated?: number | undefined;
2030
2030
  has_2fa?: boolean | undefined;
2031
2031
  }>>;
2032
2032
  error: z.ZodString;
@@ -2039,6 +2039,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2039
2039
  user?: {
2040
2040
  name: string;
2041
2041
  id: string;
2042
+ updated?: number | undefined;
2042
2043
  color?: string | undefined;
2043
2044
  team_id?: string | undefined;
2044
2045
  deleted?: boolean | undefined;
@@ -2079,7 +2080,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2079
2080
  is_ultra_restricted?: boolean | undefined;
2080
2081
  is_bot?: boolean | undefined;
2081
2082
  is_app_user?: boolean | undefined;
2082
- updated?: number | undefined;
2083
2083
  has_2fa?: boolean | undefined;
2084
2084
  } | undefined;
2085
2085
  }, {
@@ -2090,6 +2090,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2090
2090
  user?: {
2091
2091
  name: string;
2092
2092
  id: string;
2093
+ updated?: number | undefined;
2093
2094
  color?: string | undefined;
2094
2095
  team_id?: string | undefined;
2095
2096
  deleted?: boolean | undefined;
@@ -2130,7 +2131,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2130
2131
  is_ultra_restricted?: boolean | undefined;
2131
2132
  is_bot?: boolean | undefined;
2132
2133
  is_app_user?: boolean | undefined;
2133
- updated?: number | undefined;
2134
2134
  has_2fa?: boolean | undefined;
2135
2135
  } | undefined;
2136
2136
  }>, z.ZodObject<{
@@ -2234,6 +2234,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2234
2234
  }, "strip", z.ZodTypeAny, {
2235
2235
  name: string;
2236
2236
  id: string;
2237
+ updated?: number | undefined;
2237
2238
  color?: string | undefined;
2238
2239
  team_id?: string | undefined;
2239
2240
  deleted?: boolean | undefined;
@@ -2274,11 +2275,11 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2274
2275
  is_ultra_restricted?: boolean | undefined;
2275
2276
  is_bot?: boolean | undefined;
2276
2277
  is_app_user?: boolean | undefined;
2277
- updated?: number | undefined;
2278
2278
  has_2fa?: boolean | undefined;
2279
2279
  }, {
2280
2280
  name: string;
2281
2281
  id: string;
2282
+ updated?: number | undefined;
2282
2283
  color?: string | undefined;
2283
2284
  team_id?: string | undefined;
2284
2285
  deleted?: boolean | undefined;
@@ -2319,7 +2320,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2319
2320
  is_ultra_restricted?: boolean | undefined;
2320
2321
  is_bot?: boolean | undefined;
2321
2322
  is_app_user?: boolean | undefined;
2322
- updated?: number | undefined;
2323
2323
  has_2fa?: boolean | undefined;
2324
2324
  }>, "many">>;
2325
2325
  response_metadata: z.ZodOptional<z.ZodObject<{
@@ -2342,6 +2342,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2342
2342
  members?: {
2343
2343
  name: string;
2344
2344
  id: string;
2345
+ updated?: number | undefined;
2345
2346
  color?: string | undefined;
2346
2347
  team_id?: string | undefined;
2347
2348
  deleted?: boolean | undefined;
@@ -2382,7 +2383,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2382
2383
  is_ultra_restricted?: boolean | undefined;
2383
2384
  is_bot?: boolean | undefined;
2384
2385
  is_app_user?: boolean | undefined;
2385
- updated?: number | undefined;
2386
2386
  has_2fa?: boolean | undefined;
2387
2387
  }[] | undefined;
2388
2388
  }, {
@@ -2396,6 +2396,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2396
2396
  members?: {
2397
2397
  name: string;
2398
2398
  id: string;
2399
+ updated?: number | undefined;
2399
2400
  color?: string | undefined;
2400
2401
  team_id?: string | undefined;
2401
2402
  deleted?: boolean | undefined;
@@ -2436,7 +2437,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2436
2437
  is_ultra_restricted?: boolean | undefined;
2437
2438
  is_bot?: boolean | undefined;
2438
2439
  is_app_user?: boolean | undefined;
2439
- updated?: number | undefined;
2440
2440
  has_2fa?: boolean | undefined;
2441
2441
  }[] | undefined;
2442
2442
  }>, z.ZodObject<{
@@ -2532,8 +2532,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2532
2532
  type: string;
2533
2533
  user?: string | undefined;
2534
2534
  text?: string | undefined;
2535
- username?: string | undefined;
2536
2535
  ts?: string | undefined;
2536
+ username?: string | undefined;
2537
2537
  attachments?: unknown[] | undefined;
2538
2538
  blocks?: unknown[] | undefined;
2539
2539
  thread_ts?: string | undefined;
@@ -2574,8 +2574,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2574
2574
  type: string;
2575
2575
  user?: string | undefined;
2576
2576
  text?: string | undefined;
2577
- username?: string | undefined;
2578
2577
  ts?: string | undefined;
2578
+ username?: string | undefined;
2579
2579
  attachments?: unknown[] | undefined;
2580
2580
  blocks?: unknown[] | undefined;
2581
2581
  thread_ts?: string | undefined;
@@ -2632,8 +2632,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2632
2632
  type: string;
2633
2633
  user?: string | undefined;
2634
2634
  text?: string | undefined;
2635
- username?: string | undefined;
2636
2635
  ts?: string | undefined;
2636
+ username?: string | undefined;
2637
2637
  attachments?: unknown[] | undefined;
2638
2638
  blocks?: unknown[] | undefined;
2639
2639
  thread_ts?: string | undefined;
@@ -2684,8 +2684,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2684
2684
  type: string;
2685
2685
  user?: string | undefined;
2686
2686
  text?: string | undefined;
2687
- username?: string | undefined;
2688
2687
  ts?: string | undefined;
2688
+ username?: string | undefined;
2689
2689
  attachments?: unknown[] | undefined;
2690
2690
  blocks?: unknown[] | undefined;
2691
2691
  thread_ts?: string | undefined;
@@ -2820,8 +2820,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2820
2820
  type: string;
2821
2821
  user?: string | undefined;
2822
2822
  text?: string | undefined;
2823
- username?: string | undefined;
2824
2823
  ts?: string | undefined;
2824
+ username?: string | undefined;
2825
2825
  attachments?: unknown[] | undefined;
2826
2826
  blocks?: unknown[] | undefined;
2827
2827
  thread_ts?: string | undefined;
@@ -2862,8 +2862,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2862
2862
  type: string;
2863
2863
  user?: string | undefined;
2864
2864
  text?: string | undefined;
2865
- username?: string | undefined;
2866
2865
  ts?: string | undefined;
2866
+ username?: string | undefined;
2867
2867
  attachments?: unknown[] | undefined;
2868
2868
  blocks?: unknown[] | undefined;
2869
2869
  thread_ts?: string | undefined;
@@ -2920,8 +2920,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2920
2920
  type: string;
2921
2921
  user?: string | undefined;
2922
2922
  text?: string | undefined;
2923
- username?: string | undefined;
2924
2923
  ts?: string | undefined;
2924
+ username?: string | undefined;
2925
2925
  attachments?: unknown[] | undefined;
2926
2926
  blocks?: unknown[] | undefined;
2927
2927
  thread_ts?: string | undefined;
@@ -2972,8 +2972,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
2972
2972
  type: string;
2973
2973
  user?: string | undefined;
2974
2974
  text?: string | undefined;
2975
- username?: string | undefined;
2976
2975
  ts?: string | undefined;
2976
+ username?: string | undefined;
2977
2977
  attachments?: unknown[] | undefined;
2978
2978
  blocks?: unknown[] | undefined;
2979
2979
  thread_ts?: string | undefined;
@@ -3111,8 +3111,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3111
3111
  type: string;
3112
3112
  user?: string | undefined;
3113
3113
  text?: string | undefined;
3114
- username?: string | undefined;
3115
3114
  ts?: string | undefined;
3115
+ username?: string | undefined;
3116
3116
  attachments?: unknown[] | undefined;
3117
3117
  blocks?: unknown[] | undefined;
3118
3118
  thread_ts?: string | undefined;
@@ -3153,8 +3153,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3153
3153
  type: string;
3154
3154
  user?: string | undefined;
3155
3155
  text?: string | undefined;
3156
- username?: string | undefined;
3157
3156
  ts?: string | undefined;
3157
+ username?: string | undefined;
3158
3158
  attachments?: unknown[] | undefined;
3159
3159
  blocks?: unknown[] | undefined;
3160
3160
  thread_ts?: string | undefined;
@@ -3203,8 +3203,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3203
3203
  type: string;
3204
3204
  user?: string | undefined;
3205
3205
  text?: string | undefined;
3206
- username?: string | undefined;
3207
3206
  ts?: string | undefined;
3207
+ username?: string | undefined;
3208
3208
  attachments?: unknown[] | undefined;
3209
3209
  blocks?: unknown[] | undefined;
3210
3210
  thread_ts?: string | undefined;
@@ -3243,8 +3243,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3243
3243
  }[] | undefined;
3244
3244
  } | undefined;
3245
3245
  text?: string | undefined;
3246
- channel?: string | undefined;
3247
3246
  ts?: string | undefined;
3247
+ channel?: string | undefined;
3248
3248
  }, {
3249
3249
  error: string;
3250
3250
  success: boolean;
@@ -3254,8 +3254,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3254
3254
  type: string;
3255
3255
  user?: string | undefined;
3256
3256
  text?: string | undefined;
3257
- username?: string | undefined;
3258
3257
  ts?: string | undefined;
3258
+ username?: string | undefined;
3259
3259
  attachments?: unknown[] | undefined;
3260
3260
  blocks?: unknown[] | undefined;
3261
3261
  thread_ts?: string | undefined;
@@ -3294,8 +3294,8 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3294
3294
  }[] | undefined;
3295
3295
  } | undefined;
3296
3296
  text?: string | undefined;
3297
- channel?: string | undefined;
3298
3297
  ts?: string | undefined;
3298
+ channel?: string | undefined;
3299
3299
  }>, z.ZodObject<{
3300
3300
  operation: z.ZodLiteral<"delete_message">;
3301
3301
  ok: z.ZodBoolean;
@@ -3308,15 +3308,15 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3308
3308
  success: boolean;
3309
3309
  operation: "delete_message";
3310
3310
  ok: boolean;
3311
- channel?: string | undefined;
3312
3311
  ts?: string | undefined;
3312
+ channel?: string | undefined;
3313
3313
  }, {
3314
3314
  error: string;
3315
3315
  success: boolean;
3316
3316
  operation: "delete_message";
3317
3317
  ok: boolean;
3318
- channel?: string | undefined;
3319
3318
  ts?: string | undefined;
3319
+ channel?: string | undefined;
3320
3320
  }>, z.ZodObject<{
3321
3321
  operation: z.ZodLiteral<"add_reaction">;
3322
3322
  ok: z.ZodBoolean;
@@ -3585,17 +3585,17 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3585
3585
  team_id: z.ZodString;
3586
3586
  }, "strip", z.ZodTypeAny, {
3587
3587
  ts: string;
3588
+ team_id: string;
3588
3589
  reply_count: number;
3589
3590
  reply_users_count: number;
3590
3591
  reply_users: string[];
3591
- team_id: string;
3592
3592
  channel_name: string;
3593
3593
  }, {
3594
3594
  ts: string;
3595
+ team_id: string;
3595
3596
  reply_count: number;
3596
3597
  reply_users_count: number;
3597
3598
  reply_users: string[];
3598
- team_id: string;
3599
3599
  channel_name: string;
3600
3600
  }>, "many">>>;
3601
3601
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -3607,51 +3607,51 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3607
3607
  team_id: z.ZodString;
3608
3608
  }, "strip", z.ZodTypeAny, {
3609
3609
  ts: string;
3610
+ team_id: string;
3610
3611
  reply_count: number;
3611
3612
  reply_users_count: number;
3612
3613
  reply_users: string[];
3613
- team_id: string;
3614
3614
  channel_name: string;
3615
3615
  }, {
3616
3616
  ts: string;
3617
+ team_id: string;
3617
3618
  reply_count: number;
3618
3619
  reply_users_count: number;
3619
3620
  reply_users: string[];
3620
- team_id: string;
3621
3621
  channel_name: string;
3622
3622
  }>, "many">>>;
3623
3623
  }, "strip", z.ZodTypeAny, {
3624
3624
  public?: Record<string, {
3625
3625
  ts: string;
3626
+ team_id: string;
3626
3627
  reply_count: number;
3627
3628
  reply_users_count: number;
3628
3629
  reply_users: string[];
3629
- team_id: string;
3630
3630
  channel_name: string;
3631
3631
  }[]> | undefined;
3632
3632
  private?: Record<string, {
3633
3633
  ts: string;
3634
+ team_id: string;
3634
3635
  reply_count: number;
3635
3636
  reply_users_count: number;
3636
3637
  reply_users: string[];
3637
- team_id: string;
3638
3638
  channel_name: string;
3639
3639
  }[]> | undefined;
3640
3640
  }, {
3641
3641
  public?: Record<string, {
3642
3642
  ts: string;
3643
+ team_id: string;
3643
3644
  reply_count: number;
3644
3645
  reply_users_count: number;
3645
3646
  reply_users: string[];
3646
- team_id: string;
3647
3647
  channel_name: string;
3648
3648
  }[]> | undefined;
3649
3649
  private?: Record<string, {
3650
3650
  ts: string;
3651
+ team_id: string;
3651
3652
  reply_count: number;
3652
3653
  reply_users_count: number;
3653
3654
  reply_users: string[];
3654
- team_id: string;
3655
3655
  channel_name: string;
3656
3656
  }[]> | undefined;
3657
3657
  }>>;
@@ -3663,6 +3663,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3663
3663
  name: string;
3664
3664
  id: string;
3665
3665
  user: string;
3666
+ created: number;
3666
3667
  username: string;
3667
3668
  timestamp: number;
3668
3669
  mimetype: string;
@@ -3671,7 +3672,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3671
3672
  url_private: string;
3672
3673
  url_private_download: string;
3673
3674
  permalink: string;
3674
- created: number;
3675
3675
  pretty_type: string;
3676
3676
  editable: boolean;
3677
3677
  mode: string;
@@ -3686,18 +3686,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3686
3686
  shares?: {
3687
3687
  public?: Record<string, {
3688
3688
  ts: string;
3689
+ team_id: string;
3689
3690
  reply_count: number;
3690
3691
  reply_users_count: number;
3691
3692
  reply_users: string[];
3692
- team_id: string;
3693
3693
  channel_name: string;
3694
3694
  }[]> | undefined;
3695
3695
  private?: Record<string, {
3696
3696
  ts: string;
3697
+ team_id: string;
3697
3698
  reply_count: number;
3698
3699
  reply_users_count: number;
3699
3700
  reply_users: string[];
3700
- team_id: string;
3701
3701
  channel_name: string;
3702
3702
  }[]> | undefined;
3703
3703
  } | undefined;
@@ -3708,6 +3708,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3708
3708
  name: string;
3709
3709
  id: string;
3710
3710
  user: string;
3711
+ created: number;
3711
3712
  username: string;
3712
3713
  timestamp: number;
3713
3714
  mimetype: string;
@@ -3716,7 +3717,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3716
3717
  url_private: string;
3717
3718
  url_private_download: string;
3718
3719
  permalink: string;
3719
- created: number;
3720
3720
  pretty_type: string;
3721
3721
  editable: boolean;
3722
3722
  mode: string;
@@ -3731,18 +3731,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3731
3731
  shares?: {
3732
3732
  public?: Record<string, {
3733
3733
  ts: string;
3734
+ team_id: string;
3734
3735
  reply_count: number;
3735
3736
  reply_users_count: number;
3736
3737
  reply_users: string[];
3737
- team_id: string;
3738
3738
  channel_name: string;
3739
3739
  }[]> | undefined;
3740
3740
  private?: Record<string, {
3741
3741
  ts: string;
3742
+ team_id: string;
3742
3743
  reply_count: number;
3743
3744
  reply_users_count: number;
3744
3745
  reply_users: string[];
3745
- team_id: string;
3746
3746
  channel_name: string;
3747
3747
  }[]> | undefined;
3748
3748
  } | undefined;
@@ -3761,6 +3761,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3761
3761
  name: string;
3762
3762
  id: string;
3763
3763
  user: string;
3764
+ created: number;
3764
3765
  username: string;
3765
3766
  timestamp: number;
3766
3767
  mimetype: string;
@@ -3769,7 +3770,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3769
3770
  url_private: string;
3770
3771
  url_private_download: string;
3771
3772
  permalink: string;
3772
- created: number;
3773
3773
  pretty_type: string;
3774
3774
  editable: boolean;
3775
3775
  mode: string;
@@ -3784,18 +3784,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3784
3784
  shares?: {
3785
3785
  public?: Record<string, {
3786
3786
  ts: string;
3787
+ team_id: string;
3787
3788
  reply_count: number;
3788
3789
  reply_users_count: number;
3789
3790
  reply_users: string[];
3790
- team_id: string;
3791
3791
  channel_name: string;
3792
3792
  }[]> | undefined;
3793
3793
  private?: Record<string, {
3794
3794
  ts: string;
3795
+ team_id: string;
3795
3796
  reply_count: number;
3796
3797
  reply_users_count: number;
3797
3798
  reply_users: string[];
3798
- team_id: string;
3799
3799
  channel_name: string;
3800
3800
  }[]> | undefined;
3801
3801
  } | undefined;
@@ -3812,6 +3812,7 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3812
3812
  name: string;
3813
3813
  id: string;
3814
3814
  user: string;
3815
+ created: number;
3815
3816
  username: string;
3816
3817
  timestamp: number;
3817
3818
  mimetype: string;
@@ -3820,7 +3821,6 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3820
3821
  url_private: string;
3821
3822
  url_private_download: string;
3822
3823
  permalink: string;
3823
- created: number;
3824
3824
  pretty_type: string;
3825
3825
  editable: boolean;
3826
3826
  mode: string;
@@ -3835,18 +3835,18 @@ declare const SlackResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObje
3835
3835
  shares?: {
3836
3836
  public?: Record<string, {
3837
3837
  ts: string;
3838
+ team_id: string;
3838
3839
  reply_count: number;
3839
3840
  reply_users_count: number;
3840
3841
  reply_users: string[];
3841
- team_id: string;
3842
3842
  channel_name: string;
3843
3843
  }[]> | undefined;
3844
3844
  private?: Record<string, {
3845
3845
  ts: string;
3846
+ team_id: string;
3846
3847
  reply_count: number;
3847
3848
  reply_users_count: number;
3848
3849
  reply_users: string[];
3849
- team_id: string;
3850
3850
  channel_name: string;
3851
3851
  }[]> | undefined;
3852
3852
  } | undefined;
@@ -4372,16 +4372,16 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4372
4372
  }, "strip", z.ZodTypeAny, {
4373
4373
  types: ("public_channel" | "private_channel" | "mpim" | "im")[];
4374
4374
  operation: "list_channels";
4375
- exclude_archived: boolean;
4376
4375
  limit: number;
4376
+ exclude_archived: boolean;
4377
4377
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4378
4378
  cursor?: string | undefined;
4379
4379
  }, {
4380
4380
  operation: "list_channels";
4381
- types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
4382
4381
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4383
- exclude_archived?: boolean | undefined;
4382
+ types?: ("public_channel" | "private_channel" | "mpim" | "im")[] | undefined;
4384
4383
  limit?: number | undefined;
4384
+ exclude_archived?: boolean | undefined;
4385
4385
  cursor?: string | undefined;
4386
4386
  }>, z.ZodObject<{
4387
4387
  operation: z.ZodLiteral<"get_channel_info">;
@@ -4443,8 +4443,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4443
4443
  }, "strip", z.ZodTypeAny, {
4444
4444
  inclusive: boolean;
4445
4445
  operation: "get_conversation_history";
4446
- channel: string;
4447
4446
  limit: number;
4447
+ channel: string;
4448
4448
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4449
4449
  cursor?: string | undefined;
4450
4450
  latest?: string | undefined;
@@ -4471,17 +4471,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4471
4471
  }, "strip", z.ZodTypeAny, {
4472
4472
  inclusive: boolean;
4473
4473
  operation: "get_thread_replies";
4474
- channel: string;
4475
- ts: string;
4476
4474
  limit: number;
4475
+ ts: string;
4476
+ channel: string;
4477
4477
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4478
4478
  cursor?: string | undefined;
4479
4479
  latest?: string | undefined;
4480
4480
  oldest?: string | undefined;
4481
4481
  }, {
4482
4482
  operation: "get_thread_replies";
4483
- channel: string;
4484
4483
  ts: string;
4484
+ channel: string;
4485
4485
  inclusive?: boolean | undefined;
4486
4486
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4487
4487
  limit?: number | undefined;
@@ -4683,8 +4683,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4683
4683
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4684
4684
  }, "strip", z.ZodTypeAny, {
4685
4685
  operation: "update_message";
4686
- channel: string;
4687
4686
  ts: string;
4687
+ channel: string;
4688
4688
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4689
4689
  text?: string | undefined;
4690
4690
  attachments?: {
@@ -4750,8 +4750,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4750
4750
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4751
4751
  }, {
4752
4752
  operation: "update_message";
4753
- channel: string;
4754
4753
  ts: string;
4754
+ channel: string;
4755
4755
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4756
4756
  text?: string | undefined;
4757
4757
  attachments?: {
@@ -4822,13 +4822,13 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
4822
4822
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4823
4823
  }, "strip", z.ZodTypeAny, {
4824
4824
  operation: "delete_message";
4825
- channel: string;
4826
4825
  ts: string;
4826
+ channel: string;
4827
4827
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4828
4828
  }, {
4829
4829
  operation: "delete_message";
4830
- channel: string;
4831
4830
  ts: string;
4831
+ channel: string;
4832
4832
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4833
4833
  }>, z.ZodObject<{
4834
4834
  operation: z.ZodLiteral<"add_reaction">;
@@ -5261,8 +5261,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5261
5261
  type: string;
5262
5262
  user?: string | undefined;
5263
5263
  text?: string | undefined;
5264
- username?: string | undefined;
5265
5264
  ts?: string | undefined;
5265
+ username?: string | undefined;
5266
5266
  attachments?: unknown[] | undefined;
5267
5267
  blocks?: unknown[] | undefined;
5268
5268
  thread_ts?: string | undefined;
@@ -5303,8 +5303,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5303
5303
  type: string;
5304
5304
  user?: string | undefined;
5305
5305
  text?: string | undefined;
5306
- username?: string | undefined;
5307
5306
  ts?: string | undefined;
5307
+ username?: string | undefined;
5308
5308
  attachments?: unknown[] | undefined;
5309
5309
  blocks?: unknown[] | undefined;
5310
5310
  thread_ts?: string | undefined;
@@ -5353,8 +5353,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5353
5353
  type: string;
5354
5354
  user?: string | undefined;
5355
5355
  text?: string | undefined;
5356
- username?: string | undefined;
5357
5356
  ts?: string | undefined;
5357
+ username?: string | undefined;
5358
5358
  attachments?: unknown[] | undefined;
5359
5359
  blocks?: unknown[] | undefined;
5360
5360
  thread_ts?: string | undefined;
@@ -5392,8 +5392,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5392
5392
  permalink?: string | undefined;
5393
5393
  }[] | undefined;
5394
5394
  } | undefined;
5395
- channel?: string | undefined;
5396
5395
  ts?: string | undefined;
5396
+ channel?: string | undefined;
5397
5397
  }, {
5398
5398
  error: string;
5399
5399
  success: boolean;
@@ -5403,8 +5403,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5403
5403
  type: string;
5404
5404
  user?: string | undefined;
5405
5405
  text?: string | undefined;
5406
- username?: string | undefined;
5407
5406
  ts?: string | undefined;
5407
+ username?: string | undefined;
5408
5408
  attachments?: unknown[] | undefined;
5409
5409
  blocks?: unknown[] | undefined;
5410
5410
  thread_ts?: string | undefined;
@@ -5442,8 +5442,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5442
5442
  permalink?: string | undefined;
5443
5443
  }[] | undefined;
5444
5444
  } | undefined;
5445
- channel?: string | undefined;
5446
5445
  ts?: string | undefined;
5446
+ channel?: string | undefined;
5447
5447
  }>, z.ZodObject<{
5448
5448
  operation: z.ZodLiteral<"list_channels">;
5449
5449
  ok: z.ZodBoolean;
@@ -5956,6 +5956,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5956
5956
  }, "strip", z.ZodTypeAny, {
5957
5957
  name: string;
5958
5958
  id: string;
5959
+ updated?: number | undefined;
5959
5960
  color?: string | undefined;
5960
5961
  team_id?: string | undefined;
5961
5962
  deleted?: boolean | undefined;
@@ -5996,11 +5997,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
5996
5997
  is_ultra_restricted?: boolean | undefined;
5997
5998
  is_bot?: boolean | undefined;
5998
5999
  is_app_user?: boolean | undefined;
5999
- updated?: number | undefined;
6000
6000
  has_2fa?: boolean | undefined;
6001
6001
  }, {
6002
6002
  name: string;
6003
6003
  id: string;
6004
+ updated?: number | undefined;
6004
6005
  color?: string | undefined;
6005
6006
  team_id?: string | undefined;
6006
6007
  deleted?: boolean | undefined;
@@ -6041,7 +6042,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6041
6042
  is_ultra_restricted?: boolean | undefined;
6042
6043
  is_bot?: boolean | undefined;
6043
6044
  is_app_user?: boolean | undefined;
6044
- updated?: number | undefined;
6045
6045
  has_2fa?: boolean | undefined;
6046
6046
  }>>;
6047
6047
  error: z.ZodString;
@@ -6054,6 +6054,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6054
6054
  user?: {
6055
6055
  name: string;
6056
6056
  id: string;
6057
+ updated?: number | undefined;
6057
6058
  color?: string | undefined;
6058
6059
  team_id?: string | undefined;
6059
6060
  deleted?: boolean | undefined;
@@ -6094,7 +6095,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6094
6095
  is_ultra_restricted?: boolean | undefined;
6095
6096
  is_bot?: boolean | undefined;
6096
6097
  is_app_user?: boolean | undefined;
6097
- updated?: number | undefined;
6098
6098
  has_2fa?: boolean | undefined;
6099
6099
  } | undefined;
6100
6100
  }, {
@@ -6105,6 +6105,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6105
6105
  user?: {
6106
6106
  name: string;
6107
6107
  id: string;
6108
+ updated?: number | undefined;
6108
6109
  color?: string | undefined;
6109
6110
  team_id?: string | undefined;
6110
6111
  deleted?: boolean | undefined;
@@ -6145,7 +6146,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6145
6146
  is_ultra_restricted?: boolean | undefined;
6146
6147
  is_bot?: boolean | undefined;
6147
6148
  is_app_user?: boolean | undefined;
6148
- updated?: number | undefined;
6149
6149
  has_2fa?: boolean | undefined;
6150
6150
  } | undefined;
6151
6151
  }>, z.ZodObject<{
@@ -6249,6 +6249,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6249
6249
  }, "strip", z.ZodTypeAny, {
6250
6250
  name: string;
6251
6251
  id: string;
6252
+ updated?: number | undefined;
6252
6253
  color?: string | undefined;
6253
6254
  team_id?: string | undefined;
6254
6255
  deleted?: boolean | undefined;
@@ -6289,11 +6290,11 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6289
6290
  is_ultra_restricted?: boolean | undefined;
6290
6291
  is_bot?: boolean | undefined;
6291
6292
  is_app_user?: boolean | undefined;
6292
- updated?: number | undefined;
6293
6293
  has_2fa?: boolean | undefined;
6294
6294
  }, {
6295
6295
  name: string;
6296
6296
  id: string;
6297
+ updated?: number | undefined;
6297
6298
  color?: string | undefined;
6298
6299
  team_id?: string | undefined;
6299
6300
  deleted?: boolean | undefined;
@@ -6334,7 +6335,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6334
6335
  is_ultra_restricted?: boolean | undefined;
6335
6336
  is_bot?: boolean | undefined;
6336
6337
  is_app_user?: boolean | undefined;
6337
- updated?: number | undefined;
6338
6338
  has_2fa?: boolean | undefined;
6339
6339
  }>, "many">>;
6340
6340
  response_metadata: z.ZodOptional<z.ZodObject<{
@@ -6357,6 +6357,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6357
6357
  members?: {
6358
6358
  name: string;
6359
6359
  id: string;
6360
+ updated?: number | undefined;
6360
6361
  color?: string | undefined;
6361
6362
  team_id?: string | undefined;
6362
6363
  deleted?: boolean | undefined;
@@ -6397,7 +6398,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6397
6398
  is_ultra_restricted?: boolean | undefined;
6398
6399
  is_bot?: boolean | undefined;
6399
6400
  is_app_user?: boolean | undefined;
6400
- updated?: number | undefined;
6401
6401
  has_2fa?: boolean | undefined;
6402
6402
  }[] | undefined;
6403
6403
  }, {
@@ -6411,6 +6411,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6411
6411
  members?: {
6412
6412
  name: string;
6413
6413
  id: string;
6414
+ updated?: number | undefined;
6414
6415
  color?: string | undefined;
6415
6416
  team_id?: string | undefined;
6416
6417
  deleted?: boolean | undefined;
@@ -6451,7 +6452,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6451
6452
  is_ultra_restricted?: boolean | undefined;
6452
6453
  is_bot?: boolean | undefined;
6453
6454
  is_app_user?: boolean | undefined;
6454
- updated?: number | undefined;
6455
6455
  has_2fa?: boolean | undefined;
6456
6456
  }[] | undefined;
6457
6457
  }>, z.ZodObject<{
@@ -6547,8 +6547,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6547
6547
  type: string;
6548
6548
  user?: string | undefined;
6549
6549
  text?: string | undefined;
6550
- username?: string | undefined;
6551
6550
  ts?: string | undefined;
6551
+ username?: string | undefined;
6552
6552
  attachments?: unknown[] | undefined;
6553
6553
  blocks?: unknown[] | undefined;
6554
6554
  thread_ts?: string | undefined;
@@ -6589,8 +6589,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6589
6589
  type: string;
6590
6590
  user?: string | undefined;
6591
6591
  text?: string | undefined;
6592
- username?: string | undefined;
6593
6592
  ts?: string | undefined;
6593
+ username?: string | undefined;
6594
6594
  attachments?: unknown[] | undefined;
6595
6595
  blocks?: unknown[] | undefined;
6596
6596
  thread_ts?: string | undefined;
@@ -6647,8 +6647,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6647
6647
  type: string;
6648
6648
  user?: string | undefined;
6649
6649
  text?: string | undefined;
6650
- username?: string | undefined;
6651
6650
  ts?: string | undefined;
6651
+ username?: string | undefined;
6652
6652
  attachments?: unknown[] | undefined;
6653
6653
  blocks?: unknown[] | undefined;
6654
6654
  thread_ts?: string | undefined;
@@ -6699,8 +6699,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6699
6699
  type: string;
6700
6700
  user?: string | undefined;
6701
6701
  text?: string | undefined;
6702
- username?: string | undefined;
6703
6702
  ts?: string | undefined;
6703
+ username?: string | undefined;
6704
6704
  attachments?: unknown[] | undefined;
6705
6705
  blocks?: unknown[] | undefined;
6706
6706
  thread_ts?: string | undefined;
@@ -6835,8 +6835,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6835
6835
  type: string;
6836
6836
  user?: string | undefined;
6837
6837
  text?: string | undefined;
6838
- username?: string | undefined;
6839
6838
  ts?: string | undefined;
6839
+ username?: string | undefined;
6840
6840
  attachments?: unknown[] | undefined;
6841
6841
  blocks?: unknown[] | undefined;
6842
6842
  thread_ts?: string | undefined;
@@ -6877,8 +6877,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6877
6877
  type: string;
6878
6878
  user?: string | undefined;
6879
6879
  text?: string | undefined;
6880
- username?: string | undefined;
6881
6880
  ts?: string | undefined;
6881
+ username?: string | undefined;
6882
6882
  attachments?: unknown[] | undefined;
6883
6883
  blocks?: unknown[] | undefined;
6884
6884
  thread_ts?: string | undefined;
@@ -6935,8 +6935,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6935
6935
  type: string;
6936
6936
  user?: string | undefined;
6937
6937
  text?: string | undefined;
6938
- username?: string | undefined;
6939
6938
  ts?: string | undefined;
6939
+ username?: string | undefined;
6940
6940
  attachments?: unknown[] | undefined;
6941
6941
  blocks?: unknown[] | undefined;
6942
6942
  thread_ts?: string | undefined;
@@ -6987,8 +6987,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
6987
6987
  type: string;
6988
6988
  user?: string | undefined;
6989
6989
  text?: string | undefined;
6990
- username?: string | undefined;
6991
6990
  ts?: string | undefined;
6991
+ username?: string | undefined;
6992
6992
  attachments?: unknown[] | undefined;
6993
6993
  blocks?: unknown[] | undefined;
6994
6994
  thread_ts?: string | undefined;
@@ -7126,8 +7126,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7126
7126
  type: string;
7127
7127
  user?: string | undefined;
7128
7128
  text?: string | undefined;
7129
- username?: string | undefined;
7130
7129
  ts?: string | undefined;
7130
+ username?: string | undefined;
7131
7131
  attachments?: unknown[] | undefined;
7132
7132
  blocks?: unknown[] | undefined;
7133
7133
  thread_ts?: string | undefined;
@@ -7168,8 +7168,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7168
7168
  type: string;
7169
7169
  user?: string | undefined;
7170
7170
  text?: string | undefined;
7171
- username?: string | undefined;
7172
7171
  ts?: string | undefined;
7172
+ username?: string | undefined;
7173
7173
  attachments?: unknown[] | undefined;
7174
7174
  blocks?: unknown[] | undefined;
7175
7175
  thread_ts?: string | undefined;
@@ -7218,8 +7218,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7218
7218
  type: string;
7219
7219
  user?: string | undefined;
7220
7220
  text?: string | undefined;
7221
- username?: string | undefined;
7222
7221
  ts?: string | undefined;
7222
+ username?: string | undefined;
7223
7223
  attachments?: unknown[] | undefined;
7224
7224
  blocks?: unknown[] | undefined;
7225
7225
  thread_ts?: string | undefined;
@@ -7258,8 +7258,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7258
7258
  }[] | undefined;
7259
7259
  } | undefined;
7260
7260
  text?: string | undefined;
7261
- channel?: string | undefined;
7262
7261
  ts?: string | undefined;
7262
+ channel?: string | undefined;
7263
7263
  }, {
7264
7264
  error: string;
7265
7265
  success: boolean;
@@ -7269,8 +7269,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7269
7269
  type: string;
7270
7270
  user?: string | undefined;
7271
7271
  text?: string | undefined;
7272
- username?: string | undefined;
7273
7272
  ts?: string | undefined;
7273
+ username?: string | undefined;
7274
7274
  attachments?: unknown[] | undefined;
7275
7275
  blocks?: unknown[] | undefined;
7276
7276
  thread_ts?: string | undefined;
@@ -7309,8 +7309,8 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7309
7309
  }[] | undefined;
7310
7310
  } | undefined;
7311
7311
  text?: string | undefined;
7312
- channel?: string | undefined;
7313
7312
  ts?: string | undefined;
7313
+ channel?: string | undefined;
7314
7314
  }>, z.ZodObject<{
7315
7315
  operation: z.ZodLiteral<"delete_message">;
7316
7316
  ok: z.ZodBoolean;
@@ -7323,15 +7323,15 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7323
7323
  success: boolean;
7324
7324
  operation: "delete_message";
7325
7325
  ok: boolean;
7326
- channel?: string | undefined;
7327
7326
  ts?: string | undefined;
7327
+ channel?: string | undefined;
7328
7328
  }, {
7329
7329
  error: string;
7330
7330
  success: boolean;
7331
7331
  operation: "delete_message";
7332
7332
  ok: boolean;
7333
- channel?: string | undefined;
7334
7333
  ts?: string | undefined;
7334
+ channel?: string | undefined;
7335
7335
  }>, z.ZodObject<{
7336
7336
  operation: z.ZodLiteral<"add_reaction">;
7337
7337
  ok: z.ZodBoolean;
@@ -7600,17 +7600,17 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7600
7600
  team_id: z.ZodString;
7601
7601
  }, "strip", z.ZodTypeAny, {
7602
7602
  ts: string;
7603
+ team_id: string;
7603
7604
  reply_count: number;
7604
7605
  reply_users_count: number;
7605
7606
  reply_users: string[];
7606
- team_id: string;
7607
7607
  channel_name: string;
7608
7608
  }, {
7609
7609
  ts: string;
7610
+ team_id: string;
7610
7611
  reply_count: number;
7611
7612
  reply_users_count: number;
7612
7613
  reply_users: string[];
7613
- team_id: string;
7614
7614
  channel_name: string;
7615
7615
  }>, "many">>>;
7616
7616
  private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
@@ -7622,51 +7622,51 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7622
7622
  team_id: z.ZodString;
7623
7623
  }, "strip", z.ZodTypeAny, {
7624
7624
  ts: string;
7625
+ team_id: string;
7625
7626
  reply_count: number;
7626
7627
  reply_users_count: number;
7627
7628
  reply_users: string[];
7628
- team_id: string;
7629
7629
  channel_name: string;
7630
7630
  }, {
7631
7631
  ts: string;
7632
+ team_id: string;
7632
7633
  reply_count: number;
7633
7634
  reply_users_count: number;
7634
7635
  reply_users: string[];
7635
- team_id: string;
7636
7636
  channel_name: string;
7637
7637
  }>, "many">>>;
7638
7638
  }, "strip", z.ZodTypeAny, {
7639
7639
  public?: Record<string, {
7640
7640
  ts: string;
7641
+ team_id: string;
7641
7642
  reply_count: number;
7642
7643
  reply_users_count: number;
7643
7644
  reply_users: string[];
7644
- team_id: string;
7645
7645
  channel_name: string;
7646
7646
  }[]> | undefined;
7647
7647
  private?: Record<string, {
7648
7648
  ts: string;
7649
+ team_id: string;
7649
7650
  reply_count: number;
7650
7651
  reply_users_count: number;
7651
7652
  reply_users: string[];
7652
- team_id: string;
7653
7653
  channel_name: string;
7654
7654
  }[]> | undefined;
7655
7655
  }, {
7656
7656
  public?: Record<string, {
7657
7657
  ts: string;
7658
+ team_id: string;
7658
7659
  reply_count: number;
7659
7660
  reply_users_count: number;
7660
7661
  reply_users: string[];
7661
- team_id: string;
7662
7662
  channel_name: string;
7663
7663
  }[]> | undefined;
7664
7664
  private?: Record<string, {
7665
7665
  ts: string;
7666
+ team_id: string;
7666
7667
  reply_count: number;
7667
7668
  reply_users_count: number;
7668
7669
  reply_users: string[];
7669
- team_id: string;
7670
7670
  channel_name: string;
7671
7671
  }[]> | undefined;
7672
7672
  }>>;
@@ -7678,6 +7678,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7678
7678
  name: string;
7679
7679
  id: string;
7680
7680
  user: string;
7681
+ created: number;
7681
7682
  username: string;
7682
7683
  timestamp: number;
7683
7684
  mimetype: string;
@@ -7686,7 +7687,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7686
7687
  url_private: string;
7687
7688
  url_private_download: string;
7688
7689
  permalink: string;
7689
- created: number;
7690
7690
  pretty_type: string;
7691
7691
  editable: boolean;
7692
7692
  mode: string;
@@ -7701,18 +7701,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7701
7701
  shares?: {
7702
7702
  public?: Record<string, {
7703
7703
  ts: string;
7704
+ team_id: string;
7704
7705
  reply_count: number;
7705
7706
  reply_users_count: number;
7706
7707
  reply_users: string[];
7707
- team_id: string;
7708
7708
  channel_name: string;
7709
7709
  }[]> | undefined;
7710
7710
  private?: Record<string, {
7711
7711
  ts: string;
7712
+ team_id: string;
7712
7713
  reply_count: number;
7713
7714
  reply_users_count: number;
7714
7715
  reply_users: string[];
7715
- team_id: string;
7716
7716
  channel_name: string;
7717
7717
  }[]> | undefined;
7718
7718
  } | undefined;
@@ -7723,6 +7723,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7723
7723
  name: string;
7724
7724
  id: string;
7725
7725
  user: string;
7726
+ created: number;
7726
7727
  username: string;
7727
7728
  timestamp: number;
7728
7729
  mimetype: string;
@@ -7731,7 +7732,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7731
7732
  url_private: string;
7732
7733
  url_private_download: string;
7733
7734
  permalink: string;
7734
- created: number;
7735
7735
  pretty_type: string;
7736
7736
  editable: boolean;
7737
7737
  mode: string;
@@ -7746,18 +7746,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7746
7746
  shares?: {
7747
7747
  public?: Record<string, {
7748
7748
  ts: string;
7749
+ team_id: string;
7749
7750
  reply_count: number;
7750
7751
  reply_users_count: number;
7751
7752
  reply_users: string[];
7752
- team_id: string;
7753
7753
  channel_name: string;
7754
7754
  }[]> | undefined;
7755
7755
  private?: Record<string, {
7756
7756
  ts: string;
7757
+ team_id: string;
7757
7758
  reply_count: number;
7758
7759
  reply_users_count: number;
7759
7760
  reply_users: string[];
7760
- team_id: string;
7761
7761
  channel_name: string;
7762
7762
  }[]> | undefined;
7763
7763
  } | undefined;
@@ -7776,6 +7776,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7776
7776
  name: string;
7777
7777
  id: string;
7778
7778
  user: string;
7779
+ created: number;
7779
7780
  username: string;
7780
7781
  timestamp: number;
7781
7782
  mimetype: string;
@@ -7784,7 +7785,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7784
7785
  url_private: string;
7785
7786
  url_private_download: string;
7786
7787
  permalink: string;
7787
- created: number;
7788
7788
  pretty_type: string;
7789
7789
  editable: boolean;
7790
7790
  mode: string;
@@ -7799,18 +7799,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7799
7799
  shares?: {
7800
7800
  public?: Record<string, {
7801
7801
  ts: string;
7802
+ team_id: string;
7802
7803
  reply_count: number;
7803
7804
  reply_users_count: number;
7804
7805
  reply_users: string[];
7805
- team_id: string;
7806
7806
  channel_name: string;
7807
7807
  }[]> | undefined;
7808
7808
  private?: Record<string, {
7809
7809
  ts: string;
7810
+ team_id: string;
7810
7811
  reply_count: number;
7811
7812
  reply_users_count: number;
7812
7813
  reply_users: string[];
7813
- team_id: string;
7814
7814
  channel_name: string;
7815
7815
  }[]> | undefined;
7816
7816
  } | undefined;
@@ -7827,6 +7827,7 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7827
7827
  name: string;
7828
7828
  id: string;
7829
7829
  user: string;
7830
+ created: number;
7830
7831
  username: string;
7831
7832
  timestamp: number;
7832
7833
  mimetype: string;
@@ -7835,7 +7836,6 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7835
7836
  url_private: string;
7836
7837
  url_private_download: string;
7837
7838
  permalink: string;
7838
- created: number;
7839
7839
  pretty_type: string;
7840
7840
  editable: boolean;
7841
7841
  mode: string;
@@ -7850,18 +7850,18 @@ export declare class SlackBubble<T extends SlackParams = SlackParams> extends Se
7850
7850
  shares?: {
7851
7851
  public?: Record<string, {
7852
7852
  ts: string;
7853
+ team_id: string;
7853
7854
  reply_count: number;
7854
7855
  reply_users_count: number;
7855
7856
  reply_users: string[];
7856
- team_id: string;
7857
7857
  channel_name: string;
7858
7858
  }[]> | undefined;
7859
7859
  private?: Record<string, {
7860
7860
  ts: string;
7861
+ team_id: string;
7861
7862
  reply_count: number;
7862
7863
  reply_users_count: number;
7863
7864
  reply_users: string[];
7864
- team_id: string;
7865
7865
  channel_name: string;
7866
7866
  }[]> | undefined;
7867
7867
  } | undefined;