@company-semantics/contracts 27.14.0 → 28.0.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 +134 -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 +110 -100
- 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/email/render/base-text.ts +0 -26
package/package.json
CHANGED
|
@@ -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
|
|
@@ -712,12 +748,16 @@ exports[`email render > org.ownership_transfer · No note 1`] = `
|
|
|
712
748
|
"subject": "You've been invited to become a workspace owner",
|
|
713
749
|
"text": "You have been invited to become the owner of "Acme Corp".
|
|
714
750
|
|
|
715
|
-
|
|
751
|
+
*------------------*
|
|
752
|
+
| >> ACCEPT << |
|
|
753
|
+
*------------------*
|
|
754
|
+
|
|
716
755
|
https://app.companysemantics.ai/owner-transfer/accept/tok456
|
|
717
756
|
|
|
718
|
-
|
|
757
|
+
Expires in: 14 days
|
|
719
758
|
|
|
720
759
|
If you did not expect this invitation, you can safely ignore this email.
|
|
760
|
+
|
|
721
761
|
---
|
|
722
762
|
Company Semantics
|
|
723
763
|
Questions? Contact support@companysemantics.ai
|
|
@@ -736,12 +776,16 @@ exports[`email render > org.ownership_transfer · With note 1`] = `
|
|
|
736
776
|
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
737
777
|
Message from the current owner
|
|
738
778
|
|
|
739
|
-
|
|
779
|
+
*------------------*
|
|
780
|
+
| >> ACCEPT << |
|
|
781
|
+
*------------------*
|
|
782
|
+
|
|
740
783
|
https://app.companysemantics.ai/owner-transfer/accept/tok123
|
|
741
784
|
|
|
742
|
-
|
|
785
|
+
Expires in: 14 days
|
|
743
786
|
|
|
744
787
|
If you did not expect this invitation, you can safely ignore this email.
|
|
788
|
+
|
|
745
789
|
---
|
|
746
790
|
Company Semantics
|
|
747
791
|
Questions? Contact support@companysemantics.ai
|
|
@@ -757,6 +801,7 @@ exports[`email render > org.ownership_transfer_completed · Default 1`] = `
|
|
|
757
801
|
You are no longer the owner of this workspace, but you remain an admin.
|
|
758
802
|
|
|
759
803
|
If you did not authorize this transfer, please contact support immediately.
|
|
804
|
+
|
|
760
805
|
---
|
|
761
806
|
Company Semantics
|
|
762
807
|
Questions? Contact support@companysemantics.ai
|
|
@@ -777,14 +822,14 @@ exports[`email render > org.unit_owner_granted · Delegate, no message 1`] = `
|
|
|
777
822
|
<a href="https://app.companysemantics.ai/org/unit/42" style="color: #0047FF; text-decoration: underline;"><b>>> VIEW TEAM <<</b></a>
|
|
778
823
|
</td></tr>
|
|
779
824
|
</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>
|
|
825
|
+
<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>
|
|
826
|
+
<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
827
|
</body>
|
|
783
828
|
</html>",
|
|
784
829
|
"subject": "You've been added to a team",
|
|
785
830
|
"text": "Hi,
|
|
786
831
|
|
|
787
|
-
Jordan Lee added you as a Delegate of
|
|
832
|
+
Jordan Lee added you as a Delegate of Platform Engineering.
|
|
788
833
|
|
|
789
834
|
*---------------------*
|
|
790
835
|
| >> VIEW TEAM << |
|
|
@@ -794,6 +839,7 @@ https://app.companysemantics.ai/org/unit/42
|
|
|
794
839
|
|
|
795
840
|
This notification was sent via Company Semantics.
|
|
796
841
|
If you weren't expecting this, no action is required.
|
|
842
|
+
|
|
797
843
|
---
|
|
798
844
|
Company Semantics
|
|
799
845
|
Questions? Contact support@companysemantics.ai
|
|
@@ -824,14 +870,14 @@ exports[`email render > org.unit_owner_granted · Unit owner + message 1`] = `
|
|
|
824
870
|
<a href="https://app.companysemantics.ai/org/unit/42" style="color: #0047FF; text-decoration: underline;"><b>>> VIEW TEAM <<</b></a>
|
|
825
871
|
</td></tr>
|
|
826
872
|
</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>
|
|
873
|
+
<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>
|
|
874
|
+
<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
875
|
</body>
|
|
830
876
|
</html>",
|
|
831
877
|
"subject": "You've been added to a team",
|
|
832
878
|
"text": "Hi Sam Chen,
|
|
833
879
|
|
|
834
|
-
Jordan Lee added you as a Unit owner of
|
|
880
|
+
Jordan Lee added you as a Unit owner of Platform Engineering.
|
|
835
881
|
|
|
836
882
|
┌────────────────────────────────────┐
|
|
837
883
|
│ Welcome aboard — glad to have you │
|
|
@@ -847,6 +893,7 @@ https://app.companysemantics.ai/org/unit/42
|
|
|
847
893
|
|
|
848
894
|
This notification was sent via Company Semantics.
|
|
849
895
|
If you weren't expecting this, no action is required.
|
|
896
|
+
|
|
850
897
|
---
|
|
851
898
|
Company Semantics
|
|
852
899
|
Questions? Contact support@companysemantics.ai
|
|
@@ -866,6 +913,7 @@ If you didn't request these codes, someone may be trying to access your account.
|
|
|
866
913
|
We recommend reviewing your account security.
|
|
867
914
|
|
|
868
915
|
Time: Sun, 12 Jul 2026 14:30:00 GMT
|
|
916
|
+
|
|
869
917
|
---
|
|
870
918
|
Company Semantics Security
|
|
871
919
|
Questions? Contact support@companysemantics.ai
|
|
@@ -884,6 +932,7 @@ If this was you, no action is needed.
|
|
|
884
932
|
If you didn't attempt to log in, please secure your account immediately.
|
|
885
933
|
|
|
886
934
|
Time: Sun, 12 Jul 2026 14:30:00 GMT
|
|
935
|
+
|
|
887
936
|
---
|
|
888
937
|
Company Semantics Security
|
|
889
938
|
Questions? Contact support@companysemantics.ai
|
|
@@ -898,7 +947,7 @@ exports[`email render > share.granted · Document · editor · message 1`] = `
|
|
|
898
947
|
<head><meta charset="UTF-8"></head>
|
|
899
948
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
900
949
|
<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
|
|
950
|
+
<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
951
|
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
903
952
|
<tr>
|
|
904
953
|
<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 +963,8 @@ exports[`email render > share.granted · Document · editor · message 1`] = `
|
|
|
914
963
|
<a href="https://app.companysemantics.ai/doc/roadmap" style="color: #0047FF; text-decoration: underline;"><b>>> OPEN <<</b></a>
|
|
915
964
|
</td></tr>
|
|
916
965
|
</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>
|
|
966
|
+
<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>
|
|
967
|
+
<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
968
|
</body>
|
|
920
969
|
</html>",
|
|
921
970
|
"subject": "Something has been shared with you",
|
|
@@ -937,6 +986,7 @@ https://app.companysemantics.ai/doc/roadmap
|
|
|
937
986
|
|
|
938
987
|
This notification was sent via Company Semantics.
|
|
939
988
|
If you weren't expecting this, no action is required.
|
|
989
|
+
|
|
940
990
|
---
|
|
941
991
|
Company Semantics
|
|
942
992
|
Questions? Contact support@companysemantics.ai
|
|
@@ -951,14 +1001,14 @@ exports[`email render > share.granted · Meeting · viewer · no title 1`] = `
|
|
|
951
1001
|
<head><meta charset="UTF-8"></head>
|
|
952
1002
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
953
1003
|
<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
|
|
1004
|
+
<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
1005
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
956
1006
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
957
1007
|
<a href="https://app.companysemantics.ai/meeting/8842" style="color: #0047FF; text-decoration: underline;"><b>>> OPEN <<</b></a>
|
|
958
1008
|
</td></tr>
|
|
959
1009
|
</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>
|
|
1010
|
+
<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>
|
|
1011
|
+
<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
1012
|
</body>
|
|
963
1013
|
</html>",
|
|
964
1014
|
"subject": "Something has been shared with you",
|
|
@@ -974,6 +1024,7 @@ https://app.companysemantics.ai/meeting/8842
|
|
|
974
1024
|
|
|
975
1025
|
This notification was sent via Company Semantics.
|
|
976
1026
|
If you weren't expecting this, no action is required.
|
|
1027
|
+
|
|
977
1028
|
---
|
|
978
1029
|
Company Semantics
|
|
979
1030
|
Questions? Contact support@companysemantics.ai
|