web-core-tcm 0.0.63 → 0.0.64
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/src/api/authorization/alova/createApis.js +1 -7
- package/dist/src/api/authorization/alova/globals.d.ts +331 -250
- package/dist/src/api/authorization/alova/index.d.ts +1 -1
- package/dist/src/api/authorization/alova/index.js +5 -6
- package/dist/src/api/check/alova/createApis.js +1 -7
- package/dist/src/api/check/alova/globals.d.ts +1227 -1126
- package/dist/src/api/check/alova/index.d.ts +1 -1
- package/dist/src/api/check/alova/index.js +6 -7
- package/dist/src/api/config/index.d.ts +1 -0
- package/dist/src/api/config/index.js +3 -1
- package/dist/src/api/doctor/alova/createApis.js +1 -7
- package/dist/src/api/doctor/alova/globals.d.ts +510 -419
- package/dist/src/api/doctor/alova/index.d.ts +1 -1
- package/dist/src/api/doctor/alova/index.js +6 -7
- package/dist/src/api/index.d.ts +1 -0
- package/dist/src/api/index.js +2 -0
- package/dist/src/api/manager/alova/apiDefinitions.d.ts +62 -0
- package/dist/src/api/manager/alova/apiDefinitions.js +50 -0
- package/dist/src/api/manager/alova/createApis.d.ts +10 -0
- package/dist/src/api/manager/alova/createApis.js +49 -0
- package/dist/src/api/manager/alova/globals.d.ts +4890 -0
- package/dist/src/api/manager/alova/implement/department.d.ts +7 -0
- package/dist/src/api/manager/alova/implement/department.js +44 -0
- package/dist/src/api/manager/alova/implement/division.d.ts +7 -0
- package/dist/src/api/manager/alova/implement/division.js +44 -0
- package/dist/src/api/manager/alova/implement/hospital.d.ts +7 -0
- package/dist/src/api/manager/alova/implement/hospital.js +44 -0
- package/dist/src/api/manager/alova/implement/index.d.ts +3 -0
- package/dist/src/api/manager/alova/implement/index.js +8 -0
- package/dist/src/api/manager/alova/index.d.ts +6 -0
- package/dist/src/api/manager/alova/index.js +19 -0
- package/dist/src/api/manager/department.d.ts +30 -0
- package/dist/src/api/manager/department.js +35 -0
- package/dist/src/api/manager/division.d.ts +30 -0
- package/dist/src/api/manager/division.js +34 -0
- package/dist/src/api/manager/hospital.d.ts +32 -0
- package/dist/src/api/manager/hospital.js +36 -0
- package/dist/src/api/manager/index.d.ts +4 -0
- package/dist/src/api/manager/index.js +17 -0
- package/dist/src/api/oauth/alova/createApis.js +1 -7
- package/dist/src/api/oauth/alova/globals.d.ts +403 -312
- package/dist/src/api/oauth/alova/index.d.ts +1 -1
- package/dist/src/api/oauth/alova/index.js +0 -1
- package/dist/src/api/outpatient/alova/createApis.js +1 -7
- package/dist/src/api/outpatient/alova/globals.d.ts +634 -543
- package/dist/src/api/outpatient/alova/index.d.ts +1 -1
- package/dist/src/api/outpatient/alova/index.js +5 -6
- package/dist/src/api/patient/alova/createApis.js +1 -7
- package/dist/src/api/patient/alova/globals.d.ts +1627 -1480
- package/dist/src/api/patient/alova/index.d.ts +1 -1
- package/dist/src/api/patient/alova/index.js +5 -6
- package/dist/src/api/prescription/alova/apiDefinitions.d.ts +1 -0
- package/dist/src/api/prescription/alova/apiDefinitions.js +1 -0
- package/dist/src/api/prescription/alova/createApis.js +1 -7
- package/dist/src/api/prescription/alova/globals.d.ts +959 -812
- package/dist/src/api/prescription/alova/index.d.ts +1 -1
- package/dist/src/api/prescription/alova/index.js +4 -5
- package/dist/src/api/scientist/alova/createApis.js +1 -7
- package/dist/src/api/scientist/alova/globals.d.ts +406 -315
- package/dist/src/api/scientist/alova/index.d.ts +1 -1
- package/dist/src/api/scientist/alova/index.js +4 -5
- package/dist/src/index.js +42 -40
- package/package.json +1 -1
- package/dist/src/api/authorization/alova/globals.js +0 -1
- package/dist/src/api/check/alova/globals.js +0 -1
- package/dist/src/api/doctor/alova/globals.js +0 -1
- package/dist/src/api/oauth/alova/globals.js +0 -1
- package/dist/src/api/outpatient/alova/globals.js +0 -1
- package/dist/src/api/patient/alova/globals.js +0 -1
- package/dist/src/api/prescription/alova/globals.js +0 -1
- package/dist/src/api/scientist/alova/globals.js +0 -1
|
@@ -2,5 +2,5 @@ export declare const alovaInstance: import('alova').Alova<import('alova').AlovaG
|
|
|
2
2
|
export declare const $$userConfigMap: {};
|
|
3
3
|
declare const Apis: scientistApi;
|
|
4
4
|
export * from './implement';
|
|
5
|
-
export * from './globals';
|
|
5
|
+
export type * from './globals';
|
|
6
6
|
export default Apis;
|
|
@@ -4,18 +4,17 @@ import { withConfigType as o, createApis as r, mountApis as i } from "./createAp
|
|
|
4
4
|
import { responded as p, onAuthRequired as a } from "../../config/alova/index.js";
|
|
5
5
|
import { getServiceEndpoint as n, ServiceType as s } from "../../config/index.js";
|
|
6
6
|
import "./implement/index.js";
|
|
7
|
-
|
|
8
|
-
const m = e({
|
|
7
|
+
const c = e({
|
|
9
8
|
baseURL: n(s.Scientist),
|
|
10
9
|
requestAdapter: t(),
|
|
11
10
|
beforeRequest: a(() => {
|
|
12
11
|
}),
|
|
13
12
|
cacheFor: null,
|
|
14
13
|
responded: p
|
|
15
|
-
}),
|
|
14
|
+
}), m = o({}), f = r(c, m);
|
|
16
15
|
i(f);
|
|
17
16
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
m as $$userConfigMap,
|
|
18
|
+
c as alovaInstance,
|
|
20
19
|
f as default
|
|
21
20
|
};
|
package/dist/src/index.js
CHANGED
|
@@ -11,55 +11,57 @@ import * as f from "./api/oauth/index.js";
|
|
|
11
11
|
import * as l from "./api/outpatient/index.js";
|
|
12
12
|
import * as x from "./api/patient/index.js";
|
|
13
13
|
import * as d from "./api/prescription/index.js";
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
17
|
-
import
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { default as
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
14
|
+
import * as n from "./api/scientist/index.js";
|
|
15
|
+
import * as c from "./api/device/device.js";
|
|
16
|
+
import * as A from "./api/core/index.js";
|
|
17
|
+
import * as u from "./api/manager/index.js";
|
|
18
|
+
import { WaveMapSchema as g, WaveSchema as h, file_WaveMap as M } from "./proto/types/WaveMap_pb.js";
|
|
19
|
+
import { ImageSchema as v, ImagesSchema as P, file_Images as I } from "./proto/types/Images_pb.js";
|
|
20
|
+
import { default as D } from "./components/tcm/inquirise/ComplaintsRecognitionCollected.vue.js";
|
|
21
|
+
import { default as W } from "./components/tcm/inquirise/ComplaintViewCollected.vue.js";
|
|
22
|
+
import { symptomsState as T } from "./components/tcm/inquirise/symptoms.js";
|
|
23
|
+
import { default as b } from "./components/tcm/inspections/FaceMetaCollected.vue.js";
|
|
24
|
+
import { default as y } from "./components/tcm/inspections/SceneMetaCollected.vue.js";
|
|
25
|
+
import { default as F } from "./components/tcm/inspections/TongueMetaCollected.vue.js";
|
|
26
|
+
import { default as V } from "./components/tcm/inspections/InspectionDeviceTakeImageCollected.vue.js";
|
|
27
|
+
import { default as q } from "./components/tcm/inspections/CheckSceneMetaCollected.vue.js";
|
|
28
|
+
import { default as G } from "./components/tcm/inspections/AppendixMetaCollected.vue.js";
|
|
29
|
+
import { default as J } from "./components/tcm/lisems/EcgAndPcgCollect.vue.js";
|
|
30
|
+
import { default as L } from "./components/tcm/lisems/EPPCollected.vue.js";
|
|
31
|
+
import { default as Q } from "./components/tcm/palpations/PulsationCollect.vue.js";
|
|
32
|
+
import { default as X } from "./components/tcm/palpations/OnePulsationCollect.vue.js";
|
|
32
33
|
export {
|
|
33
34
|
a as AlgorithmApi,
|
|
34
|
-
|
|
35
|
+
G as AppendixMetaCollected,
|
|
35
36
|
r as AuthorizationApi,
|
|
36
37
|
p as CheckApi,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
q as CheckSceneMetaCollected,
|
|
39
|
+
W as ComplaintViewCollected,
|
|
40
|
+
D as ComplaintsRecognitionCollected,
|
|
40
41
|
i as ConfigApi,
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
A as CoreApi,
|
|
43
|
+
c as DeviceApi,
|
|
43
44
|
m as DoctorApi,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
45
|
+
J as EcgAndPcgCollect,
|
|
46
|
+
L as EppCollected,
|
|
47
|
+
b as FaceMetaCollected,
|
|
48
|
+
v as ImageSchema,
|
|
49
|
+
P as ImagesSchema,
|
|
50
|
+
V as InspectionDeviceTakeImageCollected,
|
|
51
|
+
u as ManagerApi,
|
|
50
52
|
s as MetricApi,
|
|
51
53
|
f as OAuthApi,
|
|
52
|
-
|
|
54
|
+
X as OnePulsationCollect,
|
|
53
55
|
l as OutPatientApi,
|
|
54
56
|
x as PatientApi,
|
|
55
57
|
d as PrescriptionApi,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
58
|
+
Q as PulsationCollect,
|
|
59
|
+
y as SceneMetaCollected,
|
|
60
|
+
n as ScientistApi,
|
|
61
|
+
F as TongueMetaCollected,
|
|
62
|
+
g as WaveMapSchema,
|
|
63
|
+
h as WaveSchema,
|
|
64
|
+
I as file_Images,
|
|
65
|
+
M as file_WaveMap,
|
|
66
|
+
T as symptomsState
|
|
65
67
|
};
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|