@instantkom/cli 3.186.0 → 3.186.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 +1423 -1423
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -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": {
|
|
@@ -3999,10 +3999,10 @@
|
|
|
3999
3999
|
"unset.js"
|
|
4000
4000
|
]
|
|
4001
4001
|
},
|
|
4002
|
-
"
|
|
4002
|
+
"custom-fields:bulk-delete": {
|
|
4003
4003
|
"aliases": [],
|
|
4004
4004
|
"args": {},
|
|
4005
|
-
"description": "
|
|
4005
|
+
"description": "Bulk delete custom fields",
|
|
4006
4006
|
"flags": {
|
|
4007
4007
|
"api-key": {
|
|
4008
4008
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4066,25 +4066,148 @@
|
|
|
4066
4066
|
"multiple": false,
|
|
4067
4067
|
"type": "option"
|
|
4068
4068
|
},
|
|
4069
|
-
"
|
|
4070
|
-
"description": "
|
|
4071
|
-
"name": "
|
|
4069
|
+
"ids": {
|
|
4070
|
+
"description": "Comma-separated custom field IDs",
|
|
4071
|
+
"name": "ids",
|
|
4072
4072
|
"required": true,
|
|
4073
4073
|
"hasDynamicHelp": false,
|
|
4074
4074
|
"multiple": false,
|
|
4075
4075
|
"type": "option"
|
|
4076
|
+
}
|
|
4077
|
+
},
|
|
4078
|
+
"hasDynamicHelp": false,
|
|
4079
|
+
"hiddenAliases": [],
|
|
4080
|
+
"id": "custom-fields:bulk-delete",
|
|
4081
|
+
"pluginAlias": "@instantkom/cli",
|
|
4082
|
+
"pluginName": "@instantkom/cli",
|
|
4083
|
+
"pluginType": "core",
|
|
4084
|
+
"strict": true,
|
|
4085
|
+
"enableJsonFlag": false,
|
|
4086
|
+
"isESM": true,
|
|
4087
|
+
"relativePath": [
|
|
4088
|
+
"dist",
|
|
4089
|
+
"commands",
|
|
4090
|
+
"custom-fields",
|
|
4091
|
+
"bulk-delete.js"
|
|
4092
|
+
]
|
|
4093
|
+
},
|
|
4094
|
+
"custom-fields:create": {
|
|
4095
|
+
"aliases": [],
|
|
4096
|
+
"args": {},
|
|
4097
|
+
"description": "Create a custom field",
|
|
4098
|
+
"flags": {
|
|
4099
|
+
"api-key": {
|
|
4100
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4101
|
+
"env": "IKM_API_KEY",
|
|
4102
|
+
"helpGroup": "GLOBAL",
|
|
4103
|
+
"name": "api-key",
|
|
4104
|
+
"hasDynamicHelp": false,
|
|
4105
|
+
"multiple": false,
|
|
4106
|
+
"type": "option"
|
|
4076
4107
|
},
|
|
4077
|
-
"
|
|
4078
|
-
"description": "
|
|
4079
|
-
"
|
|
4080
|
-
"
|
|
4108
|
+
"format": {
|
|
4109
|
+
"description": "Output format: text, json, yaml, or table",
|
|
4110
|
+
"helpGroup": "GLOBAL",
|
|
4111
|
+
"name": "format",
|
|
4112
|
+
"default": "text",
|
|
4113
|
+
"hasDynamicHelp": false,
|
|
4114
|
+
"multiple": false,
|
|
4115
|
+
"options": [
|
|
4116
|
+
"text",
|
|
4117
|
+
"json",
|
|
4118
|
+
"yaml",
|
|
4119
|
+
"table"
|
|
4120
|
+
],
|
|
4121
|
+
"type": "option"
|
|
4122
|
+
},
|
|
4123
|
+
"json": {
|
|
4124
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
4125
|
+
"helpGroup": "GLOBAL",
|
|
4126
|
+
"name": "json",
|
|
4127
|
+
"allowNo": false,
|
|
4128
|
+
"type": "boolean"
|
|
4129
|
+
},
|
|
4130
|
+
"quiet": {
|
|
4131
|
+
"description": "Suppress all output except errors",
|
|
4132
|
+
"helpGroup": "GLOBAL",
|
|
4133
|
+
"name": "quiet",
|
|
4134
|
+
"allowNo": false,
|
|
4135
|
+
"type": "boolean"
|
|
4136
|
+
},
|
|
4137
|
+
"no-color": {
|
|
4138
|
+
"description": "Disable color output",
|
|
4139
|
+
"helpGroup": "GLOBAL",
|
|
4140
|
+
"name": "no-color",
|
|
4141
|
+
"allowNo": false,
|
|
4142
|
+
"type": "boolean"
|
|
4143
|
+
},
|
|
4144
|
+
"profile": {
|
|
4145
|
+
"description": "Named configuration profile to use",
|
|
4146
|
+
"helpGroup": "GLOBAL",
|
|
4147
|
+
"name": "profile",
|
|
4148
|
+
"default": "default",
|
|
4149
|
+
"hasDynamicHelp": false,
|
|
4150
|
+
"multiple": false,
|
|
4151
|
+
"type": "option"
|
|
4152
|
+
},
|
|
4153
|
+
"api-url": {
|
|
4154
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
4155
|
+
"helpGroup": "GLOBAL",
|
|
4156
|
+
"name": "api-url",
|
|
4081
4157
|
"hasDynamicHelp": false,
|
|
4082
4158
|
"multiple": false,
|
|
4083
4159
|
"type": "option"
|
|
4084
4160
|
},
|
|
4085
4161
|
"name": {
|
|
4086
|
-
"description": "
|
|
4162
|
+
"description": "Field name",
|
|
4087
4163
|
"name": "name",
|
|
4164
|
+
"required": true,
|
|
4165
|
+
"hasDynamicHelp": false,
|
|
4166
|
+
"multiple": false,
|
|
4167
|
+
"type": "option"
|
|
4168
|
+
},
|
|
4169
|
+
"key": {
|
|
4170
|
+
"description": "Field key",
|
|
4171
|
+
"name": "key",
|
|
4172
|
+
"required": true,
|
|
4173
|
+
"hasDynamicHelp": false,
|
|
4174
|
+
"multiple": false,
|
|
4175
|
+
"type": "option"
|
|
4176
|
+
},
|
|
4177
|
+
"type": {
|
|
4178
|
+
"description": "Field type",
|
|
4179
|
+
"name": "type",
|
|
4180
|
+
"required": true,
|
|
4181
|
+
"hasDynamicHelp": false,
|
|
4182
|
+
"multiple": false,
|
|
4183
|
+
"options": [
|
|
4184
|
+
"text",
|
|
4185
|
+
"number",
|
|
4186
|
+
"date",
|
|
4187
|
+
"dropdown",
|
|
4188
|
+
"checkbox",
|
|
4189
|
+
"url",
|
|
4190
|
+
"email",
|
|
4191
|
+
"phone"
|
|
4192
|
+
],
|
|
4193
|
+
"type": "option"
|
|
4194
|
+
},
|
|
4195
|
+
"required": {
|
|
4196
|
+
"description": "Field is required",
|
|
4197
|
+
"name": "required",
|
|
4198
|
+
"allowNo": false,
|
|
4199
|
+
"type": "boolean"
|
|
4200
|
+
},
|
|
4201
|
+
"default": {
|
|
4202
|
+
"description": "Default value",
|
|
4203
|
+
"name": "default",
|
|
4204
|
+
"hasDynamicHelp": false,
|
|
4205
|
+
"multiple": false,
|
|
4206
|
+
"type": "option"
|
|
4207
|
+
},
|
|
4208
|
+
"options": {
|
|
4209
|
+
"description": "Comma-separated dropdown options",
|
|
4210
|
+
"name": "options",
|
|
4088
4211
|
"hasDynamicHelp": false,
|
|
4089
4212
|
"multiple": false,
|
|
4090
4213
|
"type": "option"
|
|
@@ -4099,7 +4222,7 @@
|
|
|
4099
4222
|
},
|
|
4100
4223
|
"hasDynamicHelp": false,
|
|
4101
4224
|
"hiddenAliases": [],
|
|
4102
|
-
"id": "
|
|
4225
|
+
"id": "custom-fields:create",
|
|
4103
4226
|
"pluginAlias": "@instantkom/cli",
|
|
4104
4227
|
"pluginName": "@instantkom/cli",
|
|
4105
4228
|
"pluginType": "core",
|
|
@@ -4109,20 +4232,20 @@
|
|
|
4109
4232
|
"relativePath": [
|
|
4110
4233
|
"dist",
|
|
4111
4234
|
"commands",
|
|
4112
|
-
"
|
|
4235
|
+
"custom-fields",
|
|
4113
4236
|
"create.js"
|
|
4114
4237
|
]
|
|
4115
4238
|
},
|
|
4116
|
-
"
|
|
4239
|
+
"custom-fields:delete": {
|
|
4117
4240
|
"aliases": [],
|
|
4118
4241
|
"args": {
|
|
4119
4242
|
"id": {
|
|
4120
|
-
"description": "
|
|
4243
|
+
"description": "custom field ID",
|
|
4121
4244
|
"name": "id",
|
|
4122
4245
|
"required": true
|
|
4123
4246
|
}
|
|
4124
4247
|
},
|
|
4125
|
-
"description": "Delete
|
|
4248
|
+
"description": "Delete custom field",
|
|
4126
4249
|
"flags": {
|
|
4127
4250
|
"api-key": {
|
|
4128
4251
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4189,7 +4312,7 @@
|
|
|
4189
4312
|
},
|
|
4190
4313
|
"hasDynamicHelp": false,
|
|
4191
4314
|
"hiddenAliases": [],
|
|
4192
|
-
"id": "
|
|
4315
|
+
"id": "custom-fields:delete",
|
|
4193
4316
|
"pluginAlias": "@instantkom/cli",
|
|
4194
4317
|
"pluginName": "@instantkom/cli",
|
|
4195
4318
|
"pluginType": "core",
|
|
@@ -4199,14 +4322,20 @@
|
|
|
4199
4322
|
"relativePath": [
|
|
4200
4323
|
"dist",
|
|
4201
4324
|
"commands",
|
|
4202
|
-
"
|
|
4325
|
+
"custom-fields",
|
|
4203
4326
|
"delete.js"
|
|
4204
4327
|
]
|
|
4205
4328
|
},
|
|
4206
|
-
"
|
|
4329
|
+
"custom-fields:get": {
|
|
4207
4330
|
"aliases": [],
|
|
4208
|
-
"args": {
|
|
4209
|
-
|
|
4331
|
+
"args": {
|
|
4332
|
+
"id": {
|
|
4333
|
+
"description": "custom field ID",
|
|
4334
|
+
"name": "id",
|
|
4335
|
+
"required": true
|
|
4336
|
+
}
|
|
4337
|
+
},
|
|
4338
|
+
"description": "Get custom field by ID",
|
|
4210
4339
|
"flags": {
|
|
4211
4340
|
"api-key": {
|
|
4212
4341
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4269,49 +4398,11 @@
|
|
|
4269
4398
|
"hasDynamicHelp": false,
|
|
4270
4399
|
"multiple": false,
|
|
4271
4400
|
"type": "option"
|
|
4272
|
-
},
|
|
4273
|
-
"file": {
|
|
4274
|
-
"description": "CSV output file path",
|
|
4275
|
-
"name": "file",
|
|
4276
|
-
"required": true,
|
|
4277
|
-
"hasDynamicHelp": false,
|
|
4278
|
-
"multiple": false,
|
|
4279
|
-
"type": "option"
|
|
4280
|
-
},
|
|
4281
|
-
"channel": {
|
|
4282
|
-
"description": "Filter by channel ID",
|
|
4283
|
-
"name": "channel",
|
|
4284
|
-
"hasDynamicHelp": false,
|
|
4285
|
-
"multiple": false,
|
|
4286
|
-
"type": "option"
|
|
4287
|
-
},
|
|
4288
|
-
"search": {
|
|
4289
|
-
"description": "Search by name or identifier",
|
|
4290
|
-
"name": "search",
|
|
4291
|
-
"hasDynamicHelp": false,
|
|
4292
|
-
"multiple": false,
|
|
4293
|
-
"type": "option"
|
|
4294
|
-
},
|
|
4295
|
-
"page": {
|
|
4296
|
-
"description": "Page number",
|
|
4297
|
-
"name": "page",
|
|
4298
|
-
"default": 1,
|
|
4299
|
-
"hasDynamicHelp": false,
|
|
4300
|
-
"multiple": false,
|
|
4301
|
-
"type": "option"
|
|
4302
|
-
},
|
|
4303
|
-
"limit": {
|
|
4304
|
-
"description": "Items per page",
|
|
4305
|
-
"name": "limit",
|
|
4306
|
-
"default": 100,
|
|
4307
|
-
"hasDynamicHelp": false,
|
|
4308
|
-
"multiple": false,
|
|
4309
|
-
"type": "option"
|
|
4310
4401
|
}
|
|
4311
4402
|
},
|
|
4312
4403
|
"hasDynamicHelp": false,
|
|
4313
4404
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4405
|
+
"id": "custom-fields:get",
|
|
4315
4406
|
"pluginAlias": "@instantkom/cli",
|
|
4316
4407
|
"pluginName": "@instantkom/cli",
|
|
4317
4408
|
"pluginType": "core",
|
|
@@ -4321,20 +4412,14 @@
|
|
|
4321
4412
|
"relativePath": [
|
|
4322
4413
|
"dist",
|
|
4323
4414
|
"commands",
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4415
|
+
"custom-fields",
|
|
4416
|
+
"get.js"
|
|
4326
4417
|
]
|
|
4327
4418
|
},
|
|
4328
|
-
"
|
|
4419
|
+
"custom-fields:list": {
|
|
4329
4420
|
"aliases": [],
|
|
4330
|
-
"args": {
|
|
4331
|
-
|
|
4332
|
-
"description": "Contact ID",
|
|
4333
|
-
"name": "id",
|
|
4334
|
-
"required": true
|
|
4335
|
-
}
|
|
4336
|
-
},
|
|
4337
|
-
"description": "Get a contact by ID",
|
|
4421
|
+
"args": {},
|
|
4422
|
+
"description": "List custom fields",
|
|
4338
4423
|
"flags": {
|
|
4339
4424
|
"api-key": {
|
|
4340
4425
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4401,7 +4486,7 @@
|
|
|
4401
4486
|
},
|
|
4402
4487
|
"hasDynamicHelp": false,
|
|
4403
4488
|
"hiddenAliases": [],
|
|
4404
|
-
"id": "
|
|
4489
|
+
"id": "custom-fields:list",
|
|
4405
4490
|
"pluginAlias": "@instantkom/cli",
|
|
4406
4491
|
"pluginName": "@instantkom/cli",
|
|
4407
4492
|
"pluginType": "core",
|
|
@@ -4411,14 +4496,14 @@
|
|
|
4411
4496
|
"relativePath": [
|
|
4412
4497
|
"dist",
|
|
4413
4498
|
"commands",
|
|
4414
|
-
"
|
|
4415
|
-
"
|
|
4499
|
+
"custom-fields",
|
|
4500
|
+
"list.js"
|
|
4416
4501
|
]
|
|
4417
4502
|
},
|
|
4418
|
-
"
|
|
4503
|
+
"custom-fields:reorder": {
|
|
4419
4504
|
"aliases": [],
|
|
4420
4505
|
"args": {},
|
|
4421
|
-
"description": "
|
|
4506
|
+
"description": "Reorder custom fields",
|
|
4422
4507
|
"flags": {
|
|
4423
4508
|
"api-key": {
|
|
4424
4509
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4482,17 +4567,9 @@
|
|
|
4482
4567
|
"multiple": false,
|
|
4483
4568
|
"type": "option"
|
|
4484
4569
|
},
|
|
4485
|
-
"
|
|
4486
|
-
"description": "
|
|
4487
|
-
"name": "
|
|
4488
|
-
"required": true,
|
|
4489
|
-
"hasDynamicHelp": false,
|
|
4490
|
-
"multiple": false,
|
|
4491
|
-
"type": "option"
|
|
4492
|
-
},
|
|
4493
|
-
"channel": {
|
|
4494
|
-
"description": "Channel ID",
|
|
4495
|
-
"name": "channel",
|
|
4570
|
+
"order": {
|
|
4571
|
+
"description": "Order JSON array payload",
|
|
4572
|
+
"name": "order",
|
|
4496
4573
|
"required": true,
|
|
4497
4574
|
"hasDynamicHelp": false,
|
|
4498
4575
|
"multiple": false,
|
|
@@ -4501,7 +4578,7 @@
|
|
|
4501
4578
|
},
|
|
4502
4579
|
"hasDynamicHelp": false,
|
|
4503
4580
|
"hiddenAliases": [],
|
|
4504
|
-
"id": "
|
|
4581
|
+
"id": "custom-fields:reorder",
|
|
4505
4582
|
"pluginAlias": "@instantkom/cli",
|
|
4506
4583
|
"pluginName": "@instantkom/cli",
|
|
4507
4584
|
"pluginType": "core",
|
|
@@ -4511,14 +4588,20 @@
|
|
|
4511
4588
|
"relativePath": [
|
|
4512
4589
|
"dist",
|
|
4513
4590
|
"commands",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4591
|
+
"custom-fields",
|
|
4592
|
+
"reorder.js"
|
|
4516
4593
|
]
|
|
4517
4594
|
},
|
|
4518
|
-
"
|
|
4595
|
+
"custom-fields:update": {
|
|
4519
4596
|
"aliases": [],
|
|
4520
|
-
"args": {
|
|
4521
|
-
|
|
4597
|
+
"args": {
|
|
4598
|
+
"id": {
|
|
4599
|
+
"description": "Custom field ID",
|
|
4600
|
+
"name": "id",
|
|
4601
|
+
"required": true
|
|
4602
|
+
}
|
|
4603
|
+
},
|
|
4604
|
+
"description": "Update a custom field",
|
|
4522
4605
|
"flags": {
|
|
4523
4606
|
"api-key": {
|
|
4524
4607
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4582,97 +4665,59 @@
|
|
|
4582
4665
|
"multiple": false,
|
|
4583
4666
|
"type": "option"
|
|
4584
4667
|
},
|
|
4585
|
-
"
|
|
4586
|
-
"description": "
|
|
4587
|
-
"name": "
|
|
4588
|
-
"hasDynamicHelp": false,
|
|
4589
|
-
"multiple": false,
|
|
4590
|
-
"type": "option"
|
|
4591
|
-
},
|
|
4592
|
-
"search": {
|
|
4593
|
-
"description": "Search by name or identifier",
|
|
4594
|
-
"name": "search",
|
|
4595
|
-
"hasDynamicHelp": false,
|
|
4596
|
-
"multiple": false,
|
|
4597
|
-
"type": "option"
|
|
4598
|
-
},
|
|
4599
|
-
"page": {
|
|
4600
|
-
"description": "Page number",
|
|
4601
|
-
"name": "page",
|
|
4602
|
-
"default": 1,
|
|
4603
|
-
"hasDynamicHelp": false,
|
|
4604
|
-
"multiple": false,
|
|
4605
|
-
"type": "option"
|
|
4606
|
-
},
|
|
4607
|
-
"limit": {
|
|
4608
|
-
"description": "Items per page",
|
|
4609
|
-
"name": "limit",
|
|
4610
|
-
"default": 20,
|
|
4611
|
-
"hasDynamicHelp": false,
|
|
4612
|
-
"multiple": false,
|
|
4613
|
-
"type": "option"
|
|
4614
|
-
},
|
|
4615
|
-
"optin-status": {
|
|
4616
|
-
"description": "Filter by opt-in status",
|
|
4617
|
-
"name": "optin-status",
|
|
4668
|
+
"name": {
|
|
4669
|
+
"description": "Field name",
|
|
4670
|
+
"name": "name",
|
|
4618
4671
|
"hasDynamicHelp": false,
|
|
4619
4672
|
"multiple": false,
|
|
4620
|
-
"options": [
|
|
4621
|
-
"0",
|
|
4622
|
-
"1"
|
|
4623
|
-
],
|
|
4624
4673
|
"type": "option"
|
|
4625
4674
|
},
|
|
4626
|
-
"
|
|
4627
|
-
"description": "
|
|
4628
|
-
"name": "
|
|
4675
|
+
"type": {
|
|
4676
|
+
"description": "Field type",
|
|
4677
|
+
"name": "type",
|
|
4629
4678
|
"hasDynamicHelp": false,
|
|
4630
4679
|
"multiple": false,
|
|
4631
4680
|
"options": [
|
|
4632
|
-
"
|
|
4633
|
-
"
|
|
4681
|
+
"text",
|
|
4682
|
+
"number",
|
|
4683
|
+
"date",
|
|
4684
|
+
"dropdown",
|
|
4685
|
+
"checkbox",
|
|
4686
|
+
"url",
|
|
4687
|
+
"email",
|
|
4688
|
+
"phone"
|
|
4634
4689
|
],
|
|
4635
4690
|
"type": "option"
|
|
4636
4691
|
},
|
|
4637
|
-
"
|
|
4638
|
-
"description": "
|
|
4639
|
-
"name": "
|
|
4640
|
-
"
|
|
4641
|
-
"
|
|
4642
|
-
"type": "option"
|
|
4692
|
+
"required": {
|
|
4693
|
+
"description": "Field is required",
|
|
4694
|
+
"name": "required",
|
|
4695
|
+
"allowNo": true,
|
|
4696
|
+
"type": "boolean"
|
|
4643
4697
|
},
|
|
4644
|
-
"
|
|
4645
|
-
"description": "
|
|
4646
|
-
"name": "
|
|
4647
|
-
"
|
|
4648
|
-
"
|
|
4649
|
-
"type": "option"
|
|
4698
|
+
"status": {
|
|
4699
|
+
"description": "Field is active",
|
|
4700
|
+
"name": "status",
|
|
4701
|
+
"allowNo": true,
|
|
4702
|
+
"type": "boolean"
|
|
4650
4703
|
},
|
|
4651
|
-
"
|
|
4652
|
-
"description": "
|
|
4653
|
-
"name": "
|
|
4704
|
+
"default": {
|
|
4705
|
+
"description": "Default value",
|
|
4706
|
+
"name": "default",
|
|
4654
4707
|
"hasDynamicHelp": false,
|
|
4655
4708
|
"multiple": false,
|
|
4656
|
-
"options": [
|
|
4657
|
-
"any",
|
|
4658
|
-
"all"
|
|
4659
|
-
],
|
|
4660
4709
|
"type": "option"
|
|
4661
4710
|
},
|
|
4662
|
-
"
|
|
4663
|
-
"description": "
|
|
4664
|
-
"name": "
|
|
4711
|
+
"options": {
|
|
4712
|
+
"description": "Comma-separated dropdown options",
|
|
4713
|
+
"name": "options",
|
|
4665
4714
|
"hasDynamicHelp": false,
|
|
4666
4715
|
"multiple": false,
|
|
4667
|
-
"options": [
|
|
4668
|
-
"true",
|
|
4669
|
-
"false"
|
|
4670
|
-
],
|
|
4671
4716
|
"type": "option"
|
|
4672
4717
|
},
|
|
4673
|
-
"
|
|
4674
|
-
"description": "
|
|
4675
|
-
"name": "
|
|
4718
|
+
"data": {
|
|
4719
|
+
"description": "Additional JSON object payload",
|
|
4720
|
+
"name": "data",
|
|
4676
4721
|
"hasDynamicHelp": false,
|
|
4677
4722
|
"multiple": false,
|
|
4678
4723
|
"type": "option"
|
|
@@ -4680,7 +4725,7 @@
|
|
|
4680
4725
|
},
|
|
4681
4726
|
"hasDynamicHelp": false,
|
|
4682
4727
|
"hiddenAliases": [],
|
|
4683
|
-
"id": "
|
|
4728
|
+
"id": "custom-fields:update",
|
|
4684
4729
|
"pluginAlias": "@instantkom/cli",
|
|
4685
4730
|
"pluginName": "@instantkom/cli",
|
|
4686
4731
|
"pluginType": "core",
|
|
@@ -4690,20 +4735,14 @@
|
|
|
4690
4735
|
"relativePath": [
|
|
4691
4736
|
"dist",
|
|
4692
4737
|
"commands",
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4738
|
+
"custom-fields",
|
|
4739
|
+
"update.js"
|
|
4695
4740
|
]
|
|
4696
4741
|
},
|
|
4697
|
-
"contacts:
|
|
4742
|
+
"contacts:create": {
|
|
4698
4743
|
"aliases": [],
|
|
4699
|
-
"args": {
|
|
4700
|
-
|
|
4701
|
-
"description": "Contact ID",
|
|
4702
|
-
"name": "id",
|
|
4703
|
-
"required": true
|
|
4704
|
-
}
|
|
4705
|
-
},
|
|
4706
|
-
"description": "Update a contact",
|
|
4744
|
+
"args": {},
|
|
4745
|
+
"description": "Create a contact",
|
|
4707
4746
|
"flags": {
|
|
4708
4747
|
"api-key": {
|
|
4709
4748
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4767,9 +4806,18 @@
|
|
|
4767
4806
|
"multiple": false,
|
|
4768
4807
|
"type": "option"
|
|
4769
4808
|
},
|
|
4809
|
+
"channel": {
|
|
4810
|
+
"description": "Channel ID",
|
|
4811
|
+
"name": "channel",
|
|
4812
|
+
"required": true,
|
|
4813
|
+
"hasDynamicHelp": false,
|
|
4814
|
+
"multiple": false,
|
|
4815
|
+
"type": "option"
|
|
4816
|
+
},
|
|
4770
4817
|
"identifier": {
|
|
4771
4818
|
"description": "Unique contact identifier",
|
|
4772
4819
|
"name": "identifier",
|
|
4820
|
+
"required": true,
|
|
4773
4821
|
"hasDynamicHelp": false,
|
|
4774
4822
|
"multiple": false,
|
|
4775
4823
|
"type": "option"
|
|
@@ -4791,7 +4839,7 @@
|
|
|
4791
4839
|
},
|
|
4792
4840
|
"hasDynamicHelp": false,
|
|
4793
4841
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "contacts:
|
|
4842
|
+
"id": "contacts:create",
|
|
4795
4843
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4844
|
"pluginName": "@instantkom/cli",
|
|
4797
4845
|
"pluginType": "core",
|
|
@@ -4802,13 +4850,19 @@
|
|
|
4802
4850
|
"dist",
|
|
4803
4851
|
"commands",
|
|
4804
4852
|
"contacts",
|
|
4805
|
-
"
|
|
4853
|
+
"create.js"
|
|
4806
4854
|
]
|
|
4807
4855
|
},
|
|
4808
|
-
"
|
|
4856
|
+
"contacts:delete": {
|
|
4809
4857
|
"aliases": [],
|
|
4810
|
-
"args": {
|
|
4811
|
-
|
|
4858
|
+
"args": {
|
|
4859
|
+
"id": {
|
|
4860
|
+
"description": "Contact ID",
|
|
4861
|
+
"name": "id",
|
|
4862
|
+
"required": true
|
|
4863
|
+
}
|
|
4864
|
+
},
|
|
4865
|
+
"description": "Delete a contact",
|
|
4812
4866
|
"flags": {
|
|
4813
4867
|
"api-key": {
|
|
4814
4868
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4871,19 +4925,11 @@
|
|
|
4871
4925
|
"hasDynamicHelp": false,
|
|
4872
4926
|
"multiple": false,
|
|
4873
4927
|
"type": "option"
|
|
4874
|
-
},
|
|
4875
|
-
"ids": {
|
|
4876
|
-
"description": "Comma-separated custom field IDs",
|
|
4877
|
-
"name": "ids",
|
|
4878
|
-
"required": true,
|
|
4879
|
-
"hasDynamicHelp": false,
|
|
4880
|
-
"multiple": false,
|
|
4881
|
-
"type": "option"
|
|
4882
4928
|
}
|
|
4883
4929
|
},
|
|
4884
4930
|
"hasDynamicHelp": false,
|
|
4885
4931
|
"hiddenAliases": [],
|
|
4886
|
-
"id": "
|
|
4932
|
+
"id": "contacts:delete",
|
|
4887
4933
|
"pluginAlias": "@instantkom/cli",
|
|
4888
4934
|
"pluginName": "@instantkom/cli",
|
|
4889
4935
|
"pluginType": "core",
|
|
@@ -4893,14 +4939,14 @@
|
|
|
4893
4939
|
"relativePath": [
|
|
4894
4940
|
"dist",
|
|
4895
4941
|
"commands",
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
4942
|
+
"contacts",
|
|
4943
|
+
"delete.js"
|
|
4898
4944
|
]
|
|
4899
4945
|
},
|
|
4900
|
-
"
|
|
4946
|
+
"contacts:export": {
|
|
4901
4947
|
"aliases": [],
|
|
4902
4948
|
"args": {},
|
|
4903
|
-
"description": "
|
|
4949
|
+
"description": "Export contacts to CSV",
|
|
4904
4950
|
"flags": {
|
|
4905
4951
|
"api-key": {
|
|
4906
4952
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4964,63 +5010,40 @@
|
|
|
4964
5010
|
"multiple": false,
|
|
4965
5011
|
"type": "option"
|
|
4966
5012
|
},
|
|
4967
|
-
"
|
|
4968
|
-
"description": "
|
|
4969
|
-
"name": "
|
|
4970
|
-
"required": true,
|
|
4971
|
-
"hasDynamicHelp": false,
|
|
4972
|
-
"multiple": false,
|
|
4973
|
-
"type": "option"
|
|
4974
|
-
},
|
|
4975
|
-
"key": {
|
|
4976
|
-
"description": "Field key",
|
|
4977
|
-
"name": "key",
|
|
5013
|
+
"file": {
|
|
5014
|
+
"description": "CSV output file path",
|
|
5015
|
+
"name": "file",
|
|
4978
5016
|
"required": true,
|
|
4979
5017
|
"hasDynamicHelp": false,
|
|
4980
5018
|
"multiple": false,
|
|
4981
5019
|
"type": "option"
|
|
4982
5020
|
},
|
|
4983
|
-
"
|
|
4984
|
-
"description": "
|
|
4985
|
-
"name": "
|
|
4986
|
-
"required": true,
|
|
5021
|
+
"channel": {
|
|
5022
|
+
"description": "Filter by channel ID",
|
|
5023
|
+
"name": "channel",
|
|
4987
5024
|
"hasDynamicHelp": false,
|
|
4988
5025
|
"multiple": false,
|
|
4989
|
-
"options": [
|
|
4990
|
-
"text",
|
|
4991
|
-
"number",
|
|
4992
|
-
"date",
|
|
4993
|
-
"dropdown",
|
|
4994
|
-
"checkbox",
|
|
4995
|
-
"url",
|
|
4996
|
-
"email",
|
|
4997
|
-
"phone"
|
|
4998
|
-
],
|
|
4999
5026
|
"type": "option"
|
|
5000
5027
|
},
|
|
5001
|
-
"
|
|
5002
|
-
"description": "
|
|
5003
|
-
"name": "
|
|
5004
|
-
"allowNo": false,
|
|
5005
|
-
"type": "boolean"
|
|
5006
|
-
},
|
|
5007
|
-
"default": {
|
|
5008
|
-
"description": "Default value",
|
|
5009
|
-
"name": "default",
|
|
5028
|
+
"search": {
|
|
5029
|
+
"description": "Search by name or identifier",
|
|
5030
|
+
"name": "search",
|
|
5010
5031
|
"hasDynamicHelp": false,
|
|
5011
5032
|
"multiple": false,
|
|
5012
5033
|
"type": "option"
|
|
5013
5034
|
},
|
|
5014
|
-
"
|
|
5015
|
-
"description": "
|
|
5016
|
-
"name": "
|
|
5035
|
+
"page": {
|
|
5036
|
+
"description": "Page number",
|
|
5037
|
+
"name": "page",
|
|
5038
|
+
"default": 1,
|
|
5017
5039
|
"hasDynamicHelp": false,
|
|
5018
5040
|
"multiple": false,
|
|
5019
5041
|
"type": "option"
|
|
5020
5042
|
},
|
|
5021
|
-
"
|
|
5022
|
-
"description": "
|
|
5023
|
-
"name": "
|
|
5043
|
+
"limit": {
|
|
5044
|
+
"description": "Items per page",
|
|
5045
|
+
"name": "limit",
|
|
5046
|
+
"default": 100,
|
|
5024
5047
|
"hasDynamicHelp": false,
|
|
5025
5048
|
"multiple": false,
|
|
5026
5049
|
"type": "option"
|
|
@@ -5028,7 +5051,7 @@
|
|
|
5028
5051
|
},
|
|
5029
5052
|
"hasDynamicHelp": false,
|
|
5030
5053
|
"hiddenAliases": [],
|
|
5031
|
-
"id": "
|
|
5054
|
+
"id": "contacts:export",
|
|
5032
5055
|
"pluginAlias": "@instantkom/cli",
|
|
5033
5056
|
"pluginName": "@instantkom/cli",
|
|
5034
5057
|
"pluginType": "core",
|
|
@@ -5038,20 +5061,20 @@
|
|
|
5038
5061
|
"relativePath": [
|
|
5039
5062
|
"dist",
|
|
5040
5063
|
"commands",
|
|
5041
|
-
"
|
|
5042
|
-
"
|
|
5064
|
+
"contacts",
|
|
5065
|
+
"export.js"
|
|
5043
5066
|
]
|
|
5044
5067
|
},
|
|
5045
|
-
"
|
|
5068
|
+
"contacts:get": {
|
|
5046
5069
|
"aliases": [],
|
|
5047
5070
|
"args": {
|
|
5048
5071
|
"id": {
|
|
5049
|
-
"description": "
|
|
5072
|
+
"description": "Contact ID",
|
|
5050
5073
|
"name": "id",
|
|
5051
5074
|
"required": true
|
|
5052
5075
|
}
|
|
5053
5076
|
},
|
|
5054
|
-
"description": "
|
|
5077
|
+
"description": "Get a contact by ID",
|
|
5055
5078
|
"flags": {
|
|
5056
5079
|
"api-key": {
|
|
5057
5080
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5118,7 +5141,7 @@
|
|
|
5118
5141
|
},
|
|
5119
5142
|
"hasDynamicHelp": false,
|
|
5120
5143
|
"hiddenAliases": [],
|
|
5121
|
-
"id": "
|
|
5144
|
+
"id": "contacts:get",
|
|
5122
5145
|
"pluginAlias": "@instantkom/cli",
|
|
5123
5146
|
"pluginName": "@instantkom/cli",
|
|
5124
5147
|
"pluginType": "core",
|
|
@@ -5128,20 +5151,14 @@
|
|
|
5128
5151
|
"relativePath": [
|
|
5129
5152
|
"dist",
|
|
5130
5153
|
"commands",
|
|
5131
|
-
"
|
|
5132
|
-
"
|
|
5154
|
+
"contacts",
|
|
5155
|
+
"get.js"
|
|
5133
5156
|
]
|
|
5134
5157
|
},
|
|
5135
|
-
"
|
|
5158
|
+
"contacts:import": {
|
|
5136
5159
|
"aliases": [],
|
|
5137
|
-
"args": {
|
|
5138
|
-
|
|
5139
|
-
"description": "custom field ID",
|
|
5140
|
-
"name": "id",
|
|
5141
|
-
"required": true
|
|
5142
|
-
}
|
|
5143
|
-
},
|
|
5144
|
-
"description": "Get custom field by ID",
|
|
5160
|
+
"args": {},
|
|
5161
|
+
"description": "Import contacts from CSV",
|
|
5145
5162
|
"flags": {
|
|
5146
5163
|
"api-key": {
|
|
5147
5164
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5204,11 +5221,27 @@
|
|
|
5204
5221
|
"hasDynamicHelp": false,
|
|
5205
5222
|
"multiple": false,
|
|
5206
5223
|
"type": "option"
|
|
5224
|
+
},
|
|
5225
|
+
"file": {
|
|
5226
|
+
"description": "CSV file path",
|
|
5227
|
+
"name": "file",
|
|
5228
|
+
"required": true,
|
|
5229
|
+
"hasDynamicHelp": false,
|
|
5230
|
+
"multiple": false,
|
|
5231
|
+
"type": "option"
|
|
5232
|
+
},
|
|
5233
|
+
"channel": {
|
|
5234
|
+
"description": "Channel ID",
|
|
5235
|
+
"name": "channel",
|
|
5236
|
+
"required": true,
|
|
5237
|
+
"hasDynamicHelp": false,
|
|
5238
|
+
"multiple": false,
|
|
5239
|
+
"type": "option"
|
|
5207
5240
|
}
|
|
5208
5241
|
},
|
|
5209
5242
|
"hasDynamicHelp": false,
|
|
5210
5243
|
"hiddenAliases": [],
|
|
5211
|
-
"id": "
|
|
5244
|
+
"id": "contacts:import",
|
|
5212
5245
|
"pluginAlias": "@instantkom/cli",
|
|
5213
5246
|
"pluginName": "@instantkom/cli",
|
|
5214
5247
|
"pluginType": "core",
|
|
@@ -5218,14 +5251,14 @@
|
|
|
5218
5251
|
"relativePath": [
|
|
5219
5252
|
"dist",
|
|
5220
5253
|
"commands",
|
|
5221
|
-
"
|
|
5222
|
-
"
|
|
5254
|
+
"contacts",
|
|
5255
|
+
"import.js"
|
|
5223
5256
|
]
|
|
5224
5257
|
},
|
|
5225
|
-
"
|
|
5258
|
+
"contacts:list": {
|
|
5226
5259
|
"aliases": [],
|
|
5227
5260
|
"args": {},
|
|
5228
|
-
"description": "List
|
|
5261
|
+
"description": "List contacts",
|
|
5229
5262
|
"flags": {
|
|
5230
5263
|
"api-key": {
|
|
5231
5264
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5288,11 +5321,106 @@
|
|
|
5288
5321
|
"hasDynamicHelp": false,
|
|
5289
5322
|
"multiple": false,
|
|
5290
5323
|
"type": "option"
|
|
5324
|
+
},
|
|
5325
|
+
"channel": {
|
|
5326
|
+
"description": "Filter by channel ID",
|
|
5327
|
+
"name": "channel",
|
|
5328
|
+
"hasDynamicHelp": false,
|
|
5329
|
+
"multiple": false,
|
|
5330
|
+
"type": "option"
|
|
5331
|
+
},
|
|
5332
|
+
"search": {
|
|
5333
|
+
"description": "Search by name or identifier",
|
|
5334
|
+
"name": "search",
|
|
5335
|
+
"hasDynamicHelp": false,
|
|
5336
|
+
"multiple": false,
|
|
5337
|
+
"type": "option"
|
|
5338
|
+
},
|
|
5339
|
+
"page": {
|
|
5340
|
+
"description": "Page number",
|
|
5341
|
+
"name": "page",
|
|
5342
|
+
"default": 1,
|
|
5343
|
+
"hasDynamicHelp": false,
|
|
5344
|
+
"multiple": false,
|
|
5345
|
+
"type": "option"
|
|
5346
|
+
},
|
|
5347
|
+
"limit": {
|
|
5348
|
+
"description": "Items per page",
|
|
5349
|
+
"name": "limit",
|
|
5350
|
+
"default": 20,
|
|
5351
|
+
"hasDynamicHelp": false,
|
|
5352
|
+
"multiple": false,
|
|
5353
|
+
"type": "option"
|
|
5354
|
+
},
|
|
5355
|
+
"optin-status": {
|
|
5356
|
+
"description": "Filter by opt-in status",
|
|
5357
|
+
"name": "optin-status",
|
|
5358
|
+
"hasDynamicHelp": false,
|
|
5359
|
+
"multiple": false,
|
|
5360
|
+
"options": [
|
|
5361
|
+
"0",
|
|
5362
|
+
"1"
|
|
5363
|
+
],
|
|
5364
|
+
"type": "option"
|
|
5365
|
+
},
|
|
5366
|
+
"blocked": {
|
|
5367
|
+
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
5368
|
+
"name": "blocked",
|
|
5369
|
+
"hasDynamicHelp": false,
|
|
5370
|
+
"multiple": false,
|
|
5371
|
+
"options": [
|
|
5372
|
+
"0",
|
|
5373
|
+
"1"
|
|
5374
|
+
],
|
|
5375
|
+
"type": "option"
|
|
5376
|
+
},
|
|
5377
|
+
"segment": {
|
|
5378
|
+
"description": "Filter by segment ID",
|
|
5379
|
+
"name": "segment",
|
|
5380
|
+
"hasDynamicHelp": false,
|
|
5381
|
+
"multiple": false,
|
|
5382
|
+
"type": "option"
|
|
5383
|
+
},
|
|
5384
|
+
"tags": {
|
|
5385
|
+
"description": "Comma-separated tag IDs",
|
|
5386
|
+
"name": "tags",
|
|
5387
|
+
"hasDynamicHelp": false,
|
|
5388
|
+
"multiple": false,
|
|
5389
|
+
"type": "option"
|
|
5390
|
+
},
|
|
5391
|
+
"tag-match": {
|
|
5392
|
+
"description": "Tag match mode",
|
|
5393
|
+
"name": "tag-match",
|
|
5394
|
+
"hasDynamicHelp": false,
|
|
5395
|
+
"multiple": false,
|
|
5396
|
+
"options": [
|
|
5397
|
+
"any",
|
|
5398
|
+
"all"
|
|
5399
|
+
],
|
|
5400
|
+
"type": "option"
|
|
5401
|
+
},
|
|
5402
|
+
"spam": {
|
|
5403
|
+
"description": "Filter by spam status",
|
|
5404
|
+
"name": "spam",
|
|
5405
|
+
"hasDynamicHelp": false,
|
|
5406
|
+
"multiple": false,
|
|
5407
|
+
"options": [
|
|
5408
|
+
"true",
|
|
5409
|
+
"false"
|
|
5410
|
+
],
|
|
5411
|
+
"type": "option"
|
|
5412
|
+
},
|
|
5413
|
+
"trust-level": {
|
|
5414
|
+
"description": "Comma-separated trust levels",
|
|
5415
|
+
"name": "trust-level",
|
|
5416
|
+
"hasDynamicHelp": false,
|
|
5417
|
+
"multiple": false,
|
|
5418
|
+
"type": "option"
|
|
5291
5419
|
}
|
|
5292
5420
|
},
|
|
5293
5421
|
"hasDynamicHelp": false,
|
|
5294
5422
|
"hiddenAliases": [],
|
|
5295
|
-
"id": "
|
|
5423
|
+
"id": "contacts:list",
|
|
5296
5424
|
"pluginAlias": "@instantkom/cli",
|
|
5297
5425
|
"pluginName": "@instantkom/cli",
|
|
5298
5426
|
"pluginType": "core",
|
|
@@ -5302,14 +5430,20 @@
|
|
|
5302
5430
|
"relativePath": [
|
|
5303
5431
|
"dist",
|
|
5304
5432
|
"commands",
|
|
5305
|
-
"
|
|
5433
|
+
"contacts",
|
|
5306
5434
|
"list.js"
|
|
5307
5435
|
]
|
|
5308
5436
|
},
|
|
5309
|
-
"
|
|
5437
|
+
"contacts:update": {
|
|
5310
5438
|
"aliases": [],
|
|
5311
|
-
"args": {
|
|
5312
|
-
|
|
5439
|
+
"args": {
|
|
5440
|
+
"id": {
|
|
5441
|
+
"description": "Contact ID",
|
|
5442
|
+
"name": "id",
|
|
5443
|
+
"required": true
|
|
5444
|
+
}
|
|
5445
|
+
},
|
|
5446
|
+
"description": "Update a contact",
|
|
5313
5447
|
"flags": {
|
|
5314
5448
|
"api-key": {
|
|
5315
5449
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5373,10 +5507,23 @@
|
|
|
5373
5507
|
"multiple": false,
|
|
5374
5508
|
"type": "option"
|
|
5375
5509
|
},
|
|
5376
|
-
"
|
|
5377
|
-
"description": "
|
|
5378
|
-
"name": "
|
|
5379
|
-
"
|
|
5510
|
+
"identifier": {
|
|
5511
|
+
"description": "Unique contact identifier",
|
|
5512
|
+
"name": "identifier",
|
|
5513
|
+
"hasDynamicHelp": false,
|
|
5514
|
+
"multiple": false,
|
|
5515
|
+
"type": "option"
|
|
5516
|
+
},
|
|
5517
|
+
"name": {
|
|
5518
|
+
"description": "Contact name",
|
|
5519
|
+
"name": "name",
|
|
5520
|
+
"hasDynamicHelp": false,
|
|
5521
|
+
"multiple": false,
|
|
5522
|
+
"type": "option"
|
|
5523
|
+
},
|
|
5524
|
+
"data": {
|
|
5525
|
+
"description": "Additional JSON object payload",
|
|
5526
|
+
"name": "data",
|
|
5380
5527
|
"hasDynamicHelp": false,
|
|
5381
5528
|
"multiple": false,
|
|
5382
5529
|
"type": "option"
|
|
@@ -5384,7 +5531,7 @@
|
|
|
5384
5531
|
},
|
|
5385
5532
|
"hasDynamicHelp": false,
|
|
5386
5533
|
"hiddenAliases": [],
|
|
5387
|
-
"id": "
|
|
5534
|
+
"id": "contacts:update",
|
|
5388
5535
|
"pluginAlias": "@instantkom/cli",
|
|
5389
5536
|
"pluginName": "@instantkom/cli",
|
|
5390
5537
|
"pluginType": "core",
|
|
@@ -5394,158 +5541,11 @@
|
|
|
5394
5541
|
"relativePath": [
|
|
5395
5542
|
"dist",
|
|
5396
5543
|
"commands",
|
|
5397
|
-
"
|
|
5398
|
-
"
|
|
5544
|
+
"contacts",
|
|
5545
|
+
"update.js"
|
|
5399
5546
|
]
|
|
5400
5547
|
},
|
|
5401
|
-
"
|
|
5402
|
-
"aliases": [],
|
|
5403
|
-
"args": {
|
|
5404
|
-
"id": {
|
|
5405
|
-
"description": "Custom field ID",
|
|
5406
|
-
"name": "id",
|
|
5407
|
-
"required": true
|
|
5408
|
-
}
|
|
5409
|
-
},
|
|
5410
|
-
"description": "Update a custom field",
|
|
5411
|
-
"flags": {
|
|
5412
|
-
"api-key": {
|
|
5413
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
5414
|
-
"env": "IKM_API_KEY",
|
|
5415
|
-
"helpGroup": "GLOBAL",
|
|
5416
|
-
"name": "api-key",
|
|
5417
|
-
"hasDynamicHelp": false,
|
|
5418
|
-
"multiple": false,
|
|
5419
|
-
"type": "option"
|
|
5420
|
-
},
|
|
5421
|
-
"format": {
|
|
5422
|
-
"description": "Output format: text, json, yaml, or table",
|
|
5423
|
-
"helpGroup": "GLOBAL",
|
|
5424
|
-
"name": "format",
|
|
5425
|
-
"default": "text",
|
|
5426
|
-
"hasDynamicHelp": false,
|
|
5427
|
-
"multiple": false,
|
|
5428
|
-
"options": [
|
|
5429
|
-
"text",
|
|
5430
|
-
"json",
|
|
5431
|
-
"yaml",
|
|
5432
|
-
"table"
|
|
5433
|
-
],
|
|
5434
|
-
"type": "option"
|
|
5435
|
-
},
|
|
5436
|
-
"json": {
|
|
5437
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
5438
|
-
"helpGroup": "GLOBAL",
|
|
5439
|
-
"name": "json",
|
|
5440
|
-
"allowNo": false,
|
|
5441
|
-
"type": "boolean"
|
|
5442
|
-
},
|
|
5443
|
-
"quiet": {
|
|
5444
|
-
"description": "Suppress all output except errors",
|
|
5445
|
-
"helpGroup": "GLOBAL",
|
|
5446
|
-
"name": "quiet",
|
|
5447
|
-
"allowNo": false,
|
|
5448
|
-
"type": "boolean"
|
|
5449
|
-
},
|
|
5450
|
-
"no-color": {
|
|
5451
|
-
"description": "Disable color output",
|
|
5452
|
-
"helpGroup": "GLOBAL",
|
|
5453
|
-
"name": "no-color",
|
|
5454
|
-
"allowNo": false,
|
|
5455
|
-
"type": "boolean"
|
|
5456
|
-
},
|
|
5457
|
-
"profile": {
|
|
5458
|
-
"description": "Named configuration profile to use",
|
|
5459
|
-
"helpGroup": "GLOBAL",
|
|
5460
|
-
"name": "profile",
|
|
5461
|
-
"default": "default",
|
|
5462
|
-
"hasDynamicHelp": false,
|
|
5463
|
-
"multiple": false,
|
|
5464
|
-
"type": "option"
|
|
5465
|
-
},
|
|
5466
|
-
"api-url": {
|
|
5467
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
5468
|
-
"helpGroup": "GLOBAL",
|
|
5469
|
-
"name": "api-url",
|
|
5470
|
-
"hasDynamicHelp": false,
|
|
5471
|
-
"multiple": false,
|
|
5472
|
-
"type": "option"
|
|
5473
|
-
},
|
|
5474
|
-
"name": {
|
|
5475
|
-
"description": "Field name",
|
|
5476
|
-
"name": "name",
|
|
5477
|
-
"hasDynamicHelp": false,
|
|
5478
|
-
"multiple": false,
|
|
5479
|
-
"type": "option"
|
|
5480
|
-
},
|
|
5481
|
-
"type": {
|
|
5482
|
-
"description": "Field type",
|
|
5483
|
-
"name": "type",
|
|
5484
|
-
"hasDynamicHelp": false,
|
|
5485
|
-
"multiple": false,
|
|
5486
|
-
"options": [
|
|
5487
|
-
"text",
|
|
5488
|
-
"number",
|
|
5489
|
-
"date",
|
|
5490
|
-
"dropdown",
|
|
5491
|
-
"checkbox",
|
|
5492
|
-
"url",
|
|
5493
|
-
"email",
|
|
5494
|
-
"phone"
|
|
5495
|
-
],
|
|
5496
|
-
"type": "option"
|
|
5497
|
-
},
|
|
5498
|
-
"required": {
|
|
5499
|
-
"description": "Field is required",
|
|
5500
|
-
"name": "required",
|
|
5501
|
-
"allowNo": true,
|
|
5502
|
-
"type": "boolean"
|
|
5503
|
-
},
|
|
5504
|
-
"status": {
|
|
5505
|
-
"description": "Field is active",
|
|
5506
|
-
"name": "status",
|
|
5507
|
-
"allowNo": true,
|
|
5508
|
-
"type": "boolean"
|
|
5509
|
-
},
|
|
5510
|
-
"default": {
|
|
5511
|
-
"description": "Default value",
|
|
5512
|
-
"name": "default",
|
|
5513
|
-
"hasDynamicHelp": false,
|
|
5514
|
-
"multiple": false,
|
|
5515
|
-
"type": "option"
|
|
5516
|
-
},
|
|
5517
|
-
"options": {
|
|
5518
|
-
"description": "Comma-separated dropdown options",
|
|
5519
|
-
"name": "options",
|
|
5520
|
-
"hasDynamicHelp": false,
|
|
5521
|
-
"multiple": false,
|
|
5522
|
-
"type": "option"
|
|
5523
|
-
},
|
|
5524
|
-
"data": {
|
|
5525
|
-
"description": "Additional JSON object payload",
|
|
5526
|
-
"name": "data",
|
|
5527
|
-
"hasDynamicHelp": false,
|
|
5528
|
-
"multiple": false,
|
|
5529
|
-
"type": "option"
|
|
5530
|
-
}
|
|
5531
|
-
},
|
|
5532
|
-
"hasDynamicHelp": false,
|
|
5533
|
-
"hiddenAliases": [],
|
|
5534
|
-
"id": "custom-fields:update",
|
|
5535
|
-
"pluginAlias": "@instantkom/cli",
|
|
5536
|
-
"pluginName": "@instantkom/cli",
|
|
5537
|
-
"pluginType": "core",
|
|
5538
|
-
"strict": true,
|
|
5539
|
-
"enableJsonFlag": false,
|
|
5540
|
-
"isESM": true,
|
|
5541
|
-
"relativePath": [
|
|
5542
|
-
"dist",
|
|
5543
|
-
"commands",
|
|
5544
|
-
"custom-fields",
|
|
5545
|
-
"update.js"
|
|
5546
|
-
]
|
|
5547
|
-
},
|
|
5548
|
-
"exports:create": {
|
|
5548
|
+
"exports:create": {
|
|
5549
5549
|
"aliases": [],
|
|
5550
5550
|
"args": {},
|
|
5551
5551
|
"description": "Create an export",
|
|
@@ -8968,10 +8968,10 @@
|
|
|
8968
8968
|
"validate-import.js"
|
|
8969
8969
|
]
|
|
8970
8970
|
},
|
|
8971
|
-
"
|
|
8971
|
+
"team:create": {
|
|
8972
8972
|
"aliases": [],
|
|
8973
8973
|
"args": {},
|
|
8974
|
-
"description": "Create a
|
|
8974
|
+
"description": "Create a team member",
|
|
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,78 +9035,62 @@
|
|
|
9035
9035
|
"multiple": false,
|
|
9036
9036
|
"type": "option"
|
|
9037
9037
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"description": "
|
|
9040
|
-
"name": "
|
|
9038
|
+
"email": {
|
|
9039
|
+
"description": "Email address",
|
|
9040
|
+
"name": "email",
|
|
9041
9041
|
"required": true,
|
|
9042
9042
|
"hasDynamicHelp": false,
|
|
9043
9043
|
"multiple": false,
|
|
9044
9044
|
"type": "option"
|
|
9045
9045
|
},
|
|
9046
|
-
"name": {
|
|
9047
|
-
"description": "
|
|
9048
|
-
"name": "name",
|
|
9046
|
+
"first-name": {
|
|
9047
|
+
"description": "First name",
|
|
9048
|
+
"name": "first-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
|
+
"last-name": {
|
|
9055
|
+
"description": "Last name",
|
|
9056
|
+
"name": "last-name",
|
|
9057
|
+
"required": true,
|
|
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
|
-
],
|
|
9070
9060
|
"type": "option"
|
|
9071
9061
|
},
|
|
9072
|
-
"
|
|
9073
|
-
"description": "
|
|
9074
|
-
"name": "
|
|
9062
|
+
"password": {
|
|
9063
|
+
"description": "Initial password",
|
|
9064
|
+
"name": "password",
|
|
9075
9065
|
"required": true,
|
|
9076
9066
|
"hasDynamicHelp": false,
|
|
9077
9067
|
"multiple": false,
|
|
9078
9068
|
"type": "option"
|
|
9079
9069
|
},
|
|
9080
|
-
"
|
|
9081
|
-
"description": "
|
|
9082
|
-
"name": "
|
|
9070
|
+
"phone": {
|
|
9071
|
+
"description": "Phone number",
|
|
9072
|
+
"name": "phone",
|
|
9083
9073
|
"hasDynamicHelp": false,
|
|
9084
9074
|
"multiple": false,
|
|
9085
9075
|
"type": "option"
|
|
9086
9076
|
},
|
|
9087
|
-
"
|
|
9088
|
-
"description": "
|
|
9089
|
-
"name": "
|
|
9090
|
-
"allowNo": true,
|
|
9091
|
-
"type": "boolean"
|
|
9092
|
-
},
|
|
9093
|
-
"whatsapp-language": {
|
|
9094
|
-
"description": "WhatsApp template language",
|
|
9095
|
-
"name": "whatsapp-language",
|
|
9077
|
+
"company": {
|
|
9078
|
+
"description": "Company name",
|
|
9079
|
+
"name": "company",
|
|
9096
9080
|
"hasDynamicHelp": false,
|
|
9097
9081
|
"multiple": false,
|
|
9098
9082
|
"type": "option"
|
|
9099
9083
|
},
|
|
9100
|
-
"
|
|
9101
|
-
"description": "
|
|
9102
|
-
"name": "
|
|
9084
|
+
"color": {
|
|
9085
|
+
"description": "Color as HEX",
|
|
9086
|
+
"name": "color",
|
|
9103
9087
|
"hasDynamicHelp": false,
|
|
9104
9088
|
"multiple": false,
|
|
9105
9089
|
"type": "option"
|
|
9106
9090
|
},
|
|
9107
|
-
"
|
|
9108
|
-
"description": "
|
|
9109
|
-
"name": "
|
|
9091
|
+
"folder": {
|
|
9092
|
+
"description": "Object folder ID",
|
|
9093
|
+
"name": "folder",
|
|
9110
9094
|
"hasDynamicHelp": false,
|
|
9111
9095
|
"multiple": false,
|
|
9112
9096
|
"type": "option"
|
|
@@ -9121,7 +9105,7 @@
|
|
|
9121
9105
|
},
|
|
9122
9106
|
"hasDynamicHelp": false,
|
|
9123
9107
|
"hiddenAliases": [],
|
|
9124
|
-
"id": "
|
|
9108
|
+
"id": "team:create",
|
|
9125
9109
|
"pluginAlias": "@instantkom/cli",
|
|
9126
9110
|
"pluginName": "@instantkom/cli",
|
|
9127
9111
|
"pluginType": "core",
|
|
@@ -9131,20 +9115,20 @@
|
|
|
9131
9115
|
"relativePath": [
|
|
9132
9116
|
"dist",
|
|
9133
9117
|
"commands",
|
|
9134
|
-
"
|
|
9118
|
+
"team",
|
|
9135
9119
|
"create.js"
|
|
9136
9120
|
]
|
|
9137
9121
|
},
|
|
9138
|
-
"
|
|
9122
|
+
"team:delete": {
|
|
9139
9123
|
"aliases": [],
|
|
9140
9124
|
"args": {
|
|
9141
9125
|
"id": {
|
|
9142
|
-
"description": "
|
|
9126
|
+
"description": "Team member ID",
|
|
9143
9127
|
"name": "id",
|
|
9144
9128
|
"required": true
|
|
9145
9129
|
}
|
|
9146
9130
|
},
|
|
9147
|
-
"description": "Delete
|
|
9131
|
+
"description": "Delete a team member",
|
|
9148
9132
|
"flags": {
|
|
9149
9133
|
"api-key": {
|
|
9150
9134
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9211,7 +9195,7 @@
|
|
|
9211
9195
|
},
|
|
9212
9196
|
"hasDynamicHelp": false,
|
|
9213
9197
|
"hiddenAliases": [],
|
|
9214
|
-
"id": "
|
|
9198
|
+
"id": "team:delete",
|
|
9215
9199
|
"pluginAlias": "@instantkom/cli",
|
|
9216
9200
|
"pluginName": "@instantkom/cli",
|
|
9217
9201
|
"pluginType": "core",
|
|
@@ -9221,14 +9205,14 @@
|
|
|
9221
9205
|
"relativePath": [
|
|
9222
9206
|
"dist",
|
|
9223
9207
|
"commands",
|
|
9224
|
-
"
|
|
9208
|
+
"team",
|
|
9225
9209
|
"delete.js"
|
|
9226
9210
|
]
|
|
9227
9211
|
},
|
|
9228
|
-
"
|
|
9212
|
+
"team:list": {
|
|
9229
9213
|
"aliases": [],
|
|
9230
9214
|
"args": {},
|
|
9231
|
-
"description": "
|
|
9215
|
+
"description": "List team members",
|
|
9232
9216
|
"flags": {
|
|
9233
9217
|
"api-key": {
|
|
9234
9218
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9240,14 +9224,17 @@
|
|
|
9240
9224
|
"type": "option"
|
|
9241
9225
|
},
|
|
9242
9226
|
"format": {
|
|
9243
|
-
"description": "
|
|
9227
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9228
|
+
"helpGroup": "GLOBAL",
|
|
9244
9229
|
"name": "format",
|
|
9245
|
-
"default": "
|
|
9230
|
+
"default": "text",
|
|
9246
9231
|
"hasDynamicHelp": false,
|
|
9247
9232
|
"multiple": false,
|
|
9248
9233
|
"options": [
|
|
9249
|
-
"
|
|
9250
|
-
"json"
|
|
9234
|
+
"text",
|
|
9235
|
+
"json",
|
|
9236
|
+
"yaml",
|
|
9237
|
+
"table"
|
|
9251
9238
|
],
|
|
9252
9239
|
"type": "option"
|
|
9253
9240
|
},
|
|
@@ -9288,26 +9275,11 @@
|
|
|
9288
9275
|
"hasDynamicHelp": false,
|
|
9289
9276
|
"multiple": false,
|
|
9290
9277
|
"type": "option"
|
|
9291
|
-
},
|
|
9292
|
-
"file": {
|
|
9293
|
-
"description": "Output file path",
|
|
9294
|
-
"name": "file",
|
|
9295
|
-
"required": true,
|
|
9296
|
-
"hasDynamicHelp": false,
|
|
9297
|
-
"multiple": false,
|
|
9298
|
-
"type": "option"
|
|
9299
|
-
},
|
|
9300
|
-
"channel": {
|
|
9301
|
-
"description": "Filter by channel ID",
|
|
9302
|
-
"name": "channel",
|
|
9303
|
-
"hasDynamicHelp": false,
|
|
9304
|
-
"multiple": false,
|
|
9305
|
-
"type": "option"
|
|
9306
9278
|
}
|
|
9307
9279
|
},
|
|
9308
9280
|
"hasDynamicHelp": false,
|
|
9309
9281
|
"hiddenAliases": [],
|
|
9310
|
-
"id": "
|
|
9282
|
+
"id": "team:list",
|
|
9311
9283
|
"pluginAlias": "@instantkom/cli",
|
|
9312
9284
|
"pluginName": "@instantkom/cli",
|
|
9313
9285
|
"pluginType": "core",
|
|
@@ -9317,20 +9289,14 @@
|
|
|
9317
9289
|
"relativePath": [
|
|
9318
9290
|
"dist",
|
|
9319
9291
|
"commands",
|
|
9320
|
-
"
|
|
9321
|
-
"
|
|
9292
|
+
"team",
|
|
9293
|
+
"list.js"
|
|
9322
9294
|
]
|
|
9323
9295
|
},
|
|
9324
|
-
"templates:
|
|
9296
|
+
"templates:create": {
|
|
9325
9297
|
"aliases": [],
|
|
9326
|
-
"args": {
|
|
9327
|
-
|
|
9328
|
-
"description": "Template ID",
|
|
9329
|
-
"name": "id",
|
|
9330
|
-
"required": true
|
|
9331
|
-
}
|
|
9332
|
-
},
|
|
9333
|
-
"description": "Get a message template by ID",
|
|
9298
|
+
"args": {},
|
|
9299
|
+
"description": "Create a message template",
|
|
9334
9300
|
"flags": {
|
|
9335
9301
|
"api-key": {
|
|
9336
9302
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9393,11 +9359,94 @@
|
|
|
9393
9359
|
"hasDynamicHelp": false,
|
|
9394
9360
|
"multiple": false,
|
|
9395
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"
|
|
9396
9445
|
}
|
|
9397
9446
|
},
|
|
9398
9447
|
"hasDynamicHelp": false,
|
|
9399
9448
|
"hiddenAliases": [],
|
|
9400
|
-
"id": "templates:
|
|
9449
|
+
"id": "templates:create",
|
|
9401
9450
|
"pluginAlias": "@instantkom/cli",
|
|
9402
9451
|
"pluginName": "@instantkom/cli",
|
|
9403
9452
|
"pluginType": "core",
|
|
@@ -9408,13 +9457,19 @@
|
|
|
9408
9457
|
"dist",
|
|
9409
9458
|
"commands",
|
|
9410
9459
|
"templates",
|
|
9411
|
-
"
|
|
9460
|
+
"create.js"
|
|
9412
9461
|
]
|
|
9413
9462
|
},
|
|
9414
|
-
"templates:
|
|
9463
|
+
"templates:delete": {
|
|
9415
9464
|
"aliases": [],
|
|
9416
|
-
"args": {
|
|
9417
|
-
|
|
9465
|
+
"args": {
|
|
9466
|
+
"id": {
|
|
9467
|
+
"description": "template ID",
|
|
9468
|
+
"name": "id",
|
|
9469
|
+
"required": true
|
|
9470
|
+
}
|
|
9471
|
+
},
|
|
9472
|
+
"description": "Delete template",
|
|
9418
9473
|
"flags": {
|
|
9419
9474
|
"api-key": {
|
|
9420
9475
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9477,33 +9532,11 @@
|
|
|
9477
9532
|
"hasDynamicHelp": false,
|
|
9478
9533
|
"multiple": false,
|
|
9479
9534
|
"type": "option"
|
|
9480
|
-
},
|
|
9481
|
-
"file": {
|
|
9482
|
-
"description": "JSON file path",
|
|
9483
|
-
"name": "file",
|
|
9484
|
-
"required": true,
|
|
9485
|
-
"hasDynamicHelp": false,
|
|
9486
|
-
"multiple": false,
|
|
9487
|
-
"type": "option"
|
|
9488
|
-
},
|
|
9489
|
-
"channel": {
|
|
9490
|
-
"description": "Target channel ID",
|
|
9491
|
-
"name": "channel",
|
|
9492
|
-
"required": true,
|
|
9493
|
-
"hasDynamicHelp": false,
|
|
9494
|
-
"multiple": false,
|
|
9495
|
-
"type": "option"
|
|
9496
|
-
},
|
|
9497
|
-
"skip-duplicates": {
|
|
9498
|
-
"description": "Skip duplicate templates",
|
|
9499
|
-
"name": "skip-duplicates",
|
|
9500
|
-
"allowNo": true,
|
|
9501
|
-
"type": "boolean"
|
|
9502
9535
|
}
|
|
9503
9536
|
},
|
|
9504
9537
|
"hasDynamicHelp": false,
|
|
9505
9538
|
"hiddenAliases": [],
|
|
9506
|
-
"id": "templates:
|
|
9539
|
+
"id": "templates:delete",
|
|
9507
9540
|
"pluginAlias": "@instantkom/cli",
|
|
9508
9541
|
"pluginName": "@instantkom/cli",
|
|
9509
9542
|
"pluginType": "core",
|
|
@@ -9514,13 +9547,13 @@
|
|
|
9514
9547
|
"dist",
|
|
9515
9548
|
"commands",
|
|
9516
9549
|
"templates",
|
|
9517
|
-
"
|
|
9550
|
+
"delete.js"
|
|
9518
9551
|
]
|
|
9519
9552
|
},
|
|
9520
|
-
"templates:
|
|
9553
|
+
"templates:export": {
|
|
9521
9554
|
"aliases": [],
|
|
9522
9555
|
"args": {},
|
|
9523
|
-
"description": "
|
|
9556
|
+
"description": "Export templates to a file",
|
|
9524
9557
|
"flags": {
|
|
9525
9558
|
"api-key": {
|
|
9526
9559
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9532,17 +9565,14 @@
|
|
|
9532
9565
|
"type": "option"
|
|
9533
9566
|
},
|
|
9534
9567
|
"format": {
|
|
9535
|
-
"description": "
|
|
9536
|
-
"helpGroup": "GLOBAL",
|
|
9568
|
+
"description": "Export format",
|
|
9537
9569
|
"name": "format",
|
|
9538
|
-
"default": "
|
|
9570
|
+
"default": "json",
|
|
9539
9571
|
"hasDynamicHelp": false,
|
|
9540
9572
|
"multiple": false,
|
|
9541
9573
|
"options": [
|
|
9542
|
-
"
|
|
9543
|
-
"json"
|
|
9544
|
-
"yaml",
|
|
9545
|
-
"table"
|
|
9574
|
+
"csv",
|
|
9575
|
+
"json"
|
|
9546
9576
|
],
|
|
9547
9577
|
"type": "option"
|
|
9548
9578
|
},
|
|
@@ -9584,32 +9614,17 @@
|
|
|
9584
9614
|
"multiple": false,
|
|
9585
9615
|
"type": "option"
|
|
9586
9616
|
},
|
|
9587
|
-
"
|
|
9588
|
-
"description": "
|
|
9589
|
-
"name": "
|
|
9590
|
-
"
|
|
9591
|
-
"multiple": false,
|
|
9592
|
-
"type": "option"
|
|
9593
|
-
},
|
|
9594
|
-
"search": {
|
|
9595
|
-
"description": "Search templates by name or content",
|
|
9596
|
-
"name": "search",
|
|
9597
|
-
"hasDynamicHelp": false,
|
|
9598
|
-
"multiple": false,
|
|
9599
|
-
"type": "option"
|
|
9600
|
-
},
|
|
9601
|
-
"page": {
|
|
9602
|
-
"description": "Page number",
|
|
9603
|
-
"name": "page",
|
|
9604
|
-
"default": 1,
|
|
9617
|
+
"file": {
|
|
9618
|
+
"description": "Output file path",
|
|
9619
|
+
"name": "file",
|
|
9620
|
+
"required": true,
|
|
9605
9621
|
"hasDynamicHelp": false,
|
|
9606
9622
|
"multiple": false,
|
|
9607
9623
|
"type": "option"
|
|
9608
9624
|
},
|
|
9609
|
-
"
|
|
9610
|
-
"description": "
|
|
9611
|
-
"name": "
|
|
9612
|
-
"default": 20,
|
|
9625
|
+
"channel": {
|
|
9626
|
+
"description": "Filter by channel ID",
|
|
9627
|
+
"name": "channel",
|
|
9613
9628
|
"hasDynamicHelp": false,
|
|
9614
9629
|
"multiple": false,
|
|
9615
9630
|
"type": "option"
|
|
@@ -9617,7 +9632,7 @@
|
|
|
9617
9632
|
},
|
|
9618
9633
|
"hasDynamicHelp": false,
|
|
9619
9634
|
"hiddenAliases": [],
|
|
9620
|
-
"id": "templates:
|
|
9635
|
+
"id": "templates:export",
|
|
9621
9636
|
"pluginAlias": "@instantkom/cli",
|
|
9622
9637
|
"pluginName": "@instantkom/cli",
|
|
9623
9638
|
"pluginType": "core",
|
|
@@ -9628,10 +9643,10 @@
|
|
|
9628
9643
|
"dist",
|
|
9629
9644
|
"commands",
|
|
9630
9645
|
"templates",
|
|
9631
|
-
"
|
|
9646
|
+
"export.js"
|
|
9632
9647
|
]
|
|
9633
9648
|
},
|
|
9634
|
-
"templates:
|
|
9649
|
+
"templates:get": {
|
|
9635
9650
|
"aliases": [],
|
|
9636
9651
|
"args": {
|
|
9637
9652
|
"id": {
|
|
@@ -9640,7 +9655,7 @@
|
|
|
9640
9655
|
"required": true
|
|
9641
9656
|
}
|
|
9642
9657
|
},
|
|
9643
|
-
"description": "
|
|
9658
|
+
"description": "Get a message template by ID",
|
|
9644
9659
|
"flags": {
|
|
9645
9660
|
"api-key": {
|
|
9646
9661
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9703,18 +9718,11 @@
|
|
|
9703
9718
|
"hasDynamicHelp": false,
|
|
9704
9719
|
"multiple": false,
|
|
9705
9720
|
"type": "option"
|
|
9706
|
-
},
|
|
9707
|
-
"vars": {
|
|
9708
|
-
"description": "Template variable as key=value; may be repeated",
|
|
9709
|
-
"name": "vars",
|
|
9710
|
-
"hasDynamicHelp": false,
|
|
9711
|
-
"multiple": true,
|
|
9712
|
-
"type": "option"
|
|
9713
9721
|
}
|
|
9714
9722
|
},
|
|
9715
9723
|
"hasDynamicHelp": false,
|
|
9716
9724
|
"hiddenAliases": [],
|
|
9717
|
-
"id": "templates:
|
|
9725
|
+
"id": "templates:get",
|
|
9718
9726
|
"pluginAlias": "@instantkom/cli",
|
|
9719
9727
|
"pluginName": "@instantkom/cli",
|
|
9720
9728
|
"pluginType": "core",
|
|
@@ -9725,19 +9733,13 @@
|
|
|
9725
9733
|
"dist",
|
|
9726
9734
|
"commands",
|
|
9727
9735
|
"templates",
|
|
9728
|
-
"
|
|
9736
|
+
"get.js"
|
|
9729
9737
|
]
|
|
9730
9738
|
},
|
|
9731
|
-
"templates:
|
|
9739
|
+
"templates:import": {
|
|
9732
9740
|
"aliases": [],
|
|
9733
|
-
"args": {
|
|
9734
|
-
|
|
9735
|
-
"description": "Template ID",
|
|
9736
|
-
"name": "id",
|
|
9737
|
-
"required": true
|
|
9738
|
-
}
|
|
9739
|
-
},
|
|
9740
|
-
"description": "Update a message template",
|
|
9741
|
+
"args": {},
|
|
9742
|
+
"description": "Import templates from JSON",
|
|
9741
9743
|
"flags": {
|
|
9742
9744
|
"api-key": {
|
|
9743
9745
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9801,88 +9803,32 @@
|
|
|
9801
9803
|
"multiple": false,
|
|
9802
9804
|
"type": "option"
|
|
9803
9805
|
},
|
|
9804
|
-
"
|
|
9805
|
-
"description": "
|
|
9806
|
-
"name": "
|
|
9807
|
-
"
|
|
9808
|
-
"multiple": false,
|
|
9809
|
-
"type": "option"
|
|
9810
|
-
},
|
|
9811
|
-
"type": {
|
|
9812
|
-
"description": "Template type",
|
|
9813
|
-
"name": "type",
|
|
9806
|
+
"file": {
|
|
9807
|
+
"description": "JSON file path",
|
|
9808
|
+
"name": "file",
|
|
9809
|
+
"required": true,
|
|
9814
9810
|
"hasDynamicHelp": false,
|
|
9815
9811
|
"multiple": false,
|
|
9816
|
-
"options": [
|
|
9817
|
-
"text",
|
|
9818
|
-
"image",
|
|
9819
|
-
"video",
|
|
9820
|
-
"document",
|
|
9821
|
-
"audio",
|
|
9822
|
-
"location",
|
|
9823
|
-
"contact",
|
|
9824
|
-
"interactive"
|
|
9825
|
-
],
|
|
9826
9812
|
"type": "option"
|
|
9827
9813
|
},
|
|
9828
|
-
"
|
|
9829
|
-
"description": "
|
|
9830
|
-
"name": "
|
|
9814
|
+
"channel": {
|
|
9815
|
+
"description": "Target channel ID",
|
|
9816
|
+
"name": "channel",
|
|
9817
|
+
"required": true,
|
|
9831
9818
|
"hasDynamicHelp": false,
|
|
9832
9819
|
"multiple": false,
|
|
9833
9820
|
"type": "option"
|
|
9834
9821
|
},
|
|
9835
|
-
"
|
|
9836
|
-
"description": "
|
|
9837
|
-
"name": "
|
|
9838
|
-
"hasDynamicHelp": false,
|
|
9839
|
-
"multiple": false,
|
|
9840
|
-
"type": "option"
|
|
9841
|
-
},
|
|
9842
|
-
"status": {
|
|
9843
|
-
"description": "Template is active",
|
|
9844
|
-
"name": "status",
|
|
9822
|
+
"skip-duplicates": {
|
|
9823
|
+
"description": "Skip duplicate templates",
|
|
9824
|
+
"name": "skip-duplicates",
|
|
9845
9825
|
"allowNo": true,
|
|
9846
9826
|
"type": "boolean"
|
|
9847
|
-
},
|
|
9848
|
-
"remove-media": {
|
|
9849
|
-
"description": "Remove existing media",
|
|
9850
|
-
"name": "remove-media",
|
|
9851
|
-
"allowNo": false,
|
|
9852
|
-
"type": "boolean"
|
|
9853
|
-
},
|
|
9854
|
-
"whatsapp-language": {
|
|
9855
|
-
"description": "WhatsApp template language",
|
|
9856
|
-
"name": "whatsapp-language",
|
|
9857
|
-
"hasDynamicHelp": false,
|
|
9858
|
-
"multiple": false,
|
|
9859
|
-
"type": "option"
|
|
9860
|
-
},
|
|
9861
|
-
"buttons": {
|
|
9862
|
-
"description": "Buttons JSON array/object",
|
|
9863
|
-
"name": "buttons",
|
|
9864
|
-
"hasDynamicHelp": false,
|
|
9865
|
-
"multiple": false,
|
|
9866
|
-
"type": "option"
|
|
9867
|
-
},
|
|
9868
|
-
"header-footer": {
|
|
9869
|
-
"description": "Header/footer JSON object",
|
|
9870
|
-
"name": "header-footer",
|
|
9871
|
-
"hasDynamicHelp": false,
|
|
9872
|
-
"multiple": false,
|
|
9873
|
-
"type": "option"
|
|
9874
|
-
},
|
|
9875
|
-
"data": {
|
|
9876
|
-
"description": "Additional JSON object payload",
|
|
9877
|
-
"name": "data",
|
|
9878
|
-
"hasDynamicHelp": false,
|
|
9879
|
-
"multiple": false,
|
|
9880
|
-
"type": "option"
|
|
9881
9827
|
}
|
|
9882
9828
|
},
|
|
9883
9829
|
"hasDynamicHelp": false,
|
|
9884
9830
|
"hiddenAliases": [],
|
|
9885
|
-
"id": "templates:
|
|
9831
|
+
"id": "templates:import",
|
|
9886
9832
|
"pluginAlias": "@instantkom/cli",
|
|
9887
9833
|
"pluginName": "@instantkom/cli",
|
|
9888
9834
|
"pluginType": "core",
|
|
@@ -9893,13 +9839,13 @@
|
|
|
9893
9839
|
"dist",
|
|
9894
9840
|
"commands",
|
|
9895
9841
|
"templates",
|
|
9896
|
-
"
|
|
9842
|
+
"import.js"
|
|
9897
9843
|
]
|
|
9898
9844
|
},
|
|
9899
|
-
"templates:
|
|
9845
|
+
"templates:list": {
|
|
9900
9846
|
"aliases": [],
|
|
9901
9847
|
"args": {},
|
|
9902
|
-
"description": "
|
|
9848
|
+
"description": "List message templates",
|
|
9903
9849
|
"flags": {
|
|
9904
9850
|
"api-key": {
|
|
9905
9851
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9963,18 +9909,32 @@
|
|
|
9963
9909
|
"multiple": false,
|
|
9964
9910
|
"type": "option"
|
|
9965
9911
|
},
|
|
9966
|
-
"
|
|
9967
|
-
"description": "
|
|
9968
|
-
"name": "
|
|
9969
|
-
"required": true,
|
|
9912
|
+
"channel": {
|
|
9913
|
+
"description": "Filter by channel ID",
|
|
9914
|
+
"name": "channel",
|
|
9970
9915
|
"hasDynamicHelp": false,
|
|
9971
9916
|
"multiple": false,
|
|
9972
9917
|
"type": "option"
|
|
9973
9918
|
},
|
|
9974
|
-
"
|
|
9975
|
-
"description": "
|
|
9976
|
-
"name": "
|
|
9977
|
-
"
|
|
9919
|
+
"search": {
|
|
9920
|
+
"description": "Search templates by name or content",
|
|
9921
|
+
"name": "search",
|
|
9922
|
+
"hasDynamicHelp": false,
|
|
9923
|
+
"multiple": false,
|
|
9924
|
+
"type": "option"
|
|
9925
|
+
},
|
|
9926
|
+
"page": {
|
|
9927
|
+
"description": "Page number",
|
|
9928
|
+
"name": "page",
|
|
9929
|
+
"default": 1,
|
|
9930
|
+
"hasDynamicHelp": false,
|
|
9931
|
+
"multiple": false,
|
|
9932
|
+
"type": "option"
|
|
9933
|
+
},
|
|
9934
|
+
"limit": {
|
|
9935
|
+
"description": "Items per page",
|
|
9936
|
+
"name": "limit",
|
|
9937
|
+
"default": 20,
|
|
9978
9938
|
"hasDynamicHelp": false,
|
|
9979
9939
|
"multiple": false,
|
|
9980
9940
|
"type": "option"
|
|
@@ -9982,7 +9942,7 @@
|
|
|
9982
9942
|
},
|
|
9983
9943
|
"hasDynamicHelp": false,
|
|
9984
9944
|
"hiddenAliases": [],
|
|
9985
|
-
"id": "templates:
|
|
9945
|
+
"id": "templates:list",
|
|
9986
9946
|
"pluginAlias": "@instantkom/cli",
|
|
9987
9947
|
"pluginName": "@instantkom/cli",
|
|
9988
9948
|
"pluginType": "core",
|
|
@@ -9993,13 +9953,19 @@
|
|
|
9993
9953
|
"dist",
|
|
9994
9954
|
"commands",
|
|
9995
9955
|
"templates",
|
|
9996
|
-
"
|
|
9956
|
+
"list.js"
|
|
9997
9957
|
]
|
|
9998
9958
|
},
|
|
9999
|
-
"
|
|
9959
|
+
"templates:render": {
|
|
10000
9960
|
"aliases": [],
|
|
10001
|
-
"args": {
|
|
10002
|
-
|
|
9961
|
+
"args": {
|
|
9962
|
+
"id": {
|
|
9963
|
+
"description": "Template ID",
|
|
9964
|
+
"name": "id",
|
|
9965
|
+
"required": true
|
|
9966
|
+
}
|
|
9967
|
+
},
|
|
9968
|
+
"description": "Render a message template locally",
|
|
10003
9969
|
"flags": {
|
|
10004
9970
|
"api-key": {
|
|
10005
9971
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10063,68 +10029,17 @@
|
|
|
10063
10029
|
"multiple": false,
|
|
10064
10030
|
"type": "option"
|
|
10065
10031
|
},
|
|
10066
|
-
"
|
|
10067
|
-
"description": "
|
|
10068
|
-
"name": "
|
|
10069
|
-
"required": true,
|
|
10070
|
-
"hasDynamicHelp": false,
|
|
10071
|
-
"multiple": false,
|
|
10072
|
-
"type": "option"
|
|
10073
|
-
},
|
|
10074
|
-
"subject": {
|
|
10075
|
-
"description": "Ticket subject",
|
|
10076
|
-
"name": "subject",
|
|
10077
|
-
"required": true,
|
|
10078
|
-
"hasDynamicHelp": false,
|
|
10079
|
-
"multiple": false,
|
|
10080
|
-
"type": "option"
|
|
10081
|
-
},
|
|
10082
|
-
"recipient": {
|
|
10083
|
-
"description": "Existing recipient ID",
|
|
10084
|
-
"name": "recipient",
|
|
10085
|
-
"hasDynamicHelp": false,
|
|
10086
|
-
"multiple": false,
|
|
10087
|
-
"type": "option"
|
|
10088
|
-
},
|
|
10089
|
-
"email": {
|
|
10090
|
-
"description": "Customer email",
|
|
10091
|
-
"name": "email",
|
|
10092
|
-
"hasDynamicHelp": false,
|
|
10093
|
-
"multiple": false,
|
|
10094
|
-
"type": "option"
|
|
10095
|
-
},
|
|
10096
|
-
"name": {
|
|
10097
|
-
"description": "Customer name",
|
|
10098
|
-
"name": "name",
|
|
10099
|
-
"hasDynamicHelp": false,
|
|
10100
|
-
"multiple": false,
|
|
10101
|
-
"type": "option"
|
|
10102
|
-
},
|
|
10103
|
-
"priority": {
|
|
10104
|
-
"description": "Ticket priority",
|
|
10105
|
-
"name": "priority",
|
|
10106
|
-
"hasDynamicHelp": false,
|
|
10107
|
-
"multiple": false,
|
|
10108
|
-
"type": "option"
|
|
10109
|
-
},
|
|
10110
|
-
"source": {
|
|
10111
|
-
"description": "Ticket source",
|
|
10112
|
-
"name": "source",
|
|
10113
|
-
"hasDynamicHelp": false,
|
|
10114
|
-
"multiple": false,
|
|
10115
|
-
"type": "option"
|
|
10116
|
-
},
|
|
10117
|
-
"data": {
|
|
10118
|
-
"description": "Additional JSON object payload",
|
|
10119
|
-
"name": "data",
|
|
10032
|
+
"vars": {
|
|
10033
|
+
"description": "Template variable as key=value; may be repeated",
|
|
10034
|
+
"name": "vars",
|
|
10120
10035
|
"hasDynamicHelp": false,
|
|
10121
|
-
"multiple":
|
|
10036
|
+
"multiple": true,
|
|
10122
10037
|
"type": "option"
|
|
10123
10038
|
}
|
|
10124
10039
|
},
|
|
10125
10040
|
"hasDynamicHelp": false,
|
|
10126
10041
|
"hiddenAliases": [],
|
|
10127
|
-
"id": "
|
|
10042
|
+
"id": "templates:render",
|
|
10128
10043
|
"pluginAlias": "@instantkom/cli",
|
|
10129
10044
|
"pluginName": "@instantkom/cli",
|
|
10130
10045
|
"pluginType": "core",
|
|
@@ -10134,20 +10049,20 @@
|
|
|
10134
10049
|
"relativePath": [
|
|
10135
10050
|
"dist",
|
|
10136
10051
|
"commands",
|
|
10137
|
-
"
|
|
10138
|
-
"
|
|
10052
|
+
"templates",
|
|
10053
|
+
"render.js"
|
|
10139
10054
|
]
|
|
10140
10055
|
},
|
|
10141
|
-
"
|
|
10056
|
+
"templates:update": {
|
|
10142
10057
|
"aliases": [],
|
|
10143
10058
|
"args": {
|
|
10144
10059
|
"id": {
|
|
10145
|
-
"description": "
|
|
10060
|
+
"description": "Template ID",
|
|
10146
10061
|
"name": "id",
|
|
10147
10062
|
"required": true
|
|
10148
10063
|
}
|
|
10149
10064
|
},
|
|
10150
|
-
"description": "
|
|
10065
|
+
"description": "Update a message template",
|
|
10151
10066
|
"flags": {
|
|
10152
10067
|
"api-key": {
|
|
10153
10068
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10211,10 +10126,80 @@
|
|
|
10211
10126
|
"multiple": false,
|
|
10212
10127
|
"type": "option"
|
|
10213
10128
|
},
|
|
10214
|
-
"
|
|
10215
|
-
"description": "
|
|
10216
|
-
"name": "
|
|
10217
|
-
"
|
|
10129
|
+
"name": {
|
|
10130
|
+
"description": "Template name",
|
|
10131
|
+
"name": "name",
|
|
10132
|
+
"hasDynamicHelp": false,
|
|
10133
|
+
"multiple": false,
|
|
10134
|
+
"type": "option"
|
|
10135
|
+
},
|
|
10136
|
+
"type": {
|
|
10137
|
+
"description": "Template type",
|
|
10138
|
+
"name": "type",
|
|
10139
|
+
"hasDynamicHelp": false,
|
|
10140
|
+
"multiple": false,
|
|
10141
|
+
"options": [
|
|
10142
|
+
"text",
|
|
10143
|
+
"image",
|
|
10144
|
+
"video",
|
|
10145
|
+
"document",
|
|
10146
|
+
"audio",
|
|
10147
|
+
"location",
|
|
10148
|
+
"contact",
|
|
10149
|
+
"interactive"
|
|
10150
|
+
],
|
|
10151
|
+
"type": "option"
|
|
10152
|
+
},
|
|
10153
|
+
"message": {
|
|
10154
|
+
"description": "Template message",
|
|
10155
|
+
"name": "message",
|
|
10156
|
+
"hasDynamicHelp": false,
|
|
10157
|
+
"multiple": false,
|
|
10158
|
+
"type": "option"
|
|
10159
|
+
},
|
|
10160
|
+
"color": {
|
|
10161
|
+
"description": "Template color as HEX",
|
|
10162
|
+
"name": "color",
|
|
10163
|
+
"hasDynamicHelp": false,
|
|
10164
|
+
"multiple": false,
|
|
10165
|
+
"type": "option"
|
|
10166
|
+
},
|
|
10167
|
+
"status": {
|
|
10168
|
+
"description": "Template is active",
|
|
10169
|
+
"name": "status",
|
|
10170
|
+
"allowNo": true,
|
|
10171
|
+
"type": "boolean"
|
|
10172
|
+
},
|
|
10173
|
+
"remove-media": {
|
|
10174
|
+
"description": "Remove existing media",
|
|
10175
|
+
"name": "remove-media",
|
|
10176
|
+
"allowNo": false,
|
|
10177
|
+
"type": "boolean"
|
|
10178
|
+
},
|
|
10179
|
+
"whatsapp-language": {
|
|
10180
|
+
"description": "WhatsApp template language",
|
|
10181
|
+
"name": "whatsapp-language",
|
|
10182
|
+
"hasDynamicHelp": false,
|
|
10183
|
+
"multiple": false,
|
|
10184
|
+
"type": "option"
|
|
10185
|
+
},
|
|
10186
|
+
"buttons": {
|
|
10187
|
+
"description": "Buttons JSON array/object",
|
|
10188
|
+
"name": "buttons",
|
|
10189
|
+
"hasDynamicHelp": false,
|
|
10190
|
+
"multiple": false,
|
|
10191
|
+
"type": "option"
|
|
10192
|
+
},
|
|
10193
|
+
"header-footer": {
|
|
10194
|
+
"description": "Header/footer JSON object",
|
|
10195
|
+
"name": "header-footer",
|
|
10196
|
+
"hasDynamicHelp": false,
|
|
10197
|
+
"multiple": false,
|
|
10198
|
+
"type": "option"
|
|
10199
|
+
},
|
|
10200
|
+
"data": {
|
|
10201
|
+
"description": "Additional JSON object payload",
|
|
10202
|
+
"name": "data",
|
|
10218
10203
|
"hasDynamicHelp": false,
|
|
10219
10204
|
"multiple": false,
|
|
10220
10205
|
"type": "option"
|
|
@@ -10222,7 +10207,7 @@
|
|
|
10222
10207
|
},
|
|
10223
10208
|
"hasDynamicHelp": false,
|
|
10224
10209
|
"hiddenAliases": [],
|
|
10225
|
-
"id": "
|
|
10210
|
+
"id": "templates:update",
|
|
10226
10211
|
"pluginAlias": "@instantkom/cli",
|
|
10227
10212
|
"pluginName": "@instantkom/cli",
|
|
10228
10213
|
"pluginType": "core",
|
|
@@ -10232,20 +10217,14 @@
|
|
|
10232
10217
|
"relativePath": [
|
|
10233
10218
|
"dist",
|
|
10234
10219
|
"commands",
|
|
10235
|
-
"
|
|
10236
|
-
"
|
|
10220
|
+
"templates",
|
|
10221
|
+
"update.js"
|
|
10237
10222
|
]
|
|
10238
10223
|
},
|
|
10239
|
-
"
|
|
10224
|
+
"templates:validate-import": {
|
|
10240
10225
|
"aliases": [],
|
|
10241
|
-
"args": {
|
|
10242
|
-
|
|
10243
|
-
"description": "Ticket ID",
|
|
10244
|
-
"name": "id",
|
|
10245
|
-
"required": true
|
|
10246
|
-
}
|
|
10247
|
-
},
|
|
10248
|
-
"description": "Get a ticket by ID",
|
|
10226
|
+
"args": {},
|
|
10227
|
+
"description": "Validate templates import JSON",
|
|
10249
10228
|
"flags": {
|
|
10250
10229
|
"api-key": {
|
|
10251
10230
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10309,8 +10288,16 @@
|
|
|
10309
10288
|
"multiple": false,
|
|
10310
10289
|
"type": "option"
|
|
10311
10290
|
},
|
|
10291
|
+
"file": {
|
|
10292
|
+
"description": "JSON file path",
|
|
10293
|
+
"name": "file",
|
|
10294
|
+
"required": true,
|
|
10295
|
+
"hasDynamicHelp": false,
|
|
10296
|
+
"multiple": false,
|
|
10297
|
+
"type": "option"
|
|
10298
|
+
},
|
|
10312
10299
|
"channel": {
|
|
10313
|
-
"description": "
|
|
10300
|
+
"description": "Target channel ID",
|
|
10314
10301
|
"name": "channel",
|
|
10315
10302
|
"required": true,
|
|
10316
10303
|
"hasDynamicHelp": false,
|
|
@@ -10320,7 +10307,7 @@
|
|
|
10320
10307
|
},
|
|
10321
10308
|
"hasDynamicHelp": false,
|
|
10322
10309
|
"hiddenAliases": [],
|
|
10323
|
-
"id": "
|
|
10310
|
+
"id": "templates:validate-import",
|
|
10324
10311
|
"pluginAlias": "@instantkom/cli",
|
|
10325
10312
|
"pluginName": "@instantkom/cli",
|
|
10326
10313
|
"pluginType": "core",
|
|
@@ -10330,14 +10317,14 @@
|
|
|
10330
10317
|
"relativePath": [
|
|
10331
10318
|
"dist",
|
|
10332
10319
|
"commands",
|
|
10333
|
-
"
|
|
10334
|
-
"
|
|
10320
|
+
"templates",
|
|
10321
|
+
"validate-import.js"
|
|
10335
10322
|
]
|
|
10336
10323
|
},
|
|
10337
|
-
"tickets:
|
|
10324
|
+
"tickets:create": {
|
|
10338
10325
|
"aliases": [],
|
|
10339
10326
|
"args": {},
|
|
10340
|
-
"description": "
|
|
10327
|
+
"description": "Create a ticket",
|
|
10341
10328
|
"flags": {
|
|
10342
10329
|
"api-key": {
|
|
10343
10330
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10409,18 +10396,52 @@
|
|
|
10409
10396
|
"multiple": false,
|
|
10410
10397
|
"type": "option"
|
|
10411
10398
|
},
|
|
10412
|
-
"
|
|
10413
|
-
"description": "
|
|
10414
|
-
"name": "
|
|
10415
|
-
"
|
|
10399
|
+
"subject": {
|
|
10400
|
+
"description": "Ticket subject",
|
|
10401
|
+
"name": "subject",
|
|
10402
|
+
"required": true,
|
|
10416
10403
|
"hasDynamicHelp": false,
|
|
10417
10404
|
"multiple": false,
|
|
10418
10405
|
"type": "option"
|
|
10419
10406
|
},
|
|
10420
|
-
"
|
|
10421
|
-
"description": "
|
|
10422
|
-
"name": "
|
|
10423
|
-
"
|
|
10407
|
+
"recipient": {
|
|
10408
|
+
"description": "Existing recipient ID",
|
|
10409
|
+
"name": "recipient",
|
|
10410
|
+
"hasDynamicHelp": false,
|
|
10411
|
+
"multiple": false,
|
|
10412
|
+
"type": "option"
|
|
10413
|
+
},
|
|
10414
|
+
"email": {
|
|
10415
|
+
"description": "Customer email",
|
|
10416
|
+
"name": "email",
|
|
10417
|
+
"hasDynamicHelp": false,
|
|
10418
|
+
"multiple": false,
|
|
10419
|
+
"type": "option"
|
|
10420
|
+
},
|
|
10421
|
+
"name": {
|
|
10422
|
+
"description": "Customer name",
|
|
10423
|
+
"name": "name",
|
|
10424
|
+
"hasDynamicHelp": false,
|
|
10425
|
+
"multiple": false,
|
|
10426
|
+
"type": "option"
|
|
10427
|
+
},
|
|
10428
|
+
"priority": {
|
|
10429
|
+
"description": "Ticket priority",
|
|
10430
|
+
"name": "priority",
|
|
10431
|
+
"hasDynamicHelp": false,
|
|
10432
|
+
"multiple": false,
|
|
10433
|
+
"type": "option"
|
|
10434
|
+
},
|
|
10435
|
+
"source": {
|
|
10436
|
+
"description": "Ticket source",
|
|
10437
|
+
"name": "source",
|
|
10438
|
+
"hasDynamicHelp": false,
|
|
10439
|
+
"multiple": false,
|
|
10440
|
+
"type": "option"
|
|
10441
|
+
},
|
|
10442
|
+
"data": {
|
|
10443
|
+
"description": "Additional JSON object payload",
|
|
10444
|
+
"name": "data",
|
|
10424
10445
|
"hasDynamicHelp": false,
|
|
10425
10446
|
"multiple": false,
|
|
10426
10447
|
"type": "option"
|
|
@@ -10428,7 +10449,7 @@
|
|
|
10428
10449
|
},
|
|
10429
10450
|
"hasDynamicHelp": false,
|
|
10430
10451
|
"hiddenAliases": [],
|
|
10431
|
-
"id": "tickets:
|
|
10452
|
+
"id": "tickets:create",
|
|
10432
10453
|
"pluginAlias": "@instantkom/cli",
|
|
10433
10454
|
"pluginName": "@instantkom/cli",
|
|
10434
10455
|
"pluginType": "core",
|
|
@@ -10439,10 +10460,10 @@
|
|
|
10439
10460
|
"dist",
|
|
10440
10461
|
"commands",
|
|
10441
10462
|
"tickets",
|
|
10442
|
-
"
|
|
10463
|
+
"create.js"
|
|
10443
10464
|
]
|
|
10444
10465
|
},
|
|
10445
|
-
"tickets:
|
|
10466
|
+
"tickets:delete": {
|
|
10446
10467
|
"aliases": [],
|
|
10447
10468
|
"args": {
|
|
10448
10469
|
"id": {
|
|
@@ -10451,7 +10472,7 @@
|
|
|
10451
10472
|
"required": true
|
|
10452
10473
|
}
|
|
10453
10474
|
},
|
|
10454
|
-
"description": "
|
|
10475
|
+
"description": "Delete a ticket",
|
|
10455
10476
|
"flags": {
|
|
10456
10477
|
"api-key": {
|
|
10457
10478
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10515,24 +10536,18 @@
|
|
|
10515
10536
|
"multiple": false,
|
|
10516
10537
|
"type": "option"
|
|
10517
10538
|
},
|
|
10518
|
-
"
|
|
10519
|
-
"description": "
|
|
10520
|
-
"name": "
|
|
10539
|
+
"channel": {
|
|
10540
|
+
"description": "Channel ID",
|
|
10541
|
+
"name": "channel",
|
|
10521
10542
|
"required": true,
|
|
10522
10543
|
"hasDynamicHelp": false,
|
|
10523
10544
|
"multiple": false,
|
|
10524
10545
|
"type": "option"
|
|
10525
|
-
},
|
|
10526
|
-
"close": {
|
|
10527
|
-
"description": "Close the ticket after sending the reply",
|
|
10528
|
-
"name": "close",
|
|
10529
|
-
"allowNo": false,
|
|
10530
|
-
"type": "boolean"
|
|
10531
10546
|
}
|
|
10532
10547
|
},
|
|
10533
10548
|
"hasDynamicHelp": false,
|
|
10534
10549
|
"hiddenAliases": [],
|
|
10535
|
-
"id": "tickets:
|
|
10550
|
+
"id": "tickets:delete",
|
|
10536
10551
|
"pluginAlias": "@instantkom/cli",
|
|
10537
10552
|
"pluginName": "@instantkom/cli",
|
|
10538
10553
|
"pluginType": "core",
|
|
@@ -10543,10 +10558,10 @@
|
|
|
10543
10558
|
"dist",
|
|
10544
10559
|
"commands",
|
|
10545
10560
|
"tickets",
|
|
10546
|
-
"
|
|
10561
|
+
"delete.js"
|
|
10547
10562
|
]
|
|
10548
10563
|
},
|
|
10549
|
-
"tickets:
|
|
10564
|
+
"tickets:get": {
|
|
10550
10565
|
"aliases": [],
|
|
10551
10566
|
"args": {
|
|
10552
10567
|
"id": {
|
|
@@ -10555,7 +10570,7 @@
|
|
|
10555
10570
|
"required": true
|
|
10556
10571
|
}
|
|
10557
10572
|
},
|
|
10558
|
-
"description": "
|
|
10573
|
+
"description": "Get a ticket by ID",
|
|
10559
10574
|
"flags": {
|
|
10560
10575
|
"api-key": {
|
|
10561
10576
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10626,52 +10641,11 @@
|
|
|
10626
10641
|
"hasDynamicHelp": false,
|
|
10627
10642
|
"multiple": false,
|
|
10628
10643
|
"type": "option"
|
|
10629
|
-
},
|
|
10630
|
-
"subject": {
|
|
10631
|
-
"description": "Ticket subject",
|
|
10632
|
-
"name": "subject",
|
|
10633
|
-
"hasDynamicHelp": false,
|
|
10634
|
-
"multiple": false,
|
|
10635
|
-
"type": "option"
|
|
10636
|
-
},
|
|
10637
|
-
"priority": {
|
|
10638
|
-
"description": "Ticket priority",
|
|
10639
|
-
"name": "priority",
|
|
10640
|
-
"hasDynamicHelp": false,
|
|
10641
|
-
"multiple": false,
|
|
10642
|
-
"type": "option"
|
|
10643
|
-
},
|
|
10644
|
-
"status": {
|
|
10645
|
-
"description": "Ticket status",
|
|
10646
|
-
"name": "status",
|
|
10647
|
-
"hasDynamicHelp": false,
|
|
10648
|
-
"multiple": false,
|
|
10649
|
-
"type": "option"
|
|
10650
|
-
},
|
|
10651
|
-
"assigned-to": {
|
|
10652
|
-
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10653
|
-
"name": "assigned-to",
|
|
10654
|
-
"hasDynamicHelp": false,
|
|
10655
|
-
"multiple": false,
|
|
10656
|
-
"type": "option"
|
|
10657
|
-
},
|
|
10658
|
-
"notify": {
|
|
10659
|
-
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10660
|
-
"name": "notify",
|
|
10661
|
-
"allowNo": true,
|
|
10662
|
-
"type": "boolean"
|
|
10663
|
-
},
|
|
10664
|
-
"data": {
|
|
10665
|
-
"description": "Additional JSON object payload",
|
|
10666
|
-
"name": "data",
|
|
10667
|
-
"hasDynamicHelp": false,
|
|
10668
|
-
"multiple": false,
|
|
10669
|
-
"type": "option"
|
|
10670
10644
|
}
|
|
10671
10645
|
},
|
|
10672
10646
|
"hasDynamicHelp": false,
|
|
10673
10647
|
"hiddenAliases": [],
|
|
10674
|
-
"id": "tickets:
|
|
10648
|
+
"id": "tickets:get",
|
|
10675
10649
|
"pluginAlias": "@instantkom/cli",
|
|
10676
10650
|
"pluginName": "@instantkom/cli",
|
|
10677
10651
|
"pluginType": "core",
|
|
@@ -10682,13 +10656,13 @@
|
|
|
10682
10656
|
"dist",
|
|
10683
10657
|
"commands",
|
|
10684
10658
|
"tickets",
|
|
10685
|
-
"
|
|
10659
|
+
"get.js"
|
|
10686
10660
|
]
|
|
10687
10661
|
},
|
|
10688
|
-
"
|
|
10662
|
+
"tickets:list": {
|
|
10689
10663
|
"aliases": [],
|
|
10690
10664
|
"args": {},
|
|
10691
|
-
"description": "
|
|
10665
|
+
"description": "List tickets for a channel",
|
|
10692
10666
|
"flags": {
|
|
10693
10667
|
"api-key": {
|
|
10694
10668
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10752,25 +10726,26 @@
|
|
|
10752
10726
|
"multiple": false,
|
|
10753
10727
|
"type": "option"
|
|
10754
10728
|
},
|
|
10755
|
-
"
|
|
10756
|
-
"description": "
|
|
10757
|
-
"name": "
|
|
10729
|
+
"channel": {
|
|
10730
|
+
"description": "Channel ID",
|
|
10731
|
+
"name": "channel",
|
|
10758
10732
|
"required": true,
|
|
10759
10733
|
"hasDynamicHelp": false,
|
|
10760
10734
|
"multiple": false,
|
|
10761
|
-
"options": [
|
|
10762
|
-
"new_contact",
|
|
10763
|
-
"new_message",
|
|
10764
|
-
"broadcast_sent",
|
|
10765
|
-
"contact_updated",
|
|
10766
|
-
"contact_opted_out"
|
|
10767
|
-
],
|
|
10768
10735
|
"type": "option"
|
|
10769
10736
|
},
|
|
10770
|
-
"
|
|
10771
|
-
"description": "
|
|
10772
|
-
"name": "
|
|
10773
|
-
"
|
|
10737
|
+
"limit": {
|
|
10738
|
+
"description": "Maximum tickets to return",
|
|
10739
|
+
"name": "limit",
|
|
10740
|
+
"default": 500,
|
|
10741
|
+
"hasDynamicHelp": false,
|
|
10742
|
+
"multiple": false,
|
|
10743
|
+
"type": "option"
|
|
10744
|
+
},
|
|
10745
|
+
"offset": {
|
|
10746
|
+
"description": "Number of tickets to skip",
|
|
10747
|
+
"name": "offset",
|
|
10748
|
+
"default": 0,
|
|
10774
10749
|
"hasDynamicHelp": false,
|
|
10775
10750
|
"multiple": false,
|
|
10776
10751
|
"type": "option"
|
|
@@ -10778,7 +10753,7 @@
|
|
|
10778
10753
|
},
|
|
10779
10754
|
"hasDynamicHelp": false,
|
|
10780
10755
|
"hiddenAliases": [],
|
|
10781
|
-
"id": "
|
|
10756
|
+
"id": "tickets:list",
|
|
10782
10757
|
"pluginAlias": "@instantkom/cli",
|
|
10783
10758
|
"pluginName": "@instantkom/cli",
|
|
10784
10759
|
"pluginType": "core",
|
|
@@ -10788,14 +10763,20 @@
|
|
|
10788
10763
|
"relativePath": [
|
|
10789
10764
|
"dist",
|
|
10790
10765
|
"commands",
|
|
10791
|
-
"
|
|
10792
|
-
"
|
|
10766
|
+
"tickets",
|
|
10767
|
+
"list.js"
|
|
10793
10768
|
]
|
|
10794
10769
|
},
|
|
10795
|
-
"
|
|
10770
|
+
"tickets:reply": {
|
|
10796
10771
|
"aliases": [],
|
|
10797
|
-
"args": {
|
|
10798
|
-
|
|
10772
|
+
"args": {
|
|
10773
|
+
"id": {
|
|
10774
|
+
"description": "Ticket ID",
|
|
10775
|
+
"name": "id",
|
|
10776
|
+
"required": true
|
|
10777
|
+
}
|
|
10778
|
+
},
|
|
10779
|
+
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
10799
10780
|
"flags": {
|
|
10800
10781
|
"api-key": {
|
|
10801
10782
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10858,11 +10839,25 @@
|
|
|
10858
10839
|
"hasDynamicHelp": false,
|
|
10859
10840
|
"multiple": false,
|
|
10860
10841
|
"type": "option"
|
|
10842
|
+
},
|
|
10843
|
+
"message": {
|
|
10844
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10845
|
+
"name": "message",
|
|
10846
|
+
"required": true,
|
|
10847
|
+
"hasDynamicHelp": false,
|
|
10848
|
+
"multiple": false,
|
|
10849
|
+
"type": "option"
|
|
10850
|
+
},
|
|
10851
|
+
"close": {
|
|
10852
|
+
"description": "Close the ticket after sending the reply",
|
|
10853
|
+
"name": "close",
|
|
10854
|
+
"allowNo": false,
|
|
10855
|
+
"type": "boolean"
|
|
10861
10856
|
}
|
|
10862
10857
|
},
|
|
10863
10858
|
"hasDynamicHelp": false,
|
|
10864
10859
|
"hiddenAliases": [],
|
|
10865
|
-
"id": "
|
|
10860
|
+
"id": "tickets:reply",
|
|
10866
10861
|
"pluginAlias": "@instantkom/cli",
|
|
10867
10862
|
"pluginName": "@instantkom/cli",
|
|
10868
10863
|
"pluginType": "core",
|
|
@@ -10872,14 +10867,20 @@
|
|
|
10872
10867
|
"relativePath": [
|
|
10873
10868
|
"dist",
|
|
10874
10869
|
"commands",
|
|
10875
|
-
"
|
|
10876
|
-
"
|
|
10870
|
+
"tickets",
|
|
10871
|
+
"reply.js"
|
|
10877
10872
|
]
|
|
10878
10873
|
},
|
|
10879
|
-
"
|
|
10874
|
+
"tickets:update": {
|
|
10880
10875
|
"aliases": [],
|
|
10881
|
-
"args": {
|
|
10882
|
-
|
|
10876
|
+
"args": {
|
|
10877
|
+
"id": {
|
|
10878
|
+
"description": "Ticket ID",
|
|
10879
|
+
"name": "id",
|
|
10880
|
+
"required": true
|
|
10881
|
+
}
|
|
10882
|
+
},
|
|
10883
|
+
"description": "Update a ticket",
|
|
10883
10884
|
"flags": {
|
|
10884
10885
|
"api-key": {
|
|
10885
10886
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10942,11 +10943,60 @@
|
|
|
10942
10943
|
"hasDynamicHelp": false,
|
|
10943
10944
|
"multiple": false,
|
|
10944
10945
|
"type": "option"
|
|
10946
|
+
},
|
|
10947
|
+
"channel": {
|
|
10948
|
+
"description": "Channel ID",
|
|
10949
|
+
"name": "channel",
|
|
10950
|
+
"required": true,
|
|
10951
|
+
"hasDynamicHelp": false,
|
|
10952
|
+
"multiple": false,
|
|
10953
|
+
"type": "option"
|
|
10954
|
+
},
|
|
10955
|
+
"subject": {
|
|
10956
|
+
"description": "Ticket subject",
|
|
10957
|
+
"name": "subject",
|
|
10958
|
+
"hasDynamicHelp": false,
|
|
10959
|
+
"multiple": false,
|
|
10960
|
+
"type": "option"
|
|
10961
|
+
},
|
|
10962
|
+
"priority": {
|
|
10963
|
+
"description": "Ticket priority",
|
|
10964
|
+
"name": "priority",
|
|
10965
|
+
"hasDynamicHelp": false,
|
|
10966
|
+
"multiple": false,
|
|
10967
|
+
"type": "option"
|
|
10968
|
+
},
|
|
10969
|
+
"status": {
|
|
10970
|
+
"description": "Ticket status",
|
|
10971
|
+
"name": "status",
|
|
10972
|
+
"hasDynamicHelp": false,
|
|
10973
|
+
"multiple": false,
|
|
10974
|
+
"type": "option"
|
|
10975
|
+
},
|
|
10976
|
+
"assigned-to": {
|
|
10977
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10978
|
+
"name": "assigned-to",
|
|
10979
|
+
"hasDynamicHelp": false,
|
|
10980
|
+
"multiple": false,
|
|
10981
|
+
"type": "option"
|
|
10982
|
+
},
|
|
10983
|
+
"notify": {
|
|
10984
|
+
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10985
|
+
"name": "notify",
|
|
10986
|
+
"allowNo": true,
|
|
10987
|
+
"type": "boolean"
|
|
10988
|
+
},
|
|
10989
|
+
"data": {
|
|
10990
|
+
"description": "Additional JSON object payload",
|
|
10991
|
+
"name": "data",
|
|
10992
|
+
"hasDynamicHelp": false,
|
|
10993
|
+
"multiple": false,
|
|
10994
|
+
"type": "option"
|
|
10945
10995
|
}
|
|
10946
10996
|
},
|
|
10947
10997
|
"hasDynamicHelp": false,
|
|
10948
10998
|
"hiddenAliases": [],
|
|
10949
|
-
"id": "
|
|
10999
|
+
"id": "tickets:update",
|
|
10950
11000
|
"pluginAlias": "@instantkom/cli",
|
|
10951
11001
|
"pluginName": "@instantkom/cli",
|
|
10952
11002
|
"pluginType": "core",
|
|
@@ -10956,14 +11006,14 @@
|
|
|
10956
11006
|
"relativePath": [
|
|
10957
11007
|
"dist",
|
|
10958
11008
|
"commands",
|
|
10959
|
-
"
|
|
10960
|
-
"
|
|
11009
|
+
"tickets",
|
|
11010
|
+
"update.js"
|
|
10961
11011
|
]
|
|
10962
11012
|
},
|
|
10963
|
-
"webhooks:
|
|
11013
|
+
"webhooks:add": {
|
|
10964
11014
|
"aliases": [],
|
|
10965
11015
|
"args": {},
|
|
10966
|
-
"description": "
|
|
11016
|
+
"description": "Add a webhook subscription",
|
|
10967
11017
|
"flags": {
|
|
10968
11018
|
"api-key": {
|
|
10969
11019
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11026,11 +11076,34 @@
|
|
|
11026
11076
|
"hasDynamicHelp": false,
|
|
11027
11077
|
"multiple": false,
|
|
11028
11078
|
"type": "option"
|
|
11079
|
+
},
|
|
11080
|
+
"event": {
|
|
11081
|
+
"description": "Webhook event to subscribe to",
|
|
11082
|
+
"name": "event",
|
|
11083
|
+
"required": true,
|
|
11084
|
+
"hasDynamicHelp": false,
|
|
11085
|
+
"multiple": false,
|
|
11086
|
+
"options": [
|
|
11087
|
+
"new_contact",
|
|
11088
|
+
"new_message",
|
|
11089
|
+
"broadcast_sent",
|
|
11090
|
+
"contact_updated",
|
|
11091
|
+
"contact_opted_out"
|
|
11092
|
+
],
|
|
11093
|
+
"type": "option"
|
|
11094
|
+
},
|
|
11095
|
+
"url": {
|
|
11096
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
11097
|
+
"name": "url",
|
|
11098
|
+
"required": true,
|
|
11099
|
+
"hasDynamicHelp": false,
|
|
11100
|
+
"multiple": false,
|
|
11101
|
+
"type": "option"
|
|
11029
11102
|
}
|
|
11030
11103
|
},
|
|
11031
11104
|
"hasDynamicHelp": false,
|
|
11032
11105
|
"hiddenAliases": [],
|
|
11033
|
-
"id": "webhooks:
|
|
11106
|
+
"id": "webhooks:add",
|
|
11034
11107
|
"pluginAlias": "@instantkom/cli",
|
|
11035
11108
|
"pluginName": "@instantkom/cli",
|
|
11036
11109
|
"pluginType": "core",
|
|
@@ -11041,19 +11114,13 @@
|
|
|
11041
11114
|
"dist",
|
|
11042
11115
|
"commands",
|
|
11043
11116
|
"webhooks",
|
|
11044
|
-
"
|
|
11117
|
+
"add.js"
|
|
11045
11118
|
]
|
|
11046
11119
|
},
|
|
11047
|
-
"webhooks:
|
|
11120
|
+
"webhooks:events": {
|
|
11048
11121
|
"aliases": [],
|
|
11049
|
-
"args": {
|
|
11050
|
-
|
|
11051
|
-
"description": "Webhook subscription ID",
|
|
11052
|
-
"name": "id",
|
|
11053
|
-
"required": true
|
|
11054
|
-
}
|
|
11055
|
-
},
|
|
11056
|
-
"description": "Remove a webhook subscription",
|
|
11122
|
+
"args": {},
|
|
11123
|
+
"description": "List supported webhook event names",
|
|
11057
11124
|
"flags": {
|
|
11058
11125
|
"api-key": {
|
|
11059
11126
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11120,7 +11187,7 @@
|
|
|
11120
11187
|
},
|
|
11121
11188
|
"hasDynamicHelp": false,
|
|
11122
11189
|
"hiddenAliases": [],
|
|
11123
|
-
"id": "webhooks:
|
|
11190
|
+
"id": "webhooks:events",
|
|
11124
11191
|
"pluginAlias": "@instantkom/cli",
|
|
11125
11192
|
"pluginName": "@instantkom/cli",
|
|
11126
11193
|
"pluginType": "core",
|
|
@@ -11131,13 +11198,13 @@
|
|
|
11131
11198
|
"dist",
|
|
11132
11199
|
"commands",
|
|
11133
11200
|
"webhooks",
|
|
11134
|
-
"
|
|
11201
|
+
"events.js"
|
|
11135
11202
|
]
|
|
11136
11203
|
},
|
|
11137
|
-
"webhooks:
|
|
11204
|
+
"webhooks:list": {
|
|
11138
11205
|
"aliases": [],
|
|
11139
11206
|
"args": {},
|
|
11140
|
-
"description": "
|
|
11207
|
+
"description": "List webhook subscriptions",
|
|
11141
11208
|
"flags": {
|
|
11142
11209
|
"api-key": {
|
|
11143
11210
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11200,34 +11267,11 @@
|
|
|
11200
11267
|
"hasDynamicHelp": false,
|
|
11201
11268
|
"multiple": false,
|
|
11202
11269
|
"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"
|
|
11226
11270
|
}
|
|
11227
11271
|
},
|
|
11228
11272
|
"hasDynamicHelp": false,
|
|
11229
11273
|
"hiddenAliases": [],
|
|
11230
|
-
"id": "webhooks:
|
|
11274
|
+
"id": "webhooks:list",
|
|
11231
11275
|
"pluginAlias": "@instantkom/cli",
|
|
11232
11276
|
"pluginName": "@instantkom/cli",
|
|
11233
11277
|
"pluginType": "core",
|
|
@@ -11238,13 +11282,13 @@
|
|
|
11238
11282
|
"dist",
|
|
11239
11283
|
"commands",
|
|
11240
11284
|
"webhooks",
|
|
11241
|
-
"
|
|
11285
|
+
"list.js"
|
|
11242
11286
|
]
|
|
11243
11287
|
},
|
|
11244
|
-
"
|
|
11288
|
+
"webhooks:logs": {
|
|
11245
11289
|
"aliases": [],
|
|
11246
11290
|
"args": {},
|
|
11247
|
-
"description": "
|
|
11291
|
+
"description": "Explain webhook log availability",
|
|
11248
11292
|
"flags": {
|
|
11249
11293
|
"api-key": {
|
|
11250
11294
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11307,78 +11351,11 @@
|
|
|
11307
11351
|
"hasDynamicHelp": false,
|
|
11308
11352
|
"multiple": false,
|
|
11309
11353
|
"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"
|
|
11377
11354
|
}
|
|
11378
11355
|
},
|
|
11379
11356
|
"hasDynamicHelp": false,
|
|
11380
11357
|
"hiddenAliases": [],
|
|
11381
|
-
"id": "
|
|
11358
|
+
"id": "webhooks:logs",
|
|
11382
11359
|
"pluginAlias": "@instantkom/cli",
|
|
11383
11360
|
"pluginName": "@instantkom/cli",
|
|
11384
11361
|
"pluginType": "core",
|
|
@@ -11388,20 +11365,20 @@
|
|
|
11388
11365
|
"relativePath": [
|
|
11389
11366
|
"dist",
|
|
11390
11367
|
"commands",
|
|
11391
|
-
"
|
|
11392
|
-
"
|
|
11368
|
+
"webhooks",
|
|
11369
|
+
"logs.js"
|
|
11393
11370
|
]
|
|
11394
11371
|
},
|
|
11395
|
-
"
|
|
11372
|
+
"webhooks:remove": {
|
|
11396
11373
|
"aliases": [],
|
|
11397
11374
|
"args": {
|
|
11398
11375
|
"id": {
|
|
11399
|
-
"description": "
|
|
11376
|
+
"description": "Webhook subscription ID",
|
|
11400
11377
|
"name": "id",
|
|
11401
11378
|
"required": true
|
|
11402
11379
|
}
|
|
11403
11380
|
},
|
|
11404
|
-
"description": "
|
|
11381
|
+
"description": "Remove a webhook subscription",
|
|
11405
11382
|
"flags": {
|
|
11406
11383
|
"api-key": {
|
|
11407
11384
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11468,7 +11445,7 @@
|
|
|
11468
11445
|
},
|
|
11469
11446
|
"hasDynamicHelp": false,
|
|
11470
11447
|
"hiddenAliases": [],
|
|
11471
|
-
"id": "
|
|
11448
|
+
"id": "webhooks:remove",
|
|
11472
11449
|
"pluginAlias": "@instantkom/cli",
|
|
11473
11450
|
"pluginName": "@instantkom/cli",
|
|
11474
11451
|
"pluginType": "core",
|
|
@@ -11478,14 +11455,14 @@
|
|
|
11478
11455
|
"relativePath": [
|
|
11479
11456
|
"dist",
|
|
11480
11457
|
"commands",
|
|
11481
|
-
"
|
|
11482
|
-
"
|
|
11458
|
+
"webhooks",
|
|
11459
|
+
"remove.js"
|
|
11483
11460
|
]
|
|
11484
11461
|
},
|
|
11485
|
-
"
|
|
11462
|
+
"webhooks:test": {
|
|
11486
11463
|
"aliases": [],
|
|
11487
11464
|
"args": {},
|
|
11488
|
-
"description": "
|
|
11465
|
+
"description": "Send a test webhook payload to a URL",
|
|
11489
11466
|
"flags": {
|
|
11490
11467
|
"api-key": {
|
|
11491
11468
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11548,11 +11525,34 @@
|
|
|
11548
11525
|
"hasDynamicHelp": false,
|
|
11549
11526
|
"multiple": false,
|
|
11550
11527
|
"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": "webhooks:test",
|
|
11556
11556
|
"pluginAlias": "@instantkom/cli",
|
|
11557
11557
|
"pluginName": "@instantkom/cli",
|
|
11558
11558
|
"pluginType": "core",
|
|
@@ -11562,8 +11562,8 @@
|
|
|
11562
11562
|
"relativePath": [
|
|
11563
11563
|
"dist",
|
|
11564
11564
|
"commands",
|
|
11565
|
-
"
|
|
11566
|
-
"
|
|
11565
|
+
"webhooks",
|
|
11566
|
+
"test.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -12676,21 +12676,16 @@
|
|
|
12676
12676
|
"update.js"
|
|
12677
12677
|
]
|
|
12678
12678
|
},
|
|
12679
|
-
"bots:
|
|
12679
|
+
"bots:env-vars:bots": {
|
|
12680
12680
|
"aliases": [],
|
|
12681
12681
|
"args": {
|
|
12682
12682
|
"id": {
|
|
12683
|
-
"description": "
|
|
12683
|
+
"description": "Environment variable ID",
|
|
12684
12684
|
"name": "id",
|
|
12685
12685
|
"required": true
|
|
12686
|
-
},
|
|
12687
|
-
"tagId": {
|
|
12688
|
-
"description": "Tag ID",
|
|
12689
|
-
"name": "tagId",
|
|
12690
|
-
"required": true
|
|
12691
12686
|
}
|
|
12692
12687
|
},
|
|
12693
|
-
"description": "
|
|
12688
|
+
"description": "List bots using a bot environment variable",
|
|
12694
12689
|
"flags": {
|
|
12695
12690
|
"api-key": {
|
|
12696
12691
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12757,7 +12752,7 @@
|
|
|
12757
12752
|
},
|
|
12758
12753
|
"hasDynamicHelp": false,
|
|
12759
12754
|
"hiddenAliases": [],
|
|
12760
|
-
"id": "bots:
|
|
12755
|
+
"id": "bots:env-vars:bots",
|
|
12761
12756
|
"pluginAlias": "@instantkom/cli",
|
|
12762
12757
|
"pluginName": "@instantkom/cli",
|
|
12763
12758
|
"pluginType": "core",
|
|
@@ -12768,20 +12763,14 @@
|
|
|
12768
12763
|
"dist",
|
|
12769
12764
|
"commands",
|
|
12770
12765
|
"bots",
|
|
12771
|
-
"
|
|
12772
|
-
"
|
|
12766
|
+
"env-vars",
|
|
12767
|
+
"bots.js"
|
|
12773
12768
|
]
|
|
12774
12769
|
},
|
|
12775
|
-
"bots:
|
|
12770
|
+
"bots:env-vars:create": {
|
|
12776
12771
|
"aliases": [],
|
|
12777
|
-
"args": {
|
|
12778
|
-
|
|
12779
|
-
"description": "Bot ID",
|
|
12780
|
-
"name": "id",
|
|
12781
|
-
"required": true
|
|
12782
|
-
}
|
|
12783
|
-
},
|
|
12784
|
-
"description": "List tags assigned to a bot",
|
|
12772
|
+
"args": {},
|
|
12773
|
+
"description": "Create a bot environment variable",
|
|
12785
12774
|
"flags": {
|
|
12786
12775
|
"api-key": {
|
|
12787
12776
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12828,19 +12817,48 @@
|
|
|
12828
12817
|
"allowNo": false,
|
|
12829
12818
|
"type": "boolean"
|
|
12830
12819
|
},
|
|
12831
|
-
"profile": {
|
|
12832
|
-
"description": "Named configuration profile to use",
|
|
12833
|
-
"helpGroup": "GLOBAL",
|
|
12834
|
-
"name": "profile",
|
|
12835
|
-
"default": "default",
|
|
12820
|
+
"profile": {
|
|
12821
|
+
"description": "Named configuration profile to use",
|
|
12822
|
+
"helpGroup": "GLOBAL",
|
|
12823
|
+
"name": "profile",
|
|
12824
|
+
"default": "default",
|
|
12825
|
+
"hasDynamicHelp": false,
|
|
12826
|
+
"multiple": false,
|
|
12827
|
+
"type": "option"
|
|
12828
|
+
},
|
|
12829
|
+
"api-url": {
|
|
12830
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
12831
|
+
"helpGroup": "GLOBAL",
|
|
12832
|
+
"name": "api-url",
|
|
12833
|
+
"hasDynamicHelp": false,
|
|
12834
|
+
"multiple": false,
|
|
12835
|
+
"type": "option"
|
|
12836
|
+
},
|
|
12837
|
+
"key": {
|
|
12838
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12839
|
+
"name": "key",
|
|
12840
|
+
"required": true,
|
|
12841
|
+
"hasDynamicHelp": false,
|
|
12842
|
+
"multiple": false,
|
|
12843
|
+
"type": "option"
|
|
12844
|
+
},
|
|
12845
|
+
"description": {
|
|
12846
|
+
"description": "Variable description",
|
|
12847
|
+
"name": "description",
|
|
12836
12848
|
"hasDynamicHelp": false,
|
|
12837
12849
|
"multiple": false,
|
|
12838
12850
|
"type": "option"
|
|
12839
12851
|
},
|
|
12840
|
-
"
|
|
12841
|
-
"description": "
|
|
12842
|
-
"
|
|
12843
|
-
"
|
|
12852
|
+
"color": {
|
|
12853
|
+
"description": "Variable color as HEX",
|
|
12854
|
+
"name": "color",
|
|
12855
|
+
"hasDynamicHelp": false,
|
|
12856
|
+
"multiple": false,
|
|
12857
|
+
"type": "option"
|
|
12858
|
+
},
|
|
12859
|
+
"data": {
|
|
12860
|
+
"description": "Additional JSON object payload",
|
|
12861
|
+
"name": "data",
|
|
12844
12862
|
"hasDynamicHelp": false,
|
|
12845
12863
|
"multiple": false,
|
|
12846
12864
|
"type": "option"
|
|
@@ -12848,7 +12866,7 @@
|
|
|
12848
12866
|
},
|
|
12849
12867
|
"hasDynamicHelp": false,
|
|
12850
12868
|
"hiddenAliases": [],
|
|
12851
|
-
"id": "bots:
|
|
12869
|
+
"id": "bots:env-vars:create",
|
|
12852
12870
|
"pluginAlias": "@instantkom/cli",
|
|
12853
12871
|
"pluginName": "@instantkom/cli",
|
|
12854
12872
|
"pluginType": "core",
|
|
@@ -12859,25 +12877,20 @@
|
|
|
12859
12877
|
"dist",
|
|
12860
12878
|
"commands",
|
|
12861
12879
|
"bots",
|
|
12862
|
-
"
|
|
12863
|
-
"
|
|
12880
|
+
"env-vars",
|
|
12881
|
+
"create.js"
|
|
12864
12882
|
]
|
|
12865
12883
|
},
|
|
12866
|
-
"bots:
|
|
12884
|
+
"bots:env-vars:delete": {
|
|
12867
12885
|
"aliases": [],
|
|
12868
12886
|
"args": {
|
|
12869
12887
|
"id": {
|
|
12870
|
-
"description": "
|
|
12888
|
+
"description": "Environment variable ID",
|
|
12871
12889
|
"name": "id",
|
|
12872
12890
|
"required": true
|
|
12873
|
-
},
|
|
12874
|
-
"tagId": {
|
|
12875
|
-
"description": "Tag ID",
|
|
12876
|
-
"name": "tagId",
|
|
12877
|
-
"required": true
|
|
12878
12891
|
}
|
|
12879
12892
|
},
|
|
12880
|
-
"description": "
|
|
12893
|
+
"description": "Delete a bot environment variable",
|
|
12881
12894
|
"flags": {
|
|
12882
12895
|
"api-key": {
|
|
12883
12896
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12944,7 +12957,7 @@
|
|
|
12944
12957
|
},
|
|
12945
12958
|
"hasDynamicHelp": false,
|
|
12946
12959
|
"hiddenAliases": [],
|
|
12947
|
-
"id": "bots:
|
|
12960
|
+
"id": "bots:env-vars:delete",
|
|
12948
12961
|
"pluginAlias": "@instantkom/cli",
|
|
12949
12962
|
"pluginName": "@instantkom/cli",
|
|
12950
12963
|
"pluginType": "core",
|
|
@@ -12955,11 +12968,11 @@
|
|
|
12955
12968
|
"dist",
|
|
12956
12969
|
"commands",
|
|
12957
12970
|
"bots",
|
|
12958
|
-
"
|
|
12959
|
-
"
|
|
12971
|
+
"env-vars",
|
|
12972
|
+
"delete.js"
|
|
12960
12973
|
]
|
|
12961
12974
|
},
|
|
12962
|
-
"bots:env-vars:
|
|
12975
|
+
"bots:env-vars:get": {
|
|
12963
12976
|
"aliases": [],
|
|
12964
12977
|
"args": {
|
|
12965
12978
|
"id": {
|
|
@@ -12968,7 +12981,7 @@
|
|
|
12968
12981
|
"required": true
|
|
12969
12982
|
}
|
|
12970
12983
|
},
|
|
12971
|
-
"description": "
|
|
12984
|
+
"description": "Get a bot environment variable",
|
|
12972
12985
|
"flags": {
|
|
12973
12986
|
"api-key": {
|
|
12974
12987
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13035,7 +13048,7 @@
|
|
|
13035
13048
|
},
|
|
13036
13049
|
"hasDynamicHelp": false,
|
|
13037
13050
|
"hiddenAliases": [],
|
|
13038
|
-
"id": "bots:env-vars:
|
|
13051
|
+
"id": "bots:env-vars:get",
|
|
13039
13052
|
"pluginAlias": "@instantkom/cli",
|
|
13040
13053
|
"pluginName": "@instantkom/cli",
|
|
13041
13054
|
"pluginType": "core",
|
|
@@ -13047,13 +13060,13 @@
|
|
|
13047
13060
|
"commands",
|
|
13048
13061
|
"bots",
|
|
13049
13062
|
"env-vars",
|
|
13050
|
-
"
|
|
13063
|
+
"get.js"
|
|
13051
13064
|
]
|
|
13052
13065
|
},
|
|
13053
|
-
"bots:env-vars:
|
|
13066
|
+
"bots:env-vars:list": {
|
|
13054
13067
|
"aliases": [],
|
|
13055
13068
|
"args": {},
|
|
13056
|
-
"description": "
|
|
13069
|
+
"description": "List bot environment variables",
|
|
13057
13070
|
"flags": {
|
|
13058
13071
|
"api-key": {
|
|
13059
13072
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13117,31 +13130,32 @@
|
|
|
13117
13130
|
"multiple": false,
|
|
13118
13131
|
"type": "option"
|
|
13119
13132
|
},
|
|
13120
|
-
"
|
|
13121
|
-
"description": "
|
|
13122
|
-
"name": "
|
|
13123
|
-
"
|
|
13133
|
+
"page": {
|
|
13134
|
+
"description": "Page number",
|
|
13135
|
+
"name": "page",
|
|
13136
|
+
"default": 1,
|
|
13124
13137
|
"hasDynamicHelp": false,
|
|
13125
13138
|
"multiple": false,
|
|
13126
13139
|
"type": "option"
|
|
13127
13140
|
},
|
|
13128
|
-
"
|
|
13129
|
-
"description": "
|
|
13130
|
-
"name": "
|
|
13141
|
+
"limit": {
|
|
13142
|
+
"description": "Items per page",
|
|
13143
|
+
"name": "limit",
|
|
13144
|
+
"default": 20,
|
|
13131
13145
|
"hasDynamicHelp": false,
|
|
13132
13146
|
"multiple": false,
|
|
13133
13147
|
"type": "option"
|
|
13134
13148
|
},
|
|
13135
|
-
"
|
|
13136
|
-
"description": "
|
|
13137
|
-
"name": "
|
|
13149
|
+
"search": {
|
|
13150
|
+
"description": "Search in key or description",
|
|
13151
|
+
"name": "search",
|
|
13138
13152
|
"hasDynamicHelp": false,
|
|
13139
13153
|
"multiple": false,
|
|
13140
13154
|
"type": "option"
|
|
13141
13155
|
},
|
|
13142
|
-
"
|
|
13143
|
-
"description": "
|
|
13144
|
-
"name": "
|
|
13156
|
+
"color": {
|
|
13157
|
+
"description": "Filter by color",
|
|
13158
|
+
"name": "color",
|
|
13145
13159
|
"hasDynamicHelp": false,
|
|
13146
13160
|
"multiple": false,
|
|
13147
13161
|
"type": "option"
|
|
@@ -13149,7 +13163,7 @@
|
|
|
13149
13163
|
},
|
|
13150
13164
|
"hasDynamicHelp": false,
|
|
13151
13165
|
"hiddenAliases": [],
|
|
13152
|
-
"id": "bots:env-vars:
|
|
13166
|
+
"id": "bots:env-vars:list",
|
|
13153
13167
|
"pluginAlias": "@instantkom/cli",
|
|
13154
13168
|
"pluginName": "@instantkom/cli",
|
|
13155
13169
|
"pluginType": "core",
|
|
@@ -13161,10 +13175,10 @@
|
|
|
13161
13175
|
"commands",
|
|
13162
13176
|
"bots",
|
|
13163
13177
|
"env-vars",
|
|
13164
|
-
"
|
|
13178
|
+
"list.js"
|
|
13165
13179
|
]
|
|
13166
13180
|
},
|
|
13167
|
-
"bots:env-vars:
|
|
13181
|
+
"bots:env-vars:update": {
|
|
13168
13182
|
"aliases": [],
|
|
13169
13183
|
"args": {
|
|
13170
13184
|
"id": {
|
|
@@ -13173,7 +13187,7 @@
|
|
|
13173
13187
|
"required": true
|
|
13174
13188
|
}
|
|
13175
13189
|
},
|
|
13176
|
-
"description": "
|
|
13190
|
+
"description": "Update a bot environment variable",
|
|
13177
13191
|
"flags": {
|
|
13178
13192
|
"api-key": {
|
|
13179
13193
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13236,11 +13250,32 @@
|
|
|
13236
13250
|
"hasDynamicHelp": false,
|
|
13237
13251
|
"multiple": false,
|
|
13238
13252
|
"type": "option"
|
|
13253
|
+
},
|
|
13254
|
+
"description": {
|
|
13255
|
+
"description": "Variable description",
|
|
13256
|
+
"name": "description",
|
|
13257
|
+
"hasDynamicHelp": false,
|
|
13258
|
+
"multiple": false,
|
|
13259
|
+
"type": "option"
|
|
13260
|
+
},
|
|
13261
|
+
"color": {
|
|
13262
|
+
"description": "Variable color as HEX",
|
|
13263
|
+
"name": "color",
|
|
13264
|
+
"hasDynamicHelp": false,
|
|
13265
|
+
"multiple": false,
|
|
13266
|
+
"type": "option"
|
|
13267
|
+
},
|
|
13268
|
+
"data": {
|
|
13269
|
+
"description": "Additional JSON object payload",
|
|
13270
|
+
"name": "data",
|
|
13271
|
+
"hasDynamicHelp": false,
|
|
13272
|
+
"multiple": false,
|
|
13273
|
+
"type": "option"
|
|
13239
13274
|
}
|
|
13240
13275
|
},
|
|
13241
13276
|
"hasDynamicHelp": false,
|
|
13242
13277
|
"hiddenAliases": [],
|
|
13243
|
-
"id": "bots:env-vars:
|
|
13278
|
+
"id": "bots:env-vars:update",
|
|
13244
13279
|
"pluginAlias": "@instantkom/cli",
|
|
13245
13280
|
"pluginName": "@instantkom/cli",
|
|
13246
13281
|
"pluginType": "core",
|
|
@@ -13252,10 +13287,10 @@
|
|
|
13252
13287
|
"commands",
|
|
13253
13288
|
"bots",
|
|
13254
13289
|
"env-vars",
|
|
13255
|
-
"
|
|
13290
|
+
"update.js"
|
|
13256
13291
|
]
|
|
13257
13292
|
},
|
|
13258
|
-
"bots:env-vars:
|
|
13293
|
+
"bots:env-vars:values": {
|
|
13259
13294
|
"aliases": [],
|
|
13260
13295
|
"args": {
|
|
13261
13296
|
"id": {
|
|
@@ -13264,7 +13299,7 @@
|
|
|
13264
13299
|
"required": true
|
|
13265
13300
|
}
|
|
13266
13301
|
},
|
|
13267
|
-
"description": "
|
|
13302
|
+
"description": "List recipient values for a bot environment variable",
|
|
13268
13303
|
"flags": {
|
|
13269
13304
|
"api-key": {
|
|
13270
13305
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13327,11 +13362,41 @@
|
|
|
13327
13362
|
"hasDynamicHelp": false,
|
|
13328
13363
|
"multiple": false,
|
|
13329
13364
|
"type": "option"
|
|
13365
|
+
},
|
|
13366
|
+
"page": {
|
|
13367
|
+
"description": "Page number",
|
|
13368
|
+
"name": "page",
|
|
13369
|
+
"default": 1,
|
|
13370
|
+
"hasDynamicHelp": false,
|
|
13371
|
+
"multiple": false,
|
|
13372
|
+
"type": "option"
|
|
13373
|
+
},
|
|
13374
|
+
"limit": {
|
|
13375
|
+
"description": "Items per page",
|
|
13376
|
+
"name": "limit",
|
|
13377
|
+
"default": 20,
|
|
13378
|
+
"hasDynamicHelp": false,
|
|
13379
|
+
"multiple": false,
|
|
13380
|
+
"type": "option"
|
|
13381
|
+
},
|
|
13382
|
+
"search": {
|
|
13383
|
+
"description": "Search in recipient name or identifier",
|
|
13384
|
+
"name": "search",
|
|
13385
|
+
"hasDynamicHelp": false,
|
|
13386
|
+
"multiple": false,
|
|
13387
|
+
"type": "option"
|
|
13388
|
+
},
|
|
13389
|
+
"recipient": {
|
|
13390
|
+
"description": "Filter by recipient ID",
|
|
13391
|
+
"name": "recipient",
|
|
13392
|
+
"hasDynamicHelp": false,
|
|
13393
|
+
"multiple": false,
|
|
13394
|
+
"type": "option"
|
|
13330
13395
|
}
|
|
13331
13396
|
},
|
|
13332
13397
|
"hasDynamicHelp": false,
|
|
13333
13398
|
"hiddenAliases": [],
|
|
13334
|
-
"id": "bots:env-vars:
|
|
13399
|
+
"id": "bots:env-vars:values",
|
|
13335
13400
|
"pluginAlias": "@instantkom/cli",
|
|
13336
13401
|
"pluginName": "@instantkom/cli",
|
|
13337
13402
|
"pluginType": "core",
|
|
@@ -13343,13 +13408,24 @@
|
|
|
13343
13408
|
"commands",
|
|
13344
13409
|
"bots",
|
|
13345
13410
|
"env-vars",
|
|
13346
|
-
"
|
|
13411
|
+
"values.js"
|
|
13347
13412
|
]
|
|
13348
13413
|
},
|
|
13349
|
-
"bots:
|
|
13414
|
+
"bots:tags:add": {
|
|
13350
13415
|
"aliases": [],
|
|
13351
|
-
"args": {
|
|
13352
|
-
|
|
13416
|
+
"args": {
|
|
13417
|
+
"id": {
|
|
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",
|
|
13353
13429
|
"flags": {
|
|
13354
13430
|
"api-key": {
|
|
13355
13431
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13412,41 +13488,11 @@
|
|
|
13412
13488
|
"hasDynamicHelp": false,
|
|
13413
13489
|
"multiple": false,
|
|
13414
13490
|
"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"
|
|
13445
13491
|
}
|
|
13446
13492
|
},
|
|
13447
13493
|
"hasDynamicHelp": false,
|
|
13448
13494
|
"hiddenAliases": [],
|
|
13449
|
-
"id": "bots:
|
|
13495
|
+
"id": "bots:tags:add",
|
|
13450
13496
|
"pluginAlias": "@instantkom/cli",
|
|
13451
13497
|
"pluginName": "@instantkom/cli",
|
|
13452
13498
|
"pluginType": "core",
|
|
@@ -13457,20 +13503,20 @@
|
|
|
13457
13503
|
"dist",
|
|
13458
13504
|
"commands",
|
|
13459
13505
|
"bots",
|
|
13460
|
-
"
|
|
13461
|
-
"
|
|
13506
|
+
"tags",
|
|
13507
|
+
"add.js"
|
|
13462
13508
|
]
|
|
13463
13509
|
},
|
|
13464
|
-
"bots:
|
|
13510
|
+
"bots:tags:list": {
|
|
13465
13511
|
"aliases": [],
|
|
13466
13512
|
"args": {
|
|
13467
13513
|
"id": {
|
|
13468
|
-
"description": "
|
|
13514
|
+
"description": "Bot ID",
|
|
13469
13515
|
"name": "id",
|
|
13470
13516
|
"required": true
|
|
13471
13517
|
}
|
|
13472
13518
|
},
|
|
13473
|
-
"description": "
|
|
13519
|
+
"description": "List tags assigned to a bot",
|
|
13474
13520
|
"flags": {
|
|
13475
13521
|
"api-key": {
|
|
13476
13522
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13533,32 +13579,11 @@
|
|
|
13533
13579
|
"hasDynamicHelp": false,
|
|
13534
13580
|
"multiple": false,
|
|
13535
13581
|
"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"
|
|
13557
13582
|
}
|
|
13558
13583
|
},
|
|
13559
13584
|
"hasDynamicHelp": false,
|
|
13560
13585
|
"hiddenAliases": [],
|
|
13561
|
-
"id": "bots:
|
|
13586
|
+
"id": "bots:tags:list",
|
|
13562
13587
|
"pluginAlias": "@instantkom/cli",
|
|
13563
13588
|
"pluginName": "@instantkom/cli",
|
|
13564
13589
|
"pluginType": "core",
|
|
@@ -13569,20 +13594,25 @@
|
|
|
13569
13594
|
"dist",
|
|
13570
13595
|
"commands",
|
|
13571
13596
|
"bots",
|
|
13572
|
-
"
|
|
13573
|
-
"
|
|
13597
|
+
"tags",
|
|
13598
|
+
"list.js"
|
|
13574
13599
|
]
|
|
13575
13600
|
},
|
|
13576
|
-
"bots:
|
|
13601
|
+
"bots:tags:remove": {
|
|
13577
13602
|
"aliases": [],
|
|
13578
13603
|
"args": {
|
|
13579
13604
|
"id": {
|
|
13580
|
-
"description": "
|
|
13605
|
+
"description": "Bot ID",
|
|
13581
13606
|
"name": "id",
|
|
13582
13607
|
"required": true
|
|
13608
|
+
},
|
|
13609
|
+
"tagId": {
|
|
13610
|
+
"description": "Tag ID",
|
|
13611
|
+
"name": "tagId",
|
|
13612
|
+
"required": true
|
|
13583
13613
|
}
|
|
13584
13614
|
},
|
|
13585
|
-
"description": "
|
|
13615
|
+
"description": "Remove a tag from a bot",
|
|
13586
13616
|
"flags": {
|
|
13587
13617
|
"api-key": {
|
|
13588
13618
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13645,41 +13675,11 @@
|
|
|
13645
13675
|
"hasDynamicHelp": false,
|
|
13646
13676
|
"multiple": false,
|
|
13647
13677
|
"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:tags:remove",
|
|
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
|
+
"tags",
|
|
13694
|
+
"remove.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:edges:create": {
|
|
14384
14384
|
"aliases": [],
|
|
14385
14385
|
"args": {
|
|
14386
14386
|
"flowId": {
|
|
@@ -14389,7 +14389,7 @@
|
|
|
14389
14389
|
"required": true
|
|
14390
14390
|
}
|
|
14391
14391
|
},
|
|
14392
|
-
"description": "Create a flow
|
|
14392
|
+
"description": "Create a flow edge",
|
|
14393
14393
|
"flags": {
|
|
14394
14394
|
"api-key": {
|
|
14395
14395
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14453,33 +14453,33 @@
|
|
|
14453
14453
|
"multiple": false,
|
|
14454
14454
|
"type": "option"
|
|
14455
14455
|
},
|
|
14456
|
-
"
|
|
14457
|
-
"description": "
|
|
14458
|
-
"name": "
|
|
14456
|
+
"source": {
|
|
14457
|
+
"description": "Source node ID",
|
|
14458
|
+
"name": "source",
|
|
14459
|
+
"required": true,
|
|
14459
14460
|
"hasDynamicHelp": false,
|
|
14460
14461
|
"multiple": false,
|
|
14461
14462
|
"type": "option"
|
|
14462
14463
|
},
|
|
14463
|
-
"
|
|
14464
|
-
"description": "
|
|
14465
|
-
"name": "
|
|
14464
|
+
"target": {
|
|
14465
|
+
"description": "Target node ID",
|
|
14466
|
+
"name": "target",
|
|
14466
14467
|
"required": true,
|
|
14467
14468
|
"hasDynamicHelp": false,
|
|
14468
14469
|
"multiple": false,
|
|
14469
14470
|
"type": "option"
|
|
14470
14471
|
},
|
|
14471
|
-
"
|
|
14472
|
-
"description": "
|
|
14473
|
-
"name": "
|
|
14474
|
-
"required": true,
|
|
14472
|
+
"label": {
|
|
14473
|
+
"description": "Edge label",
|
|
14474
|
+
"name": "label",
|
|
14475
14475
|
"hasDynamicHelp": false,
|
|
14476
14476
|
"multiple": false,
|
|
14477
14477
|
"type": "option"
|
|
14478
14478
|
},
|
|
14479
|
-
"
|
|
14480
|
-
"description": "
|
|
14481
|
-
"name": "
|
|
14482
|
-
"
|
|
14479
|
+
"type": {
|
|
14480
|
+
"description": "Edge type",
|
|
14481
|
+
"name": "type",
|
|
14482
|
+
"default": "default",
|
|
14483
14483
|
"hasDynamicHelp": false,
|
|
14484
14484
|
"multiple": false,
|
|
14485
14485
|
"type": "option"
|
|
@@ -14494,7 +14494,7 @@
|
|
|
14494
14494
|
},
|
|
14495
14495
|
"hasDynamicHelp": false,
|
|
14496
14496
|
"hiddenAliases": [],
|
|
14497
|
-
"id": "flow:
|
|
14497
|
+
"id": "flow:edges:create",
|
|
14498
14498
|
"pluginAlias": "@instantkom/cli",
|
|
14499
14499
|
"pluginName": "@instantkom/cli",
|
|
14500
14500
|
"pluginType": "core",
|
|
@@ -14505,11 +14505,11 @@
|
|
|
14505
14505
|
"dist",
|
|
14506
14506
|
"commands",
|
|
14507
14507
|
"flow",
|
|
14508
|
-
"
|
|
14508
|
+
"edges",
|
|
14509
14509
|
"create.js"
|
|
14510
14510
|
]
|
|
14511
14511
|
},
|
|
14512
|
-
"flow:
|
|
14512
|
+
"flow:edges:delete": {
|
|
14513
14513
|
"aliases": [],
|
|
14514
14514
|
"args": {
|
|
14515
14515
|
"flowId": {
|
|
@@ -14517,13 +14517,13 @@
|
|
|
14517
14517
|
"name": "flowId",
|
|
14518
14518
|
"required": true
|
|
14519
14519
|
},
|
|
14520
|
-
"
|
|
14521
|
-
"description": "
|
|
14522
|
-
"name": "
|
|
14520
|
+
"edgeId": {
|
|
14521
|
+
"description": "Edge ID",
|
|
14522
|
+
"name": "edgeId",
|
|
14523
14523
|
"required": true
|
|
14524
14524
|
}
|
|
14525
14525
|
},
|
|
14526
|
-
"description": "Delete a flow
|
|
14526
|
+
"description": "Delete a flow edge",
|
|
14527
14527
|
"flags": {
|
|
14528
14528
|
"api-key": {
|
|
14529
14529
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14590,7 +14590,7 @@
|
|
|
14590
14590
|
},
|
|
14591
14591
|
"hasDynamicHelp": false,
|
|
14592
14592
|
"hiddenAliases": [],
|
|
14593
|
-
"id": "flow:
|
|
14593
|
+
"id": "flow:edges:delete",
|
|
14594
14594
|
"pluginAlias": "@instantkom/cli",
|
|
14595
14595
|
"pluginName": "@instantkom/cli",
|
|
14596
14596
|
"pluginType": "core",
|
|
@@ -14601,11 +14601,11 @@
|
|
|
14601
14601
|
"dist",
|
|
14602
14602
|
"commands",
|
|
14603
14603
|
"flow",
|
|
14604
|
-
"
|
|
14604
|
+
"edges",
|
|
14605
14605
|
"delete.js"
|
|
14606
14606
|
]
|
|
14607
14607
|
},
|
|
14608
|
-
"flow:
|
|
14608
|
+
"flow:edges:get": {
|
|
14609
14609
|
"aliases": [],
|
|
14610
14610
|
"args": {
|
|
14611
14611
|
"flowId": {
|
|
@@ -14613,13 +14613,13 @@
|
|
|
14613
14613
|
"name": "flowId",
|
|
14614
14614
|
"required": true
|
|
14615
14615
|
},
|
|
14616
|
-
"
|
|
14617
|
-
"description": "
|
|
14618
|
-
"name": "
|
|
14616
|
+
"edgeId": {
|
|
14617
|
+
"description": "Edge ID",
|
|
14618
|
+
"name": "edgeId",
|
|
14619
14619
|
"required": true
|
|
14620
14620
|
}
|
|
14621
14621
|
},
|
|
14622
|
-
"description": "Get a flow
|
|
14622
|
+
"description": "Get a flow edge",
|
|
14623
14623
|
"flags": {
|
|
14624
14624
|
"api-key": {
|
|
14625
14625
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14686,7 +14686,7 @@
|
|
|
14686
14686
|
},
|
|
14687
14687
|
"hasDynamicHelp": false,
|
|
14688
14688
|
"hiddenAliases": [],
|
|
14689
|
-
"id": "flow:
|
|
14689
|
+
"id": "flow:edges:get",
|
|
14690
14690
|
"pluginAlias": "@instantkom/cli",
|
|
14691
14691
|
"pluginName": "@instantkom/cli",
|
|
14692
14692
|
"pluginType": "core",
|
|
@@ -14697,11 +14697,11 @@
|
|
|
14697
14697
|
"dist",
|
|
14698
14698
|
"commands",
|
|
14699
14699
|
"flow",
|
|
14700
|
-
"
|
|
14700
|
+
"edges",
|
|
14701
14701
|
"get.js"
|
|
14702
14702
|
]
|
|
14703
14703
|
},
|
|
14704
|
-
"flow:
|
|
14704
|
+
"flow:edges:list": {
|
|
14705
14705
|
"aliases": [],
|
|
14706
14706
|
"args": {
|
|
14707
14707
|
"flowId": {
|
|
@@ -14710,7 +14710,7 @@
|
|
|
14710
14710
|
"required": true
|
|
14711
14711
|
}
|
|
14712
14712
|
},
|
|
14713
|
-
"description": "List
|
|
14713
|
+
"description": "List edges in a flow",
|
|
14714
14714
|
"flags": {
|
|
14715
14715
|
"api-key": {
|
|
14716
14716
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14777,7 +14777,7 @@
|
|
|
14777
14777
|
},
|
|
14778
14778
|
"hasDynamicHelp": false,
|
|
14779
14779
|
"hiddenAliases": [],
|
|
14780
|
-
"id": "flow:
|
|
14780
|
+
"id": "flow:edges:list",
|
|
14781
14781
|
"pluginAlias": "@instantkom/cli",
|
|
14782
14782
|
"pluginName": "@instantkom/cli",
|
|
14783
14783
|
"pluginType": "core",
|
|
@@ -14788,11 +14788,11 @@
|
|
|
14788
14788
|
"dist",
|
|
14789
14789
|
"commands",
|
|
14790
14790
|
"flow",
|
|
14791
|
-
"
|
|
14791
|
+
"edges",
|
|
14792
14792
|
"list.js"
|
|
14793
14793
|
]
|
|
14794
14794
|
},
|
|
14795
|
-
"flow:
|
|
14795
|
+
"flow:edges:update": {
|
|
14796
14796
|
"aliases": [],
|
|
14797
14797
|
"args": {
|
|
14798
14798
|
"flowId": {
|
|
@@ -14800,13 +14800,13 @@
|
|
|
14800
14800
|
"name": "flowId",
|
|
14801
14801
|
"required": true
|
|
14802
14802
|
},
|
|
14803
|
-
"
|
|
14804
|
-
"description": "
|
|
14805
|
-
"name": "
|
|
14803
|
+
"edgeId": {
|
|
14804
|
+
"description": "Edge ID",
|
|
14805
|
+
"name": "edgeId",
|
|
14806
14806
|
"required": true
|
|
14807
14807
|
}
|
|
14808
14808
|
},
|
|
14809
|
-
"description": "Update a flow
|
|
14809
|
+
"description": "Update a flow edge",
|
|
14810
14810
|
"flags": {
|
|
14811
14811
|
"api-key": {
|
|
14812
14812
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14870,30 +14870,30 @@
|
|
|
14870
14870
|
"multiple": false,
|
|
14871
14871
|
"type": "option"
|
|
14872
14872
|
},
|
|
14873
|
-
"
|
|
14874
|
-
"description": "
|
|
14875
|
-
"name": "
|
|
14873
|
+
"source": {
|
|
14874
|
+
"description": "Source node ID",
|
|
14875
|
+
"name": "source",
|
|
14876
14876
|
"hasDynamicHelp": false,
|
|
14877
14877
|
"multiple": false,
|
|
14878
14878
|
"type": "option"
|
|
14879
14879
|
},
|
|
14880
|
-
"
|
|
14881
|
-
"description": "
|
|
14882
|
-
"name": "
|
|
14880
|
+
"target": {
|
|
14881
|
+
"description": "Target node ID",
|
|
14882
|
+
"name": "target",
|
|
14883
14883
|
"hasDynamicHelp": false,
|
|
14884
14884
|
"multiple": false,
|
|
14885
14885
|
"type": "option"
|
|
14886
14886
|
},
|
|
14887
|
-
"
|
|
14888
|
-
"description": "
|
|
14889
|
-
"name": "
|
|
14887
|
+
"label": {
|
|
14888
|
+
"description": "Edge label",
|
|
14889
|
+
"name": "label",
|
|
14890
14890
|
"hasDynamicHelp": false,
|
|
14891
14891
|
"multiple": false,
|
|
14892
14892
|
"type": "option"
|
|
14893
14893
|
},
|
|
14894
|
-
"
|
|
14895
|
-
"description": "
|
|
14896
|
-
"name": "
|
|
14894
|
+
"type": {
|
|
14895
|
+
"description": "Edge type",
|
|
14896
|
+
"name": "type",
|
|
14897
14897
|
"hasDynamicHelp": false,
|
|
14898
14898
|
"multiple": false,
|
|
14899
14899
|
"type": "option"
|
|
@@ -14908,7 +14908,7 @@
|
|
|
14908
14908
|
},
|
|
14909
14909
|
"hasDynamicHelp": false,
|
|
14910
14910
|
"hiddenAliases": [],
|
|
14911
|
-
"id": "flow:
|
|
14911
|
+
"id": "flow:edges:update",
|
|
14912
14912
|
"pluginAlias": "@instantkom/cli",
|
|
14913
14913
|
"pluginName": "@instantkom/cli",
|
|
14914
14914
|
"pluginType": "core",
|
|
@@ -14919,11 +14919,11 @@
|
|
|
14919
14919
|
"dist",
|
|
14920
14920
|
"commands",
|
|
14921
14921
|
"flow",
|
|
14922
|
-
"
|
|
14922
|
+
"edges",
|
|
14923
14923
|
"update.js"
|
|
14924
14924
|
]
|
|
14925
14925
|
},
|
|
14926
|
-
"flow:
|
|
14926
|
+
"flow:nodes:create": {
|
|
14927
14927
|
"aliases": [],
|
|
14928
14928
|
"args": {
|
|
14929
14929
|
"flowId": {
|
|
@@ -14932,7 +14932,7 @@
|
|
|
14932
14932
|
"required": true
|
|
14933
14933
|
}
|
|
14934
14934
|
},
|
|
14935
|
-
"description": "Create a flow
|
|
14935
|
+
"description": "Create a flow node",
|
|
14936
14936
|
"flags": {
|
|
14937
14937
|
"api-key": {
|
|
14938
14938
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14996,33 +14996,33 @@
|
|
|
14996
14996
|
"multiple": false,
|
|
14997
14997
|
"type": "option"
|
|
14998
14998
|
},
|
|
14999
|
-
"
|
|
15000
|
-
"description": "
|
|
15001
|
-
"name": "
|
|
15002
|
-
"required": true,
|
|
14999
|
+
"bot": {
|
|
15000
|
+
"description": "Bot ID",
|
|
15001
|
+
"name": "bot",
|
|
15003
15002
|
"hasDynamicHelp": false,
|
|
15004
15003
|
"multiple": false,
|
|
15005
15004
|
"type": "option"
|
|
15006
15005
|
},
|
|
15007
|
-
"
|
|
15008
|
-
"description": "
|
|
15009
|
-
"name": "
|
|
15006
|
+
"type": {
|
|
15007
|
+
"description": "Node type",
|
|
15008
|
+
"name": "type",
|
|
15010
15009
|
"required": true,
|
|
15011
15010
|
"hasDynamicHelp": false,
|
|
15012
15011
|
"multiple": false,
|
|
15013
15012
|
"type": "option"
|
|
15014
15013
|
},
|
|
15015
|
-
"
|
|
15016
|
-
"description": "
|
|
15017
|
-
"name": "
|
|
15014
|
+
"x": {
|
|
15015
|
+
"description": "X position",
|
|
15016
|
+
"name": "x",
|
|
15017
|
+
"required": true,
|
|
15018
15018
|
"hasDynamicHelp": false,
|
|
15019
15019
|
"multiple": false,
|
|
15020
15020
|
"type": "option"
|
|
15021
15021
|
},
|
|
15022
|
-
"
|
|
15023
|
-
"description": "
|
|
15024
|
-
"name": "
|
|
15025
|
-
"
|
|
15022
|
+
"y": {
|
|
15023
|
+
"description": "Y position",
|
|
15024
|
+
"name": "y",
|
|
15025
|
+
"required": true,
|
|
15026
15026
|
"hasDynamicHelp": false,
|
|
15027
15027
|
"multiple": false,
|
|
15028
15028
|
"type": "option"
|
|
@@ -15037,7 +15037,7 @@
|
|
|
15037
15037
|
},
|
|
15038
15038
|
"hasDynamicHelp": false,
|
|
15039
15039
|
"hiddenAliases": [],
|
|
15040
|
-
"id": "flow:
|
|
15040
|
+
"id": "flow:nodes:create",
|
|
15041
15041
|
"pluginAlias": "@instantkom/cli",
|
|
15042
15042
|
"pluginName": "@instantkom/cli",
|
|
15043
15043
|
"pluginType": "core",
|
|
@@ -15048,11 +15048,11 @@
|
|
|
15048
15048
|
"dist",
|
|
15049
15049
|
"commands",
|
|
15050
15050
|
"flow",
|
|
15051
|
-
"
|
|
15051
|
+
"nodes",
|
|
15052
15052
|
"create.js"
|
|
15053
15053
|
]
|
|
15054
15054
|
},
|
|
15055
|
-
"flow:
|
|
15055
|
+
"flow:nodes:delete": {
|
|
15056
15056
|
"aliases": [],
|
|
15057
15057
|
"args": {
|
|
15058
15058
|
"flowId": {
|
|
@@ -15060,13 +15060,13 @@
|
|
|
15060
15060
|
"name": "flowId",
|
|
15061
15061
|
"required": true
|
|
15062
15062
|
},
|
|
15063
|
-
"
|
|
15064
|
-
"description": "
|
|
15065
|
-
"name": "
|
|
15063
|
+
"nodeId": {
|
|
15064
|
+
"description": "Node ID",
|
|
15065
|
+
"name": "nodeId",
|
|
15066
15066
|
"required": true
|
|
15067
15067
|
}
|
|
15068
15068
|
},
|
|
15069
|
-
"description": "Delete a flow
|
|
15069
|
+
"description": "Delete a flow node",
|
|
15070
15070
|
"flags": {
|
|
15071
15071
|
"api-key": {
|
|
15072
15072
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15133,7 +15133,7 @@
|
|
|
15133
15133
|
},
|
|
15134
15134
|
"hasDynamicHelp": false,
|
|
15135
15135
|
"hiddenAliases": [],
|
|
15136
|
-
"id": "flow:
|
|
15136
|
+
"id": "flow:nodes:delete",
|
|
15137
15137
|
"pluginAlias": "@instantkom/cli",
|
|
15138
15138
|
"pluginName": "@instantkom/cli",
|
|
15139
15139
|
"pluginType": "core",
|
|
@@ -15144,11 +15144,11 @@
|
|
|
15144
15144
|
"dist",
|
|
15145
15145
|
"commands",
|
|
15146
15146
|
"flow",
|
|
15147
|
-
"
|
|
15147
|
+
"nodes",
|
|
15148
15148
|
"delete.js"
|
|
15149
15149
|
]
|
|
15150
15150
|
},
|
|
15151
|
-
"flow:
|
|
15151
|
+
"flow:nodes:get": {
|
|
15152
15152
|
"aliases": [],
|
|
15153
15153
|
"args": {
|
|
15154
15154
|
"flowId": {
|
|
@@ -15156,13 +15156,13 @@
|
|
|
15156
15156
|
"name": "flowId",
|
|
15157
15157
|
"required": true
|
|
15158
15158
|
},
|
|
15159
|
-
"
|
|
15160
|
-
"description": "
|
|
15161
|
-
"name": "
|
|
15159
|
+
"nodeId": {
|
|
15160
|
+
"description": "Node ID",
|
|
15161
|
+
"name": "nodeId",
|
|
15162
15162
|
"required": true
|
|
15163
15163
|
}
|
|
15164
15164
|
},
|
|
15165
|
-
"description": "Get a flow
|
|
15165
|
+
"description": "Get a flow node",
|
|
15166
15166
|
"flags": {
|
|
15167
15167
|
"api-key": {
|
|
15168
15168
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15229,7 +15229,7 @@
|
|
|
15229
15229
|
},
|
|
15230
15230
|
"hasDynamicHelp": false,
|
|
15231
15231
|
"hiddenAliases": [],
|
|
15232
|
-
"id": "flow:
|
|
15232
|
+
"id": "flow:nodes:get",
|
|
15233
15233
|
"pluginAlias": "@instantkom/cli",
|
|
15234
15234
|
"pluginName": "@instantkom/cli",
|
|
15235
15235
|
"pluginType": "core",
|
|
@@ -15240,11 +15240,11 @@
|
|
|
15240
15240
|
"dist",
|
|
15241
15241
|
"commands",
|
|
15242
15242
|
"flow",
|
|
15243
|
-
"
|
|
15243
|
+
"nodes",
|
|
15244
15244
|
"get.js"
|
|
15245
15245
|
]
|
|
15246
15246
|
},
|
|
15247
|
-
"flow:
|
|
15247
|
+
"flow:nodes:list": {
|
|
15248
15248
|
"aliases": [],
|
|
15249
15249
|
"args": {
|
|
15250
15250
|
"flowId": {
|
|
@@ -15253,7 +15253,7 @@
|
|
|
15253
15253
|
"required": true
|
|
15254
15254
|
}
|
|
15255
15255
|
},
|
|
15256
|
-
"description": "List
|
|
15256
|
+
"description": "List nodes in a flow",
|
|
15257
15257
|
"flags": {
|
|
15258
15258
|
"api-key": {
|
|
15259
15259
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15320,7 +15320,7 @@
|
|
|
15320
15320
|
},
|
|
15321
15321
|
"hasDynamicHelp": false,
|
|
15322
15322
|
"hiddenAliases": [],
|
|
15323
|
-
"id": "flow:
|
|
15323
|
+
"id": "flow:nodes:list",
|
|
15324
15324
|
"pluginAlias": "@instantkom/cli",
|
|
15325
15325
|
"pluginName": "@instantkom/cli",
|
|
15326
15326
|
"pluginType": "core",
|
|
@@ -15331,11 +15331,11 @@
|
|
|
15331
15331
|
"dist",
|
|
15332
15332
|
"commands",
|
|
15333
15333
|
"flow",
|
|
15334
|
-
"
|
|
15334
|
+
"nodes",
|
|
15335
15335
|
"list.js"
|
|
15336
15336
|
]
|
|
15337
15337
|
},
|
|
15338
|
-
"flow:
|
|
15338
|
+
"flow:nodes:update": {
|
|
15339
15339
|
"aliases": [],
|
|
15340
15340
|
"args": {
|
|
15341
15341
|
"flowId": {
|
|
@@ -15343,13 +15343,13 @@
|
|
|
15343
15343
|
"name": "flowId",
|
|
15344
15344
|
"required": true
|
|
15345
15345
|
},
|
|
15346
|
-
"
|
|
15347
|
-
"description": "
|
|
15348
|
-
"name": "
|
|
15346
|
+
"nodeId": {
|
|
15347
|
+
"description": "Node ID",
|
|
15348
|
+
"name": "nodeId",
|
|
15349
15349
|
"required": true
|
|
15350
15350
|
}
|
|
15351
15351
|
},
|
|
15352
|
-
"description": "Update a flow
|
|
15352
|
+
"description": "Update a flow node",
|
|
15353
15353
|
"flags": {
|
|
15354
15354
|
"api-key": {
|
|
15355
15355
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15413,30 +15413,30 @@
|
|
|
15413
15413
|
"multiple": false,
|
|
15414
15414
|
"type": "option"
|
|
15415
15415
|
},
|
|
15416
|
-
"
|
|
15417
|
-
"description": "
|
|
15418
|
-
"name": "
|
|
15416
|
+
"bot": {
|
|
15417
|
+
"description": "Bot ID",
|
|
15418
|
+
"name": "bot",
|
|
15419
15419
|
"hasDynamicHelp": false,
|
|
15420
15420
|
"multiple": false,
|
|
15421
15421
|
"type": "option"
|
|
15422
15422
|
},
|
|
15423
|
-
"
|
|
15424
|
-
"description": "
|
|
15425
|
-
"name": "
|
|
15423
|
+
"type": {
|
|
15424
|
+
"description": "Node type",
|
|
15425
|
+
"name": "type",
|
|
15426
15426
|
"hasDynamicHelp": false,
|
|
15427
15427
|
"multiple": false,
|
|
15428
15428
|
"type": "option"
|
|
15429
15429
|
},
|
|
15430
|
-
"
|
|
15431
|
-
"description": "
|
|
15432
|
-
"name": "
|
|
15430
|
+
"x": {
|
|
15431
|
+
"description": "X position",
|
|
15432
|
+
"name": "x",
|
|
15433
15433
|
"hasDynamicHelp": false,
|
|
15434
15434
|
"multiple": false,
|
|
15435
15435
|
"type": "option"
|
|
15436
15436
|
},
|
|
15437
|
-
"
|
|
15438
|
-
"description": "
|
|
15439
|
-
"name": "
|
|
15437
|
+
"y": {
|
|
15438
|
+
"description": "Y position",
|
|
15439
|
+
"name": "y",
|
|
15440
15440
|
"hasDynamicHelp": false,
|
|
15441
15441
|
"multiple": false,
|
|
15442
15442
|
"type": "option"
|
|
@@ -15451,7 +15451,7 @@
|
|
|
15451
15451
|
},
|
|
15452
15452
|
"hasDynamicHelp": false,
|
|
15453
15453
|
"hiddenAliases": [],
|
|
15454
|
-
"id": "flow:
|
|
15454
|
+
"id": "flow:nodes:update",
|
|
15455
15455
|
"pluginAlias": "@instantkom/cli",
|
|
15456
15456
|
"pluginName": "@instantkom/cli",
|
|
15457
15457
|
"pluginType": "core",
|
|
@@ -15462,7 +15462,7 @@
|
|
|
15462
15462
|
"dist",
|
|
15463
15463
|
"commands",
|
|
15464
15464
|
"flow",
|
|
15465
|
-
"
|
|
15465
|
+
"nodes",
|
|
15466
15466
|
"update.js"
|
|
15467
15467
|
]
|
|
15468
15468
|
},
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.186.
|
|
17055
|
+
"version": "3.186.1"
|
|
17056
17056
|
}
|