twentythree-cli 1.3.5 → 1.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/audience/list.cjs +96 -13
- package/dist/commands/category/list.cjs +53 -5
- package/dist/commands/comment/list.cjs +24 -3
- package/dist/commands/poll/list.cjs +38 -5
- package/dist/commands/spot/list.cjs +39 -11
- package/dist/commands/user/list.cjs +56 -7
- package/dist/commands/video/list.cjs +145 -10
- package/dist/commands/video/subtitle/list.cjs +38 -1
- package/dist/commands/webinar/list.cjs +121 -20
- package/dist/commands/webinar/mail/list.cjs +18 -2
- package/dist/commands/webinar/series/list.cjs +111 -5
- package/dist/commands/webinar/speaker/add.cjs +25 -15
- package/dist/commands/webinar/speaker/list.cjs +46 -4
- package/dist/commands/webinar/speaker/update.cjs +18 -0
- package/docs/commands/action/add.md +1 -1
- package/docs/commands/action/delete.md +1 -1
- package/docs/commands/action/exclude.md +1 -1
- package/docs/commands/action/get.md +1 -1
- package/docs/commands/action/include.md +1 -1
- package/docs/commands/action/list.md +1 -1
- package/docs/commands/action/types.md +1 -1
- package/docs/commands/action/update.md +1 -1
- package/docs/commands/action/upload.md +1 -1
- package/docs/commands/action.md +9 -9
- package/docs/commands/analytics/conversions.md +3 -3
- package/docs/commands/analytics/live.md +9 -9
- package/docs/commands/analytics/usage.md +18 -18
- package/docs/commands/analytics/video.md +12 -12
- package/docs/commands/analytics.md +42 -42
- package/docs/commands/app/add.md +1 -1
- package/docs/commands/app/delete.md +1 -1
- package/docs/commands/app/list.md +1 -1
- package/docs/commands/app/remove-thumbnail.md +1 -1
- package/docs/commands/app/set-thumbnail.md +1 -1
- package/docs/commands/app/update.md +1 -1
- package/docs/commands/app.md +6 -6
- package/docs/commands/audience/companies.md +1 -1
- package/docs/commands/audience/field.md +4 -4
- package/docs/commands/audience/funnel.md +1 -1
- package/docs/commands/audience/identity-sources.md +1 -1
- package/docs/commands/audience/list-collectors.md +1 -1
- package/docs/commands/audience/list.md +40 -11
- package/docs/commands/audience/metrics.md +1 -1
- package/docs/commands/audience/register.md +1 -1
- package/docs/commands/audience/remove.md +1 -1
- package/docs/commands/audience/search.md +1 -1
- package/docs/commands/audience/timelines.md +1 -1
- package/docs/commands/audience/unregister.md +1 -1
- package/docs/commands/audience.md +15 -15
- package/docs/commands/auth/credentials.md +1 -1
- package/docs/commands/auth/status.md +1 -1
- package/docs/commands/auth/switch.md +1 -1
- package/docs/commands/auth.md +3 -3
- package/docs/commands/autocomplete.md +1 -1
- package/docs/commands/category/create.md +1 -1
- package/docs/commands/category/delete.md +1 -1
- package/docs/commands/category/list.md +20 -3
- package/docs/commands/category/update.md +1 -1
- package/docs/commands/category.md +5 -5
- package/docs/commands/collector/exclude.md +1 -1
- package/docs/commands/collector/include.md +1 -1
- package/docs/commands/collector/list.md +1 -1
- package/docs/commands/collector.md +3 -3
- package/docs/commands/comment/add.md +1 -1
- package/docs/commands/comment/clone.md +1 -1
- package/docs/commands/comment/delete.md +1 -1
- package/docs/commands/comment/list.md +24 -11
- package/docs/commands/comment/promote.md +1 -1
- package/docs/commands/comment/reaction.md +3 -3
- package/docs/commands/comment/set-order.md +1 -1
- package/docs/commands/comment/update.md +1 -1
- package/docs/commands/comment.md +10 -10
- package/docs/commands/doctor.md +1 -1
- package/docs/commands/openupload/list.md +1 -1
- package/docs/commands/openupload/update-file.md +1 -1
- package/docs/commands/openupload/upload-file.md +1 -1
- package/docs/commands/openupload.md +3 -3
- package/docs/commands/player/delete.md +1 -1
- package/docs/commands/player/embed-versions.md +1 -1
- package/docs/commands/player/embed.md +1 -1
- package/docs/commands/player/list.md +1 -1
- package/docs/commands/player/remove-thumbnail.md +1 -1
- package/docs/commands/player/set-thumbnail.md +1 -1
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +8 -8
- package/docs/commands/poll/add.md +1 -1
- package/docs/commands/poll/answer.md +1 -1
- package/docs/commands/poll/list.md +12 -2
- package/docs/commands/poll/remove.md +1 -1
- package/docs/commands/poll/set-options.md +1 -1
- package/docs/commands/poll/update.md +1 -1
- package/docs/commands/poll.md +6 -6
- package/docs/commands/presentation/page.md +1 -1
- package/docs/commands/presentation/setting.md +2 -2
- package/docs/commands/presentation.md +3 -3
- package/docs/commands/protection/protect.md +1 -1
- package/docs/commands/protection/unprotect.md +1 -1
- package/docs/commands/protection/verify.md +1 -1
- package/docs/commands/protection.md +3 -3
- package/docs/commands/seo/get.md +1 -1
- package/docs/commands/seo/status.md +1 -1
- package/docs/commands/seo/update.md +1 -1
- package/docs/commands/seo.md +3 -3
- package/docs/commands/session/get-token.md +1 -1
- package/docs/commands/session/redeem-token.md +1 -1
- package/docs/commands/session.md +2 -2
- package/docs/commands/setting/update.md +1 -1
- package/docs/commands/setting.md +1 -1
- package/docs/commands/site/get.md +1 -1
- package/docs/commands/site/search.md +1 -1
- package/docs/commands/site.md +2 -2
- package/docs/commands/spot/check.md +1 -1
- package/docs/commands/spot/create.md +1 -1
- package/docs/commands/spot/delete.md +1 -1
- package/docs/commands/spot/list.md +21 -10
- package/docs/commands/spot/reset-version.md +1 -1
- package/docs/commands/spot/set-videos.md +1 -1
- package/docs/commands/spot/update.md +1 -1
- package/docs/commands/spot.md +7 -7
- package/docs/commands/tag/list.md +1 -1
- package/docs/commands/tag/related.md +1 -1
- package/docs/commands/tag.md +2 -2
- package/docs/commands/thumbnail/add.md +1 -1
- package/docs/commands/thumbnail/data.md +1 -1
- package/docs/commands/thumbnail/delete.md +1 -1
- package/docs/commands/thumbnail/duplicate.md +1 -1
- package/docs/commands/thumbnail/file.md +3 -3
- package/docs/commands/thumbnail/list.md +1 -1
- package/docs/commands/thumbnail/preview-scss.md +1 -1
- package/docs/commands/thumbnail/update.md +1 -1
- package/docs/commands/thumbnail.md +11 -11
- package/docs/commands/user/create.md +1 -1
- package/docs/commands/user/get-login-token.md +1 -1
- package/docs/commands/user/get.md +1 -1
- package/docs/commands/user/list.md +22 -7
- package/docs/commands/user/redeem-login-token.md +1 -1
- package/docs/commands/user/send-invitation.md +1 -1
- package/docs/commands/user/tokens.md +1 -1
- package/docs/commands/user/update.md +1 -1
- package/docs/commands/user.md +8 -8
- package/docs/commands/video/delete.md +1 -1
- package/docs/commands/video/frame.md +1 -1
- package/docs/commands/video/get.md +1 -1
- package/docs/commands/video/list.md +42 -4
- package/docs/commands/video/replace.md +1 -1
- package/docs/commands/video/section.md +8 -8
- package/docs/commands/video/subtitle.md +24 -13
- package/docs/commands/video/transcoding-progress.md +1 -1
- package/docs/commands/video/update.md +1 -1
- package/docs/commands/video/upload.md +1 -1
- package/docs/commands/video.md +28 -28
- package/docs/commands/webhook/events.md +1 -1
- package/docs/commands/webhook/list.md +1 -1
- package/docs/commands/webhook/sample.md +1 -1
- package/docs/commands/webhook/subscribe.md +1 -1
- package/docs/commands/webhook/unsubscribe.md +1 -1
- package/docs/commands/webhook.md +5 -5
- package/docs/commands/webinar/attachment.md +4 -4
- package/docs/commands/webinar/clips.md +1 -1
- package/docs/commands/webinar/create.md +1 -1
- package/docs/commands/webinar/delete.md +1 -1
- package/docs/commands/webinar/highlights.md +1 -1
- package/docs/commands/webinar/list-formats.md +1 -1
- package/docs/commands/webinar/list.md +38 -8
- package/docs/commands/webinar/log.md +1 -1
- package/docs/commands/webinar/mail.md +14 -8
- package/docs/commands/webinar/metrics.md +1 -1
- package/docs/commands/webinar/queued-video.md +2 -2
- package/docs/commands/webinar/recording.md +4 -4
- package/docs/commands/webinar/repeat.md +1 -1
- package/docs/commands/webinar/room.md +4 -4
- package/docs/commands/webinar/section.md +4 -4
- package/docs/commands/webinar/series.md +44 -13
- package/docs/commands/webinar/speaker.md +34 -25
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +1 -1
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +67 -67
- package/docs/commands/workspace/list.md +1 -1
- package/docs/commands/workspace/use.md +1 -1
- package/docs/commands/workspace.md +2 -2
- package/oclif.manifest.json +2021 -957
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1316,127 +1316,6 @@
|
|
|
1316
1316
|
"update.cjs"
|
|
1317
1317
|
]
|
|
1318
1318
|
},
|
|
1319
|
-
"auth:credentials": {
|
|
1320
|
-
"aliases": [],
|
|
1321
|
-
"args": {},
|
|
1322
|
-
"description": "Configure domain and bearer token for a TwentyThree workspace",
|
|
1323
|
-
"examples": [
|
|
1324
|
-
"<%= config.bin %> auth credentials"
|
|
1325
|
-
],
|
|
1326
|
-
"flags": {},
|
|
1327
|
-
"hasDynamicHelp": false,
|
|
1328
|
-
"hiddenAliases": [],
|
|
1329
|
-
"id": "auth:credentials",
|
|
1330
|
-
"pluginAlias": "twentythree-cli",
|
|
1331
|
-
"pluginName": "twentythree-cli",
|
|
1332
|
-
"pluginType": "core",
|
|
1333
|
-
"strict": true,
|
|
1334
|
-
"enableJsonFlag": false,
|
|
1335
|
-
"agentMetadata": {
|
|
1336
|
-
"api_endpoint": "interactive",
|
|
1337
|
-
"auth_scope": "none",
|
|
1338
|
-
"output_shape": {
|
|
1339
|
-
"type": "none"
|
|
1340
|
-
},
|
|
1341
|
-
"side_effects": "creates"
|
|
1342
|
-
},
|
|
1343
|
-
"isESM": false,
|
|
1344
|
-
"relativePath": [
|
|
1345
|
-
"dist",
|
|
1346
|
-
"commands",
|
|
1347
|
-
"auth",
|
|
1348
|
-
"credentials.cjs"
|
|
1349
|
-
]
|
|
1350
|
-
},
|
|
1351
|
-
"auth:status": {
|
|
1352
|
-
"aliases": [],
|
|
1353
|
-
"args": {},
|
|
1354
|
-
"description": "Show authentication status and active workspace",
|
|
1355
|
-
"examples": [
|
|
1356
|
-
"<%= config.bin %> auth status"
|
|
1357
|
-
],
|
|
1358
|
-
"flags": {
|
|
1359
|
-
"json": {
|
|
1360
|
-
"description": "Format output as json.",
|
|
1361
|
-
"helpGroup": "GLOBAL",
|
|
1362
|
-
"name": "json",
|
|
1363
|
-
"allowNo": false,
|
|
1364
|
-
"type": "boolean"
|
|
1365
|
-
},
|
|
1366
|
-
"workspace": {
|
|
1367
|
-
"char": "w",
|
|
1368
|
-
"helpGroup": "GLOBAL",
|
|
1369
|
-
"name": "workspace",
|
|
1370
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
1371
|
-
"hasDynamicHelp": false,
|
|
1372
|
-
"multiple": false,
|
|
1373
|
-
"type": "option"
|
|
1374
|
-
},
|
|
1375
|
-
"agent": {
|
|
1376
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
1377
|
-
"helpGroup": "GLOBAL",
|
|
1378
|
-
"hidden": true,
|
|
1379
|
-
"name": "agent",
|
|
1380
|
-
"allowNo": false,
|
|
1381
|
-
"type": "boolean"
|
|
1382
|
-
}
|
|
1383
|
-
},
|
|
1384
|
-
"hasDynamicHelp": false,
|
|
1385
|
-
"hiddenAliases": [],
|
|
1386
|
-
"id": "auth:status",
|
|
1387
|
-
"pluginAlias": "twentythree-cli",
|
|
1388
|
-
"pluginName": "twentythree-cli",
|
|
1389
|
-
"pluginType": "core",
|
|
1390
|
-
"strict": true,
|
|
1391
|
-
"enableJsonFlag": true,
|
|
1392
|
-
"agentMetadata": {
|
|
1393
|
-
"api_endpoint": "local",
|
|
1394
|
-
"auth_scope": "none",
|
|
1395
|
-
"output_shape": {
|
|
1396
|
-
"type": "key-value"
|
|
1397
|
-
},
|
|
1398
|
-
"side_effects": "none"
|
|
1399
|
-
},
|
|
1400
|
-
"isESM": false,
|
|
1401
|
-
"relativePath": [
|
|
1402
|
-
"dist",
|
|
1403
|
-
"commands",
|
|
1404
|
-
"auth",
|
|
1405
|
-
"status.cjs"
|
|
1406
|
-
]
|
|
1407
|
-
},
|
|
1408
|
-
"auth:switch": {
|
|
1409
|
-
"aliases": [],
|
|
1410
|
-
"args": {},
|
|
1411
|
-
"description": "Switch the active workspace",
|
|
1412
|
-
"examples": [
|
|
1413
|
-
"<%= config.bin %> auth switch"
|
|
1414
|
-
],
|
|
1415
|
-
"flags": {},
|
|
1416
|
-
"hasDynamicHelp": false,
|
|
1417
|
-
"hiddenAliases": [],
|
|
1418
|
-
"id": "auth:switch",
|
|
1419
|
-
"pluginAlias": "twentythree-cli",
|
|
1420
|
-
"pluginName": "twentythree-cli",
|
|
1421
|
-
"pluginType": "core",
|
|
1422
|
-
"strict": true,
|
|
1423
|
-
"enableJsonFlag": false,
|
|
1424
|
-
"agentMetadata": {
|
|
1425
|
-
"api_endpoint": "interactive",
|
|
1426
|
-
"auth_scope": "none",
|
|
1427
|
-
"output_shape": {
|
|
1428
|
-
"type": "none"
|
|
1429
|
-
},
|
|
1430
|
-
"side_effects": "updates"
|
|
1431
|
-
},
|
|
1432
|
-
"isESM": false,
|
|
1433
|
-
"relativePath": [
|
|
1434
|
-
"dist",
|
|
1435
|
-
"commands",
|
|
1436
|
-
"auth",
|
|
1437
|
-
"switch.cjs"
|
|
1438
|
-
]
|
|
1439
|
-
},
|
|
1440
1319
|
"audience:companies": {
|
|
1441
1320
|
"aliases": [],
|
|
1442
1321
|
"args": {},
|
|
@@ -1800,7 +1679,11 @@
|
|
|
1800
1679
|
"examples": [
|
|
1801
1680
|
"<%= config.bin %> audience list",
|
|
1802
1681
|
"<%= config.bin %> audience list --page 2 --size 50",
|
|
1803
|
-
"<%= config.bin %> audience list --search \"john\" --identified --json"
|
|
1682
|
+
"<%= config.bin %> audience list --search \"john\" --identified --json",
|
|
1683
|
+
"<%= config.bin %> audience list --company \"Acme\" --orderby score --order desc --json",
|
|
1684
|
+
"<%= config.bin %> audience list --objects \"12345 67890\" --include-timelines --json",
|
|
1685
|
+
"<%= config.bin %> audience list --score-interval \"50:100\" --activity-interval \"30d\" --json",
|
|
1686
|
+
"<%= config.bin %> audience list --export-format csv > audience.csv"
|
|
1804
1687
|
],
|
|
1805
1688
|
"flags": {
|
|
1806
1689
|
"json": {
|
|
@@ -1852,19 +1735,30 @@
|
|
|
1852
1735
|
"type": "option"
|
|
1853
1736
|
},
|
|
1854
1737
|
"orderby": {
|
|
1855
|
-
"description": "Order by field
|
|
1738
|
+
"description": "Order by field",
|
|
1856
1739
|
"name": "orderby",
|
|
1857
1740
|
"required": false,
|
|
1858
1741
|
"hasDynamicHelp": false,
|
|
1859
1742
|
"multiple": false,
|
|
1743
|
+
"options": [
|
|
1744
|
+
"profile_count",
|
|
1745
|
+
"recent",
|
|
1746
|
+
"timeline_count",
|
|
1747
|
+
"score",
|
|
1748
|
+
"first"
|
|
1749
|
+
],
|
|
1860
1750
|
"type": "option"
|
|
1861
1751
|
},
|
|
1862
1752
|
"order": {
|
|
1863
|
-
"description": "Sort direction
|
|
1753
|
+
"description": "Sort direction",
|
|
1864
1754
|
"name": "order",
|
|
1865
1755
|
"required": false,
|
|
1866
1756
|
"hasDynamicHelp": false,
|
|
1867
1757
|
"multiple": false,
|
|
1758
|
+
"options": [
|
|
1759
|
+
"asc",
|
|
1760
|
+
"desc"
|
|
1761
|
+
],
|
|
1868
1762
|
"type": "option"
|
|
1869
1763
|
},
|
|
1870
1764
|
"search": {
|
|
@@ -1882,6 +1776,14 @@
|
|
|
1882
1776
|
"allowNo": true,
|
|
1883
1777
|
"type": "boolean"
|
|
1884
1778
|
},
|
|
1779
|
+
"company": {
|
|
1780
|
+
"description": "Filter by company name",
|
|
1781
|
+
"name": "company",
|
|
1782
|
+
"required": false,
|
|
1783
|
+
"hasDynamicHelp": false,
|
|
1784
|
+
"multiple": false,
|
|
1785
|
+
"type": "option"
|
|
1786
|
+
},
|
|
1885
1787
|
"objects": {
|
|
1886
1788
|
"description": "Filter by viewed object IDs (space-separated)",
|
|
1887
1789
|
"name": "objects",
|
|
@@ -1889,6 +1791,111 @@
|
|
|
1889
1791
|
"hasDynamicHelp": false,
|
|
1890
1792
|
"multiple": false,
|
|
1891
1793
|
"type": "option"
|
|
1794
|
+
},
|
|
1795
|
+
"attended-objects": {
|
|
1796
|
+
"description": "Filter to profiles that attended specific object IDs (space-separated)",
|
|
1797
|
+
"name": "attended-objects",
|
|
1798
|
+
"required": false,
|
|
1799
|
+
"hasDynamicHelp": false,
|
|
1800
|
+
"multiple": false,
|
|
1801
|
+
"type": "option"
|
|
1802
|
+
},
|
|
1803
|
+
"identity-sources": {
|
|
1804
|
+
"description": "Filter by the source of profile information (e.g. corepeople:<collection>)",
|
|
1805
|
+
"name": "identity-sources",
|
|
1806
|
+
"required": false,
|
|
1807
|
+
"hasDynamicHelp": false,
|
|
1808
|
+
"multiple": false,
|
|
1809
|
+
"type": "option"
|
|
1810
|
+
},
|
|
1811
|
+
"score": {
|
|
1812
|
+
"description": "Filter by exact engagement score",
|
|
1813
|
+
"name": "score",
|
|
1814
|
+
"required": false,
|
|
1815
|
+
"hasDynamicHelp": false,
|
|
1816
|
+
"multiple": false,
|
|
1817
|
+
"type": "option"
|
|
1818
|
+
},
|
|
1819
|
+
"score-interval": {
|
|
1820
|
+
"description": "Filter by a range of engagement scores (e.g. \"50:100\")",
|
|
1821
|
+
"name": "score-interval",
|
|
1822
|
+
"required": false,
|
|
1823
|
+
"hasDynamicHelp": false,
|
|
1824
|
+
"multiple": false,
|
|
1825
|
+
"type": "option"
|
|
1826
|
+
},
|
|
1827
|
+
"activity-interval": {
|
|
1828
|
+
"description": "Filter to profiles with activity within this date interval (e.g. \"30d\")",
|
|
1829
|
+
"name": "activity-interval",
|
|
1830
|
+
"required": false,
|
|
1831
|
+
"hasDynamicHelp": false,
|
|
1832
|
+
"multiple": false,
|
|
1833
|
+
"type": "option"
|
|
1834
|
+
},
|
|
1835
|
+
"first": {
|
|
1836
|
+
"description": "Filter to profiles first seen after this date",
|
|
1837
|
+
"name": "first",
|
|
1838
|
+
"required": false,
|
|
1839
|
+
"hasDynamicHelp": false,
|
|
1840
|
+
"multiple": false,
|
|
1841
|
+
"type": "option"
|
|
1842
|
+
},
|
|
1843
|
+
"recent": {
|
|
1844
|
+
"description": "Filter to profiles with recent activity after this date",
|
|
1845
|
+
"name": "recent",
|
|
1846
|
+
"required": false,
|
|
1847
|
+
"hasDynamicHelp": false,
|
|
1848
|
+
"multiple": false,
|
|
1849
|
+
"type": "option"
|
|
1850
|
+
},
|
|
1851
|
+
"event-type": {
|
|
1852
|
+
"description": "Filter by conversion event type",
|
|
1853
|
+
"name": "event-type",
|
|
1854
|
+
"required": false,
|
|
1855
|
+
"hasDynamicHelp": false,
|
|
1856
|
+
"multiple": false,
|
|
1857
|
+
"type": "option"
|
|
1858
|
+
},
|
|
1859
|
+
"include-timelines": {
|
|
1860
|
+
"description": "Include viewing timelines in the result",
|
|
1861
|
+
"name": "include-timelines",
|
|
1862
|
+
"required": false,
|
|
1863
|
+
"allowNo": false,
|
|
1864
|
+
"type": "boolean"
|
|
1865
|
+
},
|
|
1866
|
+
"include-events": {
|
|
1867
|
+
"description": "Include conversion events in the result",
|
|
1868
|
+
"name": "include-events",
|
|
1869
|
+
"required": false,
|
|
1870
|
+
"allowNo": false,
|
|
1871
|
+
"type": "boolean"
|
|
1872
|
+
},
|
|
1873
|
+
"include-total-count": {
|
|
1874
|
+
"description": "Include the total matching profile count in the response",
|
|
1875
|
+
"name": "include-total-count",
|
|
1876
|
+
"required": false,
|
|
1877
|
+
"allowNo": false,
|
|
1878
|
+
"type": "boolean"
|
|
1879
|
+
},
|
|
1880
|
+
"export-format": {
|
|
1881
|
+
"description": "Export results as a file instead of JSON",
|
|
1882
|
+
"name": "export-format",
|
|
1883
|
+
"required": false,
|
|
1884
|
+
"hasDynamicHelp": false,
|
|
1885
|
+
"multiple": false,
|
|
1886
|
+
"options": [
|
|
1887
|
+
"csv",
|
|
1888
|
+
"xlsx"
|
|
1889
|
+
],
|
|
1890
|
+
"type": "option"
|
|
1891
|
+
},
|
|
1892
|
+
"fields": {
|
|
1893
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
1894
|
+
"name": "fields",
|
|
1895
|
+
"required": false,
|
|
1896
|
+
"hasDynamicHelp": false,
|
|
1897
|
+
"multiple": false,
|
|
1898
|
+
"type": "option"
|
|
1892
1899
|
}
|
|
1893
1900
|
},
|
|
1894
1901
|
"hasDynamicHelp": false,
|
|
@@ -2556,47 +2563,22 @@
|
|
|
2556
2563
|
"unregister.cjs"
|
|
2557
2564
|
]
|
|
2558
2565
|
},
|
|
2559
|
-
"
|
|
2566
|
+
"auth:credentials": {
|
|
2560
2567
|
"aliases": [],
|
|
2561
2568
|
"args": {},
|
|
2562
|
-
"description": "
|
|
2569
|
+
"description": "Configure domain and bearer token for a TwentyThree workspace",
|
|
2563
2570
|
"examples": [
|
|
2564
|
-
"<%= config.bin %>
|
|
2571
|
+
"<%= config.bin %> auth credentials"
|
|
2565
2572
|
],
|
|
2566
|
-
"flags": {
|
|
2567
|
-
"json": {
|
|
2568
|
-
"description": "Format output as json.",
|
|
2569
|
-
"helpGroup": "GLOBAL",
|
|
2570
|
-
"name": "json",
|
|
2571
|
-
"allowNo": false,
|
|
2572
|
-
"type": "boolean"
|
|
2573
|
-
},
|
|
2574
|
-
"workspace": {
|
|
2575
|
-
"char": "w",
|
|
2576
|
-
"helpGroup": "GLOBAL",
|
|
2577
|
-
"name": "workspace",
|
|
2578
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
2579
|
-
"hasDynamicHelp": false,
|
|
2580
|
-
"multiple": false,
|
|
2581
|
-
"type": "option"
|
|
2582
|
-
},
|
|
2583
|
-
"agent": {
|
|
2584
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
2585
|
-
"helpGroup": "GLOBAL",
|
|
2586
|
-
"hidden": true,
|
|
2587
|
-
"name": "agent",
|
|
2588
|
-
"allowNo": false,
|
|
2589
|
-
"type": "boolean"
|
|
2590
|
-
}
|
|
2591
|
-
},
|
|
2573
|
+
"flags": {},
|
|
2592
2574
|
"hasDynamicHelp": false,
|
|
2593
2575
|
"hiddenAliases": [],
|
|
2594
|
-
"id": "
|
|
2576
|
+
"id": "auth:credentials",
|
|
2595
2577
|
"pluginAlias": "twentythree-cli",
|
|
2596
2578
|
"pluginName": "twentythree-cli",
|
|
2597
2579
|
"pluginType": "core",
|
|
2598
2580
|
"strict": true,
|
|
2599
|
-
"enableJsonFlag":
|
|
2581
|
+
"enableJsonFlag": false,
|
|
2600
2582
|
"agentMetadata": {
|
|
2601
2583
|
"api_endpoint": "interactive",
|
|
2602
2584
|
"auth_scope": "none",
|
|
@@ -2609,18 +2591,16 @@
|
|
|
2609
2591
|
"relativePath": [
|
|
2610
2592
|
"dist",
|
|
2611
2593
|
"commands",
|
|
2612
|
-
"
|
|
2613
|
-
"
|
|
2594
|
+
"auth",
|
|
2595
|
+
"credentials.cjs"
|
|
2614
2596
|
]
|
|
2615
2597
|
},
|
|
2616
|
-
"
|
|
2598
|
+
"auth:status": {
|
|
2617
2599
|
"aliases": [],
|
|
2618
2600
|
"args": {},
|
|
2619
|
-
"description": "
|
|
2601
|
+
"description": "Show authentication status and active workspace",
|
|
2620
2602
|
"examples": [
|
|
2621
|
-
"<%= config.bin %>
|
|
2622
|
-
"<%= config.bin %> category create --title \"My Category\" --json",
|
|
2623
|
-
"<%= config.bin %> category create --title \"Hidden Category\" --hidden"
|
|
2603
|
+
"<%= config.bin %> auth status"
|
|
2624
2604
|
],
|
|
2625
2605
|
"flags": {
|
|
2626
2606
|
"json": {
|
|
@@ -2646,10 +2626,101 @@
|
|
|
2646
2626
|
"name": "agent",
|
|
2647
2627
|
"allowNo": false,
|
|
2648
2628
|
"type": "boolean"
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2629
|
+
}
|
|
2630
|
+
},
|
|
2631
|
+
"hasDynamicHelp": false,
|
|
2632
|
+
"hiddenAliases": [],
|
|
2633
|
+
"id": "auth:status",
|
|
2634
|
+
"pluginAlias": "twentythree-cli",
|
|
2635
|
+
"pluginName": "twentythree-cli",
|
|
2636
|
+
"pluginType": "core",
|
|
2637
|
+
"strict": true,
|
|
2638
|
+
"enableJsonFlag": true,
|
|
2639
|
+
"agentMetadata": {
|
|
2640
|
+
"api_endpoint": "local",
|
|
2641
|
+
"auth_scope": "none",
|
|
2642
|
+
"output_shape": {
|
|
2643
|
+
"type": "key-value"
|
|
2644
|
+
},
|
|
2645
|
+
"side_effects": "none"
|
|
2646
|
+
},
|
|
2647
|
+
"isESM": false,
|
|
2648
|
+
"relativePath": [
|
|
2649
|
+
"dist",
|
|
2650
|
+
"commands",
|
|
2651
|
+
"auth",
|
|
2652
|
+
"status.cjs"
|
|
2653
|
+
]
|
|
2654
|
+
},
|
|
2655
|
+
"auth:switch": {
|
|
2656
|
+
"aliases": [],
|
|
2657
|
+
"args": {},
|
|
2658
|
+
"description": "Switch the active workspace",
|
|
2659
|
+
"examples": [
|
|
2660
|
+
"<%= config.bin %> auth switch"
|
|
2661
|
+
],
|
|
2662
|
+
"flags": {},
|
|
2663
|
+
"hasDynamicHelp": false,
|
|
2664
|
+
"hiddenAliases": [],
|
|
2665
|
+
"id": "auth:switch",
|
|
2666
|
+
"pluginAlias": "twentythree-cli",
|
|
2667
|
+
"pluginName": "twentythree-cli",
|
|
2668
|
+
"pluginType": "core",
|
|
2669
|
+
"strict": true,
|
|
2670
|
+
"enableJsonFlag": false,
|
|
2671
|
+
"agentMetadata": {
|
|
2672
|
+
"api_endpoint": "interactive",
|
|
2673
|
+
"auth_scope": "none",
|
|
2674
|
+
"output_shape": {
|
|
2675
|
+
"type": "none"
|
|
2676
|
+
},
|
|
2677
|
+
"side_effects": "updates"
|
|
2678
|
+
},
|
|
2679
|
+
"isESM": false,
|
|
2680
|
+
"relativePath": [
|
|
2681
|
+
"dist",
|
|
2682
|
+
"commands",
|
|
2683
|
+
"auth",
|
|
2684
|
+
"switch.cjs"
|
|
2685
|
+
]
|
|
2686
|
+
},
|
|
2687
|
+
"category:create": {
|
|
2688
|
+
"aliases": [],
|
|
2689
|
+
"args": {},
|
|
2690
|
+
"description": "Create a new category",
|
|
2691
|
+
"examples": [
|
|
2692
|
+
"<%= config.bin %> category create --title \"My Category\"",
|
|
2693
|
+
"<%= config.bin %> category create --title \"My Category\" --json",
|
|
2694
|
+
"<%= config.bin %> category create --title \"Hidden Category\" --hidden"
|
|
2695
|
+
],
|
|
2696
|
+
"flags": {
|
|
2697
|
+
"json": {
|
|
2698
|
+
"description": "Format output as json.",
|
|
2699
|
+
"helpGroup": "GLOBAL",
|
|
2700
|
+
"name": "json",
|
|
2701
|
+
"allowNo": false,
|
|
2702
|
+
"type": "boolean"
|
|
2703
|
+
},
|
|
2704
|
+
"workspace": {
|
|
2705
|
+
"char": "w",
|
|
2706
|
+
"helpGroup": "GLOBAL",
|
|
2707
|
+
"name": "workspace",
|
|
2708
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
2709
|
+
"hasDynamicHelp": false,
|
|
2710
|
+
"multiple": false,
|
|
2711
|
+
"type": "option"
|
|
2712
|
+
},
|
|
2713
|
+
"agent": {
|
|
2714
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
2715
|
+
"helpGroup": "GLOBAL",
|
|
2716
|
+
"hidden": true,
|
|
2717
|
+
"name": "agent",
|
|
2718
|
+
"allowNo": false,
|
|
2719
|
+
"type": "boolean"
|
|
2720
|
+
},
|
|
2721
|
+
"title": {
|
|
2722
|
+
"description": "Title for the new category",
|
|
2723
|
+
"name": "title",
|
|
2653
2724
|
"required": true,
|
|
2654
2725
|
"hasDynamicHelp": false,
|
|
2655
2726
|
"multiple": false,
|
|
@@ -2795,7 +2866,10 @@
|
|
|
2795
2866
|
"examples": [
|
|
2796
2867
|
"<%= config.bin %> category list",
|
|
2797
2868
|
"<%= config.bin %> category list --json",
|
|
2798
|
-
"<%= config.bin %> category list --include-hidden"
|
|
2869
|
+
"<%= config.bin %> category list --include-hidden",
|
|
2870
|
+
"<%= config.bin %> category list --search \"webinar\" --orderby title --order asc",
|
|
2871
|
+
"<%= config.bin %> category list --user-id 42 --json",
|
|
2872
|
+
"<%= config.bin %> category list --photo-id 12345 --json"
|
|
2799
2873
|
],
|
|
2800
2874
|
"flags": {
|
|
2801
2875
|
"json": {
|
|
@@ -2822,6 +2896,38 @@
|
|
|
2822
2896
|
"allowNo": false,
|
|
2823
2897
|
"type": "boolean"
|
|
2824
2898
|
},
|
|
2899
|
+
"search": {
|
|
2900
|
+
"description": "Search categories by title or keyword",
|
|
2901
|
+
"name": "search",
|
|
2902
|
+
"required": false,
|
|
2903
|
+
"hasDynamicHelp": false,
|
|
2904
|
+
"multiple": false,
|
|
2905
|
+
"type": "option"
|
|
2906
|
+
},
|
|
2907
|
+
"album-id": {
|
|
2908
|
+
"description": "Return information for a specific category by its ID",
|
|
2909
|
+
"name": "album-id",
|
|
2910
|
+
"required": false,
|
|
2911
|
+
"hasDynamicHelp": false,
|
|
2912
|
+
"multiple": false,
|
|
2913
|
+
"type": "option"
|
|
2914
|
+
},
|
|
2915
|
+
"photo-id": {
|
|
2916
|
+
"description": "Filter to categories that contain a specific video",
|
|
2917
|
+
"name": "photo-id",
|
|
2918
|
+
"required": false,
|
|
2919
|
+
"hasDynamicHelp": false,
|
|
2920
|
+
"multiple": false,
|
|
2921
|
+
"type": "option"
|
|
2922
|
+
},
|
|
2923
|
+
"user-id": {
|
|
2924
|
+
"description": "Filter by the ID of the user that created the category",
|
|
2925
|
+
"name": "user-id",
|
|
2926
|
+
"required": false,
|
|
2927
|
+
"hasDynamicHelp": false,
|
|
2928
|
+
"multiple": false,
|
|
2929
|
+
"type": "option"
|
|
2930
|
+
},
|
|
2825
2931
|
"include-hidden": {
|
|
2826
2932
|
"description": "Include hidden categories in the results",
|
|
2827
2933
|
"name": "include-hidden",
|
|
@@ -2836,6 +2942,41 @@
|
|
|
2836
2942
|
"hasDynamicHelp": false,
|
|
2837
2943
|
"multiple": false,
|
|
2838
2944
|
"type": "option"
|
|
2945
|
+
},
|
|
2946
|
+
"orderby": {
|
|
2947
|
+
"description": "Field to order results by",
|
|
2948
|
+
"name": "orderby",
|
|
2949
|
+
"required": false,
|
|
2950
|
+
"hasDynamicHelp": false,
|
|
2951
|
+
"multiple": false,
|
|
2952
|
+
"options": [
|
|
2953
|
+
"sortkey",
|
|
2954
|
+
"title",
|
|
2955
|
+
"editing_date",
|
|
2956
|
+
"creation_date",
|
|
2957
|
+
"live_create"
|
|
2958
|
+
],
|
|
2959
|
+
"type": "option"
|
|
2960
|
+
},
|
|
2961
|
+
"order": {
|
|
2962
|
+
"description": "Sort direction",
|
|
2963
|
+
"name": "order",
|
|
2964
|
+
"required": false,
|
|
2965
|
+
"hasDynamicHelp": false,
|
|
2966
|
+
"multiple": false,
|
|
2967
|
+
"options": [
|
|
2968
|
+
"asc",
|
|
2969
|
+
"desc"
|
|
2970
|
+
],
|
|
2971
|
+
"type": "option"
|
|
2972
|
+
},
|
|
2973
|
+
"fields": {
|
|
2974
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
2975
|
+
"name": "fields",
|
|
2976
|
+
"required": false,
|
|
2977
|
+
"hasDynamicHelp": false,
|
|
2978
|
+
"multiple": false,
|
|
2979
|
+
"type": "option"
|
|
2839
2980
|
}
|
|
2840
2981
|
},
|
|
2841
2982
|
"hasDynamicHelp": false,
|
|
@@ -2964,6 +3105,63 @@
|
|
|
2964
3105
|
"update.cjs"
|
|
2965
3106
|
]
|
|
2966
3107
|
},
|
|
3108
|
+
"autocomplete": {
|
|
3109
|
+
"aliases": [],
|
|
3110
|
+
"args": {},
|
|
3111
|
+
"description": "Set up tab completion for your shell",
|
|
3112
|
+
"examples": [
|
|
3113
|
+
"<%= config.bin %> autocomplete"
|
|
3114
|
+
],
|
|
3115
|
+
"flags": {
|
|
3116
|
+
"json": {
|
|
3117
|
+
"description": "Format output as json.",
|
|
3118
|
+
"helpGroup": "GLOBAL",
|
|
3119
|
+
"name": "json",
|
|
3120
|
+
"allowNo": false,
|
|
3121
|
+
"type": "boolean"
|
|
3122
|
+
},
|
|
3123
|
+
"workspace": {
|
|
3124
|
+
"char": "w",
|
|
3125
|
+
"helpGroup": "GLOBAL",
|
|
3126
|
+
"name": "workspace",
|
|
3127
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
3128
|
+
"hasDynamicHelp": false,
|
|
3129
|
+
"multiple": false,
|
|
3130
|
+
"type": "option"
|
|
3131
|
+
},
|
|
3132
|
+
"agent": {
|
|
3133
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
3134
|
+
"helpGroup": "GLOBAL",
|
|
3135
|
+
"hidden": true,
|
|
3136
|
+
"name": "agent",
|
|
3137
|
+
"allowNo": false,
|
|
3138
|
+
"type": "boolean"
|
|
3139
|
+
}
|
|
3140
|
+
},
|
|
3141
|
+
"hasDynamicHelp": false,
|
|
3142
|
+
"hiddenAliases": [],
|
|
3143
|
+
"id": "autocomplete",
|
|
3144
|
+
"pluginAlias": "twentythree-cli",
|
|
3145
|
+
"pluginName": "twentythree-cli",
|
|
3146
|
+
"pluginType": "core",
|
|
3147
|
+
"strict": true,
|
|
3148
|
+
"enableJsonFlag": true,
|
|
3149
|
+
"agentMetadata": {
|
|
3150
|
+
"api_endpoint": "interactive",
|
|
3151
|
+
"auth_scope": "none",
|
|
3152
|
+
"output_shape": {
|
|
3153
|
+
"type": "none"
|
|
3154
|
+
},
|
|
3155
|
+
"side_effects": "creates"
|
|
3156
|
+
},
|
|
3157
|
+
"isESM": false,
|
|
3158
|
+
"relativePath": [
|
|
3159
|
+
"dist",
|
|
3160
|
+
"commands",
|
|
3161
|
+
"autocomplete",
|
|
3162
|
+
"index.cjs"
|
|
3163
|
+
]
|
|
3164
|
+
},
|
|
2967
3165
|
"collector:exclude": {
|
|
2968
3166
|
"aliases": [],
|
|
2969
3167
|
"args": {
|
|
@@ -3532,17 +3730,44 @@
|
|
|
3532
3730
|
"required": false,
|
|
3533
3731
|
"hasDynamicHelp": false,
|
|
3534
3732
|
"multiple": false,
|
|
3733
|
+
"options": [
|
|
3734
|
+
"asc",
|
|
3735
|
+
"desc"
|
|
3736
|
+
],
|
|
3737
|
+
"type": "option"
|
|
3738
|
+
},
|
|
3739
|
+
"comment-id": {
|
|
3740
|
+
"description": "Limit to a specific comment by its ID",
|
|
3741
|
+
"name": "comment-id",
|
|
3742
|
+
"required": false,
|
|
3743
|
+
"hasDynamicHelp": false,
|
|
3744
|
+
"multiple": false,
|
|
3745
|
+
"type": "option"
|
|
3746
|
+
},
|
|
3747
|
+
"comment-user-id": {
|
|
3748
|
+
"description": "List comments by a specific user",
|
|
3749
|
+
"name": "comment-user-id",
|
|
3750
|
+
"required": false,
|
|
3751
|
+
"hasDynamicHelp": false,
|
|
3752
|
+
"multiple": false,
|
|
3535
3753
|
"type": "option"
|
|
3536
3754
|
},
|
|
3755
|
+
"prioritize-promoted": {
|
|
3756
|
+
"description": "Sort promoted comments before non-promoted ones",
|
|
3757
|
+
"name": "prioritize-promoted",
|
|
3758
|
+
"required": false,
|
|
3759
|
+
"allowNo": false,
|
|
3760
|
+
"type": "boolean"
|
|
3761
|
+
},
|
|
3537
3762
|
"include-reactions": {
|
|
3538
|
-
"description": "Include
|
|
3763
|
+
"description": "Include emoji reaction counts for each comment",
|
|
3539
3764
|
"name": "include-reactions",
|
|
3540
3765
|
"required": false,
|
|
3541
3766
|
"allowNo": false,
|
|
3542
3767
|
"type": "boolean"
|
|
3543
3768
|
},
|
|
3544
3769
|
"include-replies": {
|
|
3545
|
-
"description": "Include reply
|
|
3770
|
+
"description": "Include details about the parent comment for reply comments",
|
|
3546
3771
|
"name": "include-replies",
|
|
3547
3772
|
"required": false,
|
|
3548
3773
|
"allowNo": false,
|
|
@@ -3554,6 +3779,14 @@
|
|
|
3554
3779
|
"required": false,
|
|
3555
3780
|
"allowNo": false,
|
|
3556
3781
|
"type": "boolean"
|
|
3782
|
+
},
|
|
3783
|
+
"fields": {
|
|
3784
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
3785
|
+
"name": "fields",
|
|
3786
|
+
"required": false,
|
|
3787
|
+
"hasDynamicHelp": false,
|
|
3788
|
+
"multiple": false,
|
|
3789
|
+
"type": "option"
|
|
3557
3790
|
}
|
|
3558
3791
|
},
|
|
3559
3792
|
"hasDynamicHelp": false,
|
|
@@ -4976,7 +5209,9 @@
|
|
|
4976
5209
|
"description": "List polls for a webinar",
|
|
4977
5210
|
"examples": [
|
|
4978
5211
|
"<%= config.bin %> poll list --object-id 12345",
|
|
4979
|
-
"<%= config.bin %> poll list --object-id 12345 --json"
|
|
5212
|
+
"<%= config.bin %> poll list --object-id 12345 --json",
|
|
5213
|
+
"<%= config.bin %> poll list --object-id 12345 --open --json",
|
|
5214
|
+
"<%= config.bin %> poll list --object-id 12345 --poll-id 99 --json"
|
|
4980
5215
|
],
|
|
4981
5216
|
"flags": {
|
|
4982
5217
|
"json": {
|
|
@@ -5018,32 +5253,69 @@
|
|
|
5018
5253
|
"hasDynamicHelp": false,
|
|
5019
5254
|
"multiple": false,
|
|
5020
5255
|
"type": "option"
|
|
5021
|
-
}
|
|
5022
|
-
},
|
|
5023
|
-
"hasDynamicHelp": false,
|
|
5024
|
-
"hiddenAliases": [],
|
|
5025
|
-
"id": "poll:list",
|
|
5026
|
-
"pluginAlias": "twentythree-cli",
|
|
5027
|
-
"pluginName": "twentythree-cli",
|
|
5028
|
-
"pluginType": "core",
|
|
5029
|
-
"strict": true,
|
|
5030
|
-
"agentMetadata": {
|
|
5031
|
-
"api_endpoint": "GET /poll/list",
|
|
5032
|
-
"auth_scope": "anonymous",
|
|
5033
|
-
"output_shape": {
|
|
5034
|
-
"type": "table",
|
|
5035
|
-
"columns": [
|
|
5036
|
-
"ID",
|
|
5037
|
-
"Question",
|
|
5038
|
-
"Open",
|
|
5039
|
-
"Results Visible"
|
|
5040
|
-
]
|
|
5041
5256
|
},
|
|
5042
|
-
"
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5257
|
+
"poll-id": {
|
|
5258
|
+
"description": "Limit results to a single poll by its ID",
|
|
5259
|
+
"name": "poll-id",
|
|
5260
|
+
"required": false,
|
|
5261
|
+
"hasDynamicHelp": false,
|
|
5262
|
+
"multiple": false,
|
|
5263
|
+
"type": "option"
|
|
5264
|
+
},
|
|
5265
|
+
"open": {
|
|
5266
|
+
"description": "Filter by open/closed status",
|
|
5267
|
+
"name": "open",
|
|
5268
|
+
"required": false,
|
|
5269
|
+
"allowNo": true,
|
|
5270
|
+
"type": "boolean"
|
|
5271
|
+
},
|
|
5272
|
+
"public": {
|
|
5273
|
+
"description": "Filter by public/non-public status",
|
|
5274
|
+
"name": "public",
|
|
5275
|
+
"required": false,
|
|
5276
|
+
"allowNo": true,
|
|
5277
|
+
"type": "boolean"
|
|
5278
|
+
},
|
|
5279
|
+
"display-results": {
|
|
5280
|
+
"description": "Filter to polls with publicly displayed results",
|
|
5281
|
+
"name": "display-results",
|
|
5282
|
+
"required": false,
|
|
5283
|
+
"allowNo": true,
|
|
5284
|
+
"type": "boolean"
|
|
5285
|
+
},
|
|
5286
|
+
"fields": {
|
|
5287
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
5288
|
+
"name": "fields",
|
|
5289
|
+
"required": false,
|
|
5290
|
+
"hasDynamicHelp": false,
|
|
5291
|
+
"multiple": false,
|
|
5292
|
+
"type": "option"
|
|
5293
|
+
}
|
|
5294
|
+
},
|
|
5295
|
+
"hasDynamicHelp": false,
|
|
5296
|
+
"hiddenAliases": [],
|
|
5297
|
+
"id": "poll:list",
|
|
5298
|
+
"pluginAlias": "twentythree-cli",
|
|
5299
|
+
"pluginName": "twentythree-cli",
|
|
5300
|
+
"pluginType": "core",
|
|
5301
|
+
"strict": true,
|
|
5302
|
+
"agentMetadata": {
|
|
5303
|
+
"api_endpoint": "GET /poll/list",
|
|
5304
|
+
"auth_scope": "anonymous",
|
|
5305
|
+
"output_shape": {
|
|
5306
|
+
"type": "table",
|
|
5307
|
+
"columns": [
|
|
5308
|
+
"ID",
|
|
5309
|
+
"Question",
|
|
5310
|
+
"Open",
|
|
5311
|
+
"Results Visible"
|
|
5312
|
+
]
|
|
5313
|
+
},
|
|
5314
|
+
"side_effects": "none"
|
|
5315
|
+
},
|
|
5316
|
+
"enableJsonFlag": true,
|
|
5317
|
+
"isESM": false,
|
|
5318
|
+
"relativePath": [
|
|
5047
5319
|
"dist",
|
|
5048
5320
|
"commands",
|
|
5049
5321
|
"poll",
|
|
@@ -6670,19 +6942,43 @@
|
|
|
6670
6942
|
"type": "option"
|
|
6671
6943
|
},
|
|
6672
6944
|
"search": {
|
|
6673
|
-
"description": "Search
|
|
6945
|
+
"description": "Search spots by name",
|
|
6674
6946
|
"name": "search",
|
|
6675
6947
|
"required": false,
|
|
6676
6948
|
"hasDynamicHelp": false,
|
|
6677
6949
|
"multiple": false,
|
|
6678
6950
|
"type": "option"
|
|
6679
6951
|
},
|
|
6952
|
+
"spot-id": {
|
|
6953
|
+
"description": "Filter to a specific spot by ID",
|
|
6954
|
+
"name": "spot-id",
|
|
6955
|
+
"required": false,
|
|
6956
|
+
"hasDynamicHelp": false,
|
|
6957
|
+
"multiple": false,
|
|
6958
|
+
"type": "option"
|
|
6959
|
+
},
|
|
6680
6960
|
"spot-type": {
|
|
6681
6961
|
"description": "Filter by spot type",
|
|
6682
6962
|
"name": "spot-type",
|
|
6683
6963
|
"required": false,
|
|
6684
6964
|
"hasDynamicHelp": false,
|
|
6685
6965
|
"multiple": false,
|
|
6966
|
+
"options": [
|
|
6967
|
+
"page",
|
|
6968
|
+
"widget"
|
|
6969
|
+
],
|
|
6970
|
+
"type": "option"
|
|
6971
|
+
},
|
|
6972
|
+
"spot-object-type": {
|
|
6973
|
+
"description": "Filter by the object type the spot is configured for",
|
|
6974
|
+
"name": "spot-object-type",
|
|
6975
|
+
"required": false,
|
|
6976
|
+
"hasDynamicHelp": false,
|
|
6977
|
+
"multiple": false,
|
|
6978
|
+
"options": [
|
|
6979
|
+
"live",
|
|
6980
|
+
"video"
|
|
6981
|
+
],
|
|
6686
6982
|
"type": "option"
|
|
6687
6983
|
},
|
|
6688
6984
|
"active": {
|
|
@@ -6700,20 +6996,44 @@
|
|
|
6700
6996
|
"multiple": false,
|
|
6701
6997
|
"type": "option"
|
|
6702
6998
|
},
|
|
6999
|
+
"include-analytics": {
|
|
7000
|
+
"description": "Include impression analytics data for each spot",
|
|
7001
|
+
"name": "include-analytics",
|
|
7002
|
+
"required": false,
|
|
7003
|
+
"allowNo": false,
|
|
7004
|
+
"type": "boolean"
|
|
7005
|
+
},
|
|
6703
7006
|
"orderby": {
|
|
6704
7007
|
"description": "Field to order results by",
|
|
6705
7008
|
"name": "orderby",
|
|
6706
7009
|
"required": false,
|
|
6707
7010
|
"hasDynamicHelp": false,
|
|
6708
7011
|
"multiple": false,
|
|
7012
|
+
"options": [
|
|
7013
|
+
"spot_name",
|
|
7014
|
+
"creation_time",
|
|
7015
|
+
"title"
|
|
7016
|
+
],
|
|
6709
7017
|
"type": "option"
|
|
6710
7018
|
},
|
|
6711
7019
|
"order": {
|
|
6712
|
-
"description": "Sort
|
|
7020
|
+
"description": "Sort direction",
|
|
6713
7021
|
"name": "order",
|
|
6714
7022
|
"required": false,
|
|
6715
7023
|
"hasDynamicHelp": false,
|
|
6716
7024
|
"multiple": false,
|
|
7025
|
+
"options": [
|
|
7026
|
+
"asc",
|
|
7027
|
+
"desc"
|
|
7028
|
+
],
|
|
7029
|
+
"type": "option"
|
|
7030
|
+
},
|
|
7031
|
+
"fields": {
|
|
7032
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
7033
|
+
"name": "fields",
|
|
7034
|
+
"required": false,
|
|
7035
|
+
"hasDynamicHelp": false,
|
|
7036
|
+
"multiple": false,
|
|
6717
7037
|
"type": "option"
|
|
6718
7038
|
}
|
|
6719
7039
|
},
|
|
@@ -7805,7 +8125,9 @@
|
|
|
7805
8125
|
"<%= config.bin %> user list",
|
|
7806
8126
|
"<%= config.bin %> user list --search \"alice\"",
|
|
7807
8127
|
"<%= config.bin %> user list --page 2 --size 20",
|
|
7808
|
-
"<%= config.bin %> user list --json"
|
|
8128
|
+
"<%= config.bin %> user list --json",
|
|
8129
|
+
"<%= config.bin %> user list --only-admins --json",
|
|
8130
|
+
"<%= config.bin %> user list --user-group-id 5 --orderby display_name --json"
|
|
7809
8131
|
],
|
|
7810
8132
|
"flags": {
|
|
7811
8133
|
"json": {
|
|
@@ -7863,6 +8185,77 @@
|
|
|
7863
8185
|
"hasDynamicHelp": false,
|
|
7864
8186
|
"multiple": false,
|
|
7865
8187
|
"type": "option"
|
|
8188
|
+
},
|
|
8189
|
+
"user-group-id": {
|
|
8190
|
+
"description": "Filter to users assigned to a specific user group",
|
|
8191
|
+
"name": "user-group-id",
|
|
8192
|
+
"required": false,
|
|
8193
|
+
"hasDynamicHelp": false,
|
|
8194
|
+
"multiple": false,
|
|
8195
|
+
"type": "option"
|
|
8196
|
+
},
|
|
8197
|
+
"only-admins": {
|
|
8198
|
+
"description": "Return only admin users",
|
|
8199
|
+
"name": "only-admins",
|
|
8200
|
+
"required": false,
|
|
8201
|
+
"allowNo": false,
|
|
8202
|
+
"type": "boolean"
|
|
8203
|
+
},
|
|
8204
|
+
"only-owner": {
|
|
8205
|
+
"description": "Return only the workspace owner",
|
|
8206
|
+
"name": "only-owner",
|
|
8207
|
+
"required": false,
|
|
8208
|
+
"allowNo": false,
|
|
8209
|
+
"type": "boolean"
|
|
8210
|
+
},
|
|
8211
|
+
"seated": {
|
|
8212
|
+
"description": "Filter by seated status",
|
|
8213
|
+
"name": "seated",
|
|
8214
|
+
"required": false,
|
|
8215
|
+
"allowNo": true,
|
|
8216
|
+
"type": "boolean"
|
|
8217
|
+
},
|
|
8218
|
+
"include-disabled-login": {
|
|
8219
|
+
"description": "Include users with disabled login",
|
|
8220
|
+
"name": "include-disabled-login",
|
|
8221
|
+
"required": false,
|
|
8222
|
+
"allowNo": false,
|
|
8223
|
+
"type": "boolean"
|
|
8224
|
+
},
|
|
8225
|
+
"include-metrics": {
|
|
8226
|
+
"description": "Include per-user performance metrics",
|
|
8227
|
+
"name": "include-metrics",
|
|
8228
|
+
"required": false,
|
|
8229
|
+
"allowNo": false,
|
|
8230
|
+
"type": "boolean"
|
|
8231
|
+
},
|
|
8232
|
+
"orderby": {
|
|
8233
|
+
"description": "Field to order results by",
|
|
8234
|
+
"name": "orderby",
|
|
8235
|
+
"required": false,
|
|
8236
|
+
"hasDynamicHelp": false,
|
|
8237
|
+
"multiple": false,
|
|
8238
|
+
"type": "option"
|
|
8239
|
+
},
|
|
8240
|
+
"order": {
|
|
8241
|
+
"description": "Sort direction",
|
|
8242
|
+
"name": "order",
|
|
8243
|
+
"required": false,
|
|
8244
|
+
"hasDynamicHelp": false,
|
|
8245
|
+
"multiple": false,
|
|
8246
|
+
"options": [
|
|
8247
|
+
"asc",
|
|
8248
|
+
"desc"
|
|
8249
|
+
],
|
|
8250
|
+
"type": "option"
|
|
8251
|
+
},
|
|
8252
|
+
"fields": {
|
|
8253
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
8254
|
+
"name": "fields",
|
|
8255
|
+
"required": false,
|
|
8256
|
+
"hasDynamicHelp": false,
|
|
8257
|
+
"multiple": false,
|
|
8258
|
+
"type": "option"
|
|
7866
8259
|
}
|
|
7867
8260
|
},
|
|
7868
8261
|
"hasDynamicHelp": false,
|
|
@@ -8430,7 +8823,11 @@
|
|
|
8430
8823
|
"description": "List videos in the active workspace",
|
|
8431
8824
|
"examples": [
|
|
8432
8825
|
"<%= config.bin %> video list",
|
|
8433
|
-
"<%= config.bin %> video list --json"
|
|
8826
|
+
"<%= config.bin %> video list --json",
|
|
8827
|
+
"<%= config.bin %> video list --search \"intro\" --order-by views --order desc",
|
|
8828
|
+
"<%= config.bin %> video list --album-id 42 --include-unpublished",
|
|
8829
|
+
"<%= config.bin %> video list --user-id me --limit 10",
|
|
8830
|
+
"<%= config.bin %> video list --after-time 2024-01-01T00:00:00Z --fields photo_id,title"
|
|
8434
8831
|
],
|
|
8435
8832
|
"flags": {
|
|
8436
8833
|
"json": {
|
|
@@ -8465,115 +8862,311 @@
|
|
|
8465
8862
|
"multiple": false,
|
|
8466
8863
|
"type": "option"
|
|
8467
8864
|
},
|
|
8468
|
-
"
|
|
8469
|
-
"description": "
|
|
8470
|
-
"name": "
|
|
8865
|
+
"search": {
|
|
8866
|
+
"description": "Search by title, description, or tags",
|
|
8867
|
+
"name": "search",
|
|
8471
8868
|
"required": false,
|
|
8472
|
-
"
|
|
8473
|
-
"
|
|
8869
|
+
"hasDynamicHelp": false,
|
|
8870
|
+
"multiple": false,
|
|
8871
|
+
"type": "option"
|
|
8474
8872
|
},
|
|
8475
|
-
"
|
|
8476
|
-
"
|
|
8477
|
-
"name": "
|
|
8873
|
+
"album-id": {
|
|
8874
|
+
"description": "Filter to videos in one or more categories (comma-separated IDs)",
|
|
8875
|
+
"name": "album-id",
|
|
8478
8876
|
"required": false,
|
|
8479
8877
|
"hasDynamicHelp": false,
|
|
8480
8878
|
"multiple": false,
|
|
8481
8879
|
"type": "option"
|
|
8482
|
-
}
|
|
8483
|
-
},
|
|
8484
|
-
"hasDynamicHelp": false,
|
|
8485
|
-
"hiddenAliases": [],
|
|
8486
|
-
"id": "video:list",
|
|
8487
|
-
"pluginAlias": "twentythree-cli",
|
|
8488
|
-
"pluginName": "twentythree-cli",
|
|
8489
|
-
"pluginType": "core",
|
|
8490
|
-
"strict": true,
|
|
8491
|
-
"enableJsonFlag": true,
|
|
8492
|
-
"agentMetadata": {
|
|
8493
|
-
"api_endpoint": "GET /photo/list",
|
|
8494
|
-
"auth_scope": "read",
|
|
8495
|
-
"output_shape": {
|
|
8496
|
-
"type": "table",
|
|
8497
|
-
"columns": [
|
|
8498
|
-
"ID",
|
|
8499
|
-
"Title",
|
|
8500
|
-
"Duration",
|
|
8501
|
-
"Status",
|
|
8502
|
-
"Published",
|
|
8503
|
-
"Updated"
|
|
8504
|
-
]
|
|
8505
8880
|
},
|
|
8506
|
-
"
|
|
8507
|
-
|
|
8508
|
-
|
|
8509
|
-
|
|
8510
|
-
|
|
8511
|
-
|
|
8512
|
-
|
|
8513
|
-
"list.cjs"
|
|
8514
|
-
]
|
|
8515
|
-
},
|
|
8516
|
-
"video:replace": {
|
|
8517
|
-
"aliases": [],
|
|
8518
|
-
"args": {
|
|
8519
|
-
"id": {
|
|
8520
|
-
"description": "Video ID to replace",
|
|
8521
|
-
"name": "id",
|
|
8522
|
-
"required": true
|
|
8881
|
+
"user-id": {
|
|
8882
|
+
"description": "Filter to videos uploaded by a specific user (use \"me\" for the authenticated user)",
|
|
8883
|
+
"name": "user-id",
|
|
8884
|
+
"required": false,
|
|
8885
|
+
"hasDynamicHelp": false,
|
|
8886
|
+
"multiple": false,
|
|
8887
|
+
"type": "option"
|
|
8523
8888
|
},
|
|
8524
|
-
"
|
|
8525
|
-
"description": "
|
|
8526
|
-
"name": "
|
|
8527
|
-
"required":
|
|
8528
|
-
|
|
8529
|
-
|
|
8530
|
-
|
|
8531
|
-
"examples": [
|
|
8532
|
-
"<%= config.bin %> video replace 12345 ./new-video.mp4",
|
|
8533
|
-
"<%= config.bin %> video replace 12345 ./new-video.mp4 --chunk-size 52428800 --concurrency 3"
|
|
8534
|
-
],
|
|
8535
|
-
"flags": {
|
|
8536
|
-
"json": {
|
|
8537
|
-
"description": "Format output as json.",
|
|
8538
|
-
"helpGroup": "GLOBAL",
|
|
8539
|
-
"name": "json",
|
|
8540
|
-
"allowNo": false,
|
|
8541
|
-
"type": "boolean"
|
|
8889
|
+
"photo-id": {
|
|
8890
|
+
"description": "Limit results to a single video by its ID",
|
|
8891
|
+
"name": "photo-id",
|
|
8892
|
+
"required": false,
|
|
8893
|
+
"hasDynamicHelp": false,
|
|
8894
|
+
"multiple": false,
|
|
8895
|
+
"type": "option"
|
|
8542
8896
|
},
|
|
8543
|
-
"
|
|
8544
|
-
"
|
|
8545
|
-
"
|
|
8546
|
-
"
|
|
8547
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
8897
|
+
"live-id": {
|
|
8898
|
+
"description": "Filter to videos associated with a specific webinar",
|
|
8899
|
+
"name": "live-id",
|
|
8900
|
+
"required": false,
|
|
8548
8901
|
"hasDynamicHelp": false,
|
|
8549
8902
|
"multiple": false,
|
|
8550
8903
|
"type": "option"
|
|
8551
8904
|
},
|
|
8552
|
-
"
|
|
8553
|
-
"description": "
|
|
8554
|
-
"
|
|
8555
|
-
"
|
|
8556
|
-
"
|
|
8557
|
-
"
|
|
8558
|
-
"type": "
|
|
8905
|
+
"tag": {
|
|
8906
|
+
"description": "Filter to videos with a specific tag",
|
|
8907
|
+
"name": "tag",
|
|
8908
|
+
"required": false,
|
|
8909
|
+
"hasDynamicHelp": false,
|
|
8910
|
+
"multiple": false,
|
|
8911
|
+
"type": "option"
|
|
8559
8912
|
},
|
|
8560
|
-
"
|
|
8561
|
-
"description": "
|
|
8562
|
-
"name": "
|
|
8563
|
-
"
|
|
8913
|
+
"tags": {
|
|
8914
|
+
"description": "Space-separated list of tags to filter by",
|
|
8915
|
+
"name": "tags",
|
|
8916
|
+
"required": false,
|
|
8564
8917
|
"hasDynamicHelp": false,
|
|
8565
8918
|
"multiple": false,
|
|
8566
8919
|
"type": "option"
|
|
8567
8920
|
},
|
|
8568
|
-
"
|
|
8569
|
-
"description": "
|
|
8570
|
-
"name": "
|
|
8571
|
-
"
|
|
8921
|
+
"tag-mode": {
|
|
8922
|
+
"description": "How to combine tag filters: \"and\" requires all tags to match, \"or\" requires any",
|
|
8923
|
+
"name": "tag-mode",
|
|
8924
|
+
"required": false,
|
|
8572
8925
|
"hasDynamicHelp": false,
|
|
8573
8926
|
"multiple": false,
|
|
8927
|
+
"options": [
|
|
8928
|
+
"and",
|
|
8929
|
+
"or"
|
|
8930
|
+
],
|
|
8574
8931
|
"type": "option"
|
|
8575
|
-
}
|
|
8576
|
-
|
|
8932
|
+
},
|
|
8933
|
+
"order-by": {
|
|
8934
|
+
"description": "Order results by this field",
|
|
8935
|
+
"name": "order-by",
|
|
8936
|
+
"required": false,
|
|
8937
|
+
"hasDynamicHelp": false,
|
|
8938
|
+
"multiple": false,
|
|
8939
|
+
"options": [
|
|
8940
|
+
"uploaded",
|
|
8941
|
+
"published",
|
|
8942
|
+
"created",
|
|
8943
|
+
"creation",
|
|
8944
|
+
"taken",
|
|
8945
|
+
"title",
|
|
8946
|
+
"views",
|
|
8947
|
+
"comments",
|
|
8948
|
+
"rating",
|
|
8949
|
+
"numratings",
|
|
8950
|
+
"video_length",
|
|
8951
|
+
"words",
|
|
8952
|
+
"related",
|
|
8953
|
+
"posted",
|
|
8954
|
+
"rank",
|
|
8955
|
+
"default-published"
|
|
8956
|
+
],
|
|
8957
|
+
"type": "option"
|
|
8958
|
+
},
|
|
8959
|
+
"order": {
|
|
8960
|
+
"description": "Sort direction",
|
|
8961
|
+
"name": "order",
|
|
8962
|
+
"required": false,
|
|
8963
|
+
"hasDynamicHelp": false,
|
|
8964
|
+
"multiple": false,
|
|
8965
|
+
"options": [
|
|
8966
|
+
"asc",
|
|
8967
|
+
"desc"
|
|
8968
|
+
],
|
|
8969
|
+
"type": "option"
|
|
8970
|
+
},
|
|
8971
|
+
"before-time": {
|
|
8972
|
+
"description": "Filter to videos uploaded before this timestamp (ISO 8601)",
|
|
8973
|
+
"name": "before-time",
|
|
8974
|
+
"required": false,
|
|
8975
|
+
"hasDynamicHelp": false,
|
|
8976
|
+
"multiple": false,
|
|
8977
|
+
"type": "option"
|
|
8978
|
+
},
|
|
8979
|
+
"after-time": {
|
|
8980
|
+
"description": "Filter to videos uploaded after this timestamp (ISO 8601)",
|
|
8981
|
+
"name": "after-time",
|
|
8982
|
+
"required": false,
|
|
8983
|
+
"hasDynamicHelp": false,
|
|
8984
|
+
"multiple": false,
|
|
8985
|
+
"type": "option"
|
|
8986
|
+
},
|
|
8987
|
+
"year": {
|
|
8988
|
+
"description": "Filter to videos from a specific year",
|
|
8989
|
+
"name": "year",
|
|
8990
|
+
"required": false,
|
|
8991
|
+
"hasDynamicHelp": false,
|
|
8992
|
+
"multiple": false,
|
|
8993
|
+
"type": "option"
|
|
8994
|
+
},
|
|
8995
|
+
"month": {
|
|
8996
|
+
"description": "Filter to videos from a specific month (1–12, requires --year)",
|
|
8997
|
+
"name": "month",
|
|
8998
|
+
"required": false,
|
|
8999
|
+
"hasDynamicHelp": false,
|
|
9000
|
+
"multiple": false,
|
|
9001
|
+
"type": "option"
|
|
9002
|
+
},
|
|
9003
|
+
"day": {
|
|
9004
|
+
"description": "Filter to videos from a specific day (1–31, requires --year and --month)",
|
|
9005
|
+
"name": "day",
|
|
9006
|
+
"required": false,
|
|
9007
|
+
"hasDynamicHelp": false,
|
|
9008
|
+
"multiple": false,
|
|
9009
|
+
"type": "option"
|
|
9010
|
+
},
|
|
9011
|
+
"published": {
|
|
9012
|
+
"description": "Filter by published status",
|
|
9013
|
+
"name": "published",
|
|
9014
|
+
"required": false,
|
|
9015
|
+
"allowNo": true,
|
|
9016
|
+
"type": "boolean"
|
|
9017
|
+
},
|
|
9018
|
+
"promoted": {
|
|
9019
|
+
"description": "Filter to promoted videos only",
|
|
9020
|
+
"name": "promoted",
|
|
9021
|
+
"required": false,
|
|
9022
|
+
"allowNo": true,
|
|
9023
|
+
"type": "boolean"
|
|
9024
|
+
},
|
|
9025
|
+
"unalbummed": {
|
|
9026
|
+
"description": "Filter to videos not assigned to any category",
|
|
9027
|
+
"name": "unalbummed",
|
|
9028
|
+
"required": false,
|
|
9029
|
+
"allowNo": false,
|
|
9030
|
+
"type": "boolean"
|
|
9031
|
+
},
|
|
9032
|
+
"include-unpublished": {
|
|
9033
|
+
"description": "Include unpublished videos in the results",
|
|
9034
|
+
"name": "include-unpublished",
|
|
9035
|
+
"required": false,
|
|
9036
|
+
"allowNo": true,
|
|
9037
|
+
"type": "boolean"
|
|
9038
|
+
},
|
|
9039
|
+
"include-stats": {
|
|
9040
|
+
"description": "Include per-video performance statistics (view count, play rate, engagement)",
|
|
9041
|
+
"name": "include-stats",
|
|
9042
|
+
"required": false,
|
|
9043
|
+
"allowNo": false,
|
|
9044
|
+
"type": "boolean"
|
|
9045
|
+
},
|
|
9046
|
+
"include-sections-count": {
|
|
9047
|
+
"description": "Include the number of chapters for each video",
|
|
9048
|
+
"name": "include-sections-count",
|
|
9049
|
+
"required": false,
|
|
9050
|
+
"allowNo": false,
|
|
9051
|
+
"type": "boolean"
|
|
9052
|
+
},
|
|
9053
|
+
"include-user-group": {
|
|
9054
|
+
"description": "Include the user group assignment for each video",
|
|
9055
|
+
"name": "include-user-group",
|
|
9056
|
+
"required": false,
|
|
9057
|
+
"allowNo": false,
|
|
9058
|
+
"type": "boolean"
|
|
9059
|
+
},
|
|
9060
|
+
"fields": {
|
|
9061
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
9062
|
+
"name": "fields",
|
|
9063
|
+
"required": false,
|
|
9064
|
+
"hasDynamicHelp": false,
|
|
9065
|
+
"multiple": false,
|
|
9066
|
+
"type": "option"
|
|
9067
|
+
},
|
|
9068
|
+
"include-unpublished-p": {
|
|
9069
|
+
"hidden": true,
|
|
9070
|
+
"name": "include-unpublished-p",
|
|
9071
|
+
"required": false,
|
|
9072
|
+
"hasDynamicHelp": false,
|
|
9073
|
+
"multiple": false,
|
|
9074
|
+
"type": "option"
|
|
9075
|
+
}
|
|
9076
|
+
},
|
|
9077
|
+
"hasDynamicHelp": false,
|
|
9078
|
+
"hiddenAliases": [],
|
|
9079
|
+
"id": "video:list",
|
|
9080
|
+
"pluginAlias": "twentythree-cli",
|
|
9081
|
+
"pluginName": "twentythree-cli",
|
|
9082
|
+
"pluginType": "core",
|
|
9083
|
+
"strict": true,
|
|
9084
|
+
"enableJsonFlag": true,
|
|
9085
|
+
"agentMetadata": {
|
|
9086
|
+
"api_endpoint": "GET /photo/list",
|
|
9087
|
+
"auth_scope": "read",
|
|
9088
|
+
"output_shape": {
|
|
9089
|
+
"type": "table",
|
|
9090
|
+
"columns": [
|
|
9091
|
+
"ID",
|
|
9092
|
+
"Title",
|
|
9093
|
+
"Duration",
|
|
9094
|
+
"Status",
|
|
9095
|
+
"Published",
|
|
9096
|
+
"Updated"
|
|
9097
|
+
]
|
|
9098
|
+
},
|
|
9099
|
+
"side_effects": "none"
|
|
9100
|
+
},
|
|
9101
|
+
"isESM": false,
|
|
9102
|
+
"relativePath": [
|
|
9103
|
+
"dist",
|
|
9104
|
+
"commands",
|
|
9105
|
+
"video",
|
|
9106
|
+
"list.cjs"
|
|
9107
|
+
]
|
|
9108
|
+
},
|
|
9109
|
+
"video:replace": {
|
|
9110
|
+
"aliases": [],
|
|
9111
|
+
"args": {
|
|
9112
|
+
"id": {
|
|
9113
|
+
"description": "Video ID to replace",
|
|
9114
|
+
"name": "id",
|
|
9115
|
+
"required": true
|
|
9116
|
+
},
|
|
9117
|
+
"file": {
|
|
9118
|
+
"description": "Path to the replacement video file",
|
|
9119
|
+
"name": "file",
|
|
9120
|
+
"required": true
|
|
9121
|
+
}
|
|
9122
|
+
},
|
|
9123
|
+
"description": "Replace the video file for an existing video",
|
|
9124
|
+
"examples": [
|
|
9125
|
+
"<%= config.bin %> video replace 12345 ./new-video.mp4",
|
|
9126
|
+
"<%= config.bin %> video replace 12345 ./new-video.mp4 --chunk-size 52428800 --concurrency 3"
|
|
9127
|
+
],
|
|
9128
|
+
"flags": {
|
|
9129
|
+
"json": {
|
|
9130
|
+
"description": "Format output as json.",
|
|
9131
|
+
"helpGroup": "GLOBAL",
|
|
9132
|
+
"name": "json",
|
|
9133
|
+
"allowNo": false,
|
|
9134
|
+
"type": "boolean"
|
|
9135
|
+
},
|
|
9136
|
+
"workspace": {
|
|
9137
|
+
"char": "w",
|
|
9138
|
+
"helpGroup": "GLOBAL",
|
|
9139
|
+
"name": "workspace",
|
|
9140
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
9141
|
+
"hasDynamicHelp": false,
|
|
9142
|
+
"multiple": false,
|
|
9143
|
+
"type": "option"
|
|
9144
|
+
},
|
|
9145
|
+
"agent": {
|
|
9146
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
9147
|
+
"helpGroup": "GLOBAL",
|
|
9148
|
+
"hidden": true,
|
|
9149
|
+
"name": "agent",
|
|
9150
|
+
"allowNo": false,
|
|
9151
|
+
"type": "boolean"
|
|
9152
|
+
},
|
|
9153
|
+
"chunk-size": {
|
|
9154
|
+
"description": "Chunk size in bytes (default: 5242880 = 100MB)",
|
|
9155
|
+
"name": "chunk-size",
|
|
9156
|
+
"default": 5242880,
|
|
9157
|
+
"hasDynamicHelp": false,
|
|
9158
|
+
"multiple": false,
|
|
9159
|
+
"type": "option"
|
|
9160
|
+
},
|
|
9161
|
+
"concurrency": {
|
|
9162
|
+
"description": "Number of chunks to upload in parallel (default: 5)",
|
|
9163
|
+
"name": "concurrency",
|
|
9164
|
+
"default": 5,
|
|
9165
|
+
"hasDynamicHelp": false,
|
|
9166
|
+
"multiple": false,
|
|
9167
|
+
"type": "option"
|
|
9168
|
+
}
|
|
9169
|
+
},
|
|
8577
9170
|
"hasDynamicHelp": false,
|
|
8578
9171
|
"hiddenAliases": [],
|
|
8579
9172
|
"id": "video:replace",
|
|
@@ -9297,12 +9890,19 @@
|
|
|
9297
9890
|
"unsubscribe.cjs"
|
|
9298
9891
|
]
|
|
9299
9892
|
},
|
|
9300
|
-
"
|
|
9893
|
+
"webinar:clips": {
|
|
9301
9894
|
"aliases": [],
|
|
9302
|
-
"args": {
|
|
9303
|
-
|
|
9895
|
+
"args": {
|
|
9896
|
+
"id": {
|
|
9897
|
+
"description": "Webinar ID",
|
|
9898
|
+
"name": "id",
|
|
9899
|
+
"required": true
|
|
9900
|
+
}
|
|
9901
|
+
},
|
|
9902
|
+
"description": "List recording clips from a webinar",
|
|
9304
9903
|
"examples": [
|
|
9305
|
-
"<%= config.bin %>
|
|
9904
|
+
"<%= config.bin %> webinar clips 12345",
|
|
9905
|
+
"<%= config.bin %> webinar clips 12345 --json"
|
|
9306
9906
|
],
|
|
9307
9907
|
"flags": {
|
|
9308
9908
|
"json": {
|
|
@@ -9332,21 +9932,24 @@
|
|
|
9332
9932
|
},
|
|
9333
9933
|
"hasDynamicHelp": false,
|
|
9334
9934
|
"hiddenAliases": [],
|
|
9335
|
-
"id": "
|
|
9935
|
+
"id": "webinar:clips",
|
|
9336
9936
|
"pluginAlias": "twentythree-cli",
|
|
9337
9937
|
"pluginName": "twentythree-cli",
|
|
9338
9938
|
"pluginType": "core",
|
|
9339
9939
|
"strict": true,
|
|
9340
9940
|
"enableJsonFlag": true,
|
|
9341
9941
|
"agentMetadata": {
|
|
9342
|
-
"api_endpoint": "
|
|
9343
|
-
"auth_scope": "
|
|
9942
|
+
"api_endpoint": "GET /live/clips",
|
|
9943
|
+
"auth_scope": "read",
|
|
9344
9944
|
"output_shape": {
|
|
9345
9945
|
"type": "table",
|
|
9346
9946
|
"columns": [
|
|
9347
|
-
"
|
|
9348
|
-
"
|
|
9349
|
-
"
|
|
9947
|
+
"Video ID",
|
|
9948
|
+
"Title",
|
|
9949
|
+
"Duration",
|
|
9950
|
+
"Type",
|
|
9951
|
+
"Published",
|
|
9952
|
+
"Views"
|
|
9350
9953
|
]
|
|
9351
9954
|
},
|
|
9352
9955
|
"side_effects": "none"
|
|
@@ -9355,154 +9958,18 @@
|
|
|
9355
9958
|
"relativePath": [
|
|
9356
9959
|
"dist",
|
|
9357
9960
|
"commands",
|
|
9358
|
-
"
|
|
9359
|
-
"
|
|
9961
|
+
"webinar",
|
|
9962
|
+
"clips.cjs"
|
|
9360
9963
|
]
|
|
9361
9964
|
},
|
|
9362
|
-
"
|
|
9965
|
+
"webinar:create": {
|
|
9363
9966
|
"aliases": [],
|
|
9364
|
-
"args": {
|
|
9365
|
-
|
|
9366
|
-
"description": "Workspace domain or display name",
|
|
9367
|
-
"name": "name",
|
|
9368
|
-
"required": true
|
|
9369
|
-
}
|
|
9370
|
-
},
|
|
9371
|
-
"description": "Switch the active workspace",
|
|
9967
|
+
"args": {},
|
|
9968
|
+
"description": "Create a new webinar",
|
|
9372
9969
|
"examples": [
|
|
9373
|
-
"<%= config.bin %>
|
|
9374
|
-
"<%= config.bin %>
|
|
9375
|
-
|
|
9376
|
-
"flags": {
|
|
9377
|
-
"json": {
|
|
9378
|
-
"description": "Format output as json.",
|
|
9379
|
-
"helpGroup": "GLOBAL",
|
|
9380
|
-
"name": "json",
|
|
9381
|
-
"allowNo": false,
|
|
9382
|
-
"type": "boolean"
|
|
9383
|
-
},
|
|
9384
|
-
"workspace": {
|
|
9385
|
-
"char": "w",
|
|
9386
|
-
"helpGroup": "GLOBAL",
|
|
9387
|
-
"name": "workspace",
|
|
9388
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
9389
|
-
"hasDynamicHelp": false,
|
|
9390
|
-
"multiple": false,
|
|
9391
|
-
"type": "option"
|
|
9392
|
-
},
|
|
9393
|
-
"agent": {
|
|
9394
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
9395
|
-
"helpGroup": "GLOBAL",
|
|
9396
|
-
"hidden": true,
|
|
9397
|
-
"name": "agent",
|
|
9398
|
-
"allowNo": false,
|
|
9399
|
-
"type": "boolean"
|
|
9400
|
-
}
|
|
9401
|
-
},
|
|
9402
|
-
"hasDynamicHelp": false,
|
|
9403
|
-
"hiddenAliases": [],
|
|
9404
|
-
"id": "workspace:use",
|
|
9405
|
-
"pluginAlias": "twentythree-cli",
|
|
9406
|
-
"pluginName": "twentythree-cli",
|
|
9407
|
-
"pluginType": "core",
|
|
9408
|
-
"strict": true,
|
|
9409
|
-
"enableJsonFlag": true,
|
|
9410
|
-
"agentMetadata": {
|
|
9411
|
-
"api_endpoint": "local",
|
|
9412
|
-
"auth_scope": "none",
|
|
9413
|
-
"output_shape": {
|
|
9414
|
-
"type": "none"
|
|
9415
|
-
},
|
|
9416
|
-
"side_effects": "updates"
|
|
9417
|
-
},
|
|
9418
|
-
"isESM": false,
|
|
9419
|
-
"relativePath": [
|
|
9420
|
-
"dist",
|
|
9421
|
-
"commands",
|
|
9422
|
-
"workspace",
|
|
9423
|
-
"use.cjs"
|
|
9424
|
-
]
|
|
9425
|
-
},
|
|
9426
|
-
"webinar:clips": {
|
|
9427
|
-
"aliases": [],
|
|
9428
|
-
"args": {
|
|
9429
|
-
"id": {
|
|
9430
|
-
"description": "Webinar ID",
|
|
9431
|
-
"name": "id",
|
|
9432
|
-
"required": true
|
|
9433
|
-
}
|
|
9434
|
-
},
|
|
9435
|
-
"description": "List recording clips from a webinar",
|
|
9436
|
-
"examples": [
|
|
9437
|
-
"<%= config.bin %> webinar clips 12345",
|
|
9438
|
-
"<%= config.bin %> webinar clips 12345 --json"
|
|
9439
|
-
],
|
|
9440
|
-
"flags": {
|
|
9441
|
-
"json": {
|
|
9442
|
-
"description": "Format output as json.",
|
|
9443
|
-
"helpGroup": "GLOBAL",
|
|
9444
|
-
"name": "json",
|
|
9445
|
-
"allowNo": false,
|
|
9446
|
-
"type": "boolean"
|
|
9447
|
-
},
|
|
9448
|
-
"workspace": {
|
|
9449
|
-
"char": "w",
|
|
9450
|
-
"helpGroup": "GLOBAL",
|
|
9451
|
-
"name": "workspace",
|
|
9452
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
9453
|
-
"hasDynamicHelp": false,
|
|
9454
|
-
"multiple": false,
|
|
9455
|
-
"type": "option"
|
|
9456
|
-
},
|
|
9457
|
-
"agent": {
|
|
9458
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
9459
|
-
"helpGroup": "GLOBAL",
|
|
9460
|
-
"hidden": true,
|
|
9461
|
-
"name": "agent",
|
|
9462
|
-
"allowNo": false,
|
|
9463
|
-
"type": "boolean"
|
|
9464
|
-
}
|
|
9465
|
-
},
|
|
9466
|
-
"hasDynamicHelp": false,
|
|
9467
|
-
"hiddenAliases": [],
|
|
9468
|
-
"id": "webinar:clips",
|
|
9469
|
-
"pluginAlias": "twentythree-cli",
|
|
9470
|
-
"pluginName": "twentythree-cli",
|
|
9471
|
-
"pluginType": "core",
|
|
9472
|
-
"strict": true,
|
|
9473
|
-
"enableJsonFlag": true,
|
|
9474
|
-
"agentMetadata": {
|
|
9475
|
-
"api_endpoint": "GET /live/clips",
|
|
9476
|
-
"auth_scope": "read",
|
|
9477
|
-
"output_shape": {
|
|
9478
|
-
"type": "table",
|
|
9479
|
-
"columns": [
|
|
9480
|
-
"Video ID",
|
|
9481
|
-
"Title",
|
|
9482
|
-
"Duration",
|
|
9483
|
-
"Type",
|
|
9484
|
-
"Published",
|
|
9485
|
-
"Views"
|
|
9486
|
-
]
|
|
9487
|
-
},
|
|
9488
|
-
"side_effects": "none"
|
|
9489
|
-
},
|
|
9490
|
-
"isESM": false,
|
|
9491
|
-
"relativePath": [
|
|
9492
|
-
"dist",
|
|
9493
|
-
"commands",
|
|
9494
|
-
"webinar",
|
|
9495
|
-
"clips.cjs"
|
|
9496
|
-
]
|
|
9497
|
-
},
|
|
9498
|
-
"webinar:create": {
|
|
9499
|
-
"aliases": [],
|
|
9500
|
-
"args": {},
|
|
9501
|
-
"description": "Create a new webinar",
|
|
9502
|
-
"examples": [
|
|
9503
|
-
"<%= config.bin %> webinar create --title \"My Webinar\"",
|
|
9504
|
-
"<%= config.bin %> webinar create --title \"My Webinar\" --live-date \"2024-12-01T14:00:00Z\"",
|
|
9505
|
-
"<%= config.bin %> webinar create --title \"My Webinar\" --json"
|
|
9970
|
+
"<%= config.bin %> webinar create --title \"My Webinar\"",
|
|
9971
|
+
"<%= config.bin %> webinar create --title \"My Webinar\" --live-date \"2024-12-01T14:00:00Z\"",
|
|
9972
|
+
"<%= config.bin %> webinar create --title \"My Webinar\" --json"
|
|
9506
9973
|
],
|
|
9507
9974
|
"flags": {
|
|
9508
9975
|
"json": {
|
|
@@ -9858,7 +10325,10 @@
|
|
|
9858
10325
|
"<%= config.bin %> webinar list",
|
|
9859
10326
|
"<%= config.bin %> webinar list --limit 50",
|
|
9860
10327
|
"<%= config.bin %> webinar list --all",
|
|
9861
|
-
"<%= config.bin %> webinar list --status upcoming --json"
|
|
10328
|
+
"<%= config.bin %> webinar list --status upcoming --json",
|
|
10329
|
+
"<%= config.bin %> webinar list --live-format webinar --ordering live_date --order asc",
|
|
10330
|
+
"<%= config.bin %> webinar list --user-id me --include-speakers --json",
|
|
10331
|
+
"<%= config.bin %> webinar list --live-series-id 42 --all --json"
|
|
9862
10332
|
],
|
|
9863
10333
|
"flags": {
|
|
9864
10334
|
"json": {
|
|
@@ -9900,6 +10370,27 @@
|
|
|
9900
10370
|
"allowNo": false,
|
|
9901
10371
|
"type": "boolean"
|
|
9902
10372
|
},
|
|
10373
|
+
"search": {
|
|
10374
|
+
"description": "Search webinars by keyword",
|
|
10375
|
+
"name": "search",
|
|
10376
|
+
"required": false,
|
|
10377
|
+
"hasDynamicHelp": false,
|
|
10378
|
+
"multiple": false,
|
|
10379
|
+
"type": "option"
|
|
10380
|
+
},
|
|
10381
|
+
"status": {
|
|
10382
|
+
"description": "Filter by status: upcoming, live, or previous",
|
|
10383
|
+
"name": "status",
|
|
10384
|
+
"required": false,
|
|
10385
|
+
"hasDynamicHelp": false,
|
|
10386
|
+
"multiple": false,
|
|
10387
|
+
"options": [
|
|
10388
|
+
"upcoming",
|
|
10389
|
+
"live",
|
|
10390
|
+
"previous"
|
|
10391
|
+
],
|
|
10392
|
+
"type": "option"
|
|
10393
|
+
},
|
|
9903
10394
|
"include-private": {
|
|
9904
10395
|
"description": "Include private webinars in the results",
|
|
9905
10396
|
"name": "include-private",
|
|
@@ -9915,17 +10406,140 @@
|
|
|
9915
10406
|
"multiple": false,
|
|
9916
10407
|
"type": "option"
|
|
9917
10408
|
},
|
|
9918
|
-
"
|
|
9919
|
-
"description": "
|
|
9920
|
-
"name": "
|
|
10409
|
+
"live-id": {
|
|
10410
|
+
"description": "Limit to a single webinar by ID",
|
|
10411
|
+
"name": "live-id",
|
|
9921
10412
|
"required": false,
|
|
9922
10413
|
"hasDynamicHelp": false,
|
|
9923
10414
|
"multiple": false,
|
|
9924
10415
|
"type": "option"
|
|
9925
10416
|
},
|
|
9926
|
-
"
|
|
9927
|
-
"description": "
|
|
9928
|
-
"name": "
|
|
10417
|
+
"album-id": {
|
|
10418
|
+
"description": "Filter to webinars in a specific category",
|
|
10419
|
+
"name": "album-id",
|
|
10420
|
+
"required": false,
|
|
10421
|
+
"hasDynamicHelp": false,
|
|
10422
|
+
"multiple": false,
|
|
10423
|
+
"type": "option"
|
|
10424
|
+
},
|
|
10425
|
+
"user-id": {
|
|
10426
|
+
"description": "Filter to webinars created by a specific user (use \"me\" for the authenticated user)",
|
|
10427
|
+
"name": "user-id",
|
|
10428
|
+
"required": false,
|
|
10429
|
+
"hasDynamicHelp": false,
|
|
10430
|
+
"multiple": false,
|
|
10431
|
+
"type": "option"
|
|
10432
|
+
},
|
|
10433
|
+
"live-format": {
|
|
10434
|
+
"description": "Filter by live format",
|
|
10435
|
+
"name": "live-format",
|
|
10436
|
+
"required": false,
|
|
10437
|
+
"hasDynamicHelp": false,
|
|
10438
|
+
"multiple": false,
|
|
10439
|
+
"options": [
|
|
10440
|
+
"event",
|
|
10441
|
+
"webinar"
|
|
10442
|
+
],
|
|
10443
|
+
"type": "option"
|
|
10444
|
+
},
|
|
10445
|
+
"live-series-id": {
|
|
10446
|
+
"description": "Filter to webinars in a specific series",
|
|
10447
|
+
"name": "live-series-id",
|
|
10448
|
+
"required": false,
|
|
10449
|
+
"hasDynamicHelp": false,
|
|
10450
|
+
"multiple": false,
|
|
10451
|
+
"type": "option"
|
|
10452
|
+
},
|
|
10453
|
+
"ordering": {
|
|
10454
|
+
"description": "Field to order results by",
|
|
10455
|
+
"name": "ordering",
|
|
10456
|
+
"required": false,
|
|
10457
|
+
"hasDynamicHelp": false,
|
|
10458
|
+
"multiple": false,
|
|
10459
|
+
"options": [
|
|
10460
|
+
"private",
|
|
10461
|
+
"promoted",
|
|
10462
|
+
"streaming",
|
|
10463
|
+
"broadcasting",
|
|
10464
|
+
"name",
|
|
10465
|
+
"live_label",
|
|
10466
|
+
"live_status",
|
|
10467
|
+
"live_date",
|
|
10468
|
+
"creation_date"
|
|
10469
|
+
],
|
|
10470
|
+
"type": "option"
|
|
10471
|
+
},
|
|
10472
|
+
"order": {
|
|
10473
|
+
"description": "Sort direction",
|
|
10474
|
+
"name": "order",
|
|
10475
|
+
"required": false,
|
|
10476
|
+
"hasDynamicHelp": false,
|
|
10477
|
+
"multiple": false,
|
|
10478
|
+
"options": [
|
|
10479
|
+
"asc",
|
|
10480
|
+
"desc"
|
|
10481
|
+
],
|
|
10482
|
+
"type": "option"
|
|
10483
|
+
},
|
|
10484
|
+
"promoted": {
|
|
10485
|
+
"description": "Filter by promoted status",
|
|
10486
|
+
"name": "promoted",
|
|
10487
|
+
"required": false,
|
|
10488
|
+
"allowNo": true,
|
|
10489
|
+
"type": "boolean"
|
|
10490
|
+
},
|
|
10491
|
+
"draft": {
|
|
10492
|
+
"description": "Filter by draft status",
|
|
10493
|
+
"name": "draft",
|
|
10494
|
+
"required": false,
|
|
10495
|
+
"allowNo": true,
|
|
10496
|
+
"type": "boolean"
|
|
10497
|
+
},
|
|
10498
|
+
"cancelled": {
|
|
10499
|
+
"description": "Filter by cancelled status",
|
|
10500
|
+
"name": "cancelled",
|
|
10501
|
+
"required": false,
|
|
10502
|
+
"allowNo": true,
|
|
10503
|
+
"type": "boolean"
|
|
10504
|
+
},
|
|
10505
|
+
"streaming": {
|
|
10506
|
+
"description": "Filter to currently streaming webinars only",
|
|
10507
|
+
"name": "streaming",
|
|
10508
|
+
"required": false,
|
|
10509
|
+
"allowNo": false,
|
|
10510
|
+
"type": "boolean"
|
|
10511
|
+
},
|
|
10512
|
+
"template": {
|
|
10513
|
+
"description": "Filter to webinar templates only",
|
|
10514
|
+
"name": "template",
|
|
10515
|
+
"required": false,
|
|
10516
|
+
"allowNo": false,
|
|
10517
|
+
"type": "boolean"
|
|
10518
|
+
},
|
|
10519
|
+
"include-stats": {
|
|
10520
|
+
"description": "Include performance statistics for each webinar",
|
|
10521
|
+
"name": "include-stats",
|
|
10522
|
+
"required": false,
|
|
10523
|
+
"allowNo": false,
|
|
10524
|
+
"type": "boolean"
|
|
10525
|
+
},
|
|
10526
|
+
"include-speakers": {
|
|
10527
|
+
"description": "Include speaker information for each webinar",
|
|
10528
|
+
"name": "include-speakers",
|
|
10529
|
+
"required": false,
|
|
10530
|
+
"allowNo": false,
|
|
10531
|
+
"type": "boolean"
|
|
10532
|
+
},
|
|
10533
|
+
"include-albums": {
|
|
10534
|
+
"description": "Include category information for each webinar",
|
|
10535
|
+
"name": "include-albums",
|
|
10536
|
+
"required": false,
|
|
10537
|
+
"allowNo": false,
|
|
10538
|
+
"type": "boolean"
|
|
10539
|
+
},
|
|
10540
|
+
"fields": {
|
|
10541
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
10542
|
+
"name": "fields",
|
|
9929
10543
|
"required": false,
|
|
9930
10544
|
"hasDynamicHelp": false,
|
|
9931
10545
|
"multiple": false,
|
|
@@ -10427,14 +11041,12 @@
|
|
|
10427
11041
|
"upload-image.cjs"
|
|
10428
11042
|
]
|
|
10429
11043
|
},
|
|
10430
|
-
"
|
|
11044
|
+
"workspace:list": {
|
|
10431
11045
|
"aliases": [],
|
|
10432
11046
|
"args": {},
|
|
10433
|
-
"description": "
|
|
11047
|
+
"description": "List all configured workspaces",
|
|
10434
11048
|
"examples": [
|
|
10435
|
-
"<%= config.bin %>
|
|
10436
|
-
"<%= config.bin %> analytics conversions --date-start 2024-01-01 --date-end 2024-01-31",
|
|
10437
|
-
"<%= config.bin %> analytics conversions --json"
|
|
11049
|
+
"<%= config.bin %> workspace list"
|
|
10438
11050
|
],
|
|
10439
11051
|
"flags": {
|
|
10440
11052
|
"json": {
|
|
@@ -10460,16 +11072,144 @@
|
|
|
10460
11072
|
"name": "agent",
|
|
10461
11073
|
"allowNo": false,
|
|
10462
11074
|
"type": "boolean"
|
|
11075
|
+
}
|
|
11076
|
+
},
|
|
11077
|
+
"hasDynamicHelp": false,
|
|
11078
|
+
"hiddenAliases": [],
|
|
11079
|
+
"id": "workspace:list",
|
|
11080
|
+
"pluginAlias": "twentythree-cli",
|
|
11081
|
+
"pluginName": "twentythree-cli",
|
|
11082
|
+
"pluginType": "core",
|
|
11083
|
+
"strict": true,
|
|
11084
|
+
"enableJsonFlag": true,
|
|
11085
|
+
"agentMetadata": {
|
|
11086
|
+
"api_endpoint": "local",
|
|
11087
|
+
"auth_scope": "none",
|
|
11088
|
+
"output_shape": {
|
|
11089
|
+
"type": "table",
|
|
11090
|
+
"columns": [
|
|
11091
|
+
"Domain",
|
|
11092
|
+
"Display Name",
|
|
11093
|
+
"Status"
|
|
11094
|
+
]
|
|
10463
11095
|
},
|
|
10464
|
-
"
|
|
10465
|
-
|
|
10466
|
-
|
|
10467
|
-
|
|
10468
|
-
|
|
10469
|
-
|
|
10470
|
-
|
|
10471
|
-
|
|
10472
|
-
|
|
11096
|
+
"side_effects": "none"
|
|
11097
|
+
},
|
|
11098
|
+
"isESM": false,
|
|
11099
|
+
"relativePath": [
|
|
11100
|
+
"dist",
|
|
11101
|
+
"commands",
|
|
11102
|
+
"workspace",
|
|
11103
|
+
"list.cjs"
|
|
11104
|
+
]
|
|
11105
|
+
},
|
|
11106
|
+
"workspace:use": {
|
|
11107
|
+
"aliases": [],
|
|
11108
|
+
"args": {
|
|
11109
|
+
"name": {
|
|
11110
|
+
"description": "Workspace domain or display name",
|
|
11111
|
+
"name": "name",
|
|
11112
|
+
"required": true
|
|
11113
|
+
}
|
|
11114
|
+
},
|
|
11115
|
+
"description": "Switch the active workspace",
|
|
11116
|
+
"examples": [
|
|
11117
|
+
"<%= config.bin %> workspace use company.video23.com",
|
|
11118
|
+
"<%= config.bin %> workspace use \"Company Name\""
|
|
11119
|
+
],
|
|
11120
|
+
"flags": {
|
|
11121
|
+
"json": {
|
|
11122
|
+
"description": "Format output as json.",
|
|
11123
|
+
"helpGroup": "GLOBAL",
|
|
11124
|
+
"name": "json",
|
|
11125
|
+
"allowNo": false,
|
|
11126
|
+
"type": "boolean"
|
|
11127
|
+
},
|
|
11128
|
+
"workspace": {
|
|
11129
|
+
"char": "w",
|
|
11130
|
+
"helpGroup": "GLOBAL",
|
|
11131
|
+
"name": "workspace",
|
|
11132
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
11133
|
+
"hasDynamicHelp": false,
|
|
11134
|
+
"multiple": false,
|
|
11135
|
+
"type": "option"
|
|
11136
|
+
},
|
|
11137
|
+
"agent": {
|
|
11138
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
11139
|
+
"helpGroup": "GLOBAL",
|
|
11140
|
+
"hidden": true,
|
|
11141
|
+
"name": "agent",
|
|
11142
|
+
"allowNo": false,
|
|
11143
|
+
"type": "boolean"
|
|
11144
|
+
}
|
|
11145
|
+
},
|
|
11146
|
+
"hasDynamicHelp": false,
|
|
11147
|
+
"hiddenAliases": [],
|
|
11148
|
+
"id": "workspace:use",
|
|
11149
|
+
"pluginAlias": "twentythree-cli",
|
|
11150
|
+
"pluginName": "twentythree-cli",
|
|
11151
|
+
"pluginType": "core",
|
|
11152
|
+
"strict": true,
|
|
11153
|
+
"enableJsonFlag": true,
|
|
11154
|
+
"agentMetadata": {
|
|
11155
|
+
"api_endpoint": "local",
|
|
11156
|
+
"auth_scope": "none",
|
|
11157
|
+
"output_shape": {
|
|
11158
|
+
"type": "none"
|
|
11159
|
+
},
|
|
11160
|
+
"side_effects": "updates"
|
|
11161
|
+
},
|
|
11162
|
+
"isESM": false,
|
|
11163
|
+
"relativePath": [
|
|
11164
|
+
"dist",
|
|
11165
|
+
"commands",
|
|
11166
|
+
"workspace",
|
|
11167
|
+
"use.cjs"
|
|
11168
|
+
]
|
|
11169
|
+
},
|
|
11170
|
+
"analytics:conversions": {
|
|
11171
|
+
"aliases": [],
|
|
11172
|
+
"args": {},
|
|
11173
|
+
"description": "Get conversion analytics data",
|
|
11174
|
+
"examples": [
|
|
11175
|
+
"<%= config.bin %> analytics conversions --date-expression thisweek",
|
|
11176
|
+
"<%= config.bin %> analytics conversions --date-start 2024-01-01 --date-end 2024-01-31",
|
|
11177
|
+
"<%= config.bin %> analytics conversions --json"
|
|
11178
|
+
],
|
|
11179
|
+
"flags": {
|
|
11180
|
+
"json": {
|
|
11181
|
+
"description": "Format output as json.",
|
|
11182
|
+
"helpGroup": "GLOBAL",
|
|
11183
|
+
"name": "json",
|
|
11184
|
+
"allowNo": false,
|
|
11185
|
+
"type": "boolean"
|
|
11186
|
+
},
|
|
11187
|
+
"workspace": {
|
|
11188
|
+
"char": "w",
|
|
11189
|
+
"helpGroup": "GLOBAL",
|
|
11190
|
+
"name": "workspace",
|
|
11191
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
11192
|
+
"hasDynamicHelp": false,
|
|
11193
|
+
"multiple": false,
|
|
11194
|
+
"type": "option"
|
|
11195
|
+
},
|
|
11196
|
+
"agent": {
|
|
11197
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
11198
|
+
"helpGroup": "GLOBAL",
|
|
11199
|
+
"hidden": true,
|
|
11200
|
+
"name": "agent",
|
|
11201
|
+
"allowNo": false,
|
|
11202
|
+
"type": "boolean"
|
|
11203
|
+
},
|
|
11204
|
+
"date-start": {
|
|
11205
|
+
"description": "First date (YYYY-MM-DD)",
|
|
11206
|
+
"name": "date-start",
|
|
11207
|
+
"required": false,
|
|
11208
|
+
"hasDynamicHelp": false,
|
|
11209
|
+
"multiple": false,
|
|
11210
|
+
"type": "option"
|
|
11211
|
+
},
|
|
11212
|
+
"date-end": {
|
|
10473
11213
|
"description": "Last date (YYYY-MM-DD)",
|
|
10474
11214
|
"name": "date-end",
|
|
10475
11215
|
"required": false,
|
|
@@ -15698,6 +16438,56 @@
|
|
|
15698
16438
|
"hasDynamicHelp": false,
|
|
15699
16439
|
"multiple": false,
|
|
15700
16440
|
"type": "option"
|
|
16441
|
+
},
|
|
16442
|
+
"subtitle-format": {
|
|
16443
|
+
"description": "Format to use for subtitle download URLs",
|
|
16444
|
+
"name": "subtitle-format",
|
|
16445
|
+
"required": false,
|
|
16446
|
+
"hasDynamicHelp": false,
|
|
16447
|
+
"multiple": false,
|
|
16448
|
+
"options": [
|
|
16449
|
+
"websrt",
|
|
16450
|
+
"json",
|
|
16451
|
+
"adobe",
|
|
16452
|
+
"subviewer",
|
|
16453
|
+
"webvtt"
|
|
16454
|
+
],
|
|
16455
|
+
"type": "option"
|
|
16456
|
+
},
|
|
16457
|
+
"type": {
|
|
16458
|
+
"description": "Filter by subtitle type",
|
|
16459
|
+
"name": "type",
|
|
16460
|
+
"required": false,
|
|
16461
|
+
"hasDynamicHelp": false,
|
|
16462
|
+
"multiple": false,
|
|
16463
|
+
"options": [
|
|
16464
|
+
"general",
|
|
16465
|
+
"closedcaptions",
|
|
16466
|
+
"audiodescriptions"
|
|
16467
|
+
],
|
|
16468
|
+
"type": "option"
|
|
16469
|
+
},
|
|
16470
|
+
"stripped": {
|
|
16471
|
+
"description": "Return a stripped (timing-only) version of the subtitle file",
|
|
16472
|
+
"name": "stripped",
|
|
16473
|
+
"required": false,
|
|
16474
|
+
"allowNo": false,
|
|
16475
|
+
"type": "boolean"
|
|
16476
|
+
},
|
|
16477
|
+
"detect-language": {
|
|
16478
|
+
"description": "Use the viewer's browser language to determine the default subtitle",
|
|
16479
|
+
"name": "detect-language",
|
|
16480
|
+
"required": false,
|
|
16481
|
+
"allowNo": false,
|
|
16482
|
+
"type": "boolean"
|
|
16483
|
+
},
|
|
16484
|
+
"fields": {
|
|
16485
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
16486
|
+
"name": "fields",
|
|
16487
|
+
"required": false,
|
|
16488
|
+
"hasDynamicHelp": false,
|
|
16489
|
+
"multiple": false,
|
|
16490
|
+
"type": "option"
|
|
15701
16491
|
}
|
|
15702
16492
|
},
|
|
15703
16493
|
"hasDynamicHelp": false,
|
|
@@ -16615,6 +17405,29 @@
|
|
|
16615
17405
|
"hasDynamicHelp": false,
|
|
16616
17406
|
"multiple": false,
|
|
16617
17407
|
"type": "option"
|
|
17408
|
+
},
|
|
17409
|
+
"mail-id": {
|
|
17410
|
+
"description": "Return a specific mail by its ID",
|
|
17411
|
+
"name": "mail-id",
|
|
17412
|
+
"required": false,
|
|
17413
|
+
"hasDynamicHelp": false,
|
|
17414
|
+
"multiple": false,
|
|
17415
|
+
"type": "option"
|
|
17416
|
+
},
|
|
17417
|
+
"include-metrics": {
|
|
17418
|
+
"description": "Include metrics on mail performance in the response",
|
|
17419
|
+
"name": "include-metrics",
|
|
17420
|
+
"required": false,
|
|
17421
|
+
"allowNo": false,
|
|
17422
|
+
"type": "boolean"
|
|
17423
|
+
},
|
|
17424
|
+
"fields": {
|
|
17425
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
17426
|
+
"name": "fields",
|
|
17427
|
+
"required": false,
|
|
17428
|
+
"hasDynamicHelp": false,
|
|
17429
|
+
"multiple": false,
|
|
17430
|
+
"type": "option"
|
|
16618
17431
|
}
|
|
16619
17432
|
},
|
|
16620
17433
|
"hasDynamicHelp": false,
|
|
@@ -18400,7 +19213,10 @@
|
|
|
18400
19213
|
"description": "List webinar series",
|
|
18401
19214
|
"examples": [
|
|
18402
19215
|
"<%= config.bin %> webinar series list",
|
|
18403
|
-
"<%= config.bin %> webinar series list --json"
|
|
19216
|
+
"<%= config.bin %> webinar series list --json",
|
|
19217
|
+
"<%= config.bin %> webinar series list --search \"Q4\" --ordering live_date --order asc",
|
|
19218
|
+
"<%= config.bin %> webinar series list --series-type series --include-speakers --json",
|
|
19219
|
+
"<%= config.bin %> webinar series list --user-id me --include-stats --json"
|
|
18404
19220
|
],
|
|
18405
19221
|
"flags": {
|
|
18406
19222
|
"json": {
|
|
@@ -18426,95 +19242,232 @@
|
|
|
18426
19242
|
"name": "agent",
|
|
18427
19243
|
"allowNo": false,
|
|
18428
19244
|
"type": "boolean"
|
|
18429
|
-
}
|
|
18430
|
-
},
|
|
18431
|
-
"hasDynamicHelp": false,
|
|
18432
|
-
"hiddenAliases": [],
|
|
18433
|
-
"id": "webinar:series:list",
|
|
18434
|
-
"pluginAlias": "twentythree-cli",
|
|
18435
|
-
"pluginName": "twentythree-cli",
|
|
18436
|
-
"pluginType": "core",
|
|
18437
|
-
"strict": true,
|
|
18438
|
-
"enableJsonFlag": true,
|
|
18439
|
-
"agentMetadata": {
|
|
18440
|
-
"api_endpoint": "GET /live/series/list",
|
|
18441
|
-
"auth_scope": "read",
|
|
18442
|
-
"output_shape": {
|
|
18443
|
-
"type": "table",
|
|
18444
|
-
"columns": [
|
|
18445
|
-
"ID",
|
|
18446
|
-
"Name",
|
|
18447
|
-
"Status",
|
|
18448
|
-
"Created"
|
|
18449
|
-
]
|
|
18450
19245
|
},
|
|
18451
|
-
"
|
|
18452
|
-
|
|
18453
|
-
|
|
18454
|
-
|
|
18455
|
-
|
|
18456
|
-
|
|
18457
|
-
|
|
18458
|
-
"series",
|
|
18459
|
-
"list.cjs"
|
|
18460
|
-
]
|
|
18461
|
-
},
|
|
18462
|
-
"webinar:series:mapped-objects": {
|
|
18463
|
-
"aliases": [],
|
|
18464
|
-
"args": {
|
|
18465
|
-
"id": {
|
|
18466
|
-
"description": "Series ID",
|
|
18467
|
-
"name": "id",
|
|
18468
|
-
"required": true
|
|
18469
|
-
}
|
|
18470
|
-
},
|
|
18471
|
-
"description": "List mapped objects for a webinar series",
|
|
18472
|
-
"examples": [
|
|
18473
|
-
"<%= config.bin %> webinar series mapped-objects 42",
|
|
18474
|
-
"<%= config.bin %> webinar series mapped-objects 42 --json"
|
|
18475
|
-
],
|
|
18476
|
-
"flags": {
|
|
18477
|
-
"json": {
|
|
18478
|
-
"description": "Format output as json.",
|
|
18479
|
-
"helpGroup": "GLOBAL",
|
|
18480
|
-
"name": "json",
|
|
18481
|
-
"allowNo": false,
|
|
18482
|
-
"type": "boolean"
|
|
19246
|
+
"search": {
|
|
19247
|
+
"description": "Search for specific series by keyword",
|
|
19248
|
+
"name": "search",
|
|
19249
|
+
"required": false,
|
|
19250
|
+
"hasDynamicHelp": false,
|
|
19251
|
+
"multiple": false,
|
|
19252
|
+
"type": "option"
|
|
18483
19253
|
},
|
|
18484
|
-
"
|
|
18485
|
-
"
|
|
18486
|
-
"
|
|
18487
|
-
"
|
|
18488
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
19254
|
+
"live-series-id": {
|
|
19255
|
+
"description": "Limit results to a single series by its ID",
|
|
19256
|
+
"name": "live-series-id",
|
|
19257
|
+
"required": false,
|
|
18489
19258
|
"hasDynamicHelp": false,
|
|
18490
19259
|
"multiple": false,
|
|
18491
19260
|
"type": "option"
|
|
18492
19261
|
},
|
|
18493
|
-
"
|
|
18494
|
-
"description": "
|
|
18495
|
-
"
|
|
18496
|
-
"
|
|
18497
|
-
"
|
|
18498
|
-
"
|
|
18499
|
-
"type": "
|
|
18500
|
-
}
|
|
18501
|
-
|
|
18502
|
-
|
|
18503
|
-
|
|
18504
|
-
|
|
18505
|
-
|
|
18506
|
-
|
|
18507
|
-
|
|
18508
|
-
|
|
18509
|
-
|
|
18510
|
-
|
|
18511
|
-
|
|
18512
|
-
|
|
18513
|
-
|
|
18514
|
-
"
|
|
18515
|
-
"
|
|
18516
|
-
|
|
18517
|
-
|
|
19262
|
+
"live-id": {
|
|
19263
|
+
"description": "Filter to series that contain a specific webinar ID",
|
|
19264
|
+
"name": "live-id",
|
|
19265
|
+
"required": false,
|
|
19266
|
+
"hasDynamicHelp": false,
|
|
19267
|
+
"multiple": false,
|
|
19268
|
+
"type": "option"
|
|
19269
|
+
},
|
|
19270
|
+
"album-id": {
|
|
19271
|
+
"description": "Filter to series belonging to a specific category",
|
|
19272
|
+
"name": "album-id",
|
|
19273
|
+
"required": false,
|
|
19274
|
+
"hasDynamicHelp": false,
|
|
19275
|
+
"multiple": false,
|
|
19276
|
+
"type": "option"
|
|
19277
|
+
},
|
|
19278
|
+
"user-id": {
|
|
19279
|
+
"description": "Filter to series created by a specific user (use \"me\" for the authenticated user)",
|
|
19280
|
+
"name": "user-id",
|
|
19281
|
+
"required": false,
|
|
19282
|
+
"hasDynamicHelp": false,
|
|
19283
|
+
"multiple": false,
|
|
19284
|
+
"type": "option"
|
|
19285
|
+
},
|
|
19286
|
+
"series-type": {
|
|
19287
|
+
"description": "Filter by series type",
|
|
19288
|
+
"name": "series-type",
|
|
19289
|
+
"required": false,
|
|
19290
|
+
"hasDynamicHelp": false,
|
|
19291
|
+
"multiple": false,
|
|
19292
|
+
"options": [
|
|
19293
|
+
"liveevent",
|
|
19294
|
+
"series"
|
|
19295
|
+
],
|
|
19296
|
+
"type": "option"
|
|
19297
|
+
},
|
|
19298
|
+
"ordering": {
|
|
19299
|
+
"description": "Field to order results by",
|
|
19300
|
+
"name": "ordering",
|
|
19301
|
+
"required": false,
|
|
19302
|
+
"hasDynamicHelp": false,
|
|
19303
|
+
"multiple": false,
|
|
19304
|
+
"options": [
|
|
19305
|
+
"name",
|
|
19306
|
+
"private",
|
|
19307
|
+
"live_status",
|
|
19308
|
+
"live_date",
|
|
19309
|
+
"creation_date",
|
|
19310
|
+
"updated_date"
|
|
19311
|
+
],
|
|
19312
|
+
"type": "option"
|
|
19313
|
+
},
|
|
19314
|
+
"order": {
|
|
19315
|
+
"description": "Sort direction",
|
|
19316
|
+
"name": "order",
|
|
19317
|
+
"required": false,
|
|
19318
|
+
"hasDynamicHelp": false,
|
|
19319
|
+
"multiple": false,
|
|
19320
|
+
"options": [
|
|
19321
|
+
"asc",
|
|
19322
|
+
"desc"
|
|
19323
|
+
],
|
|
19324
|
+
"type": "option"
|
|
19325
|
+
},
|
|
19326
|
+
"cancelled": {
|
|
19327
|
+
"description": "Filter by cancelled status",
|
|
19328
|
+
"name": "cancelled",
|
|
19329
|
+
"required": false,
|
|
19330
|
+
"allowNo": true,
|
|
19331
|
+
"type": "boolean"
|
|
19332
|
+
},
|
|
19333
|
+
"draft": {
|
|
19334
|
+
"description": "Filter by draft status",
|
|
19335
|
+
"name": "draft",
|
|
19336
|
+
"required": false,
|
|
19337
|
+
"allowNo": true,
|
|
19338
|
+
"type": "boolean"
|
|
19339
|
+
},
|
|
19340
|
+
"private": {
|
|
19341
|
+
"description": "Filter by private status",
|
|
19342
|
+
"name": "private",
|
|
19343
|
+
"required": false,
|
|
19344
|
+
"allowNo": true,
|
|
19345
|
+
"type": "boolean"
|
|
19346
|
+
},
|
|
19347
|
+
"include-private": {
|
|
19348
|
+
"description": "Include private series in results",
|
|
19349
|
+
"name": "include-private",
|
|
19350
|
+
"required": false,
|
|
19351
|
+
"allowNo": false,
|
|
19352
|
+
"type": "boolean"
|
|
19353
|
+
},
|
|
19354
|
+
"include-speakers": {
|
|
19355
|
+
"description": "Include speaker information for each series",
|
|
19356
|
+
"name": "include-speakers",
|
|
19357
|
+
"required": false,
|
|
19358
|
+
"allowNo": false,
|
|
19359
|
+
"type": "boolean"
|
|
19360
|
+
},
|
|
19361
|
+
"include-stats": {
|
|
19362
|
+
"description": "Include performance statistics for each series",
|
|
19363
|
+
"name": "include-stats",
|
|
19364
|
+
"required": false,
|
|
19365
|
+
"allowNo": false,
|
|
19366
|
+
"type": "boolean"
|
|
19367
|
+
},
|
|
19368
|
+
"include-albums": {
|
|
19369
|
+
"description": "Include category information for each series",
|
|
19370
|
+
"name": "include-albums",
|
|
19371
|
+
"required": false,
|
|
19372
|
+
"allowNo": false,
|
|
19373
|
+
"type": "boolean"
|
|
19374
|
+
},
|
|
19375
|
+
"fields": {
|
|
19376
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
19377
|
+
"name": "fields",
|
|
19378
|
+
"required": false,
|
|
19379
|
+
"hasDynamicHelp": false,
|
|
19380
|
+
"multiple": false,
|
|
19381
|
+
"type": "option"
|
|
19382
|
+
}
|
|
19383
|
+
},
|
|
19384
|
+
"hasDynamicHelp": false,
|
|
19385
|
+
"hiddenAliases": [],
|
|
19386
|
+
"id": "webinar:series:list",
|
|
19387
|
+
"pluginAlias": "twentythree-cli",
|
|
19388
|
+
"pluginName": "twentythree-cli",
|
|
19389
|
+
"pluginType": "core",
|
|
19390
|
+
"strict": true,
|
|
19391
|
+
"enableJsonFlag": true,
|
|
19392
|
+
"agentMetadata": {
|
|
19393
|
+
"api_endpoint": "GET /live/series/list",
|
|
19394
|
+
"auth_scope": "read",
|
|
19395
|
+
"output_shape": {
|
|
19396
|
+
"type": "table",
|
|
19397
|
+
"columns": [
|
|
19398
|
+
"ID",
|
|
19399
|
+
"Name",
|
|
19400
|
+
"Status",
|
|
19401
|
+
"Created"
|
|
19402
|
+
]
|
|
19403
|
+
},
|
|
19404
|
+
"side_effects": "none"
|
|
19405
|
+
},
|
|
19406
|
+
"isESM": false,
|
|
19407
|
+
"relativePath": [
|
|
19408
|
+
"dist",
|
|
19409
|
+
"commands",
|
|
19410
|
+
"webinar",
|
|
19411
|
+
"series",
|
|
19412
|
+
"list.cjs"
|
|
19413
|
+
]
|
|
19414
|
+
},
|
|
19415
|
+
"webinar:series:mapped-objects": {
|
|
19416
|
+
"aliases": [],
|
|
19417
|
+
"args": {
|
|
19418
|
+
"id": {
|
|
19419
|
+
"description": "Series ID",
|
|
19420
|
+
"name": "id",
|
|
19421
|
+
"required": true
|
|
19422
|
+
}
|
|
19423
|
+
},
|
|
19424
|
+
"description": "List mapped objects for a webinar series",
|
|
19425
|
+
"examples": [
|
|
19426
|
+
"<%= config.bin %> webinar series mapped-objects 42",
|
|
19427
|
+
"<%= config.bin %> webinar series mapped-objects 42 --json"
|
|
19428
|
+
],
|
|
19429
|
+
"flags": {
|
|
19430
|
+
"json": {
|
|
19431
|
+
"description": "Format output as json.",
|
|
19432
|
+
"helpGroup": "GLOBAL",
|
|
19433
|
+
"name": "json",
|
|
19434
|
+
"allowNo": false,
|
|
19435
|
+
"type": "boolean"
|
|
19436
|
+
},
|
|
19437
|
+
"workspace": {
|
|
19438
|
+
"char": "w",
|
|
19439
|
+
"helpGroup": "GLOBAL",
|
|
19440
|
+
"name": "workspace",
|
|
19441
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
19442
|
+
"hasDynamicHelp": false,
|
|
19443
|
+
"multiple": false,
|
|
19444
|
+
"type": "option"
|
|
19445
|
+
},
|
|
19446
|
+
"agent": {
|
|
19447
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
19448
|
+
"helpGroup": "GLOBAL",
|
|
19449
|
+
"hidden": true,
|
|
19450
|
+
"name": "agent",
|
|
19451
|
+
"allowNo": false,
|
|
19452
|
+
"type": "boolean"
|
|
19453
|
+
}
|
|
19454
|
+
},
|
|
19455
|
+
"hasDynamicHelp": false,
|
|
19456
|
+
"hiddenAliases": [],
|
|
19457
|
+
"id": "webinar:series:mapped-objects",
|
|
19458
|
+
"pluginAlias": "twentythree-cli",
|
|
19459
|
+
"pluginName": "twentythree-cli",
|
|
19460
|
+
"pluginType": "core",
|
|
19461
|
+
"strict": true,
|
|
19462
|
+
"enableJsonFlag": true,
|
|
19463
|
+
"agentMetadata": {
|
|
19464
|
+
"api_endpoint": "GET /live/series/mapped-objects",
|
|
19465
|
+
"auth_scope": "read",
|
|
19466
|
+
"output_shape": {
|
|
19467
|
+
"type": "table",
|
|
19468
|
+
"columns": [
|
|
19469
|
+
"ID",
|
|
19470
|
+
"Type",
|
|
18518
19471
|
"Title"
|
|
18519
19472
|
]
|
|
18520
19473
|
},
|
|
@@ -19004,7 +19957,7 @@
|
|
|
19004
19957
|
"upload-thumbnail.cjs"
|
|
19005
19958
|
]
|
|
19006
19959
|
},
|
|
19007
|
-
"webinar:
|
|
19960
|
+
"webinar:speaker:add-from-speaker": {
|
|
19008
19961
|
"aliases": [],
|
|
19009
19962
|
"args": {
|
|
19010
19963
|
"id": {
|
|
@@ -19013,11 +19966,11 @@
|
|
|
19013
19966
|
"required": true
|
|
19014
19967
|
}
|
|
19015
19968
|
},
|
|
19016
|
-
"description": "
|
|
19969
|
+
"description": "Add a speaker from the workspace speaker library",
|
|
19017
19970
|
"examples": [
|
|
19018
|
-
"<%= config.bin %> webinar
|
|
19019
|
-
"<%= config.bin %> webinar
|
|
19020
|
-
"<%= config.bin %> webinar
|
|
19971
|
+
"<%= config.bin %> webinar speaker add-from-speaker 12345 --speaker-id 99",
|
|
19972
|
+
"<%= config.bin %> webinar speaker add-from-speaker 12345",
|
|
19973
|
+
"<%= config.bin %> webinar speaker add-from-speaker 12345 --speaker-id 99 --json"
|
|
19021
19974
|
],
|
|
19022
19975
|
"flags": {
|
|
19023
19976
|
"json": {
|
|
@@ -19044,9 +19997,9 @@
|
|
|
19044
19997
|
"allowNo": false,
|
|
19045
19998
|
"type": "boolean"
|
|
19046
19999
|
},
|
|
19047
|
-
"
|
|
19048
|
-
"description": "
|
|
19049
|
-
"name": "
|
|
20000
|
+
"speaker-id": {
|
|
20001
|
+
"description": "Library speaker ID to add",
|
|
20002
|
+
"name": "speaker-id",
|
|
19050
20003
|
"required": false,
|
|
19051
20004
|
"hasDynamicHelp": false,
|
|
19052
20005
|
"multiple": false,
|
|
@@ -19055,30 +20008,30 @@
|
|
|
19055
20008
|
},
|
|
19056
20009
|
"hasDynamicHelp": false,
|
|
19057
20010
|
"hiddenAliases": [],
|
|
19058
|
-
"id": "webinar:
|
|
20011
|
+
"id": "webinar:speaker:add-from-speaker",
|
|
19059
20012
|
"pluginAlias": "twentythree-cli",
|
|
19060
20013
|
"pluginName": "twentythree-cli",
|
|
19061
20014
|
"pluginType": "core",
|
|
19062
20015
|
"strict": true,
|
|
19063
20016
|
"enableJsonFlag": true,
|
|
19064
20017
|
"agentMetadata": {
|
|
19065
|
-
"api_endpoint": "POST /live/
|
|
20018
|
+
"api_endpoint": "POST /live/speaker/add-from-speaker",
|
|
19066
20019
|
"auth_scope": "write",
|
|
19067
20020
|
"output_shape": {
|
|
19068
20021
|
"type": "none"
|
|
19069
20022
|
},
|
|
19070
|
-
"side_effects": "
|
|
20023
|
+
"side_effects": "creates"
|
|
19071
20024
|
},
|
|
19072
20025
|
"isESM": false,
|
|
19073
20026
|
"relativePath": [
|
|
19074
20027
|
"dist",
|
|
19075
20028
|
"commands",
|
|
19076
20029
|
"webinar",
|
|
19077
|
-
"
|
|
19078
|
-
"
|
|
20030
|
+
"speaker",
|
|
20031
|
+
"add-from-speaker.cjs"
|
|
19079
20032
|
]
|
|
19080
20033
|
},
|
|
19081
|
-
"webinar:
|
|
20034
|
+
"webinar:speaker:add-from-user": {
|
|
19082
20035
|
"aliases": [],
|
|
19083
20036
|
"args": {
|
|
19084
20037
|
"id": {
|
|
@@ -19087,11 +20040,11 @@
|
|
|
19087
20040
|
"required": true
|
|
19088
20041
|
}
|
|
19089
20042
|
},
|
|
19090
|
-
"description": "
|
|
20043
|
+
"description": "Add a workspace user as a speaker on a webinar",
|
|
19091
20044
|
"examples": [
|
|
19092
|
-
"<%= config.bin %> webinar
|
|
19093
|
-
"<%= config.bin %> webinar
|
|
19094
|
-
"<%= config.bin %> webinar
|
|
20045
|
+
"<%= config.bin %> webinar speaker add-from-user 12345 --user-id 42",
|
|
20046
|
+
"<%= config.bin %> webinar speaker add-from-user 12345",
|
|
20047
|
+
"<%= config.bin %> webinar speaker add-from-user 12345 --user-id 42 --json"
|
|
19095
20048
|
],
|
|
19096
20049
|
"flags": {
|
|
19097
20050
|
"json": {
|
|
@@ -19118,9 +20071,9 @@
|
|
|
19118
20071
|
"allowNo": false,
|
|
19119
20072
|
"type": "boolean"
|
|
19120
20073
|
},
|
|
19121
|
-
"
|
|
19122
|
-
"description": "
|
|
19123
|
-
"name": "
|
|
20074
|
+
"user-id": {
|
|
20075
|
+
"description": "User ID to add as speaker",
|
|
20076
|
+
"name": "user-id",
|
|
19124
20077
|
"required": false,
|
|
19125
20078
|
"hasDynamicHelp": false,
|
|
19126
20079
|
"multiple": false,
|
|
@@ -19129,35 +20082,30 @@
|
|
|
19129
20082
|
},
|
|
19130
20083
|
"hasDynamicHelp": false,
|
|
19131
20084
|
"hiddenAliases": [],
|
|
19132
|
-
"id": "webinar:
|
|
20085
|
+
"id": "webinar:speaker:add-from-user",
|
|
19133
20086
|
"pluginAlias": "twentythree-cli",
|
|
19134
20087
|
"pluginName": "twentythree-cli",
|
|
19135
20088
|
"pluginType": "core",
|
|
19136
20089
|
"strict": true,
|
|
19137
20090
|
"enableJsonFlag": true,
|
|
19138
20091
|
"agentMetadata": {
|
|
19139
|
-
"api_endpoint": "
|
|
19140
|
-
"auth_scope": "
|
|
20092
|
+
"api_endpoint": "POST /live/speaker/add-from-user",
|
|
20093
|
+
"auth_scope": "write",
|
|
19141
20094
|
"output_shape": {
|
|
19142
|
-
"type": "
|
|
19143
|
-
"columns": [
|
|
19144
|
-
"ID",
|
|
19145
|
-
"Language",
|
|
19146
|
-
"Status"
|
|
19147
|
-
]
|
|
20095
|
+
"type": "none"
|
|
19148
20096
|
},
|
|
19149
|
-
"side_effects": "
|
|
20097
|
+
"side_effects": "creates"
|
|
19150
20098
|
},
|
|
19151
20099
|
"isESM": false,
|
|
19152
20100
|
"relativePath": [
|
|
19153
20101
|
"dist",
|
|
19154
20102
|
"commands",
|
|
19155
20103
|
"webinar",
|
|
19156
|
-
"
|
|
19157
|
-
"
|
|
20104
|
+
"speaker",
|
|
20105
|
+
"add-from-user.cjs"
|
|
19158
20106
|
]
|
|
19159
20107
|
},
|
|
19160
|
-
"webinar:
|
|
20108
|
+
"webinar:speaker:add": {
|
|
19161
20109
|
"aliases": [],
|
|
19162
20110
|
"args": {
|
|
19163
20111
|
"id": {
|
|
@@ -19166,11 +20114,11 @@
|
|
|
19166
20114
|
"required": true
|
|
19167
20115
|
}
|
|
19168
20116
|
},
|
|
19169
|
-
"description": "
|
|
20117
|
+
"description": "Add a speaker to a webinar",
|
|
19170
20118
|
"examples": [
|
|
19171
|
-
"<%= config.bin %> webinar
|
|
19172
|
-
"<%= config.bin %> webinar
|
|
19173
|
-
"<%= config.bin %> webinar
|
|
20119
|
+
"<%= config.bin %> webinar speaker add 12345 --name \"Jane Doe\" --email jane@example.com",
|
|
20120
|
+
"<%= config.bin %> webinar speaker add 12345",
|
|
20121
|
+
"<%= config.bin %> webinar speaker add 12345 --name \"Jane Doe\" --email jane@example.com --json"
|
|
19174
20122
|
],
|
|
19175
20123
|
"flags": {
|
|
19176
20124
|
"json": {
|
|
@@ -19197,51 +20145,106 @@
|
|
|
19197
20145
|
"allowNo": false,
|
|
19198
20146
|
"type": "boolean"
|
|
19199
20147
|
},
|
|
19200
|
-
"
|
|
19201
|
-
"description": "
|
|
19202
|
-
"name": "
|
|
20148
|
+
"name": {
|
|
20149
|
+
"description": "Speaker name",
|
|
20150
|
+
"name": "name",
|
|
19203
20151
|
"required": false,
|
|
19204
20152
|
"hasDynamicHelp": false,
|
|
19205
20153
|
"multiple": false,
|
|
19206
20154
|
"type": "option"
|
|
19207
|
-
}
|
|
19208
|
-
|
|
19209
|
-
|
|
19210
|
-
|
|
19211
|
-
|
|
19212
|
-
|
|
19213
|
-
|
|
19214
|
-
|
|
20155
|
+
},
|
|
20156
|
+
"email": {
|
|
20157
|
+
"description": "Speaker email (required for WebRTC speakers)",
|
|
20158
|
+
"name": "email",
|
|
20159
|
+
"required": false,
|
|
20160
|
+
"hasDynamicHelp": false,
|
|
20161
|
+
"multiple": false,
|
|
20162
|
+
"type": "option"
|
|
20163
|
+
},
|
|
20164
|
+
"title": {
|
|
20165
|
+
"description": "Speaker title or job title",
|
|
20166
|
+
"name": "title",
|
|
20167
|
+
"required": false,
|
|
20168
|
+
"hasDynamicHelp": false,
|
|
20169
|
+
"multiple": false,
|
|
20170
|
+
"type": "option"
|
|
20171
|
+
},
|
|
20172
|
+
"description": {
|
|
20173
|
+
"description": "Speaker bio or description",
|
|
20174
|
+
"name": "description",
|
|
20175
|
+
"required": false,
|
|
20176
|
+
"hasDynamicHelp": false,
|
|
20177
|
+
"multiple": false,
|
|
20178
|
+
"type": "option"
|
|
20179
|
+
},
|
|
20180
|
+
"connection-type": {
|
|
20181
|
+
"description": "Speaker connection type",
|
|
20182
|
+
"name": "connection-type",
|
|
20183
|
+
"required": false,
|
|
20184
|
+
"hasDynamicHelp": false,
|
|
20185
|
+
"multiple": false,
|
|
20186
|
+
"options": [
|
|
20187
|
+
"webrtc",
|
|
20188
|
+
"gearmode",
|
|
20189
|
+
"rtmp",
|
|
20190
|
+
"whip",
|
|
20191
|
+
"srt",
|
|
20192
|
+
"url"
|
|
20193
|
+
],
|
|
20194
|
+
"type": "option"
|
|
20195
|
+
},
|
|
20196
|
+
"connection-type-pull-url": {
|
|
20197
|
+
"description": "Pull URL for connection types that support stream pull (whip, url)",
|
|
20198
|
+
"name": "connection-type-pull-url",
|
|
20199
|
+
"required": false,
|
|
20200
|
+
"hasDynamicHelp": false,
|
|
20201
|
+
"multiple": false,
|
|
20202
|
+
"type": "option"
|
|
20203
|
+
}
|
|
20204
|
+
},
|
|
20205
|
+
"hasDynamicHelp": false,
|
|
20206
|
+
"hiddenAliases": [],
|
|
20207
|
+
"id": "webinar:speaker:add",
|
|
20208
|
+
"pluginAlias": "twentythree-cli",
|
|
20209
|
+
"pluginName": "twentythree-cli",
|
|
20210
|
+
"pluginType": "core",
|
|
19215
20211
|
"strict": true,
|
|
19216
20212
|
"enableJsonFlag": true,
|
|
19217
20213
|
"agentMetadata": {
|
|
19218
|
-
"api_endpoint": "
|
|
19219
|
-
"auth_scope": "
|
|
20214
|
+
"api_endpoint": "POST /live/speaker/add",
|
|
20215
|
+
"auth_scope": "write",
|
|
19220
20216
|
"output_shape": {
|
|
19221
|
-
"type": "
|
|
19222
|
-
"columns": [
|
|
19223
|
-
"Locale",
|
|
19224
|
-
"Name"
|
|
19225
|
-
]
|
|
20217
|
+
"type": "key-value"
|
|
19226
20218
|
},
|
|
19227
|
-
"side_effects": "
|
|
20219
|
+
"side_effects": "creates"
|
|
19228
20220
|
},
|
|
19229
20221
|
"isESM": false,
|
|
19230
20222
|
"relativePath": [
|
|
19231
20223
|
"dist",
|
|
19232
20224
|
"commands",
|
|
19233
20225
|
"webinar",
|
|
19234
|
-
"
|
|
19235
|
-
"
|
|
20226
|
+
"speaker",
|
|
20227
|
+
"add.cjs"
|
|
19236
20228
|
]
|
|
19237
20229
|
},
|
|
19238
|
-
"webinar:
|
|
20230
|
+
"webinar:speaker:cancel-guest-request": {
|
|
19239
20231
|
"aliases": [],
|
|
19240
|
-
"args": {
|
|
19241
|
-
|
|
20232
|
+
"args": {
|
|
20233
|
+
"webinarId": {
|
|
20234
|
+
"description": "Webinar ID",
|
|
20235
|
+
"name": "webinarId",
|
|
20236
|
+
"required": true
|
|
20237
|
+
},
|
|
20238
|
+
"id": {
|
|
20239
|
+
"description": "Speaker ID",
|
|
20240
|
+
"name": "id",
|
|
20241
|
+
"required": true
|
|
20242
|
+
}
|
|
20243
|
+
},
|
|
20244
|
+
"description": "Cancel a guest request for a speaker",
|
|
19242
20245
|
"examples": [
|
|
19243
|
-
"<%= config.bin %> webinar
|
|
19244
|
-
"<%= config.bin %> webinar
|
|
20246
|
+
"<%= config.bin %> webinar speaker cancel-guest-request 12345 9900",
|
|
20247
|
+
"<%= config.bin %> webinar speaker cancel-guest-request 12345 9900 --json"
|
|
19245
20248
|
],
|
|
19246
20249
|
"flags": {
|
|
19247
20250
|
"json": {
|
|
@@ -19271,36 +20274,30 @@
|
|
|
19271
20274
|
},
|
|
19272
20275
|
"hasDynamicHelp": false,
|
|
19273
20276
|
"hiddenAliases": [],
|
|
19274
|
-
"id": "webinar:
|
|
20277
|
+
"id": "webinar:speaker:cancel-guest-request",
|
|
19275
20278
|
"pluginAlias": "twentythree-cli",
|
|
19276
20279
|
"pluginName": "twentythree-cli",
|
|
19277
20280
|
"pluginType": "core",
|
|
19278
20281
|
"strict": true,
|
|
19279
20282
|
"enableJsonFlag": true,
|
|
19280
20283
|
"agentMetadata": {
|
|
19281
|
-
"api_endpoint": "
|
|
19282
|
-
"auth_scope": "
|
|
20284
|
+
"api_endpoint": "POST /live/speaker/cancel-guest-request",
|
|
20285
|
+
"auth_scope": "write",
|
|
19283
20286
|
"output_shape": {
|
|
19284
|
-
"type": "
|
|
19285
|
-
"columns": [
|
|
19286
|
-
"ID",
|
|
19287
|
-
"Webinar ID",
|
|
19288
|
-
"Language",
|
|
19289
|
-
"Status"
|
|
19290
|
-
]
|
|
20287
|
+
"type": "none"
|
|
19291
20288
|
},
|
|
19292
|
-
"side_effects": "
|
|
20289
|
+
"side_effects": "destructive"
|
|
19293
20290
|
},
|
|
19294
20291
|
"isESM": false,
|
|
19295
20292
|
"relativePath": [
|
|
19296
20293
|
"dist",
|
|
19297
20294
|
"commands",
|
|
19298
20295
|
"webinar",
|
|
19299
|
-
"
|
|
19300
|
-
"
|
|
20296
|
+
"speaker",
|
|
20297
|
+
"cancel-guest-request.cjs"
|
|
19301
20298
|
]
|
|
19302
20299
|
},
|
|
19303
|
-
"webinar:speaker:
|
|
20300
|
+
"webinar:speaker:connection-types": {
|
|
19304
20301
|
"aliases": [],
|
|
19305
20302
|
"args": {
|
|
19306
20303
|
"id": {
|
|
@@ -19309,11 +20306,10 @@
|
|
|
19309
20306
|
"required": true
|
|
19310
20307
|
}
|
|
19311
20308
|
},
|
|
19312
|
-
"description": "
|
|
20309
|
+
"description": "List available speaker connection types",
|
|
19313
20310
|
"examples": [
|
|
19314
|
-
"<%= config.bin %> webinar speaker
|
|
19315
|
-
"<%= config.bin %> webinar speaker
|
|
19316
|
-
"<%= config.bin %> webinar speaker add-from-speaker 12345 --speaker-id 99 --json"
|
|
20311
|
+
"<%= config.bin %> webinar speaker connection-types 12345",
|
|
20312
|
+
"<%= config.bin %> webinar speaker connection-types 12345 --json"
|
|
19317
20313
|
],
|
|
19318
20314
|
"flags": {
|
|
19319
20315
|
"json": {
|
|
@@ -19339,31 +20335,28 @@
|
|
|
19339
20335
|
"name": "agent",
|
|
19340
20336
|
"allowNo": false,
|
|
19341
20337
|
"type": "boolean"
|
|
19342
|
-
},
|
|
19343
|
-
"speaker-id": {
|
|
19344
|
-
"description": "Library speaker ID to add",
|
|
19345
|
-
"name": "speaker-id",
|
|
19346
|
-
"required": false,
|
|
19347
|
-
"hasDynamicHelp": false,
|
|
19348
|
-
"multiple": false,
|
|
19349
|
-
"type": "option"
|
|
19350
20338
|
}
|
|
19351
20339
|
},
|
|
19352
20340
|
"hasDynamicHelp": false,
|
|
19353
20341
|
"hiddenAliases": [],
|
|
19354
|
-
"id": "webinar:speaker:
|
|
20342
|
+
"id": "webinar:speaker:connection-types",
|
|
19355
20343
|
"pluginAlias": "twentythree-cli",
|
|
19356
20344
|
"pluginName": "twentythree-cli",
|
|
19357
20345
|
"pluginType": "core",
|
|
19358
20346
|
"strict": true,
|
|
19359
20347
|
"enableJsonFlag": true,
|
|
19360
20348
|
"agentMetadata": {
|
|
19361
|
-
"api_endpoint": "
|
|
19362
|
-
"auth_scope": "
|
|
20349
|
+
"api_endpoint": "GET /live/speaker/connection-types",
|
|
20350
|
+
"auth_scope": "read",
|
|
19363
20351
|
"output_shape": {
|
|
19364
|
-
"type": "
|
|
20352
|
+
"type": "table",
|
|
20353
|
+
"columns": [
|
|
20354
|
+
"Type",
|
|
20355
|
+
"Label",
|
|
20356
|
+
"Description"
|
|
20357
|
+
]
|
|
19365
20358
|
},
|
|
19366
|
-
"side_effects": "
|
|
20359
|
+
"side_effects": "none"
|
|
19367
20360
|
},
|
|
19368
20361
|
"isESM": false,
|
|
19369
20362
|
"relativePath": [
|
|
@@ -19371,23 +20364,16 @@
|
|
|
19371
20364
|
"commands",
|
|
19372
20365
|
"webinar",
|
|
19373
20366
|
"speaker",
|
|
19374
|
-
"
|
|
20367
|
+
"connection-types.cjs"
|
|
19375
20368
|
]
|
|
19376
20369
|
},
|
|
19377
|
-
"webinar:speaker:
|
|
20370
|
+
"webinar:speaker:library": {
|
|
19378
20371
|
"aliases": [],
|
|
19379
|
-
"args": {
|
|
19380
|
-
|
|
19381
|
-
"description": "Webinar ID",
|
|
19382
|
-
"name": "id",
|
|
19383
|
-
"required": true
|
|
19384
|
-
}
|
|
19385
|
-
},
|
|
19386
|
-
"description": "Add a workspace user as a speaker on a webinar",
|
|
20372
|
+
"args": {},
|
|
20373
|
+
"description": "List speakers in the workspace library",
|
|
19387
20374
|
"examples": [
|
|
19388
|
-
"<%= config.bin %> webinar speaker
|
|
19389
|
-
"<%= config.bin %> webinar speaker
|
|
19390
|
-
"<%= config.bin %> webinar speaker add-from-user 12345 --user-id 42 --json"
|
|
20375
|
+
"<%= config.bin %> webinar speaker library",
|
|
20376
|
+
"<%= config.bin %> webinar speaker library --json"
|
|
19391
20377
|
],
|
|
19392
20378
|
"flags": {
|
|
19393
20379
|
"json": {
|
|
@@ -19413,31 +20399,28 @@
|
|
|
19413
20399
|
"name": "agent",
|
|
19414
20400
|
"allowNo": false,
|
|
19415
20401
|
"type": "boolean"
|
|
19416
|
-
},
|
|
19417
|
-
"user-id": {
|
|
19418
|
-
"description": "User ID to add as speaker",
|
|
19419
|
-
"name": "user-id",
|
|
19420
|
-
"required": false,
|
|
19421
|
-
"hasDynamicHelp": false,
|
|
19422
|
-
"multiple": false,
|
|
19423
|
-
"type": "option"
|
|
19424
20402
|
}
|
|
19425
20403
|
},
|
|
19426
20404
|
"hasDynamicHelp": false,
|
|
19427
20405
|
"hiddenAliases": [],
|
|
19428
|
-
"id": "webinar:speaker:
|
|
20406
|
+
"id": "webinar:speaker:library",
|
|
19429
20407
|
"pluginAlias": "twentythree-cli",
|
|
19430
20408
|
"pluginName": "twentythree-cli",
|
|
19431
20409
|
"pluginType": "core",
|
|
19432
20410
|
"strict": true,
|
|
19433
20411
|
"enableJsonFlag": true,
|
|
19434
20412
|
"agentMetadata": {
|
|
19435
|
-
"api_endpoint": "
|
|
19436
|
-
"auth_scope": "
|
|
20413
|
+
"api_endpoint": "GET /live/speaker/library/list",
|
|
20414
|
+
"auth_scope": "read",
|
|
19437
20415
|
"output_shape": {
|
|
19438
|
-
"type": "
|
|
20416
|
+
"type": "table",
|
|
20417
|
+
"columns": [
|
|
20418
|
+
"ID",
|
|
20419
|
+
"Name",
|
|
20420
|
+
"Email"
|
|
20421
|
+
]
|
|
19439
20422
|
},
|
|
19440
|
-
"side_effects": "
|
|
20423
|
+
"side_effects": "none"
|
|
19441
20424
|
},
|
|
19442
20425
|
"isESM": false,
|
|
19443
20426
|
"relativePath": [
|
|
@@ -19445,10 +20428,10 @@
|
|
|
19445
20428
|
"commands",
|
|
19446
20429
|
"webinar",
|
|
19447
20430
|
"speaker",
|
|
19448
|
-
"
|
|
20431
|
+
"library.cjs"
|
|
19449
20432
|
]
|
|
19450
20433
|
},
|
|
19451
|
-
"webinar:speaker:
|
|
20434
|
+
"webinar:speaker:list": {
|
|
19452
20435
|
"aliases": [],
|
|
19453
20436
|
"args": {
|
|
19454
20437
|
"id": {
|
|
@@ -19457,11 +20440,10 @@
|
|
|
19457
20440
|
"required": true
|
|
19458
20441
|
}
|
|
19459
20442
|
},
|
|
19460
|
-
"description": "
|
|
20443
|
+
"description": "List speakers for a webinar",
|
|
19461
20444
|
"examples": [
|
|
19462
|
-
"<%= config.bin %> webinar speaker
|
|
19463
|
-
"<%= config.bin %> webinar speaker
|
|
19464
|
-
"<%= config.bin %> webinar speaker add 12345 --name \"Jane Doe\" --email jane@example.com --json"
|
|
20445
|
+
"<%= config.bin %> webinar speaker list 12345",
|
|
20446
|
+
"<%= config.bin %> webinar speaker list 12345 --json"
|
|
19465
20447
|
],
|
|
19466
20448
|
"flags": {
|
|
19467
20449
|
"json": {
|
|
@@ -19488,33 +20470,72 @@
|
|
|
19488
20470
|
"allowNo": false,
|
|
19489
20471
|
"type": "boolean"
|
|
19490
20472
|
},
|
|
19491
|
-
"
|
|
19492
|
-
"description": "
|
|
19493
|
-
"name": "
|
|
20473
|
+
"token": {
|
|
20474
|
+
"description": "Webinar token (auto-looked up if omitted)",
|
|
20475
|
+
"name": "token",
|
|
19494
20476
|
"required": false,
|
|
19495
20477
|
"hasDynamicHelp": false,
|
|
19496
20478
|
"multiple": false,
|
|
19497
20479
|
"type": "option"
|
|
19498
20480
|
},
|
|
19499
|
-
"
|
|
19500
|
-
"description": "
|
|
19501
|
-
"name": "
|
|
20481
|
+
"speaker-id": {
|
|
20482
|
+
"description": "Filter to a single speaker by their speaker record ID",
|
|
20483
|
+
"name": "speaker-id",
|
|
19502
20484
|
"required": false,
|
|
19503
20485
|
"hasDynamicHelp": false,
|
|
19504
20486
|
"multiple": false,
|
|
19505
20487
|
"type": "option"
|
|
19506
20488
|
},
|
|
19507
|
-
"
|
|
19508
|
-
"description": "
|
|
19509
|
-
"name": "
|
|
20489
|
+
"request-status": {
|
|
20490
|
+
"description": "Filter by the speaker's request status",
|
|
20491
|
+
"name": "request-status",
|
|
19510
20492
|
"required": false,
|
|
19511
20493
|
"hasDynamicHelp": false,
|
|
19512
20494
|
"multiple": false,
|
|
20495
|
+
"options": [
|
|
20496
|
+
"requested",
|
|
20497
|
+
"approved",
|
|
20498
|
+
"denied",
|
|
20499
|
+
"expired"
|
|
20500
|
+
],
|
|
19513
20501
|
"type": "option"
|
|
19514
20502
|
},
|
|
19515
|
-
"
|
|
19516
|
-
"description": "
|
|
19517
|
-
"name": "
|
|
20503
|
+
"creation-source": {
|
|
20504
|
+
"description": "Filter by the source of the speaker record",
|
|
20505
|
+
"name": "creation-source",
|
|
20506
|
+
"required": false,
|
|
20507
|
+
"hasDynamicHelp": false,
|
|
20508
|
+
"multiple": false,
|
|
20509
|
+
"options": [
|
|
20510
|
+
"admin",
|
|
20511
|
+
"guest"
|
|
20512
|
+
],
|
|
20513
|
+
"type": "option"
|
|
20514
|
+
},
|
|
20515
|
+
"exclude-hidden": {
|
|
20516
|
+
"description": "Exclude speakers marked as hidden",
|
|
20517
|
+
"name": "exclude-hidden",
|
|
20518
|
+
"required": false,
|
|
20519
|
+
"allowNo": false,
|
|
20520
|
+
"type": "boolean"
|
|
20521
|
+
},
|
|
20522
|
+
"include-unapproved": {
|
|
20523
|
+
"description": "Include speakers with a non-approved request status",
|
|
20524
|
+
"name": "include-unapproved",
|
|
20525
|
+
"required": false,
|
|
20526
|
+
"allowNo": false,
|
|
20527
|
+
"type": "boolean"
|
|
20528
|
+
},
|
|
20529
|
+
"include-hidden-guests": {
|
|
20530
|
+
"description": "Include guest speakers even if they are marked as hidden",
|
|
20531
|
+
"name": "include-hidden-guests",
|
|
20532
|
+
"required": false,
|
|
20533
|
+
"allowNo": false,
|
|
20534
|
+
"type": "boolean"
|
|
20535
|
+
},
|
|
20536
|
+
"fields": {
|
|
20537
|
+
"description": "Comma-separated list of fields to return in the API response",
|
|
20538
|
+
"name": "fields",
|
|
19518
20539
|
"required": false,
|
|
19519
20540
|
"hasDynamicHelp": false,
|
|
19520
20541
|
"multiple": false,
|
|
@@ -19523,19 +20544,26 @@
|
|
|
19523
20544
|
},
|
|
19524
20545
|
"hasDynamicHelp": false,
|
|
19525
20546
|
"hiddenAliases": [],
|
|
19526
|
-
"id": "webinar:speaker:
|
|
20547
|
+
"id": "webinar:speaker:list",
|
|
19527
20548
|
"pluginAlias": "twentythree-cli",
|
|
19528
20549
|
"pluginName": "twentythree-cli",
|
|
19529
20550
|
"pluginType": "core",
|
|
19530
20551
|
"strict": true,
|
|
19531
20552
|
"enableJsonFlag": true,
|
|
19532
20553
|
"agentMetadata": {
|
|
19533
|
-
"api_endpoint": "
|
|
19534
|
-
"auth_scope": "
|
|
20554
|
+
"api_endpoint": "GET /live/speaker/list",
|
|
20555
|
+
"auth_scope": "read",
|
|
19535
20556
|
"output_shape": {
|
|
19536
|
-
"type": "
|
|
20557
|
+
"type": "table",
|
|
20558
|
+
"columns": [
|
|
20559
|
+
"ID",
|
|
20560
|
+
"Name",
|
|
20561
|
+
"Email",
|
|
20562
|
+
"Role",
|
|
20563
|
+
"Order"
|
|
20564
|
+
]
|
|
19537
20565
|
},
|
|
19538
|
-
"side_effects": "
|
|
20566
|
+
"side_effects": "none"
|
|
19539
20567
|
},
|
|
19540
20568
|
"isESM": false,
|
|
19541
20569
|
"relativePath": [
|
|
@@ -19543,10 +20571,10 @@
|
|
|
19543
20571
|
"commands",
|
|
19544
20572
|
"webinar",
|
|
19545
20573
|
"speaker",
|
|
19546
|
-
"
|
|
20574
|
+
"list.cjs"
|
|
19547
20575
|
]
|
|
19548
20576
|
},
|
|
19549
|
-
"webinar:speaker:
|
|
20577
|
+
"webinar:speaker:remove-avatar": {
|
|
19550
20578
|
"aliases": [],
|
|
19551
20579
|
"args": {
|
|
19552
20580
|
"webinarId": {
|
|
@@ -19560,10 +20588,10 @@
|
|
|
19560
20588
|
"required": true
|
|
19561
20589
|
}
|
|
19562
20590
|
},
|
|
19563
|
-
"description": "
|
|
20591
|
+
"description": "Remove the avatar image from a speaker",
|
|
19564
20592
|
"examples": [
|
|
19565
|
-
"<%= config.bin %> webinar speaker
|
|
19566
|
-
"<%= config.bin %> webinar speaker
|
|
20593
|
+
"<%= config.bin %> webinar speaker remove-avatar 12345 9900",
|
|
20594
|
+
"<%= config.bin %> webinar speaker remove-avatar 12345 9900 --json"
|
|
19567
20595
|
],
|
|
19568
20596
|
"flags": {
|
|
19569
20597
|
"json": {
|
|
@@ -19593,14 +20621,14 @@
|
|
|
19593
20621
|
},
|
|
19594
20622
|
"hasDynamicHelp": false,
|
|
19595
20623
|
"hiddenAliases": [],
|
|
19596
|
-
"id": "webinar:speaker:
|
|
20624
|
+
"id": "webinar:speaker:remove-avatar",
|
|
19597
20625
|
"pluginAlias": "twentythree-cli",
|
|
19598
20626
|
"pluginName": "twentythree-cli",
|
|
19599
20627
|
"pluginType": "core",
|
|
19600
20628
|
"strict": true,
|
|
19601
20629
|
"enableJsonFlag": true,
|
|
19602
20630
|
"agentMetadata": {
|
|
19603
|
-
"api_endpoint": "POST /live/speaker/
|
|
20631
|
+
"api_endpoint": "POST /live/speaker/remove-avatar",
|
|
19604
20632
|
"auth_scope": "write",
|
|
19605
20633
|
"output_shape": {
|
|
19606
20634
|
"type": "none"
|
|
@@ -19613,22 +20641,27 @@
|
|
|
19613
20641
|
"commands",
|
|
19614
20642
|
"webinar",
|
|
19615
20643
|
"speaker",
|
|
19616
|
-
"
|
|
20644
|
+
"remove-avatar.cjs"
|
|
19617
20645
|
]
|
|
19618
20646
|
},
|
|
19619
|
-
"webinar:speaker:
|
|
20647
|
+
"webinar:speaker:remove": {
|
|
19620
20648
|
"aliases": [],
|
|
19621
20649
|
"args": {
|
|
19622
|
-
"
|
|
20650
|
+
"webinarId": {
|
|
19623
20651
|
"description": "Webinar ID",
|
|
20652
|
+
"name": "webinarId",
|
|
20653
|
+
"required": true
|
|
20654
|
+
},
|
|
20655
|
+
"id": {
|
|
20656
|
+
"description": "Speaker ID",
|
|
19624
20657
|
"name": "id",
|
|
19625
20658
|
"required": true
|
|
19626
20659
|
}
|
|
19627
20660
|
},
|
|
19628
|
-
"description": "
|
|
20661
|
+
"description": "Remove a speaker from a webinar",
|
|
19629
20662
|
"examples": [
|
|
19630
|
-
"<%= config.bin %> webinar speaker
|
|
19631
|
-
"<%= config.bin %> webinar speaker
|
|
20663
|
+
"<%= config.bin %> webinar speaker remove 12345 9900",
|
|
20664
|
+
"<%= config.bin %> webinar speaker remove 12345 9900 --json"
|
|
19632
20665
|
],
|
|
19633
20666
|
"flags": {
|
|
19634
20667
|
"json": {
|
|
@@ -19658,24 +20691,19 @@
|
|
|
19658
20691
|
},
|
|
19659
20692
|
"hasDynamicHelp": false,
|
|
19660
20693
|
"hiddenAliases": [],
|
|
19661
|
-
"id": "webinar:speaker:
|
|
20694
|
+
"id": "webinar:speaker:remove",
|
|
19662
20695
|
"pluginAlias": "twentythree-cli",
|
|
19663
20696
|
"pluginName": "twentythree-cli",
|
|
19664
20697
|
"pluginType": "core",
|
|
19665
20698
|
"strict": true,
|
|
19666
20699
|
"enableJsonFlag": true,
|
|
19667
20700
|
"agentMetadata": {
|
|
19668
|
-
"api_endpoint": "
|
|
19669
|
-
"auth_scope": "
|
|
19670
|
-
"output_shape": {
|
|
19671
|
-
"type": "
|
|
19672
|
-
"columns": [
|
|
19673
|
-
"Type",
|
|
19674
|
-
"Label",
|
|
19675
|
-
"Description"
|
|
19676
|
-
]
|
|
20701
|
+
"api_endpoint": "POST /live/speaker/remove",
|
|
20702
|
+
"auth_scope": "write",
|
|
20703
|
+
"output_shape": {
|
|
20704
|
+
"type": "none"
|
|
19677
20705
|
},
|
|
19678
|
-
"side_effects": "
|
|
20706
|
+
"side_effects": "destructive"
|
|
19679
20707
|
},
|
|
19680
20708
|
"isESM": false,
|
|
19681
20709
|
"relativePath": [
|
|
@@ -19683,16 +20711,27 @@
|
|
|
19683
20711
|
"commands",
|
|
19684
20712
|
"webinar",
|
|
19685
20713
|
"speaker",
|
|
19686
|
-
"
|
|
20714
|
+
"remove.cjs"
|
|
19687
20715
|
]
|
|
19688
20716
|
},
|
|
19689
|
-
"webinar:speaker:
|
|
20717
|
+
"webinar:speaker:request-guest": {
|
|
19690
20718
|
"aliases": [],
|
|
19691
|
-
"args": {
|
|
19692
|
-
|
|
20719
|
+
"args": {
|
|
20720
|
+
"webinarId": {
|
|
20721
|
+
"description": "Webinar ID",
|
|
20722
|
+
"name": "webinarId",
|
|
20723
|
+
"required": true
|
|
20724
|
+
},
|
|
20725
|
+
"id": {
|
|
20726
|
+
"description": "Speaker ID",
|
|
20727
|
+
"name": "id",
|
|
20728
|
+
"required": true
|
|
20729
|
+
}
|
|
20730
|
+
},
|
|
20731
|
+
"description": "Request a speaker as a guest",
|
|
19693
20732
|
"examples": [
|
|
19694
|
-
"<%= config.bin %> webinar speaker
|
|
19695
|
-
"<%= config.bin %> webinar speaker
|
|
20733
|
+
"<%= config.bin %> webinar speaker request-guest 12345 9900",
|
|
20734
|
+
"<%= config.bin %> webinar speaker request-guest 12345 9900 --json"
|
|
19696
20735
|
],
|
|
19697
20736
|
"flags": {
|
|
19698
20737
|
"json": {
|
|
@@ -19722,24 +20761,19 @@
|
|
|
19722
20761
|
},
|
|
19723
20762
|
"hasDynamicHelp": false,
|
|
19724
20763
|
"hiddenAliases": [],
|
|
19725
|
-
"id": "webinar:speaker:
|
|
20764
|
+
"id": "webinar:speaker:request-guest",
|
|
19726
20765
|
"pluginAlias": "twentythree-cli",
|
|
19727
20766
|
"pluginName": "twentythree-cli",
|
|
19728
20767
|
"pluginType": "core",
|
|
19729
20768
|
"strict": true,
|
|
19730
20769
|
"enableJsonFlag": true,
|
|
19731
20770
|
"agentMetadata": {
|
|
19732
|
-
"api_endpoint": "
|
|
19733
|
-
"auth_scope": "
|
|
20771
|
+
"api_endpoint": "POST /live/speaker/request-guest",
|
|
20772
|
+
"auth_scope": "write",
|
|
19734
20773
|
"output_shape": {
|
|
19735
|
-
"type": "
|
|
19736
|
-
"columns": [
|
|
19737
|
-
"ID",
|
|
19738
|
-
"Name",
|
|
19739
|
-
"Email"
|
|
19740
|
-
]
|
|
20774
|
+
"type": "none"
|
|
19741
20775
|
},
|
|
19742
|
-
"side_effects": "
|
|
20776
|
+
"side_effects": "creates"
|
|
19743
20777
|
},
|
|
19744
20778
|
"isESM": false,
|
|
19745
20779
|
"relativePath": [
|
|
@@ -19747,22 +20781,27 @@
|
|
|
19747
20781
|
"commands",
|
|
19748
20782
|
"webinar",
|
|
19749
20783
|
"speaker",
|
|
19750
|
-
"
|
|
20784
|
+
"request-guest.cjs"
|
|
19751
20785
|
]
|
|
19752
20786
|
},
|
|
19753
|
-
"webinar:speaker:
|
|
20787
|
+
"webinar:speaker:send-invitation": {
|
|
19754
20788
|
"aliases": [],
|
|
19755
20789
|
"args": {
|
|
19756
|
-
"
|
|
20790
|
+
"webinarId": {
|
|
19757
20791
|
"description": "Webinar ID",
|
|
20792
|
+
"name": "webinarId",
|
|
20793
|
+
"required": true
|
|
20794
|
+
},
|
|
20795
|
+
"id": {
|
|
20796
|
+
"description": "Speaker ID",
|
|
19758
20797
|
"name": "id",
|
|
19759
20798
|
"required": true
|
|
19760
20799
|
}
|
|
19761
20800
|
},
|
|
19762
|
-
"description": "
|
|
20801
|
+
"description": "Send an invitation to a speaker",
|
|
19763
20802
|
"examples": [
|
|
19764
|
-
"<%= config.bin %> webinar speaker
|
|
19765
|
-
"<%= config.bin %> webinar speaker
|
|
20803
|
+
"<%= config.bin %> webinar speaker send-invitation 12345 9900",
|
|
20804
|
+
"<%= config.bin %> webinar speaker send-invitation 12345 9900 --json"
|
|
19766
20805
|
],
|
|
19767
20806
|
"flags": {
|
|
19768
20807
|
"json": {
|
|
@@ -19788,38 +20827,23 @@
|
|
|
19788
20827
|
"name": "agent",
|
|
19789
20828
|
"allowNo": false,
|
|
19790
20829
|
"type": "boolean"
|
|
19791
|
-
},
|
|
19792
|
-
"token": {
|
|
19793
|
-
"description": "Webinar token (auto-looked up if omitted)",
|
|
19794
|
-
"name": "token",
|
|
19795
|
-
"required": false,
|
|
19796
|
-
"hasDynamicHelp": false,
|
|
19797
|
-
"multiple": false,
|
|
19798
|
-
"type": "option"
|
|
19799
20830
|
}
|
|
19800
20831
|
},
|
|
19801
20832
|
"hasDynamicHelp": false,
|
|
19802
20833
|
"hiddenAliases": [],
|
|
19803
|
-
"id": "webinar:speaker:
|
|
20834
|
+
"id": "webinar:speaker:send-invitation",
|
|
19804
20835
|
"pluginAlias": "twentythree-cli",
|
|
19805
20836
|
"pluginName": "twentythree-cli",
|
|
19806
20837
|
"pluginType": "core",
|
|
19807
20838
|
"strict": true,
|
|
19808
20839
|
"enableJsonFlag": true,
|
|
19809
20840
|
"agentMetadata": {
|
|
19810
|
-
"api_endpoint": "
|
|
19811
|
-
"auth_scope": "
|
|
20841
|
+
"api_endpoint": "POST /live/speaker/send-invitation",
|
|
20842
|
+
"auth_scope": "write",
|
|
19812
20843
|
"output_shape": {
|
|
19813
|
-
"type": "
|
|
19814
|
-
"columns": [
|
|
19815
|
-
"ID",
|
|
19816
|
-
"Name",
|
|
19817
|
-
"Email",
|
|
19818
|
-
"Role",
|
|
19819
|
-
"Order"
|
|
19820
|
-
]
|
|
20844
|
+
"type": "none"
|
|
19821
20845
|
},
|
|
19822
|
-
"side_effects": "
|
|
20846
|
+
"side_effects": "updates"
|
|
19823
20847
|
},
|
|
19824
20848
|
"isESM": false,
|
|
19825
20849
|
"relativePath": [
|
|
@@ -19827,10 +20851,10 @@
|
|
|
19827
20851
|
"commands",
|
|
19828
20852
|
"webinar",
|
|
19829
20853
|
"speaker",
|
|
19830
|
-
"
|
|
20854
|
+
"send-invitation.cjs"
|
|
19831
20855
|
]
|
|
19832
20856
|
},
|
|
19833
|
-
"webinar:speaker:
|
|
20857
|
+
"webinar:speaker:set-avatar": {
|
|
19834
20858
|
"aliases": [],
|
|
19835
20859
|
"args": {
|
|
19836
20860
|
"webinarId": {
|
|
@@ -19842,12 +20866,17 @@
|
|
|
19842
20866
|
"description": "Speaker ID",
|
|
19843
20867
|
"name": "id",
|
|
19844
20868
|
"required": true
|
|
20869
|
+
},
|
|
20870
|
+
"file": {
|
|
20871
|
+
"description": "Path to image file",
|
|
20872
|
+
"name": "file",
|
|
20873
|
+
"required": true
|
|
19845
20874
|
}
|
|
19846
20875
|
},
|
|
19847
|
-
"description": "
|
|
20876
|
+
"description": "Upload an avatar image for a speaker",
|
|
19848
20877
|
"examples": [
|
|
19849
|
-
"<%= config.bin %> webinar speaker
|
|
19850
|
-
"<%= config.bin %> webinar speaker
|
|
20878
|
+
"<%= config.bin %> webinar speaker set-avatar 12345 9900 ./avatar.jpg",
|
|
20879
|
+
"<%= config.bin %> webinar speaker set-avatar 12345 9900 ./avatar.png --chunk-size 524288"
|
|
19851
20880
|
],
|
|
19852
20881
|
"flags": {
|
|
19853
20882
|
"json": {
|
|
@@ -19873,23 +20902,39 @@
|
|
|
19873
20902
|
"name": "agent",
|
|
19874
20903
|
"allowNo": false,
|
|
19875
20904
|
"type": "boolean"
|
|
20905
|
+
},
|
|
20906
|
+
"chunk-size": {
|
|
20907
|
+
"description": "Chunk size in bytes (default: 5242880)",
|
|
20908
|
+
"name": "chunk-size",
|
|
20909
|
+
"default": 5242880,
|
|
20910
|
+
"hasDynamicHelp": false,
|
|
20911
|
+
"multiple": false,
|
|
20912
|
+
"type": "option"
|
|
20913
|
+
},
|
|
20914
|
+
"concurrency": {
|
|
20915
|
+
"description": "Number of chunks to upload in parallel (default: 5)",
|
|
20916
|
+
"name": "concurrency",
|
|
20917
|
+
"default": 5,
|
|
20918
|
+
"hasDynamicHelp": false,
|
|
20919
|
+
"multiple": false,
|
|
20920
|
+
"type": "option"
|
|
19876
20921
|
}
|
|
19877
20922
|
},
|
|
19878
20923
|
"hasDynamicHelp": false,
|
|
19879
20924
|
"hiddenAliases": [],
|
|
19880
|
-
"id": "webinar:speaker:
|
|
20925
|
+
"id": "webinar:speaker:set-avatar",
|
|
19881
20926
|
"pluginAlias": "twentythree-cli",
|
|
19882
20927
|
"pluginName": "twentythree-cli",
|
|
19883
20928
|
"pluginType": "core",
|
|
19884
20929
|
"strict": true,
|
|
19885
20930
|
"enableJsonFlag": true,
|
|
19886
20931
|
"agentMetadata": {
|
|
19887
|
-
"api_endpoint": "POST /live/speaker/
|
|
20932
|
+
"api_endpoint": "POST /live/speaker/set-avatar",
|
|
19888
20933
|
"auth_scope": "write",
|
|
19889
20934
|
"output_shape": {
|
|
19890
20935
|
"type": "none"
|
|
19891
20936
|
},
|
|
19892
|
-
"side_effects": "
|
|
20937
|
+
"side_effects": "updates"
|
|
19893
20938
|
},
|
|
19894
20939
|
"isESM": false,
|
|
19895
20940
|
"relativePath": [
|
|
@@ -19897,27 +20942,23 @@
|
|
|
19897
20942
|
"commands",
|
|
19898
20943
|
"webinar",
|
|
19899
20944
|
"speaker",
|
|
19900
|
-
"
|
|
20945
|
+
"set-avatar.cjs"
|
|
19901
20946
|
]
|
|
19902
20947
|
},
|
|
19903
|
-
"webinar:speaker:
|
|
20948
|
+
"webinar:speaker:set-order": {
|
|
19904
20949
|
"aliases": [],
|
|
19905
20950
|
"args": {
|
|
19906
|
-
"webinarId": {
|
|
19907
|
-
"description": "Webinar ID",
|
|
19908
|
-
"name": "webinarId",
|
|
19909
|
-
"required": true
|
|
19910
|
-
},
|
|
19911
20951
|
"id": {
|
|
19912
|
-
"description": "
|
|
20952
|
+
"description": "Webinar ID",
|
|
19913
20953
|
"name": "id",
|
|
19914
20954
|
"required": true
|
|
19915
20955
|
}
|
|
19916
20956
|
},
|
|
19917
|
-
"description": "
|
|
20957
|
+
"description": "Set the display order of a speaker on a webinar",
|
|
19918
20958
|
"examples": [
|
|
19919
|
-
"<%= config.bin %> webinar speaker
|
|
19920
|
-
"<%= config.bin %> webinar speaker
|
|
20959
|
+
"<%= config.bin %> webinar speaker set-order 12345 --speaker-id 9900 --order 1",
|
|
20960
|
+
"<%= config.bin %> webinar speaker set-order 12345",
|
|
20961
|
+
"<%= config.bin %> webinar speaker set-order 12345 --speaker-id 9900 --order 1 --json"
|
|
19921
20962
|
],
|
|
19922
20963
|
"flags": {
|
|
19923
20964
|
"json": {
|
|
@@ -19943,23 +20984,39 @@
|
|
|
19943
20984
|
"name": "agent",
|
|
19944
20985
|
"allowNo": false,
|
|
19945
20986
|
"type": "boolean"
|
|
20987
|
+
},
|
|
20988
|
+
"speaker-id": {
|
|
20989
|
+
"description": "Speaker ID",
|
|
20990
|
+
"name": "speaker-id",
|
|
20991
|
+
"required": false,
|
|
20992
|
+
"hasDynamicHelp": false,
|
|
20993
|
+
"multiple": false,
|
|
20994
|
+
"type": "option"
|
|
20995
|
+
},
|
|
20996
|
+
"order": {
|
|
20997
|
+
"description": "New display order (1-based)",
|
|
20998
|
+
"name": "order",
|
|
20999
|
+
"required": false,
|
|
21000
|
+
"hasDynamicHelp": false,
|
|
21001
|
+
"multiple": false,
|
|
21002
|
+
"type": "option"
|
|
19946
21003
|
}
|
|
19947
21004
|
},
|
|
19948
21005
|
"hasDynamicHelp": false,
|
|
19949
21006
|
"hiddenAliases": [],
|
|
19950
|
-
"id": "webinar:speaker:
|
|
21007
|
+
"id": "webinar:speaker:set-order",
|
|
19951
21008
|
"pluginAlias": "twentythree-cli",
|
|
19952
21009
|
"pluginName": "twentythree-cli",
|
|
19953
21010
|
"pluginType": "core",
|
|
19954
21011
|
"strict": true,
|
|
19955
21012
|
"enableJsonFlag": true,
|
|
19956
21013
|
"agentMetadata": {
|
|
19957
|
-
"api_endpoint": "POST /live/speaker/
|
|
21014
|
+
"api_endpoint": "POST /live/speaker/set-order",
|
|
19958
21015
|
"auth_scope": "write",
|
|
19959
21016
|
"output_shape": {
|
|
19960
21017
|
"type": "none"
|
|
19961
21018
|
},
|
|
19962
|
-
"side_effects": "
|
|
21019
|
+
"side_effects": "updates"
|
|
19963
21020
|
},
|
|
19964
21021
|
"isESM": false,
|
|
19965
21022
|
"relativePath": [
|
|
@@ -19967,10 +21024,10 @@
|
|
|
19967
21024
|
"commands",
|
|
19968
21025
|
"webinar",
|
|
19969
21026
|
"speaker",
|
|
19970
|
-
"
|
|
21027
|
+
"set-order.cjs"
|
|
19971
21028
|
]
|
|
19972
21029
|
},
|
|
19973
|
-
"webinar:speaker:
|
|
21030
|
+
"webinar:speaker:update": {
|
|
19974
21031
|
"aliases": [],
|
|
19975
21032
|
"args": {
|
|
19976
21033
|
"webinarId": {
|
|
@@ -19984,10 +21041,11 @@
|
|
|
19984
21041
|
"required": true
|
|
19985
21042
|
}
|
|
19986
21043
|
},
|
|
19987
|
-
"description": "
|
|
21044
|
+
"description": "Update a speaker on a webinar",
|
|
19988
21045
|
"examples": [
|
|
19989
|
-
"<%= config.bin %> webinar speaker
|
|
19990
|
-
"<%= config.bin %> webinar speaker
|
|
21046
|
+
"<%= config.bin %> webinar speaker update 12345 9900 --name \"Jane Doe\"",
|
|
21047
|
+
"<%= config.bin %> webinar speaker update 12345 9900 --email jane@example.com --title \"CTO\"",
|
|
21048
|
+
"<%= config.bin %> webinar speaker update 12345 9900 --name \"Jane Doe\" --json"
|
|
19991
21049
|
],
|
|
19992
21050
|
"flags": {
|
|
19993
21051
|
"json": {
|
|
@@ -20013,23 +21071,79 @@
|
|
|
20013
21071
|
"name": "agent",
|
|
20014
21072
|
"allowNo": false,
|
|
20015
21073
|
"type": "boolean"
|
|
21074
|
+
},
|
|
21075
|
+
"name": {
|
|
21076
|
+
"description": "Speaker name",
|
|
21077
|
+
"name": "name",
|
|
21078
|
+
"required": false,
|
|
21079
|
+
"hasDynamicHelp": false,
|
|
21080
|
+
"multiple": false,
|
|
21081
|
+
"type": "option"
|
|
21082
|
+
},
|
|
21083
|
+
"email": {
|
|
21084
|
+
"description": "Speaker email",
|
|
21085
|
+
"name": "email",
|
|
21086
|
+
"required": false,
|
|
21087
|
+
"hasDynamicHelp": false,
|
|
21088
|
+
"multiple": false,
|
|
21089
|
+
"type": "option"
|
|
21090
|
+
},
|
|
21091
|
+
"title": {
|
|
21092
|
+
"description": "Speaker title or job title",
|
|
21093
|
+
"name": "title",
|
|
21094
|
+
"required": false,
|
|
21095
|
+
"hasDynamicHelp": false,
|
|
21096
|
+
"multiple": false,
|
|
21097
|
+
"type": "option"
|
|
21098
|
+
},
|
|
21099
|
+
"description": {
|
|
21100
|
+
"description": "Speaker bio or description",
|
|
21101
|
+
"name": "description",
|
|
21102
|
+
"required": false,
|
|
21103
|
+
"hasDynamicHelp": false,
|
|
21104
|
+
"multiple": false,
|
|
21105
|
+
"type": "option"
|
|
21106
|
+
},
|
|
21107
|
+
"connection-type": {
|
|
21108
|
+
"description": "Speaker connection type",
|
|
21109
|
+
"name": "connection-type",
|
|
21110
|
+
"required": false,
|
|
21111
|
+
"hasDynamicHelp": false,
|
|
21112
|
+
"multiple": false,
|
|
21113
|
+
"options": [
|
|
21114
|
+
"webrtc",
|
|
21115
|
+
"gearmode",
|
|
21116
|
+
"rtmp",
|
|
21117
|
+
"whip",
|
|
21118
|
+
"srt",
|
|
21119
|
+
"url"
|
|
21120
|
+
],
|
|
21121
|
+
"type": "option"
|
|
21122
|
+
},
|
|
21123
|
+
"connection-type-pull-url": {
|
|
21124
|
+
"description": "Pull URL for connection types that support stream pull (whip, url)",
|
|
21125
|
+
"name": "connection-type-pull-url",
|
|
21126
|
+
"required": false,
|
|
21127
|
+
"hasDynamicHelp": false,
|
|
21128
|
+
"multiple": false,
|
|
21129
|
+
"type": "option"
|
|
20016
21130
|
}
|
|
20017
21131
|
},
|
|
20018
21132
|
"hasDynamicHelp": false,
|
|
20019
21133
|
"hiddenAliases": [],
|
|
20020
|
-
"id": "webinar:speaker:
|
|
21134
|
+
"id": "webinar:speaker:update",
|
|
20021
21135
|
"pluginAlias": "twentythree-cli",
|
|
20022
21136
|
"pluginName": "twentythree-cli",
|
|
20023
21137
|
"pluginType": "core",
|
|
20024
21138
|
"strict": true,
|
|
20025
21139
|
"enableJsonFlag": true,
|
|
20026
21140
|
"agentMetadata": {
|
|
20027
|
-
"api_endpoint": "POST /live/speaker/
|
|
21141
|
+
"api_endpoint": "POST /live/speaker/update",
|
|
20028
21142
|
"auth_scope": "write",
|
|
20029
21143
|
"output_shape": {
|
|
20030
21144
|
"type": "none"
|
|
20031
21145
|
},
|
|
20032
|
-
"side_effects": "
|
|
21146
|
+
"side_effects": "updates"
|
|
20033
21147
|
},
|
|
20034
21148
|
"isESM": false,
|
|
20035
21149
|
"relativePath": [
|
|
@@ -20037,27 +21151,23 @@
|
|
|
20037
21151
|
"commands",
|
|
20038
21152
|
"webinar",
|
|
20039
21153
|
"speaker",
|
|
20040
|
-
"
|
|
21154
|
+
"update.cjs"
|
|
20041
21155
|
]
|
|
20042
21156
|
},
|
|
20043
|
-
"webinar:
|
|
21157
|
+
"webinar:transcription:connect": {
|
|
20044
21158
|
"aliases": [],
|
|
20045
21159
|
"args": {
|
|
20046
|
-
"webinarId": {
|
|
20047
|
-
"description": "Webinar ID",
|
|
20048
|
-
"name": "webinarId",
|
|
20049
|
-
"required": true
|
|
20050
|
-
},
|
|
20051
21160
|
"id": {
|
|
20052
|
-
"description": "
|
|
21161
|
+
"description": "Webinar ID",
|
|
20053
21162
|
"name": "id",
|
|
20054
21163
|
"required": true
|
|
20055
21164
|
}
|
|
20056
21165
|
},
|
|
20057
|
-
"description": "
|
|
21166
|
+
"description": "Connect a transcription to a webinar",
|
|
20058
21167
|
"examples": [
|
|
20059
|
-
"<%= config.bin %> webinar
|
|
20060
|
-
"<%= config.bin %> webinar
|
|
21168
|
+
"<%= config.bin %> webinar transcription connect 12345",
|
|
21169
|
+
"<%= config.bin %> webinar transcription connect 12345 --presenter-token abc123",
|
|
21170
|
+
"<%= config.bin %> webinar transcription connect 12345 --json"
|
|
20061
21171
|
],
|
|
20062
21172
|
"flags": {
|
|
20063
21173
|
"json": {
|
|
@@ -20083,18 +21193,26 @@
|
|
|
20083
21193
|
"name": "agent",
|
|
20084
21194
|
"allowNo": false,
|
|
20085
21195
|
"type": "boolean"
|
|
21196
|
+
},
|
|
21197
|
+
"presenter-token": {
|
|
21198
|
+
"description": "Presenter token",
|
|
21199
|
+
"name": "presenter-token",
|
|
21200
|
+
"required": false,
|
|
21201
|
+
"hasDynamicHelp": false,
|
|
21202
|
+
"multiple": false,
|
|
21203
|
+
"type": "option"
|
|
20086
21204
|
}
|
|
20087
21205
|
},
|
|
20088
21206
|
"hasDynamicHelp": false,
|
|
20089
21207
|
"hiddenAliases": [],
|
|
20090
|
-
"id": "webinar:
|
|
21208
|
+
"id": "webinar:transcription:connect",
|
|
20091
21209
|
"pluginAlias": "twentythree-cli",
|
|
20092
21210
|
"pluginName": "twentythree-cli",
|
|
20093
21211
|
"pluginType": "core",
|
|
20094
21212
|
"strict": true,
|
|
20095
21213
|
"enableJsonFlag": true,
|
|
20096
21214
|
"agentMetadata": {
|
|
20097
|
-
"api_endpoint": "POST /live/
|
|
21215
|
+
"api_endpoint": "POST /live/transcription/connect",
|
|
20098
21216
|
"auth_scope": "write",
|
|
20099
21217
|
"output_shape": {
|
|
20100
21218
|
"type": "none"
|
|
@@ -20106,33 +21224,24 @@
|
|
|
20106
21224
|
"dist",
|
|
20107
21225
|
"commands",
|
|
20108
21226
|
"webinar",
|
|
20109
|
-
"
|
|
20110
|
-
"
|
|
21227
|
+
"transcription",
|
|
21228
|
+
"connect.cjs"
|
|
20111
21229
|
]
|
|
20112
21230
|
},
|
|
20113
|
-
"webinar:
|
|
21231
|
+
"webinar:transcription:list": {
|
|
20114
21232
|
"aliases": [],
|
|
20115
21233
|
"args": {
|
|
20116
|
-
"webinarId": {
|
|
20117
|
-
"description": "Webinar ID",
|
|
20118
|
-
"name": "webinarId",
|
|
20119
|
-
"required": true
|
|
20120
|
-
},
|
|
20121
21234
|
"id": {
|
|
20122
|
-
"description": "
|
|
21235
|
+
"description": "Webinar ID",
|
|
20123
21236
|
"name": "id",
|
|
20124
21237
|
"required": true
|
|
20125
|
-
},
|
|
20126
|
-
"file": {
|
|
20127
|
-
"description": "Path to image file",
|
|
20128
|
-
"name": "file",
|
|
20129
|
-
"required": true
|
|
20130
21238
|
}
|
|
20131
21239
|
},
|
|
20132
|
-
"description": "
|
|
21240
|
+
"description": "List transcriptions for a webinar",
|
|
20133
21241
|
"examples": [
|
|
20134
|
-
"<%= config.bin %> webinar
|
|
20135
|
-
"<%= config.bin %> webinar
|
|
21242
|
+
"<%= config.bin %> webinar transcription list 12345",
|
|
21243
|
+
"<%= config.bin %> webinar transcription list 12345 --json",
|
|
21244
|
+
"<%= config.bin %> webinar transcription list 12345 --token mytoken"
|
|
20136
21245
|
],
|
|
20137
21246
|
"flags": {
|
|
20138
21247
|
"json": {
|
|
@@ -20159,18 +21268,10 @@
|
|
|
20159
21268
|
"allowNo": false,
|
|
20160
21269
|
"type": "boolean"
|
|
20161
21270
|
},
|
|
20162
|
-
"
|
|
20163
|
-
"description": "
|
|
20164
|
-
"name": "
|
|
20165
|
-
"
|
|
20166
|
-
"hasDynamicHelp": false,
|
|
20167
|
-
"multiple": false,
|
|
20168
|
-
"type": "option"
|
|
20169
|
-
},
|
|
20170
|
-
"concurrency": {
|
|
20171
|
-
"description": "Number of chunks to upload in parallel (default: 5)",
|
|
20172
|
-
"name": "concurrency",
|
|
20173
|
-
"default": 5,
|
|
21271
|
+
"token": {
|
|
21272
|
+
"description": "Webinar token (auto-looked up if not provided)",
|
|
21273
|
+
"name": "token",
|
|
21274
|
+
"required": false,
|
|
20174
21275
|
"hasDynamicHelp": false,
|
|
20175
21276
|
"multiple": false,
|
|
20176
21277
|
"type": "option"
|
|
@@ -20178,30 +21279,35 @@
|
|
|
20178
21279
|
},
|
|
20179
21280
|
"hasDynamicHelp": false,
|
|
20180
21281
|
"hiddenAliases": [],
|
|
20181
|
-
"id": "webinar:
|
|
21282
|
+
"id": "webinar:transcription:list",
|
|
20182
21283
|
"pluginAlias": "twentythree-cli",
|
|
20183
21284
|
"pluginName": "twentythree-cli",
|
|
20184
21285
|
"pluginType": "core",
|
|
20185
21286
|
"strict": true,
|
|
20186
21287
|
"enableJsonFlag": true,
|
|
20187
21288
|
"agentMetadata": {
|
|
20188
|
-
"api_endpoint": "
|
|
20189
|
-
"auth_scope": "
|
|
21289
|
+
"api_endpoint": "GET /live/transcription/list",
|
|
21290
|
+
"auth_scope": "read",
|
|
20190
21291
|
"output_shape": {
|
|
20191
|
-
"type": "
|
|
21292
|
+
"type": "table",
|
|
21293
|
+
"columns": [
|
|
21294
|
+
"ID",
|
|
21295
|
+
"Language",
|
|
21296
|
+
"Status"
|
|
21297
|
+
]
|
|
20192
21298
|
},
|
|
20193
|
-
"side_effects": "
|
|
21299
|
+
"side_effects": "none"
|
|
20194
21300
|
},
|
|
20195
21301
|
"isESM": false,
|
|
20196
21302
|
"relativePath": [
|
|
20197
21303
|
"dist",
|
|
20198
21304
|
"commands",
|
|
20199
21305
|
"webinar",
|
|
20200
|
-
"
|
|
20201
|
-
"
|
|
21306
|
+
"transcription",
|
|
21307
|
+
"list.cjs"
|
|
20202
21308
|
]
|
|
20203
21309
|
},
|
|
20204
|
-
"webinar:
|
|
21310
|
+
"webinar:transcription:locales": {
|
|
20205
21311
|
"aliases": [],
|
|
20206
21312
|
"args": {
|
|
20207
21313
|
"id": {
|
|
@@ -20210,11 +21316,11 @@
|
|
|
20210
21316
|
"required": true
|
|
20211
21317
|
}
|
|
20212
21318
|
},
|
|
20213
|
-
"description": "
|
|
21319
|
+
"description": "List available transcription locales for a webinar",
|
|
20214
21320
|
"examples": [
|
|
20215
|
-
"<%= config.bin %> webinar
|
|
20216
|
-
"<%= config.bin %> webinar
|
|
20217
|
-
"<%= config.bin %> webinar
|
|
21321
|
+
"<%= config.bin %> webinar transcription locales 12345",
|
|
21322
|
+
"<%= config.bin %> webinar transcription locales 12345 --json",
|
|
21323
|
+
"<%= config.bin %> webinar transcription locales 12345 --token mytoken"
|
|
20218
21324
|
],
|
|
20219
21325
|
"flags": {
|
|
20220
21326
|
"json": {
|
|
@@ -20241,17 +21347,9 @@
|
|
|
20241
21347
|
"allowNo": false,
|
|
20242
21348
|
"type": "boolean"
|
|
20243
21349
|
},
|
|
20244
|
-
"
|
|
20245
|
-
"description": "
|
|
20246
|
-
"name": "
|
|
20247
|
-
"required": false,
|
|
20248
|
-
"hasDynamicHelp": false,
|
|
20249
|
-
"multiple": false,
|
|
20250
|
-
"type": "option"
|
|
20251
|
-
},
|
|
20252
|
-
"order": {
|
|
20253
|
-
"description": "New display order (1-based)",
|
|
20254
|
-
"name": "order",
|
|
21350
|
+
"token": {
|
|
21351
|
+
"description": "Webinar token (auto-looked up if not provided)",
|
|
21352
|
+
"name": "token",
|
|
20255
21353
|
"required": false,
|
|
20256
21354
|
"hasDynamicHelp": false,
|
|
20257
21355
|
"multiple": false,
|
|
@@ -20260,48 +21358,40 @@
|
|
|
20260
21358
|
},
|
|
20261
21359
|
"hasDynamicHelp": false,
|
|
20262
21360
|
"hiddenAliases": [],
|
|
20263
|
-
"id": "webinar:
|
|
21361
|
+
"id": "webinar:transcription:locales",
|
|
20264
21362
|
"pluginAlias": "twentythree-cli",
|
|
20265
21363
|
"pluginName": "twentythree-cli",
|
|
20266
21364
|
"pluginType": "core",
|
|
20267
21365
|
"strict": true,
|
|
20268
21366
|
"enableJsonFlag": true,
|
|
20269
21367
|
"agentMetadata": {
|
|
20270
|
-
"api_endpoint": "
|
|
20271
|
-
"auth_scope": "
|
|
21368
|
+
"api_endpoint": "GET /live/transcription/locales",
|
|
21369
|
+
"auth_scope": "read",
|
|
20272
21370
|
"output_shape": {
|
|
20273
|
-
"type": "
|
|
21371
|
+
"type": "table",
|
|
21372
|
+
"columns": [
|
|
21373
|
+
"Locale",
|
|
21374
|
+
"Name"
|
|
21375
|
+
]
|
|
20274
21376
|
},
|
|
20275
|
-
"side_effects": "
|
|
21377
|
+
"side_effects": "none"
|
|
20276
21378
|
},
|
|
20277
21379
|
"isESM": false,
|
|
20278
21380
|
"relativePath": [
|
|
20279
21381
|
"dist",
|
|
20280
21382
|
"commands",
|
|
20281
21383
|
"webinar",
|
|
20282
|
-
"
|
|
20283
|
-
"
|
|
21384
|
+
"transcription",
|
|
21385
|
+
"locales.cjs"
|
|
20284
21386
|
]
|
|
20285
21387
|
},
|
|
20286
|
-
"webinar:
|
|
21388
|
+
"webinar:transcription:transcriptionlist": {
|
|
20287
21389
|
"aliases": [],
|
|
20288
|
-
"args": {
|
|
20289
|
-
|
|
20290
|
-
"description": "Webinar ID",
|
|
20291
|
-
"name": "webinarId",
|
|
20292
|
-
"required": true
|
|
20293
|
-
},
|
|
20294
|
-
"id": {
|
|
20295
|
-
"description": "Speaker ID",
|
|
20296
|
-
"name": "id",
|
|
20297
|
-
"required": true
|
|
20298
|
-
}
|
|
20299
|
-
},
|
|
20300
|
-
"description": "Update a speaker on a webinar",
|
|
21390
|
+
"args": {},
|
|
21391
|
+
"description": "List all transcriptions in the workspace",
|
|
20301
21392
|
"examples": [
|
|
20302
|
-
"<%= config.bin %> webinar
|
|
20303
|
-
"<%= config.bin %> webinar
|
|
20304
|
-
"<%= config.bin %> webinar speaker update 12345 9900 --name \"Jane Doe\" --json"
|
|
21393
|
+
"<%= config.bin %> webinar transcription transcriptionlist",
|
|
21394
|
+
"<%= config.bin %> webinar transcription transcriptionlist --json"
|
|
20305
21395
|
],
|
|
20306
21396
|
"flags": {
|
|
20307
21397
|
"json": {
|
|
@@ -20327,63 +21417,37 @@
|
|
|
20327
21417
|
"name": "agent",
|
|
20328
21418
|
"allowNo": false,
|
|
20329
21419
|
"type": "boolean"
|
|
20330
|
-
},
|
|
20331
|
-
"name": {
|
|
20332
|
-
"description": "Speaker name",
|
|
20333
|
-
"name": "name",
|
|
20334
|
-
"required": false,
|
|
20335
|
-
"hasDynamicHelp": false,
|
|
20336
|
-
"multiple": false,
|
|
20337
|
-
"type": "option"
|
|
20338
|
-
},
|
|
20339
|
-
"email": {
|
|
20340
|
-
"description": "Speaker email",
|
|
20341
|
-
"name": "email",
|
|
20342
|
-
"required": false,
|
|
20343
|
-
"hasDynamicHelp": false,
|
|
20344
|
-
"multiple": false,
|
|
20345
|
-
"type": "option"
|
|
20346
|
-
},
|
|
20347
|
-
"title": {
|
|
20348
|
-
"description": "Speaker title or job title",
|
|
20349
|
-
"name": "title",
|
|
20350
|
-
"required": false,
|
|
20351
|
-
"hasDynamicHelp": false,
|
|
20352
|
-
"multiple": false,
|
|
20353
|
-
"type": "option"
|
|
20354
|
-
},
|
|
20355
|
-
"description": {
|
|
20356
|
-
"description": "Speaker bio or description",
|
|
20357
|
-
"name": "description",
|
|
20358
|
-
"required": false,
|
|
20359
|
-
"hasDynamicHelp": false,
|
|
20360
|
-
"multiple": false,
|
|
20361
|
-
"type": "option"
|
|
20362
21420
|
}
|
|
20363
21421
|
},
|
|
20364
21422
|
"hasDynamicHelp": false,
|
|
20365
21423
|
"hiddenAliases": [],
|
|
20366
|
-
"id": "webinar:
|
|
21424
|
+
"id": "webinar:transcription:transcriptionlist",
|
|
20367
21425
|
"pluginAlias": "twentythree-cli",
|
|
20368
21426
|
"pluginName": "twentythree-cli",
|
|
20369
21427
|
"pluginType": "core",
|
|
20370
21428
|
"strict": true,
|
|
20371
21429
|
"enableJsonFlag": true,
|
|
20372
21430
|
"agentMetadata": {
|
|
20373
|
-
"api_endpoint": "
|
|
20374
|
-
"auth_scope": "
|
|
21431
|
+
"api_endpoint": "GET /live/transcriptionlist",
|
|
21432
|
+
"auth_scope": "read",
|
|
20375
21433
|
"output_shape": {
|
|
20376
|
-
"type": "
|
|
21434
|
+
"type": "table",
|
|
21435
|
+
"columns": [
|
|
21436
|
+
"ID",
|
|
21437
|
+
"Webinar ID",
|
|
21438
|
+
"Language",
|
|
21439
|
+
"Status"
|
|
21440
|
+
]
|
|
20377
21441
|
},
|
|
20378
|
-
"side_effects": "
|
|
21442
|
+
"side_effects": "none"
|
|
20379
21443
|
},
|
|
20380
21444
|
"isESM": false,
|
|
20381
21445
|
"relativePath": [
|
|
20382
21446
|
"dist",
|
|
20383
21447
|
"commands",
|
|
20384
21448
|
"webinar",
|
|
20385
|
-
"
|
|
20386
|
-
"
|
|
21449
|
+
"transcription",
|
|
21450
|
+
"transcriptionlist.cjs"
|
|
20387
21451
|
]
|
|
20388
21452
|
},
|
|
20389
21453
|
"analytics:live:weekday:timeseries": {
|
|
@@ -20634,14 +21698,14 @@
|
|
|
20634
21698
|
"totals.cjs"
|
|
20635
21699
|
]
|
|
20636
21700
|
},
|
|
20637
|
-
"analytics:usage:
|
|
21701
|
+
"analytics:usage:domains:totals": {
|
|
20638
21702
|
"aliases": [],
|
|
20639
21703
|
"args": {},
|
|
20640
|
-
"description": "Get usage analytics by
|
|
21704
|
+
"description": "Get aggregated usage analytics by embed domain - totals",
|
|
20641
21705
|
"examples": [
|
|
20642
|
-
"<%= config.bin %> analytics usage
|
|
20643
|
-
"<%= config.bin %> analytics usage
|
|
20644
|
-
"<%= config.bin %> analytics usage
|
|
21706
|
+
"<%= config.bin %> analytics usage domains totals --date-expression thismonth",
|
|
21707
|
+
"<%= config.bin %> analytics usage domains totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21708
|
+
"<%= config.bin %> analytics usage domains totals --json"
|
|
20645
21709
|
],
|
|
20646
21710
|
"flags": {
|
|
20647
21711
|
"json": {
|
|
@@ -20727,22 +21791,22 @@
|
|
|
20727
21791
|
},
|
|
20728
21792
|
"hasDynamicHelp": false,
|
|
20729
21793
|
"hiddenAliases": [],
|
|
20730
|
-
"id": "analytics:usage:
|
|
21794
|
+
"id": "analytics:usage:domains:totals",
|
|
20731
21795
|
"pluginAlias": "twentythree-cli",
|
|
20732
21796
|
"pluginName": "twentythree-cli",
|
|
20733
21797
|
"pluginType": "core",
|
|
20734
21798
|
"strict": true,
|
|
20735
21799
|
"enableJsonFlag": true,
|
|
20736
21800
|
"agentMetadata": {
|
|
20737
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
21801
|
+
"api_endpoint": "GET /analytics/data/usage/domains/totals",
|
|
20738
21802
|
"auth_scope": "read",
|
|
20739
21803
|
"output_shape": {
|
|
20740
21804
|
"type": "table",
|
|
20741
21805
|
"columns": [
|
|
20742
|
-
"
|
|
20743
|
-
"Device",
|
|
21806
|
+
"Domain",
|
|
20744
21807
|
"Plays",
|
|
20745
|
-
"Engagement"
|
|
21808
|
+
"Engagement",
|
|
21809
|
+
"Traffic"
|
|
20746
21810
|
]
|
|
20747
21811
|
},
|
|
20748
21812
|
"side_effects": "none"
|
|
@@ -20753,18 +21817,18 @@
|
|
|
20753
21817
|
"commands",
|
|
20754
21818
|
"analytics",
|
|
20755
21819
|
"usage",
|
|
20756
|
-
"
|
|
20757
|
-
"
|
|
21820
|
+
"domains",
|
|
21821
|
+
"totals.cjs"
|
|
20758
21822
|
]
|
|
20759
21823
|
},
|
|
20760
|
-
"analytics:usage:devices:
|
|
21824
|
+
"analytics:usage:devices:timeseries": {
|
|
20761
21825
|
"aliases": [],
|
|
20762
21826
|
"args": {},
|
|
20763
|
-
"description": "Get
|
|
21827
|
+
"description": "Get usage analytics by device type - time series",
|
|
20764
21828
|
"examples": [
|
|
20765
|
-
"<%= config.bin %> analytics usage devices
|
|
20766
|
-
"<%= config.bin %> analytics usage devices
|
|
20767
|
-
"<%= config.bin %> analytics usage devices
|
|
21829
|
+
"<%= config.bin %> analytics usage devices timeseries --date-expression thisweek",
|
|
21830
|
+
"<%= config.bin %> analytics usage devices timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21831
|
+
"<%= config.bin %> analytics usage devices timeseries --json"
|
|
20768
21832
|
],
|
|
20769
21833
|
"flags": {
|
|
20770
21834
|
"json": {
|
|
@@ -20850,23 +21914,22 @@
|
|
|
20850
21914
|
},
|
|
20851
21915
|
"hasDynamicHelp": false,
|
|
20852
21916
|
"hiddenAliases": [],
|
|
20853
|
-
"id": "analytics:usage:devices:
|
|
21917
|
+
"id": "analytics:usage:devices:timeseries",
|
|
20854
21918
|
"pluginAlias": "twentythree-cli",
|
|
20855
21919
|
"pluginName": "twentythree-cli",
|
|
20856
21920
|
"pluginType": "core",
|
|
20857
21921
|
"strict": true,
|
|
20858
21922
|
"enableJsonFlag": true,
|
|
20859
21923
|
"agentMetadata": {
|
|
20860
|
-
"api_endpoint": "GET /analytics/data/usage/devices/
|
|
21924
|
+
"api_endpoint": "GET /analytics/data/usage/devices/timeseries",
|
|
20861
21925
|
"auth_scope": "read",
|
|
20862
21926
|
"output_shape": {
|
|
20863
21927
|
"type": "table",
|
|
20864
21928
|
"columns": [
|
|
21929
|
+
"Date",
|
|
20865
21930
|
"Device",
|
|
20866
21931
|
"Plays",
|
|
20867
|
-
"Engagement"
|
|
20868
|
-
"Traffic",
|
|
20869
|
-
"Impressions"
|
|
21932
|
+
"Engagement"
|
|
20870
21933
|
]
|
|
20871
21934
|
},
|
|
20872
21935
|
"side_effects": "none"
|
|
@@ -20878,17 +21941,17 @@
|
|
|
20878
21941
|
"analytics",
|
|
20879
21942
|
"usage",
|
|
20880
21943
|
"devices",
|
|
20881
|
-
"
|
|
21944
|
+
"timeseries.cjs"
|
|
20882
21945
|
]
|
|
20883
21946
|
},
|
|
20884
|
-
"analytics:usage:
|
|
21947
|
+
"analytics:usage:devices:totals": {
|
|
20885
21948
|
"aliases": [],
|
|
20886
21949
|
"args": {},
|
|
20887
|
-
"description": "Get aggregated usage analytics by
|
|
21950
|
+
"description": "Get aggregated usage analytics by device type - totals",
|
|
20888
21951
|
"examples": [
|
|
20889
|
-
"<%= config.bin %> analytics usage
|
|
20890
|
-
"<%= config.bin %> analytics usage
|
|
20891
|
-
"<%= config.bin %> analytics usage
|
|
21952
|
+
"<%= config.bin %> analytics usage devices totals --date-expression thismonth",
|
|
21953
|
+
"<%= config.bin %> analytics usage devices totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21954
|
+
"<%= config.bin %> analytics usage devices totals --json"
|
|
20892
21955
|
],
|
|
20893
21956
|
"flags": {
|
|
20894
21957
|
"json": {
|
|
@@ -20974,22 +22037,23 @@
|
|
|
20974
22037
|
},
|
|
20975
22038
|
"hasDynamicHelp": false,
|
|
20976
22039
|
"hiddenAliases": [],
|
|
20977
|
-
"id": "analytics:usage:
|
|
22040
|
+
"id": "analytics:usage:devices:totals",
|
|
20978
22041
|
"pluginAlias": "twentythree-cli",
|
|
20979
22042
|
"pluginName": "twentythree-cli",
|
|
20980
22043
|
"pluginType": "core",
|
|
20981
22044
|
"strict": true,
|
|
20982
22045
|
"enableJsonFlag": true,
|
|
20983
22046
|
"agentMetadata": {
|
|
20984
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
22047
|
+
"api_endpoint": "GET /analytics/data/usage/devices/totals",
|
|
20985
22048
|
"auth_scope": "read",
|
|
20986
22049
|
"output_shape": {
|
|
20987
22050
|
"type": "table",
|
|
20988
22051
|
"columns": [
|
|
20989
|
-
"
|
|
22052
|
+
"Device",
|
|
20990
22053
|
"Plays",
|
|
20991
22054
|
"Engagement",
|
|
20992
|
-
"Traffic"
|
|
22055
|
+
"Traffic",
|
|
22056
|
+
"Impressions"
|
|
20993
22057
|
]
|
|
20994
22058
|
},
|
|
20995
22059
|
"side_effects": "none"
|
|
@@ -21000,18 +22064,18 @@
|
|
|
21000
22064
|
"commands",
|
|
21001
22065
|
"analytics",
|
|
21002
22066
|
"usage",
|
|
21003
|
-
"
|
|
22067
|
+
"devices",
|
|
21004
22068
|
"totals.cjs"
|
|
21005
22069
|
]
|
|
21006
22070
|
},
|
|
21007
|
-
"analytics:usage:
|
|
22071
|
+
"analytics:usage:locations:totals": {
|
|
21008
22072
|
"aliases": [],
|
|
21009
22073
|
"args": {},
|
|
21010
|
-
"description": "Get aggregated usage analytics by
|
|
22074
|
+
"description": "Get aggregated usage analytics by location - totals",
|
|
21011
22075
|
"examples": [
|
|
21012
|
-
"<%= config.bin %> analytics usage
|
|
21013
|
-
"<%= config.bin %> analytics usage
|
|
21014
|
-
"<%= config.bin %> analytics usage
|
|
22076
|
+
"<%= config.bin %> analytics usage locations totals --date-expression thismonth",
|
|
22077
|
+
"<%= config.bin %> analytics usage locations totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22078
|
+
"<%= config.bin %> analytics usage locations totals --json"
|
|
21015
22079
|
],
|
|
21016
22080
|
"flags": {
|
|
21017
22081
|
"json": {
|
|
@@ -21097,19 +22161,19 @@
|
|
|
21097
22161
|
},
|
|
21098
22162
|
"hasDynamicHelp": false,
|
|
21099
22163
|
"hiddenAliases": [],
|
|
21100
|
-
"id": "analytics:usage:
|
|
22164
|
+
"id": "analytics:usage:locations:totals",
|
|
21101
22165
|
"pluginAlias": "twentythree-cli",
|
|
21102
22166
|
"pluginName": "twentythree-cli",
|
|
21103
22167
|
"pluginType": "core",
|
|
21104
22168
|
"strict": true,
|
|
21105
22169
|
"enableJsonFlag": true,
|
|
21106
22170
|
"agentMetadata": {
|
|
21107
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
22171
|
+
"api_endpoint": "GET /analytics/data/usage/locations/totals",
|
|
21108
22172
|
"auth_scope": "read",
|
|
21109
22173
|
"output_shape": {
|
|
21110
22174
|
"type": "table",
|
|
21111
22175
|
"columns": [
|
|
21112
|
-
"
|
|
22176
|
+
"Location",
|
|
21113
22177
|
"Plays",
|
|
21114
22178
|
"Engagement",
|
|
21115
22179
|
"Traffic"
|
|
@@ -21123,7 +22187,7 @@
|
|
|
21123
22187
|
"commands",
|
|
21124
22188
|
"analytics",
|
|
21125
22189
|
"usage",
|
|
21126
|
-
"
|
|
22190
|
+
"locations",
|
|
21127
22191
|
"totals.cjs"
|
|
21128
22192
|
]
|
|
21129
22193
|
},
|
|
@@ -22604,5 +23668,5 @@
|
|
|
22604
23668
|
]
|
|
22605
23669
|
}
|
|
22606
23670
|
},
|
|
22607
|
-
"version": "1.3.
|
|
23671
|
+
"version": "1.3.7"
|
|
22608
23672
|
}
|