@leaflow/sdk 0.64.0 → 0.65.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.
|
@@ -1196,7 +1196,6 @@ export interface components {
|
|
|
1196
1196
|
state: "reserved" | "active" | "releasing" | "released";
|
|
1197
1197
|
/** Format: int64 */
|
|
1198
1198
|
generation: number;
|
|
1199
|
-
/** Format: uuid */
|
|
1200
1199
|
operation_id: string;
|
|
1201
1200
|
/** Format: date-time */
|
|
1202
1201
|
created_at: string;
|