@keystrokehq/solcast 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.
- package/dist/actions/get-data-historic-radiation-and-weather.d.cts +13 -1
- package/dist/actions/get-data-historic-radiation-and-weather.d.mts +13 -1
- package/dist/actions/get-resources-pv-power-site.d.cts +13 -1
- package/dist/actions/get-resources-pv-power-site.d.mts +13 -1
- package/dist/actions/get-resources-pv-power-sites.d.cts +13 -1
- package/dist/actions/get-resources-pv-power-sites.d.mts +13 -1
- package/dist/actions/patch-resources-pv-power-site.d.cts +13 -1
- package/dist/actions/patch-resources-pv-power-site.d.mts +13 -1
- package/dist/actions/post-resources-pv-power-site.d.cts +13 -1
- package/dist/actions/post-resources-pv-power-site.d.mts +13 -1
- package/dist/actions/put-resources-pv-power-site.d.cts +13 -1
- package/dist/actions/put-resources-pv-power-site.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/package.json +1 -1
|
@@ -72,7 +72,19 @@ declare const solcastGetDataHistoricRadiationAndWeather: import("@keystrokehq/ac
|
|
|
72
72
|
array_type?: string | undefined;
|
|
73
73
|
terrain_shading?: boolean | undefined;
|
|
74
74
|
output_parameters?: string[] | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", 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<"solcast", 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 { solcastGetDataHistoricRadiationAndWeather };
|
|
78
90
|
//# sourceMappingURL=get-data-historic-radiation-and-weather.d.cts.map
|
|
@@ -72,7 +72,19 @@ declare const solcastGetDataHistoricRadiationAndWeather: import("@keystrokehq/ac
|
|
|
72
72
|
array_type?: string | undefined;
|
|
73
73
|
terrain_shading?: boolean | undefined;
|
|
74
74
|
output_parameters?: string[] | undefined;
|
|
75
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
75
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", 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<"solcast", 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 { solcastGetDataHistoricRadiationAndWeather };
|
|
78
90
|
//# sourceMappingURL=get-data-historic-radiation-and-weather.d.mts.map
|
|
@@ -41,7 +41,19 @@ declare const SolcastGetResourcesPvPowerSiteOutput: z.ZodObject<{
|
|
|
41
41
|
}, z.core.$loose>;
|
|
42
42
|
declare const solcastGetResourcesPvPowerSite: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
43
43
|
resource_id: string;
|
|
44
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
44
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", 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>>]>;
|
|
45
57
|
//#endregion
|
|
46
58
|
export { solcastGetResourcesPvPowerSite };
|
|
47
59
|
//# sourceMappingURL=get-resources-pv-power-site.d.cts.map
|
|
@@ -41,7 +41,19 @@ declare const SolcastGetResourcesPvPowerSiteOutput: z.ZodObject<{
|
|
|
41
41
|
}, z.core.$loose>;
|
|
42
42
|
declare const solcastGetResourcesPvPowerSite: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
43
43
|
resource_id: string;
|
|
44
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
44
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
45
|
+
connectionId: z.ZodString;
|
|
46
|
+
entityId: z.ZodString;
|
|
47
|
+
instanceId: z.ZodString;
|
|
48
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
49
|
+
generic_api_key: z.ZodString;
|
|
50
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", 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>>]>;
|
|
45
57
|
//#endregion
|
|
46
58
|
export { solcastGetResourcesPvPowerSite };
|
|
47
59
|
//# sourceMappingURL=get-resources-pv-power-site.d.mts.map
|
|
@@ -45,7 +45,19 @@ declare const SolcastGetResourcesPvPowerSitesOutput: z.ZodObject<{
|
|
|
45
45
|
}, z.core.$loose>;
|
|
46
46
|
declare const solcastGetResourcesPvPowerSites: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
47
47
|
entitlement?: "advanced" | "premium" | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { solcastGetResourcesPvPowerSites };
|
|
51
63
|
//# sourceMappingURL=get-resources-pv-power-sites.d.cts.map
|
|
@@ -45,7 +45,19 @@ declare const SolcastGetResourcesPvPowerSitesOutput: z.ZodObject<{
|
|
|
45
45
|
}, z.core.$loose>;
|
|
46
46
|
declare const solcastGetResourcesPvPowerSites: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
47
47
|
entitlement?: "advanced" | "premium" | undefined;
|
|
48
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
48
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
49
|
+
connectionId: z.ZodString;
|
|
50
|
+
entityId: z.ZodString;
|
|
51
|
+
instanceId: z.ZodString;
|
|
52
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
53
|
+
generic_api_key: z.ZodString;
|
|
54
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
55
|
+
connectionId: z.ZodString;
|
|
56
|
+
entityId: z.ZodString;
|
|
57
|
+
instanceId: z.ZodString;
|
|
58
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
59
|
+
generic_api_key: z.ZodString;
|
|
60
|
+
}, z.core.$strip>>]>;
|
|
49
61
|
//#endregion
|
|
50
62
|
export { solcastGetResourcesPvPowerSites };
|
|
51
63
|
//# sourceMappingURL=get-resources-pv-power-sites.d.mts.map
|
|
@@ -108,7 +108,19 @@ declare const solcastPatchResourcesPvPowerSite: import("@keystrokehq/action").Wo
|
|
|
108
108
|
cloudy_zenith_coefficients?: number[] | undefined;
|
|
109
109
|
tracker_max_rotation_angle?: number | undefined;
|
|
110
110
|
clearsky_zenith_coefficients?: number[] | undefined;
|
|
111
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
111
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
generic_api_key: z.ZodString;
|
|
117
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
118
|
+
connectionId: z.ZodString;
|
|
119
|
+
entityId: z.ZodString;
|
|
120
|
+
instanceId: z.ZodString;
|
|
121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
122
|
+
generic_api_key: z.ZodString;
|
|
123
|
+
}, z.core.$strip>>]>;
|
|
112
124
|
//#endregion
|
|
113
125
|
export { solcastPatchResourcesPvPowerSite };
|
|
114
126
|
//# sourceMappingURL=patch-resources-pv-power-site.d.cts.map
|
|
@@ -108,7 +108,19 @@ declare const solcastPatchResourcesPvPowerSite: import("@keystrokehq/action").Wo
|
|
|
108
108
|
cloudy_zenith_coefficients?: number[] | undefined;
|
|
109
109
|
tracker_max_rotation_angle?: number | undefined;
|
|
110
110
|
clearsky_zenith_coefficients?: number[] | undefined;
|
|
111
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
111
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
generic_api_key: z.ZodString;
|
|
117
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
118
|
+
connectionId: z.ZodString;
|
|
119
|
+
entityId: z.ZodString;
|
|
120
|
+
instanceId: z.ZodString;
|
|
121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
122
|
+
generic_api_key: z.ZodString;
|
|
123
|
+
}, z.core.$strip>>]>;
|
|
112
124
|
//#endregion
|
|
113
125
|
export { solcastPatchResourcesPvPowerSite };
|
|
114
126
|
//# sourceMappingURL=patch-resources-pv-power-site.d.mts.map
|
|
@@ -106,7 +106,19 @@ declare const solcastPostResourcesPvPowerSite: import("@keystrokehq/action").Wor
|
|
|
106
106
|
cloudy_zenith_coefficients?: number[] | undefined;
|
|
107
107
|
tracker_max_rotation_angle?: number | undefined;
|
|
108
108
|
clearsky_zenith_coefficients?: number[] | undefined;
|
|
109
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
109
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
110
|
+
connectionId: z.ZodString;
|
|
111
|
+
entityId: z.ZodString;
|
|
112
|
+
instanceId: z.ZodString;
|
|
113
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
114
|
+
generic_api_key: z.ZodString;
|
|
115
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
116
|
+
connectionId: z.ZodString;
|
|
117
|
+
entityId: z.ZodString;
|
|
118
|
+
instanceId: z.ZodString;
|
|
119
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
120
|
+
generic_api_key: z.ZodString;
|
|
121
|
+
}, z.core.$strip>>]>;
|
|
110
122
|
//#endregion
|
|
111
123
|
export { solcastPostResourcesPvPowerSite };
|
|
112
124
|
//# sourceMappingURL=post-resources-pv-power-site.d.cts.map
|
|
@@ -106,7 +106,19 @@ declare const solcastPostResourcesPvPowerSite: import("@keystrokehq/action").Wor
|
|
|
106
106
|
cloudy_zenith_coefficients?: number[] | undefined;
|
|
107
107
|
tracker_max_rotation_angle?: number | undefined;
|
|
108
108
|
clearsky_zenith_coefficients?: number[] | undefined;
|
|
109
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
109
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
110
|
+
connectionId: z.ZodString;
|
|
111
|
+
entityId: z.ZodString;
|
|
112
|
+
instanceId: z.ZodString;
|
|
113
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
114
|
+
generic_api_key: z.ZodString;
|
|
115
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
116
|
+
connectionId: z.ZodString;
|
|
117
|
+
entityId: z.ZodString;
|
|
118
|
+
instanceId: z.ZodString;
|
|
119
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
120
|
+
generic_api_key: z.ZodString;
|
|
121
|
+
}, z.core.$strip>>]>;
|
|
110
122
|
//#endregion
|
|
111
123
|
export { solcastPostResourcesPvPowerSite };
|
|
112
124
|
//# sourceMappingURL=post-resources-pv-power-site.d.mts.map
|
|
@@ -108,7 +108,19 @@ declare const solcastPutResourcesPvPowerSite: import("@keystrokehq/action").Work
|
|
|
108
108
|
cloudy_zenith_coefficients?: number[] | undefined;
|
|
109
109
|
tracker_max_rotation_angle?: number | undefined;
|
|
110
110
|
clearsky_zenith_coefficients?: number[] | undefined;
|
|
111
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
111
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
generic_api_key: z.ZodString;
|
|
117
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
118
|
+
connectionId: z.ZodString;
|
|
119
|
+
entityId: z.ZodString;
|
|
120
|
+
instanceId: z.ZodString;
|
|
121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
122
|
+
generic_api_key: z.ZodString;
|
|
123
|
+
}, z.core.$strip>>]>;
|
|
112
124
|
//#endregion
|
|
113
125
|
export { solcastPutResourcesPvPowerSite };
|
|
114
126
|
//# sourceMappingURL=put-resources-pv-power-site.d.cts.map
|
|
@@ -108,7 +108,19 @@ declare const solcastPutResourcesPvPowerSite: import("@keystrokehq/action").Work
|
|
|
108
108
|
cloudy_zenith_coefficients?: number[] | undefined;
|
|
109
109
|
tracker_max_rotation_angle?: number | undefined;
|
|
110
110
|
clearsky_zenith_coefficients?: number[] | undefined;
|
|
111
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
111
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
112
|
+
connectionId: z.ZodString;
|
|
113
|
+
entityId: z.ZodString;
|
|
114
|
+
instanceId: z.ZodString;
|
|
115
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
116
|
+
generic_api_key: z.ZodString;
|
|
117
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"solcast", z.ZodObject<{
|
|
118
|
+
connectionId: z.ZodString;
|
|
119
|
+
entityId: z.ZodString;
|
|
120
|
+
instanceId: z.ZodString;
|
|
121
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
122
|
+
generic_api_key: z.ZodString;
|
|
123
|
+
}, z.core.$strip>>]>;
|
|
112
124
|
//#endregion
|
|
113
125
|
export { solcastPutResourcesPvPowerSite };
|
|
114
126
|
//# sourceMappingURL=put-resources-pv-power-site.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 solcast = (0,
|
|
4
|
+
const solcast = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "solcast",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.solcast = solcast;
|
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 solcast = defineApp({\n slug: \"solcast\",\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 solcast = defineApp({\n slug: \"solcast\",\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 solcast: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const solcast: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"solcast", 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 { solcast };
|
|
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 solcast: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const solcast: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"solcast", 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 { solcast };
|
|
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 solcast = defineApp({
|
|
4
5
|
slug: "solcast",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { solcast };
|
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 solcast = defineApp({\n slug: \"solcast\",\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 solcast = defineApp({\n slug: \"solcast\",\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"}
|