@instantkom/cli 3.146.1 → 3.148.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 +1499 -1499
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -953,10 +953,10 @@
|
|
|
953
953
|
"update.js"
|
|
954
954
|
]
|
|
955
955
|
},
|
|
956
|
-
"
|
|
956
|
+
"ai:reply": {
|
|
957
957
|
"aliases": [],
|
|
958
958
|
"args": {},
|
|
959
|
-
"description": "
|
|
959
|
+
"description": "Generate AI reply suggestions for a message",
|
|
960
960
|
"flags": {
|
|
961
961
|
"api-key": {
|
|
962
962
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1020,24 +1020,46 @@
|
|
|
1020
1020
|
"multiple": false,
|
|
1021
1021
|
"type": "option"
|
|
1022
1022
|
},
|
|
1023
|
-
"
|
|
1024
|
-
"description": "
|
|
1025
|
-
"name": "
|
|
1026
|
-
"
|
|
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",
|
|
1027
1048
|
"hasDynamicHelp": false,
|
|
1028
1049
|
"multiple": false,
|
|
1029
1050
|
"options": [
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1033
|
-
"
|
|
1051
|
+
"professional",
|
|
1052
|
+
"friendly",
|
|
1053
|
+
"concise",
|
|
1054
|
+
"detailed",
|
|
1055
|
+
"empathetic"
|
|
1034
1056
|
],
|
|
1035
1057
|
"type": "option"
|
|
1036
1058
|
}
|
|
1037
1059
|
},
|
|
1038
1060
|
"hasDynamicHelp": false,
|
|
1039
1061
|
"hiddenAliases": [],
|
|
1040
|
-
"id": "
|
|
1062
|
+
"id": "ai:reply",
|
|
1041
1063
|
"pluginAlias": "@instantkom/cli",
|
|
1042
1064
|
"pluginName": "@instantkom/cli",
|
|
1043
1065
|
"pluginType": "core",
|
|
@@ -1047,14 +1069,14 @@
|
|
|
1047
1069
|
"relativePath": [
|
|
1048
1070
|
"dist",
|
|
1049
1071
|
"commands",
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1072
|
+
"ai",
|
|
1073
|
+
"reply.js"
|
|
1052
1074
|
]
|
|
1053
1075
|
},
|
|
1054
|
-
"auth:
|
|
1076
|
+
"auth:login": {
|
|
1055
1077
|
"aliases": [],
|
|
1056
1078
|
"args": {},
|
|
1057
|
-
"description": "
|
|
1079
|
+
"description": "Authenticate with the instantKOM API via device authorization flow",
|
|
1058
1080
|
"flags": {
|
|
1059
1081
|
"api-key": {
|
|
1060
1082
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1117,45 +1139,25 @@
|
|
|
1117
1139
|
"hasDynamicHelp": false,
|
|
1118
1140
|
"multiple": false,
|
|
1119
1141
|
"type": "option"
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
"pluginType": "core",
|
|
1128
|
-
"strict": true,
|
|
1129
|
-
"enableJsonFlag": false,
|
|
1130
|
-
"isESM": true,
|
|
1131
|
-
"relativePath": [
|
|
1132
|
-
"dist",
|
|
1133
|
-
"commands",
|
|
1134
|
-
"auth",
|
|
1135
|
-
"logout.js"
|
|
1136
|
-
]
|
|
1137
|
-
},
|
|
1138
|
-
"autocomplete:script": {
|
|
1139
|
-
"aliases": [],
|
|
1140
|
-
"args": {
|
|
1141
|
-
"shell": {
|
|
1142
|
-
"description": "Shell type",
|
|
1143
|
-
"name": "shell",
|
|
1142
|
+
},
|
|
1143
|
+
"scope": {
|
|
1144
|
+
"description": "Requested token scope",
|
|
1145
|
+
"name": "scope",
|
|
1146
|
+
"default": "read",
|
|
1147
|
+
"hasDynamicHelp": false,
|
|
1148
|
+
"multiple": false,
|
|
1144
1149
|
"options": [
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1150
|
+
"full",
|
|
1151
|
+
"send",
|
|
1152
|
+
"read",
|
|
1153
|
+
"admin"
|
|
1149
1154
|
],
|
|
1150
|
-
"
|
|
1155
|
+
"type": "option"
|
|
1151
1156
|
}
|
|
1152
1157
|
},
|
|
1153
|
-
"description": "outputs autocomplete config script for shells",
|
|
1154
|
-
"flags": {},
|
|
1155
1158
|
"hasDynamicHelp": false,
|
|
1156
|
-
"hidden": true,
|
|
1157
1159
|
"hiddenAliases": [],
|
|
1158
|
-
"id": "
|
|
1160
|
+
"id": "auth:login",
|
|
1159
1161
|
"pluginAlias": "@instantkom/cli",
|
|
1160
1162
|
"pluginName": "@instantkom/cli",
|
|
1161
1163
|
"pluginType": "core",
|
|
@@ -1165,14 +1167,14 @@
|
|
|
1165
1167
|
"relativePath": [
|
|
1166
1168
|
"dist",
|
|
1167
1169
|
"commands",
|
|
1168
|
-
"
|
|
1169
|
-
"
|
|
1170
|
+
"auth",
|
|
1171
|
+
"login.js"
|
|
1170
1172
|
]
|
|
1171
1173
|
},
|
|
1172
|
-
"
|
|
1174
|
+
"auth:logout": {
|
|
1173
1175
|
"aliases": [],
|
|
1174
1176
|
"args": {},
|
|
1175
|
-
"description": "
|
|
1177
|
+
"description": "Remove the stored API token for the current profile",
|
|
1176
1178
|
"flags": {
|
|
1177
1179
|
"api-key": {
|
|
1178
1180
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1235,47 +1237,45 @@
|
|
|
1235
1237
|
"hasDynamicHelp": false,
|
|
1236
1238
|
"multiple": false,
|
|
1237
1239
|
"type": "option"
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
"description": "Response style",
|
|
1263
|
-
"name": "style",
|
|
1264
|
-
"hasDynamicHelp": false,
|
|
1265
|
-
"multiple": false,
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
"hasDynamicHelp": false,
|
|
1243
|
+
"hiddenAliases": [],
|
|
1244
|
+
"id": "auth:logout",
|
|
1245
|
+
"pluginAlias": "@instantkom/cli",
|
|
1246
|
+
"pluginName": "@instantkom/cli",
|
|
1247
|
+
"pluginType": "core",
|
|
1248
|
+
"strict": true,
|
|
1249
|
+
"enableJsonFlag": false,
|
|
1250
|
+
"isESM": true,
|
|
1251
|
+
"relativePath": [
|
|
1252
|
+
"dist",
|
|
1253
|
+
"commands",
|
|
1254
|
+
"auth",
|
|
1255
|
+
"logout.js"
|
|
1256
|
+
]
|
|
1257
|
+
},
|
|
1258
|
+
"autocomplete:script": {
|
|
1259
|
+
"aliases": [],
|
|
1260
|
+
"args": {
|
|
1261
|
+
"shell": {
|
|
1262
|
+
"description": "Shell type",
|
|
1263
|
+
"name": "shell",
|
|
1266
1264
|
"options": [
|
|
1267
|
-
"
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1271
|
-
"empathetic"
|
|
1265
|
+
"zsh",
|
|
1266
|
+
"bash",
|
|
1267
|
+
"fish",
|
|
1268
|
+
"powershell"
|
|
1272
1269
|
],
|
|
1273
|
-
"
|
|
1270
|
+
"required": false
|
|
1274
1271
|
}
|
|
1275
1272
|
},
|
|
1273
|
+
"description": "outputs autocomplete config script for shells",
|
|
1274
|
+
"flags": {},
|
|
1276
1275
|
"hasDynamicHelp": false,
|
|
1276
|
+
"hidden": true,
|
|
1277
1277
|
"hiddenAliases": [],
|
|
1278
|
-
"id": "
|
|
1278
|
+
"id": "autocomplete:script",
|
|
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
|
+
"autocomplete",
|
|
1289
|
+
"script.js"
|
|
1290
1290
|
]
|
|
1291
1291
|
},
|
|
1292
1292
|
"broadcast:create": {
|
|
@@ -2117,10 +2117,16 @@
|
|
|
2117
2117
|
"update.js"
|
|
2118
2118
|
]
|
|
2119
2119
|
},
|
|
2120
|
-
"
|
|
2120
|
+
"chats:get": {
|
|
2121
2121
|
"aliases": [],
|
|
2122
|
-
"args": {
|
|
2123
|
-
|
|
2122
|
+
"args": {
|
|
2123
|
+
"id": {
|
|
2124
|
+
"description": "chat ID",
|
|
2125
|
+
"name": "id",
|
|
2126
|
+
"required": true
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
"description": "Get chat by ID",
|
|
2124
2130
|
"flags": {
|
|
2125
2131
|
"api-key": {
|
|
2126
2132
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2183,48 +2189,11 @@
|
|
|
2183
2189
|
"hasDynamicHelp": false,
|
|
2184
2190
|
"multiple": false,
|
|
2185
2191
|
"type": "option"
|
|
2186
|
-
},
|
|
2187
|
-
"name": {
|
|
2188
|
-
"description": "Channel name",
|
|
2189
|
-
"name": "name",
|
|
2190
|
-
"required": true,
|
|
2191
|
-
"hasDynamicHelp": false,
|
|
2192
|
-
"multiple": false,
|
|
2193
|
-
"type": "option"
|
|
2194
|
-
},
|
|
2195
|
-
"gateway-type": {
|
|
2196
|
-
"description": "Gateway type ID",
|
|
2197
|
-
"name": "gateway-type",
|
|
2198
|
-
"required": true,
|
|
2199
|
-
"hasDynamicHelp": false,
|
|
2200
|
-
"multiple": false,
|
|
2201
|
-
"type": "option"
|
|
2202
|
-
},
|
|
2203
|
-
"status": {
|
|
2204
|
-
"description": "Channel lifecycle status",
|
|
2205
|
-
"name": "status",
|
|
2206
|
-
"hasDynamicHelp": false,
|
|
2207
|
-
"multiple": false,
|
|
2208
|
-
"type": "option"
|
|
2209
|
-
},
|
|
2210
|
-
"description": {
|
|
2211
|
-
"description": "Channel description",
|
|
2212
|
-
"name": "description",
|
|
2213
|
-
"hasDynamicHelp": false,
|
|
2214
|
-
"multiple": false,
|
|
2215
|
-
"type": "option"
|
|
2216
|
-
},
|
|
2217
|
-
"data": {
|
|
2218
|
-
"description": "Additional JSON object payload",
|
|
2219
|
-
"name": "data",
|
|
2220
|
-
"hasDynamicHelp": false,
|
|
2221
|
-
"multiple": false,
|
|
2222
|
-
"type": "option"
|
|
2223
2192
|
}
|
|
2224
2193
|
},
|
|
2225
2194
|
"hasDynamicHelp": false,
|
|
2226
2195
|
"hiddenAliases": [],
|
|
2227
|
-
"id": "
|
|
2196
|
+
"id": "chats:get",
|
|
2228
2197
|
"pluginAlias": "@instantkom/cli",
|
|
2229
2198
|
"pluginName": "@instantkom/cli",
|
|
2230
2199
|
"pluginType": "core",
|
|
@@ -2234,20 +2203,14 @@
|
|
|
2234
2203
|
"relativePath": [
|
|
2235
2204
|
"dist",
|
|
2236
2205
|
"commands",
|
|
2237
|
-
"
|
|
2238
|
-
"
|
|
2206
|
+
"chats",
|
|
2207
|
+
"get.js"
|
|
2239
2208
|
]
|
|
2240
2209
|
},
|
|
2241
|
-
"
|
|
2210
|
+
"chats:list": {
|
|
2242
2211
|
"aliases": [],
|
|
2243
|
-
"args": {
|
|
2244
|
-
|
|
2245
|
-
"description": "Channel ID",
|
|
2246
|
-
"name": "id",
|
|
2247
|
-
"required": true
|
|
2248
|
-
}
|
|
2249
|
-
},
|
|
2250
|
-
"description": "Get a channel by ID",
|
|
2212
|
+
"args": {},
|
|
2213
|
+
"description": "List chats",
|
|
2251
2214
|
"flags": {
|
|
2252
2215
|
"api-key": {
|
|
2253
2216
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2310,34 +2273,96 @@
|
|
|
2310
2273
|
"hasDynamicHelp": false,
|
|
2311
2274
|
"multiple": false,
|
|
2312
2275
|
"type": "option"
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2276
|
+
},
|
|
2277
|
+
"page": {
|
|
2278
|
+
"description": "Page number",
|
|
2279
|
+
"name": "page",
|
|
2280
|
+
"default": 1,
|
|
2281
|
+
"hasDynamicHelp": false,
|
|
2282
|
+
"multiple": false,
|
|
2283
|
+
"type": "option"
|
|
2284
|
+
},
|
|
2285
|
+
"limit": {
|
|
2286
|
+
"description": "Items per page",
|
|
2287
|
+
"name": "limit",
|
|
2288
|
+
"default": 20,
|
|
2289
|
+
"hasDynamicHelp": false,
|
|
2290
|
+
"multiple": false,
|
|
2291
|
+
"type": "option"
|
|
2292
|
+
},
|
|
2293
|
+
"channel": {
|
|
2294
|
+
"description": "Filter by channel ID",
|
|
2295
|
+
"name": "channel",
|
|
2296
|
+
"hasDynamicHelp": false,
|
|
2297
|
+
"multiple": false,
|
|
2298
|
+
"type": "option"
|
|
2299
|
+
},
|
|
2300
|
+
"channels": {
|
|
2301
|
+
"description": "Comma-separated channel IDs",
|
|
2302
|
+
"name": "channels",
|
|
2303
|
+
"hasDynamicHelp": false,
|
|
2304
|
+
"multiple": false,
|
|
2305
|
+
"type": "option"
|
|
2306
|
+
},
|
|
2307
|
+
"search": {
|
|
2308
|
+
"description": "Search chats",
|
|
2309
|
+
"name": "search",
|
|
2310
|
+
"hasDynamicHelp": false,
|
|
2311
|
+
"multiple": false,
|
|
2312
|
+
"type": "option"
|
|
2313
|
+
},
|
|
2314
|
+
"status": {
|
|
2315
|
+
"description": "Chat status",
|
|
2316
|
+
"name": "status",
|
|
2317
|
+
"hasDynamicHelp": false,
|
|
2318
|
+
"multiple": false,
|
|
2319
|
+
"options": [
|
|
2320
|
+
"all",
|
|
2321
|
+
"unread",
|
|
2322
|
+
"read",
|
|
2323
|
+
"archived"
|
|
2324
|
+
],
|
|
2325
|
+
"type": "option"
|
|
2326
|
+
},
|
|
2327
|
+
"unread-only": {
|
|
2328
|
+
"description": "Only unread chats",
|
|
2329
|
+
"name": "unread-only",
|
|
2330
|
+
"allowNo": false,
|
|
2331
|
+
"type": "boolean"
|
|
2332
|
+
},
|
|
2333
|
+
"include-archived": {
|
|
2334
|
+
"description": "Include archived chats",
|
|
2335
|
+
"name": "include-archived",
|
|
2336
|
+
"allowNo": false,
|
|
2337
|
+
"type": "boolean"
|
|
2338
|
+
}
|
|
2339
|
+
},
|
|
2340
|
+
"hasDynamicHelp": false,
|
|
2341
|
+
"hiddenAliases": [],
|
|
2342
|
+
"id": "chats:list",
|
|
2343
|
+
"pluginAlias": "@instantkom/cli",
|
|
2344
|
+
"pluginName": "@instantkom/cli",
|
|
2345
|
+
"pluginType": "core",
|
|
2346
|
+
"strict": true,
|
|
2347
|
+
"enableJsonFlag": false,
|
|
2348
|
+
"isESM": true,
|
|
2324
2349
|
"relativePath": [
|
|
2325
2350
|
"dist",
|
|
2326
2351
|
"commands",
|
|
2327
|
-
"
|
|
2328
|
-
"
|
|
2352
|
+
"chats",
|
|
2353
|
+
"list.js"
|
|
2329
2354
|
]
|
|
2330
2355
|
},
|
|
2331
|
-
"
|
|
2356
|
+
"chats:reply": {
|
|
2332
2357
|
"aliases": [],
|
|
2333
2358
|
"args": {
|
|
2334
2359
|
"id": {
|
|
2335
|
-
"description": "
|
|
2360
|
+
"description": "Chat ID",
|
|
2336
2361
|
"name": "id",
|
|
2337
|
-
"required":
|
|
2362
|
+
"required": true
|
|
2338
2363
|
}
|
|
2339
2364
|
},
|
|
2340
|
-
"description": "
|
|
2365
|
+
"description": "Reply in a chat",
|
|
2341
2366
|
"flags": {
|
|
2342
2367
|
"api-key": {
|
|
2343
2368
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2401,9 +2426,10 @@
|
|
|
2401
2426
|
"multiple": false,
|
|
2402
2427
|
"type": "option"
|
|
2403
2428
|
},
|
|
2404
|
-
"
|
|
2405
|
-
"description": "
|
|
2406
|
-
"name": "
|
|
2429
|
+
"text": {
|
|
2430
|
+
"description": "Reply text",
|
|
2431
|
+
"name": "text",
|
|
2432
|
+
"required": true,
|
|
2407
2433
|
"hasDynamicHelp": false,
|
|
2408
2434
|
"multiple": false,
|
|
2409
2435
|
"type": "option"
|
|
@@ -2411,7 +2437,7 @@
|
|
|
2411
2437
|
},
|
|
2412
2438
|
"hasDynamicHelp": false,
|
|
2413
2439
|
"hiddenAliases": [],
|
|
2414
|
-
"id": "
|
|
2440
|
+
"id": "chats:reply",
|
|
2415
2441
|
"pluginAlias": "@instantkom/cli",
|
|
2416
2442
|
"pluginName": "@instantkom/cli",
|
|
2417
2443
|
"pluginType": "core",
|
|
@@ -2421,14 +2447,20 @@
|
|
|
2421
2447
|
"relativePath": [
|
|
2422
2448
|
"dist",
|
|
2423
2449
|
"commands",
|
|
2424
|
-
"
|
|
2425
|
-
"
|
|
2450
|
+
"chats",
|
|
2451
|
+
"reply.js"
|
|
2426
2452
|
]
|
|
2427
2453
|
},
|
|
2428
|
-
"
|
|
2454
|
+
"config:get": {
|
|
2429
2455
|
"aliases": [],
|
|
2430
|
-
"args": {
|
|
2431
|
-
|
|
2456
|
+
"args": {
|
|
2457
|
+
"key": {
|
|
2458
|
+
"description": "Configuration key to retrieve",
|
|
2459
|
+
"name": "key",
|
|
2460
|
+
"required": true
|
|
2461
|
+
}
|
|
2462
|
+
},
|
|
2463
|
+
"description": "Get a configuration value for the current profile",
|
|
2432
2464
|
"flags": {
|
|
2433
2465
|
"api-key": {
|
|
2434
2466
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2491,48 +2523,11 @@
|
|
|
2491
2523
|
"hasDynamicHelp": false,
|
|
2492
2524
|
"multiple": false,
|
|
2493
2525
|
"type": "option"
|
|
2494
|
-
},
|
|
2495
|
-
"page": {
|
|
2496
|
-
"description": "Page number",
|
|
2497
|
-
"name": "page",
|
|
2498
|
-
"default": 1,
|
|
2499
|
-
"hasDynamicHelp": false,
|
|
2500
|
-
"multiple": false,
|
|
2501
|
-
"type": "option"
|
|
2502
|
-
},
|
|
2503
|
-
"limit": {
|
|
2504
|
-
"description": "Items per page",
|
|
2505
|
-
"name": "limit",
|
|
2506
|
-
"default": 20,
|
|
2507
|
-
"hasDynamicHelp": false,
|
|
2508
|
-
"multiple": false,
|
|
2509
|
-
"type": "option"
|
|
2510
|
-
},
|
|
2511
|
-
"status": {
|
|
2512
|
-
"description": "Filter by channel status",
|
|
2513
|
-
"name": "status",
|
|
2514
|
-
"hasDynamicHelp": false,
|
|
2515
|
-
"multiple": false,
|
|
2516
|
-
"type": "option"
|
|
2517
|
-
},
|
|
2518
|
-
"gateway-type": {
|
|
2519
|
-
"description": "Filter by gateway type ID",
|
|
2520
|
-
"name": "gateway-type",
|
|
2521
|
-
"hasDynamicHelp": false,
|
|
2522
|
-
"multiple": false,
|
|
2523
|
-
"type": "option"
|
|
2524
|
-
},
|
|
2525
|
-
"search": {
|
|
2526
|
-
"description": "Search by channel name",
|
|
2527
|
-
"name": "search",
|
|
2528
|
-
"hasDynamicHelp": false,
|
|
2529
|
-
"multiple": false,
|
|
2530
|
-
"type": "option"
|
|
2531
2526
|
}
|
|
2532
2527
|
},
|
|
2533
2528
|
"hasDynamicHelp": false,
|
|
2534
2529
|
"hiddenAliases": [],
|
|
2535
|
-
"id": "
|
|
2530
|
+
"id": "config:get",
|
|
2536
2531
|
"pluginAlias": "@instantkom/cli",
|
|
2537
2532
|
"pluginName": "@instantkom/cli",
|
|
2538
2533
|
"pluginType": "core",
|
|
@@ -2542,20 +2537,25 @@
|
|
|
2542
2537
|
"relativePath": [
|
|
2543
2538
|
"dist",
|
|
2544
2539
|
"commands",
|
|
2545
|
-
"
|
|
2546
|
-
"
|
|
2540
|
+
"config",
|
|
2541
|
+
"get.js"
|
|
2547
2542
|
]
|
|
2548
2543
|
},
|
|
2549
|
-
"
|
|
2544
|
+
"config:set": {
|
|
2550
2545
|
"aliases": [],
|
|
2551
2546
|
"args": {
|
|
2552
|
-
"
|
|
2553
|
-
"description": "
|
|
2554
|
-
"name": "
|
|
2547
|
+
"key": {
|
|
2548
|
+
"description": "Configuration key to set",
|
|
2549
|
+
"name": "key",
|
|
2550
|
+
"required": true
|
|
2551
|
+
},
|
|
2552
|
+
"value": {
|
|
2553
|
+
"description": "Value to assign",
|
|
2554
|
+
"name": "value",
|
|
2555
2555
|
"required": true
|
|
2556
2556
|
}
|
|
2557
2557
|
},
|
|
2558
|
-
"description": "
|
|
2558
|
+
"description": "Set a configuration value for the current profile",
|
|
2559
2559
|
"flags": {
|
|
2560
2560
|
"api-key": {
|
|
2561
2561
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2618,39 +2618,11 @@
|
|
|
2618
2618
|
"hasDynamicHelp": false,
|
|
2619
2619
|
"multiple": false,
|
|
2620
2620
|
"type": "option"
|
|
2621
|
-
},
|
|
2622
|
-
"name": {
|
|
2623
|
-
"description": "Channel name",
|
|
2624
|
-
"name": "name",
|
|
2625
|
-
"hasDynamicHelp": false,
|
|
2626
|
-
"multiple": false,
|
|
2627
|
-
"type": "option"
|
|
2628
|
-
},
|
|
2629
|
-
"status": {
|
|
2630
|
-
"description": "Channel lifecycle status",
|
|
2631
|
-
"name": "status",
|
|
2632
|
-
"hasDynamicHelp": false,
|
|
2633
|
-
"multiple": false,
|
|
2634
|
-
"type": "option"
|
|
2635
|
-
},
|
|
2636
|
-
"description": {
|
|
2637
|
-
"description": "Channel description",
|
|
2638
|
-
"name": "description",
|
|
2639
|
-
"hasDynamicHelp": false,
|
|
2640
|
-
"multiple": false,
|
|
2641
|
-
"type": "option"
|
|
2642
|
-
},
|
|
2643
|
-
"data": {
|
|
2644
|
-
"description": "Additional JSON object payload",
|
|
2645
|
-
"name": "data",
|
|
2646
|
-
"hasDynamicHelp": false,
|
|
2647
|
-
"multiple": false,
|
|
2648
|
-
"type": "option"
|
|
2649
2621
|
}
|
|
2650
2622
|
},
|
|
2651
2623
|
"hasDynamicHelp": false,
|
|
2652
2624
|
"hiddenAliases": [],
|
|
2653
|
-
"id": "
|
|
2625
|
+
"id": "config:set",
|
|
2654
2626
|
"pluginAlias": "@instantkom/cli",
|
|
2655
2627
|
"pluginName": "@instantkom/cli",
|
|
2656
2628
|
"pluginType": "core",
|
|
@@ -2660,20 +2632,20 @@
|
|
|
2660
2632
|
"relativePath": [
|
|
2661
2633
|
"dist",
|
|
2662
2634
|
"commands",
|
|
2663
|
-
"
|
|
2664
|
-
"
|
|
2635
|
+
"config",
|
|
2636
|
+
"set.js"
|
|
2665
2637
|
]
|
|
2666
2638
|
},
|
|
2667
|
-
"
|
|
2639
|
+
"config:unset": {
|
|
2668
2640
|
"aliases": [],
|
|
2669
2641
|
"args": {
|
|
2670
|
-
"
|
|
2671
|
-
"description": "
|
|
2672
|
-
"name": "
|
|
2642
|
+
"key": {
|
|
2643
|
+
"description": "Configuration key to remove",
|
|
2644
|
+
"name": "key",
|
|
2673
2645
|
"required": true
|
|
2674
2646
|
}
|
|
2675
2647
|
},
|
|
2676
|
-
"description": "
|
|
2648
|
+
"description": "Remove a configuration key from the current profile",
|
|
2677
2649
|
"flags": {
|
|
2678
2650
|
"api-key": {
|
|
2679
2651
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2740,7 +2712,7 @@
|
|
|
2740
2712
|
},
|
|
2741
2713
|
"hasDynamicHelp": false,
|
|
2742
2714
|
"hiddenAliases": [],
|
|
2743
|
-
"id": "
|
|
2715
|
+
"id": "config:unset",
|
|
2744
2716
|
"pluginAlias": "@instantkom/cli",
|
|
2745
2717
|
"pluginName": "@instantkom/cli",
|
|
2746
2718
|
"pluginType": "core",
|
|
@@ -2750,14 +2722,14 @@
|
|
|
2750
2722
|
"relativePath": [
|
|
2751
2723
|
"dist",
|
|
2752
2724
|
"commands",
|
|
2753
|
-
"
|
|
2754
|
-
"
|
|
2725
|
+
"config",
|
|
2726
|
+
"unset.js"
|
|
2755
2727
|
]
|
|
2756
2728
|
},
|
|
2757
|
-
"
|
|
2729
|
+
"contacts:create": {
|
|
2758
2730
|
"aliases": [],
|
|
2759
2731
|
"args": {},
|
|
2760
|
-
"description": "
|
|
2732
|
+
"description": "Create a contact",
|
|
2761
2733
|
"flags": {
|
|
2762
2734
|
"api-key": {
|
|
2763
2735
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2821,72 +2793,40 @@
|
|
|
2821
2793
|
"multiple": false,
|
|
2822
2794
|
"type": "option"
|
|
2823
2795
|
},
|
|
2824
|
-
"
|
|
2825
|
-
"description": "
|
|
2826
|
-
"name": "
|
|
2827
|
-
"
|
|
2796
|
+
"channel": {
|
|
2797
|
+
"description": "Channel ID",
|
|
2798
|
+
"name": "channel",
|
|
2799
|
+
"required": true,
|
|
2828
2800
|
"hasDynamicHelp": false,
|
|
2829
2801
|
"multiple": false,
|
|
2830
2802
|
"type": "option"
|
|
2831
2803
|
},
|
|
2832
|
-
"
|
|
2833
|
-
"description": "
|
|
2834
|
-
"name": "
|
|
2835
|
-
"
|
|
2804
|
+
"identifier": {
|
|
2805
|
+
"description": "Unique contact identifier",
|
|
2806
|
+
"name": "identifier",
|
|
2807
|
+
"required": true,
|
|
2836
2808
|
"hasDynamicHelp": false,
|
|
2837
2809
|
"multiple": false,
|
|
2838
2810
|
"type": "option"
|
|
2839
2811
|
},
|
|
2840
|
-
"
|
|
2841
|
-
"description": "
|
|
2842
|
-
"name": "
|
|
2812
|
+
"name": {
|
|
2813
|
+
"description": "Contact name",
|
|
2814
|
+
"name": "name",
|
|
2843
2815
|
"hasDynamicHelp": false,
|
|
2844
2816
|
"multiple": false,
|
|
2845
2817
|
"type": "option"
|
|
2846
2818
|
},
|
|
2847
|
-
"
|
|
2848
|
-
"description": "
|
|
2849
|
-
"name": "
|
|
2819
|
+
"data": {
|
|
2820
|
+
"description": "Additional JSON object payload",
|
|
2821
|
+
"name": "data",
|
|
2850
2822
|
"hasDynamicHelp": false,
|
|
2851
2823
|
"multiple": false,
|
|
2852
2824
|
"type": "option"
|
|
2853
|
-
},
|
|
2854
|
-
"search": {
|
|
2855
|
-
"description": "Search chats",
|
|
2856
|
-
"name": "search",
|
|
2857
|
-
"hasDynamicHelp": false,
|
|
2858
|
-
"multiple": false,
|
|
2859
|
-
"type": "option"
|
|
2860
|
-
},
|
|
2861
|
-
"status": {
|
|
2862
|
-
"description": "Chat status",
|
|
2863
|
-
"name": "status",
|
|
2864
|
-
"hasDynamicHelp": false,
|
|
2865
|
-
"multiple": false,
|
|
2866
|
-
"options": [
|
|
2867
|
-
"all",
|
|
2868
|
-
"unread",
|
|
2869
|
-
"read",
|
|
2870
|
-
"archived"
|
|
2871
|
-
],
|
|
2872
|
-
"type": "option"
|
|
2873
|
-
},
|
|
2874
|
-
"unread-only": {
|
|
2875
|
-
"description": "Only unread chats",
|
|
2876
|
-
"name": "unread-only",
|
|
2877
|
-
"allowNo": false,
|
|
2878
|
-
"type": "boolean"
|
|
2879
|
-
},
|
|
2880
|
-
"include-archived": {
|
|
2881
|
-
"description": "Include archived chats",
|
|
2882
|
-
"name": "include-archived",
|
|
2883
|
-
"allowNo": false,
|
|
2884
|
-
"type": "boolean"
|
|
2885
2825
|
}
|
|
2886
2826
|
},
|
|
2887
2827
|
"hasDynamicHelp": false,
|
|
2888
2828
|
"hiddenAliases": [],
|
|
2889
|
-
"id": "
|
|
2829
|
+
"id": "contacts:create",
|
|
2890
2830
|
"pluginAlias": "@instantkom/cli",
|
|
2891
2831
|
"pluginName": "@instantkom/cli",
|
|
2892
2832
|
"pluginType": "core",
|
|
@@ -2896,20 +2836,20 @@
|
|
|
2896
2836
|
"relativePath": [
|
|
2897
2837
|
"dist",
|
|
2898
2838
|
"commands",
|
|
2899
|
-
"
|
|
2900
|
-
"
|
|
2839
|
+
"contacts",
|
|
2840
|
+
"create.js"
|
|
2901
2841
|
]
|
|
2902
2842
|
},
|
|
2903
|
-
"
|
|
2843
|
+
"contacts:delete": {
|
|
2904
2844
|
"aliases": [],
|
|
2905
2845
|
"args": {
|
|
2906
2846
|
"id": {
|
|
2907
|
-
"description": "
|
|
2847
|
+
"description": "Contact ID",
|
|
2908
2848
|
"name": "id",
|
|
2909
2849
|
"required": true
|
|
2910
2850
|
}
|
|
2911
2851
|
},
|
|
2912
|
-
"description": "
|
|
2852
|
+
"description": "Delete a contact",
|
|
2913
2853
|
"flags": {
|
|
2914
2854
|
"api-key": {
|
|
2915
2855
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2972,19 +2912,11 @@
|
|
|
2972
2912
|
"hasDynamicHelp": false,
|
|
2973
2913
|
"multiple": false,
|
|
2974
2914
|
"type": "option"
|
|
2975
|
-
},
|
|
2976
|
-
"text": {
|
|
2977
|
-
"description": "Reply text",
|
|
2978
|
-
"name": "text",
|
|
2979
|
-
"required": true,
|
|
2980
|
-
"hasDynamicHelp": false,
|
|
2981
|
-
"multiple": false,
|
|
2982
|
-
"type": "option"
|
|
2983
2915
|
}
|
|
2984
2916
|
},
|
|
2985
2917
|
"hasDynamicHelp": false,
|
|
2986
2918
|
"hiddenAliases": [],
|
|
2987
|
-
"id": "
|
|
2919
|
+
"id": "contacts:delete",
|
|
2988
2920
|
"pluginAlias": "@instantkom/cli",
|
|
2989
2921
|
"pluginName": "@instantkom/cli",
|
|
2990
2922
|
"pluginType": "core",
|
|
@@ -2994,14 +2926,14 @@
|
|
|
2994
2926
|
"relativePath": [
|
|
2995
2927
|
"dist",
|
|
2996
2928
|
"commands",
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
2929
|
+
"contacts",
|
|
2930
|
+
"delete.js"
|
|
2999
2931
|
]
|
|
3000
2932
|
},
|
|
3001
|
-
"
|
|
2933
|
+
"contacts:export": {
|
|
3002
2934
|
"aliases": [],
|
|
3003
2935
|
"args": {},
|
|
3004
|
-
"description": "
|
|
2936
|
+
"description": "Export contacts to CSV",
|
|
3005
2937
|
"flags": {
|
|
3006
2938
|
"api-key": {
|
|
3007
2939
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3065,67 +2997,40 @@
|
|
|
3065
2997
|
"multiple": false,
|
|
3066
2998
|
"type": "option"
|
|
3067
2999
|
},
|
|
3068
|
-
"
|
|
3069
|
-
"description": "
|
|
3070
|
-
"name": "
|
|
3071
|
-
"required": true,
|
|
3072
|
-
"hasDynamicHelp": false,
|
|
3073
|
-
"multiple": false,
|
|
3074
|
-
"type": "option"
|
|
3075
|
-
},
|
|
3076
|
-
"name": {
|
|
3077
|
-
"description": "Bot name",
|
|
3078
|
-
"name": "name",
|
|
3079
|
-
"required": true,
|
|
3080
|
-
"hasDynamicHelp": false,
|
|
3081
|
-
"multiple": false,
|
|
3082
|
-
"type": "option"
|
|
3083
|
-
},
|
|
3084
|
-
"type": {
|
|
3085
|
-
"description": "Bot type",
|
|
3086
|
-
"name": "type",
|
|
3000
|
+
"file": {
|
|
3001
|
+
"description": "CSV output file path",
|
|
3002
|
+
"name": "file",
|
|
3087
3003
|
"required": true,
|
|
3088
3004
|
"hasDynamicHelp": false,
|
|
3089
3005
|
"multiple": false,
|
|
3090
|
-
"options": [
|
|
3091
|
-
"keyword",
|
|
3092
|
-
"schedule",
|
|
3093
|
-
"event",
|
|
3094
|
-
"ai"
|
|
3095
|
-
],
|
|
3096
|
-
"type": "option"
|
|
3097
|
-
},
|
|
3098
|
-
"message": {
|
|
3099
|
-
"description": "Bot message content",
|
|
3100
|
-
"name": "message",
|
|
3101
|
-
"hasDynamicHelp": false,
|
|
3102
|
-
"multiple": false,
|
|
3103
3006
|
"type": "option"
|
|
3104
3007
|
},
|
|
3105
|
-
"
|
|
3106
|
-
"description": "
|
|
3107
|
-
"name": "
|
|
3008
|
+
"channel": {
|
|
3009
|
+
"description": "Filter by channel ID",
|
|
3010
|
+
"name": "channel",
|
|
3108
3011
|
"hasDynamicHelp": false,
|
|
3109
3012
|
"multiple": false,
|
|
3110
3013
|
"type": "option"
|
|
3111
3014
|
},
|
|
3112
|
-
"
|
|
3113
|
-
"description": "
|
|
3114
|
-
"name": "
|
|
3015
|
+
"search": {
|
|
3016
|
+
"description": "Search by name or identifier",
|
|
3017
|
+
"name": "search",
|
|
3115
3018
|
"hasDynamicHelp": false,
|
|
3116
3019
|
"multiple": false,
|
|
3117
3020
|
"type": "option"
|
|
3118
3021
|
},
|
|
3119
|
-
"
|
|
3120
|
-
"description": "
|
|
3121
|
-
"name": "
|
|
3022
|
+
"page": {
|
|
3023
|
+
"description": "Page number",
|
|
3024
|
+
"name": "page",
|
|
3025
|
+
"default": 1,
|
|
3122
3026
|
"hasDynamicHelp": false,
|
|
3123
3027
|
"multiple": false,
|
|
3124
3028
|
"type": "option"
|
|
3125
3029
|
},
|
|
3126
|
-
"
|
|
3127
|
-
"description": "
|
|
3128
|
-
"name": "
|
|
3030
|
+
"limit": {
|
|
3031
|
+
"description": "Items per page",
|
|
3032
|
+
"name": "limit",
|
|
3033
|
+
"default": 100,
|
|
3129
3034
|
"hasDynamicHelp": false,
|
|
3130
3035
|
"multiple": false,
|
|
3131
3036
|
"type": "option"
|
|
@@ -3133,7 +3038,7 @@
|
|
|
3133
3038
|
},
|
|
3134
3039
|
"hasDynamicHelp": false,
|
|
3135
3040
|
"hiddenAliases": [],
|
|
3136
|
-
"id": "
|
|
3041
|
+
"id": "contacts:export",
|
|
3137
3042
|
"pluginAlias": "@instantkom/cli",
|
|
3138
3043
|
"pluginName": "@instantkom/cli",
|
|
3139
3044
|
"pluginType": "core",
|
|
@@ -3143,20 +3048,20 @@
|
|
|
3143
3048
|
"relativePath": [
|
|
3144
3049
|
"dist",
|
|
3145
3050
|
"commands",
|
|
3146
|
-
"
|
|
3147
|
-
"
|
|
3051
|
+
"contacts",
|
|
3052
|
+
"export.js"
|
|
3148
3053
|
]
|
|
3149
3054
|
},
|
|
3150
|
-
"
|
|
3055
|
+
"contacts:get": {
|
|
3151
3056
|
"aliases": [],
|
|
3152
3057
|
"args": {
|
|
3153
3058
|
"id": {
|
|
3154
|
-
"description": "
|
|
3059
|
+
"description": "Contact ID",
|
|
3155
3060
|
"name": "id",
|
|
3156
3061
|
"required": true
|
|
3157
3062
|
}
|
|
3158
3063
|
},
|
|
3159
|
-
"description": "
|
|
3064
|
+
"description": "Get a contact by ID",
|
|
3160
3065
|
"flags": {
|
|
3161
3066
|
"api-key": {
|
|
3162
3067
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3223,7 +3128,7 @@
|
|
|
3223
3128
|
},
|
|
3224
3129
|
"hasDynamicHelp": false,
|
|
3225
3130
|
"hiddenAliases": [],
|
|
3226
|
-
"id": "
|
|
3131
|
+
"id": "contacts:get",
|
|
3227
3132
|
"pluginAlias": "@instantkom/cli",
|
|
3228
3133
|
"pluginName": "@instantkom/cli",
|
|
3229
3134
|
"pluginType": "core",
|
|
@@ -3233,20 +3138,14 @@
|
|
|
3233
3138
|
"relativePath": [
|
|
3234
3139
|
"dist",
|
|
3235
3140
|
"commands",
|
|
3236
|
-
"
|
|
3237
|
-
"
|
|
3141
|
+
"contacts",
|
|
3142
|
+
"get.js"
|
|
3238
3143
|
]
|
|
3239
3144
|
},
|
|
3240
|
-
"
|
|
3145
|
+
"contacts:import": {
|
|
3241
3146
|
"aliases": [],
|
|
3242
|
-
"args": {
|
|
3243
|
-
|
|
3244
|
-
"description": "Bot ID",
|
|
3245
|
-
"name": "id",
|
|
3246
|
-
"required": true
|
|
3247
|
-
}
|
|
3248
|
-
},
|
|
3249
|
-
"description": "Get a bot by ID",
|
|
3147
|
+
"args": {},
|
|
3148
|
+
"description": "Import contacts from CSV",
|
|
3250
3149
|
"flags": {
|
|
3251
3150
|
"api-key": {
|
|
3252
3151
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3309,11 +3208,27 @@
|
|
|
3309
3208
|
"hasDynamicHelp": false,
|
|
3310
3209
|
"multiple": false,
|
|
3311
3210
|
"type": "option"
|
|
3211
|
+
},
|
|
3212
|
+
"file": {
|
|
3213
|
+
"description": "CSV file path",
|
|
3214
|
+
"name": "file",
|
|
3215
|
+
"required": true,
|
|
3216
|
+
"hasDynamicHelp": false,
|
|
3217
|
+
"multiple": false,
|
|
3218
|
+
"type": "option"
|
|
3219
|
+
},
|
|
3220
|
+
"channel": {
|
|
3221
|
+
"description": "Channel ID",
|
|
3222
|
+
"name": "channel",
|
|
3223
|
+
"required": true,
|
|
3224
|
+
"hasDynamicHelp": false,
|
|
3225
|
+
"multiple": false,
|
|
3226
|
+
"type": "option"
|
|
3312
3227
|
}
|
|
3313
3228
|
},
|
|
3314
3229
|
"hasDynamicHelp": false,
|
|
3315
3230
|
"hiddenAliases": [],
|
|
3316
|
-
"id": "
|
|
3231
|
+
"id": "contacts:import",
|
|
3317
3232
|
"pluginAlias": "@instantkom/cli",
|
|
3318
3233
|
"pluginName": "@instantkom/cli",
|
|
3319
3234
|
"pluginType": "core",
|
|
@@ -3323,14 +3238,14 @@
|
|
|
3323
3238
|
"relativePath": [
|
|
3324
3239
|
"dist",
|
|
3325
3240
|
"commands",
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3241
|
+
"contacts",
|
|
3242
|
+
"import.js"
|
|
3328
3243
|
]
|
|
3329
3244
|
},
|
|
3330
|
-
"
|
|
3245
|
+
"contacts:list": {
|
|
3331
3246
|
"aliases": [],
|
|
3332
3247
|
"args": {},
|
|
3333
|
-
"description": "List
|
|
3248
|
+
"description": "List contacts",
|
|
3334
3249
|
"flags": {
|
|
3335
3250
|
"api-key": {
|
|
3336
3251
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3394,6 +3309,20 @@
|
|
|
3394
3309
|
"multiple": false,
|
|
3395
3310
|
"type": "option"
|
|
3396
3311
|
},
|
|
3312
|
+
"channel": {
|
|
3313
|
+
"description": "Filter by channel ID",
|
|
3314
|
+
"name": "channel",
|
|
3315
|
+
"hasDynamicHelp": false,
|
|
3316
|
+
"multiple": false,
|
|
3317
|
+
"type": "option"
|
|
3318
|
+
},
|
|
3319
|
+
"search": {
|
|
3320
|
+
"description": "Search by name or identifier",
|
|
3321
|
+
"name": "search",
|
|
3322
|
+
"hasDynamicHelp": false,
|
|
3323
|
+
"multiple": false,
|
|
3324
|
+
"type": "option"
|
|
3325
|
+
},
|
|
3397
3326
|
"page": {
|
|
3398
3327
|
"description": "Page number",
|
|
3399
3328
|
"name": "page",
|
|
@@ -3410,23 +3339,31 @@
|
|
|
3410
3339
|
"multiple": false,
|
|
3411
3340
|
"type": "option"
|
|
3412
3341
|
},
|
|
3413
|
-
"
|
|
3414
|
-
"description": "Filter by
|
|
3415
|
-
"name": "
|
|
3342
|
+
"optin-status": {
|
|
3343
|
+
"description": "Filter by opt-in status",
|
|
3344
|
+
"name": "optin-status",
|
|
3416
3345
|
"hasDynamicHelp": false,
|
|
3417
3346
|
"multiple": false,
|
|
3347
|
+
"options": [
|
|
3348
|
+
"0",
|
|
3349
|
+
"1"
|
|
3350
|
+
],
|
|
3418
3351
|
"type": "option"
|
|
3419
3352
|
},
|
|
3420
|
-
"
|
|
3421
|
-
"description": "Filter by
|
|
3422
|
-
"name": "
|
|
3353
|
+
"blocked": {
|
|
3354
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
3355
|
+
"name": "blocked",
|
|
3423
3356
|
"hasDynamicHelp": false,
|
|
3424
3357
|
"multiple": false,
|
|
3358
|
+
"options": [
|
|
3359
|
+
"0",
|
|
3360
|
+
"1"
|
|
3361
|
+
],
|
|
3425
3362
|
"type": "option"
|
|
3426
3363
|
},
|
|
3427
|
-
"
|
|
3428
|
-
"description": "
|
|
3429
|
-
"name": "
|
|
3364
|
+
"segment": {
|
|
3365
|
+
"description": "Filter by segment ID",
|
|
3366
|
+
"name": "segment",
|
|
3430
3367
|
"hasDynamicHelp": false,
|
|
3431
3368
|
"multiple": false,
|
|
3432
3369
|
"type": "option"
|
|
@@ -3448,11 +3385,29 @@
|
|
|
3448
3385
|
"all"
|
|
3449
3386
|
],
|
|
3450
3387
|
"type": "option"
|
|
3388
|
+
},
|
|
3389
|
+
"spam": {
|
|
3390
|
+
"description": "Filter by spam status",
|
|
3391
|
+
"name": "spam",
|
|
3392
|
+
"hasDynamicHelp": false,
|
|
3393
|
+
"multiple": false,
|
|
3394
|
+
"options": [
|
|
3395
|
+
"true",
|
|
3396
|
+
"false"
|
|
3397
|
+
],
|
|
3398
|
+
"type": "option"
|
|
3399
|
+
},
|
|
3400
|
+
"trust-level": {
|
|
3401
|
+
"description": "Comma-separated trust levels",
|
|
3402
|
+
"name": "trust-level",
|
|
3403
|
+
"hasDynamicHelp": false,
|
|
3404
|
+
"multiple": false,
|
|
3405
|
+
"type": "option"
|
|
3451
3406
|
}
|
|
3452
3407
|
},
|
|
3453
3408
|
"hasDynamicHelp": false,
|
|
3454
3409
|
"hiddenAliases": [],
|
|
3455
|
-
"id": "
|
|
3410
|
+
"id": "contacts:list",
|
|
3456
3411
|
"pluginAlias": "@instantkom/cli",
|
|
3457
3412
|
"pluginName": "@instantkom/cli",
|
|
3458
3413
|
"pluginType": "core",
|
|
@@ -3462,20 +3417,20 @@
|
|
|
3462
3417
|
"relativePath": [
|
|
3463
3418
|
"dist",
|
|
3464
3419
|
"commands",
|
|
3465
|
-
"
|
|
3420
|
+
"contacts",
|
|
3466
3421
|
"list.js"
|
|
3467
3422
|
]
|
|
3468
3423
|
},
|
|
3469
|
-
"
|
|
3424
|
+
"contacts:update": {
|
|
3470
3425
|
"aliases": [],
|
|
3471
3426
|
"args": {
|
|
3472
3427
|
"id": {
|
|
3473
|
-
"description": "
|
|
3428
|
+
"description": "Contact ID",
|
|
3474
3429
|
"name": "id",
|
|
3475
3430
|
"required": true
|
|
3476
3431
|
}
|
|
3477
3432
|
},
|
|
3478
|
-
"description": "
|
|
3433
|
+
"description": "Update a contact",
|
|
3479
3434
|
"flags": {
|
|
3480
3435
|
"api-key": {
|
|
3481
3436
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3539,25 +3494,23 @@
|
|
|
3539
3494
|
"multiple": false,
|
|
3540
3495
|
"type": "option"
|
|
3541
3496
|
},
|
|
3542
|
-
"
|
|
3543
|
-
"description": "
|
|
3544
|
-
"name": "
|
|
3545
|
-
"default": 1,
|
|
3497
|
+
"identifier": {
|
|
3498
|
+
"description": "Unique contact identifier",
|
|
3499
|
+
"name": "identifier",
|
|
3546
3500
|
"hasDynamicHelp": false,
|
|
3547
3501
|
"multiple": false,
|
|
3548
3502
|
"type": "option"
|
|
3549
3503
|
},
|
|
3550
|
-
"
|
|
3551
|
-
"description": "
|
|
3552
|
-
"name": "
|
|
3553
|
-
"default": 50,
|
|
3504
|
+
"name": {
|
|
3505
|
+
"description": "Contact name",
|
|
3506
|
+
"name": "name",
|
|
3554
3507
|
"hasDynamicHelp": false,
|
|
3555
3508
|
"multiple": false,
|
|
3556
3509
|
"type": "option"
|
|
3557
3510
|
},
|
|
3558
|
-
"
|
|
3559
|
-
"description": "
|
|
3560
|
-
"name": "
|
|
3511
|
+
"data": {
|
|
3512
|
+
"description": "Additional JSON object payload",
|
|
3513
|
+
"name": "data",
|
|
3561
3514
|
"hasDynamicHelp": false,
|
|
3562
3515
|
"multiple": false,
|
|
3563
3516
|
"type": "option"
|
|
@@ -3565,7 +3518,7 @@
|
|
|
3565
3518
|
},
|
|
3566
3519
|
"hasDynamicHelp": false,
|
|
3567
3520
|
"hiddenAliases": [],
|
|
3568
|
-
"id": "
|
|
3521
|
+
"id": "contacts:update",
|
|
3569
3522
|
"pluginAlias": "@instantkom/cli",
|
|
3570
3523
|
"pluginName": "@instantkom/cli",
|
|
3571
3524
|
"pluginType": "core",
|
|
@@ -3575,20 +3528,14 @@
|
|
|
3575
3528
|
"relativePath": [
|
|
3576
3529
|
"dist",
|
|
3577
3530
|
"commands",
|
|
3578
|
-
"
|
|
3579
|
-
"
|
|
3531
|
+
"contacts",
|
|
3532
|
+
"update.js"
|
|
3580
3533
|
]
|
|
3581
3534
|
},
|
|
3582
|
-
"
|
|
3535
|
+
"channels:create": {
|
|
3583
3536
|
"aliases": [],
|
|
3584
|
-
"args": {
|
|
3585
|
-
|
|
3586
|
-
"description": "Bot ID",
|
|
3587
|
-
"name": "id",
|
|
3588
|
-
"required": true
|
|
3589
|
-
}
|
|
3590
|
-
},
|
|
3591
|
-
"description": "Update a bot",
|
|
3537
|
+
"args": {},
|
|
3538
|
+
"description": "Create a channel",
|
|
3592
3539
|
"flags": {
|
|
3593
3540
|
"api-key": {
|
|
3594
3541
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3653,49 +3600,31 @@
|
|
|
3653
3600
|
"type": "option"
|
|
3654
3601
|
},
|
|
3655
3602
|
"name": {
|
|
3656
|
-
"description": "
|
|
3603
|
+
"description": "Channel name",
|
|
3657
3604
|
"name": "name",
|
|
3605
|
+
"required": true,
|
|
3658
3606
|
"hasDynamicHelp": false,
|
|
3659
3607
|
"multiple": false,
|
|
3660
3608
|
"type": "option"
|
|
3661
3609
|
},
|
|
3662
|
-
"type": {
|
|
3663
|
-
"description": "
|
|
3664
|
-
"name": "type",
|
|
3665
|
-
"
|
|
3666
|
-
"multiple": false,
|
|
3667
|
-
"options": [
|
|
3668
|
-
"keyword",
|
|
3669
|
-
"schedule",
|
|
3670
|
-
"event",
|
|
3671
|
-
"ai"
|
|
3672
|
-
],
|
|
3673
|
-
"type": "option"
|
|
3674
|
-
},
|
|
3675
|
-
"message": {
|
|
3676
|
-
"description": "Bot message content",
|
|
3677
|
-
"name": "message",
|
|
3678
|
-
"hasDynamicHelp": false,
|
|
3679
|
-
"multiple": false,
|
|
3680
|
-
"type": "option"
|
|
3681
|
-
},
|
|
3682
|
-
"response": {
|
|
3683
|
-
"description": "Alias for --message",
|
|
3684
|
-
"name": "response",
|
|
3610
|
+
"gateway-type": {
|
|
3611
|
+
"description": "Gateway type ID",
|
|
3612
|
+
"name": "gateway-type",
|
|
3613
|
+
"required": true,
|
|
3685
3614
|
"hasDynamicHelp": false,
|
|
3686
3615
|
"multiple": false,
|
|
3687
3616
|
"type": "option"
|
|
3688
3617
|
},
|
|
3689
|
-
"
|
|
3690
|
-
"description": "
|
|
3691
|
-
"name": "
|
|
3618
|
+
"status": {
|
|
3619
|
+
"description": "Channel lifecycle status",
|
|
3620
|
+
"name": "status",
|
|
3692
3621
|
"hasDynamicHelp": false,
|
|
3693
3622
|
"multiple": false,
|
|
3694
3623
|
"type": "option"
|
|
3695
3624
|
},
|
|
3696
|
-
"
|
|
3697
|
-
"description": "
|
|
3698
|
-
"name": "
|
|
3625
|
+
"description": {
|
|
3626
|
+
"description": "Channel description",
|
|
3627
|
+
"name": "description",
|
|
3699
3628
|
"hasDynamicHelp": false,
|
|
3700
3629
|
"multiple": false,
|
|
3701
3630
|
"type": "option"
|
|
@@ -3710,7 +3639,7 @@
|
|
|
3710
3639
|
},
|
|
3711
3640
|
"hasDynamicHelp": false,
|
|
3712
3641
|
"hiddenAliases": [],
|
|
3713
|
-
"id": "
|
|
3642
|
+
"id": "channels:create",
|
|
3714
3643
|
"pluginAlias": "@instantkom/cli",
|
|
3715
3644
|
"pluginName": "@instantkom/cli",
|
|
3716
3645
|
"pluginType": "core",
|
|
@@ -3720,20 +3649,20 @@
|
|
|
3720
3649
|
"relativePath": [
|
|
3721
3650
|
"dist",
|
|
3722
3651
|
"commands",
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3652
|
+
"channels",
|
|
3653
|
+
"create.js"
|
|
3725
3654
|
]
|
|
3726
3655
|
},
|
|
3727
|
-
"
|
|
3656
|
+
"channels:get": {
|
|
3728
3657
|
"aliases": [],
|
|
3729
3658
|
"args": {
|
|
3730
|
-
"
|
|
3731
|
-
"description": "
|
|
3732
|
-
"name": "
|
|
3659
|
+
"id": {
|
|
3660
|
+
"description": "Channel ID",
|
|
3661
|
+
"name": "id",
|
|
3733
3662
|
"required": true
|
|
3734
3663
|
}
|
|
3735
3664
|
},
|
|
3736
|
-
"description": "Get a
|
|
3665
|
+
"description": "Get a channel by ID",
|
|
3737
3666
|
"flags": {
|
|
3738
3667
|
"api-key": {
|
|
3739
3668
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3800,7 +3729,7 @@
|
|
|
3800
3729
|
},
|
|
3801
3730
|
"hasDynamicHelp": false,
|
|
3802
3731
|
"hiddenAliases": [],
|
|
3803
|
-
"id": "
|
|
3732
|
+
"id": "channels:get",
|
|
3804
3733
|
"pluginAlias": "@instantkom/cli",
|
|
3805
3734
|
"pluginName": "@instantkom/cli",
|
|
3806
3735
|
"pluginType": "core",
|
|
@@ -3810,25 +3739,20 @@
|
|
|
3810
3739
|
"relativePath": [
|
|
3811
3740
|
"dist",
|
|
3812
3741
|
"commands",
|
|
3813
|
-
"
|
|
3742
|
+
"channels",
|
|
3814
3743
|
"get.js"
|
|
3815
3744
|
]
|
|
3816
3745
|
},
|
|
3817
|
-
"
|
|
3746
|
+
"channels:kpis": {
|
|
3818
3747
|
"aliases": [],
|
|
3819
3748
|
"args": {
|
|
3820
|
-
"
|
|
3821
|
-
"description": "
|
|
3822
|
-
"name": "
|
|
3823
|
-
"required":
|
|
3824
|
-
},
|
|
3825
|
-
"value": {
|
|
3826
|
-
"description": "Value to assign",
|
|
3827
|
-
"name": "value",
|
|
3828
|
-
"required": true
|
|
3749
|
+
"id": {
|
|
3750
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
3751
|
+
"name": "id",
|
|
3752
|
+
"required": false
|
|
3829
3753
|
}
|
|
3830
3754
|
},
|
|
3831
|
-
"description": "
|
|
3755
|
+
"description": "Get channel KPIs",
|
|
3832
3756
|
"flags": {
|
|
3833
3757
|
"api-key": {
|
|
3834
3758
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3891,11 +3815,18 @@
|
|
|
3891
3815
|
"hasDynamicHelp": false,
|
|
3892
3816
|
"multiple": false,
|
|
3893
3817
|
"type": "option"
|
|
3818
|
+
},
|
|
3819
|
+
"period": {
|
|
3820
|
+
"description": "KPI period",
|
|
3821
|
+
"name": "period",
|
|
3822
|
+
"hasDynamicHelp": false,
|
|
3823
|
+
"multiple": false,
|
|
3824
|
+
"type": "option"
|
|
3894
3825
|
}
|
|
3895
3826
|
},
|
|
3896
3827
|
"hasDynamicHelp": false,
|
|
3897
3828
|
"hiddenAliases": [],
|
|
3898
|
-
"id": "
|
|
3829
|
+
"id": "channels:kpis",
|
|
3899
3830
|
"pluginAlias": "@instantkom/cli",
|
|
3900
3831
|
"pluginName": "@instantkom/cli",
|
|
3901
3832
|
"pluginType": "core",
|
|
@@ -3905,20 +3836,14 @@
|
|
|
3905
3836
|
"relativePath": [
|
|
3906
3837
|
"dist",
|
|
3907
3838
|
"commands",
|
|
3908
|
-
"
|
|
3909
|
-
"
|
|
3839
|
+
"channels",
|
|
3840
|
+
"kpis.js"
|
|
3910
3841
|
]
|
|
3911
3842
|
},
|
|
3912
|
-
"
|
|
3843
|
+
"channels:list": {
|
|
3913
3844
|
"aliases": [],
|
|
3914
|
-
"args": {
|
|
3915
|
-
|
|
3916
|
-
"description": "Configuration key to remove",
|
|
3917
|
-
"name": "key",
|
|
3918
|
-
"required": true
|
|
3919
|
-
}
|
|
3920
|
-
},
|
|
3921
|
-
"description": "Remove a configuration key from the current profile",
|
|
3845
|
+
"args": {},
|
|
3846
|
+
"description": "List channels",
|
|
3922
3847
|
"flags": {
|
|
3923
3848
|
"api-key": {
|
|
3924
3849
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3981,11 +3906,48 @@
|
|
|
3981
3906
|
"hasDynamicHelp": false,
|
|
3982
3907
|
"multiple": false,
|
|
3983
3908
|
"type": "option"
|
|
3909
|
+
},
|
|
3910
|
+
"page": {
|
|
3911
|
+
"description": "Page number",
|
|
3912
|
+
"name": "page",
|
|
3913
|
+
"default": 1,
|
|
3914
|
+
"hasDynamicHelp": false,
|
|
3915
|
+
"multiple": false,
|
|
3916
|
+
"type": "option"
|
|
3917
|
+
},
|
|
3918
|
+
"limit": {
|
|
3919
|
+
"description": "Items per page",
|
|
3920
|
+
"name": "limit",
|
|
3921
|
+
"default": 20,
|
|
3922
|
+
"hasDynamicHelp": false,
|
|
3923
|
+
"multiple": false,
|
|
3924
|
+
"type": "option"
|
|
3925
|
+
},
|
|
3926
|
+
"status": {
|
|
3927
|
+
"description": "Filter by channel status",
|
|
3928
|
+
"name": "status",
|
|
3929
|
+
"hasDynamicHelp": false,
|
|
3930
|
+
"multiple": false,
|
|
3931
|
+
"type": "option"
|
|
3932
|
+
},
|
|
3933
|
+
"gateway-type": {
|
|
3934
|
+
"description": "Filter by gateway type ID",
|
|
3935
|
+
"name": "gateway-type",
|
|
3936
|
+
"hasDynamicHelp": false,
|
|
3937
|
+
"multiple": false,
|
|
3938
|
+
"type": "option"
|
|
3939
|
+
},
|
|
3940
|
+
"search": {
|
|
3941
|
+
"description": "Search by channel name",
|
|
3942
|
+
"name": "search",
|
|
3943
|
+
"hasDynamicHelp": false,
|
|
3944
|
+
"multiple": false,
|
|
3945
|
+
"type": "option"
|
|
3984
3946
|
}
|
|
3985
3947
|
},
|
|
3986
3948
|
"hasDynamicHelp": false,
|
|
3987
3949
|
"hiddenAliases": [],
|
|
3988
|
-
"id": "
|
|
3950
|
+
"id": "channels:list",
|
|
3989
3951
|
"pluginAlias": "@instantkom/cli",
|
|
3990
3952
|
"pluginName": "@instantkom/cli",
|
|
3991
3953
|
"pluginType": "core",
|
|
@@ -3995,14 +3957,20 @@
|
|
|
3995
3957
|
"relativePath": [
|
|
3996
3958
|
"dist",
|
|
3997
3959
|
"commands",
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
3960
|
+
"channels",
|
|
3961
|
+
"list.js"
|
|
4000
3962
|
]
|
|
4001
3963
|
},
|
|
4002
|
-
"
|
|
3964
|
+
"channels:update": {
|
|
4003
3965
|
"aliases": [],
|
|
4004
|
-
"args": {
|
|
4005
|
-
|
|
3966
|
+
"args": {
|
|
3967
|
+
"id": {
|
|
3968
|
+
"description": "Channel ID",
|
|
3969
|
+
"name": "id",
|
|
3970
|
+
"required": true
|
|
3971
|
+
}
|
|
3972
|
+
},
|
|
3973
|
+
"description": "Update a channel",
|
|
4006
3974
|
"flags": {
|
|
4007
3975
|
"api-key": {
|
|
4008
3976
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4066,25 +4034,23 @@
|
|
|
4066
4034
|
"multiple": false,
|
|
4067
4035
|
"type": "option"
|
|
4068
4036
|
},
|
|
4069
|
-
"
|
|
4070
|
-
"description": "Channel
|
|
4071
|
-
"name": "
|
|
4072
|
-
"required": true,
|
|
4037
|
+
"name": {
|
|
4038
|
+
"description": "Channel name",
|
|
4039
|
+
"name": "name",
|
|
4073
4040
|
"hasDynamicHelp": false,
|
|
4074
4041
|
"multiple": false,
|
|
4075
4042
|
"type": "option"
|
|
4076
4043
|
},
|
|
4077
|
-
"
|
|
4078
|
-
"description": "
|
|
4079
|
-
"name": "
|
|
4080
|
-
"required": true,
|
|
4044
|
+
"status": {
|
|
4045
|
+
"description": "Channel lifecycle status",
|
|
4046
|
+
"name": "status",
|
|
4081
4047
|
"hasDynamicHelp": false,
|
|
4082
4048
|
"multiple": false,
|
|
4083
4049
|
"type": "option"
|
|
4084
4050
|
},
|
|
4085
|
-
"
|
|
4086
|
-
"description": "
|
|
4087
|
-
"name": "
|
|
4051
|
+
"description": {
|
|
4052
|
+
"description": "Channel description",
|
|
4053
|
+
"name": "description",
|
|
4088
4054
|
"hasDynamicHelp": false,
|
|
4089
4055
|
"multiple": false,
|
|
4090
4056
|
"type": "option"
|
|
@@ -4099,7 +4065,7 @@
|
|
|
4099
4065
|
},
|
|
4100
4066
|
"hasDynamicHelp": false,
|
|
4101
4067
|
"hiddenAliases": [],
|
|
4102
|
-
"id": "
|
|
4068
|
+
"id": "channels:update",
|
|
4103
4069
|
"pluginAlias": "@instantkom/cli",
|
|
4104
4070
|
"pluginName": "@instantkom/cli",
|
|
4105
4071
|
"pluginType": "core",
|
|
@@ -4109,20 +4075,14 @@
|
|
|
4109
4075
|
"relativePath": [
|
|
4110
4076
|
"dist",
|
|
4111
4077
|
"commands",
|
|
4112
|
-
"
|
|
4113
|
-
"
|
|
4078
|
+
"channels",
|
|
4079
|
+
"update.js"
|
|
4114
4080
|
]
|
|
4115
4081
|
},
|
|
4116
|
-
"
|
|
4082
|
+
"bots:create": {
|
|
4117
4083
|
"aliases": [],
|
|
4118
|
-
"args": {
|
|
4119
|
-
|
|
4120
|
-
"description": "Contact ID",
|
|
4121
|
-
"name": "id",
|
|
4122
|
-
"required": true
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"description": "Delete a contact",
|
|
4084
|
+
"args": {},
|
|
4085
|
+
"description": "Create a bot",
|
|
4126
4086
|
"flags": {
|
|
4127
4087
|
"api-key": {
|
|
4128
4088
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4185,125 +4145,68 @@
|
|
|
4185
4145
|
"hasDynamicHelp": false,
|
|
4186
4146
|
"multiple": false,
|
|
4187
4147
|
"type": "option"
|
|
4188
|
-
}
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
"pluginAlias": "@instantkom/cli",
|
|
4194
|
-
"pluginName": "@instantkom/cli",
|
|
4195
|
-
"pluginType": "core",
|
|
4196
|
-
"strict": true,
|
|
4197
|
-
"enableJsonFlag": false,
|
|
4198
|
-
"isESM": true,
|
|
4199
|
-
"relativePath": [
|
|
4200
|
-
"dist",
|
|
4201
|
-
"commands",
|
|
4202
|
-
"contacts",
|
|
4203
|
-
"delete.js"
|
|
4204
|
-
]
|
|
4205
|
-
},
|
|
4206
|
-
"contacts:export": {
|
|
4207
|
-
"aliases": [],
|
|
4208
|
-
"args": {},
|
|
4209
|
-
"description": "Export contacts to CSV",
|
|
4210
|
-
"flags": {
|
|
4211
|
-
"api-key": {
|
|
4212
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4213
|
-
"env": "IKM_API_KEY",
|
|
4214
|
-
"helpGroup": "GLOBAL",
|
|
4215
|
-
"name": "api-key",
|
|
4148
|
+
},
|
|
4149
|
+
"channel": {
|
|
4150
|
+
"description": "Channel ID",
|
|
4151
|
+
"name": "channel",
|
|
4152
|
+
"required": true,
|
|
4216
4153
|
"hasDynamicHelp": false,
|
|
4217
4154
|
"multiple": false,
|
|
4218
4155
|
"type": "option"
|
|
4219
4156
|
},
|
|
4220
|
-
"
|
|
4221
|
-
"description": "
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4224
|
-
"default": "text",
|
|
4225
|
-
"hasDynamicHelp": false,
|
|
4226
|
-
"multiple": false,
|
|
4227
|
-
"options": [
|
|
4228
|
-
"text",
|
|
4229
|
-
"json",
|
|
4230
|
-
"yaml",
|
|
4231
|
-
"table"
|
|
4232
|
-
],
|
|
4233
|
-
"type": "option"
|
|
4234
|
-
},
|
|
4235
|
-
"json": {
|
|
4236
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
4237
|
-
"helpGroup": "GLOBAL",
|
|
4238
|
-
"name": "json",
|
|
4239
|
-
"allowNo": false,
|
|
4240
|
-
"type": "boolean"
|
|
4241
|
-
},
|
|
4242
|
-
"quiet": {
|
|
4243
|
-
"description": "Suppress all output except errors",
|
|
4244
|
-
"helpGroup": "GLOBAL",
|
|
4245
|
-
"name": "quiet",
|
|
4246
|
-
"allowNo": false,
|
|
4247
|
-
"type": "boolean"
|
|
4248
|
-
},
|
|
4249
|
-
"no-color": {
|
|
4250
|
-
"description": "Disable color output",
|
|
4251
|
-
"helpGroup": "GLOBAL",
|
|
4252
|
-
"name": "no-color",
|
|
4253
|
-
"allowNo": false,
|
|
4254
|
-
"type": "boolean"
|
|
4255
|
-
},
|
|
4256
|
-
"profile": {
|
|
4257
|
-
"description": "Named configuration profile to use",
|
|
4258
|
-
"helpGroup": "GLOBAL",
|
|
4259
|
-
"name": "profile",
|
|
4260
|
-
"default": "default",
|
|
4157
|
+
"name": {
|
|
4158
|
+
"description": "Bot name",
|
|
4159
|
+
"name": "name",
|
|
4160
|
+
"required": true,
|
|
4261
4161
|
"hasDynamicHelp": false,
|
|
4262
4162
|
"multiple": false,
|
|
4263
4163
|
"type": "option"
|
|
4264
4164
|
},
|
|
4265
|
-
"
|
|
4266
|
-
"description": "
|
|
4267
|
-
"
|
|
4268
|
-
"
|
|
4165
|
+
"type": {
|
|
4166
|
+
"description": "Bot type",
|
|
4167
|
+
"name": "type",
|
|
4168
|
+
"required": true,
|
|
4269
4169
|
"hasDynamicHelp": false,
|
|
4270
4170
|
"multiple": false,
|
|
4171
|
+
"options": [
|
|
4172
|
+
"keyword",
|
|
4173
|
+
"schedule",
|
|
4174
|
+
"event",
|
|
4175
|
+
"ai"
|
|
4176
|
+
],
|
|
4271
4177
|
"type": "option"
|
|
4272
4178
|
},
|
|
4273
|
-
"
|
|
4274
|
-
"description": "
|
|
4275
|
-
"name": "
|
|
4276
|
-
"required": true,
|
|
4179
|
+
"message": {
|
|
4180
|
+
"description": "Bot message content",
|
|
4181
|
+
"name": "message",
|
|
4277
4182
|
"hasDynamicHelp": false,
|
|
4278
4183
|
"multiple": false,
|
|
4279
4184
|
"type": "option"
|
|
4280
4185
|
},
|
|
4281
|
-
"
|
|
4282
|
-
"description": "
|
|
4283
|
-
"name": "
|
|
4186
|
+
"response": {
|
|
4187
|
+
"description": "Alias for --message",
|
|
4188
|
+
"name": "response",
|
|
4284
4189
|
"hasDynamicHelp": false,
|
|
4285
4190
|
"multiple": false,
|
|
4286
4191
|
"type": "option"
|
|
4287
4192
|
},
|
|
4288
|
-
"
|
|
4289
|
-
"description": "
|
|
4290
|
-
"name": "
|
|
4193
|
+
"color": {
|
|
4194
|
+
"description": "Bot color as HEX",
|
|
4195
|
+
"name": "color",
|
|
4291
4196
|
"hasDynamicHelp": false,
|
|
4292
4197
|
"multiple": false,
|
|
4293
4198
|
"type": "option"
|
|
4294
4199
|
},
|
|
4295
|
-
"
|
|
4296
|
-
"description": "
|
|
4297
|
-
"name": "
|
|
4298
|
-
"default": 1,
|
|
4200
|
+
"tags": {
|
|
4201
|
+
"description": "Comma-separated tags",
|
|
4202
|
+
"name": "tags",
|
|
4299
4203
|
"hasDynamicHelp": false,
|
|
4300
4204
|
"multiple": false,
|
|
4301
4205
|
"type": "option"
|
|
4302
4206
|
},
|
|
4303
|
-
"
|
|
4304
|
-
"description": "
|
|
4305
|
-
"name": "
|
|
4306
|
-
"default": 100,
|
|
4207
|
+
"data": {
|
|
4208
|
+
"description": "Additional JSON object payload",
|
|
4209
|
+
"name": "data",
|
|
4307
4210
|
"hasDynamicHelp": false,
|
|
4308
4211
|
"multiple": false,
|
|
4309
4212
|
"type": "option"
|
|
@@ -4311,7 +4214,7 @@
|
|
|
4311
4214
|
},
|
|
4312
4215
|
"hasDynamicHelp": false,
|
|
4313
4216
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4217
|
+
"id": "bots:create",
|
|
4315
4218
|
"pluginAlias": "@instantkom/cli",
|
|
4316
4219
|
"pluginName": "@instantkom/cli",
|
|
4317
4220
|
"pluginType": "core",
|
|
@@ -4321,20 +4224,20 @@
|
|
|
4321
4224
|
"relativePath": [
|
|
4322
4225
|
"dist",
|
|
4323
4226
|
"commands",
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4227
|
+
"bots",
|
|
4228
|
+
"create.js"
|
|
4326
4229
|
]
|
|
4327
4230
|
},
|
|
4328
|
-
"
|
|
4231
|
+
"bots:delete": {
|
|
4329
4232
|
"aliases": [],
|
|
4330
4233
|
"args": {
|
|
4331
4234
|
"id": {
|
|
4332
|
-
"description": "
|
|
4235
|
+
"description": "Bot ID",
|
|
4333
4236
|
"name": "id",
|
|
4334
4237
|
"required": true
|
|
4335
4238
|
}
|
|
4336
4239
|
},
|
|
4337
|
-
"description": "
|
|
4240
|
+
"description": "Delete a bot",
|
|
4338
4241
|
"flags": {
|
|
4339
4242
|
"api-key": {
|
|
4340
4243
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4401,7 +4304,7 @@
|
|
|
4401
4304
|
},
|
|
4402
4305
|
"hasDynamicHelp": false,
|
|
4403
4306
|
"hiddenAliases": [],
|
|
4404
|
-
"id": "
|
|
4307
|
+
"id": "bots:delete",
|
|
4405
4308
|
"pluginAlias": "@instantkom/cli",
|
|
4406
4309
|
"pluginName": "@instantkom/cli",
|
|
4407
4310
|
"pluginType": "core",
|
|
@@ -4411,14 +4314,20 @@
|
|
|
4411
4314
|
"relativePath": [
|
|
4412
4315
|
"dist",
|
|
4413
4316
|
"commands",
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4317
|
+
"bots",
|
|
4318
|
+
"delete.js"
|
|
4416
4319
|
]
|
|
4417
4320
|
},
|
|
4418
|
-
"
|
|
4321
|
+
"bots:get": {
|
|
4419
4322
|
"aliases": [],
|
|
4420
|
-
"args": {
|
|
4421
|
-
|
|
4323
|
+
"args": {
|
|
4324
|
+
"id": {
|
|
4325
|
+
"description": "Bot ID",
|
|
4326
|
+
"name": "id",
|
|
4327
|
+
"required": true
|
|
4328
|
+
}
|
|
4329
|
+
},
|
|
4330
|
+
"description": "Get a bot by ID",
|
|
4422
4331
|
"flags": {
|
|
4423
4332
|
"api-key": {
|
|
4424
4333
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4481,27 +4390,11 @@
|
|
|
4481
4390
|
"hasDynamicHelp": false,
|
|
4482
4391
|
"multiple": false,
|
|
4483
4392
|
"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
4393
|
}
|
|
4501
4394
|
},
|
|
4502
4395
|
"hasDynamicHelp": false,
|
|
4503
4396
|
"hiddenAliases": [],
|
|
4504
|
-
"id": "
|
|
4397
|
+
"id": "bots:get",
|
|
4505
4398
|
"pluginAlias": "@instantkom/cli",
|
|
4506
4399
|
"pluginName": "@instantkom/cli",
|
|
4507
4400
|
"pluginType": "core",
|
|
@@ -4511,14 +4404,14 @@
|
|
|
4511
4404
|
"relativePath": [
|
|
4512
4405
|
"dist",
|
|
4513
4406
|
"commands",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4407
|
+
"bots",
|
|
4408
|
+
"get.js"
|
|
4516
4409
|
]
|
|
4517
4410
|
},
|
|
4518
|
-
"
|
|
4411
|
+
"bots:list": {
|
|
4519
4412
|
"aliases": [],
|
|
4520
4413
|
"args": {},
|
|
4521
|
-
"description": "List
|
|
4414
|
+
"description": "List bots",
|
|
4522
4415
|
"flags": {
|
|
4523
4416
|
"api-key": {
|
|
4524
4417
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4582,20 +4475,6 @@
|
|
|
4582
4475
|
"multiple": false,
|
|
4583
4476
|
"type": "option"
|
|
4584
4477
|
},
|
|
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
4478
|
"page": {
|
|
4600
4479
|
"description": "Page number",
|
|
4601
4480
|
"name": "page",
|
|
@@ -4612,31 +4491,23 @@
|
|
|
4612
4491
|
"multiple": false,
|
|
4613
4492
|
"type": "option"
|
|
4614
4493
|
},
|
|
4615
|
-
"
|
|
4616
|
-
"description": "Filter by
|
|
4617
|
-
"name": "
|
|
4494
|
+
"channel": {
|
|
4495
|
+
"description": "Filter by channel ID",
|
|
4496
|
+
"name": "channel",
|
|
4618
4497
|
"hasDynamicHelp": false,
|
|
4619
4498
|
"multiple": false,
|
|
4620
|
-
"options": [
|
|
4621
|
-
"0",
|
|
4622
|
-
"1"
|
|
4623
|
-
],
|
|
4624
4499
|
"type": "option"
|
|
4625
4500
|
},
|
|
4626
|
-
"
|
|
4627
|
-
"description": "Filter by
|
|
4628
|
-
"name": "
|
|
4501
|
+
"type": {
|
|
4502
|
+
"description": "Filter by bot type",
|
|
4503
|
+
"name": "type",
|
|
4629
4504
|
"hasDynamicHelp": false,
|
|
4630
4505
|
"multiple": false,
|
|
4631
|
-
"options": [
|
|
4632
|
-
"0",
|
|
4633
|
-
"1"
|
|
4634
|
-
],
|
|
4635
4506
|
"type": "option"
|
|
4636
4507
|
},
|
|
4637
|
-
"
|
|
4638
|
-
"description": "
|
|
4639
|
-
"name": "
|
|
4508
|
+
"search": {
|
|
4509
|
+
"description": "Search in bot name or message",
|
|
4510
|
+
"name": "search",
|
|
4640
4511
|
"hasDynamicHelp": false,
|
|
4641
4512
|
"multiple": false,
|
|
4642
4513
|
"type": "option"
|
|
@@ -4658,29 +4529,11 @@
|
|
|
4658
4529
|
"all"
|
|
4659
4530
|
],
|
|
4660
4531
|
"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
4532
|
}
|
|
4680
4533
|
},
|
|
4681
4534
|
"hasDynamicHelp": false,
|
|
4682
4535
|
"hiddenAliases": [],
|
|
4683
|
-
"id": "
|
|
4536
|
+
"id": "bots:list",
|
|
4684
4537
|
"pluginAlias": "@instantkom/cli",
|
|
4685
4538
|
"pluginName": "@instantkom/cli",
|
|
4686
4539
|
"pluginType": "core",
|
|
@@ -4690,20 +4543,20 @@
|
|
|
4690
4543
|
"relativePath": [
|
|
4691
4544
|
"dist",
|
|
4692
4545
|
"commands",
|
|
4693
|
-
"
|
|
4546
|
+
"bots",
|
|
4694
4547
|
"list.js"
|
|
4695
4548
|
]
|
|
4696
4549
|
},
|
|
4697
|
-
"
|
|
4550
|
+
"bots:matches": {
|
|
4698
4551
|
"aliases": [],
|
|
4699
4552
|
"args": {
|
|
4700
4553
|
"id": {
|
|
4701
|
-
"description": "
|
|
4554
|
+
"description": "Bot ID",
|
|
4702
4555
|
"name": "id",
|
|
4703
4556
|
"required": true
|
|
4704
4557
|
}
|
|
4705
4558
|
},
|
|
4706
|
-
"description": "
|
|
4559
|
+
"description": "List bot match history",
|
|
4707
4560
|
"flags": {
|
|
4708
4561
|
"api-key": {
|
|
4709
4562
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4767,23 +4620,25 @@
|
|
|
4767
4620
|
"multiple": false,
|
|
4768
4621
|
"type": "option"
|
|
4769
4622
|
},
|
|
4770
|
-
"
|
|
4771
|
-
"description": "
|
|
4772
|
-
"name": "
|
|
4623
|
+
"page": {
|
|
4624
|
+
"description": "Page number",
|
|
4625
|
+
"name": "page",
|
|
4626
|
+
"default": 1,
|
|
4773
4627
|
"hasDynamicHelp": false,
|
|
4774
4628
|
"multiple": false,
|
|
4775
4629
|
"type": "option"
|
|
4776
4630
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
4631
|
+
"limit": {
|
|
4632
|
+
"description": "Items per page",
|
|
4633
|
+
"name": "limit",
|
|
4634
|
+
"default": 50,
|
|
4780
4635
|
"hasDynamicHelp": false,
|
|
4781
4636
|
"multiple": false,
|
|
4782
4637
|
"type": "option"
|
|
4783
4638
|
},
|
|
4784
|
-
"
|
|
4785
|
-
"description": "
|
|
4786
|
-
"name": "
|
|
4639
|
+
"search": {
|
|
4640
|
+
"description": "Search in matches",
|
|
4641
|
+
"name": "search",
|
|
4787
4642
|
"hasDynamicHelp": false,
|
|
4788
4643
|
"multiple": false,
|
|
4789
4644
|
"type": "option"
|
|
@@ -4791,7 +4646,7 @@
|
|
|
4791
4646
|
},
|
|
4792
4647
|
"hasDynamicHelp": false,
|
|
4793
4648
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "
|
|
4649
|
+
"id": "bots:matches",
|
|
4795
4650
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4651
|
"pluginName": "@instantkom/cli",
|
|
4797
4652
|
"pluginType": "core",
|
|
@@ -4801,14 +4656,20 @@
|
|
|
4801
4656
|
"relativePath": [
|
|
4802
4657
|
"dist",
|
|
4803
4658
|
"commands",
|
|
4804
|
-
"
|
|
4805
|
-
"
|
|
4659
|
+
"bots",
|
|
4660
|
+
"matches.js"
|
|
4806
4661
|
]
|
|
4807
4662
|
},
|
|
4808
|
-
"
|
|
4663
|
+
"bots:update": {
|
|
4809
4664
|
"aliases": [],
|
|
4810
|
-
"args": {
|
|
4811
|
-
|
|
4665
|
+
"args": {
|
|
4666
|
+
"id": {
|
|
4667
|
+
"description": "Bot ID",
|
|
4668
|
+
"name": "id",
|
|
4669
|
+
"required": true
|
|
4670
|
+
}
|
|
4671
|
+
},
|
|
4672
|
+
"description": "Update a bot",
|
|
4812
4673
|
"flags": {
|
|
4813
4674
|
"api-key": {
|
|
4814
4675
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4872,11 +4733,150 @@
|
|
|
4872
4733
|
"multiple": false,
|
|
4873
4734
|
"type": "option"
|
|
4874
4735
|
},
|
|
4875
|
-
"
|
|
4876
|
-
"description": "
|
|
4877
|
-
"name": "
|
|
4878
|
-
"
|
|
4879
|
-
"
|
|
4736
|
+
"name": {
|
|
4737
|
+
"description": "Bot name",
|
|
4738
|
+
"name": "name",
|
|
4739
|
+
"hasDynamicHelp": false,
|
|
4740
|
+
"multiple": false,
|
|
4741
|
+
"type": "option"
|
|
4742
|
+
},
|
|
4743
|
+
"type": {
|
|
4744
|
+
"description": "Bot type",
|
|
4745
|
+
"name": "type",
|
|
4746
|
+
"hasDynamicHelp": false,
|
|
4747
|
+
"multiple": false,
|
|
4748
|
+
"options": [
|
|
4749
|
+
"keyword",
|
|
4750
|
+
"schedule",
|
|
4751
|
+
"event",
|
|
4752
|
+
"ai"
|
|
4753
|
+
],
|
|
4754
|
+
"type": "option"
|
|
4755
|
+
},
|
|
4756
|
+
"message": {
|
|
4757
|
+
"description": "Bot message content",
|
|
4758
|
+
"name": "message",
|
|
4759
|
+
"hasDynamicHelp": false,
|
|
4760
|
+
"multiple": false,
|
|
4761
|
+
"type": "option"
|
|
4762
|
+
},
|
|
4763
|
+
"response": {
|
|
4764
|
+
"description": "Alias for --message",
|
|
4765
|
+
"name": "response",
|
|
4766
|
+
"hasDynamicHelp": false,
|
|
4767
|
+
"multiple": false,
|
|
4768
|
+
"type": "option"
|
|
4769
|
+
},
|
|
4770
|
+
"color": {
|
|
4771
|
+
"description": "Bot color as HEX",
|
|
4772
|
+
"name": "color",
|
|
4773
|
+
"hasDynamicHelp": false,
|
|
4774
|
+
"multiple": false,
|
|
4775
|
+
"type": "option"
|
|
4776
|
+
},
|
|
4777
|
+
"tags": {
|
|
4778
|
+
"description": "Comma-separated tags",
|
|
4779
|
+
"name": "tags",
|
|
4780
|
+
"hasDynamicHelp": false,
|
|
4781
|
+
"multiple": false,
|
|
4782
|
+
"type": "option"
|
|
4783
|
+
},
|
|
4784
|
+
"data": {
|
|
4785
|
+
"description": "Additional JSON object payload",
|
|
4786
|
+
"name": "data",
|
|
4787
|
+
"hasDynamicHelp": false,
|
|
4788
|
+
"multiple": false,
|
|
4789
|
+
"type": "option"
|
|
4790
|
+
}
|
|
4791
|
+
},
|
|
4792
|
+
"hasDynamicHelp": false,
|
|
4793
|
+
"hiddenAliases": [],
|
|
4794
|
+
"id": "bots:update",
|
|
4795
|
+
"pluginAlias": "@instantkom/cli",
|
|
4796
|
+
"pluginName": "@instantkom/cli",
|
|
4797
|
+
"pluginType": "core",
|
|
4798
|
+
"strict": true,
|
|
4799
|
+
"enableJsonFlag": false,
|
|
4800
|
+
"isESM": true,
|
|
4801
|
+
"relativePath": [
|
|
4802
|
+
"dist",
|
|
4803
|
+
"commands",
|
|
4804
|
+
"bots",
|
|
4805
|
+
"update.js"
|
|
4806
|
+
]
|
|
4807
|
+
},
|
|
4808
|
+
"custom-fields:bulk-delete": {
|
|
4809
|
+
"aliases": [],
|
|
4810
|
+
"args": {},
|
|
4811
|
+
"description": "Bulk delete custom fields",
|
|
4812
|
+
"flags": {
|
|
4813
|
+
"api-key": {
|
|
4814
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4815
|
+
"env": "IKM_API_KEY",
|
|
4816
|
+
"helpGroup": "GLOBAL",
|
|
4817
|
+
"name": "api-key",
|
|
4818
|
+
"hasDynamicHelp": false,
|
|
4819
|
+
"multiple": false,
|
|
4820
|
+
"type": "option"
|
|
4821
|
+
},
|
|
4822
|
+
"format": {
|
|
4823
|
+
"description": "Output format: text, json, yaml, or table",
|
|
4824
|
+
"helpGroup": "GLOBAL",
|
|
4825
|
+
"name": "format",
|
|
4826
|
+
"default": "text",
|
|
4827
|
+
"hasDynamicHelp": false,
|
|
4828
|
+
"multiple": false,
|
|
4829
|
+
"options": [
|
|
4830
|
+
"text",
|
|
4831
|
+
"json",
|
|
4832
|
+
"yaml",
|
|
4833
|
+
"table"
|
|
4834
|
+
],
|
|
4835
|
+
"type": "option"
|
|
4836
|
+
},
|
|
4837
|
+
"json": {
|
|
4838
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
4839
|
+
"helpGroup": "GLOBAL",
|
|
4840
|
+
"name": "json",
|
|
4841
|
+
"allowNo": false,
|
|
4842
|
+
"type": "boolean"
|
|
4843
|
+
},
|
|
4844
|
+
"quiet": {
|
|
4845
|
+
"description": "Suppress all output except errors",
|
|
4846
|
+
"helpGroup": "GLOBAL",
|
|
4847
|
+
"name": "quiet",
|
|
4848
|
+
"allowNo": false,
|
|
4849
|
+
"type": "boolean"
|
|
4850
|
+
},
|
|
4851
|
+
"no-color": {
|
|
4852
|
+
"description": "Disable color output",
|
|
4853
|
+
"helpGroup": "GLOBAL",
|
|
4854
|
+
"name": "no-color",
|
|
4855
|
+
"allowNo": false,
|
|
4856
|
+
"type": "boolean"
|
|
4857
|
+
},
|
|
4858
|
+
"profile": {
|
|
4859
|
+
"description": "Named configuration profile to use",
|
|
4860
|
+
"helpGroup": "GLOBAL",
|
|
4861
|
+
"name": "profile",
|
|
4862
|
+
"default": "default",
|
|
4863
|
+
"hasDynamicHelp": false,
|
|
4864
|
+
"multiple": false,
|
|
4865
|
+
"type": "option"
|
|
4866
|
+
},
|
|
4867
|
+
"api-url": {
|
|
4868
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
4869
|
+
"helpGroup": "GLOBAL",
|
|
4870
|
+
"name": "api-url",
|
|
4871
|
+
"hasDynamicHelp": false,
|
|
4872
|
+
"multiple": false,
|
|
4873
|
+
"type": "option"
|
|
4874
|
+
},
|
|
4875
|
+
"ids": {
|
|
4876
|
+
"description": "Comma-separated custom field IDs",
|
|
4877
|
+
"name": "ids",
|
|
4878
|
+
"required": true,
|
|
4879
|
+
"hasDynamicHelp": false,
|
|
4880
4880
|
"multiple": false,
|
|
4881
4881
|
"type": "option"
|
|
4882
4882
|
}
|
|
@@ -9293,10 +9293,10 @@
|
|
|
9293
9293
|
"list.js"
|
|
9294
9294
|
]
|
|
9295
9295
|
},
|
|
9296
|
-
"
|
|
9296
|
+
"tickets:create": {
|
|
9297
9297
|
"aliases": [],
|
|
9298
9298
|
"args": {},
|
|
9299
|
-
"description": "Create a
|
|
9299
|
+
"description": "Create a ticket",
|
|
9300
9300
|
"flags": {
|
|
9301
9301
|
"api-key": {
|
|
9302
9302
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9368,70 +9368,45 @@
|
|
|
9368
9368
|
"multiple": false,
|
|
9369
9369
|
"type": "option"
|
|
9370
9370
|
},
|
|
9371
|
-
"
|
|
9372
|
-
"description": "
|
|
9373
|
-
"name": "
|
|
9371
|
+
"subject": {
|
|
9372
|
+
"description": "Ticket subject",
|
|
9373
|
+
"name": "subject",
|
|
9374
9374
|
"required": true,
|
|
9375
9375
|
"hasDynamicHelp": false,
|
|
9376
9376
|
"multiple": false,
|
|
9377
9377
|
"type": "option"
|
|
9378
9378
|
},
|
|
9379
|
-
"
|
|
9380
|
-
"description": "
|
|
9381
|
-
"name": "
|
|
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,
|
|
9379
|
+
"recipient": {
|
|
9380
|
+
"description": "Existing recipient ID",
|
|
9381
|
+
"name": "recipient",
|
|
9401
9382
|
"hasDynamicHelp": false,
|
|
9402
9383
|
"multiple": false,
|
|
9403
9384
|
"type": "option"
|
|
9404
9385
|
},
|
|
9405
|
-
"
|
|
9406
|
-
"description": "
|
|
9407
|
-
"name": "
|
|
9386
|
+
"email": {
|
|
9387
|
+
"description": "Customer email",
|
|
9388
|
+
"name": "email",
|
|
9408
9389
|
"hasDynamicHelp": false,
|
|
9409
9390
|
"multiple": false,
|
|
9410
9391
|
"type": "option"
|
|
9411
9392
|
},
|
|
9412
|
-
"
|
|
9413
|
-
"description": "
|
|
9414
|
-
"name": "
|
|
9415
|
-
"allowNo": true,
|
|
9416
|
-
"type": "boolean"
|
|
9417
|
-
},
|
|
9418
|
-
"whatsapp-language": {
|
|
9419
|
-
"description": "WhatsApp template language",
|
|
9420
|
-
"name": "whatsapp-language",
|
|
9393
|
+
"name": {
|
|
9394
|
+
"description": "Customer name",
|
|
9395
|
+
"name": "name",
|
|
9421
9396
|
"hasDynamicHelp": false,
|
|
9422
9397
|
"multiple": false,
|
|
9423
9398
|
"type": "option"
|
|
9424
9399
|
},
|
|
9425
|
-
"
|
|
9426
|
-
"description": "
|
|
9427
|
-
"name": "
|
|
9400
|
+
"priority": {
|
|
9401
|
+
"description": "Ticket priority",
|
|
9402
|
+
"name": "priority",
|
|
9428
9403
|
"hasDynamicHelp": false,
|
|
9429
9404
|
"multiple": false,
|
|
9430
9405
|
"type": "option"
|
|
9431
9406
|
},
|
|
9432
|
-
"
|
|
9433
|
-
"description": "
|
|
9434
|
-
"name": "
|
|
9407
|
+
"source": {
|
|
9408
|
+
"description": "Ticket source",
|
|
9409
|
+
"name": "source",
|
|
9435
9410
|
"hasDynamicHelp": false,
|
|
9436
9411
|
"multiple": false,
|
|
9437
9412
|
"type": "option"
|
|
@@ -9446,7 +9421,7 @@
|
|
|
9446
9421
|
},
|
|
9447
9422
|
"hasDynamicHelp": false,
|
|
9448
9423
|
"hiddenAliases": [],
|
|
9449
|
-
"id": "
|
|
9424
|
+
"id": "tickets:create",
|
|
9450
9425
|
"pluginAlias": "@instantkom/cli",
|
|
9451
9426
|
"pluginName": "@instantkom/cli",
|
|
9452
9427
|
"pluginType": "core",
|
|
@@ -9456,20 +9431,20 @@
|
|
|
9456
9431
|
"relativePath": [
|
|
9457
9432
|
"dist",
|
|
9458
9433
|
"commands",
|
|
9459
|
-
"
|
|
9434
|
+
"tickets",
|
|
9460
9435
|
"create.js"
|
|
9461
9436
|
]
|
|
9462
9437
|
},
|
|
9463
|
-
"
|
|
9438
|
+
"tickets:delete": {
|
|
9464
9439
|
"aliases": [],
|
|
9465
9440
|
"args": {
|
|
9466
9441
|
"id": {
|
|
9467
|
-
"description": "
|
|
9442
|
+
"description": "Ticket ID",
|
|
9468
9443
|
"name": "id",
|
|
9469
9444
|
"required": true
|
|
9470
9445
|
}
|
|
9471
9446
|
},
|
|
9472
|
-
"description": "Delete
|
|
9447
|
+
"description": "Delete a ticket",
|
|
9473
9448
|
"flags": {
|
|
9474
9449
|
"api-key": {
|
|
9475
9450
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9532,11 +9507,19 @@
|
|
|
9532
9507
|
"hasDynamicHelp": false,
|
|
9533
9508
|
"multiple": false,
|
|
9534
9509
|
"type": "option"
|
|
9510
|
+
},
|
|
9511
|
+
"channel": {
|
|
9512
|
+
"description": "Channel ID",
|
|
9513
|
+
"name": "channel",
|
|
9514
|
+
"required": true,
|
|
9515
|
+
"hasDynamicHelp": false,
|
|
9516
|
+
"multiple": false,
|
|
9517
|
+
"type": "option"
|
|
9535
9518
|
}
|
|
9536
9519
|
},
|
|
9537
9520
|
"hasDynamicHelp": false,
|
|
9538
9521
|
"hiddenAliases": [],
|
|
9539
|
-
"id": "
|
|
9522
|
+
"id": "tickets:delete",
|
|
9540
9523
|
"pluginAlias": "@instantkom/cli",
|
|
9541
9524
|
"pluginName": "@instantkom/cli",
|
|
9542
9525
|
"pluginType": "core",
|
|
@@ -9546,14 +9529,20 @@
|
|
|
9546
9529
|
"relativePath": [
|
|
9547
9530
|
"dist",
|
|
9548
9531
|
"commands",
|
|
9549
|
-
"
|
|
9532
|
+
"tickets",
|
|
9550
9533
|
"delete.js"
|
|
9551
9534
|
]
|
|
9552
9535
|
},
|
|
9553
|
-
"
|
|
9536
|
+
"tickets:get": {
|
|
9554
9537
|
"aliases": [],
|
|
9555
|
-
"args": {
|
|
9556
|
-
|
|
9538
|
+
"args": {
|
|
9539
|
+
"id": {
|
|
9540
|
+
"description": "Ticket ID",
|
|
9541
|
+
"name": "id",
|
|
9542
|
+
"required": true
|
|
9543
|
+
}
|
|
9544
|
+
},
|
|
9545
|
+
"description": "Get a ticket by ID",
|
|
9557
9546
|
"flags": {
|
|
9558
9547
|
"api-key": {
|
|
9559
9548
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9565,14 +9554,17 @@
|
|
|
9565
9554
|
"type": "option"
|
|
9566
9555
|
},
|
|
9567
9556
|
"format": {
|
|
9568
|
-
"description": "
|
|
9557
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9558
|
+
"helpGroup": "GLOBAL",
|
|
9569
9559
|
"name": "format",
|
|
9570
|
-
"default": "
|
|
9560
|
+
"default": "text",
|
|
9571
9561
|
"hasDynamicHelp": false,
|
|
9572
9562
|
"multiple": false,
|
|
9573
9563
|
"options": [
|
|
9574
|
-
"
|
|
9575
|
-
"json"
|
|
9564
|
+
"text",
|
|
9565
|
+
"json",
|
|
9566
|
+
"yaml",
|
|
9567
|
+
"table"
|
|
9576
9568
|
],
|
|
9577
9569
|
"type": "option"
|
|
9578
9570
|
},
|
|
@@ -9614,17 +9606,10 @@
|
|
|
9614
9606
|
"multiple": false,
|
|
9615
9607
|
"type": "option"
|
|
9616
9608
|
},
|
|
9617
|
-
"file": {
|
|
9618
|
-
"description": "Output file path",
|
|
9619
|
-
"name": "file",
|
|
9620
|
-
"required": true,
|
|
9621
|
-
"hasDynamicHelp": false,
|
|
9622
|
-
"multiple": false,
|
|
9623
|
-
"type": "option"
|
|
9624
|
-
},
|
|
9625
9609
|
"channel": {
|
|
9626
|
-
"description": "
|
|
9610
|
+
"description": "Channel ID",
|
|
9627
9611
|
"name": "channel",
|
|
9612
|
+
"required": true,
|
|
9628
9613
|
"hasDynamicHelp": false,
|
|
9629
9614
|
"multiple": false,
|
|
9630
9615
|
"type": "option"
|
|
@@ -9632,7 +9617,7 @@
|
|
|
9632
9617
|
},
|
|
9633
9618
|
"hasDynamicHelp": false,
|
|
9634
9619
|
"hiddenAliases": [],
|
|
9635
|
-
"id": "
|
|
9620
|
+
"id": "tickets:get",
|
|
9636
9621
|
"pluginAlias": "@instantkom/cli",
|
|
9637
9622
|
"pluginName": "@instantkom/cli",
|
|
9638
9623
|
"pluginType": "core",
|
|
@@ -9642,20 +9627,14 @@
|
|
|
9642
9627
|
"relativePath": [
|
|
9643
9628
|
"dist",
|
|
9644
9629
|
"commands",
|
|
9645
|
-
"
|
|
9646
|
-
"
|
|
9630
|
+
"tickets",
|
|
9631
|
+
"get.js"
|
|
9647
9632
|
]
|
|
9648
9633
|
},
|
|
9649
|
-
"
|
|
9634
|
+
"tickets:list": {
|
|
9650
9635
|
"aliases": [],
|
|
9651
|
-
"args": {
|
|
9652
|
-
|
|
9653
|
-
"description": "Template ID",
|
|
9654
|
-
"name": "id",
|
|
9655
|
-
"required": true
|
|
9656
|
-
}
|
|
9657
|
-
},
|
|
9658
|
-
"description": "Get a message template by ID",
|
|
9636
|
+
"args": {},
|
|
9637
|
+
"description": "List tickets for a channel",
|
|
9659
9638
|
"flags": {
|
|
9660
9639
|
"api-key": {
|
|
9661
9640
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9718,11 +9697,35 @@
|
|
|
9718
9697
|
"hasDynamicHelp": false,
|
|
9719
9698
|
"multiple": false,
|
|
9720
9699
|
"type": "option"
|
|
9700
|
+
},
|
|
9701
|
+
"channel": {
|
|
9702
|
+
"description": "Channel ID",
|
|
9703
|
+
"name": "channel",
|
|
9704
|
+
"required": true,
|
|
9705
|
+
"hasDynamicHelp": false,
|
|
9706
|
+
"multiple": false,
|
|
9707
|
+
"type": "option"
|
|
9708
|
+
},
|
|
9709
|
+
"limit": {
|
|
9710
|
+
"description": "Maximum tickets to return",
|
|
9711
|
+
"name": "limit",
|
|
9712
|
+
"default": 500,
|
|
9713
|
+
"hasDynamicHelp": false,
|
|
9714
|
+
"multiple": false,
|
|
9715
|
+
"type": "option"
|
|
9716
|
+
},
|
|
9717
|
+
"offset": {
|
|
9718
|
+
"description": "Number of tickets to skip",
|
|
9719
|
+
"name": "offset",
|
|
9720
|
+
"default": 0,
|
|
9721
|
+
"hasDynamicHelp": false,
|
|
9722
|
+
"multiple": false,
|
|
9723
|
+
"type": "option"
|
|
9721
9724
|
}
|
|
9722
9725
|
},
|
|
9723
9726
|
"hasDynamicHelp": false,
|
|
9724
9727
|
"hiddenAliases": [],
|
|
9725
|
-
"id": "
|
|
9728
|
+
"id": "tickets:list",
|
|
9726
9729
|
"pluginAlias": "@instantkom/cli",
|
|
9727
9730
|
"pluginName": "@instantkom/cli",
|
|
9728
9731
|
"pluginType": "core",
|
|
@@ -9732,14 +9735,20 @@
|
|
|
9732
9735
|
"relativePath": [
|
|
9733
9736
|
"dist",
|
|
9734
9737
|
"commands",
|
|
9735
|
-
"
|
|
9736
|
-
"
|
|
9738
|
+
"tickets",
|
|
9739
|
+
"list.js"
|
|
9737
9740
|
]
|
|
9738
9741
|
},
|
|
9739
|
-
"
|
|
9742
|
+
"tickets:reply": {
|
|
9740
9743
|
"aliases": [],
|
|
9741
|
-
"args": {
|
|
9742
|
-
|
|
9744
|
+
"args": {
|
|
9745
|
+
"id": {
|
|
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.",
|
|
9743
9752
|
"flags": {
|
|
9744
9753
|
"api-key": {
|
|
9745
9754
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9803,32 +9812,24 @@
|
|
|
9803
9812
|
"multiple": false,
|
|
9804
9813
|
"type": "option"
|
|
9805
9814
|
},
|
|
9806
|
-
"
|
|
9807
|
-
"description": "
|
|
9808
|
-
"name": "
|
|
9809
|
-
"required": true,
|
|
9810
|
-
"hasDynamicHelp": false,
|
|
9811
|
-
"multiple": false,
|
|
9812
|
-
"type": "option"
|
|
9813
|
-
},
|
|
9814
|
-
"channel": {
|
|
9815
|
-
"description": "Target channel ID",
|
|
9816
|
-
"name": "channel",
|
|
9815
|
+
"message": {
|
|
9816
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
9817
|
+
"name": "message",
|
|
9817
9818
|
"required": true,
|
|
9818
9819
|
"hasDynamicHelp": false,
|
|
9819
9820
|
"multiple": false,
|
|
9820
9821
|
"type": "option"
|
|
9821
9822
|
},
|
|
9822
|
-
"
|
|
9823
|
-
"description": "
|
|
9824
|
-
"name": "
|
|
9825
|
-
"allowNo":
|
|
9823
|
+
"close": {
|
|
9824
|
+
"description": "Close the ticket after sending the reply",
|
|
9825
|
+
"name": "close",
|
|
9826
|
+
"allowNo": false,
|
|
9826
9827
|
"type": "boolean"
|
|
9827
9828
|
}
|
|
9828
9829
|
},
|
|
9829
9830
|
"hasDynamicHelp": false,
|
|
9830
9831
|
"hiddenAliases": [],
|
|
9831
|
-
"id": "
|
|
9832
|
+
"id": "tickets:reply",
|
|
9832
9833
|
"pluginAlias": "@instantkom/cli",
|
|
9833
9834
|
"pluginName": "@instantkom/cli",
|
|
9834
9835
|
"pluginType": "core",
|
|
@@ -9838,14 +9839,20 @@
|
|
|
9838
9839
|
"relativePath": [
|
|
9839
9840
|
"dist",
|
|
9840
9841
|
"commands",
|
|
9841
|
-
"
|
|
9842
|
-
"
|
|
9842
|
+
"tickets",
|
|
9843
|
+
"reply.js"
|
|
9843
9844
|
]
|
|
9844
9845
|
},
|
|
9845
|
-
"
|
|
9846
|
+
"tickets:update": {
|
|
9846
9847
|
"aliases": [],
|
|
9847
|
-
"args": {
|
|
9848
|
-
|
|
9848
|
+
"args": {
|
|
9849
|
+
"id": {
|
|
9850
|
+
"description": "Ticket ID",
|
|
9851
|
+
"name": "id",
|
|
9852
|
+
"required": true
|
|
9853
|
+
}
|
|
9854
|
+
},
|
|
9855
|
+
"description": "Update a ticket",
|
|
9849
9856
|
"flags": {
|
|
9850
9857
|
"api-key": {
|
|
9851
9858
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9910,136 +9917,58 @@
|
|
|
9910
9917
|
"type": "option"
|
|
9911
9918
|
},
|
|
9912
9919
|
"channel": {
|
|
9913
|
-
"description": "
|
|
9920
|
+
"description": "Channel ID",
|
|
9914
9921
|
"name": "channel",
|
|
9922
|
+
"required": true,
|
|
9915
9923
|
"hasDynamicHelp": false,
|
|
9916
9924
|
"multiple": false,
|
|
9917
9925
|
"type": "option"
|
|
9918
9926
|
},
|
|
9919
|
-
"
|
|
9920
|
-
"description": "
|
|
9921
|
-
"name": "
|
|
9927
|
+
"subject": {
|
|
9928
|
+
"description": "Ticket subject",
|
|
9929
|
+
"name": "subject",
|
|
9922
9930
|
"hasDynamicHelp": false,
|
|
9923
9931
|
"multiple": false,
|
|
9924
9932
|
"type": "option"
|
|
9925
9933
|
},
|
|
9926
|
-
"
|
|
9927
|
-
"description": "
|
|
9928
|
-
"name": "
|
|
9929
|
-
"default": 1,
|
|
9934
|
+
"priority": {
|
|
9935
|
+
"description": "Ticket priority",
|
|
9936
|
+
"name": "priority",
|
|
9930
9937
|
"hasDynamicHelp": false,
|
|
9931
9938
|
"multiple": false,
|
|
9932
9939
|
"type": "option"
|
|
9933
9940
|
},
|
|
9934
|
-
"
|
|
9935
|
-
"description": "
|
|
9936
|
-
"name": "
|
|
9937
|
-
"default": 20,
|
|
9938
|
-
"hasDynamicHelp": false,
|
|
9939
|
-
"multiple": false,
|
|
9940
|
-
"type": "option"
|
|
9941
|
-
}
|
|
9942
|
-
},
|
|
9943
|
-
"hasDynamicHelp": false,
|
|
9944
|
-
"hiddenAliases": [],
|
|
9945
|
-
"id": "templates:list",
|
|
9946
|
-
"pluginAlias": "@instantkom/cli",
|
|
9947
|
-
"pluginName": "@instantkom/cli",
|
|
9948
|
-
"pluginType": "core",
|
|
9949
|
-
"strict": true,
|
|
9950
|
-
"enableJsonFlag": false,
|
|
9951
|
-
"isESM": true,
|
|
9952
|
-
"relativePath": [
|
|
9953
|
-
"dist",
|
|
9954
|
-
"commands",
|
|
9955
|
-
"templates",
|
|
9956
|
-
"list.js"
|
|
9957
|
-
]
|
|
9958
|
-
},
|
|
9959
|
-
"templates:render": {
|
|
9960
|
-
"aliases": [],
|
|
9961
|
-
"args": {
|
|
9962
|
-
"id": {
|
|
9963
|
-
"description": "Template ID",
|
|
9964
|
-
"name": "id",
|
|
9965
|
-
"required": true
|
|
9966
|
-
}
|
|
9967
|
-
},
|
|
9968
|
-
"description": "Render a message template locally",
|
|
9969
|
-
"flags": {
|
|
9970
|
-
"api-key": {
|
|
9971
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9972
|
-
"env": "IKM_API_KEY",
|
|
9973
|
-
"helpGroup": "GLOBAL",
|
|
9974
|
-
"name": "api-key",
|
|
9941
|
+
"status": {
|
|
9942
|
+
"description": "Ticket status",
|
|
9943
|
+
"name": "status",
|
|
9975
9944
|
"hasDynamicHelp": false,
|
|
9976
9945
|
"multiple": false,
|
|
9977
9946
|
"type": "option"
|
|
9978
9947
|
},
|
|
9979
|
-
"
|
|
9980
|
-
"description": "
|
|
9981
|
-
"
|
|
9982
|
-
"name": "format",
|
|
9983
|
-
"default": "text",
|
|
9948
|
+
"assigned-to": {
|
|
9949
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
9950
|
+
"name": "assigned-to",
|
|
9984
9951
|
"hasDynamicHelp": false,
|
|
9985
9952
|
"multiple": false,
|
|
9986
|
-
"options": [
|
|
9987
|
-
"text",
|
|
9988
|
-
"json",
|
|
9989
|
-
"yaml",
|
|
9990
|
-
"table"
|
|
9991
|
-
],
|
|
9992
9953
|
"type": "option"
|
|
9993
9954
|
},
|
|
9994
|
-
"
|
|
9995
|
-
"description": "
|
|
9996
|
-
"
|
|
9997
|
-
"
|
|
9998
|
-
"allowNo": false,
|
|
9999
|
-
"type": "boolean"
|
|
10000
|
-
},
|
|
10001
|
-
"quiet": {
|
|
10002
|
-
"description": "Suppress all output except errors",
|
|
10003
|
-
"helpGroup": "GLOBAL",
|
|
10004
|
-
"name": "quiet",
|
|
10005
|
-
"allowNo": false,
|
|
10006
|
-
"type": "boolean"
|
|
10007
|
-
},
|
|
10008
|
-
"no-color": {
|
|
10009
|
-
"description": "Disable color output",
|
|
10010
|
-
"helpGroup": "GLOBAL",
|
|
10011
|
-
"name": "no-color",
|
|
10012
|
-
"allowNo": false,
|
|
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,
|
|
10013
9959
|
"type": "boolean"
|
|
10014
9960
|
},
|
|
10015
|
-
"
|
|
10016
|
-
"description": "
|
|
10017
|
-
"
|
|
10018
|
-
"name": "profile",
|
|
10019
|
-
"default": "default",
|
|
10020
|
-
"hasDynamicHelp": false,
|
|
10021
|
-
"multiple": false,
|
|
10022
|
-
"type": "option"
|
|
10023
|
-
},
|
|
10024
|
-
"api-url": {
|
|
10025
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
10026
|
-
"helpGroup": "GLOBAL",
|
|
10027
|
-
"name": "api-url",
|
|
9961
|
+
"data": {
|
|
9962
|
+
"description": "Additional JSON object payload",
|
|
9963
|
+
"name": "data",
|
|
10028
9964
|
"hasDynamicHelp": false,
|
|
10029
9965
|
"multiple": false,
|
|
10030
9966
|
"type": "option"
|
|
10031
|
-
},
|
|
10032
|
-
"vars": {
|
|
10033
|
-
"description": "Template variable as key=value; may be repeated",
|
|
10034
|
-
"name": "vars",
|
|
10035
|
-
"hasDynamicHelp": false,
|
|
10036
|
-
"multiple": true,
|
|
10037
|
-
"type": "option"
|
|
10038
9967
|
}
|
|
10039
9968
|
},
|
|
10040
9969
|
"hasDynamicHelp": false,
|
|
10041
9970
|
"hiddenAliases": [],
|
|
10042
|
-
"id": "
|
|
9971
|
+
"id": "tickets:update",
|
|
10043
9972
|
"pluginAlias": "@instantkom/cli",
|
|
10044
9973
|
"pluginName": "@instantkom/cli",
|
|
10045
9974
|
"pluginType": "core",
|
|
@@ -10049,20 +9978,14 @@
|
|
|
10049
9978
|
"relativePath": [
|
|
10050
9979
|
"dist",
|
|
10051
9980
|
"commands",
|
|
10052
|
-
"
|
|
10053
|
-
"
|
|
9981
|
+
"tickets",
|
|
9982
|
+
"update.js"
|
|
10054
9983
|
]
|
|
10055
9984
|
},
|
|
10056
|
-
"templates:
|
|
9985
|
+
"templates:create": {
|
|
10057
9986
|
"aliases": [],
|
|
10058
|
-
"args": {
|
|
10059
|
-
|
|
10060
|
-
"description": "Template ID",
|
|
10061
|
-
"name": "id",
|
|
10062
|
-
"required": true
|
|
10063
|
-
}
|
|
10064
|
-
},
|
|
10065
|
-
"description": "Update a message template",
|
|
9987
|
+
"args": {},
|
|
9988
|
+
"description": "Create a message template",
|
|
10066
9989
|
"flags": {
|
|
10067
9990
|
"api-key": {
|
|
10068
9991
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10126,9 +10049,18 @@
|
|
|
10126
10049
|
"multiple": false,
|
|
10127
10050
|
"type": "option"
|
|
10128
10051
|
},
|
|
10052
|
+
"channel": {
|
|
10053
|
+
"description": "Channel ID",
|
|
10054
|
+
"name": "channel",
|
|
10055
|
+
"required": true,
|
|
10056
|
+
"hasDynamicHelp": false,
|
|
10057
|
+
"multiple": false,
|
|
10058
|
+
"type": "option"
|
|
10059
|
+
},
|
|
10129
10060
|
"name": {
|
|
10130
10061
|
"description": "Template name",
|
|
10131
10062
|
"name": "name",
|
|
10063
|
+
"required": true,
|
|
10132
10064
|
"hasDynamicHelp": false,
|
|
10133
10065
|
"multiple": false,
|
|
10134
10066
|
"type": "option"
|
|
@@ -10136,6 +10068,7 @@
|
|
|
10136
10068
|
"type": {
|
|
10137
10069
|
"description": "Template type",
|
|
10138
10070
|
"name": "type",
|
|
10071
|
+
"default": "text",
|
|
10139
10072
|
"hasDynamicHelp": false,
|
|
10140
10073
|
"multiple": false,
|
|
10141
10074
|
"options": [
|
|
@@ -10153,6 +10086,7 @@
|
|
|
10153
10086
|
"message": {
|
|
10154
10087
|
"description": "Template message",
|
|
10155
10088
|
"name": "message",
|
|
10089
|
+
"required": true,
|
|
10156
10090
|
"hasDynamicHelp": false,
|
|
10157
10091
|
"multiple": false,
|
|
10158
10092
|
"type": "option"
|
|
@@ -10170,12 +10104,6 @@
|
|
|
10170
10104
|
"allowNo": true,
|
|
10171
10105
|
"type": "boolean"
|
|
10172
10106
|
},
|
|
10173
|
-
"remove-media": {
|
|
10174
|
-
"description": "Remove existing media",
|
|
10175
|
-
"name": "remove-media",
|
|
10176
|
-
"allowNo": false,
|
|
10177
|
-
"type": "boolean"
|
|
10178
|
-
},
|
|
10179
10107
|
"whatsapp-language": {
|
|
10180
10108
|
"description": "WhatsApp template language",
|
|
10181
10109
|
"name": "whatsapp-language",
|
|
@@ -10207,7 +10135,7 @@
|
|
|
10207
10135
|
},
|
|
10208
10136
|
"hasDynamicHelp": false,
|
|
10209
10137
|
"hiddenAliases": [],
|
|
10210
|
-
"id": "templates:
|
|
10138
|
+
"id": "templates:create",
|
|
10211
10139
|
"pluginAlias": "@instantkom/cli",
|
|
10212
10140
|
"pluginName": "@instantkom/cli",
|
|
10213
10141
|
"pluginType": "core",
|
|
@@ -10218,13 +10146,19 @@
|
|
|
10218
10146
|
"dist",
|
|
10219
10147
|
"commands",
|
|
10220
10148
|
"templates",
|
|
10221
|
-
"
|
|
10149
|
+
"create.js"
|
|
10222
10150
|
]
|
|
10223
10151
|
},
|
|
10224
|
-
"templates:
|
|
10152
|
+
"templates:delete": {
|
|
10225
10153
|
"aliases": [],
|
|
10226
|
-
"args": {
|
|
10227
|
-
|
|
10154
|
+
"args": {
|
|
10155
|
+
"id": {
|
|
10156
|
+
"description": "template ID",
|
|
10157
|
+
"name": "id",
|
|
10158
|
+
"required": true
|
|
10159
|
+
}
|
|
10160
|
+
},
|
|
10161
|
+
"description": "Delete template",
|
|
10228
10162
|
"flags": {
|
|
10229
10163
|
"api-key": {
|
|
10230
10164
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10280,6 +10214,87 @@
|
|
|
10280
10214
|
"multiple": false,
|
|
10281
10215
|
"type": "option"
|
|
10282
10216
|
},
|
|
10217
|
+
"api-url": {
|
|
10218
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10219
|
+
"helpGroup": "GLOBAL",
|
|
10220
|
+
"name": "api-url",
|
|
10221
|
+
"hasDynamicHelp": false,
|
|
10222
|
+
"multiple": false,
|
|
10223
|
+
"type": "option"
|
|
10224
|
+
}
|
|
10225
|
+
},
|
|
10226
|
+
"hasDynamicHelp": false,
|
|
10227
|
+
"hiddenAliases": [],
|
|
10228
|
+
"id": "templates:delete",
|
|
10229
|
+
"pluginAlias": "@instantkom/cli",
|
|
10230
|
+
"pluginName": "@instantkom/cli",
|
|
10231
|
+
"pluginType": "core",
|
|
10232
|
+
"strict": true,
|
|
10233
|
+
"enableJsonFlag": false,
|
|
10234
|
+
"isESM": true,
|
|
10235
|
+
"relativePath": [
|
|
10236
|
+
"dist",
|
|
10237
|
+
"commands",
|
|
10238
|
+
"templates",
|
|
10239
|
+
"delete.js"
|
|
10240
|
+
]
|
|
10241
|
+
},
|
|
10242
|
+
"templates:export": {
|
|
10243
|
+
"aliases": [],
|
|
10244
|
+
"args": {},
|
|
10245
|
+
"description": "Export templates to a file",
|
|
10246
|
+
"flags": {
|
|
10247
|
+
"api-key": {
|
|
10248
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10249
|
+
"env": "IKM_API_KEY",
|
|
10250
|
+
"helpGroup": "GLOBAL",
|
|
10251
|
+
"name": "api-key",
|
|
10252
|
+
"hasDynamicHelp": false,
|
|
10253
|
+
"multiple": false,
|
|
10254
|
+
"type": "option"
|
|
10255
|
+
},
|
|
10256
|
+
"format": {
|
|
10257
|
+
"description": "Export format",
|
|
10258
|
+
"name": "format",
|
|
10259
|
+
"default": "json",
|
|
10260
|
+
"hasDynamicHelp": false,
|
|
10261
|
+
"multiple": false,
|
|
10262
|
+
"options": [
|
|
10263
|
+
"csv",
|
|
10264
|
+
"json"
|
|
10265
|
+
],
|
|
10266
|
+
"type": "option"
|
|
10267
|
+
},
|
|
10268
|
+
"json": {
|
|
10269
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
10270
|
+
"helpGroup": "GLOBAL",
|
|
10271
|
+
"name": "json",
|
|
10272
|
+
"allowNo": false,
|
|
10273
|
+
"type": "boolean"
|
|
10274
|
+
},
|
|
10275
|
+
"quiet": {
|
|
10276
|
+
"description": "Suppress all output except errors",
|
|
10277
|
+
"helpGroup": "GLOBAL",
|
|
10278
|
+
"name": "quiet",
|
|
10279
|
+
"allowNo": false,
|
|
10280
|
+
"type": "boolean"
|
|
10281
|
+
},
|
|
10282
|
+
"no-color": {
|
|
10283
|
+
"description": "Disable color output",
|
|
10284
|
+
"helpGroup": "GLOBAL",
|
|
10285
|
+
"name": "no-color",
|
|
10286
|
+
"allowNo": false,
|
|
10287
|
+
"type": "boolean"
|
|
10288
|
+
},
|
|
10289
|
+
"profile": {
|
|
10290
|
+
"description": "Named configuration profile to use",
|
|
10291
|
+
"helpGroup": "GLOBAL",
|
|
10292
|
+
"name": "profile",
|
|
10293
|
+
"default": "default",
|
|
10294
|
+
"hasDynamicHelp": false,
|
|
10295
|
+
"multiple": false,
|
|
10296
|
+
"type": "option"
|
|
10297
|
+
},
|
|
10283
10298
|
"api-url": {
|
|
10284
10299
|
"description": "Override the API base URL (e.g. for staging)",
|
|
10285
10300
|
"helpGroup": "GLOBAL",
|
|
@@ -10289,7 +10304,7 @@
|
|
|
10289
10304
|
"type": "option"
|
|
10290
10305
|
},
|
|
10291
10306
|
"file": {
|
|
10292
|
-
"description": "
|
|
10307
|
+
"description": "Output file path",
|
|
10293
10308
|
"name": "file",
|
|
10294
10309
|
"required": true,
|
|
10295
10310
|
"hasDynamicHelp": false,
|
|
@@ -10297,9 +10312,8 @@
|
|
|
10297
10312
|
"type": "option"
|
|
10298
10313
|
},
|
|
10299
10314
|
"channel": {
|
|
10300
|
-
"description": "
|
|
10315
|
+
"description": "Filter by channel ID",
|
|
10301
10316
|
"name": "channel",
|
|
10302
|
-
"required": true,
|
|
10303
10317
|
"hasDynamicHelp": false,
|
|
10304
10318
|
"multiple": false,
|
|
10305
10319
|
"type": "option"
|
|
@@ -10307,7 +10321,7 @@
|
|
|
10307
10321
|
},
|
|
10308
10322
|
"hasDynamicHelp": false,
|
|
10309
10323
|
"hiddenAliases": [],
|
|
10310
|
-
"id": "templates:
|
|
10324
|
+
"id": "templates:export",
|
|
10311
10325
|
"pluginAlias": "@instantkom/cli",
|
|
10312
10326
|
"pluginName": "@instantkom/cli",
|
|
10313
10327
|
"pluginType": "core",
|
|
@@ -10318,13 +10332,19 @@
|
|
|
10318
10332
|
"dist",
|
|
10319
10333
|
"commands",
|
|
10320
10334
|
"templates",
|
|
10321
|
-
"
|
|
10335
|
+
"export.js"
|
|
10322
10336
|
]
|
|
10323
10337
|
},
|
|
10324
|
-
"
|
|
10338
|
+
"templates:get": {
|
|
10325
10339
|
"aliases": [],
|
|
10326
|
-
"args": {
|
|
10327
|
-
|
|
10340
|
+
"args": {
|
|
10341
|
+
"id": {
|
|
10342
|
+
"description": "Template ID",
|
|
10343
|
+
"name": "id",
|
|
10344
|
+
"required": true
|
|
10345
|
+
}
|
|
10346
|
+
},
|
|
10347
|
+
"description": "Get a message template by ID",
|
|
10328
10348
|
"flags": {
|
|
10329
10349
|
"api-key": {
|
|
10330
10350
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10387,34 +10407,11 @@
|
|
|
10387
10407
|
"hasDynamicHelp": false,
|
|
10388
10408
|
"multiple": false,
|
|
10389
10409
|
"type": "option"
|
|
10390
|
-
},
|
|
10391
|
-
"event": {
|
|
10392
|
-
"description": "Webhook event to subscribe to",
|
|
10393
|
-
"name": "event",
|
|
10394
|
-
"required": true,
|
|
10395
|
-
"hasDynamicHelp": false,
|
|
10396
|
-
"multiple": false,
|
|
10397
|
-
"options": [
|
|
10398
|
-
"new_contact",
|
|
10399
|
-
"new_message",
|
|
10400
|
-
"broadcast_sent",
|
|
10401
|
-
"contact_updated",
|
|
10402
|
-
"contact_opted_out"
|
|
10403
|
-
],
|
|
10404
|
-
"type": "option"
|
|
10405
|
-
},
|
|
10406
|
-
"url": {
|
|
10407
|
-
"description": "HTTPS target URL that receives webhook POSTs",
|
|
10408
|
-
"name": "url",
|
|
10409
|
-
"required": true,
|
|
10410
|
-
"hasDynamicHelp": false,
|
|
10411
|
-
"multiple": false,
|
|
10412
|
-
"type": "option"
|
|
10413
10410
|
}
|
|
10414
10411
|
},
|
|
10415
10412
|
"hasDynamicHelp": false,
|
|
10416
10413
|
"hiddenAliases": [],
|
|
10417
|
-
"id": "
|
|
10414
|
+
"id": "templates:get",
|
|
10418
10415
|
"pluginAlias": "@instantkom/cli",
|
|
10419
10416
|
"pluginName": "@instantkom/cli",
|
|
10420
10417
|
"pluginType": "core",
|
|
@@ -10424,14 +10421,14 @@
|
|
|
10424
10421
|
"relativePath": [
|
|
10425
10422
|
"dist",
|
|
10426
10423
|
"commands",
|
|
10427
|
-
"
|
|
10428
|
-
"
|
|
10424
|
+
"templates",
|
|
10425
|
+
"get.js"
|
|
10429
10426
|
]
|
|
10430
10427
|
},
|
|
10431
|
-
"
|
|
10428
|
+
"templates:import": {
|
|
10432
10429
|
"aliases": [],
|
|
10433
10430
|
"args": {},
|
|
10434
|
-
"description": "
|
|
10431
|
+
"description": "Import templates from JSON",
|
|
10435
10432
|
"flags": {
|
|
10436
10433
|
"api-key": {
|
|
10437
10434
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10494,11 +10491,33 @@
|
|
|
10494
10491
|
"hasDynamicHelp": false,
|
|
10495
10492
|
"multiple": false,
|
|
10496
10493
|
"type": "option"
|
|
10494
|
+
},
|
|
10495
|
+
"file": {
|
|
10496
|
+
"description": "JSON file path",
|
|
10497
|
+
"name": "file",
|
|
10498
|
+
"required": true,
|
|
10499
|
+
"hasDynamicHelp": false,
|
|
10500
|
+
"multiple": false,
|
|
10501
|
+
"type": "option"
|
|
10502
|
+
},
|
|
10503
|
+
"channel": {
|
|
10504
|
+
"description": "Target channel ID",
|
|
10505
|
+
"name": "channel",
|
|
10506
|
+
"required": true,
|
|
10507
|
+
"hasDynamicHelp": false,
|
|
10508
|
+
"multiple": false,
|
|
10509
|
+
"type": "option"
|
|
10510
|
+
},
|
|
10511
|
+
"skip-duplicates": {
|
|
10512
|
+
"description": "Skip duplicate templates",
|
|
10513
|
+
"name": "skip-duplicates",
|
|
10514
|
+
"allowNo": true,
|
|
10515
|
+
"type": "boolean"
|
|
10497
10516
|
}
|
|
10498
10517
|
},
|
|
10499
10518
|
"hasDynamicHelp": false,
|
|
10500
10519
|
"hiddenAliases": [],
|
|
10501
|
-
"id": "
|
|
10520
|
+
"id": "templates:import",
|
|
10502
10521
|
"pluginAlias": "@instantkom/cli",
|
|
10503
10522
|
"pluginName": "@instantkom/cli",
|
|
10504
10523
|
"pluginType": "core",
|
|
@@ -10508,14 +10527,14 @@
|
|
|
10508
10527
|
"relativePath": [
|
|
10509
10528
|
"dist",
|
|
10510
10529
|
"commands",
|
|
10511
|
-
"
|
|
10512
|
-
"
|
|
10530
|
+
"templates",
|
|
10531
|
+
"import.js"
|
|
10513
10532
|
]
|
|
10514
10533
|
},
|
|
10515
|
-
"
|
|
10534
|
+
"templates:list": {
|
|
10516
10535
|
"aliases": [],
|
|
10517
10536
|
"args": {},
|
|
10518
|
-
"description": "List
|
|
10537
|
+
"description": "List message templates",
|
|
10519
10538
|
"flags": {
|
|
10520
10539
|
"api-key": {
|
|
10521
10540
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10578,11 +10597,41 @@
|
|
|
10578
10597
|
"hasDynamicHelp": false,
|
|
10579
10598
|
"multiple": false,
|
|
10580
10599
|
"type": "option"
|
|
10600
|
+
},
|
|
10601
|
+
"channel": {
|
|
10602
|
+
"description": "Filter by channel ID",
|
|
10603
|
+
"name": "channel",
|
|
10604
|
+
"hasDynamicHelp": false,
|
|
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,
|
|
10627
|
+
"hasDynamicHelp": false,
|
|
10628
|
+
"multiple": false,
|
|
10629
|
+
"type": "option"
|
|
10581
10630
|
}
|
|
10582
10631
|
},
|
|
10583
10632
|
"hasDynamicHelp": false,
|
|
10584
10633
|
"hiddenAliases": [],
|
|
10585
|
-
"id": "
|
|
10634
|
+
"id": "templates:list",
|
|
10586
10635
|
"pluginAlias": "@instantkom/cli",
|
|
10587
10636
|
"pluginName": "@instantkom/cli",
|
|
10588
10637
|
"pluginType": "core",
|
|
@@ -10592,14 +10641,20 @@
|
|
|
10592
10641
|
"relativePath": [
|
|
10593
10642
|
"dist",
|
|
10594
10643
|
"commands",
|
|
10595
|
-
"
|
|
10644
|
+
"templates",
|
|
10596
10645
|
"list.js"
|
|
10597
10646
|
]
|
|
10598
10647
|
},
|
|
10599
|
-
"
|
|
10648
|
+
"templates:render": {
|
|
10600
10649
|
"aliases": [],
|
|
10601
|
-
"args": {
|
|
10602
|
-
|
|
10650
|
+
"args": {
|
|
10651
|
+
"id": {
|
|
10652
|
+
"description": "Template ID",
|
|
10653
|
+
"name": "id",
|
|
10654
|
+
"required": true
|
|
10655
|
+
}
|
|
10656
|
+
},
|
|
10657
|
+
"description": "Render a message template locally",
|
|
10603
10658
|
"flags": {
|
|
10604
10659
|
"api-key": {
|
|
10605
10660
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10662,11 +10717,18 @@
|
|
|
10662
10717
|
"hasDynamicHelp": false,
|
|
10663
10718
|
"multiple": false,
|
|
10664
10719
|
"type": "option"
|
|
10720
|
+
},
|
|
10721
|
+
"vars": {
|
|
10722
|
+
"description": "Template variable as key=value; may be repeated",
|
|
10723
|
+
"name": "vars",
|
|
10724
|
+
"hasDynamicHelp": false,
|
|
10725
|
+
"multiple": true,
|
|
10726
|
+
"type": "option"
|
|
10665
10727
|
}
|
|
10666
10728
|
},
|
|
10667
10729
|
"hasDynamicHelp": false,
|
|
10668
10730
|
"hiddenAliases": [],
|
|
10669
|
-
"id": "
|
|
10731
|
+
"id": "templates:render",
|
|
10670
10732
|
"pluginAlias": "@instantkom/cli",
|
|
10671
10733
|
"pluginName": "@instantkom/cli",
|
|
10672
10734
|
"pluginType": "core",
|
|
@@ -10676,20 +10738,20 @@
|
|
|
10676
10738
|
"relativePath": [
|
|
10677
10739
|
"dist",
|
|
10678
10740
|
"commands",
|
|
10679
|
-
"
|
|
10680
|
-
"
|
|
10741
|
+
"templates",
|
|
10742
|
+
"render.js"
|
|
10681
10743
|
]
|
|
10682
10744
|
},
|
|
10683
|
-
"
|
|
10745
|
+
"templates:update": {
|
|
10684
10746
|
"aliases": [],
|
|
10685
10747
|
"args": {
|
|
10686
10748
|
"id": {
|
|
10687
|
-
"description": "
|
|
10749
|
+
"description": "Template ID",
|
|
10688
10750
|
"name": "id",
|
|
10689
10751
|
"required": true
|
|
10690
10752
|
}
|
|
10691
10753
|
},
|
|
10692
|
-
"description": "
|
|
10754
|
+
"description": "Update a message template",
|
|
10693
10755
|
"flags": {
|
|
10694
10756
|
"api-key": {
|
|
10695
10757
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10752,11 +10814,89 @@
|
|
|
10752
10814
|
"hasDynamicHelp": false,
|
|
10753
10815
|
"multiple": false,
|
|
10754
10816
|
"type": "option"
|
|
10817
|
+
},
|
|
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
|
+
"message": {
|
|
10843
|
+
"description": "Template message",
|
|
10844
|
+
"name": "message",
|
|
10845
|
+
"hasDynamicHelp": false,
|
|
10846
|
+
"multiple": false,
|
|
10847
|
+
"type": "option"
|
|
10848
|
+
},
|
|
10849
|
+
"color": {
|
|
10850
|
+
"description": "Template color as HEX",
|
|
10851
|
+
"name": "color",
|
|
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",
|
|
10865
|
+
"allowNo": false,
|
|
10866
|
+
"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"
|
|
10755
10895
|
}
|
|
10756
10896
|
},
|
|
10757
10897
|
"hasDynamicHelp": false,
|
|
10758
10898
|
"hiddenAliases": [],
|
|
10759
|
-
"id": "
|
|
10899
|
+
"id": "templates:update",
|
|
10760
10900
|
"pluginAlias": "@instantkom/cli",
|
|
10761
10901
|
"pluginName": "@instantkom/cli",
|
|
10762
10902
|
"pluginType": "core",
|
|
@@ -10766,14 +10906,14 @@
|
|
|
10766
10906
|
"relativePath": [
|
|
10767
10907
|
"dist",
|
|
10768
10908
|
"commands",
|
|
10769
|
-
"
|
|
10770
|
-
"
|
|
10909
|
+
"templates",
|
|
10910
|
+
"update.js"
|
|
10771
10911
|
]
|
|
10772
10912
|
},
|
|
10773
|
-
"
|
|
10913
|
+
"templates:validate-import": {
|
|
10774
10914
|
"aliases": [],
|
|
10775
10915
|
"args": {},
|
|
10776
|
-
"description": "
|
|
10916
|
+
"description": "Validate templates import JSON",
|
|
10777
10917
|
"flags": {
|
|
10778
10918
|
"api-key": {
|
|
10779
10919
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10837,25 +10977,18 @@
|
|
|
10837
10977
|
"multiple": false,
|
|
10838
10978
|
"type": "option"
|
|
10839
10979
|
},
|
|
10840
|
-
"
|
|
10841
|
-
"description": "
|
|
10842
|
-
"name": "
|
|
10980
|
+
"file": {
|
|
10981
|
+
"description": "JSON file path",
|
|
10982
|
+
"name": "file",
|
|
10843
10983
|
"required": true,
|
|
10844
10984
|
"hasDynamicHelp": false,
|
|
10845
10985
|
"multiple": false,
|
|
10846
10986
|
"type": "option"
|
|
10847
10987
|
},
|
|
10848
|
-
"
|
|
10849
|
-
"description": "
|
|
10850
|
-
"name": "
|
|
10851
|
-
"
|
|
10852
|
-
"hasDynamicHelp": false,
|
|
10853
|
-
"multiple": false,
|
|
10854
|
-
"type": "option"
|
|
10855
|
-
},
|
|
10856
|
-
"payload": {
|
|
10857
|
-
"description": "Payload JSON",
|
|
10858
|
-
"name": "payload",
|
|
10988
|
+
"channel": {
|
|
10989
|
+
"description": "Target channel ID",
|
|
10990
|
+
"name": "channel",
|
|
10991
|
+
"required": true,
|
|
10859
10992
|
"hasDynamicHelp": false,
|
|
10860
10993
|
"multiple": false,
|
|
10861
10994
|
"type": "option"
|
|
@@ -10863,7 +10996,7 @@
|
|
|
10863
10996
|
},
|
|
10864
10997
|
"hasDynamicHelp": false,
|
|
10865
10998
|
"hiddenAliases": [],
|
|
10866
|
-
"id": "
|
|
10999
|
+
"id": "templates:validate-import",
|
|
10867
11000
|
"pluginAlias": "@instantkom/cli",
|
|
10868
11001
|
"pluginName": "@instantkom/cli",
|
|
10869
11002
|
"pluginType": "core",
|
|
@@ -10873,14 +11006,14 @@
|
|
|
10873
11006
|
"relativePath": [
|
|
10874
11007
|
"dist",
|
|
10875
11008
|
"commands",
|
|
10876
|
-
"
|
|
10877
|
-
"
|
|
11009
|
+
"templates",
|
|
11010
|
+
"validate-import.js"
|
|
10878
11011
|
]
|
|
10879
11012
|
},
|
|
10880
|
-
"
|
|
11013
|
+
"webhooks:add": {
|
|
10881
11014
|
"aliases": [],
|
|
10882
11015
|
"args": {},
|
|
10883
|
-
"description": "
|
|
11016
|
+
"description": "Add a webhook subscription",
|
|
10884
11017
|
"flags": {
|
|
10885
11018
|
"api-key": {
|
|
10886
11019
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10944,60 +11077,25 @@
|
|
|
10944
11077
|
"multiple": false,
|
|
10945
11078
|
"type": "option"
|
|
10946
11079
|
},
|
|
10947
|
-
"
|
|
10948
|
-
"description": "
|
|
10949
|
-
"name": "
|
|
10950
|
-
"required": true,
|
|
10951
|
-
"hasDynamicHelp": false,
|
|
10952
|
-
"multiple": false,
|
|
10953
|
-
"type": "option"
|
|
10954
|
-
},
|
|
10955
|
-
"subject": {
|
|
10956
|
-
"description": "Ticket subject",
|
|
10957
|
-
"name": "subject",
|
|
11080
|
+
"event": {
|
|
11081
|
+
"description": "Webhook event to subscribe to",
|
|
11082
|
+
"name": "event",
|
|
10958
11083
|
"required": true,
|
|
10959
11084
|
"hasDynamicHelp": false,
|
|
10960
11085
|
"multiple": false,
|
|
10961
|
-
"
|
|
10962
|
-
|
|
10963
|
-
|
|
10964
|
-
|
|
10965
|
-
|
|
10966
|
-
|
|
10967
|
-
|
|
10968
|
-
"type": "option"
|
|
10969
|
-
},
|
|
10970
|
-
"
|
|
10971
|
-
"description": "
|
|
10972
|
-
"name": "
|
|
10973
|
-
"
|
|
10974
|
-
"multiple": false,
|
|
10975
|
-
"type": "option"
|
|
10976
|
-
},
|
|
10977
|
-
"name": {
|
|
10978
|
-
"description": "Customer name",
|
|
10979
|
-
"name": "name",
|
|
10980
|
-
"hasDynamicHelp": false,
|
|
10981
|
-
"multiple": false,
|
|
10982
|
-
"type": "option"
|
|
10983
|
-
},
|
|
10984
|
-
"priority": {
|
|
10985
|
-
"description": "Ticket priority",
|
|
10986
|
-
"name": "priority",
|
|
10987
|
-
"hasDynamicHelp": false,
|
|
10988
|
-
"multiple": false,
|
|
10989
|
-
"type": "option"
|
|
10990
|
-
},
|
|
10991
|
-
"source": {
|
|
10992
|
-
"description": "Ticket source",
|
|
10993
|
-
"name": "source",
|
|
10994
|
-
"hasDynamicHelp": false,
|
|
10995
|
-
"multiple": false,
|
|
10996
|
-
"type": "option"
|
|
10997
|
-
},
|
|
10998
|
-
"data": {
|
|
10999
|
-
"description": "Additional JSON object payload",
|
|
11000
|
-
"name": "data",
|
|
11086
|
+
"options": [
|
|
11087
|
+
"new_contact",
|
|
11088
|
+
"new_message",
|
|
11089
|
+
"broadcast_sent",
|
|
11090
|
+
"contact_updated",
|
|
11091
|
+
"contact_opted_out"
|
|
11092
|
+
],
|
|
11093
|
+
"type": "option"
|
|
11094
|
+
},
|
|
11095
|
+
"url": {
|
|
11096
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
11097
|
+
"name": "url",
|
|
11098
|
+
"required": true,
|
|
11001
11099
|
"hasDynamicHelp": false,
|
|
11002
11100
|
"multiple": false,
|
|
11003
11101
|
"type": "option"
|
|
@@ -11005,7 +11103,7 @@
|
|
|
11005
11103
|
},
|
|
11006
11104
|
"hasDynamicHelp": false,
|
|
11007
11105
|
"hiddenAliases": [],
|
|
11008
|
-
"id": "
|
|
11106
|
+
"id": "webhooks:add",
|
|
11009
11107
|
"pluginAlias": "@instantkom/cli",
|
|
11010
11108
|
"pluginName": "@instantkom/cli",
|
|
11011
11109
|
"pluginType": "core",
|
|
@@ -11015,20 +11113,14 @@
|
|
|
11015
11113
|
"relativePath": [
|
|
11016
11114
|
"dist",
|
|
11017
11115
|
"commands",
|
|
11018
|
-
"
|
|
11019
|
-
"
|
|
11116
|
+
"webhooks",
|
|
11117
|
+
"add.js"
|
|
11020
11118
|
]
|
|
11021
11119
|
},
|
|
11022
|
-
"
|
|
11120
|
+
"webhooks:events": {
|
|
11023
11121
|
"aliases": [],
|
|
11024
|
-
"args": {
|
|
11025
|
-
|
|
11026
|
-
"description": "Ticket ID",
|
|
11027
|
-
"name": "id",
|
|
11028
|
-
"required": true
|
|
11029
|
-
}
|
|
11030
|
-
},
|
|
11031
|
-
"description": "Delete a ticket",
|
|
11122
|
+
"args": {},
|
|
11123
|
+
"description": "List supported webhook event names",
|
|
11032
11124
|
"flags": {
|
|
11033
11125
|
"api-key": {
|
|
11034
11126
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11091,19 +11183,11 @@
|
|
|
11091
11183
|
"hasDynamicHelp": false,
|
|
11092
11184
|
"multiple": false,
|
|
11093
11185
|
"type": "option"
|
|
11094
|
-
},
|
|
11095
|
-
"channel": {
|
|
11096
|
-
"description": "Channel ID",
|
|
11097
|
-
"name": "channel",
|
|
11098
|
-
"required": true,
|
|
11099
|
-
"hasDynamicHelp": false,
|
|
11100
|
-
"multiple": false,
|
|
11101
|
-
"type": "option"
|
|
11102
11186
|
}
|
|
11103
11187
|
},
|
|
11104
11188
|
"hasDynamicHelp": false,
|
|
11105
11189
|
"hiddenAliases": [],
|
|
11106
|
-
"id": "
|
|
11190
|
+
"id": "webhooks:events",
|
|
11107
11191
|
"pluginAlias": "@instantkom/cli",
|
|
11108
11192
|
"pluginName": "@instantkom/cli",
|
|
11109
11193
|
"pluginType": "core",
|
|
@@ -11113,20 +11197,14 @@
|
|
|
11113
11197
|
"relativePath": [
|
|
11114
11198
|
"dist",
|
|
11115
11199
|
"commands",
|
|
11116
|
-
"
|
|
11117
|
-
"
|
|
11200
|
+
"webhooks",
|
|
11201
|
+
"events.js"
|
|
11118
11202
|
]
|
|
11119
11203
|
},
|
|
11120
|
-
"
|
|
11204
|
+
"webhooks:list": {
|
|
11121
11205
|
"aliases": [],
|
|
11122
|
-
"args": {
|
|
11123
|
-
|
|
11124
|
-
"description": "Ticket ID",
|
|
11125
|
-
"name": "id",
|
|
11126
|
-
"required": true
|
|
11127
|
-
}
|
|
11128
|
-
},
|
|
11129
|
-
"description": "Get a ticket by ID",
|
|
11206
|
+
"args": {},
|
|
11207
|
+
"description": "List webhook subscriptions",
|
|
11130
11208
|
"flags": {
|
|
11131
11209
|
"api-key": {
|
|
11132
11210
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11189,19 +11267,11 @@
|
|
|
11189
11267
|
"hasDynamicHelp": false,
|
|
11190
11268
|
"multiple": false,
|
|
11191
11269
|
"type": "option"
|
|
11192
|
-
},
|
|
11193
|
-
"channel": {
|
|
11194
|
-
"description": "Channel ID",
|
|
11195
|
-
"name": "channel",
|
|
11196
|
-
"required": true,
|
|
11197
|
-
"hasDynamicHelp": false,
|
|
11198
|
-
"multiple": false,
|
|
11199
|
-
"type": "option"
|
|
11200
11270
|
}
|
|
11201
11271
|
},
|
|
11202
11272
|
"hasDynamicHelp": false,
|
|
11203
11273
|
"hiddenAliases": [],
|
|
11204
|
-
"id": "
|
|
11274
|
+
"id": "webhooks:list",
|
|
11205
11275
|
"pluginAlias": "@instantkom/cli",
|
|
11206
11276
|
"pluginName": "@instantkom/cli",
|
|
11207
11277
|
"pluginType": "core",
|
|
@@ -11211,14 +11281,14 @@
|
|
|
11211
11281
|
"relativePath": [
|
|
11212
11282
|
"dist",
|
|
11213
11283
|
"commands",
|
|
11214
|
-
"
|
|
11215
|
-
"
|
|
11284
|
+
"webhooks",
|
|
11285
|
+
"list.js"
|
|
11216
11286
|
]
|
|
11217
11287
|
},
|
|
11218
|
-
"
|
|
11288
|
+
"webhooks:logs": {
|
|
11219
11289
|
"aliases": [],
|
|
11220
11290
|
"args": {},
|
|
11221
|
-
"description": "
|
|
11291
|
+
"description": "Explain webhook log availability",
|
|
11222
11292
|
"flags": {
|
|
11223
11293
|
"api-key": {
|
|
11224
11294
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11281,35 +11351,11 @@
|
|
|
11281
11351
|
"hasDynamicHelp": false,
|
|
11282
11352
|
"multiple": false,
|
|
11283
11353
|
"type": "option"
|
|
11284
|
-
},
|
|
11285
|
-
"channel": {
|
|
11286
|
-
"description": "Channel ID",
|
|
11287
|
-
"name": "channel",
|
|
11288
|
-
"required": true,
|
|
11289
|
-
"hasDynamicHelp": false,
|
|
11290
|
-
"multiple": false,
|
|
11291
|
-
"type": "option"
|
|
11292
|
-
},
|
|
11293
|
-
"limit": {
|
|
11294
|
-
"description": "Maximum tickets to return",
|
|
11295
|
-
"name": "limit",
|
|
11296
|
-
"default": 500,
|
|
11297
|
-
"hasDynamicHelp": false,
|
|
11298
|
-
"multiple": false,
|
|
11299
|
-
"type": "option"
|
|
11300
|
-
},
|
|
11301
|
-
"offset": {
|
|
11302
|
-
"description": "Number of tickets to skip",
|
|
11303
|
-
"name": "offset",
|
|
11304
|
-
"default": 0,
|
|
11305
|
-
"hasDynamicHelp": false,
|
|
11306
|
-
"multiple": false,
|
|
11307
|
-
"type": "option"
|
|
11308
11354
|
}
|
|
11309
11355
|
},
|
|
11310
11356
|
"hasDynamicHelp": false,
|
|
11311
11357
|
"hiddenAliases": [],
|
|
11312
|
-
"id": "
|
|
11358
|
+
"id": "webhooks:logs",
|
|
11313
11359
|
"pluginAlias": "@instantkom/cli",
|
|
11314
11360
|
"pluginName": "@instantkom/cli",
|
|
11315
11361
|
"pluginType": "core",
|
|
@@ -11319,20 +11365,20 @@
|
|
|
11319
11365
|
"relativePath": [
|
|
11320
11366
|
"dist",
|
|
11321
11367
|
"commands",
|
|
11322
|
-
"
|
|
11323
|
-
"
|
|
11368
|
+
"webhooks",
|
|
11369
|
+
"logs.js"
|
|
11324
11370
|
]
|
|
11325
11371
|
},
|
|
11326
|
-
"
|
|
11372
|
+
"webhooks:remove": {
|
|
11327
11373
|
"aliases": [],
|
|
11328
11374
|
"args": {
|
|
11329
11375
|
"id": {
|
|
11330
|
-
"description": "
|
|
11376
|
+
"description": "Webhook subscription ID",
|
|
11331
11377
|
"name": "id",
|
|
11332
11378
|
"required": true
|
|
11333
11379
|
}
|
|
11334
11380
|
},
|
|
11335
|
-
"description": "
|
|
11381
|
+
"description": "Remove a webhook subscription",
|
|
11336
11382
|
"flags": {
|
|
11337
11383
|
"api-key": {
|
|
11338
11384
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11395,25 +11441,11 @@
|
|
|
11395
11441
|
"hasDynamicHelp": false,
|
|
11396
11442
|
"multiple": false,
|
|
11397
11443
|
"type": "option"
|
|
11398
|
-
},
|
|
11399
|
-
"message": {
|
|
11400
|
-
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
11401
|
-
"name": "message",
|
|
11402
|
-
"required": true,
|
|
11403
|
-
"hasDynamicHelp": false,
|
|
11404
|
-
"multiple": false,
|
|
11405
|
-
"type": "option"
|
|
11406
|
-
},
|
|
11407
|
-
"close": {
|
|
11408
|
-
"description": "Close the ticket after sending the reply",
|
|
11409
|
-
"name": "close",
|
|
11410
|
-
"allowNo": false,
|
|
11411
|
-
"type": "boolean"
|
|
11412
11444
|
}
|
|
11413
11445
|
},
|
|
11414
11446
|
"hasDynamicHelp": false,
|
|
11415
11447
|
"hiddenAliases": [],
|
|
11416
|
-
"id": "
|
|
11448
|
+
"id": "webhooks:remove",
|
|
11417
11449
|
"pluginAlias": "@instantkom/cli",
|
|
11418
11450
|
"pluginName": "@instantkom/cli",
|
|
11419
11451
|
"pluginType": "core",
|
|
@@ -11423,20 +11455,14 @@
|
|
|
11423
11455
|
"relativePath": [
|
|
11424
11456
|
"dist",
|
|
11425
11457
|
"commands",
|
|
11426
|
-
"
|
|
11427
|
-
"
|
|
11458
|
+
"webhooks",
|
|
11459
|
+
"remove.js"
|
|
11428
11460
|
]
|
|
11429
11461
|
},
|
|
11430
|
-
"
|
|
11462
|
+
"webhooks:test": {
|
|
11431
11463
|
"aliases": [],
|
|
11432
|
-
"args": {
|
|
11433
|
-
|
|
11434
|
-
"description": "Ticket ID",
|
|
11435
|
-
"name": "id",
|
|
11436
|
-
"required": true
|
|
11437
|
-
}
|
|
11438
|
-
},
|
|
11439
|
-
"description": "Update a ticket",
|
|
11464
|
+
"args": {},
|
|
11465
|
+
"description": "Send a test webhook payload to a URL",
|
|
11440
11466
|
"flags": {
|
|
11441
11467
|
"api-key": {
|
|
11442
11468
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11500,51 +11526,25 @@
|
|
|
11500
11526
|
"multiple": false,
|
|
11501
11527
|
"type": "option"
|
|
11502
11528
|
},
|
|
11503
|
-
"
|
|
11504
|
-
"description": "
|
|
11505
|
-
"name": "
|
|
11529
|
+
"url": {
|
|
11530
|
+
"description": "Webhook URL to call",
|
|
11531
|
+
"name": "url",
|
|
11506
11532
|
"required": true,
|
|
11507
11533
|
"hasDynamicHelp": false,
|
|
11508
11534
|
"multiple": false,
|
|
11509
11535
|
"type": "option"
|
|
11510
11536
|
},
|
|
11511
|
-
"
|
|
11512
|
-
"description": "
|
|
11513
|
-
"name": "
|
|
11514
|
-
"
|
|
11515
|
-
"multiple": false,
|
|
11516
|
-
"type": "option"
|
|
11517
|
-
},
|
|
11518
|
-
"priority": {
|
|
11519
|
-
"description": "Ticket priority",
|
|
11520
|
-
"name": "priority",
|
|
11521
|
-
"hasDynamicHelp": false,
|
|
11522
|
-
"multiple": false,
|
|
11523
|
-
"type": "option"
|
|
11524
|
-
},
|
|
11525
|
-
"status": {
|
|
11526
|
-
"description": "Ticket status",
|
|
11527
|
-
"name": "status",
|
|
11528
|
-
"hasDynamicHelp": false,
|
|
11529
|
-
"multiple": false,
|
|
11530
|
-
"type": "option"
|
|
11531
|
-
},
|
|
11532
|
-
"assigned-to": {
|
|
11533
|
-
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
11534
|
-
"name": "assigned-to",
|
|
11537
|
+
"event": {
|
|
11538
|
+
"description": "Event name",
|
|
11539
|
+
"name": "event",
|
|
11540
|
+
"default": "cli.test",
|
|
11535
11541
|
"hasDynamicHelp": false,
|
|
11536
11542
|
"multiple": false,
|
|
11537
11543
|
"type": "option"
|
|
11538
11544
|
},
|
|
11539
|
-
"
|
|
11540
|
-
"description": "
|
|
11541
|
-
"name": "
|
|
11542
|
-
"allowNo": true,
|
|
11543
|
-
"type": "boolean"
|
|
11544
|
-
},
|
|
11545
|
-
"data": {
|
|
11546
|
-
"description": "Additional JSON object payload",
|
|
11547
|
-
"name": "data",
|
|
11545
|
+
"payload": {
|
|
11546
|
+
"description": "Payload JSON",
|
|
11547
|
+
"name": "payload",
|
|
11548
11548
|
"hasDynamicHelp": false,
|
|
11549
11549
|
"multiple": false,
|
|
11550
11550
|
"type": "option"
|
|
@@ -11552,7 +11552,7 @@
|
|
|
11552
11552
|
},
|
|
11553
11553
|
"hasDynamicHelp": false,
|
|
11554
11554
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11555
|
+
"id": "webhooks:test",
|
|
11556
11556
|
"pluginAlias": "@instantkom/cli",
|
|
11557
11557
|
"pluginName": "@instantkom/cli",
|
|
11558
11558
|
"pluginType": "core",
|
|
@@ -11562,8 +11562,8 @@
|
|
|
11562
11562
|
"relativePath": [
|
|
11563
11563
|
"dist",
|
|
11564
11564
|
"commands",
|
|
11565
|
-
"
|
|
11566
|
-
"
|
|
11565
|
+
"webhooks",
|
|
11566
|
+
"test.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -11856,16 +11856,21 @@
|
|
|
11856
11856
|
"revoke.js"
|
|
11857
11857
|
]
|
|
11858
11858
|
},
|
|
11859
|
-
"
|
|
11859
|
+
"contacts:custom-fields:delete-value": {
|
|
11860
11860
|
"aliases": [],
|
|
11861
11861
|
"args": {
|
|
11862
|
-
"
|
|
11863
|
-
"description": "
|
|
11864
|
-
"name": "
|
|
11862
|
+
"contactId": {
|
|
11863
|
+
"description": "Contact ID",
|
|
11864
|
+
"name": "contactId",
|
|
11865
|
+
"required": true
|
|
11866
|
+
},
|
|
11867
|
+
"fieldId": {
|
|
11868
|
+
"description": "Custom field ID",
|
|
11869
|
+
"name": "fieldId",
|
|
11865
11870
|
"required": true
|
|
11866
11871
|
}
|
|
11867
11872
|
},
|
|
11868
|
-
"description": "
|
|
11873
|
+
"description": "Delete one custom field value from a contact",
|
|
11869
11874
|
"flags": {
|
|
11870
11875
|
"api-key": {
|
|
11871
11876
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11932,7 +11937,7 @@
|
|
|
11932
11937
|
},
|
|
11933
11938
|
"hasDynamicHelp": false,
|
|
11934
11939
|
"hiddenAliases": [],
|
|
11935
|
-
"id": "
|
|
11940
|
+
"id": "contacts:custom-fields:delete-value",
|
|
11936
11941
|
"pluginAlias": "@instantkom/cli",
|
|
11937
11942
|
"pluginName": "@instantkom/cli",
|
|
11938
11943
|
"pluginType": "core",
|
|
@@ -11942,15 +11947,21 @@
|
|
|
11942
11947
|
"relativePath": [
|
|
11943
11948
|
"dist",
|
|
11944
11949
|
"commands",
|
|
11945
|
-
"
|
|
11946
|
-
"
|
|
11947
|
-
"
|
|
11950
|
+
"contacts",
|
|
11951
|
+
"custom-fields",
|
|
11952
|
+
"delete-value.js"
|
|
11948
11953
|
]
|
|
11949
11954
|
},
|
|
11950
|
-
"
|
|
11955
|
+
"contacts:custom-fields:list": {
|
|
11951
11956
|
"aliases": [],
|
|
11952
|
-
"args": {
|
|
11953
|
-
|
|
11957
|
+
"args": {
|
|
11958
|
+
"contactId": {
|
|
11959
|
+
"description": "Contact ID",
|
|
11960
|
+
"name": "contactId",
|
|
11961
|
+
"required": true
|
|
11962
|
+
}
|
|
11963
|
+
},
|
|
11964
|
+
"description": "List custom field values for a contact",
|
|
11954
11965
|
"flags": {
|
|
11955
11966
|
"api-key": {
|
|
11956
11967
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12006,39 +12017,10 @@
|
|
|
12006
12017
|
"multiple": false,
|
|
12007
12018
|
"type": "option"
|
|
12008
12019
|
},
|
|
12009
|
-
"api-url": {
|
|
12010
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
12011
|
-
"helpGroup": "GLOBAL",
|
|
12012
|
-
"name": "api-url",
|
|
12013
|
-
"hasDynamicHelp": false,
|
|
12014
|
-
"multiple": false,
|
|
12015
|
-
"type": "option"
|
|
12016
|
-
},
|
|
12017
|
-
"key": {
|
|
12018
|
-
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12019
|
-
"name": "key",
|
|
12020
|
-
"required": true,
|
|
12021
|
-
"hasDynamicHelp": false,
|
|
12022
|
-
"multiple": false,
|
|
12023
|
-
"type": "option"
|
|
12024
|
-
},
|
|
12025
|
-
"description": {
|
|
12026
|
-
"description": "Variable description",
|
|
12027
|
-
"name": "description",
|
|
12028
|
-
"hasDynamicHelp": false,
|
|
12029
|
-
"multiple": false,
|
|
12030
|
-
"type": "option"
|
|
12031
|
-
},
|
|
12032
|
-
"color": {
|
|
12033
|
-
"description": "Variable color as HEX",
|
|
12034
|
-
"name": "color",
|
|
12035
|
-
"hasDynamicHelp": false,
|
|
12036
|
-
"multiple": false,
|
|
12037
|
-
"type": "option"
|
|
12038
|
-
},
|
|
12039
|
-
"data": {
|
|
12040
|
-
"description": "Additional JSON object payload",
|
|
12041
|
-
"name": "data",
|
|
12020
|
+
"api-url": {
|
|
12021
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
12022
|
+
"helpGroup": "GLOBAL",
|
|
12023
|
+
"name": "api-url",
|
|
12042
12024
|
"hasDynamicHelp": false,
|
|
12043
12025
|
"multiple": false,
|
|
12044
12026
|
"type": "option"
|
|
@@ -12046,7 +12028,7 @@
|
|
|
12046
12028
|
},
|
|
12047
12029
|
"hasDynamicHelp": false,
|
|
12048
12030
|
"hiddenAliases": [],
|
|
12049
|
-
"id": "
|
|
12031
|
+
"id": "contacts:custom-fields:list",
|
|
12050
12032
|
"pluginAlias": "@instantkom/cli",
|
|
12051
12033
|
"pluginName": "@instantkom/cli",
|
|
12052
12034
|
"pluginType": "core",
|
|
@@ -12056,21 +12038,26 @@
|
|
|
12056
12038
|
"relativePath": [
|
|
12057
12039
|
"dist",
|
|
12058
12040
|
"commands",
|
|
12059
|
-
"
|
|
12060
|
-
"
|
|
12061
|
-
"
|
|
12041
|
+
"contacts",
|
|
12042
|
+
"custom-fields",
|
|
12043
|
+
"list.js"
|
|
12062
12044
|
]
|
|
12063
12045
|
},
|
|
12064
|
-
"
|
|
12046
|
+
"contacts:custom-fields:set-value": {
|
|
12065
12047
|
"aliases": [],
|
|
12066
12048
|
"args": {
|
|
12067
|
-
"
|
|
12068
|
-
"description": "
|
|
12069
|
-
"name": "
|
|
12049
|
+
"contactId": {
|
|
12050
|
+
"description": "Contact ID",
|
|
12051
|
+
"name": "contactId",
|
|
12052
|
+
"required": true
|
|
12053
|
+
},
|
|
12054
|
+
"fieldId": {
|
|
12055
|
+
"description": "Custom field ID",
|
|
12056
|
+
"name": "fieldId",
|
|
12070
12057
|
"required": true
|
|
12071
12058
|
}
|
|
12072
12059
|
},
|
|
12073
|
-
"description": "
|
|
12060
|
+
"description": "Set one custom field value for a contact",
|
|
12074
12061
|
"flags": {
|
|
12075
12062
|
"api-key": {
|
|
12076
12063
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12133,11 +12120,19 @@
|
|
|
12133
12120
|
"hasDynamicHelp": false,
|
|
12134
12121
|
"multiple": false,
|
|
12135
12122
|
"type": "option"
|
|
12123
|
+
},
|
|
12124
|
+
"value": {
|
|
12125
|
+
"description": "Custom field value",
|
|
12126
|
+
"name": "value",
|
|
12127
|
+
"required": true,
|
|
12128
|
+
"hasDynamicHelp": false,
|
|
12129
|
+
"multiple": false,
|
|
12130
|
+
"type": "option"
|
|
12136
12131
|
}
|
|
12137
12132
|
},
|
|
12138
12133
|
"hasDynamicHelp": false,
|
|
12139
12134
|
"hiddenAliases": [],
|
|
12140
|
-
"id": "
|
|
12135
|
+
"id": "contacts:custom-fields:set-value",
|
|
12141
12136
|
"pluginAlias": "@instantkom/cli",
|
|
12142
12137
|
"pluginName": "@instantkom/cli",
|
|
12143
12138
|
"pluginType": "core",
|
|
@@ -12147,21 +12142,21 @@
|
|
|
12147
12142
|
"relativePath": [
|
|
12148
12143
|
"dist",
|
|
12149
12144
|
"commands",
|
|
12150
|
-
"
|
|
12151
|
-
"
|
|
12152
|
-
"
|
|
12145
|
+
"contacts",
|
|
12146
|
+
"custom-fields",
|
|
12147
|
+
"set-value.js"
|
|
12153
12148
|
]
|
|
12154
12149
|
},
|
|
12155
|
-
"
|
|
12150
|
+
"contacts:custom-fields:set": {
|
|
12156
12151
|
"aliases": [],
|
|
12157
12152
|
"args": {
|
|
12158
|
-
"
|
|
12159
|
-
"description": "
|
|
12160
|
-
"name": "
|
|
12153
|
+
"contactId": {
|
|
12154
|
+
"description": "Contact ID",
|
|
12155
|
+
"name": "contactId",
|
|
12161
12156
|
"required": true
|
|
12162
12157
|
}
|
|
12163
12158
|
},
|
|
12164
|
-
"description": "
|
|
12159
|
+
"description": "Set multiple custom field values for a contact",
|
|
12165
12160
|
"flags": {
|
|
12166
12161
|
"api-key": {
|
|
12167
12162
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12224,11 +12219,32 @@
|
|
|
12224
12219
|
"hasDynamicHelp": false,
|
|
12225
12220
|
"multiple": false,
|
|
12226
12221
|
"type": "option"
|
|
12222
|
+
},
|
|
12223
|
+
"values": {
|
|
12224
|
+
"description": "JSON object with field keys as property names",
|
|
12225
|
+
"name": "values",
|
|
12226
|
+
"hasDynamicHelp": false,
|
|
12227
|
+
"multiple": false,
|
|
12228
|
+
"type": "option"
|
|
12229
|
+
},
|
|
12230
|
+
"file": {
|
|
12231
|
+
"description": "Path to a JSON file with field keys as property names",
|
|
12232
|
+
"name": "file",
|
|
12233
|
+
"hasDynamicHelp": false,
|
|
12234
|
+
"multiple": false,
|
|
12235
|
+
"type": "option"
|
|
12236
|
+
},
|
|
12237
|
+
"data": {
|
|
12238
|
+
"description": "Additional JSON object payload",
|
|
12239
|
+
"name": "data",
|
|
12240
|
+
"hasDynamicHelp": false,
|
|
12241
|
+
"multiple": false,
|
|
12242
|
+
"type": "option"
|
|
12227
12243
|
}
|
|
12228
12244
|
},
|
|
12229
12245
|
"hasDynamicHelp": false,
|
|
12230
12246
|
"hiddenAliases": [],
|
|
12231
|
-
"id": "
|
|
12247
|
+
"id": "contacts:custom-fields:set",
|
|
12232
12248
|
"pluginAlias": "@instantkom/cli",
|
|
12233
12249
|
"pluginName": "@instantkom/cli",
|
|
12234
12250
|
"pluginType": "core",
|
|
@@ -12238,15 +12254,26 @@
|
|
|
12238
12254
|
"relativePath": [
|
|
12239
12255
|
"dist",
|
|
12240
12256
|
"commands",
|
|
12241
|
-
"
|
|
12242
|
-
"
|
|
12243
|
-
"
|
|
12257
|
+
"contacts",
|
|
12258
|
+
"custom-fields",
|
|
12259
|
+
"set.js"
|
|
12244
12260
|
]
|
|
12245
12261
|
},
|
|
12246
|
-
"
|
|
12262
|
+
"contacts:tags:add": {
|
|
12247
12263
|
"aliases": [],
|
|
12248
|
-
"args": {
|
|
12249
|
-
|
|
12264
|
+
"args": {
|
|
12265
|
+
"contactId": {
|
|
12266
|
+
"description": "Contact ID",
|
|
12267
|
+
"name": "contactId",
|
|
12268
|
+
"required": true
|
|
12269
|
+
},
|
|
12270
|
+
"tagId": {
|
|
12271
|
+
"description": "Tag ID",
|
|
12272
|
+
"name": "tagId",
|
|
12273
|
+
"required": true
|
|
12274
|
+
}
|
|
12275
|
+
},
|
|
12276
|
+
"description": "Assign a tag to a contact",
|
|
12250
12277
|
"flags": {
|
|
12251
12278
|
"api-key": {
|
|
12252
12279
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12309,41 +12336,11 @@
|
|
|
12309
12336
|
"hasDynamicHelp": false,
|
|
12310
12337
|
"multiple": false,
|
|
12311
12338
|
"type": "option"
|
|
12312
|
-
},
|
|
12313
|
-
"page": {
|
|
12314
|
-
"description": "Page number",
|
|
12315
|
-
"name": "page",
|
|
12316
|
-
"default": 1,
|
|
12317
|
-
"hasDynamicHelp": false,
|
|
12318
|
-
"multiple": false,
|
|
12319
|
-
"type": "option"
|
|
12320
|
-
},
|
|
12321
|
-
"limit": {
|
|
12322
|
-
"description": "Items per page",
|
|
12323
|
-
"name": "limit",
|
|
12324
|
-
"default": 20,
|
|
12325
|
-
"hasDynamicHelp": false,
|
|
12326
|
-
"multiple": false,
|
|
12327
|
-
"type": "option"
|
|
12328
|
-
},
|
|
12329
|
-
"search": {
|
|
12330
|
-
"description": "Search in key or description",
|
|
12331
|
-
"name": "search",
|
|
12332
|
-
"hasDynamicHelp": false,
|
|
12333
|
-
"multiple": false,
|
|
12334
|
-
"type": "option"
|
|
12335
|
-
},
|
|
12336
|
-
"color": {
|
|
12337
|
-
"description": "Filter by color",
|
|
12338
|
-
"name": "color",
|
|
12339
|
-
"hasDynamicHelp": false,
|
|
12340
|
-
"multiple": false,
|
|
12341
|
-
"type": "option"
|
|
12342
12339
|
}
|
|
12343
12340
|
},
|
|
12344
12341
|
"hasDynamicHelp": false,
|
|
12345
12342
|
"hiddenAliases": [],
|
|
12346
|
-
"id": "
|
|
12343
|
+
"id": "contacts:tags:add",
|
|
12347
12344
|
"pluginAlias": "@instantkom/cli",
|
|
12348
12345
|
"pluginName": "@instantkom/cli",
|
|
12349
12346
|
"pluginType": "core",
|
|
@@ -12353,21 +12350,21 @@
|
|
|
12353
12350
|
"relativePath": [
|
|
12354
12351
|
"dist",
|
|
12355
12352
|
"commands",
|
|
12356
|
-
"
|
|
12357
|
-
"
|
|
12358
|
-
"
|
|
12353
|
+
"contacts",
|
|
12354
|
+
"tags",
|
|
12355
|
+
"add.js"
|
|
12359
12356
|
]
|
|
12360
12357
|
},
|
|
12361
|
-
"
|
|
12358
|
+
"contacts:tags:list": {
|
|
12362
12359
|
"aliases": [],
|
|
12363
12360
|
"args": {
|
|
12364
|
-
"
|
|
12365
|
-
"description": "
|
|
12366
|
-
"name": "
|
|
12361
|
+
"contactId": {
|
|
12362
|
+
"description": "Contact ID",
|
|
12363
|
+
"name": "contactId",
|
|
12367
12364
|
"required": true
|
|
12368
12365
|
}
|
|
12369
12366
|
},
|
|
12370
|
-
"description": "
|
|
12367
|
+
"description": "List tags assigned to a contact",
|
|
12371
12368
|
"flags": {
|
|
12372
12369
|
"api-key": {
|
|
12373
12370
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12430,32 +12427,11 @@
|
|
|
12430
12427
|
"hasDynamicHelp": false,
|
|
12431
12428
|
"multiple": false,
|
|
12432
12429
|
"type": "option"
|
|
12433
|
-
},
|
|
12434
|
-
"description": {
|
|
12435
|
-
"description": "Variable description",
|
|
12436
|
-
"name": "description",
|
|
12437
|
-
"hasDynamicHelp": false,
|
|
12438
|
-
"multiple": false,
|
|
12439
|
-
"type": "option"
|
|
12440
|
-
},
|
|
12441
|
-
"color": {
|
|
12442
|
-
"description": "Variable color as HEX",
|
|
12443
|
-
"name": "color",
|
|
12444
|
-
"hasDynamicHelp": false,
|
|
12445
|
-
"multiple": false,
|
|
12446
|
-
"type": "option"
|
|
12447
|
-
},
|
|
12448
|
-
"data": {
|
|
12449
|
-
"description": "Additional JSON object payload",
|
|
12450
|
-
"name": "data",
|
|
12451
|
-
"hasDynamicHelp": false,
|
|
12452
|
-
"multiple": false,
|
|
12453
|
-
"type": "option"
|
|
12454
12430
|
}
|
|
12455
12431
|
},
|
|
12456
12432
|
"hasDynamicHelp": false,
|
|
12457
12433
|
"hiddenAliases": [],
|
|
12458
|
-
"id": "
|
|
12434
|
+
"id": "contacts:tags:list",
|
|
12459
12435
|
"pluginAlias": "@instantkom/cli",
|
|
12460
12436
|
"pluginName": "@instantkom/cli",
|
|
12461
12437
|
"pluginType": "core",
|
|
@@ -12465,21 +12441,26 @@
|
|
|
12465
12441
|
"relativePath": [
|
|
12466
12442
|
"dist",
|
|
12467
12443
|
"commands",
|
|
12468
|
-
"
|
|
12469
|
-
"
|
|
12470
|
-
"
|
|
12444
|
+
"contacts",
|
|
12445
|
+
"tags",
|
|
12446
|
+
"list.js"
|
|
12471
12447
|
]
|
|
12472
12448
|
},
|
|
12473
|
-
"
|
|
12449
|
+
"contacts:tags:remove": {
|
|
12474
12450
|
"aliases": [],
|
|
12475
12451
|
"args": {
|
|
12476
|
-
"
|
|
12477
|
-
"description": "
|
|
12478
|
-
"name": "
|
|
12452
|
+
"contactId": {
|
|
12453
|
+
"description": "Contact ID",
|
|
12454
|
+
"name": "contactId",
|
|
12455
|
+
"required": true
|
|
12456
|
+
},
|
|
12457
|
+
"tagId": {
|
|
12458
|
+
"description": "Tag ID",
|
|
12459
|
+
"name": "tagId",
|
|
12479
12460
|
"required": true
|
|
12480
12461
|
}
|
|
12481
12462
|
},
|
|
12482
|
-
"description": "
|
|
12463
|
+
"description": "Remove a tag from a contact",
|
|
12483
12464
|
"flags": {
|
|
12484
12465
|
"api-key": {
|
|
12485
12466
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12542,41 +12523,11 @@
|
|
|
12542
12523
|
"hasDynamicHelp": false,
|
|
12543
12524
|
"multiple": false,
|
|
12544
12525
|
"type": "option"
|
|
12545
|
-
},
|
|
12546
|
-
"page": {
|
|
12547
|
-
"description": "Page number",
|
|
12548
|
-
"name": "page",
|
|
12549
|
-
"default": 1,
|
|
12550
|
-
"hasDynamicHelp": false,
|
|
12551
|
-
"multiple": false,
|
|
12552
|
-
"type": "option"
|
|
12553
|
-
},
|
|
12554
|
-
"limit": {
|
|
12555
|
-
"description": "Items per page",
|
|
12556
|
-
"name": "limit",
|
|
12557
|
-
"default": 20,
|
|
12558
|
-
"hasDynamicHelp": false,
|
|
12559
|
-
"multiple": false,
|
|
12560
|
-
"type": "option"
|
|
12561
|
-
},
|
|
12562
|
-
"search": {
|
|
12563
|
-
"description": "Search in recipient name or identifier",
|
|
12564
|
-
"name": "search",
|
|
12565
|
-
"hasDynamicHelp": false,
|
|
12566
|
-
"multiple": false,
|
|
12567
|
-
"type": "option"
|
|
12568
|
-
},
|
|
12569
|
-
"recipient": {
|
|
12570
|
-
"description": "Filter by recipient ID",
|
|
12571
|
-
"name": "recipient",
|
|
12572
|
-
"hasDynamicHelp": false,
|
|
12573
|
-
"multiple": false,
|
|
12574
|
-
"type": "option"
|
|
12575
12526
|
}
|
|
12576
12527
|
},
|
|
12577
12528
|
"hasDynamicHelp": false,
|
|
12578
12529
|
"hiddenAliases": [],
|
|
12579
|
-
"id": "
|
|
12530
|
+
"id": "contacts:tags:remove",
|
|
12580
12531
|
"pluginAlias": "@instantkom/cli",
|
|
12581
12532
|
"pluginName": "@instantkom/cli",
|
|
12582
12533
|
"pluginType": "core",
|
|
@@ -12586,9 +12537,9 @@
|
|
|
12586
12537
|
"relativePath": [
|
|
12587
12538
|
"dist",
|
|
12588
12539
|
"commands",
|
|
12589
|
-
"
|
|
12590
|
-
"
|
|
12591
|
-
"
|
|
12540
|
+
"contacts",
|
|
12541
|
+
"tags",
|
|
12542
|
+
"remove.js"
|
|
12592
12543
|
]
|
|
12593
12544
|
},
|
|
12594
12545
|
"bots:filters:create": {
|
|
@@ -13221,21 +13172,16 @@
|
|
|
13221
13172
|
"update.js"
|
|
13222
13173
|
]
|
|
13223
13174
|
},
|
|
13224
|
-
"bots:
|
|
13175
|
+
"bots:env-vars:bots": {
|
|
13225
13176
|
"aliases": [],
|
|
13226
13177
|
"args": {
|
|
13227
13178
|
"id": {
|
|
13228
|
-
"description": "
|
|
13179
|
+
"description": "Environment variable ID",
|
|
13229
13180
|
"name": "id",
|
|
13230
13181
|
"required": true
|
|
13231
|
-
},
|
|
13232
|
-
"tagId": {
|
|
13233
|
-
"description": "Tag ID",
|
|
13234
|
-
"name": "tagId",
|
|
13235
|
-
"required": true
|
|
13236
13182
|
}
|
|
13237
13183
|
},
|
|
13238
|
-
"description": "
|
|
13184
|
+
"description": "List bots using a bot environment variable",
|
|
13239
13185
|
"flags": {
|
|
13240
13186
|
"api-key": {
|
|
13241
13187
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13302,7 +13248,7 @@
|
|
|
13302
13248
|
},
|
|
13303
13249
|
"hasDynamicHelp": false,
|
|
13304
13250
|
"hiddenAliases": [],
|
|
13305
|
-
"id": "bots:
|
|
13251
|
+
"id": "bots:env-vars:bots",
|
|
13306
13252
|
"pluginAlias": "@instantkom/cli",
|
|
13307
13253
|
"pluginName": "@instantkom/cli",
|
|
13308
13254
|
"pluginType": "core",
|
|
@@ -13313,20 +13259,14 @@
|
|
|
13313
13259
|
"dist",
|
|
13314
13260
|
"commands",
|
|
13315
13261
|
"bots",
|
|
13316
|
-
"
|
|
13317
|
-
"
|
|
13262
|
+
"env-vars",
|
|
13263
|
+
"bots.js"
|
|
13318
13264
|
]
|
|
13319
13265
|
},
|
|
13320
|
-
"bots:
|
|
13266
|
+
"bots:env-vars:create": {
|
|
13321
13267
|
"aliases": [],
|
|
13322
|
-
"args": {
|
|
13323
|
-
|
|
13324
|
-
"description": "Bot ID",
|
|
13325
|
-
"name": "id",
|
|
13326
|
-
"required": true
|
|
13327
|
-
}
|
|
13328
|
-
},
|
|
13329
|
-
"description": "List tags assigned to a bot",
|
|
13268
|
+
"args": {},
|
|
13269
|
+
"description": "Create a bot environment variable",
|
|
13330
13270
|
"flags": {
|
|
13331
13271
|
"api-key": {
|
|
13332
13272
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13389,11 +13329,40 @@
|
|
|
13389
13329
|
"hasDynamicHelp": false,
|
|
13390
13330
|
"multiple": false,
|
|
13391
13331
|
"type": "option"
|
|
13332
|
+
},
|
|
13333
|
+
"key": {
|
|
13334
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
13335
|
+
"name": "key",
|
|
13336
|
+
"required": true,
|
|
13337
|
+
"hasDynamicHelp": false,
|
|
13338
|
+
"multiple": false,
|
|
13339
|
+
"type": "option"
|
|
13340
|
+
},
|
|
13341
|
+
"description": {
|
|
13342
|
+
"description": "Variable description",
|
|
13343
|
+
"name": "description",
|
|
13344
|
+
"hasDynamicHelp": false,
|
|
13345
|
+
"multiple": false,
|
|
13346
|
+
"type": "option"
|
|
13347
|
+
},
|
|
13348
|
+
"color": {
|
|
13349
|
+
"description": "Variable color as HEX",
|
|
13350
|
+
"name": "color",
|
|
13351
|
+
"hasDynamicHelp": false,
|
|
13352
|
+
"multiple": false,
|
|
13353
|
+
"type": "option"
|
|
13354
|
+
},
|
|
13355
|
+
"data": {
|
|
13356
|
+
"description": "Additional JSON object payload",
|
|
13357
|
+
"name": "data",
|
|
13358
|
+
"hasDynamicHelp": false,
|
|
13359
|
+
"multiple": false,
|
|
13360
|
+
"type": "option"
|
|
13392
13361
|
}
|
|
13393
13362
|
},
|
|
13394
13363
|
"hasDynamicHelp": false,
|
|
13395
13364
|
"hiddenAliases": [],
|
|
13396
|
-
"id": "bots:
|
|
13365
|
+
"id": "bots:env-vars:create",
|
|
13397
13366
|
"pluginAlias": "@instantkom/cli",
|
|
13398
13367
|
"pluginName": "@instantkom/cli",
|
|
13399
13368
|
"pluginType": "core",
|
|
@@ -13404,25 +13373,20 @@
|
|
|
13404
13373
|
"dist",
|
|
13405
13374
|
"commands",
|
|
13406
13375
|
"bots",
|
|
13407
|
-
"
|
|
13408
|
-
"
|
|
13376
|
+
"env-vars",
|
|
13377
|
+
"create.js"
|
|
13409
13378
|
]
|
|
13410
13379
|
},
|
|
13411
|
-
"bots:
|
|
13380
|
+
"bots:env-vars:delete": {
|
|
13412
13381
|
"aliases": [],
|
|
13413
13382
|
"args": {
|
|
13414
13383
|
"id": {
|
|
13415
|
-
"description": "
|
|
13384
|
+
"description": "Environment variable ID",
|
|
13416
13385
|
"name": "id",
|
|
13417
13386
|
"required": true
|
|
13418
|
-
},
|
|
13419
|
-
"tagId": {
|
|
13420
|
-
"description": "Tag ID",
|
|
13421
|
-
"name": "tagId",
|
|
13422
|
-
"required": true
|
|
13423
13387
|
}
|
|
13424
13388
|
},
|
|
13425
|
-
"description": "
|
|
13389
|
+
"description": "Delete a bot environment variable",
|
|
13426
13390
|
"flags": {
|
|
13427
13391
|
"api-key": {
|
|
13428
13392
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13489,7 +13453,7 @@
|
|
|
13489
13453
|
},
|
|
13490
13454
|
"hasDynamicHelp": false,
|
|
13491
13455
|
"hiddenAliases": [],
|
|
13492
|
-
"id": "bots:
|
|
13456
|
+
"id": "bots:env-vars:delete",
|
|
13493
13457
|
"pluginAlias": "@instantkom/cli",
|
|
13494
13458
|
"pluginName": "@instantkom/cli",
|
|
13495
13459
|
"pluginType": "core",
|
|
@@ -13500,25 +13464,20 @@
|
|
|
13500
13464
|
"dist",
|
|
13501
13465
|
"commands",
|
|
13502
13466
|
"bots",
|
|
13503
|
-
"
|
|
13504
|
-
"
|
|
13467
|
+
"env-vars",
|
|
13468
|
+
"delete.js"
|
|
13505
13469
|
]
|
|
13506
13470
|
},
|
|
13507
|
-
"
|
|
13471
|
+
"bots:env-vars:get": {
|
|
13508
13472
|
"aliases": [],
|
|
13509
13473
|
"args": {
|
|
13510
|
-
"
|
|
13511
|
-
"description": "
|
|
13512
|
-
"name": "
|
|
13513
|
-
"required": true
|
|
13514
|
-
},
|
|
13515
|
-
"fieldId": {
|
|
13516
|
-
"description": "Custom field ID",
|
|
13517
|
-
"name": "fieldId",
|
|
13474
|
+
"id": {
|
|
13475
|
+
"description": "Environment variable ID",
|
|
13476
|
+
"name": "id",
|
|
13518
13477
|
"required": true
|
|
13519
13478
|
}
|
|
13520
13479
|
},
|
|
13521
|
-
"description": "
|
|
13480
|
+
"description": "Get a bot environment variable",
|
|
13522
13481
|
"flags": {
|
|
13523
13482
|
"api-key": {
|
|
13524
13483
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13585,7 +13544,7 @@
|
|
|
13585
13544
|
},
|
|
13586
13545
|
"hasDynamicHelp": false,
|
|
13587
13546
|
"hiddenAliases": [],
|
|
13588
|
-
"id": "
|
|
13547
|
+
"id": "bots:env-vars:get",
|
|
13589
13548
|
"pluginAlias": "@instantkom/cli",
|
|
13590
13549
|
"pluginName": "@instantkom/cli",
|
|
13591
13550
|
"pluginType": "core",
|
|
@@ -13595,21 +13554,15 @@
|
|
|
13595
13554
|
"relativePath": [
|
|
13596
13555
|
"dist",
|
|
13597
13556
|
"commands",
|
|
13598
|
-
"
|
|
13599
|
-
"
|
|
13600
|
-
"
|
|
13557
|
+
"bots",
|
|
13558
|
+
"env-vars",
|
|
13559
|
+
"get.js"
|
|
13601
13560
|
]
|
|
13602
13561
|
},
|
|
13603
|
-
"
|
|
13562
|
+
"bots:env-vars:list": {
|
|
13604
13563
|
"aliases": [],
|
|
13605
|
-
"args": {
|
|
13606
|
-
|
|
13607
|
-
"description": "Contact ID",
|
|
13608
|
-
"name": "contactId",
|
|
13609
|
-
"required": true
|
|
13610
|
-
}
|
|
13611
|
-
},
|
|
13612
|
-
"description": "List custom field values for a contact",
|
|
13564
|
+
"args": {},
|
|
13565
|
+
"description": "List bot environment variables",
|
|
13613
13566
|
"flags": {
|
|
13614
13567
|
"api-key": {
|
|
13615
13568
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13672,11 +13625,41 @@
|
|
|
13672
13625
|
"hasDynamicHelp": false,
|
|
13673
13626
|
"multiple": false,
|
|
13674
13627
|
"type": "option"
|
|
13628
|
+
},
|
|
13629
|
+
"page": {
|
|
13630
|
+
"description": "Page number",
|
|
13631
|
+
"name": "page",
|
|
13632
|
+
"default": 1,
|
|
13633
|
+
"hasDynamicHelp": false,
|
|
13634
|
+
"multiple": false,
|
|
13635
|
+
"type": "option"
|
|
13636
|
+
},
|
|
13637
|
+
"limit": {
|
|
13638
|
+
"description": "Items per page",
|
|
13639
|
+
"name": "limit",
|
|
13640
|
+
"default": 20,
|
|
13641
|
+
"hasDynamicHelp": false,
|
|
13642
|
+
"multiple": false,
|
|
13643
|
+
"type": "option"
|
|
13644
|
+
},
|
|
13645
|
+
"search": {
|
|
13646
|
+
"description": "Search in key or description",
|
|
13647
|
+
"name": "search",
|
|
13648
|
+
"hasDynamicHelp": false,
|
|
13649
|
+
"multiple": false,
|
|
13650
|
+
"type": "option"
|
|
13651
|
+
},
|
|
13652
|
+
"color": {
|
|
13653
|
+
"description": "Filter by color",
|
|
13654
|
+
"name": "color",
|
|
13655
|
+
"hasDynamicHelp": false,
|
|
13656
|
+
"multiple": false,
|
|
13657
|
+
"type": "option"
|
|
13675
13658
|
}
|
|
13676
13659
|
},
|
|
13677
13660
|
"hasDynamicHelp": false,
|
|
13678
13661
|
"hiddenAliases": [],
|
|
13679
|
-
"id": "
|
|
13662
|
+
"id": "bots:env-vars:list",
|
|
13680
13663
|
"pluginAlias": "@instantkom/cli",
|
|
13681
13664
|
"pluginName": "@instantkom/cli",
|
|
13682
13665
|
"pluginType": "core",
|
|
@@ -13686,26 +13669,21 @@
|
|
|
13686
13669
|
"relativePath": [
|
|
13687
13670
|
"dist",
|
|
13688
13671
|
"commands",
|
|
13689
|
-
"
|
|
13690
|
-
"
|
|
13672
|
+
"bots",
|
|
13673
|
+
"env-vars",
|
|
13691
13674
|
"list.js"
|
|
13692
13675
|
]
|
|
13693
13676
|
},
|
|
13694
|
-
"
|
|
13677
|
+
"bots:env-vars:update": {
|
|
13695
13678
|
"aliases": [],
|
|
13696
13679
|
"args": {
|
|
13697
|
-
"
|
|
13698
|
-
"description": "
|
|
13699
|
-
"name": "
|
|
13700
|
-
"required": true
|
|
13701
|
-
},
|
|
13702
|
-
"fieldId": {
|
|
13703
|
-
"description": "Custom field ID",
|
|
13704
|
-
"name": "fieldId",
|
|
13680
|
+
"id": {
|
|
13681
|
+
"description": "Environment variable ID",
|
|
13682
|
+
"name": "id",
|
|
13705
13683
|
"required": true
|
|
13706
13684
|
}
|
|
13707
13685
|
},
|
|
13708
|
-
"description": "
|
|
13686
|
+
"description": "Update a bot environment variable",
|
|
13709
13687
|
"flags": {
|
|
13710
13688
|
"api-key": {
|
|
13711
13689
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13769,10 +13747,23 @@
|
|
|
13769
13747
|
"multiple": false,
|
|
13770
13748
|
"type": "option"
|
|
13771
13749
|
},
|
|
13772
|
-
"
|
|
13773
|
-
"description": "
|
|
13774
|
-
"name": "
|
|
13775
|
-
"
|
|
13750
|
+
"description": {
|
|
13751
|
+
"description": "Variable description",
|
|
13752
|
+
"name": "description",
|
|
13753
|
+
"hasDynamicHelp": false,
|
|
13754
|
+
"multiple": false,
|
|
13755
|
+
"type": "option"
|
|
13756
|
+
},
|
|
13757
|
+
"color": {
|
|
13758
|
+
"description": "Variable color as HEX",
|
|
13759
|
+
"name": "color",
|
|
13760
|
+
"hasDynamicHelp": false,
|
|
13761
|
+
"multiple": false,
|
|
13762
|
+
"type": "option"
|
|
13763
|
+
},
|
|
13764
|
+
"data": {
|
|
13765
|
+
"description": "Additional JSON object payload",
|
|
13766
|
+
"name": "data",
|
|
13776
13767
|
"hasDynamicHelp": false,
|
|
13777
13768
|
"multiple": false,
|
|
13778
13769
|
"type": "option"
|
|
@@ -13780,7 +13771,7 @@
|
|
|
13780
13771
|
},
|
|
13781
13772
|
"hasDynamicHelp": false,
|
|
13782
13773
|
"hiddenAliases": [],
|
|
13783
|
-
"id": "
|
|
13774
|
+
"id": "bots:env-vars:update",
|
|
13784
13775
|
"pluginAlias": "@instantkom/cli",
|
|
13785
13776
|
"pluginName": "@instantkom/cli",
|
|
13786
13777
|
"pluginType": "core",
|
|
@@ -13790,21 +13781,21 @@
|
|
|
13790
13781
|
"relativePath": [
|
|
13791
13782
|
"dist",
|
|
13792
13783
|
"commands",
|
|
13793
|
-
"
|
|
13794
|
-
"
|
|
13795
|
-
"
|
|
13784
|
+
"bots",
|
|
13785
|
+
"env-vars",
|
|
13786
|
+
"update.js"
|
|
13796
13787
|
]
|
|
13797
13788
|
},
|
|
13798
|
-
"
|
|
13789
|
+
"bots:env-vars:values": {
|
|
13799
13790
|
"aliases": [],
|
|
13800
13791
|
"args": {
|
|
13801
|
-
"
|
|
13802
|
-
"description": "
|
|
13803
|
-
"name": "
|
|
13792
|
+
"id": {
|
|
13793
|
+
"description": "Environment variable ID",
|
|
13794
|
+
"name": "id",
|
|
13804
13795
|
"required": true
|
|
13805
13796
|
}
|
|
13806
13797
|
},
|
|
13807
|
-
"description": "
|
|
13798
|
+
"description": "List recipient values for a bot environment variable",
|
|
13808
13799
|
"flags": {
|
|
13809
13800
|
"api-key": {
|
|
13810
13801
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13868,23 +13859,32 @@
|
|
|
13868
13859
|
"multiple": false,
|
|
13869
13860
|
"type": "option"
|
|
13870
13861
|
},
|
|
13871
|
-
"
|
|
13872
|
-
"description": "
|
|
13873
|
-
"name": "
|
|
13862
|
+
"page": {
|
|
13863
|
+
"description": "Page number",
|
|
13864
|
+
"name": "page",
|
|
13865
|
+
"default": 1,
|
|
13874
13866
|
"hasDynamicHelp": false,
|
|
13875
13867
|
"multiple": false,
|
|
13876
13868
|
"type": "option"
|
|
13877
13869
|
},
|
|
13878
|
-
"
|
|
13879
|
-
"description": "
|
|
13880
|
-
"name": "
|
|
13870
|
+
"limit": {
|
|
13871
|
+
"description": "Items per page",
|
|
13872
|
+
"name": "limit",
|
|
13873
|
+
"default": 20,
|
|
13881
13874
|
"hasDynamicHelp": false,
|
|
13882
13875
|
"multiple": false,
|
|
13883
13876
|
"type": "option"
|
|
13884
13877
|
},
|
|
13885
|
-
"
|
|
13886
|
-
"description": "
|
|
13887
|
-
"name": "
|
|
13878
|
+
"search": {
|
|
13879
|
+
"description": "Search in recipient name or identifier",
|
|
13880
|
+
"name": "search",
|
|
13881
|
+
"hasDynamicHelp": false,
|
|
13882
|
+
"multiple": false,
|
|
13883
|
+
"type": "option"
|
|
13884
|
+
},
|
|
13885
|
+
"recipient": {
|
|
13886
|
+
"description": "Filter by recipient ID",
|
|
13887
|
+
"name": "recipient",
|
|
13888
13888
|
"hasDynamicHelp": false,
|
|
13889
13889
|
"multiple": false,
|
|
13890
13890
|
"type": "option"
|
|
@@ -13892,7 +13892,7 @@
|
|
|
13892
13892
|
},
|
|
13893
13893
|
"hasDynamicHelp": false,
|
|
13894
13894
|
"hiddenAliases": [],
|
|
13895
|
-
"id": "
|
|
13895
|
+
"id": "bots:env-vars:values",
|
|
13896
13896
|
"pluginAlias": "@instantkom/cli",
|
|
13897
13897
|
"pluginName": "@instantkom/cli",
|
|
13898
13898
|
"pluginType": "core",
|
|
@@ -13902,17 +13902,17 @@
|
|
|
13902
13902
|
"relativePath": [
|
|
13903
13903
|
"dist",
|
|
13904
13904
|
"commands",
|
|
13905
|
-
"
|
|
13906
|
-
"
|
|
13907
|
-
"
|
|
13905
|
+
"bots",
|
|
13906
|
+
"env-vars",
|
|
13907
|
+
"values.js"
|
|
13908
13908
|
]
|
|
13909
13909
|
},
|
|
13910
|
-
"
|
|
13910
|
+
"bots:tags:add": {
|
|
13911
13911
|
"aliases": [],
|
|
13912
13912
|
"args": {
|
|
13913
|
-
"
|
|
13914
|
-
"description": "
|
|
13915
|
-
"name": "
|
|
13913
|
+
"id": {
|
|
13914
|
+
"description": "Bot ID",
|
|
13915
|
+
"name": "id",
|
|
13916
13916
|
"required": true
|
|
13917
13917
|
},
|
|
13918
13918
|
"tagId": {
|
|
@@ -13921,7 +13921,7 @@
|
|
|
13921
13921
|
"required": true
|
|
13922
13922
|
}
|
|
13923
13923
|
},
|
|
13924
|
-
"description": "
|
|
13924
|
+
"description": "Add a tag to a bot",
|
|
13925
13925
|
"flags": {
|
|
13926
13926
|
"api-key": {
|
|
13927
13927
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13988,7 +13988,7 @@
|
|
|
13988
13988
|
},
|
|
13989
13989
|
"hasDynamicHelp": false,
|
|
13990
13990
|
"hiddenAliases": [],
|
|
13991
|
-
"id": "
|
|
13991
|
+
"id": "bots:tags:add",
|
|
13992
13992
|
"pluginAlias": "@instantkom/cli",
|
|
13993
13993
|
"pluginName": "@instantkom/cli",
|
|
13994
13994
|
"pluginType": "core",
|
|
@@ -13998,21 +13998,21 @@
|
|
|
13998
13998
|
"relativePath": [
|
|
13999
13999
|
"dist",
|
|
14000
14000
|
"commands",
|
|
14001
|
-
"
|
|
14001
|
+
"bots",
|
|
14002
14002
|
"tags",
|
|
14003
14003
|
"add.js"
|
|
14004
14004
|
]
|
|
14005
14005
|
},
|
|
14006
|
-
"
|
|
14006
|
+
"bots:tags:list": {
|
|
14007
14007
|
"aliases": [],
|
|
14008
14008
|
"args": {
|
|
14009
|
-
"
|
|
14010
|
-
"description": "
|
|
14011
|
-
"name": "
|
|
14009
|
+
"id": {
|
|
14010
|
+
"description": "Bot ID",
|
|
14011
|
+
"name": "id",
|
|
14012
14012
|
"required": true
|
|
14013
14013
|
}
|
|
14014
14014
|
},
|
|
14015
|
-
"description": "List tags assigned to a
|
|
14015
|
+
"description": "List tags assigned to a bot",
|
|
14016
14016
|
"flags": {
|
|
14017
14017
|
"api-key": {
|
|
14018
14018
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14079,7 +14079,7 @@
|
|
|
14079
14079
|
},
|
|
14080
14080
|
"hasDynamicHelp": false,
|
|
14081
14081
|
"hiddenAliases": [],
|
|
14082
|
-
"id": "
|
|
14082
|
+
"id": "bots:tags:list",
|
|
14083
14083
|
"pluginAlias": "@instantkom/cli",
|
|
14084
14084
|
"pluginName": "@instantkom/cli",
|
|
14085
14085
|
"pluginType": "core",
|
|
@@ -14089,17 +14089,17 @@
|
|
|
14089
14089
|
"relativePath": [
|
|
14090
14090
|
"dist",
|
|
14091
14091
|
"commands",
|
|
14092
|
-
"
|
|
14092
|
+
"bots",
|
|
14093
14093
|
"tags",
|
|
14094
14094
|
"list.js"
|
|
14095
14095
|
]
|
|
14096
14096
|
},
|
|
14097
|
-
"
|
|
14097
|
+
"bots:tags:remove": {
|
|
14098
14098
|
"aliases": [],
|
|
14099
14099
|
"args": {
|
|
14100
|
-
"
|
|
14101
|
-
"description": "
|
|
14102
|
-
"name": "
|
|
14100
|
+
"id": {
|
|
14101
|
+
"description": "Bot ID",
|
|
14102
|
+
"name": "id",
|
|
14103
14103
|
"required": true
|
|
14104
14104
|
},
|
|
14105
14105
|
"tagId": {
|
|
@@ -14108,7 +14108,7 @@
|
|
|
14108
14108
|
"required": true
|
|
14109
14109
|
}
|
|
14110
14110
|
},
|
|
14111
|
-
"description": "Remove a tag from a
|
|
14111
|
+
"description": "Remove a tag from a bot",
|
|
14112
14112
|
"flags": {
|
|
14113
14113
|
"api-key": {
|
|
14114
14114
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14175,7 +14175,7 @@
|
|
|
14175
14175
|
},
|
|
14176
14176
|
"hasDynamicHelp": false,
|
|
14177
14177
|
"hiddenAliases": [],
|
|
14178
|
-
"id": "
|
|
14178
|
+
"id": "bots:tags:remove",
|
|
14179
14179
|
"pluginAlias": "@instantkom/cli",
|
|
14180
14180
|
"pluginName": "@instantkom/cli",
|
|
14181
14181
|
"pluginType": "core",
|
|
@@ -14185,7 +14185,7 @@
|
|
|
14185
14185
|
"relativePath": [
|
|
14186
14186
|
"dist",
|
|
14187
14187
|
"commands",
|
|
14188
|
-
"
|
|
14188
|
+
"bots",
|
|
14189
14189
|
"tags",
|
|
14190
14190
|
"remove.js"
|
|
14191
14191
|
]
|
|
@@ -16352,5 +16352,5 @@
|
|
|
16352
16352
|
]
|
|
16353
16353
|
}
|
|
16354
16354
|
},
|
|
16355
|
-
"version": "3.
|
|
16355
|
+
"version": "3.148.0"
|
|
16356
16356
|
}
|