@leaflow/sdk 0.67.1 → 0.69.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.
@@ -236,7 +236,9 @@ export interface components {
236
236
  step_gb: number;
237
237
  for_system: boolean;
238
238
  /** Format: uuid */
239
- billing_plan_id: string;
239
+ product_id: string;
240
+ /** Format: uuid */
241
+ plan_id: string;
240
242
  };
241
243
  DiskTypeList: {
242
244
  items: components["schemas"]["DiskType"][];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.67.1",
3
+ "version": "0.69.0",
4
4
  "description": "Leaflow 平台 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "repository": {