@instantkom/cli 3.141.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1609 -1609
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -953,10 +953,10 @@
|
|
|
953
953
|
"update.js"
|
|
954
954
|
]
|
|
955
955
|
},
|
|
956
|
-
"
|
|
956
|
+
"ai:reply": {
|
|
957
957
|
"aliases": [],
|
|
958
958
|
"args": {},
|
|
959
|
-
"description": "
|
|
959
|
+
"description": "Generate AI reply suggestions for a message",
|
|
960
960
|
"flags": {
|
|
961
961
|
"api-key": {
|
|
962
962
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1020,24 +1020,46 @@
|
|
|
1020
1020
|
"multiple": false,
|
|
1021
1021
|
"type": "option"
|
|
1022
1022
|
},
|
|
1023
|
-
"
|
|
1024
|
-
"description": "
|
|
1025
|
-
"name": "
|
|
1026
|
-
"
|
|
1023
|
+
"message-id": {
|
|
1024
|
+
"description": "Message ID to use as smart-reply anchor",
|
|
1025
|
+
"name": "message-id",
|
|
1026
|
+
"required": true,
|
|
1027
|
+
"hasDynamicHelp": false,
|
|
1028
|
+
"multiple": false,
|
|
1029
|
+
"type": "option"
|
|
1030
|
+
},
|
|
1031
|
+
"limit": {
|
|
1032
|
+
"description": "Number of suggestions to generate (1-5)",
|
|
1033
|
+
"name": "limit",
|
|
1034
|
+
"hasDynamicHelp": false,
|
|
1035
|
+
"multiple": false,
|
|
1036
|
+
"type": "option"
|
|
1037
|
+
},
|
|
1038
|
+
"context-length": {
|
|
1039
|
+
"description": "Number of recent messages to use as context (1-20)",
|
|
1040
|
+
"name": "context-length",
|
|
1041
|
+
"hasDynamicHelp": false,
|
|
1042
|
+
"multiple": false,
|
|
1043
|
+
"type": "option"
|
|
1044
|
+
},
|
|
1045
|
+
"style": {
|
|
1046
|
+
"description": "Response style",
|
|
1047
|
+
"name": "style",
|
|
1027
1048
|
"hasDynamicHelp": false,
|
|
1028
1049
|
"multiple": false,
|
|
1029
1050
|
"options": [
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1033
|
-
"
|
|
1051
|
+
"professional",
|
|
1052
|
+
"friendly",
|
|
1053
|
+
"concise",
|
|
1054
|
+
"detailed",
|
|
1055
|
+
"empathetic"
|
|
1034
1056
|
],
|
|
1035
1057
|
"type": "option"
|
|
1036
1058
|
}
|
|
1037
1059
|
},
|
|
1038
1060
|
"hasDynamicHelp": false,
|
|
1039
1061
|
"hiddenAliases": [],
|
|
1040
|
-
"id": "
|
|
1062
|
+
"id": "ai:reply",
|
|
1041
1063
|
"pluginAlias": "@instantkom/cli",
|
|
1042
1064
|
"pluginName": "@instantkom/cli",
|
|
1043
1065
|
"pluginType": "core",
|
|
@@ -1047,14 +1069,14 @@
|
|
|
1047
1069
|
"relativePath": [
|
|
1048
1070
|
"dist",
|
|
1049
1071
|
"commands",
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1072
|
+
"ai",
|
|
1073
|
+
"reply.js"
|
|
1052
1074
|
]
|
|
1053
1075
|
},
|
|
1054
|
-
"auth:
|
|
1076
|
+
"auth:login": {
|
|
1055
1077
|
"aliases": [],
|
|
1056
1078
|
"args": {},
|
|
1057
|
-
"description": "
|
|
1079
|
+
"description": "Authenticate with the instantKOM API via device authorization flow",
|
|
1058
1080
|
"flags": {
|
|
1059
1081
|
"api-key": {
|
|
1060
1082
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1117,11 +1139,25 @@
|
|
|
1117
1139
|
"hasDynamicHelp": false,
|
|
1118
1140
|
"multiple": false,
|
|
1119
1141
|
"type": "option"
|
|
1142
|
+
},
|
|
1143
|
+
"scope": {
|
|
1144
|
+
"description": "Requested token scope",
|
|
1145
|
+
"name": "scope",
|
|
1146
|
+
"default": "read",
|
|
1147
|
+
"hasDynamicHelp": false,
|
|
1148
|
+
"multiple": false,
|
|
1149
|
+
"options": [
|
|
1150
|
+
"full",
|
|
1151
|
+
"send",
|
|
1152
|
+
"read",
|
|
1153
|
+
"admin"
|
|
1154
|
+
],
|
|
1155
|
+
"type": "option"
|
|
1120
1156
|
}
|
|
1121
1157
|
},
|
|
1122
1158
|
"hasDynamicHelp": false,
|
|
1123
1159
|
"hiddenAliases": [],
|
|
1124
|
-
"id": "auth:
|
|
1160
|
+
"id": "auth:login",
|
|
1125
1161
|
"pluginAlias": "@instantkom/cli",
|
|
1126
1162
|
"pluginName": "@instantkom/cli",
|
|
1127
1163
|
"pluginType": "core",
|
|
@@ -1132,13 +1168,13 @@
|
|
|
1132
1168
|
"dist",
|
|
1133
1169
|
"commands",
|
|
1134
1170
|
"auth",
|
|
1135
|
-
"
|
|
1171
|
+
"login.js"
|
|
1136
1172
|
]
|
|
1137
1173
|
},
|
|
1138
|
-
"
|
|
1174
|
+
"auth:logout": {
|
|
1139
1175
|
"aliases": [],
|
|
1140
1176
|
"args": {},
|
|
1141
|
-
"description": "
|
|
1177
|
+
"description": "Remove the stored API token for the current profile",
|
|
1142
1178
|
"flags": {
|
|
1143
1179
|
"api-key": {
|
|
1144
1180
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1201,47 +1237,11 @@
|
|
|
1201
1237
|
"hasDynamicHelp": false,
|
|
1202
1238
|
"multiple": false,
|
|
1203
1239
|
"type": "option"
|
|
1204
|
-
},
|
|
1205
|
-
"message-id": {
|
|
1206
|
-
"description": "Message ID to use as smart-reply anchor",
|
|
1207
|
-
"name": "message-id",
|
|
1208
|
-
"required": true,
|
|
1209
|
-
"hasDynamicHelp": false,
|
|
1210
|
-
"multiple": false,
|
|
1211
|
-
"type": "option"
|
|
1212
|
-
},
|
|
1213
|
-
"limit": {
|
|
1214
|
-
"description": "Number of suggestions to generate (1-5)",
|
|
1215
|
-
"name": "limit",
|
|
1216
|
-
"hasDynamicHelp": false,
|
|
1217
|
-
"multiple": false,
|
|
1218
|
-
"type": "option"
|
|
1219
|
-
},
|
|
1220
|
-
"context-length": {
|
|
1221
|
-
"description": "Number of recent messages to use as context (1-20)",
|
|
1222
|
-
"name": "context-length",
|
|
1223
|
-
"hasDynamicHelp": false,
|
|
1224
|
-
"multiple": false,
|
|
1225
|
-
"type": "option"
|
|
1226
|
-
},
|
|
1227
|
-
"style": {
|
|
1228
|
-
"description": "Response style",
|
|
1229
|
-
"name": "style",
|
|
1230
|
-
"hasDynamicHelp": false,
|
|
1231
|
-
"multiple": false,
|
|
1232
|
-
"options": [
|
|
1233
|
-
"professional",
|
|
1234
|
-
"friendly",
|
|
1235
|
-
"concise",
|
|
1236
|
-
"detailed",
|
|
1237
|
-
"empathetic"
|
|
1238
|
-
],
|
|
1239
|
-
"type": "option"
|
|
1240
1240
|
}
|
|
1241
1241
|
},
|
|
1242
1242
|
"hasDynamicHelp": false,
|
|
1243
1243
|
"hiddenAliases": [],
|
|
1244
|
-
"id": "
|
|
1244
|
+
"id": "auth:logout",
|
|
1245
1245
|
"pluginAlias": "@instantkom/cli",
|
|
1246
1246
|
"pluginName": "@instantkom/cli",
|
|
1247
1247
|
"pluginType": "core",
|
|
@@ -1251,8 +1251,8 @@
|
|
|
1251
1251
|
"relativePath": [
|
|
1252
1252
|
"dist",
|
|
1253
1253
|
"commands",
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1254
|
+
"auth",
|
|
1255
|
+
"logout.js"
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
1258
|
"autocomplete:script": {
|
|
@@ -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,48 +2087,11 @@
|
|
|
2081
2087
|
"hasDynamicHelp": false,
|
|
2082
2088
|
"multiple": false,
|
|
2083
2089
|
"type": "option"
|
|
2084
|
-
},
|
|
2085
|
-
"name": {
|
|
2086
|
-
"description": "Channel name",
|
|
2087
|
-
"name": "name",
|
|
2088
|
-
"required": true,
|
|
2089
|
-
"hasDynamicHelp": false,
|
|
2090
|
-
"multiple": false,
|
|
2091
|
-
"type": "option"
|
|
2092
|
-
},
|
|
2093
|
-
"gateway-type": {
|
|
2094
|
-
"description": "Gateway type ID",
|
|
2095
|
-
"name": "gateway-type",
|
|
2096
|
-
"required": true,
|
|
2097
|
-
"hasDynamicHelp": false,
|
|
2098
|
-
"multiple": false,
|
|
2099
|
-
"type": "option"
|
|
2100
|
-
},
|
|
2101
|
-
"status": {
|
|
2102
|
-
"description": "Channel lifecycle status",
|
|
2103
|
-
"name": "status",
|
|
2104
|
-
"hasDynamicHelp": false,
|
|
2105
|
-
"multiple": false,
|
|
2106
|
-
"type": "option"
|
|
2107
|
-
},
|
|
2108
|
-
"description": {
|
|
2109
|
-
"description": "Channel description",
|
|
2110
|
-
"name": "description",
|
|
2111
|
-
"hasDynamicHelp": false,
|
|
2112
|
-
"multiple": false,
|
|
2113
|
-
"type": "option"
|
|
2114
|
-
},
|
|
2115
|
-
"data": {
|
|
2116
|
-
"description": "Additional JSON object payload",
|
|
2117
|
-
"name": "data",
|
|
2118
|
-
"hasDynamicHelp": false,
|
|
2119
|
-
"multiple": false,
|
|
2120
|
-
"type": "option"
|
|
2121
2090
|
}
|
|
2122
2091
|
},
|
|
2123
2092
|
"hasDynamicHelp": false,
|
|
2124
2093
|
"hiddenAliases": [],
|
|
2125
|
-
"id": "
|
|
2094
|
+
"id": "chats:get",
|
|
2126
2095
|
"pluginAlias": "@instantkom/cli",
|
|
2127
2096
|
"pluginName": "@instantkom/cli",
|
|
2128
2097
|
"pluginType": "core",
|
|
@@ -2132,20 +2101,14 @@
|
|
|
2132
2101
|
"relativePath": [
|
|
2133
2102
|
"dist",
|
|
2134
2103
|
"commands",
|
|
2135
|
-
"
|
|
2136
|
-
"
|
|
2104
|
+
"chats",
|
|
2105
|
+
"get.js"
|
|
2137
2106
|
]
|
|
2138
2107
|
},
|
|
2139
|
-
"
|
|
2108
|
+
"chats:list": {
|
|
2140
2109
|
"aliases": [],
|
|
2141
|
-
"args": {
|
|
2142
|
-
|
|
2143
|
-
"description": "Channel ID",
|
|
2144
|
-
"name": "id",
|
|
2145
|
-
"required": true
|
|
2146
|
-
}
|
|
2147
|
-
},
|
|
2148
|
-
"description": "Get a channel by ID",
|
|
2110
|
+
"args": {},
|
|
2111
|
+
"description": "List chats",
|
|
2149
2112
|
"flags": {
|
|
2150
2113
|
"api-key": {
|
|
2151
2114
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2208,11 +2171,73 @@
|
|
|
2208
2171
|
"hasDynamicHelp": false,
|
|
2209
2172
|
"multiple": false,
|
|
2210
2173
|
"type": "option"
|
|
2174
|
+
},
|
|
2175
|
+
"page": {
|
|
2176
|
+
"description": "Page number",
|
|
2177
|
+
"name": "page",
|
|
2178
|
+
"default": 1,
|
|
2179
|
+
"hasDynamicHelp": false,
|
|
2180
|
+
"multiple": false,
|
|
2181
|
+
"type": "option"
|
|
2182
|
+
},
|
|
2183
|
+
"limit": {
|
|
2184
|
+
"description": "Items per page",
|
|
2185
|
+
"name": "limit",
|
|
2186
|
+
"default": 20,
|
|
2187
|
+
"hasDynamicHelp": false,
|
|
2188
|
+
"multiple": false,
|
|
2189
|
+
"type": "option"
|
|
2190
|
+
},
|
|
2191
|
+
"channel": {
|
|
2192
|
+
"description": "Filter by channel ID",
|
|
2193
|
+
"name": "channel",
|
|
2194
|
+
"hasDynamicHelp": false,
|
|
2195
|
+
"multiple": false,
|
|
2196
|
+
"type": "option"
|
|
2197
|
+
},
|
|
2198
|
+
"channels": {
|
|
2199
|
+
"description": "Comma-separated channel IDs",
|
|
2200
|
+
"name": "channels",
|
|
2201
|
+
"hasDynamicHelp": false,
|
|
2202
|
+
"multiple": false,
|
|
2203
|
+
"type": "option"
|
|
2204
|
+
},
|
|
2205
|
+
"search": {
|
|
2206
|
+
"description": "Search chats",
|
|
2207
|
+
"name": "search",
|
|
2208
|
+
"hasDynamicHelp": false,
|
|
2209
|
+
"multiple": false,
|
|
2210
|
+
"type": "option"
|
|
2211
|
+
},
|
|
2212
|
+
"status": {
|
|
2213
|
+
"description": "Chat status",
|
|
2214
|
+
"name": "status",
|
|
2215
|
+
"hasDynamicHelp": false,
|
|
2216
|
+
"multiple": false,
|
|
2217
|
+
"options": [
|
|
2218
|
+
"all",
|
|
2219
|
+
"unread",
|
|
2220
|
+
"read",
|
|
2221
|
+
"archived"
|
|
2222
|
+
],
|
|
2223
|
+
"type": "option"
|
|
2224
|
+
},
|
|
2225
|
+
"unread-only": {
|
|
2226
|
+
"description": "Only unread chats",
|
|
2227
|
+
"name": "unread-only",
|
|
2228
|
+
"allowNo": false,
|
|
2229
|
+
"type": "boolean"
|
|
2230
|
+
},
|
|
2231
|
+
"include-archived": {
|
|
2232
|
+
"description": "Include archived chats",
|
|
2233
|
+
"name": "include-archived",
|
|
2234
|
+
"allowNo": false,
|
|
2235
|
+
"type": "boolean"
|
|
2211
2236
|
}
|
|
2212
2237
|
},
|
|
2213
2238
|
"hasDynamicHelp": false,
|
|
2214
2239
|
"hiddenAliases": [],
|
|
2215
|
-
"id": "
|
|
2240
|
+
"id": "chats:list",
|
|
2216
2241
|
"pluginAlias": "@instantkom/cli",
|
|
2217
2242
|
"pluginName": "@instantkom/cli",
|
|
2218
2243
|
"pluginType": "core",
|
|
@@ -2222,20 +2247,20 @@
|
|
|
2222
2247
|
"relativePath": [
|
|
2223
2248
|
"dist",
|
|
2224
2249
|
"commands",
|
|
2225
|
-
"
|
|
2226
|
-
"
|
|
2250
|
+
"chats",
|
|
2251
|
+
"list.js"
|
|
2227
2252
|
]
|
|
2228
2253
|
},
|
|
2229
|
-
"
|
|
2254
|
+
"chats:reply": {
|
|
2230
2255
|
"aliases": [],
|
|
2231
2256
|
"args": {
|
|
2232
2257
|
"id": {
|
|
2233
|
-
"description": "
|
|
2258
|
+
"description": "Chat ID",
|
|
2234
2259
|
"name": "id",
|
|
2235
|
-
"required":
|
|
2260
|
+
"required": true
|
|
2236
2261
|
}
|
|
2237
2262
|
},
|
|
2238
|
-
"description": "
|
|
2263
|
+
"description": "Reply in a chat",
|
|
2239
2264
|
"flags": {
|
|
2240
2265
|
"api-key": {
|
|
2241
2266
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2299,9 +2324,10 @@
|
|
|
2299
2324
|
"multiple": false,
|
|
2300
2325
|
"type": "option"
|
|
2301
2326
|
},
|
|
2302
|
-
"
|
|
2303
|
-
"description": "
|
|
2304
|
-
"name": "
|
|
2327
|
+
"text": {
|
|
2328
|
+
"description": "Reply text",
|
|
2329
|
+
"name": "text",
|
|
2330
|
+
"required": true,
|
|
2305
2331
|
"hasDynamicHelp": false,
|
|
2306
2332
|
"multiple": false,
|
|
2307
2333
|
"type": "option"
|
|
@@ -2309,7 +2335,7 @@
|
|
|
2309
2335
|
},
|
|
2310
2336
|
"hasDynamicHelp": false,
|
|
2311
2337
|
"hiddenAliases": [],
|
|
2312
|
-
"id": "
|
|
2338
|
+
"id": "chats:reply",
|
|
2313
2339
|
"pluginAlias": "@instantkom/cli",
|
|
2314
2340
|
"pluginName": "@instantkom/cli",
|
|
2315
2341
|
"pluginType": "core",
|
|
@@ -2319,14 +2345,20 @@
|
|
|
2319
2345
|
"relativePath": [
|
|
2320
2346
|
"dist",
|
|
2321
2347
|
"commands",
|
|
2322
|
-
"
|
|
2323
|
-
"
|
|
2348
|
+
"chats",
|
|
2349
|
+
"reply.js"
|
|
2324
2350
|
]
|
|
2325
2351
|
},
|
|
2326
|
-
"
|
|
2352
|
+
"config:get": {
|
|
2327
2353
|
"aliases": [],
|
|
2328
|
-
"args": {
|
|
2329
|
-
|
|
2354
|
+
"args": {
|
|
2355
|
+
"key": {
|
|
2356
|
+
"description": "Configuration key to retrieve",
|
|
2357
|
+
"name": "key",
|
|
2358
|
+
"required": true
|
|
2359
|
+
}
|
|
2360
|
+
},
|
|
2361
|
+
"description": "Get a configuration value for the current profile",
|
|
2330
2362
|
"flags": {
|
|
2331
2363
|
"api-key": {
|
|
2332
2364
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2389,48 +2421,11 @@
|
|
|
2389
2421
|
"hasDynamicHelp": false,
|
|
2390
2422
|
"multiple": false,
|
|
2391
2423
|
"type": "option"
|
|
2392
|
-
},
|
|
2393
|
-
"page": {
|
|
2394
|
-
"description": "Page number",
|
|
2395
|
-
"name": "page",
|
|
2396
|
-
"default": 1,
|
|
2397
|
-
"hasDynamicHelp": false,
|
|
2398
|
-
"multiple": false,
|
|
2399
|
-
"type": "option"
|
|
2400
|
-
},
|
|
2401
|
-
"limit": {
|
|
2402
|
-
"description": "Items per page",
|
|
2403
|
-
"name": "limit",
|
|
2404
|
-
"default": 20,
|
|
2405
|
-
"hasDynamicHelp": false,
|
|
2406
|
-
"multiple": false,
|
|
2407
|
-
"type": "option"
|
|
2408
|
-
},
|
|
2409
|
-
"status": {
|
|
2410
|
-
"description": "Filter by channel status",
|
|
2411
|
-
"name": "status",
|
|
2412
|
-
"hasDynamicHelp": false,
|
|
2413
|
-
"multiple": false,
|
|
2414
|
-
"type": "option"
|
|
2415
|
-
},
|
|
2416
|
-
"gateway-type": {
|
|
2417
|
-
"description": "Filter by gateway type ID",
|
|
2418
|
-
"name": "gateway-type",
|
|
2419
|
-
"hasDynamicHelp": false,
|
|
2420
|
-
"multiple": false,
|
|
2421
|
-
"type": "option"
|
|
2422
|
-
},
|
|
2423
|
-
"search": {
|
|
2424
|
-
"description": "Search by channel name",
|
|
2425
|
-
"name": "search",
|
|
2426
|
-
"hasDynamicHelp": false,
|
|
2427
|
-
"multiple": false,
|
|
2428
|
-
"type": "option"
|
|
2429
2424
|
}
|
|
2430
2425
|
},
|
|
2431
2426
|
"hasDynamicHelp": false,
|
|
2432
2427
|
"hiddenAliases": [],
|
|
2433
|
-
"id": "
|
|
2428
|
+
"id": "config:get",
|
|
2434
2429
|
"pluginAlias": "@instantkom/cli",
|
|
2435
2430
|
"pluginName": "@instantkom/cli",
|
|
2436
2431
|
"pluginType": "core",
|
|
@@ -2440,20 +2435,25 @@
|
|
|
2440
2435
|
"relativePath": [
|
|
2441
2436
|
"dist",
|
|
2442
2437
|
"commands",
|
|
2443
|
-
"
|
|
2444
|
-
"
|
|
2438
|
+
"config",
|
|
2439
|
+
"get.js"
|
|
2445
2440
|
]
|
|
2446
2441
|
},
|
|
2447
|
-
"
|
|
2442
|
+
"config:set": {
|
|
2448
2443
|
"aliases": [],
|
|
2449
2444
|
"args": {
|
|
2450
|
-
"
|
|
2451
|
-
"description": "
|
|
2452
|
-
"name": "
|
|
2445
|
+
"key": {
|
|
2446
|
+
"description": "Configuration key to set",
|
|
2447
|
+
"name": "key",
|
|
2448
|
+
"required": true
|
|
2449
|
+
},
|
|
2450
|
+
"value": {
|
|
2451
|
+
"description": "Value to assign",
|
|
2452
|
+
"name": "value",
|
|
2453
2453
|
"required": true
|
|
2454
2454
|
}
|
|
2455
2455
|
},
|
|
2456
|
-
"description": "
|
|
2456
|
+
"description": "Set a configuration value for the current profile",
|
|
2457
2457
|
"flags": {
|
|
2458
2458
|
"api-key": {
|
|
2459
2459
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2516,39 +2516,11 @@
|
|
|
2516
2516
|
"hasDynamicHelp": false,
|
|
2517
2517
|
"multiple": false,
|
|
2518
2518
|
"type": "option"
|
|
2519
|
-
},
|
|
2520
|
-
"name": {
|
|
2521
|
-
"description": "Channel name",
|
|
2522
|
-
"name": "name",
|
|
2523
|
-
"hasDynamicHelp": false,
|
|
2524
|
-
"multiple": false,
|
|
2525
|
-
"type": "option"
|
|
2526
|
-
},
|
|
2527
|
-
"status": {
|
|
2528
|
-
"description": "Channel lifecycle status",
|
|
2529
|
-
"name": "status",
|
|
2530
|
-
"hasDynamicHelp": false,
|
|
2531
|
-
"multiple": false,
|
|
2532
|
-
"type": "option"
|
|
2533
|
-
},
|
|
2534
|
-
"description": {
|
|
2535
|
-
"description": "Channel description",
|
|
2536
|
-
"name": "description",
|
|
2537
|
-
"hasDynamicHelp": false,
|
|
2538
|
-
"multiple": false,
|
|
2539
|
-
"type": "option"
|
|
2540
|
-
},
|
|
2541
|
-
"data": {
|
|
2542
|
-
"description": "Additional JSON object payload",
|
|
2543
|
-
"name": "data",
|
|
2544
|
-
"hasDynamicHelp": false,
|
|
2545
|
-
"multiple": false,
|
|
2546
|
-
"type": "option"
|
|
2547
2519
|
}
|
|
2548
2520
|
},
|
|
2549
2521
|
"hasDynamicHelp": false,
|
|
2550
2522
|
"hiddenAliases": [],
|
|
2551
|
-
"id": "
|
|
2523
|
+
"id": "config:set",
|
|
2552
2524
|
"pluginAlias": "@instantkom/cli",
|
|
2553
2525
|
"pluginName": "@instantkom/cli",
|
|
2554
2526
|
"pluginType": "core",
|
|
@@ -2558,14 +2530,20 @@
|
|
|
2558
2530
|
"relativePath": [
|
|
2559
2531
|
"dist",
|
|
2560
2532
|
"commands",
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2533
|
+
"config",
|
|
2534
|
+
"set.js"
|
|
2563
2535
|
]
|
|
2564
2536
|
},
|
|
2565
|
-
"
|
|
2537
|
+
"config:unset": {
|
|
2566
2538
|
"aliases": [],
|
|
2567
|
-
"args": {
|
|
2568
|
-
|
|
2539
|
+
"args": {
|
|
2540
|
+
"key": {
|
|
2541
|
+
"description": "Configuration key to remove",
|
|
2542
|
+
"name": "key",
|
|
2543
|
+
"required": true
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
"description": "Remove a configuration key from the current profile",
|
|
2569
2547
|
"flags": {
|
|
2570
2548
|
"api-key": {
|
|
2571
2549
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2628,93 +2606,11 @@
|
|
|
2628
2606
|
"hasDynamicHelp": false,
|
|
2629
2607
|
"multiple": false,
|
|
2630
2608
|
"type": "option"
|
|
2631
|
-
},
|
|
2632
|
-
"channel": {
|
|
2633
|
-
"description": "Channel ID target",
|
|
2634
|
-
"name": "channel",
|
|
2635
|
-
"hasDynamicHelp": false,
|
|
2636
|
-
"multiple": false,
|
|
2637
|
-
"type": "option"
|
|
2638
|
-
},
|
|
2639
|
-
"segment": {
|
|
2640
|
-
"description": "Segment ID within --channel",
|
|
2641
|
-
"name": "segment",
|
|
2642
|
-
"hasDynamicHelp": false,
|
|
2643
|
-
"multiple": false,
|
|
2644
|
-
"type": "option"
|
|
2645
|
-
},
|
|
2646
|
-
"target": {
|
|
2647
|
-
"description": "Target as channelId or channelId:segmentId; may be repeated",
|
|
2648
|
-
"name": "target",
|
|
2649
|
-
"hasDynamicHelp": false,
|
|
2650
|
-
"multiple": true,
|
|
2651
|
-
"type": "option"
|
|
2652
|
-
},
|
|
2653
|
-
"text": {
|
|
2654
|
-
"description": "Broadcast message text",
|
|
2655
|
-
"name": "text",
|
|
2656
|
-
"required": true,
|
|
2657
|
-
"hasDynamicHelp": false,
|
|
2658
|
-
"multiple": false,
|
|
2659
|
-
"type": "option"
|
|
2660
|
-
},
|
|
2661
|
-
"send-at": {
|
|
2662
|
-
"description": "Schedule send for an ISO-8601 date-time",
|
|
2663
|
-
"name": "send-at",
|
|
2664
|
-
"hasDynamicHelp": false,
|
|
2665
|
-
"multiple": false,
|
|
2666
|
-
"type": "option"
|
|
2667
|
-
},
|
|
2668
|
-
"dry-run": {
|
|
2669
|
-
"description": "Validate and print the broadcast payload without mutating API calls",
|
|
2670
|
-
"name": "dry-run",
|
|
2671
|
-
"allowNo": false,
|
|
2672
|
-
"type": "boolean"
|
|
2673
|
-
},
|
|
2674
|
-
"idempotency-key": {
|
|
2675
|
-
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
2676
|
-
"name": "idempotency-key",
|
|
2677
|
-
"hasDynamicHelp": false,
|
|
2678
|
-
"multiple": false,
|
|
2679
|
-
"type": "option"
|
|
2680
|
-
},
|
|
2681
|
-
"media": {
|
|
2682
|
-
"description": "Media file path to upload",
|
|
2683
|
-
"name": "media",
|
|
2684
|
-
"hasDynamicHelp": false,
|
|
2685
|
-
"multiple": true,
|
|
2686
|
-
"type": "option"
|
|
2687
|
-
},
|
|
2688
|
-
"template-id": {
|
|
2689
|
-
"description": "WhatsApp template ID",
|
|
2690
|
-
"name": "template-id",
|
|
2691
|
-
"hasDynamicHelp": false,
|
|
2692
|
-
"multiple": false,
|
|
2693
|
-
"type": "option"
|
|
2694
|
-
},
|
|
2695
|
-
"send-status": {
|
|
2696
|
-
"description": "Initial broadcast send status",
|
|
2697
|
-
"name": "send-status",
|
|
2698
|
-
"default": "draft",
|
|
2699
|
-
"hasDynamicHelp": false,
|
|
2700
|
-
"multiple": false,
|
|
2701
|
-
"options": [
|
|
2702
|
-
"draft",
|
|
2703
|
-
"scheduled",
|
|
2704
|
-
"sending"
|
|
2705
|
-
],
|
|
2706
|
-
"type": "option"
|
|
2707
|
-
},
|
|
2708
|
-
"auto-approve": {
|
|
2709
|
-
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
2710
|
-
"name": "auto-approve",
|
|
2711
|
-
"allowNo": false,
|
|
2712
|
-
"type": "boolean"
|
|
2713
2609
|
}
|
|
2714
2610
|
},
|
|
2715
2611
|
"hasDynamicHelp": false,
|
|
2716
2612
|
"hiddenAliases": [],
|
|
2717
|
-
"id": "
|
|
2613
|
+
"id": "config:unset",
|
|
2718
2614
|
"pluginAlias": "@instantkom/cli",
|
|
2719
2615
|
"pluginName": "@instantkom/cli",
|
|
2720
2616
|
"pluginType": "core",
|
|
@@ -2724,20 +2620,14 @@
|
|
|
2724
2620
|
"relativePath": [
|
|
2725
2621
|
"dist",
|
|
2726
2622
|
"commands",
|
|
2727
|
-
"
|
|
2728
|
-
"
|
|
2623
|
+
"config",
|
|
2624
|
+
"unset.js"
|
|
2729
2625
|
]
|
|
2730
2626
|
},
|
|
2731
|
-
"
|
|
2627
|
+
"channels:create": {
|
|
2732
2628
|
"aliases": [],
|
|
2733
|
-
"args": {
|
|
2734
|
-
|
|
2735
|
-
"description": "broadcast ID",
|
|
2736
|
-
"name": "id",
|
|
2737
|
-
"required": true
|
|
2738
|
-
}
|
|
2739
|
-
},
|
|
2740
|
-
"description": "Delete broadcast",
|
|
2629
|
+
"args": {},
|
|
2630
|
+
"description": "Create a channel",
|
|
2741
2631
|
"flags": {
|
|
2742
2632
|
"api-key": {
|
|
2743
2633
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2800,34 +2690,71 @@
|
|
|
2800
2690
|
"hasDynamicHelp": false,
|
|
2801
2691
|
"multiple": false,
|
|
2802
2692
|
"type": "option"
|
|
2803
|
-
}
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
"
|
|
2826
|
-
|
|
2693
|
+
},
|
|
2694
|
+
"name": {
|
|
2695
|
+
"description": "Channel name",
|
|
2696
|
+
"name": "name",
|
|
2697
|
+
"required": true,
|
|
2698
|
+
"hasDynamicHelp": false,
|
|
2699
|
+
"multiple": false,
|
|
2700
|
+
"type": "option"
|
|
2701
|
+
},
|
|
2702
|
+
"gateway-type": {
|
|
2703
|
+
"description": "Gateway type ID",
|
|
2704
|
+
"name": "gateway-type",
|
|
2705
|
+
"required": true,
|
|
2706
|
+
"hasDynamicHelp": false,
|
|
2707
|
+
"multiple": false,
|
|
2708
|
+
"type": "option"
|
|
2709
|
+
},
|
|
2710
|
+
"status": {
|
|
2711
|
+
"description": "Channel lifecycle status",
|
|
2712
|
+
"name": "status",
|
|
2713
|
+
"hasDynamicHelp": false,
|
|
2714
|
+
"multiple": false,
|
|
2715
|
+
"type": "option"
|
|
2716
|
+
},
|
|
2717
|
+
"description": {
|
|
2718
|
+
"description": "Channel description",
|
|
2719
|
+
"name": "description",
|
|
2720
|
+
"hasDynamicHelp": false,
|
|
2721
|
+
"multiple": false,
|
|
2722
|
+
"type": "option"
|
|
2723
|
+
},
|
|
2724
|
+
"data": {
|
|
2725
|
+
"description": "Additional JSON object payload",
|
|
2726
|
+
"name": "data",
|
|
2727
|
+
"hasDynamicHelp": false,
|
|
2728
|
+
"multiple": false,
|
|
2729
|
+
"type": "option"
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2732
|
+
"hasDynamicHelp": false,
|
|
2733
|
+
"hiddenAliases": [],
|
|
2734
|
+
"id": "channels:create",
|
|
2735
|
+
"pluginAlias": "@instantkom/cli",
|
|
2736
|
+
"pluginName": "@instantkom/cli",
|
|
2737
|
+
"pluginType": "core",
|
|
2738
|
+
"strict": true,
|
|
2739
|
+
"enableJsonFlag": false,
|
|
2740
|
+
"isESM": true,
|
|
2741
|
+
"relativePath": [
|
|
2742
|
+
"dist",
|
|
2743
|
+
"commands",
|
|
2744
|
+
"channels",
|
|
2745
|
+
"create.js"
|
|
2746
|
+
]
|
|
2747
|
+
},
|
|
2748
|
+
"channels:get": {
|
|
2749
|
+
"aliases": [],
|
|
2750
|
+
"args": {
|
|
2751
|
+
"id": {
|
|
2752
|
+
"description": "Channel ID",
|
|
2753
|
+
"name": "id",
|
|
2827
2754
|
"required": true
|
|
2828
2755
|
}
|
|
2829
2756
|
},
|
|
2830
|
-
"description": "Get
|
|
2757
|
+
"description": "Get a channel by ID",
|
|
2831
2758
|
"flags": {
|
|
2832
2759
|
"api-key": {
|
|
2833
2760
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2894,7 +2821,7 @@
|
|
|
2894
2821
|
},
|
|
2895
2822
|
"hasDynamicHelp": false,
|
|
2896
2823
|
"hiddenAliases": [],
|
|
2897
|
-
"id": "
|
|
2824
|
+
"id": "channels:get",
|
|
2898
2825
|
"pluginAlias": "@instantkom/cli",
|
|
2899
2826
|
"pluginName": "@instantkom/cli",
|
|
2900
2827
|
"pluginType": "core",
|
|
@@ -2904,14 +2831,20 @@
|
|
|
2904
2831
|
"relativePath": [
|
|
2905
2832
|
"dist",
|
|
2906
2833
|
"commands",
|
|
2907
|
-
"
|
|
2834
|
+
"channels",
|
|
2908
2835
|
"get.js"
|
|
2909
2836
|
]
|
|
2910
2837
|
},
|
|
2911
|
-
"
|
|
2838
|
+
"channels:kpis": {
|
|
2912
2839
|
"aliases": [],
|
|
2913
|
-
"args": {
|
|
2914
|
-
|
|
2840
|
+
"args": {
|
|
2841
|
+
"id": {
|
|
2842
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
2843
|
+
"name": "id",
|
|
2844
|
+
"required": false
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2847
|
+
"description": "Get channel KPIs",
|
|
2915
2848
|
"flags": {
|
|
2916
2849
|
"api-key": {
|
|
2917
2850
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2975,72 +2908,17 @@
|
|
|
2975
2908
|
"multiple": false,
|
|
2976
2909
|
"type": "option"
|
|
2977
2910
|
},
|
|
2978
|
-
"
|
|
2979
|
-
"description": "
|
|
2980
|
-
"name": "
|
|
2981
|
-
"default": 1,
|
|
2982
|
-
"hasDynamicHelp": false,
|
|
2983
|
-
"multiple": false,
|
|
2984
|
-
"type": "option"
|
|
2985
|
-
},
|
|
2986
|
-
"limit": {
|
|
2987
|
-
"description": "Items per page",
|
|
2988
|
-
"name": "limit",
|
|
2989
|
-
"default": 20,
|
|
2990
|
-
"hasDynamicHelp": false,
|
|
2991
|
-
"multiple": false,
|
|
2992
|
-
"type": "option"
|
|
2993
|
-
},
|
|
2994
|
-
"channel": {
|
|
2995
|
-
"description": "Filter by channel ID",
|
|
2996
|
-
"name": "channel",
|
|
2997
|
-
"hasDynamicHelp": false,
|
|
2998
|
-
"multiple": false,
|
|
2999
|
-
"type": "option"
|
|
3000
|
-
},
|
|
3001
|
-
"send-status": {
|
|
3002
|
-
"description": "Filter by send status",
|
|
3003
|
-
"name": "send-status",
|
|
3004
|
-
"hasDynamicHelp": false,
|
|
3005
|
-
"multiple": false,
|
|
3006
|
-
"type": "option"
|
|
3007
|
-
},
|
|
3008
|
-
"type": {
|
|
3009
|
-
"description": "Broadcast type",
|
|
3010
|
-
"name": "type",
|
|
3011
|
-
"hasDynamicHelp": false,
|
|
3012
|
-
"multiple": false,
|
|
3013
|
-
"options": [
|
|
3014
|
-
"text",
|
|
3015
|
-
"image",
|
|
3016
|
-
"video",
|
|
3017
|
-
"audio",
|
|
3018
|
-
"document"
|
|
3019
|
-
],
|
|
3020
|
-
"type": "option"
|
|
3021
|
-
},
|
|
3022
|
-
"search": {
|
|
3023
|
-
"description": "Search broadcasts",
|
|
3024
|
-
"name": "search",
|
|
3025
|
-
"hasDynamicHelp": false,
|
|
3026
|
-
"multiple": false,
|
|
3027
|
-
"type": "option"
|
|
3028
|
-
},
|
|
3029
|
-
"test": {
|
|
3030
|
-
"description": "Filter test flag: 0 or 1",
|
|
3031
|
-
"name": "test",
|
|
2911
|
+
"period": {
|
|
2912
|
+
"description": "KPI period",
|
|
2913
|
+
"name": "period",
|
|
3032
2914
|
"hasDynamicHelp": false,
|
|
3033
2915
|
"multiple": false,
|
|
3034
|
-
"options": [
|
|
3035
|
-
"0",
|
|
3036
|
-
"1"
|
|
3037
|
-
],
|
|
3038
2916
|
"type": "option"
|
|
3039
2917
|
}
|
|
3040
2918
|
},
|
|
3041
2919
|
"hasDynamicHelp": false,
|
|
3042
2920
|
"hiddenAliases": [],
|
|
3043
|
-
"id": "
|
|
2921
|
+
"id": "channels:kpis",
|
|
3044
2922
|
"pluginAlias": "@instantkom/cli",
|
|
3045
2923
|
"pluginName": "@instantkom/cli",
|
|
3046
2924
|
"pluginType": "core",
|
|
@@ -3050,20 +2928,14 @@
|
|
|
3050
2928
|
"relativePath": [
|
|
3051
2929
|
"dist",
|
|
3052
2930
|
"commands",
|
|
3053
|
-
"
|
|
3054
|
-
"
|
|
2931
|
+
"channels",
|
|
2932
|
+
"kpis.js"
|
|
3055
2933
|
]
|
|
3056
2934
|
},
|
|
3057
|
-
"
|
|
2935
|
+
"channels:list": {
|
|
3058
2936
|
"aliases": [],
|
|
3059
|
-
"args": {
|
|
3060
|
-
|
|
3061
|
-
"description": "Broadcast ID",
|
|
3062
|
-
"name": "id",
|
|
3063
|
-
"required": true
|
|
3064
|
-
}
|
|
3065
|
-
},
|
|
3066
|
-
"description": "Send a broadcast immediately",
|
|
2937
|
+
"args": {},
|
|
2938
|
+
"description": "List channels",
|
|
3067
2939
|
"flags": {
|
|
3068
2940
|
"api-key": {
|
|
3069
2941
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3126,11 +2998,48 @@
|
|
|
3126
2998
|
"hasDynamicHelp": false,
|
|
3127
2999
|
"multiple": false,
|
|
3128
3000
|
"type": "option"
|
|
3001
|
+
},
|
|
3002
|
+
"page": {
|
|
3003
|
+
"description": "Page number",
|
|
3004
|
+
"name": "page",
|
|
3005
|
+
"default": 1,
|
|
3006
|
+
"hasDynamicHelp": false,
|
|
3007
|
+
"multiple": false,
|
|
3008
|
+
"type": "option"
|
|
3009
|
+
},
|
|
3010
|
+
"limit": {
|
|
3011
|
+
"description": "Items per page",
|
|
3012
|
+
"name": "limit",
|
|
3013
|
+
"default": 20,
|
|
3014
|
+
"hasDynamicHelp": false,
|
|
3015
|
+
"multiple": false,
|
|
3016
|
+
"type": "option"
|
|
3017
|
+
},
|
|
3018
|
+
"status": {
|
|
3019
|
+
"description": "Filter by channel status",
|
|
3020
|
+
"name": "status",
|
|
3021
|
+
"hasDynamicHelp": false,
|
|
3022
|
+
"multiple": false,
|
|
3023
|
+
"type": "option"
|
|
3024
|
+
},
|
|
3025
|
+
"gateway-type": {
|
|
3026
|
+
"description": "Filter by gateway type ID",
|
|
3027
|
+
"name": "gateway-type",
|
|
3028
|
+
"hasDynamicHelp": false,
|
|
3029
|
+
"multiple": false,
|
|
3030
|
+
"type": "option"
|
|
3031
|
+
},
|
|
3032
|
+
"search": {
|
|
3033
|
+
"description": "Search by channel name",
|
|
3034
|
+
"name": "search",
|
|
3035
|
+
"hasDynamicHelp": false,
|
|
3036
|
+
"multiple": false,
|
|
3037
|
+
"type": "option"
|
|
3129
3038
|
}
|
|
3130
3039
|
},
|
|
3131
3040
|
"hasDynamicHelp": false,
|
|
3132
3041
|
"hiddenAliases": [],
|
|
3133
|
-
"id": "
|
|
3042
|
+
"id": "channels:list",
|
|
3134
3043
|
"pluginAlias": "@instantkom/cli",
|
|
3135
3044
|
"pluginName": "@instantkom/cli",
|
|
3136
3045
|
"pluginType": "core",
|
|
@@ -3140,20 +3049,20 @@
|
|
|
3140
3049
|
"relativePath": [
|
|
3141
3050
|
"dist",
|
|
3142
3051
|
"commands",
|
|
3143
|
-
"
|
|
3144
|
-
"
|
|
3052
|
+
"channels",
|
|
3053
|
+
"list.js"
|
|
3145
3054
|
]
|
|
3146
3055
|
},
|
|
3147
|
-
"
|
|
3056
|
+
"channels:update": {
|
|
3148
3057
|
"aliases": [],
|
|
3149
3058
|
"args": {
|
|
3150
3059
|
"id": {
|
|
3151
|
-
"description": "
|
|
3060
|
+
"description": "Channel ID",
|
|
3152
3061
|
"name": "id",
|
|
3153
3062
|
"required": true
|
|
3154
3063
|
}
|
|
3155
3064
|
},
|
|
3156
|
-
"description": "
|
|
3065
|
+
"description": "Update a channel",
|
|
3157
3066
|
"flags": {
|
|
3158
3067
|
"api-key": {
|
|
3159
3068
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3216,11 +3125,39 @@
|
|
|
3216
3125
|
"hasDynamicHelp": false,
|
|
3217
3126
|
"multiple": false,
|
|
3218
3127
|
"type": "option"
|
|
3128
|
+
},
|
|
3129
|
+
"name": {
|
|
3130
|
+
"description": "Channel name",
|
|
3131
|
+
"name": "name",
|
|
3132
|
+
"hasDynamicHelp": false,
|
|
3133
|
+
"multiple": false,
|
|
3134
|
+
"type": "option"
|
|
3135
|
+
},
|
|
3136
|
+
"status": {
|
|
3137
|
+
"description": "Channel lifecycle status",
|
|
3138
|
+
"name": "status",
|
|
3139
|
+
"hasDynamicHelp": false,
|
|
3140
|
+
"multiple": false,
|
|
3141
|
+
"type": "option"
|
|
3142
|
+
},
|
|
3143
|
+
"description": {
|
|
3144
|
+
"description": "Channel description",
|
|
3145
|
+
"name": "description",
|
|
3146
|
+
"hasDynamicHelp": false,
|
|
3147
|
+
"multiple": false,
|
|
3148
|
+
"type": "option"
|
|
3149
|
+
},
|
|
3150
|
+
"data": {
|
|
3151
|
+
"description": "Additional JSON object payload",
|
|
3152
|
+
"name": "data",
|
|
3153
|
+
"hasDynamicHelp": false,
|
|
3154
|
+
"multiple": false,
|
|
3155
|
+
"type": "option"
|
|
3219
3156
|
}
|
|
3220
3157
|
},
|
|
3221
3158
|
"hasDynamicHelp": false,
|
|
3222
3159
|
"hiddenAliases": [],
|
|
3223
|
-
"id": "
|
|
3160
|
+
"id": "channels:update",
|
|
3224
3161
|
"pluginAlias": "@instantkom/cli",
|
|
3225
3162
|
"pluginName": "@instantkom/cli",
|
|
3226
3163
|
"pluginType": "core",
|
|
@@ -3230,20 +3167,14 @@
|
|
|
3230
3167
|
"relativePath": [
|
|
3231
3168
|
"dist",
|
|
3232
3169
|
"commands",
|
|
3233
|
-
"
|
|
3234
|
-
"
|
|
3170
|
+
"channels",
|
|
3171
|
+
"update.js"
|
|
3235
3172
|
]
|
|
3236
3173
|
},
|
|
3237
|
-
"
|
|
3174
|
+
"contacts:create": {
|
|
3238
3175
|
"aliases": [],
|
|
3239
|
-
"args": {
|
|
3240
|
-
|
|
3241
|
-
"description": "Broadcast ID",
|
|
3242
|
-
"name": "id",
|
|
3243
|
-
"required": true
|
|
3244
|
-
}
|
|
3245
|
-
},
|
|
3246
|
-
"description": "Update a broadcast",
|
|
3176
|
+
"args": {},
|
|
3177
|
+
"description": "Create a contact",
|
|
3247
3178
|
"flags": {
|
|
3248
3179
|
"api-key": {
|
|
3249
3180
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3307,61 +3238,25 @@
|
|
|
3307
3238
|
"multiple": false,
|
|
3308
3239
|
"type": "option"
|
|
3309
3240
|
},
|
|
3310
|
-
"
|
|
3311
|
-
"description": "
|
|
3312
|
-
"name": "
|
|
3313
|
-
"
|
|
3314
|
-
"multiple": false,
|
|
3315
|
-
"type": "option"
|
|
3316
|
-
},
|
|
3317
|
-
"send-status": {
|
|
3318
|
-
"description": "Send status",
|
|
3319
|
-
"name": "send-status",
|
|
3320
|
-
"hasDynamicHelp": false,
|
|
3321
|
-
"multiple": false,
|
|
3322
|
-
"type": "option"
|
|
3323
|
-
},
|
|
3324
|
-
"scheduled-at": {
|
|
3325
|
-
"description": "Unix timestamp for scheduled send",
|
|
3326
|
-
"name": "scheduled-at",
|
|
3241
|
+
"channel": {
|
|
3242
|
+
"description": "Channel ID",
|
|
3243
|
+
"name": "channel",
|
|
3244
|
+
"required": true,
|
|
3327
3245
|
"hasDynamicHelp": false,
|
|
3328
3246
|
"multiple": false,
|
|
3329
3247
|
"type": "option"
|
|
3330
3248
|
},
|
|
3331
|
-
"
|
|
3332
|
-
"description": "
|
|
3333
|
-
"name": "
|
|
3334
|
-
"
|
|
3335
|
-
"type": "boolean"
|
|
3336
|
-
},
|
|
3337
|
-
"locked": {
|
|
3338
|
-
"description": "Mark as locked",
|
|
3339
|
-
"name": "locked",
|
|
3340
|
-
"allowNo": false,
|
|
3341
|
-
"type": "boolean"
|
|
3342
|
-
},
|
|
3343
|
-
"test": {
|
|
3344
|
-
"description": "Mark as test broadcast",
|
|
3345
|
-
"name": "test",
|
|
3346
|
-
"allowNo": false,
|
|
3347
|
-
"type": "boolean"
|
|
3348
|
-
},
|
|
3349
|
-
"template-id": {
|
|
3350
|
-
"description": "Template ID",
|
|
3351
|
-
"name": "template-id",
|
|
3249
|
+
"identifier": {
|
|
3250
|
+
"description": "Unique contact identifier",
|
|
3251
|
+
"name": "identifier",
|
|
3252
|
+
"required": true,
|
|
3352
3253
|
"hasDynamicHelp": false,
|
|
3353
3254
|
"multiple": false,
|
|
3354
3255
|
"type": "option"
|
|
3355
3256
|
},
|
|
3356
|
-
"
|
|
3357
|
-
"description": "
|
|
3358
|
-
"name": "
|
|
3359
|
-
"allowNo": false,
|
|
3360
|
-
"type": "boolean"
|
|
3361
|
-
},
|
|
3362
|
-
"header-footer": {
|
|
3363
|
-
"description": "Header/footer JSON array",
|
|
3364
|
-
"name": "header-footer",
|
|
3257
|
+
"name": {
|
|
3258
|
+
"description": "Contact name",
|
|
3259
|
+
"name": "name",
|
|
3365
3260
|
"hasDynamicHelp": false,
|
|
3366
3261
|
"multiple": false,
|
|
3367
3262
|
"type": "option"
|
|
@@ -3376,7 +3271,7 @@
|
|
|
3376
3271
|
},
|
|
3377
3272
|
"hasDynamicHelp": false,
|
|
3378
3273
|
"hiddenAliases": [],
|
|
3379
|
-
"id": "
|
|
3274
|
+
"id": "contacts:create",
|
|
3380
3275
|
"pluginAlias": "@instantkom/cli",
|
|
3381
3276
|
"pluginName": "@instantkom/cli",
|
|
3382
3277
|
"pluginType": "core",
|
|
@@ -3386,20 +3281,20 @@
|
|
|
3386
3281
|
"relativePath": [
|
|
3387
3282
|
"dist",
|
|
3388
3283
|
"commands",
|
|
3389
|
-
"
|
|
3390
|
-
"
|
|
3284
|
+
"contacts",
|
|
3285
|
+
"create.js"
|
|
3391
3286
|
]
|
|
3392
3287
|
},
|
|
3393
|
-
"
|
|
3288
|
+
"contacts:delete": {
|
|
3394
3289
|
"aliases": [],
|
|
3395
3290
|
"args": {
|
|
3396
3291
|
"id": {
|
|
3397
|
-
"description": "
|
|
3292
|
+
"description": "Contact ID",
|
|
3398
3293
|
"name": "id",
|
|
3399
3294
|
"required": true
|
|
3400
3295
|
}
|
|
3401
3296
|
},
|
|
3402
|
-
"description": "
|
|
3297
|
+
"description": "Delete a contact",
|
|
3403
3298
|
"flags": {
|
|
3404
3299
|
"api-key": {
|
|
3405
3300
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3466,7 +3361,7 @@
|
|
|
3466
3361
|
},
|
|
3467
3362
|
"hasDynamicHelp": false,
|
|
3468
3363
|
"hiddenAliases": [],
|
|
3469
|
-
"id": "
|
|
3364
|
+
"id": "contacts:delete",
|
|
3470
3365
|
"pluginAlias": "@instantkom/cli",
|
|
3471
3366
|
"pluginName": "@instantkom/cli",
|
|
3472
3367
|
"pluginType": "core",
|
|
@@ -3476,14 +3371,14 @@
|
|
|
3476
3371
|
"relativePath": [
|
|
3477
3372
|
"dist",
|
|
3478
3373
|
"commands",
|
|
3479
|
-
"
|
|
3480
|
-
"
|
|
3374
|
+
"contacts",
|
|
3375
|
+
"delete.js"
|
|
3481
3376
|
]
|
|
3482
3377
|
},
|
|
3483
|
-
"
|
|
3378
|
+
"contacts:export": {
|
|
3484
3379
|
"aliases": [],
|
|
3485
3380
|
"args": {},
|
|
3486
|
-
"description": "
|
|
3381
|
+
"description": "Export contacts to CSV",
|
|
3487
3382
|
"flags": {
|
|
3488
3383
|
"api-key": {
|
|
3489
3384
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3547,18 +3442,10 @@
|
|
|
3547
3442
|
"multiple": false,
|
|
3548
3443
|
"type": "option"
|
|
3549
3444
|
},
|
|
3550
|
-
"
|
|
3551
|
-
"description": "
|
|
3552
|
-
"name": "
|
|
3553
|
-
"
|
|
3554
|
-
"hasDynamicHelp": false,
|
|
3555
|
-
"multiple": false,
|
|
3556
|
-
"type": "option"
|
|
3557
|
-
},
|
|
3558
|
-
"limit": {
|
|
3559
|
-
"description": "Items per page",
|
|
3560
|
-
"name": "limit",
|
|
3561
|
-
"default": 20,
|
|
3445
|
+
"file": {
|
|
3446
|
+
"description": "CSV output file path",
|
|
3447
|
+
"name": "file",
|
|
3448
|
+
"required": true,
|
|
3562
3449
|
"hasDynamicHelp": false,
|
|
3563
3450
|
"multiple": false,
|
|
3564
3451
|
"type": "option"
|
|
@@ -3570,49 +3457,33 @@
|
|
|
3570
3457
|
"multiple": false,
|
|
3571
3458
|
"type": "option"
|
|
3572
3459
|
},
|
|
3573
|
-
"
|
|
3574
|
-
"description": "
|
|
3575
|
-
"name": "
|
|
3460
|
+
"search": {
|
|
3461
|
+
"description": "Search by name or identifier",
|
|
3462
|
+
"name": "search",
|
|
3576
3463
|
"hasDynamicHelp": false,
|
|
3577
3464
|
"multiple": false,
|
|
3578
3465
|
"type": "option"
|
|
3579
3466
|
},
|
|
3580
|
-
"
|
|
3581
|
-
"description": "
|
|
3582
|
-
"name": "
|
|
3467
|
+
"page": {
|
|
3468
|
+
"description": "Page number",
|
|
3469
|
+
"name": "page",
|
|
3470
|
+
"default": 1,
|
|
3583
3471
|
"hasDynamicHelp": false,
|
|
3584
3472
|
"multiple": false,
|
|
3585
3473
|
"type": "option"
|
|
3586
3474
|
},
|
|
3587
|
-
"
|
|
3588
|
-
"description": "
|
|
3589
|
-
"name": "
|
|
3475
|
+
"limit": {
|
|
3476
|
+
"description": "Items per page",
|
|
3477
|
+
"name": "limit",
|
|
3478
|
+
"default": 100,
|
|
3590
3479
|
"hasDynamicHelp": false,
|
|
3591
3480
|
"multiple": false,
|
|
3592
|
-
"options": [
|
|
3593
|
-
"all",
|
|
3594
|
-
"unread",
|
|
3595
|
-
"read",
|
|
3596
|
-
"archived"
|
|
3597
|
-
],
|
|
3598
3481
|
"type": "option"
|
|
3599
|
-
},
|
|
3600
|
-
"unread-only": {
|
|
3601
|
-
"description": "Only unread chats",
|
|
3602
|
-
"name": "unread-only",
|
|
3603
|
-
"allowNo": false,
|
|
3604
|
-
"type": "boolean"
|
|
3605
|
-
},
|
|
3606
|
-
"include-archived": {
|
|
3607
|
-
"description": "Include archived chats",
|
|
3608
|
-
"name": "include-archived",
|
|
3609
|
-
"allowNo": false,
|
|
3610
|
-
"type": "boolean"
|
|
3611
3482
|
}
|
|
3612
3483
|
},
|
|
3613
3484
|
"hasDynamicHelp": false,
|
|
3614
3485
|
"hiddenAliases": [],
|
|
3615
|
-
"id": "
|
|
3486
|
+
"id": "contacts:export",
|
|
3616
3487
|
"pluginAlias": "@instantkom/cli",
|
|
3617
3488
|
"pluginName": "@instantkom/cli",
|
|
3618
3489
|
"pluginType": "core",
|
|
@@ -3622,20 +3493,20 @@
|
|
|
3622
3493
|
"relativePath": [
|
|
3623
3494
|
"dist",
|
|
3624
3495
|
"commands",
|
|
3625
|
-
"
|
|
3626
|
-
"
|
|
3496
|
+
"contacts",
|
|
3497
|
+
"export.js"
|
|
3627
3498
|
]
|
|
3628
3499
|
},
|
|
3629
|
-
"
|
|
3500
|
+
"contacts:get": {
|
|
3630
3501
|
"aliases": [],
|
|
3631
3502
|
"args": {
|
|
3632
3503
|
"id": {
|
|
3633
|
-
"description": "
|
|
3504
|
+
"description": "Contact ID",
|
|
3634
3505
|
"name": "id",
|
|
3635
3506
|
"required": true
|
|
3636
3507
|
}
|
|
3637
3508
|
},
|
|
3638
|
-
"description": "
|
|
3509
|
+
"description": "Get a contact by ID",
|
|
3639
3510
|
"flags": {
|
|
3640
3511
|
"api-key": {
|
|
3641
3512
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3698,19 +3569,11 @@
|
|
|
3698
3569
|
"hasDynamicHelp": false,
|
|
3699
3570
|
"multiple": false,
|
|
3700
3571
|
"type": "option"
|
|
3701
|
-
},
|
|
3702
|
-
"text": {
|
|
3703
|
-
"description": "Reply text",
|
|
3704
|
-
"name": "text",
|
|
3705
|
-
"required": true,
|
|
3706
|
-
"hasDynamicHelp": false,
|
|
3707
|
-
"multiple": false,
|
|
3708
|
-
"type": "option"
|
|
3709
3572
|
}
|
|
3710
3573
|
},
|
|
3711
3574
|
"hasDynamicHelp": false,
|
|
3712
3575
|
"hiddenAliases": [],
|
|
3713
|
-
"id": "
|
|
3576
|
+
"id": "contacts:get",
|
|
3714
3577
|
"pluginAlias": "@instantkom/cli",
|
|
3715
3578
|
"pluginName": "@instantkom/cli",
|
|
3716
3579
|
"pluginType": "core",
|
|
@@ -3720,20 +3583,14 @@
|
|
|
3720
3583
|
"relativePath": [
|
|
3721
3584
|
"dist",
|
|
3722
3585
|
"commands",
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3586
|
+
"contacts",
|
|
3587
|
+
"get.js"
|
|
3725
3588
|
]
|
|
3726
3589
|
},
|
|
3727
|
-
"
|
|
3590
|
+
"contacts:import": {
|
|
3728
3591
|
"aliases": [],
|
|
3729
|
-
"args": {
|
|
3730
|
-
|
|
3731
|
-
"description": "Configuration key to retrieve",
|
|
3732
|
-
"name": "key",
|
|
3733
|
-
"required": true
|
|
3734
|
-
}
|
|
3735
|
-
},
|
|
3736
|
-
"description": "Get a configuration value for the current profile",
|
|
3592
|
+
"args": {},
|
|
3593
|
+
"description": "Import contacts from CSV",
|
|
3737
3594
|
"flags": {
|
|
3738
3595
|
"api-key": {
|
|
3739
3596
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3796,11 +3653,27 @@
|
|
|
3796
3653
|
"hasDynamicHelp": false,
|
|
3797
3654
|
"multiple": false,
|
|
3798
3655
|
"type": "option"
|
|
3656
|
+
},
|
|
3657
|
+
"file": {
|
|
3658
|
+
"description": "CSV file path",
|
|
3659
|
+
"name": "file",
|
|
3660
|
+
"required": true,
|
|
3661
|
+
"hasDynamicHelp": false,
|
|
3662
|
+
"multiple": false,
|
|
3663
|
+
"type": "option"
|
|
3664
|
+
},
|
|
3665
|
+
"channel": {
|
|
3666
|
+
"description": "Channel ID",
|
|
3667
|
+
"name": "channel",
|
|
3668
|
+
"required": true,
|
|
3669
|
+
"hasDynamicHelp": false,
|
|
3670
|
+
"multiple": false,
|
|
3671
|
+
"type": "option"
|
|
3799
3672
|
}
|
|
3800
3673
|
},
|
|
3801
3674
|
"hasDynamicHelp": false,
|
|
3802
3675
|
"hiddenAliases": [],
|
|
3803
|
-
"id": "
|
|
3676
|
+
"id": "contacts:import",
|
|
3804
3677
|
"pluginAlias": "@instantkom/cli",
|
|
3805
3678
|
"pluginName": "@instantkom/cli",
|
|
3806
3679
|
"pluginType": "core",
|
|
@@ -3810,25 +3683,14 @@
|
|
|
3810
3683
|
"relativePath": [
|
|
3811
3684
|
"dist",
|
|
3812
3685
|
"commands",
|
|
3813
|
-
"
|
|
3814
|
-
"
|
|
3686
|
+
"contacts",
|
|
3687
|
+
"import.js"
|
|
3815
3688
|
]
|
|
3816
3689
|
},
|
|
3817
|
-
"
|
|
3690
|
+
"contacts:list": {
|
|
3818
3691
|
"aliases": [],
|
|
3819
|
-
"args": {
|
|
3820
|
-
|
|
3821
|
-
"description": "Configuration key to set",
|
|
3822
|
-
"name": "key",
|
|
3823
|
-
"required": true
|
|
3824
|
-
},
|
|
3825
|
-
"value": {
|
|
3826
|
-
"description": "Value to assign",
|
|
3827
|
-
"name": "value",
|
|
3828
|
-
"required": true
|
|
3829
|
-
}
|
|
3830
|
-
},
|
|
3831
|
-
"description": "Set a configuration value for the current profile",
|
|
3692
|
+
"args": {},
|
|
3693
|
+
"description": "List contacts",
|
|
3832
3694
|
"flags": {
|
|
3833
3695
|
"api-key": {
|
|
3834
3696
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3891,93 +3753,98 @@
|
|
|
3891
3753
|
"hasDynamicHelp": false,
|
|
3892
3754
|
"multiple": false,
|
|
3893
3755
|
"type": "option"
|
|
3894
|
-
}
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
"id": "config:set",
|
|
3899
|
-
"pluginAlias": "@instantkom/cli",
|
|
3900
|
-
"pluginName": "@instantkom/cli",
|
|
3901
|
-
"pluginType": "core",
|
|
3902
|
-
"strict": true,
|
|
3903
|
-
"enableJsonFlag": false,
|
|
3904
|
-
"isESM": true,
|
|
3905
|
-
"relativePath": [
|
|
3906
|
-
"dist",
|
|
3907
|
-
"commands",
|
|
3908
|
-
"config",
|
|
3909
|
-
"set.js"
|
|
3910
|
-
]
|
|
3911
|
-
},
|
|
3912
|
-
"config:unset": {
|
|
3913
|
-
"aliases": [],
|
|
3914
|
-
"args": {
|
|
3915
|
-
"key": {
|
|
3916
|
-
"description": "Configuration key to remove",
|
|
3917
|
-
"name": "key",
|
|
3918
|
-
"required": true
|
|
3919
|
-
}
|
|
3920
|
-
},
|
|
3921
|
-
"description": "Remove a configuration key from the current profile",
|
|
3922
|
-
"flags": {
|
|
3923
|
-
"api-key": {
|
|
3924
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
3925
|
-
"env": "IKM_API_KEY",
|
|
3926
|
-
"helpGroup": "GLOBAL",
|
|
3927
|
-
"name": "api-key",
|
|
3756
|
+
},
|
|
3757
|
+
"channel": {
|
|
3758
|
+
"description": "Filter by channel ID",
|
|
3759
|
+
"name": "channel",
|
|
3928
3760
|
"hasDynamicHelp": false,
|
|
3929
3761
|
"multiple": false,
|
|
3930
3762
|
"type": "option"
|
|
3931
3763
|
},
|
|
3932
|
-
"
|
|
3933
|
-
"description": "
|
|
3934
|
-
"
|
|
3935
|
-
"name": "format",
|
|
3936
|
-
"default": "text",
|
|
3764
|
+
"search": {
|
|
3765
|
+
"description": "Search by name or identifier",
|
|
3766
|
+
"name": "search",
|
|
3937
3767
|
"hasDynamicHelp": false,
|
|
3938
3768
|
"multiple": false,
|
|
3939
|
-
"
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3769
|
+
"type": "option"
|
|
3770
|
+
},
|
|
3771
|
+
"page": {
|
|
3772
|
+
"description": "Page number",
|
|
3773
|
+
"name": "page",
|
|
3774
|
+
"default": 1,
|
|
3775
|
+
"hasDynamicHelp": false,
|
|
3776
|
+
"multiple": false,
|
|
3777
|
+
"type": "option"
|
|
3778
|
+
},
|
|
3779
|
+
"limit": {
|
|
3780
|
+
"description": "Items per page",
|
|
3781
|
+
"name": "limit",
|
|
3782
|
+
"default": 20,
|
|
3783
|
+
"hasDynamicHelp": false,
|
|
3784
|
+
"multiple": false,
|
|
3785
|
+
"type": "option"
|
|
3786
|
+
},
|
|
3787
|
+
"optin-status": {
|
|
3788
|
+
"description": "Filter by opt-in status",
|
|
3789
|
+
"name": "optin-status",
|
|
3790
|
+
"hasDynamicHelp": false,
|
|
3791
|
+
"multiple": false,
|
|
3792
|
+
"options": [
|
|
3793
|
+
"0",
|
|
3794
|
+
"1"
|
|
3944
3795
|
],
|
|
3945
3796
|
"type": "option"
|
|
3946
3797
|
},
|
|
3947
|
-
"
|
|
3948
|
-
"description": "
|
|
3949
|
-
"
|
|
3950
|
-
"
|
|
3951
|
-
"
|
|
3952
|
-
"
|
|
3798
|
+
"blocked": {
|
|
3799
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
3800
|
+
"name": "blocked",
|
|
3801
|
+
"hasDynamicHelp": false,
|
|
3802
|
+
"multiple": false,
|
|
3803
|
+
"options": [
|
|
3804
|
+
"0",
|
|
3805
|
+
"1"
|
|
3806
|
+
],
|
|
3807
|
+
"type": "option"
|
|
3953
3808
|
},
|
|
3954
|
-
"
|
|
3955
|
-
"description": "
|
|
3956
|
-
"
|
|
3957
|
-
"
|
|
3958
|
-
"
|
|
3959
|
-
"type": "
|
|
3809
|
+
"segment": {
|
|
3810
|
+
"description": "Filter by segment ID",
|
|
3811
|
+
"name": "segment",
|
|
3812
|
+
"hasDynamicHelp": false,
|
|
3813
|
+
"multiple": false,
|
|
3814
|
+
"type": "option"
|
|
3960
3815
|
},
|
|
3961
|
-
"
|
|
3962
|
-
"description": "
|
|
3963
|
-
"
|
|
3964
|
-
"
|
|
3965
|
-
"
|
|
3966
|
-
"type": "
|
|
3816
|
+
"tags": {
|
|
3817
|
+
"description": "Comma-separated tag IDs",
|
|
3818
|
+
"name": "tags",
|
|
3819
|
+
"hasDynamicHelp": false,
|
|
3820
|
+
"multiple": false,
|
|
3821
|
+
"type": "option"
|
|
3967
3822
|
},
|
|
3968
|
-
"
|
|
3969
|
-
"description": "
|
|
3970
|
-
"
|
|
3971
|
-
"
|
|
3972
|
-
"
|
|
3823
|
+
"tag-match": {
|
|
3824
|
+
"description": "Tag match mode",
|
|
3825
|
+
"name": "tag-match",
|
|
3826
|
+
"hasDynamicHelp": false,
|
|
3827
|
+
"multiple": false,
|
|
3828
|
+
"options": [
|
|
3829
|
+
"any",
|
|
3830
|
+
"all"
|
|
3831
|
+
],
|
|
3832
|
+
"type": "option"
|
|
3833
|
+
},
|
|
3834
|
+
"spam": {
|
|
3835
|
+
"description": "Filter by spam status",
|
|
3836
|
+
"name": "spam",
|
|
3973
3837
|
"hasDynamicHelp": false,
|
|
3974
3838
|
"multiple": false,
|
|
3839
|
+
"options": [
|
|
3840
|
+
"true",
|
|
3841
|
+
"false"
|
|
3842
|
+
],
|
|
3975
3843
|
"type": "option"
|
|
3976
3844
|
},
|
|
3977
|
-
"
|
|
3978
|
-
"description": "
|
|
3979
|
-
"
|
|
3980
|
-
"name": "api-url",
|
|
3845
|
+
"trust-level": {
|
|
3846
|
+
"description": "Comma-separated trust levels",
|
|
3847
|
+
"name": "trust-level",
|
|
3981
3848
|
"hasDynamicHelp": false,
|
|
3982
3849
|
"multiple": false,
|
|
3983
3850
|
"type": "option"
|
|
@@ -3985,7 +3852,7 @@
|
|
|
3985
3852
|
},
|
|
3986
3853
|
"hasDynamicHelp": false,
|
|
3987
3854
|
"hiddenAliases": [],
|
|
3988
|
-
"id": "
|
|
3855
|
+
"id": "contacts:list",
|
|
3989
3856
|
"pluginAlias": "@instantkom/cli",
|
|
3990
3857
|
"pluginName": "@instantkom/cli",
|
|
3991
3858
|
"pluginType": "core",
|
|
@@ -3995,14 +3862,20 @@
|
|
|
3995
3862
|
"relativePath": [
|
|
3996
3863
|
"dist",
|
|
3997
3864
|
"commands",
|
|
3998
|
-
"
|
|
3999
|
-
"
|
|
3865
|
+
"contacts",
|
|
3866
|
+
"list.js"
|
|
4000
3867
|
]
|
|
4001
3868
|
},
|
|
4002
|
-
"contacts:
|
|
3869
|
+
"contacts:update": {
|
|
4003
3870
|
"aliases": [],
|
|
4004
|
-
"args": {
|
|
4005
|
-
|
|
3871
|
+
"args": {
|
|
3872
|
+
"id": {
|
|
3873
|
+
"description": "Contact ID",
|
|
3874
|
+
"name": "id",
|
|
3875
|
+
"required": true
|
|
3876
|
+
}
|
|
3877
|
+
},
|
|
3878
|
+
"description": "Update a contact",
|
|
4006
3879
|
"flags": {
|
|
4007
3880
|
"api-key": {
|
|
4008
3881
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4066,18 +3939,9 @@
|
|
|
4066
3939
|
"multiple": false,
|
|
4067
3940
|
"type": "option"
|
|
4068
3941
|
},
|
|
4069
|
-
"channel": {
|
|
4070
|
-
"description": "Channel ID",
|
|
4071
|
-
"name": "channel",
|
|
4072
|
-
"required": true,
|
|
4073
|
-
"hasDynamicHelp": false,
|
|
4074
|
-
"multiple": false,
|
|
4075
|
-
"type": "option"
|
|
4076
|
-
},
|
|
4077
3942
|
"identifier": {
|
|
4078
3943
|
"description": "Unique contact identifier",
|
|
4079
3944
|
"name": "identifier",
|
|
4080
|
-
"required": true,
|
|
4081
3945
|
"hasDynamicHelp": false,
|
|
4082
3946
|
"multiple": false,
|
|
4083
3947
|
"type": "option"
|
|
@@ -4099,7 +3963,7 @@
|
|
|
4099
3963
|
},
|
|
4100
3964
|
"hasDynamicHelp": false,
|
|
4101
3965
|
"hiddenAliases": [],
|
|
4102
|
-
"id": "contacts:
|
|
3966
|
+
"id": "contacts:update",
|
|
4103
3967
|
"pluginAlias": "@instantkom/cli",
|
|
4104
3968
|
"pluginName": "@instantkom/cli",
|
|
4105
3969
|
"pluginType": "core",
|
|
@@ -4110,19 +3974,13 @@
|
|
|
4110
3974
|
"dist",
|
|
4111
3975
|
"commands",
|
|
4112
3976
|
"contacts",
|
|
4113
|
-
"
|
|
3977
|
+
"update.js"
|
|
4114
3978
|
]
|
|
4115
3979
|
},
|
|
4116
|
-
"
|
|
3980
|
+
"custom-fields:bulk-delete": {
|
|
4117
3981
|
"aliases": [],
|
|
4118
|
-
"args": {
|
|
4119
|
-
|
|
4120
|
-
"description": "Contact ID",
|
|
4121
|
-
"name": "id",
|
|
4122
|
-
"required": true
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"description": "Delete a contact",
|
|
3982
|
+
"args": {},
|
|
3983
|
+
"description": "Bulk delete custom fields",
|
|
4126
3984
|
"flags": {
|
|
4127
3985
|
"api-key": {
|
|
4128
3986
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4185,11 +4043,19 @@
|
|
|
4185
4043
|
"hasDynamicHelp": false,
|
|
4186
4044
|
"multiple": false,
|
|
4187
4045
|
"type": "option"
|
|
4046
|
+
},
|
|
4047
|
+
"ids": {
|
|
4048
|
+
"description": "Comma-separated custom field IDs",
|
|
4049
|
+
"name": "ids",
|
|
4050
|
+
"required": true,
|
|
4051
|
+
"hasDynamicHelp": false,
|
|
4052
|
+
"multiple": false,
|
|
4053
|
+
"type": "option"
|
|
4188
4054
|
}
|
|
4189
4055
|
},
|
|
4190
4056
|
"hasDynamicHelp": false,
|
|
4191
4057
|
"hiddenAliases": [],
|
|
4192
|
-
"id": "
|
|
4058
|
+
"id": "custom-fields:bulk-delete",
|
|
4193
4059
|
"pluginAlias": "@instantkom/cli",
|
|
4194
4060
|
"pluginName": "@instantkom/cli",
|
|
4195
4061
|
"pluginType": "core",
|
|
@@ -4199,14 +4065,14 @@
|
|
|
4199
4065
|
"relativePath": [
|
|
4200
4066
|
"dist",
|
|
4201
4067
|
"commands",
|
|
4202
|
-
"
|
|
4203
|
-
"delete.js"
|
|
4068
|
+
"custom-fields",
|
|
4069
|
+
"bulk-delete.js"
|
|
4204
4070
|
]
|
|
4205
4071
|
},
|
|
4206
|
-
"
|
|
4072
|
+
"custom-fields:create": {
|
|
4207
4073
|
"aliases": [],
|
|
4208
4074
|
"args": {},
|
|
4209
|
-
"description": "
|
|
4075
|
+
"description": "Create a custom field",
|
|
4210
4076
|
"flags": {
|
|
4211
4077
|
"api-key": {
|
|
4212
4078
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4270,40 +4136,63 @@
|
|
|
4270
4136
|
"multiple": false,
|
|
4271
4137
|
"type": "option"
|
|
4272
4138
|
},
|
|
4273
|
-
"
|
|
4274
|
-
"description": "
|
|
4275
|
-
"name": "
|
|
4139
|
+
"name": {
|
|
4140
|
+
"description": "Field name",
|
|
4141
|
+
"name": "name",
|
|
4276
4142
|
"required": true,
|
|
4277
4143
|
"hasDynamicHelp": false,
|
|
4278
4144
|
"multiple": false,
|
|
4279
4145
|
"type": "option"
|
|
4280
4146
|
},
|
|
4281
|
-
"
|
|
4282
|
-
"description": "
|
|
4283
|
-
"name": "
|
|
4147
|
+
"key": {
|
|
4148
|
+
"description": "Field key",
|
|
4149
|
+
"name": "key",
|
|
4150
|
+
"required": true,
|
|
4284
4151
|
"hasDynamicHelp": false,
|
|
4285
4152
|
"multiple": false,
|
|
4286
4153
|
"type": "option"
|
|
4287
4154
|
},
|
|
4288
|
-
"
|
|
4289
|
-
"description": "
|
|
4290
|
-
"name": "
|
|
4155
|
+
"type": {
|
|
4156
|
+
"description": "Field type",
|
|
4157
|
+
"name": "type",
|
|
4158
|
+
"required": true,
|
|
4291
4159
|
"hasDynamicHelp": false,
|
|
4292
4160
|
"multiple": false,
|
|
4161
|
+
"options": [
|
|
4162
|
+
"text",
|
|
4163
|
+
"number",
|
|
4164
|
+
"date",
|
|
4165
|
+
"dropdown",
|
|
4166
|
+
"checkbox",
|
|
4167
|
+
"url",
|
|
4168
|
+
"email",
|
|
4169
|
+
"phone"
|
|
4170
|
+
],
|
|
4293
4171
|
"type": "option"
|
|
4294
4172
|
},
|
|
4295
|
-
"
|
|
4296
|
-
"description": "
|
|
4297
|
-
"name": "
|
|
4298
|
-
"
|
|
4173
|
+
"required": {
|
|
4174
|
+
"description": "Field is required",
|
|
4175
|
+
"name": "required",
|
|
4176
|
+
"allowNo": false,
|
|
4177
|
+
"type": "boolean"
|
|
4178
|
+
},
|
|
4179
|
+
"default": {
|
|
4180
|
+
"description": "Default value",
|
|
4181
|
+
"name": "default",
|
|
4299
4182
|
"hasDynamicHelp": false,
|
|
4300
4183
|
"multiple": false,
|
|
4301
4184
|
"type": "option"
|
|
4302
4185
|
},
|
|
4303
|
-
"
|
|
4304
|
-
"description": "
|
|
4305
|
-
"name": "
|
|
4306
|
-
"
|
|
4186
|
+
"options": {
|
|
4187
|
+
"description": "Comma-separated dropdown options",
|
|
4188
|
+
"name": "options",
|
|
4189
|
+
"hasDynamicHelp": false,
|
|
4190
|
+
"multiple": false,
|
|
4191
|
+
"type": "option"
|
|
4192
|
+
},
|
|
4193
|
+
"data": {
|
|
4194
|
+
"description": "Additional JSON object payload",
|
|
4195
|
+
"name": "data",
|
|
4307
4196
|
"hasDynamicHelp": false,
|
|
4308
4197
|
"multiple": false,
|
|
4309
4198
|
"type": "option"
|
|
@@ -4311,7 +4200,7 @@
|
|
|
4311
4200
|
},
|
|
4312
4201
|
"hasDynamicHelp": false,
|
|
4313
4202
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4203
|
+
"id": "custom-fields:create",
|
|
4315
4204
|
"pluginAlias": "@instantkom/cli",
|
|
4316
4205
|
"pluginName": "@instantkom/cli",
|
|
4317
4206
|
"pluginType": "core",
|
|
@@ -4321,20 +4210,20 @@
|
|
|
4321
4210
|
"relativePath": [
|
|
4322
4211
|
"dist",
|
|
4323
4212
|
"commands",
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4213
|
+
"custom-fields",
|
|
4214
|
+
"create.js"
|
|
4326
4215
|
]
|
|
4327
4216
|
},
|
|
4328
|
-
"
|
|
4217
|
+
"custom-fields:delete": {
|
|
4329
4218
|
"aliases": [],
|
|
4330
4219
|
"args": {
|
|
4331
4220
|
"id": {
|
|
4332
|
-
"description": "
|
|
4221
|
+
"description": "custom field ID",
|
|
4333
4222
|
"name": "id",
|
|
4334
4223
|
"required": true
|
|
4335
4224
|
}
|
|
4336
4225
|
},
|
|
4337
|
-
"description": "
|
|
4226
|
+
"description": "Delete custom field",
|
|
4338
4227
|
"flags": {
|
|
4339
4228
|
"api-key": {
|
|
4340
4229
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4401,7 +4290,7 @@
|
|
|
4401
4290
|
},
|
|
4402
4291
|
"hasDynamicHelp": false,
|
|
4403
4292
|
"hiddenAliases": [],
|
|
4404
|
-
"id": "
|
|
4293
|
+
"id": "custom-fields:delete",
|
|
4405
4294
|
"pluginAlias": "@instantkom/cli",
|
|
4406
4295
|
"pluginName": "@instantkom/cli",
|
|
4407
4296
|
"pluginType": "core",
|
|
@@ -4411,14 +4300,20 @@
|
|
|
4411
4300
|
"relativePath": [
|
|
4412
4301
|
"dist",
|
|
4413
4302
|
"commands",
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4303
|
+
"custom-fields",
|
|
4304
|
+
"delete.js"
|
|
4416
4305
|
]
|
|
4417
4306
|
},
|
|
4418
|
-
"
|
|
4307
|
+
"custom-fields:get": {
|
|
4419
4308
|
"aliases": [],
|
|
4420
|
-
"args": {
|
|
4421
|
-
|
|
4309
|
+
"args": {
|
|
4310
|
+
"id": {
|
|
4311
|
+
"description": "custom field ID",
|
|
4312
|
+
"name": "id",
|
|
4313
|
+
"required": true
|
|
4314
|
+
}
|
|
4315
|
+
},
|
|
4316
|
+
"description": "Get custom field by ID",
|
|
4422
4317
|
"flags": {
|
|
4423
4318
|
"api-key": {
|
|
4424
4319
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4481,27 +4376,11 @@
|
|
|
4481
4376
|
"hasDynamicHelp": false,
|
|
4482
4377
|
"multiple": false,
|
|
4483
4378
|
"type": "option"
|
|
4484
|
-
},
|
|
4485
|
-
"file": {
|
|
4486
|
-
"description": "CSV file path",
|
|
4487
|
-
"name": "file",
|
|
4488
|
-
"required": true,
|
|
4489
|
-
"hasDynamicHelp": false,
|
|
4490
|
-
"multiple": false,
|
|
4491
|
-
"type": "option"
|
|
4492
|
-
},
|
|
4493
|
-
"channel": {
|
|
4494
|
-
"description": "Channel ID",
|
|
4495
|
-
"name": "channel",
|
|
4496
|
-
"required": true,
|
|
4497
|
-
"hasDynamicHelp": false,
|
|
4498
|
-
"multiple": false,
|
|
4499
|
-
"type": "option"
|
|
4500
4379
|
}
|
|
4501
4380
|
},
|
|
4502
4381
|
"hasDynamicHelp": false,
|
|
4503
4382
|
"hiddenAliases": [],
|
|
4504
|
-
"id": "
|
|
4383
|
+
"id": "custom-fields:get",
|
|
4505
4384
|
"pluginAlias": "@instantkom/cli",
|
|
4506
4385
|
"pluginName": "@instantkom/cli",
|
|
4507
4386
|
"pluginType": "core",
|
|
@@ -4511,14 +4390,14 @@
|
|
|
4511
4390
|
"relativePath": [
|
|
4512
4391
|
"dist",
|
|
4513
4392
|
"commands",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4393
|
+
"custom-fields",
|
|
4394
|
+
"get.js"
|
|
4516
4395
|
]
|
|
4517
4396
|
},
|
|
4518
|
-
"
|
|
4397
|
+
"custom-fields:list": {
|
|
4519
4398
|
"aliases": [],
|
|
4520
4399
|
"args": {},
|
|
4521
|
-
"description": "List
|
|
4400
|
+
"description": "List custom fields",
|
|
4522
4401
|
"flags": {
|
|
4523
4402
|
"api-key": {
|
|
4524
4403
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4581,98 +4460,95 @@
|
|
|
4581
4460
|
"hasDynamicHelp": false,
|
|
4582
4461
|
"multiple": false,
|
|
4583
4462
|
"type": "option"
|
|
4584
|
-
}
|
|
4585
|
-
|
|
4586
|
-
|
|
4587
|
-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
"
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
|
|
4607
|
-
"
|
|
4608
|
-
"description": "
|
|
4609
|
-
"
|
|
4610
|
-
"
|
|
4463
|
+
}
|
|
4464
|
+
},
|
|
4465
|
+
"hasDynamicHelp": false,
|
|
4466
|
+
"hiddenAliases": [],
|
|
4467
|
+
"id": "custom-fields:list",
|
|
4468
|
+
"pluginAlias": "@instantkom/cli",
|
|
4469
|
+
"pluginName": "@instantkom/cli",
|
|
4470
|
+
"pluginType": "core",
|
|
4471
|
+
"strict": true,
|
|
4472
|
+
"enableJsonFlag": false,
|
|
4473
|
+
"isESM": true,
|
|
4474
|
+
"relativePath": [
|
|
4475
|
+
"dist",
|
|
4476
|
+
"commands",
|
|
4477
|
+
"custom-fields",
|
|
4478
|
+
"list.js"
|
|
4479
|
+
]
|
|
4480
|
+
},
|
|
4481
|
+
"custom-fields:reorder": {
|
|
4482
|
+
"aliases": [],
|
|
4483
|
+
"args": {},
|
|
4484
|
+
"description": "Reorder custom fields",
|
|
4485
|
+
"flags": {
|
|
4486
|
+
"api-key": {
|
|
4487
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4488
|
+
"env": "IKM_API_KEY",
|
|
4489
|
+
"helpGroup": "GLOBAL",
|
|
4490
|
+
"name": "api-key",
|
|
4611
4491
|
"hasDynamicHelp": false,
|
|
4612
4492
|
"multiple": false,
|
|
4613
4493
|
"type": "option"
|
|
4614
4494
|
},
|
|
4615
|
-
"
|
|
4616
|
-
"description": "
|
|
4617
|
-
"
|
|
4495
|
+
"format": {
|
|
4496
|
+
"description": "Output format: text, json, yaml, or table",
|
|
4497
|
+
"helpGroup": "GLOBAL",
|
|
4498
|
+
"name": "format",
|
|
4499
|
+
"default": "text",
|
|
4618
4500
|
"hasDynamicHelp": false,
|
|
4619
4501
|
"multiple": false,
|
|
4620
4502
|
"options": [
|
|
4621
|
-
"
|
|
4622
|
-
"
|
|
4503
|
+
"text",
|
|
4504
|
+
"json",
|
|
4505
|
+
"yaml",
|
|
4506
|
+
"table"
|
|
4623
4507
|
],
|
|
4624
4508
|
"type": "option"
|
|
4625
4509
|
},
|
|
4626
|
-
"
|
|
4627
|
-
"description": "
|
|
4628
|
-
"
|
|
4629
|
-
"
|
|
4630
|
-
"
|
|
4631
|
-
"
|
|
4632
|
-
"0",
|
|
4633
|
-
"1"
|
|
4634
|
-
],
|
|
4635
|
-
"type": "option"
|
|
4510
|
+
"json": {
|
|
4511
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
4512
|
+
"helpGroup": "GLOBAL",
|
|
4513
|
+
"name": "json",
|
|
4514
|
+
"allowNo": false,
|
|
4515
|
+
"type": "boolean"
|
|
4636
4516
|
},
|
|
4637
|
-
"
|
|
4638
|
-
"description": "
|
|
4639
|
-
"
|
|
4640
|
-
"
|
|
4641
|
-
"
|
|
4642
|
-
"type": "
|
|
4517
|
+
"quiet": {
|
|
4518
|
+
"description": "Suppress all output except errors",
|
|
4519
|
+
"helpGroup": "GLOBAL",
|
|
4520
|
+
"name": "quiet",
|
|
4521
|
+
"allowNo": false,
|
|
4522
|
+
"type": "boolean"
|
|
4643
4523
|
},
|
|
4644
|
-
"
|
|
4645
|
-
"description": "
|
|
4646
|
-
"
|
|
4647
|
-
"
|
|
4648
|
-
"
|
|
4649
|
-
"type": "
|
|
4524
|
+
"no-color": {
|
|
4525
|
+
"description": "Disable color output",
|
|
4526
|
+
"helpGroup": "GLOBAL",
|
|
4527
|
+
"name": "no-color",
|
|
4528
|
+
"allowNo": false,
|
|
4529
|
+
"type": "boolean"
|
|
4650
4530
|
},
|
|
4651
|
-
"
|
|
4652
|
-
"description": "
|
|
4653
|
-
"
|
|
4531
|
+
"profile": {
|
|
4532
|
+
"description": "Named configuration profile to use",
|
|
4533
|
+
"helpGroup": "GLOBAL",
|
|
4534
|
+
"name": "profile",
|
|
4535
|
+
"default": "default",
|
|
4654
4536
|
"hasDynamicHelp": false,
|
|
4655
4537
|
"multiple": false,
|
|
4656
|
-
"options": [
|
|
4657
|
-
"any",
|
|
4658
|
-
"all"
|
|
4659
|
-
],
|
|
4660
4538
|
"type": "option"
|
|
4661
4539
|
},
|
|
4662
|
-
"
|
|
4663
|
-
"description": "
|
|
4664
|
-
"
|
|
4540
|
+
"api-url": {
|
|
4541
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
4542
|
+
"helpGroup": "GLOBAL",
|
|
4543
|
+
"name": "api-url",
|
|
4665
4544
|
"hasDynamicHelp": false,
|
|
4666
4545
|
"multiple": false,
|
|
4667
|
-
"options": [
|
|
4668
|
-
"true",
|
|
4669
|
-
"false"
|
|
4670
|
-
],
|
|
4671
4546
|
"type": "option"
|
|
4672
4547
|
},
|
|
4673
|
-
"
|
|
4674
|
-
"description": "
|
|
4675
|
-
"name": "
|
|
4548
|
+
"order": {
|
|
4549
|
+
"description": "Order JSON array payload",
|
|
4550
|
+
"name": "order",
|
|
4551
|
+
"required": true,
|
|
4676
4552
|
"hasDynamicHelp": false,
|
|
4677
4553
|
"multiple": false,
|
|
4678
4554
|
"type": "option"
|
|
@@ -4680,7 +4556,7 @@
|
|
|
4680
4556
|
},
|
|
4681
4557
|
"hasDynamicHelp": false,
|
|
4682
4558
|
"hiddenAliases": [],
|
|
4683
|
-
"id": "
|
|
4559
|
+
"id": "custom-fields:reorder",
|
|
4684
4560
|
"pluginAlias": "@instantkom/cli",
|
|
4685
4561
|
"pluginName": "@instantkom/cli",
|
|
4686
4562
|
"pluginType": "core",
|
|
@@ -4690,20 +4566,20 @@
|
|
|
4690
4566
|
"relativePath": [
|
|
4691
4567
|
"dist",
|
|
4692
4568
|
"commands",
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4569
|
+
"custom-fields",
|
|
4570
|
+
"reorder.js"
|
|
4695
4571
|
]
|
|
4696
4572
|
},
|
|
4697
|
-
"
|
|
4573
|
+
"custom-fields:update": {
|
|
4698
4574
|
"aliases": [],
|
|
4699
4575
|
"args": {
|
|
4700
4576
|
"id": {
|
|
4701
|
-
"description": "
|
|
4577
|
+
"description": "Custom field ID",
|
|
4702
4578
|
"name": "id",
|
|
4703
4579
|
"required": true
|
|
4704
4580
|
}
|
|
4705
4581
|
},
|
|
4706
|
-
"description": "Update a
|
|
4582
|
+
"description": "Update a custom field",
|
|
4707
4583
|
"flags": {
|
|
4708
4584
|
"api-key": {
|
|
4709
4585
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4767,16 +4643,52 @@
|
|
|
4767
4643
|
"multiple": false,
|
|
4768
4644
|
"type": "option"
|
|
4769
4645
|
},
|
|
4770
|
-
"
|
|
4771
|
-
"description": "
|
|
4772
|
-
"name": "
|
|
4646
|
+
"name": {
|
|
4647
|
+
"description": "Field name",
|
|
4648
|
+
"name": "name",
|
|
4773
4649
|
"hasDynamicHelp": false,
|
|
4774
4650
|
"multiple": false,
|
|
4775
4651
|
"type": "option"
|
|
4776
4652
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
4653
|
+
"type": {
|
|
4654
|
+
"description": "Field type",
|
|
4655
|
+
"name": "type",
|
|
4656
|
+
"hasDynamicHelp": false,
|
|
4657
|
+
"multiple": false,
|
|
4658
|
+
"options": [
|
|
4659
|
+
"text",
|
|
4660
|
+
"number",
|
|
4661
|
+
"date",
|
|
4662
|
+
"dropdown",
|
|
4663
|
+
"checkbox",
|
|
4664
|
+
"url",
|
|
4665
|
+
"email",
|
|
4666
|
+
"phone"
|
|
4667
|
+
],
|
|
4668
|
+
"type": "option"
|
|
4669
|
+
},
|
|
4670
|
+
"required": {
|
|
4671
|
+
"description": "Field is required",
|
|
4672
|
+
"name": "required",
|
|
4673
|
+
"allowNo": true,
|
|
4674
|
+
"type": "boolean"
|
|
4675
|
+
},
|
|
4676
|
+
"status": {
|
|
4677
|
+
"description": "Field is active",
|
|
4678
|
+
"name": "status",
|
|
4679
|
+
"allowNo": true,
|
|
4680
|
+
"type": "boolean"
|
|
4681
|
+
},
|
|
4682
|
+
"default": {
|
|
4683
|
+
"description": "Default value",
|
|
4684
|
+
"name": "default",
|
|
4685
|
+
"hasDynamicHelp": false,
|
|
4686
|
+
"multiple": false,
|
|
4687
|
+
"type": "option"
|
|
4688
|
+
},
|
|
4689
|
+
"options": {
|
|
4690
|
+
"description": "Comma-separated dropdown options",
|
|
4691
|
+
"name": "options",
|
|
4780
4692
|
"hasDynamicHelp": false,
|
|
4781
4693
|
"multiple": false,
|
|
4782
4694
|
"type": "option"
|
|
@@ -4791,7 +4703,7 @@
|
|
|
4791
4703
|
},
|
|
4792
4704
|
"hasDynamicHelp": false,
|
|
4793
4705
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "
|
|
4706
|
+
"id": "custom-fields:update",
|
|
4795
4707
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4708
|
"pluginName": "@instantkom/cli",
|
|
4797
4709
|
"pluginType": "core",
|
|
@@ -4801,14 +4713,14 @@
|
|
|
4801
4713
|
"relativePath": [
|
|
4802
4714
|
"dist",
|
|
4803
4715
|
"commands",
|
|
4804
|
-
"
|
|
4716
|
+
"custom-fields",
|
|
4805
4717
|
"update.js"
|
|
4806
4718
|
]
|
|
4807
4719
|
},
|
|
4808
|
-
"
|
|
4720
|
+
"broadcast:create": {
|
|
4809
4721
|
"aliases": [],
|
|
4810
4722
|
"args": {},
|
|
4811
|
-
"description": "
|
|
4723
|
+
"description": "Create a broadcast for channels or segments",
|
|
4812
4724
|
"flags": {
|
|
4813
4725
|
"api-key": {
|
|
4814
4726
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4872,18 +4784,92 @@
|
|
|
4872
4784
|
"multiple": false,
|
|
4873
4785
|
"type": "option"
|
|
4874
4786
|
},
|
|
4875
|
-
"
|
|
4876
|
-
"description": "
|
|
4877
|
-
"name": "
|
|
4787
|
+
"channel": {
|
|
4788
|
+
"description": "Channel ID target",
|
|
4789
|
+
"name": "channel",
|
|
4790
|
+
"hasDynamicHelp": false,
|
|
4791
|
+
"multiple": false,
|
|
4792
|
+
"type": "option"
|
|
4793
|
+
},
|
|
4794
|
+
"segment": {
|
|
4795
|
+
"description": "Segment ID within --channel",
|
|
4796
|
+
"name": "segment",
|
|
4797
|
+
"hasDynamicHelp": false,
|
|
4798
|
+
"multiple": false,
|
|
4799
|
+
"type": "option"
|
|
4800
|
+
},
|
|
4801
|
+
"target": {
|
|
4802
|
+
"description": "Target as channelId or channelId:segmentId; may be repeated",
|
|
4803
|
+
"name": "target",
|
|
4804
|
+
"hasDynamicHelp": false,
|
|
4805
|
+
"multiple": true,
|
|
4806
|
+
"type": "option"
|
|
4807
|
+
},
|
|
4808
|
+
"text": {
|
|
4809
|
+
"description": "Broadcast message text",
|
|
4810
|
+
"name": "text",
|
|
4878
4811
|
"required": true,
|
|
4879
4812
|
"hasDynamicHelp": false,
|
|
4880
4813
|
"multiple": false,
|
|
4881
4814
|
"type": "option"
|
|
4815
|
+
},
|
|
4816
|
+
"send-at": {
|
|
4817
|
+
"description": "Schedule send for an ISO-8601 date-time",
|
|
4818
|
+
"name": "send-at",
|
|
4819
|
+
"hasDynamicHelp": false,
|
|
4820
|
+
"multiple": false,
|
|
4821
|
+
"type": "option"
|
|
4822
|
+
},
|
|
4823
|
+
"dry-run": {
|
|
4824
|
+
"description": "Validate and print the broadcast payload without mutating API calls",
|
|
4825
|
+
"name": "dry-run",
|
|
4826
|
+
"allowNo": false,
|
|
4827
|
+
"type": "boolean"
|
|
4828
|
+
},
|
|
4829
|
+
"idempotency-key": {
|
|
4830
|
+
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
4831
|
+
"name": "idempotency-key",
|
|
4832
|
+
"hasDynamicHelp": false,
|
|
4833
|
+
"multiple": false,
|
|
4834
|
+
"type": "option"
|
|
4835
|
+
},
|
|
4836
|
+
"media": {
|
|
4837
|
+
"description": "Media file path to upload",
|
|
4838
|
+
"name": "media",
|
|
4839
|
+
"hasDynamicHelp": false,
|
|
4840
|
+
"multiple": true,
|
|
4841
|
+
"type": "option"
|
|
4842
|
+
},
|
|
4843
|
+
"template-id": {
|
|
4844
|
+
"description": "WhatsApp template ID",
|
|
4845
|
+
"name": "template-id",
|
|
4846
|
+
"hasDynamicHelp": false,
|
|
4847
|
+
"multiple": false,
|
|
4848
|
+
"type": "option"
|
|
4849
|
+
},
|
|
4850
|
+
"send-status": {
|
|
4851
|
+
"description": "Initial broadcast send status",
|
|
4852
|
+
"name": "send-status",
|
|
4853
|
+
"default": "draft",
|
|
4854
|
+
"hasDynamicHelp": false,
|
|
4855
|
+
"multiple": false,
|
|
4856
|
+
"options": [
|
|
4857
|
+
"draft",
|
|
4858
|
+
"scheduled",
|
|
4859
|
+
"sending"
|
|
4860
|
+
],
|
|
4861
|
+
"type": "option"
|
|
4862
|
+
},
|
|
4863
|
+
"auto-approve": {
|
|
4864
|
+
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
4865
|
+
"name": "auto-approve",
|
|
4866
|
+
"allowNo": false,
|
|
4867
|
+
"type": "boolean"
|
|
4882
4868
|
}
|
|
4883
4869
|
},
|
|
4884
4870
|
"hasDynamicHelp": false,
|
|
4885
4871
|
"hiddenAliases": [],
|
|
4886
|
-
"id": "
|
|
4872
|
+
"id": "broadcast:create",
|
|
4887
4873
|
"pluginAlias": "@instantkom/cli",
|
|
4888
4874
|
"pluginName": "@instantkom/cli",
|
|
4889
4875
|
"pluginType": "core",
|
|
@@ -4893,14 +4879,20 @@
|
|
|
4893
4879
|
"relativePath": [
|
|
4894
4880
|
"dist",
|
|
4895
4881
|
"commands",
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
4882
|
+
"broadcast",
|
|
4883
|
+
"create.js"
|
|
4898
4884
|
]
|
|
4899
4885
|
},
|
|
4900
|
-
"
|
|
4886
|
+
"broadcast:delete": {
|
|
4901
4887
|
"aliases": [],
|
|
4902
|
-
"args": {
|
|
4903
|
-
|
|
4888
|
+
"args": {
|
|
4889
|
+
"id": {
|
|
4890
|
+
"description": "broadcast ID",
|
|
4891
|
+
"name": "id",
|
|
4892
|
+
"required": true
|
|
4893
|
+
}
|
|
4894
|
+
},
|
|
4895
|
+
"description": "Delete broadcast",
|
|
4904
4896
|
"flags": {
|
|
4905
4897
|
"api-key": {
|
|
4906
4898
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4963,72 +4955,11 @@
|
|
|
4963
4955
|
"hasDynamicHelp": false,
|
|
4964
4956
|
"multiple": false,
|
|
4965
4957
|
"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"
|
|
5027
4958
|
}
|
|
5028
4959
|
},
|
|
5029
4960
|
"hasDynamicHelp": false,
|
|
5030
4961
|
"hiddenAliases": [],
|
|
5031
|
-
"id": "
|
|
4962
|
+
"id": "broadcast:delete",
|
|
5032
4963
|
"pluginAlias": "@instantkom/cli",
|
|
5033
4964
|
"pluginName": "@instantkom/cli",
|
|
5034
4965
|
"pluginType": "core",
|
|
@@ -5038,20 +4969,20 @@
|
|
|
5038
4969
|
"relativePath": [
|
|
5039
4970
|
"dist",
|
|
5040
4971
|
"commands",
|
|
5041
|
-
"
|
|
5042
|
-
"
|
|
4972
|
+
"broadcast",
|
|
4973
|
+
"delete.js"
|
|
5043
4974
|
]
|
|
5044
4975
|
},
|
|
5045
|
-
"
|
|
4976
|
+
"broadcast:get": {
|
|
5046
4977
|
"aliases": [],
|
|
5047
4978
|
"args": {
|
|
5048
4979
|
"id": {
|
|
5049
|
-
"description": "
|
|
4980
|
+
"description": "broadcast ID",
|
|
5050
4981
|
"name": "id",
|
|
5051
4982
|
"required": true
|
|
5052
4983
|
}
|
|
5053
4984
|
},
|
|
5054
|
-
"description": "
|
|
4985
|
+
"description": "Get broadcast by ID",
|
|
5055
4986
|
"flags": {
|
|
5056
4987
|
"api-key": {
|
|
5057
4988
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5118,7 +5049,7 @@
|
|
|
5118
5049
|
},
|
|
5119
5050
|
"hasDynamicHelp": false,
|
|
5120
5051
|
"hiddenAliases": [],
|
|
5121
|
-
"id": "
|
|
5052
|
+
"id": "broadcast:get",
|
|
5122
5053
|
"pluginAlias": "@instantkom/cli",
|
|
5123
5054
|
"pluginName": "@instantkom/cli",
|
|
5124
5055
|
"pluginType": "core",
|
|
@@ -5128,20 +5059,14 @@
|
|
|
5128
5059
|
"relativePath": [
|
|
5129
5060
|
"dist",
|
|
5130
5061
|
"commands",
|
|
5131
|
-
"
|
|
5132
|
-
"
|
|
5062
|
+
"broadcast",
|
|
5063
|
+
"get.js"
|
|
5133
5064
|
]
|
|
5134
5065
|
},
|
|
5135
|
-
"
|
|
5066
|
+
"broadcast:list": {
|
|
5136
5067
|
"aliases": [],
|
|
5137
|
-
"args": {
|
|
5138
|
-
|
|
5139
|
-
"description": "custom field ID",
|
|
5140
|
-
"name": "id",
|
|
5141
|
-
"required": true
|
|
5142
|
-
}
|
|
5143
|
-
},
|
|
5144
|
-
"description": "Get custom field by ID",
|
|
5068
|
+
"args": {},
|
|
5069
|
+
"description": "List broadcasts",
|
|
5145
5070
|
"flags": {
|
|
5146
5071
|
"api-key": {
|
|
5147
5072
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5204,11 +5129,73 @@
|
|
|
5204
5129
|
"hasDynamicHelp": false,
|
|
5205
5130
|
"multiple": false,
|
|
5206
5131
|
"type": "option"
|
|
5132
|
+
},
|
|
5133
|
+
"page": {
|
|
5134
|
+
"description": "Page number",
|
|
5135
|
+
"name": "page",
|
|
5136
|
+
"default": 1,
|
|
5137
|
+
"hasDynamicHelp": false,
|
|
5138
|
+
"multiple": false,
|
|
5139
|
+
"type": "option"
|
|
5140
|
+
},
|
|
5141
|
+
"limit": {
|
|
5142
|
+
"description": "Items per page",
|
|
5143
|
+
"name": "limit",
|
|
5144
|
+
"default": 20,
|
|
5145
|
+
"hasDynamicHelp": false,
|
|
5146
|
+
"multiple": false,
|
|
5147
|
+
"type": "option"
|
|
5148
|
+
},
|
|
5149
|
+
"channel": {
|
|
5150
|
+
"description": "Filter by channel ID",
|
|
5151
|
+
"name": "channel",
|
|
5152
|
+
"hasDynamicHelp": false,
|
|
5153
|
+
"multiple": false,
|
|
5154
|
+
"type": "option"
|
|
5155
|
+
},
|
|
5156
|
+
"send-status": {
|
|
5157
|
+
"description": "Filter by send status",
|
|
5158
|
+
"name": "send-status",
|
|
5159
|
+
"hasDynamicHelp": false,
|
|
5160
|
+
"multiple": false,
|
|
5161
|
+
"type": "option"
|
|
5162
|
+
},
|
|
5163
|
+
"type": {
|
|
5164
|
+
"description": "Broadcast type",
|
|
5165
|
+
"name": "type",
|
|
5166
|
+
"hasDynamicHelp": false,
|
|
5167
|
+
"multiple": false,
|
|
5168
|
+
"options": [
|
|
5169
|
+
"text",
|
|
5170
|
+
"image",
|
|
5171
|
+
"video",
|
|
5172
|
+
"audio",
|
|
5173
|
+
"document"
|
|
5174
|
+
],
|
|
5175
|
+
"type": "option"
|
|
5176
|
+
},
|
|
5177
|
+
"search": {
|
|
5178
|
+
"description": "Search broadcasts",
|
|
5179
|
+
"name": "search",
|
|
5180
|
+
"hasDynamicHelp": false,
|
|
5181
|
+
"multiple": false,
|
|
5182
|
+
"type": "option"
|
|
5183
|
+
},
|
|
5184
|
+
"test": {
|
|
5185
|
+
"description": "Filter test flag: 0 or 1",
|
|
5186
|
+
"name": "test",
|
|
5187
|
+
"hasDynamicHelp": false,
|
|
5188
|
+
"multiple": false,
|
|
5189
|
+
"options": [
|
|
5190
|
+
"0",
|
|
5191
|
+
"1"
|
|
5192
|
+
],
|
|
5193
|
+
"type": "option"
|
|
5207
5194
|
}
|
|
5208
5195
|
},
|
|
5209
5196
|
"hasDynamicHelp": false,
|
|
5210
5197
|
"hiddenAliases": [],
|
|
5211
|
-
"id": "
|
|
5198
|
+
"id": "broadcast:list",
|
|
5212
5199
|
"pluginAlias": "@instantkom/cli",
|
|
5213
5200
|
"pluginName": "@instantkom/cli",
|
|
5214
5201
|
"pluginType": "core",
|
|
@@ -5218,14 +5205,20 @@
|
|
|
5218
5205
|
"relativePath": [
|
|
5219
5206
|
"dist",
|
|
5220
5207
|
"commands",
|
|
5221
|
-
"
|
|
5222
|
-
"
|
|
5208
|
+
"broadcast",
|
|
5209
|
+
"list.js"
|
|
5223
5210
|
]
|
|
5224
5211
|
},
|
|
5225
|
-
"
|
|
5212
|
+
"broadcast:send": {
|
|
5226
5213
|
"aliases": [],
|
|
5227
|
-
"args": {
|
|
5228
|
-
|
|
5214
|
+
"args": {
|
|
5215
|
+
"id": {
|
|
5216
|
+
"description": "Broadcast ID",
|
|
5217
|
+
"name": "id",
|
|
5218
|
+
"required": true
|
|
5219
|
+
}
|
|
5220
|
+
},
|
|
5221
|
+
"description": "Send a broadcast immediately",
|
|
5229
5222
|
"flags": {
|
|
5230
5223
|
"api-key": {
|
|
5231
5224
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5292,7 +5285,7 @@
|
|
|
5292
5285
|
},
|
|
5293
5286
|
"hasDynamicHelp": false,
|
|
5294
5287
|
"hiddenAliases": [],
|
|
5295
|
-
"id": "
|
|
5288
|
+
"id": "broadcast:send",
|
|
5296
5289
|
"pluginAlias": "@instantkom/cli",
|
|
5297
5290
|
"pluginName": "@instantkom/cli",
|
|
5298
5291
|
"pluginType": "core",
|
|
@@ -5302,14 +5295,20 @@
|
|
|
5302
5295
|
"relativePath": [
|
|
5303
5296
|
"dist",
|
|
5304
5297
|
"commands",
|
|
5305
|
-
"
|
|
5306
|
-
"
|
|
5298
|
+
"broadcast",
|
|
5299
|
+
"send.js"
|
|
5307
5300
|
]
|
|
5308
5301
|
},
|
|
5309
|
-
"
|
|
5302
|
+
"broadcast:status": {
|
|
5310
5303
|
"aliases": [],
|
|
5311
|
-
"args": {
|
|
5312
|
-
|
|
5304
|
+
"args": {
|
|
5305
|
+
"id": {
|
|
5306
|
+
"description": "Broadcast ID",
|
|
5307
|
+
"name": "id",
|
|
5308
|
+
"required": true
|
|
5309
|
+
}
|
|
5310
|
+
},
|
|
5311
|
+
"description": "Show broadcast send status",
|
|
5313
5312
|
"flags": {
|
|
5314
5313
|
"api-key": {
|
|
5315
5314
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5372,19 +5371,11 @@
|
|
|
5372
5371
|
"hasDynamicHelp": false,
|
|
5373
5372
|
"multiple": false,
|
|
5374
5373
|
"type": "option"
|
|
5375
|
-
},
|
|
5376
|
-
"order": {
|
|
5377
|
-
"description": "Order JSON array payload",
|
|
5378
|
-
"name": "order",
|
|
5379
|
-
"required": true,
|
|
5380
|
-
"hasDynamicHelp": false,
|
|
5381
|
-
"multiple": false,
|
|
5382
|
-
"type": "option"
|
|
5383
5374
|
}
|
|
5384
5375
|
},
|
|
5385
5376
|
"hasDynamicHelp": false,
|
|
5386
5377
|
"hiddenAliases": [],
|
|
5387
|
-
"id": "
|
|
5378
|
+
"id": "broadcast:status",
|
|
5388
5379
|
"pluginAlias": "@instantkom/cli",
|
|
5389
5380
|
"pluginName": "@instantkom/cli",
|
|
5390
5381
|
"pluginType": "core",
|
|
@@ -5394,20 +5385,20 @@
|
|
|
5394
5385
|
"relativePath": [
|
|
5395
5386
|
"dist",
|
|
5396
5387
|
"commands",
|
|
5397
|
-
"
|
|
5398
|
-
"
|
|
5388
|
+
"broadcast",
|
|
5389
|
+
"status.js"
|
|
5399
5390
|
]
|
|
5400
5391
|
},
|
|
5401
|
-
"
|
|
5392
|
+
"broadcast:update": {
|
|
5402
5393
|
"aliases": [],
|
|
5403
5394
|
"args": {
|
|
5404
5395
|
"id": {
|
|
5405
|
-
"description": "
|
|
5396
|
+
"description": "Broadcast ID",
|
|
5406
5397
|
"name": "id",
|
|
5407
5398
|
"required": true
|
|
5408
5399
|
}
|
|
5409
5400
|
},
|
|
5410
|
-
"description": "Update a
|
|
5401
|
+
"description": "Update a broadcast",
|
|
5411
5402
|
"flags": {
|
|
5412
5403
|
"api-key": {
|
|
5413
5404
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5471,52 +5462,61 @@
|
|
|
5471
5462
|
"multiple": false,
|
|
5472
5463
|
"type": "option"
|
|
5473
5464
|
},
|
|
5474
|
-
"
|
|
5475
|
-
"description": "
|
|
5476
|
-
"name": "
|
|
5465
|
+
"text": {
|
|
5466
|
+
"description": "Broadcast message text",
|
|
5467
|
+
"name": "text",
|
|
5477
5468
|
"hasDynamicHelp": false,
|
|
5478
5469
|
"multiple": false,
|
|
5479
5470
|
"type": "option"
|
|
5480
5471
|
},
|
|
5481
|
-
"
|
|
5482
|
-
"description": "
|
|
5483
|
-
"name": "
|
|
5472
|
+
"send-status": {
|
|
5473
|
+
"description": "Send status",
|
|
5474
|
+
"name": "send-status",
|
|
5484
5475
|
"hasDynamicHelp": false,
|
|
5485
5476
|
"multiple": false,
|
|
5486
|
-
"options": [
|
|
5487
|
-
"text",
|
|
5488
|
-
"number",
|
|
5489
|
-
"date",
|
|
5490
|
-
"dropdown",
|
|
5491
|
-
"checkbox",
|
|
5492
|
-
"url",
|
|
5493
|
-
"email",
|
|
5494
|
-
"phone"
|
|
5495
|
-
],
|
|
5496
5477
|
"type": "option"
|
|
5497
5478
|
},
|
|
5498
|
-
"
|
|
5499
|
-
"description": "
|
|
5500
|
-
"name": "
|
|
5501
|
-
"
|
|
5479
|
+
"scheduled-at": {
|
|
5480
|
+
"description": "Unix timestamp for scheduled send",
|
|
5481
|
+
"name": "scheduled-at",
|
|
5482
|
+
"hasDynamicHelp": false,
|
|
5483
|
+
"multiple": false,
|
|
5484
|
+
"type": "option"
|
|
5485
|
+
},
|
|
5486
|
+
"approved": {
|
|
5487
|
+
"description": "Mark as approved",
|
|
5488
|
+
"name": "approved",
|
|
5489
|
+
"allowNo": false,
|
|
5502
5490
|
"type": "boolean"
|
|
5503
5491
|
},
|
|
5504
|
-
"
|
|
5505
|
-
"description": "
|
|
5506
|
-
"name": "
|
|
5507
|
-
"allowNo":
|
|
5492
|
+
"locked": {
|
|
5493
|
+
"description": "Mark as locked",
|
|
5494
|
+
"name": "locked",
|
|
5495
|
+
"allowNo": false,
|
|
5508
5496
|
"type": "boolean"
|
|
5509
5497
|
},
|
|
5510
|
-
"
|
|
5511
|
-
"description": "
|
|
5512
|
-
"name": "
|
|
5498
|
+
"test": {
|
|
5499
|
+
"description": "Mark as test broadcast",
|
|
5500
|
+
"name": "test",
|
|
5501
|
+
"allowNo": false,
|
|
5502
|
+
"type": "boolean"
|
|
5503
|
+
},
|
|
5504
|
+
"template-id": {
|
|
5505
|
+
"description": "Template ID",
|
|
5506
|
+
"name": "template-id",
|
|
5513
5507
|
"hasDynamicHelp": false,
|
|
5514
5508
|
"multiple": false,
|
|
5515
5509
|
"type": "option"
|
|
5516
5510
|
},
|
|
5517
|
-
"
|
|
5518
|
-
"description": "
|
|
5519
|
-
"name": "
|
|
5511
|
+
"remove-media": {
|
|
5512
|
+
"description": "Remove existing media",
|
|
5513
|
+
"name": "remove-media",
|
|
5514
|
+
"allowNo": false,
|
|
5515
|
+
"type": "boolean"
|
|
5516
|
+
},
|
|
5517
|
+
"header-footer": {
|
|
5518
|
+
"description": "Header/footer JSON array",
|
|
5519
|
+
"name": "header-footer",
|
|
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": "broadcast: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
|
+
"broadcast",
|
|
5545
5545
|
"update.js"
|
|
5546
5546
|
]
|
|
5547
5547
|
},
|
|
@@ -8968,10 +8968,10 @@
|
|
|
8968
8968
|
"validate-import.js"
|
|
8969
8969
|
]
|
|
8970
8970
|
},
|
|
8971
|
-
"
|
|
8971
|
+
"team:create": {
|
|
8972
8972
|
"aliases": [],
|
|
8973
8973
|
"args": {},
|
|
8974
|
-
"description": "Create a
|
|
8974
|
+
"description": "Create a team member",
|
|
8975
8975
|
"flags": {
|
|
8976
8976
|
"api-key": {
|
|
8977
8977
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9035,78 +9035,62 @@
|
|
|
9035
9035
|
"multiple": false,
|
|
9036
9036
|
"type": "option"
|
|
9037
9037
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"description": "
|
|
9040
|
-
"name": "
|
|
9038
|
+
"email": {
|
|
9039
|
+
"description": "Email address",
|
|
9040
|
+
"name": "email",
|
|
9041
9041
|
"required": true,
|
|
9042
9042
|
"hasDynamicHelp": false,
|
|
9043
9043
|
"multiple": false,
|
|
9044
9044
|
"type": "option"
|
|
9045
9045
|
},
|
|
9046
|
-
"name": {
|
|
9047
|
-
"description": "
|
|
9048
|
-
"name": "name",
|
|
9046
|
+
"first-name": {
|
|
9047
|
+
"description": "First name",
|
|
9048
|
+
"name": "first-name",
|
|
9049
9049
|
"required": true,
|
|
9050
9050
|
"hasDynamicHelp": false,
|
|
9051
9051
|
"multiple": false,
|
|
9052
9052
|
"type": "option"
|
|
9053
9053
|
},
|
|
9054
|
-
"
|
|
9055
|
-
"description": "
|
|
9056
|
-
"name": "
|
|
9057
|
-
"
|
|
9054
|
+
"last-name": {
|
|
9055
|
+
"description": "Last name",
|
|
9056
|
+
"name": "last-name",
|
|
9057
|
+
"required": true,
|
|
9058
9058
|
"hasDynamicHelp": false,
|
|
9059
9059
|
"multiple": false,
|
|
9060
|
-
"options": [
|
|
9061
|
-
"text",
|
|
9062
|
-
"image",
|
|
9063
|
-
"video",
|
|
9064
|
-
"document",
|
|
9065
|
-
"audio",
|
|
9066
|
-
"location",
|
|
9067
|
-
"contact",
|
|
9068
|
-
"interactive"
|
|
9069
|
-
],
|
|
9070
9060
|
"type": "option"
|
|
9071
9061
|
},
|
|
9072
|
-
"
|
|
9073
|
-
"description": "
|
|
9074
|
-
"name": "
|
|
9062
|
+
"password": {
|
|
9063
|
+
"description": "Initial password",
|
|
9064
|
+
"name": "password",
|
|
9075
9065
|
"required": true,
|
|
9076
9066
|
"hasDynamicHelp": false,
|
|
9077
9067
|
"multiple": false,
|
|
9078
9068
|
"type": "option"
|
|
9079
9069
|
},
|
|
9080
|
-
"
|
|
9081
|
-
"description": "
|
|
9082
|
-
"name": "
|
|
9070
|
+
"phone": {
|
|
9071
|
+
"description": "Phone number",
|
|
9072
|
+
"name": "phone",
|
|
9083
9073
|
"hasDynamicHelp": false,
|
|
9084
9074
|
"multiple": false,
|
|
9085
9075
|
"type": "option"
|
|
9086
9076
|
},
|
|
9087
|
-
"
|
|
9088
|
-
"description": "
|
|
9089
|
-
"name": "
|
|
9090
|
-
"allowNo": true,
|
|
9091
|
-
"type": "boolean"
|
|
9092
|
-
},
|
|
9093
|
-
"whatsapp-language": {
|
|
9094
|
-
"description": "WhatsApp template language",
|
|
9095
|
-
"name": "whatsapp-language",
|
|
9077
|
+
"company": {
|
|
9078
|
+
"description": "Company name",
|
|
9079
|
+
"name": "company",
|
|
9096
9080
|
"hasDynamicHelp": false,
|
|
9097
9081
|
"multiple": false,
|
|
9098
9082
|
"type": "option"
|
|
9099
9083
|
},
|
|
9100
|
-
"
|
|
9101
|
-
"description": "
|
|
9102
|
-
"name": "
|
|
9084
|
+
"color": {
|
|
9085
|
+
"description": "Color as HEX",
|
|
9086
|
+
"name": "color",
|
|
9103
9087
|
"hasDynamicHelp": false,
|
|
9104
9088
|
"multiple": false,
|
|
9105
9089
|
"type": "option"
|
|
9106
9090
|
},
|
|
9107
|
-
"
|
|
9108
|
-
"description": "
|
|
9109
|
-
"name": "
|
|
9091
|
+
"folder": {
|
|
9092
|
+
"description": "Object folder ID",
|
|
9093
|
+
"name": "folder",
|
|
9110
9094
|
"hasDynamicHelp": false,
|
|
9111
9095
|
"multiple": false,
|
|
9112
9096
|
"type": "option"
|
|
@@ -9121,7 +9105,7 @@
|
|
|
9121
9105
|
},
|
|
9122
9106
|
"hasDynamicHelp": false,
|
|
9123
9107
|
"hiddenAliases": [],
|
|
9124
|
-
"id": "
|
|
9108
|
+
"id": "team:create",
|
|
9125
9109
|
"pluginAlias": "@instantkom/cli",
|
|
9126
9110
|
"pluginName": "@instantkom/cli",
|
|
9127
9111
|
"pluginType": "core",
|
|
@@ -9131,20 +9115,20 @@
|
|
|
9131
9115
|
"relativePath": [
|
|
9132
9116
|
"dist",
|
|
9133
9117
|
"commands",
|
|
9134
|
-
"
|
|
9118
|
+
"team",
|
|
9135
9119
|
"create.js"
|
|
9136
9120
|
]
|
|
9137
9121
|
},
|
|
9138
|
-
"
|
|
9122
|
+
"team:delete": {
|
|
9139
9123
|
"aliases": [],
|
|
9140
9124
|
"args": {
|
|
9141
9125
|
"id": {
|
|
9142
|
-
"description": "
|
|
9126
|
+
"description": "Team member ID",
|
|
9143
9127
|
"name": "id",
|
|
9144
9128
|
"required": true
|
|
9145
9129
|
}
|
|
9146
9130
|
},
|
|
9147
|
-
"description": "Delete
|
|
9131
|
+
"description": "Delete a team member",
|
|
9148
9132
|
"flags": {
|
|
9149
9133
|
"api-key": {
|
|
9150
9134
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9211,7 +9195,7 @@
|
|
|
9211
9195
|
},
|
|
9212
9196
|
"hasDynamicHelp": false,
|
|
9213
9197
|
"hiddenAliases": [],
|
|
9214
|
-
"id": "
|
|
9198
|
+
"id": "team:delete",
|
|
9215
9199
|
"pluginAlias": "@instantkom/cli",
|
|
9216
9200
|
"pluginName": "@instantkom/cli",
|
|
9217
9201
|
"pluginType": "core",
|
|
@@ -9221,14 +9205,14 @@
|
|
|
9221
9205
|
"relativePath": [
|
|
9222
9206
|
"dist",
|
|
9223
9207
|
"commands",
|
|
9224
|
-
"
|
|
9208
|
+
"team",
|
|
9225
9209
|
"delete.js"
|
|
9226
9210
|
]
|
|
9227
9211
|
},
|
|
9228
|
-
"
|
|
9212
|
+
"team:list": {
|
|
9229
9213
|
"aliases": [],
|
|
9230
9214
|
"args": {},
|
|
9231
|
-
"description": "
|
|
9215
|
+
"description": "List team members",
|
|
9232
9216
|
"flags": {
|
|
9233
9217
|
"api-key": {
|
|
9234
9218
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9240,14 +9224,17 @@
|
|
|
9240
9224
|
"type": "option"
|
|
9241
9225
|
},
|
|
9242
9226
|
"format": {
|
|
9243
|
-
"description": "
|
|
9227
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9228
|
+
"helpGroup": "GLOBAL",
|
|
9244
9229
|
"name": "format",
|
|
9245
|
-
"default": "
|
|
9230
|
+
"default": "text",
|
|
9246
9231
|
"hasDynamicHelp": false,
|
|
9247
9232
|
"multiple": false,
|
|
9248
9233
|
"options": [
|
|
9249
|
-
"
|
|
9250
|
-
"json"
|
|
9234
|
+
"text",
|
|
9235
|
+
"json",
|
|
9236
|
+
"yaml",
|
|
9237
|
+
"table"
|
|
9251
9238
|
],
|
|
9252
9239
|
"type": "option"
|
|
9253
9240
|
},
|
|
@@ -9288,26 +9275,11 @@
|
|
|
9288
9275
|
"hasDynamicHelp": false,
|
|
9289
9276
|
"multiple": false,
|
|
9290
9277
|
"type": "option"
|
|
9291
|
-
},
|
|
9292
|
-
"file": {
|
|
9293
|
-
"description": "Output file path",
|
|
9294
|
-
"name": "file",
|
|
9295
|
-
"required": true,
|
|
9296
|
-
"hasDynamicHelp": false,
|
|
9297
|
-
"multiple": false,
|
|
9298
|
-
"type": "option"
|
|
9299
|
-
},
|
|
9300
|
-
"channel": {
|
|
9301
|
-
"description": "Filter by channel ID",
|
|
9302
|
-
"name": "channel",
|
|
9303
|
-
"hasDynamicHelp": false,
|
|
9304
|
-
"multiple": false,
|
|
9305
|
-
"type": "option"
|
|
9306
9278
|
}
|
|
9307
9279
|
},
|
|
9308
9280
|
"hasDynamicHelp": false,
|
|
9309
9281
|
"hiddenAliases": [],
|
|
9310
|
-
"id": "
|
|
9282
|
+
"id": "team:list",
|
|
9311
9283
|
"pluginAlias": "@instantkom/cli",
|
|
9312
9284
|
"pluginName": "@instantkom/cli",
|
|
9313
9285
|
"pluginType": "core",
|
|
@@ -9317,20 +9289,14 @@
|
|
|
9317
9289
|
"relativePath": [
|
|
9318
9290
|
"dist",
|
|
9319
9291
|
"commands",
|
|
9320
|
-
"
|
|
9321
|
-
"
|
|
9292
|
+
"team",
|
|
9293
|
+
"list.js"
|
|
9322
9294
|
]
|
|
9323
9295
|
},
|
|
9324
|
-
"templates:
|
|
9296
|
+
"templates:create": {
|
|
9325
9297
|
"aliases": [],
|
|
9326
|
-
"args": {
|
|
9327
|
-
|
|
9328
|
-
"description": "Template ID",
|
|
9329
|
-
"name": "id",
|
|
9330
|
-
"required": true
|
|
9331
|
-
}
|
|
9332
|
-
},
|
|
9333
|
-
"description": "Get a message template by ID",
|
|
9298
|
+
"args": {},
|
|
9299
|
+
"description": "Create a message template",
|
|
9334
9300
|
"flags": {
|
|
9335
9301
|
"api-key": {
|
|
9336
9302
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9393,117 +9359,94 @@
|
|
|
9393
9359
|
"hasDynamicHelp": false,
|
|
9394
9360
|
"multiple": false,
|
|
9395
9361
|
"type": "option"
|
|
9396
|
-
}
|
|
9397
|
-
|
|
9398
|
-
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
"pluginAlias": "@instantkom/cli",
|
|
9402
|
-
"pluginName": "@instantkom/cli",
|
|
9403
|
-
"pluginType": "core",
|
|
9404
|
-
"strict": true,
|
|
9405
|
-
"enableJsonFlag": false,
|
|
9406
|
-
"isESM": true,
|
|
9407
|
-
"relativePath": [
|
|
9408
|
-
"dist",
|
|
9409
|
-
"commands",
|
|
9410
|
-
"templates",
|
|
9411
|
-
"get.js"
|
|
9412
|
-
]
|
|
9413
|
-
},
|
|
9414
|
-
"templates:import": {
|
|
9415
|
-
"aliases": [],
|
|
9416
|
-
"args": {},
|
|
9417
|
-
"description": "Import templates from JSON",
|
|
9418
|
-
"flags": {
|
|
9419
|
-
"api-key": {
|
|
9420
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9421
|
-
"env": "IKM_API_KEY",
|
|
9422
|
-
"helpGroup": "GLOBAL",
|
|
9423
|
-
"name": "api-key",
|
|
9362
|
+
},
|
|
9363
|
+
"channel": {
|
|
9364
|
+
"description": "Channel ID",
|
|
9365
|
+
"name": "channel",
|
|
9366
|
+
"required": true,
|
|
9424
9367
|
"hasDynamicHelp": false,
|
|
9425
9368
|
"multiple": false,
|
|
9426
9369
|
"type": "option"
|
|
9427
9370
|
},
|
|
9428
|
-
"
|
|
9429
|
-
"description": "
|
|
9430
|
-
"
|
|
9431
|
-
"
|
|
9371
|
+
"name": {
|
|
9372
|
+
"description": "Template name",
|
|
9373
|
+
"name": "name",
|
|
9374
|
+
"required": true,
|
|
9375
|
+
"hasDynamicHelp": false,
|
|
9376
|
+
"multiple": false,
|
|
9377
|
+
"type": "option"
|
|
9378
|
+
},
|
|
9379
|
+
"type": {
|
|
9380
|
+
"description": "Template type",
|
|
9381
|
+
"name": "type",
|
|
9432
9382
|
"default": "text",
|
|
9433
9383
|
"hasDynamicHelp": false,
|
|
9434
9384
|
"multiple": false,
|
|
9435
9385
|
"options": [
|
|
9436
9386
|
"text",
|
|
9437
|
-
"
|
|
9438
|
-
"
|
|
9439
|
-
"
|
|
9387
|
+
"image",
|
|
9388
|
+
"video",
|
|
9389
|
+
"document",
|
|
9390
|
+
"audio",
|
|
9391
|
+
"location",
|
|
9392
|
+
"contact",
|
|
9393
|
+
"interactive"
|
|
9440
9394
|
],
|
|
9441
9395
|
"type": "option"
|
|
9442
9396
|
},
|
|
9443
|
-
"
|
|
9444
|
-
"description": "
|
|
9445
|
-
"
|
|
9446
|
-
"
|
|
9447
|
-
"
|
|
9448
|
-
"
|
|
9397
|
+
"message": {
|
|
9398
|
+
"description": "Template message",
|
|
9399
|
+
"name": "message",
|
|
9400
|
+
"required": true,
|
|
9401
|
+
"hasDynamicHelp": false,
|
|
9402
|
+
"multiple": false,
|
|
9403
|
+
"type": "option"
|
|
9449
9404
|
},
|
|
9450
|
-
"
|
|
9451
|
-
"description": "
|
|
9452
|
-
"
|
|
9453
|
-
"
|
|
9454
|
-
"
|
|
9455
|
-
"type": "
|
|
9405
|
+
"color": {
|
|
9406
|
+
"description": "Template color as HEX",
|
|
9407
|
+
"name": "color",
|
|
9408
|
+
"hasDynamicHelp": false,
|
|
9409
|
+
"multiple": false,
|
|
9410
|
+
"type": "option"
|
|
9456
9411
|
},
|
|
9457
|
-
"
|
|
9458
|
-
"description": "
|
|
9459
|
-
"
|
|
9460
|
-
"
|
|
9461
|
-
"allowNo": false,
|
|
9412
|
+
"status": {
|
|
9413
|
+
"description": "Template is active",
|
|
9414
|
+
"name": "status",
|
|
9415
|
+
"allowNo": true,
|
|
9462
9416
|
"type": "boolean"
|
|
9463
9417
|
},
|
|
9464
|
-
"
|
|
9465
|
-
"description": "
|
|
9466
|
-
"
|
|
9467
|
-
"name": "profile",
|
|
9468
|
-
"default": "default",
|
|
9418
|
+
"whatsapp-language": {
|
|
9419
|
+
"description": "WhatsApp template language",
|
|
9420
|
+
"name": "whatsapp-language",
|
|
9469
9421
|
"hasDynamicHelp": false,
|
|
9470
9422
|
"multiple": false,
|
|
9471
9423
|
"type": "option"
|
|
9472
9424
|
},
|
|
9473
|
-
"
|
|
9474
|
-
"description": "
|
|
9475
|
-
"
|
|
9476
|
-
"name": "api-url",
|
|
9425
|
+
"buttons": {
|
|
9426
|
+
"description": "Buttons JSON array/object",
|
|
9427
|
+
"name": "buttons",
|
|
9477
9428
|
"hasDynamicHelp": false,
|
|
9478
9429
|
"multiple": false,
|
|
9479
9430
|
"type": "option"
|
|
9480
9431
|
},
|
|
9481
|
-
"
|
|
9482
|
-
"description": "JSON
|
|
9483
|
-
"name": "
|
|
9484
|
-
"required": true,
|
|
9432
|
+
"header-footer": {
|
|
9433
|
+
"description": "Header/footer JSON object",
|
|
9434
|
+
"name": "header-footer",
|
|
9485
9435
|
"hasDynamicHelp": false,
|
|
9486
9436
|
"multiple": false,
|
|
9487
9437
|
"type": "option"
|
|
9488
9438
|
},
|
|
9489
|
-
"
|
|
9490
|
-
"description": "
|
|
9491
|
-
"name": "
|
|
9492
|
-
"required": true,
|
|
9439
|
+
"data": {
|
|
9440
|
+
"description": "Additional JSON object payload",
|
|
9441
|
+
"name": "data",
|
|
9493
9442
|
"hasDynamicHelp": false,
|
|
9494
9443
|
"multiple": false,
|
|
9495
9444
|
"type": "option"
|
|
9496
|
-
},
|
|
9497
|
-
"skip-duplicates": {
|
|
9498
|
-
"description": "Skip duplicate templates",
|
|
9499
|
-
"name": "skip-duplicates",
|
|
9500
|
-
"allowNo": true,
|
|
9501
|
-
"type": "boolean"
|
|
9502
9445
|
}
|
|
9503
9446
|
},
|
|
9504
9447
|
"hasDynamicHelp": false,
|
|
9505
9448
|
"hiddenAliases": [],
|
|
9506
|
-
"id": "templates:
|
|
9449
|
+
"id": "templates:create",
|
|
9507
9450
|
"pluginAlias": "@instantkom/cli",
|
|
9508
9451
|
"pluginName": "@instantkom/cli",
|
|
9509
9452
|
"pluginType": "core",
|
|
@@ -9514,13 +9457,19 @@
|
|
|
9514
9457
|
"dist",
|
|
9515
9458
|
"commands",
|
|
9516
9459
|
"templates",
|
|
9517
|
-
"
|
|
9460
|
+
"create.js"
|
|
9518
9461
|
]
|
|
9519
9462
|
},
|
|
9520
|
-
"templates:
|
|
9463
|
+
"templates:delete": {
|
|
9521
9464
|
"aliases": [],
|
|
9522
|
-
"args": {
|
|
9523
|
-
|
|
9465
|
+
"args": {
|
|
9466
|
+
"id": {
|
|
9467
|
+
"description": "template ID",
|
|
9468
|
+
"name": "id",
|
|
9469
|
+
"required": true
|
|
9470
|
+
}
|
|
9471
|
+
},
|
|
9472
|
+
"description": "Delete template",
|
|
9524
9473
|
"flags": {
|
|
9525
9474
|
"api-key": {
|
|
9526
9475
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9569,47 +9518,17 @@
|
|
|
9569
9518
|
},
|
|
9570
9519
|
"profile": {
|
|
9571
9520
|
"description": "Named configuration profile to use",
|
|
9572
|
-
"helpGroup": "GLOBAL",
|
|
9573
|
-
"name": "profile",
|
|
9574
|
-
"default": "default",
|
|
9575
|
-
"hasDynamicHelp": false,
|
|
9576
|
-
"multiple": false,
|
|
9577
|
-
"type": "option"
|
|
9578
|
-
},
|
|
9579
|
-
"api-url": {
|
|
9580
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
9581
|
-
"helpGroup": "GLOBAL",
|
|
9582
|
-
"name": "api-url",
|
|
9583
|
-
"hasDynamicHelp": false,
|
|
9584
|
-
"multiple": false,
|
|
9585
|
-
"type": "option"
|
|
9586
|
-
},
|
|
9587
|
-
"channel": {
|
|
9588
|
-
"description": "Filter by channel ID",
|
|
9589
|
-
"name": "channel",
|
|
9590
|
-
"hasDynamicHelp": false,
|
|
9591
|
-
"multiple": false,
|
|
9592
|
-
"type": "option"
|
|
9593
|
-
},
|
|
9594
|
-
"search": {
|
|
9595
|
-
"description": "Search templates by name or content",
|
|
9596
|
-
"name": "search",
|
|
9597
|
-
"hasDynamicHelp": false,
|
|
9598
|
-
"multiple": false,
|
|
9599
|
-
"type": "option"
|
|
9600
|
-
},
|
|
9601
|
-
"page": {
|
|
9602
|
-
"description": "Page number",
|
|
9603
|
-
"name": "page",
|
|
9604
|
-
"default": 1,
|
|
9521
|
+
"helpGroup": "GLOBAL",
|
|
9522
|
+
"name": "profile",
|
|
9523
|
+
"default": "default",
|
|
9605
9524
|
"hasDynamicHelp": false,
|
|
9606
9525
|
"multiple": false,
|
|
9607
9526
|
"type": "option"
|
|
9608
9527
|
},
|
|
9609
|
-
"
|
|
9610
|
-
"description": "
|
|
9611
|
-
"
|
|
9612
|
-
"
|
|
9528
|
+
"api-url": {
|
|
9529
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
9530
|
+
"helpGroup": "GLOBAL",
|
|
9531
|
+
"name": "api-url",
|
|
9613
9532
|
"hasDynamicHelp": false,
|
|
9614
9533
|
"multiple": false,
|
|
9615
9534
|
"type": "option"
|
|
@@ -9617,7 +9536,7 @@
|
|
|
9617
9536
|
},
|
|
9618
9537
|
"hasDynamicHelp": false,
|
|
9619
9538
|
"hiddenAliases": [],
|
|
9620
|
-
"id": "templates:
|
|
9539
|
+
"id": "templates:delete",
|
|
9621
9540
|
"pluginAlias": "@instantkom/cli",
|
|
9622
9541
|
"pluginName": "@instantkom/cli",
|
|
9623
9542
|
"pluginType": "core",
|
|
@@ -9628,19 +9547,13 @@
|
|
|
9628
9547
|
"dist",
|
|
9629
9548
|
"commands",
|
|
9630
9549
|
"templates",
|
|
9631
|
-
"
|
|
9550
|
+
"delete.js"
|
|
9632
9551
|
]
|
|
9633
9552
|
},
|
|
9634
|
-
"templates:
|
|
9553
|
+
"templates:export": {
|
|
9635
9554
|
"aliases": [],
|
|
9636
|
-
"args": {
|
|
9637
|
-
|
|
9638
|
-
"description": "Template ID",
|
|
9639
|
-
"name": "id",
|
|
9640
|
-
"required": true
|
|
9641
|
-
}
|
|
9642
|
-
},
|
|
9643
|
-
"description": "Render a message template locally",
|
|
9555
|
+
"args": {},
|
|
9556
|
+
"description": "Export templates to a file",
|
|
9644
9557
|
"flags": {
|
|
9645
9558
|
"api-key": {
|
|
9646
9559
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9652,17 +9565,14 @@
|
|
|
9652
9565
|
"type": "option"
|
|
9653
9566
|
},
|
|
9654
9567
|
"format": {
|
|
9655
|
-
"description": "
|
|
9656
|
-
"helpGroup": "GLOBAL",
|
|
9568
|
+
"description": "Export format",
|
|
9657
9569
|
"name": "format",
|
|
9658
|
-
"default": "
|
|
9570
|
+
"default": "json",
|
|
9659
9571
|
"hasDynamicHelp": false,
|
|
9660
9572
|
"multiple": false,
|
|
9661
9573
|
"options": [
|
|
9662
|
-
"
|
|
9663
|
-
"json"
|
|
9664
|
-
"yaml",
|
|
9665
|
-
"table"
|
|
9574
|
+
"csv",
|
|
9575
|
+
"json"
|
|
9666
9576
|
],
|
|
9667
9577
|
"type": "option"
|
|
9668
9578
|
},
|
|
@@ -9704,17 +9614,25 @@
|
|
|
9704
9614
|
"multiple": false,
|
|
9705
9615
|
"type": "option"
|
|
9706
9616
|
},
|
|
9707
|
-
"
|
|
9708
|
-
"description": "
|
|
9709
|
-
"name": "
|
|
9617
|
+
"file": {
|
|
9618
|
+
"description": "Output file path",
|
|
9619
|
+
"name": "file",
|
|
9620
|
+
"required": true,
|
|
9710
9621
|
"hasDynamicHelp": false,
|
|
9711
|
-
"multiple":
|
|
9622
|
+
"multiple": false,
|
|
9623
|
+
"type": "option"
|
|
9624
|
+
},
|
|
9625
|
+
"channel": {
|
|
9626
|
+
"description": "Filter by channel ID",
|
|
9627
|
+
"name": "channel",
|
|
9628
|
+
"hasDynamicHelp": false,
|
|
9629
|
+
"multiple": false,
|
|
9712
9630
|
"type": "option"
|
|
9713
9631
|
}
|
|
9714
9632
|
},
|
|
9715
9633
|
"hasDynamicHelp": false,
|
|
9716
9634
|
"hiddenAliases": [],
|
|
9717
|
-
"id": "templates:
|
|
9635
|
+
"id": "templates:export",
|
|
9718
9636
|
"pluginAlias": "@instantkom/cli",
|
|
9719
9637
|
"pluginName": "@instantkom/cli",
|
|
9720
9638
|
"pluginType": "core",
|
|
@@ -9725,10 +9643,10 @@
|
|
|
9725
9643
|
"dist",
|
|
9726
9644
|
"commands",
|
|
9727
9645
|
"templates",
|
|
9728
|
-
"
|
|
9646
|
+
"export.js"
|
|
9729
9647
|
]
|
|
9730
9648
|
},
|
|
9731
|
-
"templates:
|
|
9649
|
+
"templates:get": {
|
|
9732
9650
|
"aliases": [],
|
|
9733
9651
|
"args": {
|
|
9734
9652
|
"id": {
|
|
@@ -9737,7 +9655,7 @@
|
|
|
9737
9655
|
"required": true
|
|
9738
9656
|
}
|
|
9739
9657
|
},
|
|
9740
|
-
"description": "
|
|
9658
|
+
"description": "Get a message template by ID",
|
|
9741
9659
|
"flags": {
|
|
9742
9660
|
"api-key": {
|
|
9743
9661
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9800,89 +9718,11 @@
|
|
|
9800
9718
|
"hasDynamicHelp": false,
|
|
9801
9719
|
"multiple": false,
|
|
9802
9720
|
"type": "option"
|
|
9803
|
-
},
|
|
9804
|
-
"name": {
|
|
9805
|
-
"description": "Template name",
|
|
9806
|
-
"name": "name",
|
|
9807
|
-
"hasDynamicHelp": false,
|
|
9808
|
-
"multiple": false,
|
|
9809
|
-
"type": "option"
|
|
9810
|
-
},
|
|
9811
|
-
"type": {
|
|
9812
|
-
"description": "Template type",
|
|
9813
|
-
"name": "type",
|
|
9814
|
-
"hasDynamicHelp": false,
|
|
9815
|
-
"multiple": false,
|
|
9816
|
-
"options": [
|
|
9817
|
-
"text",
|
|
9818
|
-
"image",
|
|
9819
|
-
"video",
|
|
9820
|
-
"document",
|
|
9821
|
-
"audio",
|
|
9822
|
-
"location",
|
|
9823
|
-
"contact",
|
|
9824
|
-
"interactive"
|
|
9825
|
-
],
|
|
9826
|
-
"type": "option"
|
|
9827
|
-
},
|
|
9828
|
-
"message": {
|
|
9829
|
-
"description": "Template message",
|
|
9830
|
-
"name": "message",
|
|
9831
|
-
"hasDynamicHelp": false,
|
|
9832
|
-
"multiple": false,
|
|
9833
|
-
"type": "option"
|
|
9834
|
-
},
|
|
9835
|
-
"color": {
|
|
9836
|
-
"description": "Template color as HEX",
|
|
9837
|
-
"name": "color",
|
|
9838
|
-
"hasDynamicHelp": false,
|
|
9839
|
-
"multiple": false,
|
|
9840
|
-
"type": "option"
|
|
9841
|
-
},
|
|
9842
|
-
"status": {
|
|
9843
|
-
"description": "Template is active",
|
|
9844
|
-
"name": "status",
|
|
9845
|
-
"allowNo": true,
|
|
9846
|
-
"type": "boolean"
|
|
9847
|
-
},
|
|
9848
|
-
"remove-media": {
|
|
9849
|
-
"description": "Remove existing media",
|
|
9850
|
-
"name": "remove-media",
|
|
9851
|
-
"allowNo": false,
|
|
9852
|
-
"type": "boolean"
|
|
9853
|
-
},
|
|
9854
|
-
"whatsapp-language": {
|
|
9855
|
-
"description": "WhatsApp template language",
|
|
9856
|
-
"name": "whatsapp-language",
|
|
9857
|
-
"hasDynamicHelp": false,
|
|
9858
|
-
"multiple": false,
|
|
9859
|
-
"type": "option"
|
|
9860
|
-
},
|
|
9861
|
-
"buttons": {
|
|
9862
|
-
"description": "Buttons JSON array/object",
|
|
9863
|
-
"name": "buttons",
|
|
9864
|
-
"hasDynamicHelp": false,
|
|
9865
|
-
"multiple": false,
|
|
9866
|
-
"type": "option"
|
|
9867
|
-
},
|
|
9868
|
-
"header-footer": {
|
|
9869
|
-
"description": "Header/footer JSON object",
|
|
9870
|
-
"name": "header-footer",
|
|
9871
|
-
"hasDynamicHelp": false,
|
|
9872
|
-
"multiple": false,
|
|
9873
|
-
"type": "option"
|
|
9874
|
-
},
|
|
9875
|
-
"data": {
|
|
9876
|
-
"description": "Additional JSON object payload",
|
|
9877
|
-
"name": "data",
|
|
9878
|
-
"hasDynamicHelp": false,
|
|
9879
|
-
"multiple": false,
|
|
9880
|
-
"type": "option"
|
|
9881
9721
|
}
|
|
9882
9722
|
},
|
|
9883
9723
|
"hasDynamicHelp": false,
|
|
9884
9724
|
"hiddenAliases": [],
|
|
9885
|
-
"id": "templates:
|
|
9725
|
+
"id": "templates:get",
|
|
9886
9726
|
"pluginAlias": "@instantkom/cli",
|
|
9887
9727
|
"pluginName": "@instantkom/cli",
|
|
9888
9728
|
"pluginType": "core",
|
|
@@ -9893,13 +9733,13 @@
|
|
|
9893
9733
|
"dist",
|
|
9894
9734
|
"commands",
|
|
9895
9735
|
"templates",
|
|
9896
|
-
"
|
|
9736
|
+
"get.js"
|
|
9897
9737
|
]
|
|
9898
9738
|
},
|
|
9899
|
-
"templates:
|
|
9739
|
+
"templates:import": {
|
|
9900
9740
|
"aliases": [],
|
|
9901
9741
|
"args": {},
|
|
9902
|
-
"description": "
|
|
9742
|
+
"description": "Import templates from JSON",
|
|
9903
9743
|
"flags": {
|
|
9904
9744
|
"api-key": {
|
|
9905
9745
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9978,11 +9818,17 @@
|
|
|
9978
9818
|
"hasDynamicHelp": false,
|
|
9979
9819
|
"multiple": false,
|
|
9980
9820
|
"type": "option"
|
|
9821
|
+
},
|
|
9822
|
+
"skip-duplicates": {
|
|
9823
|
+
"description": "Skip duplicate templates",
|
|
9824
|
+
"name": "skip-duplicates",
|
|
9825
|
+
"allowNo": true,
|
|
9826
|
+
"type": "boolean"
|
|
9981
9827
|
}
|
|
9982
9828
|
},
|
|
9983
9829
|
"hasDynamicHelp": false,
|
|
9984
9830
|
"hiddenAliases": [],
|
|
9985
|
-
"id": "templates:
|
|
9831
|
+
"id": "templates:import",
|
|
9986
9832
|
"pluginAlias": "@instantkom/cli",
|
|
9987
9833
|
"pluginName": "@instantkom/cli",
|
|
9988
9834
|
"pluginType": "core",
|
|
@@ -9993,13 +9839,13 @@
|
|
|
9993
9839
|
"dist",
|
|
9994
9840
|
"commands",
|
|
9995
9841
|
"templates",
|
|
9996
|
-
"
|
|
9842
|
+
"import.js"
|
|
9997
9843
|
]
|
|
9998
9844
|
},
|
|
9999
|
-
"
|
|
9845
|
+
"templates:list": {
|
|
10000
9846
|
"aliases": [],
|
|
10001
9847
|
"args": {},
|
|
10002
|
-
"description": "
|
|
9848
|
+
"description": "List message templates",
|
|
10003
9849
|
"flags": {
|
|
10004
9850
|
"api-key": {
|
|
10005
9851
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10063,77 +9909,137 @@
|
|
|
10063
9909
|
"multiple": false,
|
|
10064
9910
|
"type": "option"
|
|
10065
9911
|
},
|
|
10066
|
-
"
|
|
10067
|
-
"description": "
|
|
10068
|
-
"name": "
|
|
10069
|
-
"required": true,
|
|
9912
|
+
"channel": {
|
|
9913
|
+
"description": "Filter by channel ID",
|
|
9914
|
+
"name": "channel",
|
|
10070
9915
|
"hasDynamicHelp": false,
|
|
10071
9916
|
"multiple": false,
|
|
10072
9917
|
"type": "option"
|
|
10073
9918
|
},
|
|
10074
|
-
"
|
|
10075
|
-
"description": "
|
|
10076
|
-
"name": "
|
|
10077
|
-
"required": true,
|
|
9919
|
+
"search": {
|
|
9920
|
+
"description": "Search templates by name or content",
|
|
9921
|
+
"name": "search",
|
|
10078
9922
|
"hasDynamicHelp": false,
|
|
10079
9923
|
"multiple": false,
|
|
10080
9924
|
"type": "option"
|
|
10081
9925
|
},
|
|
10082
|
-
"
|
|
10083
|
-
"description": "
|
|
10084
|
-
"name": "
|
|
10085
|
-
"
|
|
9926
|
+
"page": {
|
|
9927
|
+
"description": "Page number",
|
|
9928
|
+
"name": "page",
|
|
9929
|
+
"default": 1,
|
|
10086
9930
|
"hasDynamicHelp": false,
|
|
10087
9931
|
"multiple": false,
|
|
10088
9932
|
"type": "option"
|
|
10089
9933
|
},
|
|
10090
|
-
"
|
|
10091
|
-
"description": "
|
|
10092
|
-
"name": "
|
|
10093
|
-
"
|
|
9934
|
+
"limit": {
|
|
9935
|
+
"description": "Items per page",
|
|
9936
|
+
"name": "limit",
|
|
9937
|
+
"default": 20,
|
|
10094
9938
|
"hasDynamicHelp": false,
|
|
10095
9939
|
"multiple": false,
|
|
10096
9940
|
"type": "option"
|
|
10097
|
-
}
|
|
10098
|
-
|
|
10099
|
-
|
|
10100
|
-
|
|
9941
|
+
}
|
|
9942
|
+
},
|
|
9943
|
+
"hasDynamicHelp": false,
|
|
9944
|
+
"hiddenAliases": [],
|
|
9945
|
+
"id": "templates:list",
|
|
9946
|
+
"pluginAlias": "@instantkom/cli",
|
|
9947
|
+
"pluginName": "@instantkom/cli",
|
|
9948
|
+
"pluginType": "core",
|
|
9949
|
+
"strict": true,
|
|
9950
|
+
"enableJsonFlag": false,
|
|
9951
|
+
"isESM": true,
|
|
9952
|
+
"relativePath": [
|
|
9953
|
+
"dist",
|
|
9954
|
+
"commands",
|
|
9955
|
+
"templates",
|
|
9956
|
+
"list.js"
|
|
9957
|
+
]
|
|
9958
|
+
},
|
|
9959
|
+
"templates:render": {
|
|
9960
|
+
"aliases": [],
|
|
9961
|
+
"args": {
|
|
9962
|
+
"id": {
|
|
9963
|
+
"description": "Template ID",
|
|
9964
|
+
"name": "id",
|
|
9965
|
+
"required": true
|
|
9966
|
+
}
|
|
9967
|
+
},
|
|
9968
|
+
"description": "Render a message template locally",
|
|
9969
|
+
"flags": {
|
|
9970
|
+
"api-key": {
|
|
9971
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9972
|
+
"env": "IKM_API_KEY",
|
|
9973
|
+
"helpGroup": "GLOBAL",
|
|
9974
|
+
"name": "api-key",
|
|
10101
9975
|
"hasDynamicHelp": false,
|
|
10102
9976
|
"multiple": false,
|
|
10103
9977
|
"type": "option"
|
|
10104
9978
|
},
|
|
10105
|
-
"
|
|
10106
|
-
"description": "
|
|
10107
|
-
"
|
|
9979
|
+
"format": {
|
|
9980
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9981
|
+
"helpGroup": "GLOBAL",
|
|
9982
|
+
"name": "format",
|
|
9983
|
+
"default": "text",
|
|
10108
9984
|
"hasDynamicHelp": false,
|
|
10109
9985
|
"multiple": false,
|
|
9986
|
+
"options": [
|
|
9987
|
+
"text",
|
|
9988
|
+
"json",
|
|
9989
|
+
"yaml",
|
|
9990
|
+
"table"
|
|
9991
|
+
],
|
|
10110
9992
|
"type": "option"
|
|
10111
9993
|
},
|
|
10112
|
-
"
|
|
10113
|
-
"description": "
|
|
10114
|
-
"
|
|
9994
|
+
"json": {
|
|
9995
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
9996
|
+
"helpGroup": "GLOBAL",
|
|
9997
|
+
"name": "json",
|
|
9998
|
+
"allowNo": false,
|
|
9999
|
+
"type": "boolean"
|
|
10000
|
+
},
|
|
10001
|
+
"quiet": {
|
|
10002
|
+
"description": "Suppress all output except errors",
|
|
10003
|
+
"helpGroup": "GLOBAL",
|
|
10004
|
+
"name": "quiet",
|
|
10005
|
+
"allowNo": false,
|
|
10006
|
+
"type": "boolean"
|
|
10007
|
+
},
|
|
10008
|
+
"no-color": {
|
|
10009
|
+
"description": "Disable color output",
|
|
10010
|
+
"helpGroup": "GLOBAL",
|
|
10011
|
+
"name": "no-color",
|
|
10012
|
+
"allowNo": false,
|
|
10013
|
+
"type": "boolean"
|
|
10014
|
+
},
|
|
10015
|
+
"profile": {
|
|
10016
|
+
"description": "Named configuration profile to use",
|
|
10017
|
+
"helpGroup": "GLOBAL",
|
|
10018
|
+
"name": "profile",
|
|
10019
|
+
"default": "default",
|
|
10115
10020
|
"hasDynamicHelp": false,
|
|
10116
10021
|
"multiple": false,
|
|
10117
10022
|
"type": "option"
|
|
10118
10023
|
},
|
|
10119
|
-
"
|
|
10120
|
-
"description": "
|
|
10121
|
-
"
|
|
10024
|
+
"api-url": {
|
|
10025
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10026
|
+
"helpGroup": "GLOBAL",
|
|
10027
|
+
"name": "api-url",
|
|
10122
10028
|
"hasDynamicHelp": false,
|
|
10123
10029
|
"multiple": false,
|
|
10124
10030
|
"type": "option"
|
|
10125
10031
|
},
|
|
10126
|
-
"
|
|
10127
|
-
"description": "
|
|
10128
|
-
"name": "
|
|
10032
|
+
"vars": {
|
|
10033
|
+
"description": "Template variable as key=value; may be repeated",
|
|
10034
|
+
"name": "vars",
|
|
10129
10035
|
"hasDynamicHelp": false,
|
|
10130
|
-
"multiple":
|
|
10036
|
+
"multiple": true,
|
|
10131
10037
|
"type": "option"
|
|
10132
10038
|
}
|
|
10133
10039
|
},
|
|
10134
10040
|
"hasDynamicHelp": false,
|
|
10135
10041
|
"hiddenAliases": [],
|
|
10136
|
-
"id": "
|
|
10042
|
+
"id": "templates:render",
|
|
10137
10043
|
"pluginAlias": "@instantkom/cli",
|
|
10138
10044
|
"pluginName": "@instantkom/cli",
|
|
10139
10045
|
"pluginType": "core",
|
|
@@ -10143,20 +10049,20 @@
|
|
|
10143
10049
|
"relativePath": [
|
|
10144
10050
|
"dist",
|
|
10145
10051
|
"commands",
|
|
10146
|
-
"
|
|
10147
|
-
"
|
|
10052
|
+
"templates",
|
|
10053
|
+
"render.js"
|
|
10148
10054
|
]
|
|
10149
10055
|
},
|
|
10150
|
-
"
|
|
10056
|
+
"templates:update": {
|
|
10151
10057
|
"aliases": [],
|
|
10152
10058
|
"args": {
|
|
10153
10059
|
"id": {
|
|
10154
|
-
"description": "
|
|
10060
|
+
"description": "Template ID",
|
|
10155
10061
|
"name": "id",
|
|
10156
10062
|
"required": true
|
|
10157
10063
|
}
|
|
10158
10064
|
},
|
|
10159
|
-
"description": "
|
|
10065
|
+
"description": "Update a message template",
|
|
10160
10066
|
"flags": {
|
|
10161
10067
|
"api-key": {
|
|
10162
10068
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10219,11 +10125,89 @@
|
|
|
10219
10125
|
"hasDynamicHelp": false,
|
|
10220
10126
|
"multiple": false,
|
|
10221
10127
|
"type": "option"
|
|
10128
|
+
},
|
|
10129
|
+
"name": {
|
|
10130
|
+
"description": "Template name",
|
|
10131
|
+
"name": "name",
|
|
10132
|
+
"hasDynamicHelp": false,
|
|
10133
|
+
"multiple": false,
|
|
10134
|
+
"type": "option"
|
|
10135
|
+
},
|
|
10136
|
+
"type": {
|
|
10137
|
+
"description": "Template type",
|
|
10138
|
+
"name": "type",
|
|
10139
|
+
"hasDynamicHelp": false,
|
|
10140
|
+
"multiple": false,
|
|
10141
|
+
"options": [
|
|
10142
|
+
"text",
|
|
10143
|
+
"image",
|
|
10144
|
+
"video",
|
|
10145
|
+
"document",
|
|
10146
|
+
"audio",
|
|
10147
|
+
"location",
|
|
10148
|
+
"contact",
|
|
10149
|
+
"interactive"
|
|
10150
|
+
],
|
|
10151
|
+
"type": "option"
|
|
10152
|
+
},
|
|
10153
|
+
"message": {
|
|
10154
|
+
"description": "Template message",
|
|
10155
|
+
"name": "message",
|
|
10156
|
+
"hasDynamicHelp": false,
|
|
10157
|
+
"multiple": false,
|
|
10158
|
+
"type": "option"
|
|
10159
|
+
},
|
|
10160
|
+
"color": {
|
|
10161
|
+
"description": "Template color as HEX",
|
|
10162
|
+
"name": "color",
|
|
10163
|
+
"hasDynamicHelp": false,
|
|
10164
|
+
"multiple": false,
|
|
10165
|
+
"type": "option"
|
|
10166
|
+
},
|
|
10167
|
+
"status": {
|
|
10168
|
+
"description": "Template is active",
|
|
10169
|
+
"name": "status",
|
|
10170
|
+
"allowNo": true,
|
|
10171
|
+
"type": "boolean"
|
|
10172
|
+
},
|
|
10173
|
+
"remove-media": {
|
|
10174
|
+
"description": "Remove existing media",
|
|
10175
|
+
"name": "remove-media",
|
|
10176
|
+
"allowNo": false,
|
|
10177
|
+
"type": "boolean"
|
|
10178
|
+
},
|
|
10179
|
+
"whatsapp-language": {
|
|
10180
|
+
"description": "WhatsApp template language",
|
|
10181
|
+
"name": "whatsapp-language",
|
|
10182
|
+
"hasDynamicHelp": false,
|
|
10183
|
+
"multiple": false,
|
|
10184
|
+
"type": "option"
|
|
10185
|
+
},
|
|
10186
|
+
"buttons": {
|
|
10187
|
+
"description": "Buttons JSON array/object",
|
|
10188
|
+
"name": "buttons",
|
|
10189
|
+
"hasDynamicHelp": false,
|
|
10190
|
+
"multiple": false,
|
|
10191
|
+
"type": "option"
|
|
10192
|
+
},
|
|
10193
|
+
"header-footer": {
|
|
10194
|
+
"description": "Header/footer JSON object",
|
|
10195
|
+
"name": "header-footer",
|
|
10196
|
+
"hasDynamicHelp": false,
|
|
10197
|
+
"multiple": false,
|
|
10198
|
+
"type": "option"
|
|
10199
|
+
},
|
|
10200
|
+
"data": {
|
|
10201
|
+
"description": "Additional JSON object payload",
|
|
10202
|
+
"name": "data",
|
|
10203
|
+
"hasDynamicHelp": false,
|
|
10204
|
+
"multiple": false,
|
|
10205
|
+
"type": "option"
|
|
10222
10206
|
}
|
|
10223
10207
|
},
|
|
10224
10208
|
"hasDynamicHelp": false,
|
|
10225
10209
|
"hiddenAliases": [],
|
|
10226
|
-
"id": "
|
|
10210
|
+
"id": "templates:update",
|
|
10227
10211
|
"pluginAlias": "@instantkom/cli",
|
|
10228
10212
|
"pluginName": "@instantkom/cli",
|
|
10229
10213
|
"pluginType": "core",
|
|
@@ -10233,14 +10217,14 @@
|
|
|
10233
10217
|
"relativePath": [
|
|
10234
10218
|
"dist",
|
|
10235
10219
|
"commands",
|
|
10236
|
-
"
|
|
10237
|
-
"
|
|
10220
|
+
"templates",
|
|
10221
|
+
"update.js"
|
|
10238
10222
|
]
|
|
10239
10223
|
},
|
|
10240
|
-
"
|
|
10224
|
+
"templates:validate-import": {
|
|
10241
10225
|
"aliases": [],
|
|
10242
10226
|
"args": {},
|
|
10243
|
-
"description": "
|
|
10227
|
+
"description": "Validate templates import JSON",
|
|
10244
10228
|
"flags": {
|
|
10245
10229
|
"api-key": {
|
|
10246
10230
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10303,11 +10287,27 @@
|
|
|
10303
10287
|
"hasDynamicHelp": false,
|
|
10304
10288
|
"multiple": false,
|
|
10305
10289
|
"type": "option"
|
|
10290
|
+
},
|
|
10291
|
+
"file": {
|
|
10292
|
+
"description": "JSON file path",
|
|
10293
|
+
"name": "file",
|
|
10294
|
+
"required": true,
|
|
10295
|
+
"hasDynamicHelp": false,
|
|
10296
|
+
"multiple": false,
|
|
10297
|
+
"type": "option"
|
|
10298
|
+
},
|
|
10299
|
+
"channel": {
|
|
10300
|
+
"description": "Target channel ID",
|
|
10301
|
+
"name": "channel",
|
|
10302
|
+
"required": true,
|
|
10303
|
+
"hasDynamicHelp": false,
|
|
10304
|
+
"multiple": false,
|
|
10305
|
+
"type": "option"
|
|
10306
10306
|
}
|
|
10307
10307
|
},
|
|
10308
10308
|
"hasDynamicHelp": false,
|
|
10309
10309
|
"hiddenAliases": [],
|
|
10310
|
-
"id": "
|
|
10310
|
+
"id": "templates:validate-import",
|
|
10311
10311
|
"pluginAlias": "@instantkom/cli",
|
|
10312
10312
|
"pluginName": "@instantkom/cli",
|
|
10313
10313
|
"pluginType": "core",
|
|
@@ -10317,8 +10317,8 @@
|
|
|
10317
10317
|
"relativePath": [
|
|
10318
10318
|
"dist",
|
|
10319
10319
|
"commands",
|
|
10320
|
-
"
|
|
10321
|
-
"
|
|
10320
|
+
"templates",
|
|
10321
|
+
"validate-import.js"
|
|
10322
10322
|
]
|
|
10323
10323
|
},
|
|
10324
10324
|
"tickets:create": {
|
|
@@ -11856,16 +11856,16 @@
|
|
|
11856
11856
|
"revoke.js"
|
|
11857
11857
|
]
|
|
11858
11858
|
},
|
|
11859
|
-
"bots:
|
|
11859
|
+
"bots:env-vars:bots": {
|
|
11860
11860
|
"aliases": [],
|
|
11861
11861
|
"args": {
|
|
11862
|
-
"
|
|
11863
|
-
"description": "
|
|
11864
|
-
"name": "
|
|
11862
|
+
"id": {
|
|
11863
|
+
"description": "Environment variable ID",
|
|
11864
|
+
"name": "id",
|
|
11865
11865
|
"required": true
|
|
11866
11866
|
}
|
|
11867
11867
|
},
|
|
11868
|
-
"description": "
|
|
11868
|
+
"description": "List bots using a bot environment variable",
|
|
11869
11869
|
"flags": {
|
|
11870
11870
|
"api-key": {
|
|
11871
11871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11928,64 +11928,112 @@
|
|
|
11928
11928
|
"hasDynamicHelp": false,
|
|
11929
11929
|
"multiple": false,
|
|
11930
11930
|
"type": "option"
|
|
11931
|
-
}
|
|
11932
|
-
|
|
11933
|
-
|
|
11934
|
-
|
|
11935
|
-
|
|
11931
|
+
}
|
|
11932
|
+
},
|
|
11933
|
+
"hasDynamicHelp": false,
|
|
11934
|
+
"hiddenAliases": [],
|
|
11935
|
+
"id": "bots:env-vars:bots",
|
|
11936
|
+
"pluginAlias": "@instantkom/cli",
|
|
11937
|
+
"pluginName": "@instantkom/cli",
|
|
11938
|
+
"pluginType": "core",
|
|
11939
|
+
"strict": true,
|
|
11940
|
+
"enableJsonFlag": false,
|
|
11941
|
+
"isESM": true,
|
|
11942
|
+
"relativePath": [
|
|
11943
|
+
"dist",
|
|
11944
|
+
"commands",
|
|
11945
|
+
"bots",
|
|
11946
|
+
"env-vars",
|
|
11947
|
+
"bots.js"
|
|
11948
|
+
]
|
|
11949
|
+
},
|
|
11950
|
+
"bots:env-vars:create": {
|
|
11951
|
+
"aliases": [],
|
|
11952
|
+
"args": {},
|
|
11953
|
+
"description": "Create a bot environment variable",
|
|
11954
|
+
"flags": {
|
|
11955
|
+
"api-key": {
|
|
11956
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
11957
|
+
"env": "IKM_API_KEY",
|
|
11958
|
+
"helpGroup": "GLOBAL",
|
|
11959
|
+
"name": "api-key",
|
|
11936
11960
|
"hasDynamicHelp": false,
|
|
11937
11961
|
"multiple": false,
|
|
11938
11962
|
"type": "option"
|
|
11939
11963
|
},
|
|
11940
|
-
"
|
|
11941
|
-
"description": "
|
|
11942
|
-
"
|
|
11943
|
-
"
|
|
11964
|
+
"format": {
|
|
11965
|
+
"description": "Output format: text, json, yaml, or table",
|
|
11966
|
+
"helpGroup": "GLOBAL",
|
|
11967
|
+
"name": "format",
|
|
11968
|
+
"default": "text",
|
|
11944
11969
|
"hasDynamicHelp": false,
|
|
11945
11970
|
"multiple": false,
|
|
11971
|
+
"options": [
|
|
11972
|
+
"text",
|
|
11973
|
+
"json",
|
|
11974
|
+
"yaml",
|
|
11975
|
+
"table"
|
|
11976
|
+
],
|
|
11946
11977
|
"type": "option"
|
|
11947
11978
|
},
|
|
11948
|
-
"
|
|
11949
|
-
"description": "
|
|
11950
|
-
"
|
|
11951
|
-
"
|
|
11979
|
+
"json": {
|
|
11980
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
11981
|
+
"helpGroup": "GLOBAL",
|
|
11982
|
+
"name": "json",
|
|
11983
|
+
"allowNo": false,
|
|
11984
|
+
"type": "boolean"
|
|
11985
|
+
},
|
|
11986
|
+
"quiet": {
|
|
11987
|
+
"description": "Suppress all output except errors",
|
|
11988
|
+
"helpGroup": "GLOBAL",
|
|
11989
|
+
"name": "quiet",
|
|
11990
|
+
"allowNo": false,
|
|
11991
|
+
"type": "boolean"
|
|
11992
|
+
},
|
|
11993
|
+
"no-color": {
|
|
11994
|
+
"description": "Disable color output",
|
|
11995
|
+
"helpGroup": "GLOBAL",
|
|
11996
|
+
"name": "no-color",
|
|
11997
|
+
"allowNo": false,
|
|
11998
|
+
"type": "boolean"
|
|
11999
|
+
},
|
|
12000
|
+
"profile": {
|
|
12001
|
+
"description": "Named configuration profile to use",
|
|
12002
|
+
"helpGroup": "GLOBAL",
|
|
12003
|
+
"name": "profile",
|
|
12004
|
+
"default": "default",
|
|
11952
12005
|
"hasDynamicHelp": false,
|
|
11953
12006
|
"multiple": false,
|
|
11954
12007
|
"type": "option"
|
|
11955
12008
|
},
|
|
11956
|
-
"
|
|
11957
|
-
"description": "
|
|
11958
|
-
"
|
|
11959
|
-
"
|
|
12009
|
+
"api-url": {
|
|
12010
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
12011
|
+
"helpGroup": "GLOBAL",
|
|
12012
|
+
"name": "api-url",
|
|
11960
12013
|
"hasDynamicHelp": false,
|
|
11961
12014
|
"multiple": false,
|
|
11962
12015
|
"type": "option"
|
|
11963
|
-
},
|
|
11964
|
-
"
|
|
11965
|
-
"description": "
|
|
11966
|
-
"name": "
|
|
11967
|
-
"
|
|
12016
|
+
},
|
|
12017
|
+
"key": {
|
|
12018
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12019
|
+
"name": "key",
|
|
12020
|
+
"required": true,
|
|
11968
12021
|
"hasDynamicHelp": false,
|
|
11969
12022
|
"multiple": false,
|
|
11970
12023
|
"type": "option"
|
|
11971
12024
|
},
|
|
11972
|
-
"
|
|
11973
|
-
"description": "
|
|
11974
|
-
"name": "
|
|
11975
|
-
"required": true,
|
|
12025
|
+
"description": {
|
|
12026
|
+
"description": "Variable description",
|
|
12027
|
+
"name": "description",
|
|
11976
12028
|
"hasDynamicHelp": false,
|
|
11977
12029
|
"multiple": false,
|
|
11978
12030
|
"type": "option"
|
|
11979
12031
|
},
|
|
11980
|
-
"
|
|
11981
|
-
"description": "
|
|
11982
|
-
"name": "
|
|
12032
|
+
"color": {
|
|
12033
|
+
"description": "Variable color as HEX",
|
|
12034
|
+
"name": "color",
|
|
11983
12035
|
"hasDynamicHelp": false,
|
|
11984
12036
|
"multiple": false,
|
|
11985
|
-
"options": [
|
|
11986
|
-
"0",
|
|
11987
|
-
"1"
|
|
11988
|
-
],
|
|
11989
12037
|
"type": "option"
|
|
11990
12038
|
},
|
|
11991
12039
|
"data": {
|
|
@@ -11998,7 +12046,7 @@
|
|
|
11998
12046
|
},
|
|
11999
12047
|
"hasDynamicHelp": false,
|
|
12000
12048
|
"hiddenAliases": [],
|
|
12001
|
-
"id": "bots:
|
|
12049
|
+
"id": "bots:env-vars:create",
|
|
12002
12050
|
"pluginAlias": "@instantkom/cli",
|
|
12003
12051
|
"pluginName": "@instantkom/cli",
|
|
12004
12052
|
"pluginType": "core",
|
|
@@ -12009,25 +12057,20 @@
|
|
|
12009
12057
|
"dist",
|
|
12010
12058
|
"commands",
|
|
12011
12059
|
"bots",
|
|
12012
|
-
"
|
|
12060
|
+
"env-vars",
|
|
12013
12061
|
"create.js"
|
|
12014
12062
|
]
|
|
12015
12063
|
},
|
|
12016
|
-
"bots:
|
|
12064
|
+
"bots:env-vars:delete": {
|
|
12017
12065
|
"aliases": [],
|
|
12018
12066
|
"args": {
|
|
12019
|
-
"
|
|
12020
|
-
"description": "
|
|
12021
|
-
"name": "
|
|
12022
|
-
"required": true
|
|
12023
|
-
},
|
|
12024
|
-
"filterId": {
|
|
12025
|
-
"description": "Filter ID",
|
|
12026
|
-
"name": "filterId",
|
|
12067
|
+
"id": {
|
|
12068
|
+
"description": "Environment variable ID",
|
|
12069
|
+
"name": "id",
|
|
12027
12070
|
"required": true
|
|
12028
12071
|
}
|
|
12029
12072
|
},
|
|
12030
|
-
"description": "Delete a bot
|
|
12073
|
+
"description": "Delete a bot environment variable",
|
|
12031
12074
|
"flags": {
|
|
12032
12075
|
"api-key": {
|
|
12033
12076
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12094,7 +12137,7 @@
|
|
|
12094
12137
|
},
|
|
12095
12138
|
"hasDynamicHelp": false,
|
|
12096
12139
|
"hiddenAliases": [],
|
|
12097
|
-
"id": "bots:
|
|
12140
|
+
"id": "bots:env-vars:delete",
|
|
12098
12141
|
"pluginAlias": "@instantkom/cli",
|
|
12099
12142
|
"pluginName": "@instantkom/cli",
|
|
12100
12143
|
"pluginType": "core",
|
|
@@ -12105,25 +12148,20 @@
|
|
|
12105
12148
|
"dist",
|
|
12106
12149
|
"commands",
|
|
12107
12150
|
"bots",
|
|
12108
|
-
"
|
|
12151
|
+
"env-vars",
|
|
12109
12152
|
"delete.js"
|
|
12110
12153
|
]
|
|
12111
12154
|
},
|
|
12112
|
-
"bots:
|
|
12155
|
+
"bots:env-vars:get": {
|
|
12113
12156
|
"aliases": [],
|
|
12114
12157
|
"args": {
|
|
12115
|
-
"
|
|
12116
|
-
"description": "
|
|
12117
|
-
"name": "
|
|
12118
|
-
"required": true
|
|
12119
|
-
},
|
|
12120
|
-
"filterId": {
|
|
12121
|
-
"description": "Filter ID",
|
|
12122
|
-
"name": "filterId",
|
|
12158
|
+
"id": {
|
|
12159
|
+
"description": "Environment variable ID",
|
|
12160
|
+
"name": "id",
|
|
12123
12161
|
"required": true
|
|
12124
12162
|
}
|
|
12125
12163
|
},
|
|
12126
|
-
"description": "Get a bot
|
|
12164
|
+
"description": "Get a bot environment variable",
|
|
12127
12165
|
"flags": {
|
|
12128
12166
|
"api-key": {
|
|
12129
12167
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12190,7 +12228,7 @@
|
|
|
12190
12228
|
},
|
|
12191
12229
|
"hasDynamicHelp": false,
|
|
12192
12230
|
"hiddenAliases": [],
|
|
12193
|
-
"id": "bots:
|
|
12231
|
+
"id": "bots:env-vars:get",
|
|
12194
12232
|
"pluginAlias": "@instantkom/cli",
|
|
12195
12233
|
"pluginName": "@instantkom/cli",
|
|
12196
12234
|
"pluginType": "core",
|
|
@@ -12201,20 +12239,14 @@
|
|
|
12201
12239
|
"dist",
|
|
12202
12240
|
"commands",
|
|
12203
12241
|
"bots",
|
|
12204
|
-
"
|
|
12242
|
+
"env-vars",
|
|
12205
12243
|
"get.js"
|
|
12206
12244
|
]
|
|
12207
12245
|
},
|
|
12208
|
-
"bots:
|
|
12246
|
+
"bots:env-vars:list": {
|
|
12209
12247
|
"aliases": [],
|
|
12210
|
-
"args": {
|
|
12211
|
-
|
|
12212
|
-
"description": "Bot ID",
|
|
12213
|
-
"name": "botId",
|
|
12214
|
-
"required": true
|
|
12215
|
-
}
|
|
12216
|
-
},
|
|
12217
|
-
"description": "List bot filters",
|
|
12248
|
+
"args": {},
|
|
12249
|
+
"description": "List bot environment variables",
|
|
12218
12250
|
"flags": {
|
|
12219
12251
|
"api-key": {
|
|
12220
12252
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12294,20 +12326,16 @@
|
|
|
12294
12326
|
"multiple": false,
|
|
12295
12327
|
"type": "option"
|
|
12296
12328
|
},
|
|
12297
|
-
"
|
|
12298
|
-
"description": "
|
|
12299
|
-
"name": "
|
|
12329
|
+
"search": {
|
|
12330
|
+
"description": "Search in key or description",
|
|
12331
|
+
"name": "search",
|
|
12300
12332
|
"hasDynamicHelp": false,
|
|
12301
12333
|
"multiple": false,
|
|
12302
|
-
"options": [
|
|
12303
|
-
"0",
|
|
12304
|
-
"1"
|
|
12305
|
-
],
|
|
12306
12334
|
"type": "option"
|
|
12307
12335
|
},
|
|
12308
|
-
"
|
|
12309
|
-
"description": "
|
|
12310
|
-
"name": "
|
|
12336
|
+
"color": {
|
|
12337
|
+
"description": "Filter by color",
|
|
12338
|
+
"name": "color",
|
|
12311
12339
|
"hasDynamicHelp": false,
|
|
12312
12340
|
"multiple": false,
|
|
12313
12341
|
"type": "option"
|
|
@@ -12315,7 +12343,7 @@
|
|
|
12315
12343
|
},
|
|
12316
12344
|
"hasDynamicHelp": false,
|
|
12317
12345
|
"hiddenAliases": [],
|
|
12318
|
-
"id": "bots:
|
|
12346
|
+
"id": "bots:env-vars:list",
|
|
12319
12347
|
"pluginAlias": "@instantkom/cli",
|
|
12320
12348
|
"pluginName": "@instantkom/cli",
|
|
12321
12349
|
"pluginType": "core",
|
|
@@ -12326,25 +12354,20 @@
|
|
|
12326
12354
|
"dist",
|
|
12327
12355
|
"commands",
|
|
12328
12356
|
"bots",
|
|
12329
|
-
"
|
|
12357
|
+
"env-vars",
|
|
12330
12358
|
"list.js"
|
|
12331
12359
|
]
|
|
12332
12360
|
},
|
|
12333
|
-
"bots:
|
|
12361
|
+
"bots:env-vars:update": {
|
|
12334
12362
|
"aliases": [],
|
|
12335
12363
|
"args": {
|
|
12336
|
-
"
|
|
12337
|
-
"description": "
|
|
12338
|
-
"name": "
|
|
12339
|
-
"required": true
|
|
12340
|
-
},
|
|
12341
|
-
"filterId": {
|
|
12342
|
-
"description": "Filter ID",
|
|
12343
|
-
"name": "filterId",
|
|
12364
|
+
"id": {
|
|
12365
|
+
"description": "Environment variable ID",
|
|
12366
|
+
"name": "id",
|
|
12344
12367
|
"required": true
|
|
12345
12368
|
}
|
|
12346
12369
|
},
|
|
12347
|
-
"description": "Update a bot
|
|
12370
|
+
"description": "Update a bot environment variable",
|
|
12348
12371
|
"flags": {
|
|
12349
12372
|
"api-key": {
|
|
12350
12373
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12408,57 +12431,18 @@
|
|
|
12408
12431
|
"multiple": false,
|
|
12409
12432
|
"type": "option"
|
|
12410
12433
|
},
|
|
12411
|
-
"
|
|
12412
|
-
"description": "
|
|
12413
|
-
"name": "
|
|
12414
|
-
"hasDynamicHelp": false,
|
|
12415
|
-
"multiple": false,
|
|
12416
|
-
"type": "option"
|
|
12417
|
-
},
|
|
12418
|
-
"operator": {
|
|
12419
|
-
"description": "Logical operator",
|
|
12420
|
-
"name": "operator",
|
|
12421
|
-
"hasDynamicHelp": false,
|
|
12422
|
-
"multiple": false,
|
|
12423
|
-
"type": "option"
|
|
12424
|
-
},
|
|
12425
|
-
"filter-object": {
|
|
12426
|
-
"description": "Filter object type",
|
|
12427
|
-
"name": "filter-object",
|
|
12428
|
-
"hasDynamicHelp": false,
|
|
12429
|
-
"multiple": false,
|
|
12430
|
-
"type": "option"
|
|
12431
|
-
},
|
|
12432
|
-
"filter-attribute": {
|
|
12433
|
-
"description": "Filter attribute",
|
|
12434
|
-
"name": "filter-attribute",
|
|
12435
|
-
"hasDynamicHelp": false,
|
|
12436
|
-
"multiple": false,
|
|
12437
|
-
"type": "option"
|
|
12438
|
-
},
|
|
12439
|
-
"filter-comparator": {
|
|
12440
|
-
"description": "Filter comparator",
|
|
12441
|
-
"name": "filter-comparator",
|
|
12442
|
-
"hasDynamicHelp": false,
|
|
12443
|
-
"multiple": false,
|
|
12444
|
-
"type": "option"
|
|
12445
|
-
},
|
|
12446
|
-
"filter-value": {
|
|
12447
|
-
"description": "Filter value",
|
|
12448
|
-
"name": "filter-value",
|
|
12434
|
+
"description": {
|
|
12435
|
+
"description": "Variable description",
|
|
12436
|
+
"name": "description",
|
|
12449
12437
|
"hasDynamicHelp": false,
|
|
12450
12438
|
"multiple": false,
|
|
12451
12439
|
"type": "option"
|
|
12452
12440
|
},
|
|
12453
|
-
"
|
|
12454
|
-
"description": "
|
|
12455
|
-
"name": "
|
|
12441
|
+
"color": {
|
|
12442
|
+
"description": "Variable color as HEX",
|
|
12443
|
+
"name": "color",
|
|
12456
12444
|
"hasDynamicHelp": false,
|
|
12457
12445
|
"multiple": false,
|
|
12458
|
-
"options": [
|
|
12459
|
-
"0",
|
|
12460
|
-
"1"
|
|
12461
|
-
],
|
|
12462
12446
|
"type": "option"
|
|
12463
12447
|
},
|
|
12464
12448
|
"data": {
|
|
@@ -12471,7 +12455,7 @@
|
|
|
12471
12455
|
},
|
|
12472
12456
|
"hasDynamicHelp": false,
|
|
12473
12457
|
"hiddenAliases": [],
|
|
12474
|
-
"id": "bots:
|
|
12458
|
+
"id": "bots:env-vars:update",
|
|
12475
12459
|
"pluginAlias": "@instantkom/cli",
|
|
12476
12460
|
"pluginName": "@instantkom/cli",
|
|
12477
12461
|
"pluginType": "core",
|
|
@@ -12482,11 +12466,11 @@
|
|
|
12482
12466
|
"dist",
|
|
12483
12467
|
"commands",
|
|
12484
12468
|
"bots",
|
|
12485
|
-
"
|
|
12469
|
+
"env-vars",
|
|
12486
12470
|
"update.js"
|
|
12487
12471
|
]
|
|
12488
12472
|
},
|
|
12489
|
-
"bots:env-vars:
|
|
12473
|
+
"bots:env-vars:values": {
|
|
12490
12474
|
"aliases": [],
|
|
12491
12475
|
"args": {
|
|
12492
12476
|
"id": {
|
|
@@ -12495,7 +12479,7 @@
|
|
|
12495
12479
|
"required": true
|
|
12496
12480
|
}
|
|
12497
12481
|
},
|
|
12498
|
-
"description": "List
|
|
12482
|
+
"description": "List recipient values for a bot environment variable",
|
|
12499
12483
|
"flags": {
|
|
12500
12484
|
"api-key": {
|
|
12501
12485
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12558,11 +12542,41 @@
|
|
|
12558
12542
|
"hasDynamicHelp": false,
|
|
12559
12543
|
"multiple": false,
|
|
12560
12544
|
"type": "option"
|
|
12545
|
+
},
|
|
12546
|
+
"page": {
|
|
12547
|
+
"description": "Page number",
|
|
12548
|
+
"name": "page",
|
|
12549
|
+
"default": 1,
|
|
12550
|
+
"hasDynamicHelp": false,
|
|
12551
|
+
"multiple": false,
|
|
12552
|
+
"type": "option"
|
|
12553
|
+
},
|
|
12554
|
+
"limit": {
|
|
12555
|
+
"description": "Items per page",
|
|
12556
|
+
"name": "limit",
|
|
12557
|
+
"default": 20,
|
|
12558
|
+
"hasDynamicHelp": false,
|
|
12559
|
+
"multiple": false,
|
|
12560
|
+
"type": "option"
|
|
12561
|
+
},
|
|
12562
|
+
"search": {
|
|
12563
|
+
"description": "Search in recipient name or identifier",
|
|
12564
|
+
"name": "search",
|
|
12565
|
+
"hasDynamicHelp": false,
|
|
12566
|
+
"multiple": false,
|
|
12567
|
+
"type": "option"
|
|
12568
|
+
},
|
|
12569
|
+
"recipient": {
|
|
12570
|
+
"description": "Filter by recipient ID",
|
|
12571
|
+
"name": "recipient",
|
|
12572
|
+
"hasDynamicHelp": false,
|
|
12573
|
+
"multiple": false,
|
|
12574
|
+
"type": "option"
|
|
12561
12575
|
}
|
|
12562
12576
|
},
|
|
12563
12577
|
"hasDynamicHelp": false,
|
|
12564
12578
|
"hiddenAliases": [],
|
|
12565
|
-
"id": "bots:env-vars:
|
|
12579
|
+
"id": "bots:env-vars:values",
|
|
12566
12580
|
"pluginAlias": "@instantkom/cli",
|
|
12567
12581
|
"pluginName": "@instantkom/cli",
|
|
12568
12582
|
"pluginType": "core",
|
|
@@ -12574,13 +12588,19 @@
|
|
|
12574
12588
|
"commands",
|
|
12575
12589
|
"bots",
|
|
12576
12590
|
"env-vars",
|
|
12577
|
-
"
|
|
12591
|
+
"values.js"
|
|
12578
12592
|
]
|
|
12579
12593
|
},
|
|
12580
|
-
"bots:
|
|
12594
|
+
"bots:filters:create": {
|
|
12581
12595
|
"aliases": [],
|
|
12582
|
-
"args": {
|
|
12583
|
-
|
|
12596
|
+
"args": {
|
|
12597
|
+
"botId": {
|
|
12598
|
+
"description": "Bot ID",
|
|
12599
|
+
"name": "botId",
|
|
12600
|
+
"required": true
|
|
12601
|
+
}
|
|
12602
|
+
},
|
|
12603
|
+
"description": "Create a bot filter",
|
|
12584
12604
|
"flags": {
|
|
12585
12605
|
"api-key": {
|
|
12586
12606
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12644,26 +12664,63 @@
|
|
|
12644
12664
|
"multiple": false,
|
|
12645
12665
|
"type": "option"
|
|
12646
12666
|
},
|
|
12647
|
-
"
|
|
12648
|
-
"description": "
|
|
12649
|
-
"name": "
|
|
12667
|
+
"name": {
|
|
12668
|
+
"description": "Filter name",
|
|
12669
|
+
"name": "name",
|
|
12670
|
+
"required": true,
|
|
12671
|
+
"hasDynamicHelp": false,
|
|
12672
|
+
"multiple": false,
|
|
12673
|
+
"type": "option"
|
|
12674
|
+
},
|
|
12675
|
+
"operator": {
|
|
12676
|
+
"description": "Logical operator",
|
|
12677
|
+
"name": "operator",
|
|
12678
|
+
"default": "and",
|
|
12679
|
+
"hasDynamicHelp": false,
|
|
12680
|
+
"multiple": false,
|
|
12681
|
+
"type": "option"
|
|
12682
|
+
},
|
|
12683
|
+
"filter-object": {
|
|
12684
|
+
"description": "Filter object type",
|
|
12685
|
+
"name": "filter-object",
|
|
12686
|
+
"default": "msg",
|
|
12687
|
+
"hasDynamicHelp": false,
|
|
12688
|
+
"multiple": false,
|
|
12689
|
+
"type": "option"
|
|
12690
|
+
},
|
|
12691
|
+
"filter-attribute": {
|
|
12692
|
+
"description": "Filter attribute",
|
|
12693
|
+
"name": "filter-attribute",
|
|
12694
|
+
"default": "text",
|
|
12695
|
+
"hasDynamicHelp": false,
|
|
12696
|
+
"multiple": false,
|
|
12697
|
+
"type": "option"
|
|
12698
|
+
},
|
|
12699
|
+
"filter-comparator": {
|
|
12700
|
+
"description": "Filter comparator",
|
|
12701
|
+
"name": "filter-comparator",
|
|
12702
|
+
"default": "contains",
|
|
12703
|
+
"hasDynamicHelp": false,
|
|
12704
|
+
"multiple": false,
|
|
12705
|
+
"type": "option"
|
|
12706
|
+
},
|
|
12707
|
+
"filter-value": {
|
|
12708
|
+
"description": "Filter value",
|
|
12709
|
+
"name": "filter-value",
|
|
12650
12710
|
"required": true,
|
|
12651
12711
|
"hasDynamicHelp": false,
|
|
12652
12712
|
"multiple": false,
|
|
12653
12713
|
"type": "option"
|
|
12654
12714
|
},
|
|
12655
|
-
"
|
|
12656
|
-
"description": "
|
|
12657
|
-
"name": "
|
|
12658
|
-
"hasDynamicHelp": false,
|
|
12659
|
-
"multiple": false,
|
|
12660
|
-
"type": "option"
|
|
12661
|
-
},
|
|
12662
|
-
"color": {
|
|
12663
|
-
"description": "Variable color as HEX",
|
|
12664
|
-
"name": "color",
|
|
12715
|
+
"status": {
|
|
12716
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12717
|
+
"name": "status",
|
|
12665
12718
|
"hasDynamicHelp": false,
|
|
12666
12719
|
"multiple": false,
|
|
12720
|
+
"options": [
|
|
12721
|
+
"0",
|
|
12722
|
+
"1"
|
|
12723
|
+
],
|
|
12667
12724
|
"type": "option"
|
|
12668
12725
|
},
|
|
12669
12726
|
"data": {
|
|
@@ -12676,7 +12733,7 @@
|
|
|
12676
12733
|
},
|
|
12677
12734
|
"hasDynamicHelp": false,
|
|
12678
12735
|
"hiddenAliases": [],
|
|
12679
|
-
"id": "bots:
|
|
12736
|
+
"id": "bots:filters:create",
|
|
12680
12737
|
"pluginAlias": "@instantkom/cli",
|
|
12681
12738
|
"pluginName": "@instantkom/cli",
|
|
12682
12739
|
"pluginType": "core",
|
|
@@ -12687,20 +12744,25 @@
|
|
|
12687
12744
|
"dist",
|
|
12688
12745
|
"commands",
|
|
12689
12746
|
"bots",
|
|
12690
|
-
"
|
|
12747
|
+
"filters",
|
|
12691
12748
|
"create.js"
|
|
12692
12749
|
]
|
|
12693
12750
|
},
|
|
12694
|
-
"bots:
|
|
12751
|
+
"bots:filters:delete": {
|
|
12695
12752
|
"aliases": [],
|
|
12696
12753
|
"args": {
|
|
12697
|
-
"
|
|
12698
|
-
"description": "
|
|
12699
|
-
"name": "
|
|
12754
|
+
"botId": {
|
|
12755
|
+
"description": "Bot ID",
|
|
12756
|
+
"name": "botId",
|
|
12757
|
+
"required": true
|
|
12758
|
+
},
|
|
12759
|
+
"filterId": {
|
|
12760
|
+
"description": "Filter ID",
|
|
12761
|
+
"name": "filterId",
|
|
12700
12762
|
"required": true
|
|
12701
12763
|
}
|
|
12702
12764
|
},
|
|
12703
|
-
"description": "Delete a bot
|
|
12765
|
+
"description": "Delete a bot filter",
|
|
12704
12766
|
"flags": {
|
|
12705
12767
|
"api-key": {
|
|
12706
12768
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12767,7 +12829,7 @@
|
|
|
12767
12829
|
},
|
|
12768
12830
|
"hasDynamicHelp": false,
|
|
12769
12831
|
"hiddenAliases": [],
|
|
12770
|
-
"id": "bots:
|
|
12832
|
+
"id": "bots:filters:delete",
|
|
12771
12833
|
"pluginAlias": "@instantkom/cli",
|
|
12772
12834
|
"pluginName": "@instantkom/cli",
|
|
12773
12835
|
"pluginType": "core",
|
|
@@ -12778,20 +12840,25 @@
|
|
|
12778
12840
|
"dist",
|
|
12779
12841
|
"commands",
|
|
12780
12842
|
"bots",
|
|
12781
|
-
"
|
|
12843
|
+
"filters",
|
|
12782
12844
|
"delete.js"
|
|
12783
12845
|
]
|
|
12784
12846
|
},
|
|
12785
|
-
"bots:
|
|
12847
|
+
"bots:filters:get": {
|
|
12786
12848
|
"aliases": [],
|
|
12787
12849
|
"args": {
|
|
12788
|
-
"
|
|
12789
|
-
"description": "
|
|
12790
|
-
"name": "
|
|
12850
|
+
"botId": {
|
|
12851
|
+
"description": "Bot ID",
|
|
12852
|
+
"name": "botId",
|
|
12853
|
+
"required": true
|
|
12854
|
+
},
|
|
12855
|
+
"filterId": {
|
|
12856
|
+
"description": "Filter ID",
|
|
12857
|
+
"name": "filterId",
|
|
12791
12858
|
"required": true
|
|
12792
12859
|
}
|
|
12793
12860
|
},
|
|
12794
|
-
"description": "Get a bot
|
|
12861
|
+
"description": "Get a bot filter",
|
|
12795
12862
|
"flags": {
|
|
12796
12863
|
"api-key": {
|
|
12797
12864
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12858,7 +12925,7 @@
|
|
|
12858
12925
|
},
|
|
12859
12926
|
"hasDynamicHelp": false,
|
|
12860
12927
|
"hiddenAliases": [],
|
|
12861
|
-
"id": "bots:
|
|
12928
|
+
"id": "bots:filters:get",
|
|
12862
12929
|
"pluginAlias": "@instantkom/cli",
|
|
12863
12930
|
"pluginName": "@instantkom/cli",
|
|
12864
12931
|
"pluginType": "core",
|
|
@@ -12869,14 +12936,20 @@
|
|
|
12869
12936
|
"dist",
|
|
12870
12937
|
"commands",
|
|
12871
12938
|
"bots",
|
|
12872
|
-
"
|
|
12939
|
+
"filters",
|
|
12873
12940
|
"get.js"
|
|
12874
12941
|
]
|
|
12875
12942
|
},
|
|
12876
|
-
"bots:
|
|
12943
|
+
"bots:filters:list": {
|
|
12877
12944
|
"aliases": [],
|
|
12878
|
-
"args": {
|
|
12879
|
-
|
|
12945
|
+
"args": {
|
|
12946
|
+
"botId": {
|
|
12947
|
+
"description": "Bot ID",
|
|
12948
|
+
"name": "botId",
|
|
12949
|
+
"required": true
|
|
12950
|
+
}
|
|
12951
|
+
},
|
|
12952
|
+
"description": "List bot filters",
|
|
12880
12953
|
"flags": {
|
|
12881
12954
|
"api-key": {
|
|
12882
12955
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12956,16 +13029,20 @@
|
|
|
12956
13029
|
"multiple": false,
|
|
12957
13030
|
"type": "option"
|
|
12958
13031
|
},
|
|
12959
|
-
"
|
|
12960
|
-
"description": "
|
|
12961
|
-
"name": "
|
|
13032
|
+
"status": {
|
|
13033
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
13034
|
+
"name": "status",
|
|
12962
13035
|
"hasDynamicHelp": false,
|
|
12963
13036
|
"multiple": false,
|
|
13037
|
+
"options": [
|
|
13038
|
+
"0",
|
|
13039
|
+
"1"
|
|
13040
|
+
],
|
|
12964
13041
|
"type": "option"
|
|
12965
13042
|
},
|
|
12966
|
-
"
|
|
12967
|
-
"description": "
|
|
12968
|
-
"name": "
|
|
13043
|
+
"search": {
|
|
13044
|
+
"description": "Search in name or description",
|
|
13045
|
+
"name": "search",
|
|
12969
13046
|
"hasDynamicHelp": false,
|
|
12970
13047
|
"multiple": false,
|
|
12971
13048
|
"type": "option"
|
|
@@ -12973,7 +13050,7 @@
|
|
|
12973
13050
|
},
|
|
12974
13051
|
"hasDynamicHelp": false,
|
|
12975
13052
|
"hiddenAliases": [],
|
|
12976
|
-
"id": "bots:
|
|
13053
|
+
"id": "bots:filters:list",
|
|
12977
13054
|
"pluginAlias": "@instantkom/cli",
|
|
12978
13055
|
"pluginName": "@instantkom/cli",
|
|
12979
13056
|
"pluginType": "core",
|
|
@@ -12984,20 +13061,25 @@
|
|
|
12984
13061
|
"dist",
|
|
12985
13062
|
"commands",
|
|
12986
13063
|
"bots",
|
|
12987
|
-
"
|
|
13064
|
+
"filters",
|
|
12988
13065
|
"list.js"
|
|
12989
13066
|
]
|
|
12990
13067
|
},
|
|
12991
|
-
"bots:
|
|
13068
|
+
"bots:filters:update": {
|
|
12992
13069
|
"aliases": [],
|
|
12993
13070
|
"args": {
|
|
12994
|
-
"
|
|
12995
|
-
"description": "
|
|
12996
|
-
"name": "
|
|
13071
|
+
"botId": {
|
|
13072
|
+
"description": "Bot ID",
|
|
13073
|
+
"name": "botId",
|
|
13074
|
+
"required": true
|
|
13075
|
+
},
|
|
13076
|
+
"filterId": {
|
|
13077
|
+
"description": "Filter ID",
|
|
13078
|
+
"name": "filterId",
|
|
12997
13079
|
"required": true
|
|
12998
13080
|
}
|
|
12999
13081
|
},
|
|
13000
|
-
"description": "Update a bot
|
|
13082
|
+
"description": "Update a bot filter",
|
|
13001
13083
|
"flags": {
|
|
13002
13084
|
"api-key": {
|
|
13003
13085
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13061,144 +13143,62 @@
|
|
|
13061
13143
|
"multiple": false,
|
|
13062
13144
|
"type": "option"
|
|
13063
13145
|
},
|
|
13064
|
-
"
|
|
13065
|
-
"description": "
|
|
13066
|
-
"name": "
|
|
13067
|
-
"hasDynamicHelp": false,
|
|
13068
|
-
"multiple": false,
|
|
13069
|
-
"type": "option"
|
|
13070
|
-
},
|
|
13071
|
-
"color": {
|
|
13072
|
-
"description": "Variable color as HEX",
|
|
13073
|
-
"name": "color",
|
|
13074
|
-
"hasDynamicHelp": false,
|
|
13075
|
-
"multiple": false,
|
|
13076
|
-
"type": "option"
|
|
13077
|
-
},
|
|
13078
|
-
"data": {
|
|
13079
|
-
"description": "Additional JSON object payload",
|
|
13080
|
-
"name": "data",
|
|
13081
|
-
"hasDynamicHelp": false,
|
|
13082
|
-
"multiple": false,
|
|
13083
|
-
"type": "option"
|
|
13084
|
-
}
|
|
13085
|
-
},
|
|
13086
|
-
"hasDynamicHelp": false,
|
|
13087
|
-
"hiddenAliases": [],
|
|
13088
|
-
"id": "bots:env-vars:update",
|
|
13089
|
-
"pluginAlias": "@instantkom/cli",
|
|
13090
|
-
"pluginName": "@instantkom/cli",
|
|
13091
|
-
"pluginType": "core",
|
|
13092
|
-
"strict": true,
|
|
13093
|
-
"enableJsonFlag": false,
|
|
13094
|
-
"isESM": true,
|
|
13095
|
-
"relativePath": [
|
|
13096
|
-
"dist",
|
|
13097
|
-
"commands",
|
|
13098
|
-
"bots",
|
|
13099
|
-
"env-vars",
|
|
13100
|
-
"update.js"
|
|
13101
|
-
]
|
|
13102
|
-
},
|
|
13103
|
-
"bots:env-vars:values": {
|
|
13104
|
-
"aliases": [],
|
|
13105
|
-
"args": {
|
|
13106
|
-
"id": {
|
|
13107
|
-
"description": "Environment variable ID",
|
|
13108
|
-
"name": "id",
|
|
13109
|
-
"required": true
|
|
13110
|
-
}
|
|
13111
|
-
},
|
|
13112
|
-
"description": "List recipient values for a bot environment variable",
|
|
13113
|
-
"flags": {
|
|
13114
|
-
"api-key": {
|
|
13115
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
13116
|
-
"env": "IKM_API_KEY",
|
|
13117
|
-
"helpGroup": "GLOBAL",
|
|
13118
|
-
"name": "api-key",
|
|
13146
|
+
"name": {
|
|
13147
|
+
"description": "Filter name",
|
|
13148
|
+
"name": "name",
|
|
13119
13149
|
"hasDynamicHelp": false,
|
|
13120
13150
|
"multiple": false,
|
|
13121
13151
|
"type": "option"
|
|
13122
13152
|
},
|
|
13123
|
-
"
|
|
13124
|
-
"description": "
|
|
13125
|
-
"
|
|
13126
|
-
"name": "format",
|
|
13127
|
-
"default": "text",
|
|
13153
|
+
"operator": {
|
|
13154
|
+
"description": "Logical operator",
|
|
13155
|
+
"name": "operator",
|
|
13128
13156
|
"hasDynamicHelp": false,
|
|
13129
13157
|
"multiple": false,
|
|
13130
|
-
"options": [
|
|
13131
|
-
"text",
|
|
13132
|
-
"json",
|
|
13133
|
-
"yaml",
|
|
13134
|
-
"table"
|
|
13135
|
-
],
|
|
13136
13158
|
"type": "option"
|
|
13137
13159
|
},
|
|
13138
|
-
"
|
|
13139
|
-
"description": "
|
|
13140
|
-
"
|
|
13141
|
-
"name": "json",
|
|
13142
|
-
"allowNo": false,
|
|
13143
|
-
"type": "boolean"
|
|
13144
|
-
},
|
|
13145
|
-
"quiet": {
|
|
13146
|
-
"description": "Suppress all output except errors",
|
|
13147
|
-
"helpGroup": "GLOBAL",
|
|
13148
|
-
"name": "quiet",
|
|
13149
|
-
"allowNo": false,
|
|
13150
|
-
"type": "boolean"
|
|
13151
|
-
},
|
|
13152
|
-
"no-color": {
|
|
13153
|
-
"description": "Disable color output",
|
|
13154
|
-
"helpGroup": "GLOBAL",
|
|
13155
|
-
"name": "no-color",
|
|
13156
|
-
"allowNo": false,
|
|
13157
|
-
"type": "boolean"
|
|
13158
|
-
},
|
|
13159
|
-
"profile": {
|
|
13160
|
-
"description": "Named configuration profile to use",
|
|
13161
|
-
"helpGroup": "GLOBAL",
|
|
13162
|
-
"name": "profile",
|
|
13163
|
-
"default": "default",
|
|
13160
|
+
"filter-object": {
|
|
13161
|
+
"description": "Filter object type",
|
|
13162
|
+
"name": "filter-object",
|
|
13164
13163
|
"hasDynamicHelp": false,
|
|
13165
13164
|
"multiple": false,
|
|
13166
13165
|
"type": "option"
|
|
13167
13166
|
},
|
|
13168
|
-
"
|
|
13169
|
-
"description": "
|
|
13170
|
-
"
|
|
13171
|
-
"name": "api-url",
|
|
13167
|
+
"filter-attribute": {
|
|
13168
|
+
"description": "Filter attribute",
|
|
13169
|
+
"name": "filter-attribute",
|
|
13172
13170
|
"hasDynamicHelp": false,
|
|
13173
13171
|
"multiple": false,
|
|
13174
13172
|
"type": "option"
|
|
13175
13173
|
},
|
|
13176
|
-
"
|
|
13177
|
-
"description": "
|
|
13178
|
-
"name": "
|
|
13179
|
-
"default": 1,
|
|
13174
|
+
"filter-comparator": {
|
|
13175
|
+
"description": "Filter comparator",
|
|
13176
|
+
"name": "filter-comparator",
|
|
13180
13177
|
"hasDynamicHelp": false,
|
|
13181
13178
|
"multiple": false,
|
|
13182
13179
|
"type": "option"
|
|
13183
13180
|
},
|
|
13184
|
-
"
|
|
13185
|
-
"description": "
|
|
13186
|
-
"name": "
|
|
13187
|
-
"default": 20,
|
|
13181
|
+
"filter-value": {
|
|
13182
|
+
"description": "Filter value",
|
|
13183
|
+
"name": "filter-value",
|
|
13188
13184
|
"hasDynamicHelp": false,
|
|
13189
13185
|
"multiple": false,
|
|
13190
13186
|
"type": "option"
|
|
13191
13187
|
},
|
|
13192
|
-
"
|
|
13193
|
-
"description": "
|
|
13194
|
-
"name": "
|
|
13188
|
+
"status": {
|
|
13189
|
+
"description": "Status: 0 inactive, 1 active",
|
|
13190
|
+
"name": "status",
|
|
13195
13191
|
"hasDynamicHelp": false,
|
|
13196
13192
|
"multiple": false,
|
|
13193
|
+
"options": [
|
|
13194
|
+
"0",
|
|
13195
|
+
"1"
|
|
13196
|
+
],
|
|
13197
13197
|
"type": "option"
|
|
13198
13198
|
},
|
|
13199
|
-
"
|
|
13200
|
-
"description": "
|
|
13201
|
-
"name": "
|
|
13199
|
+
"data": {
|
|
13200
|
+
"description": "Additional JSON object payload",
|
|
13201
|
+
"name": "data",
|
|
13202
13202
|
"hasDynamicHelp": false,
|
|
13203
13203
|
"multiple": false,
|
|
13204
13204
|
"type": "option"
|
|
@@ -13206,7 +13206,7 @@
|
|
|
13206
13206
|
},
|
|
13207
13207
|
"hasDynamicHelp": false,
|
|
13208
13208
|
"hiddenAliases": [],
|
|
13209
|
-
"id": "bots:
|
|
13209
|
+
"id": "bots:filters:update",
|
|
13210
13210
|
"pluginAlias": "@instantkom/cli",
|
|
13211
13211
|
"pluginName": "@instantkom/cli",
|
|
13212
13212
|
"pluginType": "core",
|
|
@@ -13217,8 +13217,8 @@
|
|
|
13217
13217
|
"dist",
|
|
13218
13218
|
"commands",
|
|
13219
13219
|
"bots",
|
|
13220
|
-
"
|
|
13221
|
-
"
|
|
13220
|
+
"filters",
|
|
13221
|
+
"update.js"
|
|
13222
13222
|
]
|
|
13223
13223
|
},
|
|
13224
13224
|
"bots:tags:add": {
|
|
@@ -16352,5 +16352,5 @@
|
|
|
16352
16352
|
]
|
|
16353
16353
|
}
|
|
16354
16354
|
},
|
|
16355
|
-
"version": "3.
|
|
16355
|
+
"version": "3.142.0"
|
|
16356
16356
|
}
|