web-core-tcm 0.0.30 → 0.0.35

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 (56) hide show
  1. package/dist/src/api/algorithm/alova/implement/comprehensiveAlgorithm.d.ts +7 -0
  2. package/dist/src/api/algorithm/alova/implement/comprehensiveAlgorithm.js +31 -0
  3. package/dist/src/api/algorithm/alova/implement/index.d.ts +5 -0
  4. package/dist/src/api/algorithm/alova/implement/inquiriesAlgorithm.d.ts +16 -0
  5. package/dist/src/api/algorithm/alova/implement/inquiriesAlgorithm.js +26 -0
  6. package/dist/src/api/algorithm/alova/implement/inspectionsAlgorithm.d.ts +5 -0
  7. package/dist/src/api/algorithm/alova/implement/inspectionsAlgorithm.js +21 -0
  8. package/dist/src/api/algorithm/alova/implement/lisemsAlgorithm.d.ts +5 -0
  9. package/dist/src/api/algorithm/alova/implement/lisemsAlgorithm.js +26 -0
  10. package/dist/src/api/algorithm/alova/implement/pulsationsAlgorithm.d.ts +7 -0
  11. package/dist/src/api/algorithm/alova/implement/pulsationsAlgorithm.js +19 -0
  12. package/dist/src/api/algorithm/alova/index.d.ts +6 -0
  13. package/dist/src/api/algorithm/alova/index.js +47 -0
  14. package/dist/src/api/algorithm/comprehensiveAlgorithm.d.ts +11 -4
  15. package/dist/src/api/algorithm/comprehensiveAlgorithm.js +26 -14
  16. package/dist/src/api/algorithm/index.d.ts +1 -5
  17. package/dist/src/api/algorithm/index.js +26 -60
  18. package/dist/src/api/algorithm/inquiriesAlgorithm.d.ts +20 -13
  19. package/dist/src/api/algorithm/inquiriesAlgorithm.js +27 -7
  20. package/dist/src/api/algorithm/inspectionsAlgorithm.d.ts +9 -2
  21. package/dist/src/api/algorithm/inspectionsAlgorithm.js +18 -8
  22. package/dist/src/api/algorithm/lisemsAlgorithm.d.ts +9 -2
  23. package/dist/src/api/algorithm/lisemsAlgorithm.js +16 -11
  24. package/dist/src/api/algorithm/pulsationsAlgorithm.d.ts +11 -4
  25. package/dist/src/api/algorithm/pulsationsAlgorithm.js +18 -6
  26. package/dist/src/api/check/alova/index.js +1 -1
  27. package/dist/src/api/check/check.d.ts +1 -1
  28. package/dist/src/api/check/check.js +1 -1
  29. package/dist/src/api/{patient → core}/core.d.ts +7 -2
  30. package/dist/src/api/{patient → core}/core.js +27 -17
  31. package/dist/src/api/doctor/alova/index.js +1 -1
  32. package/dist/src/api/doctor/doctor.d.ts +1 -1
  33. package/dist/src/api/doctor/doctor.js +1 -1
  34. package/dist/src/api/outpatient/alova/implement/outpatient.d.ts +1 -1
  35. package/dist/src/api/outpatient/alova/index.js +1 -1
  36. package/dist/src/api/outpatient/outpatient.d.ts +1 -1
  37. package/dist/src/api/outpatient/outpatient.js +1 -1
  38. package/dist/src/api/patient/alova/implement/meta.d.ts +1 -1
  39. package/dist/src/api/patient/alova/implement/meta.js +58 -58
  40. package/dist/src/api/patient/alova/implement/patient.d.ts +1 -1
  41. package/dist/src/api/patient/alova/index.js +8 -6
  42. package/dist/src/api/patient/index.d.ts +1 -1
  43. package/dist/src/api/patient/index.js +36 -35
  44. package/dist/src/api/patient/meta.d.ts +1 -1
  45. package/dist/src/api/patient/meta.js +1 -1
  46. package/dist/src/api/patient/patient.d.ts +1 -1
  47. package/dist/src/api/patient/patient.js +1 -1
  48. package/dist/src/api/prescription/alova/index.js +1 -1
  49. package/dist/src/api/prescription/herbal.d.ts +1 -1
  50. package/dist/src/api/prescription/herbal.js +1 -1
  51. package/dist/src/api/prescription/prescription.d.ts +1 -1
  52. package/dist/src/api/prescription/prescription.js +1 -1
  53. package/dist/src/api/scientist/alova/index.js +1 -1
  54. package/dist/src/api/scientist/scientist.d.ts +1 -1
  55. package/dist/src/api/scientist/scientist.js +1 -1
  56. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  import { Herbal } from './herbal';
2
2
  import { PrescriptionState } from './alova/globals';
3
- import { Page, NetworkObject } from '../patient/core';
3
+ import { Page, NetworkObject } from '../core/core';
4
4
  import { IBuilder } from 'builder-pattern';
5
5
  import { Doctor } from '../doctor/doctor';
6
6
  export declare abstract class Prescription extends NetworkObject {
@@ -1,5 +1,5 @@
1
1
  import { Herbal as u } from "./herbal.js";
2
- import { NetworkObject as s } from "../patient/core.js";
2
+ import { NetworkObject as s } from "../core/core.js";
3
3
  import { Builder as d } from "../../../node_modules/builder-pattern/dist/index.js";
4
4
  import { Doctor as i } from "../doctor/doctor.js";
5
5
  class a extends s {
@@ -3,7 +3,7 @@ import t from "../../../../node_modules/alova/dist/adapter/fetch.esm.js";
3
3
  import { createApis as o, mountApis as r, withConfigType as i } from "./createApis.js";
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
- import "../../patient/core.js";
6
+ import "../../core/core.js";
7
7
  import "../../../../node_modules/pinyin/lib/esm/pinyin.js";
8
8
  const m = e({
9
9
  baseURL: n(s.Scientist),
@@ -1,4 +1,4 @@
1
- import { NetworkObject } from '../patient/core';
1
+ import { NetworkObject } from '../core/core';
2
2
  import { IBuilder } from 'builder-pattern';
3
3
  import { ScientistState } from './alova/globals';
4
4
  export declare abstract class Scientist extends NetworkObject {
@@ -1,4 +1,4 @@
1
- import { NetworkObject as t } from "../patient/core.js";
1
+ import { NetworkObject as t } from "../core/core.js";
2
2
  import { Builder as i } from "../../../node_modules/builder-pattern/dist/index.js";
3
3
  import { getName as d } from "../../util/string.js";
4
4
  class p extends t {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-core-tcm",
3
- "version": "0.0.30",
3
+ "version": "0.0.35",
4
4
  "description": "Core",
5
5
  "productName": "Core",
6
6
  "author": "wywywywywywywywywy <qa123456_0714@qq.com>",
@@ -69,7 +69,7 @@
69
69
  ],
70
70
  "exports": {
71
71
  "./api/algorithm": "./dist/src/api/algorithm/index.d.ts",
72
- "./api/authorization": "./dist/api/authorization/index.d.ts",
72
+ "./api/authorization": "./dist/src/api/authorization/index.d.ts",
73
73
  "./api/check": "./dist/src/api/check/index.d.ts",
74
74
  "./api/config": "./dist/src/api/config/index.d.ts",
75
75
  "./api/device": "./dist/src/api/device/index.d.ts",