twentythree-cli 1.3.0 → 1.3.3
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/dist/commands/auth/switch.cjs +45 -0
- package/dist/commands/video/replace.cjs +4 -1
- package/dist/commands/video/upload.cjs +15 -7
- package/dist/commands/webinar/create.cjs +4 -1
- package/dist/commands/webinar/repeat.cjs +4 -1
- package/dist/commands/webinar/series/create.cjs +4 -1
- package/docs/commands/action/add.md +1 -1
- package/docs/commands/action/delete.md +1 -1
- package/docs/commands/action/exclude.md +1 -1
- package/docs/commands/action/get.md +1 -1
- package/docs/commands/action/include.md +1 -1
- package/docs/commands/action/list.md +1 -1
- package/docs/commands/action/types.md +1 -1
- package/docs/commands/action/update.md +1 -1
- package/docs/commands/action/upload.md +1 -1
- package/docs/commands/action.md +9 -9
- package/docs/commands/analytics/conversions.md +3 -3
- package/docs/commands/analytics/live.md +9 -9
- package/docs/commands/analytics/usage.md +18 -18
- package/docs/commands/analytics/video.md +12 -12
- package/docs/commands/analytics.md +42 -42
- package/docs/commands/app/add.md +1 -1
- package/docs/commands/app/delete.md +1 -1
- package/docs/commands/app/list.md +38 -0
- package/docs/commands/app/remove-thumbnail.md +32 -0
- package/docs/commands/app/set-thumbnail.md +35 -0
- package/docs/commands/app/update.md +1 -1
- package/docs/commands/app.md +93 -3
- package/docs/commands/audience/companies.md +1 -1
- package/docs/commands/audience/field.md +4 -4
- package/docs/commands/audience/funnel.md +1 -1
- package/docs/commands/audience/identity-sources.md +1 -1
- package/docs/commands/audience/list-collectors.md +1 -1
- package/docs/commands/audience/list.md +1 -1
- package/docs/commands/audience/metrics.md +1 -1
- package/docs/commands/audience/register.md +1 -1
- package/docs/commands/audience/remove.md +1 -1
- package/docs/commands/audience/search.md +1 -1
- package/docs/commands/audience/timelines.md +1 -1
- package/docs/commands/audience/unregister.md +1 -1
- package/docs/commands/audience.md +15 -15
- package/docs/commands/auth/credentials.md +1 -1
- package/docs/commands/auth/status.md +1 -1
- package/docs/commands/auth/switch.md +23 -0
- package/docs/commands/auth.md +20 -2
- package/docs/commands/autocomplete.md +27 -0
- package/docs/commands/category/create.md +1 -1
- package/docs/commands/category/delete.md +1 -1
- package/docs/commands/category/list.md +1 -1
- package/docs/commands/category/update.md +1 -1
- package/docs/commands/category.md +5 -5
- package/docs/commands/collector/exclude.md +1 -1
- package/docs/commands/collector/include.md +1 -1
- package/docs/commands/collector/list.md +1 -1
- package/docs/commands/collector.md +3 -3
- package/docs/commands/comment/add.md +1 -1
- package/docs/commands/comment/clone.md +1 -1
- package/docs/commands/comment/delete.md +1 -1
- package/docs/commands/comment/list.md +1 -1
- package/docs/commands/comment/promote.md +1 -1
- package/docs/commands/comment/reaction.md +3 -3
- package/docs/commands/comment/set-order.md +1 -1
- package/docs/commands/comment/update.md +1 -1
- package/docs/commands/comment.md +10 -10
- package/docs/commands/doctor.md +1 -1
- package/docs/commands/openupload/list.md +1 -1
- package/docs/commands/openupload/update-file.md +1 -1
- package/docs/commands/openupload/upload-file.md +1 -1
- package/docs/commands/openupload.md +3 -3
- package/docs/commands/player/delete.md +1 -1
- package/docs/commands/player/embed-versions.md +1 -1
- package/docs/commands/player/embed.md +1 -1
- package/docs/commands/player/list.md +1 -1
- package/docs/commands/player/remove-thumbnail.md +32 -0
- package/docs/commands/player/set-thumbnail.md +35 -0
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +63 -6
- package/docs/commands/poll/add.md +1 -1
- package/docs/commands/poll/answer.md +1 -1
- package/docs/commands/poll/list.md +1 -1
- package/docs/commands/poll/remove.md +1 -1
- package/docs/commands/poll/set-options.md +1 -1
- package/docs/commands/poll/update.md +1 -1
- package/docs/commands/poll.md +6 -6
- package/docs/commands/presentation/page.md +1 -1
- package/docs/commands/presentation/setting.md +2 -2
- package/docs/commands/presentation.md +3 -3
- package/docs/commands/protection/protect.md +1 -1
- package/docs/commands/protection/unprotect.md +1 -1
- package/docs/commands/protection/verify.md +1 -1
- package/docs/commands/protection.md +3 -3
- package/docs/commands/session/get-token.md +1 -1
- package/docs/commands/session/redeem-token.md +1 -1
- package/docs/commands/session.md +2 -2
- package/docs/commands/setting/update.md +1 -1
- package/docs/commands/setting.md +1 -1
- package/docs/commands/site/get.md +1 -1
- package/docs/commands/site/search.md +1 -1
- package/docs/commands/site.md +2 -2
- package/docs/commands/spot/check.md +1 -1
- package/docs/commands/spot/create.md +1 -1
- package/docs/commands/spot/delete.md +1 -1
- package/docs/commands/spot/list.md +1 -1
- package/docs/commands/spot/reset-version.md +1 -1
- package/docs/commands/spot/set-videos.md +1 -1
- package/docs/commands/spot/update.md +1 -1
- package/docs/commands/spot.md +7 -7
- package/docs/commands/tag/list.md +1 -1
- package/docs/commands/tag/related.md +1 -1
- package/docs/commands/tag.md +2 -2
- package/docs/commands/thumbnail/add.md +1 -1
- package/docs/commands/thumbnail/data.md +1 -1
- package/docs/commands/thumbnail/delete.md +1 -1
- package/docs/commands/thumbnail/duplicate.md +1 -1
- package/docs/commands/thumbnail/file.md +3 -3
- package/docs/commands/thumbnail/list.md +1 -1
- package/docs/commands/thumbnail/preview-scss.md +35 -0
- package/docs/commands/thumbnail/update.md +1 -1
- package/docs/commands/thumbnail.md +40 -10
- package/docs/commands/user/create.md +1 -1
- package/docs/commands/user/get-login-token.md +1 -1
- package/docs/commands/user/get.md +1 -1
- package/docs/commands/user/list.md +1 -1
- package/docs/commands/user/redeem-login-token.md +1 -1
- package/docs/commands/user/send-invitation.md +1 -1
- package/docs/commands/user/tokens.md +1 -1
- package/docs/commands/user/update.md +1 -1
- package/docs/commands/user.md +8 -8
- package/docs/commands/video/delete.md +1 -1
- package/docs/commands/video/frame.md +1 -1
- package/docs/commands/video/get.md +1 -1
- package/docs/commands/video/list.md +1 -1
- package/docs/commands/video/replace.md +1 -1
- package/docs/commands/video/section.md +33 -6
- package/docs/commands/video/subtitle.md +16 -21
- package/docs/commands/video/transcoding-progress.md +1 -1
- package/docs/commands/video/update.md +4 -2
- package/docs/commands/video/upload.md +1 -1
- package/docs/commands/video.md +61 -37
- package/docs/commands/webhook/events.md +1 -1
- package/docs/commands/webhook/list.md +1 -1
- package/docs/commands/webhook/sample.md +1 -1
- package/docs/commands/webhook/subscribe.md +1 -1
- package/docs/commands/webhook/unsubscribe.md +1 -1
- package/docs/commands/webhook.md +5 -5
- package/docs/commands/webinar/attachment.md +4 -4
- package/docs/commands/webinar/clips.md +1 -1
- package/docs/commands/webinar/create.md +1 -1
- package/docs/commands/webinar/delete.md +1 -1
- package/docs/commands/webinar/highlights.md +1 -1
- package/docs/commands/webinar/list-formats.md +1 -1
- package/docs/commands/webinar/list.md +1 -1
- package/docs/commands/webinar/log.md +1 -1
- package/docs/commands/webinar/mail.md +7 -7
- package/docs/commands/webinar/metrics.md +1 -1
- package/docs/commands/webinar/queued-video.md +2 -2
- package/docs/commands/webinar/recording.md +4 -4
- package/docs/commands/webinar/repeat.md +1 -1
- package/docs/commands/webinar/room.md +4 -4
- package/docs/commands/webinar/section.md +4 -4
- package/docs/commands/webinar/series.md +16 -13
- package/docs/commands/webinar/speaker.md +14 -14
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +4 -2
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +74 -69
- package/docs/commands/workspace/list.md +1 -1
- package/docs/commands/workspace/use.md +1 -1
- package/docs/commands/workspace.md +2 -2
- package/oclif.manifest.json +1092 -1060
- package/package.json +1 -1
package/docs/commands/session.md
CHANGED
|
@@ -36,7 +36,7 @@ EXAMPLES
|
|
|
36
36
|
$ twentythree session get-token --json
|
|
37
37
|
```
|
|
38
38
|
|
|
39
|
-
_See code: [src/commands/session/get-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
39
|
+
_See code: [src/commands/session/get-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/session/get-token.ts)_
|
|
40
40
|
|
|
41
41
|
## `twentythree session redeem-token`
|
|
42
42
|
|
|
@@ -62,4 +62,4 @@ EXAMPLES
|
|
|
62
62
|
$ twentythree session redeem-token --session-token <token> --json
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
_See code: [src/commands/session/redeem-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
65
|
+
_See code: [src/commands/session/redeem-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/session/redeem-token.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree setting update --set timezone=UTC --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/setting/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/setting/update.ts)_
|
package/docs/commands/setting.md
CHANGED
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree setting update --set timezone=UTC --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/setting/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/setting/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/setting/update.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree site get --include-quota --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/site/get.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/site/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/site/get.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree site search --search "webinar" --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/site/search.ts](https://github.com/23/twentythree-cli/blob/
|
|
38
|
+
_See code: [src/commands/site/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/site/search.ts)_
|
package/docs/commands/site.md
CHANGED
|
@@ -33,7 +33,7 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree site get --include-quota --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/site/get.ts](https://github.com/23/twentythree-cli/blob/
|
|
36
|
+
_See code: [src/commands/site/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/site/get.ts)_
|
|
37
37
|
|
|
38
38
|
## `twentythree site search`
|
|
39
39
|
|
|
@@ -65,4 +65,4 @@ EXAMPLES
|
|
|
65
65
|
$ twentythree site search --search "webinar" --json
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
_See code: [src/commands/site/search.ts](https://github.com/23/twentythree-cli/blob/
|
|
68
|
+
_See code: [src/commands/site/search.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/site/search.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree spot check 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/spot/check.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/spot/check.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/check.ts)_
|
|
@@ -35,4 +35,4 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree spot create --spot-name "My Spot" --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/spot/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
38
|
+
_See code: [src/commands/spot/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/create.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree spot delete 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/spot/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/spot/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/delete.ts)_
|
|
@@ -40,4 +40,4 @@ EXAMPLES
|
|
|
40
40
|
$ twentythree spot list --json
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
_See code: [src/commands/spot/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
43
|
+
_See code: [src/commands/spot/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree spot reset-version 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/spot/reset-version.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/spot/reset-version.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/reset-version.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree spot set-videos 12345 --videos "111" --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/spot/set-videos.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/spot/set-videos.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/set-videos.ts)_
|
|
@@ -37,4 +37,4 @@ EXAMPLES
|
|
|
37
37
|
$ twentythree spot update 12345 --spot-name "New Name" --json
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
_See code: [src/commands/spot/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
40
|
+
_See code: [src/commands/spot/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/update.ts)_
|
package/docs/commands/spot.md
CHANGED
|
@@ -35,7 +35,7 @@ EXAMPLES
|
|
|
35
35
|
$ twentythree spot check 12345 --json
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
_See code: [src/commands/spot/check.ts](https://github.com/23/twentythree-cli/blob/
|
|
38
|
+
_See code: [src/commands/spot/check.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/check.ts)_
|
|
39
39
|
|
|
40
40
|
## `twentythree spot create`
|
|
41
41
|
|
|
@@ -67,7 +67,7 @@ EXAMPLES
|
|
|
67
67
|
$ twentythree spot create --spot-name "My Spot" --json
|
|
68
68
|
```
|
|
69
69
|
|
|
70
|
-
_See code: [src/commands/spot/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
70
|
+
_See code: [src/commands/spot/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/create.ts)_
|
|
71
71
|
|
|
72
72
|
## `twentythree spot delete ID`
|
|
73
73
|
|
|
@@ -93,7 +93,7 @@ EXAMPLES
|
|
|
93
93
|
$ twentythree spot delete 12345 --json
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
_See code: [src/commands/spot/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
96
|
+
_See code: [src/commands/spot/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/delete.ts)_
|
|
97
97
|
|
|
98
98
|
## `twentythree spot list`
|
|
99
99
|
|
|
@@ -130,7 +130,7 @@ EXAMPLES
|
|
|
130
130
|
$ twentythree spot list --json
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/spot/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
133
|
+
_See code: [src/commands/spot/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/list.ts)_
|
|
134
134
|
|
|
135
135
|
## `twentythree spot reset-version ID`
|
|
136
136
|
|
|
@@ -156,7 +156,7 @@ EXAMPLES
|
|
|
156
156
|
$ twentythree spot reset-version 12345 --json
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
_See code: [src/commands/spot/reset-version.ts](https://github.com/23/twentythree-cli/blob/
|
|
159
|
+
_See code: [src/commands/spot/reset-version.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/reset-version.ts)_
|
|
160
160
|
|
|
161
161
|
## `twentythree spot set-videos ID`
|
|
162
162
|
|
|
@@ -185,7 +185,7 @@ EXAMPLES
|
|
|
185
185
|
$ twentythree spot set-videos 12345 --videos "111" --json
|
|
186
186
|
```
|
|
187
187
|
|
|
188
|
-
_See code: [src/commands/spot/set-videos.ts](https://github.com/23/twentythree-cli/blob/
|
|
188
|
+
_See code: [src/commands/spot/set-videos.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/set-videos.ts)_
|
|
189
189
|
|
|
190
190
|
## `twentythree spot update ID`
|
|
191
191
|
|
|
@@ -219,4 +219,4 @@ EXAMPLES
|
|
|
219
219
|
$ twentythree spot update 12345 --spot-name "New Name" --json
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/spot/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
222
|
+
_See code: [src/commands/spot/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/spot/update.ts)_
|
|
@@ -41,4 +41,4 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree tag list --json
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/tag/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
44
|
+
_See code: [src/commands/tag/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/tag/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree tag related marketing --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/tag/related.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/tag/related.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/tag/related.ts)_
|
package/docs/commands/tag.md
CHANGED
|
@@ -42,7 +42,7 @@ EXAMPLES
|
|
|
42
42
|
$ twentythree tag list --json
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
_See code: [src/commands/tag/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
45
|
+
_See code: [src/commands/tag/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/tag/list.ts)_
|
|
46
46
|
|
|
47
47
|
## `twentythree tag related TAG`
|
|
48
48
|
|
|
@@ -68,4 +68,4 @@ EXAMPLES
|
|
|
68
68
|
$ twentythree tag related marketing --json
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/tag/related.ts](https://github.com/23/twentythree-cli/blob/
|
|
71
|
+
_See code: [src/commands/tag/related.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/tag/related.ts)_
|
|
@@ -30,4 +30,4 @@ EXAMPLES
|
|
|
30
30
|
$ twentythree thumbnail add --name "My Template" --liquid-template "<div>{{ video.title }}</div>" --json
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
_See code: [src/commands/thumbnail/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
33
|
+
_See code: [src/commands/thumbnail/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/add.ts)_
|
|
@@ -32,4 +32,4 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree thumbnail data 42 --object-id 12345 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/thumbnail/data.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/thumbnail/data.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/data.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree thumbnail delete 42 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/thumbnail/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/thumbnail/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/delete.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree thumbnail duplicate 42 --name "My Copy" --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/duplicate.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree thumbnail file delete --template-id 42 --filename logo.png --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
35
|
+
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/file/delete.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree thumbnail file list ID`
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree thumbnail file list 42 --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
61
|
+
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/file/list.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree thumbnail file upload FILE`
|
|
64
64
|
|
|
@@ -87,4 +87,4 @@ EXAMPLES
|
|
|
87
87
|
$ twentythree thumbnail file upload ./banner.jpg --template-id 42 --json
|
|
88
88
|
```
|
|
89
89
|
|
|
90
|
-
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/
|
|
90
|
+
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/file/upload.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree thumbnail list --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/list.ts)_
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
`twentythree thumbnail:preview-scss`
|
|
2
|
+
====================================
|
|
3
|
+
|
|
4
|
+
Preview SCSS compiled to CSS for a thumbnail template
|
|
5
|
+
|
|
6
|
+
* [`twentythree thumbnail preview-scss ID`](#twentythree-thumbnail-preview-scss-id)
|
|
7
|
+
|
|
8
|
+
## `twentythree thumbnail preview-scss ID`
|
|
9
|
+
|
|
10
|
+
Preview SCSS compiled to CSS for a thumbnail template
|
|
11
|
+
|
|
12
|
+
```
|
|
13
|
+
USAGE
|
|
14
|
+
$ twentythree thumbnail preview-scss ID --scss <value> [--json] [-w <value>]
|
|
15
|
+
|
|
16
|
+
ARGUMENTS
|
|
17
|
+
ID Thumbnail template ID
|
|
18
|
+
|
|
19
|
+
FLAGS
|
|
20
|
+
--scss=<value> (required) SCSS styles to prerender into CSS
|
|
21
|
+
|
|
22
|
+
GLOBAL FLAGS
|
|
23
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
24
|
+
--json Format output as json.
|
|
25
|
+
|
|
26
|
+
DESCRIPTION
|
|
27
|
+
Preview SCSS compiled to CSS for a thumbnail template
|
|
28
|
+
|
|
29
|
+
EXAMPLES
|
|
30
|
+
$ twentythree thumbnail preview-scss 42 --scss ".title { font-size: 32px; }"
|
|
31
|
+
|
|
32
|
+
$ twentythree thumbnail preview-scss 42 --scss ".title { color: red; }" --json
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
_See code: [src/commands/thumbnail/preview-scss.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/preview-scss.ts)_
|
|
@@ -41,4 +41,4 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree thumbnail update 42 --name "Updated Name" --json
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
44
|
+
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/update.ts)_
|
|
@@ -12,6 +12,7 @@ Manage thumbnail templates — list, add, update, delete, duplicate, data, and m
|
|
|
12
12
|
* [`twentythree thumbnail file list ID`](#twentythree-thumbnail-file-list-id)
|
|
13
13
|
* [`twentythree thumbnail file upload FILE`](#twentythree-thumbnail-file-upload-file)
|
|
14
14
|
* [`twentythree thumbnail list`](#twentythree-thumbnail-list)
|
|
15
|
+
* [`twentythree thumbnail preview-scss ID`](#twentythree-thumbnail-preview-scss-id)
|
|
15
16
|
* [`twentythree thumbnail update ID`](#twentythree-thumbnail-update-id)
|
|
16
17
|
|
|
17
18
|
## `twentythree thumbnail`
|
|
@@ -26,7 +27,7 @@ DESCRIPTION
|
|
|
26
27
|
Manage thumbnail templates — list, add, update, delete, duplicate, data, and manage files
|
|
27
28
|
```
|
|
28
29
|
|
|
29
|
-
_See code: [src/commands/thumbnail/index.ts](https://github.com/23/twentythree-cli/blob/
|
|
30
|
+
_See code: [src/commands/thumbnail/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/index.ts)_
|
|
30
31
|
|
|
31
32
|
## `twentythree thumbnail add`
|
|
32
33
|
|
|
@@ -53,7 +54,7 @@ EXAMPLES
|
|
|
53
54
|
$ twentythree thumbnail add --name "My Template" --liquid-template "<div>{{ video.title }}</div>" --json
|
|
54
55
|
```
|
|
55
56
|
|
|
56
|
-
_See code: [src/commands/thumbnail/add.ts](https://github.com/23/twentythree-cli/blob/
|
|
57
|
+
_See code: [src/commands/thumbnail/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/add.ts)_
|
|
57
58
|
|
|
58
59
|
## `twentythree thumbnail data ID`
|
|
59
60
|
|
|
@@ -82,7 +83,7 @@ EXAMPLES
|
|
|
82
83
|
$ twentythree thumbnail data 42 --object-id 12345 --json
|
|
83
84
|
```
|
|
84
85
|
|
|
85
|
-
_See code: [src/commands/thumbnail/data.ts](https://github.com/23/twentythree-cli/blob/
|
|
86
|
+
_See code: [src/commands/thumbnail/data.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/data.ts)_
|
|
86
87
|
|
|
87
88
|
## `twentythree thumbnail delete ID`
|
|
88
89
|
|
|
@@ -108,7 +109,7 @@ EXAMPLES
|
|
|
108
109
|
$ twentythree thumbnail delete 42 --json
|
|
109
110
|
```
|
|
110
111
|
|
|
111
|
-
_See code: [src/commands/thumbnail/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
112
|
+
_See code: [src/commands/thumbnail/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/delete.ts)_
|
|
112
113
|
|
|
113
114
|
## `twentythree thumbnail duplicate ID`
|
|
114
115
|
|
|
@@ -139,7 +140,7 @@ EXAMPLES
|
|
|
139
140
|
$ twentythree thumbnail duplicate 42 --name "My Copy" --json
|
|
140
141
|
```
|
|
141
142
|
|
|
142
|
-
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/
|
|
143
|
+
_See code: [src/commands/thumbnail/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/duplicate.ts)_
|
|
143
144
|
|
|
144
145
|
## `twentythree thumbnail file delete`
|
|
145
146
|
|
|
@@ -166,7 +167,7 @@ EXAMPLES
|
|
|
166
167
|
$ twentythree thumbnail file delete --template-id 42 --filename logo.png --json
|
|
167
168
|
```
|
|
168
169
|
|
|
169
|
-
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
170
|
+
_See code: [src/commands/thumbnail/file/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/file/delete.ts)_
|
|
170
171
|
|
|
171
172
|
## `twentythree thumbnail file list ID`
|
|
172
173
|
|
|
@@ -192,7 +193,7 @@ EXAMPLES
|
|
|
192
193
|
$ twentythree thumbnail file list 42 --json
|
|
193
194
|
```
|
|
194
195
|
|
|
195
|
-
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
196
|
+
_See code: [src/commands/thumbnail/file/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/file/list.ts)_
|
|
196
197
|
|
|
197
198
|
## `twentythree thumbnail file upload FILE`
|
|
198
199
|
|
|
@@ -221,7 +222,7 @@ EXAMPLES
|
|
|
221
222
|
$ twentythree thumbnail file upload ./banner.jpg --template-id 42 --json
|
|
222
223
|
```
|
|
223
224
|
|
|
224
|
-
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/
|
|
225
|
+
_See code: [src/commands/thumbnail/file/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/file/upload.ts)_
|
|
225
226
|
|
|
226
227
|
## `twentythree thumbnail list`
|
|
227
228
|
|
|
@@ -252,7 +253,36 @@ EXAMPLES
|
|
|
252
253
|
$ twentythree thumbnail list --json
|
|
253
254
|
```
|
|
254
255
|
|
|
255
|
-
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
256
|
+
_See code: [src/commands/thumbnail/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/list.ts)_
|
|
257
|
+
|
|
258
|
+
## `twentythree thumbnail preview-scss ID`
|
|
259
|
+
|
|
260
|
+
Preview SCSS compiled to CSS for a thumbnail template
|
|
261
|
+
|
|
262
|
+
```
|
|
263
|
+
USAGE
|
|
264
|
+
$ twentythree thumbnail preview-scss ID --scss <value> [--json] [-w <value>]
|
|
265
|
+
|
|
266
|
+
ARGUMENTS
|
|
267
|
+
ID Thumbnail template ID
|
|
268
|
+
|
|
269
|
+
FLAGS
|
|
270
|
+
--scss=<value> (required) SCSS styles to prerender into CSS
|
|
271
|
+
|
|
272
|
+
GLOBAL FLAGS
|
|
273
|
+
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
274
|
+
--json Format output as json.
|
|
275
|
+
|
|
276
|
+
DESCRIPTION
|
|
277
|
+
Preview SCSS compiled to CSS for a thumbnail template
|
|
278
|
+
|
|
279
|
+
EXAMPLES
|
|
280
|
+
$ twentythree thumbnail preview-scss 42 --scss ".title { font-size: 32px; }"
|
|
281
|
+
|
|
282
|
+
$ twentythree thumbnail preview-scss 42 --scss ".title { color: red; }" --json
|
|
283
|
+
```
|
|
284
|
+
|
|
285
|
+
_See code: [src/commands/thumbnail/preview-scss.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/preview-scss.ts)_
|
|
256
286
|
|
|
257
287
|
## `twentythree thumbnail update ID`
|
|
258
288
|
|
|
@@ -290,4 +320,4 @@ EXAMPLES
|
|
|
290
320
|
$ twentythree thumbnail update 42 --name "Updated Name" --json
|
|
291
321
|
```
|
|
292
322
|
|
|
293
|
-
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
323
|
+
_See code: [src/commands/thumbnail/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/thumbnail/update.ts)_
|
|
@@ -38,4 +38,4 @@ EXAMPLES
|
|
|
38
38
|
$ twentythree user create --email alice@example.com --json
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
_See code: [src/commands/user/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
41
|
+
_See code: [src/commands/user/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/create.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree user get-login-token 12345 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/user/get-login-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/user/get-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/get-login-token.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree user get 12345 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/user/get.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/user/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/get.ts)_
|
|
@@ -37,4 +37,4 @@ EXAMPLES
|
|
|
37
37
|
$ twentythree user list --json
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
_See code: [src/commands/user/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
40
|
+
_See code: [src/commands/user/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/list.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree user redeem-login-token --login-token abc123 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/user/redeem-login-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/user/redeem-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/redeem-login-token.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree user send-invitation 12345 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/user/send-invitation.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/user/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/send-invitation.ts)_
|
|
@@ -31,4 +31,4 @@ EXAMPLES
|
|
|
31
31
|
$ twentythree user tokens --json
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
_See code: [src/commands/user/tokens.ts](https://github.com/23/twentythree-cli/blob/
|
|
34
|
+
_See code: [src/commands/user/tokens.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/tokens.ts)_
|
|
@@ -41,4 +41,4 @@ EXAMPLES
|
|
|
41
41
|
$ twentythree user update 12345 --json
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
_See code: [src/commands/user/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
44
|
+
_See code: [src/commands/user/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/update.ts)_
|
package/docs/commands/user.md
CHANGED
|
@@ -45,7 +45,7 @@ EXAMPLES
|
|
|
45
45
|
$ twentythree user create --email alice@example.com --json
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
_See code: [src/commands/user/create.ts](https://github.com/23/twentythree-cli/blob/
|
|
48
|
+
_See code: [src/commands/user/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/create.ts)_
|
|
49
49
|
|
|
50
50
|
## `twentythree user get ID`
|
|
51
51
|
|
|
@@ -76,7 +76,7 @@ EXAMPLES
|
|
|
76
76
|
$ twentythree user get 12345 --json
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
_See code: [src/commands/user/get.ts](https://github.com/23/twentythree-cli/blob/
|
|
79
|
+
_See code: [src/commands/user/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/get.ts)_
|
|
80
80
|
|
|
81
81
|
## `twentythree user get-login-token ID`
|
|
82
82
|
|
|
@@ -107,7 +107,7 @@ EXAMPLES
|
|
|
107
107
|
$ twentythree user get-login-token 12345 --json
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/user/get-login-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
110
|
+
_See code: [src/commands/user/get-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/get-login-token.ts)_
|
|
111
111
|
|
|
112
112
|
## `twentythree user list`
|
|
113
113
|
|
|
@@ -141,7 +141,7 @@ EXAMPLES
|
|
|
141
141
|
$ twentythree user list --json
|
|
142
142
|
```
|
|
143
143
|
|
|
144
|
-
_See code: [src/commands/user/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
144
|
+
_See code: [src/commands/user/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/list.ts)_
|
|
145
145
|
|
|
146
146
|
## `twentythree user redeem-login-token`
|
|
147
147
|
|
|
@@ -167,7 +167,7 @@ EXAMPLES
|
|
|
167
167
|
$ twentythree user redeem-login-token --login-token abc123 --json
|
|
168
168
|
```
|
|
169
169
|
|
|
170
|
-
_See code: [src/commands/user/redeem-login-token.ts](https://github.com/23/twentythree-cli/blob/
|
|
170
|
+
_See code: [src/commands/user/redeem-login-token.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/redeem-login-token.ts)_
|
|
171
171
|
|
|
172
172
|
## `twentythree user send-invitation ID`
|
|
173
173
|
|
|
@@ -198,7 +198,7 @@ EXAMPLES
|
|
|
198
198
|
$ twentythree user send-invitation 12345 --json
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/user/send-invitation.ts](https://github.com/23/twentythree-cli/blob/
|
|
201
|
+
_See code: [src/commands/user/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/send-invitation.ts)_
|
|
202
202
|
|
|
203
203
|
## `twentythree user tokens`
|
|
204
204
|
|
|
@@ -226,7 +226,7 @@ EXAMPLES
|
|
|
226
226
|
$ twentythree user tokens --json
|
|
227
227
|
```
|
|
228
228
|
|
|
229
|
-
_See code: [src/commands/user/tokens.ts](https://github.com/23/twentythree-cli/blob/
|
|
229
|
+
_See code: [src/commands/user/tokens.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/tokens.ts)_
|
|
230
230
|
|
|
231
231
|
## `twentythree user update ID`
|
|
232
232
|
|
|
@@ -264,4 +264,4 @@ EXAMPLES
|
|
|
264
264
|
$ twentythree user update 12345 --json
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [src/commands/user/update.ts](https://github.com/23/twentythree-cli/blob/
|
|
267
|
+
_See code: [src/commands/user/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/user/update.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree video delete 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/video/delete.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree video frame 12345 --time 30 --json
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/video/frame.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree video get 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/
|
|
32
|
+
_See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/video/get.ts)_
|
|
@@ -30,4 +30,4 @@ EXAMPLES
|
|
|
30
30
|
$ twentythree video list --json
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
_See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/
|
|
33
|
+
_See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/video/list.ts)_
|
|
@@ -34,4 +34,4 @@ EXAMPLES
|
|
|
34
34
|
$ twentythree video replace 12345 ./new-video.mp4 --chunk-size 52428800 --concurrency 3
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
_See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/
|
|
37
|
+
_See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/v1.3.3/src/commands/video/replace.ts)_
|