@izara_project/izara-core-library-service-schemas 1.0.76 → 1.0.77

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.76",
3
+ "version": "1.0.77",
4
4
  "description": "Schemas for the service and objects it controls",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -383,6 +383,10 @@ function generateLinksDataPerLinkTypeId(_izContext, relationshipTag, relationshi
383
383
  from: link.from,
384
384
  to: link.to
385
385
  };
386
+
387
+ if (link.requestProperties) {
388
+ linksData[linkTypeId].requestProperties = link.requestProperties
389
+ }
386
390
  }
387
391
 
388
392
  return linksData;