@instantkom/cli 3.133.0 → 3.134.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 +1505 -1505
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -953,44 +953,10 @@
|
|
|
953
953
|
"update.js"
|
|
954
954
|
]
|
|
955
955
|
},
|
|
956
|
-
"
|
|
957
|
-
"aliases": [],
|
|
958
|
-
"args": {
|
|
959
|
-
"shell": {
|
|
960
|
-
"description": "Shell type",
|
|
961
|
-
"name": "shell",
|
|
962
|
-
"options": [
|
|
963
|
-
"zsh",
|
|
964
|
-
"bash",
|
|
965
|
-
"fish",
|
|
966
|
-
"powershell"
|
|
967
|
-
],
|
|
968
|
-
"required": false
|
|
969
|
-
}
|
|
970
|
-
},
|
|
971
|
-
"description": "outputs autocomplete config script for shells",
|
|
972
|
-
"flags": {},
|
|
973
|
-
"hasDynamicHelp": false,
|
|
974
|
-
"hidden": true,
|
|
975
|
-
"hiddenAliases": [],
|
|
976
|
-
"id": "autocomplete:script",
|
|
977
|
-
"pluginAlias": "@instantkom/cli",
|
|
978
|
-
"pluginName": "@instantkom/cli",
|
|
979
|
-
"pluginType": "core",
|
|
980
|
-
"strict": true,
|
|
981
|
-
"enableJsonFlag": false,
|
|
982
|
-
"isESM": true,
|
|
983
|
-
"relativePath": [
|
|
984
|
-
"dist",
|
|
985
|
-
"commands",
|
|
986
|
-
"autocomplete",
|
|
987
|
-
"script.js"
|
|
988
|
-
]
|
|
989
|
-
},
|
|
990
|
-
"auth:login": {
|
|
956
|
+
"ai:reply": {
|
|
991
957
|
"aliases": [],
|
|
992
958
|
"args": {},
|
|
993
|
-
"description": "
|
|
959
|
+
"description": "Generate AI reply suggestions for a message",
|
|
994
960
|
"flags": {
|
|
995
961
|
"api-key": {
|
|
996
962
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1054,24 +1020,46 @@
|
|
|
1054
1020
|
"multiple": false,
|
|
1055
1021
|
"type": "option"
|
|
1056
1022
|
},
|
|
1057
|
-
"
|
|
1058
|
-
"description": "
|
|
1059
|
-
"name": "
|
|
1060
|
-
"
|
|
1023
|
+
"message-id": {
|
|
1024
|
+
"description": "Message ID to use as smart-reply anchor",
|
|
1025
|
+
"name": "message-id",
|
|
1026
|
+
"required": true,
|
|
1027
|
+
"hasDynamicHelp": false,
|
|
1028
|
+
"multiple": false,
|
|
1029
|
+
"type": "option"
|
|
1030
|
+
},
|
|
1031
|
+
"limit": {
|
|
1032
|
+
"description": "Number of suggestions to generate (1-5)",
|
|
1033
|
+
"name": "limit",
|
|
1034
|
+
"hasDynamicHelp": false,
|
|
1035
|
+
"multiple": false,
|
|
1036
|
+
"type": "option"
|
|
1037
|
+
},
|
|
1038
|
+
"context-length": {
|
|
1039
|
+
"description": "Number of recent messages to use as context (1-20)",
|
|
1040
|
+
"name": "context-length",
|
|
1041
|
+
"hasDynamicHelp": false,
|
|
1042
|
+
"multiple": false,
|
|
1043
|
+
"type": "option"
|
|
1044
|
+
},
|
|
1045
|
+
"style": {
|
|
1046
|
+
"description": "Response style",
|
|
1047
|
+
"name": "style",
|
|
1061
1048
|
"hasDynamicHelp": false,
|
|
1062
1049
|
"multiple": false,
|
|
1063
1050
|
"options": [
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1067
|
-
"
|
|
1051
|
+
"professional",
|
|
1052
|
+
"friendly",
|
|
1053
|
+
"concise",
|
|
1054
|
+
"detailed",
|
|
1055
|
+
"empathetic"
|
|
1068
1056
|
],
|
|
1069
1057
|
"type": "option"
|
|
1070
1058
|
}
|
|
1071
1059
|
},
|
|
1072
1060
|
"hasDynamicHelp": false,
|
|
1073
1061
|
"hiddenAliases": [],
|
|
1074
|
-
"id": "
|
|
1062
|
+
"id": "ai:reply",
|
|
1075
1063
|
"pluginAlias": "@instantkom/cli",
|
|
1076
1064
|
"pluginName": "@instantkom/cli",
|
|
1077
1065
|
"pluginType": "core",
|
|
@@ -1081,14 +1069,48 @@
|
|
|
1081
1069
|
"relativePath": [
|
|
1082
1070
|
"dist",
|
|
1083
1071
|
"commands",
|
|
1084
|
-
"
|
|
1085
|
-
"
|
|
1072
|
+
"ai",
|
|
1073
|
+
"reply.js"
|
|
1086
1074
|
]
|
|
1087
1075
|
},
|
|
1088
|
-
"
|
|
1076
|
+
"autocomplete:script": {
|
|
1077
|
+
"aliases": [],
|
|
1078
|
+
"args": {
|
|
1079
|
+
"shell": {
|
|
1080
|
+
"description": "Shell type",
|
|
1081
|
+
"name": "shell",
|
|
1082
|
+
"options": [
|
|
1083
|
+
"zsh",
|
|
1084
|
+
"bash",
|
|
1085
|
+
"fish",
|
|
1086
|
+
"powershell"
|
|
1087
|
+
],
|
|
1088
|
+
"required": false
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"description": "outputs autocomplete config script for shells",
|
|
1092
|
+
"flags": {},
|
|
1093
|
+
"hasDynamicHelp": false,
|
|
1094
|
+
"hidden": true,
|
|
1095
|
+
"hiddenAliases": [],
|
|
1096
|
+
"id": "autocomplete:script",
|
|
1097
|
+
"pluginAlias": "@instantkom/cli",
|
|
1098
|
+
"pluginName": "@instantkom/cli",
|
|
1099
|
+
"pluginType": "core",
|
|
1100
|
+
"strict": true,
|
|
1101
|
+
"enableJsonFlag": false,
|
|
1102
|
+
"isESM": true,
|
|
1103
|
+
"relativePath": [
|
|
1104
|
+
"dist",
|
|
1105
|
+
"commands",
|
|
1106
|
+
"autocomplete",
|
|
1107
|
+
"script.js"
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
1110
|
+
"auth:login": {
|
|
1089
1111
|
"aliases": [],
|
|
1090
1112
|
"args": {},
|
|
1091
|
-
"description": "
|
|
1113
|
+
"description": "Authenticate with the instantKOM API via device authorization flow",
|
|
1092
1114
|
"flags": {
|
|
1093
1115
|
"api-key": {
|
|
1094
1116
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1151,11 +1173,25 @@
|
|
|
1151
1173
|
"hasDynamicHelp": false,
|
|
1152
1174
|
"multiple": false,
|
|
1153
1175
|
"type": "option"
|
|
1176
|
+
},
|
|
1177
|
+
"scope": {
|
|
1178
|
+
"description": "Requested token scope",
|
|
1179
|
+
"name": "scope",
|
|
1180
|
+
"default": "read",
|
|
1181
|
+
"hasDynamicHelp": false,
|
|
1182
|
+
"multiple": false,
|
|
1183
|
+
"options": [
|
|
1184
|
+
"full",
|
|
1185
|
+
"send",
|
|
1186
|
+
"read",
|
|
1187
|
+
"admin"
|
|
1188
|
+
],
|
|
1189
|
+
"type": "option"
|
|
1154
1190
|
}
|
|
1155
1191
|
},
|
|
1156
1192
|
"hasDynamicHelp": false,
|
|
1157
1193
|
"hiddenAliases": [],
|
|
1158
|
-
"id": "auth:
|
|
1194
|
+
"id": "auth:login",
|
|
1159
1195
|
"pluginAlias": "@instantkom/cli",
|
|
1160
1196
|
"pluginName": "@instantkom/cli",
|
|
1161
1197
|
"pluginType": "core",
|
|
@@ -1166,13 +1202,13 @@
|
|
|
1166
1202
|
"dist",
|
|
1167
1203
|
"commands",
|
|
1168
1204
|
"auth",
|
|
1169
|
-
"
|
|
1205
|
+
"login.js"
|
|
1170
1206
|
]
|
|
1171
1207
|
},
|
|
1172
|
-
"
|
|
1208
|
+
"auth:logout": {
|
|
1173
1209
|
"aliases": [],
|
|
1174
1210
|
"args": {},
|
|
1175
|
-
"description": "
|
|
1211
|
+
"description": "Remove the stored API token for the current profile",
|
|
1176
1212
|
"flags": {
|
|
1177
1213
|
"api-key": {
|
|
1178
1214
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1235,47 +1271,11 @@
|
|
|
1235
1271
|
"hasDynamicHelp": false,
|
|
1236
1272
|
"multiple": false,
|
|
1237
1273
|
"type": "option"
|
|
1238
|
-
},
|
|
1239
|
-
"message-id": {
|
|
1240
|
-
"description": "Message ID to use as smart-reply anchor",
|
|
1241
|
-
"name": "message-id",
|
|
1242
|
-
"required": true,
|
|
1243
|
-
"hasDynamicHelp": false,
|
|
1244
|
-
"multiple": false,
|
|
1245
|
-
"type": "option"
|
|
1246
|
-
},
|
|
1247
|
-
"limit": {
|
|
1248
|
-
"description": "Number of suggestions to generate (1-5)",
|
|
1249
|
-
"name": "limit",
|
|
1250
|
-
"hasDynamicHelp": false,
|
|
1251
|
-
"multiple": false,
|
|
1252
|
-
"type": "option"
|
|
1253
|
-
},
|
|
1254
|
-
"context-length": {
|
|
1255
|
-
"description": "Number of recent messages to use as context (1-20)",
|
|
1256
|
-
"name": "context-length",
|
|
1257
|
-
"hasDynamicHelp": false,
|
|
1258
|
-
"multiple": false,
|
|
1259
|
-
"type": "option"
|
|
1260
|
-
},
|
|
1261
|
-
"style": {
|
|
1262
|
-
"description": "Response style",
|
|
1263
|
-
"name": "style",
|
|
1264
|
-
"hasDynamicHelp": false,
|
|
1265
|
-
"multiple": false,
|
|
1266
|
-
"options": [
|
|
1267
|
-
"professional",
|
|
1268
|
-
"friendly",
|
|
1269
|
-
"concise",
|
|
1270
|
-
"detailed",
|
|
1271
|
-
"empathetic"
|
|
1272
|
-
],
|
|
1273
|
-
"type": "option"
|
|
1274
1274
|
}
|
|
1275
1275
|
},
|
|
1276
1276
|
"hasDynamicHelp": false,
|
|
1277
1277
|
"hiddenAliases": [],
|
|
1278
|
-
"id": "
|
|
1278
|
+
"id": "auth:logout",
|
|
1279
1279
|
"pluginAlias": "@instantkom/cli",
|
|
1280
1280
|
"pluginName": "@instantkom/cli",
|
|
1281
1281
|
"pluginType": "core",
|
|
@@ -1285,8 +1285,8 @@
|
|
|
1285
1285
|
"relativePath": [
|
|
1286
1286
|
"dist",
|
|
1287
1287
|
"commands",
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1288
|
+
"auth",
|
|
1289
|
+
"logout.js"
|
|
1290
1290
|
]
|
|
1291
1291
|
},
|
|
1292
1292
|
"bots:create": {
|
|
@@ -2562,10 +2562,16 @@
|
|
|
2562
2562
|
"update.js"
|
|
2563
2563
|
]
|
|
2564
2564
|
},
|
|
2565
|
-
"
|
|
2565
|
+
"config:get": {
|
|
2566
2566
|
"aliases": [],
|
|
2567
|
-
"args": {
|
|
2568
|
-
|
|
2567
|
+
"args": {
|
|
2568
|
+
"key": {
|
|
2569
|
+
"description": "Configuration key to retrieve",
|
|
2570
|
+
"name": "key",
|
|
2571
|
+
"required": true
|
|
2572
|
+
}
|
|
2573
|
+
},
|
|
2574
|
+
"description": "Get a configuration value for the current profile",
|
|
2569
2575
|
"flags": {
|
|
2570
2576
|
"api-key": {
|
|
2571
2577
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2628,93 +2634,106 @@
|
|
|
2628
2634
|
"hasDynamicHelp": false,
|
|
2629
2635
|
"multiple": false,
|
|
2630
2636
|
"type": "option"
|
|
2637
|
+
}
|
|
2638
|
+
},
|
|
2639
|
+
"hasDynamicHelp": false,
|
|
2640
|
+
"hiddenAliases": [],
|
|
2641
|
+
"id": "config:get",
|
|
2642
|
+
"pluginAlias": "@instantkom/cli",
|
|
2643
|
+
"pluginName": "@instantkom/cli",
|
|
2644
|
+
"pluginType": "core",
|
|
2645
|
+
"strict": true,
|
|
2646
|
+
"enableJsonFlag": false,
|
|
2647
|
+
"isESM": true,
|
|
2648
|
+
"relativePath": [
|
|
2649
|
+
"dist",
|
|
2650
|
+
"commands",
|
|
2651
|
+
"config",
|
|
2652
|
+
"get.js"
|
|
2653
|
+
]
|
|
2654
|
+
},
|
|
2655
|
+
"config:set": {
|
|
2656
|
+
"aliases": [],
|
|
2657
|
+
"args": {
|
|
2658
|
+
"key": {
|
|
2659
|
+
"description": "Configuration key to set",
|
|
2660
|
+
"name": "key",
|
|
2661
|
+
"required": true
|
|
2631
2662
|
},
|
|
2632
|
-
"
|
|
2633
|
-
"description": "
|
|
2634
|
-
"name": "
|
|
2663
|
+
"value": {
|
|
2664
|
+
"description": "Value to assign",
|
|
2665
|
+
"name": "value",
|
|
2666
|
+
"required": true
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2669
|
+
"description": "Set a configuration value for the current profile",
|
|
2670
|
+
"flags": {
|
|
2671
|
+
"api-key": {
|
|
2672
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
2673
|
+
"env": "IKM_API_KEY",
|
|
2674
|
+
"helpGroup": "GLOBAL",
|
|
2675
|
+
"name": "api-key",
|
|
2635
2676
|
"hasDynamicHelp": false,
|
|
2636
2677
|
"multiple": false,
|
|
2637
2678
|
"type": "option"
|
|
2638
2679
|
},
|
|
2639
|
-
"
|
|
2640
|
-
"description": "
|
|
2641
|
-
"
|
|
2680
|
+
"format": {
|
|
2681
|
+
"description": "Output format: text, json, yaml, or table",
|
|
2682
|
+
"helpGroup": "GLOBAL",
|
|
2683
|
+
"name": "format",
|
|
2684
|
+
"default": "text",
|
|
2642
2685
|
"hasDynamicHelp": false,
|
|
2643
2686
|
"multiple": false,
|
|
2687
|
+
"options": [
|
|
2688
|
+
"text",
|
|
2689
|
+
"json",
|
|
2690
|
+
"yaml",
|
|
2691
|
+
"table"
|
|
2692
|
+
],
|
|
2644
2693
|
"type": "option"
|
|
2645
2694
|
},
|
|
2646
|
-
"
|
|
2647
|
-
"description": "
|
|
2648
|
-
"
|
|
2649
|
-
"
|
|
2650
|
-
"multiple": true,
|
|
2651
|
-
"type": "option"
|
|
2652
|
-
},
|
|
2653
|
-
"text": {
|
|
2654
|
-
"description": "Broadcast message text",
|
|
2655
|
-
"name": "text",
|
|
2656
|
-
"required": true,
|
|
2657
|
-
"hasDynamicHelp": false,
|
|
2658
|
-
"multiple": false,
|
|
2659
|
-
"type": "option"
|
|
2660
|
-
},
|
|
2661
|
-
"send-at": {
|
|
2662
|
-
"description": "Schedule send for an ISO-8601 date-time",
|
|
2663
|
-
"name": "send-at",
|
|
2664
|
-
"hasDynamicHelp": false,
|
|
2665
|
-
"multiple": false,
|
|
2666
|
-
"type": "option"
|
|
2667
|
-
},
|
|
2668
|
-
"dry-run": {
|
|
2669
|
-
"description": "Validate and print the broadcast payload without mutating API calls",
|
|
2670
|
-
"name": "dry-run",
|
|
2695
|
+
"json": {
|
|
2696
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
2697
|
+
"helpGroup": "GLOBAL",
|
|
2698
|
+
"name": "json",
|
|
2671
2699
|
"allowNo": false,
|
|
2672
2700
|
"type": "boolean"
|
|
2673
2701
|
},
|
|
2674
|
-
"
|
|
2675
|
-
"description": "
|
|
2676
|
-
"
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2679
|
-
"type": "
|
|
2702
|
+
"quiet": {
|
|
2703
|
+
"description": "Suppress all output except errors",
|
|
2704
|
+
"helpGroup": "GLOBAL",
|
|
2705
|
+
"name": "quiet",
|
|
2706
|
+
"allowNo": false,
|
|
2707
|
+
"type": "boolean"
|
|
2680
2708
|
},
|
|
2681
|
-
"
|
|
2682
|
-
"description": "
|
|
2683
|
-
"
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2686
|
-
"type": "
|
|
2709
|
+
"no-color": {
|
|
2710
|
+
"description": "Disable color output",
|
|
2711
|
+
"helpGroup": "GLOBAL",
|
|
2712
|
+
"name": "no-color",
|
|
2713
|
+
"allowNo": false,
|
|
2714
|
+
"type": "boolean"
|
|
2687
2715
|
},
|
|
2688
|
-
"
|
|
2689
|
-
"description": "
|
|
2690
|
-
"
|
|
2716
|
+
"profile": {
|
|
2717
|
+
"description": "Named configuration profile to use",
|
|
2718
|
+
"helpGroup": "GLOBAL",
|
|
2719
|
+
"name": "profile",
|
|
2720
|
+
"default": "default",
|
|
2691
2721
|
"hasDynamicHelp": false,
|
|
2692
2722
|
"multiple": false,
|
|
2693
2723
|
"type": "option"
|
|
2694
2724
|
},
|
|
2695
|
-
"
|
|
2696
|
-
"description": "
|
|
2697
|
-
"
|
|
2698
|
-
"
|
|
2725
|
+
"api-url": {
|
|
2726
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
2727
|
+
"helpGroup": "GLOBAL",
|
|
2728
|
+
"name": "api-url",
|
|
2699
2729
|
"hasDynamicHelp": false,
|
|
2700
2730
|
"multiple": false,
|
|
2701
|
-
"options": [
|
|
2702
|
-
"draft",
|
|
2703
|
-
"scheduled",
|
|
2704
|
-
"sending"
|
|
2705
|
-
],
|
|
2706
2731
|
"type": "option"
|
|
2707
|
-
},
|
|
2708
|
-
"auto-approve": {
|
|
2709
|
-
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
2710
|
-
"name": "auto-approve",
|
|
2711
|
-
"allowNo": false,
|
|
2712
|
-
"type": "boolean"
|
|
2713
2732
|
}
|
|
2714
2733
|
},
|
|
2715
2734
|
"hasDynamicHelp": false,
|
|
2716
2735
|
"hiddenAliases": [],
|
|
2717
|
-
"id": "
|
|
2736
|
+
"id": "config:set",
|
|
2718
2737
|
"pluginAlias": "@instantkom/cli",
|
|
2719
2738
|
"pluginName": "@instantkom/cli",
|
|
2720
2739
|
"pluginType": "core",
|
|
@@ -2724,20 +2743,20 @@
|
|
|
2724
2743
|
"relativePath": [
|
|
2725
2744
|
"dist",
|
|
2726
2745
|
"commands",
|
|
2727
|
-
"
|
|
2728
|
-
"
|
|
2746
|
+
"config",
|
|
2747
|
+
"set.js"
|
|
2729
2748
|
]
|
|
2730
2749
|
},
|
|
2731
|
-
"
|
|
2750
|
+
"config:unset": {
|
|
2732
2751
|
"aliases": [],
|
|
2733
2752
|
"args": {
|
|
2734
|
-
"
|
|
2735
|
-
"description": "
|
|
2736
|
-
"name": "
|
|
2753
|
+
"key": {
|
|
2754
|
+
"description": "Configuration key to remove",
|
|
2755
|
+
"name": "key",
|
|
2737
2756
|
"required": true
|
|
2738
2757
|
}
|
|
2739
2758
|
},
|
|
2740
|
-
"description": "
|
|
2759
|
+
"description": "Remove a configuration key from the current profile",
|
|
2741
2760
|
"flags": {
|
|
2742
2761
|
"api-key": {
|
|
2743
2762
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2804,7 +2823,7 @@
|
|
|
2804
2823
|
},
|
|
2805
2824
|
"hasDynamicHelp": false,
|
|
2806
2825
|
"hiddenAliases": [],
|
|
2807
|
-
"id": "
|
|
2826
|
+
"id": "config:unset",
|
|
2808
2827
|
"pluginAlias": "@instantkom/cli",
|
|
2809
2828
|
"pluginName": "@instantkom/cli",
|
|
2810
2829
|
"pluginType": "core",
|
|
@@ -2814,20 +2833,20 @@
|
|
|
2814
2833
|
"relativePath": [
|
|
2815
2834
|
"dist",
|
|
2816
2835
|
"commands",
|
|
2817
|
-
"
|
|
2818
|
-
"
|
|
2836
|
+
"config",
|
|
2837
|
+
"unset.js"
|
|
2819
2838
|
]
|
|
2820
2839
|
},
|
|
2821
|
-
"
|
|
2840
|
+
"chats:get": {
|
|
2822
2841
|
"aliases": [],
|
|
2823
2842
|
"args": {
|
|
2824
2843
|
"id": {
|
|
2825
|
-
"description": "
|
|
2844
|
+
"description": "chat ID",
|
|
2826
2845
|
"name": "id",
|
|
2827
2846
|
"required": true
|
|
2828
2847
|
}
|
|
2829
2848
|
},
|
|
2830
|
-
"description": "Get
|
|
2849
|
+
"description": "Get chat by ID",
|
|
2831
2850
|
"flags": {
|
|
2832
2851
|
"api-key": {
|
|
2833
2852
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2894,7 +2913,7 @@
|
|
|
2894
2913
|
},
|
|
2895
2914
|
"hasDynamicHelp": false,
|
|
2896
2915
|
"hiddenAliases": [],
|
|
2897
|
-
"id": "
|
|
2916
|
+
"id": "chats:get",
|
|
2898
2917
|
"pluginAlias": "@instantkom/cli",
|
|
2899
2918
|
"pluginName": "@instantkom/cli",
|
|
2900
2919
|
"pluginType": "core",
|
|
@@ -2904,14 +2923,14 @@
|
|
|
2904
2923
|
"relativePath": [
|
|
2905
2924
|
"dist",
|
|
2906
2925
|
"commands",
|
|
2907
|
-
"
|
|
2926
|
+
"chats",
|
|
2908
2927
|
"get.js"
|
|
2909
2928
|
]
|
|
2910
2929
|
},
|
|
2911
|
-
"
|
|
2930
|
+
"chats:list": {
|
|
2912
2931
|
"aliases": [],
|
|
2913
2932
|
"args": {},
|
|
2914
|
-
"description": "List
|
|
2933
|
+
"description": "List chats",
|
|
2915
2934
|
"flags": {
|
|
2916
2935
|
"api-key": {
|
|
2917
2936
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2998,49 +3017,49 @@
|
|
|
2998
3017
|
"multiple": false,
|
|
2999
3018
|
"type": "option"
|
|
3000
3019
|
},
|
|
3001
|
-
"
|
|
3002
|
-
"description": "
|
|
3003
|
-
"name": "
|
|
3004
|
-
"hasDynamicHelp": false,
|
|
3005
|
-
"multiple": false,
|
|
3006
|
-
"type": "option"
|
|
3007
|
-
},
|
|
3008
|
-
"type": {
|
|
3009
|
-
"description": "Broadcast type",
|
|
3010
|
-
"name": "type",
|
|
3020
|
+
"channels": {
|
|
3021
|
+
"description": "Comma-separated channel IDs",
|
|
3022
|
+
"name": "channels",
|
|
3011
3023
|
"hasDynamicHelp": false,
|
|
3012
3024
|
"multiple": false,
|
|
3013
|
-
"options": [
|
|
3014
|
-
"text",
|
|
3015
|
-
"image",
|
|
3016
|
-
"video",
|
|
3017
|
-
"audio",
|
|
3018
|
-
"document"
|
|
3019
|
-
],
|
|
3020
3025
|
"type": "option"
|
|
3021
3026
|
},
|
|
3022
3027
|
"search": {
|
|
3023
|
-
"description": "Search
|
|
3028
|
+
"description": "Search chats",
|
|
3024
3029
|
"name": "search",
|
|
3025
3030
|
"hasDynamicHelp": false,
|
|
3026
3031
|
"multiple": false,
|
|
3027
3032
|
"type": "option"
|
|
3028
3033
|
},
|
|
3029
|
-
"
|
|
3030
|
-
"description": "
|
|
3031
|
-
"name": "
|
|
3034
|
+
"status": {
|
|
3035
|
+
"description": "Chat status",
|
|
3036
|
+
"name": "status",
|
|
3032
3037
|
"hasDynamicHelp": false,
|
|
3033
3038
|
"multiple": false,
|
|
3034
3039
|
"options": [
|
|
3035
|
-
"
|
|
3036
|
-
"
|
|
3040
|
+
"all",
|
|
3041
|
+
"unread",
|
|
3042
|
+
"read",
|
|
3043
|
+
"archived"
|
|
3037
3044
|
],
|
|
3038
3045
|
"type": "option"
|
|
3046
|
+
},
|
|
3047
|
+
"unread-only": {
|
|
3048
|
+
"description": "Only unread chats",
|
|
3049
|
+
"name": "unread-only",
|
|
3050
|
+
"allowNo": false,
|
|
3051
|
+
"type": "boolean"
|
|
3052
|
+
},
|
|
3053
|
+
"include-archived": {
|
|
3054
|
+
"description": "Include archived chats",
|
|
3055
|
+
"name": "include-archived",
|
|
3056
|
+
"allowNo": false,
|
|
3057
|
+
"type": "boolean"
|
|
3039
3058
|
}
|
|
3040
3059
|
},
|
|
3041
3060
|
"hasDynamicHelp": false,
|
|
3042
3061
|
"hiddenAliases": [],
|
|
3043
|
-
"id": "
|
|
3062
|
+
"id": "chats:list",
|
|
3044
3063
|
"pluginAlias": "@instantkom/cli",
|
|
3045
3064
|
"pluginName": "@instantkom/cli",
|
|
3046
3065
|
"pluginType": "core",
|
|
@@ -3050,20 +3069,20 @@
|
|
|
3050
3069
|
"relativePath": [
|
|
3051
3070
|
"dist",
|
|
3052
3071
|
"commands",
|
|
3053
|
-
"
|
|
3072
|
+
"chats",
|
|
3054
3073
|
"list.js"
|
|
3055
3074
|
]
|
|
3056
3075
|
},
|
|
3057
|
-
"
|
|
3076
|
+
"chats:reply": {
|
|
3058
3077
|
"aliases": [],
|
|
3059
3078
|
"args": {
|
|
3060
3079
|
"id": {
|
|
3061
|
-
"description": "
|
|
3080
|
+
"description": "Chat ID",
|
|
3062
3081
|
"name": "id",
|
|
3063
3082
|
"required": true
|
|
3064
3083
|
}
|
|
3065
3084
|
},
|
|
3066
|
-
"description": "
|
|
3085
|
+
"description": "Reply in a chat",
|
|
3067
3086
|
"flags": {
|
|
3068
3087
|
"api-key": {
|
|
3069
3088
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3126,11 +3145,19 @@
|
|
|
3126
3145
|
"hasDynamicHelp": false,
|
|
3127
3146
|
"multiple": false,
|
|
3128
3147
|
"type": "option"
|
|
3148
|
+
},
|
|
3149
|
+
"text": {
|
|
3150
|
+
"description": "Reply text",
|
|
3151
|
+
"name": "text",
|
|
3152
|
+
"required": true,
|
|
3153
|
+
"hasDynamicHelp": false,
|
|
3154
|
+
"multiple": false,
|
|
3155
|
+
"type": "option"
|
|
3129
3156
|
}
|
|
3130
3157
|
},
|
|
3131
3158
|
"hasDynamicHelp": false,
|
|
3132
3159
|
"hiddenAliases": [],
|
|
3133
|
-
"id": "
|
|
3160
|
+
"id": "chats:reply",
|
|
3134
3161
|
"pluginAlias": "@instantkom/cli",
|
|
3135
3162
|
"pluginName": "@instantkom/cli",
|
|
3136
3163
|
"pluginType": "core",
|
|
@@ -3140,20 +3167,14 @@
|
|
|
3140
3167
|
"relativePath": [
|
|
3141
3168
|
"dist",
|
|
3142
3169
|
"commands",
|
|
3143
|
-
"
|
|
3144
|
-
"
|
|
3170
|
+
"chats",
|
|
3171
|
+
"reply.js"
|
|
3145
3172
|
]
|
|
3146
3173
|
},
|
|
3147
|
-
"
|
|
3174
|
+
"contacts:create": {
|
|
3148
3175
|
"aliases": [],
|
|
3149
|
-
"args": {
|
|
3150
|
-
|
|
3151
|
-
"description": "Broadcast ID",
|
|
3152
|
-
"name": "id",
|
|
3153
|
-
"required": true
|
|
3154
|
-
}
|
|
3155
|
-
},
|
|
3156
|
-
"description": "Show broadcast send status",
|
|
3176
|
+
"args": {},
|
|
3177
|
+
"description": "Create a contact",
|
|
3157
3178
|
"flags": {
|
|
3158
3179
|
"api-key": {
|
|
3159
3180
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3216,11 +3237,41 @@
|
|
|
3216
3237
|
"hasDynamicHelp": false,
|
|
3217
3238
|
"multiple": false,
|
|
3218
3239
|
"type": "option"
|
|
3240
|
+
},
|
|
3241
|
+
"channel": {
|
|
3242
|
+
"description": "Channel ID",
|
|
3243
|
+
"name": "channel",
|
|
3244
|
+
"required": true,
|
|
3245
|
+
"hasDynamicHelp": false,
|
|
3246
|
+
"multiple": false,
|
|
3247
|
+
"type": "option"
|
|
3248
|
+
},
|
|
3249
|
+
"identifier": {
|
|
3250
|
+
"description": "Unique contact identifier",
|
|
3251
|
+
"name": "identifier",
|
|
3252
|
+
"required": true,
|
|
3253
|
+
"hasDynamicHelp": false,
|
|
3254
|
+
"multiple": false,
|
|
3255
|
+
"type": "option"
|
|
3256
|
+
},
|
|
3257
|
+
"name": {
|
|
3258
|
+
"description": "Contact name",
|
|
3259
|
+
"name": "name",
|
|
3260
|
+
"hasDynamicHelp": false,
|
|
3261
|
+
"multiple": false,
|
|
3262
|
+
"type": "option"
|
|
3263
|
+
},
|
|
3264
|
+
"data": {
|
|
3265
|
+
"description": "Additional JSON object payload",
|
|
3266
|
+
"name": "data",
|
|
3267
|
+
"hasDynamicHelp": false,
|
|
3268
|
+
"multiple": false,
|
|
3269
|
+
"type": "option"
|
|
3219
3270
|
}
|
|
3220
3271
|
},
|
|
3221
3272
|
"hasDynamicHelp": false,
|
|
3222
3273
|
"hiddenAliases": [],
|
|
3223
|
-
"id": "
|
|
3274
|
+
"id": "contacts:create",
|
|
3224
3275
|
"pluginAlias": "@instantkom/cli",
|
|
3225
3276
|
"pluginName": "@instantkom/cli",
|
|
3226
3277
|
"pluginType": "core",
|
|
@@ -3230,20 +3281,20 @@
|
|
|
3230
3281
|
"relativePath": [
|
|
3231
3282
|
"dist",
|
|
3232
3283
|
"commands",
|
|
3233
|
-
"
|
|
3234
|
-
"
|
|
3284
|
+
"contacts",
|
|
3285
|
+
"create.js"
|
|
3235
3286
|
]
|
|
3236
3287
|
},
|
|
3237
|
-
"
|
|
3288
|
+
"contacts:delete": {
|
|
3238
3289
|
"aliases": [],
|
|
3239
3290
|
"args": {
|
|
3240
3291
|
"id": {
|
|
3241
|
-
"description": "
|
|
3292
|
+
"description": "Contact ID",
|
|
3242
3293
|
"name": "id",
|
|
3243
3294
|
"required": true
|
|
3244
3295
|
}
|
|
3245
3296
|
},
|
|
3246
|
-
"description": "
|
|
3297
|
+
"description": "Delete a contact",
|
|
3247
3298
|
"flags": {
|
|
3248
3299
|
"api-key": {
|
|
3249
3300
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3306,77 +3357,11 @@
|
|
|
3306
3357
|
"hasDynamicHelp": false,
|
|
3307
3358
|
"multiple": false,
|
|
3308
3359
|
"type": "option"
|
|
3309
|
-
},
|
|
3310
|
-
"text": {
|
|
3311
|
-
"description": "Broadcast message text",
|
|
3312
|
-
"name": "text",
|
|
3313
|
-
"hasDynamicHelp": false,
|
|
3314
|
-
"multiple": false,
|
|
3315
|
-
"type": "option"
|
|
3316
|
-
},
|
|
3317
|
-
"send-status": {
|
|
3318
|
-
"description": "Send status",
|
|
3319
|
-
"name": "send-status",
|
|
3320
|
-
"hasDynamicHelp": false,
|
|
3321
|
-
"multiple": false,
|
|
3322
|
-
"type": "option"
|
|
3323
|
-
},
|
|
3324
|
-
"scheduled-at": {
|
|
3325
|
-
"description": "Unix timestamp for scheduled send",
|
|
3326
|
-
"name": "scheduled-at",
|
|
3327
|
-
"hasDynamicHelp": false,
|
|
3328
|
-
"multiple": false,
|
|
3329
|
-
"type": "option"
|
|
3330
|
-
},
|
|
3331
|
-
"approved": {
|
|
3332
|
-
"description": "Mark as approved",
|
|
3333
|
-
"name": "approved",
|
|
3334
|
-
"allowNo": false,
|
|
3335
|
-
"type": "boolean"
|
|
3336
|
-
},
|
|
3337
|
-
"locked": {
|
|
3338
|
-
"description": "Mark as locked",
|
|
3339
|
-
"name": "locked",
|
|
3340
|
-
"allowNo": false,
|
|
3341
|
-
"type": "boolean"
|
|
3342
|
-
},
|
|
3343
|
-
"test": {
|
|
3344
|
-
"description": "Mark as test broadcast",
|
|
3345
|
-
"name": "test",
|
|
3346
|
-
"allowNo": false,
|
|
3347
|
-
"type": "boolean"
|
|
3348
|
-
},
|
|
3349
|
-
"template-id": {
|
|
3350
|
-
"description": "Template ID",
|
|
3351
|
-
"name": "template-id",
|
|
3352
|
-
"hasDynamicHelp": false,
|
|
3353
|
-
"multiple": false,
|
|
3354
|
-
"type": "option"
|
|
3355
|
-
},
|
|
3356
|
-
"remove-media": {
|
|
3357
|
-
"description": "Remove existing media",
|
|
3358
|
-
"name": "remove-media",
|
|
3359
|
-
"allowNo": false,
|
|
3360
|
-
"type": "boolean"
|
|
3361
|
-
},
|
|
3362
|
-
"header-footer": {
|
|
3363
|
-
"description": "Header/footer JSON array",
|
|
3364
|
-
"name": "header-footer",
|
|
3365
|
-
"hasDynamicHelp": false,
|
|
3366
|
-
"multiple": false,
|
|
3367
|
-
"type": "option"
|
|
3368
|
-
},
|
|
3369
|
-
"data": {
|
|
3370
|
-
"description": "Additional JSON object payload",
|
|
3371
|
-
"name": "data",
|
|
3372
|
-
"hasDynamicHelp": false,
|
|
3373
|
-
"multiple": false,
|
|
3374
|
-
"type": "option"
|
|
3375
3360
|
}
|
|
3376
3361
|
},
|
|
3377
3362
|
"hasDynamicHelp": false,
|
|
3378
3363
|
"hiddenAliases": [],
|
|
3379
|
-
"id": "
|
|
3364
|
+
"id": "contacts:delete",
|
|
3380
3365
|
"pluginAlias": "@instantkom/cli",
|
|
3381
3366
|
"pluginName": "@instantkom/cli",
|
|
3382
3367
|
"pluginType": "core",
|
|
@@ -3386,20 +3371,14 @@
|
|
|
3386
3371
|
"relativePath": [
|
|
3387
3372
|
"dist",
|
|
3388
3373
|
"commands",
|
|
3389
|
-
"
|
|
3390
|
-
"
|
|
3374
|
+
"contacts",
|
|
3375
|
+
"delete.js"
|
|
3391
3376
|
]
|
|
3392
3377
|
},
|
|
3393
|
-
"
|
|
3378
|
+
"contacts:export": {
|
|
3394
3379
|
"aliases": [],
|
|
3395
|
-
"args": {
|
|
3396
|
-
|
|
3397
|
-
"description": "Configuration key to retrieve",
|
|
3398
|
-
"name": "key",
|
|
3399
|
-
"required": true
|
|
3400
|
-
}
|
|
3401
|
-
},
|
|
3402
|
-
"description": "Get a configuration value for the current profile",
|
|
3380
|
+
"args": {},
|
|
3381
|
+
"description": "Export contacts to CSV",
|
|
3403
3382
|
"flags": {
|
|
3404
3383
|
"api-key": {
|
|
3405
3384
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3462,98 +3441,41 @@
|
|
|
3462
3441
|
"hasDynamicHelp": false,
|
|
3463
3442
|
"multiple": false,
|
|
3464
3443
|
"type": "option"
|
|
3465
|
-
}
|
|
3466
|
-
},
|
|
3467
|
-
"hasDynamicHelp": false,
|
|
3468
|
-
"hiddenAliases": [],
|
|
3469
|
-
"id": "config:get",
|
|
3470
|
-
"pluginAlias": "@instantkom/cli",
|
|
3471
|
-
"pluginName": "@instantkom/cli",
|
|
3472
|
-
"pluginType": "core",
|
|
3473
|
-
"strict": true,
|
|
3474
|
-
"enableJsonFlag": false,
|
|
3475
|
-
"isESM": true,
|
|
3476
|
-
"relativePath": [
|
|
3477
|
-
"dist",
|
|
3478
|
-
"commands",
|
|
3479
|
-
"config",
|
|
3480
|
-
"get.js"
|
|
3481
|
-
]
|
|
3482
|
-
},
|
|
3483
|
-
"config:set": {
|
|
3484
|
-
"aliases": [],
|
|
3485
|
-
"args": {
|
|
3486
|
-
"key": {
|
|
3487
|
-
"description": "Configuration key to set",
|
|
3488
|
-
"name": "key",
|
|
3489
|
-
"required": true
|
|
3490
3444
|
},
|
|
3491
|
-
"
|
|
3492
|
-
"description": "
|
|
3493
|
-
"name": "
|
|
3494
|
-
"required": true
|
|
3495
|
-
}
|
|
3496
|
-
},
|
|
3497
|
-
"description": "Set a configuration value for the current profile",
|
|
3498
|
-
"flags": {
|
|
3499
|
-
"api-key": {
|
|
3500
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3501
|
-
"env": "IKM_API_KEY",
|
|
3502
|
-
"helpGroup": "GLOBAL",
|
|
3503
|
-
"name": "api-key",
|
|
3445
|
+
"file": {
|
|
3446
|
+
"description": "CSV output file path",
|
|
3447
|
+
"name": "file",
|
|
3448
|
+
"required": true,
|
|
3504
3449
|
"hasDynamicHelp": false,
|
|
3505
3450
|
"multiple": false,
|
|
3506
3451
|
"type": "option"
|
|
3507
3452
|
},
|
|
3508
|
-
"
|
|
3509
|
-
"description": "
|
|
3510
|
-
"
|
|
3511
|
-
"name": "format",
|
|
3512
|
-
"default": "text",
|
|
3453
|
+
"channel": {
|
|
3454
|
+
"description": "Filter by channel ID",
|
|
3455
|
+
"name": "channel",
|
|
3513
3456
|
"hasDynamicHelp": false,
|
|
3514
3457
|
"multiple": false,
|
|
3515
|
-
"options": [
|
|
3516
|
-
"text",
|
|
3517
|
-
"json",
|
|
3518
|
-
"yaml",
|
|
3519
|
-
"table"
|
|
3520
|
-
],
|
|
3521
3458
|
"type": "option"
|
|
3522
3459
|
},
|
|
3523
|
-
"
|
|
3524
|
-
"description": "
|
|
3525
|
-
"
|
|
3526
|
-
"
|
|
3527
|
-
"
|
|
3528
|
-
"type": "
|
|
3529
|
-
},
|
|
3530
|
-
"quiet": {
|
|
3531
|
-
"description": "Suppress all output except errors",
|
|
3532
|
-
"helpGroup": "GLOBAL",
|
|
3533
|
-
"name": "quiet",
|
|
3534
|
-
"allowNo": false,
|
|
3535
|
-
"type": "boolean"
|
|
3536
|
-
},
|
|
3537
|
-
"no-color": {
|
|
3538
|
-
"description": "Disable color output",
|
|
3539
|
-
"helpGroup": "GLOBAL",
|
|
3540
|
-
"name": "no-color",
|
|
3541
|
-
"allowNo": false,
|
|
3542
|
-
"type": "boolean"
|
|
3460
|
+
"search": {
|
|
3461
|
+
"description": "Search by name or identifier",
|
|
3462
|
+
"name": "search",
|
|
3463
|
+
"hasDynamicHelp": false,
|
|
3464
|
+
"multiple": false,
|
|
3465
|
+
"type": "option"
|
|
3543
3466
|
},
|
|
3544
|
-
"
|
|
3545
|
-
"description": "
|
|
3546
|
-
"
|
|
3547
|
-
"
|
|
3548
|
-
"default": "default",
|
|
3467
|
+
"page": {
|
|
3468
|
+
"description": "Page number",
|
|
3469
|
+
"name": "page",
|
|
3470
|
+
"default": 1,
|
|
3549
3471
|
"hasDynamicHelp": false,
|
|
3550
3472
|
"multiple": false,
|
|
3551
3473
|
"type": "option"
|
|
3552
3474
|
},
|
|
3553
|
-
"
|
|
3554
|
-
"description": "
|
|
3555
|
-
"
|
|
3556
|
-
"
|
|
3475
|
+
"limit": {
|
|
3476
|
+
"description": "Items per page",
|
|
3477
|
+
"name": "limit",
|
|
3478
|
+
"default": 100,
|
|
3557
3479
|
"hasDynamicHelp": false,
|
|
3558
3480
|
"multiple": false,
|
|
3559
3481
|
"type": "option"
|
|
@@ -3561,7 +3483,7 @@
|
|
|
3561
3483
|
},
|
|
3562
3484
|
"hasDynamicHelp": false,
|
|
3563
3485
|
"hiddenAliases": [],
|
|
3564
|
-
"id": "
|
|
3486
|
+
"id": "contacts:export",
|
|
3565
3487
|
"pluginAlias": "@instantkom/cli",
|
|
3566
3488
|
"pluginName": "@instantkom/cli",
|
|
3567
3489
|
"pluginType": "core",
|
|
@@ -3571,20 +3493,20 @@
|
|
|
3571
3493
|
"relativePath": [
|
|
3572
3494
|
"dist",
|
|
3573
3495
|
"commands",
|
|
3574
|
-
"
|
|
3575
|
-
"
|
|
3496
|
+
"contacts",
|
|
3497
|
+
"export.js"
|
|
3576
3498
|
]
|
|
3577
3499
|
},
|
|
3578
|
-
"
|
|
3500
|
+
"contacts:get": {
|
|
3579
3501
|
"aliases": [],
|
|
3580
3502
|
"args": {
|
|
3581
|
-
"
|
|
3582
|
-
"description": "
|
|
3583
|
-
"name": "
|
|
3503
|
+
"id": {
|
|
3504
|
+
"description": "Contact ID",
|
|
3505
|
+
"name": "id",
|
|
3584
3506
|
"required": true
|
|
3585
3507
|
}
|
|
3586
3508
|
},
|
|
3587
|
-
"description": "
|
|
3509
|
+
"description": "Get a contact by ID",
|
|
3588
3510
|
"flags": {
|
|
3589
3511
|
"api-key": {
|
|
3590
3512
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3651,7 +3573,7 @@
|
|
|
3651
3573
|
},
|
|
3652
3574
|
"hasDynamicHelp": false,
|
|
3653
3575
|
"hiddenAliases": [],
|
|
3654
|
-
"id": "
|
|
3576
|
+
"id": "contacts:get",
|
|
3655
3577
|
"pluginAlias": "@instantkom/cli",
|
|
3656
3578
|
"pluginName": "@instantkom/cli",
|
|
3657
3579
|
"pluginType": "core",
|
|
@@ -3661,20 +3583,14 @@
|
|
|
3661
3583
|
"relativePath": [
|
|
3662
3584
|
"dist",
|
|
3663
3585
|
"commands",
|
|
3664
|
-
"
|
|
3665
|
-
"
|
|
3586
|
+
"contacts",
|
|
3587
|
+
"get.js"
|
|
3666
3588
|
]
|
|
3667
3589
|
},
|
|
3668
|
-
"
|
|
3590
|
+
"contacts:import": {
|
|
3669
3591
|
"aliases": [],
|
|
3670
|
-
"args": {
|
|
3671
|
-
|
|
3672
|
-
"description": "chat ID",
|
|
3673
|
-
"name": "id",
|
|
3674
|
-
"required": true
|
|
3675
|
-
}
|
|
3676
|
-
},
|
|
3677
|
-
"description": "Get chat by ID",
|
|
3592
|
+
"args": {},
|
|
3593
|
+
"description": "Import contacts from CSV",
|
|
3678
3594
|
"flags": {
|
|
3679
3595
|
"api-key": {
|
|
3680
3596
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3737,11 +3653,27 @@
|
|
|
3737
3653
|
"hasDynamicHelp": false,
|
|
3738
3654
|
"multiple": false,
|
|
3739
3655
|
"type": "option"
|
|
3656
|
+
},
|
|
3657
|
+
"file": {
|
|
3658
|
+
"description": "CSV file path",
|
|
3659
|
+
"name": "file",
|
|
3660
|
+
"required": true,
|
|
3661
|
+
"hasDynamicHelp": false,
|
|
3662
|
+
"multiple": false,
|
|
3663
|
+
"type": "option"
|
|
3664
|
+
},
|
|
3665
|
+
"channel": {
|
|
3666
|
+
"description": "Channel ID",
|
|
3667
|
+
"name": "channel",
|
|
3668
|
+
"required": true,
|
|
3669
|
+
"hasDynamicHelp": false,
|
|
3670
|
+
"multiple": false,
|
|
3671
|
+
"type": "option"
|
|
3740
3672
|
}
|
|
3741
3673
|
},
|
|
3742
3674
|
"hasDynamicHelp": false,
|
|
3743
3675
|
"hiddenAliases": [],
|
|
3744
|
-
"id": "
|
|
3676
|
+
"id": "contacts:import",
|
|
3745
3677
|
"pluginAlias": "@instantkom/cli",
|
|
3746
3678
|
"pluginName": "@instantkom/cli",
|
|
3747
3679
|
"pluginType": "core",
|
|
@@ -3751,14 +3683,14 @@
|
|
|
3751
3683
|
"relativePath": [
|
|
3752
3684
|
"dist",
|
|
3753
3685
|
"commands",
|
|
3754
|
-
"
|
|
3755
|
-
"
|
|
3686
|
+
"contacts",
|
|
3687
|
+
"import.js"
|
|
3756
3688
|
]
|
|
3757
3689
|
},
|
|
3758
|
-
"
|
|
3690
|
+
"contacts:list": {
|
|
3759
3691
|
"aliases": [],
|
|
3760
3692
|
"args": {},
|
|
3761
|
-
"description": "List
|
|
3693
|
+
"description": "List contacts",
|
|
3762
3694
|
"flags": {
|
|
3763
3695
|
"api-key": {
|
|
3764
3696
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3822,6 +3754,20 @@
|
|
|
3822
3754
|
"multiple": false,
|
|
3823
3755
|
"type": "option"
|
|
3824
3756
|
},
|
|
3757
|
+
"channel": {
|
|
3758
|
+
"description": "Filter by channel ID",
|
|
3759
|
+
"name": "channel",
|
|
3760
|
+
"hasDynamicHelp": false,
|
|
3761
|
+
"multiple": false,
|
|
3762
|
+
"type": "option"
|
|
3763
|
+
},
|
|
3764
|
+
"search": {
|
|
3765
|
+
"description": "Search by name or identifier",
|
|
3766
|
+
"name": "search",
|
|
3767
|
+
"hasDynamicHelp": false,
|
|
3768
|
+
"multiple": false,
|
|
3769
|
+
"type": "option"
|
|
3770
|
+
},
|
|
3825
3771
|
"page": {
|
|
3826
3772
|
"description": "Page number",
|
|
3827
3773
|
"name": "page",
|
|
@@ -3838,56 +3784,75 @@
|
|
|
3838
3784
|
"multiple": false,
|
|
3839
3785
|
"type": "option"
|
|
3840
3786
|
},
|
|
3841
|
-
"
|
|
3842
|
-
"description": "Filter by
|
|
3843
|
-
"name": "
|
|
3787
|
+
"optin-status": {
|
|
3788
|
+
"description": "Filter by opt-in status",
|
|
3789
|
+
"name": "optin-status",
|
|
3844
3790
|
"hasDynamicHelp": false,
|
|
3845
3791
|
"multiple": false,
|
|
3792
|
+
"options": [
|
|
3793
|
+
"0",
|
|
3794
|
+
"1"
|
|
3795
|
+
],
|
|
3846
3796
|
"type": "option"
|
|
3847
3797
|
},
|
|
3848
|
-
"
|
|
3849
|
-
"description": "
|
|
3850
|
-
"name": "
|
|
3798
|
+
"blocked": {
|
|
3799
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
3800
|
+
"name": "blocked",
|
|
3851
3801
|
"hasDynamicHelp": false,
|
|
3852
3802
|
"multiple": false,
|
|
3803
|
+
"options": [
|
|
3804
|
+
"0",
|
|
3805
|
+
"1"
|
|
3806
|
+
],
|
|
3853
3807
|
"type": "option"
|
|
3854
3808
|
},
|
|
3855
|
-
"
|
|
3856
|
-
"description": "
|
|
3857
|
-
"name": "
|
|
3809
|
+
"segment": {
|
|
3810
|
+
"description": "Filter by segment ID",
|
|
3811
|
+
"name": "segment",
|
|
3858
3812
|
"hasDynamicHelp": false,
|
|
3859
3813
|
"multiple": false,
|
|
3860
3814
|
"type": "option"
|
|
3861
3815
|
},
|
|
3862
|
-
"
|
|
3863
|
-
"description": "
|
|
3864
|
-
"name": "
|
|
3816
|
+
"tags": {
|
|
3817
|
+
"description": "Comma-separated tag IDs",
|
|
3818
|
+
"name": "tags",
|
|
3819
|
+
"hasDynamicHelp": false,
|
|
3820
|
+
"multiple": false,
|
|
3821
|
+
"type": "option"
|
|
3822
|
+
},
|
|
3823
|
+
"tag-match": {
|
|
3824
|
+
"description": "Tag match mode",
|
|
3825
|
+
"name": "tag-match",
|
|
3865
3826
|
"hasDynamicHelp": false,
|
|
3866
3827
|
"multiple": false,
|
|
3867
3828
|
"options": [
|
|
3868
|
-
"
|
|
3869
|
-
"
|
|
3870
|
-
"read",
|
|
3871
|
-
"archived"
|
|
3829
|
+
"any",
|
|
3830
|
+
"all"
|
|
3872
3831
|
],
|
|
3873
3832
|
"type": "option"
|
|
3874
3833
|
},
|
|
3875
|
-
"
|
|
3876
|
-
"description": "
|
|
3877
|
-
"name": "
|
|
3878
|
-
"
|
|
3879
|
-
"
|
|
3834
|
+
"spam": {
|
|
3835
|
+
"description": "Filter by spam status",
|
|
3836
|
+
"name": "spam",
|
|
3837
|
+
"hasDynamicHelp": false,
|
|
3838
|
+
"multiple": false,
|
|
3839
|
+
"options": [
|
|
3840
|
+
"true",
|
|
3841
|
+
"false"
|
|
3842
|
+
],
|
|
3843
|
+
"type": "option"
|
|
3880
3844
|
},
|
|
3881
|
-
"
|
|
3882
|
-
"description": "
|
|
3883
|
-
"name": "
|
|
3884
|
-
"
|
|
3885
|
-
"
|
|
3845
|
+
"trust-level": {
|
|
3846
|
+
"description": "Comma-separated trust levels",
|
|
3847
|
+
"name": "trust-level",
|
|
3848
|
+
"hasDynamicHelp": false,
|
|
3849
|
+
"multiple": false,
|
|
3850
|
+
"type": "option"
|
|
3886
3851
|
}
|
|
3887
3852
|
},
|
|
3888
3853
|
"hasDynamicHelp": false,
|
|
3889
3854
|
"hiddenAliases": [],
|
|
3890
|
-
"id": "
|
|
3855
|
+
"id": "contacts:list",
|
|
3891
3856
|
"pluginAlias": "@instantkom/cli",
|
|
3892
3857
|
"pluginName": "@instantkom/cli",
|
|
3893
3858
|
"pluginType": "core",
|
|
@@ -3897,20 +3862,20 @@
|
|
|
3897
3862
|
"relativePath": [
|
|
3898
3863
|
"dist",
|
|
3899
3864
|
"commands",
|
|
3900
|
-
"
|
|
3865
|
+
"contacts",
|
|
3901
3866
|
"list.js"
|
|
3902
3867
|
]
|
|
3903
3868
|
},
|
|
3904
|
-
"
|
|
3869
|
+
"contacts:update": {
|
|
3905
3870
|
"aliases": [],
|
|
3906
3871
|
"args": {
|
|
3907
3872
|
"id": {
|
|
3908
|
-
"description": "
|
|
3873
|
+
"description": "Contact ID",
|
|
3909
3874
|
"name": "id",
|
|
3910
3875
|
"required": true
|
|
3911
3876
|
}
|
|
3912
3877
|
},
|
|
3913
|
-
"description": "
|
|
3878
|
+
"description": "Update a contact",
|
|
3914
3879
|
"flags": {
|
|
3915
3880
|
"api-key": {
|
|
3916
3881
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3974,10 +3939,23 @@
|
|
|
3974
3939
|
"multiple": false,
|
|
3975
3940
|
"type": "option"
|
|
3976
3941
|
},
|
|
3977
|
-
"
|
|
3978
|
-
"description": "
|
|
3979
|
-
"name": "
|
|
3980
|
-
"
|
|
3942
|
+
"identifier": {
|
|
3943
|
+
"description": "Unique contact identifier",
|
|
3944
|
+
"name": "identifier",
|
|
3945
|
+
"hasDynamicHelp": false,
|
|
3946
|
+
"multiple": false,
|
|
3947
|
+
"type": "option"
|
|
3948
|
+
},
|
|
3949
|
+
"name": {
|
|
3950
|
+
"description": "Contact name",
|
|
3951
|
+
"name": "name",
|
|
3952
|
+
"hasDynamicHelp": false,
|
|
3953
|
+
"multiple": false,
|
|
3954
|
+
"type": "option"
|
|
3955
|
+
},
|
|
3956
|
+
"data": {
|
|
3957
|
+
"description": "Additional JSON object payload",
|
|
3958
|
+
"name": "data",
|
|
3981
3959
|
"hasDynamicHelp": false,
|
|
3982
3960
|
"multiple": false,
|
|
3983
3961
|
"type": "option"
|
|
@@ -3985,7 +3963,7 @@
|
|
|
3985
3963
|
},
|
|
3986
3964
|
"hasDynamicHelp": false,
|
|
3987
3965
|
"hiddenAliases": [],
|
|
3988
|
-
"id": "
|
|
3966
|
+
"id": "contacts:update",
|
|
3989
3967
|
"pluginAlias": "@instantkom/cli",
|
|
3990
3968
|
"pluginName": "@instantkom/cli",
|
|
3991
3969
|
"pluginType": "core",
|
|
@@ -3995,14 +3973,14 @@
|
|
|
3995
3973
|
"relativePath": [
|
|
3996
3974
|
"dist",
|
|
3997
3975
|
"commands",
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
3976
|
+
"contacts",
|
|
3977
|
+
"update.js"
|
|
4000
3978
|
]
|
|
4001
3979
|
},
|
|
4002
|
-
"
|
|
3980
|
+
"broadcast:create": {
|
|
4003
3981
|
"aliases": [],
|
|
4004
3982
|
"args": {},
|
|
4005
|
-
"description": "Create a
|
|
3983
|
+
"description": "Create a broadcast for channels or segments",
|
|
4006
3984
|
"flags": {
|
|
4007
3985
|
"api-key": {
|
|
4008
3986
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4067,39 +4045,91 @@
|
|
|
4067
4045
|
"type": "option"
|
|
4068
4046
|
},
|
|
4069
4047
|
"channel": {
|
|
4070
|
-
"description": "Channel ID",
|
|
4048
|
+
"description": "Channel ID target",
|
|
4071
4049
|
"name": "channel",
|
|
4072
|
-
"required": true,
|
|
4073
4050
|
"hasDynamicHelp": false,
|
|
4074
4051
|
"multiple": false,
|
|
4075
4052
|
"type": "option"
|
|
4076
4053
|
},
|
|
4077
|
-
"
|
|
4078
|
-
"description": "
|
|
4079
|
-
"name": "
|
|
4054
|
+
"segment": {
|
|
4055
|
+
"description": "Segment ID within --channel",
|
|
4056
|
+
"name": "segment",
|
|
4057
|
+
"hasDynamicHelp": false,
|
|
4058
|
+
"multiple": false,
|
|
4059
|
+
"type": "option"
|
|
4060
|
+
},
|
|
4061
|
+
"target": {
|
|
4062
|
+
"description": "Target as channelId or channelId:segmentId; may be repeated",
|
|
4063
|
+
"name": "target",
|
|
4064
|
+
"hasDynamicHelp": false,
|
|
4065
|
+
"multiple": true,
|
|
4066
|
+
"type": "option"
|
|
4067
|
+
},
|
|
4068
|
+
"text": {
|
|
4069
|
+
"description": "Broadcast message text",
|
|
4070
|
+
"name": "text",
|
|
4080
4071
|
"required": true,
|
|
4081
4072
|
"hasDynamicHelp": false,
|
|
4082
4073
|
"multiple": false,
|
|
4083
4074
|
"type": "option"
|
|
4084
4075
|
},
|
|
4085
|
-
"
|
|
4086
|
-
"description": "
|
|
4087
|
-
"name": "
|
|
4076
|
+
"send-at": {
|
|
4077
|
+
"description": "Schedule send for an ISO-8601 date-time",
|
|
4078
|
+
"name": "send-at",
|
|
4088
4079
|
"hasDynamicHelp": false,
|
|
4089
4080
|
"multiple": false,
|
|
4090
4081
|
"type": "option"
|
|
4091
4082
|
},
|
|
4092
|
-
"
|
|
4093
|
-
"description": "
|
|
4094
|
-
"name": "
|
|
4083
|
+
"dry-run": {
|
|
4084
|
+
"description": "Validate and print the broadcast payload without mutating API calls",
|
|
4085
|
+
"name": "dry-run",
|
|
4086
|
+
"allowNo": false,
|
|
4087
|
+
"type": "boolean"
|
|
4088
|
+
},
|
|
4089
|
+
"idempotency-key": {
|
|
4090
|
+
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
4091
|
+
"name": "idempotency-key",
|
|
4092
|
+
"hasDynamicHelp": false,
|
|
4093
|
+
"multiple": false,
|
|
4094
|
+
"type": "option"
|
|
4095
|
+
},
|
|
4096
|
+
"media": {
|
|
4097
|
+
"description": "Media file path to upload",
|
|
4098
|
+
"name": "media",
|
|
4099
|
+
"hasDynamicHelp": false,
|
|
4100
|
+
"multiple": true,
|
|
4101
|
+
"type": "option"
|
|
4102
|
+
},
|
|
4103
|
+
"template-id": {
|
|
4104
|
+
"description": "WhatsApp template ID",
|
|
4105
|
+
"name": "template-id",
|
|
4106
|
+
"hasDynamicHelp": false,
|
|
4107
|
+
"multiple": false,
|
|
4108
|
+
"type": "option"
|
|
4109
|
+
},
|
|
4110
|
+
"send-status": {
|
|
4111
|
+
"description": "Initial broadcast send status",
|
|
4112
|
+
"name": "send-status",
|
|
4113
|
+
"default": "draft",
|
|
4095
4114
|
"hasDynamicHelp": false,
|
|
4096
4115
|
"multiple": false,
|
|
4116
|
+
"options": [
|
|
4117
|
+
"draft",
|
|
4118
|
+
"scheduled",
|
|
4119
|
+
"sending"
|
|
4120
|
+
],
|
|
4097
4121
|
"type": "option"
|
|
4122
|
+
},
|
|
4123
|
+
"auto-approve": {
|
|
4124
|
+
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
4125
|
+
"name": "auto-approve",
|
|
4126
|
+
"allowNo": false,
|
|
4127
|
+
"type": "boolean"
|
|
4098
4128
|
}
|
|
4099
4129
|
},
|
|
4100
4130
|
"hasDynamicHelp": false,
|
|
4101
4131
|
"hiddenAliases": [],
|
|
4102
|
-
"id": "
|
|
4132
|
+
"id": "broadcast:create",
|
|
4103
4133
|
"pluginAlias": "@instantkom/cli",
|
|
4104
4134
|
"pluginName": "@instantkom/cli",
|
|
4105
4135
|
"pluginType": "core",
|
|
@@ -4109,20 +4139,20 @@
|
|
|
4109
4139
|
"relativePath": [
|
|
4110
4140
|
"dist",
|
|
4111
4141
|
"commands",
|
|
4112
|
-
"
|
|
4142
|
+
"broadcast",
|
|
4113
4143
|
"create.js"
|
|
4114
4144
|
]
|
|
4115
4145
|
},
|
|
4116
|
-
"
|
|
4146
|
+
"broadcast:delete": {
|
|
4117
4147
|
"aliases": [],
|
|
4118
4148
|
"args": {
|
|
4119
4149
|
"id": {
|
|
4120
|
-
"description": "
|
|
4150
|
+
"description": "broadcast ID",
|
|
4121
4151
|
"name": "id",
|
|
4122
4152
|
"required": true
|
|
4123
4153
|
}
|
|
4124
4154
|
},
|
|
4125
|
-
"description": "Delete
|
|
4155
|
+
"description": "Delete broadcast",
|
|
4126
4156
|
"flags": {
|
|
4127
4157
|
"api-key": {
|
|
4128
4158
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4189,7 +4219,7 @@
|
|
|
4189
4219
|
},
|
|
4190
4220
|
"hasDynamicHelp": false,
|
|
4191
4221
|
"hiddenAliases": [],
|
|
4192
|
-
"id": "
|
|
4222
|
+
"id": "broadcast:delete",
|
|
4193
4223
|
"pluginAlias": "@instantkom/cli",
|
|
4194
4224
|
"pluginName": "@instantkom/cli",
|
|
4195
4225
|
"pluginType": "core",
|
|
@@ -4199,14 +4229,20 @@
|
|
|
4199
4229
|
"relativePath": [
|
|
4200
4230
|
"dist",
|
|
4201
4231
|
"commands",
|
|
4202
|
-
"
|
|
4232
|
+
"broadcast",
|
|
4203
4233
|
"delete.js"
|
|
4204
4234
|
]
|
|
4205
4235
|
},
|
|
4206
|
-
"
|
|
4236
|
+
"broadcast:get": {
|
|
4207
4237
|
"aliases": [],
|
|
4208
|
-
"args": {
|
|
4209
|
-
|
|
4238
|
+
"args": {
|
|
4239
|
+
"id": {
|
|
4240
|
+
"description": "broadcast ID",
|
|
4241
|
+
"name": "id",
|
|
4242
|
+
"required": true
|
|
4243
|
+
}
|
|
4244
|
+
},
|
|
4245
|
+
"description": "Get broadcast by ID",
|
|
4210
4246
|
"flags": {
|
|
4211
4247
|
"api-key": {
|
|
4212
4248
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4269,49 +4305,11 @@
|
|
|
4269
4305
|
"hasDynamicHelp": false,
|
|
4270
4306
|
"multiple": false,
|
|
4271
4307
|
"type": "option"
|
|
4272
|
-
},
|
|
4273
|
-
"file": {
|
|
4274
|
-
"description": "CSV output file path",
|
|
4275
|
-
"name": "file",
|
|
4276
|
-
"required": true,
|
|
4277
|
-
"hasDynamicHelp": false,
|
|
4278
|
-
"multiple": false,
|
|
4279
|
-
"type": "option"
|
|
4280
|
-
},
|
|
4281
|
-
"channel": {
|
|
4282
|
-
"description": "Filter by channel ID",
|
|
4283
|
-
"name": "channel",
|
|
4284
|
-
"hasDynamicHelp": false,
|
|
4285
|
-
"multiple": false,
|
|
4286
|
-
"type": "option"
|
|
4287
|
-
},
|
|
4288
|
-
"search": {
|
|
4289
|
-
"description": "Search by name or identifier",
|
|
4290
|
-
"name": "search",
|
|
4291
|
-
"hasDynamicHelp": false,
|
|
4292
|
-
"multiple": false,
|
|
4293
|
-
"type": "option"
|
|
4294
|
-
},
|
|
4295
|
-
"page": {
|
|
4296
|
-
"description": "Page number",
|
|
4297
|
-
"name": "page",
|
|
4298
|
-
"default": 1,
|
|
4299
|
-
"hasDynamicHelp": false,
|
|
4300
|
-
"multiple": false,
|
|
4301
|
-
"type": "option"
|
|
4302
|
-
},
|
|
4303
|
-
"limit": {
|
|
4304
|
-
"description": "Items per page",
|
|
4305
|
-
"name": "limit",
|
|
4306
|
-
"default": 100,
|
|
4307
|
-
"hasDynamicHelp": false,
|
|
4308
|
-
"multiple": false,
|
|
4309
|
-
"type": "option"
|
|
4310
4308
|
}
|
|
4311
4309
|
},
|
|
4312
4310
|
"hasDynamicHelp": false,
|
|
4313
4311
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4312
|
+
"id": "broadcast:get",
|
|
4315
4313
|
"pluginAlias": "@instantkom/cli",
|
|
4316
4314
|
"pluginName": "@instantkom/cli",
|
|
4317
4315
|
"pluginType": "core",
|
|
@@ -4321,20 +4319,14 @@
|
|
|
4321
4319
|
"relativePath": [
|
|
4322
4320
|
"dist",
|
|
4323
4321
|
"commands",
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4322
|
+
"broadcast",
|
|
4323
|
+
"get.js"
|
|
4326
4324
|
]
|
|
4327
4325
|
},
|
|
4328
|
-
"
|
|
4326
|
+
"broadcast:list": {
|
|
4329
4327
|
"aliases": [],
|
|
4330
|
-
"args": {
|
|
4331
|
-
|
|
4332
|
-
"description": "Contact ID",
|
|
4333
|
-
"name": "id",
|
|
4334
|
-
"required": true
|
|
4335
|
-
}
|
|
4336
|
-
},
|
|
4337
|
-
"description": "Get a contact by ID",
|
|
4328
|
+
"args": {},
|
|
4329
|
+
"description": "List broadcasts",
|
|
4338
4330
|
"flags": {
|
|
4339
4331
|
"api-key": {
|
|
4340
4332
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4397,28 +4389,96 @@
|
|
|
4397
4389
|
"hasDynamicHelp": false,
|
|
4398
4390
|
"multiple": false,
|
|
4399
4391
|
"type": "option"
|
|
4400
|
-
}
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4392
|
+
},
|
|
4393
|
+
"page": {
|
|
4394
|
+
"description": "Page number",
|
|
4395
|
+
"name": "page",
|
|
4396
|
+
"default": 1,
|
|
4397
|
+
"hasDynamicHelp": false,
|
|
4398
|
+
"multiple": false,
|
|
4399
|
+
"type": "option"
|
|
4400
|
+
},
|
|
4401
|
+
"limit": {
|
|
4402
|
+
"description": "Items per page",
|
|
4403
|
+
"name": "limit",
|
|
4404
|
+
"default": 20,
|
|
4405
|
+
"hasDynamicHelp": false,
|
|
4406
|
+
"multiple": false,
|
|
4407
|
+
"type": "option"
|
|
4408
|
+
},
|
|
4409
|
+
"channel": {
|
|
4410
|
+
"description": "Filter by channel ID",
|
|
4411
|
+
"name": "channel",
|
|
4412
|
+
"hasDynamicHelp": false,
|
|
4413
|
+
"multiple": false,
|
|
4414
|
+
"type": "option"
|
|
4415
|
+
},
|
|
4416
|
+
"send-status": {
|
|
4417
|
+
"description": "Filter by send status",
|
|
4418
|
+
"name": "send-status",
|
|
4419
|
+
"hasDynamicHelp": false,
|
|
4420
|
+
"multiple": false,
|
|
4421
|
+
"type": "option"
|
|
4422
|
+
},
|
|
4423
|
+
"type": {
|
|
4424
|
+
"description": "Broadcast type",
|
|
4425
|
+
"name": "type",
|
|
4426
|
+
"hasDynamicHelp": false,
|
|
4427
|
+
"multiple": false,
|
|
4428
|
+
"options": [
|
|
4429
|
+
"text",
|
|
4430
|
+
"image",
|
|
4431
|
+
"video",
|
|
4432
|
+
"audio",
|
|
4433
|
+
"document"
|
|
4434
|
+
],
|
|
4435
|
+
"type": "option"
|
|
4436
|
+
},
|
|
4437
|
+
"search": {
|
|
4438
|
+
"description": "Search broadcasts",
|
|
4439
|
+
"name": "search",
|
|
4440
|
+
"hasDynamicHelp": false,
|
|
4441
|
+
"multiple": false,
|
|
4442
|
+
"type": "option"
|
|
4443
|
+
},
|
|
4444
|
+
"test": {
|
|
4445
|
+
"description": "Filter test flag: 0 or 1",
|
|
4446
|
+
"name": "test",
|
|
4447
|
+
"hasDynamicHelp": false,
|
|
4448
|
+
"multiple": false,
|
|
4449
|
+
"options": [
|
|
4450
|
+
"0",
|
|
4451
|
+
"1"
|
|
4452
|
+
],
|
|
4453
|
+
"type": "option"
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
"hasDynamicHelp": false,
|
|
4457
|
+
"hiddenAliases": [],
|
|
4458
|
+
"id": "broadcast:list",
|
|
4459
|
+
"pluginAlias": "@instantkom/cli",
|
|
4460
|
+
"pluginName": "@instantkom/cli",
|
|
4461
|
+
"pluginType": "core",
|
|
4408
4462
|
"strict": true,
|
|
4409
4463
|
"enableJsonFlag": false,
|
|
4410
4464
|
"isESM": true,
|
|
4411
4465
|
"relativePath": [
|
|
4412
4466
|
"dist",
|
|
4413
4467
|
"commands",
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4468
|
+
"broadcast",
|
|
4469
|
+
"list.js"
|
|
4416
4470
|
]
|
|
4417
4471
|
},
|
|
4418
|
-
"
|
|
4472
|
+
"broadcast:send": {
|
|
4419
4473
|
"aliases": [],
|
|
4420
|
-
"args": {
|
|
4421
|
-
|
|
4474
|
+
"args": {
|
|
4475
|
+
"id": {
|
|
4476
|
+
"description": "Broadcast ID",
|
|
4477
|
+
"name": "id",
|
|
4478
|
+
"required": true
|
|
4479
|
+
}
|
|
4480
|
+
},
|
|
4481
|
+
"description": "Send a broadcast immediately",
|
|
4422
4482
|
"flags": {
|
|
4423
4483
|
"api-key": {
|
|
4424
4484
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4481,27 +4541,11 @@
|
|
|
4481
4541
|
"hasDynamicHelp": false,
|
|
4482
4542
|
"multiple": false,
|
|
4483
4543
|
"type": "option"
|
|
4484
|
-
},
|
|
4485
|
-
"file": {
|
|
4486
|
-
"description": "CSV file path",
|
|
4487
|
-
"name": "file",
|
|
4488
|
-
"required": true,
|
|
4489
|
-
"hasDynamicHelp": false,
|
|
4490
|
-
"multiple": false,
|
|
4491
|
-
"type": "option"
|
|
4492
|
-
},
|
|
4493
|
-
"channel": {
|
|
4494
|
-
"description": "Channel ID",
|
|
4495
|
-
"name": "channel",
|
|
4496
|
-
"required": true,
|
|
4497
|
-
"hasDynamicHelp": false,
|
|
4498
|
-
"multiple": false,
|
|
4499
|
-
"type": "option"
|
|
4500
4544
|
}
|
|
4501
4545
|
},
|
|
4502
4546
|
"hasDynamicHelp": false,
|
|
4503
4547
|
"hiddenAliases": [],
|
|
4504
|
-
"id": "
|
|
4548
|
+
"id": "broadcast:send",
|
|
4505
4549
|
"pluginAlias": "@instantkom/cli",
|
|
4506
4550
|
"pluginName": "@instantkom/cli",
|
|
4507
4551
|
"pluginType": "core",
|
|
@@ -4511,14 +4555,20 @@
|
|
|
4511
4555
|
"relativePath": [
|
|
4512
4556
|
"dist",
|
|
4513
4557
|
"commands",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4558
|
+
"broadcast",
|
|
4559
|
+
"send.js"
|
|
4516
4560
|
]
|
|
4517
4561
|
},
|
|
4518
|
-
"
|
|
4562
|
+
"broadcast:status": {
|
|
4519
4563
|
"aliases": [],
|
|
4520
|
-
"args": {
|
|
4521
|
-
|
|
4564
|
+
"args": {
|
|
4565
|
+
"id": {
|
|
4566
|
+
"description": "Broadcast ID",
|
|
4567
|
+
"name": "id",
|
|
4568
|
+
"required": true
|
|
4569
|
+
}
|
|
4570
|
+
},
|
|
4571
|
+
"description": "Show broadcast send status",
|
|
4522
4572
|
"flags": {
|
|
4523
4573
|
"api-key": {
|
|
4524
4574
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4581,106 +4631,11 @@
|
|
|
4581
4631
|
"hasDynamicHelp": false,
|
|
4582
4632
|
"multiple": false,
|
|
4583
4633
|
"type": "option"
|
|
4584
|
-
},
|
|
4585
|
-
"channel": {
|
|
4586
|
-
"description": "Filter by channel ID",
|
|
4587
|
-
"name": "channel",
|
|
4588
|
-
"hasDynamicHelp": false,
|
|
4589
|
-
"multiple": false,
|
|
4590
|
-
"type": "option"
|
|
4591
|
-
},
|
|
4592
|
-
"search": {
|
|
4593
|
-
"description": "Search by name or identifier",
|
|
4594
|
-
"name": "search",
|
|
4595
|
-
"hasDynamicHelp": false,
|
|
4596
|
-
"multiple": false,
|
|
4597
|
-
"type": "option"
|
|
4598
|
-
},
|
|
4599
|
-
"page": {
|
|
4600
|
-
"description": "Page number",
|
|
4601
|
-
"name": "page",
|
|
4602
|
-
"default": 1,
|
|
4603
|
-
"hasDynamicHelp": false,
|
|
4604
|
-
"multiple": false,
|
|
4605
|
-
"type": "option"
|
|
4606
|
-
},
|
|
4607
|
-
"limit": {
|
|
4608
|
-
"description": "Items per page",
|
|
4609
|
-
"name": "limit",
|
|
4610
|
-
"default": 20,
|
|
4611
|
-
"hasDynamicHelp": false,
|
|
4612
|
-
"multiple": false,
|
|
4613
|
-
"type": "option"
|
|
4614
|
-
},
|
|
4615
|
-
"optin-status": {
|
|
4616
|
-
"description": "Filter by opt-in status",
|
|
4617
|
-
"name": "optin-status",
|
|
4618
|
-
"hasDynamicHelp": false,
|
|
4619
|
-
"multiple": false,
|
|
4620
|
-
"options": [
|
|
4621
|
-
"0",
|
|
4622
|
-
"1"
|
|
4623
|
-
],
|
|
4624
|
-
"type": "option"
|
|
4625
|
-
},
|
|
4626
|
-
"blocked": {
|
|
4627
|
-
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
4628
|
-
"name": "blocked",
|
|
4629
|
-
"hasDynamicHelp": false,
|
|
4630
|
-
"multiple": false,
|
|
4631
|
-
"options": [
|
|
4632
|
-
"0",
|
|
4633
|
-
"1"
|
|
4634
|
-
],
|
|
4635
|
-
"type": "option"
|
|
4636
|
-
},
|
|
4637
|
-
"segment": {
|
|
4638
|
-
"description": "Filter by segment ID",
|
|
4639
|
-
"name": "segment",
|
|
4640
|
-
"hasDynamicHelp": false,
|
|
4641
|
-
"multiple": false,
|
|
4642
|
-
"type": "option"
|
|
4643
|
-
},
|
|
4644
|
-
"tags": {
|
|
4645
|
-
"description": "Comma-separated tag IDs",
|
|
4646
|
-
"name": "tags",
|
|
4647
|
-
"hasDynamicHelp": false,
|
|
4648
|
-
"multiple": false,
|
|
4649
|
-
"type": "option"
|
|
4650
|
-
},
|
|
4651
|
-
"tag-match": {
|
|
4652
|
-
"description": "Tag match mode",
|
|
4653
|
-
"name": "tag-match",
|
|
4654
|
-
"hasDynamicHelp": false,
|
|
4655
|
-
"multiple": false,
|
|
4656
|
-
"options": [
|
|
4657
|
-
"any",
|
|
4658
|
-
"all"
|
|
4659
|
-
],
|
|
4660
|
-
"type": "option"
|
|
4661
|
-
},
|
|
4662
|
-
"spam": {
|
|
4663
|
-
"description": "Filter by spam status",
|
|
4664
|
-
"name": "spam",
|
|
4665
|
-
"hasDynamicHelp": false,
|
|
4666
|
-
"multiple": false,
|
|
4667
|
-
"options": [
|
|
4668
|
-
"true",
|
|
4669
|
-
"false"
|
|
4670
|
-
],
|
|
4671
|
-
"type": "option"
|
|
4672
|
-
},
|
|
4673
|
-
"trust-level": {
|
|
4674
|
-
"description": "Comma-separated trust levels",
|
|
4675
|
-
"name": "trust-level",
|
|
4676
|
-
"hasDynamicHelp": false,
|
|
4677
|
-
"multiple": false,
|
|
4678
|
-
"type": "option"
|
|
4679
4634
|
}
|
|
4680
4635
|
},
|
|
4681
4636
|
"hasDynamicHelp": false,
|
|
4682
4637
|
"hiddenAliases": [],
|
|
4683
|
-
"id": "
|
|
4638
|
+
"id": "broadcast:status",
|
|
4684
4639
|
"pluginAlias": "@instantkom/cli",
|
|
4685
4640
|
"pluginName": "@instantkom/cli",
|
|
4686
4641
|
"pluginType": "core",
|
|
@@ -4690,20 +4645,20 @@
|
|
|
4690
4645
|
"relativePath": [
|
|
4691
4646
|
"dist",
|
|
4692
4647
|
"commands",
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4648
|
+
"broadcast",
|
|
4649
|
+
"status.js"
|
|
4695
4650
|
]
|
|
4696
4651
|
},
|
|
4697
|
-
"
|
|
4652
|
+
"broadcast:update": {
|
|
4698
4653
|
"aliases": [],
|
|
4699
4654
|
"args": {
|
|
4700
4655
|
"id": {
|
|
4701
|
-
"description": "
|
|
4656
|
+
"description": "Broadcast ID",
|
|
4702
4657
|
"name": "id",
|
|
4703
4658
|
"required": true
|
|
4704
4659
|
}
|
|
4705
4660
|
},
|
|
4706
|
-
"description": "Update a
|
|
4661
|
+
"description": "Update a broadcast",
|
|
4707
4662
|
"flags": {
|
|
4708
4663
|
"api-key": {
|
|
4709
4664
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4767,16 +4722,61 @@
|
|
|
4767
4722
|
"multiple": false,
|
|
4768
4723
|
"type": "option"
|
|
4769
4724
|
},
|
|
4770
|
-
"
|
|
4771
|
-
"description": "
|
|
4772
|
-
"name": "
|
|
4725
|
+
"text": {
|
|
4726
|
+
"description": "Broadcast message text",
|
|
4727
|
+
"name": "text",
|
|
4773
4728
|
"hasDynamicHelp": false,
|
|
4774
4729
|
"multiple": false,
|
|
4775
4730
|
"type": "option"
|
|
4776
4731
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
4732
|
+
"send-status": {
|
|
4733
|
+
"description": "Send status",
|
|
4734
|
+
"name": "send-status",
|
|
4735
|
+
"hasDynamicHelp": false,
|
|
4736
|
+
"multiple": false,
|
|
4737
|
+
"type": "option"
|
|
4738
|
+
},
|
|
4739
|
+
"scheduled-at": {
|
|
4740
|
+
"description": "Unix timestamp for scheduled send",
|
|
4741
|
+
"name": "scheduled-at",
|
|
4742
|
+
"hasDynamicHelp": false,
|
|
4743
|
+
"multiple": false,
|
|
4744
|
+
"type": "option"
|
|
4745
|
+
},
|
|
4746
|
+
"approved": {
|
|
4747
|
+
"description": "Mark as approved",
|
|
4748
|
+
"name": "approved",
|
|
4749
|
+
"allowNo": false,
|
|
4750
|
+
"type": "boolean"
|
|
4751
|
+
},
|
|
4752
|
+
"locked": {
|
|
4753
|
+
"description": "Mark as locked",
|
|
4754
|
+
"name": "locked",
|
|
4755
|
+
"allowNo": false,
|
|
4756
|
+
"type": "boolean"
|
|
4757
|
+
},
|
|
4758
|
+
"test": {
|
|
4759
|
+
"description": "Mark as test broadcast",
|
|
4760
|
+
"name": "test",
|
|
4761
|
+
"allowNo": false,
|
|
4762
|
+
"type": "boolean"
|
|
4763
|
+
},
|
|
4764
|
+
"template-id": {
|
|
4765
|
+
"description": "Template ID",
|
|
4766
|
+
"name": "template-id",
|
|
4767
|
+
"hasDynamicHelp": false,
|
|
4768
|
+
"multiple": false,
|
|
4769
|
+
"type": "option"
|
|
4770
|
+
},
|
|
4771
|
+
"remove-media": {
|
|
4772
|
+
"description": "Remove existing media",
|
|
4773
|
+
"name": "remove-media",
|
|
4774
|
+
"allowNo": false,
|
|
4775
|
+
"type": "boolean"
|
|
4776
|
+
},
|
|
4777
|
+
"header-footer": {
|
|
4778
|
+
"description": "Header/footer JSON array",
|
|
4779
|
+
"name": "header-footer",
|
|
4780
4780
|
"hasDynamicHelp": false,
|
|
4781
4781
|
"multiple": false,
|
|
4782
4782
|
"type": "option"
|
|
@@ -4791,7 +4791,7 @@
|
|
|
4791
4791
|
},
|
|
4792
4792
|
"hasDynamicHelp": false,
|
|
4793
4793
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "
|
|
4794
|
+
"id": "broadcast:update",
|
|
4795
4795
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4796
|
"pluginName": "@instantkom/cli",
|
|
4797
4797
|
"pluginType": "core",
|
|
@@ -4801,14 +4801,14 @@
|
|
|
4801
4801
|
"relativePath": [
|
|
4802
4802
|
"dist",
|
|
4803
4803
|
"commands",
|
|
4804
|
-
"
|
|
4804
|
+
"broadcast",
|
|
4805
4805
|
"update.js"
|
|
4806
4806
|
]
|
|
4807
4807
|
},
|
|
4808
|
-
"
|
|
4808
|
+
"exports:create": {
|
|
4809
4809
|
"aliases": [],
|
|
4810
4810
|
"args": {},
|
|
4811
|
-
"description": "
|
|
4811
|
+
"description": "Create an export",
|
|
4812
4812
|
"flags": {
|
|
4813
4813
|
"api-key": {
|
|
4814
4814
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4820,18 +4820,10 @@
|
|
|
4820
4820
|
"type": "option"
|
|
4821
4821
|
},
|
|
4822
4822
|
"format": {
|
|
4823
|
-
"description": "
|
|
4824
|
-
"helpGroup": "GLOBAL",
|
|
4823
|
+
"description": "Alias for --target",
|
|
4825
4824
|
"name": "format",
|
|
4826
|
-
"default": "text",
|
|
4827
4825
|
"hasDynamicHelp": false,
|
|
4828
4826
|
"multiple": false,
|
|
4829
|
-
"options": [
|
|
4830
|
-
"text",
|
|
4831
|
-
"json",
|
|
4832
|
-
"yaml",
|
|
4833
|
-
"table"
|
|
4834
|
-
],
|
|
4835
4827
|
"type": "option"
|
|
4836
4828
|
},
|
|
4837
4829
|
"json": {
|
|
@@ -4872,18 +4864,74 @@
|
|
|
4872
4864
|
"multiple": false,
|
|
4873
4865
|
"type": "option"
|
|
4874
4866
|
},
|
|
4875
|
-
"
|
|
4876
|
-
"description": "
|
|
4877
|
-
"name": "
|
|
4867
|
+
"name": {
|
|
4868
|
+
"description": "Export name",
|
|
4869
|
+
"name": "name",
|
|
4878
4870
|
"required": true,
|
|
4879
4871
|
"hasDynamicHelp": false,
|
|
4880
4872
|
"multiple": false,
|
|
4881
4873
|
"type": "option"
|
|
4874
|
+
},
|
|
4875
|
+
"sources": {
|
|
4876
|
+
"description": "Data sources to export",
|
|
4877
|
+
"name": "sources",
|
|
4878
|
+
"hasDynamicHelp": false,
|
|
4879
|
+
"multiple": false,
|
|
4880
|
+
"type": "option"
|
|
4881
|
+
},
|
|
4882
|
+
"type": {
|
|
4883
|
+
"description": "Alias for --sources",
|
|
4884
|
+
"name": "type",
|
|
4885
|
+
"hasDynamicHelp": false,
|
|
4886
|
+
"multiple": false,
|
|
4887
|
+
"type": "option"
|
|
4888
|
+
},
|
|
4889
|
+
"target": {
|
|
4890
|
+
"description": "Export target/format",
|
|
4891
|
+
"name": "target",
|
|
4892
|
+
"hasDynamicHelp": false,
|
|
4893
|
+
"multiple": false,
|
|
4894
|
+
"type": "option"
|
|
4895
|
+
},
|
|
4896
|
+
"channels": {
|
|
4897
|
+
"description": "Comma-separated channel IDs",
|
|
4898
|
+
"name": "channels",
|
|
4899
|
+
"hasDynamicHelp": false,
|
|
4900
|
+
"multiple": false,
|
|
4901
|
+
"type": "option"
|
|
4902
|
+
},
|
|
4903
|
+
"fields": {
|
|
4904
|
+
"description": "Comma-separated fields",
|
|
4905
|
+
"name": "fields",
|
|
4906
|
+
"hasDynamicHelp": false,
|
|
4907
|
+
"multiple": false,
|
|
4908
|
+
"type": "option"
|
|
4909
|
+
},
|
|
4910
|
+
"filters": {
|
|
4911
|
+
"description": "Filter criteria",
|
|
4912
|
+
"name": "filters",
|
|
4913
|
+
"hasDynamicHelp": false,
|
|
4914
|
+
"multiple": false,
|
|
4915
|
+
"type": "option"
|
|
4916
|
+
},
|
|
4917
|
+
"color": {
|
|
4918
|
+
"description": "Export color as HEX",
|
|
4919
|
+
"name": "color",
|
|
4920
|
+
"hasDynamicHelp": false,
|
|
4921
|
+
"multiple": false,
|
|
4922
|
+
"type": "option"
|
|
4923
|
+
},
|
|
4924
|
+
"data": {
|
|
4925
|
+
"description": "Additional JSON object payload",
|
|
4926
|
+
"name": "data",
|
|
4927
|
+
"hasDynamicHelp": false,
|
|
4928
|
+
"multiple": false,
|
|
4929
|
+
"type": "option"
|
|
4882
4930
|
}
|
|
4883
4931
|
},
|
|
4884
4932
|
"hasDynamicHelp": false,
|
|
4885
4933
|
"hiddenAliases": [],
|
|
4886
|
-
"id": "
|
|
4934
|
+
"id": "exports:create",
|
|
4887
4935
|
"pluginAlias": "@instantkom/cli",
|
|
4888
4936
|
"pluginName": "@instantkom/cli",
|
|
4889
4937
|
"pluginType": "core",
|
|
@@ -4893,14 +4941,20 @@
|
|
|
4893
4941
|
"relativePath": [
|
|
4894
4942
|
"dist",
|
|
4895
4943
|
"commands",
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
4944
|
+
"exports",
|
|
4945
|
+
"create.js"
|
|
4898
4946
|
]
|
|
4899
4947
|
},
|
|
4900
|
-
"
|
|
4948
|
+
"exports:delete": {
|
|
4901
4949
|
"aliases": [],
|
|
4902
|
-
"args": {
|
|
4903
|
-
|
|
4950
|
+
"args": {
|
|
4951
|
+
"id": {
|
|
4952
|
+
"description": "Export ID",
|
|
4953
|
+
"name": "id",
|
|
4954
|
+
"required": true
|
|
4955
|
+
}
|
|
4956
|
+
},
|
|
4957
|
+
"description": "Delete an export",
|
|
4904
4958
|
"flags": {
|
|
4905
4959
|
"api-key": {
|
|
4906
4960
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4948,79 +5002,18 @@
|
|
|
4948
5002
|
"type": "boolean"
|
|
4949
5003
|
},
|
|
4950
5004
|
"profile": {
|
|
4951
|
-
"description": "Named configuration profile to use",
|
|
4952
|
-
"helpGroup": "GLOBAL",
|
|
4953
|
-
"name": "profile",
|
|
4954
|
-
"default": "default",
|
|
4955
|
-
"hasDynamicHelp": false,
|
|
4956
|
-
"multiple": false,
|
|
4957
|
-
"type": "option"
|
|
4958
|
-
},
|
|
4959
|
-
"api-url": {
|
|
4960
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
4961
|
-
"helpGroup": "GLOBAL",
|
|
4962
|
-
"name": "api-url",
|
|
4963
|
-
"hasDynamicHelp": false,
|
|
4964
|
-
"multiple": false,
|
|
4965
|
-
"type": "option"
|
|
4966
|
-
},
|
|
4967
|
-
"name": {
|
|
4968
|
-
"description": "Field name",
|
|
4969
|
-
"name": "name",
|
|
4970
|
-
"required": true,
|
|
4971
|
-
"hasDynamicHelp": false,
|
|
4972
|
-
"multiple": false,
|
|
4973
|
-
"type": "option"
|
|
4974
|
-
},
|
|
4975
|
-
"key": {
|
|
4976
|
-
"description": "Field key",
|
|
4977
|
-
"name": "key",
|
|
4978
|
-
"required": true,
|
|
4979
|
-
"hasDynamicHelp": false,
|
|
4980
|
-
"multiple": false,
|
|
4981
|
-
"type": "option"
|
|
4982
|
-
},
|
|
4983
|
-
"type": {
|
|
4984
|
-
"description": "Field type",
|
|
4985
|
-
"name": "type",
|
|
4986
|
-
"required": true,
|
|
4987
|
-
"hasDynamicHelp": false,
|
|
4988
|
-
"multiple": false,
|
|
4989
|
-
"options": [
|
|
4990
|
-
"text",
|
|
4991
|
-
"number",
|
|
4992
|
-
"date",
|
|
4993
|
-
"dropdown",
|
|
4994
|
-
"checkbox",
|
|
4995
|
-
"url",
|
|
4996
|
-
"email",
|
|
4997
|
-
"phone"
|
|
4998
|
-
],
|
|
4999
|
-
"type": "option"
|
|
5000
|
-
},
|
|
5001
|
-
"required": {
|
|
5002
|
-
"description": "Field is required",
|
|
5003
|
-
"name": "required",
|
|
5004
|
-
"allowNo": false,
|
|
5005
|
-
"type": "boolean"
|
|
5006
|
-
},
|
|
5007
|
-
"default": {
|
|
5008
|
-
"description": "Default value",
|
|
5009
|
-
"name": "default",
|
|
5010
|
-
"hasDynamicHelp": false,
|
|
5011
|
-
"multiple": false,
|
|
5012
|
-
"type": "option"
|
|
5013
|
-
},
|
|
5014
|
-
"options": {
|
|
5015
|
-
"description": "Comma-separated dropdown options",
|
|
5016
|
-
"name": "options",
|
|
5005
|
+
"description": "Named configuration profile to use",
|
|
5006
|
+
"helpGroup": "GLOBAL",
|
|
5007
|
+
"name": "profile",
|
|
5008
|
+
"default": "default",
|
|
5017
5009
|
"hasDynamicHelp": false,
|
|
5018
5010
|
"multiple": false,
|
|
5019
5011
|
"type": "option"
|
|
5020
5012
|
},
|
|
5021
|
-
"
|
|
5022
|
-
"description": "
|
|
5023
|
-
"
|
|
5013
|
+
"api-url": {
|
|
5014
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
5015
|
+
"helpGroup": "GLOBAL",
|
|
5016
|
+
"name": "api-url",
|
|
5024
5017
|
"hasDynamicHelp": false,
|
|
5025
5018
|
"multiple": false,
|
|
5026
5019
|
"type": "option"
|
|
@@ -5028,7 +5021,7 @@
|
|
|
5028
5021
|
},
|
|
5029
5022
|
"hasDynamicHelp": false,
|
|
5030
5023
|
"hiddenAliases": [],
|
|
5031
|
-
"id": "
|
|
5024
|
+
"id": "exports:delete",
|
|
5032
5025
|
"pluginAlias": "@instantkom/cli",
|
|
5033
5026
|
"pluginName": "@instantkom/cli",
|
|
5034
5027
|
"pluginType": "core",
|
|
@@ -5038,20 +5031,20 @@
|
|
|
5038
5031
|
"relativePath": [
|
|
5039
5032
|
"dist",
|
|
5040
5033
|
"commands",
|
|
5041
|
-
"
|
|
5042
|
-
"
|
|
5034
|
+
"exports",
|
|
5035
|
+
"delete.js"
|
|
5043
5036
|
]
|
|
5044
5037
|
},
|
|
5045
|
-
"
|
|
5038
|
+
"exports:download": {
|
|
5046
5039
|
"aliases": [],
|
|
5047
5040
|
"args": {
|
|
5048
5041
|
"id": {
|
|
5049
|
-
"description": "
|
|
5042
|
+
"description": "Export ID",
|
|
5050
5043
|
"name": "id",
|
|
5051
5044
|
"required": true
|
|
5052
5045
|
}
|
|
5053
5046
|
},
|
|
5054
|
-
"description": "
|
|
5047
|
+
"description": "Download an export file",
|
|
5055
5048
|
"flags": {
|
|
5056
5049
|
"api-key": {
|
|
5057
5050
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5114,11 +5107,18 @@
|
|
|
5114
5107
|
"hasDynamicHelp": false,
|
|
5115
5108
|
"multiple": false,
|
|
5116
5109
|
"type": "option"
|
|
5110
|
+
},
|
|
5111
|
+
"file": {
|
|
5112
|
+
"description": "Output file path",
|
|
5113
|
+
"name": "file",
|
|
5114
|
+
"hasDynamicHelp": false,
|
|
5115
|
+
"multiple": false,
|
|
5116
|
+
"type": "option"
|
|
5117
5117
|
}
|
|
5118
5118
|
},
|
|
5119
5119
|
"hasDynamicHelp": false,
|
|
5120
5120
|
"hiddenAliases": [],
|
|
5121
|
-
"id": "
|
|
5121
|
+
"id": "exports:download",
|
|
5122
5122
|
"pluginAlias": "@instantkom/cli",
|
|
5123
5123
|
"pluginName": "@instantkom/cli",
|
|
5124
5124
|
"pluginType": "core",
|
|
@@ -5128,20 +5128,20 @@
|
|
|
5128
5128
|
"relativePath": [
|
|
5129
5129
|
"dist",
|
|
5130
5130
|
"commands",
|
|
5131
|
-
"
|
|
5132
|
-
"
|
|
5131
|
+
"exports",
|
|
5132
|
+
"download.js"
|
|
5133
5133
|
]
|
|
5134
5134
|
},
|
|
5135
|
-
"
|
|
5135
|
+
"exports:get": {
|
|
5136
5136
|
"aliases": [],
|
|
5137
5137
|
"args": {
|
|
5138
5138
|
"id": {
|
|
5139
|
-
"description": "
|
|
5139
|
+
"description": "Export ID",
|
|
5140
5140
|
"name": "id",
|
|
5141
5141
|
"required": true
|
|
5142
5142
|
}
|
|
5143
5143
|
},
|
|
5144
|
-
"description": "Get
|
|
5144
|
+
"description": "Get an export by ID",
|
|
5145
5145
|
"flags": {
|
|
5146
5146
|
"api-key": {
|
|
5147
5147
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5208,7 +5208,7 @@
|
|
|
5208
5208
|
},
|
|
5209
5209
|
"hasDynamicHelp": false,
|
|
5210
5210
|
"hiddenAliases": [],
|
|
5211
|
-
"id": "
|
|
5211
|
+
"id": "exports:get",
|
|
5212
5212
|
"pluginAlias": "@instantkom/cli",
|
|
5213
5213
|
"pluginName": "@instantkom/cli",
|
|
5214
5214
|
"pluginType": "core",
|
|
@@ -5218,14 +5218,14 @@
|
|
|
5218
5218
|
"relativePath": [
|
|
5219
5219
|
"dist",
|
|
5220
5220
|
"commands",
|
|
5221
|
-
"
|
|
5221
|
+
"exports",
|
|
5222
5222
|
"get.js"
|
|
5223
5223
|
]
|
|
5224
5224
|
},
|
|
5225
|
-
"
|
|
5225
|
+
"exports:list": {
|
|
5226
5226
|
"aliases": [],
|
|
5227
5227
|
"args": {},
|
|
5228
|
-
"description": "List
|
|
5228
|
+
"description": "List exports",
|
|
5229
5229
|
"flags": {
|
|
5230
5230
|
"api-key": {
|
|
5231
5231
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5288,11 +5288,41 @@
|
|
|
5288
5288
|
"hasDynamicHelp": false,
|
|
5289
5289
|
"multiple": false,
|
|
5290
5290
|
"type": "option"
|
|
5291
|
+
},
|
|
5292
|
+
"page": {
|
|
5293
|
+
"description": "Page number",
|
|
5294
|
+
"name": "page",
|
|
5295
|
+
"default": 1,
|
|
5296
|
+
"hasDynamicHelp": false,
|
|
5297
|
+
"multiple": false,
|
|
5298
|
+
"type": "option"
|
|
5299
|
+
},
|
|
5300
|
+
"limit": {
|
|
5301
|
+
"description": "Items per page",
|
|
5302
|
+
"name": "limit",
|
|
5303
|
+
"default": 50,
|
|
5304
|
+
"hasDynamicHelp": false,
|
|
5305
|
+
"multiple": false,
|
|
5306
|
+
"type": "option"
|
|
5307
|
+
},
|
|
5308
|
+
"source": {
|
|
5309
|
+
"description": "Filter by data source",
|
|
5310
|
+
"name": "source",
|
|
5311
|
+
"hasDynamicHelp": false,
|
|
5312
|
+
"multiple": false,
|
|
5313
|
+
"type": "option"
|
|
5314
|
+
},
|
|
5315
|
+
"target": {
|
|
5316
|
+
"description": "Filter by export target/format",
|
|
5317
|
+
"name": "target",
|
|
5318
|
+
"hasDynamicHelp": false,
|
|
5319
|
+
"multiple": false,
|
|
5320
|
+
"type": "option"
|
|
5291
5321
|
}
|
|
5292
5322
|
},
|
|
5293
5323
|
"hasDynamicHelp": false,
|
|
5294
5324
|
"hiddenAliases": [],
|
|
5295
|
-
"id": "
|
|
5325
|
+
"id": "exports:list",
|
|
5296
5326
|
"pluginAlias": "@instantkom/cli",
|
|
5297
5327
|
"pluginName": "@instantkom/cli",
|
|
5298
5328
|
"pluginType": "core",
|
|
@@ -5302,14 +5332,14 @@
|
|
|
5302
5332
|
"relativePath": [
|
|
5303
5333
|
"dist",
|
|
5304
5334
|
"commands",
|
|
5305
|
-
"
|
|
5335
|
+
"exports",
|
|
5306
5336
|
"list.js"
|
|
5307
5337
|
]
|
|
5308
5338
|
},
|
|
5309
|
-
"custom-fields:
|
|
5339
|
+
"custom-fields:bulk-delete": {
|
|
5310
5340
|
"aliases": [],
|
|
5311
5341
|
"args": {},
|
|
5312
|
-
"description": "
|
|
5342
|
+
"description": "Bulk delete custom fields",
|
|
5313
5343
|
"flags": {
|
|
5314
5344
|
"api-key": {
|
|
5315
5345
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5373,9 +5403,9 @@
|
|
|
5373
5403
|
"multiple": false,
|
|
5374
5404
|
"type": "option"
|
|
5375
5405
|
},
|
|
5376
|
-
"
|
|
5377
|
-
"description": "
|
|
5378
|
-
"name": "
|
|
5406
|
+
"ids": {
|
|
5407
|
+
"description": "Comma-separated custom field IDs",
|
|
5408
|
+
"name": "ids",
|
|
5379
5409
|
"required": true,
|
|
5380
5410
|
"hasDynamicHelp": false,
|
|
5381
5411
|
"multiple": false,
|
|
@@ -5384,7 +5414,7 @@
|
|
|
5384
5414
|
},
|
|
5385
5415
|
"hasDynamicHelp": false,
|
|
5386
5416
|
"hiddenAliases": [],
|
|
5387
|
-
"id": "custom-fields:
|
|
5417
|
+
"id": "custom-fields:bulk-delete",
|
|
5388
5418
|
"pluginAlias": "@instantkom/cli",
|
|
5389
5419
|
"pluginName": "@instantkom/cli",
|
|
5390
5420
|
"pluginType": "core",
|
|
@@ -5395,19 +5425,13 @@
|
|
|
5395
5425
|
"dist",
|
|
5396
5426
|
"commands",
|
|
5397
5427
|
"custom-fields",
|
|
5398
|
-
"
|
|
5428
|
+
"bulk-delete.js"
|
|
5399
5429
|
]
|
|
5400
5430
|
},
|
|
5401
|
-
"custom-fields:
|
|
5431
|
+
"custom-fields:create": {
|
|
5402
5432
|
"aliases": [],
|
|
5403
|
-
"args": {
|
|
5404
|
-
|
|
5405
|
-
"description": "Custom field ID",
|
|
5406
|
-
"name": "id",
|
|
5407
|
-
"required": true
|
|
5408
|
-
}
|
|
5409
|
-
},
|
|
5410
|
-
"description": "Update a custom field",
|
|
5433
|
+
"args": {},
|
|
5434
|
+
"description": "Create a custom field",
|
|
5411
5435
|
"flags": {
|
|
5412
5436
|
"api-key": {
|
|
5413
5437
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5474,6 +5498,15 @@
|
|
|
5474
5498
|
"name": {
|
|
5475
5499
|
"description": "Field name",
|
|
5476
5500
|
"name": "name",
|
|
5501
|
+
"required": true,
|
|
5502
|
+
"hasDynamicHelp": false,
|
|
5503
|
+
"multiple": false,
|
|
5504
|
+
"type": "option"
|
|
5505
|
+
},
|
|
5506
|
+
"key": {
|
|
5507
|
+
"description": "Field key",
|
|
5508
|
+
"name": "key",
|
|
5509
|
+
"required": true,
|
|
5477
5510
|
"hasDynamicHelp": false,
|
|
5478
5511
|
"multiple": false,
|
|
5479
5512
|
"type": "option"
|
|
@@ -5481,6 +5514,7 @@
|
|
|
5481
5514
|
"type": {
|
|
5482
5515
|
"description": "Field type",
|
|
5483
5516
|
"name": "type",
|
|
5517
|
+
"required": true,
|
|
5484
5518
|
"hasDynamicHelp": false,
|
|
5485
5519
|
"multiple": false,
|
|
5486
5520
|
"options": [
|
|
@@ -5498,13 +5532,7 @@
|
|
|
5498
5532
|
"required": {
|
|
5499
5533
|
"description": "Field is required",
|
|
5500
5534
|
"name": "required",
|
|
5501
|
-
"allowNo":
|
|
5502
|
-
"type": "boolean"
|
|
5503
|
-
},
|
|
5504
|
-
"status": {
|
|
5505
|
-
"description": "Field is active",
|
|
5506
|
-
"name": "status",
|
|
5507
|
-
"allowNo": true,
|
|
5535
|
+
"allowNo": false,
|
|
5508
5536
|
"type": "boolean"
|
|
5509
5537
|
},
|
|
5510
5538
|
"default": {
|
|
@@ -5531,7 +5559,7 @@
|
|
|
5531
5559
|
},
|
|
5532
5560
|
"hasDynamicHelp": false,
|
|
5533
5561
|
"hiddenAliases": [],
|
|
5534
|
-
"id": "custom-fields:
|
|
5562
|
+
"id": "custom-fields:create",
|
|
5535
5563
|
"pluginAlias": "@instantkom/cli",
|
|
5536
5564
|
"pluginName": "@instantkom/cli",
|
|
5537
5565
|
"pluginType": "core",
|
|
@@ -5542,13 +5570,19 @@
|
|
|
5542
5570
|
"dist",
|
|
5543
5571
|
"commands",
|
|
5544
5572
|
"custom-fields",
|
|
5545
|
-
"
|
|
5573
|
+
"create.js"
|
|
5546
5574
|
]
|
|
5547
5575
|
},
|
|
5548
|
-
"
|
|
5576
|
+
"custom-fields:delete": {
|
|
5549
5577
|
"aliases": [],
|
|
5550
|
-
"args": {
|
|
5551
|
-
|
|
5578
|
+
"args": {
|
|
5579
|
+
"id": {
|
|
5580
|
+
"description": "custom field ID",
|
|
5581
|
+
"name": "id",
|
|
5582
|
+
"required": true
|
|
5583
|
+
}
|
|
5584
|
+
},
|
|
5585
|
+
"description": "Delete custom field",
|
|
5552
5586
|
"flags": {
|
|
5553
5587
|
"api-key": {
|
|
5554
5588
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5560,10 +5594,18 @@
|
|
|
5560
5594
|
"type": "option"
|
|
5561
5595
|
},
|
|
5562
5596
|
"format": {
|
|
5563
|
-
"description": "
|
|
5597
|
+
"description": "Output format: text, json, yaml, or table",
|
|
5598
|
+
"helpGroup": "GLOBAL",
|
|
5564
5599
|
"name": "format",
|
|
5600
|
+
"default": "text",
|
|
5565
5601
|
"hasDynamicHelp": false,
|
|
5566
5602
|
"multiple": false,
|
|
5603
|
+
"options": [
|
|
5604
|
+
"text",
|
|
5605
|
+
"json",
|
|
5606
|
+
"yaml",
|
|
5607
|
+
"table"
|
|
5608
|
+
],
|
|
5567
5609
|
"type": "option"
|
|
5568
5610
|
},
|
|
5569
5611
|
"json": {
|
|
@@ -5603,75 +5645,11 @@
|
|
|
5603
5645
|
"hasDynamicHelp": false,
|
|
5604
5646
|
"multiple": false,
|
|
5605
5647
|
"type": "option"
|
|
5606
|
-
},
|
|
5607
|
-
"name": {
|
|
5608
|
-
"description": "Export name",
|
|
5609
|
-
"name": "name",
|
|
5610
|
-
"required": true,
|
|
5611
|
-
"hasDynamicHelp": false,
|
|
5612
|
-
"multiple": false,
|
|
5613
|
-
"type": "option"
|
|
5614
|
-
},
|
|
5615
|
-
"sources": {
|
|
5616
|
-
"description": "Data sources to export",
|
|
5617
|
-
"name": "sources",
|
|
5618
|
-
"hasDynamicHelp": false,
|
|
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",
|
|
5639
|
-
"hasDynamicHelp": false,
|
|
5640
|
-
"multiple": false,
|
|
5641
|
-
"type": "option"
|
|
5642
|
-
},
|
|
5643
|
-
"fields": {
|
|
5644
|
-
"description": "Comma-separated fields",
|
|
5645
|
-
"name": "fields",
|
|
5646
|
-
"hasDynamicHelp": false,
|
|
5647
|
-
"multiple": false,
|
|
5648
|
-
"type": "option"
|
|
5649
|
-
},
|
|
5650
|
-
"filters": {
|
|
5651
|
-
"description": "Filter criteria",
|
|
5652
|
-
"name": "filters",
|
|
5653
|
-
"hasDynamicHelp": false,
|
|
5654
|
-
"multiple": false,
|
|
5655
|
-
"type": "option"
|
|
5656
|
-
},
|
|
5657
|
-
"color": {
|
|
5658
|
-
"description": "Export color as HEX",
|
|
5659
|
-
"name": "color",
|
|
5660
|
-
"hasDynamicHelp": false,
|
|
5661
|
-
"multiple": false,
|
|
5662
|
-
"type": "option"
|
|
5663
|
-
},
|
|
5664
|
-
"data": {
|
|
5665
|
-
"description": "Additional JSON object payload",
|
|
5666
|
-
"name": "data",
|
|
5667
|
-
"hasDynamicHelp": false,
|
|
5668
|
-
"multiple": false,
|
|
5669
|
-
"type": "option"
|
|
5670
5648
|
}
|
|
5671
5649
|
},
|
|
5672
5650
|
"hasDynamicHelp": false,
|
|
5673
5651
|
"hiddenAliases": [],
|
|
5674
|
-
"id": "
|
|
5652
|
+
"id": "custom-fields:delete",
|
|
5675
5653
|
"pluginAlias": "@instantkom/cli",
|
|
5676
5654
|
"pluginName": "@instantkom/cli",
|
|
5677
5655
|
"pluginType": "core",
|
|
@@ -5681,20 +5659,20 @@
|
|
|
5681
5659
|
"relativePath": [
|
|
5682
5660
|
"dist",
|
|
5683
5661
|
"commands",
|
|
5684
|
-
"
|
|
5685
|
-
"
|
|
5662
|
+
"custom-fields",
|
|
5663
|
+
"delete.js"
|
|
5686
5664
|
]
|
|
5687
5665
|
},
|
|
5688
|
-
"
|
|
5666
|
+
"custom-fields:get": {
|
|
5689
5667
|
"aliases": [],
|
|
5690
5668
|
"args": {
|
|
5691
5669
|
"id": {
|
|
5692
|
-
"description": "
|
|
5670
|
+
"description": "custom field ID",
|
|
5693
5671
|
"name": "id",
|
|
5694
5672
|
"required": true
|
|
5695
5673
|
}
|
|
5696
5674
|
},
|
|
5697
|
-
"description": "
|
|
5675
|
+
"description": "Get custom field by ID",
|
|
5698
5676
|
"flags": {
|
|
5699
5677
|
"api-key": {
|
|
5700
5678
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5761,7 +5739,7 @@
|
|
|
5761
5739
|
},
|
|
5762
5740
|
"hasDynamicHelp": false,
|
|
5763
5741
|
"hiddenAliases": [],
|
|
5764
|
-
"id": "
|
|
5742
|
+
"id": "custom-fields:get",
|
|
5765
5743
|
"pluginAlias": "@instantkom/cli",
|
|
5766
5744
|
"pluginName": "@instantkom/cli",
|
|
5767
5745
|
"pluginType": "core",
|
|
@@ -5771,20 +5749,14 @@
|
|
|
5771
5749
|
"relativePath": [
|
|
5772
5750
|
"dist",
|
|
5773
5751
|
"commands",
|
|
5774
|
-
"
|
|
5775
|
-
"
|
|
5752
|
+
"custom-fields",
|
|
5753
|
+
"get.js"
|
|
5776
5754
|
]
|
|
5777
5755
|
},
|
|
5778
|
-
"
|
|
5756
|
+
"custom-fields:list": {
|
|
5779
5757
|
"aliases": [],
|
|
5780
|
-
"args": {
|
|
5781
|
-
|
|
5782
|
-
"description": "Export ID",
|
|
5783
|
-
"name": "id",
|
|
5784
|
-
"required": true
|
|
5785
|
-
}
|
|
5786
|
-
},
|
|
5787
|
-
"description": "Download an export file",
|
|
5758
|
+
"args": {},
|
|
5759
|
+
"description": "List custom fields",
|
|
5788
5760
|
"flags": {
|
|
5789
5761
|
"api-key": {
|
|
5790
5762
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5847,18 +5819,11 @@
|
|
|
5847
5819
|
"hasDynamicHelp": false,
|
|
5848
5820
|
"multiple": false,
|
|
5849
5821
|
"type": "option"
|
|
5850
|
-
},
|
|
5851
|
-
"file": {
|
|
5852
|
-
"description": "Output file path",
|
|
5853
|
-
"name": "file",
|
|
5854
|
-
"hasDynamicHelp": false,
|
|
5855
|
-
"multiple": false,
|
|
5856
|
-
"type": "option"
|
|
5857
5822
|
}
|
|
5858
5823
|
},
|
|
5859
5824
|
"hasDynamicHelp": false,
|
|
5860
5825
|
"hiddenAliases": [],
|
|
5861
|
-
"id": "
|
|
5826
|
+
"id": "custom-fields:list",
|
|
5862
5827
|
"pluginAlias": "@instantkom/cli",
|
|
5863
5828
|
"pluginName": "@instantkom/cli",
|
|
5864
5829
|
"pluginType": "core",
|
|
@@ -5868,20 +5833,14 @@
|
|
|
5868
5833
|
"relativePath": [
|
|
5869
5834
|
"dist",
|
|
5870
5835
|
"commands",
|
|
5871
|
-
"
|
|
5872
|
-
"
|
|
5836
|
+
"custom-fields",
|
|
5837
|
+
"list.js"
|
|
5873
5838
|
]
|
|
5874
5839
|
},
|
|
5875
|
-
"
|
|
5840
|
+
"custom-fields:reorder": {
|
|
5876
5841
|
"aliases": [],
|
|
5877
|
-
"args": {
|
|
5878
|
-
|
|
5879
|
-
"description": "Export ID",
|
|
5880
|
-
"name": "id",
|
|
5881
|
-
"required": true
|
|
5882
|
-
}
|
|
5883
|
-
},
|
|
5884
|
-
"description": "Get an export by ID",
|
|
5842
|
+
"args": {},
|
|
5843
|
+
"description": "Reorder custom fields",
|
|
5885
5844
|
"flags": {
|
|
5886
5845
|
"api-key": {
|
|
5887
5846
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5944,11 +5903,19 @@
|
|
|
5944
5903
|
"hasDynamicHelp": false,
|
|
5945
5904
|
"multiple": false,
|
|
5946
5905
|
"type": "option"
|
|
5906
|
+
},
|
|
5907
|
+
"order": {
|
|
5908
|
+
"description": "Order JSON array payload",
|
|
5909
|
+
"name": "order",
|
|
5910
|
+
"required": true,
|
|
5911
|
+
"hasDynamicHelp": false,
|
|
5912
|
+
"multiple": false,
|
|
5913
|
+
"type": "option"
|
|
5947
5914
|
}
|
|
5948
5915
|
},
|
|
5949
5916
|
"hasDynamicHelp": false,
|
|
5950
5917
|
"hiddenAliases": [],
|
|
5951
|
-
"id": "
|
|
5918
|
+
"id": "custom-fields:reorder",
|
|
5952
5919
|
"pluginAlias": "@instantkom/cli",
|
|
5953
5920
|
"pluginName": "@instantkom/cli",
|
|
5954
5921
|
"pluginType": "core",
|
|
@@ -5958,14 +5925,20 @@
|
|
|
5958
5925
|
"relativePath": [
|
|
5959
5926
|
"dist",
|
|
5960
5927
|
"commands",
|
|
5961
|
-
"
|
|
5962
|
-
"
|
|
5928
|
+
"custom-fields",
|
|
5929
|
+
"reorder.js"
|
|
5963
5930
|
]
|
|
5964
5931
|
},
|
|
5965
|
-
"
|
|
5932
|
+
"custom-fields:update": {
|
|
5966
5933
|
"aliases": [],
|
|
5967
|
-
"args": {
|
|
5968
|
-
|
|
5934
|
+
"args": {
|
|
5935
|
+
"id": {
|
|
5936
|
+
"description": "Custom field ID",
|
|
5937
|
+
"name": "id",
|
|
5938
|
+
"required": true
|
|
5939
|
+
}
|
|
5940
|
+
},
|
|
5941
|
+
"description": "Update a custom field",
|
|
5969
5942
|
"flags": {
|
|
5970
5943
|
"api-key": {
|
|
5971
5944
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6029,32 +6002,59 @@
|
|
|
6029
6002
|
"multiple": false,
|
|
6030
6003
|
"type": "option"
|
|
6031
6004
|
},
|
|
6032
|
-
"
|
|
6033
|
-
"description": "
|
|
6034
|
-
"name": "
|
|
6035
|
-
"default": 1,
|
|
6005
|
+
"name": {
|
|
6006
|
+
"description": "Field name",
|
|
6007
|
+
"name": "name",
|
|
6036
6008
|
"hasDynamicHelp": false,
|
|
6037
6009
|
"multiple": false,
|
|
6038
6010
|
"type": "option"
|
|
6039
6011
|
},
|
|
6040
|
-
"
|
|
6041
|
-
"description": "
|
|
6042
|
-
"name": "
|
|
6043
|
-
"
|
|
6012
|
+
"type": {
|
|
6013
|
+
"description": "Field type",
|
|
6014
|
+
"name": "type",
|
|
6015
|
+
"hasDynamicHelp": false,
|
|
6016
|
+
"multiple": false,
|
|
6017
|
+
"options": [
|
|
6018
|
+
"text",
|
|
6019
|
+
"number",
|
|
6020
|
+
"date",
|
|
6021
|
+
"dropdown",
|
|
6022
|
+
"checkbox",
|
|
6023
|
+
"url",
|
|
6024
|
+
"email",
|
|
6025
|
+
"phone"
|
|
6026
|
+
],
|
|
6027
|
+
"type": "option"
|
|
6028
|
+
},
|
|
6029
|
+
"required": {
|
|
6030
|
+
"description": "Field is required",
|
|
6031
|
+
"name": "required",
|
|
6032
|
+
"allowNo": true,
|
|
6033
|
+
"type": "boolean"
|
|
6034
|
+
},
|
|
6035
|
+
"status": {
|
|
6036
|
+
"description": "Field is active",
|
|
6037
|
+
"name": "status",
|
|
6038
|
+
"allowNo": true,
|
|
6039
|
+
"type": "boolean"
|
|
6040
|
+
},
|
|
6041
|
+
"default": {
|
|
6042
|
+
"description": "Default value",
|
|
6043
|
+
"name": "default",
|
|
6044
6044
|
"hasDynamicHelp": false,
|
|
6045
6045
|
"multiple": false,
|
|
6046
6046
|
"type": "option"
|
|
6047
6047
|
},
|
|
6048
|
-
"
|
|
6049
|
-
"description": "
|
|
6050
|
-
"name": "
|
|
6048
|
+
"options": {
|
|
6049
|
+
"description": "Comma-separated dropdown options",
|
|
6050
|
+
"name": "options",
|
|
6051
6051
|
"hasDynamicHelp": false,
|
|
6052
6052
|
"multiple": false,
|
|
6053
6053
|
"type": "option"
|
|
6054
6054
|
},
|
|
6055
|
-
"
|
|
6056
|
-
"description": "
|
|
6057
|
-
"name": "
|
|
6055
|
+
"data": {
|
|
6056
|
+
"description": "Additional JSON object payload",
|
|
6057
|
+
"name": "data",
|
|
6058
6058
|
"hasDynamicHelp": false,
|
|
6059
6059
|
"multiple": false,
|
|
6060
6060
|
"type": "option"
|
|
@@ -6062,7 +6062,7 @@
|
|
|
6062
6062
|
},
|
|
6063
6063
|
"hasDynamicHelp": false,
|
|
6064
6064
|
"hiddenAliases": [],
|
|
6065
|
-
"id": "
|
|
6065
|
+
"id": "custom-fields:update",
|
|
6066
6066
|
"pluginAlias": "@instantkom/cli",
|
|
6067
6067
|
"pluginName": "@instantkom/cli",
|
|
6068
6068
|
"pluginType": "core",
|
|
@@ -6072,8 +6072,8 @@
|
|
|
6072
6072
|
"relativePath": [
|
|
6073
6073
|
"dist",
|
|
6074
6074
|
"commands",
|
|
6075
|
-
"
|
|
6076
|
-
"
|
|
6075
|
+
"custom-fields",
|
|
6076
|
+
"update.js"
|
|
6077
6077
|
]
|
|
6078
6078
|
},
|
|
6079
6079
|
"flows:create": {
|
|
@@ -9259,19 +9259,186 @@
|
|
|
9259
9259
|
"allowNo": false,
|
|
9260
9260
|
"type": "boolean"
|
|
9261
9261
|
},
|
|
9262
|
-
"profile": {
|
|
9263
|
-
"description": "Named configuration profile to use",
|
|
9264
|
-
"helpGroup": "GLOBAL",
|
|
9265
|
-
"name": "profile",
|
|
9266
|
-
"default": "default",
|
|
9262
|
+
"profile": {
|
|
9263
|
+
"description": "Named configuration profile to use",
|
|
9264
|
+
"helpGroup": "GLOBAL",
|
|
9265
|
+
"name": "profile",
|
|
9266
|
+
"default": "default",
|
|
9267
|
+
"hasDynamicHelp": false,
|
|
9268
|
+
"multiple": false,
|
|
9269
|
+
"type": "option"
|
|
9270
|
+
},
|
|
9271
|
+
"api-url": {
|
|
9272
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
9273
|
+
"helpGroup": "GLOBAL",
|
|
9274
|
+
"name": "api-url",
|
|
9275
|
+
"hasDynamicHelp": false,
|
|
9276
|
+
"multiple": false,
|
|
9277
|
+
"type": "option"
|
|
9278
|
+
}
|
|
9279
|
+
},
|
|
9280
|
+
"hasDynamicHelp": false,
|
|
9281
|
+
"hiddenAliases": [],
|
|
9282
|
+
"id": "team:list",
|
|
9283
|
+
"pluginAlias": "@instantkom/cli",
|
|
9284
|
+
"pluginName": "@instantkom/cli",
|
|
9285
|
+
"pluginType": "core",
|
|
9286
|
+
"strict": true,
|
|
9287
|
+
"enableJsonFlag": false,
|
|
9288
|
+
"isESM": true,
|
|
9289
|
+
"relativePath": [
|
|
9290
|
+
"dist",
|
|
9291
|
+
"commands",
|
|
9292
|
+
"team",
|
|
9293
|
+
"list.js"
|
|
9294
|
+
]
|
|
9295
|
+
},
|
|
9296
|
+
"templates:create": {
|
|
9297
|
+
"aliases": [],
|
|
9298
|
+
"args": {},
|
|
9299
|
+
"description": "Create a message template",
|
|
9300
|
+
"flags": {
|
|
9301
|
+
"api-key": {
|
|
9302
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9303
|
+
"env": "IKM_API_KEY",
|
|
9304
|
+
"helpGroup": "GLOBAL",
|
|
9305
|
+
"name": "api-key",
|
|
9306
|
+
"hasDynamicHelp": false,
|
|
9307
|
+
"multiple": false,
|
|
9308
|
+
"type": "option"
|
|
9309
|
+
},
|
|
9310
|
+
"format": {
|
|
9311
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9312
|
+
"helpGroup": "GLOBAL",
|
|
9313
|
+
"name": "format",
|
|
9314
|
+
"default": "text",
|
|
9315
|
+
"hasDynamicHelp": false,
|
|
9316
|
+
"multiple": false,
|
|
9317
|
+
"options": [
|
|
9318
|
+
"text",
|
|
9319
|
+
"json",
|
|
9320
|
+
"yaml",
|
|
9321
|
+
"table"
|
|
9322
|
+
],
|
|
9323
|
+
"type": "option"
|
|
9324
|
+
},
|
|
9325
|
+
"json": {
|
|
9326
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
9327
|
+
"helpGroup": "GLOBAL",
|
|
9328
|
+
"name": "json",
|
|
9329
|
+
"allowNo": false,
|
|
9330
|
+
"type": "boolean"
|
|
9331
|
+
},
|
|
9332
|
+
"quiet": {
|
|
9333
|
+
"description": "Suppress all output except errors",
|
|
9334
|
+
"helpGroup": "GLOBAL",
|
|
9335
|
+
"name": "quiet",
|
|
9336
|
+
"allowNo": false,
|
|
9337
|
+
"type": "boolean"
|
|
9338
|
+
},
|
|
9339
|
+
"no-color": {
|
|
9340
|
+
"description": "Disable color output",
|
|
9341
|
+
"helpGroup": "GLOBAL",
|
|
9342
|
+
"name": "no-color",
|
|
9343
|
+
"allowNo": false,
|
|
9344
|
+
"type": "boolean"
|
|
9345
|
+
},
|
|
9346
|
+
"profile": {
|
|
9347
|
+
"description": "Named configuration profile to use",
|
|
9348
|
+
"helpGroup": "GLOBAL",
|
|
9349
|
+
"name": "profile",
|
|
9350
|
+
"default": "default",
|
|
9351
|
+
"hasDynamicHelp": false,
|
|
9352
|
+
"multiple": false,
|
|
9353
|
+
"type": "option"
|
|
9354
|
+
},
|
|
9355
|
+
"api-url": {
|
|
9356
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
9357
|
+
"helpGroup": "GLOBAL",
|
|
9358
|
+
"name": "api-url",
|
|
9359
|
+
"hasDynamicHelp": false,
|
|
9360
|
+
"multiple": false,
|
|
9361
|
+
"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",
|
|
9267
9421
|
"hasDynamicHelp": false,
|
|
9268
9422
|
"multiple": false,
|
|
9269
9423
|
"type": "option"
|
|
9270
9424
|
},
|
|
9271
|
-
"
|
|
9272
|
-
"description": "
|
|
9273
|
-
"
|
|
9274
|
-
"
|
|
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",
|
|
9275
9442
|
"hasDynamicHelp": false,
|
|
9276
9443
|
"multiple": false,
|
|
9277
9444
|
"type": "option"
|
|
@@ -9279,7 +9446,7 @@
|
|
|
9279
9446
|
},
|
|
9280
9447
|
"hasDynamicHelp": false,
|
|
9281
9448
|
"hiddenAliases": [],
|
|
9282
|
-
"id": "
|
|
9449
|
+
"id": "templates:create",
|
|
9283
9450
|
"pluginAlias": "@instantkom/cli",
|
|
9284
9451
|
"pluginName": "@instantkom/cli",
|
|
9285
9452
|
"pluginType": "core",
|
|
@@ -9289,14 +9456,20 @@
|
|
|
9289
9456
|
"relativePath": [
|
|
9290
9457
|
"dist",
|
|
9291
9458
|
"commands",
|
|
9292
|
-
"
|
|
9293
|
-
"
|
|
9459
|
+
"templates",
|
|
9460
|
+
"create.js"
|
|
9294
9461
|
]
|
|
9295
9462
|
},
|
|
9296
|
-
"
|
|
9463
|
+
"templates:delete": {
|
|
9297
9464
|
"aliases": [],
|
|
9298
|
-
"args": {
|
|
9299
|
-
|
|
9465
|
+
"args": {
|
|
9466
|
+
"id": {
|
|
9467
|
+
"description": "template ID",
|
|
9468
|
+
"name": "id",
|
|
9469
|
+
"required": true
|
|
9470
|
+
}
|
|
9471
|
+
},
|
|
9472
|
+
"description": "Delete template",
|
|
9300
9473
|
"flags": {
|
|
9301
9474
|
"api-key": {
|
|
9302
9475
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9359,69 +9532,11 @@
|
|
|
9359
9532
|
"hasDynamicHelp": false,
|
|
9360
9533
|
"multiple": false,
|
|
9361
9534
|
"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
|
-
"subject": {
|
|
9372
|
-
"description": "Ticket subject",
|
|
9373
|
-
"name": "subject",
|
|
9374
|
-
"required": true,
|
|
9375
|
-
"hasDynamicHelp": false,
|
|
9376
|
-
"multiple": false,
|
|
9377
|
-
"type": "option"
|
|
9378
|
-
},
|
|
9379
|
-
"recipient": {
|
|
9380
|
-
"description": "Existing recipient ID",
|
|
9381
|
-
"name": "recipient",
|
|
9382
|
-
"hasDynamicHelp": false,
|
|
9383
|
-
"multiple": false,
|
|
9384
|
-
"type": "option"
|
|
9385
|
-
},
|
|
9386
|
-
"email": {
|
|
9387
|
-
"description": "Customer email",
|
|
9388
|
-
"name": "email",
|
|
9389
|
-
"hasDynamicHelp": false,
|
|
9390
|
-
"multiple": false,
|
|
9391
|
-
"type": "option"
|
|
9392
|
-
},
|
|
9393
|
-
"name": {
|
|
9394
|
-
"description": "Customer name",
|
|
9395
|
-
"name": "name",
|
|
9396
|
-
"hasDynamicHelp": false,
|
|
9397
|
-
"multiple": false,
|
|
9398
|
-
"type": "option"
|
|
9399
|
-
},
|
|
9400
|
-
"priority": {
|
|
9401
|
-
"description": "Ticket priority",
|
|
9402
|
-
"name": "priority",
|
|
9403
|
-
"hasDynamicHelp": false,
|
|
9404
|
-
"multiple": false,
|
|
9405
|
-
"type": "option"
|
|
9406
|
-
},
|
|
9407
|
-
"source": {
|
|
9408
|
-
"description": "Ticket source",
|
|
9409
|
-
"name": "source",
|
|
9410
|
-
"hasDynamicHelp": false,
|
|
9411
|
-
"multiple": false,
|
|
9412
|
-
"type": "option"
|
|
9413
|
-
},
|
|
9414
|
-
"data": {
|
|
9415
|
-
"description": "Additional JSON object payload",
|
|
9416
|
-
"name": "data",
|
|
9417
|
-
"hasDynamicHelp": false,
|
|
9418
|
-
"multiple": false,
|
|
9419
|
-
"type": "option"
|
|
9420
9535
|
}
|
|
9421
9536
|
},
|
|
9422
9537
|
"hasDynamicHelp": false,
|
|
9423
9538
|
"hiddenAliases": [],
|
|
9424
|
-
"id": "
|
|
9539
|
+
"id": "templates:delete",
|
|
9425
9540
|
"pluginAlias": "@instantkom/cli",
|
|
9426
9541
|
"pluginName": "@instantkom/cli",
|
|
9427
9542
|
"pluginType": "core",
|
|
@@ -9431,20 +9546,14 @@
|
|
|
9431
9546
|
"relativePath": [
|
|
9432
9547
|
"dist",
|
|
9433
9548
|
"commands",
|
|
9434
|
-
"
|
|
9435
|
-
"
|
|
9549
|
+
"templates",
|
|
9550
|
+
"delete.js"
|
|
9436
9551
|
]
|
|
9437
9552
|
},
|
|
9438
|
-
"
|
|
9553
|
+
"templates:export": {
|
|
9439
9554
|
"aliases": [],
|
|
9440
|
-
"args": {
|
|
9441
|
-
|
|
9442
|
-
"description": "Ticket ID",
|
|
9443
|
-
"name": "id",
|
|
9444
|
-
"required": true
|
|
9445
|
-
}
|
|
9446
|
-
},
|
|
9447
|
-
"description": "Delete a ticket",
|
|
9555
|
+
"args": {},
|
|
9556
|
+
"description": "Export templates to a file",
|
|
9448
9557
|
"flags": {
|
|
9449
9558
|
"api-key": {
|
|
9450
9559
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9456,17 +9565,14 @@
|
|
|
9456
9565
|
"type": "option"
|
|
9457
9566
|
},
|
|
9458
9567
|
"format": {
|
|
9459
|
-
"description": "
|
|
9460
|
-
"helpGroup": "GLOBAL",
|
|
9568
|
+
"description": "Export format",
|
|
9461
9569
|
"name": "format",
|
|
9462
|
-
"default": "
|
|
9570
|
+
"default": "json",
|
|
9463
9571
|
"hasDynamicHelp": false,
|
|
9464
9572
|
"multiple": false,
|
|
9465
9573
|
"options": [
|
|
9466
|
-
"
|
|
9467
|
-
"json"
|
|
9468
|
-
"yaml",
|
|
9469
|
-
"table"
|
|
9574
|
+
"csv",
|
|
9575
|
+
"json"
|
|
9470
9576
|
],
|
|
9471
9577
|
"type": "option"
|
|
9472
9578
|
},
|
|
@@ -9508,10 +9614,17 @@
|
|
|
9508
9614
|
"multiple": false,
|
|
9509
9615
|
"type": "option"
|
|
9510
9616
|
},
|
|
9617
|
+
"file": {
|
|
9618
|
+
"description": "Output file path",
|
|
9619
|
+
"name": "file",
|
|
9620
|
+
"required": true,
|
|
9621
|
+
"hasDynamicHelp": false,
|
|
9622
|
+
"multiple": false,
|
|
9623
|
+
"type": "option"
|
|
9624
|
+
},
|
|
9511
9625
|
"channel": {
|
|
9512
|
-
"description": "
|
|
9626
|
+
"description": "Filter by channel ID",
|
|
9513
9627
|
"name": "channel",
|
|
9514
|
-
"required": true,
|
|
9515
9628
|
"hasDynamicHelp": false,
|
|
9516
9629
|
"multiple": false,
|
|
9517
9630
|
"type": "option"
|
|
@@ -9519,7 +9632,7 @@
|
|
|
9519
9632
|
},
|
|
9520
9633
|
"hasDynamicHelp": false,
|
|
9521
9634
|
"hiddenAliases": [],
|
|
9522
|
-
"id": "
|
|
9635
|
+
"id": "templates:export",
|
|
9523
9636
|
"pluginAlias": "@instantkom/cli",
|
|
9524
9637
|
"pluginName": "@instantkom/cli",
|
|
9525
9638
|
"pluginType": "core",
|
|
@@ -9529,20 +9642,20 @@
|
|
|
9529
9642
|
"relativePath": [
|
|
9530
9643
|
"dist",
|
|
9531
9644
|
"commands",
|
|
9532
|
-
"
|
|
9533
|
-
"
|
|
9645
|
+
"templates",
|
|
9646
|
+
"export.js"
|
|
9534
9647
|
]
|
|
9535
9648
|
},
|
|
9536
|
-
"
|
|
9649
|
+
"templates:get": {
|
|
9537
9650
|
"aliases": [],
|
|
9538
9651
|
"args": {
|
|
9539
9652
|
"id": {
|
|
9540
|
-
"description": "
|
|
9653
|
+
"description": "Template ID",
|
|
9541
9654
|
"name": "id",
|
|
9542
9655
|
"required": true
|
|
9543
9656
|
}
|
|
9544
9657
|
},
|
|
9545
|
-
"description": "Get a
|
|
9658
|
+
"description": "Get a message template by ID",
|
|
9546
9659
|
"flags": {
|
|
9547
9660
|
"api-key": {
|
|
9548
9661
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9605,19 +9718,11 @@
|
|
|
9605
9718
|
"hasDynamicHelp": false,
|
|
9606
9719
|
"multiple": false,
|
|
9607
9720
|
"type": "option"
|
|
9608
|
-
},
|
|
9609
|
-
"channel": {
|
|
9610
|
-
"description": "Channel ID",
|
|
9611
|
-
"name": "channel",
|
|
9612
|
-
"required": true,
|
|
9613
|
-
"hasDynamicHelp": false,
|
|
9614
|
-
"multiple": false,
|
|
9615
|
-
"type": "option"
|
|
9616
9721
|
}
|
|
9617
9722
|
},
|
|
9618
9723
|
"hasDynamicHelp": false,
|
|
9619
9724
|
"hiddenAliases": [],
|
|
9620
|
-
"id": "
|
|
9725
|
+
"id": "templates:get",
|
|
9621
9726
|
"pluginAlias": "@instantkom/cli",
|
|
9622
9727
|
"pluginName": "@instantkom/cli",
|
|
9623
9728
|
"pluginType": "core",
|
|
@@ -9627,14 +9732,14 @@
|
|
|
9627
9732
|
"relativePath": [
|
|
9628
9733
|
"dist",
|
|
9629
9734
|
"commands",
|
|
9630
|
-
"
|
|
9735
|
+
"templates",
|
|
9631
9736
|
"get.js"
|
|
9632
9737
|
]
|
|
9633
9738
|
},
|
|
9634
|
-
"
|
|
9739
|
+
"templates:import": {
|
|
9635
9740
|
"aliases": [],
|
|
9636
9741
|
"args": {},
|
|
9637
|
-
"description": "
|
|
9742
|
+
"description": "Import templates from JSON",
|
|
9638
9743
|
"flags": {
|
|
9639
9744
|
"api-key": {
|
|
9640
9745
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9698,34 +9803,32 @@
|
|
|
9698
9803
|
"multiple": false,
|
|
9699
9804
|
"type": "option"
|
|
9700
9805
|
},
|
|
9701
|
-
"
|
|
9702
|
-
"description": "
|
|
9703
|
-
"name": "
|
|
9806
|
+
"file": {
|
|
9807
|
+
"description": "JSON file path",
|
|
9808
|
+
"name": "file",
|
|
9704
9809
|
"required": true,
|
|
9705
9810
|
"hasDynamicHelp": false,
|
|
9706
9811
|
"multiple": false,
|
|
9707
9812
|
"type": "option"
|
|
9708
9813
|
},
|
|
9709
|
-
"
|
|
9710
|
-
"description": "
|
|
9711
|
-
"name": "
|
|
9712
|
-
"
|
|
9814
|
+
"channel": {
|
|
9815
|
+
"description": "Target channel ID",
|
|
9816
|
+
"name": "channel",
|
|
9817
|
+
"required": true,
|
|
9713
9818
|
"hasDynamicHelp": false,
|
|
9714
9819
|
"multiple": false,
|
|
9715
9820
|
"type": "option"
|
|
9716
9821
|
},
|
|
9717
|
-
"
|
|
9718
|
-
"description": "
|
|
9719
|
-
"name": "
|
|
9720
|
-
"
|
|
9721
|
-
"
|
|
9722
|
-
"multiple": false,
|
|
9723
|
-
"type": "option"
|
|
9822
|
+
"skip-duplicates": {
|
|
9823
|
+
"description": "Skip duplicate templates",
|
|
9824
|
+
"name": "skip-duplicates",
|
|
9825
|
+
"allowNo": true,
|
|
9826
|
+
"type": "boolean"
|
|
9724
9827
|
}
|
|
9725
9828
|
},
|
|
9726
9829
|
"hasDynamicHelp": false,
|
|
9727
9830
|
"hiddenAliases": [],
|
|
9728
|
-
"id": "
|
|
9831
|
+
"id": "templates:import",
|
|
9729
9832
|
"pluginAlias": "@instantkom/cli",
|
|
9730
9833
|
"pluginName": "@instantkom/cli",
|
|
9731
9834
|
"pluginType": "core",
|
|
@@ -9735,20 +9838,14 @@
|
|
|
9735
9838
|
"relativePath": [
|
|
9736
9839
|
"dist",
|
|
9737
9840
|
"commands",
|
|
9738
|
-
"
|
|
9739
|
-
"
|
|
9841
|
+
"templates",
|
|
9842
|
+
"import.js"
|
|
9740
9843
|
]
|
|
9741
9844
|
},
|
|
9742
|
-
"
|
|
9845
|
+
"templates:list": {
|
|
9743
9846
|
"aliases": [],
|
|
9744
|
-
"args": {
|
|
9745
|
-
|
|
9746
|
-
"description": "Ticket ID",
|
|
9747
|
-
"name": "id",
|
|
9748
|
-
"required": true
|
|
9749
|
-
}
|
|
9750
|
-
},
|
|
9751
|
-
"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.",
|
|
9847
|
+
"args": {},
|
|
9848
|
+
"description": "List message templates",
|
|
9752
9849
|
"flags": {
|
|
9753
9850
|
"api-key": {
|
|
9754
9851
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9812,24 +9909,40 @@
|
|
|
9812
9909
|
"multiple": false,
|
|
9813
9910
|
"type": "option"
|
|
9814
9911
|
},
|
|
9815
|
-
"
|
|
9816
|
-
"description": "
|
|
9817
|
-
"name": "
|
|
9818
|
-
"required": true,
|
|
9912
|
+
"channel": {
|
|
9913
|
+
"description": "Filter by channel ID",
|
|
9914
|
+
"name": "channel",
|
|
9819
9915
|
"hasDynamicHelp": false,
|
|
9820
9916
|
"multiple": false,
|
|
9821
9917
|
"type": "option"
|
|
9822
9918
|
},
|
|
9823
|
-
"
|
|
9824
|
-
"description": "
|
|
9825
|
-
"name": "
|
|
9826
|
-
"
|
|
9827
|
-
"
|
|
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,
|
|
9930
|
+
"hasDynamicHelp": false,
|
|
9931
|
+
"multiple": false,
|
|
9932
|
+
"type": "option"
|
|
9933
|
+
},
|
|
9934
|
+
"limit": {
|
|
9935
|
+
"description": "Items per page",
|
|
9936
|
+
"name": "limit",
|
|
9937
|
+
"default": 20,
|
|
9938
|
+
"hasDynamicHelp": false,
|
|
9939
|
+
"multiple": false,
|
|
9940
|
+
"type": "option"
|
|
9828
9941
|
}
|
|
9829
9942
|
},
|
|
9830
9943
|
"hasDynamicHelp": false,
|
|
9831
9944
|
"hiddenAliases": [],
|
|
9832
|
-
"id": "
|
|
9945
|
+
"id": "templates:list",
|
|
9833
9946
|
"pluginAlias": "@instantkom/cli",
|
|
9834
9947
|
"pluginName": "@instantkom/cli",
|
|
9835
9948
|
"pluginType": "core",
|
|
@@ -9839,20 +9952,20 @@
|
|
|
9839
9952
|
"relativePath": [
|
|
9840
9953
|
"dist",
|
|
9841
9954
|
"commands",
|
|
9842
|
-
"
|
|
9843
|
-
"
|
|
9955
|
+
"templates",
|
|
9956
|
+
"list.js"
|
|
9844
9957
|
]
|
|
9845
9958
|
},
|
|
9846
|
-
"
|
|
9959
|
+
"templates:render": {
|
|
9847
9960
|
"aliases": [],
|
|
9848
9961
|
"args": {
|
|
9849
9962
|
"id": {
|
|
9850
|
-
"description": "
|
|
9963
|
+
"description": "Template ID",
|
|
9851
9964
|
"name": "id",
|
|
9852
9965
|
"required": true
|
|
9853
9966
|
}
|
|
9854
9967
|
},
|
|
9855
|
-
"description": "
|
|
9968
|
+
"description": "Render a message template locally",
|
|
9856
9969
|
"flags": {
|
|
9857
9970
|
"api-key": {
|
|
9858
9971
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9916,59 +10029,17 @@
|
|
|
9916
10029
|
"multiple": false,
|
|
9917
10030
|
"type": "option"
|
|
9918
10031
|
},
|
|
9919
|
-
"
|
|
9920
|
-
"description": "
|
|
9921
|
-
"name": "
|
|
9922
|
-
"required": true,
|
|
9923
|
-
"hasDynamicHelp": false,
|
|
9924
|
-
"multiple": false,
|
|
9925
|
-
"type": "option"
|
|
9926
|
-
},
|
|
9927
|
-
"subject": {
|
|
9928
|
-
"description": "Ticket subject",
|
|
9929
|
-
"name": "subject",
|
|
9930
|
-
"hasDynamicHelp": false,
|
|
9931
|
-
"multiple": false,
|
|
9932
|
-
"type": "option"
|
|
9933
|
-
},
|
|
9934
|
-
"priority": {
|
|
9935
|
-
"description": "Ticket priority",
|
|
9936
|
-
"name": "priority",
|
|
9937
|
-
"hasDynamicHelp": false,
|
|
9938
|
-
"multiple": false,
|
|
9939
|
-
"type": "option"
|
|
9940
|
-
},
|
|
9941
|
-
"status": {
|
|
9942
|
-
"description": "Ticket status",
|
|
9943
|
-
"name": "status",
|
|
9944
|
-
"hasDynamicHelp": false,
|
|
9945
|
-
"multiple": false,
|
|
9946
|
-
"type": "option"
|
|
9947
|
-
},
|
|
9948
|
-
"assigned-to": {
|
|
9949
|
-
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
9950
|
-
"name": "assigned-to",
|
|
9951
|
-
"hasDynamicHelp": false,
|
|
9952
|
-
"multiple": false,
|
|
9953
|
-
"type": "option"
|
|
9954
|
-
},
|
|
9955
|
-
"notify": {
|
|
9956
|
-
"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.",
|
|
9957
|
-
"name": "notify",
|
|
9958
|
-
"allowNo": true,
|
|
9959
|
-
"type": "boolean"
|
|
9960
|
-
},
|
|
9961
|
-
"data": {
|
|
9962
|
-
"description": "Additional JSON object payload",
|
|
9963
|
-
"name": "data",
|
|
10032
|
+
"vars": {
|
|
10033
|
+
"description": "Template variable as key=value; may be repeated",
|
|
10034
|
+
"name": "vars",
|
|
9964
10035
|
"hasDynamicHelp": false,
|
|
9965
|
-
"multiple":
|
|
10036
|
+
"multiple": true,
|
|
9966
10037
|
"type": "option"
|
|
9967
10038
|
}
|
|
9968
10039
|
},
|
|
9969
10040
|
"hasDynamicHelp": false,
|
|
9970
10041
|
"hiddenAliases": [],
|
|
9971
|
-
"id": "
|
|
10042
|
+
"id": "templates:render",
|
|
9972
10043
|
"pluginAlias": "@instantkom/cli",
|
|
9973
10044
|
"pluginName": "@instantkom/cli",
|
|
9974
10045
|
"pluginType": "core",
|
|
@@ -9978,14 +10049,20 @@
|
|
|
9978
10049
|
"relativePath": [
|
|
9979
10050
|
"dist",
|
|
9980
10051
|
"commands",
|
|
9981
|
-
"
|
|
9982
|
-
"
|
|
10052
|
+
"templates",
|
|
10053
|
+
"render.js"
|
|
9983
10054
|
]
|
|
9984
10055
|
},
|
|
9985
|
-
"templates:
|
|
10056
|
+
"templates:update": {
|
|
9986
10057
|
"aliases": [],
|
|
9987
|
-
"args": {
|
|
9988
|
-
|
|
10058
|
+
"args": {
|
|
10059
|
+
"id": {
|
|
10060
|
+
"description": "Template ID",
|
|
10061
|
+
"name": "id",
|
|
10062
|
+
"required": true
|
|
10063
|
+
}
|
|
10064
|
+
},
|
|
10065
|
+
"description": "Update a message template",
|
|
9989
10066
|
"flags": {
|
|
9990
10067
|
"api-key": {
|
|
9991
10068
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10049,18 +10126,9 @@
|
|
|
10049
10126
|
"multiple": false,
|
|
10050
10127
|
"type": "option"
|
|
10051
10128
|
},
|
|
10052
|
-
"channel": {
|
|
10053
|
-
"description": "Channel ID",
|
|
10054
|
-
"name": "channel",
|
|
10055
|
-
"required": true,
|
|
10056
|
-
"hasDynamicHelp": false,
|
|
10057
|
-
"multiple": false,
|
|
10058
|
-
"type": "option"
|
|
10059
|
-
},
|
|
10060
10129
|
"name": {
|
|
10061
10130
|
"description": "Template name",
|
|
10062
10131
|
"name": "name",
|
|
10063
|
-
"required": true,
|
|
10064
10132
|
"hasDynamicHelp": false,
|
|
10065
10133
|
"multiple": false,
|
|
10066
10134
|
"type": "option"
|
|
@@ -10068,7 +10136,6 @@
|
|
|
10068
10136
|
"type": {
|
|
10069
10137
|
"description": "Template type",
|
|
10070
10138
|
"name": "type",
|
|
10071
|
-
"default": "text",
|
|
10072
10139
|
"hasDynamicHelp": false,
|
|
10073
10140
|
"multiple": false,
|
|
10074
10141
|
"options": [
|
|
@@ -10086,7 +10153,6 @@
|
|
|
10086
10153
|
"message": {
|
|
10087
10154
|
"description": "Template message",
|
|
10088
10155
|
"name": "message",
|
|
10089
|
-
"required": true,
|
|
10090
10156
|
"hasDynamicHelp": false,
|
|
10091
10157
|
"multiple": false,
|
|
10092
10158
|
"type": "option"
|
|
@@ -10104,6 +10170,12 @@
|
|
|
10104
10170
|
"allowNo": true,
|
|
10105
10171
|
"type": "boolean"
|
|
10106
10172
|
},
|
|
10173
|
+
"remove-media": {
|
|
10174
|
+
"description": "Remove existing media",
|
|
10175
|
+
"name": "remove-media",
|
|
10176
|
+
"allowNo": false,
|
|
10177
|
+
"type": "boolean"
|
|
10178
|
+
},
|
|
10107
10179
|
"whatsapp-language": {
|
|
10108
10180
|
"description": "WhatsApp template language",
|
|
10109
10181
|
"name": "whatsapp-language",
|
|
@@ -10135,7 +10207,7 @@
|
|
|
10135
10207
|
},
|
|
10136
10208
|
"hasDynamicHelp": false,
|
|
10137
10209
|
"hiddenAliases": [],
|
|
10138
|
-
"id": "templates:
|
|
10210
|
+
"id": "templates:update",
|
|
10139
10211
|
"pluginAlias": "@instantkom/cli",
|
|
10140
10212
|
"pluginName": "@instantkom/cli",
|
|
10141
10213
|
"pluginType": "core",
|
|
@@ -10146,19 +10218,13 @@
|
|
|
10146
10218
|
"dist",
|
|
10147
10219
|
"commands",
|
|
10148
10220
|
"templates",
|
|
10149
|
-
"
|
|
10221
|
+
"update.js"
|
|
10150
10222
|
]
|
|
10151
10223
|
},
|
|
10152
|
-
"templates:
|
|
10224
|
+
"templates:validate-import": {
|
|
10153
10225
|
"aliases": [],
|
|
10154
|
-
"args": {
|
|
10155
|
-
|
|
10156
|
-
"description": "template ID",
|
|
10157
|
-
"name": "id",
|
|
10158
|
-
"required": true
|
|
10159
|
-
}
|
|
10160
|
-
},
|
|
10161
|
-
"description": "Delete template",
|
|
10226
|
+
"args": {},
|
|
10227
|
+
"description": "Validate templates import JSON",
|
|
10162
10228
|
"flags": {
|
|
10163
10229
|
"api-key": {
|
|
10164
10230
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10221,11 +10287,27 @@
|
|
|
10221
10287
|
"hasDynamicHelp": false,
|
|
10222
10288
|
"multiple": false,
|
|
10223
10289
|
"type": "option"
|
|
10290
|
+
},
|
|
10291
|
+
"file": {
|
|
10292
|
+
"description": "JSON file path",
|
|
10293
|
+
"name": "file",
|
|
10294
|
+
"required": true,
|
|
10295
|
+
"hasDynamicHelp": false,
|
|
10296
|
+
"multiple": false,
|
|
10297
|
+
"type": "option"
|
|
10298
|
+
},
|
|
10299
|
+
"channel": {
|
|
10300
|
+
"description": "Target channel ID",
|
|
10301
|
+
"name": "channel",
|
|
10302
|
+
"required": true,
|
|
10303
|
+
"hasDynamicHelp": false,
|
|
10304
|
+
"multiple": false,
|
|
10305
|
+
"type": "option"
|
|
10224
10306
|
}
|
|
10225
10307
|
},
|
|
10226
10308
|
"hasDynamicHelp": false,
|
|
10227
10309
|
"hiddenAliases": [],
|
|
10228
|
-
"id": "templates:
|
|
10310
|
+
"id": "templates:validate-import",
|
|
10229
10311
|
"pluginAlias": "@instantkom/cli",
|
|
10230
10312
|
"pluginName": "@instantkom/cli",
|
|
10231
10313
|
"pluginType": "core",
|
|
@@ -10236,13 +10318,13 @@
|
|
|
10236
10318
|
"dist",
|
|
10237
10319
|
"commands",
|
|
10238
10320
|
"templates",
|
|
10239
|
-
"
|
|
10321
|
+
"validate-import.js"
|
|
10240
10322
|
]
|
|
10241
10323
|
},
|
|
10242
|
-
"
|
|
10324
|
+
"tickets:create": {
|
|
10243
10325
|
"aliases": [],
|
|
10244
10326
|
"args": {},
|
|
10245
|
-
"description": "
|
|
10327
|
+
"description": "Create a ticket",
|
|
10246
10328
|
"flags": {
|
|
10247
10329
|
"api-key": {
|
|
10248
10330
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10254,14 +10336,17 @@
|
|
|
10254
10336
|
"type": "option"
|
|
10255
10337
|
},
|
|
10256
10338
|
"format": {
|
|
10257
|
-
"description": "
|
|
10339
|
+
"description": "Output format: text, json, yaml, or table",
|
|
10340
|
+
"helpGroup": "GLOBAL",
|
|
10258
10341
|
"name": "format",
|
|
10259
|
-
"default": "
|
|
10342
|
+
"default": "text",
|
|
10260
10343
|
"hasDynamicHelp": false,
|
|
10261
10344
|
"multiple": false,
|
|
10262
10345
|
"options": [
|
|
10263
|
-
"
|
|
10264
|
-
"json"
|
|
10346
|
+
"text",
|
|
10347
|
+
"json",
|
|
10348
|
+
"yaml",
|
|
10349
|
+
"table"
|
|
10265
10350
|
],
|
|
10266
10351
|
"type": "option"
|
|
10267
10352
|
},
|
|
@@ -10303,107 +10388,60 @@
|
|
|
10303
10388
|
"multiple": false,
|
|
10304
10389
|
"type": "option"
|
|
10305
10390
|
},
|
|
10306
|
-
"
|
|
10307
|
-
"description": "
|
|
10308
|
-
"name": "
|
|
10391
|
+
"channel": {
|
|
10392
|
+
"description": "Channel ID",
|
|
10393
|
+
"name": "channel",
|
|
10309
10394
|
"required": true,
|
|
10310
10395
|
"hasDynamicHelp": false,
|
|
10311
10396
|
"multiple": false,
|
|
10312
10397
|
"type": "option"
|
|
10313
10398
|
},
|
|
10314
|
-
"
|
|
10315
|
-
"description": "
|
|
10316
|
-
"name": "
|
|
10399
|
+
"subject": {
|
|
10400
|
+
"description": "Ticket subject",
|
|
10401
|
+
"name": "subject",
|
|
10402
|
+
"required": true,
|
|
10317
10403
|
"hasDynamicHelp": false,
|
|
10318
10404
|
"multiple": false,
|
|
10319
10405
|
"type": "option"
|
|
10320
|
-
}
|
|
10321
|
-
|
|
10322
|
-
|
|
10323
|
-
|
|
10324
|
-
"id": "templates:export",
|
|
10325
|
-
"pluginAlias": "@instantkom/cli",
|
|
10326
|
-
"pluginName": "@instantkom/cli",
|
|
10327
|
-
"pluginType": "core",
|
|
10328
|
-
"strict": true,
|
|
10329
|
-
"enableJsonFlag": false,
|
|
10330
|
-
"isESM": true,
|
|
10331
|
-
"relativePath": [
|
|
10332
|
-
"dist",
|
|
10333
|
-
"commands",
|
|
10334
|
-
"templates",
|
|
10335
|
-
"export.js"
|
|
10336
|
-
]
|
|
10337
|
-
},
|
|
10338
|
-
"templates:get": {
|
|
10339
|
-
"aliases": [],
|
|
10340
|
-
"args": {
|
|
10341
|
-
"id": {
|
|
10342
|
-
"description": "Template ID",
|
|
10343
|
-
"name": "id",
|
|
10344
|
-
"required": true
|
|
10345
|
-
}
|
|
10346
|
-
},
|
|
10347
|
-
"description": "Get a message template by ID",
|
|
10348
|
-
"flags": {
|
|
10349
|
-
"api-key": {
|
|
10350
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10351
|
-
"env": "IKM_API_KEY",
|
|
10352
|
-
"helpGroup": "GLOBAL",
|
|
10353
|
-
"name": "api-key",
|
|
10406
|
+
},
|
|
10407
|
+
"recipient": {
|
|
10408
|
+
"description": "Existing recipient ID",
|
|
10409
|
+
"name": "recipient",
|
|
10354
10410
|
"hasDynamicHelp": false,
|
|
10355
10411
|
"multiple": false,
|
|
10356
10412
|
"type": "option"
|
|
10357
10413
|
},
|
|
10358
|
-
"
|
|
10359
|
-
"description": "
|
|
10360
|
-
"
|
|
10361
|
-
"name": "format",
|
|
10362
|
-
"default": "text",
|
|
10414
|
+
"email": {
|
|
10415
|
+
"description": "Customer email",
|
|
10416
|
+
"name": "email",
|
|
10363
10417
|
"hasDynamicHelp": false,
|
|
10364
10418
|
"multiple": false,
|
|
10365
|
-
"options": [
|
|
10366
|
-
"text",
|
|
10367
|
-
"json",
|
|
10368
|
-
"yaml",
|
|
10369
|
-
"table"
|
|
10370
|
-
],
|
|
10371
10419
|
"type": "option"
|
|
10372
10420
|
},
|
|
10373
|
-
"
|
|
10374
|
-
"description": "
|
|
10375
|
-
"
|
|
10376
|
-
"
|
|
10377
|
-
"
|
|
10378
|
-
"type": "
|
|
10379
|
-
},
|
|
10380
|
-
"quiet": {
|
|
10381
|
-
"description": "Suppress all output except errors",
|
|
10382
|
-
"helpGroup": "GLOBAL",
|
|
10383
|
-
"name": "quiet",
|
|
10384
|
-
"allowNo": false,
|
|
10385
|
-
"type": "boolean"
|
|
10386
|
-
},
|
|
10387
|
-
"no-color": {
|
|
10388
|
-
"description": "Disable color output",
|
|
10389
|
-
"helpGroup": "GLOBAL",
|
|
10390
|
-
"name": "no-color",
|
|
10391
|
-
"allowNo": false,
|
|
10392
|
-
"type": "boolean"
|
|
10421
|
+
"name": {
|
|
10422
|
+
"description": "Customer name",
|
|
10423
|
+
"name": "name",
|
|
10424
|
+
"hasDynamicHelp": false,
|
|
10425
|
+
"multiple": false,
|
|
10426
|
+
"type": "option"
|
|
10393
10427
|
},
|
|
10394
|
-
"
|
|
10395
|
-
"description": "
|
|
10396
|
-
"
|
|
10397
|
-
"name": "profile",
|
|
10398
|
-
"default": "default",
|
|
10428
|
+
"priority": {
|
|
10429
|
+
"description": "Ticket priority",
|
|
10430
|
+
"name": "priority",
|
|
10399
10431
|
"hasDynamicHelp": false,
|
|
10400
10432
|
"multiple": false,
|
|
10401
10433
|
"type": "option"
|
|
10402
10434
|
},
|
|
10403
|
-
"
|
|
10404
|
-
"description": "
|
|
10405
|
-
"
|
|
10406
|
-
"
|
|
10435
|
+
"source": {
|
|
10436
|
+
"description": "Ticket source",
|
|
10437
|
+
"name": "source",
|
|
10438
|
+
"hasDynamicHelp": false,
|
|
10439
|
+
"multiple": false,
|
|
10440
|
+
"type": "option"
|
|
10441
|
+
},
|
|
10442
|
+
"data": {
|
|
10443
|
+
"description": "Additional JSON object payload",
|
|
10444
|
+
"name": "data",
|
|
10407
10445
|
"hasDynamicHelp": false,
|
|
10408
10446
|
"multiple": false,
|
|
10409
10447
|
"type": "option"
|
|
@@ -10411,7 +10449,7 @@
|
|
|
10411
10449
|
},
|
|
10412
10450
|
"hasDynamicHelp": false,
|
|
10413
10451
|
"hiddenAliases": [],
|
|
10414
|
-
"id": "
|
|
10452
|
+
"id": "tickets:create",
|
|
10415
10453
|
"pluginAlias": "@instantkom/cli",
|
|
10416
10454
|
"pluginName": "@instantkom/cli",
|
|
10417
10455
|
"pluginType": "core",
|
|
@@ -10421,14 +10459,20 @@
|
|
|
10421
10459
|
"relativePath": [
|
|
10422
10460
|
"dist",
|
|
10423
10461
|
"commands",
|
|
10424
|
-
"
|
|
10425
|
-
"
|
|
10462
|
+
"tickets",
|
|
10463
|
+
"create.js"
|
|
10426
10464
|
]
|
|
10427
10465
|
},
|
|
10428
|
-
"
|
|
10466
|
+
"tickets:delete": {
|
|
10429
10467
|
"aliases": [],
|
|
10430
|
-
"args": {
|
|
10431
|
-
|
|
10468
|
+
"args": {
|
|
10469
|
+
"id": {
|
|
10470
|
+
"description": "Ticket ID",
|
|
10471
|
+
"name": "id",
|
|
10472
|
+
"required": true
|
|
10473
|
+
}
|
|
10474
|
+
},
|
|
10475
|
+
"description": "Delete a ticket",
|
|
10432
10476
|
"flags": {
|
|
10433
10477
|
"api-key": {
|
|
10434
10478
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10492,32 +10536,18 @@
|
|
|
10492
10536
|
"multiple": false,
|
|
10493
10537
|
"type": "option"
|
|
10494
10538
|
},
|
|
10495
|
-
"file": {
|
|
10496
|
-
"description": "JSON file path",
|
|
10497
|
-
"name": "file",
|
|
10498
|
-
"required": true,
|
|
10499
|
-
"hasDynamicHelp": false,
|
|
10500
|
-
"multiple": false,
|
|
10501
|
-
"type": "option"
|
|
10502
|
-
},
|
|
10503
10539
|
"channel": {
|
|
10504
|
-
"description": "
|
|
10540
|
+
"description": "Channel ID",
|
|
10505
10541
|
"name": "channel",
|
|
10506
10542
|
"required": true,
|
|
10507
10543
|
"hasDynamicHelp": false,
|
|
10508
10544
|
"multiple": false,
|
|
10509
10545
|
"type": "option"
|
|
10510
|
-
},
|
|
10511
|
-
"skip-duplicates": {
|
|
10512
|
-
"description": "Skip duplicate templates",
|
|
10513
|
-
"name": "skip-duplicates",
|
|
10514
|
-
"allowNo": true,
|
|
10515
|
-
"type": "boolean"
|
|
10516
10546
|
}
|
|
10517
10547
|
},
|
|
10518
10548
|
"hasDynamicHelp": false,
|
|
10519
10549
|
"hiddenAliases": [],
|
|
10520
|
-
"id": "
|
|
10550
|
+
"id": "tickets:delete",
|
|
10521
10551
|
"pluginAlias": "@instantkom/cli",
|
|
10522
10552
|
"pluginName": "@instantkom/cli",
|
|
10523
10553
|
"pluginType": "core",
|
|
@@ -10527,14 +10557,20 @@
|
|
|
10527
10557
|
"relativePath": [
|
|
10528
10558
|
"dist",
|
|
10529
10559
|
"commands",
|
|
10530
|
-
"
|
|
10531
|
-
"
|
|
10560
|
+
"tickets",
|
|
10561
|
+
"delete.js"
|
|
10532
10562
|
]
|
|
10533
10563
|
},
|
|
10534
|
-
"
|
|
10564
|
+
"tickets:get": {
|
|
10535
10565
|
"aliases": [],
|
|
10536
|
-
"args": {
|
|
10537
|
-
|
|
10566
|
+
"args": {
|
|
10567
|
+
"id": {
|
|
10568
|
+
"description": "Ticket ID",
|
|
10569
|
+
"name": "id",
|
|
10570
|
+
"required": true
|
|
10571
|
+
}
|
|
10572
|
+
},
|
|
10573
|
+
"description": "Get a ticket by ID",
|
|
10538
10574
|
"flags": {
|
|
10539
10575
|
"api-key": {
|
|
10540
10576
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10599,31 +10635,9 @@
|
|
|
10599
10635
|
"type": "option"
|
|
10600
10636
|
},
|
|
10601
10637
|
"channel": {
|
|
10602
|
-
"description": "
|
|
10638
|
+
"description": "Channel ID",
|
|
10603
10639
|
"name": "channel",
|
|
10604
|
-
"
|
|
10605
|
-
"multiple": false,
|
|
10606
|
-
"type": "option"
|
|
10607
|
-
},
|
|
10608
|
-
"search": {
|
|
10609
|
-
"description": "Search templates by name or content",
|
|
10610
|
-
"name": "search",
|
|
10611
|
-
"hasDynamicHelp": false,
|
|
10612
|
-
"multiple": false,
|
|
10613
|
-
"type": "option"
|
|
10614
|
-
},
|
|
10615
|
-
"page": {
|
|
10616
|
-
"description": "Page number",
|
|
10617
|
-
"name": "page",
|
|
10618
|
-
"default": 1,
|
|
10619
|
-
"hasDynamicHelp": false,
|
|
10620
|
-
"multiple": false,
|
|
10621
|
-
"type": "option"
|
|
10622
|
-
},
|
|
10623
|
-
"limit": {
|
|
10624
|
-
"description": "Items per page",
|
|
10625
|
-
"name": "limit",
|
|
10626
|
-
"default": 20,
|
|
10640
|
+
"required": true,
|
|
10627
10641
|
"hasDynamicHelp": false,
|
|
10628
10642
|
"multiple": false,
|
|
10629
10643
|
"type": "option"
|
|
@@ -10631,7 +10645,7 @@
|
|
|
10631
10645
|
},
|
|
10632
10646
|
"hasDynamicHelp": false,
|
|
10633
10647
|
"hiddenAliases": [],
|
|
10634
|
-
"id": "
|
|
10648
|
+
"id": "tickets:get",
|
|
10635
10649
|
"pluginAlias": "@instantkom/cli",
|
|
10636
10650
|
"pluginName": "@instantkom/cli",
|
|
10637
10651
|
"pluginType": "core",
|
|
@@ -10641,20 +10655,14 @@
|
|
|
10641
10655
|
"relativePath": [
|
|
10642
10656
|
"dist",
|
|
10643
10657
|
"commands",
|
|
10644
|
-
"
|
|
10645
|
-
"
|
|
10658
|
+
"tickets",
|
|
10659
|
+
"get.js"
|
|
10646
10660
|
]
|
|
10647
10661
|
},
|
|
10648
|
-
"
|
|
10662
|
+
"tickets:list": {
|
|
10649
10663
|
"aliases": [],
|
|
10650
|
-
"args": {
|
|
10651
|
-
|
|
10652
|
-
"description": "Template ID",
|
|
10653
|
-
"name": "id",
|
|
10654
|
-
"required": true
|
|
10655
|
-
}
|
|
10656
|
-
},
|
|
10657
|
-
"description": "Render a message template locally",
|
|
10664
|
+
"args": {},
|
|
10665
|
+
"description": "List tickets for a channel",
|
|
10658
10666
|
"flags": {
|
|
10659
10667
|
"api-key": {
|
|
10660
10668
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10718,17 +10726,34 @@
|
|
|
10718
10726
|
"multiple": false,
|
|
10719
10727
|
"type": "option"
|
|
10720
10728
|
},
|
|
10721
|
-
"
|
|
10722
|
-
"description": "
|
|
10723
|
-
"name": "
|
|
10729
|
+
"channel": {
|
|
10730
|
+
"description": "Channel ID",
|
|
10731
|
+
"name": "channel",
|
|
10732
|
+
"required": true,
|
|
10724
10733
|
"hasDynamicHelp": false,
|
|
10725
|
-
"multiple":
|
|
10734
|
+
"multiple": false,
|
|
10735
|
+
"type": "option"
|
|
10736
|
+
},
|
|
10737
|
+
"limit": {
|
|
10738
|
+
"description": "Maximum tickets to return",
|
|
10739
|
+
"name": "limit",
|
|
10740
|
+
"default": 500,
|
|
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,
|
|
10749
|
+
"hasDynamicHelp": false,
|
|
10750
|
+
"multiple": false,
|
|
10726
10751
|
"type": "option"
|
|
10727
10752
|
}
|
|
10728
10753
|
},
|
|
10729
10754
|
"hasDynamicHelp": false,
|
|
10730
10755
|
"hiddenAliases": [],
|
|
10731
|
-
"id": "
|
|
10756
|
+
"id": "tickets:list",
|
|
10732
10757
|
"pluginAlias": "@instantkom/cli",
|
|
10733
10758
|
"pluginName": "@instantkom/cli",
|
|
10734
10759
|
"pluginType": "core",
|
|
@@ -10738,20 +10763,20 @@
|
|
|
10738
10763
|
"relativePath": [
|
|
10739
10764
|
"dist",
|
|
10740
10765
|
"commands",
|
|
10741
|
-
"
|
|
10742
|
-
"
|
|
10766
|
+
"tickets",
|
|
10767
|
+
"list.js"
|
|
10743
10768
|
]
|
|
10744
10769
|
},
|
|
10745
|
-
"
|
|
10770
|
+
"tickets:reply": {
|
|
10746
10771
|
"aliases": [],
|
|
10747
10772
|
"args": {
|
|
10748
10773
|
"id": {
|
|
10749
|
-
"description": "
|
|
10774
|
+
"description": "Ticket ID",
|
|
10750
10775
|
"name": "id",
|
|
10751
10776
|
"required": true
|
|
10752
10777
|
}
|
|
10753
10778
|
},
|
|
10754
|
-
"description": "
|
|
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.",
|
|
10755
10780
|
"flags": {
|
|
10756
10781
|
"api-key": {
|
|
10757
10782
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10815,88 +10840,24 @@
|
|
|
10815
10840
|
"multiple": false,
|
|
10816
10841
|
"type": "option"
|
|
10817
10842
|
},
|
|
10818
|
-
"name": {
|
|
10819
|
-
"description": "Template name",
|
|
10820
|
-
"name": "name",
|
|
10821
|
-
"hasDynamicHelp": false,
|
|
10822
|
-
"multiple": false,
|
|
10823
|
-
"type": "option"
|
|
10824
|
-
},
|
|
10825
|
-
"type": {
|
|
10826
|
-
"description": "Template type",
|
|
10827
|
-
"name": "type",
|
|
10828
|
-
"hasDynamicHelp": false,
|
|
10829
|
-
"multiple": false,
|
|
10830
|
-
"options": [
|
|
10831
|
-
"text",
|
|
10832
|
-
"image",
|
|
10833
|
-
"video",
|
|
10834
|
-
"document",
|
|
10835
|
-
"audio",
|
|
10836
|
-
"location",
|
|
10837
|
-
"contact",
|
|
10838
|
-
"interactive"
|
|
10839
|
-
],
|
|
10840
|
-
"type": "option"
|
|
10841
|
-
},
|
|
10842
10843
|
"message": {
|
|
10843
|
-
"description": "
|
|
10844
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10844
10845
|
"name": "message",
|
|
10846
|
+
"required": true,
|
|
10845
10847
|
"hasDynamicHelp": false,
|
|
10846
10848
|
"multiple": false,
|
|
10847
10849
|
"type": "option"
|
|
10848
10850
|
},
|
|
10849
|
-
"
|
|
10850
|
-
"description": "
|
|
10851
|
-
"name": "
|
|
10852
|
-
"hasDynamicHelp": false,
|
|
10853
|
-
"multiple": false,
|
|
10854
|
-
"type": "option"
|
|
10855
|
-
},
|
|
10856
|
-
"status": {
|
|
10857
|
-
"description": "Template is active",
|
|
10858
|
-
"name": "status",
|
|
10859
|
-
"allowNo": true,
|
|
10860
|
-
"type": "boolean"
|
|
10861
|
-
},
|
|
10862
|
-
"remove-media": {
|
|
10863
|
-
"description": "Remove existing media",
|
|
10864
|
-
"name": "remove-media",
|
|
10851
|
+
"close": {
|
|
10852
|
+
"description": "Close the ticket after sending the reply",
|
|
10853
|
+
"name": "close",
|
|
10865
10854
|
"allowNo": false,
|
|
10866
10855
|
"type": "boolean"
|
|
10867
|
-
},
|
|
10868
|
-
"whatsapp-language": {
|
|
10869
|
-
"description": "WhatsApp template language",
|
|
10870
|
-
"name": "whatsapp-language",
|
|
10871
|
-
"hasDynamicHelp": false,
|
|
10872
|
-
"multiple": false,
|
|
10873
|
-
"type": "option"
|
|
10874
|
-
},
|
|
10875
|
-
"buttons": {
|
|
10876
|
-
"description": "Buttons JSON array/object",
|
|
10877
|
-
"name": "buttons",
|
|
10878
|
-
"hasDynamicHelp": false,
|
|
10879
|
-
"multiple": false,
|
|
10880
|
-
"type": "option"
|
|
10881
|
-
},
|
|
10882
|
-
"header-footer": {
|
|
10883
|
-
"description": "Header/footer JSON object",
|
|
10884
|
-
"name": "header-footer",
|
|
10885
|
-
"hasDynamicHelp": false,
|
|
10886
|
-
"multiple": false,
|
|
10887
|
-
"type": "option"
|
|
10888
|
-
},
|
|
10889
|
-
"data": {
|
|
10890
|
-
"description": "Additional JSON object payload",
|
|
10891
|
-
"name": "data",
|
|
10892
|
-
"hasDynamicHelp": false,
|
|
10893
|
-
"multiple": false,
|
|
10894
|
-
"type": "option"
|
|
10895
10856
|
}
|
|
10896
10857
|
},
|
|
10897
10858
|
"hasDynamicHelp": false,
|
|
10898
10859
|
"hiddenAliases": [],
|
|
10899
|
-
"id": "
|
|
10860
|
+
"id": "tickets:reply",
|
|
10900
10861
|
"pluginAlias": "@instantkom/cli",
|
|
10901
10862
|
"pluginName": "@instantkom/cli",
|
|
10902
10863
|
"pluginType": "core",
|
|
@@ -10906,14 +10867,20 @@
|
|
|
10906
10867
|
"relativePath": [
|
|
10907
10868
|
"dist",
|
|
10908
10869
|
"commands",
|
|
10909
|
-
"
|
|
10910
|
-
"
|
|
10870
|
+
"tickets",
|
|
10871
|
+
"reply.js"
|
|
10911
10872
|
]
|
|
10912
10873
|
},
|
|
10913
|
-
"
|
|
10874
|
+
"tickets:update": {
|
|
10914
10875
|
"aliases": [],
|
|
10915
|
-
"args": {
|
|
10916
|
-
|
|
10876
|
+
"args": {
|
|
10877
|
+
"id": {
|
|
10878
|
+
"description": "Ticket ID",
|
|
10879
|
+
"name": "id",
|
|
10880
|
+
"required": true
|
|
10881
|
+
}
|
|
10882
|
+
},
|
|
10883
|
+
"description": "Update a ticket",
|
|
10917
10884
|
"flags": {
|
|
10918
10885
|
"api-key": {
|
|
10919
10886
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10969,26 +10936,59 @@
|
|
|
10969
10936
|
"multiple": false,
|
|
10970
10937
|
"type": "option"
|
|
10971
10938
|
},
|
|
10972
|
-
"api-url": {
|
|
10973
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
10974
|
-
"helpGroup": "GLOBAL",
|
|
10975
|
-
"name": "api-url",
|
|
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",
|
|
10976
10972
|
"hasDynamicHelp": false,
|
|
10977
10973
|
"multiple": false,
|
|
10978
10974
|
"type": "option"
|
|
10979
10975
|
},
|
|
10980
|
-
"
|
|
10981
|
-
"description": "
|
|
10982
|
-
"name": "
|
|
10983
|
-
"required": true,
|
|
10976
|
+
"assigned-to": {
|
|
10977
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10978
|
+
"name": "assigned-to",
|
|
10984
10979
|
"hasDynamicHelp": false,
|
|
10985
10980
|
"multiple": false,
|
|
10986
10981
|
"type": "option"
|
|
10987
10982
|
},
|
|
10988
|
-
"
|
|
10989
|
-
"description": "
|
|
10990
|
-
"name": "
|
|
10991
|
-
"
|
|
10983
|
+
"notify": {
|
|
10984
|
+
"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.",
|
|
10985
|
+
"name": "notify",
|
|
10986
|
+
"allowNo": true,
|
|
10987
|
+
"type": "boolean"
|
|
10988
|
+
},
|
|
10989
|
+
"data": {
|
|
10990
|
+
"description": "Additional JSON object payload",
|
|
10991
|
+
"name": "data",
|
|
10992
10992
|
"hasDynamicHelp": false,
|
|
10993
10993
|
"multiple": false,
|
|
10994
10994
|
"type": "option"
|
|
@@ -10996,7 +10996,7 @@
|
|
|
10996
10996
|
},
|
|
10997
10997
|
"hasDynamicHelp": false,
|
|
10998
10998
|
"hiddenAliases": [],
|
|
10999
|
-
"id": "
|
|
10999
|
+
"id": "tickets:update",
|
|
11000
11000
|
"pluginAlias": "@instantkom/cli",
|
|
11001
11001
|
"pluginName": "@instantkom/cli",
|
|
11002
11002
|
"pluginType": "core",
|
|
@@ -11006,8 +11006,8 @@
|
|
|
11006
11006
|
"relativePath": [
|
|
11007
11007
|
"dist",
|
|
11008
11008
|
"commands",
|
|
11009
|
-
"
|
|
11010
|
-
"
|
|
11009
|
+
"tickets",
|
|
11010
|
+
"update.js"
|
|
11011
11011
|
]
|
|
11012
11012
|
},
|
|
11013
11013
|
"webhooks:add": {
|
|
@@ -14190,7 +14190,7 @@
|
|
|
14190
14190
|
"remove.js"
|
|
14191
14191
|
]
|
|
14192
14192
|
},
|
|
14193
|
-
"flow:
|
|
14193
|
+
"flow:nodes:create": {
|
|
14194
14194
|
"aliases": [],
|
|
14195
14195
|
"args": {
|
|
14196
14196
|
"flowId": {
|
|
@@ -14199,7 +14199,7 @@
|
|
|
14199
14199
|
"required": true
|
|
14200
14200
|
}
|
|
14201
14201
|
},
|
|
14202
|
-
"description": "Create a flow
|
|
14202
|
+
"description": "Create a flow node",
|
|
14203
14203
|
"flags": {
|
|
14204
14204
|
"api-key": {
|
|
14205
14205
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14263,33 +14263,33 @@
|
|
|
14263
14263
|
"multiple": false,
|
|
14264
14264
|
"type": "option"
|
|
14265
14265
|
},
|
|
14266
|
-
"
|
|
14267
|
-
"description": "
|
|
14268
|
-
"name": "
|
|
14269
|
-
"required": true,
|
|
14266
|
+
"bot": {
|
|
14267
|
+
"description": "Bot ID",
|
|
14268
|
+
"name": "bot",
|
|
14270
14269
|
"hasDynamicHelp": false,
|
|
14271
14270
|
"multiple": false,
|
|
14272
14271
|
"type": "option"
|
|
14273
14272
|
},
|
|
14274
|
-
"
|
|
14275
|
-
"description": "
|
|
14276
|
-
"name": "
|
|
14273
|
+
"type": {
|
|
14274
|
+
"description": "Node type",
|
|
14275
|
+
"name": "type",
|
|
14277
14276
|
"required": true,
|
|
14278
14277
|
"hasDynamicHelp": false,
|
|
14279
14278
|
"multiple": false,
|
|
14280
14279
|
"type": "option"
|
|
14281
14280
|
},
|
|
14282
|
-
"
|
|
14283
|
-
"description": "
|
|
14284
|
-
"name": "
|
|
14281
|
+
"x": {
|
|
14282
|
+
"description": "X position",
|
|
14283
|
+
"name": "x",
|
|
14284
|
+
"required": true,
|
|
14285
14285
|
"hasDynamicHelp": false,
|
|
14286
14286
|
"multiple": false,
|
|
14287
14287
|
"type": "option"
|
|
14288
14288
|
},
|
|
14289
|
-
"
|
|
14290
|
-
"description": "
|
|
14291
|
-
"name": "
|
|
14292
|
-
"
|
|
14289
|
+
"y": {
|
|
14290
|
+
"description": "Y position",
|
|
14291
|
+
"name": "y",
|
|
14292
|
+
"required": true,
|
|
14293
14293
|
"hasDynamicHelp": false,
|
|
14294
14294
|
"multiple": false,
|
|
14295
14295
|
"type": "option"
|
|
@@ -14304,7 +14304,7 @@
|
|
|
14304
14304
|
},
|
|
14305
14305
|
"hasDynamicHelp": false,
|
|
14306
14306
|
"hiddenAliases": [],
|
|
14307
|
-
"id": "flow:
|
|
14307
|
+
"id": "flow:nodes:create",
|
|
14308
14308
|
"pluginAlias": "@instantkom/cli",
|
|
14309
14309
|
"pluginName": "@instantkom/cli",
|
|
14310
14310
|
"pluginType": "core",
|
|
@@ -14315,11 +14315,11 @@
|
|
|
14315
14315
|
"dist",
|
|
14316
14316
|
"commands",
|
|
14317
14317
|
"flow",
|
|
14318
|
-
"
|
|
14318
|
+
"nodes",
|
|
14319
14319
|
"create.js"
|
|
14320
14320
|
]
|
|
14321
14321
|
},
|
|
14322
|
-
"flow:
|
|
14322
|
+
"flow:nodes:delete": {
|
|
14323
14323
|
"aliases": [],
|
|
14324
14324
|
"args": {
|
|
14325
14325
|
"flowId": {
|
|
@@ -14327,13 +14327,13 @@
|
|
|
14327
14327
|
"name": "flowId",
|
|
14328
14328
|
"required": true
|
|
14329
14329
|
},
|
|
14330
|
-
"
|
|
14331
|
-
"description": "
|
|
14332
|
-
"name": "
|
|
14330
|
+
"nodeId": {
|
|
14331
|
+
"description": "Node ID",
|
|
14332
|
+
"name": "nodeId",
|
|
14333
14333
|
"required": true
|
|
14334
14334
|
}
|
|
14335
14335
|
},
|
|
14336
|
-
"description": "Delete a flow
|
|
14336
|
+
"description": "Delete a flow node",
|
|
14337
14337
|
"flags": {
|
|
14338
14338
|
"api-key": {
|
|
14339
14339
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14400,7 +14400,7 @@
|
|
|
14400
14400
|
},
|
|
14401
14401
|
"hasDynamicHelp": false,
|
|
14402
14402
|
"hiddenAliases": [],
|
|
14403
|
-
"id": "flow:
|
|
14403
|
+
"id": "flow:nodes:delete",
|
|
14404
14404
|
"pluginAlias": "@instantkom/cli",
|
|
14405
14405
|
"pluginName": "@instantkom/cli",
|
|
14406
14406
|
"pluginType": "core",
|
|
@@ -14411,11 +14411,11 @@
|
|
|
14411
14411
|
"dist",
|
|
14412
14412
|
"commands",
|
|
14413
14413
|
"flow",
|
|
14414
|
-
"
|
|
14414
|
+
"nodes",
|
|
14415
14415
|
"delete.js"
|
|
14416
14416
|
]
|
|
14417
14417
|
},
|
|
14418
|
-
"flow:
|
|
14418
|
+
"flow:nodes:get": {
|
|
14419
14419
|
"aliases": [],
|
|
14420
14420
|
"args": {
|
|
14421
14421
|
"flowId": {
|
|
@@ -14423,13 +14423,13 @@
|
|
|
14423
14423
|
"name": "flowId",
|
|
14424
14424
|
"required": true
|
|
14425
14425
|
},
|
|
14426
|
-
"
|
|
14427
|
-
"description": "
|
|
14428
|
-
"name": "
|
|
14426
|
+
"nodeId": {
|
|
14427
|
+
"description": "Node ID",
|
|
14428
|
+
"name": "nodeId",
|
|
14429
14429
|
"required": true
|
|
14430
14430
|
}
|
|
14431
14431
|
},
|
|
14432
|
-
"description": "Get a flow
|
|
14432
|
+
"description": "Get a flow node",
|
|
14433
14433
|
"flags": {
|
|
14434
14434
|
"api-key": {
|
|
14435
14435
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14496,7 +14496,7 @@
|
|
|
14496
14496
|
},
|
|
14497
14497
|
"hasDynamicHelp": false,
|
|
14498
14498
|
"hiddenAliases": [],
|
|
14499
|
-
"id": "flow:
|
|
14499
|
+
"id": "flow:nodes:get",
|
|
14500
14500
|
"pluginAlias": "@instantkom/cli",
|
|
14501
14501
|
"pluginName": "@instantkom/cli",
|
|
14502
14502
|
"pluginType": "core",
|
|
@@ -14507,11 +14507,11 @@
|
|
|
14507
14507
|
"dist",
|
|
14508
14508
|
"commands",
|
|
14509
14509
|
"flow",
|
|
14510
|
-
"
|
|
14510
|
+
"nodes",
|
|
14511
14511
|
"get.js"
|
|
14512
14512
|
]
|
|
14513
14513
|
},
|
|
14514
|
-
"flow:
|
|
14514
|
+
"flow:nodes:list": {
|
|
14515
14515
|
"aliases": [],
|
|
14516
14516
|
"args": {
|
|
14517
14517
|
"flowId": {
|
|
@@ -14520,7 +14520,7 @@
|
|
|
14520
14520
|
"required": true
|
|
14521
14521
|
}
|
|
14522
14522
|
},
|
|
14523
|
-
"description": "List
|
|
14523
|
+
"description": "List nodes in a flow",
|
|
14524
14524
|
"flags": {
|
|
14525
14525
|
"api-key": {
|
|
14526
14526
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14587,7 +14587,7 @@
|
|
|
14587
14587
|
},
|
|
14588
14588
|
"hasDynamicHelp": false,
|
|
14589
14589
|
"hiddenAliases": [],
|
|
14590
|
-
"id": "flow:
|
|
14590
|
+
"id": "flow:nodes:list",
|
|
14591
14591
|
"pluginAlias": "@instantkom/cli",
|
|
14592
14592
|
"pluginName": "@instantkom/cli",
|
|
14593
14593
|
"pluginType": "core",
|
|
@@ -14598,11 +14598,11 @@
|
|
|
14598
14598
|
"dist",
|
|
14599
14599
|
"commands",
|
|
14600
14600
|
"flow",
|
|
14601
|
-
"
|
|
14601
|
+
"nodes",
|
|
14602
14602
|
"list.js"
|
|
14603
14603
|
]
|
|
14604
14604
|
},
|
|
14605
|
-
"flow:
|
|
14605
|
+
"flow:nodes:update": {
|
|
14606
14606
|
"aliases": [],
|
|
14607
14607
|
"args": {
|
|
14608
14608
|
"flowId": {
|
|
@@ -14610,13 +14610,13 @@
|
|
|
14610
14610
|
"name": "flowId",
|
|
14611
14611
|
"required": true
|
|
14612
14612
|
},
|
|
14613
|
-
"
|
|
14614
|
-
"description": "
|
|
14615
|
-
"name": "
|
|
14613
|
+
"nodeId": {
|
|
14614
|
+
"description": "Node ID",
|
|
14615
|
+
"name": "nodeId",
|
|
14616
14616
|
"required": true
|
|
14617
14617
|
}
|
|
14618
14618
|
},
|
|
14619
|
-
"description": "Update a flow
|
|
14619
|
+
"description": "Update a flow node",
|
|
14620
14620
|
"flags": {
|
|
14621
14621
|
"api-key": {
|
|
14622
14622
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14680,30 +14680,30 @@
|
|
|
14680
14680
|
"multiple": false,
|
|
14681
14681
|
"type": "option"
|
|
14682
14682
|
},
|
|
14683
|
-
"
|
|
14684
|
-
"description": "
|
|
14685
|
-
"name": "
|
|
14683
|
+
"bot": {
|
|
14684
|
+
"description": "Bot ID",
|
|
14685
|
+
"name": "bot",
|
|
14686
14686
|
"hasDynamicHelp": false,
|
|
14687
14687
|
"multiple": false,
|
|
14688
14688
|
"type": "option"
|
|
14689
14689
|
},
|
|
14690
|
-
"
|
|
14691
|
-
"description": "
|
|
14692
|
-
"name": "
|
|
14690
|
+
"type": {
|
|
14691
|
+
"description": "Node type",
|
|
14692
|
+
"name": "type",
|
|
14693
14693
|
"hasDynamicHelp": false,
|
|
14694
14694
|
"multiple": false,
|
|
14695
14695
|
"type": "option"
|
|
14696
14696
|
},
|
|
14697
|
-
"
|
|
14698
|
-
"description": "
|
|
14699
|
-
"name": "
|
|
14697
|
+
"x": {
|
|
14698
|
+
"description": "X position",
|
|
14699
|
+
"name": "x",
|
|
14700
14700
|
"hasDynamicHelp": false,
|
|
14701
14701
|
"multiple": false,
|
|
14702
14702
|
"type": "option"
|
|
14703
14703
|
},
|
|
14704
|
-
"
|
|
14705
|
-
"description": "
|
|
14706
|
-
"name": "
|
|
14704
|
+
"y": {
|
|
14705
|
+
"description": "Y position",
|
|
14706
|
+
"name": "y",
|
|
14707
14707
|
"hasDynamicHelp": false,
|
|
14708
14708
|
"multiple": false,
|
|
14709
14709
|
"type": "option"
|
|
@@ -14718,7 +14718,7 @@
|
|
|
14718
14718
|
},
|
|
14719
14719
|
"hasDynamicHelp": false,
|
|
14720
14720
|
"hiddenAliases": [],
|
|
14721
|
-
"id": "flow:
|
|
14721
|
+
"id": "flow:nodes:update",
|
|
14722
14722
|
"pluginAlias": "@instantkom/cli",
|
|
14723
14723
|
"pluginName": "@instantkom/cli",
|
|
14724
14724
|
"pluginType": "core",
|
|
@@ -14729,11 +14729,11 @@
|
|
|
14729
14729
|
"dist",
|
|
14730
14730
|
"commands",
|
|
14731
14731
|
"flow",
|
|
14732
|
-
"
|
|
14732
|
+
"nodes",
|
|
14733
14733
|
"update.js"
|
|
14734
14734
|
]
|
|
14735
14735
|
},
|
|
14736
|
-
"flow:
|
|
14736
|
+
"flow:edges:create": {
|
|
14737
14737
|
"aliases": [],
|
|
14738
14738
|
"args": {
|
|
14739
14739
|
"flowId": {
|
|
@@ -14742,7 +14742,7 @@
|
|
|
14742
14742
|
"required": true
|
|
14743
14743
|
}
|
|
14744
14744
|
},
|
|
14745
|
-
"description": "Create a flow
|
|
14745
|
+
"description": "Create a flow edge",
|
|
14746
14746
|
"flags": {
|
|
14747
14747
|
"api-key": {
|
|
14748
14748
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14806,33 +14806,33 @@
|
|
|
14806
14806
|
"multiple": false,
|
|
14807
14807
|
"type": "option"
|
|
14808
14808
|
},
|
|
14809
|
-
"
|
|
14810
|
-
"description": "
|
|
14811
|
-
"name": "
|
|
14809
|
+
"source": {
|
|
14810
|
+
"description": "Source node ID",
|
|
14811
|
+
"name": "source",
|
|
14812
|
+
"required": true,
|
|
14812
14813
|
"hasDynamicHelp": false,
|
|
14813
14814
|
"multiple": false,
|
|
14814
14815
|
"type": "option"
|
|
14815
14816
|
},
|
|
14816
|
-
"
|
|
14817
|
-
"description": "
|
|
14818
|
-
"name": "
|
|
14817
|
+
"target": {
|
|
14818
|
+
"description": "Target node ID",
|
|
14819
|
+
"name": "target",
|
|
14819
14820
|
"required": true,
|
|
14820
14821
|
"hasDynamicHelp": false,
|
|
14821
14822
|
"multiple": false,
|
|
14822
14823
|
"type": "option"
|
|
14823
14824
|
},
|
|
14824
|
-
"
|
|
14825
|
-
"description": "
|
|
14826
|
-
"name": "
|
|
14827
|
-
"required": true,
|
|
14825
|
+
"label": {
|
|
14826
|
+
"description": "Edge label",
|
|
14827
|
+
"name": "label",
|
|
14828
14828
|
"hasDynamicHelp": false,
|
|
14829
14829
|
"multiple": false,
|
|
14830
14830
|
"type": "option"
|
|
14831
14831
|
},
|
|
14832
|
-
"
|
|
14833
|
-
"description": "
|
|
14834
|
-
"name": "
|
|
14835
|
-
"
|
|
14832
|
+
"type": {
|
|
14833
|
+
"description": "Edge type",
|
|
14834
|
+
"name": "type",
|
|
14835
|
+
"default": "default",
|
|
14836
14836
|
"hasDynamicHelp": false,
|
|
14837
14837
|
"multiple": false,
|
|
14838
14838
|
"type": "option"
|
|
@@ -14847,7 +14847,7 @@
|
|
|
14847
14847
|
},
|
|
14848
14848
|
"hasDynamicHelp": false,
|
|
14849
14849
|
"hiddenAliases": [],
|
|
14850
|
-
"id": "flow:
|
|
14850
|
+
"id": "flow:edges:create",
|
|
14851
14851
|
"pluginAlias": "@instantkom/cli",
|
|
14852
14852
|
"pluginName": "@instantkom/cli",
|
|
14853
14853
|
"pluginType": "core",
|
|
@@ -14858,11 +14858,11 @@
|
|
|
14858
14858
|
"dist",
|
|
14859
14859
|
"commands",
|
|
14860
14860
|
"flow",
|
|
14861
|
-
"
|
|
14861
|
+
"edges",
|
|
14862
14862
|
"create.js"
|
|
14863
14863
|
]
|
|
14864
14864
|
},
|
|
14865
|
-
"flow:
|
|
14865
|
+
"flow:edges:delete": {
|
|
14866
14866
|
"aliases": [],
|
|
14867
14867
|
"args": {
|
|
14868
14868
|
"flowId": {
|
|
@@ -14870,13 +14870,13 @@
|
|
|
14870
14870
|
"name": "flowId",
|
|
14871
14871
|
"required": true
|
|
14872
14872
|
},
|
|
14873
|
-
"
|
|
14874
|
-
"description": "
|
|
14875
|
-
"name": "
|
|
14873
|
+
"edgeId": {
|
|
14874
|
+
"description": "Edge ID",
|
|
14875
|
+
"name": "edgeId",
|
|
14876
14876
|
"required": true
|
|
14877
14877
|
}
|
|
14878
14878
|
},
|
|
14879
|
-
"description": "Delete a flow
|
|
14879
|
+
"description": "Delete a flow edge",
|
|
14880
14880
|
"flags": {
|
|
14881
14881
|
"api-key": {
|
|
14882
14882
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14943,7 +14943,7 @@
|
|
|
14943
14943
|
},
|
|
14944
14944
|
"hasDynamicHelp": false,
|
|
14945
14945
|
"hiddenAliases": [],
|
|
14946
|
-
"id": "flow:
|
|
14946
|
+
"id": "flow:edges:delete",
|
|
14947
14947
|
"pluginAlias": "@instantkom/cli",
|
|
14948
14948
|
"pluginName": "@instantkom/cli",
|
|
14949
14949
|
"pluginType": "core",
|
|
@@ -14954,11 +14954,11 @@
|
|
|
14954
14954
|
"dist",
|
|
14955
14955
|
"commands",
|
|
14956
14956
|
"flow",
|
|
14957
|
-
"
|
|
14957
|
+
"edges",
|
|
14958
14958
|
"delete.js"
|
|
14959
14959
|
]
|
|
14960
14960
|
},
|
|
14961
|
-
"flow:
|
|
14961
|
+
"flow:edges:get": {
|
|
14962
14962
|
"aliases": [],
|
|
14963
14963
|
"args": {
|
|
14964
14964
|
"flowId": {
|
|
@@ -14966,13 +14966,13 @@
|
|
|
14966
14966
|
"name": "flowId",
|
|
14967
14967
|
"required": true
|
|
14968
14968
|
},
|
|
14969
|
-
"
|
|
14970
|
-
"description": "
|
|
14971
|
-
"name": "
|
|
14969
|
+
"edgeId": {
|
|
14970
|
+
"description": "Edge ID",
|
|
14971
|
+
"name": "edgeId",
|
|
14972
14972
|
"required": true
|
|
14973
14973
|
}
|
|
14974
14974
|
},
|
|
14975
|
-
"description": "Get a flow
|
|
14975
|
+
"description": "Get a flow edge",
|
|
14976
14976
|
"flags": {
|
|
14977
14977
|
"api-key": {
|
|
14978
14978
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15039,7 +15039,7 @@
|
|
|
15039
15039
|
},
|
|
15040
15040
|
"hasDynamicHelp": false,
|
|
15041
15041
|
"hiddenAliases": [],
|
|
15042
|
-
"id": "flow:
|
|
15042
|
+
"id": "flow:edges:get",
|
|
15043
15043
|
"pluginAlias": "@instantkom/cli",
|
|
15044
15044
|
"pluginName": "@instantkom/cli",
|
|
15045
15045
|
"pluginType": "core",
|
|
@@ -15050,11 +15050,11 @@
|
|
|
15050
15050
|
"dist",
|
|
15051
15051
|
"commands",
|
|
15052
15052
|
"flow",
|
|
15053
|
-
"
|
|
15053
|
+
"edges",
|
|
15054
15054
|
"get.js"
|
|
15055
15055
|
]
|
|
15056
15056
|
},
|
|
15057
|
-
"flow:
|
|
15057
|
+
"flow:edges:list": {
|
|
15058
15058
|
"aliases": [],
|
|
15059
15059
|
"args": {
|
|
15060
15060
|
"flowId": {
|
|
@@ -15063,7 +15063,7 @@
|
|
|
15063
15063
|
"required": true
|
|
15064
15064
|
}
|
|
15065
15065
|
},
|
|
15066
|
-
"description": "List
|
|
15066
|
+
"description": "List edges in a flow",
|
|
15067
15067
|
"flags": {
|
|
15068
15068
|
"api-key": {
|
|
15069
15069
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15130,7 +15130,7 @@
|
|
|
15130
15130
|
},
|
|
15131
15131
|
"hasDynamicHelp": false,
|
|
15132
15132
|
"hiddenAliases": [],
|
|
15133
|
-
"id": "flow:
|
|
15133
|
+
"id": "flow:edges:list",
|
|
15134
15134
|
"pluginAlias": "@instantkom/cli",
|
|
15135
15135
|
"pluginName": "@instantkom/cli",
|
|
15136
15136
|
"pluginType": "core",
|
|
@@ -15141,11 +15141,11 @@
|
|
|
15141
15141
|
"dist",
|
|
15142
15142
|
"commands",
|
|
15143
15143
|
"flow",
|
|
15144
|
-
"
|
|
15144
|
+
"edges",
|
|
15145
15145
|
"list.js"
|
|
15146
15146
|
]
|
|
15147
15147
|
},
|
|
15148
|
-
"flow:
|
|
15148
|
+
"flow:edges:update": {
|
|
15149
15149
|
"aliases": [],
|
|
15150
15150
|
"args": {
|
|
15151
15151
|
"flowId": {
|
|
@@ -15153,13 +15153,13 @@
|
|
|
15153
15153
|
"name": "flowId",
|
|
15154
15154
|
"required": true
|
|
15155
15155
|
},
|
|
15156
|
-
"
|
|
15157
|
-
"description": "
|
|
15158
|
-
"name": "
|
|
15156
|
+
"edgeId": {
|
|
15157
|
+
"description": "Edge ID",
|
|
15158
|
+
"name": "edgeId",
|
|
15159
15159
|
"required": true
|
|
15160
15160
|
}
|
|
15161
15161
|
},
|
|
15162
|
-
"description": "Update a flow
|
|
15162
|
+
"description": "Update a flow edge",
|
|
15163
15163
|
"flags": {
|
|
15164
15164
|
"api-key": {
|
|
15165
15165
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15223,30 +15223,30 @@
|
|
|
15223
15223
|
"multiple": false,
|
|
15224
15224
|
"type": "option"
|
|
15225
15225
|
},
|
|
15226
|
-
"
|
|
15227
|
-
"description": "
|
|
15228
|
-
"name": "
|
|
15226
|
+
"source": {
|
|
15227
|
+
"description": "Source node ID",
|
|
15228
|
+
"name": "source",
|
|
15229
15229
|
"hasDynamicHelp": false,
|
|
15230
15230
|
"multiple": false,
|
|
15231
15231
|
"type": "option"
|
|
15232
15232
|
},
|
|
15233
|
-
"
|
|
15234
|
-
"description": "
|
|
15235
|
-
"name": "
|
|
15233
|
+
"target": {
|
|
15234
|
+
"description": "Target node ID",
|
|
15235
|
+
"name": "target",
|
|
15236
15236
|
"hasDynamicHelp": false,
|
|
15237
15237
|
"multiple": false,
|
|
15238
15238
|
"type": "option"
|
|
15239
15239
|
},
|
|
15240
|
-
"
|
|
15241
|
-
"description": "
|
|
15242
|
-
"name": "
|
|
15240
|
+
"label": {
|
|
15241
|
+
"description": "Edge label",
|
|
15242
|
+
"name": "label",
|
|
15243
15243
|
"hasDynamicHelp": false,
|
|
15244
15244
|
"multiple": false,
|
|
15245
15245
|
"type": "option"
|
|
15246
15246
|
},
|
|
15247
|
-
"
|
|
15248
|
-
"description": "
|
|
15249
|
-
"name": "
|
|
15247
|
+
"type": {
|
|
15248
|
+
"description": "Edge type",
|
|
15249
|
+
"name": "type",
|
|
15250
15250
|
"hasDynamicHelp": false,
|
|
15251
15251
|
"multiple": false,
|
|
15252
15252
|
"type": "option"
|
|
@@ -15261,7 +15261,7 @@
|
|
|
15261
15261
|
},
|
|
15262
15262
|
"hasDynamicHelp": false,
|
|
15263
15263
|
"hiddenAliases": [],
|
|
15264
|
-
"id": "flow:
|
|
15264
|
+
"id": "flow:edges:update",
|
|
15265
15265
|
"pluginAlias": "@instantkom/cli",
|
|
15266
15266
|
"pluginName": "@instantkom/cli",
|
|
15267
15267
|
"pluginType": "core",
|
|
@@ -15272,7 +15272,7 @@
|
|
|
15272
15272
|
"dist",
|
|
15273
15273
|
"commands",
|
|
15274
15274
|
"flow",
|
|
15275
|
-
"
|
|
15275
|
+
"edges",
|
|
15276
15276
|
"update.js"
|
|
15277
15277
|
]
|
|
15278
15278
|
},
|
|
@@ -16352,5 +16352,5 @@
|
|
|
16352
16352
|
]
|
|
16353
16353
|
}
|
|
16354
16354
|
},
|
|
16355
|
-
"version": "3.
|
|
16355
|
+
"version": "3.134.0"
|
|
16356
16356
|
}
|