@instantkom/cli 3.185.1 → 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 +761 -761
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1255,6 +1255,40 @@
|
|
|
1255
1255
|
"logout.js"
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
|
+
"autocomplete:script": {
|
|
1259
|
+
"aliases": [],
|
|
1260
|
+
"args": {
|
|
1261
|
+
"shell": {
|
|
1262
|
+
"description": "Shell type",
|
|
1263
|
+
"name": "shell",
|
|
1264
|
+
"options": [
|
|
1265
|
+
"zsh",
|
|
1266
|
+
"bash",
|
|
1267
|
+
"fish",
|
|
1268
|
+
"powershell"
|
|
1269
|
+
],
|
|
1270
|
+
"required": false
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"description": "outputs autocomplete config script for shells",
|
|
1274
|
+
"flags": {},
|
|
1275
|
+
"hasDynamicHelp": false,
|
|
1276
|
+
"hidden": true,
|
|
1277
|
+
"hiddenAliases": [],
|
|
1278
|
+
"id": "autocomplete:script",
|
|
1279
|
+
"pluginAlias": "@instantkom/cli",
|
|
1280
|
+
"pluginName": "@instantkom/cli",
|
|
1281
|
+
"pluginType": "core",
|
|
1282
|
+
"strict": true,
|
|
1283
|
+
"enableJsonFlag": false,
|
|
1284
|
+
"isESM": true,
|
|
1285
|
+
"relativePath": [
|
|
1286
|
+
"dist",
|
|
1287
|
+
"commands",
|
|
1288
|
+
"autocomplete",
|
|
1289
|
+
"script.js"
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1258
1292
|
"bots:create": {
|
|
1259
1293
|
"aliases": [],
|
|
1260
1294
|
"args": {},
|
|
@@ -1981,40 +2015,6 @@
|
|
|
1981
2015
|
"update.js"
|
|
1982
2016
|
]
|
|
1983
2017
|
},
|
|
1984
|
-
"autocomplete:script": {
|
|
1985
|
-
"aliases": [],
|
|
1986
|
-
"args": {
|
|
1987
|
-
"shell": {
|
|
1988
|
-
"description": "Shell type",
|
|
1989
|
-
"name": "shell",
|
|
1990
|
-
"options": [
|
|
1991
|
-
"zsh",
|
|
1992
|
-
"bash",
|
|
1993
|
-
"fish",
|
|
1994
|
-
"powershell"
|
|
1995
|
-
],
|
|
1996
|
-
"required": false
|
|
1997
|
-
}
|
|
1998
|
-
},
|
|
1999
|
-
"description": "outputs autocomplete config script for shells",
|
|
2000
|
-
"flags": {},
|
|
2001
|
-
"hasDynamicHelp": false,
|
|
2002
|
-
"hidden": true,
|
|
2003
|
-
"hiddenAliases": [],
|
|
2004
|
-
"id": "autocomplete:script",
|
|
2005
|
-
"pluginAlias": "@instantkom/cli",
|
|
2006
|
-
"pluginName": "@instantkom/cli",
|
|
2007
|
-
"pluginType": "core",
|
|
2008
|
-
"strict": true,
|
|
2009
|
-
"enableJsonFlag": false,
|
|
2010
|
-
"isESM": true,
|
|
2011
|
-
"relativePath": [
|
|
2012
|
-
"dist",
|
|
2013
|
-
"commands",
|
|
2014
|
-
"autocomplete",
|
|
2015
|
-
"script.js"
|
|
2016
|
-
]
|
|
2017
|
-
},
|
|
2018
2018
|
"broadcast:create": {
|
|
2019
2019
|
"aliases": [],
|
|
2020
2020
|
"args": {},
|
|
@@ -3999,10 +3999,10 @@
|
|
|
3999
3999
|
"unset.js"
|
|
4000
4000
|
]
|
|
4001
4001
|
},
|
|
4002
|
-
"
|
|
4002
|
+
"custom-fields:bulk-delete": {
|
|
4003
4003
|
"aliases": [],
|
|
4004
4004
|
"args": {},
|
|
4005
|
-
"description": "
|
|
4005
|
+
"description": "Bulk delete custom fields",
|
|
4006
4006
|
"flags": {
|
|
4007
4007
|
"api-key": {
|
|
4008
4008
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4066,40 +4066,18 @@
|
|
|
4066
4066
|
"multiple": false,
|
|
4067
4067
|
"type": "option"
|
|
4068
4068
|
},
|
|
4069
|
-
"
|
|
4070
|
-
"description": "
|
|
4071
|
-
"name": "
|
|
4072
|
-
"required": true,
|
|
4073
|
-
"hasDynamicHelp": false,
|
|
4074
|
-
"multiple": false,
|
|
4075
|
-
"type": "option"
|
|
4076
|
-
},
|
|
4077
|
-
"identifier": {
|
|
4078
|
-
"description": "Unique contact identifier",
|
|
4079
|
-
"name": "identifier",
|
|
4069
|
+
"ids": {
|
|
4070
|
+
"description": "Comma-separated custom field IDs",
|
|
4071
|
+
"name": "ids",
|
|
4080
4072
|
"required": true,
|
|
4081
4073
|
"hasDynamicHelp": false,
|
|
4082
4074
|
"multiple": false,
|
|
4083
4075
|
"type": "option"
|
|
4084
|
-
},
|
|
4085
|
-
"name": {
|
|
4086
|
-
"description": "Contact name",
|
|
4087
|
-
"name": "name",
|
|
4088
|
-
"hasDynamicHelp": false,
|
|
4089
|
-
"multiple": false,
|
|
4090
|
-
"type": "option"
|
|
4091
|
-
},
|
|
4092
|
-
"data": {
|
|
4093
|
-
"description": "Additional JSON object payload",
|
|
4094
|
-
"name": "data",
|
|
4095
|
-
"hasDynamicHelp": false,
|
|
4096
|
-
"multiple": false,
|
|
4097
|
-
"type": "option"
|
|
4098
4076
|
}
|
|
4099
4077
|
},
|
|
4100
4078
|
"hasDynamicHelp": false,
|
|
4101
4079
|
"hiddenAliases": [],
|
|
4102
|
-
"id": "
|
|
4080
|
+
"id": "custom-fields:bulk-delete",
|
|
4103
4081
|
"pluginAlias": "@instantkom/cli",
|
|
4104
4082
|
"pluginName": "@instantkom/cli",
|
|
4105
4083
|
"pluginType": "core",
|
|
@@ -4109,20 +4087,14 @@
|
|
|
4109
4087
|
"relativePath": [
|
|
4110
4088
|
"dist",
|
|
4111
4089
|
"commands",
|
|
4112
|
-
"
|
|
4113
|
-
"
|
|
4090
|
+
"custom-fields",
|
|
4091
|
+
"bulk-delete.js"
|
|
4114
4092
|
]
|
|
4115
4093
|
},
|
|
4116
|
-
"
|
|
4094
|
+
"custom-fields:create": {
|
|
4117
4095
|
"aliases": [],
|
|
4118
|
-
"args": {
|
|
4119
|
-
|
|
4120
|
-
"description": "Contact ID",
|
|
4121
|
-
"name": "id",
|
|
4122
|
-
"required": true
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
"description": "Delete a contact",
|
|
4096
|
+
"args": {},
|
|
4097
|
+
"description": "Create a custom field",
|
|
4126
4098
|
"flags": {
|
|
4127
4099
|
"api-key": {
|
|
4128
4100
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4185,11 +4157,72 @@
|
|
|
4185
4157
|
"hasDynamicHelp": false,
|
|
4186
4158
|
"multiple": false,
|
|
4187
4159
|
"type": "option"
|
|
4160
|
+
},
|
|
4161
|
+
"name": {
|
|
4162
|
+
"description": "Field name",
|
|
4163
|
+
"name": "name",
|
|
4164
|
+
"required": true,
|
|
4165
|
+
"hasDynamicHelp": false,
|
|
4166
|
+
"multiple": false,
|
|
4167
|
+
"type": "option"
|
|
4168
|
+
},
|
|
4169
|
+
"key": {
|
|
4170
|
+
"description": "Field key",
|
|
4171
|
+
"name": "key",
|
|
4172
|
+
"required": true,
|
|
4173
|
+
"hasDynamicHelp": false,
|
|
4174
|
+
"multiple": false,
|
|
4175
|
+
"type": "option"
|
|
4176
|
+
},
|
|
4177
|
+
"type": {
|
|
4178
|
+
"description": "Field type",
|
|
4179
|
+
"name": "type",
|
|
4180
|
+
"required": true,
|
|
4181
|
+
"hasDynamicHelp": false,
|
|
4182
|
+
"multiple": false,
|
|
4183
|
+
"options": [
|
|
4184
|
+
"text",
|
|
4185
|
+
"number",
|
|
4186
|
+
"date",
|
|
4187
|
+
"dropdown",
|
|
4188
|
+
"checkbox",
|
|
4189
|
+
"url",
|
|
4190
|
+
"email",
|
|
4191
|
+
"phone"
|
|
4192
|
+
],
|
|
4193
|
+
"type": "option"
|
|
4194
|
+
},
|
|
4195
|
+
"required": {
|
|
4196
|
+
"description": "Field is required",
|
|
4197
|
+
"name": "required",
|
|
4198
|
+
"allowNo": false,
|
|
4199
|
+
"type": "boolean"
|
|
4200
|
+
},
|
|
4201
|
+
"default": {
|
|
4202
|
+
"description": "Default value",
|
|
4203
|
+
"name": "default",
|
|
4204
|
+
"hasDynamicHelp": false,
|
|
4205
|
+
"multiple": false,
|
|
4206
|
+
"type": "option"
|
|
4207
|
+
},
|
|
4208
|
+
"options": {
|
|
4209
|
+
"description": "Comma-separated dropdown options",
|
|
4210
|
+
"name": "options",
|
|
4211
|
+
"hasDynamicHelp": false,
|
|
4212
|
+
"multiple": false,
|
|
4213
|
+
"type": "option"
|
|
4214
|
+
},
|
|
4215
|
+
"data": {
|
|
4216
|
+
"description": "Additional JSON object payload",
|
|
4217
|
+
"name": "data",
|
|
4218
|
+
"hasDynamicHelp": false,
|
|
4219
|
+
"multiple": false,
|
|
4220
|
+
"type": "option"
|
|
4188
4221
|
}
|
|
4189
4222
|
},
|
|
4190
4223
|
"hasDynamicHelp": false,
|
|
4191
4224
|
"hiddenAliases": [],
|
|
4192
|
-
"id": "
|
|
4225
|
+
"id": "custom-fields:create",
|
|
4193
4226
|
"pluginAlias": "@instantkom/cli",
|
|
4194
4227
|
"pluginName": "@instantkom/cli",
|
|
4195
4228
|
"pluginType": "core",
|
|
@@ -4199,14 +4232,20 @@
|
|
|
4199
4232
|
"relativePath": [
|
|
4200
4233
|
"dist",
|
|
4201
4234
|
"commands",
|
|
4202
|
-
"
|
|
4203
|
-
"
|
|
4235
|
+
"custom-fields",
|
|
4236
|
+
"create.js"
|
|
4204
4237
|
]
|
|
4205
4238
|
},
|
|
4206
|
-
"
|
|
4239
|
+
"custom-fields:delete": {
|
|
4207
4240
|
"aliases": [],
|
|
4208
|
-
"args": {
|
|
4209
|
-
|
|
4241
|
+
"args": {
|
|
4242
|
+
"id": {
|
|
4243
|
+
"description": "custom field ID",
|
|
4244
|
+
"name": "id",
|
|
4245
|
+
"required": true
|
|
4246
|
+
}
|
|
4247
|
+
},
|
|
4248
|
+
"description": "Delete custom field",
|
|
4210
4249
|
"flags": {
|
|
4211
4250
|
"api-key": {
|
|
4212
4251
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4269,49 +4308,11 @@
|
|
|
4269
4308
|
"hasDynamicHelp": false,
|
|
4270
4309
|
"multiple": false,
|
|
4271
4310
|
"type": "option"
|
|
4272
|
-
},
|
|
4273
|
-
"file": {
|
|
4274
|
-
"description": "CSV output file path",
|
|
4275
|
-
"name": "file",
|
|
4276
|
-
"required": true,
|
|
4277
|
-
"hasDynamicHelp": false,
|
|
4278
|
-
"multiple": false,
|
|
4279
|
-
"type": "option"
|
|
4280
|
-
},
|
|
4281
|
-
"channel": {
|
|
4282
|
-
"description": "Filter by channel ID",
|
|
4283
|
-
"name": "channel",
|
|
4284
|
-
"hasDynamicHelp": false,
|
|
4285
|
-
"multiple": false,
|
|
4286
|
-
"type": "option"
|
|
4287
|
-
},
|
|
4288
|
-
"search": {
|
|
4289
|
-
"description": "Search by name or identifier",
|
|
4290
|
-
"name": "search",
|
|
4291
|
-
"hasDynamicHelp": false,
|
|
4292
|
-
"multiple": false,
|
|
4293
|
-
"type": "option"
|
|
4294
|
-
},
|
|
4295
|
-
"page": {
|
|
4296
|
-
"description": "Page number",
|
|
4297
|
-
"name": "page",
|
|
4298
|
-
"default": 1,
|
|
4299
|
-
"hasDynamicHelp": false,
|
|
4300
|
-
"multiple": false,
|
|
4301
|
-
"type": "option"
|
|
4302
|
-
},
|
|
4303
|
-
"limit": {
|
|
4304
|
-
"description": "Items per page",
|
|
4305
|
-
"name": "limit",
|
|
4306
|
-
"default": 100,
|
|
4307
|
-
"hasDynamicHelp": false,
|
|
4308
|
-
"multiple": false,
|
|
4309
|
-
"type": "option"
|
|
4310
4311
|
}
|
|
4311
4312
|
},
|
|
4312
4313
|
"hasDynamicHelp": false,
|
|
4313
4314
|
"hiddenAliases": [],
|
|
4314
|
-
"id": "
|
|
4315
|
+
"id": "custom-fields:delete",
|
|
4315
4316
|
"pluginAlias": "@instantkom/cli",
|
|
4316
4317
|
"pluginName": "@instantkom/cli",
|
|
4317
4318
|
"pluginType": "core",
|
|
@@ -4321,20 +4322,20 @@
|
|
|
4321
4322
|
"relativePath": [
|
|
4322
4323
|
"dist",
|
|
4323
4324
|
"commands",
|
|
4324
|
-
"
|
|
4325
|
-
"
|
|
4325
|
+
"custom-fields",
|
|
4326
|
+
"delete.js"
|
|
4326
4327
|
]
|
|
4327
4328
|
},
|
|
4328
|
-
"
|
|
4329
|
+
"custom-fields:get": {
|
|
4329
4330
|
"aliases": [],
|
|
4330
4331
|
"args": {
|
|
4331
4332
|
"id": {
|
|
4332
|
-
"description": "
|
|
4333
|
+
"description": "custom field ID",
|
|
4333
4334
|
"name": "id",
|
|
4334
4335
|
"required": true
|
|
4335
4336
|
}
|
|
4336
4337
|
},
|
|
4337
|
-
"description": "Get
|
|
4338
|
+
"description": "Get custom field by ID",
|
|
4338
4339
|
"flags": {
|
|
4339
4340
|
"api-key": {
|
|
4340
4341
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4401,7 +4402,7 @@
|
|
|
4401
4402
|
},
|
|
4402
4403
|
"hasDynamicHelp": false,
|
|
4403
4404
|
"hiddenAliases": [],
|
|
4404
|
-
"id": "
|
|
4405
|
+
"id": "custom-fields:get",
|
|
4405
4406
|
"pluginAlias": "@instantkom/cli",
|
|
4406
4407
|
"pluginName": "@instantkom/cli",
|
|
4407
4408
|
"pluginType": "core",
|
|
@@ -4411,14 +4412,14 @@
|
|
|
4411
4412
|
"relativePath": [
|
|
4412
4413
|
"dist",
|
|
4413
4414
|
"commands",
|
|
4414
|
-
"
|
|
4415
|
+
"custom-fields",
|
|
4415
4416
|
"get.js"
|
|
4416
4417
|
]
|
|
4417
4418
|
},
|
|
4418
|
-
"
|
|
4419
|
+
"custom-fields:list": {
|
|
4419
4420
|
"aliases": [],
|
|
4420
4421
|
"args": {},
|
|
4421
|
-
"description": "
|
|
4422
|
+
"description": "List custom fields",
|
|
4422
4423
|
"flags": {
|
|
4423
4424
|
"api-key": {
|
|
4424
4425
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4481,27 +4482,11 @@
|
|
|
4481
4482
|
"hasDynamicHelp": false,
|
|
4482
4483
|
"multiple": false,
|
|
4483
4484
|
"type": "option"
|
|
4484
|
-
},
|
|
4485
|
-
"file": {
|
|
4486
|
-
"description": "CSV file path",
|
|
4487
|
-
"name": "file",
|
|
4488
|
-
"required": true,
|
|
4489
|
-
"hasDynamicHelp": false,
|
|
4490
|
-
"multiple": false,
|
|
4491
|
-
"type": "option"
|
|
4492
|
-
},
|
|
4493
|
-
"channel": {
|
|
4494
|
-
"description": "Channel ID",
|
|
4495
|
-
"name": "channel",
|
|
4496
|
-
"required": true,
|
|
4497
|
-
"hasDynamicHelp": false,
|
|
4498
|
-
"multiple": false,
|
|
4499
|
-
"type": "option"
|
|
4500
4485
|
}
|
|
4501
4486
|
},
|
|
4502
4487
|
"hasDynamicHelp": false,
|
|
4503
4488
|
"hiddenAliases": [],
|
|
4504
|
-
"id": "
|
|
4489
|
+
"id": "custom-fields:list",
|
|
4505
4490
|
"pluginAlias": "@instantkom/cli",
|
|
4506
4491
|
"pluginName": "@instantkom/cli",
|
|
4507
4492
|
"pluginType": "core",
|
|
@@ -4511,14 +4496,14 @@
|
|
|
4511
4496
|
"relativePath": [
|
|
4512
4497
|
"dist",
|
|
4513
4498
|
"commands",
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4499
|
+
"custom-fields",
|
|
4500
|
+
"list.js"
|
|
4516
4501
|
]
|
|
4517
4502
|
},
|
|
4518
|
-
"
|
|
4503
|
+
"custom-fields:reorder": {
|
|
4519
4504
|
"aliases": [],
|
|
4520
4505
|
"args": {},
|
|
4521
|
-
"description": "
|
|
4506
|
+
"description": "Reorder custom fields",
|
|
4522
4507
|
"flags": {
|
|
4523
4508
|
"api-key": {
|
|
4524
4509
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4582,97 +4567,10 @@
|
|
|
4582
4567
|
"multiple": false,
|
|
4583
4568
|
"type": "option"
|
|
4584
4569
|
},
|
|
4585
|
-
"
|
|
4586
|
-
"description": "
|
|
4587
|
-
"name": "
|
|
4588
|
-
"
|
|
4589
|
-
"multiple": false,
|
|
4590
|
-
"type": "option"
|
|
4591
|
-
},
|
|
4592
|
-
"search": {
|
|
4593
|
-
"description": "Search by name or identifier",
|
|
4594
|
-
"name": "search",
|
|
4595
|
-
"hasDynamicHelp": false,
|
|
4596
|
-
"multiple": false,
|
|
4597
|
-
"type": "option"
|
|
4598
|
-
},
|
|
4599
|
-
"page": {
|
|
4600
|
-
"description": "Page number",
|
|
4601
|
-
"name": "page",
|
|
4602
|
-
"default": 1,
|
|
4603
|
-
"hasDynamicHelp": false,
|
|
4604
|
-
"multiple": false,
|
|
4605
|
-
"type": "option"
|
|
4606
|
-
},
|
|
4607
|
-
"limit": {
|
|
4608
|
-
"description": "Items per page",
|
|
4609
|
-
"name": "limit",
|
|
4610
|
-
"default": 20,
|
|
4611
|
-
"hasDynamicHelp": false,
|
|
4612
|
-
"multiple": false,
|
|
4613
|
-
"type": "option"
|
|
4614
|
-
},
|
|
4615
|
-
"optin-status": {
|
|
4616
|
-
"description": "Filter by opt-in status",
|
|
4617
|
-
"name": "optin-status",
|
|
4618
|
-
"hasDynamicHelp": false,
|
|
4619
|
-
"multiple": false,
|
|
4620
|
-
"options": [
|
|
4621
|
-
"0",
|
|
4622
|
-
"1"
|
|
4623
|
-
],
|
|
4624
|
-
"type": "option"
|
|
4625
|
-
},
|
|
4626
|
-
"blocked": {
|
|
4627
|
-
"description": "Filter by blocked status: 1 blocked, 0 not blocked",
|
|
4628
|
-
"name": "blocked",
|
|
4629
|
-
"hasDynamicHelp": false,
|
|
4630
|
-
"multiple": false,
|
|
4631
|
-
"options": [
|
|
4632
|
-
"0",
|
|
4633
|
-
"1"
|
|
4634
|
-
],
|
|
4635
|
-
"type": "option"
|
|
4636
|
-
},
|
|
4637
|
-
"segment": {
|
|
4638
|
-
"description": "Filter by segment ID",
|
|
4639
|
-
"name": "segment",
|
|
4640
|
-
"hasDynamicHelp": false,
|
|
4641
|
-
"multiple": false,
|
|
4642
|
-
"type": "option"
|
|
4643
|
-
},
|
|
4644
|
-
"tags": {
|
|
4645
|
-
"description": "Comma-separated tag IDs",
|
|
4646
|
-
"name": "tags",
|
|
4647
|
-
"hasDynamicHelp": false,
|
|
4648
|
-
"multiple": false,
|
|
4649
|
-
"type": "option"
|
|
4650
|
-
},
|
|
4651
|
-
"tag-match": {
|
|
4652
|
-
"description": "Tag match mode",
|
|
4653
|
-
"name": "tag-match",
|
|
4654
|
-
"hasDynamicHelp": false,
|
|
4655
|
-
"multiple": false,
|
|
4656
|
-
"options": [
|
|
4657
|
-
"any",
|
|
4658
|
-
"all"
|
|
4659
|
-
],
|
|
4660
|
-
"type": "option"
|
|
4661
|
-
},
|
|
4662
|
-
"spam": {
|
|
4663
|
-
"description": "Filter by spam status",
|
|
4664
|
-
"name": "spam",
|
|
4665
|
-
"hasDynamicHelp": false,
|
|
4666
|
-
"multiple": false,
|
|
4667
|
-
"options": [
|
|
4668
|
-
"true",
|
|
4669
|
-
"false"
|
|
4670
|
-
],
|
|
4671
|
-
"type": "option"
|
|
4672
|
-
},
|
|
4673
|
-
"trust-level": {
|
|
4674
|
-
"description": "Comma-separated trust levels",
|
|
4675
|
-
"name": "trust-level",
|
|
4570
|
+
"order": {
|
|
4571
|
+
"description": "Order JSON array payload",
|
|
4572
|
+
"name": "order",
|
|
4573
|
+
"required": true,
|
|
4676
4574
|
"hasDynamicHelp": false,
|
|
4677
4575
|
"multiple": false,
|
|
4678
4576
|
"type": "option"
|
|
@@ -4680,7 +4578,7 @@
|
|
|
4680
4578
|
},
|
|
4681
4579
|
"hasDynamicHelp": false,
|
|
4682
4580
|
"hiddenAliases": [],
|
|
4683
|
-
"id": "
|
|
4581
|
+
"id": "custom-fields:reorder",
|
|
4684
4582
|
"pluginAlias": "@instantkom/cli",
|
|
4685
4583
|
"pluginName": "@instantkom/cli",
|
|
4686
4584
|
"pluginType": "core",
|
|
@@ -4690,20 +4588,20 @@
|
|
|
4690
4588
|
"relativePath": [
|
|
4691
4589
|
"dist",
|
|
4692
4590
|
"commands",
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4591
|
+
"custom-fields",
|
|
4592
|
+
"reorder.js"
|
|
4695
4593
|
]
|
|
4696
4594
|
},
|
|
4697
|
-
"
|
|
4595
|
+
"custom-fields:update": {
|
|
4698
4596
|
"aliases": [],
|
|
4699
4597
|
"args": {
|
|
4700
4598
|
"id": {
|
|
4701
|
-
"description": "
|
|
4599
|
+
"description": "Custom field ID",
|
|
4702
4600
|
"name": "id",
|
|
4703
4601
|
"required": true
|
|
4704
4602
|
}
|
|
4705
4603
|
},
|
|
4706
|
-
"description": "Update a
|
|
4604
|
+
"description": "Update a custom field",
|
|
4707
4605
|
"flags": {
|
|
4708
4606
|
"api-key": {
|
|
4709
4607
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4767,16 +4665,52 @@
|
|
|
4767
4665
|
"multiple": false,
|
|
4768
4666
|
"type": "option"
|
|
4769
4667
|
},
|
|
4770
|
-
"
|
|
4771
|
-
"description": "
|
|
4772
|
-
"name": "
|
|
4668
|
+
"name": {
|
|
4669
|
+
"description": "Field name",
|
|
4670
|
+
"name": "name",
|
|
4773
4671
|
"hasDynamicHelp": false,
|
|
4774
4672
|
"multiple": false,
|
|
4775
4673
|
"type": "option"
|
|
4776
4674
|
},
|
|
4777
|
-
"
|
|
4778
|
-
"description": "
|
|
4779
|
-
"name": "
|
|
4675
|
+
"type": {
|
|
4676
|
+
"description": "Field type",
|
|
4677
|
+
"name": "type",
|
|
4678
|
+
"hasDynamicHelp": false,
|
|
4679
|
+
"multiple": false,
|
|
4680
|
+
"options": [
|
|
4681
|
+
"text",
|
|
4682
|
+
"number",
|
|
4683
|
+
"date",
|
|
4684
|
+
"dropdown",
|
|
4685
|
+
"checkbox",
|
|
4686
|
+
"url",
|
|
4687
|
+
"email",
|
|
4688
|
+
"phone"
|
|
4689
|
+
],
|
|
4690
|
+
"type": "option"
|
|
4691
|
+
},
|
|
4692
|
+
"required": {
|
|
4693
|
+
"description": "Field is required",
|
|
4694
|
+
"name": "required",
|
|
4695
|
+
"allowNo": true,
|
|
4696
|
+
"type": "boolean"
|
|
4697
|
+
},
|
|
4698
|
+
"status": {
|
|
4699
|
+
"description": "Field is active",
|
|
4700
|
+
"name": "status",
|
|
4701
|
+
"allowNo": true,
|
|
4702
|
+
"type": "boolean"
|
|
4703
|
+
},
|
|
4704
|
+
"default": {
|
|
4705
|
+
"description": "Default value",
|
|
4706
|
+
"name": "default",
|
|
4707
|
+
"hasDynamicHelp": false,
|
|
4708
|
+
"multiple": false,
|
|
4709
|
+
"type": "option"
|
|
4710
|
+
},
|
|
4711
|
+
"options": {
|
|
4712
|
+
"description": "Comma-separated dropdown options",
|
|
4713
|
+
"name": "options",
|
|
4780
4714
|
"hasDynamicHelp": false,
|
|
4781
4715
|
"multiple": false,
|
|
4782
4716
|
"type": "option"
|
|
@@ -4791,7 +4725,7 @@
|
|
|
4791
4725
|
},
|
|
4792
4726
|
"hasDynamicHelp": false,
|
|
4793
4727
|
"hiddenAliases": [],
|
|
4794
|
-
"id": "
|
|
4728
|
+
"id": "custom-fields:update",
|
|
4795
4729
|
"pluginAlias": "@instantkom/cli",
|
|
4796
4730
|
"pluginName": "@instantkom/cli",
|
|
4797
4731
|
"pluginType": "core",
|
|
@@ -4801,14 +4735,14 @@
|
|
|
4801
4735
|
"relativePath": [
|
|
4802
4736
|
"dist",
|
|
4803
4737
|
"commands",
|
|
4804
|
-
"
|
|
4738
|
+
"custom-fields",
|
|
4805
4739
|
"update.js"
|
|
4806
4740
|
]
|
|
4807
4741
|
},
|
|
4808
|
-
"
|
|
4742
|
+
"contacts:create": {
|
|
4809
4743
|
"aliases": [],
|
|
4810
4744
|
"args": {},
|
|
4811
|
-
"description": "
|
|
4745
|
+
"description": "Create a contact",
|
|
4812
4746
|
"flags": {
|
|
4813
4747
|
"api-key": {
|
|
4814
4748
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4872,18 +4806,40 @@
|
|
|
4872
4806
|
"multiple": false,
|
|
4873
4807
|
"type": "option"
|
|
4874
4808
|
},
|
|
4875
|
-
"
|
|
4876
|
-
"description": "
|
|
4877
|
-
"name": "
|
|
4809
|
+
"channel": {
|
|
4810
|
+
"description": "Channel ID",
|
|
4811
|
+
"name": "channel",
|
|
4812
|
+
"required": true,
|
|
4813
|
+
"hasDynamicHelp": false,
|
|
4814
|
+
"multiple": false,
|
|
4815
|
+
"type": "option"
|
|
4816
|
+
},
|
|
4817
|
+
"identifier": {
|
|
4818
|
+
"description": "Unique contact identifier",
|
|
4819
|
+
"name": "identifier",
|
|
4878
4820
|
"required": true,
|
|
4879
4821
|
"hasDynamicHelp": false,
|
|
4880
4822
|
"multiple": false,
|
|
4881
4823
|
"type": "option"
|
|
4824
|
+
},
|
|
4825
|
+
"name": {
|
|
4826
|
+
"description": "Contact name",
|
|
4827
|
+
"name": "name",
|
|
4828
|
+
"hasDynamicHelp": false,
|
|
4829
|
+
"multiple": false,
|
|
4830
|
+
"type": "option"
|
|
4831
|
+
},
|
|
4832
|
+
"data": {
|
|
4833
|
+
"description": "Additional JSON object payload",
|
|
4834
|
+
"name": "data",
|
|
4835
|
+
"hasDynamicHelp": false,
|
|
4836
|
+
"multiple": false,
|
|
4837
|
+
"type": "option"
|
|
4882
4838
|
}
|
|
4883
4839
|
},
|
|
4884
4840
|
"hasDynamicHelp": false,
|
|
4885
4841
|
"hiddenAliases": [],
|
|
4886
|
-
"id": "
|
|
4842
|
+
"id": "contacts:create",
|
|
4887
4843
|
"pluginAlias": "@instantkom/cli",
|
|
4888
4844
|
"pluginName": "@instantkom/cli",
|
|
4889
4845
|
"pluginType": "core",
|
|
@@ -4893,14 +4849,20 @@
|
|
|
4893
4849
|
"relativePath": [
|
|
4894
4850
|
"dist",
|
|
4895
4851
|
"commands",
|
|
4896
|
-
"
|
|
4897
|
-
"
|
|
4852
|
+
"contacts",
|
|
4853
|
+
"create.js"
|
|
4898
4854
|
]
|
|
4899
4855
|
},
|
|
4900
|
-
"
|
|
4856
|
+
"contacts:delete": {
|
|
4901
4857
|
"aliases": [],
|
|
4902
|
-
"args": {
|
|
4903
|
-
|
|
4858
|
+
"args": {
|
|
4859
|
+
"id": {
|
|
4860
|
+
"description": "Contact ID",
|
|
4861
|
+
"name": "id",
|
|
4862
|
+
"required": true
|
|
4863
|
+
}
|
|
4864
|
+
},
|
|
4865
|
+
"description": "Delete a contact",
|
|
4904
4866
|
"flags": {
|
|
4905
4867
|
"api-key": {
|
|
4906
4868
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -4963,72 +4925,11 @@
|
|
|
4963
4925
|
"hasDynamicHelp": false,
|
|
4964
4926
|
"multiple": false,
|
|
4965
4927
|
"type": "option"
|
|
4966
|
-
},
|
|
4967
|
-
"name": {
|
|
4968
|
-
"description": "Field name",
|
|
4969
|
-
"name": "name",
|
|
4970
|
-
"required": true,
|
|
4971
|
-
"hasDynamicHelp": false,
|
|
4972
|
-
"multiple": false,
|
|
4973
|
-
"type": "option"
|
|
4974
|
-
},
|
|
4975
|
-
"key": {
|
|
4976
|
-
"description": "Field key",
|
|
4977
|
-
"name": "key",
|
|
4978
|
-
"required": true,
|
|
4979
|
-
"hasDynamicHelp": false,
|
|
4980
|
-
"multiple": false,
|
|
4981
|
-
"type": "option"
|
|
4982
|
-
},
|
|
4983
|
-
"type": {
|
|
4984
|
-
"description": "Field type",
|
|
4985
|
-
"name": "type",
|
|
4986
|
-
"required": true,
|
|
4987
|
-
"hasDynamicHelp": false,
|
|
4988
|
-
"multiple": false,
|
|
4989
|
-
"options": [
|
|
4990
|
-
"text",
|
|
4991
|
-
"number",
|
|
4992
|
-
"date",
|
|
4993
|
-
"dropdown",
|
|
4994
|
-
"checkbox",
|
|
4995
|
-
"url",
|
|
4996
|
-
"email",
|
|
4997
|
-
"phone"
|
|
4998
|
-
],
|
|
4999
|
-
"type": "option"
|
|
5000
|
-
},
|
|
5001
|
-
"required": {
|
|
5002
|
-
"description": "Field is required",
|
|
5003
|
-
"name": "required",
|
|
5004
|
-
"allowNo": false,
|
|
5005
|
-
"type": "boolean"
|
|
5006
|
-
},
|
|
5007
|
-
"default": {
|
|
5008
|
-
"description": "Default value",
|
|
5009
|
-
"name": "default",
|
|
5010
|
-
"hasDynamicHelp": false,
|
|
5011
|
-
"multiple": false,
|
|
5012
|
-
"type": "option"
|
|
5013
|
-
},
|
|
5014
|
-
"options": {
|
|
5015
|
-
"description": "Comma-separated dropdown options",
|
|
5016
|
-
"name": "options",
|
|
5017
|
-
"hasDynamicHelp": false,
|
|
5018
|
-
"multiple": false,
|
|
5019
|
-
"type": "option"
|
|
5020
|
-
},
|
|
5021
|
-
"data": {
|
|
5022
|
-
"description": "Additional JSON object payload",
|
|
5023
|
-
"name": "data",
|
|
5024
|
-
"hasDynamicHelp": false,
|
|
5025
|
-
"multiple": false,
|
|
5026
|
-
"type": "option"
|
|
5027
4928
|
}
|
|
5028
4929
|
},
|
|
5029
4930
|
"hasDynamicHelp": false,
|
|
5030
4931
|
"hiddenAliases": [],
|
|
5031
|
-
"id": "
|
|
4932
|
+
"id": "contacts:delete",
|
|
5032
4933
|
"pluginAlias": "@instantkom/cli",
|
|
5033
4934
|
"pluginName": "@instantkom/cli",
|
|
5034
4935
|
"pluginType": "core",
|
|
@@ -5038,20 +4939,14 @@
|
|
|
5038
4939
|
"relativePath": [
|
|
5039
4940
|
"dist",
|
|
5040
4941
|
"commands",
|
|
5041
|
-
"
|
|
5042
|
-
"
|
|
4942
|
+
"contacts",
|
|
4943
|
+
"delete.js"
|
|
5043
4944
|
]
|
|
5044
4945
|
},
|
|
5045
|
-
"
|
|
4946
|
+
"contacts:export": {
|
|
5046
4947
|
"aliases": [],
|
|
5047
|
-
"args": {
|
|
5048
|
-
|
|
5049
|
-
"description": "custom field ID",
|
|
5050
|
-
"name": "id",
|
|
5051
|
-
"required": true
|
|
5052
|
-
}
|
|
5053
|
-
},
|
|
5054
|
-
"description": "Delete custom field",
|
|
4948
|
+
"args": {},
|
|
4949
|
+
"description": "Export contacts to CSV",
|
|
5055
4950
|
"flags": {
|
|
5056
4951
|
"api-key": {
|
|
5057
4952
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5114,11 +5009,49 @@
|
|
|
5114
5009
|
"hasDynamicHelp": false,
|
|
5115
5010
|
"multiple": false,
|
|
5116
5011
|
"type": "option"
|
|
5012
|
+
},
|
|
5013
|
+
"file": {
|
|
5014
|
+
"description": "CSV output file path",
|
|
5015
|
+
"name": "file",
|
|
5016
|
+
"required": true,
|
|
5017
|
+
"hasDynamicHelp": false,
|
|
5018
|
+
"multiple": false,
|
|
5019
|
+
"type": "option"
|
|
5020
|
+
},
|
|
5021
|
+
"channel": {
|
|
5022
|
+
"description": "Filter by channel ID",
|
|
5023
|
+
"name": "channel",
|
|
5024
|
+
"hasDynamicHelp": false,
|
|
5025
|
+
"multiple": false,
|
|
5026
|
+
"type": "option"
|
|
5027
|
+
},
|
|
5028
|
+
"search": {
|
|
5029
|
+
"description": "Search by name or identifier",
|
|
5030
|
+
"name": "search",
|
|
5031
|
+
"hasDynamicHelp": false,
|
|
5032
|
+
"multiple": false,
|
|
5033
|
+
"type": "option"
|
|
5034
|
+
},
|
|
5035
|
+
"page": {
|
|
5036
|
+
"description": "Page number",
|
|
5037
|
+
"name": "page",
|
|
5038
|
+
"default": 1,
|
|
5039
|
+
"hasDynamicHelp": false,
|
|
5040
|
+
"multiple": false,
|
|
5041
|
+
"type": "option"
|
|
5042
|
+
},
|
|
5043
|
+
"limit": {
|
|
5044
|
+
"description": "Items per page",
|
|
5045
|
+
"name": "limit",
|
|
5046
|
+
"default": 100,
|
|
5047
|
+
"hasDynamicHelp": false,
|
|
5048
|
+
"multiple": false,
|
|
5049
|
+
"type": "option"
|
|
5117
5050
|
}
|
|
5118
5051
|
},
|
|
5119
5052
|
"hasDynamicHelp": false,
|
|
5120
5053
|
"hiddenAliases": [],
|
|
5121
|
-
"id": "
|
|
5054
|
+
"id": "contacts:export",
|
|
5122
5055
|
"pluginAlias": "@instantkom/cli",
|
|
5123
5056
|
"pluginName": "@instantkom/cli",
|
|
5124
5057
|
"pluginType": "core",
|
|
@@ -5128,20 +5061,20 @@
|
|
|
5128
5061
|
"relativePath": [
|
|
5129
5062
|
"dist",
|
|
5130
5063
|
"commands",
|
|
5131
|
-
"
|
|
5132
|
-
"
|
|
5064
|
+
"contacts",
|
|
5065
|
+
"export.js"
|
|
5133
5066
|
]
|
|
5134
5067
|
},
|
|
5135
|
-
"
|
|
5068
|
+
"contacts:get": {
|
|
5136
5069
|
"aliases": [],
|
|
5137
5070
|
"args": {
|
|
5138
5071
|
"id": {
|
|
5139
|
-
"description": "
|
|
5072
|
+
"description": "Contact ID",
|
|
5140
5073
|
"name": "id",
|
|
5141
5074
|
"required": true
|
|
5142
5075
|
}
|
|
5143
5076
|
},
|
|
5144
|
-
"description": "Get
|
|
5077
|
+
"description": "Get a contact by ID",
|
|
5145
5078
|
"flags": {
|
|
5146
5079
|
"api-key": {
|
|
5147
5080
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5208,7 +5141,7 @@
|
|
|
5208
5141
|
},
|
|
5209
5142
|
"hasDynamicHelp": false,
|
|
5210
5143
|
"hiddenAliases": [],
|
|
5211
|
-
"id": "
|
|
5144
|
+
"id": "contacts:get",
|
|
5212
5145
|
"pluginAlias": "@instantkom/cli",
|
|
5213
5146
|
"pluginName": "@instantkom/cli",
|
|
5214
5147
|
"pluginType": "core",
|
|
@@ -5218,14 +5151,14 @@
|
|
|
5218
5151
|
"relativePath": [
|
|
5219
5152
|
"dist",
|
|
5220
5153
|
"commands",
|
|
5221
|
-
"
|
|
5154
|
+
"contacts",
|
|
5222
5155
|
"get.js"
|
|
5223
5156
|
]
|
|
5224
5157
|
},
|
|
5225
|
-
"
|
|
5158
|
+
"contacts:import": {
|
|
5226
5159
|
"aliases": [],
|
|
5227
5160
|
"args": {},
|
|
5228
|
-
"description": "
|
|
5161
|
+
"description": "Import contacts from CSV",
|
|
5229
5162
|
"flags": {
|
|
5230
5163
|
"api-key": {
|
|
5231
5164
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5288,11 +5221,27 @@
|
|
|
5288
5221
|
"hasDynamicHelp": false,
|
|
5289
5222
|
"multiple": false,
|
|
5290
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"
|
|
5291
5240
|
}
|
|
5292
5241
|
},
|
|
5293
5242
|
"hasDynamicHelp": false,
|
|
5294
5243
|
"hiddenAliases": [],
|
|
5295
|
-
"id": "
|
|
5244
|
+
"id": "contacts:import",
|
|
5296
5245
|
"pluginAlias": "@instantkom/cli",
|
|
5297
5246
|
"pluginName": "@instantkom/cli",
|
|
5298
5247
|
"pluginType": "core",
|
|
@@ -5302,14 +5251,14 @@
|
|
|
5302
5251
|
"relativePath": [
|
|
5303
5252
|
"dist",
|
|
5304
5253
|
"commands",
|
|
5305
|
-
"
|
|
5306
|
-
"
|
|
5254
|
+
"contacts",
|
|
5255
|
+
"import.js"
|
|
5307
5256
|
]
|
|
5308
5257
|
},
|
|
5309
|
-
"
|
|
5258
|
+
"contacts:list": {
|
|
5310
5259
|
"aliases": [],
|
|
5311
5260
|
"args": {},
|
|
5312
|
-
"description": "
|
|
5261
|
+
"description": "List contacts",
|
|
5313
5262
|
"flags": {
|
|
5314
5263
|
"api-key": {
|
|
5315
5264
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5373,10 +5322,97 @@
|
|
|
5373
5322
|
"multiple": false,
|
|
5374
5323
|
"type": "option"
|
|
5375
5324
|
},
|
|
5376
|
-
"
|
|
5377
|
-
"description": "
|
|
5378
|
-
"name": "
|
|
5379
|
-
"
|
|
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",
|
|
5380
5416
|
"hasDynamicHelp": false,
|
|
5381
5417
|
"multiple": false,
|
|
5382
5418
|
"type": "option"
|
|
@@ -5384,7 +5420,7 @@
|
|
|
5384
5420
|
},
|
|
5385
5421
|
"hasDynamicHelp": false,
|
|
5386
5422
|
"hiddenAliases": [],
|
|
5387
|
-
"id": "
|
|
5423
|
+
"id": "contacts:list",
|
|
5388
5424
|
"pluginAlias": "@instantkom/cli",
|
|
5389
5425
|
"pluginName": "@instantkom/cli",
|
|
5390
5426
|
"pluginType": "core",
|
|
@@ -5394,20 +5430,20 @@
|
|
|
5394
5430
|
"relativePath": [
|
|
5395
5431
|
"dist",
|
|
5396
5432
|
"commands",
|
|
5397
|
-
"
|
|
5398
|
-
"
|
|
5433
|
+
"contacts",
|
|
5434
|
+
"list.js"
|
|
5399
5435
|
]
|
|
5400
5436
|
},
|
|
5401
|
-
"
|
|
5437
|
+
"contacts:update": {
|
|
5402
5438
|
"aliases": [],
|
|
5403
5439
|
"args": {
|
|
5404
5440
|
"id": {
|
|
5405
|
-
"description": "
|
|
5441
|
+
"description": "Contact ID",
|
|
5406
5442
|
"name": "id",
|
|
5407
5443
|
"required": true
|
|
5408
5444
|
}
|
|
5409
5445
|
},
|
|
5410
|
-
"description": "Update a
|
|
5446
|
+
"description": "Update a contact",
|
|
5411
5447
|
"flags": {
|
|
5412
5448
|
"api-key": {
|
|
5413
5449
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5471,52 +5507,16 @@
|
|
|
5471
5507
|
"multiple": false,
|
|
5472
5508
|
"type": "option"
|
|
5473
5509
|
},
|
|
5474
|
-
"
|
|
5475
|
-
"description": "
|
|
5476
|
-
"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",
|
|
5510
|
+
"identifier": {
|
|
5511
|
+
"description": "Unique contact identifier",
|
|
5512
|
+
"name": "identifier",
|
|
5513
5513
|
"hasDynamicHelp": false,
|
|
5514
5514
|
"multiple": false,
|
|
5515
5515
|
"type": "option"
|
|
5516
5516
|
},
|
|
5517
|
-
"
|
|
5518
|
-
"description": "
|
|
5519
|
-
"name": "
|
|
5517
|
+
"name": {
|
|
5518
|
+
"description": "Contact name",
|
|
5519
|
+
"name": "name",
|
|
5520
5520
|
"hasDynamicHelp": false,
|
|
5521
5521
|
"multiple": false,
|
|
5522
5522
|
"type": "option"
|
|
@@ -5531,7 +5531,7 @@
|
|
|
5531
5531
|
},
|
|
5532
5532
|
"hasDynamicHelp": false,
|
|
5533
5533
|
"hiddenAliases": [],
|
|
5534
|
-
"id": "
|
|
5534
|
+
"id": "contacts:update",
|
|
5535
5535
|
"pluginAlias": "@instantkom/cli",
|
|
5536
5536
|
"pluginName": "@instantkom/cli",
|
|
5537
5537
|
"pluginType": "core",
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
"relativePath": [
|
|
5542
5542
|
"dist",
|
|
5543
5543
|
"commands",
|
|
5544
|
-
"
|
|
5544
|
+
"contacts",
|
|
5545
5545
|
"update.js"
|
|
5546
5546
|
]
|
|
5547
5547
|
},
|
|
@@ -12046,16 +12046,16 @@
|
|
|
12046
12046
|
"update.js"
|
|
12047
12047
|
]
|
|
12048
12048
|
},
|
|
12049
|
-
"bots:
|
|
12049
|
+
"bots:filters:create": {
|
|
12050
12050
|
"aliases": [],
|
|
12051
12051
|
"args": {
|
|
12052
|
-
"
|
|
12053
|
-
"description": "
|
|
12054
|
-
"name": "
|
|
12052
|
+
"botId": {
|
|
12053
|
+
"description": "Bot ID",
|
|
12054
|
+
"name": "botId",
|
|
12055
12055
|
"required": true
|
|
12056
12056
|
}
|
|
12057
12057
|
},
|
|
12058
|
-
"description": "
|
|
12058
|
+
"description": "Create a bot filter",
|
|
12059
12059
|
"flags": {
|
|
12060
12060
|
"api-key": {
|
|
12061
12061
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12118,11 +12118,77 @@
|
|
|
12118
12118
|
"hasDynamicHelp": false,
|
|
12119
12119
|
"multiple": false,
|
|
12120
12120
|
"type": "option"
|
|
12121
|
+
},
|
|
12122
|
+
"name": {
|
|
12123
|
+
"description": "Filter name",
|
|
12124
|
+
"name": "name",
|
|
12125
|
+
"required": true,
|
|
12126
|
+
"hasDynamicHelp": false,
|
|
12127
|
+
"multiple": false,
|
|
12128
|
+
"type": "option"
|
|
12129
|
+
},
|
|
12130
|
+
"operator": {
|
|
12131
|
+
"description": "Logical operator",
|
|
12132
|
+
"name": "operator",
|
|
12133
|
+
"default": "and",
|
|
12134
|
+
"hasDynamicHelp": false,
|
|
12135
|
+
"multiple": false,
|
|
12136
|
+
"type": "option"
|
|
12137
|
+
},
|
|
12138
|
+
"filter-object": {
|
|
12139
|
+
"description": "Filter object type",
|
|
12140
|
+
"name": "filter-object",
|
|
12141
|
+
"default": "msg",
|
|
12142
|
+
"hasDynamicHelp": false,
|
|
12143
|
+
"multiple": false,
|
|
12144
|
+
"type": "option"
|
|
12145
|
+
},
|
|
12146
|
+
"filter-attribute": {
|
|
12147
|
+
"description": "Filter attribute",
|
|
12148
|
+
"name": "filter-attribute",
|
|
12149
|
+
"default": "text",
|
|
12150
|
+
"hasDynamicHelp": false,
|
|
12151
|
+
"multiple": false,
|
|
12152
|
+
"type": "option"
|
|
12153
|
+
},
|
|
12154
|
+
"filter-comparator": {
|
|
12155
|
+
"description": "Filter comparator",
|
|
12156
|
+
"name": "filter-comparator",
|
|
12157
|
+
"default": "contains",
|
|
12158
|
+
"hasDynamicHelp": false,
|
|
12159
|
+
"multiple": false,
|
|
12160
|
+
"type": "option"
|
|
12161
|
+
},
|
|
12162
|
+
"filter-value": {
|
|
12163
|
+
"description": "Filter value",
|
|
12164
|
+
"name": "filter-value",
|
|
12165
|
+
"required": true,
|
|
12166
|
+
"hasDynamicHelp": false,
|
|
12167
|
+
"multiple": false,
|
|
12168
|
+
"type": "option"
|
|
12169
|
+
},
|
|
12170
|
+
"status": {
|
|
12171
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12172
|
+
"name": "status",
|
|
12173
|
+
"hasDynamicHelp": false,
|
|
12174
|
+
"multiple": false,
|
|
12175
|
+
"options": [
|
|
12176
|
+
"0",
|
|
12177
|
+
"1"
|
|
12178
|
+
],
|
|
12179
|
+
"type": "option"
|
|
12180
|
+
},
|
|
12181
|
+
"data": {
|
|
12182
|
+
"description": "Additional JSON object payload",
|
|
12183
|
+
"name": "data",
|
|
12184
|
+
"hasDynamicHelp": false,
|
|
12185
|
+
"multiple": false,
|
|
12186
|
+
"type": "option"
|
|
12121
12187
|
}
|
|
12122
12188
|
},
|
|
12123
12189
|
"hasDynamicHelp": false,
|
|
12124
12190
|
"hiddenAliases": [],
|
|
12125
|
-
"id": "bots:
|
|
12191
|
+
"id": "bots:filters:create",
|
|
12126
12192
|
"pluginAlias": "@instantkom/cli",
|
|
12127
12193
|
"pluginName": "@instantkom/cli",
|
|
12128
12194
|
"pluginType": "core",
|
|
@@ -12133,14 +12199,25 @@
|
|
|
12133
12199
|
"dist",
|
|
12134
12200
|
"commands",
|
|
12135
12201
|
"bots",
|
|
12136
|
-
"
|
|
12137
|
-
"
|
|
12202
|
+
"filters",
|
|
12203
|
+
"create.js"
|
|
12138
12204
|
]
|
|
12139
12205
|
},
|
|
12140
|
-
"bots:
|
|
12206
|
+
"bots:filters:delete": {
|
|
12141
12207
|
"aliases": [],
|
|
12142
|
-
"args": {
|
|
12143
|
-
|
|
12208
|
+
"args": {
|
|
12209
|
+
"botId": {
|
|
12210
|
+
"description": "Bot ID",
|
|
12211
|
+
"name": "botId",
|
|
12212
|
+
"required": true
|
|
12213
|
+
},
|
|
12214
|
+
"filterId": {
|
|
12215
|
+
"description": "Filter ID",
|
|
12216
|
+
"name": "filterId",
|
|
12217
|
+
"required": true
|
|
12218
|
+
}
|
|
12219
|
+
},
|
|
12220
|
+
"description": "Delete a bot filter",
|
|
12144
12221
|
"flags": {
|
|
12145
12222
|
"api-key": {
|
|
12146
12223
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12203,40 +12280,11 @@
|
|
|
12203
12280
|
"hasDynamicHelp": false,
|
|
12204
12281
|
"multiple": false,
|
|
12205
12282
|
"type": "option"
|
|
12206
|
-
},
|
|
12207
|
-
"key": {
|
|
12208
|
-
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12209
|
-
"name": "key",
|
|
12210
|
-
"required": true,
|
|
12211
|
-
"hasDynamicHelp": false,
|
|
12212
|
-
"multiple": false,
|
|
12213
|
-
"type": "option"
|
|
12214
|
-
},
|
|
12215
|
-
"description": {
|
|
12216
|
-
"description": "Variable description",
|
|
12217
|
-
"name": "description",
|
|
12218
|
-
"hasDynamicHelp": false,
|
|
12219
|
-
"multiple": false,
|
|
12220
|
-
"type": "option"
|
|
12221
|
-
},
|
|
12222
|
-
"color": {
|
|
12223
|
-
"description": "Variable color as HEX",
|
|
12224
|
-
"name": "color",
|
|
12225
|
-
"hasDynamicHelp": false,
|
|
12226
|
-
"multiple": false,
|
|
12227
|
-
"type": "option"
|
|
12228
|
-
},
|
|
12229
|
-
"data": {
|
|
12230
|
-
"description": "Additional JSON object payload",
|
|
12231
|
-
"name": "data",
|
|
12232
|
-
"hasDynamicHelp": false,
|
|
12233
|
-
"multiple": false,
|
|
12234
|
-
"type": "option"
|
|
12235
12283
|
}
|
|
12236
12284
|
},
|
|
12237
12285
|
"hasDynamicHelp": false,
|
|
12238
12286
|
"hiddenAliases": [],
|
|
12239
|
-
"id": "bots:
|
|
12287
|
+
"id": "bots:filters:delete",
|
|
12240
12288
|
"pluginAlias": "@instantkom/cli",
|
|
12241
12289
|
"pluginName": "@instantkom/cli",
|
|
12242
12290
|
"pluginType": "core",
|
|
@@ -12247,20 +12295,25 @@
|
|
|
12247
12295
|
"dist",
|
|
12248
12296
|
"commands",
|
|
12249
12297
|
"bots",
|
|
12250
|
-
"
|
|
12251
|
-
"
|
|
12298
|
+
"filters",
|
|
12299
|
+
"delete.js"
|
|
12252
12300
|
]
|
|
12253
12301
|
},
|
|
12254
|
-
"bots:
|
|
12302
|
+
"bots:filters:get": {
|
|
12255
12303
|
"aliases": [],
|
|
12256
12304
|
"args": {
|
|
12257
|
-
"
|
|
12258
|
-
"description": "
|
|
12259
|
-
"name": "
|
|
12305
|
+
"botId": {
|
|
12306
|
+
"description": "Bot ID",
|
|
12307
|
+
"name": "botId",
|
|
12308
|
+
"required": true
|
|
12309
|
+
},
|
|
12310
|
+
"filterId": {
|
|
12311
|
+
"description": "Filter ID",
|
|
12312
|
+
"name": "filterId",
|
|
12260
12313
|
"required": true
|
|
12261
12314
|
}
|
|
12262
12315
|
},
|
|
12263
|
-
"description": "
|
|
12316
|
+
"description": "Get a bot filter",
|
|
12264
12317
|
"flags": {
|
|
12265
12318
|
"api-key": {
|
|
12266
12319
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12327,7 +12380,7 @@
|
|
|
12327
12380
|
},
|
|
12328
12381
|
"hasDynamicHelp": false,
|
|
12329
12382
|
"hiddenAliases": [],
|
|
12330
|
-
"id": "bots:
|
|
12383
|
+
"id": "bots:filters:get",
|
|
12331
12384
|
"pluginAlias": "@instantkom/cli",
|
|
12332
12385
|
"pluginName": "@instantkom/cli",
|
|
12333
12386
|
"pluginType": "core",
|
|
@@ -12338,20 +12391,20 @@
|
|
|
12338
12391
|
"dist",
|
|
12339
12392
|
"commands",
|
|
12340
12393
|
"bots",
|
|
12341
|
-
"
|
|
12342
|
-
"
|
|
12394
|
+
"filters",
|
|
12395
|
+
"get.js"
|
|
12343
12396
|
]
|
|
12344
12397
|
},
|
|
12345
|
-
"bots:
|
|
12398
|
+
"bots:filters:list": {
|
|
12346
12399
|
"aliases": [],
|
|
12347
12400
|
"args": {
|
|
12348
|
-
"
|
|
12349
|
-
"description": "
|
|
12350
|
-
"name": "
|
|
12401
|
+
"botId": {
|
|
12402
|
+
"description": "Bot ID",
|
|
12403
|
+
"name": "botId",
|
|
12351
12404
|
"required": true
|
|
12352
12405
|
}
|
|
12353
12406
|
},
|
|
12354
|
-
"description": "
|
|
12407
|
+
"description": "List bot filters",
|
|
12355
12408
|
"flags": {
|
|
12356
12409
|
"api-key": {
|
|
12357
12410
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12414,11 +12467,45 @@
|
|
|
12414
12467
|
"hasDynamicHelp": false,
|
|
12415
12468
|
"multiple": false,
|
|
12416
12469
|
"type": "option"
|
|
12470
|
+
},
|
|
12471
|
+
"page": {
|
|
12472
|
+
"description": "Page number",
|
|
12473
|
+
"name": "page",
|
|
12474
|
+
"default": 1,
|
|
12475
|
+
"hasDynamicHelp": false,
|
|
12476
|
+
"multiple": false,
|
|
12477
|
+
"type": "option"
|
|
12478
|
+
},
|
|
12479
|
+
"limit": {
|
|
12480
|
+
"description": "Items per page",
|
|
12481
|
+
"name": "limit",
|
|
12482
|
+
"default": 20,
|
|
12483
|
+
"hasDynamicHelp": false,
|
|
12484
|
+
"multiple": false,
|
|
12485
|
+
"type": "option"
|
|
12486
|
+
},
|
|
12487
|
+
"status": {
|
|
12488
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
12489
|
+
"name": "status",
|
|
12490
|
+
"hasDynamicHelp": false,
|
|
12491
|
+
"multiple": false,
|
|
12492
|
+
"options": [
|
|
12493
|
+
"0",
|
|
12494
|
+
"1"
|
|
12495
|
+
],
|
|
12496
|
+
"type": "option"
|
|
12497
|
+
},
|
|
12498
|
+
"search": {
|
|
12499
|
+
"description": "Search in name or description",
|
|
12500
|
+
"name": "search",
|
|
12501
|
+
"hasDynamicHelp": false,
|
|
12502
|
+
"multiple": false,
|
|
12503
|
+
"type": "option"
|
|
12417
12504
|
}
|
|
12418
12505
|
},
|
|
12419
12506
|
"hasDynamicHelp": false,
|
|
12420
12507
|
"hiddenAliases": [],
|
|
12421
|
-
"id": "bots:
|
|
12508
|
+
"id": "bots:filters:list",
|
|
12422
12509
|
"pluginAlias": "@instantkom/cli",
|
|
12423
12510
|
"pluginName": "@instantkom/cli",
|
|
12424
12511
|
"pluginType": "core",
|
|
@@ -12429,14 +12516,25 @@
|
|
|
12429
12516
|
"dist",
|
|
12430
12517
|
"commands",
|
|
12431
12518
|
"bots",
|
|
12432
|
-
"
|
|
12433
|
-
"
|
|
12519
|
+
"filters",
|
|
12520
|
+
"list.js"
|
|
12434
12521
|
]
|
|
12435
12522
|
},
|
|
12436
|
-
"bots:
|
|
12523
|
+
"bots:filters:update": {
|
|
12437
12524
|
"aliases": [],
|
|
12438
|
-
"args": {
|
|
12439
|
-
|
|
12525
|
+
"args": {
|
|
12526
|
+
"botId": {
|
|
12527
|
+
"description": "Bot ID",
|
|
12528
|
+
"name": "botId",
|
|
12529
|
+
"required": true
|
|
12530
|
+
},
|
|
12531
|
+
"filterId": {
|
|
12532
|
+
"description": "Filter ID",
|
|
12533
|
+
"name": "filterId",
|
|
12534
|
+
"required": true
|
|
12535
|
+
}
|
|
12536
|
+
},
|
|
12537
|
+
"description": "Update a bot filter",
|
|
12440
12538
|
"flags": {
|
|
12441
12539
|
"api-key": {
|
|
12442
12540
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12500,32 +12598,62 @@
|
|
|
12500
12598
|
"multiple": false,
|
|
12501
12599
|
"type": "option"
|
|
12502
12600
|
},
|
|
12503
|
-
"
|
|
12504
|
-
"description": "
|
|
12505
|
-
"name": "
|
|
12506
|
-
"default": 1,
|
|
12601
|
+
"name": {
|
|
12602
|
+
"description": "Filter name",
|
|
12603
|
+
"name": "name",
|
|
12507
12604
|
"hasDynamicHelp": false,
|
|
12508
12605
|
"multiple": false,
|
|
12509
12606
|
"type": "option"
|
|
12510
12607
|
},
|
|
12511
|
-
"
|
|
12512
|
-
"description": "
|
|
12513
|
-
"name": "
|
|
12514
|
-
"default": 20,
|
|
12608
|
+
"operator": {
|
|
12609
|
+
"description": "Logical operator",
|
|
12610
|
+
"name": "operator",
|
|
12515
12611
|
"hasDynamicHelp": false,
|
|
12516
12612
|
"multiple": false,
|
|
12517
12613
|
"type": "option"
|
|
12518
12614
|
},
|
|
12519
|
-
"
|
|
12520
|
-
"description": "
|
|
12521
|
-
"name": "
|
|
12615
|
+
"filter-object": {
|
|
12616
|
+
"description": "Filter object type",
|
|
12617
|
+
"name": "filter-object",
|
|
12522
12618
|
"hasDynamicHelp": false,
|
|
12523
12619
|
"multiple": false,
|
|
12524
12620
|
"type": "option"
|
|
12525
12621
|
},
|
|
12526
|
-
"
|
|
12527
|
-
"description": "Filter
|
|
12528
|
-
"name": "
|
|
12622
|
+
"filter-attribute": {
|
|
12623
|
+
"description": "Filter attribute",
|
|
12624
|
+
"name": "filter-attribute",
|
|
12625
|
+
"hasDynamicHelp": false,
|
|
12626
|
+
"multiple": false,
|
|
12627
|
+
"type": "option"
|
|
12628
|
+
},
|
|
12629
|
+
"filter-comparator": {
|
|
12630
|
+
"description": "Filter comparator",
|
|
12631
|
+
"name": "filter-comparator",
|
|
12632
|
+
"hasDynamicHelp": false,
|
|
12633
|
+
"multiple": false,
|
|
12634
|
+
"type": "option"
|
|
12635
|
+
},
|
|
12636
|
+
"filter-value": {
|
|
12637
|
+
"description": "Filter value",
|
|
12638
|
+
"name": "filter-value",
|
|
12639
|
+
"hasDynamicHelp": false,
|
|
12640
|
+
"multiple": false,
|
|
12641
|
+
"type": "option"
|
|
12642
|
+
},
|
|
12643
|
+
"status": {
|
|
12644
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12645
|
+
"name": "status",
|
|
12646
|
+
"hasDynamicHelp": false,
|
|
12647
|
+
"multiple": false,
|
|
12648
|
+
"options": [
|
|
12649
|
+
"0",
|
|
12650
|
+
"1"
|
|
12651
|
+
],
|
|
12652
|
+
"type": "option"
|
|
12653
|
+
},
|
|
12654
|
+
"data": {
|
|
12655
|
+
"description": "Additional JSON object payload",
|
|
12656
|
+
"name": "data",
|
|
12529
12657
|
"hasDynamicHelp": false,
|
|
12530
12658
|
"multiple": false,
|
|
12531
12659
|
"type": "option"
|
|
@@ -12533,7 +12661,7 @@
|
|
|
12533
12661
|
},
|
|
12534
12662
|
"hasDynamicHelp": false,
|
|
12535
12663
|
"hiddenAliases": [],
|
|
12536
|
-
"id": "bots:
|
|
12664
|
+
"id": "bots:filters:update",
|
|
12537
12665
|
"pluginAlias": "@instantkom/cli",
|
|
12538
12666
|
"pluginName": "@instantkom/cli",
|
|
12539
12667
|
"pluginType": "core",
|
|
@@ -12544,11 +12672,11 @@
|
|
|
12544
12672
|
"dist",
|
|
12545
12673
|
"commands",
|
|
12546
12674
|
"bots",
|
|
12547
|
-
"
|
|
12548
|
-
"
|
|
12675
|
+
"filters",
|
|
12676
|
+
"update.js"
|
|
12549
12677
|
]
|
|
12550
12678
|
},
|
|
12551
|
-
"bots:env-vars:
|
|
12679
|
+
"bots:env-vars:bots": {
|
|
12552
12680
|
"aliases": [],
|
|
12553
12681
|
"args": {
|
|
12554
12682
|
"id": {
|
|
@@ -12557,7 +12685,7 @@
|
|
|
12557
12685
|
"required": true
|
|
12558
12686
|
}
|
|
12559
12687
|
},
|
|
12560
|
-
"description": "
|
|
12688
|
+
"description": "List bots using a bot environment variable",
|
|
12561
12689
|
"flags": {
|
|
12562
12690
|
"api-key": {
|
|
12563
12691
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12620,32 +12748,11 @@
|
|
|
12620
12748
|
"hasDynamicHelp": false,
|
|
12621
12749
|
"multiple": false,
|
|
12622
12750
|
"type": "option"
|
|
12623
|
-
},
|
|
12624
|
-
"description": {
|
|
12625
|
-
"description": "Variable description",
|
|
12626
|
-
"name": "description",
|
|
12627
|
-
"hasDynamicHelp": false,
|
|
12628
|
-
"multiple": false,
|
|
12629
|
-
"type": "option"
|
|
12630
|
-
},
|
|
12631
|
-
"color": {
|
|
12632
|
-
"description": "Variable color as HEX",
|
|
12633
|
-
"name": "color",
|
|
12634
|
-
"hasDynamicHelp": false,
|
|
12635
|
-
"multiple": false,
|
|
12636
|
-
"type": "option"
|
|
12637
|
-
},
|
|
12638
|
-
"data": {
|
|
12639
|
-
"description": "Additional JSON object payload",
|
|
12640
|
-
"name": "data",
|
|
12641
|
-
"hasDynamicHelp": false,
|
|
12642
|
-
"multiple": false,
|
|
12643
|
-
"type": "option"
|
|
12644
12751
|
}
|
|
12645
12752
|
},
|
|
12646
12753
|
"hasDynamicHelp": false,
|
|
12647
12754
|
"hiddenAliases": [],
|
|
12648
|
-
"id": "bots:env-vars:
|
|
12755
|
+
"id": "bots:env-vars:bots",
|
|
12649
12756
|
"pluginAlias": "@instantkom/cli",
|
|
12650
12757
|
"pluginName": "@instantkom/cli",
|
|
12651
12758
|
"pluginType": "core",
|
|
@@ -12657,19 +12764,13 @@
|
|
|
12657
12764
|
"commands",
|
|
12658
12765
|
"bots",
|
|
12659
12766
|
"env-vars",
|
|
12660
|
-
"
|
|
12767
|
+
"bots.js"
|
|
12661
12768
|
]
|
|
12662
12769
|
},
|
|
12663
|
-
"bots:env-vars:
|
|
12770
|
+
"bots:env-vars:create": {
|
|
12664
12771
|
"aliases": [],
|
|
12665
|
-
"args": {
|
|
12666
|
-
|
|
12667
|
-
"description": "Environment variable ID",
|
|
12668
|
-
"name": "id",
|
|
12669
|
-
"required": true
|
|
12670
|
-
}
|
|
12671
|
-
},
|
|
12672
|
-
"description": "List recipient values for a bot environment variable",
|
|
12772
|
+
"args": {},
|
|
12773
|
+
"description": "Create a bot environment variable",
|
|
12673
12774
|
"flags": {
|
|
12674
12775
|
"api-key": {
|
|
12675
12776
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12733,32 +12834,31 @@
|
|
|
12733
12834
|
"multiple": false,
|
|
12734
12835
|
"type": "option"
|
|
12735
12836
|
},
|
|
12736
|
-
"
|
|
12737
|
-
"description": "
|
|
12738
|
-
"name": "
|
|
12739
|
-
"
|
|
12837
|
+
"key": {
|
|
12838
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12839
|
+
"name": "key",
|
|
12840
|
+
"required": true,
|
|
12740
12841
|
"hasDynamicHelp": false,
|
|
12741
12842
|
"multiple": false,
|
|
12742
12843
|
"type": "option"
|
|
12743
12844
|
},
|
|
12744
|
-
"
|
|
12745
|
-
"description": "
|
|
12746
|
-
"name": "
|
|
12747
|
-
"default": 20,
|
|
12845
|
+
"description": {
|
|
12846
|
+
"description": "Variable description",
|
|
12847
|
+
"name": "description",
|
|
12748
12848
|
"hasDynamicHelp": false,
|
|
12749
12849
|
"multiple": false,
|
|
12750
12850
|
"type": "option"
|
|
12751
12851
|
},
|
|
12752
|
-
"
|
|
12753
|
-
"description": "
|
|
12754
|
-
"name": "
|
|
12852
|
+
"color": {
|
|
12853
|
+
"description": "Variable color as HEX",
|
|
12854
|
+
"name": "color",
|
|
12755
12855
|
"hasDynamicHelp": false,
|
|
12756
12856
|
"multiple": false,
|
|
12757
12857
|
"type": "option"
|
|
12758
12858
|
},
|
|
12759
|
-
"
|
|
12760
|
-
"description": "
|
|
12761
|
-
"name": "
|
|
12859
|
+
"data": {
|
|
12860
|
+
"description": "Additional JSON object payload",
|
|
12861
|
+
"name": "data",
|
|
12762
12862
|
"hasDynamicHelp": false,
|
|
12763
12863
|
"multiple": false,
|
|
12764
12864
|
"type": "option"
|
|
@@ -12766,7 +12866,7 @@
|
|
|
12766
12866
|
},
|
|
12767
12867
|
"hasDynamicHelp": false,
|
|
12768
12868
|
"hiddenAliases": [],
|
|
12769
|
-
"id": "bots:env-vars:
|
|
12869
|
+
"id": "bots:env-vars:create",
|
|
12770
12870
|
"pluginAlias": "@instantkom/cli",
|
|
12771
12871
|
"pluginName": "@instantkom/cli",
|
|
12772
12872
|
"pluginType": "core",
|
|
@@ -12778,19 +12878,19 @@
|
|
|
12778
12878
|
"commands",
|
|
12779
12879
|
"bots",
|
|
12780
12880
|
"env-vars",
|
|
12781
|
-
"
|
|
12881
|
+
"create.js"
|
|
12782
12882
|
]
|
|
12783
12883
|
},
|
|
12784
|
-
"bots:
|
|
12884
|
+
"bots:env-vars:delete": {
|
|
12785
12885
|
"aliases": [],
|
|
12786
12886
|
"args": {
|
|
12787
|
-
"
|
|
12788
|
-
"description": "
|
|
12789
|
-
"name": "
|
|
12887
|
+
"id": {
|
|
12888
|
+
"description": "Environment variable ID",
|
|
12889
|
+
"name": "id",
|
|
12790
12890
|
"required": true
|
|
12791
12891
|
}
|
|
12792
12892
|
},
|
|
12793
|
-
"description": "
|
|
12893
|
+
"description": "Delete a bot environment variable",
|
|
12794
12894
|
"flags": {
|
|
12795
12895
|
"api-key": {
|
|
12796
12896
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12853,77 +12953,11 @@
|
|
|
12853
12953
|
"hasDynamicHelp": false,
|
|
12854
12954
|
"multiple": false,
|
|
12855
12955
|
"type": "option"
|
|
12856
|
-
},
|
|
12857
|
-
"name": {
|
|
12858
|
-
"description": "Filter name",
|
|
12859
|
-
"name": "name",
|
|
12860
|
-
"required": true,
|
|
12861
|
-
"hasDynamicHelp": false,
|
|
12862
|
-
"multiple": false,
|
|
12863
|
-
"type": "option"
|
|
12864
|
-
},
|
|
12865
|
-
"operator": {
|
|
12866
|
-
"description": "Logical operator",
|
|
12867
|
-
"name": "operator",
|
|
12868
|
-
"default": "and",
|
|
12869
|
-
"hasDynamicHelp": false,
|
|
12870
|
-
"multiple": false,
|
|
12871
|
-
"type": "option"
|
|
12872
|
-
},
|
|
12873
|
-
"filter-object": {
|
|
12874
|
-
"description": "Filter object type",
|
|
12875
|
-
"name": "filter-object",
|
|
12876
|
-
"default": "msg",
|
|
12877
|
-
"hasDynamicHelp": false,
|
|
12878
|
-
"multiple": false,
|
|
12879
|
-
"type": "option"
|
|
12880
|
-
},
|
|
12881
|
-
"filter-attribute": {
|
|
12882
|
-
"description": "Filter attribute",
|
|
12883
|
-
"name": "filter-attribute",
|
|
12884
|
-
"default": "text",
|
|
12885
|
-
"hasDynamicHelp": false,
|
|
12886
|
-
"multiple": false,
|
|
12887
|
-
"type": "option"
|
|
12888
|
-
},
|
|
12889
|
-
"filter-comparator": {
|
|
12890
|
-
"description": "Filter comparator",
|
|
12891
|
-
"name": "filter-comparator",
|
|
12892
|
-
"default": "contains",
|
|
12893
|
-
"hasDynamicHelp": false,
|
|
12894
|
-
"multiple": false,
|
|
12895
|
-
"type": "option"
|
|
12896
|
-
},
|
|
12897
|
-
"filter-value": {
|
|
12898
|
-
"description": "Filter value",
|
|
12899
|
-
"name": "filter-value",
|
|
12900
|
-
"required": true,
|
|
12901
|
-
"hasDynamicHelp": false,
|
|
12902
|
-
"multiple": false,
|
|
12903
|
-
"type": "option"
|
|
12904
|
-
},
|
|
12905
|
-
"status": {
|
|
12906
|
-
"description": "Status: 0 inactive, 1 active",
|
|
12907
|
-
"name": "status",
|
|
12908
|
-
"hasDynamicHelp": false,
|
|
12909
|
-
"multiple": false,
|
|
12910
|
-
"options": [
|
|
12911
|
-
"0",
|
|
12912
|
-
"1"
|
|
12913
|
-
],
|
|
12914
|
-
"type": "option"
|
|
12915
|
-
},
|
|
12916
|
-
"data": {
|
|
12917
|
-
"description": "Additional JSON object payload",
|
|
12918
|
-
"name": "data",
|
|
12919
|
-
"hasDynamicHelp": false,
|
|
12920
|
-
"multiple": false,
|
|
12921
|
-
"type": "option"
|
|
12922
12956
|
}
|
|
12923
12957
|
},
|
|
12924
12958
|
"hasDynamicHelp": false,
|
|
12925
12959
|
"hiddenAliases": [],
|
|
12926
|
-
"id": "bots:
|
|
12960
|
+
"id": "bots:env-vars:delete",
|
|
12927
12961
|
"pluginAlias": "@instantkom/cli",
|
|
12928
12962
|
"pluginName": "@instantkom/cli",
|
|
12929
12963
|
"pluginType": "core",
|
|
@@ -12934,25 +12968,20 @@
|
|
|
12934
12968
|
"dist",
|
|
12935
12969
|
"commands",
|
|
12936
12970
|
"bots",
|
|
12937
|
-
"
|
|
12938
|
-
"
|
|
12971
|
+
"env-vars",
|
|
12972
|
+
"delete.js"
|
|
12939
12973
|
]
|
|
12940
12974
|
},
|
|
12941
|
-
"bots:
|
|
12975
|
+
"bots:env-vars:get": {
|
|
12942
12976
|
"aliases": [],
|
|
12943
12977
|
"args": {
|
|
12944
|
-
"
|
|
12945
|
-
"description": "
|
|
12946
|
-
"name": "
|
|
12947
|
-
"required": true
|
|
12948
|
-
},
|
|
12949
|
-
"filterId": {
|
|
12950
|
-
"description": "Filter ID",
|
|
12951
|
-
"name": "filterId",
|
|
12978
|
+
"id": {
|
|
12979
|
+
"description": "Environment variable ID",
|
|
12980
|
+
"name": "id",
|
|
12952
12981
|
"required": true
|
|
12953
12982
|
}
|
|
12954
12983
|
},
|
|
12955
|
-
"description": "
|
|
12984
|
+
"description": "Get a bot environment variable",
|
|
12956
12985
|
"flags": {
|
|
12957
12986
|
"api-key": {
|
|
12958
12987
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13019,7 +13048,7 @@
|
|
|
13019
13048
|
},
|
|
13020
13049
|
"hasDynamicHelp": false,
|
|
13021
13050
|
"hiddenAliases": [],
|
|
13022
|
-
"id": "bots:
|
|
13051
|
+
"id": "bots:env-vars:get",
|
|
13023
13052
|
"pluginAlias": "@instantkom/cli",
|
|
13024
13053
|
"pluginName": "@instantkom/cli",
|
|
13025
13054
|
"pluginType": "core",
|
|
@@ -13030,25 +13059,14 @@
|
|
|
13030
13059
|
"dist",
|
|
13031
13060
|
"commands",
|
|
13032
13061
|
"bots",
|
|
13033
|
-
"
|
|
13034
|
-
"
|
|
13062
|
+
"env-vars",
|
|
13063
|
+
"get.js"
|
|
13035
13064
|
]
|
|
13036
13065
|
},
|
|
13037
|
-
"bots:
|
|
13066
|
+
"bots:env-vars:list": {
|
|
13038
13067
|
"aliases": [],
|
|
13039
|
-
"args": {
|
|
13040
|
-
|
|
13041
|
-
"description": "Bot ID",
|
|
13042
|
-
"name": "botId",
|
|
13043
|
-
"required": true
|
|
13044
|
-
},
|
|
13045
|
-
"filterId": {
|
|
13046
|
-
"description": "Filter ID",
|
|
13047
|
-
"name": "filterId",
|
|
13048
|
-
"required": true
|
|
13049
|
-
}
|
|
13050
|
-
},
|
|
13051
|
-
"description": "Get a bot filter",
|
|
13068
|
+
"args": {},
|
|
13069
|
+
"description": "List bot environment variables",
|
|
13052
13070
|
"flags": {
|
|
13053
13071
|
"api-key": {
|
|
13054
13072
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13111,11 +13129,41 @@
|
|
|
13111
13129
|
"hasDynamicHelp": false,
|
|
13112
13130
|
"multiple": false,
|
|
13113
13131
|
"type": "option"
|
|
13132
|
+
},
|
|
13133
|
+
"page": {
|
|
13134
|
+
"description": "Page number",
|
|
13135
|
+
"name": "page",
|
|
13136
|
+
"default": 1,
|
|
13137
|
+
"hasDynamicHelp": false,
|
|
13138
|
+
"multiple": false,
|
|
13139
|
+
"type": "option"
|
|
13140
|
+
},
|
|
13141
|
+
"limit": {
|
|
13142
|
+
"description": "Items per page",
|
|
13143
|
+
"name": "limit",
|
|
13144
|
+
"default": 20,
|
|
13145
|
+
"hasDynamicHelp": false,
|
|
13146
|
+
"multiple": false,
|
|
13147
|
+
"type": "option"
|
|
13148
|
+
},
|
|
13149
|
+
"search": {
|
|
13150
|
+
"description": "Search in key or description",
|
|
13151
|
+
"name": "search",
|
|
13152
|
+
"hasDynamicHelp": false,
|
|
13153
|
+
"multiple": false,
|
|
13154
|
+
"type": "option"
|
|
13155
|
+
},
|
|
13156
|
+
"color": {
|
|
13157
|
+
"description": "Filter by color",
|
|
13158
|
+
"name": "color",
|
|
13159
|
+
"hasDynamicHelp": false,
|
|
13160
|
+
"multiple": false,
|
|
13161
|
+
"type": "option"
|
|
13114
13162
|
}
|
|
13115
13163
|
},
|
|
13116
13164
|
"hasDynamicHelp": false,
|
|
13117
13165
|
"hiddenAliases": [],
|
|
13118
|
-
"id": "bots:
|
|
13166
|
+
"id": "bots:env-vars:list",
|
|
13119
13167
|
"pluginAlias": "@instantkom/cli",
|
|
13120
13168
|
"pluginName": "@instantkom/cli",
|
|
13121
13169
|
"pluginType": "core",
|
|
@@ -13126,20 +13174,20 @@
|
|
|
13126
13174
|
"dist",
|
|
13127
13175
|
"commands",
|
|
13128
13176
|
"bots",
|
|
13129
|
-
"
|
|
13130
|
-
"
|
|
13177
|
+
"env-vars",
|
|
13178
|
+
"list.js"
|
|
13131
13179
|
]
|
|
13132
13180
|
},
|
|
13133
|
-
"bots:
|
|
13181
|
+
"bots:env-vars:update": {
|
|
13134
13182
|
"aliases": [],
|
|
13135
13183
|
"args": {
|
|
13136
|
-
"
|
|
13137
|
-
"description": "
|
|
13138
|
-
"name": "
|
|
13184
|
+
"id": {
|
|
13185
|
+
"description": "Environment variable ID",
|
|
13186
|
+
"name": "id",
|
|
13139
13187
|
"required": true
|
|
13140
13188
|
}
|
|
13141
13189
|
},
|
|
13142
|
-
"description": "
|
|
13190
|
+
"description": "Update a bot environment variable",
|
|
13143
13191
|
"flags": {
|
|
13144
13192
|
"api-key": {
|
|
13145
13193
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13203,36 +13251,23 @@
|
|
|
13203
13251
|
"multiple": false,
|
|
13204
13252
|
"type": "option"
|
|
13205
13253
|
},
|
|
13206
|
-
"
|
|
13207
|
-
"description": "
|
|
13208
|
-
"name": "
|
|
13209
|
-
"default": 1,
|
|
13210
|
-
"hasDynamicHelp": false,
|
|
13211
|
-
"multiple": false,
|
|
13212
|
-
"type": "option"
|
|
13213
|
-
},
|
|
13214
|
-
"limit": {
|
|
13215
|
-
"description": "Items per page",
|
|
13216
|
-
"name": "limit",
|
|
13217
|
-
"default": 20,
|
|
13254
|
+
"description": {
|
|
13255
|
+
"description": "Variable description",
|
|
13256
|
+
"name": "description",
|
|
13218
13257
|
"hasDynamicHelp": false,
|
|
13219
13258
|
"multiple": false,
|
|
13220
13259
|
"type": "option"
|
|
13221
13260
|
},
|
|
13222
|
-
"
|
|
13223
|
-
"description": "
|
|
13224
|
-
"name": "
|
|
13261
|
+
"color": {
|
|
13262
|
+
"description": "Variable color as HEX",
|
|
13263
|
+
"name": "color",
|
|
13225
13264
|
"hasDynamicHelp": false,
|
|
13226
13265
|
"multiple": false,
|
|
13227
|
-
"options": [
|
|
13228
|
-
"0",
|
|
13229
|
-
"1"
|
|
13230
|
-
],
|
|
13231
13266
|
"type": "option"
|
|
13232
13267
|
},
|
|
13233
|
-
"
|
|
13234
|
-
"description": "
|
|
13235
|
-
"name": "
|
|
13268
|
+
"data": {
|
|
13269
|
+
"description": "Additional JSON object payload",
|
|
13270
|
+
"name": "data",
|
|
13236
13271
|
"hasDynamicHelp": false,
|
|
13237
13272
|
"multiple": false,
|
|
13238
13273
|
"type": "option"
|
|
@@ -13240,7 +13275,7 @@
|
|
|
13240
13275
|
},
|
|
13241
13276
|
"hasDynamicHelp": false,
|
|
13242
13277
|
"hiddenAliases": [],
|
|
13243
|
-
"id": "bots:
|
|
13278
|
+
"id": "bots:env-vars:update",
|
|
13244
13279
|
"pluginAlias": "@instantkom/cli",
|
|
13245
13280
|
"pluginName": "@instantkom/cli",
|
|
13246
13281
|
"pluginType": "core",
|
|
@@ -13251,25 +13286,20 @@
|
|
|
13251
13286
|
"dist",
|
|
13252
13287
|
"commands",
|
|
13253
13288
|
"bots",
|
|
13254
|
-
"
|
|
13255
|
-
"
|
|
13289
|
+
"env-vars",
|
|
13290
|
+
"update.js"
|
|
13256
13291
|
]
|
|
13257
13292
|
},
|
|
13258
|
-
"bots:
|
|
13293
|
+
"bots:env-vars:values": {
|
|
13259
13294
|
"aliases": [],
|
|
13260
13295
|
"args": {
|
|
13261
|
-
"
|
|
13262
|
-
"description": "
|
|
13263
|
-
"name": "
|
|
13264
|
-
"required": true
|
|
13265
|
-
},
|
|
13266
|
-
"filterId": {
|
|
13267
|
-
"description": "Filter ID",
|
|
13268
|
-
"name": "filterId",
|
|
13296
|
+
"id": {
|
|
13297
|
+
"description": "Environment variable ID",
|
|
13298
|
+
"name": "id",
|
|
13269
13299
|
"required": true
|
|
13270
13300
|
}
|
|
13271
13301
|
},
|
|
13272
|
-
"description": "
|
|
13302
|
+
"description": "List recipient values for a bot environment variable",
|
|
13273
13303
|
"flags": {
|
|
13274
13304
|
"api-key": {
|
|
13275
13305
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13333,62 +13363,32 @@
|
|
|
13333
13363
|
"multiple": false,
|
|
13334
13364
|
"type": "option"
|
|
13335
13365
|
},
|
|
13336
|
-
"
|
|
13337
|
-
"description": "
|
|
13338
|
-
"name": "
|
|
13339
|
-
"
|
|
13340
|
-
"multiple": false,
|
|
13341
|
-
"type": "option"
|
|
13342
|
-
},
|
|
13343
|
-
"operator": {
|
|
13344
|
-
"description": "Logical operator",
|
|
13345
|
-
"name": "operator",
|
|
13346
|
-
"hasDynamicHelp": false,
|
|
13347
|
-
"multiple": false,
|
|
13348
|
-
"type": "option"
|
|
13349
|
-
},
|
|
13350
|
-
"filter-object": {
|
|
13351
|
-
"description": "Filter object type",
|
|
13352
|
-
"name": "filter-object",
|
|
13353
|
-
"hasDynamicHelp": false,
|
|
13354
|
-
"multiple": false,
|
|
13355
|
-
"type": "option"
|
|
13356
|
-
},
|
|
13357
|
-
"filter-attribute": {
|
|
13358
|
-
"description": "Filter attribute",
|
|
13359
|
-
"name": "filter-attribute",
|
|
13360
|
-
"hasDynamicHelp": false,
|
|
13361
|
-
"multiple": false,
|
|
13362
|
-
"type": "option"
|
|
13363
|
-
},
|
|
13364
|
-
"filter-comparator": {
|
|
13365
|
-
"description": "Filter comparator",
|
|
13366
|
-
"name": "filter-comparator",
|
|
13366
|
+
"page": {
|
|
13367
|
+
"description": "Page number",
|
|
13368
|
+
"name": "page",
|
|
13369
|
+
"default": 1,
|
|
13367
13370
|
"hasDynamicHelp": false,
|
|
13368
13371
|
"multiple": false,
|
|
13369
13372
|
"type": "option"
|
|
13370
13373
|
},
|
|
13371
|
-
"
|
|
13372
|
-
"description": "
|
|
13373
|
-
"name": "
|
|
13374
|
+
"limit": {
|
|
13375
|
+
"description": "Items per page",
|
|
13376
|
+
"name": "limit",
|
|
13377
|
+
"default": 20,
|
|
13374
13378
|
"hasDynamicHelp": false,
|
|
13375
13379
|
"multiple": false,
|
|
13376
13380
|
"type": "option"
|
|
13377
13381
|
},
|
|
13378
|
-
"
|
|
13379
|
-
"description": "
|
|
13380
|
-
"name": "
|
|
13382
|
+
"search": {
|
|
13383
|
+
"description": "Search in recipient name or identifier",
|
|
13384
|
+
"name": "search",
|
|
13381
13385
|
"hasDynamicHelp": false,
|
|
13382
13386
|
"multiple": false,
|
|
13383
|
-
"options": [
|
|
13384
|
-
"0",
|
|
13385
|
-
"1"
|
|
13386
|
-
],
|
|
13387
13387
|
"type": "option"
|
|
13388
13388
|
},
|
|
13389
|
-
"
|
|
13390
|
-
"description": "
|
|
13391
|
-
"name": "
|
|
13389
|
+
"recipient": {
|
|
13390
|
+
"description": "Filter by recipient ID",
|
|
13391
|
+
"name": "recipient",
|
|
13392
13392
|
"hasDynamicHelp": false,
|
|
13393
13393
|
"multiple": false,
|
|
13394
13394
|
"type": "option"
|
|
@@ -13396,7 +13396,7 @@
|
|
|
13396
13396
|
},
|
|
13397
13397
|
"hasDynamicHelp": false,
|
|
13398
13398
|
"hiddenAliases": [],
|
|
13399
|
-
"id": "bots:
|
|
13399
|
+
"id": "bots:env-vars:values",
|
|
13400
13400
|
"pluginAlias": "@instantkom/cli",
|
|
13401
13401
|
"pluginName": "@instantkom/cli",
|
|
13402
13402
|
"pluginType": "core",
|
|
@@ -13407,8 +13407,8 @@
|
|
|
13407
13407
|
"dist",
|
|
13408
13408
|
"commands",
|
|
13409
13409
|
"bots",
|
|
13410
|
-
"
|
|
13411
|
-
"
|
|
13410
|
+
"env-vars",
|
|
13411
|
+
"values.js"
|
|
13412
13412
|
]
|
|
13413
13413
|
},
|
|
13414
13414
|
"bots:tags:add": {
|
|
@@ -15856,16 +15856,16 @@
|
|
|
15856
15856
|
"list.js"
|
|
15857
15857
|
]
|
|
15858
15858
|
},
|
|
15859
|
-
"tags:
|
|
15859
|
+
"tags:segments:list": {
|
|
15860
15860
|
"aliases": [],
|
|
15861
15861
|
"args": {
|
|
15862
|
-
"
|
|
15862
|
+
"id": {
|
|
15863
15863
|
"description": "Tag ID",
|
|
15864
|
-
"name": "
|
|
15864
|
+
"name": "id",
|
|
15865
15865
|
"required": true
|
|
15866
15866
|
}
|
|
15867
15867
|
},
|
|
15868
|
-
"description": "
|
|
15868
|
+
"description": "List segments that use a specific tag",
|
|
15869
15869
|
"flags": {
|
|
15870
15870
|
"api-key": {
|
|
15871
15871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15929,10 +15929,18 @@
|
|
|
15929
15929
|
"multiple": false,
|
|
15930
15930
|
"type": "option"
|
|
15931
15931
|
},
|
|
15932
|
-
"
|
|
15933
|
-
"description": "
|
|
15934
|
-
"name": "
|
|
15935
|
-
"
|
|
15932
|
+
"page": {
|
|
15933
|
+
"description": "Page number",
|
|
15934
|
+
"name": "page",
|
|
15935
|
+
"default": 1,
|
|
15936
|
+
"hasDynamicHelp": false,
|
|
15937
|
+
"multiple": false,
|
|
15938
|
+
"type": "option"
|
|
15939
|
+
},
|
|
15940
|
+
"limit": {
|
|
15941
|
+
"description": "Items per page",
|
|
15942
|
+
"name": "limit",
|
|
15943
|
+
"default": 20,
|
|
15936
15944
|
"hasDynamicHelp": false,
|
|
15937
15945
|
"multiple": false,
|
|
15938
15946
|
"type": "option"
|
|
@@ -15940,7 +15948,7 @@
|
|
|
15940
15948
|
},
|
|
15941
15949
|
"hasDynamicHelp": false,
|
|
15942
15950
|
"hiddenAliases": [],
|
|
15943
|
-
"id": "tags:
|
|
15951
|
+
"id": "tags:segments:list",
|
|
15944
15952
|
"pluginAlias": "@instantkom/cli",
|
|
15945
15953
|
"pluginName": "@instantkom/cli",
|
|
15946
15954
|
"pluginType": "core",
|
|
@@ -15951,11 +15959,11 @@
|
|
|
15951
15959
|
"dist",
|
|
15952
15960
|
"commands",
|
|
15953
15961
|
"tags",
|
|
15954
|
-
"
|
|
15955
|
-
"
|
|
15962
|
+
"segments",
|
|
15963
|
+
"list.js"
|
|
15956
15964
|
]
|
|
15957
15965
|
},
|
|
15958
|
-
"tags:recipients:
|
|
15966
|
+
"tags:recipients:add": {
|
|
15959
15967
|
"aliases": [],
|
|
15960
15968
|
"args": {
|
|
15961
15969
|
"tagId": {
|
|
@@ -15964,7 +15972,7 @@
|
|
|
15964
15972
|
"required": true
|
|
15965
15973
|
}
|
|
15966
15974
|
},
|
|
15967
|
-
"description": "
|
|
15975
|
+
"description": "Assign a tag to recipients",
|
|
15968
15976
|
"flags": {
|
|
15969
15977
|
"api-key": {
|
|
15970
15978
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16039,7 +16047,7 @@
|
|
|
16039
16047
|
},
|
|
16040
16048
|
"hasDynamicHelp": false,
|
|
16041
16049
|
"hiddenAliases": [],
|
|
16042
|
-
"id": "tags:recipients:
|
|
16050
|
+
"id": "tags:recipients:add",
|
|
16043
16051
|
"pluginAlias": "@instantkom/cli",
|
|
16044
16052
|
"pluginName": "@instantkom/cli",
|
|
16045
16053
|
"pluginType": "core",
|
|
@@ -16051,19 +16059,19 @@
|
|
|
16051
16059
|
"commands",
|
|
16052
16060
|
"tags",
|
|
16053
16061
|
"recipients",
|
|
16054
|
-
"
|
|
16062
|
+
"add.js"
|
|
16055
16063
|
]
|
|
16056
16064
|
},
|
|
16057
|
-
"tags:
|
|
16065
|
+
"tags:recipients:remove": {
|
|
16058
16066
|
"aliases": [],
|
|
16059
16067
|
"args": {
|
|
16060
|
-
"
|
|
16068
|
+
"tagId": {
|
|
16061
16069
|
"description": "Tag ID",
|
|
16062
|
-
"name": "
|
|
16070
|
+
"name": "tagId",
|
|
16063
16071
|
"required": true
|
|
16064
16072
|
}
|
|
16065
16073
|
},
|
|
16066
|
-
"description": "
|
|
16074
|
+
"description": "Remove a tag from recipients",
|
|
16067
16075
|
"flags": {
|
|
16068
16076
|
"api-key": {
|
|
16069
16077
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16127,18 +16135,10 @@
|
|
|
16127
16135
|
"multiple": false,
|
|
16128
16136
|
"type": "option"
|
|
16129
16137
|
},
|
|
16130
|
-
"
|
|
16131
|
-
"description": "
|
|
16132
|
-
"name": "
|
|
16133
|
-
"
|
|
16134
|
-
"hasDynamicHelp": false,
|
|
16135
|
-
"multiple": false,
|
|
16136
|
-
"type": "option"
|
|
16137
|
-
},
|
|
16138
|
-
"limit": {
|
|
16139
|
-
"description": "Items per page",
|
|
16140
|
-
"name": "limit",
|
|
16141
|
-
"default": 20,
|
|
16138
|
+
"recipients": {
|
|
16139
|
+
"description": "Comma-separated recipient IDs",
|
|
16140
|
+
"name": "recipients",
|
|
16141
|
+
"required": true,
|
|
16142
16142
|
"hasDynamicHelp": false,
|
|
16143
16143
|
"multiple": false,
|
|
16144
16144
|
"type": "option"
|
|
@@ -16146,7 +16146,7 @@
|
|
|
16146
16146
|
},
|
|
16147
16147
|
"hasDynamicHelp": false,
|
|
16148
16148
|
"hiddenAliases": [],
|
|
16149
|
-
"id": "tags:
|
|
16149
|
+
"id": "tags:recipients:remove",
|
|
16150
16150
|
"pluginAlias": "@instantkom/cli",
|
|
16151
16151
|
"pluginName": "@instantkom/cli",
|
|
16152
16152
|
"pluginType": "core",
|
|
@@ -16157,8 +16157,8 @@
|
|
|
16157
16157
|
"dist",
|
|
16158
16158
|
"commands",
|
|
16159
16159
|
"tags",
|
|
16160
|
-
"
|
|
16161
|
-
"
|
|
16160
|
+
"recipients",
|
|
16161
|
+
"remove.js"
|
|
16162
16162
|
]
|
|
16163
16163
|
},
|
|
16164
16164
|
"ticket:messages:create": {
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.
|
|
17055
|
+
"version": "3.186.1"
|
|
17056
17056
|
}
|