@bubblelab/bubble-core 0.1.16 → 0.1.18

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 (115) hide show
  1. package/dist/bubble-bundle.d.ts +84 -79
  2. package/dist/bubble-factory.js +1 -1
  3. package/dist/bubble-factory.js.map +1 -1
  4. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  6. package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
  7. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +140 -140
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +128 -128
  13. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  14. package/dist/bubbles/service-bubble/gmail.d.ts +456 -456
  15. package/dist/bubbles/service-bubble/google-calendar.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
  17. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  19. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/notion/notion.d.ts +76 -76
  23. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  24. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  25. package/dist/bubbles/service-bubble/slack/index.d.ts +3 -0
  26. package/dist/bubbles/service-bubble/slack/index.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/slack/index.js +6 -0
  28. package/dist/bubbles/service-bubble/slack/index.js.map +1 -0
  29. package/dist/bubbles/service-bubble/slack/slack.d.ts +6812 -0
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/slack/slack.js +1840 -0
  32. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -0
  33. package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +3980 -0
  34. package/dist/bubbles/service-bubble/slack/slack.schema.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/slack/slack.schema.js +1061 -0
  36. package/dist/bubbles/service-bubble/slack/slack.schema.js.map +1 -0
  37. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +141 -0
  38. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -0
  39. package/dist/bubbles/service-bubble/slack/slack.utils.js +408 -0
  40. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -0
  41. package/dist/bubbles/service-bubble/slack.d.ts +1 -6811
  42. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
  43. package/dist/bubbles/service-bubble/slack.js +2 -1829
  44. package/dist/bubbles/service-bubble/slack.js.map +1 -1
  45. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  46. package/dist/bubbles/service-bubble/telegram.d.ts +246 -246
  47. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
  48. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
  49. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  55. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +34 -34
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  59. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  62. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
  64. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  65. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  67. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  68. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  69. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  70. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  71. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +32 -32
  73. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +2 -2
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -1
  81. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
  82. package/dist/bubbles.json +2 -2
  83. package/dist/index.d.ts +1 -1
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +1 -1
  86. package/dist/index.js.map +1 -1
  87. package/package.json +2 -2
  88. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +0 -37
  89. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +0 -1
  90. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +0 -203
  91. package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +0 -1
  92. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +0 -1358
  93. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +0 -1
  94. package/dist/bubbles/service-bubble/crustdata/crustdata.js +0 -219
  95. package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +0 -1
  96. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +0 -1604
  97. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +0 -1
  98. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +0 -194
  99. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +0 -1
  100. package/dist/bubbles/service-bubble/crustdata/index.d.ts +0 -3
  101. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +0 -1
  102. package/dist/bubbles/service-bubble/crustdata/index.js +0 -3
  103. package/dist/bubbles/service-bubble/crustdata/index.js.map +0 -1
  104. package/dist/bubbles/service-bubble/http.integration.flow.d.ts +0 -49
  105. package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +0 -1
  106. package/dist/bubbles/service-bubble/http.integration.flow.js +0 -425
  107. package/dist/bubbles/service-bubble/http.integration.flow.js.map +0 -1
  108. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +0 -31
  109. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +0 -1
  110. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +0 -100
  111. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +0 -1
  112. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +0 -740
  113. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +0 -1
  114. package/dist/bubbles/tool-bubble/company-enrichment-tool.js +0 -350
  115. package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +0 -1
@@ -16,13 +16,13 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
16
16
  offset: number;
17
17
  includeTrash: boolean;
18
18
  sort?: string | undefined;
19
- credentials?: Partial<Record<CredentialType, string>> | undefined;
20
19
  fields?: string | undefined;
20
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
21
21
  }, {
22
22
  operation: "list_people";
23
23
  sort?: string | undefined;
24
- credentials?: Partial<Record<CredentialType, string>> | undefined;
25
24
  fields?: string | undefined;
25
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
26
26
  limit?: number | undefined;
27
27
  offset?: number | undefined;
28
28
  includeTrash?: boolean | undefined;
@@ -34,13 +34,13 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
34
34
  }, "strip", z.ZodTypeAny, {
35
35
  operation: "get_person";
36
36
  person_id: number;
37
- credentials?: Partial<Record<CredentialType, string>> | undefined;
38
37
  fields?: string | undefined;
38
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
39
39
  }, {
40
40
  operation: "get_person";
41
41
  person_id: number;
42
- credentials?: Partial<Record<CredentialType, string>> | undefined;
43
42
  fields?: string | undefined;
43
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
44
44
  }>, z.ZodObject<{
45
45
  operation: z.ZodLiteral<"create_person">;
46
46
  firstName: z.ZodOptional<z.ZodString>;
@@ -824,8 +824,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
824
824
  error: z.ZodString;
825
825
  }, "strip", z.ZodTypeAny, {
826
826
  operation: "list_people";
827
- success: boolean;
828
827
  error: string;
828
+ success: boolean;
829
829
  people?: z.objectOutputType<{
830
830
  id: z.ZodNumber;
831
831
  firstName: z.ZodOptional<z.ZodString>;
@@ -870,8 +870,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
870
870
  } | undefined;
871
871
  }, {
872
872
  operation: "list_people";
873
- success: boolean;
874
873
  error: string;
874
+ success: boolean;
875
875
  people?: z.objectInputType<{
876
876
  id: z.ZodNumber;
877
877
  firstName: z.ZodOptional<z.ZodString>;
@@ -1029,8 +1029,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1029
1029
  error: z.ZodString;
1030
1030
  }, "strip", z.ZodTypeAny, {
1031
1031
  operation: "get_person";
1032
- success: boolean;
1033
1032
  error: string;
1033
+ success: boolean;
1034
1034
  person?: z.objectOutputType<{
1035
1035
  id: z.ZodNumber;
1036
1036
  firstName: z.ZodOptional<z.ZodString>;
@@ -1070,8 +1070,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1070
1070
  }, z.ZodTypeAny, "passthrough"> | undefined;
1071
1071
  }, {
1072
1072
  operation: "get_person";
1073
- success: boolean;
1074
1073
  error: string;
1074
+ success: boolean;
1075
1075
  person?: z.objectInputType<{
1076
1076
  id: z.ZodNumber;
1077
1077
  firstName: z.ZodOptional<z.ZodString>;
@@ -1224,8 +1224,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1224
1224
  error: z.ZodString;
1225
1225
  }, "strip", z.ZodTypeAny, {
1226
1226
  operation: "create_person";
1227
- success: boolean;
1228
1227
  error: string;
1228
+ success: boolean;
1229
1229
  person?: z.objectOutputType<{
1230
1230
  id: z.ZodNumber;
1231
1231
  firstName: z.ZodOptional<z.ZodString>;
@@ -1265,8 +1265,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1265
1265
  }, z.ZodTypeAny, "passthrough"> | undefined;
1266
1266
  }, {
1267
1267
  operation: "create_person";
1268
- success: boolean;
1269
1268
  error: string;
1269
+ success: boolean;
1270
1270
  person?: z.objectInputType<{
1271
1271
  id: z.ZodNumber;
1272
1272
  firstName: z.ZodOptional<z.ZodString>;
@@ -1419,8 +1419,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1419
1419
  error: z.ZodString;
1420
1420
  }, "strip", z.ZodTypeAny, {
1421
1421
  operation: "update_person";
1422
- success: boolean;
1423
1422
  error: string;
1423
+ success: boolean;
1424
1424
  person?: z.objectOutputType<{
1425
1425
  id: z.ZodNumber;
1426
1426
  firstName: z.ZodOptional<z.ZodString>;
@@ -1460,8 +1460,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1460
1460
  }, z.ZodTypeAny, "passthrough"> | undefined;
1461
1461
  }, {
1462
1462
  operation: "update_person";
1463
- success: boolean;
1464
1463
  error: string;
1464
+ success: boolean;
1465
1465
  person?: z.objectInputType<{
1466
1466
  id: z.ZodNumber;
1467
1467
  firstName: z.ZodOptional<z.ZodString>;
@@ -1506,13 +1506,13 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1506
1506
  error: z.ZodString;
1507
1507
  }, "strip", z.ZodTypeAny, {
1508
1508
  operation: "delete_person";
1509
- success: boolean;
1510
1509
  error: string;
1510
+ success: boolean;
1511
1511
  deleted_id?: number | undefined;
1512
1512
  }, {
1513
1513
  operation: "delete_person";
1514
- success: boolean;
1515
1514
  error: string;
1515
+ success: boolean;
1516
1516
  deleted_id?: number | undefined;
1517
1517
  }>, z.ZodObject<{
1518
1518
  operation: z.ZodLiteral<"list_tasks">;
@@ -1561,8 +1561,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1561
1561
  error: z.ZodString;
1562
1562
  }, "strip", z.ZodTypeAny, {
1563
1563
  operation: "list_tasks";
1564
- success: boolean;
1565
1564
  error: string;
1565
+ success: boolean;
1566
1566
  tasks?: z.objectOutputType<{
1567
1567
  id: z.ZodNumber;
1568
1568
  personId: z.ZodOptional<z.ZodNumber>;
@@ -1580,8 +1580,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1580
1580
  } | undefined;
1581
1581
  }, {
1582
1582
  operation: "list_tasks";
1583
- success: boolean;
1584
1583
  error: string;
1584
+ success: boolean;
1585
1585
  tasks?: z.objectInputType<{
1586
1586
  id: z.ZodNumber;
1587
1587
  personId: z.ZodOptional<z.ZodNumber>;
@@ -1631,8 +1631,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1631
1631
  error: z.ZodString;
1632
1632
  }, "strip", z.ZodTypeAny, {
1633
1633
  operation: "get_task";
1634
- success: boolean;
1635
1634
  error: string;
1635
+ success: boolean;
1636
1636
  task?: z.objectOutputType<{
1637
1637
  id: z.ZodNumber;
1638
1638
  personId: z.ZodOptional<z.ZodNumber>;
@@ -1645,8 +1645,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1645
1645
  }, z.ZodTypeAny, "passthrough"> | undefined;
1646
1646
  }, {
1647
1647
  operation: "get_task";
1648
- success: boolean;
1649
1648
  error: string;
1649
+ success: boolean;
1650
1650
  task?: z.objectInputType<{
1651
1651
  id: z.ZodNumber;
1652
1652
  personId: z.ZodOptional<z.ZodNumber>;
@@ -1691,8 +1691,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1691
1691
  error: z.ZodString;
1692
1692
  }, "strip", z.ZodTypeAny, {
1693
1693
  operation: "create_task";
1694
- success: boolean;
1695
1694
  error: string;
1695
+ success: boolean;
1696
1696
  task?: z.objectOutputType<{
1697
1697
  id: z.ZodNumber;
1698
1698
  personId: z.ZodOptional<z.ZodNumber>;
@@ -1705,8 +1705,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1705
1705
  }, z.ZodTypeAny, "passthrough"> | undefined;
1706
1706
  }, {
1707
1707
  operation: "create_task";
1708
- success: boolean;
1709
1708
  error: string;
1709
+ success: boolean;
1710
1710
  task?: z.objectInputType<{
1711
1711
  id: z.ZodNumber;
1712
1712
  personId: z.ZodOptional<z.ZodNumber>;
@@ -1751,8 +1751,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1751
1751
  error: z.ZodString;
1752
1752
  }, "strip", z.ZodTypeAny, {
1753
1753
  operation: "update_task";
1754
- success: boolean;
1755
1754
  error: string;
1755
+ success: boolean;
1756
1756
  task?: z.objectOutputType<{
1757
1757
  id: z.ZodNumber;
1758
1758
  personId: z.ZodOptional<z.ZodNumber>;
@@ -1765,8 +1765,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1765
1765
  }, z.ZodTypeAny, "passthrough"> | undefined;
1766
1766
  }, {
1767
1767
  operation: "update_task";
1768
- success: boolean;
1769
1768
  error: string;
1769
+ success: boolean;
1770
1770
  task?: z.objectInputType<{
1771
1771
  id: z.ZodNumber;
1772
1772
  personId: z.ZodOptional<z.ZodNumber>;
@@ -1784,13 +1784,13 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1784
1784
  error: z.ZodString;
1785
1785
  }, "strip", z.ZodTypeAny, {
1786
1786
  operation: "delete_task";
1787
- success: boolean;
1788
1787
  error: string;
1788
+ success: boolean;
1789
1789
  deleted_id?: number | undefined;
1790
1790
  }, {
1791
1791
  operation: "delete_task";
1792
- success: boolean;
1793
1792
  error: string;
1793
+ success: boolean;
1794
1794
  deleted_id?: number | undefined;
1795
1795
  }>, z.ZodObject<{
1796
1796
  operation: z.ZodLiteral<"list_notes">;
@@ -1830,8 +1830,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1830
1830
  error: z.ZodString;
1831
1831
  }, "strip", z.ZodTypeAny, {
1832
1832
  operation: "list_notes";
1833
- success: boolean;
1834
1833
  error: string;
1834
+ success: boolean;
1835
1835
  _metadata?: {
1836
1836
  limit?: number | undefined;
1837
1837
  offset?: number | undefined;
@@ -1846,8 +1846,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1846
1846
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1847
1847
  }, {
1848
1848
  operation: "list_notes";
1849
- success: boolean;
1850
1849
  error: string;
1850
+ success: boolean;
1851
1851
  _metadata?: {
1852
1852
  limit?: number | undefined;
1853
1853
  offset?: number | undefined;
@@ -1885,8 +1885,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1885
1885
  error: z.ZodString;
1886
1886
  }, "strip", z.ZodTypeAny, {
1887
1887
  operation: "create_note";
1888
- success: boolean;
1889
1888
  error: string;
1889
+ success: boolean;
1890
1890
  note?: z.objectOutputType<{
1891
1891
  id: z.ZodNumber;
1892
1892
  personId: z.ZodNumber;
@@ -1896,8 +1896,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1896
1896
  }, z.ZodTypeAny, "passthrough"> | undefined;
1897
1897
  }, {
1898
1898
  operation: "create_note";
1899
- success: boolean;
1900
1899
  error: string;
1900
+ success: boolean;
1901
1901
  note?: z.objectInputType<{
1902
1902
  id: z.ZodNumber;
1903
1903
  personId: z.ZodNumber;
@@ -1930,8 +1930,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1930
1930
  error: z.ZodString;
1931
1931
  }, "strip", z.ZodTypeAny, {
1932
1932
  operation: "update_note";
1933
- success: boolean;
1934
1933
  error: string;
1934
+ success: boolean;
1935
1935
  note?: z.objectOutputType<{
1936
1936
  id: z.ZodNumber;
1937
1937
  personId: z.ZodNumber;
@@ -1941,8 +1941,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1941
1941
  }, z.ZodTypeAny, "passthrough"> | undefined;
1942
1942
  }, {
1943
1943
  operation: "update_note";
1944
- success: boolean;
1945
1944
  error: string;
1945
+ success: boolean;
1946
1946
  note?: z.objectInputType<{
1947
1947
  id: z.ZodNumber;
1948
1948
  personId: z.ZodNumber;
@@ -1957,13 +1957,13 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
1957
1957
  error: z.ZodString;
1958
1958
  }, "strip", z.ZodTypeAny, {
1959
1959
  operation: "delete_note";
1960
- success: boolean;
1961
1960
  error: string;
1961
+ success: boolean;
1962
1962
  deleted_id?: number | undefined;
1963
1963
  }, {
1964
1964
  operation: "delete_note";
1965
- success: boolean;
1966
1965
  error: string;
1966
+ success: boolean;
1967
1967
  deleted_id?: number | undefined;
1968
1968
  }>, z.ZodObject<{
1969
1969
  operation: z.ZodLiteral<"list_deals">;
@@ -2009,8 +2009,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2009
2009
  error: z.ZodString;
2010
2010
  }, "strip", z.ZodTypeAny, {
2011
2011
  operation: "list_deals";
2012
- success: boolean;
2013
2012
  error: string;
2013
+ success: boolean;
2014
2014
  _metadata?: {
2015
2015
  limit?: number | undefined;
2016
2016
  offset?: number | undefined;
@@ -2027,8 +2027,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2027
2027
  }, z.ZodTypeAny, "passthrough">[] | undefined;
2028
2028
  }, {
2029
2029
  operation: "list_deals";
2030
- success: boolean;
2031
2030
  error: string;
2031
+ success: boolean;
2032
2032
  _metadata?: {
2033
2033
  limit?: number | undefined;
2034
2034
  offset?: number | undefined;
@@ -2074,8 +2074,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2074
2074
  error: z.ZodString;
2075
2075
  }, "strip", z.ZodTypeAny, {
2076
2076
  operation: "get_deal";
2077
- success: boolean;
2078
2077
  error: string;
2078
+ success: boolean;
2079
2079
  deal?: z.objectOutputType<{
2080
2080
  id: z.ZodNumber;
2081
2081
  personId: z.ZodOptional<z.ZodNumber>;
@@ -2087,8 +2087,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2087
2087
  }, z.ZodTypeAny, "passthrough"> | undefined;
2088
2088
  }, {
2089
2089
  operation: "get_deal";
2090
- success: boolean;
2091
2090
  error: string;
2091
+ success: boolean;
2092
2092
  deal?: z.objectInputType<{
2093
2093
  id: z.ZodNumber;
2094
2094
  personId: z.ZodOptional<z.ZodNumber>;
@@ -2129,8 +2129,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2129
2129
  error: z.ZodString;
2130
2130
  }, "strip", z.ZodTypeAny, {
2131
2131
  operation: "create_deal";
2132
- success: boolean;
2133
2132
  error: string;
2133
+ success: boolean;
2134
2134
  deal?: z.objectOutputType<{
2135
2135
  id: z.ZodNumber;
2136
2136
  personId: z.ZodOptional<z.ZodNumber>;
@@ -2142,8 +2142,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2142
2142
  }, z.ZodTypeAny, "passthrough"> | undefined;
2143
2143
  }, {
2144
2144
  operation: "create_deal";
2145
- success: boolean;
2146
2145
  error: string;
2146
+ success: boolean;
2147
2147
  deal?: z.objectInputType<{
2148
2148
  id: z.ZodNumber;
2149
2149
  personId: z.ZodOptional<z.ZodNumber>;
@@ -2184,8 +2184,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2184
2184
  error: z.ZodString;
2185
2185
  }, "strip", z.ZodTypeAny, {
2186
2186
  operation: "update_deal";
2187
- success: boolean;
2188
2187
  error: string;
2188
+ success: boolean;
2189
2189
  deal?: z.objectOutputType<{
2190
2190
  id: z.ZodNumber;
2191
2191
  personId: z.ZodOptional<z.ZodNumber>;
@@ -2197,8 +2197,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2197
2197
  }, z.ZodTypeAny, "passthrough"> | undefined;
2198
2198
  }, {
2199
2199
  operation: "update_deal";
2200
- success: boolean;
2201
2200
  error: string;
2201
+ success: boolean;
2202
2202
  deal?: z.objectInputType<{
2203
2203
  id: z.ZodNumber;
2204
2204
  personId: z.ZodOptional<z.ZodNumber>;
@@ -2363,8 +2363,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2363
2363
  error: z.ZodString;
2364
2364
  }, "strip", z.ZodTypeAny, {
2365
2365
  operation: "list_events";
2366
- success: boolean;
2367
2366
  error: string;
2367
+ success: boolean;
2368
2368
  events?: z.objectOutputType<{
2369
2369
  id: z.ZodOptional<z.ZodNumber>;
2370
2370
  type: z.ZodString;
@@ -2418,8 +2418,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2418
2418
  } | undefined;
2419
2419
  }, {
2420
2420
  operation: "list_events";
2421
- success: boolean;
2422
2421
  error: string;
2422
+ success: boolean;
2423
2423
  events?: z.objectInputType<{
2424
2424
  id: z.ZodOptional<z.ZodNumber>;
2425
2425
  type: z.ZodString;
@@ -2613,8 +2613,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2613
2613
  error: z.ZodString;
2614
2614
  }, "strip", z.ZodTypeAny, {
2615
2615
  operation: "get_event";
2616
- success: boolean;
2617
2616
  error: string;
2617
+ success: boolean;
2618
2618
  event?: z.objectOutputType<{
2619
2619
  id: z.ZodOptional<z.ZodNumber>;
2620
2620
  type: z.ZodString;
@@ -2663,8 +2663,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2663
2663
  }, z.ZodTypeAny, "passthrough"> | undefined;
2664
2664
  }, {
2665
2665
  operation: "get_event";
2666
- success: boolean;
2667
2666
  error: string;
2667
+ success: boolean;
2668
2668
  event?: z.objectInputType<{
2669
2669
  id: z.ZodOptional<z.ZodNumber>;
2670
2670
  type: z.ZodString;
@@ -2853,8 +2853,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2853
2853
  error: z.ZodString;
2854
2854
  }, "strip", z.ZodTypeAny, {
2855
2855
  operation: "create_event";
2856
- success: boolean;
2857
2856
  error: string;
2857
+ success: boolean;
2858
2858
  event?: z.objectOutputType<{
2859
2859
  id: z.ZodOptional<z.ZodNumber>;
2860
2860
  type: z.ZodString;
@@ -2903,8 +2903,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2903
2903
  }, z.ZodTypeAny, "passthrough"> | undefined;
2904
2904
  }, {
2905
2905
  operation: "create_event";
2906
- success: boolean;
2907
2906
  error: string;
2907
+ success: boolean;
2908
2908
  event?: z.objectInputType<{
2909
2909
  id: z.ZodOptional<z.ZodNumber>;
2910
2910
  type: z.ZodString;
@@ -2992,8 +2992,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
2992
2992
  error: z.ZodString;
2993
2993
  }, "strip", z.ZodTypeAny, {
2994
2994
  operation: "list_calls";
2995
- success: boolean;
2996
2995
  error: string;
2996
+ success: boolean;
2997
2997
  _metadata?: {
2998
2998
  limit?: number | undefined;
2999
2999
  offset?: number | undefined;
@@ -3009,8 +3009,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3009
3009
  }, z.ZodTypeAny, "passthrough">[] | undefined;
3010
3010
  }, {
3011
3011
  operation: "list_calls";
3012
- success: boolean;
3013
3012
  error: string;
3013
+ success: boolean;
3014
3014
  _metadata?: {
3015
3015
  limit?: number | undefined;
3016
3016
  offset?: number | undefined;
@@ -3052,8 +3052,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3052
3052
  error: z.ZodString;
3053
3053
  }, "strip", z.ZodTypeAny, {
3054
3054
  operation: "create_call";
3055
- success: boolean;
3056
3055
  error: string;
3056
+ success: boolean;
3057
3057
  call?: z.objectOutputType<{
3058
3058
  id: z.ZodNumber;
3059
3059
  personId: z.ZodNumber;
@@ -3064,8 +3064,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3064
3064
  }, z.ZodTypeAny, "passthrough"> | undefined;
3065
3065
  }, {
3066
3066
  operation: "create_call";
3067
- success: boolean;
3068
3067
  error: string;
3068
+ success: boolean;
3069
3069
  call?: z.objectInputType<{
3070
3070
  id: z.ZodNumber;
3071
3071
  personId: z.ZodNumber;
@@ -3118,8 +3118,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3118
3118
  error: z.ZodString;
3119
3119
  }, "strip", z.ZodTypeAny, {
3120
3120
  operation: "list_appointments";
3121
- success: boolean;
3122
3121
  error: string;
3122
+ success: boolean;
3123
3123
  _metadata?: {
3124
3124
  limit?: number | undefined;
3125
3125
  offset?: number | undefined;
@@ -3136,8 +3136,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3136
3136
  }, z.ZodTypeAny, "passthrough">[] | undefined;
3137
3137
  }, {
3138
3138
  operation: "list_appointments";
3139
- success: boolean;
3140
3139
  error: string;
3140
+ success: boolean;
3141
3141
  _metadata?: {
3142
3142
  limit?: number | undefined;
3143
3143
  offset?: number | undefined;
@@ -3183,8 +3183,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3183
3183
  error: z.ZodString;
3184
3184
  }, "strip", z.ZodTypeAny, {
3185
3185
  operation: "create_appointment";
3186
- success: boolean;
3187
3186
  error: string;
3187
+ success: boolean;
3188
3188
  appointment?: z.objectOutputType<{
3189
3189
  id: z.ZodNumber;
3190
3190
  personId: z.ZodOptional<z.ZodNumber>;
@@ -3196,8 +3196,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3196
3196
  }, z.ZodTypeAny, "passthrough"> | undefined;
3197
3197
  }, {
3198
3198
  operation: "create_appointment";
3199
- success: boolean;
3200
3199
  error: string;
3200
+ success: boolean;
3201
3201
  appointment?: z.objectInputType<{
3202
3202
  id: z.ZodNumber;
3203
3203
  personId: z.ZodOptional<z.ZodNumber>;
@@ -3229,8 +3229,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3229
3229
  error: z.ZodString;
3230
3230
  }, "strip", z.ZodTypeAny, {
3231
3231
  operation: "list_webhooks";
3232
- success: boolean;
3233
3232
  error: string;
3233
+ success: boolean;
3234
3234
  webhooks?: z.objectOutputType<{
3235
3235
  id: z.ZodNumber;
3236
3236
  event: z.ZodString;
@@ -3239,8 +3239,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3239
3239
  }, z.ZodTypeAny, "passthrough">[] | undefined;
3240
3240
  }, {
3241
3241
  operation: "list_webhooks";
3242
- success: boolean;
3243
3242
  error: string;
3243
+ success: boolean;
3244
3244
  webhooks?: z.objectInputType<{
3245
3245
  id: z.ZodNumber;
3246
3246
  event: z.ZodString;
@@ -3269,8 +3269,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3269
3269
  error: z.ZodString;
3270
3270
  }, "strip", z.ZodTypeAny, {
3271
3271
  operation: "get_webhook";
3272
- success: boolean;
3273
3272
  error: string;
3273
+ success: boolean;
3274
3274
  webhook?: z.objectOutputType<{
3275
3275
  id: z.ZodNumber;
3276
3276
  event: z.ZodString;
@@ -3279,8 +3279,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3279
3279
  }, z.ZodTypeAny, "passthrough"> | undefined;
3280
3280
  }, {
3281
3281
  operation: "get_webhook";
3282
- success: boolean;
3283
3282
  error: string;
3283
+ success: boolean;
3284
3284
  webhook?: z.objectInputType<{
3285
3285
  id: z.ZodNumber;
3286
3286
  event: z.ZodString;
@@ -3309,8 +3309,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3309
3309
  error: z.ZodString;
3310
3310
  }, "strip", z.ZodTypeAny, {
3311
3311
  operation: "create_webhook";
3312
- success: boolean;
3313
3312
  error: string;
3313
+ success: boolean;
3314
3314
  webhook?: z.objectOutputType<{
3315
3315
  id: z.ZodNumber;
3316
3316
  event: z.ZodString;
@@ -3319,8 +3319,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3319
3319
  }, z.ZodTypeAny, "passthrough"> | undefined;
3320
3320
  }, {
3321
3321
  operation: "create_webhook";
3322
- success: boolean;
3323
3322
  error: string;
3323
+ success: boolean;
3324
3324
  webhook?: z.objectInputType<{
3325
3325
  id: z.ZodNumber;
3326
3326
  event: z.ZodString;
@@ -3349,8 +3349,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3349
3349
  error: z.ZodString;
3350
3350
  }, "strip", z.ZodTypeAny, {
3351
3351
  operation: "update_webhook";
3352
- success: boolean;
3353
3352
  error: string;
3353
+ success: boolean;
3354
3354
  webhook?: z.objectOutputType<{
3355
3355
  id: z.ZodNumber;
3356
3356
  event: z.ZodString;
@@ -3359,8 +3359,8 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3359
3359
  }, z.ZodTypeAny, "passthrough"> | undefined;
3360
3360
  }, {
3361
3361
  operation: "update_webhook";
3362
- success: boolean;
3363
3362
  error: string;
3363
+ success: boolean;
3364
3364
  webhook?: z.objectInputType<{
3365
3365
  id: z.ZodNumber;
3366
3366
  event: z.ZodString;
@@ -3374,13 +3374,13 @@ declare const FUBResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
3374
3374
  error: z.ZodString;
3375
3375
  }, "strip", z.ZodTypeAny, {
3376
3376
  operation: "delete_webhook";
3377
- success: boolean;
3378
3377
  error: string;
3378
+ success: boolean;
3379
3379
  deleted_id?: number | undefined;
3380
3380
  }, {
3381
3381
  operation: "delete_webhook";
3382
- success: boolean;
3383
3382
  error: string;
3383
+ success: boolean;
3384
3384
  deleted_id?: number | undefined;
3385
3385
  }>]>;
3386
3386
  type FUBResult = z.output<typeof FUBResultSchema>;
@@ -3410,13 +3410,13 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
3410
3410
  offset: number;
3411
3411
  includeTrash: boolean;
3412
3412
  sort?: string | undefined;
3413
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3414
3413
  fields?: string | undefined;
3414
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3415
3415
  }, {
3416
3416
  operation: "list_people";
3417
3417
  sort?: string | undefined;
3418
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3419
3418
  fields?: string | undefined;
3419
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3420
3420
  limit?: number | undefined;
3421
3421
  offset?: number | undefined;
3422
3422
  includeTrash?: boolean | undefined;
@@ -3428,13 +3428,13 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
3428
3428
  }, "strip", z.ZodTypeAny, {
3429
3429
  operation: "get_person";
3430
3430
  person_id: number;
3431
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3432
3431
  fields?: string | undefined;
3432
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3433
3433
  }, {
3434
3434
  operation: "get_person";
3435
3435
  person_id: number;
3436
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3437
3436
  fields?: string | undefined;
3437
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3438
3438
  }>, z.ZodObject<{
3439
3439
  operation: z.ZodLiteral<"create_person">;
3440
3440
  firstName: z.ZodOptional<z.ZodString>;
@@ -4218,8 +4218,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4218
4218
  error: z.ZodString;
4219
4219
  }, "strip", z.ZodTypeAny, {
4220
4220
  operation: "list_people";
4221
- success: boolean;
4222
4221
  error: string;
4222
+ success: boolean;
4223
4223
  people?: z.objectOutputType<{
4224
4224
  id: z.ZodNumber;
4225
4225
  firstName: z.ZodOptional<z.ZodString>;
@@ -4264,8 +4264,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4264
4264
  } | undefined;
4265
4265
  }, {
4266
4266
  operation: "list_people";
4267
- success: boolean;
4268
4267
  error: string;
4268
+ success: boolean;
4269
4269
  people?: z.objectInputType<{
4270
4270
  id: z.ZodNumber;
4271
4271
  firstName: z.ZodOptional<z.ZodString>;
@@ -4423,8 +4423,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4423
4423
  error: z.ZodString;
4424
4424
  }, "strip", z.ZodTypeAny, {
4425
4425
  operation: "get_person";
4426
- success: boolean;
4427
4426
  error: string;
4427
+ success: boolean;
4428
4428
  person?: z.objectOutputType<{
4429
4429
  id: z.ZodNumber;
4430
4430
  firstName: z.ZodOptional<z.ZodString>;
@@ -4464,8 +4464,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4464
4464
  }, z.ZodTypeAny, "passthrough"> | undefined;
4465
4465
  }, {
4466
4466
  operation: "get_person";
4467
- success: boolean;
4468
4467
  error: string;
4468
+ success: boolean;
4469
4469
  person?: z.objectInputType<{
4470
4470
  id: z.ZodNumber;
4471
4471
  firstName: z.ZodOptional<z.ZodString>;
@@ -4618,8 +4618,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4618
4618
  error: z.ZodString;
4619
4619
  }, "strip", z.ZodTypeAny, {
4620
4620
  operation: "create_person";
4621
- success: boolean;
4622
4621
  error: string;
4622
+ success: boolean;
4623
4623
  person?: z.objectOutputType<{
4624
4624
  id: z.ZodNumber;
4625
4625
  firstName: z.ZodOptional<z.ZodString>;
@@ -4659,8 +4659,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4659
4659
  }, z.ZodTypeAny, "passthrough"> | undefined;
4660
4660
  }, {
4661
4661
  operation: "create_person";
4662
- success: boolean;
4663
4662
  error: string;
4663
+ success: boolean;
4664
4664
  person?: z.objectInputType<{
4665
4665
  id: z.ZodNumber;
4666
4666
  firstName: z.ZodOptional<z.ZodString>;
@@ -4813,8 +4813,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4813
4813
  error: z.ZodString;
4814
4814
  }, "strip", z.ZodTypeAny, {
4815
4815
  operation: "update_person";
4816
- success: boolean;
4817
4816
  error: string;
4817
+ success: boolean;
4818
4818
  person?: z.objectOutputType<{
4819
4819
  id: z.ZodNumber;
4820
4820
  firstName: z.ZodOptional<z.ZodString>;
@@ -4854,8 +4854,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4854
4854
  }, z.ZodTypeAny, "passthrough"> | undefined;
4855
4855
  }, {
4856
4856
  operation: "update_person";
4857
- success: boolean;
4858
4857
  error: string;
4858
+ success: boolean;
4859
4859
  person?: z.objectInputType<{
4860
4860
  id: z.ZodNumber;
4861
4861
  firstName: z.ZodOptional<z.ZodString>;
@@ -4900,13 +4900,13 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4900
4900
  error: z.ZodString;
4901
4901
  }, "strip", z.ZodTypeAny, {
4902
4902
  operation: "delete_person";
4903
- success: boolean;
4904
4903
  error: string;
4904
+ success: boolean;
4905
4905
  deleted_id?: number | undefined;
4906
4906
  }, {
4907
4907
  operation: "delete_person";
4908
- success: boolean;
4909
4908
  error: string;
4909
+ success: boolean;
4910
4910
  deleted_id?: number | undefined;
4911
4911
  }>, z.ZodObject<{
4912
4912
  operation: z.ZodLiteral<"list_tasks">;
@@ -4955,8 +4955,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4955
4955
  error: z.ZodString;
4956
4956
  }, "strip", z.ZodTypeAny, {
4957
4957
  operation: "list_tasks";
4958
- success: boolean;
4959
4958
  error: string;
4959
+ success: boolean;
4960
4960
  tasks?: z.objectOutputType<{
4961
4961
  id: z.ZodNumber;
4962
4962
  personId: z.ZodOptional<z.ZodNumber>;
@@ -4974,8 +4974,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
4974
4974
  } | undefined;
4975
4975
  }, {
4976
4976
  operation: "list_tasks";
4977
- success: boolean;
4978
4977
  error: string;
4978
+ success: boolean;
4979
4979
  tasks?: z.objectInputType<{
4980
4980
  id: z.ZodNumber;
4981
4981
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5025,8 +5025,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5025
5025
  error: z.ZodString;
5026
5026
  }, "strip", z.ZodTypeAny, {
5027
5027
  operation: "get_task";
5028
- success: boolean;
5029
5028
  error: string;
5029
+ success: boolean;
5030
5030
  task?: z.objectOutputType<{
5031
5031
  id: z.ZodNumber;
5032
5032
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5039,8 +5039,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5039
5039
  }, z.ZodTypeAny, "passthrough"> | undefined;
5040
5040
  }, {
5041
5041
  operation: "get_task";
5042
- success: boolean;
5043
5042
  error: string;
5043
+ success: boolean;
5044
5044
  task?: z.objectInputType<{
5045
5045
  id: z.ZodNumber;
5046
5046
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5085,8 +5085,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5085
5085
  error: z.ZodString;
5086
5086
  }, "strip", z.ZodTypeAny, {
5087
5087
  operation: "create_task";
5088
- success: boolean;
5089
5088
  error: string;
5089
+ success: boolean;
5090
5090
  task?: z.objectOutputType<{
5091
5091
  id: z.ZodNumber;
5092
5092
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5099,8 +5099,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5099
5099
  }, z.ZodTypeAny, "passthrough"> | undefined;
5100
5100
  }, {
5101
5101
  operation: "create_task";
5102
- success: boolean;
5103
5102
  error: string;
5103
+ success: boolean;
5104
5104
  task?: z.objectInputType<{
5105
5105
  id: z.ZodNumber;
5106
5106
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5145,8 +5145,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5145
5145
  error: z.ZodString;
5146
5146
  }, "strip", z.ZodTypeAny, {
5147
5147
  operation: "update_task";
5148
- success: boolean;
5149
5148
  error: string;
5149
+ success: boolean;
5150
5150
  task?: z.objectOutputType<{
5151
5151
  id: z.ZodNumber;
5152
5152
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5159,8 +5159,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5159
5159
  }, z.ZodTypeAny, "passthrough"> | undefined;
5160
5160
  }, {
5161
5161
  operation: "update_task";
5162
- success: boolean;
5163
5162
  error: string;
5163
+ success: boolean;
5164
5164
  task?: z.objectInputType<{
5165
5165
  id: z.ZodNumber;
5166
5166
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5178,13 +5178,13 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5178
5178
  error: z.ZodString;
5179
5179
  }, "strip", z.ZodTypeAny, {
5180
5180
  operation: "delete_task";
5181
- success: boolean;
5182
5181
  error: string;
5182
+ success: boolean;
5183
5183
  deleted_id?: number | undefined;
5184
5184
  }, {
5185
5185
  operation: "delete_task";
5186
- success: boolean;
5187
5186
  error: string;
5187
+ success: boolean;
5188
5188
  deleted_id?: number | undefined;
5189
5189
  }>, z.ZodObject<{
5190
5190
  operation: z.ZodLiteral<"list_notes">;
@@ -5224,8 +5224,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5224
5224
  error: z.ZodString;
5225
5225
  }, "strip", z.ZodTypeAny, {
5226
5226
  operation: "list_notes";
5227
- success: boolean;
5228
5227
  error: string;
5228
+ success: boolean;
5229
5229
  _metadata?: {
5230
5230
  limit?: number | undefined;
5231
5231
  offset?: number | undefined;
@@ -5240,8 +5240,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5240
5240
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5241
5241
  }, {
5242
5242
  operation: "list_notes";
5243
- success: boolean;
5244
5243
  error: string;
5244
+ success: boolean;
5245
5245
  _metadata?: {
5246
5246
  limit?: number | undefined;
5247
5247
  offset?: number | undefined;
@@ -5279,8 +5279,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5279
5279
  error: z.ZodString;
5280
5280
  }, "strip", z.ZodTypeAny, {
5281
5281
  operation: "create_note";
5282
- success: boolean;
5283
5282
  error: string;
5283
+ success: boolean;
5284
5284
  note?: z.objectOutputType<{
5285
5285
  id: z.ZodNumber;
5286
5286
  personId: z.ZodNumber;
@@ -5290,8 +5290,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5290
5290
  }, z.ZodTypeAny, "passthrough"> | undefined;
5291
5291
  }, {
5292
5292
  operation: "create_note";
5293
- success: boolean;
5294
5293
  error: string;
5294
+ success: boolean;
5295
5295
  note?: z.objectInputType<{
5296
5296
  id: z.ZodNumber;
5297
5297
  personId: z.ZodNumber;
@@ -5324,8 +5324,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5324
5324
  error: z.ZodString;
5325
5325
  }, "strip", z.ZodTypeAny, {
5326
5326
  operation: "update_note";
5327
- success: boolean;
5328
5327
  error: string;
5328
+ success: boolean;
5329
5329
  note?: z.objectOutputType<{
5330
5330
  id: z.ZodNumber;
5331
5331
  personId: z.ZodNumber;
@@ -5335,8 +5335,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5335
5335
  }, z.ZodTypeAny, "passthrough"> | undefined;
5336
5336
  }, {
5337
5337
  operation: "update_note";
5338
- success: boolean;
5339
5338
  error: string;
5339
+ success: boolean;
5340
5340
  note?: z.objectInputType<{
5341
5341
  id: z.ZodNumber;
5342
5342
  personId: z.ZodNumber;
@@ -5351,13 +5351,13 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5351
5351
  error: z.ZodString;
5352
5352
  }, "strip", z.ZodTypeAny, {
5353
5353
  operation: "delete_note";
5354
- success: boolean;
5355
5354
  error: string;
5355
+ success: boolean;
5356
5356
  deleted_id?: number | undefined;
5357
5357
  }, {
5358
5358
  operation: "delete_note";
5359
- success: boolean;
5360
5359
  error: string;
5360
+ success: boolean;
5361
5361
  deleted_id?: number | undefined;
5362
5362
  }>, z.ZodObject<{
5363
5363
  operation: z.ZodLiteral<"list_deals">;
@@ -5403,8 +5403,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5403
5403
  error: z.ZodString;
5404
5404
  }, "strip", z.ZodTypeAny, {
5405
5405
  operation: "list_deals";
5406
- success: boolean;
5407
5406
  error: string;
5407
+ success: boolean;
5408
5408
  _metadata?: {
5409
5409
  limit?: number | undefined;
5410
5410
  offset?: number | undefined;
@@ -5421,8 +5421,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5421
5421
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5422
5422
  }, {
5423
5423
  operation: "list_deals";
5424
- success: boolean;
5425
5424
  error: string;
5425
+ success: boolean;
5426
5426
  _metadata?: {
5427
5427
  limit?: number | undefined;
5428
5428
  offset?: number | undefined;
@@ -5468,8 +5468,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5468
5468
  error: z.ZodString;
5469
5469
  }, "strip", z.ZodTypeAny, {
5470
5470
  operation: "get_deal";
5471
- success: boolean;
5472
5471
  error: string;
5472
+ success: boolean;
5473
5473
  deal?: z.objectOutputType<{
5474
5474
  id: z.ZodNumber;
5475
5475
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5481,8 +5481,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5481
5481
  }, z.ZodTypeAny, "passthrough"> | undefined;
5482
5482
  }, {
5483
5483
  operation: "get_deal";
5484
- success: boolean;
5485
5484
  error: string;
5485
+ success: boolean;
5486
5486
  deal?: z.objectInputType<{
5487
5487
  id: z.ZodNumber;
5488
5488
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5523,8 +5523,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5523
5523
  error: z.ZodString;
5524
5524
  }, "strip", z.ZodTypeAny, {
5525
5525
  operation: "create_deal";
5526
- success: boolean;
5527
5526
  error: string;
5527
+ success: boolean;
5528
5528
  deal?: z.objectOutputType<{
5529
5529
  id: z.ZodNumber;
5530
5530
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5536,8 +5536,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5536
5536
  }, z.ZodTypeAny, "passthrough"> | undefined;
5537
5537
  }, {
5538
5538
  operation: "create_deal";
5539
- success: boolean;
5540
5539
  error: string;
5540
+ success: boolean;
5541
5541
  deal?: z.objectInputType<{
5542
5542
  id: z.ZodNumber;
5543
5543
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5578,8 +5578,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5578
5578
  error: z.ZodString;
5579
5579
  }, "strip", z.ZodTypeAny, {
5580
5580
  operation: "update_deal";
5581
- success: boolean;
5582
5581
  error: string;
5582
+ success: boolean;
5583
5583
  deal?: z.objectOutputType<{
5584
5584
  id: z.ZodNumber;
5585
5585
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5591,8 +5591,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5591
5591
  }, z.ZodTypeAny, "passthrough"> | undefined;
5592
5592
  }, {
5593
5593
  operation: "update_deal";
5594
- success: boolean;
5595
5594
  error: string;
5595
+ success: boolean;
5596
5596
  deal?: z.objectInputType<{
5597
5597
  id: z.ZodNumber;
5598
5598
  personId: z.ZodOptional<z.ZodNumber>;
@@ -5757,8 +5757,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5757
5757
  error: z.ZodString;
5758
5758
  }, "strip", z.ZodTypeAny, {
5759
5759
  operation: "list_events";
5760
- success: boolean;
5761
5760
  error: string;
5761
+ success: boolean;
5762
5762
  events?: z.objectOutputType<{
5763
5763
  id: z.ZodOptional<z.ZodNumber>;
5764
5764
  type: z.ZodString;
@@ -5812,8 +5812,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
5812
5812
  } | undefined;
5813
5813
  }, {
5814
5814
  operation: "list_events";
5815
- success: boolean;
5816
5815
  error: string;
5816
+ success: boolean;
5817
5817
  events?: z.objectInputType<{
5818
5818
  id: z.ZodOptional<z.ZodNumber>;
5819
5819
  type: z.ZodString;
@@ -6007,8 +6007,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6007
6007
  error: z.ZodString;
6008
6008
  }, "strip", z.ZodTypeAny, {
6009
6009
  operation: "get_event";
6010
- success: boolean;
6011
6010
  error: string;
6011
+ success: boolean;
6012
6012
  event?: z.objectOutputType<{
6013
6013
  id: z.ZodOptional<z.ZodNumber>;
6014
6014
  type: z.ZodString;
@@ -6057,8 +6057,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6057
6057
  }, z.ZodTypeAny, "passthrough"> | undefined;
6058
6058
  }, {
6059
6059
  operation: "get_event";
6060
- success: boolean;
6061
6060
  error: string;
6061
+ success: boolean;
6062
6062
  event?: z.objectInputType<{
6063
6063
  id: z.ZodOptional<z.ZodNumber>;
6064
6064
  type: z.ZodString;
@@ -6247,8 +6247,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6247
6247
  error: z.ZodString;
6248
6248
  }, "strip", z.ZodTypeAny, {
6249
6249
  operation: "create_event";
6250
- success: boolean;
6251
6250
  error: string;
6251
+ success: boolean;
6252
6252
  event?: z.objectOutputType<{
6253
6253
  id: z.ZodOptional<z.ZodNumber>;
6254
6254
  type: z.ZodString;
@@ -6297,8 +6297,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6297
6297
  }, z.ZodTypeAny, "passthrough"> | undefined;
6298
6298
  }, {
6299
6299
  operation: "create_event";
6300
- success: boolean;
6301
6300
  error: string;
6301
+ success: boolean;
6302
6302
  event?: z.objectInputType<{
6303
6303
  id: z.ZodOptional<z.ZodNumber>;
6304
6304
  type: z.ZodString;
@@ -6386,8 +6386,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6386
6386
  error: z.ZodString;
6387
6387
  }, "strip", z.ZodTypeAny, {
6388
6388
  operation: "list_calls";
6389
- success: boolean;
6390
6389
  error: string;
6390
+ success: boolean;
6391
6391
  _metadata?: {
6392
6392
  limit?: number | undefined;
6393
6393
  offset?: number | undefined;
@@ -6403,8 +6403,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6403
6403
  }, z.ZodTypeAny, "passthrough">[] | undefined;
6404
6404
  }, {
6405
6405
  operation: "list_calls";
6406
- success: boolean;
6407
6406
  error: string;
6407
+ success: boolean;
6408
6408
  _metadata?: {
6409
6409
  limit?: number | undefined;
6410
6410
  offset?: number | undefined;
@@ -6446,8 +6446,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6446
6446
  error: z.ZodString;
6447
6447
  }, "strip", z.ZodTypeAny, {
6448
6448
  operation: "create_call";
6449
- success: boolean;
6450
6449
  error: string;
6450
+ success: boolean;
6451
6451
  call?: z.objectOutputType<{
6452
6452
  id: z.ZodNumber;
6453
6453
  personId: z.ZodNumber;
@@ -6458,8 +6458,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6458
6458
  }, z.ZodTypeAny, "passthrough"> | undefined;
6459
6459
  }, {
6460
6460
  operation: "create_call";
6461
- success: boolean;
6462
6461
  error: string;
6462
+ success: boolean;
6463
6463
  call?: z.objectInputType<{
6464
6464
  id: z.ZodNumber;
6465
6465
  personId: z.ZodNumber;
@@ -6512,8 +6512,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6512
6512
  error: z.ZodString;
6513
6513
  }, "strip", z.ZodTypeAny, {
6514
6514
  operation: "list_appointments";
6515
- success: boolean;
6516
6515
  error: string;
6516
+ success: boolean;
6517
6517
  _metadata?: {
6518
6518
  limit?: number | undefined;
6519
6519
  offset?: number | undefined;
@@ -6530,8 +6530,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6530
6530
  }, z.ZodTypeAny, "passthrough">[] | undefined;
6531
6531
  }, {
6532
6532
  operation: "list_appointments";
6533
- success: boolean;
6534
6533
  error: string;
6534
+ success: boolean;
6535
6535
  _metadata?: {
6536
6536
  limit?: number | undefined;
6537
6537
  offset?: number | undefined;
@@ -6577,8 +6577,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6577
6577
  error: z.ZodString;
6578
6578
  }, "strip", z.ZodTypeAny, {
6579
6579
  operation: "create_appointment";
6580
- success: boolean;
6581
6580
  error: string;
6581
+ success: boolean;
6582
6582
  appointment?: z.objectOutputType<{
6583
6583
  id: z.ZodNumber;
6584
6584
  personId: z.ZodOptional<z.ZodNumber>;
@@ -6590,8 +6590,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6590
6590
  }, z.ZodTypeAny, "passthrough"> | undefined;
6591
6591
  }, {
6592
6592
  operation: "create_appointment";
6593
- success: boolean;
6594
6593
  error: string;
6594
+ success: boolean;
6595
6595
  appointment?: z.objectInputType<{
6596
6596
  id: z.ZodNumber;
6597
6597
  personId: z.ZodOptional<z.ZodNumber>;
@@ -6623,8 +6623,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6623
6623
  error: z.ZodString;
6624
6624
  }, "strip", z.ZodTypeAny, {
6625
6625
  operation: "list_webhooks";
6626
- success: boolean;
6627
6626
  error: string;
6627
+ success: boolean;
6628
6628
  webhooks?: z.objectOutputType<{
6629
6629
  id: z.ZodNumber;
6630
6630
  event: z.ZodString;
@@ -6633,8 +6633,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6633
6633
  }, z.ZodTypeAny, "passthrough">[] | undefined;
6634
6634
  }, {
6635
6635
  operation: "list_webhooks";
6636
- success: boolean;
6637
6636
  error: string;
6637
+ success: boolean;
6638
6638
  webhooks?: z.objectInputType<{
6639
6639
  id: z.ZodNumber;
6640
6640
  event: z.ZodString;
@@ -6663,8 +6663,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6663
6663
  error: z.ZodString;
6664
6664
  }, "strip", z.ZodTypeAny, {
6665
6665
  operation: "get_webhook";
6666
- success: boolean;
6667
6666
  error: string;
6667
+ success: boolean;
6668
6668
  webhook?: z.objectOutputType<{
6669
6669
  id: z.ZodNumber;
6670
6670
  event: z.ZodString;
@@ -6673,8 +6673,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6673
6673
  }, z.ZodTypeAny, "passthrough"> | undefined;
6674
6674
  }, {
6675
6675
  operation: "get_webhook";
6676
- success: boolean;
6677
6676
  error: string;
6677
+ success: boolean;
6678
6678
  webhook?: z.objectInputType<{
6679
6679
  id: z.ZodNumber;
6680
6680
  event: z.ZodString;
@@ -6703,8 +6703,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6703
6703
  error: z.ZodString;
6704
6704
  }, "strip", z.ZodTypeAny, {
6705
6705
  operation: "create_webhook";
6706
- success: boolean;
6707
6706
  error: string;
6707
+ success: boolean;
6708
6708
  webhook?: z.objectOutputType<{
6709
6709
  id: z.ZodNumber;
6710
6710
  event: z.ZodString;
@@ -6713,8 +6713,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6713
6713
  }, z.ZodTypeAny, "passthrough"> | undefined;
6714
6714
  }, {
6715
6715
  operation: "create_webhook";
6716
- success: boolean;
6717
6716
  error: string;
6717
+ success: boolean;
6718
6718
  webhook?: z.objectInputType<{
6719
6719
  id: z.ZodNumber;
6720
6720
  event: z.ZodString;
@@ -6743,8 +6743,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6743
6743
  error: z.ZodString;
6744
6744
  }, "strip", z.ZodTypeAny, {
6745
6745
  operation: "update_webhook";
6746
- success: boolean;
6747
6746
  error: string;
6747
+ success: boolean;
6748
6748
  webhook?: z.objectOutputType<{
6749
6749
  id: z.ZodNumber;
6750
6750
  event: z.ZodString;
@@ -6753,8 +6753,8 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6753
6753
  }, z.ZodTypeAny, "passthrough"> | undefined;
6754
6754
  }, {
6755
6755
  operation: "update_webhook";
6756
- success: boolean;
6757
6756
  error: string;
6757
+ success: boolean;
6758
6758
  webhook?: z.objectInputType<{
6759
6759
  id: z.ZodNumber;
6760
6760
  event: z.ZodString;
@@ -6768,13 +6768,13 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
6768
6768
  error: z.ZodString;
6769
6769
  }, "strip", z.ZodTypeAny, {
6770
6770
  operation: "delete_webhook";
6771
- success: boolean;
6772
6771
  error: string;
6772
+ success: boolean;
6773
6773
  deleted_id?: number | undefined;
6774
6774
  }, {
6775
6775
  operation: "delete_webhook";
6776
- success: boolean;
6777
6776
  error: string;
6777
+ success: boolean;
6778
6778
  deleted_id?: number | undefined;
6779
6779
  }>]>;
6780
6780
  static readonly shortDescription = "Follow Up Boss CRM integration";