@devopness/sdk-js 2.147.0 → 2.148.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.
@@ -54,6 +54,12 @@ export interface VariableRelation {
54
54
  * @memberof VariableRelation
55
55
  */
56
56
  target: VariableTarget;
57
+ /**
58
+ * Human readable version of target
59
+ * @type {string}
60
+ * @memberof VariableRelation
61
+ */
62
+ target_human_readable: string;
57
63
  /**
58
64
  * The ID of the resource this variable is linked to
59
65
  * @type {number}
@@ -54,6 +54,12 @@ export interface Variable {
54
54
  * @memberof Variable
55
55
  */
56
56
  target: VariableTarget;
57
+ /**
58
+ * Human readable version of target
59
+ * @type {string}
60
+ * @memberof Variable
61
+ */
62
+ target_human_readable: string;
57
63
  /**
58
64
  * The ID of the resource this variable is linked to
59
65
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devopness/sdk-js",
3
- "version": "2.147.0",
3
+ "version": "2.148.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },