twentythree-cli 1.4.0 → 1.6.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.
Files changed (184) hide show
  1. package/dist/commands/agentic/session/list.cjs +79 -0
  2. package/dist/commands/agentic/session/metrics.cjs +50 -0
  3. package/dist/commands/agentic/session/status.cjs +86 -0
  4. package/dist/commands/seo/metrics.cjs +56 -0
  5. package/dist/commands/webinar/create.cjs +57 -5
  6. package/dist/commands/webinar/mail/add.cjs +44 -5
  7. package/dist/commands/webinar/mail/update.cjs +44 -0
  8. package/dist/commands/webinar/speaker/add.cjs +32 -2
  9. package/dist/commands/webinar/speaker/update.cjs +32 -2
  10. package/dist/commands/webinar/update.cjs +60 -1
  11. package/docs/commands/action/add.md +1 -1
  12. package/docs/commands/action/delete.md +1 -1
  13. package/docs/commands/action/exclude.md +1 -1
  14. package/docs/commands/action/get.md +1 -1
  15. package/docs/commands/action/include.md +1 -1
  16. package/docs/commands/action/list.md +1 -1
  17. package/docs/commands/action/types.md +1 -1
  18. package/docs/commands/action/update.md +1 -1
  19. package/docs/commands/action/upload.md +1 -1
  20. package/docs/commands/action.md +9 -9
  21. package/docs/commands/agentic/session.md +104 -0
  22. package/docs/commands/agentic.md +94 -0
  23. package/docs/commands/analytics/conversions.md +3 -3
  24. package/docs/commands/analytics/live.md +9 -9
  25. package/docs/commands/analytics/usage.md +18 -18
  26. package/docs/commands/analytics/video.md +12 -12
  27. package/docs/commands/analytics.md +42 -42
  28. package/docs/commands/app/add.md +1 -1
  29. package/docs/commands/app/delete.md +1 -1
  30. package/docs/commands/app/list.md +1 -1
  31. package/docs/commands/app/remove-thumbnail.md +1 -1
  32. package/docs/commands/app/set-thumbnail.md +1 -1
  33. package/docs/commands/app/update.md +1 -1
  34. package/docs/commands/app.md +6 -6
  35. package/docs/commands/audience/companies.md +1 -1
  36. package/docs/commands/audience/field.md +4 -4
  37. package/docs/commands/audience/funnel.md +1 -1
  38. package/docs/commands/audience/identity-sources.md +1 -1
  39. package/docs/commands/audience/list-collectors.md +1 -1
  40. package/docs/commands/audience/list.md +1 -1
  41. package/docs/commands/audience/metrics.md +1 -1
  42. package/docs/commands/audience/register.md +1 -1
  43. package/docs/commands/audience/remove.md +1 -1
  44. package/docs/commands/audience/search.md +1 -1
  45. package/docs/commands/audience/timelines.md +1 -1
  46. package/docs/commands/audience/unregister.md +1 -1
  47. package/docs/commands/audience.md +15 -15
  48. package/docs/commands/auth/credentials.md +1 -1
  49. package/docs/commands/auth/status.md +1 -1
  50. package/docs/commands/auth/switch.md +1 -1
  51. package/docs/commands/auth.md +3 -3
  52. package/docs/commands/autocomplete.md +1 -1
  53. package/docs/commands/category/create.md +1 -1
  54. package/docs/commands/category/delete.md +1 -1
  55. package/docs/commands/category/list.md +1 -1
  56. package/docs/commands/category/update.md +1 -1
  57. package/docs/commands/category.md +5 -5
  58. package/docs/commands/collector/exclude.md +1 -1
  59. package/docs/commands/collector/include.md +1 -1
  60. package/docs/commands/collector/list.md +1 -1
  61. package/docs/commands/collector.md +3 -3
  62. package/docs/commands/comment/add.md +1 -1
  63. package/docs/commands/comment/clone.md +1 -1
  64. package/docs/commands/comment/delete.md +1 -1
  65. package/docs/commands/comment/list.md +1 -1
  66. package/docs/commands/comment/promote.md +1 -1
  67. package/docs/commands/comment/reaction.md +3 -3
  68. package/docs/commands/comment/set-order.md +1 -1
  69. package/docs/commands/comment/update.md +1 -1
  70. package/docs/commands/comment.md +10 -10
  71. package/docs/commands/doctor.md +1 -1
  72. package/docs/commands/openupload/list.md +1 -1
  73. package/docs/commands/openupload/update-file.md +1 -1
  74. package/docs/commands/openupload/upload-file.md +1 -1
  75. package/docs/commands/openupload.md +3 -3
  76. package/docs/commands/player/delete.md +1 -1
  77. package/docs/commands/player/embed-versions.md +1 -1
  78. package/docs/commands/player/embed.md +1 -1
  79. package/docs/commands/player/list.md +1 -1
  80. package/docs/commands/player/remove-thumbnail.md +1 -1
  81. package/docs/commands/player/set-thumbnail.md +1 -1
  82. package/docs/commands/player/styles.md +1 -1
  83. package/docs/commands/player/update.md +1 -1
  84. package/docs/commands/player.md +8 -8
  85. package/docs/commands/poll/add.md +1 -1
  86. package/docs/commands/poll/answer.md +1 -1
  87. package/docs/commands/poll/list.md +1 -1
  88. package/docs/commands/poll/remove.md +1 -1
  89. package/docs/commands/poll/set-options.md +1 -1
  90. package/docs/commands/poll/update.md +1 -1
  91. package/docs/commands/poll.md +6 -6
  92. package/docs/commands/presentation/page.md +1 -1
  93. package/docs/commands/presentation/setting.md +2 -2
  94. package/docs/commands/presentation.md +3 -3
  95. package/docs/commands/protection/protect.md +1 -1
  96. package/docs/commands/protection/unprotect.md +1 -1
  97. package/docs/commands/protection/verify.md +1 -1
  98. package/docs/commands/protection.md +3 -3
  99. package/docs/commands/seo/get.md +1 -1
  100. package/docs/commands/seo/metrics.md +35 -0
  101. package/docs/commands/seo/status.md +1 -1
  102. package/docs/commands/seo/update.md +1 -1
  103. package/docs/commands/seo.md +30 -3
  104. package/docs/commands/session/get-token.md +1 -1
  105. package/docs/commands/session/redeem-token.md +1 -1
  106. package/docs/commands/session.md +2 -2
  107. package/docs/commands/setting/update.md +1 -1
  108. package/docs/commands/setting.md +1 -1
  109. package/docs/commands/site/get.md +1 -1
  110. package/docs/commands/site/search.md +1 -1
  111. package/docs/commands/site.md +2 -2
  112. package/docs/commands/spot/check.md +1 -1
  113. package/docs/commands/spot/create.md +1 -1
  114. package/docs/commands/spot/delete.md +1 -1
  115. package/docs/commands/spot/list.md +1 -1
  116. package/docs/commands/spot/reset-version.md +1 -1
  117. package/docs/commands/spot/set-videos.md +1 -1
  118. package/docs/commands/spot/update.md +1 -1
  119. package/docs/commands/spot.md +7 -7
  120. package/docs/commands/tag/list.md +1 -1
  121. package/docs/commands/tag/related.md +1 -1
  122. package/docs/commands/tag.md +2 -2
  123. package/docs/commands/thumbnail/add.md +1 -1
  124. package/docs/commands/thumbnail/data.md +1 -1
  125. package/docs/commands/thumbnail/delete.md +1 -1
  126. package/docs/commands/thumbnail/duplicate.md +1 -1
  127. package/docs/commands/thumbnail/file.md +3 -3
  128. package/docs/commands/thumbnail/list.md +1 -1
  129. package/docs/commands/thumbnail/preview-scss.md +1 -1
  130. package/docs/commands/thumbnail/update.md +1 -1
  131. package/docs/commands/thumbnail.md +11 -11
  132. package/docs/commands/user/create.md +1 -1
  133. package/docs/commands/user/get-login-token.md +1 -1
  134. package/docs/commands/user/get.md +1 -1
  135. package/docs/commands/user/list.md +1 -1
  136. package/docs/commands/user/redeem-login-token.md +1 -1
  137. package/docs/commands/user/send-invitation.md +1 -1
  138. package/docs/commands/user/tokens.md +1 -1
  139. package/docs/commands/user/update.md +1 -1
  140. package/docs/commands/user.md +8 -8
  141. package/docs/commands/video/delete.md +1 -1
  142. package/docs/commands/video/frame.md +1 -1
  143. package/docs/commands/video/get.md +1 -1
  144. package/docs/commands/video/list.md +1 -1
  145. package/docs/commands/video/replace.md +1 -1
  146. package/docs/commands/video/section.md +8 -8
  147. package/docs/commands/video/subtitle.md +12 -12
  148. package/docs/commands/video/transcoding-progress.md +1 -1
  149. package/docs/commands/video/update.md +1 -1
  150. package/docs/commands/video/upload.md +1 -1
  151. package/docs/commands/video.md +28 -28
  152. package/docs/commands/webhook/events.md +1 -1
  153. package/docs/commands/webhook/list.md +1 -1
  154. package/docs/commands/webhook/sample.md +1 -1
  155. package/docs/commands/webhook/subscribe.md +1 -1
  156. package/docs/commands/webhook/unsubscribe.md +1 -1
  157. package/docs/commands/webhook.md +5 -5
  158. package/docs/commands/webinar/attachment.md +4 -4
  159. package/docs/commands/webinar/clips.md +1 -1
  160. package/docs/commands/webinar/create.md +30 -12
  161. package/docs/commands/webinar/delete.md +1 -1
  162. package/docs/commands/webinar/highlights.md +1 -1
  163. package/docs/commands/webinar/list-formats.md +1 -1
  164. package/docs/commands/webinar/list.md +1 -1
  165. package/docs/commands/webinar/log.md +1 -1
  166. package/docs/commands/webinar/mail.md +35 -18
  167. package/docs/commands/webinar/metrics.md +1 -1
  168. package/docs/commands/webinar/queued-video.md +2 -2
  169. package/docs/commands/webinar/recording.md +4 -4
  170. package/docs/commands/webinar/repeat.md +1 -1
  171. package/docs/commands/webinar/room.md +4 -4
  172. package/docs/commands/webinar/section.md +4 -4
  173. package/docs/commands/webinar/series.md +12 -12
  174. package/docs/commands/webinar/speaker.md +41 -26
  175. package/docs/commands/webinar/transcription.md +4 -4
  176. package/docs/commands/webinar/update.md +25 -10
  177. package/docs/commands/webinar/upload-image.md +1 -1
  178. package/docs/commands/webinar.md +185 -109
  179. package/docs/commands/workspace/list.md +1 -1
  180. package/docs/commands/workspace/use.md +1 -1
  181. package/docs/commands/workspace.md +2 -2
  182. package/docs/guides/ai-agents.md +50 -7
  183. package/oclif.manifest.json +3716 -3034
  184. package/package.json +1 -1
@@ -44,7 +44,7 @@ DESCRIPTION
44
44
  Manage videos — upload, list, update, delete, and more
45
45
  ```
46
46
 
47
- _See code: [src/commands/video/index.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/index.ts)_
47
+ _See code: [src/commands/video/index.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/index.ts)_
48
48
 
49
49
  ## `twentythree video delete ID`
50
50
 
@@ -70,7 +70,7 @@ EXAMPLES
70
70
  $ twentythree video delete 12345 --json
71
71
  ```
72
72
 
73
- _See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/delete.ts)_
73
+ _See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/delete.ts)_
74
74
 
75
75
  ## `twentythree video frame ID`
76
76
 
@@ -101,7 +101,7 @@ EXAMPLES
101
101
  $ twentythree video frame 12345 --time 30 --json
102
102
  ```
103
103
 
104
- _See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/frame.ts)_
104
+ _See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/frame.ts)_
105
105
 
106
106
  ## `twentythree video get ID`
107
107
 
@@ -127,7 +127,7 @@ EXAMPLES
127
127
  $ twentythree video get 12345 --json
128
128
  ```
129
129
 
130
- _See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/get.ts)_
130
+ _See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/get.ts)_
131
131
 
132
132
  ## `twentythree video list`
133
133
 
@@ -154,7 +154,7 @@ EXAMPLES
154
154
  $ twentythree video list --json
155
155
  ```
156
156
 
157
- _See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/list.ts)_
157
+ _See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/list.ts)_
158
158
 
159
159
  ## `twentythree video replace ID FILE`
160
160
 
@@ -185,7 +185,7 @@ EXAMPLES
185
185
  $ twentythree video replace 12345 ./new-video.mp4 --chunk-size 52428800 --concurrency 3
186
186
  ```
187
187
 
188
- _See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/replace.ts)_
188
+ _See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/replace.ts)_
189
189
 
190
190
  ## `twentythree video section`
191
191
 
@@ -199,7 +199,7 @@ DESCRIPTION
199
199
  Manage video sections (chapters)
200
200
  ```
201
201
 
202
- _See code: [src/commands/video/section/index.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/section/index.ts)_
202
+ _See code: [src/commands/video/section/index.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/index.ts)_
203
203
 
204
204
  ## `twentythree video section create ID`
205
205
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ twentythree video section create 12345 --title "Chapter 1" --start-time 30 --description "First chapter"
232
232
  ```
233
233
 
234
- _See code: [src/commands/video/section/create.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/section/create.ts)_
234
+ _See code: [src/commands/video/section/create.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/create.ts)_
235
235
 
236
236
  ## `twentythree video section delete ID`
237
237
 
@@ -260,7 +260,7 @@ EXAMPLES
260
260
  $ twentythree video section delete 12345 --section-id 67 --json
261
261
  ```
262
262
 
263
- _See code: [src/commands/video/section/delete.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/section/delete.ts)_
263
+ _See code: [src/commands/video/section/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/delete.ts)_
264
264
 
265
265
  ## `twentythree video section generate ID`
266
266
 
@@ -286,7 +286,7 @@ EXAMPLES
286
286
  $ twentythree video section generate 12345 --json
287
287
  ```
288
288
 
289
- _See code: [src/commands/video/section/generate.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/section/generate.ts)_
289
+ _See code: [src/commands/video/section/generate.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/generate.ts)_
290
290
 
291
291
  ## `twentythree video section list ID`
292
292
 
@@ -312,7 +312,7 @@ EXAMPLES
312
312
  $ twentythree video section list 12345 --json
313
313
  ```
314
314
 
315
- _See code: [src/commands/video/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/section/list.ts)_
315
+ _See code: [src/commands/video/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/list.ts)_
316
316
 
317
317
  ## `twentythree video section set-thumbnail ID`
318
318
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ twentythree video section set-thumbnail 12345 --section-id 67 --time 15 --json
345
345
  ```
346
346
 
347
- _See code: [src/commands/video/section/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/section/set-thumbnail.ts)_
347
+ _See code: [src/commands/video/section/set-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/set-thumbnail.ts)_
348
348
 
349
349
  ## `twentythree video section update ID`
350
350
 
@@ -377,7 +377,7 @@ EXAMPLES
377
377
  $ twentythree video section update 12345 --section-id 67 --start-time 45 --description "Updated"
378
378
  ```
379
379
 
380
- _See code: [src/commands/video/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/section/update.ts)_
380
+ _See code: [src/commands/video/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/section/update.ts)_
381
381
 
382
382
  ## `twentythree video subtitle`
383
383
 
@@ -391,7 +391,7 @@ DESCRIPTION
391
391
  Manage video subtitles and captions
392
392
  ```
393
393
 
394
- _See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/index.ts)_
394
+ _See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/index.ts)_
395
395
 
396
396
  ## `twentythree video subtitle archive`
397
397
 
@@ -414,7 +414,7 @@ EXAMPLES
414
414
  $ twentythree video subtitle archive --json
415
415
  ```
416
416
 
417
- _See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/archive.ts)_
417
+ _See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/archive.ts)_
418
418
 
419
419
  ## `twentythree video subtitle create ID`
420
420
 
@@ -447,7 +447,7 @@ EXAMPLES
447
447
  $ twentythree video subtitle create 12345 --locale auto --draft
448
448
  ```
449
449
 
450
- _See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/create.ts)_
450
+ _See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/create.ts)_
451
451
 
452
452
  ## `twentythree video subtitle data ID`
453
453
 
@@ -480,7 +480,7 @@ EXAMPLES
480
480
  $ twentythree video subtitle data 12345 --subtitle-id en_US --json
481
481
  ```
482
482
 
483
- _See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/data.ts)_
483
+ _See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/data.ts)_
484
484
 
485
485
  ## `twentythree video subtitle delete ID`
486
486
 
@@ -510,7 +510,7 @@ EXAMPLES
510
510
  $ twentythree video subtitle delete 12345 --subtitle-id en_US --json
511
511
  ```
512
512
 
513
- _See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/delete.ts)_
513
+ _See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/delete.ts)_
514
514
 
515
515
  ## `twentythree video subtitle duplicate ID`
516
516
 
@@ -544,7 +544,7 @@ EXAMPLES
544
544
  $ twentythree video subtitle duplicate 12345 --subtitle-id en_US --target-locale de_DE --json
545
545
  ```
546
546
 
547
- _See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/duplicate.ts)_
547
+ _See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/duplicate.ts)_
548
548
 
549
549
  ## `twentythree video subtitle list ID`
550
550
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ twentythree video subtitle list 12345 --include-drafts
576
576
  ```
577
577
 
578
- _See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/list.ts)_
578
+ _See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/list.ts)_
579
579
 
580
580
  ## `twentythree video subtitle locales`
581
581
 
@@ -598,7 +598,7 @@ EXAMPLES
598
598
  $ twentythree video subtitle locales --json
599
599
  ```
600
600
 
601
- _See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/locales.ts)_
601
+ _See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/locales.ts)_
602
602
 
603
603
  ## `twentythree video subtitle set-primary ID`
604
604
 
@@ -627,7 +627,7 @@ EXAMPLES
627
627
  $ twentythree video subtitle set-primary 12345 --subtitle-id fr_FR --json
628
628
  ```
629
629
 
630
- _See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/set-primary.ts)_
630
+ _See code: [src/commands/video/subtitle/set-primary.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/set-primary.ts)_
631
631
 
632
632
  ## `twentythree video subtitle types`
633
633
 
@@ -650,7 +650,7 @@ EXAMPLES
650
650
  $ twentythree video subtitle types --json
651
651
  ```
652
652
 
653
- _See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/types.ts)_
653
+ _See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/types.ts)_
654
654
 
655
655
  ## `twentythree video subtitle update ID`
656
656
 
@@ -683,7 +683,7 @@ EXAMPLES
683
683
  $ twentythree video subtitle update 12345 --subtitle-id en_US --type closedcaptions
684
684
  ```
685
685
 
686
- _See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/update.ts)_
686
+ _See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/update.ts)_
687
687
 
688
688
  ## `twentythree video subtitle upload ID FILE`
689
689
 
@@ -717,7 +717,7 @@ EXAMPLES
717
717
  $ twentythree video subtitle upload 12345 ./subtitles.srt --locale en_US --draft
718
718
  ```
719
719
 
720
- _See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/subtitle/upload.ts)_
720
+ _See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/subtitle/upload.ts)_
721
721
 
722
722
  ## `twentythree video transcoding-progress ID`
723
723
 
@@ -743,7 +743,7 @@ EXAMPLES
743
743
  $ twentythree video transcoding-progress 12345 --json
744
744
  ```
745
745
 
746
- _See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/transcoding-progress.ts)_
746
+ _See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/transcoding-progress.ts)_
747
747
 
748
748
  ## `twentythree video update ID`
749
749
 
@@ -784,7 +784,7 @@ EXAMPLES
784
784
  $ twentythree video update 12345
785
785
  ```
786
786
 
787
- _See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/update.ts)_
787
+ _See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/update.ts)_
788
788
 
789
789
  ## `twentythree video upload FILE`
790
790
 
@@ -822,4 +822,4 @@ EXAMPLES
822
822
  $ twentythree video upload ./video.mp4 --chunk-size 52428800 --concurrency 3
823
823
  ```
824
824
 
825
- _See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/video/upload.ts)_
825
+ _See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/video/upload.ts)_
@@ -31,4 +31,4 @@ EXAMPLES
31
31
  $ twentythree webhook events --json
32
32
  ```
33
33
 
34
- _See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/events.ts)_
34
+ _See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/events.ts)_
@@ -26,4 +26,4 @@ EXAMPLES
26
26
  $ twentythree webhook list --json
27
27
  ```
28
28
 
29
- _See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/list.ts)_
29
+ _See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/list.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree webhook sample video.uploaded --json
30
30
  ```
31
31
 
32
- _See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/sample.ts)_
32
+ _See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/sample.ts)_
@@ -30,4 +30,4 @@ EXAMPLES
30
30
  $ twentythree webhook subscribe --target-url https://example.com/hook --event video.uploaded --json
31
31
  ```
32
32
 
33
- _See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/subscribe.ts)_
33
+ _See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/subscribe.ts)_
@@ -32,4 +32,4 @@ EXAMPLES
32
32
  $ twentythree webhook unsubscribe --webhook-id 12345 --json
33
33
  ```
34
34
 
35
- _See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/unsubscribe.ts)_
35
+ _See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/unsubscribe.ts)_
@@ -35,7 +35,7 @@ EXAMPLES
35
35
  $ twentythree webhook events --json
36
36
  ```
37
37
 
38
- _See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/events.ts)_
38
+ _See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/events.ts)_
39
39
 
40
40
  ## `twentythree webhook list`
41
41
 
@@ -58,7 +58,7 @@ EXAMPLES
58
58
  $ twentythree webhook list --json
59
59
  ```
60
60
 
61
- _See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/list.ts)_
61
+ _See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/list.ts)_
62
62
 
63
63
  ## `twentythree webhook sample EVENT`
64
64
 
@@ -84,7 +84,7 @@ EXAMPLES
84
84
  $ twentythree webhook sample video.uploaded --json
85
85
  ```
86
86
 
87
- _See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/sample.ts)_
87
+ _See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/sample.ts)_
88
88
 
89
89
  ## `twentythree webhook subscribe`
90
90
 
@@ -111,7 +111,7 @@ EXAMPLES
111
111
  $ twentythree webhook subscribe --target-url https://example.com/hook --event video.uploaded --json
112
112
  ```
113
113
 
114
- _See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/subscribe.ts)_
114
+ _See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/subscribe.ts)_
115
115
 
116
116
  ## `twentythree webhook unsubscribe`
117
117
 
@@ -140,4 +140,4 @@ EXAMPLES
140
140
  $ twentythree webhook unsubscribe --webhook-id 12345 --json
141
141
  ```
142
142
 
143
- _See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webhook/unsubscribe.ts)_
143
+ _See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webhook/unsubscribe.ts)_
@@ -35,7 +35,7 @@ EXAMPLES
35
35
  $ twentythree webinar attachment delete 12345 --filename handout.pdf --json
36
36
  ```
37
37
 
38
- _See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/attachment/delete.ts)_
38
+ _See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/attachment/delete.ts)_
39
39
 
40
40
  ## `twentythree webinar attachment list ID`
41
41
 
@@ -67,7 +67,7 @@ EXAMPLES
67
67
  $ twentythree webinar attachment list 12345 --include-hidden
68
68
  ```
69
69
 
70
- _See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/attachment/list.ts)_
70
+ _See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/attachment/list.ts)_
71
71
 
72
72
  ## `twentythree webinar attachment set-hidden ID`
73
73
 
@@ -99,7 +99,7 @@ EXAMPLES
99
99
  $ twentythree webinar attachment set-hidden 12345 --filename slides.pdf --hidden --json
100
100
  ```
101
101
 
102
- _See code: [src/commands/webinar/attachment/set-hidden.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/attachment/set-hidden.ts)_
102
+ _See code: [src/commands/webinar/attachment/set-hidden.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/attachment/set-hidden.ts)_
103
103
 
104
104
  ## `twentythree webinar attachment upload ID FILE`
105
105
 
@@ -132,4 +132,4 @@ EXAMPLES
132
132
  $ twentythree webinar attachment upload 12345 ./handout.pdf --hidden
133
133
  ```
134
134
 
135
- _See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/attachment/upload.ts)_
135
+ _See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/attachment/upload.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree webinar clips 12345 --json
30
30
  ```
31
31
 
32
- _See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/clips.ts)_
32
+ _See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/clips.ts)_
@@ -12,30 +12,48 @@ Create a new webinar
12
12
  ```
13
13
  USAGE
14
14
  $ twentythree webinar create --title <value> [--json] [-w <value>] [--description <value>] [--status <value>]
15
- [--live-date <value>] [--draft] [--publish] [--webinar-design-id <value>]
15
+ [--live-date <value>] [--draft] [--publish] [--webinar-design-id <value>] [--format event|webinar]
16
+ [--registration-mode |all|none] [--private] [--category-id <value>] [--locale <value>] [--publish-recordings]
17
+ [--series-id <value>] [--timezone <value>]
16
18
 
17
19
  FLAGS
18
- --description=<value> Description for the webinar
19
- --[no-]draft Set as draft
20
- --live-date=<value> Schedule date/time (ISO 8601)
21
- --[no-]publish Publish the webinar
22
- --status=<value> Webinar status: upcoming, live, or previous
23
- --title=<value> (required) Title for the new webinar
24
- --webinar-design-id=<value> Assign a webinar design by ID to this webinar
20
+ --category-id=<value> Assign the webinar to a category by ID (API album_id)
21
+ --description=<value> Description for the webinar
22
+ --[no-]draft Set as draft
23
+ --format=<option> Webinar format: "webinar" (registration, hub) or "event" (freeform live stream)
24
+ <options: event|webinar>
25
+ --live-date=<value> Schedule date/time (ISO 8601)
26
+ --locale=<value> Webinar language/locale (e.g. en_US, da_DK)
27
+ --[no-]private Make the webinar private (use --no-private to make it public and appear on the hub)
28
+ --[no-]publish Publish the webinar
29
+ --[no-]publish-recordings Publish the webinar recordings
30
+ --registration-mode=<option> [default: all] Registration mode. Defaults to "all" (registration enabled); pass
31
+ "none" to disable.
32
+ <options: |all|none>
33
+ --series-id=<value> Attach the webinar to a webinar series by ID
34
+ --status=<value> Webinar status: upcoming, live, or previous
35
+ --timezone=<value> Timezone for the webinar schedule (e.g. Europe/Copenhagen)
36
+ --title=<value> (required) Title for the new webinar
37
+ --webinar-design-id=<value> Assign a webinar design by ID to this webinar
25
38
 
26
39
  GLOBAL FLAGS
27
40
  -w, --workspace=<value> Workspace domain or display name to use for this invocation.
28
41
  --json Format output as json.
29
42
 
30
43
  DESCRIPTION
31
- Create a new webinar
44
+ Create a new webinar. By default the webinar is created as a draft with registration enabled
45
+ (registration-mode=all); pass --no-draft/--publish or --registration-mode none to change this.
32
46
 
33
47
  EXAMPLES
34
48
  $ twentythree webinar create --title "My Webinar"
35
49
 
36
- $ twentythree webinar create --title "My Webinar" --live-date "2024-12-01T14:00:00Z"
50
+ $ twentythree webinar create --title "My Webinar" --live-date "2024-12-01T14:00:00Z" --timezone Europe/Copenhagen
37
51
 
38
- $ twentythree webinar create --title "My Webinar" --json
52
+ $ twentythree webinar create --title "My Webinar" --format webinar --locale da_DK --category-id 127972488
53
+
54
+ $ twentythree webinar create --title "My Webinar" --no-draft --no-private --publish-recordings
55
+
56
+ $ twentythree webinar create --title "Episode 3" --series-id 67890 --json
39
57
  ```
40
58
 
41
- _See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/create.ts)_
59
+ _See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/create.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree webinar delete 12345 --json
30
30
  ```
31
31
 
32
- _See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/delete.ts)_
32
+ _See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/delete.ts)_
@@ -34,4 +34,4 @@ EXAMPLES
34
34
  $ twentythree webinar highlights 12345 --json
35
35
  ```
36
36
 
37
- _See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/highlights.ts)_
37
+ _See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/highlights.ts)_
@@ -26,4 +26,4 @@ EXAMPLES
26
26
  $ twentythree webinar list-formats --json
27
27
  ```
28
28
 
29
- _See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/list-formats.ts)_
29
+ _See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/list-formats.ts)_
@@ -68,4 +68,4 @@ EXAMPLES
68
68
  $ twentythree webinar list --live-series-id 42 --all --json
69
69
  ```
70
70
 
71
- _See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/list.ts)_
71
+ _See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/list.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree webinar log 12345 --json
30
30
  ```
31
31
 
32
- _See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/log.ts)_
32
+ _See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/log.ts)_
@@ -18,15 +18,23 @@ Add an email to a webinar
18
18
  ```
19
19
  USAGE
20
20
  $ twentythree webinar mail add [ID] [--json] [-w <value>] [--series-id <value>] [--subject <value>] [--message
21
- <value>]
21
+ <value>] [--recipient-groups <value>] [--scheduled-at <value>] [--cta-link <value>] [--cta-label <value>]
22
+ [--send-immediately] [--include-live-info] [--include-series-archive]
22
23
 
23
24
  ARGUMENTS
24
25
  [ID] Webinar ID (omit when using --series-id)
25
26
 
26
27
  FLAGS
27
- --message=<value> Email message body
28
- --series-id=<value> Series ID — add mail to a series instead of a webinar
29
- --subject=<value> Email subject
28
+ --cta-label=<value> Call-to-action button label
29
+ --cta-link=<value> Call-to-action link URL
30
+ --[no-]include-live-info Include the webinar info block in the email
31
+ --[no-]include-series-archive Include the series archive block in the email
32
+ --message=<value> Email message body
33
+ --recipient-groups=<value> Recipient groups (comma-separated): speakers, registered, attendees, noshows
34
+ --scheduled-at=<value> When to send the email (ISO 8601 timestamp)
35
+ --[no-]send-immediately Send the email immediately
36
+ --series-id=<value> Series ID — add mail to a series instead of a webinar
37
+ --subject=<value> Email subject
30
38
 
31
39
  GLOBAL FLAGS
32
40
  -w, --workspace=<value> Workspace domain or display name to use for this invocation.
@@ -40,10 +48,10 @@ EXAMPLES
40
48
 
41
49
  $ twentythree webinar mail add --series-id 67890 --subject "Reminder"
42
50
 
43
- $ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --json
51
+ $ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --recipient-groups "registered,attendees" --cta-link "https://example.com" --cta-label "Join" --json
44
52
  ```
45
53
 
46
- _See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/mail/add.ts)_
54
+ _See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/add.ts)_
47
55
 
48
56
  ## `twentythree webinar mail list [ID]`
49
57
 
@@ -80,7 +88,7 @@ EXAMPLES
80
88
  $ twentythree webinar mail list 12345 --include-metrics --json
81
89
  ```
82
90
 
83
- _See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/mail/list.ts)_
91
+ _See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/list.ts)_
84
92
 
85
93
  ## `twentythree webinar mail preview ID`
86
94
 
@@ -112,7 +120,7 @@ EXAMPLES
112
120
  $ twentythree webinar mail preview 555 --webinar-id 12345 --json
113
121
  ```
114
122
 
115
- _See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/mail/preview.ts)_
123
+ _See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/preview.ts)_
116
124
 
117
125
  ## `twentythree webinar mail remove ID`
118
126
 
@@ -142,7 +150,7 @@ EXAMPLES
142
150
  $ twentythree webinar mail remove 555 --series-id 67890 --json
143
151
  ```
144
152
 
145
- _See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/mail/remove.ts)_
153
+ _See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/remove.ts)_
146
154
 
147
155
  ## `twentythree webinar mail send ID`
148
156
 
@@ -172,7 +180,7 @@ EXAMPLES
172
180
  $ twentythree webinar mail send 555 --series-id 67890 --json
173
181
  ```
174
182
 
175
- _See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/mail/send.ts)_
183
+ _See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/send.ts)_
176
184
 
177
185
  ## `twentythree webinar mail test ID`
178
186
 
@@ -206,7 +214,7 @@ EXAMPLES
206
214
  $ twentythree webinar mail test 555 --webinar-id 12345 --email me@example.com --json
207
215
  ```
208
216
 
209
- _See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/mail/test.ts)_
217
+ _See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/mail/test.ts)_
210
218
 
211
219
  ## `twentythree webinar mail update ID`
212
220
 
@@ -215,16 +223,25 @@ Update a webinar email
215
223
  ```
216
224
  USAGE
217
225
  $ twentythree webinar mail update ID [--json] [-w <value>] [--webinar-id <value> | --series-id <value>] [--subject
218
- <value>] [--message <value>]
226
+ <value>] [--message <value>] [--enabled] [--recipient-groups <value>] [--scheduled-at <value>] [--cta-link
227
+ <value>] [--cta-label <value>] [--include-live-info] [--include-series-archive] [--require-recording]
219
228
 
220
229
  ARGUMENTS
221
230
  ID Mail ID
222
231
 
223
232
  FLAGS
224
- --message=<value> Email message body
225
- --series-id=<value> Series ID (mutually exclusive with --webinar-id)
226
- --subject=<value> Email subject
227
- --webinar-id=<value> Webinar ID (mutually exclusive with --series-id)
233
+ --cta-label=<value> Call-to-action button label
234
+ --cta-link=<value> Call-to-action link URL
235
+ --[no-]enabled Enable or disable the email (e.g. --no-enabled to disable the "missed" mail)
236
+ --[no-]include-live-info Include the webinar info block in the email
237
+ --[no-]include-series-archive Include the series archive block in the email
238
+ --message=<value> Email message body
239
+ --recipient-groups=<value> Recipient groups (comma-separated): speakers, registered, attendees, noshows
240
+ --[no-]require-recording Only send once a recording is available
241
+ --scheduled-at=<value> When to send the email (ISO 8601 timestamp)
242
+ --series-id=<value> Series ID (mutually exclusive with --webinar-id)
243
+ --subject=<value> Email subject
244
+ --webinar-id=<value> Webinar ID (mutually exclusive with --series-id)
228
245
 
229
246
  GLOBAL FLAGS
230
247
  -w, --workspace=<value> Workspace domain or display name to use for this invocation.
@@ -238,7 +255,7 @@ EXAMPLES
238
255
 
239
256
  $ twentythree webinar mail update 555 --series-id 67890 --message "New content"
240
257
 
241
- $ twentythree webinar mail update 555 --webinar-id 12345 --subject "Updated" --json
258
+ $ twentythree webinar mail update 555 --webinar-id 12345 --no-enabled --cta-link "https://example.com" --json
242
259
  ```
243
260
 
244
- _See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.4.0/src/commands/webinar/mail/update.ts)_
261
+ _See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/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.4.0/src/commands/webinar/metrics.ts)_
32
+ _See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/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.4.0/src/commands/webinar/queued-video/add.ts)_
36
+ _See code: [src/commands/webinar/queued-video/add.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/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.4.0/src/commands/webinar/queued-video/remove.ts)_
65
+ _See code: [src/commands/webinar/queued-video/remove.ts](https://github.com/23/twentythree-cli/blob/v1.6.0/src/commands/webinar/queued-video/remove.ts)_