@instantkom/cli 3.130.0 → 3.131.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/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,48 @@
|
|
|
1047
1069
|
"relativePath": [
|
|
1048
1070
|
"dist",
|
|
1049
1071
|
"commands",
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1072
|
+
"ai",
|
|
1073
|
+
"reply.js"
|
|
1052
1074
|
]
|
|
1053
1075
|
},
|
|
1054
|
-
"
|
|
1076
|
+
"autocomplete:script": {
|
|
1077
|
+
"aliases": [],
|
|
1078
|
+
"args": {
|
|
1079
|
+
"shell": {
|
|
1080
|
+
"description": "Shell type",
|
|
1081
|
+
"name": "shell",
|
|
1082
|
+
"options": [
|
|
1083
|
+
"zsh",
|
|
1084
|
+
"bash",
|
|
1085
|
+
"fish",
|
|
1086
|
+
"powershell"
|
|
1087
|
+
],
|
|
1088
|
+
"required": false
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"description": "outputs autocomplete config script for shells",
|
|
1092
|
+
"flags": {},
|
|
1093
|
+
"hasDynamicHelp": false,
|
|
1094
|
+
"hidden": true,
|
|
1095
|
+
"hiddenAliases": [],
|
|
1096
|
+
"id": "autocomplete:script",
|
|
1097
|
+
"pluginAlias": "@instantkom/cli",
|
|
1098
|
+
"pluginName": "@instantkom/cli",
|
|
1099
|
+
"pluginType": "core",
|
|
1100
|
+
"strict": true,
|
|
1101
|
+
"enableJsonFlag": false,
|
|
1102
|
+
"isESM": true,
|
|
1103
|
+
"relativePath": [
|
|
1104
|
+
"dist",
|
|
1105
|
+
"commands",
|
|
1106
|
+
"autocomplete",
|
|
1107
|
+
"script.js"
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
1110
|
+
"auth:login": {
|
|
1055
1111
|
"aliases": [],
|
|
1056
1112
|
"args": {},
|
|
1057
|
-
"description": "
|
|
1113
|
+
"description": "Authenticate with the instantKOM API via device authorization flow",
|
|
1058
1114
|
"flags": {
|
|
1059
1115
|
"api-key": {
|
|
1060
1116
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1117,11 +1173,25 @@
|
|
|
1117
1173
|
"hasDynamicHelp": false,
|
|
1118
1174
|
"multiple": false,
|
|
1119
1175
|
"type": "option"
|
|
1176
|
+
},
|
|
1177
|
+
"scope": {
|
|
1178
|
+
"description": "Requested token scope",
|
|
1179
|
+
"name": "scope",
|
|
1180
|
+
"default": "read",
|
|
1181
|
+
"hasDynamicHelp": false,
|
|
1182
|
+
"multiple": false,
|
|
1183
|
+
"options": [
|
|
1184
|
+
"full",
|
|
1185
|
+
"send",
|
|
1186
|
+
"read",
|
|
1187
|
+
"admin"
|
|
1188
|
+
],
|
|
1189
|
+
"type": "option"
|
|
1120
1190
|
}
|
|
1121
1191
|
},
|
|
1122
1192
|
"hasDynamicHelp": false,
|
|
1123
1193
|
"hiddenAliases": [],
|
|
1124
|
-
"id": "auth:
|
|
1194
|
+
"id": "auth:login",
|
|
1125
1195
|
"pluginAlias": "@instantkom/cli",
|
|
1126
1196
|
"pluginName": "@instantkom/cli",
|
|
1127
1197
|
"pluginType": "core",
|
|
@@ -1132,13 +1202,13 @@
|
|
|
1132
1202
|
"dist",
|
|
1133
1203
|
"commands",
|
|
1134
1204
|
"auth",
|
|
1135
|
-
"
|
|
1205
|
+
"login.js"
|
|
1136
1206
|
]
|
|
1137
1207
|
},
|
|
1138
|
-
"
|
|
1208
|
+
"auth:logout": {
|
|
1139
1209
|
"aliases": [],
|
|
1140
1210
|
"args": {},
|
|
1141
|
-
"description": "
|
|
1211
|
+
"description": "Remove the stored API token for the current profile",
|
|
1142
1212
|
"flags": {
|
|
1143
1213
|
"api-key": {
|
|
1144
1214
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1201,81 +1271,11 @@
|
|
|
1201
1271
|
"hasDynamicHelp": false,
|
|
1202
1272
|
"multiple": false,
|
|
1203
1273
|
"type": "option"
|
|
1204
|
-
},
|
|
1205
|
-
"message-id": {
|
|
1206
|
-
"description": "Message ID to use as smart-reply anchor",
|
|
1207
|
-
"name": "message-id",
|
|
1208
|
-
"required": true,
|
|
1209
|
-
"hasDynamicHelp": false,
|
|
1210
|
-
"multiple": false,
|
|
1211
|
-
"type": "option"
|
|
1212
|
-
},
|
|
1213
|
-
"limit": {
|
|
1214
|
-
"description": "Number of suggestions to generate (1-5)",
|
|
1215
|
-
"name": "limit",
|
|
1216
|
-
"hasDynamicHelp": false,
|
|
1217
|
-
"multiple": false,
|
|
1218
|
-
"type": "option"
|
|
1219
|
-
},
|
|
1220
|
-
"context-length": {
|
|
1221
|
-
"description": "Number of recent messages to use as context (1-20)",
|
|
1222
|
-
"name": "context-length",
|
|
1223
|
-
"hasDynamicHelp": false,
|
|
1224
|
-
"multiple": false,
|
|
1225
|
-
"type": "option"
|
|
1226
|
-
},
|
|
1227
|
-
"style": {
|
|
1228
|
-
"description": "Response style",
|
|
1229
|
-
"name": "style",
|
|
1230
|
-
"hasDynamicHelp": false,
|
|
1231
|
-
"multiple": false,
|
|
1232
|
-
"options": [
|
|
1233
|
-
"professional",
|
|
1234
|
-
"friendly",
|
|
1235
|
-
"concise",
|
|
1236
|
-
"detailed",
|
|
1237
|
-
"empathetic"
|
|
1238
|
-
],
|
|
1239
|
-
"type": "option"
|
|
1240
|
-
}
|
|
1241
|
-
},
|
|
1242
|
-
"hasDynamicHelp": false,
|
|
1243
|
-
"hiddenAliases": [],
|
|
1244
|
-
"id": "ai:reply",
|
|
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
|
-
"ai",
|
|
1255
|
-
"reply.js"
|
|
1256
|
-
]
|
|
1257
|
-
},
|
|
1258
|
-
"autocomplete:script": {
|
|
1259
|
-
"aliases": [],
|
|
1260
|
-
"args": {
|
|
1261
|
-
"shell": {
|
|
1262
|
-
"description": "Shell type",
|
|
1263
|
-
"name": "shell",
|
|
1264
|
-
"options": [
|
|
1265
|
-
"zsh",
|
|
1266
|
-
"bash",
|
|
1267
|
-
"fish",
|
|
1268
|
-
"powershell"
|
|
1269
|
-
],
|
|
1270
|
-
"required": false
|
|
1271
1274
|
}
|
|
1272
1275
|
},
|
|
1273
|
-
"description": "outputs autocomplete config script for shells",
|
|
1274
|
-
"flags": {},
|
|
1275
1276
|
"hasDynamicHelp": false,
|
|
1276
|
-
"hidden": true,
|
|
1277
1277
|
"hiddenAliases": [],
|
|
1278
|
-
"id": "
|
|
1278
|
+
"id": "auth:logout",
|
|
1279
1279
|
"pluginAlias": "@instantkom/cli",
|
|
1280
1280
|
"pluginName": "@instantkom/cli",
|
|
1281
1281
|
"pluginType": "core",
|
|
@@ -1285,8 +1285,8 @@
|
|
|
1285
1285
|
"relativePath": [
|
|
1286
1286
|
"dist",
|
|
1287
1287
|
"commands",
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1288
|
+
"auth",
|
|
1289
|
+
"logout.js"
|
|
1290
1290
|
]
|
|
1291
1291
|
},
|
|
1292
1292
|
"bots:create": {
|
|
@@ -3177,16 +3177,10 @@
|
|
|
3177
3177
|
"reply.js"
|
|
3178
3178
|
]
|
|
3179
3179
|
},
|
|
3180
|
-
"
|
|
3180
|
+
"channels:create": {
|
|
3181
3181
|
"aliases": [],
|
|
3182
|
-
"args": {
|
|
3183
|
-
|
|
3184
|
-
"description": "Configuration key to retrieve",
|
|
3185
|
-
"name": "key",
|
|
3186
|
-
"required": true
|
|
3187
|
-
}
|
|
3188
|
-
},
|
|
3189
|
-
"description": "Get a configuration value for the current profile",
|
|
3182
|
+
"args": {},
|
|
3183
|
+
"description": "Create a channel",
|
|
3190
3184
|
"flags": {
|
|
3191
3185
|
"api-key": {
|
|
3192
3186
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3249,11 +3243,48 @@
|
|
|
3249
3243
|
"hasDynamicHelp": false,
|
|
3250
3244
|
"multiple": false,
|
|
3251
3245
|
"type": "option"
|
|
3246
|
+
},
|
|
3247
|
+
"name": {
|
|
3248
|
+
"description": "Channel name",
|
|
3249
|
+
"name": "name",
|
|
3250
|
+
"required": true,
|
|
3251
|
+
"hasDynamicHelp": false,
|
|
3252
|
+
"multiple": false,
|
|
3253
|
+
"type": "option"
|
|
3254
|
+
},
|
|
3255
|
+
"gateway-type": {
|
|
3256
|
+
"description": "Gateway type ID",
|
|
3257
|
+
"name": "gateway-type",
|
|
3258
|
+
"required": true,
|
|
3259
|
+
"hasDynamicHelp": false,
|
|
3260
|
+
"multiple": false,
|
|
3261
|
+
"type": "option"
|
|
3262
|
+
},
|
|
3263
|
+
"status": {
|
|
3264
|
+
"description": "Channel lifecycle status",
|
|
3265
|
+
"name": "status",
|
|
3266
|
+
"hasDynamicHelp": false,
|
|
3267
|
+
"multiple": false,
|
|
3268
|
+
"type": "option"
|
|
3269
|
+
},
|
|
3270
|
+
"description": {
|
|
3271
|
+
"description": "Channel description",
|
|
3272
|
+
"name": "description",
|
|
3273
|
+
"hasDynamicHelp": false,
|
|
3274
|
+
"multiple": false,
|
|
3275
|
+
"type": "option"
|
|
3276
|
+
},
|
|
3277
|
+
"data": {
|
|
3278
|
+
"description": "Additional JSON object payload",
|
|
3279
|
+
"name": "data",
|
|
3280
|
+
"hasDynamicHelp": false,
|
|
3281
|
+
"multiple": false,
|
|
3282
|
+
"type": "option"
|
|
3252
3283
|
}
|
|
3253
3284
|
},
|
|
3254
3285
|
"hasDynamicHelp": false,
|
|
3255
3286
|
"hiddenAliases": [],
|
|
3256
|
-
"id": "
|
|
3287
|
+
"id": "channels:create",
|
|
3257
3288
|
"pluginAlias": "@instantkom/cli",
|
|
3258
3289
|
"pluginName": "@instantkom/cli",
|
|
3259
3290
|
"pluginType": "core",
|
|
@@ -3263,25 +3294,20 @@
|
|
|
3263
3294
|
"relativePath": [
|
|
3264
3295
|
"dist",
|
|
3265
3296
|
"commands",
|
|
3266
|
-
"
|
|
3267
|
-
"
|
|
3297
|
+
"channels",
|
|
3298
|
+
"create.js"
|
|
3268
3299
|
]
|
|
3269
3300
|
},
|
|
3270
|
-
"
|
|
3301
|
+
"channels:get": {
|
|
3271
3302
|
"aliases": [],
|
|
3272
3303
|
"args": {
|
|
3273
|
-
"
|
|
3274
|
-
"description": "
|
|
3275
|
-
"name": "
|
|
3276
|
-
"required": true
|
|
3277
|
-
},
|
|
3278
|
-
"value": {
|
|
3279
|
-
"description": "Value to assign",
|
|
3280
|
-
"name": "value",
|
|
3304
|
+
"id": {
|
|
3305
|
+
"description": "Channel ID",
|
|
3306
|
+
"name": "id",
|
|
3281
3307
|
"required": true
|
|
3282
3308
|
}
|
|
3283
3309
|
},
|
|
3284
|
-
"description": "
|
|
3310
|
+
"description": "Get a channel by ID",
|
|
3285
3311
|
"flags": {
|
|
3286
3312
|
"api-key": {
|
|
3287
3313
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3348,7 +3374,7 @@
|
|
|
3348
3374
|
},
|
|
3349
3375
|
"hasDynamicHelp": false,
|
|
3350
3376
|
"hiddenAliases": [],
|
|
3351
|
-
"id": "
|
|
3377
|
+
"id": "channels:get",
|
|
3352
3378
|
"pluginAlias": "@instantkom/cli",
|
|
3353
3379
|
"pluginName": "@instantkom/cli",
|
|
3354
3380
|
"pluginType": "core",
|
|
@@ -3358,20 +3384,20 @@
|
|
|
3358
3384
|
"relativePath": [
|
|
3359
3385
|
"dist",
|
|
3360
3386
|
"commands",
|
|
3361
|
-
"
|
|
3362
|
-
"
|
|
3387
|
+
"channels",
|
|
3388
|
+
"get.js"
|
|
3363
3389
|
]
|
|
3364
3390
|
},
|
|
3365
|
-
"
|
|
3391
|
+
"channels:kpis": {
|
|
3366
3392
|
"aliases": [],
|
|
3367
3393
|
"args": {
|
|
3368
|
-
"
|
|
3369
|
-
"description": "
|
|
3370
|
-
"name": "
|
|
3371
|
-
"required":
|
|
3394
|
+
"id": {
|
|
3395
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
3396
|
+
"name": "id",
|
|
3397
|
+
"required": false
|
|
3372
3398
|
}
|
|
3373
3399
|
},
|
|
3374
|
-
"description": "
|
|
3400
|
+
"description": "Get channel KPIs",
|
|
3375
3401
|
"flags": {
|
|
3376
3402
|
"api-key": {
|
|
3377
3403
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3434,11 +3460,18 @@
|
|
|
3434
3460
|
"hasDynamicHelp": false,
|
|
3435
3461
|
"multiple": false,
|
|
3436
3462
|
"type": "option"
|
|
3463
|
+
},
|
|
3464
|
+
"period": {
|
|
3465
|
+
"description": "KPI period",
|
|
3466
|
+
"name": "period",
|
|
3467
|
+
"hasDynamicHelp": false,
|
|
3468
|
+
"multiple": false,
|
|
3469
|
+
"type": "option"
|
|
3437
3470
|
}
|
|
3438
3471
|
},
|
|
3439
3472
|
"hasDynamicHelp": false,
|
|
3440
3473
|
"hiddenAliases": [],
|
|
3441
|
-
"id": "
|
|
3474
|
+
"id": "channels:kpis",
|
|
3442
3475
|
"pluginAlias": "@instantkom/cli",
|
|
3443
3476
|
"pluginName": "@instantkom/cli",
|
|
3444
3477
|
"pluginType": "core",
|
|
@@ -3448,14 +3481,14 @@
|
|
|
3448
3481
|
"relativePath": [
|
|
3449
3482
|
"dist",
|
|
3450
3483
|
"commands",
|
|
3451
|
-
"
|
|
3452
|
-
"
|
|
3484
|
+
"channels",
|
|
3485
|
+
"kpis.js"
|
|
3453
3486
|
]
|
|
3454
3487
|
},
|
|
3455
|
-
"channels:
|
|
3488
|
+
"channels:list": {
|
|
3456
3489
|
"aliases": [],
|
|
3457
3490
|
"args": {},
|
|
3458
|
-
"description": "
|
|
3491
|
+
"description": "List channels",
|
|
3459
3492
|
"flags": {
|
|
3460
3493
|
"api-key": {
|
|
3461
3494
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3519,39 +3552,39 @@
|
|
|
3519
3552
|
"multiple": false,
|
|
3520
3553
|
"type": "option"
|
|
3521
3554
|
},
|
|
3522
|
-
"
|
|
3523
|
-
"description": "
|
|
3524
|
-
"name": "
|
|
3525
|
-
"
|
|
3555
|
+
"page": {
|
|
3556
|
+
"description": "Page number",
|
|
3557
|
+
"name": "page",
|
|
3558
|
+
"default": 1,
|
|
3526
3559
|
"hasDynamicHelp": false,
|
|
3527
3560
|
"multiple": false,
|
|
3528
3561
|
"type": "option"
|
|
3529
3562
|
},
|
|
3530
|
-
"
|
|
3531
|
-
"description": "
|
|
3532
|
-
"name": "
|
|
3533
|
-
"
|
|
3563
|
+
"limit": {
|
|
3564
|
+
"description": "Items per page",
|
|
3565
|
+
"name": "limit",
|
|
3566
|
+
"default": 20,
|
|
3534
3567
|
"hasDynamicHelp": false,
|
|
3535
3568
|
"multiple": false,
|
|
3536
3569
|
"type": "option"
|
|
3537
3570
|
},
|
|
3538
3571
|
"status": {
|
|
3539
|
-
"description": "
|
|
3572
|
+
"description": "Filter by channel status",
|
|
3540
3573
|
"name": "status",
|
|
3541
3574
|
"hasDynamicHelp": false,
|
|
3542
3575
|
"multiple": false,
|
|
3543
3576
|
"type": "option"
|
|
3544
3577
|
},
|
|
3545
|
-
"
|
|
3546
|
-
"description": "
|
|
3547
|
-
"name": "
|
|
3578
|
+
"gateway-type": {
|
|
3579
|
+
"description": "Filter by gateway type ID",
|
|
3580
|
+
"name": "gateway-type",
|
|
3548
3581
|
"hasDynamicHelp": false,
|
|
3549
3582
|
"multiple": false,
|
|
3550
3583
|
"type": "option"
|
|
3551
3584
|
},
|
|
3552
|
-
"
|
|
3553
|
-
"description": "
|
|
3554
|
-
"name": "
|
|
3585
|
+
"search": {
|
|
3586
|
+
"description": "Search by channel name",
|
|
3587
|
+
"name": "search",
|
|
3555
3588
|
"hasDynamicHelp": false,
|
|
3556
3589
|
"multiple": false,
|
|
3557
3590
|
"type": "option"
|
|
@@ -3559,7 +3592,7 @@
|
|
|
3559
3592
|
},
|
|
3560
3593
|
"hasDynamicHelp": false,
|
|
3561
3594
|
"hiddenAliases": [],
|
|
3562
|
-
"id": "channels:
|
|
3595
|
+
"id": "channels:list",
|
|
3563
3596
|
"pluginAlias": "@instantkom/cli",
|
|
3564
3597
|
"pluginName": "@instantkom/cli",
|
|
3565
3598
|
"pluginType": "core",
|
|
@@ -3570,10 +3603,10 @@
|
|
|
3570
3603
|
"dist",
|
|
3571
3604
|
"commands",
|
|
3572
3605
|
"channels",
|
|
3573
|
-
"
|
|
3606
|
+
"list.js"
|
|
3574
3607
|
]
|
|
3575
3608
|
},
|
|
3576
|
-
"channels:
|
|
3609
|
+
"channels:update": {
|
|
3577
3610
|
"aliases": [],
|
|
3578
3611
|
"args": {
|
|
3579
3612
|
"id": {
|
|
@@ -3582,7 +3615,7 @@
|
|
|
3582
3615
|
"required": true
|
|
3583
3616
|
}
|
|
3584
3617
|
},
|
|
3585
|
-
"description": "
|
|
3618
|
+
"description": "Update a channel",
|
|
3586
3619
|
"flags": {
|
|
3587
3620
|
"api-key": {
|
|
3588
3621
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3645,11 +3678,39 @@
|
|
|
3645
3678
|
"hasDynamicHelp": false,
|
|
3646
3679
|
"multiple": false,
|
|
3647
3680
|
"type": "option"
|
|
3681
|
+
},
|
|
3682
|
+
"name": {
|
|
3683
|
+
"description": "Channel name",
|
|
3684
|
+
"name": "name",
|
|
3685
|
+
"hasDynamicHelp": false,
|
|
3686
|
+
"multiple": false,
|
|
3687
|
+
"type": "option"
|
|
3688
|
+
},
|
|
3689
|
+
"status": {
|
|
3690
|
+
"description": "Channel lifecycle status",
|
|
3691
|
+
"name": "status",
|
|
3692
|
+
"hasDynamicHelp": false,
|
|
3693
|
+
"multiple": false,
|
|
3694
|
+
"type": "option"
|
|
3695
|
+
},
|
|
3696
|
+
"description": {
|
|
3697
|
+
"description": "Channel description",
|
|
3698
|
+
"name": "description",
|
|
3699
|
+
"hasDynamicHelp": false,
|
|
3700
|
+
"multiple": false,
|
|
3701
|
+
"type": "option"
|
|
3702
|
+
},
|
|
3703
|
+
"data": {
|
|
3704
|
+
"description": "Additional JSON object payload",
|
|
3705
|
+
"name": "data",
|
|
3706
|
+
"hasDynamicHelp": false,
|
|
3707
|
+
"multiple": false,
|
|
3708
|
+
"type": "option"
|
|
3648
3709
|
}
|
|
3649
3710
|
},
|
|
3650
3711
|
"hasDynamicHelp": false,
|
|
3651
3712
|
"hiddenAliases": [],
|
|
3652
|
-
"id": "channels:
|
|
3713
|
+
"id": "channels:update",
|
|
3653
3714
|
"pluginAlias": "@instantkom/cli",
|
|
3654
3715
|
"pluginName": "@instantkom/cli",
|
|
3655
3716
|
"pluginType": "core",
|
|
@@ -3660,19 +3721,19 @@
|
|
|
3660
3721
|
"dist",
|
|
3661
3722
|
"commands",
|
|
3662
3723
|
"channels",
|
|
3663
|
-
"
|
|
3724
|
+
"update.js"
|
|
3664
3725
|
]
|
|
3665
3726
|
},
|
|
3666
|
-
"
|
|
3727
|
+
"config:get": {
|
|
3667
3728
|
"aliases": [],
|
|
3668
3729
|
"args": {
|
|
3669
|
-
"
|
|
3670
|
-
"description": "
|
|
3671
|
-
"name": "
|
|
3672
|
-
"required":
|
|
3730
|
+
"key": {
|
|
3731
|
+
"description": "Configuration key to retrieve",
|
|
3732
|
+
"name": "key",
|
|
3733
|
+
"required": true
|
|
3673
3734
|
}
|
|
3674
3735
|
},
|
|
3675
|
-
"description": "Get
|
|
3736
|
+
"description": "Get a configuration value for the current profile",
|
|
3676
3737
|
"flags": {
|
|
3677
3738
|
"api-key": {
|
|
3678
3739
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3735,18 +3796,11 @@
|
|
|
3735
3796
|
"hasDynamicHelp": false,
|
|
3736
3797
|
"multiple": false,
|
|
3737
3798
|
"type": "option"
|
|
3738
|
-
},
|
|
3739
|
-
"period": {
|
|
3740
|
-
"description": "KPI period",
|
|
3741
|
-
"name": "period",
|
|
3742
|
-
"hasDynamicHelp": false,
|
|
3743
|
-
"multiple": false,
|
|
3744
|
-
"type": "option"
|
|
3745
3799
|
}
|
|
3746
3800
|
},
|
|
3747
3801
|
"hasDynamicHelp": false,
|
|
3748
3802
|
"hiddenAliases": [],
|
|
3749
|
-
"id": "
|
|
3803
|
+
"id": "config:get",
|
|
3750
3804
|
"pluginAlias": "@instantkom/cli",
|
|
3751
3805
|
"pluginName": "@instantkom/cli",
|
|
3752
3806
|
"pluginType": "core",
|
|
@@ -3756,14 +3810,25 @@
|
|
|
3756
3810
|
"relativePath": [
|
|
3757
3811
|
"dist",
|
|
3758
3812
|
"commands",
|
|
3759
|
-
"
|
|
3760
|
-
"
|
|
3813
|
+
"config",
|
|
3814
|
+
"get.js"
|
|
3761
3815
|
]
|
|
3762
3816
|
},
|
|
3763
|
-
"
|
|
3817
|
+
"config:set": {
|
|
3764
3818
|
"aliases": [],
|
|
3765
|
-
"args": {
|
|
3766
|
-
|
|
3819
|
+
"args": {
|
|
3820
|
+
"key": {
|
|
3821
|
+
"description": "Configuration key to set",
|
|
3822
|
+
"name": "key",
|
|
3823
|
+
"required": true
|
|
3824
|
+
},
|
|
3825
|
+
"value": {
|
|
3826
|
+
"description": "Value to assign",
|
|
3827
|
+
"name": "value",
|
|
3828
|
+
"required": true
|
|
3829
|
+
}
|
|
3830
|
+
},
|
|
3831
|
+
"description": "Set a configuration value for the current profile",
|
|
3767
3832
|
"flags": {
|
|
3768
3833
|
"api-key": {
|
|
3769
3834
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3826,48 +3891,11 @@
|
|
|
3826
3891
|
"hasDynamicHelp": false,
|
|
3827
3892
|
"multiple": false,
|
|
3828
3893
|
"type": "option"
|
|
3829
|
-
},
|
|
3830
|
-
"page": {
|
|
3831
|
-
"description": "Page number",
|
|
3832
|
-
"name": "page",
|
|
3833
|
-
"default": 1,
|
|
3834
|
-
"hasDynamicHelp": false,
|
|
3835
|
-
"multiple": false,
|
|
3836
|
-
"type": "option"
|
|
3837
|
-
},
|
|
3838
|
-
"limit": {
|
|
3839
|
-
"description": "Items per page",
|
|
3840
|
-
"name": "limit",
|
|
3841
|
-
"default": 20,
|
|
3842
|
-
"hasDynamicHelp": false,
|
|
3843
|
-
"multiple": false,
|
|
3844
|
-
"type": "option"
|
|
3845
|
-
},
|
|
3846
|
-
"status": {
|
|
3847
|
-
"description": "Filter by channel status",
|
|
3848
|
-
"name": "status",
|
|
3849
|
-
"hasDynamicHelp": false,
|
|
3850
|
-
"multiple": false,
|
|
3851
|
-
"type": "option"
|
|
3852
|
-
},
|
|
3853
|
-
"gateway-type": {
|
|
3854
|
-
"description": "Filter by gateway type ID",
|
|
3855
|
-
"name": "gateway-type",
|
|
3856
|
-
"hasDynamicHelp": false,
|
|
3857
|
-
"multiple": false,
|
|
3858
|
-
"type": "option"
|
|
3859
|
-
},
|
|
3860
|
-
"search": {
|
|
3861
|
-
"description": "Search by channel name",
|
|
3862
|
-
"name": "search",
|
|
3863
|
-
"hasDynamicHelp": false,
|
|
3864
|
-
"multiple": false,
|
|
3865
|
-
"type": "option"
|
|
3866
3894
|
}
|
|
3867
3895
|
},
|
|
3868
3896
|
"hasDynamicHelp": false,
|
|
3869
3897
|
"hiddenAliases": [],
|
|
3870
|
-
"id": "
|
|
3898
|
+
"id": "config:set",
|
|
3871
3899
|
"pluginAlias": "@instantkom/cli",
|
|
3872
3900
|
"pluginName": "@instantkom/cli",
|
|
3873
3901
|
"pluginType": "core",
|
|
@@ -3877,20 +3905,20 @@
|
|
|
3877
3905
|
"relativePath": [
|
|
3878
3906
|
"dist",
|
|
3879
3907
|
"commands",
|
|
3880
|
-
"
|
|
3881
|
-
"
|
|
3908
|
+
"config",
|
|
3909
|
+
"set.js"
|
|
3882
3910
|
]
|
|
3883
3911
|
},
|
|
3884
|
-
"
|
|
3912
|
+
"config:unset": {
|
|
3885
3913
|
"aliases": [],
|
|
3886
3914
|
"args": {
|
|
3887
|
-
"
|
|
3888
|
-
"description": "
|
|
3889
|
-
"name": "
|
|
3915
|
+
"key": {
|
|
3916
|
+
"description": "Configuration key to remove",
|
|
3917
|
+
"name": "key",
|
|
3890
3918
|
"required": true
|
|
3891
3919
|
}
|
|
3892
3920
|
},
|
|
3893
|
-
"description": "
|
|
3921
|
+
"description": "Remove a configuration key from the current profile",
|
|
3894
3922
|
"flags": {
|
|
3895
3923
|
"api-key": {
|
|
3896
3924
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3953,39 +3981,11 @@
|
|
|
3953
3981
|
"hasDynamicHelp": false,
|
|
3954
3982
|
"multiple": false,
|
|
3955
3983
|
"type": "option"
|
|
3956
|
-
},
|
|
3957
|
-
"name": {
|
|
3958
|
-
"description": "Channel name",
|
|
3959
|
-
"name": "name",
|
|
3960
|
-
"hasDynamicHelp": false,
|
|
3961
|
-
"multiple": false,
|
|
3962
|
-
"type": "option"
|
|
3963
|
-
},
|
|
3964
|
-
"status": {
|
|
3965
|
-
"description": "Channel lifecycle status",
|
|
3966
|
-
"name": "status",
|
|
3967
|
-
"hasDynamicHelp": false,
|
|
3968
|
-
"multiple": false,
|
|
3969
|
-
"type": "option"
|
|
3970
|
-
},
|
|
3971
|
-
"description": {
|
|
3972
|
-
"description": "Channel description",
|
|
3973
|
-
"name": "description",
|
|
3974
|
-
"hasDynamicHelp": false,
|
|
3975
|
-
"multiple": false,
|
|
3976
|
-
"type": "option"
|
|
3977
|
-
},
|
|
3978
|
-
"data": {
|
|
3979
|
-
"description": "Additional JSON object payload",
|
|
3980
|
-
"name": "data",
|
|
3981
|
-
"hasDynamicHelp": false,
|
|
3982
|
-
"multiple": false,
|
|
3983
|
-
"type": "option"
|
|
3984
3984
|
}
|
|
3985
3985
|
},
|
|
3986
3986
|
"hasDynamicHelp": false,
|
|
3987
3987
|
"hiddenAliases": [],
|
|
3988
|
-
"id": "
|
|
3988
|
+
"id": "config:unset",
|
|
3989
3989
|
"pluginAlias": "@instantkom/cli",
|
|
3990
3990
|
"pluginName": "@instantkom/cli",
|
|
3991
3991
|
"pluginType": "core",
|
|
@@ -3995,8 +3995,8 @@
|
|
|
3995
3995
|
"relativePath": [
|
|
3996
3996
|
"dist",
|
|
3997
3997
|
"commands",
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
3998
|
+
"config",
|
|
3999
|
+
"unset.js"
|
|
4000
4000
|
]
|
|
4001
4001
|
},
|
|
4002
4002
|
"contacts:create": {
|
|
@@ -6076,10 +6076,10 @@
|
|
|
6076
6076
|
"list.js"
|
|
6077
6077
|
]
|
|
6078
6078
|
},
|
|
6079
|
-
"
|
|
6079
|
+
"messages:bulk-spam": {
|
|
6080
6080
|
"aliases": [],
|
|
6081
6081
|
"args": {},
|
|
6082
|
-
"description": "
|
|
6082
|
+
"description": "Mark or unmark multiple messages as spam",
|
|
6083
6083
|
"flags": {
|
|
6084
6084
|
"api-key": {
|
|
6085
6085
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6143,54 +6143,24 @@
|
|
|
6143
6143
|
"multiple": false,
|
|
6144
6144
|
"type": "option"
|
|
6145
6145
|
},
|
|
6146
|
-
"
|
|
6147
|
-
"description": "
|
|
6148
|
-
"name": "
|
|
6149
|
-
"required": true,
|
|
6150
|
-
"hasDynamicHelp": false,
|
|
6151
|
-
"multiple": false,
|
|
6152
|
-
"type": "option"
|
|
6153
|
-
},
|
|
6154
|
-
"name": {
|
|
6155
|
-
"description": "Flow name",
|
|
6156
|
-
"name": "name",
|
|
6146
|
+
"ids": {
|
|
6147
|
+
"description": "Comma-separated message IDs",
|
|
6148
|
+
"name": "ids",
|
|
6157
6149
|
"required": true,
|
|
6158
6150
|
"hasDynamicHelp": false,
|
|
6159
6151
|
"multiple": false,
|
|
6160
6152
|
"type": "option"
|
|
6161
6153
|
},
|
|
6162
|
-
"
|
|
6163
|
-
"description": "
|
|
6164
|
-
"name": "
|
|
6165
|
-
"
|
|
6166
|
-
"
|
|
6167
|
-
"type": "option"
|
|
6168
|
-
},
|
|
6169
|
-
"color": {
|
|
6170
|
-
"description": "Flow color as HEX",
|
|
6171
|
-
"name": "color",
|
|
6172
|
-
"hasDynamicHelp": false,
|
|
6173
|
-
"multiple": false,
|
|
6174
|
-
"type": "option"
|
|
6175
|
-
},
|
|
6176
|
-
"folder": {
|
|
6177
|
-
"description": "Folder ID",
|
|
6178
|
-
"name": "folder",
|
|
6179
|
-
"hasDynamicHelp": false,
|
|
6180
|
-
"multiple": false,
|
|
6181
|
-
"type": "option"
|
|
6182
|
-
},
|
|
6183
|
-
"data": {
|
|
6184
|
-
"description": "Additional JSON object payload",
|
|
6185
|
-
"name": "data",
|
|
6186
|
-
"hasDynamicHelp": false,
|
|
6187
|
-
"multiple": false,
|
|
6188
|
-
"type": "option"
|
|
6154
|
+
"spam": {
|
|
6155
|
+
"description": "Mark messages as spam",
|
|
6156
|
+
"name": "spam",
|
|
6157
|
+
"allowNo": true,
|
|
6158
|
+
"type": "boolean"
|
|
6189
6159
|
}
|
|
6190
6160
|
},
|
|
6191
6161
|
"hasDynamicHelp": false,
|
|
6192
6162
|
"hiddenAliases": [],
|
|
6193
|
-
"id": "
|
|
6163
|
+
"id": "messages:bulk-spam",
|
|
6194
6164
|
"pluginAlias": "@instantkom/cli",
|
|
6195
6165
|
"pluginName": "@instantkom/cli",
|
|
6196
6166
|
"pluginType": "core",
|
|
@@ -6200,20 +6170,20 @@
|
|
|
6200
6170
|
"relativePath": [
|
|
6201
6171
|
"dist",
|
|
6202
6172
|
"commands",
|
|
6203
|
-
"
|
|
6204
|
-
"
|
|
6173
|
+
"messages",
|
|
6174
|
+
"bulk-spam.js"
|
|
6205
6175
|
]
|
|
6206
6176
|
},
|
|
6207
|
-
"
|
|
6177
|
+
"messages:create-ticket": {
|
|
6208
6178
|
"aliases": [],
|
|
6209
6179
|
"args": {
|
|
6210
6180
|
"id": {
|
|
6211
|
-
"description": "
|
|
6181
|
+
"description": "Message ID",
|
|
6212
6182
|
"name": "id",
|
|
6213
6183
|
"required": true
|
|
6214
6184
|
}
|
|
6215
6185
|
},
|
|
6216
|
-
"description": "
|
|
6186
|
+
"description": "Create a ticket from a message",
|
|
6217
6187
|
"flags": {
|
|
6218
6188
|
"api-key": {
|
|
6219
6189
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6276,11 +6246,32 @@
|
|
|
6276
6246
|
"hasDynamicHelp": false,
|
|
6277
6247
|
"multiple": false,
|
|
6278
6248
|
"type": "option"
|
|
6249
|
+
},
|
|
6250
|
+
"subject": {
|
|
6251
|
+
"description": "Ticket subject",
|
|
6252
|
+
"name": "subject",
|
|
6253
|
+
"hasDynamicHelp": false,
|
|
6254
|
+
"multiple": false,
|
|
6255
|
+
"type": "option"
|
|
6256
|
+
},
|
|
6257
|
+
"priority": {
|
|
6258
|
+
"description": "Ticket priority",
|
|
6259
|
+
"name": "priority",
|
|
6260
|
+
"hasDynamicHelp": false,
|
|
6261
|
+
"multiple": false,
|
|
6262
|
+
"type": "option"
|
|
6263
|
+
},
|
|
6264
|
+
"data": {
|
|
6265
|
+
"description": "Additional JSON object payload",
|
|
6266
|
+
"name": "data",
|
|
6267
|
+
"hasDynamicHelp": false,
|
|
6268
|
+
"multiple": false,
|
|
6269
|
+
"type": "option"
|
|
6279
6270
|
}
|
|
6280
6271
|
},
|
|
6281
6272
|
"hasDynamicHelp": false,
|
|
6282
6273
|
"hiddenAliases": [],
|
|
6283
|
-
"id": "
|
|
6274
|
+
"id": "messages:create-ticket",
|
|
6284
6275
|
"pluginAlias": "@instantkom/cli",
|
|
6285
6276
|
"pluginName": "@instantkom/cli",
|
|
6286
6277
|
"pluginType": "core",
|
|
@@ -6290,20 +6281,20 @@
|
|
|
6290
6281
|
"relativePath": [
|
|
6291
6282
|
"dist",
|
|
6292
6283
|
"commands",
|
|
6293
|
-
"
|
|
6294
|
-
"
|
|
6284
|
+
"messages",
|
|
6285
|
+
"create-ticket.js"
|
|
6295
6286
|
]
|
|
6296
6287
|
},
|
|
6297
|
-
"
|
|
6288
|
+
"messages:delete": {
|
|
6298
6289
|
"aliases": [],
|
|
6299
6290
|
"args": {
|
|
6300
6291
|
"id": {
|
|
6301
|
-
"description": "
|
|
6292
|
+
"description": "message ID",
|
|
6302
6293
|
"name": "id",
|
|
6303
6294
|
"required": true
|
|
6304
6295
|
}
|
|
6305
6296
|
},
|
|
6306
|
-
"description": "
|
|
6297
|
+
"description": "Delete message",
|
|
6307
6298
|
"flags": {
|
|
6308
6299
|
"api-key": {
|
|
6309
6300
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6370,7 +6361,7 @@
|
|
|
6370
6361
|
},
|
|
6371
6362
|
"hasDynamicHelp": false,
|
|
6372
6363
|
"hiddenAliases": [],
|
|
6373
|
-
"id": "
|
|
6364
|
+
"id": "messages:delete",
|
|
6374
6365
|
"pluginAlias": "@instantkom/cli",
|
|
6375
6366
|
"pluginName": "@instantkom/cli",
|
|
6376
6367
|
"pluginType": "core",
|
|
@@ -6380,14 +6371,20 @@
|
|
|
6380
6371
|
"relativePath": [
|
|
6381
6372
|
"dist",
|
|
6382
6373
|
"commands",
|
|
6383
|
-
"
|
|
6384
|
-
"
|
|
6374
|
+
"messages",
|
|
6375
|
+
"delete.js"
|
|
6385
6376
|
]
|
|
6386
6377
|
},
|
|
6387
|
-
"
|
|
6378
|
+
"messages:get": {
|
|
6388
6379
|
"aliases": [],
|
|
6389
|
-
"args": {
|
|
6390
|
-
|
|
6380
|
+
"args": {
|
|
6381
|
+
"id": {
|
|
6382
|
+
"description": "message ID",
|
|
6383
|
+
"name": "id",
|
|
6384
|
+
"required": true
|
|
6385
|
+
}
|
|
6386
|
+
},
|
|
6387
|
+
"description": "Get message by ID",
|
|
6391
6388
|
"flags": {
|
|
6392
6389
|
"api-key": {
|
|
6393
6390
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6450,48 +6447,11 @@
|
|
|
6450
6447
|
"hasDynamicHelp": false,
|
|
6451
6448
|
"multiple": false,
|
|
6452
6449
|
"type": "option"
|
|
6453
|
-
},
|
|
6454
|
-
"page": {
|
|
6455
|
-
"description": "Page number",
|
|
6456
|
-
"name": "page",
|
|
6457
|
-
"default": 1,
|
|
6458
|
-
"hasDynamicHelp": false,
|
|
6459
|
-
"multiple": false,
|
|
6460
|
-
"type": "option"
|
|
6461
|
-
},
|
|
6462
|
-
"limit": {
|
|
6463
|
-
"description": "Items per page",
|
|
6464
|
-
"name": "limit",
|
|
6465
|
-
"default": 20,
|
|
6466
|
-
"hasDynamicHelp": false,
|
|
6467
|
-
"multiple": false,
|
|
6468
|
-
"type": "option"
|
|
6469
|
-
},
|
|
6470
|
-
"channel": {
|
|
6471
|
-
"description": "Filter by channel ID",
|
|
6472
|
-
"name": "channel",
|
|
6473
|
-
"hasDynamicHelp": false,
|
|
6474
|
-
"multiple": false,
|
|
6475
|
-
"type": "option"
|
|
6476
|
-
},
|
|
6477
|
-
"search": {
|
|
6478
|
-
"description": "Search in flow name or description",
|
|
6479
|
-
"name": "search",
|
|
6480
|
-
"hasDynamicHelp": false,
|
|
6481
|
-
"multiple": false,
|
|
6482
|
-
"type": "option"
|
|
6483
|
-
},
|
|
6484
|
-
"folder": {
|
|
6485
|
-
"description": "Filter by folder ID",
|
|
6486
|
-
"name": "folder",
|
|
6487
|
-
"hasDynamicHelp": false,
|
|
6488
|
-
"multiple": false,
|
|
6489
|
-
"type": "option"
|
|
6490
6450
|
}
|
|
6491
6451
|
},
|
|
6492
6452
|
"hasDynamicHelp": false,
|
|
6493
6453
|
"hiddenAliases": [],
|
|
6494
|
-
"id": "
|
|
6454
|
+
"id": "messages:get",
|
|
6495
6455
|
"pluginAlias": "@instantkom/cli",
|
|
6496
6456
|
"pluginName": "@instantkom/cli",
|
|
6497
6457
|
"pluginType": "core",
|
|
@@ -6501,20 +6461,14 @@
|
|
|
6501
6461
|
"relativePath": [
|
|
6502
6462
|
"dist",
|
|
6503
6463
|
"commands",
|
|
6504
|
-
"
|
|
6505
|
-
"
|
|
6464
|
+
"messages",
|
|
6465
|
+
"get.js"
|
|
6506
6466
|
]
|
|
6507
6467
|
},
|
|
6508
|
-
"
|
|
6468
|
+
"messages:list": {
|
|
6509
6469
|
"aliases": [],
|
|
6510
|
-
"args": {
|
|
6511
|
-
|
|
6512
|
-
"description": "Flow ID",
|
|
6513
|
-
"name": "id",
|
|
6514
|
-
"required": true
|
|
6515
|
-
}
|
|
6516
|
-
},
|
|
6517
|
-
"description": "Update a flow",
|
|
6470
|
+
"args": {},
|
|
6471
|
+
"description": "List messages",
|
|
6518
6472
|
"flags": {
|
|
6519
6473
|
"api-key": {
|
|
6520
6474
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6578,45 +6532,71 @@
|
|
|
6578
6532
|
"multiple": false,
|
|
6579
6533
|
"type": "option"
|
|
6580
6534
|
},
|
|
6581
|
-
"
|
|
6582
|
-
"description": "
|
|
6583
|
-
"name": "
|
|
6535
|
+
"page": {
|
|
6536
|
+
"description": "Page number",
|
|
6537
|
+
"name": "page",
|
|
6538
|
+
"default": 1,
|
|
6584
6539
|
"hasDynamicHelp": false,
|
|
6585
6540
|
"multiple": false,
|
|
6586
6541
|
"type": "option"
|
|
6587
6542
|
},
|
|
6588
|
-
"
|
|
6589
|
-
"description": "
|
|
6590
|
-
"name": "
|
|
6543
|
+
"limit": {
|
|
6544
|
+
"description": "Items per page",
|
|
6545
|
+
"name": "limit",
|
|
6546
|
+
"default": 20,
|
|
6591
6547
|
"hasDynamicHelp": false,
|
|
6592
6548
|
"multiple": false,
|
|
6593
6549
|
"type": "option"
|
|
6594
6550
|
},
|
|
6595
|
-
"
|
|
6596
|
-
"description": "
|
|
6597
|
-
"name": "
|
|
6551
|
+
"channel": {
|
|
6552
|
+
"description": "Filter by channel ID",
|
|
6553
|
+
"name": "channel",
|
|
6598
6554
|
"hasDynamicHelp": false,
|
|
6599
6555
|
"multiple": false,
|
|
6600
6556
|
"type": "option"
|
|
6601
6557
|
},
|
|
6602
|
-
"
|
|
6603
|
-
"description": "
|
|
6604
|
-
"name": "
|
|
6558
|
+
"recipient": {
|
|
6559
|
+
"description": "Filter by recipient ID",
|
|
6560
|
+
"name": "recipient",
|
|
6605
6561
|
"hasDynamicHelp": false,
|
|
6606
6562
|
"multiple": false,
|
|
6607
6563
|
"type": "option"
|
|
6608
6564
|
},
|
|
6609
|
-
"
|
|
6610
|
-
"description": "
|
|
6611
|
-
"name": "
|
|
6565
|
+
"direction": {
|
|
6566
|
+
"description": "Direction",
|
|
6567
|
+
"name": "direction",
|
|
6568
|
+
"hasDynamicHelp": false,
|
|
6569
|
+
"multiple": false,
|
|
6570
|
+
"options": [
|
|
6571
|
+
"s",
|
|
6572
|
+
"r"
|
|
6573
|
+
],
|
|
6574
|
+
"type": "option"
|
|
6575
|
+
},
|
|
6576
|
+
"type": {
|
|
6577
|
+
"description": "Message type",
|
|
6578
|
+
"name": "type",
|
|
6579
|
+
"hasDynamicHelp": false,
|
|
6580
|
+
"multiple": false,
|
|
6581
|
+
"type": "option"
|
|
6582
|
+
},
|
|
6583
|
+
"search": {
|
|
6584
|
+
"description": "Search messages",
|
|
6585
|
+
"name": "search",
|
|
6612
6586
|
"hasDynamicHelp": false,
|
|
6613
6587
|
"multiple": false,
|
|
6614
6588
|
"type": "option"
|
|
6589
|
+
},
|
|
6590
|
+
"spam": {
|
|
6591
|
+
"description": "Filter spam messages",
|
|
6592
|
+
"name": "spam",
|
|
6593
|
+
"allowNo": false,
|
|
6594
|
+
"type": "boolean"
|
|
6615
6595
|
}
|
|
6616
6596
|
},
|
|
6617
6597
|
"hasDynamicHelp": false,
|
|
6618
6598
|
"hiddenAliases": [],
|
|
6619
|
-
"id": "
|
|
6599
|
+
"id": "messages:list",
|
|
6620
6600
|
"pluginAlias": "@instantkom/cli",
|
|
6621
6601
|
"pluginName": "@instantkom/cli",
|
|
6622
6602
|
"pluginType": "core",
|
|
@@ -6626,14 +6606,20 @@
|
|
|
6626
6606
|
"relativePath": [
|
|
6627
6607
|
"dist",
|
|
6628
6608
|
"commands",
|
|
6629
|
-
"
|
|
6630
|
-
"
|
|
6609
|
+
"messages",
|
|
6610
|
+
"list.js"
|
|
6631
6611
|
]
|
|
6632
6612
|
},
|
|
6633
|
-
"messages:
|
|
6613
|
+
"messages:reactions": {
|
|
6634
6614
|
"aliases": [],
|
|
6635
|
-
"args": {
|
|
6636
|
-
|
|
6615
|
+
"args": {
|
|
6616
|
+
"id": {
|
|
6617
|
+
"description": "Message ID",
|
|
6618
|
+
"name": "id",
|
|
6619
|
+
"required": true
|
|
6620
|
+
}
|
|
6621
|
+
},
|
|
6622
|
+
"description": "Get reactions to a message",
|
|
6637
6623
|
"flags": {
|
|
6638
6624
|
"api-key": {
|
|
6639
6625
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6696,25 +6682,11 @@
|
|
|
6696
6682
|
"hasDynamicHelp": false,
|
|
6697
6683
|
"multiple": false,
|
|
6698
6684
|
"type": "option"
|
|
6699
|
-
},
|
|
6700
|
-
"ids": {
|
|
6701
|
-
"description": "Comma-separated message IDs",
|
|
6702
|
-
"name": "ids",
|
|
6703
|
-
"required": true,
|
|
6704
|
-
"hasDynamicHelp": false,
|
|
6705
|
-
"multiple": false,
|
|
6706
|
-
"type": "option"
|
|
6707
|
-
},
|
|
6708
|
-
"spam": {
|
|
6709
|
-
"description": "Mark messages as spam",
|
|
6710
|
-
"name": "spam",
|
|
6711
|
-
"allowNo": true,
|
|
6712
|
-
"type": "boolean"
|
|
6713
6685
|
}
|
|
6714
6686
|
},
|
|
6715
6687
|
"hasDynamicHelp": false,
|
|
6716
6688
|
"hiddenAliases": [],
|
|
6717
|
-
"id": "messages:
|
|
6689
|
+
"id": "messages:reactions",
|
|
6718
6690
|
"pluginAlias": "@instantkom/cli",
|
|
6719
6691
|
"pluginName": "@instantkom/cli",
|
|
6720
6692
|
"pluginType": "core",
|
|
@@ -6725,10 +6697,10 @@
|
|
|
6725
6697
|
"dist",
|
|
6726
6698
|
"commands",
|
|
6727
6699
|
"messages",
|
|
6728
|
-
"
|
|
6700
|
+
"reactions.js"
|
|
6729
6701
|
]
|
|
6730
6702
|
},
|
|
6731
|
-
"messages:
|
|
6703
|
+
"messages:spam": {
|
|
6732
6704
|
"aliases": [],
|
|
6733
6705
|
"args": {
|
|
6734
6706
|
"id": {
|
|
@@ -6737,7 +6709,7 @@
|
|
|
6737
6709
|
"required": true
|
|
6738
6710
|
}
|
|
6739
6711
|
},
|
|
6740
|
-
"description": "
|
|
6712
|
+
"description": "Mark or unmark a message as spam",
|
|
6741
6713
|
"flags": {
|
|
6742
6714
|
"api-key": {
|
|
6743
6715
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6801,31 +6773,16 @@
|
|
|
6801
6773
|
"multiple": false,
|
|
6802
6774
|
"type": "option"
|
|
6803
6775
|
},
|
|
6804
|
-
"
|
|
6805
|
-
"description": "
|
|
6806
|
-
"name": "
|
|
6807
|
-
"
|
|
6808
|
-
"
|
|
6809
|
-
"type": "option"
|
|
6810
|
-
},
|
|
6811
|
-
"priority": {
|
|
6812
|
-
"description": "Ticket priority",
|
|
6813
|
-
"name": "priority",
|
|
6814
|
-
"hasDynamicHelp": false,
|
|
6815
|
-
"multiple": false,
|
|
6816
|
-
"type": "option"
|
|
6817
|
-
},
|
|
6818
|
-
"data": {
|
|
6819
|
-
"description": "Additional JSON object payload",
|
|
6820
|
-
"name": "data",
|
|
6821
|
-
"hasDynamicHelp": false,
|
|
6822
|
-
"multiple": false,
|
|
6823
|
-
"type": "option"
|
|
6776
|
+
"spam": {
|
|
6777
|
+
"description": "Mark as spam",
|
|
6778
|
+
"name": "spam",
|
|
6779
|
+
"allowNo": true,
|
|
6780
|
+
"type": "boolean"
|
|
6824
6781
|
}
|
|
6825
6782
|
},
|
|
6826
6783
|
"hasDynamicHelp": false,
|
|
6827
6784
|
"hiddenAliases": [],
|
|
6828
|
-
"id": "messages:
|
|
6785
|
+
"id": "messages:spam",
|
|
6829
6786
|
"pluginAlias": "@instantkom/cli",
|
|
6830
6787
|
"pluginName": "@instantkom/cli",
|
|
6831
6788
|
"pluginType": "core",
|
|
@@ -6836,19 +6793,13 @@
|
|
|
6836
6793
|
"dist",
|
|
6837
6794
|
"commands",
|
|
6838
6795
|
"messages",
|
|
6839
|
-
"
|
|
6796
|
+
"spam.js"
|
|
6840
6797
|
]
|
|
6841
6798
|
},
|
|
6842
|
-
"messages:
|
|
6799
|
+
"messages:unread-count": {
|
|
6843
6800
|
"aliases": [],
|
|
6844
|
-
"args": {
|
|
6845
|
-
|
|
6846
|
-
"description": "message ID",
|
|
6847
|
-
"name": "id",
|
|
6848
|
-
"required": true
|
|
6849
|
-
}
|
|
6850
|
-
},
|
|
6851
|
-
"description": "Delete message",
|
|
6801
|
+
"args": {},
|
|
6802
|
+
"description": "Get unread inbox message count",
|
|
6852
6803
|
"flags": {
|
|
6853
6804
|
"api-key": {
|
|
6854
6805
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6915,7 +6866,7 @@
|
|
|
6915
6866
|
},
|
|
6916
6867
|
"hasDynamicHelp": false,
|
|
6917
6868
|
"hiddenAliases": [],
|
|
6918
|
-
"id": "messages:
|
|
6869
|
+
"id": "messages:unread-count",
|
|
6919
6870
|
"pluginAlias": "@instantkom/cli",
|
|
6920
6871
|
"pluginName": "@instantkom/cli",
|
|
6921
6872
|
"pluginType": "core",
|
|
@@ -6926,19 +6877,19 @@
|
|
|
6926
6877
|
"dist",
|
|
6927
6878
|
"commands",
|
|
6928
6879
|
"messages",
|
|
6929
|
-
"
|
|
6880
|
+
"unread-count.js"
|
|
6930
6881
|
]
|
|
6931
6882
|
},
|
|
6932
|
-
"messages:
|
|
6883
|
+
"messages:update": {
|
|
6933
6884
|
"aliases": [],
|
|
6934
6885
|
"args": {
|
|
6935
6886
|
"id": {
|
|
6936
|
-
"description": "
|
|
6887
|
+
"description": "Message ID",
|
|
6937
6888
|
"name": "id",
|
|
6938
6889
|
"required": true
|
|
6939
6890
|
}
|
|
6940
6891
|
},
|
|
6941
|
-
"description": "
|
|
6892
|
+
"description": "Update a message",
|
|
6942
6893
|
"flags": {
|
|
6943
6894
|
"api-key": {
|
|
6944
6895
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7001,11 +6952,58 @@
|
|
|
7001
6952
|
"hasDynamicHelp": false,
|
|
7002
6953
|
"multiple": false,
|
|
7003
6954
|
"type": "option"
|
|
6955
|
+
},
|
|
6956
|
+
"message": {
|
|
6957
|
+
"description": "Message content",
|
|
6958
|
+
"name": "message",
|
|
6959
|
+
"hasDynamicHelp": false,
|
|
6960
|
+
"multiple": false,
|
|
6961
|
+
"type": "option"
|
|
6962
|
+
},
|
|
6963
|
+
"scheduled-at": {
|
|
6964
|
+
"description": "Unix timestamp for scheduled send",
|
|
6965
|
+
"name": "scheduled-at",
|
|
6966
|
+
"hasDynamicHelp": false,
|
|
6967
|
+
"multiple": false,
|
|
6968
|
+
"type": "option"
|
|
6969
|
+
},
|
|
6970
|
+
"hidden": {
|
|
6971
|
+
"description": "Hide message",
|
|
6972
|
+
"name": "hidden",
|
|
6973
|
+
"allowNo": true,
|
|
6974
|
+
"type": "boolean"
|
|
6975
|
+
},
|
|
6976
|
+
"locked": {
|
|
6977
|
+
"description": "Lock message",
|
|
6978
|
+
"name": "locked",
|
|
6979
|
+
"allowNo": true,
|
|
6980
|
+
"type": "boolean"
|
|
6981
|
+
},
|
|
6982
|
+
"buttons": {
|
|
6983
|
+
"description": "Buttons JSON array",
|
|
6984
|
+
"name": "buttons",
|
|
6985
|
+
"hasDynamicHelp": false,
|
|
6986
|
+
"multiple": false,
|
|
6987
|
+
"type": "option"
|
|
6988
|
+
},
|
|
6989
|
+
"header-footer": {
|
|
6990
|
+
"description": "Header/footer JSON object",
|
|
6991
|
+
"name": "header-footer",
|
|
6992
|
+
"hasDynamicHelp": false,
|
|
6993
|
+
"multiple": false,
|
|
6994
|
+
"type": "option"
|
|
6995
|
+
},
|
|
6996
|
+
"data": {
|
|
6997
|
+
"description": "Additional JSON object payload",
|
|
6998
|
+
"name": "data",
|
|
6999
|
+
"hasDynamicHelp": false,
|
|
7000
|
+
"multiple": false,
|
|
7001
|
+
"type": "option"
|
|
7004
7002
|
}
|
|
7005
7003
|
},
|
|
7006
7004
|
"hasDynamicHelp": false,
|
|
7007
7005
|
"hiddenAliases": [],
|
|
7008
|
-
"id": "messages:
|
|
7006
|
+
"id": "messages:update",
|
|
7009
7007
|
"pluginAlias": "@instantkom/cli",
|
|
7010
7008
|
"pluginName": "@instantkom/cli",
|
|
7011
7009
|
"pluginType": "core",
|
|
@@ -7016,13 +7014,13 @@
|
|
|
7016
7014
|
"dist",
|
|
7017
7015
|
"commands",
|
|
7018
7016
|
"messages",
|
|
7019
|
-
"
|
|
7017
|
+
"update.js"
|
|
7020
7018
|
]
|
|
7021
7019
|
},
|
|
7022
|
-
"
|
|
7020
|
+
"flows:create": {
|
|
7023
7021
|
"aliases": [],
|
|
7024
7022
|
"args": {},
|
|
7025
|
-
"description": "
|
|
7023
|
+
"description": "Create a flow",
|
|
7026
7024
|
"flags": {
|
|
7027
7025
|
"api-key": {
|
|
7028
7026
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7086,71 +7084,54 @@
|
|
|
7086
7084
|
"multiple": false,
|
|
7087
7085
|
"type": "option"
|
|
7088
7086
|
},
|
|
7089
|
-
"
|
|
7090
|
-
"description": "
|
|
7091
|
-
"name": "
|
|
7092
|
-
"
|
|
7087
|
+
"channel": {
|
|
7088
|
+
"description": "Channel ID",
|
|
7089
|
+
"name": "channel",
|
|
7090
|
+
"required": true,
|
|
7093
7091
|
"hasDynamicHelp": false,
|
|
7094
7092
|
"multiple": false,
|
|
7095
7093
|
"type": "option"
|
|
7096
7094
|
},
|
|
7097
|
-
"
|
|
7098
|
-
"description": "
|
|
7099
|
-
"name": "
|
|
7100
|
-
"
|
|
7095
|
+
"name": {
|
|
7096
|
+
"description": "Flow name",
|
|
7097
|
+
"name": "name",
|
|
7098
|
+
"required": true,
|
|
7101
7099
|
"hasDynamicHelp": false,
|
|
7102
7100
|
"multiple": false,
|
|
7103
7101
|
"type": "option"
|
|
7104
7102
|
},
|
|
7105
|
-
"
|
|
7106
|
-
"description": "
|
|
7107
|
-
"name": "
|
|
7103
|
+
"description": {
|
|
7104
|
+
"description": "Flow description",
|
|
7105
|
+
"name": "description",
|
|
7108
7106
|
"hasDynamicHelp": false,
|
|
7109
7107
|
"multiple": false,
|
|
7110
7108
|
"type": "option"
|
|
7111
7109
|
},
|
|
7112
|
-
"
|
|
7113
|
-
"description": "
|
|
7114
|
-
"name": "
|
|
7110
|
+
"color": {
|
|
7111
|
+
"description": "Flow color as HEX",
|
|
7112
|
+
"name": "color",
|
|
7115
7113
|
"hasDynamicHelp": false,
|
|
7116
7114
|
"multiple": false,
|
|
7117
7115
|
"type": "option"
|
|
7118
7116
|
},
|
|
7119
|
-
"
|
|
7120
|
-
"description": "
|
|
7121
|
-
"name": "
|
|
7122
|
-
"hasDynamicHelp": false,
|
|
7123
|
-
"multiple": false,
|
|
7124
|
-
"options": [
|
|
7125
|
-
"s",
|
|
7126
|
-
"r"
|
|
7127
|
-
],
|
|
7128
|
-
"type": "option"
|
|
7129
|
-
},
|
|
7130
|
-
"type": {
|
|
7131
|
-
"description": "Message type",
|
|
7132
|
-
"name": "type",
|
|
7117
|
+
"folder": {
|
|
7118
|
+
"description": "Folder ID",
|
|
7119
|
+
"name": "folder",
|
|
7133
7120
|
"hasDynamicHelp": false,
|
|
7134
7121
|
"multiple": false,
|
|
7135
7122
|
"type": "option"
|
|
7136
7123
|
},
|
|
7137
|
-
"
|
|
7138
|
-
"description": "
|
|
7139
|
-
"name": "
|
|
7124
|
+
"data": {
|
|
7125
|
+
"description": "Additional JSON object payload",
|
|
7126
|
+
"name": "data",
|
|
7140
7127
|
"hasDynamicHelp": false,
|
|
7141
7128
|
"multiple": false,
|
|
7142
7129
|
"type": "option"
|
|
7143
|
-
},
|
|
7144
|
-
"spam": {
|
|
7145
|
-
"description": "Filter spam messages",
|
|
7146
|
-
"name": "spam",
|
|
7147
|
-
"allowNo": false,
|
|
7148
|
-
"type": "boolean"
|
|
7149
7130
|
}
|
|
7150
7131
|
},
|
|
7151
7132
|
"hasDynamicHelp": false,
|
|
7152
7133
|
"hiddenAliases": [],
|
|
7153
|
-
"id": "
|
|
7134
|
+
"id": "flows:create",
|
|
7154
7135
|
"pluginAlias": "@instantkom/cli",
|
|
7155
7136
|
"pluginName": "@instantkom/cli",
|
|
7156
7137
|
"pluginType": "core",
|
|
@@ -7160,20 +7141,20 @@
|
|
|
7160
7141
|
"relativePath": [
|
|
7161
7142
|
"dist",
|
|
7162
7143
|
"commands",
|
|
7163
|
-
"
|
|
7164
|
-
"
|
|
7144
|
+
"flows",
|
|
7145
|
+
"create.js"
|
|
7165
7146
|
]
|
|
7166
7147
|
},
|
|
7167
|
-
"
|
|
7148
|
+
"flows:delete": {
|
|
7168
7149
|
"aliases": [],
|
|
7169
7150
|
"args": {
|
|
7170
7151
|
"id": {
|
|
7171
|
-
"description": "
|
|
7152
|
+
"description": "Flow ID",
|
|
7172
7153
|
"name": "id",
|
|
7173
7154
|
"required": true
|
|
7174
7155
|
}
|
|
7175
7156
|
},
|
|
7176
|
-
"description": "
|
|
7157
|
+
"description": "Delete a flow",
|
|
7177
7158
|
"flags": {
|
|
7178
7159
|
"api-key": {
|
|
7179
7160
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7240,7 +7221,7 @@
|
|
|
7240
7221
|
},
|
|
7241
7222
|
"hasDynamicHelp": false,
|
|
7242
7223
|
"hiddenAliases": [],
|
|
7243
|
-
"id": "
|
|
7224
|
+
"id": "flows:delete",
|
|
7244
7225
|
"pluginAlias": "@instantkom/cli",
|
|
7245
7226
|
"pluginName": "@instantkom/cli",
|
|
7246
7227
|
"pluginType": "core",
|
|
@@ -7250,20 +7231,20 @@
|
|
|
7250
7231
|
"relativePath": [
|
|
7251
7232
|
"dist",
|
|
7252
7233
|
"commands",
|
|
7253
|
-
"
|
|
7254
|
-
"
|
|
7234
|
+
"flows",
|
|
7235
|
+
"delete.js"
|
|
7255
7236
|
]
|
|
7256
7237
|
},
|
|
7257
|
-
"
|
|
7238
|
+
"flows:get": {
|
|
7258
7239
|
"aliases": [],
|
|
7259
7240
|
"args": {
|
|
7260
7241
|
"id": {
|
|
7261
|
-
"description": "
|
|
7242
|
+
"description": "Flow ID",
|
|
7262
7243
|
"name": "id",
|
|
7263
7244
|
"required": true
|
|
7264
7245
|
}
|
|
7265
7246
|
},
|
|
7266
|
-
"description": "
|
|
7247
|
+
"description": "Get a flow by ID",
|
|
7267
7248
|
"flags": {
|
|
7268
7249
|
"api-key": {
|
|
7269
7250
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7326,17 +7307,11 @@
|
|
|
7326
7307
|
"hasDynamicHelp": false,
|
|
7327
7308
|
"multiple": false,
|
|
7328
7309
|
"type": "option"
|
|
7329
|
-
},
|
|
7330
|
-
"spam": {
|
|
7331
|
-
"description": "Mark as spam",
|
|
7332
|
-
"name": "spam",
|
|
7333
|
-
"allowNo": true,
|
|
7334
|
-
"type": "boolean"
|
|
7335
7310
|
}
|
|
7336
7311
|
},
|
|
7337
7312
|
"hasDynamicHelp": false,
|
|
7338
7313
|
"hiddenAliases": [],
|
|
7339
|
-
"id": "
|
|
7314
|
+
"id": "flows:get",
|
|
7340
7315
|
"pluginAlias": "@instantkom/cli",
|
|
7341
7316
|
"pluginName": "@instantkom/cli",
|
|
7342
7317
|
"pluginType": "core",
|
|
@@ -7346,14 +7321,14 @@
|
|
|
7346
7321
|
"relativePath": [
|
|
7347
7322
|
"dist",
|
|
7348
7323
|
"commands",
|
|
7349
|
-
"
|
|
7350
|
-
"
|
|
7324
|
+
"flows",
|
|
7325
|
+
"get.js"
|
|
7351
7326
|
]
|
|
7352
7327
|
},
|
|
7353
|
-
"
|
|
7328
|
+
"flows:list": {
|
|
7354
7329
|
"aliases": [],
|
|
7355
7330
|
"args": {},
|
|
7356
|
-
"description": "
|
|
7331
|
+
"description": "List flows",
|
|
7357
7332
|
"flags": {
|
|
7358
7333
|
"api-key": {
|
|
7359
7334
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7416,11 +7391,48 @@
|
|
|
7416
7391
|
"hasDynamicHelp": false,
|
|
7417
7392
|
"multiple": false,
|
|
7418
7393
|
"type": "option"
|
|
7394
|
+
},
|
|
7395
|
+
"page": {
|
|
7396
|
+
"description": "Page number",
|
|
7397
|
+
"name": "page",
|
|
7398
|
+
"default": 1,
|
|
7399
|
+
"hasDynamicHelp": false,
|
|
7400
|
+
"multiple": false,
|
|
7401
|
+
"type": "option"
|
|
7402
|
+
},
|
|
7403
|
+
"limit": {
|
|
7404
|
+
"description": "Items per page",
|
|
7405
|
+
"name": "limit",
|
|
7406
|
+
"default": 20,
|
|
7407
|
+
"hasDynamicHelp": false,
|
|
7408
|
+
"multiple": false,
|
|
7409
|
+
"type": "option"
|
|
7410
|
+
},
|
|
7411
|
+
"channel": {
|
|
7412
|
+
"description": "Filter by channel ID",
|
|
7413
|
+
"name": "channel",
|
|
7414
|
+
"hasDynamicHelp": false,
|
|
7415
|
+
"multiple": false,
|
|
7416
|
+
"type": "option"
|
|
7417
|
+
},
|
|
7418
|
+
"search": {
|
|
7419
|
+
"description": "Search in flow name or description",
|
|
7420
|
+
"name": "search",
|
|
7421
|
+
"hasDynamicHelp": false,
|
|
7422
|
+
"multiple": false,
|
|
7423
|
+
"type": "option"
|
|
7424
|
+
},
|
|
7425
|
+
"folder": {
|
|
7426
|
+
"description": "Filter by folder ID",
|
|
7427
|
+
"name": "folder",
|
|
7428
|
+
"hasDynamicHelp": false,
|
|
7429
|
+
"multiple": false,
|
|
7430
|
+
"type": "option"
|
|
7419
7431
|
}
|
|
7420
7432
|
},
|
|
7421
7433
|
"hasDynamicHelp": false,
|
|
7422
7434
|
"hiddenAliases": [],
|
|
7423
|
-
"id": "
|
|
7435
|
+
"id": "flows:list",
|
|
7424
7436
|
"pluginAlias": "@instantkom/cli",
|
|
7425
7437
|
"pluginName": "@instantkom/cli",
|
|
7426
7438
|
"pluginType": "core",
|
|
@@ -7430,20 +7442,20 @@
|
|
|
7430
7442
|
"relativePath": [
|
|
7431
7443
|
"dist",
|
|
7432
7444
|
"commands",
|
|
7433
|
-
"
|
|
7434
|
-
"
|
|
7445
|
+
"flows",
|
|
7446
|
+
"list.js"
|
|
7435
7447
|
]
|
|
7436
7448
|
},
|
|
7437
|
-
"
|
|
7449
|
+
"flows:update": {
|
|
7438
7450
|
"aliases": [],
|
|
7439
7451
|
"args": {
|
|
7440
7452
|
"id": {
|
|
7441
|
-
"description": "
|
|
7453
|
+
"description": "Flow ID",
|
|
7442
7454
|
"name": "id",
|
|
7443
7455
|
"required": true
|
|
7444
7456
|
}
|
|
7445
7457
|
},
|
|
7446
|
-
"description": "Update a
|
|
7458
|
+
"description": "Update a flow",
|
|
7447
7459
|
"flags": {
|
|
7448
7460
|
"api-key": {
|
|
7449
7461
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7507,42 +7519,30 @@
|
|
|
7507
7519
|
"multiple": false,
|
|
7508
7520
|
"type": "option"
|
|
7509
7521
|
},
|
|
7510
|
-
"
|
|
7511
|
-
"description": "
|
|
7512
|
-
"name": "
|
|
7522
|
+
"name": {
|
|
7523
|
+
"description": "Flow name",
|
|
7524
|
+
"name": "name",
|
|
7513
7525
|
"hasDynamicHelp": false,
|
|
7514
7526
|
"multiple": false,
|
|
7515
7527
|
"type": "option"
|
|
7516
7528
|
},
|
|
7517
|
-
"
|
|
7518
|
-
"description": "
|
|
7519
|
-
"name": "
|
|
7529
|
+
"description": {
|
|
7530
|
+
"description": "Flow description",
|
|
7531
|
+
"name": "description",
|
|
7520
7532
|
"hasDynamicHelp": false,
|
|
7521
7533
|
"multiple": false,
|
|
7522
7534
|
"type": "option"
|
|
7523
7535
|
},
|
|
7524
|
-
"
|
|
7525
|
-
"description": "
|
|
7526
|
-
"name": "
|
|
7527
|
-
"allowNo": true,
|
|
7528
|
-
"type": "boolean"
|
|
7529
|
-
},
|
|
7530
|
-
"locked": {
|
|
7531
|
-
"description": "Lock message",
|
|
7532
|
-
"name": "locked",
|
|
7533
|
-
"allowNo": true,
|
|
7534
|
-
"type": "boolean"
|
|
7535
|
-
},
|
|
7536
|
-
"buttons": {
|
|
7537
|
-
"description": "Buttons JSON array",
|
|
7538
|
-
"name": "buttons",
|
|
7536
|
+
"color": {
|
|
7537
|
+
"description": "Flow color as HEX",
|
|
7538
|
+
"name": "color",
|
|
7539
7539
|
"hasDynamicHelp": false,
|
|
7540
7540
|
"multiple": false,
|
|
7541
7541
|
"type": "option"
|
|
7542
7542
|
},
|
|
7543
|
-
"
|
|
7544
|
-
"description": "
|
|
7545
|
-
"name": "
|
|
7543
|
+
"folder": {
|
|
7544
|
+
"description": "Folder ID",
|
|
7545
|
+
"name": "folder",
|
|
7546
7546
|
"hasDynamicHelp": false,
|
|
7547
7547
|
"multiple": false,
|
|
7548
7548
|
"type": "option"
|
|
@@ -7557,7 +7557,7 @@
|
|
|
7557
7557
|
},
|
|
7558
7558
|
"hasDynamicHelp": false,
|
|
7559
7559
|
"hiddenAliases": [],
|
|
7560
|
-
"id": "
|
|
7560
|
+
"id": "flows:update",
|
|
7561
7561
|
"pluginAlias": "@instantkom/cli",
|
|
7562
7562
|
"pluginName": "@instantkom/cli",
|
|
7563
7563
|
"pluginType": "core",
|
|
@@ -7567,7 +7567,7 @@
|
|
|
7567
7567
|
"relativePath": [
|
|
7568
7568
|
"dist",
|
|
7569
7569
|
"commands",
|
|
7570
|
-
"
|
|
7570
|
+
"flows",
|
|
7571
7571
|
"update.js"
|
|
7572
7572
|
]
|
|
7573
7573
|
},
|
|
@@ -8150,10 +8150,10 @@
|
|
|
8150
8150
|
"update.js"
|
|
8151
8151
|
]
|
|
8152
8152
|
},
|
|
8153
|
-
"
|
|
8153
|
+
"tags:create": {
|
|
8154
8154
|
"aliases": [],
|
|
8155
8155
|
"args": {},
|
|
8156
|
-
"description": "Create a
|
|
8156
|
+
"description": "Create a tag",
|
|
8157
8157
|
"flags": {
|
|
8158
8158
|
"api-key": {
|
|
8159
8159
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8217,54 +8217,23 @@
|
|
|
8217
8217
|
"multiple": false,
|
|
8218
8218
|
"type": "option"
|
|
8219
8219
|
},
|
|
8220
|
-
"
|
|
8221
|
-
"description": "
|
|
8222
|
-
"name": "
|
|
8223
|
-
"required": true,
|
|
8224
|
-
"hasDynamicHelp": false,
|
|
8225
|
-
"multiple": false,
|
|
8226
|
-
"type": "option"
|
|
8227
|
-
},
|
|
8228
|
-
"first-name": {
|
|
8229
|
-
"description": "First name",
|
|
8230
|
-
"name": "first-name",
|
|
8231
|
-
"required": true,
|
|
8232
|
-
"hasDynamicHelp": false,
|
|
8233
|
-
"multiple": false,
|
|
8234
|
-
"type": "option"
|
|
8235
|
-
},
|
|
8236
|
-
"last-name": {
|
|
8237
|
-
"description": "Last name",
|
|
8238
|
-
"name": "last-name",
|
|
8239
|
-
"required": true,
|
|
8240
|
-
"hasDynamicHelp": false,
|
|
8241
|
-
"multiple": false,
|
|
8242
|
-
"type": "option"
|
|
8243
|
-
},
|
|
8244
|
-
"password": {
|
|
8245
|
-
"description": "Initial password",
|
|
8246
|
-
"name": "password",
|
|
8220
|
+
"name": {
|
|
8221
|
+
"description": "Tag name",
|
|
8222
|
+
"name": "name",
|
|
8247
8223
|
"required": true,
|
|
8248
8224
|
"hasDynamicHelp": false,
|
|
8249
8225
|
"multiple": false,
|
|
8250
8226
|
"type": "option"
|
|
8251
8227
|
},
|
|
8252
|
-
"
|
|
8253
|
-
"description": "
|
|
8254
|
-
"name": "
|
|
8255
|
-
"hasDynamicHelp": false,
|
|
8256
|
-
"multiple": false,
|
|
8257
|
-
"type": "option"
|
|
8258
|
-
},
|
|
8259
|
-
"company": {
|
|
8260
|
-
"description": "Company name",
|
|
8261
|
-
"name": "company",
|
|
8228
|
+
"description": {
|
|
8229
|
+
"description": "Tag description",
|
|
8230
|
+
"name": "description",
|
|
8262
8231
|
"hasDynamicHelp": false,
|
|
8263
8232
|
"multiple": false,
|
|
8264
8233
|
"type": "option"
|
|
8265
8234
|
},
|
|
8266
8235
|
"color": {
|
|
8267
|
-
"description": "
|
|
8236
|
+
"description": "Tag color as HEX",
|
|
8268
8237
|
"name": "color",
|
|
8269
8238
|
"hasDynamicHelp": false,
|
|
8270
8239
|
"multiple": false,
|
|
@@ -8287,7 +8256,7 @@
|
|
|
8287
8256
|
},
|
|
8288
8257
|
"hasDynamicHelp": false,
|
|
8289
8258
|
"hiddenAliases": [],
|
|
8290
|
-
"id": "
|
|
8259
|
+
"id": "tags:create",
|
|
8291
8260
|
"pluginAlias": "@instantkom/cli",
|
|
8292
8261
|
"pluginName": "@instantkom/cli",
|
|
8293
8262
|
"pluginType": "core",
|
|
@@ -8297,20 +8266,20 @@
|
|
|
8297
8266
|
"relativePath": [
|
|
8298
8267
|
"dist",
|
|
8299
8268
|
"commands",
|
|
8300
|
-
"
|
|
8269
|
+
"tags",
|
|
8301
8270
|
"create.js"
|
|
8302
8271
|
]
|
|
8303
8272
|
},
|
|
8304
|
-
"
|
|
8273
|
+
"tags:delete": {
|
|
8305
8274
|
"aliases": [],
|
|
8306
8275
|
"args": {
|
|
8307
8276
|
"id": {
|
|
8308
|
-
"description": "
|
|
8277
|
+
"description": "tag ID",
|
|
8309
8278
|
"name": "id",
|
|
8310
8279
|
"required": true
|
|
8311
8280
|
}
|
|
8312
8281
|
},
|
|
8313
|
-
"description": "Delete
|
|
8282
|
+
"description": "Delete tag",
|
|
8314
8283
|
"flags": {
|
|
8315
8284
|
"api-key": {
|
|
8316
8285
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8377,7 +8346,7 @@
|
|
|
8377
8346
|
},
|
|
8378
8347
|
"hasDynamicHelp": false,
|
|
8379
8348
|
"hiddenAliases": [],
|
|
8380
|
-
"id": "
|
|
8349
|
+
"id": "tags:delete",
|
|
8381
8350
|
"pluginAlias": "@instantkom/cli",
|
|
8382
8351
|
"pluginName": "@instantkom/cli",
|
|
8383
8352
|
"pluginType": "core",
|
|
@@ -8387,14 +8356,14 @@
|
|
|
8387
8356
|
"relativePath": [
|
|
8388
8357
|
"dist",
|
|
8389
8358
|
"commands",
|
|
8390
|
-
"
|
|
8359
|
+
"tags",
|
|
8391
8360
|
"delete.js"
|
|
8392
8361
|
]
|
|
8393
8362
|
},
|
|
8394
|
-
"
|
|
8363
|
+
"tags:export": {
|
|
8395
8364
|
"aliases": [],
|
|
8396
8365
|
"args": {},
|
|
8397
|
-
"description": "
|
|
8366
|
+
"description": "Export tags to a file",
|
|
8398
8367
|
"flags": {
|
|
8399
8368
|
"api-key": {
|
|
8400
8369
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8406,17 +8375,14 @@
|
|
|
8406
8375
|
"type": "option"
|
|
8407
8376
|
},
|
|
8408
8377
|
"format": {
|
|
8409
|
-
"description": "
|
|
8410
|
-
"helpGroup": "GLOBAL",
|
|
8378
|
+
"description": "Export format",
|
|
8411
8379
|
"name": "format",
|
|
8412
|
-
"default": "
|
|
8380
|
+
"default": "csv",
|
|
8413
8381
|
"hasDynamicHelp": false,
|
|
8414
8382
|
"multiple": false,
|
|
8415
8383
|
"options": [
|
|
8416
|
-
"
|
|
8417
|
-
"json"
|
|
8418
|
-
"yaml",
|
|
8419
|
-
"table"
|
|
8384
|
+
"csv",
|
|
8385
|
+
"json"
|
|
8420
8386
|
],
|
|
8421
8387
|
"type": "option"
|
|
8422
8388
|
},
|
|
@@ -8457,11 +8423,19 @@
|
|
|
8457
8423
|
"hasDynamicHelp": false,
|
|
8458
8424
|
"multiple": false,
|
|
8459
8425
|
"type": "option"
|
|
8426
|
+
},
|
|
8427
|
+
"file": {
|
|
8428
|
+
"description": "Output file path",
|
|
8429
|
+
"name": "file",
|
|
8430
|
+
"required": true,
|
|
8431
|
+
"hasDynamicHelp": false,
|
|
8432
|
+
"multiple": false,
|
|
8433
|
+
"type": "option"
|
|
8460
8434
|
}
|
|
8461
8435
|
},
|
|
8462
8436
|
"hasDynamicHelp": false,
|
|
8463
8437
|
"hiddenAliases": [],
|
|
8464
|
-
"id": "
|
|
8438
|
+
"id": "tags:export",
|
|
8465
8439
|
"pluginAlias": "@instantkom/cli",
|
|
8466
8440
|
"pluginName": "@instantkom/cli",
|
|
8467
8441
|
"pluginType": "core",
|
|
@@ -8471,14 +8445,20 @@
|
|
|
8471
8445
|
"relativePath": [
|
|
8472
8446
|
"dist",
|
|
8473
8447
|
"commands",
|
|
8474
|
-
"
|
|
8475
|
-
"
|
|
8448
|
+
"tags",
|
|
8449
|
+
"export.js"
|
|
8476
8450
|
]
|
|
8477
8451
|
},
|
|
8478
|
-
"tags:
|
|
8452
|
+
"tags:get": {
|
|
8479
8453
|
"aliases": [],
|
|
8480
|
-
"args": {
|
|
8481
|
-
|
|
8454
|
+
"args": {
|
|
8455
|
+
"id": {
|
|
8456
|
+
"description": "tag ID",
|
|
8457
|
+
"name": "id",
|
|
8458
|
+
"required": true
|
|
8459
|
+
}
|
|
8460
|
+
},
|
|
8461
|
+
"description": "Get tag by ID",
|
|
8482
8462
|
"flags": {
|
|
8483
8463
|
"api-key": {
|
|
8484
8464
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8541,47 +8521,11 @@
|
|
|
8541
8521
|
"hasDynamicHelp": false,
|
|
8542
8522
|
"multiple": false,
|
|
8543
8523
|
"type": "option"
|
|
8544
|
-
},
|
|
8545
|
-
"name": {
|
|
8546
|
-
"description": "Tag name",
|
|
8547
|
-
"name": "name",
|
|
8548
|
-
"required": true,
|
|
8549
|
-
"hasDynamicHelp": false,
|
|
8550
|
-
"multiple": false,
|
|
8551
|
-
"type": "option"
|
|
8552
|
-
},
|
|
8553
|
-
"description": {
|
|
8554
|
-
"description": "Tag description",
|
|
8555
|
-
"name": "description",
|
|
8556
|
-
"hasDynamicHelp": false,
|
|
8557
|
-
"multiple": false,
|
|
8558
|
-
"type": "option"
|
|
8559
|
-
},
|
|
8560
|
-
"color": {
|
|
8561
|
-
"description": "Tag color as HEX",
|
|
8562
|
-
"name": "color",
|
|
8563
|
-
"hasDynamicHelp": false,
|
|
8564
|
-
"multiple": false,
|
|
8565
|
-
"type": "option"
|
|
8566
|
-
},
|
|
8567
|
-
"folder": {
|
|
8568
|
-
"description": "Object folder ID",
|
|
8569
|
-
"name": "folder",
|
|
8570
|
-
"hasDynamicHelp": false,
|
|
8571
|
-
"multiple": false,
|
|
8572
|
-
"type": "option"
|
|
8573
|
-
},
|
|
8574
|
-
"data": {
|
|
8575
|
-
"description": "Additional JSON object payload",
|
|
8576
|
-
"name": "data",
|
|
8577
|
-
"hasDynamicHelp": false,
|
|
8578
|
-
"multiple": false,
|
|
8579
|
-
"type": "option"
|
|
8580
8524
|
}
|
|
8581
8525
|
},
|
|
8582
8526
|
"hasDynamicHelp": false,
|
|
8583
8527
|
"hiddenAliases": [],
|
|
8584
|
-
"id": "tags:
|
|
8528
|
+
"id": "tags:get",
|
|
8585
8529
|
"pluginAlias": "@instantkom/cli",
|
|
8586
8530
|
"pluginName": "@instantkom/cli",
|
|
8587
8531
|
"pluginType": "core",
|
|
@@ -8592,19 +8536,13 @@
|
|
|
8592
8536
|
"dist",
|
|
8593
8537
|
"commands",
|
|
8594
8538
|
"tags",
|
|
8595
|
-
"
|
|
8539
|
+
"get.js"
|
|
8596
8540
|
]
|
|
8597
8541
|
},
|
|
8598
|
-
"tags:
|
|
8542
|
+
"tags:import": {
|
|
8599
8543
|
"aliases": [],
|
|
8600
|
-
"args": {
|
|
8601
|
-
|
|
8602
|
-
"description": "tag ID",
|
|
8603
|
-
"name": "id",
|
|
8604
|
-
"required": true
|
|
8605
|
-
}
|
|
8606
|
-
},
|
|
8607
|
-
"description": "Delete tag",
|
|
8544
|
+
"args": {},
|
|
8545
|
+
"description": "Import tags from JSON",
|
|
8608
8546
|
"flags": {
|
|
8609
8547
|
"api-key": {
|
|
8610
8548
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8667,11 +8605,25 @@
|
|
|
8667
8605
|
"hasDynamicHelp": false,
|
|
8668
8606
|
"multiple": false,
|
|
8669
8607
|
"type": "option"
|
|
8608
|
+
},
|
|
8609
|
+
"file": {
|
|
8610
|
+
"description": "JSON file path",
|
|
8611
|
+
"name": "file",
|
|
8612
|
+
"required": true,
|
|
8613
|
+
"hasDynamicHelp": false,
|
|
8614
|
+
"multiple": false,
|
|
8615
|
+
"type": "option"
|
|
8616
|
+
},
|
|
8617
|
+
"skip-duplicates": {
|
|
8618
|
+
"description": "Skip duplicate tags",
|
|
8619
|
+
"name": "skip-duplicates",
|
|
8620
|
+
"allowNo": true,
|
|
8621
|
+
"type": "boolean"
|
|
8670
8622
|
}
|
|
8671
8623
|
},
|
|
8672
8624
|
"hasDynamicHelp": false,
|
|
8673
8625
|
"hiddenAliases": [],
|
|
8674
|
-
"id": "tags:
|
|
8626
|
+
"id": "tags:import",
|
|
8675
8627
|
"pluginAlias": "@instantkom/cli",
|
|
8676
8628
|
"pluginName": "@instantkom/cli",
|
|
8677
8629
|
"pluginType": "core",
|
|
@@ -8682,13 +8634,13 @@
|
|
|
8682
8634
|
"dist",
|
|
8683
8635
|
"commands",
|
|
8684
8636
|
"tags",
|
|
8685
|
-
"
|
|
8637
|
+
"import.js"
|
|
8686
8638
|
]
|
|
8687
8639
|
},
|
|
8688
|
-
"tags:
|
|
8640
|
+
"tags:list": {
|
|
8689
8641
|
"aliases": [],
|
|
8690
8642
|
"args": {},
|
|
8691
|
-
"description": "
|
|
8643
|
+
"description": "List tags",
|
|
8692
8644
|
"flags": {
|
|
8693
8645
|
"api-key": {
|
|
8694
8646
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8700,14 +8652,17 @@
|
|
|
8700
8652
|
"type": "option"
|
|
8701
8653
|
},
|
|
8702
8654
|
"format": {
|
|
8703
|
-
"description": "
|
|
8655
|
+
"description": "Output format: text, json, yaml, or table",
|
|
8656
|
+
"helpGroup": "GLOBAL",
|
|
8704
8657
|
"name": "format",
|
|
8705
|
-
"default": "
|
|
8658
|
+
"default": "text",
|
|
8706
8659
|
"hasDynamicHelp": false,
|
|
8707
8660
|
"multiple": false,
|
|
8708
8661
|
"options": [
|
|
8709
|
-
"
|
|
8710
|
-
"json"
|
|
8662
|
+
"text",
|
|
8663
|
+
"json",
|
|
8664
|
+
"yaml",
|
|
8665
|
+
"table"
|
|
8711
8666
|
],
|
|
8712
8667
|
"type": "option"
|
|
8713
8668
|
},
|
|
@@ -8749,10 +8704,32 @@
|
|
|
8749
8704
|
"multiple": false,
|
|
8750
8705
|
"type": "option"
|
|
8751
8706
|
},
|
|
8752
|
-
"
|
|
8753
|
-
"description": "
|
|
8754
|
-
"name": "
|
|
8755
|
-
"
|
|
8707
|
+
"page": {
|
|
8708
|
+
"description": "Page number",
|
|
8709
|
+
"name": "page",
|
|
8710
|
+
"default": 1,
|
|
8711
|
+
"hasDynamicHelp": false,
|
|
8712
|
+
"multiple": false,
|
|
8713
|
+
"type": "option"
|
|
8714
|
+
},
|
|
8715
|
+
"limit": {
|
|
8716
|
+
"description": "Items per page",
|
|
8717
|
+
"name": "limit",
|
|
8718
|
+
"default": 20,
|
|
8719
|
+
"hasDynamicHelp": false,
|
|
8720
|
+
"multiple": false,
|
|
8721
|
+
"type": "option"
|
|
8722
|
+
},
|
|
8723
|
+
"search": {
|
|
8724
|
+
"description": "Search by name",
|
|
8725
|
+
"name": "search",
|
|
8726
|
+
"hasDynamicHelp": false,
|
|
8727
|
+
"multiple": false,
|
|
8728
|
+
"type": "option"
|
|
8729
|
+
},
|
|
8730
|
+
"color": {
|
|
8731
|
+
"description": "Filter by color",
|
|
8732
|
+
"name": "color",
|
|
8756
8733
|
"hasDynamicHelp": false,
|
|
8757
8734
|
"multiple": false,
|
|
8758
8735
|
"type": "option"
|
|
@@ -8760,7 +8737,7 @@
|
|
|
8760
8737
|
},
|
|
8761
8738
|
"hasDynamicHelp": false,
|
|
8762
8739
|
"hiddenAliases": [],
|
|
8763
|
-
"id": "tags:
|
|
8740
|
+
"id": "tags:list",
|
|
8764
8741
|
"pluginAlias": "@instantkom/cli",
|
|
8765
8742
|
"pluginName": "@instantkom/cli",
|
|
8766
8743
|
"pluginType": "core",
|
|
@@ -8771,19 +8748,19 @@
|
|
|
8771
8748
|
"dist",
|
|
8772
8749
|
"commands",
|
|
8773
8750
|
"tags",
|
|
8774
|
-
"
|
|
8751
|
+
"list.js"
|
|
8775
8752
|
]
|
|
8776
8753
|
},
|
|
8777
|
-
"tags:
|
|
8754
|
+
"tags:update": {
|
|
8778
8755
|
"aliases": [],
|
|
8779
8756
|
"args": {
|
|
8780
8757
|
"id": {
|
|
8781
|
-
"description": "
|
|
8758
|
+
"description": "Tag ID",
|
|
8782
8759
|
"name": "id",
|
|
8783
8760
|
"required": true
|
|
8784
8761
|
}
|
|
8785
8762
|
},
|
|
8786
|
-
"description": "
|
|
8763
|
+
"description": "Update a tag",
|
|
8787
8764
|
"flags": {
|
|
8788
8765
|
"api-key": {
|
|
8789
8766
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8846,11 +8823,46 @@
|
|
|
8846
8823
|
"hasDynamicHelp": false,
|
|
8847
8824
|
"multiple": false,
|
|
8848
8825
|
"type": "option"
|
|
8826
|
+
},
|
|
8827
|
+
"name": {
|
|
8828
|
+
"description": "Tag name",
|
|
8829
|
+
"name": "name",
|
|
8830
|
+
"hasDynamicHelp": false,
|
|
8831
|
+
"multiple": false,
|
|
8832
|
+
"type": "option"
|
|
8833
|
+
},
|
|
8834
|
+
"description": {
|
|
8835
|
+
"description": "Tag description",
|
|
8836
|
+
"name": "description",
|
|
8837
|
+
"hasDynamicHelp": false,
|
|
8838
|
+
"multiple": false,
|
|
8839
|
+
"type": "option"
|
|
8840
|
+
},
|
|
8841
|
+
"color": {
|
|
8842
|
+
"description": "Tag color as HEX",
|
|
8843
|
+
"name": "color",
|
|
8844
|
+
"hasDynamicHelp": false,
|
|
8845
|
+
"multiple": false,
|
|
8846
|
+
"type": "option"
|
|
8847
|
+
},
|
|
8848
|
+
"folder": {
|
|
8849
|
+
"description": "Object folder ID",
|
|
8850
|
+
"name": "folder",
|
|
8851
|
+
"hasDynamicHelp": false,
|
|
8852
|
+
"multiple": false,
|
|
8853
|
+
"type": "option"
|
|
8854
|
+
},
|
|
8855
|
+
"data": {
|
|
8856
|
+
"description": "Additional JSON object payload",
|
|
8857
|
+
"name": "data",
|
|
8858
|
+
"hasDynamicHelp": false,
|
|
8859
|
+
"multiple": false,
|
|
8860
|
+
"type": "option"
|
|
8849
8861
|
}
|
|
8850
8862
|
},
|
|
8851
8863
|
"hasDynamicHelp": false,
|
|
8852
8864
|
"hiddenAliases": [],
|
|
8853
|
-
"id": "tags:
|
|
8865
|
+
"id": "tags:update",
|
|
8854
8866
|
"pluginAlias": "@instantkom/cli",
|
|
8855
8867
|
"pluginName": "@instantkom/cli",
|
|
8856
8868
|
"pluginType": "core",
|
|
@@ -8861,13 +8873,13 @@
|
|
|
8861
8873
|
"dist",
|
|
8862
8874
|
"commands",
|
|
8863
8875
|
"tags",
|
|
8864
|
-
"
|
|
8876
|
+
"update.js"
|
|
8865
8877
|
]
|
|
8866
8878
|
},
|
|
8867
|
-
"tags:import": {
|
|
8879
|
+
"tags:validate-import": {
|
|
8868
8880
|
"aliases": [],
|
|
8869
8881
|
"args": {},
|
|
8870
|
-
"description": "
|
|
8882
|
+
"description": "Validate tags import JSON",
|
|
8871
8883
|
"flags": {
|
|
8872
8884
|
"api-key": {
|
|
8873
8885
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8938,17 +8950,11 @@
|
|
|
8938
8950
|
"hasDynamicHelp": false,
|
|
8939
8951
|
"multiple": false,
|
|
8940
8952
|
"type": "option"
|
|
8941
|
-
},
|
|
8942
|
-
"skip-duplicates": {
|
|
8943
|
-
"description": "Skip duplicate tags",
|
|
8944
|
-
"name": "skip-duplicates",
|
|
8945
|
-
"allowNo": true,
|
|
8946
|
-
"type": "boolean"
|
|
8947
8953
|
}
|
|
8948
8954
|
},
|
|
8949
8955
|
"hasDynamicHelp": false,
|
|
8950
8956
|
"hiddenAliases": [],
|
|
8951
|
-
"id": "tags:import",
|
|
8957
|
+
"id": "tags:validate-import",
|
|
8952
8958
|
"pluginAlias": "@instantkom/cli",
|
|
8953
8959
|
"pluginName": "@instantkom/cli",
|
|
8954
8960
|
"pluginType": "core",
|
|
@@ -8959,13 +8965,13 @@
|
|
|
8959
8965
|
"dist",
|
|
8960
8966
|
"commands",
|
|
8961
8967
|
"tags",
|
|
8962
|
-
"import.js"
|
|
8968
|
+
"validate-import.js"
|
|
8963
8969
|
]
|
|
8964
8970
|
},
|
|
8965
|
-
"
|
|
8971
|
+
"team:create": {
|
|
8966
8972
|
"aliases": [],
|
|
8967
8973
|
"args": {},
|
|
8968
|
-
"description": "
|
|
8974
|
+
"description": "Create a team member",
|
|
8969
8975
|
"flags": {
|
|
8970
8976
|
"api-key": {
|
|
8971
8977
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9029,40 +9035,77 @@
|
|
|
9029
9035
|
"multiple": false,
|
|
9030
9036
|
"type": "option"
|
|
9031
9037
|
},
|
|
9032
|
-
"
|
|
9033
|
-
"description": "
|
|
9034
|
-
"name": "
|
|
9035
|
-
"
|
|
9038
|
+
"email": {
|
|
9039
|
+
"description": "Email address",
|
|
9040
|
+
"name": "email",
|
|
9041
|
+
"required": true,
|
|
9036
9042
|
"hasDynamicHelp": false,
|
|
9037
9043
|
"multiple": false,
|
|
9038
9044
|
"type": "option"
|
|
9039
9045
|
},
|
|
9040
|
-
"
|
|
9041
|
-
"description": "
|
|
9042
|
-
"name": "
|
|
9043
|
-
"
|
|
9046
|
+
"first-name": {
|
|
9047
|
+
"description": "First name",
|
|
9048
|
+
"name": "first-name",
|
|
9049
|
+
"required": true,
|
|
9044
9050
|
"hasDynamicHelp": false,
|
|
9045
9051
|
"multiple": false,
|
|
9046
9052
|
"type": "option"
|
|
9047
9053
|
},
|
|
9048
|
-
"
|
|
9049
|
-
"description": "
|
|
9050
|
-
"name": "
|
|
9054
|
+
"last-name": {
|
|
9055
|
+
"description": "Last name",
|
|
9056
|
+
"name": "last-name",
|
|
9057
|
+
"required": true,
|
|
9058
|
+
"hasDynamicHelp": false,
|
|
9059
|
+
"multiple": false,
|
|
9060
|
+
"type": "option"
|
|
9061
|
+
},
|
|
9062
|
+
"password": {
|
|
9063
|
+
"description": "Initial password",
|
|
9064
|
+
"name": "password",
|
|
9065
|
+
"required": true,
|
|
9066
|
+
"hasDynamicHelp": false,
|
|
9067
|
+
"multiple": false,
|
|
9068
|
+
"type": "option"
|
|
9069
|
+
},
|
|
9070
|
+
"phone": {
|
|
9071
|
+
"description": "Phone number",
|
|
9072
|
+
"name": "phone",
|
|
9073
|
+
"hasDynamicHelp": false,
|
|
9074
|
+
"multiple": false,
|
|
9075
|
+
"type": "option"
|
|
9076
|
+
},
|
|
9077
|
+
"company": {
|
|
9078
|
+
"description": "Company name",
|
|
9079
|
+
"name": "company",
|
|
9051
9080
|
"hasDynamicHelp": false,
|
|
9052
9081
|
"multiple": false,
|
|
9053
9082
|
"type": "option"
|
|
9054
9083
|
},
|
|
9055
9084
|
"color": {
|
|
9056
|
-
"description": "
|
|
9085
|
+
"description": "Color as HEX",
|
|
9057
9086
|
"name": "color",
|
|
9058
9087
|
"hasDynamicHelp": false,
|
|
9059
9088
|
"multiple": false,
|
|
9060
9089
|
"type": "option"
|
|
9090
|
+
},
|
|
9091
|
+
"folder": {
|
|
9092
|
+
"description": "Object folder ID",
|
|
9093
|
+
"name": "folder",
|
|
9094
|
+
"hasDynamicHelp": false,
|
|
9095
|
+
"multiple": false,
|
|
9096
|
+
"type": "option"
|
|
9097
|
+
},
|
|
9098
|
+
"data": {
|
|
9099
|
+
"description": "Additional JSON object payload",
|
|
9100
|
+
"name": "data",
|
|
9101
|
+
"hasDynamicHelp": false,
|
|
9102
|
+
"multiple": false,
|
|
9103
|
+
"type": "option"
|
|
9061
9104
|
}
|
|
9062
9105
|
},
|
|
9063
9106
|
"hasDynamicHelp": false,
|
|
9064
9107
|
"hiddenAliases": [],
|
|
9065
|
-
"id": "
|
|
9108
|
+
"id": "team:create",
|
|
9066
9109
|
"pluginAlias": "@instantkom/cli",
|
|
9067
9110
|
"pluginName": "@instantkom/cli",
|
|
9068
9111
|
"pluginType": "core",
|
|
@@ -9072,20 +9115,20 @@
|
|
|
9072
9115
|
"relativePath": [
|
|
9073
9116
|
"dist",
|
|
9074
9117
|
"commands",
|
|
9075
|
-
"
|
|
9076
|
-
"
|
|
9118
|
+
"team",
|
|
9119
|
+
"create.js"
|
|
9077
9120
|
]
|
|
9078
9121
|
},
|
|
9079
|
-
"
|
|
9122
|
+
"team:delete": {
|
|
9080
9123
|
"aliases": [],
|
|
9081
9124
|
"args": {
|
|
9082
9125
|
"id": {
|
|
9083
|
-
"description": "
|
|
9126
|
+
"description": "Team member ID",
|
|
9084
9127
|
"name": "id",
|
|
9085
9128
|
"required": true
|
|
9086
9129
|
}
|
|
9087
9130
|
},
|
|
9088
|
-
"description": "
|
|
9131
|
+
"description": "Delete a team member",
|
|
9089
9132
|
"flags": {
|
|
9090
9133
|
"api-key": {
|
|
9091
9134
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9148,46 +9191,11 @@
|
|
|
9148
9191
|
"hasDynamicHelp": false,
|
|
9149
9192
|
"multiple": false,
|
|
9150
9193
|
"type": "option"
|
|
9151
|
-
},
|
|
9152
|
-
"name": {
|
|
9153
|
-
"description": "Tag name",
|
|
9154
|
-
"name": "name",
|
|
9155
|
-
"hasDynamicHelp": false,
|
|
9156
|
-
"multiple": false,
|
|
9157
|
-
"type": "option"
|
|
9158
|
-
},
|
|
9159
|
-
"description": {
|
|
9160
|
-
"description": "Tag description",
|
|
9161
|
-
"name": "description",
|
|
9162
|
-
"hasDynamicHelp": false,
|
|
9163
|
-
"multiple": false,
|
|
9164
|
-
"type": "option"
|
|
9165
|
-
},
|
|
9166
|
-
"color": {
|
|
9167
|
-
"description": "Tag color as HEX",
|
|
9168
|
-
"name": "color",
|
|
9169
|
-
"hasDynamicHelp": false,
|
|
9170
|
-
"multiple": false,
|
|
9171
|
-
"type": "option"
|
|
9172
|
-
},
|
|
9173
|
-
"folder": {
|
|
9174
|
-
"description": "Object folder ID",
|
|
9175
|
-
"name": "folder",
|
|
9176
|
-
"hasDynamicHelp": false,
|
|
9177
|
-
"multiple": false,
|
|
9178
|
-
"type": "option"
|
|
9179
|
-
},
|
|
9180
|
-
"data": {
|
|
9181
|
-
"description": "Additional JSON object payload",
|
|
9182
|
-
"name": "data",
|
|
9183
|
-
"hasDynamicHelp": false,
|
|
9184
|
-
"multiple": false,
|
|
9185
|
-
"type": "option"
|
|
9186
9194
|
}
|
|
9187
9195
|
},
|
|
9188
9196
|
"hasDynamicHelp": false,
|
|
9189
9197
|
"hiddenAliases": [],
|
|
9190
|
-
"id": "
|
|
9198
|
+
"id": "team:delete",
|
|
9191
9199
|
"pluginAlias": "@instantkom/cli",
|
|
9192
9200
|
"pluginName": "@instantkom/cli",
|
|
9193
9201
|
"pluginType": "core",
|
|
@@ -9197,14 +9205,14 @@
|
|
|
9197
9205
|
"relativePath": [
|
|
9198
9206
|
"dist",
|
|
9199
9207
|
"commands",
|
|
9200
|
-
"
|
|
9201
|
-
"
|
|
9208
|
+
"team",
|
|
9209
|
+
"delete.js"
|
|
9202
9210
|
]
|
|
9203
9211
|
},
|
|
9204
|
-
"
|
|
9212
|
+
"team:list": {
|
|
9205
9213
|
"aliases": [],
|
|
9206
9214
|
"args": {},
|
|
9207
|
-
"description": "
|
|
9215
|
+
"description": "List team members",
|
|
9208
9216
|
"flags": {
|
|
9209
9217
|
"api-key": {
|
|
9210
9218
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9267,19 +9275,11 @@
|
|
|
9267
9275
|
"hasDynamicHelp": false,
|
|
9268
9276
|
"multiple": false,
|
|
9269
9277
|
"type": "option"
|
|
9270
|
-
},
|
|
9271
|
-
"file": {
|
|
9272
|
-
"description": "JSON file path",
|
|
9273
|
-
"name": "file",
|
|
9274
|
-
"required": true,
|
|
9275
|
-
"hasDynamicHelp": false,
|
|
9276
|
-
"multiple": false,
|
|
9277
|
-
"type": "option"
|
|
9278
9278
|
}
|
|
9279
9279
|
},
|
|
9280
9280
|
"hasDynamicHelp": false,
|
|
9281
9281
|
"hiddenAliases": [],
|
|
9282
|
-
"id": "
|
|
9282
|
+
"id": "team:list",
|
|
9283
9283
|
"pluginAlias": "@instantkom/cli",
|
|
9284
9284
|
"pluginName": "@instantkom/cli",
|
|
9285
9285
|
"pluginType": "core",
|
|
@@ -9288,9 +9288,9 @@
|
|
|
9288
9288
|
"isESM": true,
|
|
9289
9289
|
"relativePath": [
|
|
9290
9290
|
"dist",
|
|
9291
|
-
"commands",
|
|
9292
|
-
"
|
|
9293
|
-
"
|
|
9291
|
+
"commands",
|
|
9292
|
+
"team",
|
|
9293
|
+
"list.js"
|
|
9294
9294
|
]
|
|
9295
9295
|
},
|
|
9296
9296
|
"templates:create": {
|
|
@@ -11323,6 +11323,110 @@
|
|
|
11323
11323
|
"list.js"
|
|
11324
11324
|
]
|
|
11325
11325
|
},
|
|
11326
|
+
"tickets:reply": {
|
|
11327
|
+
"aliases": [],
|
|
11328
|
+
"args": {
|
|
11329
|
+
"id": {
|
|
11330
|
+
"description": "Ticket ID",
|
|
11331
|
+
"name": "id",
|
|
11332
|
+
"required": true
|
|
11333
|
+
}
|
|
11334
|
+
},
|
|
11335
|
+
"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.",
|
|
11336
|
+
"flags": {
|
|
11337
|
+
"api-key": {
|
|
11338
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
11339
|
+
"env": "IKM_API_KEY",
|
|
11340
|
+
"helpGroup": "GLOBAL",
|
|
11341
|
+
"name": "api-key",
|
|
11342
|
+
"hasDynamicHelp": false,
|
|
11343
|
+
"multiple": false,
|
|
11344
|
+
"type": "option"
|
|
11345
|
+
},
|
|
11346
|
+
"format": {
|
|
11347
|
+
"description": "Output format: text, json, yaml, or table",
|
|
11348
|
+
"helpGroup": "GLOBAL",
|
|
11349
|
+
"name": "format",
|
|
11350
|
+
"default": "text",
|
|
11351
|
+
"hasDynamicHelp": false,
|
|
11352
|
+
"multiple": false,
|
|
11353
|
+
"options": [
|
|
11354
|
+
"text",
|
|
11355
|
+
"json",
|
|
11356
|
+
"yaml",
|
|
11357
|
+
"table"
|
|
11358
|
+
],
|
|
11359
|
+
"type": "option"
|
|
11360
|
+
},
|
|
11361
|
+
"json": {
|
|
11362
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
11363
|
+
"helpGroup": "GLOBAL",
|
|
11364
|
+
"name": "json",
|
|
11365
|
+
"allowNo": false,
|
|
11366
|
+
"type": "boolean"
|
|
11367
|
+
},
|
|
11368
|
+
"quiet": {
|
|
11369
|
+
"description": "Suppress all output except errors",
|
|
11370
|
+
"helpGroup": "GLOBAL",
|
|
11371
|
+
"name": "quiet",
|
|
11372
|
+
"allowNo": false,
|
|
11373
|
+
"type": "boolean"
|
|
11374
|
+
},
|
|
11375
|
+
"no-color": {
|
|
11376
|
+
"description": "Disable color output",
|
|
11377
|
+
"helpGroup": "GLOBAL",
|
|
11378
|
+
"name": "no-color",
|
|
11379
|
+
"allowNo": false,
|
|
11380
|
+
"type": "boolean"
|
|
11381
|
+
},
|
|
11382
|
+
"profile": {
|
|
11383
|
+
"description": "Named configuration profile to use",
|
|
11384
|
+
"helpGroup": "GLOBAL",
|
|
11385
|
+
"name": "profile",
|
|
11386
|
+
"default": "default",
|
|
11387
|
+
"hasDynamicHelp": false,
|
|
11388
|
+
"multiple": false,
|
|
11389
|
+
"type": "option"
|
|
11390
|
+
},
|
|
11391
|
+
"api-url": {
|
|
11392
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
11393
|
+
"helpGroup": "GLOBAL",
|
|
11394
|
+
"name": "api-url",
|
|
11395
|
+
"hasDynamicHelp": false,
|
|
11396
|
+
"multiple": false,
|
|
11397
|
+
"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
|
+
}
|
|
11413
|
+
},
|
|
11414
|
+
"hasDynamicHelp": false,
|
|
11415
|
+
"hiddenAliases": [],
|
|
11416
|
+
"id": "tickets:reply",
|
|
11417
|
+
"pluginAlias": "@instantkom/cli",
|
|
11418
|
+
"pluginName": "@instantkom/cli",
|
|
11419
|
+
"pluginType": "core",
|
|
11420
|
+
"strict": true,
|
|
11421
|
+
"enableJsonFlag": false,
|
|
11422
|
+
"isESM": true,
|
|
11423
|
+
"relativePath": [
|
|
11424
|
+
"dist",
|
|
11425
|
+
"commands",
|
|
11426
|
+
"tickets",
|
|
11427
|
+
"reply.js"
|
|
11428
|
+
]
|
|
11429
|
+
},
|
|
11326
11430
|
"tickets:update": {
|
|
11327
11431
|
"aliases": [],
|
|
11328
11432
|
"args": {
|
|
@@ -11433,7 +11537,7 @@
|
|
|
11433
11537
|
"type": "option"
|
|
11434
11538
|
},
|
|
11435
11539
|
"notify": {
|
|
11436
|
-
"description": "
|
|
11540
|
+
"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.",
|
|
11437
11541
|
"name": "notify",
|
|
11438
11542
|
"allowNo": true,
|
|
11439
11543
|
"type": "boolean"
|
|
@@ -13400,7 +13504,7 @@
|
|
|
13400
13504
|
"remove.js"
|
|
13401
13505
|
]
|
|
13402
13506
|
},
|
|
13403
|
-
"contacts:
|
|
13507
|
+
"contacts:custom-fields:delete-value": {
|
|
13404
13508
|
"aliases": [],
|
|
13405
13509
|
"args": {
|
|
13406
13510
|
"contactId": {
|
|
@@ -13408,13 +13512,13 @@
|
|
|
13408
13512
|
"name": "contactId",
|
|
13409
13513
|
"required": true
|
|
13410
13514
|
},
|
|
13411
|
-
"
|
|
13412
|
-
"description": "
|
|
13413
|
-
"name": "
|
|
13515
|
+
"fieldId": {
|
|
13516
|
+
"description": "Custom field ID",
|
|
13517
|
+
"name": "fieldId",
|
|
13414
13518
|
"required": true
|
|
13415
13519
|
}
|
|
13416
13520
|
},
|
|
13417
|
-
"description": "
|
|
13521
|
+
"description": "Delete one custom field value from a contact",
|
|
13418
13522
|
"flags": {
|
|
13419
13523
|
"api-key": {
|
|
13420
13524
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13481,7 +13585,7 @@
|
|
|
13481
13585
|
},
|
|
13482
13586
|
"hasDynamicHelp": false,
|
|
13483
13587
|
"hiddenAliases": [],
|
|
13484
|
-
"id": "contacts:
|
|
13588
|
+
"id": "contacts:custom-fields:delete-value",
|
|
13485
13589
|
"pluginAlias": "@instantkom/cli",
|
|
13486
13590
|
"pluginName": "@instantkom/cli",
|
|
13487
13591
|
"pluginType": "core",
|
|
@@ -13492,11 +13596,11 @@
|
|
|
13492
13596
|
"dist",
|
|
13493
13597
|
"commands",
|
|
13494
13598
|
"contacts",
|
|
13495
|
-
"
|
|
13496
|
-
"
|
|
13599
|
+
"custom-fields",
|
|
13600
|
+
"delete-value.js"
|
|
13497
13601
|
]
|
|
13498
13602
|
},
|
|
13499
|
-
"contacts:
|
|
13603
|
+
"contacts:custom-fields:list": {
|
|
13500
13604
|
"aliases": [],
|
|
13501
13605
|
"args": {
|
|
13502
13606
|
"contactId": {
|
|
@@ -13505,7 +13609,7 @@
|
|
|
13505
13609
|
"required": true
|
|
13506
13610
|
}
|
|
13507
13611
|
},
|
|
13508
|
-
"description": "List
|
|
13612
|
+
"description": "List custom field values for a contact",
|
|
13509
13613
|
"flags": {
|
|
13510
13614
|
"api-key": {
|
|
13511
13615
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13572,7 +13676,7 @@
|
|
|
13572
13676
|
},
|
|
13573
13677
|
"hasDynamicHelp": false,
|
|
13574
13678
|
"hiddenAliases": [],
|
|
13575
|
-
"id": "contacts:
|
|
13679
|
+
"id": "contacts:custom-fields:list",
|
|
13576
13680
|
"pluginAlias": "@instantkom/cli",
|
|
13577
13681
|
"pluginName": "@instantkom/cli",
|
|
13578
13682
|
"pluginType": "core",
|
|
@@ -13583,11 +13687,11 @@
|
|
|
13583
13687
|
"dist",
|
|
13584
13688
|
"commands",
|
|
13585
13689
|
"contacts",
|
|
13586
|
-
"
|
|
13690
|
+
"custom-fields",
|
|
13587
13691
|
"list.js"
|
|
13588
13692
|
]
|
|
13589
13693
|
},
|
|
13590
|
-
"contacts:
|
|
13694
|
+
"contacts:custom-fields:set-value": {
|
|
13591
13695
|
"aliases": [],
|
|
13592
13696
|
"args": {
|
|
13593
13697
|
"contactId": {
|
|
@@ -13595,13 +13699,13 @@
|
|
|
13595
13699
|
"name": "contactId",
|
|
13596
13700
|
"required": true
|
|
13597
13701
|
},
|
|
13598
|
-
"
|
|
13599
|
-
"description": "
|
|
13600
|
-
"name": "
|
|
13702
|
+
"fieldId": {
|
|
13703
|
+
"description": "Custom field ID",
|
|
13704
|
+
"name": "fieldId",
|
|
13601
13705
|
"required": true
|
|
13602
13706
|
}
|
|
13603
13707
|
},
|
|
13604
|
-
"description": "
|
|
13708
|
+
"description": "Set one custom field value for a contact",
|
|
13605
13709
|
"flags": {
|
|
13606
13710
|
"api-key": {
|
|
13607
13711
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13664,11 +13768,19 @@
|
|
|
13664
13768
|
"hasDynamicHelp": false,
|
|
13665
13769
|
"multiple": false,
|
|
13666
13770
|
"type": "option"
|
|
13771
|
+
},
|
|
13772
|
+
"value": {
|
|
13773
|
+
"description": "Custom field value",
|
|
13774
|
+
"name": "value",
|
|
13775
|
+
"required": true,
|
|
13776
|
+
"hasDynamicHelp": false,
|
|
13777
|
+
"multiple": false,
|
|
13778
|
+
"type": "option"
|
|
13667
13779
|
}
|
|
13668
13780
|
},
|
|
13669
13781
|
"hasDynamicHelp": false,
|
|
13670
13782
|
"hiddenAliases": [],
|
|
13671
|
-
"id": "contacts:
|
|
13783
|
+
"id": "contacts:custom-fields:set-value",
|
|
13672
13784
|
"pluginAlias": "@instantkom/cli",
|
|
13673
13785
|
"pluginName": "@instantkom/cli",
|
|
13674
13786
|
"pluginType": "core",
|
|
@@ -13679,25 +13791,20 @@
|
|
|
13679
13791
|
"dist",
|
|
13680
13792
|
"commands",
|
|
13681
13793
|
"contacts",
|
|
13682
|
-
"
|
|
13683
|
-
"
|
|
13794
|
+
"custom-fields",
|
|
13795
|
+
"set-value.js"
|
|
13684
13796
|
]
|
|
13685
13797
|
},
|
|
13686
|
-
"contacts:custom-fields:
|
|
13798
|
+
"contacts:custom-fields:set": {
|
|
13687
13799
|
"aliases": [],
|
|
13688
13800
|
"args": {
|
|
13689
13801
|
"contactId": {
|
|
13690
13802
|
"description": "Contact ID",
|
|
13691
13803
|
"name": "contactId",
|
|
13692
13804
|
"required": true
|
|
13693
|
-
},
|
|
13694
|
-
"fieldId": {
|
|
13695
|
-
"description": "Custom field ID",
|
|
13696
|
-
"name": "fieldId",
|
|
13697
|
-
"required": true
|
|
13698
13805
|
}
|
|
13699
13806
|
},
|
|
13700
|
-
"description": "
|
|
13807
|
+
"description": "Set multiple custom field values for a contact",
|
|
13701
13808
|
"flags": {
|
|
13702
13809
|
"api-key": {
|
|
13703
13810
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13760,11 +13867,32 @@
|
|
|
13760
13867
|
"hasDynamicHelp": false,
|
|
13761
13868
|
"multiple": false,
|
|
13762
13869
|
"type": "option"
|
|
13870
|
+
},
|
|
13871
|
+
"values": {
|
|
13872
|
+
"description": "JSON object with field keys as property names",
|
|
13873
|
+
"name": "values",
|
|
13874
|
+
"hasDynamicHelp": false,
|
|
13875
|
+
"multiple": false,
|
|
13876
|
+
"type": "option"
|
|
13877
|
+
},
|
|
13878
|
+
"file": {
|
|
13879
|
+
"description": "Path to a JSON file with field keys as property names",
|
|
13880
|
+
"name": "file",
|
|
13881
|
+
"hasDynamicHelp": false,
|
|
13882
|
+
"multiple": false,
|
|
13883
|
+
"type": "option"
|
|
13884
|
+
},
|
|
13885
|
+
"data": {
|
|
13886
|
+
"description": "Additional JSON object payload",
|
|
13887
|
+
"name": "data",
|
|
13888
|
+
"hasDynamicHelp": false,
|
|
13889
|
+
"multiple": false,
|
|
13890
|
+
"type": "option"
|
|
13763
13891
|
}
|
|
13764
13892
|
},
|
|
13765
13893
|
"hasDynamicHelp": false,
|
|
13766
13894
|
"hiddenAliases": [],
|
|
13767
|
-
"id": "contacts:custom-fields:
|
|
13895
|
+
"id": "contacts:custom-fields:set",
|
|
13768
13896
|
"pluginAlias": "@instantkom/cli",
|
|
13769
13897
|
"pluginName": "@instantkom/cli",
|
|
13770
13898
|
"pluginType": "core",
|
|
@@ -13776,19 +13904,24 @@
|
|
|
13776
13904
|
"commands",
|
|
13777
13905
|
"contacts",
|
|
13778
13906
|
"custom-fields",
|
|
13779
|
-
"
|
|
13907
|
+
"set.js"
|
|
13780
13908
|
]
|
|
13781
13909
|
},
|
|
13782
|
-
"contacts:
|
|
13910
|
+
"contacts:tags:add": {
|
|
13783
13911
|
"aliases": [],
|
|
13784
13912
|
"args": {
|
|
13785
13913
|
"contactId": {
|
|
13786
13914
|
"description": "Contact ID",
|
|
13787
13915
|
"name": "contactId",
|
|
13788
13916
|
"required": true
|
|
13917
|
+
},
|
|
13918
|
+
"tagId": {
|
|
13919
|
+
"description": "Tag ID",
|
|
13920
|
+
"name": "tagId",
|
|
13921
|
+
"required": true
|
|
13789
13922
|
}
|
|
13790
13923
|
},
|
|
13791
|
-
"description": "
|
|
13924
|
+
"description": "Assign a tag to a contact",
|
|
13792
13925
|
"flags": {
|
|
13793
13926
|
"api-key": {
|
|
13794
13927
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13855,7 +13988,7 @@
|
|
|
13855
13988
|
},
|
|
13856
13989
|
"hasDynamicHelp": false,
|
|
13857
13990
|
"hiddenAliases": [],
|
|
13858
|
-
"id": "contacts:
|
|
13991
|
+
"id": "contacts:tags:add",
|
|
13859
13992
|
"pluginAlias": "@instantkom/cli",
|
|
13860
13993
|
"pluginName": "@instantkom/cli",
|
|
13861
13994
|
"pluginType": "core",
|
|
@@ -13866,25 +13999,20 @@
|
|
|
13866
13999
|
"dist",
|
|
13867
14000
|
"commands",
|
|
13868
14001
|
"contacts",
|
|
13869
|
-
"
|
|
13870
|
-
"
|
|
14002
|
+
"tags",
|
|
14003
|
+
"add.js"
|
|
13871
14004
|
]
|
|
13872
14005
|
},
|
|
13873
|
-
"contacts:
|
|
14006
|
+
"contacts:tags:list": {
|
|
13874
14007
|
"aliases": [],
|
|
13875
14008
|
"args": {
|
|
13876
14009
|
"contactId": {
|
|
13877
14010
|
"description": "Contact ID",
|
|
13878
14011
|
"name": "contactId",
|
|
13879
14012
|
"required": true
|
|
13880
|
-
},
|
|
13881
|
-
"fieldId": {
|
|
13882
|
-
"description": "Custom field ID",
|
|
13883
|
-
"name": "fieldId",
|
|
13884
|
-
"required": true
|
|
13885
14013
|
}
|
|
13886
14014
|
},
|
|
13887
|
-
"description": "
|
|
14015
|
+
"description": "List tags assigned to a contact",
|
|
13888
14016
|
"flags": {
|
|
13889
14017
|
"api-key": {
|
|
13890
14018
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13947,19 +14075,11 @@
|
|
|
13947
14075
|
"hasDynamicHelp": false,
|
|
13948
14076
|
"multiple": false,
|
|
13949
14077
|
"type": "option"
|
|
13950
|
-
},
|
|
13951
|
-
"value": {
|
|
13952
|
-
"description": "Custom field value",
|
|
13953
|
-
"name": "value",
|
|
13954
|
-
"required": true,
|
|
13955
|
-
"hasDynamicHelp": false,
|
|
13956
|
-
"multiple": false,
|
|
13957
|
-
"type": "option"
|
|
13958
14078
|
}
|
|
13959
14079
|
},
|
|
13960
14080
|
"hasDynamicHelp": false,
|
|
13961
14081
|
"hiddenAliases": [],
|
|
13962
|
-
"id": "contacts:
|
|
14082
|
+
"id": "contacts:tags:list",
|
|
13963
14083
|
"pluginAlias": "@instantkom/cli",
|
|
13964
14084
|
"pluginName": "@instantkom/cli",
|
|
13965
14085
|
"pluginType": "core",
|
|
@@ -13970,20 +14090,25 @@
|
|
|
13970
14090
|
"dist",
|
|
13971
14091
|
"commands",
|
|
13972
14092
|
"contacts",
|
|
13973
|
-
"
|
|
13974
|
-
"
|
|
14093
|
+
"tags",
|
|
14094
|
+
"list.js"
|
|
13975
14095
|
]
|
|
13976
14096
|
},
|
|
13977
|
-
"contacts:
|
|
14097
|
+
"contacts:tags:remove": {
|
|
13978
14098
|
"aliases": [],
|
|
13979
14099
|
"args": {
|
|
13980
14100
|
"contactId": {
|
|
13981
14101
|
"description": "Contact ID",
|
|
13982
14102
|
"name": "contactId",
|
|
13983
14103
|
"required": true
|
|
14104
|
+
},
|
|
14105
|
+
"tagId": {
|
|
14106
|
+
"description": "Tag ID",
|
|
14107
|
+
"name": "tagId",
|
|
14108
|
+
"required": true
|
|
13984
14109
|
}
|
|
13985
14110
|
},
|
|
13986
|
-
"description": "
|
|
14111
|
+
"description": "Remove a tag from a contact",
|
|
13987
14112
|
"flags": {
|
|
13988
14113
|
"api-key": {
|
|
13989
14114
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14046,32 +14171,11 @@
|
|
|
14046
14171
|
"hasDynamicHelp": false,
|
|
14047
14172
|
"multiple": false,
|
|
14048
14173
|
"type": "option"
|
|
14049
|
-
},
|
|
14050
|
-
"values": {
|
|
14051
|
-
"description": "JSON object with field keys as property names",
|
|
14052
|
-
"name": "values",
|
|
14053
|
-
"hasDynamicHelp": false,
|
|
14054
|
-
"multiple": false,
|
|
14055
|
-
"type": "option"
|
|
14056
|
-
},
|
|
14057
|
-
"file": {
|
|
14058
|
-
"description": "Path to a JSON file with field keys as property names",
|
|
14059
|
-
"name": "file",
|
|
14060
|
-
"hasDynamicHelp": false,
|
|
14061
|
-
"multiple": false,
|
|
14062
|
-
"type": "option"
|
|
14063
|
-
},
|
|
14064
|
-
"data": {
|
|
14065
|
-
"description": "Additional JSON object payload",
|
|
14066
|
-
"name": "data",
|
|
14067
|
-
"hasDynamicHelp": false,
|
|
14068
|
-
"multiple": false,
|
|
14069
|
-
"type": "option"
|
|
14070
14174
|
}
|
|
14071
14175
|
},
|
|
14072
14176
|
"hasDynamicHelp": false,
|
|
14073
14177
|
"hiddenAliases": [],
|
|
14074
|
-
"id": "contacts:
|
|
14178
|
+
"id": "contacts:tags:remove",
|
|
14075
14179
|
"pluginAlias": "@instantkom/cli",
|
|
14076
14180
|
"pluginName": "@instantkom/cli",
|
|
14077
14181
|
"pluginType": "core",
|
|
@@ -14082,8 +14186,8 @@
|
|
|
14082
14186
|
"dist",
|
|
14083
14187
|
"commands",
|
|
14084
14188
|
"contacts",
|
|
14085
|
-
"
|
|
14086
|
-
"
|
|
14189
|
+
"tags",
|
|
14190
|
+
"remove.js"
|
|
14087
14191
|
]
|
|
14088
14192
|
},
|
|
14089
14193
|
"flow:edges:create": {
|
|
@@ -16248,5 +16352,5 @@
|
|
|
16248
16352
|
]
|
|
16249
16353
|
}
|
|
16250
16354
|
},
|
|
16251
|
-
"version": "3.
|
|
16355
|
+
"version": "3.131.0"
|
|
16252
16356
|
}
|