windmill-client 1.455.0 → 1.455.2
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/core/OpenAPI.js +1 -1
- package/dist/services.gen.d.ts +1 -1
- package/dist/services.gen.js +1 -1
- package/package.json +1 -1
package/dist/core/OpenAPI.js
CHANGED
package/dist/services.gen.d.ts
CHANGED
|
@@ -1914,7 +1914,7 @@ export declare class ScriptService {
|
|
|
1914
1914
|
*/
|
|
1915
1915
|
static deleteScriptByHash(data: DeleteScriptByHashData): CancelablePromise<DeleteScriptByHashResponse>;
|
|
1916
1916
|
/**
|
|
1917
|
-
* delete
|
|
1917
|
+
* delete script at a given path (require admin)
|
|
1918
1918
|
* @param data The data for the request.
|
|
1919
1919
|
* @param data.workspace
|
|
1920
1920
|
* @param data.path
|
package/dist/services.gen.js
CHANGED
|
@@ -3808,7 +3808,7 @@ class ScriptService {
|
|
|
3808
3808
|
});
|
|
3809
3809
|
}
|
|
3810
3810
|
/**
|
|
3811
|
-
* delete
|
|
3811
|
+
* delete script at a given path (require admin)
|
|
3812
3812
|
* @param data The data for the request.
|
|
3813
3813
|
* @param data.workspace
|
|
3814
3814
|
* @param data.path
|