@keystrokehq/perigon 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/get-articles.d.cts +13 -1
- package/dist/actions/get-articles.d.mts +13 -1
- package/dist/actions/get-companies.d.cts +13 -1
- package/dist/actions/get-companies.d.cts.map +1 -1
- package/dist/actions/get-companies.d.mts +13 -1
- package/dist/actions/get-companies.d.mts.map +1 -1
- package/dist/actions/get-journalists.d.cts +13 -1
- package/dist/actions/get-journalists.d.mts +13 -1
- package/dist/actions/get-sources.d.cts +13 -1
- package/dist/actions/get-sources.d.mts +13 -1
- package/dist/actions/get-stories.d.cts +13 -1
- package/dist/actions/get-stories.d.mts +13 -1
- package/dist/actions/get-topics.d.cts +13 -1
- package/dist/actions/get-topics.d.cts.map +1 -1
- package/dist/actions/get-topics.d.mts +13 -1
- package/dist/actions/get-topics.d.mts.map +1 -1
- package/dist/actions/get-wikipedia.d.cts +13 -1
- package/dist/actions/get-wikipedia.d.mts +13 -1
- package/dist/actions/vector-search-articles.d.cts +13 -1
- package/dist/actions/vector-search-articles.d.cts.map +1 -1
- package/dist/actions/vector-search-articles.d.mts +13 -1
- package/dist/actions/vector-search-articles.d.mts.map +1 -1
- package/dist/actions/vector-search-wikipedia.d.cts +13 -1
- package/dist/actions/vector-search-wikipedia.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
|
@@ -88,7 +88,19 @@ declare const perigonGetArticles: import("@keystrokehq/action").WorkflowActionDe
|
|
|
88
88
|
language?: string | undefined;
|
|
89
89
|
pageSize?: number | undefined;
|
|
90
90
|
excludeDomains?: string | undefined;
|
|
91
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
91
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
92
|
+
connectionId: z.ZodString;
|
|
93
|
+
entityId: z.ZodString;
|
|
94
|
+
instanceId: z.ZodString;
|
|
95
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
96
|
+
generic_api_key: z.ZodString;
|
|
97
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", 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>>]>;
|
|
92
104
|
//#endregion
|
|
93
105
|
export { perigonGetArticles };
|
|
94
106
|
//# sourceMappingURL=get-articles.d.cts.map
|
|
@@ -88,7 +88,19 @@ declare const perigonGetArticles: import("@keystrokehq/action").WorkflowActionDe
|
|
|
88
88
|
language?: string | undefined;
|
|
89
89
|
pageSize?: number | undefined;
|
|
90
90
|
excludeDomains?: string | undefined;
|
|
91
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
91
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
92
|
+
connectionId: z.ZodString;
|
|
93
|
+
entityId: z.ZodString;
|
|
94
|
+
instanceId: z.ZodString;
|
|
95
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
96
|
+
generic_api_key: z.ZodString;
|
|
97
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", 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>>]>;
|
|
92
104
|
//#endregion
|
|
93
105
|
export { perigonGetArticles };
|
|
94
106
|
//# sourceMappingURL=get-articles.d.mts.map
|
|
@@ -58,7 +58,19 @@ declare const PerigonGetCompaniesOutput: z.ZodObject<{
|
|
|
58
58
|
}, z.core.$loose>>;
|
|
59
59
|
numResults: z.ZodNullable<z.ZodNumber>;
|
|
60
60
|
}, z.core.$loose>;
|
|
61
|
-
declare const perigonGetCompanies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
declare const perigonGetCompanies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { perigonGetCompanies };
|
|
64
76
|
//# sourceMappingURL=get-companies.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-companies.d.cts","names":[],"sources":["../../src/actions/get-companies.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAsDxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-companies.d.cts","names":[],"sources":["../../src/actions/get-companies.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAsDxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -58,7 +58,19 @@ declare const PerigonGetCompaniesOutput: z.ZodObject<{
|
|
|
58
58
|
}, z.core.$loose>>;
|
|
59
59
|
numResults: z.ZodNullable<z.ZodNumber>;
|
|
60
60
|
}, z.core.$loose>;
|
|
61
|
-
declare const perigonGetCompanies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
declare const perigonGetCompanies: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { perigonGetCompanies };
|
|
64
76
|
//# sourceMappingURL=get-companies.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-companies.d.mts","names":[],"sources":["../../src/actions/get-companies.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAsDxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-companies.d.mts","names":[],"sources":["../../src/actions/get-companies.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAsDxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -58,7 +58,19 @@ declare const perigonGetJournalists: import("@keystrokehq/action").WorkflowActio
|
|
|
58
58
|
query?: string | undefined;
|
|
59
59
|
offset?: number | undefined;
|
|
60
60
|
outlet?: string | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { perigonGetJournalists };
|
|
64
76
|
//# sourceMappingURL=get-journalists.d.cts.map
|
|
@@ -58,7 +58,19 @@ declare const perigonGetJournalists: import("@keystrokehq/action").WorkflowActio
|
|
|
58
58
|
query?: string | undefined;
|
|
59
59
|
offset?: number | undefined;
|
|
60
60
|
outlet?: string | undefined;
|
|
61
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
61
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
68
|
+
connectionId: z.ZodString;
|
|
69
|
+
entityId: z.ZodString;
|
|
70
|
+
instanceId: z.ZodString;
|
|
71
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
72
|
+
generic_api_key: z.ZodString;
|
|
73
|
+
}, z.core.$strip>>]>;
|
|
62
74
|
//#endregion
|
|
63
75
|
export { perigonGetJournalists };
|
|
64
76
|
//# sourceMappingURL=get-journalists.d.mts.map
|
|
@@ -92,7 +92,19 @@ declare const perigonGetSources: import("@keystrokehq/action").WorkflowActionDef
|
|
|
92
92
|
min_traffic?: number | undefined;
|
|
93
93
|
exclude_domains?: string | undefined;
|
|
94
94
|
include_domains?: string | undefined;
|
|
95
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
95
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
96
|
+
connectionId: z.ZodString;
|
|
97
|
+
entityId: z.ZodString;
|
|
98
|
+
instanceId: z.ZodString;
|
|
99
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
100
|
+
generic_api_key: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
102
|
+
connectionId: z.ZodString;
|
|
103
|
+
entityId: z.ZodString;
|
|
104
|
+
instanceId: z.ZodString;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
generic_api_key: z.ZodString;
|
|
107
|
+
}, z.core.$strip>>]>;
|
|
96
108
|
//#endregion
|
|
97
109
|
export { perigonGetSources };
|
|
98
110
|
//# sourceMappingURL=get-sources.d.cts.map
|
|
@@ -92,7 +92,19 @@ declare const perigonGetSources: import("@keystrokehq/action").WorkflowActionDef
|
|
|
92
92
|
min_traffic?: number | undefined;
|
|
93
93
|
exclude_domains?: string | undefined;
|
|
94
94
|
include_domains?: string | undefined;
|
|
95
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
95
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
96
|
+
connectionId: z.ZodString;
|
|
97
|
+
entityId: z.ZodString;
|
|
98
|
+
instanceId: z.ZodString;
|
|
99
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
100
|
+
generic_api_key: z.ZodString;
|
|
101
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
102
|
+
connectionId: z.ZodString;
|
|
103
|
+
entityId: z.ZodString;
|
|
104
|
+
instanceId: z.ZodString;
|
|
105
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
106
|
+
generic_api_key: z.ZodString;
|
|
107
|
+
}, z.core.$strip>>]>;
|
|
96
108
|
//#endregion
|
|
97
109
|
export { perigonGetSources };
|
|
98
110
|
//# sourceMappingURL=get-sources.d.mts.map
|
|
@@ -136,7 +136,19 @@ declare const perigonGetStories: import("@keystrokehq/action").WorkflowActionDef
|
|
|
136
136
|
min_score?: number | undefined;
|
|
137
137
|
sentiment?: "neutral" | "negative" | "positive" | undefined;
|
|
138
138
|
cluster_min_score?: number | undefined;
|
|
139
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
139
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
140
|
+
connectionId: z.ZodString;
|
|
141
|
+
entityId: z.ZodString;
|
|
142
|
+
instanceId: z.ZodString;
|
|
143
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
144
|
+
generic_api_key: z.ZodString;
|
|
145
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
146
|
+
connectionId: z.ZodString;
|
|
147
|
+
entityId: z.ZodString;
|
|
148
|
+
instanceId: z.ZodString;
|
|
149
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
150
|
+
generic_api_key: z.ZodString;
|
|
151
|
+
}, z.core.$strip>>]>;
|
|
140
152
|
//#endregion
|
|
141
153
|
export { perigonGetStories };
|
|
142
154
|
//# sourceMappingURL=get-stories.d.cts.map
|
|
@@ -136,7 +136,19 @@ declare const perigonGetStories: import("@keystrokehq/action").WorkflowActionDef
|
|
|
136
136
|
min_score?: number | undefined;
|
|
137
137
|
sentiment?: "neutral" | "negative" | "positive" | undefined;
|
|
138
138
|
cluster_min_score?: number | undefined;
|
|
139
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
139
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
140
|
+
connectionId: z.ZodString;
|
|
141
|
+
entityId: z.ZodString;
|
|
142
|
+
instanceId: z.ZodString;
|
|
143
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
144
|
+
generic_api_key: z.ZodString;
|
|
145
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
146
|
+
connectionId: z.ZodString;
|
|
147
|
+
entityId: z.ZodString;
|
|
148
|
+
instanceId: z.ZodString;
|
|
149
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
150
|
+
generic_api_key: z.ZodString;
|
|
151
|
+
}, z.core.$strip>>]>;
|
|
140
152
|
//#endregion
|
|
141
153
|
export { perigonGetStories };
|
|
142
154
|
//# sourceMappingURL=get-stories.d.mts.map
|
|
@@ -15,7 +15,19 @@ declare const PerigonGetTopicsOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>>;
|
|
16
16
|
total: z.ZodNullable<z.ZodNumber>;
|
|
17
17
|
}, z.core.$loose>;
|
|
18
|
-
declare const perigonGetTopics: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
declare const perigonGetTopics: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", 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<"perigon", 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 { perigonGetTopics };
|
|
21
33
|
//# sourceMappingURL=get-topics.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-topics.d.cts","names":[],"sources":["../../src/actions/get-topics.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAYrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAKtB,gBAAA,gCAAgB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-topics.d.cts","names":[],"sources":["../../src/actions/get-topics.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAYrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAKtB,gBAAA,gCAAgB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -15,7 +15,19 @@ declare const PerigonGetTopicsOutput: z.ZodObject<{
|
|
|
15
15
|
}, z.core.$loose>>;
|
|
16
16
|
total: z.ZodNullable<z.ZodNumber>;
|
|
17
17
|
}, z.core.$loose>;
|
|
18
|
-
declare const perigonGetTopics: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
18
|
+
declare const perigonGetTopics: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", 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<"perigon", 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 { perigonGetTopics };
|
|
21
33
|
//# sourceMappingURL=get-topics.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-topics.d.mts","names":[],"sources":["../../src/actions/get-topics.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAYrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAKtB,gBAAA,gCAAgB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,
|
|
1
|
+
{"version":3,"file":"get-topics.d.mts","names":[],"sources":["../../src/actions/get-topics.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAYrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAKtB,gBAAA,gCAAgB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,YAAA,CAAA,CAAA,SAAA"}
|
|
@@ -47,7 +47,19 @@ declare const perigonGetWikipedia: import("@keystrokehq/action").WorkflowActionD
|
|
|
47
47
|
page?: number | undefined;
|
|
48
48
|
size?: number | undefined;
|
|
49
49
|
language?: string | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
51
63
|
//#endregion
|
|
52
64
|
export { perigonGetWikipedia };
|
|
53
65
|
//# sourceMappingURL=get-wikipedia.d.cts.map
|
|
@@ -47,7 +47,19 @@ declare const perigonGetWikipedia: import("@keystrokehq/action").WorkflowActionD
|
|
|
47
47
|
page?: number | undefined;
|
|
48
48
|
size?: number | undefined;
|
|
49
49
|
language?: string | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
generic_api_key: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
51
63
|
//#endregion
|
|
52
64
|
export { perigonGetWikipedia };
|
|
53
65
|
//# sourceMappingURL=get-wikipedia.d.mts.map
|
|
@@ -52,7 +52,19 @@ declare const perigonVectorSearchArticles: import("@keystrokehq/action").Workflo
|
|
|
52
52
|
} | undefined;
|
|
53
53
|
vector_options?: Record<string, unknown> | undefined;
|
|
54
54
|
include_vectors?: boolean | undefined;
|
|
55
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
55
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
generic_api_key: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>;
|
|
56
68
|
//#endregion
|
|
57
69
|
export { perigonVectorSearchArticles };
|
|
58
70
|
//# sourceMappingURL=vector-search-articles.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vector-search-articles.d.cts","names":[],"sources":["../../src/actions/vector-search-articles.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;cA2ChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKjC,2BAAA,gCAA2B,wBAAA
|
|
1
|
+
{"version":3,"file":"vector-search-articles.d.cts","names":[],"sources":["../../src/actions/vector-search-articles.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;cA2ChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -52,7 +52,19 @@ declare const perigonVectorSearchArticles: import("@keystrokehq/action").Workflo
|
|
|
52
52
|
} | undefined;
|
|
53
53
|
vector_options?: Record<string, unknown> | undefined;
|
|
54
54
|
include_vectors?: boolean | undefined;
|
|
55
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
55
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
generic_api_key: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
62
|
+
connectionId: z.ZodString;
|
|
63
|
+
entityId: z.ZodString;
|
|
64
|
+
instanceId: z.ZodString;
|
|
65
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
66
|
+
generic_api_key: z.ZodString;
|
|
67
|
+
}, z.core.$strip>>]>;
|
|
56
68
|
//#endregion
|
|
57
69
|
export { perigonVectorSearchArticles };
|
|
58
70
|
//# sourceMappingURL=vector-search-articles.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vector-search-articles.d.mts","names":[],"sources":["../../src/actions/vector-search-articles.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;cA2ChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKjC,2BAAA,gCAA2B,wBAAA
|
|
1
|
+
{"version":3,"file":"vector-search-articles.d.mts","names":[],"sources":["../../src/actions/vector-search-articles.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;cA2ChC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -19,7 +19,19 @@ declare const perigonVectorSearchWikipedia: import("@keystrokehq/action").Workfl
|
|
|
19
19
|
query: string;
|
|
20
20
|
limit?: number | undefined;
|
|
21
21
|
include_context?: boolean | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { perigonVectorSearchWikipedia };
|
|
25
37
|
//# sourceMappingURL=vector-search-wikipedia.d.cts.map
|
|
@@ -19,7 +19,19 @@ declare const perigonVectorSearchWikipedia: import("@keystrokehq/action").Workfl
|
|
|
19
19
|
query: string;
|
|
20
20
|
limit?: number | undefined;
|
|
21
21
|
include_context?: boolean | undefined;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"perigon", 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>>]>, readonly [import("@keystrokehq/shared").Credential<"perigon", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
generic_api_key: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { perigonVectorSearchWikipedia };
|
|
25
37
|
//# sourceMappingURL=vector-search-wikipedia.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 perigon = (0,
|
|
4
|
+
const perigon = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "perigon",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.perigon = perigon;
|
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 perigon = defineApp({\n slug: \"perigon\",\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 perigon = defineApp({\n slug: \"perigon\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,WAAA,GAAA,2BAAA,UAAA,CAAoB;CAC/B,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 perigon: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const perigon: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"perigon", 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 { perigon };
|
|
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,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,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 perigon: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const perigon: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"perigon", 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 { perigon };
|
|
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,OAAA,6BAAO,GAAA,+BAAA,UAAA,YAAA,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 perigon = defineApp({
|
|
4
5
|
slug: "perigon",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { perigon };
|
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 perigon = defineApp({\n slug: \"perigon\",\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 perigon = defineApp({\n slug: \"perigon\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const perigonCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/perigon",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "Perigon API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Perigon API key obtained from your account dashboard."
|
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 perigonCatalog = {\n \"slug\": \"perigon\",\n \"name\": \"Perigon\",\n \"description\": \"Perigon provides an HTTP REST API for retrieving news and web content data, offering structured data suitable for various applications.\",\n \"category\": \"News & Lifestyle\",\n \"logo\": \"https://logos.composio.dev/api/perigon\",\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 perigonCatalog = {\n \"slug\": \"perigon\",\n \"name\": \"Perigon\",\n \"description\": \"Perigon provides an HTTP REST API for retrieving news and web content data, offering structured data suitable for various applications.\",\n \"category\": \"News & Lifestyle\",\n \"logo\": \"https://logos.composio.dev/api/perigon\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Perigon API Key\",\n \"secret\": true,\n \"description\": \"Your Perigon API key obtained from your account dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,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 perigonCatalog: {
|
|
|
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: "Perigon API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Perigon API key obtained from your account dashboard.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const perigonCatalog: {
|
|
|
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: "Perigon API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Perigon API key obtained from your account dashboard.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const perigonCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/perigon",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "Perigon API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Perigon API key obtained from your account dashboard."
|
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 perigonCatalog = {\n \"slug\": \"perigon\",\n \"name\": \"Perigon\",\n \"description\": \"Perigon provides an HTTP REST API for retrieving news and web content data, offering structured data suitable for various applications.\",\n \"category\": \"News & Lifestyle\",\n \"logo\": \"https://logos.composio.dev/api/perigon\",\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 perigonCatalog = {\n \"slug\": \"perigon\",\n \"name\": \"Perigon\",\n \"description\": \"Perigon provides an HTTP REST API for retrieving news and web content data, offering structured data suitable for various applications.\",\n \"category\": \"News & Lifestyle\",\n \"logo\": \"https://logos.composio.dev/api/perigon\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Perigon API Key\",\n \"secret\": true,\n \"description\": \"Your Perigon API key obtained from your account dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,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"}
|