web-core-tcm 0.0.63 → 0.0.65
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 +2 -1
- package/dist/src/api/authorization/alova/index.js +13 -13
- package/dist/src/api/authorization/index.js +4 -3
- 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 +2 -1
- package/dist/src/api/check/alova/index.js +10 -10
- package/dist/src/api/check/index.js +10 -9
- package/dist/src/api/config/index.d.ts +1 -0
- package/dist/src/api/config/index.js +15 -9
- 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 +2 -1
- package/dist/src/api/doctor/alova/index.js +13 -13
- package/dist/src/api/doctor/index.js +7 -6
- 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 +7 -0
- package/dist/src/api/manager/alova/index.js +20 -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 +18 -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 +2 -1
- package/dist/src/api/oauth/alova/index.js +12 -12
- package/dist/src/api/oauth/index.js +6 -5
- 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 +2 -1
- package/dist/src/api/outpatient/alova/index.js +13 -13
- package/dist/src/api/outpatient/index.js +10 -9
- 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 +2 -1
- package/dist/src/api/patient/alova/index.js +13 -13
- package/dist/src/api/patient/index.js +27 -26
- 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 +2 -1
- package/dist/src/api/prescription/alova/index.js +6 -6
- package/dist/src/api/prescription/index.js +12 -11
- 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 +2 -1
- package/dist/src/api/scientist/alova/index.js +10 -10
- package/dist/src/api/scientist/index.js +8 -7
- 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,6 @@ 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
|
+
export { alovaInstance as scientistAlovaInstance };
|
|
6
7
|
export default Apis;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { createAlova as e } from "../../../../node_modules/alova/dist/alova.esm.js";
|
|
2
2
|
import t from "../../../../node_modules/alova/dist/adapter/fetch.esm.js";
|
|
3
3
|
import { withConfigType as o, createApis as r, mountApis as i } from "./createApis.js";
|
|
4
|
-
import { responded as
|
|
5
|
-
import { getServiceEndpoint as n, ServiceType as
|
|
4
|
+
import { responded as s, onAuthRequired as a } from "../../config/alova/index.js";
|
|
5
|
+
import { getServiceEndpoint as n, ServiceType as p } from "../../config/index.js";
|
|
6
6
|
import "./implement/index.js";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
baseURL: n(s.Scientist),
|
|
7
|
+
const c = e({
|
|
8
|
+
baseURL: n(p.Scientist),
|
|
10
9
|
requestAdapter: t(),
|
|
11
10
|
beforeRequest: a(() => {
|
|
12
11
|
}),
|
|
13
12
|
cacheFor: null,
|
|
14
|
-
responded:
|
|
15
|
-
}),
|
|
13
|
+
responded: s
|
|
14
|
+
}), m = o({}), f = r(c, m);
|
|
16
15
|
i(f);
|
|
17
16
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
f as default
|
|
17
|
+
m as $$userConfigMap,
|
|
18
|
+
c as alovaInstance,
|
|
19
|
+
f as default,
|
|
20
|
+
c as scientistAlovaInstance
|
|
21
21
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { Scientist as
|
|
2
|
-
import { $$userConfigMap as
|
|
3
|
-
import { AlovaScientist as
|
|
1
|
+
import { Scientist as o } from "./scientist.js";
|
|
2
|
+
import { $$userConfigMap as n, alovaInstance as s, alovaInstance as i } from "./alova/index.js";
|
|
3
|
+
import { AlovaScientist as c } from "./alova/implement/scientist.js";
|
|
4
4
|
export {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
n as $$userConfigMap,
|
|
6
|
+
c as AlovaScientist,
|
|
7
|
+
o as Scientist,
|
|
8
|
+
s as alovaInstance,
|
|
9
|
+
i as scientistAlovaInstance
|
|
9
10
|
};
|
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
|
-
|