@7365admin1/core 2.60.0 → 2.62.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/index.d.ts +33 -1
- package/dist/index.js +847 -37
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +880 -70
- package/dist/index.mjs.map +1 -1
- package/dist/public/handlebars/user-invite.hbs +157 -67
- package/package.json +1 -1
|
@@ -3,16 +3,15 @@
|
|
|
3
3
|
position: relative;
|
|
4
4
|
max-width: 600px;
|
|
5
5
|
margin: 0 auto;
|
|
6
|
-
background: #
|
|
6
|
+
background: #0d1220;
|
|
7
7
|
padding: 40px;
|
|
8
8
|
border-radius: 16px;
|
|
9
|
-
|
|
10
|
-
color: #ddd;
|
|
9
|
+
color: #ffffff;
|
|
11
10
|
font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
|
|
12
11
|
overflow: hidden;
|
|
13
12
|
"
|
|
14
13
|
>
|
|
15
|
-
|
|
14
|
+
<!-- background -->
|
|
16
15
|
<img
|
|
17
16
|
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/email-background.png?quality=lossless"
|
|
18
17
|
alt=""
|
|
@@ -20,94 +19,192 @@
|
|
|
20
19
|
position: absolute;
|
|
21
20
|
top: 0;
|
|
22
21
|
right: 0;
|
|
23
|
-
width:
|
|
24
|
-
|
|
22
|
+
width: 320px;
|
|
23
|
+
opacity: 0.9;
|
|
25
24
|
z-index: 0;
|
|
26
|
-
opacity: 1;
|
|
27
25
|
"
|
|
28
26
|
/>
|
|
29
27
|
|
|
30
28
|
<div style="position: relative; z-index: 1">
|
|
31
|
-
<!--
|
|
32
|
-
<div style="
|
|
29
|
+
<!-- LOGO -->
|
|
30
|
+
<div style="margin-bottom: 30px">
|
|
33
31
|
<img
|
|
34
32
|
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/seven365-logo.png"
|
|
35
33
|
alt="Seven365 Logo"
|
|
36
|
-
style="height:
|
|
34
|
+
style="height: 52px"
|
|
37
35
|
/>
|
|
38
36
|
</div>
|
|
39
37
|
|
|
40
|
-
<!--
|
|
41
|
-
<div style="
|
|
42
|
-
<h2
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
38
|
+
<!-- TITLE -->
|
|
39
|
+
<div style="margin-bottom: 28px">
|
|
40
|
+
<h2
|
|
41
|
+
style="
|
|
42
|
+
margin: 0;
|
|
43
|
+
font-size: 34px;
|
|
44
|
+
line-height: 1.3;
|
|
45
|
+
font-weight: 600;
|
|
46
|
+
color: #ffffff;
|
|
47
|
+
"
|
|
48
|
+
>
|
|
49
|
+
You're Invited to Join Seven365
|
|
46
50
|
</h2>
|
|
47
51
|
</div>
|
|
48
52
|
|
|
49
|
-
<!--
|
|
50
|
-
<div
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
<!-- CONTENT -->
|
|
54
|
+
<div
|
|
55
|
+
style="
|
|
56
|
+
font-size: 16px;
|
|
57
|
+
line-height: 1.9;
|
|
58
|
+
color: #e6e6e6;
|
|
59
|
+
"
|
|
60
|
+
>
|
|
61
|
+
<p style="margin-top: 0">
|
|
62
|
+
<strong>Hi {{email}},</strong>
|
|
63
|
+
</p>
|
|
64
|
+
|
|
65
|
+
<p>
|
|
66
|
+
Good day!
|
|
67
|
+
</p>
|
|
68
|
+
|
|
69
|
+
<p>
|
|
70
|
+
We're excited to invite you to join our platform and get started with
|
|
71
|
+
managing your organization more efficiently.
|
|
72
|
+
</p>
|
|
73
|
+
|
|
74
|
+
<p>
|
|
75
|
+
As part of this invitation, your organization has been pre-approved by
|
|
76
|
+
our Super Admin. To begin, simply click the link below and complete your
|
|
77
|
+
sign-up:
|
|
56
78
|
</p>
|
|
79
|
+
|
|
80
|
+
<!-- APP LIST -->
|
|
81
|
+
<div style="margin: 28px 0">
|
|
82
|
+
<p style="margin-bottom: 14px">
|
|
83
|
+
Your organization has access to the following Seven365 Applications:
|
|
84
|
+
</p>
|
|
85
|
+
|
|
86
|
+
<ul
|
|
87
|
+
style="
|
|
88
|
+
padding-left: 20px;
|
|
89
|
+
margin: 0;
|
|
90
|
+
line-height: 2;
|
|
91
|
+
"
|
|
92
|
+
>
|
|
93
|
+
{{#if hasPropertyManagement}}
|
|
94
|
+
<li>
|
|
95
|
+
Property Management (iMA365)
|
|
96
|
+
</li>
|
|
97
|
+
{{/if}}
|
|
98
|
+
|
|
99
|
+
{{#if hasSecurity}}
|
|
100
|
+
<li>
|
|
101
|
+
Security (iSecurity365)
|
|
102
|
+
</li>
|
|
103
|
+
{{/if}}
|
|
104
|
+
|
|
105
|
+
{{#if hasCleaning}}
|
|
106
|
+
<li>
|
|
107
|
+
Cleaning (iHygiene365)
|
|
108
|
+
</li>
|
|
109
|
+
{{/if}}
|
|
110
|
+
|
|
111
|
+
{{#if hasMechanical}}
|
|
112
|
+
<li>
|
|
113
|
+
Mechanical and Electrical (iM&E365)
|
|
114
|
+
</li>
|
|
115
|
+
{{/if}}
|
|
116
|
+
|
|
117
|
+
{{#if hasLandscape}}
|
|
118
|
+
<li>
|
|
119
|
+
Landscape (iGarden365)
|
|
120
|
+
</li>
|
|
121
|
+
{{/if}}
|
|
122
|
+
|
|
123
|
+
{{#if hasPestControl}}
|
|
124
|
+
<li>
|
|
125
|
+
Pest Control (iPest365)
|
|
126
|
+
</li>
|
|
127
|
+
{{/if}}
|
|
128
|
+
|
|
129
|
+
{{#if hasPoolMaintenance}}
|
|
130
|
+
<li>
|
|
131
|
+
Pool Maintenance (iPool365)
|
|
132
|
+
</li>
|
|
133
|
+
{{/if}}
|
|
134
|
+
</ul>
|
|
135
|
+
</div>
|
|
57
136
|
</div>
|
|
58
137
|
|
|
59
|
-
<!--
|
|
60
|
-
<div style="
|
|
138
|
+
<!-- BUTTON -->
|
|
139
|
+
<div style="margin: 36px 0">
|
|
61
140
|
<a
|
|
62
141
|
href="{{link}}"
|
|
63
142
|
target="_blank"
|
|
64
143
|
style="
|
|
65
|
-
background: #
|
|
66
|
-
color: #
|
|
67
|
-
padding: 14px 38px;
|
|
144
|
+
background: #ef3b2d;
|
|
145
|
+
color: #ffffff;
|
|
68
146
|
text-decoration: none;
|
|
69
|
-
|
|
70
|
-
|
|
147
|
+
padding: 14px 60px;
|
|
148
|
+
border-radius: 8px;
|
|
71
149
|
display: inline-block;
|
|
150
|
+
font-size: 16px;
|
|
151
|
+
font-weight: 600;
|
|
72
152
|
"
|
|
73
153
|
>
|
|
74
|
-
|
|
154
|
+
Sign Up
|
|
75
155
|
</a>
|
|
76
156
|
</div>
|
|
77
157
|
|
|
78
|
-
<!--
|
|
79
|
-
<div
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
158
|
+
<!-- EXTRA -->
|
|
159
|
+
<div
|
|
160
|
+
style="
|
|
161
|
+
font-size: 15px;
|
|
162
|
+
line-height: 1.9;
|
|
163
|
+
color: #e6e6e6;
|
|
164
|
+
"
|
|
165
|
+
>
|
|
166
|
+
<p>
|
|
167
|
+
Once you register using your invited email address, you will
|
|
168
|
+
automatically be linked to your organization—no need to wait for
|
|
169
|
+
approval.
|
|
170
|
+
</p>
|
|
171
|
+
|
|
172
|
+
<p>
|
|
173
|
+
What you can do after signing up:
|
|
174
|
+
</p>
|
|
175
|
+
|
|
176
|
+
<ul
|
|
177
|
+
style="
|
|
178
|
+
padding-left: 20px;
|
|
179
|
+
line-height: 2;
|
|
180
|
+
"
|
|
181
|
+
>
|
|
182
|
+
<li>Set up your organization details</li>
|
|
183
|
+
<li>Create and manage sites/properties</li>
|
|
184
|
+
<li>Assign roles and permissions</li>
|
|
185
|
+
<li>Invite your team members</li>
|
|
186
|
+
</ul>
|
|
187
|
+
|
|
188
|
+
<p>
|
|
189
|
+
If you have any questions or need assistance during setup, feel free to
|
|
190
|
+
reach out to us anytime.
|
|
83
191
|
</p>
|
|
84
192
|
|
|
85
|
-
<p
|
|
86
|
-
|
|
87
|
-
<a
|
|
88
|
-
href="mailto:contact@seven365.com.sg"
|
|
89
|
-
style="color: #1e90ff"
|
|
90
|
-
>contact@seven365.com.sg</a>
|
|
193
|
+
<p>
|
|
194
|
+
We look forward to having you onboard!
|
|
91
195
|
</p>
|
|
92
196
|
|
|
93
|
-
<p style="
|
|
94
|
-
|
|
95
|
-
|
|
197
|
+
<p style="margin-top: 32px">
|
|
198
|
+
Best regards,<br />
|
|
199
|
+
Seven365 Team
|
|
96
200
|
</p>
|
|
97
201
|
</div>
|
|
98
202
|
|
|
99
|
-
<!--
|
|
100
|
-
<div style="
|
|
101
|
-
<!-- <a href="#" style="margin: 0 10px; text-decoration: none">
|
|
102
|
-
<img
|
|
103
|
-
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/facebook-icon.png"
|
|
104
|
-
alt="Facebook"
|
|
105
|
-
style="cursor: pointer"
|
|
106
|
-
/>
|
|
107
|
-
</a> -->
|
|
203
|
+
<!-- SOCIAL -->
|
|
204
|
+
<div style="margin-top: 36px">
|
|
108
205
|
<a
|
|
109
206
|
href="https://www.linkedin.com/company/seven365-pte-ltd/"
|
|
110
|
-
style="
|
|
207
|
+
style="text-decoration: none"
|
|
111
208
|
>
|
|
112
209
|
<img
|
|
113
210
|
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/linkedin-icon.png"
|
|
@@ -115,25 +212,18 @@
|
|
|
115
212
|
style="cursor: pointer"
|
|
116
213
|
/>
|
|
117
214
|
</a>
|
|
118
|
-
<!-- <a href="#" style="margin: 0 10px; text-decoration: none">
|
|
119
|
-
<img
|
|
120
|
-
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/twitter-icon.png"
|
|
121
|
-
alt="Twitter"
|
|
122
|
-
style="cursor: pointer"
|
|
123
|
-
/>
|
|
124
|
-
</a> -->
|
|
125
215
|
</div>
|
|
126
216
|
|
|
127
|
-
<!--
|
|
217
|
+
<!-- FOOTER -->
|
|
128
218
|
<div
|
|
129
219
|
style="
|
|
130
220
|
margin-top: 40px;
|
|
131
|
-
|
|
132
|
-
color: #fafafa;
|
|
133
|
-
text-align: center;
|
|
134
|
-
background-color: #343a45;
|
|
221
|
+
background: #2f3442;
|
|
135
222
|
padding: 18px;
|
|
136
223
|
border-radius: 8px;
|
|
224
|
+
text-align: center;
|
|
225
|
+
font-size: 13px;
|
|
226
|
+
color: #f1f1f1;
|
|
137
227
|
"
|
|
138
228
|
>
|
|
139
229
|
You're receiving this email because you are a subscriber of Seven365.
|