@downcity/type 0.1.52 → 0.1.62

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.
Files changed (2) hide show
  1. package/bin/index.d.ts +1 -1
  2. package/package.json +1 -1
package/bin/index.d.ts CHANGED
@@ -115,7 +115,7 @@ export interface CityModelConnection {
115
115
  */
116
116
  model_id: string;
117
117
  /**
118
- * 每次请求都需要额外合并到请求体的 City 上下文字段,例如 `town_id`。
118
+ * 每次请求都需要额外合并到请求体的 City 上下文字段,例如 `city_id`。
119
119
  */
120
120
  request_body: Record<string, unknown>;
121
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@downcity/type",
3
- "version": "0.1.52",
3
+ "version": "0.1.62",
4
4
  "description": "Downcity shared protocol types for cross-package SDK boundaries.",
5
5
  "type": "module",
6
6
  "main": "./bin/index.js",