twentythree-cli 1.3.6 → 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.
Files changed (181) hide show
  1. package/dist/commands/audience/list.cjs +96 -13
  2. package/dist/commands/category/list.cjs +53 -5
  3. package/dist/commands/comment/list.cjs +24 -3
  4. package/dist/commands/poll/list.cjs +38 -5
  5. package/dist/commands/spot/list.cjs +39 -11
  6. package/dist/commands/user/list.cjs +56 -7
  7. package/dist/commands/video/subtitle/list.cjs +38 -1
  8. package/dist/commands/webinar/list.cjs +121 -20
  9. package/dist/commands/webinar/mail/list.cjs +18 -2
  10. package/dist/commands/webinar/series/list.cjs +111 -5
  11. package/dist/commands/webinar/speaker/list.cjs +46 -4
  12. package/docs/commands/action/add.md +1 -1
  13. package/docs/commands/action/delete.md +1 -1
  14. package/docs/commands/action/exclude.md +1 -1
  15. package/docs/commands/action/get.md +1 -1
  16. package/docs/commands/action/include.md +1 -1
  17. package/docs/commands/action/list.md +1 -1
  18. package/docs/commands/action/types.md +1 -1
  19. package/docs/commands/action/update.md +1 -1
  20. package/docs/commands/action/upload.md +1 -1
  21. package/docs/commands/action.md +9 -9
  22. package/docs/commands/analytics/conversions.md +3 -3
  23. package/docs/commands/analytics/live.md +9 -9
  24. package/docs/commands/analytics/usage.md +18 -18
  25. package/docs/commands/analytics/video.md +12 -12
  26. package/docs/commands/analytics.md +42 -42
  27. package/docs/commands/app/add.md +1 -1
  28. package/docs/commands/app/delete.md +1 -1
  29. package/docs/commands/app/list.md +1 -1
  30. package/docs/commands/app/remove-thumbnail.md +1 -1
  31. package/docs/commands/app/set-thumbnail.md +1 -1
  32. package/docs/commands/app/update.md +1 -1
  33. package/docs/commands/app.md +6 -6
  34. package/docs/commands/audience/companies.md +1 -1
  35. package/docs/commands/audience/field.md +4 -4
  36. package/docs/commands/audience/funnel.md +1 -1
  37. package/docs/commands/audience/identity-sources.md +1 -1
  38. package/docs/commands/audience/list-collectors.md +1 -1
  39. package/docs/commands/audience/list.md +40 -11
  40. package/docs/commands/audience/metrics.md +1 -1
  41. package/docs/commands/audience/register.md +1 -1
  42. package/docs/commands/audience/remove.md +1 -1
  43. package/docs/commands/audience/search.md +1 -1
  44. package/docs/commands/audience/timelines.md +1 -1
  45. package/docs/commands/audience/unregister.md +1 -1
  46. package/docs/commands/audience.md +15 -15
  47. package/docs/commands/auth/credentials.md +1 -1
  48. package/docs/commands/auth/status.md +1 -1
  49. package/docs/commands/auth/switch.md +1 -1
  50. package/docs/commands/auth.md +3 -3
  51. package/docs/commands/autocomplete.md +1 -1
  52. package/docs/commands/category/create.md +1 -1
  53. package/docs/commands/category/delete.md +1 -1
  54. package/docs/commands/category/list.md +20 -3
  55. package/docs/commands/category/update.md +1 -1
  56. package/docs/commands/category.md +5 -5
  57. package/docs/commands/collector/exclude.md +1 -1
  58. package/docs/commands/collector/include.md +1 -1
  59. package/docs/commands/collector/list.md +1 -1
  60. package/docs/commands/collector.md +3 -3
  61. package/docs/commands/comment/add.md +1 -1
  62. package/docs/commands/comment/clone.md +1 -1
  63. package/docs/commands/comment/delete.md +1 -1
  64. package/docs/commands/comment/list.md +24 -11
  65. package/docs/commands/comment/promote.md +1 -1
  66. package/docs/commands/comment/reaction.md +3 -3
  67. package/docs/commands/comment/set-order.md +1 -1
  68. package/docs/commands/comment/update.md +1 -1
  69. package/docs/commands/comment.md +10 -10
  70. package/docs/commands/doctor.md +1 -1
  71. package/docs/commands/openupload/list.md +1 -1
  72. package/docs/commands/openupload/update-file.md +1 -1
  73. package/docs/commands/openupload/upload-file.md +1 -1
  74. package/docs/commands/openupload.md +3 -3
  75. package/docs/commands/player/delete.md +1 -1
  76. package/docs/commands/player/embed-versions.md +1 -1
  77. package/docs/commands/player/embed.md +1 -1
  78. package/docs/commands/player/list.md +1 -1
  79. package/docs/commands/player/remove-thumbnail.md +1 -1
  80. package/docs/commands/player/set-thumbnail.md +1 -1
  81. package/docs/commands/player/styles.md +1 -1
  82. package/docs/commands/player/update.md +1 -1
  83. package/docs/commands/player.md +8 -8
  84. package/docs/commands/poll/add.md +1 -1
  85. package/docs/commands/poll/answer.md +1 -1
  86. package/docs/commands/poll/list.md +12 -2
  87. package/docs/commands/poll/remove.md +1 -1
  88. package/docs/commands/poll/set-options.md +1 -1
  89. package/docs/commands/poll/update.md +1 -1
  90. package/docs/commands/poll.md +6 -6
  91. package/docs/commands/presentation/page.md +1 -1
  92. package/docs/commands/presentation/setting.md +2 -2
  93. package/docs/commands/presentation.md +3 -3
  94. package/docs/commands/protection/protect.md +1 -1
  95. package/docs/commands/protection/unprotect.md +1 -1
  96. package/docs/commands/protection/verify.md +1 -1
  97. package/docs/commands/protection.md +3 -3
  98. package/docs/commands/seo/get.md +1 -1
  99. package/docs/commands/seo/status.md +1 -1
  100. package/docs/commands/seo/update.md +1 -1
  101. package/docs/commands/seo.md +3 -3
  102. package/docs/commands/session/get-token.md +1 -1
  103. package/docs/commands/session/redeem-token.md +1 -1
  104. package/docs/commands/session.md +2 -2
  105. package/docs/commands/setting/update.md +1 -1
  106. package/docs/commands/setting.md +1 -1
  107. package/docs/commands/site/get.md +1 -1
  108. package/docs/commands/site/search.md +1 -1
  109. package/docs/commands/site.md +2 -2
  110. package/docs/commands/spot/check.md +1 -1
  111. package/docs/commands/spot/create.md +1 -1
  112. package/docs/commands/spot/delete.md +1 -1
  113. package/docs/commands/spot/list.md +21 -10
  114. package/docs/commands/spot/reset-version.md +1 -1
  115. package/docs/commands/spot/set-videos.md +1 -1
  116. package/docs/commands/spot/update.md +1 -1
  117. package/docs/commands/spot.md +7 -7
  118. package/docs/commands/tag/list.md +1 -1
  119. package/docs/commands/tag/related.md +1 -1
  120. package/docs/commands/tag.md +2 -2
  121. package/docs/commands/thumbnail/add.md +1 -1
  122. package/docs/commands/thumbnail/data.md +1 -1
  123. package/docs/commands/thumbnail/delete.md +1 -1
  124. package/docs/commands/thumbnail/duplicate.md +1 -1
  125. package/docs/commands/thumbnail/file.md +3 -3
  126. package/docs/commands/thumbnail/list.md +1 -1
  127. package/docs/commands/thumbnail/preview-scss.md +1 -1
  128. package/docs/commands/thumbnail/update.md +1 -1
  129. package/docs/commands/thumbnail.md +11 -11
  130. package/docs/commands/user/create.md +1 -1
  131. package/docs/commands/user/get-login-token.md +1 -1
  132. package/docs/commands/user/get.md +1 -1
  133. package/docs/commands/user/list.md +22 -7
  134. package/docs/commands/user/redeem-login-token.md +1 -1
  135. package/docs/commands/user/send-invitation.md +1 -1
  136. package/docs/commands/user/tokens.md +1 -1
  137. package/docs/commands/user/update.md +1 -1
  138. package/docs/commands/user.md +8 -8
  139. package/docs/commands/video/delete.md +1 -1
  140. package/docs/commands/video/frame.md +1 -1
  141. package/docs/commands/video/get.md +1 -1
  142. package/docs/commands/video/list.md +1 -1
  143. package/docs/commands/video/replace.md +1 -1
  144. package/docs/commands/video/section.md +8 -8
  145. package/docs/commands/video/subtitle.md +24 -13
  146. package/docs/commands/video/transcoding-progress.md +1 -1
  147. package/docs/commands/video/update.md +1 -1
  148. package/docs/commands/video/upload.md +1 -1
  149. package/docs/commands/video.md +28 -28
  150. package/docs/commands/webhook/events.md +1 -1
  151. package/docs/commands/webhook/list.md +1 -1
  152. package/docs/commands/webhook/sample.md +1 -1
  153. package/docs/commands/webhook/subscribe.md +1 -1
  154. package/docs/commands/webhook/unsubscribe.md +1 -1
  155. package/docs/commands/webhook.md +5 -5
  156. package/docs/commands/webinar/attachment.md +4 -4
  157. package/docs/commands/webinar/clips.md +1 -1
  158. package/docs/commands/webinar/create.md +1 -1
  159. package/docs/commands/webinar/delete.md +1 -1
  160. package/docs/commands/webinar/highlights.md +1 -1
  161. package/docs/commands/webinar/list-formats.md +1 -1
  162. package/docs/commands/webinar/list.md +38 -8
  163. package/docs/commands/webinar/log.md +1 -1
  164. package/docs/commands/webinar/mail.md +14 -8
  165. package/docs/commands/webinar/metrics.md +1 -1
  166. package/docs/commands/webinar/queued-video.md +2 -2
  167. package/docs/commands/webinar/recording.md +4 -4
  168. package/docs/commands/webinar/repeat.md +1 -1
  169. package/docs/commands/webinar/room.md +4 -4
  170. package/docs/commands/webinar/section.md +4 -4
  171. package/docs/commands/webinar/series.md +44 -13
  172. package/docs/commands/webinar/speaker.md +14 -14
  173. package/docs/commands/webinar/transcription.md +4 -4
  174. package/docs/commands/webinar/update.md +1 -1
  175. package/docs/commands/webinar/upload-image.md +1 -1
  176. package/docs/commands/webinar.md +67 -67
  177. package/docs/commands/workspace/list.md +1 -1
  178. package/docs/commands/workspace/use.md +1 -1
  179. package/docs/commands/workspace.md +2 -2
  180. package/oclif.manifest.json +3342 -2526
  181. 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.3.6/src/commands/video/index.ts)_
47
+ _See code: [src/commands/video/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/delete.ts)_
73
+ _See code: [src/commands/video/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/frame.ts)_
104
+ _See code: [src/commands/video/frame.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/get.ts)_
130
+ _See code: [src/commands/video/get.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/list.ts)_
157
+ _See code: [src/commands/video/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/replace.ts)_
188
+ _See code: [src/commands/video/replace.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/section/index.ts)_
202
+ _See code: [src/commands/video/section/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/section/create.ts)_
234
+ _See code: [src/commands/video/section/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/section/delete.ts)_
263
+ _See code: [src/commands/video/section/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/section/generate.ts)_
289
+ _See code: [src/commands/video/section/generate.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/section/list.ts)_
315
+ _See code: [src/commands/video/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/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.3.7/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.3.6/src/commands/video/section/update.ts)_
380
+ _See code: [src/commands/video/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/index.ts)_
394
+ _See code: [src/commands/video/subtitle/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/archive.ts)_
417
+ _See code: [src/commands/video/subtitle/archive.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/create.ts)_
450
+ _See code: [src/commands/video/subtitle/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/data.ts)_
483
+ _See code: [src/commands/video/subtitle/data.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/delete.ts)_
513
+ _See code: [src/commands/video/subtitle/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/duplicate.ts)_
547
+ _See code: [src/commands/video/subtitle/duplicate.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/list.ts)_
578
+ _See code: [src/commands/video/subtitle/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/locales.ts)_
601
+ _See code: [src/commands/video/subtitle/locales.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/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.3.7/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.3.6/src/commands/video/subtitle/types.ts)_
653
+ _See code: [src/commands/video/subtitle/types.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/update.ts)_
686
+ _See code: [src/commands/video/subtitle/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/subtitle/upload.ts)_
720
+ _See code: [src/commands/video/subtitle/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/transcoding-progress.ts)_
746
+ _See code: [src/commands/video/transcoding-progress.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/update.ts)_
787
+ _See code: [src/commands/video/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/video/upload.ts)_
825
+ _See code: [src/commands/video/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/events.ts)_
34
+ _See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/list.ts)_
29
+ _See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/sample.ts)_
32
+ _See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/subscribe.ts)_
33
+ _See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/unsubscribe.ts)_
35
+ _See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/events.ts)_
38
+ _See code: [src/commands/webhook/events.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/list.ts)_
61
+ _See code: [src/commands/webhook/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/sample.ts)_
87
+ _See code: [src/commands/webhook/sample.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/subscribe.ts)_
114
+ _See code: [src/commands/webhook/subscribe.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webhook/unsubscribe.ts)_
143
+ _See code: [src/commands/webhook/unsubscribe.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webinar/attachment/delete.ts)_
38
+ _See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webinar/attachment/list.ts)_
70
+ _See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/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.3.7/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.3.6/src/commands/webinar/attachment/upload.ts)_
135
+ _See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webinar/clips.ts)_
32
+ _See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/clips.ts)_
@@ -38,4 +38,4 @@ EXAMPLES
38
38
  $ twentythree webinar create --title "My Webinar" --json
39
39
  ```
40
40
 
41
- _See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/create.ts)_
41
+ _See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webinar/delete.ts)_
32
+ _See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webinar/highlights.ts)_
37
+ _See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webinar/list-formats.ts)_
29
+ _See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/list-formats.ts)_
@@ -11,15 +11,39 @@ List webinars in the active workspace
11
11
 
12
12
  ```
13
13
  USAGE
14
- $ twentythree webinar list [--json] [-w <value>] [--limit <value>] [--all] [--include-private] [--status
15
- <value>] [--search <value>]
14
+ $ twentythree webinar list [--json] [-w <value>] [--limit <value>] [--all] [--search <value>]
15
+ [--status upcoming|live|previous] [--include-private] [--live-id <value>] [--album-id <value>]
16
+ [--user-id <value>] [--live-format event|webinar] [--live-series-id <value>]
17
+ [--ordering private|promoted|streaming|broadcasting|name|live_label|live_status|live_date|creation_date]
18
+ [--order asc|desc] [--promoted] [--no-promoted] [--draft] [--no-draft] [--cancelled] [--no-cancelled]
19
+ [--streaming] [--template] [--include-stats] [--include-speakers] [--include-albums] [--fields <value>]
16
20
 
17
21
  FLAGS
18
- --all Fetch all webinars across all pages (overrides --limit)
19
- --[no-]include-private Include private webinars in the results
20
- --limit=<value> [default: 20] Maximum number of webinars to return (default: 20)
21
- --search=<value> Search webinars by keyword
22
- --status=<value> Filter by status: upcoming, live, or previous
22
+ --album-id=<value> Filter to webinars in a specific category
23
+ --all Fetch all webinars across all pages (overrides --limit)
24
+ --[no-]cancelled Filter by cancelled status
25
+ --[no-]draft Filter by draft status
26
+ --fields=<value> Comma-separated list of fields to return in the API response
27
+ --[no-]include-private Include private webinars in the results
28
+ --[no-]include-albums Include category information for each webinar
29
+ --[no-]include-speakers Include speaker information for each webinar
30
+ --[no-]include-stats Include performance statistics for each webinar
31
+ --limit=<value> [default: 20] Maximum number of webinars to return (default: 20)
32
+ --live-format=<option> Filter by live format
33
+ <options: event|webinar>
34
+ --live-id=<value> Limit to a single webinar by ID
35
+ --live-series-id=<value> Filter to webinars in a specific series
36
+ --order=<option> Sort direction
37
+ <options: asc|desc>
38
+ --ordering=<option> Field to order results by
39
+ <options: private|promoted|streaming|broadcasting|name|live_label|live_status|live_date|creation_date>
40
+ --[no-]promoted Filter by promoted status
41
+ --search=<value> Search webinars by keyword
42
+ --status=<option> Filter by status
43
+ <options: upcoming|live|previous>
44
+ --streaming Filter to currently streaming webinars only
45
+ --template Filter to webinar templates only
46
+ --user-id=<value> Filter to webinars created by a specific user (use "me" for the authenticated user)
23
47
 
24
48
  GLOBAL FLAGS
25
49
  -w, --workspace=<value> Workspace domain or display name to use for this invocation.
@@ -36,6 +60,12 @@ EXAMPLES
36
60
  $ twentythree webinar list --all
37
61
 
38
62
  $ twentythree webinar list --status upcoming --json
63
+
64
+ $ twentythree webinar list --live-format webinar --ordering live_date --order asc
65
+
66
+ $ twentythree webinar list --user-id me --include-speakers --json
67
+
68
+ $ twentythree webinar list --live-series-id 42 --all --json
39
69
  ```
40
70
 
41
- _See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/list.ts)_
71
+ _See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/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.3.6/src/commands/webinar/log.ts)_
32
+ _See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/log.ts)_
@@ -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.6/src/commands/webinar/mail/add.ts)_
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.6/src/commands/webinar/mail/list.ts)_
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.6/src/commands/webinar/mail/preview.ts)_
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.6/src/commands/webinar/mail/remove.ts)_
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.6/src/commands/webinar/mail/send.ts)_
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.6/src/commands/webinar/mail/test.ts)_
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.6/src/commands/webinar/mail/update.ts)_
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.6/src/commands/webinar/metrics.ts)_
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.6/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.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.6/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.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.6/src/commands/webinar/recording/split.ts)_
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.6/src/commands/webinar/recording/start.ts)_
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.6/src/commands/webinar/recording/status.ts)_
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.6/src/commands/webinar/recording/stop.ts)_
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.6/src/commands/webinar/repeat.ts)_
36
+ _See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/repeat.ts)_