@izara_project/izara-core-library-service-schemas 1.0.90 → 1.0.91
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 +2 -2
- package/src/ValidatorSchema.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@izara_project/izara-core-library-service-schemas",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.91",
|
|
4
4
|
"description": "Schemas for the service and objects it controls",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@izara_project/izara-core-library-lambda": "^1.0.4",
|
|
31
31
|
"@izara_project/izara-core-library-logger": "^1.0.7",
|
|
32
32
|
"@izara_project/izara-shared-core": "^1.0.2",
|
|
33
|
-
"@izara_project/izara-shared-service-schemas": "^1.0.
|
|
33
|
+
"@izara_project/izara-shared-service-schemas": "^1.0.30",
|
|
34
34
|
"glob": "^11.0.3",
|
|
35
35
|
"lodash": "^4.17.21",
|
|
36
36
|
"object-hash": "^3.0.0",
|
package/src/ValidatorSchema.js
CHANGED
|
@@ -709,7 +709,7 @@ async function generateValidatorSchemaForIdentifier(_izContext, objType, setting
|
|
|
709
709
|
additionalProperties: false,
|
|
710
710
|
properties: generatedIdentifiersValidatorSchema
|
|
711
711
|
},
|
|
712
|
-
|
|
712
|
+
additionalParams: {
|
|
713
713
|
type: "object",
|
|
714
714
|
}
|
|
715
715
|
}
|