@instantkom/cli 3.185.0 → 3.185.1
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 +238 -238
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantkom/cli",
|
|
3
|
-
"version": "3.185.
|
|
3
|
+
"version": "3.185.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@instantkom/cli",
|
|
9
|
-
"version": "3.185.
|
|
9
|
+
"version": "3.185.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
package/oclif.manifest.json
CHANGED
|
@@ -1073,40 +1073,6 @@
|
|
|
1073
1073
|
"reply.js"
|
|
1074
1074
|
]
|
|
1075
1075
|
},
|
|
1076
|
-
"autocomplete:script": {
|
|
1077
|
-
"aliases": [],
|
|
1078
|
-
"args": {
|
|
1079
|
-
"shell": {
|
|
1080
|
-
"description": "Shell type",
|
|
1081
|
-
"name": "shell",
|
|
1082
|
-
"options": [
|
|
1083
|
-
"zsh",
|
|
1084
|
-
"bash",
|
|
1085
|
-
"fish",
|
|
1086
|
-
"powershell"
|
|
1087
|
-
],
|
|
1088
|
-
"required": false
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
"description": "outputs autocomplete config script for shells",
|
|
1092
|
-
"flags": {},
|
|
1093
|
-
"hasDynamicHelp": false,
|
|
1094
|
-
"hidden": true,
|
|
1095
|
-
"hiddenAliases": [],
|
|
1096
|
-
"id": "autocomplete:script",
|
|
1097
|
-
"pluginAlias": "@instantkom/cli",
|
|
1098
|
-
"pluginName": "@instantkom/cli",
|
|
1099
|
-
"pluginType": "core",
|
|
1100
|
-
"strict": true,
|
|
1101
|
-
"enableJsonFlag": false,
|
|
1102
|
-
"isESM": true,
|
|
1103
|
-
"relativePath": [
|
|
1104
|
-
"dist",
|
|
1105
|
-
"commands",
|
|
1106
|
-
"autocomplete",
|
|
1107
|
-
"script.js"
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
1076
|
"auth:login": {
|
|
1111
1077
|
"aliases": [],
|
|
1112
1078
|
"args": {},
|
|
@@ -2015,6 +1981,40 @@
|
|
|
2015
1981
|
"update.js"
|
|
2016
1982
|
]
|
|
2017
1983
|
},
|
|
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,10 +2843,16 @@
|
|
|
2843
2843
|
"update.js"
|
|
2844
2844
|
]
|
|
2845
2845
|
},
|
|
2846
|
-
"
|
|
2846
|
+
"chats:get": {
|
|
2847
2847
|
"aliases": [],
|
|
2848
|
-
"args": {
|
|
2849
|
-
|
|
2848
|
+
"args": {
|
|
2849
|
+
"id": {
|
|
2850
|
+
"description": "chat ID",
|
|
2851
|
+
"name": "id",
|
|
2852
|
+
"required": true
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
"description": "Get chat by ID",
|
|
2850
2856
|
"flags": {
|
|
2851
2857
|
"api-key": {
|
|
2852
2858
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -2909,48 +2915,11 @@
|
|
|
2909
2915
|
"hasDynamicHelp": false,
|
|
2910
2916
|
"multiple": false,
|
|
2911
2917
|
"type": "option"
|
|
2912
|
-
},
|
|
2913
|
-
"name": {
|
|
2914
|
-
"description": "Channel name",
|
|
2915
|
-
"name": "name",
|
|
2916
|
-
"required": true,
|
|
2917
|
-
"hasDynamicHelp": false,
|
|
2918
|
-
"multiple": false,
|
|
2919
|
-
"type": "option"
|
|
2920
|
-
},
|
|
2921
|
-
"gateway-type": {
|
|
2922
|
-
"description": "Gateway type ID",
|
|
2923
|
-
"name": "gateway-type",
|
|
2924
|
-
"required": true,
|
|
2925
|
-
"hasDynamicHelp": false,
|
|
2926
|
-
"multiple": false,
|
|
2927
|
-
"type": "option"
|
|
2928
|
-
},
|
|
2929
|
-
"status": {
|
|
2930
|
-
"description": "Channel lifecycle status",
|
|
2931
|
-
"name": "status",
|
|
2932
|
-
"hasDynamicHelp": false,
|
|
2933
|
-
"multiple": false,
|
|
2934
|
-
"type": "option"
|
|
2935
|
-
},
|
|
2936
|
-
"description": {
|
|
2937
|
-
"description": "Channel description",
|
|
2938
|
-
"name": "description",
|
|
2939
|
-
"hasDynamicHelp": false,
|
|
2940
|
-
"multiple": false,
|
|
2941
|
-
"type": "option"
|
|
2942
|
-
},
|
|
2943
|
-
"data": {
|
|
2944
|
-
"description": "Additional JSON object payload",
|
|
2945
|
-
"name": "data",
|
|
2946
|
-
"hasDynamicHelp": false,
|
|
2947
|
-
"multiple": false,
|
|
2948
|
-
"type": "option"
|
|
2949
2918
|
}
|
|
2950
2919
|
},
|
|
2951
2920
|
"hasDynamicHelp": false,
|
|
2952
2921
|
"hiddenAliases": [],
|
|
2953
|
-
"id": "
|
|
2922
|
+
"id": "chats:get",
|
|
2954
2923
|
"pluginAlias": "@instantkom/cli",
|
|
2955
2924
|
"pluginName": "@instantkom/cli",
|
|
2956
2925
|
"pluginType": "core",
|
|
@@ -2960,20 +2929,14 @@
|
|
|
2960
2929
|
"relativePath": [
|
|
2961
2930
|
"dist",
|
|
2962
2931
|
"commands",
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2932
|
+
"chats",
|
|
2933
|
+
"get.js"
|
|
2965
2934
|
]
|
|
2966
2935
|
},
|
|
2967
|
-
"
|
|
2936
|
+
"chats:list": {
|
|
2968
2937
|
"aliases": [],
|
|
2969
|
-
"args": {
|
|
2970
|
-
|
|
2971
|
-
"description": "Channel ID",
|
|
2972
|
-
"name": "id",
|
|
2973
|
-
"required": true
|
|
2974
|
-
}
|
|
2975
|
-
},
|
|
2976
|
-
"description": "Get a channel by ID",
|
|
2938
|
+
"args": {},
|
|
2939
|
+
"description": "List chats",
|
|
2977
2940
|
"flags": {
|
|
2978
2941
|
"api-key": {
|
|
2979
2942
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3036,11 +2999,73 @@
|
|
|
3036
2999
|
"hasDynamicHelp": false,
|
|
3037
3000
|
"multiple": false,
|
|
3038
3001
|
"type": "option"
|
|
3002
|
+
},
|
|
3003
|
+
"page": {
|
|
3004
|
+
"description": "Page number",
|
|
3005
|
+
"name": "page",
|
|
3006
|
+
"default": 1,
|
|
3007
|
+
"hasDynamicHelp": false,
|
|
3008
|
+
"multiple": false,
|
|
3009
|
+
"type": "option"
|
|
3010
|
+
},
|
|
3011
|
+
"limit": {
|
|
3012
|
+
"description": "Items per page",
|
|
3013
|
+
"name": "limit",
|
|
3014
|
+
"default": 20,
|
|
3015
|
+
"hasDynamicHelp": false,
|
|
3016
|
+
"multiple": false,
|
|
3017
|
+
"type": "option"
|
|
3018
|
+
},
|
|
3019
|
+
"channel": {
|
|
3020
|
+
"description": "Filter by channel ID",
|
|
3021
|
+
"name": "channel",
|
|
3022
|
+
"hasDynamicHelp": false,
|
|
3023
|
+
"multiple": false,
|
|
3024
|
+
"type": "option"
|
|
3025
|
+
},
|
|
3026
|
+
"channels": {
|
|
3027
|
+
"description": "Comma-separated channel IDs",
|
|
3028
|
+
"name": "channels",
|
|
3029
|
+
"hasDynamicHelp": false,
|
|
3030
|
+
"multiple": false,
|
|
3031
|
+
"type": "option"
|
|
3032
|
+
},
|
|
3033
|
+
"search": {
|
|
3034
|
+
"description": "Search chats",
|
|
3035
|
+
"name": "search",
|
|
3036
|
+
"hasDynamicHelp": false,
|
|
3037
|
+
"multiple": false,
|
|
3038
|
+
"type": "option"
|
|
3039
|
+
},
|
|
3040
|
+
"status": {
|
|
3041
|
+
"description": "Chat status",
|
|
3042
|
+
"name": "status",
|
|
3043
|
+
"hasDynamicHelp": false,
|
|
3044
|
+
"multiple": false,
|
|
3045
|
+
"options": [
|
|
3046
|
+
"all",
|
|
3047
|
+
"unread",
|
|
3048
|
+
"read",
|
|
3049
|
+
"archived"
|
|
3050
|
+
],
|
|
3051
|
+
"type": "option"
|
|
3052
|
+
},
|
|
3053
|
+
"unread-only": {
|
|
3054
|
+
"description": "Only unread chats",
|
|
3055
|
+
"name": "unread-only",
|
|
3056
|
+
"allowNo": false,
|
|
3057
|
+
"type": "boolean"
|
|
3058
|
+
},
|
|
3059
|
+
"include-archived": {
|
|
3060
|
+
"description": "Include archived chats",
|
|
3061
|
+
"name": "include-archived",
|
|
3062
|
+
"allowNo": false,
|
|
3063
|
+
"type": "boolean"
|
|
3039
3064
|
}
|
|
3040
3065
|
},
|
|
3041
3066
|
"hasDynamicHelp": false,
|
|
3042
3067
|
"hiddenAliases": [],
|
|
3043
|
-
"id": "
|
|
3068
|
+
"id": "chats:list",
|
|
3044
3069
|
"pluginAlias": "@instantkom/cli",
|
|
3045
3070
|
"pluginName": "@instantkom/cli",
|
|
3046
3071
|
"pluginType": "core",
|
|
@@ -3050,20 +3075,20 @@
|
|
|
3050
3075
|
"relativePath": [
|
|
3051
3076
|
"dist",
|
|
3052
3077
|
"commands",
|
|
3053
|
-
"
|
|
3054
|
-
"
|
|
3078
|
+
"chats",
|
|
3079
|
+
"list.js"
|
|
3055
3080
|
]
|
|
3056
3081
|
},
|
|
3057
|
-
"
|
|
3082
|
+
"chats:reply": {
|
|
3058
3083
|
"aliases": [],
|
|
3059
3084
|
"args": {
|
|
3060
3085
|
"id": {
|
|
3061
|
-
"description": "
|
|
3086
|
+
"description": "Chat ID",
|
|
3062
3087
|
"name": "id",
|
|
3063
|
-
"required":
|
|
3088
|
+
"required": true
|
|
3064
3089
|
}
|
|
3065
3090
|
},
|
|
3066
|
-
"description": "
|
|
3091
|
+
"description": "Reply in a chat",
|
|
3067
3092
|
"flags": {
|
|
3068
3093
|
"api-key": {
|
|
3069
3094
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3127,9 +3152,10 @@
|
|
|
3127
3152
|
"multiple": false,
|
|
3128
3153
|
"type": "option"
|
|
3129
3154
|
},
|
|
3130
|
-
"
|
|
3131
|
-
"description": "
|
|
3132
|
-
"name": "
|
|
3155
|
+
"text": {
|
|
3156
|
+
"description": "Reply text",
|
|
3157
|
+
"name": "text",
|
|
3158
|
+
"required": true,
|
|
3133
3159
|
"hasDynamicHelp": false,
|
|
3134
3160
|
"multiple": false,
|
|
3135
3161
|
"type": "option"
|
|
@@ -3137,7 +3163,7 @@
|
|
|
3137
3163
|
},
|
|
3138
3164
|
"hasDynamicHelp": false,
|
|
3139
3165
|
"hiddenAliases": [],
|
|
3140
|
-
"id": "
|
|
3166
|
+
"id": "chats:reply",
|
|
3141
3167
|
"pluginAlias": "@instantkom/cli",
|
|
3142
3168
|
"pluginName": "@instantkom/cli",
|
|
3143
3169
|
"pluginType": "core",
|
|
@@ -3147,14 +3173,14 @@
|
|
|
3147
3173
|
"relativePath": [
|
|
3148
3174
|
"dist",
|
|
3149
3175
|
"commands",
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3176
|
+
"chats",
|
|
3177
|
+
"reply.js"
|
|
3152
3178
|
]
|
|
3153
3179
|
},
|
|
3154
|
-
"channels:
|
|
3180
|
+
"channels:create": {
|
|
3155
3181
|
"aliases": [],
|
|
3156
3182
|
"args": {},
|
|
3157
|
-
"description": "
|
|
3183
|
+
"description": "Create a channel",
|
|
3158
3184
|
"flags": {
|
|
3159
3185
|
"api-key": {
|
|
3160
3186
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3218,39 +3244,39 @@
|
|
|
3218
3244
|
"multiple": false,
|
|
3219
3245
|
"type": "option"
|
|
3220
3246
|
},
|
|
3221
|
-
"
|
|
3222
|
-
"description": "
|
|
3223
|
-
"name": "
|
|
3224
|
-
"
|
|
3247
|
+
"name": {
|
|
3248
|
+
"description": "Channel name",
|
|
3249
|
+
"name": "name",
|
|
3250
|
+
"required": true,
|
|
3225
3251
|
"hasDynamicHelp": false,
|
|
3226
3252
|
"multiple": false,
|
|
3227
3253
|
"type": "option"
|
|
3228
3254
|
},
|
|
3229
|
-
"
|
|
3230
|
-
"description": "
|
|
3231
|
-
"name": "
|
|
3232
|
-
"
|
|
3255
|
+
"gateway-type": {
|
|
3256
|
+
"description": "Gateway type ID",
|
|
3257
|
+
"name": "gateway-type",
|
|
3258
|
+
"required": true,
|
|
3233
3259
|
"hasDynamicHelp": false,
|
|
3234
3260
|
"multiple": false,
|
|
3235
3261
|
"type": "option"
|
|
3236
3262
|
},
|
|
3237
3263
|
"status": {
|
|
3238
|
-
"description": "
|
|
3264
|
+
"description": "Channel lifecycle status",
|
|
3239
3265
|
"name": "status",
|
|
3240
3266
|
"hasDynamicHelp": false,
|
|
3241
3267
|
"multiple": false,
|
|
3242
3268
|
"type": "option"
|
|
3243
3269
|
},
|
|
3244
|
-
"
|
|
3245
|
-
"description": "
|
|
3246
|
-
"name": "
|
|
3270
|
+
"description": {
|
|
3271
|
+
"description": "Channel description",
|
|
3272
|
+
"name": "description",
|
|
3247
3273
|
"hasDynamicHelp": false,
|
|
3248
3274
|
"multiple": false,
|
|
3249
3275
|
"type": "option"
|
|
3250
3276
|
},
|
|
3251
|
-
"
|
|
3252
|
-
"description": "
|
|
3253
|
-
"name": "
|
|
3277
|
+
"data": {
|
|
3278
|
+
"description": "Additional JSON object payload",
|
|
3279
|
+
"name": "data",
|
|
3254
3280
|
"hasDynamicHelp": false,
|
|
3255
3281
|
"multiple": false,
|
|
3256
3282
|
"type": "option"
|
|
@@ -3258,7 +3284,7 @@
|
|
|
3258
3284
|
},
|
|
3259
3285
|
"hasDynamicHelp": false,
|
|
3260
3286
|
"hiddenAliases": [],
|
|
3261
|
-
"id": "channels:
|
|
3287
|
+
"id": "channels:create",
|
|
3262
3288
|
"pluginAlias": "@instantkom/cli",
|
|
3263
3289
|
"pluginName": "@instantkom/cli",
|
|
3264
3290
|
"pluginType": "core",
|
|
@@ -3269,10 +3295,10 @@
|
|
|
3269
3295
|
"dist",
|
|
3270
3296
|
"commands",
|
|
3271
3297
|
"channels",
|
|
3272
|
-
"
|
|
3298
|
+
"create.js"
|
|
3273
3299
|
]
|
|
3274
3300
|
},
|
|
3275
|
-
"channels:
|
|
3301
|
+
"channels:get": {
|
|
3276
3302
|
"aliases": [],
|
|
3277
3303
|
"args": {
|
|
3278
3304
|
"id": {
|
|
@@ -3281,7 +3307,7 @@
|
|
|
3281
3307
|
"required": true
|
|
3282
3308
|
}
|
|
3283
3309
|
},
|
|
3284
|
-
"description": "
|
|
3310
|
+
"description": "Get a channel by ID",
|
|
3285
3311
|
"flags": {
|
|
3286
3312
|
"api-key": {
|
|
3287
3313
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3344,39 +3370,11 @@
|
|
|
3344
3370
|
"hasDynamicHelp": false,
|
|
3345
3371
|
"multiple": false,
|
|
3346
3372
|
"type": "option"
|
|
3347
|
-
},
|
|
3348
|
-
"name": {
|
|
3349
|
-
"description": "Channel name",
|
|
3350
|
-
"name": "name",
|
|
3351
|
-
"hasDynamicHelp": false,
|
|
3352
|
-
"multiple": false,
|
|
3353
|
-
"type": "option"
|
|
3354
|
-
},
|
|
3355
|
-
"status": {
|
|
3356
|
-
"description": "Channel lifecycle status",
|
|
3357
|
-
"name": "status",
|
|
3358
|
-
"hasDynamicHelp": false,
|
|
3359
|
-
"multiple": false,
|
|
3360
|
-
"type": "option"
|
|
3361
|
-
},
|
|
3362
|
-
"description": {
|
|
3363
|
-
"description": "Channel description",
|
|
3364
|
-
"name": "description",
|
|
3365
|
-
"hasDynamicHelp": false,
|
|
3366
|
-
"multiple": false,
|
|
3367
|
-
"type": "option"
|
|
3368
|
-
},
|
|
3369
|
-
"data": {
|
|
3370
|
-
"description": "Additional JSON object payload",
|
|
3371
|
-
"name": "data",
|
|
3372
|
-
"hasDynamicHelp": false,
|
|
3373
|
-
"multiple": false,
|
|
3374
|
-
"type": "option"
|
|
3375
3373
|
}
|
|
3376
3374
|
},
|
|
3377
3375
|
"hasDynamicHelp": false,
|
|
3378
3376
|
"hiddenAliases": [],
|
|
3379
|
-
"id": "channels:
|
|
3377
|
+
"id": "channels:get",
|
|
3380
3378
|
"pluginAlias": "@instantkom/cli",
|
|
3381
3379
|
"pluginName": "@instantkom/cli",
|
|
3382
3380
|
"pluginType": "core",
|
|
@@ -3387,19 +3385,19 @@
|
|
|
3387
3385
|
"dist",
|
|
3388
3386
|
"commands",
|
|
3389
3387
|
"channels",
|
|
3390
|
-
"
|
|
3388
|
+
"get.js"
|
|
3391
3389
|
]
|
|
3392
3390
|
},
|
|
3393
|
-
"
|
|
3391
|
+
"channels:kpis": {
|
|
3394
3392
|
"aliases": [],
|
|
3395
3393
|
"args": {
|
|
3396
3394
|
"id": {
|
|
3397
|
-
"description": "
|
|
3395
|
+
"description": "Optional channel ID; omit for aggregated channel KPIs",
|
|
3398
3396
|
"name": "id",
|
|
3399
|
-
"required":
|
|
3397
|
+
"required": false
|
|
3400
3398
|
}
|
|
3401
3399
|
},
|
|
3402
|
-
"description": "Get
|
|
3400
|
+
"description": "Get channel KPIs",
|
|
3403
3401
|
"flags": {
|
|
3404
3402
|
"api-key": {
|
|
3405
3403
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3462,11 +3460,18 @@
|
|
|
3462
3460
|
"hasDynamicHelp": false,
|
|
3463
3461
|
"multiple": false,
|
|
3464
3462
|
"type": "option"
|
|
3463
|
+
},
|
|
3464
|
+
"period": {
|
|
3465
|
+
"description": "KPI period",
|
|
3466
|
+
"name": "period",
|
|
3467
|
+
"hasDynamicHelp": false,
|
|
3468
|
+
"multiple": false,
|
|
3469
|
+
"type": "option"
|
|
3465
3470
|
}
|
|
3466
3471
|
},
|
|
3467
3472
|
"hasDynamicHelp": false,
|
|
3468
3473
|
"hiddenAliases": [],
|
|
3469
|
-
"id": "
|
|
3474
|
+
"id": "channels:kpis",
|
|
3470
3475
|
"pluginAlias": "@instantkom/cli",
|
|
3471
3476
|
"pluginName": "@instantkom/cli",
|
|
3472
3477
|
"pluginType": "core",
|
|
@@ -3476,14 +3481,14 @@
|
|
|
3476
3481
|
"relativePath": [
|
|
3477
3482
|
"dist",
|
|
3478
3483
|
"commands",
|
|
3479
|
-
"
|
|
3480
|
-
"
|
|
3484
|
+
"channels",
|
|
3485
|
+
"kpis.js"
|
|
3481
3486
|
]
|
|
3482
3487
|
},
|
|
3483
|
-
"
|
|
3488
|
+
"channels:list": {
|
|
3484
3489
|
"aliases": [],
|
|
3485
3490
|
"args": {},
|
|
3486
|
-
"description": "List
|
|
3491
|
+
"description": "List channels",
|
|
3487
3492
|
"flags": {
|
|
3488
3493
|
"api-key": {
|
|
3489
3494
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3563,56 +3568,31 @@
|
|
|
3563
3568
|
"multiple": false,
|
|
3564
3569
|
"type": "option"
|
|
3565
3570
|
},
|
|
3566
|
-
"
|
|
3567
|
-
"description": "Filter by channel
|
|
3568
|
-
"name": "
|
|
3571
|
+
"status": {
|
|
3572
|
+
"description": "Filter by channel status",
|
|
3573
|
+
"name": "status",
|
|
3569
3574
|
"hasDynamicHelp": false,
|
|
3570
3575
|
"multiple": false,
|
|
3571
3576
|
"type": "option"
|
|
3572
3577
|
},
|
|
3573
|
-
"
|
|
3574
|
-
"description": "
|
|
3575
|
-
"name": "
|
|
3578
|
+
"gateway-type": {
|
|
3579
|
+
"description": "Filter by gateway type ID",
|
|
3580
|
+
"name": "gateway-type",
|
|
3576
3581
|
"hasDynamicHelp": false,
|
|
3577
3582
|
"multiple": false,
|
|
3578
3583
|
"type": "option"
|
|
3579
3584
|
},
|
|
3580
3585
|
"search": {
|
|
3581
|
-
"description": "Search
|
|
3586
|
+
"description": "Search by channel name",
|
|
3582
3587
|
"name": "search",
|
|
3583
3588
|
"hasDynamicHelp": false,
|
|
3584
3589
|
"multiple": false,
|
|
3585
3590
|
"type": "option"
|
|
3586
|
-
},
|
|
3587
|
-
"status": {
|
|
3588
|
-
"description": "Chat status",
|
|
3589
|
-
"name": "status",
|
|
3590
|
-
"hasDynamicHelp": false,
|
|
3591
|
-
"multiple": false,
|
|
3592
|
-
"options": [
|
|
3593
|
-
"all",
|
|
3594
|
-
"unread",
|
|
3595
|
-
"read",
|
|
3596
|
-
"archived"
|
|
3597
|
-
],
|
|
3598
|
-
"type": "option"
|
|
3599
|
-
},
|
|
3600
|
-
"unread-only": {
|
|
3601
|
-
"description": "Only unread chats",
|
|
3602
|
-
"name": "unread-only",
|
|
3603
|
-
"allowNo": false,
|
|
3604
|
-
"type": "boolean"
|
|
3605
|
-
},
|
|
3606
|
-
"include-archived": {
|
|
3607
|
-
"description": "Include archived chats",
|
|
3608
|
-
"name": "include-archived",
|
|
3609
|
-
"allowNo": false,
|
|
3610
|
-
"type": "boolean"
|
|
3611
3591
|
}
|
|
3612
3592
|
},
|
|
3613
3593
|
"hasDynamicHelp": false,
|
|
3614
3594
|
"hiddenAliases": [],
|
|
3615
|
-
"id": "
|
|
3595
|
+
"id": "channels:list",
|
|
3616
3596
|
"pluginAlias": "@instantkom/cli",
|
|
3617
3597
|
"pluginName": "@instantkom/cli",
|
|
3618
3598
|
"pluginType": "core",
|
|
@@ -3622,20 +3602,20 @@
|
|
|
3622
3602
|
"relativePath": [
|
|
3623
3603
|
"dist",
|
|
3624
3604
|
"commands",
|
|
3625
|
-
"
|
|
3605
|
+
"channels",
|
|
3626
3606
|
"list.js"
|
|
3627
3607
|
]
|
|
3628
3608
|
},
|
|
3629
|
-
"
|
|
3609
|
+
"channels:update": {
|
|
3630
3610
|
"aliases": [],
|
|
3631
3611
|
"args": {
|
|
3632
3612
|
"id": {
|
|
3633
|
-
"description": "
|
|
3613
|
+
"description": "Channel ID",
|
|
3634
3614
|
"name": "id",
|
|
3635
3615
|
"required": true
|
|
3636
3616
|
}
|
|
3637
3617
|
},
|
|
3638
|
-
"description": "
|
|
3618
|
+
"description": "Update a channel",
|
|
3639
3619
|
"flags": {
|
|
3640
3620
|
"api-key": {
|
|
3641
3621
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -3699,10 +3679,30 @@
|
|
|
3699
3679
|
"multiple": false,
|
|
3700
3680
|
"type": "option"
|
|
3701
3681
|
},
|
|
3702
|
-
"
|
|
3703
|
-
"description": "
|
|
3704
|
-
"name": "
|
|
3705
|
-
"
|
|
3682
|
+
"name": {
|
|
3683
|
+
"description": "Channel name",
|
|
3684
|
+
"name": "name",
|
|
3685
|
+
"hasDynamicHelp": false,
|
|
3686
|
+
"multiple": false,
|
|
3687
|
+
"type": "option"
|
|
3688
|
+
},
|
|
3689
|
+
"status": {
|
|
3690
|
+
"description": "Channel lifecycle status",
|
|
3691
|
+
"name": "status",
|
|
3692
|
+
"hasDynamicHelp": false,
|
|
3693
|
+
"multiple": false,
|
|
3694
|
+
"type": "option"
|
|
3695
|
+
},
|
|
3696
|
+
"description": {
|
|
3697
|
+
"description": "Channel description",
|
|
3698
|
+
"name": "description",
|
|
3699
|
+
"hasDynamicHelp": false,
|
|
3700
|
+
"multiple": false,
|
|
3701
|
+
"type": "option"
|
|
3702
|
+
},
|
|
3703
|
+
"data": {
|
|
3704
|
+
"description": "Additional JSON object payload",
|
|
3705
|
+
"name": "data",
|
|
3706
3706
|
"hasDynamicHelp": false,
|
|
3707
3707
|
"multiple": false,
|
|
3708
3708
|
"type": "option"
|
|
@@ -3710,7 +3710,7 @@
|
|
|
3710
3710
|
},
|
|
3711
3711
|
"hasDynamicHelp": false,
|
|
3712
3712
|
"hiddenAliases": [],
|
|
3713
|
-
"id": "
|
|
3713
|
+
"id": "channels:update",
|
|
3714
3714
|
"pluginAlias": "@instantkom/cli",
|
|
3715
3715
|
"pluginName": "@instantkom/cli",
|
|
3716
3716
|
"pluginType": "core",
|
|
@@ -3720,8 +3720,8 @@
|
|
|
3720
3720
|
"relativePath": [
|
|
3721
3721
|
"dist",
|
|
3722
3722
|
"commands",
|
|
3723
|
-
"
|
|
3724
|
-
"
|
|
3723
|
+
"channels",
|
|
3724
|
+
"update.js"
|
|
3725
3725
|
]
|
|
3726
3726
|
},
|
|
3727
3727
|
"config:get": {
|
|
@@ -15856,16 +15856,16 @@
|
|
|
15856
15856
|
"list.js"
|
|
15857
15857
|
]
|
|
15858
15858
|
},
|
|
15859
|
-
"tags:
|
|
15859
|
+
"tags:recipients:add": {
|
|
15860
15860
|
"aliases": [],
|
|
15861
15861
|
"args": {
|
|
15862
|
-
"
|
|
15862
|
+
"tagId": {
|
|
15863
15863
|
"description": "Tag ID",
|
|
15864
|
-
"name": "
|
|
15864
|
+
"name": "tagId",
|
|
15865
15865
|
"required": true
|
|
15866
15866
|
}
|
|
15867
15867
|
},
|
|
15868
|
-
"description": "
|
|
15868
|
+
"description": "Assign a tag to recipients",
|
|
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,18 +15929,10 @@
|
|
|
15929
15929
|
"multiple": false,
|
|
15930
15930
|
"type": "option"
|
|
15931
15931
|
},
|
|
15932
|
-
"
|
|
15933
|
-
"description": "
|
|
15934
|
-
"name": "
|
|
15935
|
-
"
|
|
15936
|
-
"hasDynamicHelp": false,
|
|
15937
|
-
"multiple": false,
|
|
15938
|
-
"type": "option"
|
|
15939
|
-
},
|
|
15940
|
-
"limit": {
|
|
15941
|
-
"description": "Items per page",
|
|
15942
|
-
"name": "limit",
|
|
15943
|
-
"default": 20,
|
|
15932
|
+
"recipients": {
|
|
15933
|
+
"description": "Comma-separated recipient IDs",
|
|
15934
|
+
"name": "recipients",
|
|
15935
|
+
"required": true,
|
|
15944
15936
|
"hasDynamicHelp": false,
|
|
15945
15937
|
"multiple": false,
|
|
15946
15938
|
"type": "option"
|
|
@@ -15948,7 +15940,7 @@
|
|
|
15948
15940
|
},
|
|
15949
15941
|
"hasDynamicHelp": false,
|
|
15950
15942
|
"hiddenAliases": [],
|
|
15951
|
-
"id": "tags:
|
|
15943
|
+
"id": "tags:recipients:add",
|
|
15952
15944
|
"pluginAlias": "@instantkom/cli",
|
|
15953
15945
|
"pluginName": "@instantkom/cli",
|
|
15954
15946
|
"pluginType": "core",
|
|
@@ -15959,11 +15951,11 @@
|
|
|
15959
15951
|
"dist",
|
|
15960
15952
|
"commands",
|
|
15961
15953
|
"tags",
|
|
15962
|
-
"
|
|
15963
|
-
"
|
|
15954
|
+
"recipients",
|
|
15955
|
+
"add.js"
|
|
15964
15956
|
]
|
|
15965
15957
|
},
|
|
15966
|
-
"tags:recipients:
|
|
15958
|
+
"tags:recipients:remove": {
|
|
15967
15959
|
"aliases": [],
|
|
15968
15960
|
"args": {
|
|
15969
15961
|
"tagId": {
|
|
@@ -15972,7 +15964,7 @@
|
|
|
15972
15964
|
"required": true
|
|
15973
15965
|
}
|
|
15974
15966
|
},
|
|
15975
|
-
"description": "
|
|
15967
|
+
"description": "Remove a tag from recipients",
|
|
15976
15968
|
"flags": {
|
|
15977
15969
|
"api-key": {
|
|
15978
15970
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16047,7 +16039,7 @@
|
|
|
16047
16039
|
},
|
|
16048
16040
|
"hasDynamicHelp": false,
|
|
16049
16041
|
"hiddenAliases": [],
|
|
16050
|
-
"id": "tags:recipients:
|
|
16042
|
+
"id": "tags:recipients:remove",
|
|
16051
16043
|
"pluginAlias": "@instantkom/cli",
|
|
16052
16044
|
"pluginName": "@instantkom/cli",
|
|
16053
16045
|
"pluginType": "core",
|
|
@@ -16059,19 +16051,19 @@
|
|
|
16059
16051
|
"commands",
|
|
16060
16052
|
"tags",
|
|
16061
16053
|
"recipients",
|
|
16062
|
-
"
|
|
16054
|
+
"remove.js"
|
|
16063
16055
|
]
|
|
16064
16056
|
},
|
|
16065
|
-
"tags:
|
|
16057
|
+
"tags:segments:list": {
|
|
16066
16058
|
"aliases": [],
|
|
16067
16059
|
"args": {
|
|
16068
|
-
"
|
|
16060
|
+
"id": {
|
|
16069
16061
|
"description": "Tag ID",
|
|
16070
|
-
"name": "
|
|
16062
|
+
"name": "id",
|
|
16071
16063
|
"required": true
|
|
16072
16064
|
}
|
|
16073
16065
|
},
|
|
16074
|
-
"description": "
|
|
16066
|
+
"description": "List segments that use a specific tag",
|
|
16075
16067
|
"flags": {
|
|
16076
16068
|
"api-key": {
|
|
16077
16069
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16135,10 +16127,18 @@
|
|
|
16135
16127
|
"multiple": false,
|
|
16136
16128
|
"type": "option"
|
|
16137
16129
|
},
|
|
16138
|
-
"
|
|
16139
|
-
"description": "
|
|
16140
|
-
"name": "
|
|
16141
|
-
"
|
|
16130
|
+
"page": {
|
|
16131
|
+
"description": "Page number",
|
|
16132
|
+
"name": "page",
|
|
16133
|
+
"default": 1,
|
|
16134
|
+
"hasDynamicHelp": false,
|
|
16135
|
+
"multiple": false,
|
|
16136
|
+
"type": "option"
|
|
16137
|
+
},
|
|
16138
|
+
"limit": {
|
|
16139
|
+
"description": "Items per page",
|
|
16140
|
+
"name": "limit",
|
|
16141
|
+
"default": 20,
|
|
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:segments:list",
|
|
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
|
+
"segments",
|
|
16161
|
+
"list.js"
|
|
16162
16162
|
]
|
|
16163
16163
|
},
|
|
16164
16164
|
"ticket:messages:create": {
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.185.
|
|
17055
|
+
"version": "3.185.1"
|
|
17056
17056
|
}
|