@instantkom/cli 3.191.0 → 3.192.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 +1553 -1553
- 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,80 +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": "
|
|
1063
|
-
"pluginAlias": "@instantkom/cli",
|
|
1064
|
-
"pluginName": "@instantkom/cli",
|
|
1065
|
-
"pluginType": "core",
|
|
1066
|
-
"strict": true,
|
|
1067
|
-
"enableJsonFlag": false,
|
|
1068
|
-
"isESM": true,
|
|
1069
|
-
"relativePath": [
|
|
1070
|
-
"dist",
|
|
1071
|
-
"commands",
|
|
1072
|
-
"ai",
|
|
1073
|
-
"reply.js"
|
|
1074
|
-
]
|
|
1075
|
-
},
|
|
1076
|
-
"autocomplete:script": {
|
|
1077
|
-
"aliases": [],
|
|
1078
|
-
"args": {
|
|
1079
|
-
"shell": {
|
|
1080
|
-
"description": "Shell type",
|
|
1081
|
-
"name": "shell",
|
|
1082
|
-
"options": [
|
|
1083
|
-
"zsh",
|
|
1084
|
-
"bash",
|
|
1085
|
-
"fish",
|
|
1086
|
-
"powershell"
|
|
1087
|
-
],
|
|
1088
|
-
"required": false
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
"description": "outputs autocomplete config script for shells",
|
|
1092
|
-
"flags": {},
|
|
1093
|
-
"hasDynamicHelp": false,
|
|
1094
|
-
"hidden": true,
|
|
1095
|
-
"hiddenAliases": [],
|
|
1096
|
-
"id": "autocomplete:script",
|
|
1040
|
+
"id": "auth:login",
|
|
1097
1041
|
"pluginAlias": "@instantkom/cli",
|
|
1098
1042
|
"pluginName": "@instantkom/cli",
|
|
1099
1043
|
"pluginType": "core",
|
|
@@ -1103,14 +1047,14 @@
|
|
|
1103
1047
|
"relativePath": [
|
|
1104
1048
|
"dist",
|
|
1105
1049
|
"commands",
|
|
1106
|
-
"
|
|
1107
|
-
"
|
|
1050
|
+
"auth",
|
|
1051
|
+
"login.js"
|
|
1108
1052
|
]
|
|
1109
1053
|
},
|
|
1110
|
-
"auth:
|
|
1054
|
+
"auth:logout": {
|
|
1111
1055
|
"aliases": [],
|
|
1112
1056
|
"args": {},
|
|
1113
|
-
"description": "
|
|
1057
|
+
"description": "Remove the stored API token for the current profile",
|
|
1114
1058
|
"flags": {
|
|
1115
1059
|
"api-key": {
|
|
1116
1060
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1173,25 +1117,11 @@
|
|
|
1173
1117
|
"hasDynamicHelp": false,
|
|
1174
1118
|
"multiple": false,
|
|
1175
1119
|
"type": "option"
|
|
1176
|
-
},
|
|
1177
|
-
"scope": {
|
|
1178
|
-
"description": "Requested token scope",
|
|
1179
|
-
"name": "scope",
|
|
1180
|
-
"default": "read",
|
|
1181
|
-
"hasDynamicHelp": false,
|
|
1182
|
-
"multiple": false,
|
|
1183
|
-
"options": [
|
|
1184
|
-
"full",
|
|
1185
|
-
"send",
|
|
1186
|
-
"read",
|
|
1187
|
-
"admin"
|
|
1188
|
-
],
|
|
1189
|
-
"type": "option"
|
|
1190
1120
|
}
|
|
1191
1121
|
},
|
|
1192
1122
|
"hasDynamicHelp": false,
|
|
1193
1123
|
"hiddenAliases": [],
|
|
1194
|
-
"id": "auth:
|
|
1124
|
+
"id": "auth:logout",
|
|
1195
1125
|
"pluginAlias": "@instantkom/cli",
|
|
1196
1126
|
"pluginName": "@instantkom/cli",
|
|
1197
1127
|
"pluginType": "core",
|
|
@@ -1202,13 +1132,13 @@
|
|
|
1202
1132
|
"dist",
|
|
1203
1133
|
"commands",
|
|
1204
1134
|
"auth",
|
|
1205
|
-
"
|
|
1135
|
+
"logout.js"
|
|
1206
1136
|
]
|
|
1207
1137
|
},
|
|
1208
|
-
"
|
|
1138
|
+
"ai:reply": {
|
|
1209
1139
|
"aliases": [],
|
|
1210
1140
|
"args": {},
|
|
1211
|
-
"description": "
|
|
1141
|
+
"description": "Generate AI reply suggestions for a message",
|
|
1212
1142
|
"flags": {
|
|
1213
1143
|
"api-key": {
|
|
1214
1144
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1271,11 +1201,47 @@
|
|
|
1271
1201
|
"hasDynamicHelp": false,
|
|
1272
1202
|
"multiple": false,
|
|
1273
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"
|
|
1274
1240
|
}
|
|
1275
1241
|
},
|
|
1276
1242
|
"hasDynamicHelp": false,
|
|
1277
1243
|
"hiddenAliases": [],
|
|
1278
|
-
"id": "
|
|
1244
|
+
"id": "ai:reply",
|
|
1279
1245
|
"pluginAlias": "@instantkom/cli",
|
|
1280
1246
|
"pluginName": "@instantkom/cli",
|
|
1281
1247
|
"pluginType": "core",
|
|
@@ -1285,8 +1251,42 @@
|
|
|
1285
1251
|
"relativePath": [
|
|
1286
1252
|
"dist",
|
|
1287
1253
|
"commands",
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1254
|
+
"ai",
|
|
1255
|
+
"reply.js"
|
|
1256
|
+
]
|
|
1257
|
+
},
|
|
1258
|
+
"autocomplete:script": {
|
|
1259
|
+
"aliases": [],
|
|
1260
|
+
"args": {
|
|
1261
|
+
"shell": {
|
|
1262
|
+
"description": "Shell type",
|
|
1263
|
+
"name": "shell",
|
|
1264
|
+
"options": [
|
|
1265
|
+
"zsh",
|
|
1266
|
+
"bash",
|
|
1267
|
+
"fish",
|
|
1268
|
+
"powershell"
|
|
1269
|
+
],
|
|
1270
|
+
"required": false
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"description": "outputs autocomplete config script for shells",
|
|
1274
|
+
"flags": {},
|
|
1275
|
+
"hasDynamicHelp": false,
|
|
1276
|
+
"hidden": true,
|
|
1277
|
+
"hiddenAliases": [],
|
|
1278
|
+
"id": "autocomplete:script",
|
|
1279
|
+
"pluginAlias": "@instantkom/cli",
|
|
1280
|
+
"pluginName": "@instantkom/cli",
|
|
1281
|
+
"pluginType": "core",
|
|
1282
|
+
"strict": true,
|
|
1283
|
+
"enableJsonFlag": false,
|
|
1284
|
+
"isESM": true,
|
|
1285
|
+
"relativePath": [
|
|
1286
|
+
"dist",
|
|
1287
|
+
"commands",
|
|
1288
|
+
"autocomplete",
|
|
1289
|
+
"script.js"
|
|
1290
1290
|
]
|
|
1291
1291
|
},
|
|
1292
1292
|
"bots:create": {
|
|
@@ -2843,16 +2843,10 @@
|
|
|
2843
2843
|
"update.js"
|
|
2844
2844
|
]
|
|
2845
2845
|
},
|
|
2846
|
-
"
|
|
2846
|
+
"channels:create": {
|
|
2847
2847
|
"aliases": [],
|
|
2848
|
-
"args": {
|
|
2849
|
-
|
|
2850
|
-
"description": "chat ID",
|
|
2851
|
-
"name": "id",
|
|
2852
|
-
"required": true
|
|
2853
|
-
}
|
|
2854
|
-
},
|
|
2855
|
-
"description": "Get chat by ID",
|
|
2848
|
+
"args": {},
|
|
2849
|
+
"description": "Create a channel",
|
|
2856
2850
|
"flags": {
|
|
2857
2851
|
"api-key": {
|
|
2858
2852
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2915,11 +2909,48 @@
|
|
|
2915
2909
|
"hasDynamicHelp": false,
|
|
2916
2910
|
"multiple": false,
|
|
2917
2911
|
"type": "option"
|
|
2912
|
+
},
|
|
2913
|
+
"name": {
|
|
2914
|
+
"description": "Channel name",
|
|
2915
|
+
"name": "name",
|
|
2916
|
+
"required": true,
|
|
2917
|
+
"hasDynamicHelp": false,
|
|
2918
|
+
"multiple": false,
|
|
2919
|
+
"type": "option"
|
|
2920
|
+
},
|
|
2921
|
+
"gateway-type": {
|
|
2922
|
+
"description": "Gateway type ID",
|
|
2923
|
+
"name": "gateway-type",
|
|
2924
|
+
"required": true,
|
|
2925
|
+
"hasDynamicHelp": false,
|
|
2926
|
+
"multiple": false,
|
|
2927
|
+
"type": "option"
|
|
2928
|
+
},
|
|
2929
|
+
"status": {
|
|
2930
|
+
"description": "Channel lifecycle status",
|
|
2931
|
+
"name": "status",
|
|
2932
|
+
"hasDynamicHelp": false,
|
|
2933
|
+
"multiple": false,
|
|
2934
|
+
"type": "option"
|
|
2935
|
+
},
|
|
2936
|
+
"description": {
|
|
2937
|
+
"description": "Channel description",
|
|
2938
|
+
"name": "description",
|
|
2939
|
+
"hasDynamicHelp": false,
|
|
2940
|
+
"multiple": false,
|
|
2941
|
+
"type": "option"
|
|
2942
|
+
},
|
|
2943
|
+
"data": {
|
|
2944
|
+
"description": "Additional JSON object payload",
|
|
2945
|
+
"name": "data",
|
|
2946
|
+
"hasDynamicHelp": false,
|
|
2947
|
+
"multiple": false,
|
|
2948
|
+
"type": "option"
|
|
2918
2949
|
}
|
|
2919
2950
|
},
|
|
2920
2951
|
"hasDynamicHelp": false,
|
|
2921
2952
|
"hiddenAliases": [],
|
|
2922
|
-
"id": "
|
|
2953
|
+
"id": "channels:create",
|
|
2923
2954
|
"pluginAlias": "@instantkom/cli",
|
|
2924
2955
|
"pluginName": "@instantkom/cli",
|
|
2925
2956
|
"pluginType": "core",
|
|
@@ -2929,14 +2960,20 @@
|
|
|
2929
2960
|
"relativePath": [
|
|
2930
2961
|
"dist",
|
|
2931
2962
|
"commands",
|
|
2932
|
-
"
|
|
2933
|
-
"
|
|
2963
|
+
"channels",
|
|
2964
|
+
"create.js"
|
|
2934
2965
|
]
|
|
2935
2966
|
},
|
|
2936
|
-
"
|
|
2967
|
+
"channels:get": {
|
|
2937
2968
|
"aliases": [],
|
|
2938
|
-
"args": {
|
|
2939
|
-
|
|
2969
|
+
"args": {
|
|
2970
|
+
"id": {
|
|
2971
|
+
"description": "Channel ID",
|
|
2972
|
+
"name": "id",
|
|
2973
|
+
"required": true
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
"description": "Get a channel by ID",
|
|
2940
2977
|
"flags": {
|
|
2941
2978
|
"api-key": {
|
|
2942
2979
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2999,73 +3036,11 @@
|
|
|
2999
3036
|
"hasDynamicHelp": false,
|
|
3000
3037
|
"multiple": false,
|
|
3001
3038
|
"type": "option"
|
|
3002
|
-
},
|
|
3003
|
-
"page": {
|
|
3004
|
-
"description": "Page number",
|
|
3005
|
-
"name": "page",
|
|
3006
|
-
"default": 1,
|
|
3007
|
-
"hasDynamicHelp": false,
|
|
3008
|
-
"multiple": false,
|
|
3009
|
-
"type": "option"
|
|
3010
|
-
},
|
|
3011
|
-
"limit": {
|
|
3012
|
-
"description": "Items per page",
|
|
3013
|
-
"name": "limit",
|
|
3014
|
-
"default": 20,
|
|
3015
|
-
"hasDynamicHelp": false,
|
|
3016
|
-
"multiple": false,
|
|
3017
|
-
"type": "option"
|
|
3018
|
-
},
|
|
3019
|
-
"channel": {
|
|
3020
|
-
"description": "Filter by channel ID",
|
|
3021
|
-
"name": "channel",
|
|
3022
|
-
"hasDynamicHelp": false,
|
|
3023
|
-
"multiple": false,
|
|
3024
|
-
"type": "option"
|
|
3025
|
-
},
|
|
3026
|
-
"channels": {
|
|
3027
|
-
"description": "Comma-separated channel IDs",
|
|
3028
|
-
"name": "channels",
|
|
3029
|
-
"hasDynamicHelp": false,
|
|
3030
|
-
"multiple": false,
|
|
3031
|
-
"type": "option"
|
|
3032
|
-
},
|
|
3033
|
-
"search": {
|
|
3034
|
-
"description": "Search chats",
|
|
3035
|
-
"name": "search",
|
|
3036
|
-
"hasDynamicHelp": false,
|
|
3037
|
-
"multiple": false,
|
|
3038
|
-
"type": "option"
|
|
3039
|
-
},
|
|
3040
|
-
"status": {
|
|
3041
|
-
"description": "Chat status",
|
|
3042
|
-
"name": "status",
|
|
3043
|
-
"hasDynamicHelp": false,
|
|
3044
|
-
"multiple": false,
|
|
3045
|
-
"options": [
|
|
3046
|
-
"all",
|
|
3047
|
-
"unread",
|
|
3048
|
-
"read",
|
|
3049
|
-
"archived"
|
|
3050
|
-
],
|
|
3051
|
-
"type": "option"
|
|
3052
|
-
},
|
|
3053
|
-
"unread-only": {
|
|
3054
|
-
"description": "Only unread chats",
|
|
3055
|
-
"name": "unread-only",
|
|
3056
|
-
"allowNo": false,
|
|
3057
|
-
"type": "boolean"
|
|
3058
|
-
},
|
|
3059
|
-
"include-archived": {
|
|
3060
|
-
"description": "Include archived chats",
|
|
3061
|
-
"name": "include-archived",
|
|
3062
|
-
"allowNo": false,
|
|
3063
|
-
"type": "boolean"
|
|
3064
3039
|
}
|
|
3065
3040
|
},
|
|
3066
3041
|
"hasDynamicHelp": false,
|
|
3067
3042
|
"hiddenAliases": [],
|
|
3068
|
-
"id": "
|
|
3043
|
+
"id": "channels:get",
|
|
3069
3044
|
"pluginAlias": "@instantkom/cli",
|
|
3070
3045
|
"pluginName": "@instantkom/cli",
|
|
3071
3046
|
"pluginType": "core",
|
|
@@ -3075,20 +3050,20 @@
|
|
|
3075
3050
|
"relativePath": [
|
|
3076
3051
|
"dist",
|
|
3077
3052
|
"commands",
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3053
|
+
"channels",
|
|
3054
|
+
"get.js"
|
|
3080
3055
|
]
|
|
3081
3056
|
},
|
|
3082
|
-
"
|
|
3057
|
+
"channels:kpis": {
|
|
3083
3058
|
"aliases": [],
|
|
3084
3059
|
"args": {
|
|
3085
3060
|
"id": {
|
|
3086
|
-
"description": "
|
|
3061
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
3087
3062
|
"name": "id",
|
|
3088
|
-
"required":
|
|
3063
|
+
"required": false
|
|
3089
3064
|
}
|
|
3090
3065
|
},
|
|
3091
|
-
"description": "
|
|
3066
|
+
"description": "Get channel KPIs",
|
|
3092
3067
|
"flags": {
|
|
3093
3068
|
"api-key": {
|
|
3094
3069
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3152,10 +3127,9 @@
|
|
|
3152
3127
|
"multiple": false,
|
|
3153
3128
|
"type": "option"
|
|
3154
3129
|
},
|
|
3155
|
-
"
|
|
3156
|
-
"description": "
|
|
3157
|
-
"name": "
|
|
3158
|
-
"required": true,
|
|
3130
|
+
"period": {
|
|
3131
|
+
"description": "KPI period",
|
|
3132
|
+
"name": "period",
|
|
3159
3133
|
"hasDynamicHelp": false,
|
|
3160
3134
|
"multiple": false,
|
|
3161
3135
|
"type": "option"
|
|
@@ -3163,7 +3137,7 @@
|
|
|
3163
3137
|
},
|
|
3164
3138
|
"hasDynamicHelp": false,
|
|
3165
3139
|
"hiddenAliases": [],
|
|
3166
|
-
"id": "
|
|
3140
|
+
"id": "channels:kpis",
|
|
3167
3141
|
"pluginAlias": "@instantkom/cli",
|
|
3168
3142
|
"pluginName": "@instantkom/cli",
|
|
3169
3143
|
"pluginType": "core",
|
|
@@ -3173,14 +3147,14 @@
|
|
|
3173
3147
|
"relativePath": [
|
|
3174
3148
|
"dist",
|
|
3175
3149
|
"commands",
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3150
|
+
"channels",
|
|
3151
|
+
"kpis.js"
|
|
3178
3152
|
]
|
|
3179
3153
|
},
|
|
3180
|
-
"channels:
|
|
3154
|
+
"channels:list": {
|
|
3181
3155
|
"aliases": [],
|
|
3182
3156
|
"args": {},
|
|
3183
|
-
"description": "
|
|
3157
|
+
"description": "List channels",
|
|
3184
3158
|
"flags": {
|
|
3185
3159
|
"api-key": {
|
|
3186
3160
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3244,39 +3218,39 @@
|
|
|
3244
3218
|
"multiple": false,
|
|
3245
3219
|
"type": "option"
|
|
3246
3220
|
},
|
|
3247
|
-
"
|
|
3248
|
-
"description": "
|
|
3249
|
-
"name": "
|
|
3250
|
-
"
|
|
3221
|
+
"page": {
|
|
3222
|
+
"description": "Page number",
|
|
3223
|
+
"name": "page",
|
|
3224
|
+
"default": 1,
|
|
3251
3225
|
"hasDynamicHelp": false,
|
|
3252
3226
|
"multiple": false,
|
|
3253
3227
|
"type": "option"
|
|
3254
3228
|
},
|
|
3255
|
-
"
|
|
3256
|
-
"description": "
|
|
3257
|
-
"name": "
|
|
3258
|
-
"
|
|
3229
|
+
"limit": {
|
|
3230
|
+
"description": "Items per page",
|
|
3231
|
+
"name": "limit",
|
|
3232
|
+
"default": 20,
|
|
3259
3233
|
"hasDynamicHelp": false,
|
|
3260
3234
|
"multiple": false,
|
|
3261
3235
|
"type": "option"
|
|
3262
3236
|
},
|
|
3263
3237
|
"status": {
|
|
3264
|
-
"description": "
|
|
3238
|
+
"description": "Filter by channel status",
|
|
3265
3239
|
"name": "status",
|
|
3266
3240
|
"hasDynamicHelp": false,
|
|
3267
3241
|
"multiple": false,
|
|
3268
3242
|
"type": "option"
|
|
3269
3243
|
},
|
|
3270
|
-
"
|
|
3271
|
-
"description": "
|
|
3272
|
-
"name": "
|
|
3244
|
+
"gateway-type": {
|
|
3245
|
+
"description": "Filter by gateway type ID",
|
|
3246
|
+
"name": "gateway-type",
|
|
3273
3247
|
"hasDynamicHelp": false,
|
|
3274
3248
|
"multiple": false,
|
|
3275
3249
|
"type": "option"
|
|
3276
3250
|
},
|
|
3277
|
-
"
|
|
3278
|
-
"description": "
|
|
3279
|
-
"name": "
|
|
3251
|
+
"search": {
|
|
3252
|
+
"description": "Search by channel name",
|
|
3253
|
+
"name": "search",
|
|
3280
3254
|
"hasDynamicHelp": false,
|
|
3281
3255
|
"multiple": false,
|
|
3282
3256
|
"type": "option"
|
|
@@ -3284,7 +3258,7 @@
|
|
|
3284
3258
|
},
|
|
3285
3259
|
"hasDynamicHelp": false,
|
|
3286
3260
|
"hiddenAliases": [],
|
|
3287
|
-
"id": "channels:
|
|
3261
|
+
"id": "channels:list",
|
|
3288
3262
|
"pluginAlias": "@instantkom/cli",
|
|
3289
3263
|
"pluginName": "@instantkom/cli",
|
|
3290
3264
|
"pluginType": "core",
|
|
@@ -3295,10 +3269,10 @@
|
|
|
3295
3269
|
"dist",
|
|
3296
3270
|
"commands",
|
|
3297
3271
|
"channels",
|
|
3298
|
-
"
|
|
3272
|
+
"list.js"
|
|
3299
3273
|
]
|
|
3300
3274
|
},
|
|
3301
|
-
"channels:
|
|
3275
|
+
"channels:update": {
|
|
3302
3276
|
"aliases": [],
|
|
3303
3277
|
"args": {
|
|
3304
3278
|
"id": {
|
|
@@ -3307,7 +3281,7 @@
|
|
|
3307
3281
|
"required": true
|
|
3308
3282
|
}
|
|
3309
3283
|
},
|
|
3310
|
-
"description": "
|
|
3284
|
+
"description": "Update a channel",
|
|
3311
3285
|
"flags": {
|
|
3312
3286
|
"api-key": {
|
|
3313
3287
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3370,11 +3344,39 @@
|
|
|
3370
3344
|
"hasDynamicHelp": false,
|
|
3371
3345
|
"multiple": false,
|
|
3372
3346
|
"type": "option"
|
|
3347
|
+
},
|
|
3348
|
+
"name": {
|
|
3349
|
+
"description": "Channel name",
|
|
3350
|
+
"name": "name",
|
|
3351
|
+
"hasDynamicHelp": false,
|
|
3352
|
+
"multiple": false,
|
|
3353
|
+
"type": "option"
|
|
3354
|
+
},
|
|
3355
|
+
"status": {
|
|
3356
|
+
"description": "Channel lifecycle status",
|
|
3357
|
+
"name": "status",
|
|
3358
|
+
"hasDynamicHelp": false,
|
|
3359
|
+
"multiple": false,
|
|
3360
|
+
"type": "option"
|
|
3361
|
+
},
|
|
3362
|
+
"description": {
|
|
3363
|
+
"description": "Channel description",
|
|
3364
|
+
"name": "description",
|
|
3365
|
+
"hasDynamicHelp": false,
|
|
3366
|
+
"multiple": false,
|
|
3367
|
+
"type": "option"
|
|
3368
|
+
},
|
|
3369
|
+
"data": {
|
|
3370
|
+
"description": "Additional JSON object payload",
|
|
3371
|
+
"name": "data",
|
|
3372
|
+
"hasDynamicHelp": false,
|
|
3373
|
+
"multiple": false,
|
|
3374
|
+
"type": "option"
|
|
3373
3375
|
}
|
|
3374
3376
|
},
|
|
3375
3377
|
"hasDynamicHelp": false,
|
|
3376
3378
|
"hiddenAliases": [],
|
|
3377
|
-
"id": "channels:
|
|
3379
|
+
"id": "channels:update",
|
|
3378
3380
|
"pluginAlias": "@instantkom/cli",
|
|
3379
3381
|
"pluginName": "@instantkom/cli",
|
|
3380
3382
|
"pluginType": "core",
|
|
@@ -3385,19 +3387,19 @@
|
|
|
3385
3387
|
"dist",
|
|
3386
3388
|
"commands",
|
|
3387
3389
|
"channels",
|
|
3388
|
-
"
|
|
3390
|
+
"update.js"
|
|
3389
3391
|
]
|
|
3390
3392
|
},
|
|
3391
|
-
"
|
|
3393
|
+
"chats:get": {
|
|
3392
3394
|
"aliases": [],
|
|
3393
3395
|
"args": {
|
|
3394
3396
|
"id": {
|
|
3395
|
-
"description": "
|
|
3397
|
+
"description": "chat ID",
|
|
3396
3398
|
"name": "id",
|
|
3397
|
-
"required":
|
|
3399
|
+
"required": true
|
|
3398
3400
|
}
|
|
3399
3401
|
},
|
|
3400
|
-
"description": "Get
|
|
3402
|
+
"description": "Get chat by ID",
|
|
3401
3403
|
"flags": {
|
|
3402
3404
|
"api-key": {
|
|
3403
3405
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3460,18 +3462,11 @@
|
|
|
3460
3462
|
"hasDynamicHelp": false,
|
|
3461
3463
|
"multiple": false,
|
|
3462
3464
|
"type": "option"
|
|
3463
|
-
},
|
|
3464
|
-
"period": {
|
|
3465
|
-
"description": "KPI period",
|
|
3466
|
-
"name": "period",
|
|
3467
|
-
"hasDynamicHelp": false,
|
|
3468
|
-
"multiple": false,
|
|
3469
|
-
"type": "option"
|
|
3470
3465
|
}
|
|
3471
3466
|
},
|
|
3472
3467
|
"hasDynamicHelp": false,
|
|
3473
3468
|
"hiddenAliases": [],
|
|
3474
|
-
"id": "
|
|
3469
|
+
"id": "chats:get",
|
|
3475
3470
|
"pluginAlias": "@instantkom/cli",
|
|
3476
3471
|
"pluginName": "@instantkom/cli",
|
|
3477
3472
|
"pluginType": "core",
|
|
@@ -3481,14 +3476,14 @@
|
|
|
3481
3476
|
"relativePath": [
|
|
3482
3477
|
"dist",
|
|
3483
3478
|
"commands",
|
|
3484
|
-
"
|
|
3485
|
-
"
|
|
3479
|
+
"chats",
|
|
3480
|
+
"get.js"
|
|
3486
3481
|
]
|
|
3487
3482
|
},
|
|
3488
|
-
"
|
|
3483
|
+
"chats:list": {
|
|
3489
3484
|
"aliases": [],
|
|
3490
3485
|
"args": {},
|
|
3491
|
-
"description": "List
|
|
3486
|
+
"description": "List chats",
|
|
3492
3487
|
"flags": {
|
|
3493
3488
|
"api-key": {
|
|
3494
3489
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3568,31 +3563,56 @@
|
|
|
3568
3563
|
"multiple": false,
|
|
3569
3564
|
"type": "option"
|
|
3570
3565
|
},
|
|
3571
|
-
"
|
|
3572
|
-
"description": "Filter by channel
|
|
3573
|
-
"name": "
|
|
3566
|
+
"channel": {
|
|
3567
|
+
"description": "Filter by channel ID",
|
|
3568
|
+
"name": "channel",
|
|
3574
3569
|
"hasDynamicHelp": false,
|
|
3575
3570
|
"multiple": false,
|
|
3576
3571
|
"type": "option"
|
|
3577
3572
|
},
|
|
3578
|
-
"
|
|
3579
|
-
"description": "
|
|
3580
|
-
"name": "
|
|
3573
|
+
"channels": {
|
|
3574
|
+
"description": "Comma-separated channel IDs",
|
|
3575
|
+
"name": "channels",
|
|
3581
3576
|
"hasDynamicHelp": false,
|
|
3582
3577
|
"multiple": false,
|
|
3583
3578
|
"type": "option"
|
|
3584
3579
|
},
|
|
3585
3580
|
"search": {
|
|
3586
|
-
"description": "Search
|
|
3581
|
+
"description": "Search chats",
|
|
3587
3582
|
"name": "search",
|
|
3588
3583
|
"hasDynamicHelp": false,
|
|
3589
3584
|
"multiple": false,
|
|
3590
3585
|
"type": "option"
|
|
3586
|
+
},
|
|
3587
|
+
"status": {
|
|
3588
|
+
"description": "Chat status",
|
|
3589
|
+
"name": "status",
|
|
3590
|
+
"hasDynamicHelp": false,
|
|
3591
|
+
"multiple": false,
|
|
3592
|
+
"options": [
|
|
3593
|
+
"all",
|
|
3594
|
+
"unread",
|
|
3595
|
+
"read",
|
|
3596
|
+
"archived"
|
|
3597
|
+
],
|
|
3598
|
+
"type": "option"
|
|
3599
|
+
},
|
|
3600
|
+
"unread-only": {
|
|
3601
|
+
"description": "Only unread chats",
|
|
3602
|
+
"name": "unread-only",
|
|
3603
|
+
"allowNo": false,
|
|
3604
|
+
"type": "boolean"
|
|
3605
|
+
},
|
|
3606
|
+
"include-archived": {
|
|
3607
|
+
"description": "Include archived chats",
|
|
3608
|
+
"name": "include-archived",
|
|
3609
|
+
"allowNo": false,
|
|
3610
|
+
"type": "boolean"
|
|
3591
3611
|
}
|
|
3592
3612
|
},
|
|
3593
3613
|
"hasDynamicHelp": false,
|
|
3594
3614
|
"hiddenAliases": [],
|
|
3595
|
-
"id": "
|
|
3615
|
+
"id": "chats:list",
|
|
3596
3616
|
"pluginAlias": "@instantkom/cli",
|
|
3597
3617
|
"pluginName": "@instantkom/cli",
|
|
3598
3618
|
"pluginType": "core",
|
|
@@ -3602,20 +3622,20 @@
|
|
|
3602
3622
|
"relativePath": [
|
|
3603
3623
|
"dist",
|
|
3604
3624
|
"commands",
|
|
3605
|
-
"
|
|
3625
|
+
"chats",
|
|
3606
3626
|
"list.js"
|
|
3607
3627
|
]
|
|
3608
3628
|
},
|
|
3609
|
-
"
|
|
3629
|
+
"chats:reply": {
|
|
3610
3630
|
"aliases": [],
|
|
3611
3631
|
"args": {
|
|
3612
3632
|
"id": {
|
|
3613
|
-
"description": "
|
|
3633
|
+
"description": "Chat ID",
|
|
3614
3634
|
"name": "id",
|
|
3615
3635
|
"required": true
|
|
3616
3636
|
}
|
|
3617
3637
|
},
|
|
3618
|
-
"description": "
|
|
3638
|
+
"description": "Reply in a chat",
|
|
3619
3639
|
"flags": {
|
|
3620
3640
|
"api-key": {
|
|
3621
3641
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3679,30 +3699,10 @@
|
|
|
3679
3699
|
"multiple": false,
|
|
3680
3700
|
"type": "option"
|
|
3681
3701
|
},
|
|
3682
|
-
"
|
|
3683
|
-
"description": "
|
|
3684
|
-
"name": "
|
|
3685
|
-
"
|
|
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",
|
|
3702
|
+
"text": {
|
|
3703
|
+
"description": "Reply text",
|
|
3704
|
+
"name": "text",
|
|
3705
|
+
"required": true,
|
|
3706
3706
|
"hasDynamicHelp": false,
|
|
3707
3707
|
"multiple": false,
|
|
3708
3708
|
"type": "option"
|
|
@@ -3710,7 +3710,7 @@
|
|
|
3710
3710
|
},
|
|
3711
3711
|
"hasDynamicHelp": false,
|
|
3712
3712
|
"hiddenAliases": [],
|
|
3713
|
-
"id": "
|
|
3713
|
+
"id": "chats:reply",
|
|
3714
3714
|
"pluginAlias": "@instantkom/cli",
|
|
3715
3715
|
"pluginName": "@instantkom/cli",
|
|
3716
3716
|
"pluginType": "core",
|
|
@@ -3720,8 +3720,8 @@
|
|
|
3720
3720
|
"relativePath": [
|
|
3721
3721
|
"dist",
|
|
3722
3722
|
"commands",
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3723
|
+
"chats",
|
|
3724
|
+
"reply.js"
|
|
3725
3725
|
]
|
|
3726
3726
|
},
|
|
3727
3727
|
"config:get": {
|
|
@@ -3999,10 +3999,10 @@
|
|
|
3999
3999
|
"unset.js"
|
|
4000
4000
|
]
|
|
4001
4001
|
},
|
|
4002
|
-
"
|
|
4002
|
+
"custom-fields:bulk-delete": {
|
|
4003
4003
|
"aliases": [],
|
|
4004
4004
|
"args": {},
|
|
4005
|
-
"description": "
|
|
4005
|
+
"description": "Bulk delete custom fields",
|
|
4006
4006
|
"flags": {
|
|
4007
4007
|
"api-key": {
|
|
4008
4008
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4066,40 +4066,18 @@
|
|
|
4066
4066
|
"multiple": false,
|
|
4067
4067
|
"type": "option"
|
|
4068
4068
|
},
|
|
4069
|
-
"
|
|
4070
|
-
"description": "
|
|
4071
|
-
"name": "
|
|
4072
|
-
"required": true,
|
|
4073
|
-
"hasDynamicHelp": false,
|
|
4074
|
-
"multiple": false,
|
|
4075
|
-
"type": "option"
|
|
4076
|
-
},
|
|
4077
|
-
"identifier": {
|
|
4078
|
-
"description": "Unique contact identifier",
|
|
4079
|
-
"name": "identifier",
|
|
4069
|
+
"ids": {
|
|
4070
|
+
"description": "Comma-separated custom field IDs",
|
|
4071
|
+
"name": "ids",
|
|
4080
4072
|
"required": true,
|
|
4081
4073
|
"hasDynamicHelp": false,
|
|
4082
4074
|
"multiple": false,
|
|
4083
4075
|
"type": "option"
|
|
4084
|
-
},
|
|
4085
|
-
"name": {
|
|
4086
|
-
"description": "Contact name",
|
|
4087
|
-
"name": "name",
|
|
4088
|
-
"hasDynamicHelp": false,
|
|
4089
|
-
"multiple": false,
|
|
4090
|
-
"type": "option"
|
|
4091
|
-
},
|
|
4092
|
-
"data": {
|
|
4093
|
-
"description": "Additional JSON object payload",
|
|
4094
|
-
"name": "data",
|
|
4095
|
-
"hasDynamicHelp": false,
|
|
4096
|
-
"multiple": false,
|
|
4097
|
-
"type": "option"
|
|
4098
4076
|
}
|
|
4099
4077
|
},
|
|
4100
4078
|
"hasDynamicHelp": false,
|
|
4101
4079
|
"hiddenAliases": [],
|
|
4102
|
-
"id": "
|
|
4080
|
+
"id": "custom-fields:bulk-delete",
|
|
4103
4081
|
"pluginAlias": "@instantkom/cli",
|
|
4104
4082
|
"pluginName": "@instantkom/cli",
|
|
4105
4083
|
"pluginType": "core",
|
|
@@ -4109,20 +4087,14 @@
|
|
|
4109
4087
|
"relativePath": [
|
|
4110
4088
|
"dist",
|
|
4111
4089
|
"commands",
|
|
4112
|
-
"
|
|
4113
|
-
"
|
|
4090
|
+
"custom-fields",
|
|
4091
|
+
"bulk-delete.js"
|
|
4114
4092
|
]
|
|
4115
4093
|
},
|
|
4116
|
-
"
|
|
4094
|
+
"custom-fields:create": {
|
|
4117
4095
|
"aliases": [],
|
|
4118
|
-
"args": {
|
|
4119
|
-
|
|
4120
|
-
"description": "Contact ID",
|
|
4121
|
-
"name": "id",
|
|
4122
|
-
"required": true
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"description": "Delete a contact",
|
|
4096
|
+
"args": {},
|
|
4097
|
+
"description": "Create a custom field",
|
|
4126
4098
|
"flags": {
|
|
4127
4099
|
"api-key": {
|
|
4128
4100
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4185,11 +4157,72 @@
|
|
|
4185
4157
|
"hasDynamicHelp": false,
|
|
4186
4158
|
"multiple": false,
|
|
4187
4159
|
"type": "option"
|
|
4160
|
+
},
|
|
4161
|
+
"name": {
|
|
4162
|
+
"description": "Field name",
|
|
4163
|
+
"name": "name",
|
|
4164
|
+
"required": true,
|
|
4165
|
+
"hasDynamicHelp": false,
|
|
4166
|
+
"multiple": false,
|
|
4167
|
+
"type": "option"
|
|
4168
|
+
},
|
|
4169
|
+
"key": {
|
|
4170
|
+
"description": "Field key",
|
|
4171
|
+
"name": "key",
|
|
4172
|
+
"required": true,
|
|
4173
|
+
"hasDynamicHelp": false,
|
|
4174
|
+
"multiple": false,
|
|
4175
|
+
"type": "option"
|
|
4176
|
+
},
|
|
4177
|
+
"type": {
|
|
4178
|
+
"description": "Field type",
|
|
4179
|
+
"name": "type",
|
|
4180
|
+
"required": true,
|
|
4181
|
+
"hasDynamicHelp": false,
|
|
4182
|
+
"multiple": false,
|
|
4183
|
+
"options": [
|
|
4184
|
+
"text",
|
|
4185
|
+
"number",
|
|
4186
|
+
"date",
|
|
4187
|
+
"dropdown",
|
|
4188
|
+
"checkbox",
|
|
4189
|
+
"url",
|
|
4190
|
+
"email",
|
|
4191
|
+
"phone"
|
|
4192
|
+
],
|
|
4193
|
+
"type": "option"
|
|
4194
|
+
},
|
|
4195
|
+
"required": {
|
|
4196
|
+
"description": "Field is required",
|
|
4197
|
+
"name": "required",
|
|
4198
|
+
"allowNo": false,
|
|
4199
|
+
"type": "boolean"
|
|
4200
|
+
},
|
|
4201
|
+
"default": {
|
|
4202
|
+
"description": "Default value",
|
|
4203
|
+
"name": "default",
|
|
4204
|
+
"hasDynamicHelp": false,
|
|
4205
|
+
"multiple": false,
|
|
4206
|
+
"type": "option"
|
|
4207
|
+
},
|
|
4208
|
+
"options": {
|
|
4209
|
+
"description": "Comma-separated dropdown options",
|
|
4210
|
+
"name": "options",
|
|
4211
|
+
"hasDynamicHelp": false,
|
|
4212
|
+
"multiple": false,
|
|
4213
|
+
"type": "option"
|
|
4214
|
+
},
|
|
4215
|
+
"data": {
|
|
4216
|
+
"description": "Additional JSON object payload",
|
|
4217
|
+
"name": "data",
|
|
4218
|
+
"hasDynamicHelp": false,
|
|
4219
|
+
"multiple": false,
|
|
4220
|
+
"type": "option"
|
|
4188
4221
|
}
|
|
4189
4222
|
},
|
|
4190
4223
|
"hasDynamicHelp": false,
|
|
4191
4224
|
"hiddenAliases": [],
|
|
4192
|
-
"id": "
|
|
4225
|
+
"id": "custom-fields:create",
|
|
4193
4226
|
"pluginAlias": "@instantkom/cli",
|
|
4194
4227
|
"pluginName": "@instantkom/cli",
|
|
4195
4228
|
"pluginType": "core",
|
|
@@ -4199,14 +4232,20 @@
|
|
|
4199
4232
|
"relativePath": [
|
|
4200
4233
|
"dist",
|
|
4201
4234
|
"commands",
|
|
4202
|
-
"
|
|
4203
|
-
"
|
|
4235
|
+
"custom-fields",
|
|
4236
|
+
"create.js"
|
|
4204
4237
|
]
|
|
4205
4238
|
},
|
|
4206
|
-
"
|
|
4239
|
+
"custom-fields:delete": {
|
|
4207
4240
|
"aliases": [],
|
|
4208
|
-
"args": {
|
|
4209
|
-
|
|
4241
|
+
"args": {
|
|
4242
|
+
"id": {
|
|
4243
|
+
"description": "custom field ID",
|
|
4244
|
+
"name": "id",
|
|
4245
|
+
"required": true
|
|
4246
|
+
}
|
|
4247
|
+
},
|
|
4248
|
+
"description": "Delete custom field",
|
|
4210
4249
|
"flags": {
|
|
4211
4250
|
"api-key": {
|
|
4212
4251
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4269,49 +4308,11 @@
|
|
|
4269
4308
|
"hasDynamicHelp": false,
|
|
4270
4309
|
"multiple": false,
|
|
4271
4310
|
"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"
|
|
4310
4311
|
}
|
|
4311
4312
|
},
|
|
4312
4313
|
"hasDynamicHelp": false,
|
|
4313
4314
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4315
|
+
"id": "custom-fields:delete",
|
|
4315
4316
|
"pluginAlias": "@instantkom/cli",
|
|
4316
4317
|
"pluginName": "@instantkom/cli",
|
|
4317
4318
|
"pluginType": "core",
|
|
@@ -4321,20 +4322,20 @@
|
|
|
4321
4322
|
"relativePath": [
|
|
4322
4323
|
"dist",
|
|
4323
4324
|
"commands",
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4325
|
+
"custom-fields",
|
|
4326
|
+
"delete.js"
|
|
4326
4327
|
]
|
|
4327
4328
|
},
|
|
4328
|
-
"
|
|
4329
|
+
"custom-fields:get": {
|
|
4329
4330
|
"aliases": [],
|
|
4330
4331
|
"args": {
|
|
4331
4332
|
"id": {
|
|
4332
|
-
"description": "
|
|
4333
|
+
"description": "custom field ID",
|
|
4333
4334
|
"name": "id",
|
|
4334
4335
|
"required": true
|
|
4335
4336
|
}
|
|
4336
4337
|
},
|
|
4337
|
-
"description": "Get
|
|
4338
|
+
"description": "Get custom field by ID",
|
|
4338
4339
|
"flags": {
|
|
4339
4340
|
"api-key": {
|
|
4340
4341
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4401,7 +4402,7 @@
|
|
|
4401
4402
|
},
|
|
4402
4403
|
"hasDynamicHelp": false,
|
|
4403
4404
|
"hiddenAliases": [],
|
|
4404
|
-
"id": "
|
|
4405
|
+
"id": "custom-fields:get",
|
|
4405
4406
|
"pluginAlias": "@instantkom/cli",
|
|
4406
4407
|
"pluginName": "@instantkom/cli",
|
|
4407
4408
|
"pluginType": "core",
|
|
@@ -4411,14 +4412,14 @@
|
|
|
4411
4412
|
"relativePath": [
|
|
4412
4413
|
"dist",
|
|
4413
4414
|
"commands",
|
|
4414
|
-
"
|
|
4415
|
+
"custom-fields",
|
|
4415
4416
|
"get.js"
|
|
4416
4417
|
]
|
|
4417
4418
|
},
|
|
4418
|
-
"
|
|
4419
|
+
"custom-fields:list": {
|
|
4419
4420
|
"aliases": [],
|
|
4420
4421
|
"args": {},
|
|
4421
|
-
"description": "
|
|
4422
|
+
"description": "List custom fields",
|
|
4422
4423
|
"flags": {
|
|
4423
4424
|
"api-key": {
|
|
4424
4425
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4481,27 +4482,11 @@
|
|
|
4481
4482
|
"hasDynamicHelp": false,
|
|
4482
4483
|
"multiple": false,
|
|
4483
4484
|
"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
4485
|
}
|
|
4501
4486
|
},
|
|
4502
4487
|
"hasDynamicHelp": false,
|
|
4503
4488
|
"hiddenAliases": [],
|
|
4504
|
-
"id": "
|
|
4489
|
+
"id": "custom-fields:list",
|
|
4505
4490
|
"pluginAlias": "@instantkom/cli",
|
|
4506
4491
|
"pluginName": "@instantkom/cli",
|
|
4507
4492
|
"pluginType": "core",
|
|
@@ -4511,14 +4496,14 @@
|
|
|
4511
4496
|
"relativePath": [
|
|
4512
4497
|
"dist",
|
|
4513
4498
|
"commands",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4499
|
+
"custom-fields",
|
|
4500
|
+
"list.js"
|
|
4516
4501
|
]
|
|
4517
4502
|
},
|
|
4518
|
-
"
|
|
4503
|
+
"custom-fields:reorder": {
|
|
4519
4504
|
"aliases": [],
|
|
4520
4505
|
"args": {},
|
|
4521
|
-
"description": "
|
|
4506
|
+
"description": "Reorder custom fields",
|
|
4522
4507
|
"flags": {
|
|
4523
4508
|
"api-key": {
|
|
4524
4509
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4582,97 +4567,10 @@
|
|
|
4582
4567
|
"multiple": false,
|
|
4583
4568
|
"type": "option"
|
|
4584
4569
|
},
|
|
4585
|
-
"
|
|
4586
|
-
"description": "
|
|
4587
|
-
"name": "
|
|
4588
|
-
"
|
|
4589
|
-
"multiple": false,
|
|
4590
|
-
"type": "option"
|
|
4591
|
-
},
|
|
4592
|
-
"search": {
|
|
4593
|
-
"description": "Search by name or identifier",
|
|
4594
|
-
"name": "search",
|
|
4595
|
-
"hasDynamicHelp": false,
|
|
4596
|
-
"multiple": false,
|
|
4597
|
-
"type": "option"
|
|
4598
|
-
},
|
|
4599
|
-
"page": {
|
|
4600
|
-
"description": "Page number",
|
|
4601
|
-
"name": "page",
|
|
4602
|
-
"default": 1,
|
|
4603
|
-
"hasDynamicHelp": false,
|
|
4604
|
-
"multiple": false,
|
|
4605
|
-
"type": "option"
|
|
4606
|
-
},
|
|
4607
|
-
"limit": {
|
|
4608
|
-
"description": "Items per page",
|
|
4609
|
-
"name": "limit",
|
|
4610
|
-
"default": 20,
|
|
4611
|
-
"hasDynamicHelp": false,
|
|
4612
|
-
"multiple": false,
|
|
4613
|
-
"type": "option"
|
|
4614
|
-
},
|
|
4615
|
-
"optin-status": {
|
|
4616
|
-
"description": "Filter by opt-in status",
|
|
4617
|
-
"name": "optin-status",
|
|
4618
|
-
"hasDynamicHelp": false,
|
|
4619
|
-
"multiple": false,
|
|
4620
|
-
"options": [
|
|
4621
|
-
"0",
|
|
4622
|
-
"1"
|
|
4623
|
-
],
|
|
4624
|
-
"type": "option"
|
|
4625
|
-
},
|
|
4626
|
-
"blocked": {
|
|
4627
|
-
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
4628
|
-
"name": "blocked",
|
|
4629
|
-
"hasDynamicHelp": false,
|
|
4630
|
-
"multiple": false,
|
|
4631
|
-
"options": [
|
|
4632
|
-
"0",
|
|
4633
|
-
"1"
|
|
4634
|
-
],
|
|
4635
|
-
"type": "option"
|
|
4636
|
-
},
|
|
4637
|
-
"segment": {
|
|
4638
|
-
"description": "Filter by segment ID",
|
|
4639
|
-
"name": "segment",
|
|
4640
|
-
"hasDynamicHelp": false,
|
|
4641
|
-
"multiple": false,
|
|
4642
|
-
"type": "option"
|
|
4643
|
-
},
|
|
4644
|
-
"tags": {
|
|
4645
|
-
"description": "Comma-separated tag IDs",
|
|
4646
|
-
"name": "tags",
|
|
4647
|
-
"hasDynamicHelp": false,
|
|
4648
|
-
"multiple": false,
|
|
4649
|
-
"type": "option"
|
|
4650
|
-
},
|
|
4651
|
-
"tag-match": {
|
|
4652
|
-
"description": "Tag match mode",
|
|
4653
|
-
"name": "tag-match",
|
|
4654
|
-
"hasDynamicHelp": false,
|
|
4655
|
-
"multiple": false,
|
|
4656
|
-
"options": [
|
|
4657
|
-
"any",
|
|
4658
|
-
"all"
|
|
4659
|
-
],
|
|
4660
|
-
"type": "option"
|
|
4661
|
-
},
|
|
4662
|
-
"spam": {
|
|
4663
|
-
"description": "Filter by spam status",
|
|
4664
|
-
"name": "spam",
|
|
4665
|
-
"hasDynamicHelp": false,
|
|
4666
|
-
"multiple": false,
|
|
4667
|
-
"options": [
|
|
4668
|
-
"true",
|
|
4669
|
-
"false"
|
|
4670
|
-
],
|
|
4671
|
-
"type": "option"
|
|
4672
|
-
},
|
|
4673
|
-
"trust-level": {
|
|
4674
|
-
"description": "Comma-separated trust levels",
|
|
4675
|
-
"name": "trust-level",
|
|
4570
|
+
"order": {
|
|
4571
|
+
"description": "Order JSON array payload",
|
|
4572
|
+
"name": "order",
|
|
4573
|
+
"required": true,
|
|
4676
4574
|
"hasDynamicHelp": false,
|
|
4677
4575
|
"multiple": false,
|
|
4678
4576
|
"type": "option"
|
|
@@ -4680,7 +4578,7 @@
|
|
|
4680
4578
|
},
|
|
4681
4579
|
"hasDynamicHelp": false,
|
|
4682
4580
|
"hiddenAliases": [],
|
|
4683
|
-
"id": "
|
|
4581
|
+
"id": "custom-fields:reorder",
|
|
4684
4582
|
"pluginAlias": "@instantkom/cli",
|
|
4685
4583
|
"pluginName": "@instantkom/cli",
|
|
4686
4584
|
"pluginType": "core",
|
|
@@ -4690,20 +4588,20 @@
|
|
|
4690
4588
|
"relativePath": [
|
|
4691
4589
|
"dist",
|
|
4692
4590
|
"commands",
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4591
|
+
"custom-fields",
|
|
4592
|
+
"reorder.js"
|
|
4695
4593
|
]
|
|
4696
4594
|
},
|
|
4697
|
-
"
|
|
4595
|
+
"custom-fields:update": {
|
|
4698
4596
|
"aliases": [],
|
|
4699
4597
|
"args": {
|
|
4700
4598
|
"id": {
|
|
4701
|
-
"description": "
|
|
4599
|
+
"description": "Custom field ID",
|
|
4702
4600
|
"name": "id",
|
|
4703
4601
|
"required": true
|
|
4704
4602
|
}
|
|
4705
4603
|
},
|
|
4706
|
-
"description": "Update a
|
|
4604
|
+
"description": "Update a custom field",
|
|
4707
4605
|
"flags": {
|
|
4708
4606
|
"api-key": {
|
|
4709
4607
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4767,16 +4665,52 @@
|
|
|
4767
4665
|
"multiple": false,
|
|
4768
4666
|
"type": "option"
|
|
4769
4667
|
},
|
|
4770
|
-
"
|
|
4771
|
-
"description": "
|
|
4772
|
-
"name": "
|
|
4668
|
+
"name": {
|
|
4669
|
+
"description": "Field name",
|
|
4670
|
+
"name": "name",
|
|
4773
4671
|
"hasDynamicHelp": false,
|
|
4774
4672
|
"multiple": false,
|
|
4775
4673
|
"type": "option"
|
|
4776
4674
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
4675
|
+
"type": {
|
|
4676
|
+
"description": "Field type",
|
|
4677
|
+
"name": "type",
|
|
4678
|
+
"hasDynamicHelp": false,
|
|
4679
|
+
"multiple": false,
|
|
4680
|
+
"options": [
|
|
4681
|
+
"text",
|
|
4682
|
+
"number",
|
|
4683
|
+
"date",
|
|
4684
|
+
"dropdown",
|
|
4685
|
+
"checkbox",
|
|
4686
|
+
"url",
|
|
4687
|
+
"email",
|
|
4688
|
+
"phone"
|
|
4689
|
+
],
|
|
4690
|
+
"type": "option"
|
|
4691
|
+
},
|
|
4692
|
+
"required": {
|
|
4693
|
+
"description": "Field is required",
|
|
4694
|
+
"name": "required",
|
|
4695
|
+
"allowNo": true,
|
|
4696
|
+
"type": "boolean"
|
|
4697
|
+
},
|
|
4698
|
+
"status": {
|
|
4699
|
+
"description": "Field is active",
|
|
4700
|
+
"name": "status",
|
|
4701
|
+
"allowNo": true,
|
|
4702
|
+
"type": "boolean"
|
|
4703
|
+
},
|
|
4704
|
+
"default": {
|
|
4705
|
+
"description": "Default value",
|
|
4706
|
+
"name": "default",
|
|
4707
|
+
"hasDynamicHelp": false,
|
|
4708
|
+
"multiple": false,
|
|
4709
|
+
"type": "option"
|
|
4710
|
+
},
|
|
4711
|
+
"options": {
|
|
4712
|
+
"description": "Comma-separated dropdown options",
|
|
4713
|
+
"name": "options",
|
|
4780
4714
|
"hasDynamicHelp": false,
|
|
4781
4715
|
"multiple": false,
|
|
4782
4716
|
"type": "option"
|
|
@@ -4791,7 +4725,7 @@
|
|
|
4791
4725
|
},
|
|
4792
4726
|
"hasDynamicHelp": false,
|
|
4793
4727
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "
|
|
4728
|
+
"id": "custom-fields:update",
|
|
4795
4729
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4730
|
"pluginName": "@instantkom/cli",
|
|
4797
4731
|
"pluginType": "core",
|
|
@@ -4801,14 +4735,14 @@
|
|
|
4801
4735
|
"relativePath": [
|
|
4802
4736
|
"dist",
|
|
4803
4737
|
"commands",
|
|
4804
|
-
"
|
|
4738
|
+
"custom-fields",
|
|
4805
4739
|
"update.js"
|
|
4806
4740
|
]
|
|
4807
4741
|
},
|
|
4808
|
-
"
|
|
4742
|
+
"exports:create": {
|
|
4809
4743
|
"aliases": [],
|
|
4810
4744
|
"args": {},
|
|
4811
|
-
"description": "
|
|
4745
|
+
"description": "Create an export",
|
|
4812
4746
|
"flags": {
|
|
4813
4747
|
"api-key": {
|
|
4814
4748
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4820,18 +4754,10 @@
|
|
|
4820
4754
|
"type": "option"
|
|
4821
4755
|
},
|
|
4822
4756
|
"format": {
|
|
4823
|
-
"description": "
|
|
4824
|
-
"helpGroup": "GLOBAL",
|
|
4757
|
+
"description": "Alias for --target",
|
|
4825
4758
|
"name": "format",
|
|
4826
|
-
"default": "text",
|
|
4827
4759
|
"hasDynamicHelp": false,
|
|
4828
4760
|
"multiple": false,
|
|
4829
|
-
"options": [
|
|
4830
|
-
"text",
|
|
4831
|
-
"json",
|
|
4832
|
-
"yaml",
|
|
4833
|
-
"table"
|
|
4834
|
-
],
|
|
4835
4761
|
"type": "option"
|
|
4836
4762
|
},
|
|
4837
4763
|
"json": {
|
|
@@ -4872,18 +4798,74 @@
|
|
|
4872
4798
|
"multiple": false,
|
|
4873
4799
|
"type": "option"
|
|
4874
4800
|
},
|
|
4875
|
-
"
|
|
4876
|
-
"description": "
|
|
4877
|
-
"name": "
|
|
4801
|
+
"name": {
|
|
4802
|
+
"description": "Export name",
|
|
4803
|
+
"name": "name",
|
|
4878
4804
|
"required": true,
|
|
4879
4805
|
"hasDynamicHelp": false,
|
|
4880
4806
|
"multiple": false,
|
|
4881
4807
|
"type": "option"
|
|
4808
|
+
},
|
|
4809
|
+
"sources": {
|
|
4810
|
+
"description": "Data sources to export",
|
|
4811
|
+
"name": "sources",
|
|
4812
|
+
"hasDynamicHelp": false,
|
|
4813
|
+
"multiple": false,
|
|
4814
|
+
"type": "option"
|
|
4815
|
+
},
|
|
4816
|
+
"type": {
|
|
4817
|
+
"description": "Alias for --sources",
|
|
4818
|
+
"name": "type",
|
|
4819
|
+
"hasDynamicHelp": false,
|
|
4820
|
+
"multiple": false,
|
|
4821
|
+
"type": "option"
|
|
4822
|
+
},
|
|
4823
|
+
"target": {
|
|
4824
|
+
"description": "Export target/format",
|
|
4825
|
+
"name": "target",
|
|
4826
|
+
"hasDynamicHelp": false,
|
|
4827
|
+
"multiple": false,
|
|
4828
|
+
"type": "option"
|
|
4829
|
+
},
|
|
4830
|
+
"channels": {
|
|
4831
|
+
"description": "Comma-separated channel IDs",
|
|
4832
|
+
"name": "channels",
|
|
4833
|
+
"hasDynamicHelp": false,
|
|
4834
|
+
"multiple": false,
|
|
4835
|
+
"type": "option"
|
|
4836
|
+
},
|
|
4837
|
+
"fields": {
|
|
4838
|
+
"description": "Comma-separated fields",
|
|
4839
|
+
"name": "fields",
|
|
4840
|
+
"hasDynamicHelp": false,
|
|
4841
|
+
"multiple": false,
|
|
4842
|
+
"type": "option"
|
|
4843
|
+
},
|
|
4844
|
+
"filters": {
|
|
4845
|
+
"description": "Filter criteria",
|
|
4846
|
+
"name": "filters",
|
|
4847
|
+
"hasDynamicHelp": false,
|
|
4848
|
+
"multiple": false,
|
|
4849
|
+
"type": "option"
|
|
4850
|
+
},
|
|
4851
|
+
"color": {
|
|
4852
|
+
"description": "Export color as HEX",
|
|
4853
|
+
"name": "color",
|
|
4854
|
+
"hasDynamicHelp": false,
|
|
4855
|
+
"multiple": false,
|
|
4856
|
+
"type": "option"
|
|
4857
|
+
},
|
|
4858
|
+
"data": {
|
|
4859
|
+
"description": "Additional JSON object payload",
|
|
4860
|
+
"name": "data",
|
|
4861
|
+
"hasDynamicHelp": false,
|
|
4862
|
+
"multiple": false,
|
|
4863
|
+
"type": "option"
|
|
4882
4864
|
}
|
|
4883
4865
|
},
|
|
4884
4866
|
"hasDynamicHelp": false,
|
|
4885
4867
|
"hiddenAliases": [],
|
|
4886
|
-
"id": "
|
|
4868
|
+
"id": "exports:create",
|
|
4887
4869
|
"pluginAlias": "@instantkom/cli",
|
|
4888
4870
|
"pluginName": "@instantkom/cli",
|
|
4889
4871
|
"pluginType": "core",
|
|
@@ -4893,14 +4875,20 @@
|
|
|
4893
4875
|
"relativePath": [
|
|
4894
4876
|
"dist",
|
|
4895
4877
|
"commands",
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
4878
|
+
"exports",
|
|
4879
|
+
"create.js"
|
|
4898
4880
|
]
|
|
4899
4881
|
},
|
|
4900
|
-
"
|
|
4882
|
+
"exports:delete": {
|
|
4901
4883
|
"aliases": [],
|
|
4902
|
-
"args": {
|
|
4903
|
-
|
|
4884
|
+
"args": {
|
|
4885
|
+
"id": {
|
|
4886
|
+
"description": "Export ID",
|
|
4887
|
+
"name": "id",
|
|
4888
|
+
"required": true
|
|
4889
|
+
}
|
|
4890
|
+
},
|
|
4891
|
+
"description": "Delete an export",
|
|
4904
4892
|
"flags": {
|
|
4905
4893
|
"api-key": {
|
|
4906
4894
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4963,72 +4951,11 @@
|
|
|
4963
4951
|
"hasDynamicHelp": false,
|
|
4964
4952
|
"multiple": false,
|
|
4965
4953
|
"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
4954
|
}
|
|
5028
4955
|
},
|
|
5029
4956
|
"hasDynamicHelp": false,
|
|
5030
4957
|
"hiddenAliases": [],
|
|
5031
|
-
"id": "
|
|
4958
|
+
"id": "exports:delete",
|
|
5032
4959
|
"pluginAlias": "@instantkom/cli",
|
|
5033
4960
|
"pluginName": "@instantkom/cli",
|
|
5034
4961
|
"pluginType": "core",
|
|
@@ -5038,20 +4965,20 @@
|
|
|
5038
4965
|
"relativePath": [
|
|
5039
4966
|
"dist",
|
|
5040
4967
|
"commands",
|
|
5041
|
-
"
|
|
5042
|
-
"
|
|
4968
|
+
"exports",
|
|
4969
|
+
"delete.js"
|
|
5043
4970
|
]
|
|
5044
4971
|
},
|
|
5045
|
-
"
|
|
4972
|
+
"exports:download": {
|
|
5046
4973
|
"aliases": [],
|
|
5047
4974
|
"args": {
|
|
5048
4975
|
"id": {
|
|
5049
|
-
"description": "
|
|
4976
|
+
"description": "Export ID",
|
|
5050
4977
|
"name": "id",
|
|
5051
4978
|
"required": true
|
|
5052
4979
|
}
|
|
5053
4980
|
},
|
|
5054
|
-
"description": "
|
|
4981
|
+
"description": "Download an export file",
|
|
5055
4982
|
"flags": {
|
|
5056
4983
|
"api-key": {
|
|
5057
4984
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5114,11 +5041,18 @@
|
|
|
5114
5041
|
"hasDynamicHelp": false,
|
|
5115
5042
|
"multiple": false,
|
|
5116
5043
|
"type": "option"
|
|
5044
|
+
},
|
|
5045
|
+
"file": {
|
|
5046
|
+
"description": "Output file path",
|
|
5047
|
+
"name": "file",
|
|
5048
|
+
"hasDynamicHelp": false,
|
|
5049
|
+
"multiple": false,
|
|
5050
|
+
"type": "option"
|
|
5117
5051
|
}
|
|
5118
5052
|
},
|
|
5119
5053
|
"hasDynamicHelp": false,
|
|
5120
5054
|
"hiddenAliases": [],
|
|
5121
|
-
"id": "
|
|
5055
|
+
"id": "exports:download",
|
|
5122
5056
|
"pluginAlias": "@instantkom/cli",
|
|
5123
5057
|
"pluginName": "@instantkom/cli",
|
|
5124
5058
|
"pluginType": "core",
|
|
@@ -5128,20 +5062,20 @@
|
|
|
5128
5062
|
"relativePath": [
|
|
5129
5063
|
"dist",
|
|
5130
5064
|
"commands",
|
|
5131
|
-
"
|
|
5132
|
-
"
|
|
5065
|
+
"exports",
|
|
5066
|
+
"download.js"
|
|
5133
5067
|
]
|
|
5134
5068
|
},
|
|
5135
|
-
"
|
|
5069
|
+
"exports:get": {
|
|
5136
5070
|
"aliases": [],
|
|
5137
5071
|
"args": {
|
|
5138
5072
|
"id": {
|
|
5139
|
-
"description": "
|
|
5073
|
+
"description": "Export ID",
|
|
5140
5074
|
"name": "id",
|
|
5141
5075
|
"required": true
|
|
5142
5076
|
}
|
|
5143
5077
|
},
|
|
5144
|
-
"description": "Get
|
|
5078
|
+
"description": "Get an export by ID",
|
|
5145
5079
|
"flags": {
|
|
5146
5080
|
"api-key": {
|
|
5147
5081
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5208,7 +5142,7 @@
|
|
|
5208
5142
|
},
|
|
5209
5143
|
"hasDynamicHelp": false,
|
|
5210
5144
|
"hiddenAliases": [],
|
|
5211
|
-
"id": "
|
|
5145
|
+
"id": "exports:get",
|
|
5212
5146
|
"pluginAlias": "@instantkom/cli",
|
|
5213
5147
|
"pluginName": "@instantkom/cli",
|
|
5214
5148
|
"pluginType": "core",
|
|
@@ -5218,14 +5152,14 @@
|
|
|
5218
5152
|
"relativePath": [
|
|
5219
5153
|
"dist",
|
|
5220
5154
|
"commands",
|
|
5221
|
-
"
|
|
5155
|
+
"exports",
|
|
5222
5156
|
"get.js"
|
|
5223
5157
|
]
|
|
5224
5158
|
},
|
|
5225
|
-
"
|
|
5159
|
+
"exports:list": {
|
|
5226
5160
|
"aliases": [],
|
|
5227
5161
|
"args": {},
|
|
5228
|
-
"description": "List
|
|
5162
|
+
"description": "List exports",
|
|
5229
5163
|
"flags": {
|
|
5230
5164
|
"api-key": {
|
|
5231
5165
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5288,11 +5222,41 @@
|
|
|
5288
5222
|
"hasDynamicHelp": false,
|
|
5289
5223
|
"multiple": false,
|
|
5290
5224
|
"type": "option"
|
|
5225
|
+
},
|
|
5226
|
+
"page": {
|
|
5227
|
+
"description": "Page number",
|
|
5228
|
+
"name": "page",
|
|
5229
|
+
"default": 1,
|
|
5230
|
+
"hasDynamicHelp": false,
|
|
5231
|
+
"multiple": false,
|
|
5232
|
+
"type": "option"
|
|
5233
|
+
},
|
|
5234
|
+
"limit": {
|
|
5235
|
+
"description": "Items per page",
|
|
5236
|
+
"name": "limit",
|
|
5237
|
+
"default": 50,
|
|
5238
|
+
"hasDynamicHelp": false,
|
|
5239
|
+
"multiple": false,
|
|
5240
|
+
"type": "option"
|
|
5241
|
+
},
|
|
5242
|
+
"source": {
|
|
5243
|
+
"description": "Filter by data source",
|
|
5244
|
+
"name": "source",
|
|
5245
|
+
"hasDynamicHelp": false,
|
|
5246
|
+
"multiple": false,
|
|
5247
|
+
"type": "option"
|
|
5248
|
+
},
|
|
5249
|
+
"target": {
|
|
5250
|
+
"description": "Filter by export target/format",
|
|
5251
|
+
"name": "target",
|
|
5252
|
+
"hasDynamicHelp": false,
|
|
5253
|
+
"multiple": false,
|
|
5254
|
+
"type": "option"
|
|
5291
5255
|
}
|
|
5292
5256
|
},
|
|
5293
5257
|
"hasDynamicHelp": false,
|
|
5294
5258
|
"hiddenAliases": [],
|
|
5295
|
-
"id": "
|
|
5259
|
+
"id": "exports:list",
|
|
5296
5260
|
"pluginAlias": "@instantkom/cli",
|
|
5297
5261
|
"pluginName": "@instantkom/cli",
|
|
5298
5262
|
"pluginType": "core",
|
|
@@ -5302,14 +5266,14 @@
|
|
|
5302
5266
|
"relativePath": [
|
|
5303
5267
|
"dist",
|
|
5304
5268
|
"commands",
|
|
5305
|
-
"
|
|
5269
|
+
"exports",
|
|
5306
5270
|
"list.js"
|
|
5307
5271
|
]
|
|
5308
5272
|
},
|
|
5309
|
-
"
|
|
5273
|
+
"contacts:create": {
|
|
5310
5274
|
"aliases": [],
|
|
5311
5275
|
"args": {},
|
|
5312
|
-
"description": "
|
|
5276
|
+
"description": "Create a contact",
|
|
5313
5277
|
"flags": {
|
|
5314
5278
|
"api-key": {
|
|
5315
5279
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5373,18 +5337,40 @@
|
|
|
5373
5337
|
"multiple": false,
|
|
5374
5338
|
"type": "option"
|
|
5375
5339
|
},
|
|
5376
|
-
"
|
|
5377
|
-
"description": "
|
|
5378
|
-
"name": "
|
|
5340
|
+
"channel": {
|
|
5341
|
+
"description": "Channel ID",
|
|
5342
|
+
"name": "channel",
|
|
5343
|
+
"required": true,
|
|
5344
|
+
"hasDynamicHelp": false,
|
|
5345
|
+
"multiple": false,
|
|
5346
|
+
"type": "option"
|
|
5347
|
+
},
|
|
5348
|
+
"identifier": {
|
|
5349
|
+
"description": "Unique contact identifier",
|
|
5350
|
+
"name": "identifier",
|
|
5379
5351
|
"required": true,
|
|
5380
5352
|
"hasDynamicHelp": false,
|
|
5381
5353
|
"multiple": false,
|
|
5382
5354
|
"type": "option"
|
|
5355
|
+
},
|
|
5356
|
+
"name": {
|
|
5357
|
+
"description": "Contact name",
|
|
5358
|
+
"name": "name",
|
|
5359
|
+
"hasDynamicHelp": false,
|
|
5360
|
+
"multiple": false,
|
|
5361
|
+
"type": "option"
|
|
5362
|
+
},
|
|
5363
|
+
"data": {
|
|
5364
|
+
"description": "Additional JSON object payload",
|
|
5365
|
+
"name": "data",
|
|
5366
|
+
"hasDynamicHelp": false,
|
|
5367
|
+
"multiple": false,
|
|
5368
|
+
"type": "option"
|
|
5383
5369
|
}
|
|
5384
5370
|
},
|
|
5385
5371
|
"hasDynamicHelp": false,
|
|
5386
5372
|
"hiddenAliases": [],
|
|
5387
|
-
"id": "
|
|
5373
|
+
"id": "contacts:create",
|
|
5388
5374
|
"pluginAlias": "@instantkom/cli",
|
|
5389
5375
|
"pluginName": "@instantkom/cli",
|
|
5390
5376
|
"pluginType": "core",
|
|
@@ -5394,20 +5380,20 @@
|
|
|
5394
5380
|
"relativePath": [
|
|
5395
5381
|
"dist",
|
|
5396
5382
|
"commands",
|
|
5397
|
-
"
|
|
5398
|
-
"
|
|
5383
|
+
"contacts",
|
|
5384
|
+
"create.js"
|
|
5399
5385
|
]
|
|
5400
5386
|
},
|
|
5401
|
-
"
|
|
5387
|
+
"contacts:delete": {
|
|
5402
5388
|
"aliases": [],
|
|
5403
5389
|
"args": {
|
|
5404
5390
|
"id": {
|
|
5405
|
-
"description": "
|
|
5391
|
+
"description": "Contact ID",
|
|
5406
5392
|
"name": "id",
|
|
5407
5393
|
"required": true
|
|
5408
5394
|
}
|
|
5409
5395
|
},
|
|
5410
|
-
"description": "
|
|
5396
|
+
"description": "Delete a contact",
|
|
5411
5397
|
"flags": {
|
|
5412
5398
|
"api-key": {
|
|
5413
5399
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5470,68 +5456,11 @@
|
|
|
5470
5456
|
"hasDynamicHelp": false,
|
|
5471
5457
|
"multiple": false,
|
|
5472
5458
|
"type": "option"
|
|
5473
|
-
},
|
|
5474
|
-
"name": {
|
|
5475
|
-
"description": "Field name",
|
|
5476
|
-
"name": "name",
|
|
5477
|
-
"hasDynamicHelp": false,
|
|
5478
|
-
"multiple": false,
|
|
5479
|
-
"type": "option"
|
|
5480
|
-
},
|
|
5481
|
-
"type": {
|
|
5482
|
-
"description": "Field type",
|
|
5483
|
-
"name": "type",
|
|
5484
|
-
"hasDynamicHelp": false,
|
|
5485
|
-
"multiple": false,
|
|
5486
|
-
"options": [
|
|
5487
|
-
"text",
|
|
5488
|
-
"number",
|
|
5489
|
-
"date",
|
|
5490
|
-
"dropdown",
|
|
5491
|
-
"checkbox",
|
|
5492
|
-
"url",
|
|
5493
|
-
"email",
|
|
5494
|
-
"phone"
|
|
5495
|
-
],
|
|
5496
|
-
"type": "option"
|
|
5497
|
-
},
|
|
5498
|
-
"required": {
|
|
5499
|
-
"description": "Field is required",
|
|
5500
|
-
"name": "required",
|
|
5501
|
-
"allowNo": true,
|
|
5502
|
-
"type": "boolean"
|
|
5503
|
-
},
|
|
5504
|
-
"status": {
|
|
5505
|
-
"description": "Field is active",
|
|
5506
|
-
"name": "status",
|
|
5507
|
-
"allowNo": true,
|
|
5508
|
-
"type": "boolean"
|
|
5509
|
-
},
|
|
5510
|
-
"default": {
|
|
5511
|
-
"description": "Default value",
|
|
5512
|
-
"name": "default",
|
|
5513
|
-
"hasDynamicHelp": false,
|
|
5514
|
-
"multiple": false,
|
|
5515
|
-
"type": "option"
|
|
5516
|
-
},
|
|
5517
|
-
"options": {
|
|
5518
|
-
"description": "Comma-separated dropdown options",
|
|
5519
|
-
"name": "options",
|
|
5520
|
-
"hasDynamicHelp": false,
|
|
5521
|
-
"multiple": false,
|
|
5522
|
-
"type": "option"
|
|
5523
|
-
},
|
|
5524
|
-
"data": {
|
|
5525
|
-
"description": "Additional JSON object payload",
|
|
5526
|
-
"name": "data",
|
|
5527
|
-
"hasDynamicHelp": false,
|
|
5528
|
-
"multiple": false,
|
|
5529
|
-
"type": "option"
|
|
5530
5459
|
}
|
|
5531
5460
|
},
|
|
5532
5461
|
"hasDynamicHelp": false,
|
|
5533
5462
|
"hiddenAliases": [],
|
|
5534
|
-
"id": "
|
|
5463
|
+
"id": "contacts:delete",
|
|
5535
5464
|
"pluginAlias": "@instantkom/cli",
|
|
5536
5465
|
"pluginName": "@instantkom/cli",
|
|
5537
5466
|
"pluginType": "core",
|
|
@@ -5541,14 +5470,14 @@
|
|
|
5541
5470
|
"relativePath": [
|
|
5542
5471
|
"dist",
|
|
5543
5472
|
"commands",
|
|
5544
|
-
"
|
|
5545
|
-
"
|
|
5473
|
+
"contacts",
|
|
5474
|
+
"delete.js"
|
|
5546
5475
|
]
|
|
5547
5476
|
},
|
|
5548
|
-
"
|
|
5477
|
+
"contacts:export": {
|
|
5549
5478
|
"aliases": [],
|
|
5550
5479
|
"args": {},
|
|
5551
|
-
"description": "
|
|
5480
|
+
"description": "Export contacts to CSV",
|
|
5552
5481
|
"flags": {
|
|
5553
5482
|
"api-key": {
|
|
5554
5483
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5560,10 +5489,18 @@
|
|
|
5560
5489
|
"type": "option"
|
|
5561
5490
|
},
|
|
5562
5491
|
"format": {
|
|
5563
|
-
"description": "
|
|
5492
|
+
"description": "Output format: text, json, yaml, or table",
|
|
5493
|
+
"helpGroup": "GLOBAL",
|
|
5564
5494
|
"name": "format",
|
|
5495
|
+
"default": "text",
|
|
5565
5496
|
"hasDynamicHelp": false,
|
|
5566
5497
|
"multiple": false,
|
|
5498
|
+
"options": [
|
|
5499
|
+
"text",
|
|
5500
|
+
"json",
|
|
5501
|
+
"yaml",
|
|
5502
|
+
"table"
|
|
5503
|
+
],
|
|
5567
5504
|
"type": "option"
|
|
5568
5505
|
},
|
|
5569
5506
|
"json": {
|
|
@@ -5604,66 +5541,40 @@
|
|
|
5604
5541
|
"multiple": false,
|
|
5605
5542
|
"type": "option"
|
|
5606
5543
|
},
|
|
5607
|
-
"
|
|
5608
|
-
"description": "
|
|
5609
|
-
"name": "
|
|
5544
|
+
"file": {
|
|
5545
|
+
"description": "CSV output file path",
|
|
5546
|
+
"name": "file",
|
|
5610
5547
|
"required": true,
|
|
5611
5548
|
"hasDynamicHelp": false,
|
|
5612
5549
|
"multiple": false,
|
|
5613
5550
|
"type": "option"
|
|
5614
5551
|
},
|
|
5615
|
-
"
|
|
5616
|
-
"description": "
|
|
5617
|
-
"name": "
|
|
5618
|
-
"hasDynamicHelp": false,
|
|
5619
|
-
"multiple": false,
|
|
5620
|
-
"type": "option"
|
|
5621
|
-
},
|
|
5622
|
-
"type": {
|
|
5623
|
-
"description": "Alias for --sources",
|
|
5624
|
-
"name": "type",
|
|
5625
|
-
"hasDynamicHelp": false,
|
|
5626
|
-
"multiple": false,
|
|
5627
|
-
"type": "option"
|
|
5628
|
-
},
|
|
5629
|
-
"target": {
|
|
5630
|
-
"description": "Export target/format",
|
|
5631
|
-
"name": "target",
|
|
5632
|
-
"hasDynamicHelp": false,
|
|
5633
|
-
"multiple": false,
|
|
5634
|
-
"type": "option"
|
|
5635
|
-
},
|
|
5636
|
-
"channels": {
|
|
5637
|
-
"description": "Comma-separated channel IDs",
|
|
5638
|
-
"name": "channels",
|
|
5639
|
-
"hasDynamicHelp": false,
|
|
5640
|
-
"multiple": false,
|
|
5641
|
-
"type": "option"
|
|
5642
|
-
},
|
|
5643
|
-
"fields": {
|
|
5644
|
-
"description": "Comma-separated fields",
|
|
5645
|
-
"name": "fields",
|
|
5552
|
+
"channel": {
|
|
5553
|
+
"description": "Filter by channel ID",
|
|
5554
|
+
"name": "channel",
|
|
5646
5555
|
"hasDynamicHelp": false,
|
|
5647
5556
|
"multiple": false,
|
|
5648
5557
|
"type": "option"
|
|
5649
5558
|
},
|
|
5650
|
-
"
|
|
5651
|
-
"description": "
|
|
5652
|
-
"name": "
|
|
5559
|
+
"search": {
|
|
5560
|
+
"description": "Search by name or identifier",
|
|
5561
|
+
"name": "search",
|
|
5653
5562
|
"hasDynamicHelp": false,
|
|
5654
5563
|
"multiple": false,
|
|
5655
5564
|
"type": "option"
|
|
5656
5565
|
},
|
|
5657
|
-
"
|
|
5658
|
-
"description": "
|
|
5659
|
-
"name": "
|
|
5566
|
+
"page": {
|
|
5567
|
+
"description": "Page number",
|
|
5568
|
+
"name": "page",
|
|
5569
|
+
"default": 1,
|
|
5660
5570
|
"hasDynamicHelp": false,
|
|
5661
5571
|
"multiple": false,
|
|
5662
5572
|
"type": "option"
|
|
5663
5573
|
},
|
|
5664
|
-
"
|
|
5665
|
-
"description": "
|
|
5666
|
-
"name": "
|
|
5574
|
+
"limit": {
|
|
5575
|
+
"description": "Items per page",
|
|
5576
|
+
"name": "limit",
|
|
5577
|
+
"default": 100,
|
|
5667
5578
|
"hasDynamicHelp": false,
|
|
5668
5579
|
"multiple": false,
|
|
5669
5580
|
"type": "option"
|
|
@@ -5671,7 +5582,7 @@
|
|
|
5671
5582
|
},
|
|
5672
5583
|
"hasDynamicHelp": false,
|
|
5673
5584
|
"hiddenAliases": [],
|
|
5674
|
-
"id": "
|
|
5585
|
+
"id": "contacts:export",
|
|
5675
5586
|
"pluginAlias": "@instantkom/cli",
|
|
5676
5587
|
"pluginName": "@instantkom/cli",
|
|
5677
5588
|
"pluginType": "core",
|
|
@@ -5681,20 +5592,20 @@
|
|
|
5681
5592
|
"relativePath": [
|
|
5682
5593
|
"dist",
|
|
5683
5594
|
"commands",
|
|
5684
|
-
"
|
|
5685
|
-
"
|
|
5595
|
+
"contacts",
|
|
5596
|
+
"export.js"
|
|
5686
5597
|
]
|
|
5687
5598
|
},
|
|
5688
|
-
"
|
|
5599
|
+
"contacts:get": {
|
|
5689
5600
|
"aliases": [],
|
|
5690
5601
|
"args": {
|
|
5691
5602
|
"id": {
|
|
5692
|
-
"description": "
|
|
5603
|
+
"description": "Contact ID",
|
|
5693
5604
|
"name": "id",
|
|
5694
5605
|
"required": true
|
|
5695
5606
|
}
|
|
5696
5607
|
},
|
|
5697
|
-
"description": "
|
|
5608
|
+
"description": "Get a contact by ID",
|
|
5698
5609
|
"flags": {
|
|
5699
5610
|
"api-key": {
|
|
5700
5611
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5761,7 +5672,7 @@
|
|
|
5761
5672
|
},
|
|
5762
5673
|
"hasDynamicHelp": false,
|
|
5763
5674
|
"hiddenAliases": [],
|
|
5764
|
-
"id": "
|
|
5675
|
+
"id": "contacts:get",
|
|
5765
5676
|
"pluginAlias": "@instantkom/cli",
|
|
5766
5677
|
"pluginName": "@instantkom/cli",
|
|
5767
5678
|
"pluginType": "core",
|
|
@@ -5771,20 +5682,14 @@
|
|
|
5771
5682
|
"relativePath": [
|
|
5772
5683
|
"dist",
|
|
5773
5684
|
"commands",
|
|
5774
|
-
"
|
|
5775
|
-
"
|
|
5685
|
+
"contacts",
|
|
5686
|
+
"get.js"
|
|
5776
5687
|
]
|
|
5777
5688
|
},
|
|
5778
|
-
"
|
|
5689
|
+
"contacts:import": {
|
|
5779
5690
|
"aliases": [],
|
|
5780
|
-
"args": {
|
|
5781
|
-
|
|
5782
|
-
"description": "Export ID",
|
|
5783
|
-
"name": "id",
|
|
5784
|
-
"required": true
|
|
5785
|
-
}
|
|
5786
|
-
},
|
|
5787
|
-
"description": "Download an export file",
|
|
5691
|
+
"args": {},
|
|
5692
|
+
"description": "Import contacts from CSV",
|
|
5788
5693
|
"flags": {
|
|
5789
5694
|
"api-key": {
|
|
5790
5695
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5849,8 +5754,17 @@
|
|
|
5849
5754
|
"type": "option"
|
|
5850
5755
|
},
|
|
5851
5756
|
"file": {
|
|
5852
|
-
"description": "
|
|
5757
|
+
"description": "CSV file path",
|
|
5853
5758
|
"name": "file",
|
|
5759
|
+
"required": true,
|
|
5760
|
+
"hasDynamicHelp": false,
|
|
5761
|
+
"multiple": false,
|
|
5762
|
+
"type": "option"
|
|
5763
|
+
},
|
|
5764
|
+
"channel": {
|
|
5765
|
+
"description": "Channel ID",
|
|
5766
|
+
"name": "channel",
|
|
5767
|
+
"required": true,
|
|
5854
5768
|
"hasDynamicHelp": false,
|
|
5855
5769
|
"multiple": false,
|
|
5856
5770
|
"type": "option"
|
|
@@ -5858,7 +5772,7 @@
|
|
|
5858
5772
|
},
|
|
5859
5773
|
"hasDynamicHelp": false,
|
|
5860
5774
|
"hiddenAliases": [],
|
|
5861
|
-
"id": "
|
|
5775
|
+
"id": "contacts:import",
|
|
5862
5776
|
"pluginAlias": "@instantkom/cli",
|
|
5863
5777
|
"pluginName": "@instantkom/cli",
|
|
5864
5778
|
"pluginType": "core",
|
|
@@ -5868,20 +5782,14 @@
|
|
|
5868
5782
|
"relativePath": [
|
|
5869
5783
|
"dist",
|
|
5870
5784
|
"commands",
|
|
5871
|
-
"
|
|
5872
|
-
"
|
|
5785
|
+
"contacts",
|
|
5786
|
+
"import.js"
|
|
5873
5787
|
]
|
|
5874
5788
|
},
|
|
5875
|
-
"
|
|
5789
|
+
"contacts:list": {
|
|
5876
5790
|
"aliases": [],
|
|
5877
|
-
"args": {
|
|
5878
|
-
|
|
5879
|
-
"description": "Export ID",
|
|
5880
|
-
"name": "id",
|
|
5881
|
-
"required": true
|
|
5882
|
-
}
|
|
5883
|
-
},
|
|
5884
|
-
"description": "Get an export by ID",
|
|
5791
|
+
"args": {},
|
|
5792
|
+
"description": "List contacts",
|
|
5885
5793
|
"flags": {
|
|
5886
5794
|
"api-key": {
|
|
5887
5795
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5944,11 +5852,106 @@
|
|
|
5944
5852
|
"hasDynamicHelp": false,
|
|
5945
5853
|
"multiple": false,
|
|
5946
5854
|
"type": "option"
|
|
5855
|
+
},
|
|
5856
|
+
"channel": {
|
|
5857
|
+
"description": "Filter by channel ID",
|
|
5858
|
+
"name": "channel",
|
|
5859
|
+
"hasDynamicHelp": false,
|
|
5860
|
+
"multiple": false,
|
|
5861
|
+
"type": "option"
|
|
5862
|
+
},
|
|
5863
|
+
"search": {
|
|
5864
|
+
"description": "Search by name or identifier",
|
|
5865
|
+
"name": "search",
|
|
5866
|
+
"hasDynamicHelp": false,
|
|
5867
|
+
"multiple": false,
|
|
5868
|
+
"type": "option"
|
|
5869
|
+
},
|
|
5870
|
+
"page": {
|
|
5871
|
+
"description": "Page number",
|
|
5872
|
+
"name": "page",
|
|
5873
|
+
"default": 1,
|
|
5874
|
+
"hasDynamicHelp": false,
|
|
5875
|
+
"multiple": false,
|
|
5876
|
+
"type": "option"
|
|
5877
|
+
},
|
|
5878
|
+
"limit": {
|
|
5879
|
+
"description": "Items per page",
|
|
5880
|
+
"name": "limit",
|
|
5881
|
+
"default": 20,
|
|
5882
|
+
"hasDynamicHelp": false,
|
|
5883
|
+
"multiple": false,
|
|
5884
|
+
"type": "option"
|
|
5885
|
+
},
|
|
5886
|
+
"optin-status": {
|
|
5887
|
+
"description": "Filter by opt-in status",
|
|
5888
|
+
"name": "optin-status",
|
|
5889
|
+
"hasDynamicHelp": false,
|
|
5890
|
+
"multiple": false,
|
|
5891
|
+
"options": [
|
|
5892
|
+
"0",
|
|
5893
|
+
"1"
|
|
5894
|
+
],
|
|
5895
|
+
"type": "option"
|
|
5896
|
+
},
|
|
5897
|
+
"blocked": {
|
|
5898
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
5899
|
+
"name": "blocked",
|
|
5900
|
+
"hasDynamicHelp": false,
|
|
5901
|
+
"multiple": false,
|
|
5902
|
+
"options": [
|
|
5903
|
+
"0",
|
|
5904
|
+
"1"
|
|
5905
|
+
],
|
|
5906
|
+
"type": "option"
|
|
5907
|
+
},
|
|
5908
|
+
"segment": {
|
|
5909
|
+
"description": "Filter by segment ID",
|
|
5910
|
+
"name": "segment",
|
|
5911
|
+
"hasDynamicHelp": false,
|
|
5912
|
+
"multiple": false,
|
|
5913
|
+
"type": "option"
|
|
5914
|
+
},
|
|
5915
|
+
"tags": {
|
|
5916
|
+
"description": "Comma-separated tag IDs",
|
|
5917
|
+
"name": "tags",
|
|
5918
|
+
"hasDynamicHelp": false,
|
|
5919
|
+
"multiple": false,
|
|
5920
|
+
"type": "option"
|
|
5921
|
+
},
|
|
5922
|
+
"tag-match": {
|
|
5923
|
+
"description": "Tag match mode",
|
|
5924
|
+
"name": "tag-match",
|
|
5925
|
+
"hasDynamicHelp": false,
|
|
5926
|
+
"multiple": false,
|
|
5927
|
+
"options": [
|
|
5928
|
+
"any",
|
|
5929
|
+
"all"
|
|
5930
|
+
],
|
|
5931
|
+
"type": "option"
|
|
5932
|
+
},
|
|
5933
|
+
"spam": {
|
|
5934
|
+
"description": "Filter by spam status",
|
|
5935
|
+
"name": "spam",
|
|
5936
|
+
"hasDynamicHelp": false,
|
|
5937
|
+
"multiple": false,
|
|
5938
|
+
"options": [
|
|
5939
|
+
"true",
|
|
5940
|
+
"false"
|
|
5941
|
+
],
|
|
5942
|
+
"type": "option"
|
|
5943
|
+
},
|
|
5944
|
+
"trust-level": {
|
|
5945
|
+
"description": "Comma-separated trust levels",
|
|
5946
|
+
"name": "trust-level",
|
|
5947
|
+
"hasDynamicHelp": false,
|
|
5948
|
+
"multiple": false,
|
|
5949
|
+
"type": "option"
|
|
5947
5950
|
}
|
|
5948
5951
|
},
|
|
5949
5952
|
"hasDynamicHelp": false,
|
|
5950
5953
|
"hiddenAliases": [],
|
|
5951
|
-
"id": "
|
|
5954
|
+
"id": "contacts:list",
|
|
5952
5955
|
"pluginAlias": "@instantkom/cli",
|
|
5953
5956
|
"pluginName": "@instantkom/cli",
|
|
5954
5957
|
"pluginType": "core",
|
|
@@ -5958,14 +5961,20 @@
|
|
|
5958
5961
|
"relativePath": [
|
|
5959
5962
|
"dist",
|
|
5960
5963
|
"commands",
|
|
5961
|
-
"
|
|
5962
|
-
"
|
|
5964
|
+
"contacts",
|
|
5965
|
+
"list.js"
|
|
5963
5966
|
]
|
|
5964
5967
|
},
|
|
5965
|
-
"
|
|
5968
|
+
"contacts:update": {
|
|
5966
5969
|
"aliases": [],
|
|
5967
|
-
"args": {
|
|
5968
|
-
|
|
5970
|
+
"args": {
|
|
5971
|
+
"id": {
|
|
5972
|
+
"description": "Contact ID",
|
|
5973
|
+
"name": "id",
|
|
5974
|
+
"required": true
|
|
5975
|
+
}
|
|
5976
|
+
},
|
|
5977
|
+
"description": "Update a contact",
|
|
5969
5978
|
"flags": {
|
|
5970
5979
|
"api-key": {
|
|
5971
5980
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6029,32 +6038,23 @@
|
|
|
6029
6038
|
"multiple": false,
|
|
6030
6039
|
"type": "option"
|
|
6031
6040
|
},
|
|
6032
|
-
"
|
|
6033
|
-
"description": "
|
|
6034
|
-
"name": "
|
|
6035
|
-
"default": 1,
|
|
6036
|
-
"hasDynamicHelp": false,
|
|
6037
|
-
"multiple": false,
|
|
6038
|
-
"type": "option"
|
|
6039
|
-
},
|
|
6040
|
-
"limit": {
|
|
6041
|
-
"description": "Items per page",
|
|
6042
|
-
"name": "limit",
|
|
6043
|
-
"default": 50,
|
|
6041
|
+
"identifier": {
|
|
6042
|
+
"description": "Unique contact identifier",
|
|
6043
|
+
"name": "identifier",
|
|
6044
6044
|
"hasDynamicHelp": false,
|
|
6045
6045
|
"multiple": false,
|
|
6046
6046
|
"type": "option"
|
|
6047
6047
|
},
|
|
6048
|
-
"
|
|
6049
|
-
"description": "
|
|
6050
|
-
"name": "
|
|
6048
|
+
"name": {
|
|
6049
|
+
"description": "Contact name",
|
|
6050
|
+
"name": "name",
|
|
6051
6051
|
"hasDynamicHelp": false,
|
|
6052
6052
|
"multiple": false,
|
|
6053
6053
|
"type": "option"
|
|
6054
6054
|
},
|
|
6055
|
-
"
|
|
6056
|
-
"description": "
|
|
6057
|
-
"name": "
|
|
6055
|
+
"data": {
|
|
6056
|
+
"description": "Additional JSON object payload",
|
|
6057
|
+
"name": "data",
|
|
6058
6058
|
"hasDynamicHelp": false,
|
|
6059
6059
|
"multiple": false,
|
|
6060
6060
|
"type": "option"
|
|
@@ -6062,7 +6062,7 @@
|
|
|
6062
6062
|
},
|
|
6063
6063
|
"hasDynamicHelp": false,
|
|
6064
6064
|
"hiddenAliases": [],
|
|
6065
|
-
"id": "
|
|
6065
|
+
"id": "contacts:update",
|
|
6066
6066
|
"pluginAlias": "@instantkom/cli",
|
|
6067
6067
|
"pluginName": "@instantkom/cli",
|
|
6068
6068
|
"pluginType": "core",
|
|
@@ -6072,14 +6072,14 @@
|
|
|
6072
6072
|
"relativePath": [
|
|
6073
6073
|
"dist",
|
|
6074
6074
|
"commands",
|
|
6075
|
-
"
|
|
6076
|
-
"
|
|
6075
|
+
"contacts",
|
|
6076
|
+
"update.js"
|
|
6077
6077
|
]
|
|
6078
6078
|
},
|
|
6079
|
-
"
|
|
6079
|
+
"flows:create": {
|
|
6080
6080
|
"aliases": [],
|
|
6081
6081
|
"args": {},
|
|
6082
|
-
"description": "
|
|
6082
|
+
"description": "Create a flow",
|
|
6083
6083
|
"flags": {
|
|
6084
6084
|
"api-key": {
|
|
6085
6085
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6143,24 +6143,54 @@
|
|
|
6143
6143
|
"multiple": false,
|
|
6144
6144
|
"type": "option"
|
|
6145
6145
|
},
|
|
6146
|
-
"
|
|
6147
|
-
"description": "
|
|
6148
|
-
"name": "
|
|
6146
|
+
"channel": {
|
|
6147
|
+
"description": "Channel ID",
|
|
6148
|
+
"name": "channel",
|
|
6149
6149
|
"required": true,
|
|
6150
6150
|
"hasDynamicHelp": false,
|
|
6151
6151
|
"multiple": false,
|
|
6152
6152
|
"type": "option"
|
|
6153
6153
|
},
|
|
6154
|
-
"
|
|
6155
|
-
"description": "
|
|
6156
|
-
"name": "
|
|
6157
|
-
"
|
|
6158
|
-
"
|
|
6154
|
+
"name": {
|
|
6155
|
+
"description": "Flow name",
|
|
6156
|
+
"name": "name",
|
|
6157
|
+
"required": true,
|
|
6158
|
+
"hasDynamicHelp": false,
|
|
6159
|
+
"multiple": false,
|
|
6160
|
+
"type": "option"
|
|
6161
|
+
},
|
|
6162
|
+
"description": {
|
|
6163
|
+
"description": "Flow description",
|
|
6164
|
+
"name": "description",
|
|
6165
|
+
"hasDynamicHelp": false,
|
|
6166
|
+
"multiple": false,
|
|
6167
|
+
"type": "option"
|
|
6168
|
+
},
|
|
6169
|
+
"color": {
|
|
6170
|
+
"description": "Flow color as HEX",
|
|
6171
|
+
"name": "color",
|
|
6172
|
+
"hasDynamicHelp": false,
|
|
6173
|
+
"multiple": false,
|
|
6174
|
+
"type": "option"
|
|
6175
|
+
},
|
|
6176
|
+
"folder": {
|
|
6177
|
+
"description": "Folder ID",
|
|
6178
|
+
"name": "folder",
|
|
6179
|
+
"hasDynamicHelp": false,
|
|
6180
|
+
"multiple": false,
|
|
6181
|
+
"type": "option"
|
|
6182
|
+
},
|
|
6183
|
+
"data": {
|
|
6184
|
+
"description": "Additional JSON object payload",
|
|
6185
|
+
"name": "data",
|
|
6186
|
+
"hasDynamicHelp": false,
|
|
6187
|
+
"multiple": false,
|
|
6188
|
+
"type": "option"
|
|
6159
6189
|
}
|
|
6160
6190
|
},
|
|
6161
6191
|
"hasDynamicHelp": false,
|
|
6162
6192
|
"hiddenAliases": [],
|
|
6163
|
-
"id": "
|
|
6193
|
+
"id": "flows:create",
|
|
6164
6194
|
"pluginAlias": "@instantkom/cli",
|
|
6165
6195
|
"pluginName": "@instantkom/cli",
|
|
6166
6196
|
"pluginType": "core",
|
|
@@ -6170,20 +6200,20 @@
|
|
|
6170
6200
|
"relativePath": [
|
|
6171
6201
|
"dist",
|
|
6172
6202
|
"commands",
|
|
6173
|
-
"
|
|
6174
|
-
"
|
|
6203
|
+
"flows",
|
|
6204
|
+
"create.js"
|
|
6175
6205
|
]
|
|
6176
6206
|
},
|
|
6177
|
-
"
|
|
6207
|
+
"flows:delete": {
|
|
6178
6208
|
"aliases": [],
|
|
6179
6209
|
"args": {
|
|
6180
6210
|
"id": {
|
|
6181
|
-
"description": "
|
|
6211
|
+
"description": "Flow ID",
|
|
6182
6212
|
"name": "id",
|
|
6183
6213
|
"required": true
|
|
6184
6214
|
}
|
|
6185
6215
|
},
|
|
6186
|
-
"description": "
|
|
6216
|
+
"description": "Delete a flow",
|
|
6187
6217
|
"flags": {
|
|
6188
6218
|
"api-key": {
|
|
6189
6219
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6246,32 +6276,11 @@
|
|
|
6246
6276
|
"hasDynamicHelp": false,
|
|
6247
6277
|
"multiple": false,
|
|
6248
6278
|
"type": "option"
|
|
6249
|
-
},
|
|
6250
|
-
"subject": {
|
|
6251
|
-
"description": "Ticket subject",
|
|
6252
|
-
"name": "subject",
|
|
6253
|
-
"hasDynamicHelp": false,
|
|
6254
|
-
"multiple": false,
|
|
6255
|
-
"type": "option"
|
|
6256
|
-
},
|
|
6257
|
-
"priority": {
|
|
6258
|
-
"description": "Ticket priority",
|
|
6259
|
-
"name": "priority",
|
|
6260
|
-
"hasDynamicHelp": false,
|
|
6261
|
-
"multiple": false,
|
|
6262
|
-
"type": "option"
|
|
6263
|
-
},
|
|
6264
|
-
"data": {
|
|
6265
|
-
"description": "Additional JSON object payload",
|
|
6266
|
-
"name": "data",
|
|
6267
|
-
"hasDynamicHelp": false,
|
|
6268
|
-
"multiple": false,
|
|
6269
|
-
"type": "option"
|
|
6270
6279
|
}
|
|
6271
6280
|
},
|
|
6272
6281
|
"hasDynamicHelp": false,
|
|
6273
6282
|
"hiddenAliases": [],
|
|
6274
|
-
"id": "
|
|
6283
|
+
"id": "flows:delete",
|
|
6275
6284
|
"pluginAlias": "@instantkom/cli",
|
|
6276
6285
|
"pluginName": "@instantkom/cli",
|
|
6277
6286
|
"pluginType": "core",
|
|
@@ -6281,20 +6290,20 @@
|
|
|
6281
6290
|
"relativePath": [
|
|
6282
6291
|
"dist",
|
|
6283
6292
|
"commands",
|
|
6284
|
-
"
|
|
6285
|
-
"
|
|
6293
|
+
"flows",
|
|
6294
|
+
"delete.js"
|
|
6286
6295
|
]
|
|
6287
6296
|
},
|
|
6288
|
-
"
|
|
6297
|
+
"flows:get": {
|
|
6289
6298
|
"aliases": [],
|
|
6290
6299
|
"args": {
|
|
6291
6300
|
"id": {
|
|
6292
|
-
"description": "
|
|
6301
|
+
"description": "Flow ID",
|
|
6293
6302
|
"name": "id",
|
|
6294
6303
|
"required": true
|
|
6295
6304
|
}
|
|
6296
6305
|
},
|
|
6297
|
-
"description": "
|
|
6306
|
+
"description": "Get a flow by ID",
|
|
6298
6307
|
"flags": {
|
|
6299
6308
|
"api-key": {
|
|
6300
6309
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6361,7 +6370,7 @@
|
|
|
6361
6370
|
},
|
|
6362
6371
|
"hasDynamicHelp": false,
|
|
6363
6372
|
"hiddenAliases": [],
|
|
6364
|
-
"id": "
|
|
6373
|
+
"id": "flows:get",
|
|
6365
6374
|
"pluginAlias": "@instantkom/cli",
|
|
6366
6375
|
"pluginName": "@instantkom/cli",
|
|
6367
6376
|
"pluginType": "core",
|
|
@@ -6371,20 +6380,14 @@
|
|
|
6371
6380
|
"relativePath": [
|
|
6372
6381
|
"dist",
|
|
6373
6382
|
"commands",
|
|
6374
|
-
"
|
|
6375
|
-
"
|
|
6383
|
+
"flows",
|
|
6384
|
+
"get.js"
|
|
6376
6385
|
]
|
|
6377
6386
|
},
|
|
6378
|
-
"
|
|
6387
|
+
"flows:list": {
|
|
6379
6388
|
"aliases": [],
|
|
6380
|
-
"args": {
|
|
6381
|
-
|
|
6382
|
-
"description": "message ID",
|
|
6383
|
-
"name": "id",
|
|
6384
|
-
"required": true
|
|
6385
|
-
}
|
|
6386
|
-
},
|
|
6387
|
-
"description": "Get message by ID",
|
|
6389
|
+
"args": {},
|
|
6390
|
+
"description": "List flows",
|
|
6388
6391
|
"flags": {
|
|
6389
6392
|
"api-key": {
|
|
6390
6393
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6447,11 +6450,48 @@
|
|
|
6447
6450
|
"hasDynamicHelp": false,
|
|
6448
6451
|
"multiple": false,
|
|
6449
6452
|
"type": "option"
|
|
6453
|
+
},
|
|
6454
|
+
"page": {
|
|
6455
|
+
"description": "Page number",
|
|
6456
|
+
"name": "page",
|
|
6457
|
+
"default": 1,
|
|
6458
|
+
"hasDynamicHelp": false,
|
|
6459
|
+
"multiple": false,
|
|
6460
|
+
"type": "option"
|
|
6461
|
+
},
|
|
6462
|
+
"limit": {
|
|
6463
|
+
"description": "Items per page",
|
|
6464
|
+
"name": "limit",
|
|
6465
|
+
"default": 20,
|
|
6466
|
+
"hasDynamicHelp": false,
|
|
6467
|
+
"multiple": false,
|
|
6468
|
+
"type": "option"
|
|
6469
|
+
},
|
|
6470
|
+
"channel": {
|
|
6471
|
+
"description": "Filter by channel ID",
|
|
6472
|
+
"name": "channel",
|
|
6473
|
+
"hasDynamicHelp": false,
|
|
6474
|
+
"multiple": false,
|
|
6475
|
+
"type": "option"
|
|
6476
|
+
},
|
|
6477
|
+
"search": {
|
|
6478
|
+
"description": "Search in flow name or description",
|
|
6479
|
+
"name": "search",
|
|
6480
|
+
"hasDynamicHelp": false,
|
|
6481
|
+
"multiple": false,
|
|
6482
|
+
"type": "option"
|
|
6483
|
+
},
|
|
6484
|
+
"folder": {
|
|
6485
|
+
"description": "Filter by folder ID",
|
|
6486
|
+
"name": "folder",
|
|
6487
|
+
"hasDynamicHelp": false,
|
|
6488
|
+
"multiple": false,
|
|
6489
|
+
"type": "option"
|
|
6450
6490
|
}
|
|
6451
6491
|
},
|
|
6452
6492
|
"hasDynamicHelp": false,
|
|
6453
6493
|
"hiddenAliases": [],
|
|
6454
|
-
"id": "
|
|
6494
|
+
"id": "flows:list",
|
|
6455
6495
|
"pluginAlias": "@instantkom/cli",
|
|
6456
6496
|
"pluginName": "@instantkom/cli",
|
|
6457
6497
|
"pluginType": "core",
|
|
@@ -6461,14 +6501,20 @@
|
|
|
6461
6501
|
"relativePath": [
|
|
6462
6502
|
"dist",
|
|
6463
6503
|
"commands",
|
|
6464
|
-
"
|
|
6465
|
-
"
|
|
6504
|
+
"flows",
|
|
6505
|
+
"list.js"
|
|
6466
6506
|
]
|
|
6467
6507
|
},
|
|
6468
|
-
"
|
|
6508
|
+
"flows:update": {
|
|
6469
6509
|
"aliases": [],
|
|
6470
|
-
"args": {
|
|
6471
|
-
|
|
6510
|
+
"args": {
|
|
6511
|
+
"id": {
|
|
6512
|
+
"description": "Flow ID",
|
|
6513
|
+
"name": "id",
|
|
6514
|
+
"required": true
|
|
6515
|
+
}
|
|
6516
|
+
},
|
|
6517
|
+
"description": "Update a flow",
|
|
6472
6518
|
"flags": {
|
|
6473
6519
|
"api-key": {
|
|
6474
6520
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6532,71 +6578,45 @@
|
|
|
6532
6578
|
"multiple": false,
|
|
6533
6579
|
"type": "option"
|
|
6534
6580
|
},
|
|
6535
|
-
"
|
|
6536
|
-
"description": "
|
|
6537
|
-
"name": "
|
|
6538
|
-
"default": 1,
|
|
6539
|
-
"hasDynamicHelp": false,
|
|
6540
|
-
"multiple": false,
|
|
6541
|
-
"type": "option"
|
|
6542
|
-
},
|
|
6543
|
-
"limit": {
|
|
6544
|
-
"description": "Items per page",
|
|
6545
|
-
"name": "limit",
|
|
6546
|
-
"default": 20,
|
|
6547
|
-
"hasDynamicHelp": false,
|
|
6548
|
-
"multiple": false,
|
|
6549
|
-
"type": "option"
|
|
6550
|
-
},
|
|
6551
|
-
"channel": {
|
|
6552
|
-
"description": "Filter by channel ID",
|
|
6553
|
-
"name": "channel",
|
|
6581
|
+
"name": {
|
|
6582
|
+
"description": "Flow name",
|
|
6583
|
+
"name": "name",
|
|
6554
6584
|
"hasDynamicHelp": false,
|
|
6555
6585
|
"multiple": false,
|
|
6556
6586
|
"type": "option"
|
|
6557
6587
|
},
|
|
6558
|
-
"
|
|
6559
|
-
"description": "
|
|
6560
|
-
"name": "
|
|
6588
|
+
"description": {
|
|
6589
|
+
"description": "Flow description",
|
|
6590
|
+
"name": "description",
|
|
6561
6591
|
"hasDynamicHelp": false,
|
|
6562
6592
|
"multiple": false,
|
|
6563
6593
|
"type": "option"
|
|
6564
6594
|
},
|
|
6565
|
-
"
|
|
6566
|
-
"description": "
|
|
6567
|
-
"name": "
|
|
6595
|
+
"color": {
|
|
6596
|
+
"description": "Flow color as HEX",
|
|
6597
|
+
"name": "color",
|
|
6568
6598
|
"hasDynamicHelp": false,
|
|
6569
6599
|
"multiple": false,
|
|
6570
|
-
"options": [
|
|
6571
|
-
"s",
|
|
6572
|
-
"r"
|
|
6573
|
-
],
|
|
6574
6600
|
"type": "option"
|
|
6575
6601
|
},
|
|
6576
|
-
"
|
|
6577
|
-
"description": "
|
|
6578
|
-
"name": "
|
|
6602
|
+
"folder": {
|
|
6603
|
+
"description": "Folder ID",
|
|
6604
|
+
"name": "folder",
|
|
6579
6605
|
"hasDynamicHelp": false,
|
|
6580
6606
|
"multiple": false,
|
|
6581
6607
|
"type": "option"
|
|
6582
6608
|
},
|
|
6583
|
-
"
|
|
6584
|
-
"description": "
|
|
6585
|
-
"name": "
|
|
6609
|
+
"data": {
|
|
6610
|
+
"description": "Additional JSON object payload",
|
|
6611
|
+
"name": "data",
|
|
6586
6612
|
"hasDynamicHelp": false,
|
|
6587
6613
|
"multiple": false,
|
|
6588
6614
|
"type": "option"
|
|
6589
|
-
},
|
|
6590
|
-
"spam": {
|
|
6591
|
-
"description": "Filter spam messages",
|
|
6592
|
-
"name": "spam",
|
|
6593
|
-
"allowNo": false,
|
|
6594
|
-
"type": "boolean"
|
|
6595
6615
|
}
|
|
6596
6616
|
},
|
|
6597
6617
|
"hasDynamicHelp": false,
|
|
6598
6618
|
"hiddenAliases": [],
|
|
6599
|
-
"id": "
|
|
6619
|
+
"id": "flows:update",
|
|
6600
6620
|
"pluginAlias": "@instantkom/cli",
|
|
6601
6621
|
"pluginName": "@instantkom/cli",
|
|
6602
6622
|
"pluginType": "core",
|
|
@@ -6606,20 +6626,14 @@
|
|
|
6606
6626
|
"relativePath": [
|
|
6607
6627
|
"dist",
|
|
6608
6628
|
"commands",
|
|
6609
|
-
"
|
|
6610
|
-
"
|
|
6629
|
+
"flows",
|
|
6630
|
+
"update.js"
|
|
6611
6631
|
]
|
|
6612
6632
|
},
|
|
6613
|
-
"
|
|
6633
|
+
"segments:create": {
|
|
6614
6634
|
"aliases": [],
|
|
6615
|
-
"args": {
|
|
6616
|
-
|
|
6617
|
-
"description": "Message ID",
|
|
6618
|
-
"name": "id",
|
|
6619
|
-
"required": true
|
|
6620
|
-
}
|
|
6621
|
-
},
|
|
6622
|
-
"description": "Get reactions to a message",
|
|
6635
|
+
"args": {},
|
|
6636
|
+
"description": "Create a segment",
|
|
6623
6637
|
"flags": {
|
|
6624
6638
|
"api-key": {
|
|
6625
6639
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6637,48 +6651,99 @@
|
|
|
6637
6651
|
"default": "text",
|
|
6638
6652
|
"hasDynamicHelp": false,
|
|
6639
6653
|
"multiple": false,
|
|
6640
|
-
"options": [
|
|
6641
|
-
"text",
|
|
6642
|
-
"json",
|
|
6643
|
-
"yaml",
|
|
6644
|
-
"table"
|
|
6645
|
-
],
|
|
6654
|
+
"options": [
|
|
6655
|
+
"text",
|
|
6656
|
+
"json",
|
|
6657
|
+
"yaml",
|
|
6658
|
+
"table"
|
|
6659
|
+
],
|
|
6660
|
+
"type": "option"
|
|
6661
|
+
},
|
|
6662
|
+
"json": {
|
|
6663
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
6664
|
+
"helpGroup": "GLOBAL",
|
|
6665
|
+
"name": "json",
|
|
6666
|
+
"allowNo": false,
|
|
6667
|
+
"type": "boolean"
|
|
6668
|
+
},
|
|
6669
|
+
"quiet": {
|
|
6670
|
+
"description": "Suppress all output except errors",
|
|
6671
|
+
"helpGroup": "GLOBAL",
|
|
6672
|
+
"name": "quiet",
|
|
6673
|
+
"allowNo": false,
|
|
6674
|
+
"type": "boolean"
|
|
6675
|
+
},
|
|
6676
|
+
"no-color": {
|
|
6677
|
+
"description": "Disable color output",
|
|
6678
|
+
"helpGroup": "GLOBAL",
|
|
6679
|
+
"name": "no-color",
|
|
6680
|
+
"allowNo": false,
|
|
6681
|
+
"type": "boolean"
|
|
6682
|
+
},
|
|
6683
|
+
"profile": {
|
|
6684
|
+
"description": "Named configuration profile to use",
|
|
6685
|
+
"helpGroup": "GLOBAL",
|
|
6686
|
+
"name": "profile",
|
|
6687
|
+
"default": "default",
|
|
6688
|
+
"hasDynamicHelp": false,
|
|
6689
|
+
"multiple": false,
|
|
6690
|
+
"type": "option"
|
|
6691
|
+
},
|
|
6692
|
+
"api-url": {
|
|
6693
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
6694
|
+
"helpGroup": "GLOBAL",
|
|
6695
|
+
"name": "api-url",
|
|
6696
|
+
"hasDynamicHelp": false,
|
|
6697
|
+
"multiple": false,
|
|
6698
|
+
"type": "option"
|
|
6699
|
+
},
|
|
6700
|
+
"channel": {
|
|
6701
|
+
"description": "Channel ID",
|
|
6702
|
+
"name": "channel",
|
|
6703
|
+
"required": true,
|
|
6704
|
+
"hasDynamicHelp": false,
|
|
6705
|
+
"multiple": false,
|
|
6706
|
+
"type": "option"
|
|
6707
|
+
},
|
|
6708
|
+
"name": {
|
|
6709
|
+
"description": "Segment name",
|
|
6710
|
+
"name": "name",
|
|
6711
|
+
"required": true,
|
|
6712
|
+
"hasDynamicHelp": false,
|
|
6713
|
+
"multiple": false,
|
|
6714
|
+
"type": "option"
|
|
6715
|
+
},
|
|
6716
|
+
"description": {
|
|
6717
|
+
"description": "Segment description",
|
|
6718
|
+
"name": "description",
|
|
6719
|
+
"hasDynamicHelp": false,
|
|
6720
|
+
"multiple": false,
|
|
6721
|
+
"type": "option"
|
|
6722
|
+
},
|
|
6723
|
+
"color": {
|
|
6724
|
+
"description": "Segment color as HEX",
|
|
6725
|
+
"name": "color",
|
|
6726
|
+
"hasDynamicHelp": false,
|
|
6727
|
+
"multiple": false,
|
|
6646
6728
|
"type": "option"
|
|
6647
6729
|
},
|
|
6648
|
-
"
|
|
6649
|
-
"description": "
|
|
6650
|
-
"
|
|
6651
|
-
"
|
|
6652
|
-
"
|
|
6653
|
-
"type": "
|
|
6654
|
-
},
|
|
6655
|
-
"quiet": {
|
|
6656
|
-
"description": "Suppress all output except errors",
|
|
6657
|
-
"helpGroup": "GLOBAL",
|
|
6658
|
-
"name": "quiet",
|
|
6659
|
-
"allowNo": false,
|
|
6660
|
-
"type": "boolean"
|
|
6661
|
-
},
|
|
6662
|
-
"no-color": {
|
|
6663
|
-
"description": "Disable color output",
|
|
6664
|
-
"helpGroup": "GLOBAL",
|
|
6665
|
-
"name": "no-color",
|
|
6666
|
-
"allowNo": false,
|
|
6667
|
-
"type": "boolean"
|
|
6730
|
+
"tags": {
|
|
6731
|
+
"description": "Tags for filtering recipients",
|
|
6732
|
+
"name": "tags",
|
|
6733
|
+
"hasDynamicHelp": false,
|
|
6734
|
+
"multiple": false,
|
|
6735
|
+
"type": "option"
|
|
6668
6736
|
},
|
|
6669
|
-
"
|
|
6670
|
-
"description": "
|
|
6671
|
-
"
|
|
6672
|
-
"name": "profile",
|
|
6673
|
-
"default": "default",
|
|
6737
|
+
"folder": {
|
|
6738
|
+
"description": "Object folder ID",
|
|
6739
|
+
"name": "folder",
|
|
6674
6740
|
"hasDynamicHelp": false,
|
|
6675
6741
|
"multiple": false,
|
|
6676
6742
|
"type": "option"
|
|
6677
6743
|
},
|
|
6678
|
-
"
|
|
6679
|
-
"description": "
|
|
6680
|
-
"
|
|
6681
|
-
"name": "api-url",
|
|
6744
|
+
"data": {
|
|
6745
|
+
"description": "Additional JSON object payload",
|
|
6746
|
+
"name": "data",
|
|
6682
6747
|
"hasDynamicHelp": false,
|
|
6683
6748
|
"multiple": false,
|
|
6684
6749
|
"type": "option"
|
|
@@ -6686,7 +6751,7 @@
|
|
|
6686
6751
|
},
|
|
6687
6752
|
"hasDynamicHelp": false,
|
|
6688
6753
|
"hiddenAliases": [],
|
|
6689
|
-
"id": "
|
|
6754
|
+
"id": "segments:create",
|
|
6690
6755
|
"pluginAlias": "@instantkom/cli",
|
|
6691
6756
|
"pluginName": "@instantkom/cli",
|
|
6692
6757
|
"pluginType": "core",
|
|
@@ -6696,20 +6761,20 @@
|
|
|
6696
6761
|
"relativePath": [
|
|
6697
6762
|
"dist",
|
|
6698
6763
|
"commands",
|
|
6699
|
-
"
|
|
6700
|
-
"
|
|
6764
|
+
"segments",
|
|
6765
|
+
"create.js"
|
|
6701
6766
|
]
|
|
6702
6767
|
},
|
|
6703
|
-
"
|
|
6768
|
+
"segments:delete": {
|
|
6704
6769
|
"aliases": [],
|
|
6705
6770
|
"args": {
|
|
6706
6771
|
"id": {
|
|
6707
|
-
"description": "
|
|
6772
|
+
"description": "segment ID",
|
|
6708
6773
|
"name": "id",
|
|
6709
6774
|
"required": true
|
|
6710
6775
|
}
|
|
6711
6776
|
},
|
|
6712
|
-
"description": "
|
|
6777
|
+
"description": "Delete segment",
|
|
6713
6778
|
"flags": {
|
|
6714
6779
|
"api-key": {
|
|
6715
6780
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6772,17 +6837,11 @@
|
|
|
6772
6837
|
"hasDynamicHelp": false,
|
|
6773
6838
|
"multiple": false,
|
|
6774
6839
|
"type": "option"
|
|
6775
|
-
},
|
|
6776
|
-
"spam": {
|
|
6777
|
-
"description": "Mark as spam",
|
|
6778
|
-
"name": "spam",
|
|
6779
|
-
"allowNo": true,
|
|
6780
|
-
"type": "boolean"
|
|
6781
6840
|
}
|
|
6782
6841
|
},
|
|
6783
6842
|
"hasDynamicHelp": false,
|
|
6784
6843
|
"hiddenAliases": [],
|
|
6785
|
-
"id": "
|
|
6844
|
+
"id": "segments:delete",
|
|
6786
6845
|
"pluginAlias": "@instantkom/cli",
|
|
6787
6846
|
"pluginName": "@instantkom/cli",
|
|
6788
6847
|
"pluginType": "core",
|
|
@@ -6792,14 +6851,20 @@
|
|
|
6792
6851
|
"relativePath": [
|
|
6793
6852
|
"dist",
|
|
6794
6853
|
"commands",
|
|
6795
|
-
"
|
|
6796
|
-
"
|
|
6854
|
+
"segments",
|
|
6855
|
+
"delete.js"
|
|
6797
6856
|
]
|
|
6798
6857
|
},
|
|
6799
|
-
"
|
|
6858
|
+
"segments:get": {
|
|
6800
6859
|
"aliases": [],
|
|
6801
|
-
"args": {
|
|
6802
|
-
|
|
6860
|
+
"args": {
|
|
6861
|
+
"id": {
|
|
6862
|
+
"description": "segment ID",
|
|
6863
|
+
"name": "id",
|
|
6864
|
+
"required": true
|
|
6865
|
+
}
|
|
6866
|
+
},
|
|
6867
|
+
"description": "Get segment by ID",
|
|
6803
6868
|
"flags": {
|
|
6804
6869
|
"api-key": {
|
|
6805
6870
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6866,7 +6931,7 @@
|
|
|
6866
6931
|
},
|
|
6867
6932
|
"hasDynamicHelp": false,
|
|
6868
6933
|
"hiddenAliases": [],
|
|
6869
|
-
"id": "
|
|
6934
|
+
"id": "segments:get",
|
|
6870
6935
|
"pluginAlias": "@instantkom/cli",
|
|
6871
6936
|
"pluginName": "@instantkom/cli",
|
|
6872
6937
|
"pluginType": "core",
|
|
@@ -6876,20 +6941,14 @@
|
|
|
6876
6941
|
"relativePath": [
|
|
6877
6942
|
"dist",
|
|
6878
6943
|
"commands",
|
|
6879
|
-
"
|
|
6880
|
-
"
|
|
6944
|
+
"segments",
|
|
6945
|
+
"get.js"
|
|
6881
6946
|
]
|
|
6882
6947
|
},
|
|
6883
|
-
"
|
|
6948
|
+
"segments:list": {
|
|
6884
6949
|
"aliases": [],
|
|
6885
|
-
"args": {
|
|
6886
|
-
|
|
6887
|
-
"description": "Message ID",
|
|
6888
|
-
"name": "id",
|
|
6889
|
-
"required": true
|
|
6890
|
-
}
|
|
6891
|
-
},
|
|
6892
|
-
"description": "Update a message",
|
|
6950
|
+
"args": {},
|
|
6951
|
+
"description": "List segments",
|
|
6893
6952
|
"flags": {
|
|
6894
6953
|
"api-key": {
|
|
6895
6954
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6953,57 +7012,58 @@
|
|
|
6953
7012
|
"multiple": false,
|
|
6954
7013
|
"type": "option"
|
|
6955
7014
|
},
|
|
6956
|
-
"
|
|
6957
|
-
"description": "
|
|
6958
|
-
"name": "
|
|
7015
|
+
"page": {
|
|
7016
|
+
"description": "Page number",
|
|
7017
|
+
"name": "page",
|
|
7018
|
+
"default": 1,
|
|
6959
7019
|
"hasDynamicHelp": false,
|
|
6960
7020
|
"multiple": false,
|
|
6961
7021
|
"type": "option"
|
|
6962
7022
|
},
|
|
6963
|
-
"
|
|
6964
|
-
"description": "
|
|
6965
|
-
"name": "
|
|
7023
|
+
"limit": {
|
|
7024
|
+
"description": "Items per page",
|
|
7025
|
+
"name": "limit",
|
|
7026
|
+
"default": 20,
|
|
6966
7027
|
"hasDynamicHelp": false,
|
|
6967
7028
|
"multiple": false,
|
|
6968
7029
|
"type": "option"
|
|
6969
7030
|
},
|
|
6970
|
-
"
|
|
6971
|
-
"description": "
|
|
6972
|
-
"name": "
|
|
6973
|
-
"
|
|
6974
|
-
"
|
|
6975
|
-
|
|
6976
|
-
"locked": {
|
|
6977
|
-
"description": "Lock message",
|
|
6978
|
-
"name": "locked",
|
|
6979
|
-
"allowNo": true,
|
|
6980
|
-
"type": "boolean"
|
|
7031
|
+
"channel": {
|
|
7032
|
+
"description": "Filter by channel ID",
|
|
7033
|
+
"name": "channel",
|
|
7034
|
+
"hasDynamicHelp": false,
|
|
7035
|
+
"multiple": false,
|
|
7036
|
+
"type": "option"
|
|
6981
7037
|
},
|
|
6982
|
-
"
|
|
6983
|
-
"description": "
|
|
6984
|
-
"name": "
|
|
7038
|
+
"search": {
|
|
7039
|
+
"description": "Search by name",
|
|
7040
|
+
"name": "search",
|
|
6985
7041
|
"hasDynamicHelp": false,
|
|
6986
7042
|
"multiple": false,
|
|
6987
7043
|
"type": "option"
|
|
6988
7044
|
},
|
|
6989
|
-
"
|
|
6990
|
-
"description": "
|
|
6991
|
-
"name": "
|
|
7045
|
+
"tags": {
|
|
7046
|
+
"description": "Comma-separated tag IDs",
|
|
7047
|
+
"name": "tags",
|
|
6992
7048
|
"hasDynamicHelp": false,
|
|
6993
7049
|
"multiple": false,
|
|
6994
7050
|
"type": "option"
|
|
6995
7051
|
},
|
|
6996
|
-
"
|
|
6997
|
-
"description": "
|
|
6998
|
-
"name": "
|
|
7052
|
+
"tag-match-mode": {
|
|
7053
|
+
"description": "Tag match mode",
|
|
7054
|
+
"name": "tag-match-mode",
|
|
6999
7055
|
"hasDynamicHelp": false,
|
|
7000
7056
|
"multiple": false,
|
|
7057
|
+
"options": [
|
|
7058
|
+
"any",
|
|
7059
|
+
"all"
|
|
7060
|
+
],
|
|
7001
7061
|
"type": "option"
|
|
7002
7062
|
}
|
|
7003
7063
|
},
|
|
7004
7064
|
"hasDynamicHelp": false,
|
|
7005
7065
|
"hiddenAliases": [],
|
|
7006
|
-
"id": "
|
|
7066
|
+
"id": "segments:list",
|
|
7007
7067
|
"pluginAlias": "@instantkom/cli",
|
|
7008
7068
|
"pluginName": "@instantkom/cli",
|
|
7009
7069
|
"pluginType": "core",
|
|
@@ -7013,14 +7073,20 @@
|
|
|
7013
7073
|
"relativePath": [
|
|
7014
7074
|
"dist",
|
|
7015
7075
|
"commands",
|
|
7016
|
-
"
|
|
7017
|
-
"
|
|
7076
|
+
"segments",
|
|
7077
|
+
"list.js"
|
|
7018
7078
|
]
|
|
7019
7079
|
},
|
|
7020
|
-
"segments:
|
|
7080
|
+
"segments:update": {
|
|
7021
7081
|
"aliases": [],
|
|
7022
|
-
"args": {
|
|
7023
|
-
|
|
7082
|
+
"args": {
|
|
7083
|
+
"id": {
|
|
7084
|
+
"description": "Segment ID",
|
|
7085
|
+
"name": "id",
|
|
7086
|
+
"required": true
|
|
7087
|
+
}
|
|
7088
|
+
},
|
|
7089
|
+
"description": "Update a segment",
|
|
7024
7090
|
"flags": {
|
|
7025
7091
|
"api-key": {
|
|
7026
7092
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7084,18 +7150,9 @@
|
|
|
7084
7150
|
"multiple": false,
|
|
7085
7151
|
"type": "option"
|
|
7086
7152
|
},
|
|
7087
|
-
"channel": {
|
|
7088
|
-
"description": "Channel ID",
|
|
7089
|
-
"name": "channel",
|
|
7090
|
-
"required": true,
|
|
7091
|
-
"hasDynamicHelp": false,
|
|
7092
|
-
"multiple": false,
|
|
7093
|
-
"type": "option"
|
|
7094
|
-
},
|
|
7095
7153
|
"name": {
|
|
7096
7154
|
"description": "Segment name",
|
|
7097
7155
|
"name": "name",
|
|
7098
|
-
"required": true,
|
|
7099
7156
|
"hasDynamicHelp": false,
|
|
7100
7157
|
"multiple": false,
|
|
7101
7158
|
"type": "option"
|
|
@@ -7138,7 +7195,7 @@
|
|
|
7138
7195
|
},
|
|
7139
7196
|
"hasDynamicHelp": false,
|
|
7140
7197
|
"hiddenAliases": [],
|
|
7141
|
-
"id": "segments:
|
|
7198
|
+
"id": "segments:update",
|
|
7142
7199
|
"pluginAlias": "@instantkom/cli",
|
|
7143
7200
|
"pluginName": "@instantkom/cli",
|
|
7144
7201
|
"pluginType": "core",
|
|
@@ -7149,19 +7206,13 @@
|
|
|
7149
7206
|
"dist",
|
|
7150
7207
|
"commands",
|
|
7151
7208
|
"segments",
|
|
7152
|
-
"
|
|
7209
|
+
"update.js"
|
|
7153
7210
|
]
|
|
7154
7211
|
},
|
|
7155
|
-
"
|
|
7212
|
+
"messages:bulk-spam": {
|
|
7156
7213
|
"aliases": [],
|
|
7157
|
-
"args": {
|
|
7158
|
-
|
|
7159
|
-
"description": "segment ID",
|
|
7160
|
-
"name": "id",
|
|
7161
|
-
"required": true
|
|
7162
|
-
}
|
|
7163
|
-
},
|
|
7164
|
-
"description": "Delete segment",
|
|
7214
|
+
"args": {},
|
|
7215
|
+
"description": "Mark or unmark multiple messages as spam",
|
|
7165
7216
|
"flags": {
|
|
7166
7217
|
"api-key": {
|
|
7167
7218
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7224,11 +7275,25 @@
|
|
|
7224
7275
|
"hasDynamicHelp": false,
|
|
7225
7276
|
"multiple": false,
|
|
7226
7277
|
"type": "option"
|
|
7278
|
+
},
|
|
7279
|
+
"ids": {
|
|
7280
|
+
"description": "Comma-separated message IDs",
|
|
7281
|
+
"name": "ids",
|
|
7282
|
+
"required": true,
|
|
7283
|
+
"hasDynamicHelp": false,
|
|
7284
|
+
"multiple": false,
|
|
7285
|
+
"type": "option"
|
|
7286
|
+
},
|
|
7287
|
+
"spam": {
|
|
7288
|
+
"description": "Mark messages as spam",
|
|
7289
|
+
"name": "spam",
|
|
7290
|
+
"allowNo": true,
|
|
7291
|
+
"type": "boolean"
|
|
7227
7292
|
}
|
|
7228
7293
|
},
|
|
7229
7294
|
"hasDynamicHelp": false,
|
|
7230
7295
|
"hiddenAliases": [],
|
|
7231
|
-
"id": "
|
|
7296
|
+
"id": "messages:bulk-spam",
|
|
7232
7297
|
"pluginAlias": "@instantkom/cli",
|
|
7233
7298
|
"pluginName": "@instantkom/cli",
|
|
7234
7299
|
"pluginType": "core",
|
|
@@ -7238,20 +7303,20 @@
|
|
|
7238
7303
|
"relativePath": [
|
|
7239
7304
|
"dist",
|
|
7240
7305
|
"commands",
|
|
7241
|
-
"
|
|
7242
|
-
"
|
|
7306
|
+
"messages",
|
|
7307
|
+
"bulk-spam.js"
|
|
7243
7308
|
]
|
|
7244
7309
|
},
|
|
7245
|
-
"
|
|
7310
|
+
"messages:create-ticket": {
|
|
7246
7311
|
"aliases": [],
|
|
7247
7312
|
"args": {
|
|
7248
7313
|
"id": {
|
|
7249
|
-
"description": "
|
|
7314
|
+
"description": "Message ID",
|
|
7250
7315
|
"name": "id",
|
|
7251
7316
|
"required": true
|
|
7252
7317
|
}
|
|
7253
7318
|
},
|
|
7254
|
-
"description": "
|
|
7319
|
+
"description": "Create a ticket from a message",
|
|
7255
7320
|
"flags": {
|
|
7256
7321
|
"api-key": {
|
|
7257
7322
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7314,11 +7379,32 @@
|
|
|
7314
7379
|
"hasDynamicHelp": false,
|
|
7315
7380
|
"multiple": false,
|
|
7316
7381
|
"type": "option"
|
|
7382
|
+
},
|
|
7383
|
+
"subject": {
|
|
7384
|
+
"description": "Ticket subject",
|
|
7385
|
+
"name": "subject",
|
|
7386
|
+
"hasDynamicHelp": false,
|
|
7387
|
+
"multiple": false,
|
|
7388
|
+
"type": "option"
|
|
7389
|
+
},
|
|
7390
|
+
"priority": {
|
|
7391
|
+
"description": "Ticket priority",
|
|
7392
|
+
"name": "priority",
|
|
7393
|
+
"hasDynamicHelp": false,
|
|
7394
|
+
"multiple": false,
|
|
7395
|
+
"type": "option"
|
|
7396
|
+
},
|
|
7397
|
+
"data": {
|
|
7398
|
+
"description": "Additional JSON object payload",
|
|
7399
|
+
"name": "data",
|
|
7400
|
+
"hasDynamicHelp": false,
|
|
7401
|
+
"multiple": false,
|
|
7402
|
+
"type": "option"
|
|
7317
7403
|
}
|
|
7318
7404
|
},
|
|
7319
7405
|
"hasDynamicHelp": false,
|
|
7320
7406
|
"hiddenAliases": [],
|
|
7321
|
-
"id": "
|
|
7407
|
+
"id": "messages:create-ticket",
|
|
7322
7408
|
"pluginAlias": "@instantkom/cli",
|
|
7323
7409
|
"pluginName": "@instantkom/cli",
|
|
7324
7410
|
"pluginType": "core",
|
|
@@ -7328,14 +7414,20 @@
|
|
|
7328
7414
|
"relativePath": [
|
|
7329
7415
|
"dist",
|
|
7330
7416
|
"commands",
|
|
7331
|
-
"
|
|
7332
|
-
"
|
|
7417
|
+
"messages",
|
|
7418
|
+
"create-ticket.js"
|
|
7333
7419
|
]
|
|
7334
7420
|
},
|
|
7335
|
-
"
|
|
7421
|
+
"messages:delete": {
|
|
7336
7422
|
"aliases": [],
|
|
7337
|
-
"args": {
|
|
7338
|
-
|
|
7423
|
+
"args": {
|
|
7424
|
+
"id": {
|
|
7425
|
+
"description": "message ID",
|
|
7426
|
+
"name": "id",
|
|
7427
|
+
"required": true
|
|
7428
|
+
}
|
|
7429
|
+
},
|
|
7430
|
+
"description": "Delete message",
|
|
7339
7431
|
"flags": {
|
|
7340
7432
|
"api-key": {
|
|
7341
7433
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7398,59 +7490,11 @@
|
|
|
7398
7490
|
"hasDynamicHelp": false,
|
|
7399
7491
|
"multiple": false,
|
|
7400
7492
|
"type": "option"
|
|
7401
|
-
},
|
|
7402
|
-
"page": {
|
|
7403
|
-
"description": "Page number",
|
|
7404
|
-
"name": "page",
|
|
7405
|
-
"default": 1,
|
|
7406
|
-
"hasDynamicHelp": false,
|
|
7407
|
-
"multiple": false,
|
|
7408
|
-
"type": "option"
|
|
7409
|
-
},
|
|
7410
|
-
"limit": {
|
|
7411
|
-
"description": "Items per page",
|
|
7412
|
-
"name": "limit",
|
|
7413
|
-
"default": 20,
|
|
7414
|
-
"hasDynamicHelp": false,
|
|
7415
|
-
"multiple": false,
|
|
7416
|
-
"type": "option"
|
|
7417
|
-
},
|
|
7418
|
-
"channel": {
|
|
7419
|
-
"description": "Filter by channel ID",
|
|
7420
|
-
"name": "channel",
|
|
7421
|
-
"hasDynamicHelp": false,
|
|
7422
|
-
"multiple": false,
|
|
7423
|
-
"type": "option"
|
|
7424
|
-
},
|
|
7425
|
-
"search": {
|
|
7426
|
-
"description": "Search by name",
|
|
7427
|
-
"name": "search",
|
|
7428
|
-
"hasDynamicHelp": false,
|
|
7429
|
-
"multiple": false,
|
|
7430
|
-
"type": "option"
|
|
7431
|
-
},
|
|
7432
|
-
"tags": {
|
|
7433
|
-
"description": "Comma-separated tag IDs",
|
|
7434
|
-
"name": "tags",
|
|
7435
|
-
"hasDynamicHelp": false,
|
|
7436
|
-
"multiple": false,
|
|
7437
|
-
"type": "option"
|
|
7438
|
-
},
|
|
7439
|
-
"tag-match-mode": {
|
|
7440
|
-
"description": "Tag match mode",
|
|
7441
|
-
"name": "tag-match-mode",
|
|
7442
|
-
"hasDynamicHelp": false,
|
|
7443
|
-
"multiple": false,
|
|
7444
|
-
"options": [
|
|
7445
|
-
"any",
|
|
7446
|
-
"all"
|
|
7447
|
-
],
|
|
7448
|
-
"type": "option"
|
|
7449
7493
|
}
|
|
7450
7494
|
},
|
|
7451
7495
|
"hasDynamicHelp": false,
|
|
7452
7496
|
"hiddenAliases": [],
|
|
7453
|
-
"id": "
|
|
7497
|
+
"id": "messages:delete",
|
|
7454
7498
|
"pluginAlias": "@instantkom/cli",
|
|
7455
7499
|
"pluginName": "@instantkom/cli",
|
|
7456
7500
|
"pluginType": "core",
|
|
@@ -7460,20 +7504,20 @@
|
|
|
7460
7504
|
"relativePath": [
|
|
7461
7505
|
"dist",
|
|
7462
7506
|
"commands",
|
|
7463
|
-
"
|
|
7464
|
-
"
|
|
7507
|
+
"messages",
|
|
7508
|
+
"delete.js"
|
|
7465
7509
|
]
|
|
7466
7510
|
},
|
|
7467
|
-
"
|
|
7511
|
+
"messages:get": {
|
|
7468
7512
|
"aliases": [],
|
|
7469
7513
|
"args": {
|
|
7470
7514
|
"id": {
|
|
7471
|
-
"description": "
|
|
7515
|
+
"description": "message ID",
|
|
7472
7516
|
"name": "id",
|
|
7473
7517
|
"required": true
|
|
7474
7518
|
}
|
|
7475
7519
|
},
|
|
7476
|
-
"description": "
|
|
7520
|
+
"description": "Get message by ID",
|
|
7477
7521
|
"flags": {
|
|
7478
7522
|
"api-key": {
|
|
7479
7523
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7536,53 +7580,11 @@
|
|
|
7536
7580
|
"hasDynamicHelp": false,
|
|
7537
7581
|
"multiple": false,
|
|
7538
7582
|
"type": "option"
|
|
7539
|
-
},
|
|
7540
|
-
"name": {
|
|
7541
|
-
"description": "Segment name",
|
|
7542
|
-
"name": "name",
|
|
7543
|
-
"hasDynamicHelp": false,
|
|
7544
|
-
"multiple": false,
|
|
7545
|
-
"type": "option"
|
|
7546
|
-
},
|
|
7547
|
-
"description": {
|
|
7548
|
-
"description": "Segment description",
|
|
7549
|
-
"name": "description",
|
|
7550
|
-
"hasDynamicHelp": false,
|
|
7551
|
-
"multiple": false,
|
|
7552
|
-
"type": "option"
|
|
7553
|
-
},
|
|
7554
|
-
"color": {
|
|
7555
|
-
"description": "Segment color as HEX",
|
|
7556
|
-
"name": "color",
|
|
7557
|
-
"hasDynamicHelp": false,
|
|
7558
|
-
"multiple": false,
|
|
7559
|
-
"type": "option"
|
|
7560
|
-
},
|
|
7561
|
-
"tags": {
|
|
7562
|
-
"description": "Tags for filtering recipients",
|
|
7563
|
-
"name": "tags",
|
|
7564
|
-
"hasDynamicHelp": false,
|
|
7565
|
-
"multiple": false,
|
|
7566
|
-
"type": "option"
|
|
7567
|
-
},
|
|
7568
|
-
"folder": {
|
|
7569
|
-
"description": "Object folder ID",
|
|
7570
|
-
"name": "folder",
|
|
7571
|
-
"hasDynamicHelp": false,
|
|
7572
|
-
"multiple": false,
|
|
7573
|
-
"type": "option"
|
|
7574
|
-
},
|
|
7575
|
-
"data": {
|
|
7576
|
-
"description": "Additional JSON object payload",
|
|
7577
|
-
"name": "data",
|
|
7578
|
-
"hasDynamicHelp": false,
|
|
7579
|
-
"multiple": false,
|
|
7580
|
-
"type": "option"
|
|
7581
7583
|
}
|
|
7582
7584
|
},
|
|
7583
7585
|
"hasDynamicHelp": false,
|
|
7584
7586
|
"hiddenAliases": [],
|
|
7585
|
-
"id": "
|
|
7587
|
+
"id": "messages:get",
|
|
7586
7588
|
"pluginAlias": "@instantkom/cli",
|
|
7587
7589
|
"pluginName": "@instantkom/cli",
|
|
7588
7590
|
"pluginType": "core",
|
|
@@ -7592,14 +7594,14 @@
|
|
|
7592
7594
|
"relativePath": [
|
|
7593
7595
|
"dist",
|
|
7594
7596
|
"commands",
|
|
7595
|
-
"
|
|
7596
|
-
"
|
|
7597
|
+
"messages",
|
|
7598
|
+
"get.js"
|
|
7597
7599
|
]
|
|
7598
7600
|
},
|
|
7599
|
-
"
|
|
7601
|
+
"messages:list": {
|
|
7600
7602
|
"aliases": [],
|
|
7601
7603
|
"args": {},
|
|
7602
|
-
"description": "
|
|
7604
|
+
"description": "List messages",
|
|
7603
7605
|
"flags": {
|
|
7604
7606
|
"api-key": {
|
|
7605
7607
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7663,54 +7665,71 @@
|
|
|
7663
7665
|
"multiple": false,
|
|
7664
7666
|
"type": "option"
|
|
7665
7667
|
},
|
|
7666
|
-
"
|
|
7667
|
-
"description": "
|
|
7668
|
-
"name": "
|
|
7669
|
-
"
|
|
7668
|
+
"page": {
|
|
7669
|
+
"description": "Page number",
|
|
7670
|
+
"name": "page",
|
|
7671
|
+
"default": 1,
|
|
7670
7672
|
"hasDynamicHelp": false,
|
|
7671
7673
|
"multiple": false,
|
|
7672
7674
|
"type": "option"
|
|
7673
7675
|
},
|
|
7674
|
-
"
|
|
7675
|
-
"description": "
|
|
7676
|
-
"name": "
|
|
7677
|
-
"
|
|
7676
|
+
"limit": {
|
|
7677
|
+
"description": "Items per page",
|
|
7678
|
+
"name": "limit",
|
|
7679
|
+
"default": 20,
|
|
7678
7680
|
"hasDynamicHelp": false,
|
|
7679
7681
|
"multiple": false,
|
|
7680
7682
|
"type": "option"
|
|
7681
7683
|
},
|
|
7682
|
-
"
|
|
7683
|
-
"description": "
|
|
7684
|
-
"name": "
|
|
7684
|
+
"channel": {
|
|
7685
|
+
"description": "Filter by channel ID",
|
|
7686
|
+
"name": "channel",
|
|
7685
7687
|
"hasDynamicHelp": false,
|
|
7686
7688
|
"multiple": false,
|
|
7687
7689
|
"type": "option"
|
|
7688
7690
|
},
|
|
7689
|
-
"
|
|
7690
|
-
"description": "
|
|
7691
|
-
"name": "
|
|
7691
|
+
"recipient": {
|
|
7692
|
+
"description": "Filter by recipient ID",
|
|
7693
|
+
"name": "recipient",
|
|
7692
7694
|
"hasDynamicHelp": false,
|
|
7693
7695
|
"multiple": false,
|
|
7694
7696
|
"type": "option"
|
|
7695
7697
|
},
|
|
7696
|
-
"
|
|
7697
|
-
"description": "
|
|
7698
|
-
"name": "
|
|
7698
|
+
"direction": {
|
|
7699
|
+
"description": "Direction",
|
|
7700
|
+
"name": "direction",
|
|
7699
7701
|
"hasDynamicHelp": false,
|
|
7700
7702
|
"multiple": false,
|
|
7703
|
+
"options": [
|
|
7704
|
+
"s",
|
|
7705
|
+
"r"
|
|
7706
|
+
],
|
|
7701
7707
|
"type": "option"
|
|
7702
7708
|
},
|
|
7703
|
-
"
|
|
7704
|
-
"description": "
|
|
7705
|
-
"name": "
|
|
7709
|
+
"type": {
|
|
7710
|
+
"description": "Message type",
|
|
7711
|
+
"name": "type",
|
|
7712
|
+
"hasDynamicHelp": false,
|
|
7713
|
+
"multiple": false,
|
|
7714
|
+
"type": "option"
|
|
7715
|
+
},
|
|
7716
|
+
"search": {
|
|
7717
|
+
"description": "Search messages",
|
|
7718
|
+
"name": "search",
|
|
7706
7719
|
"hasDynamicHelp": false,
|
|
7707
7720
|
"multiple": false,
|
|
7708
7721
|
"type": "option"
|
|
7722
|
+
},
|
|
7723
|
+
"spam": {
|
|
7724
|
+
"description": "Filter spam messages",
|
|
7725
|
+
"name": "spam",
|
|
7726
|
+
"allowNo": false,
|
|
7727
|
+
"type": "boolean"
|
|
7709
7728
|
}
|
|
7710
7729
|
},
|
|
7711
7730
|
"hasDynamicHelp": false,
|
|
7712
7731
|
"hiddenAliases": [],
|
|
7713
|
-
"id": "
|
|
7732
|
+
"id": "messages:list",
|
|
7714
7733
|
"pluginAlias": "@instantkom/cli",
|
|
7715
7734
|
"pluginName": "@instantkom/cli",
|
|
7716
7735
|
"pluginType": "core",
|
|
@@ -7720,20 +7739,20 @@
|
|
|
7720
7739
|
"relativePath": [
|
|
7721
7740
|
"dist",
|
|
7722
7741
|
"commands",
|
|
7723
|
-
"
|
|
7724
|
-
"
|
|
7742
|
+
"messages",
|
|
7743
|
+
"list.js"
|
|
7725
7744
|
]
|
|
7726
7745
|
},
|
|
7727
|
-
"
|
|
7746
|
+
"messages:reactions": {
|
|
7728
7747
|
"aliases": [],
|
|
7729
7748
|
"args": {
|
|
7730
7749
|
"id": {
|
|
7731
|
-
"description": "
|
|
7750
|
+
"description": "Message ID",
|
|
7732
7751
|
"name": "id",
|
|
7733
7752
|
"required": true
|
|
7734
7753
|
}
|
|
7735
7754
|
},
|
|
7736
|
-
"description": "
|
|
7755
|
+
"description": "Get reactions to a message",
|
|
7737
7756
|
"flags": {
|
|
7738
7757
|
"api-key": {
|
|
7739
7758
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7800,7 +7819,7 @@
|
|
|
7800
7819
|
},
|
|
7801
7820
|
"hasDynamicHelp": false,
|
|
7802
7821
|
"hiddenAliases": [],
|
|
7803
|
-
"id": "
|
|
7822
|
+
"id": "messages:reactions",
|
|
7804
7823
|
"pluginAlias": "@instantkom/cli",
|
|
7805
7824
|
"pluginName": "@instantkom/cli",
|
|
7806
7825
|
"pluginType": "core",
|
|
@@ -7810,20 +7829,20 @@
|
|
|
7810
7829
|
"relativePath": [
|
|
7811
7830
|
"dist",
|
|
7812
7831
|
"commands",
|
|
7813
|
-
"
|
|
7814
|
-
"
|
|
7832
|
+
"messages",
|
|
7833
|
+
"reactions.js"
|
|
7815
7834
|
]
|
|
7816
7835
|
},
|
|
7817
|
-
"
|
|
7836
|
+
"messages:spam": {
|
|
7818
7837
|
"aliases": [],
|
|
7819
7838
|
"args": {
|
|
7820
7839
|
"id": {
|
|
7821
|
-
"description": "
|
|
7840
|
+
"description": "Message ID",
|
|
7822
7841
|
"name": "id",
|
|
7823
7842
|
"required": true
|
|
7824
7843
|
}
|
|
7825
7844
|
},
|
|
7826
|
-
"description": "
|
|
7845
|
+
"description": "Mark or unmark a message as spam",
|
|
7827
7846
|
"flags": {
|
|
7828
7847
|
"api-key": {
|
|
7829
7848
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7886,11 +7905,17 @@
|
|
|
7886
7905
|
"hasDynamicHelp": false,
|
|
7887
7906
|
"multiple": false,
|
|
7888
7907
|
"type": "option"
|
|
7908
|
+
},
|
|
7909
|
+
"spam": {
|
|
7910
|
+
"description": "Mark as spam",
|
|
7911
|
+
"name": "spam",
|
|
7912
|
+
"allowNo": true,
|
|
7913
|
+
"type": "boolean"
|
|
7889
7914
|
}
|
|
7890
7915
|
},
|
|
7891
7916
|
"hasDynamicHelp": false,
|
|
7892
7917
|
"hiddenAliases": [],
|
|
7893
|
-
"id": "
|
|
7918
|
+
"id": "messages:spam",
|
|
7894
7919
|
"pluginAlias": "@instantkom/cli",
|
|
7895
7920
|
"pluginName": "@instantkom/cli",
|
|
7896
7921
|
"pluginType": "core",
|
|
@@ -7900,14 +7925,14 @@
|
|
|
7900
7925
|
"relativePath": [
|
|
7901
7926
|
"dist",
|
|
7902
7927
|
"commands",
|
|
7903
|
-
"
|
|
7904
|
-
"
|
|
7928
|
+
"messages",
|
|
7929
|
+
"spam.js"
|
|
7905
7930
|
]
|
|
7906
7931
|
},
|
|
7907
|
-
"
|
|
7932
|
+
"messages:unread-count": {
|
|
7908
7933
|
"aliases": [],
|
|
7909
7934
|
"args": {},
|
|
7910
|
-
"description": "
|
|
7935
|
+
"description": "Get unread inbox message count",
|
|
7911
7936
|
"flags": {
|
|
7912
7937
|
"api-key": {
|
|
7913
7938
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7963,47 +7988,10 @@
|
|
|
7963
7988
|
"multiple": false,
|
|
7964
7989
|
"type": "option"
|
|
7965
7990
|
},
|
|
7966
|
-
"api-url": {
|
|
7967
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
7968
|
-
"helpGroup": "GLOBAL",
|
|
7969
|
-
"name": "api-url",
|
|
7970
|
-
"hasDynamicHelp": false,
|
|
7971
|
-
"multiple": false,
|
|
7972
|
-
"type": "option"
|
|
7973
|
-
},
|
|
7974
|
-
"page": {
|
|
7975
|
-
"description": "Page number",
|
|
7976
|
-
"name": "page",
|
|
7977
|
-
"default": 1,
|
|
7978
|
-
"hasDynamicHelp": false,
|
|
7979
|
-
"multiple": false,
|
|
7980
|
-
"type": "option"
|
|
7981
|
-
},
|
|
7982
|
-
"limit": {
|
|
7983
|
-
"description": "Items per page",
|
|
7984
|
-
"name": "limit",
|
|
7985
|
-
"default": 20,
|
|
7986
|
-
"hasDynamicHelp": false,
|
|
7987
|
-
"multiple": false,
|
|
7988
|
-
"type": "option"
|
|
7989
|
-
},
|
|
7990
|
-
"channel": {
|
|
7991
|
-
"description": "Filter by channel ID",
|
|
7992
|
-
"name": "channel",
|
|
7993
|
-
"hasDynamicHelp": false,
|
|
7994
|
-
"multiple": false,
|
|
7995
|
-
"type": "option"
|
|
7996
|
-
},
|
|
7997
|
-
"search": {
|
|
7998
|
-
"description": "Search in flow name or description",
|
|
7999
|
-
"name": "search",
|
|
8000
|
-
"hasDynamicHelp": false,
|
|
8001
|
-
"multiple": false,
|
|
8002
|
-
"type": "option"
|
|
8003
|
-
},
|
|
8004
|
-
"folder": {
|
|
8005
|
-
"description": "Filter by folder ID",
|
|
8006
|
-
"name": "folder",
|
|
7991
|
+
"api-url": {
|
|
7992
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
7993
|
+
"helpGroup": "GLOBAL",
|
|
7994
|
+
"name": "api-url",
|
|
8007
7995
|
"hasDynamicHelp": false,
|
|
8008
7996
|
"multiple": false,
|
|
8009
7997
|
"type": "option"
|
|
@@ -8011,7 +7999,7 @@
|
|
|
8011
7999
|
},
|
|
8012
8000
|
"hasDynamicHelp": false,
|
|
8013
8001
|
"hiddenAliases": [],
|
|
8014
|
-
"id": "
|
|
8002
|
+
"id": "messages:unread-count",
|
|
8015
8003
|
"pluginAlias": "@instantkom/cli",
|
|
8016
8004
|
"pluginName": "@instantkom/cli",
|
|
8017
8005
|
"pluginType": "core",
|
|
@@ -8021,20 +8009,20 @@
|
|
|
8021
8009
|
"relativePath": [
|
|
8022
8010
|
"dist",
|
|
8023
8011
|
"commands",
|
|
8024
|
-
"
|
|
8025
|
-
"
|
|
8012
|
+
"messages",
|
|
8013
|
+
"unread-count.js"
|
|
8026
8014
|
]
|
|
8027
8015
|
},
|
|
8028
|
-
"
|
|
8016
|
+
"messages:update": {
|
|
8029
8017
|
"aliases": [],
|
|
8030
8018
|
"args": {
|
|
8031
8019
|
"id": {
|
|
8032
|
-
"description": "
|
|
8020
|
+
"description": "Message ID",
|
|
8033
8021
|
"name": "id",
|
|
8034
8022
|
"required": true
|
|
8035
8023
|
}
|
|
8036
8024
|
},
|
|
8037
|
-
"description": "Update a
|
|
8025
|
+
"description": "Update a message",
|
|
8038
8026
|
"flags": {
|
|
8039
8027
|
"api-key": {
|
|
8040
8028
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8098,30 +8086,42 @@
|
|
|
8098
8086
|
"multiple": false,
|
|
8099
8087
|
"type": "option"
|
|
8100
8088
|
},
|
|
8101
|
-
"
|
|
8102
|
-
"description": "
|
|
8103
|
-
"name": "
|
|
8089
|
+
"message": {
|
|
8090
|
+
"description": "Message content",
|
|
8091
|
+
"name": "message",
|
|
8104
8092
|
"hasDynamicHelp": false,
|
|
8105
8093
|
"multiple": false,
|
|
8106
8094
|
"type": "option"
|
|
8107
8095
|
},
|
|
8108
|
-
"
|
|
8109
|
-
"description": "
|
|
8110
|
-
"name": "
|
|
8096
|
+
"scheduled-at": {
|
|
8097
|
+
"description": "Unix timestamp for scheduled send",
|
|
8098
|
+
"name": "scheduled-at",
|
|
8111
8099
|
"hasDynamicHelp": false,
|
|
8112
8100
|
"multiple": false,
|
|
8113
8101
|
"type": "option"
|
|
8114
8102
|
},
|
|
8115
|
-
"
|
|
8116
|
-
"description": "
|
|
8117
|
-
"name": "
|
|
8103
|
+
"hidden": {
|
|
8104
|
+
"description": "Hide message",
|
|
8105
|
+
"name": "hidden",
|
|
8106
|
+
"allowNo": true,
|
|
8107
|
+
"type": "boolean"
|
|
8108
|
+
},
|
|
8109
|
+
"locked": {
|
|
8110
|
+
"description": "Lock message",
|
|
8111
|
+
"name": "locked",
|
|
8112
|
+
"allowNo": true,
|
|
8113
|
+
"type": "boolean"
|
|
8114
|
+
},
|
|
8115
|
+
"buttons": {
|
|
8116
|
+
"description": "Buttons JSON array",
|
|
8117
|
+
"name": "buttons",
|
|
8118
8118
|
"hasDynamicHelp": false,
|
|
8119
8119
|
"multiple": false,
|
|
8120
8120
|
"type": "option"
|
|
8121
8121
|
},
|
|
8122
|
-
"
|
|
8123
|
-
"description": "
|
|
8124
|
-
"name": "
|
|
8122
|
+
"header-footer": {
|
|
8123
|
+
"description": "Header/footer JSON object",
|
|
8124
|
+
"name": "header-footer",
|
|
8125
8125
|
"hasDynamicHelp": false,
|
|
8126
8126
|
"multiple": false,
|
|
8127
8127
|
"type": "option"
|
|
@@ -8136,7 +8136,7 @@
|
|
|
8136
8136
|
},
|
|
8137
8137
|
"hasDynamicHelp": false,
|
|
8138
8138
|
"hiddenAliases": [],
|
|
8139
|
-
"id": "
|
|
8139
|
+
"id": "messages:update",
|
|
8140
8140
|
"pluginAlias": "@instantkom/cli",
|
|
8141
8141
|
"pluginName": "@instantkom/cli",
|
|
8142
8142
|
"pluginType": "core",
|
|
@@ -8146,7 +8146,7 @@
|
|
|
8146
8146
|
"relativePath": [
|
|
8147
8147
|
"dist",
|
|
8148
8148
|
"commands",
|
|
8149
|
-
"
|
|
8149
|
+
"messages",
|
|
8150
8150
|
"update.js"
|
|
8151
8151
|
]
|
|
8152
8152
|
},
|
|
@@ -13694,21 +13694,16 @@
|
|
|
13694
13694
|
"remove.js"
|
|
13695
13695
|
]
|
|
13696
13696
|
},
|
|
13697
|
-
"
|
|
13697
|
+
"flow:edges:create": {
|
|
13698
13698
|
"aliases": [],
|
|
13699
13699
|
"args": {
|
|
13700
|
-
"
|
|
13701
|
-
"description": "
|
|
13702
|
-
"name": "
|
|
13703
|
-
"required": true
|
|
13704
|
-
},
|
|
13705
|
-
"fieldId": {
|
|
13706
|
-
"description": "Custom field ID",
|
|
13707
|
-
"name": "fieldId",
|
|
13700
|
+
"flowId": {
|
|
13701
|
+
"description": "Flow ID",
|
|
13702
|
+
"name": "flowId",
|
|
13708
13703
|
"required": true
|
|
13709
13704
|
}
|
|
13710
13705
|
},
|
|
13711
|
-
"description": "
|
|
13706
|
+
"description": "Create a flow edge",
|
|
13712
13707
|
"flags": {
|
|
13713
13708
|
"api-key": {
|
|
13714
13709
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13771,11 +13766,49 @@
|
|
|
13771
13766
|
"hasDynamicHelp": false,
|
|
13772
13767
|
"multiple": false,
|
|
13773
13768
|
"type": "option"
|
|
13769
|
+
},
|
|
13770
|
+
"source": {
|
|
13771
|
+
"description": "Source node ID",
|
|
13772
|
+
"name": "source",
|
|
13773
|
+
"required": true,
|
|
13774
|
+
"hasDynamicHelp": false,
|
|
13775
|
+
"multiple": false,
|
|
13776
|
+
"type": "option"
|
|
13777
|
+
},
|
|
13778
|
+
"target": {
|
|
13779
|
+
"description": "Target node ID",
|
|
13780
|
+
"name": "target",
|
|
13781
|
+
"required": true,
|
|
13782
|
+
"hasDynamicHelp": false,
|
|
13783
|
+
"multiple": false,
|
|
13784
|
+
"type": "option"
|
|
13785
|
+
},
|
|
13786
|
+
"label": {
|
|
13787
|
+
"description": "Edge label",
|
|
13788
|
+
"name": "label",
|
|
13789
|
+
"hasDynamicHelp": false,
|
|
13790
|
+
"multiple": false,
|
|
13791
|
+
"type": "option"
|
|
13792
|
+
},
|
|
13793
|
+
"type": {
|
|
13794
|
+
"description": "Edge type",
|
|
13795
|
+
"name": "type",
|
|
13796
|
+
"default": "default",
|
|
13797
|
+
"hasDynamicHelp": false,
|
|
13798
|
+
"multiple": false,
|
|
13799
|
+
"type": "option"
|
|
13800
|
+
},
|
|
13801
|
+
"data": {
|
|
13802
|
+
"description": "Additional JSON object payload",
|
|
13803
|
+
"name": "data",
|
|
13804
|
+
"hasDynamicHelp": false,
|
|
13805
|
+
"multiple": false,
|
|
13806
|
+
"type": "option"
|
|
13774
13807
|
}
|
|
13775
13808
|
},
|
|
13776
13809
|
"hasDynamicHelp": false,
|
|
13777
13810
|
"hiddenAliases": [],
|
|
13778
|
-
"id": "
|
|
13811
|
+
"id": "flow:edges:create",
|
|
13779
13812
|
"pluginAlias": "@instantkom/cli",
|
|
13780
13813
|
"pluginName": "@instantkom/cli",
|
|
13781
13814
|
"pluginType": "core",
|
|
@@ -13785,21 +13818,26 @@
|
|
|
13785
13818
|
"relativePath": [
|
|
13786
13819
|
"dist",
|
|
13787
13820
|
"commands",
|
|
13788
|
-
"
|
|
13789
|
-
"
|
|
13790
|
-
"
|
|
13821
|
+
"flow",
|
|
13822
|
+
"edges",
|
|
13823
|
+
"create.js"
|
|
13791
13824
|
]
|
|
13792
13825
|
},
|
|
13793
|
-
"
|
|
13826
|
+
"flow:edges:delete": {
|
|
13794
13827
|
"aliases": [],
|
|
13795
13828
|
"args": {
|
|
13796
|
-
"
|
|
13797
|
-
"description": "
|
|
13798
|
-
"name": "
|
|
13829
|
+
"flowId": {
|
|
13830
|
+
"description": "Flow ID",
|
|
13831
|
+
"name": "flowId",
|
|
13832
|
+
"required": true
|
|
13833
|
+
},
|
|
13834
|
+
"edgeId": {
|
|
13835
|
+
"description": "Edge ID",
|
|
13836
|
+
"name": "edgeId",
|
|
13799
13837
|
"required": true
|
|
13800
13838
|
}
|
|
13801
13839
|
},
|
|
13802
|
-
"description": "
|
|
13840
|
+
"description": "Delete a flow edge",
|
|
13803
13841
|
"flags": {
|
|
13804
13842
|
"api-key": {
|
|
13805
13843
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13866,7 +13904,7 @@
|
|
|
13866
13904
|
},
|
|
13867
13905
|
"hasDynamicHelp": false,
|
|
13868
13906
|
"hiddenAliases": [],
|
|
13869
|
-
"id": "
|
|
13907
|
+
"id": "flow:edges:delete",
|
|
13870
13908
|
"pluginAlias": "@instantkom/cli",
|
|
13871
13909
|
"pluginName": "@instantkom/cli",
|
|
13872
13910
|
"pluginType": "core",
|
|
@@ -13876,26 +13914,26 @@
|
|
|
13876
13914
|
"relativePath": [
|
|
13877
13915
|
"dist",
|
|
13878
13916
|
"commands",
|
|
13879
|
-
"
|
|
13880
|
-
"
|
|
13881
|
-
"
|
|
13917
|
+
"flow",
|
|
13918
|
+
"edges",
|
|
13919
|
+
"delete.js"
|
|
13882
13920
|
]
|
|
13883
13921
|
},
|
|
13884
|
-
"
|
|
13922
|
+
"flow:edges:get": {
|
|
13885
13923
|
"aliases": [],
|
|
13886
13924
|
"args": {
|
|
13887
|
-
"
|
|
13888
|
-
"description": "
|
|
13889
|
-
"name": "
|
|
13925
|
+
"flowId": {
|
|
13926
|
+
"description": "Flow ID",
|
|
13927
|
+
"name": "flowId",
|
|
13890
13928
|
"required": true
|
|
13891
13929
|
},
|
|
13892
|
-
"
|
|
13893
|
-
"description": "
|
|
13894
|
-
"name": "
|
|
13930
|
+
"edgeId": {
|
|
13931
|
+
"description": "Edge ID",
|
|
13932
|
+
"name": "edgeId",
|
|
13895
13933
|
"required": true
|
|
13896
13934
|
}
|
|
13897
13935
|
},
|
|
13898
|
-
"description": "
|
|
13936
|
+
"description": "Get a flow edge",
|
|
13899
13937
|
"flags": {
|
|
13900
13938
|
"api-key": {
|
|
13901
13939
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13958,19 +13996,11 @@
|
|
|
13958
13996
|
"hasDynamicHelp": false,
|
|
13959
13997
|
"multiple": false,
|
|
13960
13998
|
"type": "option"
|
|
13961
|
-
},
|
|
13962
|
-
"value": {
|
|
13963
|
-
"description": "Custom field value",
|
|
13964
|
-
"name": "value",
|
|
13965
|
-
"required": true,
|
|
13966
|
-
"hasDynamicHelp": false,
|
|
13967
|
-
"multiple": false,
|
|
13968
|
-
"type": "option"
|
|
13969
13999
|
}
|
|
13970
14000
|
},
|
|
13971
14001
|
"hasDynamicHelp": false,
|
|
13972
14002
|
"hiddenAliases": [],
|
|
13973
|
-
"id": "
|
|
14003
|
+
"id": "flow:edges:get",
|
|
13974
14004
|
"pluginAlias": "@instantkom/cli",
|
|
13975
14005
|
"pluginName": "@instantkom/cli",
|
|
13976
14006
|
"pluginType": "core",
|
|
@@ -13980,21 +14010,21 @@
|
|
|
13980
14010
|
"relativePath": [
|
|
13981
14011
|
"dist",
|
|
13982
14012
|
"commands",
|
|
13983
|
-
"
|
|
13984
|
-
"
|
|
13985
|
-
"
|
|
14013
|
+
"flow",
|
|
14014
|
+
"edges",
|
|
14015
|
+
"get.js"
|
|
13986
14016
|
]
|
|
13987
14017
|
},
|
|
13988
|
-
"
|
|
14018
|
+
"flow:edges:list": {
|
|
13989
14019
|
"aliases": [],
|
|
13990
14020
|
"args": {
|
|
13991
|
-
"
|
|
13992
|
-
"description": "
|
|
13993
|
-
"name": "
|
|
14021
|
+
"flowId": {
|
|
14022
|
+
"description": "Flow ID",
|
|
14023
|
+
"name": "flowId",
|
|
13994
14024
|
"required": true
|
|
13995
14025
|
}
|
|
13996
14026
|
},
|
|
13997
|
-
"description": "
|
|
14027
|
+
"description": "List edges in a flow",
|
|
13998
14028
|
"flags": {
|
|
13999
14029
|
"api-key": {
|
|
14000
14030
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14057,32 +14087,11 @@
|
|
|
14057
14087
|
"hasDynamicHelp": false,
|
|
14058
14088
|
"multiple": false,
|
|
14059
14089
|
"type": "option"
|
|
14060
|
-
},
|
|
14061
|
-
"values": {
|
|
14062
|
-
"description": "JSON object with field keys as property names",
|
|
14063
|
-
"name": "values",
|
|
14064
|
-
"hasDynamicHelp": false,
|
|
14065
|
-
"multiple": false,
|
|
14066
|
-
"type": "option"
|
|
14067
|
-
},
|
|
14068
|
-
"file": {
|
|
14069
|
-
"description": "Path to a JSON file with field keys as property names",
|
|
14070
|
-
"name": "file",
|
|
14071
|
-
"hasDynamicHelp": false,
|
|
14072
|
-
"multiple": false,
|
|
14073
|
-
"type": "option"
|
|
14074
|
-
},
|
|
14075
|
-
"data": {
|
|
14076
|
-
"description": "Additional JSON object payload",
|
|
14077
|
-
"name": "data",
|
|
14078
|
-
"hasDynamicHelp": false,
|
|
14079
|
-
"multiple": false,
|
|
14080
|
-
"type": "option"
|
|
14081
14090
|
}
|
|
14082
14091
|
},
|
|
14083
14092
|
"hasDynamicHelp": false,
|
|
14084
14093
|
"hiddenAliases": [],
|
|
14085
|
-
"id": "
|
|
14094
|
+
"id": "flow:edges:list",
|
|
14086
14095
|
"pluginAlias": "@instantkom/cli",
|
|
14087
14096
|
"pluginName": "@instantkom/cli",
|
|
14088
14097
|
"pluginType": "core",
|
|
@@ -14092,26 +14101,26 @@
|
|
|
14092
14101
|
"relativePath": [
|
|
14093
14102
|
"dist",
|
|
14094
14103
|
"commands",
|
|
14095
|
-
"
|
|
14096
|
-
"
|
|
14097
|
-
"
|
|
14104
|
+
"flow",
|
|
14105
|
+
"edges",
|
|
14106
|
+
"list.js"
|
|
14098
14107
|
]
|
|
14099
14108
|
},
|
|
14100
|
-
"
|
|
14109
|
+
"flow:edges:update": {
|
|
14101
14110
|
"aliases": [],
|
|
14102
14111
|
"args": {
|
|
14103
|
-
"
|
|
14104
|
-
"description": "
|
|
14105
|
-
"name": "
|
|
14112
|
+
"flowId": {
|
|
14113
|
+
"description": "Flow ID",
|
|
14114
|
+
"name": "flowId",
|
|
14106
14115
|
"required": true
|
|
14107
14116
|
},
|
|
14108
|
-
"
|
|
14109
|
-
"description": "
|
|
14110
|
-
"name": "
|
|
14117
|
+
"edgeId": {
|
|
14118
|
+
"description": "Edge ID",
|
|
14119
|
+
"name": "edgeId",
|
|
14111
14120
|
"required": true
|
|
14112
14121
|
}
|
|
14113
14122
|
},
|
|
14114
|
-
"description": "
|
|
14123
|
+
"description": "Update a flow edge",
|
|
14115
14124
|
"flags": {
|
|
14116
14125
|
"api-key": {
|
|
14117
14126
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14167,10 +14176,45 @@
|
|
|
14167
14176
|
"multiple": false,
|
|
14168
14177
|
"type": "option"
|
|
14169
14178
|
},
|
|
14170
|
-
"api-url": {
|
|
14171
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
14172
|
-
"helpGroup": "GLOBAL",
|
|
14173
|
-
"name": "api-url",
|
|
14179
|
+
"api-url": {
|
|
14180
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
14181
|
+
"helpGroup": "GLOBAL",
|
|
14182
|
+
"name": "api-url",
|
|
14183
|
+
"hasDynamicHelp": false,
|
|
14184
|
+
"multiple": false,
|
|
14185
|
+
"type": "option"
|
|
14186
|
+
},
|
|
14187
|
+
"source": {
|
|
14188
|
+
"description": "Source node ID",
|
|
14189
|
+
"name": "source",
|
|
14190
|
+
"hasDynamicHelp": false,
|
|
14191
|
+
"multiple": false,
|
|
14192
|
+
"type": "option"
|
|
14193
|
+
},
|
|
14194
|
+
"target": {
|
|
14195
|
+
"description": "Target node ID",
|
|
14196
|
+
"name": "target",
|
|
14197
|
+
"hasDynamicHelp": false,
|
|
14198
|
+
"multiple": false,
|
|
14199
|
+
"type": "option"
|
|
14200
|
+
},
|
|
14201
|
+
"label": {
|
|
14202
|
+
"description": "Edge label",
|
|
14203
|
+
"name": "label",
|
|
14204
|
+
"hasDynamicHelp": false,
|
|
14205
|
+
"multiple": false,
|
|
14206
|
+
"type": "option"
|
|
14207
|
+
},
|
|
14208
|
+
"type": {
|
|
14209
|
+
"description": "Edge type",
|
|
14210
|
+
"name": "type",
|
|
14211
|
+
"hasDynamicHelp": false,
|
|
14212
|
+
"multiple": false,
|
|
14213
|
+
"type": "option"
|
|
14214
|
+
},
|
|
14215
|
+
"data": {
|
|
14216
|
+
"description": "Additional JSON object payload",
|
|
14217
|
+
"name": "data",
|
|
14174
14218
|
"hasDynamicHelp": false,
|
|
14175
14219
|
"multiple": false,
|
|
14176
14220
|
"type": "option"
|
|
@@ -14178,7 +14222,7 @@
|
|
|
14178
14222
|
},
|
|
14179
14223
|
"hasDynamicHelp": false,
|
|
14180
14224
|
"hiddenAliases": [],
|
|
14181
|
-
"id": "
|
|
14225
|
+
"id": "flow:edges:update",
|
|
14182
14226
|
"pluginAlias": "@instantkom/cli",
|
|
14183
14227
|
"pluginName": "@instantkom/cli",
|
|
14184
14228
|
"pluginType": "core",
|
|
@@ -14188,21 +14232,21 @@
|
|
|
14188
14232
|
"relativePath": [
|
|
14189
14233
|
"dist",
|
|
14190
14234
|
"commands",
|
|
14191
|
-
"
|
|
14192
|
-
"
|
|
14193
|
-
"
|
|
14235
|
+
"flow",
|
|
14236
|
+
"edges",
|
|
14237
|
+
"update.js"
|
|
14194
14238
|
]
|
|
14195
14239
|
},
|
|
14196
|
-
"
|
|
14240
|
+
"flow:nodes:create": {
|
|
14197
14241
|
"aliases": [],
|
|
14198
14242
|
"args": {
|
|
14199
|
-
"
|
|
14200
|
-
"description": "
|
|
14201
|
-
"name": "
|
|
14243
|
+
"flowId": {
|
|
14244
|
+
"description": "Flow ID",
|
|
14245
|
+
"name": "flowId",
|
|
14202
14246
|
"required": true
|
|
14203
14247
|
}
|
|
14204
14248
|
},
|
|
14205
|
-
"description": "
|
|
14249
|
+
"description": "Create a flow node",
|
|
14206
14250
|
"flags": {
|
|
14207
14251
|
"api-key": {
|
|
14208
14252
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14265,11 +14309,49 @@
|
|
|
14265
14309
|
"hasDynamicHelp": false,
|
|
14266
14310
|
"multiple": false,
|
|
14267
14311
|
"type": "option"
|
|
14312
|
+
},
|
|
14313
|
+
"bot": {
|
|
14314
|
+
"description": "Bot ID",
|
|
14315
|
+
"name": "bot",
|
|
14316
|
+
"hasDynamicHelp": false,
|
|
14317
|
+
"multiple": false,
|
|
14318
|
+
"type": "option"
|
|
14319
|
+
},
|
|
14320
|
+
"type": {
|
|
14321
|
+
"description": "Node type",
|
|
14322
|
+
"name": "type",
|
|
14323
|
+
"required": true,
|
|
14324
|
+
"hasDynamicHelp": false,
|
|
14325
|
+
"multiple": false,
|
|
14326
|
+
"type": "option"
|
|
14327
|
+
},
|
|
14328
|
+
"x": {
|
|
14329
|
+
"description": "X position",
|
|
14330
|
+
"name": "x",
|
|
14331
|
+
"required": true,
|
|
14332
|
+
"hasDynamicHelp": false,
|
|
14333
|
+
"multiple": false,
|
|
14334
|
+
"type": "option"
|
|
14335
|
+
},
|
|
14336
|
+
"y": {
|
|
14337
|
+
"description": "Y position",
|
|
14338
|
+
"name": "y",
|
|
14339
|
+
"required": true,
|
|
14340
|
+
"hasDynamicHelp": false,
|
|
14341
|
+
"multiple": false,
|
|
14342
|
+
"type": "option"
|
|
14343
|
+
},
|
|
14344
|
+
"data": {
|
|
14345
|
+
"description": "Additional JSON object payload",
|
|
14346
|
+
"name": "data",
|
|
14347
|
+
"hasDynamicHelp": false,
|
|
14348
|
+
"multiple": false,
|
|
14349
|
+
"type": "option"
|
|
14268
14350
|
}
|
|
14269
14351
|
},
|
|
14270
14352
|
"hasDynamicHelp": false,
|
|
14271
14353
|
"hiddenAliases": [],
|
|
14272
|
-
"id": "
|
|
14354
|
+
"id": "flow:nodes:create",
|
|
14273
14355
|
"pluginAlias": "@instantkom/cli",
|
|
14274
14356
|
"pluginName": "@instantkom/cli",
|
|
14275
14357
|
"pluginType": "core",
|
|
@@ -14279,26 +14361,26 @@
|
|
|
14279
14361
|
"relativePath": [
|
|
14280
14362
|
"dist",
|
|
14281
14363
|
"commands",
|
|
14282
|
-
"
|
|
14283
|
-
"
|
|
14284
|
-
"
|
|
14364
|
+
"flow",
|
|
14365
|
+
"nodes",
|
|
14366
|
+
"create.js"
|
|
14285
14367
|
]
|
|
14286
14368
|
},
|
|
14287
|
-
"
|
|
14369
|
+
"flow:nodes:delete": {
|
|
14288
14370
|
"aliases": [],
|
|
14289
14371
|
"args": {
|
|
14290
|
-
"
|
|
14291
|
-
"description": "
|
|
14292
|
-
"name": "
|
|
14372
|
+
"flowId": {
|
|
14373
|
+
"description": "Flow ID",
|
|
14374
|
+
"name": "flowId",
|
|
14293
14375
|
"required": true
|
|
14294
14376
|
},
|
|
14295
|
-
"
|
|
14296
|
-
"description": "
|
|
14297
|
-
"name": "
|
|
14377
|
+
"nodeId": {
|
|
14378
|
+
"description": "Node ID",
|
|
14379
|
+
"name": "nodeId",
|
|
14298
14380
|
"required": true
|
|
14299
14381
|
}
|
|
14300
14382
|
},
|
|
14301
|
-
"description": "
|
|
14383
|
+
"description": "Delete a flow node",
|
|
14302
14384
|
"flags": {
|
|
14303
14385
|
"api-key": {
|
|
14304
14386
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14365,7 +14447,7 @@
|
|
|
14365
14447
|
},
|
|
14366
14448
|
"hasDynamicHelp": false,
|
|
14367
14449
|
"hiddenAliases": [],
|
|
14368
|
-
"id": "
|
|
14450
|
+
"id": "flow:nodes:delete",
|
|
14369
14451
|
"pluginAlias": "@instantkom/cli",
|
|
14370
14452
|
"pluginName": "@instantkom/cli",
|
|
14371
14453
|
"pluginType": "core",
|
|
@@ -14375,21 +14457,26 @@
|
|
|
14375
14457
|
"relativePath": [
|
|
14376
14458
|
"dist",
|
|
14377
14459
|
"commands",
|
|
14378
|
-
"
|
|
14379
|
-
"
|
|
14380
|
-
"
|
|
14460
|
+
"flow",
|
|
14461
|
+
"nodes",
|
|
14462
|
+
"delete.js"
|
|
14381
14463
|
]
|
|
14382
14464
|
},
|
|
14383
|
-
"flow:
|
|
14465
|
+
"flow:nodes:get": {
|
|
14384
14466
|
"aliases": [],
|
|
14385
14467
|
"args": {
|
|
14386
14468
|
"flowId": {
|
|
14387
14469
|
"description": "Flow ID",
|
|
14388
14470
|
"name": "flowId",
|
|
14389
14471
|
"required": true
|
|
14472
|
+
},
|
|
14473
|
+
"nodeId": {
|
|
14474
|
+
"description": "Node ID",
|
|
14475
|
+
"name": "nodeId",
|
|
14476
|
+
"required": true
|
|
14390
14477
|
}
|
|
14391
14478
|
},
|
|
14392
|
-
"description": "
|
|
14479
|
+
"description": "Get a flow node",
|
|
14393
14480
|
"flags": {
|
|
14394
14481
|
"api-key": {
|
|
14395
14482
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14452,49 +14539,11 @@
|
|
|
14452
14539
|
"hasDynamicHelp": false,
|
|
14453
14540
|
"multiple": false,
|
|
14454
14541
|
"type": "option"
|
|
14455
|
-
},
|
|
14456
|
-
"source": {
|
|
14457
|
-
"description": "Source node ID",
|
|
14458
|
-
"name": "source",
|
|
14459
|
-
"required": true,
|
|
14460
|
-
"hasDynamicHelp": false,
|
|
14461
|
-
"multiple": false,
|
|
14462
|
-
"type": "option"
|
|
14463
|
-
},
|
|
14464
|
-
"target": {
|
|
14465
|
-
"description": "Target node ID",
|
|
14466
|
-
"name": "target",
|
|
14467
|
-
"required": true,
|
|
14468
|
-
"hasDynamicHelp": false,
|
|
14469
|
-
"multiple": false,
|
|
14470
|
-
"type": "option"
|
|
14471
|
-
},
|
|
14472
|
-
"label": {
|
|
14473
|
-
"description": "Edge label",
|
|
14474
|
-
"name": "label",
|
|
14475
|
-
"hasDynamicHelp": false,
|
|
14476
|
-
"multiple": false,
|
|
14477
|
-
"type": "option"
|
|
14478
|
-
},
|
|
14479
|
-
"type": {
|
|
14480
|
-
"description": "Edge type",
|
|
14481
|
-
"name": "type",
|
|
14482
|
-
"default": "default",
|
|
14483
|
-
"hasDynamicHelp": false,
|
|
14484
|
-
"multiple": false,
|
|
14485
|
-
"type": "option"
|
|
14486
|
-
},
|
|
14487
|
-
"data": {
|
|
14488
|
-
"description": "Additional JSON object payload",
|
|
14489
|
-
"name": "data",
|
|
14490
|
-
"hasDynamicHelp": false,
|
|
14491
|
-
"multiple": false,
|
|
14492
|
-
"type": "option"
|
|
14493
14542
|
}
|
|
14494
14543
|
},
|
|
14495
14544
|
"hasDynamicHelp": false,
|
|
14496
14545
|
"hiddenAliases": [],
|
|
14497
|
-
"id": "flow:
|
|
14546
|
+
"id": "flow:nodes:get",
|
|
14498
14547
|
"pluginAlias": "@instantkom/cli",
|
|
14499
14548
|
"pluginName": "@instantkom/cli",
|
|
14500
14549
|
"pluginType": "core",
|
|
@@ -14505,25 +14554,20 @@
|
|
|
14505
14554
|
"dist",
|
|
14506
14555
|
"commands",
|
|
14507
14556
|
"flow",
|
|
14508
|
-
"
|
|
14509
|
-
"
|
|
14557
|
+
"nodes",
|
|
14558
|
+
"get.js"
|
|
14510
14559
|
]
|
|
14511
14560
|
},
|
|
14512
|
-
"flow:
|
|
14561
|
+
"flow:nodes:list": {
|
|
14513
14562
|
"aliases": [],
|
|
14514
14563
|
"args": {
|
|
14515
14564
|
"flowId": {
|
|
14516
14565
|
"description": "Flow ID",
|
|
14517
14566
|
"name": "flowId",
|
|
14518
14567
|
"required": true
|
|
14519
|
-
},
|
|
14520
|
-
"edgeId": {
|
|
14521
|
-
"description": "Edge ID",
|
|
14522
|
-
"name": "edgeId",
|
|
14523
|
-
"required": true
|
|
14524
14568
|
}
|
|
14525
14569
|
},
|
|
14526
|
-
"description": "
|
|
14570
|
+
"description": "List nodes in a flow",
|
|
14527
14571
|
"flags": {
|
|
14528
14572
|
"api-key": {
|
|
14529
14573
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14590,7 +14634,7 @@
|
|
|
14590
14634
|
},
|
|
14591
14635
|
"hasDynamicHelp": false,
|
|
14592
14636
|
"hiddenAliases": [],
|
|
14593
|
-
"id": "flow:
|
|
14637
|
+
"id": "flow:nodes:list",
|
|
14594
14638
|
"pluginAlias": "@instantkom/cli",
|
|
14595
14639
|
"pluginName": "@instantkom/cli",
|
|
14596
14640
|
"pluginType": "core",
|
|
@@ -14601,11 +14645,11 @@
|
|
|
14601
14645
|
"dist",
|
|
14602
14646
|
"commands",
|
|
14603
14647
|
"flow",
|
|
14604
|
-
"
|
|
14605
|
-
"
|
|
14648
|
+
"nodes",
|
|
14649
|
+
"list.js"
|
|
14606
14650
|
]
|
|
14607
14651
|
},
|
|
14608
|
-
"flow:
|
|
14652
|
+
"flow:nodes:update": {
|
|
14609
14653
|
"aliases": [],
|
|
14610
14654
|
"args": {
|
|
14611
14655
|
"flowId": {
|
|
@@ -14613,13 +14657,13 @@
|
|
|
14613
14657
|
"name": "flowId",
|
|
14614
14658
|
"required": true
|
|
14615
14659
|
},
|
|
14616
|
-
"
|
|
14617
|
-
"description": "
|
|
14618
|
-
"name": "
|
|
14660
|
+
"nodeId": {
|
|
14661
|
+
"description": "Node ID",
|
|
14662
|
+
"name": "nodeId",
|
|
14619
14663
|
"required": true
|
|
14620
14664
|
}
|
|
14621
14665
|
},
|
|
14622
|
-
"description": "
|
|
14666
|
+
"description": "Update a flow node",
|
|
14623
14667
|
"flags": {
|
|
14624
14668
|
"api-key": {
|
|
14625
14669
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14682,11 +14726,46 @@
|
|
|
14682
14726
|
"hasDynamicHelp": false,
|
|
14683
14727
|
"multiple": false,
|
|
14684
14728
|
"type": "option"
|
|
14729
|
+
},
|
|
14730
|
+
"bot": {
|
|
14731
|
+
"description": "Bot ID",
|
|
14732
|
+
"name": "bot",
|
|
14733
|
+
"hasDynamicHelp": false,
|
|
14734
|
+
"multiple": false,
|
|
14735
|
+
"type": "option"
|
|
14736
|
+
},
|
|
14737
|
+
"type": {
|
|
14738
|
+
"description": "Node type",
|
|
14739
|
+
"name": "type",
|
|
14740
|
+
"hasDynamicHelp": false,
|
|
14741
|
+
"multiple": false,
|
|
14742
|
+
"type": "option"
|
|
14743
|
+
},
|
|
14744
|
+
"x": {
|
|
14745
|
+
"description": "X position",
|
|
14746
|
+
"name": "x",
|
|
14747
|
+
"hasDynamicHelp": false,
|
|
14748
|
+
"multiple": false,
|
|
14749
|
+
"type": "option"
|
|
14750
|
+
},
|
|
14751
|
+
"y": {
|
|
14752
|
+
"description": "Y position",
|
|
14753
|
+
"name": "y",
|
|
14754
|
+
"hasDynamicHelp": false,
|
|
14755
|
+
"multiple": false,
|
|
14756
|
+
"type": "option"
|
|
14757
|
+
},
|
|
14758
|
+
"data": {
|
|
14759
|
+
"description": "Additional JSON object payload",
|
|
14760
|
+
"name": "data",
|
|
14761
|
+
"hasDynamicHelp": false,
|
|
14762
|
+
"multiple": false,
|
|
14763
|
+
"type": "option"
|
|
14685
14764
|
}
|
|
14686
14765
|
},
|
|
14687
14766
|
"hasDynamicHelp": false,
|
|
14688
14767
|
"hiddenAliases": [],
|
|
14689
|
-
"id": "flow:
|
|
14768
|
+
"id": "flow:nodes:update",
|
|
14690
14769
|
"pluginAlias": "@instantkom/cli",
|
|
14691
14770
|
"pluginName": "@instantkom/cli",
|
|
14692
14771
|
"pluginType": "core",
|
|
@@ -14697,20 +14776,25 @@
|
|
|
14697
14776
|
"dist",
|
|
14698
14777
|
"commands",
|
|
14699
14778
|
"flow",
|
|
14700
|
-
"
|
|
14701
|
-
"
|
|
14779
|
+
"nodes",
|
|
14780
|
+
"update.js"
|
|
14702
14781
|
]
|
|
14703
14782
|
},
|
|
14704
|
-
"
|
|
14783
|
+
"contacts:custom-fields:delete-value": {
|
|
14705
14784
|
"aliases": [],
|
|
14706
14785
|
"args": {
|
|
14707
|
-
"
|
|
14708
|
-
"description": "
|
|
14709
|
-
"name": "
|
|
14786
|
+
"contactId": {
|
|
14787
|
+
"description": "Contact ID",
|
|
14788
|
+
"name": "contactId",
|
|
14789
|
+
"required": true
|
|
14790
|
+
},
|
|
14791
|
+
"fieldId": {
|
|
14792
|
+
"description": "Custom field ID",
|
|
14793
|
+
"name": "fieldId",
|
|
14710
14794
|
"required": true
|
|
14711
14795
|
}
|
|
14712
14796
|
},
|
|
14713
|
-
"description": "
|
|
14797
|
+
"description": "Delete one custom field value from a contact",
|
|
14714
14798
|
"flags": {
|
|
14715
14799
|
"api-key": {
|
|
14716
14800
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14777,7 +14861,7 @@
|
|
|
14777
14861
|
},
|
|
14778
14862
|
"hasDynamicHelp": false,
|
|
14779
14863
|
"hiddenAliases": [],
|
|
14780
|
-
"id": "
|
|
14864
|
+
"id": "contacts:custom-fields:delete-value",
|
|
14781
14865
|
"pluginAlias": "@instantkom/cli",
|
|
14782
14866
|
"pluginName": "@instantkom/cli",
|
|
14783
14867
|
"pluginType": "core",
|
|
@@ -14787,26 +14871,21 @@
|
|
|
14787
14871
|
"relativePath": [
|
|
14788
14872
|
"dist",
|
|
14789
14873
|
"commands",
|
|
14790
|
-
"
|
|
14791
|
-
"
|
|
14792
|
-
"
|
|
14793
|
-
]
|
|
14794
|
-
},
|
|
14795
|
-
"
|
|
14796
|
-
"aliases": [],
|
|
14797
|
-
"args": {
|
|
14798
|
-
"
|
|
14799
|
-
"description": "
|
|
14800
|
-
"name": "
|
|
14801
|
-
"required": true
|
|
14802
|
-
},
|
|
14803
|
-
"edgeId": {
|
|
14804
|
-
"description": "Edge ID",
|
|
14805
|
-
"name": "edgeId",
|
|
14874
|
+
"contacts",
|
|
14875
|
+
"custom-fields",
|
|
14876
|
+
"delete-value.js"
|
|
14877
|
+
]
|
|
14878
|
+
},
|
|
14879
|
+
"contacts:custom-fields:list": {
|
|
14880
|
+
"aliases": [],
|
|
14881
|
+
"args": {
|
|
14882
|
+
"contactId": {
|
|
14883
|
+
"description": "Contact ID",
|
|
14884
|
+
"name": "contactId",
|
|
14806
14885
|
"required": true
|
|
14807
14886
|
}
|
|
14808
14887
|
},
|
|
14809
|
-
"description": "
|
|
14888
|
+
"description": "List custom field values for a contact",
|
|
14810
14889
|
"flags": {
|
|
14811
14890
|
"api-key": {
|
|
14812
14891
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14869,46 +14948,11 @@
|
|
|
14869
14948
|
"hasDynamicHelp": false,
|
|
14870
14949
|
"multiple": false,
|
|
14871
14950
|
"type": "option"
|
|
14872
|
-
},
|
|
14873
|
-
"source": {
|
|
14874
|
-
"description": "Source node ID",
|
|
14875
|
-
"name": "source",
|
|
14876
|
-
"hasDynamicHelp": false,
|
|
14877
|
-
"multiple": false,
|
|
14878
|
-
"type": "option"
|
|
14879
|
-
},
|
|
14880
|
-
"target": {
|
|
14881
|
-
"description": "Target node ID",
|
|
14882
|
-
"name": "target",
|
|
14883
|
-
"hasDynamicHelp": false,
|
|
14884
|
-
"multiple": false,
|
|
14885
|
-
"type": "option"
|
|
14886
|
-
},
|
|
14887
|
-
"label": {
|
|
14888
|
-
"description": "Edge label",
|
|
14889
|
-
"name": "label",
|
|
14890
|
-
"hasDynamicHelp": false,
|
|
14891
|
-
"multiple": false,
|
|
14892
|
-
"type": "option"
|
|
14893
|
-
},
|
|
14894
|
-
"type": {
|
|
14895
|
-
"description": "Edge type",
|
|
14896
|
-
"name": "type",
|
|
14897
|
-
"hasDynamicHelp": false,
|
|
14898
|
-
"multiple": false,
|
|
14899
|
-
"type": "option"
|
|
14900
|
-
},
|
|
14901
|
-
"data": {
|
|
14902
|
-
"description": "Additional JSON object payload",
|
|
14903
|
-
"name": "data",
|
|
14904
|
-
"hasDynamicHelp": false,
|
|
14905
|
-
"multiple": false,
|
|
14906
|
-
"type": "option"
|
|
14907
14951
|
}
|
|
14908
14952
|
},
|
|
14909
14953
|
"hasDynamicHelp": false,
|
|
14910
14954
|
"hiddenAliases": [],
|
|
14911
|
-
"id": "
|
|
14955
|
+
"id": "contacts:custom-fields:list",
|
|
14912
14956
|
"pluginAlias": "@instantkom/cli",
|
|
14913
14957
|
"pluginName": "@instantkom/cli",
|
|
14914
14958
|
"pluginType": "core",
|
|
@@ -14918,21 +14962,26 @@
|
|
|
14918
14962
|
"relativePath": [
|
|
14919
14963
|
"dist",
|
|
14920
14964
|
"commands",
|
|
14921
|
-
"
|
|
14922
|
-
"
|
|
14923
|
-
"
|
|
14965
|
+
"contacts",
|
|
14966
|
+
"custom-fields",
|
|
14967
|
+
"list.js"
|
|
14924
14968
|
]
|
|
14925
14969
|
},
|
|
14926
|
-
"
|
|
14970
|
+
"contacts:custom-fields:set-value": {
|
|
14927
14971
|
"aliases": [],
|
|
14928
14972
|
"args": {
|
|
14929
|
-
"
|
|
14930
|
-
"description": "
|
|
14931
|
-
"name": "
|
|
14973
|
+
"contactId": {
|
|
14974
|
+
"description": "Contact ID",
|
|
14975
|
+
"name": "contactId",
|
|
14976
|
+
"required": true
|
|
14977
|
+
},
|
|
14978
|
+
"fieldId": {
|
|
14979
|
+
"description": "Custom field ID",
|
|
14980
|
+
"name": "fieldId",
|
|
14932
14981
|
"required": true
|
|
14933
14982
|
}
|
|
14934
14983
|
},
|
|
14935
|
-
"description": "
|
|
14984
|
+
"description": "Set one custom field value for a contact",
|
|
14936
14985
|
"flags": {
|
|
14937
14986
|
"api-key": {
|
|
14938
14987
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14996,48 +15045,18 @@
|
|
|
14996
15045
|
"multiple": false,
|
|
14997
15046
|
"type": "option"
|
|
14998
15047
|
},
|
|
14999
|
-
"
|
|
15000
|
-
"description": "
|
|
15001
|
-
"name": "
|
|
15002
|
-
"hasDynamicHelp": false,
|
|
15003
|
-
"multiple": false,
|
|
15004
|
-
"type": "option"
|
|
15005
|
-
},
|
|
15006
|
-
"type": {
|
|
15007
|
-
"description": "Node type",
|
|
15008
|
-
"name": "type",
|
|
15009
|
-
"required": true,
|
|
15010
|
-
"hasDynamicHelp": false,
|
|
15011
|
-
"multiple": false,
|
|
15012
|
-
"type": "option"
|
|
15013
|
-
},
|
|
15014
|
-
"x": {
|
|
15015
|
-
"description": "X position",
|
|
15016
|
-
"name": "x",
|
|
15017
|
-
"required": true,
|
|
15018
|
-
"hasDynamicHelp": false,
|
|
15019
|
-
"multiple": false,
|
|
15020
|
-
"type": "option"
|
|
15021
|
-
},
|
|
15022
|
-
"y": {
|
|
15023
|
-
"description": "Y position",
|
|
15024
|
-
"name": "y",
|
|
15048
|
+
"value": {
|
|
15049
|
+
"description": "Custom field value",
|
|
15050
|
+
"name": "value",
|
|
15025
15051
|
"required": true,
|
|
15026
15052
|
"hasDynamicHelp": false,
|
|
15027
15053
|
"multiple": false,
|
|
15028
15054
|
"type": "option"
|
|
15029
|
-
},
|
|
15030
|
-
"data": {
|
|
15031
|
-
"description": "Additional JSON object payload",
|
|
15032
|
-
"name": "data",
|
|
15033
|
-
"hasDynamicHelp": false,
|
|
15034
|
-
"multiple": false,
|
|
15035
|
-
"type": "option"
|
|
15036
15055
|
}
|
|
15037
15056
|
},
|
|
15038
15057
|
"hasDynamicHelp": false,
|
|
15039
15058
|
"hiddenAliases": [],
|
|
15040
|
-
"id": "
|
|
15059
|
+
"id": "contacts:custom-fields:set-value",
|
|
15041
15060
|
"pluginAlias": "@instantkom/cli",
|
|
15042
15061
|
"pluginName": "@instantkom/cli",
|
|
15043
15062
|
"pluginType": "core",
|
|
@@ -15047,26 +15066,21 @@
|
|
|
15047
15066
|
"relativePath": [
|
|
15048
15067
|
"dist",
|
|
15049
15068
|
"commands",
|
|
15050
|
-
"
|
|
15051
|
-
"
|
|
15052
|
-
"
|
|
15069
|
+
"contacts",
|
|
15070
|
+
"custom-fields",
|
|
15071
|
+
"set-value.js"
|
|
15053
15072
|
]
|
|
15054
15073
|
},
|
|
15055
|
-
"
|
|
15074
|
+
"contacts:custom-fields:set": {
|
|
15056
15075
|
"aliases": [],
|
|
15057
15076
|
"args": {
|
|
15058
|
-
"
|
|
15059
|
-
"description": "
|
|
15060
|
-
"name": "
|
|
15061
|
-
"required": true
|
|
15062
|
-
},
|
|
15063
|
-
"nodeId": {
|
|
15064
|
-
"description": "Node ID",
|
|
15065
|
-
"name": "nodeId",
|
|
15077
|
+
"contactId": {
|
|
15078
|
+
"description": "Contact ID",
|
|
15079
|
+
"name": "contactId",
|
|
15066
15080
|
"required": true
|
|
15067
15081
|
}
|
|
15068
15082
|
},
|
|
15069
|
-
"description": "
|
|
15083
|
+
"description": "Set multiple custom field values for a contact",
|
|
15070
15084
|
"flags": {
|
|
15071
15085
|
"api-key": {
|
|
15072
15086
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15129,11 +15143,32 @@
|
|
|
15129
15143
|
"hasDynamicHelp": false,
|
|
15130
15144
|
"multiple": false,
|
|
15131
15145
|
"type": "option"
|
|
15146
|
+
},
|
|
15147
|
+
"values": {
|
|
15148
|
+
"description": "JSON object with field keys as property names",
|
|
15149
|
+
"name": "values",
|
|
15150
|
+
"hasDynamicHelp": false,
|
|
15151
|
+
"multiple": false,
|
|
15152
|
+
"type": "option"
|
|
15153
|
+
},
|
|
15154
|
+
"file": {
|
|
15155
|
+
"description": "Path to a JSON file with field keys as property names",
|
|
15156
|
+
"name": "file",
|
|
15157
|
+
"hasDynamicHelp": false,
|
|
15158
|
+
"multiple": false,
|
|
15159
|
+
"type": "option"
|
|
15160
|
+
},
|
|
15161
|
+
"data": {
|
|
15162
|
+
"description": "Additional JSON object payload",
|
|
15163
|
+
"name": "data",
|
|
15164
|
+
"hasDynamicHelp": false,
|
|
15165
|
+
"multiple": false,
|
|
15166
|
+
"type": "option"
|
|
15132
15167
|
}
|
|
15133
15168
|
},
|
|
15134
15169
|
"hasDynamicHelp": false,
|
|
15135
15170
|
"hiddenAliases": [],
|
|
15136
|
-
"id": "
|
|
15171
|
+
"id": "contacts:custom-fields:set",
|
|
15137
15172
|
"pluginAlias": "@instantkom/cli",
|
|
15138
15173
|
"pluginName": "@instantkom/cli",
|
|
15139
15174
|
"pluginType": "core",
|
|
@@ -15143,26 +15178,26 @@
|
|
|
15143
15178
|
"relativePath": [
|
|
15144
15179
|
"dist",
|
|
15145
15180
|
"commands",
|
|
15146
|
-
"
|
|
15147
|
-
"
|
|
15148
|
-
"
|
|
15181
|
+
"contacts",
|
|
15182
|
+
"custom-fields",
|
|
15183
|
+
"set.js"
|
|
15149
15184
|
]
|
|
15150
15185
|
},
|
|
15151
|
-
"
|
|
15186
|
+
"contacts:tags:add": {
|
|
15152
15187
|
"aliases": [],
|
|
15153
15188
|
"args": {
|
|
15154
|
-
"
|
|
15155
|
-
"description": "
|
|
15156
|
-
"name": "
|
|
15189
|
+
"contactId": {
|
|
15190
|
+
"description": "Contact ID",
|
|
15191
|
+
"name": "contactId",
|
|
15157
15192
|
"required": true
|
|
15158
15193
|
},
|
|
15159
|
-
"
|
|
15160
|
-
"description": "
|
|
15161
|
-
"name": "
|
|
15194
|
+
"tagId": {
|
|
15195
|
+
"description": "Tag ID",
|
|
15196
|
+
"name": "tagId",
|
|
15162
15197
|
"required": true
|
|
15163
15198
|
}
|
|
15164
15199
|
},
|
|
15165
|
-
"description": "
|
|
15200
|
+
"description": "Assign a tag to a contact",
|
|
15166
15201
|
"flags": {
|
|
15167
15202
|
"api-key": {
|
|
15168
15203
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15229,7 +15264,7 @@
|
|
|
15229
15264
|
},
|
|
15230
15265
|
"hasDynamicHelp": false,
|
|
15231
15266
|
"hiddenAliases": [],
|
|
15232
|
-
"id": "
|
|
15267
|
+
"id": "contacts:tags:add",
|
|
15233
15268
|
"pluginAlias": "@instantkom/cli",
|
|
15234
15269
|
"pluginName": "@instantkom/cli",
|
|
15235
15270
|
"pluginType": "core",
|
|
@@ -15239,21 +15274,21 @@
|
|
|
15239
15274
|
"relativePath": [
|
|
15240
15275
|
"dist",
|
|
15241
15276
|
"commands",
|
|
15242
|
-
"
|
|
15243
|
-
"
|
|
15244
|
-
"
|
|
15277
|
+
"contacts",
|
|
15278
|
+
"tags",
|
|
15279
|
+
"add.js"
|
|
15245
15280
|
]
|
|
15246
15281
|
},
|
|
15247
|
-
"
|
|
15282
|
+
"contacts:tags:list": {
|
|
15248
15283
|
"aliases": [],
|
|
15249
15284
|
"args": {
|
|
15250
|
-
"
|
|
15251
|
-
"description": "
|
|
15252
|
-
"name": "
|
|
15285
|
+
"contactId": {
|
|
15286
|
+
"description": "Contact ID",
|
|
15287
|
+
"name": "contactId",
|
|
15253
15288
|
"required": true
|
|
15254
15289
|
}
|
|
15255
15290
|
},
|
|
15256
|
-
"description": "List
|
|
15291
|
+
"description": "List tags assigned to a contact",
|
|
15257
15292
|
"flags": {
|
|
15258
15293
|
"api-key": {
|
|
15259
15294
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15320,7 +15355,7 @@
|
|
|
15320
15355
|
},
|
|
15321
15356
|
"hasDynamicHelp": false,
|
|
15322
15357
|
"hiddenAliases": [],
|
|
15323
|
-
"id": "
|
|
15358
|
+
"id": "contacts:tags:list",
|
|
15324
15359
|
"pluginAlias": "@instantkom/cli",
|
|
15325
15360
|
"pluginName": "@instantkom/cli",
|
|
15326
15361
|
"pluginType": "core",
|
|
@@ -15330,26 +15365,26 @@
|
|
|
15330
15365
|
"relativePath": [
|
|
15331
15366
|
"dist",
|
|
15332
15367
|
"commands",
|
|
15333
|
-
"
|
|
15334
|
-
"
|
|
15368
|
+
"contacts",
|
|
15369
|
+
"tags",
|
|
15335
15370
|
"list.js"
|
|
15336
15371
|
]
|
|
15337
15372
|
},
|
|
15338
|
-
"
|
|
15373
|
+
"contacts:tags:remove": {
|
|
15339
15374
|
"aliases": [],
|
|
15340
15375
|
"args": {
|
|
15341
|
-
"
|
|
15342
|
-
"description": "
|
|
15343
|
-
"name": "
|
|
15376
|
+
"contactId": {
|
|
15377
|
+
"description": "Contact ID",
|
|
15378
|
+
"name": "contactId",
|
|
15344
15379
|
"required": true
|
|
15345
15380
|
},
|
|
15346
|
-
"
|
|
15347
|
-
"description": "
|
|
15348
|
-
"name": "
|
|
15381
|
+
"tagId": {
|
|
15382
|
+
"description": "Tag ID",
|
|
15383
|
+
"name": "tagId",
|
|
15349
15384
|
"required": true
|
|
15350
15385
|
}
|
|
15351
15386
|
},
|
|
15352
|
-
"description": "
|
|
15387
|
+
"description": "Remove a tag from a contact",
|
|
15353
15388
|
"flags": {
|
|
15354
15389
|
"api-key": {
|
|
15355
15390
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15412,46 +15447,11 @@
|
|
|
15412
15447
|
"hasDynamicHelp": false,
|
|
15413
15448
|
"multiple": false,
|
|
15414
15449
|
"type": "option"
|
|
15415
|
-
},
|
|
15416
|
-
"bot": {
|
|
15417
|
-
"description": "Bot ID",
|
|
15418
|
-
"name": "bot",
|
|
15419
|
-
"hasDynamicHelp": false,
|
|
15420
|
-
"multiple": false,
|
|
15421
|
-
"type": "option"
|
|
15422
|
-
},
|
|
15423
|
-
"type": {
|
|
15424
|
-
"description": "Node type",
|
|
15425
|
-
"name": "type",
|
|
15426
|
-
"hasDynamicHelp": false,
|
|
15427
|
-
"multiple": false,
|
|
15428
|
-
"type": "option"
|
|
15429
|
-
},
|
|
15430
|
-
"x": {
|
|
15431
|
-
"description": "X position",
|
|
15432
|
-
"name": "x",
|
|
15433
|
-
"hasDynamicHelp": false,
|
|
15434
|
-
"multiple": false,
|
|
15435
|
-
"type": "option"
|
|
15436
|
-
},
|
|
15437
|
-
"y": {
|
|
15438
|
-
"description": "Y position",
|
|
15439
|
-
"name": "y",
|
|
15440
|
-
"hasDynamicHelp": false,
|
|
15441
|
-
"multiple": false,
|
|
15442
|
-
"type": "option"
|
|
15443
|
-
},
|
|
15444
|
-
"data": {
|
|
15445
|
-
"description": "Additional JSON object payload",
|
|
15446
|
-
"name": "data",
|
|
15447
|
-
"hasDynamicHelp": false,
|
|
15448
|
-
"multiple": false,
|
|
15449
|
-
"type": "option"
|
|
15450
15450
|
}
|
|
15451
15451
|
},
|
|
15452
15452
|
"hasDynamicHelp": false,
|
|
15453
15453
|
"hiddenAliases": [],
|
|
15454
|
-
"id": "
|
|
15454
|
+
"id": "contacts:tags:remove",
|
|
15455
15455
|
"pluginAlias": "@instantkom/cli",
|
|
15456
15456
|
"pluginName": "@instantkom/cli",
|
|
15457
15457
|
"pluginType": "core",
|
|
@@ -15461,9 +15461,9 @@
|
|
|
15461
15461
|
"relativePath": [
|
|
15462
15462
|
"dist",
|
|
15463
15463
|
"commands",
|
|
15464
|
-
"
|
|
15465
|
-
"
|
|
15466
|
-
"
|
|
15464
|
+
"contacts",
|
|
15465
|
+
"tags",
|
|
15466
|
+
"remove.js"
|
|
15467
15467
|
]
|
|
15468
15468
|
},
|
|
15469
15469
|
"segments:tags:add": {
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.
|
|
17055
|
+
"version": "3.192.0"
|
|
17056
17056
|
}
|