@youjunhuang/entity-core 1.0.2 → 1.0.6
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/data_access/mongo/account-mongo.repository.d.ts +3 -1
- package/dist/data_access/mongo/account-mongo.repository.d.ts.map +1 -1
- package/dist/data_access/mongo/event-mongo.repository.d.ts.map +1 -1
- package/dist/data_access/mongo/event-mongo.repository.js.map +1 -1
- package/dist/models/auth-credential.d.ts +6 -5
- package/dist/models/auth-credential.d.ts.map +1 -1
- package/dist/models/auth-credential.js +5 -6
- package/dist/models/auth-credential.js.map +1 -1
- package/dist/models/camera.d.ts +13 -11
- package/dist/models/camera.d.ts.map +1 -1
- package/dist/models/camera.js +14 -16
- package/dist/models/camera.js.map +1 -1
- package/dist/models/event.d.ts +33 -140
- package/dist/models/event.d.ts.map +1 -1
- package/dist/models/event.js +13 -192
- package/dist/models/event.js.map +1 -1
- package/dist/models/inform.d.ts +23 -25
- package/dist/models/inform.d.ts.map +1 -1
- package/dist/models/inform.js +18 -21
- package/dist/models/inform.js.map +1 -1
- package/dist/models/permission.d.ts +49 -42
- package/dist/models/permission.d.ts.map +1 -1
- package/dist/models/permission.js +48 -55
- package/dist/models/permission.js.map +1 -1
- package/dist/models/report.d.ts +41 -35
- package/dist/models/report.d.ts.map +1 -1
- package/dist/models/report.js +35 -41
- package/dist/models/report.js.map +1 -1
- package/dist/models/role.d.ts +14 -13
- package/dist/models/role.d.ts.map +1 -1
- package/dist/models/role.js +13 -14
- package/dist/models/role.js.map +1 -1
- package/dist/models/task.d.ts +7 -6
- package/dist/models/task.d.ts.map +1 -1
- package/dist/models/task.js +6 -7
- package/dist/models/task.js.map +1 -1
- package/dist/models/template.d.ts +46 -59
- package/dist/models/template.d.ts.map +1 -1
- package/dist/models/template.js +15 -24
- package/dist/models/template.js.map +1 -1
- package/dist/models/ui-item.d.ts +9 -8
- package/dist/models/ui-item.d.ts.map +1 -1
- package/dist/models/ui-item.js +8 -9
- package/dist/models/ui-item.js.map +1 -1
- package/dist/models/user.d.ts +8 -7
- package/dist/models/user.d.ts.map +1 -1
- package/dist/models/user.js +7 -8
- package/dist/models/user.js.map +1 -1
- package/dist/schemas/mongo/account-mongo.schema.d.ts +8 -8
- package/dist/schemas/mongo/account-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/attachment-mongo.schema.d.ts +63 -50
- package/dist/schemas/mongo/attachment-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/attachment-mongo.schema.js.map +1 -1
- package/dist/schemas/mongo/biometric-cred.schema.d.ts +8 -8
- package/dist/schemas/mongo/biometric-cred.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/camera-mongo.schema.d.ts +12 -6
- package/dist/schemas/mongo/camera-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/camera-mongo.schema.js +1 -1
- package/dist/schemas/mongo/camera-mongo.schema.js.map +1 -1
- package/dist/schemas/mongo/camera-recording-mongo.schema.d.ts +12 -6
- package/dist/schemas/mongo/camera-recording-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/camera-recording-mongo.schema.js.map +1 -1
- package/dist/schemas/mongo/event-mongo.schema.d.ts +10 -8
- package/dist/schemas/mongo/event-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/event-mongo.schema.js +22 -21
- package/dist/schemas/mongo/event-mongo.schema.js.map +1 -1
- package/dist/schemas/mongo/event-template-mongo.schema.d.ts +9 -12
- package/dist/schemas/mongo/event-template-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/event-template-mongo.schema.js +17 -11
- package/dist/schemas/mongo/event-template-mongo.schema.js.map +1 -1
- package/dist/schemas/mongo/map-mongo.schema.d.ts +5 -5
- package/dist/schemas/mongo/map-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/map-mongo.schema.js.map +1 -1
- package/dist/schemas/mongo/password-cred.schema.d.ts +8 -8
- package/dist/schemas/mongo/password-cred.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/permission-mongo.schema.d.ts +5 -5
- package/dist/schemas/mongo/permission-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/permission-mongo.schema.js.map +1 -1
- package/dist/schemas/mongo/report-mongo.schema.d.ts +5 -5
- package/dist/schemas/mongo/report-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/report-mongo.schema.js +1 -1
- package/dist/schemas/mongo/report-mongo.schema.js.map +1 -1
- package/dist/schemas/mongo/role-mongo.schema.d.ts +11 -6
- package/dist/schemas/mongo/role-mongo.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/third-party-cred.schema.d.ts +8 -8
- package/dist/schemas/mongo/third-party-cred.schema.d.ts.map +1 -1
- package/dist/schemas/mongo/third-party-cred.schema.js.map +1 -1
- package/dist/schemas/mongo/user-mongo.schema.d.ts +14 -7
- package/dist/schemas/mongo/user-mongo.schema.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/models/inform.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Attachment } from "./attachment";
|
|
2
|
-
import { EventSubType } from "./event";
|
|
3
2
|
import { EventInformTemplate, EventType } from "./template";
|
|
4
3
|
import { Base } from "./utils";
|
|
5
4
|
/**
|
|
@@ -13,20 +12,21 @@ import { Base } from "./utils";
|
|
|
13
12
|
* - **`Web`**:透過通知 Web 。
|
|
14
13
|
* - **`Webhook`**:透過 Webhook 送達通知。
|
|
15
14
|
*/
|
|
16
|
-
export declare
|
|
15
|
+
export declare const InformChannel: {
|
|
17
16
|
/** 電子郵件 */
|
|
18
|
-
Email
|
|
17
|
+
readonly Email: "email";
|
|
19
18
|
/** 簡訊 (SMS) */
|
|
20
|
-
SMS
|
|
19
|
+
readonly SMS: "sms";
|
|
21
20
|
/** Firebase Cloud Messaging */
|
|
22
|
-
FCM
|
|
21
|
+
readonly FCM: "fcm";
|
|
23
22
|
/** Apple Push Inform Service */
|
|
24
|
-
APNs
|
|
23
|
+
readonly APNs: "apns";
|
|
25
24
|
/** Web */
|
|
26
|
-
Web
|
|
25
|
+
readonly Web: "web";
|
|
27
26
|
/** Webhook */
|
|
28
|
-
Webhook
|
|
29
|
-
}
|
|
27
|
+
readonly Webhook: "webhook";
|
|
28
|
+
};
|
|
29
|
+
export type InformChannel = typeof InformChannel[keyof typeof InformChannel];
|
|
30
30
|
/**
|
|
31
31
|
* **通知狀態**
|
|
32
32
|
*
|
|
@@ -36,16 +36,17 @@ export declare enum InformChannel {
|
|
|
36
36
|
* - **`Read`**:已讀取。
|
|
37
37
|
* - **`Failed`**:發送失敗。
|
|
38
38
|
*/
|
|
39
|
-
export declare
|
|
39
|
+
export declare const InformStatus: {
|
|
40
40
|
/** 通知已建立,尚未發送。 */
|
|
41
|
-
Pending
|
|
41
|
+
readonly Pending: "pending";
|
|
42
42
|
/** 通知已發送。 */
|
|
43
|
-
Sent
|
|
43
|
+
readonly Sent: "sent";
|
|
44
44
|
/** 通知已讀取。 */
|
|
45
|
-
Read
|
|
45
|
+
readonly Read: "read";
|
|
46
46
|
/** 通知發送失敗。 */
|
|
47
|
-
Failed
|
|
48
|
-
}
|
|
47
|
+
readonly Failed: "failed";
|
|
48
|
+
};
|
|
49
|
+
export type InformStatus = typeof InformStatus[keyof typeof InformStatus];
|
|
49
50
|
/**
|
|
50
51
|
* **通知主表**
|
|
51
52
|
*
|
|
@@ -99,10 +100,11 @@ export interface InformStatusRecord extends Base {
|
|
|
99
100
|
* - `Repeated`:持續通知 X 次,每次間隔 Y 分鐘,直到 Z 分鐘或者被 attachment 標記已處理。
|
|
100
101
|
* - `Difference`:當 event 的同一種類的子類型 T1 和 T0 出現差異時通知。
|
|
101
102
|
*/
|
|
102
|
-
export declare
|
|
103
|
-
Repeated
|
|
104
|
-
Difference
|
|
105
|
-
}
|
|
103
|
+
export declare const InformStrategyType: {
|
|
104
|
+
readonly Repeated: "repeated";
|
|
105
|
+
readonly Difference: "difference";
|
|
106
|
+
};
|
|
107
|
+
export type InformStrategyType = typeof InformStrategyType[keyof typeof InformStrategyType];
|
|
106
108
|
/**
|
|
107
109
|
* **持續通知策略**
|
|
108
110
|
*
|
|
@@ -114,7 +116,7 @@ export declare enum InformStrategyType {
|
|
|
114
116
|
* - `attachmentIdToResolve`:當特定附件標記已處理時停止通知。
|
|
115
117
|
*/
|
|
116
118
|
export interface RepeatedInformStrategy {
|
|
117
|
-
strategy: InformStrategyType.Repeated;
|
|
119
|
+
strategy: typeof InformStrategyType.Repeated;
|
|
118
120
|
/** 最大通知次數 (X) */
|
|
119
121
|
maxAttempts: number;
|
|
120
122
|
/** 每次通知的時間間隔 (Y)(分鐘) */
|
|
@@ -134,13 +136,9 @@ export interface RepeatedInformStrategy {
|
|
|
134
136
|
* - `currentSubType`:新的事件子類型 (T1)。
|
|
135
137
|
*/
|
|
136
138
|
export interface SubTypeDifferenceInformStrategy {
|
|
137
|
-
strategy: InformStrategyType.Difference;
|
|
139
|
+
strategy: typeof InformStrategyType.Difference;
|
|
138
140
|
/** 事件類別 (例如 `visual` 或 `system`) */
|
|
139
141
|
type: EventType;
|
|
140
|
-
/** 之前的事件子類型 (T0) */
|
|
141
|
-
previousSubType: EventSubType;
|
|
142
|
-
/** 當前的事件子類型 (T1) */
|
|
143
|
-
currentSubType: EventSubType;
|
|
144
142
|
}
|
|
145
143
|
export type InformStrategyConfig = RepeatedInformStrategy | SubTypeDifferenceInformStrategy;
|
|
146
144
|
//# sourceMappingURL=inform.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inform.d.ts","sourceRoot":"","sources":["../../models/inform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"inform.d.ts","sourceRoot":"","sources":["../../models/inform.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAG/B;;;;;;;;;;GAUG;AACH,eAAO,MAAM,aAAa;IACxB,WAAW;;IAGX,eAAe;;IAGf,+BAA+B;;IAG/B,gCAAgC;;IAGhC,UAAU;;IAGV,cAAc;;CAEN,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAE7E;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;IACvB,kBAAkB;;IAGlB,aAAa;;IAGb,aAAa;;IAGb,cAAc;;CAEN,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAE1E;;;;;;GAMG;AACH,MAAM,WAAW,MAAO,SAAQ,IAAI;IAClC,aAAa;IACb,OAAO,EAAE,MAAM,CAAC;IAEhB,aAAa;IACb,OAAO,EAAE,MAAM,CAAC;IAEhB,sBAAsB;IACtB,UAAU,CAAC,EAAE,mBAAmB,CAAC;CAClC;AACD,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG;IAC1C,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC;CACxB,CAAA;AAGD;;;;;;;;;;GAUG;AACH,MAAM,WAAW,kBAAmB,SAAQ,IAAI;IAC9C,eAAe;IACf,QAAQ,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC;IAEvB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB,iDAAiD;IACjD,OAAO,EAAE,aAAa,CAAC;IAEvB,YAAY;IACZ,MAAM,EAAE,YAAY,CAAC;IAErB,kCAAkC;IAClC,MAAM,CAAC,EAAE,IAAI,CAAC;CACf;AAGD;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;CAGrB,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAC5F;;;;;;;;;GASG;AACH,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,OAAO,kBAAkB,CAAC,QAAQ,CAAC;IAE7C,iBAAiB;IACjB,WAAW,EAAE,MAAM,CAAC;IAEpB,wBAAwB;IACxB,eAAe,EAAE,MAAM,CAAC;IAExB,qBAAqB;IACrB,eAAe,EAAE,MAAM,CAAC;IAExB,8BAA8B;IAC9B,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,+BAA+B;IAC9C,QAAQ,EAAE,OAAO,kBAAkB,CAAC,UAAU,CAAC;IAE/C,oCAAoC;IACpC,IAAI,EAAE,SAAS,CAAC;CAOjB;AACD,MAAM,MAAM,oBAAoB,GAAG,sBAAsB,GACvD,+BAA+B,CAAC"}
|
package/dist/models/inform.js
CHANGED
|
@@ -12,21 +12,20 @@ exports.InformStrategyType = exports.InformStatus = exports.InformChannel = void
|
|
|
12
12
|
* - **`Web`**:透過通知 Web 。
|
|
13
13
|
* - **`Webhook`**:透過 Webhook 送達通知。
|
|
14
14
|
*/
|
|
15
|
-
|
|
16
|
-
(function (InformChannel) {
|
|
15
|
+
exports.InformChannel = {
|
|
17
16
|
/** 電子郵件 */
|
|
18
|
-
|
|
17
|
+
Email: 'email',
|
|
19
18
|
/** 簡訊 (SMS) */
|
|
20
|
-
|
|
19
|
+
SMS: 'sms',
|
|
21
20
|
/** Firebase Cloud Messaging */
|
|
22
|
-
|
|
21
|
+
FCM: 'fcm',
|
|
23
22
|
/** Apple Push Inform Service */
|
|
24
|
-
|
|
23
|
+
APNs: 'apns',
|
|
25
24
|
/** Web */
|
|
26
|
-
|
|
25
|
+
Web: 'web',
|
|
27
26
|
/** Webhook */
|
|
28
|
-
|
|
29
|
-
}
|
|
27
|
+
Webhook: 'webhook'
|
|
28
|
+
};
|
|
30
29
|
/**
|
|
31
30
|
* **通知狀態**
|
|
32
31
|
*
|
|
@@ -36,26 +35,24 @@ var InformChannel;
|
|
|
36
35
|
* - **`Read`**:已讀取。
|
|
37
36
|
* - **`Failed`**:發送失敗。
|
|
38
37
|
*/
|
|
39
|
-
|
|
40
|
-
(function (InformStatus) {
|
|
38
|
+
exports.InformStatus = {
|
|
41
39
|
/** 通知已建立,尚未發送。 */
|
|
42
|
-
|
|
40
|
+
Pending: 'pending',
|
|
43
41
|
/** 通知已發送。 */
|
|
44
|
-
|
|
42
|
+
Sent: 'sent',
|
|
45
43
|
/** 通知已讀取。 */
|
|
46
|
-
|
|
44
|
+
Read: 'read',
|
|
47
45
|
/** 通知發送失敗。 */
|
|
48
|
-
|
|
49
|
-
}
|
|
46
|
+
Failed: 'failed'
|
|
47
|
+
};
|
|
50
48
|
/**
|
|
51
49
|
* **通知策略類型**
|
|
52
50
|
*
|
|
53
51
|
* - `Repeated`:持續通知 X 次,每次間隔 Y 分鐘,直到 Z 分鐘或者被 attachment 標記已處理。
|
|
54
52
|
* - `Difference`:當 event 的同一種類的子類型 T1 和 T0 出現差異時通知。
|
|
55
53
|
*/
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
})(InformStrategyType || (exports.InformStrategyType = InformStrategyType = {}));
|
|
54
|
+
exports.InformStrategyType = {
|
|
55
|
+
Repeated: "repeated",
|
|
56
|
+
Difference: "difference"
|
|
57
|
+
};
|
|
61
58
|
//# sourceMappingURL=inform.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inform.js","sourceRoot":"","sources":["../../models/inform.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"inform.js","sourceRoot":"","sources":["../../models/inform.ts"],"names":[],"mappings":";;;AAKA;;;;;;;;;;GAUG;AACU,QAAA,aAAa,GAAG;IAC3B,WAAW;IACX,KAAK,EAAE,OAAO;IAEd,eAAe;IACf,GAAG,EAAE,KAAK;IAEV,+BAA+B;IAC/B,GAAG,EAAE,KAAK;IAEV,gCAAgC;IAChC,IAAI,EAAE,MAAM;IAEZ,UAAU;IACV,GAAG,EAAE,KAAK;IAEV,cAAc;IACd,OAAO,EAAE,SAAS;CACV,CAAC;AAIX;;;;;;;;GAQG;AACU,QAAA,YAAY,GAAG;IAC1B,kBAAkB;IAClB,OAAO,EAAE,SAAS;IAElB,aAAa;IACb,IAAI,EAAE,MAAM;IAEZ,aAAa;IACb,IAAI,EAAE,MAAM;IAEZ,cAAc;IACd,MAAM,EAAE,QAAQ;CACR,CAAC;AA6DX;;;;;GAKG;AACU,QAAA,kBAAkB,GAAG;IAChC,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;CAChB,CAAC"}
|
|
@@ -6,56 +6,63 @@
|
|
|
6
6
|
* 例如:Chatroom, Inform, Event, Group, Server ...
|
|
7
7
|
* 未來若出現新功能,可在此擴充。
|
|
8
8
|
*/
|
|
9
|
-
export declare
|
|
9
|
+
export declare const PermissionCategory: {
|
|
10
10
|
/** 聊天室 */
|
|
11
|
-
Chatroom
|
|
12
|
-
Inform
|
|
13
|
-
Event
|
|
14
|
-
Report
|
|
15
|
-
Group
|
|
16
|
-
Server
|
|
17
|
-
}
|
|
11
|
+
readonly Chatroom: "chatroom";
|
|
12
|
+
readonly Inform: "inform";
|
|
13
|
+
readonly Event: "event";
|
|
14
|
+
readonly Report: "report";
|
|
15
|
+
readonly Group: "group";
|
|
16
|
+
readonly Server: "server";
|
|
17
|
+
};
|
|
18
|
+
export type PermissionCategory = typeof PermissionCategory[keyof typeof PermissionCategory];
|
|
18
19
|
/**
|
|
19
20
|
* **聊天室可用動作 (ChatroomPermissionAction)**
|
|
20
21
|
*/
|
|
21
|
-
export declare
|
|
22
|
+
export declare const ChatroomPermissionAction: {
|
|
22
23
|
/** 可讀取訊息 */
|
|
23
|
-
ReadMessage
|
|
24
|
+
readonly ReadMessage: "readMessage";
|
|
24
25
|
/** 可傳送訊息 */
|
|
25
|
-
SendMessage
|
|
26
|
+
readonly SendMessage: "sendMessage";
|
|
26
27
|
/** 可編輯/刪除他人訊息 */
|
|
27
|
-
ManageMessages
|
|
28
|
+
readonly ManageMessages: "manageMessages";
|
|
28
29
|
/** 可管理聊天室 (新增移除成員、修改設定) */
|
|
29
|
-
ManageChatroom
|
|
30
|
-
}
|
|
31
|
-
export
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
30
|
+
readonly ManageChatroom: "manageChatroom";
|
|
31
|
+
};
|
|
32
|
+
export type ChatroomPermissionAction = typeof ChatroomPermissionAction[keyof typeof ChatroomPermissionAction];
|
|
33
|
+
export declare const ServerPermissionAction: {
|
|
34
|
+
readonly RestartServer: "restartServer";
|
|
35
|
+
readonly ManageUsers: "manageUsers";
|
|
36
|
+
readonly ConfigureSettings: "configureSettings";
|
|
37
|
+
};
|
|
38
|
+
export type ServerPermissionAction = typeof ServerPermissionAction[keyof typeof ServerPermissionAction];
|
|
39
|
+
export declare const ReportPermissionAction: {
|
|
40
|
+
readonly ViewReport: "viewReport";
|
|
41
|
+
readonly GenerateReport: "generateReport";
|
|
42
|
+
};
|
|
43
|
+
export type ReportPermissionAction = typeof ReportPermissionAction[keyof typeof ReportPermissionAction];
|
|
44
|
+
export declare const GroupPermissionAction: {
|
|
45
|
+
readonly ViewGroup: "viewGroup";
|
|
46
|
+
readonly CreateGroup: "createGroup";
|
|
47
|
+
readonly EditGroup: "editGroup";
|
|
48
|
+
readonly DeleteGroup: "deleteGroup";
|
|
49
|
+
readonly ManageMembers: "manageMembers";
|
|
50
|
+
};
|
|
51
|
+
export type GroupPermissionAction = typeof GroupPermissionAction[keyof typeof GroupPermissionAction];
|
|
52
|
+
export declare const InformPermissionAction: {
|
|
53
|
+
readonly ViewNotifications: "viewNotifications";
|
|
54
|
+
readonly SendNotifications: "sendNotifications";
|
|
55
|
+
readonly ManageNotifications: "manageNotifications";
|
|
56
|
+
};
|
|
57
|
+
export type InformPermissionAction = typeof InformPermissionAction[keyof typeof InformPermissionAction];
|
|
58
|
+
export declare const EventPermissionAction: {
|
|
59
|
+
readonly ViewEvent: "viewEvent";
|
|
60
|
+
readonly CreateEvent: "createEvent";
|
|
61
|
+
readonly EditEvent: "editEvent";
|
|
62
|
+
readonly DeleteEvent: "deleteEvent";
|
|
63
|
+
readonly ManageParticipants: "manageParticipants";
|
|
64
|
+
};
|
|
65
|
+
export type EventPermissionAction = typeof EventPermissionAction[keyof typeof EventPermissionAction];
|
|
59
66
|
export type PermissionAction = ChatroomPermissionAction | ServerPermissionAction | ReportPermissionAction | GroupPermissionAction | InformPermissionAction | EventPermissionAction;
|
|
60
67
|
export declare const PermissionActionMap: Record<PermissionCategory, Record<string, string>>;
|
|
61
68
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permission.d.ts","sourceRoot":"","sources":["../../models/permission.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG;AACH,
|
|
1
|
+
{"version":3,"file":"permission.d.ts","sourceRoot":"","sources":["../../models/permission.ts"],"names":[],"mappings":"AACA;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB;IAC7B,UAAU;;;;;;;CASF,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC;AAG5F;;GAEG;AACH,eAAO,MAAM,wBAAwB;IACnC,YAAY;;IAGZ,YAAY;;IAGZ,iBAAiB;;IAGjB,2BAA2B;;CAEnB,CAAC;AAEX,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,MAAM,OAAO,wBAAwB,CAAC,CAAC;AAE9G,eAAO,MAAM,sBAAsB;;;;CAIzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC;AAExG,eAAO,MAAM,sBAAsB;;;CAGzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC;AAExG,eAAO,MAAM,qBAAqB;;;;;;CAMxB,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC;AAErG,eAAO,MAAM,sBAAsB;;;;CAIzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC;AAExG,eAAO,MAAM,qBAAqB;;;;;;CAMxB,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC;AAErG,MAAM,MAAM,gBAAgB,GAC1B,wBAAwB,GACxB,sBAAsB,GACtB,sBAAsB,GACtB,qBAAqB,GACrB,sBAAsB,GACtB,qBAAqB,CAAA;AAEvB,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAOlF,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,WAAW,UAAU;IACzB,qBAAqB;IACrB,EAAE,EAAE,MAAM,CAAC;IAEX,cAAc;IACd,QAAQ,EAAE,kBAAkB,CAAC;IAE7B;;;;OAIG;IACH,MAAM,EAAE,gBAAgB,CAAC;IAEzB,+BAA+B;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -9,70 +9,63 @@ exports.PermissionActionMap = exports.EventPermissionAction = exports.InformPerm
|
|
|
9
9
|
* 例如:Chatroom, Inform, Event, Group, Server ...
|
|
10
10
|
* 未來若出現新功能,可在此擴充。
|
|
11
11
|
*/
|
|
12
|
-
|
|
13
|
-
(function (PermissionCategory) {
|
|
12
|
+
exports.PermissionCategory = {
|
|
14
13
|
/** 聊天室 */
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
Chatroom: 'chatroom',
|
|
15
|
+
Inform: 'inform',
|
|
16
|
+
Event: 'event',
|
|
17
|
+
Report: 'report',
|
|
18
|
+
Group: 'group',
|
|
19
|
+
Server: 'server',
|
|
21
20
|
// ... 其他服務可自行添加
|
|
22
|
-
}
|
|
21
|
+
};
|
|
23
22
|
/**
|
|
24
23
|
* **聊天室可用動作 (ChatroomPermissionAction)**
|
|
25
24
|
*/
|
|
26
|
-
|
|
27
|
-
(function (ChatroomPermissionAction) {
|
|
25
|
+
exports.ChatroomPermissionAction = {
|
|
28
26
|
/** 可讀取訊息 */
|
|
29
|
-
|
|
27
|
+
ReadMessage: 'readMessage',
|
|
30
28
|
/** 可傳送訊息 */
|
|
31
|
-
|
|
29
|
+
SendMessage: 'sendMessage',
|
|
32
30
|
/** 可編輯/刪除他人訊息 */
|
|
33
|
-
|
|
31
|
+
ManageMessages: 'manageMessages',
|
|
34
32
|
/** 可管理聊天室 (新增移除成員、修改設定) */
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
EventPermissionAction["CreateEvent"] = "createEvent";
|
|
66
|
-
EventPermissionAction["EditEvent"] = "editEvent";
|
|
67
|
-
EventPermissionAction["DeleteEvent"] = "deleteEvent";
|
|
68
|
-
EventPermissionAction["ManageParticipants"] = "manageParticipants";
|
|
69
|
-
})(EventPermissionAction || (exports.EventPermissionAction = EventPermissionAction = {}));
|
|
33
|
+
ManageChatroom: 'manageChatroom',
|
|
34
|
+
};
|
|
35
|
+
exports.ServerPermissionAction = {
|
|
36
|
+
RestartServer: 'restartServer',
|
|
37
|
+
ManageUsers: 'manageUsers',
|
|
38
|
+
ConfigureSettings: 'configureSettings',
|
|
39
|
+
};
|
|
40
|
+
exports.ReportPermissionAction = {
|
|
41
|
+
ViewReport: 'viewReport',
|
|
42
|
+
GenerateReport: 'generateReport',
|
|
43
|
+
};
|
|
44
|
+
exports.GroupPermissionAction = {
|
|
45
|
+
ViewGroup: 'viewGroup',
|
|
46
|
+
CreateGroup: 'createGroup',
|
|
47
|
+
EditGroup: 'editGroup',
|
|
48
|
+
DeleteGroup: 'deleteGroup',
|
|
49
|
+
ManageMembers: 'manageMembers'
|
|
50
|
+
};
|
|
51
|
+
exports.InformPermissionAction = {
|
|
52
|
+
ViewNotifications: 'viewNotifications',
|
|
53
|
+
SendNotifications: 'sendNotifications',
|
|
54
|
+
ManageNotifications: 'manageNotifications'
|
|
55
|
+
};
|
|
56
|
+
exports.EventPermissionAction = {
|
|
57
|
+
ViewEvent: 'viewEvent',
|
|
58
|
+
CreateEvent: 'createEvent',
|
|
59
|
+
EditEvent: 'editEvent',
|
|
60
|
+
DeleteEvent: 'deleteEvent',
|
|
61
|
+
ManageParticipants: 'manageParticipants'
|
|
62
|
+
};
|
|
70
63
|
exports.PermissionActionMap = {
|
|
71
|
-
[PermissionCategory.Chatroom]: { ...ChatroomPermissionAction },
|
|
72
|
-
[PermissionCategory.Server]: { ...ServerPermissionAction },
|
|
73
|
-
[PermissionCategory.Report]: { ...ReportPermissionAction },
|
|
74
|
-
[PermissionCategory.Group]: { ...GroupPermissionAction },
|
|
75
|
-
[PermissionCategory.Inform]: { ...InformPermissionAction },
|
|
76
|
-
[PermissionCategory.Event]: { ...EventPermissionAction },
|
|
64
|
+
[exports.PermissionCategory.Chatroom]: { ...exports.ChatroomPermissionAction },
|
|
65
|
+
[exports.PermissionCategory.Server]: { ...exports.ServerPermissionAction },
|
|
66
|
+
[exports.PermissionCategory.Report]: { ...exports.ReportPermissionAction },
|
|
67
|
+
[exports.PermissionCategory.Group]: { ...exports.GroupPermissionAction },
|
|
68
|
+
[exports.PermissionCategory.Inform]: { ...exports.InformPermissionAction },
|
|
69
|
+
[exports.PermissionCategory.Event]: { ...exports.EventPermissionAction },
|
|
77
70
|
};
|
|
78
71
|
//# sourceMappingURL=permission.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permission.js","sourceRoot":"","sources":["../../models/permission.ts"],"names":[],"mappings":";;;AACA;;;;;;;GAOG;
|
|
1
|
+
{"version":3,"file":"permission.js","sourceRoot":"","sources":["../../models/permission.ts"],"names":[],"mappings":";;;AACA;;;;;;;GAOG;AACU,QAAA,kBAAkB,GAAG;IAChC,UAAU;IACV,QAAQ,EAAE,UAAU;IAEpB,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,gBAAgB;CACR,CAAC;AAKX;;GAEG;AACU,QAAA,wBAAwB,GAAG;IACtC,YAAY;IACZ,WAAW,EAAE,aAAa;IAE1B,YAAY;IACZ,WAAW,EAAE,aAAa;IAE1B,iBAAiB;IACjB,cAAc,EAAE,gBAAgB;IAEhC,2BAA2B;IAC3B,cAAc,EAAE,gBAAgB;CACxB,CAAC;AAIE,QAAA,sBAAsB,GAAG;IACpC,aAAa,EAAE,eAAe;IAC9B,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,mBAAmB;CAC9B,CAAC;AAIE,QAAA,sBAAsB,GAAG;IACpC,UAAU,EAAE,YAAY;IACxB,cAAc,EAAE,gBAAgB;CACxB,CAAC;AAIE,QAAA,qBAAqB,GAAG;IACnC,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;CACtB,CAAC;AAIE,QAAA,sBAAsB,GAAG;IACpC,iBAAiB,EAAE,mBAAmB;IACtC,iBAAiB,EAAE,mBAAmB;IACtC,mBAAmB,EAAE,qBAAqB;CAClC,CAAC;AAIE,QAAA,qBAAqB,GAAG;IACnC,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,kBAAkB,EAAE,oBAAoB;CAChC,CAAC;AAYE,QAAA,mBAAmB,GAAuD;IACrF,CAAC,0BAAkB,CAAC,QAAQ,CAAC,EAAE,EAAE,GAAG,gCAAwB,EAAE;IAC9D,CAAC,0BAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,GAAG,8BAAsB,EAAE;IAC1D,CAAC,0BAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,GAAG,8BAAsB,EAAE;IAC1D,CAAC,0BAAkB,CAAC,KAAK,CAAC,EAAE,EAAE,GAAG,6BAAqB,EAAE;IACxD,CAAC,0BAAkB,CAAC,MAAM,CAAC,EAAE,EAAE,GAAG,8BAAsB,EAAE;IAC1D,CAAC,0BAAkB,CAAC,KAAK,CAAC,EAAE,EAAE,GAAG,6BAAqB,EAAE;CACzD,CAAC"}
|
package/dist/models/report.d.ts
CHANGED
|
@@ -1,46 +1,51 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* 手術報告狀態 (SurgicalReportStatus)
|
|
3
3
|
*/
|
|
4
|
-
export declare
|
|
5
|
-
INIT
|
|
6
|
-
DRAFT
|
|
7
|
-
SUBMITTED
|
|
8
|
-
}
|
|
4
|
+
export declare const SurgicalReportStatus: {
|
|
5
|
+
readonly INIT: "init";
|
|
6
|
+
readonly DRAFT: "draft";
|
|
7
|
+
readonly SUBMITTED: "submitted";
|
|
8
|
+
};
|
|
9
|
+
export type SurgicalReportStatus = typeof SurgicalReportStatus[keyof typeof SurgicalReportStatus];
|
|
9
10
|
/**
|
|
10
11
|
* 手術報告類型 (SurgicalReportType)
|
|
11
12
|
*/
|
|
12
|
-
export declare
|
|
13
|
-
GENERAL
|
|
14
|
-
EMERGENCY
|
|
15
|
-
ELECTIVE
|
|
16
|
-
}
|
|
13
|
+
export declare const SurgicalReportType: {
|
|
14
|
+
readonly GENERAL: "general";
|
|
15
|
+
readonly EMERGENCY: "emergency";
|
|
16
|
+
readonly ELECTIVE: "elective";
|
|
17
|
+
};
|
|
18
|
+
export type SurgicalReportType = typeof SurgicalReportType[keyof typeof SurgicalReportType];
|
|
17
19
|
/**
|
|
18
20
|
* 手術報告麻醉類型 (SurgicalReportAnesthesiaType)
|
|
19
21
|
*/
|
|
20
|
-
export declare
|
|
21
|
-
GENERAL
|
|
22
|
-
REGIONAL
|
|
23
|
-
LOCAL
|
|
24
|
-
SEDATION
|
|
25
|
-
}
|
|
22
|
+
export declare const SurgicalReportAnesthesiaType: {
|
|
23
|
+
readonly GENERAL: "general";
|
|
24
|
+
readonly REGIONAL: "regional";
|
|
25
|
+
readonly LOCAL: "local";
|
|
26
|
+
readonly SEDATION: "sedation";
|
|
27
|
+
};
|
|
28
|
+
export type SurgicalReportAnesthesiaType = typeof SurgicalReportAnesthesiaType[keyof typeof SurgicalReportAnesthesiaType];
|
|
26
29
|
/**
|
|
27
30
|
* 醫院科別 (HospitalDepartment)
|
|
28
31
|
*/
|
|
29
|
-
export declare
|
|
30
|
-
ORTHOPEDICS
|
|
31
|
-
CARDIOLOGY
|
|
32
|
-
NEUROLOGY
|
|
33
|
-
ONCOLOGY
|
|
34
|
-
GASTROENTEROLOGY
|
|
35
|
-
}
|
|
32
|
+
export declare const HospitalDepartment: {
|
|
33
|
+
readonly ORTHOPEDICS: "orthopedics";
|
|
34
|
+
readonly CARDIOLOGY: "cardiology";
|
|
35
|
+
readonly NEUROLOGY: "neurology";
|
|
36
|
+
readonly ONCOLOGY: "oncology";
|
|
37
|
+
readonly GASTROENTEROLOGY: "gastroenterology";
|
|
38
|
+
};
|
|
39
|
+
export type HospitalDepartment = typeof HospitalDepartment[keyof typeof HospitalDepartment];
|
|
36
40
|
/**
|
|
37
41
|
* 手術擺位 (SurgicalPositioning)
|
|
38
42
|
*/
|
|
39
|
-
export declare
|
|
40
|
-
SUPINE
|
|
41
|
-
PRONE
|
|
42
|
-
LATERAL
|
|
43
|
-
}
|
|
43
|
+
export declare const SurgicalPositioning: {
|
|
44
|
+
readonly SUPINE: "supine";
|
|
45
|
+
readonly PRONE: "prone";
|
|
46
|
+
readonly LATERAL: "lateral";
|
|
47
|
+
};
|
|
48
|
+
export type SurgicalPositioning = typeof SurgicalPositioning[keyof typeof SurgicalPositioning];
|
|
44
49
|
/**
|
|
45
50
|
* 照會其他科手術資訊
|
|
46
51
|
*/
|
|
@@ -107,13 +112,14 @@ export interface ReportDefinition extends Base {
|
|
|
107
112
|
isActive: boolean;
|
|
108
113
|
}
|
|
109
114
|
/** 報告執行狀態 */
|
|
110
|
-
export declare
|
|
111
|
-
Draft
|
|
112
|
-
Running
|
|
113
|
-
Completed
|
|
114
|
-
Failed
|
|
115
|
-
Finalized
|
|
116
|
-
}
|
|
115
|
+
export declare const ReportRunStatus: {
|
|
116
|
+
readonly Draft: "draft";
|
|
117
|
+
readonly Running: "running";
|
|
118
|
+
readonly Completed: "completed";
|
|
119
|
+
readonly Failed: "failed";
|
|
120
|
+
readonly Finalized: "finalized";
|
|
121
|
+
};
|
|
122
|
+
export type ReportRunStatus = typeof ReportRunStatus[keyof typeof ReportRunStatus];
|
|
117
123
|
/** 報告輸出的章節內容 */
|
|
118
124
|
export interface ReportRunSection {
|
|
119
125
|
/** 章節標題(如:手術步驟、器械使用等) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"report.d.ts","sourceRoot":"","sources":["../../models/report.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"report.d.ts","sourceRoot":"","sources":["../../models/report.ts"],"names":[],"mappings":"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"}
|