@instantkom/cli 3.172.0 → 3.173.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 +895 -895
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2015,16 +2015,10 @@
|
|
|
2015
2015
|
"update.js"
|
|
2016
2016
|
]
|
|
2017
2017
|
},
|
|
2018
|
-
"
|
|
2018
|
+
"channels:create": {
|
|
2019
2019
|
"aliases": [],
|
|
2020
|
-
"args": {
|
|
2021
|
-
|
|
2022
|
-
"description": "chat ID",
|
|
2023
|
-
"name": "id",
|
|
2024
|
-
"required": true
|
|
2025
|
-
}
|
|
2026
|
-
},
|
|
2027
|
-
"description": "Get chat by ID",
|
|
2020
|
+
"args": {},
|
|
2021
|
+
"description": "Create a channel",
|
|
2028
2022
|
"flags": {
|
|
2029
2023
|
"api-key": {
|
|
2030
2024
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2087,11 +2081,48 @@
|
|
|
2087
2081
|
"hasDynamicHelp": false,
|
|
2088
2082
|
"multiple": false,
|
|
2089
2083
|
"type": "option"
|
|
2084
|
+
},
|
|
2085
|
+
"name": {
|
|
2086
|
+
"description": "Channel name",
|
|
2087
|
+
"name": "name",
|
|
2088
|
+
"required": true,
|
|
2089
|
+
"hasDynamicHelp": false,
|
|
2090
|
+
"multiple": false,
|
|
2091
|
+
"type": "option"
|
|
2092
|
+
},
|
|
2093
|
+
"gateway-type": {
|
|
2094
|
+
"description": "Gateway type ID",
|
|
2095
|
+
"name": "gateway-type",
|
|
2096
|
+
"required": true,
|
|
2097
|
+
"hasDynamicHelp": false,
|
|
2098
|
+
"multiple": false,
|
|
2099
|
+
"type": "option"
|
|
2100
|
+
},
|
|
2101
|
+
"status": {
|
|
2102
|
+
"description": "Channel lifecycle status",
|
|
2103
|
+
"name": "status",
|
|
2104
|
+
"hasDynamicHelp": false,
|
|
2105
|
+
"multiple": false,
|
|
2106
|
+
"type": "option"
|
|
2107
|
+
},
|
|
2108
|
+
"description": {
|
|
2109
|
+
"description": "Channel description",
|
|
2110
|
+
"name": "description",
|
|
2111
|
+
"hasDynamicHelp": false,
|
|
2112
|
+
"multiple": false,
|
|
2113
|
+
"type": "option"
|
|
2114
|
+
},
|
|
2115
|
+
"data": {
|
|
2116
|
+
"description": "Additional JSON object payload",
|
|
2117
|
+
"name": "data",
|
|
2118
|
+
"hasDynamicHelp": false,
|
|
2119
|
+
"multiple": false,
|
|
2120
|
+
"type": "option"
|
|
2090
2121
|
}
|
|
2091
2122
|
},
|
|
2092
2123
|
"hasDynamicHelp": false,
|
|
2093
2124
|
"hiddenAliases": [],
|
|
2094
|
-
"id": "
|
|
2125
|
+
"id": "channels:create",
|
|
2095
2126
|
"pluginAlias": "@instantkom/cli",
|
|
2096
2127
|
"pluginName": "@instantkom/cli",
|
|
2097
2128
|
"pluginType": "core",
|
|
@@ -2101,14 +2132,20 @@
|
|
|
2101
2132
|
"relativePath": [
|
|
2102
2133
|
"dist",
|
|
2103
2134
|
"commands",
|
|
2104
|
-
"
|
|
2105
|
-
"
|
|
2135
|
+
"channels",
|
|
2136
|
+
"create.js"
|
|
2106
2137
|
]
|
|
2107
2138
|
},
|
|
2108
|
-
"
|
|
2139
|
+
"channels:get": {
|
|
2109
2140
|
"aliases": [],
|
|
2110
|
-
"args": {
|
|
2111
|
-
|
|
2141
|
+
"args": {
|
|
2142
|
+
"id": {
|
|
2143
|
+
"description": "Channel ID",
|
|
2144
|
+
"name": "id",
|
|
2145
|
+
"required": true
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
"description": "Get a channel by ID",
|
|
2112
2149
|
"flags": {
|
|
2113
2150
|
"api-key": {
|
|
2114
2151
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2171,73 +2208,11 @@
|
|
|
2171
2208
|
"hasDynamicHelp": false,
|
|
2172
2209
|
"multiple": false,
|
|
2173
2210
|
"type": "option"
|
|
2174
|
-
},
|
|
2175
|
-
"page": {
|
|
2176
|
-
"description": "Page number",
|
|
2177
|
-
"name": "page",
|
|
2178
|
-
"default": 1,
|
|
2179
|
-
"hasDynamicHelp": false,
|
|
2180
|
-
"multiple": false,
|
|
2181
|
-
"type": "option"
|
|
2182
|
-
},
|
|
2183
|
-
"limit": {
|
|
2184
|
-
"description": "Items per page",
|
|
2185
|
-
"name": "limit",
|
|
2186
|
-
"default": 20,
|
|
2187
|
-
"hasDynamicHelp": false,
|
|
2188
|
-
"multiple": false,
|
|
2189
|
-
"type": "option"
|
|
2190
|
-
},
|
|
2191
|
-
"channel": {
|
|
2192
|
-
"description": "Filter by channel ID",
|
|
2193
|
-
"name": "channel",
|
|
2194
|
-
"hasDynamicHelp": false,
|
|
2195
|
-
"multiple": false,
|
|
2196
|
-
"type": "option"
|
|
2197
|
-
},
|
|
2198
|
-
"channels": {
|
|
2199
|
-
"description": "Comma-separated channel IDs",
|
|
2200
|
-
"name": "channels",
|
|
2201
|
-
"hasDynamicHelp": false,
|
|
2202
|
-
"multiple": false,
|
|
2203
|
-
"type": "option"
|
|
2204
|
-
},
|
|
2205
|
-
"search": {
|
|
2206
|
-
"description": "Search chats",
|
|
2207
|
-
"name": "search",
|
|
2208
|
-
"hasDynamicHelp": false,
|
|
2209
|
-
"multiple": false,
|
|
2210
|
-
"type": "option"
|
|
2211
|
-
},
|
|
2212
|
-
"status": {
|
|
2213
|
-
"description": "Chat status",
|
|
2214
|
-
"name": "status",
|
|
2215
|
-
"hasDynamicHelp": false,
|
|
2216
|
-
"multiple": false,
|
|
2217
|
-
"options": [
|
|
2218
|
-
"all",
|
|
2219
|
-
"unread",
|
|
2220
|
-
"read",
|
|
2221
|
-
"archived"
|
|
2222
|
-
],
|
|
2223
|
-
"type": "option"
|
|
2224
|
-
},
|
|
2225
|
-
"unread-only": {
|
|
2226
|
-
"description": "Only unread chats",
|
|
2227
|
-
"name": "unread-only",
|
|
2228
|
-
"allowNo": false,
|
|
2229
|
-
"type": "boolean"
|
|
2230
|
-
},
|
|
2231
|
-
"include-archived": {
|
|
2232
|
-
"description": "Include archived chats",
|
|
2233
|
-
"name": "include-archived",
|
|
2234
|
-
"allowNo": false,
|
|
2235
|
-
"type": "boolean"
|
|
2236
2211
|
}
|
|
2237
2212
|
},
|
|
2238
2213
|
"hasDynamicHelp": false,
|
|
2239
2214
|
"hiddenAliases": [],
|
|
2240
|
-
"id": "
|
|
2215
|
+
"id": "channels:get",
|
|
2241
2216
|
"pluginAlias": "@instantkom/cli",
|
|
2242
2217
|
"pluginName": "@instantkom/cli",
|
|
2243
2218
|
"pluginType": "core",
|
|
@@ -2247,20 +2222,20 @@
|
|
|
2247
2222
|
"relativePath": [
|
|
2248
2223
|
"dist",
|
|
2249
2224
|
"commands",
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2225
|
+
"channels",
|
|
2226
|
+
"get.js"
|
|
2252
2227
|
]
|
|
2253
2228
|
},
|
|
2254
|
-
"
|
|
2229
|
+
"channels:kpis": {
|
|
2255
2230
|
"aliases": [],
|
|
2256
2231
|
"args": {
|
|
2257
2232
|
"id": {
|
|
2258
|
-
"description": "
|
|
2233
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
2259
2234
|
"name": "id",
|
|
2260
|
-
"required":
|
|
2235
|
+
"required": false
|
|
2261
2236
|
}
|
|
2262
2237
|
},
|
|
2263
|
-
"description": "
|
|
2238
|
+
"description": "Get channel KPIs",
|
|
2264
2239
|
"flags": {
|
|
2265
2240
|
"api-key": {
|
|
2266
2241
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2324,10 +2299,9 @@
|
|
|
2324
2299
|
"multiple": false,
|
|
2325
2300
|
"type": "option"
|
|
2326
2301
|
},
|
|
2327
|
-
"
|
|
2328
|
-
"description": "
|
|
2329
|
-
"name": "
|
|
2330
|
-
"required": true,
|
|
2302
|
+
"period": {
|
|
2303
|
+
"description": "KPI period",
|
|
2304
|
+
"name": "period",
|
|
2331
2305
|
"hasDynamicHelp": false,
|
|
2332
2306
|
"multiple": false,
|
|
2333
2307
|
"type": "option"
|
|
@@ -2335,7 +2309,7 @@
|
|
|
2335
2309
|
},
|
|
2336
2310
|
"hasDynamicHelp": false,
|
|
2337
2311
|
"hiddenAliases": [],
|
|
2338
|
-
"id": "
|
|
2312
|
+
"id": "channels:kpis",
|
|
2339
2313
|
"pluginAlias": "@instantkom/cli",
|
|
2340
2314
|
"pluginName": "@instantkom/cli",
|
|
2341
2315
|
"pluginType": "core",
|
|
@@ -2345,20 +2319,14 @@
|
|
|
2345
2319
|
"relativePath": [
|
|
2346
2320
|
"dist",
|
|
2347
2321
|
"commands",
|
|
2348
|
-
"
|
|
2349
|
-
"
|
|
2322
|
+
"channels",
|
|
2323
|
+
"kpis.js"
|
|
2350
2324
|
]
|
|
2351
2325
|
},
|
|
2352
|
-
"
|
|
2326
|
+
"channels:list": {
|
|
2353
2327
|
"aliases": [],
|
|
2354
|
-
"args": {
|
|
2355
|
-
|
|
2356
|
-
"description": "Configuration key to retrieve",
|
|
2357
|
-
"name": "key",
|
|
2358
|
-
"required": true
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
"description": "Get a configuration value for the current profile",
|
|
2328
|
+
"args": {},
|
|
2329
|
+
"description": "List channels",
|
|
2362
2330
|
"flags": {
|
|
2363
2331
|
"api-key": {
|
|
2364
2332
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2421,11 +2389,48 @@
|
|
|
2421
2389
|
"hasDynamicHelp": false,
|
|
2422
2390
|
"multiple": false,
|
|
2423
2391
|
"type": "option"
|
|
2392
|
+
},
|
|
2393
|
+
"page": {
|
|
2394
|
+
"description": "Page number",
|
|
2395
|
+
"name": "page",
|
|
2396
|
+
"default": 1,
|
|
2397
|
+
"hasDynamicHelp": false,
|
|
2398
|
+
"multiple": false,
|
|
2399
|
+
"type": "option"
|
|
2400
|
+
},
|
|
2401
|
+
"limit": {
|
|
2402
|
+
"description": "Items per page",
|
|
2403
|
+
"name": "limit",
|
|
2404
|
+
"default": 20,
|
|
2405
|
+
"hasDynamicHelp": false,
|
|
2406
|
+
"multiple": false,
|
|
2407
|
+
"type": "option"
|
|
2408
|
+
},
|
|
2409
|
+
"status": {
|
|
2410
|
+
"description": "Filter by channel status",
|
|
2411
|
+
"name": "status",
|
|
2412
|
+
"hasDynamicHelp": false,
|
|
2413
|
+
"multiple": false,
|
|
2414
|
+
"type": "option"
|
|
2415
|
+
},
|
|
2416
|
+
"gateway-type": {
|
|
2417
|
+
"description": "Filter by gateway type ID",
|
|
2418
|
+
"name": "gateway-type",
|
|
2419
|
+
"hasDynamicHelp": false,
|
|
2420
|
+
"multiple": false,
|
|
2421
|
+
"type": "option"
|
|
2422
|
+
},
|
|
2423
|
+
"search": {
|
|
2424
|
+
"description": "Search by channel name",
|
|
2425
|
+
"name": "search",
|
|
2426
|
+
"hasDynamicHelp": false,
|
|
2427
|
+
"multiple": false,
|
|
2428
|
+
"type": "option"
|
|
2424
2429
|
}
|
|
2425
2430
|
},
|
|
2426
2431
|
"hasDynamicHelp": false,
|
|
2427
2432
|
"hiddenAliases": [],
|
|
2428
|
-
"id": "
|
|
2433
|
+
"id": "channels:list",
|
|
2429
2434
|
"pluginAlias": "@instantkom/cli",
|
|
2430
2435
|
"pluginName": "@instantkom/cli",
|
|
2431
2436
|
"pluginType": "core",
|
|
@@ -2435,25 +2440,20 @@
|
|
|
2435
2440
|
"relativePath": [
|
|
2436
2441
|
"dist",
|
|
2437
2442
|
"commands",
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2443
|
+
"channels",
|
|
2444
|
+
"list.js"
|
|
2440
2445
|
]
|
|
2441
2446
|
},
|
|
2442
|
-
"
|
|
2447
|
+
"channels:update": {
|
|
2443
2448
|
"aliases": [],
|
|
2444
2449
|
"args": {
|
|
2445
|
-
"
|
|
2446
|
-
"description": "
|
|
2447
|
-
"name": "
|
|
2448
|
-
"required": true
|
|
2449
|
-
},
|
|
2450
|
-
"value": {
|
|
2451
|
-
"description": "Value to assign",
|
|
2452
|
-
"name": "value",
|
|
2450
|
+
"id": {
|
|
2451
|
+
"description": "Channel ID",
|
|
2452
|
+
"name": "id",
|
|
2453
2453
|
"required": true
|
|
2454
2454
|
}
|
|
2455
2455
|
},
|
|
2456
|
-
"description": "
|
|
2456
|
+
"description": "Update a channel",
|
|
2457
2457
|
"flags": {
|
|
2458
2458
|
"api-key": {
|
|
2459
2459
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2516,11 +2516,39 @@
|
|
|
2516
2516
|
"hasDynamicHelp": false,
|
|
2517
2517
|
"multiple": false,
|
|
2518
2518
|
"type": "option"
|
|
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"
|
|
2519
2547
|
}
|
|
2520
2548
|
},
|
|
2521
2549
|
"hasDynamicHelp": false,
|
|
2522
2550
|
"hiddenAliases": [],
|
|
2523
|
-
"id": "
|
|
2551
|
+
"id": "channels:update",
|
|
2524
2552
|
"pluginAlias": "@instantkom/cli",
|
|
2525
2553
|
"pluginName": "@instantkom/cli",
|
|
2526
2554
|
"pluginType": "core",
|
|
@@ -2530,20 +2558,20 @@
|
|
|
2530
2558
|
"relativePath": [
|
|
2531
2559
|
"dist",
|
|
2532
2560
|
"commands",
|
|
2533
|
-
"
|
|
2534
|
-
"
|
|
2561
|
+
"channels",
|
|
2562
|
+
"update.js"
|
|
2535
2563
|
]
|
|
2536
2564
|
},
|
|
2537
|
-
"
|
|
2565
|
+
"chats:get": {
|
|
2538
2566
|
"aliases": [],
|
|
2539
2567
|
"args": {
|
|
2540
|
-
"
|
|
2541
|
-
"description": "
|
|
2542
|
-
"name": "
|
|
2568
|
+
"id": {
|
|
2569
|
+
"description": "chat ID",
|
|
2570
|
+
"name": "id",
|
|
2543
2571
|
"required": true
|
|
2544
2572
|
}
|
|
2545
2573
|
},
|
|
2546
|
-
"description": "
|
|
2574
|
+
"description": "Get chat by ID",
|
|
2547
2575
|
"flags": {
|
|
2548
2576
|
"api-key": {
|
|
2549
2577
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2610,7 +2638,7 @@
|
|
|
2610
2638
|
},
|
|
2611
2639
|
"hasDynamicHelp": false,
|
|
2612
2640
|
"hiddenAliases": [],
|
|
2613
|
-
"id": "
|
|
2641
|
+
"id": "chats:get",
|
|
2614
2642
|
"pluginAlias": "@instantkom/cli",
|
|
2615
2643
|
"pluginName": "@instantkom/cli",
|
|
2616
2644
|
"pluginType": "core",
|
|
@@ -2620,14 +2648,14 @@
|
|
|
2620
2648
|
"relativePath": [
|
|
2621
2649
|
"dist",
|
|
2622
2650
|
"commands",
|
|
2623
|
-
"
|
|
2624
|
-
"
|
|
2651
|
+
"chats",
|
|
2652
|
+
"get.js"
|
|
2625
2653
|
]
|
|
2626
2654
|
},
|
|
2627
|
-
"
|
|
2655
|
+
"chats:list": {
|
|
2628
2656
|
"aliases": [],
|
|
2629
2657
|
"args": {},
|
|
2630
|
-
"description": "
|
|
2658
|
+
"description": "List chats",
|
|
2631
2659
|
"flags": {
|
|
2632
2660
|
"api-key": {
|
|
2633
2661
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2691,92 +2719,72 @@
|
|
|
2691
2719
|
"multiple": false,
|
|
2692
2720
|
"type": "option"
|
|
2693
2721
|
},
|
|
2694
|
-
"
|
|
2695
|
-
"description": "
|
|
2696
|
-
"name": "
|
|
2697
|
-
"
|
|
2698
|
-
"multiple": false,
|
|
2699
|
-
"type": "option"
|
|
2700
|
-
},
|
|
2701
|
-
"segment": {
|
|
2702
|
-
"description": "Segment ID within --channel",
|
|
2703
|
-
"name": "segment",
|
|
2722
|
+
"page": {
|
|
2723
|
+
"description": "Page number",
|
|
2724
|
+
"name": "page",
|
|
2725
|
+
"default": 1,
|
|
2704
2726
|
"hasDynamicHelp": false,
|
|
2705
2727
|
"multiple": false,
|
|
2706
2728
|
"type": "option"
|
|
2707
2729
|
},
|
|
2708
|
-
"
|
|
2709
|
-
"description": "
|
|
2710
|
-
"name": "
|
|
2711
|
-
"
|
|
2712
|
-
"multiple": true,
|
|
2713
|
-
"type": "option"
|
|
2714
|
-
},
|
|
2715
|
-
"text": {
|
|
2716
|
-
"description": "Broadcast message text",
|
|
2717
|
-
"name": "text",
|
|
2718
|
-
"required": true,
|
|
2730
|
+
"limit": {
|
|
2731
|
+
"description": "Items per page",
|
|
2732
|
+
"name": "limit",
|
|
2733
|
+
"default": 20,
|
|
2719
2734
|
"hasDynamicHelp": false,
|
|
2720
2735
|
"multiple": false,
|
|
2721
2736
|
"type": "option"
|
|
2722
2737
|
},
|
|
2723
|
-
"
|
|
2724
|
-
"description": "
|
|
2725
|
-
"name": "
|
|
2738
|
+
"channel": {
|
|
2739
|
+
"description": "Filter by channel ID",
|
|
2740
|
+
"name": "channel",
|
|
2726
2741
|
"hasDynamicHelp": false,
|
|
2727
2742
|
"multiple": false,
|
|
2728
2743
|
"type": "option"
|
|
2729
2744
|
},
|
|
2730
|
-
"
|
|
2731
|
-
"description": "
|
|
2732
|
-
"name": "
|
|
2733
|
-
"allowNo": false,
|
|
2734
|
-
"type": "boolean"
|
|
2735
|
-
},
|
|
2736
|
-
"idempotency-key": {
|
|
2737
|
-
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
2738
|
-
"name": "idempotency-key",
|
|
2745
|
+
"channels": {
|
|
2746
|
+
"description": "Comma-separated channel IDs",
|
|
2747
|
+
"name": "channels",
|
|
2739
2748
|
"hasDynamicHelp": false,
|
|
2740
2749
|
"multiple": false,
|
|
2741
2750
|
"type": "option"
|
|
2742
2751
|
},
|
|
2743
|
-
"
|
|
2744
|
-
"description": "
|
|
2745
|
-
"name": "
|
|
2746
|
-
"hasDynamicHelp": false,
|
|
2747
|
-
"multiple": true,
|
|
2748
|
-
"type": "option"
|
|
2749
|
-
},
|
|
2750
|
-
"template-id": {
|
|
2751
|
-
"description": "WhatsApp template ID",
|
|
2752
|
-
"name": "template-id",
|
|
2752
|
+
"search": {
|
|
2753
|
+
"description": "Search chats",
|
|
2754
|
+
"name": "search",
|
|
2753
2755
|
"hasDynamicHelp": false,
|
|
2754
2756
|
"multiple": false,
|
|
2755
2757
|
"type": "option"
|
|
2756
2758
|
},
|
|
2757
|
-
"
|
|
2758
|
-
"description": "
|
|
2759
|
-
"name": "
|
|
2760
|
-
"default": "draft",
|
|
2759
|
+
"status": {
|
|
2760
|
+
"description": "Chat status",
|
|
2761
|
+
"name": "status",
|
|
2761
2762
|
"hasDynamicHelp": false,
|
|
2762
2763
|
"multiple": false,
|
|
2763
2764
|
"options": [
|
|
2764
|
-
"
|
|
2765
|
-
"
|
|
2766
|
-
"
|
|
2765
|
+
"all",
|
|
2766
|
+
"unread",
|
|
2767
|
+
"read",
|
|
2768
|
+
"archived"
|
|
2767
2769
|
],
|
|
2768
2770
|
"type": "option"
|
|
2769
2771
|
},
|
|
2770
|
-
"
|
|
2771
|
-
"description": "
|
|
2772
|
-
"name": "
|
|
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",
|
|
2773
2781
|
"allowNo": false,
|
|
2774
2782
|
"type": "boolean"
|
|
2775
2783
|
}
|
|
2776
2784
|
},
|
|
2777
2785
|
"hasDynamicHelp": false,
|
|
2778
2786
|
"hiddenAliases": [],
|
|
2779
|
-
"id": "
|
|
2787
|
+
"id": "chats:list",
|
|
2780
2788
|
"pluginAlias": "@instantkom/cli",
|
|
2781
2789
|
"pluginName": "@instantkom/cli",
|
|
2782
2790
|
"pluginType": "core",
|
|
@@ -2786,20 +2794,20 @@
|
|
|
2786
2794
|
"relativePath": [
|
|
2787
2795
|
"dist",
|
|
2788
2796
|
"commands",
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
2797
|
+
"chats",
|
|
2798
|
+
"list.js"
|
|
2791
2799
|
]
|
|
2792
2800
|
},
|
|
2793
|
-
"
|
|
2801
|
+
"chats:reply": {
|
|
2794
2802
|
"aliases": [],
|
|
2795
2803
|
"args": {
|
|
2796
2804
|
"id": {
|
|
2797
|
-
"description": "
|
|
2805
|
+
"description": "Chat ID",
|
|
2798
2806
|
"name": "id",
|
|
2799
2807
|
"required": true
|
|
2800
2808
|
}
|
|
2801
2809
|
},
|
|
2802
|
-
"description": "
|
|
2810
|
+
"description": "Reply in a chat",
|
|
2803
2811
|
"flags": {
|
|
2804
2812
|
"api-key": {
|
|
2805
2813
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2862,11 +2870,19 @@
|
|
|
2862
2870
|
"hasDynamicHelp": false,
|
|
2863
2871
|
"multiple": false,
|
|
2864
2872
|
"type": "option"
|
|
2873
|
+
},
|
|
2874
|
+
"text": {
|
|
2875
|
+
"description": "Reply text",
|
|
2876
|
+
"name": "text",
|
|
2877
|
+
"required": true,
|
|
2878
|
+
"hasDynamicHelp": false,
|
|
2879
|
+
"multiple": false,
|
|
2880
|
+
"type": "option"
|
|
2865
2881
|
}
|
|
2866
2882
|
},
|
|
2867
2883
|
"hasDynamicHelp": false,
|
|
2868
2884
|
"hiddenAliases": [],
|
|
2869
|
-
"id": "
|
|
2885
|
+
"id": "chats:reply",
|
|
2870
2886
|
"pluginAlias": "@instantkom/cli",
|
|
2871
2887
|
"pluginName": "@instantkom/cli",
|
|
2872
2888
|
"pluginType": "core",
|
|
@@ -2876,20 +2892,20 @@
|
|
|
2876
2892
|
"relativePath": [
|
|
2877
2893
|
"dist",
|
|
2878
2894
|
"commands",
|
|
2879
|
-
"
|
|
2880
|
-
"
|
|
2895
|
+
"chats",
|
|
2896
|
+
"reply.js"
|
|
2881
2897
|
]
|
|
2882
2898
|
},
|
|
2883
|
-
"
|
|
2899
|
+
"config:get": {
|
|
2884
2900
|
"aliases": [],
|
|
2885
2901
|
"args": {
|
|
2886
|
-
"
|
|
2887
|
-
"description": "
|
|
2888
|
-
"name": "
|
|
2902
|
+
"key": {
|
|
2903
|
+
"description": "Configuration key to retrieve",
|
|
2904
|
+
"name": "key",
|
|
2889
2905
|
"required": true
|
|
2890
2906
|
}
|
|
2891
2907
|
},
|
|
2892
|
-
"description": "Get
|
|
2908
|
+
"description": "Get a configuration value for the current profile",
|
|
2893
2909
|
"flags": {
|
|
2894
2910
|
"api-key": {
|
|
2895
2911
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2956,7 +2972,7 @@
|
|
|
2956
2972
|
},
|
|
2957
2973
|
"hasDynamicHelp": false,
|
|
2958
2974
|
"hiddenAliases": [],
|
|
2959
|
-
"id": "
|
|
2975
|
+
"id": "config:get",
|
|
2960
2976
|
"pluginAlias": "@instantkom/cli",
|
|
2961
2977
|
"pluginName": "@instantkom/cli",
|
|
2962
2978
|
"pluginType": "core",
|
|
@@ -2966,14 +2982,25 @@
|
|
|
2966
2982
|
"relativePath": [
|
|
2967
2983
|
"dist",
|
|
2968
2984
|
"commands",
|
|
2969
|
-
"
|
|
2985
|
+
"config",
|
|
2970
2986
|
"get.js"
|
|
2971
2987
|
]
|
|
2972
2988
|
},
|
|
2973
|
-
"
|
|
2989
|
+
"config:set": {
|
|
2974
2990
|
"aliases": [],
|
|
2975
|
-
"args": {
|
|
2976
|
-
|
|
2991
|
+
"args": {
|
|
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
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
"description": "Set a configuration value for the current profile",
|
|
2977
3004
|
"flags": {
|
|
2978
3005
|
"api-key": {
|
|
2979
3006
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3036,73 +3063,11 @@
|
|
|
3036
3063
|
"hasDynamicHelp": false,
|
|
3037
3064
|
"multiple": false,
|
|
3038
3065
|
"type": "option"
|
|
3039
|
-
},
|
|
3040
|
-
"page": {
|
|
3041
|
-
"description": "Page number",
|
|
3042
|
-
"name": "page",
|
|
3043
|
-
"default": 1,
|
|
3044
|
-
"hasDynamicHelp": false,
|
|
3045
|
-
"multiple": false,
|
|
3046
|
-
"type": "option"
|
|
3047
|
-
},
|
|
3048
|
-
"limit": {
|
|
3049
|
-
"description": "Items per page",
|
|
3050
|
-
"name": "limit",
|
|
3051
|
-
"default": 20,
|
|
3052
|
-
"hasDynamicHelp": false,
|
|
3053
|
-
"multiple": false,
|
|
3054
|
-
"type": "option"
|
|
3055
|
-
},
|
|
3056
|
-
"channel": {
|
|
3057
|
-
"description": "Filter by channel ID",
|
|
3058
|
-
"name": "channel",
|
|
3059
|
-
"hasDynamicHelp": false,
|
|
3060
|
-
"multiple": false,
|
|
3061
|
-
"type": "option"
|
|
3062
|
-
},
|
|
3063
|
-
"send-status": {
|
|
3064
|
-
"description": "Filter by send status",
|
|
3065
|
-
"name": "send-status",
|
|
3066
|
-
"hasDynamicHelp": false,
|
|
3067
|
-
"multiple": false,
|
|
3068
|
-
"type": "option"
|
|
3069
|
-
},
|
|
3070
|
-
"type": {
|
|
3071
|
-
"description": "Broadcast type",
|
|
3072
|
-
"name": "type",
|
|
3073
|
-
"hasDynamicHelp": false,
|
|
3074
|
-
"multiple": false,
|
|
3075
|
-
"options": [
|
|
3076
|
-
"text",
|
|
3077
|
-
"image",
|
|
3078
|
-
"video",
|
|
3079
|
-
"audio",
|
|
3080
|
-
"document"
|
|
3081
|
-
],
|
|
3082
|
-
"type": "option"
|
|
3083
|
-
},
|
|
3084
|
-
"search": {
|
|
3085
|
-
"description": "Search broadcasts",
|
|
3086
|
-
"name": "search",
|
|
3087
|
-
"hasDynamicHelp": false,
|
|
3088
|
-
"multiple": false,
|
|
3089
|
-
"type": "option"
|
|
3090
|
-
},
|
|
3091
|
-
"test": {
|
|
3092
|
-
"description": "Filter test flag: 0 or 1",
|
|
3093
|
-
"name": "test",
|
|
3094
|
-
"hasDynamicHelp": false,
|
|
3095
|
-
"multiple": false,
|
|
3096
|
-
"options": [
|
|
3097
|
-
"0",
|
|
3098
|
-
"1"
|
|
3099
|
-
],
|
|
3100
|
-
"type": "option"
|
|
3101
3066
|
}
|
|
3102
3067
|
},
|
|
3103
3068
|
"hasDynamicHelp": false,
|
|
3104
3069
|
"hiddenAliases": [],
|
|
3105
|
-
"id": "
|
|
3070
|
+
"id": "config:set",
|
|
3106
3071
|
"pluginAlias": "@instantkom/cli",
|
|
3107
3072
|
"pluginName": "@instantkom/cli",
|
|
3108
3073
|
"pluginType": "core",
|
|
@@ -3112,20 +3077,20 @@
|
|
|
3112
3077
|
"relativePath": [
|
|
3113
3078
|
"dist",
|
|
3114
3079
|
"commands",
|
|
3115
|
-
"
|
|
3116
|
-
"
|
|
3080
|
+
"config",
|
|
3081
|
+
"set.js"
|
|
3117
3082
|
]
|
|
3118
3083
|
},
|
|
3119
|
-
"
|
|
3084
|
+
"config:unset": {
|
|
3120
3085
|
"aliases": [],
|
|
3121
3086
|
"args": {
|
|
3122
|
-
"
|
|
3123
|
-
"description": "
|
|
3124
|
-
"name": "
|
|
3087
|
+
"key": {
|
|
3088
|
+
"description": "Configuration key to remove",
|
|
3089
|
+
"name": "key",
|
|
3125
3090
|
"required": true
|
|
3126
3091
|
}
|
|
3127
3092
|
},
|
|
3128
|
-
"description": "
|
|
3093
|
+
"description": "Remove a configuration key from the current profile",
|
|
3129
3094
|
"flags": {
|
|
3130
3095
|
"api-key": {
|
|
3131
3096
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3192,7 +3157,7 @@
|
|
|
3192
3157
|
},
|
|
3193
3158
|
"hasDynamicHelp": false,
|
|
3194
3159
|
"hiddenAliases": [],
|
|
3195
|
-
"id": "
|
|
3160
|
+
"id": "config:unset",
|
|
3196
3161
|
"pluginAlias": "@instantkom/cli",
|
|
3197
3162
|
"pluginName": "@instantkom/cli",
|
|
3198
3163
|
"pluginType": "core",
|
|
@@ -3202,257 +3167,11 @@
|
|
|
3202
3167
|
"relativePath": [
|
|
3203
3168
|
"dist",
|
|
3204
3169
|
"commands",
|
|
3205
|
-
"
|
|
3206
|
-
"
|
|
3170
|
+
"config",
|
|
3171
|
+
"unset.js"
|
|
3207
3172
|
]
|
|
3208
3173
|
},
|
|
3209
|
-
"
|
|
3210
|
-
"aliases": [],
|
|
3211
|
-
"args": {
|
|
3212
|
-
"id": {
|
|
3213
|
-
"description": "Broadcast ID",
|
|
3214
|
-
"name": "id",
|
|
3215
|
-
"required": true
|
|
3216
|
-
}
|
|
3217
|
-
},
|
|
3218
|
-
"description": "Show broadcast send status",
|
|
3219
|
-
"flags": {
|
|
3220
|
-
"api-key": {
|
|
3221
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3222
|
-
"env": "IKM_API_KEY",
|
|
3223
|
-
"helpGroup": "GLOBAL",
|
|
3224
|
-
"name": "api-key",
|
|
3225
|
-
"hasDynamicHelp": false,
|
|
3226
|
-
"multiple": false,
|
|
3227
|
-
"type": "option"
|
|
3228
|
-
},
|
|
3229
|
-
"format": {
|
|
3230
|
-
"description": "Output format: text, json, yaml, or table",
|
|
3231
|
-
"helpGroup": "GLOBAL",
|
|
3232
|
-
"name": "format",
|
|
3233
|
-
"default": "text",
|
|
3234
|
-
"hasDynamicHelp": false,
|
|
3235
|
-
"multiple": false,
|
|
3236
|
-
"options": [
|
|
3237
|
-
"text",
|
|
3238
|
-
"json",
|
|
3239
|
-
"yaml",
|
|
3240
|
-
"table"
|
|
3241
|
-
],
|
|
3242
|
-
"type": "option"
|
|
3243
|
-
},
|
|
3244
|
-
"json": {
|
|
3245
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
3246
|
-
"helpGroup": "GLOBAL",
|
|
3247
|
-
"name": "json",
|
|
3248
|
-
"allowNo": false,
|
|
3249
|
-
"type": "boolean"
|
|
3250
|
-
},
|
|
3251
|
-
"quiet": {
|
|
3252
|
-
"description": "Suppress all output except errors",
|
|
3253
|
-
"helpGroup": "GLOBAL",
|
|
3254
|
-
"name": "quiet",
|
|
3255
|
-
"allowNo": false,
|
|
3256
|
-
"type": "boolean"
|
|
3257
|
-
},
|
|
3258
|
-
"no-color": {
|
|
3259
|
-
"description": "Disable color output",
|
|
3260
|
-
"helpGroup": "GLOBAL",
|
|
3261
|
-
"name": "no-color",
|
|
3262
|
-
"allowNo": false,
|
|
3263
|
-
"type": "boolean"
|
|
3264
|
-
},
|
|
3265
|
-
"profile": {
|
|
3266
|
-
"description": "Named configuration profile to use",
|
|
3267
|
-
"helpGroup": "GLOBAL",
|
|
3268
|
-
"name": "profile",
|
|
3269
|
-
"default": "default",
|
|
3270
|
-
"hasDynamicHelp": false,
|
|
3271
|
-
"multiple": false,
|
|
3272
|
-
"type": "option"
|
|
3273
|
-
},
|
|
3274
|
-
"api-url": {
|
|
3275
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
3276
|
-
"helpGroup": "GLOBAL",
|
|
3277
|
-
"name": "api-url",
|
|
3278
|
-
"hasDynamicHelp": false,
|
|
3279
|
-
"multiple": false,
|
|
3280
|
-
"type": "option"
|
|
3281
|
-
}
|
|
3282
|
-
},
|
|
3283
|
-
"hasDynamicHelp": false,
|
|
3284
|
-
"hiddenAliases": [],
|
|
3285
|
-
"id": "broadcast:status",
|
|
3286
|
-
"pluginAlias": "@instantkom/cli",
|
|
3287
|
-
"pluginName": "@instantkom/cli",
|
|
3288
|
-
"pluginType": "core",
|
|
3289
|
-
"strict": true,
|
|
3290
|
-
"enableJsonFlag": false,
|
|
3291
|
-
"isESM": true,
|
|
3292
|
-
"relativePath": [
|
|
3293
|
-
"dist",
|
|
3294
|
-
"commands",
|
|
3295
|
-
"broadcast",
|
|
3296
|
-
"status.js"
|
|
3297
|
-
]
|
|
3298
|
-
},
|
|
3299
|
-
"broadcast:update": {
|
|
3300
|
-
"aliases": [],
|
|
3301
|
-
"args": {
|
|
3302
|
-
"id": {
|
|
3303
|
-
"description": "Broadcast ID",
|
|
3304
|
-
"name": "id",
|
|
3305
|
-
"required": true
|
|
3306
|
-
}
|
|
3307
|
-
},
|
|
3308
|
-
"description": "Update a broadcast",
|
|
3309
|
-
"flags": {
|
|
3310
|
-
"api-key": {
|
|
3311
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3312
|
-
"env": "IKM_API_KEY",
|
|
3313
|
-
"helpGroup": "GLOBAL",
|
|
3314
|
-
"name": "api-key",
|
|
3315
|
-
"hasDynamicHelp": false,
|
|
3316
|
-
"multiple": false,
|
|
3317
|
-
"type": "option"
|
|
3318
|
-
},
|
|
3319
|
-
"format": {
|
|
3320
|
-
"description": "Output format: text, json, yaml, or table",
|
|
3321
|
-
"helpGroup": "GLOBAL",
|
|
3322
|
-
"name": "format",
|
|
3323
|
-
"default": "text",
|
|
3324
|
-
"hasDynamicHelp": false,
|
|
3325
|
-
"multiple": false,
|
|
3326
|
-
"options": [
|
|
3327
|
-
"text",
|
|
3328
|
-
"json",
|
|
3329
|
-
"yaml",
|
|
3330
|
-
"table"
|
|
3331
|
-
],
|
|
3332
|
-
"type": "option"
|
|
3333
|
-
},
|
|
3334
|
-
"json": {
|
|
3335
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
3336
|
-
"helpGroup": "GLOBAL",
|
|
3337
|
-
"name": "json",
|
|
3338
|
-
"allowNo": false,
|
|
3339
|
-
"type": "boolean"
|
|
3340
|
-
},
|
|
3341
|
-
"quiet": {
|
|
3342
|
-
"description": "Suppress all output except errors",
|
|
3343
|
-
"helpGroup": "GLOBAL",
|
|
3344
|
-
"name": "quiet",
|
|
3345
|
-
"allowNo": false,
|
|
3346
|
-
"type": "boolean"
|
|
3347
|
-
},
|
|
3348
|
-
"no-color": {
|
|
3349
|
-
"description": "Disable color output",
|
|
3350
|
-
"helpGroup": "GLOBAL",
|
|
3351
|
-
"name": "no-color",
|
|
3352
|
-
"allowNo": false,
|
|
3353
|
-
"type": "boolean"
|
|
3354
|
-
},
|
|
3355
|
-
"profile": {
|
|
3356
|
-
"description": "Named configuration profile to use",
|
|
3357
|
-
"helpGroup": "GLOBAL",
|
|
3358
|
-
"name": "profile",
|
|
3359
|
-
"default": "default",
|
|
3360
|
-
"hasDynamicHelp": false,
|
|
3361
|
-
"multiple": false,
|
|
3362
|
-
"type": "option"
|
|
3363
|
-
},
|
|
3364
|
-
"api-url": {
|
|
3365
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
3366
|
-
"helpGroup": "GLOBAL",
|
|
3367
|
-
"name": "api-url",
|
|
3368
|
-
"hasDynamicHelp": false,
|
|
3369
|
-
"multiple": false,
|
|
3370
|
-
"type": "option"
|
|
3371
|
-
},
|
|
3372
|
-
"text": {
|
|
3373
|
-
"description": "Broadcast message text",
|
|
3374
|
-
"name": "text",
|
|
3375
|
-
"hasDynamicHelp": false,
|
|
3376
|
-
"multiple": false,
|
|
3377
|
-
"type": "option"
|
|
3378
|
-
},
|
|
3379
|
-
"send-status": {
|
|
3380
|
-
"description": "Send status",
|
|
3381
|
-
"name": "send-status",
|
|
3382
|
-
"hasDynamicHelp": false,
|
|
3383
|
-
"multiple": false,
|
|
3384
|
-
"type": "option"
|
|
3385
|
-
},
|
|
3386
|
-
"scheduled-at": {
|
|
3387
|
-
"description": "Unix timestamp for scheduled send",
|
|
3388
|
-
"name": "scheduled-at",
|
|
3389
|
-
"hasDynamicHelp": false,
|
|
3390
|
-
"multiple": false,
|
|
3391
|
-
"type": "option"
|
|
3392
|
-
},
|
|
3393
|
-
"approved": {
|
|
3394
|
-
"description": "Mark as approved",
|
|
3395
|
-
"name": "approved",
|
|
3396
|
-
"allowNo": false,
|
|
3397
|
-
"type": "boolean"
|
|
3398
|
-
},
|
|
3399
|
-
"locked": {
|
|
3400
|
-
"description": "Mark as locked",
|
|
3401
|
-
"name": "locked",
|
|
3402
|
-
"allowNo": false,
|
|
3403
|
-
"type": "boolean"
|
|
3404
|
-
},
|
|
3405
|
-
"test": {
|
|
3406
|
-
"description": "Mark as test broadcast",
|
|
3407
|
-
"name": "test",
|
|
3408
|
-
"allowNo": false,
|
|
3409
|
-
"type": "boolean"
|
|
3410
|
-
},
|
|
3411
|
-
"template-id": {
|
|
3412
|
-
"description": "Template ID",
|
|
3413
|
-
"name": "template-id",
|
|
3414
|
-
"hasDynamicHelp": false,
|
|
3415
|
-
"multiple": false,
|
|
3416
|
-
"type": "option"
|
|
3417
|
-
},
|
|
3418
|
-
"remove-media": {
|
|
3419
|
-
"description": "Remove existing media",
|
|
3420
|
-
"name": "remove-media",
|
|
3421
|
-
"allowNo": false,
|
|
3422
|
-
"type": "boolean"
|
|
3423
|
-
},
|
|
3424
|
-
"header-footer": {
|
|
3425
|
-
"description": "Header/footer JSON array",
|
|
3426
|
-
"name": "header-footer",
|
|
3427
|
-
"hasDynamicHelp": false,
|
|
3428
|
-
"multiple": false,
|
|
3429
|
-
"type": "option"
|
|
3430
|
-
},
|
|
3431
|
-
"data": {
|
|
3432
|
-
"description": "Additional JSON object payload",
|
|
3433
|
-
"name": "data",
|
|
3434
|
-
"hasDynamicHelp": false,
|
|
3435
|
-
"multiple": false,
|
|
3436
|
-
"type": "option"
|
|
3437
|
-
}
|
|
3438
|
-
},
|
|
3439
|
-
"hasDynamicHelp": false,
|
|
3440
|
-
"hiddenAliases": [],
|
|
3441
|
-
"id": "broadcast:update",
|
|
3442
|
-
"pluginAlias": "@instantkom/cli",
|
|
3443
|
-
"pluginName": "@instantkom/cli",
|
|
3444
|
-
"pluginType": "core",
|
|
3445
|
-
"strict": true,
|
|
3446
|
-
"enableJsonFlag": false,
|
|
3447
|
-
"isESM": true,
|
|
3448
|
-
"relativePath": [
|
|
3449
|
-
"dist",
|
|
3450
|
-
"commands",
|
|
3451
|
-
"broadcast",
|
|
3452
|
-
"update.js"
|
|
3453
|
-
]
|
|
3454
|
-
},
|
|
3455
|
-
"contacts:create": {
|
|
3174
|
+
"contacts:create": {
|
|
3456
3175
|
"aliases": [],
|
|
3457
3176
|
"args": {},
|
|
3458
3177
|
"description": "Create a contact",
|
|
@@ -4258,10 +3977,10 @@
|
|
|
4258
3977
|
"update.js"
|
|
4259
3978
|
]
|
|
4260
3979
|
},
|
|
4261
|
-
"
|
|
3980
|
+
"broadcast:create": {
|
|
4262
3981
|
"aliases": [],
|
|
4263
3982
|
"args": {},
|
|
4264
|
-
"description": "Create a
|
|
3983
|
+
"description": "Create a broadcast for channels or segments",
|
|
4265
3984
|
"flags": {
|
|
4266
3985
|
"api-key": {
|
|
4267
3986
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4325,47 +4044,92 @@
|
|
|
4325
4044
|
"multiple": false,
|
|
4326
4045
|
"type": "option"
|
|
4327
4046
|
},
|
|
4328
|
-
"
|
|
4329
|
-
"description": "Channel
|
|
4330
|
-
"name": "
|
|
4331
|
-
"required": true,
|
|
4047
|
+
"channel": {
|
|
4048
|
+
"description": "Channel ID target",
|
|
4049
|
+
"name": "channel",
|
|
4332
4050
|
"hasDynamicHelp": false,
|
|
4333
4051
|
"multiple": false,
|
|
4334
4052
|
"type": "option"
|
|
4335
4053
|
},
|
|
4336
|
-
"
|
|
4337
|
-
"description": "
|
|
4338
|
-
"name": "
|
|
4054
|
+
"segment": {
|
|
4055
|
+
"description": "Segment ID within --channel",
|
|
4056
|
+
"name": "segment",
|
|
4057
|
+
"hasDynamicHelp": false,
|
|
4058
|
+
"multiple": false,
|
|
4059
|
+
"type": "option"
|
|
4060
|
+
},
|
|
4061
|
+
"target": {
|
|
4062
|
+
"description": "Target as channelId or channelId:segmentId; may be repeated",
|
|
4063
|
+
"name": "target",
|
|
4064
|
+
"hasDynamicHelp": false,
|
|
4065
|
+
"multiple": true,
|
|
4066
|
+
"type": "option"
|
|
4067
|
+
},
|
|
4068
|
+
"text": {
|
|
4069
|
+
"description": "Broadcast message text",
|
|
4070
|
+
"name": "text",
|
|
4339
4071
|
"required": true,
|
|
4340
4072
|
"hasDynamicHelp": false,
|
|
4341
4073
|
"multiple": false,
|
|
4342
4074
|
"type": "option"
|
|
4343
4075
|
},
|
|
4344
|
-
"
|
|
4345
|
-
"description": "
|
|
4346
|
-
"name": "
|
|
4076
|
+
"send-at": {
|
|
4077
|
+
"description": "Schedule send for an ISO-8601 date-time",
|
|
4078
|
+
"name": "send-at",
|
|
4347
4079
|
"hasDynamicHelp": false,
|
|
4348
4080
|
"multiple": false,
|
|
4349
4081
|
"type": "option"
|
|
4350
4082
|
},
|
|
4351
|
-
"
|
|
4352
|
-
"description": "
|
|
4353
|
-
"name": "
|
|
4083
|
+
"dry-run": {
|
|
4084
|
+
"description": "Validate and print the broadcast payload without mutating API calls",
|
|
4085
|
+
"name": "dry-run",
|
|
4086
|
+
"allowNo": false,
|
|
4087
|
+
"type": "boolean"
|
|
4088
|
+
},
|
|
4089
|
+
"idempotency-key": {
|
|
4090
|
+
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
4091
|
+
"name": "idempotency-key",
|
|
4354
4092
|
"hasDynamicHelp": false,
|
|
4355
4093
|
"multiple": false,
|
|
4356
4094
|
"type": "option"
|
|
4357
4095
|
},
|
|
4358
|
-
"
|
|
4359
|
-
"description": "
|
|
4360
|
-
"name": "
|
|
4096
|
+
"media": {
|
|
4097
|
+
"description": "Media file path to upload",
|
|
4098
|
+
"name": "media",
|
|
4099
|
+
"hasDynamicHelp": false,
|
|
4100
|
+
"multiple": true,
|
|
4101
|
+
"type": "option"
|
|
4102
|
+
},
|
|
4103
|
+
"template-id": {
|
|
4104
|
+
"description": "WhatsApp template ID",
|
|
4105
|
+
"name": "template-id",
|
|
4106
|
+
"hasDynamicHelp": false,
|
|
4107
|
+
"multiple": false,
|
|
4108
|
+
"type": "option"
|
|
4109
|
+
},
|
|
4110
|
+
"send-status": {
|
|
4111
|
+
"description": "Initial broadcast send status",
|
|
4112
|
+
"name": "send-status",
|
|
4113
|
+
"default": "draft",
|
|
4361
4114
|
"hasDynamicHelp": false,
|
|
4362
4115
|
"multiple": false,
|
|
4116
|
+
"options": [
|
|
4117
|
+
"draft",
|
|
4118
|
+
"scheduled",
|
|
4119
|
+
"sending"
|
|
4120
|
+
],
|
|
4363
4121
|
"type": "option"
|
|
4122
|
+
},
|
|
4123
|
+
"auto-approve": {
|
|
4124
|
+
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
4125
|
+
"name": "auto-approve",
|
|
4126
|
+
"allowNo": false,
|
|
4127
|
+
"type": "boolean"
|
|
4364
4128
|
}
|
|
4365
4129
|
},
|
|
4366
4130
|
"hasDynamicHelp": false,
|
|
4367
4131
|
"hiddenAliases": [],
|
|
4368
|
-
"id": "
|
|
4132
|
+
"id": "broadcast:create",
|
|
4369
4133
|
"pluginAlias": "@instantkom/cli",
|
|
4370
4134
|
"pluginName": "@instantkom/cli",
|
|
4371
4135
|
"pluginType": "core",
|
|
@@ -4375,20 +4139,194 @@
|
|
|
4375
4139
|
"relativePath": [
|
|
4376
4140
|
"dist",
|
|
4377
4141
|
"commands",
|
|
4378
|
-
"
|
|
4142
|
+
"broadcast",
|
|
4379
4143
|
"create.js"
|
|
4380
4144
|
]
|
|
4381
4145
|
},
|
|
4382
|
-
"
|
|
4146
|
+
"broadcast:delete": {
|
|
4383
4147
|
"aliases": [],
|
|
4384
4148
|
"args": {
|
|
4385
4149
|
"id": {
|
|
4386
|
-
"description": "
|
|
4150
|
+
"description": "broadcast ID",
|
|
4387
4151
|
"name": "id",
|
|
4388
4152
|
"required": true
|
|
4389
4153
|
}
|
|
4390
4154
|
},
|
|
4391
|
-
"description": "
|
|
4155
|
+
"description": "Delete broadcast",
|
|
4156
|
+
"flags": {
|
|
4157
|
+
"api-key": {
|
|
4158
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4159
|
+
"env": "IKM_API_KEY",
|
|
4160
|
+
"helpGroup": "GLOBAL",
|
|
4161
|
+
"name": "api-key",
|
|
4162
|
+
"hasDynamicHelp": false,
|
|
4163
|
+
"multiple": false,
|
|
4164
|
+
"type": "option"
|
|
4165
|
+
},
|
|
4166
|
+
"format": {
|
|
4167
|
+
"description": "Output format: text, json, yaml, or table",
|
|
4168
|
+
"helpGroup": "GLOBAL",
|
|
4169
|
+
"name": "format",
|
|
4170
|
+
"default": "text",
|
|
4171
|
+
"hasDynamicHelp": false,
|
|
4172
|
+
"multiple": false,
|
|
4173
|
+
"options": [
|
|
4174
|
+
"text",
|
|
4175
|
+
"json",
|
|
4176
|
+
"yaml",
|
|
4177
|
+
"table"
|
|
4178
|
+
],
|
|
4179
|
+
"type": "option"
|
|
4180
|
+
},
|
|
4181
|
+
"json": {
|
|
4182
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
4183
|
+
"helpGroup": "GLOBAL",
|
|
4184
|
+
"name": "json",
|
|
4185
|
+
"allowNo": false,
|
|
4186
|
+
"type": "boolean"
|
|
4187
|
+
},
|
|
4188
|
+
"quiet": {
|
|
4189
|
+
"description": "Suppress all output except errors",
|
|
4190
|
+
"helpGroup": "GLOBAL",
|
|
4191
|
+
"name": "quiet",
|
|
4192
|
+
"allowNo": false,
|
|
4193
|
+
"type": "boolean"
|
|
4194
|
+
},
|
|
4195
|
+
"no-color": {
|
|
4196
|
+
"description": "Disable color output",
|
|
4197
|
+
"helpGroup": "GLOBAL",
|
|
4198
|
+
"name": "no-color",
|
|
4199
|
+
"allowNo": false,
|
|
4200
|
+
"type": "boolean"
|
|
4201
|
+
},
|
|
4202
|
+
"profile": {
|
|
4203
|
+
"description": "Named configuration profile to use",
|
|
4204
|
+
"helpGroup": "GLOBAL",
|
|
4205
|
+
"name": "profile",
|
|
4206
|
+
"default": "default",
|
|
4207
|
+
"hasDynamicHelp": false,
|
|
4208
|
+
"multiple": false,
|
|
4209
|
+
"type": "option"
|
|
4210
|
+
},
|
|
4211
|
+
"api-url": {
|
|
4212
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
4213
|
+
"helpGroup": "GLOBAL",
|
|
4214
|
+
"name": "api-url",
|
|
4215
|
+
"hasDynamicHelp": false,
|
|
4216
|
+
"multiple": false,
|
|
4217
|
+
"type": "option"
|
|
4218
|
+
}
|
|
4219
|
+
},
|
|
4220
|
+
"hasDynamicHelp": false,
|
|
4221
|
+
"hiddenAliases": [],
|
|
4222
|
+
"id": "broadcast:delete",
|
|
4223
|
+
"pluginAlias": "@instantkom/cli",
|
|
4224
|
+
"pluginName": "@instantkom/cli",
|
|
4225
|
+
"pluginType": "core",
|
|
4226
|
+
"strict": true,
|
|
4227
|
+
"enableJsonFlag": false,
|
|
4228
|
+
"isESM": true,
|
|
4229
|
+
"relativePath": [
|
|
4230
|
+
"dist",
|
|
4231
|
+
"commands",
|
|
4232
|
+
"broadcast",
|
|
4233
|
+
"delete.js"
|
|
4234
|
+
]
|
|
4235
|
+
},
|
|
4236
|
+
"broadcast:get": {
|
|
4237
|
+
"aliases": [],
|
|
4238
|
+
"args": {
|
|
4239
|
+
"id": {
|
|
4240
|
+
"description": "broadcast ID",
|
|
4241
|
+
"name": "id",
|
|
4242
|
+
"required": true
|
|
4243
|
+
}
|
|
4244
|
+
},
|
|
4245
|
+
"description": "Get broadcast by ID",
|
|
4246
|
+
"flags": {
|
|
4247
|
+
"api-key": {
|
|
4248
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4249
|
+
"env": "IKM_API_KEY",
|
|
4250
|
+
"helpGroup": "GLOBAL",
|
|
4251
|
+
"name": "api-key",
|
|
4252
|
+
"hasDynamicHelp": false,
|
|
4253
|
+
"multiple": false,
|
|
4254
|
+
"type": "option"
|
|
4255
|
+
},
|
|
4256
|
+
"format": {
|
|
4257
|
+
"description": "Output format: text, json, yaml, or table",
|
|
4258
|
+
"helpGroup": "GLOBAL",
|
|
4259
|
+
"name": "format",
|
|
4260
|
+
"default": "text",
|
|
4261
|
+
"hasDynamicHelp": false,
|
|
4262
|
+
"multiple": false,
|
|
4263
|
+
"options": [
|
|
4264
|
+
"text",
|
|
4265
|
+
"json",
|
|
4266
|
+
"yaml",
|
|
4267
|
+
"table"
|
|
4268
|
+
],
|
|
4269
|
+
"type": "option"
|
|
4270
|
+
},
|
|
4271
|
+
"json": {
|
|
4272
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
4273
|
+
"helpGroup": "GLOBAL",
|
|
4274
|
+
"name": "json",
|
|
4275
|
+
"allowNo": false,
|
|
4276
|
+
"type": "boolean"
|
|
4277
|
+
},
|
|
4278
|
+
"quiet": {
|
|
4279
|
+
"description": "Suppress all output except errors",
|
|
4280
|
+
"helpGroup": "GLOBAL",
|
|
4281
|
+
"name": "quiet",
|
|
4282
|
+
"allowNo": false,
|
|
4283
|
+
"type": "boolean"
|
|
4284
|
+
},
|
|
4285
|
+
"no-color": {
|
|
4286
|
+
"description": "Disable color output",
|
|
4287
|
+
"helpGroup": "GLOBAL",
|
|
4288
|
+
"name": "no-color",
|
|
4289
|
+
"allowNo": false,
|
|
4290
|
+
"type": "boolean"
|
|
4291
|
+
},
|
|
4292
|
+
"profile": {
|
|
4293
|
+
"description": "Named configuration profile to use",
|
|
4294
|
+
"helpGroup": "GLOBAL",
|
|
4295
|
+
"name": "profile",
|
|
4296
|
+
"default": "default",
|
|
4297
|
+
"hasDynamicHelp": false,
|
|
4298
|
+
"multiple": false,
|
|
4299
|
+
"type": "option"
|
|
4300
|
+
},
|
|
4301
|
+
"api-url": {
|
|
4302
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
4303
|
+
"helpGroup": "GLOBAL",
|
|
4304
|
+
"name": "api-url",
|
|
4305
|
+
"hasDynamicHelp": false,
|
|
4306
|
+
"multiple": false,
|
|
4307
|
+
"type": "option"
|
|
4308
|
+
}
|
|
4309
|
+
},
|
|
4310
|
+
"hasDynamicHelp": false,
|
|
4311
|
+
"hiddenAliases": [],
|
|
4312
|
+
"id": "broadcast:get",
|
|
4313
|
+
"pluginAlias": "@instantkom/cli",
|
|
4314
|
+
"pluginName": "@instantkom/cli",
|
|
4315
|
+
"pluginType": "core",
|
|
4316
|
+
"strict": true,
|
|
4317
|
+
"enableJsonFlag": false,
|
|
4318
|
+
"isESM": true,
|
|
4319
|
+
"relativePath": [
|
|
4320
|
+
"dist",
|
|
4321
|
+
"commands",
|
|
4322
|
+
"broadcast",
|
|
4323
|
+
"get.js"
|
|
4324
|
+
]
|
|
4325
|
+
},
|
|
4326
|
+
"broadcast:list": {
|
|
4327
|
+
"aliases": [],
|
|
4328
|
+
"args": {},
|
|
4329
|
+
"description": "List broadcasts",
|
|
4392
4330
|
"flags": {
|
|
4393
4331
|
"api-key": {
|
|
4394
4332
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4451,11 +4389,73 @@
|
|
|
4451
4389
|
"hasDynamicHelp": false,
|
|
4452
4390
|
"multiple": false,
|
|
4453
4391
|
"type": "option"
|
|
4392
|
+
},
|
|
4393
|
+
"page": {
|
|
4394
|
+
"description": "Page number",
|
|
4395
|
+
"name": "page",
|
|
4396
|
+
"default": 1,
|
|
4397
|
+
"hasDynamicHelp": false,
|
|
4398
|
+
"multiple": false,
|
|
4399
|
+
"type": "option"
|
|
4400
|
+
},
|
|
4401
|
+
"limit": {
|
|
4402
|
+
"description": "Items per page",
|
|
4403
|
+
"name": "limit",
|
|
4404
|
+
"default": 20,
|
|
4405
|
+
"hasDynamicHelp": false,
|
|
4406
|
+
"multiple": false,
|
|
4407
|
+
"type": "option"
|
|
4408
|
+
},
|
|
4409
|
+
"channel": {
|
|
4410
|
+
"description": "Filter by channel ID",
|
|
4411
|
+
"name": "channel",
|
|
4412
|
+
"hasDynamicHelp": false,
|
|
4413
|
+
"multiple": false,
|
|
4414
|
+
"type": "option"
|
|
4415
|
+
},
|
|
4416
|
+
"send-status": {
|
|
4417
|
+
"description": "Filter by send status",
|
|
4418
|
+
"name": "send-status",
|
|
4419
|
+
"hasDynamicHelp": false,
|
|
4420
|
+
"multiple": false,
|
|
4421
|
+
"type": "option"
|
|
4422
|
+
},
|
|
4423
|
+
"type": {
|
|
4424
|
+
"description": "Broadcast type",
|
|
4425
|
+
"name": "type",
|
|
4426
|
+
"hasDynamicHelp": false,
|
|
4427
|
+
"multiple": false,
|
|
4428
|
+
"options": [
|
|
4429
|
+
"text",
|
|
4430
|
+
"image",
|
|
4431
|
+
"video",
|
|
4432
|
+
"audio",
|
|
4433
|
+
"document"
|
|
4434
|
+
],
|
|
4435
|
+
"type": "option"
|
|
4436
|
+
},
|
|
4437
|
+
"search": {
|
|
4438
|
+
"description": "Search broadcasts",
|
|
4439
|
+
"name": "search",
|
|
4440
|
+
"hasDynamicHelp": false,
|
|
4441
|
+
"multiple": false,
|
|
4442
|
+
"type": "option"
|
|
4443
|
+
},
|
|
4444
|
+
"test": {
|
|
4445
|
+
"description": "Filter test flag: 0 or 1",
|
|
4446
|
+
"name": "test",
|
|
4447
|
+
"hasDynamicHelp": false,
|
|
4448
|
+
"multiple": false,
|
|
4449
|
+
"options": [
|
|
4450
|
+
"0",
|
|
4451
|
+
"1"
|
|
4452
|
+
],
|
|
4453
|
+
"type": "option"
|
|
4454
4454
|
}
|
|
4455
4455
|
},
|
|
4456
4456
|
"hasDynamicHelp": false,
|
|
4457
4457
|
"hiddenAliases": [],
|
|
4458
|
-
"id": "
|
|
4458
|
+
"id": "broadcast:list",
|
|
4459
4459
|
"pluginAlias": "@instantkom/cli",
|
|
4460
4460
|
"pluginName": "@instantkom/cli",
|
|
4461
4461
|
"pluginType": "core",
|
|
@@ -4465,20 +4465,20 @@
|
|
|
4465
4465
|
"relativePath": [
|
|
4466
4466
|
"dist",
|
|
4467
4467
|
"commands",
|
|
4468
|
-
"
|
|
4469
|
-
"
|
|
4468
|
+
"broadcast",
|
|
4469
|
+
"list.js"
|
|
4470
4470
|
]
|
|
4471
4471
|
},
|
|
4472
|
-
"
|
|
4472
|
+
"broadcast:send": {
|
|
4473
4473
|
"aliases": [],
|
|
4474
4474
|
"args": {
|
|
4475
4475
|
"id": {
|
|
4476
|
-
"description": "
|
|
4476
|
+
"description": "Broadcast ID",
|
|
4477
4477
|
"name": "id",
|
|
4478
|
-
"required":
|
|
4478
|
+
"required": true
|
|
4479
4479
|
}
|
|
4480
4480
|
},
|
|
4481
|
-
"description": "
|
|
4481
|
+
"description": "Send a broadcast immediately",
|
|
4482
4482
|
"flags": {
|
|
4483
4483
|
"api-key": {
|
|
4484
4484
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4541,18 +4541,11 @@
|
|
|
4541
4541
|
"hasDynamicHelp": false,
|
|
4542
4542
|
"multiple": false,
|
|
4543
4543
|
"type": "option"
|
|
4544
|
-
},
|
|
4545
|
-
"period": {
|
|
4546
|
-
"description": "KPI period",
|
|
4547
|
-
"name": "period",
|
|
4548
|
-
"hasDynamicHelp": false,
|
|
4549
|
-
"multiple": false,
|
|
4550
|
-
"type": "option"
|
|
4551
4544
|
}
|
|
4552
4545
|
},
|
|
4553
4546
|
"hasDynamicHelp": false,
|
|
4554
4547
|
"hiddenAliases": [],
|
|
4555
|
-
"id": "
|
|
4548
|
+
"id": "broadcast:send",
|
|
4556
4549
|
"pluginAlias": "@instantkom/cli",
|
|
4557
4550
|
"pluginName": "@instantkom/cli",
|
|
4558
4551
|
"pluginType": "core",
|
|
@@ -4562,14 +4555,20 @@
|
|
|
4562
4555
|
"relativePath": [
|
|
4563
4556
|
"dist",
|
|
4564
4557
|
"commands",
|
|
4565
|
-
"
|
|
4566
|
-
"
|
|
4558
|
+
"broadcast",
|
|
4559
|
+
"send.js"
|
|
4567
4560
|
]
|
|
4568
4561
|
},
|
|
4569
|
-
"
|
|
4562
|
+
"broadcast:status": {
|
|
4570
4563
|
"aliases": [],
|
|
4571
|
-
"args": {
|
|
4572
|
-
|
|
4564
|
+
"args": {
|
|
4565
|
+
"id": {
|
|
4566
|
+
"description": "Broadcast ID",
|
|
4567
|
+
"name": "id",
|
|
4568
|
+
"required": true
|
|
4569
|
+
}
|
|
4570
|
+
},
|
|
4571
|
+
"description": "Show broadcast send status",
|
|
4573
4572
|
"flags": {
|
|
4574
4573
|
"api-key": {
|
|
4575
4574
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4632,48 +4631,11 @@
|
|
|
4632
4631
|
"hasDynamicHelp": false,
|
|
4633
4632
|
"multiple": false,
|
|
4634
4633
|
"type": "option"
|
|
4635
|
-
},
|
|
4636
|
-
"page": {
|
|
4637
|
-
"description": "Page number",
|
|
4638
|
-
"name": "page",
|
|
4639
|
-
"default": 1,
|
|
4640
|
-
"hasDynamicHelp": false,
|
|
4641
|
-
"multiple": false,
|
|
4642
|
-
"type": "option"
|
|
4643
|
-
},
|
|
4644
|
-
"limit": {
|
|
4645
|
-
"description": "Items per page",
|
|
4646
|
-
"name": "limit",
|
|
4647
|
-
"default": 20,
|
|
4648
|
-
"hasDynamicHelp": false,
|
|
4649
|
-
"multiple": false,
|
|
4650
|
-
"type": "option"
|
|
4651
|
-
},
|
|
4652
|
-
"status": {
|
|
4653
|
-
"description": "Filter by channel status",
|
|
4654
|
-
"name": "status",
|
|
4655
|
-
"hasDynamicHelp": false,
|
|
4656
|
-
"multiple": false,
|
|
4657
|
-
"type": "option"
|
|
4658
|
-
},
|
|
4659
|
-
"gateway-type": {
|
|
4660
|
-
"description": "Filter by gateway type ID",
|
|
4661
|
-
"name": "gateway-type",
|
|
4662
|
-
"hasDynamicHelp": false,
|
|
4663
|
-
"multiple": false,
|
|
4664
|
-
"type": "option"
|
|
4665
|
-
},
|
|
4666
|
-
"search": {
|
|
4667
|
-
"description": "Search by channel name",
|
|
4668
|
-
"name": "search",
|
|
4669
|
-
"hasDynamicHelp": false,
|
|
4670
|
-
"multiple": false,
|
|
4671
|
-
"type": "option"
|
|
4672
4634
|
}
|
|
4673
4635
|
},
|
|
4674
4636
|
"hasDynamicHelp": false,
|
|
4675
4637
|
"hiddenAliases": [],
|
|
4676
|
-
"id": "
|
|
4638
|
+
"id": "broadcast:status",
|
|
4677
4639
|
"pluginAlias": "@instantkom/cli",
|
|
4678
4640
|
"pluginName": "@instantkom/cli",
|
|
4679
4641
|
"pluginType": "core",
|
|
@@ -4683,20 +4645,20 @@
|
|
|
4683
4645
|
"relativePath": [
|
|
4684
4646
|
"dist",
|
|
4685
4647
|
"commands",
|
|
4686
|
-
"
|
|
4687
|
-
"
|
|
4648
|
+
"broadcast",
|
|
4649
|
+
"status.js"
|
|
4688
4650
|
]
|
|
4689
4651
|
},
|
|
4690
|
-
"
|
|
4652
|
+
"broadcast:update": {
|
|
4691
4653
|
"aliases": [],
|
|
4692
4654
|
"args": {
|
|
4693
4655
|
"id": {
|
|
4694
|
-
"description": "
|
|
4656
|
+
"description": "Broadcast ID",
|
|
4695
4657
|
"name": "id",
|
|
4696
4658
|
"required": true
|
|
4697
4659
|
}
|
|
4698
4660
|
},
|
|
4699
|
-
"description": "Update a
|
|
4661
|
+
"description": "Update a broadcast",
|
|
4700
4662
|
"flags": {
|
|
4701
4663
|
"api-key": {
|
|
4702
4664
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4760,23 +4722,61 @@
|
|
|
4760
4722
|
"multiple": false,
|
|
4761
4723
|
"type": "option"
|
|
4762
4724
|
},
|
|
4763
|
-
"
|
|
4764
|
-
"description": "
|
|
4765
|
-
"name": "
|
|
4725
|
+
"text": {
|
|
4726
|
+
"description": "Broadcast message text",
|
|
4727
|
+
"name": "text",
|
|
4766
4728
|
"hasDynamicHelp": false,
|
|
4767
4729
|
"multiple": false,
|
|
4768
4730
|
"type": "option"
|
|
4769
4731
|
},
|
|
4770
|
-
"status": {
|
|
4771
|
-
"description": "
|
|
4772
|
-
"name": "status",
|
|
4732
|
+
"send-status": {
|
|
4733
|
+
"description": "Send status",
|
|
4734
|
+
"name": "send-status",
|
|
4773
4735
|
"hasDynamicHelp": false,
|
|
4774
4736
|
"multiple": false,
|
|
4775
4737
|
"type": "option"
|
|
4776
4738
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
4739
|
+
"scheduled-at": {
|
|
4740
|
+
"description": "Unix timestamp for scheduled send",
|
|
4741
|
+
"name": "scheduled-at",
|
|
4742
|
+
"hasDynamicHelp": false,
|
|
4743
|
+
"multiple": false,
|
|
4744
|
+
"type": "option"
|
|
4745
|
+
},
|
|
4746
|
+
"approved": {
|
|
4747
|
+
"description": "Mark as approved",
|
|
4748
|
+
"name": "approved",
|
|
4749
|
+
"allowNo": false,
|
|
4750
|
+
"type": "boolean"
|
|
4751
|
+
},
|
|
4752
|
+
"locked": {
|
|
4753
|
+
"description": "Mark as locked",
|
|
4754
|
+
"name": "locked",
|
|
4755
|
+
"allowNo": false,
|
|
4756
|
+
"type": "boolean"
|
|
4757
|
+
},
|
|
4758
|
+
"test": {
|
|
4759
|
+
"description": "Mark as test broadcast",
|
|
4760
|
+
"name": "test",
|
|
4761
|
+
"allowNo": false,
|
|
4762
|
+
"type": "boolean"
|
|
4763
|
+
},
|
|
4764
|
+
"template-id": {
|
|
4765
|
+
"description": "Template ID",
|
|
4766
|
+
"name": "template-id",
|
|
4767
|
+
"hasDynamicHelp": false,
|
|
4768
|
+
"multiple": false,
|
|
4769
|
+
"type": "option"
|
|
4770
|
+
},
|
|
4771
|
+
"remove-media": {
|
|
4772
|
+
"description": "Remove existing media",
|
|
4773
|
+
"name": "remove-media",
|
|
4774
|
+
"allowNo": false,
|
|
4775
|
+
"type": "boolean"
|
|
4776
|
+
},
|
|
4777
|
+
"header-footer": {
|
|
4778
|
+
"description": "Header/footer JSON array",
|
|
4779
|
+
"name": "header-footer",
|
|
4780
4780
|
"hasDynamicHelp": false,
|
|
4781
4781
|
"multiple": false,
|
|
4782
4782
|
"type": "option"
|
|
@@ -4791,7 +4791,7 @@
|
|
|
4791
4791
|
},
|
|
4792
4792
|
"hasDynamicHelp": false,
|
|
4793
4793
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "
|
|
4794
|
+
"id": "broadcast:update",
|
|
4795
4795
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4796
|
"pluginName": "@instantkom/cli",
|
|
4797
4797
|
"pluginType": "core",
|
|
@@ -4801,7 +4801,7 @@
|
|
|
4801
4801
|
"relativePath": [
|
|
4802
4802
|
"dist",
|
|
4803
4803
|
"commands",
|
|
4804
|
-
"
|
|
4804
|
+
"broadcast",
|
|
4805
4805
|
"update.js"
|
|
4806
4806
|
]
|
|
4807
4807
|
},
|
|
@@ -6076,10 +6076,10 @@
|
|
|
6076
6076
|
"list.js"
|
|
6077
6077
|
]
|
|
6078
6078
|
},
|
|
6079
|
-
"
|
|
6079
|
+
"flows:create": {
|
|
6080
6080
|
"aliases": [],
|
|
6081
6081
|
"args": {},
|
|
6082
|
-
"description": "
|
|
6082
|
+
"description": "Create a flow",
|
|
6083
6083
|
"flags": {
|
|
6084
6084
|
"api-key": {
|
|
6085
6085
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6143,24 +6143,54 @@
|
|
|
6143
6143
|
"multiple": false,
|
|
6144
6144
|
"type": "option"
|
|
6145
6145
|
},
|
|
6146
|
-
"
|
|
6147
|
-
"description": "
|
|
6148
|
-
"name": "
|
|
6146
|
+
"channel": {
|
|
6147
|
+
"description": "Channel ID",
|
|
6148
|
+
"name": "channel",
|
|
6149
|
+
"required": true,
|
|
6150
|
+
"hasDynamicHelp": false,
|
|
6151
|
+
"multiple": false,
|
|
6152
|
+
"type": "option"
|
|
6153
|
+
},
|
|
6154
|
+
"name": {
|
|
6155
|
+
"description": "Flow name",
|
|
6156
|
+
"name": "name",
|
|
6149
6157
|
"required": true,
|
|
6150
6158
|
"hasDynamicHelp": false,
|
|
6151
6159
|
"multiple": false,
|
|
6152
6160
|
"type": "option"
|
|
6153
|
-
},
|
|
6154
|
-
"
|
|
6155
|
-
"description": "
|
|
6156
|
-
"name": "
|
|
6157
|
-
"
|
|
6158
|
-
"
|
|
6161
|
+
},
|
|
6162
|
+
"description": {
|
|
6163
|
+
"description": "Flow description",
|
|
6164
|
+
"name": "description",
|
|
6165
|
+
"hasDynamicHelp": false,
|
|
6166
|
+
"multiple": false,
|
|
6167
|
+
"type": "option"
|
|
6168
|
+
},
|
|
6169
|
+
"color": {
|
|
6170
|
+
"description": "Flow color as HEX",
|
|
6171
|
+
"name": "color",
|
|
6172
|
+
"hasDynamicHelp": false,
|
|
6173
|
+
"multiple": false,
|
|
6174
|
+
"type": "option"
|
|
6175
|
+
},
|
|
6176
|
+
"folder": {
|
|
6177
|
+
"description": "Folder ID",
|
|
6178
|
+
"name": "folder",
|
|
6179
|
+
"hasDynamicHelp": false,
|
|
6180
|
+
"multiple": false,
|
|
6181
|
+
"type": "option"
|
|
6182
|
+
},
|
|
6183
|
+
"data": {
|
|
6184
|
+
"description": "Additional JSON object payload",
|
|
6185
|
+
"name": "data",
|
|
6186
|
+
"hasDynamicHelp": false,
|
|
6187
|
+
"multiple": false,
|
|
6188
|
+
"type": "option"
|
|
6159
6189
|
}
|
|
6160
6190
|
},
|
|
6161
6191
|
"hasDynamicHelp": false,
|
|
6162
6192
|
"hiddenAliases": [],
|
|
6163
|
-
"id": "
|
|
6193
|
+
"id": "flows:create",
|
|
6164
6194
|
"pluginAlias": "@instantkom/cli",
|
|
6165
6195
|
"pluginName": "@instantkom/cli",
|
|
6166
6196
|
"pluginType": "core",
|
|
@@ -6170,20 +6200,20 @@
|
|
|
6170
6200
|
"relativePath": [
|
|
6171
6201
|
"dist",
|
|
6172
6202
|
"commands",
|
|
6173
|
-
"
|
|
6174
|
-
"
|
|
6203
|
+
"flows",
|
|
6204
|
+
"create.js"
|
|
6175
6205
|
]
|
|
6176
6206
|
},
|
|
6177
|
-
"
|
|
6207
|
+
"flows:delete": {
|
|
6178
6208
|
"aliases": [],
|
|
6179
6209
|
"args": {
|
|
6180
6210
|
"id": {
|
|
6181
|
-
"description": "
|
|
6211
|
+
"description": "Flow ID",
|
|
6182
6212
|
"name": "id",
|
|
6183
6213
|
"required": true
|
|
6184
6214
|
}
|
|
6185
6215
|
},
|
|
6186
|
-
"description": "
|
|
6216
|
+
"description": "Delete a flow",
|
|
6187
6217
|
"flags": {
|
|
6188
6218
|
"api-key": {
|
|
6189
6219
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6246,32 +6276,11 @@
|
|
|
6246
6276
|
"hasDynamicHelp": false,
|
|
6247
6277
|
"multiple": false,
|
|
6248
6278
|
"type": "option"
|
|
6249
|
-
},
|
|
6250
|
-
"subject": {
|
|
6251
|
-
"description": "Ticket subject",
|
|
6252
|
-
"name": "subject",
|
|
6253
|
-
"hasDynamicHelp": false,
|
|
6254
|
-
"multiple": false,
|
|
6255
|
-
"type": "option"
|
|
6256
|
-
},
|
|
6257
|
-
"priority": {
|
|
6258
|
-
"description": "Ticket priority",
|
|
6259
|
-
"name": "priority",
|
|
6260
|
-
"hasDynamicHelp": false,
|
|
6261
|
-
"multiple": false,
|
|
6262
|
-
"type": "option"
|
|
6263
|
-
},
|
|
6264
|
-
"data": {
|
|
6265
|
-
"description": "Additional JSON object payload",
|
|
6266
|
-
"name": "data",
|
|
6267
|
-
"hasDynamicHelp": false,
|
|
6268
|
-
"multiple": false,
|
|
6269
|
-
"type": "option"
|
|
6270
6279
|
}
|
|
6271
6280
|
},
|
|
6272
6281
|
"hasDynamicHelp": false,
|
|
6273
6282
|
"hiddenAliases": [],
|
|
6274
|
-
"id": "
|
|
6283
|
+
"id": "flows:delete",
|
|
6275
6284
|
"pluginAlias": "@instantkom/cli",
|
|
6276
6285
|
"pluginName": "@instantkom/cli",
|
|
6277
6286
|
"pluginType": "core",
|
|
@@ -6281,20 +6290,20 @@
|
|
|
6281
6290
|
"relativePath": [
|
|
6282
6291
|
"dist",
|
|
6283
6292
|
"commands",
|
|
6284
|
-
"
|
|
6285
|
-
"
|
|
6293
|
+
"flows",
|
|
6294
|
+
"delete.js"
|
|
6286
6295
|
]
|
|
6287
6296
|
},
|
|
6288
|
-
"
|
|
6297
|
+
"flows:get": {
|
|
6289
6298
|
"aliases": [],
|
|
6290
6299
|
"args": {
|
|
6291
6300
|
"id": {
|
|
6292
|
-
"description": "
|
|
6301
|
+
"description": "Flow ID",
|
|
6293
6302
|
"name": "id",
|
|
6294
6303
|
"required": true
|
|
6295
6304
|
}
|
|
6296
6305
|
},
|
|
6297
|
-
"description": "
|
|
6306
|
+
"description": "Get a flow by ID",
|
|
6298
6307
|
"flags": {
|
|
6299
6308
|
"api-key": {
|
|
6300
6309
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6361,7 +6370,7 @@
|
|
|
6361
6370
|
},
|
|
6362
6371
|
"hasDynamicHelp": false,
|
|
6363
6372
|
"hiddenAliases": [],
|
|
6364
|
-
"id": "
|
|
6373
|
+
"id": "flows:get",
|
|
6365
6374
|
"pluginAlias": "@instantkom/cli",
|
|
6366
6375
|
"pluginName": "@instantkom/cli",
|
|
6367
6376
|
"pluginType": "core",
|
|
@@ -6371,20 +6380,14 @@
|
|
|
6371
6380
|
"relativePath": [
|
|
6372
6381
|
"dist",
|
|
6373
6382
|
"commands",
|
|
6374
|
-
"
|
|
6375
|
-
"
|
|
6383
|
+
"flows",
|
|
6384
|
+
"get.js"
|
|
6376
6385
|
]
|
|
6377
6386
|
},
|
|
6378
|
-
"
|
|
6387
|
+
"flows:list": {
|
|
6379
6388
|
"aliases": [],
|
|
6380
|
-
"args": {
|
|
6381
|
-
|
|
6382
|
-
"description": "message ID",
|
|
6383
|
-
"name": "id",
|
|
6384
|
-
"required": true
|
|
6385
|
-
}
|
|
6386
|
-
},
|
|
6387
|
-
"description": "Get message by ID",
|
|
6389
|
+
"args": {},
|
|
6390
|
+
"description": "List flows",
|
|
6388
6391
|
"flags": {
|
|
6389
6392
|
"api-key": {
|
|
6390
6393
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6447,11 +6450,48 @@
|
|
|
6447
6450
|
"hasDynamicHelp": false,
|
|
6448
6451
|
"multiple": false,
|
|
6449
6452
|
"type": "option"
|
|
6453
|
+
},
|
|
6454
|
+
"page": {
|
|
6455
|
+
"description": "Page number",
|
|
6456
|
+
"name": "page",
|
|
6457
|
+
"default": 1,
|
|
6458
|
+
"hasDynamicHelp": false,
|
|
6459
|
+
"multiple": false,
|
|
6460
|
+
"type": "option"
|
|
6461
|
+
},
|
|
6462
|
+
"limit": {
|
|
6463
|
+
"description": "Items per page",
|
|
6464
|
+
"name": "limit",
|
|
6465
|
+
"default": 20,
|
|
6466
|
+
"hasDynamicHelp": false,
|
|
6467
|
+
"multiple": false,
|
|
6468
|
+
"type": "option"
|
|
6469
|
+
},
|
|
6470
|
+
"channel": {
|
|
6471
|
+
"description": "Filter by channel ID",
|
|
6472
|
+
"name": "channel",
|
|
6473
|
+
"hasDynamicHelp": false,
|
|
6474
|
+
"multiple": false,
|
|
6475
|
+
"type": "option"
|
|
6476
|
+
},
|
|
6477
|
+
"search": {
|
|
6478
|
+
"description": "Search in flow name or description",
|
|
6479
|
+
"name": "search",
|
|
6480
|
+
"hasDynamicHelp": false,
|
|
6481
|
+
"multiple": false,
|
|
6482
|
+
"type": "option"
|
|
6483
|
+
},
|
|
6484
|
+
"folder": {
|
|
6485
|
+
"description": "Filter by folder ID",
|
|
6486
|
+
"name": "folder",
|
|
6487
|
+
"hasDynamicHelp": false,
|
|
6488
|
+
"multiple": false,
|
|
6489
|
+
"type": "option"
|
|
6450
6490
|
}
|
|
6451
6491
|
},
|
|
6452
6492
|
"hasDynamicHelp": false,
|
|
6453
6493
|
"hiddenAliases": [],
|
|
6454
|
-
"id": "
|
|
6494
|
+
"id": "flows:list",
|
|
6455
6495
|
"pluginAlias": "@instantkom/cli",
|
|
6456
6496
|
"pluginName": "@instantkom/cli",
|
|
6457
6497
|
"pluginType": "core",
|
|
@@ -6461,14 +6501,20 @@
|
|
|
6461
6501
|
"relativePath": [
|
|
6462
6502
|
"dist",
|
|
6463
6503
|
"commands",
|
|
6464
|
-
"
|
|
6465
|
-
"
|
|
6504
|
+
"flows",
|
|
6505
|
+
"list.js"
|
|
6466
6506
|
]
|
|
6467
6507
|
},
|
|
6468
|
-
"
|
|
6508
|
+
"flows:update": {
|
|
6469
6509
|
"aliases": [],
|
|
6470
|
-
"args": {
|
|
6471
|
-
|
|
6510
|
+
"args": {
|
|
6511
|
+
"id": {
|
|
6512
|
+
"description": "Flow ID",
|
|
6513
|
+
"name": "id",
|
|
6514
|
+
"required": true
|
|
6515
|
+
}
|
|
6516
|
+
},
|
|
6517
|
+
"description": "Update a flow",
|
|
6472
6518
|
"flags": {
|
|
6473
6519
|
"api-key": {
|
|
6474
6520
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6532,71 +6578,45 @@
|
|
|
6532
6578
|
"multiple": false,
|
|
6533
6579
|
"type": "option"
|
|
6534
6580
|
},
|
|
6535
|
-
"
|
|
6536
|
-
"description": "
|
|
6537
|
-
"name": "
|
|
6538
|
-
"default": 1,
|
|
6539
|
-
"hasDynamicHelp": false,
|
|
6540
|
-
"multiple": false,
|
|
6541
|
-
"type": "option"
|
|
6542
|
-
},
|
|
6543
|
-
"limit": {
|
|
6544
|
-
"description": "Items per page",
|
|
6545
|
-
"name": "limit",
|
|
6546
|
-
"default": 20,
|
|
6547
|
-
"hasDynamicHelp": false,
|
|
6548
|
-
"multiple": false,
|
|
6549
|
-
"type": "option"
|
|
6550
|
-
},
|
|
6551
|
-
"channel": {
|
|
6552
|
-
"description": "Filter by channel ID",
|
|
6553
|
-
"name": "channel",
|
|
6581
|
+
"name": {
|
|
6582
|
+
"description": "Flow name",
|
|
6583
|
+
"name": "name",
|
|
6554
6584
|
"hasDynamicHelp": false,
|
|
6555
6585
|
"multiple": false,
|
|
6556
6586
|
"type": "option"
|
|
6557
6587
|
},
|
|
6558
|
-
"
|
|
6559
|
-
"description": "
|
|
6560
|
-
"name": "
|
|
6588
|
+
"description": {
|
|
6589
|
+
"description": "Flow description",
|
|
6590
|
+
"name": "description",
|
|
6561
6591
|
"hasDynamicHelp": false,
|
|
6562
6592
|
"multiple": false,
|
|
6563
6593
|
"type": "option"
|
|
6564
6594
|
},
|
|
6565
|
-
"
|
|
6566
|
-
"description": "
|
|
6567
|
-
"name": "
|
|
6595
|
+
"color": {
|
|
6596
|
+
"description": "Flow color as HEX",
|
|
6597
|
+
"name": "color",
|
|
6568
6598
|
"hasDynamicHelp": false,
|
|
6569
6599
|
"multiple": false,
|
|
6570
|
-
"options": [
|
|
6571
|
-
"s",
|
|
6572
|
-
"r"
|
|
6573
|
-
],
|
|
6574
6600
|
"type": "option"
|
|
6575
6601
|
},
|
|
6576
|
-
"
|
|
6577
|
-
"description": "
|
|
6578
|
-
"name": "
|
|
6602
|
+
"folder": {
|
|
6603
|
+
"description": "Folder ID",
|
|
6604
|
+
"name": "folder",
|
|
6579
6605
|
"hasDynamicHelp": false,
|
|
6580
6606
|
"multiple": false,
|
|
6581
6607
|
"type": "option"
|
|
6582
6608
|
},
|
|
6583
|
-
"
|
|
6584
|
-
"description": "
|
|
6585
|
-
"name": "
|
|
6609
|
+
"data": {
|
|
6610
|
+
"description": "Additional JSON object payload",
|
|
6611
|
+
"name": "data",
|
|
6586
6612
|
"hasDynamicHelp": false,
|
|
6587
6613
|
"multiple": false,
|
|
6588
6614
|
"type": "option"
|
|
6589
|
-
},
|
|
6590
|
-
"spam": {
|
|
6591
|
-
"description": "Filter spam messages",
|
|
6592
|
-
"name": "spam",
|
|
6593
|
-
"allowNo": false,
|
|
6594
|
-
"type": "boolean"
|
|
6595
6615
|
}
|
|
6596
6616
|
},
|
|
6597
6617
|
"hasDynamicHelp": false,
|
|
6598
6618
|
"hiddenAliases": [],
|
|
6599
|
-
"id": "
|
|
6619
|
+
"id": "flows:update",
|
|
6600
6620
|
"pluginAlias": "@instantkom/cli",
|
|
6601
6621
|
"pluginName": "@instantkom/cli",
|
|
6602
6622
|
"pluginType": "core",
|
|
@@ -6606,20 +6626,14 @@
|
|
|
6606
6626
|
"relativePath": [
|
|
6607
6627
|
"dist",
|
|
6608
6628
|
"commands",
|
|
6609
|
-
"
|
|
6610
|
-
"
|
|
6629
|
+
"flows",
|
|
6630
|
+
"update.js"
|
|
6611
6631
|
]
|
|
6612
6632
|
},
|
|
6613
|
-
"messages:
|
|
6633
|
+
"messages:bulk-spam": {
|
|
6614
6634
|
"aliases": [],
|
|
6615
|
-
"args": {
|
|
6616
|
-
|
|
6617
|
-
"description": "Message ID",
|
|
6618
|
-
"name": "id",
|
|
6619
|
-
"required": true
|
|
6620
|
-
}
|
|
6621
|
-
},
|
|
6622
|
-
"description": "Get reactions to a message",
|
|
6635
|
+
"args": {},
|
|
6636
|
+
"description": "Mark or unmark multiple messages as spam",
|
|
6623
6637
|
"flags": {
|
|
6624
6638
|
"api-key": {
|
|
6625
6639
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6682,11 +6696,25 @@
|
|
|
6682
6696
|
"hasDynamicHelp": false,
|
|
6683
6697
|
"multiple": false,
|
|
6684
6698
|
"type": "option"
|
|
6699
|
+
},
|
|
6700
|
+
"ids": {
|
|
6701
|
+
"description": "Comma-separated message IDs",
|
|
6702
|
+
"name": "ids",
|
|
6703
|
+
"required": true,
|
|
6704
|
+
"hasDynamicHelp": false,
|
|
6705
|
+
"multiple": false,
|
|
6706
|
+
"type": "option"
|
|
6707
|
+
},
|
|
6708
|
+
"spam": {
|
|
6709
|
+
"description": "Mark messages as spam",
|
|
6710
|
+
"name": "spam",
|
|
6711
|
+
"allowNo": true,
|
|
6712
|
+
"type": "boolean"
|
|
6685
6713
|
}
|
|
6686
6714
|
},
|
|
6687
6715
|
"hasDynamicHelp": false,
|
|
6688
6716
|
"hiddenAliases": [],
|
|
6689
|
-
"id": "messages:
|
|
6717
|
+
"id": "messages:bulk-spam",
|
|
6690
6718
|
"pluginAlias": "@instantkom/cli",
|
|
6691
6719
|
"pluginName": "@instantkom/cli",
|
|
6692
6720
|
"pluginType": "core",
|
|
@@ -6697,10 +6725,10 @@
|
|
|
6697
6725
|
"dist",
|
|
6698
6726
|
"commands",
|
|
6699
6727
|
"messages",
|
|
6700
|
-
"
|
|
6728
|
+
"bulk-spam.js"
|
|
6701
6729
|
]
|
|
6702
6730
|
},
|
|
6703
|
-
"messages:
|
|
6731
|
+
"messages:create-ticket": {
|
|
6704
6732
|
"aliases": [],
|
|
6705
6733
|
"args": {
|
|
6706
6734
|
"id": {
|
|
@@ -6709,7 +6737,7 @@
|
|
|
6709
6737
|
"required": true
|
|
6710
6738
|
}
|
|
6711
6739
|
},
|
|
6712
|
-
"description": "
|
|
6740
|
+
"description": "Create a ticket from a message",
|
|
6713
6741
|
"flags": {
|
|
6714
6742
|
"api-key": {
|
|
6715
6743
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6773,16 +6801,31 @@
|
|
|
6773
6801
|
"multiple": false,
|
|
6774
6802
|
"type": "option"
|
|
6775
6803
|
},
|
|
6776
|
-
"
|
|
6777
|
-
"description": "
|
|
6778
|
-
"name": "
|
|
6779
|
-
"
|
|
6780
|
-
"
|
|
6804
|
+
"subject": {
|
|
6805
|
+
"description": "Ticket subject",
|
|
6806
|
+
"name": "subject",
|
|
6807
|
+
"hasDynamicHelp": false,
|
|
6808
|
+
"multiple": false,
|
|
6809
|
+
"type": "option"
|
|
6810
|
+
},
|
|
6811
|
+
"priority": {
|
|
6812
|
+
"description": "Ticket priority",
|
|
6813
|
+
"name": "priority",
|
|
6814
|
+
"hasDynamicHelp": false,
|
|
6815
|
+
"multiple": false,
|
|
6816
|
+
"type": "option"
|
|
6817
|
+
},
|
|
6818
|
+
"data": {
|
|
6819
|
+
"description": "Additional JSON object payload",
|
|
6820
|
+
"name": "data",
|
|
6821
|
+
"hasDynamicHelp": false,
|
|
6822
|
+
"multiple": false,
|
|
6823
|
+
"type": "option"
|
|
6781
6824
|
}
|
|
6782
6825
|
},
|
|
6783
6826
|
"hasDynamicHelp": false,
|
|
6784
6827
|
"hiddenAliases": [],
|
|
6785
|
-
"id": "messages:
|
|
6828
|
+
"id": "messages:create-ticket",
|
|
6786
6829
|
"pluginAlias": "@instantkom/cli",
|
|
6787
6830
|
"pluginName": "@instantkom/cli",
|
|
6788
6831
|
"pluginType": "core",
|
|
@@ -6793,13 +6836,19 @@
|
|
|
6793
6836
|
"dist",
|
|
6794
6837
|
"commands",
|
|
6795
6838
|
"messages",
|
|
6796
|
-
"
|
|
6839
|
+
"create-ticket.js"
|
|
6797
6840
|
]
|
|
6798
6841
|
},
|
|
6799
|
-
"messages:
|
|
6842
|
+
"messages:delete": {
|
|
6800
6843
|
"aliases": [],
|
|
6801
|
-
"args": {
|
|
6802
|
-
|
|
6844
|
+
"args": {
|
|
6845
|
+
"id": {
|
|
6846
|
+
"description": "message ID",
|
|
6847
|
+
"name": "id",
|
|
6848
|
+
"required": true
|
|
6849
|
+
}
|
|
6850
|
+
},
|
|
6851
|
+
"description": "Delete message",
|
|
6803
6852
|
"flags": {
|
|
6804
6853
|
"api-key": {
|
|
6805
6854
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6866,7 +6915,7 @@
|
|
|
6866
6915
|
},
|
|
6867
6916
|
"hasDynamicHelp": false,
|
|
6868
6917
|
"hiddenAliases": [],
|
|
6869
|
-
"id": "messages:
|
|
6918
|
+
"id": "messages:delete",
|
|
6870
6919
|
"pluginAlias": "@instantkom/cli",
|
|
6871
6920
|
"pluginName": "@instantkom/cli",
|
|
6872
6921
|
"pluginType": "core",
|
|
@@ -6877,19 +6926,19 @@
|
|
|
6877
6926
|
"dist",
|
|
6878
6927
|
"commands",
|
|
6879
6928
|
"messages",
|
|
6880
|
-
"
|
|
6929
|
+
"delete.js"
|
|
6881
6930
|
]
|
|
6882
6931
|
},
|
|
6883
|
-
"messages:
|
|
6932
|
+
"messages:get": {
|
|
6884
6933
|
"aliases": [],
|
|
6885
6934
|
"args": {
|
|
6886
6935
|
"id": {
|
|
6887
|
-
"description": "
|
|
6936
|
+
"description": "message ID",
|
|
6888
6937
|
"name": "id",
|
|
6889
6938
|
"required": true
|
|
6890
6939
|
}
|
|
6891
6940
|
},
|
|
6892
|
-
"description": "
|
|
6941
|
+
"description": "Get message by ID",
|
|
6893
6942
|
"flags": {
|
|
6894
6943
|
"api-key": {
|
|
6895
6944
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6952,58 +7001,11 @@
|
|
|
6952
7001
|
"hasDynamicHelp": false,
|
|
6953
7002
|
"multiple": false,
|
|
6954
7003
|
"type": "option"
|
|
6955
|
-
},
|
|
6956
|
-
"message": {
|
|
6957
|
-
"description": "Message content",
|
|
6958
|
-
"name": "message",
|
|
6959
|
-
"hasDynamicHelp": false,
|
|
6960
|
-
"multiple": false,
|
|
6961
|
-
"type": "option"
|
|
6962
|
-
},
|
|
6963
|
-
"scheduled-at": {
|
|
6964
|
-
"description": "Unix timestamp for scheduled send",
|
|
6965
|
-
"name": "scheduled-at",
|
|
6966
|
-
"hasDynamicHelp": false,
|
|
6967
|
-
"multiple": false,
|
|
6968
|
-
"type": "option"
|
|
6969
|
-
},
|
|
6970
|
-
"hidden": {
|
|
6971
|
-
"description": "Hide message",
|
|
6972
|
-
"name": "hidden",
|
|
6973
|
-
"allowNo": true,
|
|
6974
|
-
"type": "boolean"
|
|
6975
|
-
},
|
|
6976
|
-
"locked": {
|
|
6977
|
-
"description": "Lock message",
|
|
6978
|
-
"name": "locked",
|
|
6979
|
-
"allowNo": true,
|
|
6980
|
-
"type": "boolean"
|
|
6981
|
-
},
|
|
6982
|
-
"buttons": {
|
|
6983
|
-
"description": "Buttons JSON array",
|
|
6984
|
-
"name": "buttons",
|
|
6985
|
-
"hasDynamicHelp": false,
|
|
6986
|
-
"multiple": false,
|
|
6987
|
-
"type": "option"
|
|
6988
|
-
},
|
|
6989
|
-
"header-footer": {
|
|
6990
|
-
"description": "Header/footer JSON object",
|
|
6991
|
-
"name": "header-footer",
|
|
6992
|
-
"hasDynamicHelp": false,
|
|
6993
|
-
"multiple": false,
|
|
6994
|
-
"type": "option"
|
|
6995
|
-
},
|
|
6996
|
-
"data": {
|
|
6997
|
-
"description": "Additional JSON object payload",
|
|
6998
|
-
"name": "data",
|
|
6999
|
-
"hasDynamicHelp": false,
|
|
7000
|
-
"multiple": false,
|
|
7001
|
-
"type": "option"
|
|
7002
7004
|
}
|
|
7003
7005
|
},
|
|
7004
7006
|
"hasDynamicHelp": false,
|
|
7005
7007
|
"hiddenAliases": [],
|
|
7006
|
-
"id": "messages:
|
|
7008
|
+
"id": "messages:get",
|
|
7007
7009
|
"pluginAlias": "@instantkom/cli",
|
|
7008
7010
|
"pluginName": "@instantkom/cli",
|
|
7009
7011
|
"pluginType": "core",
|
|
@@ -7014,13 +7016,13 @@
|
|
|
7014
7016
|
"dist",
|
|
7015
7017
|
"commands",
|
|
7016
7018
|
"messages",
|
|
7017
|
-
"
|
|
7019
|
+
"get.js"
|
|
7018
7020
|
]
|
|
7019
7021
|
},
|
|
7020
|
-
"
|
|
7022
|
+
"messages:list": {
|
|
7021
7023
|
"aliases": [],
|
|
7022
7024
|
"args": {},
|
|
7023
|
-
"description": "
|
|
7025
|
+
"description": "List messages",
|
|
7024
7026
|
"flags": {
|
|
7025
7027
|
"api-key": {
|
|
7026
7028
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7084,54 +7086,71 @@
|
|
|
7084
7086
|
"multiple": false,
|
|
7085
7087
|
"type": "option"
|
|
7086
7088
|
},
|
|
7087
|
-
"
|
|
7088
|
-
"description": "
|
|
7089
|
-
"name": "
|
|
7090
|
-
"
|
|
7089
|
+
"page": {
|
|
7090
|
+
"description": "Page number",
|
|
7091
|
+
"name": "page",
|
|
7092
|
+
"default": 1,
|
|
7091
7093
|
"hasDynamicHelp": false,
|
|
7092
7094
|
"multiple": false,
|
|
7093
7095
|
"type": "option"
|
|
7094
7096
|
},
|
|
7095
|
-
"
|
|
7096
|
-
"description": "
|
|
7097
|
-
"name": "
|
|
7098
|
-
"
|
|
7097
|
+
"limit": {
|
|
7098
|
+
"description": "Items per page",
|
|
7099
|
+
"name": "limit",
|
|
7100
|
+
"default": 20,
|
|
7099
7101
|
"hasDynamicHelp": false,
|
|
7100
7102
|
"multiple": false,
|
|
7101
7103
|
"type": "option"
|
|
7102
7104
|
},
|
|
7103
|
-
"
|
|
7104
|
-
"description": "
|
|
7105
|
-
"name": "
|
|
7105
|
+
"channel": {
|
|
7106
|
+
"description": "Filter by channel ID",
|
|
7107
|
+
"name": "channel",
|
|
7106
7108
|
"hasDynamicHelp": false,
|
|
7107
7109
|
"multiple": false,
|
|
7108
7110
|
"type": "option"
|
|
7109
7111
|
},
|
|
7110
|
-
"
|
|
7111
|
-
"description": "
|
|
7112
|
-
"name": "
|
|
7112
|
+
"recipient": {
|
|
7113
|
+
"description": "Filter by recipient ID",
|
|
7114
|
+
"name": "recipient",
|
|
7113
7115
|
"hasDynamicHelp": false,
|
|
7114
7116
|
"multiple": false,
|
|
7115
7117
|
"type": "option"
|
|
7116
7118
|
},
|
|
7117
|
-
"
|
|
7118
|
-
"description": "
|
|
7119
|
-
"name": "
|
|
7119
|
+
"direction": {
|
|
7120
|
+
"description": "Direction",
|
|
7121
|
+
"name": "direction",
|
|
7120
7122
|
"hasDynamicHelp": false,
|
|
7121
7123
|
"multiple": false,
|
|
7124
|
+
"options": [
|
|
7125
|
+
"s",
|
|
7126
|
+
"r"
|
|
7127
|
+
],
|
|
7122
7128
|
"type": "option"
|
|
7123
7129
|
},
|
|
7124
|
-
"
|
|
7125
|
-
"description": "
|
|
7126
|
-
"name": "
|
|
7130
|
+
"type": {
|
|
7131
|
+
"description": "Message type",
|
|
7132
|
+
"name": "type",
|
|
7133
|
+
"hasDynamicHelp": false,
|
|
7134
|
+
"multiple": false,
|
|
7135
|
+
"type": "option"
|
|
7136
|
+
},
|
|
7137
|
+
"search": {
|
|
7138
|
+
"description": "Search messages",
|
|
7139
|
+
"name": "search",
|
|
7127
7140
|
"hasDynamicHelp": false,
|
|
7128
7141
|
"multiple": false,
|
|
7129
7142
|
"type": "option"
|
|
7143
|
+
},
|
|
7144
|
+
"spam": {
|
|
7145
|
+
"description": "Filter spam messages",
|
|
7146
|
+
"name": "spam",
|
|
7147
|
+
"allowNo": false,
|
|
7148
|
+
"type": "boolean"
|
|
7130
7149
|
}
|
|
7131
7150
|
},
|
|
7132
7151
|
"hasDynamicHelp": false,
|
|
7133
7152
|
"hiddenAliases": [],
|
|
7134
|
-
"id": "
|
|
7153
|
+
"id": "messages:list",
|
|
7135
7154
|
"pluginAlias": "@instantkom/cli",
|
|
7136
7155
|
"pluginName": "@instantkom/cli",
|
|
7137
7156
|
"pluginType": "core",
|
|
@@ -7141,20 +7160,20 @@
|
|
|
7141
7160
|
"relativePath": [
|
|
7142
7161
|
"dist",
|
|
7143
7162
|
"commands",
|
|
7144
|
-
"
|
|
7145
|
-
"
|
|
7163
|
+
"messages",
|
|
7164
|
+
"list.js"
|
|
7146
7165
|
]
|
|
7147
7166
|
},
|
|
7148
|
-
"
|
|
7167
|
+
"messages:reactions": {
|
|
7149
7168
|
"aliases": [],
|
|
7150
7169
|
"args": {
|
|
7151
7170
|
"id": {
|
|
7152
|
-
"description": "
|
|
7171
|
+
"description": "Message ID",
|
|
7153
7172
|
"name": "id",
|
|
7154
7173
|
"required": true
|
|
7155
7174
|
}
|
|
7156
7175
|
},
|
|
7157
|
-
"description": "
|
|
7176
|
+
"description": "Get reactions to a message",
|
|
7158
7177
|
"flags": {
|
|
7159
7178
|
"api-key": {
|
|
7160
7179
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7221,7 +7240,7 @@
|
|
|
7221
7240
|
},
|
|
7222
7241
|
"hasDynamicHelp": false,
|
|
7223
7242
|
"hiddenAliases": [],
|
|
7224
|
-
"id": "
|
|
7243
|
+
"id": "messages:reactions",
|
|
7225
7244
|
"pluginAlias": "@instantkom/cli",
|
|
7226
7245
|
"pluginName": "@instantkom/cli",
|
|
7227
7246
|
"pluginType": "core",
|
|
@@ -7231,20 +7250,20 @@
|
|
|
7231
7250
|
"relativePath": [
|
|
7232
7251
|
"dist",
|
|
7233
7252
|
"commands",
|
|
7234
|
-
"
|
|
7235
|
-
"
|
|
7253
|
+
"messages",
|
|
7254
|
+
"reactions.js"
|
|
7236
7255
|
]
|
|
7237
7256
|
},
|
|
7238
|
-
"
|
|
7257
|
+
"messages:spam": {
|
|
7239
7258
|
"aliases": [],
|
|
7240
7259
|
"args": {
|
|
7241
7260
|
"id": {
|
|
7242
|
-
"description": "
|
|
7261
|
+
"description": "Message ID",
|
|
7243
7262
|
"name": "id",
|
|
7244
7263
|
"required": true
|
|
7245
7264
|
}
|
|
7246
7265
|
},
|
|
7247
|
-
"description": "
|
|
7266
|
+
"description": "Mark or unmark a message as spam",
|
|
7248
7267
|
"flags": {
|
|
7249
7268
|
"api-key": {
|
|
7250
7269
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7307,11 +7326,17 @@
|
|
|
7307
7326
|
"hasDynamicHelp": false,
|
|
7308
7327
|
"multiple": false,
|
|
7309
7328
|
"type": "option"
|
|
7329
|
+
},
|
|
7330
|
+
"spam": {
|
|
7331
|
+
"description": "Mark as spam",
|
|
7332
|
+
"name": "spam",
|
|
7333
|
+
"allowNo": true,
|
|
7334
|
+
"type": "boolean"
|
|
7310
7335
|
}
|
|
7311
7336
|
},
|
|
7312
7337
|
"hasDynamicHelp": false,
|
|
7313
7338
|
"hiddenAliases": [],
|
|
7314
|
-
"id": "
|
|
7339
|
+
"id": "messages:spam",
|
|
7315
7340
|
"pluginAlias": "@instantkom/cli",
|
|
7316
7341
|
"pluginName": "@instantkom/cli",
|
|
7317
7342
|
"pluginType": "core",
|
|
@@ -7321,14 +7346,14 @@
|
|
|
7321
7346
|
"relativePath": [
|
|
7322
7347
|
"dist",
|
|
7323
7348
|
"commands",
|
|
7324
|
-
"
|
|
7325
|
-
"
|
|
7349
|
+
"messages",
|
|
7350
|
+
"spam.js"
|
|
7326
7351
|
]
|
|
7327
7352
|
},
|
|
7328
|
-
"
|
|
7353
|
+
"messages:unread-count": {
|
|
7329
7354
|
"aliases": [],
|
|
7330
7355
|
"args": {},
|
|
7331
|
-
"description": "
|
|
7356
|
+
"description": "Get unread inbox message count",
|
|
7332
7357
|
"flags": {
|
|
7333
7358
|
"api-key": {
|
|
7334
7359
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7391,48 +7416,11 @@
|
|
|
7391
7416
|
"hasDynamicHelp": false,
|
|
7392
7417
|
"multiple": false,
|
|
7393
7418
|
"type": "option"
|
|
7394
|
-
},
|
|
7395
|
-
"page": {
|
|
7396
|
-
"description": "Page number",
|
|
7397
|
-
"name": "page",
|
|
7398
|
-
"default": 1,
|
|
7399
|
-
"hasDynamicHelp": false,
|
|
7400
|
-
"multiple": false,
|
|
7401
|
-
"type": "option"
|
|
7402
|
-
},
|
|
7403
|
-
"limit": {
|
|
7404
|
-
"description": "Items per page",
|
|
7405
|
-
"name": "limit",
|
|
7406
|
-
"default": 20,
|
|
7407
|
-
"hasDynamicHelp": false,
|
|
7408
|
-
"multiple": false,
|
|
7409
|
-
"type": "option"
|
|
7410
|
-
},
|
|
7411
|
-
"channel": {
|
|
7412
|
-
"description": "Filter by channel ID",
|
|
7413
|
-
"name": "channel",
|
|
7414
|
-
"hasDynamicHelp": false,
|
|
7415
|
-
"multiple": false,
|
|
7416
|
-
"type": "option"
|
|
7417
|
-
},
|
|
7418
|
-
"search": {
|
|
7419
|
-
"description": "Search in flow name or description",
|
|
7420
|
-
"name": "search",
|
|
7421
|
-
"hasDynamicHelp": false,
|
|
7422
|
-
"multiple": false,
|
|
7423
|
-
"type": "option"
|
|
7424
|
-
},
|
|
7425
|
-
"folder": {
|
|
7426
|
-
"description": "Filter by folder ID",
|
|
7427
|
-
"name": "folder",
|
|
7428
|
-
"hasDynamicHelp": false,
|
|
7429
|
-
"multiple": false,
|
|
7430
|
-
"type": "option"
|
|
7431
7419
|
}
|
|
7432
7420
|
},
|
|
7433
7421
|
"hasDynamicHelp": false,
|
|
7434
7422
|
"hiddenAliases": [],
|
|
7435
|
-
"id": "
|
|
7423
|
+
"id": "messages:unread-count",
|
|
7436
7424
|
"pluginAlias": "@instantkom/cli",
|
|
7437
7425
|
"pluginName": "@instantkom/cli",
|
|
7438
7426
|
"pluginType": "core",
|
|
@@ -7442,20 +7430,20 @@
|
|
|
7442
7430
|
"relativePath": [
|
|
7443
7431
|
"dist",
|
|
7444
7432
|
"commands",
|
|
7445
|
-
"
|
|
7446
|
-
"
|
|
7433
|
+
"messages",
|
|
7434
|
+
"unread-count.js"
|
|
7447
7435
|
]
|
|
7448
7436
|
},
|
|
7449
|
-
"
|
|
7437
|
+
"messages:update": {
|
|
7450
7438
|
"aliases": [],
|
|
7451
7439
|
"args": {
|
|
7452
7440
|
"id": {
|
|
7453
|
-
"description": "
|
|
7441
|
+
"description": "Message ID",
|
|
7454
7442
|
"name": "id",
|
|
7455
7443
|
"required": true
|
|
7456
7444
|
}
|
|
7457
7445
|
},
|
|
7458
|
-
"description": "Update a
|
|
7446
|
+
"description": "Update a message",
|
|
7459
7447
|
"flags": {
|
|
7460
7448
|
"api-key": {
|
|
7461
7449
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7519,30 +7507,42 @@
|
|
|
7519
7507
|
"multiple": false,
|
|
7520
7508
|
"type": "option"
|
|
7521
7509
|
},
|
|
7522
|
-
"
|
|
7523
|
-
"description": "
|
|
7524
|
-
"name": "
|
|
7510
|
+
"message": {
|
|
7511
|
+
"description": "Message content",
|
|
7512
|
+
"name": "message",
|
|
7525
7513
|
"hasDynamicHelp": false,
|
|
7526
7514
|
"multiple": false,
|
|
7527
7515
|
"type": "option"
|
|
7528
7516
|
},
|
|
7529
|
-
"
|
|
7530
|
-
"description": "
|
|
7531
|
-
"name": "
|
|
7517
|
+
"scheduled-at": {
|
|
7518
|
+
"description": "Unix timestamp for scheduled send",
|
|
7519
|
+
"name": "scheduled-at",
|
|
7532
7520
|
"hasDynamicHelp": false,
|
|
7533
7521
|
"multiple": false,
|
|
7534
7522
|
"type": "option"
|
|
7535
7523
|
},
|
|
7536
|
-
"
|
|
7537
|
-
"description": "
|
|
7538
|
-
"name": "
|
|
7524
|
+
"hidden": {
|
|
7525
|
+
"description": "Hide message",
|
|
7526
|
+
"name": "hidden",
|
|
7527
|
+
"allowNo": true,
|
|
7528
|
+
"type": "boolean"
|
|
7529
|
+
},
|
|
7530
|
+
"locked": {
|
|
7531
|
+
"description": "Lock message",
|
|
7532
|
+
"name": "locked",
|
|
7533
|
+
"allowNo": true,
|
|
7534
|
+
"type": "boolean"
|
|
7535
|
+
},
|
|
7536
|
+
"buttons": {
|
|
7537
|
+
"description": "Buttons JSON array",
|
|
7538
|
+
"name": "buttons",
|
|
7539
7539
|
"hasDynamicHelp": false,
|
|
7540
7540
|
"multiple": false,
|
|
7541
7541
|
"type": "option"
|
|
7542
7542
|
},
|
|
7543
|
-
"
|
|
7544
|
-
"description": "
|
|
7545
|
-
"name": "
|
|
7543
|
+
"header-footer": {
|
|
7544
|
+
"description": "Header/footer JSON object",
|
|
7545
|
+
"name": "header-footer",
|
|
7546
7546
|
"hasDynamicHelp": false,
|
|
7547
7547
|
"multiple": false,
|
|
7548
7548
|
"type": "option"
|
|
@@ -7557,7 +7557,7 @@
|
|
|
7557
7557
|
},
|
|
7558
7558
|
"hasDynamicHelp": false,
|
|
7559
7559
|
"hiddenAliases": [],
|
|
7560
|
-
"id": "
|
|
7560
|
+
"id": "messages:update",
|
|
7561
7561
|
"pluginAlias": "@instantkom/cli",
|
|
7562
7562
|
"pluginName": "@instantkom/cli",
|
|
7563
7563
|
"pluginType": "core",
|
|
@@ -7567,7 +7567,7 @@
|
|
|
7567
7567
|
"relativePath": [
|
|
7568
7568
|
"dist",
|
|
7569
7569
|
"commands",
|
|
7570
|
-
"
|
|
7570
|
+
"messages",
|
|
7571
7571
|
"update.js"
|
|
7572
7572
|
]
|
|
7573
7573
|
},
|
|
@@ -16566,5 +16566,5 @@
|
|
|
16566
16566
|
]
|
|
16567
16567
|
}
|
|
16568
16568
|
},
|
|
16569
|
-
"version": "3.
|
|
16569
|
+
"version": "3.173.0"
|
|
16570
16570
|
}
|