@company-semantics/contracts 27.13.1 → 27.14.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 +155 -146
- package/src/email/render/auth-otp.ts +8 -9
- package/src/email/render/blocks.ts +115 -97
- package/src/email/render/chat-shared.ts +8 -23
- package/src/email/render/company-md-access-approved.ts +2 -2
- package/src/email/render/company-md-access-denied.ts +6 -11
- package/src/email/render/company-md-access-requested.ts +8 -13
- package/src/email/render/constants.ts +0 -6
- package/src/email/render/index.ts +5 -13
- package/src/email/render/org-invite.ts +11 -11
- package/src/email/render/ownership-transfer.ts +2 -2
- package/src/email/render/share-granted.ts +8 -13
- package/src/email/render/unit-owner-granted.ts +8 -13
|
@@ -6,7 +6,7 @@ exports[`email render > auth.otp · Default 1`] = `
|
|
|
6
6
|
<html lang="en">
|
|
7
7
|
<head><meta charset="UTF-8"></head>
|
|
8
8
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
9
|
-
<p style="
|
|
9
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Copy/paste code in login form:</p>
|
|
10
10
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; border-radius: 0; margin: 0 0 20px 0;">
|
|
11
11
|
<tr><td style="padding: 20px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; letter-spacing: 4px;">
|
|
12
12
|
<b>>> 123456 <<</b>
|
|
@@ -42,7 +42,7 @@ exports[`email render > auth.otp · Short expiry 1`] = `
|
|
|
42
42
|
<html lang="en">
|
|
43
43
|
<head><meta charset="UTF-8"></head>
|
|
44
44
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
45
|
-
<p style="
|
|
45
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Copy/paste code in login form:</p>
|
|
46
46
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; border-radius: 0; margin: 0 0 20px 0;">
|
|
47
47
|
<tr><td style="padding: 20px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; letter-spacing: 4px;">
|
|
48
48
|
<b>>> 902413 <<</b>
|
|
@@ -78,7 +78,7 @@ exports[`email render > auth.otp · With request metadata 1`] = `
|
|
|
78
78
|
<html lang="en">
|
|
79
79
|
<head><meta charset="UTF-8"></head>
|
|
80
80
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
81
|
-
<p style="
|
|
81
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Copy/paste code in login form:</p>
|
|
82
82
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; border-radius: 0; margin: 0 0 20px 0;">
|
|
83
83
|
<tr><td style="padding: 20px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; letter-spacing: 4px;">
|
|
84
84
|
<b>>> 246810 <<</b>
|
|
@@ -118,7 +118,7 @@ exports[`email render > chat.shared · Default 1`] = `
|
|
|
118
118
|
<html lang="en">
|
|
119
119
|
<head><meta charset="UTF-8"></head>
|
|
120
120
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
121
|
-
<p style="
|
|
121
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">A chat has been shared with you.</p>
|
|
122
122
|
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
123
123
|
<tr>
|
|
124
124
|
<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>
|
|
@@ -126,8 +126,8 @@ exports[`email render > chat.shared · Default 1`] = `
|
|
|
126
126
|
</tr>
|
|
127
127
|
</table><table cellpadding="0" cellspacing="0" border="0" style="margin: 16px 0;">
|
|
128
128
|
<tr>
|
|
129
|
-
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-right: 8px; vertical-align:
|
|
130
|
-
<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
|
|
129
|
+
<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
|
+
<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>
|
|
131
131
|
</tr>
|
|
132
132
|
</table>
|
|
133
133
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; margin: 0 0 16px 0; max-width: 320px; text-align: center;">⋮</p>
|
|
@@ -145,20 +145,19 @@ exports[`email render > chat.shared · Default 1`] = `
|
|
|
145
145
|
"text": "A chat has been shared with you.
|
|
146
146
|
|
|
147
147
|
┌────────────────────────────────────┐
|
|
148
|
-
│ API design discussion │
|
|
149
|
-
└────────────────────────────────────┘
|
|
148
|
+
│ API design discussion │
|
|
149
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
150
150
|
|
|
151
151
|
┌──────────────────────────────────────┐
|
|
152
|
-
|
|
153
|
-
│ design for the new
|
|
154
|
-
|
|
152
|
+
│ Here are my thoughts on the REST API │
|
|
153
|
+
│ design for the new authentication │
|
|
154
|
+
│ endpoints. │
|
|
155
|
+
[c_S] └──────────────────────────────────────┘
|
|
155
156
|
|
|
156
157
|
⋮
|
|
157
158
|
|
|
158
159
|
*--------------------*
|
|
159
|
-
| |
|
|
160
160
|
| >> SEE MORE << |
|
|
161
|
-
| |
|
|
162
161
|
*--------------------*
|
|
163
162
|
|
|
164
163
|
https://app.companysemantics.ai/share/abc123
|
|
@@ -179,7 +178,7 @@ exports[`email render > chat.shared · Long preview 1`] = `
|
|
|
179
178
|
<html lang="en">
|
|
180
179
|
<head><meta charset="UTF-8"></head>
|
|
181
180
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
182
|
-
<p style="
|
|
181
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">A chat has been shared with you.</p>
|
|
183
182
|
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
184
183
|
<tr>
|
|
185
184
|
<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>
|
|
@@ -187,8 +186,8 @@ exports[`email render > chat.shared · Long preview 1`] = `
|
|
|
187
186
|
</tr>
|
|
188
187
|
</table><table cellpadding="0" cellspacing="0" border="0" style="margin: 16px 0;">
|
|
189
188
|
<tr>
|
|
190
|
-
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-right: 8px; vertical-align:
|
|
191
|
-
<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
|
|
189
|
+
<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
|
+
<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>
|
|
192
191
|
</tr>
|
|
193
192
|
</table>
|
|
194
193
|
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 20px; margin: 0 0 16px 0; max-width: 320px; text-align: center;">⋮</p>
|
|
@@ -206,20 +205,19 @@ exports[`email render > chat.shared · Long preview 1`] = `
|
|
|
206
205
|
"text": "A chat has been shared with you.
|
|
207
206
|
|
|
208
207
|
┌────────────────────────────────────┐
|
|
209
|
-
│ Code review feedback │
|
|
210
|
-
└────────────────────────────────────┘
|
|
208
|
+
│ Code review feedback │
|
|
209
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
211
210
|
|
|
212
211
|
┌──────────────────────────────────────┐
|
|
213
|
-
|
|
212
|
+
│ I reviewed the pull request and │
|
|
214
213
|
│ found several areas that need │
|
|
215
|
-
|
|
214
|
+
│ improvement. The authentication... │
|
|
215
|
+
[c_S] └──────────────────────────────────────┘
|
|
216
216
|
|
|
217
217
|
⋮
|
|
218
218
|
|
|
219
219
|
*--------------------*
|
|
220
|
-
| |
|
|
221
220
|
| >> SEE MORE << |
|
|
222
|
-
| |
|
|
223
221
|
*--------------------*
|
|
224
222
|
|
|
225
223
|
https://app.companysemantics.ai/share/preview789
|
|
@@ -240,15 +238,15 @@ exports[`email render > chat.shared · Long title 1`] = `
|
|
|
240
238
|
<html lang="en">
|
|
241
239
|
<head><meta charset="UTF-8"></head>
|
|
242
240
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
243
|
-
<p style="
|
|
241
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">A chat has been shared with you.</p>
|
|
244
242
|
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
245
243
|
<tr>
|
|
246
|
-
<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
|
|
244
|
+
<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>
|
|
247
245
|
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
248
246
|
</tr>
|
|
249
247
|
</table><table cellpadding="0" cellspacing="0" border="0" style="margin: 16px 0;">
|
|
250
248
|
<tr>
|
|
251
|
-
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-right: 8px; vertical-align:
|
|
249
|
+
<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>
|
|
252
250
|
<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>
|
|
253
251
|
</tr>
|
|
254
252
|
</table>
|
|
@@ -267,19 +265,19 @@ exports[`email render > chat.shared · Long title 1`] = `
|
|
|
267
265
|
"text": "A chat has been shared with you.
|
|
268
266
|
|
|
269
267
|
┌────────────────────────────────────┐
|
|
270
|
-
│
|
|
271
|
-
|
|
268
|
+
│This is a very long chat title that │
|
|
269
|
+
│ should be truncated to fit the │
|
|
270
|
+
│ layout properly │
|
|
271
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
272
272
|
|
|
273
273
|
┌──────────────────────────────────────┐
|
|
274
|
-
|
|
275
|
-
|
|
274
|
+
│ The assistant response preview text. │
|
|
275
|
+
[c_S] └──────────────────────────────────────┘
|
|
276
276
|
|
|
277
277
|
⋮
|
|
278
278
|
|
|
279
279
|
*--------------------*
|
|
280
|
-
| |
|
|
281
280
|
| >> SEE MORE << |
|
|
282
|
-
| |
|
|
283
281
|
*--------------------*
|
|
284
282
|
|
|
285
283
|
https://app.companysemantics.ai/share/long456
|
|
@@ -300,7 +298,7 @@ exports[`email render > chat.shared · No preview 1`] = `
|
|
|
300
298
|
<html lang="en">
|
|
301
299
|
<head><meta charset="UTF-8"></head>
|
|
302
300
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
303
|
-
<p style="
|
|
301
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">A chat has been shared with you.</p>
|
|
304
302
|
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
305
303
|
<tr>
|
|
306
304
|
<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;">Quick sync notes</td>
|
|
@@ -322,15 +320,13 @@ exports[`email render > chat.shared · No preview 1`] = `
|
|
|
322
320
|
"text": "A chat has been shared with you.
|
|
323
321
|
|
|
324
322
|
┌────────────────────────────────────┐
|
|
325
|
-
│ Quick sync notes │
|
|
326
|
-
└────────────────────────────────────┘
|
|
323
|
+
│ Quick sync notes │
|
|
324
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
327
325
|
|
|
328
326
|
⋮
|
|
329
327
|
|
|
330
328
|
*--------------------*
|
|
331
|
-
| |
|
|
332
329
|
| >> SEE MORE << |
|
|
333
|
-
| |
|
|
334
330
|
*--------------------*
|
|
335
331
|
|
|
336
332
|
https://app.companysemantics.ai/share/xyz789
|
|
@@ -351,7 +347,7 @@ exports[`email render > chat.shared · Short 1`] = `
|
|
|
351
347
|
<html lang="en">
|
|
352
348
|
<head><meta charset="UTF-8"></head>
|
|
353
349
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
354
|
-
<p style="
|
|
350
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">A chat has been shared with you.</p>
|
|
355
351
|
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
356
352
|
<tr>
|
|
357
353
|
<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>
|
|
@@ -359,7 +355,7 @@ exports[`email render > chat.shared · Short 1`] = `
|
|
|
359
355
|
</tr>
|
|
360
356
|
</table><table cellpadding="0" cellspacing="0" border="0" style="margin: 16px 0;">
|
|
361
357
|
<tr>
|
|
362
|
-
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-right: 8px; vertical-align:
|
|
358
|
+
<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>
|
|
363
359
|
<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>
|
|
364
360
|
</tr>
|
|
365
361
|
</table>
|
|
@@ -378,19 +374,17 @@ exports[`email render > chat.shared · Short 1`] = `
|
|
|
378
374
|
"text": "A chat has been shared with you.
|
|
379
375
|
|
|
380
376
|
┌────────────────────────────────────┐
|
|
381
|
-
│ Hi │
|
|
382
|
-
└────────────────────────────────────┘
|
|
377
|
+
│ Hi │
|
|
378
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
383
379
|
|
|
384
380
|
┌──────────────────────────────────────┐
|
|
385
|
-
|
|
386
|
-
|
|
381
|
+
│ Hello! │
|
|
382
|
+
[c_S] └──────────────────────────────────────┘
|
|
387
383
|
|
|
388
384
|
⋮
|
|
389
385
|
|
|
390
386
|
*--------------------*
|
|
391
|
-
| |
|
|
392
387
|
| >> SEE MORE << |
|
|
393
|
-
| |
|
|
394
388
|
*--------------------*
|
|
395
389
|
|
|
396
390
|
https://app.companysemantics.ai/share/short123
|
|
@@ -411,8 +405,8 @@ exports[`email render > companyMd.access_request_approved · Editor 1`] = `
|
|
|
411
405
|
<html lang="en">
|
|
412
406
|
<head><meta charset="UTF-8"></head>
|
|
413
407
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
414
|
-
<p style="
|
|
415
|
-
<p style="
|
|
408
|
+
<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>"Engineering Handbook"</b> — you can edit.</p>
|
|
416
410
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
417
411
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
418
412
|
<a href="https://app.companysemantics.ai/doc/handbook" style="color: #0047FF; text-decoration: underline;"><b>>> OPEN <<</b></a>
|
|
@@ -426,11 +420,9 @@ exports[`email render > companyMd.access_request_approved · Editor 1`] = `
|
|
|
426
420
|
|
|
427
421
|
Jordan Lee approved your request to access "Engineering Handbook" — you can edit.
|
|
428
422
|
|
|
429
|
-
|
|
430
|
-
|
|
|
431
|
-
|
|
432
|
-
| |
|
|
433
|
-
*--------------------*
|
|
423
|
+
*----------------*
|
|
424
|
+
| >> OPEN << |
|
|
425
|
+
*----------------*
|
|
434
426
|
|
|
435
427
|
https://app.companysemantics.ai/doc/handbook
|
|
436
428
|
|
|
@@ -448,8 +440,8 @@ exports[`email render > companyMd.access_request_approved · Viewer 1`] = `
|
|
|
448
440
|
<html lang="en">
|
|
449
441
|
<head><meta charset="UTF-8"></head>
|
|
450
442
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
451
|
-
<p style="
|
|
452
|
-
<p style="
|
|
443
|
+
<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>"Engineering Handbook"</b> — you can view.</p>
|
|
453
445
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
454
446
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
455
447
|
<a href="https://app.companysemantics.ai/doc/handbook" style="color: #0047FF; text-decoration: underline;"><b>>> OPEN <<</b></a>
|
|
@@ -463,11 +455,9 @@ exports[`email render > companyMd.access_request_approved · Viewer 1`] = `
|
|
|
463
455
|
|
|
464
456
|
Jordan Lee approved your request to access "Engineering Handbook" — you can view.
|
|
465
457
|
|
|
466
|
-
|
|
467
|
-
|
|
|
468
|
-
|
|
469
|
-
| |
|
|
470
|
-
*--------------------*
|
|
458
|
+
*----------------*
|
|
459
|
+
| >> OPEN << |
|
|
460
|
+
*----------------*
|
|
471
461
|
|
|
472
462
|
https://app.companysemantics.ai/doc/handbook
|
|
473
463
|
|
|
@@ -485,8 +475,8 @@ exports[`email render > companyMd.access_request_denied · No reason 1`] = `
|
|
|
485
475
|
<html lang="en">
|
|
486
476
|
<head><meta charset="UTF-8"></head>
|
|
487
477
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
488
|
-
<p style="
|
|
489
|
-
<p style="
|
|
478
|
+
<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>"Engineering Handbook"</b>.</p>
|
|
490
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>
|
|
491
481
|
</body>
|
|
492
482
|
</html>",
|
|
@@ -509,12 +499,17 @@ exports[`email render > companyMd.access_request_denied · With reason 1`] = `
|
|
|
509
499
|
<html lang="en">
|
|
510
500
|
<head><meta charset="UTF-8"></head>
|
|
511
501
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
512
|
-
<p style="
|
|
513
|
-
<p style="
|
|
514
|
-
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0
|
|
515
|
-
<tr
|
|
516
|
-
<
|
|
517
|
-
|
|
502
|
+
<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>"Engineering Handbook"</b>.</p>
|
|
504
|
+
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
505
|
+
<tr>
|
|
506
|
+
<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>
|
|
507
|
+
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
508
|
+
</tr>
|
|
509
|
+
<tr>
|
|
510
|
+
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 11px; color: #888; text-align: right; padding-top: 4px;">Reason from Jordan Lee</td>
|
|
511
|
+
<td></td>
|
|
512
|
+
</tr>
|
|
518
513
|
</table>
|
|
519
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>
|
|
520
515
|
</body>
|
|
@@ -524,8 +519,11 @@ exports[`email render > companyMd.access_request_denied · With reason 1`] = `
|
|
|
524
519
|
|
|
525
520
|
Jordan Lee declined your request to access "Engineering Handbook".
|
|
526
521
|
|
|
527
|
-
|
|
528
|
-
|
|
522
|
+
┌────────────────────────────────────┐
|
|
523
|
+
│This doc is limited to the platform │
|
|
524
|
+
│ team for now. │
|
|
525
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
526
|
+
Reason from Jordan Lee
|
|
529
527
|
|
|
530
528
|
This notification was sent via Company Semantics.
|
|
531
529
|
---
|
|
@@ -541,8 +539,8 @@ exports[`email render > companyMd.access_requested · No message 1`] = `
|
|
|
541
539
|
<html lang="en">
|
|
542
540
|
<head><meta charset="UTF-8"></head>
|
|
543
541
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
544
|
-
<p style="
|
|
545
|
-
<p style="
|
|
542
|
+
<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>"Engineering Handbook"</b>.</p>
|
|
546
544
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
547
545
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
548
546
|
<a href="https://app.companysemantics.ai/doc/handbook?request=req_456" style="color: #0047FF; text-decoration: underline;"><b>>> REVIEW <<</b></a>
|
|
@@ -557,11 +555,9 @@ exports[`email render > companyMd.access_requested · No message 1`] = `
|
|
|
557
555
|
|
|
558
556
|
Sam Chen is requesting access to "Engineering Handbook".
|
|
559
557
|
|
|
560
|
-
|
|
561
|
-
|
|
|
562
|
-
|
|
563
|
-
| |
|
|
564
|
-
*--------------------*
|
|
558
|
+
*------------------*
|
|
559
|
+
| >> REVIEW << |
|
|
560
|
+
*------------------*
|
|
565
561
|
|
|
566
562
|
https://app.companysemantics.ai/doc/handbook?request=req_456
|
|
567
563
|
|
|
@@ -580,12 +576,17 @@ exports[`email render > companyMd.access_requested · With message 1`] = `
|
|
|
580
576
|
<html lang="en">
|
|
581
577
|
<head><meta charset="UTF-8"></head>
|
|
582
578
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
583
|
-
<p style="
|
|
584
|
-
<p style="
|
|
585
|
-
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0
|
|
586
|
-
<tr
|
|
587
|
-
<
|
|
588
|
-
|
|
579
|
+
<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>"Engineering Handbook"</b>.</p>
|
|
581
|
+
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
582
|
+
<tr>
|
|
583
|
+
<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>
|
|
584
|
+
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
585
|
+
</tr>
|
|
586
|
+
<tr>
|
|
587
|
+
<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 Sam Chen</td>
|
|
588
|
+
<td></td>
|
|
589
|
+
</tr>
|
|
589
590
|
</table>
|
|
590
591
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
591
592
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
@@ -601,14 +602,15 @@ exports[`email render > companyMd.access_requested · With message 1`] = `
|
|
|
601
602
|
|
|
602
603
|
Sam Chen is requesting access to "Engineering Handbook".
|
|
603
604
|
|
|
604
|
-
|
|
605
|
-
|
|
605
|
+
┌────────────────────────────────────┐
|
|
606
|
+
│ I'd like to contribute the │
|
|
607
|
+
│ onboarding section. │
|
|
608
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
609
|
+
Message from Sam Chen
|
|
606
610
|
|
|
607
|
-
|
|
608
|
-
|
|
|
609
|
-
|
|
610
|
-
| |
|
|
611
|
-
*--------------------*
|
|
611
|
+
*------------------*
|
|
612
|
+
| >> REVIEW << |
|
|
613
|
+
*------------------*
|
|
612
614
|
|
|
613
615
|
https://app.companysemantics.ai/doc/handbook?request=req_123
|
|
614
616
|
|
|
@@ -627,7 +629,7 @@ exports[`email render > org.invite · Admin 1`] = `
|
|
|
627
629
|
<html lang="en">
|
|
628
630
|
<head><meta charset="UTF-8"></head>
|
|
629
631
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
630
|
-
<p style="
|
|
632
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Workspace invitation.</p>
|
|
631
633
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0;">
|
|
632
634
|
<tr><td style="padding: 20px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
633
635
|
<a href="https://app.companysemantics.ai/invite/abc123" style="color: #0047FF; text-decoration: underline;"><b>>> JOIN <<</b></a>
|
|
@@ -643,19 +645,17 @@ exports[`email render > org.invite · Admin 1`] = `
|
|
|
643
645
|
</html>",
|
|
644
646
|
"subject": "You have been invited to join a workspace",
|
|
645
647
|
"text": "Workspace invitation.
|
|
646
|
-
|
|
647
|
-
|
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
648
|
+
*----------------*
|
|
649
|
+
| >> JOIN << |
|
|
650
|
+
*----------------*
|
|
651
|
+
|
|
652
|
+
https://app.companysemantics.ai/invite/abc123
|
|
651
653
|
|
|
652
654
|
From: Alex Rivera
|
|
653
655
|
Workspace: Acme Corp
|
|
654
656
|
Role: admin
|
|
655
657
|
Expires in: 7 days
|
|
656
658
|
|
|
657
|
-
https://app.companysemantics.ai/invite/abc123
|
|
658
|
-
|
|
659
659
|
This invitation was sent via Company Semantics.
|
|
660
660
|
If you weren't expecting this, no action is required.
|
|
661
661
|
---
|
|
@@ -671,7 +671,7 @@ exports[`email render > org.invite · Member 1`] = `
|
|
|
671
671
|
<html lang="en">
|
|
672
672
|
<head><meta charset="UTF-8"></head>
|
|
673
673
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
674
|
-
<p style="
|
|
674
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Workspace invitation.</p>
|
|
675
675
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0;">
|
|
676
676
|
<tr><td style="padding: 20px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
677
677
|
<a href="https://app.companysemantics.ai/invite/def456" style="color: #0047FF; text-decoration: underline;"><b>>> JOIN <<</b></a>
|
|
@@ -687,19 +687,17 @@ exports[`email render > org.invite · Member 1`] = `
|
|
|
687
687
|
</html>",
|
|
688
688
|
"subject": "You have been invited to join a workspace",
|
|
689
689
|
"text": "Workspace invitation.
|
|
690
|
-
|
|
691
|
-
|
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
690
|
+
*----------------*
|
|
691
|
+
| >> JOIN << |
|
|
692
|
+
*----------------*
|
|
693
|
+
|
|
694
|
+
https://app.companysemantics.ai/invite/def456
|
|
695
695
|
|
|
696
696
|
From: Alex Rivera
|
|
697
697
|
Workspace: Acme Corp
|
|
698
698
|
Role: member
|
|
699
699
|
Expires in: 7 days
|
|
700
700
|
|
|
701
|
-
https://app.companysemantics.ai/invite/def456
|
|
702
|
-
|
|
703
701
|
This invitation was sent via Company Semantics.
|
|
704
702
|
If you weren't expecting this, no action is required.
|
|
705
703
|
---
|
|
@@ -732,8 +730,11 @@ exports[`email render > org.ownership_transfer · With note 1`] = `
|
|
|
732
730
|
"subject": "You've been invited to become a workspace owner",
|
|
733
731
|
"text": "You have been invited to become the owner of "Acme Corp".
|
|
734
732
|
|
|
735
|
-
|
|
736
|
-
|
|
733
|
+
┌────────────────────────────────────┐
|
|
734
|
+
│ Handing this over as I move to an │
|
|
735
|
+
│ advisory role. │
|
|
736
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
737
|
+
Message from the current owner
|
|
737
738
|
|
|
738
739
|
To accept this invitation, please click the link below:
|
|
739
740
|
https://app.companysemantics.ai/owner-transfer/accept/tok123
|
|
@@ -769,8 +770,8 @@ exports[`email render > org.unit_owner_granted · Delegate, no message 1`] = `
|
|
|
769
770
|
<html lang="en">
|
|
770
771
|
<head><meta charset="UTF-8"></head>
|
|
771
772
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
772
|
-
<p style="
|
|
773
|
-
<p style="
|
|
773
|
+
<p style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; margin: 0 0 20px 0;">Hi,</p>
|
|
774
|
+
<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> added you as a <b>Delegate</b> of <b>Platform Engineering</b>.</p>
|
|
774
775
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
775
776
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
776
777
|
<a href="https://app.companysemantics.ai/org/unit/42" style="color: #0047FF; text-decoration: underline;"><b>>> VIEW TEAM <<</b></a>
|
|
@@ -785,11 +786,9 @@ exports[`email render > org.unit_owner_granted · Delegate, no message 1`] = `
|
|
|
785
786
|
|
|
786
787
|
Jordan Lee added you as a Delegate of "Platform Engineering".
|
|
787
788
|
|
|
788
|
-
|
|
789
|
-
|
|
|
790
|
-
|
|
791
|
-
| |
|
|
792
|
-
*--------------------*
|
|
789
|
+
*---------------------*
|
|
790
|
+
| >> VIEW TEAM << |
|
|
791
|
+
*---------------------*
|
|
793
792
|
|
|
794
793
|
https://app.companysemantics.ai/org/unit/42
|
|
795
794
|
|
|
@@ -808,12 +807,17 @@ exports[`email render > org.unit_owner_granted · Unit owner + message 1`] = `
|
|
|
808
807
|
<html lang="en">
|
|
809
808
|
<head><meta charset="UTF-8"></head>
|
|
810
809
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
811
|
-
<p style="
|
|
812
|
-
<p style="
|
|
813
|
-
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0
|
|
814
|
-
<tr
|
|
815
|
-
<
|
|
816
|
-
|
|
810
|
+
<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>
|
|
811
|
+
<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> added you as a <b>Unit owner</b> of <b>Platform Engineering</b>.</p>
|
|
812
|
+
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
813
|
+
<tr>
|
|
814
|
+
<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;">Welcome aboard — glad to have you owning this team.</td>
|
|
815
|
+
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
816
|
+
</tr>
|
|
817
|
+
<tr>
|
|
818
|
+
<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 Jordan Lee</td>
|
|
819
|
+
<td></td>
|
|
820
|
+
</tr>
|
|
817
821
|
</table>
|
|
818
822
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
819
823
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
@@ -829,14 +833,15 @@ exports[`email render > org.unit_owner_granted · Unit owner + message 1`] = `
|
|
|
829
833
|
|
|
830
834
|
Jordan Lee added you as a Unit owner of "Platform Engineering".
|
|
831
835
|
|
|
832
|
-
|
|
833
|
-
|
|
836
|
+
┌────────────────────────────────────┐
|
|
837
|
+
│ Welcome aboard — glad to have you │
|
|
838
|
+
│ owning this team. │
|
|
839
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
840
|
+
Message from Jordan Lee
|
|
834
841
|
|
|
835
|
-
|
|
836
|
-
|
|
|
837
|
-
|
|
838
|
-
| |
|
|
839
|
-
*--------------------*
|
|
842
|
+
*---------------------*
|
|
843
|
+
| >> VIEW TEAM << |
|
|
844
|
+
*---------------------*
|
|
840
845
|
|
|
841
846
|
https://app.companysemantics.ai/org/unit/42
|
|
842
847
|
|
|
@@ -892,12 +897,17 @@ exports[`email render > share.granted · Document · editor · message 1`] = `
|
|
|
892
897
|
<html lang="en">
|
|
893
898
|
<head><meta charset="UTF-8"></head>
|
|
894
899
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
895
|
-
<p style="
|
|
896
|
-
<p style="
|
|
897
|
-
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0
|
|
898
|
-
<tr
|
|
899
|
-
<
|
|
900
|
-
|
|
900
|
+
<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>"Q3 Roadmap"</b> with you — you can edit.</p>
|
|
902
|
+
<table cellpadding="0" cellspacing="0" border="0" style="margin: 0 0 16px 0;">
|
|
903
|
+
<tr>
|
|
904
|
+
<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>
|
|
905
|
+
<td style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 14px; padding-left: 8px; vertical-align: bottom;">(•̀_ರ╮)</td>
|
|
906
|
+
</tr>
|
|
907
|
+
<tr>
|
|
908
|
+
<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 Jordan Lee</td>
|
|
909
|
+
<td></td>
|
|
910
|
+
</tr>
|
|
901
911
|
</table>
|
|
902
912
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
903
913
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
@@ -913,14 +923,15 @@ exports[`email render > share.granted · Document · editor · message 1`] = `
|
|
|
913
923
|
|
|
914
924
|
Jordan Lee shared the document "Q3 Roadmap" with you — you can edit.
|
|
915
925
|
|
|
916
|
-
|
|
917
|
-
|
|
926
|
+
┌────────────────────────────────────┐
|
|
927
|
+
│ Take a look before Thursday's │
|
|
928
|
+
│ planning. │
|
|
929
|
+
└────────────────────────────────────┘ (•̀_ರ╮)
|
|
930
|
+
Message from Jordan Lee
|
|
918
931
|
|
|
919
|
-
|
|
920
|
-
|
|
|
921
|
-
|
|
922
|
-
| |
|
|
923
|
-
*--------------------*
|
|
932
|
+
*----------------*
|
|
933
|
+
| >> OPEN << |
|
|
934
|
+
*----------------*
|
|
924
935
|
|
|
925
936
|
https://app.companysemantics.ai/doc/roadmap
|
|
926
937
|
|
|
@@ -939,8 +950,8 @@ exports[`email render > share.granted · Meeting · viewer · no title 1`] = `
|
|
|
939
950
|
<html lang="en">
|
|
940
951
|
<head><meta charset="UTF-8"></head>
|
|
941
952
|
<body style="font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; color: #1a1a1a; margin: 0; padding: 0;">
|
|
942
|
-
<p style="
|
|
943
|
-
<p style="
|
|
953
|
+
<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 — you can view.</p>
|
|
944
955
|
<table cellpadding="0" cellspacing="0" border="0" style="border: 2px solid #1a1a1a; margin: 0 0 20px 0; max-width: 220px;">
|
|
945
956
|
<tr><td style="padding: 16px 24px; text-align: center; font-family: 'SF Mono', SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; font-size: 16px;">
|
|
946
957
|
<a href="https://app.companysemantics.ai/meeting/8842" style="color: #0047FF; text-decoration: underline;"><b>>> OPEN <<</b></a>
|
|
@@ -955,11 +966,9 @@ exports[`email render > share.granted · Meeting · viewer · no title 1`] = `
|
|
|
955
966
|
|
|
956
967
|
Jordan Lee shared a meeting with you — you can view.
|
|
957
968
|
|
|
958
|
-
|
|
959
|
-
|
|
|
960
|
-
|
|
961
|
-
| |
|
|
962
|
-
*--------------------*
|
|
969
|
+
*----------------*
|
|
970
|
+
| >> OPEN << |
|
|
971
|
+
*----------------*
|
|
963
972
|
|
|
964
973
|
https://app.companysemantics.ai/meeting/8842
|
|
965
974
|
|