web-core-tcm 0.0.10 → 0.0.11

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/package.json +1 -1
  2. package/src/api/index.ts +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-core-tcm",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Core",
5
5
  "productName": "Core",
6
6
  "author": "wywywywywywywywywy <qa123456_0714@qq.com>",
package/src/api/index.ts CHANGED
@@ -1,12 +1,12 @@
1
- export * as Algorithm from './algorithm/index'
2
- export * as Authorization from './authorization/index'
3
- export * as Check from './check/index'
4
- export * as Config from './config/index'
5
- export * as Doctor from './doctor/index'
6
- export * as Metric from './metric/index'
7
- export * as OAuth from './oauth/index'
8
- export * as OutPatient from './outpatient/index'
9
- export * as Patient from './patient/index'
10
- export * as Prescription from './prescription/index'
11
- export * as Scientist from './scientist/index'
1
+ export * as AlgorithmApi from './algorithm/index'
2
+ export * as AuthorizationApi from './authorization/index'
3
+ export * as CheckApi from './check/index'
4
+ export * as ConfigApi from './config/index'
5
+ export * as DoctorApi from './doctor/index'
6
+ export * as MetricApi from './metric/index'
7
+ export * as OAuthApi from './oauth/index'
8
+ export * as OutPatientApi from './outpatient/index'
9
+ export * as PatientApi from './patient/index'
10
+ export * as PrescriptionApi from './prescription/index'
11
+ export * as ScientistApi from './scientist/index'
12
12
  export * from './device/device'