@instantkom/cli 3.151.1 → 3.151.2
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 +1104 -1104
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2015,10 +2015,16 @@
|
|
|
2015
2015
|
"update.js"
|
|
2016
2016
|
]
|
|
2017
2017
|
},
|
|
2018
|
-
"
|
|
2018
|
+
"chats:get": {
|
|
2019
2019
|
"aliases": [],
|
|
2020
|
-
"args": {
|
|
2021
|
-
|
|
2020
|
+
"args": {
|
|
2021
|
+
"id": {
|
|
2022
|
+
"description": "chat ID",
|
|
2023
|
+
"name": "id",
|
|
2024
|
+
"required": true
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
"description": "Get chat by ID",
|
|
2022
2028
|
"flags": {
|
|
2023
2029
|
"api-key": {
|
|
2024
2030
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2081,93 +2087,157 @@
|
|
|
2081
2087
|
"hasDynamicHelp": false,
|
|
2082
2088
|
"multiple": false,
|
|
2083
2089
|
"type": "option"
|
|
2084
|
-
}
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
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",
|
|
2088
2118
|
"hasDynamicHelp": false,
|
|
2089
2119
|
"multiple": false,
|
|
2090
2120
|
"type": "option"
|
|
2091
2121
|
},
|
|
2092
|
-
"
|
|
2093
|
-
"description": "
|
|
2094
|
-
"
|
|
2122
|
+
"format": {
|
|
2123
|
+
"description": "Output format: text, json, yaml, or table",
|
|
2124
|
+
"helpGroup": "GLOBAL",
|
|
2125
|
+
"name": "format",
|
|
2126
|
+
"default": "text",
|
|
2095
2127
|
"hasDynamicHelp": false,
|
|
2096
2128
|
"multiple": false,
|
|
2129
|
+
"options": [
|
|
2130
|
+
"text",
|
|
2131
|
+
"json",
|
|
2132
|
+
"yaml",
|
|
2133
|
+
"table"
|
|
2134
|
+
],
|
|
2097
2135
|
"type": "option"
|
|
2098
2136
|
},
|
|
2099
|
-
"
|
|
2100
|
-
"description": "
|
|
2101
|
-
"
|
|
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",
|
|
2102
2163
|
"hasDynamicHelp": false,
|
|
2103
|
-
"multiple":
|
|
2164
|
+
"multiple": false,
|
|
2104
2165
|
"type": "option"
|
|
2105
2166
|
},
|
|
2106
|
-
"
|
|
2107
|
-
"description": "
|
|
2108
|
-
"
|
|
2109
|
-
"
|
|
2167
|
+
"api-url": {
|
|
2168
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
2169
|
+
"helpGroup": "GLOBAL",
|
|
2170
|
+
"name": "api-url",
|
|
2110
2171
|
"hasDynamicHelp": false,
|
|
2111
2172
|
"multiple": false,
|
|
2112
2173
|
"type": "option"
|
|
2113
2174
|
},
|
|
2114
|
-
"
|
|
2115
|
-
"description": "
|
|
2116
|
-
"name": "
|
|
2175
|
+
"page": {
|
|
2176
|
+
"description": "Page number",
|
|
2177
|
+
"name": "page",
|
|
2178
|
+
"default": 1,
|
|
2117
2179
|
"hasDynamicHelp": false,
|
|
2118
2180
|
"multiple": false,
|
|
2119
2181
|
"type": "option"
|
|
2120
2182
|
},
|
|
2121
|
-
"
|
|
2122
|
-
"description": "
|
|
2123
|
-
"name": "
|
|
2124
|
-
"
|
|
2125
|
-
"
|
|
2183
|
+
"limit": {
|
|
2184
|
+
"description": "Items per page",
|
|
2185
|
+
"name": "limit",
|
|
2186
|
+
"default": 20,
|
|
2187
|
+
"hasDynamicHelp": false,
|
|
2188
|
+
"multiple": false,
|
|
2189
|
+
"type": "option"
|
|
2126
2190
|
},
|
|
2127
|
-
"
|
|
2128
|
-
"description": "
|
|
2129
|
-
"name": "
|
|
2191
|
+
"channel": {
|
|
2192
|
+
"description": "Filter by channel ID",
|
|
2193
|
+
"name": "channel",
|
|
2130
2194
|
"hasDynamicHelp": false,
|
|
2131
2195
|
"multiple": false,
|
|
2132
2196
|
"type": "option"
|
|
2133
2197
|
},
|
|
2134
|
-
"
|
|
2135
|
-
"description": "
|
|
2136
|
-
"name": "
|
|
2198
|
+
"channels": {
|
|
2199
|
+
"description": "Comma-separated channel IDs",
|
|
2200
|
+
"name": "channels",
|
|
2137
2201
|
"hasDynamicHelp": false,
|
|
2138
|
-
"multiple":
|
|
2202
|
+
"multiple": false,
|
|
2139
2203
|
"type": "option"
|
|
2140
2204
|
},
|
|
2141
|
-
"
|
|
2142
|
-
"description": "
|
|
2143
|
-
"name": "
|
|
2205
|
+
"search": {
|
|
2206
|
+
"description": "Search chats",
|
|
2207
|
+
"name": "search",
|
|
2144
2208
|
"hasDynamicHelp": false,
|
|
2145
2209
|
"multiple": false,
|
|
2146
2210
|
"type": "option"
|
|
2147
2211
|
},
|
|
2148
|
-
"
|
|
2149
|
-
"description": "
|
|
2150
|
-
"name": "
|
|
2151
|
-
"default": "draft",
|
|
2212
|
+
"status": {
|
|
2213
|
+
"description": "Chat status",
|
|
2214
|
+
"name": "status",
|
|
2152
2215
|
"hasDynamicHelp": false,
|
|
2153
2216
|
"multiple": false,
|
|
2154
2217
|
"options": [
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2218
|
+
"all",
|
|
2219
|
+
"unread",
|
|
2220
|
+
"read",
|
|
2221
|
+
"archived"
|
|
2158
2222
|
],
|
|
2159
2223
|
"type": "option"
|
|
2160
2224
|
},
|
|
2161
|
-
"
|
|
2162
|
-
"description": "
|
|
2163
|
-
"name": "
|
|
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",
|
|
2164
2234
|
"allowNo": false,
|
|
2165
2235
|
"type": "boolean"
|
|
2166
2236
|
}
|
|
2167
2237
|
},
|
|
2168
2238
|
"hasDynamicHelp": false,
|
|
2169
2239
|
"hiddenAliases": [],
|
|
2170
|
-
"id": "
|
|
2240
|
+
"id": "chats:list",
|
|
2171
2241
|
"pluginAlias": "@instantkom/cli",
|
|
2172
2242
|
"pluginName": "@instantkom/cli",
|
|
2173
2243
|
"pluginType": "core",
|
|
@@ -2177,20 +2247,20 @@
|
|
|
2177
2247
|
"relativePath": [
|
|
2178
2248
|
"dist",
|
|
2179
2249
|
"commands",
|
|
2180
|
-
"
|
|
2181
|
-
"
|
|
2250
|
+
"chats",
|
|
2251
|
+
"list.js"
|
|
2182
2252
|
]
|
|
2183
2253
|
},
|
|
2184
|
-
"
|
|
2254
|
+
"chats:reply": {
|
|
2185
2255
|
"aliases": [],
|
|
2186
2256
|
"args": {
|
|
2187
2257
|
"id": {
|
|
2188
|
-
"description": "
|
|
2258
|
+
"description": "Chat ID",
|
|
2189
2259
|
"name": "id",
|
|
2190
2260
|
"required": true
|
|
2191
2261
|
}
|
|
2192
2262
|
},
|
|
2193
|
-
"description": "
|
|
2263
|
+
"description": "Reply in a chat",
|
|
2194
2264
|
"flags": {
|
|
2195
2265
|
"api-key": {
|
|
2196
2266
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2253,11 +2323,19 @@
|
|
|
2253
2323
|
"hasDynamicHelp": false,
|
|
2254
2324
|
"multiple": false,
|
|
2255
2325
|
"type": "option"
|
|
2326
|
+
},
|
|
2327
|
+
"text": {
|
|
2328
|
+
"description": "Reply text",
|
|
2329
|
+
"name": "text",
|
|
2330
|
+
"required": true,
|
|
2331
|
+
"hasDynamicHelp": false,
|
|
2332
|
+
"multiple": false,
|
|
2333
|
+
"type": "option"
|
|
2256
2334
|
}
|
|
2257
2335
|
},
|
|
2258
2336
|
"hasDynamicHelp": false,
|
|
2259
2337
|
"hiddenAliases": [],
|
|
2260
|
-
"id": "
|
|
2338
|
+
"id": "chats:reply",
|
|
2261
2339
|
"pluginAlias": "@instantkom/cli",
|
|
2262
2340
|
"pluginName": "@instantkom/cli",
|
|
2263
2341
|
"pluginType": "core",
|
|
@@ -2267,20 +2345,20 @@
|
|
|
2267
2345
|
"relativePath": [
|
|
2268
2346
|
"dist",
|
|
2269
2347
|
"commands",
|
|
2270
|
-
"
|
|
2271
|
-
"
|
|
2348
|
+
"chats",
|
|
2349
|
+
"reply.js"
|
|
2272
2350
|
]
|
|
2273
2351
|
},
|
|
2274
|
-
"
|
|
2352
|
+
"config:get": {
|
|
2275
2353
|
"aliases": [],
|
|
2276
2354
|
"args": {
|
|
2277
|
-
"
|
|
2278
|
-
"description": "
|
|
2279
|
-
"name": "
|
|
2355
|
+
"key": {
|
|
2356
|
+
"description": "Configuration key to retrieve",
|
|
2357
|
+
"name": "key",
|
|
2280
2358
|
"required": true
|
|
2281
2359
|
}
|
|
2282
2360
|
},
|
|
2283
|
-
"description": "Get
|
|
2361
|
+
"description": "Get a configuration value for the current profile",
|
|
2284
2362
|
"flags": {
|
|
2285
2363
|
"api-key": {
|
|
2286
2364
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2347,7 +2425,7 @@
|
|
|
2347
2425
|
},
|
|
2348
2426
|
"hasDynamicHelp": false,
|
|
2349
2427
|
"hiddenAliases": [],
|
|
2350
|
-
"id": "
|
|
2428
|
+
"id": "config:get",
|
|
2351
2429
|
"pluginAlias": "@instantkom/cli",
|
|
2352
2430
|
"pluginName": "@instantkom/cli",
|
|
2353
2431
|
"pluginType": "core",
|
|
@@ -2357,14 +2435,25 @@
|
|
|
2357
2435
|
"relativePath": [
|
|
2358
2436
|
"dist",
|
|
2359
2437
|
"commands",
|
|
2360
|
-
"
|
|
2438
|
+
"config",
|
|
2361
2439
|
"get.js"
|
|
2362
2440
|
]
|
|
2363
2441
|
},
|
|
2364
|
-
"
|
|
2442
|
+
"config:set": {
|
|
2365
2443
|
"aliases": [],
|
|
2366
|
-
"args": {
|
|
2367
|
-
|
|
2444
|
+
"args": {
|
|
2445
|
+
"key": {
|
|
2446
|
+
"description": "Configuration key to set",
|
|
2447
|
+
"name": "key",
|
|
2448
|
+
"required": true
|
|
2449
|
+
},
|
|
2450
|
+
"value": {
|
|
2451
|
+
"description": "Value to assign",
|
|
2452
|
+
"name": "value",
|
|
2453
|
+
"required": true
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2456
|
+
"description": "Set a configuration value for the current profile",
|
|
2368
2457
|
"flags": {
|
|
2369
2458
|
"api-key": {
|
|
2370
2459
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2427,73 +2516,101 @@
|
|
|
2427
2516
|
"hasDynamicHelp": false,
|
|
2428
2517
|
"multiple": false,
|
|
2429
2518
|
"type": "option"
|
|
2519
|
+
}
|
|
2520
|
+
},
|
|
2521
|
+
"hasDynamicHelp": false,
|
|
2522
|
+
"hiddenAliases": [],
|
|
2523
|
+
"id": "config:set",
|
|
2524
|
+
"pluginAlias": "@instantkom/cli",
|
|
2525
|
+
"pluginName": "@instantkom/cli",
|
|
2526
|
+
"pluginType": "core",
|
|
2527
|
+
"strict": true,
|
|
2528
|
+
"enableJsonFlag": false,
|
|
2529
|
+
"isESM": true,
|
|
2530
|
+
"relativePath": [
|
|
2531
|
+
"dist",
|
|
2532
|
+
"commands",
|
|
2533
|
+
"config",
|
|
2534
|
+
"set.js"
|
|
2535
|
+
]
|
|
2536
|
+
},
|
|
2537
|
+
"config:unset": {
|
|
2538
|
+
"aliases": [],
|
|
2539
|
+
"args": {
|
|
2540
|
+
"key": {
|
|
2541
|
+
"description": "Configuration key to remove",
|
|
2542
|
+
"name": "key",
|
|
2543
|
+
"required": true
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
"description": "Remove a configuration key from the current profile",
|
|
2547
|
+
"flags": {
|
|
2548
|
+
"api-key": {
|
|
2549
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
2550
|
+
"env": "IKM_API_KEY",
|
|
2551
|
+
"helpGroup": "GLOBAL",
|
|
2552
|
+
"name": "api-key",
|
|
2553
|
+
"hasDynamicHelp": false,
|
|
2554
|
+
"multiple": false,
|
|
2555
|
+
"type": "option"
|
|
2430
2556
|
},
|
|
2431
|
-
"
|
|
2432
|
-
"description": "
|
|
2433
|
-
"
|
|
2434
|
-
"
|
|
2435
|
-
"
|
|
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",
|
|
2557
|
+
"format": {
|
|
2558
|
+
"description": "Output format: text, json, yaml, or table",
|
|
2559
|
+
"helpGroup": "GLOBAL",
|
|
2560
|
+
"name": "format",
|
|
2561
|
+
"default": "text",
|
|
2464
2562
|
"hasDynamicHelp": false,
|
|
2465
2563
|
"multiple": false,
|
|
2466
2564
|
"options": [
|
|
2467
2565
|
"text",
|
|
2468
|
-
"
|
|
2469
|
-
"
|
|
2470
|
-
"
|
|
2471
|
-
"document"
|
|
2566
|
+
"json",
|
|
2567
|
+
"yaml",
|
|
2568
|
+
"table"
|
|
2472
2569
|
],
|
|
2473
2570
|
"type": "option"
|
|
2474
2571
|
},
|
|
2475
|
-
"
|
|
2476
|
-
"description": "
|
|
2477
|
-
"
|
|
2572
|
+
"json": {
|
|
2573
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
2574
|
+
"helpGroup": "GLOBAL",
|
|
2575
|
+
"name": "json",
|
|
2576
|
+
"allowNo": false,
|
|
2577
|
+
"type": "boolean"
|
|
2578
|
+
},
|
|
2579
|
+
"quiet": {
|
|
2580
|
+
"description": "Suppress all output except errors",
|
|
2581
|
+
"helpGroup": "GLOBAL",
|
|
2582
|
+
"name": "quiet",
|
|
2583
|
+
"allowNo": false,
|
|
2584
|
+
"type": "boolean"
|
|
2585
|
+
},
|
|
2586
|
+
"no-color": {
|
|
2587
|
+
"description": "Disable color output",
|
|
2588
|
+
"helpGroup": "GLOBAL",
|
|
2589
|
+
"name": "no-color",
|
|
2590
|
+
"allowNo": false,
|
|
2591
|
+
"type": "boolean"
|
|
2592
|
+
},
|
|
2593
|
+
"profile": {
|
|
2594
|
+
"description": "Named configuration profile to use",
|
|
2595
|
+
"helpGroup": "GLOBAL",
|
|
2596
|
+
"name": "profile",
|
|
2597
|
+
"default": "default",
|
|
2478
2598
|
"hasDynamicHelp": false,
|
|
2479
2599
|
"multiple": false,
|
|
2480
2600
|
"type": "option"
|
|
2481
2601
|
},
|
|
2482
|
-
"
|
|
2483
|
-
"description": "
|
|
2484
|
-
"
|
|
2602
|
+
"api-url": {
|
|
2603
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
2604
|
+
"helpGroup": "GLOBAL",
|
|
2605
|
+
"name": "api-url",
|
|
2485
2606
|
"hasDynamicHelp": false,
|
|
2486
2607
|
"multiple": false,
|
|
2487
|
-
"options": [
|
|
2488
|
-
"0",
|
|
2489
|
-
"1"
|
|
2490
|
-
],
|
|
2491
2608
|
"type": "option"
|
|
2492
2609
|
}
|
|
2493
2610
|
},
|
|
2494
2611
|
"hasDynamicHelp": false,
|
|
2495
2612
|
"hiddenAliases": [],
|
|
2496
|
-
"id": "
|
|
2613
|
+
"id": "config:unset",
|
|
2497
2614
|
"pluginAlias": "@instantkom/cli",
|
|
2498
2615
|
"pluginName": "@instantkom/cli",
|
|
2499
2616
|
"pluginType": "core",
|
|
@@ -2503,20 +2620,14 @@
|
|
|
2503
2620
|
"relativePath": [
|
|
2504
2621
|
"dist",
|
|
2505
2622
|
"commands",
|
|
2506
|
-
"
|
|
2507
|
-
"
|
|
2623
|
+
"config",
|
|
2624
|
+
"unset.js"
|
|
2508
2625
|
]
|
|
2509
2626
|
},
|
|
2510
|
-
"
|
|
2627
|
+
"channels:create": {
|
|
2511
2628
|
"aliases": [],
|
|
2512
|
-
"args": {
|
|
2513
|
-
|
|
2514
|
-
"description": "Broadcast ID",
|
|
2515
|
-
"name": "id",
|
|
2516
|
-
"required": true
|
|
2517
|
-
}
|
|
2518
|
-
},
|
|
2519
|
-
"description": "Send a broadcast immediately",
|
|
2629
|
+
"args": {},
|
|
2630
|
+
"description": "Create a channel",
|
|
2520
2631
|
"flags": {
|
|
2521
2632
|
"api-key": {
|
|
2522
2633
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2579,11 +2690,48 @@
|
|
|
2579
2690
|
"hasDynamicHelp": false,
|
|
2580
2691
|
"multiple": false,
|
|
2581
2692
|
"type": "option"
|
|
2693
|
+
},
|
|
2694
|
+
"name": {
|
|
2695
|
+
"description": "Channel name",
|
|
2696
|
+
"name": "name",
|
|
2697
|
+
"required": true,
|
|
2698
|
+
"hasDynamicHelp": false,
|
|
2699
|
+
"multiple": false,
|
|
2700
|
+
"type": "option"
|
|
2701
|
+
},
|
|
2702
|
+
"gateway-type": {
|
|
2703
|
+
"description": "Gateway type ID",
|
|
2704
|
+
"name": "gateway-type",
|
|
2705
|
+
"required": true,
|
|
2706
|
+
"hasDynamicHelp": false,
|
|
2707
|
+
"multiple": false,
|
|
2708
|
+
"type": "option"
|
|
2709
|
+
},
|
|
2710
|
+
"status": {
|
|
2711
|
+
"description": "Channel lifecycle status",
|
|
2712
|
+
"name": "status",
|
|
2713
|
+
"hasDynamicHelp": false,
|
|
2714
|
+
"multiple": false,
|
|
2715
|
+
"type": "option"
|
|
2716
|
+
},
|
|
2717
|
+
"description": {
|
|
2718
|
+
"description": "Channel description",
|
|
2719
|
+
"name": "description",
|
|
2720
|
+
"hasDynamicHelp": false,
|
|
2721
|
+
"multiple": false,
|
|
2722
|
+
"type": "option"
|
|
2723
|
+
},
|
|
2724
|
+
"data": {
|
|
2725
|
+
"description": "Additional JSON object payload",
|
|
2726
|
+
"name": "data",
|
|
2727
|
+
"hasDynamicHelp": false,
|
|
2728
|
+
"multiple": false,
|
|
2729
|
+
"type": "option"
|
|
2582
2730
|
}
|
|
2583
2731
|
},
|
|
2584
2732
|
"hasDynamicHelp": false,
|
|
2585
2733
|
"hiddenAliases": [],
|
|
2586
|
-
"id": "
|
|
2734
|
+
"id": "channels:create",
|
|
2587
2735
|
"pluginAlias": "@instantkom/cli",
|
|
2588
2736
|
"pluginName": "@instantkom/cli",
|
|
2589
2737
|
"pluginType": "core",
|
|
@@ -2593,20 +2741,20 @@
|
|
|
2593
2741
|
"relativePath": [
|
|
2594
2742
|
"dist",
|
|
2595
2743
|
"commands",
|
|
2596
|
-
"
|
|
2597
|
-
"
|
|
2744
|
+
"channels",
|
|
2745
|
+
"create.js"
|
|
2598
2746
|
]
|
|
2599
2747
|
},
|
|
2600
|
-
"
|
|
2748
|
+
"channels:get": {
|
|
2601
2749
|
"aliases": [],
|
|
2602
2750
|
"args": {
|
|
2603
2751
|
"id": {
|
|
2604
|
-
"description": "
|
|
2752
|
+
"description": "Channel ID",
|
|
2605
2753
|
"name": "id",
|
|
2606
2754
|
"required": true
|
|
2607
2755
|
}
|
|
2608
2756
|
},
|
|
2609
|
-
"description": "
|
|
2757
|
+
"description": "Get a channel by ID",
|
|
2610
2758
|
"flags": {
|
|
2611
2759
|
"api-key": {
|
|
2612
2760
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2673,7 +2821,7 @@
|
|
|
2673
2821
|
},
|
|
2674
2822
|
"hasDynamicHelp": false,
|
|
2675
2823
|
"hiddenAliases": [],
|
|
2676
|
-
"id": "
|
|
2824
|
+
"id": "channels:get",
|
|
2677
2825
|
"pluginAlias": "@instantkom/cli",
|
|
2678
2826
|
"pluginName": "@instantkom/cli",
|
|
2679
2827
|
"pluginType": "core",
|
|
@@ -2683,20 +2831,20 @@
|
|
|
2683
2831
|
"relativePath": [
|
|
2684
2832
|
"dist",
|
|
2685
2833
|
"commands",
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2834
|
+
"channels",
|
|
2835
|
+
"get.js"
|
|
2688
2836
|
]
|
|
2689
2837
|
},
|
|
2690
|
-
"
|
|
2838
|
+
"channels:kpis": {
|
|
2691
2839
|
"aliases": [],
|
|
2692
2840
|
"args": {
|
|
2693
2841
|
"id": {
|
|
2694
|
-
"description": "
|
|
2842
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
2695
2843
|
"name": "id",
|
|
2696
|
-
"required":
|
|
2844
|
+
"required": false
|
|
2697
2845
|
}
|
|
2698
2846
|
},
|
|
2699
|
-
"description": "
|
|
2847
|
+
"description": "Get channel KPIs",
|
|
2700
2848
|
"flags": {
|
|
2701
2849
|
"api-key": {
|
|
2702
2850
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2760,68 +2908,9 @@
|
|
|
2760
2908
|
"multiple": false,
|
|
2761
2909
|
"type": "option"
|
|
2762
2910
|
},
|
|
2763
|
-
"
|
|
2764
|
-
"description": "
|
|
2765
|
-
"name": "
|
|
2766
|
-
"hasDynamicHelp": false,
|
|
2767
|
-
"multiple": false,
|
|
2768
|
-
"type": "option"
|
|
2769
|
-
},
|
|
2770
|
-
"send-status": {
|
|
2771
|
-
"description": "Send status",
|
|
2772
|
-
"name": "send-status",
|
|
2773
|
-
"hasDynamicHelp": false,
|
|
2774
|
-
"multiple": false,
|
|
2775
|
-
"type": "option"
|
|
2776
|
-
},
|
|
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",
|
|
2818
|
-
"hasDynamicHelp": false,
|
|
2819
|
-
"multiple": false,
|
|
2820
|
-
"type": "option"
|
|
2821
|
-
},
|
|
2822
|
-
"data": {
|
|
2823
|
-
"description": "Additional JSON object payload",
|
|
2824
|
-
"name": "data",
|
|
2911
|
+
"period": {
|
|
2912
|
+
"description": "KPI period",
|
|
2913
|
+
"name": "period",
|
|
2825
2914
|
"hasDynamicHelp": false,
|
|
2826
2915
|
"multiple": false,
|
|
2827
2916
|
"type": "option"
|
|
@@ -2829,7 +2918,7 @@
|
|
|
2829
2918
|
},
|
|
2830
2919
|
"hasDynamicHelp": false,
|
|
2831
2920
|
"hiddenAliases": [],
|
|
2832
|
-
"id": "
|
|
2921
|
+
"id": "channels:kpis",
|
|
2833
2922
|
"pluginAlias": "@instantkom/cli",
|
|
2834
2923
|
"pluginName": "@instantkom/cli",
|
|
2835
2924
|
"pluginType": "core",
|
|
@@ -2839,14 +2928,14 @@
|
|
|
2839
2928
|
"relativePath": [
|
|
2840
2929
|
"dist",
|
|
2841
2930
|
"commands",
|
|
2842
|
-
"
|
|
2843
|
-
"
|
|
2931
|
+
"channels",
|
|
2932
|
+
"kpis.js"
|
|
2844
2933
|
]
|
|
2845
2934
|
},
|
|
2846
|
-
"channels:
|
|
2935
|
+
"channels:list": {
|
|
2847
2936
|
"aliases": [],
|
|
2848
2937
|
"args": {},
|
|
2849
|
-
"description": "
|
|
2938
|
+
"description": "List channels",
|
|
2850
2939
|
"flags": {
|
|
2851
2940
|
"api-key": {
|
|
2852
2941
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2910,39 +2999,39 @@
|
|
|
2910
2999
|
"multiple": false,
|
|
2911
3000
|
"type": "option"
|
|
2912
3001
|
},
|
|
2913
|
-
"
|
|
2914
|
-
"description": "
|
|
2915
|
-
"name": "
|
|
2916
|
-
"
|
|
3002
|
+
"page": {
|
|
3003
|
+
"description": "Page number",
|
|
3004
|
+
"name": "page",
|
|
3005
|
+
"default": 1,
|
|
2917
3006
|
"hasDynamicHelp": false,
|
|
2918
3007
|
"multiple": false,
|
|
2919
3008
|
"type": "option"
|
|
2920
3009
|
},
|
|
2921
|
-
"
|
|
2922
|
-
"description": "
|
|
2923
|
-
"name": "
|
|
2924
|
-
"
|
|
2925
|
-
"hasDynamicHelp": false,
|
|
2926
|
-
"multiple": false,
|
|
2927
|
-
"type": "option"
|
|
3010
|
+
"limit": {
|
|
3011
|
+
"description": "Items per page",
|
|
3012
|
+
"name": "limit",
|
|
3013
|
+
"default": 20,
|
|
3014
|
+
"hasDynamicHelp": false,
|
|
3015
|
+
"multiple": false,
|
|
3016
|
+
"type": "option"
|
|
2928
3017
|
},
|
|
2929
3018
|
"status": {
|
|
2930
|
-
"description": "
|
|
3019
|
+
"description": "Filter by channel status",
|
|
2931
3020
|
"name": "status",
|
|
2932
3021
|
"hasDynamicHelp": false,
|
|
2933
3022
|
"multiple": false,
|
|
2934
3023
|
"type": "option"
|
|
2935
3024
|
},
|
|
2936
|
-
"
|
|
2937
|
-
"description": "
|
|
2938
|
-
"name": "
|
|
3025
|
+
"gateway-type": {
|
|
3026
|
+
"description": "Filter by gateway type ID",
|
|
3027
|
+
"name": "gateway-type",
|
|
2939
3028
|
"hasDynamicHelp": false,
|
|
2940
3029
|
"multiple": false,
|
|
2941
3030
|
"type": "option"
|
|
2942
3031
|
},
|
|
2943
|
-
"
|
|
2944
|
-
"description": "
|
|
2945
|
-
"name": "
|
|
3032
|
+
"search": {
|
|
3033
|
+
"description": "Search by channel name",
|
|
3034
|
+
"name": "search",
|
|
2946
3035
|
"hasDynamicHelp": false,
|
|
2947
3036
|
"multiple": false,
|
|
2948
3037
|
"type": "option"
|
|
@@ -2950,7 +3039,7 @@
|
|
|
2950
3039
|
},
|
|
2951
3040
|
"hasDynamicHelp": false,
|
|
2952
3041
|
"hiddenAliases": [],
|
|
2953
|
-
"id": "channels:
|
|
3042
|
+
"id": "channels:list",
|
|
2954
3043
|
"pluginAlias": "@instantkom/cli",
|
|
2955
3044
|
"pluginName": "@instantkom/cli",
|
|
2956
3045
|
"pluginType": "core",
|
|
@@ -2961,10 +3050,10 @@
|
|
|
2961
3050
|
"dist",
|
|
2962
3051
|
"commands",
|
|
2963
3052
|
"channels",
|
|
2964
|
-
"
|
|
3053
|
+
"list.js"
|
|
2965
3054
|
]
|
|
2966
3055
|
},
|
|
2967
|
-
"channels:
|
|
3056
|
+
"channels:update": {
|
|
2968
3057
|
"aliases": [],
|
|
2969
3058
|
"args": {
|
|
2970
3059
|
"id": {
|
|
@@ -2973,7 +3062,7 @@
|
|
|
2973
3062
|
"required": true
|
|
2974
3063
|
}
|
|
2975
3064
|
},
|
|
2976
|
-
"description": "
|
|
3065
|
+
"description": "Update a channel",
|
|
2977
3066
|
"flags": {
|
|
2978
3067
|
"api-key": {
|
|
2979
3068
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3036,11 +3125,39 @@
|
|
|
3036
3125
|
"hasDynamicHelp": false,
|
|
3037
3126
|
"multiple": false,
|
|
3038
3127
|
"type": "option"
|
|
3128
|
+
},
|
|
3129
|
+
"name": {
|
|
3130
|
+
"description": "Channel name",
|
|
3131
|
+
"name": "name",
|
|
3132
|
+
"hasDynamicHelp": false,
|
|
3133
|
+
"multiple": false,
|
|
3134
|
+
"type": "option"
|
|
3135
|
+
},
|
|
3136
|
+
"status": {
|
|
3137
|
+
"description": "Channel lifecycle status",
|
|
3138
|
+
"name": "status",
|
|
3139
|
+
"hasDynamicHelp": false,
|
|
3140
|
+
"multiple": false,
|
|
3141
|
+
"type": "option"
|
|
3142
|
+
},
|
|
3143
|
+
"description": {
|
|
3144
|
+
"description": "Channel description",
|
|
3145
|
+
"name": "description",
|
|
3146
|
+
"hasDynamicHelp": false,
|
|
3147
|
+
"multiple": false,
|
|
3148
|
+
"type": "option"
|
|
3149
|
+
},
|
|
3150
|
+
"data": {
|
|
3151
|
+
"description": "Additional JSON object payload",
|
|
3152
|
+
"name": "data",
|
|
3153
|
+
"hasDynamicHelp": false,
|
|
3154
|
+
"multiple": false,
|
|
3155
|
+
"type": "option"
|
|
3039
3156
|
}
|
|
3040
3157
|
},
|
|
3041
3158
|
"hasDynamicHelp": false,
|
|
3042
3159
|
"hiddenAliases": [],
|
|
3043
|
-
"id": "channels:
|
|
3160
|
+
"id": "channels:update",
|
|
3044
3161
|
"pluginAlias": "@instantkom/cli",
|
|
3045
3162
|
"pluginName": "@instantkom/cli",
|
|
3046
3163
|
"pluginType": "core",
|
|
@@ -3051,19 +3168,13 @@
|
|
|
3051
3168
|
"dist",
|
|
3052
3169
|
"commands",
|
|
3053
3170
|
"channels",
|
|
3054
|
-
"
|
|
3171
|
+
"update.js"
|
|
3055
3172
|
]
|
|
3056
3173
|
},
|
|
3057
|
-
"
|
|
3174
|
+
"contacts:create": {
|
|
3058
3175
|
"aliases": [],
|
|
3059
|
-
"args": {
|
|
3060
|
-
|
|
3061
|
-
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
3062
|
-
"name": "id",
|
|
3063
|
-
"required": false
|
|
3064
|
-
}
|
|
3065
|
-
},
|
|
3066
|
-
"description": "Get channel KPIs",
|
|
3176
|
+
"args": {},
|
|
3177
|
+
"description": "Create a contact",
|
|
3067
3178
|
"flags": {
|
|
3068
3179
|
"api-key": {
|
|
3069
3180
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3127,9 +3238,32 @@
|
|
|
3127
3238
|
"multiple": false,
|
|
3128
3239
|
"type": "option"
|
|
3129
3240
|
},
|
|
3130
|
-
"
|
|
3131
|
-
"description": "
|
|
3132
|
-
"name": "
|
|
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",
|
|
3133
3267
|
"hasDynamicHelp": false,
|
|
3134
3268
|
"multiple": false,
|
|
3135
3269
|
"type": "option"
|
|
@@ -3137,7 +3271,7 @@
|
|
|
3137
3271
|
},
|
|
3138
3272
|
"hasDynamicHelp": false,
|
|
3139
3273
|
"hiddenAliases": [],
|
|
3140
|
-
"id": "
|
|
3274
|
+
"id": "contacts:create",
|
|
3141
3275
|
"pluginAlias": "@instantkom/cli",
|
|
3142
3276
|
"pluginName": "@instantkom/cli",
|
|
3143
3277
|
"pluginType": "core",
|
|
@@ -3147,14 +3281,20 @@
|
|
|
3147
3281
|
"relativePath": [
|
|
3148
3282
|
"dist",
|
|
3149
3283
|
"commands",
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3284
|
+
"contacts",
|
|
3285
|
+
"create.js"
|
|
3152
3286
|
]
|
|
3153
3287
|
},
|
|
3154
|
-
"
|
|
3288
|
+
"contacts:delete": {
|
|
3155
3289
|
"aliases": [],
|
|
3156
|
-
"args": {
|
|
3157
|
-
|
|
3290
|
+
"args": {
|
|
3291
|
+
"id": {
|
|
3292
|
+
"description": "Contact ID",
|
|
3293
|
+
"name": "id",
|
|
3294
|
+
"required": true
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
3297
|
+
"description": "Delete a contact",
|
|
3158
3298
|
"flags": {
|
|
3159
3299
|
"api-key": {
|
|
3160
3300
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3217,48 +3357,11 @@
|
|
|
3217
3357
|
"hasDynamicHelp": false,
|
|
3218
3358
|
"multiple": false,
|
|
3219
3359
|
"type": "option"
|
|
3220
|
-
},
|
|
3221
|
-
"page": {
|
|
3222
|
-
"description": "Page number",
|
|
3223
|
-
"name": "page",
|
|
3224
|
-
"default": 1,
|
|
3225
|
-
"hasDynamicHelp": false,
|
|
3226
|
-
"multiple": false,
|
|
3227
|
-
"type": "option"
|
|
3228
|
-
},
|
|
3229
|
-
"limit": {
|
|
3230
|
-
"description": "Items per page",
|
|
3231
|
-
"name": "limit",
|
|
3232
|
-
"default": 20,
|
|
3233
|
-
"hasDynamicHelp": false,
|
|
3234
|
-
"multiple": false,
|
|
3235
|
-
"type": "option"
|
|
3236
|
-
},
|
|
3237
|
-
"status": {
|
|
3238
|
-
"description": "Filter by channel status",
|
|
3239
|
-
"name": "status",
|
|
3240
|
-
"hasDynamicHelp": false,
|
|
3241
|
-
"multiple": false,
|
|
3242
|
-
"type": "option"
|
|
3243
|
-
},
|
|
3244
|
-
"gateway-type": {
|
|
3245
|
-
"description": "Filter by gateway type ID",
|
|
3246
|
-
"name": "gateway-type",
|
|
3247
|
-
"hasDynamicHelp": false,
|
|
3248
|
-
"multiple": false,
|
|
3249
|
-
"type": "option"
|
|
3250
|
-
},
|
|
3251
|
-
"search": {
|
|
3252
|
-
"description": "Search by channel name",
|
|
3253
|
-
"name": "search",
|
|
3254
|
-
"hasDynamicHelp": false,
|
|
3255
|
-
"multiple": false,
|
|
3256
|
-
"type": "option"
|
|
3257
3360
|
}
|
|
3258
3361
|
},
|
|
3259
3362
|
"hasDynamicHelp": false,
|
|
3260
3363
|
"hiddenAliases": [],
|
|
3261
|
-
"id": "
|
|
3364
|
+
"id": "contacts:delete",
|
|
3262
3365
|
"pluginAlias": "@instantkom/cli",
|
|
3263
3366
|
"pluginName": "@instantkom/cli",
|
|
3264
3367
|
"pluginType": "core",
|
|
@@ -3268,20 +3371,14 @@
|
|
|
3268
3371
|
"relativePath": [
|
|
3269
3372
|
"dist",
|
|
3270
3373
|
"commands",
|
|
3271
|
-
"
|
|
3272
|
-
"
|
|
3374
|
+
"contacts",
|
|
3375
|
+
"delete.js"
|
|
3273
3376
|
]
|
|
3274
3377
|
},
|
|
3275
|
-
"
|
|
3378
|
+
"contacts:export": {
|
|
3276
3379
|
"aliases": [],
|
|
3277
|
-
"args": {
|
|
3278
|
-
|
|
3279
|
-
"description": "Channel ID",
|
|
3280
|
-
"name": "id",
|
|
3281
|
-
"required": true
|
|
3282
|
-
}
|
|
3283
|
-
},
|
|
3284
|
-
"description": "Update a channel",
|
|
3380
|
+
"args": {},
|
|
3381
|
+
"description": "Export contacts to CSV",
|
|
3285
3382
|
"flags": {
|
|
3286
3383
|
"api-key": {
|
|
3287
3384
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3345,30 +3442,40 @@
|
|
|
3345
3442
|
"multiple": false,
|
|
3346
3443
|
"type": "option"
|
|
3347
3444
|
},
|
|
3348
|
-
"
|
|
3349
|
-
"description": "
|
|
3350
|
-
"name": "
|
|
3445
|
+
"file": {
|
|
3446
|
+
"description": "CSV output file path",
|
|
3447
|
+
"name": "file",
|
|
3448
|
+
"required": true,
|
|
3351
3449
|
"hasDynamicHelp": false,
|
|
3352
3450
|
"multiple": false,
|
|
3353
3451
|
"type": "option"
|
|
3354
3452
|
},
|
|
3355
|
-
"
|
|
3356
|
-
"description": "
|
|
3357
|
-
"name": "
|
|
3453
|
+
"channel": {
|
|
3454
|
+
"description": "Filter by channel ID",
|
|
3455
|
+
"name": "channel",
|
|
3358
3456
|
"hasDynamicHelp": false,
|
|
3359
3457
|
"multiple": false,
|
|
3360
3458
|
"type": "option"
|
|
3361
3459
|
},
|
|
3362
|
-
"
|
|
3363
|
-
"description": "
|
|
3364
|
-
"name": "
|
|
3460
|
+
"search": {
|
|
3461
|
+
"description": "Search by name or identifier",
|
|
3462
|
+
"name": "search",
|
|
3365
3463
|
"hasDynamicHelp": false,
|
|
3366
3464
|
"multiple": false,
|
|
3367
3465
|
"type": "option"
|
|
3368
3466
|
},
|
|
3369
|
-
"
|
|
3370
|
-
"description": "
|
|
3371
|
-
"name": "
|
|
3467
|
+
"page": {
|
|
3468
|
+
"description": "Page number",
|
|
3469
|
+
"name": "page",
|
|
3470
|
+
"default": 1,
|
|
3471
|
+
"hasDynamicHelp": false,
|
|
3472
|
+
"multiple": false,
|
|
3473
|
+
"type": "option"
|
|
3474
|
+
},
|
|
3475
|
+
"limit": {
|
|
3476
|
+
"description": "Items per page",
|
|
3477
|
+
"name": "limit",
|
|
3478
|
+
"default": 100,
|
|
3372
3479
|
"hasDynamicHelp": false,
|
|
3373
3480
|
"multiple": false,
|
|
3374
3481
|
"type": "option"
|
|
@@ -3376,7 +3483,7 @@
|
|
|
3376
3483
|
},
|
|
3377
3484
|
"hasDynamicHelp": false,
|
|
3378
3485
|
"hiddenAliases": [],
|
|
3379
|
-
"id": "
|
|
3486
|
+
"id": "contacts:export",
|
|
3380
3487
|
"pluginAlias": "@instantkom/cli",
|
|
3381
3488
|
"pluginName": "@instantkom/cli",
|
|
3382
3489
|
"pluginType": "core",
|
|
@@ -3386,20 +3493,20 @@
|
|
|
3386
3493
|
"relativePath": [
|
|
3387
3494
|
"dist",
|
|
3388
3495
|
"commands",
|
|
3389
|
-
"
|
|
3390
|
-
"
|
|
3496
|
+
"contacts",
|
|
3497
|
+
"export.js"
|
|
3391
3498
|
]
|
|
3392
3499
|
},
|
|
3393
|
-
"
|
|
3500
|
+
"contacts:get": {
|
|
3394
3501
|
"aliases": [],
|
|
3395
3502
|
"args": {
|
|
3396
3503
|
"id": {
|
|
3397
|
-
"description": "
|
|
3504
|
+
"description": "Contact ID",
|
|
3398
3505
|
"name": "id",
|
|
3399
3506
|
"required": true
|
|
3400
3507
|
}
|
|
3401
3508
|
},
|
|
3402
|
-
"description": "Get
|
|
3509
|
+
"description": "Get a contact by ID",
|
|
3403
3510
|
"flags": {
|
|
3404
3511
|
"api-key": {
|
|
3405
3512
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3466,7 +3573,7 @@
|
|
|
3466
3573
|
},
|
|
3467
3574
|
"hasDynamicHelp": false,
|
|
3468
3575
|
"hiddenAliases": [],
|
|
3469
|
-
"id": "
|
|
3576
|
+
"id": "contacts:get",
|
|
3470
3577
|
"pluginAlias": "@instantkom/cli",
|
|
3471
3578
|
"pluginName": "@instantkom/cli",
|
|
3472
3579
|
"pluginType": "core",
|
|
@@ -3476,14 +3583,14 @@
|
|
|
3476
3583
|
"relativePath": [
|
|
3477
3584
|
"dist",
|
|
3478
3585
|
"commands",
|
|
3479
|
-
"
|
|
3586
|
+
"contacts",
|
|
3480
3587
|
"get.js"
|
|
3481
3588
|
]
|
|
3482
3589
|
},
|
|
3483
|
-
"
|
|
3590
|
+
"contacts:import": {
|
|
3484
3591
|
"aliases": [],
|
|
3485
3592
|
"args": {},
|
|
3486
|
-
"description": "
|
|
3593
|
+
"description": "Import contacts from CSV",
|
|
3487
3594
|
"flags": {
|
|
3488
3595
|
"api-key": {
|
|
3489
3596
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3547,72 +3654,26 @@
|
|
|
3547
3654
|
"multiple": false,
|
|
3548
3655
|
"type": "option"
|
|
3549
3656
|
},
|
|
3550
|
-
"
|
|
3551
|
-
"description": "
|
|
3552
|
-
"name": "
|
|
3553
|
-
"
|
|
3554
|
-
"hasDynamicHelp": false,
|
|
3555
|
-
"multiple": false,
|
|
3556
|
-
"type": "option"
|
|
3557
|
-
},
|
|
3558
|
-
"limit": {
|
|
3559
|
-
"description": "Items per page",
|
|
3560
|
-
"name": "limit",
|
|
3561
|
-
"default": 20,
|
|
3657
|
+
"file": {
|
|
3658
|
+
"description": "CSV file path",
|
|
3659
|
+
"name": "file",
|
|
3660
|
+
"required": true,
|
|
3562
3661
|
"hasDynamicHelp": false,
|
|
3563
3662
|
"multiple": false,
|
|
3564
3663
|
"type": "option"
|
|
3565
3664
|
},
|
|
3566
3665
|
"channel": {
|
|
3567
|
-
"description": "
|
|
3666
|
+
"description": "Channel ID",
|
|
3568
3667
|
"name": "channel",
|
|
3668
|
+
"required": true,
|
|
3569
3669
|
"hasDynamicHelp": false,
|
|
3570
3670
|
"multiple": false,
|
|
3571
3671
|
"type": "option"
|
|
3572
|
-
},
|
|
3573
|
-
"channels": {
|
|
3574
|
-
"description": "Comma-separated channel IDs",
|
|
3575
|
-
"name": "channels",
|
|
3576
|
-
"hasDynamicHelp": false,
|
|
3577
|
-
"multiple": false,
|
|
3578
|
-
"type": "option"
|
|
3579
|
-
},
|
|
3580
|
-
"search": {
|
|
3581
|
-
"description": "Search chats",
|
|
3582
|
-
"name": "search",
|
|
3583
|
-
"hasDynamicHelp": false,
|
|
3584
|
-
"multiple": false,
|
|
3585
|
-
"type": "option"
|
|
3586
|
-
},
|
|
3587
|
-
"status": {
|
|
3588
|
-
"description": "Chat status",
|
|
3589
|
-
"name": "status",
|
|
3590
|
-
"hasDynamicHelp": false,
|
|
3591
|
-
"multiple": false,
|
|
3592
|
-
"options": [
|
|
3593
|
-
"all",
|
|
3594
|
-
"unread",
|
|
3595
|
-
"read",
|
|
3596
|
-
"archived"
|
|
3597
|
-
],
|
|
3598
|
-
"type": "option"
|
|
3599
|
-
},
|
|
3600
|
-
"unread-only": {
|
|
3601
|
-
"description": "Only unread chats",
|
|
3602
|
-
"name": "unread-only",
|
|
3603
|
-
"allowNo": false,
|
|
3604
|
-
"type": "boolean"
|
|
3605
|
-
},
|
|
3606
|
-
"include-archived": {
|
|
3607
|
-
"description": "Include archived chats",
|
|
3608
|
-
"name": "include-archived",
|
|
3609
|
-
"allowNo": false,
|
|
3610
|
-
"type": "boolean"
|
|
3611
3672
|
}
|
|
3612
3673
|
},
|
|
3613
3674
|
"hasDynamicHelp": false,
|
|
3614
3675
|
"hiddenAliases": [],
|
|
3615
|
-
"id": "
|
|
3676
|
+
"id": "contacts:import",
|
|
3616
3677
|
"pluginAlias": "@instantkom/cli",
|
|
3617
3678
|
"pluginName": "@instantkom/cli",
|
|
3618
3679
|
"pluginType": "core",
|
|
@@ -3622,20 +3683,14 @@
|
|
|
3622
3683
|
"relativePath": [
|
|
3623
3684
|
"dist",
|
|
3624
3685
|
"commands",
|
|
3625
|
-
"
|
|
3626
|
-
"
|
|
3686
|
+
"contacts",
|
|
3687
|
+
"import.js"
|
|
3627
3688
|
]
|
|
3628
3689
|
},
|
|
3629
|
-
"
|
|
3690
|
+
"contacts:list": {
|
|
3630
3691
|
"aliases": [],
|
|
3631
|
-
"args": {
|
|
3632
|
-
|
|
3633
|
-
"description": "Chat ID",
|
|
3634
|
-
"name": "id",
|
|
3635
|
-
"required": true
|
|
3636
|
-
}
|
|
3637
|
-
},
|
|
3638
|
-
"description": "Reply in a chat",
|
|
3692
|
+
"args": {},
|
|
3693
|
+
"description": "List contacts",
|
|
3639
3694
|
"flags": {
|
|
3640
3695
|
"api-key": {
|
|
3641
3696
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3699,100 +3754,97 @@
|
|
|
3699
3754
|
"multiple": false,
|
|
3700
3755
|
"type": "option"
|
|
3701
3756
|
},
|
|
3702
|
-
"
|
|
3703
|
-
"description": "
|
|
3704
|
-
"name": "
|
|
3705
|
-
"required": true,
|
|
3757
|
+
"channel": {
|
|
3758
|
+
"description": "Filter by channel ID",
|
|
3759
|
+
"name": "channel",
|
|
3706
3760
|
"hasDynamicHelp": false,
|
|
3707
3761
|
"multiple": false,
|
|
3708
3762
|
"type": "option"
|
|
3709
|
-
}
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
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",
|
|
3763
|
+
},
|
|
3764
|
+
"search": {
|
|
3765
|
+
"description": "Search by name or identifier",
|
|
3766
|
+
"name": "search",
|
|
3743
3767
|
"hasDynamicHelp": false,
|
|
3744
3768
|
"multiple": false,
|
|
3745
3769
|
"type": "option"
|
|
3746
3770
|
},
|
|
3747
|
-
"
|
|
3748
|
-
"description": "
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
3751
|
-
"
|
|
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,
|
|
3783
|
+
"hasDynamicHelp": false,
|
|
3784
|
+
"multiple": false,
|
|
3785
|
+
"type": "option"
|
|
3786
|
+
},
|
|
3787
|
+
"optin-status": {
|
|
3788
|
+
"description": "Filter by opt-in status",
|
|
3789
|
+
"name": "optin-status",
|
|
3752
3790
|
"hasDynamicHelp": false,
|
|
3753
3791
|
"multiple": false,
|
|
3754
3792
|
"options": [
|
|
3755
|
-
"
|
|
3756
|
-
"
|
|
3757
|
-
"yaml",
|
|
3758
|
-
"table"
|
|
3793
|
+
"0",
|
|
3794
|
+
"1"
|
|
3759
3795
|
],
|
|
3760
3796
|
"type": "option"
|
|
3761
3797
|
},
|
|
3762
|
-
"
|
|
3763
|
-
"description": "
|
|
3764
|
-
"
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3767
|
-
"
|
|
3798
|
+
"blocked": {
|
|
3799
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
3800
|
+
"name": "blocked",
|
|
3801
|
+
"hasDynamicHelp": false,
|
|
3802
|
+
"multiple": false,
|
|
3803
|
+
"options": [
|
|
3804
|
+
"0",
|
|
3805
|
+
"1"
|
|
3806
|
+
],
|
|
3807
|
+
"type": "option"
|
|
3768
3808
|
},
|
|
3769
|
-
"
|
|
3770
|
-
"description": "
|
|
3771
|
-
"
|
|
3772
|
-
"
|
|
3773
|
-
"
|
|
3774
|
-
"type": "
|
|
3809
|
+
"segment": {
|
|
3810
|
+
"description": "Filter by segment ID",
|
|
3811
|
+
"name": "segment",
|
|
3812
|
+
"hasDynamicHelp": false,
|
|
3813
|
+
"multiple": false,
|
|
3814
|
+
"type": "option"
|
|
3775
3815
|
},
|
|
3776
|
-
"
|
|
3777
|
-
"description": "
|
|
3778
|
-
"
|
|
3779
|
-
"
|
|
3780
|
-
"
|
|
3781
|
-
"type": "
|
|
3816
|
+
"tags": {
|
|
3817
|
+
"description": "Comma-separated tag IDs",
|
|
3818
|
+
"name": "tags",
|
|
3819
|
+
"hasDynamicHelp": false,
|
|
3820
|
+
"multiple": false,
|
|
3821
|
+
"type": "option"
|
|
3782
3822
|
},
|
|
3783
|
-
"
|
|
3784
|
-
"description": "
|
|
3785
|
-
"
|
|
3786
|
-
"name": "profile",
|
|
3787
|
-
"default": "default",
|
|
3823
|
+
"tag-match": {
|
|
3824
|
+
"description": "Tag match mode",
|
|
3825
|
+
"name": "tag-match",
|
|
3788
3826
|
"hasDynamicHelp": false,
|
|
3789
3827
|
"multiple": false,
|
|
3828
|
+
"options": [
|
|
3829
|
+
"any",
|
|
3830
|
+
"all"
|
|
3831
|
+
],
|
|
3790
3832
|
"type": "option"
|
|
3791
3833
|
},
|
|
3792
|
-
"
|
|
3793
|
-
"description": "
|
|
3794
|
-
"
|
|
3795
|
-
"
|
|
3834
|
+
"spam": {
|
|
3835
|
+
"description": "Filter by spam status",
|
|
3836
|
+
"name": "spam",
|
|
3837
|
+
"hasDynamicHelp": false,
|
|
3838
|
+
"multiple": false,
|
|
3839
|
+
"options": [
|
|
3840
|
+
"true",
|
|
3841
|
+
"false"
|
|
3842
|
+
],
|
|
3843
|
+
"type": "option"
|
|
3844
|
+
},
|
|
3845
|
+
"trust-level": {
|
|
3846
|
+
"description": "Comma-separated trust levels",
|
|
3847
|
+
"name": "trust-level",
|
|
3796
3848
|
"hasDynamicHelp": false,
|
|
3797
3849
|
"multiple": false,
|
|
3798
3850
|
"type": "option"
|
|
@@ -3800,7 +3852,7 @@
|
|
|
3800
3852
|
},
|
|
3801
3853
|
"hasDynamicHelp": false,
|
|
3802
3854
|
"hiddenAliases": [],
|
|
3803
|
-
"id": "
|
|
3855
|
+
"id": "contacts:list",
|
|
3804
3856
|
"pluginAlias": "@instantkom/cli",
|
|
3805
3857
|
"pluginName": "@instantkom/cli",
|
|
3806
3858
|
"pluginType": "core",
|
|
@@ -3810,25 +3862,20 @@
|
|
|
3810
3862
|
"relativePath": [
|
|
3811
3863
|
"dist",
|
|
3812
3864
|
"commands",
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
3865
|
+
"contacts",
|
|
3866
|
+
"list.js"
|
|
3815
3867
|
]
|
|
3816
3868
|
},
|
|
3817
|
-
"
|
|
3869
|
+
"contacts:update": {
|
|
3818
3870
|
"aliases": [],
|
|
3819
3871
|
"args": {
|
|
3820
|
-
"
|
|
3821
|
-
"description": "
|
|
3822
|
-
"name": "
|
|
3823
|
-
"required": true
|
|
3824
|
-
},
|
|
3825
|
-
"value": {
|
|
3826
|
-
"description": "Value to assign",
|
|
3827
|
-
"name": "value",
|
|
3872
|
+
"id": {
|
|
3873
|
+
"description": "Contact ID",
|
|
3874
|
+
"name": "id",
|
|
3828
3875
|
"required": true
|
|
3829
3876
|
}
|
|
3830
3877
|
},
|
|
3831
|
-
"description": "
|
|
3878
|
+
"description": "Update a contact",
|
|
3832
3879
|
"flags": {
|
|
3833
3880
|
"api-key": {
|
|
3834
3881
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3891,11 +3938,32 @@
|
|
|
3891
3938
|
"hasDynamicHelp": false,
|
|
3892
3939
|
"multiple": false,
|
|
3893
3940
|
"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"
|
|
3894
3962
|
}
|
|
3895
3963
|
},
|
|
3896
3964
|
"hasDynamicHelp": false,
|
|
3897
3965
|
"hiddenAliases": [],
|
|
3898
|
-
"id": "
|
|
3966
|
+
"id": "contacts:update",
|
|
3899
3967
|
"pluginAlias": "@instantkom/cli",
|
|
3900
3968
|
"pluginName": "@instantkom/cli",
|
|
3901
3969
|
"pluginType": "core",
|
|
@@ -3905,20 +3973,14 @@
|
|
|
3905
3973
|
"relativePath": [
|
|
3906
3974
|
"dist",
|
|
3907
3975
|
"commands",
|
|
3908
|
-
"
|
|
3909
|
-
"
|
|
3976
|
+
"contacts",
|
|
3977
|
+
"update.js"
|
|
3910
3978
|
]
|
|
3911
3979
|
},
|
|
3912
|
-
"
|
|
3980
|
+
"broadcast:create": {
|
|
3913
3981
|
"aliases": [],
|
|
3914
|
-
"args": {
|
|
3915
|
-
|
|
3916
|
-
"description": "Configuration key to remove",
|
|
3917
|
-
"name": "key",
|
|
3918
|
-
"required": true
|
|
3919
|
-
}
|
|
3920
|
-
},
|
|
3921
|
-
"description": "Remove a configuration key from the current profile",
|
|
3982
|
+
"args": {},
|
|
3983
|
+
"description": "Create a broadcast for channels or segments",
|
|
3922
3984
|
"flags": {
|
|
3923
3985
|
"api-key": {
|
|
3924
3986
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3981,11 +4043,93 @@
|
|
|
3981
4043
|
"hasDynamicHelp": false,
|
|
3982
4044
|
"multiple": false,
|
|
3983
4045
|
"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"
|
|
3984
4128
|
}
|
|
3985
4129
|
},
|
|
3986
4130
|
"hasDynamicHelp": false,
|
|
3987
4131
|
"hiddenAliases": [],
|
|
3988
|
-
"id": "
|
|
4132
|
+
"id": "broadcast:create",
|
|
3989
4133
|
"pluginAlias": "@instantkom/cli",
|
|
3990
4134
|
"pluginName": "@instantkom/cli",
|
|
3991
4135
|
"pluginType": "core",
|
|
@@ -3995,14 +4139,20 @@
|
|
|
3995
4139
|
"relativePath": [
|
|
3996
4140
|
"dist",
|
|
3997
4141
|
"commands",
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
4142
|
+
"broadcast",
|
|
4143
|
+
"create.js"
|
|
4000
4144
|
]
|
|
4001
4145
|
},
|
|
4002
|
-
"
|
|
4146
|
+
"broadcast:delete": {
|
|
4003
4147
|
"aliases": [],
|
|
4004
|
-
"args": {
|
|
4005
|
-
|
|
4148
|
+
"args": {
|
|
4149
|
+
"id": {
|
|
4150
|
+
"description": "broadcast ID",
|
|
4151
|
+
"name": "id",
|
|
4152
|
+
"required": true
|
|
4153
|
+
}
|
|
4154
|
+
},
|
|
4155
|
+
"description": "Delete broadcast",
|
|
4006
4156
|
"flags": {
|
|
4007
4157
|
"api-key": {
|
|
4008
4158
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4065,41 +4215,11 @@
|
|
|
4065
4215
|
"hasDynamicHelp": false,
|
|
4066
4216
|
"multiple": false,
|
|
4067
4217
|
"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"
|
|
4098
4218
|
}
|
|
4099
4219
|
},
|
|
4100
4220
|
"hasDynamicHelp": false,
|
|
4101
4221
|
"hiddenAliases": [],
|
|
4102
|
-
"id": "
|
|
4222
|
+
"id": "broadcast:delete",
|
|
4103
4223
|
"pluginAlias": "@instantkom/cli",
|
|
4104
4224
|
"pluginName": "@instantkom/cli",
|
|
4105
4225
|
"pluginType": "core",
|
|
@@ -4109,20 +4229,20 @@
|
|
|
4109
4229
|
"relativePath": [
|
|
4110
4230
|
"dist",
|
|
4111
4231
|
"commands",
|
|
4112
|
-
"
|
|
4113
|
-
"
|
|
4232
|
+
"broadcast",
|
|
4233
|
+
"delete.js"
|
|
4114
4234
|
]
|
|
4115
4235
|
},
|
|
4116
|
-
"
|
|
4236
|
+
"broadcast:get": {
|
|
4117
4237
|
"aliases": [],
|
|
4118
4238
|
"args": {
|
|
4119
4239
|
"id": {
|
|
4120
|
-
"description": "
|
|
4240
|
+
"description": "broadcast ID",
|
|
4121
4241
|
"name": "id",
|
|
4122
4242
|
"required": true
|
|
4123
4243
|
}
|
|
4124
4244
|
},
|
|
4125
|
-
"description": "
|
|
4245
|
+
"description": "Get broadcast by ID",
|
|
4126
4246
|
"flags": {
|
|
4127
4247
|
"api-key": {
|
|
4128
4248
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4189,7 +4309,7 @@
|
|
|
4189
4309
|
},
|
|
4190
4310
|
"hasDynamicHelp": false,
|
|
4191
4311
|
"hiddenAliases": [],
|
|
4192
|
-
"id": "
|
|
4312
|
+
"id": "broadcast:get",
|
|
4193
4313
|
"pluginAlias": "@instantkom/cli",
|
|
4194
4314
|
"pluginName": "@instantkom/cli",
|
|
4195
4315
|
"pluginType": "core",
|
|
@@ -4199,14 +4319,14 @@
|
|
|
4199
4319
|
"relativePath": [
|
|
4200
4320
|
"dist",
|
|
4201
4321
|
"commands",
|
|
4202
|
-
"
|
|
4203
|
-
"
|
|
4322
|
+
"broadcast",
|
|
4323
|
+
"get.js"
|
|
4204
4324
|
]
|
|
4205
4325
|
},
|
|
4206
|
-
"
|
|
4326
|
+
"broadcast:list": {
|
|
4207
4327
|
"aliases": [],
|
|
4208
4328
|
"args": {},
|
|
4209
|
-
"description": "
|
|
4329
|
+
"description": "List broadcasts",
|
|
4210
4330
|
"flags": {
|
|
4211
4331
|
"api-key": {
|
|
4212
4332
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4270,10 +4390,18 @@
|
|
|
4270
4390
|
"multiple": false,
|
|
4271
4391
|
"type": "option"
|
|
4272
4392
|
},
|
|
4273
|
-
"
|
|
4274
|
-
"description": "
|
|
4275
|
-
"name": "
|
|
4276
|
-
"
|
|
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,
|
|
4277
4405
|
"hasDynamicHelp": false,
|
|
4278
4406
|
"multiple": false,
|
|
4279
4407
|
"type": "option"
|
|
@@ -4285,33 +4413,49 @@
|
|
|
4285
4413
|
"multiple": false,
|
|
4286
4414
|
"type": "option"
|
|
4287
4415
|
},
|
|
4288
|
-
"
|
|
4289
|
-
"description": "
|
|
4290
|
-
"name": "
|
|
4416
|
+
"send-status": {
|
|
4417
|
+
"description": "Filter by send status",
|
|
4418
|
+
"name": "send-status",
|
|
4291
4419
|
"hasDynamicHelp": false,
|
|
4292
4420
|
"multiple": false,
|
|
4293
4421
|
"type": "option"
|
|
4294
4422
|
},
|
|
4295
|
-
"
|
|
4296
|
-
"description": "
|
|
4297
|
-
"name": "
|
|
4298
|
-
"default": 1,
|
|
4423
|
+
"type": {
|
|
4424
|
+
"description": "Broadcast type",
|
|
4425
|
+
"name": "type",
|
|
4299
4426
|
"hasDynamicHelp": false,
|
|
4300
4427
|
"multiple": false,
|
|
4428
|
+
"options": [
|
|
4429
|
+
"text",
|
|
4430
|
+
"image",
|
|
4431
|
+
"video",
|
|
4432
|
+
"audio",
|
|
4433
|
+
"document"
|
|
4434
|
+
],
|
|
4301
4435
|
"type": "option"
|
|
4302
4436
|
},
|
|
4303
|
-
"
|
|
4304
|
-
"description": "
|
|
4305
|
-
"name": "
|
|
4306
|
-
"
|
|
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",
|
|
4307
4447
|
"hasDynamicHelp": false,
|
|
4308
4448
|
"multiple": false,
|
|
4449
|
+
"options": [
|
|
4450
|
+
"0",
|
|
4451
|
+
"1"
|
|
4452
|
+
],
|
|
4309
4453
|
"type": "option"
|
|
4310
4454
|
}
|
|
4311
4455
|
},
|
|
4312
4456
|
"hasDynamicHelp": false,
|
|
4313
4457
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4458
|
+
"id": "broadcast:list",
|
|
4315
4459
|
"pluginAlias": "@instantkom/cli",
|
|
4316
4460
|
"pluginName": "@instantkom/cli",
|
|
4317
4461
|
"pluginType": "core",
|
|
@@ -4321,20 +4465,20 @@
|
|
|
4321
4465
|
"relativePath": [
|
|
4322
4466
|
"dist",
|
|
4323
4467
|
"commands",
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4468
|
+
"broadcast",
|
|
4469
|
+
"list.js"
|
|
4326
4470
|
]
|
|
4327
4471
|
},
|
|
4328
|
-
"
|
|
4472
|
+
"broadcast:send": {
|
|
4329
4473
|
"aliases": [],
|
|
4330
4474
|
"args": {
|
|
4331
4475
|
"id": {
|
|
4332
|
-
"description": "
|
|
4476
|
+
"description": "Broadcast ID",
|
|
4333
4477
|
"name": "id",
|
|
4334
4478
|
"required": true
|
|
4335
4479
|
}
|
|
4336
4480
|
},
|
|
4337
|
-
"description": "
|
|
4481
|
+
"description": "Send a broadcast immediately",
|
|
4338
4482
|
"flags": {
|
|
4339
4483
|
"api-key": {
|
|
4340
4484
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4401,7 +4545,7 @@
|
|
|
4401
4545
|
},
|
|
4402
4546
|
"hasDynamicHelp": false,
|
|
4403
4547
|
"hiddenAliases": [],
|
|
4404
|
-
"id": "
|
|
4548
|
+
"id": "broadcast:send",
|
|
4405
4549
|
"pluginAlias": "@instantkom/cli",
|
|
4406
4550
|
"pluginName": "@instantkom/cli",
|
|
4407
4551
|
"pluginType": "core",
|
|
@@ -4411,14 +4555,20 @@
|
|
|
4411
4555
|
"relativePath": [
|
|
4412
4556
|
"dist",
|
|
4413
4557
|
"commands",
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4558
|
+
"broadcast",
|
|
4559
|
+
"send.js"
|
|
4416
4560
|
]
|
|
4417
4561
|
},
|
|
4418
|
-
"
|
|
4562
|
+
"broadcast:status": {
|
|
4419
4563
|
"aliases": [],
|
|
4420
|
-
"args": {
|
|
4421
|
-
|
|
4564
|
+
"args": {
|
|
4565
|
+
"id": {
|
|
4566
|
+
"description": "Broadcast ID",
|
|
4567
|
+
"name": "id",
|
|
4568
|
+
"required": true
|
|
4569
|
+
}
|
|
4570
|
+
},
|
|
4571
|
+
"description": "Show broadcast send status",
|
|
4422
4572
|
"flags": {
|
|
4423
4573
|
"api-key": {
|
|
4424
4574
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4481,27 +4631,11 @@
|
|
|
4481
4631
|
"hasDynamicHelp": false,
|
|
4482
4632
|
"multiple": false,
|
|
4483
4633
|
"type": "option"
|
|
4484
|
-
},
|
|
4485
|
-
"file": {
|
|
4486
|
-
"description": "CSV file path",
|
|
4487
|
-
"name": "file",
|
|
4488
|
-
"required": true,
|
|
4489
|
-
"hasDynamicHelp": false,
|
|
4490
|
-
"multiple": false,
|
|
4491
|
-
"type": "option"
|
|
4492
|
-
},
|
|
4493
|
-
"channel": {
|
|
4494
|
-
"description": "Channel ID",
|
|
4495
|
-
"name": "channel",
|
|
4496
|
-
"required": true,
|
|
4497
|
-
"hasDynamicHelp": false,
|
|
4498
|
-
"multiple": false,
|
|
4499
|
-
"type": "option"
|
|
4500
4634
|
}
|
|
4501
4635
|
},
|
|
4502
4636
|
"hasDynamicHelp": false,
|
|
4503
4637
|
"hiddenAliases": [],
|
|
4504
|
-
"id": "
|
|
4638
|
+
"id": "broadcast:status",
|
|
4505
4639
|
"pluginAlias": "@instantkom/cli",
|
|
4506
4640
|
"pluginName": "@instantkom/cli",
|
|
4507
4641
|
"pluginType": "core",
|
|
@@ -4511,14 +4645,20 @@
|
|
|
4511
4645
|
"relativePath": [
|
|
4512
4646
|
"dist",
|
|
4513
4647
|
"commands",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4648
|
+
"broadcast",
|
|
4649
|
+
"status.js"
|
|
4516
4650
|
]
|
|
4517
4651
|
},
|
|
4518
|
-
"
|
|
4652
|
+
"broadcast:update": {
|
|
4519
4653
|
"aliases": [],
|
|
4520
|
-
"args": {
|
|
4521
|
-
|
|
4654
|
+
"args": {
|
|
4655
|
+
"id": {
|
|
4656
|
+
"description": "Broadcast ID",
|
|
4657
|
+
"name": "id",
|
|
4658
|
+
"required": true
|
|
4659
|
+
}
|
|
4660
|
+
},
|
|
4661
|
+
"description": "Update a broadcast",
|
|
4522
4662
|
"flags": {
|
|
4523
4663
|
"api-key": {
|
|
4524
4664
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4582,201 +4722,61 @@
|
|
|
4582
4722
|
"multiple": false,
|
|
4583
4723
|
"type": "option"
|
|
4584
4724
|
},
|
|
4585
|
-
"
|
|
4586
|
-
"description": "
|
|
4587
|
-
"name": "
|
|
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",
|
|
4725
|
+
"text": {
|
|
4726
|
+
"description": "Broadcast message text",
|
|
4727
|
+
"name": "text",
|
|
4665
4728
|
"hasDynamicHelp": false,
|
|
4666
4729
|
"multiple": false,
|
|
4667
|
-
"options": [
|
|
4668
|
-
"true",
|
|
4669
|
-
"false"
|
|
4670
|
-
],
|
|
4671
4730
|
"type": "option"
|
|
4672
4731
|
},
|
|
4673
|
-
"
|
|
4674
|
-
"description": "
|
|
4675
|
-
"name": "
|
|
4676
|
-
"hasDynamicHelp": false,
|
|
4677
|
-
"multiple": false,
|
|
4678
|
-
"type": "option"
|
|
4679
|
-
}
|
|
4680
|
-
},
|
|
4681
|
-
"hasDynamicHelp": false,
|
|
4682
|
-
"hiddenAliases": [],
|
|
4683
|
-
"id": "contacts:list",
|
|
4684
|
-
"pluginAlias": "@instantkom/cli",
|
|
4685
|
-
"pluginName": "@instantkom/cli",
|
|
4686
|
-
"pluginType": "core",
|
|
4687
|
-
"strict": true,
|
|
4688
|
-
"enableJsonFlag": false,
|
|
4689
|
-
"isESM": true,
|
|
4690
|
-
"relativePath": [
|
|
4691
|
-
"dist",
|
|
4692
|
-
"commands",
|
|
4693
|
-
"contacts",
|
|
4694
|
-
"list.js"
|
|
4695
|
-
]
|
|
4696
|
-
},
|
|
4697
|
-
"contacts:update": {
|
|
4698
|
-
"aliases": [],
|
|
4699
|
-
"args": {
|
|
4700
|
-
"id": {
|
|
4701
|
-
"description": "Contact ID",
|
|
4702
|
-
"name": "id",
|
|
4703
|
-
"required": true
|
|
4704
|
-
}
|
|
4705
|
-
},
|
|
4706
|
-
"description": "Update a contact",
|
|
4707
|
-
"flags": {
|
|
4708
|
-
"api-key": {
|
|
4709
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4710
|
-
"env": "IKM_API_KEY",
|
|
4711
|
-
"helpGroup": "GLOBAL",
|
|
4712
|
-
"name": "api-key",
|
|
4732
|
+
"send-status": {
|
|
4733
|
+
"description": "Send status",
|
|
4734
|
+
"name": "send-status",
|
|
4713
4735
|
"hasDynamicHelp": false,
|
|
4714
4736
|
"multiple": false,
|
|
4715
4737
|
"type": "option"
|
|
4716
4738
|
},
|
|
4717
|
-
"
|
|
4718
|
-
"description": "
|
|
4719
|
-
"
|
|
4720
|
-
"
|
|
4721
|
-
"
|
|
4722
|
-
"hasDynamicHelp": false,
|
|
4723
|
-
"multiple": false,
|
|
4724
|
-
"options": [
|
|
4725
|
-
"text",
|
|
4726
|
-
"json",
|
|
4727
|
-
"yaml",
|
|
4728
|
-
"table"
|
|
4729
|
-
],
|
|
4739
|
+
"scheduled-at": {
|
|
4740
|
+
"description": "Unix timestamp for scheduled send",
|
|
4741
|
+
"name": "scheduled-at",
|
|
4742
|
+
"hasDynamicHelp": false,
|
|
4743
|
+
"multiple": false,
|
|
4730
4744
|
"type": "option"
|
|
4731
4745
|
},
|
|
4732
|
-
"
|
|
4733
|
-
"description": "
|
|
4734
|
-
"
|
|
4735
|
-
"name": "json",
|
|
4746
|
+
"approved": {
|
|
4747
|
+
"description": "Mark as approved",
|
|
4748
|
+
"name": "approved",
|
|
4736
4749
|
"allowNo": false,
|
|
4737
4750
|
"type": "boolean"
|
|
4738
4751
|
},
|
|
4739
|
-
"
|
|
4740
|
-
"description": "
|
|
4741
|
-
"
|
|
4742
|
-
"name": "quiet",
|
|
4752
|
+
"locked": {
|
|
4753
|
+
"description": "Mark as locked",
|
|
4754
|
+
"name": "locked",
|
|
4743
4755
|
"allowNo": false,
|
|
4744
4756
|
"type": "boolean"
|
|
4745
4757
|
},
|
|
4746
|
-
"
|
|
4747
|
-
"description": "
|
|
4748
|
-
"
|
|
4749
|
-
"name": "no-color",
|
|
4758
|
+
"test": {
|
|
4759
|
+
"description": "Mark as test broadcast",
|
|
4760
|
+
"name": "test",
|
|
4750
4761
|
"allowNo": false,
|
|
4751
4762
|
"type": "boolean"
|
|
4752
4763
|
},
|
|
4753
|
-
"
|
|
4754
|
-
"description": "
|
|
4755
|
-
"
|
|
4756
|
-
"name": "profile",
|
|
4757
|
-
"default": "default",
|
|
4758
|
-
"hasDynamicHelp": false,
|
|
4759
|
-
"multiple": false,
|
|
4760
|
-
"type": "option"
|
|
4761
|
-
},
|
|
4762
|
-
"api-url": {
|
|
4763
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
4764
|
-
"helpGroup": "GLOBAL",
|
|
4765
|
-
"name": "api-url",
|
|
4764
|
+
"template-id": {
|
|
4765
|
+
"description": "Template ID",
|
|
4766
|
+
"name": "template-id",
|
|
4766
4767
|
"hasDynamicHelp": false,
|
|
4767
4768
|
"multiple": false,
|
|
4768
4769
|
"type": "option"
|
|
4769
4770
|
},
|
|
4770
|
-
"
|
|
4771
|
-
"description": "
|
|
4772
|
-
"name": "
|
|
4773
|
-
"
|
|
4774
|
-
"
|
|
4775
|
-
"type": "option"
|
|
4771
|
+
"remove-media": {
|
|
4772
|
+
"description": "Remove existing media",
|
|
4773
|
+
"name": "remove-media",
|
|
4774
|
+
"allowNo": false,
|
|
4775
|
+
"type": "boolean"
|
|
4776
4776
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
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
|
},
|
|
@@ -11856,16 +11856,16 @@
|
|
|
11856
11856
|
"revoke.js"
|
|
11857
11857
|
]
|
|
11858
11858
|
},
|
|
11859
|
-
"bots:
|
|
11859
|
+
"bots:filters:create": {
|
|
11860
11860
|
"aliases": [],
|
|
11861
11861
|
"args": {
|
|
11862
|
-
"
|
|
11863
|
-
"description": "
|
|
11864
|
-
"name": "
|
|
11862
|
+
"botId": {
|
|
11863
|
+
"description": "Bot ID",
|
|
11864
|
+
"name": "botId",
|
|
11865
11865
|
"required": true
|
|
11866
11866
|
}
|
|
11867
11867
|
},
|
|
11868
|
-
"description": "
|
|
11868
|
+
"description": "Create a bot filter",
|
|
11869
11869
|
"flags": {
|
|
11870
11870
|
"api-key": {
|
|
11871
11871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11928,11 +11928,77 @@
|
|
|
11928
11928
|
"hasDynamicHelp": false,
|
|
11929
11929
|
"multiple": false,
|
|
11930
11930
|
"type": "option"
|
|
11931
|
+
},
|
|
11932
|
+
"name": {
|
|
11933
|
+
"description": "Filter name",
|
|
11934
|
+
"name": "name",
|
|
11935
|
+
"required": true,
|
|
11936
|
+
"hasDynamicHelp": false,
|
|
11937
|
+
"multiple": false,
|
|
11938
|
+
"type": "option"
|
|
11939
|
+
},
|
|
11940
|
+
"operator": {
|
|
11941
|
+
"description": "Logical operator",
|
|
11942
|
+
"name": "operator",
|
|
11943
|
+
"default": "and",
|
|
11944
|
+
"hasDynamicHelp": false,
|
|
11945
|
+
"multiple": false,
|
|
11946
|
+
"type": "option"
|
|
11947
|
+
},
|
|
11948
|
+
"filter-object": {
|
|
11949
|
+
"description": "Filter object type",
|
|
11950
|
+
"name": "filter-object",
|
|
11951
|
+
"default": "msg",
|
|
11952
|
+
"hasDynamicHelp": false,
|
|
11953
|
+
"multiple": false,
|
|
11954
|
+
"type": "option"
|
|
11955
|
+
},
|
|
11956
|
+
"filter-attribute": {
|
|
11957
|
+
"description": "Filter attribute",
|
|
11958
|
+
"name": "filter-attribute",
|
|
11959
|
+
"default": "text",
|
|
11960
|
+
"hasDynamicHelp": false,
|
|
11961
|
+
"multiple": false,
|
|
11962
|
+
"type": "option"
|
|
11963
|
+
},
|
|
11964
|
+
"filter-comparator": {
|
|
11965
|
+
"description": "Filter comparator",
|
|
11966
|
+
"name": "filter-comparator",
|
|
11967
|
+
"default": "contains",
|
|
11968
|
+
"hasDynamicHelp": false,
|
|
11969
|
+
"multiple": false,
|
|
11970
|
+
"type": "option"
|
|
11971
|
+
},
|
|
11972
|
+
"filter-value": {
|
|
11973
|
+
"description": "Filter value",
|
|
11974
|
+
"name": "filter-value",
|
|
11975
|
+
"required": true,
|
|
11976
|
+
"hasDynamicHelp": false,
|
|
11977
|
+
"multiple": false,
|
|
11978
|
+
"type": "option"
|
|
11979
|
+
},
|
|
11980
|
+
"status": {
|
|
11981
|
+
"description": "Status: 0 inactive, 1 active",
|
|
11982
|
+
"name": "status",
|
|
11983
|
+
"hasDynamicHelp": false,
|
|
11984
|
+
"multiple": false,
|
|
11985
|
+
"options": [
|
|
11986
|
+
"0",
|
|
11987
|
+
"1"
|
|
11988
|
+
],
|
|
11989
|
+
"type": "option"
|
|
11990
|
+
},
|
|
11991
|
+
"data": {
|
|
11992
|
+
"description": "Additional JSON object payload",
|
|
11993
|
+
"name": "data",
|
|
11994
|
+
"hasDynamicHelp": false,
|
|
11995
|
+
"multiple": false,
|
|
11996
|
+
"type": "option"
|
|
11931
11997
|
}
|
|
11932
11998
|
},
|
|
11933
11999
|
"hasDynamicHelp": false,
|
|
11934
12000
|
"hiddenAliases": [],
|
|
11935
|
-
"id": "bots:
|
|
12001
|
+
"id": "bots:filters:create",
|
|
11936
12002
|
"pluginAlias": "@instantkom/cli",
|
|
11937
12003
|
"pluginName": "@instantkom/cli",
|
|
11938
12004
|
"pluginType": "core",
|
|
@@ -11943,14 +12009,25 @@
|
|
|
11943
12009
|
"dist",
|
|
11944
12010
|
"commands",
|
|
11945
12011
|
"bots",
|
|
11946
|
-
"
|
|
11947
|
-
"
|
|
12012
|
+
"filters",
|
|
12013
|
+
"create.js"
|
|
11948
12014
|
]
|
|
11949
12015
|
},
|
|
11950
|
-
"bots:
|
|
12016
|
+
"bots:filters:delete": {
|
|
11951
12017
|
"aliases": [],
|
|
11952
|
-
"args": {
|
|
11953
|
-
|
|
12018
|
+
"args": {
|
|
12019
|
+
"botId": {
|
|
12020
|
+
"description": "Bot ID",
|
|
12021
|
+
"name": "botId",
|
|
12022
|
+
"required": true
|
|
12023
|
+
},
|
|
12024
|
+
"filterId": {
|
|
12025
|
+
"description": "Filter ID",
|
|
12026
|
+
"name": "filterId",
|
|
12027
|
+
"required": true
|
|
12028
|
+
}
|
|
12029
|
+
},
|
|
12030
|
+
"description": "Delete a bot filter",
|
|
11954
12031
|
"flags": {
|
|
11955
12032
|
"api-key": {
|
|
11956
12033
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12013,40 +12090,11 @@
|
|
|
12013
12090
|
"hasDynamicHelp": false,
|
|
12014
12091
|
"multiple": false,
|
|
12015
12092
|
"type": "option"
|
|
12016
|
-
},
|
|
12017
|
-
"key": {
|
|
12018
|
-
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12019
|
-
"name": "key",
|
|
12020
|
-
"required": true,
|
|
12021
|
-
"hasDynamicHelp": false,
|
|
12022
|
-
"multiple": false,
|
|
12023
|
-
"type": "option"
|
|
12024
|
-
},
|
|
12025
|
-
"description": {
|
|
12026
|
-
"description": "Variable description",
|
|
12027
|
-
"name": "description",
|
|
12028
|
-
"hasDynamicHelp": false,
|
|
12029
|
-
"multiple": false,
|
|
12030
|
-
"type": "option"
|
|
12031
|
-
},
|
|
12032
|
-
"color": {
|
|
12033
|
-
"description": "Variable color as HEX",
|
|
12034
|
-
"name": "color",
|
|
12035
|
-
"hasDynamicHelp": false,
|
|
12036
|
-
"multiple": false,
|
|
12037
|
-
"type": "option"
|
|
12038
|
-
},
|
|
12039
|
-
"data": {
|
|
12040
|
-
"description": "Additional JSON object payload",
|
|
12041
|
-
"name": "data",
|
|
12042
|
-
"hasDynamicHelp": false,
|
|
12043
|
-
"multiple": false,
|
|
12044
|
-
"type": "option"
|
|
12045
12093
|
}
|
|
12046
12094
|
},
|
|
12047
12095
|
"hasDynamicHelp": false,
|
|
12048
12096
|
"hiddenAliases": [],
|
|
12049
|
-
"id": "bots:
|
|
12097
|
+
"id": "bots:filters:delete",
|
|
12050
12098
|
"pluginAlias": "@instantkom/cli",
|
|
12051
12099
|
"pluginName": "@instantkom/cli",
|
|
12052
12100
|
"pluginType": "core",
|
|
@@ -12057,20 +12105,25 @@
|
|
|
12057
12105
|
"dist",
|
|
12058
12106
|
"commands",
|
|
12059
12107
|
"bots",
|
|
12060
|
-
"
|
|
12061
|
-
"
|
|
12108
|
+
"filters",
|
|
12109
|
+
"delete.js"
|
|
12062
12110
|
]
|
|
12063
12111
|
},
|
|
12064
|
-
"bots:
|
|
12112
|
+
"bots:filters:get": {
|
|
12065
12113
|
"aliases": [],
|
|
12066
12114
|
"args": {
|
|
12067
|
-
"
|
|
12068
|
-
"description": "
|
|
12069
|
-
"name": "
|
|
12115
|
+
"botId": {
|
|
12116
|
+
"description": "Bot ID",
|
|
12117
|
+
"name": "botId",
|
|
12118
|
+
"required": true
|
|
12119
|
+
},
|
|
12120
|
+
"filterId": {
|
|
12121
|
+
"description": "Filter ID",
|
|
12122
|
+
"name": "filterId",
|
|
12070
12123
|
"required": true
|
|
12071
12124
|
}
|
|
12072
12125
|
},
|
|
12073
|
-
"description": "
|
|
12126
|
+
"description": "Get a bot filter",
|
|
12074
12127
|
"flags": {
|
|
12075
12128
|
"api-key": {
|
|
12076
12129
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12137,7 +12190,7 @@
|
|
|
12137
12190
|
},
|
|
12138
12191
|
"hasDynamicHelp": false,
|
|
12139
12192
|
"hiddenAliases": [],
|
|
12140
|
-
"id": "bots:
|
|
12193
|
+
"id": "bots:filters:get",
|
|
12141
12194
|
"pluginAlias": "@instantkom/cli",
|
|
12142
12195
|
"pluginName": "@instantkom/cli",
|
|
12143
12196
|
"pluginType": "core",
|
|
@@ -12148,20 +12201,20 @@
|
|
|
12148
12201
|
"dist",
|
|
12149
12202
|
"commands",
|
|
12150
12203
|
"bots",
|
|
12151
|
-
"
|
|
12152
|
-
"
|
|
12204
|
+
"filters",
|
|
12205
|
+
"get.js"
|
|
12153
12206
|
]
|
|
12154
12207
|
},
|
|
12155
|
-
"bots:
|
|
12208
|
+
"bots:filters:list": {
|
|
12156
12209
|
"aliases": [],
|
|
12157
12210
|
"args": {
|
|
12158
|
-
"
|
|
12159
|
-
"description": "
|
|
12160
|
-
"name": "
|
|
12211
|
+
"botId": {
|
|
12212
|
+
"description": "Bot ID",
|
|
12213
|
+
"name": "botId",
|
|
12161
12214
|
"required": true
|
|
12162
12215
|
}
|
|
12163
12216
|
},
|
|
12164
|
-
"description": "
|
|
12217
|
+
"description": "List bot filters",
|
|
12165
12218
|
"flags": {
|
|
12166
12219
|
"api-key": {
|
|
12167
12220
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12224,11 +12277,45 @@
|
|
|
12224
12277
|
"hasDynamicHelp": false,
|
|
12225
12278
|
"multiple": false,
|
|
12226
12279
|
"type": "option"
|
|
12280
|
+
},
|
|
12281
|
+
"page": {
|
|
12282
|
+
"description": "Page number",
|
|
12283
|
+
"name": "page",
|
|
12284
|
+
"default": 1,
|
|
12285
|
+
"hasDynamicHelp": false,
|
|
12286
|
+
"multiple": false,
|
|
12287
|
+
"type": "option"
|
|
12288
|
+
},
|
|
12289
|
+
"limit": {
|
|
12290
|
+
"description": "Items per page",
|
|
12291
|
+
"name": "limit",
|
|
12292
|
+
"default": 20,
|
|
12293
|
+
"hasDynamicHelp": false,
|
|
12294
|
+
"multiple": false,
|
|
12295
|
+
"type": "option"
|
|
12296
|
+
},
|
|
12297
|
+
"status": {
|
|
12298
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
12299
|
+
"name": "status",
|
|
12300
|
+
"hasDynamicHelp": false,
|
|
12301
|
+
"multiple": false,
|
|
12302
|
+
"options": [
|
|
12303
|
+
"0",
|
|
12304
|
+
"1"
|
|
12305
|
+
],
|
|
12306
|
+
"type": "option"
|
|
12307
|
+
},
|
|
12308
|
+
"search": {
|
|
12309
|
+
"description": "Search in name or description",
|
|
12310
|
+
"name": "search",
|
|
12311
|
+
"hasDynamicHelp": false,
|
|
12312
|
+
"multiple": false,
|
|
12313
|
+
"type": "option"
|
|
12227
12314
|
}
|
|
12228
12315
|
},
|
|
12229
12316
|
"hasDynamicHelp": false,
|
|
12230
12317
|
"hiddenAliases": [],
|
|
12231
|
-
"id": "bots:
|
|
12318
|
+
"id": "bots:filters:list",
|
|
12232
12319
|
"pluginAlias": "@instantkom/cli",
|
|
12233
12320
|
"pluginName": "@instantkom/cli",
|
|
12234
12321
|
"pluginType": "core",
|
|
@@ -12239,14 +12326,25 @@
|
|
|
12239
12326
|
"dist",
|
|
12240
12327
|
"commands",
|
|
12241
12328
|
"bots",
|
|
12242
|
-
"
|
|
12243
|
-
"
|
|
12329
|
+
"filters",
|
|
12330
|
+
"list.js"
|
|
12244
12331
|
]
|
|
12245
12332
|
},
|
|
12246
|
-
"bots:
|
|
12333
|
+
"bots:filters:update": {
|
|
12247
12334
|
"aliases": [],
|
|
12248
|
-
"args": {
|
|
12249
|
-
|
|
12335
|
+
"args": {
|
|
12336
|
+
"botId": {
|
|
12337
|
+
"description": "Bot ID",
|
|
12338
|
+
"name": "botId",
|
|
12339
|
+
"required": true
|
|
12340
|
+
},
|
|
12341
|
+
"filterId": {
|
|
12342
|
+
"description": "Filter ID",
|
|
12343
|
+
"name": "filterId",
|
|
12344
|
+
"required": true
|
|
12345
|
+
}
|
|
12346
|
+
},
|
|
12347
|
+
"description": "Update a bot filter",
|
|
12250
12348
|
"flags": {
|
|
12251
12349
|
"api-key": {
|
|
12252
12350
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12310,32 +12408,62 @@
|
|
|
12310
12408
|
"multiple": false,
|
|
12311
12409
|
"type": "option"
|
|
12312
12410
|
},
|
|
12313
|
-
"
|
|
12314
|
-
"description": "
|
|
12315
|
-
"name": "
|
|
12316
|
-
"default": 1,
|
|
12411
|
+
"name": {
|
|
12412
|
+
"description": "Filter name",
|
|
12413
|
+
"name": "name",
|
|
12317
12414
|
"hasDynamicHelp": false,
|
|
12318
12415
|
"multiple": false,
|
|
12319
12416
|
"type": "option"
|
|
12320
12417
|
},
|
|
12321
|
-
"
|
|
12322
|
-
"description": "
|
|
12323
|
-
"name": "
|
|
12324
|
-
"default": 20,
|
|
12418
|
+
"operator": {
|
|
12419
|
+
"description": "Logical operator",
|
|
12420
|
+
"name": "operator",
|
|
12325
12421
|
"hasDynamicHelp": false,
|
|
12326
12422
|
"multiple": false,
|
|
12327
12423
|
"type": "option"
|
|
12328
12424
|
},
|
|
12329
|
-
"
|
|
12330
|
-
"description": "
|
|
12331
|
-
"name": "
|
|
12425
|
+
"filter-object": {
|
|
12426
|
+
"description": "Filter object type",
|
|
12427
|
+
"name": "filter-object",
|
|
12332
12428
|
"hasDynamicHelp": false,
|
|
12333
12429
|
"multiple": false,
|
|
12334
12430
|
"type": "option"
|
|
12335
12431
|
},
|
|
12336
|
-
"
|
|
12337
|
-
"description": "Filter
|
|
12338
|
-
"name": "
|
|
12432
|
+
"filter-attribute": {
|
|
12433
|
+
"description": "Filter attribute",
|
|
12434
|
+
"name": "filter-attribute",
|
|
12435
|
+
"hasDynamicHelp": false,
|
|
12436
|
+
"multiple": false,
|
|
12437
|
+
"type": "option"
|
|
12438
|
+
},
|
|
12439
|
+
"filter-comparator": {
|
|
12440
|
+
"description": "Filter comparator",
|
|
12441
|
+
"name": "filter-comparator",
|
|
12442
|
+
"hasDynamicHelp": false,
|
|
12443
|
+
"multiple": false,
|
|
12444
|
+
"type": "option"
|
|
12445
|
+
},
|
|
12446
|
+
"filter-value": {
|
|
12447
|
+
"description": "Filter value",
|
|
12448
|
+
"name": "filter-value",
|
|
12449
|
+
"hasDynamicHelp": false,
|
|
12450
|
+
"multiple": false,
|
|
12451
|
+
"type": "option"
|
|
12452
|
+
},
|
|
12453
|
+
"status": {
|
|
12454
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12455
|
+
"name": "status",
|
|
12456
|
+
"hasDynamicHelp": false,
|
|
12457
|
+
"multiple": false,
|
|
12458
|
+
"options": [
|
|
12459
|
+
"0",
|
|
12460
|
+
"1"
|
|
12461
|
+
],
|
|
12462
|
+
"type": "option"
|
|
12463
|
+
},
|
|
12464
|
+
"data": {
|
|
12465
|
+
"description": "Additional JSON object payload",
|
|
12466
|
+
"name": "data",
|
|
12339
12467
|
"hasDynamicHelp": false,
|
|
12340
12468
|
"multiple": false,
|
|
12341
12469
|
"type": "option"
|
|
@@ -12343,7 +12471,7 @@
|
|
|
12343
12471
|
},
|
|
12344
12472
|
"hasDynamicHelp": false,
|
|
12345
12473
|
"hiddenAliases": [],
|
|
12346
|
-
"id": "bots:
|
|
12474
|
+
"id": "bots:filters:update",
|
|
12347
12475
|
"pluginAlias": "@instantkom/cli",
|
|
12348
12476
|
"pluginName": "@instantkom/cli",
|
|
12349
12477
|
"pluginType": "core",
|
|
@@ -12354,11 +12482,11 @@
|
|
|
12354
12482
|
"dist",
|
|
12355
12483
|
"commands",
|
|
12356
12484
|
"bots",
|
|
12357
|
-
"
|
|
12358
|
-
"
|
|
12485
|
+
"filters",
|
|
12486
|
+
"update.js"
|
|
12359
12487
|
]
|
|
12360
12488
|
},
|
|
12361
|
-
"bots:env-vars:
|
|
12489
|
+
"bots:env-vars:bots": {
|
|
12362
12490
|
"aliases": [],
|
|
12363
12491
|
"args": {
|
|
12364
12492
|
"id": {
|
|
@@ -12367,7 +12495,7 @@
|
|
|
12367
12495
|
"required": true
|
|
12368
12496
|
}
|
|
12369
12497
|
},
|
|
12370
|
-
"description": "
|
|
12498
|
+
"description": "List bots using a bot environment variable",
|
|
12371
12499
|
"flags": {
|
|
12372
12500
|
"api-key": {
|
|
12373
12501
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12430,32 +12558,11 @@
|
|
|
12430
12558
|
"hasDynamicHelp": false,
|
|
12431
12559
|
"multiple": false,
|
|
12432
12560
|
"type": "option"
|
|
12433
|
-
},
|
|
12434
|
-
"description": {
|
|
12435
|
-
"description": "Variable description",
|
|
12436
|
-
"name": "description",
|
|
12437
|
-
"hasDynamicHelp": false,
|
|
12438
|
-
"multiple": false,
|
|
12439
|
-
"type": "option"
|
|
12440
|
-
},
|
|
12441
|
-
"color": {
|
|
12442
|
-
"description": "Variable color as HEX",
|
|
12443
|
-
"name": "color",
|
|
12444
|
-
"hasDynamicHelp": false,
|
|
12445
|
-
"multiple": false,
|
|
12446
|
-
"type": "option"
|
|
12447
|
-
},
|
|
12448
|
-
"data": {
|
|
12449
|
-
"description": "Additional JSON object payload",
|
|
12450
|
-
"name": "data",
|
|
12451
|
-
"hasDynamicHelp": false,
|
|
12452
|
-
"multiple": false,
|
|
12453
|
-
"type": "option"
|
|
12454
12561
|
}
|
|
12455
12562
|
},
|
|
12456
12563
|
"hasDynamicHelp": false,
|
|
12457
12564
|
"hiddenAliases": [],
|
|
12458
|
-
"id": "bots:env-vars:
|
|
12565
|
+
"id": "bots:env-vars:bots",
|
|
12459
12566
|
"pluginAlias": "@instantkom/cli",
|
|
12460
12567
|
"pluginName": "@instantkom/cli",
|
|
12461
12568
|
"pluginType": "core",
|
|
@@ -12467,19 +12574,13 @@
|
|
|
12467
12574
|
"commands",
|
|
12468
12575
|
"bots",
|
|
12469
12576
|
"env-vars",
|
|
12470
|
-
"
|
|
12577
|
+
"bots.js"
|
|
12471
12578
|
]
|
|
12472
12579
|
},
|
|
12473
|
-
"bots:env-vars:
|
|
12580
|
+
"bots:env-vars:create": {
|
|
12474
12581
|
"aliases": [],
|
|
12475
|
-
"args": {
|
|
12476
|
-
|
|
12477
|
-
"description": "Environment variable ID",
|
|
12478
|
-
"name": "id",
|
|
12479
|
-
"required": true
|
|
12480
|
-
}
|
|
12481
|
-
},
|
|
12482
|
-
"description": "List recipient values for a bot environment variable",
|
|
12582
|
+
"args": {},
|
|
12583
|
+
"description": "Create a bot environment variable",
|
|
12483
12584
|
"flags": {
|
|
12484
12585
|
"api-key": {
|
|
12485
12586
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12543,32 +12644,31 @@
|
|
|
12543
12644
|
"multiple": false,
|
|
12544
12645
|
"type": "option"
|
|
12545
12646
|
},
|
|
12546
|
-
"
|
|
12547
|
-
"description": "
|
|
12548
|
-
"name": "
|
|
12549
|
-
"
|
|
12647
|
+
"key": {
|
|
12648
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12649
|
+
"name": "key",
|
|
12650
|
+
"required": true,
|
|
12550
12651
|
"hasDynamicHelp": false,
|
|
12551
12652
|
"multiple": false,
|
|
12552
12653
|
"type": "option"
|
|
12553
12654
|
},
|
|
12554
|
-
"
|
|
12555
|
-
"description": "
|
|
12556
|
-
"name": "
|
|
12557
|
-
"default": 20,
|
|
12655
|
+
"description": {
|
|
12656
|
+
"description": "Variable description",
|
|
12657
|
+
"name": "description",
|
|
12558
12658
|
"hasDynamicHelp": false,
|
|
12559
12659
|
"multiple": false,
|
|
12560
12660
|
"type": "option"
|
|
12561
12661
|
},
|
|
12562
|
-
"
|
|
12563
|
-
"description": "
|
|
12564
|
-
"name": "
|
|
12662
|
+
"color": {
|
|
12663
|
+
"description": "Variable color as HEX",
|
|
12664
|
+
"name": "color",
|
|
12565
12665
|
"hasDynamicHelp": false,
|
|
12566
12666
|
"multiple": false,
|
|
12567
12667
|
"type": "option"
|
|
12568
12668
|
},
|
|
12569
|
-
"
|
|
12570
|
-
"description": "
|
|
12571
|
-
"name": "
|
|
12669
|
+
"data": {
|
|
12670
|
+
"description": "Additional JSON object payload",
|
|
12671
|
+
"name": "data",
|
|
12572
12672
|
"hasDynamicHelp": false,
|
|
12573
12673
|
"multiple": false,
|
|
12574
12674
|
"type": "option"
|
|
@@ -12576,7 +12676,7 @@
|
|
|
12576
12676
|
},
|
|
12577
12677
|
"hasDynamicHelp": false,
|
|
12578
12678
|
"hiddenAliases": [],
|
|
12579
|
-
"id": "bots:env-vars:
|
|
12679
|
+
"id": "bots:env-vars:create",
|
|
12580
12680
|
"pluginAlias": "@instantkom/cli",
|
|
12581
12681
|
"pluginName": "@instantkom/cli",
|
|
12582
12682
|
"pluginType": "core",
|
|
@@ -12588,19 +12688,19 @@
|
|
|
12588
12688
|
"commands",
|
|
12589
12689
|
"bots",
|
|
12590
12690
|
"env-vars",
|
|
12591
|
-
"
|
|
12691
|
+
"create.js"
|
|
12592
12692
|
]
|
|
12593
12693
|
},
|
|
12594
|
-
"bots:
|
|
12694
|
+
"bots:env-vars:delete": {
|
|
12595
12695
|
"aliases": [],
|
|
12596
12696
|
"args": {
|
|
12597
|
-
"
|
|
12598
|
-
"description": "
|
|
12599
|
-
"name": "
|
|
12697
|
+
"id": {
|
|
12698
|
+
"description": "Environment variable ID",
|
|
12699
|
+
"name": "id",
|
|
12600
12700
|
"required": true
|
|
12601
12701
|
}
|
|
12602
12702
|
},
|
|
12603
|
-
"description": "
|
|
12703
|
+
"description": "Delete a bot environment variable",
|
|
12604
12704
|
"flags": {
|
|
12605
12705
|
"api-key": {
|
|
12606
12706
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12663,77 +12763,11 @@
|
|
|
12663
12763
|
"hasDynamicHelp": false,
|
|
12664
12764
|
"multiple": false,
|
|
12665
12765
|
"type": "option"
|
|
12666
|
-
},
|
|
12667
|
-
"name": {
|
|
12668
|
-
"description": "Filter name",
|
|
12669
|
-
"name": "name",
|
|
12670
|
-
"required": true,
|
|
12671
|
-
"hasDynamicHelp": false,
|
|
12672
|
-
"multiple": false,
|
|
12673
|
-
"type": "option"
|
|
12674
|
-
},
|
|
12675
|
-
"operator": {
|
|
12676
|
-
"description": "Logical operator",
|
|
12677
|
-
"name": "operator",
|
|
12678
|
-
"default": "and",
|
|
12679
|
-
"hasDynamicHelp": false,
|
|
12680
|
-
"multiple": false,
|
|
12681
|
-
"type": "option"
|
|
12682
|
-
},
|
|
12683
|
-
"filter-object": {
|
|
12684
|
-
"description": "Filter object type",
|
|
12685
|
-
"name": "filter-object",
|
|
12686
|
-
"default": "msg",
|
|
12687
|
-
"hasDynamicHelp": false,
|
|
12688
|
-
"multiple": false,
|
|
12689
|
-
"type": "option"
|
|
12690
|
-
},
|
|
12691
|
-
"filter-attribute": {
|
|
12692
|
-
"description": "Filter attribute",
|
|
12693
|
-
"name": "filter-attribute",
|
|
12694
|
-
"default": "text",
|
|
12695
|
-
"hasDynamicHelp": false,
|
|
12696
|
-
"multiple": false,
|
|
12697
|
-
"type": "option"
|
|
12698
|
-
},
|
|
12699
|
-
"filter-comparator": {
|
|
12700
|
-
"description": "Filter comparator",
|
|
12701
|
-
"name": "filter-comparator",
|
|
12702
|
-
"default": "contains",
|
|
12703
|
-
"hasDynamicHelp": false,
|
|
12704
|
-
"multiple": false,
|
|
12705
|
-
"type": "option"
|
|
12706
|
-
},
|
|
12707
|
-
"filter-value": {
|
|
12708
|
-
"description": "Filter value",
|
|
12709
|
-
"name": "filter-value",
|
|
12710
|
-
"required": true,
|
|
12711
|
-
"hasDynamicHelp": false,
|
|
12712
|
-
"multiple": false,
|
|
12713
|
-
"type": "option"
|
|
12714
|
-
},
|
|
12715
|
-
"status": {
|
|
12716
|
-
"description": "Status: 0 inactive, 1 active",
|
|
12717
|
-
"name": "status",
|
|
12718
|
-
"hasDynamicHelp": false,
|
|
12719
|
-
"multiple": false,
|
|
12720
|
-
"options": [
|
|
12721
|
-
"0",
|
|
12722
|
-
"1"
|
|
12723
|
-
],
|
|
12724
|
-
"type": "option"
|
|
12725
|
-
},
|
|
12726
|
-
"data": {
|
|
12727
|
-
"description": "Additional JSON object payload",
|
|
12728
|
-
"name": "data",
|
|
12729
|
-
"hasDynamicHelp": false,
|
|
12730
|
-
"multiple": false,
|
|
12731
|
-
"type": "option"
|
|
12732
12766
|
}
|
|
12733
12767
|
},
|
|
12734
12768
|
"hasDynamicHelp": false,
|
|
12735
12769
|
"hiddenAliases": [],
|
|
12736
|
-
"id": "bots:
|
|
12770
|
+
"id": "bots:env-vars:delete",
|
|
12737
12771
|
"pluginAlias": "@instantkom/cli",
|
|
12738
12772
|
"pluginName": "@instantkom/cli",
|
|
12739
12773
|
"pluginType": "core",
|
|
@@ -12744,25 +12778,20 @@
|
|
|
12744
12778
|
"dist",
|
|
12745
12779
|
"commands",
|
|
12746
12780
|
"bots",
|
|
12747
|
-
"
|
|
12748
|
-
"
|
|
12781
|
+
"env-vars",
|
|
12782
|
+
"delete.js"
|
|
12749
12783
|
]
|
|
12750
12784
|
},
|
|
12751
|
-
"bots:
|
|
12785
|
+
"bots:env-vars:get": {
|
|
12752
12786
|
"aliases": [],
|
|
12753
12787
|
"args": {
|
|
12754
|
-
"
|
|
12755
|
-
"description": "
|
|
12756
|
-
"name": "
|
|
12757
|
-
"required": true
|
|
12758
|
-
},
|
|
12759
|
-
"filterId": {
|
|
12760
|
-
"description": "Filter ID",
|
|
12761
|
-
"name": "filterId",
|
|
12788
|
+
"id": {
|
|
12789
|
+
"description": "Environment variable ID",
|
|
12790
|
+
"name": "id",
|
|
12762
12791
|
"required": true
|
|
12763
12792
|
}
|
|
12764
12793
|
},
|
|
12765
|
-
"description": "
|
|
12794
|
+
"description": "Get a bot environment variable",
|
|
12766
12795
|
"flags": {
|
|
12767
12796
|
"api-key": {
|
|
12768
12797
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12829,7 +12858,7 @@
|
|
|
12829
12858
|
},
|
|
12830
12859
|
"hasDynamicHelp": false,
|
|
12831
12860
|
"hiddenAliases": [],
|
|
12832
|
-
"id": "bots:
|
|
12861
|
+
"id": "bots:env-vars:get",
|
|
12833
12862
|
"pluginAlias": "@instantkom/cli",
|
|
12834
12863
|
"pluginName": "@instantkom/cli",
|
|
12835
12864
|
"pluginType": "core",
|
|
@@ -12840,25 +12869,14 @@
|
|
|
12840
12869
|
"dist",
|
|
12841
12870
|
"commands",
|
|
12842
12871
|
"bots",
|
|
12843
|
-
"
|
|
12844
|
-
"
|
|
12872
|
+
"env-vars",
|
|
12873
|
+
"get.js"
|
|
12845
12874
|
]
|
|
12846
12875
|
},
|
|
12847
|
-
"bots:
|
|
12876
|
+
"bots:env-vars:list": {
|
|
12848
12877
|
"aliases": [],
|
|
12849
|
-
"args": {
|
|
12850
|
-
|
|
12851
|
-
"description": "Bot ID",
|
|
12852
|
-
"name": "botId",
|
|
12853
|
-
"required": true
|
|
12854
|
-
},
|
|
12855
|
-
"filterId": {
|
|
12856
|
-
"description": "Filter ID",
|
|
12857
|
-
"name": "filterId",
|
|
12858
|
-
"required": true
|
|
12859
|
-
}
|
|
12860
|
-
},
|
|
12861
|
-
"description": "Get a bot filter",
|
|
12878
|
+
"args": {},
|
|
12879
|
+
"description": "List bot environment variables",
|
|
12862
12880
|
"flags": {
|
|
12863
12881
|
"api-key": {
|
|
12864
12882
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12921,11 +12939,41 @@
|
|
|
12921
12939
|
"hasDynamicHelp": false,
|
|
12922
12940
|
"multiple": false,
|
|
12923
12941
|
"type": "option"
|
|
12942
|
+
},
|
|
12943
|
+
"page": {
|
|
12944
|
+
"description": "Page number",
|
|
12945
|
+
"name": "page",
|
|
12946
|
+
"default": 1,
|
|
12947
|
+
"hasDynamicHelp": false,
|
|
12948
|
+
"multiple": false,
|
|
12949
|
+
"type": "option"
|
|
12950
|
+
},
|
|
12951
|
+
"limit": {
|
|
12952
|
+
"description": "Items per page",
|
|
12953
|
+
"name": "limit",
|
|
12954
|
+
"default": 20,
|
|
12955
|
+
"hasDynamicHelp": false,
|
|
12956
|
+
"multiple": false,
|
|
12957
|
+
"type": "option"
|
|
12958
|
+
},
|
|
12959
|
+
"search": {
|
|
12960
|
+
"description": "Search in key or description",
|
|
12961
|
+
"name": "search",
|
|
12962
|
+
"hasDynamicHelp": false,
|
|
12963
|
+
"multiple": false,
|
|
12964
|
+
"type": "option"
|
|
12965
|
+
},
|
|
12966
|
+
"color": {
|
|
12967
|
+
"description": "Filter by color",
|
|
12968
|
+
"name": "color",
|
|
12969
|
+
"hasDynamicHelp": false,
|
|
12970
|
+
"multiple": false,
|
|
12971
|
+
"type": "option"
|
|
12924
12972
|
}
|
|
12925
12973
|
},
|
|
12926
12974
|
"hasDynamicHelp": false,
|
|
12927
12975
|
"hiddenAliases": [],
|
|
12928
|
-
"id": "bots:
|
|
12976
|
+
"id": "bots:env-vars:list",
|
|
12929
12977
|
"pluginAlias": "@instantkom/cli",
|
|
12930
12978
|
"pluginName": "@instantkom/cli",
|
|
12931
12979
|
"pluginType": "core",
|
|
@@ -12936,20 +12984,20 @@
|
|
|
12936
12984
|
"dist",
|
|
12937
12985
|
"commands",
|
|
12938
12986
|
"bots",
|
|
12939
|
-
"
|
|
12940
|
-
"
|
|
12987
|
+
"env-vars",
|
|
12988
|
+
"list.js"
|
|
12941
12989
|
]
|
|
12942
12990
|
},
|
|
12943
|
-
"bots:
|
|
12991
|
+
"bots:env-vars:update": {
|
|
12944
12992
|
"aliases": [],
|
|
12945
12993
|
"args": {
|
|
12946
|
-
"
|
|
12947
|
-
"description": "
|
|
12948
|
-
"name": "
|
|
12994
|
+
"id": {
|
|
12995
|
+
"description": "Environment variable ID",
|
|
12996
|
+
"name": "id",
|
|
12949
12997
|
"required": true
|
|
12950
12998
|
}
|
|
12951
12999
|
},
|
|
12952
|
-
"description": "
|
|
13000
|
+
"description": "Update a bot environment variable",
|
|
12953
13001
|
"flags": {
|
|
12954
13002
|
"api-key": {
|
|
12955
13003
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13013,36 +13061,23 @@
|
|
|
13013
13061
|
"multiple": false,
|
|
13014
13062
|
"type": "option"
|
|
13015
13063
|
},
|
|
13016
|
-
"
|
|
13017
|
-
"description": "
|
|
13018
|
-
"name": "
|
|
13019
|
-
"default": 1,
|
|
13020
|
-
"hasDynamicHelp": false,
|
|
13021
|
-
"multiple": false,
|
|
13022
|
-
"type": "option"
|
|
13023
|
-
},
|
|
13024
|
-
"limit": {
|
|
13025
|
-
"description": "Items per page",
|
|
13026
|
-
"name": "limit",
|
|
13027
|
-
"default": 20,
|
|
13064
|
+
"description": {
|
|
13065
|
+
"description": "Variable description",
|
|
13066
|
+
"name": "description",
|
|
13028
13067
|
"hasDynamicHelp": false,
|
|
13029
13068
|
"multiple": false,
|
|
13030
13069
|
"type": "option"
|
|
13031
13070
|
},
|
|
13032
|
-
"
|
|
13033
|
-
"description": "
|
|
13034
|
-
"name": "
|
|
13071
|
+
"color": {
|
|
13072
|
+
"description": "Variable color as HEX",
|
|
13073
|
+
"name": "color",
|
|
13035
13074
|
"hasDynamicHelp": false,
|
|
13036
13075
|
"multiple": false,
|
|
13037
|
-
"options": [
|
|
13038
|
-
"0",
|
|
13039
|
-
"1"
|
|
13040
|
-
],
|
|
13041
13076
|
"type": "option"
|
|
13042
13077
|
},
|
|
13043
|
-
"
|
|
13044
|
-
"description": "
|
|
13045
|
-
"name": "
|
|
13078
|
+
"data": {
|
|
13079
|
+
"description": "Additional JSON object payload",
|
|
13080
|
+
"name": "data",
|
|
13046
13081
|
"hasDynamicHelp": false,
|
|
13047
13082
|
"multiple": false,
|
|
13048
13083
|
"type": "option"
|
|
@@ -13050,7 +13085,7 @@
|
|
|
13050
13085
|
},
|
|
13051
13086
|
"hasDynamicHelp": false,
|
|
13052
13087
|
"hiddenAliases": [],
|
|
13053
|
-
"id": "bots:
|
|
13088
|
+
"id": "bots:env-vars:update",
|
|
13054
13089
|
"pluginAlias": "@instantkom/cli",
|
|
13055
13090
|
"pluginName": "@instantkom/cli",
|
|
13056
13091
|
"pluginType": "core",
|
|
@@ -13061,25 +13096,20 @@
|
|
|
13061
13096
|
"dist",
|
|
13062
13097
|
"commands",
|
|
13063
13098
|
"bots",
|
|
13064
|
-
"
|
|
13065
|
-
"
|
|
13099
|
+
"env-vars",
|
|
13100
|
+
"update.js"
|
|
13066
13101
|
]
|
|
13067
13102
|
},
|
|
13068
|
-
"bots:
|
|
13103
|
+
"bots:env-vars:values": {
|
|
13069
13104
|
"aliases": [],
|
|
13070
13105
|
"args": {
|
|
13071
|
-
"
|
|
13072
|
-
"description": "
|
|
13073
|
-
"name": "
|
|
13074
|
-
"required": true
|
|
13075
|
-
},
|
|
13076
|
-
"filterId": {
|
|
13077
|
-
"description": "Filter ID",
|
|
13078
|
-
"name": "filterId",
|
|
13106
|
+
"id": {
|
|
13107
|
+
"description": "Environment variable ID",
|
|
13108
|
+
"name": "id",
|
|
13079
13109
|
"required": true
|
|
13080
13110
|
}
|
|
13081
13111
|
},
|
|
13082
|
-
"description": "
|
|
13112
|
+
"description": "List recipient values for a bot environment variable",
|
|
13083
13113
|
"flags": {
|
|
13084
13114
|
"api-key": {
|
|
13085
13115
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13143,62 +13173,32 @@
|
|
|
13143
13173
|
"multiple": false,
|
|
13144
13174
|
"type": "option"
|
|
13145
13175
|
},
|
|
13146
|
-
"
|
|
13147
|
-
"description": "
|
|
13148
|
-
"name": "
|
|
13149
|
-
"
|
|
13150
|
-
"multiple": false,
|
|
13151
|
-
"type": "option"
|
|
13152
|
-
},
|
|
13153
|
-
"operator": {
|
|
13154
|
-
"description": "Logical operator",
|
|
13155
|
-
"name": "operator",
|
|
13156
|
-
"hasDynamicHelp": false,
|
|
13157
|
-
"multiple": false,
|
|
13158
|
-
"type": "option"
|
|
13159
|
-
},
|
|
13160
|
-
"filter-object": {
|
|
13161
|
-
"description": "Filter object type",
|
|
13162
|
-
"name": "filter-object",
|
|
13163
|
-
"hasDynamicHelp": false,
|
|
13164
|
-
"multiple": false,
|
|
13165
|
-
"type": "option"
|
|
13166
|
-
},
|
|
13167
|
-
"filter-attribute": {
|
|
13168
|
-
"description": "Filter attribute",
|
|
13169
|
-
"name": "filter-attribute",
|
|
13170
|
-
"hasDynamicHelp": false,
|
|
13171
|
-
"multiple": false,
|
|
13172
|
-
"type": "option"
|
|
13173
|
-
},
|
|
13174
|
-
"filter-comparator": {
|
|
13175
|
-
"description": "Filter comparator",
|
|
13176
|
-
"name": "filter-comparator",
|
|
13176
|
+
"page": {
|
|
13177
|
+
"description": "Page number",
|
|
13178
|
+
"name": "page",
|
|
13179
|
+
"default": 1,
|
|
13177
13180
|
"hasDynamicHelp": false,
|
|
13178
13181
|
"multiple": false,
|
|
13179
13182
|
"type": "option"
|
|
13180
13183
|
},
|
|
13181
|
-
"
|
|
13182
|
-
"description": "
|
|
13183
|
-
"name": "
|
|
13184
|
+
"limit": {
|
|
13185
|
+
"description": "Items per page",
|
|
13186
|
+
"name": "limit",
|
|
13187
|
+
"default": 20,
|
|
13184
13188
|
"hasDynamicHelp": false,
|
|
13185
13189
|
"multiple": false,
|
|
13186
13190
|
"type": "option"
|
|
13187
13191
|
},
|
|
13188
|
-
"
|
|
13189
|
-
"description": "
|
|
13190
|
-
"name": "
|
|
13192
|
+
"search": {
|
|
13193
|
+
"description": "Search in recipient name or identifier",
|
|
13194
|
+
"name": "search",
|
|
13191
13195
|
"hasDynamicHelp": false,
|
|
13192
13196
|
"multiple": false,
|
|
13193
|
-
"options": [
|
|
13194
|
-
"0",
|
|
13195
|
-
"1"
|
|
13196
|
-
],
|
|
13197
13197
|
"type": "option"
|
|
13198
13198
|
},
|
|
13199
|
-
"
|
|
13200
|
-
"description": "
|
|
13201
|
-
"name": "
|
|
13199
|
+
"recipient": {
|
|
13200
|
+
"description": "Filter by recipient ID",
|
|
13201
|
+
"name": "recipient",
|
|
13202
13202
|
"hasDynamicHelp": false,
|
|
13203
13203
|
"multiple": false,
|
|
13204
13204
|
"type": "option"
|
|
@@ -13206,7 +13206,7 @@
|
|
|
13206
13206
|
},
|
|
13207
13207
|
"hasDynamicHelp": false,
|
|
13208
13208
|
"hiddenAliases": [],
|
|
13209
|
-
"id": "bots:
|
|
13209
|
+
"id": "bots:env-vars:values",
|
|
13210
13210
|
"pluginAlias": "@instantkom/cli",
|
|
13211
13211
|
"pluginName": "@instantkom/cli",
|
|
13212
13212
|
"pluginType": "core",
|
|
@@ -13217,8 +13217,8 @@
|
|
|
13217
13217
|
"dist",
|
|
13218
13218
|
"commands",
|
|
13219
13219
|
"bots",
|
|
13220
|
-
"
|
|
13221
|
-
"
|
|
13220
|
+
"env-vars",
|
|
13221
|
+
"values.js"
|
|
13222
13222
|
]
|
|
13223
13223
|
},
|
|
13224
13224
|
"bots:tags:add": {
|
|
@@ -15666,16 +15666,16 @@
|
|
|
15666
15666
|
"list.js"
|
|
15667
15667
|
]
|
|
15668
15668
|
},
|
|
15669
|
-
"tags:
|
|
15669
|
+
"tags:recipients:add": {
|
|
15670
15670
|
"aliases": [],
|
|
15671
15671
|
"args": {
|
|
15672
|
-
"
|
|
15672
|
+
"tagId": {
|
|
15673
15673
|
"description": "Tag ID",
|
|
15674
|
-
"name": "
|
|
15674
|
+
"name": "tagId",
|
|
15675
15675
|
"required": true
|
|
15676
15676
|
}
|
|
15677
15677
|
},
|
|
15678
|
-
"description": "
|
|
15678
|
+
"description": "Assign a tag to recipients",
|
|
15679
15679
|
"flags": {
|
|
15680
15680
|
"api-key": {
|
|
15681
15681
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15739,18 +15739,10 @@
|
|
|
15739
15739
|
"multiple": false,
|
|
15740
15740
|
"type": "option"
|
|
15741
15741
|
},
|
|
15742
|
-
"
|
|
15743
|
-
"description": "
|
|
15744
|
-
"name": "
|
|
15745
|
-
"
|
|
15746
|
-
"hasDynamicHelp": false,
|
|
15747
|
-
"multiple": false,
|
|
15748
|
-
"type": "option"
|
|
15749
|
-
},
|
|
15750
|
-
"limit": {
|
|
15751
|
-
"description": "Items per page",
|
|
15752
|
-
"name": "limit",
|
|
15753
|
-
"default": 20,
|
|
15742
|
+
"recipients": {
|
|
15743
|
+
"description": "Comma-separated recipient IDs",
|
|
15744
|
+
"name": "recipients",
|
|
15745
|
+
"required": true,
|
|
15754
15746
|
"hasDynamicHelp": false,
|
|
15755
15747
|
"multiple": false,
|
|
15756
15748
|
"type": "option"
|
|
@@ -15758,7 +15750,7 @@
|
|
|
15758
15750
|
},
|
|
15759
15751
|
"hasDynamicHelp": false,
|
|
15760
15752
|
"hiddenAliases": [],
|
|
15761
|
-
"id": "tags:
|
|
15753
|
+
"id": "tags:recipients:add",
|
|
15762
15754
|
"pluginAlias": "@instantkom/cli",
|
|
15763
15755
|
"pluginName": "@instantkom/cli",
|
|
15764
15756
|
"pluginType": "core",
|
|
@@ -15769,11 +15761,11 @@
|
|
|
15769
15761
|
"dist",
|
|
15770
15762
|
"commands",
|
|
15771
15763
|
"tags",
|
|
15772
|
-
"
|
|
15773
|
-
"
|
|
15764
|
+
"recipients",
|
|
15765
|
+
"add.js"
|
|
15774
15766
|
]
|
|
15775
15767
|
},
|
|
15776
|
-
"tags:recipients:
|
|
15768
|
+
"tags:recipients:remove": {
|
|
15777
15769
|
"aliases": [],
|
|
15778
15770
|
"args": {
|
|
15779
15771
|
"tagId": {
|
|
@@ -15782,7 +15774,7 @@
|
|
|
15782
15774
|
"required": true
|
|
15783
15775
|
}
|
|
15784
15776
|
},
|
|
15785
|
-
"description": "
|
|
15777
|
+
"description": "Remove a tag from recipients",
|
|
15786
15778
|
"flags": {
|
|
15787
15779
|
"api-key": {
|
|
15788
15780
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15857,7 +15849,7 @@
|
|
|
15857
15849
|
},
|
|
15858
15850
|
"hasDynamicHelp": false,
|
|
15859
15851
|
"hiddenAliases": [],
|
|
15860
|
-
"id": "tags:recipients:
|
|
15852
|
+
"id": "tags:recipients:remove",
|
|
15861
15853
|
"pluginAlias": "@instantkom/cli",
|
|
15862
15854
|
"pluginName": "@instantkom/cli",
|
|
15863
15855
|
"pluginType": "core",
|
|
@@ -15869,19 +15861,19 @@
|
|
|
15869
15861
|
"commands",
|
|
15870
15862
|
"tags",
|
|
15871
15863
|
"recipients",
|
|
15872
|
-
"
|
|
15864
|
+
"remove.js"
|
|
15873
15865
|
]
|
|
15874
15866
|
},
|
|
15875
|
-
"tags:
|
|
15867
|
+
"tags:segments:list": {
|
|
15876
15868
|
"aliases": [],
|
|
15877
15869
|
"args": {
|
|
15878
|
-
"
|
|
15870
|
+
"id": {
|
|
15879
15871
|
"description": "Tag ID",
|
|
15880
|
-
"name": "
|
|
15872
|
+
"name": "id",
|
|
15881
15873
|
"required": true
|
|
15882
15874
|
}
|
|
15883
15875
|
},
|
|
15884
|
-
"description": "
|
|
15876
|
+
"description": "List segments that use a specific tag",
|
|
15885
15877
|
"flags": {
|
|
15886
15878
|
"api-key": {
|
|
15887
15879
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15945,10 +15937,18 @@
|
|
|
15945
15937
|
"multiple": false,
|
|
15946
15938
|
"type": "option"
|
|
15947
15939
|
},
|
|
15948
|
-
"
|
|
15949
|
-
"description": "
|
|
15950
|
-
"name": "
|
|
15951
|
-
"
|
|
15940
|
+
"page": {
|
|
15941
|
+
"description": "Page number",
|
|
15942
|
+
"name": "page",
|
|
15943
|
+
"default": 1,
|
|
15944
|
+
"hasDynamicHelp": false,
|
|
15945
|
+
"multiple": false,
|
|
15946
|
+
"type": "option"
|
|
15947
|
+
},
|
|
15948
|
+
"limit": {
|
|
15949
|
+
"description": "Items per page",
|
|
15950
|
+
"name": "limit",
|
|
15951
|
+
"default": 20,
|
|
15952
15952
|
"hasDynamicHelp": false,
|
|
15953
15953
|
"multiple": false,
|
|
15954
15954
|
"type": "option"
|
|
@@ -15956,7 +15956,7 @@
|
|
|
15956
15956
|
},
|
|
15957
15957
|
"hasDynamicHelp": false,
|
|
15958
15958
|
"hiddenAliases": [],
|
|
15959
|
-
"id": "tags:
|
|
15959
|
+
"id": "tags:segments:list",
|
|
15960
15960
|
"pluginAlias": "@instantkom/cli",
|
|
15961
15961
|
"pluginName": "@instantkom/cli",
|
|
15962
15962
|
"pluginType": "core",
|
|
@@ -15967,8 +15967,8 @@
|
|
|
15967
15967
|
"dist",
|
|
15968
15968
|
"commands",
|
|
15969
15969
|
"tags",
|
|
15970
|
-
"
|
|
15971
|
-
"
|
|
15970
|
+
"segments",
|
|
15971
|
+
"list.js"
|
|
15972
15972
|
]
|
|
15973
15973
|
},
|
|
15974
15974
|
"ticket:messages:create": {
|
|
@@ -16566,5 +16566,5 @@
|
|
|
16566
16566
|
]
|
|
16567
16567
|
}
|
|
16568
16568
|
},
|
|
16569
|
-
"version": "3.151.
|
|
16569
|
+
"version": "3.151.2"
|
|
16570
16570
|
}
|