@company-semantics/contracts 27.14.0 → 28.1.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/package.json +1 -1
- package/src/email/render/__tests__/__snapshots__/render-snapshot.test.ts.snap +209 -83
- package/src/email/render/auth-otp.ts +25 -43
- package/src/email/render/blocks.ts +183 -150
- package/src/email/render/chat-shared.ts +15 -42
- package/src/email/render/company-md-access-approved.ts +16 -40
- package/src/email/render/company-md-access-denied.ts +23 -39
- package/src/email/render/company-md-access-requested.ts +21 -41
- package/src/email/render/index.ts +12 -47
- package/src/email/render/org-invite.ts +9 -32
- package/src/email/render/ownership-transfer-completed.ts +19 -17
- package/src/email/render/ownership-transfer.ts +36 -21
- package/src/email/render/render-email.ts +85 -103
- package/src/email/render/security-alert.ts +27 -27
- package/src/email/render/share-granted.ts +25 -51
- package/src/email/render/unit-owner-granted.ts +24 -43
- package/src/permissions/access-source.ts +6 -0
- package/src/email/render/base-text.ts +0 -26
|
@@ -13,22 +13,27 @@ exports[`email render > auth.otp · Default 1`] = `
|
|
|
13
13
|
</td></tr>
|
|
14
14
|
</table>
|
|
15
15
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">Status: <b>VALID</b></p>
|
|
16
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>10
|
|
16
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>10 minutes</b></p>
|
|
17
17
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This code was generated to authorize a login to Company Semantics.<br>It expires automatically and cannot be reused.</p>
|
|
18
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If this wasn
|
|
19
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
18
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If this wasn't you, no action is required.</p>
|
|
19
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
20
20
|
</body>
|
|
21
21
|
</html>",
|
|
22
22
|
"subject": "Your login code",
|
|
23
|
-
"text": "
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
23
|
+
"text": "Copy/paste code in login form:
|
|
24
|
+
|
|
25
|
+
*------------------*
|
|
26
|
+
| >> 123456 << |
|
|
27
|
+
*------------------*
|
|
28
|
+
|
|
29
|
+
Status: VALID
|
|
30
|
+
Expires in: 10 minutes
|
|
31
|
+
|
|
32
|
+
This code was generated to authorize a login to Company Semantics.
|
|
33
|
+
It expires automatically and cannot be reused.
|
|
34
|
+
|
|
35
|
+
If this wasn't you, no action is required.
|
|
36
|
+
|
|
32
37
|
---
|
|
33
38
|
Company Semantics
|
|
34
39
|
Questions? Contact support@companysemantics.ai
|
|
@@ -49,22 +54,27 @@ exports[`email render > auth.otp · Short expiry 1`] = `
|
|
|
49
54
|
</td></tr>
|
|
50
55
|
</table>
|
|
51
56
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">Status: <b>VALID</b></p>
|
|
52
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>1
|
|
57
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>1 minute</b></p>
|
|
53
58
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This code was generated to authorize a login to Company Semantics.<br>It expires automatically and cannot be reused.</p>
|
|
54
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If this wasn
|
|
55
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
59
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If this wasn't you, no action is required.</p>
|
|
60
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
56
61
|
</body>
|
|
57
62
|
</html>",
|
|
58
63
|
"subject": "Your login code",
|
|
59
|
-
"text": "
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
"text": "Copy/paste code in login form:
|
|
65
|
+
|
|
66
|
+
*------------------*
|
|
67
|
+
| >> 902413 << |
|
|
68
|
+
*------------------*
|
|
69
|
+
|
|
70
|
+
Status: VALID
|
|
71
|
+
Expires in: 1 minute
|
|
72
|
+
|
|
73
|
+
This code was generated to authorize a login to Company Semantics.
|
|
74
|
+
It expires automatically and cannot be reused.
|
|
75
|
+
|
|
76
|
+
If this wasn't you, no action is required.
|
|
77
|
+
|
|
68
78
|
---
|
|
69
79
|
Company Semantics
|
|
70
80
|
Questions? Contact support@companysemantics.ai
|
|
@@ -85,26 +95,34 @@ exports[`email render > auth.otp · With request metadata 1`] = `
|
|
|
85
95
|
</td></tr>
|
|
86
96
|
</table>
|
|
87
97
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">Status: <b>VALID</b></p>
|
|
88
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>5
|
|
98
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>5 minutes</b></p>
|
|
99
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">Request details:</p>
|
|
100
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">IP address: <b>203.0.113.4</b></p>
|
|
101
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Device: <b>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)</b></p>
|
|
89
102
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This code was generated to authorize a login to Company Semantics.<br>It expires automatically and cannot be reused.</p>
|
|
90
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If this wasn
|
|
91
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
103
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If this wasn't you, no action is required.</p>
|
|
104
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
92
105
|
</body>
|
|
93
106
|
</html>",
|
|
94
107
|
"subject": "Your login code",
|
|
95
|
-
"text": "
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
108
|
+
"text": "Copy/paste code in login form:
|
|
109
|
+
|
|
110
|
+
*------------------*
|
|
111
|
+
| >> 246810 << |
|
|
112
|
+
*------------------*
|
|
113
|
+
|
|
114
|
+
Status: VALID
|
|
115
|
+
Expires in: 5 minutes
|
|
102
116
|
|
|
103
117
|
Request details:
|
|
104
|
-
|
|
105
|
-
|
|
118
|
+
IP address: 203.0.113.4
|
|
119
|
+
Device: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)
|
|
120
|
+
|
|
121
|
+
This code was generated to authorize a login to Company Semantics.
|
|
122
|
+
It expires automatically and cannot be reused.
|
|
123
|
+
|
|
124
|
+
If this wasn't you, no action is required.
|
|
106
125
|
|
|
107
|
-
If you didn't request this code, you can safely ignore this email.
|
|
108
126
|
---
|
|
109
127
|
Company Semantics
|
|
110
128
|
Questions? Contact support@companysemantics.ai
|
|
@@ -124,7 +142,8 @@ exports[`email render > chat.shared · Default 1`] = `
|
|
|
124
142
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 0 12px; padding: 10px 14px; min-width: 280px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">API design discussion</td>
|
|
125
143
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
126
144
|
</tr>
|
|
127
|
-
</table
|
|
145
|
+
</table>
|
|
146
|
+
<table cellpadding="0" cellspacing="0" border="0" style="margin: 16px 0;">
|
|
128
147
|
<tr>
|
|
129
148
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-right: 8px; vertical-align: bottom;">[c_S]</td>
|
|
130
149
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 12px 0; padding: 10px 14px; min-width: 280px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">Here are my thoughts on the REST API design for the new authentication endpoints.</td>
|
|
@@ -137,8 +156,8 @@ exports[`email render > chat.shared · Default 1`] = `
|
|
|
137
156
|
</td></tr>
|
|
138
157
|
</table>
|
|
139
158
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This share was sent via Company Semantics.</p>
|
|
140
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren
|
|
141
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
159
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren't expecting this, no action is required.</p>
|
|
160
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
142
161
|
</body>
|
|
143
162
|
</html>",
|
|
144
163
|
"subject": "A chat has been shared with you",
|
|
@@ -184,7 +203,8 @@ exports[`email render > chat.shared · Long preview 1`] = `
|
|
|
184
203
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 0 12px; padding: 10px 14px; min-width: 280px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">Code review feedback</td>
|
|
185
204
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
186
205
|
</tr>
|
|
187
|
-
</table
|
|
206
|
+
</table>
|
|
207
|
+
<table cellpadding="0" cellspacing="0" border="0" style="margin: 16px 0;">
|
|
188
208
|
<tr>
|
|
189
209
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-right: 8px; vertical-align: bottom;">[c_S]</td>
|
|
190
210
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 12px 0; padding: 10px 14px; min-width: 280px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">I reviewed the pull request and found several areas that need improvement. The authentication...</td>
|
|
@@ -197,8 +217,8 @@ exports[`email render > chat.shared · Long preview 1`] = `
|
|
|
197
217
|
</td></tr>
|
|
198
218
|
</table>
|
|
199
219
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This share was sent via Company Semantics.</p>
|
|
200
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren
|
|
201
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
220
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren't expecting this, no action is required.</p>
|
|
221
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
202
222
|
</body>
|
|
203
223
|
</html>",
|
|
204
224
|
"subject": "A chat has been shared with you",
|
|
@@ -244,7 +264,8 @@ exports[`email render > chat.shared · Long title 1`] = `
|
|
|
244
264
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 0 12px; padding: 10px 14px; min-width: 280px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">This is a very long chat title that should be truncated to fit the layout properly</td>
|
|
245
265
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
246
266
|
</tr>
|
|
247
|
-
</table
|
|
267
|
+
</table>
|
|
268
|
+
<table cellpadding="0" cellspacing="0" border="0" style="margin: 16px 0;">
|
|
248
269
|
<tr>
|
|
249
270
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-right: 8px; vertical-align: bottom;">[c_S]</td>
|
|
250
271
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 12px 0; padding: 10px 14px; min-width: 280px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">The assistant response preview text.</td>
|
|
@@ -257,8 +278,8 @@ exports[`email render > chat.shared · Long title 1`] = `
|
|
|
257
278
|
</td></tr>
|
|
258
279
|
</table>
|
|
259
280
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This share was sent via Company Semantics.</p>
|
|
260
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren
|
|
261
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
281
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren't expecting this, no action is required.</p>
|
|
282
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
262
283
|
</body>
|
|
263
284
|
</html>",
|
|
264
285
|
"subject": "A chat has been shared with you",
|
|
@@ -312,8 +333,8 @@ exports[`email render > chat.shared · No preview 1`] = `
|
|
|
312
333
|
</td></tr>
|
|
313
334
|
</table>
|
|
314
335
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This share was sent via Company Semantics.</p>
|
|
315
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren
|
|
316
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
336
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren't expecting this, no action is required.</p>
|
|
337
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
317
338
|
</body>
|
|
318
339
|
</html>",
|
|
319
340
|
"subject": "A chat has been shared with you",
|
|
@@ -353,7 +374,8 @@ exports[`email render > chat.shared · Short 1`] = `
|
|
|
353
374
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 0 12px; padding: 10px 14px; min-width: 280px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">Hi</td>
|
|
354
375
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
355
376
|
</tr>
|
|
356
|
-
</table
|
|
377
|
+
</table>
|
|
378
|
+
<table cellpadding="0" cellspacing="0" border="0" style="margin: 16px 0;">
|
|
357
379
|
<tr>
|
|
358
380
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-right: 8px; vertical-align: bottom;">[c_S]</td>
|
|
359
381
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 12px 0; padding: 10px 14px; min-width: 280px; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">Hello!</td>
|
|
@@ -366,8 +388,8 @@ exports[`email render > chat.shared · Short 1`] = `
|
|
|
366
388
|
</td></tr>
|
|
367
389
|
</table>
|
|
368
390
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This share was sent via Company Semantics.</p>
|
|
369
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren
|
|
370
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
391
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you weren't expecting this, no action is required.</p>
|
|
392
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
371
393
|
</body>
|
|
372
394
|
</html>",
|
|
373
395
|
"subject": "A chat has been shared with you",
|
|
@@ -406,13 +428,14 @@ exports[`email render > companyMd.access_request_approved · Editor 1`] = `
|
|
|
406
428
|
<head><meta charset="UTF-8"></head>
|
|
407
429
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
408
430
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Hi,</p>
|
|
409
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> approved your request to access <b
|
|
431
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> approved your request to access <b>"Engineering Handbook"</b> — you can edit.</p>
|
|
410
432
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
411
433
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
412
434
|
<a href="https://app.companysemantics.ai/doc/handbook" style="color: #0047FF; text-decoration: underline;"><b>>> OPEN <<</b></a>
|
|
413
435
|
</td></tr>
|
|
414
436
|
</table>
|
|
415
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">This notification was sent via Company Semantics.</p>
|
|
437
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.</p>
|
|
438
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
416
439
|
</body>
|
|
417
440
|
</html>",
|
|
418
441
|
"subject": "Your access request was approved",
|
|
@@ -427,6 +450,7 @@ Jordan Lee approved your request to access "Engineering Handbook" — you can ed
|
|
|
427
450
|
https://app.companysemantics.ai/doc/handbook
|
|
428
451
|
|
|
429
452
|
This notification was sent via Company Semantics.
|
|
453
|
+
|
|
430
454
|
---
|
|
431
455
|
Company Semantics
|
|
432
456
|
Questions? Contact support@companysemantics.ai
|
|
@@ -441,13 +465,14 @@ exports[`email render > companyMd.access_request_approved · Viewer 1`] = `
|
|
|
441
465
|
<head><meta charset="UTF-8"></head>
|
|
442
466
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
443
467
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Hi,</p>
|
|
444
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> approved your request to access <b
|
|
468
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> approved your request to access <b>"Engineering Handbook"</b> — you can view.</p>
|
|
445
469
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
446
470
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
447
471
|
<a href="https://app.companysemantics.ai/doc/handbook" style="color: #0047FF; text-decoration: underline;"><b>>> OPEN <<</b></a>
|
|
448
472
|
</td></tr>
|
|
449
473
|
</table>
|
|
450
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">This notification was sent via Company Semantics.</p>
|
|
474
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.</p>
|
|
475
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
451
476
|
</body>
|
|
452
477
|
</html>",
|
|
453
478
|
"subject": "Your access request was approved",
|
|
@@ -462,6 +487,7 @@ Jordan Lee approved your request to access "Engineering Handbook" — you can vi
|
|
|
462
487
|
https://app.companysemantics.ai/doc/handbook
|
|
463
488
|
|
|
464
489
|
This notification was sent via Company Semantics.
|
|
490
|
+
|
|
465
491
|
---
|
|
466
492
|
Company Semantics
|
|
467
493
|
Questions? Contact support@companysemantics.ai
|
|
@@ -476,8 +502,9 @@ exports[`email render > companyMd.access_request_denied · No reason 1`] = `
|
|
|
476
502
|
<head><meta charset="UTF-8"></head>
|
|
477
503
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
478
504
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Hi,</p>
|
|
479
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> declined your request to access <b
|
|
480
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">This notification was sent via Company Semantics.</p>
|
|
505
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> declined your request to access <b>"Engineering Handbook"</b>.</p>
|
|
506
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.</p>
|
|
507
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
481
508
|
</body>
|
|
482
509
|
</html>",
|
|
483
510
|
"subject": "Your access request was reviewed",
|
|
@@ -486,6 +513,7 @@ exports[`email render > companyMd.access_request_denied · No reason 1`] = `
|
|
|
486
513
|
Jordan Lee declined your request to access "Engineering Handbook".
|
|
487
514
|
|
|
488
515
|
This notification was sent via Company Semantics.
|
|
516
|
+
|
|
489
517
|
---
|
|
490
518
|
Company Semantics
|
|
491
519
|
Questions? Contact support@companysemantics.ai
|
|
@@ -500,7 +528,7 @@ exports[`email render > companyMd.access_request_denied · With reason 1`] = `
|
|
|
500
528
|
<head><meta charset="UTF-8"></head>
|
|
501
529
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
502
530
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Hi,</p>
|
|
503
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> declined your request to access <b
|
|
531
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> declined your request to access <b>"Engineering Handbook"</b>.</p>
|
|
504
532
|
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
505
533
|
<tr>
|
|
506
534
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 0 12px; padding: 10px 14px; min-width: 280px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">This doc is limited to the platform team for now.</td>
|
|
@@ -511,7 +539,8 @@ exports[`email render > companyMd.access_request_denied · With reason 1`] = `
|
|
|
511
539
|
<td></td>
|
|
512
540
|
</tr>
|
|
513
541
|
</table>
|
|
514
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">This notification was sent via Company Semantics.</p>
|
|
542
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.</p>
|
|
543
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
515
544
|
</body>
|
|
516
545
|
</html>",
|
|
517
546
|
"subject": "Your access request was reviewed",
|
|
@@ -526,6 +555,7 @@ Jordan Lee declined your request to access "Engineering Handbook".
|
|
|
526
555
|
Reason from Jordan Lee
|
|
527
556
|
|
|
528
557
|
This notification was sent via Company Semantics.
|
|
558
|
+
|
|
529
559
|
---
|
|
530
560
|
Company Semantics
|
|
531
561
|
Questions? Contact support@companysemantics.ai
|
|
@@ -540,14 +570,14 @@ exports[`email render > companyMd.access_requested · No message 1`] = `
|
|
|
540
570
|
<head><meta charset="UTF-8"></head>
|
|
541
571
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
542
572
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Hi,</p>
|
|
543
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Sam Chen</b> is requesting access to <b
|
|
573
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Sam Chen</b> is requesting access to <b>"Engineering Handbook"</b>.</p>
|
|
544
574
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
545
575
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
546
576
|
<a href="https://app.companysemantics.ai/doc/handbook?request=req_456" style="color: #0047FF; text-decoration: underline;"><b>>> REVIEW <<</b></a>
|
|
547
577
|
</td></tr>
|
|
548
578
|
</table>
|
|
549
579
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>You are receiving this because you own this document.</p>
|
|
550
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
580
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
551
581
|
</body>
|
|
552
582
|
</html>",
|
|
553
583
|
"subject": "Someone requested access to a document",
|
|
@@ -563,6 +593,7 @@ https://app.companysemantics.ai/doc/handbook?request=req_456
|
|
|
563
593
|
|
|
564
594
|
This notification was sent via Company Semantics.
|
|
565
595
|
You are receiving this because you own this document.
|
|
596
|
+
|
|
566
597
|
---
|
|
567
598
|
Company Semantics
|
|
568
599
|
Questions? Contact support@companysemantics.ai
|
|
@@ -577,7 +608,7 @@ exports[`email render > companyMd.access_requested · With message 1`] = `
|
|
|
577
608
|
<head><meta charset="UTF-8"></head>
|
|
578
609
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
579
610
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Hi,</p>
|
|
580
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Sam Chen</b> is requesting access to <b
|
|
611
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Sam Chen</b> is requesting access to <b>"Engineering Handbook"</b>.</p>
|
|
581
612
|
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
582
613
|
<tr>
|
|
583
614
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 0 12px; padding: 10px 14px; min-width: 280px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">I'd like to contribute the onboarding section.</td>
|
|
@@ -594,7 +625,7 @@ exports[`email render > companyMd.access_requested · With message 1`] = `
|
|
|
594
625
|
</td></tr>
|
|
595
626
|
</table>
|
|
596
627
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>You are receiving this because you own this document.</p>
|
|
597
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
628
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
598
629
|
</body>
|
|
599
630
|
</html>",
|
|
600
631
|
"subject": "Someone requested access to a document",
|
|
@@ -616,6 +647,7 @@ https://app.companysemantics.ai/doc/handbook?request=req_123
|
|
|
616
647
|
|
|
617
648
|
This notification was sent via Company Semantics.
|
|
618
649
|
You are receiving this because you own this document.
|
|
650
|
+
|
|
619
651
|
---
|
|
620
652
|
Company Semantics
|
|
621
653
|
Questions? Contact support@companysemantics.ai
|
|
@@ -639,12 +671,13 @@ exports[`email render > org.invite · Admin 1`] = `
|
|
|
639
671
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">Workspace: <b>Acme Corp</b></p>
|
|
640
672
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">Role: <b>admin</b></p>
|
|
641
673
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>7 days</b></p>
|
|
642
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This invitation was sent via Company Semantics.<br>If you weren
|
|
643
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
674
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This invitation was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
675
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
644
676
|
</body>
|
|
645
677
|
</html>",
|
|
646
678
|
"subject": "You have been invited to join a workspace",
|
|
647
679
|
"text": "Workspace invitation.
|
|
680
|
+
|
|
648
681
|
*----------------*
|
|
649
682
|
| >> JOIN << |
|
|
650
683
|
*----------------*
|
|
@@ -658,6 +691,7 @@ Expires in: 7 days
|
|
|
658
691
|
|
|
659
692
|
This invitation was sent via Company Semantics.
|
|
660
693
|
If you weren't expecting this, no action is required.
|
|
694
|
+
|
|
661
695
|
---
|
|
662
696
|
Company Semantics
|
|
663
697
|
Questions? Contact support@companysemantics.ai
|
|
@@ -681,12 +715,13 @@ exports[`email render > org.invite · Member 1`] = `
|
|
|
681
715
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">Workspace: <b>Acme Corp</b></p>
|
|
682
716
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">Role: <b>member</b></p>
|
|
683
717
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>7 days</b></p>
|
|
684
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This invitation was sent via Company Semantics.<br>If you weren
|
|
685
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
718
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This invitation was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
719
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
686
720
|
</body>
|
|
687
721
|
</html>",
|
|
688
722
|
"subject": "You have been invited to join a workspace",
|
|
689
723
|
"text": "Workspace invitation.
|
|
724
|
+
|
|
690
725
|
*----------------*
|
|
691
726
|
| >> JOIN << |
|
|
692
727
|
*----------------*
|
|
@@ -700,6 +735,7 @@ Expires in: 7 days
|
|
|
700
735
|
|
|
701
736
|
This invitation was sent via Company Semantics.
|
|
702
737
|
If you weren't expecting this, no action is required.
|
|
738
|
+
|
|
703
739
|
---
|
|
704
740
|
Company Semantics
|
|
705
741
|
Questions? Contact support@companysemantics.ai
|
|
@@ -709,15 +745,34 @@ Questions? Contact support@companysemantics.ai
|
|
|
709
745
|
|
|
710
746
|
exports[`email render > org.ownership_transfer · No note 1`] = `
|
|
711
747
|
{
|
|
748
|
+
"html": "<!DOCTYPE html>
|
|
749
|
+
<html lang="en">
|
|
750
|
+
<head><meta charset="UTF-8"></head>
|
|
751
|
+
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
752
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">You have been invited to become the owner of <b>"Acme Corp"</b>.</p>
|
|
753
|
+
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
754
|
+
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
755
|
+
<a href="https://app.companysemantics.ai/owner-transfer/accept/tok456" style="color: #0047FF; text-decoration: underline;"><b>>> ACCEPT <<</b></a>
|
|
756
|
+
</td></tr>
|
|
757
|
+
</table>
|
|
758
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>14 days</b></p>
|
|
759
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If you did not expect this invitation, you can safely ignore this email.</p>
|
|
760
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
761
|
+
</body>
|
|
762
|
+
</html>",
|
|
712
763
|
"subject": "You've been invited to become a workspace owner",
|
|
713
764
|
"text": "You have been invited to become the owner of "Acme Corp".
|
|
714
765
|
|
|
715
|
-
|
|
766
|
+
*------------------*
|
|
767
|
+
| >> ACCEPT << |
|
|
768
|
+
*------------------*
|
|
769
|
+
|
|
716
770
|
https://app.companysemantics.ai/owner-transfer/accept/tok456
|
|
717
771
|
|
|
718
|
-
|
|
772
|
+
Expires in: 14 days
|
|
719
773
|
|
|
720
774
|
If you did not expect this invitation, you can safely ignore this email.
|
|
775
|
+
|
|
721
776
|
---
|
|
722
777
|
Company Semantics
|
|
723
778
|
Questions? Contact support@companysemantics.ai
|
|
@@ -727,6 +782,31 @@ Questions? Contact support@companysemantics.ai
|
|
|
727
782
|
|
|
728
783
|
exports[`email render > org.ownership_transfer · With note 1`] = `
|
|
729
784
|
{
|
|
785
|
+
"html": "<!DOCTYPE html>
|
|
786
|
+
<html lang="en">
|
|
787
|
+
<head><meta charset="UTF-8"></head>
|
|
788
|
+
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
789
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">You have been invited to become the owner of <b>"Acme Corp"</b>.</p>
|
|
790
|
+
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
791
|
+
<tr>
|
|
792
|
+
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 0 12px; padding: 10px 14px; min-width: 280px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">Handing this over as I move to an advisory role.</td>
|
|
793
|
+
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
794
|
+
</tr>
|
|
795
|
+
<tr>
|
|
796
|
+
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 11px; color: #888; text-align: right; padding-top: 4px;">Message from the current owner</td>
|
|
797
|
+
<td></td>
|
|
798
|
+
</tr>
|
|
799
|
+
</table>
|
|
800
|
+
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
801
|
+
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
802
|
+
<a href="https://app.companysemantics.ai/owner-transfer/accept/tok123" style="color: #0047FF; text-decoration: underline;"><b>>> ACCEPT <<</b></a>
|
|
803
|
+
</td></tr>
|
|
804
|
+
</table>
|
|
805
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Expires in: <b>14 days</b></p>
|
|
806
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If you did not expect this invitation, you can safely ignore this email.</p>
|
|
807
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
808
|
+
</body>
|
|
809
|
+
</html>",
|
|
730
810
|
"subject": "You've been invited to become a workspace owner",
|
|
731
811
|
"text": "You have been invited to become the owner of "Acme Corp".
|
|
732
812
|
|
|
@@ -736,12 +816,16 @@ exports[`email render > org.ownership_transfer · With note 1`] = `
|
|
|
736
816
|
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
737
817
|
Message from the current owner
|
|
738
818
|
|
|
739
|
-
|
|
819
|
+
*------------------*
|
|
820
|
+
| >> ACCEPT << |
|
|
821
|
+
*------------------*
|
|
822
|
+
|
|
740
823
|
https://app.companysemantics.ai/owner-transfer/accept/tok123
|
|
741
824
|
|
|
742
|
-
|
|
825
|
+
Expires in: 14 days
|
|
743
826
|
|
|
744
827
|
If you did not expect this invitation, you can safely ignore this email.
|
|
828
|
+
|
|
745
829
|
---
|
|
746
830
|
Company Semantics
|
|
747
831
|
Questions? Contact support@companysemantics.ai
|
|
@@ -751,12 +835,23 @@ Questions? Contact support@companysemantics.ai
|
|
|
751
835
|
|
|
752
836
|
exports[`email render > org.ownership_transfer_completed · Default 1`] = `
|
|
753
837
|
{
|
|
838
|
+
"html": "<!DOCTYPE html>
|
|
839
|
+
<html lang="en">
|
|
840
|
+
<head><meta charset="UTF-8"></head>
|
|
841
|
+
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
842
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">The ownership of <b>"Acme Corp"</b> has been transferred to <b>new.owner@acme.com</b>.</p>
|
|
843
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">You are no longer the owner of this workspace, but you remain an admin.</p>
|
|
844
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If you did not authorize this transfer, please contact support immediately.</p>
|
|
845
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
846
|
+
</body>
|
|
847
|
+
</html>",
|
|
754
848
|
"subject": "Workspace ownership has been transferred",
|
|
755
849
|
"text": "The ownership of "Acme Corp" has been transferred to new.owner@acme.com.
|
|
756
850
|
|
|
757
851
|
You are no longer the owner of this workspace, but you remain an admin.
|
|
758
852
|
|
|
759
853
|
If you did not authorize this transfer, please contact support immediately.
|
|
854
|
+
|
|
760
855
|
---
|
|
761
856
|
Company Semantics
|
|
762
857
|
Questions? Contact support@companysemantics.ai
|
|
@@ -777,14 +872,14 @@ exports[`email render > org.unit_owner_granted · Delegate, no message 1`] = `
|
|
|
777
872
|
<a href="https://app.companysemantics.ai/org/unit/42" style="color: #0047FF; text-decoration: underline;"><b>>> VIEW TEAM <<</b></a>
|
|
778
873
|
</td></tr>
|
|
779
874
|
</table>
|
|
780
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>If you weren
|
|
781
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
875
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
876
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
782
877
|
</body>
|
|
783
878
|
</html>",
|
|
784
879
|
"subject": "You've been added to a team",
|
|
785
880
|
"text": "Hi,
|
|
786
881
|
|
|
787
|
-
Jordan Lee added you as a Delegate of
|
|
882
|
+
Jordan Lee added you as a Delegate of Platform Engineering.
|
|
788
883
|
|
|
789
884
|
*---------------------*
|
|
790
885
|
| >> VIEW TEAM << |
|
|
@@ -794,6 +889,7 @@ https://app.companysemantics.ai/org/unit/42
|
|
|
794
889
|
|
|
795
890
|
This notification was sent via Company Semantics.
|
|
796
891
|
If you weren't expecting this, no action is required.
|
|
892
|
+
|
|
797
893
|
---
|
|
798
894
|
Company Semantics
|
|
799
895
|
Questions? Contact support@companysemantics.ai
|
|
@@ -824,14 +920,14 @@ exports[`email render > org.unit_owner_granted · Unit owner + message 1`] = `
|
|
|
824
920
|
<a href="https://app.companysemantics.ai/org/unit/42" style="color: #0047FF; text-decoration: underline;"><b>>> VIEW TEAM <<</b></a>
|
|
825
921
|
</td></tr>
|
|
826
922
|
</table>
|
|
827
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>If you weren
|
|
828
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
923
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
924
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
829
925
|
</body>
|
|
830
926
|
</html>",
|
|
831
927
|
"subject": "You've been added to a team",
|
|
832
928
|
"text": "Hi Sam Chen,
|
|
833
929
|
|
|
834
|
-
Jordan Lee added you as a Unit owner of
|
|
930
|
+
Jordan Lee added you as a Unit owner of Platform Engineering.
|
|
835
931
|
|
|
836
932
|
┌────────────────────────────────────┐
|
|
837
933
|
│ Welcome aboard — glad to have you │
|
|
@@ -847,6 +943,7 @@ https://app.companysemantics.ai/org/unit/42
|
|
|
847
943
|
|
|
848
944
|
This notification was sent via Company Semantics.
|
|
849
945
|
If you weren't expecting this, no action is required.
|
|
946
|
+
|
|
850
947
|
---
|
|
851
948
|
Company Semantics
|
|
852
949
|
Questions? Contact support@companysemantics.ai
|
|
@@ -856,6 +953,19 @@ Questions? Contact support@companysemantics.ai
|
|
|
856
953
|
|
|
857
954
|
exports[`email render > security.alert · Excessive OTP requests 1`] = `
|
|
858
955
|
{
|
|
956
|
+
"html": "<!DOCTYPE html>
|
|
957
|
+
<html lang="en">
|
|
958
|
+
<head><meta charset="UTF-8"></head>
|
|
959
|
+
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
960
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">We detected an unusual number of login code requests for your account.</p>
|
|
961
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Details: <b>12 login codes requested in 5 minutes</b></p>
|
|
962
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If this was you, no action is needed.</p>
|
|
963
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If you didn't request these codes, someone may be trying to access your account.</p>
|
|
964
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">We recommend reviewing your account security.</p>
|
|
965
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Time: <b>Sun, 12 Jul 2026 14:30:00 GMT</b></p>
|
|
966
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics Security<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
967
|
+
</body>
|
|
968
|
+
</html>",
|
|
859
969
|
"subject": "Security alert for your account",
|
|
860
970
|
"text": "We detected an unusual number of login code requests for your account.
|
|
861
971
|
|
|
@@ -866,6 +976,7 @@ If you didn't request these codes, someone may be trying to access your account.
|
|
|
866
976
|
We recommend reviewing your account security.
|
|
867
977
|
|
|
868
978
|
Time: Sun, 12 Jul 2026 14:30:00 GMT
|
|
979
|
+
|
|
869
980
|
---
|
|
870
981
|
Company Semantics Security
|
|
871
982
|
Questions? Contact support@companysemantics.ai
|
|
@@ -875,6 +986,18 @@ Questions? Contact support@companysemantics.ai
|
|
|
875
986
|
|
|
876
987
|
exports[`email render > security.alert · Unusual login location 1`] = `
|
|
877
988
|
{
|
|
989
|
+
"html": "<!DOCTYPE html>
|
|
990
|
+
<html lang="en">
|
|
991
|
+
<head><meta charset="UTF-8"></head>
|
|
992
|
+
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
993
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">We detected a login attempt from an unusual location.</p>
|
|
994
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Details: <b>Login from Berlin, DE</b></p>
|
|
995
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 4px 0;">If this was you, no action is needed.</p>
|
|
996
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">If you didn't attempt to log in, please secure your account immediately.</p>
|
|
997
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Time: <b>Sun, 12 Jul 2026 14:30:00 GMT</b></p>
|
|
998
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics Security<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
999
|
+
</body>
|
|
1000
|
+
</html>",
|
|
878
1001
|
"subject": "Security alert for your account",
|
|
879
1002
|
"text": "We detected a login attempt from an unusual location.
|
|
880
1003
|
|
|
@@ -884,6 +1007,7 @@ If this was you, no action is needed.
|
|
|
884
1007
|
If you didn't attempt to log in, please secure your account immediately.
|
|
885
1008
|
|
|
886
1009
|
Time: Sun, 12 Jul 2026 14:30:00 GMT
|
|
1010
|
+
|
|
887
1011
|
---
|
|
888
1012
|
Company Semantics Security
|
|
889
1013
|
Questions? Contact support@companysemantics.ai
|
|
@@ -898,7 +1022,7 @@ exports[`email render > share.granted · Document · editor · message 1`] = `
|
|
|
898
1022
|
<head><meta charset="UTF-8"></head>
|
|
899
1023
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
900
1024
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Hi Sam Chen,</p>
|
|
901
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> shared the document <b
|
|
1025
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> shared the document <b>"Q3 Roadmap"</b> with you — you can edit.</p>
|
|
902
1026
|
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
903
1027
|
<tr>
|
|
904
1028
|
<td style="border: 1px solid #1a1a1a; border-radius: 12px 12px 0 12px; padding: 10px 14px; min-width: 280px; text-align: right; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 13px; background: #f5f5f5;">Take a look before Thursday's planning.</td>
|
|
@@ -914,8 +1038,8 @@ exports[`email render > share.granted · Document · editor · message 1`] = `
|
|
|
914
1038
|
<a href="https://app.companysemantics.ai/doc/roadmap" style="color: #0047FF; text-decoration: underline;"><b>>> OPEN <<</b></a>
|
|
915
1039
|
</td></tr>
|
|
916
1040
|
</table>
|
|
917
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>If you weren
|
|
918
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
1041
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
1042
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
919
1043
|
</body>
|
|
920
1044
|
</html>",
|
|
921
1045
|
"subject": "Something has been shared with you",
|
|
@@ -937,6 +1061,7 @@ https://app.companysemantics.ai/doc/roadmap
|
|
|
937
1061
|
|
|
938
1062
|
This notification was sent via Company Semantics.
|
|
939
1063
|
If you weren't expecting this, no action is required.
|
|
1064
|
+
|
|
940
1065
|
---
|
|
941
1066
|
Company Semantics
|
|
942
1067
|
Questions? Contact support@companysemantics.ai
|
|
@@ -951,14 +1076,14 @@ exports[`email render > share.granted · Meeting · viewer · no title 1`] = `
|
|
|
951
1076
|
<head><meta charset="UTF-8"></head>
|
|
952
1077
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
953
1078
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Hi,</p>
|
|
954
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> shared a meeting with you
|
|
1079
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;"><b>Jordan Lee</b> shared a meeting with you — you can view.</p>
|
|
955
1080
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
956
1081
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
957
1082
|
<a href="https://app.companysemantics.ai/meeting/8842" style="color: #0047FF; text-decoration: underline;"><b>>> OPEN <<</b></a>
|
|
958
1083
|
</td></tr>
|
|
959
1084
|
</table>
|
|
960
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>If you weren
|
|
961
|
-
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics</p>
|
|
1085
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">This notification was sent via Company Semantics.<br>If you weren't expecting this, no action is required.</p>
|
|
1086
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0;">Company Semantics<br><span style="color: #888;">Questions? Contact <a href="mailto:support@companysemantics.ai" style="color: #888;">support@companysemantics.ai</a></span></p>
|
|
962
1087
|
</body>
|
|
963
1088
|
</html>",
|
|
964
1089
|
"subject": "Something has been shared with you",
|
|
@@ -974,6 +1099,7 @@ https://app.companysemantics.ai/meeting/8842
|
|
|
974
1099
|
|
|
975
1100
|
This notification was sent via Company Semantics.
|
|
976
1101
|
If you weren't expecting this, no action is required.
|
|
1102
|
+
|
|
977
1103
|
---
|
|
978
1104
|
Company Semantics
|
|
979
1105
|
Questions? Contact support@companysemantics.ai
|