@keystrokehq/nasa 0.1.3 → 0.1.4
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-eonet-events-atom.d.cts +2 -2
- package/dist/actions/get-eonet-events-atom.d.mts +2 -2
- package/dist/actions/get-eonet-events-geojson.d.cts +2 -2
- package/dist/actions/get-eonet-events-geojson.d.mts +2 -2
- package/dist/actions/get-eonet-events.d.cts +2 -2
- package/dist/actions/get-eonet-events.d.mts +2 -2
- package/dist/actions/get-power-climatology.d.cts +2 -2
- package/dist/actions/get-power-climatology.d.mts +2 -2
- package/dist/actions/get-power-daily-regional.d.cts +2 -2
- package/dist/actions/get-power-daily-regional.d.mts +2 -2
- package/dist/actions/get-power-temporal-hourly.d.cts +2 -2
- package/dist/actions/get-power-temporal-hourly.d.mts +2 -2
- 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
|
@@ -12,9 +12,9 @@ declare const NasaGetEonetEventsAtomInput: z.ZodObject<{
|
|
|
12
12
|
mag_id: z.ZodOptional<z.ZodString>;
|
|
13
13
|
source: z.ZodOptional<z.ZodString>;
|
|
14
14
|
status: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
15
|
+
all: "all";
|
|
15
16
|
open: "open";
|
|
16
17
|
closed: "closed";
|
|
17
|
-
all: "all";
|
|
18
18
|
}>>>;
|
|
19
19
|
category: z.ZodOptional<z.ZodString>;
|
|
20
20
|
}, z.core.$strip>;
|
|
@@ -31,7 +31,7 @@ declare const nasaGetEonetEventsAtom: import("@keystrokehq/action").WorkflowActi
|
|
|
31
31
|
magMin?: number | undefined;
|
|
32
32
|
mag_id?: string | undefined;
|
|
33
33
|
source?: string | undefined;
|
|
34
|
-
status?: "
|
|
34
|
+
status?: "all" | "open" | "closed" | undefined;
|
|
35
35
|
category?: string | undefined;
|
|
36
36
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
37
37
|
//#endregion
|
|
@@ -12,9 +12,9 @@ declare const NasaGetEonetEventsAtomInput: z.ZodObject<{
|
|
|
12
12
|
mag_id: z.ZodOptional<z.ZodString>;
|
|
13
13
|
source: z.ZodOptional<z.ZodString>;
|
|
14
14
|
status: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
15
|
+
all: "all";
|
|
15
16
|
open: "open";
|
|
16
17
|
closed: "closed";
|
|
17
|
-
all: "all";
|
|
18
18
|
}>>>;
|
|
19
19
|
category: z.ZodOptional<z.ZodString>;
|
|
20
20
|
}, z.core.$strip>;
|
|
@@ -31,7 +31,7 @@ declare const nasaGetEonetEventsAtom: import("@keystrokehq/action").WorkflowActi
|
|
|
31
31
|
magMin?: number | undefined;
|
|
32
32
|
mag_id?: string | undefined;
|
|
33
33
|
source?: string | undefined;
|
|
34
|
-
status?: "
|
|
34
|
+
status?: "all" | "open" | "closed" | undefined;
|
|
35
35
|
category?: string | undefined;
|
|
36
36
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
37
37
|
//#endregion
|
|
@@ -9,9 +9,9 @@ declare const NasaGetEonetEventsGeojsonInput: z.ZodObject<{
|
|
|
9
9
|
start: z.ZodOptional<z.ZodString>;
|
|
10
10
|
source: z.ZodOptional<z.ZodString>;
|
|
11
11
|
status: z.ZodOptional<z.ZodEnum<{
|
|
12
|
+
all: "all";
|
|
12
13
|
open: "open";
|
|
13
14
|
closed: "closed";
|
|
14
|
-
all: "all";
|
|
15
15
|
}>>;
|
|
16
16
|
category: z.ZodOptional<z.ZodString>;
|
|
17
17
|
}, z.core.$strip>;
|
|
@@ -50,7 +50,7 @@ declare const nasaGetEonetEventsGeojson: import("@keystrokehq/action").WorkflowA
|
|
|
50
50
|
limit?: number | undefined;
|
|
51
51
|
start?: string | undefined;
|
|
52
52
|
source?: string | undefined;
|
|
53
|
-
status?: "
|
|
53
|
+
status?: "all" | "open" | "closed" | undefined;
|
|
54
54
|
category?: string | undefined;
|
|
55
55
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
56
56
|
//#endregion
|
|
@@ -9,9 +9,9 @@ declare const NasaGetEonetEventsGeojsonInput: z.ZodObject<{
|
|
|
9
9
|
start: z.ZodOptional<z.ZodString>;
|
|
10
10
|
source: z.ZodOptional<z.ZodString>;
|
|
11
11
|
status: z.ZodOptional<z.ZodEnum<{
|
|
12
|
+
all: "all";
|
|
12
13
|
open: "open";
|
|
13
14
|
closed: "closed";
|
|
14
|
-
all: "all";
|
|
15
15
|
}>>;
|
|
16
16
|
category: z.ZodOptional<z.ZodString>;
|
|
17
17
|
}, z.core.$strip>;
|
|
@@ -50,7 +50,7 @@ declare const nasaGetEonetEventsGeojson: import("@keystrokehq/action").WorkflowA
|
|
|
50
50
|
limit?: number | undefined;
|
|
51
51
|
start?: string | undefined;
|
|
52
52
|
source?: string | undefined;
|
|
53
|
-
status?: "
|
|
53
|
+
status?: "all" | "open" | "closed" | undefined;
|
|
54
54
|
category?: string | undefined;
|
|
55
55
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
56
56
|
//#endregion
|
|
@@ -16,9 +16,9 @@ declare const NasaGetEonetEventsInput: z.ZodObject<{
|
|
|
16
16
|
magMin: z.ZodOptional<z.ZodNumber>;
|
|
17
17
|
source: z.ZodOptional<z.ZodString>;
|
|
18
18
|
status: z.ZodOptional<z.ZodEnum<{
|
|
19
|
+
all: "all";
|
|
19
20
|
open: "open";
|
|
20
21
|
closed: "closed";
|
|
21
|
-
all: "all";
|
|
22
22
|
}>>;
|
|
23
23
|
category: z.ZodOptional<z.ZodString>;
|
|
24
24
|
}, z.core.$strip>;
|
|
@@ -59,7 +59,7 @@ declare const nasaGetEonetEvents: import("@keystrokehq/action").WorkflowActionDe
|
|
|
59
59
|
magMax?: number | undefined;
|
|
60
60
|
magMin?: number | undefined;
|
|
61
61
|
source?: string | undefined;
|
|
62
|
-
status?: "
|
|
62
|
+
status?: "all" | "open" | "closed" | undefined;
|
|
63
63
|
category?: string | undefined;
|
|
64
64
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
65
65
|
//#endregion
|
|
@@ -16,9 +16,9 @@ declare const NasaGetEonetEventsInput: z.ZodObject<{
|
|
|
16
16
|
magMin: z.ZodOptional<z.ZodNumber>;
|
|
17
17
|
source: z.ZodOptional<z.ZodString>;
|
|
18
18
|
status: z.ZodOptional<z.ZodEnum<{
|
|
19
|
+
all: "all";
|
|
19
20
|
open: "open";
|
|
20
21
|
closed: "closed";
|
|
21
|
-
all: "all";
|
|
22
22
|
}>>;
|
|
23
23
|
category: z.ZodOptional<z.ZodString>;
|
|
24
24
|
}, z.core.$strip>;
|
|
@@ -59,7 +59,7 @@ declare const nasaGetEonetEvents: import("@keystrokehq/action").WorkflowActionDe
|
|
|
59
59
|
magMax?: number | undefined;
|
|
60
60
|
magMin?: number | undefined;
|
|
61
61
|
source?: string | undefined;
|
|
62
|
-
status?: "
|
|
62
|
+
status?: "all" | "open" | "closed" | undefined;
|
|
63
63
|
category?: string | undefined;
|
|
64
64
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
65
65
|
//#endregion
|
|
@@ -6,8 +6,8 @@ declare const NasaGetPowerClimatologyInput: z.ZodObject<{
|
|
|
6
6
|
JSON: "JSON";
|
|
7
7
|
CSV: "CSV";
|
|
8
8
|
ASCII: "ASCII";
|
|
9
|
-
NETCDF: "NETCDF";
|
|
10
9
|
ICASA: "ICASA";
|
|
10
|
+
NETCDF: "NETCDF";
|
|
11
11
|
GeoJSON: "GeoJSON";
|
|
12
12
|
}>>;
|
|
13
13
|
latitude: z.ZodNumber;
|
|
@@ -50,7 +50,7 @@ declare const nasaGetPowerClimatology: import("@keystrokehq/action").WorkflowAct
|
|
|
50
50
|
community: "RE" | "SB" | "AG";
|
|
51
51
|
longitude: number;
|
|
52
52
|
parameters: string;
|
|
53
|
-
format?: "JSON" | "CSV" | "ASCII" | "
|
|
53
|
+
format?: "JSON" | "CSV" | "ASCII" | "ICASA" | "NETCDF" | "GeoJSON" | undefined;
|
|
54
54
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
55
55
|
//#endregion
|
|
56
56
|
export { nasaGetPowerClimatology };
|
|
@@ -6,8 +6,8 @@ declare const NasaGetPowerClimatologyInput: z.ZodObject<{
|
|
|
6
6
|
JSON: "JSON";
|
|
7
7
|
CSV: "CSV";
|
|
8
8
|
ASCII: "ASCII";
|
|
9
|
-
NETCDF: "NETCDF";
|
|
10
9
|
ICASA: "ICASA";
|
|
10
|
+
NETCDF: "NETCDF";
|
|
11
11
|
GeoJSON: "GeoJSON";
|
|
12
12
|
}>>;
|
|
13
13
|
latitude: z.ZodNumber;
|
|
@@ -50,7 +50,7 @@ declare const nasaGetPowerClimatology: import("@keystrokehq/action").WorkflowAct
|
|
|
50
50
|
community: "RE" | "SB" | "AG";
|
|
51
51
|
longitude: number;
|
|
52
52
|
parameters: string;
|
|
53
|
-
format?: "JSON" | "CSV" | "ASCII" | "
|
|
53
|
+
format?: "JSON" | "CSV" | "ASCII" | "ICASA" | "NETCDF" | "GeoJSON" | undefined;
|
|
54
54
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
55
55
|
//#endregion
|
|
56
56
|
export { nasaGetPowerClimatology };
|
|
@@ -8,8 +8,8 @@ declare const NasaGetPowerDailyRegionalInput: z.ZodObject<{
|
|
|
8
8
|
JSON: "JSON";
|
|
9
9
|
CSV: "CSV";
|
|
10
10
|
ASCII: "ASCII";
|
|
11
|
-
NETCDF: "NETCDF";
|
|
12
11
|
ICASA: "ICASA";
|
|
12
|
+
NETCDF: "NETCDF";
|
|
13
13
|
}>>;
|
|
14
14
|
community: z.ZodEnum<{
|
|
15
15
|
RE: "RE";
|
|
@@ -64,7 +64,7 @@ declare const nasaGetPowerDailyRegional: import("@keystrokehq/action").WorkflowA
|
|
|
64
64
|
"latitude-min": number;
|
|
65
65
|
"longitude-max": number;
|
|
66
66
|
"longitude-min": number;
|
|
67
|
-
format?: "JSON" | "CSV" | "ASCII" | "
|
|
67
|
+
format?: "JSON" | "CSV" | "ASCII" | "ICASA" | "NETCDF" | undefined;
|
|
68
68
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
69
69
|
//#endregion
|
|
70
70
|
export { nasaGetPowerDailyRegional };
|
|
@@ -8,8 +8,8 @@ declare const NasaGetPowerDailyRegionalInput: z.ZodObject<{
|
|
|
8
8
|
JSON: "JSON";
|
|
9
9
|
CSV: "CSV";
|
|
10
10
|
ASCII: "ASCII";
|
|
11
|
-
NETCDF: "NETCDF";
|
|
12
11
|
ICASA: "ICASA";
|
|
12
|
+
NETCDF: "NETCDF";
|
|
13
13
|
}>>;
|
|
14
14
|
community: z.ZodEnum<{
|
|
15
15
|
RE: "RE";
|
|
@@ -64,7 +64,7 @@ declare const nasaGetPowerDailyRegional: import("@keystrokehq/action").WorkflowA
|
|
|
64
64
|
"latitude-min": number;
|
|
65
65
|
"longitude-max": number;
|
|
66
66
|
"longitude-min": number;
|
|
67
|
-
format?: "JSON" | "CSV" | "ASCII" | "
|
|
67
|
+
format?: "JSON" | "CSV" | "ASCII" | "ICASA" | "NETCDF" | undefined;
|
|
68
68
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
69
69
|
//#endregion
|
|
70
70
|
export { nasaGetPowerDailyRegional };
|
|
@@ -8,8 +8,8 @@ declare const NasaGetPowerTemporalHourlyInput: z.ZodObject<{
|
|
|
8
8
|
JSON: "JSON";
|
|
9
9
|
CSV: "CSV";
|
|
10
10
|
ASCII: "ASCII";
|
|
11
|
-
NETCDF: "NETCDF";
|
|
12
11
|
ICASA: "ICASA";
|
|
12
|
+
NETCDF: "NETCDF";
|
|
13
13
|
}>>;
|
|
14
14
|
latitude: z.ZodNumber;
|
|
15
15
|
community: z.ZodEnum<{
|
|
@@ -40,7 +40,7 @@ declare const nasaGetPowerTemporalHourly: import("@keystrokehq/action").Workflow
|
|
|
40
40
|
community: "RE" | "SB" | "AG";
|
|
41
41
|
longitude: number;
|
|
42
42
|
parameters: string;
|
|
43
|
-
format?: "JSON" | "CSV" | "ASCII" | "
|
|
43
|
+
format?: "JSON" | "CSV" | "ASCII" | "ICASA" | "NETCDF" | undefined;
|
|
44
44
|
time_standard?: "UTC" | "LST" | undefined;
|
|
45
45
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
46
46
|
//#endregion
|
|
@@ -8,8 +8,8 @@ declare const NasaGetPowerTemporalHourlyInput: z.ZodObject<{
|
|
|
8
8
|
JSON: "JSON";
|
|
9
9
|
CSV: "CSV";
|
|
10
10
|
ASCII: "ASCII";
|
|
11
|
-
NETCDF: "NETCDF";
|
|
12
11
|
ICASA: "ICASA";
|
|
12
|
+
NETCDF: "NETCDF";
|
|
13
13
|
}>>;
|
|
14
14
|
latitude: z.ZodNumber;
|
|
15
15
|
community: z.ZodEnum<{
|
|
@@ -40,7 +40,7 @@ declare const nasaGetPowerTemporalHourly: import("@keystrokehq/action").Workflow
|
|
|
40
40
|
community: "RE" | "SB" | "AG";
|
|
41
41
|
longitude: number;
|
|
42
42
|
parameters: string;
|
|
43
|
-
format?: "JSON" | "CSV" | "ASCII" | "
|
|
43
|
+
format?: "JSON" | "CSV" | "ASCII" | "ICASA" | "NETCDF" | undefined;
|
|
44
44
|
time_standard?: "UTC" | "LST" | undefined;
|
|
45
45
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
46
46
|
//#endregion
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const nasaCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/nasa",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "NASA API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your unique NASA API key obtained from https://api.nasa.gov."
|
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 nasaCatalog = {\n \"slug\": \"nasa\",\n \"name\": \"Nasa\",\n \"description\": \"NASA offers a suite of APIs providing access to a wide range of data, including Earth science, planetary imagery, and technology transfer information.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/nasa\",\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 nasaCatalog = {\n \"slug\": \"nasa\",\n \"name\": \"Nasa\",\n \"description\": \"NASA offers a suite of APIs providing access to a wide range of data, including Earth science, planetary imagery, and technology transfer information.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/nasa\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"NASA API Key\",\n \"secret\": true,\n \"description\": \"Your unique NASA API key obtained from https://api.nasa.gov.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,cAAc;CACzB,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 nasaCatalog: {
|
|
|
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: "NASA API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your unique NASA API key obtained from https://api.nasa.gov.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const nasaCatalog: {
|
|
|
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: "NASA API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your unique NASA API key obtained from https://api.nasa.gov.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const nasaCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/nasa",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "NASA API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your unique NASA API key obtained from https://api.nasa.gov."
|
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 nasaCatalog = {\n \"slug\": \"nasa\",\n \"name\": \"Nasa\",\n \"description\": \"NASA offers a suite of APIs providing access to a wide range of data, including Earth science, planetary imagery, and technology transfer information.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/nasa\",\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 nasaCatalog = {\n \"slug\": \"nasa\",\n \"name\": \"Nasa\",\n \"description\": \"NASA offers a suite of APIs providing access to a wide range of data, including Earth science, planetary imagery, and technology transfer information.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/nasa\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"NASA API Key\",\n \"secret\": true,\n \"description\": \"Your unique NASA API key obtained from https://api.nasa.gov.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,cAAc;CACzB,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"}
|