@pipedream/recreation_gov 0.1.0 → 0.1.1
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.
|
@@ -3,13 +3,14 @@ import utils from "../../common/utils.mjs";
|
|
|
3
3
|
|
|
4
4
|
export default {
|
|
5
5
|
key: "recreation_gov-search-campsites",
|
|
6
|
-
version: "0.0.
|
|
6
|
+
version: "0.0.3",
|
|
7
7
|
annotations: {
|
|
8
8
|
destructiveHint: false,
|
|
9
9
|
openWorldHint: true,
|
|
10
10
|
readOnlyHint: true,
|
|
11
11
|
},
|
|
12
12
|
type: "action",
|
|
13
|
+
ai: "optimized",
|
|
13
14
|
name: "Search Campsites",
|
|
14
15
|
description: "Searchs campsites with the given query. If no query given, returns campsites from the beginning. Returning campsite number is limited to `1000`. [See the documentation](https://ridb.recreation.gov/docs#/Campsites/getCampsites)",
|
|
15
16
|
props: {
|