twentythree-cli 1.3.5 → 1.3.7
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/audience/list.cjs +96 -13
- package/dist/commands/category/list.cjs +53 -5
- package/dist/commands/comment/list.cjs +24 -3
- package/dist/commands/poll/list.cjs +38 -5
- package/dist/commands/spot/list.cjs +39 -11
- package/dist/commands/user/list.cjs +56 -7
- package/dist/commands/video/list.cjs +145 -10
- package/dist/commands/video/subtitle/list.cjs +38 -1
- package/dist/commands/webinar/list.cjs +121 -20
- package/dist/commands/webinar/mail/list.cjs +18 -2
- package/dist/commands/webinar/series/list.cjs +111 -5
- package/dist/commands/webinar/speaker/add.cjs +25 -15
- package/dist/commands/webinar/speaker/list.cjs +46 -4
- package/dist/commands/webinar/speaker/update.cjs +18 -0
- 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 +1 -1
- package/docs/commands/app/remove-thumbnail.md +1 -1
- package/docs/commands/app/set-thumbnail.md +1 -1
- package/docs/commands/app/update.md +1 -1
- package/docs/commands/app.md +6 -6
- 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 +40 -11
- 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 +1 -1
- package/docs/commands/auth.md +3 -3
- package/docs/commands/autocomplete.md +1 -1
- package/docs/commands/category/create.md +1 -1
- package/docs/commands/category/delete.md +1 -1
- package/docs/commands/category/list.md +20 -3
- 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 +24 -11
- 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 +1 -1
- package/docs/commands/player/set-thumbnail.md +1 -1
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +8 -8
- package/docs/commands/poll/add.md +1 -1
- package/docs/commands/poll/answer.md +1 -1
- package/docs/commands/poll/list.md +12 -2
- 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/seo/get.md +1 -1
- package/docs/commands/seo/status.md +1 -1
- package/docs/commands/seo/update.md +1 -1
- package/docs/commands/seo.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 +21 -10
- 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 +1 -1
- package/docs/commands/thumbnail/update.md +1 -1
- package/docs/commands/thumbnail.md +11 -11
- 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 +22 -7
- 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 +42 -4
- package/docs/commands/video/replace.md +1 -1
- package/docs/commands/video/section.md +8 -8
- package/docs/commands/video/subtitle.md +24 -13
- package/docs/commands/video/transcoding-progress.md +1 -1
- package/docs/commands/video/update.md +1 -1
- package/docs/commands/video/upload.md +1 -1
- package/docs/commands/video.md +28 -28
- 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 +38 -8
- package/docs/commands/webinar/log.md +1 -1
- package/docs/commands/webinar/mail.md +14 -8
- 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 +44 -13
- package/docs/commands/webinar/speaker.md +34 -25
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +1 -1
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +67 -67
- 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 +2021 -957
- package/package.json +1 -1
|
@@ -43,7 +43,7 @@ EXAMPLES
|
|
|
43
43
|
$ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --json
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
46
|
+
_See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/add.ts)_
|
|
47
47
|
|
|
48
48
|
## `twentythree webinar mail list [ID]`
|
|
49
49
|
|
|
@@ -51,12 +51,16 @@ List emails for a webinar
|
|
|
51
51
|
|
|
52
52
|
```
|
|
53
53
|
USAGE
|
|
54
|
-
$ twentythree webinar mail list [ID] [--json] [-w <value>] [--series-id <value>]
|
|
54
|
+
$ twentythree webinar mail list [ID] [--json] [-w <value>] [--series-id <value>] [--mail-id <value>]
|
|
55
|
+
[--include-metrics] [--fields <value>]
|
|
55
56
|
|
|
56
57
|
ARGUMENTS
|
|
57
58
|
[ID] Webinar ID (omit when using --series-id)
|
|
58
59
|
|
|
59
60
|
FLAGS
|
|
61
|
+
--fields=<value> Comma-separated list of fields to return in the API response
|
|
62
|
+
--include-metrics Include metrics on mail performance in the response
|
|
63
|
+
--mail-id=<value> Return a specific mail by its ID
|
|
60
64
|
--series-id=<value> Series ID — list mails for a series instead of a webinar
|
|
61
65
|
|
|
62
66
|
GLOBAL FLAGS
|
|
@@ -72,9 +76,11 @@ EXAMPLES
|
|
|
72
76
|
$ twentythree webinar mail list --series-id 67890
|
|
73
77
|
|
|
74
78
|
$ twentythree webinar mail list 12345 --json
|
|
79
|
+
|
|
80
|
+
$ twentythree webinar mail list 12345 --include-metrics --json
|
|
75
81
|
```
|
|
76
82
|
|
|
77
|
-
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
83
|
+
_See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/list.ts)_
|
|
78
84
|
|
|
79
85
|
## `twentythree webinar mail preview ID`
|
|
80
86
|
|
|
@@ -106,7 +112,7 @@ EXAMPLES
|
|
|
106
112
|
$ twentythree webinar mail preview 555 --webinar-id 12345 --json
|
|
107
113
|
```
|
|
108
114
|
|
|
109
|
-
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
115
|
+
_See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/preview.ts)_
|
|
110
116
|
|
|
111
117
|
## `twentythree webinar mail remove ID`
|
|
112
118
|
|
|
@@ -136,7 +142,7 @@ EXAMPLES
|
|
|
136
142
|
$ twentythree webinar mail remove 555 --series-id 67890 --json
|
|
137
143
|
```
|
|
138
144
|
|
|
139
|
-
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
145
|
+
_See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/remove.ts)_
|
|
140
146
|
|
|
141
147
|
## `twentythree webinar mail send ID`
|
|
142
148
|
|
|
@@ -166,7 +172,7 @@ EXAMPLES
|
|
|
166
172
|
$ twentythree webinar mail send 555 --series-id 67890 --json
|
|
167
173
|
```
|
|
168
174
|
|
|
169
|
-
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
175
|
+
_See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/send.ts)_
|
|
170
176
|
|
|
171
177
|
## `twentythree webinar mail test ID`
|
|
172
178
|
|
|
@@ -200,7 +206,7 @@ EXAMPLES
|
|
|
200
206
|
$ twentythree webinar mail test 555 --webinar-id 12345 --email me@example.com --json
|
|
201
207
|
```
|
|
202
208
|
|
|
203
|
-
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
209
|
+
_See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/test.ts)_
|
|
204
210
|
|
|
205
211
|
## `twentythree webinar mail update ID`
|
|
206
212
|
|
|
@@ -235,4 +241,4 @@ EXAMPLES
|
|
|
235
241
|
$ twentythree webinar mail update 555 --webinar-id 12345 --subject "Updated" --json
|
|
236
242
|
```
|
|
237
243
|
|
|
238
|
-
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
244
|
+
_See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/update.ts)_
|
|
@@ -29,4 +29,4 @@ EXAMPLES
|
|
|
29
29
|
$ twentythree webinar metrics 12345 --json
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
32
|
+
_See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/metrics.ts)_
|
|
@@ -33,7 +33,7 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree webinar queued-video add 12345 --video-id 67890 --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
36
|
+
_See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/queued-video/add.ts)_
|
|
37
37
|
|
|
38
38
|
## `twentythree webinar queued-video remove ID`
|
|
39
39
|
|
|
@@ -62,4 +62,4 @@ EXAMPLES
|
|
|
62
62
|
$ twentythree webinar queued-video remove 12345 --video-id 67890 --json
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
65
|
+
_See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/queued-video/remove.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree webinar recording split 12345 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
35
|
+
_See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/recording/split.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree webinar recording start ID`
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree webinar recording start 12345 --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
61
|
+
_See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/recording/start.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree webinar recording status ID`
|
|
64
64
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ twentythree webinar recording status 12345 --json
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
87
|
+
_See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/recording/status.ts)_
|
|
88
88
|
|
|
89
89
|
## `twentythree webinar recording stop ID`
|
|
90
90
|
|
|
@@ -110,4 +110,4 @@ EXAMPLES
|
|
|
110
110
|
$ twentythree webinar recording stop 12345 --json
|
|
111
111
|
```
|
|
112
112
|
|
|
113
|
-
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
113
|
+
_See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/recording/stop.ts)_
|
|
@@ -33,4 +33,4 @@ EXAMPLES
|
|
|
33
33
|
$ twentythree webinar repeat 12345 --date "2024-12-01T14:00:00Z" --json
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
36
|
+
_See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/repeat.ts)_
|
|
@@ -32,7 +32,7 @@ EXAMPLES
|
|
|
32
32
|
$ twentythree webinar room connect 12345 --json
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
35
|
+
_See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/room/connect.ts)_
|
|
36
36
|
|
|
37
37
|
## `twentythree webinar room info ID`
|
|
38
38
|
|
|
@@ -58,7 +58,7 @@ EXAMPLES
|
|
|
58
58
|
$ twentythree webinar room info 12345 --json
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
-
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
61
|
+
_See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/room/info.ts)_
|
|
62
62
|
|
|
63
63
|
## `twentythree webinar room send-recording ID`
|
|
64
64
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
$ twentythree webinar room send-recording 12345 --json
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
87
|
+
_See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/room/send-recording.ts)_
|
|
88
88
|
|
|
89
89
|
## `twentythree webinar room themes`
|
|
90
90
|
|
|
@@ -107,4 +107,4 @@ EXAMPLES
|
|
|
107
107
|
$ twentythree webinar room themes --json
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
110
|
+
_See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/room/themes.ts)_
|
|
@@ -40,7 +40,7 @@ EXAMPLES
|
|
|
40
40
|
$ twentythree webinar section add 12345 --title "Welcome" --description "Opening remarks" --json
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
_See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
43
|
+
_See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/section/add.ts)_
|
|
44
44
|
|
|
45
45
|
## `twentythree webinar section list ID`
|
|
46
46
|
|
|
@@ -69,7 +69,7 @@ EXAMPLES
|
|
|
69
69
|
$ twentythree webinar section list 12345 --json
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
_See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
72
|
+
_See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/section/list.ts)_
|
|
73
73
|
|
|
74
74
|
## `twentythree webinar section remove WEBINARID ID`
|
|
75
75
|
|
|
@@ -96,7 +96,7 @@ EXAMPLES
|
|
|
96
96
|
$ twentythree webinar section remove 12345 99 --json
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
_See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
99
|
+
_See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/section/remove.ts)_
|
|
100
100
|
|
|
101
101
|
## `twentythree webinar section update WEBINARID ID`
|
|
102
102
|
|
|
@@ -131,4 +131,4 @@ EXAMPLES
|
|
|
131
131
|
$ twentythree webinar section update 12345 99 --title "Q&A" --description "Audience questions" --json
|
|
132
132
|
```
|
|
133
133
|
|
|
134
|
-
_See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
134
|
+
_See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/section/update.ts)_
|
|
@@ -43,7 +43,7 @@ EXAMPLES
|
|
|
43
43
|
$ twentythree webinar series apply-recurrence 42 --recurrence-id 7 --json
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
_See code: [src/commands/webinar/series/apply-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
46
|
+
_See code: [src/commands/webinar/series/apply-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/apply-recurrence.ts)_
|
|
47
47
|
|
|
48
48
|
## `twentythree webinar series cancel ID`
|
|
49
49
|
|
|
@@ -74,7 +74,7 @@ EXAMPLES
|
|
|
74
74
|
$ twentythree webinar series cancel 42 --json
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
-
_See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
77
|
+
_See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/cancel.ts)_
|
|
78
78
|
|
|
79
79
|
## `twentythree webinar series create`
|
|
80
80
|
|
|
@@ -103,7 +103,7 @@ EXAMPLES
|
|
|
103
103
|
$ twentythree webinar series create --name "My Series" --json
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
-
_See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
106
|
+
_See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/create.ts)_
|
|
107
107
|
|
|
108
108
|
## `twentythree webinar series delete ID`
|
|
109
109
|
|
|
@@ -134,7 +134,7 @@ EXAMPLES
|
|
|
134
134
|
$ twentythree webinar series delete 42 --json
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
-
_See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
137
|
+
_See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/delete.ts)_
|
|
138
138
|
|
|
139
139
|
## `twentythree webinar series list`
|
|
140
140
|
|
|
@@ -142,7 +142,32 @@ List webinar series
|
|
|
142
142
|
|
|
143
143
|
```
|
|
144
144
|
USAGE
|
|
145
|
-
$ twentythree webinar series list [--json] [-w <value>]
|
|
145
|
+
$ twentythree webinar series list [--json] [-w <value>] [--search <value>] [--live-series-id <value>]
|
|
146
|
+
[--live-id <value>] [--album-id <value>] [--user-id <value>] [--series-type liveevent|series]
|
|
147
|
+
[--ordering name|private|live_status|live_date|creation_date|updated_date] [--order asc|desc]
|
|
148
|
+
[--cancelled] [--no-cancelled] [--draft] [--no-draft] [--private] [--no-private] [--include-private]
|
|
149
|
+
[--include-speakers] [--include-stats] [--include-albums] [--fields <value>]
|
|
150
|
+
|
|
151
|
+
FLAGS
|
|
152
|
+
--album-id=<value> Filter to series belonging to a specific category
|
|
153
|
+
--[no-]cancelled Filter by cancelled status
|
|
154
|
+
--[no-]draft Filter by draft status
|
|
155
|
+
--fields=<value> Comma-separated list of fields to return in the API response
|
|
156
|
+
--include-albums Include category information for each series
|
|
157
|
+
--include-private Include private series in results
|
|
158
|
+
--include-speakers Include speaker information for each series
|
|
159
|
+
--include-stats Include performance statistics for each series
|
|
160
|
+
--live-id=<value> Filter to series that contain a specific webinar ID
|
|
161
|
+
--live-series-id=<value> Limit results to a single series by its ID
|
|
162
|
+
--order=<option> Sort direction
|
|
163
|
+
<options: asc|desc>
|
|
164
|
+
--ordering=<option> Field to order results by
|
|
165
|
+
<options: name|private|live_status|live_date|creation_date|updated_date>
|
|
166
|
+
--[no-]private Filter by private status
|
|
167
|
+
--search=<value> Search for specific series by keyword
|
|
168
|
+
--series-type=<option> Filter by series type
|
|
169
|
+
<options: liveevent|series>
|
|
170
|
+
--user-id=<value> Filter to series created by a specific user (use "me" for authenticated user)
|
|
146
171
|
|
|
147
172
|
GLOBAL FLAGS
|
|
148
173
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -155,9 +180,15 @@ EXAMPLES
|
|
|
155
180
|
$ twentythree webinar series list
|
|
156
181
|
|
|
157
182
|
$ twentythree webinar series list --json
|
|
183
|
+
|
|
184
|
+
$ twentythree webinar series list --search "Q4" --ordering live_date --order asc
|
|
185
|
+
|
|
186
|
+
$ twentythree webinar series list --series-type series --include-speakers --json
|
|
187
|
+
|
|
188
|
+
$ twentythree webinar series list --user-id me --include-stats --json
|
|
158
189
|
```
|
|
159
190
|
|
|
160
|
-
_See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
191
|
+
_See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/list.ts)_
|
|
161
192
|
|
|
162
193
|
## `twentythree webinar series mapped-objects ID`
|
|
163
194
|
|
|
@@ -183,7 +214,7 @@ EXAMPLES
|
|
|
183
214
|
$ twentythree webinar series mapped-objects 42 --json
|
|
184
215
|
```
|
|
185
216
|
|
|
186
|
-
_See code: [src/commands/webinar/series/mapped-objects.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
217
|
+
_See code: [src/commands/webinar/series/mapped-objects.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/mapped-objects.ts)_
|
|
187
218
|
|
|
188
219
|
## `twentythree webinar series metrics ID`
|
|
189
220
|
|
|
@@ -209,7 +240,7 @@ EXAMPLES
|
|
|
209
240
|
$ twentythree webinar series metrics 42 --json
|
|
210
241
|
```
|
|
211
242
|
|
|
212
|
-
_See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
243
|
+
_See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/metrics.ts)_
|
|
213
244
|
|
|
214
245
|
## `twentythree webinar series recurrences ID`
|
|
215
246
|
|
|
@@ -235,7 +266,7 @@ EXAMPLES
|
|
|
235
266
|
$ twentythree webinar series recurrences 42 --json
|
|
236
267
|
```
|
|
237
268
|
|
|
238
|
-
_See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
269
|
+
_See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/recurrences.ts)_
|
|
239
270
|
|
|
240
271
|
## `twentythree webinar series set-ondemand ID`
|
|
241
272
|
|
|
@@ -266,7 +297,7 @@ EXAMPLES
|
|
|
266
297
|
$ twentythree webinar series set-ondemand 42 --json
|
|
267
298
|
```
|
|
268
299
|
|
|
269
|
-
_See code: [src/commands/webinar/series/set-ondemand.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
300
|
+
_See code: [src/commands/webinar/series/set-ondemand.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/set-ondemand.ts)_
|
|
270
301
|
|
|
271
302
|
## `twentythree webinar series skip-recurrence ID`
|
|
272
303
|
|
|
@@ -298,7 +329,7 @@ EXAMPLES
|
|
|
298
329
|
$ twentythree webinar series skip-recurrence 42 --recurrence-id 7 --skipped --json
|
|
299
330
|
```
|
|
300
331
|
|
|
301
|
-
_See code: [src/commands/webinar/series/skip-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
332
|
+
_See code: [src/commands/webinar/series/skip-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/skip-recurrence.ts)_
|
|
302
333
|
|
|
303
334
|
## `twentythree webinar series update ID`
|
|
304
335
|
|
|
@@ -333,7 +364,7 @@ EXAMPLES
|
|
|
333
364
|
$ twentythree webinar series update 42 --name "Updated" --json
|
|
334
365
|
```
|
|
335
366
|
|
|
336
|
-
_See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
367
|
+
_See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/update.ts)_
|
|
337
368
|
|
|
338
369
|
## `twentythree webinar series upload-thumbnail ID FILE`
|
|
339
370
|
|
|
@@ -365,4 +396,4 @@ EXAMPLES
|
|
|
365
396
|
$ twentythree webinar series upload-thumbnail 42 ./thumbnail.png --json
|
|
366
397
|
```
|
|
367
398
|
|
|
368
|
-
_See code: [src/commands/webinar/series/upload-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
399
|
+
_See code: [src/commands/webinar/series/upload-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/upload-thumbnail.ts)_
|
|
@@ -25,16 +25,19 @@ Add a speaker to a webinar
|
|
|
25
25
|
```
|
|
26
26
|
USAGE
|
|
27
27
|
$ twentythree webinar speaker add ID [--json] [-w <value>] [--name <value>] [--email <value>] [--title <value>]
|
|
28
|
-
[--description <value>]
|
|
28
|
+
[--description <value>] [--connection-type webrtc|gearmode|rtmp|whip|srt|url] [--connection-type-pull-url <value>]
|
|
29
29
|
|
|
30
30
|
ARGUMENTS
|
|
31
31
|
ID Webinar ID
|
|
32
32
|
|
|
33
33
|
FLAGS
|
|
34
|
-
--
|
|
35
|
-
|
|
36
|
-
--
|
|
37
|
-
--
|
|
34
|
+
--connection-type=<option> Speaker connection type
|
|
35
|
+
<options: webrtc|gearmode|rtmp|whip|srt|url>
|
|
36
|
+
--connection-type-pull-url=<value> Pull URL for connection types that support stream pull (whip, url)
|
|
37
|
+
--description=<value> Speaker bio or description
|
|
38
|
+
--email=<value> Speaker email (required for WebRTC speakers)
|
|
39
|
+
--name=<value> Speaker name
|
|
40
|
+
--title=<value> Speaker title or job title
|
|
38
41
|
|
|
39
42
|
GLOBAL FLAGS
|
|
40
43
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -46,12 +49,12 @@ DESCRIPTION
|
|
|
46
49
|
EXAMPLES
|
|
47
50
|
$ twentythree webinar speaker add 12345 --name "Jane Doe" --email jane@example.com
|
|
48
51
|
|
|
49
|
-
$ twentythree webinar speaker add 12345
|
|
52
|
+
$ twentythree webinar speaker add 12345 --name "John Smith" --connection-type rtmp
|
|
50
53
|
|
|
51
54
|
$ twentythree webinar speaker add 12345 --name "Jane Doe" --email jane@example.com --json
|
|
52
55
|
```
|
|
53
56
|
|
|
54
|
-
_See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
57
|
+
_See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/add.ts)_
|
|
55
58
|
|
|
56
59
|
## `twentythree webinar speaker add-from-speaker ID`
|
|
57
60
|
|
|
@@ -82,7 +85,7 @@ EXAMPLES
|
|
|
82
85
|
$ twentythree webinar speaker add-from-speaker 12345 --speaker-id 99 --json
|
|
83
86
|
```
|
|
84
87
|
|
|
85
|
-
_See code: [src/commands/webinar/speaker/add-from-speaker.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
88
|
+
_See code: [src/commands/webinar/speaker/add-from-speaker.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/add-from-speaker.ts)_
|
|
86
89
|
|
|
87
90
|
## `twentythree webinar speaker add-from-user ID`
|
|
88
91
|
|
|
@@ -113,7 +116,7 @@ EXAMPLES
|
|
|
113
116
|
$ twentythree webinar speaker add-from-user 12345 --user-id 42 --json
|
|
114
117
|
```
|
|
115
118
|
|
|
116
|
-
_See code: [src/commands/webinar/speaker/add-from-user.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
119
|
+
_See code: [src/commands/webinar/speaker/add-from-user.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/add-from-user.ts)_
|
|
117
120
|
|
|
118
121
|
## `twentythree webinar speaker cancel-guest-request WEBINARID ID`
|
|
119
122
|
|
|
@@ -140,7 +143,7 @@ EXAMPLES
|
|
|
140
143
|
$ twentythree webinar speaker cancel-guest-request 12345 9900 --json
|
|
141
144
|
```
|
|
142
145
|
|
|
143
|
-
_See code: [src/commands/webinar/speaker/cancel-guest-request.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
146
|
+
_See code: [src/commands/webinar/speaker/cancel-guest-request.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/cancel-guest-request.ts)_
|
|
144
147
|
|
|
145
148
|
## `twentythree webinar speaker connection-types ID`
|
|
146
149
|
|
|
@@ -166,7 +169,7 @@ EXAMPLES
|
|
|
166
169
|
$ twentythree webinar speaker connection-types 12345 --json
|
|
167
170
|
```
|
|
168
171
|
|
|
169
|
-
_See code: [src/commands/webinar/speaker/connection-types.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
172
|
+
_See code: [src/commands/webinar/speaker/connection-types.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/connection-types.ts)_
|
|
170
173
|
|
|
171
174
|
## `twentythree webinar speaker library`
|
|
172
175
|
|
|
@@ -189,7 +192,7 @@ EXAMPLES
|
|
|
189
192
|
$ twentythree webinar speaker library --json
|
|
190
193
|
```
|
|
191
194
|
|
|
192
|
-
_See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
195
|
+
_See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/library.ts)_
|
|
193
196
|
|
|
194
197
|
## `twentythree webinar speaker list ID`
|
|
195
198
|
|
|
@@ -218,7 +221,7 @@ EXAMPLES
|
|
|
218
221
|
$ twentythree webinar speaker list 12345 --json
|
|
219
222
|
```
|
|
220
223
|
|
|
221
|
-
_See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
224
|
+
_See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/list.ts)_
|
|
222
225
|
|
|
223
226
|
## `twentythree webinar speaker remove WEBINARID ID`
|
|
224
227
|
|
|
@@ -245,7 +248,7 @@ EXAMPLES
|
|
|
245
248
|
$ twentythree webinar speaker remove 12345 9900 --json
|
|
246
249
|
```
|
|
247
250
|
|
|
248
|
-
_See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
251
|
+
_See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/remove.ts)_
|
|
249
252
|
|
|
250
253
|
## `twentythree webinar speaker remove-avatar WEBINARID ID`
|
|
251
254
|
|
|
@@ -272,7 +275,7 @@ EXAMPLES
|
|
|
272
275
|
$ twentythree webinar speaker remove-avatar 12345 9900 --json
|
|
273
276
|
```
|
|
274
277
|
|
|
275
|
-
_See code: [src/commands/webinar/speaker/remove-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
278
|
+
_See code: [src/commands/webinar/speaker/remove-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/remove-avatar.ts)_
|
|
276
279
|
|
|
277
280
|
## `twentythree webinar speaker request-guest WEBINARID ID`
|
|
278
281
|
|
|
@@ -299,7 +302,7 @@ EXAMPLES
|
|
|
299
302
|
$ twentythree webinar speaker request-guest 12345 9900 --json
|
|
300
303
|
```
|
|
301
304
|
|
|
302
|
-
_See code: [src/commands/webinar/speaker/request-guest.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
305
|
+
_See code: [src/commands/webinar/speaker/request-guest.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/request-guest.ts)_
|
|
303
306
|
|
|
304
307
|
## `twentythree webinar speaker send-invitation WEBINARID ID`
|
|
305
308
|
|
|
@@ -326,7 +329,7 @@ EXAMPLES
|
|
|
326
329
|
$ twentythree webinar speaker send-invitation 12345 9900 --json
|
|
327
330
|
```
|
|
328
331
|
|
|
329
|
-
_See code: [src/commands/webinar/speaker/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
332
|
+
_See code: [src/commands/webinar/speaker/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/send-invitation.ts)_
|
|
330
333
|
|
|
331
334
|
## `twentythree webinar speaker set-avatar WEBINARID ID FILE`
|
|
332
335
|
|
|
@@ -359,7 +362,7 @@ EXAMPLES
|
|
|
359
362
|
$ twentythree webinar speaker set-avatar 12345 9900 ./avatar.png --chunk-size 524288
|
|
360
363
|
```
|
|
361
364
|
|
|
362
|
-
_See code: [src/commands/webinar/speaker/set-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
365
|
+
_See code: [src/commands/webinar/speaker/set-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/set-avatar.ts)_
|
|
363
366
|
|
|
364
367
|
## `twentythree webinar speaker set-order ID`
|
|
365
368
|
|
|
@@ -391,7 +394,7 @@ EXAMPLES
|
|
|
391
394
|
$ twentythree webinar speaker set-order 12345 --speaker-id 9900 --order 1 --json
|
|
392
395
|
```
|
|
393
396
|
|
|
394
|
-
_See code: [src/commands/webinar/speaker/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
397
|
+
_See code: [src/commands/webinar/speaker/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/set-order.ts)_
|
|
395
398
|
|
|
396
399
|
## `twentythree webinar speaker update WEBINARID ID`
|
|
397
400
|
|
|
@@ -400,17 +403,21 @@ Update a speaker on a webinar
|
|
|
400
403
|
```
|
|
401
404
|
USAGE
|
|
402
405
|
$ twentythree webinar speaker update WEBINARID ID [--json] [-w <value>] [--name <value>] [--email <value>] [--title
|
|
403
|
-
<value>] [--description <value>]
|
|
406
|
+
<value>] [--description <value>] [--connection-type webrtc|gearmode|rtmp|whip|srt|url]
|
|
407
|
+
[--connection-type-pull-url <value>]
|
|
404
408
|
|
|
405
409
|
ARGUMENTS
|
|
406
410
|
WEBINARID Webinar ID
|
|
407
411
|
ID Speaker ID
|
|
408
412
|
|
|
409
413
|
FLAGS
|
|
410
|
-
--
|
|
411
|
-
|
|
412
|
-
--
|
|
413
|
-
--
|
|
414
|
+
--connection-type=<option> Speaker connection type
|
|
415
|
+
<options: webrtc|gearmode|rtmp|whip|srt|url>
|
|
416
|
+
--connection-type-pull-url=<value> Pull URL for connection types that support stream pull (whip, url)
|
|
417
|
+
--description=<value> Speaker bio or description
|
|
418
|
+
--email=<value> Speaker email
|
|
419
|
+
--name=<value> Speaker name
|
|
420
|
+
--title=<value> Speaker title or job title
|
|
414
421
|
|
|
415
422
|
GLOBAL FLAGS
|
|
416
423
|
-w, --workspace=<value> Workspace domain or display name to use for this invocation.
|
|
@@ -422,9 +429,11 @@ DESCRIPTION
|
|
|
422
429
|
EXAMPLES
|
|
423
430
|
$ twentythree webinar speaker update 12345 9900 --name "Jane Doe"
|
|
424
431
|
|
|
432
|
+
$ twentythree webinar speaker update 12345 9900 --connection-type rtmp
|
|
433
|
+
|
|
425
434
|
$ twentythree webinar speaker update 12345 9900 --email jane@example.com --title "CTO"
|
|
426
435
|
|
|
427
436
|
$ twentythree webinar speaker update 12345 9900 --name "Jane Doe" --json
|
|
428
437
|
```
|
|
429
438
|
|
|
430
|
-
_See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
439
|
+
_See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/update.ts)_
|
|
@@ -37,7 +37,7 @@ EXAMPLES
|
|
|
37
37
|
$ twentythree webinar transcription connect 12345 --json
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
_See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
40
|
+
_See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/transcription/connect.ts)_
|
|
41
41
|
|
|
42
42
|
## `twentythree webinar transcription list ID`
|
|
43
43
|
|
|
@@ -68,7 +68,7 @@ EXAMPLES
|
|
|
68
68
|
$ twentythree webinar transcription list 12345 --token mytoken
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
71
|
+
_See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/transcription/list.ts)_
|
|
72
72
|
|
|
73
73
|
## `twentythree webinar transcription locales ID`
|
|
74
74
|
|
|
@@ -99,7 +99,7 @@ EXAMPLES
|
|
|
99
99
|
$ twentythree webinar transcription locales 12345 --token mytoken
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
102
|
+
_See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/transcription/locales.ts)_
|
|
103
103
|
|
|
104
104
|
## `twentythree webinar transcription transcriptionlist`
|
|
105
105
|
|
|
@@ -122,4 +122,4 @@ EXAMPLES
|
|
|
122
122
|
$ twentythree webinar transcription transcriptionlist --json
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
_See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
125
|
+
_See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/transcription/transcriptionlist.ts)_
|
|
@@ -43,4 +43,4 @@ EXAMPLES
|
|
|
43
43
|
$ twentythree webinar update 12345
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
_See code: [src/commands/webinar/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
46
|
+
_See code: [src/commands/webinar/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/update.ts)_
|
|
@@ -39,4 +39,4 @@ EXAMPLES
|
|
|
39
39
|
$ twentythree webinar upload-image 12345 ./before.jpg --type before_webinar
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
-
_See code: [src/commands/webinar/upload-image.ts](https://github.com/23/twentythree-cli/blob/v1.3.
|
|
42
|
+
_See code: [src/commands/webinar/upload-image.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/upload-image.ts)_
|