@instantkom/cli 3.142.0 → 3.143.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 +938 -938
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -953,10 +953,10 @@
|
|
|
953
953
|
"update.js"
|
|
954
954
|
]
|
|
955
955
|
},
|
|
956
|
-
"
|
|
956
|
+
"auth:login": {
|
|
957
957
|
"aliases": [],
|
|
958
958
|
"args": {},
|
|
959
|
-
"description": "
|
|
959
|
+
"description": "Authenticate with the instantKOM API via device authorization flow",
|
|
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,46 +1020,24 @@
|
|
|
1020
1020
|
"multiple": false,
|
|
1021
1021
|
"type": "option"
|
|
1022
1022
|
},
|
|
1023
|
-
"
|
|
1024
|
-
"description": "
|
|
1025
|
-
"name": "
|
|
1026
|
-
"
|
|
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",
|
|
1023
|
+
"scope": {
|
|
1024
|
+
"description": "Requested token scope",
|
|
1025
|
+
"name": "scope",
|
|
1026
|
+
"default": "read",
|
|
1048
1027
|
"hasDynamicHelp": false,
|
|
1049
1028
|
"multiple": false,
|
|
1050
1029
|
"options": [
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"
|
|
1055
|
-
"empathetic"
|
|
1030
|
+
"full",
|
|
1031
|
+
"send",
|
|
1032
|
+
"read",
|
|
1033
|
+
"admin"
|
|
1056
1034
|
],
|
|
1057
1035
|
"type": "option"
|
|
1058
1036
|
}
|
|
1059
1037
|
},
|
|
1060
1038
|
"hasDynamicHelp": false,
|
|
1061
1039
|
"hiddenAliases": [],
|
|
1062
|
-
"id": "
|
|
1040
|
+
"id": "auth:login",
|
|
1063
1041
|
"pluginAlias": "@instantkom/cli",
|
|
1064
1042
|
"pluginName": "@instantkom/cli",
|
|
1065
1043
|
"pluginType": "core",
|
|
@@ -1069,14 +1047,14 @@
|
|
|
1069
1047
|
"relativePath": [
|
|
1070
1048
|
"dist",
|
|
1071
1049
|
"commands",
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1050
|
+
"auth",
|
|
1051
|
+
"login.js"
|
|
1074
1052
|
]
|
|
1075
1053
|
},
|
|
1076
|
-
"auth:
|
|
1054
|
+
"auth:logout": {
|
|
1077
1055
|
"aliases": [],
|
|
1078
1056
|
"args": {},
|
|
1079
|
-
"description": "
|
|
1057
|
+
"description": "Remove the stored API token for the current profile",
|
|
1080
1058
|
"flags": {
|
|
1081
1059
|
"api-key": {
|
|
1082
1060
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1139,25 +1117,11 @@
|
|
|
1139
1117
|
"hasDynamicHelp": false,
|
|
1140
1118
|
"multiple": false,
|
|
1141
1119
|
"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"
|
|
1156
1120
|
}
|
|
1157
1121
|
},
|
|
1158
1122
|
"hasDynamicHelp": false,
|
|
1159
1123
|
"hiddenAliases": [],
|
|
1160
|
-
"id": "auth:
|
|
1124
|
+
"id": "auth:logout",
|
|
1161
1125
|
"pluginAlias": "@instantkom/cli",
|
|
1162
1126
|
"pluginName": "@instantkom/cli",
|
|
1163
1127
|
"pluginType": "core",
|
|
@@ -1168,13 +1132,13 @@
|
|
|
1168
1132
|
"dist",
|
|
1169
1133
|
"commands",
|
|
1170
1134
|
"auth",
|
|
1171
|
-
"
|
|
1135
|
+
"logout.js"
|
|
1172
1136
|
]
|
|
1173
1137
|
},
|
|
1174
|
-
"
|
|
1138
|
+
"ai:reply": {
|
|
1175
1139
|
"aliases": [],
|
|
1176
1140
|
"args": {},
|
|
1177
|
-
"description": "
|
|
1141
|
+
"description": "Generate AI reply suggestions for a message",
|
|
1178
1142
|
"flags": {
|
|
1179
1143
|
"api-key": {
|
|
1180
1144
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1237,11 +1201,47 @@
|
|
|
1237
1201
|
"hasDynamicHelp": false,
|
|
1238
1202
|
"multiple": false,
|
|
1239
1203
|
"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": "ai:reply",
|
|
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
|
+
"ai",
|
|
1255
|
+
"reply.js"
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
1258
|
"autocomplete:script": {
|
|
@@ -2015,16 +2015,10 @@
|
|
|
2015
2015
|
"update.js"
|
|
2016
2016
|
]
|
|
2017
2017
|
},
|
|
2018
|
-
"
|
|
2018
|
+
"broadcast:create": {
|
|
2019
2019
|
"aliases": [],
|
|
2020
|
-
"args": {
|
|
2021
|
-
|
|
2022
|
-
"description": "chat ID",
|
|
2023
|
-
"name": "id",
|
|
2024
|
-
"required": true
|
|
2025
|
-
}
|
|
2026
|
-
},
|
|
2027
|
-
"description": "Get chat by ID",
|
|
2020
|
+
"args": {},
|
|
2021
|
+
"description": "Create a broadcast for channels or segments",
|
|
2028
2022
|
"flags": {
|
|
2029
2023
|
"api-key": {
|
|
2030
2024
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2087,11 +2081,93 @@
|
|
|
2087
2081
|
"hasDynamicHelp": false,
|
|
2088
2082
|
"multiple": false,
|
|
2089
2083
|
"type": "option"
|
|
2084
|
+
},
|
|
2085
|
+
"channel": {
|
|
2086
|
+
"description": "Channel ID target",
|
|
2087
|
+
"name": "channel",
|
|
2088
|
+
"hasDynamicHelp": false,
|
|
2089
|
+
"multiple": false,
|
|
2090
|
+
"type": "option"
|
|
2091
|
+
},
|
|
2092
|
+
"segment": {
|
|
2093
|
+
"description": "Segment ID within --channel",
|
|
2094
|
+
"name": "segment",
|
|
2095
|
+
"hasDynamicHelp": false,
|
|
2096
|
+
"multiple": false,
|
|
2097
|
+
"type": "option"
|
|
2098
|
+
},
|
|
2099
|
+
"target": {
|
|
2100
|
+
"description": "Target as channelId or channelId:segmentId; may be repeated",
|
|
2101
|
+
"name": "target",
|
|
2102
|
+
"hasDynamicHelp": false,
|
|
2103
|
+
"multiple": true,
|
|
2104
|
+
"type": "option"
|
|
2105
|
+
},
|
|
2106
|
+
"text": {
|
|
2107
|
+
"description": "Broadcast message text",
|
|
2108
|
+
"name": "text",
|
|
2109
|
+
"required": true,
|
|
2110
|
+
"hasDynamicHelp": false,
|
|
2111
|
+
"multiple": false,
|
|
2112
|
+
"type": "option"
|
|
2113
|
+
},
|
|
2114
|
+
"send-at": {
|
|
2115
|
+
"description": "Schedule send for an ISO-8601 date-time",
|
|
2116
|
+
"name": "send-at",
|
|
2117
|
+
"hasDynamicHelp": false,
|
|
2118
|
+
"multiple": false,
|
|
2119
|
+
"type": "option"
|
|
2120
|
+
},
|
|
2121
|
+
"dry-run": {
|
|
2122
|
+
"description": "Validate and print the broadcast payload without mutating API calls",
|
|
2123
|
+
"name": "dry-run",
|
|
2124
|
+
"allowNo": false,
|
|
2125
|
+
"type": "boolean"
|
|
2126
|
+
},
|
|
2127
|
+
"idempotency-key": {
|
|
2128
|
+
"description": "Idempotency key forwarded as Idempotency-Key",
|
|
2129
|
+
"name": "idempotency-key",
|
|
2130
|
+
"hasDynamicHelp": false,
|
|
2131
|
+
"multiple": false,
|
|
2132
|
+
"type": "option"
|
|
2133
|
+
},
|
|
2134
|
+
"media": {
|
|
2135
|
+
"description": "Media file path to upload",
|
|
2136
|
+
"name": "media",
|
|
2137
|
+
"hasDynamicHelp": false,
|
|
2138
|
+
"multiple": true,
|
|
2139
|
+
"type": "option"
|
|
2140
|
+
},
|
|
2141
|
+
"template-id": {
|
|
2142
|
+
"description": "WhatsApp template ID",
|
|
2143
|
+
"name": "template-id",
|
|
2144
|
+
"hasDynamicHelp": false,
|
|
2145
|
+
"multiple": false,
|
|
2146
|
+
"type": "option"
|
|
2147
|
+
},
|
|
2148
|
+
"send-status": {
|
|
2149
|
+
"description": "Initial broadcast send status",
|
|
2150
|
+
"name": "send-status",
|
|
2151
|
+
"default": "draft",
|
|
2152
|
+
"hasDynamicHelp": false,
|
|
2153
|
+
"multiple": false,
|
|
2154
|
+
"options": [
|
|
2155
|
+
"draft",
|
|
2156
|
+
"scheduled",
|
|
2157
|
+
"sending"
|
|
2158
|
+
],
|
|
2159
|
+
"type": "option"
|
|
2160
|
+
},
|
|
2161
|
+
"auto-approve": {
|
|
2162
|
+
"description": "Auto-approve broadcast when allowed by API permissions",
|
|
2163
|
+
"name": "auto-approve",
|
|
2164
|
+
"allowNo": false,
|
|
2165
|
+
"type": "boolean"
|
|
2090
2166
|
}
|
|
2091
2167
|
},
|
|
2092
2168
|
"hasDynamicHelp": false,
|
|
2093
2169
|
"hiddenAliases": [],
|
|
2094
|
-
"id": "
|
|
2170
|
+
"id": "broadcast:create",
|
|
2095
2171
|
"pluginAlias": "@instantkom/cli",
|
|
2096
2172
|
"pluginName": "@instantkom/cli",
|
|
2097
2173
|
"pluginType": "core",
|
|
@@ -2101,14 +2177,20 @@
|
|
|
2101
2177
|
"relativePath": [
|
|
2102
2178
|
"dist",
|
|
2103
2179
|
"commands",
|
|
2104
|
-
"
|
|
2105
|
-
"
|
|
2180
|
+
"broadcast",
|
|
2181
|
+
"create.js"
|
|
2106
2182
|
]
|
|
2107
2183
|
},
|
|
2108
|
-
"
|
|
2184
|
+
"broadcast:delete": {
|
|
2109
2185
|
"aliases": [],
|
|
2110
|
-
"args": {
|
|
2111
|
-
|
|
2186
|
+
"args": {
|
|
2187
|
+
"id": {
|
|
2188
|
+
"description": "broadcast ID",
|
|
2189
|
+
"name": "id",
|
|
2190
|
+
"required": true
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2193
|
+
"description": "Delete broadcast",
|
|
2112
2194
|
"flags": {
|
|
2113
2195
|
"api-key": {
|
|
2114
2196
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2171,73 +2253,11 @@
|
|
|
2171
2253
|
"hasDynamicHelp": false,
|
|
2172
2254
|
"multiple": false,
|
|
2173
2255
|
"type": "option"
|
|
2174
|
-
},
|
|
2175
|
-
"page": {
|
|
2176
|
-
"description": "Page number",
|
|
2177
|
-
"name": "page",
|
|
2178
|
-
"default": 1,
|
|
2179
|
-
"hasDynamicHelp": false,
|
|
2180
|
-
"multiple": false,
|
|
2181
|
-
"type": "option"
|
|
2182
|
-
},
|
|
2183
|
-
"limit": {
|
|
2184
|
-
"description": "Items per page",
|
|
2185
|
-
"name": "limit",
|
|
2186
|
-
"default": 20,
|
|
2187
|
-
"hasDynamicHelp": false,
|
|
2188
|
-
"multiple": false,
|
|
2189
|
-
"type": "option"
|
|
2190
|
-
},
|
|
2191
|
-
"channel": {
|
|
2192
|
-
"description": "Filter by channel ID",
|
|
2193
|
-
"name": "channel",
|
|
2194
|
-
"hasDynamicHelp": false,
|
|
2195
|
-
"multiple": false,
|
|
2196
|
-
"type": "option"
|
|
2197
|
-
},
|
|
2198
|
-
"channels": {
|
|
2199
|
-
"description": "Comma-separated channel IDs",
|
|
2200
|
-
"name": "channels",
|
|
2201
|
-
"hasDynamicHelp": false,
|
|
2202
|
-
"multiple": false,
|
|
2203
|
-
"type": "option"
|
|
2204
|
-
},
|
|
2205
|
-
"search": {
|
|
2206
|
-
"description": "Search chats",
|
|
2207
|
-
"name": "search",
|
|
2208
|
-
"hasDynamicHelp": false,
|
|
2209
|
-
"multiple": false,
|
|
2210
|
-
"type": "option"
|
|
2211
|
-
},
|
|
2212
|
-
"status": {
|
|
2213
|
-
"description": "Chat status",
|
|
2214
|
-
"name": "status",
|
|
2215
|
-
"hasDynamicHelp": false,
|
|
2216
|
-
"multiple": false,
|
|
2217
|
-
"options": [
|
|
2218
|
-
"all",
|
|
2219
|
-
"unread",
|
|
2220
|
-
"read",
|
|
2221
|
-
"archived"
|
|
2222
|
-
],
|
|
2223
|
-
"type": "option"
|
|
2224
|
-
},
|
|
2225
|
-
"unread-only": {
|
|
2226
|
-
"description": "Only unread chats",
|
|
2227
|
-
"name": "unread-only",
|
|
2228
|
-
"allowNo": false,
|
|
2229
|
-
"type": "boolean"
|
|
2230
|
-
},
|
|
2231
|
-
"include-archived": {
|
|
2232
|
-
"description": "Include archived chats",
|
|
2233
|
-
"name": "include-archived",
|
|
2234
|
-
"allowNo": false,
|
|
2235
|
-
"type": "boolean"
|
|
2236
2256
|
}
|
|
2237
2257
|
},
|
|
2238
2258
|
"hasDynamicHelp": false,
|
|
2239
2259
|
"hiddenAliases": [],
|
|
2240
|
-
"id": "
|
|
2260
|
+
"id": "broadcast:delete",
|
|
2241
2261
|
"pluginAlias": "@instantkom/cli",
|
|
2242
2262
|
"pluginName": "@instantkom/cli",
|
|
2243
2263
|
"pluginType": "core",
|
|
@@ -2247,20 +2267,20 @@
|
|
|
2247
2267
|
"relativePath": [
|
|
2248
2268
|
"dist",
|
|
2249
2269
|
"commands",
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2270
|
+
"broadcast",
|
|
2271
|
+
"delete.js"
|
|
2252
2272
|
]
|
|
2253
2273
|
},
|
|
2254
|
-
"
|
|
2274
|
+
"broadcast:get": {
|
|
2255
2275
|
"aliases": [],
|
|
2256
2276
|
"args": {
|
|
2257
2277
|
"id": {
|
|
2258
|
-
"description": "
|
|
2278
|
+
"description": "broadcast ID",
|
|
2259
2279
|
"name": "id",
|
|
2260
2280
|
"required": true
|
|
2261
2281
|
}
|
|
2262
2282
|
},
|
|
2263
|
-
"description": "
|
|
2283
|
+
"description": "Get broadcast by ID",
|
|
2264
2284
|
"flags": {
|
|
2265
2285
|
"api-key": {
|
|
2266
2286
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2323,19 +2343,11 @@
|
|
|
2323
2343
|
"hasDynamicHelp": false,
|
|
2324
2344
|
"multiple": false,
|
|
2325
2345
|
"type": "option"
|
|
2326
|
-
},
|
|
2327
|
-
"text": {
|
|
2328
|
-
"description": "Reply text",
|
|
2329
|
-
"name": "text",
|
|
2330
|
-
"required": true,
|
|
2331
|
-
"hasDynamicHelp": false,
|
|
2332
|
-
"multiple": false,
|
|
2333
|
-
"type": "option"
|
|
2334
2346
|
}
|
|
2335
2347
|
},
|
|
2336
2348
|
"hasDynamicHelp": false,
|
|
2337
2349
|
"hiddenAliases": [],
|
|
2338
|
-
"id": "
|
|
2350
|
+
"id": "broadcast:get",
|
|
2339
2351
|
"pluginAlias": "@instantkom/cli",
|
|
2340
2352
|
"pluginName": "@instantkom/cli",
|
|
2341
2353
|
"pluginType": "core",
|
|
@@ -2345,20 +2357,14 @@
|
|
|
2345
2357
|
"relativePath": [
|
|
2346
2358
|
"dist",
|
|
2347
2359
|
"commands",
|
|
2348
|
-
"
|
|
2349
|
-
"
|
|
2360
|
+
"broadcast",
|
|
2361
|
+
"get.js"
|
|
2350
2362
|
]
|
|
2351
2363
|
},
|
|
2352
|
-
"
|
|
2364
|
+
"broadcast:list": {
|
|
2353
2365
|
"aliases": [],
|
|
2354
|
-
"args": {
|
|
2355
|
-
|
|
2356
|
-
"description": "Configuration key to retrieve",
|
|
2357
|
-
"name": "key",
|
|
2358
|
-
"required": true
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
"description": "Get a configuration value for the current profile",
|
|
2366
|
+
"args": {},
|
|
2367
|
+
"description": "List broadcasts",
|
|
2362
2368
|
"flags": {
|
|
2363
2369
|
"api-key": {
|
|
2364
2370
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2421,11 +2427,73 @@
|
|
|
2421
2427
|
"hasDynamicHelp": false,
|
|
2422
2428
|
"multiple": false,
|
|
2423
2429
|
"type": "option"
|
|
2430
|
+
},
|
|
2431
|
+
"page": {
|
|
2432
|
+
"description": "Page number",
|
|
2433
|
+
"name": "page",
|
|
2434
|
+
"default": 1,
|
|
2435
|
+
"hasDynamicHelp": false,
|
|
2436
|
+
"multiple": false,
|
|
2437
|
+
"type": "option"
|
|
2438
|
+
},
|
|
2439
|
+
"limit": {
|
|
2440
|
+
"description": "Items per page",
|
|
2441
|
+
"name": "limit",
|
|
2442
|
+
"default": 20,
|
|
2443
|
+
"hasDynamicHelp": false,
|
|
2444
|
+
"multiple": false,
|
|
2445
|
+
"type": "option"
|
|
2446
|
+
},
|
|
2447
|
+
"channel": {
|
|
2448
|
+
"description": "Filter by channel ID",
|
|
2449
|
+
"name": "channel",
|
|
2450
|
+
"hasDynamicHelp": false,
|
|
2451
|
+
"multiple": false,
|
|
2452
|
+
"type": "option"
|
|
2453
|
+
},
|
|
2454
|
+
"send-status": {
|
|
2455
|
+
"description": "Filter by send status",
|
|
2456
|
+
"name": "send-status",
|
|
2457
|
+
"hasDynamicHelp": false,
|
|
2458
|
+
"multiple": false,
|
|
2459
|
+
"type": "option"
|
|
2460
|
+
},
|
|
2461
|
+
"type": {
|
|
2462
|
+
"description": "Broadcast type",
|
|
2463
|
+
"name": "type",
|
|
2464
|
+
"hasDynamicHelp": false,
|
|
2465
|
+
"multiple": false,
|
|
2466
|
+
"options": [
|
|
2467
|
+
"text",
|
|
2468
|
+
"image",
|
|
2469
|
+
"video",
|
|
2470
|
+
"audio",
|
|
2471
|
+
"document"
|
|
2472
|
+
],
|
|
2473
|
+
"type": "option"
|
|
2474
|
+
},
|
|
2475
|
+
"search": {
|
|
2476
|
+
"description": "Search broadcasts",
|
|
2477
|
+
"name": "search",
|
|
2478
|
+
"hasDynamicHelp": false,
|
|
2479
|
+
"multiple": false,
|
|
2480
|
+
"type": "option"
|
|
2481
|
+
},
|
|
2482
|
+
"test": {
|
|
2483
|
+
"description": "Filter test flag: 0 or 1",
|
|
2484
|
+
"name": "test",
|
|
2485
|
+
"hasDynamicHelp": false,
|
|
2486
|
+
"multiple": false,
|
|
2487
|
+
"options": [
|
|
2488
|
+
"0",
|
|
2489
|
+
"1"
|
|
2490
|
+
],
|
|
2491
|
+
"type": "option"
|
|
2424
2492
|
}
|
|
2425
2493
|
},
|
|
2426
2494
|
"hasDynamicHelp": false,
|
|
2427
2495
|
"hiddenAliases": [],
|
|
2428
|
-
"id": "
|
|
2496
|
+
"id": "broadcast:list",
|
|
2429
2497
|
"pluginAlias": "@instantkom/cli",
|
|
2430
2498
|
"pluginName": "@instantkom/cli",
|
|
2431
2499
|
"pluginType": "core",
|
|
@@ -2435,25 +2503,20 @@
|
|
|
2435
2503
|
"relativePath": [
|
|
2436
2504
|
"dist",
|
|
2437
2505
|
"commands",
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2506
|
+
"broadcast",
|
|
2507
|
+
"list.js"
|
|
2440
2508
|
]
|
|
2441
2509
|
},
|
|
2442
|
-
"
|
|
2510
|
+
"broadcast:send": {
|
|
2443
2511
|
"aliases": [],
|
|
2444
2512
|
"args": {
|
|
2445
|
-
"
|
|
2446
|
-
"description": "
|
|
2447
|
-
"name": "
|
|
2448
|
-
"required": true
|
|
2449
|
-
},
|
|
2450
|
-
"value": {
|
|
2451
|
-
"description": "Value to assign",
|
|
2452
|
-
"name": "value",
|
|
2513
|
+
"id": {
|
|
2514
|
+
"description": "Broadcast ID",
|
|
2515
|
+
"name": "id",
|
|
2453
2516
|
"required": true
|
|
2454
2517
|
}
|
|
2455
2518
|
},
|
|
2456
|
-
"description": "
|
|
2519
|
+
"description": "Send a broadcast immediately",
|
|
2457
2520
|
"flags": {
|
|
2458
2521
|
"api-key": {
|
|
2459
2522
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2520,7 +2583,7 @@
|
|
|
2520
2583
|
},
|
|
2521
2584
|
"hasDynamicHelp": false,
|
|
2522
2585
|
"hiddenAliases": [],
|
|
2523
|
-
"id": "
|
|
2586
|
+
"id": "broadcast:send",
|
|
2524
2587
|
"pluginAlias": "@instantkom/cli",
|
|
2525
2588
|
"pluginName": "@instantkom/cli",
|
|
2526
2589
|
"pluginType": "core",
|
|
@@ -2530,20 +2593,20 @@
|
|
|
2530
2593
|
"relativePath": [
|
|
2531
2594
|
"dist",
|
|
2532
2595
|
"commands",
|
|
2533
|
-
"
|
|
2534
|
-
"
|
|
2596
|
+
"broadcast",
|
|
2597
|
+
"send.js"
|
|
2535
2598
|
]
|
|
2536
2599
|
},
|
|
2537
|
-
"
|
|
2600
|
+
"broadcast:status": {
|
|
2538
2601
|
"aliases": [],
|
|
2539
2602
|
"args": {
|
|
2540
|
-
"
|
|
2541
|
-
"description": "
|
|
2542
|
-
"name": "
|
|
2603
|
+
"id": {
|
|
2604
|
+
"description": "Broadcast ID",
|
|
2605
|
+
"name": "id",
|
|
2543
2606
|
"required": true
|
|
2544
2607
|
}
|
|
2545
2608
|
},
|
|
2546
|
-
"description": "
|
|
2609
|
+
"description": "Show broadcast send status",
|
|
2547
2610
|
"flags": {
|
|
2548
2611
|
"api-key": {
|
|
2549
2612
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2610,7 +2673,7 @@
|
|
|
2610
2673
|
},
|
|
2611
2674
|
"hasDynamicHelp": false,
|
|
2612
2675
|
"hiddenAliases": [],
|
|
2613
|
-
"id": "
|
|
2676
|
+
"id": "broadcast:status",
|
|
2614
2677
|
"pluginAlias": "@instantkom/cli",
|
|
2615
2678
|
"pluginName": "@instantkom/cli",
|
|
2616
2679
|
"pluginType": "core",
|
|
@@ -2620,14 +2683,20 @@
|
|
|
2620
2683
|
"relativePath": [
|
|
2621
2684
|
"dist",
|
|
2622
2685
|
"commands",
|
|
2623
|
-
"
|
|
2624
|
-
"
|
|
2686
|
+
"broadcast",
|
|
2687
|
+
"status.js"
|
|
2625
2688
|
]
|
|
2626
2689
|
},
|
|
2627
|
-
"
|
|
2690
|
+
"broadcast:update": {
|
|
2628
2691
|
"aliases": [],
|
|
2629
|
-
"args": {
|
|
2630
|
-
|
|
2692
|
+
"args": {
|
|
2693
|
+
"id": {
|
|
2694
|
+
"description": "Broadcast ID",
|
|
2695
|
+
"name": "id",
|
|
2696
|
+
"required": true
|
|
2697
|
+
}
|
|
2698
|
+
},
|
|
2699
|
+
"description": "Update a broadcast",
|
|
2631
2700
|
"flags": {
|
|
2632
2701
|
"api-key": {
|
|
2633
2702
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2691,32 +2760,61 @@
|
|
|
2691
2760
|
"multiple": false,
|
|
2692
2761
|
"type": "option"
|
|
2693
2762
|
},
|
|
2694
|
-
"
|
|
2695
|
-
"description": "
|
|
2696
|
-
"name": "
|
|
2697
|
-
"required": true,
|
|
2763
|
+
"text": {
|
|
2764
|
+
"description": "Broadcast message text",
|
|
2765
|
+
"name": "text",
|
|
2698
2766
|
"hasDynamicHelp": false,
|
|
2699
2767
|
"multiple": false,
|
|
2700
2768
|
"type": "option"
|
|
2701
2769
|
},
|
|
2702
|
-
"
|
|
2703
|
-
"description": "
|
|
2704
|
-
"name": "
|
|
2705
|
-
"required": true,
|
|
2770
|
+
"send-status": {
|
|
2771
|
+
"description": "Send status",
|
|
2772
|
+
"name": "send-status",
|
|
2706
2773
|
"hasDynamicHelp": false,
|
|
2707
2774
|
"multiple": false,
|
|
2708
2775
|
"type": "option"
|
|
2709
2776
|
},
|
|
2710
|
-
"
|
|
2711
|
-
"description": "
|
|
2712
|
-
"name": "
|
|
2777
|
+
"scheduled-at": {
|
|
2778
|
+
"description": "Unix timestamp for scheduled send",
|
|
2779
|
+
"name": "scheduled-at",
|
|
2713
2780
|
"hasDynamicHelp": false,
|
|
2714
2781
|
"multiple": false,
|
|
2715
2782
|
"type": "option"
|
|
2716
2783
|
},
|
|
2717
|
-
"
|
|
2718
|
-
"description": "
|
|
2719
|
-
"name": "
|
|
2784
|
+
"approved": {
|
|
2785
|
+
"description": "Mark as approved",
|
|
2786
|
+
"name": "approved",
|
|
2787
|
+
"allowNo": false,
|
|
2788
|
+
"type": "boolean"
|
|
2789
|
+
},
|
|
2790
|
+
"locked": {
|
|
2791
|
+
"description": "Mark as locked",
|
|
2792
|
+
"name": "locked",
|
|
2793
|
+
"allowNo": false,
|
|
2794
|
+
"type": "boolean"
|
|
2795
|
+
},
|
|
2796
|
+
"test": {
|
|
2797
|
+
"description": "Mark as test broadcast",
|
|
2798
|
+
"name": "test",
|
|
2799
|
+
"allowNo": false,
|
|
2800
|
+
"type": "boolean"
|
|
2801
|
+
},
|
|
2802
|
+
"template-id": {
|
|
2803
|
+
"description": "Template ID",
|
|
2804
|
+
"name": "template-id",
|
|
2805
|
+
"hasDynamicHelp": false,
|
|
2806
|
+
"multiple": false,
|
|
2807
|
+
"type": "option"
|
|
2808
|
+
},
|
|
2809
|
+
"remove-media": {
|
|
2810
|
+
"description": "Remove existing media",
|
|
2811
|
+
"name": "remove-media",
|
|
2812
|
+
"allowNo": false,
|
|
2813
|
+
"type": "boolean"
|
|
2814
|
+
},
|
|
2815
|
+
"header-footer": {
|
|
2816
|
+
"description": "Header/footer JSON array",
|
|
2817
|
+
"name": "header-footer",
|
|
2720
2818
|
"hasDynamicHelp": false,
|
|
2721
2819
|
"multiple": false,
|
|
2722
2820
|
"type": "option"
|
|
@@ -2731,7 +2829,7 @@
|
|
|
2731
2829
|
},
|
|
2732
2830
|
"hasDynamicHelp": false,
|
|
2733
2831
|
"hiddenAliases": [],
|
|
2734
|
-
"id": "
|
|
2832
|
+
"id": "broadcast:update",
|
|
2735
2833
|
"pluginAlias": "@instantkom/cli",
|
|
2736
2834
|
"pluginName": "@instantkom/cli",
|
|
2737
2835
|
"pluginType": "core",
|
|
@@ -2741,20 +2839,20 @@
|
|
|
2741
2839
|
"relativePath": [
|
|
2742
2840
|
"dist",
|
|
2743
2841
|
"commands",
|
|
2744
|
-
"
|
|
2745
|
-
"
|
|
2842
|
+
"broadcast",
|
|
2843
|
+
"update.js"
|
|
2746
2844
|
]
|
|
2747
2845
|
},
|
|
2748
|
-
"
|
|
2846
|
+
"chats:get": {
|
|
2749
2847
|
"aliases": [],
|
|
2750
2848
|
"args": {
|
|
2751
2849
|
"id": {
|
|
2752
|
-
"description": "
|
|
2850
|
+
"description": "chat ID",
|
|
2753
2851
|
"name": "id",
|
|
2754
2852
|
"required": true
|
|
2755
2853
|
}
|
|
2756
2854
|
},
|
|
2757
|
-
"description": "Get
|
|
2855
|
+
"description": "Get chat by ID",
|
|
2758
2856
|
"flags": {
|
|
2759
2857
|
"api-key": {
|
|
2760
2858
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2821,7 +2919,7 @@
|
|
|
2821
2919
|
},
|
|
2822
2920
|
"hasDynamicHelp": false,
|
|
2823
2921
|
"hiddenAliases": [],
|
|
2824
|
-
"id": "
|
|
2922
|
+
"id": "chats:get",
|
|
2825
2923
|
"pluginAlias": "@instantkom/cli",
|
|
2826
2924
|
"pluginName": "@instantkom/cli",
|
|
2827
2925
|
"pluginType": "core",
|
|
@@ -2831,20 +2929,14 @@
|
|
|
2831
2929
|
"relativePath": [
|
|
2832
2930
|
"dist",
|
|
2833
2931
|
"commands",
|
|
2834
|
-
"
|
|
2932
|
+
"chats",
|
|
2835
2933
|
"get.js"
|
|
2836
2934
|
]
|
|
2837
2935
|
},
|
|
2838
|
-
"
|
|
2936
|
+
"chats:list": {
|
|
2839
2937
|
"aliases": [],
|
|
2840
|
-
"args": {
|
|
2841
|
-
|
|
2842
|
-
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
2843
|
-
"name": "id",
|
|
2844
|
-
"required": false
|
|
2845
|
-
}
|
|
2846
|
-
},
|
|
2847
|
-
"description": "Get channel KPIs",
|
|
2938
|
+
"args": {},
|
|
2939
|
+
"description": "List chats",
|
|
2848
2940
|
"flags": {
|
|
2849
2941
|
"api-key": {
|
|
2850
2942
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2908,17 +3000,72 @@
|
|
|
2908
3000
|
"multiple": false,
|
|
2909
3001
|
"type": "option"
|
|
2910
3002
|
},
|
|
2911
|
-
"
|
|
2912
|
-
"description": "
|
|
2913
|
-
"name": "
|
|
3003
|
+
"page": {
|
|
3004
|
+
"description": "Page number",
|
|
3005
|
+
"name": "page",
|
|
3006
|
+
"default": 1,
|
|
3007
|
+
"hasDynamicHelp": false,
|
|
3008
|
+
"multiple": false,
|
|
3009
|
+
"type": "option"
|
|
3010
|
+
},
|
|
3011
|
+
"limit": {
|
|
3012
|
+
"description": "Items per page",
|
|
3013
|
+
"name": "limit",
|
|
3014
|
+
"default": 20,
|
|
3015
|
+
"hasDynamicHelp": false,
|
|
3016
|
+
"multiple": false,
|
|
3017
|
+
"type": "option"
|
|
3018
|
+
},
|
|
3019
|
+
"channel": {
|
|
3020
|
+
"description": "Filter by channel ID",
|
|
3021
|
+
"name": "channel",
|
|
3022
|
+
"hasDynamicHelp": false,
|
|
3023
|
+
"multiple": false,
|
|
3024
|
+
"type": "option"
|
|
3025
|
+
},
|
|
3026
|
+
"channels": {
|
|
3027
|
+
"description": "Comma-separated channel IDs",
|
|
3028
|
+
"name": "channels",
|
|
3029
|
+
"hasDynamicHelp": false,
|
|
3030
|
+
"multiple": false,
|
|
3031
|
+
"type": "option"
|
|
3032
|
+
},
|
|
3033
|
+
"search": {
|
|
3034
|
+
"description": "Search chats",
|
|
3035
|
+
"name": "search",
|
|
3036
|
+
"hasDynamicHelp": false,
|
|
3037
|
+
"multiple": false,
|
|
3038
|
+
"type": "option"
|
|
3039
|
+
},
|
|
3040
|
+
"status": {
|
|
3041
|
+
"description": "Chat status",
|
|
3042
|
+
"name": "status",
|
|
2914
3043
|
"hasDynamicHelp": false,
|
|
2915
3044
|
"multiple": false,
|
|
3045
|
+
"options": [
|
|
3046
|
+
"all",
|
|
3047
|
+
"unread",
|
|
3048
|
+
"read",
|
|
3049
|
+
"archived"
|
|
3050
|
+
],
|
|
2916
3051
|
"type": "option"
|
|
3052
|
+
},
|
|
3053
|
+
"unread-only": {
|
|
3054
|
+
"description": "Only unread chats",
|
|
3055
|
+
"name": "unread-only",
|
|
3056
|
+
"allowNo": false,
|
|
3057
|
+
"type": "boolean"
|
|
3058
|
+
},
|
|
3059
|
+
"include-archived": {
|
|
3060
|
+
"description": "Include archived chats",
|
|
3061
|
+
"name": "include-archived",
|
|
3062
|
+
"allowNo": false,
|
|
3063
|
+
"type": "boolean"
|
|
2917
3064
|
}
|
|
2918
3065
|
},
|
|
2919
3066
|
"hasDynamicHelp": false,
|
|
2920
3067
|
"hiddenAliases": [],
|
|
2921
|
-
"id": "
|
|
3068
|
+
"id": "chats:list",
|
|
2922
3069
|
"pluginAlias": "@instantkom/cli",
|
|
2923
3070
|
"pluginName": "@instantkom/cli",
|
|
2924
3071
|
"pluginType": "core",
|
|
@@ -2928,14 +3075,20 @@
|
|
|
2928
3075
|
"relativePath": [
|
|
2929
3076
|
"dist",
|
|
2930
3077
|
"commands",
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
3078
|
+
"chats",
|
|
3079
|
+
"list.js"
|
|
2933
3080
|
]
|
|
2934
3081
|
},
|
|
2935
|
-
"
|
|
3082
|
+
"chats:reply": {
|
|
2936
3083
|
"aliases": [],
|
|
2937
|
-
"args": {
|
|
2938
|
-
|
|
3084
|
+
"args": {
|
|
3085
|
+
"id": {
|
|
3086
|
+
"description": "Chat ID",
|
|
3087
|
+
"name": "id",
|
|
3088
|
+
"required": true
|
|
3089
|
+
}
|
|
3090
|
+
},
|
|
3091
|
+
"description": "Reply in a chat",
|
|
2939
3092
|
"flags": {
|
|
2940
3093
|
"api-key": {
|
|
2941
3094
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2999,39 +3152,10 @@
|
|
|
2999
3152
|
"multiple": false,
|
|
3000
3153
|
"type": "option"
|
|
3001
3154
|
},
|
|
3002
|
-
"
|
|
3003
|
-
"description": "
|
|
3004
|
-
"name": "
|
|
3005
|
-
"
|
|
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",
|
|
3155
|
+
"text": {
|
|
3156
|
+
"description": "Reply text",
|
|
3157
|
+
"name": "text",
|
|
3158
|
+
"required": true,
|
|
3035
3159
|
"hasDynamicHelp": false,
|
|
3036
3160
|
"multiple": false,
|
|
3037
3161
|
"type": "option"
|
|
@@ -3039,7 +3163,7 @@
|
|
|
3039
3163
|
},
|
|
3040
3164
|
"hasDynamicHelp": false,
|
|
3041
3165
|
"hiddenAliases": [],
|
|
3042
|
-
"id": "
|
|
3166
|
+
"id": "chats:reply",
|
|
3043
3167
|
"pluginAlias": "@instantkom/cli",
|
|
3044
3168
|
"pluginName": "@instantkom/cli",
|
|
3045
3169
|
"pluginType": "core",
|
|
@@ -3049,20 +3173,14 @@
|
|
|
3049
3173
|
"relativePath": [
|
|
3050
3174
|
"dist",
|
|
3051
3175
|
"commands",
|
|
3052
|
-
"
|
|
3053
|
-
"
|
|
3176
|
+
"chats",
|
|
3177
|
+
"reply.js"
|
|
3054
3178
|
]
|
|
3055
3179
|
},
|
|
3056
|
-
"channels:
|
|
3180
|
+
"channels:create": {
|
|
3057
3181
|
"aliases": [],
|
|
3058
|
-
"args": {
|
|
3059
|
-
|
|
3060
|
-
"description": "Channel ID",
|
|
3061
|
-
"name": "id",
|
|
3062
|
-
"required": true
|
|
3063
|
-
}
|
|
3064
|
-
},
|
|
3065
|
-
"description": "Update a channel",
|
|
3182
|
+
"args": {},
|
|
3183
|
+
"description": "Create a channel",
|
|
3066
3184
|
"flags": {
|
|
3067
3185
|
"api-key": {
|
|
3068
3186
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3129,6 +3247,15 @@
|
|
|
3129
3247
|
"name": {
|
|
3130
3248
|
"description": "Channel name",
|
|
3131
3249
|
"name": "name",
|
|
3250
|
+
"required": true,
|
|
3251
|
+
"hasDynamicHelp": false,
|
|
3252
|
+
"multiple": false,
|
|
3253
|
+
"type": "option"
|
|
3254
|
+
},
|
|
3255
|
+
"gateway-type": {
|
|
3256
|
+
"description": "Gateway type ID",
|
|
3257
|
+
"name": "gateway-type",
|
|
3258
|
+
"required": true,
|
|
3132
3259
|
"hasDynamicHelp": false,
|
|
3133
3260
|
"multiple": false,
|
|
3134
3261
|
"type": "option"
|
|
@@ -3157,7 +3284,7 @@
|
|
|
3157
3284
|
},
|
|
3158
3285
|
"hasDynamicHelp": false,
|
|
3159
3286
|
"hiddenAliases": [],
|
|
3160
|
-
"id": "channels:
|
|
3287
|
+
"id": "channels:create",
|
|
3161
3288
|
"pluginAlias": "@instantkom/cli",
|
|
3162
3289
|
"pluginName": "@instantkom/cli",
|
|
3163
3290
|
"pluginType": "core",
|
|
@@ -3168,13 +3295,19 @@
|
|
|
3168
3295
|
"dist",
|
|
3169
3296
|
"commands",
|
|
3170
3297
|
"channels",
|
|
3171
|
-
"
|
|
3298
|
+
"create.js"
|
|
3172
3299
|
]
|
|
3173
3300
|
},
|
|
3174
|
-
"
|
|
3301
|
+
"channels:get": {
|
|
3175
3302
|
"aliases": [],
|
|
3176
|
-
"args": {
|
|
3177
|
-
|
|
3303
|
+
"args": {
|
|
3304
|
+
"id": {
|
|
3305
|
+
"description": "Channel ID",
|
|
3306
|
+
"name": "id",
|
|
3307
|
+
"required": true
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
"description": "Get a channel by ID",
|
|
3178
3311
|
"flags": {
|
|
3179
3312
|
"api-key": {
|
|
3180
3313
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3237,41 +3370,11 @@
|
|
|
3237
3370
|
"hasDynamicHelp": false,
|
|
3238
3371
|
"multiple": false,
|
|
3239
3372
|
"type": "option"
|
|
3240
|
-
},
|
|
3241
|
-
"channel": {
|
|
3242
|
-
"description": "Channel ID",
|
|
3243
|
-
"name": "channel",
|
|
3244
|
-
"required": true,
|
|
3245
|
-
"hasDynamicHelp": false,
|
|
3246
|
-
"multiple": false,
|
|
3247
|
-
"type": "option"
|
|
3248
|
-
},
|
|
3249
|
-
"identifier": {
|
|
3250
|
-
"description": "Unique contact identifier",
|
|
3251
|
-
"name": "identifier",
|
|
3252
|
-
"required": true,
|
|
3253
|
-
"hasDynamicHelp": false,
|
|
3254
|
-
"multiple": false,
|
|
3255
|
-
"type": "option"
|
|
3256
|
-
},
|
|
3257
|
-
"name": {
|
|
3258
|
-
"description": "Contact name",
|
|
3259
|
-
"name": "name",
|
|
3260
|
-
"hasDynamicHelp": false,
|
|
3261
|
-
"multiple": false,
|
|
3262
|
-
"type": "option"
|
|
3263
|
-
},
|
|
3264
|
-
"data": {
|
|
3265
|
-
"description": "Additional JSON object payload",
|
|
3266
|
-
"name": "data",
|
|
3267
|
-
"hasDynamicHelp": false,
|
|
3268
|
-
"multiple": false,
|
|
3269
|
-
"type": "option"
|
|
3270
3373
|
}
|
|
3271
3374
|
},
|
|
3272
3375
|
"hasDynamicHelp": false,
|
|
3273
3376
|
"hiddenAliases": [],
|
|
3274
|
-
"id": "
|
|
3377
|
+
"id": "channels:get",
|
|
3275
3378
|
"pluginAlias": "@instantkom/cli",
|
|
3276
3379
|
"pluginName": "@instantkom/cli",
|
|
3277
3380
|
"pluginType": "core",
|
|
@@ -3281,20 +3384,20 @@
|
|
|
3281
3384
|
"relativePath": [
|
|
3282
3385
|
"dist",
|
|
3283
3386
|
"commands",
|
|
3284
|
-
"
|
|
3285
|
-
"
|
|
3387
|
+
"channels",
|
|
3388
|
+
"get.js"
|
|
3286
3389
|
]
|
|
3287
3390
|
},
|
|
3288
|
-
"
|
|
3391
|
+
"channels:kpis": {
|
|
3289
3392
|
"aliases": [],
|
|
3290
3393
|
"args": {
|
|
3291
3394
|
"id": {
|
|
3292
|
-
"description": "
|
|
3395
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
3293
3396
|
"name": "id",
|
|
3294
|
-
"required":
|
|
3397
|
+
"required": false
|
|
3295
3398
|
}
|
|
3296
3399
|
},
|
|
3297
|
-
"description": "
|
|
3400
|
+
"description": "Get channel KPIs",
|
|
3298
3401
|
"flags": {
|
|
3299
3402
|
"api-key": {
|
|
3300
3403
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3357,11 +3460,18 @@
|
|
|
3357
3460
|
"hasDynamicHelp": false,
|
|
3358
3461
|
"multiple": false,
|
|
3359
3462
|
"type": "option"
|
|
3463
|
+
},
|
|
3464
|
+
"period": {
|
|
3465
|
+
"description": "KPI period",
|
|
3466
|
+
"name": "period",
|
|
3467
|
+
"hasDynamicHelp": false,
|
|
3468
|
+
"multiple": false,
|
|
3469
|
+
"type": "option"
|
|
3360
3470
|
}
|
|
3361
3471
|
},
|
|
3362
3472
|
"hasDynamicHelp": false,
|
|
3363
3473
|
"hiddenAliases": [],
|
|
3364
|
-
"id": "
|
|
3474
|
+
"id": "channels:kpis",
|
|
3365
3475
|
"pluginAlias": "@instantkom/cli",
|
|
3366
3476
|
"pluginName": "@instantkom/cli",
|
|
3367
3477
|
"pluginType": "core",
|
|
@@ -3371,14 +3481,14 @@
|
|
|
3371
3481
|
"relativePath": [
|
|
3372
3482
|
"dist",
|
|
3373
3483
|
"commands",
|
|
3374
|
-
"
|
|
3375
|
-
"
|
|
3484
|
+
"channels",
|
|
3485
|
+
"kpis.js"
|
|
3376
3486
|
]
|
|
3377
3487
|
},
|
|
3378
|
-
"
|
|
3488
|
+
"channels:list": {
|
|
3379
3489
|
"aliases": [],
|
|
3380
3490
|
"args": {},
|
|
3381
|
-
"description": "
|
|
3491
|
+
"description": "List channels",
|
|
3382
3492
|
"flags": {
|
|
3383
3493
|
"api-key": {
|
|
3384
3494
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3442,40 +3552,39 @@
|
|
|
3442
3552
|
"multiple": false,
|
|
3443
3553
|
"type": "option"
|
|
3444
3554
|
},
|
|
3445
|
-
"
|
|
3446
|
-
"description": "
|
|
3447
|
-
"name": "
|
|
3448
|
-
"
|
|
3555
|
+
"page": {
|
|
3556
|
+
"description": "Page number",
|
|
3557
|
+
"name": "page",
|
|
3558
|
+
"default": 1,
|
|
3449
3559
|
"hasDynamicHelp": false,
|
|
3450
3560
|
"multiple": false,
|
|
3451
3561
|
"type": "option"
|
|
3452
3562
|
},
|
|
3453
|
-
"
|
|
3454
|
-
"description": "
|
|
3455
|
-
"name": "
|
|
3563
|
+
"limit": {
|
|
3564
|
+
"description": "Items per page",
|
|
3565
|
+
"name": "limit",
|
|
3566
|
+
"default": 20,
|
|
3456
3567
|
"hasDynamicHelp": false,
|
|
3457
3568
|
"multiple": false,
|
|
3458
3569
|
"type": "option"
|
|
3459
3570
|
},
|
|
3460
|
-
"
|
|
3461
|
-
"description": "
|
|
3462
|
-
"name": "
|
|
3571
|
+
"status": {
|
|
3572
|
+
"description": "Filter by channel status",
|
|
3573
|
+
"name": "status",
|
|
3463
3574
|
"hasDynamicHelp": false,
|
|
3464
3575
|
"multiple": false,
|
|
3465
3576
|
"type": "option"
|
|
3466
3577
|
},
|
|
3467
|
-
"
|
|
3468
|
-
"description": "
|
|
3469
|
-
"name": "
|
|
3470
|
-
"default": 1,
|
|
3578
|
+
"gateway-type": {
|
|
3579
|
+
"description": "Filter by gateway type ID",
|
|
3580
|
+
"name": "gateway-type",
|
|
3471
3581
|
"hasDynamicHelp": false,
|
|
3472
3582
|
"multiple": false,
|
|
3473
3583
|
"type": "option"
|
|
3474
3584
|
},
|
|
3475
|
-
"
|
|
3476
|
-
"description": "
|
|
3477
|
-
"name": "
|
|
3478
|
-
"default": 100,
|
|
3585
|
+
"search": {
|
|
3586
|
+
"description": "Search by channel name",
|
|
3587
|
+
"name": "search",
|
|
3479
3588
|
"hasDynamicHelp": false,
|
|
3480
3589
|
"multiple": false,
|
|
3481
3590
|
"type": "option"
|
|
@@ -3483,7 +3592,7 @@
|
|
|
3483
3592
|
},
|
|
3484
3593
|
"hasDynamicHelp": false,
|
|
3485
3594
|
"hiddenAliases": [],
|
|
3486
|
-
"id": "
|
|
3595
|
+
"id": "channels:list",
|
|
3487
3596
|
"pluginAlias": "@instantkom/cli",
|
|
3488
3597
|
"pluginName": "@instantkom/cli",
|
|
3489
3598
|
"pluginType": "core",
|
|
@@ -3493,20 +3602,20 @@
|
|
|
3493
3602
|
"relativePath": [
|
|
3494
3603
|
"dist",
|
|
3495
3604
|
"commands",
|
|
3496
|
-
"
|
|
3497
|
-
"
|
|
3605
|
+
"channels",
|
|
3606
|
+
"list.js"
|
|
3498
3607
|
]
|
|
3499
3608
|
},
|
|
3500
|
-
"
|
|
3609
|
+
"channels:update": {
|
|
3501
3610
|
"aliases": [],
|
|
3502
3611
|
"args": {
|
|
3503
3612
|
"id": {
|
|
3504
|
-
"description": "
|
|
3613
|
+
"description": "Channel ID",
|
|
3505
3614
|
"name": "id",
|
|
3506
3615
|
"required": true
|
|
3507
3616
|
}
|
|
3508
3617
|
},
|
|
3509
|
-
"description": "
|
|
3618
|
+
"description": "Update a channel",
|
|
3510
3619
|
"flags": {
|
|
3511
3620
|
"api-key": {
|
|
3512
3621
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3569,11 +3678,39 @@
|
|
|
3569
3678
|
"hasDynamicHelp": false,
|
|
3570
3679
|
"multiple": false,
|
|
3571
3680
|
"type": "option"
|
|
3681
|
+
},
|
|
3682
|
+
"name": {
|
|
3683
|
+
"description": "Channel name",
|
|
3684
|
+
"name": "name",
|
|
3685
|
+
"hasDynamicHelp": false,
|
|
3686
|
+
"multiple": false,
|
|
3687
|
+
"type": "option"
|
|
3688
|
+
},
|
|
3689
|
+
"status": {
|
|
3690
|
+
"description": "Channel lifecycle status",
|
|
3691
|
+
"name": "status",
|
|
3692
|
+
"hasDynamicHelp": false,
|
|
3693
|
+
"multiple": false,
|
|
3694
|
+
"type": "option"
|
|
3695
|
+
},
|
|
3696
|
+
"description": {
|
|
3697
|
+
"description": "Channel description",
|
|
3698
|
+
"name": "description",
|
|
3699
|
+
"hasDynamicHelp": false,
|
|
3700
|
+
"multiple": false,
|
|
3701
|
+
"type": "option"
|
|
3702
|
+
},
|
|
3703
|
+
"data": {
|
|
3704
|
+
"description": "Additional JSON object payload",
|
|
3705
|
+
"name": "data",
|
|
3706
|
+
"hasDynamicHelp": false,
|
|
3707
|
+
"multiple": false,
|
|
3708
|
+
"type": "option"
|
|
3572
3709
|
}
|
|
3573
3710
|
},
|
|
3574
3711
|
"hasDynamicHelp": false,
|
|
3575
3712
|
"hiddenAliases": [],
|
|
3576
|
-
"id": "
|
|
3713
|
+
"id": "channels:update",
|
|
3577
3714
|
"pluginAlias": "@instantkom/cli",
|
|
3578
3715
|
"pluginName": "@instantkom/cli",
|
|
3579
3716
|
"pluginType": "core",
|
|
@@ -3583,14 +3720,20 @@
|
|
|
3583
3720
|
"relativePath": [
|
|
3584
3721
|
"dist",
|
|
3585
3722
|
"commands",
|
|
3586
|
-
"
|
|
3587
|
-
"
|
|
3723
|
+
"channels",
|
|
3724
|
+
"update.js"
|
|
3588
3725
|
]
|
|
3589
3726
|
},
|
|
3590
|
-
"
|
|
3727
|
+
"config:get": {
|
|
3591
3728
|
"aliases": [],
|
|
3592
|
-
"args": {
|
|
3593
|
-
|
|
3729
|
+
"args": {
|
|
3730
|
+
"key": {
|
|
3731
|
+
"description": "Configuration key to retrieve",
|
|
3732
|
+
"name": "key",
|
|
3733
|
+
"required": true
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3736
|
+
"description": "Get a configuration value for the current profile",
|
|
3594
3737
|
"flags": {
|
|
3595
3738
|
"api-key": {
|
|
3596
3739
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3653,27 +3796,11 @@
|
|
|
3653
3796
|
"hasDynamicHelp": false,
|
|
3654
3797
|
"multiple": false,
|
|
3655
3798
|
"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"
|
|
3672
3799
|
}
|
|
3673
3800
|
},
|
|
3674
3801
|
"hasDynamicHelp": false,
|
|
3675
3802
|
"hiddenAliases": [],
|
|
3676
|
-
"id": "
|
|
3803
|
+
"id": "config:get",
|
|
3677
3804
|
"pluginAlias": "@instantkom/cli",
|
|
3678
3805
|
"pluginName": "@instantkom/cli",
|
|
3679
3806
|
"pluginType": "core",
|
|
@@ -3683,14 +3810,25 @@
|
|
|
3683
3810
|
"relativePath": [
|
|
3684
3811
|
"dist",
|
|
3685
3812
|
"commands",
|
|
3686
|
-
"
|
|
3687
|
-
"
|
|
3813
|
+
"config",
|
|
3814
|
+
"get.js"
|
|
3688
3815
|
]
|
|
3689
3816
|
},
|
|
3690
|
-
"
|
|
3817
|
+
"config:set": {
|
|
3691
3818
|
"aliases": [],
|
|
3692
|
-
"args": {
|
|
3693
|
-
|
|
3819
|
+
"args": {
|
|
3820
|
+
"key": {
|
|
3821
|
+
"description": "Configuration key to set",
|
|
3822
|
+
"name": "key",
|
|
3823
|
+
"required": true
|
|
3824
|
+
},
|
|
3825
|
+
"value": {
|
|
3826
|
+
"description": "Value to assign",
|
|
3827
|
+
"name": "value",
|
|
3828
|
+
"required": true
|
|
3829
|
+
}
|
|
3830
|
+
},
|
|
3831
|
+
"description": "Set a configuration value for the current profile",
|
|
3694
3832
|
"flags": {
|
|
3695
3833
|
"api-key": {
|
|
3696
3834
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3753,106 +3891,11 @@
|
|
|
3753
3891
|
"hasDynamicHelp": false,
|
|
3754
3892
|
"multiple": false,
|
|
3755
3893
|
"type": "option"
|
|
3756
|
-
},
|
|
3757
|
-
"channel": {
|
|
3758
|
-
"description": "Filter by channel ID",
|
|
3759
|
-
"name": "channel",
|
|
3760
|
-
"hasDynamicHelp": false,
|
|
3761
|
-
"multiple": false,
|
|
3762
|
-
"type": "option"
|
|
3763
|
-
},
|
|
3764
|
-
"search": {
|
|
3765
|
-
"description": "Search by name or identifier",
|
|
3766
|
-
"name": "search",
|
|
3767
|
-
"hasDynamicHelp": false,
|
|
3768
|
-
"multiple": false,
|
|
3769
|
-
"type": "option"
|
|
3770
|
-
},
|
|
3771
|
-
"page": {
|
|
3772
|
-
"description": "Page number",
|
|
3773
|
-
"name": "page",
|
|
3774
|
-
"default": 1,
|
|
3775
|
-
"hasDynamicHelp": false,
|
|
3776
|
-
"multiple": false,
|
|
3777
|
-
"type": "option"
|
|
3778
|
-
},
|
|
3779
|
-
"limit": {
|
|
3780
|
-
"description": "Items per page",
|
|
3781
|
-
"name": "limit",
|
|
3782
|
-
"default": 20,
|
|
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"
|
|
3795
|
-
],
|
|
3796
|
-
"type": "option"
|
|
3797
|
-
},
|
|
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"
|
|
3808
|
-
},
|
|
3809
|
-
"segment": {
|
|
3810
|
-
"description": "Filter by segment ID",
|
|
3811
|
-
"name": "segment",
|
|
3812
|
-
"hasDynamicHelp": false,
|
|
3813
|
-
"multiple": false,
|
|
3814
|
-
"type": "option"
|
|
3815
|
-
},
|
|
3816
|
-
"tags": {
|
|
3817
|
-
"description": "Comma-separated tag IDs",
|
|
3818
|
-
"name": "tags",
|
|
3819
|
-
"hasDynamicHelp": false,
|
|
3820
|
-
"multiple": false,
|
|
3821
|
-
"type": "option"
|
|
3822
|
-
},
|
|
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",
|
|
3837
|
-
"hasDynamicHelp": false,
|
|
3838
|
-
"multiple": false,
|
|
3839
|
-
"options": [
|
|
3840
|
-
"true",
|
|
3841
|
-
"false"
|
|
3842
|
-
],
|
|
3843
|
-
"type": "option"
|
|
3844
|
-
},
|
|
3845
|
-
"trust-level": {
|
|
3846
|
-
"description": "Comma-separated trust levels",
|
|
3847
|
-
"name": "trust-level",
|
|
3848
|
-
"hasDynamicHelp": false,
|
|
3849
|
-
"multiple": false,
|
|
3850
|
-
"type": "option"
|
|
3851
3894
|
}
|
|
3852
3895
|
},
|
|
3853
3896
|
"hasDynamicHelp": false,
|
|
3854
3897
|
"hiddenAliases": [],
|
|
3855
|
-
"id": "
|
|
3898
|
+
"id": "config:set",
|
|
3856
3899
|
"pluginAlias": "@instantkom/cli",
|
|
3857
3900
|
"pluginName": "@instantkom/cli",
|
|
3858
3901
|
"pluginType": "core",
|
|
@@ -3862,20 +3905,20 @@
|
|
|
3862
3905
|
"relativePath": [
|
|
3863
3906
|
"dist",
|
|
3864
3907
|
"commands",
|
|
3865
|
-
"
|
|
3866
|
-
"
|
|
3908
|
+
"config",
|
|
3909
|
+
"set.js"
|
|
3867
3910
|
]
|
|
3868
3911
|
},
|
|
3869
|
-
"
|
|
3912
|
+
"config:unset": {
|
|
3870
3913
|
"aliases": [],
|
|
3871
3914
|
"args": {
|
|
3872
|
-
"
|
|
3873
|
-
"description": "
|
|
3874
|
-
"name": "
|
|
3915
|
+
"key": {
|
|
3916
|
+
"description": "Configuration key to remove",
|
|
3917
|
+
"name": "key",
|
|
3875
3918
|
"required": true
|
|
3876
3919
|
}
|
|
3877
3920
|
},
|
|
3878
|
-
"description": "
|
|
3921
|
+
"description": "Remove a configuration key from the current profile",
|
|
3879
3922
|
"flags": {
|
|
3880
3923
|
"api-key": {
|
|
3881
3924
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3938,32 +3981,11 @@
|
|
|
3938
3981
|
"hasDynamicHelp": false,
|
|
3939
3982
|
"multiple": false,
|
|
3940
3983
|
"type": "option"
|
|
3941
|
-
},
|
|
3942
|
-
"identifier": {
|
|
3943
|
-
"description": "Unique contact identifier",
|
|
3944
|
-
"name": "identifier",
|
|
3945
|
-
"hasDynamicHelp": false,
|
|
3946
|
-
"multiple": false,
|
|
3947
|
-
"type": "option"
|
|
3948
|
-
},
|
|
3949
|
-
"name": {
|
|
3950
|
-
"description": "Contact name",
|
|
3951
|
-
"name": "name",
|
|
3952
|
-
"hasDynamicHelp": false,
|
|
3953
|
-
"multiple": false,
|
|
3954
|
-
"type": "option"
|
|
3955
|
-
},
|
|
3956
|
-
"data": {
|
|
3957
|
-
"description": "Additional JSON object payload",
|
|
3958
|
-
"name": "data",
|
|
3959
|
-
"hasDynamicHelp": false,
|
|
3960
|
-
"multiple": false,
|
|
3961
|
-
"type": "option"
|
|
3962
3984
|
}
|
|
3963
3985
|
},
|
|
3964
3986
|
"hasDynamicHelp": false,
|
|
3965
3987
|
"hiddenAliases": [],
|
|
3966
|
-
"id": "
|
|
3988
|
+
"id": "config:unset",
|
|
3967
3989
|
"pluginAlias": "@instantkom/cli",
|
|
3968
3990
|
"pluginName": "@instantkom/cli",
|
|
3969
3991
|
"pluginType": "core",
|
|
@@ -3973,14 +3995,14 @@
|
|
|
3973
3995
|
"relativePath": [
|
|
3974
3996
|
"dist",
|
|
3975
3997
|
"commands",
|
|
3976
|
-
"
|
|
3977
|
-
"
|
|
3998
|
+
"config",
|
|
3999
|
+
"unset.js"
|
|
3978
4000
|
]
|
|
3979
4001
|
},
|
|
3980
|
-
"
|
|
4002
|
+
"contacts:create": {
|
|
3981
4003
|
"aliases": [],
|
|
3982
4004
|
"args": {},
|
|
3983
|
-
"description": "
|
|
4005
|
+
"description": "Create a contact",
|
|
3984
4006
|
"flags": {
|
|
3985
4007
|
"api-key": {
|
|
3986
4008
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4044,18 +4066,40 @@
|
|
|
4044
4066
|
"multiple": false,
|
|
4045
4067
|
"type": "option"
|
|
4046
4068
|
},
|
|
4047
|
-
"
|
|
4048
|
-
"description": "
|
|
4049
|
-
"name": "
|
|
4069
|
+
"channel": {
|
|
4070
|
+
"description": "Channel ID",
|
|
4071
|
+
"name": "channel",
|
|
4072
|
+
"required": true,
|
|
4073
|
+
"hasDynamicHelp": false,
|
|
4074
|
+
"multiple": false,
|
|
4075
|
+
"type": "option"
|
|
4076
|
+
},
|
|
4077
|
+
"identifier": {
|
|
4078
|
+
"description": "Unique contact identifier",
|
|
4079
|
+
"name": "identifier",
|
|
4050
4080
|
"required": true,
|
|
4051
4081
|
"hasDynamicHelp": false,
|
|
4052
4082
|
"multiple": false,
|
|
4053
4083
|
"type": "option"
|
|
4084
|
+
},
|
|
4085
|
+
"name": {
|
|
4086
|
+
"description": "Contact name",
|
|
4087
|
+
"name": "name",
|
|
4088
|
+
"hasDynamicHelp": false,
|
|
4089
|
+
"multiple": false,
|
|
4090
|
+
"type": "option"
|
|
4091
|
+
},
|
|
4092
|
+
"data": {
|
|
4093
|
+
"description": "Additional JSON object payload",
|
|
4094
|
+
"name": "data",
|
|
4095
|
+
"hasDynamicHelp": false,
|
|
4096
|
+
"multiple": false,
|
|
4097
|
+
"type": "option"
|
|
4054
4098
|
}
|
|
4055
4099
|
},
|
|
4056
4100
|
"hasDynamicHelp": false,
|
|
4057
4101
|
"hiddenAliases": [],
|
|
4058
|
-
"id": "
|
|
4102
|
+
"id": "contacts:create",
|
|
4059
4103
|
"pluginAlias": "@instantkom/cli",
|
|
4060
4104
|
"pluginName": "@instantkom/cli",
|
|
4061
4105
|
"pluginType": "core",
|
|
@@ -4065,14 +4109,20 @@
|
|
|
4065
4109
|
"relativePath": [
|
|
4066
4110
|
"dist",
|
|
4067
4111
|
"commands",
|
|
4068
|
-
"
|
|
4069
|
-
"
|
|
4112
|
+
"contacts",
|
|
4113
|
+
"create.js"
|
|
4070
4114
|
]
|
|
4071
4115
|
},
|
|
4072
|
-
"
|
|
4116
|
+
"contacts:delete": {
|
|
4073
4117
|
"aliases": [],
|
|
4074
|
-
"args": {
|
|
4075
|
-
|
|
4118
|
+
"args": {
|
|
4119
|
+
"id": {
|
|
4120
|
+
"description": "Contact ID",
|
|
4121
|
+
"name": "id",
|
|
4122
|
+
"required": true
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
4125
|
+
"description": "Delete a contact",
|
|
4076
4126
|
"flags": {
|
|
4077
4127
|
"api-key": {
|
|
4078
4128
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4135,72 +4185,11 @@
|
|
|
4135
4185
|
"hasDynamicHelp": false,
|
|
4136
4186
|
"multiple": false,
|
|
4137
4187
|
"type": "option"
|
|
4138
|
-
},
|
|
4139
|
-
"name": {
|
|
4140
|
-
"description": "Field name",
|
|
4141
|
-
"name": "name",
|
|
4142
|
-
"required": true,
|
|
4143
|
-
"hasDynamicHelp": false,
|
|
4144
|
-
"multiple": false,
|
|
4145
|
-
"type": "option"
|
|
4146
|
-
},
|
|
4147
|
-
"key": {
|
|
4148
|
-
"description": "Field key",
|
|
4149
|
-
"name": "key",
|
|
4150
|
-
"required": true,
|
|
4151
|
-
"hasDynamicHelp": false,
|
|
4152
|
-
"multiple": false,
|
|
4153
|
-
"type": "option"
|
|
4154
|
-
},
|
|
4155
|
-
"type": {
|
|
4156
|
-
"description": "Field type",
|
|
4157
|
-
"name": "type",
|
|
4158
|
-
"required": true,
|
|
4159
|
-
"hasDynamicHelp": false,
|
|
4160
|
-
"multiple": false,
|
|
4161
|
-
"options": [
|
|
4162
|
-
"text",
|
|
4163
|
-
"number",
|
|
4164
|
-
"date",
|
|
4165
|
-
"dropdown",
|
|
4166
|
-
"checkbox",
|
|
4167
|
-
"url",
|
|
4168
|
-
"email",
|
|
4169
|
-
"phone"
|
|
4170
|
-
],
|
|
4171
|
-
"type": "option"
|
|
4172
|
-
},
|
|
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",
|
|
4182
|
-
"hasDynamicHelp": false,
|
|
4183
|
-
"multiple": false,
|
|
4184
|
-
"type": "option"
|
|
4185
|
-
},
|
|
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",
|
|
4196
|
-
"hasDynamicHelp": false,
|
|
4197
|
-
"multiple": false,
|
|
4198
|
-
"type": "option"
|
|
4199
4188
|
}
|
|
4200
4189
|
},
|
|
4201
4190
|
"hasDynamicHelp": false,
|
|
4202
4191
|
"hiddenAliases": [],
|
|
4203
|
-
"id": "
|
|
4192
|
+
"id": "contacts:delete",
|
|
4204
4193
|
"pluginAlias": "@instantkom/cli",
|
|
4205
4194
|
"pluginName": "@instantkom/cli",
|
|
4206
4195
|
"pluginType": "core",
|
|
@@ -4210,20 +4199,14 @@
|
|
|
4210
4199
|
"relativePath": [
|
|
4211
4200
|
"dist",
|
|
4212
4201
|
"commands",
|
|
4213
|
-
"
|
|
4214
|
-
"
|
|
4202
|
+
"contacts",
|
|
4203
|
+
"delete.js"
|
|
4215
4204
|
]
|
|
4216
4205
|
},
|
|
4217
|
-
"
|
|
4206
|
+
"contacts:export": {
|
|
4218
4207
|
"aliases": [],
|
|
4219
|
-
"args": {
|
|
4220
|
-
|
|
4221
|
-
"description": "custom field ID",
|
|
4222
|
-
"name": "id",
|
|
4223
|
-
"required": true
|
|
4224
|
-
}
|
|
4225
|
-
},
|
|
4226
|
-
"description": "Delete custom field",
|
|
4208
|
+
"args": {},
|
|
4209
|
+
"description": "Export contacts to CSV",
|
|
4227
4210
|
"flags": {
|
|
4228
4211
|
"api-key": {
|
|
4229
4212
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4286,11 +4269,49 @@
|
|
|
4286
4269
|
"hasDynamicHelp": false,
|
|
4287
4270
|
"multiple": false,
|
|
4288
4271
|
"type": "option"
|
|
4272
|
+
},
|
|
4273
|
+
"file": {
|
|
4274
|
+
"description": "CSV output file path",
|
|
4275
|
+
"name": "file",
|
|
4276
|
+
"required": true,
|
|
4277
|
+
"hasDynamicHelp": false,
|
|
4278
|
+
"multiple": false,
|
|
4279
|
+
"type": "option"
|
|
4280
|
+
},
|
|
4281
|
+
"channel": {
|
|
4282
|
+
"description": "Filter by channel ID",
|
|
4283
|
+
"name": "channel",
|
|
4284
|
+
"hasDynamicHelp": false,
|
|
4285
|
+
"multiple": false,
|
|
4286
|
+
"type": "option"
|
|
4287
|
+
},
|
|
4288
|
+
"search": {
|
|
4289
|
+
"description": "Search by name or identifier",
|
|
4290
|
+
"name": "search",
|
|
4291
|
+
"hasDynamicHelp": false,
|
|
4292
|
+
"multiple": false,
|
|
4293
|
+
"type": "option"
|
|
4294
|
+
},
|
|
4295
|
+
"page": {
|
|
4296
|
+
"description": "Page number",
|
|
4297
|
+
"name": "page",
|
|
4298
|
+
"default": 1,
|
|
4299
|
+
"hasDynamicHelp": false,
|
|
4300
|
+
"multiple": false,
|
|
4301
|
+
"type": "option"
|
|
4302
|
+
},
|
|
4303
|
+
"limit": {
|
|
4304
|
+
"description": "Items per page",
|
|
4305
|
+
"name": "limit",
|
|
4306
|
+
"default": 100,
|
|
4307
|
+
"hasDynamicHelp": false,
|
|
4308
|
+
"multiple": false,
|
|
4309
|
+
"type": "option"
|
|
4289
4310
|
}
|
|
4290
4311
|
},
|
|
4291
4312
|
"hasDynamicHelp": false,
|
|
4292
4313
|
"hiddenAliases": [],
|
|
4293
|
-
"id": "
|
|
4314
|
+
"id": "contacts:export",
|
|
4294
4315
|
"pluginAlias": "@instantkom/cli",
|
|
4295
4316
|
"pluginName": "@instantkom/cli",
|
|
4296
4317
|
"pluginType": "core",
|
|
@@ -4300,20 +4321,20 @@
|
|
|
4300
4321
|
"relativePath": [
|
|
4301
4322
|
"dist",
|
|
4302
4323
|
"commands",
|
|
4303
|
-
"
|
|
4304
|
-
"
|
|
4324
|
+
"contacts",
|
|
4325
|
+
"export.js"
|
|
4305
4326
|
]
|
|
4306
4327
|
},
|
|
4307
|
-
"
|
|
4328
|
+
"contacts:get": {
|
|
4308
4329
|
"aliases": [],
|
|
4309
4330
|
"args": {
|
|
4310
4331
|
"id": {
|
|
4311
|
-
"description": "
|
|
4332
|
+
"description": "Contact ID",
|
|
4312
4333
|
"name": "id",
|
|
4313
4334
|
"required": true
|
|
4314
4335
|
}
|
|
4315
4336
|
},
|
|
4316
|
-
"description": "Get
|
|
4337
|
+
"description": "Get a contact by ID",
|
|
4317
4338
|
"flags": {
|
|
4318
4339
|
"api-key": {
|
|
4319
4340
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4380,7 +4401,7 @@
|
|
|
4380
4401
|
},
|
|
4381
4402
|
"hasDynamicHelp": false,
|
|
4382
4403
|
"hiddenAliases": [],
|
|
4383
|
-
"id": "
|
|
4404
|
+
"id": "contacts:get",
|
|
4384
4405
|
"pluginAlias": "@instantkom/cli",
|
|
4385
4406
|
"pluginName": "@instantkom/cli",
|
|
4386
4407
|
"pluginType": "core",
|
|
@@ -4390,14 +4411,14 @@
|
|
|
4390
4411
|
"relativePath": [
|
|
4391
4412
|
"dist",
|
|
4392
4413
|
"commands",
|
|
4393
|
-
"
|
|
4414
|
+
"contacts",
|
|
4394
4415
|
"get.js"
|
|
4395
4416
|
]
|
|
4396
4417
|
},
|
|
4397
|
-
"
|
|
4418
|
+
"contacts:import": {
|
|
4398
4419
|
"aliases": [],
|
|
4399
4420
|
"args": {},
|
|
4400
|
-
"description": "
|
|
4421
|
+
"description": "Import contacts from CSV",
|
|
4401
4422
|
"flags": {
|
|
4402
4423
|
"api-key": {
|
|
4403
4424
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4460,11 +4481,27 @@
|
|
|
4460
4481
|
"hasDynamicHelp": false,
|
|
4461
4482
|
"multiple": false,
|
|
4462
4483
|
"type": "option"
|
|
4484
|
+
},
|
|
4485
|
+
"file": {
|
|
4486
|
+
"description": "CSV file path",
|
|
4487
|
+
"name": "file",
|
|
4488
|
+
"required": true,
|
|
4489
|
+
"hasDynamicHelp": false,
|
|
4490
|
+
"multiple": false,
|
|
4491
|
+
"type": "option"
|
|
4492
|
+
},
|
|
4493
|
+
"channel": {
|
|
4494
|
+
"description": "Channel ID",
|
|
4495
|
+
"name": "channel",
|
|
4496
|
+
"required": true,
|
|
4497
|
+
"hasDynamicHelp": false,
|
|
4498
|
+
"multiple": false,
|
|
4499
|
+
"type": "option"
|
|
4463
4500
|
}
|
|
4464
4501
|
},
|
|
4465
4502
|
"hasDynamicHelp": false,
|
|
4466
4503
|
"hiddenAliases": [],
|
|
4467
|
-
"id": "
|
|
4504
|
+
"id": "contacts:import",
|
|
4468
4505
|
"pluginAlias": "@instantkom/cli",
|
|
4469
4506
|
"pluginName": "@instantkom/cli",
|
|
4470
4507
|
"pluginType": "core",
|
|
@@ -4474,14 +4511,14 @@
|
|
|
4474
4511
|
"relativePath": [
|
|
4475
4512
|
"dist",
|
|
4476
4513
|
"commands",
|
|
4477
|
-
"
|
|
4478
|
-
"
|
|
4514
|
+
"contacts",
|
|
4515
|
+
"import.js"
|
|
4479
4516
|
]
|
|
4480
4517
|
},
|
|
4481
|
-
"
|
|
4518
|
+
"contacts:list": {
|
|
4482
4519
|
"aliases": [],
|
|
4483
4520
|
"args": {},
|
|
4484
|
-
"description": "
|
|
4521
|
+
"description": "List contacts",
|
|
4485
4522
|
"flags": {
|
|
4486
4523
|
"api-key": {
|
|
4487
4524
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4545,53 +4582,140 @@
|
|
|
4545
4582
|
"multiple": false,
|
|
4546
4583
|
"type": "option"
|
|
4547
4584
|
},
|
|
4548
|
-
"
|
|
4549
|
-
"description": "
|
|
4550
|
-
"name": "
|
|
4551
|
-
"required": true,
|
|
4585
|
+
"channel": {
|
|
4586
|
+
"description": "Filter by channel ID",
|
|
4587
|
+
"name": "channel",
|
|
4552
4588
|
"hasDynamicHelp": false,
|
|
4553
4589
|
"multiple": false,
|
|
4554
4590
|
"type": "option"
|
|
4555
|
-
}
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
"id": "custom-fields:reorder",
|
|
4560
|
-
"pluginAlias": "@instantkom/cli",
|
|
4561
|
-
"pluginName": "@instantkom/cli",
|
|
4562
|
-
"pluginType": "core",
|
|
4563
|
-
"strict": true,
|
|
4564
|
-
"enableJsonFlag": false,
|
|
4565
|
-
"isESM": true,
|
|
4566
|
-
"relativePath": [
|
|
4567
|
-
"dist",
|
|
4568
|
-
"commands",
|
|
4569
|
-
"custom-fields",
|
|
4570
|
-
"reorder.js"
|
|
4571
|
-
]
|
|
4572
|
-
},
|
|
4573
|
-
"custom-fields:update": {
|
|
4574
|
-
"aliases": [],
|
|
4575
|
-
"args": {
|
|
4576
|
-
"id": {
|
|
4577
|
-
"description": "Custom field ID",
|
|
4578
|
-
"name": "id",
|
|
4579
|
-
"required": true
|
|
4580
|
-
}
|
|
4581
|
-
},
|
|
4582
|
-
"description": "Update a custom field",
|
|
4583
|
-
"flags": {
|
|
4584
|
-
"api-key": {
|
|
4585
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4586
|
-
"env": "IKM_API_KEY",
|
|
4587
|
-
"helpGroup": "GLOBAL",
|
|
4588
|
-
"name": "api-key",
|
|
4591
|
+
},
|
|
4592
|
+
"search": {
|
|
4593
|
+
"description": "Search by name or identifier",
|
|
4594
|
+
"name": "search",
|
|
4589
4595
|
"hasDynamicHelp": false,
|
|
4590
4596
|
"multiple": false,
|
|
4591
4597
|
"type": "option"
|
|
4592
4598
|
},
|
|
4593
|
-
"
|
|
4594
|
-
"description": "
|
|
4599
|
+
"page": {
|
|
4600
|
+
"description": "Page number",
|
|
4601
|
+
"name": "page",
|
|
4602
|
+
"default": 1,
|
|
4603
|
+
"hasDynamicHelp": false,
|
|
4604
|
+
"multiple": false,
|
|
4605
|
+
"type": "option"
|
|
4606
|
+
},
|
|
4607
|
+
"limit": {
|
|
4608
|
+
"description": "Items per page",
|
|
4609
|
+
"name": "limit",
|
|
4610
|
+
"default": 20,
|
|
4611
|
+
"hasDynamicHelp": false,
|
|
4612
|
+
"multiple": false,
|
|
4613
|
+
"type": "option"
|
|
4614
|
+
},
|
|
4615
|
+
"optin-status": {
|
|
4616
|
+
"description": "Filter by opt-in status",
|
|
4617
|
+
"name": "optin-status",
|
|
4618
|
+
"hasDynamicHelp": false,
|
|
4619
|
+
"multiple": false,
|
|
4620
|
+
"options": [
|
|
4621
|
+
"0",
|
|
4622
|
+
"1"
|
|
4623
|
+
],
|
|
4624
|
+
"type": "option"
|
|
4625
|
+
},
|
|
4626
|
+
"blocked": {
|
|
4627
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
4628
|
+
"name": "blocked",
|
|
4629
|
+
"hasDynamicHelp": false,
|
|
4630
|
+
"multiple": false,
|
|
4631
|
+
"options": [
|
|
4632
|
+
"0",
|
|
4633
|
+
"1"
|
|
4634
|
+
],
|
|
4635
|
+
"type": "option"
|
|
4636
|
+
},
|
|
4637
|
+
"segment": {
|
|
4638
|
+
"description": "Filter by segment ID",
|
|
4639
|
+
"name": "segment",
|
|
4640
|
+
"hasDynamicHelp": false,
|
|
4641
|
+
"multiple": false,
|
|
4642
|
+
"type": "option"
|
|
4643
|
+
},
|
|
4644
|
+
"tags": {
|
|
4645
|
+
"description": "Comma-separated tag IDs",
|
|
4646
|
+
"name": "tags",
|
|
4647
|
+
"hasDynamicHelp": false,
|
|
4648
|
+
"multiple": false,
|
|
4649
|
+
"type": "option"
|
|
4650
|
+
},
|
|
4651
|
+
"tag-match": {
|
|
4652
|
+
"description": "Tag match mode",
|
|
4653
|
+
"name": "tag-match",
|
|
4654
|
+
"hasDynamicHelp": false,
|
|
4655
|
+
"multiple": false,
|
|
4656
|
+
"options": [
|
|
4657
|
+
"any",
|
|
4658
|
+
"all"
|
|
4659
|
+
],
|
|
4660
|
+
"type": "option"
|
|
4661
|
+
},
|
|
4662
|
+
"spam": {
|
|
4663
|
+
"description": "Filter by spam status",
|
|
4664
|
+
"name": "spam",
|
|
4665
|
+
"hasDynamicHelp": false,
|
|
4666
|
+
"multiple": false,
|
|
4667
|
+
"options": [
|
|
4668
|
+
"true",
|
|
4669
|
+
"false"
|
|
4670
|
+
],
|
|
4671
|
+
"type": "option"
|
|
4672
|
+
},
|
|
4673
|
+
"trust-level": {
|
|
4674
|
+
"description": "Comma-separated trust levels",
|
|
4675
|
+
"name": "trust-level",
|
|
4676
|
+
"hasDynamicHelp": false,
|
|
4677
|
+
"multiple": false,
|
|
4678
|
+
"type": "option"
|
|
4679
|
+
}
|
|
4680
|
+
},
|
|
4681
|
+
"hasDynamicHelp": false,
|
|
4682
|
+
"hiddenAliases": [],
|
|
4683
|
+
"id": "contacts:list",
|
|
4684
|
+
"pluginAlias": "@instantkom/cli",
|
|
4685
|
+
"pluginName": "@instantkom/cli",
|
|
4686
|
+
"pluginType": "core",
|
|
4687
|
+
"strict": true,
|
|
4688
|
+
"enableJsonFlag": false,
|
|
4689
|
+
"isESM": true,
|
|
4690
|
+
"relativePath": [
|
|
4691
|
+
"dist",
|
|
4692
|
+
"commands",
|
|
4693
|
+
"contacts",
|
|
4694
|
+
"list.js"
|
|
4695
|
+
]
|
|
4696
|
+
},
|
|
4697
|
+
"contacts:update": {
|
|
4698
|
+
"aliases": [],
|
|
4699
|
+
"args": {
|
|
4700
|
+
"id": {
|
|
4701
|
+
"description": "Contact ID",
|
|
4702
|
+
"name": "id",
|
|
4703
|
+
"required": true
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4706
|
+
"description": "Update a contact",
|
|
4707
|
+
"flags": {
|
|
4708
|
+
"api-key": {
|
|
4709
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4710
|
+
"env": "IKM_API_KEY",
|
|
4711
|
+
"helpGroup": "GLOBAL",
|
|
4712
|
+
"name": "api-key",
|
|
4713
|
+
"hasDynamicHelp": false,
|
|
4714
|
+
"multiple": false,
|
|
4715
|
+
"type": "option"
|
|
4716
|
+
},
|
|
4717
|
+
"format": {
|
|
4718
|
+
"description": "Output format: text, json, yaml, or table",
|
|
4595
4719
|
"helpGroup": "GLOBAL",
|
|
4596
4720
|
"name": "format",
|
|
4597
4721
|
"default": "text",
|
|
@@ -4643,52 +4767,16 @@
|
|
|
4643
4767
|
"multiple": false,
|
|
4644
4768
|
"type": "option"
|
|
4645
4769
|
},
|
|
4646
|
-
"
|
|
4647
|
-
"description": "
|
|
4648
|
-
"name": "
|
|
4649
|
-
"hasDynamicHelp": false,
|
|
4650
|
-
"multiple": false,
|
|
4651
|
-
"type": "option"
|
|
4652
|
-
},
|
|
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",
|
|
4770
|
+
"identifier": {
|
|
4771
|
+
"description": "Unique contact identifier",
|
|
4772
|
+
"name": "identifier",
|
|
4685
4773
|
"hasDynamicHelp": false,
|
|
4686
4774
|
"multiple": false,
|
|
4687
4775
|
"type": "option"
|
|
4688
4776
|
},
|
|
4689
|
-
"
|
|
4690
|
-
"description": "
|
|
4691
|
-
"name": "
|
|
4777
|
+
"name": {
|
|
4778
|
+
"description": "Contact name",
|
|
4779
|
+
"name": "name",
|
|
4692
4780
|
"hasDynamicHelp": false,
|
|
4693
4781
|
"multiple": false,
|
|
4694
4782
|
"type": "option"
|
|
@@ -4703,7 +4791,7 @@
|
|
|
4703
4791
|
},
|
|
4704
4792
|
"hasDynamicHelp": false,
|
|
4705
4793
|
"hiddenAliases": [],
|
|
4706
|
-
"id": "
|
|
4794
|
+
"id": "contacts:update",
|
|
4707
4795
|
"pluginAlias": "@instantkom/cli",
|
|
4708
4796
|
"pluginName": "@instantkom/cli",
|
|
4709
4797
|
"pluginType": "core",
|
|
@@ -4713,14 +4801,14 @@
|
|
|
4713
4801
|
"relativePath": [
|
|
4714
4802
|
"dist",
|
|
4715
4803
|
"commands",
|
|
4716
|
-
"
|
|
4804
|
+
"contacts",
|
|
4717
4805
|
"update.js"
|
|
4718
4806
|
]
|
|
4719
4807
|
},
|
|
4720
|
-
"
|
|
4808
|
+
"custom-fields:bulk-delete": {
|
|
4721
4809
|
"aliases": [],
|
|
4722
4810
|
"args": {},
|
|
4723
|
-
"description": "
|
|
4811
|
+
"description": "Bulk delete custom fields",
|
|
4724
4812
|
"flags": {
|
|
4725
4813
|
"api-key": {
|
|
4726
4814
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4784,92 +4872,18 @@
|
|
|
4784
4872
|
"multiple": false,
|
|
4785
4873
|
"type": "option"
|
|
4786
4874
|
},
|
|
4787
|
-
"
|
|
4788
|
-
"description": "
|
|
4789
|
-
"name": "
|
|
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",
|
|
4875
|
+
"ids": {
|
|
4876
|
+
"description": "Comma-separated custom field IDs",
|
|
4877
|
+
"name": "ids",
|
|
4811
4878
|
"required": true,
|
|
4812
4879
|
"hasDynamicHelp": false,
|
|
4813
4880
|
"multiple": false,
|
|
4814
4881
|
"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"
|
|
4868
4882
|
}
|
|
4869
4883
|
},
|
|
4870
4884
|
"hasDynamicHelp": false,
|
|
4871
4885
|
"hiddenAliases": [],
|
|
4872
|
-
"id": "
|
|
4886
|
+
"id": "custom-fields:bulk-delete",
|
|
4873
4887
|
"pluginAlias": "@instantkom/cli",
|
|
4874
4888
|
"pluginName": "@instantkom/cli",
|
|
4875
4889
|
"pluginType": "core",
|
|
@@ -4879,20 +4893,14 @@
|
|
|
4879
4893
|
"relativePath": [
|
|
4880
4894
|
"dist",
|
|
4881
4895
|
"commands",
|
|
4882
|
-
"
|
|
4883
|
-
"
|
|
4896
|
+
"custom-fields",
|
|
4897
|
+
"bulk-delete.js"
|
|
4884
4898
|
]
|
|
4885
4899
|
},
|
|
4886
|
-
"
|
|
4900
|
+
"custom-fields:create": {
|
|
4887
4901
|
"aliases": [],
|
|
4888
|
-
"args": {
|
|
4889
|
-
|
|
4890
|
-
"description": "broadcast ID",
|
|
4891
|
-
"name": "id",
|
|
4892
|
-
"required": true
|
|
4893
|
-
}
|
|
4894
|
-
},
|
|
4895
|
-
"description": "Delete broadcast",
|
|
4902
|
+
"args": {},
|
|
4903
|
+
"description": "Create a custom field",
|
|
4896
4904
|
"flags": {
|
|
4897
4905
|
"api-key": {
|
|
4898
4906
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4925,33 +4933,94 @@
|
|
|
4925
4933
|
"allowNo": false,
|
|
4926
4934
|
"type": "boolean"
|
|
4927
4935
|
},
|
|
4928
|
-
"quiet": {
|
|
4929
|
-
"description": "Suppress all output except errors",
|
|
4930
|
-
"helpGroup": "GLOBAL",
|
|
4931
|
-
"name": "quiet",
|
|
4936
|
+
"quiet": {
|
|
4937
|
+
"description": "Suppress all output except errors",
|
|
4938
|
+
"helpGroup": "GLOBAL",
|
|
4939
|
+
"name": "quiet",
|
|
4940
|
+
"allowNo": false,
|
|
4941
|
+
"type": "boolean"
|
|
4942
|
+
},
|
|
4943
|
+
"no-color": {
|
|
4944
|
+
"description": "Disable color output",
|
|
4945
|
+
"helpGroup": "GLOBAL",
|
|
4946
|
+
"name": "no-color",
|
|
4947
|
+
"allowNo": false,
|
|
4948
|
+
"type": "boolean"
|
|
4949
|
+
},
|
|
4950
|
+
"profile": {
|
|
4951
|
+
"description": "Named configuration profile to use",
|
|
4952
|
+
"helpGroup": "GLOBAL",
|
|
4953
|
+
"name": "profile",
|
|
4954
|
+
"default": "default",
|
|
4955
|
+
"hasDynamicHelp": false,
|
|
4956
|
+
"multiple": false,
|
|
4957
|
+
"type": "option"
|
|
4958
|
+
},
|
|
4959
|
+
"api-url": {
|
|
4960
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
4961
|
+
"helpGroup": "GLOBAL",
|
|
4962
|
+
"name": "api-url",
|
|
4963
|
+
"hasDynamicHelp": false,
|
|
4964
|
+
"multiple": false,
|
|
4965
|
+
"type": "option"
|
|
4966
|
+
},
|
|
4967
|
+
"name": {
|
|
4968
|
+
"description": "Field name",
|
|
4969
|
+
"name": "name",
|
|
4970
|
+
"required": true,
|
|
4971
|
+
"hasDynamicHelp": false,
|
|
4972
|
+
"multiple": false,
|
|
4973
|
+
"type": "option"
|
|
4974
|
+
},
|
|
4975
|
+
"key": {
|
|
4976
|
+
"description": "Field key",
|
|
4977
|
+
"name": "key",
|
|
4978
|
+
"required": true,
|
|
4979
|
+
"hasDynamicHelp": false,
|
|
4980
|
+
"multiple": false,
|
|
4981
|
+
"type": "option"
|
|
4982
|
+
},
|
|
4983
|
+
"type": {
|
|
4984
|
+
"description": "Field type",
|
|
4985
|
+
"name": "type",
|
|
4986
|
+
"required": true,
|
|
4987
|
+
"hasDynamicHelp": false,
|
|
4988
|
+
"multiple": false,
|
|
4989
|
+
"options": [
|
|
4990
|
+
"text",
|
|
4991
|
+
"number",
|
|
4992
|
+
"date",
|
|
4993
|
+
"dropdown",
|
|
4994
|
+
"checkbox",
|
|
4995
|
+
"url",
|
|
4996
|
+
"email",
|
|
4997
|
+
"phone"
|
|
4998
|
+
],
|
|
4999
|
+
"type": "option"
|
|
5000
|
+
},
|
|
5001
|
+
"required": {
|
|
5002
|
+
"description": "Field is required",
|
|
5003
|
+
"name": "required",
|
|
4932
5004
|
"allowNo": false,
|
|
4933
5005
|
"type": "boolean"
|
|
4934
5006
|
},
|
|
4935
|
-
"
|
|
4936
|
-
"description": "
|
|
4937
|
-
"
|
|
4938
|
-
"
|
|
4939
|
-
"
|
|
4940
|
-
"type": "
|
|
5007
|
+
"default": {
|
|
5008
|
+
"description": "Default value",
|
|
5009
|
+
"name": "default",
|
|
5010
|
+
"hasDynamicHelp": false,
|
|
5011
|
+
"multiple": false,
|
|
5012
|
+
"type": "option"
|
|
4941
5013
|
},
|
|
4942
|
-
"
|
|
4943
|
-
"description": "
|
|
4944
|
-
"
|
|
4945
|
-
"name": "profile",
|
|
4946
|
-
"default": "default",
|
|
5014
|
+
"options": {
|
|
5015
|
+
"description": "Comma-separated dropdown options",
|
|
5016
|
+
"name": "options",
|
|
4947
5017
|
"hasDynamicHelp": false,
|
|
4948
5018
|
"multiple": false,
|
|
4949
5019
|
"type": "option"
|
|
4950
5020
|
},
|
|
4951
|
-
"
|
|
4952
|
-
"description": "
|
|
4953
|
-
"
|
|
4954
|
-
"name": "api-url",
|
|
5021
|
+
"data": {
|
|
5022
|
+
"description": "Additional JSON object payload",
|
|
5023
|
+
"name": "data",
|
|
4955
5024
|
"hasDynamicHelp": false,
|
|
4956
5025
|
"multiple": false,
|
|
4957
5026
|
"type": "option"
|
|
@@ -4959,7 +5028,7 @@
|
|
|
4959
5028
|
},
|
|
4960
5029
|
"hasDynamicHelp": false,
|
|
4961
5030
|
"hiddenAliases": [],
|
|
4962
|
-
"id": "
|
|
5031
|
+
"id": "custom-fields:create",
|
|
4963
5032
|
"pluginAlias": "@instantkom/cli",
|
|
4964
5033
|
"pluginName": "@instantkom/cli",
|
|
4965
5034
|
"pluginType": "core",
|
|
@@ -4969,20 +5038,20 @@
|
|
|
4969
5038
|
"relativePath": [
|
|
4970
5039
|
"dist",
|
|
4971
5040
|
"commands",
|
|
4972
|
-
"
|
|
4973
|
-
"
|
|
5041
|
+
"custom-fields",
|
|
5042
|
+
"create.js"
|
|
4974
5043
|
]
|
|
4975
5044
|
},
|
|
4976
|
-
"
|
|
5045
|
+
"custom-fields:delete": {
|
|
4977
5046
|
"aliases": [],
|
|
4978
5047
|
"args": {
|
|
4979
5048
|
"id": {
|
|
4980
|
-
"description": "
|
|
5049
|
+
"description": "custom field ID",
|
|
4981
5050
|
"name": "id",
|
|
4982
5051
|
"required": true
|
|
4983
5052
|
}
|
|
4984
5053
|
},
|
|
4985
|
-
"description": "
|
|
5054
|
+
"description": "Delete custom field",
|
|
4986
5055
|
"flags": {
|
|
4987
5056
|
"api-key": {
|
|
4988
5057
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5049,7 +5118,7 @@
|
|
|
5049
5118
|
},
|
|
5050
5119
|
"hasDynamicHelp": false,
|
|
5051
5120
|
"hiddenAliases": [],
|
|
5052
|
-
"id": "
|
|
5121
|
+
"id": "custom-fields:delete",
|
|
5053
5122
|
"pluginAlias": "@instantkom/cli",
|
|
5054
5123
|
"pluginName": "@instantkom/cli",
|
|
5055
5124
|
"pluginType": "core",
|
|
@@ -5059,14 +5128,20 @@
|
|
|
5059
5128
|
"relativePath": [
|
|
5060
5129
|
"dist",
|
|
5061
5130
|
"commands",
|
|
5062
|
-
"
|
|
5063
|
-
"
|
|
5131
|
+
"custom-fields",
|
|
5132
|
+
"delete.js"
|
|
5064
5133
|
]
|
|
5065
5134
|
},
|
|
5066
|
-
"
|
|
5135
|
+
"custom-fields:get": {
|
|
5067
5136
|
"aliases": [],
|
|
5068
|
-
"args": {
|
|
5069
|
-
|
|
5137
|
+
"args": {
|
|
5138
|
+
"id": {
|
|
5139
|
+
"description": "custom field ID",
|
|
5140
|
+
"name": "id",
|
|
5141
|
+
"required": true
|
|
5142
|
+
}
|
|
5143
|
+
},
|
|
5144
|
+
"description": "Get custom field by ID",
|
|
5070
5145
|
"flags": {
|
|
5071
5146
|
"api-key": {
|
|
5072
5147
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5129,73 +5204,11 @@
|
|
|
5129
5204
|
"hasDynamicHelp": false,
|
|
5130
5205
|
"multiple": false,
|
|
5131
5206
|
"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"
|
|
5194
5207
|
}
|
|
5195
5208
|
},
|
|
5196
5209
|
"hasDynamicHelp": false,
|
|
5197
5210
|
"hiddenAliases": [],
|
|
5198
|
-
"id": "
|
|
5211
|
+
"id": "custom-fields:get",
|
|
5199
5212
|
"pluginAlias": "@instantkom/cli",
|
|
5200
5213
|
"pluginName": "@instantkom/cli",
|
|
5201
5214
|
"pluginType": "core",
|
|
@@ -5205,20 +5218,14 @@
|
|
|
5205
5218
|
"relativePath": [
|
|
5206
5219
|
"dist",
|
|
5207
5220
|
"commands",
|
|
5208
|
-
"
|
|
5209
|
-
"
|
|
5221
|
+
"custom-fields",
|
|
5222
|
+
"get.js"
|
|
5210
5223
|
]
|
|
5211
5224
|
},
|
|
5212
|
-
"
|
|
5225
|
+
"custom-fields:list": {
|
|
5213
5226
|
"aliases": [],
|
|
5214
|
-
"args": {
|
|
5215
|
-
|
|
5216
|
-
"description": "Broadcast ID",
|
|
5217
|
-
"name": "id",
|
|
5218
|
-
"required": true
|
|
5219
|
-
}
|
|
5220
|
-
},
|
|
5221
|
-
"description": "Send a broadcast immediately",
|
|
5227
|
+
"args": {},
|
|
5228
|
+
"description": "List custom fields",
|
|
5222
5229
|
"flags": {
|
|
5223
5230
|
"api-key": {
|
|
5224
5231
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5285,7 +5292,7 @@
|
|
|
5285
5292
|
},
|
|
5286
5293
|
"hasDynamicHelp": false,
|
|
5287
5294
|
"hiddenAliases": [],
|
|
5288
|
-
"id": "
|
|
5295
|
+
"id": "custom-fields:list",
|
|
5289
5296
|
"pluginAlias": "@instantkom/cli",
|
|
5290
5297
|
"pluginName": "@instantkom/cli",
|
|
5291
5298
|
"pluginType": "core",
|
|
@@ -5295,20 +5302,14 @@
|
|
|
5295
5302
|
"relativePath": [
|
|
5296
5303
|
"dist",
|
|
5297
5304
|
"commands",
|
|
5298
|
-
"
|
|
5299
|
-
"
|
|
5305
|
+
"custom-fields",
|
|
5306
|
+
"list.js"
|
|
5300
5307
|
]
|
|
5301
5308
|
},
|
|
5302
|
-
"
|
|
5309
|
+
"custom-fields:reorder": {
|
|
5303
5310
|
"aliases": [],
|
|
5304
|
-
"args": {
|
|
5305
|
-
|
|
5306
|
-
"description": "Broadcast ID",
|
|
5307
|
-
"name": "id",
|
|
5308
|
-
"required": true
|
|
5309
|
-
}
|
|
5310
|
-
},
|
|
5311
|
-
"description": "Show broadcast send status",
|
|
5311
|
+
"args": {},
|
|
5312
|
+
"description": "Reorder custom fields",
|
|
5312
5313
|
"flags": {
|
|
5313
5314
|
"api-key": {
|
|
5314
5315
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5371,11 +5372,19 @@
|
|
|
5371
5372
|
"hasDynamicHelp": false,
|
|
5372
5373
|
"multiple": false,
|
|
5373
5374
|
"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"
|
|
5374
5383
|
}
|
|
5375
5384
|
},
|
|
5376
5385
|
"hasDynamicHelp": false,
|
|
5377
5386
|
"hiddenAliases": [],
|
|
5378
|
-
"id": "
|
|
5387
|
+
"id": "custom-fields:reorder",
|
|
5379
5388
|
"pluginAlias": "@instantkom/cli",
|
|
5380
5389
|
"pluginName": "@instantkom/cli",
|
|
5381
5390
|
"pluginType": "core",
|
|
@@ -5385,20 +5394,20 @@
|
|
|
5385
5394
|
"relativePath": [
|
|
5386
5395
|
"dist",
|
|
5387
5396
|
"commands",
|
|
5388
|
-
"
|
|
5389
|
-
"
|
|
5397
|
+
"custom-fields",
|
|
5398
|
+
"reorder.js"
|
|
5390
5399
|
]
|
|
5391
5400
|
},
|
|
5392
|
-
"
|
|
5401
|
+
"custom-fields:update": {
|
|
5393
5402
|
"aliases": [],
|
|
5394
5403
|
"args": {
|
|
5395
5404
|
"id": {
|
|
5396
|
-
"description": "
|
|
5405
|
+
"description": "Custom field ID",
|
|
5397
5406
|
"name": "id",
|
|
5398
5407
|
"required": true
|
|
5399
5408
|
}
|
|
5400
5409
|
},
|
|
5401
|
-
"description": "Update a
|
|
5410
|
+
"description": "Update a custom field",
|
|
5402
5411
|
"flags": {
|
|
5403
5412
|
"api-key": {
|
|
5404
5413
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5462,61 +5471,52 @@
|
|
|
5462
5471
|
"multiple": false,
|
|
5463
5472
|
"type": "option"
|
|
5464
5473
|
},
|
|
5465
|
-
"
|
|
5466
|
-
"description": "
|
|
5467
|
-
"name": "
|
|
5468
|
-
"hasDynamicHelp": false,
|
|
5469
|
-
"multiple": false,
|
|
5470
|
-
"type": "option"
|
|
5471
|
-
},
|
|
5472
|
-
"send-status": {
|
|
5473
|
-
"description": "Send status",
|
|
5474
|
-
"name": "send-status",
|
|
5474
|
+
"name": {
|
|
5475
|
+
"description": "Field name",
|
|
5476
|
+
"name": "name",
|
|
5475
5477
|
"hasDynamicHelp": false,
|
|
5476
5478
|
"multiple": false,
|
|
5477
5479
|
"type": "option"
|
|
5478
5480
|
},
|
|
5479
|
-
"
|
|
5480
|
-
"description": "
|
|
5481
|
-
"name": "
|
|
5481
|
+
"type": {
|
|
5482
|
+
"description": "Field type",
|
|
5483
|
+
"name": "type",
|
|
5482
5484
|
"hasDynamicHelp": false,
|
|
5483
5485
|
"multiple": false,
|
|
5486
|
+
"options": [
|
|
5487
|
+
"text",
|
|
5488
|
+
"number",
|
|
5489
|
+
"date",
|
|
5490
|
+
"dropdown",
|
|
5491
|
+
"checkbox",
|
|
5492
|
+
"url",
|
|
5493
|
+
"email",
|
|
5494
|
+
"phone"
|
|
5495
|
+
],
|
|
5484
5496
|
"type": "option"
|
|
5485
5497
|
},
|
|
5486
|
-
"
|
|
5487
|
-
"description": "
|
|
5488
|
-
"name": "
|
|
5489
|
-
"allowNo":
|
|
5490
|
-
"type": "boolean"
|
|
5491
|
-
},
|
|
5492
|
-
"locked": {
|
|
5493
|
-
"description": "Mark as locked",
|
|
5494
|
-
"name": "locked",
|
|
5495
|
-
"allowNo": false,
|
|
5498
|
+
"required": {
|
|
5499
|
+
"description": "Field is required",
|
|
5500
|
+
"name": "required",
|
|
5501
|
+
"allowNo": true,
|
|
5496
5502
|
"type": "boolean"
|
|
5497
5503
|
},
|
|
5498
|
-
"
|
|
5499
|
-
"description": "
|
|
5500
|
-
"name": "
|
|
5501
|
-
"allowNo":
|
|
5504
|
+
"status": {
|
|
5505
|
+
"description": "Field is active",
|
|
5506
|
+
"name": "status",
|
|
5507
|
+
"allowNo": true,
|
|
5502
5508
|
"type": "boolean"
|
|
5503
5509
|
},
|
|
5504
|
-
"
|
|
5505
|
-
"description": "
|
|
5506
|
-
"name": "
|
|
5510
|
+
"default": {
|
|
5511
|
+
"description": "Default value",
|
|
5512
|
+
"name": "default",
|
|
5507
5513
|
"hasDynamicHelp": false,
|
|
5508
5514
|
"multiple": false,
|
|
5509
5515
|
"type": "option"
|
|
5510
5516
|
},
|
|
5511
|
-
"
|
|
5512
|
-
"description": "
|
|
5513
|
-
"name": "
|
|
5514
|
-
"allowNo": false,
|
|
5515
|
-
"type": "boolean"
|
|
5516
|
-
},
|
|
5517
|
-
"header-footer": {
|
|
5518
|
-
"description": "Header/footer JSON array",
|
|
5519
|
-
"name": "header-footer",
|
|
5517
|
+
"options": {
|
|
5518
|
+
"description": "Comma-separated dropdown options",
|
|
5519
|
+
"name": "options",
|
|
5520
5520
|
"hasDynamicHelp": false,
|
|
5521
5521
|
"multiple": false,
|
|
5522
5522
|
"type": "option"
|
|
@@ -5531,7 +5531,7 @@
|
|
|
5531
5531
|
},
|
|
5532
5532
|
"hasDynamicHelp": false,
|
|
5533
5533
|
"hiddenAliases": [],
|
|
5534
|
-
"id": "
|
|
5534
|
+
"id": "custom-fields:update",
|
|
5535
5535
|
"pluginAlias": "@instantkom/cli",
|
|
5536
5536
|
"pluginName": "@instantkom/cli",
|
|
5537
5537
|
"pluginType": "core",
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
"relativePath": [
|
|
5542
5542
|
"dist",
|
|
5543
5543
|
"commands",
|
|
5544
|
-
"
|
|
5544
|
+
"custom-fields",
|
|
5545
5545
|
"update.js"
|
|
5546
5546
|
]
|
|
5547
5547
|
},
|
|
@@ -16352,5 +16352,5 @@
|
|
|
16352
16352
|
]
|
|
16353
16353
|
}
|
|
16354
16354
|
},
|
|
16355
|
-
"version": "3.
|
|
16355
|
+
"version": "3.143.0"
|
|
16356
16356
|
}
|