@keystrokehq/perigon 0.1.4 → 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.
Files changed (33) hide show
  1. package/dist/actions/get-articles.d.cts +13 -1
  2. package/dist/actions/get-articles.d.mts +13 -1
  3. package/dist/actions/get-companies.d.cts +13 -1
  4. package/dist/actions/get-companies.d.cts.map +1 -1
  5. package/dist/actions/get-companies.d.mts +13 -1
  6. package/dist/actions/get-companies.d.mts.map +1 -1
  7. package/dist/actions/get-journalists.d.cts +13 -1
  8. package/dist/actions/get-journalists.d.mts +13 -1
  9. package/dist/actions/get-sources.d.cts +13 -1
  10. package/dist/actions/get-sources.d.mts +13 -1
  11. package/dist/actions/get-stories.d.cts +15 -3
  12. package/dist/actions/get-stories.d.mts +15 -3
  13. package/dist/actions/get-topics.d.cts +13 -1
  14. package/dist/actions/get-topics.d.cts.map +1 -1
  15. package/dist/actions/get-topics.d.mts +13 -1
  16. package/dist/actions/get-topics.d.mts.map +1 -1
  17. package/dist/actions/get-wikipedia.d.cts +13 -1
  18. package/dist/actions/get-wikipedia.d.mts +13 -1
  19. package/dist/actions/vector-search-articles.d.cts +13 -1
  20. package/dist/actions/vector-search-articles.d.cts.map +1 -1
  21. package/dist/actions/vector-search-articles.d.mts +13 -1
  22. package/dist/actions/vector-search-articles.d.mts.map +1 -1
  23. package/dist/actions/vector-search-wikipedia.d.cts +13 -1
  24. package/dist/actions/vector-search-wikipedia.d.mts +13 -1
  25. package/dist/app.cjs +5 -2
  26. package/dist/app.cjs.map +1 -1
  27. package/dist/app.d.cts +9 -1
  28. package/dist/app.d.cts.map +1 -1
  29. package/dist/app.d.mts +9 -1
  30. package/dist/app.d.mts.map +1 -1
  31. package/dist/app.mjs +3 -1
  32. package/dist/app.mjs.map +1 -1
  33. 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]>, 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]>, 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]>, 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,4CAAA,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]>, 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,4CAAA,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]>, 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]>, 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]>, 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]>, 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
@@ -22,9 +22,9 @@ declare const PerigonGetStoriesInput: z.ZodObject<{
22
22
  max_score: z.ZodOptional<z.ZodNumber>;
23
23
  min_score: z.ZodOptional<z.ZodNumber>;
24
24
  sentiment: z.ZodOptional<z.ZodEnum<{
25
- positive: "positive";
26
25
  neutral: "neutral";
27
26
  negative: "negative";
27
+ positive: "positive";
28
28
  }>>;
29
29
  cluster_min_score: z.ZodOptional<z.ZodNumber>;
30
30
  }, z.core.$strip>;
@@ -134,9 +134,21 @@ declare const perigonGetStories: import("@keystrokehq/action").WorkflowActionDef
134
134
  from_date?: string | undefined;
135
135
  max_score?: number | undefined;
136
136
  min_score?: number | undefined;
137
- sentiment?: "positive" | "neutral" | "negative" | undefined;
137
+ sentiment?: "neutral" | "negative" | "positive" | undefined;
138
138
  cluster_min_score?: number | undefined;
139
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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
@@ -22,9 +22,9 @@ declare const PerigonGetStoriesInput: z.ZodObject<{
22
22
  max_score: z.ZodOptional<z.ZodNumber>;
23
23
  min_score: z.ZodOptional<z.ZodNumber>;
24
24
  sentiment: z.ZodOptional<z.ZodEnum<{
25
- positive: "positive";
26
25
  neutral: "neutral";
27
26
  negative: "negative";
27
+ positive: "positive";
28
28
  }>>;
29
29
  cluster_min_score: z.ZodOptional<z.ZodNumber>;
30
30
  }, z.core.$strip>;
@@ -134,9 +134,21 @@ declare const perigonGetStories: import("@keystrokehq/action").WorkflowActionDef
134
134
  from_date?: string | undefined;
135
135
  max_score?: number | undefined;
136
136
  min_score?: number | undefined;
137
- sentiment?: "positive" | "neutral" | "negative" | undefined;
137
+ sentiment?: "neutral" | "negative" | "positive" | undefined;
138
138
  cluster_min_score?: number | undefined;
139
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, 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]>, 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,4CAAA,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]>, 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,4CAAA,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]>, 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]>, 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]>, 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;;;;;;;;mBAMtC,MAAA"}
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]>, 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;;;;;;;;mBAMtC,MAAA"}
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]>, 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]>, 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, require("@keystrokehq/keystroke/app").defineApp)({
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":";AAEA,MAAa,WAAA,uCAAA,CAAA,CAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
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
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
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
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
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":";;AAEA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/perigon",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"