@workbuddy/cli-vnext 1.0.31 → 1.0.33
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5274,7 +5274,7 @@ var operations = [
|
|
|
5274
5274
|
optionKey: "updatedAt",
|
|
5275
5275
|
source: "body",
|
|
5276
5276
|
type: "string",
|
|
5277
|
-
required:
|
|
5277
|
+
required: false,
|
|
5278
5278
|
description: "For optimistic concurrency — update fails if entity was modified after this timestamp",
|
|
5279
5279
|
format: "date-time"
|
|
5280
5280
|
},
|