@instantkom/cli 3.190.1 → 3.191.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 +45 -22
- package/oclif.manifest.json +1538 -1538
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -1073,6 +1073,40 @@
|
|
|
1073
1073
|
"reply.js"
|
|
1074
1074
|
]
|
|
1075
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",
|
|
1097
|
+
"pluginAlias": "@instantkom/cli",
|
|
1098
|
+
"pluginName": "@instantkom/cli",
|
|
1099
|
+
"pluginType": "core",
|
|
1100
|
+
"strict": true,
|
|
1101
|
+
"enableJsonFlag": false,
|
|
1102
|
+
"isESM": true,
|
|
1103
|
+
"relativePath": [
|
|
1104
|
+
"dist",
|
|
1105
|
+
"commands",
|
|
1106
|
+
"autocomplete",
|
|
1107
|
+
"script.js"
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
1076
1110
|
"auth:login": {
|
|
1077
1111
|
"aliases": [],
|
|
1078
1112
|
"args": {},
|
|
@@ -1255,40 +1289,6 @@
|
|
|
1255
1289
|
"logout.js"
|
|
1256
1290
|
]
|
|
1257
1291
|
},
|
|
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
|
-
]
|
|
1291
|
-
},
|
|
1292
1292
|
"bots:create": {
|
|
1293
1293
|
"aliases": [],
|
|
1294
1294
|
"args": {},
|
|
@@ -2843,10 +2843,16 @@
|
|
|
2843
2843
|
"update.js"
|
|
2844
2844
|
]
|
|
2845
2845
|
},
|
|
2846
|
-
"
|
|
2846
|
+
"chats:get": {
|
|
2847
2847
|
"aliases": [],
|
|
2848
|
-
"args": {
|
|
2849
|
-
|
|
2848
|
+
"args": {
|
|
2849
|
+
"id": {
|
|
2850
|
+
"description": "chat ID",
|
|
2851
|
+
"name": "id",
|
|
2852
|
+
"required": true
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
"description": "Get chat by ID",
|
|
2850
2856
|
"flags": {
|
|
2851
2857
|
"api-key": {
|
|
2852
2858
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2909,48 +2915,11 @@
|
|
|
2909
2915
|
"hasDynamicHelp": false,
|
|
2910
2916
|
"multiple": false,
|
|
2911
2917
|
"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"
|
|
2949
2918
|
}
|
|
2950
2919
|
},
|
|
2951
2920
|
"hasDynamicHelp": false,
|
|
2952
2921
|
"hiddenAliases": [],
|
|
2953
|
-
"id": "
|
|
2922
|
+
"id": "chats:get",
|
|
2954
2923
|
"pluginAlias": "@instantkom/cli",
|
|
2955
2924
|
"pluginName": "@instantkom/cli",
|
|
2956
2925
|
"pluginType": "core",
|
|
@@ -2960,20 +2929,14 @@
|
|
|
2960
2929
|
"relativePath": [
|
|
2961
2930
|
"dist",
|
|
2962
2931
|
"commands",
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2932
|
+
"chats",
|
|
2933
|
+
"get.js"
|
|
2965
2934
|
]
|
|
2966
2935
|
},
|
|
2967
|
-
"
|
|
2936
|
+
"chats:list": {
|
|
2968
2937
|
"aliases": [],
|
|
2969
|
-
"args": {
|
|
2970
|
-
|
|
2971
|
-
"description": "Channel ID",
|
|
2972
|
-
"name": "id",
|
|
2973
|
-
"required": true
|
|
2974
|
-
}
|
|
2975
|
-
},
|
|
2976
|
-
"description": "Get a channel by ID",
|
|
2938
|
+
"args": {},
|
|
2939
|
+
"description": "List chats",
|
|
2977
2940
|
"flags": {
|
|
2978
2941
|
"api-key": {
|
|
2979
2942
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3036,11 +2999,73 @@
|
|
|
3036
2999
|
"hasDynamicHelp": false,
|
|
3037
3000
|
"multiple": false,
|
|
3038
3001
|
"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"
|
|
3039
3064
|
}
|
|
3040
3065
|
},
|
|
3041
3066
|
"hasDynamicHelp": false,
|
|
3042
3067
|
"hiddenAliases": [],
|
|
3043
|
-
"id": "
|
|
3068
|
+
"id": "chats:list",
|
|
3044
3069
|
"pluginAlias": "@instantkom/cli",
|
|
3045
3070
|
"pluginName": "@instantkom/cli",
|
|
3046
3071
|
"pluginType": "core",
|
|
@@ -3050,20 +3075,20 @@
|
|
|
3050
3075
|
"relativePath": [
|
|
3051
3076
|
"dist",
|
|
3052
3077
|
"commands",
|
|
3053
|
-
"
|
|
3054
|
-
"
|
|
3078
|
+
"chats",
|
|
3079
|
+
"list.js"
|
|
3055
3080
|
]
|
|
3056
3081
|
},
|
|
3057
|
-
"
|
|
3082
|
+
"chats:reply": {
|
|
3058
3083
|
"aliases": [],
|
|
3059
3084
|
"args": {
|
|
3060
3085
|
"id": {
|
|
3061
|
-
"description": "
|
|
3086
|
+
"description": "Chat ID",
|
|
3062
3087
|
"name": "id",
|
|
3063
|
-
"required":
|
|
3088
|
+
"required": true
|
|
3064
3089
|
}
|
|
3065
3090
|
},
|
|
3066
|
-
"description": "
|
|
3091
|
+
"description": "Reply in a chat",
|
|
3067
3092
|
"flags": {
|
|
3068
3093
|
"api-key": {
|
|
3069
3094
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3127,9 +3152,10 @@
|
|
|
3127
3152
|
"multiple": false,
|
|
3128
3153
|
"type": "option"
|
|
3129
3154
|
},
|
|
3130
|
-
"
|
|
3131
|
-
"description": "
|
|
3132
|
-
"name": "
|
|
3155
|
+
"text": {
|
|
3156
|
+
"description": "Reply text",
|
|
3157
|
+
"name": "text",
|
|
3158
|
+
"required": true,
|
|
3133
3159
|
"hasDynamicHelp": false,
|
|
3134
3160
|
"multiple": false,
|
|
3135
3161
|
"type": "option"
|
|
@@ -3137,7 +3163,7 @@
|
|
|
3137
3163
|
},
|
|
3138
3164
|
"hasDynamicHelp": false,
|
|
3139
3165
|
"hiddenAliases": [],
|
|
3140
|
-
"id": "
|
|
3166
|
+
"id": "chats:reply",
|
|
3141
3167
|
"pluginAlias": "@instantkom/cli",
|
|
3142
3168
|
"pluginName": "@instantkom/cli",
|
|
3143
3169
|
"pluginType": "core",
|
|
@@ -3147,14 +3173,14 @@
|
|
|
3147
3173
|
"relativePath": [
|
|
3148
3174
|
"dist",
|
|
3149
3175
|
"commands",
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3176
|
+
"chats",
|
|
3177
|
+
"reply.js"
|
|
3152
3178
|
]
|
|
3153
3179
|
},
|
|
3154
|
-
"channels:
|
|
3180
|
+
"channels:create": {
|
|
3155
3181
|
"aliases": [],
|
|
3156
3182
|
"args": {},
|
|
3157
|
-
"description": "
|
|
3183
|
+
"description": "Create a channel",
|
|
3158
3184
|
"flags": {
|
|
3159
3185
|
"api-key": {
|
|
3160
3186
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3218,47 +3244,47 @@
|
|
|
3218
3244
|
"multiple": false,
|
|
3219
3245
|
"type": "option"
|
|
3220
3246
|
},
|
|
3221
|
-
"
|
|
3222
|
-
"description": "
|
|
3223
|
-
"name": "
|
|
3224
|
-
"
|
|
3247
|
+
"name": {
|
|
3248
|
+
"description": "Channel name",
|
|
3249
|
+
"name": "name",
|
|
3250
|
+
"required": true,
|
|
3225
3251
|
"hasDynamicHelp": false,
|
|
3226
3252
|
"multiple": false,
|
|
3227
3253
|
"type": "option"
|
|
3228
3254
|
},
|
|
3229
|
-
"
|
|
3230
|
-
"description": "
|
|
3231
|
-
"name": "
|
|
3232
|
-
"
|
|
3255
|
+
"gateway-type": {
|
|
3256
|
+
"description": "Gateway type ID",
|
|
3257
|
+
"name": "gateway-type",
|
|
3258
|
+
"required": true,
|
|
3233
3259
|
"hasDynamicHelp": false,
|
|
3234
3260
|
"multiple": false,
|
|
3235
3261
|
"type": "option"
|
|
3236
3262
|
},
|
|
3237
3263
|
"status": {
|
|
3238
|
-
"description": "
|
|
3264
|
+
"description": "Channel lifecycle status",
|
|
3239
3265
|
"name": "status",
|
|
3240
3266
|
"hasDynamicHelp": false,
|
|
3241
3267
|
"multiple": false,
|
|
3242
3268
|
"type": "option"
|
|
3243
3269
|
},
|
|
3244
|
-
"
|
|
3245
|
-
"description": "
|
|
3246
|
-
"name": "
|
|
3270
|
+
"description": {
|
|
3271
|
+
"description": "Channel description",
|
|
3272
|
+
"name": "description",
|
|
3247
3273
|
"hasDynamicHelp": false,
|
|
3248
3274
|
"multiple": false,
|
|
3249
3275
|
"type": "option"
|
|
3250
3276
|
},
|
|
3251
|
-
"
|
|
3252
|
-
"description": "
|
|
3253
|
-
"name": "
|
|
3254
|
-
"hasDynamicHelp": false,
|
|
3277
|
+
"data": {
|
|
3278
|
+
"description": "Additional JSON object payload",
|
|
3279
|
+
"name": "data",
|
|
3280
|
+
"hasDynamicHelp": false,
|
|
3255
3281
|
"multiple": false,
|
|
3256
3282
|
"type": "option"
|
|
3257
3283
|
}
|
|
3258
3284
|
},
|
|
3259
3285
|
"hasDynamicHelp": false,
|
|
3260
3286
|
"hiddenAliases": [],
|
|
3261
|
-
"id": "channels:
|
|
3287
|
+
"id": "channels:create",
|
|
3262
3288
|
"pluginAlias": "@instantkom/cli",
|
|
3263
3289
|
"pluginName": "@instantkom/cli",
|
|
3264
3290
|
"pluginType": "core",
|
|
@@ -3269,10 +3295,10 @@
|
|
|
3269
3295
|
"dist",
|
|
3270
3296
|
"commands",
|
|
3271
3297
|
"channels",
|
|
3272
|
-
"
|
|
3298
|
+
"create.js"
|
|
3273
3299
|
]
|
|
3274
3300
|
},
|
|
3275
|
-
"channels:
|
|
3301
|
+
"channels:get": {
|
|
3276
3302
|
"aliases": [],
|
|
3277
3303
|
"args": {
|
|
3278
3304
|
"id": {
|
|
@@ -3281,7 +3307,7 @@
|
|
|
3281
3307
|
"required": true
|
|
3282
3308
|
}
|
|
3283
3309
|
},
|
|
3284
|
-
"description": "
|
|
3310
|
+
"description": "Get a channel by ID",
|
|
3285
3311
|
"flags": {
|
|
3286
3312
|
"api-key": {
|
|
3287
3313
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3344,39 +3370,11 @@
|
|
|
3344
3370
|
"hasDynamicHelp": false,
|
|
3345
3371
|
"multiple": false,
|
|
3346
3372
|
"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"
|
|
3375
3373
|
}
|
|
3376
3374
|
},
|
|
3377
3375
|
"hasDynamicHelp": false,
|
|
3378
3376
|
"hiddenAliases": [],
|
|
3379
|
-
"id": "channels:
|
|
3377
|
+
"id": "channels:get",
|
|
3380
3378
|
"pluginAlias": "@instantkom/cli",
|
|
3381
3379
|
"pluginName": "@instantkom/cli",
|
|
3382
3380
|
"pluginType": "core",
|
|
@@ -3387,19 +3385,19 @@
|
|
|
3387
3385
|
"dist",
|
|
3388
3386
|
"commands",
|
|
3389
3387
|
"channels",
|
|
3390
|
-
"
|
|
3388
|
+
"get.js"
|
|
3391
3389
|
]
|
|
3392
3390
|
},
|
|
3393
|
-
"
|
|
3391
|
+
"channels:kpis": {
|
|
3394
3392
|
"aliases": [],
|
|
3395
3393
|
"args": {
|
|
3396
3394
|
"id": {
|
|
3397
|
-
"description": "
|
|
3395
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
3398
3396
|
"name": "id",
|
|
3399
|
-
"required":
|
|
3397
|
+
"required": false
|
|
3400
3398
|
}
|
|
3401
3399
|
},
|
|
3402
|
-
"description": "Get
|
|
3400
|
+
"description": "Get channel KPIs",
|
|
3403
3401
|
"flags": {
|
|
3404
3402
|
"api-key": {
|
|
3405
3403
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3462,11 +3460,18 @@
|
|
|
3462
3460
|
"hasDynamicHelp": false,
|
|
3463
3461
|
"multiple": false,
|
|
3464
3462
|
"type": "option"
|
|
3463
|
+
},
|
|
3464
|
+
"period": {
|
|
3465
|
+
"description": "KPI period",
|
|
3466
|
+
"name": "period",
|
|
3467
|
+
"hasDynamicHelp": false,
|
|
3468
|
+
"multiple": false,
|
|
3469
|
+
"type": "option"
|
|
3465
3470
|
}
|
|
3466
3471
|
},
|
|
3467
3472
|
"hasDynamicHelp": false,
|
|
3468
3473
|
"hiddenAliases": [],
|
|
3469
|
-
"id": "
|
|
3474
|
+
"id": "channels:kpis",
|
|
3470
3475
|
"pluginAlias": "@instantkom/cli",
|
|
3471
3476
|
"pluginName": "@instantkom/cli",
|
|
3472
3477
|
"pluginType": "core",
|
|
@@ -3476,14 +3481,14 @@
|
|
|
3476
3481
|
"relativePath": [
|
|
3477
3482
|
"dist",
|
|
3478
3483
|
"commands",
|
|
3479
|
-
"
|
|
3480
|
-
"
|
|
3484
|
+
"channels",
|
|
3485
|
+
"kpis.js"
|
|
3481
3486
|
]
|
|
3482
3487
|
},
|
|
3483
|
-
"
|
|
3488
|
+
"channels:list": {
|
|
3484
3489
|
"aliases": [],
|
|
3485
3490
|
"args": {},
|
|
3486
|
-
"description": "List
|
|
3491
|
+
"description": "List channels",
|
|
3487
3492
|
"flags": {
|
|
3488
3493
|
"api-key": {
|
|
3489
3494
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3563,56 +3568,31 @@
|
|
|
3563
3568
|
"multiple": false,
|
|
3564
3569
|
"type": "option"
|
|
3565
3570
|
},
|
|
3566
|
-
"
|
|
3567
|
-
"description": "Filter by channel
|
|
3568
|
-
"name": "
|
|
3571
|
+
"status": {
|
|
3572
|
+
"description": "Filter by channel status",
|
|
3573
|
+
"name": "status",
|
|
3569
3574
|
"hasDynamicHelp": false,
|
|
3570
3575
|
"multiple": false,
|
|
3571
3576
|
"type": "option"
|
|
3572
3577
|
},
|
|
3573
|
-
"
|
|
3574
|
-
"description": "
|
|
3575
|
-
"name": "
|
|
3578
|
+
"gateway-type": {
|
|
3579
|
+
"description": "Filter by gateway type ID",
|
|
3580
|
+
"name": "gateway-type",
|
|
3576
3581
|
"hasDynamicHelp": false,
|
|
3577
3582
|
"multiple": false,
|
|
3578
3583
|
"type": "option"
|
|
3579
3584
|
},
|
|
3580
3585
|
"search": {
|
|
3581
|
-
"description": "Search
|
|
3586
|
+
"description": "Search by channel name",
|
|
3582
3587
|
"name": "search",
|
|
3583
3588
|
"hasDynamicHelp": false,
|
|
3584
3589
|
"multiple": false,
|
|
3585
3590
|
"type": "option"
|
|
3586
|
-
},
|
|
3587
|
-
"status": {
|
|
3588
|
-
"description": "Chat status",
|
|
3589
|
-
"name": "status",
|
|
3590
|
-
"hasDynamicHelp": false,
|
|
3591
|
-
"multiple": false,
|
|
3592
|
-
"options": [
|
|
3593
|
-
"all",
|
|
3594
|
-
"unread",
|
|
3595
|
-
"read",
|
|
3596
|
-
"archived"
|
|
3597
|
-
],
|
|
3598
|
-
"type": "option"
|
|
3599
|
-
},
|
|
3600
|
-
"unread-only": {
|
|
3601
|
-
"description": "Only unread chats",
|
|
3602
|
-
"name": "unread-only",
|
|
3603
|
-
"allowNo": false,
|
|
3604
|
-
"type": "boolean"
|
|
3605
|
-
},
|
|
3606
|
-
"include-archived": {
|
|
3607
|
-
"description": "Include archived chats",
|
|
3608
|
-
"name": "include-archived",
|
|
3609
|
-
"allowNo": false,
|
|
3610
|
-
"type": "boolean"
|
|
3611
3591
|
}
|
|
3612
3592
|
},
|
|
3613
3593
|
"hasDynamicHelp": false,
|
|
3614
3594
|
"hiddenAliases": [],
|
|
3615
|
-
"id": "
|
|
3595
|
+
"id": "channels:list",
|
|
3616
3596
|
"pluginAlias": "@instantkom/cli",
|
|
3617
3597
|
"pluginName": "@instantkom/cli",
|
|
3618
3598
|
"pluginType": "core",
|
|
@@ -3622,20 +3602,20 @@
|
|
|
3622
3602
|
"relativePath": [
|
|
3623
3603
|
"dist",
|
|
3624
3604
|
"commands",
|
|
3625
|
-
"
|
|
3605
|
+
"channels",
|
|
3626
3606
|
"list.js"
|
|
3627
3607
|
]
|
|
3628
3608
|
},
|
|
3629
|
-
"
|
|
3609
|
+
"channels:update": {
|
|
3630
3610
|
"aliases": [],
|
|
3631
3611
|
"args": {
|
|
3632
3612
|
"id": {
|
|
3633
|
-
"description": "
|
|
3613
|
+
"description": "Channel ID",
|
|
3634
3614
|
"name": "id",
|
|
3635
3615
|
"required": true
|
|
3636
3616
|
}
|
|
3637
3617
|
},
|
|
3638
|
-
"description": "
|
|
3618
|
+
"description": "Update a channel",
|
|
3639
3619
|
"flags": {
|
|
3640
3620
|
"api-key": {
|
|
3641
3621
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3699,10 +3679,30 @@
|
|
|
3699
3679
|
"multiple": false,
|
|
3700
3680
|
"type": "option"
|
|
3701
3681
|
},
|
|
3702
|
-
"
|
|
3703
|
-
"description": "
|
|
3704
|
-
"name": "
|
|
3705
|
-
"
|
|
3682
|
+
"name": {
|
|
3683
|
+
"description": "Channel name",
|
|
3684
|
+
"name": "name",
|
|
3685
|
+
"hasDynamicHelp": false,
|
|
3686
|
+
"multiple": false,
|
|
3687
|
+
"type": "option"
|
|
3688
|
+
},
|
|
3689
|
+
"status": {
|
|
3690
|
+
"description": "Channel lifecycle status",
|
|
3691
|
+
"name": "status",
|
|
3692
|
+
"hasDynamicHelp": false,
|
|
3693
|
+
"multiple": false,
|
|
3694
|
+
"type": "option"
|
|
3695
|
+
},
|
|
3696
|
+
"description": {
|
|
3697
|
+
"description": "Channel description",
|
|
3698
|
+
"name": "description",
|
|
3699
|
+
"hasDynamicHelp": false,
|
|
3700
|
+
"multiple": false,
|
|
3701
|
+
"type": "option"
|
|
3702
|
+
},
|
|
3703
|
+
"data": {
|
|
3704
|
+
"description": "Additional JSON object payload",
|
|
3705
|
+
"name": "data",
|
|
3706
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": "channels:update",
|
|
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
|
+
"channels",
|
|
3724
|
+
"update.js"
|
|
3725
3725
|
]
|
|
3726
3726
|
},
|
|
3727
3727
|
"config:get": {
|
|
@@ -7596,10 +7596,10 @@
|
|
|
7596
7596
|
"update.js"
|
|
7597
7597
|
]
|
|
7598
7598
|
},
|
|
7599
|
-
"
|
|
7599
|
+
"flows:create": {
|
|
7600
7600
|
"aliases": [],
|
|
7601
7601
|
"args": {},
|
|
7602
|
-
"description": "Create a
|
|
7602
|
+
"description": "Create a flow",
|
|
7603
7603
|
"flags": {
|
|
7604
7604
|
"api-key": {
|
|
7605
7605
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7663,8 +7663,16 @@
|
|
|
7663
7663
|
"multiple": false,
|
|
7664
7664
|
"type": "option"
|
|
7665
7665
|
},
|
|
7666
|
+
"channel": {
|
|
7667
|
+
"description": "Channel ID",
|
|
7668
|
+
"name": "channel",
|
|
7669
|
+
"required": true,
|
|
7670
|
+
"hasDynamicHelp": false,
|
|
7671
|
+
"multiple": false,
|
|
7672
|
+
"type": "option"
|
|
7673
|
+
},
|
|
7666
7674
|
"name": {
|
|
7667
|
-
"description": "
|
|
7675
|
+
"description": "Flow name",
|
|
7668
7676
|
"name": "name",
|
|
7669
7677
|
"required": true,
|
|
7670
7678
|
"hasDynamicHelp": false,
|
|
@@ -7672,21 +7680,21 @@
|
|
|
7672
7680
|
"type": "option"
|
|
7673
7681
|
},
|
|
7674
7682
|
"description": {
|
|
7675
|
-
"description": "
|
|
7683
|
+
"description": "Flow description",
|
|
7676
7684
|
"name": "description",
|
|
7677
7685
|
"hasDynamicHelp": false,
|
|
7678
7686
|
"multiple": false,
|
|
7679
7687
|
"type": "option"
|
|
7680
7688
|
},
|
|
7681
7689
|
"color": {
|
|
7682
|
-
"description": "
|
|
7690
|
+
"description": "Flow color as HEX",
|
|
7683
7691
|
"name": "color",
|
|
7684
7692
|
"hasDynamicHelp": false,
|
|
7685
7693
|
"multiple": false,
|
|
7686
7694
|
"type": "option"
|
|
7687
7695
|
},
|
|
7688
7696
|
"folder": {
|
|
7689
|
-
"description": "
|
|
7697
|
+
"description": "Folder ID",
|
|
7690
7698
|
"name": "folder",
|
|
7691
7699
|
"hasDynamicHelp": false,
|
|
7692
7700
|
"multiple": false,
|
|
@@ -7702,7 +7710,7 @@
|
|
|
7702
7710
|
},
|
|
7703
7711
|
"hasDynamicHelp": false,
|
|
7704
7712
|
"hiddenAliases": [],
|
|
7705
|
-
"id": "
|
|
7713
|
+
"id": "flows:create",
|
|
7706
7714
|
"pluginAlias": "@instantkom/cli",
|
|
7707
7715
|
"pluginName": "@instantkom/cli",
|
|
7708
7716
|
"pluginType": "core",
|
|
@@ -7712,20 +7720,20 @@
|
|
|
7712
7720
|
"relativePath": [
|
|
7713
7721
|
"dist",
|
|
7714
7722
|
"commands",
|
|
7715
|
-
"
|
|
7723
|
+
"flows",
|
|
7716
7724
|
"create.js"
|
|
7717
7725
|
]
|
|
7718
7726
|
},
|
|
7719
|
-
"
|
|
7727
|
+
"flows:delete": {
|
|
7720
7728
|
"aliases": [],
|
|
7721
7729
|
"args": {
|
|
7722
7730
|
"id": {
|
|
7723
|
-
"description": "
|
|
7731
|
+
"description": "Flow ID",
|
|
7724
7732
|
"name": "id",
|
|
7725
7733
|
"required": true
|
|
7726
7734
|
}
|
|
7727
7735
|
},
|
|
7728
|
-
"description": "Delete
|
|
7736
|
+
"description": "Delete a flow",
|
|
7729
7737
|
"flags": {
|
|
7730
7738
|
"api-key": {
|
|
7731
7739
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7792,7 +7800,7 @@
|
|
|
7792
7800
|
},
|
|
7793
7801
|
"hasDynamicHelp": false,
|
|
7794
7802
|
"hiddenAliases": [],
|
|
7795
|
-
"id": "
|
|
7803
|
+
"id": "flows:delete",
|
|
7796
7804
|
"pluginAlias": "@instantkom/cli",
|
|
7797
7805
|
"pluginName": "@instantkom/cli",
|
|
7798
7806
|
"pluginType": "core",
|
|
@@ -7802,14 +7810,20 @@
|
|
|
7802
7810
|
"relativePath": [
|
|
7803
7811
|
"dist",
|
|
7804
7812
|
"commands",
|
|
7805
|
-
"
|
|
7813
|
+
"flows",
|
|
7806
7814
|
"delete.js"
|
|
7807
7815
|
]
|
|
7808
7816
|
},
|
|
7809
|
-
"
|
|
7817
|
+
"flows:get": {
|
|
7810
7818
|
"aliases": [],
|
|
7811
|
-
"args": {
|
|
7812
|
-
|
|
7819
|
+
"args": {
|
|
7820
|
+
"id": {
|
|
7821
|
+
"description": "Flow ID",
|
|
7822
|
+
"name": "id",
|
|
7823
|
+
"required": true
|
|
7824
|
+
}
|
|
7825
|
+
},
|
|
7826
|
+
"description": "Get a flow by ID",
|
|
7813
7827
|
"flags": {
|
|
7814
7828
|
"api-key": {
|
|
7815
7829
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7821,14 +7835,17 @@
|
|
|
7821
7835
|
"type": "option"
|
|
7822
7836
|
},
|
|
7823
7837
|
"format": {
|
|
7824
|
-
"description": "
|
|
7838
|
+
"description": "Output format: text, json, yaml, or table",
|
|
7839
|
+
"helpGroup": "GLOBAL",
|
|
7825
7840
|
"name": "format",
|
|
7826
|
-
"default": "
|
|
7841
|
+
"default": "text",
|
|
7827
7842
|
"hasDynamicHelp": false,
|
|
7828
7843
|
"multiple": false,
|
|
7829
7844
|
"options": [
|
|
7830
|
-
"
|
|
7831
|
-
"json"
|
|
7845
|
+
"text",
|
|
7846
|
+
"json",
|
|
7847
|
+
"yaml",
|
|
7848
|
+
"table"
|
|
7832
7849
|
],
|
|
7833
7850
|
"type": "option"
|
|
7834
7851
|
},
|
|
@@ -7869,19 +7886,11 @@
|
|
|
7869
7886
|
"hasDynamicHelp": false,
|
|
7870
7887
|
"multiple": false,
|
|
7871
7888
|
"type": "option"
|
|
7872
|
-
},
|
|
7873
|
-
"file": {
|
|
7874
|
-
"description": "Output file path",
|
|
7875
|
-
"name": "file",
|
|
7876
|
-
"required": true,
|
|
7877
|
-
"hasDynamicHelp": false,
|
|
7878
|
-
"multiple": false,
|
|
7879
|
-
"type": "option"
|
|
7880
7889
|
}
|
|
7881
7890
|
},
|
|
7882
7891
|
"hasDynamicHelp": false,
|
|
7883
7892
|
"hiddenAliases": [],
|
|
7884
|
-
"id": "
|
|
7893
|
+
"id": "flows:get",
|
|
7885
7894
|
"pluginAlias": "@instantkom/cli",
|
|
7886
7895
|
"pluginName": "@instantkom/cli",
|
|
7887
7896
|
"pluginType": "core",
|
|
@@ -7891,20 +7900,14 @@
|
|
|
7891
7900
|
"relativePath": [
|
|
7892
7901
|
"dist",
|
|
7893
7902
|
"commands",
|
|
7894
|
-
"
|
|
7895
|
-
"
|
|
7903
|
+
"flows",
|
|
7904
|
+
"get.js"
|
|
7896
7905
|
]
|
|
7897
7906
|
},
|
|
7898
|
-
"
|
|
7907
|
+
"flows:list": {
|
|
7899
7908
|
"aliases": [],
|
|
7900
|
-
"args": {
|
|
7901
|
-
|
|
7902
|
-
"description": "tag ID",
|
|
7903
|
-
"name": "id",
|
|
7904
|
-
"required": true
|
|
7905
|
-
}
|
|
7906
|
-
},
|
|
7907
|
-
"description": "Get tag by ID",
|
|
7909
|
+
"args": {},
|
|
7910
|
+
"description": "List flows",
|
|
7908
7911
|
"flags": {
|
|
7909
7912
|
"api-key": {
|
|
7910
7913
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7967,28 +7970,71 @@
|
|
|
7967
7970
|
"hasDynamicHelp": false,
|
|
7968
7971
|
"multiple": false,
|
|
7969
7972
|
"type": "option"
|
|
7970
|
-
}
|
|
7971
|
-
|
|
7972
|
-
|
|
7973
|
-
|
|
7974
|
-
|
|
7975
|
-
|
|
7976
|
-
|
|
7977
|
-
|
|
7978
|
-
|
|
7979
|
-
|
|
7980
|
-
|
|
7981
|
-
|
|
7982
|
-
|
|
7983
|
-
|
|
7984
|
-
|
|
7985
|
-
|
|
7986
|
-
|
|
7987
|
-
|
|
7988
|
-
|
|
7989
|
-
|
|
7990
|
-
|
|
7991
|
-
|
|
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",
|
|
8007
|
+
"hasDynamicHelp": false,
|
|
8008
|
+
"multiple": false,
|
|
8009
|
+
"type": "option"
|
|
8010
|
+
}
|
|
8011
|
+
},
|
|
8012
|
+
"hasDynamicHelp": false,
|
|
8013
|
+
"hiddenAliases": [],
|
|
8014
|
+
"id": "flows:list",
|
|
8015
|
+
"pluginAlias": "@instantkom/cli",
|
|
8016
|
+
"pluginName": "@instantkom/cli",
|
|
8017
|
+
"pluginType": "core",
|
|
8018
|
+
"strict": true,
|
|
8019
|
+
"enableJsonFlag": false,
|
|
8020
|
+
"isESM": true,
|
|
8021
|
+
"relativePath": [
|
|
8022
|
+
"dist",
|
|
8023
|
+
"commands",
|
|
8024
|
+
"flows",
|
|
8025
|
+
"list.js"
|
|
8026
|
+
]
|
|
8027
|
+
},
|
|
8028
|
+
"flows:update": {
|
|
8029
|
+
"aliases": [],
|
|
8030
|
+
"args": {
|
|
8031
|
+
"id": {
|
|
8032
|
+
"description": "Flow ID",
|
|
8033
|
+
"name": "id",
|
|
8034
|
+
"required": true
|
|
8035
|
+
}
|
|
8036
|
+
},
|
|
8037
|
+
"description": "Update a flow",
|
|
7992
8038
|
"flags": {
|
|
7993
8039
|
"api-key": {
|
|
7994
8040
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8052,24 +8098,45 @@
|
|
|
8052
8098
|
"multiple": false,
|
|
8053
8099
|
"type": "option"
|
|
8054
8100
|
},
|
|
8055
|
-
"
|
|
8056
|
-
"description": "
|
|
8057
|
-
"name": "
|
|
8058
|
-
"required": true,
|
|
8101
|
+
"name": {
|
|
8102
|
+
"description": "Flow name",
|
|
8103
|
+
"name": "name",
|
|
8059
8104
|
"hasDynamicHelp": false,
|
|
8060
8105
|
"multiple": false,
|
|
8061
8106
|
"type": "option"
|
|
8062
8107
|
},
|
|
8063
|
-
"
|
|
8064
|
-
"description": "
|
|
8065
|
-
"name": "
|
|
8066
|
-
"
|
|
8067
|
-
"
|
|
8108
|
+
"description": {
|
|
8109
|
+
"description": "Flow description",
|
|
8110
|
+
"name": "description",
|
|
8111
|
+
"hasDynamicHelp": false,
|
|
8112
|
+
"multiple": false,
|
|
8113
|
+
"type": "option"
|
|
8114
|
+
},
|
|
8115
|
+
"color": {
|
|
8116
|
+
"description": "Flow color as HEX",
|
|
8117
|
+
"name": "color",
|
|
8118
|
+
"hasDynamicHelp": false,
|
|
8119
|
+
"multiple": false,
|
|
8120
|
+
"type": "option"
|
|
8121
|
+
},
|
|
8122
|
+
"folder": {
|
|
8123
|
+
"description": "Folder ID",
|
|
8124
|
+
"name": "folder",
|
|
8125
|
+
"hasDynamicHelp": false,
|
|
8126
|
+
"multiple": false,
|
|
8127
|
+
"type": "option"
|
|
8128
|
+
},
|
|
8129
|
+
"data": {
|
|
8130
|
+
"description": "Additional JSON object payload",
|
|
8131
|
+
"name": "data",
|
|
8132
|
+
"hasDynamicHelp": false,
|
|
8133
|
+
"multiple": false,
|
|
8134
|
+
"type": "option"
|
|
8068
8135
|
}
|
|
8069
8136
|
},
|
|
8070
8137
|
"hasDynamicHelp": false,
|
|
8071
8138
|
"hiddenAliases": [],
|
|
8072
|
-
"id": "
|
|
8139
|
+
"id": "flows:update",
|
|
8073
8140
|
"pluginAlias": "@instantkom/cli",
|
|
8074
8141
|
"pluginName": "@instantkom/cli",
|
|
8075
8142
|
"pluginType": "core",
|
|
@@ -8079,14 +8146,14 @@
|
|
|
8079
8146
|
"relativePath": [
|
|
8080
8147
|
"dist",
|
|
8081
8148
|
"commands",
|
|
8082
|
-
"
|
|
8083
|
-
"
|
|
8149
|
+
"flows",
|
|
8150
|
+
"update.js"
|
|
8084
8151
|
]
|
|
8085
8152
|
},
|
|
8086
|
-
"tags:
|
|
8153
|
+
"tags:create": {
|
|
8087
8154
|
"aliases": [],
|
|
8088
8155
|
"args": {},
|
|
8089
|
-
"description": "
|
|
8156
|
+
"description": "Create a tag",
|
|
8090
8157
|
"flags": {
|
|
8091
8158
|
"api-key": {
|
|
8092
8159
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8150,32 +8217,38 @@
|
|
|
8150
8217
|
"multiple": false,
|
|
8151
8218
|
"type": "option"
|
|
8152
8219
|
},
|
|
8153
|
-
"
|
|
8154
|
-
"description": "
|
|
8155
|
-
"name": "
|
|
8156
|
-
"
|
|
8220
|
+
"name": {
|
|
8221
|
+
"description": "Tag name",
|
|
8222
|
+
"name": "name",
|
|
8223
|
+
"required": true,
|
|
8157
8224
|
"hasDynamicHelp": false,
|
|
8158
8225
|
"multiple": false,
|
|
8159
8226
|
"type": "option"
|
|
8160
8227
|
},
|
|
8161
|
-
"
|
|
8162
|
-
"description": "
|
|
8163
|
-
"name": "
|
|
8164
|
-
"default": 20,
|
|
8228
|
+
"description": {
|
|
8229
|
+
"description": "Tag description",
|
|
8230
|
+
"name": "description",
|
|
8165
8231
|
"hasDynamicHelp": false,
|
|
8166
8232
|
"multiple": false,
|
|
8167
8233
|
"type": "option"
|
|
8168
8234
|
},
|
|
8169
|
-
"
|
|
8170
|
-
"description": "
|
|
8171
|
-
"name": "
|
|
8235
|
+
"color": {
|
|
8236
|
+
"description": "Tag color as HEX",
|
|
8237
|
+
"name": "color",
|
|
8172
8238
|
"hasDynamicHelp": false,
|
|
8173
8239
|
"multiple": false,
|
|
8174
8240
|
"type": "option"
|
|
8175
8241
|
},
|
|
8176
|
-
"
|
|
8177
|
-
"description": "
|
|
8178
|
-
"name": "
|
|
8242
|
+
"folder": {
|
|
8243
|
+
"description": "Object folder ID",
|
|
8244
|
+
"name": "folder",
|
|
8245
|
+
"hasDynamicHelp": false,
|
|
8246
|
+
"multiple": false,
|
|
8247
|
+
"type": "option"
|
|
8248
|
+
},
|
|
8249
|
+
"data": {
|
|
8250
|
+
"description": "Additional JSON object payload",
|
|
8251
|
+
"name": "data",
|
|
8179
8252
|
"hasDynamicHelp": false,
|
|
8180
8253
|
"multiple": false,
|
|
8181
8254
|
"type": "option"
|
|
@@ -8183,7 +8256,7 @@
|
|
|
8183
8256
|
},
|
|
8184
8257
|
"hasDynamicHelp": false,
|
|
8185
8258
|
"hiddenAliases": [],
|
|
8186
|
-
"id": "tags:
|
|
8259
|
+
"id": "tags:create",
|
|
8187
8260
|
"pluginAlias": "@instantkom/cli",
|
|
8188
8261
|
"pluginName": "@instantkom/cli",
|
|
8189
8262
|
"pluginType": "core",
|
|
@@ -8194,19 +8267,19 @@
|
|
|
8194
8267
|
"dist",
|
|
8195
8268
|
"commands",
|
|
8196
8269
|
"tags",
|
|
8197
|
-
"
|
|
8270
|
+
"create.js"
|
|
8198
8271
|
]
|
|
8199
8272
|
},
|
|
8200
|
-
"tags:
|
|
8273
|
+
"tags:delete": {
|
|
8201
8274
|
"aliases": [],
|
|
8202
8275
|
"args": {
|
|
8203
8276
|
"id": {
|
|
8204
|
-
"description": "
|
|
8277
|
+
"description": "tag ID",
|
|
8205
8278
|
"name": "id",
|
|
8206
8279
|
"required": true
|
|
8207
8280
|
}
|
|
8208
8281
|
},
|
|
8209
|
-
"description": "
|
|
8282
|
+
"description": "Delete tag",
|
|
8210
8283
|
"flags": {
|
|
8211
8284
|
"api-key": {
|
|
8212
8285
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8269,46 +8342,11 @@
|
|
|
8269
8342
|
"hasDynamicHelp": false,
|
|
8270
8343
|
"multiple": false,
|
|
8271
8344
|
"type": "option"
|
|
8272
|
-
},
|
|
8273
|
-
"name": {
|
|
8274
|
-
"description": "Tag name",
|
|
8275
|
-
"name": "name",
|
|
8276
|
-
"hasDynamicHelp": false,
|
|
8277
|
-
"multiple": false,
|
|
8278
|
-
"type": "option"
|
|
8279
|
-
},
|
|
8280
|
-
"description": {
|
|
8281
|
-
"description": "Tag description",
|
|
8282
|
-
"name": "description",
|
|
8283
|
-
"hasDynamicHelp": false,
|
|
8284
|
-
"multiple": false,
|
|
8285
|
-
"type": "option"
|
|
8286
|
-
},
|
|
8287
|
-
"color": {
|
|
8288
|
-
"description": "Tag color as HEX",
|
|
8289
|
-
"name": "color",
|
|
8290
|
-
"hasDynamicHelp": false,
|
|
8291
|
-
"multiple": false,
|
|
8292
|
-
"type": "option"
|
|
8293
|
-
},
|
|
8294
|
-
"folder": {
|
|
8295
|
-
"description": "Object folder ID",
|
|
8296
|
-
"name": "folder",
|
|
8297
|
-
"hasDynamicHelp": false,
|
|
8298
|
-
"multiple": false,
|
|
8299
|
-
"type": "option"
|
|
8300
|
-
},
|
|
8301
|
-
"data": {
|
|
8302
|
-
"description": "Additional JSON object payload",
|
|
8303
|
-
"name": "data",
|
|
8304
|
-
"hasDynamicHelp": false,
|
|
8305
|
-
"multiple": false,
|
|
8306
|
-
"type": "option"
|
|
8307
8345
|
}
|
|
8308
8346
|
},
|
|
8309
8347
|
"hasDynamicHelp": false,
|
|
8310
8348
|
"hiddenAliases": [],
|
|
8311
|
-
"id": "tags:
|
|
8349
|
+
"id": "tags:delete",
|
|
8312
8350
|
"pluginAlias": "@instantkom/cli",
|
|
8313
8351
|
"pluginName": "@instantkom/cli",
|
|
8314
8352
|
"pluginType": "core",
|
|
@@ -8319,13 +8357,13 @@
|
|
|
8319
8357
|
"dist",
|
|
8320
8358
|
"commands",
|
|
8321
8359
|
"tags",
|
|
8322
|
-
"
|
|
8360
|
+
"delete.js"
|
|
8323
8361
|
]
|
|
8324
8362
|
},
|
|
8325
|
-
"tags:
|
|
8363
|
+
"tags:export": {
|
|
8326
8364
|
"aliases": [],
|
|
8327
8365
|
"args": {},
|
|
8328
|
-
"description": "
|
|
8366
|
+
"description": "Export tags to a file",
|
|
8329
8367
|
"flags": {
|
|
8330
8368
|
"api-key": {
|
|
8331
8369
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8337,17 +8375,14 @@
|
|
|
8337
8375
|
"type": "option"
|
|
8338
8376
|
},
|
|
8339
8377
|
"format": {
|
|
8340
|
-
"description": "
|
|
8341
|
-
"helpGroup": "GLOBAL",
|
|
8378
|
+
"description": "Export format",
|
|
8342
8379
|
"name": "format",
|
|
8343
|
-
"default": "
|
|
8380
|
+
"default": "csv",
|
|
8344
8381
|
"hasDynamicHelp": false,
|
|
8345
8382
|
"multiple": false,
|
|
8346
8383
|
"options": [
|
|
8347
|
-
"
|
|
8348
|
-
"json"
|
|
8349
|
-
"yaml",
|
|
8350
|
-
"table"
|
|
8384
|
+
"csv",
|
|
8385
|
+
"json"
|
|
8351
8386
|
],
|
|
8352
8387
|
"type": "option"
|
|
8353
8388
|
},
|
|
@@ -8390,7 +8425,7 @@
|
|
|
8390
8425
|
"type": "option"
|
|
8391
8426
|
},
|
|
8392
8427
|
"file": {
|
|
8393
|
-
"description": "
|
|
8428
|
+
"description": "Output file path",
|
|
8394
8429
|
"name": "file",
|
|
8395
8430
|
"required": true,
|
|
8396
8431
|
"hasDynamicHelp": false,
|
|
@@ -8400,7 +8435,7 @@
|
|
|
8400
8435
|
},
|
|
8401
8436
|
"hasDynamicHelp": false,
|
|
8402
8437
|
"hiddenAliases": [],
|
|
8403
|
-
"id": "tags:
|
|
8438
|
+
"id": "tags:export",
|
|
8404
8439
|
"pluginAlias": "@instantkom/cli",
|
|
8405
8440
|
"pluginName": "@instantkom/cli",
|
|
8406
8441
|
"pluginType": "core",
|
|
@@ -8411,13 +8446,19 @@
|
|
|
8411
8446
|
"dist",
|
|
8412
8447
|
"commands",
|
|
8413
8448
|
"tags",
|
|
8414
|
-
"
|
|
8449
|
+
"export.js"
|
|
8415
8450
|
]
|
|
8416
8451
|
},
|
|
8417
|
-
"
|
|
8452
|
+
"tags:get": {
|
|
8418
8453
|
"aliases": [],
|
|
8419
|
-
"args": {
|
|
8420
|
-
|
|
8454
|
+
"args": {
|
|
8455
|
+
"id": {
|
|
8456
|
+
"description": "tag ID",
|
|
8457
|
+
"name": "id",
|
|
8458
|
+
"required": true
|
|
8459
|
+
}
|
|
8460
|
+
},
|
|
8461
|
+
"description": "Get tag by ID",
|
|
8421
8462
|
"flags": {
|
|
8422
8463
|
"api-key": {
|
|
8423
8464
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8480,78 +8521,11 @@
|
|
|
8480
8521
|
"hasDynamicHelp": false,
|
|
8481
8522
|
"multiple": false,
|
|
8482
8523
|
"type": "option"
|
|
8483
|
-
},
|
|
8484
|
-
"email": {
|
|
8485
|
-
"description": "Email address",
|
|
8486
|
-
"name": "email",
|
|
8487
|
-
"required": true,
|
|
8488
|
-
"hasDynamicHelp": false,
|
|
8489
|
-
"multiple": false,
|
|
8490
|
-
"type": "option"
|
|
8491
|
-
},
|
|
8492
|
-
"first-name": {
|
|
8493
|
-
"description": "First name",
|
|
8494
|
-
"name": "first-name",
|
|
8495
|
-
"required": true,
|
|
8496
|
-
"hasDynamicHelp": false,
|
|
8497
|
-
"multiple": false,
|
|
8498
|
-
"type": "option"
|
|
8499
|
-
},
|
|
8500
|
-
"last-name": {
|
|
8501
|
-
"description": "Last name",
|
|
8502
|
-
"name": "last-name",
|
|
8503
|
-
"required": true,
|
|
8504
|
-
"hasDynamicHelp": false,
|
|
8505
|
-
"multiple": false,
|
|
8506
|
-
"type": "option"
|
|
8507
|
-
},
|
|
8508
|
-
"password": {
|
|
8509
|
-
"description": "Initial password",
|
|
8510
|
-
"name": "password",
|
|
8511
|
-
"required": true,
|
|
8512
|
-
"hasDynamicHelp": false,
|
|
8513
|
-
"multiple": false,
|
|
8514
|
-
"type": "option"
|
|
8515
|
-
},
|
|
8516
|
-
"phone": {
|
|
8517
|
-
"description": "Phone number",
|
|
8518
|
-
"name": "phone",
|
|
8519
|
-
"hasDynamicHelp": false,
|
|
8520
|
-
"multiple": false,
|
|
8521
|
-
"type": "option"
|
|
8522
|
-
},
|
|
8523
|
-
"company": {
|
|
8524
|
-
"description": "Company name",
|
|
8525
|
-
"name": "company",
|
|
8526
|
-
"hasDynamicHelp": false,
|
|
8527
|
-
"multiple": false,
|
|
8528
|
-
"type": "option"
|
|
8529
|
-
},
|
|
8530
|
-
"color": {
|
|
8531
|
-
"description": "Color as HEX",
|
|
8532
|
-
"name": "color",
|
|
8533
|
-
"hasDynamicHelp": false,
|
|
8534
|
-
"multiple": false,
|
|
8535
|
-
"type": "option"
|
|
8536
|
-
},
|
|
8537
|
-
"folder": {
|
|
8538
|
-
"description": "Object folder ID",
|
|
8539
|
-
"name": "folder",
|
|
8540
|
-
"hasDynamicHelp": false,
|
|
8541
|
-
"multiple": false,
|
|
8542
|
-
"type": "option"
|
|
8543
|
-
},
|
|
8544
|
-
"data": {
|
|
8545
|
-
"description": "Additional JSON object payload",
|
|
8546
|
-
"name": "data",
|
|
8547
|
-
"hasDynamicHelp": false,
|
|
8548
|
-
"multiple": false,
|
|
8549
|
-
"type": "option"
|
|
8550
8524
|
}
|
|
8551
8525
|
},
|
|
8552
8526
|
"hasDynamicHelp": false,
|
|
8553
8527
|
"hiddenAliases": [],
|
|
8554
|
-
"id": "
|
|
8528
|
+
"id": "tags:get",
|
|
8555
8529
|
"pluginAlias": "@instantkom/cli",
|
|
8556
8530
|
"pluginName": "@instantkom/cli",
|
|
8557
8531
|
"pluginType": "core",
|
|
@@ -8561,20 +8535,14 @@
|
|
|
8561
8535
|
"relativePath": [
|
|
8562
8536
|
"dist",
|
|
8563
8537
|
"commands",
|
|
8564
|
-
"
|
|
8565
|
-
"
|
|
8538
|
+
"tags",
|
|
8539
|
+
"get.js"
|
|
8566
8540
|
]
|
|
8567
8541
|
},
|
|
8568
|
-
"
|
|
8542
|
+
"tags:import": {
|
|
8569
8543
|
"aliases": [],
|
|
8570
|
-
"args": {
|
|
8571
|
-
|
|
8572
|
-
"description": "Team member ID",
|
|
8573
|
-
"name": "id",
|
|
8574
|
-
"required": true
|
|
8575
|
-
}
|
|
8576
|
-
},
|
|
8577
|
-
"description": "Delete a team member",
|
|
8544
|
+
"args": {},
|
|
8545
|
+
"description": "Import tags from JSON",
|
|
8578
8546
|
"flags": {
|
|
8579
8547
|
"api-key": {
|
|
8580
8548
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8637,11 +8605,25 @@
|
|
|
8637
8605
|
"hasDynamicHelp": false,
|
|
8638
8606
|
"multiple": false,
|
|
8639
8607
|
"type": "option"
|
|
8608
|
+
},
|
|
8609
|
+
"file": {
|
|
8610
|
+
"description": "JSON file path",
|
|
8611
|
+
"name": "file",
|
|
8612
|
+
"required": true,
|
|
8613
|
+
"hasDynamicHelp": false,
|
|
8614
|
+
"multiple": false,
|
|
8615
|
+
"type": "option"
|
|
8616
|
+
},
|
|
8617
|
+
"skip-duplicates": {
|
|
8618
|
+
"description": "Skip duplicate tags",
|
|
8619
|
+
"name": "skip-duplicates",
|
|
8620
|
+
"allowNo": true,
|
|
8621
|
+
"type": "boolean"
|
|
8640
8622
|
}
|
|
8641
8623
|
},
|
|
8642
8624
|
"hasDynamicHelp": false,
|
|
8643
8625
|
"hiddenAliases": [],
|
|
8644
|
-
"id": "
|
|
8626
|
+
"id": "tags:import",
|
|
8645
8627
|
"pluginAlias": "@instantkom/cli",
|
|
8646
8628
|
"pluginName": "@instantkom/cli",
|
|
8647
8629
|
"pluginType": "core",
|
|
@@ -8651,14 +8633,14 @@
|
|
|
8651
8633
|
"relativePath": [
|
|
8652
8634
|
"dist",
|
|
8653
8635
|
"commands",
|
|
8654
|
-
"
|
|
8655
|
-
"
|
|
8636
|
+
"tags",
|
|
8637
|
+
"import.js"
|
|
8656
8638
|
]
|
|
8657
8639
|
},
|
|
8658
|
-
"
|
|
8640
|
+
"tags:list": {
|
|
8659
8641
|
"aliases": [],
|
|
8660
8642
|
"args": {},
|
|
8661
|
-
"description": "List
|
|
8643
|
+
"description": "List tags",
|
|
8662
8644
|
"flags": {
|
|
8663
8645
|
"api-key": {
|
|
8664
8646
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8721,11 +8703,41 @@
|
|
|
8721
8703
|
"hasDynamicHelp": false,
|
|
8722
8704
|
"multiple": false,
|
|
8723
8705
|
"type": "option"
|
|
8706
|
+
},
|
|
8707
|
+
"page": {
|
|
8708
|
+
"description": "Page number",
|
|
8709
|
+
"name": "page",
|
|
8710
|
+
"default": 1,
|
|
8711
|
+
"hasDynamicHelp": false,
|
|
8712
|
+
"multiple": false,
|
|
8713
|
+
"type": "option"
|
|
8714
|
+
},
|
|
8715
|
+
"limit": {
|
|
8716
|
+
"description": "Items per page",
|
|
8717
|
+
"name": "limit",
|
|
8718
|
+
"default": 20,
|
|
8719
|
+
"hasDynamicHelp": false,
|
|
8720
|
+
"multiple": false,
|
|
8721
|
+
"type": "option"
|
|
8722
|
+
},
|
|
8723
|
+
"search": {
|
|
8724
|
+
"description": "Search by name",
|
|
8725
|
+
"name": "search",
|
|
8726
|
+
"hasDynamicHelp": false,
|
|
8727
|
+
"multiple": false,
|
|
8728
|
+
"type": "option"
|
|
8729
|
+
},
|
|
8730
|
+
"color": {
|
|
8731
|
+
"description": "Filter by color",
|
|
8732
|
+
"name": "color",
|
|
8733
|
+
"hasDynamicHelp": false,
|
|
8734
|
+
"multiple": false,
|
|
8735
|
+
"type": "option"
|
|
8724
8736
|
}
|
|
8725
8737
|
},
|
|
8726
8738
|
"hasDynamicHelp": false,
|
|
8727
8739
|
"hiddenAliases": [],
|
|
8728
|
-
"id": "
|
|
8740
|
+
"id": "tags:list",
|
|
8729
8741
|
"pluginAlias": "@instantkom/cli",
|
|
8730
8742
|
"pluginName": "@instantkom/cli",
|
|
8731
8743
|
"pluginType": "core",
|
|
@@ -8735,14 +8747,20 @@
|
|
|
8735
8747
|
"relativePath": [
|
|
8736
8748
|
"dist",
|
|
8737
8749
|
"commands",
|
|
8738
|
-
"
|
|
8750
|
+
"tags",
|
|
8739
8751
|
"list.js"
|
|
8740
8752
|
]
|
|
8741
8753
|
},
|
|
8742
|
-
"
|
|
8754
|
+
"tags:update": {
|
|
8743
8755
|
"aliases": [],
|
|
8744
|
-
"args": {
|
|
8745
|
-
|
|
8756
|
+
"args": {
|
|
8757
|
+
"id": {
|
|
8758
|
+
"description": "Tag ID",
|
|
8759
|
+
"name": "id",
|
|
8760
|
+
"required": true
|
|
8761
|
+
}
|
|
8762
|
+
},
|
|
8763
|
+
"description": "Update a tag",
|
|
8746
8764
|
"flags": {
|
|
8747
8765
|
"api-key": {
|
|
8748
8766
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8806,78 +8824,30 @@
|
|
|
8806
8824
|
"multiple": false,
|
|
8807
8825
|
"type": "option"
|
|
8808
8826
|
},
|
|
8809
|
-
"channel": {
|
|
8810
|
-
"description": "Channel ID",
|
|
8811
|
-
"name": "channel",
|
|
8812
|
-
"required": true,
|
|
8813
|
-
"hasDynamicHelp": false,
|
|
8814
|
-
"multiple": false,
|
|
8815
|
-
"type": "option"
|
|
8816
|
-
},
|
|
8817
8827
|
"name": {
|
|
8818
|
-
"description": "
|
|
8828
|
+
"description": "Tag name",
|
|
8819
8829
|
"name": "name",
|
|
8820
|
-
"required": true,
|
|
8821
|
-
"hasDynamicHelp": false,
|
|
8822
|
-
"multiple": false,
|
|
8823
|
-
"type": "option"
|
|
8824
|
-
},
|
|
8825
|
-
"type": {
|
|
8826
|
-
"description": "Template type",
|
|
8827
|
-
"name": "type",
|
|
8828
|
-
"default": "text",
|
|
8829
8830
|
"hasDynamicHelp": false,
|
|
8830
8831
|
"multiple": false,
|
|
8831
|
-
"options": [
|
|
8832
|
-
"text",
|
|
8833
|
-
"image",
|
|
8834
|
-
"video",
|
|
8835
|
-
"document",
|
|
8836
|
-
"audio",
|
|
8837
|
-
"location",
|
|
8838
|
-
"contact",
|
|
8839
|
-
"interactive"
|
|
8840
|
-
],
|
|
8841
8832
|
"type": "option"
|
|
8842
8833
|
},
|
|
8843
|
-
"
|
|
8844
|
-
"description": "
|
|
8845
|
-
"name": "
|
|
8846
|
-
"required": true,
|
|
8834
|
+
"description": {
|
|
8835
|
+
"description": "Tag description",
|
|
8836
|
+
"name": "description",
|
|
8847
8837
|
"hasDynamicHelp": false,
|
|
8848
8838
|
"multiple": false,
|
|
8849
8839
|
"type": "option"
|
|
8850
8840
|
},
|
|
8851
8841
|
"color": {
|
|
8852
|
-
"description": "
|
|
8842
|
+
"description": "Tag color as HEX",
|
|
8853
8843
|
"name": "color",
|
|
8854
8844
|
"hasDynamicHelp": false,
|
|
8855
8845
|
"multiple": false,
|
|
8856
8846
|
"type": "option"
|
|
8857
8847
|
},
|
|
8858
|
-
"
|
|
8859
|
-
"description": "
|
|
8860
|
-
"name": "
|
|
8861
|
-
"allowNo": true,
|
|
8862
|
-
"type": "boolean"
|
|
8863
|
-
},
|
|
8864
|
-
"whatsapp-language": {
|
|
8865
|
-
"description": "WhatsApp template language",
|
|
8866
|
-
"name": "whatsapp-language",
|
|
8867
|
-
"hasDynamicHelp": false,
|
|
8868
|
-
"multiple": false,
|
|
8869
|
-
"type": "option"
|
|
8870
|
-
},
|
|
8871
|
-
"buttons": {
|
|
8872
|
-
"description": "Buttons JSON array/object",
|
|
8873
|
-
"name": "buttons",
|
|
8874
|
-
"hasDynamicHelp": false,
|
|
8875
|
-
"multiple": false,
|
|
8876
|
-
"type": "option"
|
|
8877
|
-
},
|
|
8878
|
-
"header-footer": {
|
|
8879
|
-
"description": "Header/footer JSON object",
|
|
8880
|
-
"name": "header-footer",
|
|
8848
|
+
"folder": {
|
|
8849
|
+
"description": "Object folder ID",
|
|
8850
|
+
"name": "folder",
|
|
8881
8851
|
"hasDynamicHelp": false,
|
|
8882
8852
|
"multiple": false,
|
|
8883
8853
|
"type": "option"
|
|
@@ -8892,7 +8862,7 @@
|
|
|
8892
8862
|
},
|
|
8893
8863
|
"hasDynamicHelp": false,
|
|
8894
8864
|
"hiddenAliases": [],
|
|
8895
|
-
"id": "
|
|
8865
|
+
"id": "tags:update",
|
|
8896
8866
|
"pluginAlias": "@instantkom/cli",
|
|
8897
8867
|
"pluginName": "@instantkom/cli",
|
|
8898
8868
|
"pluginType": "core",
|
|
@@ -8902,20 +8872,14 @@
|
|
|
8902
8872
|
"relativePath": [
|
|
8903
8873
|
"dist",
|
|
8904
8874
|
"commands",
|
|
8905
|
-
"
|
|
8906
|
-
"
|
|
8875
|
+
"tags",
|
|
8876
|
+
"update.js"
|
|
8907
8877
|
]
|
|
8908
8878
|
},
|
|
8909
|
-
"
|
|
8879
|
+
"tags:validate-import": {
|
|
8910
8880
|
"aliases": [],
|
|
8911
|
-
"args": {
|
|
8912
|
-
|
|
8913
|
-
"description": "template ID",
|
|
8914
|
-
"name": "id",
|
|
8915
|
-
"required": true
|
|
8916
|
-
}
|
|
8917
|
-
},
|
|
8918
|
-
"description": "Delete template",
|
|
8881
|
+
"args": {},
|
|
8882
|
+
"description": "Validate tags import JSON",
|
|
8919
8883
|
"flags": {
|
|
8920
8884
|
"api-key": {
|
|
8921
8885
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8978,11 +8942,19 @@
|
|
|
8978
8942
|
"hasDynamicHelp": false,
|
|
8979
8943
|
"multiple": false,
|
|
8980
8944
|
"type": "option"
|
|
8945
|
+
},
|
|
8946
|
+
"file": {
|
|
8947
|
+
"description": "JSON file path",
|
|
8948
|
+
"name": "file",
|
|
8949
|
+
"required": true,
|
|
8950
|
+
"hasDynamicHelp": false,
|
|
8951
|
+
"multiple": false,
|
|
8952
|
+
"type": "option"
|
|
8981
8953
|
}
|
|
8982
8954
|
},
|
|
8983
8955
|
"hasDynamicHelp": false,
|
|
8984
8956
|
"hiddenAliases": [],
|
|
8985
|
-
"id": "
|
|
8957
|
+
"id": "tags:validate-import",
|
|
8986
8958
|
"pluginAlias": "@instantkom/cli",
|
|
8987
8959
|
"pluginName": "@instantkom/cli",
|
|
8988
8960
|
"pluginType": "core",
|
|
@@ -8992,14 +8964,14 @@
|
|
|
8992
8964
|
"relativePath": [
|
|
8993
8965
|
"dist",
|
|
8994
8966
|
"commands",
|
|
8995
|
-
"
|
|
8996
|
-
"
|
|
8967
|
+
"tags",
|
|
8968
|
+
"validate-import.js"
|
|
8997
8969
|
]
|
|
8998
8970
|
},
|
|
8999
|
-
"
|
|
8971
|
+
"team:create": {
|
|
9000
8972
|
"aliases": [],
|
|
9001
8973
|
"args": {},
|
|
9002
|
-
"description": "
|
|
8974
|
+
"description": "Create a team member",
|
|
9003
8975
|
"flags": {
|
|
9004
8976
|
"api-key": {
|
|
9005
8977
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9011,14 +8983,17 @@
|
|
|
9011
8983
|
"type": "option"
|
|
9012
8984
|
},
|
|
9013
8985
|
"format": {
|
|
9014
|
-
"description": "
|
|
8986
|
+
"description": "Output format: text, json, yaml, or table",
|
|
8987
|
+
"helpGroup": "GLOBAL",
|
|
9015
8988
|
"name": "format",
|
|
9016
|
-
"default": "
|
|
8989
|
+
"default": "text",
|
|
9017
8990
|
"hasDynamicHelp": false,
|
|
9018
8991
|
"multiple": false,
|
|
9019
8992
|
"options": [
|
|
9020
|
-
"
|
|
9021
|
-
"json"
|
|
8993
|
+
"text",
|
|
8994
|
+
"json",
|
|
8995
|
+
"yaml",
|
|
8996
|
+
"table"
|
|
9022
8997
|
],
|
|
9023
8998
|
"type": "option"
|
|
9024
8999
|
},
|
|
@@ -9060,25 +9035,77 @@
|
|
|
9060
9035
|
"multiple": false,
|
|
9061
9036
|
"type": "option"
|
|
9062
9037
|
},
|
|
9063
|
-
"
|
|
9064
|
-
"description": "
|
|
9065
|
-
"name": "
|
|
9038
|
+
"email": {
|
|
9039
|
+
"description": "Email address",
|
|
9040
|
+
"name": "email",
|
|
9066
9041
|
"required": true,
|
|
9067
9042
|
"hasDynamicHelp": false,
|
|
9068
9043
|
"multiple": false,
|
|
9069
9044
|
"type": "option"
|
|
9070
9045
|
},
|
|
9071
|
-
"
|
|
9072
|
-
"description": "
|
|
9073
|
-
"name": "
|
|
9046
|
+
"first-name": {
|
|
9047
|
+
"description": "First name",
|
|
9048
|
+
"name": "first-name",
|
|
9049
|
+
"required": true,
|
|
9074
9050
|
"hasDynamicHelp": false,
|
|
9075
9051
|
"multiple": false,
|
|
9076
9052
|
"type": "option"
|
|
9077
|
-
}
|
|
9078
|
-
|
|
9053
|
+
},
|
|
9054
|
+
"last-name": {
|
|
9055
|
+
"description": "Last name",
|
|
9056
|
+
"name": "last-name",
|
|
9057
|
+
"required": true,
|
|
9058
|
+
"hasDynamicHelp": false,
|
|
9059
|
+
"multiple": false,
|
|
9060
|
+
"type": "option"
|
|
9061
|
+
},
|
|
9062
|
+
"password": {
|
|
9063
|
+
"description": "Initial password",
|
|
9064
|
+
"name": "password",
|
|
9065
|
+
"required": true,
|
|
9066
|
+
"hasDynamicHelp": false,
|
|
9067
|
+
"multiple": false,
|
|
9068
|
+
"type": "option"
|
|
9069
|
+
},
|
|
9070
|
+
"phone": {
|
|
9071
|
+
"description": "Phone number",
|
|
9072
|
+
"name": "phone",
|
|
9073
|
+
"hasDynamicHelp": false,
|
|
9074
|
+
"multiple": false,
|
|
9075
|
+
"type": "option"
|
|
9076
|
+
},
|
|
9077
|
+
"company": {
|
|
9078
|
+
"description": "Company name",
|
|
9079
|
+
"name": "company",
|
|
9080
|
+
"hasDynamicHelp": false,
|
|
9081
|
+
"multiple": false,
|
|
9082
|
+
"type": "option"
|
|
9083
|
+
},
|
|
9084
|
+
"color": {
|
|
9085
|
+
"description": "Color as HEX",
|
|
9086
|
+
"name": "color",
|
|
9087
|
+
"hasDynamicHelp": false,
|
|
9088
|
+
"multiple": false,
|
|
9089
|
+
"type": "option"
|
|
9090
|
+
},
|
|
9091
|
+
"folder": {
|
|
9092
|
+
"description": "Object folder ID",
|
|
9093
|
+
"name": "folder",
|
|
9094
|
+
"hasDynamicHelp": false,
|
|
9095
|
+
"multiple": false,
|
|
9096
|
+
"type": "option"
|
|
9097
|
+
},
|
|
9098
|
+
"data": {
|
|
9099
|
+
"description": "Additional JSON object payload",
|
|
9100
|
+
"name": "data",
|
|
9101
|
+
"hasDynamicHelp": false,
|
|
9102
|
+
"multiple": false,
|
|
9103
|
+
"type": "option"
|
|
9104
|
+
}
|
|
9105
|
+
},
|
|
9079
9106
|
"hasDynamicHelp": false,
|
|
9080
9107
|
"hiddenAliases": [],
|
|
9081
|
-
"id": "
|
|
9108
|
+
"id": "team:create",
|
|
9082
9109
|
"pluginAlias": "@instantkom/cli",
|
|
9083
9110
|
"pluginName": "@instantkom/cli",
|
|
9084
9111
|
"pluginType": "core",
|
|
@@ -9088,20 +9115,20 @@
|
|
|
9088
9115
|
"relativePath": [
|
|
9089
9116
|
"dist",
|
|
9090
9117
|
"commands",
|
|
9091
|
-
"
|
|
9092
|
-
"
|
|
9118
|
+
"team",
|
|
9119
|
+
"create.js"
|
|
9093
9120
|
]
|
|
9094
9121
|
},
|
|
9095
|
-
"
|
|
9122
|
+
"team:delete": {
|
|
9096
9123
|
"aliases": [],
|
|
9097
9124
|
"args": {
|
|
9098
9125
|
"id": {
|
|
9099
|
-
"description": "
|
|
9126
|
+
"description": "Team member ID",
|
|
9100
9127
|
"name": "id",
|
|
9101
9128
|
"required": true
|
|
9102
9129
|
}
|
|
9103
9130
|
},
|
|
9104
|
-
"description": "
|
|
9131
|
+
"description": "Delete a team member",
|
|
9105
9132
|
"flags": {
|
|
9106
9133
|
"api-key": {
|
|
9107
9134
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9168,7 +9195,7 @@
|
|
|
9168
9195
|
},
|
|
9169
9196
|
"hasDynamicHelp": false,
|
|
9170
9197
|
"hiddenAliases": [],
|
|
9171
|
-
"id": "
|
|
9198
|
+
"id": "team:delete",
|
|
9172
9199
|
"pluginAlias": "@instantkom/cli",
|
|
9173
9200
|
"pluginName": "@instantkom/cli",
|
|
9174
9201
|
"pluginType": "core",
|
|
@@ -9178,14 +9205,14 @@
|
|
|
9178
9205
|
"relativePath": [
|
|
9179
9206
|
"dist",
|
|
9180
9207
|
"commands",
|
|
9181
|
-
"
|
|
9182
|
-
"
|
|
9208
|
+
"team",
|
|
9209
|
+
"delete.js"
|
|
9183
9210
|
]
|
|
9184
9211
|
},
|
|
9185
|
-
"
|
|
9212
|
+
"team:list": {
|
|
9186
9213
|
"aliases": [],
|
|
9187
9214
|
"args": {},
|
|
9188
|
-
"description": "
|
|
9215
|
+
"description": "List team members",
|
|
9189
9216
|
"flags": {
|
|
9190
9217
|
"api-key": {
|
|
9191
9218
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9248,33 +9275,11 @@
|
|
|
9248
9275
|
"hasDynamicHelp": false,
|
|
9249
9276
|
"multiple": false,
|
|
9250
9277
|
"type": "option"
|
|
9251
|
-
},
|
|
9252
|
-
"file": {
|
|
9253
|
-
"description": "JSON file path",
|
|
9254
|
-
"name": "file",
|
|
9255
|
-
"required": true,
|
|
9256
|
-
"hasDynamicHelp": false,
|
|
9257
|
-
"multiple": false,
|
|
9258
|
-
"type": "option"
|
|
9259
|
-
},
|
|
9260
|
-
"channel": {
|
|
9261
|
-
"description": "Target channel ID",
|
|
9262
|
-
"name": "channel",
|
|
9263
|
-
"required": true,
|
|
9264
|
-
"hasDynamicHelp": false,
|
|
9265
|
-
"multiple": false,
|
|
9266
|
-
"type": "option"
|
|
9267
|
-
},
|
|
9268
|
-
"skip-duplicates": {
|
|
9269
|
-
"description": "Skip duplicate templates",
|
|
9270
|
-
"name": "skip-duplicates",
|
|
9271
|
-
"allowNo": true,
|
|
9272
|
-
"type": "boolean"
|
|
9273
9278
|
}
|
|
9274
9279
|
},
|
|
9275
9280
|
"hasDynamicHelp": false,
|
|
9276
9281
|
"hiddenAliases": [],
|
|
9277
|
-
"id": "
|
|
9282
|
+
"id": "team:list",
|
|
9278
9283
|
"pluginAlias": "@instantkom/cli",
|
|
9279
9284
|
"pluginName": "@instantkom/cli",
|
|
9280
9285
|
"pluginType": "core",
|
|
@@ -9284,14 +9289,14 @@
|
|
|
9284
9289
|
"relativePath": [
|
|
9285
9290
|
"dist",
|
|
9286
9291
|
"commands",
|
|
9287
|
-
"
|
|
9288
|
-
"
|
|
9292
|
+
"team",
|
|
9293
|
+
"list.js"
|
|
9289
9294
|
]
|
|
9290
9295
|
},
|
|
9291
|
-
"templates:
|
|
9296
|
+
"templates:create": {
|
|
9292
9297
|
"aliases": [],
|
|
9293
9298
|
"args": {},
|
|
9294
|
-
"description": "
|
|
9299
|
+
"description": "Create a message template",
|
|
9295
9300
|
"flags": {
|
|
9296
9301
|
"api-key": {
|
|
9297
9302
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9356,31 +9361,84 @@
|
|
|
9356
9361
|
"type": "option"
|
|
9357
9362
|
},
|
|
9358
9363
|
"channel": {
|
|
9359
|
-
"description": "
|
|
9364
|
+
"description": "Channel ID",
|
|
9360
9365
|
"name": "channel",
|
|
9366
|
+
"required": true,
|
|
9361
9367
|
"hasDynamicHelp": false,
|
|
9362
9368
|
"multiple": false,
|
|
9363
9369
|
"type": "option"
|
|
9364
9370
|
},
|
|
9365
|
-
"
|
|
9366
|
-
"description": "
|
|
9367
|
-
"name": "
|
|
9371
|
+
"name": {
|
|
9372
|
+
"description": "Template name",
|
|
9373
|
+
"name": "name",
|
|
9374
|
+
"required": true,
|
|
9368
9375
|
"hasDynamicHelp": false,
|
|
9369
9376
|
"multiple": false,
|
|
9370
9377
|
"type": "option"
|
|
9371
9378
|
},
|
|
9372
|
-
"
|
|
9373
|
-
"description": "
|
|
9374
|
-
"name": "
|
|
9375
|
-
"default":
|
|
9379
|
+
"type": {
|
|
9380
|
+
"description": "Template type",
|
|
9381
|
+
"name": "type",
|
|
9382
|
+
"default": "text",
|
|
9383
|
+
"hasDynamicHelp": false,
|
|
9384
|
+
"multiple": false,
|
|
9385
|
+
"options": [
|
|
9386
|
+
"text",
|
|
9387
|
+
"image",
|
|
9388
|
+
"video",
|
|
9389
|
+
"document",
|
|
9390
|
+
"audio",
|
|
9391
|
+
"location",
|
|
9392
|
+
"contact",
|
|
9393
|
+
"interactive"
|
|
9394
|
+
],
|
|
9395
|
+
"type": "option"
|
|
9396
|
+
},
|
|
9397
|
+
"message": {
|
|
9398
|
+
"description": "Template message",
|
|
9399
|
+
"name": "message",
|
|
9400
|
+
"required": true,
|
|
9376
9401
|
"hasDynamicHelp": false,
|
|
9377
9402
|
"multiple": false,
|
|
9378
9403
|
"type": "option"
|
|
9379
9404
|
},
|
|
9380
|
-
"
|
|
9381
|
-
"description": "
|
|
9382
|
-
"name": "
|
|
9383
|
-
"
|
|
9405
|
+
"color": {
|
|
9406
|
+
"description": "Template color as HEX",
|
|
9407
|
+
"name": "color",
|
|
9408
|
+
"hasDynamicHelp": false,
|
|
9409
|
+
"multiple": false,
|
|
9410
|
+
"type": "option"
|
|
9411
|
+
},
|
|
9412
|
+
"status": {
|
|
9413
|
+
"description": "Template is active",
|
|
9414
|
+
"name": "status",
|
|
9415
|
+
"allowNo": true,
|
|
9416
|
+
"type": "boolean"
|
|
9417
|
+
},
|
|
9418
|
+
"whatsapp-language": {
|
|
9419
|
+
"description": "WhatsApp template language",
|
|
9420
|
+
"name": "whatsapp-language",
|
|
9421
|
+
"hasDynamicHelp": false,
|
|
9422
|
+
"multiple": false,
|
|
9423
|
+
"type": "option"
|
|
9424
|
+
},
|
|
9425
|
+
"buttons": {
|
|
9426
|
+
"description": "Buttons JSON array/object",
|
|
9427
|
+
"name": "buttons",
|
|
9428
|
+
"hasDynamicHelp": false,
|
|
9429
|
+
"multiple": false,
|
|
9430
|
+
"type": "option"
|
|
9431
|
+
},
|
|
9432
|
+
"header-footer": {
|
|
9433
|
+
"description": "Header/footer JSON object",
|
|
9434
|
+
"name": "header-footer",
|
|
9435
|
+
"hasDynamicHelp": false,
|
|
9436
|
+
"multiple": false,
|
|
9437
|
+
"type": "option"
|
|
9438
|
+
},
|
|
9439
|
+
"data": {
|
|
9440
|
+
"description": "Additional JSON object payload",
|
|
9441
|
+
"name": "data",
|
|
9384
9442
|
"hasDynamicHelp": false,
|
|
9385
9443
|
"multiple": false,
|
|
9386
9444
|
"type": "option"
|
|
@@ -9388,7 +9446,7 @@
|
|
|
9388
9446
|
},
|
|
9389
9447
|
"hasDynamicHelp": false,
|
|
9390
9448
|
"hiddenAliases": [],
|
|
9391
|
-
"id": "templates:
|
|
9449
|
+
"id": "templates:create",
|
|
9392
9450
|
"pluginAlias": "@instantkom/cli",
|
|
9393
9451
|
"pluginName": "@instantkom/cli",
|
|
9394
9452
|
"pluginType": "core",
|
|
@@ -9399,19 +9457,19 @@
|
|
|
9399
9457
|
"dist",
|
|
9400
9458
|
"commands",
|
|
9401
9459
|
"templates",
|
|
9402
|
-
"
|
|
9460
|
+
"create.js"
|
|
9403
9461
|
]
|
|
9404
9462
|
},
|
|
9405
|
-
"templates:
|
|
9463
|
+
"templates:delete": {
|
|
9406
9464
|
"aliases": [],
|
|
9407
9465
|
"args": {
|
|
9408
9466
|
"id": {
|
|
9409
|
-
"description": "
|
|
9467
|
+
"description": "template ID",
|
|
9410
9468
|
"name": "id",
|
|
9411
9469
|
"required": true
|
|
9412
9470
|
}
|
|
9413
9471
|
},
|
|
9414
|
-
"description": "
|
|
9472
|
+
"description": "Delete template",
|
|
9415
9473
|
"flags": {
|
|
9416
9474
|
"api-key": {
|
|
9417
9475
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9474,18 +9532,11 @@
|
|
|
9474
9532
|
"hasDynamicHelp": false,
|
|
9475
9533
|
"multiple": false,
|
|
9476
9534
|
"type": "option"
|
|
9477
|
-
},
|
|
9478
|
-
"vars": {
|
|
9479
|
-
"description": "Template variable as key=value; may be repeated",
|
|
9480
|
-
"name": "vars",
|
|
9481
|
-
"hasDynamicHelp": false,
|
|
9482
|
-
"multiple": true,
|
|
9483
|
-
"type": "option"
|
|
9484
9535
|
}
|
|
9485
9536
|
},
|
|
9486
9537
|
"hasDynamicHelp": false,
|
|
9487
9538
|
"hiddenAliases": [],
|
|
9488
|
-
"id": "templates:
|
|
9539
|
+
"id": "templates:delete",
|
|
9489
9540
|
"pluginAlias": "@instantkom/cli",
|
|
9490
9541
|
"pluginName": "@instantkom/cli",
|
|
9491
9542
|
"pluginType": "core",
|
|
@@ -9496,19 +9547,13 @@
|
|
|
9496
9547
|
"dist",
|
|
9497
9548
|
"commands",
|
|
9498
9549
|
"templates",
|
|
9499
|
-
"
|
|
9550
|
+
"delete.js"
|
|
9500
9551
|
]
|
|
9501
9552
|
},
|
|
9502
|
-
"templates:
|
|
9553
|
+
"templates:export": {
|
|
9503
9554
|
"aliases": [],
|
|
9504
|
-
"args": {
|
|
9505
|
-
|
|
9506
|
-
"description": "Template ID",
|
|
9507
|
-
"name": "id",
|
|
9508
|
-
"required": true
|
|
9509
|
-
}
|
|
9510
|
-
},
|
|
9511
|
-
"description": "Update a message template",
|
|
9555
|
+
"args": {},
|
|
9556
|
+
"description": "Export templates to a file",
|
|
9512
9557
|
"flags": {
|
|
9513
9558
|
"api-key": {
|
|
9514
9559
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9520,17 +9565,14 @@
|
|
|
9520
9565
|
"type": "option"
|
|
9521
9566
|
},
|
|
9522
9567
|
"format": {
|
|
9523
|
-
"description": "
|
|
9524
|
-
"helpGroup": "GLOBAL",
|
|
9568
|
+
"description": "Export format",
|
|
9525
9569
|
"name": "format",
|
|
9526
|
-
"default": "
|
|
9570
|
+
"default": "json",
|
|
9527
9571
|
"hasDynamicHelp": false,
|
|
9528
9572
|
"multiple": false,
|
|
9529
9573
|
"options": [
|
|
9530
|
-
"
|
|
9531
|
-
"json"
|
|
9532
|
-
"yaml",
|
|
9533
|
-
"table"
|
|
9574
|
+
"csv",
|
|
9575
|
+
"json"
|
|
9534
9576
|
],
|
|
9535
9577
|
"type": "option"
|
|
9536
9578
|
},
|
|
@@ -9572,80 +9614,17 @@
|
|
|
9572
9614
|
"multiple": false,
|
|
9573
9615
|
"type": "option"
|
|
9574
9616
|
},
|
|
9575
|
-
"
|
|
9576
|
-
"description": "
|
|
9577
|
-
"name": "
|
|
9617
|
+
"file": {
|
|
9618
|
+
"description": "Output file path",
|
|
9619
|
+
"name": "file",
|
|
9620
|
+
"required": true,
|
|
9578
9621
|
"hasDynamicHelp": false,
|
|
9579
9622
|
"multiple": false,
|
|
9580
9623
|
"type": "option"
|
|
9581
9624
|
},
|
|
9582
|
-
"
|
|
9583
|
-
"description": "
|
|
9584
|
-
"name": "
|
|
9585
|
-
"hasDynamicHelp": false,
|
|
9586
|
-
"multiple": false,
|
|
9587
|
-
"options": [
|
|
9588
|
-
"text",
|
|
9589
|
-
"image",
|
|
9590
|
-
"video",
|
|
9591
|
-
"document",
|
|
9592
|
-
"audio",
|
|
9593
|
-
"location",
|
|
9594
|
-
"contact",
|
|
9595
|
-
"interactive"
|
|
9596
|
-
],
|
|
9597
|
-
"type": "option"
|
|
9598
|
-
},
|
|
9599
|
-
"message": {
|
|
9600
|
-
"description": "Template message",
|
|
9601
|
-
"name": "message",
|
|
9602
|
-
"hasDynamicHelp": false,
|
|
9603
|
-
"multiple": false,
|
|
9604
|
-
"type": "option"
|
|
9605
|
-
},
|
|
9606
|
-
"color": {
|
|
9607
|
-
"description": "Template color as HEX",
|
|
9608
|
-
"name": "color",
|
|
9609
|
-
"hasDynamicHelp": false,
|
|
9610
|
-
"multiple": false,
|
|
9611
|
-
"type": "option"
|
|
9612
|
-
},
|
|
9613
|
-
"status": {
|
|
9614
|
-
"description": "Template is active",
|
|
9615
|
-
"name": "status",
|
|
9616
|
-
"allowNo": true,
|
|
9617
|
-
"type": "boolean"
|
|
9618
|
-
},
|
|
9619
|
-
"remove-media": {
|
|
9620
|
-
"description": "Remove existing media",
|
|
9621
|
-
"name": "remove-media",
|
|
9622
|
-
"allowNo": false,
|
|
9623
|
-
"type": "boolean"
|
|
9624
|
-
},
|
|
9625
|
-
"whatsapp-language": {
|
|
9626
|
-
"description": "WhatsApp template language",
|
|
9627
|
-
"name": "whatsapp-language",
|
|
9628
|
-
"hasDynamicHelp": false,
|
|
9629
|
-
"multiple": false,
|
|
9630
|
-
"type": "option"
|
|
9631
|
-
},
|
|
9632
|
-
"buttons": {
|
|
9633
|
-
"description": "Buttons JSON array/object",
|
|
9634
|
-
"name": "buttons",
|
|
9635
|
-
"hasDynamicHelp": false,
|
|
9636
|
-
"multiple": false,
|
|
9637
|
-
"type": "option"
|
|
9638
|
-
},
|
|
9639
|
-
"header-footer": {
|
|
9640
|
-
"description": "Header/footer JSON object",
|
|
9641
|
-
"name": "header-footer",
|
|
9642
|
-
"hasDynamicHelp": false,
|
|
9643
|
-
"multiple": false,
|
|
9644
|
-
"type": "option"
|
|
9645
|
-
},
|
|
9646
|
-
"data": {
|
|
9647
|
-
"description": "Additional JSON object payload",
|
|
9648
|
-
"name": "data",
|
|
9625
|
+
"channel": {
|
|
9626
|
+
"description": "Filter by channel ID",
|
|
9627
|
+
"name": "channel",
|
|
9649
9628
|
"hasDynamicHelp": false,
|
|
9650
9629
|
"multiple": false,
|
|
9651
9630
|
"type": "option"
|
|
@@ -9653,7 +9632,7 @@
|
|
|
9653
9632
|
},
|
|
9654
9633
|
"hasDynamicHelp": false,
|
|
9655
9634
|
"hiddenAliases": [],
|
|
9656
|
-
"id": "templates:
|
|
9635
|
+
"id": "templates:export",
|
|
9657
9636
|
"pluginAlias": "@instantkom/cli",
|
|
9658
9637
|
"pluginName": "@instantkom/cli",
|
|
9659
9638
|
"pluginType": "core",
|
|
@@ -9664,13 +9643,19 @@
|
|
|
9664
9643
|
"dist",
|
|
9665
9644
|
"commands",
|
|
9666
9645
|
"templates",
|
|
9667
|
-
"
|
|
9646
|
+
"export.js"
|
|
9668
9647
|
]
|
|
9669
9648
|
},
|
|
9670
|
-
"templates:
|
|
9649
|
+
"templates:get": {
|
|
9671
9650
|
"aliases": [],
|
|
9672
|
-
"args": {
|
|
9673
|
-
|
|
9651
|
+
"args": {
|
|
9652
|
+
"id": {
|
|
9653
|
+
"description": "Template ID",
|
|
9654
|
+
"name": "id",
|
|
9655
|
+
"required": true
|
|
9656
|
+
}
|
|
9657
|
+
},
|
|
9658
|
+
"description": "Get a message template by ID",
|
|
9674
9659
|
"flags": {
|
|
9675
9660
|
"api-key": {
|
|
9676
9661
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9733,27 +9718,11 @@
|
|
|
9733
9718
|
"hasDynamicHelp": false,
|
|
9734
9719
|
"multiple": false,
|
|
9735
9720
|
"type": "option"
|
|
9736
|
-
},
|
|
9737
|
-
"file": {
|
|
9738
|
-
"description": "JSON file path",
|
|
9739
|
-
"name": "file",
|
|
9740
|
-
"required": true,
|
|
9741
|
-
"hasDynamicHelp": false,
|
|
9742
|
-
"multiple": false,
|
|
9743
|
-
"type": "option"
|
|
9744
|
-
},
|
|
9745
|
-
"channel": {
|
|
9746
|
-
"description": "Target channel ID",
|
|
9747
|
-
"name": "channel",
|
|
9748
|
-
"required": true,
|
|
9749
|
-
"hasDynamicHelp": false,
|
|
9750
|
-
"multiple": false,
|
|
9751
|
-
"type": "option"
|
|
9752
9721
|
}
|
|
9753
9722
|
},
|
|
9754
9723
|
"hasDynamicHelp": false,
|
|
9755
9724
|
"hiddenAliases": [],
|
|
9756
|
-
"id": "templates:
|
|
9725
|
+
"id": "templates:get",
|
|
9757
9726
|
"pluginAlias": "@instantkom/cli",
|
|
9758
9727
|
"pluginName": "@instantkom/cli",
|
|
9759
9728
|
"pluginType": "core",
|
|
@@ -9764,13 +9733,13 @@
|
|
|
9764
9733
|
"dist",
|
|
9765
9734
|
"commands",
|
|
9766
9735
|
"templates",
|
|
9767
|
-
"
|
|
9736
|
+
"get.js"
|
|
9768
9737
|
]
|
|
9769
9738
|
},
|
|
9770
|
-
"
|
|
9739
|
+
"templates:import": {
|
|
9771
9740
|
"aliases": [],
|
|
9772
9741
|
"args": {},
|
|
9773
|
-
"description": "
|
|
9742
|
+
"description": "Import templates from JSON",
|
|
9774
9743
|
"flags": {
|
|
9775
9744
|
"api-key": {
|
|
9776
9745
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9834,68 +9803,32 @@
|
|
|
9834
9803
|
"multiple": false,
|
|
9835
9804
|
"type": "option"
|
|
9836
9805
|
},
|
|
9837
|
-
"
|
|
9838
|
-
"description": "
|
|
9839
|
-
"name": "
|
|
9806
|
+
"file": {
|
|
9807
|
+
"description": "JSON file path",
|
|
9808
|
+
"name": "file",
|
|
9840
9809
|
"required": true,
|
|
9841
9810
|
"hasDynamicHelp": false,
|
|
9842
9811
|
"multiple": false,
|
|
9843
9812
|
"type": "option"
|
|
9844
9813
|
},
|
|
9845
|
-
"
|
|
9846
|
-
"description": "
|
|
9847
|
-
"name": "
|
|
9814
|
+
"channel": {
|
|
9815
|
+
"description": "Target channel ID",
|
|
9816
|
+
"name": "channel",
|
|
9848
9817
|
"required": true,
|
|
9849
9818
|
"hasDynamicHelp": false,
|
|
9850
9819
|
"multiple": false,
|
|
9851
9820
|
"type": "option"
|
|
9852
9821
|
},
|
|
9853
|
-
"
|
|
9854
|
-
"description": "
|
|
9855
|
-
"name": "
|
|
9856
|
-
"
|
|
9857
|
-
"
|
|
9858
|
-
"type": "option"
|
|
9859
|
-
},
|
|
9860
|
-
"email": {
|
|
9861
|
-
"description": "Customer email",
|
|
9862
|
-
"name": "email",
|
|
9863
|
-
"hasDynamicHelp": false,
|
|
9864
|
-
"multiple": false,
|
|
9865
|
-
"type": "option"
|
|
9866
|
-
},
|
|
9867
|
-
"name": {
|
|
9868
|
-
"description": "Customer name",
|
|
9869
|
-
"name": "name",
|
|
9870
|
-
"hasDynamicHelp": false,
|
|
9871
|
-
"multiple": false,
|
|
9872
|
-
"type": "option"
|
|
9873
|
-
},
|
|
9874
|
-
"priority": {
|
|
9875
|
-
"description": "Ticket priority",
|
|
9876
|
-
"name": "priority",
|
|
9877
|
-
"hasDynamicHelp": false,
|
|
9878
|
-
"multiple": false,
|
|
9879
|
-
"type": "option"
|
|
9880
|
-
},
|
|
9881
|
-
"source": {
|
|
9882
|
-
"description": "Ticket source",
|
|
9883
|
-
"name": "source",
|
|
9884
|
-
"hasDynamicHelp": false,
|
|
9885
|
-
"multiple": false,
|
|
9886
|
-
"type": "option"
|
|
9887
|
-
},
|
|
9888
|
-
"data": {
|
|
9889
|
-
"description": "Additional JSON object payload",
|
|
9890
|
-
"name": "data",
|
|
9891
|
-
"hasDynamicHelp": false,
|
|
9892
|
-
"multiple": false,
|
|
9893
|
-
"type": "option"
|
|
9822
|
+
"skip-duplicates": {
|
|
9823
|
+
"description": "Skip duplicate templates",
|
|
9824
|
+
"name": "skip-duplicates",
|
|
9825
|
+
"allowNo": true,
|
|
9826
|
+
"type": "boolean"
|
|
9894
9827
|
}
|
|
9895
9828
|
},
|
|
9896
9829
|
"hasDynamicHelp": false,
|
|
9897
9830
|
"hiddenAliases": [],
|
|
9898
|
-
"id": "
|
|
9831
|
+
"id": "templates:import",
|
|
9899
9832
|
"pluginAlias": "@instantkom/cli",
|
|
9900
9833
|
"pluginName": "@instantkom/cli",
|
|
9901
9834
|
"pluginType": "core",
|
|
@@ -9905,20 +9838,14 @@
|
|
|
9905
9838
|
"relativePath": [
|
|
9906
9839
|
"dist",
|
|
9907
9840
|
"commands",
|
|
9908
|
-
"
|
|
9909
|
-
"
|
|
9841
|
+
"templates",
|
|
9842
|
+
"import.js"
|
|
9910
9843
|
]
|
|
9911
9844
|
},
|
|
9912
|
-
"
|
|
9845
|
+
"templates:list": {
|
|
9913
9846
|
"aliases": [],
|
|
9914
|
-
"args": {
|
|
9915
|
-
|
|
9916
|
-
"description": "Ticket ID",
|
|
9917
|
-
"name": "id",
|
|
9918
|
-
"required": true
|
|
9919
|
-
}
|
|
9920
|
-
},
|
|
9921
|
-
"description": "Delete a ticket",
|
|
9847
|
+
"args": {},
|
|
9848
|
+
"description": "List message templates",
|
|
9922
9849
|
"flags": {
|
|
9923
9850
|
"api-key": {
|
|
9924
9851
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9983,9 +9910,31 @@
|
|
|
9983
9910
|
"type": "option"
|
|
9984
9911
|
},
|
|
9985
9912
|
"channel": {
|
|
9986
|
-
"description": "
|
|
9913
|
+
"description": "Filter by channel ID",
|
|
9987
9914
|
"name": "channel",
|
|
9988
|
-
"
|
|
9915
|
+
"hasDynamicHelp": false,
|
|
9916
|
+
"multiple": false,
|
|
9917
|
+
"type": "option"
|
|
9918
|
+
},
|
|
9919
|
+
"search": {
|
|
9920
|
+
"description": "Search templates by name or content",
|
|
9921
|
+
"name": "search",
|
|
9922
|
+
"hasDynamicHelp": false,
|
|
9923
|
+
"multiple": false,
|
|
9924
|
+
"type": "option"
|
|
9925
|
+
},
|
|
9926
|
+
"page": {
|
|
9927
|
+
"description": "Page number",
|
|
9928
|
+
"name": "page",
|
|
9929
|
+
"default": 1,
|
|
9930
|
+
"hasDynamicHelp": false,
|
|
9931
|
+
"multiple": false,
|
|
9932
|
+
"type": "option"
|
|
9933
|
+
},
|
|
9934
|
+
"limit": {
|
|
9935
|
+
"description": "Items per page",
|
|
9936
|
+
"name": "limit",
|
|
9937
|
+
"default": 20,
|
|
9989
9938
|
"hasDynamicHelp": false,
|
|
9990
9939
|
"multiple": false,
|
|
9991
9940
|
"type": "option"
|
|
@@ -9993,7 +9942,7 @@
|
|
|
9993
9942
|
},
|
|
9994
9943
|
"hasDynamicHelp": false,
|
|
9995
9944
|
"hiddenAliases": [],
|
|
9996
|
-
"id": "
|
|
9945
|
+
"id": "templates:list",
|
|
9997
9946
|
"pluginAlias": "@instantkom/cli",
|
|
9998
9947
|
"pluginName": "@instantkom/cli",
|
|
9999
9948
|
"pluginType": "core",
|
|
@@ -10003,20 +9952,20 @@
|
|
|
10003
9952
|
"relativePath": [
|
|
10004
9953
|
"dist",
|
|
10005
9954
|
"commands",
|
|
10006
|
-
"
|
|
10007
|
-
"
|
|
9955
|
+
"templates",
|
|
9956
|
+
"list.js"
|
|
10008
9957
|
]
|
|
10009
9958
|
},
|
|
10010
|
-
"
|
|
9959
|
+
"templates:render": {
|
|
10011
9960
|
"aliases": [],
|
|
10012
9961
|
"args": {
|
|
10013
9962
|
"id": {
|
|
10014
|
-
"description": "
|
|
9963
|
+
"description": "Template ID",
|
|
10015
9964
|
"name": "id",
|
|
10016
9965
|
"required": true
|
|
10017
9966
|
}
|
|
10018
9967
|
},
|
|
10019
|
-
"description": "
|
|
9968
|
+
"description": "Render a message template locally",
|
|
10020
9969
|
"flags": {
|
|
10021
9970
|
"api-key": {
|
|
10022
9971
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10080,18 +10029,17 @@
|
|
|
10080
10029
|
"multiple": false,
|
|
10081
10030
|
"type": "option"
|
|
10082
10031
|
},
|
|
10083
|
-
"
|
|
10084
|
-
"description": "
|
|
10085
|
-
"name": "
|
|
10086
|
-
"required": true,
|
|
10032
|
+
"vars": {
|
|
10033
|
+
"description": "Template variable as key=value; may be repeated",
|
|
10034
|
+
"name": "vars",
|
|
10087
10035
|
"hasDynamicHelp": false,
|
|
10088
|
-
"multiple":
|
|
10036
|
+
"multiple": true,
|
|
10089
10037
|
"type": "option"
|
|
10090
10038
|
}
|
|
10091
10039
|
},
|
|
10092
10040
|
"hasDynamicHelp": false,
|
|
10093
10041
|
"hiddenAliases": [],
|
|
10094
|
-
"id": "
|
|
10042
|
+
"id": "templates:render",
|
|
10095
10043
|
"pluginAlias": "@instantkom/cli",
|
|
10096
10044
|
"pluginName": "@instantkom/cli",
|
|
10097
10045
|
"pluginType": "core",
|
|
@@ -10101,14 +10049,20 @@
|
|
|
10101
10049
|
"relativePath": [
|
|
10102
10050
|
"dist",
|
|
10103
10051
|
"commands",
|
|
10104
|
-
"
|
|
10105
|
-
"
|
|
10052
|
+
"templates",
|
|
10053
|
+
"render.js"
|
|
10106
10054
|
]
|
|
10107
10055
|
},
|
|
10108
|
-
"
|
|
10056
|
+
"templates:update": {
|
|
10109
10057
|
"aliases": [],
|
|
10110
|
-
"args": {
|
|
10111
|
-
|
|
10058
|
+
"args": {
|
|
10059
|
+
"id": {
|
|
10060
|
+
"description": "Template ID",
|
|
10061
|
+
"name": "id",
|
|
10062
|
+
"required": true
|
|
10063
|
+
}
|
|
10064
|
+
},
|
|
10065
|
+
"description": "Update a message template",
|
|
10112
10066
|
"flags": {
|
|
10113
10067
|
"api-key": {
|
|
10114
10068
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10172,26 +10126,80 @@
|
|
|
10172
10126
|
"multiple": false,
|
|
10173
10127
|
"type": "option"
|
|
10174
10128
|
},
|
|
10175
|
-
"
|
|
10176
|
-
"description": "
|
|
10177
|
-
"name": "
|
|
10178
|
-
"required": true,
|
|
10129
|
+
"name": {
|
|
10130
|
+
"description": "Template name",
|
|
10131
|
+
"name": "name",
|
|
10179
10132
|
"hasDynamicHelp": false,
|
|
10180
10133
|
"multiple": false,
|
|
10181
10134
|
"type": "option"
|
|
10182
10135
|
},
|
|
10183
|
-
"
|
|
10184
|
-
"description": "
|
|
10185
|
-
"name": "
|
|
10186
|
-
"default": 500,
|
|
10136
|
+
"type": {
|
|
10137
|
+
"description": "Template type",
|
|
10138
|
+
"name": "type",
|
|
10187
10139
|
"hasDynamicHelp": false,
|
|
10188
10140
|
"multiple": false,
|
|
10141
|
+
"options": [
|
|
10142
|
+
"text",
|
|
10143
|
+
"image",
|
|
10144
|
+
"video",
|
|
10145
|
+
"document",
|
|
10146
|
+
"audio",
|
|
10147
|
+
"location",
|
|
10148
|
+
"contact",
|
|
10149
|
+
"interactive"
|
|
10150
|
+
],
|
|
10189
10151
|
"type": "option"
|
|
10190
10152
|
},
|
|
10191
|
-
"
|
|
10192
|
-
"description": "
|
|
10193
|
-
"name": "
|
|
10194
|
-
"
|
|
10153
|
+
"message": {
|
|
10154
|
+
"description": "Template message",
|
|
10155
|
+
"name": "message",
|
|
10156
|
+
"hasDynamicHelp": false,
|
|
10157
|
+
"multiple": false,
|
|
10158
|
+
"type": "option"
|
|
10159
|
+
},
|
|
10160
|
+
"color": {
|
|
10161
|
+
"description": "Template color as HEX",
|
|
10162
|
+
"name": "color",
|
|
10163
|
+
"hasDynamicHelp": false,
|
|
10164
|
+
"multiple": false,
|
|
10165
|
+
"type": "option"
|
|
10166
|
+
},
|
|
10167
|
+
"status": {
|
|
10168
|
+
"description": "Template is active",
|
|
10169
|
+
"name": "status",
|
|
10170
|
+
"allowNo": true,
|
|
10171
|
+
"type": "boolean"
|
|
10172
|
+
},
|
|
10173
|
+
"remove-media": {
|
|
10174
|
+
"description": "Remove existing media",
|
|
10175
|
+
"name": "remove-media",
|
|
10176
|
+
"allowNo": false,
|
|
10177
|
+
"type": "boolean"
|
|
10178
|
+
},
|
|
10179
|
+
"whatsapp-language": {
|
|
10180
|
+
"description": "WhatsApp template language",
|
|
10181
|
+
"name": "whatsapp-language",
|
|
10182
|
+
"hasDynamicHelp": false,
|
|
10183
|
+
"multiple": false,
|
|
10184
|
+
"type": "option"
|
|
10185
|
+
},
|
|
10186
|
+
"buttons": {
|
|
10187
|
+
"description": "Buttons JSON array/object",
|
|
10188
|
+
"name": "buttons",
|
|
10189
|
+
"hasDynamicHelp": false,
|
|
10190
|
+
"multiple": false,
|
|
10191
|
+
"type": "option"
|
|
10192
|
+
},
|
|
10193
|
+
"header-footer": {
|
|
10194
|
+
"description": "Header/footer JSON object",
|
|
10195
|
+
"name": "header-footer",
|
|
10196
|
+
"hasDynamicHelp": false,
|
|
10197
|
+
"multiple": false,
|
|
10198
|
+
"type": "option"
|
|
10199
|
+
},
|
|
10200
|
+
"data": {
|
|
10201
|
+
"description": "Additional JSON object payload",
|
|
10202
|
+
"name": "data",
|
|
10195
10203
|
"hasDynamicHelp": false,
|
|
10196
10204
|
"multiple": false,
|
|
10197
10205
|
"type": "option"
|
|
@@ -10199,7 +10207,7 @@
|
|
|
10199
10207
|
},
|
|
10200
10208
|
"hasDynamicHelp": false,
|
|
10201
10209
|
"hiddenAliases": [],
|
|
10202
|
-
"id": "
|
|
10210
|
+
"id": "templates:update",
|
|
10203
10211
|
"pluginAlias": "@instantkom/cli",
|
|
10204
10212
|
"pluginName": "@instantkom/cli",
|
|
10205
10213
|
"pluginType": "core",
|
|
@@ -10209,20 +10217,14 @@
|
|
|
10209
10217
|
"relativePath": [
|
|
10210
10218
|
"dist",
|
|
10211
10219
|
"commands",
|
|
10212
|
-
"
|
|
10213
|
-
"
|
|
10220
|
+
"templates",
|
|
10221
|
+
"update.js"
|
|
10214
10222
|
]
|
|
10215
10223
|
},
|
|
10216
|
-
"
|
|
10224
|
+
"templates:validate-import": {
|
|
10217
10225
|
"aliases": [],
|
|
10218
|
-
"args": {
|
|
10219
|
-
|
|
10220
|
-
"description": "Ticket ID",
|
|
10221
|
-
"name": "id",
|
|
10222
|
-
"required": true
|
|
10223
|
-
}
|
|
10224
|
-
},
|
|
10225
|
-
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
10226
|
+
"args": {},
|
|
10227
|
+
"description": "Validate templates import JSON",
|
|
10226
10228
|
"flags": {
|
|
10227
10229
|
"api-key": {
|
|
10228
10230
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10286,24 +10288,26 @@
|
|
|
10286
10288
|
"multiple": false,
|
|
10287
10289
|
"type": "option"
|
|
10288
10290
|
},
|
|
10289
|
-
"
|
|
10290
|
-
"description": "
|
|
10291
|
-
"name": "
|
|
10291
|
+
"file": {
|
|
10292
|
+
"description": "JSON file path",
|
|
10293
|
+
"name": "file",
|
|
10292
10294
|
"required": true,
|
|
10293
10295
|
"hasDynamicHelp": false,
|
|
10294
10296
|
"multiple": false,
|
|
10295
10297
|
"type": "option"
|
|
10296
10298
|
},
|
|
10297
|
-
"
|
|
10298
|
-
"description": "
|
|
10299
|
-
"name": "
|
|
10300
|
-
"
|
|
10301
|
-
"
|
|
10299
|
+
"channel": {
|
|
10300
|
+
"description": "Target channel ID",
|
|
10301
|
+
"name": "channel",
|
|
10302
|
+
"required": true,
|
|
10303
|
+
"hasDynamicHelp": false,
|
|
10304
|
+
"multiple": false,
|
|
10305
|
+
"type": "option"
|
|
10302
10306
|
}
|
|
10303
10307
|
},
|
|
10304
10308
|
"hasDynamicHelp": false,
|
|
10305
10309
|
"hiddenAliases": [],
|
|
10306
|
-
"id": "
|
|
10310
|
+
"id": "templates:validate-import",
|
|
10307
10311
|
"pluginAlias": "@instantkom/cli",
|
|
10308
10312
|
"pluginName": "@instantkom/cli",
|
|
10309
10313
|
"pluginType": "core",
|
|
@@ -10313,20 +10317,14 @@
|
|
|
10313
10317
|
"relativePath": [
|
|
10314
10318
|
"dist",
|
|
10315
10319
|
"commands",
|
|
10316
|
-
"
|
|
10317
|
-
"
|
|
10320
|
+
"templates",
|
|
10321
|
+
"validate-import.js"
|
|
10318
10322
|
]
|
|
10319
10323
|
},
|
|
10320
|
-
"tickets:
|
|
10324
|
+
"tickets:create": {
|
|
10321
10325
|
"aliases": [],
|
|
10322
|
-
"args": {
|
|
10323
|
-
|
|
10324
|
-
"description": "Ticket ID",
|
|
10325
|
-
"name": "id",
|
|
10326
|
-
"required": true
|
|
10327
|
-
}
|
|
10328
|
-
},
|
|
10329
|
-
"description": "Update a ticket",
|
|
10326
|
+
"args": {},
|
|
10327
|
+
"description": "Create a ticket",
|
|
10330
10328
|
"flags": {
|
|
10331
10329
|
"api-key": {
|
|
10332
10330
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10401,147 +10399,49 @@
|
|
|
10401
10399
|
"subject": {
|
|
10402
10400
|
"description": "Ticket subject",
|
|
10403
10401
|
"name": "subject",
|
|
10402
|
+
"required": true,
|
|
10404
10403
|
"hasDynamicHelp": false,
|
|
10405
10404
|
"multiple": false,
|
|
10406
10405
|
"type": "option"
|
|
10407
10406
|
},
|
|
10408
|
-
"
|
|
10409
|
-
"description": "
|
|
10410
|
-
"name": "
|
|
10411
|
-
"hasDynamicHelp": false,
|
|
10412
|
-
"multiple": false,
|
|
10413
|
-
"type": "option"
|
|
10414
|
-
},
|
|
10415
|
-
"status": {
|
|
10416
|
-
"description": "Ticket status",
|
|
10417
|
-
"name": "status",
|
|
10418
|
-
"hasDynamicHelp": false,
|
|
10419
|
-
"multiple": false,
|
|
10420
|
-
"type": "option"
|
|
10421
|
-
},
|
|
10422
|
-
"assigned-to": {
|
|
10423
|
-
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10424
|
-
"name": "assigned-to",
|
|
10425
|
-
"hasDynamicHelp": false,
|
|
10426
|
-
"multiple": false,
|
|
10427
|
-
"type": "option"
|
|
10428
|
-
},
|
|
10429
|
-
"notify": {
|
|
10430
|
-
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10431
|
-
"name": "notify",
|
|
10432
|
-
"allowNo": true,
|
|
10433
|
-
"type": "boolean"
|
|
10434
|
-
},
|
|
10435
|
-
"data": {
|
|
10436
|
-
"description": "Additional JSON object payload",
|
|
10437
|
-
"name": "data",
|
|
10438
|
-
"hasDynamicHelp": false,
|
|
10439
|
-
"multiple": false,
|
|
10440
|
-
"type": "option"
|
|
10441
|
-
}
|
|
10442
|
-
},
|
|
10443
|
-
"hasDynamicHelp": false,
|
|
10444
|
-
"hiddenAliases": [],
|
|
10445
|
-
"id": "tickets:update",
|
|
10446
|
-
"pluginAlias": "@instantkom/cli",
|
|
10447
|
-
"pluginName": "@instantkom/cli",
|
|
10448
|
-
"pluginType": "core",
|
|
10449
|
-
"strict": true,
|
|
10450
|
-
"enableJsonFlag": false,
|
|
10451
|
-
"isESM": true,
|
|
10452
|
-
"relativePath": [
|
|
10453
|
-
"dist",
|
|
10454
|
-
"commands",
|
|
10455
|
-
"tickets",
|
|
10456
|
-
"update.js"
|
|
10457
|
-
]
|
|
10458
|
-
},
|
|
10459
|
-
"webhooks:add": {
|
|
10460
|
-
"aliases": [],
|
|
10461
|
-
"args": {},
|
|
10462
|
-
"description": "Add a webhook subscription",
|
|
10463
|
-
"flags": {
|
|
10464
|
-
"api-key": {
|
|
10465
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10466
|
-
"env": "IKM_API_KEY",
|
|
10467
|
-
"helpGroup": "GLOBAL",
|
|
10468
|
-
"name": "api-key",
|
|
10407
|
+
"recipient": {
|
|
10408
|
+
"description": "Existing recipient ID",
|
|
10409
|
+
"name": "recipient",
|
|
10469
10410
|
"hasDynamicHelp": false,
|
|
10470
10411
|
"multiple": false,
|
|
10471
10412
|
"type": "option"
|
|
10472
10413
|
},
|
|
10473
|
-
"
|
|
10474
|
-
"description": "
|
|
10475
|
-
"
|
|
10476
|
-
"name": "format",
|
|
10477
|
-
"default": "text",
|
|
10414
|
+
"email": {
|
|
10415
|
+
"description": "Customer email",
|
|
10416
|
+
"name": "email",
|
|
10478
10417
|
"hasDynamicHelp": false,
|
|
10479
10418
|
"multiple": false,
|
|
10480
|
-
"options": [
|
|
10481
|
-
"text",
|
|
10482
|
-
"json",
|
|
10483
|
-
"yaml",
|
|
10484
|
-
"table"
|
|
10485
|
-
],
|
|
10486
10419
|
"type": "option"
|
|
10487
10420
|
},
|
|
10488
|
-
"
|
|
10489
|
-
"description": "
|
|
10490
|
-
"
|
|
10491
|
-
"name": "json",
|
|
10492
|
-
"allowNo": false,
|
|
10493
|
-
"type": "boolean"
|
|
10494
|
-
},
|
|
10495
|
-
"quiet": {
|
|
10496
|
-
"description": "Suppress all output except errors",
|
|
10497
|
-
"helpGroup": "GLOBAL",
|
|
10498
|
-
"name": "quiet",
|
|
10499
|
-
"allowNo": false,
|
|
10500
|
-
"type": "boolean"
|
|
10501
|
-
},
|
|
10502
|
-
"no-color": {
|
|
10503
|
-
"description": "Disable color output",
|
|
10504
|
-
"helpGroup": "GLOBAL",
|
|
10505
|
-
"name": "no-color",
|
|
10506
|
-
"allowNo": false,
|
|
10507
|
-
"type": "boolean"
|
|
10508
|
-
},
|
|
10509
|
-
"profile": {
|
|
10510
|
-
"description": "Named configuration profile to use",
|
|
10511
|
-
"helpGroup": "GLOBAL",
|
|
10512
|
-
"name": "profile",
|
|
10513
|
-
"default": "default",
|
|
10421
|
+
"name": {
|
|
10422
|
+
"description": "Customer name",
|
|
10423
|
+
"name": "name",
|
|
10514
10424
|
"hasDynamicHelp": false,
|
|
10515
10425
|
"multiple": false,
|
|
10516
10426
|
"type": "option"
|
|
10517
10427
|
},
|
|
10518
|
-
"
|
|
10519
|
-
"description": "
|
|
10520
|
-
"
|
|
10521
|
-
"name": "api-url",
|
|
10428
|
+
"priority": {
|
|
10429
|
+
"description": "Ticket priority",
|
|
10430
|
+
"name": "priority",
|
|
10522
10431
|
"hasDynamicHelp": false,
|
|
10523
10432
|
"multiple": false,
|
|
10524
10433
|
"type": "option"
|
|
10525
10434
|
},
|
|
10526
|
-
"
|
|
10527
|
-
"description": "
|
|
10528
|
-
"name": "
|
|
10529
|
-
"required": true,
|
|
10435
|
+
"source": {
|
|
10436
|
+
"description": "Ticket source",
|
|
10437
|
+
"name": "source",
|
|
10530
10438
|
"hasDynamicHelp": false,
|
|
10531
10439
|
"multiple": false,
|
|
10532
|
-
"options": [
|
|
10533
|
-
"new_contact",
|
|
10534
|
-
"new_message",
|
|
10535
|
-
"broadcast_sent",
|
|
10536
|
-
"contact_updated",
|
|
10537
|
-
"contact_opted_out"
|
|
10538
|
-
],
|
|
10539
10440
|
"type": "option"
|
|
10540
10441
|
},
|
|
10541
|
-
"
|
|
10542
|
-
"description": "
|
|
10543
|
-
"name": "
|
|
10544
|
-
"required": true,
|
|
10442
|
+
"data": {
|
|
10443
|
+
"description": "Additional JSON object payload",
|
|
10444
|
+
"name": "data",
|
|
10545
10445
|
"hasDynamicHelp": false,
|
|
10546
10446
|
"multiple": false,
|
|
10547
10447
|
"type": "option"
|
|
@@ -10549,7 +10449,7 @@
|
|
|
10549
10449
|
},
|
|
10550
10450
|
"hasDynamicHelp": false,
|
|
10551
10451
|
"hiddenAliases": [],
|
|
10552
|
-
"id": "
|
|
10452
|
+
"id": "tickets:create",
|
|
10553
10453
|
"pluginAlias": "@instantkom/cli",
|
|
10554
10454
|
"pluginName": "@instantkom/cli",
|
|
10555
10455
|
"pluginType": "core",
|
|
@@ -10559,14 +10459,20 @@
|
|
|
10559
10459
|
"relativePath": [
|
|
10560
10460
|
"dist",
|
|
10561
10461
|
"commands",
|
|
10562
|
-
"
|
|
10563
|
-
"
|
|
10462
|
+
"tickets",
|
|
10463
|
+
"create.js"
|
|
10564
10464
|
]
|
|
10565
10465
|
},
|
|
10566
|
-
"
|
|
10466
|
+
"tickets:delete": {
|
|
10567
10467
|
"aliases": [],
|
|
10568
|
-
"args": {
|
|
10569
|
-
|
|
10468
|
+
"args": {
|
|
10469
|
+
"id": {
|
|
10470
|
+
"description": "Ticket ID",
|
|
10471
|
+
"name": "id",
|
|
10472
|
+
"required": true
|
|
10473
|
+
}
|
|
10474
|
+
},
|
|
10475
|
+
"description": "Delete a ticket",
|
|
10570
10476
|
"flags": {
|
|
10571
10477
|
"api-key": {
|
|
10572
10478
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10629,11 +10535,19 @@
|
|
|
10629
10535
|
"hasDynamicHelp": false,
|
|
10630
10536
|
"multiple": false,
|
|
10631
10537
|
"type": "option"
|
|
10538
|
+
},
|
|
10539
|
+
"channel": {
|
|
10540
|
+
"description": "Channel ID",
|
|
10541
|
+
"name": "channel",
|
|
10542
|
+
"required": true,
|
|
10543
|
+
"hasDynamicHelp": false,
|
|
10544
|
+
"multiple": false,
|
|
10545
|
+
"type": "option"
|
|
10632
10546
|
}
|
|
10633
10547
|
},
|
|
10634
10548
|
"hasDynamicHelp": false,
|
|
10635
10549
|
"hiddenAliases": [],
|
|
10636
|
-
"id": "
|
|
10550
|
+
"id": "tickets:delete",
|
|
10637
10551
|
"pluginAlias": "@instantkom/cli",
|
|
10638
10552
|
"pluginName": "@instantkom/cli",
|
|
10639
10553
|
"pluginType": "core",
|
|
@@ -10643,14 +10557,20 @@
|
|
|
10643
10557
|
"relativePath": [
|
|
10644
10558
|
"dist",
|
|
10645
10559
|
"commands",
|
|
10646
|
-
"
|
|
10647
|
-
"
|
|
10560
|
+
"tickets",
|
|
10561
|
+
"delete.js"
|
|
10648
10562
|
]
|
|
10649
10563
|
},
|
|
10650
|
-
"
|
|
10564
|
+
"tickets:get": {
|
|
10651
10565
|
"aliases": [],
|
|
10652
|
-
"args": {
|
|
10653
|
-
|
|
10566
|
+
"args": {
|
|
10567
|
+
"id": {
|
|
10568
|
+
"description": "Ticket ID",
|
|
10569
|
+
"name": "id",
|
|
10570
|
+
"required": true
|
|
10571
|
+
}
|
|
10572
|
+
},
|
|
10573
|
+
"description": "Get a ticket by ID",
|
|
10654
10574
|
"flags": {
|
|
10655
10575
|
"api-key": {
|
|
10656
10576
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10713,11 +10633,19 @@
|
|
|
10713
10633
|
"hasDynamicHelp": false,
|
|
10714
10634
|
"multiple": false,
|
|
10715
10635
|
"type": "option"
|
|
10636
|
+
},
|
|
10637
|
+
"channel": {
|
|
10638
|
+
"description": "Channel ID",
|
|
10639
|
+
"name": "channel",
|
|
10640
|
+
"required": true,
|
|
10641
|
+
"hasDynamicHelp": false,
|
|
10642
|
+
"multiple": false,
|
|
10643
|
+
"type": "option"
|
|
10716
10644
|
}
|
|
10717
10645
|
},
|
|
10718
10646
|
"hasDynamicHelp": false,
|
|
10719
10647
|
"hiddenAliases": [],
|
|
10720
|
-
"id": "
|
|
10648
|
+
"id": "tickets:get",
|
|
10721
10649
|
"pluginAlias": "@instantkom/cli",
|
|
10722
10650
|
"pluginName": "@instantkom/cli",
|
|
10723
10651
|
"pluginType": "core",
|
|
@@ -10727,14 +10655,14 @@
|
|
|
10727
10655
|
"relativePath": [
|
|
10728
10656
|
"dist",
|
|
10729
10657
|
"commands",
|
|
10730
|
-
"
|
|
10731
|
-
"
|
|
10658
|
+
"tickets",
|
|
10659
|
+
"get.js"
|
|
10732
10660
|
]
|
|
10733
10661
|
},
|
|
10734
|
-
"
|
|
10662
|
+
"tickets:list": {
|
|
10735
10663
|
"aliases": [],
|
|
10736
10664
|
"args": {},
|
|
10737
|
-
"description": "
|
|
10665
|
+
"description": "List tickets for a channel",
|
|
10738
10666
|
"flags": {
|
|
10739
10667
|
"api-key": {
|
|
10740
10668
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10797,11 +10725,35 @@
|
|
|
10797
10725
|
"hasDynamicHelp": false,
|
|
10798
10726
|
"multiple": false,
|
|
10799
10727
|
"type": "option"
|
|
10728
|
+
},
|
|
10729
|
+
"channel": {
|
|
10730
|
+
"description": "Channel ID",
|
|
10731
|
+
"name": "channel",
|
|
10732
|
+
"required": true,
|
|
10733
|
+
"hasDynamicHelp": false,
|
|
10734
|
+
"multiple": false,
|
|
10735
|
+
"type": "option"
|
|
10736
|
+
},
|
|
10737
|
+
"limit": {
|
|
10738
|
+
"description": "Maximum tickets to return",
|
|
10739
|
+
"name": "limit",
|
|
10740
|
+
"default": 500,
|
|
10741
|
+
"hasDynamicHelp": false,
|
|
10742
|
+
"multiple": false,
|
|
10743
|
+
"type": "option"
|
|
10744
|
+
},
|
|
10745
|
+
"offset": {
|
|
10746
|
+
"description": "Number of tickets to skip",
|
|
10747
|
+
"name": "offset",
|
|
10748
|
+
"default": 0,
|
|
10749
|
+
"hasDynamicHelp": false,
|
|
10750
|
+
"multiple": false,
|
|
10751
|
+
"type": "option"
|
|
10800
10752
|
}
|
|
10801
10753
|
},
|
|
10802
10754
|
"hasDynamicHelp": false,
|
|
10803
10755
|
"hiddenAliases": [],
|
|
10804
|
-
"id": "
|
|
10756
|
+
"id": "tickets:list",
|
|
10805
10757
|
"pluginAlias": "@instantkom/cli",
|
|
10806
10758
|
"pluginName": "@instantkom/cli",
|
|
10807
10759
|
"pluginType": "core",
|
|
@@ -10811,20 +10763,20 @@
|
|
|
10811
10763
|
"relativePath": [
|
|
10812
10764
|
"dist",
|
|
10813
10765
|
"commands",
|
|
10814
|
-
"
|
|
10815
|
-
"
|
|
10766
|
+
"tickets",
|
|
10767
|
+
"list.js"
|
|
10816
10768
|
]
|
|
10817
10769
|
},
|
|
10818
|
-
"
|
|
10770
|
+
"tickets:reply": {
|
|
10819
10771
|
"aliases": [],
|
|
10820
10772
|
"args": {
|
|
10821
10773
|
"id": {
|
|
10822
|
-
"description": "
|
|
10774
|
+
"description": "Ticket ID",
|
|
10823
10775
|
"name": "id",
|
|
10824
10776
|
"required": true
|
|
10825
10777
|
}
|
|
10826
10778
|
},
|
|
10827
|
-
"description": "
|
|
10779
|
+
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
10828
10780
|
"flags": {
|
|
10829
10781
|
"api-key": {
|
|
10830
10782
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10887,11 +10839,25 @@
|
|
|
10887
10839
|
"hasDynamicHelp": false,
|
|
10888
10840
|
"multiple": false,
|
|
10889
10841
|
"type": "option"
|
|
10842
|
+
},
|
|
10843
|
+
"message": {
|
|
10844
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10845
|
+
"name": "message",
|
|
10846
|
+
"required": true,
|
|
10847
|
+
"hasDynamicHelp": false,
|
|
10848
|
+
"multiple": false,
|
|
10849
|
+
"type": "option"
|
|
10850
|
+
},
|
|
10851
|
+
"close": {
|
|
10852
|
+
"description": "Close the ticket after sending the reply",
|
|
10853
|
+
"name": "close",
|
|
10854
|
+
"allowNo": false,
|
|
10855
|
+
"type": "boolean"
|
|
10890
10856
|
}
|
|
10891
10857
|
},
|
|
10892
10858
|
"hasDynamicHelp": false,
|
|
10893
10859
|
"hiddenAliases": [],
|
|
10894
|
-
"id": "
|
|
10860
|
+
"id": "tickets:reply",
|
|
10895
10861
|
"pluginAlias": "@instantkom/cli",
|
|
10896
10862
|
"pluginName": "@instantkom/cli",
|
|
10897
10863
|
"pluginType": "core",
|
|
@@ -10901,14 +10867,20 @@
|
|
|
10901
10867
|
"relativePath": [
|
|
10902
10868
|
"dist",
|
|
10903
10869
|
"commands",
|
|
10904
|
-
"
|
|
10905
|
-
"
|
|
10870
|
+
"tickets",
|
|
10871
|
+
"reply.js"
|
|
10906
10872
|
]
|
|
10907
10873
|
},
|
|
10908
|
-
"
|
|
10874
|
+
"tickets:update": {
|
|
10909
10875
|
"aliases": [],
|
|
10910
|
-
"args": {
|
|
10911
|
-
|
|
10876
|
+
"args": {
|
|
10877
|
+
"id": {
|
|
10878
|
+
"description": "Ticket ID",
|
|
10879
|
+
"name": "id",
|
|
10880
|
+
"required": true
|
|
10881
|
+
}
|
|
10882
|
+
},
|
|
10883
|
+
"description": "Update a ticket",
|
|
10912
10884
|
"flags": {
|
|
10913
10885
|
"api-key": {
|
|
10914
10886
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10972,25 +10944,51 @@
|
|
|
10972
10944
|
"multiple": false,
|
|
10973
10945
|
"type": "option"
|
|
10974
10946
|
},
|
|
10975
|
-
"
|
|
10976
|
-
"description": "
|
|
10977
|
-
"name": "
|
|
10947
|
+
"channel": {
|
|
10948
|
+
"description": "Channel ID",
|
|
10949
|
+
"name": "channel",
|
|
10978
10950
|
"required": true,
|
|
10979
10951
|
"hasDynamicHelp": false,
|
|
10980
10952
|
"multiple": false,
|
|
10981
10953
|
"type": "option"
|
|
10982
10954
|
},
|
|
10983
|
-
"
|
|
10984
|
-
"description": "
|
|
10985
|
-
"name": "
|
|
10986
|
-
"default": "cli.test",
|
|
10955
|
+
"subject": {
|
|
10956
|
+
"description": "Ticket subject",
|
|
10957
|
+
"name": "subject",
|
|
10987
10958
|
"hasDynamicHelp": false,
|
|
10988
10959
|
"multiple": false,
|
|
10989
10960
|
"type": "option"
|
|
10990
10961
|
},
|
|
10991
|
-
"
|
|
10992
|
-
"description": "
|
|
10993
|
-
"name": "
|
|
10962
|
+
"priority": {
|
|
10963
|
+
"description": "Ticket priority",
|
|
10964
|
+
"name": "priority",
|
|
10965
|
+
"hasDynamicHelp": false,
|
|
10966
|
+
"multiple": false,
|
|
10967
|
+
"type": "option"
|
|
10968
|
+
},
|
|
10969
|
+
"status": {
|
|
10970
|
+
"description": "Ticket status",
|
|
10971
|
+
"name": "status",
|
|
10972
|
+
"hasDynamicHelp": false,
|
|
10973
|
+
"multiple": false,
|
|
10974
|
+
"type": "option"
|
|
10975
|
+
},
|
|
10976
|
+
"assigned-to": {
|
|
10977
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10978
|
+
"name": "assigned-to",
|
|
10979
|
+
"hasDynamicHelp": false,
|
|
10980
|
+
"multiple": false,
|
|
10981
|
+
"type": "option"
|
|
10982
|
+
},
|
|
10983
|
+
"notify": {
|
|
10984
|
+
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10985
|
+
"name": "notify",
|
|
10986
|
+
"allowNo": true,
|
|
10987
|
+
"type": "boolean"
|
|
10988
|
+
},
|
|
10989
|
+
"data": {
|
|
10990
|
+
"description": "Additional JSON object payload",
|
|
10991
|
+
"name": "data",
|
|
10994
10992
|
"hasDynamicHelp": false,
|
|
10995
10993
|
"multiple": false,
|
|
10996
10994
|
"type": "option"
|
|
@@ -10998,7 +10996,7 @@
|
|
|
10998
10996
|
},
|
|
10999
10997
|
"hasDynamicHelp": false,
|
|
11000
10998
|
"hiddenAliases": [],
|
|
11001
|
-
"id": "
|
|
10999
|
+
"id": "tickets:update",
|
|
11002
11000
|
"pluginAlias": "@instantkom/cli",
|
|
11003
11001
|
"pluginName": "@instantkom/cli",
|
|
11004
11002
|
"pluginType": "core",
|
|
@@ -11008,14 +11006,14 @@
|
|
|
11008
11006
|
"relativePath": [
|
|
11009
11007
|
"dist",
|
|
11010
11008
|
"commands",
|
|
11011
|
-
"
|
|
11012
|
-
"
|
|
11009
|
+
"tickets",
|
|
11010
|
+
"update.js"
|
|
11013
11011
|
]
|
|
11014
11012
|
},
|
|
11015
|
-
"
|
|
11013
|
+
"webhooks:add": {
|
|
11016
11014
|
"aliases": [],
|
|
11017
11015
|
"args": {},
|
|
11018
|
-
"description": "
|
|
11016
|
+
"description": "Add a webhook subscription",
|
|
11019
11017
|
"flags": {
|
|
11020
11018
|
"api-key": {
|
|
11021
11019
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11079,46 +11077,109 @@
|
|
|
11079
11077
|
"multiple": false,
|
|
11080
11078
|
"type": "option"
|
|
11081
11079
|
},
|
|
11082
|
-
"
|
|
11083
|
-
"description": "
|
|
11084
|
-
"name": "
|
|
11080
|
+
"event": {
|
|
11081
|
+
"description": "Webhook event to subscribe to",
|
|
11082
|
+
"name": "event",
|
|
11085
11083
|
"required": true,
|
|
11086
11084
|
"hasDynamicHelp": false,
|
|
11087
11085
|
"multiple": false,
|
|
11086
|
+
"options": [
|
|
11087
|
+
"new_contact",
|
|
11088
|
+
"new_message",
|
|
11089
|
+
"broadcast_sent",
|
|
11090
|
+
"contact_updated",
|
|
11091
|
+
"contact_opted_out"
|
|
11092
|
+
],
|
|
11088
11093
|
"type": "option"
|
|
11089
11094
|
},
|
|
11090
|
-
"
|
|
11091
|
-
"description": "
|
|
11092
|
-
"name": "
|
|
11095
|
+
"url": {
|
|
11096
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
11097
|
+
"name": "url",
|
|
11093
11098
|
"required": true,
|
|
11094
11099
|
"hasDynamicHelp": false,
|
|
11095
11100
|
"multiple": false,
|
|
11096
11101
|
"type": "option"
|
|
11097
|
-
}
|
|
11098
|
-
|
|
11099
|
-
|
|
11100
|
-
|
|
11102
|
+
}
|
|
11103
|
+
},
|
|
11104
|
+
"hasDynamicHelp": false,
|
|
11105
|
+
"hiddenAliases": [],
|
|
11106
|
+
"id": "webhooks:add",
|
|
11107
|
+
"pluginAlias": "@instantkom/cli",
|
|
11108
|
+
"pluginName": "@instantkom/cli",
|
|
11109
|
+
"pluginType": "core",
|
|
11110
|
+
"strict": true,
|
|
11111
|
+
"enableJsonFlag": false,
|
|
11112
|
+
"isESM": true,
|
|
11113
|
+
"relativePath": [
|
|
11114
|
+
"dist",
|
|
11115
|
+
"commands",
|
|
11116
|
+
"webhooks",
|
|
11117
|
+
"add.js"
|
|
11118
|
+
]
|
|
11119
|
+
},
|
|
11120
|
+
"webhooks:events": {
|
|
11121
|
+
"aliases": [],
|
|
11122
|
+
"args": {},
|
|
11123
|
+
"description": "List supported webhook event names",
|
|
11124
|
+
"flags": {
|
|
11125
|
+
"api-key": {
|
|
11126
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
11127
|
+
"env": "IKM_API_KEY",
|
|
11128
|
+
"helpGroup": "GLOBAL",
|
|
11129
|
+
"name": "api-key",
|
|
11101
11130
|
"hasDynamicHelp": false,
|
|
11102
11131
|
"multiple": false,
|
|
11103
11132
|
"type": "option"
|
|
11104
11133
|
},
|
|
11105
|
-
"
|
|
11106
|
-
"description": "
|
|
11107
|
-
"
|
|
11134
|
+
"format": {
|
|
11135
|
+
"description": "Output format: text, json, yaml, or table",
|
|
11136
|
+
"helpGroup": "GLOBAL",
|
|
11137
|
+
"name": "format",
|
|
11138
|
+
"default": "text",
|
|
11108
11139
|
"hasDynamicHelp": false,
|
|
11109
11140
|
"multiple": false,
|
|
11141
|
+
"options": [
|
|
11142
|
+
"text",
|
|
11143
|
+
"json",
|
|
11144
|
+
"yaml",
|
|
11145
|
+
"table"
|
|
11146
|
+
],
|
|
11110
11147
|
"type": "option"
|
|
11111
11148
|
},
|
|
11112
|
-
"
|
|
11113
|
-
"description": "
|
|
11114
|
-
"
|
|
11149
|
+
"json": {
|
|
11150
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
11151
|
+
"helpGroup": "GLOBAL",
|
|
11152
|
+
"name": "json",
|
|
11153
|
+
"allowNo": false,
|
|
11154
|
+
"type": "boolean"
|
|
11155
|
+
},
|
|
11156
|
+
"quiet": {
|
|
11157
|
+
"description": "Suppress all output except errors",
|
|
11158
|
+
"helpGroup": "GLOBAL",
|
|
11159
|
+
"name": "quiet",
|
|
11160
|
+
"allowNo": false,
|
|
11161
|
+
"type": "boolean"
|
|
11162
|
+
},
|
|
11163
|
+
"no-color": {
|
|
11164
|
+
"description": "Disable color output",
|
|
11165
|
+
"helpGroup": "GLOBAL",
|
|
11166
|
+
"name": "no-color",
|
|
11167
|
+
"allowNo": false,
|
|
11168
|
+
"type": "boolean"
|
|
11169
|
+
},
|
|
11170
|
+
"profile": {
|
|
11171
|
+
"description": "Named configuration profile to use",
|
|
11172
|
+
"helpGroup": "GLOBAL",
|
|
11173
|
+
"name": "profile",
|
|
11174
|
+
"default": "default",
|
|
11115
11175
|
"hasDynamicHelp": false,
|
|
11116
11176
|
"multiple": false,
|
|
11117
11177
|
"type": "option"
|
|
11118
11178
|
},
|
|
11119
|
-
"
|
|
11120
|
-
"description": "
|
|
11121
|
-
"
|
|
11179
|
+
"api-url": {
|
|
11180
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
11181
|
+
"helpGroup": "GLOBAL",
|
|
11182
|
+
"name": "api-url",
|
|
11122
11183
|
"hasDynamicHelp": false,
|
|
11123
11184
|
"multiple": false,
|
|
11124
11185
|
"type": "option"
|
|
@@ -11126,7 +11187,7 @@
|
|
|
11126
11187
|
},
|
|
11127
11188
|
"hasDynamicHelp": false,
|
|
11128
11189
|
"hiddenAliases": [],
|
|
11129
|
-
"id": "
|
|
11190
|
+
"id": "webhooks:events",
|
|
11130
11191
|
"pluginAlias": "@instantkom/cli",
|
|
11131
11192
|
"pluginName": "@instantkom/cli",
|
|
11132
11193
|
"pluginType": "core",
|
|
@@ -11136,20 +11197,14 @@
|
|
|
11136
11197
|
"relativePath": [
|
|
11137
11198
|
"dist",
|
|
11138
11199
|
"commands",
|
|
11139
|
-
"
|
|
11140
|
-
"
|
|
11200
|
+
"webhooks",
|
|
11201
|
+
"events.js"
|
|
11141
11202
|
]
|
|
11142
11203
|
},
|
|
11143
|
-
"
|
|
11204
|
+
"webhooks:list": {
|
|
11144
11205
|
"aliases": [],
|
|
11145
|
-
"args": {
|
|
11146
|
-
|
|
11147
|
-
"description": "Flow ID",
|
|
11148
|
-
"name": "id",
|
|
11149
|
-
"required": true
|
|
11150
|
-
}
|
|
11151
|
-
},
|
|
11152
|
-
"description": "Delete a flow",
|
|
11206
|
+
"args": {},
|
|
11207
|
+
"description": "List webhook subscriptions",
|
|
11153
11208
|
"flags": {
|
|
11154
11209
|
"api-key": {
|
|
11155
11210
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11216,7 +11271,7 @@
|
|
|
11216
11271
|
},
|
|
11217
11272
|
"hasDynamicHelp": false,
|
|
11218
11273
|
"hiddenAliases": [],
|
|
11219
|
-
"id": "
|
|
11274
|
+
"id": "webhooks:list",
|
|
11220
11275
|
"pluginAlias": "@instantkom/cli",
|
|
11221
11276
|
"pluginName": "@instantkom/cli",
|
|
11222
11277
|
"pluginType": "core",
|
|
@@ -11226,20 +11281,14 @@
|
|
|
11226
11281
|
"relativePath": [
|
|
11227
11282
|
"dist",
|
|
11228
11283
|
"commands",
|
|
11229
|
-
"
|
|
11230
|
-
"
|
|
11284
|
+
"webhooks",
|
|
11285
|
+
"list.js"
|
|
11231
11286
|
]
|
|
11232
11287
|
},
|
|
11233
|
-
"
|
|
11288
|
+
"webhooks:logs": {
|
|
11234
11289
|
"aliases": [],
|
|
11235
|
-
"args": {
|
|
11236
|
-
|
|
11237
|
-
"description": "Flow ID",
|
|
11238
|
-
"name": "id",
|
|
11239
|
-
"required": true
|
|
11240
|
-
}
|
|
11241
|
-
},
|
|
11242
|
-
"description": "Get a flow by ID",
|
|
11290
|
+
"args": {},
|
|
11291
|
+
"description": "Explain webhook log availability",
|
|
11243
11292
|
"flags": {
|
|
11244
11293
|
"api-key": {
|
|
11245
11294
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11306,7 +11355,7 @@
|
|
|
11306
11355
|
},
|
|
11307
11356
|
"hasDynamicHelp": false,
|
|
11308
11357
|
"hiddenAliases": [],
|
|
11309
|
-
"id": "
|
|
11358
|
+
"id": "webhooks:logs",
|
|
11310
11359
|
"pluginAlias": "@instantkom/cli",
|
|
11311
11360
|
"pluginName": "@instantkom/cli",
|
|
11312
11361
|
"pluginType": "core",
|
|
@@ -11316,14 +11365,20 @@
|
|
|
11316
11365
|
"relativePath": [
|
|
11317
11366
|
"dist",
|
|
11318
11367
|
"commands",
|
|
11319
|
-
"
|
|
11320
|
-
"
|
|
11368
|
+
"webhooks",
|
|
11369
|
+
"logs.js"
|
|
11321
11370
|
]
|
|
11322
11371
|
},
|
|
11323
|
-
"
|
|
11372
|
+
"webhooks:remove": {
|
|
11324
11373
|
"aliases": [],
|
|
11325
|
-
"args": {
|
|
11326
|
-
|
|
11374
|
+
"args": {
|
|
11375
|
+
"id": {
|
|
11376
|
+
"description": "Webhook subscription ID",
|
|
11377
|
+
"name": "id",
|
|
11378
|
+
"required": true
|
|
11379
|
+
}
|
|
11380
|
+
},
|
|
11381
|
+
"description": "Remove a webhook subscription",
|
|
11327
11382
|
"flags": {
|
|
11328
11383
|
"api-key": {
|
|
11329
11384
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11386,48 +11441,11 @@
|
|
|
11386
11441
|
"hasDynamicHelp": false,
|
|
11387
11442
|
"multiple": false,
|
|
11388
11443
|
"type": "option"
|
|
11389
|
-
},
|
|
11390
|
-
"page": {
|
|
11391
|
-
"description": "Page number",
|
|
11392
|
-
"name": "page",
|
|
11393
|
-
"default": 1,
|
|
11394
|
-
"hasDynamicHelp": false,
|
|
11395
|
-
"multiple": false,
|
|
11396
|
-
"type": "option"
|
|
11397
|
-
},
|
|
11398
|
-
"limit": {
|
|
11399
|
-
"description": "Items per page",
|
|
11400
|
-
"name": "limit",
|
|
11401
|
-
"default": 20,
|
|
11402
|
-
"hasDynamicHelp": false,
|
|
11403
|
-
"multiple": false,
|
|
11404
|
-
"type": "option"
|
|
11405
|
-
},
|
|
11406
|
-
"channel": {
|
|
11407
|
-
"description": "Filter by channel ID",
|
|
11408
|
-
"name": "channel",
|
|
11409
|
-
"hasDynamicHelp": false,
|
|
11410
|
-
"multiple": false,
|
|
11411
|
-
"type": "option"
|
|
11412
|
-
},
|
|
11413
|
-
"search": {
|
|
11414
|
-
"description": "Search in flow name or description",
|
|
11415
|
-
"name": "search",
|
|
11416
|
-
"hasDynamicHelp": false,
|
|
11417
|
-
"multiple": false,
|
|
11418
|
-
"type": "option"
|
|
11419
|
-
},
|
|
11420
|
-
"folder": {
|
|
11421
|
-
"description": "Filter by folder ID",
|
|
11422
|
-
"name": "folder",
|
|
11423
|
-
"hasDynamicHelp": false,
|
|
11424
|
-
"multiple": false,
|
|
11425
|
-
"type": "option"
|
|
11426
11444
|
}
|
|
11427
11445
|
},
|
|
11428
11446
|
"hasDynamicHelp": false,
|
|
11429
11447
|
"hiddenAliases": [],
|
|
11430
|
-
"id": "
|
|
11448
|
+
"id": "webhooks:remove",
|
|
11431
11449
|
"pluginAlias": "@instantkom/cli",
|
|
11432
11450
|
"pluginName": "@instantkom/cli",
|
|
11433
11451
|
"pluginType": "core",
|
|
@@ -11437,20 +11455,14 @@
|
|
|
11437
11455
|
"relativePath": [
|
|
11438
11456
|
"dist",
|
|
11439
11457
|
"commands",
|
|
11440
|
-
"
|
|
11441
|
-
"
|
|
11458
|
+
"webhooks",
|
|
11459
|
+
"remove.js"
|
|
11442
11460
|
]
|
|
11443
11461
|
},
|
|
11444
|
-
"
|
|
11462
|
+
"webhooks:test": {
|
|
11445
11463
|
"aliases": [],
|
|
11446
|
-
"args": {
|
|
11447
|
-
|
|
11448
|
-
"description": "Flow ID",
|
|
11449
|
-
"name": "id",
|
|
11450
|
-
"required": true
|
|
11451
|
-
}
|
|
11452
|
-
},
|
|
11453
|
-
"description": "Update a flow",
|
|
11464
|
+
"args": {},
|
|
11465
|
+
"description": "Send a test webhook payload to a URL",
|
|
11454
11466
|
"flags": {
|
|
11455
11467
|
"api-key": {
|
|
11456
11468
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11514,37 +11526,25 @@
|
|
|
11514
11526
|
"multiple": false,
|
|
11515
11527
|
"type": "option"
|
|
11516
11528
|
},
|
|
11517
|
-
"
|
|
11518
|
-
"description": "
|
|
11519
|
-
"name": "
|
|
11520
|
-
"
|
|
11521
|
-
"multiple": false,
|
|
11522
|
-
"type": "option"
|
|
11523
|
-
},
|
|
11524
|
-
"description": {
|
|
11525
|
-
"description": "Flow description",
|
|
11526
|
-
"name": "description",
|
|
11527
|
-
"hasDynamicHelp": false,
|
|
11528
|
-
"multiple": false,
|
|
11529
|
-
"type": "option"
|
|
11530
|
-
},
|
|
11531
|
-
"color": {
|
|
11532
|
-
"description": "Flow color as HEX",
|
|
11533
|
-
"name": "color",
|
|
11529
|
+
"url": {
|
|
11530
|
+
"description": "Webhook URL to call",
|
|
11531
|
+
"name": "url",
|
|
11532
|
+
"required": true,
|
|
11534
11533
|
"hasDynamicHelp": false,
|
|
11535
11534
|
"multiple": false,
|
|
11536
11535
|
"type": "option"
|
|
11537
11536
|
},
|
|
11538
|
-
"
|
|
11539
|
-
"description": "
|
|
11540
|
-
"name": "
|
|
11537
|
+
"event": {
|
|
11538
|
+
"description": "Event name",
|
|
11539
|
+
"name": "event",
|
|
11540
|
+
"default": "cli.test",
|
|
11541
11541
|
"hasDynamicHelp": false,
|
|
11542
11542
|
"multiple": false,
|
|
11543
11543
|
"type": "option"
|
|
11544
11544
|
},
|
|
11545
|
-
"
|
|
11546
|
-
"description": "
|
|
11547
|
-
"name": "
|
|
11545
|
+
"payload": {
|
|
11546
|
+
"description": "Payload JSON",
|
|
11547
|
+
"name": "payload",
|
|
11548
11548
|
"hasDynamicHelp": false,
|
|
11549
11549
|
"multiple": false,
|
|
11550
11550
|
"type": "option"
|
|
@@ -11552,7 +11552,7 @@
|
|
|
11552
11552
|
},
|
|
11553
11553
|
"hasDynamicHelp": false,
|
|
11554
11554
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11555
|
+
"id": "webhooks:test",
|
|
11556
11556
|
"pluginAlias": "@instantkom/cli",
|
|
11557
11557
|
"pluginName": "@instantkom/cli",
|
|
11558
11558
|
"pluginType": "core",
|
|
@@ -11562,8 +11562,8 @@
|
|
|
11562
11562
|
"relativePath": [
|
|
11563
11563
|
"dist",
|
|
11564
11564
|
"commands",
|
|
11565
|
-
"
|
|
11566
|
-
"
|
|
11565
|
+
"webhooks",
|
|
11566
|
+
"test.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -12046,16 +12046,101 @@
|
|
|
12046
12046
|
"update.js"
|
|
12047
12047
|
]
|
|
12048
12048
|
},
|
|
12049
|
-
"bots:
|
|
12049
|
+
"bots:env-vars:bots": {
|
|
12050
|
+
"aliases": [],
|
|
12051
|
+
"args": {
|
|
12052
|
+
"id": {
|
|
12053
|
+
"description": "Environment variable ID",
|
|
12054
|
+
"name": "id",
|
|
12055
|
+
"required": true
|
|
12056
|
+
}
|
|
12057
|
+
},
|
|
12058
|
+
"description": "List bots using a bot environment variable",
|
|
12059
|
+
"flags": {
|
|
12060
|
+
"api-key": {
|
|
12061
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
12062
|
+
"env": "IKM_API_KEY",
|
|
12063
|
+
"helpGroup": "GLOBAL",
|
|
12064
|
+
"name": "api-key",
|
|
12065
|
+
"hasDynamicHelp": false,
|
|
12066
|
+
"multiple": false,
|
|
12067
|
+
"type": "option"
|
|
12068
|
+
},
|
|
12069
|
+
"format": {
|
|
12070
|
+
"description": "Output format: text, json, yaml, or table",
|
|
12071
|
+
"helpGroup": "GLOBAL",
|
|
12072
|
+
"name": "format",
|
|
12073
|
+
"default": "text",
|
|
12074
|
+
"hasDynamicHelp": false,
|
|
12075
|
+
"multiple": false,
|
|
12076
|
+
"options": [
|
|
12077
|
+
"text",
|
|
12078
|
+
"json",
|
|
12079
|
+
"yaml",
|
|
12080
|
+
"table"
|
|
12081
|
+
],
|
|
12082
|
+
"type": "option"
|
|
12083
|
+
},
|
|
12084
|
+
"json": {
|
|
12085
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
12086
|
+
"helpGroup": "GLOBAL",
|
|
12087
|
+
"name": "json",
|
|
12088
|
+
"allowNo": false,
|
|
12089
|
+
"type": "boolean"
|
|
12090
|
+
},
|
|
12091
|
+
"quiet": {
|
|
12092
|
+
"description": "Suppress all output except errors",
|
|
12093
|
+
"helpGroup": "GLOBAL",
|
|
12094
|
+
"name": "quiet",
|
|
12095
|
+
"allowNo": false,
|
|
12096
|
+
"type": "boolean"
|
|
12097
|
+
},
|
|
12098
|
+
"no-color": {
|
|
12099
|
+
"description": "Disable color output",
|
|
12100
|
+
"helpGroup": "GLOBAL",
|
|
12101
|
+
"name": "no-color",
|
|
12102
|
+
"allowNo": false,
|
|
12103
|
+
"type": "boolean"
|
|
12104
|
+
},
|
|
12105
|
+
"profile": {
|
|
12106
|
+
"description": "Named configuration profile to use",
|
|
12107
|
+
"helpGroup": "GLOBAL",
|
|
12108
|
+
"name": "profile",
|
|
12109
|
+
"default": "default",
|
|
12110
|
+
"hasDynamicHelp": false,
|
|
12111
|
+
"multiple": false,
|
|
12112
|
+
"type": "option"
|
|
12113
|
+
},
|
|
12114
|
+
"api-url": {
|
|
12115
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
12116
|
+
"helpGroup": "GLOBAL",
|
|
12117
|
+
"name": "api-url",
|
|
12118
|
+
"hasDynamicHelp": false,
|
|
12119
|
+
"multiple": false,
|
|
12120
|
+
"type": "option"
|
|
12121
|
+
}
|
|
12122
|
+
},
|
|
12123
|
+
"hasDynamicHelp": false,
|
|
12124
|
+
"hiddenAliases": [],
|
|
12125
|
+
"id": "bots:env-vars:bots",
|
|
12126
|
+
"pluginAlias": "@instantkom/cli",
|
|
12127
|
+
"pluginName": "@instantkom/cli",
|
|
12128
|
+
"pluginType": "core",
|
|
12129
|
+
"strict": true,
|
|
12130
|
+
"enableJsonFlag": false,
|
|
12131
|
+
"isESM": true,
|
|
12132
|
+
"relativePath": [
|
|
12133
|
+
"dist",
|
|
12134
|
+
"commands",
|
|
12135
|
+
"bots",
|
|
12136
|
+
"env-vars",
|
|
12137
|
+
"bots.js"
|
|
12138
|
+
]
|
|
12139
|
+
},
|
|
12140
|
+
"bots:env-vars:create": {
|
|
12050
12141
|
"aliases": [],
|
|
12051
|
-
"args": {
|
|
12052
|
-
|
|
12053
|
-
"description": "Bot ID",
|
|
12054
|
-
"name": "botId",
|
|
12055
|
-
"required": true
|
|
12056
|
-
}
|
|
12057
|
-
},
|
|
12058
|
-
"description": "Create a bot filter",
|
|
12142
|
+
"args": {},
|
|
12143
|
+
"description": "Create a bot environment variable",
|
|
12059
12144
|
"flags": {
|
|
12060
12145
|
"api-key": {
|
|
12061
12146
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12119,63 +12204,26 @@
|
|
|
12119
12204
|
"multiple": false,
|
|
12120
12205
|
"type": "option"
|
|
12121
12206
|
},
|
|
12122
|
-
"
|
|
12123
|
-
"description": "
|
|
12124
|
-
"name": "
|
|
12207
|
+
"key": {
|
|
12208
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12209
|
+
"name": "key",
|
|
12125
12210
|
"required": true,
|
|
12126
12211
|
"hasDynamicHelp": false,
|
|
12127
12212
|
"multiple": false,
|
|
12128
12213
|
"type": "option"
|
|
12129
12214
|
},
|
|
12130
|
-
"
|
|
12131
|
-
"description": "
|
|
12132
|
-
"name": "
|
|
12133
|
-
"default": "and",
|
|
12134
|
-
"hasDynamicHelp": false,
|
|
12135
|
-
"multiple": false,
|
|
12136
|
-
"type": "option"
|
|
12137
|
-
},
|
|
12138
|
-
"filter-object": {
|
|
12139
|
-
"description": "Filter object type",
|
|
12140
|
-
"name": "filter-object",
|
|
12141
|
-
"default": "msg",
|
|
12142
|
-
"hasDynamicHelp": false,
|
|
12143
|
-
"multiple": false,
|
|
12144
|
-
"type": "option"
|
|
12145
|
-
},
|
|
12146
|
-
"filter-attribute": {
|
|
12147
|
-
"description": "Filter attribute",
|
|
12148
|
-
"name": "filter-attribute",
|
|
12149
|
-
"default": "text",
|
|
12150
|
-
"hasDynamicHelp": false,
|
|
12151
|
-
"multiple": false,
|
|
12152
|
-
"type": "option"
|
|
12153
|
-
},
|
|
12154
|
-
"filter-comparator": {
|
|
12155
|
-
"description": "Filter comparator",
|
|
12156
|
-
"name": "filter-comparator",
|
|
12157
|
-
"default": "contains",
|
|
12158
|
-
"hasDynamicHelp": false,
|
|
12159
|
-
"multiple": false,
|
|
12160
|
-
"type": "option"
|
|
12161
|
-
},
|
|
12162
|
-
"filter-value": {
|
|
12163
|
-
"description": "Filter value",
|
|
12164
|
-
"name": "filter-value",
|
|
12165
|
-
"required": true,
|
|
12215
|
+
"description": {
|
|
12216
|
+
"description": "Variable description",
|
|
12217
|
+
"name": "description",
|
|
12166
12218
|
"hasDynamicHelp": false,
|
|
12167
12219
|
"multiple": false,
|
|
12168
12220
|
"type": "option"
|
|
12169
12221
|
},
|
|
12170
|
-
"
|
|
12171
|
-
"description": "
|
|
12172
|
-
"name": "
|
|
12222
|
+
"color": {
|
|
12223
|
+
"description": "Variable color as HEX",
|
|
12224
|
+
"name": "color",
|
|
12173
12225
|
"hasDynamicHelp": false,
|
|
12174
12226
|
"multiple": false,
|
|
12175
|
-
"options": [
|
|
12176
|
-
"0",
|
|
12177
|
-
"1"
|
|
12178
|
-
],
|
|
12179
12227
|
"type": "option"
|
|
12180
12228
|
},
|
|
12181
12229
|
"data": {
|
|
@@ -12188,7 +12236,7 @@
|
|
|
12188
12236
|
},
|
|
12189
12237
|
"hasDynamicHelp": false,
|
|
12190
12238
|
"hiddenAliases": [],
|
|
12191
|
-
"id": "bots:
|
|
12239
|
+
"id": "bots:env-vars:create",
|
|
12192
12240
|
"pluginAlias": "@instantkom/cli",
|
|
12193
12241
|
"pluginName": "@instantkom/cli",
|
|
12194
12242
|
"pluginType": "core",
|
|
@@ -12199,25 +12247,20 @@
|
|
|
12199
12247
|
"dist",
|
|
12200
12248
|
"commands",
|
|
12201
12249
|
"bots",
|
|
12202
|
-
"
|
|
12250
|
+
"env-vars",
|
|
12203
12251
|
"create.js"
|
|
12204
12252
|
]
|
|
12205
12253
|
},
|
|
12206
|
-
"bots:
|
|
12254
|
+
"bots:env-vars:delete": {
|
|
12207
12255
|
"aliases": [],
|
|
12208
12256
|
"args": {
|
|
12209
|
-
"
|
|
12210
|
-
"description": "
|
|
12211
|
-
"name": "
|
|
12212
|
-
"required": true
|
|
12213
|
-
},
|
|
12214
|
-
"filterId": {
|
|
12215
|
-
"description": "Filter ID",
|
|
12216
|
-
"name": "filterId",
|
|
12257
|
+
"id": {
|
|
12258
|
+
"description": "Environment variable ID",
|
|
12259
|
+
"name": "id",
|
|
12217
12260
|
"required": true
|
|
12218
12261
|
}
|
|
12219
12262
|
},
|
|
12220
|
-
"description": "Delete a bot
|
|
12263
|
+
"description": "Delete a bot environment variable",
|
|
12221
12264
|
"flags": {
|
|
12222
12265
|
"api-key": {
|
|
12223
12266
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12284,7 +12327,7 @@
|
|
|
12284
12327
|
},
|
|
12285
12328
|
"hasDynamicHelp": false,
|
|
12286
12329
|
"hiddenAliases": [],
|
|
12287
|
-
"id": "bots:
|
|
12330
|
+
"id": "bots:env-vars:delete",
|
|
12288
12331
|
"pluginAlias": "@instantkom/cli",
|
|
12289
12332
|
"pluginName": "@instantkom/cli",
|
|
12290
12333
|
"pluginType": "core",
|
|
@@ -12295,25 +12338,20 @@
|
|
|
12295
12338
|
"dist",
|
|
12296
12339
|
"commands",
|
|
12297
12340
|
"bots",
|
|
12298
|
-
"
|
|
12341
|
+
"env-vars",
|
|
12299
12342
|
"delete.js"
|
|
12300
12343
|
]
|
|
12301
12344
|
},
|
|
12302
|
-
"bots:
|
|
12345
|
+
"bots:env-vars:get": {
|
|
12303
12346
|
"aliases": [],
|
|
12304
12347
|
"args": {
|
|
12305
|
-
"
|
|
12306
|
-
"description": "
|
|
12307
|
-
"name": "
|
|
12308
|
-
"required": true
|
|
12309
|
-
},
|
|
12310
|
-
"filterId": {
|
|
12311
|
-
"description": "Filter ID",
|
|
12312
|
-
"name": "filterId",
|
|
12348
|
+
"id": {
|
|
12349
|
+
"description": "Environment variable ID",
|
|
12350
|
+
"name": "id",
|
|
12313
12351
|
"required": true
|
|
12314
12352
|
}
|
|
12315
12353
|
},
|
|
12316
|
-
"description": "Get a bot
|
|
12354
|
+
"description": "Get a bot environment variable",
|
|
12317
12355
|
"flags": {
|
|
12318
12356
|
"api-key": {
|
|
12319
12357
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12380,7 +12418,7 @@
|
|
|
12380
12418
|
},
|
|
12381
12419
|
"hasDynamicHelp": false,
|
|
12382
12420
|
"hiddenAliases": [],
|
|
12383
|
-
"id": "bots:
|
|
12421
|
+
"id": "bots:env-vars:get",
|
|
12384
12422
|
"pluginAlias": "@instantkom/cli",
|
|
12385
12423
|
"pluginName": "@instantkom/cli",
|
|
12386
12424
|
"pluginType": "core",
|
|
@@ -12391,20 +12429,14 @@
|
|
|
12391
12429
|
"dist",
|
|
12392
12430
|
"commands",
|
|
12393
12431
|
"bots",
|
|
12394
|
-
"
|
|
12432
|
+
"env-vars",
|
|
12395
12433
|
"get.js"
|
|
12396
12434
|
]
|
|
12397
12435
|
},
|
|
12398
|
-
"bots:
|
|
12436
|
+
"bots:env-vars:list": {
|
|
12399
12437
|
"aliases": [],
|
|
12400
|
-
"args": {
|
|
12401
|
-
|
|
12402
|
-
"description": "Bot ID",
|
|
12403
|
-
"name": "botId",
|
|
12404
|
-
"required": true
|
|
12405
|
-
}
|
|
12406
|
-
},
|
|
12407
|
-
"description": "List bot filters",
|
|
12438
|
+
"args": {},
|
|
12439
|
+
"description": "List bot environment variables",
|
|
12408
12440
|
"flags": {
|
|
12409
12441
|
"api-key": {
|
|
12410
12442
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12484,20 +12516,16 @@
|
|
|
12484
12516
|
"multiple": false,
|
|
12485
12517
|
"type": "option"
|
|
12486
12518
|
},
|
|
12487
|
-
"
|
|
12488
|
-
"description": "
|
|
12489
|
-
"name": "
|
|
12519
|
+
"search": {
|
|
12520
|
+
"description": "Search in key or description",
|
|
12521
|
+
"name": "search",
|
|
12490
12522
|
"hasDynamicHelp": false,
|
|
12491
12523
|
"multiple": false,
|
|
12492
|
-
"options": [
|
|
12493
|
-
"0",
|
|
12494
|
-
"1"
|
|
12495
|
-
],
|
|
12496
12524
|
"type": "option"
|
|
12497
12525
|
},
|
|
12498
|
-
"
|
|
12499
|
-
"description": "
|
|
12500
|
-
"name": "
|
|
12526
|
+
"color": {
|
|
12527
|
+
"description": "Filter by color",
|
|
12528
|
+
"name": "color",
|
|
12501
12529
|
"hasDynamicHelp": false,
|
|
12502
12530
|
"multiple": false,
|
|
12503
12531
|
"type": "option"
|
|
@@ -12505,7 +12533,7 @@
|
|
|
12505
12533
|
},
|
|
12506
12534
|
"hasDynamicHelp": false,
|
|
12507
12535
|
"hiddenAliases": [],
|
|
12508
|
-
"id": "bots:
|
|
12536
|
+
"id": "bots:env-vars:list",
|
|
12509
12537
|
"pluginAlias": "@instantkom/cli",
|
|
12510
12538
|
"pluginName": "@instantkom/cli",
|
|
12511
12539
|
"pluginType": "core",
|
|
@@ -12516,25 +12544,20 @@
|
|
|
12516
12544
|
"dist",
|
|
12517
12545
|
"commands",
|
|
12518
12546
|
"bots",
|
|
12519
|
-
"
|
|
12547
|
+
"env-vars",
|
|
12520
12548
|
"list.js"
|
|
12521
12549
|
]
|
|
12522
12550
|
},
|
|
12523
|
-
"bots:
|
|
12551
|
+
"bots:env-vars:update": {
|
|
12524
12552
|
"aliases": [],
|
|
12525
12553
|
"args": {
|
|
12526
|
-
"
|
|
12527
|
-
"description": "
|
|
12528
|
-
"name": "
|
|
12529
|
-
"required": true
|
|
12530
|
-
},
|
|
12531
|
-
"filterId": {
|
|
12532
|
-
"description": "Filter ID",
|
|
12533
|
-
"name": "filterId",
|
|
12554
|
+
"id": {
|
|
12555
|
+
"description": "Environment variable ID",
|
|
12556
|
+
"name": "id",
|
|
12534
12557
|
"required": true
|
|
12535
12558
|
}
|
|
12536
12559
|
},
|
|
12537
|
-
"description": "Update a bot
|
|
12560
|
+
"description": "Update a bot environment variable",
|
|
12538
12561
|
"flags": {
|
|
12539
12562
|
"api-key": {
|
|
12540
12563
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12598,57 +12621,18 @@
|
|
|
12598
12621
|
"multiple": false,
|
|
12599
12622
|
"type": "option"
|
|
12600
12623
|
},
|
|
12601
|
-
"
|
|
12602
|
-
"description": "
|
|
12603
|
-
"name": "
|
|
12604
|
-
"hasDynamicHelp": false,
|
|
12605
|
-
"multiple": false,
|
|
12606
|
-
"type": "option"
|
|
12607
|
-
},
|
|
12608
|
-
"operator": {
|
|
12609
|
-
"description": "Logical operator",
|
|
12610
|
-
"name": "operator",
|
|
12611
|
-
"hasDynamicHelp": false,
|
|
12612
|
-
"multiple": false,
|
|
12613
|
-
"type": "option"
|
|
12614
|
-
},
|
|
12615
|
-
"filter-object": {
|
|
12616
|
-
"description": "Filter object type",
|
|
12617
|
-
"name": "filter-object",
|
|
12618
|
-
"hasDynamicHelp": false,
|
|
12619
|
-
"multiple": false,
|
|
12620
|
-
"type": "option"
|
|
12621
|
-
},
|
|
12622
|
-
"filter-attribute": {
|
|
12623
|
-
"description": "Filter attribute",
|
|
12624
|
-
"name": "filter-attribute",
|
|
12625
|
-
"hasDynamicHelp": false,
|
|
12626
|
-
"multiple": false,
|
|
12627
|
-
"type": "option"
|
|
12628
|
-
},
|
|
12629
|
-
"filter-comparator": {
|
|
12630
|
-
"description": "Filter comparator",
|
|
12631
|
-
"name": "filter-comparator",
|
|
12632
|
-
"hasDynamicHelp": false,
|
|
12633
|
-
"multiple": false,
|
|
12634
|
-
"type": "option"
|
|
12635
|
-
},
|
|
12636
|
-
"filter-value": {
|
|
12637
|
-
"description": "Filter value",
|
|
12638
|
-
"name": "filter-value",
|
|
12624
|
+
"description": {
|
|
12625
|
+
"description": "Variable description",
|
|
12626
|
+
"name": "description",
|
|
12639
12627
|
"hasDynamicHelp": false,
|
|
12640
12628
|
"multiple": false,
|
|
12641
12629
|
"type": "option"
|
|
12642
12630
|
},
|
|
12643
|
-
"
|
|
12644
|
-
"description": "
|
|
12645
|
-
"name": "
|
|
12631
|
+
"color": {
|
|
12632
|
+
"description": "Variable color as HEX",
|
|
12633
|
+
"name": "color",
|
|
12646
12634
|
"hasDynamicHelp": false,
|
|
12647
12635
|
"multiple": false,
|
|
12648
|
-
"options": [
|
|
12649
|
-
"0",
|
|
12650
|
-
"1"
|
|
12651
|
-
],
|
|
12652
12636
|
"type": "option"
|
|
12653
12637
|
},
|
|
12654
12638
|
"data": {
|
|
@@ -12661,7 +12645,7 @@
|
|
|
12661
12645
|
},
|
|
12662
12646
|
"hasDynamicHelp": false,
|
|
12663
12647
|
"hiddenAliases": [],
|
|
12664
|
-
"id": "bots:
|
|
12648
|
+
"id": "bots:env-vars:update",
|
|
12665
12649
|
"pluginAlias": "@instantkom/cli",
|
|
12666
12650
|
"pluginName": "@instantkom/cli",
|
|
12667
12651
|
"pluginType": "core",
|
|
@@ -12672,11 +12656,11 @@
|
|
|
12672
12656
|
"dist",
|
|
12673
12657
|
"commands",
|
|
12674
12658
|
"bots",
|
|
12675
|
-
"
|
|
12659
|
+
"env-vars",
|
|
12676
12660
|
"update.js"
|
|
12677
12661
|
]
|
|
12678
12662
|
},
|
|
12679
|
-
"bots:env-vars:
|
|
12663
|
+
"bots:env-vars:values": {
|
|
12680
12664
|
"aliases": [],
|
|
12681
12665
|
"args": {
|
|
12682
12666
|
"id": {
|
|
@@ -12685,7 +12669,7 @@
|
|
|
12685
12669
|
"required": true
|
|
12686
12670
|
}
|
|
12687
12671
|
},
|
|
12688
|
-
"description": "List
|
|
12672
|
+
"description": "List recipient values for a bot environment variable",
|
|
12689
12673
|
"flags": {
|
|
12690
12674
|
"api-key": {
|
|
12691
12675
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12748,11 +12732,41 @@
|
|
|
12748
12732
|
"hasDynamicHelp": false,
|
|
12749
12733
|
"multiple": false,
|
|
12750
12734
|
"type": "option"
|
|
12735
|
+
},
|
|
12736
|
+
"page": {
|
|
12737
|
+
"description": "Page number",
|
|
12738
|
+
"name": "page",
|
|
12739
|
+
"default": 1,
|
|
12740
|
+
"hasDynamicHelp": false,
|
|
12741
|
+
"multiple": false,
|
|
12742
|
+
"type": "option"
|
|
12743
|
+
},
|
|
12744
|
+
"limit": {
|
|
12745
|
+
"description": "Items per page",
|
|
12746
|
+
"name": "limit",
|
|
12747
|
+
"default": 20,
|
|
12748
|
+
"hasDynamicHelp": false,
|
|
12749
|
+
"multiple": false,
|
|
12750
|
+
"type": "option"
|
|
12751
|
+
},
|
|
12752
|
+
"search": {
|
|
12753
|
+
"description": "Search in recipient name or identifier",
|
|
12754
|
+
"name": "search",
|
|
12755
|
+
"hasDynamicHelp": false,
|
|
12756
|
+
"multiple": false,
|
|
12757
|
+
"type": "option"
|
|
12758
|
+
},
|
|
12759
|
+
"recipient": {
|
|
12760
|
+
"description": "Filter by recipient ID",
|
|
12761
|
+
"name": "recipient",
|
|
12762
|
+
"hasDynamicHelp": false,
|
|
12763
|
+
"multiple": false,
|
|
12764
|
+
"type": "option"
|
|
12751
12765
|
}
|
|
12752
12766
|
},
|
|
12753
12767
|
"hasDynamicHelp": false,
|
|
12754
12768
|
"hiddenAliases": [],
|
|
12755
|
-
"id": "bots:env-vars:
|
|
12769
|
+
"id": "bots:env-vars:values",
|
|
12756
12770
|
"pluginAlias": "@instantkom/cli",
|
|
12757
12771
|
"pluginName": "@instantkom/cli",
|
|
12758
12772
|
"pluginType": "core",
|
|
@@ -12764,13 +12778,19 @@
|
|
|
12764
12778
|
"commands",
|
|
12765
12779
|
"bots",
|
|
12766
12780
|
"env-vars",
|
|
12767
|
-
"
|
|
12781
|
+
"values.js"
|
|
12768
12782
|
]
|
|
12769
12783
|
},
|
|
12770
|
-
"bots:
|
|
12784
|
+
"bots:filters:create": {
|
|
12771
12785
|
"aliases": [],
|
|
12772
|
-
"args": {
|
|
12773
|
-
|
|
12786
|
+
"args": {
|
|
12787
|
+
"botId": {
|
|
12788
|
+
"description": "Bot ID",
|
|
12789
|
+
"name": "botId",
|
|
12790
|
+
"required": true
|
|
12791
|
+
}
|
|
12792
|
+
},
|
|
12793
|
+
"description": "Create a bot filter",
|
|
12774
12794
|
"flags": {
|
|
12775
12795
|
"api-key": {
|
|
12776
12796
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12834,28 +12854,65 @@
|
|
|
12834
12854
|
"multiple": false,
|
|
12835
12855
|
"type": "option"
|
|
12836
12856
|
},
|
|
12837
|
-
"
|
|
12838
|
-
"description": "
|
|
12839
|
-
"name": "
|
|
12857
|
+
"name": {
|
|
12858
|
+
"description": "Filter name",
|
|
12859
|
+
"name": "name",
|
|
12840
12860
|
"required": true,
|
|
12841
12861
|
"hasDynamicHelp": false,
|
|
12842
12862
|
"multiple": false,
|
|
12843
12863
|
"type": "option"
|
|
12844
12864
|
},
|
|
12845
|
-
"
|
|
12846
|
-
"description": "
|
|
12847
|
-
"name": "
|
|
12865
|
+
"operator": {
|
|
12866
|
+
"description": "Logical operator",
|
|
12867
|
+
"name": "operator",
|
|
12868
|
+
"default": "and",
|
|
12848
12869
|
"hasDynamicHelp": false,
|
|
12849
12870
|
"multiple": false,
|
|
12850
12871
|
"type": "option"
|
|
12851
12872
|
},
|
|
12852
|
-
"
|
|
12853
|
-
"description": "
|
|
12854
|
-
"name": "
|
|
12873
|
+
"filter-object": {
|
|
12874
|
+
"description": "Filter object type",
|
|
12875
|
+
"name": "filter-object",
|
|
12876
|
+
"default": "msg",
|
|
12877
|
+
"hasDynamicHelp": false,
|
|
12878
|
+
"multiple": false,
|
|
12879
|
+
"type": "option"
|
|
12880
|
+
},
|
|
12881
|
+
"filter-attribute": {
|
|
12882
|
+
"description": "Filter attribute",
|
|
12883
|
+
"name": "filter-attribute",
|
|
12884
|
+
"default": "text",
|
|
12855
12885
|
"hasDynamicHelp": false,
|
|
12856
12886
|
"multiple": false,
|
|
12857
12887
|
"type": "option"
|
|
12858
12888
|
},
|
|
12889
|
+
"filter-comparator": {
|
|
12890
|
+
"description": "Filter comparator",
|
|
12891
|
+
"name": "filter-comparator",
|
|
12892
|
+
"default": "contains",
|
|
12893
|
+
"hasDynamicHelp": false,
|
|
12894
|
+
"multiple": false,
|
|
12895
|
+
"type": "option"
|
|
12896
|
+
},
|
|
12897
|
+
"filter-value": {
|
|
12898
|
+
"description": "Filter value",
|
|
12899
|
+
"name": "filter-value",
|
|
12900
|
+
"required": true,
|
|
12901
|
+
"hasDynamicHelp": false,
|
|
12902
|
+
"multiple": false,
|
|
12903
|
+
"type": "option"
|
|
12904
|
+
},
|
|
12905
|
+
"status": {
|
|
12906
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12907
|
+
"name": "status",
|
|
12908
|
+
"hasDynamicHelp": false,
|
|
12909
|
+
"multiple": false,
|
|
12910
|
+
"options": [
|
|
12911
|
+
"0",
|
|
12912
|
+
"1"
|
|
12913
|
+
],
|
|
12914
|
+
"type": "option"
|
|
12915
|
+
},
|
|
12859
12916
|
"data": {
|
|
12860
12917
|
"description": "Additional JSON object payload",
|
|
12861
12918
|
"name": "data",
|
|
@@ -12866,7 +12923,7 @@
|
|
|
12866
12923
|
},
|
|
12867
12924
|
"hasDynamicHelp": false,
|
|
12868
12925
|
"hiddenAliases": [],
|
|
12869
|
-
"id": "bots:
|
|
12926
|
+
"id": "bots:filters:create",
|
|
12870
12927
|
"pluginAlias": "@instantkom/cli",
|
|
12871
12928
|
"pluginName": "@instantkom/cli",
|
|
12872
12929
|
"pluginType": "core",
|
|
@@ -12877,20 +12934,25 @@
|
|
|
12877
12934
|
"dist",
|
|
12878
12935
|
"commands",
|
|
12879
12936
|
"bots",
|
|
12880
|
-
"
|
|
12937
|
+
"filters",
|
|
12881
12938
|
"create.js"
|
|
12882
12939
|
]
|
|
12883
12940
|
},
|
|
12884
|
-
"bots:
|
|
12941
|
+
"bots:filters:delete": {
|
|
12885
12942
|
"aliases": [],
|
|
12886
12943
|
"args": {
|
|
12887
|
-
"
|
|
12888
|
-
"description": "
|
|
12889
|
-
"name": "
|
|
12944
|
+
"botId": {
|
|
12945
|
+
"description": "Bot ID",
|
|
12946
|
+
"name": "botId",
|
|
12947
|
+
"required": true
|
|
12948
|
+
},
|
|
12949
|
+
"filterId": {
|
|
12950
|
+
"description": "Filter ID",
|
|
12951
|
+
"name": "filterId",
|
|
12890
12952
|
"required": true
|
|
12891
12953
|
}
|
|
12892
12954
|
},
|
|
12893
|
-
"description": "Delete a bot
|
|
12955
|
+
"description": "Delete a bot filter",
|
|
12894
12956
|
"flags": {
|
|
12895
12957
|
"api-key": {
|
|
12896
12958
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12957,7 +13019,7 @@
|
|
|
12957
13019
|
},
|
|
12958
13020
|
"hasDynamicHelp": false,
|
|
12959
13021
|
"hiddenAliases": [],
|
|
12960
|
-
"id": "bots:
|
|
13022
|
+
"id": "bots:filters:delete",
|
|
12961
13023
|
"pluginAlias": "@instantkom/cli",
|
|
12962
13024
|
"pluginName": "@instantkom/cli",
|
|
12963
13025
|
"pluginType": "core",
|
|
@@ -12968,20 +13030,25 @@
|
|
|
12968
13030
|
"dist",
|
|
12969
13031
|
"commands",
|
|
12970
13032
|
"bots",
|
|
12971
|
-
"
|
|
13033
|
+
"filters",
|
|
12972
13034
|
"delete.js"
|
|
12973
13035
|
]
|
|
12974
13036
|
},
|
|
12975
|
-
"bots:
|
|
13037
|
+
"bots:filters:get": {
|
|
12976
13038
|
"aliases": [],
|
|
12977
13039
|
"args": {
|
|
12978
|
-
"
|
|
12979
|
-
"description": "
|
|
12980
|
-
"name": "
|
|
13040
|
+
"botId": {
|
|
13041
|
+
"description": "Bot ID",
|
|
13042
|
+
"name": "botId",
|
|
13043
|
+
"required": true
|
|
13044
|
+
},
|
|
13045
|
+
"filterId": {
|
|
13046
|
+
"description": "Filter ID",
|
|
13047
|
+
"name": "filterId",
|
|
12981
13048
|
"required": true
|
|
12982
13049
|
}
|
|
12983
13050
|
},
|
|
12984
|
-
"description": "Get a bot
|
|
13051
|
+
"description": "Get a bot filter",
|
|
12985
13052
|
"flags": {
|
|
12986
13053
|
"api-key": {
|
|
12987
13054
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13048,7 +13115,7 @@
|
|
|
13048
13115
|
},
|
|
13049
13116
|
"hasDynamicHelp": false,
|
|
13050
13117
|
"hiddenAliases": [],
|
|
13051
|
-
"id": "bots:
|
|
13118
|
+
"id": "bots:filters:get",
|
|
13052
13119
|
"pluginAlias": "@instantkom/cli",
|
|
13053
13120
|
"pluginName": "@instantkom/cli",
|
|
13054
13121
|
"pluginType": "core",
|
|
@@ -13059,14 +13126,20 @@
|
|
|
13059
13126
|
"dist",
|
|
13060
13127
|
"commands",
|
|
13061
13128
|
"bots",
|
|
13062
|
-
"
|
|
13129
|
+
"filters",
|
|
13063
13130
|
"get.js"
|
|
13064
13131
|
]
|
|
13065
13132
|
},
|
|
13066
|
-
"bots:
|
|
13133
|
+
"bots:filters:list": {
|
|
13067
13134
|
"aliases": [],
|
|
13068
|
-
"args": {
|
|
13069
|
-
|
|
13135
|
+
"args": {
|
|
13136
|
+
"botId": {
|
|
13137
|
+
"description": "Bot ID",
|
|
13138
|
+
"name": "botId",
|
|
13139
|
+
"required": true
|
|
13140
|
+
}
|
|
13141
|
+
},
|
|
13142
|
+
"description": "List bot filters",
|
|
13070
13143
|
"flags": {
|
|
13071
13144
|
"api-key": {
|
|
13072
13145
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13146,16 +13219,20 @@
|
|
|
13146
13219
|
"multiple": false,
|
|
13147
13220
|
"type": "option"
|
|
13148
13221
|
},
|
|
13149
|
-
"
|
|
13150
|
-
"description": "
|
|
13151
|
-
"name": "
|
|
13222
|
+
"status": {
|
|
13223
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
13224
|
+
"name": "status",
|
|
13152
13225
|
"hasDynamicHelp": false,
|
|
13153
13226
|
"multiple": false,
|
|
13227
|
+
"options": [
|
|
13228
|
+
"0",
|
|
13229
|
+
"1"
|
|
13230
|
+
],
|
|
13154
13231
|
"type": "option"
|
|
13155
13232
|
},
|
|
13156
|
-
"
|
|
13157
|
-
"description": "
|
|
13158
|
-
"name": "
|
|
13233
|
+
"search": {
|
|
13234
|
+
"description": "Search in name or description",
|
|
13235
|
+
"name": "search",
|
|
13159
13236
|
"hasDynamicHelp": false,
|
|
13160
13237
|
"multiple": false,
|
|
13161
13238
|
"type": "option"
|
|
@@ -13163,7 +13240,7 @@
|
|
|
13163
13240
|
},
|
|
13164
13241
|
"hasDynamicHelp": false,
|
|
13165
13242
|
"hiddenAliases": [],
|
|
13166
|
-
"id": "bots:
|
|
13243
|
+
"id": "bots:filters:list",
|
|
13167
13244
|
"pluginAlias": "@instantkom/cli",
|
|
13168
13245
|
"pluginName": "@instantkom/cli",
|
|
13169
13246
|
"pluginType": "core",
|
|
@@ -13174,20 +13251,25 @@
|
|
|
13174
13251
|
"dist",
|
|
13175
13252
|
"commands",
|
|
13176
13253
|
"bots",
|
|
13177
|
-
"
|
|
13254
|
+
"filters",
|
|
13178
13255
|
"list.js"
|
|
13179
13256
|
]
|
|
13180
13257
|
},
|
|
13181
|
-
"bots:
|
|
13258
|
+
"bots:filters:update": {
|
|
13182
13259
|
"aliases": [],
|
|
13183
13260
|
"args": {
|
|
13184
|
-
"
|
|
13185
|
-
"description": "
|
|
13186
|
-
"name": "
|
|
13261
|
+
"botId": {
|
|
13262
|
+
"description": "Bot ID",
|
|
13263
|
+
"name": "botId",
|
|
13264
|
+
"required": true
|
|
13265
|
+
},
|
|
13266
|
+
"filterId": {
|
|
13267
|
+
"description": "Filter ID",
|
|
13268
|
+
"name": "filterId",
|
|
13187
13269
|
"required": true
|
|
13188
13270
|
}
|
|
13189
13271
|
},
|
|
13190
|
-
"description": "Update a bot
|
|
13272
|
+
"description": "Update a bot filter",
|
|
13191
13273
|
"flags": {
|
|
13192
13274
|
"api-key": {
|
|
13193
13275
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13251,144 +13333,62 @@
|
|
|
13251
13333
|
"multiple": false,
|
|
13252
13334
|
"type": "option"
|
|
13253
13335
|
},
|
|
13254
|
-
"
|
|
13255
|
-
"description": "
|
|
13256
|
-
"name": "
|
|
13257
|
-
"hasDynamicHelp": false,
|
|
13258
|
-
"multiple": false,
|
|
13259
|
-
"type": "option"
|
|
13260
|
-
},
|
|
13261
|
-
"color": {
|
|
13262
|
-
"description": "Variable color as HEX",
|
|
13263
|
-
"name": "color",
|
|
13264
|
-
"hasDynamicHelp": false,
|
|
13265
|
-
"multiple": false,
|
|
13266
|
-
"type": "option"
|
|
13267
|
-
},
|
|
13268
|
-
"data": {
|
|
13269
|
-
"description": "Additional JSON object payload",
|
|
13270
|
-
"name": "data",
|
|
13271
|
-
"hasDynamicHelp": false,
|
|
13272
|
-
"multiple": false,
|
|
13273
|
-
"type": "option"
|
|
13274
|
-
}
|
|
13275
|
-
},
|
|
13276
|
-
"hasDynamicHelp": false,
|
|
13277
|
-
"hiddenAliases": [],
|
|
13278
|
-
"id": "bots:env-vars:update",
|
|
13279
|
-
"pluginAlias": "@instantkom/cli",
|
|
13280
|
-
"pluginName": "@instantkom/cli",
|
|
13281
|
-
"pluginType": "core",
|
|
13282
|
-
"strict": true,
|
|
13283
|
-
"enableJsonFlag": false,
|
|
13284
|
-
"isESM": true,
|
|
13285
|
-
"relativePath": [
|
|
13286
|
-
"dist",
|
|
13287
|
-
"commands",
|
|
13288
|
-
"bots",
|
|
13289
|
-
"env-vars",
|
|
13290
|
-
"update.js"
|
|
13291
|
-
]
|
|
13292
|
-
},
|
|
13293
|
-
"bots:env-vars:values": {
|
|
13294
|
-
"aliases": [],
|
|
13295
|
-
"args": {
|
|
13296
|
-
"id": {
|
|
13297
|
-
"description": "Environment variable ID",
|
|
13298
|
-
"name": "id",
|
|
13299
|
-
"required": true
|
|
13300
|
-
}
|
|
13301
|
-
},
|
|
13302
|
-
"description": "List recipient values for a bot environment variable",
|
|
13303
|
-
"flags": {
|
|
13304
|
-
"api-key": {
|
|
13305
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
13306
|
-
"env": "IKM_API_KEY",
|
|
13307
|
-
"helpGroup": "GLOBAL",
|
|
13308
|
-
"name": "api-key",
|
|
13336
|
+
"name": {
|
|
13337
|
+
"description": "Filter name",
|
|
13338
|
+
"name": "name",
|
|
13309
13339
|
"hasDynamicHelp": false,
|
|
13310
13340
|
"multiple": false,
|
|
13311
13341
|
"type": "option"
|
|
13312
13342
|
},
|
|
13313
|
-
"
|
|
13314
|
-
"description": "
|
|
13315
|
-
"
|
|
13316
|
-
"name": "format",
|
|
13317
|
-
"default": "text",
|
|
13343
|
+
"operator": {
|
|
13344
|
+
"description": "Logical operator",
|
|
13345
|
+
"name": "operator",
|
|
13318
13346
|
"hasDynamicHelp": false,
|
|
13319
13347
|
"multiple": false,
|
|
13320
|
-
"options": [
|
|
13321
|
-
"text",
|
|
13322
|
-
"json",
|
|
13323
|
-
"yaml",
|
|
13324
|
-
"table"
|
|
13325
|
-
],
|
|
13326
13348
|
"type": "option"
|
|
13327
13349
|
},
|
|
13328
|
-
"
|
|
13329
|
-
"description": "
|
|
13330
|
-
"
|
|
13331
|
-
"name": "json",
|
|
13332
|
-
"allowNo": false,
|
|
13333
|
-
"type": "boolean"
|
|
13334
|
-
},
|
|
13335
|
-
"quiet": {
|
|
13336
|
-
"description": "Suppress all output except errors",
|
|
13337
|
-
"helpGroup": "GLOBAL",
|
|
13338
|
-
"name": "quiet",
|
|
13339
|
-
"allowNo": false,
|
|
13340
|
-
"type": "boolean"
|
|
13341
|
-
},
|
|
13342
|
-
"no-color": {
|
|
13343
|
-
"description": "Disable color output",
|
|
13344
|
-
"helpGroup": "GLOBAL",
|
|
13345
|
-
"name": "no-color",
|
|
13346
|
-
"allowNo": false,
|
|
13347
|
-
"type": "boolean"
|
|
13348
|
-
},
|
|
13349
|
-
"profile": {
|
|
13350
|
-
"description": "Named configuration profile to use",
|
|
13351
|
-
"helpGroup": "GLOBAL",
|
|
13352
|
-
"name": "profile",
|
|
13353
|
-
"default": "default",
|
|
13350
|
+
"filter-object": {
|
|
13351
|
+
"description": "Filter object type",
|
|
13352
|
+
"name": "filter-object",
|
|
13354
13353
|
"hasDynamicHelp": false,
|
|
13355
13354
|
"multiple": false,
|
|
13356
13355
|
"type": "option"
|
|
13357
13356
|
},
|
|
13358
|
-
"
|
|
13359
|
-
"description": "
|
|
13360
|
-
"
|
|
13361
|
-
"name": "api-url",
|
|
13357
|
+
"filter-attribute": {
|
|
13358
|
+
"description": "Filter attribute",
|
|
13359
|
+
"name": "filter-attribute",
|
|
13362
13360
|
"hasDynamicHelp": false,
|
|
13363
13361
|
"multiple": false,
|
|
13364
13362
|
"type": "option"
|
|
13365
13363
|
},
|
|
13366
|
-
"
|
|
13367
|
-
"description": "
|
|
13368
|
-
"name": "
|
|
13369
|
-
"default": 1,
|
|
13364
|
+
"filter-comparator": {
|
|
13365
|
+
"description": "Filter comparator",
|
|
13366
|
+
"name": "filter-comparator",
|
|
13370
13367
|
"hasDynamicHelp": false,
|
|
13371
13368
|
"multiple": false,
|
|
13372
13369
|
"type": "option"
|
|
13373
13370
|
},
|
|
13374
|
-
"
|
|
13375
|
-
"description": "
|
|
13376
|
-
"name": "
|
|
13377
|
-
"default": 20,
|
|
13371
|
+
"filter-value": {
|
|
13372
|
+
"description": "Filter value",
|
|
13373
|
+
"name": "filter-value",
|
|
13378
13374
|
"hasDynamicHelp": false,
|
|
13379
13375
|
"multiple": false,
|
|
13380
13376
|
"type": "option"
|
|
13381
13377
|
},
|
|
13382
|
-
"
|
|
13383
|
-
"description": "
|
|
13384
|
-
"name": "
|
|
13378
|
+
"status": {
|
|
13379
|
+
"description": "Status: 0 inactive, 1 active",
|
|
13380
|
+
"name": "status",
|
|
13385
13381
|
"hasDynamicHelp": false,
|
|
13386
13382
|
"multiple": false,
|
|
13383
|
+
"options": [
|
|
13384
|
+
"0",
|
|
13385
|
+
"1"
|
|
13386
|
+
],
|
|
13387
13387
|
"type": "option"
|
|
13388
13388
|
},
|
|
13389
|
-
"
|
|
13390
|
-
"description": "
|
|
13391
|
-
"name": "
|
|
13389
|
+
"data": {
|
|
13390
|
+
"description": "Additional JSON object payload",
|
|
13391
|
+
"name": "data",
|
|
13392
13392
|
"hasDynamicHelp": false,
|
|
13393
13393
|
"multiple": false,
|
|
13394
13394
|
"type": "option"
|
|
@@ -13396,7 +13396,7 @@
|
|
|
13396
13396
|
},
|
|
13397
13397
|
"hasDynamicHelp": false,
|
|
13398
13398
|
"hiddenAliases": [],
|
|
13399
|
-
"id": "bots:
|
|
13399
|
+
"id": "bots:filters:update",
|
|
13400
13400
|
"pluginAlias": "@instantkom/cli",
|
|
13401
13401
|
"pluginName": "@instantkom/cli",
|
|
13402
13402
|
"pluginType": "core",
|
|
@@ -13407,8 +13407,8 @@
|
|
|
13407
13407
|
"dist",
|
|
13408
13408
|
"commands",
|
|
13409
13409
|
"bots",
|
|
13410
|
-
"
|
|
13411
|
-
"
|
|
13410
|
+
"filters",
|
|
13411
|
+
"update.js"
|
|
13412
13412
|
]
|
|
13413
13413
|
},
|
|
13414
13414
|
"bots:tags:add": {
|
|
@@ -14380,7 +14380,7 @@
|
|
|
14380
14380
|
"remove.js"
|
|
14381
14381
|
]
|
|
14382
14382
|
},
|
|
14383
|
-
"flow:
|
|
14383
|
+
"flow:edges:create": {
|
|
14384
14384
|
"aliases": [],
|
|
14385
14385
|
"args": {
|
|
14386
14386
|
"flowId": {
|
|
@@ -14389,7 +14389,7 @@
|
|
|
14389
14389
|
"required": true
|
|
14390
14390
|
}
|
|
14391
14391
|
},
|
|
14392
|
-
"description": "Create a flow
|
|
14392
|
+
"description": "Create a flow edge",
|
|
14393
14393
|
"flags": {
|
|
14394
14394
|
"api-key": {
|
|
14395
14395
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14453,33 +14453,33 @@
|
|
|
14453
14453
|
"multiple": false,
|
|
14454
14454
|
"type": "option"
|
|
14455
14455
|
},
|
|
14456
|
-
"
|
|
14457
|
-
"description": "
|
|
14458
|
-
"name": "
|
|
14456
|
+
"source": {
|
|
14457
|
+
"description": "Source node ID",
|
|
14458
|
+
"name": "source",
|
|
14459
|
+
"required": true,
|
|
14459
14460
|
"hasDynamicHelp": false,
|
|
14460
14461
|
"multiple": false,
|
|
14461
14462
|
"type": "option"
|
|
14462
14463
|
},
|
|
14463
|
-
"
|
|
14464
|
-
"description": "
|
|
14465
|
-
"name": "
|
|
14464
|
+
"target": {
|
|
14465
|
+
"description": "Target node ID",
|
|
14466
|
+
"name": "target",
|
|
14466
14467
|
"required": true,
|
|
14467
14468
|
"hasDynamicHelp": false,
|
|
14468
14469
|
"multiple": false,
|
|
14469
14470
|
"type": "option"
|
|
14470
14471
|
},
|
|
14471
|
-
"
|
|
14472
|
-
"description": "
|
|
14473
|
-
"name": "
|
|
14474
|
-
"required": true,
|
|
14472
|
+
"label": {
|
|
14473
|
+
"description": "Edge label",
|
|
14474
|
+
"name": "label",
|
|
14475
14475
|
"hasDynamicHelp": false,
|
|
14476
14476
|
"multiple": false,
|
|
14477
14477
|
"type": "option"
|
|
14478
14478
|
},
|
|
14479
|
-
"
|
|
14480
|
-
"description": "
|
|
14481
|
-
"name": "
|
|
14482
|
-
"
|
|
14479
|
+
"type": {
|
|
14480
|
+
"description": "Edge type",
|
|
14481
|
+
"name": "type",
|
|
14482
|
+
"default": "default",
|
|
14483
14483
|
"hasDynamicHelp": false,
|
|
14484
14484
|
"multiple": false,
|
|
14485
14485
|
"type": "option"
|
|
@@ -14494,7 +14494,7 @@
|
|
|
14494
14494
|
},
|
|
14495
14495
|
"hasDynamicHelp": false,
|
|
14496
14496
|
"hiddenAliases": [],
|
|
14497
|
-
"id": "flow:
|
|
14497
|
+
"id": "flow:edges:create",
|
|
14498
14498
|
"pluginAlias": "@instantkom/cli",
|
|
14499
14499
|
"pluginName": "@instantkom/cli",
|
|
14500
14500
|
"pluginType": "core",
|
|
@@ -14505,11 +14505,11 @@
|
|
|
14505
14505
|
"dist",
|
|
14506
14506
|
"commands",
|
|
14507
14507
|
"flow",
|
|
14508
|
-
"
|
|
14508
|
+
"edges",
|
|
14509
14509
|
"create.js"
|
|
14510
14510
|
]
|
|
14511
14511
|
},
|
|
14512
|
-
"flow:
|
|
14512
|
+
"flow:edges:delete": {
|
|
14513
14513
|
"aliases": [],
|
|
14514
14514
|
"args": {
|
|
14515
14515
|
"flowId": {
|
|
@@ -14517,13 +14517,13 @@
|
|
|
14517
14517
|
"name": "flowId",
|
|
14518
14518
|
"required": true
|
|
14519
14519
|
},
|
|
14520
|
-
"
|
|
14521
|
-
"description": "
|
|
14522
|
-
"name": "
|
|
14520
|
+
"edgeId": {
|
|
14521
|
+
"description": "Edge ID",
|
|
14522
|
+
"name": "edgeId",
|
|
14523
14523
|
"required": true
|
|
14524
14524
|
}
|
|
14525
14525
|
},
|
|
14526
|
-
"description": "Delete a flow
|
|
14526
|
+
"description": "Delete a flow edge",
|
|
14527
14527
|
"flags": {
|
|
14528
14528
|
"api-key": {
|
|
14529
14529
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14590,7 +14590,7 @@
|
|
|
14590
14590
|
},
|
|
14591
14591
|
"hasDynamicHelp": false,
|
|
14592
14592
|
"hiddenAliases": [],
|
|
14593
|
-
"id": "flow:
|
|
14593
|
+
"id": "flow:edges:delete",
|
|
14594
14594
|
"pluginAlias": "@instantkom/cli",
|
|
14595
14595
|
"pluginName": "@instantkom/cli",
|
|
14596
14596
|
"pluginType": "core",
|
|
@@ -14601,11 +14601,11 @@
|
|
|
14601
14601
|
"dist",
|
|
14602
14602
|
"commands",
|
|
14603
14603
|
"flow",
|
|
14604
|
-
"
|
|
14604
|
+
"edges",
|
|
14605
14605
|
"delete.js"
|
|
14606
14606
|
]
|
|
14607
14607
|
},
|
|
14608
|
-
"flow:
|
|
14608
|
+
"flow:edges:get": {
|
|
14609
14609
|
"aliases": [],
|
|
14610
14610
|
"args": {
|
|
14611
14611
|
"flowId": {
|
|
@@ -14613,13 +14613,13 @@
|
|
|
14613
14613
|
"name": "flowId",
|
|
14614
14614
|
"required": true
|
|
14615
14615
|
},
|
|
14616
|
-
"
|
|
14617
|
-
"description": "
|
|
14618
|
-
"name": "
|
|
14616
|
+
"edgeId": {
|
|
14617
|
+
"description": "Edge ID",
|
|
14618
|
+
"name": "edgeId",
|
|
14619
14619
|
"required": true
|
|
14620
14620
|
}
|
|
14621
14621
|
},
|
|
14622
|
-
"description": "Get a flow
|
|
14622
|
+
"description": "Get a flow edge",
|
|
14623
14623
|
"flags": {
|
|
14624
14624
|
"api-key": {
|
|
14625
14625
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14686,7 +14686,7 @@
|
|
|
14686
14686
|
},
|
|
14687
14687
|
"hasDynamicHelp": false,
|
|
14688
14688
|
"hiddenAliases": [],
|
|
14689
|
-
"id": "flow:
|
|
14689
|
+
"id": "flow:edges:get",
|
|
14690
14690
|
"pluginAlias": "@instantkom/cli",
|
|
14691
14691
|
"pluginName": "@instantkom/cli",
|
|
14692
14692
|
"pluginType": "core",
|
|
@@ -14697,11 +14697,11 @@
|
|
|
14697
14697
|
"dist",
|
|
14698
14698
|
"commands",
|
|
14699
14699
|
"flow",
|
|
14700
|
-
"
|
|
14700
|
+
"edges",
|
|
14701
14701
|
"get.js"
|
|
14702
14702
|
]
|
|
14703
14703
|
},
|
|
14704
|
-
"flow:
|
|
14704
|
+
"flow:edges:list": {
|
|
14705
14705
|
"aliases": [],
|
|
14706
14706
|
"args": {
|
|
14707
14707
|
"flowId": {
|
|
@@ -14710,7 +14710,7 @@
|
|
|
14710
14710
|
"required": true
|
|
14711
14711
|
}
|
|
14712
14712
|
},
|
|
14713
|
-
"description": "List
|
|
14713
|
+
"description": "List edges in a flow",
|
|
14714
14714
|
"flags": {
|
|
14715
14715
|
"api-key": {
|
|
14716
14716
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14777,7 +14777,7 @@
|
|
|
14777
14777
|
},
|
|
14778
14778
|
"hasDynamicHelp": false,
|
|
14779
14779
|
"hiddenAliases": [],
|
|
14780
|
-
"id": "flow:
|
|
14780
|
+
"id": "flow:edges:list",
|
|
14781
14781
|
"pluginAlias": "@instantkom/cli",
|
|
14782
14782
|
"pluginName": "@instantkom/cli",
|
|
14783
14783
|
"pluginType": "core",
|
|
@@ -14788,11 +14788,11 @@
|
|
|
14788
14788
|
"dist",
|
|
14789
14789
|
"commands",
|
|
14790
14790
|
"flow",
|
|
14791
|
-
"
|
|
14791
|
+
"edges",
|
|
14792
14792
|
"list.js"
|
|
14793
14793
|
]
|
|
14794
14794
|
},
|
|
14795
|
-
"flow:
|
|
14795
|
+
"flow:edges:update": {
|
|
14796
14796
|
"aliases": [],
|
|
14797
14797
|
"args": {
|
|
14798
14798
|
"flowId": {
|
|
@@ -14800,13 +14800,13 @@
|
|
|
14800
14800
|
"name": "flowId",
|
|
14801
14801
|
"required": true
|
|
14802
14802
|
},
|
|
14803
|
-
"
|
|
14804
|
-
"description": "
|
|
14805
|
-
"name": "
|
|
14803
|
+
"edgeId": {
|
|
14804
|
+
"description": "Edge ID",
|
|
14805
|
+
"name": "edgeId",
|
|
14806
14806
|
"required": true
|
|
14807
14807
|
}
|
|
14808
14808
|
},
|
|
14809
|
-
"description": "Update a flow
|
|
14809
|
+
"description": "Update a flow edge",
|
|
14810
14810
|
"flags": {
|
|
14811
14811
|
"api-key": {
|
|
14812
14812
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14870,30 +14870,30 @@
|
|
|
14870
14870
|
"multiple": false,
|
|
14871
14871
|
"type": "option"
|
|
14872
14872
|
},
|
|
14873
|
-
"
|
|
14874
|
-
"description": "
|
|
14875
|
-
"name": "
|
|
14873
|
+
"source": {
|
|
14874
|
+
"description": "Source node ID",
|
|
14875
|
+
"name": "source",
|
|
14876
14876
|
"hasDynamicHelp": false,
|
|
14877
14877
|
"multiple": false,
|
|
14878
14878
|
"type": "option"
|
|
14879
14879
|
},
|
|
14880
|
-
"
|
|
14881
|
-
"description": "
|
|
14882
|
-
"name": "
|
|
14880
|
+
"target": {
|
|
14881
|
+
"description": "Target node ID",
|
|
14882
|
+
"name": "target",
|
|
14883
14883
|
"hasDynamicHelp": false,
|
|
14884
14884
|
"multiple": false,
|
|
14885
14885
|
"type": "option"
|
|
14886
14886
|
},
|
|
14887
|
-
"
|
|
14888
|
-
"description": "
|
|
14889
|
-
"name": "
|
|
14887
|
+
"label": {
|
|
14888
|
+
"description": "Edge label",
|
|
14889
|
+
"name": "label",
|
|
14890
14890
|
"hasDynamicHelp": false,
|
|
14891
14891
|
"multiple": false,
|
|
14892
14892
|
"type": "option"
|
|
14893
14893
|
},
|
|
14894
|
-
"
|
|
14895
|
-
"description": "
|
|
14896
|
-
"name": "
|
|
14894
|
+
"type": {
|
|
14895
|
+
"description": "Edge type",
|
|
14896
|
+
"name": "type",
|
|
14897
14897
|
"hasDynamicHelp": false,
|
|
14898
14898
|
"multiple": false,
|
|
14899
14899
|
"type": "option"
|
|
@@ -14908,7 +14908,7 @@
|
|
|
14908
14908
|
},
|
|
14909
14909
|
"hasDynamicHelp": false,
|
|
14910
14910
|
"hiddenAliases": [],
|
|
14911
|
-
"id": "flow:
|
|
14911
|
+
"id": "flow:edges:update",
|
|
14912
14912
|
"pluginAlias": "@instantkom/cli",
|
|
14913
14913
|
"pluginName": "@instantkom/cli",
|
|
14914
14914
|
"pluginType": "core",
|
|
@@ -14919,11 +14919,11 @@
|
|
|
14919
14919
|
"dist",
|
|
14920
14920
|
"commands",
|
|
14921
14921
|
"flow",
|
|
14922
|
-
"
|
|
14922
|
+
"edges",
|
|
14923
14923
|
"update.js"
|
|
14924
14924
|
]
|
|
14925
14925
|
},
|
|
14926
|
-
"flow:
|
|
14926
|
+
"flow:nodes:create": {
|
|
14927
14927
|
"aliases": [],
|
|
14928
14928
|
"args": {
|
|
14929
14929
|
"flowId": {
|
|
@@ -14932,7 +14932,7 @@
|
|
|
14932
14932
|
"required": true
|
|
14933
14933
|
}
|
|
14934
14934
|
},
|
|
14935
|
-
"description": "Create a flow
|
|
14935
|
+
"description": "Create a flow node",
|
|
14936
14936
|
"flags": {
|
|
14937
14937
|
"api-key": {
|
|
14938
14938
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14996,33 +14996,33 @@
|
|
|
14996
14996
|
"multiple": false,
|
|
14997
14997
|
"type": "option"
|
|
14998
14998
|
},
|
|
14999
|
-
"
|
|
15000
|
-
"description": "
|
|
15001
|
-
"name": "
|
|
15002
|
-
"required": true,
|
|
14999
|
+
"bot": {
|
|
15000
|
+
"description": "Bot ID",
|
|
15001
|
+
"name": "bot",
|
|
15003
15002
|
"hasDynamicHelp": false,
|
|
15004
15003
|
"multiple": false,
|
|
15005
15004
|
"type": "option"
|
|
15006
15005
|
},
|
|
15007
|
-
"
|
|
15008
|
-
"description": "
|
|
15009
|
-
"name": "
|
|
15006
|
+
"type": {
|
|
15007
|
+
"description": "Node type",
|
|
15008
|
+
"name": "type",
|
|
15010
15009
|
"required": true,
|
|
15011
15010
|
"hasDynamicHelp": false,
|
|
15012
15011
|
"multiple": false,
|
|
15013
15012
|
"type": "option"
|
|
15014
15013
|
},
|
|
15015
|
-
"
|
|
15016
|
-
"description": "
|
|
15017
|
-
"name": "
|
|
15014
|
+
"x": {
|
|
15015
|
+
"description": "X position",
|
|
15016
|
+
"name": "x",
|
|
15017
|
+
"required": true,
|
|
15018
15018
|
"hasDynamicHelp": false,
|
|
15019
15019
|
"multiple": false,
|
|
15020
15020
|
"type": "option"
|
|
15021
15021
|
},
|
|
15022
|
-
"
|
|
15023
|
-
"description": "
|
|
15024
|
-
"name": "
|
|
15025
|
-
"
|
|
15022
|
+
"y": {
|
|
15023
|
+
"description": "Y position",
|
|
15024
|
+
"name": "y",
|
|
15025
|
+
"required": true,
|
|
15026
15026
|
"hasDynamicHelp": false,
|
|
15027
15027
|
"multiple": false,
|
|
15028
15028
|
"type": "option"
|
|
@@ -15037,7 +15037,7 @@
|
|
|
15037
15037
|
},
|
|
15038
15038
|
"hasDynamicHelp": false,
|
|
15039
15039
|
"hiddenAliases": [],
|
|
15040
|
-
"id": "flow:
|
|
15040
|
+
"id": "flow:nodes:create",
|
|
15041
15041
|
"pluginAlias": "@instantkom/cli",
|
|
15042
15042
|
"pluginName": "@instantkom/cli",
|
|
15043
15043
|
"pluginType": "core",
|
|
@@ -15048,11 +15048,11 @@
|
|
|
15048
15048
|
"dist",
|
|
15049
15049
|
"commands",
|
|
15050
15050
|
"flow",
|
|
15051
|
-
"
|
|
15051
|
+
"nodes",
|
|
15052
15052
|
"create.js"
|
|
15053
15053
|
]
|
|
15054
15054
|
},
|
|
15055
|
-
"flow:
|
|
15055
|
+
"flow:nodes:delete": {
|
|
15056
15056
|
"aliases": [],
|
|
15057
15057
|
"args": {
|
|
15058
15058
|
"flowId": {
|
|
@@ -15060,13 +15060,13 @@
|
|
|
15060
15060
|
"name": "flowId",
|
|
15061
15061
|
"required": true
|
|
15062
15062
|
},
|
|
15063
|
-
"
|
|
15064
|
-
"description": "
|
|
15065
|
-
"name": "
|
|
15063
|
+
"nodeId": {
|
|
15064
|
+
"description": "Node ID",
|
|
15065
|
+
"name": "nodeId",
|
|
15066
15066
|
"required": true
|
|
15067
15067
|
}
|
|
15068
15068
|
},
|
|
15069
|
-
"description": "Delete a flow
|
|
15069
|
+
"description": "Delete a flow node",
|
|
15070
15070
|
"flags": {
|
|
15071
15071
|
"api-key": {
|
|
15072
15072
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15133,7 +15133,7 @@
|
|
|
15133
15133
|
},
|
|
15134
15134
|
"hasDynamicHelp": false,
|
|
15135
15135
|
"hiddenAliases": [],
|
|
15136
|
-
"id": "flow:
|
|
15136
|
+
"id": "flow:nodes:delete",
|
|
15137
15137
|
"pluginAlias": "@instantkom/cli",
|
|
15138
15138
|
"pluginName": "@instantkom/cli",
|
|
15139
15139
|
"pluginType": "core",
|
|
@@ -15144,11 +15144,11 @@
|
|
|
15144
15144
|
"dist",
|
|
15145
15145
|
"commands",
|
|
15146
15146
|
"flow",
|
|
15147
|
-
"
|
|
15147
|
+
"nodes",
|
|
15148
15148
|
"delete.js"
|
|
15149
15149
|
]
|
|
15150
15150
|
},
|
|
15151
|
-
"flow:
|
|
15151
|
+
"flow:nodes:get": {
|
|
15152
15152
|
"aliases": [],
|
|
15153
15153
|
"args": {
|
|
15154
15154
|
"flowId": {
|
|
@@ -15156,13 +15156,13 @@
|
|
|
15156
15156
|
"name": "flowId",
|
|
15157
15157
|
"required": true
|
|
15158
15158
|
},
|
|
15159
|
-
"
|
|
15160
|
-
"description": "
|
|
15161
|
-
"name": "
|
|
15159
|
+
"nodeId": {
|
|
15160
|
+
"description": "Node ID",
|
|
15161
|
+
"name": "nodeId",
|
|
15162
15162
|
"required": true
|
|
15163
15163
|
}
|
|
15164
15164
|
},
|
|
15165
|
-
"description": "Get a flow
|
|
15165
|
+
"description": "Get a flow node",
|
|
15166
15166
|
"flags": {
|
|
15167
15167
|
"api-key": {
|
|
15168
15168
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15229,7 +15229,7 @@
|
|
|
15229
15229
|
},
|
|
15230
15230
|
"hasDynamicHelp": false,
|
|
15231
15231
|
"hiddenAliases": [],
|
|
15232
|
-
"id": "flow:
|
|
15232
|
+
"id": "flow:nodes:get",
|
|
15233
15233
|
"pluginAlias": "@instantkom/cli",
|
|
15234
15234
|
"pluginName": "@instantkom/cli",
|
|
15235
15235
|
"pluginType": "core",
|
|
@@ -15240,11 +15240,11 @@
|
|
|
15240
15240
|
"dist",
|
|
15241
15241
|
"commands",
|
|
15242
15242
|
"flow",
|
|
15243
|
-
"
|
|
15243
|
+
"nodes",
|
|
15244
15244
|
"get.js"
|
|
15245
15245
|
]
|
|
15246
15246
|
},
|
|
15247
|
-
"flow:
|
|
15247
|
+
"flow:nodes:list": {
|
|
15248
15248
|
"aliases": [],
|
|
15249
15249
|
"args": {
|
|
15250
15250
|
"flowId": {
|
|
@@ -15253,7 +15253,7 @@
|
|
|
15253
15253
|
"required": true
|
|
15254
15254
|
}
|
|
15255
15255
|
},
|
|
15256
|
-
"description": "List
|
|
15256
|
+
"description": "List nodes in a flow",
|
|
15257
15257
|
"flags": {
|
|
15258
15258
|
"api-key": {
|
|
15259
15259
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15320,7 +15320,7 @@
|
|
|
15320
15320
|
},
|
|
15321
15321
|
"hasDynamicHelp": false,
|
|
15322
15322
|
"hiddenAliases": [],
|
|
15323
|
-
"id": "flow:
|
|
15323
|
+
"id": "flow:nodes:list",
|
|
15324
15324
|
"pluginAlias": "@instantkom/cli",
|
|
15325
15325
|
"pluginName": "@instantkom/cli",
|
|
15326
15326
|
"pluginType": "core",
|
|
@@ -15331,11 +15331,11 @@
|
|
|
15331
15331
|
"dist",
|
|
15332
15332
|
"commands",
|
|
15333
15333
|
"flow",
|
|
15334
|
-
"
|
|
15334
|
+
"nodes",
|
|
15335
15335
|
"list.js"
|
|
15336
15336
|
]
|
|
15337
15337
|
},
|
|
15338
|
-
"flow:
|
|
15338
|
+
"flow:nodes:update": {
|
|
15339
15339
|
"aliases": [],
|
|
15340
15340
|
"args": {
|
|
15341
15341
|
"flowId": {
|
|
@@ -15343,13 +15343,13 @@
|
|
|
15343
15343
|
"name": "flowId",
|
|
15344
15344
|
"required": true
|
|
15345
15345
|
},
|
|
15346
|
-
"
|
|
15347
|
-
"description": "
|
|
15348
|
-
"name": "
|
|
15346
|
+
"nodeId": {
|
|
15347
|
+
"description": "Node ID",
|
|
15348
|
+
"name": "nodeId",
|
|
15349
15349
|
"required": true
|
|
15350
15350
|
}
|
|
15351
15351
|
},
|
|
15352
|
-
"description": "Update a flow
|
|
15352
|
+
"description": "Update a flow node",
|
|
15353
15353
|
"flags": {
|
|
15354
15354
|
"api-key": {
|
|
15355
15355
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15413,30 +15413,30 @@
|
|
|
15413
15413
|
"multiple": false,
|
|
15414
15414
|
"type": "option"
|
|
15415
15415
|
},
|
|
15416
|
-
"
|
|
15417
|
-
"description": "
|
|
15418
|
-
"name": "
|
|
15416
|
+
"bot": {
|
|
15417
|
+
"description": "Bot ID",
|
|
15418
|
+
"name": "bot",
|
|
15419
15419
|
"hasDynamicHelp": false,
|
|
15420
15420
|
"multiple": false,
|
|
15421
15421
|
"type": "option"
|
|
15422
15422
|
},
|
|
15423
|
-
"
|
|
15424
|
-
"description": "
|
|
15425
|
-
"name": "
|
|
15423
|
+
"type": {
|
|
15424
|
+
"description": "Node type",
|
|
15425
|
+
"name": "type",
|
|
15426
15426
|
"hasDynamicHelp": false,
|
|
15427
15427
|
"multiple": false,
|
|
15428
15428
|
"type": "option"
|
|
15429
15429
|
},
|
|
15430
|
-
"
|
|
15431
|
-
"description": "
|
|
15432
|
-
"name": "
|
|
15430
|
+
"x": {
|
|
15431
|
+
"description": "X position",
|
|
15432
|
+
"name": "x",
|
|
15433
15433
|
"hasDynamicHelp": false,
|
|
15434
15434
|
"multiple": false,
|
|
15435
15435
|
"type": "option"
|
|
15436
15436
|
},
|
|
15437
|
-
"
|
|
15438
|
-
"description": "
|
|
15439
|
-
"name": "
|
|
15437
|
+
"y": {
|
|
15438
|
+
"description": "Y position",
|
|
15439
|
+
"name": "y",
|
|
15440
15440
|
"hasDynamicHelp": false,
|
|
15441
15441
|
"multiple": false,
|
|
15442
15442
|
"type": "option"
|
|
@@ -15451,7 +15451,7 @@
|
|
|
15451
15451
|
},
|
|
15452
15452
|
"hasDynamicHelp": false,
|
|
15453
15453
|
"hiddenAliases": [],
|
|
15454
|
-
"id": "flow:
|
|
15454
|
+
"id": "flow:nodes:update",
|
|
15455
15455
|
"pluginAlias": "@instantkom/cli",
|
|
15456
15456
|
"pluginName": "@instantkom/cli",
|
|
15457
15457
|
"pluginType": "core",
|
|
@@ -15462,7 +15462,7 @@
|
|
|
15462
15462
|
"dist",
|
|
15463
15463
|
"commands",
|
|
15464
15464
|
"flow",
|
|
15465
|
-
"
|
|
15465
|
+
"nodes",
|
|
15466
15466
|
"update.js"
|
|
15467
15467
|
]
|
|
15468
15468
|
},
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.
|
|
17055
|
+
"version": "3.191.0"
|
|
17056
17056
|
}
|