@bubblelab/bubble-core 0.1.8 → 0.1.10
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.
- package/dist/bubble-bundle.d.ts +333 -1438
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +64 -28
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +17 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +16 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-flow/sample/data-analyst-flow.d.ts +1 -1
- package/dist/bubble-flow/sample/data-analyst-flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/error-ts.d.ts +1 -1
- package/dist/bubble-flow/sample/error-ts.d.ts.map +1 -1
- package/dist/bubble-flow/sample/sanitytest.d.ts +1 -1
- package/dist/bubble-flow/sample/sanitytest.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simple-webhook-2.d.ts +1 -1
- package/dist/bubble-flow/sample/simple-webhook-2.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simple-webhook.d.ts +1 -1
- package/dist/bubble-flow/sample/simple-webhook.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/slack-v0.1.d.ts +1 -1
- package/dist/bubble-flow/sample/slack-v0.1.d.ts.map +1 -1
- package/dist/bubble-flow/sample/slackagenttest.d.ts +1 -1
- package/dist/bubble-flow/sample/slackagenttest.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.d.ts +115 -97
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +276 -96
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +805 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js +131 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +485 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js +176 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +302 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js +138 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +642 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js +123 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +184 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js +145 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts +52 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js +29 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1999 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +54 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify.d.ts +143 -0
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js +276 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts +6 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/index.js +6 -0
- package/dist/bubbles/service-bubble/apify/index.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/types.d.ts +7 -0
- package/dist/bubbles/service-bubble/apify/types.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/types.js +5 -0
- package/dist/bubbles/service-bubble/apify/types.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +626 -132
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +435 -7
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +233 -4
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +65 -75
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.js +2 -2
- package/dist/bubbles/service-bubble/hello-world.js.map +1 -1
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +5 -5
- package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/resend.js +16 -5
- package/dist/bubbles/service-bubble/resend.js.map +1 -1
- package/dist/bubbles/service-bubble/slack.d.ts +18 -18
- package/dist/bubbles/service-bubble/storage.d.ts +4 -4
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +16 -5
- package/dist/bubbles/service-bubble/storage.js.map +1 -1
- package/dist/bubbles/service-bubble/x-twitter.d.ts +814 -0
- package/dist/bubbles/service-bubble/x-twitter.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/x-twitter.js +445 -0
- package/dist/bubbles/service-bubble/x-twitter.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +14 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +101 -47
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +435 -0
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/instagram-tool.js +474 -0
- package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +2136 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.js +608 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +69 -64
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.js +97 -22
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/research-agent-tool.js +5 -5
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +5 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.js +6 -2
- package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +394 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.js +352 -0
- package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +47 -36
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +96 -65
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +22 -22
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +1 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +60 -60
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +66 -66
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -2
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +489 -0
- package/dist/index.d.ts +16 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/logging/BubbleLogger.d.ts +11 -0
- package/dist/logging/BubbleLogger.d.ts.map +1 -1
- package/dist/logging/BubbleLogger.js +87 -33
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +23 -16
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/test-gm.d.ts +10 -0
- package/dist/test-gm.d.ts.map +1 -0
- package/dist/test-gm.js +95 -0
- package/dist/test-gm.js.map +1 -0
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +2 -0
- package/dist/types/available-tools.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts +6 -1
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +47 -24
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +3 -13
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/bubble.js +1 -1
- package/dist/types/bubble.js.map +1 -1
- package/dist/types/service-bubble-class.d.ts +5 -5
- package/dist/types/service-bubble-class.d.ts.map +1 -1
- package/dist/types/service-bubble-class.js +6 -7
- package/dist/types/service-bubble-class.js.map +1 -1
- package/dist/types/tool-bubble-class.d.ts +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +9 -3
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/types/workflow-bubble-class.d.ts +1 -1
- package/dist/types/workflow-bubble-class.d.ts.map +1 -1
- package/dist/utils/agent-formatter.d.ts +17 -0
- package/dist/utils/agent-formatter.d.ts.map +1 -0
- package/dist/utils/agent-formatter.js +139 -0
- package/dist/utils/agent-formatter.js.map +1 -0
- package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
- package/dist/utils/bubbleflow-validation.js +89 -32
- package/dist/utils/bubbleflow-validation.js.map +1 -1
- package/dist/utils/error-sanitizer.d.ts +12 -0
- package/dist/utils/error-sanitizer.d.ts.map +1 -0
- package/dist/utils/error-sanitizer.js +77 -0
- package/dist/utils/error-sanitizer.js.map +1 -0
- package/dist/utils/json-parsing.d.ts +1 -0
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +205 -32
- package/dist/utils/json-parsing.js.map +1 -1
- package/package.json +6 -5
- package/dist/bubble-trigger/index.d.ts +0 -2
- package/dist/bubble-trigger/index.d.ts.map +0 -1
- package/dist/bubble-trigger/index.js +0 -2
- package/dist/bubble-trigger/index.js.map +0 -1
- package/dist/bubble-trigger/types.d.ts +0 -87
- package/dist/bubble-trigger/types.d.ts.map +0 -1
- package/dist/bubble-trigger/types.js +0 -14
- package/dist/bubble-trigger/types.js.map +0 -1
- package/dist/types/ai-models.d.ts +0 -4
- package/dist/types/ai-models.d.ts.map +0 -1
- package/dist/types/ai-models.js +0 -16
- package/dist/types/ai-models.js.map +0 -1
|
@@ -0,0 +1,1999 @@
|
|
|
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
|
+
username?: string | undefined;
|
|
93
|
+
full_name?: string | undefined;
|
|
94
|
+
is_verified?: boolean | undefined;
|
|
95
|
+
profile_pic_url?: string | undefined;
|
|
96
|
+
}, {
|
|
97
|
+
id?: string | undefined;
|
|
98
|
+
username?: string | undefined;
|
|
99
|
+
full_name?: string | undefined;
|
|
100
|
+
is_verified?: boolean | undefined;
|
|
101
|
+
profile_pic_url?: 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
|
+
name?: string | undefined;
|
|
109
|
+
id?: string | undefined;
|
|
110
|
+
}, {
|
|
111
|
+
name?: string | undefined;
|
|
112
|
+
id?: string | undefined;
|
|
113
|
+
}>>>;
|
|
114
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
115
|
+
type?: string | undefined;
|
|
116
|
+
url?: string | undefined;
|
|
117
|
+
id?: string | undefined;
|
|
118
|
+
commentsCount?: number | undefined;
|
|
119
|
+
videoUrl?: string | undefined;
|
|
120
|
+
shortCode?: string | undefined;
|
|
121
|
+
caption?: string | undefined;
|
|
122
|
+
hashtags?: string[] | undefined;
|
|
123
|
+
mentions?: string[] | undefined;
|
|
124
|
+
dimensionsHeight?: number | undefined;
|
|
125
|
+
dimensionsWidth?: number | undefined;
|
|
126
|
+
displayUrl?: string | undefined;
|
|
127
|
+
images?: 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
|
+
username?: string | undefined;
|
|
139
|
+
full_name?: string | undefined;
|
|
140
|
+
is_verified?: boolean | undefined;
|
|
141
|
+
profile_pic_url?: string | undefined;
|
|
142
|
+
}[] | undefined;
|
|
143
|
+
isCommentsDisabled?: boolean | undefined;
|
|
144
|
+
location?: {
|
|
145
|
+
name?: string | undefined;
|
|
146
|
+
id?: string | undefined;
|
|
147
|
+
} | null | undefined;
|
|
148
|
+
}, {
|
|
149
|
+
type?: string | undefined;
|
|
150
|
+
url?: string | undefined;
|
|
151
|
+
id?: string | undefined;
|
|
152
|
+
commentsCount?: number | undefined;
|
|
153
|
+
videoUrl?: string | undefined;
|
|
154
|
+
shortCode?: string | undefined;
|
|
155
|
+
caption?: string | undefined;
|
|
156
|
+
hashtags?: string[] | undefined;
|
|
157
|
+
mentions?: string[] | undefined;
|
|
158
|
+
dimensionsHeight?: number | undefined;
|
|
159
|
+
dimensionsWidth?: number | undefined;
|
|
160
|
+
displayUrl?: string | undefined;
|
|
161
|
+
images?: 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
|
+
username?: string | undefined;
|
|
173
|
+
full_name?: string | undefined;
|
|
174
|
+
is_verified?: boolean | undefined;
|
|
175
|
+
profile_pic_url?: string | undefined;
|
|
176
|
+
}[] | undefined;
|
|
177
|
+
isCommentsDisabled?: boolean | undefined;
|
|
178
|
+
location?: {
|
|
179
|
+
name?: string | undefined;
|
|
180
|
+
id?: 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?: "video" | "image" | undefined;
|
|
190
|
+
url?: string | undefined;
|
|
191
|
+
timestamp?: string | undefined;
|
|
192
|
+
viewsCount?: number | undefined;
|
|
193
|
+
}, {
|
|
194
|
+
type?: "video" | "image" | 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
|
+
url?: string | undefined;
|
|
214
|
+
id?: string | undefined;
|
|
215
|
+
inputUrl?: string | undefined;
|
|
216
|
+
username?: 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
|
+
url?: string | undefined;
|
|
245
|
+
id?: string | undefined;
|
|
246
|
+
commentsCount?: number | undefined;
|
|
247
|
+
videoUrl?: string | undefined;
|
|
248
|
+
shortCode?: string | undefined;
|
|
249
|
+
caption?: string | undefined;
|
|
250
|
+
hashtags?: string[] | undefined;
|
|
251
|
+
mentions?: string[] | undefined;
|
|
252
|
+
dimensionsHeight?: number | undefined;
|
|
253
|
+
dimensionsWidth?: number | undefined;
|
|
254
|
+
displayUrl?: string | undefined;
|
|
255
|
+
images?: 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
|
+
username?: string | undefined;
|
|
267
|
+
full_name?: string | undefined;
|
|
268
|
+
is_verified?: boolean | undefined;
|
|
269
|
+
profile_pic_url?: string | undefined;
|
|
270
|
+
}[] | undefined;
|
|
271
|
+
isCommentsDisabled?: boolean | undefined;
|
|
272
|
+
location?: {
|
|
273
|
+
name?: string | undefined;
|
|
274
|
+
id?: string | undefined;
|
|
275
|
+
} | null | undefined;
|
|
276
|
+
}[] | undefined;
|
|
277
|
+
stories?: {
|
|
278
|
+
type?: "video" | "image" | 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
|
+
url?: string | undefined;
|
|
290
|
+
id?: string | undefined;
|
|
291
|
+
inputUrl?: string | undefined;
|
|
292
|
+
username?: 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
|
+
url?: string | undefined;
|
|
321
|
+
id?: string | undefined;
|
|
322
|
+
commentsCount?: number | undefined;
|
|
323
|
+
videoUrl?: string | undefined;
|
|
324
|
+
shortCode?: string | undefined;
|
|
325
|
+
caption?: string | undefined;
|
|
326
|
+
hashtags?: string[] | undefined;
|
|
327
|
+
mentions?: string[] | undefined;
|
|
328
|
+
dimensionsHeight?: number | undefined;
|
|
329
|
+
dimensionsWidth?: number | undefined;
|
|
330
|
+
displayUrl?: string | undefined;
|
|
331
|
+
images?: 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
|
+
username?: string | undefined;
|
|
343
|
+
full_name?: string | undefined;
|
|
344
|
+
is_verified?: boolean | undefined;
|
|
345
|
+
profile_pic_url?: string | undefined;
|
|
346
|
+
}[] | undefined;
|
|
347
|
+
isCommentsDisabled?: boolean | undefined;
|
|
348
|
+
location?: {
|
|
349
|
+
name?: string | undefined;
|
|
350
|
+
id?: string | undefined;
|
|
351
|
+
} | null | undefined;
|
|
352
|
+
}[] | undefined;
|
|
353
|
+
stories?: {
|
|
354
|
+
type?: "video" | "image" | 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
|
+
'apify/instagram-hashtag-scraper': {
|
|
370
|
+
input: import("zod").ZodObject<{
|
|
371
|
+
hashtags: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
372
|
+
resultsLimit: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
373
|
+
addParentData: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
|
|
374
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
375
|
+
resultsLimit: number;
|
|
376
|
+
hashtags: string[];
|
|
377
|
+
addParentData?: boolean | undefined;
|
|
378
|
+
}, {
|
|
379
|
+
hashtags: string[];
|
|
380
|
+
resultsLimit?: number | undefined;
|
|
381
|
+
addParentData?: boolean | undefined;
|
|
382
|
+
}>;
|
|
383
|
+
output: import("zod").ZodObject<{
|
|
384
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
385
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
386
|
+
shortCode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
387
|
+
caption: import("zod").ZodOptional<import("zod").ZodString>;
|
|
388
|
+
hashtags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
389
|
+
mentions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
390
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
391
|
+
commentsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
392
|
+
dimensionsHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
393
|
+
dimensionsWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
394
|
+
displayUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
395
|
+
images: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
396
|
+
videoUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
397
|
+
alt: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
398
|
+
likesCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
399
|
+
videoViewCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
400
|
+
timestamp: import("zod").ZodOptional<import("zod").ZodString>;
|
|
401
|
+
childPosts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
402
|
+
ownerUsername: import("zod").ZodOptional<import("zod").ZodString>;
|
|
403
|
+
ownerId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
404
|
+
productType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
405
|
+
taggedUsers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
406
|
+
full_name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
407
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
408
|
+
is_verified: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
409
|
+
profile_pic_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
410
|
+
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
411
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
412
|
+
id?: string | undefined;
|
|
413
|
+
username?: string | undefined;
|
|
414
|
+
full_name?: string | undefined;
|
|
415
|
+
is_verified?: boolean | undefined;
|
|
416
|
+
profile_pic_url?: string | undefined;
|
|
417
|
+
}, {
|
|
418
|
+
id?: string | undefined;
|
|
419
|
+
username?: string | undefined;
|
|
420
|
+
full_name?: string | undefined;
|
|
421
|
+
is_verified?: boolean | undefined;
|
|
422
|
+
profile_pic_url?: string | undefined;
|
|
423
|
+
}>, "many">>;
|
|
424
|
+
isCommentsDisabled: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
425
|
+
location: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
426
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
427
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
428
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
429
|
+
name?: string | undefined;
|
|
430
|
+
id?: string | undefined;
|
|
431
|
+
}, {
|
|
432
|
+
name?: string | undefined;
|
|
433
|
+
id?: string | undefined;
|
|
434
|
+
}>>>;
|
|
435
|
+
} & {
|
|
436
|
+
inputUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
437
|
+
locationName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
438
|
+
locationId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
439
|
+
ownerFullName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
440
|
+
isSponsored: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
441
|
+
firstComment: import("zod").ZodOptional<import("zod").ZodString>;
|
|
442
|
+
latestComments: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
443
|
+
musicInfo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
444
|
+
audio_canonical_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
445
|
+
audio_type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
446
|
+
music_info: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
447
|
+
music_asset_info: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
448
|
+
allows_saving: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
449
|
+
artist_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
450
|
+
audio_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
451
|
+
cover_artwork_thumbnail_uri: import("zod").ZodOptional<import("zod").ZodString>;
|
|
452
|
+
cover_artwork_uri: import("zod").ZodOptional<import("zod").ZodString>;
|
|
453
|
+
dark_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
454
|
+
display_artist: import("zod").ZodOptional<import("zod").ZodString>;
|
|
455
|
+
duration_in_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
456
|
+
fast_start_progressive_download_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
457
|
+
has_lyrics: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
458
|
+
highlight_start_times_in_ms: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
459
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
460
|
+
ig_username: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
461
|
+
is_eligible_for_audio_effects: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
462
|
+
is_eligible_for_vinyl_sticker: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
463
|
+
is_explicit: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
464
|
+
licensed_music_subtype: import("zod").ZodOptional<import("zod").ZodString>;
|
|
465
|
+
lyrics: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
466
|
+
progressive_download_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
467
|
+
reactive_audio_download_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
468
|
+
sanitized_title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
469
|
+
song_monetization_info: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnknown>>;
|
|
470
|
+
spotify_track_metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnknown>>;
|
|
471
|
+
subtitle: import("zod").ZodOptional<import("zod").ZodString>;
|
|
472
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
473
|
+
web_30s_preview_download_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
474
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
475
|
+
title?: string | undefined;
|
|
476
|
+
id?: string | undefined;
|
|
477
|
+
allows_saving?: boolean | undefined;
|
|
478
|
+
artist_id?: string | null | undefined;
|
|
479
|
+
audio_id?: string | undefined;
|
|
480
|
+
cover_artwork_thumbnail_uri?: string | undefined;
|
|
481
|
+
cover_artwork_uri?: string | undefined;
|
|
482
|
+
dark_message?: string | null | undefined;
|
|
483
|
+
display_artist?: string | undefined;
|
|
484
|
+
duration_in_ms?: number | undefined;
|
|
485
|
+
fast_start_progressive_download_url?: string | undefined;
|
|
486
|
+
has_lyrics?: boolean | undefined;
|
|
487
|
+
highlight_start_times_in_ms?: number[] | undefined;
|
|
488
|
+
ig_username?: string | null | undefined;
|
|
489
|
+
is_eligible_for_audio_effects?: boolean | undefined;
|
|
490
|
+
is_eligible_for_vinyl_sticker?: boolean | undefined;
|
|
491
|
+
is_explicit?: boolean | undefined;
|
|
492
|
+
licensed_music_subtype?: string | undefined;
|
|
493
|
+
lyrics?: string | null | undefined;
|
|
494
|
+
progressive_download_url?: string | undefined;
|
|
495
|
+
reactive_audio_download_url?: string | null | undefined;
|
|
496
|
+
sanitized_title?: string | null | undefined;
|
|
497
|
+
song_monetization_info?: unknown;
|
|
498
|
+
spotify_track_metadata?: unknown;
|
|
499
|
+
subtitle?: string | undefined;
|
|
500
|
+
web_30s_preview_download_url?: string | null | undefined;
|
|
501
|
+
}, {
|
|
502
|
+
title?: string | undefined;
|
|
503
|
+
id?: string | undefined;
|
|
504
|
+
allows_saving?: boolean | undefined;
|
|
505
|
+
artist_id?: string | null | undefined;
|
|
506
|
+
audio_id?: string | undefined;
|
|
507
|
+
cover_artwork_thumbnail_uri?: string | undefined;
|
|
508
|
+
cover_artwork_uri?: string | undefined;
|
|
509
|
+
dark_message?: string | null | undefined;
|
|
510
|
+
display_artist?: string | undefined;
|
|
511
|
+
duration_in_ms?: number | undefined;
|
|
512
|
+
fast_start_progressive_download_url?: string | undefined;
|
|
513
|
+
has_lyrics?: boolean | undefined;
|
|
514
|
+
highlight_start_times_in_ms?: number[] | undefined;
|
|
515
|
+
ig_username?: string | null | undefined;
|
|
516
|
+
is_eligible_for_audio_effects?: boolean | undefined;
|
|
517
|
+
is_eligible_for_vinyl_sticker?: boolean | undefined;
|
|
518
|
+
is_explicit?: boolean | undefined;
|
|
519
|
+
licensed_music_subtype?: string | undefined;
|
|
520
|
+
lyrics?: string | null | undefined;
|
|
521
|
+
progressive_download_url?: string | undefined;
|
|
522
|
+
reactive_audio_download_url?: string | null | undefined;
|
|
523
|
+
sanitized_title?: string | null | undefined;
|
|
524
|
+
song_monetization_info?: unknown;
|
|
525
|
+
spotify_track_metadata?: unknown;
|
|
526
|
+
subtitle?: string | undefined;
|
|
527
|
+
web_30s_preview_download_url?: string | null | undefined;
|
|
528
|
+
}>>;
|
|
529
|
+
music_consumption_info: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
530
|
+
allow_media_creation_with_music: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
531
|
+
audio_asset_start_time_in_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
532
|
+
audio_filter_infos: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodUnknown, "many">>;
|
|
533
|
+
audio_muting_info: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
534
|
+
allow_audio_editing: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
535
|
+
mute_audio: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
536
|
+
mute_reason_str: import("zod").ZodOptional<import("zod").ZodString>;
|
|
537
|
+
show_muted_audio_toast: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
538
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
539
|
+
allow_audio_editing?: boolean | undefined;
|
|
540
|
+
mute_audio?: boolean | undefined;
|
|
541
|
+
mute_reason_str?: string | undefined;
|
|
542
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
543
|
+
}, {
|
|
544
|
+
allow_audio_editing?: boolean | undefined;
|
|
545
|
+
mute_audio?: boolean | undefined;
|
|
546
|
+
mute_reason_str?: string | undefined;
|
|
547
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
548
|
+
}>>;
|
|
549
|
+
contains_lyrics: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodBoolean>>;
|
|
550
|
+
derived_content_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
551
|
+
derived_content_start_time_in_composition_in_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
552
|
+
display_labels: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnknown>>;
|
|
553
|
+
formatted_clips_media_count: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
554
|
+
ig_artist: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
555
|
+
full_name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
556
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
557
|
+
is_private: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
558
|
+
is_verified: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
559
|
+
profile_pic_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
560
|
+
profile_pic_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
561
|
+
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
562
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
563
|
+
id?: string | undefined;
|
|
564
|
+
username?: string | undefined;
|
|
565
|
+
full_name?: string | undefined;
|
|
566
|
+
is_verified?: boolean | undefined;
|
|
567
|
+
profile_pic_url?: string | undefined;
|
|
568
|
+
is_private?: boolean | undefined;
|
|
569
|
+
profile_pic_id?: string | undefined;
|
|
570
|
+
}, {
|
|
571
|
+
id?: string | undefined;
|
|
572
|
+
username?: string | undefined;
|
|
573
|
+
full_name?: string | undefined;
|
|
574
|
+
is_verified?: boolean | undefined;
|
|
575
|
+
profile_pic_url?: string | undefined;
|
|
576
|
+
is_private?: boolean | undefined;
|
|
577
|
+
profile_pic_id?: string | undefined;
|
|
578
|
+
}>>>;
|
|
579
|
+
is_bookmarked: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
580
|
+
is_trending_in_clips: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
581
|
+
music_creation_restriction_reason: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
582
|
+
overlap_duration_in_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
583
|
+
placeholder_profile_pic_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
584
|
+
previous_trend_rank: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
585
|
+
should_allow_music_editing: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
586
|
+
should_mute_audio: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
587
|
+
should_mute_audio_reason: import("zod").ZodOptional<import("zod").ZodString>;
|
|
588
|
+
should_mute_audio_reason_type: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
589
|
+
trend_rank: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
590
|
+
user_notes: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnknown>>;
|
|
591
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
592
|
+
allow_media_creation_with_music?: boolean | undefined;
|
|
593
|
+
audio_asset_start_time_in_ms?: number | undefined;
|
|
594
|
+
audio_filter_infos?: unknown[] | undefined;
|
|
595
|
+
audio_muting_info?: {
|
|
596
|
+
allow_audio_editing?: boolean | undefined;
|
|
597
|
+
mute_audio?: boolean | undefined;
|
|
598
|
+
mute_reason_str?: string | undefined;
|
|
599
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
600
|
+
} | undefined;
|
|
601
|
+
contains_lyrics?: boolean | null | undefined;
|
|
602
|
+
derived_content_id?: string | null | undefined;
|
|
603
|
+
derived_content_start_time_in_composition_in_ms?: number | undefined;
|
|
604
|
+
display_labels?: unknown;
|
|
605
|
+
formatted_clips_media_count?: string | null | undefined;
|
|
606
|
+
ig_artist?: {
|
|
607
|
+
id?: string | undefined;
|
|
608
|
+
username?: string | undefined;
|
|
609
|
+
full_name?: string | undefined;
|
|
610
|
+
is_verified?: boolean | undefined;
|
|
611
|
+
profile_pic_url?: string | undefined;
|
|
612
|
+
is_private?: boolean | undefined;
|
|
613
|
+
profile_pic_id?: string | undefined;
|
|
614
|
+
} | null | undefined;
|
|
615
|
+
is_bookmarked?: boolean | undefined;
|
|
616
|
+
is_trending_in_clips?: boolean | undefined;
|
|
617
|
+
music_creation_restriction_reason?: string | null | undefined;
|
|
618
|
+
overlap_duration_in_ms?: number | undefined;
|
|
619
|
+
placeholder_profile_pic_url?: string | undefined;
|
|
620
|
+
previous_trend_rank?: number | null | undefined;
|
|
621
|
+
should_allow_music_editing?: boolean | undefined;
|
|
622
|
+
should_mute_audio?: boolean | undefined;
|
|
623
|
+
should_mute_audio_reason?: string | undefined;
|
|
624
|
+
should_mute_audio_reason_type?: string | null | undefined;
|
|
625
|
+
trend_rank?: number | null | undefined;
|
|
626
|
+
user_notes?: unknown;
|
|
627
|
+
}, {
|
|
628
|
+
allow_media_creation_with_music?: boolean | undefined;
|
|
629
|
+
audio_asset_start_time_in_ms?: number | undefined;
|
|
630
|
+
audio_filter_infos?: unknown[] | undefined;
|
|
631
|
+
audio_muting_info?: {
|
|
632
|
+
allow_audio_editing?: boolean | undefined;
|
|
633
|
+
mute_audio?: boolean | undefined;
|
|
634
|
+
mute_reason_str?: string | undefined;
|
|
635
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
636
|
+
} | undefined;
|
|
637
|
+
contains_lyrics?: boolean | null | undefined;
|
|
638
|
+
derived_content_id?: string | null | undefined;
|
|
639
|
+
derived_content_start_time_in_composition_in_ms?: number | undefined;
|
|
640
|
+
display_labels?: unknown;
|
|
641
|
+
formatted_clips_media_count?: string | null | undefined;
|
|
642
|
+
ig_artist?: {
|
|
643
|
+
id?: string | undefined;
|
|
644
|
+
username?: string | undefined;
|
|
645
|
+
full_name?: string | undefined;
|
|
646
|
+
is_verified?: boolean | undefined;
|
|
647
|
+
profile_pic_url?: string | undefined;
|
|
648
|
+
is_private?: boolean | undefined;
|
|
649
|
+
profile_pic_id?: string | undefined;
|
|
650
|
+
} | null | undefined;
|
|
651
|
+
is_bookmarked?: boolean | undefined;
|
|
652
|
+
is_trending_in_clips?: boolean | undefined;
|
|
653
|
+
music_creation_restriction_reason?: string | null | undefined;
|
|
654
|
+
overlap_duration_in_ms?: number | undefined;
|
|
655
|
+
placeholder_profile_pic_url?: string | undefined;
|
|
656
|
+
previous_trend_rank?: number | null | undefined;
|
|
657
|
+
should_allow_music_editing?: boolean | undefined;
|
|
658
|
+
should_mute_audio?: boolean | undefined;
|
|
659
|
+
should_mute_audio_reason?: string | undefined;
|
|
660
|
+
should_mute_audio_reason_type?: string | null | undefined;
|
|
661
|
+
trend_rank?: number | null | undefined;
|
|
662
|
+
user_notes?: unknown;
|
|
663
|
+
}>>;
|
|
664
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
665
|
+
music_asset_info?: {
|
|
666
|
+
title?: string | undefined;
|
|
667
|
+
id?: string | undefined;
|
|
668
|
+
allows_saving?: boolean | undefined;
|
|
669
|
+
artist_id?: string | null | undefined;
|
|
670
|
+
audio_id?: string | undefined;
|
|
671
|
+
cover_artwork_thumbnail_uri?: string | undefined;
|
|
672
|
+
cover_artwork_uri?: string | undefined;
|
|
673
|
+
dark_message?: string | null | undefined;
|
|
674
|
+
display_artist?: string | undefined;
|
|
675
|
+
duration_in_ms?: number | undefined;
|
|
676
|
+
fast_start_progressive_download_url?: string | undefined;
|
|
677
|
+
has_lyrics?: boolean | undefined;
|
|
678
|
+
highlight_start_times_in_ms?: number[] | undefined;
|
|
679
|
+
ig_username?: string | null | undefined;
|
|
680
|
+
is_eligible_for_audio_effects?: boolean | undefined;
|
|
681
|
+
is_eligible_for_vinyl_sticker?: boolean | undefined;
|
|
682
|
+
is_explicit?: boolean | undefined;
|
|
683
|
+
licensed_music_subtype?: string | undefined;
|
|
684
|
+
lyrics?: string | null | undefined;
|
|
685
|
+
progressive_download_url?: string | undefined;
|
|
686
|
+
reactive_audio_download_url?: string | null | undefined;
|
|
687
|
+
sanitized_title?: string | null | undefined;
|
|
688
|
+
song_monetization_info?: unknown;
|
|
689
|
+
spotify_track_metadata?: unknown;
|
|
690
|
+
subtitle?: string | undefined;
|
|
691
|
+
web_30s_preview_download_url?: string | null | undefined;
|
|
692
|
+
} | undefined;
|
|
693
|
+
music_consumption_info?: {
|
|
694
|
+
allow_media_creation_with_music?: boolean | undefined;
|
|
695
|
+
audio_asset_start_time_in_ms?: number | undefined;
|
|
696
|
+
audio_filter_infos?: unknown[] | undefined;
|
|
697
|
+
audio_muting_info?: {
|
|
698
|
+
allow_audio_editing?: boolean | undefined;
|
|
699
|
+
mute_audio?: boolean | undefined;
|
|
700
|
+
mute_reason_str?: string | undefined;
|
|
701
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
702
|
+
} | undefined;
|
|
703
|
+
contains_lyrics?: boolean | null | undefined;
|
|
704
|
+
derived_content_id?: string | null | undefined;
|
|
705
|
+
derived_content_start_time_in_composition_in_ms?: number | undefined;
|
|
706
|
+
display_labels?: unknown;
|
|
707
|
+
formatted_clips_media_count?: string | null | undefined;
|
|
708
|
+
ig_artist?: {
|
|
709
|
+
id?: string | undefined;
|
|
710
|
+
username?: string | undefined;
|
|
711
|
+
full_name?: string | undefined;
|
|
712
|
+
is_verified?: boolean | undefined;
|
|
713
|
+
profile_pic_url?: string | undefined;
|
|
714
|
+
is_private?: boolean | undefined;
|
|
715
|
+
profile_pic_id?: string | undefined;
|
|
716
|
+
} | null | undefined;
|
|
717
|
+
is_bookmarked?: boolean | undefined;
|
|
718
|
+
is_trending_in_clips?: boolean | undefined;
|
|
719
|
+
music_creation_restriction_reason?: string | null | undefined;
|
|
720
|
+
overlap_duration_in_ms?: number | undefined;
|
|
721
|
+
placeholder_profile_pic_url?: string | undefined;
|
|
722
|
+
previous_trend_rank?: number | null | undefined;
|
|
723
|
+
should_allow_music_editing?: boolean | undefined;
|
|
724
|
+
should_mute_audio?: boolean | undefined;
|
|
725
|
+
should_mute_audio_reason?: string | undefined;
|
|
726
|
+
should_mute_audio_reason_type?: string | null | undefined;
|
|
727
|
+
trend_rank?: number | null | undefined;
|
|
728
|
+
user_notes?: unknown;
|
|
729
|
+
} | undefined;
|
|
730
|
+
}, {
|
|
731
|
+
music_asset_info?: {
|
|
732
|
+
title?: string | undefined;
|
|
733
|
+
id?: string | undefined;
|
|
734
|
+
allows_saving?: boolean | undefined;
|
|
735
|
+
artist_id?: string | null | undefined;
|
|
736
|
+
audio_id?: string | undefined;
|
|
737
|
+
cover_artwork_thumbnail_uri?: string | undefined;
|
|
738
|
+
cover_artwork_uri?: string | undefined;
|
|
739
|
+
dark_message?: string | null | undefined;
|
|
740
|
+
display_artist?: string | undefined;
|
|
741
|
+
duration_in_ms?: number | undefined;
|
|
742
|
+
fast_start_progressive_download_url?: string | undefined;
|
|
743
|
+
has_lyrics?: boolean | undefined;
|
|
744
|
+
highlight_start_times_in_ms?: number[] | undefined;
|
|
745
|
+
ig_username?: string | null | undefined;
|
|
746
|
+
is_eligible_for_audio_effects?: boolean | undefined;
|
|
747
|
+
is_eligible_for_vinyl_sticker?: boolean | undefined;
|
|
748
|
+
is_explicit?: boolean | undefined;
|
|
749
|
+
licensed_music_subtype?: string | undefined;
|
|
750
|
+
lyrics?: string | null | undefined;
|
|
751
|
+
progressive_download_url?: string | undefined;
|
|
752
|
+
reactive_audio_download_url?: string | null | undefined;
|
|
753
|
+
sanitized_title?: string | null | undefined;
|
|
754
|
+
song_monetization_info?: unknown;
|
|
755
|
+
spotify_track_metadata?: unknown;
|
|
756
|
+
subtitle?: string | undefined;
|
|
757
|
+
web_30s_preview_download_url?: string | null | undefined;
|
|
758
|
+
} | undefined;
|
|
759
|
+
music_consumption_info?: {
|
|
760
|
+
allow_media_creation_with_music?: boolean | undefined;
|
|
761
|
+
audio_asset_start_time_in_ms?: number | undefined;
|
|
762
|
+
audio_filter_infos?: unknown[] | undefined;
|
|
763
|
+
audio_muting_info?: {
|
|
764
|
+
allow_audio_editing?: boolean | undefined;
|
|
765
|
+
mute_audio?: boolean | undefined;
|
|
766
|
+
mute_reason_str?: string | undefined;
|
|
767
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
768
|
+
} | undefined;
|
|
769
|
+
contains_lyrics?: boolean | null | undefined;
|
|
770
|
+
derived_content_id?: string | null | undefined;
|
|
771
|
+
derived_content_start_time_in_composition_in_ms?: number | undefined;
|
|
772
|
+
display_labels?: unknown;
|
|
773
|
+
formatted_clips_media_count?: string | null | undefined;
|
|
774
|
+
ig_artist?: {
|
|
775
|
+
id?: string | undefined;
|
|
776
|
+
username?: string | undefined;
|
|
777
|
+
full_name?: string | undefined;
|
|
778
|
+
is_verified?: boolean | undefined;
|
|
779
|
+
profile_pic_url?: string | undefined;
|
|
780
|
+
is_private?: boolean | undefined;
|
|
781
|
+
profile_pic_id?: string | undefined;
|
|
782
|
+
} | null | undefined;
|
|
783
|
+
is_bookmarked?: boolean | undefined;
|
|
784
|
+
is_trending_in_clips?: boolean | undefined;
|
|
785
|
+
music_creation_restriction_reason?: string | null | undefined;
|
|
786
|
+
overlap_duration_in_ms?: number | undefined;
|
|
787
|
+
placeholder_profile_pic_url?: string | undefined;
|
|
788
|
+
previous_trend_rank?: number | null | undefined;
|
|
789
|
+
should_allow_music_editing?: boolean | undefined;
|
|
790
|
+
should_mute_audio?: boolean | undefined;
|
|
791
|
+
should_mute_audio_reason?: string | undefined;
|
|
792
|
+
should_mute_audio_reason_type?: string | null | undefined;
|
|
793
|
+
trend_rank?: number | null | undefined;
|
|
794
|
+
user_notes?: unknown;
|
|
795
|
+
} | undefined;
|
|
796
|
+
}>>>;
|
|
797
|
+
original_sound_info: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnknown>>;
|
|
798
|
+
pinned_media_ids: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodUnknown, "many">>>;
|
|
799
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
800
|
+
audio_canonical_id?: string | undefined;
|
|
801
|
+
audio_type?: string | null | undefined;
|
|
802
|
+
music_info?: {
|
|
803
|
+
music_asset_info?: {
|
|
804
|
+
title?: string | undefined;
|
|
805
|
+
id?: string | undefined;
|
|
806
|
+
allows_saving?: boolean | undefined;
|
|
807
|
+
artist_id?: string | null | undefined;
|
|
808
|
+
audio_id?: string | undefined;
|
|
809
|
+
cover_artwork_thumbnail_uri?: string | undefined;
|
|
810
|
+
cover_artwork_uri?: string | undefined;
|
|
811
|
+
dark_message?: string | null | undefined;
|
|
812
|
+
display_artist?: string | undefined;
|
|
813
|
+
duration_in_ms?: number | undefined;
|
|
814
|
+
fast_start_progressive_download_url?: string | undefined;
|
|
815
|
+
has_lyrics?: boolean | undefined;
|
|
816
|
+
highlight_start_times_in_ms?: number[] | undefined;
|
|
817
|
+
ig_username?: string | null | undefined;
|
|
818
|
+
is_eligible_for_audio_effects?: boolean | undefined;
|
|
819
|
+
is_eligible_for_vinyl_sticker?: boolean | undefined;
|
|
820
|
+
is_explicit?: boolean | undefined;
|
|
821
|
+
licensed_music_subtype?: string | undefined;
|
|
822
|
+
lyrics?: string | null | undefined;
|
|
823
|
+
progressive_download_url?: string | undefined;
|
|
824
|
+
reactive_audio_download_url?: string | null | undefined;
|
|
825
|
+
sanitized_title?: string | null | undefined;
|
|
826
|
+
song_monetization_info?: unknown;
|
|
827
|
+
spotify_track_metadata?: unknown;
|
|
828
|
+
subtitle?: string | undefined;
|
|
829
|
+
web_30s_preview_download_url?: string | null | undefined;
|
|
830
|
+
} | undefined;
|
|
831
|
+
music_consumption_info?: {
|
|
832
|
+
allow_media_creation_with_music?: boolean | undefined;
|
|
833
|
+
audio_asset_start_time_in_ms?: number | undefined;
|
|
834
|
+
audio_filter_infos?: unknown[] | undefined;
|
|
835
|
+
audio_muting_info?: {
|
|
836
|
+
allow_audio_editing?: boolean | undefined;
|
|
837
|
+
mute_audio?: boolean | undefined;
|
|
838
|
+
mute_reason_str?: string | undefined;
|
|
839
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
840
|
+
} | undefined;
|
|
841
|
+
contains_lyrics?: boolean | null | undefined;
|
|
842
|
+
derived_content_id?: string | null | undefined;
|
|
843
|
+
derived_content_start_time_in_composition_in_ms?: number | undefined;
|
|
844
|
+
display_labels?: unknown;
|
|
845
|
+
formatted_clips_media_count?: string | null | undefined;
|
|
846
|
+
ig_artist?: {
|
|
847
|
+
id?: string | undefined;
|
|
848
|
+
username?: string | undefined;
|
|
849
|
+
full_name?: string | undefined;
|
|
850
|
+
is_verified?: boolean | undefined;
|
|
851
|
+
profile_pic_url?: string | undefined;
|
|
852
|
+
is_private?: boolean | undefined;
|
|
853
|
+
profile_pic_id?: string | undefined;
|
|
854
|
+
} | null | undefined;
|
|
855
|
+
is_bookmarked?: boolean | undefined;
|
|
856
|
+
is_trending_in_clips?: boolean | undefined;
|
|
857
|
+
music_creation_restriction_reason?: string | null | undefined;
|
|
858
|
+
overlap_duration_in_ms?: number | undefined;
|
|
859
|
+
placeholder_profile_pic_url?: string | undefined;
|
|
860
|
+
previous_trend_rank?: number | null | undefined;
|
|
861
|
+
should_allow_music_editing?: boolean | undefined;
|
|
862
|
+
should_mute_audio?: boolean | undefined;
|
|
863
|
+
should_mute_audio_reason?: string | undefined;
|
|
864
|
+
should_mute_audio_reason_type?: string | null | undefined;
|
|
865
|
+
trend_rank?: number | null | undefined;
|
|
866
|
+
user_notes?: unknown;
|
|
867
|
+
} | undefined;
|
|
868
|
+
} | null | undefined;
|
|
869
|
+
original_sound_info?: unknown;
|
|
870
|
+
pinned_media_ids?: unknown[] | null | undefined;
|
|
871
|
+
}, {
|
|
872
|
+
audio_canonical_id?: string | undefined;
|
|
873
|
+
audio_type?: string | null | undefined;
|
|
874
|
+
music_info?: {
|
|
875
|
+
music_asset_info?: {
|
|
876
|
+
title?: string | undefined;
|
|
877
|
+
id?: string | undefined;
|
|
878
|
+
allows_saving?: boolean | undefined;
|
|
879
|
+
artist_id?: string | null | undefined;
|
|
880
|
+
audio_id?: string | undefined;
|
|
881
|
+
cover_artwork_thumbnail_uri?: string | undefined;
|
|
882
|
+
cover_artwork_uri?: string | undefined;
|
|
883
|
+
dark_message?: string | null | undefined;
|
|
884
|
+
display_artist?: string | undefined;
|
|
885
|
+
duration_in_ms?: number | undefined;
|
|
886
|
+
fast_start_progressive_download_url?: string | undefined;
|
|
887
|
+
has_lyrics?: boolean | undefined;
|
|
888
|
+
highlight_start_times_in_ms?: number[] | undefined;
|
|
889
|
+
ig_username?: string | null | undefined;
|
|
890
|
+
is_eligible_for_audio_effects?: boolean | undefined;
|
|
891
|
+
is_eligible_for_vinyl_sticker?: boolean | undefined;
|
|
892
|
+
is_explicit?: boolean | undefined;
|
|
893
|
+
licensed_music_subtype?: string | undefined;
|
|
894
|
+
lyrics?: string | null | undefined;
|
|
895
|
+
progressive_download_url?: string | undefined;
|
|
896
|
+
reactive_audio_download_url?: string | null | undefined;
|
|
897
|
+
sanitized_title?: string | null | undefined;
|
|
898
|
+
song_monetization_info?: unknown;
|
|
899
|
+
spotify_track_metadata?: unknown;
|
|
900
|
+
subtitle?: string | undefined;
|
|
901
|
+
web_30s_preview_download_url?: string | null | undefined;
|
|
902
|
+
} | undefined;
|
|
903
|
+
music_consumption_info?: {
|
|
904
|
+
allow_media_creation_with_music?: boolean | undefined;
|
|
905
|
+
audio_asset_start_time_in_ms?: number | undefined;
|
|
906
|
+
audio_filter_infos?: unknown[] | undefined;
|
|
907
|
+
audio_muting_info?: {
|
|
908
|
+
allow_audio_editing?: boolean | undefined;
|
|
909
|
+
mute_audio?: boolean | undefined;
|
|
910
|
+
mute_reason_str?: string | undefined;
|
|
911
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
912
|
+
} | undefined;
|
|
913
|
+
contains_lyrics?: boolean | null | undefined;
|
|
914
|
+
derived_content_id?: string | null | undefined;
|
|
915
|
+
derived_content_start_time_in_composition_in_ms?: number | undefined;
|
|
916
|
+
display_labels?: unknown;
|
|
917
|
+
formatted_clips_media_count?: string | null | undefined;
|
|
918
|
+
ig_artist?: {
|
|
919
|
+
id?: string | undefined;
|
|
920
|
+
username?: string | undefined;
|
|
921
|
+
full_name?: string | undefined;
|
|
922
|
+
is_verified?: boolean | undefined;
|
|
923
|
+
profile_pic_url?: string | undefined;
|
|
924
|
+
is_private?: boolean | undefined;
|
|
925
|
+
profile_pic_id?: string | undefined;
|
|
926
|
+
} | null | undefined;
|
|
927
|
+
is_bookmarked?: boolean | undefined;
|
|
928
|
+
is_trending_in_clips?: boolean | undefined;
|
|
929
|
+
music_creation_restriction_reason?: string | null | undefined;
|
|
930
|
+
overlap_duration_in_ms?: number | undefined;
|
|
931
|
+
placeholder_profile_pic_url?: string | undefined;
|
|
932
|
+
previous_trend_rank?: number | null | undefined;
|
|
933
|
+
should_allow_music_editing?: boolean | undefined;
|
|
934
|
+
should_mute_audio?: boolean | undefined;
|
|
935
|
+
should_mute_audio_reason?: string | undefined;
|
|
936
|
+
should_mute_audio_reason_type?: string | null | undefined;
|
|
937
|
+
trend_rank?: number | null | undefined;
|
|
938
|
+
user_notes?: unknown;
|
|
939
|
+
} | undefined;
|
|
940
|
+
} | null | undefined;
|
|
941
|
+
original_sound_info?: unknown;
|
|
942
|
+
pinned_media_ids?: unknown[] | null | undefined;
|
|
943
|
+
}>>;
|
|
944
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
945
|
+
type?: string | undefined;
|
|
946
|
+
url?: string | undefined;
|
|
947
|
+
id?: string | undefined;
|
|
948
|
+
commentsCount?: number | undefined;
|
|
949
|
+
videoUrl?: string | undefined;
|
|
950
|
+
inputUrl?: string | undefined;
|
|
951
|
+
shortCode?: string | undefined;
|
|
952
|
+
caption?: string | undefined;
|
|
953
|
+
hashtags?: string[] | undefined;
|
|
954
|
+
mentions?: string[] | undefined;
|
|
955
|
+
dimensionsHeight?: number | undefined;
|
|
956
|
+
dimensionsWidth?: number | undefined;
|
|
957
|
+
displayUrl?: string | undefined;
|
|
958
|
+
images?: string[] | undefined;
|
|
959
|
+
alt?: string | null | undefined;
|
|
960
|
+
likesCount?: number | undefined;
|
|
961
|
+
videoViewCount?: number | undefined;
|
|
962
|
+
timestamp?: string | undefined;
|
|
963
|
+
childPosts?: unknown[] | undefined;
|
|
964
|
+
ownerUsername?: string | undefined;
|
|
965
|
+
ownerId?: string | undefined;
|
|
966
|
+
productType?: string | undefined;
|
|
967
|
+
taggedUsers?: {
|
|
968
|
+
id?: string | undefined;
|
|
969
|
+
username?: string | undefined;
|
|
970
|
+
full_name?: string | undefined;
|
|
971
|
+
is_verified?: boolean | undefined;
|
|
972
|
+
profile_pic_url?: string | undefined;
|
|
973
|
+
}[] | undefined;
|
|
974
|
+
isCommentsDisabled?: boolean | undefined;
|
|
975
|
+
location?: {
|
|
976
|
+
name?: string | undefined;
|
|
977
|
+
id?: string | undefined;
|
|
978
|
+
} | null | undefined;
|
|
979
|
+
locationName?: string | undefined;
|
|
980
|
+
locationId?: string | undefined;
|
|
981
|
+
ownerFullName?: string | undefined;
|
|
982
|
+
isSponsored?: boolean | undefined;
|
|
983
|
+
firstComment?: string | undefined;
|
|
984
|
+
latestComments?: unknown[] | undefined;
|
|
985
|
+
musicInfo?: {
|
|
986
|
+
audio_canonical_id?: string | undefined;
|
|
987
|
+
audio_type?: string | null | undefined;
|
|
988
|
+
music_info?: {
|
|
989
|
+
music_asset_info?: {
|
|
990
|
+
title?: string | undefined;
|
|
991
|
+
id?: string | undefined;
|
|
992
|
+
allows_saving?: boolean | undefined;
|
|
993
|
+
artist_id?: string | null | undefined;
|
|
994
|
+
audio_id?: string | undefined;
|
|
995
|
+
cover_artwork_thumbnail_uri?: string | undefined;
|
|
996
|
+
cover_artwork_uri?: string | undefined;
|
|
997
|
+
dark_message?: string | null | undefined;
|
|
998
|
+
display_artist?: string | undefined;
|
|
999
|
+
duration_in_ms?: number | undefined;
|
|
1000
|
+
fast_start_progressive_download_url?: string | undefined;
|
|
1001
|
+
has_lyrics?: boolean | undefined;
|
|
1002
|
+
highlight_start_times_in_ms?: number[] | undefined;
|
|
1003
|
+
ig_username?: string | null | undefined;
|
|
1004
|
+
is_eligible_for_audio_effects?: boolean | undefined;
|
|
1005
|
+
is_eligible_for_vinyl_sticker?: boolean | undefined;
|
|
1006
|
+
is_explicit?: boolean | undefined;
|
|
1007
|
+
licensed_music_subtype?: string | undefined;
|
|
1008
|
+
lyrics?: string | null | undefined;
|
|
1009
|
+
progressive_download_url?: string | undefined;
|
|
1010
|
+
reactive_audio_download_url?: string | null | undefined;
|
|
1011
|
+
sanitized_title?: string | null | undefined;
|
|
1012
|
+
song_monetization_info?: unknown;
|
|
1013
|
+
spotify_track_metadata?: unknown;
|
|
1014
|
+
subtitle?: string | undefined;
|
|
1015
|
+
web_30s_preview_download_url?: string | null | undefined;
|
|
1016
|
+
} | undefined;
|
|
1017
|
+
music_consumption_info?: {
|
|
1018
|
+
allow_media_creation_with_music?: boolean | undefined;
|
|
1019
|
+
audio_asset_start_time_in_ms?: number | undefined;
|
|
1020
|
+
audio_filter_infos?: unknown[] | undefined;
|
|
1021
|
+
audio_muting_info?: {
|
|
1022
|
+
allow_audio_editing?: boolean | undefined;
|
|
1023
|
+
mute_audio?: boolean | undefined;
|
|
1024
|
+
mute_reason_str?: string | undefined;
|
|
1025
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
1026
|
+
} | undefined;
|
|
1027
|
+
contains_lyrics?: boolean | null | undefined;
|
|
1028
|
+
derived_content_id?: string | null | undefined;
|
|
1029
|
+
derived_content_start_time_in_composition_in_ms?: number | undefined;
|
|
1030
|
+
display_labels?: unknown;
|
|
1031
|
+
formatted_clips_media_count?: string | null | undefined;
|
|
1032
|
+
ig_artist?: {
|
|
1033
|
+
id?: string | undefined;
|
|
1034
|
+
username?: string | undefined;
|
|
1035
|
+
full_name?: string | undefined;
|
|
1036
|
+
is_verified?: boolean | undefined;
|
|
1037
|
+
profile_pic_url?: string | undefined;
|
|
1038
|
+
is_private?: boolean | undefined;
|
|
1039
|
+
profile_pic_id?: string | undefined;
|
|
1040
|
+
} | null | undefined;
|
|
1041
|
+
is_bookmarked?: boolean | undefined;
|
|
1042
|
+
is_trending_in_clips?: boolean | undefined;
|
|
1043
|
+
music_creation_restriction_reason?: string | null | undefined;
|
|
1044
|
+
overlap_duration_in_ms?: number | undefined;
|
|
1045
|
+
placeholder_profile_pic_url?: string | undefined;
|
|
1046
|
+
previous_trend_rank?: number | null | undefined;
|
|
1047
|
+
should_allow_music_editing?: boolean | undefined;
|
|
1048
|
+
should_mute_audio?: boolean | undefined;
|
|
1049
|
+
should_mute_audio_reason?: string | undefined;
|
|
1050
|
+
should_mute_audio_reason_type?: string | null | undefined;
|
|
1051
|
+
trend_rank?: number | null | undefined;
|
|
1052
|
+
user_notes?: unknown;
|
|
1053
|
+
} | undefined;
|
|
1054
|
+
} | null | undefined;
|
|
1055
|
+
original_sound_info?: unknown;
|
|
1056
|
+
pinned_media_ids?: unknown[] | null | undefined;
|
|
1057
|
+
} | undefined;
|
|
1058
|
+
}, {
|
|
1059
|
+
type?: string | undefined;
|
|
1060
|
+
url?: string | undefined;
|
|
1061
|
+
id?: string | undefined;
|
|
1062
|
+
commentsCount?: number | undefined;
|
|
1063
|
+
videoUrl?: string | undefined;
|
|
1064
|
+
inputUrl?: string | undefined;
|
|
1065
|
+
shortCode?: string | undefined;
|
|
1066
|
+
caption?: string | undefined;
|
|
1067
|
+
hashtags?: string[] | undefined;
|
|
1068
|
+
mentions?: string[] | undefined;
|
|
1069
|
+
dimensionsHeight?: number | undefined;
|
|
1070
|
+
dimensionsWidth?: number | undefined;
|
|
1071
|
+
displayUrl?: string | undefined;
|
|
1072
|
+
images?: string[] | undefined;
|
|
1073
|
+
alt?: string | null | undefined;
|
|
1074
|
+
likesCount?: number | undefined;
|
|
1075
|
+
videoViewCount?: number | undefined;
|
|
1076
|
+
timestamp?: string | undefined;
|
|
1077
|
+
childPosts?: unknown[] | undefined;
|
|
1078
|
+
ownerUsername?: string | undefined;
|
|
1079
|
+
ownerId?: string | undefined;
|
|
1080
|
+
productType?: string | undefined;
|
|
1081
|
+
taggedUsers?: {
|
|
1082
|
+
id?: string | undefined;
|
|
1083
|
+
username?: string | undefined;
|
|
1084
|
+
full_name?: string | undefined;
|
|
1085
|
+
is_verified?: boolean | undefined;
|
|
1086
|
+
profile_pic_url?: string | undefined;
|
|
1087
|
+
}[] | undefined;
|
|
1088
|
+
isCommentsDisabled?: boolean | undefined;
|
|
1089
|
+
location?: {
|
|
1090
|
+
name?: string | undefined;
|
|
1091
|
+
id?: string | undefined;
|
|
1092
|
+
} | null | undefined;
|
|
1093
|
+
locationName?: string | undefined;
|
|
1094
|
+
locationId?: string | undefined;
|
|
1095
|
+
ownerFullName?: string | undefined;
|
|
1096
|
+
isSponsored?: boolean | undefined;
|
|
1097
|
+
firstComment?: string | undefined;
|
|
1098
|
+
latestComments?: unknown[] | undefined;
|
|
1099
|
+
musicInfo?: {
|
|
1100
|
+
audio_canonical_id?: string | undefined;
|
|
1101
|
+
audio_type?: string | null | undefined;
|
|
1102
|
+
music_info?: {
|
|
1103
|
+
music_asset_info?: {
|
|
1104
|
+
title?: string | undefined;
|
|
1105
|
+
id?: string | undefined;
|
|
1106
|
+
allows_saving?: boolean | undefined;
|
|
1107
|
+
artist_id?: string | null | undefined;
|
|
1108
|
+
audio_id?: string | undefined;
|
|
1109
|
+
cover_artwork_thumbnail_uri?: string | undefined;
|
|
1110
|
+
cover_artwork_uri?: string | undefined;
|
|
1111
|
+
dark_message?: string | null | undefined;
|
|
1112
|
+
display_artist?: string | undefined;
|
|
1113
|
+
duration_in_ms?: number | undefined;
|
|
1114
|
+
fast_start_progressive_download_url?: string | undefined;
|
|
1115
|
+
has_lyrics?: boolean | undefined;
|
|
1116
|
+
highlight_start_times_in_ms?: number[] | undefined;
|
|
1117
|
+
ig_username?: string | null | undefined;
|
|
1118
|
+
is_eligible_for_audio_effects?: boolean | undefined;
|
|
1119
|
+
is_eligible_for_vinyl_sticker?: boolean | undefined;
|
|
1120
|
+
is_explicit?: boolean | undefined;
|
|
1121
|
+
licensed_music_subtype?: string | undefined;
|
|
1122
|
+
lyrics?: string | null | undefined;
|
|
1123
|
+
progressive_download_url?: string | undefined;
|
|
1124
|
+
reactive_audio_download_url?: string | null | undefined;
|
|
1125
|
+
sanitized_title?: string | null | undefined;
|
|
1126
|
+
song_monetization_info?: unknown;
|
|
1127
|
+
spotify_track_metadata?: unknown;
|
|
1128
|
+
subtitle?: string | undefined;
|
|
1129
|
+
web_30s_preview_download_url?: string | null | undefined;
|
|
1130
|
+
} | undefined;
|
|
1131
|
+
music_consumption_info?: {
|
|
1132
|
+
allow_media_creation_with_music?: boolean | undefined;
|
|
1133
|
+
audio_asset_start_time_in_ms?: number | undefined;
|
|
1134
|
+
audio_filter_infos?: unknown[] | undefined;
|
|
1135
|
+
audio_muting_info?: {
|
|
1136
|
+
allow_audio_editing?: boolean | undefined;
|
|
1137
|
+
mute_audio?: boolean | undefined;
|
|
1138
|
+
mute_reason_str?: string | undefined;
|
|
1139
|
+
show_muted_audio_toast?: boolean | undefined;
|
|
1140
|
+
} | undefined;
|
|
1141
|
+
contains_lyrics?: boolean | null | undefined;
|
|
1142
|
+
derived_content_id?: string | null | undefined;
|
|
1143
|
+
derived_content_start_time_in_composition_in_ms?: number | undefined;
|
|
1144
|
+
display_labels?: unknown;
|
|
1145
|
+
formatted_clips_media_count?: string | null | undefined;
|
|
1146
|
+
ig_artist?: {
|
|
1147
|
+
id?: string | undefined;
|
|
1148
|
+
username?: string | undefined;
|
|
1149
|
+
full_name?: string | undefined;
|
|
1150
|
+
is_verified?: boolean | undefined;
|
|
1151
|
+
profile_pic_url?: string | undefined;
|
|
1152
|
+
is_private?: boolean | undefined;
|
|
1153
|
+
profile_pic_id?: string | undefined;
|
|
1154
|
+
} | null | undefined;
|
|
1155
|
+
is_bookmarked?: boolean | undefined;
|
|
1156
|
+
is_trending_in_clips?: boolean | undefined;
|
|
1157
|
+
music_creation_restriction_reason?: string | null | undefined;
|
|
1158
|
+
overlap_duration_in_ms?: number | undefined;
|
|
1159
|
+
placeholder_profile_pic_url?: string | undefined;
|
|
1160
|
+
previous_trend_rank?: number | null | undefined;
|
|
1161
|
+
should_allow_music_editing?: boolean | undefined;
|
|
1162
|
+
should_mute_audio?: boolean | undefined;
|
|
1163
|
+
should_mute_audio_reason?: string | undefined;
|
|
1164
|
+
should_mute_audio_reason_type?: string | null | undefined;
|
|
1165
|
+
trend_rank?: number | null | undefined;
|
|
1166
|
+
user_notes?: unknown;
|
|
1167
|
+
} | undefined;
|
|
1168
|
+
} | null | undefined;
|
|
1169
|
+
original_sound_info?: unknown;
|
|
1170
|
+
pinned_media_ids?: unknown[] | null | undefined;
|
|
1171
|
+
} | undefined;
|
|
1172
|
+
}>;
|
|
1173
|
+
description: string;
|
|
1174
|
+
documentation: string;
|
|
1175
|
+
category: string;
|
|
1176
|
+
};
|
|
1177
|
+
'apimaestro/linkedin-profile-posts': {
|
|
1178
|
+
input: import("zod").ZodObject<{
|
|
1179
|
+
username: import("zod").ZodString;
|
|
1180
|
+
page_number: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
1181
|
+
limit: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
1182
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1183
|
+
username: string;
|
|
1184
|
+
page_number?: number | undefined;
|
|
1185
|
+
limit?: number | undefined;
|
|
1186
|
+
}, {
|
|
1187
|
+
username: string;
|
|
1188
|
+
page_number?: number | undefined;
|
|
1189
|
+
limit?: number | undefined;
|
|
1190
|
+
}>;
|
|
1191
|
+
output: import("zod").ZodObject<{
|
|
1192
|
+
urn: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1193
|
+
activity_urn: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1194
|
+
share_urn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1195
|
+
ugcPost_urn: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1196
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1197
|
+
activity_urn?: string | undefined;
|
|
1198
|
+
share_urn?: string | null | undefined;
|
|
1199
|
+
ugcPost_urn?: string | null | undefined;
|
|
1200
|
+
}, {
|
|
1201
|
+
activity_urn?: string | undefined;
|
|
1202
|
+
share_urn?: string | null | undefined;
|
|
1203
|
+
ugcPost_urn?: string | null | undefined;
|
|
1204
|
+
}>>;
|
|
1205
|
+
full_urn: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1206
|
+
posted_at: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1207
|
+
date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1208
|
+
relative: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1209
|
+
timestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1210
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1211
|
+
date?: string | undefined;
|
|
1212
|
+
timestamp?: number | undefined;
|
|
1213
|
+
relative?: string | undefined;
|
|
1214
|
+
}, {
|
|
1215
|
+
date?: string | undefined;
|
|
1216
|
+
timestamp?: number | undefined;
|
|
1217
|
+
relative?: string | undefined;
|
|
1218
|
+
}>>;
|
|
1219
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1220
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1221
|
+
post_type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1222
|
+
author: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1223
|
+
first_name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1224
|
+
last_name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1225
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1226
|
+
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1227
|
+
profile_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1228
|
+
profile_picture: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1229
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1230
|
+
username?: string | undefined;
|
|
1231
|
+
first_name?: string | undefined;
|
|
1232
|
+
last_name?: string | undefined;
|
|
1233
|
+
headline?: string | undefined;
|
|
1234
|
+
profile_url?: string | undefined;
|
|
1235
|
+
profile_picture?: string | undefined;
|
|
1236
|
+
}, {
|
|
1237
|
+
username?: string | undefined;
|
|
1238
|
+
first_name?: string | undefined;
|
|
1239
|
+
last_name?: string | undefined;
|
|
1240
|
+
headline?: string | undefined;
|
|
1241
|
+
profile_url?: string | undefined;
|
|
1242
|
+
profile_picture?: string | undefined;
|
|
1243
|
+
}>>;
|
|
1244
|
+
stats: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1245
|
+
total_reactions: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1246
|
+
like: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1247
|
+
support: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1248
|
+
love: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1249
|
+
insight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1250
|
+
celebrate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1251
|
+
funny: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1252
|
+
comments: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1253
|
+
reposts: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1254
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1255
|
+
comments?: number | undefined;
|
|
1256
|
+
total_reactions?: number | undefined;
|
|
1257
|
+
like?: number | undefined;
|
|
1258
|
+
support?: number | undefined;
|
|
1259
|
+
love?: number | undefined;
|
|
1260
|
+
insight?: number | undefined;
|
|
1261
|
+
celebrate?: number | undefined;
|
|
1262
|
+
funny?: number | undefined;
|
|
1263
|
+
reposts?: number | undefined;
|
|
1264
|
+
}, {
|
|
1265
|
+
comments?: number | undefined;
|
|
1266
|
+
total_reactions?: number | undefined;
|
|
1267
|
+
like?: number | undefined;
|
|
1268
|
+
support?: number | undefined;
|
|
1269
|
+
love?: number | undefined;
|
|
1270
|
+
insight?: number | undefined;
|
|
1271
|
+
celebrate?: number | undefined;
|
|
1272
|
+
funny?: number | undefined;
|
|
1273
|
+
reposts?: number | undefined;
|
|
1274
|
+
}>>;
|
|
1275
|
+
media: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1276
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1277
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1278
|
+
thumbnail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1279
|
+
images: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1280
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1281
|
+
width: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1282
|
+
height: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1283
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1284
|
+
url?: string | undefined;
|
|
1285
|
+
width?: number | undefined;
|
|
1286
|
+
height?: number | undefined;
|
|
1287
|
+
}, {
|
|
1288
|
+
url?: string | undefined;
|
|
1289
|
+
width?: number | undefined;
|
|
1290
|
+
height?: number | undefined;
|
|
1291
|
+
}>, "many">>;
|
|
1292
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1293
|
+
type?: string | undefined;
|
|
1294
|
+
url?: string | undefined;
|
|
1295
|
+
thumbnail?: string | undefined;
|
|
1296
|
+
images?: {
|
|
1297
|
+
url?: string | undefined;
|
|
1298
|
+
width?: number | undefined;
|
|
1299
|
+
height?: number | undefined;
|
|
1300
|
+
}[] | undefined;
|
|
1301
|
+
}, {
|
|
1302
|
+
type?: string | undefined;
|
|
1303
|
+
url?: string | undefined;
|
|
1304
|
+
thumbnail?: string | undefined;
|
|
1305
|
+
images?: {
|
|
1306
|
+
url?: string | undefined;
|
|
1307
|
+
width?: number | undefined;
|
|
1308
|
+
height?: number | undefined;
|
|
1309
|
+
}[] | undefined;
|
|
1310
|
+
}>>;
|
|
1311
|
+
article: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1312
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1313
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1314
|
+
subtitle: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1315
|
+
thumbnail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1316
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1317
|
+
title?: string | undefined;
|
|
1318
|
+
url?: string | undefined;
|
|
1319
|
+
thumbnail?: string | undefined;
|
|
1320
|
+
subtitle?: string | undefined;
|
|
1321
|
+
}, {
|
|
1322
|
+
title?: string | undefined;
|
|
1323
|
+
url?: string | undefined;
|
|
1324
|
+
thumbnail?: string | undefined;
|
|
1325
|
+
subtitle?: string | undefined;
|
|
1326
|
+
}>>;
|
|
1327
|
+
document: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1328
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1329
|
+
page_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1330
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1331
|
+
thumbnail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1332
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1333
|
+
title?: string | undefined;
|
|
1334
|
+
url?: string | undefined;
|
|
1335
|
+
thumbnail?: string | undefined;
|
|
1336
|
+
page_count?: number | undefined;
|
|
1337
|
+
}, {
|
|
1338
|
+
title?: string | undefined;
|
|
1339
|
+
url?: string | undefined;
|
|
1340
|
+
thumbnail?: string | undefined;
|
|
1341
|
+
page_count?: number | undefined;
|
|
1342
|
+
}>>;
|
|
1343
|
+
reshared_post: import("zod").ZodOptional<import("zod").ZodType<any, import("zod").ZodTypeDef, any>>;
|
|
1344
|
+
pagination_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1345
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1346
|
+
url?: string | undefined;
|
|
1347
|
+
text?: string | undefined;
|
|
1348
|
+
urn?: {
|
|
1349
|
+
activity_urn?: string | undefined;
|
|
1350
|
+
share_urn?: string | null | undefined;
|
|
1351
|
+
ugcPost_urn?: string | null | undefined;
|
|
1352
|
+
} | undefined;
|
|
1353
|
+
full_urn?: string | undefined;
|
|
1354
|
+
posted_at?: {
|
|
1355
|
+
date?: string | undefined;
|
|
1356
|
+
timestamp?: number | undefined;
|
|
1357
|
+
relative?: string | undefined;
|
|
1358
|
+
} | undefined;
|
|
1359
|
+
post_type?: string | undefined;
|
|
1360
|
+
author?: {
|
|
1361
|
+
username?: string | undefined;
|
|
1362
|
+
first_name?: string | undefined;
|
|
1363
|
+
last_name?: string | undefined;
|
|
1364
|
+
headline?: string | undefined;
|
|
1365
|
+
profile_url?: string | undefined;
|
|
1366
|
+
profile_picture?: string | undefined;
|
|
1367
|
+
} | undefined;
|
|
1368
|
+
stats?: {
|
|
1369
|
+
comments?: number | undefined;
|
|
1370
|
+
total_reactions?: number | undefined;
|
|
1371
|
+
like?: number | undefined;
|
|
1372
|
+
support?: number | undefined;
|
|
1373
|
+
love?: number | undefined;
|
|
1374
|
+
insight?: number | undefined;
|
|
1375
|
+
celebrate?: number | undefined;
|
|
1376
|
+
funny?: number | undefined;
|
|
1377
|
+
reposts?: number | undefined;
|
|
1378
|
+
} | undefined;
|
|
1379
|
+
media?: {
|
|
1380
|
+
type?: string | undefined;
|
|
1381
|
+
url?: string | undefined;
|
|
1382
|
+
thumbnail?: string | undefined;
|
|
1383
|
+
images?: {
|
|
1384
|
+
url?: string | undefined;
|
|
1385
|
+
width?: number | undefined;
|
|
1386
|
+
height?: number | undefined;
|
|
1387
|
+
}[] | undefined;
|
|
1388
|
+
} | undefined;
|
|
1389
|
+
article?: {
|
|
1390
|
+
title?: string | undefined;
|
|
1391
|
+
url?: string | undefined;
|
|
1392
|
+
thumbnail?: string | undefined;
|
|
1393
|
+
subtitle?: string | undefined;
|
|
1394
|
+
} | undefined;
|
|
1395
|
+
document?: {
|
|
1396
|
+
title?: string | undefined;
|
|
1397
|
+
url?: string | undefined;
|
|
1398
|
+
thumbnail?: string | undefined;
|
|
1399
|
+
page_count?: number | undefined;
|
|
1400
|
+
} | undefined;
|
|
1401
|
+
reshared_post?: any;
|
|
1402
|
+
pagination_token?: string | undefined;
|
|
1403
|
+
}, {
|
|
1404
|
+
url?: string | undefined;
|
|
1405
|
+
text?: string | undefined;
|
|
1406
|
+
urn?: {
|
|
1407
|
+
activity_urn?: string | undefined;
|
|
1408
|
+
share_urn?: string | null | undefined;
|
|
1409
|
+
ugcPost_urn?: string | null | undefined;
|
|
1410
|
+
} | undefined;
|
|
1411
|
+
full_urn?: string | undefined;
|
|
1412
|
+
posted_at?: {
|
|
1413
|
+
date?: string | undefined;
|
|
1414
|
+
timestamp?: number | undefined;
|
|
1415
|
+
relative?: string | undefined;
|
|
1416
|
+
} | undefined;
|
|
1417
|
+
post_type?: string | undefined;
|
|
1418
|
+
author?: {
|
|
1419
|
+
username?: string | undefined;
|
|
1420
|
+
first_name?: string | undefined;
|
|
1421
|
+
last_name?: string | undefined;
|
|
1422
|
+
headline?: string | undefined;
|
|
1423
|
+
profile_url?: string | undefined;
|
|
1424
|
+
profile_picture?: string | undefined;
|
|
1425
|
+
} | undefined;
|
|
1426
|
+
stats?: {
|
|
1427
|
+
comments?: number | undefined;
|
|
1428
|
+
total_reactions?: number | undefined;
|
|
1429
|
+
like?: number | undefined;
|
|
1430
|
+
support?: number | undefined;
|
|
1431
|
+
love?: number | undefined;
|
|
1432
|
+
insight?: number | undefined;
|
|
1433
|
+
celebrate?: number | undefined;
|
|
1434
|
+
funny?: number | undefined;
|
|
1435
|
+
reposts?: number | undefined;
|
|
1436
|
+
} | undefined;
|
|
1437
|
+
media?: {
|
|
1438
|
+
type?: string | undefined;
|
|
1439
|
+
url?: string | undefined;
|
|
1440
|
+
thumbnail?: string | undefined;
|
|
1441
|
+
images?: {
|
|
1442
|
+
url?: string | undefined;
|
|
1443
|
+
width?: number | undefined;
|
|
1444
|
+
height?: number | undefined;
|
|
1445
|
+
}[] | undefined;
|
|
1446
|
+
} | undefined;
|
|
1447
|
+
article?: {
|
|
1448
|
+
title?: string | undefined;
|
|
1449
|
+
url?: string | undefined;
|
|
1450
|
+
thumbnail?: string | undefined;
|
|
1451
|
+
subtitle?: string | undefined;
|
|
1452
|
+
} | undefined;
|
|
1453
|
+
document?: {
|
|
1454
|
+
title?: string | undefined;
|
|
1455
|
+
url?: string | undefined;
|
|
1456
|
+
thumbnail?: string | undefined;
|
|
1457
|
+
page_count?: number | undefined;
|
|
1458
|
+
} | undefined;
|
|
1459
|
+
reshared_post?: any;
|
|
1460
|
+
pagination_token?: string | undefined;
|
|
1461
|
+
}>;
|
|
1462
|
+
description: string;
|
|
1463
|
+
documentation: string;
|
|
1464
|
+
category: string;
|
|
1465
|
+
};
|
|
1466
|
+
'apimaestro/linkedin-posts-search-scraper-no-cookies': {
|
|
1467
|
+
input: import("zod").ZodObject<{
|
|
1468
|
+
keyword: import("zod").ZodString;
|
|
1469
|
+
sort_type: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["relevance", "date_posted"]>>>;
|
|
1470
|
+
page_number: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
1471
|
+
date_filter: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<["", "past-24h", "past-week", "past-month"]>>>;
|
|
1472
|
+
limit: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
1473
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1474
|
+
keyword: string;
|
|
1475
|
+
page_number?: number | undefined;
|
|
1476
|
+
limit?: number | undefined;
|
|
1477
|
+
sort_type?: "relevance" | "date_posted" | undefined;
|
|
1478
|
+
date_filter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
1479
|
+
}, {
|
|
1480
|
+
keyword: string;
|
|
1481
|
+
page_number?: number | undefined;
|
|
1482
|
+
limit?: number | undefined;
|
|
1483
|
+
sort_type?: "relevance" | "date_posted" | undefined;
|
|
1484
|
+
date_filter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
1485
|
+
}>;
|
|
1486
|
+
output: import("zod").ZodObject<{
|
|
1487
|
+
activity_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1488
|
+
post_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1489
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1490
|
+
full_urn: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1491
|
+
author: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1492
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1493
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1494
|
+
profile_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1495
|
+
profile_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1496
|
+
image_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1497
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1498
|
+
name?: string | undefined;
|
|
1499
|
+
headline?: string | undefined;
|
|
1500
|
+
profile_url?: string | undefined;
|
|
1501
|
+
profile_id?: string | undefined;
|
|
1502
|
+
image_url?: string | undefined;
|
|
1503
|
+
}, {
|
|
1504
|
+
name?: string | undefined;
|
|
1505
|
+
headline?: string | undefined;
|
|
1506
|
+
profile_url?: string | undefined;
|
|
1507
|
+
profile_id?: string | undefined;
|
|
1508
|
+
image_url?: string | undefined;
|
|
1509
|
+
}>>;
|
|
1510
|
+
stats: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1511
|
+
total_reactions: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1512
|
+
comments: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1513
|
+
shares: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1514
|
+
reactions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1515
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1516
|
+
count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1517
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1518
|
+
type?: string | undefined;
|
|
1519
|
+
count?: number | undefined;
|
|
1520
|
+
}, {
|
|
1521
|
+
type?: string | undefined;
|
|
1522
|
+
count?: number | undefined;
|
|
1523
|
+
}>, "many">>;
|
|
1524
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1525
|
+
comments?: number | undefined;
|
|
1526
|
+
total_reactions?: number | undefined;
|
|
1527
|
+
shares?: number | undefined;
|
|
1528
|
+
reactions?: {
|
|
1529
|
+
type?: string | undefined;
|
|
1530
|
+
count?: number | undefined;
|
|
1531
|
+
}[] | undefined;
|
|
1532
|
+
}, {
|
|
1533
|
+
comments?: number | undefined;
|
|
1534
|
+
total_reactions?: number | undefined;
|
|
1535
|
+
shares?: number | undefined;
|
|
1536
|
+
reactions?: {
|
|
1537
|
+
type?: string | undefined;
|
|
1538
|
+
count?: number | undefined;
|
|
1539
|
+
}[] | undefined;
|
|
1540
|
+
}>>;
|
|
1541
|
+
posted_at: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1542
|
+
display_text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1543
|
+
date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1544
|
+
timestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1545
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1546
|
+
date?: string | undefined;
|
|
1547
|
+
timestamp?: number | undefined;
|
|
1548
|
+
display_text?: string | undefined;
|
|
1549
|
+
}, {
|
|
1550
|
+
date?: string | undefined;
|
|
1551
|
+
timestamp?: number | undefined;
|
|
1552
|
+
display_text?: string | undefined;
|
|
1553
|
+
}>>;
|
|
1554
|
+
hashtags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1555
|
+
content: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1556
|
+
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1557
|
+
article: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1558
|
+
url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1559
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1560
|
+
subtitle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1561
|
+
thumbnail: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1562
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1563
|
+
title?: string | null | undefined;
|
|
1564
|
+
url?: string | null | undefined;
|
|
1565
|
+
thumbnail?: string | null | undefined;
|
|
1566
|
+
subtitle?: string | null | undefined;
|
|
1567
|
+
}, {
|
|
1568
|
+
title?: string | null | undefined;
|
|
1569
|
+
url?: string | null | undefined;
|
|
1570
|
+
thumbnail?: string | null | undefined;
|
|
1571
|
+
subtitle?: string | null | undefined;
|
|
1572
|
+
}>>;
|
|
1573
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1574
|
+
thumbnail_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1575
|
+
duration_ms: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1576
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1577
|
+
images: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1578
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1579
|
+
width: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1580
|
+
height: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1581
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1582
|
+
url?: string | undefined;
|
|
1583
|
+
width?: number | undefined;
|
|
1584
|
+
height?: number | undefined;
|
|
1585
|
+
}, {
|
|
1586
|
+
url?: string | undefined;
|
|
1587
|
+
width?: number | undefined;
|
|
1588
|
+
height?: number | undefined;
|
|
1589
|
+
}>, "many">>;
|
|
1590
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1591
|
+
type?: string | undefined;
|
|
1592
|
+
url?: string | undefined;
|
|
1593
|
+
text?: string | undefined;
|
|
1594
|
+
images?: {
|
|
1595
|
+
url?: string | undefined;
|
|
1596
|
+
width?: number | undefined;
|
|
1597
|
+
height?: number | undefined;
|
|
1598
|
+
}[] | undefined;
|
|
1599
|
+
article?: {
|
|
1600
|
+
title?: string | null | undefined;
|
|
1601
|
+
url?: string | null | undefined;
|
|
1602
|
+
thumbnail?: string | null | undefined;
|
|
1603
|
+
subtitle?: string | null | undefined;
|
|
1604
|
+
} | undefined;
|
|
1605
|
+
thumbnail_url?: string | undefined;
|
|
1606
|
+
duration_ms?: number | undefined;
|
|
1607
|
+
}, {
|
|
1608
|
+
type?: string | undefined;
|
|
1609
|
+
url?: string | undefined;
|
|
1610
|
+
text?: string | undefined;
|
|
1611
|
+
images?: {
|
|
1612
|
+
url?: string | undefined;
|
|
1613
|
+
width?: number | undefined;
|
|
1614
|
+
height?: number | undefined;
|
|
1615
|
+
}[] | undefined;
|
|
1616
|
+
article?: {
|
|
1617
|
+
title?: string | null | undefined;
|
|
1618
|
+
url?: string | null | undefined;
|
|
1619
|
+
thumbnail?: string | null | undefined;
|
|
1620
|
+
subtitle?: string | null | undefined;
|
|
1621
|
+
} | undefined;
|
|
1622
|
+
thumbnail_url?: string | undefined;
|
|
1623
|
+
duration_ms?: number | undefined;
|
|
1624
|
+
}>>;
|
|
1625
|
+
is_reshare: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1626
|
+
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1627
|
+
total_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1628
|
+
count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1629
|
+
page: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1630
|
+
page_size: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1631
|
+
total_pages: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1632
|
+
has_next_page: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1633
|
+
has_prev_page: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1634
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1635
|
+
count?: number | undefined;
|
|
1636
|
+
total_count?: number | undefined;
|
|
1637
|
+
page?: number | undefined;
|
|
1638
|
+
page_size?: number | undefined;
|
|
1639
|
+
total_pages?: number | undefined;
|
|
1640
|
+
has_next_page?: boolean | undefined;
|
|
1641
|
+
has_prev_page?: boolean | undefined;
|
|
1642
|
+
}, {
|
|
1643
|
+
count?: number | undefined;
|
|
1644
|
+
total_count?: number | undefined;
|
|
1645
|
+
page?: number | undefined;
|
|
1646
|
+
page_size?: number | undefined;
|
|
1647
|
+
total_pages?: number | undefined;
|
|
1648
|
+
has_next_page?: boolean | undefined;
|
|
1649
|
+
has_prev_page?: boolean | undefined;
|
|
1650
|
+
}>>;
|
|
1651
|
+
search_input: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1652
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1653
|
+
content?: {
|
|
1654
|
+
type?: string | undefined;
|
|
1655
|
+
url?: string | undefined;
|
|
1656
|
+
text?: string | undefined;
|
|
1657
|
+
images?: {
|
|
1658
|
+
url?: string | undefined;
|
|
1659
|
+
width?: number | undefined;
|
|
1660
|
+
height?: number | undefined;
|
|
1661
|
+
}[] | undefined;
|
|
1662
|
+
article?: {
|
|
1663
|
+
title?: string | null | undefined;
|
|
1664
|
+
url?: string | null | undefined;
|
|
1665
|
+
thumbnail?: string | null | undefined;
|
|
1666
|
+
subtitle?: string | null | undefined;
|
|
1667
|
+
} | undefined;
|
|
1668
|
+
thumbnail_url?: string | undefined;
|
|
1669
|
+
duration_ms?: number | undefined;
|
|
1670
|
+
} | undefined;
|
|
1671
|
+
metadata?: {
|
|
1672
|
+
count?: number | undefined;
|
|
1673
|
+
total_count?: number | undefined;
|
|
1674
|
+
page?: number | undefined;
|
|
1675
|
+
page_size?: number | undefined;
|
|
1676
|
+
total_pages?: number | undefined;
|
|
1677
|
+
has_next_page?: boolean | undefined;
|
|
1678
|
+
has_prev_page?: boolean | undefined;
|
|
1679
|
+
} | undefined;
|
|
1680
|
+
text?: string | undefined;
|
|
1681
|
+
hashtags?: string[] | undefined;
|
|
1682
|
+
full_urn?: string | undefined;
|
|
1683
|
+
posted_at?: {
|
|
1684
|
+
date?: string | undefined;
|
|
1685
|
+
timestamp?: number | undefined;
|
|
1686
|
+
display_text?: string | undefined;
|
|
1687
|
+
} | undefined;
|
|
1688
|
+
author?: {
|
|
1689
|
+
name?: string | undefined;
|
|
1690
|
+
headline?: string | undefined;
|
|
1691
|
+
profile_url?: string | undefined;
|
|
1692
|
+
profile_id?: string | undefined;
|
|
1693
|
+
image_url?: string | undefined;
|
|
1694
|
+
} | undefined;
|
|
1695
|
+
stats?: {
|
|
1696
|
+
comments?: number | undefined;
|
|
1697
|
+
total_reactions?: number | undefined;
|
|
1698
|
+
shares?: number | undefined;
|
|
1699
|
+
reactions?: {
|
|
1700
|
+
type?: string | undefined;
|
|
1701
|
+
count?: number | undefined;
|
|
1702
|
+
}[] | undefined;
|
|
1703
|
+
} | undefined;
|
|
1704
|
+
activity_id?: string | undefined;
|
|
1705
|
+
post_url?: string | undefined;
|
|
1706
|
+
is_reshare?: boolean | undefined;
|
|
1707
|
+
search_input?: string | undefined;
|
|
1708
|
+
}, {
|
|
1709
|
+
content?: {
|
|
1710
|
+
type?: string | undefined;
|
|
1711
|
+
url?: string | undefined;
|
|
1712
|
+
text?: string | undefined;
|
|
1713
|
+
images?: {
|
|
1714
|
+
url?: string | undefined;
|
|
1715
|
+
width?: number | undefined;
|
|
1716
|
+
height?: number | undefined;
|
|
1717
|
+
}[] | undefined;
|
|
1718
|
+
article?: {
|
|
1719
|
+
title?: string | null | undefined;
|
|
1720
|
+
url?: string | null | undefined;
|
|
1721
|
+
thumbnail?: string | null | undefined;
|
|
1722
|
+
subtitle?: string | null | undefined;
|
|
1723
|
+
} | undefined;
|
|
1724
|
+
thumbnail_url?: string | undefined;
|
|
1725
|
+
duration_ms?: number | undefined;
|
|
1726
|
+
} | undefined;
|
|
1727
|
+
metadata?: {
|
|
1728
|
+
count?: number | undefined;
|
|
1729
|
+
total_count?: number | undefined;
|
|
1730
|
+
page?: number | undefined;
|
|
1731
|
+
page_size?: number | undefined;
|
|
1732
|
+
total_pages?: number | undefined;
|
|
1733
|
+
has_next_page?: boolean | undefined;
|
|
1734
|
+
has_prev_page?: boolean | undefined;
|
|
1735
|
+
} | undefined;
|
|
1736
|
+
text?: string | undefined;
|
|
1737
|
+
hashtags?: string[] | undefined;
|
|
1738
|
+
full_urn?: string | undefined;
|
|
1739
|
+
posted_at?: {
|
|
1740
|
+
date?: string | undefined;
|
|
1741
|
+
timestamp?: number | undefined;
|
|
1742
|
+
display_text?: string | undefined;
|
|
1743
|
+
} | undefined;
|
|
1744
|
+
author?: {
|
|
1745
|
+
name?: string | undefined;
|
|
1746
|
+
headline?: string | undefined;
|
|
1747
|
+
profile_url?: string | undefined;
|
|
1748
|
+
profile_id?: string | undefined;
|
|
1749
|
+
image_url?: string | undefined;
|
|
1750
|
+
} | undefined;
|
|
1751
|
+
stats?: {
|
|
1752
|
+
comments?: number | undefined;
|
|
1753
|
+
total_reactions?: number | undefined;
|
|
1754
|
+
shares?: number | undefined;
|
|
1755
|
+
reactions?: {
|
|
1756
|
+
type?: string | undefined;
|
|
1757
|
+
count?: number | undefined;
|
|
1758
|
+
}[] | undefined;
|
|
1759
|
+
} | undefined;
|
|
1760
|
+
activity_id?: string | undefined;
|
|
1761
|
+
post_url?: string | undefined;
|
|
1762
|
+
is_reshare?: boolean | undefined;
|
|
1763
|
+
search_input?: string | undefined;
|
|
1764
|
+
}>;
|
|
1765
|
+
description: string;
|
|
1766
|
+
documentation: string;
|
|
1767
|
+
category: string;
|
|
1768
|
+
};
|
|
1769
|
+
'streamers/youtube-scraper': {
|
|
1770
|
+
input: import("zod").ZodObject<{
|
|
1771
|
+
searchQueries: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1772
|
+
startUrls: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1773
|
+
url: import("zod").ZodString;
|
|
1774
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1775
|
+
url: string;
|
|
1776
|
+
}, {
|
|
1777
|
+
url: string;
|
|
1778
|
+
}>, "many">>>;
|
|
1779
|
+
maxResults: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
1780
|
+
maxResultsShorts: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
1781
|
+
maxResultStreams: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
1782
|
+
downloadSubtitles: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1783
|
+
saveSubsToKVS: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1784
|
+
subtitlesLanguage: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["any", "en", "de", "es", "fr", "it", "ja", "ko", "nl", "pt", "ru"]>>>;
|
|
1785
|
+
preferAutoGeneratedSubtitles: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
|
|
1786
|
+
subtitlesFormat: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodEnum<["srt", "vtt", "xml", "plaintext"]>>>;
|
|
1787
|
+
sortingOrder: import("zod").ZodOptional<import("zod").ZodEnum<["relevance", "rating", "date", "views"]>>;
|
|
1788
|
+
dateFilter: import("zod").ZodOptional<import("zod").ZodEnum<["hour", "today", "week", "month", "year"]>>;
|
|
1789
|
+
videoType: import("zod").ZodOptional<import("zod").ZodEnum<["video", "movie"]>>;
|
|
1790
|
+
lengthFilter: import("zod").ZodOptional<import("zod").ZodEnum<["under4", "between420", "plus20"]>>;
|
|
1791
|
+
isHD: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1792
|
+
hasSubtitles: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1793
|
+
hasCC: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1794
|
+
is3D: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1795
|
+
isLive: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1796
|
+
isBought: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1797
|
+
is4K: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1798
|
+
is360: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1799
|
+
hasLocation: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1800
|
+
isHDR: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1801
|
+
isVR180: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1802
|
+
oldestPostDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1803
|
+
sortVideosBy: import("zod").ZodOptional<import("zod").ZodEnum<["NEWEST", "POPULAR", "OLDEST"]>>;
|
|
1804
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1805
|
+
maxResults: number;
|
|
1806
|
+
startUrls: {
|
|
1807
|
+
url: string;
|
|
1808
|
+
}[];
|
|
1809
|
+
maxResultsShorts: number;
|
|
1810
|
+
maxResultStreams: number;
|
|
1811
|
+
downloadSubtitles: boolean;
|
|
1812
|
+
saveSubsToKVS: boolean;
|
|
1813
|
+
subtitlesLanguage: "any" | "en" | "de" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pt" | "ru";
|
|
1814
|
+
preferAutoGeneratedSubtitles: boolean;
|
|
1815
|
+
subtitlesFormat: "xml" | "srt" | "vtt" | "plaintext";
|
|
1816
|
+
searchQueries?: string[] | undefined;
|
|
1817
|
+
sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
|
|
1818
|
+
dateFilter?: "hour" | "today" | "week" | "month" | "year" | undefined;
|
|
1819
|
+
videoType?: "video" | "movie" | undefined;
|
|
1820
|
+
lengthFilter?: "under4" | "between420" | "plus20" | undefined;
|
|
1821
|
+
isHD?: boolean | undefined;
|
|
1822
|
+
hasSubtitles?: boolean | undefined;
|
|
1823
|
+
hasCC?: boolean | undefined;
|
|
1824
|
+
is3D?: boolean | undefined;
|
|
1825
|
+
isLive?: boolean | undefined;
|
|
1826
|
+
isBought?: boolean | undefined;
|
|
1827
|
+
is4K?: boolean | undefined;
|
|
1828
|
+
is360?: boolean | undefined;
|
|
1829
|
+
hasLocation?: boolean | undefined;
|
|
1830
|
+
isHDR?: boolean | undefined;
|
|
1831
|
+
isVR180?: boolean | undefined;
|
|
1832
|
+
oldestPostDate?: string | undefined;
|
|
1833
|
+
sortVideosBy?: "NEWEST" | "POPULAR" | "OLDEST" | undefined;
|
|
1834
|
+
}, {
|
|
1835
|
+
maxResults?: number | undefined;
|
|
1836
|
+
searchQueries?: string[] | undefined;
|
|
1837
|
+
startUrls?: {
|
|
1838
|
+
url: string;
|
|
1839
|
+
}[] | undefined;
|
|
1840
|
+
maxResultsShorts?: number | undefined;
|
|
1841
|
+
maxResultStreams?: number | undefined;
|
|
1842
|
+
downloadSubtitles?: boolean | undefined;
|
|
1843
|
+
saveSubsToKVS?: boolean | undefined;
|
|
1844
|
+
subtitlesLanguage?: "any" | "en" | "de" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pt" | "ru" | undefined;
|
|
1845
|
+
preferAutoGeneratedSubtitles?: boolean | undefined;
|
|
1846
|
+
subtitlesFormat?: "xml" | "srt" | "vtt" | "plaintext" | undefined;
|
|
1847
|
+
sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
|
|
1848
|
+
dateFilter?: "hour" | "today" | "week" | "month" | "year" | undefined;
|
|
1849
|
+
videoType?: "video" | "movie" | undefined;
|
|
1850
|
+
lengthFilter?: "under4" | "between420" | "plus20" | undefined;
|
|
1851
|
+
isHD?: boolean | undefined;
|
|
1852
|
+
hasSubtitles?: boolean | undefined;
|
|
1853
|
+
hasCC?: boolean | undefined;
|
|
1854
|
+
is3D?: boolean | undefined;
|
|
1855
|
+
isLive?: boolean | undefined;
|
|
1856
|
+
isBought?: boolean | undefined;
|
|
1857
|
+
is4K?: boolean | undefined;
|
|
1858
|
+
is360?: boolean | undefined;
|
|
1859
|
+
hasLocation?: boolean | undefined;
|
|
1860
|
+
isHDR?: boolean | undefined;
|
|
1861
|
+
isVR180?: boolean | undefined;
|
|
1862
|
+
oldestPostDate?: string | undefined;
|
|
1863
|
+
sortVideosBy?: "NEWEST" | "POPULAR" | "OLDEST" | undefined;
|
|
1864
|
+
}>;
|
|
1865
|
+
output: import("zod").ZodObject<{
|
|
1866
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1867
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1868
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1869
|
+
viewCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1870
|
+
date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1871
|
+
likes: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1872
|
+
channelName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1873
|
+
channelUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1874
|
+
numberOfSubscribers: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1875
|
+
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1876
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1877
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1878
|
+
comments: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1879
|
+
commentsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1880
|
+
thumbnail: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1881
|
+
thumbnailUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1882
|
+
videoType: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1883
|
+
tags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
1884
|
+
category: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1885
|
+
isLive: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1886
|
+
subtitles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1887
|
+
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1888
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1889
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1890
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1891
|
+
url?: string | undefined;
|
|
1892
|
+
text?: string | undefined;
|
|
1893
|
+
language?: string | undefined;
|
|
1894
|
+
}, {
|
|
1895
|
+
url?: string | undefined;
|
|
1896
|
+
text?: string | undefined;
|
|
1897
|
+
language?: string | undefined;
|
|
1898
|
+
}>, "many">>;
|
|
1899
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1900
|
+
description?: string | undefined;
|
|
1901
|
+
title?: string | undefined;
|
|
1902
|
+
date?: string | undefined;
|
|
1903
|
+
url?: string | undefined;
|
|
1904
|
+
duration?: string | undefined;
|
|
1905
|
+
id?: string | undefined;
|
|
1906
|
+
videoType?: string | undefined;
|
|
1907
|
+
isLive?: boolean | undefined;
|
|
1908
|
+
viewCount?: number | undefined;
|
|
1909
|
+
likes?: number | undefined;
|
|
1910
|
+
channelName?: string | undefined;
|
|
1911
|
+
channelUrl?: string | undefined;
|
|
1912
|
+
numberOfSubscribers?: number | undefined;
|
|
1913
|
+
text?: string | undefined;
|
|
1914
|
+
comments?: number | undefined;
|
|
1915
|
+
commentsCount?: number | undefined;
|
|
1916
|
+
thumbnail?: string | undefined;
|
|
1917
|
+
thumbnailUrl?: string | undefined;
|
|
1918
|
+
tags?: string[] | undefined;
|
|
1919
|
+
category?: string | undefined;
|
|
1920
|
+
subtitles?: {
|
|
1921
|
+
url?: string | undefined;
|
|
1922
|
+
text?: string | undefined;
|
|
1923
|
+
language?: string | undefined;
|
|
1924
|
+
}[] | undefined;
|
|
1925
|
+
}, {
|
|
1926
|
+
description?: string | undefined;
|
|
1927
|
+
title?: string | undefined;
|
|
1928
|
+
date?: string | undefined;
|
|
1929
|
+
url?: string | undefined;
|
|
1930
|
+
duration?: string | undefined;
|
|
1931
|
+
id?: string | undefined;
|
|
1932
|
+
videoType?: string | undefined;
|
|
1933
|
+
isLive?: boolean | undefined;
|
|
1934
|
+
viewCount?: number | undefined;
|
|
1935
|
+
likes?: number | undefined;
|
|
1936
|
+
channelName?: string | undefined;
|
|
1937
|
+
channelUrl?: string | undefined;
|
|
1938
|
+
numberOfSubscribers?: number | undefined;
|
|
1939
|
+
text?: string | undefined;
|
|
1940
|
+
comments?: number | undefined;
|
|
1941
|
+
commentsCount?: number | undefined;
|
|
1942
|
+
thumbnail?: string | undefined;
|
|
1943
|
+
thumbnailUrl?: string | undefined;
|
|
1944
|
+
tags?: string[] | undefined;
|
|
1945
|
+
category?: string | undefined;
|
|
1946
|
+
subtitles?: {
|
|
1947
|
+
url?: string | undefined;
|
|
1948
|
+
text?: string | undefined;
|
|
1949
|
+
language?: string | undefined;
|
|
1950
|
+
}[] | undefined;
|
|
1951
|
+
}>;
|
|
1952
|
+
description: string;
|
|
1953
|
+
documentation: string;
|
|
1954
|
+
category: string;
|
|
1955
|
+
};
|
|
1956
|
+
'pintostudio/youtube-transcript-scraper': {
|
|
1957
|
+
input: import("zod").ZodObject<{
|
|
1958
|
+
videoUrl: import("zod").ZodString;
|
|
1959
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1960
|
+
videoUrl: string;
|
|
1961
|
+
}, {
|
|
1962
|
+
videoUrl: string;
|
|
1963
|
+
}>;
|
|
1964
|
+
output: import("zod").ZodObject<{
|
|
1965
|
+
videoUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1966
|
+
data: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
1967
|
+
start: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1968
|
+
dur: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1969
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1970
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1971
|
+
text?: string | undefined;
|
|
1972
|
+
start?: string | undefined;
|
|
1973
|
+
dur?: string | undefined;
|
|
1974
|
+
}, {
|
|
1975
|
+
text?: string | undefined;
|
|
1976
|
+
start?: string | undefined;
|
|
1977
|
+
dur?: string | undefined;
|
|
1978
|
+
}>, "many">>;
|
|
1979
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1980
|
+
data?: {
|
|
1981
|
+
text?: string | undefined;
|
|
1982
|
+
start?: string | undefined;
|
|
1983
|
+
dur?: string | undefined;
|
|
1984
|
+
}[] | undefined;
|
|
1985
|
+
videoUrl?: string | undefined;
|
|
1986
|
+
}, {
|
|
1987
|
+
data?: {
|
|
1988
|
+
text?: string | undefined;
|
|
1989
|
+
start?: string | undefined;
|
|
1990
|
+
dur?: string | undefined;
|
|
1991
|
+
}[] | undefined;
|
|
1992
|
+
videoUrl?: string | undefined;
|
|
1993
|
+
}>;
|
|
1994
|
+
description: string;
|
|
1995
|
+
documentation: string;
|
|
1996
|
+
category: string;
|
|
1997
|
+
};
|
|
1998
|
+
};
|
|
1999
|
+
//# sourceMappingURL=apify-scraper.schema.d.ts.map
|