@instantkom/cli 3.175.0 → 3.176.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 +1213 -1213
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1073,6 +1073,40 @@
|
|
|
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
|
+
},
|
|
1076
1110
|
"auth:login": {
|
|
1077
1111
|
"aliases": [],
|
|
1078
1112
|
"args": {},
|
|
@@ -1255,40 +1289,6 @@
|
|
|
1255
1289
|
"logout.js"
|
|
1256
1290
|
]
|
|
1257
1291
|
},
|
|
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
1292
|
"bots:create": {
|
|
1293
1293
|
"aliases": [],
|
|
1294
1294
|
"args": {},
|
|
@@ -5545,10 +5545,10 @@
|
|
|
5545
5545
|
"update.js"
|
|
5546
5546
|
]
|
|
5547
5547
|
},
|
|
5548
|
-
"
|
|
5548
|
+
"flows:create": {
|
|
5549
5549
|
"aliases": [],
|
|
5550
5550
|
"args": {},
|
|
5551
|
-
"description": "Create
|
|
5551
|
+
"description": "Create a flow",
|
|
5552
5552
|
"flags": {
|
|
5553
5553
|
"api-key": {
|
|
5554
5554
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5560,10 +5560,18 @@
|
|
|
5560
5560
|
"type": "option"
|
|
5561
5561
|
},
|
|
5562
5562
|
"format": {
|
|
5563
|
-
"description": "
|
|
5563
|
+
"description": "Output format: text, json, yaml, or table",
|
|
5564
|
+
"helpGroup": "GLOBAL",
|
|
5564
5565
|
"name": "format",
|
|
5566
|
+
"default": "text",
|
|
5565
5567
|
"hasDynamicHelp": false,
|
|
5566
5568
|
"multiple": false,
|
|
5569
|
+
"options": [
|
|
5570
|
+
"text",
|
|
5571
|
+
"json",
|
|
5572
|
+
"yaml",
|
|
5573
|
+
"table"
|
|
5574
|
+
],
|
|
5567
5575
|
"type": "option"
|
|
5568
5576
|
},
|
|
5569
5577
|
"json": {
|
|
@@ -5604,59 +5612,39 @@
|
|
|
5604
5612
|
"multiple": false,
|
|
5605
5613
|
"type": "option"
|
|
5606
5614
|
},
|
|
5607
|
-
"
|
|
5608
|
-
"description": "
|
|
5609
|
-
"name": "
|
|
5615
|
+
"channel": {
|
|
5616
|
+
"description": "Channel ID",
|
|
5617
|
+
"name": "channel",
|
|
5610
5618
|
"required": true,
|
|
5611
5619
|
"hasDynamicHelp": false,
|
|
5612
5620
|
"multiple": false,
|
|
5613
5621
|
"type": "option"
|
|
5614
5622
|
},
|
|
5615
|
-
"
|
|
5616
|
-
"description": "
|
|
5617
|
-
"name": "
|
|
5618
|
-
"
|
|
5619
|
-
"multiple": false,
|
|
5620
|
-
"type": "option"
|
|
5621
|
-
},
|
|
5622
|
-
"type": {
|
|
5623
|
-
"description": "Alias for --sources",
|
|
5624
|
-
"name": "type",
|
|
5625
|
-
"hasDynamicHelp": false,
|
|
5626
|
-
"multiple": false,
|
|
5627
|
-
"type": "option"
|
|
5628
|
-
},
|
|
5629
|
-
"target": {
|
|
5630
|
-
"description": "Export target/format",
|
|
5631
|
-
"name": "target",
|
|
5632
|
-
"hasDynamicHelp": false,
|
|
5633
|
-
"multiple": false,
|
|
5634
|
-
"type": "option"
|
|
5635
|
-
},
|
|
5636
|
-
"channels": {
|
|
5637
|
-
"description": "Comma-separated channel IDs",
|
|
5638
|
-
"name": "channels",
|
|
5623
|
+
"name": {
|
|
5624
|
+
"description": "Flow name",
|
|
5625
|
+
"name": "name",
|
|
5626
|
+
"required": true,
|
|
5639
5627
|
"hasDynamicHelp": false,
|
|
5640
5628
|
"multiple": false,
|
|
5641
5629
|
"type": "option"
|
|
5642
5630
|
},
|
|
5643
|
-
"
|
|
5644
|
-
"description": "
|
|
5645
|
-
"name": "
|
|
5631
|
+
"description": {
|
|
5632
|
+
"description": "Flow description",
|
|
5633
|
+
"name": "description",
|
|
5646
5634
|
"hasDynamicHelp": false,
|
|
5647
5635
|
"multiple": false,
|
|
5648
5636
|
"type": "option"
|
|
5649
5637
|
},
|
|
5650
|
-
"
|
|
5651
|
-
"description": "
|
|
5652
|
-
"name": "
|
|
5638
|
+
"color": {
|
|
5639
|
+
"description": "Flow color as HEX",
|
|
5640
|
+
"name": "color",
|
|
5653
5641
|
"hasDynamicHelp": false,
|
|
5654
5642
|
"multiple": false,
|
|
5655
5643
|
"type": "option"
|
|
5656
5644
|
},
|
|
5657
|
-
"
|
|
5658
|
-
"description": "
|
|
5659
|
-
"name": "
|
|
5645
|
+
"folder": {
|
|
5646
|
+
"description": "Folder ID",
|
|
5647
|
+
"name": "folder",
|
|
5660
5648
|
"hasDynamicHelp": false,
|
|
5661
5649
|
"multiple": false,
|
|
5662
5650
|
"type": "option"
|
|
@@ -5671,7 +5659,7 @@
|
|
|
5671
5659
|
},
|
|
5672
5660
|
"hasDynamicHelp": false,
|
|
5673
5661
|
"hiddenAliases": [],
|
|
5674
|
-
"id": "
|
|
5662
|
+
"id": "flows:create",
|
|
5675
5663
|
"pluginAlias": "@instantkom/cli",
|
|
5676
5664
|
"pluginName": "@instantkom/cli",
|
|
5677
5665
|
"pluginType": "core",
|
|
@@ -5681,20 +5669,20 @@
|
|
|
5681
5669
|
"relativePath": [
|
|
5682
5670
|
"dist",
|
|
5683
5671
|
"commands",
|
|
5684
|
-
"
|
|
5672
|
+
"flows",
|
|
5685
5673
|
"create.js"
|
|
5686
5674
|
]
|
|
5687
5675
|
},
|
|
5688
|
-
"
|
|
5676
|
+
"flows:delete": {
|
|
5689
5677
|
"aliases": [],
|
|
5690
5678
|
"args": {
|
|
5691
5679
|
"id": {
|
|
5692
|
-
"description": "
|
|
5680
|
+
"description": "Flow ID",
|
|
5693
5681
|
"name": "id",
|
|
5694
5682
|
"required": true
|
|
5695
5683
|
}
|
|
5696
5684
|
},
|
|
5697
|
-
"description": "Delete
|
|
5685
|
+
"description": "Delete a flow",
|
|
5698
5686
|
"flags": {
|
|
5699
5687
|
"api-key": {
|
|
5700
5688
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5761,7 +5749,7 @@
|
|
|
5761
5749
|
},
|
|
5762
5750
|
"hasDynamicHelp": false,
|
|
5763
5751
|
"hiddenAliases": [],
|
|
5764
|
-
"id": "
|
|
5752
|
+
"id": "flows:delete",
|
|
5765
5753
|
"pluginAlias": "@instantkom/cli",
|
|
5766
5754
|
"pluginName": "@instantkom/cli",
|
|
5767
5755
|
"pluginType": "core",
|
|
@@ -5771,20 +5759,20 @@
|
|
|
5771
5759
|
"relativePath": [
|
|
5772
5760
|
"dist",
|
|
5773
5761
|
"commands",
|
|
5774
|
-
"
|
|
5762
|
+
"flows",
|
|
5775
5763
|
"delete.js"
|
|
5776
5764
|
]
|
|
5777
5765
|
},
|
|
5778
|
-
"
|
|
5766
|
+
"flows:get": {
|
|
5779
5767
|
"aliases": [],
|
|
5780
5768
|
"args": {
|
|
5781
5769
|
"id": {
|
|
5782
|
-
"description": "
|
|
5770
|
+
"description": "Flow ID",
|
|
5783
5771
|
"name": "id",
|
|
5784
5772
|
"required": true
|
|
5785
5773
|
}
|
|
5786
5774
|
},
|
|
5787
|
-
"description": "
|
|
5775
|
+
"description": "Get a flow by ID",
|
|
5788
5776
|
"flags": {
|
|
5789
5777
|
"api-key": {
|
|
5790
5778
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5847,18 +5835,11 @@
|
|
|
5847
5835
|
"hasDynamicHelp": false,
|
|
5848
5836
|
"multiple": false,
|
|
5849
5837
|
"type": "option"
|
|
5850
|
-
},
|
|
5851
|
-
"file": {
|
|
5852
|
-
"description": "Output file path",
|
|
5853
|
-
"name": "file",
|
|
5854
|
-
"hasDynamicHelp": false,
|
|
5855
|
-
"multiple": false,
|
|
5856
|
-
"type": "option"
|
|
5857
5838
|
}
|
|
5858
5839
|
},
|
|
5859
5840
|
"hasDynamicHelp": false,
|
|
5860
5841
|
"hiddenAliases": [],
|
|
5861
|
-
"id": "
|
|
5842
|
+
"id": "flows:get",
|
|
5862
5843
|
"pluginAlias": "@instantkom/cli",
|
|
5863
5844
|
"pluginName": "@instantkom/cli",
|
|
5864
5845
|
"pluginType": "core",
|
|
@@ -5868,20 +5849,14 @@
|
|
|
5868
5849
|
"relativePath": [
|
|
5869
5850
|
"dist",
|
|
5870
5851
|
"commands",
|
|
5871
|
-
"
|
|
5872
|
-
"
|
|
5852
|
+
"flows",
|
|
5853
|
+
"get.js"
|
|
5873
5854
|
]
|
|
5874
5855
|
},
|
|
5875
|
-
"
|
|
5856
|
+
"flows:list": {
|
|
5876
5857
|
"aliases": [],
|
|
5877
|
-
"args": {
|
|
5878
|
-
|
|
5879
|
-
"description": "Export ID",
|
|
5880
|
-
"name": "id",
|
|
5881
|
-
"required": true
|
|
5882
|
-
}
|
|
5883
|
-
},
|
|
5884
|
-
"description": "Get an export by ID",
|
|
5858
|
+
"args": {},
|
|
5859
|
+
"description": "List flows",
|
|
5885
5860
|
"flags": {
|
|
5886
5861
|
"api-key": {
|
|
5887
5862
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5944,11 +5919,48 @@
|
|
|
5944
5919
|
"hasDynamicHelp": false,
|
|
5945
5920
|
"multiple": false,
|
|
5946
5921
|
"type": "option"
|
|
5922
|
+
},
|
|
5923
|
+
"page": {
|
|
5924
|
+
"description": "Page number",
|
|
5925
|
+
"name": "page",
|
|
5926
|
+
"default": 1,
|
|
5927
|
+
"hasDynamicHelp": false,
|
|
5928
|
+
"multiple": false,
|
|
5929
|
+
"type": "option"
|
|
5930
|
+
},
|
|
5931
|
+
"limit": {
|
|
5932
|
+
"description": "Items per page",
|
|
5933
|
+
"name": "limit",
|
|
5934
|
+
"default": 20,
|
|
5935
|
+
"hasDynamicHelp": false,
|
|
5936
|
+
"multiple": false,
|
|
5937
|
+
"type": "option"
|
|
5938
|
+
},
|
|
5939
|
+
"channel": {
|
|
5940
|
+
"description": "Filter by channel ID",
|
|
5941
|
+
"name": "channel",
|
|
5942
|
+
"hasDynamicHelp": false,
|
|
5943
|
+
"multiple": false,
|
|
5944
|
+
"type": "option"
|
|
5945
|
+
},
|
|
5946
|
+
"search": {
|
|
5947
|
+
"description": "Search in flow name or description",
|
|
5948
|
+
"name": "search",
|
|
5949
|
+
"hasDynamicHelp": false,
|
|
5950
|
+
"multiple": false,
|
|
5951
|
+
"type": "option"
|
|
5952
|
+
},
|
|
5953
|
+
"folder": {
|
|
5954
|
+
"description": "Filter by folder ID",
|
|
5955
|
+
"name": "folder",
|
|
5956
|
+
"hasDynamicHelp": false,
|
|
5957
|
+
"multiple": false,
|
|
5958
|
+
"type": "option"
|
|
5947
5959
|
}
|
|
5948
5960
|
},
|
|
5949
5961
|
"hasDynamicHelp": false,
|
|
5950
5962
|
"hiddenAliases": [],
|
|
5951
|
-
"id": "
|
|
5963
|
+
"id": "flows:list",
|
|
5952
5964
|
"pluginAlias": "@instantkom/cli",
|
|
5953
5965
|
"pluginName": "@instantkom/cli",
|
|
5954
5966
|
"pluginType": "core",
|
|
@@ -5958,14 +5970,20 @@
|
|
|
5958
5970
|
"relativePath": [
|
|
5959
5971
|
"dist",
|
|
5960
5972
|
"commands",
|
|
5961
|
-
"
|
|
5962
|
-
"
|
|
5973
|
+
"flows",
|
|
5974
|
+
"list.js"
|
|
5963
5975
|
]
|
|
5964
5976
|
},
|
|
5965
|
-
"
|
|
5977
|
+
"flows:update": {
|
|
5966
5978
|
"aliases": [],
|
|
5967
|
-
"args": {
|
|
5968
|
-
|
|
5979
|
+
"args": {
|
|
5980
|
+
"id": {
|
|
5981
|
+
"description": "Flow ID",
|
|
5982
|
+
"name": "id",
|
|
5983
|
+
"required": true
|
|
5984
|
+
}
|
|
5985
|
+
},
|
|
5986
|
+
"description": "Update a flow",
|
|
5969
5987
|
"flags": {
|
|
5970
5988
|
"api-key": {
|
|
5971
5989
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6029,32 +6047,37 @@
|
|
|
6029
6047
|
"multiple": false,
|
|
6030
6048
|
"type": "option"
|
|
6031
6049
|
},
|
|
6032
|
-
"
|
|
6033
|
-
"description": "
|
|
6034
|
-
"name": "
|
|
6035
|
-
"default": 1,
|
|
6050
|
+
"name": {
|
|
6051
|
+
"description": "Flow name",
|
|
6052
|
+
"name": "name",
|
|
6036
6053
|
"hasDynamicHelp": false,
|
|
6037
6054
|
"multiple": false,
|
|
6038
6055
|
"type": "option"
|
|
6039
6056
|
},
|
|
6040
|
-
"
|
|
6041
|
-
"description": "
|
|
6042
|
-
"name": "
|
|
6043
|
-
"default": 50,
|
|
6057
|
+
"description": {
|
|
6058
|
+
"description": "Flow description",
|
|
6059
|
+
"name": "description",
|
|
6044
6060
|
"hasDynamicHelp": false,
|
|
6045
6061
|
"multiple": false,
|
|
6046
6062
|
"type": "option"
|
|
6047
6063
|
},
|
|
6048
|
-
"
|
|
6049
|
-
"description": "
|
|
6050
|
-
"name": "
|
|
6064
|
+
"color": {
|
|
6065
|
+
"description": "Flow color as HEX",
|
|
6066
|
+
"name": "color",
|
|
6051
6067
|
"hasDynamicHelp": false,
|
|
6052
6068
|
"multiple": false,
|
|
6053
6069
|
"type": "option"
|
|
6054
6070
|
},
|
|
6055
|
-
"
|
|
6056
|
-
"description": "
|
|
6057
|
-
"name": "
|
|
6071
|
+
"folder": {
|
|
6072
|
+
"description": "Folder ID",
|
|
6073
|
+
"name": "folder",
|
|
6074
|
+
"hasDynamicHelp": false,
|
|
6075
|
+
"multiple": false,
|
|
6076
|
+
"type": "option"
|
|
6077
|
+
},
|
|
6078
|
+
"data": {
|
|
6079
|
+
"description": "Additional JSON object payload",
|
|
6080
|
+
"name": "data",
|
|
6058
6081
|
"hasDynamicHelp": false,
|
|
6059
6082
|
"multiple": false,
|
|
6060
6083
|
"type": "option"
|
|
@@ -6062,7 +6085,7 @@
|
|
|
6062
6085
|
},
|
|
6063
6086
|
"hasDynamicHelp": false,
|
|
6064
6087
|
"hiddenAliases": [],
|
|
6065
|
-
"id": "
|
|
6088
|
+
"id": "flows:update",
|
|
6066
6089
|
"pluginAlias": "@instantkom/cli",
|
|
6067
6090
|
"pluginName": "@instantkom/cli",
|
|
6068
6091
|
"pluginType": "core",
|
|
@@ -6072,14 +6095,14 @@
|
|
|
6072
6095
|
"relativePath": [
|
|
6073
6096
|
"dist",
|
|
6074
6097
|
"commands",
|
|
6075
|
-
"
|
|
6076
|
-
"
|
|
6098
|
+
"flows",
|
|
6099
|
+
"update.js"
|
|
6077
6100
|
]
|
|
6078
6101
|
},
|
|
6079
|
-
"
|
|
6102
|
+
"messages:bulk-spam": {
|
|
6080
6103
|
"aliases": [],
|
|
6081
6104
|
"args": {},
|
|
6082
|
-
"description": "
|
|
6105
|
+
"description": "Mark or unmark multiple messages as spam",
|
|
6083
6106
|
"flags": {
|
|
6084
6107
|
"api-key": {
|
|
6085
6108
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6143,39 +6166,120 @@
|
|
|
6143
6166
|
"multiple": false,
|
|
6144
6167
|
"type": "option"
|
|
6145
6168
|
},
|
|
6146
|
-
"
|
|
6147
|
-
"description": "
|
|
6148
|
-
"name": "
|
|
6169
|
+
"ids": {
|
|
6170
|
+
"description": "Comma-separated message IDs",
|
|
6171
|
+
"name": "ids",
|
|
6149
6172
|
"required": true,
|
|
6150
6173
|
"hasDynamicHelp": false,
|
|
6151
6174
|
"multiple": false,
|
|
6152
6175
|
"type": "option"
|
|
6153
6176
|
},
|
|
6154
|
-
"
|
|
6155
|
-
"description": "
|
|
6156
|
-
"name": "
|
|
6157
|
-
"
|
|
6177
|
+
"spam": {
|
|
6178
|
+
"description": "Mark messages as spam",
|
|
6179
|
+
"name": "spam",
|
|
6180
|
+
"allowNo": true,
|
|
6181
|
+
"type": "boolean"
|
|
6182
|
+
}
|
|
6183
|
+
},
|
|
6184
|
+
"hasDynamicHelp": false,
|
|
6185
|
+
"hiddenAliases": [],
|
|
6186
|
+
"id": "messages:bulk-spam",
|
|
6187
|
+
"pluginAlias": "@instantkom/cli",
|
|
6188
|
+
"pluginName": "@instantkom/cli",
|
|
6189
|
+
"pluginType": "core",
|
|
6190
|
+
"strict": true,
|
|
6191
|
+
"enableJsonFlag": false,
|
|
6192
|
+
"isESM": true,
|
|
6193
|
+
"relativePath": [
|
|
6194
|
+
"dist",
|
|
6195
|
+
"commands",
|
|
6196
|
+
"messages",
|
|
6197
|
+
"bulk-spam.js"
|
|
6198
|
+
]
|
|
6199
|
+
},
|
|
6200
|
+
"messages:create-ticket": {
|
|
6201
|
+
"aliases": [],
|
|
6202
|
+
"args": {
|
|
6203
|
+
"id": {
|
|
6204
|
+
"description": "Message ID",
|
|
6205
|
+
"name": "id",
|
|
6206
|
+
"required": true
|
|
6207
|
+
}
|
|
6208
|
+
},
|
|
6209
|
+
"description": "Create a ticket from a message",
|
|
6210
|
+
"flags": {
|
|
6211
|
+
"api-key": {
|
|
6212
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
6213
|
+
"env": "IKM_API_KEY",
|
|
6214
|
+
"helpGroup": "GLOBAL",
|
|
6215
|
+
"name": "api-key",
|
|
6158
6216
|
"hasDynamicHelp": false,
|
|
6159
6217
|
"multiple": false,
|
|
6160
6218
|
"type": "option"
|
|
6161
6219
|
},
|
|
6162
|
-
"
|
|
6163
|
-
"description": "
|
|
6164
|
-
"
|
|
6220
|
+
"format": {
|
|
6221
|
+
"description": "Output format: text, json, yaml, or table",
|
|
6222
|
+
"helpGroup": "GLOBAL",
|
|
6223
|
+
"name": "format",
|
|
6224
|
+
"default": "text",
|
|
6165
6225
|
"hasDynamicHelp": false,
|
|
6166
6226
|
"multiple": false,
|
|
6227
|
+
"options": [
|
|
6228
|
+
"text",
|
|
6229
|
+
"json",
|
|
6230
|
+
"yaml",
|
|
6231
|
+
"table"
|
|
6232
|
+
],
|
|
6167
6233
|
"type": "option"
|
|
6168
6234
|
},
|
|
6169
|
-
"
|
|
6170
|
-
"description": "
|
|
6171
|
-
"
|
|
6235
|
+
"json": {
|
|
6236
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
6237
|
+
"helpGroup": "GLOBAL",
|
|
6238
|
+
"name": "json",
|
|
6239
|
+
"allowNo": false,
|
|
6240
|
+
"type": "boolean"
|
|
6241
|
+
},
|
|
6242
|
+
"quiet": {
|
|
6243
|
+
"description": "Suppress all output except errors",
|
|
6244
|
+
"helpGroup": "GLOBAL",
|
|
6245
|
+
"name": "quiet",
|
|
6246
|
+
"allowNo": false,
|
|
6247
|
+
"type": "boolean"
|
|
6248
|
+
},
|
|
6249
|
+
"no-color": {
|
|
6250
|
+
"description": "Disable color output",
|
|
6251
|
+
"helpGroup": "GLOBAL",
|
|
6252
|
+
"name": "no-color",
|
|
6253
|
+
"allowNo": false,
|
|
6254
|
+
"type": "boolean"
|
|
6255
|
+
},
|
|
6256
|
+
"profile": {
|
|
6257
|
+
"description": "Named configuration profile to use",
|
|
6258
|
+
"helpGroup": "GLOBAL",
|
|
6259
|
+
"name": "profile",
|
|
6260
|
+
"default": "default",
|
|
6172
6261
|
"hasDynamicHelp": false,
|
|
6173
6262
|
"multiple": false,
|
|
6174
6263
|
"type": "option"
|
|
6175
6264
|
},
|
|
6176
|
-
"
|
|
6177
|
-
"description": "
|
|
6178
|
-
"
|
|
6265
|
+
"api-url": {
|
|
6266
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
6267
|
+
"helpGroup": "GLOBAL",
|
|
6268
|
+
"name": "api-url",
|
|
6269
|
+
"hasDynamicHelp": false,
|
|
6270
|
+
"multiple": false,
|
|
6271
|
+
"type": "option"
|
|
6272
|
+
},
|
|
6273
|
+
"subject": {
|
|
6274
|
+
"description": "Ticket subject",
|
|
6275
|
+
"name": "subject",
|
|
6276
|
+
"hasDynamicHelp": false,
|
|
6277
|
+
"multiple": false,
|
|
6278
|
+
"type": "option"
|
|
6279
|
+
},
|
|
6280
|
+
"priority": {
|
|
6281
|
+
"description": "Ticket priority",
|
|
6282
|
+
"name": "priority",
|
|
6179
6283
|
"hasDynamicHelp": false,
|
|
6180
6284
|
"multiple": false,
|
|
6181
6285
|
"type": "option"
|
|
@@ -6190,7 +6294,7 @@
|
|
|
6190
6294
|
},
|
|
6191
6295
|
"hasDynamicHelp": false,
|
|
6192
6296
|
"hiddenAliases": [],
|
|
6193
|
-
"id": "
|
|
6297
|
+
"id": "messages:create-ticket",
|
|
6194
6298
|
"pluginAlias": "@instantkom/cli",
|
|
6195
6299
|
"pluginName": "@instantkom/cli",
|
|
6196
6300
|
"pluginType": "core",
|
|
@@ -6200,20 +6304,20 @@
|
|
|
6200
6304
|
"relativePath": [
|
|
6201
6305
|
"dist",
|
|
6202
6306
|
"commands",
|
|
6203
|
-
"
|
|
6204
|
-
"create.js"
|
|
6307
|
+
"messages",
|
|
6308
|
+
"create-ticket.js"
|
|
6205
6309
|
]
|
|
6206
6310
|
},
|
|
6207
|
-
"
|
|
6311
|
+
"messages:delete": {
|
|
6208
6312
|
"aliases": [],
|
|
6209
6313
|
"args": {
|
|
6210
6314
|
"id": {
|
|
6211
|
-
"description": "
|
|
6315
|
+
"description": "message ID",
|
|
6212
6316
|
"name": "id",
|
|
6213
6317
|
"required": true
|
|
6214
6318
|
}
|
|
6215
6319
|
},
|
|
6216
|
-
"description": "Delete
|
|
6320
|
+
"description": "Delete message",
|
|
6217
6321
|
"flags": {
|
|
6218
6322
|
"api-key": {
|
|
6219
6323
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6280,7 +6384,7 @@
|
|
|
6280
6384
|
},
|
|
6281
6385
|
"hasDynamicHelp": false,
|
|
6282
6386
|
"hiddenAliases": [],
|
|
6283
|
-
"id": "
|
|
6387
|
+
"id": "messages:delete",
|
|
6284
6388
|
"pluginAlias": "@instantkom/cli",
|
|
6285
6389
|
"pluginName": "@instantkom/cli",
|
|
6286
6390
|
"pluginType": "core",
|
|
@@ -6290,20 +6394,20 @@
|
|
|
6290
6394
|
"relativePath": [
|
|
6291
6395
|
"dist",
|
|
6292
6396
|
"commands",
|
|
6293
|
-
"
|
|
6397
|
+
"messages",
|
|
6294
6398
|
"delete.js"
|
|
6295
6399
|
]
|
|
6296
6400
|
},
|
|
6297
|
-
"
|
|
6401
|
+
"messages:get": {
|
|
6298
6402
|
"aliases": [],
|
|
6299
6403
|
"args": {
|
|
6300
6404
|
"id": {
|
|
6301
|
-
"description": "
|
|
6405
|
+
"description": "message ID",
|
|
6302
6406
|
"name": "id",
|
|
6303
6407
|
"required": true
|
|
6304
6408
|
}
|
|
6305
6409
|
},
|
|
6306
|
-
"description": "Get
|
|
6410
|
+
"description": "Get message by ID",
|
|
6307
6411
|
"flags": {
|
|
6308
6412
|
"api-key": {
|
|
6309
6413
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6370,7 +6474,7 @@
|
|
|
6370
6474
|
},
|
|
6371
6475
|
"hasDynamicHelp": false,
|
|
6372
6476
|
"hiddenAliases": [],
|
|
6373
|
-
"id": "
|
|
6477
|
+
"id": "messages:get",
|
|
6374
6478
|
"pluginAlias": "@instantkom/cli",
|
|
6375
6479
|
"pluginName": "@instantkom/cli",
|
|
6376
6480
|
"pluginType": "core",
|
|
@@ -6380,14 +6484,14 @@
|
|
|
6380
6484
|
"relativePath": [
|
|
6381
6485
|
"dist",
|
|
6382
6486
|
"commands",
|
|
6383
|
-
"
|
|
6487
|
+
"messages",
|
|
6384
6488
|
"get.js"
|
|
6385
6489
|
]
|
|
6386
6490
|
},
|
|
6387
|
-
"
|
|
6491
|
+
"messages:list": {
|
|
6388
6492
|
"aliases": [],
|
|
6389
6493
|
"args": {},
|
|
6390
|
-
"description": "List
|
|
6494
|
+
"description": "List messages",
|
|
6391
6495
|
"flags": {
|
|
6392
6496
|
"api-key": {
|
|
6393
6497
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6474,24 +6578,48 @@
|
|
|
6474
6578
|
"multiple": false,
|
|
6475
6579
|
"type": "option"
|
|
6476
6580
|
},
|
|
6477
|
-
"
|
|
6478
|
-
"description": "
|
|
6479
|
-
"name": "
|
|
6581
|
+
"recipient": {
|
|
6582
|
+
"description": "Filter by recipient ID",
|
|
6583
|
+
"name": "recipient",
|
|
6480
6584
|
"hasDynamicHelp": false,
|
|
6481
6585
|
"multiple": false,
|
|
6482
6586
|
"type": "option"
|
|
6483
6587
|
},
|
|
6484
|
-
"
|
|
6485
|
-
"description": "
|
|
6486
|
-
"name": "
|
|
6588
|
+
"direction": {
|
|
6589
|
+
"description": "Direction",
|
|
6590
|
+
"name": "direction",
|
|
6591
|
+
"hasDynamicHelp": false,
|
|
6592
|
+
"multiple": false,
|
|
6593
|
+
"options": [
|
|
6594
|
+
"s",
|
|
6595
|
+
"r"
|
|
6596
|
+
],
|
|
6597
|
+
"type": "option"
|
|
6598
|
+
},
|
|
6599
|
+
"type": {
|
|
6600
|
+
"description": "Message type",
|
|
6601
|
+
"name": "type",
|
|
6602
|
+
"hasDynamicHelp": false,
|
|
6603
|
+
"multiple": false,
|
|
6604
|
+
"type": "option"
|
|
6605
|
+
},
|
|
6606
|
+
"search": {
|
|
6607
|
+
"description": "Search messages",
|
|
6608
|
+
"name": "search",
|
|
6487
6609
|
"hasDynamicHelp": false,
|
|
6488
6610
|
"multiple": false,
|
|
6489
6611
|
"type": "option"
|
|
6612
|
+
},
|
|
6613
|
+
"spam": {
|
|
6614
|
+
"description": "Filter spam messages",
|
|
6615
|
+
"name": "spam",
|
|
6616
|
+
"allowNo": false,
|
|
6617
|
+
"type": "boolean"
|
|
6490
6618
|
}
|
|
6491
6619
|
},
|
|
6492
6620
|
"hasDynamicHelp": false,
|
|
6493
6621
|
"hiddenAliases": [],
|
|
6494
|
-
"id": "
|
|
6622
|
+
"id": "messages:list",
|
|
6495
6623
|
"pluginAlias": "@instantkom/cli",
|
|
6496
6624
|
"pluginName": "@instantkom/cli",
|
|
6497
6625
|
"pluginType": "core",
|
|
@@ -6501,20 +6629,20 @@
|
|
|
6501
6629
|
"relativePath": [
|
|
6502
6630
|
"dist",
|
|
6503
6631
|
"commands",
|
|
6504
|
-
"
|
|
6632
|
+
"messages",
|
|
6505
6633
|
"list.js"
|
|
6506
6634
|
]
|
|
6507
6635
|
},
|
|
6508
|
-
"
|
|
6636
|
+
"messages:reactions": {
|
|
6509
6637
|
"aliases": [],
|
|
6510
6638
|
"args": {
|
|
6511
6639
|
"id": {
|
|
6512
|
-
"description": "
|
|
6640
|
+
"description": "Message ID",
|
|
6513
6641
|
"name": "id",
|
|
6514
6642
|
"required": true
|
|
6515
6643
|
}
|
|
6516
6644
|
},
|
|
6517
|
-
"description": "
|
|
6645
|
+
"description": "Get reactions to a message",
|
|
6518
6646
|
"flags": {
|
|
6519
6647
|
"api-key": {
|
|
6520
6648
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6577,46 +6705,11 @@
|
|
|
6577
6705
|
"hasDynamicHelp": false,
|
|
6578
6706
|
"multiple": false,
|
|
6579
6707
|
"type": "option"
|
|
6580
|
-
},
|
|
6581
|
-
"name": {
|
|
6582
|
-
"description": "Flow name",
|
|
6583
|
-
"name": "name",
|
|
6584
|
-
"hasDynamicHelp": false,
|
|
6585
|
-
"multiple": false,
|
|
6586
|
-
"type": "option"
|
|
6587
|
-
},
|
|
6588
|
-
"description": {
|
|
6589
|
-
"description": "Flow description",
|
|
6590
|
-
"name": "description",
|
|
6591
|
-
"hasDynamicHelp": false,
|
|
6592
|
-
"multiple": false,
|
|
6593
|
-
"type": "option"
|
|
6594
|
-
},
|
|
6595
|
-
"color": {
|
|
6596
|
-
"description": "Flow color as HEX",
|
|
6597
|
-
"name": "color",
|
|
6598
|
-
"hasDynamicHelp": false,
|
|
6599
|
-
"multiple": false,
|
|
6600
|
-
"type": "option"
|
|
6601
|
-
},
|
|
6602
|
-
"folder": {
|
|
6603
|
-
"description": "Folder ID",
|
|
6604
|
-
"name": "folder",
|
|
6605
|
-
"hasDynamicHelp": false,
|
|
6606
|
-
"multiple": false,
|
|
6607
|
-
"type": "option"
|
|
6608
|
-
},
|
|
6609
|
-
"data": {
|
|
6610
|
-
"description": "Additional JSON object payload",
|
|
6611
|
-
"name": "data",
|
|
6612
|
-
"hasDynamicHelp": false,
|
|
6613
|
-
"multiple": false,
|
|
6614
|
-
"type": "option"
|
|
6615
6708
|
}
|
|
6616
6709
|
},
|
|
6617
6710
|
"hasDynamicHelp": false,
|
|
6618
6711
|
"hiddenAliases": [],
|
|
6619
|
-
"id": "
|
|
6712
|
+
"id": "messages:reactions",
|
|
6620
6713
|
"pluginAlias": "@instantkom/cli",
|
|
6621
6714
|
"pluginName": "@instantkom/cli",
|
|
6622
6715
|
"pluginType": "core",
|
|
@@ -6626,15 +6719,21 @@
|
|
|
6626
6719
|
"relativePath": [
|
|
6627
6720
|
"dist",
|
|
6628
6721
|
"commands",
|
|
6629
|
-
"
|
|
6630
|
-
"
|
|
6722
|
+
"messages",
|
|
6723
|
+
"reactions.js"
|
|
6631
6724
|
]
|
|
6632
6725
|
},
|
|
6633
|
-
"messages:
|
|
6726
|
+
"messages:spam": {
|
|
6634
6727
|
"aliases": [],
|
|
6635
|
-
"args": {
|
|
6636
|
-
|
|
6637
|
-
|
|
6728
|
+
"args": {
|
|
6729
|
+
"id": {
|
|
6730
|
+
"description": "Message ID",
|
|
6731
|
+
"name": "id",
|
|
6732
|
+
"required": true
|
|
6733
|
+
}
|
|
6734
|
+
},
|
|
6735
|
+
"description": "Mark or unmark a message as spam",
|
|
6736
|
+
"flags": {
|
|
6638
6737
|
"api-key": {
|
|
6639
6738
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
6640
6739
|
"env": "IKM_API_KEY",
|
|
@@ -6697,16 +6796,8 @@
|
|
|
6697
6796
|
"multiple": false,
|
|
6698
6797
|
"type": "option"
|
|
6699
6798
|
},
|
|
6700
|
-
"ids": {
|
|
6701
|
-
"description": "Comma-separated message IDs",
|
|
6702
|
-
"name": "ids",
|
|
6703
|
-
"required": true,
|
|
6704
|
-
"hasDynamicHelp": false,
|
|
6705
|
-
"multiple": false,
|
|
6706
|
-
"type": "option"
|
|
6707
|
-
},
|
|
6708
6799
|
"spam": {
|
|
6709
|
-
"description": "Mark
|
|
6800
|
+
"description": "Mark as spam",
|
|
6710
6801
|
"name": "spam",
|
|
6711
6802
|
"allowNo": true,
|
|
6712
6803
|
"type": "boolean"
|
|
@@ -6714,7 +6805,7 @@
|
|
|
6714
6805
|
},
|
|
6715
6806
|
"hasDynamicHelp": false,
|
|
6716
6807
|
"hiddenAliases": [],
|
|
6717
|
-
"id": "messages:
|
|
6808
|
+
"id": "messages:spam",
|
|
6718
6809
|
"pluginAlias": "@instantkom/cli",
|
|
6719
6810
|
"pluginName": "@instantkom/cli",
|
|
6720
6811
|
"pluginType": "core",
|
|
@@ -6725,19 +6816,13 @@
|
|
|
6725
6816
|
"dist",
|
|
6726
6817
|
"commands",
|
|
6727
6818
|
"messages",
|
|
6728
|
-
"
|
|
6819
|
+
"spam.js"
|
|
6729
6820
|
]
|
|
6730
6821
|
},
|
|
6731
|
-
"messages:
|
|
6822
|
+
"messages:unread-count": {
|
|
6732
6823
|
"aliases": [],
|
|
6733
|
-
"args": {
|
|
6734
|
-
|
|
6735
|
-
"description": "Message ID",
|
|
6736
|
-
"name": "id",
|
|
6737
|
-
"required": true
|
|
6738
|
-
}
|
|
6739
|
-
},
|
|
6740
|
-
"description": "Create a ticket from a message",
|
|
6824
|
+
"args": {},
|
|
6825
|
+
"description": "Get unread inbox message count",
|
|
6741
6826
|
"flags": {
|
|
6742
6827
|
"api-key": {
|
|
6743
6828
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6800,32 +6885,11 @@
|
|
|
6800
6885
|
"hasDynamicHelp": false,
|
|
6801
6886
|
"multiple": false,
|
|
6802
6887
|
"type": "option"
|
|
6803
|
-
},
|
|
6804
|
-
"subject": {
|
|
6805
|
-
"description": "Ticket subject",
|
|
6806
|
-
"name": "subject",
|
|
6807
|
-
"hasDynamicHelp": false,
|
|
6808
|
-
"multiple": false,
|
|
6809
|
-
"type": "option"
|
|
6810
|
-
},
|
|
6811
|
-
"priority": {
|
|
6812
|
-
"description": "Ticket priority",
|
|
6813
|
-
"name": "priority",
|
|
6814
|
-
"hasDynamicHelp": false,
|
|
6815
|
-
"multiple": false,
|
|
6816
|
-
"type": "option"
|
|
6817
|
-
},
|
|
6818
|
-
"data": {
|
|
6819
|
-
"description": "Additional JSON object payload",
|
|
6820
|
-
"name": "data",
|
|
6821
|
-
"hasDynamicHelp": false,
|
|
6822
|
-
"multiple": false,
|
|
6823
|
-
"type": "option"
|
|
6824
6888
|
}
|
|
6825
6889
|
},
|
|
6826
6890
|
"hasDynamicHelp": false,
|
|
6827
6891
|
"hiddenAliases": [],
|
|
6828
|
-
"id": "messages:
|
|
6892
|
+
"id": "messages:unread-count",
|
|
6829
6893
|
"pluginAlias": "@instantkom/cli",
|
|
6830
6894
|
"pluginName": "@instantkom/cli",
|
|
6831
6895
|
"pluginType": "core",
|
|
@@ -6836,19 +6900,19 @@
|
|
|
6836
6900
|
"dist",
|
|
6837
6901
|
"commands",
|
|
6838
6902
|
"messages",
|
|
6839
|
-
"
|
|
6903
|
+
"unread-count.js"
|
|
6840
6904
|
]
|
|
6841
6905
|
},
|
|
6842
|
-
"messages:
|
|
6906
|
+
"messages:update": {
|
|
6843
6907
|
"aliases": [],
|
|
6844
6908
|
"args": {
|
|
6845
6909
|
"id": {
|
|
6846
|
-
"description": "
|
|
6910
|
+
"description": "Message ID",
|
|
6847
6911
|
"name": "id",
|
|
6848
6912
|
"required": true
|
|
6849
6913
|
}
|
|
6850
6914
|
},
|
|
6851
|
-
"description": "
|
|
6915
|
+
"description": "Update a message",
|
|
6852
6916
|
"flags": {
|
|
6853
6917
|
"api-key": {
|
|
6854
6918
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6911,11 +6975,58 @@
|
|
|
6911
6975
|
"hasDynamicHelp": false,
|
|
6912
6976
|
"multiple": false,
|
|
6913
6977
|
"type": "option"
|
|
6978
|
+
},
|
|
6979
|
+
"message": {
|
|
6980
|
+
"description": "Message content",
|
|
6981
|
+
"name": "message",
|
|
6982
|
+
"hasDynamicHelp": false,
|
|
6983
|
+
"multiple": false,
|
|
6984
|
+
"type": "option"
|
|
6985
|
+
},
|
|
6986
|
+
"scheduled-at": {
|
|
6987
|
+
"description": "Unix timestamp for scheduled send",
|
|
6988
|
+
"name": "scheduled-at",
|
|
6989
|
+
"hasDynamicHelp": false,
|
|
6990
|
+
"multiple": false,
|
|
6991
|
+
"type": "option"
|
|
6992
|
+
},
|
|
6993
|
+
"hidden": {
|
|
6994
|
+
"description": "Hide message",
|
|
6995
|
+
"name": "hidden",
|
|
6996
|
+
"allowNo": true,
|
|
6997
|
+
"type": "boolean"
|
|
6998
|
+
},
|
|
6999
|
+
"locked": {
|
|
7000
|
+
"description": "Lock message",
|
|
7001
|
+
"name": "locked",
|
|
7002
|
+
"allowNo": true,
|
|
7003
|
+
"type": "boolean"
|
|
7004
|
+
},
|
|
7005
|
+
"buttons": {
|
|
7006
|
+
"description": "Buttons JSON array",
|
|
7007
|
+
"name": "buttons",
|
|
7008
|
+
"hasDynamicHelp": false,
|
|
7009
|
+
"multiple": false,
|
|
7010
|
+
"type": "option"
|
|
7011
|
+
},
|
|
7012
|
+
"header-footer": {
|
|
7013
|
+
"description": "Header/footer JSON object",
|
|
7014
|
+
"name": "header-footer",
|
|
7015
|
+
"hasDynamicHelp": false,
|
|
7016
|
+
"multiple": false,
|
|
7017
|
+
"type": "option"
|
|
7018
|
+
},
|
|
7019
|
+
"data": {
|
|
7020
|
+
"description": "Additional JSON object payload",
|
|
7021
|
+
"name": "data",
|
|
7022
|
+
"hasDynamicHelp": false,
|
|
7023
|
+
"multiple": false,
|
|
7024
|
+
"type": "option"
|
|
6914
7025
|
}
|
|
6915
7026
|
},
|
|
6916
7027
|
"hasDynamicHelp": false,
|
|
6917
7028
|
"hiddenAliases": [],
|
|
6918
|
-
"id": "messages:
|
|
7029
|
+
"id": "messages:update",
|
|
6919
7030
|
"pluginAlias": "@instantkom/cli",
|
|
6920
7031
|
"pluginName": "@instantkom/cli",
|
|
6921
7032
|
"pluginType": "core",
|
|
@@ -6926,19 +7037,13 @@
|
|
|
6926
7037
|
"dist",
|
|
6927
7038
|
"commands",
|
|
6928
7039
|
"messages",
|
|
6929
|
-
"
|
|
7040
|
+
"update.js"
|
|
6930
7041
|
]
|
|
6931
7042
|
},
|
|
6932
|
-
"
|
|
7043
|
+
"exports:create": {
|
|
6933
7044
|
"aliases": [],
|
|
6934
|
-
"args": {
|
|
6935
|
-
|
|
6936
|
-
"description": "message ID",
|
|
6937
|
-
"name": "id",
|
|
6938
|
-
"required": true
|
|
6939
|
-
}
|
|
6940
|
-
},
|
|
6941
|
-
"description": "Get message by ID",
|
|
7045
|
+
"args": {},
|
|
7046
|
+
"description": "Create an export",
|
|
6942
7047
|
"flags": {
|
|
6943
7048
|
"api-key": {
|
|
6944
7049
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6950,18 +7055,10 @@
|
|
|
6950
7055
|
"type": "option"
|
|
6951
7056
|
},
|
|
6952
7057
|
"format": {
|
|
6953
|
-
"description": "
|
|
6954
|
-
"helpGroup": "GLOBAL",
|
|
7058
|
+
"description": "Alias for --target",
|
|
6955
7059
|
"name": "format",
|
|
6956
|
-
"default": "text",
|
|
6957
7060
|
"hasDynamicHelp": false,
|
|
6958
7061
|
"multiple": false,
|
|
6959
|
-
"options": [
|
|
6960
|
-
"text",
|
|
6961
|
-
"json",
|
|
6962
|
-
"yaml",
|
|
6963
|
-
"table"
|
|
6964
|
-
],
|
|
6965
7062
|
"type": "option"
|
|
6966
7063
|
},
|
|
6967
7064
|
"json": {
|
|
@@ -7001,11 +7098,75 @@
|
|
|
7001
7098
|
"hasDynamicHelp": false,
|
|
7002
7099
|
"multiple": false,
|
|
7003
7100
|
"type": "option"
|
|
7101
|
+
},
|
|
7102
|
+
"name": {
|
|
7103
|
+
"description": "Export name",
|
|
7104
|
+
"name": "name",
|
|
7105
|
+
"required": true,
|
|
7106
|
+
"hasDynamicHelp": false,
|
|
7107
|
+
"multiple": false,
|
|
7108
|
+
"type": "option"
|
|
7109
|
+
},
|
|
7110
|
+
"sources": {
|
|
7111
|
+
"description": "Data sources to export",
|
|
7112
|
+
"name": "sources",
|
|
7113
|
+
"hasDynamicHelp": false,
|
|
7114
|
+
"multiple": false,
|
|
7115
|
+
"type": "option"
|
|
7116
|
+
},
|
|
7117
|
+
"type": {
|
|
7118
|
+
"description": "Alias for --sources",
|
|
7119
|
+
"name": "type",
|
|
7120
|
+
"hasDynamicHelp": false,
|
|
7121
|
+
"multiple": false,
|
|
7122
|
+
"type": "option"
|
|
7123
|
+
},
|
|
7124
|
+
"target": {
|
|
7125
|
+
"description": "Export target/format",
|
|
7126
|
+
"name": "target",
|
|
7127
|
+
"hasDynamicHelp": false,
|
|
7128
|
+
"multiple": false,
|
|
7129
|
+
"type": "option"
|
|
7130
|
+
},
|
|
7131
|
+
"channels": {
|
|
7132
|
+
"description": "Comma-separated channel IDs",
|
|
7133
|
+
"name": "channels",
|
|
7134
|
+
"hasDynamicHelp": false,
|
|
7135
|
+
"multiple": false,
|
|
7136
|
+
"type": "option"
|
|
7137
|
+
},
|
|
7138
|
+
"fields": {
|
|
7139
|
+
"description": "Comma-separated fields",
|
|
7140
|
+
"name": "fields",
|
|
7141
|
+
"hasDynamicHelp": false,
|
|
7142
|
+
"multiple": false,
|
|
7143
|
+
"type": "option"
|
|
7144
|
+
},
|
|
7145
|
+
"filters": {
|
|
7146
|
+
"description": "Filter criteria",
|
|
7147
|
+
"name": "filters",
|
|
7148
|
+
"hasDynamicHelp": false,
|
|
7149
|
+
"multiple": false,
|
|
7150
|
+
"type": "option"
|
|
7151
|
+
},
|
|
7152
|
+
"color": {
|
|
7153
|
+
"description": "Export color as HEX",
|
|
7154
|
+
"name": "color",
|
|
7155
|
+
"hasDynamicHelp": false,
|
|
7156
|
+
"multiple": false,
|
|
7157
|
+
"type": "option"
|
|
7158
|
+
},
|
|
7159
|
+
"data": {
|
|
7160
|
+
"description": "Additional JSON object payload",
|
|
7161
|
+
"name": "data",
|
|
7162
|
+
"hasDynamicHelp": false,
|
|
7163
|
+
"multiple": false,
|
|
7164
|
+
"type": "option"
|
|
7004
7165
|
}
|
|
7005
7166
|
},
|
|
7006
7167
|
"hasDynamicHelp": false,
|
|
7007
7168
|
"hiddenAliases": [],
|
|
7008
|
-
"id": "
|
|
7169
|
+
"id": "exports:create",
|
|
7009
7170
|
"pluginAlias": "@instantkom/cli",
|
|
7010
7171
|
"pluginName": "@instantkom/cli",
|
|
7011
7172
|
"pluginType": "core",
|
|
@@ -7015,14 +7176,20 @@
|
|
|
7015
7176
|
"relativePath": [
|
|
7016
7177
|
"dist",
|
|
7017
7178
|
"commands",
|
|
7018
|
-
"
|
|
7019
|
-
"
|
|
7179
|
+
"exports",
|
|
7180
|
+
"create.js"
|
|
7020
7181
|
]
|
|
7021
7182
|
},
|
|
7022
|
-
"
|
|
7183
|
+
"exports:delete": {
|
|
7023
7184
|
"aliases": [],
|
|
7024
|
-
"args": {
|
|
7025
|
-
|
|
7185
|
+
"args": {
|
|
7186
|
+
"id": {
|
|
7187
|
+
"description": "Export ID",
|
|
7188
|
+
"name": "id",
|
|
7189
|
+
"required": true
|
|
7190
|
+
}
|
|
7191
|
+
},
|
|
7192
|
+
"description": "Delete an export",
|
|
7026
7193
|
"flags": {
|
|
7027
7194
|
"api-key": {
|
|
7028
7195
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7085,72 +7252,11 @@
|
|
|
7085
7252
|
"hasDynamicHelp": false,
|
|
7086
7253
|
"multiple": false,
|
|
7087
7254
|
"type": "option"
|
|
7088
|
-
},
|
|
7089
|
-
"page": {
|
|
7090
|
-
"description": "Page number",
|
|
7091
|
-
"name": "page",
|
|
7092
|
-
"default": 1,
|
|
7093
|
-
"hasDynamicHelp": false,
|
|
7094
|
-
"multiple": false,
|
|
7095
|
-
"type": "option"
|
|
7096
|
-
},
|
|
7097
|
-
"limit": {
|
|
7098
|
-
"description": "Items per page",
|
|
7099
|
-
"name": "limit",
|
|
7100
|
-
"default": 20,
|
|
7101
|
-
"hasDynamicHelp": false,
|
|
7102
|
-
"multiple": false,
|
|
7103
|
-
"type": "option"
|
|
7104
|
-
},
|
|
7105
|
-
"channel": {
|
|
7106
|
-
"description": "Filter by channel ID",
|
|
7107
|
-
"name": "channel",
|
|
7108
|
-
"hasDynamicHelp": false,
|
|
7109
|
-
"multiple": false,
|
|
7110
|
-
"type": "option"
|
|
7111
|
-
},
|
|
7112
|
-
"recipient": {
|
|
7113
|
-
"description": "Filter by recipient ID",
|
|
7114
|
-
"name": "recipient",
|
|
7115
|
-
"hasDynamicHelp": false,
|
|
7116
|
-
"multiple": false,
|
|
7117
|
-
"type": "option"
|
|
7118
|
-
},
|
|
7119
|
-
"direction": {
|
|
7120
|
-
"description": "Direction",
|
|
7121
|
-
"name": "direction",
|
|
7122
|
-
"hasDynamicHelp": false,
|
|
7123
|
-
"multiple": false,
|
|
7124
|
-
"options": [
|
|
7125
|
-
"s",
|
|
7126
|
-
"r"
|
|
7127
|
-
],
|
|
7128
|
-
"type": "option"
|
|
7129
|
-
},
|
|
7130
|
-
"type": {
|
|
7131
|
-
"description": "Message type",
|
|
7132
|
-
"name": "type",
|
|
7133
|
-
"hasDynamicHelp": false,
|
|
7134
|
-
"multiple": false,
|
|
7135
|
-
"type": "option"
|
|
7136
|
-
},
|
|
7137
|
-
"search": {
|
|
7138
|
-
"description": "Search messages",
|
|
7139
|
-
"name": "search",
|
|
7140
|
-
"hasDynamicHelp": false,
|
|
7141
|
-
"multiple": false,
|
|
7142
|
-
"type": "option"
|
|
7143
|
-
},
|
|
7144
|
-
"spam": {
|
|
7145
|
-
"description": "Filter spam messages",
|
|
7146
|
-
"name": "spam",
|
|
7147
|
-
"allowNo": false,
|
|
7148
|
-
"type": "boolean"
|
|
7149
7255
|
}
|
|
7150
7256
|
},
|
|
7151
7257
|
"hasDynamicHelp": false,
|
|
7152
7258
|
"hiddenAliases": [],
|
|
7153
|
-
"id": "
|
|
7259
|
+
"id": "exports:delete",
|
|
7154
7260
|
"pluginAlias": "@instantkom/cli",
|
|
7155
7261
|
"pluginName": "@instantkom/cli",
|
|
7156
7262
|
"pluginType": "core",
|
|
@@ -7160,20 +7266,20 @@
|
|
|
7160
7266
|
"relativePath": [
|
|
7161
7267
|
"dist",
|
|
7162
7268
|
"commands",
|
|
7163
|
-
"
|
|
7164
|
-
"
|
|
7269
|
+
"exports",
|
|
7270
|
+
"delete.js"
|
|
7165
7271
|
]
|
|
7166
7272
|
},
|
|
7167
|
-
"
|
|
7273
|
+
"exports:download": {
|
|
7168
7274
|
"aliases": [],
|
|
7169
7275
|
"args": {
|
|
7170
7276
|
"id": {
|
|
7171
|
-
"description": "
|
|
7277
|
+
"description": "Export ID",
|
|
7172
7278
|
"name": "id",
|
|
7173
7279
|
"required": true
|
|
7174
7280
|
}
|
|
7175
7281
|
},
|
|
7176
|
-
"description": "
|
|
7282
|
+
"description": "Download an export file",
|
|
7177
7283
|
"flags": {
|
|
7178
7284
|
"api-key": {
|
|
7179
7285
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7236,11 +7342,18 @@
|
|
|
7236
7342
|
"hasDynamicHelp": false,
|
|
7237
7343
|
"multiple": false,
|
|
7238
7344
|
"type": "option"
|
|
7345
|
+
},
|
|
7346
|
+
"file": {
|
|
7347
|
+
"description": "Output file path",
|
|
7348
|
+
"name": "file",
|
|
7349
|
+
"hasDynamicHelp": false,
|
|
7350
|
+
"multiple": false,
|
|
7351
|
+
"type": "option"
|
|
7239
7352
|
}
|
|
7240
7353
|
},
|
|
7241
7354
|
"hasDynamicHelp": false,
|
|
7242
7355
|
"hiddenAliases": [],
|
|
7243
|
-
"id": "
|
|
7356
|
+
"id": "exports:download",
|
|
7244
7357
|
"pluginAlias": "@instantkom/cli",
|
|
7245
7358
|
"pluginName": "@instantkom/cli",
|
|
7246
7359
|
"pluginType": "core",
|
|
@@ -7250,20 +7363,20 @@
|
|
|
7250
7363
|
"relativePath": [
|
|
7251
7364
|
"dist",
|
|
7252
7365
|
"commands",
|
|
7253
|
-
"
|
|
7254
|
-
"
|
|
7366
|
+
"exports",
|
|
7367
|
+
"download.js"
|
|
7255
7368
|
]
|
|
7256
7369
|
},
|
|
7257
|
-
"
|
|
7370
|
+
"exports:get": {
|
|
7258
7371
|
"aliases": [],
|
|
7259
7372
|
"args": {
|
|
7260
7373
|
"id": {
|
|
7261
|
-
"description": "
|
|
7374
|
+
"description": "Export ID",
|
|
7262
7375
|
"name": "id",
|
|
7263
7376
|
"required": true
|
|
7264
7377
|
}
|
|
7265
7378
|
},
|
|
7266
|
-
"description": "
|
|
7379
|
+
"description": "Get an export by ID",
|
|
7267
7380
|
"flags": {
|
|
7268
7381
|
"api-key": {
|
|
7269
7382
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7326,17 +7439,11 @@
|
|
|
7326
7439
|
"hasDynamicHelp": false,
|
|
7327
7440
|
"multiple": false,
|
|
7328
7441
|
"type": "option"
|
|
7329
|
-
},
|
|
7330
|
-
"spam": {
|
|
7331
|
-
"description": "Mark as spam",
|
|
7332
|
-
"name": "spam",
|
|
7333
|
-
"allowNo": true,
|
|
7334
|
-
"type": "boolean"
|
|
7335
7442
|
}
|
|
7336
7443
|
},
|
|
7337
7444
|
"hasDynamicHelp": false,
|
|
7338
7445
|
"hiddenAliases": [],
|
|
7339
|
-
"id": "
|
|
7446
|
+
"id": "exports:get",
|
|
7340
7447
|
"pluginAlias": "@instantkom/cli",
|
|
7341
7448
|
"pluginName": "@instantkom/cli",
|
|
7342
7449
|
"pluginType": "core",
|
|
@@ -7346,104 +7453,14 @@
|
|
|
7346
7453
|
"relativePath": [
|
|
7347
7454
|
"dist",
|
|
7348
7455
|
"commands",
|
|
7349
|
-
"
|
|
7350
|
-
"
|
|
7456
|
+
"exports",
|
|
7457
|
+
"get.js"
|
|
7351
7458
|
]
|
|
7352
7459
|
},
|
|
7353
|
-
"
|
|
7460
|
+
"exports:list": {
|
|
7354
7461
|
"aliases": [],
|
|
7355
7462
|
"args": {},
|
|
7356
|
-
"description": "
|
|
7357
|
-
"flags": {
|
|
7358
|
-
"api-key": {
|
|
7359
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
7360
|
-
"env": "IKM_API_KEY",
|
|
7361
|
-
"helpGroup": "GLOBAL",
|
|
7362
|
-
"name": "api-key",
|
|
7363
|
-
"hasDynamicHelp": false,
|
|
7364
|
-
"multiple": false,
|
|
7365
|
-
"type": "option"
|
|
7366
|
-
},
|
|
7367
|
-
"format": {
|
|
7368
|
-
"description": "Output format: text, json, yaml, or table",
|
|
7369
|
-
"helpGroup": "GLOBAL",
|
|
7370
|
-
"name": "format",
|
|
7371
|
-
"default": "text",
|
|
7372
|
-
"hasDynamicHelp": false,
|
|
7373
|
-
"multiple": false,
|
|
7374
|
-
"options": [
|
|
7375
|
-
"text",
|
|
7376
|
-
"json",
|
|
7377
|
-
"yaml",
|
|
7378
|
-
"table"
|
|
7379
|
-
],
|
|
7380
|
-
"type": "option"
|
|
7381
|
-
},
|
|
7382
|
-
"json": {
|
|
7383
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
7384
|
-
"helpGroup": "GLOBAL",
|
|
7385
|
-
"name": "json",
|
|
7386
|
-
"allowNo": false,
|
|
7387
|
-
"type": "boolean"
|
|
7388
|
-
},
|
|
7389
|
-
"quiet": {
|
|
7390
|
-
"description": "Suppress all output except errors",
|
|
7391
|
-
"helpGroup": "GLOBAL",
|
|
7392
|
-
"name": "quiet",
|
|
7393
|
-
"allowNo": false,
|
|
7394
|
-
"type": "boolean"
|
|
7395
|
-
},
|
|
7396
|
-
"no-color": {
|
|
7397
|
-
"description": "Disable color output",
|
|
7398
|
-
"helpGroup": "GLOBAL",
|
|
7399
|
-
"name": "no-color",
|
|
7400
|
-
"allowNo": false,
|
|
7401
|
-
"type": "boolean"
|
|
7402
|
-
},
|
|
7403
|
-
"profile": {
|
|
7404
|
-
"description": "Named configuration profile to use",
|
|
7405
|
-
"helpGroup": "GLOBAL",
|
|
7406
|
-
"name": "profile",
|
|
7407
|
-
"default": "default",
|
|
7408
|
-
"hasDynamicHelp": false,
|
|
7409
|
-
"multiple": false,
|
|
7410
|
-
"type": "option"
|
|
7411
|
-
},
|
|
7412
|
-
"api-url": {
|
|
7413
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
7414
|
-
"helpGroup": "GLOBAL",
|
|
7415
|
-
"name": "api-url",
|
|
7416
|
-
"hasDynamicHelp": false,
|
|
7417
|
-
"multiple": false,
|
|
7418
|
-
"type": "option"
|
|
7419
|
-
}
|
|
7420
|
-
},
|
|
7421
|
-
"hasDynamicHelp": false,
|
|
7422
|
-
"hiddenAliases": [],
|
|
7423
|
-
"id": "messages:unread-count",
|
|
7424
|
-
"pluginAlias": "@instantkom/cli",
|
|
7425
|
-
"pluginName": "@instantkom/cli",
|
|
7426
|
-
"pluginType": "core",
|
|
7427
|
-
"strict": true,
|
|
7428
|
-
"enableJsonFlag": false,
|
|
7429
|
-
"isESM": true,
|
|
7430
|
-
"relativePath": [
|
|
7431
|
-
"dist",
|
|
7432
|
-
"commands",
|
|
7433
|
-
"messages",
|
|
7434
|
-
"unread-count.js"
|
|
7435
|
-
]
|
|
7436
|
-
},
|
|
7437
|
-
"messages:update": {
|
|
7438
|
-
"aliases": [],
|
|
7439
|
-
"args": {
|
|
7440
|
-
"id": {
|
|
7441
|
-
"description": "Message ID",
|
|
7442
|
-
"name": "id",
|
|
7443
|
-
"required": true
|
|
7444
|
-
}
|
|
7445
|
-
},
|
|
7446
|
-
"description": "Update a message",
|
|
7463
|
+
"description": "List exports",
|
|
7447
7464
|
"flags": {
|
|
7448
7465
|
"api-key": {
|
|
7449
7466
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7507,49 +7524,32 @@
|
|
|
7507
7524
|
"multiple": false,
|
|
7508
7525
|
"type": "option"
|
|
7509
7526
|
},
|
|
7510
|
-
"
|
|
7511
|
-
"description": "
|
|
7512
|
-
"name": "
|
|
7513
|
-
"
|
|
7514
|
-
"multiple": false,
|
|
7515
|
-
"type": "option"
|
|
7516
|
-
},
|
|
7517
|
-
"scheduled-at": {
|
|
7518
|
-
"description": "Unix timestamp for scheduled send",
|
|
7519
|
-
"name": "scheduled-at",
|
|
7527
|
+
"page": {
|
|
7528
|
+
"description": "Page number",
|
|
7529
|
+
"name": "page",
|
|
7530
|
+
"default": 1,
|
|
7520
7531
|
"hasDynamicHelp": false,
|
|
7521
7532
|
"multiple": false,
|
|
7522
7533
|
"type": "option"
|
|
7523
7534
|
},
|
|
7524
|
-
"
|
|
7525
|
-
"description": "
|
|
7526
|
-
"name": "
|
|
7527
|
-
"
|
|
7528
|
-
"type": "boolean"
|
|
7529
|
-
},
|
|
7530
|
-
"locked": {
|
|
7531
|
-
"description": "Lock message",
|
|
7532
|
-
"name": "locked",
|
|
7533
|
-
"allowNo": true,
|
|
7534
|
-
"type": "boolean"
|
|
7535
|
-
},
|
|
7536
|
-
"buttons": {
|
|
7537
|
-
"description": "Buttons JSON array",
|
|
7538
|
-
"name": "buttons",
|
|
7535
|
+
"limit": {
|
|
7536
|
+
"description": "Items per page",
|
|
7537
|
+
"name": "limit",
|
|
7538
|
+
"default": 50,
|
|
7539
7539
|
"hasDynamicHelp": false,
|
|
7540
7540
|
"multiple": false,
|
|
7541
7541
|
"type": "option"
|
|
7542
7542
|
},
|
|
7543
|
-
"
|
|
7544
|
-
"description": "
|
|
7545
|
-
"name": "
|
|
7543
|
+
"source": {
|
|
7544
|
+
"description": "Filter by data source",
|
|
7545
|
+
"name": "source",
|
|
7546
7546
|
"hasDynamicHelp": false,
|
|
7547
7547
|
"multiple": false,
|
|
7548
7548
|
"type": "option"
|
|
7549
7549
|
},
|
|
7550
|
-
"
|
|
7551
|
-
"description": "
|
|
7552
|
-
"name": "
|
|
7550
|
+
"target": {
|
|
7551
|
+
"description": "Filter by export target/format",
|
|
7552
|
+
"name": "target",
|
|
7553
7553
|
"hasDynamicHelp": false,
|
|
7554
7554
|
"multiple": false,
|
|
7555
7555
|
"type": "option"
|
|
@@ -7557,7 +7557,7 @@
|
|
|
7557
7557
|
},
|
|
7558
7558
|
"hasDynamicHelp": false,
|
|
7559
7559
|
"hiddenAliases": [],
|
|
7560
|
-
"id": "
|
|
7560
|
+
"id": "exports:list",
|
|
7561
7561
|
"pluginAlias": "@instantkom/cli",
|
|
7562
7562
|
"pluginName": "@instantkom/cli",
|
|
7563
7563
|
"pluginType": "core",
|
|
@@ -7567,8 +7567,8 @@
|
|
|
7567
7567
|
"relativePath": [
|
|
7568
7568
|
"dist",
|
|
7569
7569
|
"commands",
|
|
7570
|
-
"
|
|
7571
|
-
"
|
|
7570
|
+
"exports",
|
|
7571
|
+
"list.js"
|
|
7572
7572
|
]
|
|
7573
7573
|
},
|
|
7574
7574
|
"segments:create": {
|
|
@@ -8968,10 +8968,10 @@
|
|
|
8968
8968
|
"validate-import.js"
|
|
8969
8969
|
]
|
|
8970
8970
|
},
|
|
8971
|
-
"
|
|
8971
|
+
"templates:create": {
|
|
8972
8972
|
"aliases": [],
|
|
8973
8973
|
"args": {},
|
|
8974
|
-
"description": "Create a
|
|
8974
|
+
"description": "Create a message template",
|
|
8975
8975
|
"flags": {
|
|
8976
8976
|
"api-key": {
|
|
8977
8977
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9035,62 +9035,78 @@
|
|
|
9035
9035
|
"multiple": false,
|
|
9036
9036
|
"type": "option"
|
|
9037
9037
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"description": "
|
|
9040
|
-
"name": "
|
|
9038
|
+
"channel": {
|
|
9039
|
+
"description": "Channel ID",
|
|
9040
|
+
"name": "channel",
|
|
9041
9041
|
"required": true,
|
|
9042
9042
|
"hasDynamicHelp": false,
|
|
9043
9043
|
"multiple": false,
|
|
9044
9044
|
"type": "option"
|
|
9045
9045
|
},
|
|
9046
|
-
"
|
|
9047
|
-
"description": "
|
|
9048
|
-
"name": "
|
|
9046
|
+
"name": {
|
|
9047
|
+
"description": "Template name",
|
|
9048
|
+
"name": "name",
|
|
9049
9049
|
"required": true,
|
|
9050
9050
|
"hasDynamicHelp": false,
|
|
9051
9051
|
"multiple": false,
|
|
9052
9052
|
"type": "option"
|
|
9053
9053
|
},
|
|
9054
|
-
"
|
|
9055
|
-
"description": "
|
|
9056
|
-
"name": "
|
|
9057
|
-
"
|
|
9054
|
+
"type": {
|
|
9055
|
+
"description": "Template type",
|
|
9056
|
+
"name": "type",
|
|
9057
|
+
"default": "text",
|
|
9058
9058
|
"hasDynamicHelp": false,
|
|
9059
9059
|
"multiple": false,
|
|
9060
|
+
"options": [
|
|
9061
|
+
"text",
|
|
9062
|
+
"image",
|
|
9063
|
+
"video",
|
|
9064
|
+
"document",
|
|
9065
|
+
"audio",
|
|
9066
|
+
"location",
|
|
9067
|
+
"contact",
|
|
9068
|
+
"interactive"
|
|
9069
|
+
],
|
|
9060
9070
|
"type": "option"
|
|
9061
9071
|
},
|
|
9062
|
-
"
|
|
9063
|
-
"description": "
|
|
9064
|
-
"name": "
|
|
9072
|
+
"message": {
|
|
9073
|
+
"description": "Template message",
|
|
9074
|
+
"name": "message",
|
|
9065
9075
|
"required": true,
|
|
9066
9076
|
"hasDynamicHelp": false,
|
|
9067
9077
|
"multiple": false,
|
|
9068
9078
|
"type": "option"
|
|
9069
9079
|
},
|
|
9070
|
-
"
|
|
9071
|
-
"description": "
|
|
9072
|
-
"name": "
|
|
9080
|
+
"color": {
|
|
9081
|
+
"description": "Template color as HEX",
|
|
9082
|
+
"name": "color",
|
|
9073
9083
|
"hasDynamicHelp": false,
|
|
9074
9084
|
"multiple": false,
|
|
9075
9085
|
"type": "option"
|
|
9076
9086
|
},
|
|
9077
|
-
"
|
|
9078
|
-
"description": "
|
|
9079
|
-
"name": "
|
|
9087
|
+
"status": {
|
|
9088
|
+
"description": "Template is active",
|
|
9089
|
+
"name": "status",
|
|
9090
|
+
"allowNo": true,
|
|
9091
|
+
"type": "boolean"
|
|
9092
|
+
},
|
|
9093
|
+
"whatsapp-language": {
|
|
9094
|
+
"description": "WhatsApp template language",
|
|
9095
|
+
"name": "whatsapp-language",
|
|
9080
9096
|
"hasDynamicHelp": false,
|
|
9081
9097
|
"multiple": false,
|
|
9082
9098
|
"type": "option"
|
|
9083
9099
|
},
|
|
9084
|
-
"
|
|
9085
|
-
"description": "
|
|
9086
|
-
"name": "
|
|
9100
|
+
"buttons": {
|
|
9101
|
+
"description": "Buttons JSON array/object",
|
|
9102
|
+
"name": "buttons",
|
|
9087
9103
|
"hasDynamicHelp": false,
|
|
9088
9104
|
"multiple": false,
|
|
9089
9105
|
"type": "option"
|
|
9090
9106
|
},
|
|
9091
|
-
"
|
|
9092
|
-
"description": "
|
|
9093
|
-
"name": "
|
|
9107
|
+
"header-footer": {
|
|
9108
|
+
"description": "Header/footer JSON object",
|
|
9109
|
+
"name": "header-footer",
|
|
9094
9110
|
"hasDynamicHelp": false,
|
|
9095
9111
|
"multiple": false,
|
|
9096
9112
|
"type": "option"
|
|
@@ -9105,7 +9121,7 @@
|
|
|
9105
9121
|
},
|
|
9106
9122
|
"hasDynamicHelp": false,
|
|
9107
9123
|
"hiddenAliases": [],
|
|
9108
|
-
"id": "
|
|
9124
|
+
"id": "templates:create",
|
|
9109
9125
|
"pluginAlias": "@instantkom/cli",
|
|
9110
9126
|
"pluginName": "@instantkom/cli",
|
|
9111
9127
|
"pluginType": "core",
|
|
@@ -9115,20 +9131,20 @@
|
|
|
9115
9131
|
"relativePath": [
|
|
9116
9132
|
"dist",
|
|
9117
9133
|
"commands",
|
|
9118
|
-
"
|
|
9134
|
+
"templates",
|
|
9119
9135
|
"create.js"
|
|
9120
9136
|
]
|
|
9121
9137
|
},
|
|
9122
|
-
"
|
|
9138
|
+
"templates:delete": {
|
|
9123
9139
|
"aliases": [],
|
|
9124
9140
|
"args": {
|
|
9125
9141
|
"id": {
|
|
9126
|
-
"description": "
|
|
9142
|
+
"description": "template ID",
|
|
9127
9143
|
"name": "id",
|
|
9128
9144
|
"required": true
|
|
9129
9145
|
}
|
|
9130
9146
|
},
|
|
9131
|
-
"description": "Delete
|
|
9147
|
+
"description": "Delete template",
|
|
9132
9148
|
"flags": {
|
|
9133
9149
|
"api-key": {
|
|
9134
9150
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9195,7 +9211,7 @@
|
|
|
9195
9211
|
},
|
|
9196
9212
|
"hasDynamicHelp": false,
|
|
9197
9213
|
"hiddenAliases": [],
|
|
9198
|
-
"id": "
|
|
9214
|
+
"id": "templates:delete",
|
|
9199
9215
|
"pluginAlias": "@instantkom/cli",
|
|
9200
9216
|
"pluginName": "@instantkom/cli",
|
|
9201
9217
|
"pluginType": "core",
|
|
@@ -9205,14 +9221,14 @@
|
|
|
9205
9221
|
"relativePath": [
|
|
9206
9222
|
"dist",
|
|
9207
9223
|
"commands",
|
|
9208
|
-
"
|
|
9224
|
+
"templates",
|
|
9209
9225
|
"delete.js"
|
|
9210
9226
|
]
|
|
9211
9227
|
},
|
|
9212
|
-
"
|
|
9228
|
+
"templates:export": {
|
|
9213
9229
|
"aliases": [],
|
|
9214
9230
|
"args": {},
|
|
9215
|
-
"description": "
|
|
9231
|
+
"description": "Export templates to a file",
|
|
9216
9232
|
"flags": {
|
|
9217
9233
|
"api-key": {
|
|
9218
9234
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9224,17 +9240,14 @@
|
|
|
9224
9240
|
"type": "option"
|
|
9225
9241
|
},
|
|
9226
9242
|
"format": {
|
|
9227
|
-
"description": "
|
|
9228
|
-
"helpGroup": "GLOBAL",
|
|
9243
|
+
"description": "Export format",
|
|
9229
9244
|
"name": "format",
|
|
9230
|
-
"default": "
|
|
9245
|
+
"default": "json",
|
|
9231
9246
|
"hasDynamicHelp": false,
|
|
9232
9247
|
"multiple": false,
|
|
9233
9248
|
"options": [
|
|
9234
|
-
"
|
|
9235
|
-
"json"
|
|
9236
|
-
"yaml",
|
|
9237
|
-
"table"
|
|
9249
|
+
"csv",
|
|
9250
|
+
"json"
|
|
9238
9251
|
],
|
|
9239
9252
|
"type": "option"
|
|
9240
9253
|
},
|
|
@@ -9275,11 +9288,26 @@
|
|
|
9275
9288
|
"hasDynamicHelp": false,
|
|
9276
9289
|
"multiple": false,
|
|
9277
9290
|
"type": "option"
|
|
9291
|
+
},
|
|
9292
|
+
"file": {
|
|
9293
|
+
"description": "Output file path",
|
|
9294
|
+
"name": "file",
|
|
9295
|
+
"required": true,
|
|
9296
|
+
"hasDynamicHelp": false,
|
|
9297
|
+
"multiple": false,
|
|
9298
|
+
"type": "option"
|
|
9299
|
+
},
|
|
9300
|
+
"channel": {
|
|
9301
|
+
"description": "Filter by channel ID",
|
|
9302
|
+
"name": "channel",
|
|
9303
|
+
"hasDynamicHelp": false,
|
|
9304
|
+
"multiple": false,
|
|
9305
|
+
"type": "option"
|
|
9278
9306
|
}
|
|
9279
9307
|
},
|
|
9280
9308
|
"hasDynamicHelp": false,
|
|
9281
9309
|
"hiddenAliases": [],
|
|
9282
|
-
"id": "
|
|
9310
|
+
"id": "templates:export",
|
|
9283
9311
|
"pluginAlias": "@instantkom/cli",
|
|
9284
9312
|
"pluginName": "@instantkom/cli",
|
|
9285
9313
|
"pluginType": "core",
|
|
@@ -9289,14 +9317,20 @@
|
|
|
9289
9317
|
"relativePath": [
|
|
9290
9318
|
"dist",
|
|
9291
9319
|
"commands",
|
|
9292
|
-
"
|
|
9293
|
-
"
|
|
9320
|
+
"templates",
|
|
9321
|
+
"export.js"
|
|
9294
9322
|
]
|
|
9295
9323
|
},
|
|
9296
|
-
"templates:
|
|
9324
|
+
"templates:get": {
|
|
9297
9325
|
"aliases": [],
|
|
9298
|
-
"args": {
|
|
9299
|
-
|
|
9326
|
+
"args": {
|
|
9327
|
+
"id": {
|
|
9328
|
+
"description": "Template ID",
|
|
9329
|
+
"name": "id",
|
|
9330
|
+
"required": true
|
|
9331
|
+
}
|
|
9332
|
+
},
|
|
9333
|
+
"description": "Get a message template by ID",
|
|
9300
9334
|
"flags": {
|
|
9301
9335
|
"api-key": {
|
|
9302
9336
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9359,94 +9393,11 @@
|
|
|
9359
9393
|
"hasDynamicHelp": false,
|
|
9360
9394
|
"multiple": false,
|
|
9361
9395
|
"type": "option"
|
|
9362
|
-
},
|
|
9363
|
-
"channel": {
|
|
9364
|
-
"description": "Channel ID",
|
|
9365
|
-
"name": "channel",
|
|
9366
|
-
"required": true,
|
|
9367
|
-
"hasDynamicHelp": false,
|
|
9368
|
-
"multiple": false,
|
|
9369
|
-
"type": "option"
|
|
9370
|
-
},
|
|
9371
|
-
"name": {
|
|
9372
|
-
"description": "Template name",
|
|
9373
|
-
"name": "name",
|
|
9374
|
-
"required": true,
|
|
9375
|
-
"hasDynamicHelp": false,
|
|
9376
|
-
"multiple": false,
|
|
9377
|
-
"type": "option"
|
|
9378
|
-
},
|
|
9379
|
-
"type": {
|
|
9380
|
-
"description": "Template type",
|
|
9381
|
-
"name": "type",
|
|
9382
|
-
"default": "text",
|
|
9383
|
-
"hasDynamicHelp": false,
|
|
9384
|
-
"multiple": false,
|
|
9385
|
-
"options": [
|
|
9386
|
-
"text",
|
|
9387
|
-
"image",
|
|
9388
|
-
"video",
|
|
9389
|
-
"document",
|
|
9390
|
-
"audio",
|
|
9391
|
-
"location",
|
|
9392
|
-
"contact",
|
|
9393
|
-
"interactive"
|
|
9394
|
-
],
|
|
9395
|
-
"type": "option"
|
|
9396
|
-
},
|
|
9397
|
-
"message": {
|
|
9398
|
-
"description": "Template message",
|
|
9399
|
-
"name": "message",
|
|
9400
|
-
"required": true,
|
|
9401
|
-
"hasDynamicHelp": false,
|
|
9402
|
-
"multiple": false,
|
|
9403
|
-
"type": "option"
|
|
9404
|
-
},
|
|
9405
|
-
"color": {
|
|
9406
|
-
"description": "Template color as HEX",
|
|
9407
|
-
"name": "color",
|
|
9408
|
-
"hasDynamicHelp": false,
|
|
9409
|
-
"multiple": false,
|
|
9410
|
-
"type": "option"
|
|
9411
|
-
},
|
|
9412
|
-
"status": {
|
|
9413
|
-
"description": "Template is active",
|
|
9414
|
-
"name": "status",
|
|
9415
|
-
"allowNo": true,
|
|
9416
|
-
"type": "boolean"
|
|
9417
|
-
},
|
|
9418
|
-
"whatsapp-language": {
|
|
9419
|
-
"description": "WhatsApp template language",
|
|
9420
|
-
"name": "whatsapp-language",
|
|
9421
|
-
"hasDynamicHelp": false,
|
|
9422
|
-
"multiple": false,
|
|
9423
|
-
"type": "option"
|
|
9424
|
-
},
|
|
9425
|
-
"buttons": {
|
|
9426
|
-
"description": "Buttons JSON array/object",
|
|
9427
|
-
"name": "buttons",
|
|
9428
|
-
"hasDynamicHelp": false,
|
|
9429
|
-
"multiple": false,
|
|
9430
|
-
"type": "option"
|
|
9431
|
-
},
|
|
9432
|
-
"header-footer": {
|
|
9433
|
-
"description": "Header/footer JSON object",
|
|
9434
|
-
"name": "header-footer",
|
|
9435
|
-
"hasDynamicHelp": false,
|
|
9436
|
-
"multiple": false,
|
|
9437
|
-
"type": "option"
|
|
9438
|
-
},
|
|
9439
|
-
"data": {
|
|
9440
|
-
"description": "Additional JSON object payload",
|
|
9441
|
-
"name": "data",
|
|
9442
|
-
"hasDynamicHelp": false,
|
|
9443
|
-
"multiple": false,
|
|
9444
|
-
"type": "option"
|
|
9445
9396
|
}
|
|
9446
9397
|
},
|
|
9447
9398
|
"hasDynamicHelp": false,
|
|
9448
9399
|
"hiddenAliases": [],
|
|
9449
|
-
"id": "templates:
|
|
9400
|
+
"id": "templates:get",
|
|
9450
9401
|
"pluginAlias": "@instantkom/cli",
|
|
9451
9402
|
"pluginName": "@instantkom/cli",
|
|
9452
9403
|
"pluginType": "core",
|
|
@@ -9457,19 +9408,13 @@
|
|
|
9457
9408
|
"dist",
|
|
9458
9409
|
"commands",
|
|
9459
9410
|
"templates",
|
|
9460
|
-
"
|
|
9411
|
+
"get.js"
|
|
9461
9412
|
]
|
|
9462
9413
|
},
|
|
9463
|
-
"templates:
|
|
9414
|
+
"templates:import": {
|
|
9464
9415
|
"aliases": [],
|
|
9465
|
-
"args": {
|
|
9466
|
-
|
|
9467
|
-
"description": "template ID",
|
|
9468
|
-
"name": "id",
|
|
9469
|
-
"required": true
|
|
9470
|
-
}
|
|
9471
|
-
},
|
|
9472
|
-
"description": "Delete template",
|
|
9416
|
+
"args": {},
|
|
9417
|
+
"description": "Import templates from JSON",
|
|
9473
9418
|
"flags": {
|
|
9474
9419
|
"api-key": {
|
|
9475
9420
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9532,11 +9477,33 @@
|
|
|
9532
9477
|
"hasDynamicHelp": false,
|
|
9533
9478
|
"multiple": false,
|
|
9534
9479
|
"type": "option"
|
|
9480
|
+
},
|
|
9481
|
+
"file": {
|
|
9482
|
+
"description": "JSON file path",
|
|
9483
|
+
"name": "file",
|
|
9484
|
+
"required": true,
|
|
9485
|
+
"hasDynamicHelp": false,
|
|
9486
|
+
"multiple": false,
|
|
9487
|
+
"type": "option"
|
|
9488
|
+
},
|
|
9489
|
+
"channel": {
|
|
9490
|
+
"description": "Target channel ID",
|
|
9491
|
+
"name": "channel",
|
|
9492
|
+
"required": true,
|
|
9493
|
+
"hasDynamicHelp": false,
|
|
9494
|
+
"multiple": false,
|
|
9495
|
+
"type": "option"
|
|
9496
|
+
},
|
|
9497
|
+
"skip-duplicates": {
|
|
9498
|
+
"description": "Skip duplicate templates",
|
|
9499
|
+
"name": "skip-duplicates",
|
|
9500
|
+
"allowNo": true,
|
|
9501
|
+
"type": "boolean"
|
|
9535
9502
|
}
|
|
9536
9503
|
},
|
|
9537
9504
|
"hasDynamicHelp": false,
|
|
9538
9505
|
"hiddenAliases": [],
|
|
9539
|
-
"id": "templates:
|
|
9506
|
+
"id": "templates:import",
|
|
9540
9507
|
"pluginAlias": "@instantkom/cli",
|
|
9541
9508
|
"pluginName": "@instantkom/cli",
|
|
9542
9509
|
"pluginType": "core",
|
|
@@ -9547,13 +9514,13 @@
|
|
|
9547
9514
|
"dist",
|
|
9548
9515
|
"commands",
|
|
9549
9516
|
"templates",
|
|
9550
|
-
"
|
|
9517
|
+
"import.js"
|
|
9551
9518
|
]
|
|
9552
9519
|
},
|
|
9553
|
-
"templates:
|
|
9520
|
+
"templates:list": {
|
|
9554
9521
|
"aliases": [],
|
|
9555
9522
|
"args": {},
|
|
9556
|
-
"description": "
|
|
9523
|
+
"description": "List message templates",
|
|
9557
9524
|
"flags": {
|
|
9558
9525
|
"api-key": {
|
|
9559
9526
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9565,14 +9532,17 @@
|
|
|
9565
9532
|
"type": "option"
|
|
9566
9533
|
},
|
|
9567
9534
|
"format": {
|
|
9568
|
-
"description": "
|
|
9535
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9536
|
+
"helpGroup": "GLOBAL",
|
|
9569
9537
|
"name": "format",
|
|
9570
|
-
"default": "
|
|
9538
|
+
"default": "text",
|
|
9571
9539
|
"hasDynamicHelp": false,
|
|
9572
9540
|
"multiple": false,
|
|
9573
9541
|
"options": [
|
|
9574
|
-
"
|
|
9575
|
-
"json"
|
|
9542
|
+
"text",
|
|
9543
|
+
"json",
|
|
9544
|
+
"yaml",
|
|
9545
|
+
"table"
|
|
9576
9546
|
],
|
|
9577
9547
|
"type": "option"
|
|
9578
9548
|
},
|
|
@@ -9614,39 +9584,54 @@
|
|
|
9614
9584
|
"multiple": false,
|
|
9615
9585
|
"type": "option"
|
|
9616
9586
|
},
|
|
9617
|
-
"
|
|
9618
|
-
"description": "
|
|
9619
|
-
"name": "
|
|
9620
|
-
"required": true,
|
|
9587
|
+
"channel": {
|
|
9588
|
+
"description": "Filter by channel ID",
|
|
9589
|
+
"name": "channel",
|
|
9621
9590
|
"hasDynamicHelp": false,
|
|
9622
9591
|
"multiple": false,
|
|
9623
9592
|
"type": "option"
|
|
9624
9593
|
},
|
|
9625
|
-
"
|
|
9626
|
-
"description": "
|
|
9627
|
-
"name": "
|
|
9594
|
+
"search": {
|
|
9595
|
+
"description": "Search templates by name or content",
|
|
9596
|
+
"name": "search",
|
|
9628
9597
|
"hasDynamicHelp": false,
|
|
9629
9598
|
"multiple": false,
|
|
9630
9599
|
"type": "option"
|
|
9631
|
-
}
|
|
9632
|
-
|
|
9633
|
-
|
|
9634
|
-
|
|
9635
|
-
|
|
9636
|
-
|
|
9637
|
-
|
|
9638
|
-
|
|
9639
|
-
|
|
9640
|
-
|
|
9641
|
-
|
|
9642
|
-
|
|
9643
|
-
|
|
9600
|
+
},
|
|
9601
|
+
"page": {
|
|
9602
|
+
"description": "Page number",
|
|
9603
|
+
"name": "page",
|
|
9604
|
+
"default": 1,
|
|
9605
|
+
"hasDynamicHelp": false,
|
|
9606
|
+
"multiple": false,
|
|
9607
|
+
"type": "option"
|
|
9608
|
+
},
|
|
9609
|
+
"limit": {
|
|
9610
|
+
"description": "Items per page",
|
|
9611
|
+
"name": "limit",
|
|
9612
|
+
"default": 20,
|
|
9613
|
+
"hasDynamicHelp": false,
|
|
9614
|
+
"multiple": false,
|
|
9615
|
+
"type": "option"
|
|
9616
|
+
}
|
|
9617
|
+
},
|
|
9618
|
+
"hasDynamicHelp": false,
|
|
9619
|
+
"hiddenAliases": [],
|
|
9620
|
+
"id": "templates:list",
|
|
9621
|
+
"pluginAlias": "@instantkom/cli",
|
|
9622
|
+
"pluginName": "@instantkom/cli",
|
|
9623
|
+
"pluginType": "core",
|
|
9624
|
+
"strict": true,
|
|
9625
|
+
"enableJsonFlag": false,
|
|
9626
|
+
"isESM": true,
|
|
9627
|
+
"relativePath": [
|
|
9628
|
+
"dist",
|
|
9644
9629
|
"commands",
|
|
9645
9630
|
"templates",
|
|
9646
|
-
"
|
|
9631
|
+
"list.js"
|
|
9647
9632
|
]
|
|
9648
9633
|
},
|
|
9649
|
-
"templates:
|
|
9634
|
+
"templates:render": {
|
|
9650
9635
|
"aliases": [],
|
|
9651
9636
|
"args": {
|
|
9652
9637
|
"id": {
|
|
@@ -9655,7 +9640,7 @@
|
|
|
9655
9640
|
"required": true
|
|
9656
9641
|
}
|
|
9657
9642
|
},
|
|
9658
|
-
"description": "
|
|
9643
|
+
"description": "Render a message template locally",
|
|
9659
9644
|
"flags": {
|
|
9660
9645
|
"api-key": {
|
|
9661
9646
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9718,11 +9703,18 @@
|
|
|
9718
9703
|
"hasDynamicHelp": false,
|
|
9719
9704
|
"multiple": false,
|
|
9720
9705
|
"type": "option"
|
|
9706
|
+
},
|
|
9707
|
+
"vars": {
|
|
9708
|
+
"description": "Template variable as key=value; may be repeated",
|
|
9709
|
+
"name": "vars",
|
|
9710
|
+
"hasDynamicHelp": false,
|
|
9711
|
+
"multiple": true,
|
|
9712
|
+
"type": "option"
|
|
9721
9713
|
}
|
|
9722
9714
|
},
|
|
9723
9715
|
"hasDynamicHelp": false,
|
|
9724
9716
|
"hiddenAliases": [],
|
|
9725
|
-
"id": "templates:
|
|
9717
|
+
"id": "templates:render",
|
|
9726
9718
|
"pluginAlias": "@instantkom/cli",
|
|
9727
9719
|
"pluginName": "@instantkom/cli",
|
|
9728
9720
|
"pluginType": "core",
|
|
@@ -9733,13 +9725,19 @@
|
|
|
9733
9725
|
"dist",
|
|
9734
9726
|
"commands",
|
|
9735
9727
|
"templates",
|
|
9736
|
-
"
|
|
9728
|
+
"render.js"
|
|
9737
9729
|
]
|
|
9738
9730
|
},
|
|
9739
|
-
"templates:
|
|
9731
|
+
"templates:update": {
|
|
9740
9732
|
"aliases": [],
|
|
9741
|
-
"args": {
|
|
9742
|
-
|
|
9733
|
+
"args": {
|
|
9734
|
+
"id": {
|
|
9735
|
+
"description": "Template ID",
|
|
9736
|
+
"name": "id",
|
|
9737
|
+
"required": true
|
|
9738
|
+
}
|
|
9739
|
+
},
|
|
9740
|
+
"description": "Update a message template",
|
|
9743
9741
|
"flags": {
|
|
9744
9742
|
"api-key": {
|
|
9745
9743
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9803,32 +9801,88 @@
|
|
|
9803
9801
|
"multiple": false,
|
|
9804
9802
|
"type": "option"
|
|
9805
9803
|
},
|
|
9806
|
-
"
|
|
9807
|
-
"description": "
|
|
9808
|
-
"name": "
|
|
9809
|
-
"required": true,
|
|
9804
|
+
"name": {
|
|
9805
|
+
"description": "Template name",
|
|
9806
|
+
"name": "name",
|
|
9810
9807
|
"hasDynamicHelp": false,
|
|
9811
9808
|
"multiple": false,
|
|
9812
9809
|
"type": "option"
|
|
9813
9810
|
},
|
|
9814
|
-
"
|
|
9815
|
-
"description": "
|
|
9816
|
-
"name": "
|
|
9817
|
-
"required": true,
|
|
9811
|
+
"type": {
|
|
9812
|
+
"description": "Template type",
|
|
9813
|
+
"name": "type",
|
|
9818
9814
|
"hasDynamicHelp": false,
|
|
9819
9815
|
"multiple": false,
|
|
9816
|
+
"options": [
|
|
9817
|
+
"text",
|
|
9818
|
+
"image",
|
|
9819
|
+
"video",
|
|
9820
|
+
"document",
|
|
9821
|
+
"audio",
|
|
9822
|
+
"location",
|
|
9823
|
+
"contact",
|
|
9824
|
+
"interactive"
|
|
9825
|
+
],
|
|
9820
9826
|
"type": "option"
|
|
9821
9827
|
},
|
|
9822
|
-
"
|
|
9823
|
-
"description": "
|
|
9824
|
-
"name": "
|
|
9828
|
+
"message": {
|
|
9829
|
+
"description": "Template message",
|
|
9830
|
+
"name": "message",
|
|
9831
|
+
"hasDynamicHelp": false,
|
|
9832
|
+
"multiple": false,
|
|
9833
|
+
"type": "option"
|
|
9834
|
+
},
|
|
9835
|
+
"color": {
|
|
9836
|
+
"description": "Template color as HEX",
|
|
9837
|
+
"name": "color",
|
|
9838
|
+
"hasDynamicHelp": false,
|
|
9839
|
+
"multiple": false,
|
|
9840
|
+
"type": "option"
|
|
9841
|
+
},
|
|
9842
|
+
"status": {
|
|
9843
|
+
"description": "Template is active",
|
|
9844
|
+
"name": "status",
|
|
9825
9845
|
"allowNo": true,
|
|
9826
9846
|
"type": "boolean"
|
|
9847
|
+
},
|
|
9848
|
+
"remove-media": {
|
|
9849
|
+
"description": "Remove existing media",
|
|
9850
|
+
"name": "remove-media",
|
|
9851
|
+
"allowNo": false,
|
|
9852
|
+
"type": "boolean"
|
|
9853
|
+
},
|
|
9854
|
+
"whatsapp-language": {
|
|
9855
|
+
"description": "WhatsApp template language",
|
|
9856
|
+
"name": "whatsapp-language",
|
|
9857
|
+
"hasDynamicHelp": false,
|
|
9858
|
+
"multiple": false,
|
|
9859
|
+
"type": "option"
|
|
9860
|
+
},
|
|
9861
|
+
"buttons": {
|
|
9862
|
+
"description": "Buttons JSON array/object",
|
|
9863
|
+
"name": "buttons",
|
|
9864
|
+
"hasDynamicHelp": false,
|
|
9865
|
+
"multiple": false,
|
|
9866
|
+
"type": "option"
|
|
9867
|
+
},
|
|
9868
|
+
"header-footer": {
|
|
9869
|
+
"description": "Header/footer JSON object",
|
|
9870
|
+
"name": "header-footer",
|
|
9871
|
+
"hasDynamicHelp": false,
|
|
9872
|
+
"multiple": false,
|
|
9873
|
+
"type": "option"
|
|
9874
|
+
},
|
|
9875
|
+
"data": {
|
|
9876
|
+
"description": "Additional JSON object payload",
|
|
9877
|
+
"name": "data",
|
|
9878
|
+
"hasDynamicHelp": false,
|
|
9879
|
+
"multiple": false,
|
|
9880
|
+
"type": "option"
|
|
9827
9881
|
}
|
|
9828
9882
|
},
|
|
9829
9883
|
"hasDynamicHelp": false,
|
|
9830
9884
|
"hiddenAliases": [],
|
|
9831
|
-
"id": "templates:
|
|
9885
|
+
"id": "templates:update",
|
|
9832
9886
|
"pluginAlias": "@instantkom/cli",
|
|
9833
9887
|
"pluginName": "@instantkom/cli",
|
|
9834
9888
|
"pluginType": "core",
|
|
@@ -9839,13 +9893,13 @@
|
|
|
9839
9893
|
"dist",
|
|
9840
9894
|
"commands",
|
|
9841
9895
|
"templates",
|
|
9842
|
-
"
|
|
9896
|
+
"update.js"
|
|
9843
9897
|
]
|
|
9844
9898
|
},
|
|
9845
|
-
"templates:
|
|
9899
|
+
"templates:validate-import": {
|
|
9846
9900
|
"aliases": [],
|
|
9847
9901
|
"args": {},
|
|
9848
|
-
"description": "
|
|
9902
|
+
"description": "Validate templates import JSON",
|
|
9849
9903
|
"flags": {
|
|
9850
9904
|
"api-key": {
|
|
9851
9905
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9909,32 +9963,18 @@
|
|
|
9909
9963
|
"multiple": false,
|
|
9910
9964
|
"type": "option"
|
|
9911
9965
|
},
|
|
9912
|
-
"
|
|
9913
|
-
"description": "
|
|
9914
|
-
"name": "
|
|
9915
|
-
"
|
|
9916
|
-
"multiple": false,
|
|
9917
|
-
"type": "option"
|
|
9918
|
-
},
|
|
9919
|
-
"search": {
|
|
9920
|
-
"description": "Search templates by name or content",
|
|
9921
|
-
"name": "search",
|
|
9922
|
-
"hasDynamicHelp": false,
|
|
9923
|
-
"multiple": false,
|
|
9924
|
-
"type": "option"
|
|
9925
|
-
},
|
|
9926
|
-
"page": {
|
|
9927
|
-
"description": "Page number",
|
|
9928
|
-
"name": "page",
|
|
9929
|
-
"default": 1,
|
|
9966
|
+
"file": {
|
|
9967
|
+
"description": "JSON file path",
|
|
9968
|
+
"name": "file",
|
|
9969
|
+
"required": true,
|
|
9930
9970
|
"hasDynamicHelp": false,
|
|
9931
9971
|
"multiple": false,
|
|
9932
9972
|
"type": "option"
|
|
9933
9973
|
},
|
|
9934
|
-
"
|
|
9935
|
-
"description": "
|
|
9936
|
-
"name": "
|
|
9937
|
-
"
|
|
9974
|
+
"channel": {
|
|
9975
|
+
"description": "Target channel ID",
|
|
9976
|
+
"name": "channel",
|
|
9977
|
+
"required": true,
|
|
9938
9978
|
"hasDynamicHelp": false,
|
|
9939
9979
|
"multiple": false,
|
|
9940
9980
|
"type": "option"
|
|
@@ -9942,7 +9982,7 @@
|
|
|
9942
9982
|
},
|
|
9943
9983
|
"hasDynamicHelp": false,
|
|
9944
9984
|
"hiddenAliases": [],
|
|
9945
|
-
"id": "templates:
|
|
9985
|
+
"id": "templates:validate-import",
|
|
9946
9986
|
"pluginAlias": "@instantkom/cli",
|
|
9947
9987
|
"pluginName": "@instantkom/cli",
|
|
9948
9988
|
"pluginType": "core",
|
|
@@ -9953,19 +9993,13 @@
|
|
|
9953
9993
|
"dist",
|
|
9954
9994
|
"commands",
|
|
9955
9995
|
"templates",
|
|
9956
|
-
"
|
|
9996
|
+
"validate-import.js"
|
|
9957
9997
|
]
|
|
9958
9998
|
},
|
|
9959
|
-
"
|
|
9999
|
+
"tickets:create": {
|
|
9960
10000
|
"aliases": [],
|
|
9961
|
-
"args": {
|
|
9962
|
-
|
|
9963
|
-
"description": "Template ID",
|
|
9964
|
-
"name": "id",
|
|
9965
|
-
"required": true
|
|
9966
|
-
}
|
|
9967
|
-
},
|
|
9968
|
-
"description": "Render a message template locally",
|
|
10001
|
+
"args": {},
|
|
10002
|
+
"description": "Create a ticket",
|
|
9969
10003
|
"flags": {
|
|
9970
10004
|
"api-key": {
|
|
9971
10005
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10029,17 +10063,68 @@
|
|
|
10029
10063
|
"multiple": false,
|
|
10030
10064
|
"type": "option"
|
|
10031
10065
|
},
|
|
10032
|
-
"
|
|
10033
|
-
"description": "
|
|
10034
|
-
"name": "
|
|
10066
|
+
"channel": {
|
|
10067
|
+
"description": "Channel ID",
|
|
10068
|
+
"name": "channel",
|
|
10069
|
+
"required": true,
|
|
10035
10070
|
"hasDynamicHelp": false,
|
|
10036
|
-
"multiple":
|
|
10071
|
+
"multiple": false,
|
|
10072
|
+
"type": "option"
|
|
10073
|
+
},
|
|
10074
|
+
"subject": {
|
|
10075
|
+
"description": "Ticket subject",
|
|
10076
|
+
"name": "subject",
|
|
10077
|
+
"required": true,
|
|
10078
|
+
"hasDynamicHelp": false,
|
|
10079
|
+
"multiple": false,
|
|
10080
|
+
"type": "option"
|
|
10081
|
+
},
|
|
10082
|
+
"recipient": {
|
|
10083
|
+
"description": "Existing recipient ID",
|
|
10084
|
+
"name": "recipient",
|
|
10085
|
+
"hasDynamicHelp": false,
|
|
10086
|
+
"multiple": false,
|
|
10087
|
+
"type": "option"
|
|
10088
|
+
},
|
|
10089
|
+
"email": {
|
|
10090
|
+
"description": "Customer email",
|
|
10091
|
+
"name": "email",
|
|
10092
|
+
"hasDynamicHelp": false,
|
|
10093
|
+
"multiple": false,
|
|
10094
|
+
"type": "option"
|
|
10095
|
+
},
|
|
10096
|
+
"name": {
|
|
10097
|
+
"description": "Customer name",
|
|
10098
|
+
"name": "name",
|
|
10099
|
+
"hasDynamicHelp": false,
|
|
10100
|
+
"multiple": false,
|
|
10101
|
+
"type": "option"
|
|
10102
|
+
},
|
|
10103
|
+
"priority": {
|
|
10104
|
+
"description": "Ticket priority",
|
|
10105
|
+
"name": "priority",
|
|
10106
|
+
"hasDynamicHelp": false,
|
|
10107
|
+
"multiple": false,
|
|
10108
|
+
"type": "option"
|
|
10109
|
+
},
|
|
10110
|
+
"source": {
|
|
10111
|
+
"description": "Ticket source",
|
|
10112
|
+
"name": "source",
|
|
10113
|
+
"hasDynamicHelp": false,
|
|
10114
|
+
"multiple": false,
|
|
10115
|
+
"type": "option"
|
|
10116
|
+
},
|
|
10117
|
+
"data": {
|
|
10118
|
+
"description": "Additional JSON object payload",
|
|
10119
|
+
"name": "data",
|
|
10120
|
+
"hasDynamicHelp": false,
|
|
10121
|
+
"multiple": false,
|
|
10037
10122
|
"type": "option"
|
|
10038
10123
|
}
|
|
10039
10124
|
},
|
|
10040
10125
|
"hasDynamicHelp": false,
|
|
10041
10126
|
"hiddenAliases": [],
|
|
10042
|
-
"id": "
|
|
10127
|
+
"id": "tickets:create",
|
|
10043
10128
|
"pluginAlias": "@instantkom/cli",
|
|
10044
10129
|
"pluginName": "@instantkom/cli",
|
|
10045
10130
|
"pluginType": "core",
|
|
@@ -10049,20 +10134,20 @@
|
|
|
10049
10134
|
"relativePath": [
|
|
10050
10135
|
"dist",
|
|
10051
10136
|
"commands",
|
|
10052
|
-
"
|
|
10053
|
-
"
|
|
10137
|
+
"tickets",
|
|
10138
|
+
"create.js"
|
|
10054
10139
|
]
|
|
10055
10140
|
},
|
|
10056
|
-
"
|
|
10141
|
+
"tickets:delete": {
|
|
10057
10142
|
"aliases": [],
|
|
10058
10143
|
"args": {
|
|
10059
10144
|
"id": {
|
|
10060
|
-
"description": "
|
|
10145
|
+
"description": "Ticket ID",
|
|
10061
10146
|
"name": "id",
|
|
10062
10147
|
"required": true
|
|
10063
10148
|
}
|
|
10064
10149
|
},
|
|
10065
|
-
"description": "
|
|
10150
|
+
"description": "Delete a ticket",
|
|
10066
10151
|
"flags": {
|
|
10067
10152
|
"api-key": {
|
|
10068
10153
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10126,80 +10211,10 @@
|
|
|
10126
10211
|
"multiple": false,
|
|
10127
10212
|
"type": "option"
|
|
10128
10213
|
},
|
|
10129
|
-
"
|
|
10130
|
-
"description": "
|
|
10131
|
-
"name": "
|
|
10132
|
-
"
|
|
10133
|
-
"multiple": false,
|
|
10134
|
-
"type": "option"
|
|
10135
|
-
},
|
|
10136
|
-
"type": {
|
|
10137
|
-
"description": "Template type",
|
|
10138
|
-
"name": "type",
|
|
10139
|
-
"hasDynamicHelp": false,
|
|
10140
|
-
"multiple": false,
|
|
10141
|
-
"options": [
|
|
10142
|
-
"text",
|
|
10143
|
-
"image",
|
|
10144
|
-
"video",
|
|
10145
|
-
"document",
|
|
10146
|
-
"audio",
|
|
10147
|
-
"location",
|
|
10148
|
-
"contact",
|
|
10149
|
-
"interactive"
|
|
10150
|
-
],
|
|
10151
|
-
"type": "option"
|
|
10152
|
-
},
|
|
10153
|
-
"message": {
|
|
10154
|
-
"description": "Template message",
|
|
10155
|
-
"name": "message",
|
|
10156
|
-
"hasDynamicHelp": false,
|
|
10157
|
-
"multiple": false,
|
|
10158
|
-
"type": "option"
|
|
10159
|
-
},
|
|
10160
|
-
"color": {
|
|
10161
|
-
"description": "Template color as HEX",
|
|
10162
|
-
"name": "color",
|
|
10163
|
-
"hasDynamicHelp": false,
|
|
10164
|
-
"multiple": false,
|
|
10165
|
-
"type": "option"
|
|
10166
|
-
},
|
|
10167
|
-
"status": {
|
|
10168
|
-
"description": "Template is active",
|
|
10169
|
-
"name": "status",
|
|
10170
|
-
"allowNo": true,
|
|
10171
|
-
"type": "boolean"
|
|
10172
|
-
},
|
|
10173
|
-
"remove-media": {
|
|
10174
|
-
"description": "Remove existing media",
|
|
10175
|
-
"name": "remove-media",
|
|
10176
|
-
"allowNo": false,
|
|
10177
|
-
"type": "boolean"
|
|
10178
|
-
},
|
|
10179
|
-
"whatsapp-language": {
|
|
10180
|
-
"description": "WhatsApp template language",
|
|
10181
|
-
"name": "whatsapp-language",
|
|
10182
|
-
"hasDynamicHelp": false,
|
|
10183
|
-
"multiple": false,
|
|
10184
|
-
"type": "option"
|
|
10185
|
-
},
|
|
10186
|
-
"buttons": {
|
|
10187
|
-
"description": "Buttons JSON array/object",
|
|
10188
|
-
"name": "buttons",
|
|
10189
|
-
"hasDynamicHelp": false,
|
|
10190
|
-
"multiple": false,
|
|
10191
|
-
"type": "option"
|
|
10192
|
-
},
|
|
10193
|
-
"header-footer": {
|
|
10194
|
-
"description": "Header/footer JSON object",
|
|
10195
|
-
"name": "header-footer",
|
|
10196
|
-
"hasDynamicHelp": false,
|
|
10197
|
-
"multiple": false,
|
|
10198
|
-
"type": "option"
|
|
10199
|
-
},
|
|
10200
|
-
"data": {
|
|
10201
|
-
"description": "Additional JSON object payload",
|
|
10202
|
-
"name": "data",
|
|
10214
|
+
"channel": {
|
|
10215
|
+
"description": "Channel ID",
|
|
10216
|
+
"name": "channel",
|
|
10217
|
+
"required": true,
|
|
10203
10218
|
"hasDynamicHelp": false,
|
|
10204
10219
|
"multiple": false,
|
|
10205
10220
|
"type": "option"
|
|
@@ -10207,7 +10222,7 @@
|
|
|
10207
10222
|
},
|
|
10208
10223
|
"hasDynamicHelp": false,
|
|
10209
10224
|
"hiddenAliases": [],
|
|
10210
|
-
"id": "
|
|
10225
|
+
"id": "tickets:delete",
|
|
10211
10226
|
"pluginAlias": "@instantkom/cli",
|
|
10212
10227
|
"pluginName": "@instantkom/cli",
|
|
10213
10228
|
"pluginType": "core",
|
|
@@ -10217,14 +10232,20 @@
|
|
|
10217
10232
|
"relativePath": [
|
|
10218
10233
|
"dist",
|
|
10219
10234
|
"commands",
|
|
10220
|
-
"
|
|
10221
|
-
"
|
|
10235
|
+
"tickets",
|
|
10236
|
+
"delete.js"
|
|
10222
10237
|
]
|
|
10223
10238
|
},
|
|
10224
|
-
"
|
|
10239
|
+
"tickets:get": {
|
|
10225
10240
|
"aliases": [],
|
|
10226
|
-
"args": {
|
|
10227
|
-
|
|
10241
|
+
"args": {
|
|
10242
|
+
"id": {
|
|
10243
|
+
"description": "Ticket ID",
|
|
10244
|
+
"name": "id",
|
|
10245
|
+
"required": true
|
|
10246
|
+
}
|
|
10247
|
+
},
|
|
10248
|
+
"description": "Get a ticket by ID",
|
|
10228
10249
|
"flags": {
|
|
10229
10250
|
"api-key": {
|
|
10230
10251
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10288,16 +10309,8 @@
|
|
|
10288
10309
|
"multiple": false,
|
|
10289
10310
|
"type": "option"
|
|
10290
10311
|
},
|
|
10291
|
-
"file": {
|
|
10292
|
-
"description": "JSON file path",
|
|
10293
|
-
"name": "file",
|
|
10294
|
-
"required": true,
|
|
10295
|
-
"hasDynamicHelp": false,
|
|
10296
|
-
"multiple": false,
|
|
10297
|
-
"type": "option"
|
|
10298
|
-
},
|
|
10299
10312
|
"channel": {
|
|
10300
|
-
"description": "
|
|
10313
|
+
"description": "Channel ID",
|
|
10301
10314
|
"name": "channel",
|
|
10302
10315
|
"required": true,
|
|
10303
10316
|
"hasDynamicHelp": false,
|
|
@@ -10307,7 +10320,7 @@
|
|
|
10307
10320
|
},
|
|
10308
10321
|
"hasDynamicHelp": false,
|
|
10309
10322
|
"hiddenAliases": [],
|
|
10310
|
-
"id": "
|
|
10323
|
+
"id": "tickets:get",
|
|
10311
10324
|
"pluginAlias": "@instantkom/cli",
|
|
10312
10325
|
"pluginName": "@instantkom/cli",
|
|
10313
10326
|
"pluginType": "core",
|
|
@@ -10317,14 +10330,14 @@
|
|
|
10317
10330
|
"relativePath": [
|
|
10318
10331
|
"dist",
|
|
10319
10332
|
"commands",
|
|
10320
|
-
"
|
|
10321
|
-
"
|
|
10333
|
+
"tickets",
|
|
10334
|
+
"get.js"
|
|
10322
10335
|
]
|
|
10323
10336
|
},
|
|
10324
|
-
"tickets:
|
|
10337
|
+
"tickets:list": {
|
|
10325
10338
|
"aliases": [],
|
|
10326
10339
|
"args": {},
|
|
10327
|
-
"description": "
|
|
10340
|
+
"description": "List tickets for a channel",
|
|
10328
10341
|
"flags": {
|
|
10329
10342
|
"api-key": {
|
|
10330
10343
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10396,52 +10409,18 @@
|
|
|
10396
10409
|
"multiple": false,
|
|
10397
10410
|
"type": "option"
|
|
10398
10411
|
},
|
|
10399
|
-
"
|
|
10400
|
-
"description": "
|
|
10401
|
-
"name": "
|
|
10402
|
-
"
|
|
10403
|
-
"hasDynamicHelp": false,
|
|
10404
|
-
"multiple": false,
|
|
10405
|
-
"type": "option"
|
|
10406
|
-
},
|
|
10407
|
-
"recipient": {
|
|
10408
|
-
"description": "Existing recipient ID",
|
|
10409
|
-
"name": "recipient",
|
|
10410
|
-
"hasDynamicHelp": false,
|
|
10411
|
-
"multiple": false,
|
|
10412
|
-
"type": "option"
|
|
10413
|
-
},
|
|
10414
|
-
"email": {
|
|
10415
|
-
"description": "Customer email",
|
|
10416
|
-
"name": "email",
|
|
10417
|
-
"hasDynamicHelp": false,
|
|
10418
|
-
"multiple": false,
|
|
10419
|
-
"type": "option"
|
|
10420
|
-
},
|
|
10421
|
-
"name": {
|
|
10422
|
-
"description": "Customer name",
|
|
10423
|
-
"name": "name",
|
|
10424
|
-
"hasDynamicHelp": false,
|
|
10425
|
-
"multiple": false,
|
|
10426
|
-
"type": "option"
|
|
10427
|
-
},
|
|
10428
|
-
"priority": {
|
|
10429
|
-
"description": "Ticket priority",
|
|
10430
|
-
"name": "priority",
|
|
10431
|
-
"hasDynamicHelp": false,
|
|
10432
|
-
"multiple": false,
|
|
10433
|
-
"type": "option"
|
|
10434
|
-
},
|
|
10435
|
-
"source": {
|
|
10436
|
-
"description": "Ticket source",
|
|
10437
|
-
"name": "source",
|
|
10412
|
+
"limit": {
|
|
10413
|
+
"description": "Maximum tickets to return",
|
|
10414
|
+
"name": "limit",
|
|
10415
|
+
"default": 500,
|
|
10438
10416
|
"hasDynamicHelp": false,
|
|
10439
10417
|
"multiple": false,
|
|
10440
10418
|
"type": "option"
|
|
10441
10419
|
},
|
|
10442
|
-
"
|
|
10443
|
-
"description": "
|
|
10444
|
-
"name": "
|
|
10420
|
+
"offset": {
|
|
10421
|
+
"description": "Number of tickets to skip",
|
|
10422
|
+
"name": "offset",
|
|
10423
|
+
"default": 0,
|
|
10445
10424
|
"hasDynamicHelp": false,
|
|
10446
10425
|
"multiple": false,
|
|
10447
10426
|
"type": "option"
|
|
@@ -10449,7 +10428,7 @@
|
|
|
10449
10428
|
},
|
|
10450
10429
|
"hasDynamicHelp": false,
|
|
10451
10430
|
"hiddenAliases": [],
|
|
10452
|
-
"id": "tickets:
|
|
10431
|
+
"id": "tickets:list",
|
|
10453
10432
|
"pluginAlias": "@instantkom/cli",
|
|
10454
10433
|
"pluginName": "@instantkom/cli",
|
|
10455
10434
|
"pluginType": "core",
|
|
@@ -10460,10 +10439,10 @@
|
|
|
10460
10439
|
"dist",
|
|
10461
10440
|
"commands",
|
|
10462
10441
|
"tickets",
|
|
10463
|
-
"
|
|
10442
|
+
"list.js"
|
|
10464
10443
|
]
|
|
10465
10444
|
},
|
|
10466
|
-
"tickets:
|
|
10445
|
+
"tickets:reply": {
|
|
10467
10446
|
"aliases": [],
|
|
10468
10447
|
"args": {
|
|
10469
10448
|
"id": {
|
|
@@ -10472,7 +10451,7 @@
|
|
|
10472
10451
|
"required": true
|
|
10473
10452
|
}
|
|
10474
10453
|
},
|
|
10475
|
-
"description": "
|
|
10454
|
+
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
10476
10455
|
"flags": {
|
|
10477
10456
|
"api-key": {
|
|
10478
10457
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10536,18 +10515,24 @@
|
|
|
10536
10515
|
"multiple": false,
|
|
10537
10516
|
"type": "option"
|
|
10538
10517
|
},
|
|
10539
|
-
"
|
|
10540
|
-
"description": "
|
|
10541
|
-
"name": "
|
|
10518
|
+
"message": {
|
|
10519
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10520
|
+
"name": "message",
|
|
10542
10521
|
"required": true,
|
|
10543
10522
|
"hasDynamicHelp": false,
|
|
10544
10523
|
"multiple": false,
|
|
10545
10524
|
"type": "option"
|
|
10525
|
+
},
|
|
10526
|
+
"close": {
|
|
10527
|
+
"description": "Close the ticket after sending the reply",
|
|
10528
|
+
"name": "close",
|
|
10529
|
+
"allowNo": false,
|
|
10530
|
+
"type": "boolean"
|
|
10546
10531
|
}
|
|
10547
10532
|
},
|
|
10548
10533
|
"hasDynamicHelp": false,
|
|
10549
10534
|
"hiddenAliases": [],
|
|
10550
|
-
"id": "tickets:
|
|
10535
|
+
"id": "tickets:reply",
|
|
10551
10536
|
"pluginAlias": "@instantkom/cli",
|
|
10552
10537
|
"pluginName": "@instantkom/cli",
|
|
10553
10538
|
"pluginType": "core",
|
|
@@ -10558,10 +10543,10 @@
|
|
|
10558
10543
|
"dist",
|
|
10559
10544
|
"commands",
|
|
10560
10545
|
"tickets",
|
|
10561
|
-
"
|
|
10546
|
+
"reply.js"
|
|
10562
10547
|
]
|
|
10563
10548
|
},
|
|
10564
|
-
"tickets:
|
|
10549
|
+
"tickets:update": {
|
|
10565
10550
|
"aliases": [],
|
|
10566
10551
|
"args": {
|
|
10567
10552
|
"id": {
|
|
@@ -10570,7 +10555,7 @@
|
|
|
10570
10555
|
"required": true
|
|
10571
10556
|
}
|
|
10572
10557
|
},
|
|
10573
|
-
"description": "
|
|
10558
|
+
"description": "Update a ticket",
|
|
10574
10559
|
"flags": {
|
|
10575
10560
|
"api-key": {
|
|
10576
10561
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10641,11 +10626,52 @@
|
|
|
10641
10626
|
"hasDynamicHelp": false,
|
|
10642
10627
|
"multiple": false,
|
|
10643
10628
|
"type": "option"
|
|
10629
|
+
},
|
|
10630
|
+
"subject": {
|
|
10631
|
+
"description": "Ticket subject",
|
|
10632
|
+
"name": "subject",
|
|
10633
|
+
"hasDynamicHelp": false,
|
|
10634
|
+
"multiple": false,
|
|
10635
|
+
"type": "option"
|
|
10636
|
+
},
|
|
10637
|
+
"priority": {
|
|
10638
|
+
"description": "Ticket priority",
|
|
10639
|
+
"name": "priority",
|
|
10640
|
+
"hasDynamicHelp": false,
|
|
10641
|
+
"multiple": false,
|
|
10642
|
+
"type": "option"
|
|
10643
|
+
},
|
|
10644
|
+
"status": {
|
|
10645
|
+
"description": "Ticket status",
|
|
10646
|
+
"name": "status",
|
|
10647
|
+
"hasDynamicHelp": false,
|
|
10648
|
+
"multiple": false,
|
|
10649
|
+
"type": "option"
|
|
10650
|
+
},
|
|
10651
|
+
"assigned-to": {
|
|
10652
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10653
|
+
"name": "assigned-to",
|
|
10654
|
+
"hasDynamicHelp": false,
|
|
10655
|
+
"multiple": false,
|
|
10656
|
+
"type": "option"
|
|
10657
|
+
},
|
|
10658
|
+
"notify": {
|
|
10659
|
+
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10660
|
+
"name": "notify",
|
|
10661
|
+
"allowNo": true,
|
|
10662
|
+
"type": "boolean"
|
|
10663
|
+
},
|
|
10664
|
+
"data": {
|
|
10665
|
+
"description": "Additional JSON object payload",
|
|
10666
|
+
"name": "data",
|
|
10667
|
+
"hasDynamicHelp": false,
|
|
10668
|
+
"multiple": false,
|
|
10669
|
+
"type": "option"
|
|
10644
10670
|
}
|
|
10645
10671
|
},
|
|
10646
10672
|
"hasDynamicHelp": false,
|
|
10647
10673
|
"hiddenAliases": [],
|
|
10648
|
-
"id": "tickets:
|
|
10674
|
+
"id": "tickets:update",
|
|
10649
10675
|
"pluginAlias": "@instantkom/cli",
|
|
10650
10676
|
"pluginName": "@instantkom/cli",
|
|
10651
10677
|
"pluginType": "core",
|
|
@@ -10656,13 +10682,13 @@
|
|
|
10656
10682
|
"dist",
|
|
10657
10683
|
"commands",
|
|
10658
10684
|
"tickets",
|
|
10659
|
-
"
|
|
10685
|
+
"update.js"
|
|
10660
10686
|
]
|
|
10661
10687
|
},
|
|
10662
|
-
"
|
|
10688
|
+
"webhooks:add": {
|
|
10663
10689
|
"aliases": [],
|
|
10664
10690
|
"args": {},
|
|
10665
|
-
"description": "
|
|
10691
|
+
"description": "Add a webhook subscription",
|
|
10666
10692
|
"flags": {
|
|
10667
10693
|
"api-key": {
|
|
10668
10694
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10726,26 +10752,25 @@
|
|
|
10726
10752
|
"multiple": false,
|
|
10727
10753
|
"type": "option"
|
|
10728
10754
|
},
|
|
10729
|
-
"
|
|
10730
|
-
"description": "
|
|
10731
|
-
"name": "
|
|
10755
|
+
"event": {
|
|
10756
|
+
"description": "Webhook event to subscribe to",
|
|
10757
|
+
"name": "event",
|
|
10732
10758
|
"required": true,
|
|
10733
10759
|
"hasDynamicHelp": false,
|
|
10734
10760
|
"multiple": false,
|
|
10761
|
+
"options": [
|
|
10762
|
+
"new_contact",
|
|
10763
|
+
"new_message",
|
|
10764
|
+
"broadcast_sent",
|
|
10765
|
+
"contact_updated",
|
|
10766
|
+
"contact_opted_out"
|
|
10767
|
+
],
|
|
10735
10768
|
"type": "option"
|
|
10736
10769
|
},
|
|
10737
|
-
"
|
|
10738
|
-
"description": "
|
|
10739
|
-
"name": "
|
|
10740
|
-
"
|
|
10741
|
-
"hasDynamicHelp": false,
|
|
10742
|
-
"multiple": false,
|
|
10743
|
-
"type": "option"
|
|
10744
|
-
},
|
|
10745
|
-
"offset": {
|
|
10746
|
-
"description": "Number of tickets to skip",
|
|
10747
|
-
"name": "offset",
|
|
10748
|
-
"default": 0,
|
|
10770
|
+
"url": {
|
|
10771
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
10772
|
+
"name": "url",
|
|
10773
|
+
"required": true,
|
|
10749
10774
|
"hasDynamicHelp": false,
|
|
10750
10775
|
"multiple": false,
|
|
10751
10776
|
"type": "option"
|
|
@@ -10753,7 +10778,7 @@
|
|
|
10753
10778
|
},
|
|
10754
10779
|
"hasDynamicHelp": false,
|
|
10755
10780
|
"hiddenAliases": [],
|
|
10756
|
-
"id": "
|
|
10781
|
+
"id": "webhooks:add",
|
|
10757
10782
|
"pluginAlias": "@instantkom/cli",
|
|
10758
10783
|
"pluginName": "@instantkom/cli",
|
|
10759
10784
|
"pluginType": "core",
|
|
@@ -10763,20 +10788,14 @@
|
|
|
10763
10788
|
"relativePath": [
|
|
10764
10789
|
"dist",
|
|
10765
10790
|
"commands",
|
|
10766
|
-
"
|
|
10767
|
-
"
|
|
10791
|
+
"webhooks",
|
|
10792
|
+
"add.js"
|
|
10768
10793
|
]
|
|
10769
10794
|
},
|
|
10770
|
-
"
|
|
10795
|
+
"webhooks:events": {
|
|
10771
10796
|
"aliases": [],
|
|
10772
|
-
"args": {
|
|
10773
|
-
|
|
10774
|
-
"description": "Ticket ID",
|
|
10775
|
-
"name": "id",
|
|
10776
|
-
"required": true
|
|
10777
|
-
}
|
|
10778
|
-
},
|
|
10779
|
-
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
10797
|
+
"args": {},
|
|
10798
|
+
"description": "List supported webhook event names",
|
|
10780
10799
|
"flags": {
|
|
10781
10800
|
"api-key": {
|
|
10782
10801
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10839,25 +10858,11 @@
|
|
|
10839
10858
|
"hasDynamicHelp": false,
|
|
10840
10859
|
"multiple": false,
|
|
10841
10860
|
"type": "option"
|
|
10842
|
-
},
|
|
10843
|
-
"message": {
|
|
10844
|
-
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10845
|
-
"name": "message",
|
|
10846
|
-
"required": true,
|
|
10847
|
-
"hasDynamicHelp": false,
|
|
10848
|
-
"multiple": false,
|
|
10849
|
-
"type": "option"
|
|
10850
|
-
},
|
|
10851
|
-
"close": {
|
|
10852
|
-
"description": "Close the ticket after sending the reply",
|
|
10853
|
-
"name": "close",
|
|
10854
|
-
"allowNo": false,
|
|
10855
|
-
"type": "boolean"
|
|
10856
10861
|
}
|
|
10857
10862
|
},
|
|
10858
10863
|
"hasDynamicHelp": false,
|
|
10859
10864
|
"hiddenAliases": [],
|
|
10860
|
-
"id": "
|
|
10865
|
+
"id": "webhooks:events",
|
|
10861
10866
|
"pluginAlias": "@instantkom/cli",
|
|
10862
10867
|
"pluginName": "@instantkom/cli",
|
|
10863
10868
|
"pluginType": "core",
|
|
@@ -10867,20 +10872,14 @@
|
|
|
10867
10872
|
"relativePath": [
|
|
10868
10873
|
"dist",
|
|
10869
10874
|
"commands",
|
|
10870
|
-
"
|
|
10871
|
-
"
|
|
10875
|
+
"webhooks",
|
|
10876
|
+
"events.js"
|
|
10872
10877
|
]
|
|
10873
10878
|
},
|
|
10874
|
-
"
|
|
10879
|
+
"webhooks:list": {
|
|
10875
10880
|
"aliases": [],
|
|
10876
|
-
"args": {
|
|
10877
|
-
|
|
10878
|
-
"description": "Ticket ID",
|
|
10879
|
-
"name": "id",
|
|
10880
|
-
"required": true
|
|
10881
|
-
}
|
|
10882
|
-
},
|
|
10883
|
-
"description": "Update a ticket",
|
|
10881
|
+
"args": {},
|
|
10882
|
+
"description": "List webhook subscriptions",
|
|
10884
10883
|
"flags": {
|
|
10885
10884
|
"api-key": {
|
|
10886
10885
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10927,68 +10926,19 @@
|
|
|
10927
10926
|
"allowNo": false,
|
|
10928
10927
|
"type": "boolean"
|
|
10929
10928
|
},
|
|
10930
|
-
"profile": {
|
|
10931
|
-
"description": "Named configuration profile to use",
|
|
10932
|
-
"helpGroup": "GLOBAL",
|
|
10933
|
-
"name": "profile",
|
|
10934
|
-
"default": "default",
|
|
10935
|
-
"hasDynamicHelp": false,
|
|
10936
|
-
"multiple": false,
|
|
10937
|
-
"type": "option"
|
|
10938
|
-
},
|
|
10939
|
-
"api-url": {
|
|
10940
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
10941
|
-
"helpGroup": "GLOBAL",
|
|
10942
|
-
"name": "api-url",
|
|
10943
|
-
"hasDynamicHelp": false,
|
|
10944
|
-
"multiple": false,
|
|
10945
|
-
"type": "option"
|
|
10946
|
-
},
|
|
10947
|
-
"channel": {
|
|
10948
|
-
"description": "Channel ID",
|
|
10949
|
-
"name": "channel",
|
|
10950
|
-
"required": true,
|
|
10951
|
-
"hasDynamicHelp": false,
|
|
10952
|
-
"multiple": false,
|
|
10953
|
-
"type": "option"
|
|
10954
|
-
},
|
|
10955
|
-
"subject": {
|
|
10956
|
-
"description": "Ticket subject",
|
|
10957
|
-
"name": "subject",
|
|
10958
|
-
"hasDynamicHelp": false,
|
|
10959
|
-
"multiple": false,
|
|
10960
|
-
"type": "option"
|
|
10961
|
-
},
|
|
10962
|
-
"priority": {
|
|
10963
|
-
"description": "Ticket priority",
|
|
10964
|
-
"name": "priority",
|
|
10965
|
-
"hasDynamicHelp": false,
|
|
10966
|
-
"multiple": false,
|
|
10967
|
-
"type": "option"
|
|
10968
|
-
},
|
|
10969
|
-
"status": {
|
|
10970
|
-
"description": "Ticket status",
|
|
10971
|
-
"name": "status",
|
|
10972
|
-
"hasDynamicHelp": false,
|
|
10973
|
-
"multiple": false,
|
|
10974
|
-
"type": "option"
|
|
10975
|
-
},
|
|
10976
|
-
"assigned-to": {
|
|
10977
|
-
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10978
|
-
"name": "assigned-to",
|
|
10929
|
+
"profile": {
|
|
10930
|
+
"description": "Named configuration profile to use",
|
|
10931
|
+
"helpGroup": "GLOBAL",
|
|
10932
|
+
"name": "profile",
|
|
10933
|
+
"default": "default",
|
|
10979
10934
|
"hasDynamicHelp": false,
|
|
10980
10935
|
"multiple": false,
|
|
10981
10936
|
"type": "option"
|
|
10982
10937
|
},
|
|
10983
|
-
"
|
|
10984
|
-
"description": "
|
|
10985
|
-
"
|
|
10986
|
-
"
|
|
10987
|
-
"type": "boolean"
|
|
10988
|
-
},
|
|
10989
|
-
"data": {
|
|
10990
|
-
"description": "Additional JSON object payload",
|
|
10991
|
-
"name": "data",
|
|
10938
|
+
"api-url": {
|
|
10939
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10940
|
+
"helpGroup": "GLOBAL",
|
|
10941
|
+
"name": "api-url",
|
|
10992
10942
|
"hasDynamicHelp": false,
|
|
10993
10943
|
"multiple": false,
|
|
10994
10944
|
"type": "option"
|
|
@@ -10996,7 +10946,7 @@
|
|
|
10996
10946
|
},
|
|
10997
10947
|
"hasDynamicHelp": false,
|
|
10998
10948
|
"hiddenAliases": [],
|
|
10999
|
-
"id": "
|
|
10949
|
+
"id": "webhooks:list",
|
|
11000
10950
|
"pluginAlias": "@instantkom/cli",
|
|
11001
10951
|
"pluginName": "@instantkom/cli",
|
|
11002
10952
|
"pluginType": "core",
|
|
@@ -11006,14 +10956,14 @@
|
|
|
11006
10956
|
"relativePath": [
|
|
11007
10957
|
"dist",
|
|
11008
10958
|
"commands",
|
|
11009
|
-
"
|
|
11010
|
-
"
|
|
10959
|
+
"webhooks",
|
|
10960
|
+
"list.js"
|
|
11011
10961
|
]
|
|
11012
10962
|
},
|
|
11013
|
-
"webhooks:
|
|
10963
|
+
"webhooks:logs": {
|
|
11014
10964
|
"aliases": [],
|
|
11015
10965
|
"args": {},
|
|
11016
|
-
"description": "
|
|
10966
|
+
"description": "Explain webhook log availability",
|
|
11017
10967
|
"flags": {
|
|
11018
10968
|
"api-key": {
|
|
11019
10969
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11076,34 +11026,11 @@
|
|
|
11076
11026
|
"hasDynamicHelp": false,
|
|
11077
11027
|
"multiple": false,
|
|
11078
11028
|
"type": "option"
|
|
11079
|
-
},
|
|
11080
|
-
"event": {
|
|
11081
|
-
"description": "Webhook event to subscribe to",
|
|
11082
|
-
"name": "event",
|
|
11083
|
-
"required": true,
|
|
11084
|
-
"hasDynamicHelp": false,
|
|
11085
|
-
"multiple": false,
|
|
11086
|
-
"options": [
|
|
11087
|
-
"new_contact",
|
|
11088
|
-
"new_message",
|
|
11089
|
-
"broadcast_sent",
|
|
11090
|
-
"contact_updated",
|
|
11091
|
-
"contact_opted_out"
|
|
11092
|
-
],
|
|
11093
|
-
"type": "option"
|
|
11094
|
-
},
|
|
11095
|
-
"url": {
|
|
11096
|
-
"description": "HTTPS target URL that receives webhook POSTs",
|
|
11097
|
-
"name": "url",
|
|
11098
|
-
"required": true,
|
|
11099
|
-
"hasDynamicHelp": false,
|
|
11100
|
-
"multiple": false,
|
|
11101
|
-
"type": "option"
|
|
11102
11029
|
}
|
|
11103
11030
|
},
|
|
11104
11031
|
"hasDynamicHelp": false,
|
|
11105
11032
|
"hiddenAliases": [],
|
|
11106
|
-
"id": "webhooks:
|
|
11033
|
+
"id": "webhooks:logs",
|
|
11107
11034
|
"pluginAlias": "@instantkom/cli",
|
|
11108
11035
|
"pluginName": "@instantkom/cli",
|
|
11109
11036
|
"pluginType": "core",
|
|
@@ -11114,13 +11041,19 @@
|
|
|
11114
11041
|
"dist",
|
|
11115
11042
|
"commands",
|
|
11116
11043
|
"webhooks",
|
|
11117
|
-
"
|
|
11044
|
+
"logs.js"
|
|
11118
11045
|
]
|
|
11119
11046
|
},
|
|
11120
|
-
"webhooks:
|
|
11047
|
+
"webhooks:remove": {
|
|
11121
11048
|
"aliases": [],
|
|
11122
|
-
"args": {
|
|
11123
|
-
|
|
11049
|
+
"args": {
|
|
11050
|
+
"id": {
|
|
11051
|
+
"description": "Webhook subscription ID",
|
|
11052
|
+
"name": "id",
|
|
11053
|
+
"required": true
|
|
11054
|
+
}
|
|
11055
|
+
},
|
|
11056
|
+
"description": "Remove a webhook subscription",
|
|
11124
11057
|
"flags": {
|
|
11125
11058
|
"api-key": {
|
|
11126
11059
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11187,7 +11120,7 @@
|
|
|
11187
11120
|
},
|
|
11188
11121
|
"hasDynamicHelp": false,
|
|
11189
11122
|
"hiddenAliases": [],
|
|
11190
|
-
"id": "webhooks:
|
|
11123
|
+
"id": "webhooks:remove",
|
|
11191
11124
|
"pluginAlias": "@instantkom/cli",
|
|
11192
11125
|
"pluginName": "@instantkom/cli",
|
|
11193
11126
|
"pluginType": "core",
|
|
@@ -11198,13 +11131,13 @@
|
|
|
11198
11131
|
"dist",
|
|
11199
11132
|
"commands",
|
|
11200
11133
|
"webhooks",
|
|
11201
|
-
"
|
|
11134
|
+
"remove.js"
|
|
11202
11135
|
]
|
|
11203
11136
|
},
|
|
11204
|
-
"webhooks:
|
|
11137
|
+
"webhooks:test": {
|
|
11205
11138
|
"aliases": [],
|
|
11206
11139
|
"args": {},
|
|
11207
|
-
"description": "
|
|
11140
|
+
"description": "Send a test webhook payload to a URL",
|
|
11208
11141
|
"flags": {
|
|
11209
11142
|
"api-key": {
|
|
11210
11143
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11267,11 +11200,34 @@
|
|
|
11267
11200
|
"hasDynamicHelp": false,
|
|
11268
11201
|
"multiple": false,
|
|
11269
11202
|
"type": "option"
|
|
11203
|
+
},
|
|
11204
|
+
"url": {
|
|
11205
|
+
"description": "Webhook URL to call",
|
|
11206
|
+
"name": "url",
|
|
11207
|
+
"required": true,
|
|
11208
|
+
"hasDynamicHelp": false,
|
|
11209
|
+
"multiple": false,
|
|
11210
|
+
"type": "option"
|
|
11211
|
+
},
|
|
11212
|
+
"event": {
|
|
11213
|
+
"description": "Event name",
|
|
11214
|
+
"name": "event",
|
|
11215
|
+
"default": "cli.test",
|
|
11216
|
+
"hasDynamicHelp": false,
|
|
11217
|
+
"multiple": false,
|
|
11218
|
+
"type": "option"
|
|
11219
|
+
},
|
|
11220
|
+
"payload": {
|
|
11221
|
+
"description": "Payload JSON",
|
|
11222
|
+
"name": "payload",
|
|
11223
|
+
"hasDynamicHelp": false,
|
|
11224
|
+
"multiple": false,
|
|
11225
|
+
"type": "option"
|
|
11270
11226
|
}
|
|
11271
11227
|
},
|
|
11272
11228
|
"hasDynamicHelp": false,
|
|
11273
11229
|
"hiddenAliases": [],
|
|
11274
|
-
"id": "webhooks:
|
|
11230
|
+
"id": "webhooks:test",
|
|
11275
11231
|
"pluginAlias": "@instantkom/cli",
|
|
11276
11232
|
"pluginName": "@instantkom/cli",
|
|
11277
11233
|
"pluginType": "core",
|
|
@@ -11282,13 +11238,13 @@
|
|
|
11282
11238
|
"dist",
|
|
11283
11239
|
"commands",
|
|
11284
11240
|
"webhooks",
|
|
11285
|
-
"
|
|
11241
|
+
"test.js"
|
|
11286
11242
|
]
|
|
11287
11243
|
},
|
|
11288
|
-
"
|
|
11244
|
+
"team:create": {
|
|
11289
11245
|
"aliases": [],
|
|
11290
11246
|
"args": {},
|
|
11291
|
-
"description": "
|
|
11247
|
+
"description": "Create a team member",
|
|
11292
11248
|
"flags": {
|
|
11293
11249
|
"api-key": {
|
|
11294
11250
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11351,11 +11307,78 @@
|
|
|
11351
11307
|
"hasDynamicHelp": false,
|
|
11352
11308
|
"multiple": false,
|
|
11353
11309
|
"type": "option"
|
|
11310
|
+
},
|
|
11311
|
+
"email": {
|
|
11312
|
+
"description": "Email address",
|
|
11313
|
+
"name": "email",
|
|
11314
|
+
"required": true,
|
|
11315
|
+
"hasDynamicHelp": false,
|
|
11316
|
+
"multiple": false,
|
|
11317
|
+
"type": "option"
|
|
11318
|
+
},
|
|
11319
|
+
"first-name": {
|
|
11320
|
+
"description": "First name",
|
|
11321
|
+
"name": "first-name",
|
|
11322
|
+
"required": true,
|
|
11323
|
+
"hasDynamicHelp": false,
|
|
11324
|
+
"multiple": false,
|
|
11325
|
+
"type": "option"
|
|
11326
|
+
},
|
|
11327
|
+
"last-name": {
|
|
11328
|
+
"description": "Last name",
|
|
11329
|
+
"name": "last-name",
|
|
11330
|
+
"required": true,
|
|
11331
|
+
"hasDynamicHelp": false,
|
|
11332
|
+
"multiple": false,
|
|
11333
|
+
"type": "option"
|
|
11334
|
+
},
|
|
11335
|
+
"password": {
|
|
11336
|
+
"description": "Initial password",
|
|
11337
|
+
"name": "password",
|
|
11338
|
+
"required": true,
|
|
11339
|
+
"hasDynamicHelp": false,
|
|
11340
|
+
"multiple": false,
|
|
11341
|
+
"type": "option"
|
|
11342
|
+
},
|
|
11343
|
+
"phone": {
|
|
11344
|
+
"description": "Phone number",
|
|
11345
|
+
"name": "phone",
|
|
11346
|
+
"hasDynamicHelp": false,
|
|
11347
|
+
"multiple": false,
|
|
11348
|
+
"type": "option"
|
|
11349
|
+
},
|
|
11350
|
+
"company": {
|
|
11351
|
+
"description": "Company name",
|
|
11352
|
+
"name": "company",
|
|
11353
|
+
"hasDynamicHelp": false,
|
|
11354
|
+
"multiple": false,
|
|
11355
|
+
"type": "option"
|
|
11356
|
+
},
|
|
11357
|
+
"color": {
|
|
11358
|
+
"description": "Color as HEX",
|
|
11359
|
+
"name": "color",
|
|
11360
|
+
"hasDynamicHelp": false,
|
|
11361
|
+
"multiple": false,
|
|
11362
|
+
"type": "option"
|
|
11363
|
+
},
|
|
11364
|
+
"folder": {
|
|
11365
|
+
"description": "Object folder ID",
|
|
11366
|
+
"name": "folder",
|
|
11367
|
+
"hasDynamicHelp": false,
|
|
11368
|
+
"multiple": false,
|
|
11369
|
+
"type": "option"
|
|
11370
|
+
},
|
|
11371
|
+
"data": {
|
|
11372
|
+
"description": "Additional JSON object payload",
|
|
11373
|
+
"name": "data",
|
|
11374
|
+
"hasDynamicHelp": false,
|
|
11375
|
+
"multiple": false,
|
|
11376
|
+
"type": "option"
|
|
11354
11377
|
}
|
|
11355
11378
|
},
|
|
11356
11379
|
"hasDynamicHelp": false,
|
|
11357
11380
|
"hiddenAliases": [],
|
|
11358
|
-
"id": "
|
|
11381
|
+
"id": "team:create",
|
|
11359
11382
|
"pluginAlias": "@instantkom/cli",
|
|
11360
11383
|
"pluginName": "@instantkom/cli",
|
|
11361
11384
|
"pluginType": "core",
|
|
@@ -11365,20 +11388,20 @@
|
|
|
11365
11388
|
"relativePath": [
|
|
11366
11389
|
"dist",
|
|
11367
11390
|
"commands",
|
|
11368
|
-
"
|
|
11369
|
-
"
|
|
11391
|
+
"team",
|
|
11392
|
+
"create.js"
|
|
11370
11393
|
]
|
|
11371
11394
|
},
|
|
11372
|
-
"
|
|
11395
|
+
"team:delete": {
|
|
11373
11396
|
"aliases": [],
|
|
11374
11397
|
"args": {
|
|
11375
11398
|
"id": {
|
|
11376
|
-
"description": "
|
|
11399
|
+
"description": "Team member ID",
|
|
11377
11400
|
"name": "id",
|
|
11378
11401
|
"required": true
|
|
11379
11402
|
}
|
|
11380
11403
|
},
|
|
11381
|
-
"description": "
|
|
11404
|
+
"description": "Delete a team member",
|
|
11382
11405
|
"flags": {
|
|
11383
11406
|
"api-key": {
|
|
11384
11407
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11445,7 +11468,7 @@
|
|
|
11445
11468
|
},
|
|
11446
11469
|
"hasDynamicHelp": false,
|
|
11447
11470
|
"hiddenAliases": [],
|
|
11448
|
-
"id": "
|
|
11471
|
+
"id": "team:delete",
|
|
11449
11472
|
"pluginAlias": "@instantkom/cli",
|
|
11450
11473
|
"pluginName": "@instantkom/cli",
|
|
11451
11474
|
"pluginType": "core",
|
|
@@ -11455,14 +11478,14 @@
|
|
|
11455
11478
|
"relativePath": [
|
|
11456
11479
|
"dist",
|
|
11457
11480
|
"commands",
|
|
11458
|
-
"
|
|
11459
|
-
"
|
|
11481
|
+
"team",
|
|
11482
|
+
"delete.js"
|
|
11460
11483
|
]
|
|
11461
11484
|
},
|
|
11462
|
-
"
|
|
11485
|
+
"team:list": {
|
|
11463
11486
|
"aliases": [],
|
|
11464
11487
|
"args": {},
|
|
11465
|
-
"description": "
|
|
11488
|
+
"description": "List team members",
|
|
11466
11489
|
"flags": {
|
|
11467
11490
|
"api-key": {
|
|
11468
11491
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11525,34 +11548,11 @@
|
|
|
11525
11548
|
"hasDynamicHelp": false,
|
|
11526
11549
|
"multiple": false,
|
|
11527
11550
|
"type": "option"
|
|
11528
|
-
},
|
|
11529
|
-
"url": {
|
|
11530
|
-
"description": "Webhook URL to call",
|
|
11531
|
-
"name": "url",
|
|
11532
|
-
"required": true,
|
|
11533
|
-
"hasDynamicHelp": false,
|
|
11534
|
-
"multiple": false,
|
|
11535
|
-
"type": "option"
|
|
11536
|
-
},
|
|
11537
|
-
"event": {
|
|
11538
|
-
"description": "Event name",
|
|
11539
|
-
"name": "event",
|
|
11540
|
-
"default": "cli.test",
|
|
11541
|
-
"hasDynamicHelp": false,
|
|
11542
|
-
"multiple": false,
|
|
11543
|
-
"type": "option"
|
|
11544
|
-
},
|
|
11545
|
-
"payload": {
|
|
11546
|
-
"description": "Payload JSON",
|
|
11547
|
-
"name": "payload",
|
|
11548
|
-
"hasDynamicHelp": false,
|
|
11549
|
-
"multiple": false,
|
|
11550
|
-
"type": "option"
|
|
11551
11551
|
}
|
|
11552
11552
|
},
|
|
11553
11553
|
"hasDynamicHelp": false,
|
|
11554
11554
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11555
|
+
"id": "team:list",
|
|
11556
11556
|
"pluginAlias": "@instantkom/cli",
|
|
11557
11557
|
"pluginName": "@instantkom/cli",
|
|
11558
11558
|
"pluginType": "core",
|
|
@@ -11562,8 +11562,8 @@
|
|
|
11562
11562
|
"relativePath": [
|
|
11563
11563
|
"dist",
|
|
11564
11564
|
"commands",
|
|
11565
|
-
"
|
|
11566
|
-
"
|
|
11565
|
+
"team",
|
|
11566
|
+
"list.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -14380,7 +14380,7 @@
|
|
|
14380
14380
|
"remove.js"
|
|
14381
14381
|
]
|
|
14382
14382
|
},
|
|
14383
|
-
"flow:
|
|
14383
|
+
"flow:edges:create": {
|
|
14384
14384
|
"aliases": [],
|
|
14385
14385
|
"args": {
|
|
14386
14386
|
"flowId": {
|
|
@@ -14389,7 +14389,7 @@
|
|
|
14389
14389
|
"required": true
|
|
14390
14390
|
}
|
|
14391
14391
|
},
|
|
14392
|
-
"description": "Create a flow
|
|
14392
|
+
"description": "Create a flow edge",
|
|
14393
14393
|
"flags": {
|
|
14394
14394
|
"api-key": {
|
|
14395
14395
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14453,33 +14453,33 @@
|
|
|
14453
14453
|
"multiple": false,
|
|
14454
14454
|
"type": "option"
|
|
14455
14455
|
},
|
|
14456
|
-
"
|
|
14457
|
-
"description": "
|
|
14458
|
-
"name": "
|
|
14456
|
+
"source": {
|
|
14457
|
+
"description": "Source node ID",
|
|
14458
|
+
"name": "source",
|
|
14459
|
+
"required": true,
|
|
14459
14460
|
"hasDynamicHelp": false,
|
|
14460
14461
|
"multiple": false,
|
|
14461
14462
|
"type": "option"
|
|
14462
14463
|
},
|
|
14463
|
-
"
|
|
14464
|
-
"description": "
|
|
14465
|
-
"name": "
|
|
14464
|
+
"target": {
|
|
14465
|
+
"description": "Target node ID",
|
|
14466
|
+
"name": "target",
|
|
14466
14467
|
"required": true,
|
|
14467
14468
|
"hasDynamicHelp": false,
|
|
14468
14469
|
"multiple": false,
|
|
14469
14470
|
"type": "option"
|
|
14470
14471
|
},
|
|
14471
|
-
"
|
|
14472
|
-
"description": "
|
|
14473
|
-
"name": "
|
|
14474
|
-
"required": true,
|
|
14472
|
+
"label": {
|
|
14473
|
+
"description": "Edge label",
|
|
14474
|
+
"name": "label",
|
|
14475
14475
|
"hasDynamicHelp": false,
|
|
14476
14476
|
"multiple": false,
|
|
14477
14477
|
"type": "option"
|
|
14478
14478
|
},
|
|
14479
|
-
"
|
|
14480
|
-
"description": "
|
|
14481
|
-
"name": "
|
|
14482
|
-
"
|
|
14479
|
+
"type": {
|
|
14480
|
+
"description": "Edge type",
|
|
14481
|
+
"name": "type",
|
|
14482
|
+
"default": "default",
|
|
14483
14483
|
"hasDynamicHelp": false,
|
|
14484
14484
|
"multiple": false,
|
|
14485
14485
|
"type": "option"
|
|
@@ -14494,7 +14494,7 @@
|
|
|
14494
14494
|
},
|
|
14495
14495
|
"hasDynamicHelp": false,
|
|
14496
14496
|
"hiddenAliases": [],
|
|
14497
|
-
"id": "flow:
|
|
14497
|
+
"id": "flow:edges:create",
|
|
14498
14498
|
"pluginAlias": "@instantkom/cli",
|
|
14499
14499
|
"pluginName": "@instantkom/cli",
|
|
14500
14500
|
"pluginType": "core",
|
|
@@ -14505,11 +14505,11 @@
|
|
|
14505
14505
|
"dist",
|
|
14506
14506
|
"commands",
|
|
14507
14507
|
"flow",
|
|
14508
|
-
"
|
|
14508
|
+
"edges",
|
|
14509
14509
|
"create.js"
|
|
14510
14510
|
]
|
|
14511
14511
|
},
|
|
14512
|
-
"flow:
|
|
14512
|
+
"flow:edges:delete": {
|
|
14513
14513
|
"aliases": [],
|
|
14514
14514
|
"args": {
|
|
14515
14515
|
"flowId": {
|
|
@@ -14517,13 +14517,13 @@
|
|
|
14517
14517
|
"name": "flowId",
|
|
14518
14518
|
"required": true
|
|
14519
14519
|
},
|
|
14520
|
-
"
|
|
14521
|
-
"description": "
|
|
14522
|
-
"name": "
|
|
14520
|
+
"edgeId": {
|
|
14521
|
+
"description": "Edge ID",
|
|
14522
|
+
"name": "edgeId",
|
|
14523
14523
|
"required": true
|
|
14524
14524
|
}
|
|
14525
14525
|
},
|
|
14526
|
-
"description": "Delete a flow
|
|
14526
|
+
"description": "Delete a flow edge",
|
|
14527
14527
|
"flags": {
|
|
14528
14528
|
"api-key": {
|
|
14529
14529
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14590,7 +14590,7 @@
|
|
|
14590
14590
|
},
|
|
14591
14591
|
"hasDynamicHelp": false,
|
|
14592
14592
|
"hiddenAliases": [],
|
|
14593
|
-
"id": "flow:
|
|
14593
|
+
"id": "flow:edges:delete",
|
|
14594
14594
|
"pluginAlias": "@instantkom/cli",
|
|
14595
14595
|
"pluginName": "@instantkom/cli",
|
|
14596
14596
|
"pluginType": "core",
|
|
@@ -14601,11 +14601,11 @@
|
|
|
14601
14601
|
"dist",
|
|
14602
14602
|
"commands",
|
|
14603
14603
|
"flow",
|
|
14604
|
-
"
|
|
14604
|
+
"edges",
|
|
14605
14605
|
"delete.js"
|
|
14606
14606
|
]
|
|
14607
14607
|
},
|
|
14608
|
-
"flow:
|
|
14608
|
+
"flow:edges:get": {
|
|
14609
14609
|
"aliases": [],
|
|
14610
14610
|
"args": {
|
|
14611
14611
|
"flowId": {
|
|
@@ -14613,13 +14613,13 @@
|
|
|
14613
14613
|
"name": "flowId",
|
|
14614
14614
|
"required": true
|
|
14615
14615
|
},
|
|
14616
|
-
"
|
|
14617
|
-
"description": "
|
|
14618
|
-
"name": "
|
|
14616
|
+
"edgeId": {
|
|
14617
|
+
"description": "Edge ID",
|
|
14618
|
+
"name": "edgeId",
|
|
14619
14619
|
"required": true
|
|
14620
14620
|
}
|
|
14621
14621
|
},
|
|
14622
|
-
"description": "Get a flow
|
|
14622
|
+
"description": "Get a flow edge",
|
|
14623
14623
|
"flags": {
|
|
14624
14624
|
"api-key": {
|
|
14625
14625
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14686,7 +14686,7 @@
|
|
|
14686
14686
|
},
|
|
14687
14687
|
"hasDynamicHelp": false,
|
|
14688
14688
|
"hiddenAliases": [],
|
|
14689
|
-
"id": "flow:
|
|
14689
|
+
"id": "flow:edges:get",
|
|
14690
14690
|
"pluginAlias": "@instantkom/cli",
|
|
14691
14691
|
"pluginName": "@instantkom/cli",
|
|
14692
14692
|
"pluginType": "core",
|
|
@@ -14697,11 +14697,11 @@
|
|
|
14697
14697
|
"dist",
|
|
14698
14698
|
"commands",
|
|
14699
14699
|
"flow",
|
|
14700
|
-
"
|
|
14700
|
+
"edges",
|
|
14701
14701
|
"get.js"
|
|
14702
14702
|
]
|
|
14703
14703
|
},
|
|
14704
|
-
"flow:
|
|
14704
|
+
"flow:edges:list": {
|
|
14705
14705
|
"aliases": [],
|
|
14706
14706
|
"args": {
|
|
14707
14707
|
"flowId": {
|
|
@@ -14710,7 +14710,7 @@
|
|
|
14710
14710
|
"required": true
|
|
14711
14711
|
}
|
|
14712
14712
|
},
|
|
14713
|
-
"description": "List
|
|
14713
|
+
"description": "List edges in a flow",
|
|
14714
14714
|
"flags": {
|
|
14715
14715
|
"api-key": {
|
|
14716
14716
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14777,7 +14777,7 @@
|
|
|
14777
14777
|
},
|
|
14778
14778
|
"hasDynamicHelp": false,
|
|
14779
14779
|
"hiddenAliases": [],
|
|
14780
|
-
"id": "flow:
|
|
14780
|
+
"id": "flow:edges:list",
|
|
14781
14781
|
"pluginAlias": "@instantkom/cli",
|
|
14782
14782
|
"pluginName": "@instantkom/cli",
|
|
14783
14783
|
"pluginType": "core",
|
|
@@ -14788,11 +14788,11 @@
|
|
|
14788
14788
|
"dist",
|
|
14789
14789
|
"commands",
|
|
14790
14790
|
"flow",
|
|
14791
|
-
"
|
|
14791
|
+
"edges",
|
|
14792
14792
|
"list.js"
|
|
14793
14793
|
]
|
|
14794
14794
|
},
|
|
14795
|
-
"flow:
|
|
14795
|
+
"flow:edges:update": {
|
|
14796
14796
|
"aliases": [],
|
|
14797
14797
|
"args": {
|
|
14798
14798
|
"flowId": {
|
|
@@ -14800,13 +14800,13 @@
|
|
|
14800
14800
|
"name": "flowId",
|
|
14801
14801
|
"required": true
|
|
14802
14802
|
},
|
|
14803
|
-
"
|
|
14804
|
-
"description": "
|
|
14805
|
-
"name": "
|
|
14803
|
+
"edgeId": {
|
|
14804
|
+
"description": "Edge ID",
|
|
14805
|
+
"name": "edgeId",
|
|
14806
14806
|
"required": true
|
|
14807
14807
|
}
|
|
14808
14808
|
},
|
|
14809
|
-
"description": "Update a flow
|
|
14809
|
+
"description": "Update a flow edge",
|
|
14810
14810
|
"flags": {
|
|
14811
14811
|
"api-key": {
|
|
14812
14812
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14870,30 +14870,30 @@
|
|
|
14870
14870
|
"multiple": false,
|
|
14871
14871
|
"type": "option"
|
|
14872
14872
|
},
|
|
14873
|
-
"
|
|
14874
|
-
"description": "
|
|
14875
|
-
"name": "
|
|
14873
|
+
"source": {
|
|
14874
|
+
"description": "Source node ID",
|
|
14875
|
+
"name": "source",
|
|
14876
14876
|
"hasDynamicHelp": false,
|
|
14877
14877
|
"multiple": false,
|
|
14878
14878
|
"type": "option"
|
|
14879
14879
|
},
|
|
14880
|
-
"
|
|
14881
|
-
"description": "
|
|
14882
|
-
"name": "
|
|
14880
|
+
"target": {
|
|
14881
|
+
"description": "Target node ID",
|
|
14882
|
+
"name": "target",
|
|
14883
14883
|
"hasDynamicHelp": false,
|
|
14884
14884
|
"multiple": false,
|
|
14885
14885
|
"type": "option"
|
|
14886
14886
|
},
|
|
14887
|
-
"
|
|
14888
|
-
"description": "
|
|
14889
|
-
"name": "
|
|
14887
|
+
"label": {
|
|
14888
|
+
"description": "Edge label",
|
|
14889
|
+
"name": "label",
|
|
14890
14890
|
"hasDynamicHelp": false,
|
|
14891
14891
|
"multiple": false,
|
|
14892
14892
|
"type": "option"
|
|
14893
14893
|
},
|
|
14894
|
-
"
|
|
14895
|
-
"description": "
|
|
14896
|
-
"name": "
|
|
14894
|
+
"type": {
|
|
14895
|
+
"description": "Edge type",
|
|
14896
|
+
"name": "type",
|
|
14897
14897
|
"hasDynamicHelp": false,
|
|
14898
14898
|
"multiple": false,
|
|
14899
14899
|
"type": "option"
|
|
@@ -14908,7 +14908,7 @@
|
|
|
14908
14908
|
},
|
|
14909
14909
|
"hasDynamicHelp": false,
|
|
14910
14910
|
"hiddenAliases": [],
|
|
14911
|
-
"id": "flow:
|
|
14911
|
+
"id": "flow:edges:update",
|
|
14912
14912
|
"pluginAlias": "@instantkom/cli",
|
|
14913
14913
|
"pluginName": "@instantkom/cli",
|
|
14914
14914
|
"pluginType": "core",
|
|
@@ -14919,11 +14919,11 @@
|
|
|
14919
14919
|
"dist",
|
|
14920
14920
|
"commands",
|
|
14921
14921
|
"flow",
|
|
14922
|
-
"
|
|
14922
|
+
"edges",
|
|
14923
14923
|
"update.js"
|
|
14924
14924
|
]
|
|
14925
14925
|
},
|
|
14926
|
-
"flow:
|
|
14926
|
+
"flow:nodes:create": {
|
|
14927
14927
|
"aliases": [],
|
|
14928
14928
|
"args": {
|
|
14929
14929
|
"flowId": {
|
|
@@ -14932,7 +14932,7 @@
|
|
|
14932
14932
|
"required": true
|
|
14933
14933
|
}
|
|
14934
14934
|
},
|
|
14935
|
-
"description": "Create a flow
|
|
14935
|
+
"description": "Create a flow node",
|
|
14936
14936
|
"flags": {
|
|
14937
14937
|
"api-key": {
|
|
14938
14938
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14996,33 +14996,33 @@
|
|
|
14996
14996
|
"multiple": false,
|
|
14997
14997
|
"type": "option"
|
|
14998
14998
|
},
|
|
14999
|
-
"
|
|
15000
|
-
"description": "
|
|
15001
|
-
"name": "
|
|
15002
|
-
"required": true,
|
|
14999
|
+
"bot": {
|
|
15000
|
+
"description": "Bot ID",
|
|
15001
|
+
"name": "bot",
|
|
15003
15002
|
"hasDynamicHelp": false,
|
|
15004
15003
|
"multiple": false,
|
|
15005
15004
|
"type": "option"
|
|
15006
15005
|
},
|
|
15007
|
-
"
|
|
15008
|
-
"description": "
|
|
15009
|
-
"name": "
|
|
15006
|
+
"type": {
|
|
15007
|
+
"description": "Node type",
|
|
15008
|
+
"name": "type",
|
|
15010
15009
|
"required": true,
|
|
15011
15010
|
"hasDynamicHelp": false,
|
|
15012
15011
|
"multiple": false,
|
|
15013
15012
|
"type": "option"
|
|
15014
15013
|
},
|
|
15015
|
-
"
|
|
15016
|
-
"description": "
|
|
15017
|
-
"name": "
|
|
15014
|
+
"x": {
|
|
15015
|
+
"description": "X position",
|
|
15016
|
+
"name": "x",
|
|
15017
|
+
"required": true,
|
|
15018
15018
|
"hasDynamicHelp": false,
|
|
15019
15019
|
"multiple": false,
|
|
15020
15020
|
"type": "option"
|
|
15021
15021
|
},
|
|
15022
|
-
"
|
|
15023
|
-
"description": "
|
|
15024
|
-
"name": "
|
|
15025
|
-
"
|
|
15022
|
+
"y": {
|
|
15023
|
+
"description": "Y position",
|
|
15024
|
+
"name": "y",
|
|
15025
|
+
"required": true,
|
|
15026
15026
|
"hasDynamicHelp": false,
|
|
15027
15027
|
"multiple": false,
|
|
15028
15028
|
"type": "option"
|
|
@@ -15037,7 +15037,7 @@
|
|
|
15037
15037
|
},
|
|
15038
15038
|
"hasDynamicHelp": false,
|
|
15039
15039
|
"hiddenAliases": [],
|
|
15040
|
-
"id": "flow:
|
|
15040
|
+
"id": "flow:nodes:create",
|
|
15041
15041
|
"pluginAlias": "@instantkom/cli",
|
|
15042
15042
|
"pluginName": "@instantkom/cli",
|
|
15043
15043
|
"pluginType": "core",
|
|
@@ -15048,11 +15048,11 @@
|
|
|
15048
15048
|
"dist",
|
|
15049
15049
|
"commands",
|
|
15050
15050
|
"flow",
|
|
15051
|
-
"
|
|
15051
|
+
"nodes",
|
|
15052
15052
|
"create.js"
|
|
15053
15053
|
]
|
|
15054
15054
|
},
|
|
15055
|
-
"flow:
|
|
15055
|
+
"flow:nodes:delete": {
|
|
15056
15056
|
"aliases": [],
|
|
15057
15057
|
"args": {
|
|
15058
15058
|
"flowId": {
|
|
@@ -15060,13 +15060,13 @@
|
|
|
15060
15060
|
"name": "flowId",
|
|
15061
15061
|
"required": true
|
|
15062
15062
|
},
|
|
15063
|
-
"
|
|
15064
|
-
"description": "
|
|
15065
|
-
"name": "
|
|
15063
|
+
"nodeId": {
|
|
15064
|
+
"description": "Node ID",
|
|
15065
|
+
"name": "nodeId",
|
|
15066
15066
|
"required": true
|
|
15067
15067
|
}
|
|
15068
15068
|
},
|
|
15069
|
-
"description": "Delete a flow
|
|
15069
|
+
"description": "Delete a flow node",
|
|
15070
15070
|
"flags": {
|
|
15071
15071
|
"api-key": {
|
|
15072
15072
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15133,7 +15133,7 @@
|
|
|
15133
15133
|
},
|
|
15134
15134
|
"hasDynamicHelp": false,
|
|
15135
15135
|
"hiddenAliases": [],
|
|
15136
|
-
"id": "flow:
|
|
15136
|
+
"id": "flow:nodes:delete",
|
|
15137
15137
|
"pluginAlias": "@instantkom/cli",
|
|
15138
15138
|
"pluginName": "@instantkom/cli",
|
|
15139
15139
|
"pluginType": "core",
|
|
@@ -15144,11 +15144,11 @@
|
|
|
15144
15144
|
"dist",
|
|
15145
15145
|
"commands",
|
|
15146
15146
|
"flow",
|
|
15147
|
-
"
|
|
15147
|
+
"nodes",
|
|
15148
15148
|
"delete.js"
|
|
15149
15149
|
]
|
|
15150
15150
|
},
|
|
15151
|
-
"flow:
|
|
15151
|
+
"flow:nodes:get": {
|
|
15152
15152
|
"aliases": [],
|
|
15153
15153
|
"args": {
|
|
15154
15154
|
"flowId": {
|
|
@@ -15156,13 +15156,13 @@
|
|
|
15156
15156
|
"name": "flowId",
|
|
15157
15157
|
"required": true
|
|
15158
15158
|
},
|
|
15159
|
-
"
|
|
15160
|
-
"description": "
|
|
15161
|
-
"name": "
|
|
15159
|
+
"nodeId": {
|
|
15160
|
+
"description": "Node ID",
|
|
15161
|
+
"name": "nodeId",
|
|
15162
15162
|
"required": true
|
|
15163
15163
|
}
|
|
15164
15164
|
},
|
|
15165
|
-
"description": "Get a flow
|
|
15165
|
+
"description": "Get a flow node",
|
|
15166
15166
|
"flags": {
|
|
15167
15167
|
"api-key": {
|
|
15168
15168
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15229,7 +15229,7 @@
|
|
|
15229
15229
|
},
|
|
15230
15230
|
"hasDynamicHelp": false,
|
|
15231
15231
|
"hiddenAliases": [],
|
|
15232
|
-
"id": "flow:
|
|
15232
|
+
"id": "flow:nodes:get",
|
|
15233
15233
|
"pluginAlias": "@instantkom/cli",
|
|
15234
15234
|
"pluginName": "@instantkom/cli",
|
|
15235
15235
|
"pluginType": "core",
|
|
@@ -15240,11 +15240,11 @@
|
|
|
15240
15240
|
"dist",
|
|
15241
15241
|
"commands",
|
|
15242
15242
|
"flow",
|
|
15243
|
-
"
|
|
15243
|
+
"nodes",
|
|
15244
15244
|
"get.js"
|
|
15245
15245
|
]
|
|
15246
15246
|
},
|
|
15247
|
-
"flow:
|
|
15247
|
+
"flow:nodes:list": {
|
|
15248
15248
|
"aliases": [],
|
|
15249
15249
|
"args": {
|
|
15250
15250
|
"flowId": {
|
|
@@ -15253,7 +15253,7 @@
|
|
|
15253
15253
|
"required": true
|
|
15254
15254
|
}
|
|
15255
15255
|
},
|
|
15256
|
-
"description": "List
|
|
15256
|
+
"description": "List nodes in a flow",
|
|
15257
15257
|
"flags": {
|
|
15258
15258
|
"api-key": {
|
|
15259
15259
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15320,7 +15320,7 @@
|
|
|
15320
15320
|
},
|
|
15321
15321
|
"hasDynamicHelp": false,
|
|
15322
15322
|
"hiddenAliases": [],
|
|
15323
|
-
"id": "flow:
|
|
15323
|
+
"id": "flow:nodes:list",
|
|
15324
15324
|
"pluginAlias": "@instantkom/cli",
|
|
15325
15325
|
"pluginName": "@instantkom/cli",
|
|
15326
15326
|
"pluginType": "core",
|
|
@@ -15331,11 +15331,11 @@
|
|
|
15331
15331
|
"dist",
|
|
15332
15332
|
"commands",
|
|
15333
15333
|
"flow",
|
|
15334
|
-
"
|
|
15334
|
+
"nodes",
|
|
15335
15335
|
"list.js"
|
|
15336
15336
|
]
|
|
15337
15337
|
},
|
|
15338
|
-
"flow:
|
|
15338
|
+
"flow:nodes:update": {
|
|
15339
15339
|
"aliases": [],
|
|
15340
15340
|
"args": {
|
|
15341
15341
|
"flowId": {
|
|
@@ -15343,13 +15343,13 @@
|
|
|
15343
15343
|
"name": "flowId",
|
|
15344
15344
|
"required": true
|
|
15345
15345
|
},
|
|
15346
|
-
"
|
|
15347
|
-
"description": "
|
|
15348
|
-
"name": "
|
|
15346
|
+
"nodeId": {
|
|
15347
|
+
"description": "Node ID",
|
|
15348
|
+
"name": "nodeId",
|
|
15349
15349
|
"required": true
|
|
15350
15350
|
}
|
|
15351
15351
|
},
|
|
15352
|
-
"description": "Update a flow
|
|
15352
|
+
"description": "Update a flow node",
|
|
15353
15353
|
"flags": {
|
|
15354
15354
|
"api-key": {
|
|
15355
15355
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15413,30 +15413,30 @@
|
|
|
15413
15413
|
"multiple": false,
|
|
15414
15414
|
"type": "option"
|
|
15415
15415
|
},
|
|
15416
|
-
"
|
|
15417
|
-
"description": "
|
|
15418
|
-
"name": "
|
|
15416
|
+
"bot": {
|
|
15417
|
+
"description": "Bot ID",
|
|
15418
|
+
"name": "bot",
|
|
15419
15419
|
"hasDynamicHelp": false,
|
|
15420
15420
|
"multiple": false,
|
|
15421
15421
|
"type": "option"
|
|
15422
15422
|
},
|
|
15423
|
-
"
|
|
15424
|
-
"description": "
|
|
15425
|
-
"name": "
|
|
15423
|
+
"type": {
|
|
15424
|
+
"description": "Node type",
|
|
15425
|
+
"name": "type",
|
|
15426
15426
|
"hasDynamicHelp": false,
|
|
15427
15427
|
"multiple": false,
|
|
15428
15428
|
"type": "option"
|
|
15429
15429
|
},
|
|
15430
|
-
"
|
|
15431
|
-
"description": "
|
|
15432
|
-
"name": "
|
|
15430
|
+
"x": {
|
|
15431
|
+
"description": "X position",
|
|
15432
|
+
"name": "x",
|
|
15433
15433
|
"hasDynamicHelp": false,
|
|
15434
15434
|
"multiple": false,
|
|
15435
15435
|
"type": "option"
|
|
15436
15436
|
},
|
|
15437
|
-
"
|
|
15438
|
-
"description": "
|
|
15439
|
-
"name": "
|
|
15437
|
+
"y": {
|
|
15438
|
+
"description": "Y position",
|
|
15439
|
+
"name": "y",
|
|
15440
15440
|
"hasDynamicHelp": false,
|
|
15441
15441
|
"multiple": false,
|
|
15442
15442
|
"type": "option"
|
|
@@ -15451,7 +15451,7 @@
|
|
|
15451
15451
|
},
|
|
15452
15452
|
"hasDynamicHelp": false,
|
|
15453
15453
|
"hiddenAliases": [],
|
|
15454
|
-
"id": "flow:
|
|
15454
|
+
"id": "flow:nodes:update",
|
|
15455
15455
|
"pluginAlias": "@instantkom/cli",
|
|
15456
15456
|
"pluginName": "@instantkom/cli",
|
|
15457
15457
|
"pluginType": "core",
|
|
@@ -15462,7 +15462,7 @@
|
|
|
15462
15462
|
"dist",
|
|
15463
15463
|
"commands",
|
|
15464
15464
|
"flow",
|
|
15465
|
-
"
|
|
15465
|
+
"nodes",
|
|
15466
15466
|
"update.js"
|
|
15467
15467
|
]
|
|
15468
15468
|
},
|
|
@@ -15856,16 +15856,16 @@
|
|
|
15856
15856
|
"list.js"
|
|
15857
15857
|
]
|
|
15858
15858
|
},
|
|
15859
|
-
"tags:
|
|
15859
|
+
"tags:segments:list": {
|
|
15860
15860
|
"aliases": [],
|
|
15861
15861
|
"args": {
|
|
15862
|
-
"
|
|
15862
|
+
"id": {
|
|
15863
15863
|
"description": "Tag ID",
|
|
15864
|
-
"name": "
|
|
15864
|
+
"name": "id",
|
|
15865
15865
|
"required": true
|
|
15866
15866
|
}
|
|
15867
15867
|
},
|
|
15868
|
-
"description": "
|
|
15868
|
+
"description": "List segments that use a specific tag",
|
|
15869
15869
|
"flags": {
|
|
15870
15870
|
"api-key": {
|
|
15871
15871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15929,10 +15929,18 @@
|
|
|
15929
15929
|
"multiple": false,
|
|
15930
15930
|
"type": "option"
|
|
15931
15931
|
},
|
|
15932
|
-
"
|
|
15933
|
-
"description": "
|
|
15934
|
-
"name": "
|
|
15935
|
-
"
|
|
15932
|
+
"page": {
|
|
15933
|
+
"description": "Page number",
|
|
15934
|
+
"name": "page",
|
|
15935
|
+
"default": 1,
|
|
15936
|
+
"hasDynamicHelp": false,
|
|
15937
|
+
"multiple": false,
|
|
15938
|
+
"type": "option"
|
|
15939
|
+
},
|
|
15940
|
+
"limit": {
|
|
15941
|
+
"description": "Items per page",
|
|
15942
|
+
"name": "limit",
|
|
15943
|
+
"default": 20,
|
|
15936
15944
|
"hasDynamicHelp": false,
|
|
15937
15945
|
"multiple": false,
|
|
15938
15946
|
"type": "option"
|
|
@@ -15940,7 +15948,7 @@
|
|
|
15940
15948
|
},
|
|
15941
15949
|
"hasDynamicHelp": false,
|
|
15942
15950
|
"hiddenAliases": [],
|
|
15943
|
-
"id": "tags:
|
|
15951
|
+
"id": "tags:segments:list",
|
|
15944
15952
|
"pluginAlias": "@instantkom/cli",
|
|
15945
15953
|
"pluginName": "@instantkom/cli",
|
|
15946
15954
|
"pluginType": "core",
|
|
@@ -15951,11 +15959,11 @@
|
|
|
15951
15959
|
"dist",
|
|
15952
15960
|
"commands",
|
|
15953
15961
|
"tags",
|
|
15954
|
-
"
|
|
15955
|
-
"
|
|
15962
|
+
"segments",
|
|
15963
|
+
"list.js"
|
|
15956
15964
|
]
|
|
15957
15965
|
},
|
|
15958
|
-
"tags:recipients:
|
|
15966
|
+
"tags:recipients:add": {
|
|
15959
15967
|
"aliases": [],
|
|
15960
15968
|
"args": {
|
|
15961
15969
|
"tagId": {
|
|
@@ -15964,7 +15972,7 @@
|
|
|
15964
15972
|
"required": true
|
|
15965
15973
|
}
|
|
15966
15974
|
},
|
|
15967
|
-
"description": "
|
|
15975
|
+
"description": "Assign a tag to recipients",
|
|
15968
15976
|
"flags": {
|
|
15969
15977
|
"api-key": {
|
|
15970
15978
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16039,7 +16047,7 @@
|
|
|
16039
16047
|
},
|
|
16040
16048
|
"hasDynamicHelp": false,
|
|
16041
16049
|
"hiddenAliases": [],
|
|
16042
|
-
"id": "tags:recipients:
|
|
16050
|
+
"id": "tags:recipients:add",
|
|
16043
16051
|
"pluginAlias": "@instantkom/cli",
|
|
16044
16052
|
"pluginName": "@instantkom/cli",
|
|
16045
16053
|
"pluginType": "core",
|
|
@@ -16051,19 +16059,19 @@
|
|
|
16051
16059
|
"commands",
|
|
16052
16060
|
"tags",
|
|
16053
16061
|
"recipients",
|
|
16054
|
-
"
|
|
16062
|
+
"add.js"
|
|
16055
16063
|
]
|
|
16056
16064
|
},
|
|
16057
|
-
"tags:
|
|
16065
|
+
"tags:recipients:remove": {
|
|
16058
16066
|
"aliases": [],
|
|
16059
16067
|
"args": {
|
|
16060
|
-
"
|
|
16068
|
+
"tagId": {
|
|
16061
16069
|
"description": "Tag ID",
|
|
16062
|
-
"name": "
|
|
16070
|
+
"name": "tagId",
|
|
16063
16071
|
"required": true
|
|
16064
16072
|
}
|
|
16065
16073
|
},
|
|
16066
|
-
"description": "
|
|
16074
|
+
"description": "Remove a tag from recipients",
|
|
16067
16075
|
"flags": {
|
|
16068
16076
|
"api-key": {
|
|
16069
16077
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16127,18 +16135,10 @@
|
|
|
16127
16135
|
"multiple": false,
|
|
16128
16136
|
"type": "option"
|
|
16129
16137
|
},
|
|
16130
|
-
"
|
|
16131
|
-
"description": "
|
|
16132
|
-
"name": "
|
|
16133
|
-
"
|
|
16134
|
-
"hasDynamicHelp": false,
|
|
16135
|
-
"multiple": false,
|
|
16136
|
-
"type": "option"
|
|
16137
|
-
},
|
|
16138
|
-
"limit": {
|
|
16139
|
-
"description": "Items per page",
|
|
16140
|
-
"name": "limit",
|
|
16141
|
-
"default": 20,
|
|
16138
|
+
"recipients": {
|
|
16139
|
+
"description": "Comma-separated recipient IDs",
|
|
16140
|
+
"name": "recipients",
|
|
16141
|
+
"required": true,
|
|
16142
16142
|
"hasDynamicHelp": false,
|
|
16143
16143
|
"multiple": false,
|
|
16144
16144
|
"type": "option"
|
|
@@ -16146,7 +16146,7 @@
|
|
|
16146
16146
|
},
|
|
16147
16147
|
"hasDynamicHelp": false,
|
|
16148
16148
|
"hiddenAliases": [],
|
|
16149
|
-
"id": "tags:
|
|
16149
|
+
"id": "tags:recipients:remove",
|
|
16150
16150
|
"pluginAlias": "@instantkom/cli",
|
|
16151
16151
|
"pluginName": "@instantkom/cli",
|
|
16152
16152
|
"pluginType": "core",
|
|
@@ -16157,8 +16157,8 @@
|
|
|
16157
16157
|
"dist",
|
|
16158
16158
|
"commands",
|
|
16159
16159
|
"tags",
|
|
16160
|
-
"
|
|
16161
|
-
"
|
|
16160
|
+
"recipients",
|
|
16161
|
+
"remove.js"
|
|
16162
16162
|
]
|
|
16163
16163
|
},
|
|
16164
16164
|
"ticket:messages:create": {
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.
|
|
17055
|
+
"version": "3.176.0"
|
|
17056
17056
|
}
|