@workbuddy/cli-vnext 1.0.35 → 1.0.36
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9175,7 +9175,7 @@ var operations = [
|
|
|
9175
9175
|
optionKey: "callDate",
|
|
9176
9176
|
source: "body",
|
|
9177
9177
|
type: "string",
|
|
9178
|
-
required:
|
|
9178
|
+
required: false,
|
|
9179
9179
|
description: "call date (ISO 8601 datetime)",
|
|
9180
9180
|
format: "date-time"
|
|
9181
9181
|
},
|
|
@@ -9795,7 +9795,7 @@ var operations = [
|
|
|
9795
9795
|
optionKey: "callDate",
|
|
9796
9796
|
source: "body",
|
|
9797
9797
|
type: "string",
|
|
9798
|
-
required:
|
|
9798
|
+
required: false,
|
|
9799
9799
|
description: "call date (ISO 8601 datetime)",
|
|
9800
9800
|
format: "date-time"
|
|
9801
9801
|
},
|