@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;
@@ -893,7 +893,6 @@ export interface components {
893
893
  state: "reserved" | "active" | "releasing" | "released";
894
894
  /** Format: int64 */
895
895
  generation: number;
896
- /** Format: uuid */
897
896
  operation_id: string;
898
897
  /** Format: date-time */
899
898
  created_at: string;
@@ -333,7 +333,6 @@ export interface components {
333
333
  state: "reserved" | "active" | "releasing" | "released";
334
334
  /** Format: int64 */
335
335
  generation: number;
336
- /** Format: uuid */
337
336
  operation_id: string;
338
337
  /** Format: date-time */
339
338
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.64.0",
3
+ "version": "0.65.0",
4
4
  "description": "Leaflow 平台 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "repository": {