@leaflow/sdk 0.66.0 → 0.67.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.
|
@@ -164,7 +164,7 @@ export interface paths {
|
|
|
164
164
|
put?: never;
|
|
165
165
|
/**
|
|
166
166
|
* Create a private network
|
|
167
|
-
* @description
|
|
167
|
+
* @description Creates a ready-to-use private network. The response is returned only after the network is ready for use. If the client loses the response, repeat this request with the same idempotency key to obtain its final result.
|
|
168
168
|
*/
|
|
169
169
|
post: operations["create-private-network"];
|
|
170
170
|
delete?: never;
|
|
@@ -674,11 +674,6 @@ export interface components {
|
|
|
674
674
|
name: string;
|
|
675
675
|
/** Format: uuid */
|
|
676
676
|
region_id: string;
|
|
677
|
-
/**
|
|
678
|
-
* @description `provisioning` means provider resources are still being created.
|
|
679
|
-
* @enum {string}
|
|
680
|
-
*/
|
|
681
|
-
status: "provisioning" | "available" | "error";
|
|
682
677
|
/** Format: date-time */
|
|
683
678
|
updated_at: string;
|
|
684
679
|
};
|