@aitmed/aitmed-document-template 1.42.0 → 1.44.0

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.
@@ -47,6 +47,11 @@ interface Info {
47
47
  vid: string;
48
48
  fid: string;
49
49
  };
50
+ attorneySignatureInfo?: {
51
+ eid: string;
52
+ vid: string;
53
+ fid: string;
54
+ };
50
55
  facilityId: string;
51
56
  locationIds: Array<string>;
52
57
  patientId: string;
@@ -71,6 +76,11 @@ export declare const useDocumentTemplateStore: import("pinia").StoreDefinition<"
71
76
  vid: string;
72
77
  fid: string;
73
78
  } | undefined;
79
+ attorneySignatureInfo?: {
80
+ eid: string;
81
+ vid: string;
82
+ fid: string;
83
+ } | undefined;
74
84
  facilityId: string;
75
85
  locationIds: Array<string>;
76
86
  patientId: string;
@@ -96,6 +106,11 @@ export declare const useDocumentTemplateStore: import("pinia").StoreDefinition<"
96
106
  vid: string;
97
107
  fid: string;
98
108
  } | undefined;
109
+ attorneySignatureInfo?: {
110
+ eid: string;
111
+ vid: string;
112
+ fid: string;
113
+ } | undefined;
99
114
  facilityId: string;
100
115
  locationIds: Array<string>;
101
116
  patientId: string;
@@ -121,6 +136,11 @@ export declare const useDocumentTemplateStore: import("pinia").StoreDefinition<"
121
136
  vid: string;
122
137
  fid: string;
123
138
  } | undefined;
139
+ attorneySignatureInfo?: {
140
+ eid: string;
141
+ vid: string;
142
+ fid: string;
143
+ } | undefined;
124
144
  facilityId: string;
125
145
  locationIds: Array<string>;
126
146
  patientId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aitmed/aitmed-document-template",
3
- "version": "1.42.0",
3
+ "version": "1.44.0",
4
4
  "main": "./dist/my-component-library.umd.js",
5
5
  "module": "./dist/my-component-library.es.js",
6
6
  "types": "./dist/index.d.ts",