@7365admin1/core 3.17.0 → 3.19.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 +20 -10
- package/dist/index.js +908 -612
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +899 -603
- package/dist/index.mjs.map +1 -1
- package/dist/public/handlebars/service-provider-create-org.hbs +123 -85
- package/dist/public/handlebars/service-provider-invite.hbs +175 -89
- package/package.json +1 -1
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
overflow: hidden;
|
|
13
13
|
"
|
|
14
14
|
>
|
|
15
|
-
|
|
16
15
|
<img
|
|
17
16
|
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/email-background.png?quality=lossless"
|
|
18
17
|
alt=""
|
|
@@ -23,124 +22,163 @@
|
|
|
23
22
|
width: 300px;
|
|
24
23
|
height: auto;
|
|
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
|
-
|
|
29
|
+
|
|
30
|
+
<!-- Logo -->
|
|
31
|
+
<div style="margin-bottom: 32px;">
|
|
33
32
|
<img
|
|
34
33
|
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/seven365-logo.png"
|
|
35
|
-
alt="Seven365
|
|
36
|
-
style="height:
|
|
34
|
+
alt="Seven365"
|
|
35
|
+
style="height:50px"
|
|
37
36
|
/>
|
|
38
37
|
</div>
|
|
39
38
|
|
|
40
|
-
<!--
|
|
41
|
-
<
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
39
|
+
<!-- Title -->
|
|
40
|
+
<h2
|
|
41
|
+
style="
|
|
42
|
+
margin:0 0 32px;
|
|
43
|
+
color:#ffffff;
|
|
44
|
+
font-size:34px;
|
|
45
|
+
font-weight:400;
|
|
46
|
+
line-height:1.3;
|
|
47
|
+
"
|
|
48
|
+
>
|
|
49
|
+
You're Invited to Join
|
|
50
|
+
<br />
|
|
51
|
+
{{orgName}}
|
|
52
|
+
</h2>
|
|
48
53
|
|
|
49
|
-
<!--
|
|
50
|
-
<
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
54
|
+
<!-- Greeting -->
|
|
55
|
+
<p style="color:#ffffff;font-size:18px;">
|
|
56
|
+
Hi {{email}},
|
|
57
|
+
</p>
|
|
58
|
+
|
|
59
|
+
<p
|
|
60
|
+
style="
|
|
61
|
+
color:#ffffff;
|
|
62
|
+
font-size:16px;
|
|
63
|
+
line-height:28px;
|
|
64
|
+
"
|
|
65
|
+
>
|
|
66
|
+
You've been invited by
|
|
67
|
+
<strong>{{orgName}}</strong>
|
|
68
|
+
to join as their
|
|
69
|
+
<strong>Service Provider</strong>.
|
|
70
|
+
</p>
|
|
71
|
+
|
|
72
|
+
<p
|
|
73
|
+
style="
|
|
74
|
+
color:#ffffff;
|
|
75
|
+
font-size:16px;
|
|
76
|
+
line-height:28px;
|
|
77
|
+
"
|
|
78
|
+
>
|
|
79
|
+
To get started, simply sign in using this email address:
|
|
80
|
+
</p>
|
|
62
81
|
|
|
63
|
-
|
|
64
|
-
|
|
82
|
+
<p
|
|
83
|
+
style="
|
|
84
|
+
color:#4DA3FF;
|
|
85
|
+
font-size:16px;
|
|
86
|
+
margin-bottom:36px;
|
|
87
|
+
"
|
|
88
|
+
>
|
|
89
|
+
{{email}}
|
|
90
|
+
</p>
|
|
91
|
+
|
|
92
|
+
<!-- Button -->
|
|
93
|
+
<div style="margin-bottom:40px;">
|
|
65
94
|
<a
|
|
66
95
|
href="{{link}}"
|
|
67
96
|
target="_blank"
|
|
68
97
|
style="
|
|
69
|
-
background
|
|
70
|
-
color
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
border-radius:
|
|
74
|
-
|
|
75
|
-
|
|
98
|
+
background:#EF2B2A;
|
|
99
|
+
color:#ffffff;
|
|
100
|
+
text-decoration:none;
|
|
101
|
+
padding:15px 42px;
|
|
102
|
+
border-radius:8px;
|
|
103
|
+
display:inline-block;
|
|
104
|
+
font-size:16px;
|
|
105
|
+
font-weight:600;
|
|
76
106
|
"
|
|
77
107
|
>
|
|
78
|
-
|
|
108
|
+
Accept Invitation
|
|
79
109
|
</a>
|
|
80
110
|
</div>
|
|
81
111
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
112
|
+
<p
|
|
113
|
+
style="
|
|
114
|
+
color:#ffffff;
|
|
115
|
+
font-size:15px;
|
|
116
|
+
line-height:28px;
|
|
117
|
+
"
|
|
118
|
+
>
|
|
119
|
+
If you already have an account using this email address,
|
|
120
|
+
simply sign in and you'll automatically gain access to
|
|
121
|
+
<strong>{{orgName}}</strong>.
|
|
122
|
+
</p>
|
|
123
|
+
|
|
124
|
+
<p
|
|
125
|
+
style="
|
|
126
|
+
color:#ffffff;
|
|
127
|
+
font-size:15px;
|
|
128
|
+
line-height:28px;
|
|
129
|
+
"
|
|
130
|
+
>
|
|
131
|
+
If you have any questions or need assistance,
|
|
132
|
+
please contact your organization administrator.
|
|
133
|
+
</p>
|
|
88
134
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
135
|
+
<p
|
|
136
|
+
style="
|
|
137
|
+
color:#ffffff;
|
|
138
|
+
font-size:15px;
|
|
139
|
+
line-height:28px;
|
|
140
|
+
margin-top:36px;
|
|
141
|
+
"
|
|
142
|
+
>
|
|
143
|
+
We're excited to have you join the team!
|
|
144
|
+
</p>
|
|
96
145
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
146
|
+
<p
|
|
147
|
+
style="
|
|
148
|
+
color:#ffffff;
|
|
149
|
+
font-size:15px;
|
|
150
|
+
line-height:28px;
|
|
151
|
+
"
|
|
152
|
+
>
|
|
153
|
+
Best regards,<br />
|
|
154
|
+
Seven365 Team
|
|
155
|
+
</p>
|
|
102
156
|
|
|
103
|
-
<!--
|
|
104
|
-
<div style="
|
|
105
|
-
|
|
106
|
-
<img
|
|
107
|
-
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/facebook-icon.png"
|
|
108
|
-
alt="Facebook"
|
|
109
|
-
style="cursor: pointer"
|
|
110
|
-
/>
|
|
111
|
-
</a> -->
|
|
112
|
-
<a
|
|
113
|
-
href="https://www.linkedin.com/company/seven365-pte-ltd/"
|
|
114
|
-
style="margin: 0 10px; text-decoration: none"
|
|
115
|
-
>
|
|
157
|
+
<!-- LinkedIn -->
|
|
158
|
+
<div style="margin-top:36px;">
|
|
159
|
+
<a href="https://www.linkedin.com/company/seven365-pte-ltd/">
|
|
116
160
|
<img
|
|
117
161
|
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/linkedin-icon.png"
|
|
118
162
|
alt="LinkedIn"
|
|
119
|
-
style="cursor: pointer"
|
|
120
163
|
/>
|
|
121
164
|
</a>
|
|
122
|
-
<!-- <a href="#" style="margin: 0 10px; text-decoration: none">
|
|
123
|
-
<img
|
|
124
|
-
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/twitter-icon.png"
|
|
125
|
-
alt="Twitter"
|
|
126
|
-
style="cursor: pointer"
|
|
127
|
-
/>
|
|
128
|
-
</a> -->
|
|
129
165
|
</div>
|
|
130
166
|
|
|
131
|
-
<!--
|
|
167
|
+
<!-- Footer -->
|
|
132
168
|
<div
|
|
133
169
|
style="
|
|
134
|
-
margin-top:
|
|
135
|
-
|
|
136
|
-
color
|
|
137
|
-
text-align:
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
170
|
+
margin-top:40px;
|
|
171
|
+
background:#343A45;
|
|
172
|
+
color:#ffffff;
|
|
173
|
+
text-align:center;
|
|
174
|
+
padding:18px;
|
|
175
|
+
border-radius:8px;
|
|
176
|
+
font-size:14px;
|
|
141
177
|
"
|
|
142
178
|
>
|
|
143
|
-
You're receiving this email because you
|
|
179
|
+
You're receiving this email because you were invited to join a
|
|
180
|
+
Seven365 organization.
|
|
144
181
|
</div>
|
|
182
|
+
|
|
145
183
|
</div>
|
|
146
184
|
</div>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
overflow: hidden;
|
|
13
13
|
"
|
|
14
14
|
>
|
|
15
|
-
|
|
15
|
+
<!-- Background -->
|
|
16
16
|
<img
|
|
17
17
|
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/email-background.png?quality=lossless"
|
|
18
18
|
alt=""
|
|
@@ -23,122 +23,208 @@
|
|
|
23
23
|
width: 300px;
|
|
24
24
|
height: auto;
|
|
25
25
|
z-index: 0;
|
|
26
|
-
opacity: 1;
|
|
27
26
|
"
|
|
28
27
|
/>
|
|
29
28
|
|
|
30
29
|
<div style="position: relative; z-index: 1">
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
|
|
31
|
+
<!-- Logo -->
|
|
32
|
+
<div style="margin-bottom: 32px;">
|
|
33
33
|
<img
|
|
34
34
|
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/seven365-logo.png"
|
|
35
35
|
alt="Seven365 Logo"
|
|
36
|
-
style="height: 50px"
|
|
36
|
+
style="height: 50px;"
|
|
37
37
|
/>
|
|
38
38
|
</div>
|
|
39
39
|
|
|
40
|
-
<!--
|
|
41
|
-
<
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
40
|
+
<!-- Title -->
|
|
41
|
+
<h2
|
|
42
|
+
style="
|
|
43
|
+
margin: 0 0 32px;
|
|
44
|
+
color: #ffffff;
|
|
45
|
+
font-size: 18px;
|
|
46
|
+
font-weight: 700;
|
|
47
|
+
line-height: 1.4;
|
|
48
|
+
"
|
|
49
|
+
>
|
|
50
|
+
You're Invited to Join Seven365
|
|
51
|
+
</h2>
|
|
48
52
|
|
|
49
|
-
<!--
|
|
50
|
-
<
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
53
|
+
<!-- Greeting -->
|
|
54
|
+
<p
|
|
55
|
+
style="
|
|
56
|
+
color: #ffffff;
|
|
57
|
+
font-size: 16px;
|
|
58
|
+
margin-bottom: 28px;
|
|
59
|
+
"
|
|
60
|
+
>
|
|
61
|
+
Hi {{email}},
|
|
62
|
+
</p>
|
|
63
|
+
|
|
64
|
+
<!-- Body -->
|
|
65
|
+
<p
|
|
66
|
+
style="
|
|
67
|
+
color: #ffffff;
|
|
68
|
+
font-size: 16px;
|
|
69
|
+
line-height: 28px;
|
|
70
|
+
margin: 0 0 18px;
|
|
71
|
+
"
|
|
72
|
+
>
|
|
73
|
+
Good day!
|
|
74
|
+
</p>
|
|
60
75
|
|
|
61
|
-
|
|
62
|
-
|
|
76
|
+
<p
|
|
77
|
+
style="
|
|
78
|
+
color: #ffffff;
|
|
79
|
+
font-size: 16px;
|
|
80
|
+
line-height: 28px;
|
|
81
|
+
margin: 0 0 22px;
|
|
82
|
+
"
|
|
83
|
+
>
|
|
84
|
+
We're excited to invite you to join our platform and get started with
|
|
85
|
+
managing your organization more efficiently.
|
|
86
|
+
</p>
|
|
87
|
+
|
|
88
|
+
<p
|
|
89
|
+
style="
|
|
90
|
+
color: #ffffff;
|
|
91
|
+
font-size: 16px;
|
|
92
|
+
line-height: 28px;
|
|
93
|
+
margin: 0 0 28px;
|
|
94
|
+
"
|
|
95
|
+
>
|
|
96
|
+
As part of this invitation, your organization has been pre-approved by
|
|
97
|
+
our Super Admin. To begin, simply click the link below and complete your
|
|
98
|
+
sign-up.
|
|
99
|
+
</p>
|
|
100
|
+
|
|
101
|
+
<p
|
|
102
|
+
style="
|
|
103
|
+
color: #ffffff;
|
|
104
|
+
font-size: 16px;
|
|
105
|
+
line-height: 28px;
|
|
106
|
+
margin: 0 0 12px;
|
|
107
|
+
"
|
|
108
|
+
>
|
|
109
|
+
Your organization has access to the following Seven365 Applications:
|
|
110
|
+
</p>
|
|
111
|
+
|
|
112
|
+
<ul
|
|
113
|
+
style="
|
|
114
|
+
margin: 0 0 34px;
|
|
115
|
+
padding-left: 20px;
|
|
116
|
+
color: #ffffff;
|
|
117
|
+
font-size: 15px;
|
|
118
|
+
line-height: 28px;
|
|
119
|
+
"
|
|
120
|
+
>
|
|
121
|
+
<li>Security (iSecurity365)</li>
|
|
122
|
+
</ul>
|
|
123
|
+
|
|
124
|
+
<!-- Button -->
|
|
125
|
+
<div style="margin: 36px 0;">
|
|
63
126
|
<a
|
|
64
127
|
href="{{link}}"
|
|
65
128
|
target="_blank"
|
|
66
129
|
style="
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
130
|
+
display: inline-block;
|
|
131
|
+
background: #ef2b2a;
|
|
132
|
+
color: #ffffff;
|
|
70
133
|
text-decoration: none;
|
|
134
|
+
padding: 14px 60px;
|
|
71
135
|
border-radius: 6px;
|
|
72
136
|
font-size: 16px;
|
|
73
|
-
|
|
137
|
+
font-weight: 500;
|
|
74
138
|
"
|
|
75
139
|
>
|
|
76
|
-
|
|
140
|
+
Sign Up
|
|
77
141
|
</a>
|
|
78
142
|
</div>
|
|
79
143
|
|
|
80
|
-
<!--
|
|
81
|
-
<
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
</p>
|
|
94
|
-
|
|
95
|
-
<p style="font-size: 14px; margin-top: 30px; color: #fafafa">
|
|
96
|
-
Welcome aboard!<br />
|
|
97
|
-
<strong>iService365 Support Team</strong>
|
|
98
|
-
</p>
|
|
99
|
-
</div>
|
|
144
|
+
<!-- Bottom -->
|
|
145
|
+
<p
|
|
146
|
+
style="
|
|
147
|
+
color: #ffffff;
|
|
148
|
+
font-size: 15px;
|
|
149
|
+
line-height: 28px;
|
|
150
|
+
margin-bottom: 18px;
|
|
151
|
+
"
|
|
152
|
+
>
|
|
153
|
+
Once you register using your invited email address, you will
|
|
154
|
+
automatically be linked to your organization—no need to wait for
|
|
155
|
+
approval.
|
|
156
|
+
</p>
|
|
100
157
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
href="https://www.linkedin.com/company/seven365-pte-ltd/"
|
|
112
|
-
style="margin: 0 10px; text-decoration: none"
|
|
113
|
-
>
|
|
114
|
-
<img
|
|
115
|
-
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/linkedin-icon.png"
|
|
116
|
-
alt="LinkedIn"
|
|
117
|
-
style="cursor: pointer"
|
|
118
|
-
/>
|
|
119
|
-
</a>
|
|
120
|
-
<!-- <a href="#" style="margin: 0 10px; text-decoration: none">
|
|
121
|
-
<img
|
|
122
|
-
src="https://seven365-storage.sgp1.cdn.digitaloceanspaces.com/seven365-public/images/twitter-icon.png"
|
|
123
|
-
alt="Twitter"
|
|
124
|
-
style="cursor: pointer"
|
|
125
|
-
/>
|
|
126
|
-
</a> -->
|
|
127
|
-
</div>
|
|
158
|
+
<p
|
|
159
|
+
style="
|
|
160
|
+
color: #ffffff;
|
|
161
|
+
font-size: 15px;
|
|
162
|
+
line-height: 28px;
|
|
163
|
+
margin-bottom: 12px;
|
|
164
|
+
"
|
|
165
|
+
>
|
|
166
|
+
What you can do after signing up:
|
|
167
|
+
</p>
|
|
128
168
|
|
|
129
|
-
|
|
130
|
-
<div
|
|
169
|
+
<ul
|
|
131
170
|
style="
|
|
132
|
-
margin
|
|
133
|
-
|
|
134
|
-
color: #
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
padding: 18px;
|
|
138
|
-
border-radius: 8px;
|
|
171
|
+
margin: 0 0 30px;
|
|
172
|
+
padding-left: 20px;
|
|
173
|
+
color: #ffffff;
|
|
174
|
+
font-size: 15px;
|
|
175
|
+
line-height: 28px;
|
|
139
176
|
"
|
|
140
177
|
>
|
|
141
|
-
|
|
142
|
-
|
|
178
|
+
<li>Set up your organization details</li>
|
|
179
|
+
<li>Create and manage sites/properties</li>
|
|
180
|
+
<li>Assign roles and permissions</li>
|
|
181
|
+
<li>Invite your team members</li>
|
|
182
|
+
</ul>
|
|
183
|
+
|
|
184
|
+
<p
|
|
185
|
+
style="
|
|
186
|
+
color: #ffffff;
|
|
187
|
+
font-size: 15px;
|
|
188
|
+
line-height: 28px;
|
|
189
|
+
margin-bottom: 24px;
|
|
190
|
+
"
|
|
191
|
+
>
|
|
192
|
+
If you have any questions or need assistance during setup, feel free to
|
|
193
|
+
reach out to us anytime.
|
|
194
|
+
</p>
|
|
195
|
+
|
|
196
|
+
<p
|
|
197
|
+
style="
|
|
198
|
+
color: #ffffff;
|
|
199
|
+
font-size: 15px;
|
|
200
|
+
line-height: 28px;
|
|
201
|
+
margin-bottom: 30px;
|
|
202
|
+
"
|
|
203
|
+
>
|
|
204
|
+
We look forward to having you onboard!
|
|
205
|
+
</p>
|
|
206
|
+
|
|
207
|
+
<p
|
|
208
|
+
style="
|
|
209
|
+
color: #ffffff;
|
|
210
|
+
font-size: 15px;
|
|
211
|
+
line-height: 28px;
|
|
212
|
+
margin: 0;
|
|
213
|
+
"
|
|
214
|
+
>
|
|
215
|
+
Best regards,
|
|
216
|
+
</p>
|
|
217
|
+
|
|
218
|
+
<p
|
|
219
|
+
style="
|
|
220
|
+
color: #ffffff;
|
|
221
|
+
font-size: 15px;
|
|
222
|
+
line-height: 28px;
|
|
223
|
+
margin: 0;
|
|
224
|
+
"
|
|
225
|
+
>
|
|
226
|
+
Seven365 Team
|
|
227
|
+
</p>
|
|
228
|
+
|
|
143
229
|
</div>
|
|
144
230
|
</div>
|