@instantkom/cli 3.143.1 → 3.145.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1483 -1483
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1073,40 +1073,6 @@
|
|
|
1073
1073
|
"reply.js"
|
|
1074
1074
|
]
|
|
1075
1075
|
},
|
|
1076
|
-
"autocomplete:script": {
|
|
1077
|
-
"aliases": [],
|
|
1078
|
-
"args": {
|
|
1079
|
-
"shell": {
|
|
1080
|
-
"description": "Shell type",
|
|
1081
|
-
"name": "shell",
|
|
1082
|
-
"options": [
|
|
1083
|
-
"zsh",
|
|
1084
|
-
"bash",
|
|
1085
|
-
"fish",
|
|
1086
|
-
"powershell"
|
|
1087
|
-
],
|
|
1088
|
-
"required": false
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
"description": "outputs autocomplete config script for shells",
|
|
1092
|
-
"flags": {},
|
|
1093
|
-
"hasDynamicHelp": false,
|
|
1094
|
-
"hidden": true,
|
|
1095
|
-
"hiddenAliases": [],
|
|
1096
|
-
"id": "autocomplete:script",
|
|
1097
|
-
"pluginAlias": "@instantkom/cli",
|
|
1098
|
-
"pluginName": "@instantkom/cli",
|
|
1099
|
-
"pluginType": "core",
|
|
1100
|
-
"strict": true,
|
|
1101
|
-
"enableJsonFlag": false,
|
|
1102
|
-
"isESM": true,
|
|
1103
|
-
"relativePath": [
|
|
1104
|
-
"dist",
|
|
1105
|
-
"commands",
|
|
1106
|
-
"autocomplete",
|
|
1107
|
-
"script.js"
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
1076
|
"auth:login": {
|
|
1111
1077
|
"aliases": [],
|
|
1112
1078
|
"args": {},
|
|
@@ -1289,10 +1255,44 @@
|
|
|
1289
1255
|
"logout.js"
|
|
1290
1256
|
]
|
|
1291
1257
|
},
|
|
1292
|
-
"
|
|
1258
|
+
"autocomplete:script": {
|
|
1259
|
+
"aliases": [],
|
|
1260
|
+
"args": {
|
|
1261
|
+
"shell": {
|
|
1262
|
+
"description": "Shell type",
|
|
1263
|
+
"name": "shell",
|
|
1264
|
+
"options": [
|
|
1265
|
+
"zsh",
|
|
1266
|
+
"bash",
|
|
1267
|
+
"fish",
|
|
1268
|
+
"powershell"
|
|
1269
|
+
],
|
|
1270
|
+
"required": false
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"description": "outputs autocomplete config script for shells",
|
|
1274
|
+
"flags": {},
|
|
1275
|
+
"hasDynamicHelp": false,
|
|
1276
|
+
"hidden": true,
|
|
1277
|
+
"hiddenAliases": [],
|
|
1278
|
+
"id": "autocomplete:script",
|
|
1279
|
+
"pluginAlias": "@instantkom/cli",
|
|
1280
|
+
"pluginName": "@instantkom/cli",
|
|
1281
|
+
"pluginType": "core",
|
|
1282
|
+
"strict": true,
|
|
1283
|
+
"enableJsonFlag": false,
|
|
1284
|
+
"isESM": true,
|
|
1285
|
+
"relativePath": [
|
|
1286
|
+
"dist",
|
|
1287
|
+
"commands",
|
|
1288
|
+
"autocomplete",
|
|
1289
|
+
"script.js"
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1292
|
+
"broadcast:create": {
|
|
1293
1293
|
"aliases": [],
|
|
1294
1294
|
"args": {},
|
|
1295
|
-
"description": "Create a
|
|
1295
|
+
"description": "Create a broadcast for channels or segments",
|
|
1296
1296
|
"flags": {
|
|
1297
1297
|
"api-key": {
|
|
1298
1298
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1357,74 +1357,91 @@
|
|
|
1357
1357
|
"type": "option"
|
|
1358
1358
|
},
|
|
1359
1359
|
"channel": {
|
|
1360
|
-
"description": "Channel ID",
|
|
1360
|
+
"description": "Channel ID target",
|
|
1361
1361
|
"name": "channel",
|
|
1362
|
-
"required": true,
|
|
1363
1362
|
"hasDynamicHelp": false,
|
|
1364
1363
|
"multiple": false,
|
|
1365
1364
|
"type": "option"
|
|
1366
1365
|
},
|
|
1367
|
-
"
|
|
1368
|
-
"description": "
|
|
1369
|
-
"name": "
|
|
1370
|
-
"required": true,
|
|
1366
|
+
"segment": {
|
|
1367
|
+
"description": "Segment ID within --channel",
|
|
1368
|
+
"name": "segment",
|
|
1371
1369
|
"hasDynamicHelp": false,
|
|
1372
1370
|
"multiple": false,
|
|
1373
1371
|
"type": "option"
|
|
1374
1372
|
},
|
|
1375
|
-
"
|
|
1376
|
-
"description": "
|
|
1377
|
-
"name": "
|
|
1373
|
+
"target": {
|
|
1374
|
+
"description": "Target as channelId or channelId:segmentId; may be repeated",
|
|
1375
|
+
"name": "target",
|
|
1376
|
+
"hasDynamicHelp": false,
|
|
1377
|
+
"multiple": true,
|
|
1378
|
+
"type": "option"
|
|
1379
|
+
},
|
|
1380
|
+
"text": {
|
|
1381
|
+
"description": "Broadcast message text",
|
|
1382
|
+
"name": "text",
|
|
1378
1383
|
"required": true,
|
|
1379
1384
|
"hasDynamicHelp": false,
|
|
1380
1385
|
"multiple": false,
|
|
1381
|
-
"options": [
|
|
1382
|
-
"keyword",
|
|
1383
|
-
"schedule",
|
|
1384
|
-
"event",
|
|
1385
|
-
"ai"
|
|
1386
|
-
],
|
|
1387
1386
|
"type": "option"
|
|
1388
1387
|
},
|
|
1389
|
-
"
|
|
1390
|
-
"description": "
|
|
1391
|
-
"name": "
|
|
1388
|
+
"send-at": {
|
|
1389
|
+
"description": "Schedule send for an ISO-8601 date-time",
|
|
1390
|
+
"name": "send-at",
|
|
1392
1391
|
"hasDynamicHelp": false,
|
|
1393
1392
|
"multiple": false,
|
|
1394
1393
|
"type": "option"
|
|
1395
1394
|
},
|
|
1396
|
-
"
|
|
1397
|
-
"description": "
|
|
1398
|
-
"name": "
|
|
1395
|
+
"dry-run": {
|
|
1396
|
+
"description": "Validate and print the broadcast payload without mutating API calls",
|
|
1397
|
+
"name": "dry-run",
|
|
1398
|
+
"allowNo": false,
|
|
1399
|
+
"type": "boolean"
|
|
1400
|
+
},
|
|
1401
|
+
"idempotency-key": {
|
|
1402
|
+
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
1403
|
+
"name": "idempotency-key",
|
|
1399
1404
|
"hasDynamicHelp": false,
|
|
1400
1405
|
"multiple": false,
|
|
1401
1406
|
"type": "option"
|
|
1402
1407
|
},
|
|
1403
|
-
"
|
|
1404
|
-
"description": "
|
|
1405
|
-
"name": "
|
|
1408
|
+
"media": {
|
|
1409
|
+
"description": "Media file path to upload",
|
|
1410
|
+
"name": "media",
|
|
1406
1411
|
"hasDynamicHelp": false,
|
|
1407
|
-
"multiple":
|
|
1412
|
+
"multiple": true,
|
|
1408
1413
|
"type": "option"
|
|
1409
1414
|
},
|
|
1410
|
-
"
|
|
1411
|
-
"description": "
|
|
1412
|
-
"name": "
|
|
1415
|
+
"template-id": {
|
|
1416
|
+
"description": "WhatsApp template ID",
|
|
1417
|
+
"name": "template-id",
|
|
1413
1418
|
"hasDynamicHelp": false,
|
|
1414
1419
|
"multiple": false,
|
|
1415
1420
|
"type": "option"
|
|
1416
1421
|
},
|
|
1417
|
-
"
|
|
1418
|
-
"description": "
|
|
1419
|
-
"name": "
|
|
1422
|
+
"send-status": {
|
|
1423
|
+
"description": "Initial broadcast send status",
|
|
1424
|
+
"name": "send-status",
|
|
1425
|
+
"default": "draft",
|
|
1420
1426
|
"hasDynamicHelp": false,
|
|
1421
1427
|
"multiple": false,
|
|
1428
|
+
"options": [
|
|
1429
|
+
"draft",
|
|
1430
|
+
"scheduled",
|
|
1431
|
+
"sending"
|
|
1432
|
+
],
|
|
1422
1433
|
"type": "option"
|
|
1434
|
+
},
|
|
1435
|
+
"auto-approve": {
|
|
1436
|
+
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
1437
|
+
"name": "auto-approve",
|
|
1438
|
+
"allowNo": false,
|
|
1439
|
+
"type": "boolean"
|
|
1423
1440
|
}
|
|
1424
1441
|
},
|
|
1425
1442
|
"hasDynamicHelp": false,
|
|
1426
1443
|
"hiddenAliases": [],
|
|
1427
|
-
"id": "
|
|
1444
|
+
"id": "broadcast:create",
|
|
1428
1445
|
"pluginAlias": "@instantkom/cli",
|
|
1429
1446
|
"pluginName": "@instantkom/cli",
|
|
1430
1447
|
"pluginType": "core",
|
|
@@ -1434,20 +1451,20 @@
|
|
|
1434
1451
|
"relativePath": [
|
|
1435
1452
|
"dist",
|
|
1436
1453
|
"commands",
|
|
1437
|
-
"
|
|
1454
|
+
"broadcast",
|
|
1438
1455
|
"create.js"
|
|
1439
1456
|
]
|
|
1440
1457
|
},
|
|
1441
|
-
"
|
|
1458
|
+
"broadcast:delete": {
|
|
1442
1459
|
"aliases": [],
|
|
1443
1460
|
"args": {
|
|
1444
1461
|
"id": {
|
|
1445
|
-
"description": "
|
|
1462
|
+
"description": "broadcast ID",
|
|
1446
1463
|
"name": "id",
|
|
1447
1464
|
"required": true
|
|
1448
1465
|
}
|
|
1449
1466
|
},
|
|
1450
|
-
"description": "Delete
|
|
1467
|
+
"description": "Delete broadcast",
|
|
1451
1468
|
"flags": {
|
|
1452
1469
|
"api-key": {
|
|
1453
1470
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1514,7 +1531,7 @@
|
|
|
1514
1531
|
},
|
|
1515
1532
|
"hasDynamicHelp": false,
|
|
1516
1533
|
"hiddenAliases": [],
|
|
1517
|
-
"id": "
|
|
1534
|
+
"id": "broadcast:delete",
|
|
1518
1535
|
"pluginAlias": "@instantkom/cli",
|
|
1519
1536
|
"pluginName": "@instantkom/cli",
|
|
1520
1537
|
"pluginType": "core",
|
|
@@ -1524,20 +1541,20 @@
|
|
|
1524
1541
|
"relativePath": [
|
|
1525
1542
|
"dist",
|
|
1526
1543
|
"commands",
|
|
1527
|
-
"
|
|
1544
|
+
"broadcast",
|
|
1528
1545
|
"delete.js"
|
|
1529
1546
|
]
|
|
1530
1547
|
},
|
|
1531
|
-
"
|
|
1548
|
+
"broadcast:get": {
|
|
1532
1549
|
"aliases": [],
|
|
1533
1550
|
"args": {
|
|
1534
1551
|
"id": {
|
|
1535
|
-
"description": "
|
|
1552
|
+
"description": "broadcast ID",
|
|
1536
1553
|
"name": "id",
|
|
1537
1554
|
"required": true
|
|
1538
1555
|
}
|
|
1539
1556
|
},
|
|
1540
|
-
"description": "Get
|
|
1557
|
+
"description": "Get broadcast by ID",
|
|
1541
1558
|
"flags": {
|
|
1542
1559
|
"api-key": {
|
|
1543
1560
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1604,7 +1621,7 @@
|
|
|
1604
1621
|
},
|
|
1605
1622
|
"hasDynamicHelp": false,
|
|
1606
1623
|
"hiddenAliases": [],
|
|
1607
|
-
"id": "
|
|
1624
|
+
"id": "broadcast:get",
|
|
1608
1625
|
"pluginAlias": "@instantkom/cli",
|
|
1609
1626
|
"pluginName": "@instantkom/cli",
|
|
1610
1627
|
"pluginType": "core",
|
|
@@ -1614,14 +1631,14 @@
|
|
|
1614
1631
|
"relativePath": [
|
|
1615
1632
|
"dist",
|
|
1616
1633
|
"commands",
|
|
1617
|
-
"
|
|
1634
|
+
"broadcast",
|
|
1618
1635
|
"get.js"
|
|
1619
1636
|
]
|
|
1620
1637
|
},
|
|
1621
|
-
"
|
|
1638
|
+
"broadcast:list": {
|
|
1622
1639
|
"aliases": [],
|
|
1623
1640
|
"args": {},
|
|
1624
|
-
"description": "List
|
|
1641
|
+
"description": "List broadcasts",
|
|
1625
1642
|
"flags": {
|
|
1626
1643
|
"api-key": {
|
|
1627
1644
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1708,42 +1725,49 @@
|
|
|
1708
1725
|
"multiple": false,
|
|
1709
1726
|
"type": "option"
|
|
1710
1727
|
},
|
|
1711
|
-
"
|
|
1712
|
-
"description": "Filter by
|
|
1713
|
-
"name": "
|
|
1728
|
+
"send-status": {
|
|
1729
|
+
"description": "Filter by send status",
|
|
1730
|
+
"name": "send-status",
|
|
1714
1731
|
"hasDynamicHelp": false,
|
|
1715
1732
|
"multiple": false,
|
|
1716
1733
|
"type": "option"
|
|
1717
1734
|
},
|
|
1718
|
-
"
|
|
1719
|
-
"description": "
|
|
1720
|
-
"name": "
|
|
1735
|
+
"type": {
|
|
1736
|
+
"description": "Broadcast type",
|
|
1737
|
+
"name": "type",
|
|
1721
1738
|
"hasDynamicHelp": false,
|
|
1722
1739
|
"multiple": false,
|
|
1740
|
+
"options": [
|
|
1741
|
+
"text",
|
|
1742
|
+
"image",
|
|
1743
|
+
"video",
|
|
1744
|
+
"audio",
|
|
1745
|
+
"document"
|
|
1746
|
+
],
|
|
1723
1747
|
"type": "option"
|
|
1724
1748
|
},
|
|
1725
|
-
"
|
|
1726
|
-
"description": "
|
|
1727
|
-
"name": "
|
|
1749
|
+
"search": {
|
|
1750
|
+
"description": "Search broadcasts",
|
|
1751
|
+
"name": "search",
|
|
1728
1752
|
"hasDynamicHelp": false,
|
|
1729
1753
|
"multiple": false,
|
|
1730
1754
|
"type": "option"
|
|
1731
1755
|
},
|
|
1732
|
-
"
|
|
1733
|
-
"description": "
|
|
1734
|
-
"name": "
|
|
1756
|
+
"test": {
|
|
1757
|
+
"description": "Filter test flag: 0 or 1",
|
|
1758
|
+
"name": "test",
|
|
1735
1759
|
"hasDynamicHelp": false,
|
|
1736
1760
|
"multiple": false,
|
|
1737
1761
|
"options": [
|
|
1738
|
-
"
|
|
1739
|
-
"
|
|
1762
|
+
"0",
|
|
1763
|
+
"1"
|
|
1740
1764
|
],
|
|
1741
1765
|
"type": "option"
|
|
1742
1766
|
}
|
|
1743
1767
|
},
|
|
1744
1768
|
"hasDynamicHelp": false,
|
|
1745
1769
|
"hiddenAliases": [],
|
|
1746
|
-
"id": "
|
|
1770
|
+
"id": "broadcast:list",
|
|
1747
1771
|
"pluginAlias": "@instantkom/cli",
|
|
1748
1772
|
"pluginName": "@instantkom/cli",
|
|
1749
1773
|
"pluginType": "core",
|
|
@@ -1753,20 +1777,20 @@
|
|
|
1753
1777
|
"relativePath": [
|
|
1754
1778
|
"dist",
|
|
1755
1779
|
"commands",
|
|
1756
|
-
"
|
|
1780
|
+
"broadcast",
|
|
1757
1781
|
"list.js"
|
|
1758
1782
|
]
|
|
1759
1783
|
},
|
|
1760
|
-
"
|
|
1784
|
+
"broadcast:send": {
|
|
1761
1785
|
"aliases": [],
|
|
1762
1786
|
"args": {
|
|
1763
1787
|
"id": {
|
|
1764
|
-
"description": "
|
|
1788
|
+
"description": "Broadcast ID",
|
|
1765
1789
|
"name": "id",
|
|
1766
1790
|
"required": true
|
|
1767
1791
|
}
|
|
1768
1792
|
},
|
|
1769
|
-
"description": "
|
|
1793
|
+
"description": "Send a broadcast immediately",
|
|
1770
1794
|
"flags": {
|
|
1771
1795
|
"api-key": {
|
|
1772
1796
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1829,34 +1853,11 @@
|
|
|
1829
1853
|
"hasDynamicHelp": false,
|
|
1830
1854
|
"multiple": false,
|
|
1831
1855
|
"type": "option"
|
|
1832
|
-
},
|
|
1833
|
-
"page": {
|
|
1834
|
-
"description": "Page number",
|
|
1835
|
-
"name": "page",
|
|
1836
|
-
"default": 1,
|
|
1837
|
-
"hasDynamicHelp": false,
|
|
1838
|
-
"multiple": false,
|
|
1839
|
-
"type": "option"
|
|
1840
|
-
},
|
|
1841
|
-
"limit": {
|
|
1842
|
-
"description": "Items per page",
|
|
1843
|
-
"name": "limit",
|
|
1844
|
-
"default": 50,
|
|
1845
|
-
"hasDynamicHelp": false,
|
|
1846
|
-
"multiple": false,
|
|
1847
|
-
"type": "option"
|
|
1848
|
-
},
|
|
1849
|
-
"search": {
|
|
1850
|
-
"description": "Search in matches",
|
|
1851
|
-
"name": "search",
|
|
1852
|
-
"hasDynamicHelp": false,
|
|
1853
|
-
"multiple": false,
|
|
1854
|
-
"type": "option"
|
|
1855
1856
|
}
|
|
1856
1857
|
},
|
|
1857
1858
|
"hasDynamicHelp": false,
|
|
1858
1859
|
"hiddenAliases": [],
|
|
1859
|
-
"id": "
|
|
1860
|
+
"id": "broadcast:send",
|
|
1860
1861
|
"pluginAlias": "@instantkom/cli",
|
|
1861
1862
|
"pluginName": "@instantkom/cli",
|
|
1862
1863
|
"pluginType": "core",
|
|
@@ -1866,20 +1867,20 @@
|
|
|
1866
1867
|
"relativePath": [
|
|
1867
1868
|
"dist",
|
|
1868
1869
|
"commands",
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1870
|
+
"broadcast",
|
|
1871
|
+
"send.js"
|
|
1871
1872
|
]
|
|
1872
1873
|
},
|
|
1873
|
-
"
|
|
1874
|
+
"broadcast:status": {
|
|
1874
1875
|
"aliases": [],
|
|
1875
1876
|
"args": {
|
|
1876
1877
|
"id": {
|
|
1877
|
-
"description": "
|
|
1878
|
+
"description": "Broadcast ID",
|
|
1878
1879
|
"name": "id",
|
|
1879
1880
|
"required": true
|
|
1880
1881
|
}
|
|
1881
1882
|
},
|
|
1882
|
-
"description": "
|
|
1883
|
+
"description": "Show broadcast send status",
|
|
1883
1884
|
"flags": {
|
|
1884
1885
|
"api-key": {
|
|
1885
1886
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1942,66 +1943,11 @@
|
|
|
1942
1943
|
"hasDynamicHelp": false,
|
|
1943
1944
|
"multiple": false,
|
|
1944
1945
|
"type": "option"
|
|
1945
|
-
},
|
|
1946
|
-
"name": {
|
|
1947
|
-
"description": "Bot name",
|
|
1948
|
-
"name": "name",
|
|
1949
|
-
"hasDynamicHelp": false,
|
|
1950
|
-
"multiple": false,
|
|
1951
|
-
"type": "option"
|
|
1952
|
-
},
|
|
1953
|
-
"type": {
|
|
1954
|
-
"description": "Bot type",
|
|
1955
|
-
"name": "type",
|
|
1956
|
-
"hasDynamicHelp": false,
|
|
1957
|
-
"multiple": false,
|
|
1958
|
-
"options": [
|
|
1959
|
-
"keyword",
|
|
1960
|
-
"schedule",
|
|
1961
|
-
"event",
|
|
1962
|
-
"ai"
|
|
1963
|
-
],
|
|
1964
|
-
"type": "option"
|
|
1965
|
-
},
|
|
1966
|
-
"message": {
|
|
1967
|
-
"description": "Bot message content",
|
|
1968
|
-
"name": "message",
|
|
1969
|
-
"hasDynamicHelp": false,
|
|
1970
|
-
"multiple": false,
|
|
1971
|
-
"type": "option"
|
|
1972
|
-
},
|
|
1973
|
-
"response": {
|
|
1974
|
-
"description": "Alias for --message",
|
|
1975
|
-
"name": "response",
|
|
1976
|
-
"hasDynamicHelp": false,
|
|
1977
|
-
"multiple": false,
|
|
1978
|
-
"type": "option"
|
|
1979
|
-
},
|
|
1980
|
-
"color": {
|
|
1981
|
-
"description": "Bot color as HEX",
|
|
1982
|
-
"name": "color",
|
|
1983
|
-
"hasDynamicHelp": false,
|
|
1984
|
-
"multiple": false,
|
|
1985
|
-
"type": "option"
|
|
1986
|
-
},
|
|
1987
|
-
"tags": {
|
|
1988
|
-
"description": "Comma-separated tags",
|
|
1989
|
-
"name": "tags",
|
|
1990
|
-
"hasDynamicHelp": false,
|
|
1991
|
-
"multiple": false,
|
|
1992
|
-
"type": "option"
|
|
1993
|
-
},
|
|
1994
|
-
"data": {
|
|
1995
|
-
"description": "Additional JSON object payload",
|
|
1996
|
-
"name": "data",
|
|
1997
|
-
"hasDynamicHelp": false,
|
|
1998
|
-
"multiple": false,
|
|
1999
|
-
"type": "option"
|
|
2000
1946
|
}
|
|
2001
1947
|
},
|
|
2002
1948
|
"hasDynamicHelp": false,
|
|
2003
1949
|
"hiddenAliases": [],
|
|
2004
|
-
"id": "
|
|
1950
|
+
"id": "broadcast:status",
|
|
2005
1951
|
"pluginAlias": "@instantkom/cli",
|
|
2006
1952
|
"pluginName": "@instantkom/cli",
|
|
2007
1953
|
"pluginType": "core",
|
|
@@ -2011,14 +1957,20 @@
|
|
|
2011
1957
|
"relativePath": [
|
|
2012
1958
|
"dist",
|
|
2013
1959
|
"commands",
|
|
2014
|
-
"
|
|
2015
|
-
"
|
|
1960
|
+
"broadcast",
|
|
1961
|
+
"status.js"
|
|
2016
1962
|
]
|
|
2017
1963
|
},
|
|
2018
|
-
"broadcast:
|
|
1964
|
+
"broadcast:update": {
|
|
2019
1965
|
"aliases": [],
|
|
2020
|
-
"args": {
|
|
2021
|
-
|
|
1966
|
+
"args": {
|
|
1967
|
+
"id": {
|
|
1968
|
+
"description": "Broadcast ID",
|
|
1969
|
+
"name": "id",
|
|
1970
|
+
"required": true
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
"description": "Update a broadcast",
|
|
2022
1974
|
"flags": {
|
|
2023
1975
|
"api-key": {
|
|
2024
1976
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2082,92 +2034,76 @@
|
|
|
2082
2034
|
"multiple": false,
|
|
2083
2035
|
"type": "option"
|
|
2084
2036
|
},
|
|
2085
|
-
"
|
|
2086
|
-
"description": "
|
|
2087
|
-
"name": "
|
|
2037
|
+
"text": {
|
|
2038
|
+
"description": "Broadcast message text",
|
|
2039
|
+
"name": "text",
|
|
2088
2040
|
"hasDynamicHelp": false,
|
|
2089
2041
|
"multiple": false,
|
|
2090
2042
|
"type": "option"
|
|
2091
2043
|
},
|
|
2092
|
-
"
|
|
2093
|
-
"description": "
|
|
2094
|
-
"name": "
|
|
2044
|
+
"send-status": {
|
|
2045
|
+
"description": "Send status",
|
|
2046
|
+
"name": "send-status",
|
|
2095
2047
|
"hasDynamicHelp": false,
|
|
2096
2048
|
"multiple": false,
|
|
2097
2049
|
"type": "option"
|
|
2098
2050
|
},
|
|
2099
|
-
"
|
|
2100
|
-
"description": "
|
|
2101
|
-
"name": "
|
|
2102
|
-
"hasDynamicHelp": false,
|
|
2103
|
-
"multiple": true,
|
|
2104
|
-
"type": "option"
|
|
2105
|
-
},
|
|
2106
|
-
"text": {
|
|
2107
|
-
"description": "Broadcast message text",
|
|
2108
|
-
"name": "text",
|
|
2109
|
-
"required": true,
|
|
2051
|
+
"scheduled-at": {
|
|
2052
|
+
"description": "Unix timestamp for scheduled send",
|
|
2053
|
+
"name": "scheduled-at",
|
|
2110
2054
|
"hasDynamicHelp": false,
|
|
2111
2055
|
"multiple": false,
|
|
2112
2056
|
"type": "option"
|
|
2113
2057
|
},
|
|
2114
|
-
"
|
|
2115
|
-
"description": "
|
|
2116
|
-
"name": "
|
|
2117
|
-
"
|
|
2118
|
-
"
|
|
2119
|
-
"type": "option"
|
|
2058
|
+
"approved": {
|
|
2059
|
+
"description": "Mark as approved",
|
|
2060
|
+
"name": "approved",
|
|
2061
|
+
"allowNo": false,
|
|
2062
|
+
"type": "boolean"
|
|
2120
2063
|
},
|
|
2121
|
-
"
|
|
2122
|
-
"description": "
|
|
2123
|
-
"name": "
|
|
2064
|
+
"locked": {
|
|
2065
|
+
"description": "Mark as locked",
|
|
2066
|
+
"name": "locked",
|
|
2124
2067
|
"allowNo": false,
|
|
2125
2068
|
"type": "boolean"
|
|
2126
2069
|
},
|
|
2127
|
-
"
|
|
2128
|
-
"description": "
|
|
2129
|
-
"name": "
|
|
2070
|
+
"test": {
|
|
2071
|
+
"description": "Mark as test broadcast",
|
|
2072
|
+
"name": "test",
|
|
2073
|
+
"allowNo": false,
|
|
2074
|
+
"type": "boolean"
|
|
2075
|
+
},
|
|
2076
|
+
"template-id": {
|
|
2077
|
+
"description": "Template ID",
|
|
2078
|
+
"name": "template-id",
|
|
2130
2079
|
"hasDynamicHelp": false,
|
|
2131
2080
|
"multiple": false,
|
|
2132
2081
|
"type": "option"
|
|
2133
2082
|
},
|
|
2134
|
-
"media": {
|
|
2135
|
-
"description": "
|
|
2136
|
-
"name": "media",
|
|
2137
|
-
"
|
|
2138
|
-
"
|
|
2139
|
-
"type": "option"
|
|
2083
|
+
"remove-media": {
|
|
2084
|
+
"description": "Remove existing media",
|
|
2085
|
+
"name": "remove-media",
|
|
2086
|
+
"allowNo": false,
|
|
2087
|
+
"type": "boolean"
|
|
2140
2088
|
},
|
|
2141
|
-
"
|
|
2142
|
-
"description": "
|
|
2143
|
-
"name": "
|
|
2089
|
+
"header-footer": {
|
|
2090
|
+
"description": "Header/footer JSON array",
|
|
2091
|
+
"name": "header-footer",
|
|
2144
2092
|
"hasDynamicHelp": false,
|
|
2145
2093
|
"multiple": false,
|
|
2146
2094
|
"type": "option"
|
|
2147
2095
|
},
|
|
2148
|
-
"
|
|
2149
|
-
"description": "
|
|
2150
|
-
"name": "
|
|
2151
|
-
"default": "draft",
|
|
2096
|
+
"data": {
|
|
2097
|
+
"description": "Additional JSON object payload",
|
|
2098
|
+
"name": "data",
|
|
2152
2099
|
"hasDynamicHelp": false,
|
|
2153
2100
|
"multiple": false,
|
|
2154
|
-
"options": [
|
|
2155
|
-
"draft",
|
|
2156
|
-
"scheduled",
|
|
2157
|
-
"sending"
|
|
2158
|
-
],
|
|
2159
2101
|
"type": "option"
|
|
2160
|
-
},
|
|
2161
|
-
"auto-approve": {
|
|
2162
|
-
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
2163
|
-
"name": "auto-approve",
|
|
2164
|
-
"allowNo": false,
|
|
2165
|
-
"type": "boolean"
|
|
2166
2102
|
}
|
|
2167
2103
|
},
|
|
2168
2104
|
"hasDynamicHelp": false,
|
|
2169
2105
|
"hiddenAliases": [],
|
|
2170
|
-
"id": "broadcast:
|
|
2106
|
+
"id": "broadcast:update",
|
|
2171
2107
|
"pluginAlias": "@instantkom/cli",
|
|
2172
2108
|
"pluginName": "@instantkom/cli",
|
|
2173
2109
|
"pluginType": "core",
|
|
@@ -2178,19 +2114,13 @@
|
|
|
2178
2114
|
"dist",
|
|
2179
2115
|
"commands",
|
|
2180
2116
|
"broadcast",
|
|
2181
|
-
"
|
|
2117
|
+
"update.js"
|
|
2182
2118
|
]
|
|
2183
2119
|
},
|
|
2184
|
-
"
|
|
2120
|
+
"channels:create": {
|
|
2185
2121
|
"aliases": [],
|
|
2186
|
-
"args": {
|
|
2187
|
-
|
|
2188
|
-
"description": "broadcast ID",
|
|
2189
|
-
"name": "id",
|
|
2190
|
-
"required": true
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
"description": "Delete broadcast",
|
|
2122
|
+
"args": {},
|
|
2123
|
+
"description": "Create a channel",
|
|
2194
2124
|
"flags": {
|
|
2195
2125
|
"api-key": {
|
|
2196
2126
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2253,11 +2183,48 @@
|
|
|
2253
2183
|
"hasDynamicHelp": false,
|
|
2254
2184
|
"multiple": false,
|
|
2255
2185
|
"type": "option"
|
|
2186
|
+
},
|
|
2187
|
+
"name": {
|
|
2188
|
+
"description": "Channel name",
|
|
2189
|
+
"name": "name",
|
|
2190
|
+
"required": true,
|
|
2191
|
+
"hasDynamicHelp": false,
|
|
2192
|
+
"multiple": false,
|
|
2193
|
+
"type": "option"
|
|
2194
|
+
},
|
|
2195
|
+
"gateway-type": {
|
|
2196
|
+
"description": "Gateway type ID",
|
|
2197
|
+
"name": "gateway-type",
|
|
2198
|
+
"required": true,
|
|
2199
|
+
"hasDynamicHelp": false,
|
|
2200
|
+
"multiple": false,
|
|
2201
|
+
"type": "option"
|
|
2202
|
+
},
|
|
2203
|
+
"status": {
|
|
2204
|
+
"description": "Channel lifecycle status",
|
|
2205
|
+
"name": "status",
|
|
2206
|
+
"hasDynamicHelp": false,
|
|
2207
|
+
"multiple": false,
|
|
2208
|
+
"type": "option"
|
|
2209
|
+
},
|
|
2210
|
+
"description": {
|
|
2211
|
+
"description": "Channel description",
|
|
2212
|
+
"name": "description",
|
|
2213
|
+
"hasDynamicHelp": false,
|
|
2214
|
+
"multiple": false,
|
|
2215
|
+
"type": "option"
|
|
2216
|
+
},
|
|
2217
|
+
"data": {
|
|
2218
|
+
"description": "Additional JSON object payload",
|
|
2219
|
+
"name": "data",
|
|
2220
|
+
"hasDynamicHelp": false,
|
|
2221
|
+
"multiple": false,
|
|
2222
|
+
"type": "option"
|
|
2256
2223
|
}
|
|
2257
2224
|
},
|
|
2258
2225
|
"hasDynamicHelp": false,
|
|
2259
2226
|
"hiddenAliases": [],
|
|
2260
|
-
"id": "
|
|
2227
|
+
"id": "channels:create",
|
|
2261
2228
|
"pluginAlias": "@instantkom/cli",
|
|
2262
2229
|
"pluginName": "@instantkom/cli",
|
|
2263
2230
|
"pluginType": "core",
|
|
@@ -2267,20 +2234,20 @@
|
|
|
2267
2234
|
"relativePath": [
|
|
2268
2235
|
"dist",
|
|
2269
2236
|
"commands",
|
|
2270
|
-
"
|
|
2271
|
-
"
|
|
2237
|
+
"channels",
|
|
2238
|
+
"create.js"
|
|
2272
2239
|
]
|
|
2273
2240
|
},
|
|
2274
|
-
"
|
|
2241
|
+
"channels:get": {
|
|
2275
2242
|
"aliases": [],
|
|
2276
2243
|
"args": {
|
|
2277
2244
|
"id": {
|
|
2278
|
-
"description": "
|
|
2245
|
+
"description": "Channel ID",
|
|
2279
2246
|
"name": "id",
|
|
2280
2247
|
"required": true
|
|
2281
2248
|
}
|
|
2282
2249
|
},
|
|
2283
|
-
"description": "Get
|
|
2250
|
+
"description": "Get a channel by ID",
|
|
2284
2251
|
"flags": {
|
|
2285
2252
|
"api-key": {
|
|
2286
2253
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2347,7 +2314,7 @@
|
|
|
2347
2314
|
},
|
|
2348
2315
|
"hasDynamicHelp": false,
|
|
2349
2316
|
"hiddenAliases": [],
|
|
2350
|
-
"id": "
|
|
2317
|
+
"id": "channels:get",
|
|
2351
2318
|
"pluginAlias": "@instantkom/cli",
|
|
2352
2319
|
"pluginName": "@instantkom/cli",
|
|
2353
2320
|
"pluginType": "core",
|
|
@@ -2357,14 +2324,20 @@
|
|
|
2357
2324
|
"relativePath": [
|
|
2358
2325
|
"dist",
|
|
2359
2326
|
"commands",
|
|
2360
|
-
"
|
|
2327
|
+
"channels",
|
|
2361
2328
|
"get.js"
|
|
2362
2329
|
]
|
|
2363
2330
|
},
|
|
2364
|
-
"
|
|
2331
|
+
"channels:kpis": {
|
|
2365
2332
|
"aliases": [],
|
|
2366
|
-
"args": {
|
|
2367
|
-
|
|
2333
|
+
"args": {
|
|
2334
|
+
"id": {
|
|
2335
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
2336
|
+
"name": "id",
|
|
2337
|
+
"required": false
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2340
|
+
"description": "Get channel KPIs",
|
|
2368
2341
|
"flags": {
|
|
2369
2342
|
"api-key": {
|
|
2370
2343
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2428,72 +2401,17 @@
|
|
|
2428
2401
|
"multiple": false,
|
|
2429
2402
|
"type": "option"
|
|
2430
2403
|
},
|
|
2431
|
-
"
|
|
2432
|
-
"description": "
|
|
2433
|
-
"name": "
|
|
2434
|
-
"default": 1,
|
|
2404
|
+
"period": {
|
|
2405
|
+
"description": "KPI period",
|
|
2406
|
+
"name": "period",
|
|
2435
2407
|
"hasDynamicHelp": false,
|
|
2436
2408
|
"multiple": false,
|
|
2437
2409
|
"type": "option"
|
|
2438
|
-
},
|
|
2439
|
-
"limit": {
|
|
2440
|
-
"description": "Items per page",
|
|
2441
|
-
"name": "limit",
|
|
2442
|
-
"default": 20,
|
|
2443
|
-
"hasDynamicHelp": false,
|
|
2444
|
-
"multiple": false,
|
|
2445
|
-
"type": "option"
|
|
2446
|
-
},
|
|
2447
|
-
"channel": {
|
|
2448
|
-
"description": "Filter by channel ID",
|
|
2449
|
-
"name": "channel",
|
|
2450
|
-
"hasDynamicHelp": false,
|
|
2451
|
-
"multiple": false,
|
|
2452
|
-
"type": "option"
|
|
2453
|
-
},
|
|
2454
|
-
"send-status": {
|
|
2455
|
-
"description": "Filter by send status",
|
|
2456
|
-
"name": "send-status",
|
|
2457
|
-
"hasDynamicHelp": false,
|
|
2458
|
-
"multiple": false,
|
|
2459
|
-
"type": "option"
|
|
2460
|
-
},
|
|
2461
|
-
"type": {
|
|
2462
|
-
"description": "Broadcast type",
|
|
2463
|
-
"name": "type",
|
|
2464
|
-
"hasDynamicHelp": false,
|
|
2465
|
-
"multiple": false,
|
|
2466
|
-
"options": [
|
|
2467
|
-
"text",
|
|
2468
|
-
"image",
|
|
2469
|
-
"video",
|
|
2470
|
-
"audio",
|
|
2471
|
-
"document"
|
|
2472
|
-
],
|
|
2473
|
-
"type": "option"
|
|
2474
|
-
},
|
|
2475
|
-
"search": {
|
|
2476
|
-
"description": "Search broadcasts",
|
|
2477
|
-
"name": "search",
|
|
2478
|
-
"hasDynamicHelp": false,
|
|
2479
|
-
"multiple": false,
|
|
2480
|
-
"type": "option"
|
|
2481
|
-
},
|
|
2482
|
-
"test": {
|
|
2483
|
-
"description": "Filter test flag: 0 or 1",
|
|
2484
|
-
"name": "test",
|
|
2485
|
-
"hasDynamicHelp": false,
|
|
2486
|
-
"multiple": false,
|
|
2487
|
-
"options": [
|
|
2488
|
-
"0",
|
|
2489
|
-
"1"
|
|
2490
|
-
],
|
|
2491
|
-
"type": "option"
|
|
2492
2410
|
}
|
|
2493
2411
|
},
|
|
2494
2412
|
"hasDynamicHelp": false,
|
|
2495
2413
|
"hiddenAliases": [],
|
|
2496
|
-
"id": "
|
|
2414
|
+
"id": "channels:kpis",
|
|
2497
2415
|
"pluginAlias": "@instantkom/cli",
|
|
2498
2416
|
"pluginName": "@instantkom/cli",
|
|
2499
2417
|
"pluginType": "core",
|
|
@@ -2503,20 +2421,14 @@
|
|
|
2503
2421
|
"relativePath": [
|
|
2504
2422
|
"dist",
|
|
2505
2423
|
"commands",
|
|
2506
|
-
"
|
|
2507
|
-
"
|
|
2424
|
+
"channels",
|
|
2425
|
+
"kpis.js"
|
|
2508
2426
|
]
|
|
2509
2427
|
},
|
|
2510
|
-
"
|
|
2428
|
+
"channels:list": {
|
|
2511
2429
|
"aliases": [],
|
|
2512
|
-
"args": {
|
|
2513
|
-
|
|
2514
|
-
"description": "Broadcast ID",
|
|
2515
|
-
"name": "id",
|
|
2516
|
-
"required": true
|
|
2517
|
-
}
|
|
2518
|
-
},
|
|
2519
|
-
"description": "Send a broadcast immediately",
|
|
2430
|
+
"args": {},
|
|
2431
|
+
"description": "List channels",
|
|
2520
2432
|
"flags": {
|
|
2521
2433
|
"api-key": {
|
|
2522
2434
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2579,11 +2491,48 @@
|
|
|
2579
2491
|
"hasDynamicHelp": false,
|
|
2580
2492
|
"multiple": false,
|
|
2581
2493
|
"type": "option"
|
|
2494
|
+
},
|
|
2495
|
+
"page": {
|
|
2496
|
+
"description": "Page number",
|
|
2497
|
+
"name": "page",
|
|
2498
|
+
"default": 1,
|
|
2499
|
+
"hasDynamicHelp": false,
|
|
2500
|
+
"multiple": false,
|
|
2501
|
+
"type": "option"
|
|
2502
|
+
},
|
|
2503
|
+
"limit": {
|
|
2504
|
+
"description": "Items per page",
|
|
2505
|
+
"name": "limit",
|
|
2506
|
+
"default": 20,
|
|
2507
|
+
"hasDynamicHelp": false,
|
|
2508
|
+
"multiple": false,
|
|
2509
|
+
"type": "option"
|
|
2510
|
+
},
|
|
2511
|
+
"status": {
|
|
2512
|
+
"description": "Filter by channel status",
|
|
2513
|
+
"name": "status",
|
|
2514
|
+
"hasDynamicHelp": false,
|
|
2515
|
+
"multiple": false,
|
|
2516
|
+
"type": "option"
|
|
2517
|
+
},
|
|
2518
|
+
"gateway-type": {
|
|
2519
|
+
"description": "Filter by gateway type ID",
|
|
2520
|
+
"name": "gateway-type",
|
|
2521
|
+
"hasDynamicHelp": false,
|
|
2522
|
+
"multiple": false,
|
|
2523
|
+
"type": "option"
|
|
2524
|
+
},
|
|
2525
|
+
"search": {
|
|
2526
|
+
"description": "Search by channel name",
|
|
2527
|
+
"name": "search",
|
|
2528
|
+
"hasDynamicHelp": false,
|
|
2529
|
+
"multiple": false,
|
|
2530
|
+
"type": "option"
|
|
2582
2531
|
}
|
|
2583
2532
|
},
|
|
2584
2533
|
"hasDynamicHelp": false,
|
|
2585
2534
|
"hiddenAliases": [],
|
|
2586
|
-
"id": "
|
|
2535
|
+
"id": "channels:list",
|
|
2587
2536
|
"pluginAlias": "@instantkom/cli",
|
|
2588
2537
|
"pluginName": "@instantkom/cli",
|
|
2589
2538
|
"pluginType": "core",
|
|
@@ -2593,20 +2542,20 @@
|
|
|
2593
2542
|
"relativePath": [
|
|
2594
2543
|
"dist",
|
|
2595
2544
|
"commands",
|
|
2596
|
-
"
|
|
2597
|
-
"
|
|
2545
|
+
"channels",
|
|
2546
|
+
"list.js"
|
|
2598
2547
|
]
|
|
2599
2548
|
},
|
|
2600
|
-
"
|
|
2549
|
+
"channels:update": {
|
|
2601
2550
|
"aliases": [],
|
|
2602
2551
|
"args": {
|
|
2603
2552
|
"id": {
|
|
2604
|
-
"description": "
|
|
2553
|
+
"description": "Channel ID",
|
|
2605
2554
|
"name": "id",
|
|
2606
2555
|
"required": true
|
|
2607
2556
|
}
|
|
2608
2557
|
},
|
|
2609
|
-
"description": "
|
|
2558
|
+
"description": "Update a channel",
|
|
2610
2559
|
"flags": {
|
|
2611
2560
|
"api-key": {
|
|
2612
2561
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2669,11 +2618,39 @@
|
|
|
2669
2618
|
"hasDynamicHelp": false,
|
|
2670
2619
|
"multiple": false,
|
|
2671
2620
|
"type": "option"
|
|
2621
|
+
},
|
|
2622
|
+
"name": {
|
|
2623
|
+
"description": "Channel name",
|
|
2624
|
+
"name": "name",
|
|
2625
|
+
"hasDynamicHelp": false,
|
|
2626
|
+
"multiple": false,
|
|
2627
|
+
"type": "option"
|
|
2628
|
+
},
|
|
2629
|
+
"status": {
|
|
2630
|
+
"description": "Channel lifecycle status",
|
|
2631
|
+
"name": "status",
|
|
2632
|
+
"hasDynamicHelp": false,
|
|
2633
|
+
"multiple": false,
|
|
2634
|
+
"type": "option"
|
|
2635
|
+
},
|
|
2636
|
+
"description": {
|
|
2637
|
+
"description": "Channel description",
|
|
2638
|
+
"name": "description",
|
|
2639
|
+
"hasDynamicHelp": false,
|
|
2640
|
+
"multiple": false,
|
|
2641
|
+
"type": "option"
|
|
2642
|
+
},
|
|
2643
|
+
"data": {
|
|
2644
|
+
"description": "Additional JSON object payload",
|
|
2645
|
+
"name": "data",
|
|
2646
|
+
"hasDynamicHelp": false,
|
|
2647
|
+
"multiple": false,
|
|
2648
|
+
"type": "option"
|
|
2672
2649
|
}
|
|
2673
2650
|
},
|
|
2674
2651
|
"hasDynamicHelp": false,
|
|
2675
2652
|
"hiddenAliases": [],
|
|
2676
|
-
"id": "
|
|
2653
|
+
"id": "channels:update",
|
|
2677
2654
|
"pluginAlias": "@instantkom/cli",
|
|
2678
2655
|
"pluginName": "@instantkom/cli",
|
|
2679
2656
|
"pluginType": "core",
|
|
@@ -2683,20 +2660,20 @@
|
|
|
2683
2660
|
"relativePath": [
|
|
2684
2661
|
"dist",
|
|
2685
2662
|
"commands",
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2663
|
+
"channels",
|
|
2664
|
+
"update.js"
|
|
2688
2665
|
]
|
|
2689
2666
|
},
|
|
2690
|
-
"
|
|
2667
|
+
"chats:get": {
|
|
2691
2668
|
"aliases": [],
|
|
2692
2669
|
"args": {
|
|
2693
2670
|
"id": {
|
|
2694
|
-
"description": "
|
|
2671
|
+
"description": "chat ID",
|
|
2695
2672
|
"name": "id",
|
|
2696
2673
|
"required": true
|
|
2697
2674
|
}
|
|
2698
2675
|
},
|
|
2699
|
-
"description": "
|
|
2676
|
+
"description": "Get chat by ID",
|
|
2700
2677
|
"flags": {
|
|
2701
2678
|
"api-key": {
|
|
2702
2679
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2759,77 +2736,11 @@
|
|
|
2759
2736
|
"hasDynamicHelp": false,
|
|
2760
2737
|
"multiple": false,
|
|
2761
2738
|
"type": "option"
|
|
2762
|
-
},
|
|
2763
|
-
"text": {
|
|
2764
|
-
"description": "Broadcast message text",
|
|
2765
|
-
"name": "text",
|
|
2766
|
-
"hasDynamicHelp": false,
|
|
2767
|
-
"multiple": false,
|
|
2768
|
-
"type": "option"
|
|
2769
|
-
},
|
|
2770
|
-
"send-status": {
|
|
2771
|
-
"description": "Send status",
|
|
2772
|
-
"name": "send-status",
|
|
2773
|
-
"hasDynamicHelp": false,
|
|
2774
|
-
"multiple": false,
|
|
2775
|
-
"type": "option"
|
|
2776
|
-
},
|
|
2777
|
-
"scheduled-at": {
|
|
2778
|
-
"description": "Unix timestamp for scheduled send",
|
|
2779
|
-
"name": "scheduled-at",
|
|
2780
|
-
"hasDynamicHelp": false,
|
|
2781
|
-
"multiple": false,
|
|
2782
|
-
"type": "option"
|
|
2783
|
-
},
|
|
2784
|
-
"approved": {
|
|
2785
|
-
"description": "Mark as approved",
|
|
2786
|
-
"name": "approved",
|
|
2787
|
-
"allowNo": false,
|
|
2788
|
-
"type": "boolean"
|
|
2789
|
-
},
|
|
2790
|
-
"locked": {
|
|
2791
|
-
"description": "Mark as locked",
|
|
2792
|
-
"name": "locked",
|
|
2793
|
-
"allowNo": false,
|
|
2794
|
-
"type": "boolean"
|
|
2795
|
-
},
|
|
2796
|
-
"test": {
|
|
2797
|
-
"description": "Mark as test broadcast",
|
|
2798
|
-
"name": "test",
|
|
2799
|
-
"allowNo": false,
|
|
2800
|
-
"type": "boolean"
|
|
2801
|
-
},
|
|
2802
|
-
"template-id": {
|
|
2803
|
-
"description": "Template ID",
|
|
2804
|
-
"name": "template-id",
|
|
2805
|
-
"hasDynamicHelp": false,
|
|
2806
|
-
"multiple": false,
|
|
2807
|
-
"type": "option"
|
|
2808
|
-
},
|
|
2809
|
-
"remove-media": {
|
|
2810
|
-
"description": "Remove existing media",
|
|
2811
|
-
"name": "remove-media",
|
|
2812
|
-
"allowNo": false,
|
|
2813
|
-
"type": "boolean"
|
|
2814
|
-
},
|
|
2815
|
-
"header-footer": {
|
|
2816
|
-
"description": "Header/footer JSON array",
|
|
2817
|
-
"name": "header-footer",
|
|
2818
|
-
"hasDynamicHelp": false,
|
|
2819
|
-
"multiple": false,
|
|
2820
|
-
"type": "option"
|
|
2821
|
-
},
|
|
2822
|
-
"data": {
|
|
2823
|
-
"description": "Additional JSON object payload",
|
|
2824
|
-
"name": "data",
|
|
2825
|
-
"hasDynamicHelp": false,
|
|
2826
|
-
"multiple": false,
|
|
2827
|
-
"type": "option"
|
|
2828
2739
|
}
|
|
2829
2740
|
},
|
|
2830
2741
|
"hasDynamicHelp": false,
|
|
2831
2742
|
"hiddenAliases": [],
|
|
2832
|
-
"id": "
|
|
2743
|
+
"id": "chats:get",
|
|
2833
2744
|
"pluginAlias": "@instantkom/cli",
|
|
2834
2745
|
"pluginName": "@instantkom/cli",
|
|
2835
2746
|
"pluginType": "core",
|
|
@@ -2839,14 +2750,14 @@
|
|
|
2839
2750
|
"relativePath": [
|
|
2840
2751
|
"dist",
|
|
2841
2752
|
"commands",
|
|
2842
|
-
"
|
|
2843
|
-
"
|
|
2753
|
+
"chats",
|
|
2754
|
+
"get.js"
|
|
2844
2755
|
]
|
|
2845
2756
|
},
|
|
2846
|
-
"
|
|
2757
|
+
"chats:list": {
|
|
2847
2758
|
"aliases": [],
|
|
2848
2759
|
"args": {},
|
|
2849
|
-
"description": "
|
|
2760
|
+
"description": "List chats",
|
|
2850
2761
|
"flags": {
|
|
2851
2762
|
"api-key": {
|
|
2852
2763
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2910,47 +2821,72 @@
|
|
|
2910
2821
|
"multiple": false,
|
|
2911
2822
|
"type": "option"
|
|
2912
2823
|
},
|
|
2913
|
-
"
|
|
2914
|
-
"description": "
|
|
2915
|
-
"name": "
|
|
2916
|
-
"
|
|
2824
|
+
"page": {
|
|
2825
|
+
"description": "Page number",
|
|
2826
|
+
"name": "page",
|
|
2827
|
+
"default": 1,
|
|
2917
2828
|
"hasDynamicHelp": false,
|
|
2918
2829
|
"multiple": false,
|
|
2919
2830
|
"type": "option"
|
|
2920
2831
|
},
|
|
2921
|
-
"
|
|
2922
|
-
"description": "
|
|
2923
|
-
"name": "
|
|
2924
|
-
"
|
|
2832
|
+
"limit": {
|
|
2833
|
+
"description": "Items per page",
|
|
2834
|
+
"name": "limit",
|
|
2835
|
+
"default": 20,
|
|
2925
2836
|
"hasDynamicHelp": false,
|
|
2926
2837
|
"multiple": false,
|
|
2927
2838
|
"type": "option"
|
|
2928
2839
|
},
|
|
2929
|
-
"
|
|
2930
|
-
"description": "
|
|
2931
|
-
"name": "
|
|
2932
|
-
"hasDynamicHelp": false,
|
|
2933
|
-
"multiple": false,
|
|
2840
|
+
"channel": {
|
|
2841
|
+
"description": "Filter by channel ID",
|
|
2842
|
+
"name": "channel",
|
|
2843
|
+
"hasDynamicHelp": false,
|
|
2844
|
+
"multiple": false,
|
|
2934
2845
|
"type": "option"
|
|
2935
2846
|
},
|
|
2936
|
-
"
|
|
2937
|
-
"description": "
|
|
2938
|
-
"name": "
|
|
2847
|
+
"channels": {
|
|
2848
|
+
"description": "Comma-separated channel IDs",
|
|
2849
|
+
"name": "channels",
|
|
2939
2850
|
"hasDynamicHelp": false,
|
|
2940
2851
|
"multiple": false,
|
|
2941
2852
|
"type": "option"
|
|
2942
2853
|
},
|
|
2943
|
-
"
|
|
2944
|
-
"description": "
|
|
2945
|
-
"name": "
|
|
2854
|
+
"search": {
|
|
2855
|
+
"description": "Search chats",
|
|
2856
|
+
"name": "search",
|
|
2857
|
+
"hasDynamicHelp": false,
|
|
2858
|
+
"multiple": false,
|
|
2859
|
+
"type": "option"
|
|
2860
|
+
},
|
|
2861
|
+
"status": {
|
|
2862
|
+
"description": "Chat status",
|
|
2863
|
+
"name": "status",
|
|
2946
2864
|
"hasDynamicHelp": false,
|
|
2947
2865
|
"multiple": false,
|
|
2866
|
+
"options": [
|
|
2867
|
+
"all",
|
|
2868
|
+
"unread",
|
|
2869
|
+
"read",
|
|
2870
|
+
"archived"
|
|
2871
|
+
],
|
|
2948
2872
|
"type": "option"
|
|
2873
|
+
},
|
|
2874
|
+
"unread-only": {
|
|
2875
|
+
"description": "Only unread chats",
|
|
2876
|
+
"name": "unread-only",
|
|
2877
|
+
"allowNo": false,
|
|
2878
|
+
"type": "boolean"
|
|
2879
|
+
},
|
|
2880
|
+
"include-archived": {
|
|
2881
|
+
"description": "Include archived chats",
|
|
2882
|
+
"name": "include-archived",
|
|
2883
|
+
"allowNo": false,
|
|
2884
|
+
"type": "boolean"
|
|
2949
2885
|
}
|
|
2950
2886
|
},
|
|
2951
2887
|
"hasDynamicHelp": false,
|
|
2952
2888
|
"hiddenAliases": [],
|
|
2953
|
-
"id": "
|
|
2889
|
+
"id": "chats:list",
|
|
2954
2890
|
"pluginAlias": "@instantkom/cli",
|
|
2955
2891
|
"pluginName": "@instantkom/cli",
|
|
2956
2892
|
"pluginType": "core",
|
|
@@ -2960,20 +2896,20 @@
|
|
|
2960
2896
|
"relativePath": [
|
|
2961
2897
|
"dist",
|
|
2962
2898
|
"commands",
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2899
|
+
"chats",
|
|
2900
|
+
"list.js"
|
|
2965
2901
|
]
|
|
2966
2902
|
},
|
|
2967
|
-
"
|
|
2903
|
+
"chats:reply": {
|
|
2968
2904
|
"aliases": [],
|
|
2969
2905
|
"args": {
|
|
2970
2906
|
"id": {
|
|
2971
|
-
"description": "
|
|
2907
|
+
"description": "Chat ID",
|
|
2972
2908
|
"name": "id",
|
|
2973
2909
|
"required": true
|
|
2974
2910
|
}
|
|
2975
2911
|
},
|
|
2976
|
-
"description": "
|
|
2912
|
+
"description": "Reply in a chat",
|
|
2977
2913
|
"flags": {
|
|
2978
2914
|
"api-key": {
|
|
2979
2915
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3036,11 +2972,19 @@
|
|
|
3036
2972
|
"hasDynamicHelp": false,
|
|
3037
2973
|
"multiple": false,
|
|
3038
2974
|
"type": "option"
|
|
2975
|
+
},
|
|
2976
|
+
"text": {
|
|
2977
|
+
"description": "Reply text",
|
|
2978
|
+
"name": "text",
|
|
2979
|
+
"required": true,
|
|
2980
|
+
"hasDynamicHelp": false,
|
|
2981
|
+
"multiple": false,
|
|
2982
|
+
"type": "option"
|
|
3039
2983
|
}
|
|
3040
2984
|
},
|
|
3041
2985
|
"hasDynamicHelp": false,
|
|
3042
2986
|
"hiddenAliases": [],
|
|
3043
|
-
"id": "
|
|
2987
|
+
"id": "chats:reply",
|
|
3044
2988
|
"pluginAlias": "@instantkom/cli",
|
|
3045
2989
|
"pluginName": "@instantkom/cli",
|
|
3046
2990
|
"pluginType": "core",
|
|
@@ -3050,20 +2994,20 @@
|
|
|
3050
2994
|
"relativePath": [
|
|
3051
2995
|
"dist",
|
|
3052
2996
|
"commands",
|
|
3053
|
-
"
|
|
3054
|
-
"
|
|
2997
|
+
"chats",
|
|
2998
|
+
"reply.js"
|
|
3055
2999
|
]
|
|
3056
3000
|
},
|
|
3057
|
-
"
|
|
3001
|
+
"config:get": {
|
|
3058
3002
|
"aliases": [],
|
|
3059
3003
|
"args": {
|
|
3060
|
-
"
|
|
3061
|
-
"description": "
|
|
3062
|
-
"name": "
|
|
3063
|
-
"required":
|
|
3004
|
+
"key": {
|
|
3005
|
+
"description": "Configuration key to retrieve",
|
|
3006
|
+
"name": "key",
|
|
3007
|
+
"required": true
|
|
3064
3008
|
}
|
|
3065
3009
|
},
|
|
3066
|
-
"description": "Get
|
|
3010
|
+
"description": "Get a configuration value for the current profile",
|
|
3067
3011
|
"flags": {
|
|
3068
3012
|
"api-key": {
|
|
3069
3013
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3126,18 +3070,11 @@
|
|
|
3126
3070
|
"hasDynamicHelp": false,
|
|
3127
3071
|
"multiple": false,
|
|
3128
3072
|
"type": "option"
|
|
3129
|
-
},
|
|
3130
|
-
"period": {
|
|
3131
|
-
"description": "KPI period",
|
|
3132
|
-
"name": "period",
|
|
3133
|
-
"hasDynamicHelp": false,
|
|
3134
|
-
"multiple": false,
|
|
3135
|
-
"type": "option"
|
|
3136
3073
|
}
|
|
3137
3074
|
},
|
|
3138
3075
|
"hasDynamicHelp": false,
|
|
3139
3076
|
"hiddenAliases": [],
|
|
3140
|
-
"id": "
|
|
3077
|
+
"id": "config:get",
|
|
3141
3078
|
"pluginAlias": "@instantkom/cli",
|
|
3142
3079
|
"pluginName": "@instantkom/cli",
|
|
3143
3080
|
"pluginType": "core",
|
|
@@ -3147,14 +3084,25 @@
|
|
|
3147
3084
|
"relativePath": [
|
|
3148
3085
|
"dist",
|
|
3149
3086
|
"commands",
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3087
|
+
"config",
|
|
3088
|
+
"get.js"
|
|
3152
3089
|
]
|
|
3153
3090
|
},
|
|
3154
|
-
"
|
|
3091
|
+
"config:set": {
|
|
3155
3092
|
"aliases": [],
|
|
3156
|
-
"args": {
|
|
3157
|
-
|
|
3093
|
+
"args": {
|
|
3094
|
+
"key": {
|
|
3095
|
+
"description": "Configuration key to set",
|
|
3096
|
+
"name": "key",
|
|
3097
|
+
"required": true
|
|
3098
|
+
},
|
|
3099
|
+
"value": {
|
|
3100
|
+
"description": "Value to assign",
|
|
3101
|
+
"name": "value",
|
|
3102
|
+
"required": true
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3105
|
+
"description": "Set a configuration value for the current profile",
|
|
3158
3106
|
"flags": {
|
|
3159
3107
|
"api-key": {
|
|
3160
3108
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3217,40 +3165,93 @@
|
|
|
3217
3165
|
"hasDynamicHelp": false,
|
|
3218
3166
|
"multiple": false,
|
|
3219
3167
|
"type": "option"
|
|
3220
|
-
}
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3168
|
+
}
|
|
3169
|
+
},
|
|
3170
|
+
"hasDynamicHelp": false,
|
|
3171
|
+
"hiddenAliases": [],
|
|
3172
|
+
"id": "config:set",
|
|
3173
|
+
"pluginAlias": "@instantkom/cli",
|
|
3174
|
+
"pluginName": "@instantkom/cli",
|
|
3175
|
+
"pluginType": "core",
|
|
3176
|
+
"strict": true,
|
|
3177
|
+
"enableJsonFlag": false,
|
|
3178
|
+
"isESM": true,
|
|
3179
|
+
"relativePath": [
|
|
3180
|
+
"dist",
|
|
3181
|
+
"commands",
|
|
3182
|
+
"config",
|
|
3183
|
+
"set.js"
|
|
3184
|
+
]
|
|
3185
|
+
},
|
|
3186
|
+
"config:unset": {
|
|
3187
|
+
"aliases": [],
|
|
3188
|
+
"args": {
|
|
3189
|
+
"key": {
|
|
3190
|
+
"description": "Configuration key to remove",
|
|
3191
|
+
"name": "key",
|
|
3192
|
+
"required": true
|
|
3193
|
+
}
|
|
3194
|
+
},
|
|
3195
|
+
"description": "Remove a configuration key from the current profile",
|
|
3196
|
+
"flags": {
|
|
3197
|
+
"api-key": {
|
|
3198
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3199
|
+
"env": "IKM_API_KEY",
|
|
3200
|
+
"helpGroup": "GLOBAL",
|
|
3201
|
+
"name": "api-key",
|
|
3225
3202
|
"hasDynamicHelp": false,
|
|
3226
3203
|
"multiple": false,
|
|
3227
3204
|
"type": "option"
|
|
3228
3205
|
},
|
|
3229
|
-
"
|
|
3230
|
-
"description": "
|
|
3231
|
-
"
|
|
3232
|
-
"
|
|
3206
|
+
"format": {
|
|
3207
|
+
"description": "Output format: text, json, yaml, or table",
|
|
3208
|
+
"helpGroup": "GLOBAL",
|
|
3209
|
+
"name": "format",
|
|
3210
|
+
"default": "text",
|
|
3233
3211
|
"hasDynamicHelp": false,
|
|
3234
3212
|
"multiple": false,
|
|
3213
|
+
"options": [
|
|
3214
|
+
"text",
|
|
3215
|
+
"json",
|
|
3216
|
+
"yaml",
|
|
3217
|
+
"table"
|
|
3218
|
+
],
|
|
3235
3219
|
"type": "option"
|
|
3236
3220
|
},
|
|
3237
|
-
"
|
|
3238
|
-
"description": "
|
|
3239
|
-
"
|
|
3240
|
-
"
|
|
3241
|
-
"
|
|
3242
|
-
"type": "
|
|
3221
|
+
"json": {
|
|
3222
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
3223
|
+
"helpGroup": "GLOBAL",
|
|
3224
|
+
"name": "json",
|
|
3225
|
+
"allowNo": false,
|
|
3226
|
+
"type": "boolean"
|
|
3243
3227
|
},
|
|
3244
|
-
"
|
|
3245
|
-
"description": "
|
|
3246
|
-
"
|
|
3228
|
+
"quiet": {
|
|
3229
|
+
"description": "Suppress all output except errors",
|
|
3230
|
+
"helpGroup": "GLOBAL",
|
|
3231
|
+
"name": "quiet",
|
|
3232
|
+
"allowNo": false,
|
|
3233
|
+
"type": "boolean"
|
|
3234
|
+
},
|
|
3235
|
+
"no-color": {
|
|
3236
|
+
"description": "Disable color output",
|
|
3237
|
+
"helpGroup": "GLOBAL",
|
|
3238
|
+
"name": "no-color",
|
|
3239
|
+
"allowNo": false,
|
|
3240
|
+
"type": "boolean"
|
|
3241
|
+
},
|
|
3242
|
+
"profile": {
|
|
3243
|
+
"description": "Named configuration profile to use",
|
|
3244
|
+
"helpGroup": "GLOBAL",
|
|
3245
|
+
"name": "profile",
|
|
3246
|
+
"default": "default",
|
|
3247
3247
|
"hasDynamicHelp": false,
|
|
3248
3248
|
"multiple": false,
|
|
3249
3249
|
"type": "option"
|
|
3250
3250
|
},
|
|
3251
|
-
"
|
|
3252
|
-
"description": "
|
|
3253
|
-
"
|
|
3251
|
+
"api-url": {
|
|
3252
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
3253
|
+
"helpGroup": "GLOBAL",
|
|
3254
|
+
"name": "api-url",
|
|
3254
3255
|
"hasDynamicHelp": false,
|
|
3255
3256
|
"multiple": false,
|
|
3256
3257
|
"type": "option"
|
|
@@ -3258,7 +3259,7 @@
|
|
|
3258
3259
|
},
|
|
3259
3260
|
"hasDynamicHelp": false,
|
|
3260
3261
|
"hiddenAliases": [],
|
|
3261
|
-
"id": "
|
|
3262
|
+
"id": "config:unset",
|
|
3262
3263
|
"pluginAlias": "@instantkom/cli",
|
|
3263
3264
|
"pluginName": "@instantkom/cli",
|
|
3264
3265
|
"pluginType": "core",
|
|
@@ -3268,20 +3269,14 @@
|
|
|
3268
3269
|
"relativePath": [
|
|
3269
3270
|
"dist",
|
|
3270
3271
|
"commands",
|
|
3271
|
-
"
|
|
3272
|
-
"
|
|
3272
|
+
"config",
|
|
3273
|
+
"unset.js"
|
|
3273
3274
|
]
|
|
3274
3275
|
},
|
|
3275
|
-
"
|
|
3276
|
+
"contacts:create": {
|
|
3276
3277
|
"aliases": [],
|
|
3277
|
-
"args": {
|
|
3278
|
-
|
|
3279
|
-
"description": "Channel ID",
|
|
3280
|
-
"name": "id",
|
|
3281
|
-
"required": true
|
|
3282
|
-
}
|
|
3283
|
-
},
|
|
3284
|
-
"description": "Update a channel",
|
|
3278
|
+
"args": {},
|
|
3279
|
+
"description": "Create a contact",
|
|
3285
3280
|
"flags": {
|
|
3286
3281
|
"api-key": {
|
|
3287
3282
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3345,23 +3340,25 @@
|
|
|
3345
3340
|
"multiple": false,
|
|
3346
3341
|
"type": "option"
|
|
3347
3342
|
},
|
|
3348
|
-
"
|
|
3349
|
-
"description": "Channel
|
|
3350
|
-
"name": "
|
|
3343
|
+
"channel": {
|
|
3344
|
+
"description": "Channel ID",
|
|
3345
|
+
"name": "channel",
|
|
3346
|
+
"required": true,
|
|
3351
3347
|
"hasDynamicHelp": false,
|
|
3352
3348
|
"multiple": false,
|
|
3353
3349
|
"type": "option"
|
|
3354
3350
|
},
|
|
3355
|
-
"
|
|
3356
|
-
"description": "
|
|
3357
|
-
"name": "
|
|
3351
|
+
"identifier": {
|
|
3352
|
+
"description": "Unique contact identifier",
|
|
3353
|
+
"name": "identifier",
|
|
3354
|
+
"required": true,
|
|
3358
3355
|
"hasDynamicHelp": false,
|
|
3359
3356
|
"multiple": false,
|
|
3360
3357
|
"type": "option"
|
|
3361
3358
|
},
|
|
3362
|
-
"
|
|
3363
|
-
"description": "
|
|
3364
|
-
"name": "
|
|
3359
|
+
"name": {
|
|
3360
|
+
"description": "Contact name",
|
|
3361
|
+
"name": "name",
|
|
3365
3362
|
"hasDynamicHelp": false,
|
|
3366
3363
|
"multiple": false,
|
|
3367
3364
|
"type": "option"
|
|
@@ -3376,7 +3373,7 @@
|
|
|
3376
3373
|
},
|
|
3377
3374
|
"hasDynamicHelp": false,
|
|
3378
3375
|
"hiddenAliases": [],
|
|
3379
|
-
"id": "
|
|
3376
|
+
"id": "contacts:create",
|
|
3380
3377
|
"pluginAlias": "@instantkom/cli",
|
|
3381
3378
|
"pluginName": "@instantkom/cli",
|
|
3382
3379
|
"pluginType": "core",
|
|
@@ -3386,20 +3383,20 @@
|
|
|
3386
3383
|
"relativePath": [
|
|
3387
3384
|
"dist",
|
|
3388
3385
|
"commands",
|
|
3389
|
-
"
|
|
3390
|
-
"
|
|
3386
|
+
"contacts",
|
|
3387
|
+
"create.js"
|
|
3391
3388
|
]
|
|
3392
3389
|
},
|
|
3393
|
-
"
|
|
3390
|
+
"contacts:delete": {
|
|
3394
3391
|
"aliases": [],
|
|
3395
3392
|
"args": {
|
|
3396
3393
|
"id": {
|
|
3397
|
-
"description": "
|
|
3394
|
+
"description": "Contact ID",
|
|
3398
3395
|
"name": "id",
|
|
3399
3396
|
"required": true
|
|
3400
3397
|
}
|
|
3401
3398
|
},
|
|
3402
|
-
"description": "
|
|
3399
|
+
"description": "Delete a contact",
|
|
3403
3400
|
"flags": {
|
|
3404
3401
|
"api-key": {
|
|
3405
3402
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3466,7 +3463,7 @@
|
|
|
3466
3463
|
},
|
|
3467
3464
|
"hasDynamicHelp": false,
|
|
3468
3465
|
"hiddenAliases": [],
|
|
3469
|
-
"id": "
|
|
3466
|
+
"id": "contacts:delete",
|
|
3470
3467
|
"pluginAlias": "@instantkom/cli",
|
|
3471
3468
|
"pluginName": "@instantkom/cli",
|
|
3472
3469
|
"pluginType": "core",
|
|
@@ -3476,14 +3473,14 @@
|
|
|
3476
3473
|
"relativePath": [
|
|
3477
3474
|
"dist",
|
|
3478
3475
|
"commands",
|
|
3479
|
-
"
|
|
3480
|
-
"
|
|
3476
|
+
"contacts",
|
|
3477
|
+
"delete.js"
|
|
3481
3478
|
]
|
|
3482
3479
|
},
|
|
3483
|
-
"
|
|
3480
|
+
"contacts:export": {
|
|
3484
3481
|
"aliases": [],
|
|
3485
3482
|
"args": {},
|
|
3486
|
-
"description": "
|
|
3483
|
+
"description": "Export contacts to CSV",
|
|
3487
3484
|
"flags": {
|
|
3488
3485
|
"api-key": {
|
|
3489
3486
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3547,18 +3544,10 @@
|
|
|
3547
3544
|
"multiple": false,
|
|
3548
3545
|
"type": "option"
|
|
3549
3546
|
},
|
|
3550
|
-
"
|
|
3551
|
-
"description": "
|
|
3552
|
-
"name": "
|
|
3553
|
-
"
|
|
3554
|
-
"hasDynamicHelp": false,
|
|
3555
|
-
"multiple": false,
|
|
3556
|
-
"type": "option"
|
|
3557
|
-
},
|
|
3558
|
-
"limit": {
|
|
3559
|
-
"description": "Items per page",
|
|
3560
|
-
"name": "limit",
|
|
3561
|
-
"default": 20,
|
|
3547
|
+
"file": {
|
|
3548
|
+
"description": "CSV output file path",
|
|
3549
|
+
"name": "file",
|
|
3550
|
+
"required": true,
|
|
3562
3551
|
"hasDynamicHelp": false,
|
|
3563
3552
|
"multiple": false,
|
|
3564
3553
|
"type": "option"
|
|
@@ -3570,49 +3559,33 @@
|
|
|
3570
3559
|
"multiple": false,
|
|
3571
3560
|
"type": "option"
|
|
3572
3561
|
},
|
|
3573
|
-
"
|
|
3574
|
-
"description": "
|
|
3575
|
-
"name": "
|
|
3562
|
+
"search": {
|
|
3563
|
+
"description": "Search by name or identifier",
|
|
3564
|
+
"name": "search",
|
|
3576
3565
|
"hasDynamicHelp": false,
|
|
3577
3566
|
"multiple": false,
|
|
3578
3567
|
"type": "option"
|
|
3579
3568
|
},
|
|
3580
|
-
"
|
|
3581
|
-
"description": "
|
|
3582
|
-
"name": "
|
|
3569
|
+
"page": {
|
|
3570
|
+
"description": "Page number",
|
|
3571
|
+
"name": "page",
|
|
3572
|
+
"default": 1,
|
|
3583
3573
|
"hasDynamicHelp": false,
|
|
3584
3574
|
"multiple": false,
|
|
3585
3575
|
"type": "option"
|
|
3586
3576
|
},
|
|
3587
|
-
"
|
|
3588
|
-
"description": "
|
|
3589
|
-
"name": "
|
|
3577
|
+
"limit": {
|
|
3578
|
+
"description": "Items per page",
|
|
3579
|
+
"name": "limit",
|
|
3580
|
+
"default": 100,
|
|
3590
3581
|
"hasDynamicHelp": false,
|
|
3591
3582
|
"multiple": false,
|
|
3592
|
-
"options": [
|
|
3593
|
-
"all",
|
|
3594
|
-
"unread",
|
|
3595
|
-
"read",
|
|
3596
|
-
"archived"
|
|
3597
|
-
],
|
|
3598
3583
|
"type": "option"
|
|
3599
|
-
},
|
|
3600
|
-
"unread-only": {
|
|
3601
|
-
"description": "Only unread chats",
|
|
3602
|
-
"name": "unread-only",
|
|
3603
|
-
"allowNo": false,
|
|
3604
|
-
"type": "boolean"
|
|
3605
|
-
},
|
|
3606
|
-
"include-archived": {
|
|
3607
|
-
"description": "Include archived chats",
|
|
3608
|
-
"name": "include-archived",
|
|
3609
|
-
"allowNo": false,
|
|
3610
|
-
"type": "boolean"
|
|
3611
3584
|
}
|
|
3612
3585
|
},
|
|
3613
3586
|
"hasDynamicHelp": false,
|
|
3614
3587
|
"hiddenAliases": [],
|
|
3615
|
-
"id": "
|
|
3588
|
+
"id": "contacts:export",
|
|
3616
3589
|
"pluginAlias": "@instantkom/cli",
|
|
3617
3590
|
"pluginName": "@instantkom/cli",
|
|
3618
3591
|
"pluginType": "core",
|
|
@@ -3622,20 +3595,20 @@
|
|
|
3622
3595
|
"relativePath": [
|
|
3623
3596
|
"dist",
|
|
3624
3597
|
"commands",
|
|
3625
|
-
"
|
|
3626
|
-
"
|
|
3598
|
+
"contacts",
|
|
3599
|
+
"export.js"
|
|
3627
3600
|
]
|
|
3628
3601
|
},
|
|
3629
|
-
"
|
|
3602
|
+
"contacts:get": {
|
|
3630
3603
|
"aliases": [],
|
|
3631
3604
|
"args": {
|
|
3632
3605
|
"id": {
|
|
3633
|
-
"description": "
|
|
3606
|
+
"description": "Contact ID",
|
|
3634
3607
|
"name": "id",
|
|
3635
3608
|
"required": true
|
|
3636
3609
|
}
|
|
3637
3610
|
},
|
|
3638
|
-
"description": "
|
|
3611
|
+
"description": "Get a contact by ID",
|
|
3639
3612
|
"flags": {
|
|
3640
3613
|
"api-key": {
|
|
3641
3614
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3698,19 +3671,11 @@
|
|
|
3698
3671
|
"hasDynamicHelp": false,
|
|
3699
3672
|
"multiple": false,
|
|
3700
3673
|
"type": "option"
|
|
3701
|
-
},
|
|
3702
|
-
"text": {
|
|
3703
|
-
"description": "Reply text",
|
|
3704
|
-
"name": "text",
|
|
3705
|
-
"required": true,
|
|
3706
|
-
"hasDynamicHelp": false,
|
|
3707
|
-
"multiple": false,
|
|
3708
|
-
"type": "option"
|
|
3709
3674
|
}
|
|
3710
3675
|
},
|
|
3711
3676
|
"hasDynamicHelp": false,
|
|
3712
3677
|
"hiddenAliases": [],
|
|
3713
|
-
"id": "
|
|
3678
|
+
"id": "contacts:get",
|
|
3714
3679
|
"pluginAlias": "@instantkom/cli",
|
|
3715
3680
|
"pluginName": "@instantkom/cli",
|
|
3716
3681
|
"pluginType": "core",
|
|
@@ -3720,20 +3685,14 @@
|
|
|
3720
3685
|
"relativePath": [
|
|
3721
3686
|
"dist",
|
|
3722
3687
|
"commands",
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3688
|
+
"contacts",
|
|
3689
|
+
"get.js"
|
|
3725
3690
|
]
|
|
3726
3691
|
},
|
|
3727
|
-
"
|
|
3692
|
+
"contacts:import": {
|
|
3728
3693
|
"aliases": [],
|
|
3729
|
-
"args": {
|
|
3730
|
-
|
|
3731
|
-
"description": "Configuration key to retrieve",
|
|
3732
|
-
"name": "key",
|
|
3733
|
-
"required": true
|
|
3734
|
-
}
|
|
3735
|
-
},
|
|
3736
|
-
"description": "Get a configuration value for the current profile",
|
|
3694
|
+
"args": {},
|
|
3695
|
+
"description": "Import contacts from CSV",
|
|
3737
3696
|
"flags": {
|
|
3738
3697
|
"api-key": {
|
|
3739
3698
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3796,11 +3755,27 @@
|
|
|
3796
3755
|
"hasDynamicHelp": false,
|
|
3797
3756
|
"multiple": false,
|
|
3798
3757
|
"type": "option"
|
|
3758
|
+
},
|
|
3759
|
+
"file": {
|
|
3760
|
+
"description": "CSV file path",
|
|
3761
|
+
"name": "file",
|
|
3762
|
+
"required": true,
|
|
3763
|
+
"hasDynamicHelp": false,
|
|
3764
|
+
"multiple": false,
|
|
3765
|
+
"type": "option"
|
|
3766
|
+
},
|
|
3767
|
+
"channel": {
|
|
3768
|
+
"description": "Channel ID",
|
|
3769
|
+
"name": "channel",
|
|
3770
|
+
"required": true,
|
|
3771
|
+
"hasDynamicHelp": false,
|
|
3772
|
+
"multiple": false,
|
|
3773
|
+
"type": "option"
|
|
3799
3774
|
}
|
|
3800
3775
|
},
|
|
3801
3776
|
"hasDynamicHelp": false,
|
|
3802
3777
|
"hiddenAliases": [],
|
|
3803
|
-
"id": "
|
|
3778
|
+
"id": "contacts:import",
|
|
3804
3779
|
"pluginAlias": "@instantkom/cli",
|
|
3805
3780
|
"pluginName": "@instantkom/cli",
|
|
3806
3781
|
"pluginType": "core",
|
|
@@ -3810,25 +3785,14 @@
|
|
|
3810
3785
|
"relativePath": [
|
|
3811
3786
|
"dist",
|
|
3812
3787
|
"commands",
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
3788
|
+
"contacts",
|
|
3789
|
+
"import.js"
|
|
3815
3790
|
]
|
|
3816
3791
|
},
|
|
3817
|
-
"
|
|
3792
|
+
"contacts:list": {
|
|
3818
3793
|
"aliases": [],
|
|
3819
|
-
"args": {
|
|
3820
|
-
|
|
3821
|
-
"description": "Configuration key to set",
|
|
3822
|
-
"name": "key",
|
|
3823
|
-
"required": true
|
|
3824
|
-
},
|
|
3825
|
-
"value": {
|
|
3826
|
-
"description": "Value to assign",
|
|
3827
|
-
"name": "value",
|
|
3828
|
-
"required": true
|
|
3829
|
-
}
|
|
3830
|
-
},
|
|
3831
|
-
"description": "Set a configuration value for the current profile",
|
|
3794
|
+
"args": {},
|
|
3795
|
+
"description": "List contacts",
|
|
3832
3796
|
"flags": {
|
|
3833
3797
|
"api-key": {
|
|
3834
3798
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3891,93 +3855,98 @@
|
|
|
3891
3855
|
"hasDynamicHelp": false,
|
|
3892
3856
|
"multiple": false,
|
|
3893
3857
|
"type": "option"
|
|
3894
|
-
}
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
"id": "config:set",
|
|
3899
|
-
"pluginAlias": "@instantkom/cli",
|
|
3900
|
-
"pluginName": "@instantkom/cli",
|
|
3901
|
-
"pluginType": "core",
|
|
3902
|
-
"strict": true,
|
|
3903
|
-
"enableJsonFlag": false,
|
|
3904
|
-
"isESM": true,
|
|
3905
|
-
"relativePath": [
|
|
3906
|
-
"dist",
|
|
3907
|
-
"commands",
|
|
3908
|
-
"config",
|
|
3909
|
-
"set.js"
|
|
3910
|
-
]
|
|
3911
|
-
},
|
|
3912
|
-
"config:unset": {
|
|
3913
|
-
"aliases": [],
|
|
3914
|
-
"args": {
|
|
3915
|
-
"key": {
|
|
3916
|
-
"description": "Configuration key to remove",
|
|
3917
|
-
"name": "key",
|
|
3918
|
-
"required": true
|
|
3919
|
-
}
|
|
3920
|
-
},
|
|
3921
|
-
"description": "Remove a configuration key from the current profile",
|
|
3922
|
-
"flags": {
|
|
3923
|
-
"api-key": {
|
|
3924
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3925
|
-
"env": "IKM_API_KEY",
|
|
3926
|
-
"helpGroup": "GLOBAL",
|
|
3927
|
-
"name": "api-key",
|
|
3858
|
+
},
|
|
3859
|
+
"channel": {
|
|
3860
|
+
"description": "Filter by channel ID",
|
|
3861
|
+
"name": "channel",
|
|
3928
3862
|
"hasDynamicHelp": false,
|
|
3929
3863
|
"multiple": false,
|
|
3930
3864
|
"type": "option"
|
|
3931
3865
|
},
|
|
3932
|
-
"
|
|
3933
|
-
"description": "
|
|
3934
|
-
"
|
|
3935
|
-
"
|
|
3936
|
-
"
|
|
3866
|
+
"search": {
|
|
3867
|
+
"description": "Search by name or identifier",
|
|
3868
|
+
"name": "search",
|
|
3869
|
+
"hasDynamicHelp": false,
|
|
3870
|
+
"multiple": false,
|
|
3871
|
+
"type": "option"
|
|
3872
|
+
},
|
|
3873
|
+
"page": {
|
|
3874
|
+
"description": "Page number",
|
|
3875
|
+
"name": "page",
|
|
3876
|
+
"default": 1,
|
|
3877
|
+
"hasDynamicHelp": false,
|
|
3878
|
+
"multiple": false,
|
|
3879
|
+
"type": "option"
|
|
3880
|
+
},
|
|
3881
|
+
"limit": {
|
|
3882
|
+
"description": "Items per page",
|
|
3883
|
+
"name": "limit",
|
|
3884
|
+
"default": 20,
|
|
3885
|
+
"hasDynamicHelp": false,
|
|
3886
|
+
"multiple": false,
|
|
3887
|
+
"type": "option"
|
|
3888
|
+
},
|
|
3889
|
+
"optin-status": {
|
|
3890
|
+
"description": "Filter by opt-in status",
|
|
3891
|
+
"name": "optin-status",
|
|
3937
3892
|
"hasDynamicHelp": false,
|
|
3938
3893
|
"multiple": false,
|
|
3939
3894
|
"options": [
|
|
3940
|
-
"
|
|
3941
|
-
"
|
|
3942
|
-
"yaml",
|
|
3943
|
-
"table"
|
|
3895
|
+
"0",
|
|
3896
|
+
"1"
|
|
3944
3897
|
],
|
|
3945
3898
|
"type": "option"
|
|
3946
3899
|
},
|
|
3947
|
-
"
|
|
3948
|
-
"description": "
|
|
3949
|
-
"
|
|
3950
|
-
"
|
|
3951
|
-
"
|
|
3952
|
-
"
|
|
3900
|
+
"blocked": {
|
|
3901
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
3902
|
+
"name": "blocked",
|
|
3903
|
+
"hasDynamicHelp": false,
|
|
3904
|
+
"multiple": false,
|
|
3905
|
+
"options": [
|
|
3906
|
+
"0",
|
|
3907
|
+
"1"
|
|
3908
|
+
],
|
|
3909
|
+
"type": "option"
|
|
3953
3910
|
},
|
|
3954
|
-
"
|
|
3955
|
-
"description": "
|
|
3956
|
-
"
|
|
3957
|
-
"
|
|
3958
|
-
"
|
|
3959
|
-
"type": "
|
|
3911
|
+
"segment": {
|
|
3912
|
+
"description": "Filter by segment ID",
|
|
3913
|
+
"name": "segment",
|
|
3914
|
+
"hasDynamicHelp": false,
|
|
3915
|
+
"multiple": false,
|
|
3916
|
+
"type": "option"
|
|
3960
3917
|
},
|
|
3961
|
-
"
|
|
3962
|
-
"description": "
|
|
3963
|
-
"
|
|
3964
|
-
"
|
|
3965
|
-
"
|
|
3966
|
-
"type": "
|
|
3918
|
+
"tags": {
|
|
3919
|
+
"description": "Comma-separated tag IDs",
|
|
3920
|
+
"name": "tags",
|
|
3921
|
+
"hasDynamicHelp": false,
|
|
3922
|
+
"multiple": false,
|
|
3923
|
+
"type": "option"
|
|
3967
3924
|
},
|
|
3968
|
-
"
|
|
3969
|
-
"description": "
|
|
3970
|
-
"
|
|
3971
|
-
"name": "profile",
|
|
3972
|
-
"default": "default",
|
|
3925
|
+
"tag-match": {
|
|
3926
|
+
"description": "Tag match mode",
|
|
3927
|
+
"name": "tag-match",
|
|
3973
3928
|
"hasDynamicHelp": false,
|
|
3974
3929
|
"multiple": false,
|
|
3930
|
+
"options": [
|
|
3931
|
+
"any",
|
|
3932
|
+
"all"
|
|
3933
|
+
],
|
|
3975
3934
|
"type": "option"
|
|
3976
3935
|
},
|
|
3977
|
-
"
|
|
3978
|
-
"description": "
|
|
3979
|
-
"
|
|
3980
|
-
"
|
|
3936
|
+
"spam": {
|
|
3937
|
+
"description": "Filter by spam status",
|
|
3938
|
+
"name": "spam",
|
|
3939
|
+
"hasDynamicHelp": false,
|
|
3940
|
+
"multiple": false,
|
|
3941
|
+
"options": [
|
|
3942
|
+
"true",
|
|
3943
|
+
"false"
|
|
3944
|
+
],
|
|
3945
|
+
"type": "option"
|
|
3946
|
+
},
|
|
3947
|
+
"trust-level": {
|
|
3948
|
+
"description": "Comma-separated trust levels",
|
|
3949
|
+
"name": "trust-level",
|
|
3981
3950
|
"hasDynamicHelp": false,
|
|
3982
3951
|
"multiple": false,
|
|
3983
3952
|
"type": "option"
|
|
@@ -3985,7 +3954,7 @@
|
|
|
3985
3954
|
},
|
|
3986
3955
|
"hasDynamicHelp": false,
|
|
3987
3956
|
"hiddenAliases": [],
|
|
3988
|
-
"id": "
|
|
3957
|
+
"id": "contacts:list",
|
|
3989
3958
|
"pluginAlias": "@instantkom/cli",
|
|
3990
3959
|
"pluginName": "@instantkom/cli",
|
|
3991
3960
|
"pluginType": "core",
|
|
@@ -3995,14 +3964,20 @@
|
|
|
3995
3964
|
"relativePath": [
|
|
3996
3965
|
"dist",
|
|
3997
3966
|
"commands",
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
3967
|
+
"contacts",
|
|
3968
|
+
"list.js"
|
|
4000
3969
|
]
|
|
4001
3970
|
},
|
|
4002
|
-
"contacts:
|
|
3971
|
+
"contacts:update": {
|
|
4003
3972
|
"aliases": [],
|
|
4004
|
-
"args": {
|
|
4005
|
-
|
|
3973
|
+
"args": {
|
|
3974
|
+
"id": {
|
|
3975
|
+
"description": "Contact ID",
|
|
3976
|
+
"name": "id",
|
|
3977
|
+
"required": true
|
|
3978
|
+
}
|
|
3979
|
+
},
|
|
3980
|
+
"description": "Update a contact",
|
|
4006
3981
|
"flags": {
|
|
4007
3982
|
"api-key": {
|
|
4008
3983
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4066,18 +4041,9 @@
|
|
|
4066
4041
|
"multiple": false,
|
|
4067
4042
|
"type": "option"
|
|
4068
4043
|
},
|
|
4069
|
-
"channel": {
|
|
4070
|
-
"description": "Channel ID",
|
|
4071
|
-
"name": "channel",
|
|
4072
|
-
"required": true,
|
|
4073
|
-
"hasDynamicHelp": false,
|
|
4074
|
-
"multiple": false,
|
|
4075
|
-
"type": "option"
|
|
4076
|
-
},
|
|
4077
4044
|
"identifier": {
|
|
4078
4045
|
"description": "Unique contact identifier",
|
|
4079
4046
|
"name": "identifier",
|
|
4080
|
-
"required": true,
|
|
4081
4047
|
"hasDynamicHelp": false,
|
|
4082
4048
|
"multiple": false,
|
|
4083
4049
|
"type": "option"
|
|
@@ -4099,7 +4065,7 @@
|
|
|
4099
4065
|
},
|
|
4100
4066
|
"hasDynamicHelp": false,
|
|
4101
4067
|
"hiddenAliases": [],
|
|
4102
|
-
"id": "contacts:
|
|
4068
|
+
"id": "contacts:update",
|
|
4103
4069
|
"pluginAlias": "@instantkom/cli",
|
|
4104
4070
|
"pluginName": "@instantkom/cli",
|
|
4105
4071
|
"pluginType": "core",
|
|
@@ -4110,19 +4076,13 @@
|
|
|
4110
4076
|
"dist",
|
|
4111
4077
|
"commands",
|
|
4112
4078
|
"contacts",
|
|
4113
|
-
"
|
|
4079
|
+
"update.js"
|
|
4114
4080
|
]
|
|
4115
4081
|
},
|
|
4116
|
-
"
|
|
4082
|
+
"bots:create": {
|
|
4117
4083
|
"aliases": [],
|
|
4118
|
-
"args": {
|
|
4119
|
-
|
|
4120
|
-
"description": "Contact ID",
|
|
4121
|
-
"name": "id",
|
|
4122
|
-
"required": true
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"description": "Delete a contact",
|
|
4084
|
+
"args": {},
|
|
4085
|
+
"description": "Create a bot",
|
|
4126
4086
|
"flags": {
|
|
4127
4087
|
"api-key": {
|
|
4128
4088
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4185,11 +4145,76 @@
|
|
|
4185
4145
|
"hasDynamicHelp": false,
|
|
4186
4146
|
"multiple": false,
|
|
4187
4147
|
"type": "option"
|
|
4148
|
+
},
|
|
4149
|
+
"channel": {
|
|
4150
|
+
"description": "Channel ID",
|
|
4151
|
+
"name": "channel",
|
|
4152
|
+
"required": true,
|
|
4153
|
+
"hasDynamicHelp": false,
|
|
4154
|
+
"multiple": false,
|
|
4155
|
+
"type": "option"
|
|
4156
|
+
},
|
|
4157
|
+
"name": {
|
|
4158
|
+
"description": "Bot name",
|
|
4159
|
+
"name": "name",
|
|
4160
|
+
"required": true,
|
|
4161
|
+
"hasDynamicHelp": false,
|
|
4162
|
+
"multiple": false,
|
|
4163
|
+
"type": "option"
|
|
4164
|
+
},
|
|
4165
|
+
"type": {
|
|
4166
|
+
"description": "Bot type",
|
|
4167
|
+
"name": "type",
|
|
4168
|
+
"required": true,
|
|
4169
|
+
"hasDynamicHelp": false,
|
|
4170
|
+
"multiple": false,
|
|
4171
|
+
"options": [
|
|
4172
|
+
"keyword",
|
|
4173
|
+
"schedule",
|
|
4174
|
+
"event",
|
|
4175
|
+
"ai"
|
|
4176
|
+
],
|
|
4177
|
+
"type": "option"
|
|
4178
|
+
},
|
|
4179
|
+
"message": {
|
|
4180
|
+
"description": "Bot message content",
|
|
4181
|
+
"name": "message",
|
|
4182
|
+
"hasDynamicHelp": false,
|
|
4183
|
+
"multiple": false,
|
|
4184
|
+
"type": "option"
|
|
4185
|
+
},
|
|
4186
|
+
"response": {
|
|
4187
|
+
"description": "Alias for --message",
|
|
4188
|
+
"name": "response",
|
|
4189
|
+
"hasDynamicHelp": false,
|
|
4190
|
+
"multiple": false,
|
|
4191
|
+
"type": "option"
|
|
4192
|
+
},
|
|
4193
|
+
"color": {
|
|
4194
|
+
"description": "Bot color as HEX",
|
|
4195
|
+
"name": "color",
|
|
4196
|
+
"hasDynamicHelp": false,
|
|
4197
|
+
"multiple": false,
|
|
4198
|
+
"type": "option"
|
|
4199
|
+
},
|
|
4200
|
+
"tags": {
|
|
4201
|
+
"description": "Comma-separated tags",
|
|
4202
|
+
"name": "tags",
|
|
4203
|
+
"hasDynamicHelp": false,
|
|
4204
|
+
"multiple": false,
|
|
4205
|
+
"type": "option"
|
|
4206
|
+
},
|
|
4207
|
+
"data": {
|
|
4208
|
+
"description": "Additional JSON object payload",
|
|
4209
|
+
"name": "data",
|
|
4210
|
+
"hasDynamicHelp": false,
|
|
4211
|
+
"multiple": false,
|
|
4212
|
+
"type": "option"
|
|
4188
4213
|
}
|
|
4189
4214
|
},
|
|
4190
4215
|
"hasDynamicHelp": false,
|
|
4191
4216
|
"hiddenAliases": [],
|
|
4192
|
-
"id": "
|
|
4217
|
+
"id": "bots:create",
|
|
4193
4218
|
"pluginAlias": "@instantkom/cli",
|
|
4194
4219
|
"pluginName": "@instantkom/cli",
|
|
4195
4220
|
"pluginType": "core",
|
|
@@ -4199,14 +4224,20 @@
|
|
|
4199
4224
|
"relativePath": [
|
|
4200
4225
|
"dist",
|
|
4201
4226
|
"commands",
|
|
4202
|
-
"
|
|
4203
|
-
"
|
|
4227
|
+
"bots",
|
|
4228
|
+
"create.js"
|
|
4204
4229
|
]
|
|
4205
4230
|
},
|
|
4206
|
-
"
|
|
4207
|
-
"aliases": [],
|
|
4208
|
-
"args": {
|
|
4209
|
-
|
|
4231
|
+
"bots:delete": {
|
|
4232
|
+
"aliases": [],
|
|
4233
|
+
"args": {
|
|
4234
|
+
"id": {
|
|
4235
|
+
"description": "Bot ID",
|
|
4236
|
+
"name": "id",
|
|
4237
|
+
"required": true
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
4240
|
+
"description": "Delete a bot",
|
|
4210
4241
|
"flags": {
|
|
4211
4242
|
"api-key": {
|
|
4212
4243
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4269,49 +4300,11 @@
|
|
|
4269
4300
|
"hasDynamicHelp": false,
|
|
4270
4301
|
"multiple": false,
|
|
4271
4302
|
"type": "option"
|
|
4272
|
-
},
|
|
4273
|
-
"file": {
|
|
4274
|
-
"description": "CSV output file path",
|
|
4275
|
-
"name": "file",
|
|
4276
|
-
"required": true,
|
|
4277
|
-
"hasDynamicHelp": false,
|
|
4278
|
-
"multiple": false,
|
|
4279
|
-
"type": "option"
|
|
4280
|
-
},
|
|
4281
|
-
"channel": {
|
|
4282
|
-
"description": "Filter by channel ID",
|
|
4283
|
-
"name": "channel",
|
|
4284
|
-
"hasDynamicHelp": false,
|
|
4285
|
-
"multiple": false,
|
|
4286
|
-
"type": "option"
|
|
4287
|
-
},
|
|
4288
|
-
"search": {
|
|
4289
|
-
"description": "Search by name or identifier",
|
|
4290
|
-
"name": "search",
|
|
4291
|
-
"hasDynamicHelp": false,
|
|
4292
|
-
"multiple": false,
|
|
4293
|
-
"type": "option"
|
|
4294
|
-
},
|
|
4295
|
-
"page": {
|
|
4296
|
-
"description": "Page number",
|
|
4297
|
-
"name": "page",
|
|
4298
|
-
"default": 1,
|
|
4299
|
-
"hasDynamicHelp": false,
|
|
4300
|
-
"multiple": false,
|
|
4301
|
-
"type": "option"
|
|
4302
|
-
},
|
|
4303
|
-
"limit": {
|
|
4304
|
-
"description": "Items per page",
|
|
4305
|
-
"name": "limit",
|
|
4306
|
-
"default": 100,
|
|
4307
|
-
"hasDynamicHelp": false,
|
|
4308
|
-
"multiple": false,
|
|
4309
|
-
"type": "option"
|
|
4310
4303
|
}
|
|
4311
4304
|
},
|
|
4312
4305
|
"hasDynamicHelp": false,
|
|
4313
4306
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4307
|
+
"id": "bots:delete",
|
|
4315
4308
|
"pluginAlias": "@instantkom/cli",
|
|
4316
4309
|
"pluginName": "@instantkom/cli",
|
|
4317
4310
|
"pluginType": "core",
|
|
@@ -4321,20 +4314,20 @@
|
|
|
4321
4314
|
"relativePath": [
|
|
4322
4315
|
"dist",
|
|
4323
4316
|
"commands",
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4317
|
+
"bots",
|
|
4318
|
+
"delete.js"
|
|
4326
4319
|
]
|
|
4327
4320
|
},
|
|
4328
|
-
"
|
|
4321
|
+
"bots:get": {
|
|
4329
4322
|
"aliases": [],
|
|
4330
4323
|
"args": {
|
|
4331
4324
|
"id": {
|
|
4332
|
-
"description": "
|
|
4325
|
+
"description": "Bot ID",
|
|
4333
4326
|
"name": "id",
|
|
4334
4327
|
"required": true
|
|
4335
4328
|
}
|
|
4336
4329
|
},
|
|
4337
|
-
"description": "Get a
|
|
4330
|
+
"description": "Get a bot by ID",
|
|
4338
4331
|
"flags": {
|
|
4339
4332
|
"api-key": {
|
|
4340
4333
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4401,7 +4394,7 @@
|
|
|
4401
4394
|
},
|
|
4402
4395
|
"hasDynamicHelp": false,
|
|
4403
4396
|
"hiddenAliases": [],
|
|
4404
|
-
"id": "
|
|
4397
|
+
"id": "bots:get",
|
|
4405
4398
|
"pluginAlias": "@instantkom/cli",
|
|
4406
4399
|
"pluginName": "@instantkom/cli",
|
|
4407
4400
|
"pluginType": "core",
|
|
@@ -4411,14 +4404,14 @@
|
|
|
4411
4404
|
"relativePath": [
|
|
4412
4405
|
"dist",
|
|
4413
4406
|
"commands",
|
|
4414
|
-
"
|
|
4407
|
+
"bots",
|
|
4415
4408
|
"get.js"
|
|
4416
4409
|
]
|
|
4417
4410
|
},
|
|
4418
|
-
"
|
|
4411
|
+
"bots:list": {
|
|
4419
4412
|
"aliases": [],
|
|
4420
4413
|
"args": {},
|
|
4421
|
-
"description": "
|
|
4414
|
+
"description": "List bots",
|
|
4422
4415
|
"flags": {
|
|
4423
4416
|
"api-key": {
|
|
4424
4417
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4482,26 +4475,65 @@
|
|
|
4482
4475
|
"multiple": false,
|
|
4483
4476
|
"type": "option"
|
|
4484
4477
|
},
|
|
4485
|
-
"
|
|
4486
|
-
"description": "
|
|
4487
|
-
"name": "
|
|
4488
|
-
"
|
|
4478
|
+
"page": {
|
|
4479
|
+
"description": "Page number",
|
|
4480
|
+
"name": "page",
|
|
4481
|
+
"default": 1,
|
|
4482
|
+
"hasDynamicHelp": false,
|
|
4483
|
+
"multiple": false,
|
|
4484
|
+
"type": "option"
|
|
4485
|
+
},
|
|
4486
|
+
"limit": {
|
|
4487
|
+
"description": "Items per page",
|
|
4488
|
+
"name": "limit",
|
|
4489
|
+
"default": 20,
|
|
4489
4490
|
"hasDynamicHelp": false,
|
|
4490
4491
|
"multiple": false,
|
|
4491
4492
|
"type": "option"
|
|
4492
4493
|
},
|
|
4493
4494
|
"channel": {
|
|
4494
|
-
"description": "
|
|
4495
|
+
"description": "Filter by channel ID",
|
|
4495
4496
|
"name": "channel",
|
|
4496
|
-
"required": true,
|
|
4497
4497
|
"hasDynamicHelp": false,
|
|
4498
4498
|
"multiple": false,
|
|
4499
4499
|
"type": "option"
|
|
4500
|
+
},
|
|
4501
|
+
"type": {
|
|
4502
|
+
"description": "Filter by bot type",
|
|
4503
|
+
"name": "type",
|
|
4504
|
+
"hasDynamicHelp": false,
|
|
4505
|
+
"multiple": false,
|
|
4506
|
+
"type": "option"
|
|
4507
|
+
},
|
|
4508
|
+
"search": {
|
|
4509
|
+
"description": "Search in bot name or message",
|
|
4510
|
+
"name": "search",
|
|
4511
|
+
"hasDynamicHelp": false,
|
|
4512
|
+
"multiple": false,
|
|
4513
|
+
"type": "option"
|
|
4514
|
+
},
|
|
4515
|
+
"tags": {
|
|
4516
|
+
"description": "Comma-separated tag IDs",
|
|
4517
|
+
"name": "tags",
|
|
4518
|
+
"hasDynamicHelp": false,
|
|
4519
|
+
"multiple": false,
|
|
4520
|
+
"type": "option"
|
|
4521
|
+
},
|
|
4522
|
+
"tag-match": {
|
|
4523
|
+
"description": "Tag match mode",
|
|
4524
|
+
"name": "tag-match",
|
|
4525
|
+
"hasDynamicHelp": false,
|
|
4526
|
+
"multiple": false,
|
|
4527
|
+
"options": [
|
|
4528
|
+
"any",
|
|
4529
|
+
"all"
|
|
4530
|
+
],
|
|
4531
|
+
"type": "option"
|
|
4500
4532
|
}
|
|
4501
4533
|
},
|
|
4502
4534
|
"hasDynamicHelp": false,
|
|
4503
4535
|
"hiddenAliases": [],
|
|
4504
|
-
"id": "
|
|
4536
|
+
"id": "bots:list",
|
|
4505
4537
|
"pluginAlias": "@instantkom/cli",
|
|
4506
4538
|
"pluginName": "@instantkom/cli",
|
|
4507
4539
|
"pluginType": "core",
|
|
@@ -4511,14 +4543,20 @@
|
|
|
4511
4543
|
"relativePath": [
|
|
4512
4544
|
"dist",
|
|
4513
4545
|
"commands",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4546
|
+
"bots",
|
|
4547
|
+
"list.js"
|
|
4516
4548
|
]
|
|
4517
4549
|
},
|
|
4518
|
-
"
|
|
4550
|
+
"bots:matches": {
|
|
4519
4551
|
"aliases": [],
|
|
4520
|
-
"args": {
|
|
4521
|
-
|
|
4552
|
+
"args": {
|
|
4553
|
+
"id": {
|
|
4554
|
+
"description": "Bot ID",
|
|
4555
|
+
"name": "id",
|
|
4556
|
+
"required": true
|
|
4557
|
+
}
|
|
4558
|
+
},
|
|
4559
|
+
"description": "List bot match history",
|
|
4522
4560
|
"flags": {
|
|
4523
4561
|
"api-key": {
|
|
4524
4562
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4582,20 +4620,6 @@
|
|
|
4582
4620
|
"multiple": false,
|
|
4583
4621
|
"type": "option"
|
|
4584
4622
|
},
|
|
4585
|
-
"channel": {
|
|
4586
|
-
"description": "Filter by channel ID",
|
|
4587
|
-
"name": "channel",
|
|
4588
|
-
"hasDynamicHelp": false,
|
|
4589
|
-
"multiple": false,
|
|
4590
|
-
"type": "option"
|
|
4591
|
-
},
|
|
4592
|
-
"search": {
|
|
4593
|
-
"description": "Search by name or identifier",
|
|
4594
|
-
"name": "search",
|
|
4595
|
-
"hasDynamicHelp": false,
|
|
4596
|
-
"multiple": false,
|
|
4597
|
-
"type": "option"
|
|
4598
|
-
},
|
|
4599
4623
|
"page": {
|
|
4600
4624
|
"description": "Page number",
|
|
4601
4625
|
"name": "page",
|
|
@@ -4607,72 +4631,14 @@
|
|
|
4607
4631
|
"limit": {
|
|
4608
4632
|
"description": "Items per page",
|
|
4609
4633
|
"name": "limit",
|
|
4610
|
-
"default":
|
|
4611
|
-
"hasDynamicHelp": false,
|
|
4612
|
-
"multiple": false,
|
|
4613
|
-
"type": "option"
|
|
4614
|
-
},
|
|
4615
|
-
"optin-status": {
|
|
4616
|
-
"description": "Filter by opt-in status",
|
|
4617
|
-
"name": "optin-status",
|
|
4618
|
-
"hasDynamicHelp": false,
|
|
4619
|
-
"multiple": false,
|
|
4620
|
-
"options": [
|
|
4621
|
-
"0",
|
|
4622
|
-
"1"
|
|
4623
|
-
],
|
|
4624
|
-
"type": "option"
|
|
4625
|
-
},
|
|
4626
|
-
"blocked": {
|
|
4627
|
-
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
4628
|
-
"name": "blocked",
|
|
4629
|
-
"hasDynamicHelp": false,
|
|
4630
|
-
"multiple": false,
|
|
4631
|
-
"options": [
|
|
4632
|
-
"0",
|
|
4633
|
-
"1"
|
|
4634
|
-
],
|
|
4635
|
-
"type": "option"
|
|
4636
|
-
},
|
|
4637
|
-
"segment": {
|
|
4638
|
-
"description": "Filter by segment ID",
|
|
4639
|
-
"name": "segment",
|
|
4640
|
-
"hasDynamicHelp": false,
|
|
4641
|
-
"multiple": false,
|
|
4642
|
-
"type": "option"
|
|
4643
|
-
},
|
|
4644
|
-
"tags": {
|
|
4645
|
-
"description": "Comma-separated tag IDs",
|
|
4646
|
-
"name": "tags",
|
|
4647
|
-
"hasDynamicHelp": false,
|
|
4648
|
-
"multiple": false,
|
|
4649
|
-
"type": "option"
|
|
4650
|
-
},
|
|
4651
|
-
"tag-match": {
|
|
4652
|
-
"description": "Tag match mode",
|
|
4653
|
-
"name": "tag-match",
|
|
4654
|
-
"hasDynamicHelp": false,
|
|
4655
|
-
"multiple": false,
|
|
4656
|
-
"options": [
|
|
4657
|
-
"any",
|
|
4658
|
-
"all"
|
|
4659
|
-
],
|
|
4660
|
-
"type": "option"
|
|
4661
|
-
},
|
|
4662
|
-
"spam": {
|
|
4663
|
-
"description": "Filter by spam status",
|
|
4664
|
-
"name": "spam",
|
|
4634
|
+
"default": 50,
|
|
4665
4635
|
"hasDynamicHelp": false,
|
|
4666
4636
|
"multiple": false,
|
|
4667
|
-
"options": [
|
|
4668
|
-
"true",
|
|
4669
|
-
"false"
|
|
4670
|
-
],
|
|
4671
4637
|
"type": "option"
|
|
4672
4638
|
},
|
|
4673
|
-
"
|
|
4674
|
-
"description": "
|
|
4675
|
-
"name": "
|
|
4639
|
+
"search": {
|
|
4640
|
+
"description": "Search in matches",
|
|
4641
|
+
"name": "search",
|
|
4676
4642
|
"hasDynamicHelp": false,
|
|
4677
4643
|
"multiple": false,
|
|
4678
4644
|
"type": "option"
|
|
@@ -4680,7 +4646,7 @@
|
|
|
4680
4646
|
},
|
|
4681
4647
|
"hasDynamicHelp": false,
|
|
4682
4648
|
"hiddenAliases": [],
|
|
4683
|
-
"id": "
|
|
4649
|
+
"id": "bots:matches",
|
|
4684
4650
|
"pluginAlias": "@instantkom/cli",
|
|
4685
4651
|
"pluginName": "@instantkom/cli",
|
|
4686
4652
|
"pluginType": "core",
|
|
@@ -4690,20 +4656,20 @@
|
|
|
4690
4656
|
"relativePath": [
|
|
4691
4657
|
"dist",
|
|
4692
4658
|
"commands",
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4659
|
+
"bots",
|
|
4660
|
+
"matches.js"
|
|
4695
4661
|
]
|
|
4696
4662
|
},
|
|
4697
|
-
"
|
|
4663
|
+
"bots:update": {
|
|
4698
4664
|
"aliases": [],
|
|
4699
4665
|
"args": {
|
|
4700
4666
|
"id": {
|
|
4701
|
-
"description": "
|
|
4667
|
+
"description": "Bot ID",
|
|
4702
4668
|
"name": "id",
|
|
4703
4669
|
"required": true
|
|
4704
4670
|
}
|
|
4705
4671
|
},
|
|
4706
|
-
"description": "Update a
|
|
4672
|
+
"description": "Update a bot",
|
|
4707
4673
|
"flags": {
|
|
4708
4674
|
"api-key": {
|
|
4709
4675
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4767,16 +4733,50 @@
|
|
|
4767
4733
|
"multiple": false,
|
|
4768
4734
|
"type": "option"
|
|
4769
4735
|
},
|
|
4770
|
-
"
|
|
4771
|
-
"description": "
|
|
4772
|
-
"name": "
|
|
4736
|
+
"name": {
|
|
4737
|
+
"description": "Bot name",
|
|
4738
|
+
"name": "name",
|
|
4739
|
+
"hasDynamicHelp": false,
|
|
4740
|
+
"multiple": false,
|
|
4741
|
+
"type": "option"
|
|
4742
|
+
},
|
|
4743
|
+
"type": {
|
|
4744
|
+
"description": "Bot type",
|
|
4745
|
+
"name": "type",
|
|
4746
|
+
"hasDynamicHelp": false,
|
|
4747
|
+
"multiple": false,
|
|
4748
|
+
"options": [
|
|
4749
|
+
"keyword",
|
|
4750
|
+
"schedule",
|
|
4751
|
+
"event",
|
|
4752
|
+
"ai"
|
|
4753
|
+
],
|
|
4754
|
+
"type": "option"
|
|
4755
|
+
},
|
|
4756
|
+
"message": {
|
|
4757
|
+
"description": "Bot message content",
|
|
4758
|
+
"name": "message",
|
|
4759
|
+
"hasDynamicHelp": false,
|
|
4760
|
+
"multiple": false,
|
|
4761
|
+
"type": "option"
|
|
4762
|
+
},
|
|
4763
|
+
"response": {
|
|
4764
|
+
"description": "Alias for --message",
|
|
4765
|
+
"name": "response",
|
|
4766
|
+
"hasDynamicHelp": false,
|
|
4767
|
+
"multiple": false,
|
|
4768
|
+
"type": "option"
|
|
4769
|
+
},
|
|
4770
|
+
"color": {
|
|
4771
|
+
"description": "Bot color as HEX",
|
|
4772
|
+
"name": "color",
|
|
4773
4773
|
"hasDynamicHelp": false,
|
|
4774
4774
|
"multiple": false,
|
|
4775
4775
|
"type": "option"
|
|
4776
4776
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
4777
|
+
"tags": {
|
|
4778
|
+
"description": "Comma-separated tags",
|
|
4779
|
+
"name": "tags",
|
|
4780
4780
|
"hasDynamicHelp": false,
|
|
4781
4781
|
"multiple": false,
|
|
4782
4782
|
"type": "option"
|
|
@@ -4791,7 +4791,7 @@
|
|
|
4791
4791
|
},
|
|
4792
4792
|
"hasDynamicHelp": false,
|
|
4793
4793
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "
|
|
4794
|
+
"id": "bots:update",
|
|
4795
4795
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4796
|
"pluginName": "@instantkom/cli",
|
|
4797
4797
|
"pluginType": "core",
|
|
@@ -4801,7 +4801,7 @@
|
|
|
4801
4801
|
"relativePath": [
|
|
4802
4802
|
"dist",
|
|
4803
4803
|
"commands",
|
|
4804
|
-
"
|
|
4804
|
+
"bots",
|
|
4805
4805
|
"update.js"
|
|
4806
4806
|
]
|
|
4807
4807
|
},
|
|
@@ -11856,16 +11856,21 @@
|
|
|
11856
11856
|
"revoke.js"
|
|
11857
11857
|
]
|
|
11858
11858
|
},
|
|
11859
|
-
"
|
|
11859
|
+
"contacts:custom-fields:delete-value": {
|
|
11860
11860
|
"aliases": [],
|
|
11861
11861
|
"args": {
|
|
11862
|
-
"
|
|
11863
|
-
"description": "
|
|
11864
|
-
"name": "
|
|
11862
|
+
"contactId": {
|
|
11863
|
+
"description": "Contact ID",
|
|
11864
|
+
"name": "contactId",
|
|
11865
|
+
"required": true
|
|
11866
|
+
},
|
|
11867
|
+
"fieldId": {
|
|
11868
|
+
"description": "Custom field ID",
|
|
11869
|
+
"name": "fieldId",
|
|
11865
11870
|
"required": true
|
|
11866
11871
|
}
|
|
11867
11872
|
},
|
|
11868
|
-
"description": "
|
|
11873
|
+
"description": "Delete one custom field value from a contact",
|
|
11869
11874
|
"flags": {
|
|
11870
11875
|
"api-key": {
|
|
11871
11876
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11932,7 +11937,7 @@
|
|
|
11932
11937
|
},
|
|
11933
11938
|
"hasDynamicHelp": false,
|
|
11934
11939
|
"hiddenAliases": [],
|
|
11935
|
-
"id": "
|
|
11940
|
+
"id": "contacts:custom-fields:delete-value",
|
|
11936
11941
|
"pluginAlias": "@instantkom/cli",
|
|
11937
11942
|
"pluginName": "@instantkom/cli",
|
|
11938
11943
|
"pluginType": "core",
|
|
@@ -11942,15 +11947,21 @@
|
|
|
11942
11947
|
"relativePath": [
|
|
11943
11948
|
"dist",
|
|
11944
11949
|
"commands",
|
|
11945
|
-
"
|
|
11946
|
-
"
|
|
11947
|
-
"
|
|
11950
|
+
"contacts",
|
|
11951
|
+
"custom-fields",
|
|
11952
|
+
"delete-value.js"
|
|
11948
11953
|
]
|
|
11949
11954
|
},
|
|
11950
|
-
"
|
|
11955
|
+
"contacts:custom-fields:list": {
|
|
11951
11956
|
"aliases": [],
|
|
11952
|
-
"args": {
|
|
11953
|
-
|
|
11957
|
+
"args": {
|
|
11958
|
+
"contactId": {
|
|
11959
|
+
"description": "Contact ID",
|
|
11960
|
+
"name": "contactId",
|
|
11961
|
+
"required": true
|
|
11962
|
+
}
|
|
11963
|
+
},
|
|
11964
|
+
"description": "List custom field values for a contact",
|
|
11954
11965
|
"flags": {
|
|
11955
11966
|
"api-key": {
|
|
11956
11967
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12013,40 +12024,11 @@
|
|
|
12013
12024
|
"hasDynamicHelp": false,
|
|
12014
12025
|
"multiple": false,
|
|
12015
12026
|
"type": "option"
|
|
12016
|
-
},
|
|
12017
|
-
"key": {
|
|
12018
|
-
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12019
|
-
"name": "key",
|
|
12020
|
-
"required": true,
|
|
12021
|
-
"hasDynamicHelp": false,
|
|
12022
|
-
"multiple": false,
|
|
12023
|
-
"type": "option"
|
|
12024
|
-
},
|
|
12025
|
-
"description": {
|
|
12026
|
-
"description": "Variable description",
|
|
12027
|
-
"name": "description",
|
|
12028
|
-
"hasDynamicHelp": false,
|
|
12029
|
-
"multiple": false,
|
|
12030
|
-
"type": "option"
|
|
12031
|
-
},
|
|
12032
|
-
"color": {
|
|
12033
|
-
"description": "Variable color as HEX",
|
|
12034
|
-
"name": "color",
|
|
12035
|
-
"hasDynamicHelp": false,
|
|
12036
|
-
"multiple": false,
|
|
12037
|
-
"type": "option"
|
|
12038
|
-
},
|
|
12039
|
-
"data": {
|
|
12040
|
-
"description": "Additional JSON object payload",
|
|
12041
|
-
"name": "data",
|
|
12042
|
-
"hasDynamicHelp": false,
|
|
12043
|
-
"multiple": false,
|
|
12044
|
-
"type": "option"
|
|
12045
12027
|
}
|
|
12046
12028
|
},
|
|
12047
12029
|
"hasDynamicHelp": false,
|
|
12048
12030
|
"hiddenAliases": [],
|
|
12049
|
-
"id": "
|
|
12031
|
+
"id": "contacts:custom-fields:list",
|
|
12050
12032
|
"pluginAlias": "@instantkom/cli",
|
|
12051
12033
|
"pluginName": "@instantkom/cli",
|
|
12052
12034
|
"pluginType": "core",
|
|
@@ -12056,21 +12038,26 @@
|
|
|
12056
12038
|
"relativePath": [
|
|
12057
12039
|
"dist",
|
|
12058
12040
|
"commands",
|
|
12059
|
-
"
|
|
12060
|
-
"
|
|
12061
|
-
"
|
|
12041
|
+
"contacts",
|
|
12042
|
+
"custom-fields",
|
|
12043
|
+
"list.js"
|
|
12062
12044
|
]
|
|
12063
12045
|
},
|
|
12064
|
-
"
|
|
12046
|
+
"contacts:custom-fields:set-value": {
|
|
12065
12047
|
"aliases": [],
|
|
12066
12048
|
"args": {
|
|
12067
|
-
"
|
|
12068
|
-
"description": "
|
|
12069
|
-
"name": "
|
|
12049
|
+
"contactId": {
|
|
12050
|
+
"description": "Contact ID",
|
|
12051
|
+
"name": "contactId",
|
|
12052
|
+
"required": true
|
|
12053
|
+
},
|
|
12054
|
+
"fieldId": {
|
|
12055
|
+
"description": "Custom field ID",
|
|
12056
|
+
"name": "fieldId",
|
|
12070
12057
|
"required": true
|
|
12071
12058
|
}
|
|
12072
12059
|
},
|
|
12073
|
-
"description": "
|
|
12060
|
+
"description": "Set one custom field value for a contact",
|
|
12074
12061
|
"flags": {
|
|
12075
12062
|
"api-key": {
|
|
12076
12063
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12133,11 +12120,19 @@
|
|
|
12133
12120
|
"hasDynamicHelp": false,
|
|
12134
12121
|
"multiple": false,
|
|
12135
12122
|
"type": "option"
|
|
12123
|
+
},
|
|
12124
|
+
"value": {
|
|
12125
|
+
"description": "Custom field value",
|
|
12126
|
+
"name": "value",
|
|
12127
|
+
"required": true,
|
|
12128
|
+
"hasDynamicHelp": false,
|
|
12129
|
+
"multiple": false,
|
|
12130
|
+
"type": "option"
|
|
12136
12131
|
}
|
|
12137
12132
|
},
|
|
12138
12133
|
"hasDynamicHelp": false,
|
|
12139
12134
|
"hiddenAliases": [],
|
|
12140
|
-
"id": "
|
|
12135
|
+
"id": "contacts:custom-fields:set-value",
|
|
12141
12136
|
"pluginAlias": "@instantkom/cli",
|
|
12142
12137
|
"pluginName": "@instantkom/cli",
|
|
12143
12138
|
"pluginType": "core",
|
|
@@ -12147,21 +12142,21 @@
|
|
|
12147
12142
|
"relativePath": [
|
|
12148
12143
|
"dist",
|
|
12149
12144
|
"commands",
|
|
12150
|
-
"
|
|
12151
|
-
"
|
|
12152
|
-
"
|
|
12145
|
+
"contacts",
|
|
12146
|
+
"custom-fields",
|
|
12147
|
+
"set-value.js"
|
|
12153
12148
|
]
|
|
12154
12149
|
},
|
|
12155
|
-
"
|
|
12150
|
+
"contacts:custom-fields:set": {
|
|
12156
12151
|
"aliases": [],
|
|
12157
12152
|
"args": {
|
|
12158
|
-
"
|
|
12159
|
-
"description": "
|
|
12160
|
-
"name": "
|
|
12153
|
+
"contactId": {
|
|
12154
|
+
"description": "Contact ID",
|
|
12155
|
+
"name": "contactId",
|
|
12161
12156
|
"required": true
|
|
12162
12157
|
}
|
|
12163
12158
|
},
|
|
12164
|
-
"description": "
|
|
12159
|
+
"description": "Set multiple custom field values for a contact",
|
|
12165
12160
|
"flags": {
|
|
12166
12161
|
"api-key": {
|
|
12167
12162
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12224,11 +12219,32 @@
|
|
|
12224
12219
|
"hasDynamicHelp": false,
|
|
12225
12220
|
"multiple": false,
|
|
12226
12221
|
"type": "option"
|
|
12222
|
+
},
|
|
12223
|
+
"values": {
|
|
12224
|
+
"description": "JSON object with field keys as property names",
|
|
12225
|
+
"name": "values",
|
|
12226
|
+
"hasDynamicHelp": false,
|
|
12227
|
+
"multiple": false,
|
|
12228
|
+
"type": "option"
|
|
12229
|
+
},
|
|
12230
|
+
"file": {
|
|
12231
|
+
"description": "Path to a JSON file with field keys as property names",
|
|
12232
|
+
"name": "file",
|
|
12233
|
+
"hasDynamicHelp": false,
|
|
12234
|
+
"multiple": false,
|
|
12235
|
+
"type": "option"
|
|
12236
|
+
},
|
|
12237
|
+
"data": {
|
|
12238
|
+
"description": "Additional JSON object payload",
|
|
12239
|
+
"name": "data",
|
|
12240
|
+
"hasDynamicHelp": false,
|
|
12241
|
+
"multiple": false,
|
|
12242
|
+
"type": "option"
|
|
12227
12243
|
}
|
|
12228
12244
|
},
|
|
12229
12245
|
"hasDynamicHelp": false,
|
|
12230
12246
|
"hiddenAliases": [],
|
|
12231
|
-
"id": "
|
|
12247
|
+
"id": "contacts:custom-fields:set",
|
|
12232
12248
|
"pluginAlias": "@instantkom/cli",
|
|
12233
12249
|
"pluginName": "@instantkom/cli",
|
|
12234
12250
|
"pluginType": "core",
|
|
@@ -12238,15 +12254,26 @@
|
|
|
12238
12254
|
"relativePath": [
|
|
12239
12255
|
"dist",
|
|
12240
12256
|
"commands",
|
|
12241
|
-
"
|
|
12242
|
-
"
|
|
12243
|
-
"
|
|
12257
|
+
"contacts",
|
|
12258
|
+
"custom-fields",
|
|
12259
|
+
"set.js"
|
|
12244
12260
|
]
|
|
12245
12261
|
},
|
|
12246
|
-
"
|
|
12262
|
+
"contacts:tags:add": {
|
|
12247
12263
|
"aliases": [],
|
|
12248
|
-
"args": {
|
|
12249
|
-
|
|
12264
|
+
"args": {
|
|
12265
|
+
"contactId": {
|
|
12266
|
+
"description": "Contact ID",
|
|
12267
|
+
"name": "contactId",
|
|
12268
|
+
"required": true
|
|
12269
|
+
},
|
|
12270
|
+
"tagId": {
|
|
12271
|
+
"description": "Tag ID",
|
|
12272
|
+
"name": "tagId",
|
|
12273
|
+
"required": true
|
|
12274
|
+
}
|
|
12275
|
+
},
|
|
12276
|
+
"description": "Assign a tag to a contact",
|
|
12250
12277
|
"flags": {
|
|
12251
12278
|
"api-key": {
|
|
12252
12279
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12309,41 +12336,11 @@
|
|
|
12309
12336
|
"hasDynamicHelp": false,
|
|
12310
12337
|
"multiple": false,
|
|
12311
12338
|
"type": "option"
|
|
12312
|
-
},
|
|
12313
|
-
"page": {
|
|
12314
|
-
"description": "Page number",
|
|
12315
|
-
"name": "page",
|
|
12316
|
-
"default": 1,
|
|
12317
|
-
"hasDynamicHelp": false,
|
|
12318
|
-
"multiple": false,
|
|
12319
|
-
"type": "option"
|
|
12320
|
-
},
|
|
12321
|
-
"limit": {
|
|
12322
|
-
"description": "Items per page",
|
|
12323
|
-
"name": "limit",
|
|
12324
|
-
"default": 20,
|
|
12325
|
-
"hasDynamicHelp": false,
|
|
12326
|
-
"multiple": false,
|
|
12327
|
-
"type": "option"
|
|
12328
|
-
},
|
|
12329
|
-
"search": {
|
|
12330
|
-
"description": "Search in key or description",
|
|
12331
|
-
"name": "search",
|
|
12332
|
-
"hasDynamicHelp": false,
|
|
12333
|
-
"multiple": false,
|
|
12334
|
-
"type": "option"
|
|
12335
|
-
},
|
|
12336
|
-
"color": {
|
|
12337
|
-
"description": "Filter by color",
|
|
12338
|
-
"name": "color",
|
|
12339
|
-
"hasDynamicHelp": false,
|
|
12340
|
-
"multiple": false,
|
|
12341
|
-
"type": "option"
|
|
12342
12339
|
}
|
|
12343
12340
|
},
|
|
12344
12341
|
"hasDynamicHelp": false,
|
|
12345
12342
|
"hiddenAliases": [],
|
|
12346
|
-
"id": "
|
|
12343
|
+
"id": "contacts:tags:add",
|
|
12347
12344
|
"pluginAlias": "@instantkom/cli",
|
|
12348
12345
|
"pluginName": "@instantkom/cli",
|
|
12349
12346
|
"pluginType": "core",
|
|
@@ -12353,21 +12350,21 @@
|
|
|
12353
12350
|
"relativePath": [
|
|
12354
12351
|
"dist",
|
|
12355
12352
|
"commands",
|
|
12356
|
-
"
|
|
12357
|
-
"
|
|
12358
|
-
"
|
|
12353
|
+
"contacts",
|
|
12354
|
+
"tags",
|
|
12355
|
+
"add.js"
|
|
12359
12356
|
]
|
|
12360
12357
|
},
|
|
12361
|
-
"
|
|
12358
|
+
"contacts:tags:list": {
|
|
12362
12359
|
"aliases": [],
|
|
12363
12360
|
"args": {
|
|
12364
|
-
"
|
|
12365
|
-
"description": "
|
|
12366
|
-
"name": "
|
|
12361
|
+
"contactId": {
|
|
12362
|
+
"description": "Contact ID",
|
|
12363
|
+
"name": "contactId",
|
|
12367
12364
|
"required": true
|
|
12368
12365
|
}
|
|
12369
12366
|
},
|
|
12370
|
-
"description": "
|
|
12367
|
+
"description": "List tags assigned to a contact",
|
|
12371
12368
|
"flags": {
|
|
12372
12369
|
"api-key": {
|
|
12373
12370
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12430,32 +12427,11 @@
|
|
|
12430
12427
|
"hasDynamicHelp": false,
|
|
12431
12428
|
"multiple": false,
|
|
12432
12429
|
"type": "option"
|
|
12433
|
-
},
|
|
12434
|
-
"description": {
|
|
12435
|
-
"description": "Variable description",
|
|
12436
|
-
"name": "description",
|
|
12437
|
-
"hasDynamicHelp": false,
|
|
12438
|
-
"multiple": false,
|
|
12439
|
-
"type": "option"
|
|
12440
|
-
},
|
|
12441
|
-
"color": {
|
|
12442
|
-
"description": "Variable color as HEX",
|
|
12443
|
-
"name": "color",
|
|
12444
|
-
"hasDynamicHelp": false,
|
|
12445
|
-
"multiple": false,
|
|
12446
|
-
"type": "option"
|
|
12447
|
-
},
|
|
12448
|
-
"data": {
|
|
12449
|
-
"description": "Additional JSON object payload",
|
|
12450
|
-
"name": "data",
|
|
12451
|
-
"hasDynamicHelp": false,
|
|
12452
|
-
"multiple": false,
|
|
12453
|
-
"type": "option"
|
|
12454
12430
|
}
|
|
12455
12431
|
},
|
|
12456
12432
|
"hasDynamicHelp": false,
|
|
12457
12433
|
"hiddenAliases": [],
|
|
12458
|
-
"id": "
|
|
12434
|
+
"id": "contacts:tags:list",
|
|
12459
12435
|
"pluginAlias": "@instantkom/cli",
|
|
12460
12436
|
"pluginName": "@instantkom/cli",
|
|
12461
12437
|
"pluginType": "core",
|
|
@@ -12464,22 +12440,27 @@
|
|
|
12464
12440
|
"isESM": true,
|
|
12465
12441
|
"relativePath": [
|
|
12466
12442
|
"dist",
|
|
12467
|
-
"commands",
|
|
12468
|
-
"
|
|
12469
|
-
"
|
|
12470
|
-
"
|
|
12443
|
+
"commands",
|
|
12444
|
+
"contacts",
|
|
12445
|
+
"tags",
|
|
12446
|
+
"list.js"
|
|
12471
12447
|
]
|
|
12472
12448
|
},
|
|
12473
|
-
"
|
|
12449
|
+
"contacts:tags:remove": {
|
|
12474
12450
|
"aliases": [],
|
|
12475
12451
|
"args": {
|
|
12476
|
-
"
|
|
12477
|
-
"description": "
|
|
12478
|
-
"name": "
|
|
12452
|
+
"contactId": {
|
|
12453
|
+
"description": "Contact ID",
|
|
12454
|
+
"name": "contactId",
|
|
12455
|
+
"required": true
|
|
12456
|
+
},
|
|
12457
|
+
"tagId": {
|
|
12458
|
+
"description": "Tag ID",
|
|
12459
|
+
"name": "tagId",
|
|
12479
12460
|
"required": true
|
|
12480
12461
|
}
|
|
12481
12462
|
},
|
|
12482
|
-
"description": "
|
|
12463
|
+
"description": "Remove a tag from a contact",
|
|
12483
12464
|
"flags": {
|
|
12484
12465
|
"api-key": {
|
|
12485
12466
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12542,41 +12523,11 @@
|
|
|
12542
12523
|
"hasDynamicHelp": false,
|
|
12543
12524
|
"multiple": false,
|
|
12544
12525
|
"type": "option"
|
|
12545
|
-
},
|
|
12546
|
-
"page": {
|
|
12547
|
-
"description": "Page number",
|
|
12548
|
-
"name": "page",
|
|
12549
|
-
"default": 1,
|
|
12550
|
-
"hasDynamicHelp": false,
|
|
12551
|
-
"multiple": false,
|
|
12552
|
-
"type": "option"
|
|
12553
|
-
},
|
|
12554
|
-
"limit": {
|
|
12555
|
-
"description": "Items per page",
|
|
12556
|
-
"name": "limit",
|
|
12557
|
-
"default": 20,
|
|
12558
|
-
"hasDynamicHelp": false,
|
|
12559
|
-
"multiple": false,
|
|
12560
|
-
"type": "option"
|
|
12561
|
-
},
|
|
12562
|
-
"search": {
|
|
12563
|
-
"description": "Search in recipient name or identifier",
|
|
12564
|
-
"name": "search",
|
|
12565
|
-
"hasDynamicHelp": false,
|
|
12566
|
-
"multiple": false,
|
|
12567
|
-
"type": "option"
|
|
12568
|
-
},
|
|
12569
|
-
"recipient": {
|
|
12570
|
-
"description": "Filter by recipient ID",
|
|
12571
|
-
"name": "recipient",
|
|
12572
|
-
"hasDynamicHelp": false,
|
|
12573
|
-
"multiple": false,
|
|
12574
|
-
"type": "option"
|
|
12575
12526
|
}
|
|
12576
12527
|
},
|
|
12577
12528
|
"hasDynamicHelp": false,
|
|
12578
12529
|
"hiddenAliases": [],
|
|
12579
|
-
"id": "
|
|
12530
|
+
"id": "contacts:tags:remove",
|
|
12580
12531
|
"pluginAlias": "@instantkom/cli",
|
|
12581
12532
|
"pluginName": "@instantkom/cli",
|
|
12582
12533
|
"pluginType": "core",
|
|
@@ -12586,21 +12537,21 @@
|
|
|
12586
12537
|
"relativePath": [
|
|
12587
12538
|
"dist",
|
|
12588
12539
|
"commands",
|
|
12589
|
-
"
|
|
12590
|
-
"
|
|
12591
|
-
"
|
|
12540
|
+
"contacts",
|
|
12541
|
+
"tags",
|
|
12542
|
+
"remove.js"
|
|
12592
12543
|
]
|
|
12593
12544
|
},
|
|
12594
|
-
"bots:
|
|
12545
|
+
"bots:env-vars:bots": {
|
|
12595
12546
|
"aliases": [],
|
|
12596
12547
|
"args": {
|
|
12597
|
-
"
|
|
12598
|
-
"description": "
|
|
12599
|
-
"name": "
|
|
12548
|
+
"id": {
|
|
12549
|
+
"description": "Environment variable ID",
|
|
12550
|
+
"name": "id",
|
|
12600
12551
|
"required": true
|
|
12601
12552
|
}
|
|
12602
12553
|
},
|
|
12603
|
-
"description": "
|
|
12554
|
+
"description": "List bots using a bot environment variable",
|
|
12604
12555
|
"flags": {
|
|
12605
12556
|
"api-key": {
|
|
12606
12557
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12663,77 +12614,11 @@
|
|
|
12663
12614
|
"hasDynamicHelp": false,
|
|
12664
12615
|
"multiple": false,
|
|
12665
12616
|
"type": "option"
|
|
12666
|
-
},
|
|
12667
|
-
"name": {
|
|
12668
|
-
"description": "Filter name",
|
|
12669
|
-
"name": "name",
|
|
12670
|
-
"required": true,
|
|
12671
|
-
"hasDynamicHelp": false,
|
|
12672
|
-
"multiple": false,
|
|
12673
|
-
"type": "option"
|
|
12674
|
-
},
|
|
12675
|
-
"operator": {
|
|
12676
|
-
"description": "Logical operator",
|
|
12677
|
-
"name": "operator",
|
|
12678
|
-
"default": "and",
|
|
12679
|
-
"hasDynamicHelp": false,
|
|
12680
|
-
"multiple": false,
|
|
12681
|
-
"type": "option"
|
|
12682
|
-
},
|
|
12683
|
-
"filter-object": {
|
|
12684
|
-
"description": "Filter object type",
|
|
12685
|
-
"name": "filter-object",
|
|
12686
|
-
"default": "msg",
|
|
12687
|
-
"hasDynamicHelp": false,
|
|
12688
|
-
"multiple": false,
|
|
12689
|
-
"type": "option"
|
|
12690
|
-
},
|
|
12691
|
-
"filter-attribute": {
|
|
12692
|
-
"description": "Filter attribute",
|
|
12693
|
-
"name": "filter-attribute",
|
|
12694
|
-
"default": "text",
|
|
12695
|
-
"hasDynamicHelp": false,
|
|
12696
|
-
"multiple": false,
|
|
12697
|
-
"type": "option"
|
|
12698
|
-
},
|
|
12699
|
-
"filter-comparator": {
|
|
12700
|
-
"description": "Filter comparator",
|
|
12701
|
-
"name": "filter-comparator",
|
|
12702
|
-
"default": "contains",
|
|
12703
|
-
"hasDynamicHelp": false,
|
|
12704
|
-
"multiple": false,
|
|
12705
|
-
"type": "option"
|
|
12706
|
-
},
|
|
12707
|
-
"filter-value": {
|
|
12708
|
-
"description": "Filter value",
|
|
12709
|
-
"name": "filter-value",
|
|
12710
|
-
"required": true,
|
|
12711
|
-
"hasDynamicHelp": false,
|
|
12712
|
-
"multiple": false,
|
|
12713
|
-
"type": "option"
|
|
12714
|
-
},
|
|
12715
|
-
"status": {
|
|
12716
|
-
"description": "Status: 0 inactive, 1 active",
|
|
12717
|
-
"name": "status",
|
|
12718
|
-
"hasDynamicHelp": false,
|
|
12719
|
-
"multiple": false,
|
|
12720
|
-
"options": [
|
|
12721
|
-
"0",
|
|
12722
|
-
"1"
|
|
12723
|
-
],
|
|
12724
|
-
"type": "option"
|
|
12725
|
-
},
|
|
12726
|
-
"data": {
|
|
12727
|
-
"description": "Additional JSON object payload",
|
|
12728
|
-
"name": "data",
|
|
12729
|
-
"hasDynamicHelp": false,
|
|
12730
|
-
"multiple": false,
|
|
12731
|
-
"type": "option"
|
|
12732
12617
|
}
|
|
12733
12618
|
},
|
|
12734
12619
|
"hasDynamicHelp": false,
|
|
12735
12620
|
"hiddenAliases": [],
|
|
12736
|
-
"id": "bots:
|
|
12621
|
+
"id": "bots:env-vars:bots",
|
|
12737
12622
|
"pluginAlias": "@instantkom/cli",
|
|
12738
12623
|
"pluginName": "@instantkom/cli",
|
|
12739
12624
|
"pluginType": "core",
|
|
@@ -12744,25 +12629,14 @@
|
|
|
12744
12629
|
"dist",
|
|
12745
12630
|
"commands",
|
|
12746
12631
|
"bots",
|
|
12747
|
-
"
|
|
12748
|
-
"
|
|
12632
|
+
"env-vars",
|
|
12633
|
+
"bots.js"
|
|
12749
12634
|
]
|
|
12750
12635
|
},
|
|
12751
|
-
"bots:
|
|
12636
|
+
"bots:env-vars:create": {
|
|
12752
12637
|
"aliases": [],
|
|
12753
|
-
"args": {
|
|
12754
|
-
|
|
12755
|
-
"description": "Bot ID",
|
|
12756
|
-
"name": "botId",
|
|
12757
|
-
"required": true
|
|
12758
|
-
},
|
|
12759
|
-
"filterId": {
|
|
12760
|
-
"description": "Filter ID",
|
|
12761
|
-
"name": "filterId",
|
|
12762
|
-
"required": true
|
|
12763
|
-
}
|
|
12764
|
-
},
|
|
12765
|
-
"description": "Delete a bot filter",
|
|
12638
|
+
"args": {},
|
|
12639
|
+
"description": "Create a bot environment variable",
|
|
12766
12640
|
"flags": {
|
|
12767
12641
|
"api-key": {
|
|
12768
12642
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12825,11 +12699,40 @@
|
|
|
12825
12699
|
"hasDynamicHelp": false,
|
|
12826
12700
|
"multiple": false,
|
|
12827
12701
|
"type": "option"
|
|
12702
|
+
},
|
|
12703
|
+
"key": {
|
|
12704
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12705
|
+
"name": "key",
|
|
12706
|
+
"required": true,
|
|
12707
|
+
"hasDynamicHelp": false,
|
|
12708
|
+
"multiple": false,
|
|
12709
|
+
"type": "option"
|
|
12710
|
+
},
|
|
12711
|
+
"description": {
|
|
12712
|
+
"description": "Variable description",
|
|
12713
|
+
"name": "description",
|
|
12714
|
+
"hasDynamicHelp": false,
|
|
12715
|
+
"multiple": false,
|
|
12716
|
+
"type": "option"
|
|
12717
|
+
},
|
|
12718
|
+
"color": {
|
|
12719
|
+
"description": "Variable color as HEX",
|
|
12720
|
+
"name": "color",
|
|
12721
|
+
"hasDynamicHelp": false,
|
|
12722
|
+
"multiple": false,
|
|
12723
|
+
"type": "option"
|
|
12724
|
+
},
|
|
12725
|
+
"data": {
|
|
12726
|
+
"description": "Additional JSON object payload",
|
|
12727
|
+
"name": "data",
|
|
12728
|
+
"hasDynamicHelp": false,
|
|
12729
|
+
"multiple": false,
|
|
12730
|
+
"type": "option"
|
|
12828
12731
|
}
|
|
12829
12732
|
},
|
|
12830
12733
|
"hasDynamicHelp": false,
|
|
12831
12734
|
"hiddenAliases": [],
|
|
12832
|
-
"id": "bots:
|
|
12735
|
+
"id": "bots:env-vars:create",
|
|
12833
12736
|
"pluginAlias": "@instantkom/cli",
|
|
12834
12737
|
"pluginName": "@instantkom/cli",
|
|
12835
12738
|
"pluginType": "core",
|
|
@@ -12840,25 +12743,20 @@
|
|
|
12840
12743
|
"dist",
|
|
12841
12744
|
"commands",
|
|
12842
12745
|
"bots",
|
|
12843
|
-
"
|
|
12844
|
-
"
|
|
12746
|
+
"env-vars",
|
|
12747
|
+
"create.js"
|
|
12845
12748
|
]
|
|
12846
12749
|
},
|
|
12847
|
-
"bots:
|
|
12750
|
+
"bots:env-vars:delete": {
|
|
12848
12751
|
"aliases": [],
|
|
12849
12752
|
"args": {
|
|
12850
|
-
"
|
|
12851
|
-
"description": "
|
|
12852
|
-
"name": "
|
|
12853
|
-
"required": true
|
|
12854
|
-
},
|
|
12855
|
-
"filterId": {
|
|
12856
|
-
"description": "Filter ID",
|
|
12857
|
-
"name": "filterId",
|
|
12753
|
+
"id": {
|
|
12754
|
+
"description": "Environment variable ID",
|
|
12755
|
+
"name": "id",
|
|
12858
12756
|
"required": true
|
|
12859
12757
|
}
|
|
12860
12758
|
},
|
|
12861
|
-
"description": "
|
|
12759
|
+
"description": "Delete a bot environment variable",
|
|
12862
12760
|
"flags": {
|
|
12863
12761
|
"api-key": {
|
|
12864
12762
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12925,7 +12823,7 @@
|
|
|
12925
12823
|
},
|
|
12926
12824
|
"hasDynamicHelp": false,
|
|
12927
12825
|
"hiddenAliases": [],
|
|
12928
|
-
"id": "bots:
|
|
12826
|
+
"id": "bots:env-vars:delete",
|
|
12929
12827
|
"pluginAlias": "@instantkom/cli",
|
|
12930
12828
|
"pluginName": "@instantkom/cli",
|
|
12931
12829
|
"pluginType": "core",
|
|
@@ -12936,20 +12834,20 @@
|
|
|
12936
12834
|
"dist",
|
|
12937
12835
|
"commands",
|
|
12938
12836
|
"bots",
|
|
12939
|
-
"
|
|
12940
|
-
"
|
|
12837
|
+
"env-vars",
|
|
12838
|
+
"delete.js"
|
|
12941
12839
|
]
|
|
12942
12840
|
},
|
|
12943
|
-
"bots:
|
|
12841
|
+
"bots:env-vars:get": {
|
|
12944
12842
|
"aliases": [],
|
|
12945
12843
|
"args": {
|
|
12946
|
-
"
|
|
12947
|
-
"description": "
|
|
12948
|
-
"name": "
|
|
12844
|
+
"id": {
|
|
12845
|
+
"description": "Environment variable ID",
|
|
12846
|
+
"name": "id",
|
|
12949
12847
|
"required": true
|
|
12950
12848
|
}
|
|
12951
12849
|
},
|
|
12952
|
-
"description": "
|
|
12850
|
+
"description": "Get a bot environment variable",
|
|
12953
12851
|
"flags": {
|
|
12954
12852
|
"api-key": {
|
|
12955
12853
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12994,55 +12892,21 @@
|
|
|
12994
12892
|
"helpGroup": "GLOBAL",
|
|
12995
12893
|
"name": "no-color",
|
|
12996
12894
|
"allowNo": false,
|
|
12997
|
-
"type": "boolean"
|
|
12998
|
-
},
|
|
12999
|
-
"profile": {
|
|
13000
|
-
"description": "Named configuration profile to use",
|
|
13001
|
-
"helpGroup": "GLOBAL",
|
|
13002
|
-
"name": "profile",
|
|
13003
|
-
"default": "default",
|
|
13004
|
-
"hasDynamicHelp": false,
|
|
13005
|
-
"multiple": false,
|
|
13006
|
-
"type": "option"
|
|
13007
|
-
},
|
|
13008
|
-
"api-url": {
|
|
13009
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
13010
|
-
"helpGroup": "GLOBAL",
|
|
13011
|
-
"name": "api-url",
|
|
13012
|
-
"hasDynamicHelp": false,
|
|
13013
|
-
"multiple": false,
|
|
13014
|
-
"type": "option"
|
|
13015
|
-
},
|
|
13016
|
-
"page": {
|
|
13017
|
-
"description": "Page number",
|
|
13018
|
-
"name": "page",
|
|
13019
|
-
"default": 1,
|
|
13020
|
-
"hasDynamicHelp": false,
|
|
13021
|
-
"multiple": false,
|
|
13022
|
-
"type": "option"
|
|
13023
|
-
},
|
|
13024
|
-
"limit": {
|
|
13025
|
-
"description": "Items per page",
|
|
13026
|
-
"name": "limit",
|
|
13027
|
-
"default": 20,
|
|
13028
|
-
"hasDynamicHelp": false,
|
|
13029
|
-
"multiple": false,
|
|
13030
|
-
"type": "option"
|
|
12895
|
+
"type": "boolean"
|
|
13031
12896
|
},
|
|
13032
|
-
"
|
|
13033
|
-
"description": "
|
|
13034
|
-
"
|
|
12897
|
+
"profile": {
|
|
12898
|
+
"description": "Named configuration profile to use",
|
|
12899
|
+
"helpGroup": "GLOBAL",
|
|
12900
|
+
"name": "profile",
|
|
12901
|
+
"default": "default",
|
|
13035
12902
|
"hasDynamicHelp": false,
|
|
13036
12903
|
"multiple": false,
|
|
13037
|
-
"options": [
|
|
13038
|
-
"0",
|
|
13039
|
-
"1"
|
|
13040
|
-
],
|
|
13041
12904
|
"type": "option"
|
|
13042
12905
|
},
|
|
13043
|
-
"
|
|
13044
|
-
"description": "
|
|
13045
|
-
"
|
|
12906
|
+
"api-url": {
|
|
12907
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
12908
|
+
"helpGroup": "GLOBAL",
|
|
12909
|
+
"name": "api-url",
|
|
13046
12910
|
"hasDynamicHelp": false,
|
|
13047
12911
|
"multiple": false,
|
|
13048
12912
|
"type": "option"
|
|
@@ -13050,7 +12914,7 @@
|
|
|
13050
12914
|
},
|
|
13051
12915
|
"hasDynamicHelp": false,
|
|
13052
12916
|
"hiddenAliases": [],
|
|
13053
|
-
"id": "bots:
|
|
12917
|
+
"id": "bots:env-vars:get",
|
|
13054
12918
|
"pluginAlias": "@instantkom/cli",
|
|
13055
12919
|
"pluginName": "@instantkom/cli",
|
|
13056
12920
|
"pluginType": "core",
|
|
@@ -13061,25 +12925,14 @@
|
|
|
13061
12925
|
"dist",
|
|
13062
12926
|
"commands",
|
|
13063
12927
|
"bots",
|
|
13064
|
-
"
|
|
13065
|
-
"
|
|
12928
|
+
"env-vars",
|
|
12929
|
+
"get.js"
|
|
13066
12930
|
]
|
|
13067
12931
|
},
|
|
13068
|
-
"bots:
|
|
12932
|
+
"bots:env-vars:list": {
|
|
13069
12933
|
"aliases": [],
|
|
13070
|
-
"args": {
|
|
13071
|
-
|
|
13072
|
-
"description": "Bot ID",
|
|
13073
|
-
"name": "botId",
|
|
13074
|
-
"required": true
|
|
13075
|
-
},
|
|
13076
|
-
"filterId": {
|
|
13077
|
-
"description": "Filter ID",
|
|
13078
|
-
"name": "filterId",
|
|
13079
|
-
"required": true
|
|
13080
|
-
}
|
|
13081
|
-
},
|
|
13082
|
-
"description": "Update a bot filter",
|
|
12934
|
+
"args": {},
|
|
12935
|
+
"description": "List bot environment variables",
|
|
13083
12936
|
"flags": {
|
|
13084
12937
|
"api-key": {
|
|
13085
12938
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13143,62 +12996,32 @@
|
|
|
13143
12996
|
"multiple": false,
|
|
13144
12997
|
"type": "option"
|
|
13145
12998
|
},
|
|
13146
|
-
"
|
|
13147
|
-
"description": "
|
|
13148
|
-
"name": "
|
|
13149
|
-
"
|
|
13150
|
-
"multiple": false,
|
|
13151
|
-
"type": "option"
|
|
13152
|
-
},
|
|
13153
|
-
"operator": {
|
|
13154
|
-
"description": "Logical operator",
|
|
13155
|
-
"name": "operator",
|
|
13156
|
-
"hasDynamicHelp": false,
|
|
13157
|
-
"multiple": false,
|
|
13158
|
-
"type": "option"
|
|
13159
|
-
},
|
|
13160
|
-
"filter-object": {
|
|
13161
|
-
"description": "Filter object type",
|
|
13162
|
-
"name": "filter-object",
|
|
13163
|
-
"hasDynamicHelp": false,
|
|
13164
|
-
"multiple": false,
|
|
13165
|
-
"type": "option"
|
|
13166
|
-
},
|
|
13167
|
-
"filter-attribute": {
|
|
13168
|
-
"description": "Filter attribute",
|
|
13169
|
-
"name": "filter-attribute",
|
|
13170
|
-
"hasDynamicHelp": false,
|
|
13171
|
-
"multiple": false,
|
|
13172
|
-
"type": "option"
|
|
13173
|
-
},
|
|
13174
|
-
"filter-comparator": {
|
|
13175
|
-
"description": "Filter comparator",
|
|
13176
|
-
"name": "filter-comparator",
|
|
12999
|
+
"page": {
|
|
13000
|
+
"description": "Page number",
|
|
13001
|
+
"name": "page",
|
|
13002
|
+
"default": 1,
|
|
13177
13003
|
"hasDynamicHelp": false,
|
|
13178
13004
|
"multiple": false,
|
|
13179
13005
|
"type": "option"
|
|
13180
13006
|
},
|
|
13181
|
-
"
|
|
13182
|
-
"description": "
|
|
13183
|
-
"name": "
|
|
13007
|
+
"limit": {
|
|
13008
|
+
"description": "Items per page",
|
|
13009
|
+
"name": "limit",
|
|
13010
|
+
"default": 20,
|
|
13184
13011
|
"hasDynamicHelp": false,
|
|
13185
13012
|
"multiple": false,
|
|
13186
13013
|
"type": "option"
|
|
13187
13014
|
},
|
|
13188
|
-
"
|
|
13189
|
-
"description": "
|
|
13190
|
-
"name": "
|
|
13015
|
+
"search": {
|
|
13016
|
+
"description": "Search in key or description",
|
|
13017
|
+
"name": "search",
|
|
13191
13018
|
"hasDynamicHelp": false,
|
|
13192
13019
|
"multiple": false,
|
|
13193
|
-
"options": [
|
|
13194
|
-
"0",
|
|
13195
|
-
"1"
|
|
13196
|
-
],
|
|
13197
13020
|
"type": "option"
|
|
13198
13021
|
},
|
|
13199
|
-
"
|
|
13200
|
-
"description": "
|
|
13201
|
-
"name": "
|
|
13022
|
+
"color": {
|
|
13023
|
+
"description": "Filter by color",
|
|
13024
|
+
"name": "color",
|
|
13202
13025
|
"hasDynamicHelp": false,
|
|
13203
13026
|
"multiple": false,
|
|
13204
13027
|
"type": "option"
|
|
@@ -13206,7 +13029,7 @@
|
|
|
13206
13029
|
},
|
|
13207
13030
|
"hasDynamicHelp": false,
|
|
13208
13031
|
"hiddenAliases": [],
|
|
13209
|
-
"id": "bots:
|
|
13032
|
+
"id": "bots:env-vars:list",
|
|
13210
13033
|
"pluginAlias": "@instantkom/cli",
|
|
13211
13034
|
"pluginName": "@instantkom/cli",
|
|
13212
13035
|
"pluginType": "core",
|
|
@@ -13217,25 +13040,20 @@
|
|
|
13217
13040
|
"dist",
|
|
13218
13041
|
"commands",
|
|
13219
13042
|
"bots",
|
|
13220
|
-
"
|
|
13221
|
-
"
|
|
13043
|
+
"env-vars",
|
|
13044
|
+
"list.js"
|
|
13222
13045
|
]
|
|
13223
13046
|
},
|
|
13224
|
-
"bots:
|
|
13047
|
+
"bots:env-vars:update": {
|
|
13225
13048
|
"aliases": [],
|
|
13226
13049
|
"args": {
|
|
13227
13050
|
"id": {
|
|
13228
|
-
"description": "
|
|
13051
|
+
"description": "Environment variable ID",
|
|
13229
13052
|
"name": "id",
|
|
13230
13053
|
"required": true
|
|
13231
|
-
},
|
|
13232
|
-
"tagId": {
|
|
13233
|
-
"description": "Tag ID",
|
|
13234
|
-
"name": "tagId",
|
|
13235
|
-
"required": true
|
|
13236
13054
|
}
|
|
13237
13055
|
},
|
|
13238
|
-
"description": "
|
|
13056
|
+
"description": "Update a bot environment variable",
|
|
13239
13057
|
"flags": {
|
|
13240
13058
|
"api-key": {
|
|
13241
13059
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13298,11 +13116,32 @@
|
|
|
13298
13116
|
"hasDynamicHelp": false,
|
|
13299
13117
|
"multiple": false,
|
|
13300
13118
|
"type": "option"
|
|
13119
|
+
},
|
|
13120
|
+
"description": {
|
|
13121
|
+
"description": "Variable description",
|
|
13122
|
+
"name": "description",
|
|
13123
|
+
"hasDynamicHelp": false,
|
|
13124
|
+
"multiple": false,
|
|
13125
|
+
"type": "option"
|
|
13126
|
+
},
|
|
13127
|
+
"color": {
|
|
13128
|
+
"description": "Variable color as HEX",
|
|
13129
|
+
"name": "color",
|
|
13130
|
+
"hasDynamicHelp": false,
|
|
13131
|
+
"multiple": false,
|
|
13132
|
+
"type": "option"
|
|
13133
|
+
},
|
|
13134
|
+
"data": {
|
|
13135
|
+
"description": "Additional JSON object payload",
|
|
13136
|
+
"name": "data",
|
|
13137
|
+
"hasDynamicHelp": false,
|
|
13138
|
+
"multiple": false,
|
|
13139
|
+
"type": "option"
|
|
13301
13140
|
}
|
|
13302
13141
|
},
|
|
13303
13142
|
"hasDynamicHelp": false,
|
|
13304
13143
|
"hiddenAliases": [],
|
|
13305
|
-
"id": "bots:
|
|
13144
|
+
"id": "bots:env-vars:update",
|
|
13306
13145
|
"pluginAlias": "@instantkom/cli",
|
|
13307
13146
|
"pluginName": "@instantkom/cli",
|
|
13308
13147
|
"pluginType": "core",
|
|
@@ -13313,20 +13152,20 @@
|
|
|
13313
13152
|
"dist",
|
|
13314
13153
|
"commands",
|
|
13315
13154
|
"bots",
|
|
13316
|
-
"
|
|
13317
|
-
"
|
|
13155
|
+
"env-vars",
|
|
13156
|
+
"update.js"
|
|
13318
13157
|
]
|
|
13319
13158
|
},
|
|
13320
|
-
"bots:
|
|
13159
|
+
"bots:env-vars:values": {
|
|
13321
13160
|
"aliases": [],
|
|
13322
13161
|
"args": {
|
|
13323
13162
|
"id": {
|
|
13324
|
-
"description": "
|
|
13163
|
+
"description": "Environment variable ID",
|
|
13325
13164
|
"name": "id",
|
|
13326
13165
|
"required": true
|
|
13327
13166
|
}
|
|
13328
13167
|
},
|
|
13329
|
-
"description": "List
|
|
13168
|
+
"description": "List recipient values for a bot environment variable",
|
|
13330
13169
|
"flags": {
|
|
13331
13170
|
"api-key": {
|
|
13332
13171
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13389,11 +13228,41 @@
|
|
|
13389
13228
|
"hasDynamicHelp": false,
|
|
13390
13229
|
"multiple": false,
|
|
13391
13230
|
"type": "option"
|
|
13231
|
+
},
|
|
13232
|
+
"page": {
|
|
13233
|
+
"description": "Page number",
|
|
13234
|
+
"name": "page",
|
|
13235
|
+
"default": 1,
|
|
13236
|
+
"hasDynamicHelp": false,
|
|
13237
|
+
"multiple": false,
|
|
13238
|
+
"type": "option"
|
|
13239
|
+
},
|
|
13240
|
+
"limit": {
|
|
13241
|
+
"description": "Items per page",
|
|
13242
|
+
"name": "limit",
|
|
13243
|
+
"default": 20,
|
|
13244
|
+
"hasDynamicHelp": false,
|
|
13245
|
+
"multiple": false,
|
|
13246
|
+
"type": "option"
|
|
13247
|
+
},
|
|
13248
|
+
"search": {
|
|
13249
|
+
"description": "Search in recipient name or identifier",
|
|
13250
|
+
"name": "search",
|
|
13251
|
+
"hasDynamicHelp": false,
|
|
13252
|
+
"multiple": false,
|
|
13253
|
+
"type": "option"
|
|
13254
|
+
},
|
|
13255
|
+
"recipient": {
|
|
13256
|
+
"description": "Filter by recipient ID",
|
|
13257
|
+
"name": "recipient",
|
|
13258
|
+
"hasDynamicHelp": false,
|
|
13259
|
+
"multiple": false,
|
|
13260
|
+
"type": "option"
|
|
13392
13261
|
}
|
|
13393
13262
|
},
|
|
13394
13263
|
"hasDynamicHelp": false,
|
|
13395
13264
|
"hiddenAliases": [],
|
|
13396
|
-
"id": "bots:
|
|
13265
|
+
"id": "bots:env-vars:values",
|
|
13397
13266
|
"pluginAlias": "@instantkom/cli",
|
|
13398
13267
|
"pluginName": "@instantkom/cli",
|
|
13399
13268
|
"pluginType": "core",
|
|
@@ -13404,11 +13273,11 @@
|
|
|
13404
13273
|
"dist",
|
|
13405
13274
|
"commands",
|
|
13406
13275
|
"bots",
|
|
13407
|
-
"
|
|
13408
|
-
"
|
|
13276
|
+
"env-vars",
|
|
13277
|
+
"values.js"
|
|
13409
13278
|
]
|
|
13410
13279
|
},
|
|
13411
|
-
"bots:tags:
|
|
13280
|
+
"bots:tags:add": {
|
|
13412
13281
|
"aliases": [],
|
|
13413
13282
|
"args": {
|
|
13414
13283
|
"id": {
|
|
@@ -13422,7 +13291,7 @@
|
|
|
13422
13291
|
"required": true
|
|
13423
13292
|
}
|
|
13424
13293
|
},
|
|
13425
|
-
"description": "
|
|
13294
|
+
"description": "Add a tag to a bot",
|
|
13426
13295
|
"flags": {
|
|
13427
13296
|
"api-key": {
|
|
13428
13297
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13489,7 +13358,7 @@
|
|
|
13489
13358
|
},
|
|
13490
13359
|
"hasDynamicHelp": false,
|
|
13491
13360
|
"hiddenAliases": [],
|
|
13492
|
-
"id": "bots:tags:
|
|
13361
|
+
"id": "bots:tags:add",
|
|
13493
13362
|
"pluginAlias": "@instantkom/cli",
|
|
13494
13363
|
"pluginName": "@instantkom/cli",
|
|
13495
13364
|
"pluginType": "core",
|
|
@@ -13501,24 +13370,19 @@
|
|
|
13501
13370
|
"commands",
|
|
13502
13371
|
"bots",
|
|
13503
13372
|
"tags",
|
|
13504
|
-
"
|
|
13373
|
+
"add.js"
|
|
13505
13374
|
]
|
|
13506
13375
|
},
|
|
13507
|
-
"
|
|
13376
|
+
"bots:tags:list": {
|
|
13508
13377
|
"aliases": [],
|
|
13509
13378
|
"args": {
|
|
13510
|
-
"
|
|
13511
|
-
"description": "
|
|
13512
|
-
"name": "
|
|
13513
|
-
"required": true
|
|
13514
|
-
},
|
|
13515
|
-
"fieldId": {
|
|
13516
|
-
"description": "Custom field ID",
|
|
13517
|
-
"name": "fieldId",
|
|
13379
|
+
"id": {
|
|
13380
|
+
"description": "Bot ID",
|
|
13381
|
+
"name": "id",
|
|
13518
13382
|
"required": true
|
|
13519
13383
|
}
|
|
13520
13384
|
},
|
|
13521
|
-
"description": "
|
|
13385
|
+
"description": "List tags assigned to a bot",
|
|
13522
13386
|
"flags": {
|
|
13523
13387
|
"api-key": {
|
|
13524
13388
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13585,7 +13449,7 @@
|
|
|
13585
13449
|
},
|
|
13586
13450
|
"hasDynamicHelp": false,
|
|
13587
13451
|
"hiddenAliases": [],
|
|
13588
|
-
"id": "
|
|
13452
|
+
"id": "bots:tags:list",
|
|
13589
13453
|
"pluginAlias": "@instantkom/cli",
|
|
13590
13454
|
"pluginName": "@instantkom/cli",
|
|
13591
13455
|
"pluginType": "core",
|
|
@@ -13595,21 +13459,26 @@
|
|
|
13595
13459
|
"relativePath": [
|
|
13596
13460
|
"dist",
|
|
13597
13461
|
"commands",
|
|
13598
|
-
"
|
|
13599
|
-
"
|
|
13600
|
-
"
|
|
13462
|
+
"bots",
|
|
13463
|
+
"tags",
|
|
13464
|
+
"list.js"
|
|
13601
13465
|
]
|
|
13602
13466
|
},
|
|
13603
|
-
"
|
|
13467
|
+
"bots:tags:remove": {
|
|
13604
13468
|
"aliases": [],
|
|
13605
13469
|
"args": {
|
|
13606
|
-
"
|
|
13607
|
-
"description": "
|
|
13608
|
-
"name": "
|
|
13470
|
+
"id": {
|
|
13471
|
+
"description": "Bot ID",
|
|
13472
|
+
"name": "id",
|
|
13473
|
+
"required": true
|
|
13474
|
+
},
|
|
13475
|
+
"tagId": {
|
|
13476
|
+
"description": "Tag ID",
|
|
13477
|
+
"name": "tagId",
|
|
13609
13478
|
"required": true
|
|
13610
13479
|
}
|
|
13611
13480
|
},
|
|
13612
|
-
"description": "
|
|
13481
|
+
"description": "Remove a tag from a bot",
|
|
13613
13482
|
"flags": {
|
|
13614
13483
|
"api-key": {
|
|
13615
13484
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13676,7 +13545,7 @@
|
|
|
13676
13545
|
},
|
|
13677
13546
|
"hasDynamicHelp": false,
|
|
13678
13547
|
"hiddenAliases": [],
|
|
13679
|
-
"id": "
|
|
13548
|
+
"id": "bots:tags:remove",
|
|
13680
13549
|
"pluginAlias": "@instantkom/cli",
|
|
13681
13550
|
"pluginName": "@instantkom/cli",
|
|
13682
13551
|
"pluginType": "core",
|
|
@@ -13686,26 +13555,21 @@
|
|
|
13686
13555
|
"relativePath": [
|
|
13687
13556
|
"dist",
|
|
13688
13557
|
"commands",
|
|
13689
|
-
"
|
|
13690
|
-
"
|
|
13691
|
-
"
|
|
13558
|
+
"bots",
|
|
13559
|
+
"tags",
|
|
13560
|
+
"remove.js"
|
|
13692
13561
|
]
|
|
13693
13562
|
},
|
|
13694
|
-
"
|
|
13563
|
+
"bots:filters:create": {
|
|
13695
13564
|
"aliases": [],
|
|
13696
13565
|
"args": {
|
|
13697
|
-
"
|
|
13698
|
-
"description": "
|
|
13699
|
-
"name": "
|
|
13700
|
-
"required": true
|
|
13701
|
-
},
|
|
13702
|
-
"fieldId": {
|
|
13703
|
-
"description": "Custom field ID",
|
|
13704
|
-
"name": "fieldId",
|
|
13566
|
+
"botId": {
|
|
13567
|
+
"description": "Bot ID",
|
|
13568
|
+
"name": "botId",
|
|
13705
13569
|
"required": true
|
|
13706
13570
|
}
|
|
13707
13571
|
},
|
|
13708
|
-
"description": "
|
|
13572
|
+
"description": "Create a bot filter",
|
|
13709
13573
|
"flags": {
|
|
13710
13574
|
"api-key": {
|
|
13711
13575
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13769,18 +13633,76 @@
|
|
|
13769
13633
|
"multiple": false,
|
|
13770
13634
|
"type": "option"
|
|
13771
13635
|
},
|
|
13772
|
-
"
|
|
13773
|
-
"description": "
|
|
13774
|
-
"name": "
|
|
13636
|
+
"name": {
|
|
13637
|
+
"description": "Filter name",
|
|
13638
|
+
"name": "name",
|
|
13639
|
+
"required": true,
|
|
13640
|
+
"hasDynamicHelp": false,
|
|
13641
|
+
"multiple": false,
|
|
13642
|
+
"type": "option"
|
|
13643
|
+
},
|
|
13644
|
+
"operator": {
|
|
13645
|
+
"description": "Logical operator",
|
|
13646
|
+
"name": "operator",
|
|
13647
|
+
"default": "and",
|
|
13648
|
+
"hasDynamicHelp": false,
|
|
13649
|
+
"multiple": false,
|
|
13650
|
+
"type": "option"
|
|
13651
|
+
},
|
|
13652
|
+
"filter-object": {
|
|
13653
|
+
"description": "Filter object type",
|
|
13654
|
+
"name": "filter-object",
|
|
13655
|
+
"default": "msg",
|
|
13656
|
+
"hasDynamicHelp": false,
|
|
13657
|
+
"multiple": false,
|
|
13658
|
+
"type": "option"
|
|
13659
|
+
},
|
|
13660
|
+
"filter-attribute": {
|
|
13661
|
+
"description": "Filter attribute",
|
|
13662
|
+
"name": "filter-attribute",
|
|
13663
|
+
"default": "text",
|
|
13664
|
+
"hasDynamicHelp": false,
|
|
13665
|
+
"multiple": false,
|
|
13666
|
+
"type": "option"
|
|
13667
|
+
},
|
|
13668
|
+
"filter-comparator": {
|
|
13669
|
+
"description": "Filter comparator",
|
|
13670
|
+
"name": "filter-comparator",
|
|
13671
|
+
"default": "contains",
|
|
13672
|
+
"hasDynamicHelp": false,
|
|
13673
|
+
"multiple": false,
|
|
13674
|
+
"type": "option"
|
|
13675
|
+
},
|
|
13676
|
+
"filter-value": {
|
|
13677
|
+
"description": "Filter value",
|
|
13678
|
+
"name": "filter-value",
|
|
13775
13679
|
"required": true,
|
|
13776
13680
|
"hasDynamicHelp": false,
|
|
13777
13681
|
"multiple": false,
|
|
13778
13682
|
"type": "option"
|
|
13683
|
+
},
|
|
13684
|
+
"status": {
|
|
13685
|
+
"description": "Status: 0 inactive, 1 active",
|
|
13686
|
+
"name": "status",
|
|
13687
|
+
"hasDynamicHelp": false,
|
|
13688
|
+
"multiple": false,
|
|
13689
|
+
"options": [
|
|
13690
|
+
"0",
|
|
13691
|
+
"1"
|
|
13692
|
+
],
|
|
13693
|
+
"type": "option"
|
|
13694
|
+
},
|
|
13695
|
+
"data": {
|
|
13696
|
+
"description": "Additional JSON object payload",
|
|
13697
|
+
"name": "data",
|
|
13698
|
+
"hasDynamicHelp": false,
|
|
13699
|
+
"multiple": false,
|
|
13700
|
+
"type": "option"
|
|
13779
13701
|
}
|
|
13780
13702
|
},
|
|
13781
13703
|
"hasDynamicHelp": false,
|
|
13782
13704
|
"hiddenAliases": [],
|
|
13783
|
-
"id": "
|
|
13705
|
+
"id": "bots:filters:create",
|
|
13784
13706
|
"pluginAlias": "@instantkom/cli",
|
|
13785
13707
|
"pluginName": "@instantkom/cli",
|
|
13786
13708
|
"pluginType": "core",
|
|
@@ -13790,21 +13712,26 @@
|
|
|
13790
13712
|
"relativePath": [
|
|
13791
13713
|
"dist",
|
|
13792
13714
|
"commands",
|
|
13793
|
-
"
|
|
13794
|
-
"
|
|
13795
|
-
"
|
|
13715
|
+
"bots",
|
|
13716
|
+
"filters",
|
|
13717
|
+
"create.js"
|
|
13796
13718
|
]
|
|
13797
13719
|
},
|
|
13798
|
-
"
|
|
13720
|
+
"bots:filters:delete": {
|
|
13799
13721
|
"aliases": [],
|
|
13800
13722
|
"args": {
|
|
13801
|
-
"
|
|
13802
|
-
"description": "
|
|
13803
|
-
"name": "
|
|
13723
|
+
"botId": {
|
|
13724
|
+
"description": "Bot ID",
|
|
13725
|
+
"name": "botId",
|
|
13726
|
+
"required": true
|
|
13727
|
+
},
|
|
13728
|
+
"filterId": {
|
|
13729
|
+
"description": "Filter ID",
|
|
13730
|
+
"name": "filterId",
|
|
13804
13731
|
"required": true
|
|
13805
13732
|
}
|
|
13806
13733
|
},
|
|
13807
|
-
"description": "
|
|
13734
|
+
"description": "Delete a bot filter",
|
|
13808
13735
|
"flags": {
|
|
13809
13736
|
"api-key": {
|
|
13810
13737
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13867,32 +13794,11 @@
|
|
|
13867
13794
|
"hasDynamicHelp": false,
|
|
13868
13795
|
"multiple": false,
|
|
13869
13796
|
"type": "option"
|
|
13870
|
-
},
|
|
13871
|
-
"values": {
|
|
13872
|
-
"description": "JSON object with field keys as property names",
|
|
13873
|
-
"name": "values",
|
|
13874
|
-
"hasDynamicHelp": false,
|
|
13875
|
-
"multiple": false,
|
|
13876
|
-
"type": "option"
|
|
13877
|
-
},
|
|
13878
|
-
"file": {
|
|
13879
|
-
"description": "Path to a JSON file with field keys as property names",
|
|
13880
|
-
"name": "file",
|
|
13881
|
-
"hasDynamicHelp": false,
|
|
13882
|
-
"multiple": false,
|
|
13883
|
-
"type": "option"
|
|
13884
|
-
},
|
|
13885
|
-
"data": {
|
|
13886
|
-
"description": "Additional JSON object payload",
|
|
13887
|
-
"name": "data",
|
|
13888
|
-
"hasDynamicHelp": false,
|
|
13889
|
-
"multiple": false,
|
|
13890
|
-
"type": "option"
|
|
13891
13797
|
}
|
|
13892
13798
|
},
|
|
13893
13799
|
"hasDynamicHelp": false,
|
|
13894
13800
|
"hiddenAliases": [],
|
|
13895
|
-
"id": "
|
|
13801
|
+
"id": "bots:filters:delete",
|
|
13896
13802
|
"pluginAlias": "@instantkom/cli",
|
|
13897
13803
|
"pluginName": "@instantkom/cli",
|
|
13898
13804
|
"pluginType": "core",
|
|
@@ -13902,26 +13808,26 @@
|
|
|
13902
13808
|
"relativePath": [
|
|
13903
13809
|
"dist",
|
|
13904
13810
|
"commands",
|
|
13905
|
-
"
|
|
13906
|
-
"
|
|
13907
|
-
"
|
|
13811
|
+
"bots",
|
|
13812
|
+
"filters",
|
|
13813
|
+
"delete.js"
|
|
13908
13814
|
]
|
|
13909
13815
|
},
|
|
13910
|
-
"
|
|
13816
|
+
"bots:filters:get": {
|
|
13911
13817
|
"aliases": [],
|
|
13912
13818
|
"args": {
|
|
13913
|
-
"
|
|
13914
|
-
"description": "
|
|
13915
|
-
"name": "
|
|
13819
|
+
"botId": {
|
|
13820
|
+
"description": "Bot ID",
|
|
13821
|
+
"name": "botId",
|
|
13916
13822
|
"required": true
|
|
13917
13823
|
},
|
|
13918
|
-
"
|
|
13919
|
-
"description": "
|
|
13920
|
-
"name": "
|
|
13824
|
+
"filterId": {
|
|
13825
|
+
"description": "Filter ID",
|
|
13826
|
+
"name": "filterId",
|
|
13921
13827
|
"required": true
|
|
13922
13828
|
}
|
|
13923
13829
|
},
|
|
13924
|
-
"description": "
|
|
13830
|
+
"description": "Get a bot filter",
|
|
13925
13831
|
"flags": {
|
|
13926
13832
|
"api-key": {
|
|
13927
13833
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13988,7 +13894,7 @@
|
|
|
13988
13894
|
},
|
|
13989
13895
|
"hasDynamicHelp": false,
|
|
13990
13896
|
"hiddenAliases": [],
|
|
13991
|
-
"id": "
|
|
13897
|
+
"id": "bots:filters:get",
|
|
13992
13898
|
"pluginAlias": "@instantkom/cli",
|
|
13993
13899
|
"pluginName": "@instantkom/cli",
|
|
13994
13900
|
"pluginType": "core",
|
|
@@ -13998,21 +13904,21 @@
|
|
|
13998
13904
|
"relativePath": [
|
|
13999
13905
|
"dist",
|
|
14000
13906
|
"commands",
|
|
14001
|
-
"
|
|
14002
|
-
"
|
|
14003
|
-
"
|
|
13907
|
+
"bots",
|
|
13908
|
+
"filters",
|
|
13909
|
+
"get.js"
|
|
14004
13910
|
]
|
|
14005
13911
|
},
|
|
14006
|
-
"
|
|
13912
|
+
"bots:filters:list": {
|
|
14007
13913
|
"aliases": [],
|
|
14008
13914
|
"args": {
|
|
14009
|
-
"
|
|
14010
|
-
"description": "
|
|
14011
|
-
"name": "
|
|
13915
|
+
"botId": {
|
|
13916
|
+
"description": "Bot ID",
|
|
13917
|
+
"name": "botId",
|
|
14012
13918
|
"required": true
|
|
14013
13919
|
}
|
|
14014
13920
|
},
|
|
14015
|
-
"description": "List
|
|
13921
|
+
"description": "List bot filters",
|
|
14016
13922
|
"flags": {
|
|
14017
13923
|
"api-key": {
|
|
14018
13924
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14075,11 +13981,45 @@
|
|
|
14075
13981
|
"hasDynamicHelp": false,
|
|
14076
13982
|
"multiple": false,
|
|
14077
13983
|
"type": "option"
|
|
13984
|
+
},
|
|
13985
|
+
"page": {
|
|
13986
|
+
"description": "Page number",
|
|
13987
|
+
"name": "page",
|
|
13988
|
+
"default": 1,
|
|
13989
|
+
"hasDynamicHelp": false,
|
|
13990
|
+
"multiple": false,
|
|
13991
|
+
"type": "option"
|
|
13992
|
+
},
|
|
13993
|
+
"limit": {
|
|
13994
|
+
"description": "Items per page",
|
|
13995
|
+
"name": "limit",
|
|
13996
|
+
"default": 20,
|
|
13997
|
+
"hasDynamicHelp": false,
|
|
13998
|
+
"multiple": false,
|
|
13999
|
+
"type": "option"
|
|
14000
|
+
},
|
|
14001
|
+
"status": {
|
|
14002
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
14003
|
+
"name": "status",
|
|
14004
|
+
"hasDynamicHelp": false,
|
|
14005
|
+
"multiple": false,
|
|
14006
|
+
"options": [
|
|
14007
|
+
"0",
|
|
14008
|
+
"1"
|
|
14009
|
+
],
|
|
14010
|
+
"type": "option"
|
|
14011
|
+
},
|
|
14012
|
+
"search": {
|
|
14013
|
+
"description": "Search in name or description",
|
|
14014
|
+
"name": "search",
|
|
14015
|
+
"hasDynamicHelp": false,
|
|
14016
|
+
"multiple": false,
|
|
14017
|
+
"type": "option"
|
|
14078
14018
|
}
|
|
14079
14019
|
},
|
|
14080
14020
|
"hasDynamicHelp": false,
|
|
14081
14021
|
"hiddenAliases": [],
|
|
14082
|
-
"id": "
|
|
14022
|
+
"id": "bots:filters:list",
|
|
14083
14023
|
"pluginAlias": "@instantkom/cli",
|
|
14084
14024
|
"pluginName": "@instantkom/cli",
|
|
14085
14025
|
"pluginType": "core",
|
|
@@ -14089,26 +14029,26 @@
|
|
|
14089
14029
|
"relativePath": [
|
|
14090
14030
|
"dist",
|
|
14091
14031
|
"commands",
|
|
14092
|
-
"
|
|
14093
|
-
"
|
|
14032
|
+
"bots",
|
|
14033
|
+
"filters",
|
|
14094
14034
|
"list.js"
|
|
14095
14035
|
]
|
|
14096
14036
|
},
|
|
14097
|
-
"
|
|
14037
|
+
"bots:filters:update": {
|
|
14098
14038
|
"aliases": [],
|
|
14099
14039
|
"args": {
|
|
14100
|
-
"
|
|
14101
|
-
"description": "
|
|
14102
|
-
"name": "
|
|
14040
|
+
"botId": {
|
|
14041
|
+
"description": "Bot ID",
|
|
14042
|
+
"name": "botId",
|
|
14103
14043
|
"required": true
|
|
14104
14044
|
},
|
|
14105
|
-
"
|
|
14106
|
-
"description": "
|
|
14107
|
-
"name": "
|
|
14045
|
+
"filterId": {
|
|
14046
|
+
"description": "Filter ID",
|
|
14047
|
+
"name": "filterId",
|
|
14108
14048
|
"required": true
|
|
14109
14049
|
}
|
|
14110
14050
|
},
|
|
14111
|
-
"description": "
|
|
14051
|
+
"description": "Update a bot filter",
|
|
14112
14052
|
"flags": {
|
|
14113
14053
|
"api-key": {
|
|
14114
14054
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14155,19 +14095,79 @@
|
|
|
14155
14095
|
"allowNo": false,
|
|
14156
14096
|
"type": "boolean"
|
|
14157
14097
|
},
|
|
14158
|
-
"profile": {
|
|
14159
|
-
"description": "Named configuration profile to use",
|
|
14160
|
-
"helpGroup": "GLOBAL",
|
|
14161
|
-
"name": "profile",
|
|
14162
|
-
"default": "default",
|
|
14098
|
+
"profile": {
|
|
14099
|
+
"description": "Named configuration profile to use",
|
|
14100
|
+
"helpGroup": "GLOBAL",
|
|
14101
|
+
"name": "profile",
|
|
14102
|
+
"default": "default",
|
|
14103
|
+
"hasDynamicHelp": false,
|
|
14104
|
+
"multiple": false,
|
|
14105
|
+
"type": "option"
|
|
14106
|
+
},
|
|
14107
|
+
"api-url": {
|
|
14108
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
14109
|
+
"helpGroup": "GLOBAL",
|
|
14110
|
+
"name": "api-url",
|
|
14111
|
+
"hasDynamicHelp": false,
|
|
14112
|
+
"multiple": false,
|
|
14113
|
+
"type": "option"
|
|
14114
|
+
},
|
|
14115
|
+
"name": {
|
|
14116
|
+
"description": "Filter name",
|
|
14117
|
+
"name": "name",
|
|
14118
|
+
"hasDynamicHelp": false,
|
|
14119
|
+
"multiple": false,
|
|
14120
|
+
"type": "option"
|
|
14121
|
+
},
|
|
14122
|
+
"operator": {
|
|
14123
|
+
"description": "Logical operator",
|
|
14124
|
+
"name": "operator",
|
|
14125
|
+
"hasDynamicHelp": false,
|
|
14126
|
+
"multiple": false,
|
|
14127
|
+
"type": "option"
|
|
14128
|
+
},
|
|
14129
|
+
"filter-object": {
|
|
14130
|
+
"description": "Filter object type",
|
|
14131
|
+
"name": "filter-object",
|
|
14132
|
+
"hasDynamicHelp": false,
|
|
14133
|
+
"multiple": false,
|
|
14134
|
+
"type": "option"
|
|
14135
|
+
},
|
|
14136
|
+
"filter-attribute": {
|
|
14137
|
+
"description": "Filter attribute",
|
|
14138
|
+
"name": "filter-attribute",
|
|
14139
|
+
"hasDynamicHelp": false,
|
|
14140
|
+
"multiple": false,
|
|
14141
|
+
"type": "option"
|
|
14142
|
+
},
|
|
14143
|
+
"filter-comparator": {
|
|
14144
|
+
"description": "Filter comparator",
|
|
14145
|
+
"name": "filter-comparator",
|
|
14146
|
+
"hasDynamicHelp": false,
|
|
14147
|
+
"multiple": false,
|
|
14148
|
+
"type": "option"
|
|
14149
|
+
},
|
|
14150
|
+
"filter-value": {
|
|
14151
|
+
"description": "Filter value",
|
|
14152
|
+
"name": "filter-value",
|
|
14163
14153
|
"hasDynamicHelp": false,
|
|
14164
14154
|
"multiple": false,
|
|
14165
14155
|
"type": "option"
|
|
14166
14156
|
},
|
|
14167
|
-
"
|
|
14168
|
-
"description": "
|
|
14169
|
-
"
|
|
14170
|
-
"
|
|
14157
|
+
"status": {
|
|
14158
|
+
"description": "Status: 0 inactive, 1 active",
|
|
14159
|
+
"name": "status",
|
|
14160
|
+
"hasDynamicHelp": false,
|
|
14161
|
+
"multiple": false,
|
|
14162
|
+
"options": [
|
|
14163
|
+
"0",
|
|
14164
|
+
"1"
|
|
14165
|
+
],
|
|
14166
|
+
"type": "option"
|
|
14167
|
+
},
|
|
14168
|
+
"data": {
|
|
14169
|
+
"description": "Additional JSON object payload",
|
|
14170
|
+
"name": "data",
|
|
14171
14171
|
"hasDynamicHelp": false,
|
|
14172
14172
|
"multiple": false,
|
|
14173
14173
|
"type": "option"
|
|
@@ -14175,7 +14175,7 @@
|
|
|
14175
14175
|
},
|
|
14176
14176
|
"hasDynamicHelp": false,
|
|
14177
14177
|
"hiddenAliases": [],
|
|
14178
|
-
"id": "
|
|
14178
|
+
"id": "bots:filters:update",
|
|
14179
14179
|
"pluginAlias": "@instantkom/cli",
|
|
14180
14180
|
"pluginName": "@instantkom/cli",
|
|
14181
14181
|
"pluginType": "core",
|
|
@@ -14185,12 +14185,12 @@
|
|
|
14185
14185
|
"relativePath": [
|
|
14186
14186
|
"dist",
|
|
14187
14187
|
"commands",
|
|
14188
|
-
"
|
|
14189
|
-
"
|
|
14190
|
-
"
|
|
14188
|
+
"bots",
|
|
14189
|
+
"filters",
|
|
14190
|
+
"update.js"
|
|
14191
14191
|
]
|
|
14192
14192
|
},
|
|
14193
|
-
"flow:
|
|
14193
|
+
"flow:nodes:create": {
|
|
14194
14194
|
"aliases": [],
|
|
14195
14195
|
"args": {
|
|
14196
14196
|
"flowId": {
|
|
@@ -14199,7 +14199,7 @@
|
|
|
14199
14199
|
"required": true
|
|
14200
14200
|
}
|
|
14201
14201
|
},
|
|
14202
|
-
"description": "Create a flow
|
|
14202
|
+
"description": "Create a flow node",
|
|
14203
14203
|
"flags": {
|
|
14204
14204
|
"api-key": {
|
|
14205
14205
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14263,33 +14263,33 @@
|
|
|
14263
14263
|
"multiple": false,
|
|
14264
14264
|
"type": "option"
|
|
14265
14265
|
},
|
|
14266
|
-
"
|
|
14267
|
-
"description": "
|
|
14268
|
-
"name": "
|
|
14269
|
-
"required": true,
|
|
14266
|
+
"bot": {
|
|
14267
|
+
"description": "Bot ID",
|
|
14268
|
+
"name": "bot",
|
|
14270
14269
|
"hasDynamicHelp": false,
|
|
14271
14270
|
"multiple": false,
|
|
14272
14271
|
"type": "option"
|
|
14273
14272
|
},
|
|
14274
|
-
"
|
|
14275
|
-
"description": "
|
|
14276
|
-
"name": "
|
|
14273
|
+
"type": {
|
|
14274
|
+
"description": "Node type",
|
|
14275
|
+
"name": "type",
|
|
14277
14276
|
"required": true,
|
|
14278
14277
|
"hasDynamicHelp": false,
|
|
14279
14278
|
"multiple": false,
|
|
14280
14279
|
"type": "option"
|
|
14281
14280
|
},
|
|
14282
|
-
"
|
|
14283
|
-
"description": "
|
|
14284
|
-
"name": "
|
|
14281
|
+
"x": {
|
|
14282
|
+
"description": "X position",
|
|
14283
|
+
"name": "x",
|
|
14284
|
+
"required": true,
|
|
14285
14285
|
"hasDynamicHelp": false,
|
|
14286
14286
|
"multiple": false,
|
|
14287
14287
|
"type": "option"
|
|
14288
14288
|
},
|
|
14289
|
-
"
|
|
14290
|
-
"description": "
|
|
14291
|
-
"name": "
|
|
14292
|
-
"
|
|
14289
|
+
"y": {
|
|
14290
|
+
"description": "Y position",
|
|
14291
|
+
"name": "y",
|
|
14292
|
+
"required": true,
|
|
14293
14293
|
"hasDynamicHelp": false,
|
|
14294
14294
|
"multiple": false,
|
|
14295
14295
|
"type": "option"
|
|
@@ -14304,7 +14304,7 @@
|
|
|
14304
14304
|
},
|
|
14305
14305
|
"hasDynamicHelp": false,
|
|
14306
14306
|
"hiddenAliases": [],
|
|
14307
|
-
"id": "flow:
|
|
14307
|
+
"id": "flow:nodes:create",
|
|
14308
14308
|
"pluginAlias": "@instantkom/cli",
|
|
14309
14309
|
"pluginName": "@instantkom/cli",
|
|
14310
14310
|
"pluginType": "core",
|
|
@@ -14315,11 +14315,11 @@
|
|
|
14315
14315
|
"dist",
|
|
14316
14316
|
"commands",
|
|
14317
14317
|
"flow",
|
|
14318
|
-
"
|
|
14318
|
+
"nodes",
|
|
14319
14319
|
"create.js"
|
|
14320
14320
|
]
|
|
14321
14321
|
},
|
|
14322
|
-
"flow:
|
|
14322
|
+
"flow:nodes:delete": {
|
|
14323
14323
|
"aliases": [],
|
|
14324
14324
|
"args": {
|
|
14325
14325
|
"flowId": {
|
|
@@ -14327,13 +14327,13 @@
|
|
|
14327
14327
|
"name": "flowId",
|
|
14328
14328
|
"required": true
|
|
14329
14329
|
},
|
|
14330
|
-
"
|
|
14331
|
-
"description": "
|
|
14332
|
-
"name": "
|
|
14330
|
+
"nodeId": {
|
|
14331
|
+
"description": "Node ID",
|
|
14332
|
+
"name": "nodeId",
|
|
14333
14333
|
"required": true
|
|
14334
14334
|
}
|
|
14335
14335
|
},
|
|
14336
|
-
"description": "Delete a flow
|
|
14336
|
+
"description": "Delete a flow node",
|
|
14337
14337
|
"flags": {
|
|
14338
14338
|
"api-key": {
|
|
14339
14339
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14400,7 +14400,7 @@
|
|
|
14400
14400
|
},
|
|
14401
14401
|
"hasDynamicHelp": false,
|
|
14402
14402
|
"hiddenAliases": [],
|
|
14403
|
-
"id": "flow:
|
|
14403
|
+
"id": "flow:nodes:delete",
|
|
14404
14404
|
"pluginAlias": "@instantkom/cli",
|
|
14405
14405
|
"pluginName": "@instantkom/cli",
|
|
14406
14406
|
"pluginType": "core",
|
|
@@ -14411,11 +14411,11 @@
|
|
|
14411
14411
|
"dist",
|
|
14412
14412
|
"commands",
|
|
14413
14413
|
"flow",
|
|
14414
|
-
"
|
|
14414
|
+
"nodes",
|
|
14415
14415
|
"delete.js"
|
|
14416
14416
|
]
|
|
14417
14417
|
},
|
|
14418
|
-
"flow:
|
|
14418
|
+
"flow:nodes:get": {
|
|
14419
14419
|
"aliases": [],
|
|
14420
14420
|
"args": {
|
|
14421
14421
|
"flowId": {
|
|
@@ -14423,13 +14423,13 @@
|
|
|
14423
14423
|
"name": "flowId",
|
|
14424
14424
|
"required": true
|
|
14425
14425
|
},
|
|
14426
|
-
"
|
|
14427
|
-
"description": "
|
|
14428
|
-
"name": "
|
|
14426
|
+
"nodeId": {
|
|
14427
|
+
"description": "Node ID",
|
|
14428
|
+
"name": "nodeId",
|
|
14429
14429
|
"required": true
|
|
14430
14430
|
}
|
|
14431
14431
|
},
|
|
14432
|
-
"description": "Get a flow
|
|
14432
|
+
"description": "Get a flow node",
|
|
14433
14433
|
"flags": {
|
|
14434
14434
|
"api-key": {
|
|
14435
14435
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14496,7 +14496,7 @@
|
|
|
14496
14496
|
},
|
|
14497
14497
|
"hasDynamicHelp": false,
|
|
14498
14498
|
"hiddenAliases": [],
|
|
14499
|
-
"id": "flow:
|
|
14499
|
+
"id": "flow:nodes:get",
|
|
14500
14500
|
"pluginAlias": "@instantkom/cli",
|
|
14501
14501
|
"pluginName": "@instantkom/cli",
|
|
14502
14502
|
"pluginType": "core",
|
|
@@ -14507,11 +14507,11 @@
|
|
|
14507
14507
|
"dist",
|
|
14508
14508
|
"commands",
|
|
14509
14509
|
"flow",
|
|
14510
|
-
"
|
|
14510
|
+
"nodes",
|
|
14511
14511
|
"get.js"
|
|
14512
14512
|
]
|
|
14513
14513
|
},
|
|
14514
|
-
"flow:
|
|
14514
|
+
"flow:nodes:list": {
|
|
14515
14515
|
"aliases": [],
|
|
14516
14516
|
"args": {
|
|
14517
14517
|
"flowId": {
|
|
@@ -14520,7 +14520,7 @@
|
|
|
14520
14520
|
"required": true
|
|
14521
14521
|
}
|
|
14522
14522
|
},
|
|
14523
|
-
"description": "List
|
|
14523
|
+
"description": "List nodes in a flow",
|
|
14524
14524
|
"flags": {
|
|
14525
14525
|
"api-key": {
|
|
14526
14526
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14587,7 +14587,7 @@
|
|
|
14587
14587
|
},
|
|
14588
14588
|
"hasDynamicHelp": false,
|
|
14589
14589
|
"hiddenAliases": [],
|
|
14590
|
-
"id": "flow:
|
|
14590
|
+
"id": "flow:nodes:list",
|
|
14591
14591
|
"pluginAlias": "@instantkom/cli",
|
|
14592
14592
|
"pluginName": "@instantkom/cli",
|
|
14593
14593
|
"pluginType": "core",
|
|
@@ -14598,11 +14598,11 @@
|
|
|
14598
14598
|
"dist",
|
|
14599
14599
|
"commands",
|
|
14600
14600
|
"flow",
|
|
14601
|
-
"
|
|
14601
|
+
"nodes",
|
|
14602
14602
|
"list.js"
|
|
14603
14603
|
]
|
|
14604
14604
|
},
|
|
14605
|
-
"flow:
|
|
14605
|
+
"flow:nodes:update": {
|
|
14606
14606
|
"aliases": [],
|
|
14607
14607
|
"args": {
|
|
14608
14608
|
"flowId": {
|
|
@@ -14610,13 +14610,13 @@
|
|
|
14610
14610
|
"name": "flowId",
|
|
14611
14611
|
"required": true
|
|
14612
14612
|
},
|
|
14613
|
-
"
|
|
14614
|
-
"description": "
|
|
14615
|
-
"name": "
|
|
14613
|
+
"nodeId": {
|
|
14614
|
+
"description": "Node ID",
|
|
14615
|
+
"name": "nodeId",
|
|
14616
14616
|
"required": true
|
|
14617
14617
|
}
|
|
14618
14618
|
},
|
|
14619
|
-
"description": "Update a flow
|
|
14619
|
+
"description": "Update a flow node",
|
|
14620
14620
|
"flags": {
|
|
14621
14621
|
"api-key": {
|
|
14622
14622
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14680,30 +14680,30 @@
|
|
|
14680
14680
|
"multiple": false,
|
|
14681
14681
|
"type": "option"
|
|
14682
14682
|
},
|
|
14683
|
-
"
|
|
14684
|
-
"description": "
|
|
14685
|
-
"name": "
|
|
14683
|
+
"bot": {
|
|
14684
|
+
"description": "Bot ID",
|
|
14685
|
+
"name": "bot",
|
|
14686
14686
|
"hasDynamicHelp": false,
|
|
14687
14687
|
"multiple": false,
|
|
14688
14688
|
"type": "option"
|
|
14689
14689
|
},
|
|
14690
|
-
"
|
|
14691
|
-
"description": "
|
|
14692
|
-
"name": "
|
|
14690
|
+
"type": {
|
|
14691
|
+
"description": "Node type",
|
|
14692
|
+
"name": "type",
|
|
14693
14693
|
"hasDynamicHelp": false,
|
|
14694
14694
|
"multiple": false,
|
|
14695
14695
|
"type": "option"
|
|
14696
14696
|
},
|
|
14697
|
-
"
|
|
14698
|
-
"description": "
|
|
14699
|
-
"name": "
|
|
14697
|
+
"x": {
|
|
14698
|
+
"description": "X position",
|
|
14699
|
+
"name": "x",
|
|
14700
14700
|
"hasDynamicHelp": false,
|
|
14701
14701
|
"multiple": false,
|
|
14702
14702
|
"type": "option"
|
|
14703
14703
|
},
|
|
14704
|
-
"
|
|
14705
|
-
"description": "
|
|
14706
|
-
"name": "
|
|
14704
|
+
"y": {
|
|
14705
|
+
"description": "Y position",
|
|
14706
|
+
"name": "y",
|
|
14707
14707
|
"hasDynamicHelp": false,
|
|
14708
14708
|
"multiple": false,
|
|
14709
14709
|
"type": "option"
|
|
@@ -14718,7 +14718,7 @@
|
|
|
14718
14718
|
},
|
|
14719
14719
|
"hasDynamicHelp": false,
|
|
14720
14720
|
"hiddenAliases": [],
|
|
14721
|
-
"id": "flow:
|
|
14721
|
+
"id": "flow:nodes:update",
|
|
14722
14722
|
"pluginAlias": "@instantkom/cli",
|
|
14723
14723
|
"pluginName": "@instantkom/cli",
|
|
14724
14724
|
"pluginType": "core",
|
|
@@ -14729,11 +14729,11 @@
|
|
|
14729
14729
|
"dist",
|
|
14730
14730
|
"commands",
|
|
14731
14731
|
"flow",
|
|
14732
|
-
"
|
|
14732
|
+
"nodes",
|
|
14733
14733
|
"update.js"
|
|
14734
14734
|
]
|
|
14735
14735
|
},
|
|
14736
|
-
"flow:
|
|
14736
|
+
"flow:edges:create": {
|
|
14737
14737
|
"aliases": [],
|
|
14738
14738
|
"args": {
|
|
14739
14739
|
"flowId": {
|
|
@@ -14742,7 +14742,7 @@
|
|
|
14742
14742
|
"required": true
|
|
14743
14743
|
}
|
|
14744
14744
|
},
|
|
14745
|
-
"description": "Create a flow
|
|
14745
|
+
"description": "Create a flow edge",
|
|
14746
14746
|
"flags": {
|
|
14747
14747
|
"api-key": {
|
|
14748
14748
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14806,33 +14806,33 @@
|
|
|
14806
14806
|
"multiple": false,
|
|
14807
14807
|
"type": "option"
|
|
14808
14808
|
},
|
|
14809
|
-
"
|
|
14810
|
-
"description": "
|
|
14811
|
-
"name": "
|
|
14809
|
+
"source": {
|
|
14810
|
+
"description": "Source node ID",
|
|
14811
|
+
"name": "source",
|
|
14812
|
+
"required": true,
|
|
14812
14813
|
"hasDynamicHelp": false,
|
|
14813
14814
|
"multiple": false,
|
|
14814
14815
|
"type": "option"
|
|
14815
14816
|
},
|
|
14816
|
-
"
|
|
14817
|
-
"description": "
|
|
14818
|
-
"name": "
|
|
14817
|
+
"target": {
|
|
14818
|
+
"description": "Target node ID",
|
|
14819
|
+
"name": "target",
|
|
14819
14820
|
"required": true,
|
|
14820
14821
|
"hasDynamicHelp": false,
|
|
14821
14822
|
"multiple": false,
|
|
14822
14823
|
"type": "option"
|
|
14823
14824
|
},
|
|
14824
|
-
"
|
|
14825
|
-
"description": "
|
|
14826
|
-
"name": "
|
|
14827
|
-
"required": true,
|
|
14825
|
+
"label": {
|
|
14826
|
+
"description": "Edge label",
|
|
14827
|
+
"name": "label",
|
|
14828
14828
|
"hasDynamicHelp": false,
|
|
14829
14829
|
"multiple": false,
|
|
14830
14830
|
"type": "option"
|
|
14831
14831
|
},
|
|
14832
|
-
"
|
|
14833
|
-
"description": "
|
|
14834
|
-
"name": "
|
|
14835
|
-
"
|
|
14832
|
+
"type": {
|
|
14833
|
+
"description": "Edge type",
|
|
14834
|
+
"name": "type",
|
|
14835
|
+
"default": "default",
|
|
14836
14836
|
"hasDynamicHelp": false,
|
|
14837
14837
|
"multiple": false,
|
|
14838
14838
|
"type": "option"
|
|
@@ -14847,7 +14847,7 @@
|
|
|
14847
14847
|
},
|
|
14848
14848
|
"hasDynamicHelp": false,
|
|
14849
14849
|
"hiddenAliases": [],
|
|
14850
|
-
"id": "flow:
|
|
14850
|
+
"id": "flow:edges:create",
|
|
14851
14851
|
"pluginAlias": "@instantkom/cli",
|
|
14852
14852
|
"pluginName": "@instantkom/cli",
|
|
14853
14853
|
"pluginType": "core",
|
|
@@ -14858,11 +14858,11 @@
|
|
|
14858
14858
|
"dist",
|
|
14859
14859
|
"commands",
|
|
14860
14860
|
"flow",
|
|
14861
|
-
"
|
|
14861
|
+
"edges",
|
|
14862
14862
|
"create.js"
|
|
14863
14863
|
]
|
|
14864
14864
|
},
|
|
14865
|
-
"flow:
|
|
14865
|
+
"flow:edges:delete": {
|
|
14866
14866
|
"aliases": [],
|
|
14867
14867
|
"args": {
|
|
14868
14868
|
"flowId": {
|
|
@@ -14870,13 +14870,13 @@
|
|
|
14870
14870
|
"name": "flowId",
|
|
14871
14871
|
"required": true
|
|
14872
14872
|
},
|
|
14873
|
-
"
|
|
14874
|
-
"description": "
|
|
14875
|
-
"name": "
|
|
14873
|
+
"edgeId": {
|
|
14874
|
+
"description": "Edge ID",
|
|
14875
|
+
"name": "edgeId",
|
|
14876
14876
|
"required": true
|
|
14877
14877
|
}
|
|
14878
14878
|
},
|
|
14879
|
-
"description": "Delete a flow
|
|
14879
|
+
"description": "Delete a flow edge",
|
|
14880
14880
|
"flags": {
|
|
14881
14881
|
"api-key": {
|
|
14882
14882
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14943,7 +14943,7 @@
|
|
|
14943
14943
|
},
|
|
14944
14944
|
"hasDynamicHelp": false,
|
|
14945
14945
|
"hiddenAliases": [],
|
|
14946
|
-
"id": "flow:
|
|
14946
|
+
"id": "flow:edges:delete",
|
|
14947
14947
|
"pluginAlias": "@instantkom/cli",
|
|
14948
14948
|
"pluginName": "@instantkom/cli",
|
|
14949
14949
|
"pluginType": "core",
|
|
@@ -14954,11 +14954,11 @@
|
|
|
14954
14954
|
"dist",
|
|
14955
14955
|
"commands",
|
|
14956
14956
|
"flow",
|
|
14957
|
-
"
|
|
14957
|
+
"edges",
|
|
14958
14958
|
"delete.js"
|
|
14959
14959
|
]
|
|
14960
14960
|
},
|
|
14961
|
-
"flow:
|
|
14961
|
+
"flow:edges:get": {
|
|
14962
14962
|
"aliases": [],
|
|
14963
14963
|
"args": {
|
|
14964
14964
|
"flowId": {
|
|
@@ -14966,13 +14966,13 @@
|
|
|
14966
14966
|
"name": "flowId",
|
|
14967
14967
|
"required": true
|
|
14968
14968
|
},
|
|
14969
|
-
"
|
|
14970
|
-
"description": "
|
|
14971
|
-
"name": "
|
|
14969
|
+
"edgeId": {
|
|
14970
|
+
"description": "Edge ID",
|
|
14971
|
+
"name": "edgeId",
|
|
14972
14972
|
"required": true
|
|
14973
14973
|
}
|
|
14974
14974
|
},
|
|
14975
|
-
"description": "Get a flow
|
|
14975
|
+
"description": "Get a flow edge",
|
|
14976
14976
|
"flags": {
|
|
14977
14977
|
"api-key": {
|
|
14978
14978
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15039,7 +15039,7 @@
|
|
|
15039
15039
|
},
|
|
15040
15040
|
"hasDynamicHelp": false,
|
|
15041
15041
|
"hiddenAliases": [],
|
|
15042
|
-
"id": "flow:
|
|
15042
|
+
"id": "flow:edges:get",
|
|
15043
15043
|
"pluginAlias": "@instantkom/cli",
|
|
15044
15044
|
"pluginName": "@instantkom/cli",
|
|
15045
15045
|
"pluginType": "core",
|
|
@@ -15050,11 +15050,11 @@
|
|
|
15050
15050
|
"dist",
|
|
15051
15051
|
"commands",
|
|
15052
15052
|
"flow",
|
|
15053
|
-
"
|
|
15053
|
+
"edges",
|
|
15054
15054
|
"get.js"
|
|
15055
15055
|
]
|
|
15056
15056
|
},
|
|
15057
|
-
"flow:
|
|
15057
|
+
"flow:edges:list": {
|
|
15058
15058
|
"aliases": [],
|
|
15059
15059
|
"args": {
|
|
15060
15060
|
"flowId": {
|
|
@@ -15063,7 +15063,7 @@
|
|
|
15063
15063
|
"required": true
|
|
15064
15064
|
}
|
|
15065
15065
|
},
|
|
15066
|
-
"description": "List
|
|
15066
|
+
"description": "List edges in a flow",
|
|
15067
15067
|
"flags": {
|
|
15068
15068
|
"api-key": {
|
|
15069
15069
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15130,7 +15130,7 @@
|
|
|
15130
15130
|
},
|
|
15131
15131
|
"hasDynamicHelp": false,
|
|
15132
15132
|
"hiddenAliases": [],
|
|
15133
|
-
"id": "flow:
|
|
15133
|
+
"id": "flow:edges:list",
|
|
15134
15134
|
"pluginAlias": "@instantkom/cli",
|
|
15135
15135
|
"pluginName": "@instantkom/cli",
|
|
15136
15136
|
"pluginType": "core",
|
|
@@ -15141,11 +15141,11 @@
|
|
|
15141
15141
|
"dist",
|
|
15142
15142
|
"commands",
|
|
15143
15143
|
"flow",
|
|
15144
|
-
"
|
|
15144
|
+
"edges",
|
|
15145
15145
|
"list.js"
|
|
15146
15146
|
]
|
|
15147
15147
|
},
|
|
15148
|
-
"flow:
|
|
15148
|
+
"flow:edges:update": {
|
|
15149
15149
|
"aliases": [],
|
|
15150
15150
|
"args": {
|
|
15151
15151
|
"flowId": {
|
|
@@ -15153,13 +15153,13 @@
|
|
|
15153
15153
|
"name": "flowId",
|
|
15154
15154
|
"required": true
|
|
15155
15155
|
},
|
|
15156
|
-
"
|
|
15157
|
-
"description": "
|
|
15158
|
-
"name": "
|
|
15156
|
+
"edgeId": {
|
|
15157
|
+
"description": "Edge ID",
|
|
15158
|
+
"name": "edgeId",
|
|
15159
15159
|
"required": true
|
|
15160
15160
|
}
|
|
15161
15161
|
},
|
|
15162
|
-
"description": "Update a flow
|
|
15162
|
+
"description": "Update a flow edge",
|
|
15163
15163
|
"flags": {
|
|
15164
15164
|
"api-key": {
|
|
15165
15165
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15223,30 +15223,30 @@
|
|
|
15223
15223
|
"multiple": false,
|
|
15224
15224
|
"type": "option"
|
|
15225
15225
|
},
|
|
15226
|
-
"
|
|
15227
|
-
"description": "
|
|
15228
|
-
"name": "
|
|
15226
|
+
"source": {
|
|
15227
|
+
"description": "Source node ID",
|
|
15228
|
+
"name": "source",
|
|
15229
15229
|
"hasDynamicHelp": false,
|
|
15230
15230
|
"multiple": false,
|
|
15231
15231
|
"type": "option"
|
|
15232
15232
|
},
|
|
15233
|
-
"
|
|
15234
|
-
"description": "
|
|
15235
|
-
"name": "
|
|
15233
|
+
"target": {
|
|
15234
|
+
"description": "Target node ID",
|
|
15235
|
+
"name": "target",
|
|
15236
15236
|
"hasDynamicHelp": false,
|
|
15237
15237
|
"multiple": false,
|
|
15238
15238
|
"type": "option"
|
|
15239
15239
|
},
|
|
15240
|
-
"
|
|
15241
|
-
"description": "
|
|
15242
|
-
"name": "
|
|
15240
|
+
"label": {
|
|
15241
|
+
"description": "Edge label",
|
|
15242
|
+
"name": "label",
|
|
15243
15243
|
"hasDynamicHelp": false,
|
|
15244
15244
|
"multiple": false,
|
|
15245
15245
|
"type": "option"
|
|
15246
15246
|
},
|
|
15247
|
-
"
|
|
15248
|
-
"description": "
|
|
15249
|
-
"name": "
|
|
15247
|
+
"type": {
|
|
15248
|
+
"description": "Edge type",
|
|
15249
|
+
"name": "type",
|
|
15250
15250
|
"hasDynamicHelp": false,
|
|
15251
15251
|
"multiple": false,
|
|
15252
15252
|
"type": "option"
|
|
@@ -15261,7 +15261,7 @@
|
|
|
15261
15261
|
},
|
|
15262
15262
|
"hasDynamicHelp": false,
|
|
15263
15263
|
"hiddenAliases": [],
|
|
15264
|
-
"id": "flow:
|
|
15264
|
+
"id": "flow:edges:update",
|
|
15265
15265
|
"pluginAlias": "@instantkom/cli",
|
|
15266
15266
|
"pluginName": "@instantkom/cli",
|
|
15267
15267
|
"pluginType": "core",
|
|
@@ -15272,7 +15272,7 @@
|
|
|
15272
15272
|
"dist",
|
|
15273
15273
|
"commands",
|
|
15274
15274
|
"flow",
|
|
15275
|
-
"
|
|
15275
|
+
"edges",
|
|
15276
15276
|
"update.js"
|
|
15277
15277
|
]
|
|
15278
15278
|
},
|
|
@@ -16352,5 +16352,5 @@
|
|
|
16352
16352
|
]
|
|
16353
16353
|
}
|
|
16354
16354
|
},
|
|
16355
|
-
"version": "3.
|
|
16355
|
+
"version": "3.145.0"
|
|
16356
16356
|
}
|