jfrog-workers 0.13.0 → 0.14.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.
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -153,6 +153,11 @@ export interface PlatformContext {
|
|
|
153
153
|
* Token used when communicating with the JFrog platform
|
|
154
154
|
*/
|
|
155
155
|
platformToken: string;
|
|
156
|
+
/**
|
|
157
|
+
* Username of the principal that triggered this execution (for example via HTTP manual execute).
|
|
158
|
+
* Empty when not available.
|
|
159
|
+
*/
|
|
160
|
+
triggeringUserName: string;
|
|
156
161
|
/**
|
|
157
162
|
* State manager to store and retrieve state for this Worker between executions.
|
|
158
163
|
* NOTE: This state is not safe against concurrent executions of the same Worker.
|