shcp-api-lib 1.0.7 → 1.0.8

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.
package/dist/index.d.ts CHANGED
@@ -7783,13 +7783,13 @@ interface Log {
7783
7783
  */
7784
7784
  interface HealthMedicationConfigDTO {
7785
7785
  /** 是否支持表单智能填充 */
7786
- smartFill: boolean;
7786
+ smasmartFillEnabledrtFill: boolean;
7787
7787
  /** OCR识别次数限制 */
7788
- ocrLimit: number;
7788
+ smartFillLimit: number;
7789
7789
  /** 上传图片数量限制 */
7790
- imageLimit: number;
7790
+ smartFillImageLimit: number;
7791
7791
  /** 文件大小限制,默认10M,单位MB */
7792
- fileSizeLimit: number;
7792
+ smartFillImageFileSizeLimit: number;
7793
7793
  }
7794
7794
  interface AiMedicationRecordItem {
7795
7795
  /** 药品名称 */
@@ -132,13 +132,13 @@ interface Log {
132
132
  */
133
133
  export interface HealthMedicationConfigDTO {
134
134
  /** 是否支持表单智能填充 */
135
- smartFill: boolean;
135
+ smasmartFillEnabledrtFill: boolean;
136
136
  /** OCR识别次数限制 */
137
- ocrLimit: number;
137
+ smartFillLimit: number;
138
138
  /** 上传图片数量限制 */
139
- imageLimit: number;
139
+ smartFillImageLimit: number;
140
140
  /** 文件大小限制,默认10M,单位MB */
141
- fileSizeLimit: number;
141
+ smartFillImageFileSizeLimit: number;
142
142
  }
143
143
  export interface AiMedicationRecordItem {
144
144
  /** 药品名称 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shcp-api-lib",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "SHCP Model Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",