phx-node 1.0.62 → 1.0.63
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/module/notification/statistical-notification.service.d.ts +2 -2
- package/dist/module/notification/statistical-notification.service.js +2 -3
- package/dist/module/notification/statistical-notification.service.js.map +1 -1
- package/dist/query/notification/query.d.ts +5 -2
- package/dist/query/notification/query.js +4 -4
- package/dist/query/notification/query.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -10,8 +10,8 @@ export declare class PHXStatisticalNotificationByModuleService {
|
|
|
10
10
|
hostname: string;
|
|
11
11
|
appName: string;
|
|
12
12
|
moduleCode: string;
|
|
13
|
-
studentCode
|
|
14
|
-
action
|
|
13
|
+
studentCode?: string;
|
|
14
|
+
action?: string;
|
|
15
15
|
totalNotification: number;
|
|
16
16
|
totalNotificationImportant: number;
|
|
17
17
|
}): Promise<void>;
|
|
@@ -32,14 +32,13 @@ let PHXStatisticalNotificationByModuleService = PHXStatisticalNotificationByModu
|
|
|
32
32
|
return __awaiter(this, arguments, void 0, function* ({ userId, deviceId, appName, hostname, moduleCode, action, studentCode, totalNotification, totalNotificationImportant, }) {
|
|
33
33
|
yield this.grpcClientSystemService
|
|
34
34
|
.mutationDataCenter({
|
|
35
|
-
query: (0, query_1.MUTATION_UPDATE_NOTIFICATION_UNREAD)(studentCode),
|
|
35
|
+
query: (0, query_1.MUTATION_UPDATE_NOTIFICATION_UNREAD)({ studentCode, action }),
|
|
36
36
|
variables: {
|
|
37
37
|
user_id: userId,
|
|
38
38
|
device_id: deviceId,
|
|
39
39
|
hostname,
|
|
40
40
|
app: appName,
|
|
41
41
|
module_code: moduleCode,
|
|
42
|
-
action,
|
|
43
42
|
total_notification: totalNotification,
|
|
44
43
|
total_notification_important: totalNotificationImportant,
|
|
45
44
|
},
|
|
@@ -55,7 +54,7 @@ let PHXStatisticalNotificationByModuleService = PHXStatisticalNotificationByModu
|
|
|
55
54
|
return;
|
|
56
55
|
yield this.grpcClientSystemService.mutationDataCenter({
|
|
57
56
|
query: query_1.MUTATION_INSERT_NOTIFICATION,
|
|
58
|
-
variables: Object.assign(Object.assign({ user_id: userId, device_id: deviceId, hostname, app: appName, module_code: moduleCode, action }, (studentCode && { student_code: studentCode })), { total_notification: totalNotification, total_notification_important: totalNotificationImportant }),
|
|
57
|
+
variables: Object.assign(Object.assign(Object.assign({ user_id: userId, device_id: deviceId, hostname, app: appName, module_code: moduleCode }, (action && { action })), (studentCode && { student_code: studentCode })), { total_notification: totalNotification, total_notification_important: totalNotificationImportant }),
|
|
59
58
|
});
|
|
60
59
|
this.logger.log('Insert row statistical notification successfully');
|
|
61
60
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"statistical-notification.service.js","sourceRoot":"","sources":["../../../src/module/notification/statistical-notification.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,2CAAkD;AAClD,0DAGwC;AACxC,0FAAqF;AAG9E,IAAM,yCAAyC,iDAA/C,MAAM,yCAAyC;IAElD,YACqB,uBAAmD;QAAnD,4BAAuB,GAAvB,uBAAuB,CAA4B;QAFxE,WAAM,GAAG,IAAI,eAAM,CAAC,2CAAyC,CAAC,IAAI,CAAC,CAAC;IAGjE,CAAC;IAKS,qCAAqC;6DAAC,EAChD,MAAM,EACN,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,UAAU,EACV,MAAM,EACN,WAAW,EACX,iBAAiB,EACjB,0BAA0B,GAW5B;YACG,MAAM,IAAI,CAAC,uBAAuB;iBAC7B,kBAAkB,CAAC;gBAChB,KAAK,EAAE,IAAA,2CAAmC,EAAC,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"statistical-notification.service.js","sourceRoot":"","sources":["../../../src/module/notification/statistical-notification.service.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,2CAAkD;AAClD,0DAGwC;AACxC,0FAAqF;AAG9E,IAAM,yCAAyC,iDAA/C,MAAM,yCAAyC;IAElD,YACqB,uBAAmD;QAAnD,4BAAuB,GAAvB,uBAAuB,CAA4B;QAFxE,WAAM,GAAG,IAAI,eAAM,CAAC,2CAAyC,CAAC,IAAI,CAAC,CAAC;IAGjE,CAAC;IAKS,qCAAqC;6DAAC,EAChD,MAAM,EACN,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,UAAU,EACV,MAAM,EACN,WAAW,EACX,iBAAiB,EACjB,0BAA0B,GAW5B;YACG,MAAM,IAAI,CAAC,uBAAuB;iBAC7B,kBAAkB,CAAC;gBAChB,KAAK,EAAE,IAAA,2CAAmC,EAAC,EAAC,WAAW,EAAE,MAAM,EAAC,CAAC;gBACjE,SAAS,EAAE;oBACP,OAAO,EAAE,MAAM;oBACf,SAAS,EAAE,QAAQ;oBACnB,QAAQ;oBACR,GAAG,EAAE,OAAO;oBACZ,WAAW,EAAE,UAAU;oBACvB,kBAAkB,EAAE,iBAAiB;oBACrC,4BAA4B,EAAE,0BAA0B;iBAC3D;aACJ,CAAC;iBACD,IAAI,CAAC,CAAO,QAAQ,EAAE,EAAE;gBACrB,MAAM,gCAAgC,GAClC,QAAQ,CAAC,oDAAoD;qBACxD,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC;gBAC9B,IAAI,gCAAgC,EAAE,CAAC;oBACnC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,kDAAkD,CAAC,CAAC;oBACpE,OAAO;gBACX,CAAC;gBAGD,IAAI,iBAAiB,KAAK,CAAC;oBAAE,OAAO;gBACpC,MAAM,IAAI,CAAC,uBAAuB,CAAC,kBAAkB,CAAC;oBAClD,KAAK,EAAE,oCAA4B;oBACnC,SAAS,8CACL,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,QAAQ,EACnB,QAAQ,EACR,GAAG,EAAE,OAAO,EACZ,WAAW,EAAE,UAAU,IACpB,CAAC,MAAM,IAAI,EAAC,MAAM,EAAC,CAAC,GACpB,CAAC,WAAW,IAAI,EAAC,YAAY,EAAE,WAAW,EAAC,CAAC,KAC/C,kBAAkB,EAAE,iBAAiB,EACrC,4BAA4B,EAAE,0BAA0B,GAC3D;iBACJ,CAAC,CAAC;gBAEH,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,kDAAkD,CAAC,CAAC;YACxE,CAAC,CAAA,CAAC,CAAC;QACX,CAAC;KAAA;CACJ,CAAA;AAxEY,8FAAyC;oDAAzC,yCAAyC;IADrD,IAAA,mBAAU,GAAE;qCAIqC,uDAA0B;GAH/D,yCAAyC,CAwErD"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export declare const QUERY_GET_LIST_NOTIFICATION_BY_ACTION: string;
|
|
2
2
|
export declare const QUERY_GET_STATISTICAL_NOTIFICATION_UNREAD_BY_MODULE: (studentCode: string) => string;
|
|
3
|
-
export declare const MUTATION_UPDATE_NOTIFICATION_UNREAD: (studentCode
|
|
3
|
+
export declare const MUTATION_UPDATE_NOTIFICATION_UNREAD: ({ studentCode, action }: {
|
|
4
|
+
studentCode: string;
|
|
5
|
+
action: string;
|
|
6
|
+
}) => string;
|
|
4
7
|
export declare const MUTATION_UPDATE_READ_NOTIFICATION: string;
|
|
5
|
-
export declare const MUTATION_INSERT_NOTIFICATION = "\n mutation MyMutation($total_notification: Int!, $total_notification_important: Int!, $user_id: Int!, $hostname: String!, $app: String!, $device_id: String!, $module_code: String!, $action: String
|
|
8
|
+
export declare const MUTATION_INSERT_NOTIFICATION = "\n mutation MyMutation($total_notification: Int!, $total_notification_important: Int!, $user_id: Int!, $hostname: String!, $app: String!, $device_id: String!, $module_code: String!, $action: String = null, $student_code: String = null) {\n insert_feature_mobile_push_count_notification_unread(objects: {app: $app, created_at: \"now\", hostname: $hostname, module_code: $module_code, total_notification: $total_notification, total_notification_important: $total_notification_important, user_id: $user_id, device_id: $device_id, action: $action, student_code: $student_code}) {\n returning {\n total_notification_important\n total_notification\n module_code\n }\n }\n }\n";
|
|
6
9
|
export declare const MUTATION_UPDATE_READ_NOTIFICATION_IN_DETAIL_FORM: string;
|
|
@@ -64,9 +64,9 @@ const QUERY_GET_STATISTICAL_NOTIFICATION_UNREAD_BY_MODULE = (studentCode) => `
|
|
|
64
64
|
}
|
|
65
65
|
`;
|
|
66
66
|
exports.QUERY_GET_STATISTICAL_NOTIFICATION_UNREAD_BY_MODULE = QUERY_GET_STATISTICAL_NOTIFICATION_UNREAD_BY_MODULE;
|
|
67
|
-
const MUTATION_UPDATE_NOTIFICATION_UNREAD = (studentCode) => `
|
|
68
|
-
mutation MyMutation($hostname: String!, $app: String!, $device_id: String!, $module_code: String!, $user_id: Int!, $total_notification: Int!, $total_notification_important: Int
|
|
69
|
-
update_feature_mobile_push_count_notification_unread(where: {deleted_at: {_is_null: true}, hostname: {_eq: $hostname}, module_code: {_eq: $module_code}, app: {_eq: $app}, device_id: {_eq: $device_id}, user_id: {_eq: $user_id}, action: {_eq: $action}, ${studentCode ? `student_code: {_eq: "${studentCode}"}` : ''}}, _set: {total_notification: $total_notification, total_notification_important: $total_notification_important, updated_at: "now"}) {
|
|
67
|
+
const MUTATION_UPDATE_NOTIFICATION_UNREAD = ({ studentCode, action }) => `
|
|
68
|
+
mutation MyMutation($hostname: String!, $app: String!, $device_id: String!, $module_code: String!, $user_id: Int!, $total_notification: Int!, $total_notification_important: Int!) {
|
|
69
|
+
update_feature_mobile_push_count_notification_unread(where: {deleted_at: {_is_null: true}, hostname: {_eq: $hostname}, module_code: {_eq: $module_code}, app: {_eq: $app}, device_id: {_eq: $device_id}, user_id: {_eq: $user_id}, ${action ? `action: {_eq: "${action}"}` : ''}, ${studentCode ? `student_code: {_eq: "${studentCode}"}` : ''}}, _set: {total_notification: $total_notification, total_notification_important: $total_notification_important, updated_at: "now"}) {
|
|
70
70
|
returning {
|
|
71
71
|
id
|
|
72
72
|
total_notification
|
|
@@ -93,7 +93,7 @@ exports.MUTATION_UPDATE_READ_NOTIFICATION = (0, graphql_request_1.gql) `
|
|
|
93
93
|
}
|
|
94
94
|
`;
|
|
95
95
|
exports.MUTATION_INSERT_NOTIFICATION = `
|
|
96
|
-
mutation MyMutation($total_notification: Int!, $total_notification_important: Int!, $user_id: Int!, $hostname: String!, $app: String!, $device_id: String!, $module_code: String!, $action: String
|
|
96
|
+
mutation MyMutation($total_notification: Int!, $total_notification_important: Int!, $user_id: Int!, $hostname: String!, $app: String!, $device_id: String!, $module_code: String!, $action: String = null, $student_code: String = null) {
|
|
97
97
|
insert_feature_mobile_push_count_notification_unread(objects: {app: $app, created_at: "now", hostname: $hostname, module_code: $module_code, total_notification: $total_notification, total_notification_important: $total_notification_important, user_id: $user_id, device_id: $device_id, action: $action, student_code: $student_code}) {
|
|
98
98
|
returning {
|
|
99
99
|
total_notification_important
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/query/notification/query.ts"],"names":[],"mappings":";;;AAAA,qDAAoC;AAEvB,QAAA,qCAAqC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCvD,CAAC;AAEK,MAAM,mDAAmD,GAAG,CAAC,WAAmB,EAAE,EAAE,CAAC;;;;;;;;;;;;;;;;;;UAkBlF,WAAW,CAAC,CAAC,CAAC,wBAAwB,WAAW,IAAI,CAAC,CAAC,CAAC,EAAE;;;;;;;CAOnE,CAAC;AAzBW,QAAA,mDAAmD,uDAyB9D;AAEK,MAAM,mCAAmC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/query/notification/query.ts"],"names":[],"mappings":";;;AAAA,qDAAoC;AAEvB,QAAA,qCAAqC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCvD,CAAC;AAEK,MAAM,mDAAmD,GAAG,CAAC,WAAmB,EAAE,EAAE,CAAC;;;;;;;;;;;;;;;;;;UAkBlF,WAAW,CAAC,CAAC,CAAC,wBAAwB,WAAW,IAAI,CAAC,CAAC,CAAC,EAAE;;;;;;;CAOnE,CAAC;AAzBW,QAAA,mDAAmD,uDAyB9D;AAEK,MAAM,mCAAmC,GAAG,CAAC,EAAC,WAAW,EAAE,MAAM,EAAuC,EAAE,EAAE,CAAC;;+OAE2H,MAAM,CAAC,CAAC,CAAC,kBAAkB,MAAM,IAAI,CAAC,CAAC,CAAC,EAAE,KAAK,WAAW,CAAC,CAAC,CAAC,wBAAwB,WAAW,IAAI,CAAC,CAAC,CAAC,EAAE;;;;;;;;;CASvV,CAAC;AAXW,QAAA,mCAAmC,uCAW9C;AAEW,QAAA,iCAAiC,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;CAcnD,CAAC;AAEW,QAAA,4BAA4B,GAAG;;;;;;;;;;CAU3C,CAAC;AAEW,QAAA,gDAAgD,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;CAWlE,CAAC"}
|