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
@@ -83,7 +83,7 @@ DESCRIPTION
83
83
  Manage webinars — create, list, update, delete, and more
84
84
  ```
85
85
 
86
- _See code: [src/commands/webinar/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/index.ts)_
86
+ _See code: [src/commands/webinar/index.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/index.ts)_
87
87
 
88
88
  ## `twentythree webinar attachment delete ID`
89
89
 
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ twentythree webinar attachment delete 12345 --filename handout.pdf --json
113
113
  ```
114
114
 
115
- _See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/attachment/delete.ts)_
115
+ _See code: [src/commands/webinar/attachment/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/attachment/delete.ts)_
116
116
 
117
117
  ## `twentythree webinar attachment list ID`
118
118
 
@@ -144,7 +144,7 @@ EXAMPLES
144
144
  $ twentythree webinar attachment list 12345 --include-hidden
145
145
  ```
146
146
 
147
- _See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/attachment/list.ts)_
147
+ _See code: [src/commands/webinar/attachment/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/attachment/list.ts)_
148
148
 
149
149
  ## `twentythree webinar attachment set-hidden ID`
150
150
 
@@ -176,7 +176,7 @@ EXAMPLES
176
176
  $ twentythree webinar attachment set-hidden 12345 --filename slides.pdf --hidden --json
177
177
  ```
178
178
 
179
- _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)_
179
+ _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)_
180
180
 
181
181
  ## `twentythree webinar attachment upload ID FILE`
182
182
 
@@ -209,7 +209,7 @@ EXAMPLES
209
209
  $ twentythree webinar attachment upload 12345 ./handout.pdf --hidden
210
210
  ```
211
211
 
212
- _See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/attachment/upload.ts)_
212
+ _See code: [src/commands/webinar/attachment/upload.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/attachment/upload.ts)_
213
213
 
214
214
  ## `twentythree webinar clips ID`
215
215
 
@@ -235,7 +235,7 @@ EXAMPLES
235
235
  $ twentythree webinar clips 12345 --json
236
236
  ```
237
237
 
238
- _See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/clips.ts)_
238
+ _See code: [src/commands/webinar/clips.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/clips.ts)_
239
239
 
240
240
  ## `twentythree webinar create`
241
241
 
@@ -269,7 +269,7 @@ EXAMPLES
269
269
  $ twentythree webinar create --title "My Webinar" --json
270
270
  ```
271
271
 
272
- _See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/create.ts)_
272
+ _See code: [src/commands/webinar/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/create.ts)_
273
273
 
274
274
  ## `twentythree webinar delete ID`
275
275
 
@@ -295,7 +295,7 @@ EXAMPLES
295
295
  $ twentythree webinar delete 12345 --json
296
296
  ```
297
297
 
298
- _See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/delete.ts)_
298
+ _See code: [src/commands/webinar/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/delete.ts)_
299
299
 
300
300
  ## `twentythree webinar highlights ID`
301
301
 
@@ -326,7 +326,7 @@ EXAMPLES
326
326
  $ twentythree webinar highlights 12345 --json
327
327
  ```
328
328
 
329
- _See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/highlights.ts)_
329
+ _See code: [src/commands/webinar/highlights.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/highlights.ts)_
330
330
 
331
331
  ## `twentythree webinar list`
332
332
 
@@ -361,7 +361,7 @@ EXAMPLES
361
361
  $ twentythree webinar list --status upcoming --json
362
362
  ```
363
363
 
364
- _See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/list.ts)_
364
+ _See code: [src/commands/webinar/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/list.ts)_
365
365
 
366
366
  ## `twentythree webinar list-formats`
367
367
 
@@ -384,7 +384,7 @@ EXAMPLES
384
384
  $ twentythree webinar list-formats --json
385
385
  ```
386
386
 
387
- _See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/list-formats.ts)_
387
+ _See code: [src/commands/webinar/list-formats.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/list-formats.ts)_
388
388
 
389
389
  ## `twentythree webinar log ID`
390
390
 
@@ -410,7 +410,7 @@ EXAMPLES
410
410
  $ twentythree webinar log 12345 --json
411
411
  ```
412
412
 
413
- _See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/log.ts)_
413
+ _See code: [src/commands/webinar/log.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/log.ts)_
414
414
 
415
415
  ## `twentythree webinar mail add [ID]`
416
416
 
@@ -444,7 +444,7 @@ EXAMPLES
444
444
  $ twentythree webinar mail add 12345 --subject "Reminder" --message "Join us!" --json
445
445
  ```
446
446
 
447
- _See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/mail/add.ts)_
447
+ _See code: [src/commands/webinar/mail/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/add.ts)_
448
448
 
449
449
  ## `twentythree webinar mail list [ID]`
450
450
 
@@ -475,7 +475,7 @@ EXAMPLES
475
475
  $ twentythree webinar mail list 12345 --json
476
476
  ```
477
477
 
478
- _See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/mail/list.ts)_
478
+ _See code: [src/commands/webinar/mail/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/list.ts)_
479
479
 
480
480
  ## `twentythree webinar mail preview ID`
481
481
 
@@ -507,7 +507,7 @@ EXAMPLES
507
507
  $ twentythree webinar mail preview 555 --webinar-id 12345 --json
508
508
  ```
509
509
 
510
- _See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/mail/preview.ts)_
510
+ _See code: [src/commands/webinar/mail/preview.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/preview.ts)_
511
511
 
512
512
  ## `twentythree webinar mail remove ID`
513
513
 
@@ -537,7 +537,7 @@ EXAMPLES
537
537
  $ twentythree webinar mail remove 555 --series-id 67890 --json
538
538
  ```
539
539
 
540
- _See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/mail/remove.ts)_
540
+ _See code: [src/commands/webinar/mail/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/remove.ts)_
541
541
 
542
542
  ## `twentythree webinar mail send ID`
543
543
 
@@ -567,7 +567,7 @@ EXAMPLES
567
567
  $ twentythree webinar mail send 555 --series-id 67890 --json
568
568
  ```
569
569
 
570
- _See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/mail/send.ts)_
570
+ _See code: [src/commands/webinar/mail/send.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/send.ts)_
571
571
 
572
572
  ## `twentythree webinar mail test ID`
573
573
 
@@ -601,7 +601,7 @@ EXAMPLES
601
601
  $ twentythree webinar mail test 555 --webinar-id 12345 --email me@example.com --json
602
602
  ```
603
603
 
604
- _See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/mail/test.ts)_
604
+ _See code: [src/commands/webinar/mail/test.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/test.ts)_
605
605
 
606
606
  ## `twentythree webinar mail update ID`
607
607
 
@@ -636,7 +636,7 @@ EXAMPLES
636
636
  $ twentythree webinar mail update 555 --webinar-id 12345 --subject "Updated" --json
637
637
  ```
638
638
 
639
- _See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/mail/update.ts)_
639
+ _See code: [src/commands/webinar/mail/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/mail/update.ts)_
640
640
 
641
641
  ## `twentythree webinar metrics ID`
642
642
 
@@ -662,7 +662,7 @@ EXAMPLES
662
662
  $ twentythree webinar metrics 12345 --json
663
663
  ```
664
664
 
665
- _See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/metrics.ts)_
665
+ _See code: [src/commands/webinar/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/metrics.ts)_
666
666
 
667
667
  ## `twentythree webinar queued-video add ID`
668
668
 
@@ -691,7 +691,7 @@ EXAMPLES
691
691
  $ twentythree webinar queued-video add 12345 --video-id 67890 --json
692
692
  ```
693
693
 
694
- _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)_
694
+ _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)_
695
695
 
696
696
  ## `twentythree webinar queued-video remove ID`
697
697
 
@@ -720,7 +720,7 @@ EXAMPLES
720
720
  $ twentythree webinar queued-video remove 12345 --video-id 67890 --json
721
721
  ```
722
722
 
723
- _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)_
723
+ _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)_
724
724
 
725
725
  ## `twentythree webinar recording split ID`
726
726
 
@@ -746,7 +746,7 @@ EXAMPLES
746
746
  $ twentythree webinar recording split 12345 --json
747
747
  ```
748
748
 
749
- _See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/recording/split.ts)_
749
+ _See code: [src/commands/webinar/recording/split.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/recording/split.ts)_
750
750
 
751
751
  ## `twentythree webinar recording start ID`
752
752
 
@@ -772,7 +772,7 @@ EXAMPLES
772
772
  $ twentythree webinar recording start 12345 --json
773
773
  ```
774
774
 
775
- _See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/recording/start.ts)_
775
+ _See code: [src/commands/webinar/recording/start.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/recording/start.ts)_
776
776
 
777
777
  ## `twentythree webinar recording status ID`
778
778
 
@@ -798,7 +798,7 @@ EXAMPLES
798
798
  $ twentythree webinar recording status 12345 --json
799
799
  ```
800
800
 
801
- _See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/recording/status.ts)_
801
+ _See code: [src/commands/webinar/recording/status.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/recording/status.ts)_
802
802
 
803
803
  ## `twentythree webinar recording stop ID`
804
804
 
@@ -824,7 +824,7 @@ EXAMPLES
824
824
  $ twentythree webinar recording stop 12345 --json
825
825
  ```
826
826
 
827
- _See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/recording/stop.ts)_
827
+ _See code: [src/commands/webinar/recording/stop.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/recording/stop.ts)_
828
828
 
829
829
  ## `twentythree webinar repeat ID`
830
830
 
@@ -853,7 +853,7 @@ EXAMPLES
853
853
  $ twentythree webinar repeat 12345 --date "2024-12-01T14:00:00Z" --json
854
854
  ```
855
855
 
856
- _See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/repeat.ts)_
856
+ _See code: [src/commands/webinar/repeat.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/repeat.ts)_
857
857
 
858
858
  ## `twentythree webinar room connect ID`
859
859
 
@@ -879,7 +879,7 @@ EXAMPLES
879
879
  $ twentythree webinar room connect 12345 --json
880
880
  ```
881
881
 
882
- _See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/room/connect.ts)_
882
+ _See code: [src/commands/webinar/room/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/room/connect.ts)_
883
883
 
884
884
  ## `twentythree webinar room info ID`
885
885
 
@@ -905,7 +905,7 @@ EXAMPLES
905
905
  $ twentythree webinar room info 12345 --json
906
906
  ```
907
907
 
908
- _See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/room/info.ts)_
908
+ _See code: [src/commands/webinar/room/info.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/room/info.ts)_
909
909
 
910
910
  ## `twentythree webinar room send-recording ID`
911
911
 
@@ -931,7 +931,7 @@ EXAMPLES
931
931
  $ twentythree webinar room send-recording 12345 --json
932
932
  ```
933
933
 
934
- _See code: [src/commands/webinar/room/send-recording.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/room/send-recording.ts)_
934
+ _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)_
935
935
 
936
936
  ## `twentythree webinar room themes`
937
937
 
@@ -954,7 +954,7 @@ EXAMPLES
954
954
  $ twentythree webinar room themes --json
955
955
  ```
956
956
 
957
- _See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/room/themes.ts)_
957
+ _See code: [src/commands/webinar/room/themes.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/room/themes.ts)_
958
958
 
959
959
  ## `twentythree webinar section add ID`
960
960
 
@@ -988,7 +988,7 @@ EXAMPLES
988
988
  $ twentythree webinar section add 12345 --title "Welcome" --description "Opening remarks" --json
989
989
  ```
990
990
 
991
- _See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/section/add.ts)_
991
+ _See code: [src/commands/webinar/section/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/section/add.ts)_
992
992
 
993
993
  ## `twentythree webinar section list ID`
994
994
 
@@ -1017,7 +1017,7 @@ EXAMPLES
1017
1017
  $ twentythree webinar section list 12345 --json
1018
1018
  ```
1019
1019
 
1020
- _See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/section/list.ts)_
1020
+ _See code: [src/commands/webinar/section/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/section/list.ts)_
1021
1021
 
1022
1022
  ## `twentythree webinar section remove WEBINARID ID`
1023
1023
 
@@ -1044,7 +1044,7 @@ EXAMPLES
1044
1044
  $ twentythree webinar section remove 12345 99 --json
1045
1045
  ```
1046
1046
 
1047
- _See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/section/remove.ts)_
1047
+ _See code: [src/commands/webinar/section/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/section/remove.ts)_
1048
1048
 
1049
1049
  ## `twentythree webinar section update WEBINARID ID`
1050
1050
 
@@ -1079,7 +1079,7 @@ EXAMPLES
1079
1079
  $ twentythree webinar section update 12345 99 --title "Q&A" --description "Audience questions" --json
1080
1080
  ```
1081
1081
 
1082
- _See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/section/update.ts)_
1082
+ _See code: [src/commands/webinar/section/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/section/update.ts)_
1083
1083
 
1084
1084
  ## `twentythree webinar series apply-recurrence ID`
1085
1085
 
@@ -1108,7 +1108,7 @@ EXAMPLES
1108
1108
  $ twentythree webinar series apply-recurrence 42 --recurrence-id 7 --json
1109
1109
  ```
1110
1110
 
1111
- _See code: [src/commands/webinar/series/apply-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/apply-recurrence.ts)_
1111
+ _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)_
1112
1112
 
1113
1113
  ## `twentythree webinar series cancel ID`
1114
1114
 
@@ -1139,7 +1139,7 @@ EXAMPLES
1139
1139
  $ twentythree webinar series cancel 42 --json
1140
1140
  ```
1141
1141
 
1142
- _See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/cancel.ts)_
1142
+ _See code: [src/commands/webinar/series/cancel.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/cancel.ts)_
1143
1143
 
1144
1144
  ## `twentythree webinar series create`
1145
1145
 
@@ -1168,7 +1168,7 @@ EXAMPLES
1168
1168
  $ twentythree webinar series create --name "My Series" --json
1169
1169
  ```
1170
1170
 
1171
- _See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/create.ts)_
1171
+ _See code: [src/commands/webinar/series/create.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/create.ts)_
1172
1172
 
1173
1173
  ## `twentythree webinar series delete ID`
1174
1174
 
@@ -1199,7 +1199,7 @@ EXAMPLES
1199
1199
  $ twentythree webinar series delete 42 --json
1200
1200
  ```
1201
1201
 
1202
- _See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/delete.ts)_
1202
+ _See code: [src/commands/webinar/series/delete.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/delete.ts)_
1203
1203
 
1204
1204
  ## `twentythree webinar series list`
1205
1205
 
@@ -1222,7 +1222,7 @@ EXAMPLES
1222
1222
  $ twentythree webinar series list --json
1223
1223
  ```
1224
1224
 
1225
- _See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/list.ts)_
1225
+ _See code: [src/commands/webinar/series/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/list.ts)_
1226
1226
 
1227
1227
  ## `twentythree webinar series mapped-objects ID`
1228
1228
 
@@ -1248,7 +1248,7 @@ EXAMPLES
1248
1248
  $ twentythree webinar series mapped-objects 42 --json
1249
1249
  ```
1250
1250
 
1251
- _See code: [src/commands/webinar/series/mapped-objects.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/mapped-objects.ts)_
1251
+ _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)_
1252
1252
 
1253
1253
  ## `twentythree webinar series metrics ID`
1254
1254
 
@@ -1274,7 +1274,7 @@ EXAMPLES
1274
1274
  $ twentythree webinar series metrics 42 --json
1275
1275
  ```
1276
1276
 
1277
- _See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/metrics.ts)_
1277
+ _See code: [src/commands/webinar/series/metrics.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/metrics.ts)_
1278
1278
 
1279
1279
  ## `twentythree webinar series recurrences ID`
1280
1280
 
@@ -1300,7 +1300,7 @@ EXAMPLES
1300
1300
  $ twentythree webinar series recurrences 42 --json
1301
1301
  ```
1302
1302
 
1303
- _See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/recurrences.ts)_
1303
+ _See code: [src/commands/webinar/series/recurrences.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/recurrences.ts)_
1304
1304
 
1305
1305
  ## `twentythree webinar series set-ondemand ID`
1306
1306
 
@@ -1331,7 +1331,7 @@ EXAMPLES
1331
1331
  $ twentythree webinar series set-ondemand 42 --json
1332
1332
  ```
1333
1333
 
1334
- _See code: [src/commands/webinar/series/set-ondemand.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/set-ondemand.ts)_
1334
+ _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)_
1335
1335
 
1336
1336
  ## `twentythree webinar series skip-recurrence ID`
1337
1337
 
@@ -1363,7 +1363,7 @@ EXAMPLES
1363
1363
  $ twentythree webinar series skip-recurrence 42 --recurrence-id 7 --skipped --json
1364
1364
  ```
1365
1365
 
1366
- _See code: [src/commands/webinar/series/skip-recurrence.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/skip-recurrence.ts)_
1366
+ _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)_
1367
1367
 
1368
1368
  ## `twentythree webinar series update ID`
1369
1369
 
@@ -1398,7 +1398,7 @@ EXAMPLES
1398
1398
  $ twentythree webinar series update 42 --name "Updated" --json
1399
1399
  ```
1400
1400
 
1401
- _See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/update.ts)_
1401
+ _See code: [src/commands/webinar/series/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/series/update.ts)_
1402
1402
 
1403
1403
  ## `twentythree webinar series upload-thumbnail ID FILE`
1404
1404
 
@@ -1430,7 +1430,7 @@ EXAMPLES
1430
1430
  $ twentythree webinar series upload-thumbnail 42 ./thumbnail.png --json
1431
1431
  ```
1432
1432
 
1433
- _See code: [src/commands/webinar/series/upload-thumbnail.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/series/upload-thumbnail.ts)_
1433
+ _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)_
1434
1434
 
1435
1435
  ## `twentythree webinar speaker add ID`
1436
1436
 
@@ -1465,7 +1465,7 @@ EXAMPLES
1465
1465
  $ twentythree webinar speaker add 12345 --name "Jane Doe" --email jane@example.com --json
1466
1466
  ```
1467
1467
 
1468
- _See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/add.ts)_
1468
+ _See code: [src/commands/webinar/speaker/add.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/add.ts)_
1469
1469
 
1470
1470
  ## `twentythree webinar speaker add-from-speaker ID`
1471
1471
 
@@ -1496,7 +1496,7 @@ EXAMPLES
1496
1496
  $ twentythree webinar speaker add-from-speaker 12345 --speaker-id 99 --json
1497
1497
  ```
1498
1498
 
1499
- _See code: [src/commands/webinar/speaker/add-from-speaker.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/add-from-speaker.ts)_
1499
+ _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)_
1500
1500
 
1501
1501
  ## `twentythree webinar speaker add-from-user ID`
1502
1502
 
@@ -1527,7 +1527,7 @@ EXAMPLES
1527
1527
  $ twentythree webinar speaker add-from-user 12345 --user-id 42 --json
1528
1528
  ```
1529
1529
 
1530
- _See code: [src/commands/webinar/speaker/add-from-user.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/add-from-user.ts)_
1530
+ _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)_
1531
1531
 
1532
1532
  ## `twentythree webinar speaker cancel-guest-request WEBINARID ID`
1533
1533
 
@@ -1554,7 +1554,7 @@ EXAMPLES
1554
1554
  $ twentythree webinar speaker cancel-guest-request 12345 9900 --json
1555
1555
  ```
1556
1556
 
1557
- _See code: [src/commands/webinar/speaker/cancel-guest-request.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/cancel-guest-request.ts)_
1557
+ _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)_
1558
1558
 
1559
1559
  ## `twentythree webinar speaker connection-types ID`
1560
1560
 
@@ -1580,7 +1580,7 @@ EXAMPLES
1580
1580
  $ twentythree webinar speaker connection-types 12345 --json
1581
1581
  ```
1582
1582
 
1583
- _See code: [src/commands/webinar/speaker/connection-types.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/connection-types.ts)_
1583
+ _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)_
1584
1584
 
1585
1585
  ## `twentythree webinar speaker library`
1586
1586
 
@@ -1603,7 +1603,7 @@ EXAMPLES
1603
1603
  $ twentythree webinar speaker library --json
1604
1604
  ```
1605
1605
 
1606
- _See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/library.ts)_
1606
+ _See code: [src/commands/webinar/speaker/library.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/library.ts)_
1607
1607
 
1608
1608
  ## `twentythree webinar speaker list ID`
1609
1609
 
@@ -1632,7 +1632,7 @@ EXAMPLES
1632
1632
  $ twentythree webinar speaker list 12345 --json
1633
1633
  ```
1634
1634
 
1635
- _See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/list.ts)_
1635
+ _See code: [src/commands/webinar/speaker/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/list.ts)_
1636
1636
 
1637
1637
  ## `twentythree webinar speaker remove WEBINARID ID`
1638
1638
 
@@ -1659,7 +1659,7 @@ EXAMPLES
1659
1659
  $ twentythree webinar speaker remove 12345 9900 --json
1660
1660
  ```
1661
1661
 
1662
- _See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/remove.ts)_
1662
+ _See code: [src/commands/webinar/speaker/remove.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/remove.ts)_
1663
1663
 
1664
1664
  ## `twentythree webinar speaker remove-avatar WEBINARID ID`
1665
1665
 
@@ -1686,7 +1686,7 @@ EXAMPLES
1686
1686
  $ twentythree webinar speaker remove-avatar 12345 9900 --json
1687
1687
  ```
1688
1688
 
1689
- _See code: [src/commands/webinar/speaker/remove-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/remove-avatar.ts)_
1689
+ _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)_
1690
1690
 
1691
1691
  ## `twentythree webinar speaker request-guest WEBINARID ID`
1692
1692
 
@@ -1713,7 +1713,7 @@ EXAMPLES
1713
1713
  $ twentythree webinar speaker request-guest 12345 9900 --json
1714
1714
  ```
1715
1715
 
1716
- _See code: [src/commands/webinar/speaker/request-guest.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/request-guest.ts)_
1716
+ _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)_
1717
1717
 
1718
1718
  ## `twentythree webinar speaker send-invitation WEBINARID ID`
1719
1719
 
@@ -1740,7 +1740,7 @@ EXAMPLES
1740
1740
  $ twentythree webinar speaker send-invitation 12345 9900 --json
1741
1741
  ```
1742
1742
 
1743
- _See code: [src/commands/webinar/speaker/send-invitation.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/send-invitation.ts)_
1743
+ _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)_
1744
1744
 
1745
1745
  ## `twentythree webinar speaker set-avatar WEBINARID ID FILE`
1746
1746
 
@@ -1773,7 +1773,7 @@ EXAMPLES
1773
1773
  $ twentythree webinar speaker set-avatar 12345 9900 ./avatar.png --chunk-size 524288
1774
1774
  ```
1775
1775
 
1776
- _See code: [src/commands/webinar/speaker/set-avatar.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/set-avatar.ts)_
1776
+ _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)_
1777
1777
 
1778
1778
  ## `twentythree webinar speaker set-order ID`
1779
1779
 
@@ -1805,7 +1805,7 @@ EXAMPLES
1805
1805
  $ twentythree webinar speaker set-order 12345 --speaker-id 9900 --order 1 --json
1806
1806
  ```
1807
1807
 
1808
- _See code: [src/commands/webinar/speaker/set-order.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/set-order.ts)_
1808
+ _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)_
1809
1809
 
1810
1810
  ## `twentythree webinar speaker update WEBINARID ID`
1811
1811
 
@@ -1841,7 +1841,7 @@ EXAMPLES
1841
1841
  $ twentythree webinar speaker update 12345 9900 --name "Jane Doe" --json
1842
1842
  ```
1843
1843
 
1844
- _See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/speaker/update.ts)_
1844
+ _See code: [src/commands/webinar/speaker/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/speaker/update.ts)_
1845
1845
 
1846
1846
  ## `twentythree webinar transcription connect ID`
1847
1847
 
@@ -1872,7 +1872,7 @@ EXAMPLES
1872
1872
  $ twentythree webinar transcription connect 12345 --json
1873
1873
  ```
1874
1874
 
1875
- _See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/transcription/connect.ts)_
1875
+ _See code: [src/commands/webinar/transcription/connect.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/transcription/connect.ts)_
1876
1876
 
1877
1877
  ## `twentythree webinar transcription list ID`
1878
1878
 
@@ -1903,7 +1903,7 @@ EXAMPLES
1903
1903
  $ twentythree webinar transcription list 12345 --token mytoken
1904
1904
  ```
1905
1905
 
1906
- _See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/transcription/list.ts)_
1906
+ _See code: [src/commands/webinar/transcription/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/transcription/list.ts)_
1907
1907
 
1908
1908
  ## `twentythree webinar transcription locales ID`
1909
1909
 
@@ -1934,7 +1934,7 @@ EXAMPLES
1934
1934
  $ twentythree webinar transcription locales 12345 --token mytoken
1935
1935
  ```
1936
1936
 
1937
- _See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/transcription/locales.ts)_
1937
+ _See code: [src/commands/webinar/transcription/locales.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/transcription/locales.ts)_
1938
1938
 
1939
1939
  ## `twentythree webinar transcription transcriptionlist`
1940
1940
 
@@ -1957,7 +1957,7 @@ EXAMPLES
1957
1957
  $ twentythree webinar transcription transcriptionlist --json
1958
1958
  ```
1959
1959
 
1960
- _See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/transcription/transcriptionlist.ts)_
1960
+ _See code: [src/commands/webinar/transcription/transcriptionlist.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/transcription/transcriptionlist.ts)_
1961
1961
 
1962
1962
  ## `twentythree webinar update ID`
1963
1963
 
@@ -1996,7 +1996,7 @@ EXAMPLES
1996
1996
  $ twentythree webinar update 12345
1997
1997
  ```
1998
1998
 
1999
- _See code: [src/commands/webinar/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/update.ts)_
1999
+ _See code: [src/commands/webinar/update.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/update.ts)_
2000
2000
 
2001
2001
  ## `twentythree webinar upload-image ID FILE`
2002
2002
 
@@ -2032,4 +2032,4 @@ EXAMPLES
2032
2032
  $ twentythree webinar upload-image 12345 ./before.jpg --type before_webinar
2033
2033
  ```
2034
2034
 
2035
- _See code: [src/commands/webinar/upload-image.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/webinar/upload-image.ts)_
2035
+ _See code: [src/commands/webinar/upload-image.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/webinar/upload-image.ts)_
@@ -24,4 +24,4 @@ EXAMPLES
24
24
  $ twentythree workspace list
25
25
  ```
26
26
 
27
- _See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/workspace/list.ts)_
27
+ _See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/workspace/list.ts)_
@@ -29,4 +29,4 @@ EXAMPLES
29
29
  $ twentythree workspace use "Company Name"
30
30
  ```
31
31
 
32
- _See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/workspace/use.ts)_
32
+ _See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/workspace/use.ts)_
@@ -25,7 +25,7 @@ EXAMPLES
25
25
  $ twentythree workspace list
26
26
  ```
27
27
 
28
- _See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/workspace/list.ts)_
28
+ _See code: [src/commands/workspace/list.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/workspace/list.ts)_
29
29
 
30
30
  ## `twentythree workspace use NAME`
31
31
 
@@ -51,4 +51,4 @@ EXAMPLES
51
51
  $ twentythree workspace use "Company Name"
52
52
  ```
53
53
 
54
- _See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/v1.3.6/src/commands/workspace/use.ts)_
54
+ _See code: [src/commands/workspace/use.ts](https://github.com/23/twentythree-cli/blob/v1.3.7/src/commands/workspace/use.ts)_