@instantkom/cli 3.187.3 → 3.187.5
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 +1473 -1473
- 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,14 @@
|
|
|
2267
2345
|
"relativePath": [
|
|
2268
2346
|
"dist",
|
|
2269
2347
|
"commands",
|
|
2270
|
-
"
|
|
2271
|
-
"
|
|
2348
|
+
"chats",
|
|
2349
|
+
"reply.js"
|
|
2272
2350
|
]
|
|
2273
2351
|
},
|
|
2274
|
-
"
|
|
2352
|
+
"channels:create": {
|
|
2275
2353
|
"aliases": [],
|
|
2276
|
-
"args": {
|
|
2277
|
-
|
|
2278
|
-
"description": "broadcast ID",
|
|
2279
|
-
"name": "id",
|
|
2280
|
-
"required": true
|
|
2281
|
-
}
|
|
2282
|
-
},
|
|
2283
|
-
"description": "Get broadcast by ID",
|
|
2354
|
+
"args": {},
|
|
2355
|
+
"description": "Create a channel",
|
|
2284
2356
|
"flags": {
|
|
2285
2357
|
"api-key": {
|
|
2286
2358
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2343,11 +2415,48 @@
|
|
|
2343
2415
|
"hasDynamicHelp": false,
|
|
2344
2416
|
"multiple": false,
|
|
2345
2417
|
"type": "option"
|
|
2418
|
+
},
|
|
2419
|
+
"name": {
|
|
2420
|
+
"description": "Channel name",
|
|
2421
|
+
"name": "name",
|
|
2422
|
+
"required": true,
|
|
2423
|
+
"hasDynamicHelp": false,
|
|
2424
|
+
"multiple": false,
|
|
2425
|
+
"type": "option"
|
|
2426
|
+
},
|
|
2427
|
+
"gateway-type": {
|
|
2428
|
+
"description": "Gateway type ID",
|
|
2429
|
+
"name": "gateway-type",
|
|
2430
|
+
"required": true,
|
|
2431
|
+
"hasDynamicHelp": false,
|
|
2432
|
+
"multiple": false,
|
|
2433
|
+
"type": "option"
|
|
2434
|
+
},
|
|
2435
|
+
"status": {
|
|
2436
|
+
"description": "Channel lifecycle status",
|
|
2437
|
+
"name": "status",
|
|
2438
|
+
"hasDynamicHelp": false,
|
|
2439
|
+
"multiple": false,
|
|
2440
|
+
"type": "option"
|
|
2441
|
+
},
|
|
2442
|
+
"description": {
|
|
2443
|
+
"description": "Channel description",
|
|
2444
|
+
"name": "description",
|
|
2445
|
+
"hasDynamicHelp": false,
|
|
2446
|
+
"multiple": false,
|
|
2447
|
+
"type": "option"
|
|
2448
|
+
},
|
|
2449
|
+
"data": {
|
|
2450
|
+
"description": "Additional JSON object payload",
|
|
2451
|
+
"name": "data",
|
|
2452
|
+
"hasDynamicHelp": false,
|
|
2453
|
+
"multiple": false,
|
|
2454
|
+
"type": "option"
|
|
2346
2455
|
}
|
|
2347
2456
|
},
|
|
2348
2457
|
"hasDynamicHelp": false,
|
|
2349
2458
|
"hiddenAliases": [],
|
|
2350
|
-
"id": "
|
|
2459
|
+
"id": "channels:create",
|
|
2351
2460
|
"pluginAlias": "@instantkom/cli",
|
|
2352
2461
|
"pluginName": "@instantkom/cli",
|
|
2353
2462
|
"pluginType": "core",
|
|
@@ -2357,14 +2466,20 @@
|
|
|
2357
2466
|
"relativePath": [
|
|
2358
2467
|
"dist",
|
|
2359
2468
|
"commands",
|
|
2360
|
-
"
|
|
2361
|
-
"
|
|
2469
|
+
"channels",
|
|
2470
|
+
"create.js"
|
|
2362
2471
|
]
|
|
2363
2472
|
},
|
|
2364
|
-
"
|
|
2473
|
+
"channels:get": {
|
|
2365
2474
|
"aliases": [],
|
|
2366
|
-
"args": {
|
|
2367
|
-
|
|
2475
|
+
"args": {
|
|
2476
|
+
"id": {
|
|
2477
|
+
"description": "Channel ID",
|
|
2478
|
+
"name": "id",
|
|
2479
|
+
"required": true
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2482
|
+
"description": "Get a channel by ID",
|
|
2368
2483
|
"flags": {
|
|
2369
2484
|
"api-key": {
|
|
2370
2485
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2427,73 +2542,11 @@
|
|
|
2427
2542
|
"hasDynamicHelp": false,
|
|
2428
2543
|
"multiple": false,
|
|
2429
2544
|
"type": "option"
|
|
2430
|
-
},
|
|
2431
|
-
"page": {
|
|
2432
|
-
"description": "Page number",
|
|
2433
|
-
"name": "page",
|
|
2434
|
-
"default": 1,
|
|
2435
|
-
"hasDynamicHelp": false,
|
|
2436
|
-
"multiple": false,
|
|
2437
|
-
"type": "option"
|
|
2438
|
-
},
|
|
2439
|
-
"limit": {
|
|
2440
|
-
"description": "Items per page",
|
|
2441
|
-
"name": "limit",
|
|
2442
|
-
"default": 20,
|
|
2443
|
-
"hasDynamicHelp": false,
|
|
2444
|
-
"multiple": false,
|
|
2445
|
-
"type": "option"
|
|
2446
|
-
},
|
|
2447
|
-
"channel": {
|
|
2448
|
-
"description": "Filter by channel ID",
|
|
2449
|
-
"name": "channel",
|
|
2450
|
-
"hasDynamicHelp": false,
|
|
2451
|
-
"multiple": false,
|
|
2452
|
-
"type": "option"
|
|
2453
|
-
},
|
|
2454
|
-
"send-status": {
|
|
2455
|
-
"description": "Filter by send status",
|
|
2456
|
-
"name": "send-status",
|
|
2457
|
-
"hasDynamicHelp": false,
|
|
2458
|
-
"multiple": false,
|
|
2459
|
-
"type": "option"
|
|
2460
|
-
},
|
|
2461
|
-
"type": {
|
|
2462
|
-
"description": "Broadcast type",
|
|
2463
|
-
"name": "type",
|
|
2464
|
-
"hasDynamicHelp": false,
|
|
2465
|
-
"multiple": false,
|
|
2466
|
-
"options": [
|
|
2467
|
-
"text",
|
|
2468
|
-
"image",
|
|
2469
|
-
"video",
|
|
2470
|
-
"audio",
|
|
2471
|
-
"document"
|
|
2472
|
-
],
|
|
2473
|
-
"type": "option"
|
|
2474
|
-
},
|
|
2475
|
-
"search": {
|
|
2476
|
-
"description": "Search broadcasts",
|
|
2477
|
-
"name": "search",
|
|
2478
|
-
"hasDynamicHelp": false,
|
|
2479
|
-
"multiple": false,
|
|
2480
|
-
"type": "option"
|
|
2481
|
-
},
|
|
2482
|
-
"test": {
|
|
2483
|
-
"description": "Filter test flag: 0 or 1",
|
|
2484
|
-
"name": "test",
|
|
2485
|
-
"hasDynamicHelp": false,
|
|
2486
|
-
"multiple": false,
|
|
2487
|
-
"options": [
|
|
2488
|
-
"0",
|
|
2489
|
-
"1"
|
|
2490
|
-
],
|
|
2491
|
-
"type": "option"
|
|
2492
2545
|
}
|
|
2493
2546
|
},
|
|
2494
2547
|
"hasDynamicHelp": false,
|
|
2495
2548
|
"hiddenAliases": [],
|
|
2496
|
-
"id": "
|
|
2549
|
+
"id": "channels:get",
|
|
2497
2550
|
"pluginAlias": "@instantkom/cli",
|
|
2498
2551
|
"pluginName": "@instantkom/cli",
|
|
2499
2552
|
"pluginType": "core",
|
|
@@ -2503,20 +2556,20 @@
|
|
|
2503
2556
|
"relativePath": [
|
|
2504
2557
|
"dist",
|
|
2505
2558
|
"commands",
|
|
2506
|
-
"
|
|
2507
|
-
"
|
|
2559
|
+
"channels",
|
|
2560
|
+
"get.js"
|
|
2508
2561
|
]
|
|
2509
2562
|
},
|
|
2510
|
-
"
|
|
2563
|
+
"channels:kpis": {
|
|
2511
2564
|
"aliases": [],
|
|
2512
2565
|
"args": {
|
|
2513
2566
|
"id": {
|
|
2514
|
-
"description": "
|
|
2567
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
2515
2568
|
"name": "id",
|
|
2516
|
-
"required":
|
|
2569
|
+
"required": false
|
|
2517
2570
|
}
|
|
2518
2571
|
},
|
|
2519
|
-
"description": "
|
|
2572
|
+
"description": "Get channel KPIs",
|
|
2520
2573
|
"flags": {
|
|
2521
2574
|
"api-key": {
|
|
2522
2575
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2579,11 +2632,18 @@
|
|
|
2579
2632
|
"hasDynamicHelp": false,
|
|
2580
2633
|
"multiple": false,
|
|
2581
2634
|
"type": "option"
|
|
2635
|
+
},
|
|
2636
|
+
"period": {
|
|
2637
|
+
"description": "KPI period",
|
|
2638
|
+
"name": "period",
|
|
2639
|
+
"hasDynamicHelp": false,
|
|
2640
|
+
"multiple": false,
|
|
2641
|
+
"type": "option"
|
|
2582
2642
|
}
|
|
2583
2643
|
},
|
|
2584
2644
|
"hasDynamicHelp": false,
|
|
2585
2645
|
"hiddenAliases": [],
|
|
2586
|
-
"id": "
|
|
2646
|
+
"id": "channels:kpis",
|
|
2587
2647
|
"pluginAlias": "@instantkom/cli",
|
|
2588
2648
|
"pluginName": "@instantkom/cli",
|
|
2589
2649
|
"pluginType": "core",
|
|
@@ -2593,20 +2653,14 @@
|
|
|
2593
2653
|
"relativePath": [
|
|
2594
2654
|
"dist",
|
|
2595
2655
|
"commands",
|
|
2596
|
-
"
|
|
2597
|
-
"
|
|
2656
|
+
"channels",
|
|
2657
|
+
"kpis.js"
|
|
2598
2658
|
]
|
|
2599
2659
|
},
|
|
2600
|
-
"
|
|
2660
|
+
"channels:list": {
|
|
2601
2661
|
"aliases": [],
|
|
2602
|
-
"args": {
|
|
2603
|
-
|
|
2604
|
-
"description": "Broadcast ID",
|
|
2605
|
-
"name": "id",
|
|
2606
|
-
"required": true
|
|
2607
|
-
}
|
|
2608
|
-
},
|
|
2609
|
-
"description": "Show broadcast send status",
|
|
2662
|
+
"args": {},
|
|
2663
|
+
"description": "List channels",
|
|
2610
2664
|
"flags": {
|
|
2611
2665
|
"api-key": {
|
|
2612
2666
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2669,11 +2723,48 @@
|
|
|
2669
2723
|
"hasDynamicHelp": false,
|
|
2670
2724
|
"multiple": false,
|
|
2671
2725
|
"type": "option"
|
|
2726
|
+
},
|
|
2727
|
+
"page": {
|
|
2728
|
+
"description": "Page number",
|
|
2729
|
+
"name": "page",
|
|
2730
|
+
"default": 1,
|
|
2731
|
+
"hasDynamicHelp": false,
|
|
2732
|
+
"multiple": false,
|
|
2733
|
+
"type": "option"
|
|
2734
|
+
},
|
|
2735
|
+
"limit": {
|
|
2736
|
+
"description": "Items per page",
|
|
2737
|
+
"name": "limit",
|
|
2738
|
+
"default": 20,
|
|
2739
|
+
"hasDynamicHelp": false,
|
|
2740
|
+
"multiple": false,
|
|
2741
|
+
"type": "option"
|
|
2742
|
+
},
|
|
2743
|
+
"status": {
|
|
2744
|
+
"description": "Filter by channel status",
|
|
2745
|
+
"name": "status",
|
|
2746
|
+
"hasDynamicHelp": false,
|
|
2747
|
+
"multiple": false,
|
|
2748
|
+
"type": "option"
|
|
2749
|
+
},
|
|
2750
|
+
"gateway-type": {
|
|
2751
|
+
"description": "Filter by gateway type ID",
|
|
2752
|
+
"name": "gateway-type",
|
|
2753
|
+
"hasDynamicHelp": false,
|
|
2754
|
+
"multiple": false,
|
|
2755
|
+
"type": "option"
|
|
2756
|
+
},
|
|
2757
|
+
"search": {
|
|
2758
|
+
"description": "Search by channel name",
|
|
2759
|
+
"name": "search",
|
|
2760
|
+
"hasDynamicHelp": false,
|
|
2761
|
+
"multiple": false,
|
|
2762
|
+
"type": "option"
|
|
2672
2763
|
}
|
|
2673
2764
|
},
|
|
2674
2765
|
"hasDynamicHelp": false,
|
|
2675
2766
|
"hiddenAliases": [],
|
|
2676
|
-
"id": "
|
|
2767
|
+
"id": "channels:list",
|
|
2677
2768
|
"pluginAlias": "@instantkom/cli",
|
|
2678
2769
|
"pluginName": "@instantkom/cli",
|
|
2679
2770
|
"pluginType": "core",
|
|
@@ -2683,20 +2774,20 @@
|
|
|
2683
2774
|
"relativePath": [
|
|
2684
2775
|
"dist",
|
|
2685
2776
|
"commands",
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2777
|
+
"channels",
|
|
2778
|
+
"list.js"
|
|
2688
2779
|
]
|
|
2689
2780
|
},
|
|
2690
|
-
"
|
|
2781
|
+
"channels:update": {
|
|
2691
2782
|
"aliases": [],
|
|
2692
2783
|
"args": {
|
|
2693
2784
|
"id": {
|
|
2694
|
-
"description": "
|
|
2785
|
+
"description": "Channel ID",
|
|
2695
2786
|
"name": "id",
|
|
2696
2787
|
"required": true
|
|
2697
2788
|
}
|
|
2698
2789
|
},
|
|
2699
|
-
"description": "Update a
|
|
2790
|
+
"description": "Update a channel",
|
|
2700
2791
|
"flags": {
|
|
2701
2792
|
"api-key": {
|
|
2702
2793
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2760,61 +2851,23 @@
|
|
|
2760
2851
|
"multiple": false,
|
|
2761
2852
|
"type": "option"
|
|
2762
2853
|
},
|
|
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",
|
|
2854
|
+
"name": {
|
|
2855
|
+
"description": "Channel name",
|
|
2856
|
+
"name": "name",
|
|
2780
2857
|
"hasDynamicHelp": false,
|
|
2781
2858
|
"multiple": false,
|
|
2782
2859
|
"type": "option"
|
|
2783
2860
|
},
|
|
2784
|
-
"
|
|
2785
|
-
"description": "
|
|
2786
|
-
"name": "
|
|
2787
|
-
"allowNo": false,
|
|
2788
|
-
"type": "boolean"
|
|
2789
|
-
},
|
|
2790
|
-
"locked": {
|
|
2791
|
-
"description": "Mark as locked",
|
|
2792
|
-
"name": "locked",
|
|
2793
|
-
"allowNo": false,
|
|
2794
|
-
"type": "boolean"
|
|
2795
|
-
},
|
|
2796
|
-
"test": {
|
|
2797
|
-
"description": "Mark as test broadcast",
|
|
2798
|
-
"name": "test",
|
|
2799
|
-
"allowNo": false,
|
|
2800
|
-
"type": "boolean"
|
|
2801
|
-
},
|
|
2802
|
-
"template-id": {
|
|
2803
|
-
"description": "Template ID",
|
|
2804
|
-
"name": "template-id",
|
|
2861
|
+
"status": {
|
|
2862
|
+
"description": "Channel lifecycle status",
|
|
2863
|
+
"name": "status",
|
|
2805
2864
|
"hasDynamicHelp": false,
|
|
2806
2865
|
"multiple": false,
|
|
2807
2866
|
"type": "option"
|
|
2808
2867
|
},
|
|
2809
|
-
"
|
|
2810
|
-
"description": "
|
|
2811
|
-
"name": "
|
|
2812
|
-
"allowNo": false,
|
|
2813
|
-
"type": "boolean"
|
|
2814
|
-
},
|
|
2815
|
-
"header-footer": {
|
|
2816
|
-
"description": "Header/footer JSON array",
|
|
2817
|
-
"name": "header-footer",
|
|
2868
|
+
"description": {
|
|
2869
|
+
"description": "Channel description",
|
|
2870
|
+
"name": "description",
|
|
2818
2871
|
"hasDynamicHelp": false,
|
|
2819
2872
|
"multiple": false,
|
|
2820
2873
|
"type": "option"
|
|
@@ -2829,7 +2882,7 @@
|
|
|
2829
2882
|
},
|
|
2830
2883
|
"hasDynamicHelp": false,
|
|
2831
2884
|
"hiddenAliases": [],
|
|
2832
|
-
"id": "
|
|
2885
|
+
"id": "channels:update",
|
|
2833
2886
|
"pluginAlias": "@instantkom/cli",
|
|
2834
2887
|
"pluginName": "@instantkom/cli",
|
|
2835
2888
|
"pluginType": "core",
|
|
@@ -2839,20 +2892,20 @@
|
|
|
2839
2892
|
"relativePath": [
|
|
2840
2893
|
"dist",
|
|
2841
2894
|
"commands",
|
|
2842
|
-
"
|
|
2895
|
+
"channels",
|
|
2843
2896
|
"update.js"
|
|
2844
2897
|
]
|
|
2845
2898
|
},
|
|
2846
|
-
"
|
|
2899
|
+
"config:get": {
|
|
2847
2900
|
"aliases": [],
|
|
2848
2901
|
"args": {
|
|
2849
|
-
"
|
|
2850
|
-
"description": "
|
|
2851
|
-
"name": "
|
|
2902
|
+
"key": {
|
|
2903
|
+
"description": "Configuration key to retrieve",
|
|
2904
|
+
"name": "key",
|
|
2852
2905
|
"required": true
|
|
2853
2906
|
}
|
|
2854
2907
|
},
|
|
2855
|
-
"description": "Get
|
|
2908
|
+
"description": "Get a configuration value for the current profile",
|
|
2856
2909
|
"flags": {
|
|
2857
2910
|
"api-key": {
|
|
2858
2911
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2919,7 +2972,7 @@
|
|
|
2919
2972
|
},
|
|
2920
2973
|
"hasDynamicHelp": false,
|
|
2921
2974
|
"hiddenAliases": [],
|
|
2922
|
-
"id": "
|
|
2975
|
+
"id": "config:get",
|
|
2923
2976
|
"pluginAlias": "@instantkom/cli",
|
|
2924
2977
|
"pluginName": "@instantkom/cli",
|
|
2925
2978
|
"pluginType": "core",
|
|
@@ -2929,14 +2982,25 @@
|
|
|
2929
2982
|
"relativePath": [
|
|
2930
2983
|
"dist",
|
|
2931
2984
|
"commands",
|
|
2932
|
-
"
|
|
2985
|
+
"config",
|
|
2933
2986
|
"get.js"
|
|
2934
2987
|
]
|
|
2935
2988
|
},
|
|
2936
|
-
"
|
|
2989
|
+
"config:set": {
|
|
2937
2990
|
"aliases": [],
|
|
2938
|
-
"args": {
|
|
2939
|
-
|
|
2991
|
+
"args": {
|
|
2992
|
+
"key": {
|
|
2993
|
+
"description": "Configuration key to set",
|
|
2994
|
+
"name": "key",
|
|
2995
|
+
"required": true
|
|
2996
|
+
},
|
|
2997
|
+
"value": {
|
|
2998
|
+
"description": "Value to assign",
|
|
2999
|
+
"name": "value",
|
|
3000
|
+
"required": true
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
"description": "Set a configuration value for the current profile",
|
|
2940
3004
|
"flags": {
|
|
2941
3005
|
"api-key": {
|
|
2942
3006
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2999,73 +3063,11 @@
|
|
|
2999
3063
|
"hasDynamicHelp": false,
|
|
3000
3064
|
"multiple": false,
|
|
3001
3065
|
"type": "option"
|
|
3002
|
-
},
|
|
3003
|
-
"page": {
|
|
3004
|
-
"description": "Page number",
|
|
3005
|
-
"name": "page",
|
|
3006
|
-
"default": 1,
|
|
3007
|
-
"hasDynamicHelp": false,
|
|
3008
|
-
"multiple": false,
|
|
3009
|
-
"type": "option"
|
|
3010
|
-
},
|
|
3011
|
-
"limit": {
|
|
3012
|
-
"description": "Items per page",
|
|
3013
|
-
"name": "limit",
|
|
3014
|
-
"default": 20,
|
|
3015
|
-
"hasDynamicHelp": false,
|
|
3016
|
-
"multiple": false,
|
|
3017
|
-
"type": "option"
|
|
3018
|
-
},
|
|
3019
|
-
"channel": {
|
|
3020
|
-
"description": "Filter by channel ID",
|
|
3021
|
-
"name": "channel",
|
|
3022
|
-
"hasDynamicHelp": false,
|
|
3023
|
-
"multiple": false,
|
|
3024
|
-
"type": "option"
|
|
3025
|
-
},
|
|
3026
|
-
"channels": {
|
|
3027
|
-
"description": "Comma-separated channel IDs",
|
|
3028
|
-
"name": "channels",
|
|
3029
|
-
"hasDynamicHelp": false,
|
|
3030
|
-
"multiple": false,
|
|
3031
|
-
"type": "option"
|
|
3032
|
-
},
|
|
3033
|
-
"search": {
|
|
3034
|
-
"description": "Search chats",
|
|
3035
|
-
"name": "search",
|
|
3036
|
-
"hasDynamicHelp": false,
|
|
3037
|
-
"multiple": false,
|
|
3038
|
-
"type": "option"
|
|
3039
|
-
},
|
|
3040
|
-
"status": {
|
|
3041
|
-
"description": "Chat status",
|
|
3042
|
-
"name": "status",
|
|
3043
|
-
"hasDynamicHelp": false,
|
|
3044
|
-
"multiple": false,
|
|
3045
|
-
"options": [
|
|
3046
|
-
"all",
|
|
3047
|
-
"unread",
|
|
3048
|
-
"read",
|
|
3049
|
-
"archived"
|
|
3050
|
-
],
|
|
3051
|
-
"type": "option"
|
|
3052
|
-
},
|
|
3053
|
-
"unread-only": {
|
|
3054
|
-
"description": "Only unread chats",
|
|
3055
|
-
"name": "unread-only",
|
|
3056
|
-
"allowNo": false,
|
|
3057
|
-
"type": "boolean"
|
|
3058
|
-
},
|
|
3059
|
-
"include-archived": {
|
|
3060
|
-
"description": "Include archived chats",
|
|
3061
|
-
"name": "include-archived",
|
|
3062
|
-
"allowNo": false,
|
|
3063
|
-
"type": "boolean"
|
|
3064
3066
|
}
|
|
3065
3067
|
},
|
|
3066
3068
|
"hasDynamicHelp": false,
|
|
3067
3069
|
"hiddenAliases": [],
|
|
3068
|
-
"id": "
|
|
3070
|
+
"id": "config:set",
|
|
3069
3071
|
"pluginAlias": "@instantkom/cli",
|
|
3070
3072
|
"pluginName": "@instantkom/cli",
|
|
3071
3073
|
"pluginType": "core",
|
|
@@ -3075,20 +3077,20 @@
|
|
|
3075
3077
|
"relativePath": [
|
|
3076
3078
|
"dist",
|
|
3077
3079
|
"commands",
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3080
|
+
"config",
|
|
3081
|
+
"set.js"
|
|
3080
3082
|
]
|
|
3081
3083
|
},
|
|
3082
|
-
"
|
|
3084
|
+
"config:unset": {
|
|
3083
3085
|
"aliases": [],
|
|
3084
3086
|
"args": {
|
|
3085
|
-
"
|
|
3086
|
-
"description": "
|
|
3087
|
-
"name": "
|
|
3087
|
+
"key": {
|
|
3088
|
+
"description": "Configuration key to remove",
|
|
3089
|
+
"name": "key",
|
|
3088
3090
|
"required": true
|
|
3089
3091
|
}
|
|
3090
3092
|
},
|
|
3091
|
-
"description": "
|
|
3093
|
+
"description": "Remove a configuration key from the current profile",
|
|
3092
3094
|
"flags": {
|
|
3093
3095
|
"api-key": {
|
|
3094
3096
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3151,19 +3153,11 @@
|
|
|
3151
3153
|
"hasDynamicHelp": false,
|
|
3152
3154
|
"multiple": false,
|
|
3153
3155
|
"type": "option"
|
|
3154
|
-
},
|
|
3155
|
-
"text": {
|
|
3156
|
-
"description": "Reply text",
|
|
3157
|
-
"name": "text",
|
|
3158
|
-
"required": true,
|
|
3159
|
-
"hasDynamicHelp": false,
|
|
3160
|
-
"multiple": false,
|
|
3161
|
-
"type": "option"
|
|
3162
3156
|
}
|
|
3163
3157
|
},
|
|
3164
3158
|
"hasDynamicHelp": false,
|
|
3165
3159
|
"hiddenAliases": [],
|
|
3166
|
-
"id": "
|
|
3160
|
+
"id": "config:unset",
|
|
3167
3161
|
"pluginAlias": "@instantkom/cli",
|
|
3168
3162
|
"pluginName": "@instantkom/cli",
|
|
3169
3163
|
"pluginType": "core",
|
|
@@ -3173,14 +3167,14 @@
|
|
|
3173
3167
|
"relativePath": [
|
|
3174
3168
|
"dist",
|
|
3175
3169
|
"commands",
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3170
|
+
"config",
|
|
3171
|
+
"unset.js"
|
|
3178
3172
|
]
|
|
3179
3173
|
},
|
|
3180
|
-
"
|
|
3174
|
+
"broadcast:create": {
|
|
3181
3175
|
"aliases": [],
|
|
3182
3176
|
"args": {},
|
|
3183
|
-
"description": "Create a
|
|
3177
|
+
"description": "Create a broadcast for channels or segments",
|
|
3184
3178
|
"flags": {
|
|
3185
3179
|
"api-key": {
|
|
3186
3180
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3244,47 +3238,92 @@
|
|
|
3244
3238
|
"multiple": false,
|
|
3245
3239
|
"type": "option"
|
|
3246
3240
|
},
|
|
3247
|
-
"
|
|
3248
|
-
"description": "Channel
|
|
3249
|
-
"name": "
|
|
3250
|
-
"required": true,
|
|
3241
|
+
"channel": {
|
|
3242
|
+
"description": "Channel ID target",
|
|
3243
|
+
"name": "channel",
|
|
3251
3244
|
"hasDynamicHelp": false,
|
|
3252
3245
|
"multiple": false,
|
|
3253
3246
|
"type": "option"
|
|
3254
3247
|
},
|
|
3255
|
-
"
|
|
3256
|
-
"description": "
|
|
3257
|
-
"name": "
|
|
3248
|
+
"segment": {
|
|
3249
|
+
"description": "Segment ID within --channel",
|
|
3250
|
+
"name": "segment",
|
|
3251
|
+
"hasDynamicHelp": false,
|
|
3252
|
+
"multiple": false,
|
|
3253
|
+
"type": "option"
|
|
3254
|
+
},
|
|
3255
|
+
"target": {
|
|
3256
|
+
"description": "Target as channelId or channelId:segmentId; may be repeated",
|
|
3257
|
+
"name": "target",
|
|
3258
|
+
"hasDynamicHelp": false,
|
|
3259
|
+
"multiple": true,
|
|
3260
|
+
"type": "option"
|
|
3261
|
+
},
|
|
3262
|
+
"text": {
|
|
3263
|
+
"description": "Broadcast message text",
|
|
3264
|
+
"name": "text",
|
|
3258
3265
|
"required": true,
|
|
3259
3266
|
"hasDynamicHelp": false,
|
|
3260
3267
|
"multiple": false,
|
|
3261
3268
|
"type": "option"
|
|
3262
3269
|
},
|
|
3263
|
-
"
|
|
3264
|
-
"description": "
|
|
3265
|
-
"name": "
|
|
3270
|
+
"send-at": {
|
|
3271
|
+
"description": "Schedule send for an ISO-8601 date-time",
|
|
3272
|
+
"name": "send-at",
|
|
3266
3273
|
"hasDynamicHelp": false,
|
|
3267
3274
|
"multiple": false,
|
|
3268
3275
|
"type": "option"
|
|
3269
3276
|
},
|
|
3270
|
-
"
|
|
3271
|
-
"description": "
|
|
3272
|
-
"name": "
|
|
3277
|
+
"dry-run": {
|
|
3278
|
+
"description": "Validate and print the broadcast payload without mutating API calls",
|
|
3279
|
+
"name": "dry-run",
|
|
3280
|
+
"allowNo": false,
|
|
3281
|
+
"type": "boolean"
|
|
3282
|
+
},
|
|
3283
|
+
"idempotency-key": {
|
|
3284
|
+
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
3285
|
+
"name": "idempotency-key",
|
|
3273
3286
|
"hasDynamicHelp": false,
|
|
3274
3287
|
"multiple": false,
|
|
3275
3288
|
"type": "option"
|
|
3276
3289
|
},
|
|
3277
|
-
"
|
|
3278
|
-
"description": "
|
|
3279
|
-
"name": "
|
|
3290
|
+
"media": {
|
|
3291
|
+
"description": "Media file path to upload",
|
|
3292
|
+
"name": "media",
|
|
3293
|
+
"hasDynamicHelp": false,
|
|
3294
|
+
"multiple": true,
|
|
3295
|
+
"type": "option"
|
|
3296
|
+
},
|
|
3297
|
+
"template-id": {
|
|
3298
|
+
"description": "WhatsApp template ID",
|
|
3299
|
+
"name": "template-id",
|
|
3300
|
+
"hasDynamicHelp": false,
|
|
3301
|
+
"multiple": false,
|
|
3302
|
+
"type": "option"
|
|
3303
|
+
},
|
|
3304
|
+
"send-status": {
|
|
3305
|
+
"description": "Initial broadcast send status",
|
|
3306
|
+
"name": "send-status",
|
|
3307
|
+
"default": "draft",
|
|
3280
3308
|
"hasDynamicHelp": false,
|
|
3281
3309
|
"multiple": false,
|
|
3310
|
+
"options": [
|
|
3311
|
+
"draft",
|
|
3312
|
+
"scheduled",
|
|
3313
|
+
"sending"
|
|
3314
|
+
],
|
|
3282
3315
|
"type": "option"
|
|
3316
|
+
},
|
|
3317
|
+
"auto-approve": {
|
|
3318
|
+
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
3319
|
+
"name": "auto-approve",
|
|
3320
|
+
"allowNo": false,
|
|
3321
|
+
"type": "boolean"
|
|
3283
3322
|
}
|
|
3284
3323
|
},
|
|
3285
3324
|
"hasDynamicHelp": false,
|
|
3286
3325
|
"hiddenAliases": [],
|
|
3287
|
-
"id": "
|
|
3326
|
+
"id": "broadcast:create",
|
|
3288
3327
|
"pluginAlias": "@instantkom/cli",
|
|
3289
3328
|
"pluginName": "@instantkom/cli",
|
|
3290
3329
|
"pluginType": "core",
|
|
@@ -3294,20 +3333,20 @@
|
|
|
3294
3333
|
"relativePath": [
|
|
3295
3334
|
"dist",
|
|
3296
3335
|
"commands",
|
|
3297
|
-
"
|
|
3336
|
+
"broadcast",
|
|
3298
3337
|
"create.js"
|
|
3299
3338
|
]
|
|
3300
3339
|
},
|
|
3301
|
-
"
|
|
3340
|
+
"broadcast:delete": {
|
|
3302
3341
|
"aliases": [],
|
|
3303
3342
|
"args": {
|
|
3304
3343
|
"id": {
|
|
3305
|
-
"description": "
|
|
3344
|
+
"description": "broadcast ID",
|
|
3306
3345
|
"name": "id",
|
|
3307
3346
|
"required": true
|
|
3308
3347
|
}
|
|
3309
3348
|
},
|
|
3310
|
-
"description": "
|
|
3349
|
+
"description": "Delete broadcast",
|
|
3311
3350
|
"flags": {
|
|
3312
3351
|
"api-key": {
|
|
3313
3352
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3374,7 +3413,7 @@
|
|
|
3374
3413
|
},
|
|
3375
3414
|
"hasDynamicHelp": false,
|
|
3376
3415
|
"hiddenAliases": [],
|
|
3377
|
-
"id": "
|
|
3416
|
+
"id": "broadcast:delete",
|
|
3378
3417
|
"pluginAlias": "@instantkom/cli",
|
|
3379
3418
|
"pluginName": "@instantkom/cli",
|
|
3380
3419
|
"pluginType": "core",
|
|
@@ -3384,20 +3423,20 @@
|
|
|
3384
3423
|
"relativePath": [
|
|
3385
3424
|
"dist",
|
|
3386
3425
|
"commands",
|
|
3387
|
-
"
|
|
3388
|
-
"
|
|
3426
|
+
"broadcast",
|
|
3427
|
+
"delete.js"
|
|
3389
3428
|
]
|
|
3390
3429
|
},
|
|
3391
|
-
"
|
|
3430
|
+
"broadcast:get": {
|
|
3392
3431
|
"aliases": [],
|
|
3393
3432
|
"args": {
|
|
3394
3433
|
"id": {
|
|
3395
|
-
"description": "
|
|
3434
|
+
"description": "broadcast ID",
|
|
3396
3435
|
"name": "id",
|
|
3397
|
-
"required":
|
|
3436
|
+
"required": true
|
|
3398
3437
|
}
|
|
3399
3438
|
},
|
|
3400
|
-
"description": "Get
|
|
3439
|
+
"description": "Get broadcast by ID",
|
|
3401
3440
|
"flags": {
|
|
3402
3441
|
"api-key": {
|
|
3403
3442
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3460,18 +3499,11 @@
|
|
|
3460
3499
|
"hasDynamicHelp": false,
|
|
3461
3500
|
"multiple": false,
|
|
3462
3501
|
"type": "option"
|
|
3463
|
-
},
|
|
3464
|
-
"period": {
|
|
3465
|
-
"description": "KPI period",
|
|
3466
|
-
"name": "period",
|
|
3467
|
-
"hasDynamicHelp": false,
|
|
3468
|
-
"multiple": false,
|
|
3469
|
-
"type": "option"
|
|
3470
3502
|
}
|
|
3471
3503
|
},
|
|
3472
3504
|
"hasDynamicHelp": false,
|
|
3473
3505
|
"hiddenAliases": [],
|
|
3474
|
-
"id": "
|
|
3506
|
+
"id": "broadcast:get",
|
|
3475
3507
|
"pluginAlias": "@instantkom/cli",
|
|
3476
3508
|
"pluginName": "@instantkom/cli",
|
|
3477
3509
|
"pluginType": "core",
|
|
@@ -3481,14 +3513,14 @@
|
|
|
3481
3513
|
"relativePath": [
|
|
3482
3514
|
"dist",
|
|
3483
3515
|
"commands",
|
|
3484
|
-
"
|
|
3485
|
-
"
|
|
3516
|
+
"broadcast",
|
|
3517
|
+
"get.js"
|
|
3486
3518
|
]
|
|
3487
3519
|
},
|
|
3488
|
-
"
|
|
3520
|
+
"broadcast:list": {
|
|
3489
3521
|
"aliases": [],
|
|
3490
3522
|
"args": {},
|
|
3491
|
-
"description": "List
|
|
3523
|
+
"description": "List broadcasts",
|
|
3492
3524
|
"flags": {
|
|
3493
3525
|
"api-key": {
|
|
3494
3526
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3568,31 +3600,56 @@
|
|
|
3568
3600
|
"multiple": false,
|
|
3569
3601
|
"type": "option"
|
|
3570
3602
|
},
|
|
3571
|
-
"
|
|
3572
|
-
"description": "Filter by channel
|
|
3573
|
-
"name": "
|
|
3603
|
+
"channel": {
|
|
3604
|
+
"description": "Filter by channel ID",
|
|
3605
|
+
"name": "channel",
|
|
3574
3606
|
"hasDynamicHelp": false,
|
|
3575
3607
|
"multiple": false,
|
|
3576
3608
|
"type": "option"
|
|
3577
3609
|
},
|
|
3578
|
-
"
|
|
3579
|
-
"description": "Filter by
|
|
3580
|
-
"name": "
|
|
3610
|
+
"send-status": {
|
|
3611
|
+
"description": "Filter by send status",
|
|
3612
|
+
"name": "send-status",
|
|
3613
|
+
"hasDynamicHelp": false,
|
|
3614
|
+
"multiple": false,
|
|
3615
|
+
"type": "option"
|
|
3616
|
+
},
|
|
3617
|
+
"type": {
|
|
3618
|
+
"description": "Broadcast type",
|
|
3619
|
+
"name": "type",
|
|
3581
3620
|
"hasDynamicHelp": false,
|
|
3582
3621
|
"multiple": false,
|
|
3622
|
+
"options": [
|
|
3623
|
+
"text",
|
|
3624
|
+
"image",
|
|
3625
|
+
"video",
|
|
3626
|
+
"audio",
|
|
3627
|
+
"document"
|
|
3628
|
+
],
|
|
3583
3629
|
"type": "option"
|
|
3584
3630
|
},
|
|
3585
3631
|
"search": {
|
|
3586
|
-
"description": "Search
|
|
3632
|
+
"description": "Search broadcasts",
|
|
3587
3633
|
"name": "search",
|
|
3588
3634
|
"hasDynamicHelp": false,
|
|
3589
3635
|
"multiple": false,
|
|
3590
3636
|
"type": "option"
|
|
3637
|
+
},
|
|
3638
|
+
"test": {
|
|
3639
|
+
"description": "Filter test flag: 0 or 1",
|
|
3640
|
+
"name": "test",
|
|
3641
|
+
"hasDynamicHelp": false,
|
|
3642
|
+
"multiple": false,
|
|
3643
|
+
"options": [
|
|
3644
|
+
"0",
|
|
3645
|
+
"1"
|
|
3646
|
+
],
|
|
3647
|
+
"type": "option"
|
|
3591
3648
|
}
|
|
3592
3649
|
},
|
|
3593
3650
|
"hasDynamicHelp": false,
|
|
3594
3651
|
"hiddenAliases": [],
|
|
3595
|
-
"id": "
|
|
3652
|
+
"id": "broadcast:list",
|
|
3596
3653
|
"pluginAlias": "@instantkom/cli",
|
|
3597
3654
|
"pluginName": "@instantkom/cli",
|
|
3598
3655
|
"pluginType": "core",
|
|
@@ -3602,20 +3659,20 @@
|
|
|
3602
3659
|
"relativePath": [
|
|
3603
3660
|
"dist",
|
|
3604
3661
|
"commands",
|
|
3605
|
-
"
|
|
3662
|
+
"broadcast",
|
|
3606
3663
|
"list.js"
|
|
3607
3664
|
]
|
|
3608
3665
|
},
|
|
3609
|
-
"
|
|
3666
|
+
"broadcast:send": {
|
|
3610
3667
|
"aliases": [],
|
|
3611
3668
|
"args": {
|
|
3612
3669
|
"id": {
|
|
3613
|
-
"description": "
|
|
3670
|
+
"description": "Broadcast ID",
|
|
3614
3671
|
"name": "id",
|
|
3615
3672
|
"required": true
|
|
3616
3673
|
}
|
|
3617
3674
|
},
|
|
3618
|
-
"description": "
|
|
3675
|
+
"description": "Send a broadcast immediately",
|
|
3619
3676
|
"flags": {
|
|
3620
3677
|
"api-key": {
|
|
3621
3678
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3678,39 +3735,11 @@
|
|
|
3678
3735
|
"hasDynamicHelp": false,
|
|
3679
3736
|
"multiple": false,
|
|
3680
3737
|
"type": "option"
|
|
3681
|
-
},
|
|
3682
|
-
"name": {
|
|
3683
|
-
"description": "Channel name",
|
|
3684
|
-
"name": "name",
|
|
3685
|
-
"hasDynamicHelp": false,
|
|
3686
|
-
"multiple": false,
|
|
3687
|
-
"type": "option"
|
|
3688
|
-
},
|
|
3689
|
-
"status": {
|
|
3690
|
-
"description": "Channel lifecycle status",
|
|
3691
|
-
"name": "status",
|
|
3692
|
-
"hasDynamicHelp": false,
|
|
3693
|
-
"multiple": false,
|
|
3694
|
-
"type": "option"
|
|
3695
|
-
},
|
|
3696
|
-
"description": {
|
|
3697
|
-
"description": "Channel description",
|
|
3698
|
-
"name": "description",
|
|
3699
|
-
"hasDynamicHelp": false,
|
|
3700
|
-
"multiple": false,
|
|
3701
|
-
"type": "option"
|
|
3702
|
-
},
|
|
3703
|
-
"data": {
|
|
3704
|
-
"description": "Additional JSON object payload",
|
|
3705
|
-
"name": "data",
|
|
3706
|
-
"hasDynamicHelp": false,
|
|
3707
|
-
"multiple": false,
|
|
3708
|
-
"type": "option"
|
|
3709
3738
|
}
|
|
3710
3739
|
},
|
|
3711
3740
|
"hasDynamicHelp": false,
|
|
3712
3741
|
"hiddenAliases": [],
|
|
3713
|
-
"id": "
|
|
3742
|
+
"id": "broadcast:send",
|
|
3714
3743
|
"pluginAlias": "@instantkom/cli",
|
|
3715
3744
|
"pluginName": "@instantkom/cli",
|
|
3716
3745
|
"pluginType": "core",
|
|
@@ -3720,20 +3749,20 @@
|
|
|
3720
3749
|
"relativePath": [
|
|
3721
3750
|
"dist",
|
|
3722
3751
|
"commands",
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3752
|
+
"broadcast",
|
|
3753
|
+
"send.js"
|
|
3725
3754
|
]
|
|
3726
3755
|
},
|
|
3727
|
-
"
|
|
3756
|
+
"broadcast:status": {
|
|
3728
3757
|
"aliases": [],
|
|
3729
3758
|
"args": {
|
|
3730
|
-
"
|
|
3731
|
-
"description": "
|
|
3732
|
-
"name": "
|
|
3759
|
+
"id": {
|
|
3760
|
+
"description": "Broadcast ID",
|
|
3761
|
+
"name": "id",
|
|
3733
3762
|
"required": true
|
|
3734
3763
|
}
|
|
3735
3764
|
},
|
|
3736
|
-
"description": "
|
|
3765
|
+
"description": "Show broadcast send status",
|
|
3737
3766
|
"flags": {
|
|
3738
3767
|
"api-key": {
|
|
3739
3768
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3800,7 +3829,7 @@
|
|
|
3800
3829
|
},
|
|
3801
3830
|
"hasDynamicHelp": false,
|
|
3802
3831
|
"hiddenAliases": [],
|
|
3803
|
-
"id": "
|
|
3832
|
+
"id": "broadcast:status",
|
|
3804
3833
|
"pluginAlias": "@instantkom/cli",
|
|
3805
3834
|
"pluginName": "@instantkom/cli",
|
|
3806
3835
|
"pluginType": "core",
|
|
@@ -3810,25 +3839,20 @@
|
|
|
3810
3839
|
"relativePath": [
|
|
3811
3840
|
"dist",
|
|
3812
3841
|
"commands",
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
3842
|
+
"broadcast",
|
|
3843
|
+
"status.js"
|
|
3815
3844
|
]
|
|
3816
3845
|
},
|
|
3817
|
-
"
|
|
3846
|
+
"broadcast:update": {
|
|
3818
3847
|
"aliases": [],
|
|
3819
3848
|
"args": {
|
|
3820
|
-
"
|
|
3821
|
-
"description": "
|
|
3822
|
-
"name": "
|
|
3823
|
-
"required": true
|
|
3824
|
-
},
|
|
3825
|
-
"value": {
|
|
3826
|
-
"description": "Value to assign",
|
|
3827
|
-
"name": "value",
|
|
3849
|
+
"id": {
|
|
3850
|
+
"description": "Broadcast ID",
|
|
3851
|
+
"name": "id",
|
|
3828
3852
|
"required": true
|
|
3829
3853
|
}
|
|
3830
3854
|
},
|
|
3831
|
-
"description": "
|
|
3855
|
+
"description": "Update a broadcast",
|
|
3832
3856
|
"flags": {
|
|
3833
3857
|
"api-key": {
|
|
3834
3858
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3891,11 +3915,77 @@
|
|
|
3891
3915
|
"hasDynamicHelp": false,
|
|
3892
3916
|
"multiple": false,
|
|
3893
3917
|
"type": "option"
|
|
3918
|
+
},
|
|
3919
|
+
"text": {
|
|
3920
|
+
"description": "Broadcast message text",
|
|
3921
|
+
"name": "text",
|
|
3922
|
+
"hasDynamicHelp": false,
|
|
3923
|
+
"multiple": false,
|
|
3924
|
+
"type": "option"
|
|
3925
|
+
},
|
|
3926
|
+
"send-status": {
|
|
3927
|
+
"description": "Send status",
|
|
3928
|
+
"name": "send-status",
|
|
3929
|
+
"hasDynamicHelp": false,
|
|
3930
|
+
"multiple": false,
|
|
3931
|
+
"type": "option"
|
|
3932
|
+
},
|
|
3933
|
+
"scheduled-at": {
|
|
3934
|
+
"description": "Unix timestamp for scheduled send",
|
|
3935
|
+
"name": "scheduled-at",
|
|
3936
|
+
"hasDynamicHelp": false,
|
|
3937
|
+
"multiple": false,
|
|
3938
|
+
"type": "option"
|
|
3939
|
+
},
|
|
3940
|
+
"approved": {
|
|
3941
|
+
"description": "Mark as approved",
|
|
3942
|
+
"name": "approved",
|
|
3943
|
+
"allowNo": false,
|
|
3944
|
+
"type": "boolean"
|
|
3945
|
+
},
|
|
3946
|
+
"locked": {
|
|
3947
|
+
"description": "Mark as locked",
|
|
3948
|
+
"name": "locked",
|
|
3949
|
+
"allowNo": false,
|
|
3950
|
+
"type": "boolean"
|
|
3951
|
+
},
|
|
3952
|
+
"test": {
|
|
3953
|
+
"description": "Mark as test broadcast",
|
|
3954
|
+
"name": "test",
|
|
3955
|
+
"allowNo": false,
|
|
3956
|
+
"type": "boolean"
|
|
3957
|
+
},
|
|
3958
|
+
"template-id": {
|
|
3959
|
+
"description": "Template ID",
|
|
3960
|
+
"name": "template-id",
|
|
3961
|
+
"hasDynamicHelp": false,
|
|
3962
|
+
"multiple": false,
|
|
3963
|
+
"type": "option"
|
|
3964
|
+
},
|
|
3965
|
+
"remove-media": {
|
|
3966
|
+
"description": "Remove existing media",
|
|
3967
|
+
"name": "remove-media",
|
|
3968
|
+
"allowNo": false,
|
|
3969
|
+
"type": "boolean"
|
|
3970
|
+
},
|
|
3971
|
+
"header-footer": {
|
|
3972
|
+
"description": "Header/footer JSON array",
|
|
3973
|
+
"name": "header-footer",
|
|
3974
|
+
"hasDynamicHelp": false,
|
|
3975
|
+
"multiple": false,
|
|
3976
|
+
"type": "option"
|
|
3977
|
+
},
|
|
3978
|
+
"data": {
|
|
3979
|
+
"description": "Additional JSON object payload",
|
|
3980
|
+
"name": "data",
|
|
3981
|
+
"hasDynamicHelp": false,
|
|
3982
|
+
"multiple": false,
|
|
3983
|
+
"type": "option"
|
|
3894
3984
|
}
|
|
3895
3985
|
},
|
|
3896
3986
|
"hasDynamicHelp": false,
|
|
3897
3987
|
"hiddenAliases": [],
|
|
3898
|
-
"id": "
|
|
3988
|
+
"id": "broadcast:update",
|
|
3899
3989
|
"pluginAlias": "@instantkom/cli",
|
|
3900
3990
|
"pluginName": "@instantkom/cli",
|
|
3901
3991
|
"pluginType": "core",
|
|
@@ -3905,20 +3995,14 @@
|
|
|
3905
3995
|
"relativePath": [
|
|
3906
3996
|
"dist",
|
|
3907
3997
|
"commands",
|
|
3908
|
-
"
|
|
3909
|
-
"
|
|
3998
|
+
"broadcast",
|
|
3999
|
+
"update.js"
|
|
3910
4000
|
]
|
|
3911
4001
|
},
|
|
3912
|
-
"
|
|
4002
|
+
"contacts:create": {
|
|
3913
4003
|
"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",
|
|
4004
|
+
"args": {},
|
|
4005
|
+
"description": "Create a contact",
|
|
3922
4006
|
"flags": {
|
|
3923
4007
|
"api-key": {
|
|
3924
4008
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3981,11 +4065,41 @@
|
|
|
3981
4065
|
"hasDynamicHelp": false,
|
|
3982
4066
|
"multiple": false,
|
|
3983
4067
|
"type": "option"
|
|
4068
|
+
},
|
|
4069
|
+
"channel": {
|
|
4070
|
+
"description": "Channel ID",
|
|
4071
|
+
"name": "channel",
|
|
4072
|
+
"required": true,
|
|
4073
|
+
"hasDynamicHelp": false,
|
|
4074
|
+
"multiple": false,
|
|
4075
|
+
"type": "option"
|
|
4076
|
+
},
|
|
4077
|
+
"identifier": {
|
|
4078
|
+
"description": "Unique contact identifier",
|
|
4079
|
+
"name": "identifier",
|
|
4080
|
+
"required": true,
|
|
4081
|
+
"hasDynamicHelp": false,
|
|
4082
|
+
"multiple": false,
|
|
4083
|
+
"type": "option"
|
|
4084
|
+
},
|
|
4085
|
+
"name": {
|
|
4086
|
+
"description": "Contact name",
|
|
4087
|
+
"name": "name",
|
|
4088
|
+
"hasDynamicHelp": false,
|
|
4089
|
+
"multiple": false,
|
|
4090
|
+
"type": "option"
|
|
4091
|
+
},
|
|
4092
|
+
"data": {
|
|
4093
|
+
"description": "Additional JSON object payload",
|
|
4094
|
+
"name": "data",
|
|
4095
|
+
"hasDynamicHelp": false,
|
|
4096
|
+
"multiple": false,
|
|
4097
|
+
"type": "option"
|
|
3984
4098
|
}
|
|
3985
4099
|
},
|
|
3986
4100
|
"hasDynamicHelp": false,
|
|
3987
4101
|
"hiddenAliases": [],
|
|
3988
|
-
"id": "
|
|
4102
|
+
"id": "contacts:create",
|
|
3989
4103
|
"pluginAlias": "@instantkom/cli",
|
|
3990
4104
|
"pluginName": "@instantkom/cli",
|
|
3991
4105
|
"pluginType": "core",
|
|
@@ -3995,14 +4109,20 @@
|
|
|
3995
4109
|
"relativePath": [
|
|
3996
4110
|
"dist",
|
|
3997
4111
|
"commands",
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
4112
|
+
"contacts",
|
|
4113
|
+
"create.js"
|
|
4000
4114
|
]
|
|
4001
4115
|
},
|
|
4002
|
-
"
|
|
4116
|
+
"contacts:delete": {
|
|
4003
4117
|
"aliases": [],
|
|
4004
|
-
"args": {
|
|
4005
|
-
|
|
4118
|
+
"args": {
|
|
4119
|
+
"id": {
|
|
4120
|
+
"description": "Contact ID",
|
|
4121
|
+
"name": "id",
|
|
4122
|
+
"required": true
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
4125
|
+
"description": "Delete a contact",
|
|
4006
4126
|
"flags": {
|
|
4007
4127
|
"api-key": {
|
|
4008
4128
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4065,19 +4185,11 @@
|
|
|
4065
4185
|
"hasDynamicHelp": false,
|
|
4066
4186
|
"multiple": false,
|
|
4067
4187
|
"type": "option"
|
|
4068
|
-
},
|
|
4069
|
-
"ids": {
|
|
4070
|
-
"description": "Comma-separated custom field IDs",
|
|
4071
|
-
"name": "ids",
|
|
4072
|
-
"required": true,
|
|
4073
|
-
"hasDynamicHelp": false,
|
|
4074
|
-
"multiple": false,
|
|
4075
|
-
"type": "option"
|
|
4076
4188
|
}
|
|
4077
4189
|
},
|
|
4078
4190
|
"hasDynamicHelp": false,
|
|
4079
4191
|
"hiddenAliases": [],
|
|
4080
|
-
"id": "
|
|
4192
|
+
"id": "contacts:delete",
|
|
4081
4193
|
"pluginAlias": "@instantkom/cli",
|
|
4082
4194
|
"pluginName": "@instantkom/cli",
|
|
4083
4195
|
"pluginType": "core",
|
|
@@ -4087,14 +4199,14 @@
|
|
|
4087
4199
|
"relativePath": [
|
|
4088
4200
|
"dist",
|
|
4089
4201
|
"commands",
|
|
4090
|
-
"
|
|
4091
|
-
"
|
|
4202
|
+
"contacts",
|
|
4203
|
+
"delete.js"
|
|
4092
4204
|
]
|
|
4093
4205
|
},
|
|
4094
|
-
"
|
|
4206
|
+
"contacts:export": {
|
|
4095
4207
|
"aliases": [],
|
|
4096
4208
|
"args": {},
|
|
4097
|
-
"description": "
|
|
4209
|
+
"description": "Export contacts to CSV",
|
|
4098
4210
|
"flags": {
|
|
4099
4211
|
"api-key": {
|
|
4100
4212
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4158,63 +4270,40 @@
|
|
|
4158
4270
|
"multiple": false,
|
|
4159
4271
|
"type": "option"
|
|
4160
4272
|
},
|
|
4161
|
-
"
|
|
4162
|
-
"description": "
|
|
4163
|
-
"name": "
|
|
4273
|
+
"file": {
|
|
4274
|
+
"description": "CSV output file path",
|
|
4275
|
+
"name": "file",
|
|
4164
4276
|
"required": true,
|
|
4165
4277
|
"hasDynamicHelp": false,
|
|
4166
4278
|
"multiple": false,
|
|
4167
4279
|
"type": "option"
|
|
4168
4280
|
},
|
|
4169
|
-
"
|
|
4170
|
-
"description": "
|
|
4171
|
-
"name": "
|
|
4172
|
-
"required": true,
|
|
4281
|
+
"channel": {
|
|
4282
|
+
"description": "Filter by channel ID",
|
|
4283
|
+
"name": "channel",
|
|
4173
4284
|
"hasDynamicHelp": false,
|
|
4174
4285
|
"multiple": false,
|
|
4175
4286
|
"type": "option"
|
|
4176
4287
|
},
|
|
4177
|
-
"
|
|
4178
|
-
"description": "
|
|
4179
|
-
"name": "
|
|
4180
|
-
"required": true,
|
|
4288
|
+
"search": {
|
|
4289
|
+
"description": "Search by name or identifier",
|
|
4290
|
+
"name": "search",
|
|
4181
4291
|
"hasDynamicHelp": false,
|
|
4182
4292
|
"multiple": false,
|
|
4183
|
-
"options": [
|
|
4184
|
-
"text",
|
|
4185
|
-
"number",
|
|
4186
|
-
"date",
|
|
4187
|
-
"dropdown",
|
|
4188
|
-
"checkbox",
|
|
4189
|
-
"url",
|
|
4190
|
-
"email",
|
|
4191
|
-
"phone"
|
|
4192
|
-
],
|
|
4193
4293
|
"type": "option"
|
|
4194
4294
|
},
|
|
4195
|
-
"
|
|
4196
|
-
"description": "
|
|
4197
|
-
"name": "
|
|
4198
|
-
"
|
|
4199
|
-
"type": "boolean"
|
|
4200
|
-
},
|
|
4201
|
-
"default": {
|
|
4202
|
-
"description": "Default value",
|
|
4203
|
-
"name": "default",
|
|
4295
|
+
"page": {
|
|
4296
|
+
"description": "Page number",
|
|
4297
|
+
"name": "page",
|
|
4298
|
+
"default": 1,
|
|
4204
4299
|
"hasDynamicHelp": false,
|
|
4205
4300
|
"multiple": false,
|
|
4206
4301
|
"type": "option"
|
|
4207
4302
|
},
|
|
4208
|
-
"
|
|
4209
|
-
"description": "
|
|
4210
|
-
"name": "
|
|
4211
|
-
"
|
|
4212
|
-
"multiple": false,
|
|
4213
|
-
"type": "option"
|
|
4214
|
-
},
|
|
4215
|
-
"data": {
|
|
4216
|
-
"description": "Additional JSON object payload",
|
|
4217
|
-
"name": "data",
|
|
4303
|
+
"limit": {
|
|
4304
|
+
"description": "Items per page",
|
|
4305
|
+
"name": "limit",
|
|
4306
|
+
"default": 100,
|
|
4218
4307
|
"hasDynamicHelp": false,
|
|
4219
4308
|
"multiple": false,
|
|
4220
4309
|
"type": "option"
|
|
@@ -4222,7 +4311,7 @@
|
|
|
4222
4311
|
},
|
|
4223
4312
|
"hasDynamicHelp": false,
|
|
4224
4313
|
"hiddenAliases": [],
|
|
4225
|
-
"id": "
|
|
4314
|
+
"id": "contacts:export",
|
|
4226
4315
|
"pluginAlias": "@instantkom/cli",
|
|
4227
4316
|
"pluginName": "@instantkom/cli",
|
|
4228
4317
|
"pluginType": "core",
|
|
@@ -4232,20 +4321,20 @@
|
|
|
4232
4321
|
"relativePath": [
|
|
4233
4322
|
"dist",
|
|
4234
4323
|
"commands",
|
|
4235
|
-
"
|
|
4236
|
-
"
|
|
4324
|
+
"contacts",
|
|
4325
|
+
"export.js"
|
|
4237
4326
|
]
|
|
4238
4327
|
},
|
|
4239
|
-
"
|
|
4328
|
+
"contacts:get": {
|
|
4240
4329
|
"aliases": [],
|
|
4241
4330
|
"args": {
|
|
4242
4331
|
"id": {
|
|
4243
|
-
"description": "
|
|
4332
|
+
"description": "Contact ID",
|
|
4244
4333
|
"name": "id",
|
|
4245
4334
|
"required": true
|
|
4246
4335
|
}
|
|
4247
4336
|
},
|
|
4248
|
-
"description": "
|
|
4337
|
+
"description": "Get a contact by ID",
|
|
4249
4338
|
"flags": {
|
|
4250
4339
|
"api-key": {
|
|
4251
4340
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4312,7 +4401,7 @@
|
|
|
4312
4401
|
},
|
|
4313
4402
|
"hasDynamicHelp": false,
|
|
4314
4403
|
"hiddenAliases": [],
|
|
4315
|
-
"id": "
|
|
4404
|
+
"id": "contacts:get",
|
|
4316
4405
|
"pluginAlias": "@instantkom/cli",
|
|
4317
4406
|
"pluginName": "@instantkom/cli",
|
|
4318
4407
|
"pluginType": "core",
|
|
@@ -4322,20 +4411,14 @@
|
|
|
4322
4411
|
"relativePath": [
|
|
4323
4412
|
"dist",
|
|
4324
4413
|
"commands",
|
|
4325
|
-
"
|
|
4326
|
-
"
|
|
4414
|
+
"contacts",
|
|
4415
|
+
"get.js"
|
|
4327
4416
|
]
|
|
4328
4417
|
},
|
|
4329
|
-
"
|
|
4418
|
+
"contacts:import": {
|
|
4330
4419
|
"aliases": [],
|
|
4331
|
-
"args": {
|
|
4332
|
-
|
|
4333
|
-
"description": "custom field ID",
|
|
4334
|
-
"name": "id",
|
|
4335
|
-
"required": true
|
|
4336
|
-
}
|
|
4337
|
-
},
|
|
4338
|
-
"description": "Get custom field by ID",
|
|
4420
|
+
"args": {},
|
|
4421
|
+
"description": "Import contacts from CSV",
|
|
4339
4422
|
"flags": {
|
|
4340
4423
|
"api-key": {
|
|
4341
4424
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4398,11 +4481,27 @@
|
|
|
4398
4481
|
"hasDynamicHelp": false,
|
|
4399
4482
|
"multiple": false,
|
|
4400
4483
|
"type": "option"
|
|
4484
|
+
},
|
|
4485
|
+
"file": {
|
|
4486
|
+
"description": "CSV file path",
|
|
4487
|
+
"name": "file",
|
|
4488
|
+
"required": true,
|
|
4489
|
+
"hasDynamicHelp": false,
|
|
4490
|
+
"multiple": false,
|
|
4491
|
+
"type": "option"
|
|
4492
|
+
},
|
|
4493
|
+
"channel": {
|
|
4494
|
+
"description": "Channel ID",
|
|
4495
|
+
"name": "channel",
|
|
4496
|
+
"required": true,
|
|
4497
|
+
"hasDynamicHelp": false,
|
|
4498
|
+
"multiple": false,
|
|
4499
|
+
"type": "option"
|
|
4401
4500
|
}
|
|
4402
4501
|
},
|
|
4403
4502
|
"hasDynamicHelp": false,
|
|
4404
4503
|
"hiddenAliases": [],
|
|
4405
|
-
"id": "
|
|
4504
|
+
"id": "contacts:import",
|
|
4406
4505
|
"pluginAlias": "@instantkom/cli",
|
|
4407
4506
|
"pluginName": "@instantkom/cli",
|
|
4408
4507
|
"pluginType": "core",
|
|
@@ -4412,14 +4511,14 @@
|
|
|
4412
4511
|
"relativePath": [
|
|
4413
4512
|
"dist",
|
|
4414
4513
|
"commands",
|
|
4415
|
-
"
|
|
4416
|
-
"
|
|
4514
|
+
"contacts",
|
|
4515
|
+
"import.js"
|
|
4417
4516
|
]
|
|
4418
4517
|
},
|
|
4419
|
-
"
|
|
4518
|
+
"contacts:list": {
|
|
4420
4519
|
"aliases": [],
|
|
4421
4520
|
"args": {},
|
|
4422
|
-
"description": "List
|
|
4521
|
+
"description": "List contacts",
|
|
4423
4522
|
"flags": {
|
|
4424
4523
|
"api-key": {
|
|
4425
4524
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4482,95 +4581,98 @@
|
|
|
4482
4581
|
"hasDynamicHelp": false,
|
|
4483
4582
|
"multiple": false,
|
|
4484
4583
|
"type": "option"
|
|
4485
|
-
}
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
"id": "custom-fields:list",
|
|
4490
|
-
"pluginAlias": "@instantkom/cli",
|
|
4491
|
-
"pluginName": "@instantkom/cli",
|
|
4492
|
-
"pluginType": "core",
|
|
4493
|
-
"strict": true,
|
|
4494
|
-
"enableJsonFlag": false,
|
|
4495
|
-
"isESM": true,
|
|
4496
|
-
"relativePath": [
|
|
4497
|
-
"dist",
|
|
4498
|
-
"commands",
|
|
4499
|
-
"custom-fields",
|
|
4500
|
-
"list.js"
|
|
4501
|
-
]
|
|
4502
|
-
},
|
|
4503
|
-
"custom-fields:reorder": {
|
|
4504
|
-
"aliases": [],
|
|
4505
|
-
"args": {},
|
|
4506
|
-
"description": "Reorder custom fields",
|
|
4507
|
-
"flags": {
|
|
4508
|
-
"api-key": {
|
|
4509
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4510
|
-
"env": "IKM_API_KEY",
|
|
4511
|
-
"helpGroup": "GLOBAL",
|
|
4512
|
-
"name": "api-key",
|
|
4584
|
+
},
|
|
4585
|
+
"channel": {
|
|
4586
|
+
"description": "Filter by channel ID",
|
|
4587
|
+
"name": "channel",
|
|
4513
4588
|
"hasDynamicHelp": false,
|
|
4514
4589
|
"multiple": false,
|
|
4515
4590
|
"type": "option"
|
|
4516
4591
|
},
|
|
4517
|
-
"
|
|
4518
|
-
"description": "
|
|
4519
|
-
"
|
|
4520
|
-
"
|
|
4521
|
-
"
|
|
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",
|
|
4522
4618
|
"hasDynamicHelp": false,
|
|
4523
4619
|
"multiple": false,
|
|
4524
4620
|
"options": [
|
|
4525
|
-
"
|
|
4526
|
-
"
|
|
4527
|
-
"yaml",
|
|
4528
|
-
"table"
|
|
4621
|
+
"0",
|
|
4622
|
+
"1"
|
|
4529
4623
|
],
|
|
4530
4624
|
"type": "option"
|
|
4531
4625
|
},
|
|
4532
|
-
"
|
|
4533
|
-
"description": "
|
|
4534
|
-
"
|
|
4535
|
-
"
|
|
4536
|
-
"
|
|
4537
|
-
"
|
|
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"
|
|
4538
4636
|
},
|
|
4539
|
-
"
|
|
4540
|
-
"description": "
|
|
4541
|
-
"
|
|
4542
|
-
"
|
|
4543
|
-
"
|
|
4544
|
-
"type": "
|
|
4637
|
+
"segment": {
|
|
4638
|
+
"description": "Filter by segment ID",
|
|
4639
|
+
"name": "segment",
|
|
4640
|
+
"hasDynamicHelp": false,
|
|
4641
|
+
"multiple": false,
|
|
4642
|
+
"type": "option"
|
|
4545
4643
|
},
|
|
4546
|
-
"
|
|
4547
|
-
"description": "
|
|
4548
|
-
"
|
|
4549
|
-
"
|
|
4550
|
-
"
|
|
4551
|
-
"type": "
|
|
4644
|
+
"tags": {
|
|
4645
|
+
"description": "Comma-separated tag IDs",
|
|
4646
|
+
"name": "tags",
|
|
4647
|
+
"hasDynamicHelp": false,
|
|
4648
|
+
"multiple": false,
|
|
4649
|
+
"type": "option"
|
|
4552
4650
|
},
|
|
4553
|
-
"
|
|
4554
|
-
"description": "
|
|
4555
|
-
"
|
|
4556
|
-
"name": "profile",
|
|
4557
|
-
"default": "default",
|
|
4651
|
+
"tag-match": {
|
|
4652
|
+
"description": "Tag match mode",
|
|
4653
|
+
"name": "tag-match",
|
|
4558
4654
|
"hasDynamicHelp": false,
|
|
4559
4655
|
"multiple": false,
|
|
4656
|
+
"options": [
|
|
4657
|
+
"any",
|
|
4658
|
+
"all"
|
|
4659
|
+
],
|
|
4560
4660
|
"type": "option"
|
|
4561
4661
|
},
|
|
4562
|
-
"
|
|
4563
|
-
"description": "
|
|
4564
|
-
"
|
|
4565
|
-
"name": "api-url",
|
|
4662
|
+
"spam": {
|
|
4663
|
+
"description": "Filter by spam status",
|
|
4664
|
+
"name": "spam",
|
|
4566
4665
|
"hasDynamicHelp": false,
|
|
4567
4666
|
"multiple": false,
|
|
4667
|
+
"options": [
|
|
4668
|
+
"true",
|
|
4669
|
+
"false"
|
|
4670
|
+
],
|
|
4568
4671
|
"type": "option"
|
|
4569
4672
|
},
|
|
4570
|
-
"
|
|
4571
|
-
"description": "
|
|
4572
|
-
"name": "
|
|
4573
|
-
"required": true,
|
|
4673
|
+
"trust-level": {
|
|
4674
|
+
"description": "Comma-separated trust levels",
|
|
4675
|
+
"name": "trust-level",
|
|
4574
4676
|
"hasDynamicHelp": false,
|
|
4575
4677
|
"multiple": false,
|
|
4576
4678
|
"type": "option"
|
|
@@ -4578,7 +4680,7 @@
|
|
|
4578
4680
|
},
|
|
4579
4681
|
"hasDynamicHelp": false,
|
|
4580
4682
|
"hiddenAliases": [],
|
|
4581
|
-
"id": "
|
|
4683
|
+
"id": "contacts:list",
|
|
4582
4684
|
"pluginAlias": "@instantkom/cli",
|
|
4583
4685
|
"pluginName": "@instantkom/cli",
|
|
4584
4686
|
"pluginType": "core",
|
|
@@ -4588,20 +4690,20 @@
|
|
|
4588
4690
|
"relativePath": [
|
|
4589
4691
|
"dist",
|
|
4590
4692
|
"commands",
|
|
4591
|
-
"
|
|
4592
|
-
"
|
|
4693
|
+
"contacts",
|
|
4694
|
+
"list.js"
|
|
4593
4695
|
]
|
|
4594
4696
|
},
|
|
4595
|
-
"
|
|
4697
|
+
"contacts:update": {
|
|
4596
4698
|
"aliases": [],
|
|
4597
4699
|
"args": {
|
|
4598
4700
|
"id": {
|
|
4599
|
-
"description": "
|
|
4701
|
+
"description": "Contact ID",
|
|
4600
4702
|
"name": "id",
|
|
4601
4703
|
"required": true
|
|
4602
4704
|
}
|
|
4603
4705
|
},
|
|
4604
|
-
"description": "Update a
|
|
4706
|
+
"description": "Update a contact",
|
|
4605
4707
|
"flags": {
|
|
4606
4708
|
"api-key": {
|
|
4607
4709
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4665,52 +4767,16 @@
|
|
|
4665
4767
|
"multiple": false,
|
|
4666
4768
|
"type": "option"
|
|
4667
4769
|
},
|
|
4668
|
-
"
|
|
4669
|
-
"description": "
|
|
4670
|
-
"name": "
|
|
4671
|
-
"hasDynamicHelp": false,
|
|
4672
|
-
"multiple": false,
|
|
4673
|
-
"type": "option"
|
|
4674
|
-
},
|
|
4675
|
-
"type": {
|
|
4676
|
-
"description": "Field type",
|
|
4677
|
-
"name": "type",
|
|
4678
|
-
"hasDynamicHelp": false,
|
|
4679
|
-
"multiple": false,
|
|
4680
|
-
"options": [
|
|
4681
|
-
"text",
|
|
4682
|
-
"number",
|
|
4683
|
-
"date",
|
|
4684
|
-
"dropdown",
|
|
4685
|
-
"checkbox",
|
|
4686
|
-
"url",
|
|
4687
|
-
"email",
|
|
4688
|
-
"phone"
|
|
4689
|
-
],
|
|
4690
|
-
"type": "option"
|
|
4691
|
-
},
|
|
4692
|
-
"required": {
|
|
4693
|
-
"description": "Field is required",
|
|
4694
|
-
"name": "required",
|
|
4695
|
-
"allowNo": true,
|
|
4696
|
-
"type": "boolean"
|
|
4697
|
-
},
|
|
4698
|
-
"status": {
|
|
4699
|
-
"description": "Field is active",
|
|
4700
|
-
"name": "status",
|
|
4701
|
-
"allowNo": true,
|
|
4702
|
-
"type": "boolean"
|
|
4703
|
-
},
|
|
4704
|
-
"default": {
|
|
4705
|
-
"description": "Default value",
|
|
4706
|
-
"name": "default",
|
|
4770
|
+
"identifier": {
|
|
4771
|
+
"description": "Unique contact identifier",
|
|
4772
|
+
"name": "identifier",
|
|
4707
4773
|
"hasDynamicHelp": false,
|
|
4708
4774
|
"multiple": false,
|
|
4709
4775
|
"type": "option"
|
|
4710
4776
|
},
|
|
4711
|
-
"
|
|
4712
|
-
"description": "
|
|
4713
|
-
"name": "
|
|
4777
|
+
"name": {
|
|
4778
|
+
"description": "Contact name",
|
|
4779
|
+
"name": "name",
|
|
4714
4780
|
"hasDynamicHelp": false,
|
|
4715
4781
|
"multiple": false,
|
|
4716
4782
|
"type": "option"
|
|
@@ -4725,7 +4791,7 @@
|
|
|
4725
4791
|
},
|
|
4726
4792
|
"hasDynamicHelp": false,
|
|
4727
4793
|
"hiddenAliases": [],
|
|
4728
|
-
"id": "
|
|
4794
|
+
"id": "contacts:update",
|
|
4729
4795
|
"pluginAlias": "@instantkom/cli",
|
|
4730
4796
|
"pluginName": "@instantkom/cli",
|
|
4731
4797
|
"pluginType": "core",
|
|
@@ -4735,14 +4801,14 @@
|
|
|
4735
4801
|
"relativePath": [
|
|
4736
4802
|
"dist",
|
|
4737
4803
|
"commands",
|
|
4738
|
-
"
|
|
4804
|
+
"contacts",
|
|
4739
4805
|
"update.js"
|
|
4740
4806
|
]
|
|
4741
4807
|
},
|
|
4742
|
-
"
|
|
4808
|
+
"custom-fields:bulk-delete": {
|
|
4743
4809
|
"aliases": [],
|
|
4744
4810
|
"args": {},
|
|
4745
|
-
"description": "
|
|
4811
|
+
"description": "Bulk delete custom fields",
|
|
4746
4812
|
"flags": {
|
|
4747
4813
|
"api-key": {
|
|
4748
4814
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4806,40 +4872,18 @@
|
|
|
4806
4872
|
"multiple": false,
|
|
4807
4873
|
"type": "option"
|
|
4808
4874
|
},
|
|
4809
|
-
"
|
|
4810
|
-
"description": "
|
|
4811
|
-
"name": "
|
|
4812
|
-
"required": true,
|
|
4813
|
-
"hasDynamicHelp": false,
|
|
4814
|
-
"multiple": false,
|
|
4815
|
-
"type": "option"
|
|
4816
|
-
},
|
|
4817
|
-
"identifier": {
|
|
4818
|
-
"description": "Unique contact identifier",
|
|
4819
|
-
"name": "identifier",
|
|
4875
|
+
"ids": {
|
|
4876
|
+
"description": "Comma-separated custom field IDs",
|
|
4877
|
+
"name": "ids",
|
|
4820
4878
|
"required": true,
|
|
4821
4879
|
"hasDynamicHelp": false,
|
|
4822
4880
|
"multiple": false,
|
|
4823
4881
|
"type": "option"
|
|
4824
|
-
},
|
|
4825
|
-
"name": {
|
|
4826
|
-
"description": "Contact name",
|
|
4827
|
-
"name": "name",
|
|
4828
|
-
"hasDynamicHelp": false,
|
|
4829
|
-
"multiple": false,
|
|
4830
|
-
"type": "option"
|
|
4831
|
-
},
|
|
4832
|
-
"data": {
|
|
4833
|
-
"description": "Additional JSON object payload",
|
|
4834
|
-
"name": "data",
|
|
4835
|
-
"hasDynamicHelp": false,
|
|
4836
|
-
"multiple": false,
|
|
4837
|
-
"type": "option"
|
|
4838
4882
|
}
|
|
4839
4883
|
},
|
|
4840
4884
|
"hasDynamicHelp": false,
|
|
4841
4885
|
"hiddenAliases": [],
|
|
4842
|
-
"id": "
|
|
4886
|
+
"id": "custom-fields:bulk-delete",
|
|
4843
4887
|
"pluginAlias": "@instantkom/cli",
|
|
4844
4888
|
"pluginName": "@instantkom/cli",
|
|
4845
4889
|
"pluginType": "core",
|
|
@@ -4849,20 +4893,14 @@
|
|
|
4849
4893
|
"relativePath": [
|
|
4850
4894
|
"dist",
|
|
4851
4895
|
"commands",
|
|
4852
|
-
"
|
|
4853
|
-
"
|
|
4896
|
+
"custom-fields",
|
|
4897
|
+
"bulk-delete.js"
|
|
4854
4898
|
]
|
|
4855
4899
|
},
|
|
4856
|
-
"
|
|
4900
|
+
"custom-fields:create": {
|
|
4857
4901
|
"aliases": [],
|
|
4858
|
-
"args": {
|
|
4859
|
-
|
|
4860
|
-
"description": "Contact ID",
|
|
4861
|
-
"name": "id",
|
|
4862
|
-
"required": true
|
|
4863
|
-
}
|
|
4864
|
-
},
|
|
4865
|
-
"description": "Delete a contact",
|
|
4902
|
+
"args": {},
|
|
4903
|
+
"description": "Create a custom field",
|
|
4866
4904
|
"flags": {
|
|
4867
4905
|
"api-key": {
|
|
4868
4906
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4925,11 +4963,72 @@
|
|
|
4925
4963
|
"hasDynamicHelp": false,
|
|
4926
4964
|
"multiple": false,
|
|
4927
4965
|
"type": "option"
|
|
4966
|
+
},
|
|
4967
|
+
"name": {
|
|
4968
|
+
"description": "Field name",
|
|
4969
|
+
"name": "name",
|
|
4970
|
+
"required": true,
|
|
4971
|
+
"hasDynamicHelp": false,
|
|
4972
|
+
"multiple": false,
|
|
4973
|
+
"type": "option"
|
|
4974
|
+
},
|
|
4975
|
+
"key": {
|
|
4976
|
+
"description": "Field key",
|
|
4977
|
+
"name": "key",
|
|
4978
|
+
"required": true,
|
|
4979
|
+
"hasDynamicHelp": false,
|
|
4980
|
+
"multiple": false,
|
|
4981
|
+
"type": "option"
|
|
4982
|
+
},
|
|
4983
|
+
"type": {
|
|
4984
|
+
"description": "Field type",
|
|
4985
|
+
"name": "type",
|
|
4986
|
+
"required": true,
|
|
4987
|
+
"hasDynamicHelp": false,
|
|
4988
|
+
"multiple": false,
|
|
4989
|
+
"options": [
|
|
4990
|
+
"text",
|
|
4991
|
+
"number",
|
|
4992
|
+
"date",
|
|
4993
|
+
"dropdown",
|
|
4994
|
+
"checkbox",
|
|
4995
|
+
"url",
|
|
4996
|
+
"email",
|
|
4997
|
+
"phone"
|
|
4998
|
+
],
|
|
4999
|
+
"type": "option"
|
|
5000
|
+
},
|
|
5001
|
+
"required": {
|
|
5002
|
+
"description": "Field is required",
|
|
5003
|
+
"name": "required",
|
|
5004
|
+
"allowNo": false,
|
|
5005
|
+
"type": "boolean"
|
|
5006
|
+
},
|
|
5007
|
+
"default": {
|
|
5008
|
+
"description": "Default value",
|
|
5009
|
+
"name": "default",
|
|
5010
|
+
"hasDynamicHelp": false,
|
|
5011
|
+
"multiple": false,
|
|
5012
|
+
"type": "option"
|
|
5013
|
+
},
|
|
5014
|
+
"options": {
|
|
5015
|
+
"description": "Comma-separated dropdown options",
|
|
5016
|
+
"name": "options",
|
|
5017
|
+
"hasDynamicHelp": false,
|
|
5018
|
+
"multiple": false,
|
|
5019
|
+
"type": "option"
|
|
5020
|
+
},
|
|
5021
|
+
"data": {
|
|
5022
|
+
"description": "Additional JSON object payload",
|
|
5023
|
+
"name": "data",
|
|
5024
|
+
"hasDynamicHelp": false,
|
|
5025
|
+
"multiple": false,
|
|
5026
|
+
"type": "option"
|
|
4928
5027
|
}
|
|
4929
5028
|
},
|
|
4930
5029
|
"hasDynamicHelp": false,
|
|
4931
5030
|
"hiddenAliases": [],
|
|
4932
|
-
"id": "
|
|
5031
|
+
"id": "custom-fields:create",
|
|
4933
5032
|
"pluginAlias": "@instantkom/cli",
|
|
4934
5033
|
"pluginName": "@instantkom/cli",
|
|
4935
5034
|
"pluginType": "core",
|
|
@@ -4939,14 +5038,20 @@
|
|
|
4939
5038
|
"relativePath": [
|
|
4940
5039
|
"dist",
|
|
4941
5040
|
"commands",
|
|
4942
|
-
"
|
|
4943
|
-
"
|
|
5041
|
+
"custom-fields",
|
|
5042
|
+
"create.js"
|
|
4944
5043
|
]
|
|
4945
5044
|
},
|
|
4946
|
-
"
|
|
5045
|
+
"custom-fields:delete": {
|
|
4947
5046
|
"aliases": [],
|
|
4948
|
-
"args": {
|
|
4949
|
-
|
|
5047
|
+
"args": {
|
|
5048
|
+
"id": {
|
|
5049
|
+
"description": "custom field ID",
|
|
5050
|
+
"name": "id",
|
|
5051
|
+
"required": true
|
|
5052
|
+
}
|
|
5053
|
+
},
|
|
5054
|
+
"description": "Delete custom field",
|
|
4950
5055
|
"flags": {
|
|
4951
5056
|
"api-key": {
|
|
4952
5057
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5009,49 +5114,11 @@
|
|
|
5009
5114
|
"hasDynamicHelp": false,
|
|
5010
5115
|
"multiple": false,
|
|
5011
5116
|
"type": "option"
|
|
5012
|
-
},
|
|
5013
|
-
"file": {
|
|
5014
|
-
"description": "CSV output file path",
|
|
5015
|
-
"name": "file",
|
|
5016
|
-
"required": true,
|
|
5017
|
-
"hasDynamicHelp": false,
|
|
5018
|
-
"multiple": false,
|
|
5019
|
-
"type": "option"
|
|
5020
|
-
},
|
|
5021
|
-
"channel": {
|
|
5022
|
-
"description": "Filter by channel ID",
|
|
5023
|
-
"name": "channel",
|
|
5024
|
-
"hasDynamicHelp": false,
|
|
5025
|
-
"multiple": false,
|
|
5026
|
-
"type": "option"
|
|
5027
|
-
},
|
|
5028
|
-
"search": {
|
|
5029
|
-
"description": "Search by name or identifier",
|
|
5030
|
-
"name": "search",
|
|
5031
|
-
"hasDynamicHelp": false,
|
|
5032
|
-
"multiple": false,
|
|
5033
|
-
"type": "option"
|
|
5034
|
-
},
|
|
5035
|
-
"page": {
|
|
5036
|
-
"description": "Page number",
|
|
5037
|
-
"name": "page",
|
|
5038
|
-
"default": 1,
|
|
5039
|
-
"hasDynamicHelp": false,
|
|
5040
|
-
"multiple": false,
|
|
5041
|
-
"type": "option"
|
|
5042
|
-
},
|
|
5043
|
-
"limit": {
|
|
5044
|
-
"description": "Items per page",
|
|
5045
|
-
"name": "limit",
|
|
5046
|
-
"default": 100,
|
|
5047
|
-
"hasDynamicHelp": false,
|
|
5048
|
-
"multiple": false,
|
|
5049
|
-
"type": "option"
|
|
5050
5117
|
}
|
|
5051
5118
|
},
|
|
5052
5119
|
"hasDynamicHelp": false,
|
|
5053
5120
|
"hiddenAliases": [],
|
|
5054
|
-
"id": "
|
|
5121
|
+
"id": "custom-fields:delete",
|
|
5055
5122
|
"pluginAlias": "@instantkom/cli",
|
|
5056
5123
|
"pluginName": "@instantkom/cli",
|
|
5057
5124
|
"pluginType": "core",
|
|
@@ -5061,20 +5128,20 @@
|
|
|
5061
5128
|
"relativePath": [
|
|
5062
5129
|
"dist",
|
|
5063
5130
|
"commands",
|
|
5064
|
-
"
|
|
5065
|
-
"
|
|
5131
|
+
"custom-fields",
|
|
5132
|
+
"delete.js"
|
|
5066
5133
|
]
|
|
5067
5134
|
},
|
|
5068
|
-
"
|
|
5135
|
+
"custom-fields:get": {
|
|
5069
5136
|
"aliases": [],
|
|
5070
5137
|
"args": {
|
|
5071
5138
|
"id": {
|
|
5072
|
-
"description": "
|
|
5139
|
+
"description": "custom field ID",
|
|
5073
5140
|
"name": "id",
|
|
5074
5141
|
"required": true
|
|
5075
5142
|
}
|
|
5076
5143
|
},
|
|
5077
|
-
"description": "Get
|
|
5144
|
+
"description": "Get custom field by ID",
|
|
5078
5145
|
"flags": {
|
|
5079
5146
|
"api-key": {
|
|
5080
5147
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5141,7 +5208,7 @@
|
|
|
5141
5208
|
},
|
|
5142
5209
|
"hasDynamicHelp": false,
|
|
5143
5210
|
"hiddenAliases": [],
|
|
5144
|
-
"id": "
|
|
5211
|
+
"id": "custom-fields:get",
|
|
5145
5212
|
"pluginAlias": "@instantkom/cli",
|
|
5146
5213
|
"pluginName": "@instantkom/cli",
|
|
5147
5214
|
"pluginType": "core",
|
|
@@ -5151,14 +5218,14 @@
|
|
|
5151
5218
|
"relativePath": [
|
|
5152
5219
|
"dist",
|
|
5153
5220
|
"commands",
|
|
5154
|
-
"
|
|
5221
|
+
"custom-fields",
|
|
5155
5222
|
"get.js"
|
|
5156
5223
|
]
|
|
5157
5224
|
},
|
|
5158
|
-
"
|
|
5225
|
+
"custom-fields:list": {
|
|
5159
5226
|
"aliases": [],
|
|
5160
5227
|
"args": {},
|
|
5161
|
-
"description": "
|
|
5228
|
+
"description": "List custom fields",
|
|
5162
5229
|
"flags": {
|
|
5163
5230
|
"api-key": {
|
|
5164
5231
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5221,27 +5288,11 @@
|
|
|
5221
5288
|
"hasDynamicHelp": false,
|
|
5222
5289
|
"multiple": false,
|
|
5223
5290
|
"type": "option"
|
|
5224
|
-
},
|
|
5225
|
-
"file": {
|
|
5226
|
-
"description": "CSV file path",
|
|
5227
|
-
"name": "file",
|
|
5228
|
-
"required": true,
|
|
5229
|
-
"hasDynamicHelp": false,
|
|
5230
|
-
"multiple": false,
|
|
5231
|
-
"type": "option"
|
|
5232
|
-
},
|
|
5233
|
-
"channel": {
|
|
5234
|
-
"description": "Channel ID",
|
|
5235
|
-
"name": "channel",
|
|
5236
|
-
"required": true,
|
|
5237
|
-
"hasDynamicHelp": false,
|
|
5238
|
-
"multiple": false,
|
|
5239
|
-
"type": "option"
|
|
5240
5291
|
}
|
|
5241
5292
|
},
|
|
5242
5293
|
"hasDynamicHelp": false,
|
|
5243
5294
|
"hiddenAliases": [],
|
|
5244
|
-
"id": "
|
|
5295
|
+
"id": "custom-fields:list",
|
|
5245
5296
|
"pluginAlias": "@instantkom/cli",
|
|
5246
5297
|
"pluginName": "@instantkom/cli",
|
|
5247
5298
|
"pluginType": "core",
|
|
@@ -5251,14 +5302,14 @@
|
|
|
5251
5302
|
"relativePath": [
|
|
5252
5303
|
"dist",
|
|
5253
5304
|
"commands",
|
|
5254
|
-
"
|
|
5255
|
-
"
|
|
5305
|
+
"custom-fields",
|
|
5306
|
+
"list.js"
|
|
5256
5307
|
]
|
|
5257
5308
|
},
|
|
5258
|
-
"
|
|
5309
|
+
"custom-fields:reorder": {
|
|
5259
5310
|
"aliases": [],
|
|
5260
5311
|
"args": {},
|
|
5261
|
-
"description": "
|
|
5312
|
+
"description": "Reorder custom fields",
|
|
5262
5313
|
"flags": {
|
|
5263
5314
|
"api-key": {
|
|
5264
5315
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5322,97 +5373,10 @@
|
|
|
5322
5373
|
"multiple": false,
|
|
5323
5374
|
"type": "option"
|
|
5324
5375
|
},
|
|
5325
|
-
"
|
|
5326
|
-
"description": "
|
|
5327
|
-
"name": "
|
|
5328
|
-
"
|
|
5329
|
-
"multiple": false,
|
|
5330
|
-
"type": "option"
|
|
5331
|
-
},
|
|
5332
|
-
"search": {
|
|
5333
|
-
"description": "Search by name or identifier",
|
|
5334
|
-
"name": "search",
|
|
5335
|
-
"hasDynamicHelp": false,
|
|
5336
|
-
"multiple": false,
|
|
5337
|
-
"type": "option"
|
|
5338
|
-
},
|
|
5339
|
-
"page": {
|
|
5340
|
-
"description": "Page number",
|
|
5341
|
-
"name": "page",
|
|
5342
|
-
"default": 1,
|
|
5343
|
-
"hasDynamicHelp": false,
|
|
5344
|
-
"multiple": false,
|
|
5345
|
-
"type": "option"
|
|
5346
|
-
},
|
|
5347
|
-
"limit": {
|
|
5348
|
-
"description": "Items per page",
|
|
5349
|
-
"name": "limit",
|
|
5350
|
-
"default": 20,
|
|
5351
|
-
"hasDynamicHelp": false,
|
|
5352
|
-
"multiple": false,
|
|
5353
|
-
"type": "option"
|
|
5354
|
-
},
|
|
5355
|
-
"optin-status": {
|
|
5356
|
-
"description": "Filter by opt-in status",
|
|
5357
|
-
"name": "optin-status",
|
|
5358
|
-
"hasDynamicHelp": false,
|
|
5359
|
-
"multiple": false,
|
|
5360
|
-
"options": [
|
|
5361
|
-
"0",
|
|
5362
|
-
"1"
|
|
5363
|
-
],
|
|
5364
|
-
"type": "option"
|
|
5365
|
-
},
|
|
5366
|
-
"blocked": {
|
|
5367
|
-
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
5368
|
-
"name": "blocked",
|
|
5369
|
-
"hasDynamicHelp": false,
|
|
5370
|
-
"multiple": false,
|
|
5371
|
-
"options": [
|
|
5372
|
-
"0",
|
|
5373
|
-
"1"
|
|
5374
|
-
],
|
|
5375
|
-
"type": "option"
|
|
5376
|
-
},
|
|
5377
|
-
"segment": {
|
|
5378
|
-
"description": "Filter by segment ID",
|
|
5379
|
-
"name": "segment",
|
|
5380
|
-
"hasDynamicHelp": false,
|
|
5381
|
-
"multiple": false,
|
|
5382
|
-
"type": "option"
|
|
5383
|
-
},
|
|
5384
|
-
"tags": {
|
|
5385
|
-
"description": "Comma-separated tag IDs",
|
|
5386
|
-
"name": "tags",
|
|
5387
|
-
"hasDynamicHelp": false,
|
|
5388
|
-
"multiple": false,
|
|
5389
|
-
"type": "option"
|
|
5390
|
-
},
|
|
5391
|
-
"tag-match": {
|
|
5392
|
-
"description": "Tag match mode",
|
|
5393
|
-
"name": "tag-match",
|
|
5394
|
-
"hasDynamicHelp": false,
|
|
5395
|
-
"multiple": false,
|
|
5396
|
-
"options": [
|
|
5397
|
-
"any",
|
|
5398
|
-
"all"
|
|
5399
|
-
],
|
|
5400
|
-
"type": "option"
|
|
5401
|
-
},
|
|
5402
|
-
"spam": {
|
|
5403
|
-
"description": "Filter by spam status",
|
|
5404
|
-
"name": "spam",
|
|
5405
|
-
"hasDynamicHelp": false,
|
|
5406
|
-
"multiple": false,
|
|
5407
|
-
"options": [
|
|
5408
|
-
"true",
|
|
5409
|
-
"false"
|
|
5410
|
-
],
|
|
5411
|
-
"type": "option"
|
|
5412
|
-
},
|
|
5413
|
-
"trust-level": {
|
|
5414
|
-
"description": "Comma-separated trust levels",
|
|
5415
|
-
"name": "trust-level",
|
|
5376
|
+
"order": {
|
|
5377
|
+
"description": "Order JSON array payload",
|
|
5378
|
+
"name": "order",
|
|
5379
|
+
"required": true,
|
|
5416
5380
|
"hasDynamicHelp": false,
|
|
5417
5381
|
"multiple": false,
|
|
5418
5382
|
"type": "option"
|
|
@@ -5420,7 +5384,7 @@
|
|
|
5420
5384
|
},
|
|
5421
5385
|
"hasDynamicHelp": false,
|
|
5422
5386
|
"hiddenAliases": [],
|
|
5423
|
-
"id": "
|
|
5387
|
+
"id": "custom-fields:reorder",
|
|
5424
5388
|
"pluginAlias": "@instantkom/cli",
|
|
5425
5389
|
"pluginName": "@instantkom/cli",
|
|
5426
5390
|
"pluginType": "core",
|
|
@@ -5430,20 +5394,20 @@
|
|
|
5430
5394
|
"relativePath": [
|
|
5431
5395
|
"dist",
|
|
5432
5396
|
"commands",
|
|
5433
|
-
"
|
|
5434
|
-
"
|
|
5397
|
+
"custom-fields",
|
|
5398
|
+
"reorder.js"
|
|
5435
5399
|
]
|
|
5436
5400
|
},
|
|
5437
|
-
"
|
|
5401
|
+
"custom-fields:update": {
|
|
5438
5402
|
"aliases": [],
|
|
5439
5403
|
"args": {
|
|
5440
5404
|
"id": {
|
|
5441
|
-
"description": "
|
|
5405
|
+
"description": "Custom field ID",
|
|
5442
5406
|
"name": "id",
|
|
5443
5407
|
"required": true
|
|
5444
5408
|
}
|
|
5445
5409
|
},
|
|
5446
|
-
"description": "Update a
|
|
5410
|
+
"description": "Update a custom field",
|
|
5447
5411
|
"flags": {
|
|
5448
5412
|
"api-key": {
|
|
5449
5413
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5507,16 +5471,52 @@
|
|
|
5507
5471
|
"multiple": false,
|
|
5508
5472
|
"type": "option"
|
|
5509
5473
|
},
|
|
5510
|
-
"
|
|
5511
|
-
"description": "
|
|
5512
|
-
"name": "
|
|
5474
|
+
"name": {
|
|
5475
|
+
"description": "Field name",
|
|
5476
|
+
"name": "name",
|
|
5513
5477
|
"hasDynamicHelp": false,
|
|
5514
5478
|
"multiple": false,
|
|
5515
5479
|
"type": "option"
|
|
5516
5480
|
},
|
|
5517
|
-
"
|
|
5518
|
-
"description": "
|
|
5519
|
-
"name": "
|
|
5481
|
+
"type": {
|
|
5482
|
+
"description": "Field type",
|
|
5483
|
+
"name": "type",
|
|
5484
|
+
"hasDynamicHelp": false,
|
|
5485
|
+
"multiple": false,
|
|
5486
|
+
"options": [
|
|
5487
|
+
"text",
|
|
5488
|
+
"number",
|
|
5489
|
+
"date",
|
|
5490
|
+
"dropdown",
|
|
5491
|
+
"checkbox",
|
|
5492
|
+
"url",
|
|
5493
|
+
"email",
|
|
5494
|
+
"phone"
|
|
5495
|
+
],
|
|
5496
|
+
"type": "option"
|
|
5497
|
+
},
|
|
5498
|
+
"required": {
|
|
5499
|
+
"description": "Field is required",
|
|
5500
|
+
"name": "required",
|
|
5501
|
+
"allowNo": true,
|
|
5502
|
+
"type": "boolean"
|
|
5503
|
+
},
|
|
5504
|
+
"status": {
|
|
5505
|
+
"description": "Field is active",
|
|
5506
|
+
"name": "status",
|
|
5507
|
+
"allowNo": true,
|
|
5508
|
+
"type": "boolean"
|
|
5509
|
+
},
|
|
5510
|
+
"default": {
|
|
5511
|
+
"description": "Default value",
|
|
5512
|
+
"name": "default",
|
|
5513
|
+
"hasDynamicHelp": false,
|
|
5514
|
+
"multiple": false,
|
|
5515
|
+
"type": "option"
|
|
5516
|
+
},
|
|
5517
|
+
"options": {
|
|
5518
|
+
"description": "Comma-separated dropdown options",
|
|
5519
|
+
"name": "options",
|
|
5520
5520
|
"hasDynamicHelp": false,
|
|
5521
5521
|
"multiple": false,
|
|
5522
5522
|
"type": "option"
|
|
@@ -5531,7 +5531,7 @@
|
|
|
5531
5531
|
},
|
|
5532
5532
|
"hasDynamicHelp": false,
|
|
5533
5533
|
"hiddenAliases": [],
|
|
5534
|
-
"id": "
|
|
5534
|
+
"id": "custom-fields:update",
|
|
5535
5535
|
"pluginAlias": "@instantkom/cli",
|
|
5536
5536
|
"pluginName": "@instantkom/cli",
|
|
5537
5537
|
"pluginType": "core",
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
"relativePath": [
|
|
5542
5542
|
"dist",
|
|
5543
5543
|
"commands",
|
|
5544
|
-
"
|
|
5544
|
+
"custom-fields",
|
|
5545
5545
|
"update.js"
|
|
5546
5546
|
]
|
|
5547
5547
|
},
|
|
@@ -6076,10 +6076,10 @@
|
|
|
6076
6076
|
"list.js"
|
|
6077
6077
|
]
|
|
6078
6078
|
},
|
|
6079
|
-
"
|
|
6079
|
+
"flows:create": {
|
|
6080
6080
|
"aliases": [],
|
|
6081
6081
|
"args": {},
|
|
6082
|
-
"description": "
|
|
6082
|
+
"description": "Create a flow",
|
|
6083
6083
|
"flags": {
|
|
6084
6084
|
"api-key": {
|
|
6085
6085
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6143,24 +6143,54 @@
|
|
|
6143
6143
|
"multiple": false,
|
|
6144
6144
|
"type": "option"
|
|
6145
6145
|
},
|
|
6146
|
-
"
|
|
6147
|
-
"description": "
|
|
6148
|
-
"name": "
|
|
6146
|
+
"channel": {
|
|
6147
|
+
"description": "Channel ID",
|
|
6148
|
+
"name": "channel",
|
|
6149
6149
|
"required": true,
|
|
6150
6150
|
"hasDynamicHelp": false,
|
|
6151
6151
|
"multiple": false,
|
|
6152
6152
|
"type": "option"
|
|
6153
6153
|
},
|
|
6154
|
-
"
|
|
6155
|
-
"description": "
|
|
6156
|
-
"name": "
|
|
6157
|
-
"
|
|
6158
|
-
"
|
|
6154
|
+
"name": {
|
|
6155
|
+
"description": "Flow name",
|
|
6156
|
+
"name": "name",
|
|
6157
|
+
"required": true,
|
|
6158
|
+
"hasDynamicHelp": false,
|
|
6159
|
+
"multiple": false,
|
|
6160
|
+
"type": "option"
|
|
6161
|
+
},
|
|
6162
|
+
"description": {
|
|
6163
|
+
"description": "Flow description",
|
|
6164
|
+
"name": "description",
|
|
6165
|
+
"hasDynamicHelp": false,
|
|
6166
|
+
"multiple": false,
|
|
6167
|
+
"type": "option"
|
|
6168
|
+
},
|
|
6169
|
+
"color": {
|
|
6170
|
+
"description": "Flow color as HEX",
|
|
6171
|
+
"name": "color",
|
|
6172
|
+
"hasDynamicHelp": false,
|
|
6173
|
+
"multiple": false,
|
|
6174
|
+
"type": "option"
|
|
6175
|
+
},
|
|
6176
|
+
"folder": {
|
|
6177
|
+
"description": "Folder ID",
|
|
6178
|
+
"name": "folder",
|
|
6179
|
+
"hasDynamicHelp": false,
|
|
6180
|
+
"multiple": false,
|
|
6181
|
+
"type": "option"
|
|
6182
|
+
},
|
|
6183
|
+
"data": {
|
|
6184
|
+
"description": "Additional JSON object payload",
|
|
6185
|
+
"name": "data",
|
|
6186
|
+
"hasDynamicHelp": false,
|
|
6187
|
+
"multiple": false,
|
|
6188
|
+
"type": "option"
|
|
6159
6189
|
}
|
|
6160
6190
|
},
|
|
6161
6191
|
"hasDynamicHelp": false,
|
|
6162
6192
|
"hiddenAliases": [],
|
|
6163
|
-
"id": "
|
|
6193
|
+
"id": "flows:create",
|
|
6164
6194
|
"pluginAlias": "@instantkom/cli",
|
|
6165
6195
|
"pluginName": "@instantkom/cli",
|
|
6166
6196
|
"pluginType": "core",
|
|
@@ -6170,20 +6200,20 @@
|
|
|
6170
6200
|
"relativePath": [
|
|
6171
6201
|
"dist",
|
|
6172
6202
|
"commands",
|
|
6173
|
-
"
|
|
6174
|
-
"
|
|
6203
|
+
"flows",
|
|
6204
|
+
"create.js"
|
|
6175
6205
|
]
|
|
6176
6206
|
},
|
|
6177
|
-
"
|
|
6207
|
+
"flows:delete": {
|
|
6178
6208
|
"aliases": [],
|
|
6179
6209
|
"args": {
|
|
6180
6210
|
"id": {
|
|
6181
|
-
"description": "
|
|
6211
|
+
"description": "Flow ID",
|
|
6182
6212
|
"name": "id",
|
|
6183
6213
|
"required": true
|
|
6184
6214
|
}
|
|
6185
6215
|
},
|
|
6186
|
-
"description": "
|
|
6216
|
+
"description": "Delete a flow",
|
|
6187
6217
|
"flags": {
|
|
6188
6218
|
"api-key": {
|
|
6189
6219
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6246,32 +6276,11 @@
|
|
|
6246
6276
|
"hasDynamicHelp": false,
|
|
6247
6277
|
"multiple": false,
|
|
6248
6278
|
"type": "option"
|
|
6249
|
-
},
|
|
6250
|
-
"subject": {
|
|
6251
|
-
"description": "Ticket subject",
|
|
6252
|
-
"name": "subject",
|
|
6253
|
-
"hasDynamicHelp": false,
|
|
6254
|
-
"multiple": false,
|
|
6255
|
-
"type": "option"
|
|
6256
|
-
},
|
|
6257
|
-
"priority": {
|
|
6258
|
-
"description": "Ticket priority",
|
|
6259
|
-
"name": "priority",
|
|
6260
|
-
"hasDynamicHelp": false,
|
|
6261
|
-
"multiple": false,
|
|
6262
|
-
"type": "option"
|
|
6263
|
-
},
|
|
6264
|
-
"data": {
|
|
6265
|
-
"description": "Additional JSON object payload",
|
|
6266
|
-
"name": "data",
|
|
6267
|
-
"hasDynamicHelp": false,
|
|
6268
|
-
"multiple": false,
|
|
6269
|
-
"type": "option"
|
|
6270
6279
|
}
|
|
6271
6280
|
},
|
|
6272
6281
|
"hasDynamicHelp": false,
|
|
6273
6282
|
"hiddenAliases": [],
|
|
6274
|
-
"id": "
|
|
6283
|
+
"id": "flows:delete",
|
|
6275
6284
|
"pluginAlias": "@instantkom/cli",
|
|
6276
6285
|
"pluginName": "@instantkom/cli",
|
|
6277
6286
|
"pluginType": "core",
|
|
@@ -6281,20 +6290,20 @@
|
|
|
6281
6290
|
"relativePath": [
|
|
6282
6291
|
"dist",
|
|
6283
6292
|
"commands",
|
|
6284
|
-
"
|
|
6285
|
-
"
|
|
6293
|
+
"flows",
|
|
6294
|
+
"delete.js"
|
|
6286
6295
|
]
|
|
6287
6296
|
},
|
|
6288
|
-
"
|
|
6297
|
+
"flows:get": {
|
|
6289
6298
|
"aliases": [],
|
|
6290
6299
|
"args": {
|
|
6291
6300
|
"id": {
|
|
6292
|
-
"description": "
|
|
6301
|
+
"description": "Flow ID",
|
|
6293
6302
|
"name": "id",
|
|
6294
6303
|
"required": true
|
|
6295
6304
|
}
|
|
6296
6305
|
},
|
|
6297
|
-
"description": "
|
|
6306
|
+
"description": "Get a flow by ID",
|
|
6298
6307
|
"flags": {
|
|
6299
6308
|
"api-key": {
|
|
6300
6309
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6361,7 +6370,7 @@
|
|
|
6361
6370
|
},
|
|
6362
6371
|
"hasDynamicHelp": false,
|
|
6363
6372
|
"hiddenAliases": [],
|
|
6364
|
-
"id": "
|
|
6373
|
+
"id": "flows:get",
|
|
6365
6374
|
"pluginAlias": "@instantkom/cli",
|
|
6366
6375
|
"pluginName": "@instantkom/cli",
|
|
6367
6376
|
"pluginType": "core",
|
|
@@ -6371,20 +6380,14 @@
|
|
|
6371
6380
|
"relativePath": [
|
|
6372
6381
|
"dist",
|
|
6373
6382
|
"commands",
|
|
6374
|
-
"
|
|
6375
|
-
"
|
|
6383
|
+
"flows",
|
|
6384
|
+
"get.js"
|
|
6376
6385
|
]
|
|
6377
6386
|
},
|
|
6378
|
-
"
|
|
6387
|
+
"flows:list": {
|
|
6379
6388
|
"aliases": [],
|
|
6380
|
-
"args": {
|
|
6381
|
-
|
|
6382
|
-
"description": "message ID",
|
|
6383
|
-
"name": "id",
|
|
6384
|
-
"required": true
|
|
6385
|
-
}
|
|
6386
|
-
},
|
|
6387
|
-
"description": "Get message by ID",
|
|
6389
|
+
"args": {},
|
|
6390
|
+
"description": "List flows",
|
|
6388
6391
|
"flags": {
|
|
6389
6392
|
"api-key": {
|
|
6390
6393
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6447,11 +6450,48 @@
|
|
|
6447
6450
|
"hasDynamicHelp": false,
|
|
6448
6451
|
"multiple": false,
|
|
6449
6452
|
"type": "option"
|
|
6453
|
+
},
|
|
6454
|
+
"page": {
|
|
6455
|
+
"description": "Page number",
|
|
6456
|
+
"name": "page",
|
|
6457
|
+
"default": 1,
|
|
6458
|
+
"hasDynamicHelp": false,
|
|
6459
|
+
"multiple": false,
|
|
6460
|
+
"type": "option"
|
|
6461
|
+
},
|
|
6462
|
+
"limit": {
|
|
6463
|
+
"description": "Items per page",
|
|
6464
|
+
"name": "limit",
|
|
6465
|
+
"default": 20,
|
|
6466
|
+
"hasDynamicHelp": false,
|
|
6467
|
+
"multiple": false,
|
|
6468
|
+
"type": "option"
|
|
6469
|
+
},
|
|
6470
|
+
"channel": {
|
|
6471
|
+
"description": "Filter by channel ID",
|
|
6472
|
+
"name": "channel",
|
|
6473
|
+
"hasDynamicHelp": false,
|
|
6474
|
+
"multiple": false,
|
|
6475
|
+
"type": "option"
|
|
6476
|
+
},
|
|
6477
|
+
"search": {
|
|
6478
|
+
"description": "Search in flow name or description",
|
|
6479
|
+
"name": "search",
|
|
6480
|
+
"hasDynamicHelp": false,
|
|
6481
|
+
"multiple": false,
|
|
6482
|
+
"type": "option"
|
|
6483
|
+
},
|
|
6484
|
+
"folder": {
|
|
6485
|
+
"description": "Filter by folder ID",
|
|
6486
|
+
"name": "folder",
|
|
6487
|
+
"hasDynamicHelp": false,
|
|
6488
|
+
"multiple": false,
|
|
6489
|
+
"type": "option"
|
|
6450
6490
|
}
|
|
6451
6491
|
},
|
|
6452
6492
|
"hasDynamicHelp": false,
|
|
6453
6493
|
"hiddenAliases": [],
|
|
6454
|
-
"id": "
|
|
6494
|
+
"id": "flows:list",
|
|
6455
6495
|
"pluginAlias": "@instantkom/cli",
|
|
6456
6496
|
"pluginName": "@instantkom/cli",
|
|
6457
6497
|
"pluginType": "core",
|
|
@@ -6461,14 +6501,20 @@
|
|
|
6461
6501
|
"relativePath": [
|
|
6462
6502
|
"dist",
|
|
6463
6503
|
"commands",
|
|
6464
|
-
"
|
|
6465
|
-
"
|
|
6504
|
+
"flows",
|
|
6505
|
+
"list.js"
|
|
6466
6506
|
]
|
|
6467
6507
|
},
|
|
6468
|
-
"
|
|
6508
|
+
"flows:update": {
|
|
6469
6509
|
"aliases": [],
|
|
6470
|
-
"args": {
|
|
6471
|
-
|
|
6510
|
+
"args": {
|
|
6511
|
+
"id": {
|
|
6512
|
+
"description": "Flow ID",
|
|
6513
|
+
"name": "id",
|
|
6514
|
+
"required": true
|
|
6515
|
+
}
|
|
6516
|
+
},
|
|
6517
|
+
"description": "Update a flow",
|
|
6472
6518
|
"flags": {
|
|
6473
6519
|
"api-key": {
|
|
6474
6520
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6532,71 +6578,45 @@
|
|
|
6532
6578
|
"multiple": false,
|
|
6533
6579
|
"type": "option"
|
|
6534
6580
|
},
|
|
6535
|
-
"
|
|
6536
|
-
"description": "
|
|
6537
|
-
"name": "
|
|
6538
|
-
"default": 1,
|
|
6539
|
-
"hasDynamicHelp": false,
|
|
6540
|
-
"multiple": false,
|
|
6541
|
-
"type": "option"
|
|
6542
|
-
},
|
|
6543
|
-
"limit": {
|
|
6544
|
-
"description": "Items per page",
|
|
6545
|
-
"name": "limit",
|
|
6546
|
-
"default": 20,
|
|
6547
|
-
"hasDynamicHelp": false,
|
|
6548
|
-
"multiple": false,
|
|
6549
|
-
"type": "option"
|
|
6550
|
-
},
|
|
6551
|
-
"channel": {
|
|
6552
|
-
"description": "Filter by channel ID",
|
|
6553
|
-
"name": "channel",
|
|
6581
|
+
"name": {
|
|
6582
|
+
"description": "Flow name",
|
|
6583
|
+
"name": "name",
|
|
6554
6584
|
"hasDynamicHelp": false,
|
|
6555
6585
|
"multiple": false,
|
|
6556
6586
|
"type": "option"
|
|
6557
6587
|
},
|
|
6558
|
-
"
|
|
6559
|
-
"description": "
|
|
6560
|
-
"name": "
|
|
6588
|
+
"description": {
|
|
6589
|
+
"description": "Flow description",
|
|
6590
|
+
"name": "description",
|
|
6561
6591
|
"hasDynamicHelp": false,
|
|
6562
6592
|
"multiple": false,
|
|
6563
6593
|
"type": "option"
|
|
6564
6594
|
},
|
|
6565
|
-
"
|
|
6566
|
-
"description": "
|
|
6567
|
-
"name": "
|
|
6595
|
+
"color": {
|
|
6596
|
+
"description": "Flow color as HEX",
|
|
6597
|
+
"name": "color",
|
|
6568
6598
|
"hasDynamicHelp": false,
|
|
6569
6599
|
"multiple": false,
|
|
6570
|
-
"options": [
|
|
6571
|
-
"s",
|
|
6572
|
-
"r"
|
|
6573
|
-
],
|
|
6574
6600
|
"type": "option"
|
|
6575
6601
|
},
|
|
6576
|
-
"
|
|
6577
|
-
"description": "
|
|
6578
|
-
"name": "
|
|
6602
|
+
"folder": {
|
|
6603
|
+
"description": "Folder ID",
|
|
6604
|
+
"name": "folder",
|
|
6579
6605
|
"hasDynamicHelp": false,
|
|
6580
6606
|
"multiple": false,
|
|
6581
6607
|
"type": "option"
|
|
6582
6608
|
},
|
|
6583
|
-
"
|
|
6584
|
-
"description": "
|
|
6585
|
-
"name": "
|
|
6609
|
+
"data": {
|
|
6610
|
+
"description": "Additional JSON object payload",
|
|
6611
|
+
"name": "data",
|
|
6586
6612
|
"hasDynamicHelp": false,
|
|
6587
6613
|
"multiple": false,
|
|
6588
6614
|
"type": "option"
|
|
6589
|
-
},
|
|
6590
|
-
"spam": {
|
|
6591
|
-
"description": "Filter spam messages",
|
|
6592
|
-
"name": "spam",
|
|
6593
|
-
"allowNo": false,
|
|
6594
|
-
"type": "boolean"
|
|
6595
6615
|
}
|
|
6596
6616
|
},
|
|
6597
6617
|
"hasDynamicHelp": false,
|
|
6598
6618
|
"hiddenAliases": [],
|
|
6599
|
-
"id": "
|
|
6619
|
+
"id": "flows:update",
|
|
6600
6620
|
"pluginAlias": "@instantkom/cli",
|
|
6601
6621
|
"pluginName": "@instantkom/cli",
|
|
6602
6622
|
"pluginType": "core",
|
|
@@ -6606,20 +6626,14 @@
|
|
|
6606
6626
|
"relativePath": [
|
|
6607
6627
|
"dist",
|
|
6608
6628
|
"commands",
|
|
6609
|
-
"
|
|
6610
|
-
"
|
|
6629
|
+
"flows",
|
|
6630
|
+
"update.js"
|
|
6611
6631
|
]
|
|
6612
6632
|
},
|
|
6613
|
-
"messages:
|
|
6633
|
+
"messages:bulk-spam": {
|
|
6614
6634
|
"aliases": [],
|
|
6615
|
-
"args": {
|
|
6616
|
-
|
|
6617
|
-
"description": "Message ID",
|
|
6618
|
-
"name": "id",
|
|
6619
|
-
"required": true
|
|
6620
|
-
}
|
|
6621
|
-
},
|
|
6622
|
-
"description": "Get reactions to a message",
|
|
6635
|
+
"args": {},
|
|
6636
|
+
"description": "Mark or unmark multiple messages as spam",
|
|
6623
6637
|
"flags": {
|
|
6624
6638
|
"api-key": {
|
|
6625
6639
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6682,11 +6696,25 @@
|
|
|
6682
6696
|
"hasDynamicHelp": false,
|
|
6683
6697
|
"multiple": false,
|
|
6684
6698
|
"type": "option"
|
|
6699
|
+
},
|
|
6700
|
+
"ids": {
|
|
6701
|
+
"description": "Comma-separated message IDs",
|
|
6702
|
+
"name": "ids",
|
|
6703
|
+
"required": true,
|
|
6704
|
+
"hasDynamicHelp": false,
|
|
6705
|
+
"multiple": false,
|
|
6706
|
+
"type": "option"
|
|
6707
|
+
},
|
|
6708
|
+
"spam": {
|
|
6709
|
+
"description": "Mark messages as spam",
|
|
6710
|
+
"name": "spam",
|
|
6711
|
+
"allowNo": true,
|
|
6712
|
+
"type": "boolean"
|
|
6685
6713
|
}
|
|
6686
6714
|
},
|
|
6687
6715
|
"hasDynamicHelp": false,
|
|
6688
6716
|
"hiddenAliases": [],
|
|
6689
|
-
"id": "messages:
|
|
6717
|
+
"id": "messages:bulk-spam",
|
|
6690
6718
|
"pluginAlias": "@instantkom/cli",
|
|
6691
6719
|
"pluginName": "@instantkom/cli",
|
|
6692
6720
|
"pluginType": "core",
|
|
@@ -6697,10 +6725,10 @@
|
|
|
6697
6725
|
"dist",
|
|
6698
6726
|
"commands",
|
|
6699
6727
|
"messages",
|
|
6700
|
-
"
|
|
6728
|
+
"bulk-spam.js"
|
|
6701
6729
|
]
|
|
6702
6730
|
},
|
|
6703
|
-
"messages:
|
|
6731
|
+
"messages:create-ticket": {
|
|
6704
6732
|
"aliases": [],
|
|
6705
6733
|
"args": {
|
|
6706
6734
|
"id": {
|
|
@@ -6709,7 +6737,7 @@
|
|
|
6709
6737
|
"required": true
|
|
6710
6738
|
}
|
|
6711
6739
|
},
|
|
6712
|
-
"description": "
|
|
6740
|
+
"description": "Create a ticket from a message",
|
|
6713
6741
|
"flags": {
|
|
6714
6742
|
"api-key": {
|
|
6715
6743
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6773,16 +6801,31 @@
|
|
|
6773
6801
|
"multiple": false,
|
|
6774
6802
|
"type": "option"
|
|
6775
6803
|
},
|
|
6776
|
-
"
|
|
6777
|
-
"description": "
|
|
6778
|
-
"name": "
|
|
6779
|
-
"
|
|
6780
|
-
"
|
|
6804
|
+
"subject": {
|
|
6805
|
+
"description": "Ticket subject",
|
|
6806
|
+
"name": "subject",
|
|
6807
|
+
"hasDynamicHelp": false,
|
|
6808
|
+
"multiple": false,
|
|
6809
|
+
"type": "option"
|
|
6810
|
+
},
|
|
6811
|
+
"priority": {
|
|
6812
|
+
"description": "Ticket priority",
|
|
6813
|
+
"name": "priority",
|
|
6814
|
+
"hasDynamicHelp": false,
|
|
6815
|
+
"multiple": false,
|
|
6816
|
+
"type": "option"
|
|
6817
|
+
},
|
|
6818
|
+
"data": {
|
|
6819
|
+
"description": "Additional JSON object payload",
|
|
6820
|
+
"name": "data",
|
|
6821
|
+
"hasDynamicHelp": false,
|
|
6822
|
+
"multiple": false,
|
|
6823
|
+
"type": "option"
|
|
6781
6824
|
}
|
|
6782
6825
|
},
|
|
6783
6826
|
"hasDynamicHelp": false,
|
|
6784
6827
|
"hiddenAliases": [],
|
|
6785
|
-
"id": "messages:
|
|
6828
|
+
"id": "messages:create-ticket",
|
|
6786
6829
|
"pluginAlias": "@instantkom/cli",
|
|
6787
6830
|
"pluginName": "@instantkom/cli",
|
|
6788
6831
|
"pluginType": "core",
|
|
@@ -6793,13 +6836,19 @@
|
|
|
6793
6836
|
"dist",
|
|
6794
6837
|
"commands",
|
|
6795
6838
|
"messages",
|
|
6796
|
-
"
|
|
6839
|
+
"create-ticket.js"
|
|
6797
6840
|
]
|
|
6798
6841
|
},
|
|
6799
|
-
"messages:
|
|
6842
|
+
"messages:delete": {
|
|
6800
6843
|
"aliases": [],
|
|
6801
|
-
"args": {
|
|
6802
|
-
|
|
6844
|
+
"args": {
|
|
6845
|
+
"id": {
|
|
6846
|
+
"description": "message ID",
|
|
6847
|
+
"name": "id",
|
|
6848
|
+
"required": true
|
|
6849
|
+
}
|
|
6850
|
+
},
|
|
6851
|
+
"description": "Delete message",
|
|
6803
6852
|
"flags": {
|
|
6804
6853
|
"api-key": {
|
|
6805
6854
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6866,7 +6915,7 @@
|
|
|
6866
6915
|
},
|
|
6867
6916
|
"hasDynamicHelp": false,
|
|
6868
6917
|
"hiddenAliases": [],
|
|
6869
|
-
"id": "messages:
|
|
6918
|
+
"id": "messages:delete",
|
|
6870
6919
|
"pluginAlias": "@instantkom/cli",
|
|
6871
6920
|
"pluginName": "@instantkom/cli",
|
|
6872
6921
|
"pluginType": "core",
|
|
@@ -6877,19 +6926,19 @@
|
|
|
6877
6926
|
"dist",
|
|
6878
6927
|
"commands",
|
|
6879
6928
|
"messages",
|
|
6880
|
-
"
|
|
6929
|
+
"delete.js"
|
|
6881
6930
|
]
|
|
6882
6931
|
},
|
|
6883
|
-
"messages:
|
|
6932
|
+
"messages:get": {
|
|
6884
6933
|
"aliases": [],
|
|
6885
6934
|
"args": {
|
|
6886
6935
|
"id": {
|
|
6887
|
-
"description": "
|
|
6936
|
+
"description": "message ID",
|
|
6888
6937
|
"name": "id",
|
|
6889
6938
|
"required": true
|
|
6890
6939
|
}
|
|
6891
6940
|
},
|
|
6892
|
-
"description": "
|
|
6941
|
+
"description": "Get message by ID",
|
|
6893
6942
|
"flags": {
|
|
6894
6943
|
"api-key": {
|
|
6895
6944
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6952,58 +7001,11 @@
|
|
|
6952
7001
|
"hasDynamicHelp": false,
|
|
6953
7002
|
"multiple": false,
|
|
6954
7003
|
"type": "option"
|
|
6955
|
-
},
|
|
6956
|
-
"message": {
|
|
6957
|
-
"description": "Message content",
|
|
6958
|
-
"name": "message",
|
|
6959
|
-
"hasDynamicHelp": false,
|
|
6960
|
-
"multiple": false,
|
|
6961
|
-
"type": "option"
|
|
6962
|
-
},
|
|
6963
|
-
"scheduled-at": {
|
|
6964
|
-
"description": "Unix timestamp for scheduled send",
|
|
6965
|
-
"name": "scheduled-at",
|
|
6966
|
-
"hasDynamicHelp": false,
|
|
6967
|
-
"multiple": false,
|
|
6968
|
-
"type": "option"
|
|
6969
|
-
},
|
|
6970
|
-
"hidden": {
|
|
6971
|
-
"description": "Hide message",
|
|
6972
|
-
"name": "hidden",
|
|
6973
|
-
"allowNo": true,
|
|
6974
|
-
"type": "boolean"
|
|
6975
|
-
},
|
|
6976
|
-
"locked": {
|
|
6977
|
-
"description": "Lock message",
|
|
6978
|
-
"name": "locked",
|
|
6979
|
-
"allowNo": true,
|
|
6980
|
-
"type": "boolean"
|
|
6981
|
-
},
|
|
6982
|
-
"buttons": {
|
|
6983
|
-
"description": "Buttons JSON array",
|
|
6984
|
-
"name": "buttons",
|
|
6985
|
-
"hasDynamicHelp": false,
|
|
6986
|
-
"multiple": false,
|
|
6987
|
-
"type": "option"
|
|
6988
|
-
},
|
|
6989
|
-
"header-footer": {
|
|
6990
|
-
"description": "Header/footer JSON object",
|
|
6991
|
-
"name": "header-footer",
|
|
6992
|
-
"hasDynamicHelp": false,
|
|
6993
|
-
"multiple": false,
|
|
6994
|
-
"type": "option"
|
|
6995
|
-
},
|
|
6996
|
-
"data": {
|
|
6997
|
-
"description": "Additional JSON object payload",
|
|
6998
|
-
"name": "data",
|
|
6999
|
-
"hasDynamicHelp": false,
|
|
7000
|
-
"multiple": false,
|
|
7001
|
-
"type": "option"
|
|
7002
7004
|
}
|
|
7003
7005
|
},
|
|
7004
7006
|
"hasDynamicHelp": false,
|
|
7005
7007
|
"hiddenAliases": [],
|
|
7006
|
-
"id": "messages:
|
|
7008
|
+
"id": "messages:get",
|
|
7007
7009
|
"pluginAlias": "@instantkom/cli",
|
|
7008
7010
|
"pluginName": "@instantkom/cli",
|
|
7009
7011
|
"pluginType": "core",
|
|
@@ -7014,13 +7016,13 @@
|
|
|
7014
7016
|
"dist",
|
|
7015
7017
|
"commands",
|
|
7016
7018
|
"messages",
|
|
7017
|
-
"
|
|
7019
|
+
"get.js"
|
|
7018
7020
|
]
|
|
7019
7021
|
},
|
|
7020
|
-
"
|
|
7022
|
+
"messages:list": {
|
|
7021
7023
|
"aliases": [],
|
|
7022
7024
|
"args": {},
|
|
7023
|
-
"description": "
|
|
7025
|
+
"description": "List messages",
|
|
7024
7026
|
"flags": {
|
|
7025
7027
|
"api-key": {
|
|
7026
7028
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7084,61 +7086,71 @@
|
|
|
7084
7086
|
"multiple": false,
|
|
7085
7087
|
"type": "option"
|
|
7086
7088
|
},
|
|
7087
|
-
"
|
|
7088
|
-
"description": "
|
|
7089
|
-
"name": "
|
|
7090
|
-
"
|
|
7089
|
+
"page": {
|
|
7090
|
+
"description": "Page number",
|
|
7091
|
+
"name": "page",
|
|
7092
|
+
"default": 1,
|
|
7091
7093
|
"hasDynamicHelp": false,
|
|
7092
7094
|
"multiple": false,
|
|
7093
7095
|
"type": "option"
|
|
7094
7096
|
},
|
|
7095
|
-
"
|
|
7096
|
-
"description": "
|
|
7097
|
-
"name": "
|
|
7098
|
-
"
|
|
7097
|
+
"limit": {
|
|
7098
|
+
"description": "Items per page",
|
|
7099
|
+
"name": "limit",
|
|
7100
|
+
"default": 20,
|
|
7099
7101
|
"hasDynamicHelp": false,
|
|
7100
7102
|
"multiple": false,
|
|
7101
7103
|
"type": "option"
|
|
7102
7104
|
},
|
|
7103
|
-
"
|
|
7104
|
-
"description": "
|
|
7105
|
-
"name": "
|
|
7105
|
+
"channel": {
|
|
7106
|
+
"description": "Filter by channel ID",
|
|
7107
|
+
"name": "channel",
|
|
7106
7108
|
"hasDynamicHelp": false,
|
|
7107
7109
|
"multiple": false,
|
|
7108
7110
|
"type": "option"
|
|
7109
7111
|
},
|
|
7110
|
-
"
|
|
7111
|
-
"description": "
|
|
7112
|
-
"name": "
|
|
7112
|
+
"recipient": {
|
|
7113
|
+
"description": "Filter by recipient ID",
|
|
7114
|
+
"name": "recipient",
|
|
7113
7115
|
"hasDynamicHelp": false,
|
|
7114
7116
|
"multiple": false,
|
|
7115
7117
|
"type": "option"
|
|
7116
7118
|
},
|
|
7117
|
-
"
|
|
7118
|
-
"description": "
|
|
7119
|
-
"name": "
|
|
7119
|
+
"direction": {
|
|
7120
|
+
"description": "Direction",
|
|
7121
|
+
"name": "direction",
|
|
7120
7122
|
"hasDynamicHelp": false,
|
|
7121
7123
|
"multiple": false,
|
|
7124
|
+
"options": [
|
|
7125
|
+
"s",
|
|
7126
|
+
"r"
|
|
7127
|
+
],
|
|
7122
7128
|
"type": "option"
|
|
7123
7129
|
},
|
|
7124
|
-
"
|
|
7125
|
-
"description": "
|
|
7126
|
-
"name": "
|
|
7130
|
+
"type": {
|
|
7131
|
+
"description": "Message type",
|
|
7132
|
+
"name": "type",
|
|
7127
7133
|
"hasDynamicHelp": false,
|
|
7128
7134
|
"multiple": false,
|
|
7129
7135
|
"type": "option"
|
|
7130
7136
|
},
|
|
7131
|
-
"
|
|
7132
|
-
"description": "
|
|
7133
|
-
"name": "
|
|
7137
|
+
"search": {
|
|
7138
|
+
"description": "Search messages",
|
|
7139
|
+
"name": "search",
|
|
7134
7140
|
"hasDynamicHelp": false,
|
|
7135
7141
|
"multiple": false,
|
|
7136
7142
|
"type": "option"
|
|
7143
|
+
},
|
|
7144
|
+
"spam": {
|
|
7145
|
+
"description": "Filter spam messages",
|
|
7146
|
+
"name": "spam",
|
|
7147
|
+
"allowNo": false,
|
|
7148
|
+
"type": "boolean"
|
|
7137
7149
|
}
|
|
7138
7150
|
},
|
|
7139
7151
|
"hasDynamicHelp": false,
|
|
7140
7152
|
"hiddenAliases": [],
|
|
7141
|
-
"id": "
|
|
7153
|
+
"id": "messages:list",
|
|
7142
7154
|
"pluginAlias": "@instantkom/cli",
|
|
7143
7155
|
"pluginName": "@instantkom/cli",
|
|
7144
7156
|
"pluginType": "core",
|
|
@@ -7148,20 +7160,20 @@
|
|
|
7148
7160
|
"relativePath": [
|
|
7149
7161
|
"dist",
|
|
7150
7162
|
"commands",
|
|
7151
|
-
"
|
|
7152
|
-
"
|
|
7163
|
+
"messages",
|
|
7164
|
+
"list.js"
|
|
7153
7165
|
]
|
|
7154
7166
|
},
|
|
7155
|
-
"
|
|
7167
|
+
"messages:reactions": {
|
|
7156
7168
|
"aliases": [],
|
|
7157
7169
|
"args": {
|
|
7158
7170
|
"id": {
|
|
7159
|
-
"description": "
|
|
7171
|
+
"description": "Message ID",
|
|
7160
7172
|
"name": "id",
|
|
7161
7173
|
"required": true
|
|
7162
7174
|
}
|
|
7163
7175
|
},
|
|
7164
|
-
"description": "
|
|
7176
|
+
"description": "Get reactions to a message",
|
|
7165
7177
|
"flags": {
|
|
7166
7178
|
"api-key": {
|
|
7167
7179
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7228,7 +7240,7 @@
|
|
|
7228
7240
|
},
|
|
7229
7241
|
"hasDynamicHelp": false,
|
|
7230
7242
|
"hiddenAliases": [],
|
|
7231
|
-
"id": "
|
|
7243
|
+
"id": "messages:reactions",
|
|
7232
7244
|
"pluginAlias": "@instantkom/cli",
|
|
7233
7245
|
"pluginName": "@instantkom/cli",
|
|
7234
7246
|
"pluginType": "core",
|
|
@@ -7238,20 +7250,20 @@
|
|
|
7238
7250
|
"relativePath": [
|
|
7239
7251
|
"dist",
|
|
7240
7252
|
"commands",
|
|
7241
|
-
"
|
|
7242
|
-
"
|
|
7253
|
+
"messages",
|
|
7254
|
+
"reactions.js"
|
|
7243
7255
|
]
|
|
7244
7256
|
},
|
|
7245
|
-
"
|
|
7257
|
+
"messages:spam": {
|
|
7246
7258
|
"aliases": [],
|
|
7247
7259
|
"args": {
|
|
7248
7260
|
"id": {
|
|
7249
|
-
"description": "
|
|
7261
|
+
"description": "Message ID",
|
|
7250
7262
|
"name": "id",
|
|
7251
7263
|
"required": true
|
|
7252
7264
|
}
|
|
7253
7265
|
},
|
|
7254
|
-
"description": "
|
|
7266
|
+
"description": "Mark or unmark a message as spam",
|
|
7255
7267
|
"flags": {
|
|
7256
7268
|
"api-key": {
|
|
7257
7269
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7314,11 +7326,17 @@
|
|
|
7314
7326
|
"hasDynamicHelp": false,
|
|
7315
7327
|
"multiple": false,
|
|
7316
7328
|
"type": "option"
|
|
7329
|
+
},
|
|
7330
|
+
"spam": {
|
|
7331
|
+
"description": "Mark as spam",
|
|
7332
|
+
"name": "spam",
|
|
7333
|
+
"allowNo": true,
|
|
7334
|
+
"type": "boolean"
|
|
7317
7335
|
}
|
|
7318
7336
|
},
|
|
7319
7337
|
"hasDynamicHelp": false,
|
|
7320
7338
|
"hiddenAliases": [],
|
|
7321
|
-
"id": "
|
|
7339
|
+
"id": "messages:spam",
|
|
7322
7340
|
"pluginAlias": "@instantkom/cli",
|
|
7323
7341
|
"pluginName": "@instantkom/cli",
|
|
7324
7342
|
"pluginType": "core",
|
|
@@ -7328,14 +7346,14 @@
|
|
|
7328
7346
|
"relativePath": [
|
|
7329
7347
|
"dist",
|
|
7330
7348
|
"commands",
|
|
7331
|
-
"
|
|
7332
|
-
"
|
|
7349
|
+
"messages",
|
|
7350
|
+
"spam.js"
|
|
7333
7351
|
]
|
|
7334
7352
|
},
|
|
7335
|
-
"
|
|
7353
|
+
"messages:unread-count": {
|
|
7336
7354
|
"aliases": [],
|
|
7337
7355
|
"args": {},
|
|
7338
|
-
"description": "
|
|
7356
|
+
"description": "Get unread inbox message count",
|
|
7339
7357
|
"flags": {
|
|
7340
7358
|
"api-key": {
|
|
7341
7359
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7373,84 +7391,36 @@
|
|
|
7373
7391
|
"helpGroup": "GLOBAL",
|
|
7374
7392
|
"name": "quiet",
|
|
7375
7393
|
"allowNo": false,
|
|
7376
|
-
"type": "boolean"
|
|
7377
|
-
},
|
|
7378
|
-
"no-color": {
|
|
7379
|
-
"description": "Disable color output",
|
|
7380
|
-
"helpGroup": "GLOBAL",
|
|
7381
|
-
"name": "no-color",
|
|
7382
|
-
"allowNo": false,
|
|
7383
|
-
"type": "boolean"
|
|
7384
|
-
},
|
|
7385
|
-
"profile": {
|
|
7386
|
-
"description": "Named configuration profile to use",
|
|
7387
|
-
"helpGroup": "GLOBAL",
|
|
7388
|
-
"name": "profile",
|
|
7389
|
-
"default": "default",
|
|
7390
|
-
"hasDynamicHelp": false,
|
|
7391
|
-
"multiple": false,
|
|
7392
|
-
"type": "option"
|
|
7393
|
-
},
|
|
7394
|
-
"api-url": {
|
|
7395
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
7396
|
-
"helpGroup": "GLOBAL",
|
|
7397
|
-
"name": "api-url",
|
|
7398
|
-
"hasDynamicHelp": false,
|
|
7399
|
-
"multiple": false,
|
|
7400
|
-
"type": "option"
|
|
7401
|
-
},
|
|
7402
|
-
"page": {
|
|
7403
|
-
"description": "Page number",
|
|
7404
|
-
"name": "page",
|
|
7405
|
-
"default": 1,
|
|
7406
|
-
"hasDynamicHelp": false,
|
|
7407
|
-
"multiple": false,
|
|
7408
|
-
"type": "option"
|
|
7409
|
-
},
|
|
7410
|
-
"limit": {
|
|
7411
|
-
"description": "Items per page",
|
|
7412
|
-
"name": "limit",
|
|
7413
|
-
"default": 20,
|
|
7414
|
-
"hasDynamicHelp": false,
|
|
7415
|
-
"multiple": false,
|
|
7416
|
-
"type": "option"
|
|
7417
|
-
},
|
|
7418
|
-
"channel": {
|
|
7419
|
-
"description": "Filter by channel ID",
|
|
7420
|
-
"name": "channel",
|
|
7421
|
-
"hasDynamicHelp": false,
|
|
7422
|
-
"multiple": false,
|
|
7423
|
-
"type": "option"
|
|
7394
|
+
"type": "boolean"
|
|
7424
7395
|
},
|
|
7425
|
-
"
|
|
7426
|
-
"description": "
|
|
7427
|
-
"
|
|
7428
|
-
"
|
|
7429
|
-
"
|
|
7430
|
-
"type": "
|
|
7396
|
+
"no-color": {
|
|
7397
|
+
"description": "Disable color output",
|
|
7398
|
+
"helpGroup": "GLOBAL",
|
|
7399
|
+
"name": "no-color",
|
|
7400
|
+
"allowNo": false,
|
|
7401
|
+
"type": "boolean"
|
|
7431
7402
|
},
|
|
7432
|
-
"
|
|
7433
|
-
"description": "
|
|
7434
|
-
"
|
|
7403
|
+
"profile": {
|
|
7404
|
+
"description": "Named configuration profile to use",
|
|
7405
|
+
"helpGroup": "GLOBAL",
|
|
7406
|
+
"name": "profile",
|
|
7407
|
+
"default": "default",
|
|
7435
7408
|
"hasDynamicHelp": false,
|
|
7436
7409
|
"multiple": false,
|
|
7437
7410
|
"type": "option"
|
|
7438
7411
|
},
|
|
7439
|
-
"
|
|
7440
|
-
"description": "
|
|
7441
|
-
"
|
|
7412
|
+
"api-url": {
|
|
7413
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
7414
|
+
"helpGroup": "GLOBAL",
|
|
7415
|
+
"name": "api-url",
|
|
7442
7416
|
"hasDynamicHelp": false,
|
|
7443
7417
|
"multiple": false,
|
|
7444
|
-
"options": [
|
|
7445
|
-
"any",
|
|
7446
|
-
"all"
|
|
7447
|
-
],
|
|
7448
7418
|
"type": "option"
|
|
7449
7419
|
}
|
|
7450
7420
|
},
|
|
7451
7421
|
"hasDynamicHelp": false,
|
|
7452
7422
|
"hiddenAliases": [],
|
|
7453
|
-
"id": "
|
|
7423
|
+
"id": "messages:unread-count",
|
|
7454
7424
|
"pluginAlias": "@instantkom/cli",
|
|
7455
7425
|
"pluginName": "@instantkom/cli",
|
|
7456
7426
|
"pluginType": "core",
|
|
@@ -7460,20 +7430,20 @@
|
|
|
7460
7430
|
"relativePath": [
|
|
7461
7431
|
"dist",
|
|
7462
7432
|
"commands",
|
|
7463
|
-
"
|
|
7464
|
-
"
|
|
7433
|
+
"messages",
|
|
7434
|
+
"unread-count.js"
|
|
7465
7435
|
]
|
|
7466
7436
|
},
|
|
7467
|
-
"
|
|
7437
|
+
"messages:update": {
|
|
7468
7438
|
"aliases": [],
|
|
7469
7439
|
"args": {
|
|
7470
7440
|
"id": {
|
|
7471
|
-
"description": "
|
|
7441
|
+
"description": "Message ID",
|
|
7472
7442
|
"name": "id",
|
|
7473
7443
|
"required": true
|
|
7474
7444
|
}
|
|
7475
7445
|
},
|
|
7476
|
-
"description": "Update a
|
|
7446
|
+
"description": "Update a message",
|
|
7477
7447
|
"flags": {
|
|
7478
7448
|
"api-key": {
|
|
7479
7449
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7537,37 +7507,42 @@
|
|
|
7537
7507
|
"multiple": false,
|
|
7538
7508
|
"type": "option"
|
|
7539
7509
|
},
|
|
7540
|
-
"
|
|
7541
|
-
"description": "
|
|
7542
|
-
"name": "
|
|
7510
|
+
"message": {
|
|
7511
|
+
"description": "Message content",
|
|
7512
|
+
"name": "message",
|
|
7543
7513
|
"hasDynamicHelp": false,
|
|
7544
7514
|
"multiple": false,
|
|
7545
7515
|
"type": "option"
|
|
7546
7516
|
},
|
|
7547
|
-
"
|
|
7548
|
-
"description": "
|
|
7549
|
-
"name": "
|
|
7517
|
+
"scheduled-at": {
|
|
7518
|
+
"description": "Unix timestamp for scheduled send",
|
|
7519
|
+
"name": "scheduled-at",
|
|
7550
7520
|
"hasDynamicHelp": false,
|
|
7551
7521
|
"multiple": false,
|
|
7552
7522
|
"type": "option"
|
|
7553
7523
|
},
|
|
7554
|
-
"
|
|
7555
|
-
"description": "
|
|
7556
|
-
"name": "
|
|
7557
|
-
"
|
|
7558
|
-
"
|
|
7559
|
-
"type": "option"
|
|
7524
|
+
"hidden": {
|
|
7525
|
+
"description": "Hide message",
|
|
7526
|
+
"name": "hidden",
|
|
7527
|
+
"allowNo": true,
|
|
7528
|
+
"type": "boolean"
|
|
7560
7529
|
},
|
|
7561
|
-
"
|
|
7562
|
-
"description": "
|
|
7563
|
-
"name": "
|
|
7530
|
+
"locked": {
|
|
7531
|
+
"description": "Lock message",
|
|
7532
|
+
"name": "locked",
|
|
7533
|
+
"allowNo": true,
|
|
7534
|
+
"type": "boolean"
|
|
7535
|
+
},
|
|
7536
|
+
"buttons": {
|
|
7537
|
+
"description": "Buttons JSON array",
|
|
7538
|
+
"name": "buttons",
|
|
7564
7539
|
"hasDynamicHelp": false,
|
|
7565
7540
|
"multiple": false,
|
|
7566
7541
|
"type": "option"
|
|
7567
7542
|
},
|
|
7568
|
-
"
|
|
7569
|
-
"description": "
|
|
7570
|
-
"name": "
|
|
7543
|
+
"header-footer": {
|
|
7544
|
+
"description": "Header/footer JSON object",
|
|
7545
|
+
"name": "header-footer",
|
|
7571
7546
|
"hasDynamicHelp": false,
|
|
7572
7547
|
"multiple": false,
|
|
7573
7548
|
"type": "option"
|
|
@@ -7582,7 +7557,7 @@
|
|
|
7582
7557
|
},
|
|
7583
7558
|
"hasDynamicHelp": false,
|
|
7584
7559
|
"hiddenAliases": [],
|
|
7585
|
-
"id": "
|
|
7560
|
+
"id": "messages:update",
|
|
7586
7561
|
"pluginAlias": "@instantkom/cli",
|
|
7587
7562
|
"pluginName": "@instantkom/cli",
|
|
7588
7563
|
"pluginType": "core",
|
|
@@ -7592,14 +7567,14 @@
|
|
|
7592
7567
|
"relativePath": [
|
|
7593
7568
|
"dist",
|
|
7594
7569
|
"commands",
|
|
7595
|
-
"
|
|
7570
|
+
"messages",
|
|
7596
7571
|
"update.js"
|
|
7597
7572
|
]
|
|
7598
7573
|
},
|
|
7599
|
-
"
|
|
7574
|
+
"segments:create": {
|
|
7600
7575
|
"aliases": [],
|
|
7601
7576
|
"args": {},
|
|
7602
|
-
"description": "Create a
|
|
7577
|
+
"description": "Create a segment",
|
|
7603
7578
|
"flags": {
|
|
7604
7579
|
"api-key": {
|
|
7605
7580
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7672,7 +7647,7 @@
|
|
|
7672
7647
|
"type": "option"
|
|
7673
7648
|
},
|
|
7674
7649
|
"name": {
|
|
7675
|
-
"description": "
|
|
7650
|
+
"description": "Segment name",
|
|
7676
7651
|
"name": "name",
|
|
7677
7652
|
"required": true,
|
|
7678
7653
|
"hasDynamicHelp": false,
|
|
@@ -7680,21 +7655,28 @@
|
|
|
7680
7655
|
"type": "option"
|
|
7681
7656
|
},
|
|
7682
7657
|
"description": {
|
|
7683
|
-
"description": "
|
|
7658
|
+
"description": "Segment description",
|
|
7684
7659
|
"name": "description",
|
|
7685
7660
|
"hasDynamicHelp": false,
|
|
7686
7661
|
"multiple": false,
|
|
7687
7662
|
"type": "option"
|
|
7688
7663
|
},
|
|
7689
7664
|
"color": {
|
|
7690
|
-
"description": "
|
|
7665
|
+
"description": "Segment color as HEX",
|
|
7691
7666
|
"name": "color",
|
|
7692
7667
|
"hasDynamicHelp": false,
|
|
7693
7668
|
"multiple": false,
|
|
7694
7669
|
"type": "option"
|
|
7695
7670
|
},
|
|
7671
|
+
"tags": {
|
|
7672
|
+
"description": "Tags for filtering recipients",
|
|
7673
|
+
"name": "tags",
|
|
7674
|
+
"hasDynamicHelp": false,
|
|
7675
|
+
"multiple": false,
|
|
7676
|
+
"type": "option"
|
|
7677
|
+
},
|
|
7696
7678
|
"folder": {
|
|
7697
|
-
"description": "
|
|
7679
|
+
"description": "Object folder ID",
|
|
7698
7680
|
"name": "folder",
|
|
7699
7681
|
"hasDynamicHelp": false,
|
|
7700
7682
|
"multiple": false,
|
|
@@ -7710,7 +7692,7 @@
|
|
|
7710
7692
|
},
|
|
7711
7693
|
"hasDynamicHelp": false,
|
|
7712
7694
|
"hiddenAliases": [],
|
|
7713
|
-
"id": "
|
|
7695
|
+
"id": "segments:create",
|
|
7714
7696
|
"pluginAlias": "@instantkom/cli",
|
|
7715
7697
|
"pluginName": "@instantkom/cli",
|
|
7716
7698
|
"pluginType": "core",
|
|
@@ -7720,20 +7702,20 @@
|
|
|
7720
7702
|
"relativePath": [
|
|
7721
7703
|
"dist",
|
|
7722
7704
|
"commands",
|
|
7723
|
-
"
|
|
7705
|
+
"segments",
|
|
7724
7706
|
"create.js"
|
|
7725
7707
|
]
|
|
7726
7708
|
},
|
|
7727
|
-
"
|
|
7709
|
+
"segments:delete": {
|
|
7728
7710
|
"aliases": [],
|
|
7729
7711
|
"args": {
|
|
7730
7712
|
"id": {
|
|
7731
|
-
"description": "
|
|
7713
|
+
"description": "segment ID",
|
|
7732
7714
|
"name": "id",
|
|
7733
7715
|
"required": true
|
|
7734
7716
|
}
|
|
7735
7717
|
},
|
|
7736
|
-
"description": "Delete
|
|
7718
|
+
"description": "Delete segment",
|
|
7737
7719
|
"flags": {
|
|
7738
7720
|
"api-key": {
|
|
7739
7721
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7800,7 +7782,7 @@
|
|
|
7800
7782
|
},
|
|
7801
7783
|
"hasDynamicHelp": false,
|
|
7802
7784
|
"hiddenAliases": [],
|
|
7803
|
-
"id": "
|
|
7785
|
+
"id": "segments:delete",
|
|
7804
7786
|
"pluginAlias": "@instantkom/cli",
|
|
7805
7787
|
"pluginName": "@instantkom/cli",
|
|
7806
7788
|
"pluginType": "core",
|
|
@@ -7810,20 +7792,20 @@
|
|
|
7810
7792
|
"relativePath": [
|
|
7811
7793
|
"dist",
|
|
7812
7794
|
"commands",
|
|
7813
|
-
"
|
|
7795
|
+
"segments",
|
|
7814
7796
|
"delete.js"
|
|
7815
7797
|
]
|
|
7816
7798
|
},
|
|
7817
|
-
"
|
|
7799
|
+
"segments:get": {
|
|
7818
7800
|
"aliases": [],
|
|
7819
7801
|
"args": {
|
|
7820
7802
|
"id": {
|
|
7821
|
-
"description": "
|
|
7803
|
+
"description": "segment ID",
|
|
7822
7804
|
"name": "id",
|
|
7823
7805
|
"required": true
|
|
7824
7806
|
}
|
|
7825
7807
|
},
|
|
7826
|
-
"description": "Get
|
|
7808
|
+
"description": "Get segment by ID",
|
|
7827
7809
|
"flags": {
|
|
7828
7810
|
"api-key": {
|
|
7829
7811
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7890,7 +7872,7 @@
|
|
|
7890
7872
|
},
|
|
7891
7873
|
"hasDynamicHelp": false,
|
|
7892
7874
|
"hiddenAliases": [],
|
|
7893
|
-
"id": "
|
|
7875
|
+
"id": "segments:get",
|
|
7894
7876
|
"pluginAlias": "@instantkom/cli",
|
|
7895
7877
|
"pluginName": "@instantkom/cli",
|
|
7896
7878
|
"pluginType": "core",
|
|
@@ -7900,14 +7882,14 @@
|
|
|
7900
7882
|
"relativePath": [
|
|
7901
7883
|
"dist",
|
|
7902
7884
|
"commands",
|
|
7903
|
-
"
|
|
7885
|
+
"segments",
|
|
7904
7886
|
"get.js"
|
|
7905
7887
|
]
|
|
7906
7888
|
},
|
|
7907
|
-
"
|
|
7889
|
+
"segments:list": {
|
|
7908
7890
|
"aliases": [],
|
|
7909
7891
|
"args": {},
|
|
7910
|
-
"description": "List
|
|
7892
|
+
"description": "List segments",
|
|
7911
7893
|
"flags": {
|
|
7912
7894
|
"api-key": {
|
|
7913
7895
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7995,23 +7977,34 @@
|
|
|
7995
7977
|
"type": "option"
|
|
7996
7978
|
},
|
|
7997
7979
|
"search": {
|
|
7998
|
-
"description": "Search
|
|
7980
|
+
"description": "Search by name",
|
|
7999
7981
|
"name": "search",
|
|
8000
7982
|
"hasDynamicHelp": false,
|
|
8001
7983
|
"multiple": false,
|
|
8002
7984
|
"type": "option"
|
|
8003
7985
|
},
|
|
8004
|
-
"
|
|
8005
|
-
"description": "
|
|
8006
|
-
"name": "
|
|
7986
|
+
"tags": {
|
|
7987
|
+
"description": "Comma-separated tag IDs",
|
|
7988
|
+
"name": "tags",
|
|
8007
7989
|
"hasDynamicHelp": false,
|
|
8008
7990
|
"multiple": false,
|
|
8009
7991
|
"type": "option"
|
|
7992
|
+
},
|
|
7993
|
+
"tag-match-mode": {
|
|
7994
|
+
"description": "Tag match mode",
|
|
7995
|
+
"name": "tag-match-mode",
|
|
7996
|
+
"hasDynamicHelp": false,
|
|
7997
|
+
"multiple": false,
|
|
7998
|
+
"options": [
|
|
7999
|
+
"any",
|
|
8000
|
+
"all"
|
|
8001
|
+
],
|
|
8002
|
+
"type": "option"
|
|
8010
8003
|
}
|
|
8011
8004
|
},
|
|
8012
8005
|
"hasDynamicHelp": false,
|
|
8013
8006
|
"hiddenAliases": [],
|
|
8014
|
-
"id": "
|
|
8007
|
+
"id": "segments:list",
|
|
8015
8008
|
"pluginAlias": "@instantkom/cli",
|
|
8016
8009
|
"pluginName": "@instantkom/cli",
|
|
8017
8010
|
"pluginType": "core",
|
|
@@ -8021,20 +8014,20 @@
|
|
|
8021
8014
|
"relativePath": [
|
|
8022
8015
|
"dist",
|
|
8023
8016
|
"commands",
|
|
8024
|
-
"
|
|
8017
|
+
"segments",
|
|
8025
8018
|
"list.js"
|
|
8026
8019
|
]
|
|
8027
8020
|
},
|
|
8028
|
-
"
|
|
8021
|
+
"segments:update": {
|
|
8029
8022
|
"aliases": [],
|
|
8030
8023
|
"args": {
|
|
8031
8024
|
"id": {
|
|
8032
|
-
"description": "
|
|
8025
|
+
"description": "Segment ID",
|
|
8033
8026
|
"name": "id",
|
|
8034
8027
|
"required": true
|
|
8035
8028
|
}
|
|
8036
8029
|
},
|
|
8037
|
-
"description": "Update a
|
|
8030
|
+
"description": "Update a segment",
|
|
8038
8031
|
"flags": {
|
|
8039
8032
|
"api-key": {
|
|
8040
8033
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8099,28 +8092,35 @@
|
|
|
8099
8092
|
"type": "option"
|
|
8100
8093
|
},
|
|
8101
8094
|
"name": {
|
|
8102
|
-
"description": "
|
|
8095
|
+
"description": "Segment name",
|
|
8103
8096
|
"name": "name",
|
|
8104
8097
|
"hasDynamicHelp": false,
|
|
8105
8098
|
"multiple": false,
|
|
8106
8099
|
"type": "option"
|
|
8107
8100
|
},
|
|
8108
8101
|
"description": {
|
|
8109
|
-
"description": "
|
|
8102
|
+
"description": "Segment description",
|
|
8110
8103
|
"name": "description",
|
|
8111
8104
|
"hasDynamicHelp": false,
|
|
8112
8105
|
"multiple": false,
|
|
8113
8106
|
"type": "option"
|
|
8114
8107
|
},
|
|
8115
8108
|
"color": {
|
|
8116
|
-
"description": "
|
|
8109
|
+
"description": "Segment color as HEX",
|
|
8117
8110
|
"name": "color",
|
|
8118
8111
|
"hasDynamicHelp": false,
|
|
8119
8112
|
"multiple": false,
|
|
8120
8113
|
"type": "option"
|
|
8121
8114
|
},
|
|
8115
|
+
"tags": {
|
|
8116
|
+
"description": "Tags for filtering recipients",
|
|
8117
|
+
"name": "tags",
|
|
8118
|
+
"hasDynamicHelp": false,
|
|
8119
|
+
"multiple": false,
|
|
8120
|
+
"type": "option"
|
|
8121
|
+
},
|
|
8122
8122
|
"folder": {
|
|
8123
|
-
"description": "
|
|
8123
|
+
"description": "Object folder ID",
|
|
8124
8124
|
"name": "folder",
|
|
8125
8125
|
"hasDynamicHelp": false,
|
|
8126
8126
|
"multiple": false,
|
|
@@ -8136,7 +8136,7 @@
|
|
|
8136
8136
|
},
|
|
8137
8137
|
"hasDynamicHelp": false,
|
|
8138
8138
|
"hiddenAliases": [],
|
|
8139
|
-
"id": "
|
|
8139
|
+
"id": "segments:update",
|
|
8140
8140
|
"pluginAlias": "@instantkom/cli",
|
|
8141
8141
|
"pluginName": "@instantkom/cli",
|
|
8142
8142
|
"pluginType": "core",
|
|
@@ -8146,7 +8146,7 @@
|
|
|
8146
8146
|
"relativePath": [
|
|
8147
8147
|
"dist",
|
|
8148
8148
|
"commands",
|
|
8149
|
-
"
|
|
8149
|
+
"segments",
|
|
8150
8150
|
"update.js"
|
|
8151
8151
|
]
|
|
8152
8152
|
},
|
|
@@ -12676,16 +12676,21 @@
|
|
|
12676
12676
|
"update.js"
|
|
12677
12677
|
]
|
|
12678
12678
|
},
|
|
12679
|
-
"bots:
|
|
12679
|
+
"bots:tags:add": {
|
|
12680
12680
|
"aliases": [],
|
|
12681
12681
|
"args": {
|
|
12682
12682
|
"id": {
|
|
12683
|
-
"description": "
|
|
12683
|
+
"description": "Bot ID",
|
|
12684
12684
|
"name": "id",
|
|
12685
12685
|
"required": true
|
|
12686
|
+
},
|
|
12687
|
+
"tagId": {
|
|
12688
|
+
"description": "Tag ID",
|
|
12689
|
+
"name": "tagId",
|
|
12690
|
+
"required": true
|
|
12686
12691
|
}
|
|
12687
12692
|
},
|
|
12688
|
-
"description": "
|
|
12693
|
+
"description": "Add a tag to a bot",
|
|
12689
12694
|
"flags": {
|
|
12690
12695
|
"api-key": {
|
|
12691
12696
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12752,7 +12757,7 @@
|
|
|
12752
12757
|
},
|
|
12753
12758
|
"hasDynamicHelp": false,
|
|
12754
12759
|
"hiddenAliases": [],
|
|
12755
|
-
"id": "bots:
|
|
12760
|
+
"id": "bots:tags:add",
|
|
12756
12761
|
"pluginAlias": "@instantkom/cli",
|
|
12757
12762
|
"pluginName": "@instantkom/cli",
|
|
12758
12763
|
"pluginType": "core",
|
|
@@ -12763,14 +12768,20 @@
|
|
|
12763
12768
|
"dist",
|
|
12764
12769
|
"commands",
|
|
12765
12770
|
"bots",
|
|
12766
|
-
"
|
|
12767
|
-
"
|
|
12771
|
+
"tags",
|
|
12772
|
+
"add.js"
|
|
12768
12773
|
]
|
|
12769
12774
|
},
|
|
12770
|
-
"bots:
|
|
12775
|
+
"bots:tags:list": {
|
|
12771
12776
|
"aliases": [],
|
|
12772
|
-
"args": {
|
|
12773
|
-
|
|
12777
|
+
"args": {
|
|
12778
|
+
"id": {
|
|
12779
|
+
"description": "Bot ID",
|
|
12780
|
+
"name": "id",
|
|
12781
|
+
"required": true
|
|
12782
|
+
}
|
|
12783
|
+
},
|
|
12784
|
+
"description": "List tags assigned to a bot",
|
|
12774
12785
|
"flags": {
|
|
12775
12786
|
"api-key": {
|
|
12776
12787
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12805,60 +12816,31 @@
|
|
|
12805
12816
|
},
|
|
12806
12817
|
"quiet": {
|
|
12807
12818
|
"description": "Suppress all output except errors",
|
|
12808
|
-
"helpGroup": "GLOBAL",
|
|
12809
|
-
"name": "quiet",
|
|
12810
|
-
"allowNo": false,
|
|
12811
|
-
"type": "boolean"
|
|
12812
|
-
},
|
|
12813
|
-
"no-color": {
|
|
12814
|
-
"description": "Disable color output",
|
|
12815
|
-
"helpGroup": "GLOBAL",
|
|
12816
|
-
"name": "no-color",
|
|
12817
|
-
"allowNo": false,
|
|
12818
|
-
"type": "boolean"
|
|
12819
|
-
},
|
|
12820
|
-
"profile": {
|
|
12821
|
-
"description": "Named configuration profile to use",
|
|
12822
|
-
"helpGroup": "GLOBAL",
|
|
12823
|
-
"name": "profile",
|
|
12824
|
-
"default": "default",
|
|
12825
|
-
"hasDynamicHelp": false,
|
|
12826
|
-
"multiple": false,
|
|
12827
|
-
"type": "option"
|
|
12828
|
-
},
|
|
12829
|
-
"api-url": {
|
|
12830
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
12831
|
-
"helpGroup": "GLOBAL",
|
|
12832
|
-
"name": "api-url",
|
|
12833
|
-
"hasDynamicHelp": false,
|
|
12834
|
-
"multiple": false,
|
|
12835
|
-
"type": "option"
|
|
12836
|
-
},
|
|
12837
|
-
"key": {
|
|
12838
|
-
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12839
|
-
"name": "key",
|
|
12840
|
-
"required": true,
|
|
12841
|
-
"hasDynamicHelp": false,
|
|
12842
|
-
"multiple": false,
|
|
12843
|
-
"type": "option"
|
|
12844
|
-
},
|
|
12845
|
-
"description": {
|
|
12846
|
-
"description": "Variable description",
|
|
12847
|
-
"name": "description",
|
|
12848
|
-
"hasDynamicHelp": false,
|
|
12849
|
-
"multiple": false,
|
|
12850
|
-
"type": "option"
|
|
12819
|
+
"helpGroup": "GLOBAL",
|
|
12820
|
+
"name": "quiet",
|
|
12821
|
+
"allowNo": false,
|
|
12822
|
+
"type": "boolean"
|
|
12851
12823
|
},
|
|
12852
|
-
"color": {
|
|
12853
|
-
"description": "
|
|
12854
|
-
"
|
|
12824
|
+
"no-color": {
|
|
12825
|
+
"description": "Disable color output",
|
|
12826
|
+
"helpGroup": "GLOBAL",
|
|
12827
|
+
"name": "no-color",
|
|
12828
|
+
"allowNo": false,
|
|
12829
|
+
"type": "boolean"
|
|
12830
|
+
},
|
|
12831
|
+
"profile": {
|
|
12832
|
+
"description": "Named configuration profile to use",
|
|
12833
|
+
"helpGroup": "GLOBAL",
|
|
12834
|
+
"name": "profile",
|
|
12835
|
+
"default": "default",
|
|
12855
12836
|
"hasDynamicHelp": false,
|
|
12856
12837
|
"multiple": false,
|
|
12857
12838
|
"type": "option"
|
|
12858
12839
|
},
|
|
12859
|
-
"
|
|
12860
|
-
"description": "
|
|
12861
|
-
"
|
|
12840
|
+
"api-url": {
|
|
12841
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
12842
|
+
"helpGroup": "GLOBAL",
|
|
12843
|
+
"name": "api-url",
|
|
12862
12844
|
"hasDynamicHelp": false,
|
|
12863
12845
|
"multiple": false,
|
|
12864
12846
|
"type": "option"
|
|
@@ -12866,7 +12848,7 @@
|
|
|
12866
12848
|
},
|
|
12867
12849
|
"hasDynamicHelp": false,
|
|
12868
12850
|
"hiddenAliases": [],
|
|
12869
|
-
"id": "bots:
|
|
12851
|
+
"id": "bots:tags:list",
|
|
12870
12852
|
"pluginAlias": "@instantkom/cli",
|
|
12871
12853
|
"pluginName": "@instantkom/cli",
|
|
12872
12854
|
"pluginType": "core",
|
|
@@ -12877,20 +12859,25 @@
|
|
|
12877
12859
|
"dist",
|
|
12878
12860
|
"commands",
|
|
12879
12861
|
"bots",
|
|
12880
|
-
"
|
|
12881
|
-
"
|
|
12862
|
+
"tags",
|
|
12863
|
+
"list.js"
|
|
12882
12864
|
]
|
|
12883
12865
|
},
|
|
12884
|
-
"bots:
|
|
12866
|
+
"bots:tags:remove": {
|
|
12885
12867
|
"aliases": [],
|
|
12886
12868
|
"args": {
|
|
12887
12869
|
"id": {
|
|
12888
|
-
"description": "
|
|
12870
|
+
"description": "Bot ID",
|
|
12889
12871
|
"name": "id",
|
|
12890
12872
|
"required": true
|
|
12873
|
+
},
|
|
12874
|
+
"tagId": {
|
|
12875
|
+
"description": "Tag ID",
|
|
12876
|
+
"name": "tagId",
|
|
12877
|
+
"required": true
|
|
12891
12878
|
}
|
|
12892
12879
|
},
|
|
12893
|
-
"description": "
|
|
12880
|
+
"description": "Remove a tag from a bot",
|
|
12894
12881
|
"flags": {
|
|
12895
12882
|
"api-key": {
|
|
12896
12883
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12957,7 +12944,7 @@
|
|
|
12957
12944
|
},
|
|
12958
12945
|
"hasDynamicHelp": false,
|
|
12959
12946
|
"hiddenAliases": [],
|
|
12960
|
-
"id": "bots:
|
|
12947
|
+
"id": "bots:tags:remove",
|
|
12961
12948
|
"pluginAlias": "@instantkom/cli",
|
|
12962
12949
|
"pluginName": "@instantkom/cli",
|
|
12963
12950
|
"pluginType": "core",
|
|
@@ -12968,11 +12955,11 @@
|
|
|
12968
12955
|
"dist",
|
|
12969
12956
|
"commands",
|
|
12970
12957
|
"bots",
|
|
12971
|
-
"
|
|
12972
|
-
"
|
|
12958
|
+
"tags",
|
|
12959
|
+
"remove.js"
|
|
12973
12960
|
]
|
|
12974
12961
|
},
|
|
12975
|
-
"bots:env-vars:
|
|
12962
|
+
"bots:env-vars:bots": {
|
|
12976
12963
|
"aliases": [],
|
|
12977
12964
|
"args": {
|
|
12978
12965
|
"id": {
|
|
@@ -12981,7 +12968,7 @@
|
|
|
12981
12968
|
"required": true
|
|
12982
12969
|
}
|
|
12983
12970
|
},
|
|
12984
|
-
"description": "
|
|
12971
|
+
"description": "List bots using a bot environment variable",
|
|
12985
12972
|
"flags": {
|
|
12986
12973
|
"api-key": {
|
|
12987
12974
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13048,7 +13035,7 @@
|
|
|
13048
13035
|
},
|
|
13049
13036
|
"hasDynamicHelp": false,
|
|
13050
13037
|
"hiddenAliases": [],
|
|
13051
|
-
"id": "bots:env-vars:
|
|
13038
|
+
"id": "bots:env-vars:bots",
|
|
13052
13039
|
"pluginAlias": "@instantkom/cli",
|
|
13053
13040
|
"pluginName": "@instantkom/cli",
|
|
13054
13041
|
"pluginType": "core",
|
|
@@ -13060,13 +13047,13 @@
|
|
|
13060
13047
|
"commands",
|
|
13061
13048
|
"bots",
|
|
13062
13049
|
"env-vars",
|
|
13063
|
-
"
|
|
13050
|
+
"bots.js"
|
|
13064
13051
|
]
|
|
13065
13052
|
},
|
|
13066
|
-
"bots:env-vars:
|
|
13053
|
+
"bots:env-vars:create": {
|
|
13067
13054
|
"aliases": [],
|
|
13068
13055
|
"args": {},
|
|
13069
|
-
"description": "
|
|
13056
|
+
"description": "Create a bot environment variable",
|
|
13070
13057
|
"flags": {
|
|
13071
13058
|
"api-key": {
|
|
13072
13059
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13130,32 +13117,31 @@
|
|
|
13130
13117
|
"multiple": false,
|
|
13131
13118
|
"type": "option"
|
|
13132
13119
|
},
|
|
13133
|
-
"
|
|
13134
|
-
"description": "
|
|
13135
|
-
"name": "
|
|
13136
|
-
"
|
|
13120
|
+
"key": {
|
|
13121
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
13122
|
+
"name": "key",
|
|
13123
|
+
"required": true,
|
|
13137
13124
|
"hasDynamicHelp": false,
|
|
13138
13125
|
"multiple": false,
|
|
13139
13126
|
"type": "option"
|
|
13140
13127
|
},
|
|
13141
|
-
"
|
|
13142
|
-
"description": "
|
|
13143
|
-
"name": "
|
|
13144
|
-
"default": 20,
|
|
13128
|
+
"description": {
|
|
13129
|
+
"description": "Variable description",
|
|
13130
|
+
"name": "description",
|
|
13145
13131
|
"hasDynamicHelp": false,
|
|
13146
13132
|
"multiple": false,
|
|
13147
13133
|
"type": "option"
|
|
13148
13134
|
},
|
|
13149
|
-
"
|
|
13150
|
-
"description": "
|
|
13151
|
-
"name": "
|
|
13135
|
+
"color": {
|
|
13136
|
+
"description": "Variable color as HEX",
|
|
13137
|
+
"name": "color",
|
|
13152
13138
|
"hasDynamicHelp": false,
|
|
13153
13139
|
"multiple": false,
|
|
13154
13140
|
"type": "option"
|
|
13155
13141
|
},
|
|
13156
|
-
"
|
|
13157
|
-
"description": "
|
|
13158
|
-
"name": "
|
|
13142
|
+
"data": {
|
|
13143
|
+
"description": "Additional JSON object payload",
|
|
13144
|
+
"name": "data",
|
|
13159
13145
|
"hasDynamicHelp": false,
|
|
13160
13146
|
"multiple": false,
|
|
13161
13147
|
"type": "option"
|
|
@@ -13163,7 +13149,7 @@
|
|
|
13163
13149
|
},
|
|
13164
13150
|
"hasDynamicHelp": false,
|
|
13165
13151
|
"hiddenAliases": [],
|
|
13166
|
-
"id": "bots:env-vars:
|
|
13152
|
+
"id": "bots:env-vars:create",
|
|
13167
13153
|
"pluginAlias": "@instantkom/cli",
|
|
13168
13154
|
"pluginName": "@instantkom/cli",
|
|
13169
13155
|
"pluginType": "core",
|
|
@@ -13175,10 +13161,10 @@
|
|
|
13175
13161
|
"commands",
|
|
13176
13162
|
"bots",
|
|
13177
13163
|
"env-vars",
|
|
13178
|
-
"
|
|
13164
|
+
"create.js"
|
|
13179
13165
|
]
|
|
13180
13166
|
},
|
|
13181
|
-
"bots:env-vars:
|
|
13167
|
+
"bots:env-vars:delete": {
|
|
13182
13168
|
"aliases": [],
|
|
13183
13169
|
"args": {
|
|
13184
13170
|
"id": {
|
|
@@ -13187,7 +13173,7 @@
|
|
|
13187
13173
|
"required": true
|
|
13188
13174
|
}
|
|
13189
13175
|
},
|
|
13190
|
-
"description": "
|
|
13176
|
+
"description": "Delete a bot environment variable",
|
|
13191
13177
|
"flags": {
|
|
13192
13178
|
"api-key": {
|
|
13193
13179
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13250,32 +13236,11 @@
|
|
|
13250
13236
|
"hasDynamicHelp": false,
|
|
13251
13237
|
"multiple": false,
|
|
13252
13238
|
"type": "option"
|
|
13253
|
-
},
|
|
13254
|
-
"description": {
|
|
13255
|
-
"description": "Variable description",
|
|
13256
|
-
"name": "description",
|
|
13257
|
-
"hasDynamicHelp": false,
|
|
13258
|
-
"multiple": false,
|
|
13259
|
-
"type": "option"
|
|
13260
|
-
},
|
|
13261
|
-
"color": {
|
|
13262
|
-
"description": "Variable color as HEX",
|
|
13263
|
-
"name": "color",
|
|
13264
|
-
"hasDynamicHelp": false,
|
|
13265
|
-
"multiple": false,
|
|
13266
|
-
"type": "option"
|
|
13267
|
-
},
|
|
13268
|
-
"data": {
|
|
13269
|
-
"description": "Additional JSON object payload",
|
|
13270
|
-
"name": "data",
|
|
13271
|
-
"hasDynamicHelp": false,
|
|
13272
|
-
"multiple": false,
|
|
13273
|
-
"type": "option"
|
|
13274
13239
|
}
|
|
13275
13240
|
},
|
|
13276
13241
|
"hasDynamicHelp": false,
|
|
13277
13242
|
"hiddenAliases": [],
|
|
13278
|
-
"id": "bots:env-vars:
|
|
13243
|
+
"id": "bots:env-vars:delete",
|
|
13279
13244
|
"pluginAlias": "@instantkom/cli",
|
|
13280
13245
|
"pluginName": "@instantkom/cli",
|
|
13281
13246
|
"pluginType": "core",
|
|
@@ -13287,10 +13252,10 @@
|
|
|
13287
13252
|
"commands",
|
|
13288
13253
|
"bots",
|
|
13289
13254
|
"env-vars",
|
|
13290
|
-
"
|
|
13255
|
+
"delete.js"
|
|
13291
13256
|
]
|
|
13292
13257
|
},
|
|
13293
|
-
"bots:env-vars:
|
|
13258
|
+
"bots:env-vars:get": {
|
|
13294
13259
|
"aliases": [],
|
|
13295
13260
|
"args": {
|
|
13296
13261
|
"id": {
|
|
@@ -13299,7 +13264,7 @@
|
|
|
13299
13264
|
"required": true
|
|
13300
13265
|
}
|
|
13301
13266
|
},
|
|
13302
|
-
"description": "
|
|
13267
|
+
"description": "Get a bot environment variable",
|
|
13303
13268
|
"flags": {
|
|
13304
13269
|
"api-key": {
|
|
13305
13270
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13362,41 +13327,11 @@
|
|
|
13362
13327
|
"hasDynamicHelp": false,
|
|
13363
13328
|
"multiple": false,
|
|
13364
13329
|
"type": "option"
|
|
13365
|
-
},
|
|
13366
|
-
"page": {
|
|
13367
|
-
"description": "Page number",
|
|
13368
|
-
"name": "page",
|
|
13369
|
-
"default": 1,
|
|
13370
|
-
"hasDynamicHelp": false,
|
|
13371
|
-
"multiple": false,
|
|
13372
|
-
"type": "option"
|
|
13373
|
-
},
|
|
13374
|
-
"limit": {
|
|
13375
|
-
"description": "Items per page",
|
|
13376
|
-
"name": "limit",
|
|
13377
|
-
"default": 20,
|
|
13378
|
-
"hasDynamicHelp": false,
|
|
13379
|
-
"multiple": false,
|
|
13380
|
-
"type": "option"
|
|
13381
|
-
},
|
|
13382
|
-
"search": {
|
|
13383
|
-
"description": "Search in recipient name or identifier",
|
|
13384
|
-
"name": "search",
|
|
13385
|
-
"hasDynamicHelp": false,
|
|
13386
|
-
"multiple": false,
|
|
13387
|
-
"type": "option"
|
|
13388
|
-
},
|
|
13389
|
-
"recipient": {
|
|
13390
|
-
"description": "Filter by recipient ID",
|
|
13391
|
-
"name": "recipient",
|
|
13392
|
-
"hasDynamicHelp": false,
|
|
13393
|
-
"multiple": false,
|
|
13394
|
-
"type": "option"
|
|
13395
13330
|
}
|
|
13396
13331
|
},
|
|
13397
13332
|
"hasDynamicHelp": false,
|
|
13398
13333
|
"hiddenAliases": [],
|
|
13399
|
-
"id": "bots:env-vars:
|
|
13334
|
+
"id": "bots:env-vars:get",
|
|
13400
13335
|
"pluginAlias": "@instantkom/cli",
|
|
13401
13336
|
"pluginName": "@instantkom/cli",
|
|
13402
13337
|
"pluginType": "core",
|
|
@@ -13408,24 +13343,13 @@
|
|
|
13408
13343
|
"commands",
|
|
13409
13344
|
"bots",
|
|
13410
13345
|
"env-vars",
|
|
13411
|
-
"
|
|
13346
|
+
"get.js"
|
|
13412
13347
|
]
|
|
13413
13348
|
},
|
|
13414
|
-
"bots:
|
|
13349
|
+
"bots:env-vars:list": {
|
|
13415
13350
|
"aliases": [],
|
|
13416
|
-
"args": {
|
|
13417
|
-
|
|
13418
|
-
"description": "Bot ID",
|
|
13419
|
-
"name": "id",
|
|
13420
|
-
"required": true
|
|
13421
|
-
},
|
|
13422
|
-
"tagId": {
|
|
13423
|
-
"description": "Tag ID",
|
|
13424
|
-
"name": "tagId",
|
|
13425
|
-
"required": true
|
|
13426
|
-
}
|
|
13427
|
-
},
|
|
13428
|
-
"description": "Add a tag to a bot",
|
|
13351
|
+
"args": {},
|
|
13352
|
+
"description": "List bot environment variables",
|
|
13429
13353
|
"flags": {
|
|
13430
13354
|
"api-key": {
|
|
13431
13355
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13488,11 +13412,41 @@
|
|
|
13488
13412
|
"hasDynamicHelp": false,
|
|
13489
13413
|
"multiple": false,
|
|
13490
13414
|
"type": "option"
|
|
13415
|
+
},
|
|
13416
|
+
"page": {
|
|
13417
|
+
"description": "Page number",
|
|
13418
|
+
"name": "page",
|
|
13419
|
+
"default": 1,
|
|
13420
|
+
"hasDynamicHelp": false,
|
|
13421
|
+
"multiple": false,
|
|
13422
|
+
"type": "option"
|
|
13423
|
+
},
|
|
13424
|
+
"limit": {
|
|
13425
|
+
"description": "Items per page",
|
|
13426
|
+
"name": "limit",
|
|
13427
|
+
"default": 20,
|
|
13428
|
+
"hasDynamicHelp": false,
|
|
13429
|
+
"multiple": false,
|
|
13430
|
+
"type": "option"
|
|
13431
|
+
},
|
|
13432
|
+
"search": {
|
|
13433
|
+
"description": "Search in key or description",
|
|
13434
|
+
"name": "search",
|
|
13435
|
+
"hasDynamicHelp": false,
|
|
13436
|
+
"multiple": false,
|
|
13437
|
+
"type": "option"
|
|
13438
|
+
},
|
|
13439
|
+
"color": {
|
|
13440
|
+
"description": "Filter by color",
|
|
13441
|
+
"name": "color",
|
|
13442
|
+
"hasDynamicHelp": false,
|
|
13443
|
+
"multiple": false,
|
|
13444
|
+
"type": "option"
|
|
13491
13445
|
}
|
|
13492
13446
|
},
|
|
13493
13447
|
"hasDynamicHelp": false,
|
|
13494
13448
|
"hiddenAliases": [],
|
|
13495
|
-
"id": "bots:
|
|
13449
|
+
"id": "bots:env-vars:list",
|
|
13496
13450
|
"pluginAlias": "@instantkom/cli",
|
|
13497
13451
|
"pluginName": "@instantkom/cli",
|
|
13498
13452
|
"pluginType": "core",
|
|
@@ -13503,20 +13457,20 @@
|
|
|
13503
13457
|
"dist",
|
|
13504
13458
|
"commands",
|
|
13505
13459
|
"bots",
|
|
13506
|
-
"
|
|
13507
|
-
"
|
|
13460
|
+
"env-vars",
|
|
13461
|
+
"list.js"
|
|
13508
13462
|
]
|
|
13509
13463
|
},
|
|
13510
|
-
"bots:
|
|
13464
|
+
"bots:env-vars:update": {
|
|
13511
13465
|
"aliases": [],
|
|
13512
13466
|
"args": {
|
|
13513
13467
|
"id": {
|
|
13514
|
-
"description": "
|
|
13468
|
+
"description": "Environment variable ID",
|
|
13515
13469
|
"name": "id",
|
|
13516
13470
|
"required": true
|
|
13517
13471
|
}
|
|
13518
13472
|
},
|
|
13519
|
-
"description": "
|
|
13473
|
+
"description": "Update a bot environment variable",
|
|
13520
13474
|
"flags": {
|
|
13521
13475
|
"api-key": {
|
|
13522
13476
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13579,11 +13533,32 @@
|
|
|
13579
13533
|
"hasDynamicHelp": false,
|
|
13580
13534
|
"multiple": false,
|
|
13581
13535
|
"type": "option"
|
|
13536
|
+
},
|
|
13537
|
+
"description": {
|
|
13538
|
+
"description": "Variable description",
|
|
13539
|
+
"name": "description",
|
|
13540
|
+
"hasDynamicHelp": false,
|
|
13541
|
+
"multiple": false,
|
|
13542
|
+
"type": "option"
|
|
13543
|
+
},
|
|
13544
|
+
"color": {
|
|
13545
|
+
"description": "Variable color as HEX",
|
|
13546
|
+
"name": "color",
|
|
13547
|
+
"hasDynamicHelp": false,
|
|
13548
|
+
"multiple": false,
|
|
13549
|
+
"type": "option"
|
|
13550
|
+
},
|
|
13551
|
+
"data": {
|
|
13552
|
+
"description": "Additional JSON object payload",
|
|
13553
|
+
"name": "data",
|
|
13554
|
+
"hasDynamicHelp": false,
|
|
13555
|
+
"multiple": false,
|
|
13556
|
+
"type": "option"
|
|
13582
13557
|
}
|
|
13583
13558
|
},
|
|
13584
13559
|
"hasDynamicHelp": false,
|
|
13585
13560
|
"hiddenAliases": [],
|
|
13586
|
-
"id": "bots:
|
|
13561
|
+
"id": "bots:env-vars:update",
|
|
13587
13562
|
"pluginAlias": "@instantkom/cli",
|
|
13588
13563
|
"pluginName": "@instantkom/cli",
|
|
13589
13564
|
"pluginType": "core",
|
|
@@ -13594,25 +13569,20 @@
|
|
|
13594
13569
|
"dist",
|
|
13595
13570
|
"commands",
|
|
13596
13571
|
"bots",
|
|
13597
|
-
"
|
|
13598
|
-
"
|
|
13572
|
+
"env-vars",
|
|
13573
|
+
"update.js"
|
|
13599
13574
|
]
|
|
13600
13575
|
},
|
|
13601
|
-
"bots:
|
|
13576
|
+
"bots:env-vars:values": {
|
|
13602
13577
|
"aliases": [],
|
|
13603
13578
|
"args": {
|
|
13604
13579
|
"id": {
|
|
13605
|
-
"description": "
|
|
13580
|
+
"description": "Environment variable ID",
|
|
13606
13581
|
"name": "id",
|
|
13607
13582
|
"required": true
|
|
13608
|
-
},
|
|
13609
|
-
"tagId": {
|
|
13610
|
-
"description": "Tag ID",
|
|
13611
|
-
"name": "tagId",
|
|
13612
|
-
"required": true
|
|
13613
13583
|
}
|
|
13614
13584
|
},
|
|
13615
|
-
"description": "
|
|
13585
|
+
"description": "List recipient values for a bot environment variable",
|
|
13616
13586
|
"flags": {
|
|
13617
13587
|
"api-key": {
|
|
13618
13588
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13675,11 +13645,41 @@
|
|
|
13675
13645
|
"hasDynamicHelp": false,
|
|
13676
13646
|
"multiple": false,
|
|
13677
13647
|
"type": "option"
|
|
13648
|
+
},
|
|
13649
|
+
"page": {
|
|
13650
|
+
"description": "Page number",
|
|
13651
|
+
"name": "page",
|
|
13652
|
+
"default": 1,
|
|
13653
|
+
"hasDynamicHelp": false,
|
|
13654
|
+
"multiple": false,
|
|
13655
|
+
"type": "option"
|
|
13656
|
+
},
|
|
13657
|
+
"limit": {
|
|
13658
|
+
"description": "Items per page",
|
|
13659
|
+
"name": "limit",
|
|
13660
|
+
"default": 20,
|
|
13661
|
+
"hasDynamicHelp": false,
|
|
13662
|
+
"multiple": false,
|
|
13663
|
+
"type": "option"
|
|
13664
|
+
},
|
|
13665
|
+
"search": {
|
|
13666
|
+
"description": "Search in recipient name or identifier",
|
|
13667
|
+
"name": "search",
|
|
13668
|
+
"hasDynamicHelp": false,
|
|
13669
|
+
"multiple": false,
|
|
13670
|
+
"type": "option"
|
|
13671
|
+
},
|
|
13672
|
+
"recipient": {
|
|
13673
|
+
"description": "Filter by recipient ID",
|
|
13674
|
+
"name": "recipient",
|
|
13675
|
+
"hasDynamicHelp": false,
|
|
13676
|
+
"multiple": false,
|
|
13677
|
+
"type": "option"
|
|
13678
13678
|
}
|
|
13679
13679
|
},
|
|
13680
13680
|
"hasDynamicHelp": false,
|
|
13681
13681
|
"hiddenAliases": [],
|
|
13682
|
-
"id": "bots:
|
|
13682
|
+
"id": "bots:env-vars:values",
|
|
13683
13683
|
"pluginAlias": "@instantkom/cli",
|
|
13684
13684
|
"pluginName": "@instantkom/cli",
|
|
13685
13685
|
"pluginType": "core",
|
|
@@ -13690,8 +13690,8 @@
|
|
|
13690
13690
|
"dist",
|
|
13691
13691
|
"commands",
|
|
13692
13692
|
"bots",
|
|
13693
|
-
"
|
|
13694
|
-
"
|
|
13693
|
+
"env-vars",
|
|
13694
|
+
"values.js"
|
|
13695
13695
|
]
|
|
13696
13696
|
},
|
|
13697
13697
|
"contacts:custom-fields:delete-value": {
|
|
@@ -14380,7 +14380,7 @@
|
|
|
14380
14380
|
"remove.js"
|
|
14381
14381
|
]
|
|
14382
14382
|
},
|
|
14383
|
-
"flow:
|
|
14383
|
+
"flow:edges:create": {
|
|
14384
14384
|
"aliases": [],
|
|
14385
14385
|
"args": {
|
|
14386
14386
|
"flowId": {
|
|
@@ -14389,7 +14389,7 @@
|
|
|
14389
14389
|
"required": true
|
|
14390
14390
|
}
|
|
14391
14391
|
},
|
|
14392
|
-
"description": "Create a flow
|
|
14392
|
+
"description": "Create a flow edge",
|
|
14393
14393
|
"flags": {
|
|
14394
14394
|
"api-key": {
|
|
14395
14395
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14453,33 +14453,33 @@
|
|
|
14453
14453
|
"multiple": false,
|
|
14454
14454
|
"type": "option"
|
|
14455
14455
|
},
|
|
14456
|
-
"
|
|
14457
|
-
"description": "
|
|
14458
|
-
"name": "
|
|
14456
|
+
"source": {
|
|
14457
|
+
"description": "Source node ID",
|
|
14458
|
+
"name": "source",
|
|
14459
|
+
"required": true,
|
|
14459
14460
|
"hasDynamicHelp": false,
|
|
14460
14461
|
"multiple": false,
|
|
14461
14462
|
"type": "option"
|
|
14462
14463
|
},
|
|
14463
|
-
"
|
|
14464
|
-
"description": "
|
|
14465
|
-
"name": "
|
|
14464
|
+
"target": {
|
|
14465
|
+
"description": "Target node ID",
|
|
14466
|
+
"name": "target",
|
|
14466
14467
|
"required": true,
|
|
14467
14468
|
"hasDynamicHelp": false,
|
|
14468
14469
|
"multiple": false,
|
|
14469
14470
|
"type": "option"
|
|
14470
14471
|
},
|
|
14471
|
-
"
|
|
14472
|
-
"description": "
|
|
14473
|
-
"name": "
|
|
14474
|
-
"required": true,
|
|
14472
|
+
"label": {
|
|
14473
|
+
"description": "Edge label",
|
|
14474
|
+
"name": "label",
|
|
14475
14475
|
"hasDynamicHelp": false,
|
|
14476
14476
|
"multiple": false,
|
|
14477
14477
|
"type": "option"
|
|
14478
14478
|
},
|
|
14479
|
-
"
|
|
14480
|
-
"description": "
|
|
14481
|
-
"name": "
|
|
14482
|
-
"
|
|
14479
|
+
"type": {
|
|
14480
|
+
"description": "Edge type",
|
|
14481
|
+
"name": "type",
|
|
14482
|
+
"default": "default",
|
|
14483
14483
|
"hasDynamicHelp": false,
|
|
14484
14484
|
"multiple": false,
|
|
14485
14485
|
"type": "option"
|
|
@@ -14494,7 +14494,7 @@
|
|
|
14494
14494
|
},
|
|
14495
14495
|
"hasDynamicHelp": false,
|
|
14496
14496
|
"hiddenAliases": [],
|
|
14497
|
-
"id": "flow:
|
|
14497
|
+
"id": "flow:edges:create",
|
|
14498
14498
|
"pluginAlias": "@instantkom/cli",
|
|
14499
14499
|
"pluginName": "@instantkom/cli",
|
|
14500
14500
|
"pluginType": "core",
|
|
@@ -14505,11 +14505,11 @@
|
|
|
14505
14505
|
"dist",
|
|
14506
14506
|
"commands",
|
|
14507
14507
|
"flow",
|
|
14508
|
-
"
|
|
14508
|
+
"edges",
|
|
14509
14509
|
"create.js"
|
|
14510
14510
|
]
|
|
14511
14511
|
},
|
|
14512
|
-
"flow:
|
|
14512
|
+
"flow:edges:delete": {
|
|
14513
14513
|
"aliases": [],
|
|
14514
14514
|
"args": {
|
|
14515
14515
|
"flowId": {
|
|
@@ -14517,13 +14517,13 @@
|
|
|
14517
14517
|
"name": "flowId",
|
|
14518
14518
|
"required": true
|
|
14519
14519
|
},
|
|
14520
|
-
"
|
|
14521
|
-
"description": "
|
|
14522
|
-
"name": "
|
|
14520
|
+
"edgeId": {
|
|
14521
|
+
"description": "Edge ID",
|
|
14522
|
+
"name": "edgeId",
|
|
14523
14523
|
"required": true
|
|
14524
14524
|
}
|
|
14525
14525
|
},
|
|
14526
|
-
"description": "Delete a flow
|
|
14526
|
+
"description": "Delete a flow edge",
|
|
14527
14527
|
"flags": {
|
|
14528
14528
|
"api-key": {
|
|
14529
14529
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14590,7 +14590,7 @@
|
|
|
14590
14590
|
},
|
|
14591
14591
|
"hasDynamicHelp": false,
|
|
14592
14592
|
"hiddenAliases": [],
|
|
14593
|
-
"id": "flow:
|
|
14593
|
+
"id": "flow:edges:delete",
|
|
14594
14594
|
"pluginAlias": "@instantkom/cli",
|
|
14595
14595
|
"pluginName": "@instantkom/cli",
|
|
14596
14596
|
"pluginType": "core",
|
|
@@ -14601,11 +14601,11 @@
|
|
|
14601
14601
|
"dist",
|
|
14602
14602
|
"commands",
|
|
14603
14603
|
"flow",
|
|
14604
|
-
"
|
|
14604
|
+
"edges",
|
|
14605
14605
|
"delete.js"
|
|
14606
14606
|
]
|
|
14607
14607
|
},
|
|
14608
|
-
"flow:
|
|
14608
|
+
"flow:edges:get": {
|
|
14609
14609
|
"aliases": [],
|
|
14610
14610
|
"args": {
|
|
14611
14611
|
"flowId": {
|
|
@@ -14613,13 +14613,13 @@
|
|
|
14613
14613
|
"name": "flowId",
|
|
14614
14614
|
"required": true
|
|
14615
14615
|
},
|
|
14616
|
-
"
|
|
14617
|
-
"description": "
|
|
14618
|
-
"name": "
|
|
14616
|
+
"edgeId": {
|
|
14617
|
+
"description": "Edge ID",
|
|
14618
|
+
"name": "edgeId",
|
|
14619
14619
|
"required": true
|
|
14620
14620
|
}
|
|
14621
14621
|
},
|
|
14622
|
-
"description": "Get a flow
|
|
14622
|
+
"description": "Get a flow edge",
|
|
14623
14623
|
"flags": {
|
|
14624
14624
|
"api-key": {
|
|
14625
14625
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14686,7 +14686,7 @@
|
|
|
14686
14686
|
},
|
|
14687
14687
|
"hasDynamicHelp": false,
|
|
14688
14688
|
"hiddenAliases": [],
|
|
14689
|
-
"id": "flow:
|
|
14689
|
+
"id": "flow:edges:get",
|
|
14690
14690
|
"pluginAlias": "@instantkom/cli",
|
|
14691
14691
|
"pluginName": "@instantkom/cli",
|
|
14692
14692
|
"pluginType": "core",
|
|
@@ -14697,11 +14697,11 @@
|
|
|
14697
14697
|
"dist",
|
|
14698
14698
|
"commands",
|
|
14699
14699
|
"flow",
|
|
14700
|
-
"
|
|
14700
|
+
"edges",
|
|
14701
14701
|
"get.js"
|
|
14702
14702
|
]
|
|
14703
14703
|
},
|
|
14704
|
-
"flow:
|
|
14704
|
+
"flow:edges:list": {
|
|
14705
14705
|
"aliases": [],
|
|
14706
14706
|
"args": {
|
|
14707
14707
|
"flowId": {
|
|
@@ -14710,7 +14710,7 @@
|
|
|
14710
14710
|
"required": true
|
|
14711
14711
|
}
|
|
14712
14712
|
},
|
|
14713
|
-
"description": "List
|
|
14713
|
+
"description": "List edges in a flow",
|
|
14714
14714
|
"flags": {
|
|
14715
14715
|
"api-key": {
|
|
14716
14716
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14777,7 +14777,7 @@
|
|
|
14777
14777
|
},
|
|
14778
14778
|
"hasDynamicHelp": false,
|
|
14779
14779
|
"hiddenAliases": [],
|
|
14780
|
-
"id": "flow:
|
|
14780
|
+
"id": "flow:edges:list",
|
|
14781
14781
|
"pluginAlias": "@instantkom/cli",
|
|
14782
14782
|
"pluginName": "@instantkom/cli",
|
|
14783
14783
|
"pluginType": "core",
|
|
@@ -14788,11 +14788,11 @@
|
|
|
14788
14788
|
"dist",
|
|
14789
14789
|
"commands",
|
|
14790
14790
|
"flow",
|
|
14791
|
-
"
|
|
14791
|
+
"edges",
|
|
14792
14792
|
"list.js"
|
|
14793
14793
|
]
|
|
14794
14794
|
},
|
|
14795
|
-
"flow:
|
|
14795
|
+
"flow:edges:update": {
|
|
14796
14796
|
"aliases": [],
|
|
14797
14797
|
"args": {
|
|
14798
14798
|
"flowId": {
|
|
@@ -14800,13 +14800,13 @@
|
|
|
14800
14800
|
"name": "flowId",
|
|
14801
14801
|
"required": true
|
|
14802
14802
|
},
|
|
14803
|
-
"
|
|
14804
|
-
"description": "
|
|
14805
|
-
"name": "
|
|
14803
|
+
"edgeId": {
|
|
14804
|
+
"description": "Edge ID",
|
|
14805
|
+
"name": "edgeId",
|
|
14806
14806
|
"required": true
|
|
14807
14807
|
}
|
|
14808
14808
|
},
|
|
14809
|
-
"description": "Update a flow
|
|
14809
|
+
"description": "Update a flow edge",
|
|
14810
14810
|
"flags": {
|
|
14811
14811
|
"api-key": {
|
|
14812
14812
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14870,30 +14870,30 @@
|
|
|
14870
14870
|
"multiple": false,
|
|
14871
14871
|
"type": "option"
|
|
14872
14872
|
},
|
|
14873
|
-
"
|
|
14874
|
-
"description": "
|
|
14875
|
-
"name": "
|
|
14873
|
+
"source": {
|
|
14874
|
+
"description": "Source node ID",
|
|
14875
|
+
"name": "source",
|
|
14876
14876
|
"hasDynamicHelp": false,
|
|
14877
14877
|
"multiple": false,
|
|
14878
14878
|
"type": "option"
|
|
14879
14879
|
},
|
|
14880
|
-
"
|
|
14881
|
-
"description": "
|
|
14882
|
-
"name": "
|
|
14880
|
+
"target": {
|
|
14881
|
+
"description": "Target node ID",
|
|
14882
|
+
"name": "target",
|
|
14883
14883
|
"hasDynamicHelp": false,
|
|
14884
14884
|
"multiple": false,
|
|
14885
14885
|
"type": "option"
|
|
14886
14886
|
},
|
|
14887
|
-
"
|
|
14888
|
-
"description": "
|
|
14889
|
-
"name": "
|
|
14887
|
+
"label": {
|
|
14888
|
+
"description": "Edge label",
|
|
14889
|
+
"name": "label",
|
|
14890
14890
|
"hasDynamicHelp": false,
|
|
14891
14891
|
"multiple": false,
|
|
14892
14892
|
"type": "option"
|
|
14893
14893
|
},
|
|
14894
|
-
"
|
|
14895
|
-
"description": "
|
|
14896
|
-
"name": "
|
|
14894
|
+
"type": {
|
|
14895
|
+
"description": "Edge type",
|
|
14896
|
+
"name": "type",
|
|
14897
14897
|
"hasDynamicHelp": false,
|
|
14898
14898
|
"multiple": false,
|
|
14899
14899
|
"type": "option"
|
|
@@ -14908,7 +14908,7 @@
|
|
|
14908
14908
|
},
|
|
14909
14909
|
"hasDynamicHelp": false,
|
|
14910
14910
|
"hiddenAliases": [],
|
|
14911
|
-
"id": "flow:
|
|
14911
|
+
"id": "flow:edges:update",
|
|
14912
14912
|
"pluginAlias": "@instantkom/cli",
|
|
14913
14913
|
"pluginName": "@instantkom/cli",
|
|
14914
14914
|
"pluginType": "core",
|
|
@@ -14919,11 +14919,11 @@
|
|
|
14919
14919
|
"dist",
|
|
14920
14920
|
"commands",
|
|
14921
14921
|
"flow",
|
|
14922
|
-
"
|
|
14922
|
+
"edges",
|
|
14923
14923
|
"update.js"
|
|
14924
14924
|
]
|
|
14925
14925
|
},
|
|
14926
|
-
"flow:
|
|
14926
|
+
"flow:nodes:create": {
|
|
14927
14927
|
"aliases": [],
|
|
14928
14928
|
"args": {
|
|
14929
14929
|
"flowId": {
|
|
@@ -14932,7 +14932,7 @@
|
|
|
14932
14932
|
"required": true
|
|
14933
14933
|
}
|
|
14934
14934
|
},
|
|
14935
|
-
"description": "Create a flow
|
|
14935
|
+
"description": "Create a flow node",
|
|
14936
14936
|
"flags": {
|
|
14937
14937
|
"api-key": {
|
|
14938
14938
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14996,33 +14996,33 @@
|
|
|
14996
14996
|
"multiple": false,
|
|
14997
14997
|
"type": "option"
|
|
14998
14998
|
},
|
|
14999
|
-
"
|
|
15000
|
-
"description": "
|
|
15001
|
-
"name": "
|
|
15002
|
-
"required": true,
|
|
14999
|
+
"bot": {
|
|
15000
|
+
"description": "Bot ID",
|
|
15001
|
+
"name": "bot",
|
|
15003
15002
|
"hasDynamicHelp": false,
|
|
15004
15003
|
"multiple": false,
|
|
15005
15004
|
"type": "option"
|
|
15006
15005
|
},
|
|
15007
|
-
"
|
|
15008
|
-
"description": "
|
|
15009
|
-
"name": "
|
|
15006
|
+
"type": {
|
|
15007
|
+
"description": "Node type",
|
|
15008
|
+
"name": "type",
|
|
15010
15009
|
"required": true,
|
|
15011
15010
|
"hasDynamicHelp": false,
|
|
15012
15011
|
"multiple": false,
|
|
15013
15012
|
"type": "option"
|
|
15014
15013
|
},
|
|
15015
|
-
"
|
|
15016
|
-
"description": "
|
|
15017
|
-
"name": "
|
|
15014
|
+
"x": {
|
|
15015
|
+
"description": "X position",
|
|
15016
|
+
"name": "x",
|
|
15017
|
+
"required": true,
|
|
15018
15018
|
"hasDynamicHelp": false,
|
|
15019
15019
|
"multiple": false,
|
|
15020
15020
|
"type": "option"
|
|
15021
15021
|
},
|
|
15022
|
-
"
|
|
15023
|
-
"description": "
|
|
15024
|
-
"name": "
|
|
15025
|
-
"
|
|
15022
|
+
"y": {
|
|
15023
|
+
"description": "Y position",
|
|
15024
|
+
"name": "y",
|
|
15025
|
+
"required": true,
|
|
15026
15026
|
"hasDynamicHelp": false,
|
|
15027
15027
|
"multiple": false,
|
|
15028
15028
|
"type": "option"
|
|
@@ -15037,7 +15037,7 @@
|
|
|
15037
15037
|
},
|
|
15038
15038
|
"hasDynamicHelp": false,
|
|
15039
15039
|
"hiddenAliases": [],
|
|
15040
|
-
"id": "flow:
|
|
15040
|
+
"id": "flow:nodes:create",
|
|
15041
15041
|
"pluginAlias": "@instantkom/cli",
|
|
15042
15042
|
"pluginName": "@instantkom/cli",
|
|
15043
15043
|
"pluginType": "core",
|
|
@@ -15048,11 +15048,11 @@
|
|
|
15048
15048
|
"dist",
|
|
15049
15049
|
"commands",
|
|
15050
15050
|
"flow",
|
|
15051
|
-
"
|
|
15051
|
+
"nodes",
|
|
15052
15052
|
"create.js"
|
|
15053
15053
|
]
|
|
15054
15054
|
},
|
|
15055
|
-
"flow:
|
|
15055
|
+
"flow:nodes:delete": {
|
|
15056
15056
|
"aliases": [],
|
|
15057
15057
|
"args": {
|
|
15058
15058
|
"flowId": {
|
|
@@ -15060,13 +15060,13 @@
|
|
|
15060
15060
|
"name": "flowId",
|
|
15061
15061
|
"required": true
|
|
15062
15062
|
},
|
|
15063
|
-
"
|
|
15064
|
-
"description": "
|
|
15065
|
-
"name": "
|
|
15063
|
+
"nodeId": {
|
|
15064
|
+
"description": "Node ID",
|
|
15065
|
+
"name": "nodeId",
|
|
15066
15066
|
"required": true
|
|
15067
15067
|
}
|
|
15068
15068
|
},
|
|
15069
|
-
"description": "Delete a flow
|
|
15069
|
+
"description": "Delete a flow node",
|
|
15070
15070
|
"flags": {
|
|
15071
15071
|
"api-key": {
|
|
15072
15072
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15133,7 +15133,7 @@
|
|
|
15133
15133
|
},
|
|
15134
15134
|
"hasDynamicHelp": false,
|
|
15135
15135
|
"hiddenAliases": [],
|
|
15136
|
-
"id": "flow:
|
|
15136
|
+
"id": "flow:nodes:delete",
|
|
15137
15137
|
"pluginAlias": "@instantkom/cli",
|
|
15138
15138
|
"pluginName": "@instantkom/cli",
|
|
15139
15139
|
"pluginType": "core",
|
|
@@ -15144,11 +15144,11 @@
|
|
|
15144
15144
|
"dist",
|
|
15145
15145
|
"commands",
|
|
15146
15146
|
"flow",
|
|
15147
|
-
"
|
|
15147
|
+
"nodes",
|
|
15148
15148
|
"delete.js"
|
|
15149
15149
|
]
|
|
15150
15150
|
},
|
|
15151
|
-
"flow:
|
|
15151
|
+
"flow:nodes:get": {
|
|
15152
15152
|
"aliases": [],
|
|
15153
15153
|
"args": {
|
|
15154
15154
|
"flowId": {
|
|
@@ -15156,13 +15156,13 @@
|
|
|
15156
15156
|
"name": "flowId",
|
|
15157
15157
|
"required": true
|
|
15158
15158
|
},
|
|
15159
|
-
"
|
|
15160
|
-
"description": "
|
|
15161
|
-
"name": "
|
|
15159
|
+
"nodeId": {
|
|
15160
|
+
"description": "Node ID",
|
|
15161
|
+
"name": "nodeId",
|
|
15162
15162
|
"required": true
|
|
15163
15163
|
}
|
|
15164
15164
|
},
|
|
15165
|
-
"description": "Get a flow
|
|
15165
|
+
"description": "Get a flow node",
|
|
15166
15166
|
"flags": {
|
|
15167
15167
|
"api-key": {
|
|
15168
15168
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15229,7 +15229,7 @@
|
|
|
15229
15229
|
},
|
|
15230
15230
|
"hasDynamicHelp": false,
|
|
15231
15231
|
"hiddenAliases": [],
|
|
15232
|
-
"id": "flow:
|
|
15232
|
+
"id": "flow:nodes:get",
|
|
15233
15233
|
"pluginAlias": "@instantkom/cli",
|
|
15234
15234
|
"pluginName": "@instantkom/cli",
|
|
15235
15235
|
"pluginType": "core",
|
|
@@ -15240,11 +15240,11 @@
|
|
|
15240
15240
|
"dist",
|
|
15241
15241
|
"commands",
|
|
15242
15242
|
"flow",
|
|
15243
|
-
"
|
|
15243
|
+
"nodes",
|
|
15244
15244
|
"get.js"
|
|
15245
15245
|
]
|
|
15246
15246
|
},
|
|
15247
|
-
"flow:
|
|
15247
|
+
"flow:nodes:list": {
|
|
15248
15248
|
"aliases": [],
|
|
15249
15249
|
"args": {
|
|
15250
15250
|
"flowId": {
|
|
@@ -15253,7 +15253,7 @@
|
|
|
15253
15253
|
"required": true
|
|
15254
15254
|
}
|
|
15255
15255
|
},
|
|
15256
|
-
"description": "List
|
|
15256
|
+
"description": "List nodes in a flow",
|
|
15257
15257
|
"flags": {
|
|
15258
15258
|
"api-key": {
|
|
15259
15259
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15320,7 +15320,7 @@
|
|
|
15320
15320
|
},
|
|
15321
15321
|
"hasDynamicHelp": false,
|
|
15322
15322
|
"hiddenAliases": [],
|
|
15323
|
-
"id": "flow:
|
|
15323
|
+
"id": "flow:nodes:list",
|
|
15324
15324
|
"pluginAlias": "@instantkom/cli",
|
|
15325
15325
|
"pluginName": "@instantkom/cli",
|
|
15326
15326
|
"pluginType": "core",
|
|
@@ -15331,11 +15331,11 @@
|
|
|
15331
15331
|
"dist",
|
|
15332
15332
|
"commands",
|
|
15333
15333
|
"flow",
|
|
15334
|
-
"
|
|
15334
|
+
"nodes",
|
|
15335
15335
|
"list.js"
|
|
15336
15336
|
]
|
|
15337
15337
|
},
|
|
15338
|
-
"flow:
|
|
15338
|
+
"flow:nodes:update": {
|
|
15339
15339
|
"aliases": [],
|
|
15340
15340
|
"args": {
|
|
15341
15341
|
"flowId": {
|
|
@@ -15343,13 +15343,13 @@
|
|
|
15343
15343
|
"name": "flowId",
|
|
15344
15344
|
"required": true
|
|
15345
15345
|
},
|
|
15346
|
-
"
|
|
15347
|
-
"description": "
|
|
15348
|
-
"name": "
|
|
15346
|
+
"nodeId": {
|
|
15347
|
+
"description": "Node ID",
|
|
15348
|
+
"name": "nodeId",
|
|
15349
15349
|
"required": true
|
|
15350
15350
|
}
|
|
15351
15351
|
},
|
|
15352
|
-
"description": "Update a flow
|
|
15352
|
+
"description": "Update a flow node",
|
|
15353
15353
|
"flags": {
|
|
15354
15354
|
"api-key": {
|
|
15355
15355
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15413,30 +15413,30 @@
|
|
|
15413
15413
|
"multiple": false,
|
|
15414
15414
|
"type": "option"
|
|
15415
15415
|
},
|
|
15416
|
-
"
|
|
15417
|
-
"description": "
|
|
15418
|
-
"name": "
|
|
15416
|
+
"bot": {
|
|
15417
|
+
"description": "Bot ID",
|
|
15418
|
+
"name": "bot",
|
|
15419
15419
|
"hasDynamicHelp": false,
|
|
15420
15420
|
"multiple": false,
|
|
15421
15421
|
"type": "option"
|
|
15422
15422
|
},
|
|
15423
|
-
"
|
|
15424
|
-
"description": "
|
|
15425
|
-
"name": "
|
|
15423
|
+
"type": {
|
|
15424
|
+
"description": "Node type",
|
|
15425
|
+
"name": "type",
|
|
15426
15426
|
"hasDynamicHelp": false,
|
|
15427
15427
|
"multiple": false,
|
|
15428
15428
|
"type": "option"
|
|
15429
15429
|
},
|
|
15430
|
-
"
|
|
15431
|
-
"description": "
|
|
15432
|
-
"name": "
|
|
15430
|
+
"x": {
|
|
15431
|
+
"description": "X position",
|
|
15432
|
+
"name": "x",
|
|
15433
15433
|
"hasDynamicHelp": false,
|
|
15434
15434
|
"multiple": false,
|
|
15435
15435
|
"type": "option"
|
|
15436
15436
|
},
|
|
15437
|
-
"
|
|
15438
|
-
"description": "
|
|
15439
|
-
"name": "
|
|
15437
|
+
"y": {
|
|
15438
|
+
"description": "Y position",
|
|
15439
|
+
"name": "y",
|
|
15440
15440
|
"hasDynamicHelp": false,
|
|
15441
15441
|
"multiple": false,
|
|
15442
15442
|
"type": "option"
|
|
@@ -15451,7 +15451,7 @@
|
|
|
15451
15451
|
},
|
|
15452
15452
|
"hasDynamicHelp": false,
|
|
15453
15453
|
"hiddenAliases": [],
|
|
15454
|
-
"id": "flow:
|
|
15454
|
+
"id": "flow:nodes:update",
|
|
15455
15455
|
"pluginAlias": "@instantkom/cli",
|
|
15456
15456
|
"pluginName": "@instantkom/cli",
|
|
15457
15457
|
"pluginType": "core",
|
|
@@ -15462,7 +15462,7 @@
|
|
|
15462
15462
|
"dist",
|
|
15463
15463
|
"commands",
|
|
15464
15464
|
"flow",
|
|
15465
|
-
"
|
|
15465
|
+
"nodes",
|
|
15466
15466
|
"update.js"
|
|
15467
15467
|
]
|
|
15468
15468
|
},
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.187.
|
|
17055
|
+
"version": "3.187.5"
|
|
17056
17056
|
}
|