sim 2.1.0-dev.24.1 → 2.1.0-dev.28.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.
Files changed (2) hide show
  1. package/dist/index.js +19 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8071,7 +8071,25 @@ var V2_OPERATIONS = {
8071
8071
  },
8072
8072
  folderPath: {
8073
8073
  kind: "string",
8074
- describe: "Restrict results to files directly inside this folder. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error."
8074
+ describe: "Restrict results to files inside this folder — its direct children, or its whole subtree when `recursive` is true. A path that names no folder narrows the result to nothing, so the response is an empty page rather than an error."
8075
+ },
8076
+ recursive: {
8077
+ kind: "enum",
8078
+ values: [
8079
+ "true",
8080
+ "1",
8081
+ "yes",
8082
+ "on",
8083
+ "y",
8084
+ "enabled",
8085
+ "false",
8086
+ "0",
8087
+ "no",
8088
+ "off",
8089
+ "n",
8090
+ "disabled"
8091
+ ],
8092
+ describe: "Whether the folder filter includes files in subfolders. Defaults to true when a search is set, false otherwise, so listing a folder shows that folder while searching one looks through everything in it. Ignored when no folder filter is set, which already spans the workspace. The listed spellings are the whole accepted vocabulary and are case-sensitive; any other value is rejected."
8075
8093
  },
8076
8094
  scope: {
8077
8095
  kind: "enum",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim",
3
- "version": "2.1.0-dev.24.1",
3
+ "version": "2.1.0-dev.28.1",
4
4
  "description": "Sim CLI - talk to the Sim API from your terminal",
5
5
  "type": "module",
6
6
  "bin": {