windmill-client 1.359.0 → 1.360.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/client.d.ts +1 -1
- package/dist/client.js +1 -1
- package/dist/core/OpenAPI.js +1 -1
- package/package.json +1 -1
package/dist/client.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export declare function getWorkspace(): string;
|
|
|
19
19
|
*/
|
|
20
20
|
export declare function getResource(path?: string, undefinedIfEmpty?: boolean): Promise<any>;
|
|
21
21
|
/**
|
|
22
|
-
* Get
|
|
22
|
+
* Get the true root job id
|
|
23
23
|
* @param jobId job id to get the root job id from (default to current job)
|
|
24
24
|
* @returns root job id
|
|
25
25
|
*/
|
package/dist/client.js
CHANGED
|
@@ -87,7 +87,7 @@ function getResource(path, undefinedIfEmpty) {
|
|
|
87
87
|
}
|
|
88
88
|
exports.getResource = getResource;
|
|
89
89
|
/**
|
|
90
|
-
* Get
|
|
90
|
+
* Get the true root job id
|
|
91
91
|
* @param jobId job id to get the root job id from (default to current job)
|
|
92
92
|
* @returns root job id
|
|
93
93
|
*/
|
package/dist/core/OpenAPI.js
CHANGED