@instantkom/cli 3.185.1 → 3.186.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1188 -1188
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1255,6 +1255,40 @@
|
|
|
1255
1255
|
"logout.js"
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
|
+
"autocomplete:script": {
|
|
1259
|
+
"aliases": [],
|
|
1260
|
+
"args": {
|
|
1261
|
+
"shell": {
|
|
1262
|
+
"description": "Shell type",
|
|
1263
|
+
"name": "shell",
|
|
1264
|
+
"options": [
|
|
1265
|
+
"zsh",
|
|
1266
|
+
"bash",
|
|
1267
|
+
"fish",
|
|
1268
|
+
"powershell"
|
|
1269
|
+
],
|
|
1270
|
+
"required": false
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"description": "outputs autocomplete config script for shells",
|
|
1274
|
+
"flags": {},
|
|
1275
|
+
"hasDynamicHelp": false,
|
|
1276
|
+
"hidden": true,
|
|
1277
|
+
"hiddenAliases": [],
|
|
1278
|
+
"id": "autocomplete:script",
|
|
1279
|
+
"pluginAlias": "@instantkom/cli",
|
|
1280
|
+
"pluginName": "@instantkom/cli",
|
|
1281
|
+
"pluginType": "core",
|
|
1282
|
+
"strict": true,
|
|
1283
|
+
"enableJsonFlag": false,
|
|
1284
|
+
"isESM": true,
|
|
1285
|
+
"relativePath": [
|
|
1286
|
+
"dist",
|
|
1287
|
+
"commands",
|
|
1288
|
+
"autocomplete",
|
|
1289
|
+
"script.js"
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1258
1292
|
"bots:create": {
|
|
1259
1293
|
"aliases": [],
|
|
1260
1294
|
"args": {},
|
|
@@ -1981,40 +2015,6 @@
|
|
|
1981
2015
|
"update.js"
|
|
1982
2016
|
]
|
|
1983
2017
|
},
|
|
1984
|
-
"autocomplete:script": {
|
|
1985
|
-
"aliases": [],
|
|
1986
|
-
"args": {
|
|
1987
|
-
"shell": {
|
|
1988
|
-
"description": "Shell type",
|
|
1989
|
-
"name": "shell",
|
|
1990
|
-
"options": [
|
|
1991
|
-
"zsh",
|
|
1992
|
-
"bash",
|
|
1993
|
-
"fish",
|
|
1994
|
-
"powershell"
|
|
1995
|
-
],
|
|
1996
|
-
"required": false
|
|
1997
|
-
}
|
|
1998
|
-
},
|
|
1999
|
-
"description": "outputs autocomplete config script for shells",
|
|
2000
|
-
"flags": {},
|
|
2001
|
-
"hasDynamicHelp": false,
|
|
2002
|
-
"hidden": true,
|
|
2003
|
-
"hiddenAliases": [],
|
|
2004
|
-
"id": "autocomplete:script",
|
|
2005
|
-
"pluginAlias": "@instantkom/cli",
|
|
2006
|
-
"pluginName": "@instantkom/cli",
|
|
2007
|
-
"pluginType": "core",
|
|
2008
|
-
"strict": true,
|
|
2009
|
-
"enableJsonFlag": false,
|
|
2010
|
-
"isESM": true,
|
|
2011
|
-
"relativePath": [
|
|
2012
|
-
"dist",
|
|
2013
|
-
"commands",
|
|
2014
|
-
"autocomplete",
|
|
2015
|
-
"script.js"
|
|
2016
|
-
]
|
|
2017
|
-
},
|
|
2018
2018
|
"broadcast:create": {
|
|
2019
2019
|
"aliases": [],
|
|
2020
2020
|
"args": {},
|
|
@@ -2843,16 +2843,10 @@
|
|
|
2843
2843
|
"update.js"
|
|
2844
2844
|
]
|
|
2845
2845
|
},
|
|
2846
|
-
"
|
|
2846
|
+
"channels:create": {
|
|
2847
2847
|
"aliases": [],
|
|
2848
|
-
"args": {
|
|
2849
|
-
|
|
2850
|
-
"description": "chat ID",
|
|
2851
|
-
"name": "id",
|
|
2852
|
-
"required": true
|
|
2853
|
-
}
|
|
2854
|
-
},
|
|
2855
|
-
"description": "Get chat by ID",
|
|
2848
|
+
"args": {},
|
|
2849
|
+
"description": "Create a channel",
|
|
2856
2850
|
"flags": {
|
|
2857
2851
|
"api-key": {
|
|
2858
2852
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2915,11 +2909,48 @@
|
|
|
2915
2909
|
"hasDynamicHelp": false,
|
|
2916
2910
|
"multiple": false,
|
|
2917
2911
|
"type": "option"
|
|
2912
|
+
},
|
|
2913
|
+
"name": {
|
|
2914
|
+
"description": "Channel name",
|
|
2915
|
+
"name": "name",
|
|
2916
|
+
"required": true,
|
|
2917
|
+
"hasDynamicHelp": false,
|
|
2918
|
+
"multiple": false,
|
|
2919
|
+
"type": "option"
|
|
2920
|
+
},
|
|
2921
|
+
"gateway-type": {
|
|
2922
|
+
"description": "Gateway type ID",
|
|
2923
|
+
"name": "gateway-type",
|
|
2924
|
+
"required": true,
|
|
2925
|
+
"hasDynamicHelp": false,
|
|
2926
|
+
"multiple": false,
|
|
2927
|
+
"type": "option"
|
|
2928
|
+
},
|
|
2929
|
+
"status": {
|
|
2930
|
+
"description": "Channel lifecycle status",
|
|
2931
|
+
"name": "status",
|
|
2932
|
+
"hasDynamicHelp": false,
|
|
2933
|
+
"multiple": false,
|
|
2934
|
+
"type": "option"
|
|
2935
|
+
},
|
|
2936
|
+
"description": {
|
|
2937
|
+
"description": "Channel description",
|
|
2938
|
+
"name": "description",
|
|
2939
|
+
"hasDynamicHelp": false,
|
|
2940
|
+
"multiple": false,
|
|
2941
|
+
"type": "option"
|
|
2942
|
+
},
|
|
2943
|
+
"data": {
|
|
2944
|
+
"description": "Additional JSON object payload",
|
|
2945
|
+
"name": "data",
|
|
2946
|
+
"hasDynamicHelp": false,
|
|
2947
|
+
"multiple": false,
|
|
2948
|
+
"type": "option"
|
|
2918
2949
|
}
|
|
2919
2950
|
},
|
|
2920
2951
|
"hasDynamicHelp": false,
|
|
2921
2952
|
"hiddenAliases": [],
|
|
2922
|
-
"id": "
|
|
2953
|
+
"id": "channels:create",
|
|
2923
2954
|
"pluginAlias": "@instantkom/cli",
|
|
2924
2955
|
"pluginName": "@instantkom/cli",
|
|
2925
2956
|
"pluginType": "core",
|
|
@@ -2929,14 +2960,20 @@
|
|
|
2929
2960
|
"relativePath": [
|
|
2930
2961
|
"dist",
|
|
2931
2962
|
"commands",
|
|
2932
|
-
"
|
|
2933
|
-
"
|
|
2963
|
+
"channels",
|
|
2964
|
+
"create.js"
|
|
2934
2965
|
]
|
|
2935
2966
|
},
|
|
2936
|
-
"
|
|
2967
|
+
"channels:get": {
|
|
2937
2968
|
"aliases": [],
|
|
2938
|
-
"args": {
|
|
2939
|
-
|
|
2969
|
+
"args": {
|
|
2970
|
+
"id": {
|
|
2971
|
+
"description": "Channel ID",
|
|
2972
|
+
"name": "id",
|
|
2973
|
+
"required": true
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
"description": "Get a channel by ID",
|
|
2940
2977
|
"flags": {
|
|
2941
2978
|
"api-key": {
|
|
2942
2979
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2999,73 +3036,11 @@
|
|
|
2999
3036
|
"hasDynamicHelp": false,
|
|
3000
3037
|
"multiple": false,
|
|
3001
3038
|
"type": "option"
|
|
3002
|
-
},
|
|
3003
|
-
"page": {
|
|
3004
|
-
"description": "Page number",
|
|
3005
|
-
"name": "page",
|
|
3006
|
-
"default": 1,
|
|
3007
|
-
"hasDynamicHelp": false,
|
|
3008
|
-
"multiple": false,
|
|
3009
|
-
"type": "option"
|
|
3010
|
-
},
|
|
3011
|
-
"limit": {
|
|
3012
|
-
"description": "Items per page",
|
|
3013
|
-
"name": "limit",
|
|
3014
|
-
"default": 20,
|
|
3015
|
-
"hasDynamicHelp": false,
|
|
3016
|
-
"multiple": false,
|
|
3017
|
-
"type": "option"
|
|
3018
|
-
},
|
|
3019
|
-
"channel": {
|
|
3020
|
-
"description": "Filter by channel ID",
|
|
3021
|
-
"name": "channel",
|
|
3022
|
-
"hasDynamicHelp": false,
|
|
3023
|
-
"multiple": false,
|
|
3024
|
-
"type": "option"
|
|
3025
|
-
},
|
|
3026
|
-
"channels": {
|
|
3027
|
-
"description": "Comma-separated channel IDs",
|
|
3028
|
-
"name": "channels",
|
|
3029
|
-
"hasDynamicHelp": false,
|
|
3030
|
-
"multiple": false,
|
|
3031
|
-
"type": "option"
|
|
3032
|
-
},
|
|
3033
|
-
"search": {
|
|
3034
|
-
"description": "Search chats",
|
|
3035
|
-
"name": "search",
|
|
3036
|
-
"hasDynamicHelp": false,
|
|
3037
|
-
"multiple": false,
|
|
3038
|
-
"type": "option"
|
|
3039
|
-
},
|
|
3040
|
-
"status": {
|
|
3041
|
-
"description": "Chat status",
|
|
3042
|
-
"name": "status",
|
|
3043
|
-
"hasDynamicHelp": false,
|
|
3044
|
-
"multiple": false,
|
|
3045
|
-
"options": [
|
|
3046
|
-
"all",
|
|
3047
|
-
"unread",
|
|
3048
|
-
"read",
|
|
3049
|
-
"archived"
|
|
3050
|
-
],
|
|
3051
|
-
"type": "option"
|
|
3052
|
-
},
|
|
3053
|
-
"unread-only": {
|
|
3054
|
-
"description": "Only unread chats",
|
|
3055
|
-
"name": "unread-only",
|
|
3056
|
-
"allowNo": false,
|
|
3057
|
-
"type": "boolean"
|
|
3058
|
-
},
|
|
3059
|
-
"include-archived": {
|
|
3060
|
-
"description": "Include archived chats",
|
|
3061
|
-
"name": "include-archived",
|
|
3062
|
-
"allowNo": false,
|
|
3063
|
-
"type": "boolean"
|
|
3064
3039
|
}
|
|
3065
3040
|
},
|
|
3066
3041
|
"hasDynamicHelp": false,
|
|
3067
3042
|
"hiddenAliases": [],
|
|
3068
|
-
"id": "
|
|
3043
|
+
"id": "channels:get",
|
|
3069
3044
|
"pluginAlias": "@instantkom/cli",
|
|
3070
3045
|
"pluginName": "@instantkom/cli",
|
|
3071
3046
|
"pluginType": "core",
|
|
@@ -3075,20 +3050,20 @@
|
|
|
3075
3050
|
"relativePath": [
|
|
3076
3051
|
"dist",
|
|
3077
3052
|
"commands",
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3053
|
+
"channels",
|
|
3054
|
+
"get.js"
|
|
3080
3055
|
]
|
|
3081
3056
|
},
|
|
3082
|
-
"
|
|
3057
|
+
"channels:kpis": {
|
|
3083
3058
|
"aliases": [],
|
|
3084
3059
|
"args": {
|
|
3085
3060
|
"id": {
|
|
3086
|
-
"description": "
|
|
3061
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
3087
3062
|
"name": "id",
|
|
3088
|
-
"required":
|
|
3063
|
+
"required": false
|
|
3089
3064
|
}
|
|
3090
3065
|
},
|
|
3091
|
-
"description": "
|
|
3066
|
+
"description": "Get channel KPIs",
|
|
3092
3067
|
"flags": {
|
|
3093
3068
|
"api-key": {
|
|
3094
3069
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3152,10 +3127,9 @@
|
|
|
3152
3127
|
"multiple": false,
|
|
3153
3128
|
"type": "option"
|
|
3154
3129
|
},
|
|
3155
|
-
"
|
|
3156
|
-
"description": "
|
|
3157
|
-
"name": "
|
|
3158
|
-
"required": true,
|
|
3130
|
+
"period": {
|
|
3131
|
+
"description": "KPI period",
|
|
3132
|
+
"name": "period",
|
|
3159
3133
|
"hasDynamicHelp": false,
|
|
3160
3134
|
"multiple": false,
|
|
3161
3135
|
"type": "option"
|
|
@@ -3163,7 +3137,7 @@
|
|
|
3163
3137
|
},
|
|
3164
3138
|
"hasDynamicHelp": false,
|
|
3165
3139
|
"hiddenAliases": [],
|
|
3166
|
-
"id": "
|
|
3140
|
+
"id": "channels:kpis",
|
|
3167
3141
|
"pluginAlias": "@instantkom/cli",
|
|
3168
3142
|
"pluginName": "@instantkom/cli",
|
|
3169
3143
|
"pluginType": "core",
|
|
@@ -3173,14 +3147,14 @@
|
|
|
3173
3147
|
"relativePath": [
|
|
3174
3148
|
"dist",
|
|
3175
3149
|
"commands",
|
|
3176
|
-
"
|
|
3177
|
-
"
|
|
3150
|
+
"channels",
|
|
3151
|
+
"kpis.js"
|
|
3178
3152
|
]
|
|
3179
3153
|
},
|
|
3180
|
-
"channels:
|
|
3154
|
+
"channels:list": {
|
|
3181
3155
|
"aliases": [],
|
|
3182
3156
|
"args": {},
|
|
3183
|
-
"description": "
|
|
3157
|
+
"description": "List channels",
|
|
3184
3158
|
"flags": {
|
|
3185
3159
|
"api-key": {
|
|
3186
3160
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3244,47 +3218,47 @@
|
|
|
3244
3218
|
"multiple": false,
|
|
3245
3219
|
"type": "option"
|
|
3246
3220
|
},
|
|
3247
|
-
"
|
|
3248
|
-
"description": "
|
|
3249
|
-
"name": "
|
|
3250
|
-
"
|
|
3221
|
+
"page": {
|
|
3222
|
+
"description": "Page number",
|
|
3223
|
+
"name": "page",
|
|
3224
|
+
"default": 1,
|
|
3251
3225
|
"hasDynamicHelp": false,
|
|
3252
3226
|
"multiple": false,
|
|
3253
3227
|
"type": "option"
|
|
3254
3228
|
},
|
|
3255
|
-
"
|
|
3256
|
-
"description": "
|
|
3257
|
-
"name": "
|
|
3258
|
-
"
|
|
3229
|
+
"limit": {
|
|
3230
|
+
"description": "Items per page",
|
|
3231
|
+
"name": "limit",
|
|
3232
|
+
"default": 20,
|
|
3259
3233
|
"hasDynamicHelp": false,
|
|
3260
3234
|
"multiple": false,
|
|
3261
3235
|
"type": "option"
|
|
3262
3236
|
},
|
|
3263
3237
|
"status": {
|
|
3264
|
-
"description": "
|
|
3238
|
+
"description": "Filter by channel status",
|
|
3265
3239
|
"name": "status",
|
|
3266
3240
|
"hasDynamicHelp": false,
|
|
3267
3241
|
"multiple": false,
|
|
3268
3242
|
"type": "option"
|
|
3269
3243
|
},
|
|
3270
|
-
"
|
|
3271
|
-
"description": "
|
|
3272
|
-
"name": "
|
|
3244
|
+
"gateway-type": {
|
|
3245
|
+
"description": "Filter by gateway type ID",
|
|
3246
|
+
"name": "gateway-type",
|
|
3273
3247
|
"hasDynamicHelp": false,
|
|
3274
3248
|
"multiple": false,
|
|
3275
3249
|
"type": "option"
|
|
3276
3250
|
},
|
|
3277
|
-
"
|
|
3278
|
-
"description": "
|
|
3279
|
-
"name": "
|
|
3280
|
-
"hasDynamicHelp": false,
|
|
3251
|
+
"search": {
|
|
3252
|
+
"description": "Search by channel name",
|
|
3253
|
+
"name": "search",
|
|
3254
|
+
"hasDynamicHelp": false,
|
|
3281
3255
|
"multiple": false,
|
|
3282
3256
|
"type": "option"
|
|
3283
3257
|
}
|
|
3284
3258
|
},
|
|
3285
3259
|
"hasDynamicHelp": false,
|
|
3286
3260
|
"hiddenAliases": [],
|
|
3287
|
-
"id": "channels:
|
|
3261
|
+
"id": "channels:list",
|
|
3288
3262
|
"pluginAlias": "@instantkom/cli",
|
|
3289
3263
|
"pluginName": "@instantkom/cli",
|
|
3290
3264
|
"pluginType": "core",
|
|
@@ -3295,10 +3269,10 @@
|
|
|
3295
3269
|
"dist",
|
|
3296
3270
|
"commands",
|
|
3297
3271
|
"channels",
|
|
3298
|
-
"
|
|
3272
|
+
"list.js"
|
|
3299
3273
|
]
|
|
3300
3274
|
},
|
|
3301
|
-
"channels:
|
|
3275
|
+
"channels:update": {
|
|
3302
3276
|
"aliases": [],
|
|
3303
3277
|
"args": {
|
|
3304
3278
|
"id": {
|
|
@@ -3307,7 +3281,7 @@
|
|
|
3307
3281
|
"required": true
|
|
3308
3282
|
}
|
|
3309
3283
|
},
|
|
3310
|
-
"description": "
|
|
3284
|
+
"description": "Update a channel",
|
|
3311
3285
|
"flags": {
|
|
3312
3286
|
"api-key": {
|
|
3313
3287
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3370,11 +3344,39 @@
|
|
|
3370
3344
|
"hasDynamicHelp": false,
|
|
3371
3345
|
"multiple": false,
|
|
3372
3346
|
"type": "option"
|
|
3347
|
+
},
|
|
3348
|
+
"name": {
|
|
3349
|
+
"description": "Channel name",
|
|
3350
|
+
"name": "name",
|
|
3351
|
+
"hasDynamicHelp": false,
|
|
3352
|
+
"multiple": false,
|
|
3353
|
+
"type": "option"
|
|
3354
|
+
},
|
|
3355
|
+
"status": {
|
|
3356
|
+
"description": "Channel lifecycle status",
|
|
3357
|
+
"name": "status",
|
|
3358
|
+
"hasDynamicHelp": false,
|
|
3359
|
+
"multiple": false,
|
|
3360
|
+
"type": "option"
|
|
3361
|
+
},
|
|
3362
|
+
"description": {
|
|
3363
|
+
"description": "Channel description",
|
|
3364
|
+
"name": "description",
|
|
3365
|
+
"hasDynamicHelp": false,
|
|
3366
|
+
"multiple": false,
|
|
3367
|
+
"type": "option"
|
|
3368
|
+
},
|
|
3369
|
+
"data": {
|
|
3370
|
+
"description": "Additional JSON object payload",
|
|
3371
|
+
"name": "data",
|
|
3372
|
+
"hasDynamicHelp": false,
|
|
3373
|
+
"multiple": false,
|
|
3374
|
+
"type": "option"
|
|
3373
3375
|
}
|
|
3374
3376
|
},
|
|
3375
3377
|
"hasDynamicHelp": false,
|
|
3376
3378
|
"hiddenAliases": [],
|
|
3377
|
-
"id": "channels:
|
|
3379
|
+
"id": "channels:update",
|
|
3378
3380
|
"pluginAlias": "@instantkom/cli",
|
|
3379
3381
|
"pluginName": "@instantkom/cli",
|
|
3380
3382
|
"pluginType": "core",
|
|
@@ -3385,19 +3387,19 @@
|
|
|
3385
3387
|
"dist",
|
|
3386
3388
|
"commands",
|
|
3387
3389
|
"channels",
|
|
3388
|
-
"
|
|
3390
|
+
"update.js"
|
|
3389
3391
|
]
|
|
3390
3392
|
},
|
|
3391
|
-
"
|
|
3393
|
+
"chats:get": {
|
|
3392
3394
|
"aliases": [],
|
|
3393
3395
|
"args": {
|
|
3394
3396
|
"id": {
|
|
3395
|
-
"description": "
|
|
3397
|
+
"description": "chat ID",
|
|
3396
3398
|
"name": "id",
|
|
3397
|
-
"required":
|
|
3399
|
+
"required": true
|
|
3398
3400
|
}
|
|
3399
3401
|
},
|
|
3400
|
-
"description": "Get
|
|
3402
|
+
"description": "Get chat by ID",
|
|
3401
3403
|
"flags": {
|
|
3402
3404
|
"api-key": {
|
|
3403
3405
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3460,18 +3462,11 @@
|
|
|
3460
3462
|
"hasDynamicHelp": false,
|
|
3461
3463
|
"multiple": false,
|
|
3462
3464
|
"type": "option"
|
|
3463
|
-
},
|
|
3464
|
-
"period": {
|
|
3465
|
-
"description": "KPI period",
|
|
3466
|
-
"name": "period",
|
|
3467
|
-
"hasDynamicHelp": false,
|
|
3468
|
-
"multiple": false,
|
|
3469
|
-
"type": "option"
|
|
3470
3465
|
}
|
|
3471
3466
|
},
|
|
3472
3467
|
"hasDynamicHelp": false,
|
|
3473
3468
|
"hiddenAliases": [],
|
|
3474
|
-
"id": "
|
|
3469
|
+
"id": "chats:get",
|
|
3475
3470
|
"pluginAlias": "@instantkom/cli",
|
|
3476
3471
|
"pluginName": "@instantkom/cli",
|
|
3477
3472
|
"pluginType": "core",
|
|
@@ -3481,14 +3476,14 @@
|
|
|
3481
3476
|
"relativePath": [
|
|
3482
3477
|
"dist",
|
|
3483
3478
|
"commands",
|
|
3484
|
-
"
|
|
3485
|
-
"
|
|
3479
|
+
"chats",
|
|
3480
|
+
"get.js"
|
|
3486
3481
|
]
|
|
3487
3482
|
},
|
|
3488
|
-
"
|
|
3483
|
+
"chats:list": {
|
|
3489
3484
|
"aliases": [],
|
|
3490
3485
|
"args": {},
|
|
3491
|
-
"description": "List
|
|
3486
|
+
"description": "List chats",
|
|
3492
3487
|
"flags": {
|
|
3493
3488
|
"api-key": {
|
|
3494
3489
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3568,31 +3563,56 @@
|
|
|
3568
3563
|
"multiple": false,
|
|
3569
3564
|
"type": "option"
|
|
3570
3565
|
},
|
|
3571
|
-
"
|
|
3572
|
-
"description": "Filter by channel
|
|
3573
|
-
"name": "
|
|
3566
|
+
"channel": {
|
|
3567
|
+
"description": "Filter by channel ID",
|
|
3568
|
+
"name": "channel",
|
|
3574
3569
|
"hasDynamicHelp": false,
|
|
3575
3570
|
"multiple": false,
|
|
3576
3571
|
"type": "option"
|
|
3577
3572
|
},
|
|
3578
|
-
"
|
|
3579
|
-
"description": "
|
|
3580
|
-
"name": "
|
|
3573
|
+
"channels": {
|
|
3574
|
+
"description": "Comma-separated channel IDs",
|
|
3575
|
+
"name": "channels",
|
|
3581
3576
|
"hasDynamicHelp": false,
|
|
3582
3577
|
"multiple": false,
|
|
3583
3578
|
"type": "option"
|
|
3584
3579
|
},
|
|
3585
3580
|
"search": {
|
|
3586
|
-
"description": "Search
|
|
3581
|
+
"description": "Search chats",
|
|
3587
3582
|
"name": "search",
|
|
3588
3583
|
"hasDynamicHelp": false,
|
|
3589
3584
|
"multiple": false,
|
|
3590
3585
|
"type": "option"
|
|
3586
|
+
},
|
|
3587
|
+
"status": {
|
|
3588
|
+
"description": "Chat status",
|
|
3589
|
+
"name": "status",
|
|
3590
|
+
"hasDynamicHelp": false,
|
|
3591
|
+
"multiple": false,
|
|
3592
|
+
"options": [
|
|
3593
|
+
"all",
|
|
3594
|
+
"unread",
|
|
3595
|
+
"read",
|
|
3596
|
+
"archived"
|
|
3597
|
+
],
|
|
3598
|
+
"type": "option"
|
|
3599
|
+
},
|
|
3600
|
+
"unread-only": {
|
|
3601
|
+
"description": "Only unread chats",
|
|
3602
|
+
"name": "unread-only",
|
|
3603
|
+
"allowNo": false,
|
|
3604
|
+
"type": "boolean"
|
|
3605
|
+
},
|
|
3606
|
+
"include-archived": {
|
|
3607
|
+
"description": "Include archived chats",
|
|
3608
|
+
"name": "include-archived",
|
|
3609
|
+
"allowNo": false,
|
|
3610
|
+
"type": "boolean"
|
|
3591
3611
|
}
|
|
3592
3612
|
},
|
|
3593
3613
|
"hasDynamicHelp": false,
|
|
3594
3614
|
"hiddenAliases": [],
|
|
3595
|
-
"id": "
|
|
3615
|
+
"id": "chats:list",
|
|
3596
3616
|
"pluginAlias": "@instantkom/cli",
|
|
3597
3617
|
"pluginName": "@instantkom/cli",
|
|
3598
3618
|
"pluginType": "core",
|
|
@@ -3602,20 +3622,20 @@
|
|
|
3602
3622
|
"relativePath": [
|
|
3603
3623
|
"dist",
|
|
3604
3624
|
"commands",
|
|
3605
|
-
"
|
|
3625
|
+
"chats",
|
|
3606
3626
|
"list.js"
|
|
3607
3627
|
]
|
|
3608
3628
|
},
|
|
3609
|
-
"
|
|
3629
|
+
"chats:reply": {
|
|
3610
3630
|
"aliases": [],
|
|
3611
3631
|
"args": {
|
|
3612
3632
|
"id": {
|
|
3613
|
-
"description": "
|
|
3633
|
+
"description": "Chat ID",
|
|
3614
3634
|
"name": "id",
|
|
3615
3635
|
"required": true
|
|
3616
3636
|
}
|
|
3617
3637
|
},
|
|
3618
|
-
"description": "
|
|
3638
|
+
"description": "Reply in a chat",
|
|
3619
3639
|
"flags": {
|
|
3620
3640
|
"api-key": {
|
|
3621
3641
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3679,30 +3699,10 @@
|
|
|
3679
3699
|
"multiple": false,
|
|
3680
3700
|
"type": "option"
|
|
3681
3701
|
},
|
|
3682
|
-
"
|
|
3683
|
-
"description": "
|
|
3684
|
-
"name": "
|
|
3685
|
-
"
|
|
3686
|
-
"multiple": false,
|
|
3687
|
-
"type": "option"
|
|
3688
|
-
},
|
|
3689
|
-
"status": {
|
|
3690
|
-
"description": "Channel lifecycle status",
|
|
3691
|
-
"name": "status",
|
|
3692
|
-
"hasDynamicHelp": false,
|
|
3693
|
-
"multiple": false,
|
|
3694
|
-
"type": "option"
|
|
3695
|
-
},
|
|
3696
|
-
"description": {
|
|
3697
|
-
"description": "Channel description",
|
|
3698
|
-
"name": "description",
|
|
3699
|
-
"hasDynamicHelp": false,
|
|
3700
|
-
"multiple": false,
|
|
3701
|
-
"type": "option"
|
|
3702
|
-
},
|
|
3703
|
-
"data": {
|
|
3704
|
-
"description": "Additional JSON object payload",
|
|
3705
|
-
"name": "data",
|
|
3702
|
+
"text": {
|
|
3703
|
+
"description": "Reply text",
|
|
3704
|
+
"name": "text",
|
|
3705
|
+
"required": true,
|
|
3706
3706
|
"hasDynamicHelp": false,
|
|
3707
3707
|
"multiple": false,
|
|
3708
3708
|
"type": "option"
|
|
@@ -3710,7 +3710,7 @@
|
|
|
3710
3710
|
},
|
|
3711
3711
|
"hasDynamicHelp": false,
|
|
3712
3712
|
"hiddenAliases": [],
|
|
3713
|
-
"id": "
|
|
3713
|
+
"id": "chats:reply",
|
|
3714
3714
|
"pluginAlias": "@instantkom/cli",
|
|
3715
3715
|
"pluginName": "@instantkom/cli",
|
|
3716
3716
|
"pluginType": "core",
|
|
@@ -3720,8 +3720,8 @@
|
|
|
3720
3720
|
"relativePath": [
|
|
3721
3721
|
"dist",
|
|
3722
3722
|
"commands",
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3723
|
+
"chats",
|
|
3724
|
+
"reply.js"
|
|
3725
3725
|
]
|
|
3726
3726
|
},
|
|
3727
3727
|
"config:get": {
|
|
@@ -8968,10 +8968,10 @@
|
|
|
8968
8968
|
"validate-import.js"
|
|
8969
8969
|
]
|
|
8970
8970
|
},
|
|
8971
|
-
"
|
|
8971
|
+
"templates:create": {
|
|
8972
8972
|
"aliases": [],
|
|
8973
8973
|
"args": {},
|
|
8974
|
-
"description": "Create a
|
|
8974
|
+
"description": "Create a message template",
|
|
8975
8975
|
"flags": {
|
|
8976
8976
|
"api-key": {
|
|
8977
8977
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9035,62 +9035,78 @@
|
|
|
9035
9035
|
"multiple": false,
|
|
9036
9036
|
"type": "option"
|
|
9037
9037
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"description": "
|
|
9040
|
-
"name": "
|
|
9038
|
+
"channel": {
|
|
9039
|
+
"description": "Channel ID",
|
|
9040
|
+
"name": "channel",
|
|
9041
9041
|
"required": true,
|
|
9042
9042
|
"hasDynamicHelp": false,
|
|
9043
9043
|
"multiple": false,
|
|
9044
9044
|
"type": "option"
|
|
9045
9045
|
},
|
|
9046
|
-
"
|
|
9047
|
-
"description": "
|
|
9048
|
-
"name": "
|
|
9046
|
+
"name": {
|
|
9047
|
+
"description": "Template name",
|
|
9048
|
+
"name": "name",
|
|
9049
9049
|
"required": true,
|
|
9050
9050
|
"hasDynamicHelp": false,
|
|
9051
9051
|
"multiple": false,
|
|
9052
9052
|
"type": "option"
|
|
9053
9053
|
},
|
|
9054
|
-
"
|
|
9055
|
-
"description": "
|
|
9056
|
-
"name": "
|
|
9057
|
-
"
|
|
9054
|
+
"type": {
|
|
9055
|
+
"description": "Template type",
|
|
9056
|
+
"name": "type",
|
|
9057
|
+
"default": "text",
|
|
9058
9058
|
"hasDynamicHelp": false,
|
|
9059
9059
|
"multiple": false,
|
|
9060
|
+
"options": [
|
|
9061
|
+
"text",
|
|
9062
|
+
"image",
|
|
9063
|
+
"video",
|
|
9064
|
+
"document",
|
|
9065
|
+
"audio",
|
|
9066
|
+
"location",
|
|
9067
|
+
"contact",
|
|
9068
|
+
"interactive"
|
|
9069
|
+
],
|
|
9060
9070
|
"type": "option"
|
|
9061
9071
|
},
|
|
9062
|
-
"
|
|
9063
|
-
"description": "
|
|
9064
|
-
"name": "
|
|
9072
|
+
"message": {
|
|
9073
|
+
"description": "Template message",
|
|
9074
|
+
"name": "message",
|
|
9065
9075
|
"required": true,
|
|
9066
9076
|
"hasDynamicHelp": false,
|
|
9067
9077
|
"multiple": false,
|
|
9068
9078
|
"type": "option"
|
|
9069
9079
|
},
|
|
9070
|
-
"
|
|
9071
|
-
"description": "
|
|
9072
|
-
"name": "
|
|
9080
|
+
"color": {
|
|
9081
|
+
"description": "Template color as HEX",
|
|
9082
|
+
"name": "color",
|
|
9073
9083
|
"hasDynamicHelp": false,
|
|
9074
9084
|
"multiple": false,
|
|
9075
9085
|
"type": "option"
|
|
9076
9086
|
},
|
|
9077
|
-
"
|
|
9078
|
-
"description": "
|
|
9079
|
-
"name": "
|
|
9087
|
+
"status": {
|
|
9088
|
+
"description": "Template is active",
|
|
9089
|
+
"name": "status",
|
|
9090
|
+
"allowNo": true,
|
|
9091
|
+
"type": "boolean"
|
|
9092
|
+
},
|
|
9093
|
+
"whatsapp-language": {
|
|
9094
|
+
"description": "WhatsApp template language",
|
|
9095
|
+
"name": "whatsapp-language",
|
|
9080
9096
|
"hasDynamicHelp": false,
|
|
9081
9097
|
"multiple": false,
|
|
9082
9098
|
"type": "option"
|
|
9083
9099
|
},
|
|
9084
|
-
"
|
|
9085
|
-
"description": "
|
|
9086
|
-
"name": "
|
|
9100
|
+
"buttons": {
|
|
9101
|
+
"description": "Buttons JSON array/object",
|
|
9102
|
+
"name": "buttons",
|
|
9087
9103
|
"hasDynamicHelp": false,
|
|
9088
9104
|
"multiple": false,
|
|
9089
9105
|
"type": "option"
|
|
9090
9106
|
},
|
|
9091
|
-
"
|
|
9092
|
-
"description": "
|
|
9093
|
-
"name": "
|
|
9107
|
+
"header-footer": {
|
|
9108
|
+
"description": "Header/footer JSON object",
|
|
9109
|
+
"name": "header-footer",
|
|
9094
9110
|
"hasDynamicHelp": false,
|
|
9095
9111
|
"multiple": false,
|
|
9096
9112
|
"type": "option"
|
|
@@ -9105,7 +9121,7 @@
|
|
|
9105
9121
|
},
|
|
9106
9122
|
"hasDynamicHelp": false,
|
|
9107
9123
|
"hiddenAliases": [],
|
|
9108
|
-
"id": "
|
|
9124
|
+
"id": "templates:create",
|
|
9109
9125
|
"pluginAlias": "@instantkom/cli",
|
|
9110
9126
|
"pluginName": "@instantkom/cli",
|
|
9111
9127
|
"pluginType": "core",
|
|
@@ -9115,20 +9131,20 @@
|
|
|
9115
9131
|
"relativePath": [
|
|
9116
9132
|
"dist",
|
|
9117
9133
|
"commands",
|
|
9118
|
-
"
|
|
9134
|
+
"templates",
|
|
9119
9135
|
"create.js"
|
|
9120
9136
|
]
|
|
9121
9137
|
},
|
|
9122
|
-
"
|
|
9138
|
+
"templates:delete": {
|
|
9123
9139
|
"aliases": [],
|
|
9124
9140
|
"args": {
|
|
9125
9141
|
"id": {
|
|
9126
|
-
"description": "
|
|
9142
|
+
"description": "template ID",
|
|
9127
9143
|
"name": "id",
|
|
9128
9144
|
"required": true
|
|
9129
9145
|
}
|
|
9130
9146
|
},
|
|
9131
|
-
"description": "Delete
|
|
9147
|
+
"description": "Delete template",
|
|
9132
9148
|
"flags": {
|
|
9133
9149
|
"api-key": {
|
|
9134
9150
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9195,7 +9211,7 @@
|
|
|
9195
9211
|
},
|
|
9196
9212
|
"hasDynamicHelp": false,
|
|
9197
9213
|
"hiddenAliases": [],
|
|
9198
|
-
"id": "
|
|
9214
|
+
"id": "templates:delete",
|
|
9199
9215
|
"pluginAlias": "@instantkom/cli",
|
|
9200
9216
|
"pluginName": "@instantkom/cli",
|
|
9201
9217
|
"pluginType": "core",
|
|
@@ -9205,14 +9221,14 @@
|
|
|
9205
9221
|
"relativePath": [
|
|
9206
9222
|
"dist",
|
|
9207
9223
|
"commands",
|
|
9208
|
-
"
|
|
9224
|
+
"templates",
|
|
9209
9225
|
"delete.js"
|
|
9210
9226
|
]
|
|
9211
9227
|
},
|
|
9212
|
-
"
|
|
9228
|
+
"templates:export": {
|
|
9213
9229
|
"aliases": [],
|
|
9214
9230
|
"args": {},
|
|
9215
|
-
"description": "
|
|
9231
|
+
"description": "Export templates to a file",
|
|
9216
9232
|
"flags": {
|
|
9217
9233
|
"api-key": {
|
|
9218
9234
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9224,355 +9240,14 @@
|
|
|
9224
9240
|
"type": "option"
|
|
9225
9241
|
},
|
|
9226
9242
|
"format": {
|
|
9227
|
-
"description": "
|
|
9228
|
-
"helpGroup": "GLOBAL",
|
|
9243
|
+
"description": "Export format",
|
|
9229
9244
|
"name": "format",
|
|
9230
|
-
"default": "
|
|
9245
|
+
"default": "json",
|
|
9231
9246
|
"hasDynamicHelp": false,
|
|
9232
9247
|
"multiple": false,
|
|
9233
9248
|
"options": [
|
|
9234
|
-
"
|
|
9235
|
-
"json"
|
|
9236
|
-
"yaml",
|
|
9237
|
-
"table"
|
|
9238
|
-
],
|
|
9239
|
-
"type": "option"
|
|
9240
|
-
},
|
|
9241
|
-
"json": {
|
|
9242
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
9243
|
-
"helpGroup": "GLOBAL",
|
|
9244
|
-
"name": "json",
|
|
9245
|
-
"allowNo": false,
|
|
9246
|
-
"type": "boolean"
|
|
9247
|
-
},
|
|
9248
|
-
"quiet": {
|
|
9249
|
-
"description": "Suppress all output except errors",
|
|
9250
|
-
"helpGroup": "GLOBAL",
|
|
9251
|
-
"name": "quiet",
|
|
9252
|
-
"allowNo": false,
|
|
9253
|
-
"type": "boolean"
|
|
9254
|
-
},
|
|
9255
|
-
"no-color": {
|
|
9256
|
-
"description": "Disable color output",
|
|
9257
|
-
"helpGroup": "GLOBAL",
|
|
9258
|
-
"name": "no-color",
|
|
9259
|
-
"allowNo": false,
|
|
9260
|
-
"type": "boolean"
|
|
9261
|
-
},
|
|
9262
|
-
"profile": {
|
|
9263
|
-
"description": "Named configuration profile to use",
|
|
9264
|
-
"helpGroup": "GLOBAL",
|
|
9265
|
-
"name": "profile",
|
|
9266
|
-
"default": "default",
|
|
9267
|
-
"hasDynamicHelp": false,
|
|
9268
|
-
"multiple": false,
|
|
9269
|
-
"type": "option"
|
|
9270
|
-
},
|
|
9271
|
-
"api-url": {
|
|
9272
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
9273
|
-
"helpGroup": "GLOBAL",
|
|
9274
|
-
"name": "api-url",
|
|
9275
|
-
"hasDynamicHelp": false,
|
|
9276
|
-
"multiple": false,
|
|
9277
|
-
"type": "option"
|
|
9278
|
-
}
|
|
9279
|
-
},
|
|
9280
|
-
"hasDynamicHelp": false,
|
|
9281
|
-
"hiddenAliases": [],
|
|
9282
|
-
"id": "team:list",
|
|
9283
|
-
"pluginAlias": "@instantkom/cli",
|
|
9284
|
-
"pluginName": "@instantkom/cli",
|
|
9285
|
-
"pluginType": "core",
|
|
9286
|
-
"strict": true,
|
|
9287
|
-
"enableJsonFlag": false,
|
|
9288
|
-
"isESM": true,
|
|
9289
|
-
"relativePath": [
|
|
9290
|
-
"dist",
|
|
9291
|
-
"commands",
|
|
9292
|
-
"team",
|
|
9293
|
-
"list.js"
|
|
9294
|
-
]
|
|
9295
|
-
},
|
|
9296
|
-
"templates:create": {
|
|
9297
|
-
"aliases": [],
|
|
9298
|
-
"args": {},
|
|
9299
|
-
"description": "Create a message template",
|
|
9300
|
-
"flags": {
|
|
9301
|
-
"api-key": {
|
|
9302
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9303
|
-
"env": "IKM_API_KEY",
|
|
9304
|
-
"helpGroup": "GLOBAL",
|
|
9305
|
-
"name": "api-key",
|
|
9306
|
-
"hasDynamicHelp": false,
|
|
9307
|
-
"multiple": false,
|
|
9308
|
-
"type": "option"
|
|
9309
|
-
},
|
|
9310
|
-
"format": {
|
|
9311
|
-
"description": "Output format: text, json, yaml, or table",
|
|
9312
|
-
"helpGroup": "GLOBAL",
|
|
9313
|
-
"name": "format",
|
|
9314
|
-
"default": "text",
|
|
9315
|
-
"hasDynamicHelp": false,
|
|
9316
|
-
"multiple": false,
|
|
9317
|
-
"options": [
|
|
9318
|
-
"text",
|
|
9319
|
-
"json",
|
|
9320
|
-
"yaml",
|
|
9321
|
-
"table"
|
|
9322
|
-
],
|
|
9323
|
-
"type": "option"
|
|
9324
|
-
},
|
|
9325
|
-
"json": {
|
|
9326
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
9327
|
-
"helpGroup": "GLOBAL",
|
|
9328
|
-
"name": "json",
|
|
9329
|
-
"allowNo": false,
|
|
9330
|
-
"type": "boolean"
|
|
9331
|
-
},
|
|
9332
|
-
"quiet": {
|
|
9333
|
-
"description": "Suppress all output except errors",
|
|
9334
|
-
"helpGroup": "GLOBAL",
|
|
9335
|
-
"name": "quiet",
|
|
9336
|
-
"allowNo": false,
|
|
9337
|
-
"type": "boolean"
|
|
9338
|
-
},
|
|
9339
|
-
"no-color": {
|
|
9340
|
-
"description": "Disable color output",
|
|
9341
|
-
"helpGroup": "GLOBAL",
|
|
9342
|
-
"name": "no-color",
|
|
9343
|
-
"allowNo": false,
|
|
9344
|
-
"type": "boolean"
|
|
9345
|
-
},
|
|
9346
|
-
"profile": {
|
|
9347
|
-
"description": "Named configuration profile to use",
|
|
9348
|
-
"helpGroup": "GLOBAL",
|
|
9349
|
-
"name": "profile",
|
|
9350
|
-
"default": "default",
|
|
9351
|
-
"hasDynamicHelp": false,
|
|
9352
|
-
"multiple": false,
|
|
9353
|
-
"type": "option"
|
|
9354
|
-
},
|
|
9355
|
-
"api-url": {
|
|
9356
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
9357
|
-
"helpGroup": "GLOBAL",
|
|
9358
|
-
"name": "api-url",
|
|
9359
|
-
"hasDynamicHelp": false,
|
|
9360
|
-
"multiple": false,
|
|
9361
|
-
"type": "option"
|
|
9362
|
-
},
|
|
9363
|
-
"channel": {
|
|
9364
|
-
"description": "Channel ID",
|
|
9365
|
-
"name": "channel",
|
|
9366
|
-
"required": true,
|
|
9367
|
-
"hasDynamicHelp": false,
|
|
9368
|
-
"multiple": false,
|
|
9369
|
-
"type": "option"
|
|
9370
|
-
},
|
|
9371
|
-
"name": {
|
|
9372
|
-
"description": "Template name",
|
|
9373
|
-
"name": "name",
|
|
9374
|
-
"required": true,
|
|
9375
|
-
"hasDynamicHelp": false,
|
|
9376
|
-
"multiple": false,
|
|
9377
|
-
"type": "option"
|
|
9378
|
-
},
|
|
9379
|
-
"type": {
|
|
9380
|
-
"description": "Template type",
|
|
9381
|
-
"name": "type",
|
|
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,
|
|
9401
|
-
"hasDynamicHelp": false,
|
|
9402
|
-
"multiple": false,
|
|
9403
|
-
"type": "option"
|
|
9404
|
-
},
|
|
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",
|
|
9442
|
-
"hasDynamicHelp": false,
|
|
9443
|
-
"multiple": false,
|
|
9444
|
-
"type": "option"
|
|
9445
|
-
}
|
|
9446
|
-
},
|
|
9447
|
-
"hasDynamicHelp": false,
|
|
9448
|
-
"hiddenAliases": [],
|
|
9449
|
-
"id": "templates:create",
|
|
9450
|
-
"pluginAlias": "@instantkom/cli",
|
|
9451
|
-
"pluginName": "@instantkom/cli",
|
|
9452
|
-
"pluginType": "core",
|
|
9453
|
-
"strict": true,
|
|
9454
|
-
"enableJsonFlag": false,
|
|
9455
|
-
"isESM": true,
|
|
9456
|
-
"relativePath": [
|
|
9457
|
-
"dist",
|
|
9458
|
-
"commands",
|
|
9459
|
-
"templates",
|
|
9460
|
-
"create.js"
|
|
9461
|
-
]
|
|
9462
|
-
},
|
|
9463
|
-
"templates:delete": {
|
|
9464
|
-
"aliases": [],
|
|
9465
|
-
"args": {
|
|
9466
|
-
"id": {
|
|
9467
|
-
"description": "template ID",
|
|
9468
|
-
"name": "id",
|
|
9469
|
-
"required": true
|
|
9470
|
-
}
|
|
9471
|
-
},
|
|
9472
|
-
"description": "Delete template",
|
|
9473
|
-
"flags": {
|
|
9474
|
-
"api-key": {
|
|
9475
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9476
|
-
"env": "IKM_API_KEY",
|
|
9477
|
-
"helpGroup": "GLOBAL",
|
|
9478
|
-
"name": "api-key",
|
|
9479
|
-
"hasDynamicHelp": false,
|
|
9480
|
-
"multiple": false,
|
|
9481
|
-
"type": "option"
|
|
9482
|
-
},
|
|
9483
|
-
"format": {
|
|
9484
|
-
"description": "Output format: text, json, yaml, or table",
|
|
9485
|
-
"helpGroup": "GLOBAL",
|
|
9486
|
-
"name": "format",
|
|
9487
|
-
"default": "text",
|
|
9488
|
-
"hasDynamicHelp": false,
|
|
9489
|
-
"multiple": false,
|
|
9490
|
-
"options": [
|
|
9491
|
-
"text",
|
|
9492
|
-
"json",
|
|
9493
|
-
"yaml",
|
|
9494
|
-
"table"
|
|
9495
|
-
],
|
|
9496
|
-
"type": "option"
|
|
9497
|
-
},
|
|
9498
|
-
"json": {
|
|
9499
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
9500
|
-
"helpGroup": "GLOBAL",
|
|
9501
|
-
"name": "json",
|
|
9502
|
-
"allowNo": false,
|
|
9503
|
-
"type": "boolean"
|
|
9504
|
-
},
|
|
9505
|
-
"quiet": {
|
|
9506
|
-
"description": "Suppress all output except errors",
|
|
9507
|
-
"helpGroup": "GLOBAL",
|
|
9508
|
-
"name": "quiet",
|
|
9509
|
-
"allowNo": false,
|
|
9510
|
-
"type": "boolean"
|
|
9511
|
-
},
|
|
9512
|
-
"no-color": {
|
|
9513
|
-
"description": "Disable color output",
|
|
9514
|
-
"helpGroup": "GLOBAL",
|
|
9515
|
-
"name": "no-color",
|
|
9516
|
-
"allowNo": false,
|
|
9517
|
-
"type": "boolean"
|
|
9518
|
-
},
|
|
9519
|
-
"profile": {
|
|
9520
|
-
"description": "Named configuration profile to use",
|
|
9521
|
-
"helpGroup": "GLOBAL",
|
|
9522
|
-
"name": "profile",
|
|
9523
|
-
"default": "default",
|
|
9524
|
-
"hasDynamicHelp": false,
|
|
9525
|
-
"multiple": false,
|
|
9526
|
-
"type": "option"
|
|
9527
|
-
},
|
|
9528
|
-
"api-url": {
|
|
9529
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
9530
|
-
"helpGroup": "GLOBAL",
|
|
9531
|
-
"name": "api-url",
|
|
9532
|
-
"hasDynamicHelp": false,
|
|
9533
|
-
"multiple": false,
|
|
9534
|
-
"type": "option"
|
|
9535
|
-
}
|
|
9536
|
-
},
|
|
9537
|
-
"hasDynamicHelp": false,
|
|
9538
|
-
"hiddenAliases": [],
|
|
9539
|
-
"id": "templates:delete",
|
|
9540
|
-
"pluginAlias": "@instantkom/cli",
|
|
9541
|
-
"pluginName": "@instantkom/cli",
|
|
9542
|
-
"pluginType": "core",
|
|
9543
|
-
"strict": true,
|
|
9544
|
-
"enableJsonFlag": false,
|
|
9545
|
-
"isESM": true,
|
|
9546
|
-
"relativePath": [
|
|
9547
|
-
"dist",
|
|
9548
|
-
"commands",
|
|
9549
|
-
"templates",
|
|
9550
|
-
"delete.js"
|
|
9551
|
-
]
|
|
9552
|
-
},
|
|
9553
|
-
"templates:export": {
|
|
9554
|
-
"aliases": [],
|
|
9555
|
-
"args": {},
|
|
9556
|
-
"description": "Export templates to a file",
|
|
9557
|
-
"flags": {
|
|
9558
|
-
"api-key": {
|
|
9559
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9560
|
-
"env": "IKM_API_KEY",
|
|
9561
|
-
"helpGroup": "GLOBAL",
|
|
9562
|
-
"name": "api-key",
|
|
9563
|
-
"hasDynamicHelp": false,
|
|
9564
|
-
"multiple": false,
|
|
9565
|
-
"type": "option"
|
|
9566
|
-
},
|
|
9567
|
-
"format": {
|
|
9568
|
-
"description": "Export format",
|
|
9569
|
-
"name": "format",
|
|
9570
|
-
"default": "json",
|
|
9571
|
-
"hasDynamicHelp": false,
|
|
9572
|
-
"multiple": false,
|
|
9573
|
-
"options": [
|
|
9574
|
-
"csv",
|
|
9575
|
-
"json"
|
|
9249
|
+
"csv",
|
|
9250
|
+
"json"
|
|
9576
9251
|
],
|
|
9577
9252
|
"type": "option"
|
|
9578
9253
|
},
|
|
@@ -11092,10 +10767,262 @@
|
|
|
11092
10767
|
],
|
|
11093
10768
|
"type": "option"
|
|
11094
10769
|
},
|
|
11095
|
-
"url": {
|
|
11096
|
-
"description": "HTTPS target URL that receives webhook POSTs",
|
|
11097
|
-
"name": "url",
|
|
11098
|
-
"required": true,
|
|
10770
|
+
"url": {
|
|
10771
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
10772
|
+
"name": "url",
|
|
10773
|
+
"required": true,
|
|
10774
|
+
"hasDynamicHelp": false,
|
|
10775
|
+
"multiple": false,
|
|
10776
|
+
"type": "option"
|
|
10777
|
+
}
|
|
10778
|
+
},
|
|
10779
|
+
"hasDynamicHelp": false,
|
|
10780
|
+
"hiddenAliases": [],
|
|
10781
|
+
"id": "webhooks:add",
|
|
10782
|
+
"pluginAlias": "@instantkom/cli",
|
|
10783
|
+
"pluginName": "@instantkom/cli",
|
|
10784
|
+
"pluginType": "core",
|
|
10785
|
+
"strict": true,
|
|
10786
|
+
"enableJsonFlag": false,
|
|
10787
|
+
"isESM": true,
|
|
10788
|
+
"relativePath": [
|
|
10789
|
+
"dist",
|
|
10790
|
+
"commands",
|
|
10791
|
+
"webhooks",
|
|
10792
|
+
"add.js"
|
|
10793
|
+
]
|
|
10794
|
+
},
|
|
10795
|
+
"webhooks:events": {
|
|
10796
|
+
"aliases": [],
|
|
10797
|
+
"args": {},
|
|
10798
|
+
"description": "List supported webhook event names",
|
|
10799
|
+
"flags": {
|
|
10800
|
+
"api-key": {
|
|
10801
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10802
|
+
"env": "IKM_API_KEY",
|
|
10803
|
+
"helpGroup": "GLOBAL",
|
|
10804
|
+
"name": "api-key",
|
|
10805
|
+
"hasDynamicHelp": false,
|
|
10806
|
+
"multiple": false,
|
|
10807
|
+
"type": "option"
|
|
10808
|
+
},
|
|
10809
|
+
"format": {
|
|
10810
|
+
"description": "Output format: text, json, yaml, or table",
|
|
10811
|
+
"helpGroup": "GLOBAL",
|
|
10812
|
+
"name": "format",
|
|
10813
|
+
"default": "text",
|
|
10814
|
+
"hasDynamicHelp": false,
|
|
10815
|
+
"multiple": false,
|
|
10816
|
+
"options": [
|
|
10817
|
+
"text",
|
|
10818
|
+
"json",
|
|
10819
|
+
"yaml",
|
|
10820
|
+
"table"
|
|
10821
|
+
],
|
|
10822
|
+
"type": "option"
|
|
10823
|
+
},
|
|
10824
|
+
"json": {
|
|
10825
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
10826
|
+
"helpGroup": "GLOBAL",
|
|
10827
|
+
"name": "json",
|
|
10828
|
+
"allowNo": false,
|
|
10829
|
+
"type": "boolean"
|
|
10830
|
+
},
|
|
10831
|
+
"quiet": {
|
|
10832
|
+
"description": "Suppress all output except errors",
|
|
10833
|
+
"helpGroup": "GLOBAL",
|
|
10834
|
+
"name": "quiet",
|
|
10835
|
+
"allowNo": false,
|
|
10836
|
+
"type": "boolean"
|
|
10837
|
+
},
|
|
10838
|
+
"no-color": {
|
|
10839
|
+
"description": "Disable color output",
|
|
10840
|
+
"helpGroup": "GLOBAL",
|
|
10841
|
+
"name": "no-color",
|
|
10842
|
+
"allowNo": false,
|
|
10843
|
+
"type": "boolean"
|
|
10844
|
+
},
|
|
10845
|
+
"profile": {
|
|
10846
|
+
"description": "Named configuration profile to use",
|
|
10847
|
+
"helpGroup": "GLOBAL",
|
|
10848
|
+
"name": "profile",
|
|
10849
|
+
"default": "default",
|
|
10850
|
+
"hasDynamicHelp": false,
|
|
10851
|
+
"multiple": false,
|
|
10852
|
+
"type": "option"
|
|
10853
|
+
},
|
|
10854
|
+
"api-url": {
|
|
10855
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10856
|
+
"helpGroup": "GLOBAL",
|
|
10857
|
+
"name": "api-url",
|
|
10858
|
+
"hasDynamicHelp": false,
|
|
10859
|
+
"multiple": false,
|
|
10860
|
+
"type": "option"
|
|
10861
|
+
}
|
|
10862
|
+
},
|
|
10863
|
+
"hasDynamicHelp": false,
|
|
10864
|
+
"hiddenAliases": [],
|
|
10865
|
+
"id": "webhooks:events",
|
|
10866
|
+
"pluginAlias": "@instantkom/cli",
|
|
10867
|
+
"pluginName": "@instantkom/cli",
|
|
10868
|
+
"pluginType": "core",
|
|
10869
|
+
"strict": true,
|
|
10870
|
+
"enableJsonFlag": false,
|
|
10871
|
+
"isESM": true,
|
|
10872
|
+
"relativePath": [
|
|
10873
|
+
"dist",
|
|
10874
|
+
"commands",
|
|
10875
|
+
"webhooks",
|
|
10876
|
+
"events.js"
|
|
10877
|
+
]
|
|
10878
|
+
},
|
|
10879
|
+
"webhooks:list": {
|
|
10880
|
+
"aliases": [],
|
|
10881
|
+
"args": {},
|
|
10882
|
+
"description": "List webhook subscriptions",
|
|
10883
|
+
"flags": {
|
|
10884
|
+
"api-key": {
|
|
10885
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10886
|
+
"env": "IKM_API_KEY",
|
|
10887
|
+
"helpGroup": "GLOBAL",
|
|
10888
|
+
"name": "api-key",
|
|
10889
|
+
"hasDynamicHelp": false,
|
|
10890
|
+
"multiple": false,
|
|
10891
|
+
"type": "option"
|
|
10892
|
+
},
|
|
10893
|
+
"format": {
|
|
10894
|
+
"description": "Output format: text, json, yaml, or table",
|
|
10895
|
+
"helpGroup": "GLOBAL",
|
|
10896
|
+
"name": "format",
|
|
10897
|
+
"default": "text",
|
|
10898
|
+
"hasDynamicHelp": false,
|
|
10899
|
+
"multiple": false,
|
|
10900
|
+
"options": [
|
|
10901
|
+
"text",
|
|
10902
|
+
"json",
|
|
10903
|
+
"yaml",
|
|
10904
|
+
"table"
|
|
10905
|
+
],
|
|
10906
|
+
"type": "option"
|
|
10907
|
+
},
|
|
10908
|
+
"json": {
|
|
10909
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
10910
|
+
"helpGroup": "GLOBAL",
|
|
10911
|
+
"name": "json",
|
|
10912
|
+
"allowNo": false,
|
|
10913
|
+
"type": "boolean"
|
|
10914
|
+
},
|
|
10915
|
+
"quiet": {
|
|
10916
|
+
"description": "Suppress all output except errors",
|
|
10917
|
+
"helpGroup": "GLOBAL",
|
|
10918
|
+
"name": "quiet",
|
|
10919
|
+
"allowNo": false,
|
|
10920
|
+
"type": "boolean"
|
|
10921
|
+
},
|
|
10922
|
+
"no-color": {
|
|
10923
|
+
"description": "Disable color output",
|
|
10924
|
+
"helpGroup": "GLOBAL",
|
|
10925
|
+
"name": "no-color",
|
|
10926
|
+
"allowNo": false,
|
|
10927
|
+
"type": "boolean"
|
|
10928
|
+
},
|
|
10929
|
+
"profile": {
|
|
10930
|
+
"description": "Named configuration profile to use",
|
|
10931
|
+
"helpGroup": "GLOBAL",
|
|
10932
|
+
"name": "profile",
|
|
10933
|
+
"default": "default",
|
|
10934
|
+
"hasDynamicHelp": false,
|
|
10935
|
+
"multiple": false,
|
|
10936
|
+
"type": "option"
|
|
10937
|
+
},
|
|
10938
|
+
"api-url": {
|
|
10939
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10940
|
+
"helpGroup": "GLOBAL",
|
|
10941
|
+
"name": "api-url",
|
|
10942
|
+
"hasDynamicHelp": false,
|
|
10943
|
+
"multiple": false,
|
|
10944
|
+
"type": "option"
|
|
10945
|
+
}
|
|
10946
|
+
},
|
|
10947
|
+
"hasDynamicHelp": false,
|
|
10948
|
+
"hiddenAliases": [],
|
|
10949
|
+
"id": "webhooks:list",
|
|
10950
|
+
"pluginAlias": "@instantkom/cli",
|
|
10951
|
+
"pluginName": "@instantkom/cli",
|
|
10952
|
+
"pluginType": "core",
|
|
10953
|
+
"strict": true,
|
|
10954
|
+
"enableJsonFlag": false,
|
|
10955
|
+
"isESM": true,
|
|
10956
|
+
"relativePath": [
|
|
10957
|
+
"dist",
|
|
10958
|
+
"commands",
|
|
10959
|
+
"webhooks",
|
|
10960
|
+
"list.js"
|
|
10961
|
+
]
|
|
10962
|
+
},
|
|
10963
|
+
"webhooks:logs": {
|
|
10964
|
+
"aliases": [],
|
|
10965
|
+
"args": {},
|
|
10966
|
+
"description": "Explain webhook log availability",
|
|
10967
|
+
"flags": {
|
|
10968
|
+
"api-key": {
|
|
10969
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10970
|
+
"env": "IKM_API_KEY",
|
|
10971
|
+
"helpGroup": "GLOBAL",
|
|
10972
|
+
"name": "api-key",
|
|
10973
|
+
"hasDynamicHelp": false,
|
|
10974
|
+
"multiple": false,
|
|
10975
|
+
"type": "option"
|
|
10976
|
+
},
|
|
10977
|
+
"format": {
|
|
10978
|
+
"description": "Output format: text, json, yaml, or table",
|
|
10979
|
+
"helpGroup": "GLOBAL",
|
|
10980
|
+
"name": "format",
|
|
10981
|
+
"default": "text",
|
|
10982
|
+
"hasDynamicHelp": false,
|
|
10983
|
+
"multiple": false,
|
|
10984
|
+
"options": [
|
|
10985
|
+
"text",
|
|
10986
|
+
"json",
|
|
10987
|
+
"yaml",
|
|
10988
|
+
"table"
|
|
10989
|
+
],
|
|
10990
|
+
"type": "option"
|
|
10991
|
+
},
|
|
10992
|
+
"json": {
|
|
10993
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
10994
|
+
"helpGroup": "GLOBAL",
|
|
10995
|
+
"name": "json",
|
|
10996
|
+
"allowNo": false,
|
|
10997
|
+
"type": "boolean"
|
|
10998
|
+
},
|
|
10999
|
+
"quiet": {
|
|
11000
|
+
"description": "Suppress all output except errors",
|
|
11001
|
+
"helpGroup": "GLOBAL",
|
|
11002
|
+
"name": "quiet",
|
|
11003
|
+
"allowNo": false,
|
|
11004
|
+
"type": "boolean"
|
|
11005
|
+
},
|
|
11006
|
+
"no-color": {
|
|
11007
|
+
"description": "Disable color output",
|
|
11008
|
+
"helpGroup": "GLOBAL",
|
|
11009
|
+
"name": "no-color",
|
|
11010
|
+
"allowNo": false,
|
|
11011
|
+
"type": "boolean"
|
|
11012
|
+
},
|
|
11013
|
+
"profile": {
|
|
11014
|
+
"description": "Named configuration profile to use",
|
|
11015
|
+
"helpGroup": "GLOBAL",
|
|
11016
|
+
"name": "profile",
|
|
11017
|
+
"default": "default",
|
|
11018
|
+
"hasDynamicHelp": false,
|
|
11019
|
+
"multiple": false,
|
|
11020
|
+
"type": "option"
|
|
11021
|
+
},
|
|
11022
|
+
"api-url": {
|
|
11023
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
11024
|
+
"helpGroup": "GLOBAL",
|
|
11025
|
+
"name": "api-url",
|
|
11099
11026
|
"hasDynamicHelp": false,
|
|
11100
11027
|
"multiple": false,
|
|
11101
11028
|
"type": "option"
|
|
@@ -11103,7 +11030,7 @@
|
|
|
11103
11030
|
},
|
|
11104
11031
|
"hasDynamicHelp": false,
|
|
11105
11032
|
"hiddenAliases": [],
|
|
11106
|
-
"id": "webhooks:
|
|
11033
|
+
"id": "webhooks:logs",
|
|
11107
11034
|
"pluginAlias": "@instantkom/cli",
|
|
11108
11035
|
"pluginName": "@instantkom/cli",
|
|
11109
11036
|
"pluginType": "core",
|
|
@@ -11114,13 +11041,19 @@
|
|
|
11114
11041
|
"dist",
|
|
11115
11042
|
"commands",
|
|
11116
11043
|
"webhooks",
|
|
11117
|
-
"
|
|
11044
|
+
"logs.js"
|
|
11118
11045
|
]
|
|
11119
11046
|
},
|
|
11120
|
-
"webhooks:
|
|
11047
|
+
"webhooks:remove": {
|
|
11121
11048
|
"aliases": [],
|
|
11122
|
-
"args": {
|
|
11123
|
-
|
|
11049
|
+
"args": {
|
|
11050
|
+
"id": {
|
|
11051
|
+
"description": "Webhook subscription ID",
|
|
11052
|
+
"name": "id",
|
|
11053
|
+
"required": true
|
|
11054
|
+
}
|
|
11055
|
+
},
|
|
11056
|
+
"description": "Remove a webhook subscription",
|
|
11124
11057
|
"flags": {
|
|
11125
11058
|
"api-key": {
|
|
11126
11059
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11187,7 +11120,7 @@
|
|
|
11187
11120
|
},
|
|
11188
11121
|
"hasDynamicHelp": false,
|
|
11189
11122
|
"hiddenAliases": [],
|
|
11190
|
-
"id": "webhooks:
|
|
11123
|
+
"id": "webhooks:remove",
|
|
11191
11124
|
"pluginAlias": "@instantkom/cli",
|
|
11192
11125
|
"pluginName": "@instantkom/cli",
|
|
11193
11126
|
"pluginType": "core",
|
|
@@ -11198,13 +11131,13 @@
|
|
|
11198
11131
|
"dist",
|
|
11199
11132
|
"commands",
|
|
11200
11133
|
"webhooks",
|
|
11201
|
-
"
|
|
11134
|
+
"remove.js"
|
|
11202
11135
|
]
|
|
11203
11136
|
},
|
|
11204
|
-
"webhooks:
|
|
11137
|
+
"webhooks:test": {
|
|
11205
11138
|
"aliases": [],
|
|
11206
11139
|
"args": {},
|
|
11207
|
-
"description": "
|
|
11140
|
+
"description": "Send a test webhook payload to a URL",
|
|
11208
11141
|
"flags": {
|
|
11209
11142
|
"api-key": {
|
|
11210
11143
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11267,11 +11200,34 @@
|
|
|
11267
11200
|
"hasDynamicHelp": false,
|
|
11268
11201
|
"multiple": false,
|
|
11269
11202
|
"type": "option"
|
|
11203
|
+
},
|
|
11204
|
+
"url": {
|
|
11205
|
+
"description": "Webhook URL to call",
|
|
11206
|
+
"name": "url",
|
|
11207
|
+
"required": true,
|
|
11208
|
+
"hasDynamicHelp": false,
|
|
11209
|
+
"multiple": false,
|
|
11210
|
+
"type": "option"
|
|
11211
|
+
},
|
|
11212
|
+
"event": {
|
|
11213
|
+
"description": "Event name",
|
|
11214
|
+
"name": "event",
|
|
11215
|
+
"default": "cli.test",
|
|
11216
|
+
"hasDynamicHelp": false,
|
|
11217
|
+
"multiple": false,
|
|
11218
|
+
"type": "option"
|
|
11219
|
+
},
|
|
11220
|
+
"payload": {
|
|
11221
|
+
"description": "Payload JSON",
|
|
11222
|
+
"name": "payload",
|
|
11223
|
+
"hasDynamicHelp": false,
|
|
11224
|
+
"multiple": false,
|
|
11225
|
+
"type": "option"
|
|
11270
11226
|
}
|
|
11271
11227
|
},
|
|
11272
11228
|
"hasDynamicHelp": false,
|
|
11273
11229
|
"hiddenAliases": [],
|
|
11274
|
-
"id": "webhooks:
|
|
11230
|
+
"id": "webhooks:test",
|
|
11275
11231
|
"pluginAlias": "@instantkom/cli",
|
|
11276
11232
|
"pluginName": "@instantkom/cli",
|
|
11277
11233
|
"pluginType": "core",
|
|
@@ -11282,13 +11238,13 @@
|
|
|
11282
11238
|
"dist",
|
|
11283
11239
|
"commands",
|
|
11284
11240
|
"webhooks",
|
|
11285
|
-
"
|
|
11241
|
+
"test.js"
|
|
11286
11242
|
]
|
|
11287
11243
|
},
|
|
11288
|
-
"
|
|
11244
|
+
"team:create": {
|
|
11289
11245
|
"aliases": [],
|
|
11290
11246
|
"args": {},
|
|
11291
|
-
"description": "
|
|
11247
|
+
"description": "Create a team member",
|
|
11292
11248
|
"flags": {
|
|
11293
11249
|
"api-key": {
|
|
11294
11250
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11351,11 +11307,78 @@
|
|
|
11351
11307
|
"hasDynamicHelp": false,
|
|
11352
11308
|
"multiple": false,
|
|
11353
11309
|
"type": "option"
|
|
11310
|
+
},
|
|
11311
|
+
"email": {
|
|
11312
|
+
"description": "Email address",
|
|
11313
|
+
"name": "email",
|
|
11314
|
+
"required": true,
|
|
11315
|
+
"hasDynamicHelp": false,
|
|
11316
|
+
"multiple": false,
|
|
11317
|
+
"type": "option"
|
|
11318
|
+
},
|
|
11319
|
+
"first-name": {
|
|
11320
|
+
"description": "First name",
|
|
11321
|
+
"name": "first-name",
|
|
11322
|
+
"required": true,
|
|
11323
|
+
"hasDynamicHelp": false,
|
|
11324
|
+
"multiple": false,
|
|
11325
|
+
"type": "option"
|
|
11326
|
+
},
|
|
11327
|
+
"last-name": {
|
|
11328
|
+
"description": "Last name",
|
|
11329
|
+
"name": "last-name",
|
|
11330
|
+
"required": true,
|
|
11331
|
+
"hasDynamicHelp": false,
|
|
11332
|
+
"multiple": false,
|
|
11333
|
+
"type": "option"
|
|
11334
|
+
},
|
|
11335
|
+
"password": {
|
|
11336
|
+
"description": "Initial password",
|
|
11337
|
+
"name": "password",
|
|
11338
|
+
"required": true,
|
|
11339
|
+
"hasDynamicHelp": false,
|
|
11340
|
+
"multiple": false,
|
|
11341
|
+
"type": "option"
|
|
11342
|
+
},
|
|
11343
|
+
"phone": {
|
|
11344
|
+
"description": "Phone number",
|
|
11345
|
+
"name": "phone",
|
|
11346
|
+
"hasDynamicHelp": false,
|
|
11347
|
+
"multiple": false,
|
|
11348
|
+
"type": "option"
|
|
11349
|
+
},
|
|
11350
|
+
"company": {
|
|
11351
|
+
"description": "Company name",
|
|
11352
|
+
"name": "company",
|
|
11353
|
+
"hasDynamicHelp": false,
|
|
11354
|
+
"multiple": false,
|
|
11355
|
+
"type": "option"
|
|
11356
|
+
},
|
|
11357
|
+
"color": {
|
|
11358
|
+
"description": "Color as HEX",
|
|
11359
|
+
"name": "color",
|
|
11360
|
+
"hasDynamicHelp": false,
|
|
11361
|
+
"multiple": false,
|
|
11362
|
+
"type": "option"
|
|
11363
|
+
},
|
|
11364
|
+
"folder": {
|
|
11365
|
+
"description": "Object folder ID",
|
|
11366
|
+
"name": "folder",
|
|
11367
|
+
"hasDynamicHelp": false,
|
|
11368
|
+
"multiple": false,
|
|
11369
|
+
"type": "option"
|
|
11370
|
+
},
|
|
11371
|
+
"data": {
|
|
11372
|
+
"description": "Additional JSON object payload",
|
|
11373
|
+
"name": "data",
|
|
11374
|
+
"hasDynamicHelp": false,
|
|
11375
|
+
"multiple": false,
|
|
11376
|
+
"type": "option"
|
|
11354
11377
|
}
|
|
11355
11378
|
},
|
|
11356
11379
|
"hasDynamicHelp": false,
|
|
11357
11380
|
"hiddenAliases": [],
|
|
11358
|
-
"id": "
|
|
11381
|
+
"id": "team:create",
|
|
11359
11382
|
"pluginAlias": "@instantkom/cli",
|
|
11360
11383
|
"pluginName": "@instantkom/cli",
|
|
11361
11384
|
"pluginType": "core",
|
|
@@ -11365,20 +11388,20 @@
|
|
|
11365
11388
|
"relativePath": [
|
|
11366
11389
|
"dist",
|
|
11367
11390
|
"commands",
|
|
11368
|
-
"
|
|
11369
|
-
"
|
|
11391
|
+
"team",
|
|
11392
|
+
"create.js"
|
|
11370
11393
|
]
|
|
11371
11394
|
},
|
|
11372
|
-
"
|
|
11395
|
+
"team:delete": {
|
|
11373
11396
|
"aliases": [],
|
|
11374
11397
|
"args": {
|
|
11375
11398
|
"id": {
|
|
11376
|
-
"description": "
|
|
11399
|
+
"description": "Team member ID",
|
|
11377
11400
|
"name": "id",
|
|
11378
11401
|
"required": true
|
|
11379
11402
|
}
|
|
11380
11403
|
},
|
|
11381
|
-
"description": "
|
|
11404
|
+
"description": "Delete a team member",
|
|
11382
11405
|
"flags": {
|
|
11383
11406
|
"api-key": {
|
|
11384
11407
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11445,7 +11468,7 @@
|
|
|
11445
11468
|
},
|
|
11446
11469
|
"hasDynamicHelp": false,
|
|
11447
11470
|
"hiddenAliases": [],
|
|
11448
|
-
"id": "
|
|
11471
|
+
"id": "team:delete",
|
|
11449
11472
|
"pluginAlias": "@instantkom/cli",
|
|
11450
11473
|
"pluginName": "@instantkom/cli",
|
|
11451
11474
|
"pluginType": "core",
|
|
@@ -11455,14 +11478,14 @@
|
|
|
11455
11478
|
"relativePath": [
|
|
11456
11479
|
"dist",
|
|
11457
11480
|
"commands",
|
|
11458
|
-
"
|
|
11459
|
-
"
|
|
11481
|
+
"team",
|
|
11482
|
+
"delete.js"
|
|
11460
11483
|
]
|
|
11461
11484
|
},
|
|
11462
|
-
"
|
|
11485
|
+
"team:list": {
|
|
11463
11486
|
"aliases": [],
|
|
11464
11487
|
"args": {},
|
|
11465
|
-
"description": "
|
|
11488
|
+
"description": "List team members",
|
|
11466
11489
|
"flags": {
|
|
11467
11490
|
"api-key": {
|
|
11468
11491
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11525,34 +11548,11 @@
|
|
|
11525
11548
|
"hasDynamicHelp": false,
|
|
11526
11549
|
"multiple": false,
|
|
11527
11550
|
"type": "option"
|
|
11528
|
-
},
|
|
11529
|
-
"url": {
|
|
11530
|
-
"description": "Webhook URL to call",
|
|
11531
|
-
"name": "url",
|
|
11532
|
-
"required": true,
|
|
11533
|
-
"hasDynamicHelp": false,
|
|
11534
|
-
"multiple": false,
|
|
11535
|
-
"type": "option"
|
|
11536
|
-
},
|
|
11537
|
-
"event": {
|
|
11538
|
-
"description": "Event name",
|
|
11539
|
-
"name": "event",
|
|
11540
|
-
"default": "cli.test",
|
|
11541
|
-
"hasDynamicHelp": false,
|
|
11542
|
-
"multiple": false,
|
|
11543
|
-
"type": "option"
|
|
11544
|
-
},
|
|
11545
|
-
"payload": {
|
|
11546
|
-
"description": "Payload JSON",
|
|
11547
|
-
"name": "payload",
|
|
11548
|
-
"hasDynamicHelp": false,
|
|
11549
|
-
"multiple": false,
|
|
11550
|
-
"type": "option"
|
|
11551
11551
|
}
|
|
11552
11552
|
},
|
|
11553
11553
|
"hasDynamicHelp": false,
|
|
11554
11554
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11555
|
+
"id": "team:list",
|
|
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
|
+
"team",
|
|
11566
|
+
"list.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -12046,16 +12046,16 @@
|
|
|
12046
12046
|
"update.js"
|
|
12047
12047
|
]
|
|
12048
12048
|
},
|
|
12049
|
-
"bots:
|
|
12049
|
+
"bots:filters:create": {
|
|
12050
12050
|
"aliases": [],
|
|
12051
12051
|
"args": {
|
|
12052
|
-
"
|
|
12053
|
-
"description": "
|
|
12054
|
-
"name": "
|
|
12052
|
+
"botId": {
|
|
12053
|
+
"description": "Bot ID",
|
|
12054
|
+
"name": "botId",
|
|
12055
12055
|
"required": true
|
|
12056
12056
|
}
|
|
12057
12057
|
},
|
|
12058
|
-
"description": "
|
|
12058
|
+
"description": "Create a bot filter",
|
|
12059
12059
|
"flags": {
|
|
12060
12060
|
"api-key": {
|
|
12061
12061
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12111,10 +12111,76 @@
|
|
|
12111
12111
|
"multiple": false,
|
|
12112
12112
|
"type": "option"
|
|
12113
12113
|
},
|
|
12114
|
-
"api-url": {
|
|
12115
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
12116
|
-
"helpGroup": "GLOBAL",
|
|
12117
|
-
"name": "api-url",
|
|
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
|
+
"name": {
|
|
12123
|
+
"description": "Filter name",
|
|
12124
|
+
"name": "name",
|
|
12125
|
+
"required": true,
|
|
12126
|
+
"hasDynamicHelp": false,
|
|
12127
|
+
"multiple": false,
|
|
12128
|
+
"type": "option"
|
|
12129
|
+
},
|
|
12130
|
+
"operator": {
|
|
12131
|
+
"description": "Logical operator",
|
|
12132
|
+
"name": "operator",
|
|
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,
|
|
12166
|
+
"hasDynamicHelp": false,
|
|
12167
|
+
"multiple": false,
|
|
12168
|
+
"type": "option"
|
|
12169
|
+
},
|
|
12170
|
+
"status": {
|
|
12171
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12172
|
+
"name": "status",
|
|
12173
|
+
"hasDynamicHelp": false,
|
|
12174
|
+
"multiple": false,
|
|
12175
|
+
"options": [
|
|
12176
|
+
"0",
|
|
12177
|
+
"1"
|
|
12178
|
+
],
|
|
12179
|
+
"type": "option"
|
|
12180
|
+
},
|
|
12181
|
+
"data": {
|
|
12182
|
+
"description": "Additional JSON object payload",
|
|
12183
|
+
"name": "data",
|
|
12118
12184
|
"hasDynamicHelp": false,
|
|
12119
12185
|
"multiple": false,
|
|
12120
12186
|
"type": "option"
|
|
@@ -12122,7 +12188,7 @@
|
|
|
12122
12188
|
},
|
|
12123
12189
|
"hasDynamicHelp": false,
|
|
12124
12190
|
"hiddenAliases": [],
|
|
12125
|
-
"id": "bots:
|
|
12191
|
+
"id": "bots:filters:create",
|
|
12126
12192
|
"pluginAlias": "@instantkom/cli",
|
|
12127
12193
|
"pluginName": "@instantkom/cli",
|
|
12128
12194
|
"pluginType": "core",
|
|
@@ -12133,14 +12199,25 @@
|
|
|
12133
12199
|
"dist",
|
|
12134
12200
|
"commands",
|
|
12135
12201
|
"bots",
|
|
12136
|
-
"
|
|
12137
|
-
"
|
|
12202
|
+
"filters",
|
|
12203
|
+
"create.js"
|
|
12138
12204
|
]
|
|
12139
12205
|
},
|
|
12140
|
-
"bots:
|
|
12206
|
+
"bots:filters:delete": {
|
|
12141
12207
|
"aliases": [],
|
|
12142
|
-
"args": {
|
|
12143
|
-
|
|
12208
|
+
"args": {
|
|
12209
|
+
"botId": {
|
|
12210
|
+
"description": "Bot ID",
|
|
12211
|
+
"name": "botId",
|
|
12212
|
+
"required": true
|
|
12213
|
+
},
|
|
12214
|
+
"filterId": {
|
|
12215
|
+
"description": "Filter ID",
|
|
12216
|
+
"name": "filterId",
|
|
12217
|
+
"required": true
|
|
12218
|
+
}
|
|
12219
|
+
},
|
|
12220
|
+
"description": "Delete a bot filter",
|
|
12144
12221
|
"flags": {
|
|
12145
12222
|
"api-key": {
|
|
12146
12223
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12203,40 +12280,11 @@
|
|
|
12203
12280
|
"hasDynamicHelp": false,
|
|
12204
12281
|
"multiple": false,
|
|
12205
12282
|
"type": "option"
|
|
12206
|
-
},
|
|
12207
|
-
"key": {
|
|
12208
|
-
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12209
|
-
"name": "key",
|
|
12210
|
-
"required": true,
|
|
12211
|
-
"hasDynamicHelp": false,
|
|
12212
|
-
"multiple": false,
|
|
12213
|
-
"type": "option"
|
|
12214
|
-
},
|
|
12215
|
-
"description": {
|
|
12216
|
-
"description": "Variable description",
|
|
12217
|
-
"name": "description",
|
|
12218
|
-
"hasDynamicHelp": false,
|
|
12219
|
-
"multiple": false,
|
|
12220
|
-
"type": "option"
|
|
12221
|
-
},
|
|
12222
|
-
"color": {
|
|
12223
|
-
"description": "Variable color as HEX",
|
|
12224
|
-
"name": "color",
|
|
12225
|
-
"hasDynamicHelp": false,
|
|
12226
|
-
"multiple": false,
|
|
12227
|
-
"type": "option"
|
|
12228
|
-
},
|
|
12229
|
-
"data": {
|
|
12230
|
-
"description": "Additional JSON object payload",
|
|
12231
|
-
"name": "data",
|
|
12232
|
-
"hasDynamicHelp": false,
|
|
12233
|
-
"multiple": false,
|
|
12234
|
-
"type": "option"
|
|
12235
12283
|
}
|
|
12236
12284
|
},
|
|
12237
12285
|
"hasDynamicHelp": false,
|
|
12238
12286
|
"hiddenAliases": [],
|
|
12239
|
-
"id": "bots:
|
|
12287
|
+
"id": "bots:filters:delete",
|
|
12240
12288
|
"pluginAlias": "@instantkom/cli",
|
|
12241
12289
|
"pluginName": "@instantkom/cli",
|
|
12242
12290
|
"pluginType": "core",
|
|
@@ -12247,20 +12295,25 @@
|
|
|
12247
12295
|
"dist",
|
|
12248
12296
|
"commands",
|
|
12249
12297
|
"bots",
|
|
12250
|
-
"
|
|
12251
|
-
"
|
|
12298
|
+
"filters",
|
|
12299
|
+
"delete.js"
|
|
12252
12300
|
]
|
|
12253
12301
|
},
|
|
12254
|
-
"bots:
|
|
12302
|
+
"bots:filters:get": {
|
|
12255
12303
|
"aliases": [],
|
|
12256
12304
|
"args": {
|
|
12257
|
-
"
|
|
12258
|
-
"description": "
|
|
12259
|
-
"name": "
|
|
12305
|
+
"botId": {
|
|
12306
|
+
"description": "Bot ID",
|
|
12307
|
+
"name": "botId",
|
|
12308
|
+
"required": true
|
|
12309
|
+
},
|
|
12310
|
+
"filterId": {
|
|
12311
|
+
"description": "Filter ID",
|
|
12312
|
+
"name": "filterId",
|
|
12260
12313
|
"required": true
|
|
12261
12314
|
}
|
|
12262
12315
|
},
|
|
12263
|
-
"description": "
|
|
12316
|
+
"description": "Get a bot filter",
|
|
12264
12317
|
"flags": {
|
|
12265
12318
|
"api-key": {
|
|
12266
12319
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12327,7 +12380,7 @@
|
|
|
12327
12380
|
},
|
|
12328
12381
|
"hasDynamicHelp": false,
|
|
12329
12382
|
"hiddenAliases": [],
|
|
12330
|
-
"id": "bots:
|
|
12383
|
+
"id": "bots:filters:get",
|
|
12331
12384
|
"pluginAlias": "@instantkom/cli",
|
|
12332
12385
|
"pluginName": "@instantkom/cli",
|
|
12333
12386
|
"pluginType": "core",
|
|
@@ -12338,20 +12391,20 @@
|
|
|
12338
12391
|
"dist",
|
|
12339
12392
|
"commands",
|
|
12340
12393
|
"bots",
|
|
12341
|
-
"
|
|
12342
|
-
"
|
|
12394
|
+
"filters",
|
|
12395
|
+
"get.js"
|
|
12343
12396
|
]
|
|
12344
12397
|
},
|
|
12345
|
-
"bots:
|
|
12398
|
+
"bots:filters:list": {
|
|
12346
12399
|
"aliases": [],
|
|
12347
12400
|
"args": {
|
|
12348
|
-
"
|
|
12349
|
-
"description": "
|
|
12350
|
-
"name": "
|
|
12401
|
+
"botId": {
|
|
12402
|
+
"description": "Bot ID",
|
|
12403
|
+
"name": "botId",
|
|
12351
12404
|
"required": true
|
|
12352
12405
|
}
|
|
12353
12406
|
},
|
|
12354
|
-
"description": "
|
|
12407
|
+
"description": "List bot filters",
|
|
12355
12408
|
"flags": {
|
|
12356
12409
|
"api-key": {
|
|
12357
12410
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12414,11 +12467,45 @@
|
|
|
12414
12467
|
"hasDynamicHelp": false,
|
|
12415
12468
|
"multiple": false,
|
|
12416
12469
|
"type": "option"
|
|
12470
|
+
},
|
|
12471
|
+
"page": {
|
|
12472
|
+
"description": "Page number",
|
|
12473
|
+
"name": "page",
|
|
12474
|
+
"default": 1,
|
|
12475
|
+
"hasDynamicHelp": false,
|
|
12476
|
+
"multiple": false,
|
|
12477
|
+
"type": "option"
|
|
12478
|
+
},
|
|
12479
|
+
"limit": {
|
|
12480
|
+
"description": "Items per page",
|
|
12481
|
+
"name": "limit",
|
|
12482
|
+
"default": 20,
|
|
12483
|
+
"hasDynamicHelp": false,
|
|
12484
|
+
"multiple": false,
|
|
12485
|
+
"type": "option"
|
|
12486
|
+
},
|
|
12487
|
+
"status": {
|
|
12488
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
12489
|
+
"name": "status",
|
|
12490
|
+
"hasDynamicHelp": false,
|
|
12491
|
+
"multiple": false,
|
|
12492
|
+
"options": [
|
|
12493
|
+
"0",
|
|
12494
|
+
"1"
|
|
12495
|
+
],
|
|
12496
|
+
"type": "option"
|
|
12497
|
+
},
|
|
12498
|
+
"search": {
|
|
12499
|
+
"description": "Search in name or description",
|
|
12500
|
+
"name": "search",
|
|
12501
|
+
"hasDynamicHelp": false,
|
|
12502
|
+
"multiple": false,
|
|
12503
|
+
"type": "option"
|
|
12417
12504
|
}
|
|
12418
12505
|
},
|
|
12419
12506
|
"hasDynamicHelp": false,
|
|
12420
12507
|
"hiddenAliases": [],
|
|
12421
|
-
"id": "bots:
|
|
12508
|
+
"id": "bots:filters:list",
|
|
12422
12509
|
"pluginAlias": "@instantkom/cli",
|
|
12423
12510
|
"pluginName": "@instantkom/cli",
|
|
12424
12511
|
"pluginType": "core",
|
|
@@ -12429,14 +12516,25 @@
|
|
|
12429
12516
|
"dist",
|
|
12430
12517
|
"commands",
|
|
12431
12518
|
"bots",
|
|
12432
|
-
"
|
|
12433
|
-
"
|
|
12519
|
+
"filters",
|
|
12520
|
+
"list.js"
|
|
12434
12521
|
]
|
|
12435
12522
|
},
|
|
12436
|
-
"bots:
|
|
12523
|
+
"bots:filters:update": {
|
|
12437
12524
|
"aliases": [],
|
|
12438
|
-
"args": {
|
|
12439
|
-
|
|
12525
|
+
"args": {
|
|
12526
|
+
"botId": {
|
|
12527
|
+
"description": "Bot ID",
|
|
12528
|
+
"name": "botId",
|
|
12529
|
+
"required": true
|
|
12530
|
+
},
|
|
12531
|
+
"filterId": {
|
|
12532
|
+
"description": "Filter ID",
|
|
12533
|
+
"name": "filterId",
|
|
12534
|
+
"required": true
|
|
12535
|
+
}
|
|
12536
|
+
},
|
|
12537
|
+
"description": "Update a bot filter",
|
|
12440
12538
|
"flags": {
|
|
12441
12539
|
"api-key": {
|
|
12442
12540
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12500,32 +12598,62 @@
|
|
|
12500
12598
|
"multiple": false,
|
|
12501
12599
|
"type": "option"
|
|
12502
12600
|
},
|
|
12503
|
-
"
|
|
12504
|
-
"description": "
|
|
12505
|
-
"name": "
|
|
12506
|
-
"default": 1,
|
|
12601
|
+
"name": {
|
|
12602
|
+
"description": "Filter name",
|
|
12603
|
+
"name": "name",
|
|
12507
12604
|
"hasDynamicHelp": false,
|
|
12508
12605
|
"multiple": false,
|
|
12509
12606
|
"type": "option"
|
|
12510
12607
|
},
|
|
12511
|
-
"
|
|
12512
|
-
"description": "
|
|
12513
|
-
"name": "
|
|
12514
|
-
"default": 20,
|
|
12608
|
+
"operator": {
|
|
12609
|
+
"description": "Logical operator",
|
|
12610
|
+
"name": "operator",
|
|
12515
12611
|
"hasDynamicHelp": false,
|
|
12516
12612
|
"multiple": false,
|
|
12517
12613
|
"type": "option"
|
|
12518
12614
|
},
|
|
12519
|
-
"
|
|
12520
|
-
"description": "
|
|
12521
|
-
"name": "
|
|
12615
|
+
"filter-object": {
|
|
12616
|
+
"description": "Filter object type",
|
|
12617
|
+
"name": "filter-object",
|
|
12522
12618
|
"hasDynamicHelp": false,
|
|
12523
12619
|
"multiple": false,
|
|
12524
12620
|
"type": "option"
|
|
12525
12621
|
},
|
|
12526
|
-
"
|
|
12527
|
-
"description": "Filter
|
|
12528
|
-
"name": "
|
|
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",
|
|
12639
|
+
"hasDynamicHelp": false,
|
|
12640
|
+
"multiple": false,
|
|
12641
|
+
"type": "option"
|
|
12642
|
+
},
|
|
12643
|
+
"status": {
|
|
12644
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12645
|
+
"name": "status",
|
|
12646
|
+
"hasDynamicHelp": false,
|
|
12647
|
+
"multiple": false,
|
|
12648
|
+
"options": [
|
|
12649
|
+
"0",
|
|
12650
|
+
"1"
|
|
12651
|
+
],
|
|
12652
|
+
"type": "option"
|
|
12653
|
+
},
|
|
12654
|
+
"data": {
|
|
12655
|
+
"description": "Additional JSON object payload",
|
|
12656
|
+
"name": "data",
|
|
12529
12657
|
"hasDynamicHelp": false,
|
|
12530
12658
|
"multiple": false,
|
|
12531
12659
|
"type": "option"
|
|
@@ -12533,7 +12661,7 @@
|
|
|
12533
12661
|
},
|
|
12534
12662
|
"hasDynamicHelp": false,
|
|
12535
12663
|
"hiddenAliases": [],
|
|
12536
|
-
"id": "bots:
|
|
12664
|
+
"id": "bots:filters:update",
|
|
12537
12665
|
"pluginAlias": "@instantkom/cli",
|
|
12538
12666
|
"pluginName": "@instantkom/cli",
|
|
12539
12667
|
"pluginType": "core",
|
|
@@ -12544,20 +12672,25 @@
|
|
|
12544
12672
|
"dist",
|
|
12545
12673
|
"commands",
|
|
12546
12674
|
"bots",
|
|
12547
|
-
"
|
|
12548
|
-
"
|
|
12675
|
+
"filters",
|
|
12676
|
+
"update.js"
|
|
12549
12677
|
]
|
|
12550
12678
|
},
|
|
12551
|
-
"bots:
|
|
12679
|
+
"bots:tags:add": {
|
|
12552
12680
|
"aliases": [],
|
|
12553
12681
|
"args": {
|
|
12554
12682
|
"id": {
|
|
12555
|
-
"description": "
|
|
12683
|
+
"description": "Bot ID",
|
|
12556
12684
|
"name": "id",
|
|
12557
12685
|
"required": true
|
|
12686
|
+
},
|
|
12687
|
+
"tagId": {
|
|
12688
|
+
"description": "Tag ID",
|
|
12689
|
+
"name": "tagId",
|
|
12690
|
+
"required": true
|
|
12558
12691
|
}
|
|
12559
12692
|
},
|
|
12560
|
-
"description": "
|
|
12693
|
+
"description": "Add a tag to a bot",
|
|
12561
12694
|
"flags": {
|
|
12562
12695
|
"api-key": {
|
|
12563
12696
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12615,29 +12748,8 @@
|
|
|
12615
12748
|
},
|
|
12616
12749
|
"api-url": {
|
|
12617
12750
|
"description": "Override the API base URL (e.g. for staging)",
|
|
12618
|
-
"helpGroup": "GLOBAL",
|
|
12619
|
-
"name": "api-url",
|
|
12620
|
-
"hasDynamicHelp": false,
|
|
12621
|
-
"multiple": false,
|
|
12622
|
-
"type": "option"
|
|
12623
|
-
},
|
|
12624
|
-
"description": {
|
|
12625
|
-
"description": "Variable description",
|
|
12626
|
-
"name": "description",
|
|
12627
|
-
"hasDynamicHelp": false,
|
|
12628
|
-
"multiple": false,
|
|
12629
|
-
"type": "option"
|
|
12630
|
-
},
|
|
12631
|
-
"color": {
|
|
12632
|
-
"description": "Variable color as HEX",
|
|
12633
|
-
"name": "color",
|
|
12634
|
-
"hasDynamicHelp": false,
|
|
12635
|
-
"multiple": false,
|
|
12636
|
-
"type": "option"
|
|
12637
|
-
},
|
|
12638
|
-
"data": {
|
|
12639
|
-
"description": "Additional JSON object payload",
|
|
12640
|
-
"name": "data",
|
|
12751
|
+
"helpGroup": "GLOBAL",
|
|
12752
|
+
"name": "api-url",
|
|
12641
12753
|
"hasDynamicHelp": false,
|
|
12642
12754
|
"multiple": false,
|
|
12643
12755
|
"type": "option"
|
|
@@ -12645,7 +12757,7 @@
|
|
|
12645
12757
|
},
|
|
12646
12758
|
"hasDynamicHelp": false,
|
|
12647
12759
|
"hiddenAliases": [],
|
|
12648
|
-
"id": "bots:
|
|
12760
|
+
"id": "bots:tags:add",
|
|
12649
12761
|
"pluginAlias": "@instantkom/cli",
|
|
12650
12762
|
"pluginName": "@instantkom/cli",
|
|
12651
12763
|
"pluginType": "core",
|
|
@@ -12656,20 +12768,20 @@
|
|
|
12656
12768
|
"dist",
|
|
12657
12769
|
"commands",
|
|
12658
12770
|
"bots",
|
|
12659
|
-
"
|
|
12660
|
-
"
|
|
12771
|
+
"tags",
|
|
12772
|
+
"add.js"
|
|
12661
12773
|
]
|
|
12662
12774
|
},
|
|
12663
|
-
"bots:
|
|
12775
|
+
"bots:tags:list": {
|
|
12664
12776
|
"aliases": [],
|
|
12665
12777
|
"args": {
|
|
12666
12778
|
"id": {
|
|
12667
|
-
"description": "
|
|
12779
|
+
"description": "Bot ID",
|
|
12668
12780
|
"name": "id",
|
|
12669
12781
|
"required": true
|
|
12670
12782
|
}
|
|
12671
12783
|
},
|
|
12672
|
-
"description": "List
|
|
12784
|
+
"description": "List tags assigned to a bot",
|
|
12673
12785
|
"flags": {
|
|
12674
12786
|
"api-key": {
|
|
12675
12787
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12732,41 +12844,11 @@
|
|
|
12732
12844
|
"hasDynamicHelp": false,
|
|
12733
12845
|
"multiple": false,
|
|
12734
12846
|
"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"
|
|
12765
12847
|
}
|
|
12766
12848
|
},
|
|
12767
12849
|
"hasDynamicHelp": false,
|
|
12768
12850
|
"hiddenAliases": [],
|
|
12769
|
-
"id": "bots:
|
|
12851
|
+
"id": "bots:tags:list",
|
|
12770
12852
|
"pluginAlias": "@instantkom/cli",
|
|
12771
12853
|
"pluginName": "@instantkom/cli",
|
|
12772
12854
|
"pluginType": "core",
|
|
@@ -12777,20 +12859,25 @@
|
|
|
12777
12859
|
"dist",
|
|
12778
12860
|
"commands",
|
|
12779
12861
|
"bots",
|
|
12780
|
-
"
|
|
12781
|
-
"
|
|
12862
|
+
"tags",
|
|
12863
|
+
"list.js"
|
|
12782
12864
|
]
|
|
12783
12865
|
},
|
|
12784
|
-
"bots:
|
|
12866
|
+
"bots:tags:remove": {
|
|
12785
12867
|
"aliases": [],
|
|
12786
12868
|
"args": {
|
|
12787
|
-
"
|
|
12869
|
+
"id": {
|
|
12788
12870
|
"description": "Bot ID",
|
|
12789
|
-
"name": "
|
|
12871
|
+
"name": "id",
|
|
12872
|
+
"required": true
|
|
12873
|
+
},
|
|
12874
|
+
"tagId": {
|
|
12875
|
+
"description": "Tag ID",
|
|
12876
|
+
"name": "tagId",
|
|
12790
12877
|
"required": true
|
|
12791
12878
|
}
|
|
12792
12879
|
},
|
|
12793
|
-
"description": "
|
|
12880
|
+
"description": "Remove a tag from a bot",
|
|
12794
12881
|
"flags": {
|
|
12795
12882
|
"api-key": {
|
|
12796
12883
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12853,77 +12940,11 @@
|
|
|
12853
12940
|
"hasDynamicHelp": false,
|
|
12854
12941
|
"multiple": false,
|
|
12855
12942
|
"type": "option"
|
|
12856
|
-
},
|
|
12857
|
-
"name": {
|
|
12858
|
-
"description": "Filter name",
|
|
12859
|
-
"name": "name",
|
|
12860
|
-
"required": true,
|
|
12861
|
-
"hasDynamicHelp": false,
|
|
12862
|
-
"multiple": false,
|
|
12863
|
-
"type": "option"
|
|
12864
|
-
},
|
|
12865
|
-
"operator": {
|
|
12866
|
-
"description": "Logical operator",
|
|
12867
|
-
"name": "operator",
|
|
12868
|
-
"default": "and",
|
|
12869
|
-
"hasDynamicHelp": false,
|
|
12870
|
-
"multiple": false,
|
|
12871
|
-
"type": "option"
|
|
12872
|
-
},
|
|
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",
|
|
12885
|
-
"hasDynamicHelp": false,
|
|
12886
|
-
"multiple": false,
|
|
12887
|
-
"type": "option"
|
|
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
|
-
},
|
|
12916
|
-
"data": {
|
|
12917
|
-
"description": "Additional JSON object payload",
|
|
12918
|
-
"name": "data",
|
|
12919
|
-
"hasDynamicHelp": false,
|
|
12920
|
-
"multiple": false,
|
|
12921
|
-
"type": "option"
|
|
12922
12943
|
}
|
|
12923
12944
|
},
|
|
12924
12945
|
"hasDynamicHelp": false,
|
|
12925
12946
|
"hiddenAliases": [],
|
|
12926
|
-
"id": "bots:
|
|
12947
|
+
"id": "bots:tags:remove",
|
|
12927
12948
|
"pluginAlias": "@instantkom/cli",
|
|
12928
12949
|
"pluginName": "@instantkom/cli",
|
|
12929
12950
|
"pluginType": "core",
|
|
@@ -12934,25 +12955,20 @@
|
|
|
12934
12955
|
"dist",
|
|
12935
12956
|
"commands",
|
|
12936
12957
|
"bots",
|
|
12937
|
-
"
|
|
12938
|
-
"
|
|
12958
|
+
"tags",
|
|
12959
|
+
"remove.js"
|
|
12939
12960
|
]
|
|
12940
12961
|
},
|
|
12941
|
-
"bots:
|
|
12962
|
+
"bots:env-vars:bots": {
|
|
12942
12963
|
"aliases": [],
|
|
12943
12964
|
"args": {
|
|
12944
|
-
"
|
|
12945
|
-
"description": "
|
|
12946
|
-
"name": "
|
|
12947
|
-
"required": true
|
|
12948
|
-
},
|
|
12949
|
-
"filterId": {
|
|
12950
|
-
"description": "Filter ID",
|
|
12951
|
-
"name": "filterId",
|
|
12965
|
+
"id": {
|
|
12966
|
+
"description": "Environment variable ID",
|
|
12967
|
+
"name": "id",
|
|
12952
12968
|
"required": true
|
|
12953
12969
|
}
|
|
12954
12970
|
},
|
|
12955
|
-
"description": "
|
|
12971
|
+
"description": "List bots using a bot environment variable",
|
|
12956
12972
|
"flags": {
|
|
12957
12973
|
"api-key": {
|
|
12958
12974
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13019,7 +13035,7 @@
|
|
|
13019
13035
|
},
|
|
13020
13036
|
"hasDynamicHelp": false,
|
|
13021
13037
|
"hiddenAliases": [],
|
|
13022
|
-
"id": "bots:
|
|
13038
|
+
"id": "bots:env-vars:bots",
|
|
13023
13039
|
"pluginAlias": "@instantkom/cli",
|
|
13024
13040
|
"pluginName": "@instantkom/cli",
|
|
13025
13041
|
"pluginType": "core",
|
|
@@ -13030,25 +13046,14 @@
|
|
|
13030
13046
|
"dist",
|
|
13031
13047
|
"commands",
|
|
13032
13048
|
"bots",
|
|
13033
|
-
"
|
|
13034
|
-
"
|
|
13049
|
+
"env-vars",
|
|
13050
|
+
"bots.js"
|
|
13035
13051
|
]
|
|
13036
13052
|
},
|
|
13037
|
-
"bots:
|
|
13053
|
+
"bots:env-vars:create": {
|
|
13038
13054
|
"aliases": [],
|
|
13039
|
-
"args": {
|
|
13040
|
-
|
|
13041
|
-
"description": "Bot ID",
|
|
13042
|
-
"name": "botId",
|
|
13043
|
-
"required": true
|
|
13044
|
-
},
|
|
13045
|
-
"filterId": {
|
|
13046
|
-
"description": "Filter ID",
|
|
13047
|
-
"name": "filterId",
|
|
13048
|
-
"required": true
|
|
13049
|
-
}
|
|
13050
|
-
},
|
|
13051
|
-
"description": "Get a bot filter",
|
|
13055
|
+
"args": {},
|
|
13056
|
+
"description": "Create a bot environment variable",
|
|
13052
13057
|
"flags": {
|
|
13053
13058
|
"api-key": {
|
|
13054
13059
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13111,11 +13116,40 @@
|
|
|
13111
13116
|
"hasDynamicHelp": false,
|
|
13112
13117
|
"multiple": false,
|
|
13113
13118
|
"type": "option"
|
|
13119
|
+
},
|
|
13120
|
+
"key": {
|
|
13121
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
13122
|
+
"name": "key",
|
|
13123
|
+
"required": true,
|
|
13124
|
+
"hasDynamicHelp": false,
|
|
13125
|
+
"multiple": false,
|
|
13126
|
+
"type": "option"
|
|
13127
|
+
},
|
|
13128
|
+
"description": {
|
|
13129
|
+
"description": "Variable description",
|
|
13130
|
+
"name": "description",
|
|
13131
|
+
"hasDynamicHelp": false,
|
|
13132
|
+
"multiple": false,
|
|
13133
|
+
"type": "option"
|
|
13134
|
+
},
|
|
13135
|
+
"color": {
|
|
13136
|
+
"description": "Variable color as HEX",
|
|
13137
|
+
"name": "color",
|
|
13138
|
+
"hasDynamicHelp": false,
|
|
13139
|
+
"multiple": false,
|
|
13140
|
+
"type": "option"
|
|
13141
|
+
},
|
|
13142
|
+
"data": {
|
|
13143
|
+
"description": "Additional JSON object payload",
|
|
13144
|
+
"name": "data",
|
|
13145
|
+
"hasDynamicHelp": false,
|
|
13146
|
+
"multiple": false,
|
|
13147
|
+
"type": "option"
|
|
13114
13148
|
}
|
|
13115
13149
|
},
|
|
13116
13150
|
"hasDynamicHelp": false,
|
|
13117
13151
|
"hiddenAliases": [],
|
|
13118
|
-
"id": "bots:
|
|
13152
|
+
"id": "bots:env-vars:create",
|
|
13119
13153
|
"pluginAlias": "@instantkom/cli",
|
|
13120
13154
|
"pluginName": "@instantkom/cli",
|
|
13121
13155
|
"pluginType": "core",
|
|
@@ -13126,20 +13160,20 @@
|
|
|
13126
13160
|
"dist",
|
|
13127
13161
|
"commands",
|
|
13128
13162
|
"bots",
|
|
13129
|
-
"
|
|
13130
|
-
"
|
|
13163
|
+
"env-vars",
|
|
13164
|
+
"create.js"
|
|
13131
13165
|
]
|
|
13132
13166
|
},
|
|
13133
|
-
"bots:
|
|
13167
|
+
"bots:env-vars:delete": {
|
|
13134
13168
|
"aliases": [],
|
|
13135
13169
|
"args": {
|
|
13136
|
-
"
|
|
13137
|
-
"description": "
|
|
13138
|
-
"name": "
|
|
13170
|
+
"id": {
|
|
13171
|
+
"description": "Environment variable ID",
|
|
13172
|
+
"name": "id",
|
|
13139
13173
|
"required": true
|
|
13140
13174
|
}
|
|
13141
13175
|
},
|
|
13142
|
-
"description": "
|
|
13176
|
+
"description": "Delete a bot environment variable",
|
|
13143
13177
|
"flags": {
|
|
13144
13178
|
"api-key": {
|
|
13145
13179
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13195,44 +13229,10 @@
|
|
|
13195
13229
|
"multiple": false,
|
|
13196
13230
|
"type": "option"
|
|
13197
13231
|
},
|
|
13198
|
-
"api-url": {
|
|
13199
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
13200
|
-
"helpGroup": "GLOBAL",
|
|
13201
|
-
"name": "api-url",
|
|
13202
|
-
"hasDynamicHelp": false,
|
|
13203
|
-
"multiple": false,
|
|
13204
|
-
"type": "option"
|
|
13205
|
-
},
|
|
13206
|
-
"page": {
|
|
13207
|
-
"description": "Page number",
|
|
13208
|
-
"name": "page",
|
|
13209
|
-
"default": 1,
|
|
13210
|
-
"hasDynamicHelp": false,
|
|
13211
|
-
"multiple": false,
|
|
13212
|
-
"type": "option"
|
|
13213
|
-
},
|
|
13214
|
-
"limit": {
|
|
13215
|
-
"description": "Items per page",
|
|
13216
|
-
"name": "limit",
|
|
13217
|
-
"default": 20,
|
|
13218
|
-
"hasDynamicHelp": false,
|
|
13219
|
-
"multiple": false,
|
|
13220
|
-
"type": "option"
|
|
13221
|
-
},
|
|
13222
|
-
"status": {
|
|
13223
|
-
"description": "Status filter: 0 inactive, 1 active",
|
|
13224
|
-
"name": "status",
|
|
13225
|
-
"hasDynamicHelp": false,
|
|
13226
|
-
"multiple": false,
|
|
13227
|
-
"options": [
|
|
13228
|
-
"0",
|
|
13229
|
-
"1"
|
|
13230
|
-
],
|
|
13231
|
-
"type": "option"
|
|
13232
|
-
},
|
|
13233
|
-
"search": {
|
|
13234
|
-
"description": "Search in name or description",
|
|
13235
|
-
"name": "search",
|
|
13232
|
+
"api-url": {
|
|
13233
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
13234
|
+
"helpGroup": "GLOBAL",
|
|
13235
|
+
"name": "api-url",
|
|
13236
13236
|
"hasDynamicHelp": false,
|
|
13237
13237
|
"multiple": false,
|
|
13238
13238
|
"type": "option"
|
|
@@ -13240,7 +13240,7 @@
|
|
|
13240
13240
|
},
|
|
13241
13241
|
"hasDynamicHelp": false,
|
|
13242
13242
|
"hiddenAliases": [],
|
|
13243
|
-
"id": "bots:
|
|
13243
|
+
"id": "bots:env-vars:delete",
|
|
13244
13244
|
"pluginAlias": "@instantkom/cli",
|
|
13245
13245
|
"pluginName": "@instantkom/cli",
|
|
13246
13246
|
"pluginType": "core",
|
|
@@ -13251,25 +13251,20 @@
|
|
|
13251
13251
|
"dist",
|
|
13252
13252
|
"commands",
|
|
13253
13253
|
"bots",
|
|
13254
|
-
"
|
|
13255
|
-
"
|
|
13254
|
+
"env-vars",
|
|
13255
|
+
"delete.js"
|
|
13256
13256
|
]
|
|
13257
13257
|
},
|
|
13258
|
-
"bots:
|
|
13258
|
+
"bots:env-vars:get": {
|
|
13259
13259
|
"aliases": [],
|
|
13260
13260
|
"args": {
|
|
13261
|
-
"
|
|
13262
|
-
"description": "
|
|
13263
|
-
"name": "
|
|
13264
|
-
"required": true
|
|
13265
|
-
},
|
|
13266
|
-
"filterId": {
|
|
13267
|
-
"description": "Filter ID",
|
|
13268
|
-
"name": "filterId",
|
|
13261
|
+
"id": {
|
|
13262
|
+
"description": "Environment variable ID",
|
|
13263
|
+
"name": "id",
|
|
13269
13264
|
"required": true
|
|
13270
13265
|
}
|
|
13271
13266
|
},
|
|
13272
|
-
"description": "
|
|
13267
|
+
"description": "Get a bot environment variable",
|
|
13273
13268
|
"flags": {
|
|
13274
13269
|
"api-key": {
|
|
13275
13270
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13332,71 +13327,11 @@
|
|
|
13332
13327
|
"hasDynamicHelp": false,
|
|
13333
13328
|
"multiple": false,
|
|
13334
13329
|
"type": "option"
|
|
13335
|
-
},
|
|
13336
|
-
"name": {
|
|
13337
|
-
"description": "Filter name",
|
|
13338
|
-
"name": "name",
|
|
13339
|
-
"hasDynamicHelp": false,
|
|
13340
|
-
"multiple": false,
|
|
13341
|
-
"type": "option"
|
|
13342
|
-
},
|
|
13343
|
-
"operator": {
|
|
13344
|
-
"description": "Logical operator",
|
|
13345
|
-
"name": "operator",
|
|
13346
|
-
"hasDynamicHelp": false,
|
|
13347
|
-
"multiple": false,
|
|
13348
|
-
"type": "option"
|
|
13349
|
-
},
|
|
13350
|
-
"filter-object": {
|
|
13351
|
-
"description": "Filter object type",
|
|
13352
|
-
"name": "filter-object",
|
|
13353
|
-
"hasDynamicHelp": false,
|
|
13354
|
-
"multiple": false,
|
|
13355
|
-
"type": "option"
|
|
13356
|
-
},
|
|
13357
|
-
"filter-attribute": {
|
|
13358
|
-
"description": "Filter attribute",
|
|
13359
|
-
"name": "filter-attribute",
|
|
13360
|
-
"hasDynamicHelp": false,
|
|
13361
|
-
"multiple": false,
|
|
13362
|
-
"type": "option"
|
|
13363
|
-
},
|
|
13364
|
-
"filter-comparator": {
|
|
13365
|
-
"description": "Filter comparator",
|
|
13366
|
-
"name": "filter-comparator",
|
|
13367
|
-
"hasDynamicHelp": false,
|
|
13368
|
-
"multiple": false,
|
|
13369
|
-
"type": "option"
|
|
13370
|
-
},
|
|
13371
|
-
"filter-value": {
|
|
13372
|
-
"description": "Filter value",
|
|
13373
|
-
"name": "filter-value",
|
|
13374
|
-
"hasDynamicHelp": false,
|
|
13375
|
-
"multiple": false,
|
|
13376
|
-
"type": "option"
|
|
13377
|
-
},
|
|
13378
|
-
"status": {
|
|
13379
|
-
"description": "Status: 0 inactive, 1 active",
|
|
13380
|
-
"name": "status",
|
|
13381
|
-
"hasDynamicHelp": false,
|
|
13382
|
-
"multiple": false,
|
|
13383
|
-
"options": [
|
|
13384
|
-
"0",
|
|
13385
|
-
"1"
|
|
13386
|
-
],
|
|
13387
|
-
"type": "option"
|
|
13388
|
-
},
|
|
13389
|
-
"data": {
|
|
13390
|
-
"description": "Additional JSON object payload",
|
|
13391
|
-
"name": "data",
|
|
13392
|
-
"hasDynamicHelp": false,
|
|
13393
|
-
"multiple": false,
|
|
13394
|
-
"type": "option"
|
|
13395
13330
|
}
|
|
13396
13331
|
},
|
|
13397
13332
|
"hasDynamicHelp": false,
|
|
13398
13333
|
"hiddenAliases": [],
|
|
13399
|
-
"id": "bots:
|
|
13334
|
+
"id": "bots:env-vars:get",
|
|
13400
13335
|
"pluginAlias": "@instantkom/cli",
|
|
13401
13336
|
"pluginName": "@instantkom/cli",
|
|
13402
13337
|
"pluginType": "core",
|
|
@@ -13407,25 +13342,14 @@
|
|
|
13407
13342
|
"dist",
|
|
13408
13343
|
"commands",
|
|
13409
13344
|
"bots",
|
|
13410
|
-
"
|
|
13411
|
-
"
|
|
13345
|
+
"env-vars",
|
|
13346
|
+
"get.js"
|
|
13412
13347
|
]
|
|
13413
13348
|
},
|
|
13414
|
-
"bots:
|
|
13349
|
+
"bots:env-vars:list": {
|
|
13415
13350
|
"aliases": [],
|
|
13416
|
-
"args": {
|
|
13417
|
-
|
|
13418
|
-
"description": "Bot ID",
|
|
13419
|
-
"name": "id",
|
|
13420
|
-
"required": true
|
|
13421
|
-
},
|
|
13422
|
-
"tagId": {
|
|
13423
|
-
"description": "Tag ID",
|
|
13424
|
-
"name": "tagId",
|
|
13425
|
-
"required": true
|
|
13426
|
-
}
|
|
13427
|
-
},
|
|
13428
|
-
"description": "Add a tag to a bot",
|
|
13351
|
+
"args": {},
|
|
13352
|
+
"description": "List bot environment variables",
|
|
13429
13353
|
"flags": {
|
|
13430
13354
|
"api-key": {
|
|
13431
13355
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13488,11 +13412,41 @@
|
|
|
13488
13412
|
"hasDynamicHelp": false,
|
|
13489
13413
|
"multiple": false,
|
|
13490
13414
|
"type": "option"
|
|
13415
|
+
},
|
|
13416
|
+
"page": {
|
|
13417
|
+
"description": "Page number",
|
|
13418
|
+
"name": "page",
|
|
13419
|
+
"default": 1,
|
|
13420
|
+
"hasDynamicHelp": false,
|
|
13421
|
+
"multiple": false,
|
|
13422
|
+
"type": "option"
|
|
13423
|
+
},
|
|
13424
|
+
"limit": {
|
|
13425
|
+
"description": "Items per page",
|
|
13426
|
+
"name": "limit",
|
|
13427
|
+
"default": 20,
|
|
13428
|
+
"hasDynamicHelp": false,
|
|
13429
|
+
"multiple": false,
|
|
13430
|
+
"type": "option"
|
|
13431
|
+
},
|
|
13432
|
+
"search": {
|
|
13433
|
+
"description": "Search in key or description",
|
|
13434
|
+
"name": "search",
|
|
13435
|
+
"hasDynamicHelp": false,
|
|
13436
|
+
"multiple": false,
|
|
13437
|
+
"type": "option"
|
|
13438
|
+
},
|
|
13439
|
+
"color": {
|
|
13440
|
+
"description": "Filter by color",
|
|
13441
|
+
"name": "color",
|
|
13442
|
+
"hasDynamicHelp": false,
|
|
13443
|
+
"multiple": false,
|
|
13444
|
+
"type": "option"
|
|
13491
13445
|
}
|
|
13492
13446
|
},
|
|
13493
13447
|
"hasDynamicHelp": false,
|
|
13494
13448
|
"hiddenAliases": [],
|
|
13495
|
-
"id": "bots:
|
|
13449
|
+
"id": "bots:env-vars:list",
|
|
13496
13450
|
"pluginAlias": "@instantkom/cli",
|
|
13497
13451
|
"pluginName": "@instantkom/cli",
|
|
13498
13452
|
"pluginType": "core",
|
|
@@ -13503,20 +13457,20 @@
|
|
|
13503
13457
|
"dist",
|
|
13504
13458
|
"commands",
|
|
13505
13459
|
"bots",
|
|
13506
|
-
"
|
|
13507
|
-
"
|
|
13460
|
+
"env-vars",
|
|
13461
|
+
"list.js"
|
|
13508
13462
|
]
|
|
13509
13463
|
},
|
|
13510
|
-
"bots:
|
|
13464
|
+
"bots:env-vars:update": {
|
|
13511
13465
|
"aliases": [],
|
|
13512
13466
|
"args": {
|
|
13513
13467
|
"id": {
|
|
13514
|
-
"description": "
|
|
13468
|
+
"description": "Environment variable ID",
|
|
13515
13469
|
"name": "id",
|
|
13516
13470
|
"required": true
|
|
13517
13471
|
}
|
|
13518
13472
|
},
|
|
13519
|
-
"description": "
|
|
13473
|
+
"description": "Update a bot environment variable",
|
|
13520
13474
|
"flags": {
|
|
13521
13475
|
"api-key": {
|
|
13522
13476
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13579,11 +13533,32 @@
|
|
|
13579
13533
|
"hasDynamicHelp": false,
|
|
13580
13534
|
"multiple": false,
|
|
13581
13535
|
"type": "option"
|
|
13536
|
+
},
|
|
13537
|
+
"description": {
|
|
13538
|
+
"description": "Variable description",
|
|
13539
|
+
"name": "description",
|
|
13540
|
+
"hasDynamicHelp": false,
|
|
13541
|
+
"multiple": false,
|
|
13542
|
+
"type": "option"
|
|
13543
|
+
},
|
|
13544
|
+
"color": {
|
|
13545
|
+
"description": "Variable color as HEX",
|
|
13546
|
+
"name": "color",
|
|
13547
|
+
"hasDynamicHelp": false,
|
|
13548
|
+
"multiple": false,
|
|
13549
|
+
"type": "option"
|
|
13550
|
+
},
|
|
13551
|
+
"data": {
|
|
13552
|
+
"description": "Additional JSON object payload",
|
|
13553
|
+
"name": "data",
|
|
13554
|
+
"hasDynamicHelp": false,
|
|
13555
|
+
"multiple": false,
|
|
13556
|
+
"type": "option"
|
|
13582
13557
|
}
|
|
13583
13558
|
},
|
|
13584
13559
|
"hasDynamicHelp": false,
|
|
13585
13560
|
"hiddenAliases": [],
|
|
13586
|
-
"id": "bots:
|
|
13561
|
+
"id": "bots:env-vars:update",
|
|
13587
13562
|
"pluginAlias": "@instantkom/cli",
|
|
13588
13563
|
"pluginName": "@instantkom/cli",
|
|
13589
13564
|
"pluginType": "core",
|
|
@@ -13594,25 +13569,20 @@
|
|
|
13594
13569
|
"dist",
|
|
13595
13570
|
"commands",
|
|
13596
13571
|
"bots",
|
|
13597
|
-
"
|
|
13598
|
-
"
|
|
13572
|
+
"env-vars",
|
|
13573
|
+
"update.js"
|
|
13599
13574
|
]
|
|
13600
13575
|
},
|
|
13601
|
-
"bots:
|
|
13576
|
+
"bots:env-vars:values": {
|
|
13602
13577
|
"aliases": [],
|
|
13603
13578
|
"args": {
|
|
13604
13579
|
"id": {
|
|
13605
|
-
"description": "
|
|
13580
|
+
"description": "Environment variable ID",
|
|
13606
13581
|
"name": "id",
|
|
13607
13582
|
"required": true
|
|
13608
|
-
},
|
|
13609
|
-
"tagId": {
|
|
13610
|
-
"description": "Tag ID",
|
|
13611
|
-
"name": "tagId",
|
|
13612
|
-
"required": true
|
|
13613
13583
|
}
|
|
13614
13584
|
},
|
|
13615
|
-
"description": "
|
|
13585
|
+
"description": "List recipient values for a bot environment variable",
|
|
13616
13586
|
"flags": {
|
|
13617
13587
|
"api-key": {
|
|
13618
13588
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13675,11 +13645,41 @@
|
|
|
13675
13645
|
"hasDynamicHelp": false,
|
|
13676
13646
|
"multiple": false,
|
|
13677
13647
|
"type": "option"
|
|
13648
|
+
},
|
|
13649
|
+
"page": {
|
|
13650
|
+
"description": "Page number",
|
|
13651
|
+
"name": "page",
|
|
13652
|
+
"default": 1,
|
|
13653
|
+
"hasDynamicHelp": false,
|
|
13654
|
+
"multiple": false,
|
|
13655
|
+
"type": "option"
|
|
13656
|
+
},
|
|
13657
|
+
"limit": {
|
|
13658
|
+
"description": "Items per page",
|
|
13659
|
+
"name": "limit",
|
|
13660
|
+
"default": 20,
|
|
13661
|
+
"hasDynamicHelp": false,
|
|
13662
|
+
"multiple": false,
|
|
13663
|
+
"type": "option"
|
|
13664
|
+
},
|
|
13665
|
+
"search": {
|
|
13666
|
+
"description": "Search in recipient name or identifier",
|
|
13667
|
+
"name": "search",
|
|
13668
|
+
"hasDynamicHelp": false,
|
|
13669
|
+
"multiple": false,
|
|
13670
|
+
"type": "option"
|
|
13671
|
+
},
|
|
13672
|
+
"recipient": {
|
|
13673
|
+
"description": "Filter by recipient ID",
|
|
13674
|
+
"name": "recipient",
|
|
13675
|
+
"hasDynamicHelp": false,
|
|
13676
|
+
"multiple": false,
|
|
13677
|
+
"type": "option"
|
|
13678
13678
|
}
|
|
13679
13679
|
},
|
|
13680
13680
|
"hasDynamicHelp": false,
|
|
13681
13681
|
"hiddenAliases": [],
|
|
13682
|
-
"id": "bots:
|
|
13682
|
+
"id": "bots:env-vars:values",
|
|
13683
13683
|
"pluginAlias": "@instantkom/cli",
|
|
13684
13684
|
"pluginName": "@instantkom/cli",
|
|
13685
13685
|
"pluginType": "core",
|
|
@@ -13690,8 +13690,8 @@
|
|
|
13690
13690
|
"dist",
|
|
13691
13691
|
"commands",
|
|
13692
13692
|
"bots",
|
|
13693
|
-
"
|
|
13694
|
-
"
|
|
13693
|
+
"env-vars",
|
|
13694
|
+
"values.js"
|
|
13695
13695
|
]
|
|
13696
13696
|
},
|
|
13697
13697
|
"contacts:custom-fields:delete-value": {
|
|
@@ -14380,7 +14380,7 @@
|
|
|
14380
14380
|
"remove.js"
|
|
14381
14381
|
]
|
|
14382
14382
|
},
|
|
14383
|
-
"flow:
|
|
14383
|
+
"flow:nodes: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 node",
|
|
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": "
|
|
14459
|
-
"required": true,
|
|
14456
|
+
"bot": {
|
|
14457
|
+
"description": "Bot ID",
|
|
14458
|
+
"name": "bot",
|
|
14460
14459
|
"hasDynamicHelp": false,
|
|
14461
14460
|
"multiple": false,
|
|
14462
14461
|
"type": "option"
|
|
14463
14462
|
},
|
|
14464
|
-
"
|
|
14465
|
-
"description": "
|
|
14466
|
-
"name": "
|
|
14463
|
+
"type": {
|
|
14464
|
+
"description": "Node type",
|
|
14465
|
+
"name": "type",
|
|
14467
14466
|
"required": true,
|
|
14468
14467
|
"hasDynamicHelp": false,
|
|
14469
14468
|
"multiple": false,
|
|
14470
14469
|
"type": "option"
|
|
14471
14470
|
},
|
|
14472
|
-
"
|
|
14473
|
-
"description": "
|
|
14474
|
-
"name": "
|
|
14471
|
+
"x": {
|
|
14472
|
+
"description": "X position",
|
|
14473
|
+
"name": "x",
|
|
14474
|
+
"required": true,
|
|
14475
14475
|
"hasDynamicHelp": false,
|
|
14476
14476
|
"multiple": false,
|
|
14477
14477
|
"type": "option"
|
|
14478
14478
|
},
|
|
14479
|
-
"
|
|
14480
|
-
"description": "
|
|
14481
|
-
"name": "
|
|
14482
|
-
"
|
|
14479
|
+
"y": {
|
|
14480
|
+
"description": "Y position",
|
|
14481
|
+
"name": "y",
|
|
14482
|
+
"required": true,
|
|
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:nodes: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
|
+
"nodes",
|
|
14509
14509
|
"create.js"
|
|
14510
14510
|
]
|
|
14511
14511
|
},
|
|
14512
|
-
"flow:
|
|
14512
|
+
"flow:nodes: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
|
+
"nodeId": {
|
|
14521
|
+
"description": "Node ID",
|
|
14522
|
+
"name": "nodeId",
|
|
14523
14523
|
"required": true
|
|
14524
14524
|
}
|
|
14525
14525
|
},
|
|
14526
|
-
"description": "Delete a flow
|
|
14526
|
+
"description": "Delete a flow node",
|
|
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:nodes: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
|
+
"nodes",
|
|
14605
14605
|
"delete.js"
|
|
14606
14606
|
]
|
|
14607
14607
|
},
|
|
14608
|
-
"flow:
|
|
14608
|
+
"flow:nodes: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
|
+
"nodeId": {
|
|
14617
|
+
"description": "Node ID",
|
|
14618
|
+
"name": "nodeId",
|
|
14619
14619
|
"required": true
|
|
14620
14620
|
}
|
|
14621
14621
|
},
|
|
14622
|
-
"description": "Get a flow
|
|
14622
|
+
"description": "Get a flow node",
|
|
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:nodes: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
|
+
"nodes",
|
|
14701
14701
|
"get.js"
|
|
14702
14702
|
]
|
|
14703
14703
|
},
|
|
14704
|
-
"flow:
|
|
14704
|
+
"flow:nodes: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 nodes 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:nodes: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
|
+
"nodes",
|
|
14792
14792
|
"list.js"
|
|
14793
14793
|
]
|
|
14794
14794
|
},
|
|
14795
|
-
"flow:
|
|
14795
|
+
"flow:nodes: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
|
+
"nodeId": {
|
|
14804
|
+
"description": "Node ID",
|
|
14805
|
+
"name": "nodeId",
|
|
14806
14806
|
"required": true
|
|
14807
14807
|
}
|
|
14808
14808
|
},
|
|
14809
|
-
"description": "Update a flow
|
|
14809
|
+
"description": "Update a flow node",
|
|
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
|
+
"bot": {
|
|
14874
|
+
"description": "Bot ID",
|
|
14875
|
+
"name": "bot",
|
|
14876
14876
|
"hasDynamicHelp": false,
|
|
14877
14877
|
"multiple": false,
|
|
14878
14878
|
"type": "option"
|
|
14879
14879
|
},
|
|
14880
|
-
"
|
|
14881
|
-
"description": "
|
|
14882
|
-
"name": "
|
|
14880
|
+
"type": {
|
|
14881
|
+
"description": "Node type",
|
|
14882
|
+
"name": "type",
|
|
14883
14883
|
"hasDynamicHelp": false,
|
|
14884
14884
|
"multiple": false,
|
|
14885
14885
|
"type": "option"
|
|
14886
14886
|
},
|
|
14887
|
-
"
|
|
14888
|
-
"description": "
|
|
14889
|
-
"name": "
|
|
14887
|
+
"x": {
|
|
14888
|
+
"description": "X position",
|
|
14889
|
+
"name": "x",
|
|
14890
14890
|
"hasDynamicHelp": false,
|
|
14891
14891
|
"multiple": false,
|
|
14892
14892
|
"type": "option"
|
|
14893
14893
|
},
|
|
14894
|
-
"
|
|
14895
|
-
"description": "
|
|
14896
|
-
"name": "
|
|
14894
|
+
"y": {
|
|
14895
|
+
"description": "Y position",
|
|
14896
|
+
"name": "y",
|
|
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:nodes: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
|
+
"nodes",
|
|
14923
14923
|
"update.js"
|
|
14924
14924
|
]
|
|
14925
14925
|
},
|
|
14926
|
-
"flow:
|
|
14926
|
+
"flow:edges: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 edge",
|
|
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": "
|
|
14999
|
+
"source": {
|
|
15000
|
+
"description": "Source node ID",
|
|
15001
|
+
"name": "source",
|
|
15002
|
+
"required": true,
|
|
15002
15003
|
"hasDynamicHelp": false,
|
|
15003
15004
|
"multiple": false,
|
|
15004
15005
|
"type": "option"
|
|
15005
15006
|
},
|
|
15006
|
-
"
|
|
15007
|
-
"description": "
|
|
15008
|
-
"name": "
|
|
15007
|
+
"target": {
|
|
15008
|
+
"description": "Target node ID",
|
|
15009
|
+
"name": "target",
|
|
15009
15010
|
"required": true,
|
|
15010
15011
|
"hasDynamicHelp": false,
|
|
15011
15012
|
"multiple": false,
|
|
15012
15013
|
"type": "option"
|
|
15013
15014
|
},
|
|
15014
|
-
"
|
|
15015
|
-
"description": "
|
|
15016
|
-
"name": "
|
|
15017
|
-
"required": true,
|
|
15015
|
+
"label": {
|
|
15016
|
+
"description": "Edge label",
|
|
15017
|
+
"name": "label",
|
|
15018
15018
|
"hasDynamicHelp": false,
|
|
15019
15019
|
"multiple": false,
|
|
15020
15020
|
"type": "option"
|
|
15021
15021
|
},
|
|
15022
|
-
"
|
|
15023
|
-
"description": "
|
|
15024
|
-
"name": "
|
|
15025
|
-
"
|
|
15022
|
+
"type": {
|
|
15023
|
+
"description": "Edge type",
|
|
15024
|
+
"name": "type",
|
|
15025
|
+
"default": "default",
|
|
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:edges: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
|
+
"edges",
|
|
15052
15052
|
"create.js"
|
|
15053
15053
|
]
|
|
15054
15054
|
},
|
|
15055
|
-
"flow:
|
|
15055
|
+
"flow:edges: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
|
+
"edgeId": {
|
|
15064
|
+
"description": "Edge ID",
|
|
15065
|
+
"name": "edgeId",
|
|
15066
15066
|
"required": true
|
|
15067
15067
|
}
|
|
15068
15068
|
},
|
|
15069
|
-
"description": "Delete a flow
|
|
15069
|
+
"description": "Delete a flow edge",
|
|
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:edges: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
|
+
"edges",
|
|
15148
15148
|
"delete.js"
|
|
15149
15149
|
]
|
|
15150
15150
|
},
|
|
15151
|
-
"flow:
|
|
15151
|
+
"flow:edges: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
|
+
"edgeId": {
|
|
15160
|
+
"description": "Edge ID",
|
|
15161
|
+
"name": "edgeId",
|
|
15162
15162
|
"required": true
|
|
15163
15163
|
}
|
|
15164
15164
|
},
|
|
15165
|
-
"description": "Get a flow
|
|
15165
|
+
"description": "Get a flow edge",
|
|
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:edges: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
|
+
"edges",
|
|
15244
15244
|
"get.js"
|
|
15245
15245
|
]
|
|
15246
15246
|
},
|
|
15247
|
-
"flow:
|
|
15247
|
+
"flow:edges: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 edges 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:edges: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
|
+
"edges",
|
|
15335
15335
|
"list.js"
|
|
15336
15336
|
]
|
|
15337
15337
|
},
|
|
15338
|
-
"flow:
|
|
15338
|
+
"flow:edges: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
|
+
"edgeId": {
|
|
15347
|
+
"description": "Edge ID",
|
|
15348
|
+
"name": "edgeId",
|
|
15349
15349
|
"required": true
|
|
15350
15350
|
}
|
|
15351
15351
|
},
|
|
15352
|
-
"description": "Update a flow
|
|
15352
|
+
"description": "Update a flow edge",
|
|
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
|
+
"source": {
|
|
15417
|
+
"description": "Source node ID",
|
|
15418
|
+
"name": "source",
|
|
15419
15419
|
"hasDynamicHelp": false,
|
|
15420
15420
|
"multiple": false,
|
|
15421
15421
|
"type": "option"
|
|
15422
15422
|
},
|
|
15423
|
-
"
|
|
15424
|
-
"description": "
|
|
15425
|
-
"name": "
|
|
15423
|
+
"target": {
|
|
15424
|
+
"description": "Target node ID",
|
|
15425
|
+
"name": "target",
|
|
15426
15426
|
"hasDynamicHelp": false,
|
|
15427
15427
|
"multiple": false,
|
|
15428
15428
|
"type": "option"
|
|
15429
15429
|
},
|
|
15430
|
-
"
|
|
15431
|
-
"description": "
|
|
15432
|
-
"name": "
|
|
15430
|
+
"label": {
|
|
15431
|
+
"description": "Edge label",
|
|
15432
|
+
"name": "label",
|
|
15433
15433
|
"hasDynamicHelp": false,
|
|
15434
15434
|
"multiple": false,
|
|
15435
15435
|
"type": "option"
|
|
15436
15436
|
},
|
|
15437
|
-
"
|
|
15438
|
-
"description": "
|
|
15439
|
-
"name": "
|
|
15437
|
+
"type": {
|
|
15438
|
+
"description": "Edge type",
|
|
15439
|
+
"name": "type",
|
|
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:edges: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
|
+
"edges",
|
|
15466
15466
|
"update.js"
|
|
15467
15467
|
]
|
|
15468
15468
|
},
|
|
@@ -15856,16 +15856,16 @@
|
|
|
15856
15856
|
"list.js"
|
|
15857
15857
|
]
|
|
15858
15858
|
},
|
|
15859
|
-
"tags:
|
|
15859
|
+
"tags:segments:list": {
|
|
15860
15860
|
"aliases": [],
|
|
15861
15861
|
"args": {
|
|
15862
|
-
"
|
|
15862
|
+
"id": {
|
|
15863
15863
|
"description": "Tag ID",
|
|
15864
|
-
"name": "
|
|
15864
|
+
"name": "id",
|
|
15865
15865
|
"required": true
|
|
15866
15866
|
}
|
|
15867
15867
|
},
|
|
15868
|
-
"description": "
|
|
15868
|
+
"description": "List segments that use a specific tag",
|
|
15869
15869
|
"flags": {
|
|
15870
15870
|
"api-key": {
|
|
15871
15871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15929,10 +15929,18 @@
|
|
|
15929
15929
|
"multiple": false,
|
|
15930
15930
|
"type": "option"
|
|
15931
15931
|
},
|
|
15932
|
-
"
|
|
15933
|
-
"description": "
|
|
15934
|
-
"name": "
|
|
15935
|
-
"
|
|
15932
|
+
"page": {
|
|
15933
|
+
"description": "Page number",
|
|
15934
|
+
"name": "page",
|
|
15935
|
+
"default": 1,
|
|
15936
|
+
"hasDynamicHelp": false,
|
|
15937
|
+
"multiple": false,
|
|
15938
|
+
"type": "option"
|
|
15939
|
+
},
|
|
15940
|
+
"limit": {
|
|
15941
|
+
"description": "Items per page",
|
|
15942
|
+
"name": "limit",
|
|
15943
|
+
"default": 20,
|
|
15936
15944
|
"hasDynamicHelp": false,
|
|
15937
15945
|
"multiple": false,
|
|
15938
15946
|
"type": "option"
|
|
@@ -15940,7 +15948,7 @@
|
|
|
15940
15948
|
},
|
|
15941
15949
|
"hasDynamicHelp": false,
|
|
15942
15950
|
"hiddenAliases": [],
|
|
15943
|
-
"id": "tags:
|
|
15951
|
+
"id": "tags:segments:list",
|
|
15944
15952
|
"pluginAlias": "@instantkom/cli",
|
|
15945
15953
|
"pluginName": "@instantkom/cli",
|
|
15946
15954
|
"pluginType": "core",
|
|
@@ -15951,11 +15959,11 @@
|
|
|
15951
15959
|
"dist",
|
|
15952
15960
|
"commands",
|
|
15953
15961
|
"tags",
|
|
15954
|
-
"
|
|
15955
|
-
"
|
|
15962
|
+
"segments",
|
|
15963
|
+
"list.js"
|
|
15956
15964
|
]
|
|
15957
15965
|
},
|
|
15958
|
-
"tags:recipients:
|
|
15966
|
+
"tags:recipients:add": {
|
|
15959
15967
|
"aliases": [],
|
|
15960
15968
|
"args": {
|
|
15961
15969
|
"tagId": {
|
|
@@ -15964,7 +15972,7 @@
|
|
|
15964
15972
|
"required": true
|
|
15965
15973
|
}
|
|
15966
15974
|
},
|
|
15967
|
-
"description": "
|
|
15975
|
+
"description": "Assign a tag to recipients",
|
|
15968
15976
|
"flags": {
|
|
15969
15977
|
"api-key": {
|
|
15970
15978
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16039,7 +16047,7 @@
|
|
|
16039
16047
|
},
|
|
16040
16048
|
"hasDynamicHelp": false,
|
|
16041
16049
|
"hiddenAliases": [],
|
|
16042
|
-
"id": "tags:recipients:
|
|
16050
|
+
"id": "tags:recipients:add",
|
|
16043
16051
|
"pluginAlias": "@instantkom/cli",
|
|
16044
16052
|
"pluginName": "@instantkom/cli",
|
|
16045
16053
|
"pluginType": "core",
|
|
@@ -16051,19 +16059,19 @@
|
|
|
16051
16059
|
"commands",
|
|
16052
16060
|
"tags",
|
|
16053
16061
|
"recipients",
|
|
16054
|
-
"
|
|
16062
|
+
"add.js"
|
|
16055
16063
|
]
|
|
16056
16064
|
},
|
|
16057
|
-
"tags:
|
|
16065
|
+
"tags:recipients:remove": {
|
|
16058
16066
|
"aliases": [],
|
|
16059
16067
|
"args": {
|
|
16060
|
-
"
|
|
16068
|
+
"tagId": {
|
|
16061
16069
|
"description": "Tag ID",
|
|
16062
|
-
"name": "
|
|
16070
|
+
"name": "tagId",
|
|
16063
16071
|
"required": true
|
|
16064
16072
|
}
|
|
16065
16073
|
},
|
|
16066
|
-
"description": "
|
|
16074
|
+
"description": "Remove a tag from recipients",
|
|
16067
16075
|
"flags": {
|
|
16068
16076
|
"api-key": {
|
|
16069
16077
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16127,18 +16135,10 @@
|
|
|
16127
16135
|
"multiple": false,
|
|
16128
16136
|
"type": "option"
|
|
16129
16137
|
},
|
|
16130
|
-
"
|
|
16131
|
-
"description": "
|
|
16132
|
-
"name": "
|
|
16133
|
-
"
|
|
16134
|
-
"hasDynamicHelp": false,
|
|
16135
|
-
"multiple": false,
|
|
16136
|
-
"type": "option"
|
|
16137
|
-
},
|
|
16138
|
-
"limit": {
|
|
16139
|
-
"description": "Items per page",
|
|
16140
|
-
"name": "limit",
|
|
16141
|
-
"default": 20,
|
|
16138
|
+
"recipients": {
|
|
16139
|
+
"description": "Comma-separated recipient IDs",
|
|
16140
|
+
"name": "recipients",
|
|
16141
|
+
"required": true,
|
|
16142
16142
|
"hasDynamicHelp": false,
|
|
16143
16143
|
"multiple": false,
|
|
16144
16144
|
"type": "option"
|
|
@@ -16146,7 +16146,7 @@
|
|
|
16146
16146
|
},
|
|
16147
16147
|
"hasDynamicHelp": false,
|
|
16148
16148
|
"hiddenAliases": [],
|
|
16149
|
-
"id": "tags:
|
|
16149
|
+
"id": "tags:recipients:remove",
|
|
16150
16150
|
"pluginAlias": "@instantkom/cli",
|
|
16151
16151
|
"pluginName": "@instantkom/cli",
|
|
16152
16152
|
"pluginType": "core",
|
|
@@ -16157,8 +16157,8 @@
|
|
|
16157
16157
|
"dist",
|
|
16158
16158
|
"commands",
|
|
16159
16159
|
"tags",
|
|
16160
|
-
"
|
|
16161
|
-
"
|
|
16160
|
+
"recipients",
|
|
16161
|
+
"remove.js"
|
|
16162
16162
|
]
|
|
16163
16163
|
},
|
|
16164
16164
|
"ticket:messages:create": {
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.
|
|
17055
|
+
"version": "3.186.0"
|
|
17056
17056
|
}
|