@bubblelab/bubble-core 0.1.286 → 0.1.287

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 (91) hide show
  1. package/dist/bubble-bundle.d.ts +137 -137
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +17 -0
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  8. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  15. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  16. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
  19. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  20. package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
  21. package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
  22. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  23. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
  24. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  26. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  27. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  28. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  29. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  30. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/capability-pipeline.js +10 -0
  32. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  33. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  34. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  35. package/dist/bubbles/service-bubble/discord/discord.d.ts +12 -12
  36. package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
  37. package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
  38. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  40. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  41. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  42. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  43. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  44. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  45. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  46. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  48. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  49. package/dist/bubbles/service-bubble/metabase/metabase.d.ts +2 -2
  50. package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +2 -2
  51. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  52. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
  53. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  54. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  55. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  56. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  57. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  58. package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
  59. package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
  60. package/dist/bubbles/service-bubble/sortly/sortly.d.ts +36 -36
  61. package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
  62. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  63. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  64. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  65. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  66. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  67. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  68. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  70. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  72. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  74. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  75. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  76. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  77. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  78. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  79. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  80. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  81. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  83. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  84. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  85. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  86. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  87. package/dist/bubbles.json +1 -1
  88. package/dist/capabilities/define-capability.d.ts +7 -0
  89. package/dist/capabilities/define-capability.d.ts.map +1 -1
  90. package/dist/capabilities/define-capability.js.map +1 -1
  91. package/package.json +2 -2
@@ -43,17 +43,17 @@ export declare class SnowflakeBubble<T extends SnowflakeParamsInput = SnowflakeP
43
43
  timeout: number;
44
44
  operation: "execute_sql";
45
45
  statement: string;
46
- credentials?: Partial<Record<CredentialType, string>> | undefined;
47
46
  schema?: string | undefined;
47
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
48
48
  role?: string | undefined;
49
49
  database?: string | undefined;
50
50
  warehouse?: string | undefined;
51
51
  }, {
52
52
  operation: "execute_sql";
53
53
  statement: string;
54
+ schema?: string | undefined;
54
55
  credentials?: Partial<Record<CredentialType, string>> | undefined;
55
56
  timeout?: number | undefined;
56
- schema?: string | undefined;
57
57
  role?: string | undefined;
58
58
  database?: string | undefined;
59
59
  warehouse?: string | undefined;
@@ -100,15 +100,15 @@ export declare class SnowflakeBubble<T extends SnowflakeParamsInput = SnowflakeP
100
100
  table: import("zod").ZodString;
101
101
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
102
102
  }, "strip", import("zod").ZodTypeAny, {
103
- table: string;
104
103
  schema: string;
105
104
  operation: "describe_table";
105
+ table: string;
106
106
  database: string;
107
107
  credentials?: Partial<Record<CredentialType, string>> | undefined;
108
108
  }, {
109
- table: string;
110
109
  schema: string;
111
110
  operation: "describe_table";
111
+ table: string;
112
112
  database: string;
113
113
  credentials?: Partial<Record<CredentialType, string>> | undefined;
114
114
  }>]>;
@@ -26,17 +26,17 @@ export declare const SnowflakeParamsSchema: z.ZodDiscriminatedUnion<"operation",
26
26
  timeout: number;
27
27
  operation: "execute_sql";
28
28
  statement: string;
29
- credentials?: Partial<Record<CredentialType, string>> | undefined;
30
29
  schema?: string | undefined;
30
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
31
31
  role?: string | undefined;
32
32
  database?: string | undefined;
33
33
  warehouse?: string | undefined;
34
34
  }, {
35
35
  operation: "execute_sql";
36
36
  statement: string;
37
+ schema?: string | undefined;
37
38
  credentials?: Partial<Record<CredentialType, string>> | undefined;
38
39
  timeout?: number | undefined;
39
- schema?: string | undefined;
40
40
  role?: string | undefined;
41
41
  database?: string | undefined;
42
42
  warehouse?: string | undefined;
@@ -83,15 +83,15 @@ export declare const SnowflakeParamsSchema: z.ZodDiscriminatedUnion<"operation",
83
83
  table: z.ZodString;
84
84
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
85
85
  }, "strip", z.ZodTypeAny, {
86
- table: string;
87
86
  schema: string;
88
87
  operation: "describe_table";
88
+ table: string;
89
89
  database: string;
90
90
  credentials?: Partial<Record<CredentialType, string>> | undefined;
91
91
  }, {
92
- table: string;
93
92
  schema: string;
94
93
  operation: "describe_table";
94
+ table: string;
95
95
  database: string;
96
96
  credentials?: Partial<Record<CredentialType, string>> | undefined;
97
97
  }>]>;
@@ -209,11 +209,11 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
209
209
  id: import("zod").ZodNumber;
210
210
  url: import("zod").ZodString;
211
211
  }, "strip", import("zod").ZodTypeAny, {
212
- id: number;
213
212
  url: string;
214
- }, {
215
213
  id: number;
214
+ }, {
216
215
  url: string;
216
+ id: number;
217
217
  }>, "many">>>;
218
218
  custom_attribute_values: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
219
219
  id: import("zod").ZodNumber;
@@ -244,8 +244,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
244
244
  sid?: string | null | undefined;
245
245
  tag_names?: string[] | null | undefined;
246
246
  photos?: {
247
- id: number;
248
247
  url: string;
248
+ id: number;
249
249
  }[] | null | undefined;
250
250
  custom_attribute_values?: {
251
251
  id: number;
@@ -266,8 +266,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
266
266
  sid?: string | null | undefined;
267
267
  tag_names?: string[] | null | undefined;
268
268
  photos?: {
269
- id: number;
270
269
  url: string;
270
+ id: number;
271
271
  }[] | null | undefined;
272
272
  custom_attribute_values?: {
273
273
  id: number;
@@ -297,8 +297,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
297
297
  sid?: string | null | undefined;
298
298
  tag_names?: string[] | null | undefined;
299
299
  photos?: {
300
- id: number;
301
300
  url: string;
301
+ id: number;
302
302
  }[] | null | undefined;
303
303
  custom_attribute_values?: {
304
304
  id: number;
@@ -327,8 +327,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
327
327
  sid?: string | null | undefined;
328
328
  tag_names?: string[] | null | undefined;
329
329
  photos?: {
330
- id: number;
331
330
  url: string;
331
+ id: number;
332
332
  }[] | null | undefined;
333
333
  custom_attribute_values?: {
334
334
  id: number;
@@ -357,11 +357,11 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
357
357
  id: import("zod").ZodNumber;
358
358
  url: import("zod").ZodString;
359
359
  }, "strip", import("zod").ZodTypeAny, {
360
- id: number;
361
360
  url: string;
362
- }, {
363
361
  id: number;
362
+ }, {
364
363
  url: string;
364
+ id: number;
365
365
  }>, "many">>>;
366
366
  custom_attribute_values: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
367
367
  id: import("zod").ZodNumber;
@@ -392,8 +392,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
392
392
  sid?: string | null | undefined;
393
393
  tag_names?: string[] | null | undefined;
394
394
  photos?: {
395
- id: number;
396
395
  url: string;
396
+ id: number;
397
397
  }[] | null | undefined;
398
398
  custom_attribute_values?: {
399
399
  id: number;
@@ -414,8 +414,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
414
414
  sid?: string | null | undefined;
415
415
  tag_names?: string[] | null | undefined;
416
416
  photos?: {
417
- id: number;
418
417
  url: string;
418
+ id: number;
419
419
  }[] | null | undefined;
420
420
  custom_attribute_values?: {
421
421
  id: number;
@@ -442,8 +442,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
442
442
  sid?: string | null | undefined;
443
443
  tag_names?: string[] | null | undefined;
444
444
  photos?: {
445
- id: number;
446
445
  url: string;
446
+ id: number;
447
447
  }[] | null | undefined;
448
448
  custom_attribute_values?: {
449
449
  id: number;
@@ -469,8 +469,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
469
469
  sid?: string | null | undefined;
470
470
  tag_names?: string[] | null | undefined;
471
471
  photos?: {
472
- id: number;
473
472
  url: string;
473
+ id: number;
474
474
  }[] | null | undefined;
475
475
  custom_attribute_values?: {
476
476
  id: number;
@@ -496,11 +496,11 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
496
496
  id: import("zod").ZodNumber;
497
497
  url: import("zod").ZodString;
498
498
  }, "strip", import("zod").ZodTypeAny, {
499
- id: number;
500
499
  url: string;
501
- }, {
502
500
  id: number;
501
+ }, {
503
502
  url: string;
503
+ id: number;
504
504
  }>, "many">>>;
505
505
  custom_attribute_values: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
506
506
  id: import("zod").ZodNumber;
@@ -531,8 +531,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
531
531
  sid?: string | null | undefined;
532
532
  tag_names?: string[] | null | undefined;
533
533
  photos?: {
534
- id: number;
535
534
  url: string;
535
+ id: number;
536
536
  }[] | null | undefined;
537
537
  custom_attribute_values?: {
538
538
  id: number;
@@ -553,8 +553,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
553
553
  sid?: string | null | undefined;
554
554
  tag_names?: string[] | null | undefined;
555
555
  photos?: {
556
- id: number;
557
556
  url: string;
557
+ id: number;
558
558
  }[] | null | undefined;
559
559
  custom_attribute_values?: {
560
560
  id: number;
@@ -581,8 +581,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
581
581
  sid?: string | null | undefined;
582
582
  tag_names?: string[] | null | undefined;
583
583
  photos?: {
584
- id: number;
585
584
  url: string;
585
+ id: number;
586
586
  }[] | null | undefined;
587
587
  custom_attribute_values?: {
588
588
  id: number;
@@ -608,8 +608,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
608
608
  sid?: string | null | undefined;
609
609
  tag_names?: string[] | null | undefined;
610
610
  photos?: {
611
- id: number;
612
611
  url: string;
612
+ id: number;
613
613
  }[] | null | undefined;
614
614
  custom_attribute_values?: {
615
615
  id: number;
@@ -635,11 +635,11 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
635
635
  id: import("zod").ZodNumber;
636
636
  url: import("zod").ZodString;
637
637
  }, "strip", import("zod").ZodTypeAny, {
638
- id: number;
639
638
  url: string;
640
- }, {
641
639
  id: number;
640
+ }, {
642
641
  url: string;
642
+ id: number;
643
643
  }>, "many">>>;
644
644
  custom_attribute_values: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
645
645
  id: import("zod").ZodNumber;
@@ -670,8 +670,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
670
670
  sid?: string | null | undefined;
671
671
  tag_names?: string[] | null | undefined;
672
672
  photos?: {
673
- id: number;
674
673
  url: string;
674
+ id: number;
675
675
  }[] | null | undefined;
676
676
  custom_attribute_values?: {
677
677
  id: number;
@@ -692,8 +692,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
692
692
  sid?: string | null | undefined;
693
693
  tag_names?: string[] | null | undefined;
694
694
  photos?: {
695
- id: number;
696
695
  url: string;
696
+ id: number;
697
697
  }[] | null | undefined;
698
698
  custom_attribute_values?: {
699
699
  id: number;
@@ -720,8 +720,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
720
720
  sid?: string | null | undefined;
721
721
  tag_names?: string[] | null | undefined;
722
722
  photos?: {
723
- id: number;
724
723
  url: string;
724
+ id: number;
725
725
  }[] | null | undefined;
726
726
  custom_attribute_values?: {
727
727
  id: number;
@@ -747,8 +747,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
747
747
  sid?: string | null | undefined;
748
748
  tag_names?: string[] | null | undefined;
749
749
  photos?: {
750
- id: number;
751
750
  url: string;
751
+ id: number;
752
752
  }[] | null | undefined;
753
753
  custom_attribute_values?: {
754
754
  id: number;
@@ -786,11 +786,11 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
786
786
  id: import("zod").ZodNumber;
787
787
  url: import("zod").ZodString;
788
788
  }, "strip", import("zod").ZodTypeAny, {
789
- id: number;
790
789
  url: string;
791
- }, {
792
790
  id: number;
791
+ }, {
793
792
  url: string;
793
+ id: number;
794
794
  }>, "many">>>;
795
795
  custom_attribute_values: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
796
796
  id: import("zod").ZodNumber;
@@ -821,8 +821,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
821
821
  sid?: string | null | undefined;
822
822
  tag_names?: string[] | null | undefined;
823
823
  photos?: {
824
- id: number;
825
824
  url: string;
825
+ id: number;
826
826
  }[] | null | undefined;
827
827
  custom_attribute_values?: {
828
828
  id: number;
@@ -843,8 +843,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
843
843
  sid?: string | null | undefined;
844
844
  tag_names?: string[] | null | undefined;
845
845
  photos?: {
846
- id: number;
847
846
  url: string;
847
+ id: number;
848
848
  }[] | null | undefined;
849
849
  custom_attribute_values?: {
850
850
  id: number;
@@ -874,8 +874,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
874
874
  sid?: string | null | undefined;
875
875
  tag_names?: string[] | null | undefined;
876
876
  photos?: {
877
- id: number;
878
877
  url: string;
878
+ id: number;
879
879
  }[] | null | undefined;
880
880
  custom_attribute_values?: {
881
881
  id: number;
@@ -904,8 +904,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
904
904
  sid?: string | null | undefined;
905
905
  tag_names?: string[] | null | undefined;
906
906
  photos?: {
907
- id: number;
908
907
  url: string;
908
+ id: number;
909
909
  }[] | null | undefined;
910
910
  custom_attribute_values?: {
911
911
  id: number;
@@ -934,11 +934,11 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
934
934
  id: import("zod").ZodNumber;
935
935
  url: import("zod").ZodString;
936
936
  }, "strip", import("zod").ZodTypeAny, {
937
- id: number;
938
937
  url: string;
939
- }, {
940
938
  id: number;
939
+ }, {
941
940
  url: string;
941
+ id: number;
942
942
  }>, "many">>>;
943
943
  custom_attribute_values: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
944
944
  id: import("zod").ZodNumber;
@@ -969,8 +969,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
969
969
  sid?: string | null | undefined;
970
970
  tag_names?: string[] | null | undefined;
971
971
  photos?: {
972
- id: number;
973
972
  url: string;
973
+ id: number;
974
974
  }[] | null | undefined;
975
975
  custom_attribute_values?: {
976
976
  id: number;
@@ -991,8 +991,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
991
991
  sid?: string | null | undefined;
992
992
  tag_names?: string[] | null | undefined;
993
993
  photos?: {
994
- id: number;
995
994
  url: string;
995
+ id: number;
996
996
  }[] | null | undefined;
997
997
  custom_attribute_values?: {
998
998
  id: number;
@@ -1019,8 +1019,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
1019
1019
  sid?: string | null | undefined;
1020
1020
  tag_names?: string[] | null | undefined;
1021
1021
  photos?: {
1022
- id: number;
1023
1022
  url: string;
1023
+ id: number;
1024
1024
  }[] | null | undefined;
1025
1025
  custom_attribute_values?: {
1026
1026
  id: number;
@@ -1046,8 +1046,8 @@ export declare class SortlyBubble<T extends SortlyParamsInput = SortlyParamsInpu
1046
1046
  sid?: string | null | undefined;
1047
1047
  tag_names?: string[] | null | undefined;
1048
1048
  photos?: {
1049
- id: number;
1050
1049
  url: string;
1050
+ id: number;
1051
1051
  }[] | null | undefined;
1052
1052
  custom_attribute_values?: {
1053
1053
  id: number;