@bubblelab/bubble-core 0.1.6 → 0.1.9

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 (163) hide show
  1. package/dist/bubble-bundle.d.ts +628 -299
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +13 -9
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +129 -111
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent.js +273 -95
  8. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +805 -0
  10. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts.map +1 -0
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js +131 -0
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js.map +1 -0
  13. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +485 -0
  14. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts.map +1 -0
  15. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js +176 -0
  16. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js.map +1 -0
  17. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +302 -0
  18. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts.map +1 -0
  19. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js +138 -0
  20. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js.map +1 -0
  21. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +642 -0
  22. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js +123 -0
  24. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js.map +1 -0
  25. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +370 -0
  26. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +14 -0
  28. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +1 -0
  29. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1770 -0
  30. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +38 -0
  32. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -0
  33. package/dist/bubbles/service-bubble/apify/apify.d.ts +143 -0
  34. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/apify/apify.js +276 -0
  36. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -0
  37. package/dist/bubbles/service-bubble/apify/index.d.ts +4 -0
  38. package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -0
  39. package/dist/bubbles/service-bubble/apify/index.js +3 -0
  40. package/dist/bubbles/service-bubble/apify/index.js.map +1 -0
  41. package/dist/bubbles/service-bubble/apify/types.d.ts +7 -0
  42. package/dist/bubbles/service-bubble/apify/types.d.ts.map +1 -0
  43. package/dist/bubbles/service-bubble/apify/types.js +6 -0
  44. package/dist/bubbles/service-bubble/apify/types.js.map +1 -0
  45. package/dist/bubbles/service-bubble/apify.d.ts +136 -0
  46. package/dist/bubbles/service-bubble/apify.d.ts.map +1 -0
  47. package/dist/bubbles/service-bubble/apify.js +282 -0
  48. package/dist/bubbles/service-bubble/apify.js.map +1 -0
  49. package/dist/bubbles/service-bubble/gmail.d.ts +376 -376
  50. package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
  51. package/dist/bubbles/service-bubble/google-drive.d.ts +68 -68
  52. package/dist/bubbles/service-bubble/google-sheets.d.ts +64 -64
  53. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  54. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  55. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  56. package/dist/bubbles/service-bubble/resend.d.ts +17 -17
  57. package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
  58. package/dist/bubbles/service-bubble/resend.js +16 -5
  59. package/dist/bubbles/service-bubble/resend.js.map +1 -1
  60. package/dist/bubbles/service-bubble/slack.d.ts +470 -470
  61. package/dist/bubbles/service-bubble/storage.d.ts +32 -32
  62. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
  64. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +18 -5
  65. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  66. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +85 -39
  67. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  68. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +435 -0
  69. package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -0
  70. package/dist/bubbles/tool-bubble/instagram-tool.js +474 -0
  71. package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -0
  72. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +2136 -0
  73. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -0
  74. package/dist/bubbles/tool-bubble/linkedin-tool.js +608 -0
  75. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -0
  76. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  78. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +14 -14
  79. package/dist/bubbles/tool-bubble/research-agent-tool.js +1 -1
  80. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  81. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  82. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  83. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  85. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  86. package/dist/bubbles/tool-bubble/web-scrape-tool.js +1 -1
  87. package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
  88. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  89. package/dist/bubbles/tool-bubble/web-search-tool.js +1 -1
  90. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +8 -8
  91. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -1
  92. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +5 -0
  93. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -1
  94. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  95. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +14 -14
  96. package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
  97. package/dist/bubbles/workflow-bubble/generate-document.workflow.js.map +1 -1
  98. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +14 -14
  99. package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
  100. package/dist/bubbles/workflow-bubble/parse-document.workflow.js.map +1 -1
  101. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +106 -106
  102. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
  103. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +1 -4
  104. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
  105. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +28 -28
  106. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
  107. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
  108. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +12 -12
  109. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +1 -1
  110. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
  111. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +32 -32
  112. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -1
  113. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  114. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
  115. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
  116. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -2
  117. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
  118. package/dist/bubbles.json +474 -0
  119. package/dist/index.d.ts +12 -1
  120. package/dist/index.d.ts.map +1 -1
  121. package/dist/index.js +6 -0
  122. package/dist/index.js.map +1 -1
  123. package/dist/logging/BubbleLogger.d.ts +11 -0
  124. package/dist/logging/BubbleLogger.d.ts.map +1 -1
  125. package/dist/logging/BubbleLogger.js +69 -22
  126. package/dist/logging/BubbleLogger.js.map +1 -1
  127. package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
  128. package/dist/logging/StreamingBubbleLogger.js +18 -11
  129. package/dist/logging/StreamingBubbleLogger.js.map +1 -1
  130. package/dist/types/ai-models.d.ts +1 -1
  131. package/dist/types/ai-models.d.ts.map +1 -1
  132. package/dist/types/ai-models.js +4 -0
  133. package/dist/types/ai-models.js.map +1 -1
  134. package/dist/types/api-scraper.schema.d.ts +453 -0
  135. package/dist/types/api-scraper.schema.d.ts.map +1 -0
  136. package/dist/types/api-scraper.schema.js +160 -0
  137. package/dist/types/api-scraper.schema.js.map +1 -0
  138. package/dist/types/available-tools.d.ts +1 -1
  139. package/dist/types/available-tools.d.ts.map +1 -1
  140. package/dist/types/available-tools.js +2 -0
  141. package/dist/types/available-tools.js.map +1 -1
  142. package/dist/types/base-bubble-class.d.ts +5 -0
  143. package/dist/types/base-bubble-class.d.ts.map +1 -1
  144. package/dist/types/base-bubble-class.js +18 -3
  145. package/dist/types/base-bubble-class.js.map +1 -1
  146. package/dist/types/bubble.d.ts +2 -3
  147. package/dist/types/bubble.d.ts.map +1 -1
  148. package/dist/types/service-bubble-class.d.ts +4 -4
  149. package/dist/types/service-bubble-class.d.ts.map +1 -1
  150. package/dist/types/service-bubble-class.js +6 -7
  151. package/dist/types/service-bubble-class.js.map +1 -1
  152. package/dist/types/tool-bubble-class.d.ts.map +1 -1
  153. package/dist/types/tool-bubble-class.js +9 -1
  154. package/dist/types/tool-bubble-class.js.map +1 -1
  155. package/dist/utils/agent-formatter.d.ts +17 -0
  156. package/dist/utils/agent-formatter.d.ts.map +1 -0
  157. package/dist/utils/agent-formatter.js +139 -0
  158. package/dist/utils/agent-formatter.js.map +1 -0
  159. package/dist/utils/json-parsing.d.ts +1 -0
  160. package/dist/utils/json-parsing.d.ts.map +1 -1
  161. package/dist/utils/json-parsing.js +205 -32
  162. package/dist/utils/json-parsing.js.map +1 -1
  163. package/package.json +4 -3
@@ -0,0 +1,123 @@
1
+ import { z } from 'zod';
2
+ // ============================================================================
3
+ // LINKEDIN PROFILE POSTS SCRAPER SCHEMAS
4
+ // ============================================================================
5
+ export const LinkedInProfilePostsInputSchema = z.object({
6
+ username: z
7
+ .string()
8
+ .min(1, 'LinkedIn username is required')
9
+ .describe('LinkedIn username (without @)'),
10
+ page_number: z
11
+ .number()
12
+ .min(1)
13
+ .default(1)
14
+ .optional()
15
+ .describe('Page number for pagination (default: 1)'),
16
+ limit: z
17
+ .number()
18
+ .min(1)
19
+ .max(100)
20
+ .default(100)
21
+ .optional()
22
+ .describe('Maximum number of posts to fetch (default: 100)'),
23
+ });
24
+ // LinkedIn URN Schema
25
+ const LinkedInURNSchema = z.object({
26
+ activity_urn: z.string().optional().describe('Activity URN'),
27
+ share_urn: z.string().nullable().optional().describe('Share URN'),
28
+ ugcPost_urn: z.string().nullable().optional().describe('UGC Post URN'),
29
+ });
30
+ // LinkedIn Post Author Schema
31
+ const LinkedInAuthorSchema = z.object({
32
+ first_name: z.string().optional().describe('Author first name'),
33
+ last_name: z.string().optional().describe('Author last name'),
34
+ headline: z.string().optional().describe('Author headline/title'),
35
+ username: z.string().optional().describe('Author username'),
36
+ profile_url: z.string().optional().describe('Author profile URL'),
37
+ profile_picture: z.string().optional().describe('Author profile picture URL'),
38
+ });
39
+ // LinkedIn Post Stats Schema
40
+ const LinkedInStatsSchema = z.object({
41
+ total_reactions: z.number().optional().describe('Total number of reactions'),
42
+ like: z.number().optional().describe('Number of likes'),
43
+ support: z.number().optional().describe('Number of support reactions'),
44
+ love: z.number().optional().describe('Number of love reactions'),
45
+ insight: z.number().optional().describe('Number of insight reactions'),
46
+ celebrate: z.number().optional().describe('Number of celebrate reactions'),
47
+ funny: z.number().optional().describe('Number of funny reactions'),
48
+ comments: z.number().optional().describe('Number of comments'),
49
+ reposts: z.number().optional().describe('Number of reposts'),
50
+ });
51
+ // LinkedIn Post Media Schema
52
+ const LinkedInMediaSchema = z.object({
53
+ type: z.string().optional().describe('Media type (image, video, images)'),
54
+ url: z.string().optional().describe('Media URL'),
55
+ thumbnail: z.string().optional().describe('Media thumbnail URL'),
56
+ images: z
57
+ .array(z.object({
58
+ url: z.string().optional(),
59
+ width: z.number().optional(),
60
+ height: z.number().optional(),
61
+ }))
62
+ .optional()
63
+ .describe('Array of images for multi-image posts'),
64
+ });
65
+ // LinkedIn Article Schema
66
+ const LinkedInArticleSchema = z.object({
67
+ url: z.string().optional().describe('Article URL'),
68
+ title: z.string().optional().describe('Article title'),
69
+ subtitle: z.string().optional().describe('Article subtitle'),
70
+ thumbnail: z.string().optional().describe('Article thumbnail URL'),
71
+ });
72
+ // LinkedIn Document Schema
73
+ const LinkedInDocumentSchema = z.object({
74
+ title: z.string().optional().describe('Document title'),
75
+ page_count: z.number().optional().describe('Number of pages in document'),
76
+ url: z.string().optional().describe('Document URL'),
77
+ thumbnail: z.string().optional().describe('Document thumbnail URL'),
78
+ });
79
+ // LinkedIn Posted At Schema
80
+ const LinkedInPostedAtSchema = z.object({
81
+ date: z.string().optional().describe('Post date (formatted string)'),
82
+ relative: z
83
+ .string()
84
+ .optional()
85
+ .describe('Relative time (e.g., "2 days ago")'),
86
+ timestamp: z.number().optional().describe('Unix timestamp in milliseconds'),
87
+ });
88
+ // LinkedIn Reshared Post Schema (recursive)
89
+ const LinkedInResharedPostSchema = z.lazy(() => z.object({
90
+ urn: LinkedInURNSchema.optional().describe('Post URN object'),
91
+ posted_at: LinkedInPostedAtSchema.optional().describe('When post was created'),
92
+ text: z.string().optional().describe('Post text content'),
93
+ url: z.string().optional().describe('Post URL'),
94
+ post_type: z
95
+ .string()
96
+ .optional()
97
+ .describe('Post type (regular, quote, etc)'),
98
+ author: LinkedInAuthorSchema.optional().describe('Post author information'),
99
+ stats: LinkedInStatsSchema.optional().describe('Post engagement statistics'),
100
+ media: LinkedInMediaSchema.optional().describe('Post media content'),
101
+ }));
102
+ // LinkedIn Post Schema
103
+ const LinkedInPostSchema = z.object({
104
+ urn: LinkedInURNSchema.optional().describe('Post URN object'),
105
+ full_urn: z.string().optional().describe('Full URN with prefix'),
106
+ posted_at: LinkedInPostedAtSchema.optional().describe('When post was created'),
107
+ text: z.string().optional().describe('Post text content'),
108
+ url: z.string().optional().describe('Post URL'),
109
+ post_type: z.string().optional().describe('Post type (regular, quote, etc)'),
110
+ author: LinkedInAuthorSchema.optional().describe('Post author information'),
111
+ stats: LinkedInStatsSchema.optional().describe('Post engagement statistics'),
112
+ media: LinkedInMediaSchema.optional().describe('Post media content'),
113
+ article: LinkedInArticleSchema.optional().describe('Shared article information'),
114
+ document: LinkedInDocumentSchema.optional().describe('Shared document information'),
115
+ reshared_post: LinkedInResharedPostSchema.optional().describe('Original post that was reshared'),
116
+ pagination_token: z
117
+ .string()
118
+ .optional()
119
+ .describe('Pagination token for next page'),
120
+ });
121
+ // Output schema - what the actor returns (each item is a post with pagination token)
122
+ export const LinkedInProfilePostsOutputSchema = LinkedInPostSchema;
123
+ //# sourceMappingURL=linkedin-profile-posts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkedin-profile-posts.js","sourceRoot":"","sources":["../../../../../src/bubbles/service-bubble/apify/actors/linkedin-profile-posts.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,370 @@
1
+ export declare const APIFY_ACTOR_SCHEMAS: {
2
+ 'apify/instagram-scraper': {
3
+ input: import("zod").ZodObject<{
4
+ directUrls: import("zod").ZodArray<import("zod").ZodString, "many">;
5
+ resultsType: import("zod").ZodDefault<import("zod").ZodEnum<["posts", "details"]>>;
6
+ resultsLimit: import("zod").ZodDefault<import("zod").ZodNumber>;
7
+ includeStories: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
8
+ includeHighlights: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
9
+ }, "strip", import("zod").ZodTypeAny, {
10
+ directUrls: string[];
11
+ resultsType: "posts" | "details";
12
+ resultsLimit: number;
13
+ includeStories?: boolean | undefined;
14
+ includeHighlights?: boolean | undefined;
15
+ }, {
16
+ directUrls: string[];
17
+ resultsType?: "posts" | "details" | undefined;
18
+ resultsLimit?: number | undefined;
19
+ includeStories?: boolean | undefined;
20
+ includeHighlights?: boolean | undefined;
21
+ }>;
22
+ output: import("zod").ZodObject<{
23
+ inputUrl: import("zod").ZodOptional<import("zod").ZodString>;
24
+ id: import("zod").ZodOptional<import("zod").ZodString>;
25
+ username: import("zod").ZodOptional<import("zod").ZodString>;
26
+ url: import("zod").ZodOptional<import("zod").ZodString>;
27
+ fullName: import("zod").ZodOptional<import("zod").ZodString>;
28
+ biography: import("zod").ZodOptional<import("zod").ZodString>;
29
+ externalUrls: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
30
+ title: import("zod").ZodOptional<import("zod").ZodString>;
31
+ lynx_url: import("zod").ZodOptional<import("zod").ZodString>;
32
+ url: import("zod").ZodOptional<import("zod").ZodString>;
33
+ link_type: import("zod").ZodOptional<import("zod").ZodString>;
34
+ }, "strip", import("zod").ZodTypeAny, {
35
+ title?: string | undefined;
36
+ url?: string | undefined;
37
+ lynx_url?: string | undefined;
38
+ link_type?: string | undefined;
39
+ }, {
40
+ title?: string | undefined;
41
+ url?: string | undefined;
42
+ lynx_url?: string | undefined;
43
+ link_type?: string | undefined;
44
+ }>, "many">>;
45
+ externalUrl: import("zod").ZodOptional<import("zod").ZodString>;
46
+ externalUrlShimmed: import("zod").ZodOptional<import("zod").ZodString>;
47
+ followersCount: import("zod").ZodOptional<import("zod").ZodNumber>;
48
+ followsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
49
+ postsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
50
+ hasChannel: import("zod").ZodOptional<import("zod").ZodBoolean>;
51
+ highlightReelCount: import("zod").ZodOptional<import("zod").ZodNumber>;
52
+ isBusinessAccount: import("zod").ZodOptional<import("zod").ZodBoolean>;
53
+ joinedRecently: import("zod").ZodOptional<import("zod").ZodBoolean>;
54
+ businessCategoryName: import("zod").ZodOptional<import("zod").ZodString>;
55
+ private: import("zod").ZodOptional<import("zod").ZodBoolean>;
56
+ verified: import("zod").ZodOptional<import("zod").ZodBoolean>;
57
+ profilePicUrl: import("zod").ZodOptional<import("zod").ZodString>;
58
+ profilePicUrlHD: import("zod").ZodOptional<import("zod").ZodString>;
59
+ igtvVideoCount: import("zod").ZodOptional<import("zod").ZodNumber>;
60
+ latestIgtvVideos: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
61
+ relatedProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
62
+ latestPosts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
63
+ id: import("zod").ZodOptional<import("zod").ZodString>;
64
+ type: import("zod").ZodOptional<import("zod").ZodString>;
65
+ shortCode: import("zod").ZodOptional<import("zod").ZodString>;
66
+ caption: import("zod").ZodOptional<import("zod").ZodString>;
67
+ hashtags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
68
+ mentions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
69
+ url: import("zod").ZodOptional<import("zod").ZodString>;
70
+ commentsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
71
+ dimensionsHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
72
+ dimensionsWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
73
+ displayUrl: import("zod").ZodOptional<import("zod").ZodString>;
74
+ images: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
75
+ videoUrl: import("zod").ZodOptional<import("zod").ZodString>;
76
+ alt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
77
+ likesCount: import("zod").ZodOptional<import("zod").ZodNumber>;
78
+ videoViewCount: import("zod").ZodOptional<import("zod").ZodNumber>;
79
+ timestamp: import("zod").ZodOptional<import("zod").ZodString>;
80
+ childPosts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
81
+ ownerUsername: import("zod").ZodOptional<import("zod").ZodString>;
82
+ ownerId: import("zod").ZodOptional<import("zod").ZodString>;
83
+ productType: import("zod").ZodOptional<import("zod").ZodString>;
84
+ taggedUsers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
85
+ full_name: import("zod").ZodOptional<import("zod").ZodString>;
86
+ id: import("zod").ZodOptional<import("zod").ZodString>;
87
+ is_verified: import("zod").ZodOptional<import("zod").ZodBoolean>;
88
+ profile_pic_url: import("zod").ZodOptional<import("zod").ZodString>;
89
+ username: import("zod").ZodOptional<import("zod").ZodString>;
90
+ }, "strip", import("zod").ZodTypeAny, {
91
+ id?: string | undefined;
92
+ full_name?: string | undefined;
93
+ is_verified?: boolean | undefined;
94
+ profile_pic_url?: string | undefined;
95
+ username?: string | undefined;
96
+ }, {
97
+ id?: string | undefined;
98
+ full_name?: string | undefined;
99
+ is_verified?: boolean | undefined;
100
+ profile_pic_url?: string | undefined;
101
+ username?: string | undefined;
102
+ }>, "many">>;
103
+ isCommentsDisabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
104
+ location: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
105
+ name: import("zod").ZodOptional<import("zod").ZodString>;
106
+ id: import("zod").ZodOptional<import("zod").ZodString>;
107
+ }, "strip", import("zod").ZodTypeAny, {
108
+ id?: string | undefined;
109
+ name?: string | undefined;
110
+ }, {
111
+ id?: string | undefined;
112
+ name?: string | undefined;
113
+ }>>>;
114
+ }, "strip", import("zod").ZodTypeAny, {
115
+ type?: string | undefined;
116
+ id?: string | undefined;
117
+ shortCode?: string | undefined;
118
+ caption?: string | undefined;
119
+ hashtags?: string[] | undefined;
120
+ mentions?: string[] | undefined;
121
+ url?: string | undefined;
122
+ commentsCount?: number | undefined;
123
+ dimensionsHeight?: number | undefined;
124
+ dimensionsWidth?: number | undefined;
125
+ displayUrl?: string | undefined;
126
+ images?: string[] | undefined;
127
+ videoUrl?: string | undefined;
128
+ alt?: string | null | undefined;
129
+ likesCount?: number | undefined;
130
+ videoViewCount?: number | undefined;
131
+ timestamp?: string | undefined;
132
+ childPosts?: unknown[] | undefined;
133
+ ownerUsername?: string | undefined;
134
+ ownerId?: string | undefined;
135
+ productType?: string | undefined;
136
+ taggedUsers?: {
137
+ id?: string | undefined;
138
+ full_name?: string | undefined;
139
+ is_verified?: boolean | undefined;
140
+ profile_pic_url?: string | undefined;
141
+ username?: string | undefined;
142
+ }[] | undefined;
143
+ isCommentsDisabled?: boolean | undefined;
144
+ location?: {
145
+ id?: string | undefined;
146
+ name?: string | undefined;
147
+ } | null | undefined;
148
+ }, {
149
+ type?: string | undefined;
150
+ id?: string | undefined;
151
+ shortCode?: string | undefined;
152
+ caption?: string | undefined;
153
+ hashtags?: string[] | undefined;
154
+ mentions?: string[] | undefined;
155
+ url?: string | undefined;
156
+ commentsCount?: number | undefined;
157
+ dimensionsHeight?: number | undefined;
158
+ dimensionsWidth?: number | undefined;
159
+ displayUrl?: string | undefined;
160
+ images?: string[] | undefined;
161
+ videoUrl?: string | undefined;
162
+ alt?: string | null | undefined;
163
+ likesCount?: number | undefined;
164
+ videoViewCount?: number | undefined;
165
+ timestamp?: string | undefined;
166
+ childPosts?: unknown[] | undefined;
167
+ ownerUsername?: string | undefined;
168
+ ownerId?: string | undefined;
169
+ productType?: string | undefined;
170
+ taggedUsers?: {
171
+ id?: string | undefined;
172
+ full_name?: string | undefined;
173
+ is_verified?: boolean | undefined;
174
+ profile_pic_url?: string | undefined;
175
+ username?: string | undefined;
176
+ }[] | undefined;
177
+ isCommentsDisabled?: boolean | undefined;
178
+ location?: {
179
+ id?: string | undefined;
180
+ name?: string | undefined;
181
+ } | null | undefined;
182
+ }>, "many">>;
183
+ stories: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
184
+ url: import("zod").ZodOptional<import("zod").ZodString>;
185
+ timestamp: import("zod").ZodOptional<import("zod").ZodString>;
186
+ type: import("zod").ZodOptional<import("zod").ZodEnum<["image", "video"]>>;
187
+ viewsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
188
+ }, "strip", import("zod").ZodTypeAny, {
189
+ type?: "image" | "video" | undefined;
190
+ url?: string | undefined;
191
+ timestamp?: string | undefined;
192
+ viewsCount?: number | undefined;
193
+ }, {
194
+ type?: "image" | "video" | undefined;
195
+ url?: string | undefined;
196
+ timestamp?: string | undefined;
197
+ viewsCount?: number | undefined;
198
+ }>, "many">>;
199
+ highlights: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
200
+ title: import("zod").ZodOptional<import("zod").ZodString>;
201
+ coverUrl: import("zod").ZodOptional<import("zod").ZodString>;
202
+ itemsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
203
+ }, "strip", import("zod").ZodTypeAny, {
204
+ title?: string | undefined;
205
+ coverUrl?: string | undefined;
206
+ itemsCount?: number | undefined;
207
+ }, {
208
+ title?: string | undefined;
209
+ coverUrl?: string | undefined;
210
+ itemsCount?: number | undefined;
211
+ }>, "many">>;
212
+ }, "strip", import("zod").ZodTypeAny, {
213
+ id?: string | undefined;
214
+ url?: string | undefined;
215
+ username?: string | undefined;
216
+ inputUrl?: string | undefined;
217
+ fullName?: string | undefined;
218
+ biography?: string | undefined;
219
+ externalUrls?: {
220
+ title?: string | undefined;
221
+ url?: string | undefined;
222
+ lynx_url?: string | undefined;
223
+ link_type?: string | undefined;
224
+ }[] | undefined;
225
+ externalUrl?: string | undefined;
226
+ externalUrlShimmed?: string | undefined;
227
+ followersCount?: number | undefined;
228
+ followsCount?: number | undefined;
229
+ postsCount?: number | undefined;
230
+ hasChannel?: boolean | undefined;
231
+ highlightReelCount?: number | undefined;
232
+ isBusinessAccount?: boolean | undefined;
233
+ joinedRecently?: boolean | undefined;
234
+ businessCategoryName?: string | undefined;
235
+ private?: boolean | undefined;
236
+ verified?: boolean | undefined;
237
+ profilePicUrl?: string | undefined;
238
+ profilePicUrlHD?: string | undefined;
239
+ igtvVideoCount?: number | undefined;
240
+ latestIgtvVideos?: unknown[] | undefined;
241
+ relatedProfiles?: unknown[] | undefined;
242
+ latestPosts?: {
243
+ type?: string | undefined;
244
+ id?: string | undefined;
245
+ shortCode?: string | undefined;
246
+ caption?: string | undefined;
247
+ hashtags?: string[] | undefined;
248
+ mentions?: string[] | undefined;
249
+ url?: string | undefined;
250
+ commentsCount?: number | undefined;
251
+ dimensionsHeight?: number | undefined;
252
+ dimensionsWidth?: number | undefined;
253
+ displayUrl?: string | undefined;
254
+ images?: string[] | undefined;
255
+ videoUrl?: string | undefined;
256
+ alt?: string | null | undefined;
257
+ likesCount?: number | undefined;
258
+ videoViewCount?: number | undefined;
259
+ timestamp?: string | undefined;
260
+ childPosts?: unknown[] | undefined;
261
+ ownerUsername?: string | undefined;
262
+ ownerId?: string | undefined;
263
+ productType?: string | undefined;
264
+ taggedUsers?: {
265
+ id?: string | undefined;
266
+ full_name?: string | undefined;
267
+ is_verified?: boolean | undefined;
268
+ profile_pic_url?: string | undefined;
269
+ username?: string | undefined;
270
+ }[] | undefined;
271
+ isCommentsDisabled?: boolean | undefined;
272
+ location?: {
273
+ id?: string | undefined;
274
+ name?: string | undefined;
275
+ } | null | undefined;
276
+ }[] | undefined;
277
+ stories?: {
278
+ type?: "image" | "video" | undefined;
279
+ url?: string | undefined;
280
+ timestamp?: string | undefined;
281
+ viewsCount?: number | undefined;
282
+ }[] | undefined;
283
+ highlights?: {
284
+ title?: string | undefined;
285
+ coverUrl?: string | undefined;
286
+ itemsCount?: number | undefined;
287
+ }[] | undefined;
288
+ }, {
289
+ id?: string | undefined;
290
+ url?: string | undefined;
291
+ username?: string | undefined;
292
+ inputUrl?: string | undefined;
293
+ fullName?: string | undefined;
294
+ biography?: string | undefined;
295
+ externalUrls?: {
296
+ title?: string | undefined;
297
+ url?: string | undefined;
298
+ lynx_url?: string | undefined;
299
+ link_type?: string | undefined;
300
+ }[] | undefined;
301
+ externalUrl?: string | undefined;
302
+ externalUrlShimmed?: string | undefined;
303
+ followersCount?: number | undefined;
304
+ followsCount?: number | undefined;
305
+ postsCount?: number | undefined;
306
+ hasChannel?: boolean | undefined;
307
+ highlightReelCount?: number | undefined;
308
+ isBusinessAccount?: boolean | undefined;
309
+ joinedRecently?: boolean | undefined;
310
+ businessCategoryName?: string | undefined;
311
+ private?: boolean | undefined;
312
+ verified?: boolean | undefined;
313
+ profilePicUrl?: string | undefined;
314
+ profilePicUrlHD?: string | undefined;
315
+ igtvVideoCount?: number | undefined;
316
+ latestIgtvVideos?: unknown[] | undefined;
317
+ relatedProfiles?: unknown[] | undefined;
318
+ latestPosts?: {
319
+ type?: string | undefined;
320
+ id?: string | undefined;
321
+ shortCode?: string | undefined;
322
+ caption?: string | undefined;
323
+ hashtags?: string[] | undefined;
324
+ mentions?: string[] | undefined;
325
+ url?: string | undefined;
326
+ commentsCount?: number | undefined;
327
+ dimensionsHeight?: number | undefined;
328
+ dimensionsWidth?: number | undefined;
329
+ displayUrl?: string | undefined;
330
+ images?: string[] | undefined;
331
+ videoUrl?: string | undefined;
332
+ alt?: string | null | undefined;
333
+ likesCount?: number | undefined;
334
+ videoViewCount?: number | undefined;
335
+ timestamp?: string | undefined;
336
+ childPosts?: unknown[] | undefined;
337
+ ownerUsername?: string | undefined;
338
+ ownerId?: string | undefined;
339
+ productType?: string | undefined;
340
+ taggedUsers?: {
341
+ id?: string | undefined;
342
+ full_name?: string | undefined;
343
+ is_verified?: boolean | undefined;
344
+ profile_pic_url?: string | undefined;
345
+ username?: string | undefined;
346
+ }[] | undefined;
347
+ isCommentsDisabled?: boolean | undefined;
348
+ location?: {
349
+ id?: string | undefined;
350
+ name?: string | undefined;
351
+ } | null | undefined;
352
+ }[] | undefined;
353
+ stories?: {
354
+ type?: "image" | "video" | undefined;
355
+ url?: string | undefined;
356
+ timestamp?: string | undefined;
357
+ viewsCount?: number | undefined;
358
+ }[] | undefined;
359
+ highlights?: {
360
+ title?: string | undefined;
361
+ coverUrl?: string | undefined;
362
+ itemsCount?: number | undefined;
363
+ }[] | undefined;
364
+ }>;
365
+ description: string;
366
+ documentation: string;
367
+ category: string;
368
+ };
369
+ };
370
+ //# sourceMappingURL=api-scraper.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-scraper.schema.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/apify/api-scraper.schema.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ/B,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { InstagramScraperInputSchema, InstagramScraperItemSchema } from './actors/instagram-scraper.js';
2
+ // ============================================================================
3
+ // ACTOR REGISTRY
4
+ // ============================================================================
5
+ export const APIFY_ACTOR_SCHEMAS = {
6
+ 'apify/instagram-scraper': {
7
+ input: InstagramScraperInputSchema,
8
+ output: InstagramScraperItemSchema,
9
+ description: 'Scrape Instagram profiles, posts, stories, and highlights',
10
+ documentation: 'https://docs.apify.com/platform/actors/apify/instagram-scraper',
11
+ category: 'social-media',
12
+ },
13
+ };
14
+ //# sourceMappingURL=api-scraper.schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-scraper.schema.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/apify/api-scraper.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAGxG,+EAA+E;AAC/E,iBAAiB;AACjB,+EAA+E;AAC/E,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,yBAAyB,EAAE;QACzB,KAAK,EAAE,2BAA2B;QAClC,MAAM,EAAE,0BAA0B;QAClC,WAAW,EAAE,2DAA2D;QACxE,aAAa,EAAE,gEAAgE;QAC/E,QAAQ,EAAE,cAAc;KACzB;CACF,CAAA"}