windmill-client 1.359.0 → 1.360.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.
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 a resource value by path
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 a resource value by path
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
  */
@@ -39,7 +39,7 @@ exports.OpenAPI = {
39
39
  PASSWORD: undefined,
40
40
  TOKEN: getEnv("WM_TOKEN"),
41
41
  USERNAME: undefined,
42
- VERSION: '1.359.0',
42
+ VERSION: '1.360.1',
43
43
  WITH_CREDENTIALS: true,
44
44
  interceptors: {
45
45
  request: new Interceptors(),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "windmill-client",
3
3
  "description": "Windmill SDK client for browsers and Node.js",
4
- "version": "1.359.0",
4
+ "version": "1.360.1",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {