@workbuddy/cli-vnext 1.0.21 → 1.0.23

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 +16 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7313,6 +7313,22 @@ var operations = [
7313
7313
  }
7314
7314
  ]
7315
7315
  },
7316
+ {
7317
+ operationId: "PublicApiJobTemplateController_list",
7318
+ displayName: "List job templates",
7319
+ description: "Retrieve all active, public job templates configured for the tenant. Use the returned id as the templateId for POST /jobs/template/:templateId.",
7320
+ method: "GET",
7321
+ path: "/settings/job-templates",
7322
+ commandPath: ["settings", "reference", "data", "job-templates", "list"],
7323
+ options: [],
7324
+ hasRequestBody: false,
7325
+ responseFields: [
7326
+ {
7327
+ name: "items",
7328
+ type: "array"
7329
+ }
7330
+ ]
7331
+ },
7316
7332
  {
7317
7333
  operationId: "PublicApiPriorityController_list",
7318
7334
  displayName: "List priorities",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workbuddy/cli-vnext",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "WorkBuddy command line interface",
5
5
  "license": "MIT",
6
6
  "type": "module",