@izara_project/izara-core-library-service-schemas 1.0.69 → 1.0.70

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izara_project/izara-core-library-service-schemas",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "Schemas for the service and objects it controls",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,7 +25,7 @@ const Logger = require('@izara_project/izara-core-library-logger');
25
25
  const uploadUseCase = require('./libs/UploadUseCase')
26
26
 
27
27
  const { getGraphServiceTag, getServiceName } = require('./ServiceConfig')
28
-
28
+ const { createLinkTypeId } = require('./Utils');
29
29
  const hash = require('@izara_project/izara-shared-core').objectHash;
30
30
  const {
31
31
  validateObjectSchema,