@7365admin1/core 2.79.0 → 2.81.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.
- package/CHANGELOG.md +12 -0
- package/dist/handlebars/approve-drive-in.hbs +79 -0
- package/dist/handlebars/approve-visitor-old.hbs +324 -0
- package/dist/handlebars/approve-visitor.hbs +165 -0
- package/dist/handlebars/approve-walk-in.hbs +79 -0
- package/dist/handlebars/book-facility-light.hbs +241 -0
- package/dist/handlebars/book-facility.hbs +243 -0
- package/dist/handlebars/reject-visitor.hbs +239 -0
- package/dist/handlebars/reject.hbs +108 -0
- package/dist/handlebars/verify-visitor.hbs +12 -0
- package/dist/handlebars/visitor-reminder.hbs +16 -0
- package/dist/index.d.ts +69 -3
- package/dist/index.js +6658 -377
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6672 -363
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -3
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
<div class="RejectedVisitor" style="width: 428px; height: 926px; position: relative; background: white">
|
|
2
|
+
<div class="MdiClose" style="width: 24px; height: 24px; left: 389px; top: 15px; position: absolute">
|
|
3
|
+
<div class="Vector" style="width: 14px; height: 14px; left: 5px; top: 5px; position: absolute; background: rgba(0, 0, 0, 0.38)"></div>
|
|
4
|
+
</div>
|
|
5
|
+
<div
|
|
6
|
+
class="Frame388"
|
|
7
|
+
style="left: 145.50px; top: 134px; position: absolute; flex-direction: column; justify-content: flex-start; align-items: center; gap: 29px; display: inline-flex"
|
|
8
|
+
>
|
|
9
|
+
<div class="HeyAlex" style="color: #052439; font-size: 32px; font-family: Roboto; font-weight: 600; line-height: 30px; word-wrap: break-word">Hey
|
|
10
|
+
{{name}},</div>
|
|
11
|
+
</div>
|
|
12
|
+
<div
|
|
13
|
+
class="Frame284"
|
|
14
|
+
style="width: 323px; height: 512px; padding: 24px; left: 28px; top: 253px; position: absolute; background: #052439; border-radius: 16px; border: 1px rgba(0, 0, 0, 0.12) solid; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 16px; display: inline-flex"
|
|
15
|
+
>
|
|
16
|
+
<div class="Frame389" style="height: 48px; flex-direction: column; justify-content: center; align-items: center; gap: 4px; display: flex">
|
|
17
|
+
<div
|
|
18
|
+
class="Frame429"
|
|
19
|
+
style="align-self: stretch; padding: 12px; background: #FF5252; border-radius: 100px; justify-content: center; align-items: center; gap: 10px; display: inline-flex; width: 300px"
|
|
20
|
+
>
|
|
21
|
+
<div
|
|
22
|
+
class="Text"
|
|
23
|
+
style="color: white; font-size: 14px; font-family: Roboto; font-weight: 300; line-height: 24px; word-wrap: break-word"
|
|
24
|
+
>{{error}}</div>
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="Frame283" style="flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 4px; display: flex">
|
|
28
|
+
<div
|
|
29
|
+
class="Text"
|
|
30
|
+
style="width: 268px; color: white; font-size: 14px; font-family: Roboto; font-weight: 500; line-height: 24px; word-wrap: break-word"
|
|
31
|
+
>Reason</div>
|
|
32
|
+
</div>
|
|
33
|
+
<div
|
|
34
|
+
class="Text"
|
|
35
|
+
style="width: 280px; color: white; font-size: 14px; font-family: Roboto; font-weight: 300; line-height: 24px; word-wrap: break-word"
|
|
36
|
+
>We regret to inform you that your registration could not be completed as the information provided matches an entry in our restricted access list.
|
|
37
|
+
If you believe this is a mistake or if you have any concerns regarding this matter, please contact the building management directly to discuss
|
|
38
|
+
and potentially resolve the issue. We appreciate your understanding and cooperation.</div>
|
|
39
|
+
<div class="Text" style="width: 280px"><span
|
|
40
|
+
style="color: white; font-size: 14px; font-family: Roboto; font-weight: 300; line-height: 24px; word-wrap: break-word"
|
|
41
|
+
>Contact Building Management:<br /></span><span
|
|
42
|
+
style="color: white; font-size: 14px; font-family: Roboto; font-weight: 300; line-height: 24px; word-wrap: break-word"
|
|
43
|
+
>Phone: {{phoneNumber}}<br />Email: {{email}}<br />Office Hours: {{officeHrs}}</span></div>
|
|
44
|
+
<div
|
|
45
|
+
class="Text"
|
|
46
|
+
style="width: 280px; color: white; font-size: 14px; font-family: Roboto; font-weight: 300; line-height: 24px; word-wrap: break-word"
|
|
47
|
+
>Thank you for your attention to this matter.</div>
|
|
48
|
+
</div>
|
|
49
|
+
<div
|
|
50
|
+
class="Frame2"
|
|
51
|
+
style="left: 155px; top: 53px; position: absolute; flex-direction: column; justify-content: flex-start; align-items: center; gap: 10px; display: inline-flex"
|
|
52
|
+
>
|
|
53
|
+
<div class="Frame238" style="width: 104.20px; height: 32px; position: relative">
|
|
54
|
+
<div
|
|
55
|
+
class="Rectangle12"
|
|
56
|
+
style="width: 2.25px; height: 24.50px; left: 39.94px; top: 1.12px; position: absolute; transform: rotate(-30deg); transform-origin: 0 0; background: #052439"
|
|
57
|
+
></div>
|
|
58
|
+
<div
|
|
59
|
+
class="Rectangle11"
|
|
60
|
+
style="width: 2.24px; height: 22.08px; left: 61.84px; top: 2.22px; position: absolute; transform: rotate(30deg); transform-origin: 0 0; background: #EB261E"
|
|
61
|
+
></div>
|
|
62
|
+
<div class="Rectangle10" style="width: 11.25px; height: 2px; left: 52.52px; top: 1.34px; position: absolute; background: #EB261E"></div>
|
|
63
|
+
<div class="Frame17" style="width: 15.41px; height: 20.68px; left: 0px; top: 1.13px; position: absolute">
|
|
64
|
+
<div class="Rectangle1" style="width: 15.41px; height: 2.03px; left: 0px; top: 0px; position: absolute; background: #052439"></div>
|
|
65
|
+
<div class="Rectangle5" style="width: 15.41px; height: 2.03px; left: 0px; top: 18.65px; position: absolute; background: #052439"></div>
|
|
66
|
+
<div class="Rectangle3" style="width: 15.41px; height: 2.03px; left: 0px; top: 9.73px; position: absolute; background: #052439"></div>
|
|
67
|
+
<div
|
|
68
|
+
class="Rectangle2"
|
|
69
|
+
style="width: 11.35px; height: 2.03px; left: 2.03px; top: 0.20px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #052439"
|
|
70
|
+
></div>
|
|
71
|
+
<div
|
|
72
|
+
class="Rectangle4"
|
|
73
|
+
style="width: 10.95px; height: 2.03px; left: 15.41px; top: 9.73px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #052439"
|
|
74
|
+
></div>
|
|
75
|
+
</div>
|
|
76
|
+
<div class="Frame16" style="width: 15.44px; height: 20.69px; left: 20.26px; top: 1.17px; position: absolute">
|
|
77
|
+
<div class="Rectangle6" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 0px; position: absolute; background: #052439"></div>
|
|
78
|
+
<div class="Rectangle7" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 9.73px; position: absolute; background: #052439"></div>
|
|
79
|
+
<div class="Rectangle9" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 18.65px; position: absolute; background: #052439"></div>
|
|
80
|
+
<div
|
|
81
|
+
class="Rectangle8"
|
|
82
|
+
style="width: 10.94px; height: 2.04px; left: 2.04px; top: 9.74px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #052439"
|
|
83
|
+
></div>
|
|
84
|
+
</div>
|
|
85
|
+
<div class="Frame15" style="width: 15.44px; height: 20.68px; left: 68.50px; top: 1.17px; position: absolute">
|
|
86
|
+
<div class="Rectangle13" style="width: 15.41px; height: 2.03px; left: 0.02px; top: 0px; position: absolute; background: #052439"></div>
|
|
87
|
+
<div class="Rectangle14" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 9.70px; position: absolute; background: #052439"></div>
|
|
88
|
+
<div class="Rectangle15" style="width: 15.41px; height: 2.03px; left: 0.02px; top: 18.65px; position: absolute; background: #052439"></div>
|
|
89
|
+
<div
|
|
90
|
+
class="Rectangle16"
|
|
91
|
+
style="width: 10.95px; height: 2.03px; left: 2.03px; top: 9.70px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #052439"
|
|
92
|
+
></div>
|
|
93
|
+
</div>
|
|
94
|
+
<div class="Frame14" style="width: 15.61px; height: 22.53px; left: 88.59px; top: 0.40px; position: absolute">
|
|
95
|
+
<div class="Rectangle17" style="width: 2px; height: 20.67px; left: 0.49px; top: 0.76px; position: absolute; background: #052439"></div>
|
|
96
|
+
<div
|
|
97
|
+
class="Rectangle19"
|
|
98
|
+
style="width: 2.30px; height: 25.57px; left: 15.86px; top: 21.27px; position: absolute; transform: rotate(146.98deg); transform-origin: 0 0; background: #052439"
|
|
99
|
+
></div>
|
|
100
|
+
<div class="Rectangle18" style="width: 2px; height: 20.67px; left: 13.61px; top: 0.76px; position: absolute; background: #052439"></div>
|
|
101
|
+
</div>
|
|
102
|
+
<div class="Frame20" style="width: 4.96px; height: 7.64px; left: 58.42px; top: 24.36px; position: absolute">
|
|
103
|
+
<div class="Rectangle29" style="width: 4.95px; height: 1.04px; left: 0.01px; top: 0px; position: absolute; background: #EB261E"></div>
|
|
104
|
+
<div class="Rectangle32" style="width: 4.95px; height: 1.04px; left: 0px; top: 6.59px; position: absolute; background: #EB261E"></div>
|
|
105
|
+
<div
|
|
106
|
+
class="Rectangle30"
|
|
107
|
+
style="width: 4.26px; height: 1.04px; left: 1.05px; top: 0px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
108
|
+
></div>
|
|
109
|
+
<div
|
|
110
|
+
class="Rectangle33"
|
|
111
|
+
style="width: 4.17px; height: 1.04px; left: 4.96px; top: 3.38px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
112
|
+
></div>
|
|
113
|
+
<div class="Rectangle31" style="width: 4.95px; height: 1.04px; left: 0.01px; top: 3.39px; position: absolute; background: #EB261E"></div>
|
|
114
|
+
</div>
|
|
115
|
+
<div class="Frame18" style="width: 4.95px; height: 7.64px; left: 40.88px; top: 24.36px; position: absolute">
|
|
116
|
+
<div class="Rectangle20" style="width: 4.95px; height: 1.04px; left: 0px; top: 0px; position: absolute; background: #EB261E"></div>
|
|
117
|
+
<div
|
|
118
|
+
class="Rectangle23"
|
|
119
|
+
style="width: 7.64px; height: 1.04px; left: 4.95px; top: 0px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
120
|
+
></div>
|
|
121
|
+
<div class="Rectangle21" style="width: 4.95px; height: 1.04px; left: 0px; top: 3.39px; position: absolute; background: #EB261E"></div>
|
|
122
|
+
<div class="Rectangle22" style="width: 4.95px; height: 1.04px; left: 0px; top: 6.60px; position: absolute; background: #EB261E"></div>
|
|
123
|
+
</div>
|
|
124
|
+
<div class="Frame19" style="width: 4.95px; height: 7.64px; left: 50px; top: 24.36px; position: absolute">
|
|
125
|
+
<div class="Rectangle24" style="width: 4.95px; height: 1.04px; left: -0px; top: 0px; position: absolute; background: #EB261E"></div>
|
|
126
|
+
<div
|
|
127
|
+
class="Rectangle25"
|
|
128
|
+
style="width: 7.64px; height: 1.04px; left: 1.04px; top: 0px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
129
|
+
></div>
|
|
130
|
+
<div
|
|
131
|
+
class="Rectangle27"
|
|
132
|
+
style="width: 4.26px; height: 1.04px; left: 4.95px; top: 3.39px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
133
|
+
></div>
|
|
134
|
+
<div class="Rectangle26" style="width: 4.95px; height: 1.04px; left: 0px; top: 3.39px; position: absolute; background: #EB261E"></div>
|
|
135
|
+
<div class="Rectangle28" style="width: 4.95px; height: 1.04px; left: 0px; top: 6.60px; position: absolute; background: #EB261E"></div>
|
|
136
|
+
</div>
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
139
|
+
<div
|
|
140
|
+
class="RegistrationErrorAccessDenied"
|
|
141
|
+
style="width: 316px; left: 57px; top: 205px; position: absolute; text-align: center; color: #052439; font-size: 16px; font-family: Roboto; font-weight: 400; line-height: 30px; word-wrap: break-word"
|
|
142
|
+
>Registration Error: Access Denied</div>
|
|
143
|
+
<div class="Frame406" style="width: 428px; height: 98px; left: 0px; top: -5px; position: absolute; background: #052439">
|
|
144
|
+
<div
|
|
145
|
+
class="Frame2"
|
|
146
|
+
style="left: 162px; top: 30px; position: absolute; flex-direction: column; justify-content: flex-start; align-items: center; gap: 10px; display: inline-flex"
|
|
147
|
+
>
|
|
148
|
+
<div class="Frame238" style="width: 104.20px; height: 32px; position: relative">
|
|
149
|
+
<div
|
|
150
|
+
class="Rectangle12"
|
|
151
|
+
style="width: 2.25px; height: 24.50px; left: 39.94px; top: 1.12px; position: absolute; transform: rotate(-30deg); transform-origin: 0 0; background: white"
|
|
152
|
+
></div>
|
|
153
|
+
<div
|
|
154
|
+
class="Rectangle11"
|
|
155
|
+
style="width: 2.24px; height: 22.08px; left: 61.84px; top: 2.22px; position: absolute; transform: rotate(30deg); transform-origin: 0 0; background: #EB261E"
|
|
156
|
+
></div>
|
|
157
|
+
<div class="Rectangle10" style="width: 11.25px; height: 2px; left: 52.52px; top: 1.34px; position: absolute; background: #EB261E"></div>
|
|
158
|
+
<div class="Frame17" style="width: 15.41px; height: 20.68px; left: 0px; top: 1.13px; position: absolute">
|
|
159
|
+
<div class="Rectangle1" style="width: 15.41px; height: 2.03px; left: 0px; top: 0px; position: absolute; background: white"></div>
|
|
160
|
+
<div class="Rectangle5" style="width: 15.41px; height: 2.03px; left: 0px; top: 18.65px; position: absolute; background: white"></div>
|
|
161
|
+
<div class="Rectangle3" style="width: 15.41px; height: 2.03px; left: 0px; top: 9.73px; position: absolute; background: white"></div>
|
|
162
|
+
<div
|
|
163
|
+
class="Rectangle2"
|
|
164
|
+
style="width: 11.35px; height: 2.03px; left: 2.03px; top: 0.20px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: white"
|
|
165
|
+
></div>
|
|
166
|
+
<div
|
|
167
|
+
class="Rectangle4"
|
|
168
|
+
style="width: 10.95px; height: 2.03px; left: 15.41px; top: 9.73px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: white"
|
|
169
|
+
></div>
|
|
170
|
+
</div>
|
|
171
|
+
<div class="Frame16" style="width: 15.44px; height: 20.69px; left: 20.26px; top: 1.17px; position: absolute">
|
|
172
|
+
<div class="Rectangle6" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 0px; position: absolute; background: white"></div>
|
|
173
|
+
<div class="Rectangle7" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 9.73px; position: absolute; background: white"></div>
|
|
174
|
+
<div class="Rectangle9" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 18.65px; position: absolute; background: white"></div>
|
|
175
|
+
<div
|
|
176
|
+
class="Rectangle8"
|
|
177
|
+
style="width: 10.94px; height: 2.04px; left: 2.04px; top: 9.74px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: white"
|
|
178
|
+
></div>
|
|
179
|
+
</div>
|
|
180
|
+
<div class="Frame15" style="width: 15.44px; height: 20.68px; left: 68.50px; top: 1.17px; position: absolute">
|
|
181
|
+
<div class="Rectangle13" style="width: 15.41px; height: 2.03px; left: 0.02px; top: 0px; position: absolute; background: white"></div>
|
|
182
|
+
<div class="Rectangle14" style="width: 15.41px; height: 2.03px; left: 0.03px; top: 9.70px; position: absolute; background: white"></div>
|
|
183
|
+
<div class="Rectangle15" style="width: 15.41px; height: 2.03px; left: 0.02px; top: 18.65px; position: absolute; background: white"></div>
|
|
184
|
+
<div
|
|
185
|
+
class="Rectangle16"
|
|
186
|
+
style="width: 10.95px; height: 2.03px; left: 2.03px; top: 9.70px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: white"
|
|
187
|
+
></div>
|
|
188
|
+
</div>
|
|
189
|
+
<div class="Frame14" style="width: 15.61px; height: 22.53px; left: 88.59px; top: 0.40px; position: absolute">
|
|
190
|
+
<div class="Rectangle17" style="width: 2px; height: 20.67px; left: 0.49px; top: 0.76px; position: absolute; background: white"></div>
|
|
191
|
+
<div
|
|
192
|
+
class="Rectangle19"
|
|
193
|
+
style="width: 2.30px; height: 25.57px; left: 15.86px; top: 21.27px; position: absolute; transform: rotate(146.98deg); transform-origin: 0 0; background: white"
|
|
194
|
+
></div>
|
|
195
|
+
<div class="Rectangle18" style="width: 2px; height: 20.67px; left: 13.61px; top: 0.76px; position: absolute; background: white"></div>
|
|
196
|
+
</div>
|
|
197
|
+
<div class="Frame20" style="width: 4.96px; height: 7.64px; left: 58.42px; top: 24.36px; position: absolute">
|
|
198
|
+
<div class="Rectangle29" style="width: 4.95px; height: 1.04px; left: 0.01px; top: 0px; position: absolute; background: #EB261E"></div>
|
|
199
|
+
<div class="Rectangle32" style="width: 4.95px; height: 1.04px; left: 0px; top: 6.59px; position: absolute; background: #EB261E"></div>
|
|
200
|
+
<div
|
|
201
|
+
class="Rectangle30"
|
|
202
|
+
style="width: 4.26px; height: 1.04px; left: 1.05px; top: 0px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
203
|
+
></div>
|
|
204
|
+
<div
|
|
205
|
+
class="Rectangle33"
|
|
206
|
+
style="width: 4.17px; height: 1.04px; left: 4.96px; top: 3.38px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
207
|
+
></div>
|
|
208
|
+
<div class="Rectangle31" style="width: 4.95px; height: 1.04px; left: 0.01px; top: 3.39px; position: absolute; background: #EB261E"></div>
|
|
209
|
+
</div>
|
|
210
|
+
<div class="Frame18" style="width: 4.95px; height: 7.64px; left: 40.88px; top: 24.36px; position: absolute">
|
|
211
|
+
<div class="Rectangle20" style="width: 4.95px; height: 1.04px; left: 0px; top: 0px; position: absolute; background: #EB261E"></div>
|
|
212
|
+
<div
|
|
213
|
+
class="Rectangle23"
|
|
214
|
+
style="width: 7.64px; height: 1.04px; left: 4.95px; top: 0px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
215
|
+
></div>
|
|
216
|
+
<div class="Rectangle21" style="width: 4.95px; height: 1.04px; left: 0px; top: 3.39px; position: absolute; background: #EB261E"></div>
|
|
217
|
+
<div class="Rectangle22" style="width: 4.95px; height: 1.04px; left: 0px; top: 6.60px; position: absolute; background: #EB261E"></div>
|
|
218
|
+
</div>
|
|
219
|
+
<div class="Frame19" style="width: 4.95px; height: 7.64px; left: 50px; top: 24.36px; position: absolute">
|
|
220
|
+
<div class="Rectangle24" style="width: 4.95px; height: 1.04px; left: -0px; top: 0px; position: absolute; background: #EB261E"></div>
|
|
221
|
+
<div
|
|
222
|
+
class="Rectangle25"
|
|
223
|
+
style="width: 7.64px; height: 1.04px; left: 1.04px; top: 0px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
224
|
+
></div>
|
|
225
|
+
<div
|
|
226
|
+
class="Rectangle27"
|
|
227
|
+
style="width: 4.26px; height: 1.04px; left: 4.95px; top: 3.39px; position: absolute; transform: rotate(90deg); transform-origin: 0 0; background: #EB261E"
|
|
228
|
+
></div>
|
|
229
|
+
<div class="Rectangle26" style="width: 4.95px; height: 1.04px; left: 0px; top: 3.39px; position: absolute; background: #EB261E"></div>
|
|
230
|
+
<div class="Rectangle28" style="width: 4.95px; height: 1.04px; left: 0px; top: 6.60px; position: absolute; background: #EB261E"></div>
|
|
231
|
+
</div>
|
|
232
|
+
</div>
|
|
233
|
+
</div>
|
|
234
|
+
</div>
|
|
235
|
+
<div
|
|
236
|
+
class="Text"
|
|
237
|
+
style="left: 122px; top: 854px; position: absolute; text-align: right; color: #052439; font-size: 12px; font-family: Roboto; font-weight: 400; line-height: 19px; word-wrap: break-word"
|
|
238
|
+
>© 2024 by Seven 365 Pte Ltd V1.0</div>
|
|
239
|
+
</div>
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Rejected</title>
|
|
7
|
+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
|
|
8
|
+
<style>
|
|
9
|
+
/* CSS styles */
|
|
10
|
+
.text-heading {
|
|
11
|
+
color: #052439;
|
|
12
|
+
font-weight: 600;
|
|
13
|
+
font-size: 32px;
|
|
14
|
+
line-height: 30px;
|
|
15
|
+
font-family: Roboto;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.text-content {
|
|
19
|
+
color: #052439;
|
|
20
|
+
font-weight: 400;
|
|
21
|
+
font-size: 16px;
|
|
22
|
+
line-height: 30px;
|
|
23
|
+
font-family: Roboto;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.reason-text {
|
|
27
|
+
font-weight: 500;
|
|
28
|
+
font-size: 14px;
|
|
29
|
+
line-height: 24px;
|
|
30
|
+
font-family: Roboto;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.reason-text-body {
|
|
34
|
+
font-weight: 300;
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
line-height: 24px;
|
|
37
|
+
font-family: Roboto;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.cta-button {
|
|
41
|
+
background-color: #ff5252;
|
|
42
|
+
border-radius: 16px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.cta-text {
|
|
46
|
+
font-weight: 300;
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
line-height: 24px;
|
|
49
|
+
font-family: Roboto;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.message-box {
|
|
53
|
+
background-color: #052439;
|
|
54
|
+
border-radius: 16px;
|
|
55
|
+
}
|
|
56
|
+
</style>
|
|
57
|
+
</head>
|
|
58
|
+
<body>
|
|
59
|
+
<!-- HTML content -->
|
|
60
|
+
<div style="margin-top: 16px;">
|
|
61
|
+
<div style="background-color: #052439; elevation: 2;">
|
|
62
|
+
<div style="display: flex; justify-content: center;">
|
|
63
|
+
<img src="{{logo}}" style="width: 190px; height: 50px;" />
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|
|
66
|
+
<div style="margin-bottom: 4px;">
|
|
67
|
+
<p style="color: #052439; font-weight: 600; font-size: 32px; line-height: 30px; font-family: Roboto; text-align: center; padding: 16px;">Hey {{ name }},</p>
|
|
68
|
+
<p style="color: #052439; font-weight: 400; font-size: 16px; line-height: 30px; font-family: Roboto; text-align: center;">Registration Error: Access Denied</p>
|
|
69
|
+
</div>
|
|
70
|
+
<div style="margin: 16px; padding: 16px; background-color: #052439; border-radius: 16px;">
|
|
71
|
+
<div style="margin: 16px; background-color: #ff5252; border-radius: 16px;">
|
|
72
|
+
<p style="color: #ffffff; font-weight: 500; font-size: 16px; line-height: 24px; font-family: Roboto; text-align: center;">#{{rejectionSerialNumber}}</p>
|
|
73
|
+
</div>
|
|
74
|
+
<div style="margin-top: 16px;">
|
|
75
|
+
<p style="color: #ffffff; font-weight: 500; font-size: 14px; line-height: 24px; font-family: Roboto;">Reason</p>
|
|
76
|
+
<p style="color: #ffffff; font-weight: 300; font-size: 14px; line-height: 24px; font-family: Roboto;">
|
|
77
|
+
We regret to inform you that your registration could not be completed
|
|
78
|
+
as the information provided matches an entry in our restricted access
|
|
79
|
+
list. If you believe this is a mistake or if you have any concerns
|
|
80
|
+
regarding this matter, please contact the building management directly
|
|
81
|
+
to discuss and potentially resolve the issue. We appreciate your
|
|
82
|
+
understanding and cooperation.
|
|
83
|
+
</p>
|
|
84
|
+
</div>
|
|
85
|
+
<div style="margin-top: 16px;">
|
|
86
|
+
<p style="color: #ffffff; font-weight: 300; font-size: 14px; line-height: 24px; font-family: Roboto;">Contact Building Management:</p>
|
|
87
|
+
<div style="margin-left: 12px;">
|
|
88
|
+
<ul>
|
|
89
|
+
<li style="color: #ffffff; font-weight: 400; font-size: 16px; line-height: 30px; font-family: Roboto;">Phone: {{siteContactNumber}}</li>
|
|
90
|
+
<li style="color: #ffffff; font-weight: 400; font-size: 16px; line-height: 30px; font-family: Roboto;">Email: {{siteEmail}}</li>
|
|
91
|
+
<li style="color: #ffffff; font-weight: 400; font-size: 16px; line-height: 30px; font-family: Roboto;">Office Hours: {{siteOfficeHours}}</li>
|
|
92
|
+
</ul>
|
|
93
|
+
</div>
|
|
94
|
+
</div>
|
|
95
|
+
<div style="margin-top: 16px;">
|
|
96
|
+
<p style="color: #ffffff; font-weight: 300; font-size: 14px; line-height: 24px; font-family: Roboto;">Thank you for your attention to this matter.</p>
|
|
97
|
+
</div>
|
|
98
|
+
</div>
|
|
99
|
+
<footer height="70" style="padding: 0; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; background-color: #fff;">
|
|
100
|
+
<div style="padding: 12px; max-width: 600px; margin-left: auto; margin-right: auto;">
|
|
101
|
+
<div style="text-align: center;">
|
|
102
|
+
<span style="font-size: 16px;">© 2024 by Seven 365 Pte Ltd V1.0</span>
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
105
|
+
</footer>
|
|
106
|
+
</div>
|
|
107
|
+
</body>
|
|
108
|
+
</html>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<div style="font-family: Helvetica,Arial,sans-serif;min-width:1000px;overflow:auto;line-height:2">
|
|
2
|
+
<div style="margin:50px auto;width:70%;padding:20px 0">
|
|
3
|
+
<div style="border-bottom:1px solid #eee; font-size:1.4em;color: #00466a;text-decoration:none;font-weight:600;text-align: center;">
|
|
4
|
+
Visitor Verification
|
|
5
|
+
</div>
|
|
6
|
+
<p>Use this code to enter the premises.</p>
|
|
7
|
+
<div>
|
|
8
|
+
<a href="{{link}}">{{link}}</a>
|
|
9
|
+
</div>
|
|
10
|
+
|
|
11
|
+
</div>
|
|
12
|
+
</div>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<div style="font-family: Helvetica,Arial,sans-serif;min-width:1000px;overflow:auto;line-height:2">
|
|
2
|
+
<div style="margin:50px auto;width:70%;padding:20px 0">
|
|
3
|
+
<div
|
|
4
|
+
style="border-bottom:1px solid #eee; font-size:1.4em;color: #00466a;text-decoration:none;font-weight:600;text-align: center;">
|
|
5
|
+
Reminder
|
|
6
|
+
</div>
|
|
7
|
+
<p>
|
|
8
|
+
Hi visitor {{name}}, this email was sent to remind you that you have only 15 minutes left before your check out time indicated in the registration.
|
|
9
|
+
Thank you!!
|
|
10
|
+
</p>
|
|
11
|
+
<div>
|
|
12
|
+
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
package/dist/index.d.ts
CHANGED
|
@@ -2862,6 +2862,7 @@ declare function useVisitorTransactionRepo(): {
|
|
|
2862
2862
|
updateManyDahuaSyncStatus: (ids: (string | ObjectId)[], dahuaSyncStatus: "removed", session?: ClientSession) => Promise<mongodb.UpdateResult<bson.Document>>;
|
|
2863
2863
|
getVisitorTransactionById: (id: string | ObjectId) => Promise<bson.Document>;
|
|
2864
2864
|
checkOutBySiteAndPlate: (site: string | ObjectId, plateNumber: string, session?: ClientSession) => Promise<mongodb.WithId<bson.Document> | null>;
|
|
2865
|
+
resendEmailInvitedResident: (visitorId: string, updatedBy: string | ObjectId) => Promise<any>;
|
|
2865
2866
|
};
|
|
2866
2867
|
|
|
2867
2868
|
declare function useVisitorTransactionService(): {
|
|
@@ -7063,6 +7064,7 @@ declare function useCategoryPrelovedRepo(): {
|
|
|
7063
7064
|
getById: (_id: string | ObjectId) => Promise<mongodb.WithId<bson.Document>>;
|
|
7064
7065
|
addCategory: (item: TCategoryPreloved, session?: any) => Promise<ObjectId>;
|
|
7065
7066
|
updateById: (_id: string | ObjectId, value: TCategoryPreloved) => Promise<string>;
|
|
7067
|
+
deleteById: (_id: string | ObjectId) => Promise<string>;
|
|
7066
7068
|
};
|
|
7067
7069
|
|
|
7068
7070
|
declare function useCategoryPrelovedController(): {
|
|
@@ -7070,6 +7072,7 @@ declare function useCategoryPrelovedController(): {
|
|
|
7070
7072
|
getById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7071
7073
|
addCategory: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7072
7074
|
updateById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7075
|
+
deleteById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7073
7076
|
};
|
|
7074
7077
|
|
|
7075
7078
|
type TSubcategoryPreloved = {
|
|
@@ -7112,11 +7115,72 @@ declare function useSubcategoryPrelovedController(): {
|
|
|
7112
7115
|
deleteById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7113
7116
|
};
|
|
7114
7117
|
|
|
7118
|
+
type TMessagePreloved = {
|
|
7119
|
+
text?: string;
|
|
7120
|
+
date?: string | Date;
|
|
7121
|
+
time?: string;
|
|
7122
|
+
senderId?: string | ObjectId;
|
|
7123
|
+
};
|
|
7124
|
+
type TChatPreloved = {
|
|
7125
|
+
_id?: string | ObjectId;
|
|
7126
|
+
channelId?: string | ObjectId;
|
|
7127
|
+
senderId?: string | ObjectId;
|
|
7128
|
+
postId?: string | ObjectId;
|
|
7129
|
+
message?: TMessagePreloved;
|
|
7130
|
+
readMessage?: Array<string | ObjectId>;
|
|
7131
|
+
viewMessage?: Array<string | ObjectId>;
|
|
7132
|
+
attachments?: Array<string | ObjectId>;
|
|
7133
|
+
reactions?: string;
|
|
7134
|
+
bidId?: string | ObjectId;
|
|
7135
|
+
edited?: boolean;
|
|
7136
|
+
createdAt?: string | Date;
|
|
7137
|
+
updatedAt?: string | Date | null;
|
|
7138
|
+
deletedAt?: string | Date | null;
|
|
7139
|
+
};
|
|
7140
|
+
declare const schemaUpdateChatPreloved: Joi.ObjectSchema<any>;
|
|
7141
|
+
declare const schemaChatPreloved: Joi.ObjectSchema<any>;
|
|
7142
|
+
declare function MChatPreloved(value: TChatPreloved): {
|
|
7143
|
+
_id: ObjectId;
|
|
7144
|
+
channelId: string | ObjectId;
|
|
7145
|
+
senderId: string | ObjectId;
|
|
7146
|
+
postId: string | ObjectId | null;
|
|
7147
|
+
message: {
|
|
7148
|
+
text: string;
|
|
7149
|
+
date: string | Date;
|
|
7150
|
+
time: string;
|
|
7151
|
+
senderId: string | ObjectId;
|
|
7152
|
+
};
|
|
7153
|
+
readMessage: (string | ObjectId)[];
|
|
7154
|
+
viewMessage: (string | ObjectId)[];
|
|
7155
|
+
attachments: (string | ObjectId)[];
|
|
7156
|
+
reactions: string;
|
|
7157
|
+
bidId: string | ObjectId | null;
|
|
7158
|
+
edited: boolean;
|
|
7159
|
+
createdAt: string;
|
|
7160
|
+
updatedAt: null;
|
|
7161
|
+
deletedAt: null;
|
|
7162
|
+
};
|
|
7163
|
+
|
|
7164
|
+
declare function useChatPrelovedRepo(): {
|
|
7165
|
+
add: (value: TChatPreloved, session?: any) => Promise<string | ObjectId>;
|
|
7166
|
+
updateById: (_id: string | ObjectId, value: Partial<TChatPreloved>) => Promise<string>;
|
|
7167
|
+
deleteById: (_id: string | ObjectId) => Promise<string>;
|
|
7168
|
+
};
|
|
7169
|
+
|
|
7170
|
+
declare function useChatPrelovedController(): {
|
|
7171
|
+
add: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7172
|
+
updateById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7173
|
+
deleteById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7174
|
+
};
|
|
7175
|
+
|
|
7115
7176
|
declare enum FormEntryStatus {
|
|
7116
7177
|
ACTIVE = "active",
|
|
7117
7178
|
INACTIVE = "inactive",
|
|
7118
7179
|
DELETED = "deleted"
|
|
7119
7180
|
}
|
|
7181
|
+
interface DynamicFormFields {
|
|
7182
|
+
[key: string | number]: string | number | boolean | null;
|
|
7183
|
+
}
|
|
7120
7184
|
type TFormEntry = {
|
|
7121
7185
|
_id?: ObjectId;
|
|
7122
7186
|
formType: string;
|
|
@@ -7125,7 +7189,7 @@ type TFormEntry = {
|
|
|
7125
7189
|
unit: string | ObjectId;
|
|
7126
7190
|
name: string;
|
|
7127
7191
|
phoneNumber: string;
|
|
7128
|
-
fields:
|
|
7192
|
+
fields: DynamicFormFields;
|
|
7129
7193
|
status?: string;
|
|
7130
7194
|
org?: string | ObjectId;
|
|
7131
7195
|
site?: string | ObjectId;
|
|
@@ -7151,7 +7215,7 @@ declare function MFormEntry(value: TFormEntry): {
|
|
|
7151
7215
|
unit: string | ObjectId;
|
|
7152
7216
|
name: string;
|
|
7153
7217
|
phoneNumber: string;
|
|
7154
|
-
fields:
|
|
7218
|
+
fields: DynamicFormFields;
|
|
7155
7219
|
status: string | undefined;
|
|
7156
7220
|
org: string | ObjectId | undefined;
|
|
7157
7221
|
site: string | ObjectId | undefined;
|
|
@@ -7179,6 +7243,7 @@ declare function useFormEntryRepo(): {
|
|
|
7179
7243
|
getFormEntryById: (_id: string | ObjectId) => Promise<bson.Document>;
|
|
7180
7244
|
updateFormEntryById: (_id: string | ObjectId, value: TFormEntry) => Promise<number>;
|
|
7181
7245
|
createTextIndex: () => Promise<void>;
|
|
7246
|
+
deleteOnlineFormById: (_id: string | ObjectId, session?: ClientSession) => Promise<number>;
|
|
7182
7247
|
};
|
|
7183
7248
|
|
|
7184
7249
|
declare function useFormEntryController(): {
|
|
@@ -7186,6 +7251,7 @@ declare function useFormEntryController(): {
|
|
|
7186
7251
|
getAll: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7187
7252
|
getFormEntryById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7188
7253
|
updateFormEntryById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7254
|
+
deleteFormEntryById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7189
7255
|
};
|
|
7190
7256
|
|
|
7191
7257
|
declare enum BuildingLevelStatus {
|
|
@@ -7251,4 +7317,4 @@ declare function useBuildingLevelController(): {
|
|
|
7251
7317
|
deleteById: (req: Request, res: Response, next: NextFunction) => Promise<void>;
|
|
7252
7318
|
};
|
|
7253
7319
|
|
|
7254
|
-
export { ANPRMode, AccessTypeProps, AppServiceType, AssignCardConfig, BuildingLevelStatus, BuildingStatus, BulkCardUpdate, BulletinOrder, BulletinRecipient, BulletinSort, BulletinStatus, BulletinVideoOrder, BulletinVideoSort, Camera, CameraType, DEVICE_STATUS, DOBStatus, DayOfWeek, EAccessCardTypes, EAccessCardUserTypes, EmailSender, EntryOrder, EntrySort, EventOrder, EventSort, EventStatus, EventType, FacilitySort, FacilityStatus, FormEntryStatus, GuestSort, GuestStatus, IAccessCard, IAccessCardTransaction, MAccessCard, MAccessCardTransaction, MAddress, MAttendance, MAttendanceSettings, MBillingConfiguration, MBillingItem, MBuilding, MBuildingLevel, MBuildingUnit, MBulletinBoard, MBulletinVideo, MCategoryPreloved, MChat, MCustomer, MCustomerSite, MDocumentManagement, MEntryPassSettings, MEventManagement, MFeedback, MFile, MFormEntry, MGuestManagement, MIncidentReport, MManpowerDesignations, MManpowerMonitoring, MManpowerRemarks, MManpowerSites, MMember, MNfcPatrolLog, MNfcPatrolRoute, MNfcPatrolSettings, MNfcPatrolSettingsUpdate, MNfcPatrolTag, MOccurrenceBook, MOccurrenceEntry, MOccurrenceSubject, MOnlineForm, MOrg, MOvernightParkingApprovalHours, MOvernightParkingRequest, MPatrolLog, MPatrolQuestion, MPatrolRoute, MPerson, MPost, MPostFavorite, MPromoCode, MRobot, MRole, MRoleV2, MServiceProvider, MServiceProviderBilling, MSession, MSite, MSiteCamera, MSiteFacility, MSiteFacilityBooking, MStatementOfAccount, MSubcategoryPreloved, MSubscription, MUnitBilling, MUser, MVehicle, MVehicleTransaction, MVerification, MVerificationV2, MVisitorTransaction, MWorkOrder, OrgNature, OvernightParkingRequestSort, OvernightParkingRequestStatus, PERSON_TYPES, PMDashboardCollection, PStatus, Period, PersonStatus, PersonType, PersonTypes, PostOrder, PostSort, PostStatus, QrTagProps, SiteAddress, SiteCategories, SiteStatus, SortFields, SortOrder, Status, SubjectOrder, SubjectSort, SubscriptionType, TAccessMngmntSettings, TActionStatus, TAddress, TAffectedEntities, TAffectedInjured, TAppServiceType, TApprovedBy, TApprover, TAttendance, TAttendanceCheckIn, TAttendanceCheckOut, TAttendanceCheckTime, TAttendanceLocation, TAttendanceSettings, TAttendanceSettingsGetBySite, TAuthorities, TAuthoritiesCalled, TBilling, TBillingConfiguration, TBillingItem, TBuilding, TBuildingLevel, TBuildingUnit, TBulletinBoard, TBulletinVideo, TCamera, TCategoryPreloved, TChat, TCheckPoint$1 as TCheckPoint, TComplaintInfo, TComplaintReceivedTo, TCounter, TCustomer, TCustomerSite, TDayNumber, TDaySchedule, TDefaultAccessCard, TDesignations, TDocs, TDocumentCreate, TDocumentManagement, TEntryPassSettings, TEventManagement, TFeedback, TFeedbackMetadata, TFeedbackUpdate, TFeedbackUpdateCategory, TFeedbackUpdateServiceProvider, TFeedbackUpdateStatus, TFeedbackUpdateToCompleted, TFile, TFiles, TFormEntry, TGetAttendancesByUserQuery, TGetAttendancesQuery, TGuestManagement, TIncidentInformation, TIncidentReport, TIncidentTypeAndTime, TInvoice, TKeyRef, TManpowerDesignations, TManpowerDesignationsUpdate, TManpowerMonitoring, TManpowerMonitoringUpdate, TManpowerRemarks, TManpowerRemarksStatusUpdate, TManpowerRemarksUpdate, TManpowerSearchFilter, TManpowerSites, TMember, TMemberUpdateStatus, TMiniRole, TNfcPatrolLog, TNfcPatrolRoute, TNfcPatrolRouteEdit, TNfcPatrolSettings, TNfcPatrolSettingsGetBySite, TNfcPatrolSettingsUpdate, TNfcPatrolTag, TNfcPatrolTagConfigureReset, TNfcPatrolTagEdit, TNfcPatrolTagUpdateData, TOccurrenceBook, TOccurrenceEntry, TOccurrenceSubject, TOnlineForm, TOrg, TOvernightParkingApprovalHours, TOvernightParkingRequest, TPatrolLog, TPatrolQuestion, TPatrolRoute, TPerson, TPlaceOfIncident, TPlates, TPost, TPostFavorite, TPrice, TPriceType, TPromoCode, TPromoTier, TRecipientOfComplaint, TRemarks, TResident, TRobot, TRobotMetadata, TRole, TRoleV2, TRoute, TSOABillingItem, TSOAStatus, TServiceProvider, TServiceProviderBilling, TSession, TSessionCreate, TShifts, TSite, TSiteCamera, TSiteFacility, TSiteFacilityBooking, TSiteInfo, TSiteInformation, TSiteMetadata, TSiteUpdateBlock, TStatementOfAccount, TSubcategoryPreloved, TSubmissionForm, TSubscription, TUnitBilling, TUnits, TUpdateFormEntry, TUpdateName, TUser, TUserCreate, TVehicle, TVehicleTransaction, TVehicleUpdate, TVerification, TVerificationMetadata, TVerificationMetadataV2, TVerificationV2, TVisitorTransaction, TWorkOrder, TWorkOrderMetadata, TWorkOrderUpdate, TWorkOrderUpdateStatus, TWorkOrderUpdateToCompleted, TanyoneDamageToProperty, UseAccessManagementRepo, UserStatus, VehicleCategory, VehicleOrder, VehicleSort, VehicleStatus, VehicleType, VerificationLinkType, VerificationStatus, VerificationSubjectType, VerificationType, VisitorSort, VisitorStatus, addressSchema, allowedFieldsSite, allowedNatures, attendanceSchema, attendanceSettingsSchema, building_level_namespace_collection, building_units_namespace_collection, buildings_namespace_collection, bulletin_boards_namespace_collection, calculatePercentage, chatSchema, createManpowerRemarksDaily, customerSchema, designationsSchema, events_namespace_collection, facility_bookings_namespace_collection, feedbackSchema, feedbacks2_namespace_collection, feedbacks_namespace_collection, formatDahuaDate, getPeriodRangeWithPrevious, guests_namespace_collection, incidentReport, incidentReportLog, incidents_namespace_collection, landscapeDashboardCollection, logCamera, mAndEDashboardCollection, manpowerDesignationsSchema, manpowerEvents, manpowerMonitoringSchema, manpowerRemarksSchema, manpowerSitesSchema, nfcPatrolSettingsSchema, nfcPatrolSettingsSchemaUpdate, occurrence_book_namespace_collection, online_forms_namespace_collection, orgSchema, overnight_parking_requests_namespace_collection, parseDahuaFind, pestDashboardCollection, poolDashboardCollection, promoCodeSchema, remarksSchema, robotSchema, schema, schemaApprovedBy, schemaApprover, schemaBilling, schemaBillingConfiguration, schemaBillingItem, schemaBuilding, schemaBuildingLevel, schemaBuildingUnit, schemaBuildingUpdateOptions, schemaBulletinBoard, schemaBulletinVideo, schemaCategoryPreloved, schemaCustomerSite, schemaDocumentManagement, schemaEntryPassSettings, schemaEventManagement, schemaFiles, schemaFormEntry, schemaGuestManagement, schemaIncidentReport, schemaMultipleDocumentManagement, schemaNfcPatrolLog, schemaNfcPatrolRoute, schemaNfcPatrolTag, schemaNfcPatrolTagUpdateData, schemaOccurrenceBook, schemaOccurrenceEntry, schemaOccurrenceSubject, schemaOnlineForm, schemaOvernightParkingApprovalHours, schemaOvernightParkingRequest, schemaPatrolLog, schemaPatrolQuestion, schemaPatrolRoute, schemaPerson, schemaPlate, schemaPost, schemaPostFavorite, schemaServiceProvider, schemaServiceProviderBilling, schemaSiteCamera, schemaSiteFacility, schemaSiteFacilityBooking, schemaStatementOfAccount, schemaSubcategoryPreloved, schemaUnitBilling, schemaUpdateBuildingLevel, schemaUpdateBulletinBoard, schemaUpdateBulletinVideo, schemaUpdateCategoryPreloved, schemaUpdateDocumentManagement, schemaUpdateEntryPassSettings, schemaUpdateEventManagement, schemaUpdateFormEntry, schemaUpdateGuestManagement, schemaUpdateIncidentReport, schemaUpdateOccurrenceBook, schemaUpdateOccurrenceEntry, schemaUpdateOccurrenceSubject, schemaUpdateOnlineForm, schemaUpdateOptions, schemaUpdateOvernightParkingRequest, schemaUpdatePatrolLog, schemaUpdatePatrolQuestion, schemaUpdatePatrolRoute, schemaUpdatePerson, schemaUpdatePost, schemaUpdatePostFavorite, schemaUpdateServiceProviderBilling, schemaUpdateSiteBillingConfiguration, schemaUpdateSiteBillingItem, schemaUpdateSiteCamera, schemaUpdateSiteFacility, schemaUpdateSiteFacilityBooking, schemaUpdateSiteUnitBilling, schemaUpdateStatementOfAccount, schemaUpdateSubcategoryPreloved, schemaUpdateVisTrans, schemaVehicleTransaction, schemaVisitorTransaction, schemeCamera, schemeLogCamera, securityDashboardCollection, shiftSchema, siteSchema, site_people_namespace_collection, tokenSchema, updateRemarksStatusEod, updateRemarksisAcknowledged, updateSiteSchema, useAccessManagementController, useAddressRepo, useAttendanceController, useAttendanceRepository, useAttendanceSettingsController, useAttendanceSettingsRepository, useAttendanceSettingsService, useAuthController, useAuthControllerV2, useAuthService, useAuthServiceV2, useBuildingController, useBuildingLevelController, useBuildingLevelRepo, useBuildingLevelService, useBuildingRepo, useBuildingService, useBuildingUnitController, useBuildingUnitRepo, useBuildingUnitService, useBulletinBoardController, useBulletinBoardRepo, useBulletinBoardService, useBulletinVideoController, useBulletinVideoRepo, useBulletinVideoService, useCategoryPrelovedController, useCategoryPrelovedRepo, useChatController, useChatRepo, useCounterModel, useCounterRepo, useCustomerController, useCustomerRepo, useCustomerSiteController, useCustomerSiteRepo, useCustomerSiteService, useDahuaService, useDashboardController, useDashboardRepo, useDocumentManagementController, useDocumentManagementRepo, useDocumentManagementService, useEntryPassSettingsController, useEntryPassSettingsRepo, useEventManagementController, useEventManagementRepo, useEventManagementService, useFeedbackController, useFeedbackRepo, useFeedbackService, useFileController, useFileRepo, useFileService, useFormEntryController, useFormEntryRepo, useGuestManagementController, useGuestManagementRepo, useGuestManagementService, useHrmLabsAttendanceCtrl, useHrmLabsAttendanceSrvc, useIncidentReportController, useIncidentReportRepo, useIncidentReportService, useInvoiceController, useInvoiceModel, useInvoiceRepo, useManpowerDesignationCtrl, useManpowerDesignationRepo, useManpowerMonitoringCtrl, useManpowerMonitoringRepo, useManpowerMonitoringSrvc, useManpowerRemarkCtrl, useManpowerRemarksRepo, useManpowerSitesCtrl, useManpowerSitesRepo, useManpowerSitesSrvc, useMemberController, useMemberRepo, useNewDashboardController, useNewDashboardRepo, useNfcPatrolLogController, useNfcPatrolLogRepo, useNfcPatrolLogService, useNfcPatrolRouteController, useNfcPatrolRouteRepo, useNfcPatrolRouteService, useNfcPatrolSettingsController, useNfcPatrolSettingsRepository, useNfcPatrolSettingsService, useNfcPatrolTagController, useNfcPatrolTagRepo, useNfcPatrolTagService, useOccurrenceBookController, useOccurrenceBookRepo, useOccurrenceBookService, useOccurrenceEntryController, useOccurrenceEntryRepo, useOccurrenceEntryService, useOccurrenceSubjectController, useOccurrenceSubjectRepo, useOccurrenceSubjectService, useOnlineFormController, useOnlineFormRepo, useOrgController, useOrgControllerV2, useOrgRepo, useOvernightParkingController, useOvernightParkingRepo, useOvernightParkingRequestController, useOvernightParkingRequestRepo, useOvernightParkingRequestService, usePatrolLogController, usePatrolLogRepo, usePatrolQuestionController, usePatrolQuestionRepo, usePatrolRouteController, usePatrolRouteRepo, usePersonController, usePersonRepo, usePostFavoriteController, usePostFavoriteRepo, usePostFavoriteService, usePostPrelovedController, usePostPrelovedRepo, usePriceController, usePriceModel, usePriceRepo, usePromoCodeController, usePromoCodeRepo, useRedDotPaymentController, useRedDotPaymentRepo, useRedDotPaymentSvc, useRobotController, useRobotRepo, useRobotService, useRoleController, useRoleControllerV2, useRoleRepo, useRoleRepoV2, useRoleServiceV2, useServiceProviderBillingController, useServiceProviderBillingRepo, useServiceProviderBillingService, useServiceProviderController, useServiceProviderRepo, useSessionRepo, useSiteBillingConfigurationController, useSiteBillingConfigurationRepo, useSiteBillingItemController, useSiteBillingItemRepo, useSiteCameraController, useSiteCameraRepo, useSiteCameraService, useSiteController, useSiteFacilityBookingController, useSiteFacilityBookingRepo, useSiteFacilityBookingService, useSiteFacilityController, useSiteFacilityRepo, useSiteFacilityService, useSiteRepo, useSiteService, useSiteUnitBillingController, useSiteUnitBillingRepo, useSiteUnitBillingService, useStatementOfAccountController, useStatementOfAccountRepo, useSubcategoryPrelovedController, useSubcategoryPrelovedRepo, useSubscriptionController, useSubscriptionRepo, useSubscriptionService, useUserController, useUserControllerV2, useUserRepo, useUserRepoV2, useUserService, useUserServiceV2, useVehicleController, useVehicleRepo, useVehicleService, useVerificationController, useVerificationControllerV2, useVerificationRepo, useVerificationRepoV2, useVerificationService, useVerificationServiceV2, useVisitorTransactionController, useVisitorTransactionRepo, useVisitorTransactionService, useWorkOrderController, useWorkOrderRepo, useWorkOrderService, userSchema, vehicleSchema, vehicles_namespace_collection, visitors_namespace_collection, workOrderSchema, work_orders2_namespace_collection, work_orders_namespace_collection };
|
|
7320
|
+
export { ANPRMode, AccessTypeProps, AppServiceType, AssignCardConfig, BuildingLevelStatus, BuildingStatus, BulkCardUpdate, BulletinOrder, BulletinRecipient, BulletinSort, BulletinStatus, BulletinVideoOrder, BulletinVideoSort, Camera, CameraType, DEVICE_STATUS, DOBStatus, DayOfWeek, DynamicFormFields, EAccessCardTypes, EAccessCardUserTypes, EmailSender, EntryOrder, EntrySort, EventOrder, EventSort, EventStatus, EventType, FacilitySort, FacilityStatus, FormEntryStatus, GuestSort, GuestStatus, IAccessCard, IAccessCardTransaction, MAccessCard, MAccessCardTransaction, MAddress, MAttendance, MAttendanceSettings, MBillingConfiguration, MBillingItem, MBuilding, MBuildingLevel, MBuildingUnit, MBulletinBoard, MBulletinVideo, MCategoryPreloved, MChat, MChatPreloved, MCustomer, MCustomerSite, MDocumentManagement, MEntryPassSettings, MEventManagement, MFeedback, MFile, MFormEntry, MGuestManagement, MIncidentReport, MManpowerDesignations, MManpowerMonitoring, MManpowerRemarks, MManpowerSites, MMember, MNfcPatrolLog, MNfcPatrolRoute, MNfcPatrolSettings, MNfcPatrolSettingsUpdate, MNfcPatrolTag, MOccurrenceBook, MOccurrenceEntry, MOccurrenceSubject, MOnlineForm, MOrg, MOvernightParkingApprovalHours, MOvernightParkingRequest, MPatrolLog, MPatrolQuestion, MPatrolRoute, MPerson, MPost, MPostFavorite, MPromoCode, MRobot, MRole, MRoleV2, MServiceProvider, MServiceProviderBilling, MSession, MSite, MSiteCamera, MSiteFacility, MSiteFacilityBooking, MStatementOfAccount, MSubcategoryPreloved, MSubscription, MUnitBilling, MUser, MVehicle, MVehicleTransaction, MVerification, MVerificationV2, MVisitorTransaction, MWorkOrder, OrgNature, OvernightParkingRequestSort, OvernightParkingRequestStatus, PERSON_TYPES, PMDashboardCollection, PStatus, Period, PersonStatus, PersonType, PersonTypes, PostOrder, PostSort, PostStatus, QrTagProps, SiteAddress, SiteCategories, SiteStatus, SortFields, SortOrder, Status, SubjectOrder, SubjectSort, SubscriptionType, TAccessMngmntSettings, TActionStatus, TAddress, TAffectedEntities, TAffectedInjured, TAppServiceType, TApprovedBy, TApprover, TAttendance, TAttendanceCheckIn, TAttendanceCheckOut, TAttendanceCheckTime, TAttendanceLocation, TAttendanceSettings, TAttendanceSettingsGetBySite, TAuthorities, TAuthoritiesCalled, TBilling, TBillingConfiguration, TBillingItem, TBuilding, TBuildingLevel, TBuildingUnit, TBulletinBoard, TBulletinVideo, TCamera, TCategoryPreloved, TChat, TChatPreloved, TCheckPoint$1 as TCheckPoint, TComplaintInfo, TComplaintReceivedTo, TCounter, TCustomer, TCustomerSite, TDayNumber, TDaySchedule, TDefaultAccessCard, TDesignations, TDocs, TDocumentCreate, TDocumentManagement, TEntryPassSettings, TEventManagement, TFeedback, TFeedbackMetadata, TFeedbackUpdate, TFeedbackUpdateCategory, TFeedbackUpdateServiceProvider, TFeedbackUpdateStatus, TFeedbackUpdateToCompleted, TFile, TFiles, TFormEntry, TGetAttendancesByUserQuery, TGetAttendancesQuery, TGuestManagement, TIncidentInformation, TIncidentReport, TIncidentTypeAndTime, TInvoice, TKeyRef, TManpowerDesignations, TManpowerDesignationsUpdate, TManpowerMonitoring, TManpowerMonitoringUpdate, TManpowerRemarks, TManpowerRemarksStatusUpdate, TManpowerRemarksUpdate, TManpowerSearchFilter, TManpowerSites, TMember, TMemberUpdateStatus, TMessagePreloved, TMiniRole, TNfcPatrolLog, TNfcPatrolRoute, TNfcPatrolRouteEdit, TNfcPatrolSettings, TNfcPatrolSettingsGetBySite, TNfcPatrolSettingsUpdate, TNfcPatrolTag, TNfcPatrolTagConfigureReset, TNfcPatrolTagEdit, TNfcPatrolTagUpdateData, TOccurrenceBook, TOccurrenceEntry, TOccurrenceSubject, TOnlineForm, TOrg, TOvernightParkingApprovalHours, TOvernightParkingRequest, TPatrolLog, TPatrolQuestion, TPatrolRoute, TPerson, TPlaceOfIncident, TPlates, TPost, TPostFavorite, TPrice, TPriceType, TPromoCode, TPromoTier, TRecipientOfComplaint, TRemarks, TResident, TRobot, TRobotMetadata, TRole, TRoleV2, TRoute, TSOABillingItem, TSOAStatus, TServiceProvider, TServiceProviderBilling, TSession, TSessionCreate, TShifts, TSite, TSiteCamera, TSiteFacility, TSiteFacilityBooking, TSiteInfo, TSiteInformation, TSiteMetadata, TSiteUpdateBlock, TStatementOfAccount, TSubcategoryPreloved, TSubmissionForm, TSubscription, TUnitBilling, TUnits, TUpdateFormEntry, TUpdateName, TUser, TUserCreate, TVehicle, TVehicleTransaction, TVehicleUpdate, TVerification, TVerificationMetadata, TVerificationMetadataV2, TVerificationV2, TVisitorTransaction, TWorkOrder, TWorkOrderMetadata, TWorkOrderUpdate, TWorkOrderUpdateStatus, TWorkOrderUpdateToCompleted, TanyoneDamageToProperty, UseAccessManagementRepo, UserStatus, VehicleCategory, VehicleOrder, VehicleSort, VehicleStatus, VehicleType, VerificationLinkType, VerificationStatus, VerificationSubjectType, VerificationType, VisitorSort, VisitorStatus, addressSchema, allowedFieldsSite, allowedNatures, attendanceSchema, attendanceSettingsSchema, building_level_namespace_collection, building_units_namespace_collection, buildings_namespace_collection, bulletin_boards_namespace_collection, calculatePercentage, chatSchema, createManpowerRemarksDaily, customerSchema, designationsSchema, events_namespace_collection, facility_bookings_namespace_collection, feedbackSchema, feedbacks2_namespace_collection, feedbacks_namespace_collection, formatDahuaDate, getPeriodRangeWithPrevious, guests_namespace_collection, incidentReport, incidentReportLog, incidents_namespace_collection, landscapeDashboardCollection, logCamera, mAndEDashboardCollection, manpowerDesignationsSchema, manpowerEvents, manpowerMonitoringSchema, manpowerRemarksSchema, manpowerSitesSchema, nfcPatrolSettingsSchema, nfcPatrolSettingsSchemaUpdate, occurrence_book_namespace_collection, online_forms_namespace_collection, orgSchema, overnight_parking_requests_namespace_collection, parseDahuaFind, pestDashboardCollection, poolDashboardCollection, promoCodeSchema, remarksSchema, robotSchema, schema, schemaApprovedBy, schemaApprover, schemaBilling, schemaBillingConfiguration, schemaBillingItem, schemaBuilding, schemaBuildingLevel, schemaBuildingUnit, schemaBuildingUpdateOptions, schemaBulletinBoard, schemaBulletinVideo, schemaCategoryPreloved, schemaChatPreloved, schemaCustomerSite, schemaDocumentManagement, schemaEntryPassSettings, schemaEventManagement, schemaFiles, schemaFormEntry, schemaGuestManagement, schemaIncidentReport, schemaMultipleDocumentManagement, schemaNfcPatrolLog, schemaNfcPatrolRoute, schemaNfcPatrolTag, schemaNfcPatrolTagUpdateData, schemaOccurrenceBook, schemaOccurrenceEntry, schemaOccurrenceSubject, schemaOnlineForm, schemaOvernightParkingApprovalHours, schemaOvernightParkingRequest, schemaPatrolLog, schemaPatrolQuestion, schemaPatrolRoute, schemaPerson, schemaPlate, schemaPost, schemaPostFavorite, schemaServiceProvider, schemaServiceProviderBilling, schemaSiteCamera, schemaSiteFacility, schemaSiteFacilityBooking, schemaStatementOfAccount, schemaSubcategoryPreloved, schemaUnitBilling, schemaUpdateBuildingLevel, schemaUpdateBulletinBoard, schemaUpdateBulletinVideo, schemaUpdateCategoryPreloved, schemaUpdateChatPreloved, schemaUpdateDocumentManagement, schemaUpdateEntryPassSettings, schemaUpdateEventManagement, schemaUpdateFormEntry, schemaUpdateGuestManagement, schemaUpdateIncidentReport, schemaUpdateOccurrenceBook, schemaUpdateOccurrenceEntry, schemaUpdateOccurrenceSubject, schemaUpdateOnlineForm, schemaUpdateOptions, schemaUpdateOvernightParkingRequest, schemaUpdatePatrolLog, schemaUpdatePatrolQuestion, schemaUpdatePatrolRoute, schemaUpdatePerson, schemaUpdatePost, schemaUpdatePostFavorite, schemaUpdateServiceProviderBilling, schemaUpdateSiteBillingConfiguration, schemaUpdateSiteBillingItem, schemaUpdateSiteCamera, schemaUpdateSiteFacility, schemaUpdateSiteFacilityBooking, schemaUpdateSiteUnitBilling, schemaUpdateStatementOfAccount, schemaUpdateSubcategoryPreloved, schemaUpdateVisTrans, schemaVehicleTransaction, schemaVisitorTransaction, schemeCamera, schemeLogCamera, securityDashboardCollection, shiftSchema, siteSchema, site_people_namespace_collection, tokenSchema, updateRemarksStatusEod, updateRemarksisAcknowledged, updateSiteSchema, useAccessManagementController, useAddressRepo, useAttendanceController, useAttendanceRepository, useAttendanceSettingsController, useAttendanceSettingsRepository, useAttendanceSettingsService, useAuthController, useAuthControllerV2, useAuthService, useAuthServiceV2, useBuildingController, useBuildingLevelController, useBuildingLevelRepo, useBuildingLevelService, useBuildingRepo, useBuildingService, useBuildingUnitController, useBuildingUnitRepo, useBuildingUnitService, useBulletinBoardController, useBulletinBoardRepo, useBulletinBoardService, useBulletinVideoController, useBulletinVideoRepo, useBulletinVideoService, useCategoryPrelovedController, useCategoryPrelovedRepo, useChatController, useChatPrelovedController, useChatPrelovedRepo, useChatRepo, useCounterModel, useCounterRepo, useCustomerController, useCustomerRepo, useCustomerSiteController, useCustomerSiteRepo, useCustomerSiteService, useDahuaService, useDashboardController, useDashboardRepo, useDocumentManagementController, useDocumentManagementRepo, useDocumentManagementService, useEntryPassSettingsController, useEntryPassSettingsRepo, useEventManagementController, useEventManagementRepo, useEventManagementService, useFeedbackController, useFeedbackRepo, useFeedbackService, useFileController, useFileRepo, useFileService, useFormEntryController, useFormEntryRepo, useGuestManagementController, useGuestManagementRepo, useGuestManagementService, useHrmLabsAttendanceCtrl, useHrmLabsAttendanceSrvc, useIncidentReportController, useIncidentReportRepo, useIncidentReportService, useInvoiceController, useInvoiceModel, useInvoiceRepo, useManpowerDesignationCtrl, useManpowerDesignationRepo, useManpowerMonitoringCtrl, useManpowerMonitoringRepo, useManpowerMonitoringSrvc, useManpowerRemarkCtrl, useManpowerRemarksRepo, useManpowerSitesCtrl, useManpowerSitesRepo, useManpowerSitesSrvc, useMemberController, useMemberRepo, useNewDashboardController, useNewDashboardRepo, useNfcPatrolLogController, useNfcPatrolLogRepo, useNfcPatrolLogService, useNfcPatrolRouteController, useNfcPatrolRouteRepo, useNfcPatrolRouteService, useNfcPatrolSettingsController, useNfcPatrolSettingsRepository, useNfcPatrolSettingsService, useNfcPatrolTagController, useNfcPatrolTagRepo, useNfcPatrolTagService, useOccurrenceBookController, useOccurrenceBookRepo, useOccurrenceBookService, useOccurrenceEntryController, useOccurrenceEntryRepo, useOccurrenceEntryService, useOccurrenceSubjectController, useOccurrenceSubjectRepo, useOccurrenceSubjectService, useOnlineFormController, useOnlineFormRepo, useOrgController, useOrgControllerV2, useOrgRepo, useOvernightParkingController, useOvernightParkingRepo, useOvernightParkingRequestController, useOvernightParkingRequestRepo, useOvernightParkingRequestService, usePatrolLogController, usePatrolLogRepo, usePatrolQuestionController, usePatrolQuestionRepo, usePatrolRouteController, usePatrolRouteRepo, usePersonController, usePersonRepo, usePostFavoriteController, usePostFavoriteRepo, usePostFavoriteService, usePostPrelovedController, usePostPrelovedRepo, usePriceController, usePriceModel, usePriceRepo, usePromoCodeController, usePromoCodeRepo, useRedDotPaymentController, useRedDotPaymentRepo, useRedDotPaymentSvc, useRobotController, useRobotRepo, useRobotService, useRoleController, useRoleControllerV2, useRoleRepo, useRoleRepoV2, useRoleServiceV2, useServiceProviderBillingController, useServiceProviderBillingRepo, useServiceProviderBillingService, useServiceProviderController, useServiceProviderRepo, useSessionRepo, useSiteBillingConfigurationController, useSiteBillingConfigurationRepo, useSiteBillingItemController, useSiteBillingItemRepo, useSiteCameraController, useSiteCameraRepo, useSiteCameraService, useSiteController, useSiteFacilityBookingController, useSiteFacilityBookingRepo, useSiteFacilityBookingService, useSiteFacilityController, useSiteFacilityRepo, useSiteFacilityService, useSiteRepo, useSiteService, useSiteUnitBillingController, useSiteUnitBillingRepo, useSiteUnitBillingService, useStatementOfAccountController, useStatementOfAccountRepo, useSubcategoryPrelovedController, useSubcategoryPrelovedRepo, useSubscriptionController, useSubscriptionRepo, useSubscriptionService, useUserController, useUserControllerV2, useUserRepo, useUserRepoV2, useUserService, useUserServiceV2, useVehicleController, useVehicleRepo, useVehicleService, useVerificationController, useVerificationControllerV2, useVerificationRepo, useVerificationRepoV2, useVerificationService, useVerificationServiceV2, useVisitorTransactionController, useVisitorTransactionRepo, useVisitorTransactionService, useWorkOrderController, useWorkOrderRepo, useWorkOrderService, userSchema, vehicleSchema, vehicles_namespace_collection, visitors_namespace_collection, workOrderSchema, work_orders2_namespace_collection, work_orders_namespace_collection };
|