@lovrabet/sdk 1.1.14 → 1.1.15

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.
@@ -49,6 +49,8 @@ export interface ModelConfig {
49
49
  tableName: string;
50
50
  /** 数据集代码 */
51
51
  datasetCode: string;
52
+ /** 数据集名称 */
53
+ name?: string;
52
54
  }
53
55
  /**
54
56
  * 模型配置集合接口
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/sdk",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",