@devopness/sdk-js 1.100.0 → 1.101.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 Action {
|
|
|
54
54
|
* @memberof Action
|
|
55
55
|
*/
|
|
56
56
|
summary: ActionSummary;
|
|
57
|
+
/**
|
|
58
|
+
* The permalink URL to the action details on Devopness web app
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof Action
|
|
61
|
+
*/
|
|
62
|
+
url_web_permalink: string;
|
|
57
63
|
/**
|
|
58
64
|
* List of actions dispatched to servers
|
|
59
65
|
* @type {Array<ServerAction>}
|