@leaflow/sdk 0.68.0 → 0.70.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.
@@ -435,6 +435,12 @@ export interface components {
435
435
  rules: components["schemas"]["RuleResource"][] | null;
436
436
  };
437
437
  ProjectResource: {
438
+ /**
439
+ * Format: date-time
440
+ * @description A read-only management lock. Running resources and billing remain unchanged. Only an operator can release it.
441
+ */
442
+ locked_at: string | null;
443
+ lock_reason: string;
438
444
  ban_reason: string;
439
445
  /** Format: date-time */
440
446
  created_at: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.68.0",
3
+ "version": "0.70.0",
4
4
  "description": "Leaflow 平台 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "repository": {