@leaflow/sdk 0.74.1 → 0.74.2

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.
@@ -1598,7 +1598,8 @@ export interface components {
1598
1598
  RegionResource: {
1599
1599
  country_code: string;
1600
1600
  name: string;
1601
- lookup_key: string;
1601
+ /** @description The region's code, the way the outside world names this place (hk-1). Stable and human-written; it is not an identifier for addressing — every endpoint takes ids. */
1602
+ code: string;
1602
1603
  /** Format: uuid */
1603
1604
  id: string;
1604
1605
  };
@@ -1607,7 +1608,8 @@ export interface components {
1607
1608
  };
1608
1609
  ZoneResource: {
1609
1610
  name: string;
1610
- lookup_key: string;
1611
+ /** @description The zone's code within its region (hk-1-a). Stable and human-written; addressing is by id. */
1612
+ code: string;
1611
1613
  /** Format: uuid */
1612
1614
  id: string;
1613
1615
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.74.1",
3
+ "version": "0.74.2",
4
4
  "description": "Leaflow 平台 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "repository": {