@bubblelab/bubble-core 0.1.80 → 0.1.82

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 (54) hide show
  1. package/dist/bubble-bundle.d.ts +107 -107
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
  4. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +30 -30
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +302 -302
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +40 -40
  17. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  18. package/dist/bubbles/service-bubble/gmail.d.ts +584 -584
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
  23. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +46 -46
  26. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +668 -668
  31. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +75 -75
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
  34. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +26 -26
  37. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  38. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +304 -304
  42. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
  45. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  49. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  50. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  51. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
  52. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  53. package/dist/bubbles.json +4 -2
  54. package/package.json +2 -2
@@ -137,8 +137,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
137
137
  }>]>>;
138
138
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
139
139
  }, "strip", z.ZodTypeAny, {
140
- operation: "send_message";
141
140
  text: string;
141
+ operation: "send_message";
142
142
  chat_id: string | number;
143
143
  credentials?: Partial<Record<CredentialType, string>> | undefined;
144
144
  parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
@@ -177,8 +177,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
177
177
  selective?: boolean | undefined;
178
178
  } | undefined;
179
179
  }, {
180
- operation: "send_message";
181
180
  text: string;
181
+ operation: "send_message";
182
182
  chat_id: string | number;
183
183
  credentials?: Partial<Record<CredentialType, string>> | undefined;
184
184
  parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
@@ -721,8 +721,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
721
721
  }>>;
722
722
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
723
723
  }, "strip", z.ZodTypeAny, {
724
- operation: "edit_message";
725
724
  text: string;
725
+ operation: "edit_message";
726
726
  credentials?: Partial<Record<CredentialType, string>> | undefined;
727
727
  chat_id?: string | number | undefined;
728
728
  parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
@@ -744,8 +744,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
744
744
  message_id?: number | undefined;
745
745
  inline_message_id?: string | undefined;
746
746
  }, {
747
- operation: "edit_message";
748
747
  text: string;
748
+ operation: "edit_message";
749
749
  credentials?: Partial<Record<CredentialType, string>> | undefined;
750
750
  chat_id?: string | number | undefined;
751
751
  parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
@@ -819,8 +819,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
819
819
  }, {
820
820
  operation: "get_updates";
821
821
  credentials?: Partial<Record<CredentialType, string>> | undefined;
822
- limit?: number | undefined;
823
822
  timeout?: number | undefined;
823
+ limit?: number | undefined;
824
824
  offset?: number | undefined;
825
825
  allowed_updates?: string[] | undefined;
826
826
  }>, z.ZodObject<{
@@ -902,8 +902,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
902
902
  secret_token: z.ZodOptional<z.ZodString>;
903
903
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
904
904
  }, "strip", z.ZodTypeAny, {
905
- operation: "set_webhook";
906
905
  url: string;
906
+ operation: "set_webhook";
907
907
  credentials?: Partial<Record<CredentialType, string>> | undefined;
908
908
  allowed_updates?: string[] | undefined;
909
909
  ip_address?: string | undefined;
@@ -911,8 +911,8 @@ declare const TelegramParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
911
911
  drop_pending_updates?: boolean | undefined;
912
912
  secret_token?: string | undefined;
913
913
  }, {
914
- operation: "set_webhook";
915
914
  url: string;
915
+ operation: "set_webhook";
916
916
  credentials?: Partial<Record<CredentialType, string>> | undefined;
917
917
  allowed_updates?: string[] | undefined;
918
918
  ip_address?: string | undefined;
@@ -1105,10 +1105,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1105
1105
  error: z.ZodString;
1106
1106
  success: z.ZodBoolean;
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
- operation: "send_message";
1109
- ok: boolean;
1110
1108
  error: string;
1111
1109
  success: boolean;
1110
+ operation: "send_message";
1111
+ ok: boolean;
1112
1112
  message?: {
1113
1113
  date: number;
1114
1114
  message_id: number;
@@ -1145,10 +1145,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1145
1145
  } | undefined;
1146
1146
  } | undefined;
1147
1147
  }, {
1148
- operation: "send_message";
1149
- ok: boolean;
1150
1148
  error: string;
1151
1149
  success: boolean;
1150
+ operation: "send_message";
1151
+ ok: boolean;
1152
1152
  message?: {
1153
1153
  date: number;
1154
1154
  message_id: number;
@@ -1345,10 +1345,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1345
1345
  error: z.ZodString;
1346
1346
  success: z.ZodBoolean;
1347
1347
  }, "strip", z.ZodTypeAny, {
1348
- operation: "send_photo";
1349
- ok: boolean;
1350
1348
  error: string;
1351
1349
  success: boolean;
1350
+ operation: "send_photo";
1351
+ ok: boolean;
1352
1352
  message?: {
1353
1353
  date: number;
1354
1354
  message_id: number;
@@ -1385,10 +1385,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1385
1385
  } | undefined;
1386
1386
  } | undefined;
1387
1387
  }, {
1388
- operation: "send_photo";
1389
- ok: boolean;
1390
1388
  error: string;
1391
1389
  success: boolean;
1390
+ operation: "send_photo";
1391
+ ok: boolean;
1392
1392
  message?: {
1393
1393
  date: number;
1394
1394
  message_id: number;
@@ -1585,10 +1585,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1585
1585
  error: z.ZodString;
1586
1586
  success: z.ZodBoolean;
1587
1587
  }, "strip", z.ZodTypeAny, {
1588
- operation: "send_document";
1589
- ok: boolean;
1590
1588
  error: string;
1591
1589
  success: boolean;
1590
+ operation: "send_document";
1591
+ ok: boolean;
1592
1592
  message?: {
1593
1593
  date: number;
1594
1594
  message_id: number;
@@ -1625,10 +1625,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1625
1625
  } | undefined;
1626
1626
  } | undefined;
1627
1627
  }, {
1628
- operation: "send_document";
1629
- ok: boolean;
1630
1628
  error: string;
1631
1629
  success: boolean;
1630
+ operation: "send_document";
1631
+ ok: boolean;
1632
1632
  message?: {
1633
1633
  date: number;
1634
1634
  message_id: number;
@@ -1825,10 +1825,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1825
1825
  error: z.ZodString;
1826
1826
  success: z.ZodBoolean;
1827
1827
  }, "strip", z.ZodTypeAny, {
1828
- operation: "edit_message";
1829
- ok: boolean;
1830
1828
  error: string;
1831
1829
  success: boolean;
1830
+ operation: "edit_message";
1831
+ ok: boolean;
1832
1832
  message?: {
1833
1833
  date: number;
1834
1834
  message_id: number;
@@ -1865,10 +1865,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1865
1865
  } | undefined;
1866
1866
  } | undefined;
1867
1867
  }, {
1868
- operation: "edit_message";
1869
- ok: boolean;
1870
1868
  error: string;
1871
1869
  success: boolean;
1870
+ operation: "edit_message";
1871
+ ok: boolean;
1872
1872
  message?: {
1873
1873
  date: number;
1874
1874
  message_id: number;
@@ -1910,15 +1910,15 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1910
1910
  error: z.ZodString;
1911
1911
  success: z.ZodBoolean;
1912
1912
  }, "strip", z.ZodTypeAny, {
1913
- operation: "delete_message";
1914
- ok: boolean;
1915
1913
  error: string;
1916
1914
  success: boolean;
1917
- }, {
1918
1915
  operation: "delete_message";
1919
1916
  ok: boolean;
1917
+ }, {
1920
1918
  error: string;
1921
1919
  success: boolean;
1920
+ operation: "delete_message";
1921
+ ok: boolean;
1922
1922
  }>, z.ZodObject<{
1923
1923
  operation: z.ZodLiteral<"get_me">;
1924
1924
  ok: z.ZodBoolean;
@@ -1947,10 +1947,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1947
1947
  error: z.ZodString;
1948
1948
  success: z.ZodBoolean;
1949
1949
  }, "strip", z.ZodTypeAny, {
1950
- operation: "get_me";
1951
- ok: boolean;
1952
1950
  error: string;
1953
1951
  success: boolean;
1952
+ operation: "get_me";
1953
+ ok: boolean;
1954
1954
  user?: {
1955
1955
  id: number;
1956
1956
  first_name: string;
@@ -1960,10 +1960,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
1960
1960
  language_code?: string | undefined;
1961
1961
  } | undefined;
1962
1962
  }, {
1963
- operation: "get_me";
1964
- ok: boolean;
1965
1963
  error: string;
1966
1964
  success: boolean;
1965
+ operation: "get_me";
1966
+ ok: boolean;
1967
1967
  user?: {
1968
1968
  id: number;
1969
1969
  first_name: string;
@@ -2006,10 +2006,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2006
2006
  error: z.ZodString;
2007
2007
  success: z.ZodBoolean;
2008
2008
  }, "strip", z.ZodTypeAny, {
2009
- operation: "get_chat";
2010
- ok: boolean;
2011
2009
  error: string;
2012
2010
  success: boolean;
2011
+ operation: "get_chat";
2012
+ ok: boolean;
2013
2013
  chat?: {
2014
2014
  type: "channel" | "private" | "group" | "supergroup";
2015
2015
  id: number;
@@ -2021,10 +2021,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
2021
2021
  invite_link?: string | undefined;
2022
2022
  } | undefined;
2023
2023
  }, {
2024
- operation: "get_chat";
2025
- ok: boolean;
2026
2024
  error: string;
2027
2025
  success: boolean;
2026
+ operation: "get_chat";
2027
+ ok: boolean;
2028
2028
  chat?: {
2029
2029
  type: "channel" | "private" | "group" | "supergroup";
2030
2030
  id: number;
@@ -3330,10 +3330,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3330
3330
  error: z.ZodString;
3331
3331
  success: z.ZodBoolean;
3332
3332
  }, "strip", z.ZodTypeAny, {
3333
- operation: "get_updates";
3334
- ok: boolean;
3335
3333
  error: string;
3336
3334
  success: boolean;
3335
+ operation: "get_updates";
3336
+ ok: boolean;
3337
3337
  updates?: {
3338
3338
  update_id: number;
3339
3339
  message?: {
@@ -3528,10 +3528,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3528
3528
  } | undefined;
3529
3529
  }[] | undefined;
3530
3530
  }, {
3531
- operation: "get_updates";
3532
- ok: boolean;
3533
3531
  error: string;
3534
3532
  success: boolean;
3533
+ operation: "get_updates";
3534
+ ok: boolean;
3535
3535
  updates?: {
3536
3536
  update_id: number;
3537
3537
  message?: {
@@ -3731,60 +3731,60 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3731
3731
  error: z.ZodString;
3732
3732
  success: z.ZodBoolean;
3733
3733
  }, "strip", z.ZodTypeAny, {
3734
- operation: "send_chat_action";
3735
- ok: boolean;
3736
3734
  error: string;
3737
3735
  success: boolean;
3738
- }, {
3739
3736
  operation: "send_chat_action";
3740
3737
  ok: boolean;
3738
+ }, {
3741
3739
  error: string;
3742
3740
  success: boolean;
3741
+ operation: "send_chat_action";
3742
+ ok: boolean;
3743
3743
  }>, z.ZodObject<{
3744
3744
  operation: z.ZodLiteral<"set_message_reaction">;
3745
3745
  ok: z.ZodBoolean;
3746
3746
  error: z.ZodString;
3747
3747
  success: z.ZodBoolean;
3748
3748
  }, "strip", z.ZodTypeAny, {
3749
- operation: "set_message_reaction";
3750
- ok: boolean;
3751
3749
  error: string;
3752
3750
  success: boolean;
3753
- }, {
3754
3751
  operation: "set_message_reaction";
3755
3752
  ok: boolean;
3753
+ }, {
3756
3754
  error: string;
3757
3755
  success: boolean;
3756
+ operation: "set_message_reaction";
3757
+ ok: boolean;
3758
3758
  }>, z.ZodObject<{
3759
3759
  operation: z.ZodLiteral<"set_webhook">;
3760
3760
  ok: z.ZodBoolean;
3761
3761
  error: z.ZodString;
3762
3762
  success: z.ZodBoolean;
3763
3763
  }, "strip", z.ZodTypeAny, {
3764
- operation: "set_webhook";
3765
- ok: boolean;
3766
3764
  error: string;
3767
3765
  success: boolean;
3768
- }, {
3769
3766
  operation: "set_webhook";
3770
3767
  ok: boolean;
3768
+ }, {
3771
3769
  error: string;
3772
3770
  success: boolean;
3771
+ operation: "set_webhook";
3772
+ ok: boolean;
3773
3773
  }>, z.ZodObject<{
3774
3774
  operation: z.ZodLiteral<"delete_webhook">;
3775
3775
  ok: z.ZodBoolean;
3776
3776
  error: z.ZodString;
3777
3777
  success: z.ZodBoolean;
3778
3778
  }, "strip", z.ZodTypeAny, {
3779
- operation: "delete_webhook";
3780
- ok: boolean;
3781
3779
  error: string;
3782
3780
  success: boolean;
3783
- }, {
3784
3781
  operation: "delete_webhook";
3785
3782
  ok: boolean;
3783
+ }, {
3786
3784
  error: string;
3787
3785
  success: boolean;
3786
+ operation: "delete_webhook";
3787
+ ok: boolean;
3788
3788
  }>, z.ZodObject<{
3789
3789
  operation: z.ZodLiteral<"get_webhook_info">;
3790
3790
  ok: z.ZodBoolean;
@@ -3822,10 +3822,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3822
3822
  error: z.ZodString;
3823
3823
  success: z.ZodBoolean;
3824
3824
  }, "strip", z.ZodTypeAny, {
3825
- operation: "get_webhook_info";
3826
- ok: boolean;
3827
3825
  error: string;
3828
3826
  success: boolean;
3827
+ operation: "get_webhook_info";
3828
+ ok: boolean;
3829
3829
  webhook_info?: {
3830
3830
  url: string;
3831
3831
  has_custom_certificate: boolean;
@@ -3838,10 +3838,10 @@ declare const TelegramResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
3838
3838
  last_synchronization_error_date?: number | undefined;
3839
3839
  } | undefined;
3840
3840
  }, {
3841
- operation: "get_webhook_info";
3842
- ok: boolean;
3843
3841
  error: string;
3844
3842
  success: boolean;
3843
+ operation: "get_webhook_info";
3844
+ ok: boolean;
3845
3845
  webhook_info?: {
3846
3846
  url: string;
3847
3847
  has_custom_certificate: boolean;
@@ -3998,8 +3998,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
3998
3998
  }>]>>;
3999
3999
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4000
4000
  }, "strip", z.ZodTypeAny, {
4001
- operation: "send_message";
4002
4001
  text: string;
4002
+ operation: "send_message";
4003
4003
  chat_id: string | number;
4004
4004
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4005
4005
  parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
@@ -4038,8 +4038,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4038
4038
  selective?: boolean | undefined;
4039
4039
  } | undefined;
4040
4040
  }, {
4041
- operation: "send_message";
4042
4041
  text: string;
4042
+ operation: "send_message";
4043
4043
  chat_id: string | number;
4044
4044
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4045
4045
  parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
@@ -4582,8 +4582,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4582
4582
  }>>;
4583
4583
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4584
4584
  }, "strip", z.ZodTypeAny, {
4585
- operation: "edit_message";
4586
4585
  text: string;
4586
+ operation: "edit_message";
4587
4587
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4588
4588
  chat_id?: string | number | undefined;
4589
4589
  parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
@@ -4605,8 +4605,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4605
4605
  message_id?: number | undefined;
4606
4606
  inline_message_id?: string | undefined;
4607
4607
  }, {
4608
- operation: "edit_message";
4609
4608
  text: string;
4609
+ operation: "edit_message";
4610
4610
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4611
4611
  chat_id?: string | number | undefined;
4612
4612
  parse_mode?: "HTML" | "Markdown" | "MarkdownV2" | undefined;
@@ -4680,8 +4680,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4680
4680
  }, {
4681
4681
  operation: "get_updates";
4682
4682
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4683
- limit?: number | undefined;
4684
4683
  timeout?: number | undefined;
4684
+ limit?: number | undefined;
4685
4685
  offset?: number | undefined;
4686
4686
  allowed_updates?: string[] | undefined;
4687
4687
  }>, z.ZodObject<{
@@ -4763,8 +4763,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4763
4763
  secret_token: z.ZodOptional<z.ZodString>;
4764
4764
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
4765
4765
  }, "strip", z.ZodTypeAny, {
4766
- operation: "set_webhook";
4767
4766
  url: string;
4767
+ operation: "set_webhook";
4768
4768
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4769
4769
  allowed_updates?: string[] | undefined;
4770
4770
  ip_address?: string | undefined;
@@ -4772,8 +4772,8 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4772
4772
  drop_pending_updates?: boolean | undefined;
4773
4773
  secret_token?: string | undefined;
4774
4774
  }, {
4775
- operation: "set_webhook";
4776
4775
  url: string;
4776
+ operation: "set_webhook";
4777
4777
  credentials?: Partial<Record<CredentialType, string>> | undefined;
4778
4778
  allowed_updates?: string[] | undefined;
4779
4779
  ip_address?: string | undefined;
@@ -4963,10 +4963,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
4963
4963
  error: z.ZodString;
4964
4964
  success: z.ZodBoolean;
4965
4965
  }, "strip", z.ZodTypeAny, {
4966
- operation: "send_message";
4967
- ok: boolean;
4968
4966
  error: string;
4969
4967
  success: boolean;
4968
+ operation: "send_message";
4969
+ ok: boolean;
4970
4970
  message?: {
4971
4971
  date: number;
4972
4972
  message_id: number;
@@ -5003,10 +5003,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5003
5003
  } | undefined;
5004
5004
  } | undefined;
5005
5005
  }, {
5006
- operation: "send_message";
5007
- ok: boolean;
5008
5006
  error: string;
5009
5007
  success: boolean;
5008
+ operation: "send_message";
5009
+ ok: boolean;
5010
5010
  message?: {
5011
5011
  date: number;
5012
5012
  message_id: number;
@@ -5203,10 +5203,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5203
5203
  error: z.ZodString;
5204
5204
  success: z.ZodBoolean;
5205
5205
  }, "strip", z.ZodTypeAny, {
5206
- operation: "send_photo";
5207
- ok: boolean;
5208
5206
  error: string;
5209
5207
  success: boolean;
5208
+ operation: "send_photo";
5209
+ ok: boolean;
5210
5210
  message?: {
5211
5211
  date: number;
5212
5212
  message_id: number;
@@ -5243,10 +5243,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5243
5243
  } | undefined;
5244
5244
  } | undefined;
5245
5245
  }, {
5246
- operation: "send_photo";
5247
- ok: boolean;
5248
5246
  error: string;
5249
5247
  success: boolean;
5248
+ operation: "send_photo";
5249
+ ok: boolean;
5250
5250
  message?: {
5251
5251
  date: number;
5252
5252
  message_id: number;
@@ -5443,10 +5443,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5443
5443
  error: z.ZodString;
5444
5444
  success: z.ZodBoolean;
5445
5445
  }, "strip", z.ZodTypeAny, {
5446
- operation: "send_document";
5447
- ok: boolean;
5448
5446
  error: string;
5449
5447
  success: boolean;
5448
+ operation: "send_document";
5449
+ ok: boolean;
5450
5450
  message?: {
5451
5451
  date: number;
5452
5452
  message_id: number;
@@ -5483,10 +5483,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5483
5483
  } | undefined;
5484
5484
  } | undefined;
5485
5485
  }, {
5486
- operation: "send_document";
5487
- ok: boolean;
5488
5486
  error: string;
5489
5487
  success: boolean;
5488
+ operation: "send_document";
5489
+ ok: boolean;
5490
5490
  message?: {
5491
5491
  date: number;
5492
5492
  message_id: number;
@@ -5683,10 +5683,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5683
5683
  error: z.ZodString;
5684
5684
  success: z.ZodBoolean;
5685
5685
  }, "strip", z.ZodTypeAny, {
5686
- operation: "edit_message";
5687
- ok: boolean;
5688
5686
  error: string;
5689
5687
  success: boolean;
5688
+ operation: "edit_message";
5689
+ ok: boolean;
5690
5690
  message?: {
5691
5691
  date: number;
5692
5692
  message_id: number;
@@ -5723,10 +5723,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5723
5723
  } | undefined;
5724
5724
  } | undefined;
5725
5725
  }, {
5726
- operation: "edit_message";
5727
- ok: boolean;
5728
5726
  error: string;
5729
5727
  success: boolean;
5728
+ operation: "edit_message";
5729
+ ok: boolean;
5730
5730
  message?: {
5731
5731
  date: number;
5732
5732
  message_id: number;
@@ -5768,15 +5768,15 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5768
5768
  error: z.ZodString;
5769
5769
  success: z.ZodBoolean;
5770
5770
  }, "strip", z.ZodTypeAny, {
5771
- operation: "delete_message";
5772
- ok: boolean;
5773
5771
  error: string;
5774
5772
  success: boolean;
5775
- }, {
5776
5773
  operation: "delete_message";
5777
5774
  ok: boolean;
5775
+ }, {
5778
5776
  error: string;
5779
5777
  success: boolean;
5778
+ operation: "delete_message";
5779
+ ok: boolean;
5780
5780
  }>, z.ZodObject<{
5781
5781
  operation: z.ZodLiteral<"get_me">;
5782
5782
  ok: z.ZodBoolean;
@@ -5805,10 +5805,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5805
5805
  error: z.ZodString;
5806
5806
  success: z.ZodBoolean;
5807
5807
  }, "strip", z.ZodTypeAny, {
5808
- operation: "get_me";
5809
- ok: boolean;
5810
5808
  error: string;
5811
5809
  success: boolean;
5810
+ operation: "get_me";
5811
+ ok: boolean;
5812
5812
  user?: {
5813
5813
  id: number;
5814
5814
  first_name: string;
@@ -5818,10 +5818,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5818
5818
  language_code?: string | undefined;
5819
5819
  } | undefined;
5820
5820
  }, {
5821
- operation: "get_me";
5822
- ok: boolean;
5823
5821
  error: string;
5824
5822
  success: boolean;
5823
+ operation: "get_me";
5824
+ ok: boolean;
5825
5825
  user?: {
5826
5826
  id: number;
5827
5827
  first_name: string;
@@ -5864,10 +5864,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5864
5864
  error: z.ZodString;
5865
5865
  success: z.ZodBoolean;
5866
5866
  }, "strip", z.ZodTypeAny, {
5867
- operation: "get_chat";
5868
- ok: boolean;
5869
5867
  error: string;
5870
5868
  success: boolean;
5869
+ operation: "get_chat";
5870
+ ok: boolean;
5871
5871
  chat?: {
5872
5872
  type: "channel" | "private" | "group" | "supergroup";
5873
5873
  id: number;
@@ -5879,10 +5879,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
5879
5879
  invite_link?: string | undefined;
5880
5880
  } | undefined;
5881
5881
  }, {
5882
- operation: "get_chat";
5883
- ok: boolean;
5884
5882
  error: string;
5885
5883
  success: boolean;
5884
+ operation: "get_chat";
5885
+ ok: boolean;
5886
5886
  chat?: {
5887
5887
  type: "channel" | "private" | "group" | "supergroup";
5888
5888
  id: number;
@@ -7188,10 +7188,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7188
7188
  error: z.ZodString;
7189
7189
  success: z.ZodBoolean;
7190
7190
  }, "strip", z.ZodTypeAny, {
7191
- operation: "get_updates";
7192
- ok: boolean;
7193
7191
  error: string;
7194
7192
  success: boolean;
7193
+ operation: "get_updates";
7194
+ ok: boolean;
7195
7195
  updates?: {
7196
7196
  update_id: number;
7197
7197
  message?: {
@@ -7386,10 +7386,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7386
7386
  } | undefined;
7387
7387
  }[] | undefined;
7388
7388
  }, {
7389
- operation: "get_updates";
7390
- ok: boolean;
7391
7389
  error: string;
7392
7390
  success: boolean;
7391
+ operation: "get_updates";
7392
+ ok: boolean;
7393
7393
  updates?: {
7394
7394
  update_id: number;
7395
7395
  message?: {
@@ -7589,60 +7589,60 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7589
7589
  error: z.ZodString;
7590
7590
  success: z.ZodBoolean;
7591
7591
  }, "strip", z.ZodTypeAny, {
7592
- operation: "send_chat_action";
7593
- ok: boolean;
7594
7592
  error: string;
7595
7593
  success: boolean;
7596
- }, {
7597
7594
  operation: "send_chat_action";
7598
7595
  ok: boolean;
7596
+ }, {
7599
7597
  error: string;
7600
7598
  success: boolean;
7599
+ operation: "send_chat_action";
7600
+ ok: boolean;
7601
7601
  }>, z.ZodObject<{
7602
7602
  operation: z.ZodLiteral<"set_message_reaction">;
7603
7603
  ok: z.ZodBoolean;
7604
7604
  error: z.ZodString;
7605
7605
  success: z.ZodBoolean;
7606
7606
  }, "strip", z.ZodTypeAny, {
7607
- operation: "set_message_reaction";
7608
- ok: boolean;
7609
7607
  error: string;
7610
7608
  success: boolean;
7611
- }, {
7612
7609
  operation: "set_message_reaction";
7613
7610
  ok: boolean;
7611
+ }, {
7614
7612
  error: string;
7615
7613
  success: boolean;
7614
+ operation: "set_message_reaction";
7615
+ ok: boolean;
7616
7616
  }>, z.ZodObject<{
7617
7617
  operation: z.ZodLiteral<"set_webhook">;
7618
7618
  ok: z.ZodBoolean;
7619
7619
  error: z.ZodString;
7620
7620
  success: z.ZodBoolean;
7621
7621
  }, "strip", z.ZodTypeAny, {
7622
- operation: "set_webhook";
7623
- ok: boolean;
7624
7622
  error: string;
7625
7623
  success: boolean;
7626
- }, {
7627
7624
  operation: "set_webhook";
7628
7625
  ok: boolean;
7626
+ }, {
7629
7627
  error: string;
7630
7628
  success: boolean;
7629
+ operation: "set_webhook";
7630
+ ok: boolean;
7631
7631
  }>, z.ZodObject<{
7632
7632
  operation: z.ZodLiteral<"delete_webhook">;
7633
7633
  ok: z.ZodBoolean;
7634
7634
  error: z.ZodString;
7635
7635
  success: z.ZodBoolean;
7636
7636
  }, "strip", z.ZodTypeAny, {
7637
- operation: "delete_webhook";
7638
- ok: boolean;
7639
7637
  error: string;
7640
7638
  success: boolean;
7641
- }, {
7642
7639
  operation: "delete_webhook";
7643
7640
  ok: boolean;
7641
+ }, {
7644
7642
  error: string;
7645
7643
  success: boolean;
7644
+ operation: "delete_webhook";
7645
+ ok: boolean;
7646
7646
  }>, z.ZodObject<{
7647
7647
  operation: z.ZodLiteral<"get_webhook_info">;
7648
7648
  ok: z.ZodBoolean;
@@ -7680,10 +7680,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7680
7680
  error: z.ZodString;
7681
7681
  success: z.ZodBoolean;
7682
7682
  }, "strip", z.ZodTypeAny, {
7683
- operation: "get_webhook_info";
7684
- ok: boolean;
7685
7683
  error: string;
7686
7684
  success: boolean;
7685
+ operation: "get_webhook_info";
7686
+ ok: boolean;
7687
7687
  webhook_info?: {
7688
7688
  url: string;
7689
7689
  has_custom_certificate: boolean;
@@ -7696,10 +7696,10 @@ export declare class TelegramBubble<T extends TelegramParams = TelegramParams> e
7696
7696
  last_synchronization_error_date?: number | undefined;
7697
7697
  } | undefined;
7698
7698
  }, {
7699
- operation: "get_webhook_info";
7700
- ok: boolean;
7701
7699
  error: string;
7702
7700
  success: boolean;
7701
+ operation: "get_webhook_info";
7702
+ ok: boolean;
7703
7703
  webhook_info?: {
7704
7704
  url: string;
7705
7705
  has_custom_certificate: boolean;