@bubblelab/bubble-core 0.1.278 → 0.1.280

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 (167) hide show
  1. package/dist/bubble-bundle.d.ts +178 -157
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +3 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubble-trigger/index.d.ts +2 -0
  6. package/dist/bubble-trigger/index.d.ts.map +1 -0
  7. package/dist/bubble-trigger/index.js +2 -0
  8. package/dist/bubble-trigger/index.js.map +1 -0
  9. package/dist/bubble-trigger/types.d.ts +87 -0
  10. package/dist/bubble-trigger/types.d.ts.map +1 -0
  11. package/dist/bubble-trigger/types.js +14 -0
  12. package/dist/bubble-trigger/types.js.map +1 -0
  13. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  14. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  15. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  16. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  18. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  20. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  21. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  22. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  23. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  25. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
  27. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  28. package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
  29. package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
  30. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  31. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
  32. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +8 -8
  33. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  35. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  36. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  37. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  38. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  39. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  40. package/dist/bubbles/service-bubble/discord/discord.d.ts +12 -12
  41. package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
  43. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  44. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  45. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  46. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  47. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  48. package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
  49. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/google-sheets.js +904 -0
  51. package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
  52. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  53. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  54. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  55. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  56. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  57. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  58. package/dist/bubbles/service-bubble/looker/index.d.ts +3 -0
  59. package/dist/bubbles/service-bubble/looker/index.d.ts.map +1 -0
  60. package/dist/bubbles/service-bubble/looker/index.js +3 -0
  61. package/dist/bubbles/service-bubble/looker/index.js.map +1 -0
  62. package/dist/bubbles/service-bubble/looker/looker.d.ts +768 -0
  63. package/dist/bubbles/service-bubble/looker/looker.d.ts.map +1 -0
  64. package/dist/bubbles/service-bubble/looker/looker.js +319 -0
  65. package/dist/bubbles/service-bubble/looker/looker.js.map +1 -0
  66. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts +735 -0
  67. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts.map +1 -0
  68. package/dist/bubbles/service-bubble/looker/looker.schema.js +264 -0
  69. package/dist/bubbles/service-bubble/looker/looker.schema.js.map +1 -0
  70. package/dist/bubbles/service-bubble/metabase/index.d.ts +4 -0
  71. package/dist/bubbles/service-bubble/metabase/index.d.ts.map +1 -0
  72. package/dist/bubbles/service-bubble/metabase/index.js +4 -0
  73. package/dist/bubbles/service-bubble/metabase/index.js.map +1 -0
  74. package/dist/bubbles/service-bubble/metabase/metabase.d.ts +746 -0
  75. package/dist/bubbles/service-bubble/metabase/metabase.d.ts.map +1 -0
  76. package/dist/bubbles/service-bubble/metabase/metabase.js +221 -0
  77. package/dist/bubbles/service-bubble/metabase/metabase.js.map +1 -0
  78. package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +1125 -0
  79. package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts.map +1 -0
  80. package/dist/bubbles/service-bubble/metabase/metabase.schema.js +222 -0
  81. package/dist/bubbles/service-bubble/metabase/metabase.schema.js.map +1 -0
  82. package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts +15 -0
  83. package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts.map +1 -0
  84. package/dist/bubbles/service-bubble/metabase/metabase.utils.js +32 -0
  85. package/dist/bubbles/service-bubble/metabase/metabase.utils.js.map +1 -0
  86. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  87. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
  88. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  89. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  90. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  91. package/dist/bubbles/service-bubble/pylon/index.d.ts +3 -0
  92. package/dist/bubbles/service-bubble/pylon/index.d.ts.map +1 -0
  93. package/dist/bubbles/service-bubble/pylon/index.js +3 -0
  94. package/dist/bubbles/service-bubble/pylon/index.js.map +1 -0
  95. package/dist/bubbles/service-bubble/pylon/pylon.d.ts +435 -0
  96. package/dist/bubbles/service-bubble/pylon/pylon.d.ts.map +1 -0
  97. package/dist/bubbles/service-bubble/pylon/pylon.js +375 -0
  98. package/dist/bubbles/service-bubble/pylon/pylon.js.map +1 -0
  99. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts +408 -0
  100. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts.map +1 -0
  101. package/dist/bubbles/service-bubble/pylon/pylon.schema.js +249 -0
  102. package/dist/bubbles/service-bubble/pylon/pylon.schema.js.map +1 -0
  103. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  104. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  105. package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
  106. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
  107. package/dist/bubbles/service-bubble/slack.js +1536 -0
  108. package/dist/bubbles/service-bubble/slack.js.map +1 -0
  109. package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
  110. package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
  111. package/dist/bubbles/service-bubble/sortly/sortly.d.ts +36 -36
  112. package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
  113. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  114. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  115. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  116. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  117. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  118. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  119. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  120. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  121. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  122. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  123. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  124. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  125. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
  126. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
  127. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
  128. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
  129. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +160 -0
  130. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
  131. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +706 -0
  132. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
  133. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
  134. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
  135. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +50 -0
  136. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
  137. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  138. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  139. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  140. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  141. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  142. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  143. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  144. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  145. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  146. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +114 -0
  147. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -0
  148. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +777 -0
  149. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -0
  150. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  151. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  152. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  153. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  154. package/dist/bubbles.json +510 -2
  155. package/dist/index.d.ts +1 -0
  156. package/dist/index.d.ts.map +1 -1
  157. package/dist/index.js +1 -0
  158. package/dist/index.js.map +1 -1
  159. package/dist/types/ai-models.d.ts +4 -0
  160. package/dist/types/ai-models.d.ts.map +1 -0
  161. package/dist/types/ai-models.js +16 -0
  162. package/dist/types/ai-models.js.map +1 -0
  163. package/dist/utils/param-helper.d.ts +2 -0
  164. package/dist/utils/param-helper.d.ts.map +1 -0
  165. package/dist/utils/param-helper.js +5 -0
  166. package/dist/utils/param-helper.js.map +1 -0
  167. package/package.json +2 -2
@@ -15,11 +15,11 @@ export declare const SortlyItemSchema: z.ZodObject<{
15
15
  id: z.ZodNumber;
16
16
  url: z.ZodString;
17
17
  }, "strip", z.ZodTypeAny, {
18
- id: number;
19
18
  url: string;
20
- }, {
21
19
  id: number;
20
+ }, {
22
21
  url: string;
22
+ id: number;
23
23
  }>, "many">>>;
24
24
  custom_attribute_values: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
25
25
  id: z.ZodNumber;
@@ -50,8 +50,8 @@ export declare const SortlyItemSchema: z.ZodObject<{
50
50
  sid?: string | null | undefined;
51
51
  tag_names?: string[] | null | undefined;
52
52
  photos?: {
53
- id: number;
54
53
  url: string;
54
+ id: number;
55
55
  }[] | null | undefined;
56
56
  custom_attribute_values?: {
57
57
  id: number;
@@ -72,8 +72,8 @@ export declare const SortlyItemSchema: z.ZodObject<{
72
72
  sid?: string | null | undefined;
73
73
  tag_names?: string[] | null | undefined;
74
74
  photos?: {
75
- id: number;
76
75
  url: string;
76
+ id: number;
77
77
  }[] | null | undefined;
78
78
  custom_attribute_values?: {
79
79
  id: number;
@@ -272,11 +272,11 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
272
272
  id: z.ZodNumber;
273
273
  url: z.ZodString;
274
274
  }, "strip", z.ZodTypeAny, {
275
- id: number;
276
275
  url: string;
277
- }, {
278
276
  id: number;
277
+ }, {
279
278
  url: string;
279
+ id: number;
280
280
  }>, "many">>>;
281
281
  custom_attribute_values: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
282
282
  id: z.ZodNumber;
@@ -307,8 +307,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
307
307
  sid?: string | null | undefined;
308
308
  tag_names?: string[] | null | undefined;
309
309
  photos?: {
310
- id: number;
311
310
  url: string;
311
+ id: number;
312
312
  }[] | null | undefined;
313
313
  custom_attribute_values?: {
314
314
  id: number;
@@ -329,8 +329,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
329
329
  sid?: string | null | undefined;
330
330
  tag_names?: string[] | null | undefined;
331
331
  photos?: {
332
- id: number;
333
332
  url: string;
333
+ id: number;
334
334
  }[] | null | undefined;
335
335
  custom_attribute_values?: {
336
336
  id: number;
@@ -360,8 +360,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
360
360
  sid?: string | null | undefined;
361
361
  tag_names?: string[] | null | undefined;
362
362
  photos?: {
363
- id: number;
364
363
  url: string;
364
+ id: number;
365
365
  }[] | null | undefined;
366
366
  custom_attribute_values?: {
367
367
  id: number;
@@ -390,8 +390,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
390
390
  sid?: string | null | undefined;
391
391
  tag_names?: string[] | null | undefined;
392
392
  photos?: {
393
- id: number;
394
393
  url: string;
394
+ id: number;
395
395
  }[] | null | undefined;
396
396
  custom_attribute_values?: {
397
397
  id: number;
@@ -420,11 +420,11 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
420
420
  id: z.ZodNumber;
421
421
  url: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
- id: number;
424
423
  url: string;
425
- }, {
426
424
  id: number;
425
+ }, {
427
426
  url: string;
427
+ id: number;
428
428
  }>, "many">>>;
429
429
  custom_attribute_values: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
430
430
  id: z.ZodNumber;
@@ -455,8 +455,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
455
455
  sid?: string | null | undefined;
456
456
  tag_names?: string[] | null | undefined;
457
457
  photos?: {
458
- id: number;
459
458
  url: string;
459
+ id: number;
460
460
  }[] | null | undefined;
461
461
  custom_attribute_values?: {
462
462
  id: number;
@@ -477,8 +477,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
477
477
  sid?: string | null | undefined;
478
478
  tag_names?: string[] | null | undefined;
479
479
  photos?: {
480
- id: number;
481
480
  url: string;
481
+ id: number;
482
482
  }[] | null | undefined;
483
483
  custom_attribute_values?: {
484
484
  id: number;
@@ -505,8 +505,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
505
505
  sid?: string | null | undefined;
506
506
  tag_names?: string[] | null | undefined;
507
507
  photos?: {
508
- id: number;
509
508
  url: string;
509
+ id: number;
510
510
  }[] | null | undefined;
511
511
  custom_attribute_values?: {
512
512
  id: number;
@@ -532,8 +532,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
532
532
  sid?: string | null | undefined;
533
533
  tag_names?: string[] | null | undefined;
534
534
  photos?: {
535
- id: number;
536
535
  url: string;
536
+ id: number;
537
537
  }[] | null | undefined;
538
538
  custom_attribute_values?: {
539
539
  id: number;
@@ -559,11 +559,11 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
559
559
  id: z.ZodNumber;
560
560
  url: z.ZodString;
561
561
  }, "strip", z.ZodTypeAny, {
562
- id: number;
563
562
  url: string;
564
- }, {
565
563
  id: number;
564
+ }, {
566
565
  url: string;
566
+ id: number;
567
567
  }>, "many">>>;
568
568
  custom_attribute_values: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
569
569
  id: z.ZodNumber;
@@ -594,8 +594,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
594
594
  sid?: string | null | undefined;
595
595
  tag_names?: string[] | null | undefined;
596
596
  photos?: {
597
- id: number;
598
597
  url: string;
598
+ id: number;
599
599
  }[] | null | undefined;
600
600
  custom_attribute_values?: {
601
601
  id: number;
@@ -616,8 +616,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
616
616
  sid?: string | null | undefined;
617
617
  tag_names?: string[] | null | undefined;
618
618
  photos?: {
619
- id: number;
620
619
  url: string;
620
+ id: number;
621
621
  }[] | null | undefined;
622
622
  custom_attribute_values?: {
623
623
  id: number;
@@ -644,8 +644,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
644
644
  sid?: string | null | undefined;
645
645
  tag_names?: string[] | null | undefined;
646
646
  photos?: {
647
- id: number;
648
647
  url: string;
648
+ id: number;
649
649
  }[] | null | undefined;
650
650
  custom_attribute_values?: {
651
651
  id: number;
@@ -671,8 +671,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
671
671
  sid?: string | null | undefined;
672
672
  tag_names?: string[] | null | undefined;
673
673
  photos?: {
674
- id: number;
675
674
  url: string;
675
+ id: number;
676
676
  }[] | null | undefined;
677
677
  custom_attribute_values?: {
678
678
  id: number;
@@ -698,11 +698,11 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
698
698
  id: z.ZodNumber;
699
699
  url: z.ZodString;
700
700
  }, "strip", z.ZodTypeAny, {
701
- id: number;
702
701
  url: string;
703
- }, {
704
702
  id: number;
703
+ }, {
705
704
  url: string;
705
+ id: number;
706
706
  }>, "many">>>;
707
707
  custom_attribute_values: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
708
708
  id: z.ZodNumber;
@@ -733,8 +733,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
733
733
  sid?: string | null | undefined;
734
734
  tag_names?: string[] | null | undefined;
735
735
  photos?: {
736
- id: number;
737
736
  url: string;
737
+ id: number;
738
738
  }[] | null | undefined;
739
739
  custom_attribute_values?: {
740
740
  id: number;
@@ -755,8 +755,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
755
755
  sid?: string | null | undefined;
756
756
  tag_names?: string[] | null | undefined;
757
757
  photos?: {
758
- id: number;
759
758
  url: string;
759
+ id: number;
760
760
  }[] | null | undefined;
761
761
  custom_attribute_values?: {
762
762
  id: number;
@@ -783,8 +783,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
783
783
  sid?: string | null | undefined;
784
784
  tag_names?: string[] | null | undefined;
785
785
  photos?: {
786
- id: number;
787
786
  url: string;
787
+ id: number;
788
788
  }[] | null | undefined;
789
789
  custom_attribute_values?: {
790
790
  id: number;
@@ -810,8 +810,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
810
810
  sid?: string | null | undefined;
811
811
  tag_names?: string[] | null | undefined;
812
812
  photos?: {
813
- id: number;
814
813
  url: string;
814
+ id: number;
815
815
  }[] | null | undefined;
816
816
  custom_attribute_values?: {
817
817
  id: number;
@@ -849,11 +849,11 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
849
849
  id: z.ZodNumber;
850
850
  url: z.ZodString;
851
851
  }, "strip", z.ZodTypeAny, {
852
- id: number;
853
852
  url: string;
854
- }, {
855
853
  id: number;
854
+ }, {
856
855
  url: string;
856
+ id: number;
857
857
  }>, "many">>>;
858
858
  custom_attribute_values: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
859
859
  id: z.ZodNumber;
@@ -884,8 +884,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
884
884
  sid?: string | null | undefined;
885
885
  tag_names?: string[] | null | undefined;
886
886
  photos?: {
887
- id: number;
888
887
  url: string;
888
+ id: number;
889
889
  }[] | null | undefined;
890
890
  custom_attribute_values?: {
891
891
  id: number;
@@ -906,8 +906,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
906
906
  sid?: string | null | undefined;
907
907
  tag_names?: string[] | null | undefined;
908
908
  photos?: {
909
- id: number;
910
909
  url: string;
910
+ id: number;
911
911
  }[] | null | undefined;
912
912
  custom_attribute_values?: {
913
913
  id: number;
@@ -937,8 +937,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
937
937
  sid?: string | null | undefined;
938
938
  tag_names?: string[] | null | undefined;
939
939
  photos?: {
940
- id: number;
941
940
  url: string;
941
+ id: number;
942
942
  }[] | null | undefined;
943
943
  custom_attribute_values?: {
944
944
  id: number;
@@ -967,8 +967,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
967
967
  sid?: string | null | undefined;
968
968
  tag_names?: string[] | null | undefined;
969
969
  photos?: {
970
- id: number;
971
970
  url: string;
971
+ id: number;
972
972
  }[] | null | undefined;
973
973
  custom_attribute_values?: {
974
974
  id: number;
@@ -997,11 +997,11 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
997
997
  id: z.ZodNumber;
998
998
  url: z.ZodString;
999
999
  }, "strip", z.ZodTypeAny, {
1000
- id: number;
1001
1000
  url: string;
1002
- }, {
1003
1001
  id: number;
1002
+ }, {
1004
1003
  url: string;
1004
+ id: number;
1005
1005
  }>, "many">>>;
1006
1006
  custom_attribute_values: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodObject<{
1007
1007
  id: z.ZodNumber;
@@ -1032,8 +1032,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1032
1032
  sid?: string | null | undefined;
1033
1033
  tag_names?: string[] | null | undefined;
1034
1034
  photos?: {
1035
- id: number;
1036
1035
  url: string;
1036
+ id: number;
1037
1037
  }[] | null | undefined;
1038
1038
  custom_attribute_values?: {
1039
1039
  id: number;
@@ -1054,8 +1054,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1054
1054
  sid?: string | null | undefined;
1055
1055
  tag_names?: string[] | null | undefined;
1056
1056
  photos?: {
1057
- id: number;
1058
1057
  url: string;
1058
+ id: number;
1059
1059
  }[] | null | undefined;
1060
1060
  custom_attribute_values?: {
1061
1061
  id: number;
@@ -1082,8 +1082,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1082
1082
  sid?: string | null | undefined;
1083
1083
  tag_names?: string[] | null | undefined;
1084
1084
  photos?: {
1085
- id: number;
1086
1085
  url: string;
1086
+ id: number;
1087
1087
  }[] | null | undefined;
1088
1088
  custom_attribute_values?: {
1089
1089
  id: number;
@@ -1109,8 +1109,8 @@ export declare const SortlyResultSchema: z.ZodDiscriminatedUnion<"operation", [z
1109
1109
  sid?: string | null | undefined;
1110
1110
  tag_names?: string[] | null | undefined;
1111
1111
  photos?: {
1112
- id: number;
1113
1112
  url: string;
1113
+ id: number;
1114
1114
  }[] | null | undefined;
1115
1115
  custom_attribute_values?: {
1116
1116
  id: number;
@@ -46,15 +46,15 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
46
46
  }, "strip", import("zod").ZodTypeAny, {
47
47
  name: string;
48
48
  operation: "create_customer";
49
+ email?: string | undefined;
49
50
  credentials?: Partial<Record<CredentialType, string>> | undefined;
50
51
  metadata?: Record<string, string> | undefined;
51
- email?: string | undefined;
52
52
  }, {
53
53
  name: string;
54
54
  operation: "create_customer";
55
+ email?: string | undefined;
55
56
  credentials?: Partial<Record<CredentialType, string>> | undefined;
56
57
  metadata?: Record<string, string> | undefined;
57
- email?: string | undefined;
58
58
  }>, import("zod").ZodObject<{
59
59
  operation: import("zod").ZodLiteral<"list_customers">;
60
60
  limit: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
@@ -64,13 +64,13 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
64
64
  }, "strip", import("zod").ZodTypeAny, {
65
65
  operation: "list_customers";
66
66
  limit: number;
67
- credentials?: Partial<Record<CredentialType, string>> | undefined;
68
67
  email?: string | undefined;
68
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
69
69
  cursor?: string | undefined;
70
70
  }, {
71
71
  operation: "list_customers";
72
- credentials?: Partial<Record<CredentialType, string>> | undefined;
73
72
  email?: string | undefined;
73
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
74
74
  limit?: number | undefined;
75
75
  cursor?: string | undefined;
76
76
  }>, import("zod").ZodObject<{
@@ -443,14 +443,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
443
443
  id: string;
444
444
  created: number;
445
445
  name?: string | null | undefined;
446
- metadata?: Record<string, string> | undefined;
447
446
  email?: string | null | undefined;
447
+ metadata?: Record<string, string> | undefined;
448
448
  }, {
449
449
  id: string;
450
450
  created: number;
451
451
  name?: string | null | undefined;
452
- metadata?: Record<string, string> | undefined;
453
452
  email?: string | null | undefined;
453
+ metadata?: Record<string, string> | undefined;
454
454
  }>>;
455
455
  error: import("zod").ZodString;
456
456
  }, "strip", import("zod").ZodTypeAny, {
@@ -461,8 +461,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
461
461
  id: string;
462
462
  created: number;
463
463
  name?: string | null | undefined;
464
- metadata?: Record<string, string> | undefined;
465
464
  email?: string | null | undefined;
465
+ metadata?: Record<string, string> | undefined;
466
466
  } | undefined;
467
467
  }, {
468
468
  error: string;
@@ -472,8 +472,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
472
472
  id: string;
473
473
  created: number;
474
474
  name?: string | null | undefined;
475
- metadata?: Record<string, string> | undefined;
476
475
  email?: string | null | undefined;
476
+ metadata?: Record<string, string> | undefined;
477
477
  } | undefined;
478
478
  }>, import("zod").ZodObject<{
479
479
  operation: import("zod").ZodLiteral<"list_customers">;
@@ -488,14 +488,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
488
488
  id: string;
489
489
  created: number;
490
490
  name?: string | null | undefined;
491
- metadata?: Record<string, string> | undefined;
492
491
  email?: string | null | undefined;
492
+ metadata?: Record<string, string> | undefined;
493
493
  }, {
494
494
  id: string;
495
495
  created: number;
496
496
  name?: string | null | undefined;
497
- metadata?: Record<string, string> | undefined;
498
497
  email?: string | null | undefined;
498
+ metadata?: Record<string, string> | undefined;
499
499
  }>, "many">>;
500
500
  has_more: import("zod").ZodOptional<import("zod").ZodBoolean>;
501
501
  next_cursor: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
@@ -510,8 +510,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
510
510
  id: string;
511
511
  created: number;
512
512
  name?: string | null | undefined;
513
- metadata?: Record<string, string> | undefined;
514
513
  email?: string | null | undefined;
514
+ metadata?: Record<string, string> | undefined;
515
515
  }[] | undefined;
516
516
  }, {
517
517
  error: string;
@@ -523,8 +523,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
523
523
  id: string;
524
524
  created: number;
525
525
  name?: string | null | undefined;
526
- metadata?: Record<string, string> | undefined;
527
526
  email?: string | null | undefined;
527
+ metadata?: Record<string, string> | undefined;
528
528
  }[] | undefined;
529
529
  }>, import("zod").ZodObject<{
530
530
  operation: import("zod").ZodLiteral<"retrieve_customer">;
@@ -539,14 +539,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
539
539
  id: string;
540
540
  created: number;
541
541
  name?: string | null | undefined;
542
- metadata?: Record<string, string> | undefined;
543
542
  email?: string | null | undefined;
543
+ metadata?: Record<string, string> | undefined;
544
544
  }, {
545
545
  id: string;
546
546
  created: number;
547
547
  name?: string | null | undefined;
548
- metadata?: Record<string, string> | undefined;
549
548
  email?: string | null | undefined;
549
+ metadata?: Record<string, string> | undefined;
550
550
  }>>;
551
551
  deleted: import("zod").ZodOptional<import("zod").ZodBoolean>;
552
552
  error: import("zod").ZodString;
@@ -559,8 +559,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
559
559
  id: string;
560
560
  created: number;
561
561
  name?: string | null | undefined;
562
- metadata?: Record<string, string> | undefined;
563
562
  email?: string | null | undefined;
563
+ metadata?: Record<string, string> | undefined;
564
564
  } | undefined;
565
565
  }, {
566
566
  error: string;
@@ -571,8 +571,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
571
571
  id: string;
572
572
  created: number;
573
573
  name?: string | null | undefined;
574
- metadata?: Record<string, string> | undefined;
575
574
  email?: string | null | undefined;
575
+ metadata?: Record<string, string> | undefined;
576
576
  } | undefined;
577
577
  }>, import("zod").ZodObject<{
578
578
  operation: import("zod").ZodLiteral<"create_product">;
@@ -804,14 +804,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
804
804
  created: import("zod").ZodOptional<import("zod").ZodNumber>;
805
805
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
806
806
  }, "strip", import("zod").ZodTypeAny, {
807
- id: string;
808
807
  url: string;
808
+ id: string;
809
809
  active: boolean;
810
810
  metadata?: Record<string, string> | undefined;
811
811
  created?: number | undefined;
812
812
  }, {
813
- id: string;
814
813
  url: string;
814
+ id: string;
815
815
  active: boolean;
816
816
  metadata?: Record<string, string> | undefined;
817
817
  created?: number | undefined;
@@ -822,8 +822,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
822
822
  success: boolean;
823
823
  operation: "create_payment_link";
824
824
  payment_link?: {
825
- id: string;
826
825
  url: string;
826
+ id: string;
827
827
  active: boolean;
828
828
  metadata?: Record<string, string> | undefined;
829
829
  created?: number | undefined;
@@ -833,8 +833,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
833
833
  success: boolean;
834
834
  operation: "create_payment_link";
835
835
  payment_link?: {
836
- id: string;
837
836
  url: string;
837
+ id: string;
838
838
  active: boolean;
839
839
  metadata?: Record<string, string> | undefined;
840
840
  created?: number | undefined;
@@ -1522,14 +1522,14 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1522
1522
  created: import("zod").ZodOptional<import("zod").ZodNumber>;
1523
1523
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
1524
1524
  }, "strip", import("zod").ZodTypeAny, {
1525
- id: string;
1526
1525
  url: string;
1526
+ id: string;
1527
1527
  active: boolean;
1528
1528
  metadata?: Record<string, string> | undefined;
1529
1529
  created?: number | undefined;
1530
1530
  }, {
1531
- id: string;
1532
1531
  url: string;
1532
+ id: string;
1533
1533
  active: boolean;
1534
1534
  metadata?: Record<string, string> | undefined;
1535
1535
  created?: number | undefined;
@@ -1540,8 +1540,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1540
1540
  success: boolean;
1541
1541
  operation: "list_payment_links";
1542
1542
  payment_links?: {
1543
- id: string;
1544
1543
  url: string;
1544
+ id: string;
1545
1545
  active: boolean;
1546
1546
  metadata?: Record<string, string> | undefined;
1547
1547
  created?: number | undefined;
@@ -1551,8 +1551,8 @@ export declare class StripeBubble<T extends StripeParamsInput = StripeParamsInpu
1551
1551
  success: boolean;
1552
1552
  operation: "list_payment_links";
1553
1553
  payment_links?: {
1554
- id: string;
1555
1554
  url: string;
1555
+ id: string;
1556
1556
  active: boolean;
1557
1557
  metadata?: Record<string, string> | undefined;
1558
1558
  created?: number | undefined;