@keystrokehq/semanticscholar 0.1.3 → 0.1.5
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/actions/details-about-a-paper-s-authors.d.cts +13 -1
- package/dist/actions/details-about-a-paper-s-authors.d.mts +13 -1
- package/dist/actions/details-about-a-paper-s-citations.d.cts +13 -1
- package/dist/actions/details-about-a-paper-s-citations.d.mts +13 -1
- package/dist/actions/details-about-a-paper-s-references.d.cts +13 -1
- package/dist/actions/details-about-a-paper-s-references.d.mts +13 -1
- package/dist/actions/details-about-a-paper.d.cts +13 -1
- package/dist/actions/details-about-a-paper.d.mts +13 -1
- package/dist/actions/details-about-an-author-s-papers.d.cts +13 -1
- package/dist/actions/details-about-an-author-s-papers.d.mts +13 -1
- package/dist/actions/details-about-an-author.d.cts +13 -1
- package/dist/actions/details-about-an-author.d.mts +13 -1
- package/dist/actions/get-dataset-diffs.d.cts +13 -1
- package/dist/actions/get-dataset-diffs.d.mts +13 -1
- package/dist/actions/get-dataset.d.cts +13 -1
- package/dist/actions/get-dataset.d.mts +13 -1
- package/dist/actions/get-details-for-multiple-authors-at-once.d.cts +13 -1
- package/dist/actions/get-details-for-multiple-authors-at-once.d.mts +13 -1
- package/dist/actions/get-details-for-multiple-papers-at-once.d.cts +13 -1
- package/dist/actions/get-details-for-multiple-papers-at-once.d.mts +13 -1
- package/dist/actions/get-paper-recommendations.d.cts +13 -1
- package/dist/actions/get-paper-recommendations.d.mts +13 -1
- package/dist/actions/get-recommendations-for-paper.d.cts +13 -1
- package/dist/actions/get-recommendations-for-paper.d.mts +13 -1
- package/dist/actions/get-release.d.cts +13 -1
- package/dist/actions/get-release.d.mts +13 -1
- package/dist/actions/list-releases.d.cts +13 -1
- package/dist/actions/list-releases.d.cts.map +1 -1
- package/dist/actions/list-releases.d.mts +13 -1
- package/dist/actions/list-releases.d.mts.map +1 -1
- package/dist/actions/paper-title-search.d.cts +13 -1
- package/dist/actions/paper-title-search.d.mts +13 -1
- package/dist/actions/search-bulk-papers.d.cts +13 -1
- package/dist/actions/search-bulk-papers.d.mts +13 -1
- package/dist/actions/search-for-authors-by-name.d.cts +13 -1
- package/dist/actions/search-for-authors-by-name.d.mts +13 -1
- package/dist/actions/search-papers.d.cts +13 -1
- package/dist/actions/search-papers.d.mts +13 -1
- package/dist/actions/suggest-paper-query-completions.d.cts +13 -1
- package/dist/actions/suggest-paper-query-completions.d.mts +13 -1
- package/dist/actions/text-snippet-search.d.cts +13 -1
- package/dist/actions/text-snippet-search.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -28,7 +28,19 @@ declare const semanticscholarDetailsAboutAPaperSAuthors: import("@keystrokehq/ac
|
|
|
28
28
|
limit?: number | undefined;
|
|
29
29
|
fields?: string | undefined;
|
|
30
30
|
offset?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { semanticscholarDetailsAboutAPaperSAuthors };
|
|
34
46
|
//# sourceMappingURL=details-about-a-paper-s-authors.d.cts.map
|
|
@@ -28,7 +28,19 @@ declare const semanticscholarDetailsAboutAPaperSAuthors: import("@keystrokehq/ac
|
|
|
28
28
|
limit?: number | undefined;
|
|
29
29
|
fields?: string | undefined;
|
|
30
30
|
offset?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { semanticscholarDetailsAboutAPaperSAuthors };
|
|
34
46
|
//# sourceMappingURL=details-about-a-paper-s-authors.d.mts.map
|
|
@@ -69,7 +69,19 @@ declare const semanticscholarDetailsAboutAPaperSCitations: import("@keystrokehq/
|
|
|
69
69
|
limit?: number | undefined;
|
|
70
70
|
fields?: string | undefined;
|
|
71
71
|
offset?: number | undefined;
|
|
72
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
72
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
generic_api_key: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
79
|
+
connectionId: z.ZodString;
|
|
80
|
+
entityId: z.ZodString;
|
|
81
|
+
instanceId: z.ZodString;
|
|
82
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
83
|
+
generic_api_key: z.ZodString;
|
|
84
|
+
}, z.core.$strip>>]>;
|
|
73
85
|
//#endregion
|
|
74
86
|
export { semanticscholarDetailsAboutAPaperSCitations };
|
|
75
87
|
//# sourceMappingURL=details-about-a-paper-s-citations.d.cts.map
|
|
@@ -69,7 +69,19 @@ declare const semanticscholarDetailsAboutAPaperSCitations: import("@keystrokehq/
|
|
|
69
69
|
limit?: number | undefined;
|
|
70
70
|
fields?: string | undefined;
|
|
71
71
|
offset?: number | undefined;
|
|
72
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
72
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
73
|
+
connectionId: z.ZodString;
|
|
74
|
+
entityId: z.ZodString;
|
|
75
|
+
instanceId: z.ZodString;
|
|
76
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
77
|
+
generic_api_key: z.ZodString;
|
|
78
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
79
|
+
connectionId: z.ZodString;
|
|
80
|
+
entityId: z.ZodString;
|
|
81
|
+
instanceId: z.ZodString;
|
|
82
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
83
|
+
generic_api_key: z.ZodString;
|
|
84
|
+
}, z.core.$strip>>]>;
|
|
73
85
|
//#endregion
|
|
74
86
|
export { semanticscholarDetailsAboutAPaperSCitations };
|
|
75
87
|
//# sourceMappingURL=details-about-a-paper-s-citations.d.mts.map
|
|
@@ -94,7 +94,19 @@ declare const semanticscholarDetailsAboutAPaperSReferences: import("@keystrokehq
|
|
|
94
94
|
limit?: number | undefined;
|
|
95
95
|
fields?: string | undefined;
|
|
96
96
|
offset?: number | undefined;
|
|
97
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
97
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
98
|
+
connectionId: z.ZodString;
|
|
99
|
+
entityId: z.ZodString;
|
|
100
|
+
instanceId: z.ZodString;
|
|
101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
102
|
+
generic_api_key: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
104
|
+
connectionId: z.ZodString;
|
|
105
|
+
entityId: z.ZodString;
|
|
106
|
+
instanceId: z.ZodString;
|
|
107
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
108
|
+
generic_api_key: z.ZodString;
|
|
109
|
+
}, z.core.$strip>>]>;
|
|
98
110
|
//#endregion
|
|
99
111
|
export { semanticscholarDetailsAboutAPaperSReferences };
|
|
100
112
|
//# sourceMappingURL=details-about-a-paper-s-references.d.cts.map
|
|
@@ -94,7 +94,19 @@ declare const semanticscholarDetailsAboutAPaperSReferences: import("@keystrokehq
|
|
|
94
94
|
limit?: number | undefined;
|
|
95
95
|
fields?: string | undefined;
|
|
96
96
|
offset?: number | undefined;
|
|
97
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
97
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
98
|
+
connectionId: z.ZodString;
|
|
99
|
+
entityId: z.ZodString;
|
|
100
|
+
instanceId: z.ZodString;
|
|
101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
102
|
+
generic_api_key: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
104
|
+
connectionId: z.ZodString;
|
|
105
|
+
entityId: z.ZodString;
|
|
106
|
+
instanceId: z.ZodString;
|
|
107
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
108
|
+
generic_api_key: z.ZodString;
|
|
109
|
+
}, z.core.$strip>>]>;
|
|
98
110
|
//#endregion
|
|
99
111
|
export { semanticscholarDetailsAboutAPaperSReferences };
|
|
100
112
|
//# sourceMappingURL=details-about-a-paper-s-references.d.mts.map
|
|
@@ -94,7 +94,19 @@ declare const SemanticscholarDetailsAboutAPaperOutput: z.ZodObject<{
|
|
|
94
94
|
declare const semanticscholarDetailsAboutAPaper: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
95
95
|
paper_id: string;
|
|
96
96
|
fields?: string | undefined;
|
|
97
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
97
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
98
|
+
connectionId: z.ZodString;
|
|
99
|
+
entityId: z.ZodString;
|
|
100
|
+
instanceId: z.ZodString;
|
|
101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
102
|
+
generic_api_key: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
104
|
+
connectionId: z.ZodString;
|
|
105
|
+
entityId: z.ZodString;
|
|
106
|
+
instanceId: z.ZodString;
|
|
107
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
108
|
+
generic_api_key: z.ZodString;
|
|
109
|
+
}, z.core.$strip>>]>;
|
|
98
110
|
//#endregion
|
|
99
111
|
export { semanticscholarDetailsAboutAPaper };
|
|
100
112
|
//# sourceMappingURL=details-about-a-paper.d.cts.map
|
|
@@ -94,7 +94,19 @@ declare const SemanticscholarDetailsAboutAPaperOutput: z.ZodObject<{
|
|
|
94
94
|
declare const semanticscholarDetailsAboutAPaper: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
95
95
|
paper_id: string;
|
|
96
96
|
fields?: string | undefined;
|
|
97
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
97
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
98
|
+
connectionId: z.ZodString;
|
|
99
|
+
entityId: z.ZodString;
|
|
100
|
+
instanceId: z.ZodString;
|
|
101
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
102
|
+
generic_api_key: z.ZodString;
|
|
103
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
104
|
+
connectionId: z.ZodString;
|
|
105
|
+
entityId: z.ZodString;
|
|
106
|
+
instanceId: z.ZodString;
|
|
107
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
108
|
+
generic_api_key: z.ZodString;
|
|
109
|
+
}, z.core.$strip>>]>;
|
|
98
110
|
//#endregion
|
|
99
111
|
export { semanticscholarDetailsAboutAPaper };
|
|
100
112
|
//# sourceMappingURL=details-about-a-paper.d.mts.map
|
|
@@ -93,7 +93,19 @@ declare const semanticscholarDetailsAboutAnAuthorSPapers: import("@keystrokehq/a
|
|
|
93
93
|
limit?: number | undefined;
|
|
94
94
|
fields?: string | undefined;
|
|
95
95
|
offset?: number | undefined;
|
|
96
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
96
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
97
|
+
connectionId: z.ZodString;
|
|
98
|
+
entityId: z.ZodString;
|
|
99
|
+
instanceId: z.ZodString;
|
|
100
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
101
|
+
generic_api_key: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>;
|
|
97
109
|
//#endregion
|
|
98
110
|
export { semanticscholarDetailsAboutAnAuthorSPapers };
|
|
99
111
|
//# sourceMappingURL=details-about-an-author-s-papers.d.cts.map
|
|
@@ -93,7 +93,19 @@ declare const semanticscholarDetailsAboutAnAuthorSPapers: import("@keystrokehq/a
|
|
|
93
93
|
limit?: number | undefined;
|
|
94
94
|
fields?: string | undefined;
|
|
95
95
|
offset?: number | undefined;
|
|
96
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
96
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
97
|
+
connectionId: z.ZodString;
|
|
98
|
+
entityId: z.ZodString;
|
|
99
|
+
instanceId: z.ZodString;
|
|
100
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
101
|
+
generic_api_key: z.ZodString;
|
|
102
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>;
|
|
97
109
|
//#endregion
|
|
98
110
|
export { semanticscholarDetailsAboutAnAuthorSPapers };
|
|
99
111
|
//# sourceMappingURL=details-about-an-author-s-papers.d.mts.map
|
|
@@ -28,7 +28,19 @@ declare const SemanticscholarDetailsAboutAnAuthorOutput: z.ZodObject<{
|
|
|
28
28
|
declare const semanticscholarDetailsAboutAnAuthor: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
author_id: string;
|
|
30
30
|
fields?: string | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { semanticscholarDetailsAboutAnAuthor };
|
|
34
46
|
//# sourceMappingURL=details-about-an-author.d.cts.map
|
|
@@ -28,7 +28,19 @@ declare const SemanticscholarDetailsAboutAnAuthorOutput: z.ZodObject<{
|
|
|
28
28
|
declare const semanticscholarDetailsAboutAnAuthor: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
author_id: string;
|
|
30
30
|
fields?: string | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { semanticscholarDetailsAboutAnAuthor };
|
|
34
46
|
//# sourceMappingURL=details-about-an-author.d.mts.map
|
|
@@ -21,7 +21,19 @@ declare const semanticscholarGetDatasetDiffs: import("@keystrokehq/action").Work
|
|
|
21
21
|
dataset_name: string;
|
|
22
22
|
end_release_id: string;
|
|
23
23
|
start_release_id: string;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { semanticscholarGetDatasetDiffs };
|
|
27
39
|
//# sourceMappingURL=get-dataset-diffs.d.cts.map
|
|
@@ -21,7 +21,19 @@ declare const semanticscholarGetDatasetDiffs: import("@keystrokehq/action").Work
|
|
|
21
21
|
dataset_name: string;
|
|
22
22
|
end_release_id: string;
|
|
23
23
|
start_release_id: string;
|
|
24
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
31
|
+
connectionId: z.ZodString;
|
|
32
|
+
entityId: z.ZodString;
|
|
33
|
+
instanceId: z.ZodString;
|
|
34
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
35
|
+
generic_api_key: z.ZodString;
|
|
36
|
+
}, z.core.$strip>>]>;
|
|
25
37
|
//#endregion
|
|
26
38
|
export { semanticscholarGetDatasetDiffs };
|
|
27
39
|
//# sourceMappingURL=get-dataset-diffs.d.mts.map
|
|
@@ -14,7 +14,19 @@ declare const SemanticscholarGetDatasetOutput: z.ZodObject<{
|
|
|
14
14
|
declare const semanticscholarGetDataset: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
release_id: string;
|
|
16
16
|
dataset_name: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { semanticscholarGetDataset };
|
|
20
32
|
//# sourceMappingURL=get-dataset.d.cts.map
|
|
@@ -14,7 +14,19 @@ declare const SemanticscholarGetDatasetOutput: z.ZodObject<{
|
|
|
14
14
|
declare const semanticscholarGetDataset: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
release_id: string;
|
|
16
16
|
dataset_name: string;
|
|
17
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
17
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
18
|
+
connectionId: z.ZodString;
|
|
19
|
+
entityId: z.ZodString;
|
|
20
|
+
instanceId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
22
|
+
generic_api_key: z.ZodString;
|
|
23
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
24
|
+
connectionId: z.ZodString;
|
|
25
|
+
entityId: z.ZodString;
|
|
26
|
+
instanceId: z.ZodString;
|
|
27
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
+
generic_api_key: z.ZodString;
|
|
29
|
+
}, z.core.$strip>>]>;
|
|
18
30
|
//#endregion
|
|
19
31
|
export { semanticscholarGetDataset };
|
|
20
32
|
//# sourceMappingURL=get-dataset.d.mts.map
|
|
@@ -9,7 +9,19 @@ declare const SemanticscholarGetDetailsForMultipleAuthorsAtOnceOutput: z.ZodUnkn
|
|
|
9
9
|
declare const semanticscholarGetDetailsForMultipleAuthorsAtOnce: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
ids: string[];
|
|
11
11
|
fields?: string | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { semanticscholarGetDetailsForMultipleAuthorsAtOnce };
|
|
15
27
|
//# sourceMappingURL=get-details-for-multiple-authors-at-once.d.cts.map
|
|
@@ -9,7 +9,19 @@ declare const SemanticscholarGetDetailsForMultipleAuthorsAtOnceOutput: z.ZodUnkn
|
|
|
9
9
|
declare const semanticscholarGetDetailsForMultipleAuthorsAtOnce: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
10
10
|
ids: string[];
|
|
11
11
|
fields?: string | undefined;
|
|
12
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
13
|
+
connectionId: z.ZodString;
|
|
14
|
+
entityId: z.ZodString;
|
|
15
|
+
instanceId: z.ZodString;
|
|
16
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17
|
+
generic_api_key: z.ZodString;
|
|
18
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>;
|
|
13
25
|
//#endregion
|
|
14
26
|
export { semanticscholarGetDetailsForMultipleAuthorsAtOnce };
|
|
15
27
|
//# sourceMappingURL=get-details-for-multiple-authors-at-once.d.mts.map
|
|
@@ -32,7 +32,19 @@ declare const SemanticscholarGetDetailsForMultiplePapersAtOnceOutput: z.ZodObjec
|
|
|
32
32
|
declare const semanticscholarGetDetailsForMultiplePapersAtOnce: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
ids?: string[] | undefined;
|
|
34
34
|
fields?: string | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { semanticscholarGetDetailsForMultiplePapersAtOnce };
|
|
38
50
|
//# sourceMappingURL=get-details-for-multiple-papers-at-once.d.cts.map
|
|
@@ -32,7 +32,19 @@ declare const SemanticscholarGetDetailsForMultiplePapersAtOnceOutput: z.ZodObjec
|
|
|
32
32
|
declare const semanticscholarGetDetailsForMultiplePapersAtOnce: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
33
33
|
ids?: string[] | undefined;
|
|
34
34
|
fields?: string | undefined;
|
|
35
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
36
|
+
connectionId: z.ZodString;
|
|
37
|
+
entityId: z.ZodString;
|
|
38
|
+
instanceId: z.ZodString;
|
|
39
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
40
|
+
generic_api_key: z.ZodString;
|
|
41
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
42
|
+
connectionId: z.ZodString;
|
|
43
|
+
entityId: z.ZodString;
|
|
44
|
+
instanceId: z.ZodString;
|
|
45
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
46
|
+
generic_api_key: z.ZodString;
|
|
47
|
+
}, z.core.$strip>>]>;
|
|
36
48
|
//#endregion
|
|
37
49
|
export { semanticscholarGetDetailsForMultiplePapersAtOnce };
|
|
38
50
|
//# sourceMappingURL=get-details-for-multiple-papers-at-once.d.mts.map
|
|
@@ -70,7 +70,19 @@ declare const semanticscholarGetPaperRecommendations: import("@keystrokehq/actio
|
|
|
70
70
|
limit?: number | undefined;
|
|
71
71
|
fields?: string | undefined;
|
|
72
72
|
negative_paper_ids?: string[] | undefined;
|
|
73
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
73
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
74
|
+
connectionId: z.ZodString;
|
|
75
|
+
entityId: z.ZodString;
|
|
76
|
+
instanceId: z.ZodString;
|
|
77
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
78
|
+
generic_api_key: z.ZodString;
|
|
79
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
80
|
+
connectionId: z.ZodString;
|
|
81
|
+
entityId: z.ZodString;
|
|
82
|
+
instanceId: z.ZodString;
|
|
83
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
84
|
+
generic_api_key: z.ZodString;
|
|
85
|
+
}, z.core.$strip>>]>;
|
|
74
86
|
//#endregion
|
|
75
87
|
export { semanticscholarGetPaperRecommendations };
|
|
76
88
|
//# sourceMappingURL=get-paper-recommendations.d.cts.map
|
|
@@ -70,7 +70,19 @@ declare const semanticscholarGetPaperRecommendations: import("@keystrokehq/actio
|
|
|
70
70
|
limit?: number | undefined;
|
|
71
71
|
fields?: string | undefined;
|
|
72
72
|
negative_paper_ids?: string[] | undefined;
|
|
73
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
73
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
74
|
+
connectionId: z.ZodString;
|
|
75
|
+
entityId: z.ZodString;
|
|
76
|
+
instanceId: z.ZodString;
|
|
77
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
78
|
+
generic_api_key: z.ZodString;
|
|
79
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
80
|
+
connectionId: z.ZodString;
|
|
81
|
+
entityId: z.ZodString;
|
|
82
|
+
instanceId: z.ZodString;
|
|
83
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
84
|
+
generic_api_key: z.ZodString;
|
|
85
|
+
}, z.core.$strip>>]>;
|
|
74
86
|
//#endregion
|
|
75
87
|
export { semanticscholarGetPaperRecommendations };
|
|
76
88
|
//# sourceMappingURL=get-paper-recommendations.d.mts.map
|
|
@@ -72,7 +72,19 @@ declare const semanticscholarGetRecommendationsForPaper: import("@keystrokehq/ac
|
|
|
72
72
|
from?: "recent" | "all-cs" | undefined;
|
|
73
73
|
limit?: number | undefined;
|
|
74
74
|
fields?: string | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
generic_api_key: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
generic_api_key: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
76
88
|
//#endregion
|
|
77
89
|
export { semanticscholarGetRecommendationsForPaper };
|
|
78
90
|
//# sourceMappingURL=get-recommendations-for-paper.d.cts.map
|
|
@@ -72,7 +72,19 @@ declare const semanticscholarGetRecommendationsForPaper: import("@keystrokehq/ac
|
|
|
72
72
|
from?: "recent" | "all-cs" | undefined;
|
|
73
73
|
limit?: number | undefined;
|
|
74
74
|
fields?: string | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
76
|
+
connectionId: z.ZodString;
|
|
77
|
+
entityId: z.ZodString;
|
|
78
|
+
instanceId: z.ZodString;
|
|
79
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
80
|
+
generic_api_key: z.ZodString;
|
|
81
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
82
|
+
connectionId: z.ZodString;
|
|
83
|
+
entityId: z.ZodString;
|
|
84
|
+
instanceId: z.ZodString;
|
|
85
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
86
|
+
generic_api_key: z.ZodString;
|
|
87
|
+
}, z.core.$strip>>]>;
|
|
76
88
|
//#endregion
|
|
77
89
|
export { semanticscholarGetRecommendationsForPaper };
|
|
78
90
|
//# sourceMappingURL=get-recommendations-for-paper.d.mts.map
|
|
@@ -15,7 +15,19 @@ declare const SemanticscholarGetReleaseOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const semanticscholarGetRelease: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
release_id: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { semanticscholarGetRelease };
|
|
21
33
|
//# sourceMappingURL=get-release.d.cts.map
|
|
@@ -15,7 +15,19 @@ declare const SemanticscholarGetReleaseOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>;
|
|
16
16
|
declare const semanticscholarGetRelease: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
17
|
release_id: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
19
|
+
connectionId: z.ZodString;
|
|
20
|
+
entityId: z.ZodString;
|
|
21
|
+
instanceId: z.ZodString;
|
|
22
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
23
|
+
generic_api_key: z.ZodString;
|
|
24
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
25
|
+
connectionId: z.ZodString;
|
|
26
|
+
entityId: z.ZodString;
|
|
27
|
+
instanceId: z.ZodString;
|
|
28
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
29
|
+
generic_api_key: z.ZodString;
|
|
30
|
+
}, z.core.$strip>>]>;
|
|
19
31
|
//#endregion
|
|
20
32
|
export { semanticscholarGetRelease };
|
|
21
33
|
//# sourceMappingURL=get-release.d.mts.map
|
|
@@ -5,7 +5,19 @@ declare const SemanticscholarListReleasesInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const SemanticscholarListReleasesOutput: z.ZodObject<{
|
|
6
6
|
releases: z.ZodArray<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const semanticscholarListReleases: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const semanticscholarListReleases: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
generic_api_key: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { semanticscholarListReleases };
|
|
11
23
|
//# sourceMappingURL=list-releases.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-releases.d.cts","names":[],"sources":["../../src/actions/list-releases.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-releases.d.cts","names":[],"sources":["../../src/actions/list-releases.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,oBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -5,7 +5,19 @@ declare const SemanticscholarListReleasesInput: z.ZodObject<{}, z.core.$strip>;
|
|
|
5
5
|
declare const SemanticscholarListReleasesOutput: z.ZodObject<{
|
|
6
6
|
releases: z.ZodArray<z.ZodString>;
|
|
7
7
|
}, z.core.$loose>;
|
|
8
|
-
declare const semanticscholarListReleases: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
8
|
+
declare const semanticscholarListReleases: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
9
|
+
connectionId: z.ZodString;
|
|
10
|
+
entityId: z.ZodString;
|
|
11
|
+
instanceId: z.ZodString;
|
|
12
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13
|
+
generic_api_key: z.ZodString;
|
|
14
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
15
|
+
connectionId: z.ZodString;
|
|
16
|
+
entityId: z.ZodString;
|
|
17
|
+
instanceId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
generic_api_key: z.ZodString;
|
|
20
|
+
}, z.core.$strip>>]>;
|
|
9
21
|
//#endregion
|
|
10
22
|
export { semanticscholarListReleases };
|
|
11
23
|
//# sourceMappingURL=list-releases.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-releases.d.mts","names":[],"sources":["../../src/actions/list-releases.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"list-releases.d.mts","names":[],"sources":["../../src/actions/list-releases.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,oBAAA,CAAA,CAAA,SAAA"}
|
|
@@ -99,7 +99,19 @@ declare const semanticscholarPaperTitleSearch: import("@keystrokehq/action").Wor
|
|
|
99
99
|
minCitationCount?: number | undefined;
|
|
100
100
|
publicationTypes?: string | undefined;
|
|
101
101
|
publicationDateOrYear?: string | undefined;
|
|
102
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
102
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
generic_api_key: z.ZodString;
|
|
114
|
+
}, z.core.$strip>>]>;
|
|
103
115
|
//#endregion
|
|
104
116
|
export { semanticscholarPaperTitleSearch };
|
|
105
117
|
//# sourceMappingURL=paper-title-search.d.cts.map
|
|
@@ -99,7 +99,19 @@ declare const semanticscholarPaperTitleSearch: import("@keystrokehq/action").Wor
|
|
|
99
99
|
minCitationCount?: number | undefined;
|
|
100
100
|
publicationTypes?: string | undefined;
|
|
101
101
|
publicationDateOrYear?: string | undefined;
|
|
102
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
102
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
generic_api_key: z.ZodString;
|
|
114
|
+
}, z.core.$strip>>]>;
|
|
103
115
|
//#endregion
|
|
104
116
|
export { semanticscholarPaperTitleSearch };
|
|
105
117
|
//# sourceMappingURL=paper-title-search.d.mts.map
|
|
@@ -85,7 +85,19 @@ declare const semanticscholarSearchBulkPapers: import("@keystrokehq/action").Wor
|
|
|
85
85
|
minCitationCount?: number | undefined;
|
|
86
86
|
publicationTypes?: string | undefined;
|
|
87
87
|
publicationDateOrYear?: string | undefined;
|
|
88
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
88
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
generic_api_key: z.ZodString;
|
|
94
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
95
|
+
connectionId: z.ZodString;
|
|
96
|
+
entityId: z.ZodString;
|
|
97
|
+
instanceId: z.ZodString;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
generic_api_key: z.ZodString;
|
|
100
|
+
}, z.core.$strip>>]>;
|
|
89
101
|
//#endregion
|
|
90
102
|
export { semanticscholarSearchBulkPapers };
|
|
91
103
|
//# sourceMappingURL=search-bulk-papers.d.cts.map
|
|
@@ -85,7 +85,19 @@ declare const semanticscholarSearchBulkPapers: import("@keystrokehq/action").Wor
|
|
|
85
85
|
minCitationCount?: number | undefined;
|
|
86
86
|
publicationTypes?: string | undefined;
|
|
87
87
|
publicationDateOrYear?: string | undefined;
|
|
88
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
88
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
89
|
+
connectionId: z.ZodString;
|
|
90
|
+
entityId: z.ZodString;
|
|
91
|
+
instanceId: z.ZodString;
|
|
92
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
93
|
+
generic_api_key: z.ZodString;
|
|
94
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
95
|
+
connectionId: z.ZodString;
|
|
96
|
+
entityId: z.ZodString;
|
|
97
|
+
instanceId: z.ZodString;
|
|
98
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
99
|
+
generic_api_key: z.ZodString;
|
|
100
|
+
}, z.core.$strip>>]>;
|
|
89
101
|
//#endregion
|
|
90
102
|
export { semanticscholarSearchBulkPapers };
|
|
91
103
|
//# sourceMappingURL=search-bulk-papers.d.mts.map
|
|
@@ -28,7 +28,19 @@ declare const semanticscholarSearchForAuthorsByName: import("@keystrokehq/action
|
|
|
28
28
|
limit?: number | undefined;
|
|
29
29
|
fields?: string | undefined;
|
|
30
30
|
offset?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { semanticscholarSearchForAuthorsByName };
|
|
34
46
|
//# sourceMappingURL=search-for-authors-by-name.d.cts.map
|
|
@@ -28,7 +28,19 @@ declare const semanticscholarSearchForAuthorsByName: import("@keystrokehq/action
|
|
|
28
28
|
limit?: number | undefined;
|
|
29
29
|
fields?: string | undefined;
|
|
30
30
|
offset?: number | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
generic_api_key: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { semanticscholarSearchForAuthorsByName };
|
|
34
46
|
//# sourceMappingURL=search-for-authors-by-name.d.mts.map
|
|
@@ -99,7 +99,19 @@ declare const semanticscholarSearchPapers: import("@keystrokehq/action").Workflo
|
|
|
99
99
|
minCitationCount?: number | undefined;
|
|
100
100
|
publicationTypes?: string | undefined;
|
|
101
101
|
publicationDateOrYear?: string | undefined;
|
|
102
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
102
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
generic_api_key: z.ZodString;
|
|
114
|
+
}, z.core.$strip>>]>;
|
|
103
115
|
//#endregion
|
|
104
116
|
export { semanticscholarSearchPapers };
|
|
105
117
|
//# sourceMappingURL=search-papers.d.cts.map
|
|
@@ -99,7 +99,19 @@ declare const semanticscholarSearchPapers: import("@keystrokehq/action").Workflo
|
|
|
99
99
|
minCitationCount?: number | undefined;
|
|
100
100
|
publicationTypes?: string | undefined;
|
|
101
101
|
publicationDateOrYear?: string | undefined;
|
|
102
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
102
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
103
|
+
connectionId: z.ZodString;
|
|
104
|
+
entityId: z.ZodString;
|
|
105
|
+
instanceId: z.ZodString;
|
|
106
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
107
|
+
generic_api_key: z.ZodString;
|
|
108
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
109
|
+
connectionId: z.ZodString;
|
|
110
|
+
entityId: z.ZodString;
|
|
111
|
+
instanceId: z.ZodString;
|
|
112
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
113
|
+
generic_api_key: z.ZodString;
|
|
114
|
+
}, z.core.$strip>>]>;
|
|
103
115
|
//#endregion
|
|
104
116
|
export { semanticscholarSearchPapers };
|
|
105
117
|
//# sourceMappingURL=search-papers.d.mts.map
|
|
@@ -13,7 +13,19 @@ declare const SemanticscholarSuggestPaperQueryCompletionsOutput: z.ZodObject<{
|
|
|
13
13
|
}, z.core.$loose>;
|
|
14
14
|
declare const semanticscholarSuggestPaperQueryCompletions: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
query: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { semanticscholarSuggestPaperQueryCompletions };
|
|
19
31
|
//# sourceMappingURL=suggest-paper-query-completions.d.cts.map
|
|
@@ -13,7 +13,19 @@ declare const SemanticscholarSuggestPaperQueryCompletionsOutput: z.ZodObject<{
|
|
|
13
13
|
}, z.core.$loose>;
|
|
14
14
|
declare const semanticscholarSuggestPaperQueryCompletions: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
15
|
query: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
16
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
17
|
+
connectionId: z.ZodString;
|
|
18
|
+
entityId: z.ZodString;
|
|
19
|
+
instanceId: z.ZodString;
|
|
20
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
+
generic_api_key: z.ZodString;
|
|
22
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
generic_api_key: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>;
|
|
17
29
|
//#endregion
|
|
18
30
|
export { semanticscholarSuggestPaperQueryCompletions };
|
|
19
31
|
//# sourceMappingURL=suggest-paper-query-completions.d.mts.map
|
|
@@ -62,7 +62,19 @@ declare const semanticscholarTextSnippetSearch: import("@keystrokehq/action").Wo
|
|
|
62
62
|
fieldsOfStudy?: string | undefined;
|
|
63
63
|
minCitationCount?: string | undefined;
|
|
64
64
|
publicationDateOrYear?: string | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
generic_api_key: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { semanticscholarTextSnippetSearch };
|
|
68
80
|
//# sourceMappingURL=text-snippet-search.d.cts.map
|
|
@@ -62,7 +62,19 @@ declare const semanticscholarTextSnippetSearch: import("@keystrokehq/action").Wo
|
|
|
62
62
|
fieldsOfStudy?: string | undefined;
|
|
63
63
|
minCitationCount?: string | undefined;
|
|
64
64
|
publicationDateOrYear?: string | undefined;
|
|
65
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
65
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
66
|
+
connectionId: z.ZodString;
|
|
67
|
+
entityId: z.ZodString;
|
|
68
|
+
instanceId: z.ZodString;
|
|
69
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
70
|
+
generic_api_key: z.ZodString;
|
|
71
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
72
|
+
connectionId: z.ZodString;
|
|
73
|
+
entityId: z.ZodString;
|
|
74
|
+
instanceId: z.ZodString;
|
|
75
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
76
|
+
generic_api_key: z.ZodString;
|
|
77
|
+
}, z.core.$strip>>]>;
|
|
66
78
|
//#endregion
|
|
67
79
|
export { semanticscholarTextSnippetSearch };
|
|
68
80
|
//# sourceMappingURL=text-snippet-search.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const semanticscholar = (0,
|
|
4
|
+
const semanticscholar = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "semanticscholar",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.semanticscholar = semanticscholar;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const semanticscholar = defineApp({\n slug: \"semanticscholar\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const semanticscholar = defineApp({\n slug: \"semanticscholar\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,mBAAA,GAAA,2BAAA,UAAA,CAA4B;CACvC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const semanticscholar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const semanticscholar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { semanticscholar };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,eAAA,6BAAe,GAAA,+BAAA,UAAA,oBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const semanticscholar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const semanticscholar: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"semanticscholar", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
generic_api_key: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { semanticscholar };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,eAAA,6BAAe,GAAA,+BAAA,UAAA,oBAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const semanticscholar = defineApp({
|
|
4
5
|
slug: "semanticscholar",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { semanticscholar };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const semanticscholar = defineApp({\n slug: \"semanticscholar\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const semanticscholar = defineApp({\n slug: \"semanticscholar\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,kBAAkB,UAAU;CACvC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const semanticscholarCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/semanticscholar",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "API key for the Semanticscholar API"
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const semanticscholarCatalog = {\n \"slug\": \"semanticscholar\",\n \"name\": \"Semantic Scholar\",\n \"description\": \"Semantic Scholar is an AI-powered academic search engine that helps researchers discover and understand scientific literature\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/semanticscholar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const semanticscholarCatalog = {\n \"slug\": \"semanticscholar\",\n \"name\": \"Semantic Scholar\",\n \"description\": \"Semantic Scholar is an AI-powered academic search engine that helps researchers discover and understand scientific literature\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/semanticscholar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"API key for the Semanticscholar API\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,yBAAyB;CACpC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const semanticscholarCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "API key for the Semanticscholar API";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const semanticscholarCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "API key for the Semanticscholar API";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const semanticscholarCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/semanticscholar",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "API key for the Semanticscholar API"
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const semanticscholarCatalog = {\n \"slug\": \"semanticscholar\",\n \"name\": \"Semantic Scholar\",\n \"description\": \"Semantic Scholar is an AI-powered academic search engine that helps researchers discover and understand scientific literature\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/semanticscholar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const semanticscholarCatalog = {\n \"slug\": \"semanticscholar\",\n \"name\": \"Semantic Scholar\",\n \"description\": \"Semantic Scholar is an AI-powered academic search engine that helps researchers discover and understand scientific literature\",\n \"category\": \"Artificial Intelligence\",\n \"logo\": \"https://logos.composio.dev/api/semanticscholar\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"API key for the Semanticscholar API\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,yBAAyB;CACpC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|