@instantkom/cli 3.168.0 → 3.170.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.
@@ -2015,16 +2015,10 @@
2015
2015
  "update.js"
2016
2016
  ]
2017
2017
  },
2018
- "chats:get": {
2018
+ "broadcast:create": {
2019
2019
  "aliases": [],
2020
- "args": {
2021
- "id": {
2022
- "description": "chat ID",
2023
- "name": "id",
2024
- "required": true
2025
- }
2026
- },
2027
- "description": "Get chat by ID",
2020
+ "args": {},
2021
+ "description": "Create a broadcast for channels or segments",
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,157 +2081,93 @@
2087
2081
  "hasDynamicHelp": false,
2088
2082
  "multiple": false,
2089
2083
  "type": "option"
2090
- }
2091
- },
2092
- "hasDynamicHelp": false,
2093
- "hiddenAliases": [],
2094
- "id": "chats:get",
2095
- "pluginAlias": "@instantkom/cli",
2096
- "pluginName": "@instantkom/cli",
2097
- "pluginType": "core",
2098
- "strict": true,
2099
- "enableJsonFlag": false,
2100
- "isESM": true,
2101
- "relativePath": [
2102
- "dist",
2103
- "commands",
2104
- "chats",
2105
- "get.js"
2106
- ]
2107
- },
2108
- "chats:list": {
2109
- "aliases": [],
2110
- "args": {},
2111
- "description": "List chats",
2112
- "flags": {
2113
- "api-key": {
2114
- "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
2115
- "env": "IKM_API_KEY",
2116
- "helpGroup": "GLOBAL",
2117
- "name": "api-key",
2118
- "hasDynamicHelp": false,
2119
- "multiple": false,
2120
- "type": "option"
2121
2084
  },
2122
- "format": {
2123
- "description": "Output format: text, json, yaml, or table",
2124
- "helpGroup": "GLOBAL",
2125
- "name": "format",
2126
- "default": "text",
2085
+ "channel": {
2086
+ "description": "Channel ID target",
2087
+ "name": "channel",
2127
2088
  "hasDynamicHelp": false,
2128
2089
  "multiple": false,
2129
- "options": [
2130
- "text",
2131
- "json",
2132
- "yaml",
2133
- "table"
2134
- ],
2135
2090
  "type": "option"
2136
2091
  },
2137
- "json": {
2138
- "description": "Output in JSON format (alias for --format=json)",
2139
- "helpGroup": "GLOBAL",
2140
- "name": "json",
2141
- "allowNo": false,
2142
- "type": "boolean"
2143
- },
2144
- "quiet": {
2145
- "description": "Suppress all output except errors",
2146
- "helpGroup": "GLOBAL",
2147
- "name": "quiet",
2148
- "allowNo": false,
2149
- "type": "boolean"
2150
- },
2151
- "no-color": {
2152
- "description": "Disable color output",
2153
- "helpGroup": "GLOBAL",
2154
- "name": "no-color",
2155
- "allowNo": false,
2156
- "type": "boolean"
2157
- },
2158
- "profile": {
2159
- "description": "Named configuration profile to use",
2160
- "helpGroup": "GLOBAL",
2161
- "name": "profile",
2162
- "default": "default",
2092
+ "segment": {
2093
+ "description": "Segment ID within --channel",
2094
+ "name": "segment",
2163
2095
  "hasDynamicHelp": false,
2164
2096
  "multiple": false,
2165
2097
  "type": "option"
2166
2098
  },
2167
- "api-url": {
2168
- "description": "Override the API base URL (e.g. for staging)",
2169
- "helpGroup": "GLOBAL",
2170
- "name": "api-url",
2099
+ "target": {
2100
+ "description": "Target as channelId or channelId:segmentId; may be repeated",
2101
+ "name": "target",
2171
2102
  "hasDynamicHelp": false,
2172
- "multiple": false,
2103
+ "multiple": true,
2173
2104
  "type": "option"
2174
2105
  },
2175
- "page": {
2176
- "description": "Page number",
2177
- "name": "page",
2178
- "default": 1,
2106
+ "text": {
2107
+ "description": "Broadcast message text",
2108
+ "name": "text",
2109
+ "required": true,
2179
2110
  "hasDynamicHelp": false,
2180
2111
  "multiple": false,
2181
2112
  "type": "option"
2182
2113
  },
2183
- "limit": {
2184
- "description": "Items per page",
2185
- "name": "limit",
2186
- "default": 20,
2114
+ "send-at": {
2115
+ "description": "Schedule send for an ISO-8601 date-time",
2116
+ "name": "send-at",
2187
2117
  "hasDynamicHelp": false,
2188
2118
  "multiple": false,
2189
2119
  "type": "option"
2190
2120
  },
2191
- "channel": {
2192
- "description": "Filter by channel ID",
2193
- "name": "channel",
2121
+ "dry-run": {
2122
+ "description": "Validate and print the broadcast payload without mutating API calls",
2123
+ "name": "dry-run",
2124
+ "allowNo": false,
2125
+ "type": "boolean"
2126
+ },
2127
+ "idempotency-key": {
2128
+ "description": "Idempotency key forwarded as Idempotency-Key",
2129
+ "name": "idempotency-key",
2194
2130
  "hasDynamicHelp": false,
2195
2131
  "multiple": false,
2196
2132
  "type": "option"
2197
2133
  },
2198
- "channels": {
2199
- "description": "Comma-separated channel IDs",
2200
- "name": "channels",
2134
+ "media": {
2135
+ "description": "Media file path to upload",
2136
+ "name": "media",
2201
2137
  "hasDynamicHelp": false,
2202
- "multiple": false,
2138
+ "multiple": true,
2203
2139
  "type": "option"
2204
2140
  },
2205
- "search": {
2206
- "description": "Search chats",
2207
- "name": "search",
2141
+ "template-id": {
2142
+ "description": "WhatsApp template ID",
2143
+ "name": "template-id",
2208
2144
  "hasDynamicHelp": false,
2209
2145
  "multiple": false,
2210
2146
  "type": "option"
2211
2147
  },
2212
- "status": {
2213
- "description": "Chat status",
2214
- "name": "status",
2148
+ "send-status": {
2149
+ "description": "Initial broadcast send status",
2150
+ "name": "send-status",
2151
+ "default": "draft",
2215
2152
  "hasDynamicHelp": false,
2216
2153
  "multiple": false,
2217
2154
  "options": [
2218
- "all",
2219
- "unread",
2220
- "read",
2221
- "archived"
2155
+ "draft",
2156
+ "scheduled",
2157
+ "sending"
2222
2158
  ],
2223
2159
  "type": "option"
2224
2160
  },
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",
2161
+ "auto-approve": {
2162
+ "description": "Auto-approve broadcast when allowed by API permissions",
2163
+ "name": "auto-approve",
2234
2164
  "allowNo": false,
2235
2165
  "type": "boolean"
2236
2166
  }
2237
2167
  },
2238
2168
  "hasDynamicHelp": false,
2239
2169
  "hiddenAliases": [],
2240
- "id": "chats:list",
2170
+ "id": "broadcast:create",
2241
2171
  "pluginAlias": "@instantkom/cli",
2242
2172
  "pluginName": "@instantkom/cli",
2243
2173
  "pluginType": "core",
@@ -2247,20 +2177,20 @@
2247
2177
  "relativePath": [
2248
2178
  "dist",
2249
2179
  "commands",
2250
- "chats",
2251
- "list.js"
2180
+ "broadcast",
2181
+ "create.js"
2252
2182
  ]
2253
2183
  },
2254
- "chats:reply": {
2184
+ "broadcast:delete": {
2255
2185
  "aliases": [],
2256
2186
  "args": {
2257
2187
  "id": {
2258
- "description": "Chat ID",
2188
+ "description": "broadcast ID",
2259
2189
  "name": "id",
2260
2190
  "required": true
2261
2191
  }
2262
2192
  },
2263
- "description": "Reply in a chat",
2193
+ "description": "Delete broadcast",
2264
2194
  "flags": {
2265
2195
  "api-key": {
2266
2196
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -2323,19 +2253,11 @@
2323
2253
  "hasDynamicHelp": false,
2324
2254
  "multiple": false,
2325
2255
  "type": "option"
2326
- },
2327
- "text": {
2328
- "description": "Reply text",
2329
- "name": "text",
2330
- "required": true,
2331
- "hasDynamicHelp": false,
2332
- "multiple": false,
2333
- "type": "option"
2334
2256
  }
2335
2257
  },
2336
2258
  "hasDynamicHelp": false,
2337
2259
  "hiddenAliases": [],
2338
- "id": "chats:reply",
2260
+ "id": "broadcast:delete",
2339
2261
  "pluginAlias": "@instantkom/cli",
2340
2262
  "pluginName": "@instantkom/cli",
2341
2263
  "pluginType": "core",
@@ -2345,14 +2267,20 @@
2345
2267
  "relativePath": [
2346
2268
  "dist",
2347
2269
  "commands",
2348
- "chats",
2349
- "reply.js"
2270
+ "broadcast",
2271
+ "delete.js"
2350
2272
  ]
2351
2273
  },
2352
- "channels:create": {
2274
+ "broadcast:get": {
2353
2275
  "aliases": [],
2354
- "args": {},
2355
- "description": "Create a channel",
2276
+ "args": {
2277
+ "id": {
2278
+ "description": "broadcast ID",
2279
+ "name": "id",
2280
+ "required": true
2281
+ }
2282
+ },
2283
+ "description": "Get broadcast by ID",
2356
2284
  "flags": {
2357
2285
  "api-key": {
2358
2286
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -2415,48 +2343,11 @@
2415
2343
  "hasDynamicHelp": false,
2416
2344
  "multiple": false,
2417
2345
  "type": "option"
2418
- },
2419
- "name": {
2420
- "description": "Channel name",
2421
- "name": "name",
2422
- "required": true,
2423
- "hasDynamicHelp": false,
2424
- "multiple": false,
2425
- "type": "option"
2426
- },
2427
- "gateway-type": {
2428
- "description": "Gateway type ID",
2429
- "name": "gateway-type",
2430
- "required": true,
2431
- "hasDynamicHelp": false,
2432
- "multiple": false,
2433
- "type": "option"
2434
- },
2435
- "status": {
2436
- "description": "Channel lifecycle status",
2437
- "name": "status",
2438
- "hasDynamicHelp": false,
2439
- "multiple": false,
2440
- "type": "option"
2441
- },
2442
- "description": {
2443
- "description": "Channel description",
2444
- "name": "description",
2445
- "hasDynamicHelp": false,
2446
- "multiple": false,
2447
- "type": "option"
2448
- },
2449
- "data": {
2450
- "description": "Additional JSON object payload",
2451
- "name": "data",
2452
- "hasDynamicHelp": false,
2453
- "multiple": false,
2454
- "type": "option"
2455
2346
  }
2456
2347
  },
2457
2348
  "hasDynamicHelp": false,
2458
2349
  "hiddenAliases": [],
2459
- "id": "channels:create",
2350
+ "id": "broadcast:get",
2460
2351
  "pluginAlias": "@instantkom/cli",
2461
2352
  "pluginName": "@instantkom/cli",
2462
2353
  "pluginType": "core",
@@ -2466,20 +2357,14 @@
2466
2357
  "relativePath": [
2467
2358
  "dist",
2468
2359
  "commands",
2469
- "channels",
2470
- "create.js"
2360
+ "broadcast",
2361
+ "get.js"
2471
2362
  ]
2472
2363
  },
2473
- "channels:get": {
2364
+ "broadcast:list": {
2474
2365
  "aliases": [],
2475
- "args": {
2476
- "id": {
2477
- "description": "Channel ID",
2478
- "name": "id",
2479
- "required": true
2480
- }
2481
- },
2482
- "description": "Get a channel by ID",
2366
+ "args": {},
2367
+ "description": "List broadcasts",
2483
2368
  "flags": {
2484
2369
  "api-key": {
2485
2370
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -2542,11 +2427,73 @@
2542
2427
  "hasDynamicHelp": false,
2543
2428
  "multiple": false,
2544
2429
  "type": "option"
2545
- }
2430
+ },
2431
+ "page": {
2432
+ "description": "Page number",
2433
+ "name": "page",
2434
+ "default": 1,
2435
+ "hasDynamicHelp": false,
2436
+ "multiple": false,
2437
+ "type": "option"
2438
+ },
2439
+ "limit": {
2440
+ "description": "Items per page",
2441
+ "name": "limit",
2442
+ "default": 20,
2443
+ "hasDynamicHelp": false,
2444
+ "multiple": false,
2445
+ "type": "option"
2446
+ },
2447
+ "channel": {
2448
+ "description": "Filter by channel ID",
2449
+ "name": "channel",
2450
+ "hasDynamicHelp": false,
2451
+ "multiple": false,
2452
+ "type": "option"
2453
+ },
2454
+ "send-status": {
2455
+ "description": "Filter by send status",
2456
+ "name": "send-status",
2457
+ "hasDynamicHelp": false,
2458
+ "multiple": false,
2459
+ "type": "option"
2460
+ },
2461
+ "type": {
2462
+ "description": "Broadcast type",
2463
+ "name": "type",
2464
+ "hasDynamicHelp": false,
2465
+ "multiple": false,
2466
+ "options": [
2467
+ "text",
2468
+ "image",
2469
+ "video",
2470
+ "audio",
2471
+ "document"
2472
+ ],
2473
+ "type": "option"
2474
+ },
2475
+ "search": {
2476
+ "description": "Search broadcasts",
2477
+ "name": "search",
2478
+ "hasDynamicHelp": false,
2479
+ "multiple": false,
2480
+ "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
+ }
2546
2493
  },
2547
2494
  "hasDynamicHelp": false,
2548
2495
  "hiddenAliases": [],
2549
- "id": "channels:get",
2496
+ "id": "broadcast:list",
2550
2497
  "pluginAlias": "@instantkom/cli",
2551
2498
  "pluginName": "@instantkom/cli",
2552
2499
  "pluginType": "core",
@@ -2556,20 +2503,20 @@
2556
2503
  "relativePath": [
2557
2504
  "dist",
2558
2505
  "commands",
2559
- "channels",
2560
- "get.js"
2506
+ "broadcast",
2507
+ "list.js"
2561
2508
  ]
2562
2509
  },
2563
- "channels:kpis": {
2510
+ "broadcast:send": {
2564
2511
  "aliases": [],
2565
2512
  "args": {
2566
2513
  "id": {
2567
- "description": "Optional channel ID; omit for aggregated channel KPIs",
2514
+ "description": "Broadcast ID",
2568
2515
  "name": "id",
2569
- "required": false
2516
+ "required": true
2570
2517
  }
2571
2518
  },
2572
- "description": "Get channel KPIs",
2519
+ "description": "Send a broadcast immediately",
2573
2520
  "flags": {
2574
2521
  "api-key": {
2575
2522
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -2632,18 +2579,11 @@
2632
2579
  "hasDynamicHelp": false,
2633
2580
  "multiple": false,
2634
2581
  "type": "option"
2635
- },
2636
- "period": {
2637
- "description": "KPI period",
2638
- "name": "period",
2639
- "hasDynamicHelp": false,
2640
- "multiple": false,
2641
- "type": "option"
2642
2582
  }
2643
2583
  },
2644
2584
  "hasDynamicHelp": false,
2645
2585
  "hiddenAliases": [],
2646
- "id": "channels:kpis",
2586
+ "id": "broadcast:send",
2647
2587
  "pluginAlias": "@instantkom/cli",
2648
2588
  "pluginName": "@instantkom/cli",
2649
2589
  "pluginType": "core",
@@ -2653,14 +2593,20 @@
2653
2593
  "relativePath": [
2654
2594
  "dist",
2655
2595
  "commands",
2656
- "channels",
2657
- "kpis.js"
2596
+ "broadcast",
2597
+ "send.js"
2658
2598
  ]
2659
2599
  },
2660
- "channels:list": {
2600
+ "broadcast:status": {
2661
2601
  "aliases": [],
2662
- "args": {},
2663
- "description": "List channels",
2602
+ "args": {
2603
+ "id": {
2604
+ "description": "Broadcast ID",
2605
+ "name": "id",
2606
+ "required": true
2607
+ }
2608
+ },
2609
+ "description": "Show broadcast send status",
2664
2610
  "flags": {
2665
2611
  "api-key": {
2666
2612
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -2723,48 +2669,11 @@
2723
2669
  "hasDynamicHelp": false,
2724
2670
  "multiple": false,
2725
2671
  "type": "option"
2726
- },
2727
- "page": {
2728
- "description": "Page number",
2729
- "name": "page",
2730
- "default": 1,
2731
- "hasDynamicHelp": false,
2732
- "multiple": false,
2733
- "type": "option"
2734
- },
2735
- "limit": {
2736
- "description": "Items per page",
2737
- "name": "limit",
2738
- "default": 20,
2739
- "hasDynamicHelp": false,
2740
- "multiple": false,
2741
- "type": "option"
2742
- },
2743
- "status": {
2744
- "description": "Filter by channel status",
2745
- "name": "status",
2746
- "hasDynamicHelp": false,
2747
- "multiple": false,
2748
- "type": "option"
2749
- },
2750
- "gateway-type": {
2751
- "description": "Filter by gateway type ID",
2752
- "name": "gateway-type",
2753
- "hasDynamicHelp": false,
2754
- "multiple": false,
2755
- "type": "option"
2756
- },
2757
- "search": {
2758
- "description": "Search by channel name",
2759
- "name": "search",
2760
- "hasDynamicHelp": false,
2761
- "multiple": false,
2762
- "type": "option"
2763
2672
  }
2764
2673
  },
2765
2674
  "hasDynamicHelp": false,
2766
2675
  "hiddenAliases": [],
2767
- "id": "channels:list",
2676
+ "id": "broadcast:status",
2768
2677
  "pluginAlias": "@instantkom/cli",
2769
2678
  "pluginName": "@instantkom/cli",
2770
2679
  "pluginType": "core",
@@ -2774,20 +2683,20 @@
2774
2683
  "relativePath": [
2775
2684
  "dist",
2776
2685
  "commands",
2777
- "channels",
2778
- "list.js"
2686
+ "broadcast",
2687
+ "status.js"
2779
2688
  ]
2780
2689
  },
2781
- "channels:update": {
2690
+ "broadcast:update": {
2782
2691
  "aliases": [],
2783
2692
  "args": {
2784
2693
  "id": {
2785
- "description": "Channel ID",
2694
+ "description": "Broadcast ID",
2786
2695
  "name": "id",
2787
2696
  "required": true
2788
2697
  }
2789
2698
  },
2790
- "description": "Update a channel",
2699
+ "description": "Update a broadcast",
2791
2700
  "flags": {
2792
2701
  "api-key": {
2793
2702
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -2851,23 +2760,61 @@
2851
2760
  "multiple": false,
2852
2761
  "type": "option"
2853
2762
  },
2854
- "name": {
2855
- "description": "Channel name",
2856
- "name": "name",
2763
+ "text": {
2764
+ "description": "Broadcast message text",
2765
+ "name": "text",
2857
2766
  "hasDynamicHelp": false,
2858
2767
  "multiple": false,
2859
2768
  "type": "option"
2860
2769
  },
2861
- "status": {
2862
- "description": "Channel lifecycle status",
2863
- "name": "status",
2770
+ "send-status": {
2771
+ "description": "Send status",
2772
+ "name": "send-status",
2864
2773
  "hasDynamicHelp": false,
2865
2774
  "multiple": false,
2866
2775
  "type": "option"
2867
2776
  },
2868
- "description": {
2869
- "description": "Channel description",
2870
- "name": "description",
2777
+ "scheduled-at": {
2778
+ "description": "Unix timestamp for scheduled send",
2779
+ "name": "scheduled-at",
2780
+ "hasDynamicHelp": false,
2781
+ "multiple": false,
2782
+ "type": "option"
2783
+ },
2784
+ "approved": {
2785
+ "description": "Mark as approved",
2786
+ "name": "approved",
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",
2805
+ "hasDynamicHelp": false,
2806
+ "multiple": false,
2807
+ "type": "option"
2808
+ },
2809
+ "remove-media": {
2810
+ "description": "Remove existing media",
2811
+ "name": "remove-media",
2812
+ "allowNo": false,
2813
+ "type": "boolean"
2814
+ },
2815
+ "header-footer": {
2816
+ "description": "Header/footer JSON array",
2817
+ "name": "header-footer",
2871
2818
  "hasDynamicHelp": false,
2872
2819
  "multiple": false,
2873
2820
  "type": "option"
@@ -2882,7 +2829,7 @@
2882
2829
  },
2883
2830
  "hasDynamicHelp": false,
2884
2831
  "hiddenAliases": [],
2885
- "id": "channels:update",
2832
+ "id": "broadcast:update",
2886
2833
  "pluginAlias": "@instantkom/cli",
2887
2834
  "pluginName": "@instantkom/cli",
2888
2835
  "pluginType": "core",
@@ -2892,20 +2839,14 @@
2892
2839
  "relativePath": [
2893
2840
  "dist",
2894
2841
  "commands",
2895
- "channels",
2842
+ "broadcast",
2896
2843
  "update.js"
2897
2844
  ]
2898
2845
  },
2899
- "config:get": {
2846
+ "channels:create": {
2900
2847
  "aliases": [],
2901
- "args": {
2902
- "key": {
2903
- "description": "Configuration key to retrieve",
2904
- "name": "key",
2905
- "required": true
2906
- }
2907
- },
2908
- "description": "Get a configuration value for the current profile",
2848
+ "args": {},
2849
+ "description": "Create a channel",
2909
2850
  "flags": {
2910
2851
  "api-key": {
2911
2852
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -2968,98 +2909,40 @@
2968
2909
  "hasDynamicHelp": false,
2969
2910
  "multiple": false,
2970
2911
  "type": "option"
2971
- }
2972
- },
2973
- "hasDynamicHelp": false,
2974
- "hiddenAliases": [],
2975
- "id": "config:get",
2976
- "pluginAlias": "@instantkom/cli",
2977
- "pluginName": "@instantkom/cli",
2978
- "pluginType": "core",
2979
- "strict": true,
2980
- "enableJsonFlag": false,
2981
- "isESM": true,
2982
- "relativePath": [
2983
- "dist",
2984
- "commands",
2985
- "config",
2986
- "get.js"
2987
- ]
2988
- },
2989
- "config:set": {
2990
- "aliases": [],
2991
- "args": {
2992
- "key": {
2993
- "description": "Configuration key to set",
2994
- "name": "key",
2995
- "required": true
2996
2912
  },
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",
3004
- "flags": {
3005
- "api-key": {
3006
- "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
3007
- "env": "IKM_API_KEY",
3008
- "helpGroup": "GLOBAL",
3009
- "name": "api-key",
2913
+ "name": {
2914
+ "description": "Channel name",
2915
+ "name": "name",
2916
+ "required": true,
3010
2917
  "hasDynamicHelp": false,
3011
2918
  "multiple": false,
3012
2919
  "type": "option"
3013
2920
  },
3014
- "format": {
3015
- "description": "Output format: text, json, yaml, or table",
3016
- "helpGroup": "GLOBAL",
3017
- "name": "format",
3018
- "default": "text",
2921
+ "gateway-type": {
2922
+ "description": "Gateway type ID",
2923
+ "name": "gateway-type",
2924
+ "required": true,
3019
2925
  "hasDynamicHelp": false,
3020
2926
  "multiple": false,
3021
- "options": [
3022
- "text",
3023
- "json",
3024
- "yaml",
3025
- "table"
3026
- ],
3027
2927
  "type": "option"
3028
2928
  },
3029
- "json": {
3030
- "description": "Output in JSON format (alias for --format=json)",
3031
- "helpGroup": "GLOBAL",
3032
- "name": "json",
3033
- "allowNo": false,
3034
- "type": "boolean"
3035
- },
3036
- "quiet": {
3037
- "description": "Suppress all output except errors",
3038
- "helpGroup": "GLOBAL",
3039
- "name": "quiet",
3040
- "allowNo": false,
3041
- "type": "boolean"
3042
- },
3043
- "no-color": {
3044
- "description": "Disable color output",
3045
- "helpGroup": "GLOBAL",
3046
- "name": "no-color",
3047
- "allowNo": false,
3048
- "type": "boolean"
2929
+ "status": {
2930
+ "description": "Channel lifecycle status",
2931
+ "name": "status",
2932
+ "hasDynamicHelp": false,
2933
+ "multiple": false,
2934
+ "type": "option"
3049
2935
  },
3050
- "profile": {
3051
- "description": "Named configuration profile to use",
3052
- "helpGroup": "GLOBAL",
3053
- "name": "profile",
3054
- "default": "default",
2936
+ "description": {
2937
+ "description": "Channel description",
2938
+ "name": "description",
3055
2939
  "hasDynamicHelp": false,
3056
2940
  "multiple": false,
3057
2941
  "type": "option"
3058
2942
  },
3059
- "api-url": {
3060
- "description": "Override the API base URL (e.g. for staging)",
3061
- "helpGroup": "GLOBAL",
3062
- "name": "api-url",
2943
+ "data": {
2944
+ "description": "Additional JSON object payload",
2945
+ "name": "data",
3063
2946
  "hasDynamicHelp": false,
3064
2947
  "multiple": false,
3065
2948
  "type": "option"
@@ -3067,7 +2950,7 @@
3067
2950
  },
3068
2951
  "hasDynamicHelp": false,
3069
2952
  "hiddenAliases": [],
3070
- "id": "config:set",
2953
+ "id": "channels:create",
3071
2954
  "pluginAlias": "@instantkom/cli",
3072
2955
  "pluginName": "@instantkom/cli",
3073
2956
  "pluginType": "core",
@@ -3077,20 +2960,20 @@
3077
2960
  "relativePath": [
3078
2961
  "dist",
3079
2962
  "commands",
3080
- "config",
3081
- "set.js"
2963
+ "channels",
2964
+ "create.js"
3082
2965
  ]
3083
2966
  },
3084
- "config:unset": {
2967
+ "channels:get": {
3085
2968
  "aliases": [],
3086
2969
  "args": {
3087
- "key": {
3088
- "description": "Configuration key to remove",
3089
- "name": "key",
2970
+ "id": {
2971
+ "description": "Channel ID",
2972
+ "name": "id",
3090
2973
  "required": true
3091
2974
  }
3092
2975
  },
3093
- "description": "Remove a configuration key from the current profile",
2976
+ "description": "Get a channel by ID",
3094
2977
  "flags": {
3095
2978
  "api-key": {
3096
2979
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3157,7 +3040,7 @@
3157
3040
  },
3158
3041
  "hasDynamicHelp": false,
3159
3042
  "hiddenAliases": [],
3160
- "id": "config:unset",
3043
+ "id": "channels:get",
3161
3044
  "pluginAlias": "@instantkom/cli",
3162
3045
  "pluginName": "@instantkom/cli",
3163
3046
  "pluginType": "core",
@@ -3167,14 +3050,20 @@
3167
3050
  "relativePath": [
3168
3051
  "dist",
3169
3052
  "commands",
3170
- "config",
3171
- "unset.js"
3053
+ "channels",
3054
+ "get.js"
3172
3055
  ]
3173
3056
  },
3174
- "contacts:create": {
3057
+ "channels:kpis": {
3175
3058
  "aliases": [],
3176
- "args": {},
3177
- "description": "Create a contact",
3059
+ "args": {
3060
+ "id": {
3061
+ "description": "Optional channel ID; omit for aggregated channel KPIs",
3062
+ "name": "id",
3063
+ "required": false
3064
+ }
3065
+ },
3066
+ "description": "Get channel KPIs",
3178
3067
  "flags": {
3179
3068
  "api-key": {
3180
3069
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3238,32 +3127,9 @@
3238
3127
  "multiple": false,
3239
3128
  "type": "option"
3240
3129
  },
3241
- "channel": {
3242
- "description": "Channel ID",
3243
- "name": "channel",
3244
- "required": true,
3245
- "hasDynamicHelp": false,
3246
- "multiple": false,
3247
- "type": "option"
3248
- },
3249
- "identifier": {
3250
- "description": "Unique contact identifier",
3251
- "name": "identifier",
3252
- "required": true,
3253
- "hasDynamicHelp": false,
3254
- "multiple": false,
3255
- "type": "option"
3256
- },
3257
- "name": {
3258
- "description": "Contact name",
3259
- "name": "name",
3260
- "hasDynamicHelp": false,
3261
- "multiple": false,
3262
- "type": "option"
3263
- },
3264
- "data": {
3265
- "description": "Additional JSON object payload",
3266
- "name": "data",
3130
+ "period": {
3131
+ "description": "KPI period",
3132
+ "name": "period",
3267
3133
  "hasDynamicHelp": false,
3268
3134
  "multiple": false,
3269
3135
  "type": "option"
@@ -3271,7 +3137,7 @@
3271
3137
  },
3272
3138
  "hasDynamicHelp": false,
3273
3139
  "hiddenAliases": [],
3274
- "id": "contacts:create",
3140
+ "id": "channels:kpis",
3275
3141
  "pluginAlias": "@instantkom/cli",
3276
3142
  "pluginName": "@instantkom/cli",
3277
3143
  "pluginType": "core",
@@ -3281,20 +3147,14 @@
3281
3147
  "relativePath": [
3282
3148
  "dist",
3283
3149
  "commands",
3284
- "contacts",
3285
- "create.js"
3150
+ "channels",
3151
+ "kpis.js"
3286
3152
  ]
3287
3153
  },
3288
- "contacts:delete": {
3154
+ "channels:list": {
3289
3155
  "aliases": [],
3290
- "args": {
3291
- "id": {
3292
- "description": "Contact ID",
3293
- "name": "id",
3294
- "required": true
3295
- }
3296
- },
3297
- "description": "Delete a contact",
3156
+ "args": {},
3157
+ "description": "List channels",
3298
3158
  "flags": {
3299
3159
  "api-key": {
3300
3160
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3357,11 +3217,48 @@
3357
3217
  "hasDynamicHelp": false,
3358
3218
  "multiple": false,
3359
3219
  "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"
3360
3257
  }
3361
3258
  },
3362
3259
  "hasDynamicHelp": false,
3363
3260
  "hiddenAliases": [],
3364
- "id": "contacts:delete",
3261
+ "id": "channels:list",
3365
3262
  "pluginAlias": "@instantkom/cli",
3366
3263
  "pluginName": "@instantkom/cli",
3367
3264
  "pluginType": "core",
@@ -3371,14 +3268,20 @@
3371
3268
  "relativePath": [
3372
3269
  "dist",
3373
3270
  "commands",
3374
- "contacts",
3375
- "delete.js"
3271
+ "channels",
3272
+ "list.js"
3376
3273
  ]
3377
3274
  },
3378
- "contacts:export": {
3275
+ "channels:update": {
3379
3276
  "aliases": [],
3380
- "args": {},
3381
- "description": "Export contacts to CSV",
3277
+ "args": {
3278
+ "id": {
3279
+ "description": "Channel ID",
3280
+ "name": "id",
3281
+ "required": true
3282
+ }
3283
+ },
3284
+ "description": "Update a channel",
3382
3285
  "flags": {
3383
3286
  "api-key": {
3384
3287
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3442,40 +3345,30 @@
3442
3345
  "multiple": false,
3443
3346
  "type": "option"
3444
3347
  },
3445
- "file": {
3446
- "description": "CSV output file path",
3447
- "name": "file",
3448
- "required": true,
3449
- "hasDynamicHelp": false,
3450
- "multiple": false,
3451
- "type": "option"
3452
- },
3453
- "channel": {
3454
- "description": "Filter by channel ID",
3455
- "name": "channel",
3348
+ "name": {
3349
+ "description": "Channel name",
3350
+ "name": "name",
3456
3351
  "hasDynamicHelp": false,
3457
3352
  "multiple": false,
3458
3353
  "type": "option"
3459
3354
  },
3460
- "search": {
3461
- "description": "Search by name or identifier",
3462
- "name": "search",
3355
+ "status": {
3356
+ "description": "Channel lifecycle status",
3357
+ "name": "status",
3463
3358
  "hasDynamicHelp": false,
3464
3359
  "multiple": false,
3465
3360
  "type": "option"
3466
3361
  },
3467
- "page": {
3468
- "description": "Page number",
3469
- "name": "page",
3470
- "default": 1,
3362
+ "description": {
3363
+ "description": "Channel description",
3364
+ "name": "description",
3471
3365
  "hasDynamicHelp": false,
3472
3366
  "multiple": false,
3473
3367
  "type": "option"
3474
3368
  },
3475
- "limit": {
3476
- "description": "Items per page",
3477
- "name": "limit",
3478
- "default": 100,
3369
+ "data": {
3370
+ "description": "Additional JSON object payload",
3371
+ "name": "data",
3479
3372
  "hasDynamicHelp": false,
3480
3373
  "multiple": false,
3481
3374
  "type": "option"
@@ -3483,7 +3376,7 @@
3483
3376
  },
3484
3377
  "hasDynamicHelp": false,
3485
3378
  "hiddenAliases": [],
3486
- "id": "contacts:export",
3379
+ "id": "channels:update",
3487
3380
  "pluginAlias": "@instantkom/cli",
3488
3381
  "pluginName": "@instantkom/cli",
3489
3382
  "pluginType": "core",
@@ -3493,20 +3386,20 @@
3493
3386
  "relativePath": [
3494
3387
  "dist",
3495
3388
  "commands",
3496
- "contacts",
3497
- "export.js"
3389
+ "channels",
3390
+ "update.js"
3498
3391
  ]
3499
3392
  },
3500
- "contacts:get": {
3393
+ "chats:get": {
3501
3394
  "aliases": [],
3502
3395
  "args": {
3503
3396
  "id": {
3504
- "description": "Contact ID",
3397
+ "description": "chat ID",
3505
3398
  "name": "id",
3506
3399
  "required": true
3507
3400
  }
3508
3401
  },
3509
- "description": "Get a contact by ID",
3402
+ "description": "Get chat by ID",
3510
3403
  "flags": {
3511
3404
  "api-key": {
3512
3405
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3573,7 +3466,7 @@
3573
3466
  },
3574
3467
  "hasDynamicHelp": false,
3575
3468
  "hiddenAliases": [],
3576
- "id": "contacts:get",
3469
+ "id": "chats:get",
3577
3470
  "pluginAlias": "@instantkom/cli",
3578
3471
  "pluginName": "@instantkom/cli",
3579
3472
  "pluginType": "core",
@@ -3583,14 +3476,14 @@
3583
3476
  "relativePath": [
3584
3477
  "dist",
3585
3478
  "commands",
3586
- "contacts",
3479
+ "chats",
3587
3480
  "get.js"
3588
3481
  ]
3589
3482
  },
3590
- "contacts:import": {
3483
+ "chats:list": {
3591
3484
  "aliases": [],
3592
3485
  "args": {},
3593
- "description": "Import contacts from CSV",
3486
+ "description": "List chats",
3594
3487
  "flags": {
3595
3488
  "api-key": {
3596
3489
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3654,26 +3547,72 @@
3654
3547
  "multiple": false,
3655
3548
  "type": "option"
3656
3549
  },
3657
- "file": {
3658
- "description": "CSV file path",
3659
- "name": "file",
3660
- "required": true,
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,
3661
3562
  "hasDynamicHelp": false,
3662
3563
  "multiple": false,
3663
3564
  "type": "option"
3664
3565
  },
3665
3566
  "channel": {
3666
- "description": "Channel ID",
3567
+ "description": "Filter by channel ID",
3667
3568
  "name": "channel",
3668
- "required": true,
3669
3569
  "hasDynamicHelp": false,
3670
3570
  "multiple": false,
3671
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"
3672
3611
  }
3673
3612
  },
3674
3613
  "hasDynamicHelp": false,
3675
3614
  "hiddenAliases": [],
3676
- "id": "contacts:import",
3615
+ "id": "chats:list",
3677
3616
  "pluginAlias": "@instantkom/cli",
3678
3617
  "pluginName": "@instantkom/cli",
3679
3618
  "pluginType": "core",
@@ -3683,14 +3622,20 @@
3683
3622
  "relativePath": [
3684
3623
  "dist",
3685
3624
  "commands",
3686
- "contacts",
3687
- "import.js"
3625
+ "chats",
3626
+ "list.js"
3688
3627
  ]
3689
3628
  },
3690
- "contacts:list": {
3629
+ "chats:reply": {
3691
3630
  "aliases": [],
3692
- "args": {},
3693
- "description": "List contacts",
3631
+ "args": {
3632
+ "id": {
3633
+ "description": "Chat ID",
3634
+ "name": "id",
3635
+ "required": true
3636
+ }
3637
+ },
3638
+ "description": "Reply in a chat",
3694
3639
  "flags": {
3695
3640
  "api-key": {
3696
3641
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3754,97 +3699,100 @@
3754
3699
  "multiple": false,
3755
3700
  "type": "option"
3756
3701
  },
3757
- "channel": {
3758
- "description": "Filter by channel ID",
3759
- "name": "channel",
3760
- "hasDynamicHelp": false,
3761
- "multiple": false,
3762
- "type": "option"
3763
- },
3764
- "search": {
3765
- "description": "Search by name or identifier",
3766
- "name": "search",
3767
- "hasDynamicHelp": false,
3768
- "multiple": false,
3769
- "type": "option"
3770
- },
3771
- "page": {
3772
- "description": "Page number",
3773
- "name": "page",
3774
- "default": 1,
3775
- "hasDynamicHelp": false,
3776
- "multiple": false,
3777
- "type": "option"
3778
- },
3779
- "limit": {
3780
- "description": "Items per page",
3781
- "name": "limit",
3782
- "default": 20,
3702
+ "text": {
3703
+ "description": "Reply text",
3704
+ "name": "text",
3705
+ "required": true,
3783
3706
  "hasDynamicHelp": false,
3784
3707
  "multiple": false,
3785
3708
  "type": "option"
3786
- },
3787
- "optin-status": {
3788
- "description": "Filter by opt-in status",
3789
- "name": "optin-status",
3709
+ }
3710
+ },
3711
+ "hasDynamicHelp": false,
3712
+ "hiddenAliases": [],
3713
+ "id": "chats:reply",
3714
+ "pluginAlias": "@instantkom/cli",
3715
+ "pluginName": "@instantkom/cli",
3716
+ "pluginType": "core",
3717
+ "strict": true,
3718
+ "enableJsonFlag": false,
3719
+ "isESM": true,
3720
+ "relativePath": [
3721
+ "dist",
3722
+ "commands",
3723
+ "chats",
3724
+ "reply.js"
3725
+ ]
3726
+ },
3727
+ "config:get": {
3728
+ "aliases": [],
3729
+ "args": {
3730
+ "key": {
3731
+ "description": "Configuration key to retrieve",
3732
+ "name": "key",
3733
+ "required": true
3734
+ }
3735
+ },
3736
+ "description": "Get a configuration value for the current profile",
3737
+ "flags": {
3738
+ "api-key": {
3739
+ "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
3740
+ "env": "IKM_API_KEY",
3741
+ "helpGroup": "GLOBAL",
3742
+ "name": "api-key",
3790
3743
  "hasDynamicHelp": false,
3791
3744
  "multiple": false,
3792
- "options": [
3793
- "0",
3794
- "1"
3795
- ],
3796
3745
  "type": "option"
3797
3746
  },
3798
- "blocked": {
3799
- "description": "Filter by blocked status: 1 blocked, 0 not blocked",
3800
- "name": "blocked",
3747
+ "format": {
3748
+ "description": "Output format: text, json, yaml, or table",
3749
+ "helpGroup": "GLOBAL",
3750
+ "name": "format",
3751
+ "default": "text",
3801
3752
  "hasDynamicHelp": false,
3802
3753
  "multiple": false,
3803
3754
  "options": [
3804
- "0",
3805
- "1"
3755
+ "text",
3756
+ "json",
3757
+ "yaml",
3758
+ "table"
3806
3759
  ],
3807
3760
  "type": "option"
3808
3761
  },
3809
- "segment": {
3810
- "description": "Filter by segment ID",
3811
- "name": "segment",
3812
- "hasDynamicHelp": false,
3813
- "multiple": false,
3814
- "type": "option"
3762
+ "json": {
3763
+ "description": "Output in JSON format (alias for --format=json)",
3764
+ "helpGroup": "GLOBAL",
3765
+ "name": "json",
3766
+ "allowNo": false,
3767
+ "type": "boolean"
3815
3768
  },
3816
- "tags": {
3817
- "description": "Comma-separated tag IDs",
3818
- "name": "tags",
3819
- "hasDynamicHelp": false,
3820
- "multiple": false,
3821
- "type": "option"
3769
+ "quiet": {
3770
+ "description": "Suppress all output except errors",
3771
+ "helpGroup": "GLOBAL",
3772
+ "name": "quiet",
3773
+ "allowNo": false,
3774
+ "type": "boolean"
3822
3775
  },
3823
- "tag-match": {
3824
- "description": "Tag match mode",
3825
- "name": "tag-match",
3826
- "hasDynamicHelp": false,
3827
- "multiple": false,
3828
- "options": [
3829
- "any",
3830
- "all"
3831
- ],
3832
- "type": "option"
3776
+ "no-color": {
3777
+ "description": "Disable color output",
3778
+ "helpGroup": "GLOBAL",
3779
+ "name": "no-color",
3780
+ "allowNo": false,
3781
+ "type": "boolean"
3833
3782
  },
3834
- "spam": {
3835
- "description": "Filter by spam status",
3836
- "name": "spam",
3783
+ "profile": {
3784
+ "description": "Named configuration profile to use",
3785
+ "helpGroup": "GLOBAL",
3786
+ "name": "profile",
3787
+ "default": "default",
3837
3788
  "hasDynamicHelp": false,
3838
3789
  "multiple": false,
3839
- "options": [
3840
- "true",
3841
- "false"
3842
- ],
3843
3790
  "type": "option"
3844
3791
  },
3845
- "trust-level": {
3846
- "description": "Comma-separated trust levels",
3847
- "name": "trust-level",
3792
+ "api-url": {
3793
+ "description": "Override the API base URL (e.g. for staging)",
3794
+ "helpGroup": "GLOBAL",
3795
+ "name": "api-url",
3848
3796
  "hasDynamicHelp": false,
3849
3797
  "multiple": false,
3850
3798
  "type": "option"
@@ -3852,7 +3800,7 @@
3852
3800
  },
3853
3801
  "hasDynamicHelp": false,
3854
3802
  "hiddenAliases": [],
3855
- "id": "contacts:list",
3803
+ "id": "config:get",
3856
3804
  "pluginAlias": "@instantkom/cli",
3857
3805
  "pluginName": "@instantkom/cli",
3858
3806
  "pluginType": "core",
@@ -3862,20 +3810,25 @@
3862
3810
  "relativePath": [
3863
3811
  "dist",
3864
3812
  "commands",
3865
- "contacts",
3866
- "list.js"
3813
+ "config",
3814
+ "get.js"
3867
3815
  ]
3868
3816
  },
3869
- "contacts:update": {
3817
+ "config:set": {
3870
3818
  "aliases": [],
3871
3819
  "args": {
3872
- "id": {
3873
- "description": "Contact ID",
3874
- "name": "id",
3820
+ "key": {
3821
+ "description": "Configuration key to set",
3822
+ "name": "key",
3823
+ "required": true
3824
+ },
3825
+ "value": {
3826
+ "description": "Value to assign",
3827
+ "name": "value",
3875
3828
  "required": true
3876
3829
  }
3877
3830
  },
3878
- "description": "Update a contact",
3831
+ "description": "Set a configuration value for the current profile",
3879
3832
  "flags": {
3880
3833
  "api-key": {
3881
3834
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -3938,32 +3891,11 @@
3938
3891
  "hasDynamicHelp": false,
3939
3892
  "multiple": false,
3940
3893
  "type": "option"
3941
- },
3942
- "identifier": {
3943
- "description": "Unique contact identifier",
3944
- "name": "identifier",
3945
- "hasDynamicHelp": false,
3946
- "multiple": false,
3947
- "type": "option"
3948
- },
3949
- "name": {
3950
- "description": "Contact name",
3951
- "name": "name",
3952
- "hasDynamicHelp": false,
3953
- "multiple": false,
3954
- "type": "option"
3955
- },
3956
- "data": {
3957
- "description": "Additional JSON object payload",
3958
- "name": "data",
3959
- "hasDynamicHelp": false,
3960
- "multiple": false,
3961
- "type": "option"
3962
3894
  }
3963
3895
  },
3964
3896
  "hasDynamicHelp": false,
3965
3897
  "hiddenAliases": [],
3966
- "id": "contacts:update",
3898
+ "id": "config:set",
3967
3899
  "pluginAlias": "@instantkom/cli",
3968
3900
  "pluginName": "@instantkom/cli",
3969
3901
  "pluginType": "core",
@@ -3973,14 +3905,20 @@
3973
3905
  "relativePath": [
3974
3906
  "dist",
3975
3907
  "commands",
3976
- "contacts",
3977
- "update.js"
3908
+ "config",
3909
+ "set.js"
3978
3910
  ]
3979
3911
  },
3980
- "broadcast:create": {
3912
+ "config:unset": {
3981
3913
  "aliases": [],
3982
- "args": {},
3983
- "description": "Create a broadcast for channels or segments",
3914
+ "args": {
3915
+ "key": {
3916
+ "description": "Configuration key to remove",
3917
+ "name": "key",
3918
+ "required": true
3919
+ }
3920
+ },
3921
+ "description": "Remove a configuration key from the current profile",
3984
3922
  "flags": {
3985
3923
  "api-key": {
3986
3924
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -4043,93 +3981,11 @@
4043
3981
  "hasDynamicHelp": false,
4044
3982
  "multiple": false,
4045
3983
  "type": "option"
4046
- },
4047
- "channel": {
4048
- "description": "Channel ID target",
4049
- "name": "channel",
4050
- "hasDynamicHelp": false,
4051
- "multiple": false,
4052
- "type": "option"
4053
- },
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",
4071
- "required": true,
4072
- "hasDynamicHelp": false,
4073
- "multiple": false,
4074
- "type": "option"
4075
- },
4076
- "send-at": {
4077
- "description": "Schedule send for an ISO-8601 date-time",
4078
- "name": "send-at",
4079
- "hasDynamicHelp": false,
4080
- "multiple": false,
4081
- "type": "option"
4082
- },
4083
- "dry-run": {
4084
- "description": "Validate and print the broadcast payload without mutating API calls",
4085
- "name": "dry-run",
4086
- "allowNo": false,
4087
- "type": "boolean"
4088
- },
4089
- "idempotency-key": {
4090
- "description": "Idempotency key forwarded as Idempotency-Key",
4091
- "name": "idempotency-key",
4092
- "hasDynamicHelp": false,
4093
- "multiple": false,
4094
- "type": "option"
4095
- },
4096
- "media": {
4097
- "description": "Media file path to upload",
4098
- "name": "media",
4099
- "hasDynamicHelp": false,
4100
- "multiple": true,
4101
- "type": "option"
4102
- },
4103
- "template-id": {
4104
- "description": "WhatsApp template ID",
4105
- "name": "template-id",
4106
- "hasDynamicHelp": false,
4107
- "multiple": false,
4108
- "type": "option"
4109
- },
4110
- "send-status": {
4111
- "description": "Initial broadcast send status",
4112
- "name": "send-status",
4113
- "default": "draft",
4114
- "hasDynamicHelp": false,
4115
- "multiple": false,
4116
- "options": [
4117
- "draft",
4118
- "scheduled",
4119
- "sending"
4120
- ],
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"
4128
3984
  }
4129
3985
  },
4130
3986
  "hasDynamicHelp": false,
4131
3987
  "hiddenAliases": [],
4132
- "id": "broadcast:create",
3988
+ "id": "config:unset",
4133
3989
  "pluginAlias": "@instantkom/cli",
4134
3990
  "pluginName": "@instantkom/cli",
4135
3991
  "pluginType": "core",
@@ -4139,20 +3995,14 @@
4139
3995
  "relativePath": [
4140
3996
  "dist",
4141
3997
  "commands",
4142
- "broadcast",
4143
- "create.js"
3998
+ "config",
3999
+ "unset.js"
4144
4000
  ]
4145
4001
  },
4146
- "broadcast:delete": {
4002
+ "contacts:create": {
4147
4003
  "aliases": [],
4148
- "args": {
4149
- "id": {
4150
- "description": "broadcast ID",
4151
- "name": "id",
4152
- "required": true
4153
- }
4154
- },
4155
- "description": "Delete broadcast",
4004
+ "args": {},
4005
+ "description": "Create a contact",
4156
4006
  "flags": {
4157
4007
  "api-key": {
4158
4008
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -4215,11 +4065,41 @@
4215
4065
  "hasDynamicHelp": false,
4216
4066
  "multiple": false,
4217
4067
  "type": "option"
4068
+ },
4069
+ "channel": {
4070
+ "description": "Channel ID",
4071
+ "name": "channel",
4072
+ "required": true,
4073
+ "hasDynamicHelp": false,
4074
+ "multiple": false,
4075
+ "type": "option"
4076
+ },
4077
+ "identifier": {
4078
+ "description": "Unique contact identifier",
4079
+ "name": "identifier",
4080
+ "required": true,
4081
+ "hasDynamicHelp": false,
4082
+ "multiple": false,
4083
+ "type": "option"
4084
+ },
4085
+ "name": {
4086
+ "description": "Contact name",
4087
+ "name": "name",
4088
+ "hasDynamicHelp": false,
4089
+ "multiple": false,
4090
+ "type": "option"
4091
+ },
4092
+ "data": {
4093
+ "description": "Additional JSON object payload",
4094
+ "name": "data",
4095
+ "hasDynamicHelp": false,
4096
+ "multiple": false,
4097
+ "type": "option"
4218
4098
  }
4219
4099
  },
4220
4100
  "hasDynamicHelp": false,
4221
4101
  "hiddenAliases": [],
4222
- "id": "broadcast:delete",
4102
+ "id": "contacts:create",
4223
4103
  "pluginAlias": "@instantkom/cli",
4224
4104
  "pluginName": "@instantkom/cli",
4225
4105
  "pluginType": "core",
@@ -4229,20 +4109,20 @@
4229
4109
  "relativePath": [
4230
4110
  "dist",
4231
4111
  "commands",
4232
- "broadcast",
4233
- "delete.js"
4112
+ "contacts",
4113
+ "create.js"
4234
4114
  ]
4235
4115
  },
4236
- "broadcast:get": {
4116
+ "contacts:delete": {
4237
4117
  "aliases": [],
4238
4118
  "args": {
4239
4119
  "id": {
4240
- "description": "broadcast ID",
4120
+ "description": "Contact ID",
4241
4121
  "name": "id",
4242
4122
  "required": true
4243
4123
  }
4244
4124
  },
4245
- "description": "Get broadcast by ID",
4125
+ "description": "Delete a contact",
4246
4126
  "flags": {
4247
4127
  "api-key": {
4248
4128
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -4309,7 +4189,7 @@
4309
4189
  },
4310
4190
  "hasDynamicHelp": false,
4311
4191
  "hiddenAliases": [],
4312
- "id": "broadcast:get",
4192
+ "id": "contacts:delete",
4313
4193
  "pluginAlias": "@instantkom/cli",
4314
4194
  "pluginName": "@instantkom/cli",
4315
4195
  "pluginType": "core",
@@ -4319,14 +4199,14 @@
4319
4199
  "relativePath": [
4320
4200
  "dist",
4321
4201
  "commands",
4322
- "broadcast",
4323
- "get.js"
4202
+ "contacts",
4203
+ "delete.js"
4324
4204
  ]
4325
4205
  },
4326
- "broadcast:list": {
4206
+ "contacts:export": {
4327
4207
  "aliases": [],
4328
4208
  "args": {},
4329
- "description": "List broadcasts",
4209
+ "description": "Export contacts to CSV",
4330
4210
  "flags": {
4331
4211
  "api-key": {
4332
4212
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -4390,6 +4270,28 @@
4390
4270
  "multiple": false,
4391
4271
  "type": "option"
4392
4272
  },
4273
+ "file": {
4274
+ "description": "CSV output file path",
4275
+ "name": "file",
4276
+ "required": true,
4277
+ "hasDynamicHelp": false,
4278
+ "multiple": false,
4279
+ "type": "option"
4280
+ },
4281
+ "channel": {
4282
+ "description": "Filter by channel ID",
4283
+ "name": "channel",
4284
+ "hasDynamicHelp": false,
4285
+ "multiple": false,
4286
+ "type": "option"
4287
+ },
4288
+ "search": {
4289
+ "description": "Search by name or identifier",
4290
+ "name": "search",
4291
+ "hasDynamicHelp": false,
4292
+ "multiple": false,
4293
+ "type": "option"
4294
+ },
4393
4295
  "page": {
4394
4296
  "description": "Page number",
4395
4297
  "name": "page",
@@ -4401,61 +4303,105 @@
4401
4303
  "limit": {
4402
4304
  "description": "Items per page",
4403
4305
  "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",
4306
+ "default": 100,
4412
4307
  "hasDynamicHelp": false,
4413
4308
  "multiple": false,
4414
4309
  "type": "option"
4415
- },
4416
- "send-status": {
4417
- "description": "Filter by send status",
4418
- "name": "send-status",
4310
+ }
4311
+ },
4312
+ "hasDynamicHelp": false,
4313
+ "hiddenAliases": [],
4314
+ "id": "contacts:export",
4315
+ "pluginAlias": "@instantkom/cli",
4316
+ "pluginName": "@instantkom/cli",
4317
+ "pluginType": "core",
4318
+ "strict": true,
4319
+ "enableJsonFlag": false,
4320
+ "isESM": true,
4321
+ "relativePath": [
4322
+ "dist",
4323
+ "commands",
4324
+ "contacts",
4325
+ "export.js"
4326
+ ]
4327
+ },
4328
+ "contacts:get": {
4329
+ "aliases": [],
4330
+ "args": {
4331
+ "id": {
4332
+ "description": "Contact ID",
4333
+ "name": "id",
4334
+ "required": true
4335
+ }
4336
+ },
4337
+ "description": "Get a contact by ID",
4338
+ "flags": {
4339
+ "api-key": {
4340
+ "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
4341
+ "env": "IKM_API_KEY",
4342
+ "helpGroup": "GLOBAL",
4343
+ "name": "api-key",
4419
4344
  "hasDynamicHelp": false,
4420
4345
  "multiple": false,
4421
4346
  "type": "option"
4422
4347
  },
4423
- "type": {
4424
- "description": "Broadcast type",
4425
- "name": "type",
4348
+ "format": {
4349
+ "description": "Output format: text, json, yaml, or table",
4350
+ "helpGroup": "GLOBAL",
4351
+ "name": "format",
4352
+ "default": "text",
4426
4353
  "hasDynamicHelp": false,
4427
4354
  "multiple": false,
4428
4355
  "options": [
4429
4356
  "text",
4430
- "image",
4431
- "video",
4432
- "audio",
4433
- "document"
4357
+ "json",
4358
+ "yaml",
4359
+ "table"
4434
4360
  ],
4435
4361
  "type": "option"
4436
4362
  },
4437
- "search": {
4438
- "description": "Search broadcasts",
4439
- "name": "search",
4363
+ "json": {
4364
+ "description": "Output in JSON format (alias for --format=json)",
4365
+ "helpGroup": "GLOBAL",
4366
+ "name": "json",
4367
+ "allowNo": false,
4368
+ "type": "boolean"
4369
+ },
4370
+ "quiet": {
4371
+ "description": "Suppress all output except errors",
4372
+ "helpGroup": "GLOBAL",
4373
+ "name": "quiet",
4374
+ "allowNo": false,
4375
+ "type": "boolean"
4376
+ },
4377
+ "no-color": {
4378
+ "description": "Disable color output",
4379
+ "helpGroup": "GLOBAL",
4380
+ "name": "no-color",
4381
+ "allowNo": false,
4382
+ "type": "boolean"
4383
+ },
4384
+ "profile": {
4385
+ "description": "Named configuration profile to use",
4386
+ "helpGroup": "GLOBAL",
4387
+ "name": "profile",
4388
+ "default": "default",
4440
4389
  "hasDynamicHelp": false,
4441
4390
  "multiple": false,
4442
4391
  "type": "option"
4443
4392
  },
4444
- "test": {
4445
- "description": "Filter test flag: 0 or 1",
4446
- "name": "test",
4393
+ "api-url": {
4394
+ "description": "Override the API base URL (e.g. for staging)",
4395
+ "helpGroup": "GLOBAL",
4396
+ "name": "api-url",
4447
4397
  "hasDynamicHelp": false,
4448
4398
  "multiple": false,
4449
- "options": [
4450
- "0",
4451
- "1"
4452
- ],
4453
4399
  "type": "option"
4454
4400
  }
4455
4401
  },
4456
4402
  "hasDynamicHelp": false,
4457
4403
  "hiddenAliases": [],
4458
- "id": "broadcast:list",
4404
+ "id": "contacts:get",
4459
4405
  "pluginAlias": "@instantkom/cli",
4460
4406
  "pluginName": "@instantkom/cli",
4461
4407
  "pluginType": "core",
@@ -4465,20 +4411,14 @@
4465
4411
  "relativePath": [
4466
4412
  "dist",
4467
4413
  "commands",
4468
- "broadcast",
4469
- "list.js"
4414
+ "contacts",
4415
+ "get.js"
4470
4416
  ]
4471
4417
  },
4472
- "broadcast:send": {
4418
+ "contacts:import": {
4473
4419
  "aliases": [],
4474
- "args": {
4475
- "id": {
4476
- "description": "Broadcast ID",
4477
- "name": "id",
4478
- "required": true
4479
- }
4480
- },
4481
- "description": "Send a broadcast immediately",
4420
+ "args": {},
4421
+ "description": "Import contacts from CSV",
4482
4422
  "flags": {
4483
4423
  "api-key": {
4484
4424
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -4541,11 +4481,27 @@
4541
4481
  "hasDynamicHelp": false,
4542
4482
  "multiple": false,
4543
4483
  "type": "option"
4484
+ },
4485
+ "file": {
4486
+ "description": "CSV file path",
4487
+ "name": "file",
4488
+ "required": true,
4489
+ "hasDynamicHelp": false,
4490
+ "multiple": false,
4491
+ "type": "option"
4492
+ },
4493
+ "channel": {
4494
+ "description": "Channel ID",
4495
+ "name": "channel",
4496
+ "required": true,
4497
+ "hasDynamicHelp": false,
4498
+ "multiple": false,
4499
+ "type": "option"
4544
4500
  }
4545
4501
  },
4546
4502
  "hasDynamicHelp": false,
4547
4503
  "hiddenAliases": [],
4548
- "id": "broadcast:send",
4504
+ "id": "contacts:import",
4549
4505
  "pluginAlias": "@instantkom/cli",
4550
4506
  "pluginName": "@instantkom/cli",
4551
4507
  "pluginType": "core",
@@ -4555,20 +4511,14 @@
4555
4511
  "relativePath": [
4556
4512
  "dist",
4557
4513
  "commands",
4558
- "broadcast",
4559
- "send.js"
4514
+ "contacts",
4515
+ "import.js"
4560
4516
  ]
4561
4517
  },
4562
- "broadcast:status": {
4518
+ "contacts:list": {
4563
4519
  "aliases": [],
4564
- "args": {
4565
- "id": {
4566
- "description": "Broadcast ID",
4567
- "name": "id",
4568
- "required": true
4569
- }
4570
- },
4571
- "description": "Show broadcast send status",
4520
+ "args": {},
4521
+ "description": "List contacts",
4572
4522
  "flags": {
4573
4523
  "api-key": {
4574
4524
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -4631,11 +4581,106 @@
4631
4581
  "hasDynamicHelp": false,
4632
4582
  "multiple": false,
4633
4583
  "type": "option"
4584
+ },
4585
+ "channel": {
4586
+ "description": "Filter by channel ID",
4587
+ "name": "channel",
4588
+ "hasDynamicHelp": false,
4589
+ "multiple": false,
4590
+ "type": "option"
4591
+ },
4592
+ "search": {
4593
+ "description": "Search by name or identifier",
4594
+ "name": "search",
4595
+ "hasDynamicHelp": false,
4596
+ "multiple": false,
4597
+ "type": "option"
4598
+ },
4599
+ "page": {
4600
+ "description": "Page number",
4601
+ "name": "page",
4602
+ "default": 1,
4603
+ "hasDynamicHelp": false,
4604
+ "multiple": false,
4605
+ "type": "option"
4606
+ },
4607
+ "limit": {
4608
+ "description": "Items per page",
4609
+ "name": "limit",
4610
+ "default": 20,
4611
+ "hasDynamicHelp": false,
4612
+ "multiple": false,
4613
+ "type": "option"
4614
+ },
4615
+ "optin-status": {
4616
+ "description": "Filter by opt-in status",
4617
+ "name": "optin-status",
4618
+ "hasDynamicHelp": false,
4619
+ "multiple": false,
4620
+ "options": [
4621
+ "0",
4622
+ "1"
4623
+ ],
4624
+ "type": "option"
4625
+ },
4626
+ "blocked": {
4627
+ "description": "Filter by blocked status: 1 blocked, 0 not blocked",
4628
+ "name": "blocked",
4629
+ "hasDynamicHelp": false,
4630
+ "multiple": false,
4631
+ "options": [
4632
+ "0",
4633
+ "1"
4634
+ ],
4635
+ "type": "option"
4636
+ },
4637
+ "segment": {
4638
+ "description": "Filter by segment ID",
4639
+ "name": "segment",
4640
+ "hasDynamicHelp": false,
4641
+ "multiple": false,
4642
+ "type": "option"
4643
+ },
4644
+ "tags": {
4645
+ "description": "Comma-separated tag IDs",
4646
+ "name": "tags",
4647
+ "hasDynamicHelp": false,
4648
+ "multiple": false,
4649
+ "type": "option"
4650
+ },
4651
+ "tag-match": {
4652
+ "description": "Tag match mode",
4653
+ "name": "tag-match",
4654
+ "hasDynamicHelp": false,
4655
+ "multiple": false,
4656
+ "options": [
4657
+ "any",
4658
+ "all"
4659
+ ],
4660
+ "type": "option"
4661
+ },
4662
+ "spam": {
4663
+ "description": "Filter by spam status",
4664
+ "name": "spam",
4665
+ "hasDynamicHelp": false,
4666
+ "multiple": false,
4667
+ "options": [
4668
+ "true",
4669
+ "false"
4670
+ ],
4671
+ "type": "option"
4672
+ },
4673
+ "trust-level": {
4674
+ "description": "Comma-separated trust levels",
4675
+ "name": "trust-level",
4676
+ "hasDynamicHelp": false,
4677
+ "multiple": false,
4678
+ "type": "option"
4634
4679
  }
4635
4680
  },
4636
4681
  "hasDynamicHelp": false,
4637
4682
  "hiddenAliases": [],
4638
- "id": "broadcast:status",
4683
+ "id": "contacts:list",
4639
4684
  "pluginAlias": "@instantkom/cli",
4640
4685
  "pluginName": "@instantkom/cli",
4641
4686
  "pluginType": "core",
@@ -4645,20 +4690,20 @@
4645
4690
  "relativePath": [
4646
4691
  "dist",
4647
4692
  "commands",
4648
- "broadcast",
4649
- "status.js"
4693
+ "contacts",
4694
+ "list.js"
4650
4695
  ]
4651
4696
  },
4652
- "broadcast:update": {
4697
+ "contacts:update": {
4653
4698
  "aliases": [],
4654
4699
  "args": {
4655
4700
  "id": {
4656
- "description": "Broadcast ID",
4701
+ "description": "Contact ID",
4657
4702
  "name": "id",
4658
4703
  "required": true
4659
4704
  }
4660
4705
  },
4661
- "description": "Update a broadcast",
4706
+ "description": "Update a contact",
4662
4707
  "flags": {
4663
4708
  "api-key": {
4664
4709
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -4722,61 +4767,16 @@
4722
4767
  "multiple": false,
4723
4768
  "type": "option"
4724
4769
  },
4725
- "text": {
4726
- "description": "Broadcast message text",
4727
- "name": "text",
4728
- "hasDynamicHelp": false,
4729
- "multiple": false,
4730
- "type": "option"
4731
- },
4732
- "send-status": {
4733
- "description": "Send status",
4734
- "name": "send-status",
4735
- "hasDynamicHelp": false,
4736
- "multiple": false,
4737
- "type": "option"
4738
- },
4739
- "scheduled-at": {
4740
- "description": "Unix timestamp for scheduled send",
4741
- "name": "scheduled-at",
4742
- "hasDynamicHelp": false,
4743
- "multiple": false,
4744
- "type": "option"
4745
- },
4746
- "approved": {
4747
- "description": "Mark as approved",
4748
- "name": "approved",
4749
- "allowNo": false,
4750
- "type": "boolean"
4751
- },
4752
- "locked": {
4753
- "description": "Mark as locked",
4754
- "name": "locked",
4755
- "allowNo": false,
4756
- "type": "boolean"
4757
- },
4758
- "test": {
4759
- "description": "Mark as test broadcast",
4760
- "name": "test",
4761
- "allowNo": false,
4762
- "type": "boolean"
4763
- },
4764
- "template-id": {
4765
- "description": "Template ID",
4766
- "name": "template-id",
4770
+ "identifier": {
4771
+ "description": "Unique contact identifier",
4772
+ "name": "identifier",
4767
4773
  "hasDynamicHelp": false,
4768
4774
  "multiple": false,
4769
4775
  "type": "option"
4770
4776
  },
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",
4777
+ "name": {
4778
+ "description": "Contact name",
4779
+ "name": "name",
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": "broadcast:update",
4794
+ "id": "contacts: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
- "broadcast",
4804
+ "contacts",
4805
4805
  "update.js"
4806
4806
  ]
4807
4807
  },
@@ -16566,5 +16566,5 @@
16566
16566
  ]
16567
16567
  }
16568
16568
  },
16569
- "version": "3.168.0"
16569
+ "version": "3.170.0"
16570
16570
  }