windmill-client 1.683.0 → 1.683.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/core/OpenAPI.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types.gen.d.ts +2 -2
- package/package.json +1 -1
package/dist/core/OpenAPI.mjs
CHANGED
package/dist/index.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -6756,7 +6756,7 @@ export type ListDeploymentRequestEligibleDeployersResponse = Array<DeploymentReq
|
|
|
6756
6756
|
export type GetOpenDeploymentRequestData = {
|
|
6757
6757
|
workspace: string;
|
|
6758
6758
|
};
|
|
6759
|
-
export type GetOpenDeploymentRequestResponse = DeploymentRequest | null;
|
|
6759
|
+
export type GetOpenDeploymentRequestResponse = (DeploymentRequest) | null;
|
|
6760
6760
|
export type CreateDeploymentRequestData = {
|
|
6761
6761
|
requestBody: {
|
|
6762
6762
|
/**
|
|
@@ -16023,7 +16023,7 @@ export type $OpenApiTs = {
|
|
|
16023
16023
|
/**
|
|
16024
16024
|
* the open request or null if none exists
|
|
16025
16025
|
*/
|
|
16026
|
-
200: DeploymentRequest | null;
|
|
16026
|
+
200: (DeploymentRequest) | null;
|
|
16027
16027
|
};
|
|
16028
16028
|
};
|
|
16029
16029
|
};
|