@7365admin1/core 2.21.0 → 2.23.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.
@@ -0,0 +1,43 @@
1
+ <body style="font-family: Arial, sans-serif; font-size: 14px; color: #333;">
2
+ <h2 style="color: #333;; margin-bottom: 12px;">
3
+ Manpower Alert – {{siteName}}
4
+ </h2>
5
+
6
+ <p>A manpower mismatch has been detected:</p>
7
+
8
+ <table style="border-collapse: collapse; margin-top: 12px;">
9
+ <tr>
10
+ <td style="padding: 4px 8px; font-weight: bold;">Site:</td>
11
+ <td style="padding: 4px 8px;">{{siteName}}</td>
12
+ </tr>
13
+ <tr>
14
+ <td style="padding: 4px 8px; font-weight: bold;">Date:</td>
15
+ <td style="padding: 4px 8px;">{{date}}</td>
16
+ </tr>
17
+ <tr>
18
+ <td style="padding: 4px 8px; font-weight: bold;">Actual:</td>
19
+ <td style="padding: 4px 8px;">{{actual}}</td>
20
+ </tr>
21
+ <tr>
22
+ <td style="padding: 4px 8px; font-weight: bold;">Expected:</td>
23
+ <td style="padding: 4px 8px;">{{expected}}</td>
24
+ </tr>
25
+ <tr>
26
+ <td style="padding: 4px 8px; font-weight: bold;">Status:</td>
27
+ <td style="padding: 4px 8px;">{{status}} Manpower</td>
28
+ </tr>
29
+ </table>
30
+
31
+ <p style="margin-top: 15px;">
32
+ Please investigate and coordinate with the site supervisor.
33
+ </p>
34
+
35
+ <p style="color: #333;">
36
+ This is an automated message from the Manpower Monitoring System.
37
+ </p>
38
+
39
+ <p>
40
+ <div>Best regards,</div>
41
+ <div>iService365 Team</div>
42
+ </p>
43
+ </body>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@7365admin1/core",
3
3
  "license": "MIT",
4
- "version": "2.21.0",
4
+ "version": "2.23.0",
5
5
  "author": "7365admin1",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.mjs",
@@ -44,6 +44,7 @@
44
44
  "node-cron": "^3.0.3",
45
45
  "openai": "^4.56.0",
46
46
  "puppeteer": "^24.33.1",
47
+ "socket.io": "^4.8.3",
47
48
  "urllib": "^4.8.2",
48
49
  "uuid": "^11.1.0",
49
50
  "xlsx": "^0.18.5",