@targetprocess/shared-data-model-client 1.17.0 → 1.19.0
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/package.json +1 -1
- package/src/kiota-lock.json +1 -1
- package/src/v1.json +1 -1
package/package.json
CHANGED
package/src/kiota-lock.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"descriptionHash": "
|
|
2
|
+
"descriptionHash": "5499188F779FE2680A46688D83C4164196E36FF5508CD6BCEB8D3AF91EF8EA6326FF53561BCB7E0D611C4EB612C122FAB2F040162F0E26C9F718346480D7934D",
|
|
3
3
|
"descriptionLocation": "v1.json",
|
|
4
4
|
"lockFileVersion": "1.0.0",
|
|
5
5
|
"kiotaVersion": "1.29.0",
|
package/src/v1.json
CHANGED
|
@@ -2179,7 +2179,6 @@
|
|
|
2179
2179
|
"additionalProperties": false,
|
|
2180
2180
|
"required": [
|
|
2181
2181
|
"validationState",
|
|
2182
|
-
"errors",
|
|
2183
2182
|
"isDefault"
|
|
2184
2183
|
],
|
|
2185
2184
|
"properties": {
|
|
@@ -2188,6 +2187,7 @@
|
|
|
2188
2187
|
},
|
|
2189
2188
|
"errors": {
|
|
2190
2189
|
"type": "array",
|
|
2190
|
+
"nullable": true,
|
|
2191
2191
|
"items": {
|
|
2192
2192
|
"$ref": "#/components/schemas/MappingErrorDto"
|
|
2193
2193
|
}
|