@credal/actions 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/groups.js +8 -0
- package/package.json +1 -1
package/dist/actions/groups.js
CHANGED
@@ -35,4 +35,12 @@ exports.ACTION_GROUPS = {
|
|
35
35
|
description: "Action for getting a row from a Snowflake table by field value",
|
36
36
|
actions: [templates_1.snowflakeGetRowByFieldValueDefinition],
|
37
37
|
},
|
38
|
+
OPENSTREETMAP_GET_LATITUDE_LONGITUDE_FROM_LOCATION: {
|
39
|
+
description: "Action for getting the latitude and longitude of a location",
|
40
|
+
actions: [templates_1.openstreetmapGetLatitudeLongitudeFromLocationDefinition],
|
41
|
+
},
|
42
|
+
NWS_GET_FORECAST_FOR_LOCATION: {
|
43
|
+
description: "Action for getting the weather forecast for a location",
|
44
|
+
actions: [templates_1.nwsGetForecastForLocationDefinition],
|
45
|
+
},
|
38
46
|
};
|