@instantkom/cli 3.147.0 → 3.149.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1547 -1547
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1073,40 +1073,6 @@
|
|
|
1073
1073
|
"reply.js"
|
|
1074
1074
|
]
|
|
1075
1075
|
},
|
|
1076
|
-
"autocomplete:script": {
|
|
1077
|
-
"aliases": [],
|
|
1078
|
-
"args": {
|
|
1079
|
-
"shell": {
|
|
1080
|
-
"description": "Shell type",
|
|
1081
|
-
"name": "shell",
|
|
1082
|
-
"options": [
|
|
1083
|
-
"zsh",
|
|
1084
|
-
"bash",
|
|
1085
|
-
"fish",
|
|
1086
|
-
"powershell"
|
|
1087
|
-
],
|
|
1088
|
-
"required": false
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
"description": "outputs autocomplete config script for shells",
|
|
1092
|
-
"flags": {},
|
|
1093
|
-
"hasDynamicHelp": false,
|
|
1094
|
-
"hidden": true,
|
|
1095
|
-
"hiddenAliases": [],
|
|
1096
|
-
"id": "autocomplete:script",
|
|
1097
|
-
"pluginAlias": "@instantkom/cli",
|
|
1098
|
-
"pluginName": "@instantkom/cli",
|
|
1099
|
-
"pluginType": "core",
|
|
1100
|
-
"strict": true,
|
|
1101
|
-
"enableJsonFlag": false,
|
|
1102
|
-
"isESM": true,
|
|
1103
|
-
"relativePath": [
|
|
1104
|
-
"dist",
|
|
1105
|
-
"commands",
|
|
1106
|
-
"autocomplete",
|
|
1107
|
-
"script.js"
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
1076
|
"auth:login": {
|
|
1111
1077
|
"aliases": [],
|
|
1112
1078
|
"args": {},
|
|
@@ -1289,6 +1255,40 @@
|
|
|
1289
1255
|
"logout.js"
|
|
1290
1256
|
]
|
|
1291
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
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"description": "outputs autocomplete config script for shells",
|
|
1274
|
+
"flags": {},
|
|
1275
|
+
"hasDynamicHelp": false,
|
|
1276
|
+
"hidden": true,
|
|
1277
|
+
"hiddenAliases": [],
|
|
1278
|
+
"id": "autocomplete:script",
|
|
1279
|
+
"pluginAlias": "@instantkom/cli",
|
|
1280
|
+
"pluginName": "@instantkom/cli",
|
|
1281
|
+
"pluginType": "core",
|
|
1282
|
+
"strict": true,
|
|
1283
|
+
"enableJsonFlag": false,
|
|
1284
|
+
"isESM": true,
|
|
1285
|
+
"relativePath": [
|
|
1286
|
+
"dist",
|
|
1287
|
+
"commands",
|
|
1288
|
+
"autocomplete",
|
|
1289
|
+
"script.js"
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1292
1292
|
"bots:create": {
|
|
1293
1293
|
"aliases": [],
|
|
1294
1294
|
"args": {},
|
|
@@ -2015,10 +2015,10 @@
|
|
|
2015
2015
|
"update.js"
|
|
2016
2016
|
]
|
|
2017
2017
|
},
|
|
2018
|
-
"
|
|
2018
|
+
"channels:create": {
|
|
2019
2019
|
"aliases": [],
|
|
2020
2020
|
"args": {},
|
|
2021
|
-
"description": "Create a
|
|
2021
|
+
"description": "Create a channel",
|
|
2022
2022
|
"flags": {
|
|
2023
2023
|
"api-key": {
|
|
2024
2024
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2082,92 +2082,47 @@
|
|
|
2082
2082
|
"multiple": false,
|
|
2083
2083
|
"type": "option"
|
|
2084
2084
|
},
|
|
2085
|
-
"
|
|
2086
|
-
"description": "Channel
|
|
2087
|
-
"name": "
|
|
2088
|
-
"hasDynamicHelp": false,
|
|
2089
|
-
"multiple": false,
|
|
2090
|
-
"type": "option"
|
|
2091
|
-
},
|
|
2092
|
-
"segment": {
|
|
2093
|
-
"description": "Segment ID within --channel",
|
|
2094
|
-
"name": "segment",
|
|
2095
|
-
"hasDynamicHelp": false,
|
|
2096
|
-
"multiple": false,
|
|
2097
|
-
"type": "option"
|
|
2098
|
-
},
|
|
2099
|
-
"target": {
|
|
2100
|
-
"description": "Target as channelId or channelId:segmentId; may be repeated",
|
|
2101
|
-
"name": "target",
|
|
2102
|
-
"hasDynamicHelp": false,
|
|
2103
|
-
"multiple": true,
|
|
2104
|
-
"type": "option"
|
|
2105
|
-
},
|
|
2106
|
-
"text": {
|
|
2107
|
-
"description": "Broadcast message text",
|
|
2108
|
-
"name": "text",
|
|
2085
|
+
"name": {
|
|
2086
|
+
"description": "Channel name",
|
|
2087
|
+
"name": "name",
|
|
2109
2088
|
"required": true,
|
|
2110
2089
|
"hasDynamicHelp": false,
|
|
2111
2090
|
"multiple": false,
|
|
2112
2091
|
"type": "option"
|
|
2113
2092
|
},
|
|
2114
|
-
"
|
|
2115
|
-
"description": "
|
|
2116
|
-
"name": "
|
|
2093
|
+
"gateway-type": {
|
|
2094
|
+
"description": "Gateway type ID",
|
|
2095
|
+
"name": "gateway-type",
|
|
2096
|
+
"required": true,
|
|
2117
2097
|
"hasDynamicHelp": false,
|
|
2118
2098
|
"multiple": false,
|
|
2119
2099
|
"type": "option"
|
|
2120
2100
|
},
|
|
2121
|
-
"
|
|
2122
|
-
"description": "
|
|
2123
|
-
"name": "
|
|
2124
|
-
"allowNo": false,
|
|
2125
|
-
"type": "boolean"
|
|
2126
|
-
},
|
|
2127
|
-
"idempotency-key": {
|
|
2128
|
-
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
2129
|
-
"name": "idempotency-key",
|
|
2101
|
+
"status": {
|
|
2102
|
+
"description": "Channel lifecycle status",
|
|
2103
|
+
"name": "status",
|
|
2130
2104
|
"hasDynamicHelp": false,
|
|
2131
2105
|
"multiple": false,
|
|
2132
2106
|
"type": "option"
|
|
2133
2107
|
},
|
|
2134
|
-
"
|
|
2135
|
-
"description": "
|
|
2136
|
-
"name": "
|
|
2137
|
-
"hasDynamicHelp": false,
|
|
2138
|
-
"multiple": true,
|
|
2139
|
-
"type": "option"
|
|
2140
|
-
},
|
|
2141
|
-
"template-id": {
|
|
2142
|
-
"description": "WhatsApp template ID",
|
|
2143
|
-
"name": "template-id",
|
|
2108
|
+
"description": {
|
|
2109
|
+
"description": "Channel description",
|
|
2110
|
+
"name": "description",
|
|
2144
2111
|
"hasDynamicHelp": false,
|
|
2145
2112
|
"multiple": false,
|
|
2146
2113
|
"type": "option"
|
|
2147
2114
|
},
|
|
2148
|
-
"
|
|
2149
|
-
"description": "
|
|
2150
|
-
"name": "
|
|
2151
|
-
"default": "draft",
|
|
2115
|
+
"data": {
|
|
2116
|
+
"description": "Additional JSON object payload",
|
|
2117
|
+
"name": "data",
|
|
2152
2118
|
"hasDynamicHelp": false,
|
|
2153
2119
|
"multiple": false,
|
|
2154
|
-
"options": [
|
|
2155
|
-
"draft",
|
|
2156
|
-
"scheduled",
|
|
2157
|
-
"sending"
|
|
2158
|
-
],
|
|
2159
2120
|
"type": "option"
|
|
2160
|
-
},
|
|
2161
|
-
"auto-approve": {
|
|
2162
|
-
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
2163
|
-
"name": "auto-approve",
|
|
2164
|
-
"allowNo": false,
|
|
2165
|
-
"type": "boolean"
|
|
2166
2121
|
}
|
|
2167
2122
|
},
|
|
2168
2123
|
"hasDynamicHelp": false,
|
|
2169
2124
|
"hiddenAliases": [],
|
|
2170
|
-
"id": "
|
|
2125
|
+
"id": "channels:create",
|
|
2171
2126
|
"pluginAlias": "@instantkom/cli",
|
|
2172
2127
|
"pluginName": "@instantkom/cli",
|
|
2173
2128
|
"pluginType": "core",
|
|
@@ -2177,20 +2132,20 @@
|
|
|
2177
2132
|
"relativePath": [
|
|
2178
2133
|
"dist",
|
|
2179
2134
|
"commands",
|
|
2180
|
-
"
|
|
2135
|
+
"channels",
|
|
2181
2136
|
"create.js"
|
|
2182
2137
|
]
|
|
2183
2138
|
},
|
|
2184
|
-
"
|
|
2139
|
+
"channels:get": {
|
|
2185
2140
|
"aliases": [],
|
|
2186
2141
|
"args": {
|
|
2187
2142
|
"id": {
|
|
2188
|
-
"description": "
|
|
2143
|
+
"description": "Channel ID",
|
|
2189
2144
|
"name": "id",
|
|
2190
2145
|
"required": true
|
|
2191
2146
|
}
|
|
2192
2147
|
},
|
|
2193
|
-
"description": "
|
|
2148
|
+
"description": "Get a channel by ID",
|
|
2194
2149
|
"flags": {
|
|
2195
2150
|
"api-key": {
|
|
2196
2151
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2257,7 +2212,7 @@
|
|
|
2257
2212
|
},
|
|
2258
2213
|
"hasDynamicHelp": false,
|
|
2259
2214
|
"hiddenAliases": [],
|
|
2260
|
-
"id": "
|
|
2215
|
+
"id": "channels:get",
|
|
2261
2216
|
"pluginAlias": "@instantkom/cli",
|
|
2262
2217
|
"pluginName": "@instantkom/cli",
|
|
2263
2218
|
"pluginType": "core",
|
|
@@ -2267,20 +2222,20 @@
|
|
|
2267
2222
|
"relativePath": [
|
|
2268
2223
|
"dist",
|
|
2269
2224
|
"commands",
|
|
2270
|
-
"
|
|
2271
|
-
"
|
|
2225
|
+
"channels",
|
|
2226
|
+
"get.js"
|
|
2272
2227
|
]
|
|
2273
2228
|
},
|
|
2274
|
-
"
|
|
2229
|
+
"channels:kpis": {
|
|
2275
2230
|
"aliases": [],
|
|
2276
2231
|
"args": {
|
|
2277
2232
|
"id": {
|
|
2278
|
-
"description": "
|
|
2233
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
2279
2234
|
"name": "id",
|
|
2280
|
-
"required":
|
|
2235
|
+
"required": false
|
|
2281
2236
|
}
|
|
2282
2237
|
},
|
|
2283
|
-
"description": "Get
|
|
2238
|
+
"description": "Get channel KPIs",
|
|
2284
2239
|
"flags": {
|
|
2285
2240
|
"api-key": {
|
|
2286
2241
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2343,11 +2298,18 @@
|
|
|
2343
2298
|
"hasDynamicHelp": false,
|
|
2344
2299
|
"multiple": false,
|
|
2345
2300
|
"type": "option"
|
|
2301
|
+
},
|
|
2302
|
+
"period": {
|
|
2303
|
+
"description": "KPI period",
|
|
2304
|
+
"name": "period",
|
|
2305
|
+
"hasDynamicHelp": false,
|
|
2306
|
+
"multiple": false,
|
|
2307
|
+
"type": "option"
|
|
2346
2308
|
}
|
|
2347
2309
|
},
|
|
2348
2310
|
"hasDynamicHelp": false,
|
|
2349
2311
|
"hiddenAliases": [],
|
|
2350
|
-
"id": "
|
|
2312
|
+
"id": "channels:kpis",
|
|
2351
2313
|
"pluginAlias": "@instantkom/cli",
|
|
2352
2314
|
"pluginName": "@instantkom/cli",
|
|
2353
2315
|
"pluginType": "core",
|
|
@@ -2357,14 +2319,14 @@
|
|
|
2357
2319
|
"relativePath": [
|
|
2358
2320
|
"dist",
|
|
2359
2321
|
"commands",
|
|
2360
|
-
"
|
|
2361
|
-
"
|
|
2322
|
+
"channels",
|
|
2323
|
+
"kpis.js"
|
|
2362
2324
|
]
|
|
2363
2325
|
},
|
|
2364
|
-
"
|
|
2326
|
+
"channels:list": {
|
|
2365
2327
|
"aliases": [],
|
|
2366
2328
|
"args": {},
|
|
2367
|
-
"description": "List
|
|
2329
|
+
"description": "List channels",
|
|
2368
2330
|
"flags": {
|
|
2369
2331
|
"api-key": {
|
|
2370
2332
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2444,56 +2406,31 @@
|
|
|
2444
2406
|
"multiple": false,
|
|
2445
2407
|
"type": "option"
|
|
2446
2408
|
},
|
|
2447
|
-
"
|
|
2448
|
-
"description": "Filter by channel
|
|
2449
|
-
"name": "
|
|
2450
|
-
"hasDynamicHelp": false,
|
|
2451
|
-
"multiple": false,
|
|
2452
|
-
"type": "option"
|
|
2453
|
-
},
|
|
2454
|
-
"send-status": {
|
|
2455
|
-
"description": "Filter by send status",
|
|
2456
|
-
"name": "send-status",
|
|
2409
|
+
"status": {
|
|
2410
|
+
"description": "Filter by channel status",
|
|
2411
|
+
"name": "status",
|
|
2457
2412
|
"hasDynamicHelp": false,
|
|
2458
2413
|
"multiple": false,
|
|
2459
2414
|
"type": "option"
|
|
2460
2415
|
},
|
|
2461
|
-
"type": {
|
|
2462
|
-
"description": "
|
|
2463
|
-
"name": "type",
|
|
2416
|
+
"gateway-type": {
|
|
2417
|
+
"description": "Filter by gateway type ID",
|
|
2418
|
+
"name": "gateway-type",
|
|
2464
2419
|
"hasDynamicHelp": false,
|
|
2465
2420
|
"multiple": false,
|
|
2466
|
-
"options": [
|
|
2467
|
-
"text",
|
|
2468
|
-
"image",
|
|
2469
|
-
"video",
|
|
2470
|
-
"audio",
|
|
2471
|
-
"document"
|
|
2472
|
-
],
|
|
2473
2421
|
"type": "option"
|
|
2474
2422
|
},
|
|
2475
2423
|
"search": {
|
|
2476
|
-
"description": "Search
|
|
2424
|
+
"description": "Search by channel name",
|
|
2477
2425
|
"name": "search",
|
|
2478
2426
|
"hasDynamicHelp": false,
|
|
2479
2427
|
"multiple": false,
|
|
2480
2428
|
"type": "option"
|
|
2481
|
-
},
|
|
2482
|
-
"test": {
|
|
2483
|
-
"description": "Filter test flag: 0 or 1",
|
|
2484
|
-
"name": "test",
|
|
2485
|
-
"hasDynamicHelp": false,
|
|
2486
|
-
"multiple": false,
|
|
2487
|
-
"options": [
|
|
2488
|
-
"0",
|
|
2489
|
-
"1"
|
|
2490
|
-
],
|
|
2491
|
-
"type": "option"
|
|
2492
2429
|
}
|
|
2493
2430
|
},
|
|
2494
2431
|
"hasDynamicHelp": false,
|
|
2495
2432
|
"hiddenAliases": [],
|
|
2496
|
-
"id": "
|
|
2433
|
+
"id": "channels:list",
|
|
2497
2434
|
"pluginAlias": "@instantkom/cli",
|
|
2498
2435
|
"pluginName": "@instantkom/cli",
|
|
2499
2436
|
"pluginType": "core",
|
|
@@ -2503,20 +2440,20 @@
|
|
|
2503
2440
|
"relativePath": [
|
|
2504
2441
|
"dist",
|
|
2505
2442
|
"commands",
|
|
2506
|
-
"
|
|
2443
|
+
"channels",
|
|
2507
2444
|
"list.js"
|
|
2508
2445
|
]
|
|
2509
2446
|
},
|
|
2510
|
-
"
|
|
2447
|
+
"channels:update": {
|
|
2511
2448
|
"aliases": [],
|
|
2512
2449
|
"args": {
|
|
2513
2450
|
"id": {
|
|
2514
|
-
"description": "
|
|
2451
|
+
"description": "Channel ID",
|
|
2515
2452
|
"name": "id",
|
|
2516
2453
|
"required": true
|
|
2517
2454
|
}
|
|
2518
2455
|
},
|
|
2519
|
-
"description": "
|
|
2456
|
+
"description": "Update a channel",
|
|
2520
2457
|
"flags": {
|
|
2521
2458
|
"api-key": {
|
|
2522
2459
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2579,34 +2516,62 @@
|
|
|
2579
2516
|
"hasDynamicHelp": false,
|
|
2580
2517
|
"multiple": false,
|
|
2581
2518
|
"type": "option"
|
|
2582
|
-
}
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
"
|
|
2598
|
-
|
|
2519
|
+
},
|
|
2520
|
+
"name": {
|
|
2521
|
+
"description": "Channel name",
|
|
2522
|
+
"name": "name",
|
|
2523
|
+
"hasDynamicHelp": false,
|
|
2524
|
+
"multiple": false,
|
|
2525
|
+
"type": "option"
|
|
2526
|
+
},
|
|
2527
|
+
"status": {
|
|
2528
|
+
"description": "Channel lifecycle status",
|
|
2529
|
+
"name": "status",
|
|
2530
|
+
"hasDynamicHelp": false,
|
|
2531
|
+
"multiple": false,
|
|
2532
|
+
"type": "option"
|
|
2533
|
+
},
|
|
2534
|
+
"description": {
|
|
2535
|
+
"description": "Channel description",
|
|
2536
|
+
"name": "description",
|
|
2537
|
+
"hasDynamicHelp": false,
|
|
2538
|
+
"multiple": false,
|
|
2539
|
+
"type": "option"
|
|
2540
|
+
},
|
|
2541
|
+
"data": {
|
|
2542
|
+
"description": "Additional JSON object payload",
|
|
2543
|
+
"name": "data",
|
|
2544
|
+
"hasDynamicHelp": false,
|
|
2545
|
+
"multiple": false,
|
|
2546
|
+
"type": "option"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
"hasDynamicHelp": false,
|
|
2550
|
+
"hiddenAliases": [],
|
|
2551
|
+
"id": "channels:update",
|
|
2552
|
+
"pluginAlias": "@instantkom/cli",
|
|
2553
|
+
"pluginName": "@instantkom/cli",
|
|
2554
|
+
"pluginType": "core",
|
|
2555
|
+
"strict": true,
|
|
2556
|
+
"enableJsonFlag": false,
|
|
2557
|
+
"isESM": true,
|
|
2558
|
+
"relativePath": [
|
|
2559
|
+
"dist",
|
|
2560
|
+
"commands",
|
|
2561
|
+
"channels",
|
|
2562
|
+
"update.js"
|
|
2563
|
+
]
|
|
2599
2564
|
},
|
|
2600
|
-
"
|
|
2565
|
+
"chats:get": {
|
|
2601
2566
|
"aliases": [],
|
|
2602
2567
|
"args": {
|
|
2603
2568
|
"id": {
|
|
2604
|
-
"description": "
|
|
2569
|
+
"description": "chat ID",
|
|
2605
2570
|
"name": "id",
|
|
2606
2571
|
"required": true
|
|
2607
2572
|
}
|
|
2608
2573
|
},
|
|
2609
|
-
"description": "
|
|
2574
|
+
"description": "Get chat by ID",
|
|
2610
2575
|
"flags": {
|
|
2611
2576
|
"api-key": {
|
|
2612
2577
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2673,7 +2638,7 @@
|
|
|
2673
2638
|
},
|
|
2674
2639
|
"hasDynamicHelp": false,
|
|
2675
2640
|
"hiddenAliases": [],
|
|
2676
|
-
"id": "
|
|
2641
|
+
"id": "chats:get",
|
|
2677
2642
|
"pluginAlias": "@instantkom/cli",
|
|
2678
2643
|
"pluginName": "@instantkom/cli",
|
|
2679
2644
|
"pluginType": "core",
|
|
@@ -2683,20 +2648,14 @@
|
|
|
2683
2648
|
"relativePath": [
|
|
2684
2649
|
"dist",
|
|
2685
2650
|
"commands",
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2651
|
+
"chats",
|
|
2652
|
+
"get.js"
|
|
2688
2653
|
]
|
|
2689
2654
|
},
|
|
2690
|
-
"
|
|
2655
|
+
"chats:list": {
|
|
2691
2656
|
"aliases": [],
|
|
2692
|
-
"args": {
|
|
2693
|
-
|
|
2694
|
-
"description": "Broadcast ID",
|
|
2695
|
-
"name": "id",
|
|
2696
|
-
"required": true
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
"description": "Update a broadcast",
|
|
2657
|
+
"args": {},
|
|
2658
|
+
"description": "List chats",
|
|
2700
2659
|
"flags": {
|
|
2701
2660
|
"api-key": {
|
|
2702
2661
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2760,76 +2719,72 @@
|
|
|
2760
2719
|
"multiple": false,
|
|
2761
2720
|
"type": "option"
|
|
2762
2721
|
},
|
|
2763
|
-
"
|
|
2764
|
-
"description": "
|
|
2765
|
-
"name": "
|
|
2722
|
+
"page": {
|
|
2723
|
+
"description": "Page number",
|
|
2724
|
+
"name": "page",
|
|
2725
|
+
"default": 1,
|
|
2766
2726
|
"hasDynamicHelp": false,
|
|
2767
2727
|
"multiple": false,
|
|
2768
2728
|
"type": "option"
|
|
2769
2729
|
},
|
|
2770
|
-
"
|
|
2771
|
-
"description": "
|
|
2772
|
-
"name": "
|
|
2730
|
+
"limit": {
|
|
2731
|
+
"description": "Items per page",
|
|
2732
|
+
"name": "limit",
|
|
2733
|
+
"default": 20,
|
|
2773
2734
|
"hasDynamicHelp": false,
|
|
2774
2735
|
"multiple": false,
|
|
2775
2736
|
"type": "option"
|
|
2776
2737
|
},
|
|
2777
|
-
"
|
|
2778
|
-
"description": "
|
|
2779
|
-
"name": "
|
|
2738
|
+
"channel": {
|
|
2739
|
+
"description": "Filter by channel ID",
|
|
2740
|
+
"name": "channel",
|
|
2780
2741
|
"hasDynamicHelp": false,
|
|
2781
2742
|
"multiple": false,
|
|
2782
2743
|
"type": "option"
|
|
2783
2744
|
},
|
|
2784
|
-
"
|
|
2785
|
-
"description": "
|
|
2786
|
-
"name": "
|
|
2787
|
-
"allowNo": false,
|
|
2788
|
-
"type": "boolean"
|
|
2789
|
-
},
|
|
2790
|
-
"locked": {
|
|
2791
|
-
"description": "Mark as locked",
|
|
2792
|
-
"name": "locked",
|
|
2793
|
-
"allowNo": false,
|
|
2794
|
-
"type": "boolean"
|
|
2795
|
-
},
|
|
2796
|
-
"test": {
|
|
2797
|
-
"description": "Mark as test broadcast",
|
|
2798
|
-
"name": "test",
|
|
2799
|
-
"allowNo": false,
|
|
2800
|
-
"type": "boolean"
|
|
2801
|
-
},
|
|
2802
|
-
"template-id": {
|
|
2803
|
-
"description": "Template ID",
|
|
2804
|
-
"name": "template-id",
|
|
2745
|
+
"channels": {
|
|
2746
|
+
"description": "Comma-separated channel IDs",
|
|
2747
|
+
"name": "channels",
|
|
2805
2748
|
"hasDynamicHelp": false,
|
|
2806
2749
|
"multiple": false,
|
|
2807
2750
|
"type": "option"
|
|
2808
2751
|
},
|
|
2809
|
-
"
|
|
2810
|
-
"description": "
|
|
2811
|
-
"name": "
|
|
2812
|
-
"allowNo": false,
|
|
2813
|
-
"type": "boolean"
|
|
2814
|
-
},
|
|
2815
|
-
"header-footer": {
|
|
2816
|
-
"description": "Header/footer JSON array",
|
|
2817
|
-
"name": "header-footer",
|
|
2752
|
+
"search": {
|
|
2753
|
+
"description": "Search chats",
|
|
2754
|
+
"name": "search",
|
|
2818
2755
|
"hasDynamicHelp": false,
|
|
2819
2756
|
"multiple": false,
|
|
2820
2757
|
"type": "option"
|
|
2821
2758
|
},
|
|
2822
|
-
"
|
|
2823
|
-
"description": "
|
|
2824
|
-
"name": "
|
|
2759
|
+
"status": {
|
|
2760
|
+
"description": "Chat status",
|
|
2761
|
+
"name": "status",
|
|
2825
2762
|
"hasDynamicHelp": false,
|
|
2826
2763
|
"multiple": false,
|
|
2764
|
+
"options": [
|
|
2765
|
+
"all",
|
|
2766
|
+
"unread",
|
|
2767
|
+
"read",
|
|
2768
|
+
"archived"
|
|
2769
|
+
],
|
|
2827
2770
|
"type": "option"
|
|
2771
|
+
},
|
|
2772
|
+
"unread-only": {
|
|
2773
|
+
"description": "Only unread chats",
|
|
2774
|
+
"name": "unread-only",
|
|
2775
|
+
"allowNo": false,
|
|
2776
|
+
"type": "boolean"
|
|
2777
|
+
},
|
|
2778
|
+
"include-archived": {
|
|
2779
|
+
"description": "Include archived chats",
|
|
2780
|
+
"name": "include-archived",
|
|
2781
|
+
"allowNo": false,
|
|
2782
|
+
"type": "boolean"
|
|
2828
2783
|
}
|
|
2829
2784
|
},
|
|
2830
2785
|
"hasDynamicHelp": false,
|
|
2831
2786
|
"hiddenAliases": [],
|
|
2832
|
-
"id": "
|
|
2787
|
+
"id": "chats:list",
|
|
2833
2788
|
"pluginAlias": "@instantkom/cli",
|
|
2834
2789
|
"pluginName": "@instantkom/cli",
|
|
2835
2790
|
"pluginType": "core",
|
|
@@ -2839,14 +2794,20 @@
|
|
|
2839
2794
|
"relativePath": [
|
|
2840
2795
|
"dist",
|
|
2841
2796
|
"commands",
|
|
2842
|
-
"
|
|
2843
|
-
"
|
|
2797
|
+
"chats",
|
|
2798
|
+
"list.js"
|
|
2844
2799
|
]
|
|
2845
2800
|
},
|
|
2846
|
-
"
|
|
2801
|
+
"chats:reply": {
|
|
2847
2802
|
"aliases": [],
|
|
2848
|
-
"args": {
|
|
2849
|
-
|
|
2803
|
+
"args": {
|
|
2804
|
+
"id": {
|
|
2805
|
+
"description": "Chat ID",
|
|
2806
|
+
"name": "id",
|
|
2807
|
+
"required": true
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
2810
|
+
"description": "Reply in a chat",
|
|
2850
2811
|
"flags": {
|
|
2851
2812
|
"api-key": {
|
|
2852
2813
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2910,47 +2871,18 @@
|
|
|
2910
2871
|
"multiple": false,
|
|
2911
2872
|
"type": "option"
|
|
2912
2873
|
},
|
|
2913
|
-
"
|
|
2914
|
-
"description": "
|
|
2915
|
-
"name": "
|
|
2916
|
-
"required": true,
|
|
2917
|
-
"hasDynamicHelp": false,
|
|
2918
|
-
"multiple": false,
|
|
2919
|
-
"type": "option"
|
|
2920
|
-
},
|
|
2921
|
-
"gateway-type": {
|
|
2922
|
-
"description": "Gateway type ID",
|
|
2923
|
-
"name": "gateway-type",
|
|
2874
|
+
"text": {
|
|
2875
|
+
"description": "Reply text",
|
|
2876
|
+
"name": "text",
|
|
2924
2877
|
"required": true,
|
|
2925
2878
|
"hasDynamicHelp": false,
|
|
2926
2879
|
"multiple": false,
|
|
2927
2880
|
"type": "option"
|
|
2928
|
-
},
|
|
2929
|
-
"status": {
|
|
2930
|
-
"description": "Channel lifecycle status",
|
|
2931
|
-
"name": "status",
|
|
2932
|
-
"hasDynamicHelp": false,
|
|
2933
|
-
"multiple": false,
|
|
2934
|
-
"type": "option"
|
|
2935
|
-
},
|
|
2936
|
-
"description": {
|
|
2937
|
-
"description": "Channel description",
|
|
2938
|
-
"name": "description",
|
|
2939
|
-
"hasDynamicHelp": false,
|
|
2940
|
-
"multiple": false,
|
|
2941
|
-
"type": "option"
|
|
2942
|
-
},
|
|
2943
|
-
"data": {
|
|
2944
|
-
"description": "Additional JSON object payload",
|
|
2945
|
-
"name": "data",
|
|
2946
|
-
"hasDynamicHelp": false,
|
|
2947
|
-
"multiple": false,
|
|
2948
|
-
"type": "option"
|
|
2949
2881
|
}
|
|
2950
2882
|
},
|
|
2951
2883
|
"hasDynamicHelp": false,
|
|
2952
2884
|
"hiddenAliases": [],
|
|
2953
|
-
"id": "
|
|
2885
|
+
"id": "chats:reply",
|
|
2954
2886
|
"pluginAlias": "@instantkom/cli",
|
|
2955
2887
|
"pluginName": "@instantkom/cli",
|
|
2956
2888
|
"pluginType": "core",
|
|
@@ -2960,20 +2892,20 @@
|
|
|
2960
2892
|
"relativePath": [
|
|
2961
2893
|
"dist",
|
|
2962
2894
|
"commands",
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2895
|
+
"chats",
|
|
2896
|
+
"reply.js"
|
|
2965
2897
|
]
|
|
2966
2898
|
},
|
|
2967
|
-
"
|
|
2899
|
+
"config:get": {
|
|
2968
2900
|
"aliases": [],
|
|
2969
2901
|
"args": {
|
|
2970
|
-
"
|
|
2971
|
-
"description": "
|
|
2972
|
-
"name": "
|
|
2902
|
+
"key": {
|
|
2903
|
+
"description": "Configuration key to retrieve",
|
|
2904
|
+
"name": "key",
|
|
2973
2905
|
"required": true
|
|
2974
2906
|
}
|
|
2975
2907
|
},
|
|
2976
|
-
"description": "Get a
|
|
2908
|
+
"description": "Get a configuration value for the current profile",
|
|
2977
2909
|
"flags": {
|
|
2978
2910
|
"api-key": {
|
|
2979
2911
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3040,7 +2972,7 @@
|
|
|
3040
2972
|
},
|
|
3041
2973
|
"hasDynamicHelp": false,
|
|
3042
2974
|
"hiddenAliases": [],
|
|
3043
|
-
"id": "
|
|
2975
|
+
"id": "config:get",
|
|
3044
2976
|
"pluginAlias": "@instantkom/cli",
|
|
3045
2977
|
"pluginName": "@instantkom/cli",
|
|
3046
2978
|
"pluginType": "core",
|
|
@@ -3050,20 +2982,25 @@
|
|
|
3050
2982
|
"relativePath": [
|
|
3051
2983
|
"dist",
|
|
3052
2984
|
"commands",
|
|
3053
|
-
"
|
|
2985
|
+
"config",
|
|
3054
2986
|
"get.js"
|
|
3055
2987
|
]
|
|
3056
2988
|
},
|
|
3057
|
-
"
|
|
2989
|
+
"config:set": {
|
|
3058
2990
|
"aliases": [],
|
|
3059
2991
|
"args": {
|
|
3060
|
-
"
|
|
3061
|
-
"description": "
|
|
3062
|
-
"name": "
|
|
3063
|
-
"required":
|
|
2992
|
+
"key": {
|
|
2993
|
+
"description": "Configuration key to set",
|
|
2994
|
+
"name": "key",
|
|
2995
|
+
"required": true
|
|
2996
|
+
},
|
|
2997
|
+
"value": {
|
|
2998
|
+
"description": "Value to assign",
|
|
2999
|
+
"name": "value",
|
|
3000
|
+
"required": true
|
|
3064
3001
|
}
|
|
3065
3002
|
},
|
|
3066
|
-
"description": "
|
|
3003
|
+
"description": "Set a configuration value for the current profile",
|
|
3067
3004
|
"flags": {
|
|
3068
3005
|
"api-key": {
|
|
3069
3006
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3126,18 +3063,11 @@
|
|
|
3126
3063
|
"hasDynamicHelp": false,
|
|
3127
3064
|
"multiple": false,
|
|
3128
3065
|
"type": "option"
|
|
3129
|
-
},
|
|
3130
|
-
"period": {
|
|
3131
|
-
"description": "KPI period",
|
|
3132
|
-
"name": "period",
|
|
3133
|
-
"hasDynamicHelp": false,
|
|
3134
|
-
"multiple": false,
|
|
3135
|
-
"type": "option"
|
|
3136
3066
|
}
|
|
3137
3067
|
},
|
|
3138
3068
|
"hasDynamicHelp": false,
|
|
3139
3069
|
"hiddenAliases": [],
|
|
3140
|
-
"id": "
|
|
3070
|
+
"id": "config:set",
|
|
3141
3071
|
"pluginAlias": "@instantkom/cli",
|
|
3142
3072
|
"pluginName": "@instantkom/cli",
|
|
3143
3073
|
"pluginType": "core",
|
|
@@ -3147,14 +3077,20 @@
|
|
|
3147
3077
|
"relativePath": [
|
|
3148
3078
|
"dist",
|
|
3149
3079
|
"commands",
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3080
|
+
"config",
|
|
3081
|
+
"set.js"
|
|
3152
3082
|
]
|
|
3153
3083
|
},
|
|
3154
|
-
"
|
|
3084
|
+
"config:unset": {
|
|
3155
3085
|
"aliases": [],
|
|
3156
|
-
"args": {
|
|
3157
|
-
|
|
3086
|
+
"args": {
|
|
3087
|
+
"key": {
|
|
3088
|
+
"description": "Configuration key to remove",
|
|
3089
|
+
"name": "key",
|
|
3090
|
+
"required": true
|
|
3091
|
+
}
|
|
3092
|
+
},
|
|
3093
|
+
"description": "Remove a configuration key from the current profile",
|
|
3158
3094
|
"flags": {
|
|
3159
3095
|
"api-key": {
|
|
3160
3096
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3217,48 +3153,11 @@
|
|
|
3217
3153
|
"hasDynamicHelp": false,
|
|
3218
3154
|
"multiple": false,
|
|
3219
3155
|
"type": "option"
|
|
3220
|
-
},
|
|
3221
|
-
"page": {
|
|
3222
|
-
"description": "Page number",
|
|
3223
|
-
"name": "page",
|
|
3224
|
-
"default": 1,
|
|
3225
|
-
"hasDynamicHelp": false,
|
|
3226
|
-
"multiple": false,
|
|
3227
|
-
"type": "option"
|
|
3228
|
-
},
|
|
3229
|
-
"limit": {
|
|
3230
|
-
"description": "Items per page",
|
|
3231
|
-
"name": "limit",
|
|
3232
|
-
"default": 20,
|
|
3233
|
-
"hasDynamicHelp": false,
|
|
3234
|
-
"multiple": false,
|
|
3235
|
-
"type": "option"
|
|
3236
|
-
},
|
|
3237
|
-
"status": {
|
|
3238
|
-
"description": "Filter by channel status",
|
|
3239
|
-
"name": "status",
|
|
3240
|
-
"hasDynamicHelp": false,
|
|
3241
|
-
"multiple": false,
|
|
3242
|
-
"type": "option"
|
|
3243
|
-
},
|
|
3244
|
-
"gateway-type": {
|
|
3245
|
-
"description": "Filter by gateway type ID",
|
|
3246
|
-
"name": "gateway-type",
|
|
3247
|
-
"hasDynamicHelp": false,
|
|
3248
|
-
"multiple": false,
|
|
3249
|
-
"type": "option"
|
|
3250
|
-
},
|
|
3251
|
-
"search": {
|
|
3252
|
-
"description": "Search by channel name",
|
|
3253
|
-
"name": "search",
|
|
3254
|
-
"hasDynamicHelp": false,
|
|
3255
|
-
"multiple": false,
|
|
3256
|
-
"type": "option"
|
|
3257
3156
|
}
|
|
3258
3157
|
},
|
|
3259
3158
|
"hasDynamicHelp": false,
|
|
3260
3159
|
"hiddenAliases": [],
|
|
3261
|
-
"id": "
|
|
3160
|
+
"id": "config:unset",
|
|
3262
3161
|
"pluginAlias": "@instantkom/cli",
|
|
3263
3162
|
"pluginName": "@instantkom/cli",
|
|
3264
3163
|
"pluginType": "core",
|
|
@@ -3268,20 +3167,14 @@
|
|
|
3268
3167
|
"relativePath": [
|
|
3269
3168
|
"dist",
|
|
3270
3169
|
"commands",
|
|
3271
|
-
"
|
|
3272
|
-
"
|
|
3170
|
+
"config",
|
|
3171
|
+
"unset.js"
|
|
3273
3172
|
]
|
|
3274
3173
|
},
|
|
3275
|
-
"
|
|
3174
|
+
"broadcast:create": {
|
|
3276
3175
|
"aliases": [],
|
|
3277
|
-
"args": {
|
|
3278
|
-
|
|
3279
|
-
"description": "Channel ID",
|
|
3280
|
-
"name": "id",
|
|
3281
|
-
"required": true
|
|
3282
|
-
}
|
|
3283
|
-
},
|
|
3284
|
-
"description": "Update a channel",
|
|
3176
|
+
"args": {},
|
|
3177
|
+
"description": "Create a broadcast for channels or segments",
|
|
3285
3178
|
"flags": {
|
|
3286
3179
|
"api-key": {
|
|
3287
3180
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3345,38 +3238,92 @@
|
|
|
3345
3238
|
"multiple": false,
|
|
3346
3239
|
"type": "option"
|
|
3347
3240
|
},
|
|
3348
|
-
"
|
|
3349
|
-
"description": "Channel
|
|
3350
|
-
"name": "
|
|
3241
|
+
"channel": {
|
|
3242
|
+
"description": "Channel ID target",
|
|
3243
|
+
"name": "channel",
|
|
3351
3244
|
"hasDynamicHelp": false,
|
|
3352
3245
|
"multiple": false,
|
|
3353
3246
|
"type": "option"
|
|
3354
3247
|
},
|
|
3355
|
-
"
|
|
3356
|
-
"description": "
|
|
3357
|
-
"name": "
|
|
3248
|
+
"segment": {
|
|
3249
|
+
"description": "Segment ID within --channel",
|
|
3250
|
+
"name": "segment",
|
|
3358
3251
|
"hasDynamicHelp": false,
|
|
3359
3252
|
"multiple": false,
|
|
3360
3253
|
"type": "option"
|
|
3361
3254
|
},
|
|
3362
|
-
"
|
|
3363
|
-
"description": "
|
|
3364
|
-
"name": "
|
|
3255
|
+
"target": {
|
|
3256
|
+
"description": "Target as channelId or channelId:segmentId; may be repeated",
|
|
3257
|
+
"name": "target",
|
|
3258
|
+
"hasDynamicHelp": false,
|
|
3259
|
+
"multiple": true,
|
|
3260
|
+
"type": "option"
|
|
3261
|
+
},
|
|
3262
|
+
"text": {
|
|
3263
|
+
"description": "Broadcast message text",
|
|
3264
|
+
"name": "text",
|
|
3265
|
+
"required": true,
|
|
3365
3266
|
"hasDynamicHelp": false,
|
|
3366
3267
|
"multiple": false,
|
|
3367
3268
|
"type": "option"
|
|
3368
3269
|
},
|
|
3369
|
-
"
|
|
3370
|
-
"description": "
|
|
3371
|
-
"name": "
|
|
3270
|
+
"send-at": {
|
|
3271
|
+
"description": "Schedule send for an ISO-8601 date-time",
|
|
3272
|
+
"name": "send-at",
|
|
3273
|
+
"hasDynamicHelp": false,
|
|
3274
|
+
"multiple": false,
|
|
3275
|
+
"type": "option"
|
|
3276
|
+
},
|
|
3277
|
+
"dry-run": {
|
|
3278
|
+
"description": "Validate and print the broadcast payload without mutating API calls",
|
|
3279
|
+
"name": "dry-run",
|
|
3280
|
+
"allowNo": false,
|
|
3281
|
+
"type": "boolean"
|
|
3282
|
+
},
|
|
3283
|
+
"idempotency-key": {
|
|
3284
|
+
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
3285
|
+
"name": "idempotency-key",
|
|
3286
|
+
"hasDynamicHelp": false,
|
|
3287
|
+
"multiple": false,
|
|
3288
|
+
"type": "option"
|
|
3289
|
+
},
|
|
3290
|
+
"media": {
|
|
3291
|
+
"description": "Media file path to upload",
|
|
3292
|
+
"name": "media",
|
|
3293
|
+
"hasDynamicHelp": false,
|
|
3294
|
+
"multiple": true,
|
|
3295
|
+
"type": "option"
|
|
3296
|
+
},
|
|
3297
|
+
"template-id": {
|
|
3298
|
+
"description": "WhatsApp template ID",
|
|
3299
|
+
"name": "template-id",
|
|
3300
|
+
"hasDynamicHelp": false,
|
|
3301
|
+
"multiple": false,
|
|
3302
|
+
"type": "option"
|
|
3303
|
+
},
|
|
3304
|
+
"send-status": {
|
|
3305
|
+
"description": "Initial broadcast send status",
|
|
3306
|
+
"name": "send-status",
|
|
3307
|
+
"default": "draft",
|
|
3372
3308
|
"hasDynamicHelp": false,
|
|
3373
3309
|
"multiple": false,
|
|
3310
|
+
"options": [
|
|
3311
|
+
"draft",
|
|
3312
|
+
"scheduled",
|
|
3313
|
+
"sending"
|
|
3314
|
+
],
|
|
3374
3315
|
"type": "option"
|
|
3316
|
+
},
|
|
3317
|
+
"auto-approve": {
|
|
3318
|
+
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
3319
|
+
"name": "auto-approve",
|
|
3320
|
+
"allowNo": false,
|
|
3321
|
+
"type": "boolean"
|
|
3375
3322
|
}
|
|
3376
3323
|
},
|
|
3377
3324
|
"hasDynamicHelp": false,
|
|
3378
3325
|
"hiddenAliases": [],
|
|
3379
|
-
"id": "
|
|
3326
|
+
"id": "broadcast:create",
|
|
3380
3327
|
"pluginAlias": "@instantkom/cli",
|
|
3381
3328
|
"pluginName": "@instantkom/cli",
|
|
3382
3329
|
"pluginType": "core",
|
|
@@ -3386,20 +3333,20 @@
|
|
|
3386
3333
|
"relativePath": [
|
|
3387
3334
|
"dist",
|
|
3388
3335
|
"commands",
|
|
3389
|
-
"
|
|
3390
|
-
"
|
|
3336
|
+
"broadcast",
|
|
3337
|
+
"create.js"
|
|
3391
3338
|
]
|
|
3392
3339
|
},
|
|
3393
|
-
"
|
|
3340
|
+
"broadcast:delete": {
|
|
3394
3341
|
"aliases": [],
|
|
3395
3342
|
"args": {
|
|
3396
3343
|
"id": {
|
|
3397
|
-
"description": "
|
|
3344
|
+
"description": "broadcast ID",
|
|
3398
3345
|
"name": "id",
|
|
3399
3346
|
"required": true
|
|
3400
3347
|
}
|
|
3401
3348
|
},
|
|
3402
|
-
"description": "
|
|
3349
|
+
"description": "Delete broadcast",
|
|
3403
3350
|
"flags": {
|
|
3404
3351
|
"api-key": {
|
|
3405
3352
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3466,7 +3413,7 @@
|
|
|
3466
3413
|
},
|
|
3467
3414
|
"hasDynamicHelp": false,
|
|
3468
3415
|
"hiddenAliases": [],
|
|
3469
|
-
"id": "
|
|
3416
|
+
"id": "broadcast:delete",
|
|
3470
3417
|
"pluginAlias": "@instantkom/cli",
|
|
3471
3418
|
"pluginName": "@instantkom/cli",
|
|
3472
3419
|
"pluginType": "core",
|
|
@@ -3476,14 +3423,20 @@
|
|
|
3476
3423
|
"relativePath": [
|
|
3477
3424
|
"dist",
|
|
3478
3425
|
"commands",
|
|
3479
|
-
"
|
|
3480
|
-
"
|
|
3426
|
+
"broadcast",
|
|
3427
|
+
"delete.js"
|
|
3481
3428
|
]
|
|
3482
3429
|
},
|
|
3483
|
-
"
|
|
3430
|
+
"broadcast:get": {
|
|
3484
3431
|
"aliases": [],
|
|
3485
|
-
"args": {
|
|
3486
|
-
|
|
3432
|
+
"args": {
|
|
3433
|
+
"id": {
|
|
3434
|
+
"description": "broadcast ID",
|
|
3435
|
+
"name": "id",
|
|
3436
|
+
"required": true
|
|
3437
|
+
}
|
|
3438
|
+
},
|
|
3439
|
+
"description": "Get broadcast by ID",
|
|
3487
3440
|
"flags": {
|
|
3488
3441
|
"api-key": {
|
|
3489
3442
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3546,73 +3499,11 @@
|
|
|
3546
3499
|
"hasDynamicHelp": false,
|
|
3547
3500
|
"multiple": false,
|
|
3548
3501
|
"type": "option"
|
|
3549
|
-
},
|
|
3550
|
-
"page": {
|
|
3551
|
-
"description": "Page number",
|
|
3552
|
-
"name": "page",
|
|
3553
|
-
"default": 1,
|
|
3554
|
-
"hasDynamicHelp": false,
|
|
3555
|
-
"multiple": false,
|
|
3556
|
-
"type": "option"
|
|
3557
|
-
},
|
|
3558
|
-
"limit": {
|
|
3559
|
-
"description": "Items per page",
|
|
3560
|
-
"name": "limit",
|
|
3561
|
-
"default": 20,
|
|
3562
|
-
"hasDynamicHelp": false,
|
|
3563
|
-
"multiple": false,
|
|
3564
|
-
"type": "option"
|
|
3565
|
-
},
|
|
3566
|
-
"channel": {
|
|
3567
|
-
"description": "Filter by channel ID",
|
|
3568
|
-
"name": "channel",
|
|
3569
|
-
"hasDynamicHelp": false,
|
|
3570
|
-
"multiple": false,
|
|
3571
|
-
"type": "option"
|
|
3572
|
-
},
|
|
3573
|
-
"channels": {
|
|
3574
|
-
"description": "Comma-separated channel IDs",
|
|
3575
|
-
"name": "channels",
|
|
3576
|
-
"hasDynamicHelp": false,
|
|
3577
|
-
"multiple": false,
|
|
3578
|
-
"type": "option"
|
|
3579
|
-
},
|
|
3580
|
-
"search": {
|
|
3581
|
-
"description": "Search chats",
|
|
3582
|
-
"name": "search",
|
|
3583
|
-
"hasDynamicHelp": false,
|
|
3584
|
-
"multiple": false,
|
|
3585
|
-
"type": "option"
|
|
3586
|
-
},
|
|
3587
|
-
"status": {
|
|
3588
|
-
"description": "Chat status",
|
|
3589
|
-
"name": "status",
|
|
3590
|
-
"hasDynamicHelp": false,
|
|
3591
|
-
"multiple": false,
|
|
3592
|
-
"options": [
|
|
3593
|
-
"all",
|
|
3594
|
-
"unread",
|
|
3595
|
-
"read",
|
|
3596
|
-
"archived"
|
|
3597
|
-
],
|
|
3598
|
-
"type": "option"
|
|
3599
|
-
},
|
|
3600
|
-
"unread-only": {
|
|
3601
|
-
"description": "Only unread chats",
|
|
3602
|
-
"name": "unread-only",
|
|
3603
|
-
"allowNo": false,
|
|
3604
|
-
"type": "boolean"
|
|
3605
|
-
},
|
|
3606
|
-
"include-archived": {
|
|
3607
|
-
"description": "Include archived chats",
|
|
3608
|
-
"name": "include-archived",
|
|
3609
|
-
"allowNo": false,
|
|
3610
|
-
"type": "boolean"
|
|
3611
3502
|
}
|
|
3612
3503
|
},
|
|
3613
3504
|
"hasDynamicHelp": false,
|
|
3614
3505
|
"hiddenAliases": [],
|
|
3615
|
-
"id": "
|
|
3506
|
+
"id": "broadcast:get",
|
|
3616
3507
|
"pluginAlias": "@instantkom/cli",
|
|
3617
3508
|
"pluginName": "@instantkom/cli",
|
|
3618
3509
|
"pluginType": "core",
|
|
@@ -3622,20 +3513,14 @@
|
|
|
3622
3513
|
"relativePath": [
|
|
3623
3514
|
"dist",
|
|
3624
3515
|
"commands",
|
|
3625
|
-
"
|
|
3626
|
-
"
|
|
3516
|
+
"broadcast",
|
|
3517
|
+
"get.js"
|
|
3627
3518
|
]
|
|
3628
3519
|
},
|
|
3629
|
-
"
|
|
3520
|
+
"broadcast:list": {
|
|
3630
3521
|
"aliases": [],
|
|
3631
|
-
"args": {
|
|
3632
|
-
|
|
3633
|
-
"description": "Chat ID",
|
|
3634
|
-
"name": "id",
|
|
3635
|
-
"required": true
|
|
3636
|
-
}
|
|
3637
|
-
},
|
|
3638
|
-
"description": "Reply in a chat",
|
|
3522
|
+
"args": {},
|
|
3523
|
+
"description": "List broadcasts",
|
|
3639
3524
|
"flags": {
|
|
3640
3525
|
"api-key": {
|
|
3641
3526
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3699,18 +3584,72 @@
|
|
|
3699
3584
|
"multiple": false,
|
|
3700
3585
|
"type": "option"
|
|
3701
3586
|
},
|
|
3702
|
-
"
|
|
3703
|
-
"description": "
|
|
3704
|
-
"name": "
|
|
3705
|
-
"
|
|
3706
|
-
"hasDynamicHelp": false,
|
|
3587
|
+
"page": {
|
|
3588
|
+
"description": "Page number",
|
|
3589
|
+
"name": "page",
|
|
3590
|
+
"default": 1,
|
|
3591
|
+
"hasDynamicHelp": false,
|
|
3592
|
+
"multiple": false,
|
|
3593
|
+
"type": "option"
|
|
3594
|
+
},
|
|
3595
|
+
"limit": {
|
|
3596
|
+
"description": "Items per page",
|
|
3597
|
+
"name": "limit",
|
|
3598
|
+
"default": 20,
|
|
3599
|
+
"hasDynamicHelp": false,
|
|
3600
|
+
"multiple": false,
|
|
3601
|
+
"type": "option"
|
|
3602
|
+
},
|
|
3603
|
+
"channel": {
|
|
3604
|
+
"description": "Filter by channel ID",
|
|
3605
|
+
"name": "channel",
|
|
3606
|
+
"hasDynamicHelp": false,
|
|
3607
|
+
"multiple": false,
|
|
3608
|
+
"type": "option"
|
|
3609
|
+
},
|
|
3610
|
+
"send-status": {
|
|
3611
|
+
"description": "Filter by send status",
|
|
3612
|
+
"name": "send-status",
|
|
3613
|
+
"hasDynamicHelp": false,
|
|
3614
|
+
"multiple": false,
|
|
3615
|
+
"type": "option"
|
|
3616
|
+
},
|
|
3617
|
+
"type": {
|
|
3618
|
+
"description": "Broadcast type",
|
|
3619
|
+
"name": "type",
|
|
3620
|
+
"hasDynamicHelp": false,
|
|
3621
|
+
"multiple": false,
|
|
3622
|
+
"options": [
|
|
3623
|
+
"text",
|
|
3624
|
+
"image",
|
|
3625
|
+
"video",
|
|
3626
|
+
"audio",
|
|
3627
|
+
"document"
|
|
3628
|
+
],
|
|
3629
|
+
"type": "option"
|
|
3630
|
+
},
|
|
3631
|
+
"search": {
|
|
3632
|
+
"description": "Search broadcasts",
|
|
3633
|
+
"name": "search",
|
|
3634
|
+
"hasDynamicHelp": false,
|
|
3707
3635
|
"multiple": false,
|
|
3708
3636
|
"type": "option"
|
|
3637
|
+
},
|
|
3638
|
+
"test": {
|
|
3639
|
+
"description": "Filter test flag: 0 or 1",
|
|
3640
|
+
"name": "test",
|
|
3641
|
+
"hasDynamicHelp": false,
|
|
3642
|
+
"multiple": false,
|
|
3643
|
+
"options": [
|
|
3644
|
+
"0",
|
|
3645
|
+
"1"
|
|
3646
|
+
],
|
|
3647
|
+
"type": "option"
|
|
3709
3648
|
}
|
|
3710
3649
|
},
|
|
3711
3650
|
"hasDynamicHelp": false,
|
|
3712
3651
|
"hiddenAliases": [],
|
|
3713
|
-
"id": "
|
|
3652
|
+
"id": "broadcast:list",
|
|
3714
3653
|
"pluginAlias": "@instantkom/cli",
|
|
3715
3654
|
"pluginName": "@instantkom/cli",
|
|
3716
3655
|
"pluginType": "core",
|
|
@@ -3720,20 +3659,20 @@
|
|
|
3720
3659
|
"relativePath": [
|
|
3721
3660
|
"dist",
|
|
3722
3661
|
"commands",
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3662
|
+
"broadcast",
|
|
3663
|
+
"list.js"
|
|
3725
3664
|
]
|
|
3726
3665
|
},
|
|
3727
|
-
"
|
|
3666
|
+
"broadcast:send": {
|
|
3728
3667
|
"aliases": [],
|
|
3729
3668
|
"args": {
|
|
3730
|
-
"
|
|
3731
|
-
"description": "
|
|
3732
|
-
"name": "
|
|
3669
|
+
"id": {
|
|
3670
|
+
"description": "Broadcast ID",
|
|
3671
|
+
"name": "id",
|
|
3733
3672
|
"required": true
|
|
3734
3673
|
}
|
|
3735
3674
|
},
|
|
3736
|
-
"description": "
|
|
3675
|
+
"description": "Send a broadcast immediately",
|
|
3737
3676
|
"flags": {
|
|
3738
3677
|
"api-key": {
|
|
3739
3678
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3800,7 +3739,7 @@
|
|
|
3800
3739
|
},
|
|
3801
3740
|
"hasDynamicHelp": false,
|
|
3802
3741
|
"hiddenAliases": [],
|
|
3803
|
-
"id": "
|
|
3742
|
+
"id": "broadcast:send",
|
|
3804
3743
|
"pluginAlias": "@instantkom/cli",
|
|
3805
3744
|
"pluginName": "@instantkom/cli",
|
|
3806
3745
|
"pluginType": "core",
|
|
@@ -3810,25 +3749,20 @@
|
|
|
3810
3749
|
"relativePath": [
|
|
3811
3750
|
"dist",
|
|
3812
3751
|
"commands",
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
3752
|
+
"broadcast",
|
|
3753
|
+
"send.js"
|
|
3815
3754
|
]
|
|
3816
3755
|
},
|
|
3817
|
-
"
|
|
3756
|
+
"broadcast:status": {
|
|
3818
3757
|
"aliases": [],
|
|
3819
3758
|
"args": {
|
|
3820
|
-
"
|
|
3821
|
-
"description": "
|
|
3822
|
-
"name": "
|
|
3823
|
-
"required": true
|
|
3824
|
-
},
|
|
3825
|
-
"value": {
|
|
3826
|
-
"description": "Value to assign",
|
|
3827
|
-
"name": "value",
|
|
3759
|
+
"id": {
|
|
3760
|
+
"description": "Broadcast ID",
|
|
3761
|
+
"name": "id",
|
|
3828
3762
|
"required": true
|
|
3829
3763
|
}
|
|
3830
3764
|
},
|
|
3831
|
-
"description": "
|
|
3765
|
+
"description": "Show broadcast send status",
|
|
3832
3766
|
"flags": {
|
|
3833
3767
|
"api-key": {
|
|
3834
3768
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3895,7 +3829,7 @@
|
|
|
3895
3829
|
},
|
|
3896
3830
|
"hasDynamicHelp": false,
|
|
3897
3831
|
"hiddenAliases": [],
|
|
3898
|
-
"id": "
|
|
3832
|
+
"id": "broadcast:status",
|
|
3899
3833
|
"pluginAlias": "@instantkom/cli",
|
|
3900
3834
|
"pluginName": "@instantkom/cli",
|
|
3901
3835
|
"pluginType": "core",
|
|
@@ -3905,20 +3839,20 @@
|
|
|
3905
3839
|
"relativePath": [
|
|
3906
3840
|
"dist",
|
|
3907
3841
|
"commands",
|
|
3908
|
-
"
|
|
3909
|
-
"
|
|
3842
|
+
"broadcast",
|
|
3843
|
+
"status.js"
|
|
3910
3844
|
]
|
|
3911
3845
|
},
|
|
3912
|
-
"
|
|
3846
|
+
"broadcast:update": {
|
|
3913
3847
|
"aliases": [],
|
|
3914
3848
|
"args": {
|
|
3915
|
-
"
|
|
3916
|
-
"description": "
|
|
3917
|
-
"name": "
|
|
3849
|
+
"id": {
|
|
3850
|
+
"description": "Broadcast ID",
|
|
3851
|
+
"name": "id",
|
|
3918
3852
|
"required": true
|
|
3919
3853
|
}
|
|
3920
3854
|
},
|
|
3921
|
-
"description": "
|
|
3855
|
+
"description": "Update a broadcast",
|
|
3922
3856
|
"flags": {
|
|
3923
3857
|
"api-key": {
|
|
3924
3858
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3981,11 +3915,77 @@
|
|
|
3981
3915
|
"hasDynamicHelp": false,
|
|
3982
3916
|
"multiple": false,
|
|
3983
3917
|
"type": "option"
|
|
3918
|
+
},
|
|
3919
|
+
"text": {
|
|
3920
|
+
"description": "Broadcast message text",
|
|
3921
|
+
"name": "text",
|
|
3922
|
+
"hasDynamicHelp": false,
|
|
3923
|
+
"multiple": false,
|
|
3924
|
+
"type": "option"
|
|
3925
|
+
},
|
|
3926
|
+
"send-status": {
|
|
3927
|
+
"description": "Send status",
|
|
3928
|
+
"name": "send-status",
|
|
3929
|
+
"hasDynamicHelp": false,
|
|
3930
|
+
"multiple": false,
|
|
3931
|
+
"type": "option"
|
|
3932
|
+
},
|
|
3933
|
+
"scheduled-at": {
|
|
3934
|
+
"description": "Unix timestamp for scheduled send",
|
|
3935
|
+
"name": "scheduled-at",
|
|
3936
|
+
"hasDynamicHelp": false,
|
|
3937
|
+
"multiple": false,
|
|
3938
|
+
"type": "option"
|
|
3939
|
+
},
|
|
3940
|
+
"approved": {
|
|
3941
|
+
"description": "Mark as approved",
|
|
3942
|
+
"name": "approved",
|
|
3943
|
+
"allowNo": false,
|
|
3944
|
+
"type": "boolean"
|
|
3945
|
+
},
|
|
3946
|
+
"locked": {
|
|
3947
|
+
"description": "Mark as locked",
|
|
3948
|
+
"name": "locked",
|
|
3949
|
+
"allowNo": false,
|
|
3950
|
+
"type": "boolean"
|
|
3951
|
+
},
|
|
3952
|
+
"test": {
|
|
3953
|
+
"description": "Mark as test broadcast",
|
|
3954
|
+
"name": "test",
|
|
3955
|
+
"allowNo": false,
|
|
3956
|
+
"type": "boolean"
|
|
3957
|
+
},
|
|
3958
|
+
"template-id": {
|
|
3959
|
+
"description": "Template ID",
|
|
3960
|
+
"name": "template-id",
|
|
3961
|
+
"hasDynamicHelp": false,
|
|
3962
|
+
"multiple": false,
|
|
3963
|
+
"type": "option"
|
|
3964
|
+
},
|
|
3965
|
+
"remove-media": {
|
|
3966
|
+
"description": "Remove existing media",
|
|
3967
|
+
"name": "remove-media",
|
|
3968
|
+
"allowNo": false,
|
|
3969
|
+
"type": "boolean"
|
|
3970
|
+
},
|
|
3971
|
+
"header-footer": {
|
|
3972
|
+
"description": "Header/footer JSON array",
|
|
3973
|
+
"name": "header-footer",
|
|
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": "broadcast:update",
|
|
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
|
+
"broadcast",
|
|
3999
|
+
"update.js"
|
|
4000
4000
|
]
|
|
4001
4001
|
},
|
|
4002
4002
|
"contacts:create": {
|
|
@@ -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
|
+
"templates:create": {
|
|
8966
8972
|
"aliases": [],
|
|
8967
8973
|
"args": {},
|
|
8968
|
-
"description": "
|
|
8974
|
+
"description": "Create a message template",
|
|
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,93 @@
|
|
|
9029
9035
|
"multiple": false,
|
|
9030
9036
|
"type": "option"
|
|
9031
9037
|
},
|
|
9032
|
-
"
|
|
9033
|
-
"description": "
|
|
9034
|
-
"name": "
|
|
9035
|
-
"
|
|
9038
|
+
"channel": {
|
|
9039
|
+
"description": "Channel ID",
|
|
9040
|
+
"name": "channel",
|
|
9041
|
+
"required": true,
|
|
9036
9042
|
"hasDynamicHelp": false,
|
|
9037
9043
|
"multiple": false,
|
|
9038
9044
|
"type": "option"
|
|
9039
9045
|
},
|
|
9040
|
-
"
|
|
9041
|
-
"description": "
|
|
9042
|
-
"name": "
|
|
9043
|
-
"
|
|
9046
|
+
"name": {
|
|
9047
|
+
"description": "Template name",
|
|
9048
|
+
"name": "name",
|
|
9049
|
+
"required": true,
|
|
9044
9050
|
"hasDynamicHelp": false,
|
|
9045
9051
|
"multiple": false,
|
|
9046
9052
|
"type": "option"
|
|
9047
9053
|
},
|
|
9048
|
-
"
|
|
9049
|
-
"description": "
|
|
9050
|
-
"name": "
|
|
9054
|
+
"type": {
|
|
9055
|
+
"description": "Template type",
|
|
9056
|
+
"name": "type",
|
|
9057
|
+
"default": "text",
|
|
9051
9058
|
"hasDynamicHelp": false,
|
|
9052
9059
|
"multiple": false,
|
|
9060
|
+
"options": [
|
|
9061
|
+
"text",
|
|
9062
|
+
"image",
|
|
9063
|
+
"video",
|
|
9064
|
+
"document",
|
|
9065
|
+
"audio",
|
|
9066
|
+
"location",
|
|
9067
|
+
"contact",
|
|
9068
|
+
"interactive"
|
|
9069
|
+
],
|
|
9053
9070
|
"type": "option"
|
|
9054
9071
|
},
|
|
9055
|
-
"
|
|
9056
|
-
"description": "
|
|
9057
|
-
"name": "
|
|
9072
|
+
"message": {
|
|
9073
|
+
"description": "Template message",
|
|
9074
|
+
"name": "message",
|
|
9075
|
+
"required": true,
|
|
9058
9076
|
"hasDynamicHelp": false,
|
|
9059
9077
|
"multiple": false,
|
|
9060
9078
|
"type": "option"
|
|
9061
|
-
}
|
|
9062
|
-
|
|
9079
|
+
},
|
|
9080
|
+
"color": {
|
|
9081
|
+
"description": "Template color as HEX",
|
|
9082
|
+
"name": "color",
|
|
9083
|
+
"hasDynamicHelp": false,
|
|
9084
|
+
"multiple": false,
|
|
9085
|
+
"type": "option"
|
|
9086
|
+
},
|
|
9087
|
+
"status": {
|
|
9088
|
+
"description": "Template is active",
|
|
9089
|
+
"name": "status",
|
|
9090
|
+
"allowNo": true,
|
|
9091
|
+
"type": "boolean"
|
|
9092
|
+
},
|
|
9093
|
+
"whatsapp-language": {
|
|
9094
|
+
"description": "WhatsApp template language",
|
|
9095
|
+
"name": "whatsapp-language",
|
|
9096
|
+
"hasDynamicHelp": false,
|
|
9097
|
+
"multiple": false,
|
|
9098
|
+
"type": "option"
|
|
9099
|
+
},
|
|
9100
|
+
"buttons": {
|
|
9101
|
+
"description": "Buttons JSON array/object",
|
|
9102
|
+
"name": "buttons",
|
|
9103
|
+
"hasDynamicHelp": false,
|
|
9104
|
+
"multiple": false,
|
|
9105
|
+
"type": "option"
|
|
9106
|
+
},
|
|
9107
|
+
"header-footer": {
|
|
9108
|
+
"description": "Header/footer JSON object",
|
|
9109
|
+
"name": "header-footer",
|
|
9110
|
+
"hasDynamicHelp": false,
|
|
9111
|
+
"multiple": false,
|
|
9112
|
+
"type": "option"
|
|
9113
|
+
},
|
|
9114
|
+
"data": {
|
|
9115
|
+
"description": "Additional JSON object payload",
|
|
9116
|
+
"name": "data",
|
|
9117
|
+
"hasDynamicHelp": false,
|
|
9118
|
+
"multiple": false,
|
|
9119
|
+
"type": "option"
|
|
9120
|
+
}
|
|
9121
|
+
},
|
|
9063
9122
|
"hasDynamicHelp": false,
|
|
9064
9123
|
"hiddenAliases": [],
|
|
9065
|
-
"id": "
|
|
9124
|
+
"id": "templates:create",
|
|
9066
9125
|
"pluginAlias": "@instantkom/cli",
|
|
9067
9126
|
"pluginName": "@instantkom/cli",
|
|
9068
9127
|
"pluginType": "core",
|
|
@@ -9072,20 +9131,20 @@
|
|
|
9072
9131
|
"relativePath": [
|
|
9073
9132
|
"dist",
|
|
9074
9133
|
"commands",
|
|
9075
|
-
"
|
|
9076
|
-
"
|
|
9134
|
+
"templates",
|
|
9135
|
+
"create.js"
|
|
9077
9136
|
]
|
|
9078
9137
|
},
|
|
9079
|
-
"
|
|
9138
|
+
"templates:delete": {
|
|
9080
9139
|
"aliases": [],
|
|
9081
9140
|
"args": {
|
|
9082
9141
|
"id": {
|
|
9083
|
-
"description": "
|
|
9142
|
+
"description": "template ID",
|
|
9084
9143
|
"name": "id",
|
|
9085
9144
|
"required": true
|
|
9086
9145
|
}
|
|
9087
9146
|
},
|
|
9088
|
-
"description": "
|
|
9147
|
+
"description": "Delete template",
|
|
9089
9148
|
"flags": {
|
|
9090
9149
|
"api-key": {
|
|
9091
9150
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9148,46 +9207,11 @@
|
|
|
9148
9207
|
"hasDynamicHelp": false,
|
|
9149
9208
|
"multiple": false,
|
|
9150
9209
|
"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
9210
|
}
|
|
9187
9211
|
},
|
|
9188
9212
|
"hasDynamicHelp": false,
|
|
9189
9213
|
"hiddenAliases": [],
|
|
9190
|
-
"id": "
|
|
9214
|
+
"id": "templates:delete",
|
|
9191
9215
|
"pluginAlias": "@instantkom/cli",
|
|
9192
9216
|
"pluginName": "@instantkom/cli",
|
|
9193
9217
|
"pluginType": "core",
|
|
@@ -9197,14 +9221,14 @@
|
|
|
9197
9221
|
"relativePath": [
|
|
9198
9222
|
"dist",
|
|
9199
9223
|
"commands",
|
|
9200
|
-
"
|
|
9201
|
-
"
|
|
9224
|
+
"templates",
|
|
9225
|
+
"delete.js"
|
|
9202
9226
|
]
|
|
9203
9227
|
},
|
|
9204
|
-
"
|
|
9228
|
+
"templates:export": {
|
|
9205
9229
|
"aliases": [],
|
|
9206
9230
|
"args": {},
|
|
9207
|
-
"description": "
|
|
9231
|
+
"description": "Export templates to a file",
|
|
9208
9232
|
"flags": {
|
|
9209
9233
|
"api-key": {
|
|
9210
9234
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9216,17 +9240,14 @@
|
|
|
9216
9240
|
"type": "option"
|
|
9217
9241
|
},
|
|
9218
9242
|
"format": {
|
|
9219
|
-
"description": "
|
|
9220
|
-
"helpGroup": "GLOBAL",
|
|
9243
|
+
"description": "Export format",
|
|
9221
9244
|
"name": "format",
|
|
9222
|
-
"default": "
|
|
9245
|
+
"default": "json",
|
|
9223
9246
|
"hasDynamicHelp": false,
|
|
9224
9247
|
"multiple": false,
|
|
9225
9248
|
"options": [
|
|
9226
|
-
"
|
|
9227
|
-
"json"
|
|
9228
|
-
"yaml",
|
|
9229
|
-
"table"
|
|
9249
|
+
"csv",
|
|
9250
|
+
"json"
|
|
9230
9251
|
],
|
|
9231
9252
|
"type": "option"
|
|
9232
9253
|
},
|
|
@@ -9269,17 +9290,24 @@
|
|
|
9269
9290
|
"type": "option"
|
|
9270
9291
|
},
|
|
9271
9292
|
"file": {
|
|
9272
|
-
"description": "
|
|
9293
|
+
"description": "Output file path",
|
|
9273
9294
|
"name": "file",
|
|
9274
9295
|
"required": true,
|
|
9275
9296
|
"hasDynamicHelp": false,
|
|
9276
9297
|
"multiple": false,
|
|
9277
9298
|
"type": "option"
|
|
9299
|
+
},
|
|
9300
|
+
"channel": {
|
|
9301
|
+
"description": "Filter by channel ID",
|
|
9302
|
+
"name": "channel",
|
|
9303
|
+
"hasDynamicHelp": false,
|
|
9304
|
+
"multiple": false,
|
|
9305
|
+
"type": "option"
|
|
9278
9306
|
}
|
|
9279
9307
|
},
|
|
9280
9308
|
"hasDynamicHelp": false,
|
|
9281
9309
|
"hiddenAliases": [],
|
|
9282
|
-
"id": "
|
|
9310
|
+
"id": "templates:export",
|
|
9283
9311
|
"pluginAlias": "@instantkom/cli",
|
|
9284
9312
|
"pluginName": "@instantkom/cli",
|
|
9285
9313
|
"pluginType": "core",
|
|
@@ -9289,14 +9317,20 @@
|
|
|
9289
9317
|
"relativePath": [
|
|
9290
9318
|
"dist",
|
|
9291
9319
|
"commands",
|
|
9292
|
-
"
|
|
9293
|
-
"
|
|
9320
|
+
"templates",
|
|
9321
|
+
"export.js"
|
|
9294
9322
|
]
|
|
9295
9323
|
},
|
|
9296
|
-
"templates:
|
|
9324
|
+
"templates:get": {
|
|
9297
9325
|
"aliases": [],
|
|
9298
|
-
"args": {
|
|
9299
|
-
|
|
9326
|
+
"args": {
|
|
9327
|
+
"id": {
|
|
9328
|
+
"description": "Template ID",
|
|
9329
|
+
"name": "id",
|
|
9330
|
+
"required": true
|
|
9331
|
+
}
|
|
9332
|
+
},
|
|
9333
|
+
"description": "Get a message template by ID",
|
|
9300
9334
|
"flags": {
|
|
9301
9335
|
"api-key": {
|
|
9302
9336
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9359,94 +9393,11 @@
|
|
|
9359
9393
|
"hasDynamicHelp": false,
|
|
9360
9394
|
"multiple": false,
|
|
9361
9395
|
"type": "option"
|
|
9362
|
-
},
|
|
9363
|
-
"channel": {
|
|
9364
|
-
"description": "Channel ID",
|
|
9365
|
-
"name": "channel",
|
|
9366
|
-
"required": true,
|
|
9367
|
-
"hasDynamicHelp": false,
|
|
9368
|
-
"multiple": false,
|
|
9369
|
-
"type": "option"
|
|
9370
|
-
},
|
|
9371
|
-
"name": {
|
|
9372
|
-
"description": "Template name",
|
|
9373
|
-
"name": "name",
|
|
9374
|
-
"required": true,
|
|
9375
|
-
"hasDynamicHelp": false,
|
|
9376
|
-
"multiple": false,
|
|
9377
|
-
"type": "option"
|
|
9378
|
-
},
|
|
9379
|
-
"type": {
|
|
9380
|
-
"description": "Template type",
|
|
9381
|
-
"name": "type",
|
|
9382
|
-
"default": "text",
|
|
9383
|
-
"hasDynamicHelp": false,
|
|
9384
|
-
"multiple": false,
|
|
9385
|
-
"options": [
|
|
9386
|
-
"text",
|
|
9387
|
-
"image",
|
|
9388
|
-
"video",
|
|
9389
|
-
"document",
|
|
9390
|
-
"audio",
|
|
9391
|
-
"location",
|
|
9392
|
-
"contact",
|
|
9393
|
-
"interactive"
|
|
9394
|
-
],
|
|
9395
|
-
"type": "option"
|
|
9396
|
-
},
|
|
9397
|
-
"message": {
|
|
9398
|
-
"description": "Template message",
|
|
9399
|
-
"name": "message",
|
|
9400
|
-
"required": true,
|
|
9401
|
-
"hasDynamicHelp": false,
|
|
9402
|
-
"multiple": false,
|
|
9403
|
-
"type": "option"
|
|
9404
|
-
},
|
|
9405
|
-
"color": {
|
|
9406
|
-
"description": "Template color as HEX",
|
|
9407
|
-
"name": "color",
|
|
9408
|
-
"hasDynamicHelp": false,
|
|
9409
|
-
"multiple": false,
|
|
9410
|
-
"type": "option"
|
|
9411
|
-
},
|
|
9412
|
-
"status": {
|
|
9413
|
-
"description": "Template is active",
|
|
9414
|
-
"name": "status",
|
|
9415
|
-
"allowNo": true,
|
|
9416
|
-
"type": "boolean"
|
|
9417
|
-
},
|
|
9418
|
-
"whatsapp-language": {
|
|
9419
|
-
"description": "WhatsApp template language",
|
|
9420
|
-
"name": "whatsapp-language",
|
|
9421
|
-
"hasDynamicHelp": false,
|
|
9422
|
-
"multiple": false,
|
|
9423
|
-
"type": "option"
|
|
9424
|
-
},
|
|
9425
|
-
"buttons": {
|
|
9426
|
-
"description": "Buttons JSON array/object",
|
|
9427
|
-
"name": "buttons",
|
|
9428
|
-
"hasDynamicHelp": false,
|
|
9429
|
-
"multiple": false,
|
|
9430
|
-
"type": "option"
|
|
9431
|
-
},
|
|
9432
|
-
"header-footer": {
|
|
9433
|
-
"description": "Header/footer JSON object",
|
|
9434
|
-
"name": "header-footer",
|
|
9435
|
-
"hasDynamicHelp": false,
|
|
9436
|
-
"multiple": false,
|
|
9437
|
-
"type": "option"
|
|
9438
|
-
},
|
|
9439
|
-
"data": {
|
|
9440
|
-
"description": "Additional JSON object payload",
|
|
9441
|
-
"name": "data",
|
|
9442
|
-
"hasDynamicHelp": false,
|
|
9443
|
-
"multiple": false,
|
|
9444
|
-
"type": "option"
|
|
9445
9396
|
}
|
|
9446
9397
|
},
|
|
9447
9398
|
"hasDynamicHelp": false,
|
|
9448
9399
|
"hiddenAliases": [],
|
|
9449
|
-
"id": "templates:
|
|
9400
|
+
"id": "templates:get",
|
|
9450
9401
|
"pluginAlias": "@instantkom/cli",
|
|
9451
9402
|
"pluginName": "@instantkom/cli",
|
|
9452
9403
|
"pluginType": "core",
|
|
@@ -9457,19 +9408,13 @@
|
|
|
9457
9408
|
"dist",
|
|
9458
9409
|
"commands",
|
|
9459
9410
|
"templates",
|
|
9460
|
-
"
|
|
9411
|
+
"get.js"
|
|
9461
9412
|
]
|
|
9462
9413
|
},
|
|
9463
|
-
"templates:
|
|
9414
|
+
"templates:import": {
|
|
9464
9415
|
"aliases": [],
|
|
9465
|
-
"args": {
|
|
9466
|
-
|
|
9467
|
-
"description": "template ID",
|
|
9468
|
-
"name": "id",
|
|
9469
|
-
"required": true
|
|
9470
|
-
}
|
|
9471
|
-
},
|
|
9472
|
-
"description": "Delete template",
|
|
9416
|
+
"args": {},
|
|
9417
|
+
"description": "Import templates from JSON",
|
|
9473
9418
|
"flags": {
|
|
9474
9419
|
"api-key": {
|
|
9475
9420
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9532,11 +9477,33 @@
|
|
|
9532
9477
|
"hasDynamicHelp": false,
|
|
9533
9478
|
"multiple": false,
|
|
9534
9479
|
"type": "option"
|
|
9480
|
+
},
|
|
9481
|
+
"file": {
|
|
9482
|
+
"description": "JSON file path",
|
|
9483
|
+
"name": "file",
|
|
9484
|
+
"required": true,
|
|
9485
|
+
"hasDynamicHelp": false,
|
|
9486
|
+
"multiple": false,
|
|
9487
|
+
"type": "option"
|
|
9488
|
+
},
|
|
9489
|
+
"channel": {
|
|
9490
|
+
"description": "Target channel ID",
|
|
9491
|
+
"name": "channel",
|
|
9492
|
+
"required": true,
|
|
9493
|
+
"hasDynamicHelp": false,
|
|
9494
|
+
"multiple": false,
|
|
9495
|
+
"type": "option"
|
|
9496
|
+
},
|
|
9497
|
+
"skip-duplicates": {
|
|
9498
|
+
"description": "Skip duplicate templates",
|
|
9499
|
+
"name": "skip-duplicates",
|
|
9500
|
+
"allowNo": true,
|
|
9501
|
+
"type": "boolean"
|
|
9535
9502
|
}
|
|
9536
9503
|
},
|
|
9537
9504
|
"hasDynamicHelp": false,
|
|
9538
9505
|
"hiddenAliases": [],
|
|
9539
|
-
"id": "templates:
|
|
9506
|
+
"id": "templates:import",
|
|
9540
9507
|
"pluginAlias": "@instantkom/cli",
|
|
9541
9508
|
"pluginName": "@instantkom/cli",
|
|
9542
9509
|
"pluginType": "core",
|
|
@@ -9547,13 +9514,13 @@
|
|
|
9547
9514
|
"dist",
|
|
9548
9515
|
"commands",
|
|
9549
9516
|
"templates",
|
|
9550
|
-
"
|
|
9517
|
+
"import.js"
|
|
9551
9518
|
]
|
|
9552
9519
|
},
|
|
9553
|
-
"templates:
|
|
9520
|
+
"templates:list": {
|
|
9554
9521
|
"aliases": [],
|
|
9555
9522
|
"args": {},
|
|
9556
|
-
"description": "
|
|
9523
|
+
"description": "List message templates",
|
|
9557
9524
|
"flags": {
|
|
9558
9525
|
"api-key": {
|
|
9559
9526
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9565,14 +9532,17 @@
|
|
|
9565
9532
|
"type": "option"
|
|
9566
9533
|
},
|
|
9567
9534
|
"format": {
|
|
9568
|
-
"description": "
|
|
9535
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9536
|
+
"helpGroup": "GLOBAL",
|
|
9569
9537
|
"name": "format",
|
|
9570
|
-
"default": "
|
|
9538
|
+
"default": "text",
|
|
9571
9539
|
"hasDynamicHelp": false,
|
|
9572
9540
|
"multiple": false,
|
|
9573
9541
|
"options": [
|
|
9574
|
-
"
|
|
9575
|
-
"json"
|
|
9542
|
+
"text",
|
|
9543
|
+
"json",
|
|
9544
|
+
"yaml",
|
|
9545
|
+
"table"
|
|
9576
9546
|
],
|
|
9577
9547
|
"type": "option"
|
|
9578
9548
|
},
|
|
@@ -9614,17 +9584,32 @@
|
|
|
9614
9584
|
"multiple": false,
|
|
9615
9585
|
"type": "option"
|
|
9616
9586
|
},
|
|
9617
|
-
"
|
|
9618
|
-
"description": "
|
|
9619
|
-
"name": "
|
|
9620
|
-
"required": true,
|
|
9587
|
+
"channel": {
|
|
9588
|
+
"description": "Filter by channel ID",
|
|
9589
|
+
"name": "channel",
|
|
9621
9590
|
"hasDynamicHelp": false,
|
|
9622
9591
|
"multiple": false,
|
|
9623
9592
|
"type": "option"
|
|
9624
9593
|
},
|
|
9625
|
-
"
|
|
9626
|
-
"description": "
|
|
9627
|
-
"name": "
|
|
9594
|
+
"search": {
|
|
9595
|
+
"description": "Search templates by name or content",
|
|
9596
|
+
"name": "search",
|
|
9597
|
+
"hasDynamicHelp": false,
|
|
9598
|
+
"multiple": false,
|
|
9599
|
+
"type": "option"
|
|
9600
|
+
},
|
|
9601
|
+
"page": {
|
|
9602
|
+
"description": "Page number",
|
|
9603
|
+
"name": "page",
|
|
9604
|
+
"default": 1,
|
|
9605
|
+
"hasDynamicHelp": false,
|
|
9606
|
+
"multiple": false,
|
|
9607
|
+
"type": "option"
|
|
9608
|
+
},
|
|
9609
|
+
"limit": {
|
|
9610
|
+
"description": "Items per page",
|
|
9611
|
+
"name": "limit",
|
|
9612
|
+
"default": 20,
|
|
9628
9613
|
"hasDynamicHelp": false,
|
|
9629
9614
|
"multiple": false,
|
|
9630
9615
|
"type": "option"
|
|
@@ -9632,7 +9617,7 @@
|
|
|
9632
9617
|
},
|
|
9633
9618
|
"hasDynamicHelp": false,
|
|
9634
9619
|
"hiddenAliases": [],
|
|
9635
|
-
"id": "templates:
|
|
9620
|
+
"id": "templates:list",
|
|
9636
9621
|
"pluginAlias": "@instantkom/cli",
|
|
9637
9622
|
"pluginName": "@instantkom/cli",
|
|
9638
9623
|
"pluginType": "core",
|
|
@@ -9643,10 +9628,10 @@
|
|
|
9643
9628
|
"dist",
|
|
9644
9629
|
"commands",
|
|
9645
9630
|
"templates",
|
|
9646
|
-
"
|
|
9631
|
+
"list.js"
|
|
9647
9632
|
]
|
|
9648
9633
|
},
|
|
9649
|
-
"templates:
|
|
9634
|
+
"templates:render": {
|
|
9650
9635
|
"aliases": [],
|
|
9651
9636
|
"args": {
|
|
9652
9637
|
"id": {
|
|
@@ -9655,7 +9640,7 @@
|
|
|
9655
9640
|
"required": true
|
|
9656
9641
|
}
|
|
9657
9642
|
},
|
|
9658
|
-
"description": "
|
|
9643
|
+
"description": "Render a message template locally",
|
|
9659
9644
|
"flags": {
|
|
9660
9645
|
"api-key": {
|
|
9661
9646
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9718,11 +9703,18 @@
|
|
|
9718
9703
|
"hasDynamicHelp": false,
|
|
9719
9704
|
"multiple": false,
|
|
9720
9705
|
"type": "option"
|
|
9706
|
+
},
|
|
9707
|
+
"vars": {
|
|
9708
|
+
"description": "Template variable as key=value; may be repeated",
|
|
9709
|
+
"name": "vars",
|
|
9710
|
+
"hasDynamicHelp": false,
|
|
9711
|
+
"multiple": true,
|
|
9712
|
+
"type": "option"
|
|
9721
9713
|
}
|
|
9722
9714
|
},
|
|
9723
9715
|
"hasDynamicHelp": false,
|
|
9724
9716
|
"hiddenAliases": [],
|
|
9725
|
-
"id": "templates:
|
|
9717
|
+
"id": "templates:render",
|
|
9726
9718
|
"pluginAlias": "@instantkom/cli",
|
|
9727
9719
|
"pluginName": "@instantkom/cli",
|
|
9728
9720
|
"pluginType": "core",
|
|
@@ -9733,13 +9725,19 @@
|
|
|
9733
9725
|
"dist",
|
|
9734
9726
|
"commands",
|
|
9735
9727
|
"templates",
|
|
9736
|
-
"
|
|
9728
|
+
"render.js"
|
|
9737
9729
|
]
|
|
9738
9730
|
},
|
|
9739
|
-
"templates:
|
|
9731
|
+
"templates:update": {
|
|
9740
9732
|
"aliases": [],
|
|
9741
|
-
"args": {
|
|
9742
|
-
|
|
9733
|
+
"args": {
|
|
9734
|
+
"id": {
|
|
9735
|
+
"description": "Template ID",
|
|
9736
|
+
"name": "id",
|
|
9737
|
+
"required": true
|
|
9738
|
+
}
|
|
9739
|
+
},
|
|
9740
|
+
"description": "Update a message template",
|
|
9743
9741
|
"flags": {
|
|
9744
9742
|
"api-key": {
|
|
9745
9743
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9803,32 +9801,88 @@
|
|
|
9803
9801
|
"multiple": false,
|
|
9804
9802
|
"type": "option"
|
|
9805
9803
|
},
|
|
9806
|
-
"
|
|
9807
|
-
"description": "
|
|
9808
|
-
"name": "
|
|
9809
|
-
"required": true,
|
|
9804
|
+
"name": {
|
|
9805
|
+
"description": "Template name",
|
|
9806
|
+
"name": "name",
|
|
9810
9807
|
"hasDynamicHelp": false,
|
|
9811
9808
|
"multiple": false,
|
|
9812
9809
|
"type": "option"
|
|
9813
9810
|
},
|
|
9814
|
-
"
|
|
9815
|
-
"description": "
|
|
9816
|
-
"name": "
|
|
9817
|
-
"
|
|
9811
|
+
"type": {
|
|
9812
|
+
"description": "Template type",
|
|
9813
|
+
"name": "type",
|
|
9814
|
+
"hasDynamicHelp": false,
|
|
9815
|
+
"multiple": false,
|
|
9816
|
+
"options": [
|
|
9817
|
+
"text",
|
|
9818
|
+
"image",
|
|
9819
|
+
"video",
|
|
9820
|
+
"document",
|
|
9821
|
+
"audio",
|
|
9822
|
+
"location",
|
|
9823
|
+
"contact",
|
|
9824
|
+
"interactive"
|
|
9825
|
+
],
|
|
9826
|
+
"type": "option"
|
|
9827
|
+
},
|
|
9828
|
+
"message": {
|
|
9829
|
+
"description": "Template message",
|
|
9830
|
+
"name": "message",
|
|
9818
9831
|
"hasDynamicHelp": false,
|
|
9819
9832
|
"multiple": false,
|
|
9820
9833
|
"type": "option"
|
|
9821
9834
|
},
|
|
9822
|
-
"
|
|
9823
|
-
"description": "
|
|
9824
|
-
"name": "
|
|
9835
|
+
"color": {
|
|
9836
|
+
"description": "Template color as HEX",
|
|
9837
|
+
"name": "color",
|
|
9838
|
+
"hasDynamicHelp": false,
|
|
9839
|
+
"multiple": false,
|
|
9840
|
+
"type": "option"
|
|
9841
|
+
},
|
|
9842
|
+
"status": {
|
|
9843
|
+
"description": "Template is active",
|
|
9844
|
+
"name": "status",
|
|
9825
9845
|
"allowNo": true,
|
|
9826
9846
|
"type": "boolean"
|
|
9847
|
+
},
|
|
9848
|
+
"remove-media": {
|
|
9849
|
+
"description": "Remove existing media",
|
|
9850
|
+
"name": "remove-media",
|
|
9851
|
+
"allowNo": false,
|
|
9852
|
+
"type": "boolean"
|
|
9853
|
+
},
|
|
9854
|
+
"whatsapp-language": {
|
|
9855
|
+
"description": "WhatsApp template language",
|
|
9856
|
+
"name": "whatsapp-language",
|
|
9857
|
+
"hasDynamicHelp": false,
|
|
9858
|
+
"multiple": false,
|
|
9859
|
+
"type": "option"
|
|
9860
|
+
},
|
|
9861
|
+
"buttons": {
|
|
9862
|
+
"description": "Buttons JSON array/object",
|
|
9863
|
+
"name": "buttons",
|
|
9864
|
+
"hasDynamicHelp": false,
|
|
9865
|
+
"multiple": false,
|
|
9866
|
+
"type": "option"
|
|
9867
|
+
},
|
|
9868
|
+
"header-footer": {
|
|
9869
|
+
"description": "Header/footer JSON object",
|
|
9870
|
+
"name": "header-footer",
|
|
9871
|
+
"hasDynamicHelp": false,
|
|
9872
|
+
"multiple": false,
|
|
9873
|
+
"type": "option"
|
|
9874
|
+
},
|
|
9875
|
+
"data": {
|
|
9876
|
+
"description": "Additional JSON object payload",
|
|
9877
|
+
"name": "data",
|
|
9878
|
+
"hasDynamicHelp": false,
|
|
9879
|
+
"multiple": false,
|
|
9880
|
+
"type": "option"
|
|
9827
9881
|
}
|
|
9828
9882
|
},
|
|
9829
9883
|
"hasDynamicHelp": false,
|
|
9830
9884
|
"hiddenAliases": [],
|
|
9831
|
-
"id": "templates:
|
|
9885
|
+
"id": "templates:update",
|
|
9832
9886
|
"pluginAlias": "@instantkom/cli",
|
|
9833
9887
|
"pluginName": "@instantkom/cli",
|
|
9834
9888
|
"pluginType": "core",
|
|
@@ -9839,13 +9893,13 @@
|
|
|
9839
9893
|
"dist",
|
|
9840
9894
|
"commands",
|
|
9841
9895
|
"templates",
|
|
9842
|
-
"
|
|
9896
|
+
"update.js"
|
|
9843
9897
|
]
|
|
9844
9898
|
},
|
|
9845
|
-
"templates:
|
|
9899
|
+
"templates:validate-import": {
|
|
9846
9900
|
"aliases": [],
|
|
9847
9901
|
"args": {},
|
|
9848
|
-
"description": "
|
|
9902
|
+
"description": "Validate templates import JSON",
|
|
9849
9903
|
"flags": {
|
|
9850
9904
|
"api-key": {
|
|
9851
9905
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9909,32 +9963,18 @@
|
|
|
9909
9963
|
"multiple": false,
|
|
9910
9964
|
"type": "option"
|
|
9911
9965
|
},
|
|
9912
|
-
"
|
|
9913
|
-
"description": "
|
|
9914
|
-
"name": "
|
|
9915
|
-
"
|
|
9916
|
-
"multiple": false,
|
|
9917
|
-
"type": "option"
|
|
9918
|
-
},
|
|
9919
|
-
"search": {
|
|
9920
|
-
"description": "Search templates by name or content",
|
|
9921
|
-
"name": "search",
|
|
9922
|
-
"hasDynamicHelp": false,
|
|
9923
|
-
"multiple": false,
|
|
9924
|
-
"type": "option"
|
|
9925
|
-
},
|
|
9926
|
-
"page": {
|
|
9927
|
-
"description": "Page number",
|
|
9928
|
-
"name": "page",
|
|
9929
|
-
"default": 1,
|
|
9966
|
+
"file": {
|
|
9967
|
+
"description": "JSON file path",
|
|
9968
|
+
"name": "file",
|
|
9969
|
+
"required": true,
|
|
9930
9970
|
"hasDynamicHelp": false,
|
|
9931
9971
|
"multiple": false,
|
|
9932
9972
|
"type": "option"
|
|
9933
9973
|
},
|
|
9934
|
-
"
|
|
9935
|
-
"description": "
|
|
9936
|
-
"name": "
|
|
9937
|
-
"
|
|
9974
|
+
"channel": {
|
|
9975
|
+
"description": "Target channel ID",
|
|
9976
|
+
"name": "channel",
|
|
9977
|
+
"required": true,
|
|
9938
9978
|
"hasDynamicHelp": false,
|
|
9939
9979
|
"multiple": false,
|
|
9940
9980
|
"type": "option"
|
|
@@ -9942,7 +9982,7 @@
|
|
|
9942
9982
|
},
|
|
9943
9983
|
"hasDynamicHelp": false,
|
|
9944
9984
|
"hiddenAliases": [],
|
|
9945
|
-
"id": "templates:
|
|
9985
|
+
"id": "templates:validate-import",
|
|
9946
9986
|
"pluginAlias": "@instantkom/cli",
|
|
9947
9987
|
"pluginName": "@instantkom/cli",
|
|
9948
9988
|
"pluginType": "core",
|
|
@@ -9953,19 +9993,13 @@
|
|
|
9953
9993
|
"dist",
|
|
9954
9994
|
"commands",
|
|
9955
9995
|
"templates",
|
|
9956
|
-
"
|
|
9996
|
+
"validate-import.js"
|
|
9957
9997
|
]
|
|
9958
9998
|
},
|
|
9959
|
-
"
|
|
9999
|
+
"team:create": {
|
|
9960
10000
|
"aliases": [],
|
|
9961
|
-
"args": {
|
|
9962
|
-
|
|
9963
|
-
"description": "Template ID",
|
|
9964
|
-
"name": "id",
|
|
9965
|
-
"required": true
|
|
9966
|
-
}
|
|
9967
|
-
},
|
|
9968
|
-
"description": "Render a message template locally",
|
|
10001
|
+
"args": {},
|
|
10002
|
+
"description": "Create a team member",
|
|
9969
10003
|
"flags": {
|
|
9970
10004
|
"api-key": {
|
|
9971
10005
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10005,41 +10039,101 @@
|
|
|
10005
10039
|
"allowNo": false,
|
|
10006
10040
|
"type": "boolean"
|
|
10007
10041
|
},
|
|
10008
|
-
"no-color": {
|
|
10009
|
-
"description": "Disable color output",
|
|
10010
|
-
"helpGroup": "GLOBAL",
|
|
10011
|
-
"name": "no-color",
|
|
10012
|
-
"allowNo": false,
|
|
10013
|
-
"type": "boolean"
|
|
10042
|
+
"no-color": {
|
|
10043
|
+
"description": "Disable color output",
|
|
10044
|
+
"helpGroup": "GLOBAL",
|
|
10045
|
+
"name": "no-color",
|
|
10046
|
+
"allowNo": false,
|
|
10047
|
+
"type": "boolean"
|
|
10048
|
+
},
|
|
10049
|
+
"profile": {
|
|
10050
|
+
"description": "Named configuration profile to use",
|
|
10051
|
+
"helpGroup": "GLOBAL",
|
|
10052
|
+
"name": "profile",
|
|
10053
|
+
"default": "default",
|
|
10054
|
+
"hasDynamicHelp": false,
|
|
10055
|
+
"multiple": false,
|
|
10056
|
+
"type": "option"
|
|
10057
|
+
},
|
|
10058
|
+
"api-url": {
|
|
10059
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10060
|
+
"helpGroup": "GLOBAL",
|
|
10061
|
+
"name": "api-url",
|
|
10062
|
+
"hasDynamicHelp": false,
|
|
10063
|
+
"multiple": false,
|
|
10064
|
+
"type": "option"
|
|
10065
|
+
},
|
|
10066
|
+
"email": {
|
|
10067
|
+
"description": "Email address",
|
|
10068
|
+
"name": "email",
|
|
10069
|
+
"required": true,
|
|
10070
|
+
"hasDynamicHelp": false,
|
|
10071
|
+
"multiple": false,
|
|
10072
|
+
"type": "option"
|
|
10073
|
+
},
|
|
10074
|
+
"first-name": {
|
|
10075
|
+
"description": "First name",
|
|
10076
|
+
"name": "first-name",
|
|
10077
|
+
"required": true,
|
|
10078
|
+
"hasDynamicHelp": false,
|
|
10079
|
+
"multiple": false,
|
|
10080
|
+
"type": "option"
|
|
10081
|
+
},
|
|
10082
|
+
"last-name": {
|
|
10083
|
+
"description": "Last name",
|
|
10084
|
+
"name": "last-name",
|
|
10085
|
+
"required": true,
|
|
10086
|
+
"hasDynamicHelp": false,
|
|
10087
|
+
"multiple": false,
|
|
10088
|
+
"type": "option"
|
|
10089
|
+
},
|
|
10090
|
+
"password": {
|
|
10091
|
+
"description": "Initial password",
|
|
10092
|
+
"name": "password",
|
|
10093
|
+
"required": true,
|
|
10094
|
+
"hasDynamicHelp": false,
|
|
10095
|
+
"multiple": false,
|
|
10096
|
+
"type": "option"
|
|
10097
|
+
},
|
|
10098
|
+
"phone": {
|
|
10099
|
+
"description": "Phone number",
|
|
10100
|
+
"name": "phone",
|
|
10101
|
+
"hasDynamicHelp": false,
|
|
10102
|
+
"multiple": false,
|
|
10103
|
+
"type": "option"
|
|
10104
|
+
},
|
|
10105
|
+
"company": {
|
|
10106
|
+
"description": "Company name",
|
|
10107
|
+
"name": "company",
|
|
10108
|
+
"hasDynamicHelp": false,
|
|
10109
|
+
"multiple": false,
|
|
10110
|
+
"type": "option"
|
|
10014
10111
|
},
|
|
10015
|
-
"
|
|
10016
|
-
"description": "
|
|
10017
|
-
"
|
|
10018
|
-
"name": "profile",
|
|
10019
|
-
"default": "default",
|
|
10112
|
+
"color": {
|
|
10113
|
+
"description": "Color as HEX",
|
|
10114
|
+
"name": "color",
|
|
10020
10115
|
"hasDynamicHelp": false,
|
|
10021
10116
|
"multiple": false,
|
|
10022
10117
|
"type": "option"
|
|
10023
10118
|
},
|
|
10024
|
-
"
|
|
10025
|
-
"description": "
|
|
10026
|
-
"
|
|
10027
|
-
"name": "api-url",
|
|
10119
|
+
"folder": {
|
|
10120
|
+
"description": "Object folder ID",
|
|
10121
|
+
"name": "folder",
|
|
10028
10122
|
"hasDynamicHelp": false,
|
|
10029
10123
|
"multiple": false,
|
|
10030
10124
|
"type": "option"
|
|
10031
10125
|
},
|
|
10032
|
-
"
|
|
10033
|
-
"description": "
|
|
10034
|
-
"name": "
|
|
10126
|
+
"data": {
|
|
10127
|
+
"description": "Additional JSON object payload",
|
|
10128
|
+
"name": "data",
|
|
10035
10129
|
"hasDynamicHelp": false,
|
|
10036
|
-
"multiple":
|
|
10130
|
+
"multiple": false,
|
|
10037
10131
|
"type": "option"
|
|
10038
10132
|
}
|
|
10039
10133
|
},
|
|
10040
10134
|
"hasDynamicHelp": false,
|
|
10041
10135
|
"hiddenAliases": [],
|
|
10042
|
-
"id": "
|
|
10136
|
+
"id": "team:create",
|
|
10043
10137
|
"pluginAlias": "@instantkom/cli",
|
|
10044
10138
|
"pluginName": "@instantkom/cli",
|
|
10045
10139
|
"pluginType": "core",
|
|
@@ -10049,20 +10143,20 @@
|
|
|
10049
10143
|
"relativePath": [
|
|
10050
10144
|
"dist",
|
|
10051
10145
|
"commands",
|
|
10052
|
-
"
|
|
10053
|
-
"
|
|
10146
|
+
"team",
|
|
10147
|
+
"create.js"
|
|
10054
10148
|
]
|
|
10055
10149
|
},
|
|
10056
|
-
"
|
|
10150
|
+
"team:delete": {
|
|
10057
10151
|
"aliases": [],
|
|
10058
10152
|
"args": {
|
|
10059
10153
|
"id": {
|
|
10060
|
-
"description": "
|
|
10154
|
+
"description": "Team member ID",
|
|
10061
10155
|
"name": "id",
|
|
10062
10156
|
"required": true
|
|
10063
10157
|
}
|
|
10064
10158
|
},
|
|
10065
|
-
"description": "
|
|
10159
|
+
"description": "Delete a team member",
|
|
10066
10160
|
"flags": {
|
|
10067
10161
|
"api-key": {
|
|
10068
10162
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10125,89 +10219,11 @@
|
|
|
10125
10219
|
"hasDynamicHelp": false,
|
|
10126
10220
|
"multiple": false,
|
|
10127
10221
|
"type": "option"
|
|
10128
|
-
},
|
|
10129
|
-
"name": {
|
|
10130
|
-
"description": "Template name",
|
|
10131
|
-
"name": "name",
|
|
10132
|
-
"hasDynamicHelp": false,
|
|
10133
|
-
"multiple": false,
|
|
10134
|
-
"type": "option"
|
|
10135
|
-
},
|
|
10136
|
-
"type": {
|
|
10137
|
-
"description": "Template type",
|
|
10138
|
-
"name": "type",
|
|
10139
|
-
"hasDynamicHelp": false,
|
|
10140
|
-
"multiple": false,
|
|
10141
|
-
"options": [
|
|
10142
|
-
"text",
|
|
10143
|
-
"image",
|
|
10144
|
-
"video",
|
|
10145
|
-
"document",
|
|
10146
|
-
"audio",
|
|
10147
|
-
"location",
|
|
10148
|
-
"contact",
|
|
10149
|
-
"interactive"
|
|
10150
|
-
],
|
|
10151
|
-
"type": "option"
|
|
10152
|
-
},
|
|
10153
|
-
"message": {
|
|
10154
|
-
"description": "Template message",
|
|
10155
|
-
"name": "message",
|
|
10156
|
-
"hasDynamicHelp": false,
|
|
10157
|
-
"multiple": false,
|
|
10158
|
-
"type": "option"
|
|
10159
|
-
},
|
|
10160
|
-
"color": {
|
|
10161
|
-
"description": "Template color as HEX",
|
|
10162
|
-
"name": "color",
|
|
10163
|
-
"hasDynamicHelp": false,
|
|
10164
|
-
"multiple": false,
|
|
10165
|
-
"type": "option"
|
|
10166
|
-
},
|
|
10167
|
-
"status": {
|
|
10168
|
-
"description": "Template is active",
|
|
10169
|
-
"name": "status",
|
|
10170
|
-
"allowNo": true,
|
|
10171
|
-
"type": "boolean"
|
|
10172
|
-
},
|
|
10173
|
-
"remove-media": {
|
|
10174
|
-
"description": "Remove existing media",
|
|
10175
|
-
"name": "remove-media",
|
|
10176
|
-
"allowNo": false,
|
|
10177
|
-
"type": "boolean"
|
|
10178
|
-
},
|
|
10179
|
-
"whatsapp-language": {
|
|
10180
|
-
"description": "WhatsApp template language",
|
|
10181
|
-
"name": "whatsapp-language",
|
|
10182
|
-
"hasDynamicHelp": false,
|
|
10183
|
-
"multiple": false,
|
|
10184
|
-
"type": "option"
|
|
10185
|
-
},
|
|
10186
|
-
"buttons": {
|
|
10187
|
-
"description": "Buttons JSON array/object",
|
|
10188
|
-
"name": "buttons",
|
|
10189
|
-
"hasDynamicHelp": false,
|
|
10190
|
-
"multiple": false,
|
|
10191
|
-
"type": "option"
|
|
10192
|
-
},
|
|
10193
|
-
"header-footer": {
|
|
10194
|
-
"description": "Header/footer JSON object",
|
|
10195
|
-
"name": "header-footer",
|
|
10196
|
-
"hasDynamicHelp": false,
|
|
10197
|
-
"multiple": false,
|
|
10198
|
-
"type": "option"
|
|
10199
|
-
},
|
|
10200
|
-
"data": {
|
|
10201
|
-
"description": "Additional JSON object payload",
|
|
10202
|
-
"name": "data",
|
|
10203
|
-
"hasDynamicHelp": false,
|
|
10204
|
-
"multiple": false,
|
|
10205
|
-
"type": "option"
|
|
10206
10222
|
}
|
|
10207
10223
|
},
|
|
10208
10224
|
"hasDynamicHelp": false,
|
|
10209
10225
|
"hiddenAliases": [],
|
|
10210
|
-
"id": "
|
|
10226
|
+
"id": "team:delete",
|
|
10211
10227
|
"pluginAlias": "@instantkom/cli",
|
|
10212
10228
|
"pluginName": "@instantkom/cli",
|
|
10213
10229
|
"pluginType": "core",
|
|
@@ -10217,14 +10233,14 @@
|
|
|
10217
10233
|
"relativePath": [
|
|
10218
10234
|
"dist",
|
|
10219
10235
|
"commands",
|
|
10220
|
-
"
|
|
10221
|
-
"
|
|
10236
|
+
"team",
|
|
10237
|
+
"delete.js"
|
|
10222
10238
|
]
|
|
10223
10239
|
},
|
|
10224
|
-
"
|
|
10240
|
+
"team:list": {
|
|
10225
10241
|
"aliases": [],
|
|
10226
10242
|
"args": {},
|
|
10227
|
-
"description": "
|
|
10243
|
+
"description": "List team members",
|
|
10228
10244
|
"flags": {
|
|
10229
10245
|
"api-key": {
|
|
10230
10246
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10287,27 +10303,11 @@
|
|
|
10287
10303
|
"hasDynamicHelp": false,
|
|
10288
10304
|
"multiple": false,
|
|
10289
10305
|
"type": "option"
|
|
10290
|
-
},
|
|
10291
|
-
"file": {
|
|
10292
|
-
"description": "JSON file path",
|
|
10293
|
-
"name": "file",
|
|
10294
|
-
"required": true,
|
|
10295
|
-
"hasDynamicHelp": false,
|
|
10296
|
-
"multiple": false,
|
|
10297
|
-
"type": "option"
|
|
10298
|
-
},
|
|
10299
|
-
"channel": {
|
|
10300
|
-
"description": "Target channel ID",
|
|
10301
|
-
"name": "channel",
|
|
10302
|
-
"required": true,
|
|
10303
|
-
"hasDynamicHelp": false,
|
|
10304
|
-
"multiple": false,
|
|
10305
|
-
"type": "option"
|
|
10306
10306
|
}
|
|
10307
10307
|
},
|
|
10308
10308
|
"hasDynamicHelp": false,
|
|
10309
10309
|
"hiddenAliases": [],
|
|
10310
|
-
"id": "
|
|
10310
|
+
"id": "team:list",
|
|
10311
10311
|
"pluginAlias": "@instantkom/cli",
|
|
10312
10312
|
"pluginName": "@instantkom/cli",
|
|
10313
10313
|
"pluginType": "core",
|
|
@@ -10317,14 +10317,14 @@
|
|
|
10317
10317
|
"relativePath": [
|
|
10318
10318
|
"dist",
|
|
10319
10319
|
"commands",
|
|
10320
|
-
"
|
|
10321
|
-
"
|
|
10320
|
+
"team",
|
|
10321
|
+
"list.js"
|
|
10322
10322
|
]
|
|
10323
10323
|
},
|
|
10324
|
-
"
|
|
10324
|
+
"webhooks:add": {
|
|
10325
10325
|
"aliases": [],
|
|
10326
10326
|
"args": {},
|
|
10327
|
-
"description": "
|
|
10327
|
+
"description": "Add a webhook subscription",
|
|
10328
10328
|
"flags": {
|
|
10329
10329
|
"api-key": {
|
|
10330
10330
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10388,68 +10388,33 @@
|
|
|
10388
10388
|
"multiple": false,
|
|
10389
10389
|
"type": "option"
|
|
10390
10390
|
},
|
|
10391
|
-
"
|
|
10392
|
-
"description": "
|
|
10393
|
-
"name": "
|
|
10391
|
+
"event": {
|
|
10392
|
+
"description": "Webhook event to subscribe to",
|
|
10393
|
+
"name": "event",
|
|
10394
10394
|
"required": true,
|
|
10395
10395
|
"hasDynamicHelp": false,
|
|
10396
10396
|
"multiple": false,
|
|
10397
|
+
"options": [
|
|
10398
|
+
"new_contact",
|
|
10399
|
+
"new_message",
|
|
10400
|
+
"broadcast_sent",
|
|
10401
|
+
"contact_updated",
|
|
10402
|
+
"contact_opted_out"
|
|
10403
|
+
],
|
|
10397
10404
|
"type": "option"
|
|
10398
10405
|
},
|
|
10399
|
-
"
|
|
10400
|
-
"description": "
|
|
10401
|
-
"name": "
|
|
10406
|
+
"url": {
|
|
10407
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
10408
|
+
"name": "url",
|
|
10402
10409
|
"required": true,
|
|
10403
10410
|
"hasDynamicHelp": false,
|
|
10404
10411
|
"multiple": false,
|
|
10405
10412
|
"type": "option"
|
|
10406
|
-
},
|
|
10407
|
-
"recipient": {
|
|
10408
|
-
"description": "Existing recipient ID",
|
|
10409
|
-
"name": "recipient",
|
|
10410
|
-
"hasDynamicHelp": false,
|
|
10411
|
-
"multiple": false,
|
|
10412
|
-
"type": "option"
|
|
10413
|
-
},
|
|
10414
|
-
"email": {
|
|
10415
|
-
"description": "Customer email",
|
|
10416
|
-
"name": "email",
|
|
10417
|
-
"hasDynamicHelp": false,
|
|
10418
|
-
"multiple": false,
|
|
10419
|
-
"type": "option"
|
|
10420
|
-
},
|
|
10421
|
-
"name": {
|
|
10422
|
-
"description": "Customer name",
|
|
10423
|
-
"name": "name",
|
|
10424
|
-
"hasDynamicHelp": false,
|
|
10425
|
-
"multiple": false,
|
|
10426
|
-
"type": "option"
|
|
10427
|
-
},
|
|
10428
|
-
"priority": {
|
|
10429
|
-
"description": "Ticket priority",
|
|
10430
|
-
"name": "priority",
|
|
10431
|
-
"hasDynamicHelp": false,
|
|
10432
|
-
"multiple": false,
|
|
10433
|
-
"type": "option"
|
|
10434
|
-
},
|
|
10435
|
-
"source": {
|
|
10436
|
-
"description": "Ticket source",
|
|
10437
|
-
"name": "source",
|
|
10438
|
-
"hasDynamicHelp": false,
|
|
10439
|
-
"multiple": false,
|
|
10440
|
-
"type": "option"
|
|
10441
|
-
},
|
|
10442
|
-
"data": {
|
|
10443
|
-
"description": "Additional JSON object payload",
|
|
10444
|
-
"name": "data",
|
|
10445
|
-
"hasDynamicHelp": false,
|
|
10446
|
-
"multiple": false,
|
|
10447
|
-
"type": "option"
|
|
10448
10413
|
}
|
|
10449
10414
|
},
|
|
10450
10415
|
"hasDynamicHelp": false,
|
|
10451
10416
|
"hiddenAliases": [],
|
|
10452
|
-
"id": "
|
|
10417
|
+
"id": "webhooks:add",
|
|
10453
10418
|
"pluginAlias": "@instantkom/cli",
|
|
10454
10419
|
"pluginName": "@instantkom/cli",
|
|
10455
10420
|
"pluginType": "core",
|
|
@@ -10459,20 +10424,14 @@
|
|
|
10459
10424
|
"relativePath": [
|
|
10460
10425
|
"dist",
|
|
10461
10426
|
"commands",
|
|
10462
|
-
"
|
|
10463
|
-
"
|
|
10427
|
+
"webhooks",
|
|
10428
|
+
"add.js"
|
|
10464
10429
|
]
|
|
10465
10430
|
},
|
|
10466
|
-
"
|
|
10431
|
+
"webhooks:events": {
|
|
10467
10432
|
"aliases": [],
|
|
10468
|
-
"args": {
|
|
10469
|
-
|
|
10470
|
-
"description": "Ticket ID",
|
|
10471
|
-
"name": "id",
|
|
10472
|
-
"required": true
|
|
10473
|
-
}
|
|
10474
|
-
},
|
|
10475
|
-
"description": "Delete a ticket",
|
|
10433
|
+
"args": {},
|
|
10434
|
+
"description": "List supported webhook event names",
|
|
10476
10435
|
"flags": {
|
|
10477
10436
|
"api-key": {
|
|
10478
10437
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10525,21 +10484,13 @@
|
|
|
10525
10484
|
"name": "profile",
|
|
10526
10485
|
"default": "default",
|
|
10527
10486
|
"hasDynamicHelp": false,
|
|
10528
|
-
"multiple": false,
|
|
10529
|
-
"type": "option"
|
|
10530
|
-
},
|
|
10531
|
-
"api-url": {
|
|
10532
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
10533
|
-
"helpGroup": "GLOBAL",
|
|
10534
|
-
"name": "api-url",
|
|
10535
|
-
"hasDynamicHelp": false,
|
|
10536
|
-
"multiple": false,
|
|
10537
|
-
"type": "option"
|
|
10538
|
-
},
|
|
10539
|
-
"channel": {
|
|
10540
|
-
"description": "Channel ID",
|
|
10541
|
-
"name": "channel",
|
|
10542
|
-
"required": true,
|
|
10487
|
+
"multiple": false,
|
|
10488
|
+
"type": "option"
|
|
10489
|
+
},
|
|
10490
|
+
"api-url": {
|
|
10491
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10492
|
+
"helpGroup": "GLOBAL",
|
|
10493
|
+
"name": "api-url",
|
|
10543
10494
|
"hasDynamicHelp": false,
|
|
10544
10495
|
"multiple": false,
|
|
10545
10496
|
"type": "option"
|
|
@@ -10547,7 +10498,7 @@
|
|
|
10547
10498
|
},
|
|
10548
10499
|
"hasDynamicHelp": false,
|
|
10549
10500
|
"hiddenAliases": [],
|
|
10550
|
-
"id": "
|
|
10501
|
+
"id": "webhooks:events",
|
|
10551
10502
|
"pluginAlias": "@instantkom/cli",
|
|
10552
10503
|
"pluginName": "@instantkom/cli",
|
|
10553
10504
|
"pluginType": "core",
|
|
@@ -10557,20 +10508,14 @@
|
|
|
10557
10508
|
"relativePath": [
|
|
10558
10509
|
"dist",
|
|
10559
10510
|
"commands",
|
|
10560
|
-
"
|
|
10561
|
-
"
|
|
10511
|
+
"webhooks",
|
|
10512
|
+
"events.js"
|
|
10562
10513
|
]
|
|
10563
10514
|
},
|
|
10564
|
-
"
|
|
10515
|
+
"webhooks:list": {
|
|
10565
10516
|
"aliases": [],
|
|
10566
|
-
"args": {
|
|
10567
|
-
|
|
10568
|
-
"description": "Ticket ID",
|
|
10569
|
-
"name": "id",
|
|
10570
|
-
"required": true
|
|
10571
|
-
}
|
|
10572
|
-
},
|
|
10573
|
-
"description": "Get a ticket by ID",
|
|
10517
|
+
"args": {},
|
|
10518
|
+
"description": "List webhook subscriptions",
|
|
10574
10519
|
"flags": {
|
|
10575
10520
|
"api-key": {
|
|
10576
10521
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10633,19 +10578,11 @@
|
|
|
10633
10578
|
"hasDynamicHelp": false,
|
|
10634
10579
|
"multiple": false,
|
|
10635
10580
|
"type": "option"
|
|
10636
|
-
},
|
|
10637
|
-
"channel": {
|
|
10638
|
-
"description": "Channel ID",
|
|
10639
|
-
"name": "channel",
|
|
10640
|
-
"required": true,
|
|
10641
|
-
"hasDynamicHelp": false,
|
|
10642
|
-
"multiple": false,
|
|
10643
|
-
"type": "option"
|
|
10644
10581
|
}
|
|
10645
10582
|
},
|
|
10646
10583
|
"hasDynamicHelp": false,
|
|
10647
10584
|
"hiddenAliases": [],
|
|
10648
|
-
"id": "
|
|
10585
|
+
"id": "webhooks:list",
|
|
10649
10586
|
"pluginAlias": "@instantkom/cli",
|
|
10650
10587
|
"pluginName": "@instantkom/cli",
|
|
10651
10588
|
"pluginType": "core",
|
|
@@ -10655,14 +10592,14 @@
|
|
|
10655
10592
|
"relativePath": [
|
|
10656
10593
|
"dist",
|
|
10657
10594
|
"commands",
|
|
10658
|
-
"
|
|
10659
|
-
"
|
|
10595
|
+
"webhooks",
|
|
10596
|
+
"list.js"
|
|
10660
10597
|
]
|
|
10661
10598
|
},
|
|
10662
|
-
"
|
|
10599
|
+
"webhooks:logs": {
|
|
10663
10600
|
"aliases": [],
|
|
10664
10601
|
"args": {},
|
|
10665
|
-
"description": "
|
|
10602
|
+
"description": "Explain webhook log availability",
|
|
10666
10603
|
"flags": {
|
|
10667
10604
|
"api-key": {
|
|
10668
10605
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10725,35 +10662,11 @@
|
|
|
10725
10662
|
"hasDynamicHelp": false,
|
|
10726
10663
|
"multiple": false,
|
|
10727
10664
|
"type": "option"
|
|
10728
|
-
},
|
|
10729
|
-
"channel": {
|
|
10730
|
-
"description": "Channel ID",
|
|
10731
|
-
"name": "channel",
|
|
10732
|
-
"required": true,
|
|
10733
|
-
"hasDynamicHelp": false,
|
|
10734
|
-
"multiple": false,
|
|
10735
|
-
"type": "option"
|
|
10736
|
-
},
|
|
10737
|
-
"limit": {
|
|
10738
|
-
"description": "Maximum tickets to return",
|
|
10739
|
-
"name": "limit",
|
|
10740
|
-
"default": 500,
|
|
10741
|
-
"hasDynamicHelp": false,
|
|
10742
|
-
"multiple": false,
|
|
10743
|
-
"type": "option"
|
|
10744
|
-
},
|
|
10745
|
-
"offset": {
|
|
10746
|
-
"description": "Number of tickets to skip",
|
|
10747
|
-
"name": "offset",
|
|
10748
|
-
"default": 0,
|
|
10749
|
-
"hasDynamicHelp": false,
|
|
10750
|
-
"multiple": false,
|
|
10751
|
-
"type": "option"
|
|
10752
10665
|
}
|
|
10753
10666
|
},
|
|
10754
10667
|
"hasDynamicHelp": false,
|
|
10755
10668
|
"hiddenAliases": [],
|
|
10756
|
-
"id": "
|
|
10669
|
+
"id": "webhooks:logs",
|
|
10757
10670
|
"pluginAlias": "@instantkom/cli",
|
|
10758
10671
|
"pluginName": "@instantkom/cli",
|
|
10759
10672
|
"pluginType": "core",
|
|
@@ -10763,20 +10676,20 @@
|
|
|
10763
10676
|
"relativePath": [
|
|
10764
10677
|
"dist",
|
|
10765
10678
|
"commands",
|
|
10766
|
-
"
|
|
10767
|
-
"
|
|
10679
|
+
"webhooks",
|
|
10680
|
+
"logs.js"
|
|
10768
10681
|
]
|
|
10769
10682
|
},
|
|
10770
|
-
"
|
|
10683
|
+
"webhooks:remove": {
|
|
10771
10684
|
"aliases": [],
|
|
10772
10685
|
"args": {
|
|
10773
10686
|
"id": {
|
|
10774
|
-
"description": "
|
|
10687
|
+
"description": "Webhook subscription ID",
|
|
10775
10688
|
"name": "id",
|
|
10776
10689
|
"required": true
|
|
10777
10690
|
}
|
|
10778
10691
|
},
|
|
10779
|
-
"description": "
|
|
10692
|
+
"description": "Remove a webhook subscription",
|
|
10780
10693
|
"flags": {
|
|
10781
10694
|
"api-key": {
|
|
10782
10695
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10839,25 +10752,11 @@
|
|
|
10839
10752
|
"hasDynamicHelp": false,
|
|
10840
10753
|
"multiple": false,
|
|
10841
10754
|
"type": "option"
|
|
10842
|
-
},
|
|
10843
|
-
"message": {
|
|
10844
|
-
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10845
|
-
"name": "message",
|
|
10846
|
-
"required": true,
|
|
10847
|
-
"hasDynamicHelp": false,
|
|
10848
|
-
"multiple": false,
|
|
10849
|
-
"type": "option"
|
|
10850
|
-
},
|
|
10851
|
-
"close": {
|
|
10852
|
-
"description": "Close the ticket after sending the reply",
|
|
10853
|
-
"name": "close",
|
|
10854
|
-
"allowNo": false,
|
|
10855
|
-
"type": "boolean"
|
|
10856
10755
|
}
|
|
10857
10756
|
},
|
|
10858
10757
|
"hasDynamicHelp": false,
|
|
10859
10758
|
"hiddenAliases": [],
|
|
10860
|
-
"id": "
|
|
10759
|
+
"id": "webhooks:remove",
|
|
10861
10760
|
"pluginAlias": "@instantkom/cli",
|
|
10862
10761
|
"pluginName": "@instantkom/cli",
|
|
10863
10762
|
"pluginType": "core",
|
|
@@ -10867,20 +10766,14 @@
|
|
|
10867
10766
|
"relativePath": [
|
|
10868
10767
|
"dist",
|
|
10869
10768
|
"commands",
|
|
10870
|
-
"
|
|
10871
|
-
"
|
|
10769
|
+
"webhooks",
|
|
10770
|
+
"remove.js"
|
|
10872
10771
|
]
|
|
10873
10772
|
},
|
|
10874
|
-
"
|
|
10773
|
+
"webhooks:test": {
|
|
10875
10774
|
"aliases": [],
|
|
10876
|
-
"args": {
|
|
10877
|
-
|
|
10878
|
-
"description": "Ticket ID",
|
|
10879
|
-
"name": "id",
|
|
10880
|
-
"required": true
|
|
10881
|
-
}
|
|
10882
|
-
},
|
|
10883
|
-
"description": "Update a ticket",
|
|
10775
|
+
"args": {},
|
|
10776
|
+
"description": "Send a test webhook payload to a URL",
|
|
10884
10777
|
"flags": {
|
|
10885
10778
|
"api-key": {
|
|
10886
10779
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10944,51 +10837,25 @@
|
|
|
10944
10837
|
"multiple": false,
|
|
10945
10838
|
"type": "option"
|
|
10946
10839
|
},
|
|
10947
|
-
"
|
|
10948
|
-
"description": "
|
|
10949
|
-
"name": "
|
|
10840
|
+
"url": {
|
|
10841
|
+
"description": "Webhook URL to call",
|
|
10842
|
+
"name": "url",
|
|
10950
10843
|
"required": true,
|
|
10951
10844
|
"hasDynamicHelp": false,
|
|
10952
10845
|
"multiple": false,
|
|
10953
10846
|
"type": "option"
|
|
10954
10847
|
},
|
|
10955
|
-
"
|
|
10956
|
-
"description": "
|
|
10957
|
-
"name": "
|
|
10958
|
-
"
|
|
10959
|
-
"multiple": false,
|
|
10960
|
-
"type": "option"
|
|
10961
|
-
},
|
|
10962
|
-
"priority": {
|
|
10963
|
-
"description": "Ticket priority",
|
|
10964
|
-
"name": "priority",
|
|
10965
|
-
"hasDynamicHelp": false,
|
|
10966
|
-
"multiple": false,
|
|
10967
|
-
"type": "option"
|
|
10968
|
-
},
|
|
10969
|
-
"status": {
|
|
10970
|
-
"description": "Ticket status",
|
|
10971
|
-
"name": "status",
|
|
10972
|
-
"hasDynamicHelp": false,
|
|
10973
|
-
"multiple": false,
|
|
10974
|
-
"type": "option"
|
|
10975
|
-
},
|
|
10976
|
-
"assigned-to": {
|
|
10977
|
-
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10978
|
-
"name": "assigned-to",
|
|
10848
|
+
"event": {
|
|
10849
|
+
"description": "Event name",
|
|
10850
|
+
"name": "event",
|
|
10851
|
+
"default": "cli.test",
|
|
10979
10852
|
"hasDynamicHelp": false,
|
|
10980
10853
|
"multiple": false,
|
|
10981
10854
|
"type": "option"
|
|
10982
10855
|
},
|
|
10983
|
-
"
|
|
10984
|
-
"description": "
|
|
10985
|
-
"name": "
|
|
10986
|
-
"allowNo": true,
|
|
10987
|
-
"type": "boolean"
|
|
10988
|
-
},
|
|
10989
|
-
"data": {
|
|
10990
|
-
"description": "Additional JSON object payload",
|
|
10991
|
-
"name": "data",
|
|
10856
|
+
"payload": {
|
|
10857
|
+
"description": "Payload JSON",
|
|
10858
|
+
"name": "payload",
|
|
10992
10859
|
"hasDynamicHelp": false,
|
|
10993
10860
|
"multiple": false,
|
|
10994
10861
|
"type": "option"
|
|
@@ -10996,7 +10863,7 @@
|
|
|
10996
10863
|
},
|
|
10997
10864
|
"hasDynamicHelp": false,
|
|
10998
10865
|
"hiddenAliases": [],
|
|
10999
|
-
"id": "
|
|
10866
|
+
"id": "webhooks:test",
|
|
11000
10867
|
"pluginAlias": "@instantkom/cli",
|
|
11001
10868
|
"pluginName": "@instantkom/cli",
|
|
11002
10869
|
"pluginType": "core",
|
|
@@ -11006,14 +10873,14 @@
|
|
|
11006
10873
|
"relativePath": [
|
|
11007
10874
|
"dist",
|
|
11008
10875
|
"commands",
|
|
11009
|
-
"
|
|
11010
|
-
"
|
|
10876
|
+
"webhooks",
|
|
10877
|
+
"test.js"
|
|
11011
10878
|
]
|
|
11012
10879
|
},
|
|
11013
|
-
"
|
|
10880
|
+
"tickets:create": {
|
|
11014
10881
|
"aliases": [],
|
|
11015
10882
|
"args": {},
|
|
11016
|
-
"description": "
|
|
10883
|
+
"description": "Create a ticket",
|
|
11017
10884
|
"flags": {
|
|
11018
10885
|
"api-key": {
|
|
11019
10886
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11077,33 +10944,68 @@
|
|
|
11077
10944
|
"multiple": false,
|
|
11078
10945
|
"type": "option"
|
|
11079
10946
|
},
|
|
11080
|
-
"
|
|
11081
|
-
"description": "
|
|
11082
|
-
"name": "
|
|
10947
|
+
"channel": {
|
|
10948
|
+
"description": "Channel ID",
|
|
10949
|
+
"name": "channel",
|
|
11083
10950
|
"required": true,
|
|
11084
10951
|
"hasDynamicHelp": false,
|
|
11085
10952
|
"multiple": false,
|
|
11086
|
-
"options": [
|
|
11087
|
-
"new_contact",
|
|
11088
|
-
"new_message",
|
|
11089
|
-
"broadcast_sent",
|
|
11090
|
-
"contact_updated",
|
|
11091
|
-
"contact_opted_out"
|
|
11092
|
-
],
|
|
11093
10953
|
"type": "option"
|
|
11094
10954
|
},
|
|
11095
|
-
"
|
|
11096
|
-
"description": "
|
|
11097
|
-
"name": "
|
|
10955
|
+
"subject": {
|
|
10956
|
+
"description": "Ticket subject",
|
|
10957
|
+
"name": "subject",
|
|
11098
10958
|
"required": true,
|
|
11099
10959
|
"hasDynamicHelp": false,
|
|
11100
10960
|
"multiple": false,
|
|
11101
10961
|
"type": "option"
|
|
10962
|
+
},
|
|
10963
|
+
"recipient": {
|
|
10964
|
+
"description": "Existing recipient ID",
|
|
10965
|
+
"name": "recipient",
|
|
10966
|
+
"hasDynamicHelp": false,
|
|
10967
|
+
"multiple": false,
|
|
10968
|
+
"type": "option"
|
|
10969
|
+
},
|
|
10970
|
+
"email": {
|
|
10971
|
+
"description": "Customer email",
|
|
10972
|
+
"name": "email",
|
|
10973
|
+
"hasDynamicHelp": false,
|
|
10974
|
+
"multiple": false,
|
|
10975
|
+
"type": "option"
|
|
10976
|
+
},
|
|
10977
|
+
"name": {
|
|
10978
|
+
"description": "Customer name",
|
|
10979
|
+
"name": "name",
|
|
10980
|
+
"hasDynamicHelp": false,
|
|
10981
|
+
"multiple": false,
|
|
10982
|
+
"type": "option"
|
|
10983
|
+
},
|
|
10984
|
+
"priority": {
|
|
10985
|
+
"description": "Ticket priority",
|
|
10986
|
+
"name": "priority",
|
|
10987
|
+
"hasDynamicHelp": false,
|
|
10988
|
+
"multiple": false,
|
|
10989
|
+
"type": "option"
|
|
10990
|
+
},
|
|
10991
|
+
"source": {
|
|
10992
|
+
"description": "Ticket source",
|
|
10993
|
+
"name": "source",
|
|
10994
|
+
"hasDynamicHelp": false,
|
|
10995
|
+
"multiple": false,
|
|
10996
|
+
"type": "option"
|
|
10997
|
+
},
|
|
10998
|
+
"data": {
|
|
10999
|
+
"description": "Additional JSON object payload",
|
|
11000
|
+
"name": "data",
|
|
11001
|
+
"hasDynamicHelp": false,
|
|
11002
|
+
"multiple": false,
|
|
11003
|
+
"type": "option"
|
|
11102
11004
|
}
|
|
11103
11005
|
},
|
|
11104
11006
|
"hasDynamicHelp": false,
|
|
11105
11007
|
"hiddenAliases": [],
|
|
11106
|
-
"id": "
|
|
11008
|
+
"id": "tickets:create",
|
|
11107
11009
|
"pluginAlias": "@instantkom/cli",
|
|
11108
11010
|
"pluginName": "@instantkom/cli",
|
|
11109
11011
|
"pluginType": "core",
|
|
@@ -11113,14 +11015,20 @@
|
|
|
11113
11015
|
"relativePath": [
|
|
11114
11016
|
"dist",
|
|
11115
11017
|
"commands",
|
|
11116
|
-
"
|
|
11117
|
-
"
|
|
11018
|
+
"tickets",
|
|
11019
|
+
"create.js"
|
|
11118
11020
|
]
|
|
11119
11021
|
},
|
|
11120
|
-
"
|
|
11022
|
+
"tickets:delete": {
|
|
11121
11023
|
"aliases": [],
|
|
11122
|
-
"args": {
|
|
11123
|
-
|
|
11024
|
+
"args": {
|
|
11025
|
+
"id": {
|
|
11026
|
+
"description": "Ticket ID",
|
|
11027
|
+
"name": "id",
|
|
11028
|
+
"required": true
|
|
11029
|
+
}
|
|
11030
|
+
},
|
|
11031
|
+
"description": "Delete a ticket",
|
|
11124
11032
|
"flags": {
|
|
11125
11033
|
"api-key": {
|
|
11126
11034
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11183,11 +11091,19 @@
|
|
|
11183
11091
|
"hasDynamicHelp": false,
|
|
11184
11092
|
"multiple": false,
|
|
11185
11093
|
"type": "option"
|
|
11094
|
+
},
|
|
11095
|
+
"channel": {
|
|
11096
|
+
"description": "Channel ID",
|
|
11097
|
+
"name": "channel",
|
|
11098
|
+
"required": true,
|
|
11099
|
+
"hasDynamicHelp": false,
|
|
11100
|
+
"multiple": false,
|
|
11101
|
+
"type": "option"
|
|
11186
11102
|
}
|
|
11187
11103
|
},
|
|
11188
11104
|
"hasDynamicHelp": false,
|
|
11189
11105
|
"hiddenAliases": [],
|
|
11190
|
-
"id": "
|
|
11106
|
+
"id": "tickets:delete",
|
|
11191
11107
|
"pluginAlias": "@instantkom/cli",
|
|
11192
11108
|
"pluginName": "@instantkom/cli",
|
|
11193
11109
|
"pluginType": "core",
|
|
@@ -11197,14 +11113,20 @@
|
|
|
11197
11113
|
"relativePath": [
|
|
11198
11114
|
"dist",
|
|
11199
11115
|
"commands",
|
|
11200
|
-
"
|
|
11201
|
-
"
|
|
11116
|
+
"tickets",
|
|
11117
|
+
"delete.js"
|
|
11202
11118
|
]
|
|
11203
11119
|
},
|
|
11204
|
-
"
|
|
11120
|
+
"tickets:get": {
|
|
11205
11121
|
"aliases": [],
|
|
11206
|
-
"args": {
|
|
11207
|
-
|
|
11122
|
+
"args": {
|
|
11123
|
+
"id": {
|
|
11124
|
+
"description": "Ticket ID",
|
|
11125
|
+
"name": "id",
|
|
11126
|
+
"required": true
|
|
11127
|
+
}
|
|
11128
|
+
},
|
|
11129
|
+
"description": "Get a ticket by ID",
|
|
11208
11130
|
"flags": {
|
|
11209
11131
|
"api-key": {
|
|
11210
11132
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11267,11 +11189,19 @@
|
|
|
11267
11189
|
"hasDynamicHelp": false,
|
|
11268
11190
|
"multiple": false,
|
|
11269
11191
|
"type": "option"
|
|
11192
|
+
},
|
|
11193
|
+
"channel": {
|
|
11194
|
+
"description": "Channel ID",
|
|
11195
|
+
"name": "channel",
|
|
11196
|
+
"required": true,
|
|
11197
|
+
"hasDynamicHelp": false,
|
|
11198
|
+
"multiple": false,
|
|
11199
|
+
"type": "option"
|
|
11270
11200
|
}
|
|
11271
11201
|
},
|
|
11272
11202
|
"hasDynamicHelp": false,
|
|
11273
11203
|
"hiddenAliases": [],
|
|
11274
|
-
"id": "
|
|
11204
|
+
"id": "tickets:get",
|
|
11275
11205
|
"pluginAlias": "@instantkom/cli",
|
|
11276
11206
|
"pluginName": "@instantkom/cli",
|
|
11277
11207
|
"pluginType": "core",
|
|
@@ -11281,14 +11211,14 @@
|
|
|
11281
11211
|
"relativePath": [
|
|
11282
11212
|
"dist",
|
|
11283
11213
|
"commands",
|
|
11284
|
-
"
|
|
11285
|
-
"
|
|
11214
|
+
"tickets",
|
|
11215
|
+
"get.js"
|
|
11286
11216
|
]
|
|
11287
11217
|
},
|
|
11288
|
-
"
|
|
11218
|
+
"tickets:list": {
|
|
11289
11219
|
"aliases": [],
|
|
11290
11220
|
"args": {},
|
|
11291
|
-
"description": "
|
|
11221
|
+
"description": "List tickets for a channel",
|
|
11292
11222
|
"flags": {
|
|
11293
11223
|
"api-key": {
|
|
11294
11224
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11351,11 +11281,35 @@
|
|
|
11351
11281
|
"hasDynamicHelp": false,
|
|
11352
11282
|
"multiple": false,
|
|
11353
11283
|
"type": "option"
|
|
11284
|
+
},
|
|
11285
|
+
"channel": {
|
|
11286
|
+
"description": "Channel ID",
|
|
11287
|
+
"name": "channel",
|
|
11288
|
+
"required": true,
|
|
11289
|
+
"hasDynamicHelp": false,
|
|
11290
|
+
"multiple": false,
|
|
11291
|
+
"type": "option"
|
|
11292
|
+
},
|
|
11293
|
+
"limit": {
|
|
11294
|
+
"description": "Maximum tickets to return",
|
|
11295
|
+
"name": "limit",
|
|
11296
|
+
"default": 500,
|
|
11297
|
+
"hasDynamicHelp": false,
|
|
11298
|
+
"multiple": false,
|
|
11299
|
+
"type": "option"
|
|
11300
|
+
},
|
|
11301
|
+
"offset": {
|
|
11302
|
+
"description": "Number of tickets to skip",
|
|
11303
|
+
"name": "offset",
|
|
11304
|
+
"default": 0,
|
|
11305
|
+
"hasDynamicHelp": false,
|
|
11306
|
+
"multiple": false,
|
|
11307
|
+
"type": "option"
|
|
11354
11308
|
}
|
|
11355
11309
|
},
|
|
11356
11310
|
"hasDynamicHelp": false,
|
|
11357
11311
|
"hiddenAliases": [],
|
|
11358
|
-
"id": "
|
|
11312
|
+
"id": "tickets:list",
|
|
11359
11313
|
"pluginAlias": "@instantkom/cli",
|
|
11360
11314
|
"pluginName": "@instantkom/cli",
|
|
11361
11315
|
"pluginType": "core",
|
|
@@ -11365,20 +11319,20 @@
|
|
|
11365
11319
|
"relativePath": [
|
|
11366
11320
|
"dist",
|
|
11367
11321
|
"commands",
|
|
11368
|
-
"
|
|
11369
|
-
"
|
|
11322
|
+
"tickets",
|
|
11323
|
+
"list.js"
|
|
11370
11324
|
]
|
|
11371
11325
|
},
|
|
11372
|
-
"
|
|
11326
|
+
"tickets:reply": {
|
|
11373
11327
|
"aliases": [],
|
|
11374
11328
|
"args": {
|
|
11375
11329
|
"id": {
|
|
11376
|
-
"description": "
|
|
11330
|
+
"description": "Ticket ID",
|
|
11377
11331
|
"name": "id",
|
|
11378
11332
|
"required": true
|
|
11379
11333
|
}
|
|
11380
11334
|
},
|
|
11381
|
-
"description": "
|
|
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.",
|
|
11382
11336
|
"flags": {
|
|
11383
11337
|
"api-key": {
|
|
11384
11338
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11441,11 +11395,25 @@
|
|
|
11441
11395
|
"hasDynamicHelp": false,
|
|
11442
11396
|
"multiple": false,
|
|
11443
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"
|
|
11444
11412
|
}
|
|
11445
11413
|
},
|
|
11446
11414
|
"hasDynamicHelp": false,
|
|
11447
11415
|
"hiddenAliases": [],
|
|
11448
|
-
"id": "
|
|
11416
|
+
"id": "tickets:reply",
|
|
11449
11417
|
"pluginAlias": "@instantkom/cli",
|
|
11450
11418
|
"pluginName": "@instantkom/cli",
|
|
11451
11419
|
"pluginType": "core",
|
|
@@ -11455,14 +11423,20 @@
|
|
|
11455
11423
|
"relativePath": [
|
|
11456
11424
|
"dist",
|
|
11457
11425
|
"commands",
|
|
11458
|
-
"
|
|
11459
|
-
"
|
|
11426
|
+
"tickets",
|
|
11427
|
+
"reply.js"
|
|
11460
11428
|
]
|
|
11461
11429
|
},
|
|
11462
|
-
"
|
|
11430
|
+
"tickets:update": {
|
|
11463
11431
|
"aliases": [],
|
|
11464
|
-
"args": {
|
|
11465
|
-
|
|
11432
|
+
"args": {
|
|
11433
|
+
"id": {
|
|
11434
|
+
"description": "Ticket ID",
|
|
11435
|
+
"name": "id",
|
|
11436
|
+
"required": true
|
|
11437
|
+
}
|
|
11438
|
+
},
|
|
11439
|
+
"description": "Update a ticket",
|
|
11466
11440
|
"flags": {
|
|
11467
11441
|
"api-key": {
|
|
11468
11442
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11526,25 +11500,51 @@
|
|
|
11526
11500
|
"multiple": false,
|
|
11527
11501
|
"type": "option"
|
|
11528
11502
|
},
|
|
11529
|
-
"
|
|
11530
|
-
"description": "
|
|
11531
|
-
"name": "
|
|
11503
|
+
"channel": {
|
|
11504
|
+
"description": "Channel ID",
|
|
11505
|
+
"name": "channel",
|
|
11532
11506
|
"required": true,
|
|
11533
11507
|
"hasDynamicHelp": false,
|
|
11534
11508
|
"multiple": false,
|
|
11535
11509
|
"type": "option"
|
|
11536
11510
|
},
|
|
11537
|
-
"
|
|
11538
|
-
"description": "
|
|
11539
|
-
"name": "
|
|
11540
|
-
"default": "cli.test",
|
|
11511
|
+
"subject": {
|
|
11512
|
+
"description": "Ticket subject",
|
|
11513
|
+
"name": "subject",
|
|
11541
11514
|
"hasDynamicHelp": false,
|
|
11542
11515
|
"multiple": false,
|
|
11543
11516
|
"type": "option"
|
|
11544
11517
|
},
|
|
11545
|
-
"
|
|
11546
|
-
"description": "
|
|
11547
|
-
"name": "
|
|
11518
|
+
"priority": {
|
|
11519
|
+
"description": "Ticket priority",
|
|
11520
|
+
"name": "priority",
|
|
11521
|
+
"hasDynamicHelp": false,
|
|
11522
|
+
"multiple": false,
|
|
11523
|
+
"type": "option"
|
|
11524
|
+
},
|
|
11525
|
+
"status": {
|
|
11526
|
+
"description": "Ticket status",
|
|
11527
|
+
"name": "status",
|
|
11528
|
+
"hasDynamicHelp": false,
|
|
11529
|
+
"multiple": false,
|
|
11530
|
+
"type": "option"
|
|
11531
|
+
},
|
|
11532
|
+
"assigned-to": {
|
|
11533
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
11534
|
+
"name": "assigned-to",
|
|
11535
|
+
"hasDynamicHelp": false,
|
|
11536
|
+
"multiple": false,
|
|
11537
|
+
"type": "option"
|
|
11538
|
+
},
|
|
11539
|
+
"notify": {
|
|
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.",
|
|
11541
|
+
"name": "notify",
|
|
11542
|
+
"allowNo": true,
|
|
11543
|
+
"type": "boolean"
|
|
11544
|
+
},
|
|
11545
|
+
"data": {
|
|
11546
|
+
"description": "Additional JSON object payload",
|
|
11547
|
+
"name": "data",
|
|
11548
11548
|
"hasDynamicHelp": false,
|
|
11549
11549
|
"multiple": false,
|
|
11550
11550
|
"type": "option"
|
|
@@ -11552,7 +11552,7 @@
|
|
|
11552
11552
|
},
|
|
11553
11553
|
"hasDynamicHelp": false,
|
|
11554
11554
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11555
|
+
"id": "tickets:update",
|
|
11556
11556
|
"pluginAlias": "@instantkom/cli",
|
|
11557
11557
|
"pluginName": "@instantkom/cli",
|
|
11558
11558
|
"pluginType": "core",
|
|
@@ -11562,8 +11562,8 @@
|
|
|
11562
11562
|
"relativePath": [
|
|
11563
11563
|
"dist",
|
|
11564
11564
|
"commands",
|
|
11565
|
-
"
|
|
11566
|
-
"
|
|
11565
|
+
"tickets",
|
|
11566
|
+
"update.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -11856,16 +11856,16 @@
|
|
|
11856
11856
|
"revoke.js"
|
|
11857
11857
|
]
|
|
11858
11858
|
},
|
|
11859
|
-
"bots:
|
|
11859
|
+
"bots:env-vars:bots": {
|
|
11860
11860
|
"aliases": [],
|
|
11861
11861
|
"args": {
|
|
11862
|
-
"
|
|
11863
|
-
"description": "
|
|
11864
|
-
"name": "
|
|
11862
|
+
"id": {
|
|
11863
|
+
"description": "Environment variable ID",
|
|
11864
|
+
"name": "id",
|
|
11865
11865
|
"required": true
|
|
11866
11866
|
}
|
|
11867
11867
|
},
|
|
11868
|
-
"description": "
|
|
11868
|
+
"description": "List bots using a bot environment variable",
|
|
11869
11869
|
"flags": {
|
|
11870
11870
|
"api-key": {
|
|
11871
11871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11928,64 +11928,112 @@
|
|
|
11928
11928
|
"hasDynamicHelp": false,
|
|
11929
11929
|
"multiple": false,
|
|
11930
11930
|
"type": "option"
|
|
11931
|
-
}
|
|
11932
|
-
|
|
11933
|
-
|
|
11934
|
-
|
|
11935
|
-
|
|
11931
|
+
}
|
|
11932
|
+
},
|
|
11933
|
+
"hasDynamicHelp": false,
|
|
11934
|
+
"hiddenAliases": [],
|
|
11935
|
+
"id": "bots:env-vars:bots",
|
|
11936
|
+
"pluginAlias": "@instantkom/cli",
|
|
11937
|
+
"pluginName": "@instantkom/cli",
|
|
11938
|
+
"pluginType": "core",
|
|
11939
|
+
"strict": true,
|
|
11940
|
+
"enableJsonFlag": false,
|
|
11941
|
+
"isESM": true,
|
|
11942
|
+
"relativePath": [
|
|
11943
|
+
"dist",
|
|
11944
|
+
"commands",
|
|
11945
|
+
"bots",
|
|
11946
|
+
"env-vars",
|
|
11947
|
+
"bots.js"
|
|
11948
|
+
]
|
|
11949
|
+
},
|
|
11950
|
+
"bots:env-vars:create": {
|
|
11951
|
+
"aliases": [],
|
|
11952
|
+
"args": {},
|
|
11953
|
+
"description": "Create a bot environment variable",
|
|
11954
|
+
"flags": {
|
|
11955
|
+
"api-key": {
|
|
11956
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
11957
|
+
"env": "IKM_API_KEY",
|
|
11958
|
+
"helpGroup": "GLOBAL",
|
|
11959
|
+
"name": "api-key",
|
|
11936
11960
|
"hasDynamicHelp": false,
|
|
11937
11961
|
"multiple": false,
|
|
11938
11962
|
"type": "option"
|
|
11939
11963
|
},
|
|
11940
|
-
"
|
|
11941
|
-
"description": "
|
|
11942
|
-
"
|
|
11943
|
-
"
|
|
11964
|
+
"format": {
|
|
11965
|
+
"description": "Output format: text, json, yaml, or table",
|
|
11966
|
+
"helpGroup": "GLOBAL",
|
|
11967
|
+
"name": "format",
|
|
11968
|
+
"default": "text",
|
|
11944
11969
|
"hasDynamicHelp": false,
|
|
11945
11970
|
"multiple": false,
|
|
11971
|
+
"options": [
|
|
11972
|
+
"text",
|
|
11973
|
+
"json",
|
|
11974
|
+
"yaml",
|
|
11975
|
+
"table"
|
|
11976
|
+
],
|
|
11946
11977
|
"type": "option"
|
|
11947
11978
|
},
|
|
11948
|
-
"
|
|
11949
|
-
"description": "
|
|
11950
|
-
"
|
|
11951
|
-
"
|
|
11979
|
+
"json": {
|
|
11980
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
11981
|
+
"helpGroup": "GLOBAL",
|
|
11982
|
+
"name": "json",
|
|
11983
|
+
"allowNo": false,
|
|
11984
|
+
"type": "boolean"
|
|
11985
|
+
},
|
|
11986
|
+
"quiet": {
|
|
11987
|
+
"description": "Suppress all output except errors",
|
|
11988
|
+
"helpGroup": "GLOBAL",
|
|
11989
|
+
"name": "quiet",
|
|
11990
|
+
"allowNo": false,
|
|
11991
|
+
"type": "boolean"
|
|
11992
|
+
},
|
|
11993
|
+
"no-color": {
|
|
11994
|
+
"description": "Disable color output",
|
|
11995
|
+
"helpGroup": "GLOBAL",
|
|
11996
|
+
"name": "no-color",
|
|
11997
|
+
"allowNo": false,
|
|
11998
|
+
"type": "boolean"
|
|
11999
|
+
},
|
|
12000
|
+
"profile": {
|
|
12001
|
+
"description": "Named configuration profile to use",
|
|
12002
|
+
"helpGroup": "GLOBAL",
|
|
12003
|
+
"name": "profile",
|
|
12004
|
+
"default": "default",
|
|
11952
12005
|
"hasDynamicHelp": false,
|
|
11953
12006
|
"multiple": false,
|
|
11954
12007
|
"type": "option"
|
|
11955
12008
|
},
|
|
11956
|
-
"
|
|
11957
|
-
"description": "
|
|
11958
|
-
"
|
|
11959
|
-
"
|
|
12009
|
+
"api-url": {
|
|
12010
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
12011
|
+
"helpGroup": "GLOBAL",
|
|
12012
|
+
"name": "api-url",
|
|
11960
12013
|
"hasDynamicHelp": false,
|
|
11961
12014
|
"multiple": false,
|
|
11962
12015
|
"type": "option"
|
|
11963
|
-
},
|
|
11964
|
-
"
|
|
11965
|
-
"description": "
|
|
11966
|
-
"name": "
|
|
11967
|
-
"
|
|
12016
|
+
},
|
|
12017
|
+
"key": {
|
|
12018
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12019
|
+
"name": "key",
|
|
12020
|
+
"required": true,
|
|
11968
12021
|
"hasDynamicHelp": false,
|
|
11969
12022
|
"multiple": false,
|
|
11970
12023
|
"type": "option"
|
|
11971
12024
|
},
|
|
11972
|
-
"
|
|
11973
|
-
"description": "
|
|
11974
|
-
"name": "
|
|
11975
|
-
"required": true,
|
|
12025
|
+
"description": {
|
|
12026
|
+
"description": "Variable description",
|
|
12027
|
+
"name": "description",
|
|
11976
12028
|
"hasDynamicHelp": false,
|
|
11977
12029
|
"multiple": false,
|
|
11978
12030
|
"type": "option"
|
|
11979
12031
|
},
|
|
11980
|
-
"
|
|
11981
|
-
"description": "
|
|
11982
|
-
"name": "
|
|
12032
|
+
"color": {
|
|
12033
|
+
"description": "Variable color as HEX",
|
|
12034
|
+
"name": "color",
|
|
11983
12035
|
"hasDynamicHelp": false,
|
|
11984
12036
|
"multiple": false,
|
|
11985
|
-
"options": [
|
|
11986
|
-
"0",
|
|
11987
|
-
"1"
|
|
11988
|
-
],
|
|
11989
12037
|
"type": "option"
|
|
11990
12038
|
},
|
|
11991
12039
|
"data": {
|
|
@@ -11998,7 +12046,7 @@
|
|
|
11998
12046
|
},
|
|
11999
12047
|
"hasDynamicHelp": false,
|
|
12000
12048
|
"hiddenAliases": [],
|
|
12001
|
-
"id": "bots:
|
|
12049
|
+
"id": "bots:env-vars:create",
|
|
12002
12050
|
"pluginAlias": "@instantkom/cli",
|
|
12003
12051
|
"pluginName": "@instantkom/cli",
|
|
12004
12052
|
"pluginType": "core",
|
|
@@ -12009,25 +12057,20 @@
|
|
|
12009
12057
|
"dist",
|
|
12010
12058
|
"commands",
|
|
12011
12059
|
"bots",
|
|
12012
|
-
"
|
|
12060
|
+
"env-vars",
|
|
12013
12061
|
"create.js"
|
|
12014
12062
|
]
|
|
12015
12063
|
},
|
|
12016
|
-
"bots:
|
|
12064
|
+
"bots:env-vars:delete": {
|
|
12017
12065
|
"aliases": [],
|
|
12018
12066
|
"args": {
|
|
12019
|
-
"
|
|
12020
|
-
"description": "
|
|
12021
|
-
"name": "
|
|
12022
|
-
"required": true
|
|
12023
|
-
},
|
|
12024
|
-
"filterId": {
|
|
12025
|
-
"description": "Filter ID",
|
|
12026
|
-
"name": "filterId",
|
|
12067
|
+
"id": {
|
|
12068
|
+
"description": "Environment variable ID",
|
|
12069
|
+
"name": "id",
|
|
12027
12070
|
"required": true
|
|
12028
12071
|
}
|
|
12029
12072
|
},
|
|
12030
|
-
"description": "Delete a bot
|
|
12073
|
+
"description": "Delete a bot environment variable",
|
|
12031
12074
|
"flags": {
|
|
12032
12075
|
"api-key": {
|
|
12033
12076
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12094,7 +12137,7 @@
|
|
|
12094
12137
|
},
|
|
12095
12138
|
"hasDynamicHelp": false,
|
|
12096
12139
|
"hiddenAliases": [],
|
|
12097
|
-
"id": "bots:
|
|
12140
|
+
"id": "bots:env-vars:delete",
|
|
12098
12141
|
"pluginAlias": "@instantkom/cli",
|
|
12099
12142
|
"pluginName": "@instantkom/cli",
|
|
12100
12143
|
"pluginType": "core",
|
|
@@ -12105,25 +12148,20 @@
|
|
|
12105
12148
|
"dist",
|
|
12106
12149
|
"commands",
|
|
12107
12150
|
"bots",
|
|
12108
|
-
"
|
|
12151
|
+
"env-vars",
|
|
12109
12152
|
"delete.js"
|
|
12110
12153
|
]
|
|
12111
12154
|
},
|
|
12112
|
-
"bots:
|
|
12155
|
+
"bots:env-vars:get": {
|
|
12113
12156
|
"aliases": [],
|
|
12114
12157
|
"args": {
|
|
12115
|
-
"
|
|
12116
|
-
"description": "
|
|
12117
|
-
"name": "
|
|
12118
|
-
"required": true
|
|
12119
|
-
},
|
|
12120
|
-
"filterId": {
|
|
12121
|
-
"description": "Filter ID",
|
|
12122
|
-
"name": "filterId",
|
|
12158
|
+
"id": {
|
|
12159
|
+
"description": "Environment variable ID",
|
|
12160
|
+
"name": "id",
|
|
12123
12161
|
"required": true
|
|
12124
12162
|
}
|
|
12125
12163
|
},
|
|
12126
|
-
"description": "Get a bot
|
|
12164
|
+
"description": "Get a bot environment variable",
|
|
12127
12165
|
"flags": {
|
|
12128
12166
|
"api-key": {
|
|
12129
12167
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12190,7 +12228,7 @@
|
|
|
12190
12228
|
},
|
|
12191
12229
|
"hasDynamicHelp": false,
|
|
12192
12230
|
"hiddenAliases": [],
|
|
12193
|
-
"id": "bots:
|
|
12231
|
+
"id": "bots:env-vars:get",
|
|
12194
12232
|
"pluginAlias": "@instantkom/cli",
|
|
12195
12233
|
"pluginName": "@instantkom/cli",
|
|
12196
12234
|
"pluginType": "core",
|
|
@@ -12201,20 +12239,14 @@
|
|
|
12201
12239
|
"dist",
|
|
12202
12240
|
"commands",
|
|
12203
12241
|
"bots",
|
|
12204
|
-
"
|
|
12242
|
+
"env-vars",
|
|
12205
12243
|
"get.js"
|
|
12206
12244
|
]
|
|
12207
12245
|
},
|
|
12208
|
-
"bots:
|
|
12246
|
+
"bots:env-vars:list": {
|
|
12209
12247
|
"aliases": [],
|
|
12210
|
-
"args": {
|
|
12211
|
-
|
|
12212
|
-
"description": "Bot ID",
|
|
12213
|
-
"name": "botId",
|
|
12214
|
-
"required": true
|
|
12215
|
-
}
|
|
12216
|
-
},
|
|
12217
|
-
"description": "List bot filters",
|
|
12248
|
+
"args": {},
|
|
12249
|
+
"description": "List bot environment variables",
|
|
12218
12250
|
"flags": {
|
|
12219
12251
|
"api-key": {
|
|
12220
12252
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12294,20 +12326,16 @@
|
|
|
12294
12326
|
"multiple": false,
|
|
12295
12327
|
"type": "option"
|
|
12296
12328
|
},
|
|
12297
|
-
"
|
|
12298
|
-
"description": "
|
|
12299
|
-
"name": "
|
|
12329
|
+
"search": {
|
|
12330
|
+
"description": "Search in key or description",
|
|
12331
|
+
"name": "search",
|
|
12300
12332
|
"hasDynamicHelp": false,
|
|
12301
12333
|
"multiple": false,
|
|
12302
|
-
"options": [
|
|
12303
|
-
"0",
|
|
12304
|
-
"1"
|
|
12305
|
-
],
|
|
12306
12334
|
"type": "option"
|
|
12307
12335
|
},
|
|
12308
|
-
"
|
|
12309
|
-
"description": "
|
|
12310
|
-
"name": "
|
|
12336
|
+
"color": {
|
|
12337
|
+
"description": "Filter by color",
|
|
12338
|
+
"name": "color",
|
|
12311
12339
|
"hasDynamicHelp": false,
|
|
12312
12340
|
"multiple": false,
|
|
12313
12341
|
"type": "option"
|
|
@@ -12315,7 +12343,7 @@
|
|
|
12315
12343
|
},
|
|
12316
12344
|
"hasDynamicHelp": false,
|
|
12317
12345
|
"hiddenAliases": [],
|
|
12318
|
-
"id": "bots:
|
|
12346
|
+
"id": "bots:env-vars:list",
|
|
12319
12347
|
"pluginAlias": "@instantkom/cli",
|
|
12320
12348
|
"pluginName": "@instantkom/cli",
|
|
12321
12349
|
"pluginType": "core",
|
|
@@ -12326,25 +12354,20 @@
|
|
|
12326
12354
|
"dist",
|
|
12327
12355
|
"commands",
|
|
12328
12356
|
"bots",
|
|
12329
|
-
"
|
|
12357
|
+
"env-vars",
|
|
12330
12358
|
"list.js"
|
|
12331
12359
|
]
|
|
12332
12360
|
},
|
|
12333
|
-
"bots:
|
|
12361
|
+
"bots:env-vars:update": {
|
|
12334
12362
|
"aliases": [],
|
|
12335
12363
|
"args": {
|
|
12336
|
-
"
|
|
12337
|
-
"description": "
|
|
12338
|
-
"name": "
|
|
12339
|
-
"required": true
|
|
12340
|
-
},
|
|
12341
|
-
"filterId": {
|
|
12342
|
-
"description": "Filter ID",
|
|
12343
|
-
"name": "filterId",
|
|
12364
|
+
"id": {
|
|
12365
|
+
"description": "Environment variable ID",
|
|
12366
|
+
"name": "id",
|
|
12344
12367
|
"required": true
|
|
12345
12368
|
}
|
|
12346
12369
|
},
|
|
12347
|
-
"description": "Update a bot
|
|
12370
|
+
"description": "Update a bot environment variable",
|
|
12348
12371
|
"flags": {
|
|
12349
12372
|
"api-key": {
|
|
12350
12373
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12408,57 +12431,18 @@
|
|
|
12408
12431
|
"multiple": false,
|
|
12409
12432
|
"type": "option"
|
|
12410
12433
|
},
|
|
12411
|
-
"
|
|
12412
|
-
"description": "
|
|
12413
|
-
"name": "
|
|
12414
|
-
"hasDynamicHelp": false,
|
|
12415
|
-
"multiple": false,
|
|
12416
|
-
"type": "option"
|
|
12417
|
-
},
|
|
12418
|
-
"operator": {
|
|
12419
|
-
"description": "Logical operator",
|
|
12420
|
-
"name": "operator",
|
|
12421
|
-
"hasDynamicHelp": false,
|
|
12422
|
-
"multiple": false,
|
|
12423
|
-
"type": "option"
|
|
12424
|
-
},
|
|
12425
|
-
"filter-object": {
|
|
12426
|
-
"description": "Filter object type",
|
|
12427
|
-
"name": "filter-object",
|
|
12428
|
-
"hasDynamicHelp": false,
|
|
12429
|
-
"multiple": false,
|
|
12430
|
-
"type": "option"
|
|
12431
|
-
},
|
|
12432
|
-
"filter-attribute": {
|
|
12433
|
-
"description": "Filter attribute",
|
|
12434
|
-
"name": "filter-attribute",
|
|
12435
|
-
"hasDynamicHelp": false,
|
|
12436
|
-
"multiple": false,
|
|
12437
|
-
"type": "option"
|
|
12438
|
-
},
|
|
12439
|
-
"filter-comparator": {
|
|
12440
|
-
"description": "Filter comparator",
|
|
12441
|
-
"name": "filter-comparator",
|
|
12442
|
-
"hasDynamicHelp": false,
|
|
12443
|
-
"multiple": false,
|
|
12444
|
-
"type": "option"
|
|
12445
|
-
},
|
|
12446
|
-
"filter-value": {
|
|
12447
|
-
"description": "Filter value",
|
|
12448
|
-
"name": "filter-value",
|
|
12434
|
+
"description": {
|
|
12435
|
+
"description": "Variable description",
|
|
12436
|
+
"name": "description",
|
|
12449
12437
|
"hasDynamicHelp": false,
|
|
12450
12438
|
"multiple": false,
|
|
12451
12439
|
"type": "option"
|
|
12452
12440
|
},
|
|
12453
|
-
"
|
|
12454
|
-
"description": "
|
|
12455
|
-
"name": "
|
|
12441
|
+
"color": {
|
|
12442
|
+
"description": "Variable color as HEX",
|
|
12443
|
+
"name": "color",
|
|
12456
12444
|
"hasDynamicHelp": false,
|
|
12457
12445
|
"multiple": false,
|
|
12458
|
-
"options": [
|
|
12459
|
-
"0",
|
|
12460
|
-
"1"
|
|
12461
|
-
],
|
|
12462
12446
|
"type": "option"
|
|
12463
12447
|
},
|
|
12464
12448
|
"data": {
|
|
@@ -12471,7 +12455,7 @@
|
|
|
12471
12455
|
},
|
|
12472
12456
|
"hasDynamicHelp": false,
|
|
12473
12457
|
"hiddenAliases": [],
|
|
12474
|
-
"id": "bots:
|
|
12458
|
+
"id": "bots:env-vars:update",
|
|
12475
12459
|
"pluginAlias": "@instantkom/cli",
|
|
12476
12460
|
"pluginName": "@instantkom/cli",
|
|
12477
12461
|
"pluginType": "core",
|
|
@@ -12482,11 +12466,11 @@
|
|
|
12482
12466
|
"dist",
|
|
12483
12467
|
"commands",
|
|
12484
12468
|
"bots",
|
|
12485
|
-
"
|
|
12469
|
+
"env-vars",
|
|
12486
12470
|
"update.js"
|
|
12487
12471
|
]
|
|
12488
12472
|
},
|
|
12489
|
-
"bots:env-vars:
|
|
12473
|
+
"bots:env-vars:values": {
|
|
12490
12474
|
"aliases": [],
|
|
12491
12475
|
"args": {
|
|
12492
12476
|
"id": {
|
|
@@ -12495,7 +12479,7 @@
|
|
|
12495
12479
|
"required": true
|
|
12496
12480
|
}
|
|
12497
12481
|
},
|
|
12498
|
-
"description": "List
|
|
12482
|
+
"description": "List recipient values for a bot environment variable",
|
|
12499
12483
|
"flags": {
|
|
12500
12484
|
"api-key": {
|
|
12501
12485
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12558,11 +12542,41 @@
|
|
|
12558
12542
|
"hasDynamicHelp": false,
|
|
12559
12543
|
"multiple": false,
|
|
12560
12544
|
"type": "option"
|
|
12545
|
+
},
|
|
12546
|
+
"page": {
|
|
12547
|
+
"description": "Page number",
|
|
12548
|
+
"name": "page",
|
|
12549
|
+
"default": 1,
|
|
12550
|
+
"hasDynamicHelp": false,
|
|
12551
|
+
"multiple": false,
|
|
12552
|
+
"type": "option"
|
|
12553
|
+
},
|
|
12554
|
+
"limit": {
|
|
12555
|
+
"description": "Items per page",
|
|
12556
|
+
"name": "limit",
|
|
12557
|
+
"default": 20,
|
|
12558
|
+
"hasDynamicHelp": false,
|
|
12559
|
+
"multiple": false,
|
|
12560
|
+
"type": "option"
|
|
12561
|
+
},
|
|
12562
|
+
"search": {
|
|
12563
|
+
"description": "Search in recipient name or identifier",
|
|
12564
|
+
"name": "search",
|
|
12565
|
+
"hasDynamicHelp": false,
|
|
12566
|
+
"multiple": false,
|
|
12567
|
+
"type": "option"
|
|
12568
|
+
},
|
|
12569
|
+
"recipient": {
|
|
12570
|
+
"description": "Filter by recipient ID",
|
|
12571
|
+
"name": "recipient",
|
|
12572
|
+
"hasDynamicHelp": false,
|
|
12573
|
+
"multiple": false,
|
|
12574
|
+
"type": "option"
|
|
12561
12575
|
}
|
|
12562
12576
|
},
|
|
12563
12577
|
"hasDynamicHelp": false,
|
|
12564
12578
|
"hiddenAliases": [],
|
|
12565
|
-
"id": "bots:env-vars:
|
|
12579
|
+
"id": "bots:env-vars:values",
|
|
12566
12580
|
"pluginAlias": "@instantkom/cli",
|
|
12567
12581
|
"pluginName": "@instantkom/cli",
|
|
12568
12582
|
"pluginType": "core",
|
|
@@ -12574,13 +12588,19 @@
|
|
|
12574
12588
|
"commands",
|
|
12575
12589
|
"bots",
|
|
12576
12590
|
"env-vars",
|
|
12577
|
-
"
|
|
12591
|
+
"values.js"
|
|
12578
12592
|
]
|
|
12579
12593
|
},
|
|
12580
|
-
"bots:
|
|
12594
|
+
"bots:filters:create": {
|
|
12581
12595
|
"aliases": [],
|
|
12582
|
-
"args": {
|
|
12583
|
-
|
|
12596
|
+
"args": {
|
|
12597
|
+
"botId": {
|
|
12598
|
+
"description": "Bot ID",
|
|
12599
|
+
"name": "botId",
|
|
12600
|
+
"required": true
|
|
12601
|
+
}
|
|
12602
|
+
},
|
|
12603
|
+
"description": "Create a bot filter",
|
|
12584
12604
|
"flags": {
|
|
12585
12605
|
"api-key": {
|
|
12586
12606
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12644,26 +12664,63 @@
|
|
|
12644
12664
|
"multiple": false,
|
|
12645
12665
|
"type": "option"
|
|
12646
12666
|
},
|
|
12647
|
-
"
|
|
12648
|
-
"description": "
|
|
12649
|
-
"name": "
|
|
12667
|
+
"name": {
|
|
12668
|
+
"description": "Filter name",
|
|
12669
|
+
"name": "name",
|
|
12670
|
+
"required": true,
|
|
12671
|
+
"hasDynamicHelp": false,
|
|
12672
|
+
"multiple": false,
|
|
12673
|
+
"type": "option"
|
|
12674
|
+
},
|
|
12675
|
+
"operator": {
|
|
12676
|
+
"description": "Logical operator",
|
|
12677
|
+
"name": "operator",
|
|
12678
|
+
"default": "and",
|
|
12679
|
+
"hasDynamicHelp": false,
|
|
12680
|
+
"multiple": false,
|
|
12681
|
+
"type": "option"
|
|
12682
|
+
},
|
|
12683
|
+
"filter-object": {
|
|
12684
|
+
"description": "Filter object type",
|
|
12685
|
+
"name": "filter-object",
|
|
12686
|
+
"default": "msg",
|
|
12687
|
+
"hasDynamicHelp": false,
|
|
12688
|
+
"multiple": false,
|
|
12689
|
+
"type": "option"
|
|
12690
|
+
},
|
|
12691
|
+
"filter-attribute": {
|
|
12692
|
+
"description": "Filter attribute",
|
|
12693
|
+
"name": "filter-attribute",
|
|
12694
|
+
"default": "text",
|
|
12695
|
+
"hasDynamicHelp": false,
|
|
12696
|
+
"multiple": false,
|
|
12697
|
+
"type": "option"
|
|
12698
|
+
},
|
|
12699
|
+
"filter-comparator": {
|
|
12700
|
+
"description": "Filter comparator",
|
|
12701
|
+
"name": "filter-comparator",
|
|
12702
|
+
"default": "contains",
|
|
12703
|
+
"hasDynamicHelp": false,
|
|
12704
|
+
"multiple": false,
|
|
12705
|
+
"type": "option"
|
|
12706
|
+
},
|
|
12707
|
+
"filter-value": {
|
|
12708
|
+
"description": "Filter value",
|
|
12709
|
+
"name": "filter-value",
|
|
12650
12710
|
"required": true,
|
|
12651
12711
|
"hasDynamicHelp": false,
|
|
12652
12712
|
"multiple": false,
|
|
12653
12713
|
"type": "option"
|
|
12654
12714
|
},
|
|
12655
|
-
"
|
|
12656
|
-
"description": "
|
|
12657
|
-
"name": "
|
|
12658
|
-
"hasDynamicHelp": false,
|
|
12659
|
-
"multiple": false,
|
|
12660
|
-
"type": "option"
|
|
12661
|
-
},
|
|
12662
|
-
"color": {
|
|
12663
|
-
"description": "Variable color as HEX",
|
|
12664
|
-
"name": "color",
|
|
12715
|
+
"status": {
|
|
12716
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12717
|
+
"name": "status",
|
|
12665
12718
|
"hasDynamicHelp": false,
|
|
12666
12719
|
"multiple": false,
|
|
12720
|
+
"options": [
|
|
12721
|
+
"0",
|
|
12722
|
+
"1"
|
|
12723
|
+
],
|
|
12667
12724
|
"type": "option"
|
|
12668
12725
|
},
|
|
12669
12726
|
"data": {
|
|
@@ -12676,7 +12733,7 @@
|
|
|
12676
12733
|
},
|
|
12677
12734
|
"hasDynamicHelp": false,
|
|
12678
12735
|
"hiddenAliases": [],
|
|
12679
|
-
"id": "bots:
|
|
12736
|
+
"id": "bots:filters:create",
|
|
12680
12737
|
"pluginAlias": "@instantkom/cli",
|
|
12681
12738
|
"pluginName": "@instantkom/cli",
|
|
12682
12739
|
"pluginType": "core",
|
|
@@ -12687,20 +12744,25 @@
|
|
|
12687
12744
|
"dist",
|
|
12688
12745
|
"commands",
|
|
12689
12746
|
"bots",
|
|
12690
|
-
"
|
|
12747
|
+
"filters",
|
|
12691
12748
|
"create.js"
|
|
12692
12749
|
]
|
|
12693
12750
|
},
|
|
12694
|
-
"bots:
|
|
12751
|
+
"bots:filters:delete": {
|
|
12695
12752
|
"aliases": [],
|
|
12696
12753
|
"args": {
|
|
12697
|
-
"
|
|
12698
|
-
"description": "
|
|
12699
|
-
"name": "
|
|
12754
|
+
"botId": {
|
|
12755
|
+
"description": "Bot ID",
|
|
12756
|
+
"name": "botId",
|
|
12757
|
+
"required": true
|
|
12758
|
+
},
|
|
12759
|
+
"filterId": {
|
|
12760
|
+
"description": "Filter ID",
|
|
12761
|
+
"name": "filterId",
|
|
12700
12762
|
"required": true
|
|
12701
12763
|
}
|
|
12702
12764
|
},
|
|
12703
|
-
"description": "Delete a bot
|
|
12765
|
+
"description": "Delete a bot filter",
|
|
12704
12766
|
"flags": {
|
|
12705
12767
|
"api-key": {
|
|
12706
12768
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12767,7 +12829,7 @@
|
|
|
12767
12829
|
},
|
|
12768
12830
|
"hasDynamicHelp": false,
|
|
12769
12831
|
"hiddenAliases": [],
|
|
12770
|
-
"id": "bots:
|
|
12832
|
+
"id": "bots:filters:delete",
|
|
12771
12833
|
"pluginAlias": "@instantkom/cli",
|
|
12772
12834
|
"pluginName": "@instantkom/cli",
|
|
12773
12835
|
"pluginType": "core",
|
|
@@ -12778,20 +12840,25 @@
|
|
|
12778
12840
|
"dist",
|
|
12779
12841
|
"commands",
|
|
12780
12842
|
"bots",
|
|
12781
|
-
"
|
|
12843
|
+
"filters",
|
|
12782
12844
|
"delete.js"
|
|
12783
12845
|
]
|
|
12784
12846
|
},
|
|
12785
|
-
"bots:
|
|
12847
|
+
"bots:filters:get": {
|
|
12786
12848
|
"aliases": [],
|
|
12787
12849
|
"args": {
|
|
12788
|
-
"
|
|
12789
|
-
"description": "
|
|
12790
|
-
"name": "
|
|
12850
|
+
"botId": {
|
|
12851
|
+
"description": "Bot ID",
|
|
12852
|
+
"name": "botId",
|
|
12853
|
+
"required": true
|
|
12854
|
+
},
|
|
12855
|
+
"filterId": {
|
|
12856
|
+
"description": "Filter ID",
|
|
12857
|
+
"name": "filterId",
|
|
12791
12858
|
"required": true
|
|
12792
12859
|
}
|
|
12793
12860
|
},
|
|
12794
|
-
"description": "Get a bot
|
|
12861
|
+
"description": "Get a bot filter",
|
|
12795
12862
|
"flags": {
|
|
12796
12863
|
"api-key": {
|
|
12797
12864
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12858,7 +12925,7 @@
|
|
|
12858
12925
|
},
|
|
12859
12926
|
"hasDynamicHelp": false,
|
|
12860
12927
|
"hiddenAliases": [],
|
|
12861
|
-
"id": "bots:
|
|
12928
|
+
"id": "bots:filters:get",
|
|
12862
12929
|
"pluginAlias": "@instantkom/cli",
|
|
12863
12930
|
"pluginName": "@instantkom/cli",
|
|
12864
12931
|
"pluginType": "core",
|
|
@@ -12869,14 +12936,20 @@
|
|
|
12869
12936
|
"dist",
|
|
12870
12937
|
"commands",
|
|
12871
12938
|
"bots",
|
|
12872
|
-
"
|
|
12939
|
+
"filters",
|
|
12873
12940
|
"get.js"
|
|
12874
12941
|
]
|
|
12875
12942
|
},
|
|
12876
|
-
"bots:
|
|
12943
|
+
"bots:filters:list": {
|
|
12877
12944
|
"aliases": [],
|
|
12878
|
-
"args": {
|
|
12879
|
-
|
|
12945
|
+
"args": {
|
|
12946
|
+
"botId": {
|
|
12947
|
+
"description": "Bot ID",
|
|
12948
|
+
"name": "botId",
|
|
12949
|
+
"required": true
|
|
12950
|
+
}
|
|
12951
|
+
},
|
|
12952
|
+
"description": "List bot filters",
|
|
12880
12953
|
"flags": {
|
|
12881
12954
|
"api-key": {
|
|
12882
12955
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12956,16 +13029,20 @@
|
|
|
12956
13029
|
"multiple": false,
|
|
12957
13030
|
"type": "option"
|
|
12958
13031
|
},
|
|
12959
|
-
"
|
|
12960
|
-
"description": "
|
|
12961
|
-
"name": "
|
|
13032
|
+
"status": {
|
|
13033
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
13034
|
+
"name": "status",
|
|
12962
13035
|
"hasDynamicHelp": false,
|
|
12963
13036
|
"multiple": false,
|
|
13037
|
+
"options": [
|
|
13038
|
+
"0",
|
|
13039
|
+
"1"
|
|
13040
|
+
],
|
|
12964
13041
|
"type": "option"
|
|
12965
13042
|
},
|
|
12966
|
-
"
|
|
12967
|
-
"description": "
|
|
12968
|
-
"name": "
|
|
13043
|
+
"search": {
|
|
13044
|
+
"description": "Search in name or description",
|
|
13045
|
+
"name": "search",
|
|
12969
13046
|
"hasDynamicHelp": false,
|
|
12970
13047
|
"multiple": false,
|
|
12971
13048
|
"type": "option"
|
|
@@ -12973,7 +13050,7 @@
|
|
|
12973
13050
|
},
|
|
12974
13051
|
"hasDynamicHelp": false,
|
|
12975
13052
|
"hiddenAliases": [],
|
|
12976
|
-
"id": "bots:
|
|
13053
|
+
"id": "bots:filters:list",
|
|
12977
13054
|
"pluginAlias": "@instantkom/cli",
|
|
12978
13055
|
"pluginName": "@instantkom/cli",
|
|
12979
13056
|
"pluginType": "core",
|
|
@@ -12984,20 +13061,25 @@
|
|
|
12984
13061
|
"dist",
|
|
12985
13062
|
"commands",
|
|
12986
13063
|
"bots",
|
|
12987
|
-
"
|
|
13064
|
+
"filters",
|
|
12988
13065
|
"list.js"
|
|
12989
13066
|
]
|
|
12990
13067
|
},
|
|
12991
|
-
"bots:
|
|
13068
|
+
"bots:filters:update": {
|
|
12992
13069
|
"aliases": [],
|
|
12993
13070
|
"args": {
|
|
12994
|
-
"
|
|
12995
|
-
"description": "
|
|
12996
|
-
"name": "
|
|
13071
|
+
"botId": {
|
|
13072
|
+
"description": "Bot ID",
|
|
13073
|
+
"name": "botId",
|
|
13074
|
+
"required": true
|
|
13075
|
+
},
|
|
13076
|
+
"filterId": {
|
|
13077
|
+
"description": "Filter ID",
|
|
13078
|
+
"name": "filterId",
|
|
12997
13079
|
"required": true
|
|
12998
13080
|
}
|
|
12999
13081
|
},
|
|
13000
|
-
"description": "Update a bot
|
|
13082
|
+
"description": "Update a bot filter",
|
|
13001
13083
|
"flags": {
|
|
13002
13084
|
"api-key": {
|
|
13003
13085
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13061,144 +13143,62 @@
|
|
|
13061
13143
|
"multiple": false,
|
|
13062
13144
|
"type": "option"
|
|
13063
13145
|
},
|
|
13064
|
-
"
|
|
13065
|
-
"description": "
|
|
13066
|
-
"name": "
|
|
13067
|
-
"hasDynamicHelp": false,
|
|
13068
|
-
"multiple": false,
|
|
13069
|
-
"type": "option"
|
|
13070
|
-
},
|
|
13071
|
-
"color": {
|
|
13072
|
-
"description": "Variable color as HEX",
|
|
13073
|
-
"name": "color",
|
|
13074
|
-
"hasDynamicHelp": false,
|
|
13075
|
-
"multiple": false,
|
|
13076
|
-
"type": "option"
|
|
13077
|
-
},
|
|
13078
|
-
"data": {
|
|
13079
|
-
"description": "Additional JSON object payload",
|
|
13080
|
-
"name": "data",
|
|
13081
|
-
"hasDynamicHelp": false,
|
|
13082
|
-
"multiple": false,
|
|
13083
|
-
"type": "option"
|
|
13084
|
-
}
|
|
13085
|
-
},
|
|
13086
|
-
"hasDynamicHelp": false,
|
|
13087
|
-
"hiddenAliases": [],
|
|
13088
|
-
"id": "bots:env-vars:update",
|
|
13089
|
-
"pluginAlias": "@instantkom/cli",
|
|
13090
|
-
"pluginName": "@instantkom/cli",
|
|
13091
|
-
"pluginType": "core",
|
|
13092
|
-
"strict": true,
|
|
13093
|
-
"enableJsonFlag": false,
|
|
13094
|
-
"isESM": true,
|
|
13095
|
-
"relativePath": [
|
|
13096
|
-
"dist",
|
|
13097
|
-
"commands",
|
|
13098
|
-
"bots",
|
|
13099
|
-
"env-vars",
|
|
13100
|
-
"update.js"
|
|
13101
|
-
]
|
|
13102
|
-
},
|
|
13103
|
-
"bots:env-vars:values": {
|
|
13104
|
-
"aliases": [],
|
|
13105
|
-
"args": {
|
|
13106
|
-
"id": {
|
|
13107
|
-
"description": "Environment variable ID",
|
|
13108
|
-
"name": "id",
|
|
13109
|
-
"required": true
|
|
13110
|
-
}
|
|
13111
|
-
},
|
|
13112
|
-
"description": "List recipient values for a bot environment variable",
|
|
13113
|
-
"flags": {
|
|
13114
|
-
"api-key": {
|
|
13115
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
13116
|
-
"env": "IKM_API_KEY",
|
|
13117
|
-
"helpGroup": "GLOBAL",
|
|
13118
|
-
"name": "api-key",
|
|
13146
|
+
"name": {
|
|
13147
|
+
"description": "Filter name",
|
|
13148
|
+
"name": "name",
|
|
13119
13149
|
"hasDynamicHelp": false,
|
|
13120
13150
|
"multiple": false,
|
|
13121
13151
|
"type": "option"
|
|
13122
13152
|
},
|
|
13123
|
-
"
|
|
13124
|
-
"description": "
|
|
13125
|
-
"
|
|
13126
|
-
"name": "format",
|
|
13127
|
-
"default": "text",
|
|
13153
|
+
"operator": {
|
|
13154
|
+
"description": "Logical operator",
|
|
13155
|
+
"name": "operator",
|
|
13128
13156
|
"hasDynamicHelp": false,
|
|
13129
13157
|
"multiple": false,
|
|
13130
|
-
"options": [
|
|
13131
|
-
"text",
|
|
13132
|
-
"json",
|
|
13133
|
-
"yaml",
|
|
13134
|
-
"table"
|
|
13135
|
-
],
|
|
13136
13158
|
"type": "option"
|
|
13137
13159
|
},
|
|
13138
|
-
"
|
|
13139
|
-
"description": "
|
|
13140
|
-
"
|
|
13141
|
-
"name": "json",
|
|
13142
|
-
"allowNo": false,
|
|
13143
|
-
"type": "boolean"
|
|
13144
|
-
},
|
|
13145
|
-
"quiet": {
|
|
13146
|
-
"description": "Suppress all output except errors",
|
|
13147
|
-
"helpGroup": "GLOBAL",
|
|
13148
|
-
"name": "quiet",
|
|
13149
|
-
"allowNo": false,
|
|
13150
|
-
"type": "boolean"
|
|
13151
|
-
},
|
|
13152
|
-
"no-color": {
|
|
13153
|
-
"description": "Disable color output",
|
|
13154
|
-
"helpGroup": "GLOBAL",
|
|
13155
|
-
"name": "no-color",
|
|
13156
|
-
"allowNo": false,
|
|
13157
|
-
"type": "boolean"
|
|
13158
|
-
},
|
|
13159
|
-
"profile": {
|
|
13160
|
-
"description": "Named configuration profile to use",
|
|
13161
|
-
"helpGroup": "GLOBAL",
|
|
13162
|
-
"name": "profile",
|
|
13163
|
-
"default": "default",
|
|
13160
|
+
"filter-object": {
|
|
13161
|
+
"description": "Filter object type",
|
|
13162
|
+
"name": "filter-object",
|
|
13164
13163
|
"hasDynamicHelp": false,
|
|
13165
13164
|
"multiple": false,
|
|
13166
13165
|
"type": "option"
|
|
13167
13166
|
},
|
|
13168
|
-
"
|
|
13169
|
-
"description": "
|
|
13170
|
-
"
|
|
13171
|
-
"name": "api-url",
|
|
13167
|
+
"filter-attribute": {
|
|
13168
|
+
"description": "Filter attribute",
|
|
13169
|
+
"name": "filter-attribute",
|
|
13172
13170
|
"hasDynamicHelp": false,
|
|
13173
13171
|
"multiple": false,
|
|
13174
13172
|
"type": "option"
|
|
13175
13173
|
},
|
|
13176
|
-
"
|
|
13177
|
-
"description": "
|
|
13178
|
-
"name": "
|
|
13179
|
-
"default": 1,
|
|
13174
|
+
"filter-comparator": {
|
|
13175
|
+
"description": "Filter comparator",
|
|
13176
|
+
"name": "filter-comparator",
|
|
13180
13177
|
"hasDynamicHelp": false,
|
|
13181
13178
|
"multiple": false,
|
|
13182
13179
|
"type": "option"
|
|
13183
13180
|
},
|
|
13184
|
-
"
|
|
13185
|
-
"description": "
|
|
13186
|
-
"name": "
|
|
13187
|
-
"default": 20,
|
|
13181
|
+
"filter-value": {
|
|
13182
|
+
"description": "Filter value",
|
|
13183
|
+
"name": "filter-value",
|
|
13188
13184
|
"hasDynamicHelp": false,
|
|
13189
13185
|
"multiple": false,
|
|
13190
13186
|
"type": "option"
|
|
13191
13187
|
},
|
|
13192
|
-
"
|
|
13193
|
-
"description": "
|
|
13194
|
-
"name": "
|
|
13188
|
+
"status": {
|
|
13189
|
+
"description": "Status: 0 inactive, 1 active",
|
|
13190
|
+
"name": "status",
|
|
13195
13191
|
"hasDynamicHelp": false,
|
|
13196
13192
|
"multiple": false,
|
|
13193
|
+
"options": [
|
|
13194
|
+
"0",
|
|
13195
|
+
"1"
|
|
13196
|
+
],
|
|
13197
13197
|
"type": "option"
|
|
13198
13198
|
},
|
|
13199
|
-
"
|
|
13200
|
-
"description": "
|
|
13201
|
-
"name": "
|
|
13199
|
+
"data": {
|
|
13200
|
+
"description": "Additional JSON object payload",
|
|
13201
|
+
"name": "data",
|
|
13202
13202
|
"hasDynamicHelp": false,
|
|
13203
13203
|
"multiple": false,
|
|
13204
13204
|
"type": "option"
|
|
@@ -13206,7 +13206,7 @@
|
|
|
13206
13206
|
},
|
|
13207
13207
|
"hasDynamicHelp": false,
|
|
13208
13208
|
"hiddenAliases": [],
|
|
13209
|
-
"id": "bots:
|
|
13209
|
+
"id": "bots:filters:update",
|
|
13210
13210
|
"pluginAlias": "@instantkom/cli",
|
|
13211
13211
|
"pluginName": "@instantkom/cli",
|
|
13212
13212
|
"pluginType": "core",
|
|
@@ -13217,8 +13217,8 @@
|
|
|
13217
13217
|
"dist",
|
|
13218
13218
|
"commands",
|
|
13219
13219
|
"bots",
|
|
13220
|
-
"
|
|
13221
|
-
"
|
|
13220
|
+
"filters",
|
|
13221
|
+
"update.js"
|
|
13222
13222
|
]
|
|
13223
13223
|
},
|
|
13224
13224
|
"bots:tags:add": {
|
|
@@ -16352,5 +16352,5 @@
|
|
|
16352
16352
|
]
|
|
16353
16353
|
}
|
|
16354
16354
|
},
|
|
16355
|
-
"version": "3.
|
|
16355
|
+
"version": "3.149.0"
|
|
16356
16356
|
}
|