@leaflow/sdk 0.56.1 → 0.57.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.
@@ -2468,8 +2468,12 @@ export interface components {
2468
2468
  /** Format: int64 */
2469
2469
  billing_account_id?: number;
2470
2470
  currency: string;
2471
- /** @enum {string} */
2472
- type: "purchase" | "renew" | "change";
2471
+ /**
2472
+ * @description `adopt` brings a resource that already existed under billing. It charges nothing at
2473
+ * the time and starts billing from the moment agreed.
2474
+ * @enum {string}
2475
+ */
2476
+ type: "purchase" | "renew" | "change" | "adopt";
2473
2477
  state: components["schemas"]["OrderState"];
2474
2478
  gross_amount?: components["schemas"]["Money"];
2475
2479
  discount_amount?: components["schemas"]["Money"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.56.1",
3
+ "version": "0.57.0",
4
4
  "description": "Leaflow 平台 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "repository": {