@devopness/sdk-js 1.96.0 → 1.96.1
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.
|
@@ -23,12 +23,6 @@ export interface VariableUpdate {
|
|
|
23
23
|
* @memberof VariableUpdate
|
|
24
24
|
*/
|
|
25
25
|
id: number;
|
|
26
|
-
/**
|
|
27
|
-
* The id of the application to be linked
|
|
28
|
-
* @type {number}
|
|
29
|
-
* @memberof VariableUpdate
|
|
30
|
-
*/
|
|
31
|
-
application_id: number;
|
|
32
26
|
/**
|
|
33
27
|
* The unique key used to identify the variable on the target
|
|
34
28
|
* @type {string}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devopness/sdk-js",
|
|
3
|
-
"version": "1.96.
|
|
3
|
+
"version": "1.96.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"typescript": "^4.4.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@types/parse-link-header": "^
|
|
66
|
+
"@types/parse-link-header": "^2.0.0",
|
|
67
67
|
"axios": "^0.21.4",
|
|
68
|
-
"parse-link-header": "^
|
|
68
|
+
"parse-link-header": "^2.0.0"
|
|
69
69
|
}
|
|
70
70
|
}
|