@workbuddy/cli-vnext 1.0.82 → 1.0.83
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/index.js +11 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5086,6 +5086,16 @@ var operations = [
|
|
|
5086
5086
|
required: true,
|
|
5087
5087
|
description: "Stage ID"
|
|
5088
5088
|
},
|
|
5089
|
+
{
|
|
5090
|
+
name: "updatedAt",
|
|
5091
|
+
cliName: "updated-at",
|
|
5092
|
+
optionKey: "updatedAt",
|
|
5093
|
+
source: "body",
|
|
5094
|
+
type: "string",
|
|
5095
|
+
required: true,
|
|
5096
|
+
description: "For optimistic concurrency — update fails if entity was modified after this timestamp",
|
|
5097
|
+
format: "date-time"
|
|
5098
|
+
},
|
|
5089
5099
|
{
|
|
5090
5100
|
name: "items",
|
|
5091
5101
|
cliName: "items",
|
|
@@ -5273,7 +5283,7 @@ var operations = [
|
|
|
5273
5283
|
optionKey: "updatedAt",
|
|
5274
5284
|
source: "body",
|
|
5275
5285
|
type: "string",
|
|
5276
|
-
required:
|
|
5286
|
+
required: true,
|
|
5277
5287
|
description: "For optimistic concurrency — update fails if entity was modified after this timestamp",
|
|
5278
5288
|
format: "date-time"
|
|
5279
5289
|
},
|