@instantkom/cli 3.181.0 → 3.182.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +355 -355
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantkom/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.182.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@instantkom/cli",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.182.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
package/oclif.manifest.json
CHANGED
|
@@ -12046,16 +12046,16 @@
|
|
|
12046
12046
|
"update.js"
|
|
12047
12047
|
]
|
|
12048
12048
|
},
|
|
12049
|
-
"bots:
|
|
12049
|
+
"bots:env-vars:bots": {
|
|
12050
12050
|
"aliases": [],
|
|
12051
12051
|
"args": {
|
|
12052
|
-
"
|
|
12053
|
-
"description": "
|
|
12054
|
-
"name": "
|
|
12052
|
+
"id": {
|
|
12053
|
+
"description": "Environment variable ID",
|
|
12054
|
+
"name": "id",
|
|
12055
12055
|
"required": true
|
|
12056
12056
|
}
|
|
12057
12057
|
},
|
|
12058
|
-
"description": "
|
|
12058
|
+
"description": "List bots using a bot environment variable",
|
|
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,77 +12118,11 @@
|
|
|
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"
|
|
12187
12121
|
}
|
|
12188
12122
|
},
|
|
12189
12123
|
"hasDynamicHelp": false,
|
|
12190
12124
|
"hiddenAliases": [],
|
|
12191
|
-
"id": "bots:
|
|
12125
|
+
"id": "bots:env-vars:bots",
|
|
12192
12126
|
"pluginAlias": "@instantkom/cli",
|
|
12193
12127
|
"pluginName": "@instantkom/cli",
|
|
12194
12128
|
"pluginType": "core",
|
|
@@ -12199,25 +12133,14 @@
|
|
|
12199
12133
|
"dist",
|
|
12200
12134
|
"commands",
|
|
12201
12135
|
"bots",
|
|
12202
|
-
"
|
|
12203
|
-
"
|
|
12136
|
+
"env-vars",
|
|
12137
|
+
"bots.js"
|
|
12204
12138
|
]
|
|
12205
12139
|
},
|
|
12206
|
-
"bots:
|
|
12140
|
+
"bots:env-vars:create": {
|
|
12207
12141
|
"aliases": [],
|
|
12208
|
-
"args": {
|
|
12209
|
-
|
|
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",
|
|
12142
|
+
"args": {},
|
|
12143
|
+
"description": "Create a bot environment variable",
|
|
12221
12144
|
"flags": {
|
|
12222
12145
|
"api-key": {
|
|
12223
12146
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12280,11 +12203,40 @@
|
|
|
12280
12203
|
"hasDynamicHelp": false,
|
|
12281
12204
|
"multiple": false,
|
|
12282
12205
|
"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"
|
|
12283
12235
|
}
|
|
12284
12236
|
},
|
|
12285
12237
|
"hasDynamicHelp": false,
|
|
12286
12238
|
"hiddenAliases": [],
|
|
12287
|
-
"id": "bots:
|
|
12239
|
+
"id": "bots:env-vars:create",
|
|
12288
12240
|
"pluginAlias": "@instantkom/cli",
|
|
12289
12241
|
"pluginName": "@instantkom/cli",
|
|
12290
12242
|
"pluginType": "core",
|
|
@@ -12295,25 +12247,20 @@
|
|
|
12295
12247
|
"dist",
|
|
12296
12248
|
"commands",
|
|
12297
12249
|
"bots",
|
|
12298
|
-
"
|
|
12299
|
-
"
|
|
12250
|
+
"env-vars",
|
|
12251
|
+
"create.js"
|
|
12300
12252
|
]
|
|
12301
12253
|
},
|
|
12302
|
-
"bots:
|
|
12254
|
+
"bots:env-vars:delete": {
|
|
12303
12255
|
"aliases": [],
|
|
12304
12256
|
"args": {
|
|
12305
|
-
"
|
|
12306
|
-
"description": "
|
|
12307
|
-
"name": "
|
|
12308
|
-
"required": true
|
|
12309
|
-
},
|
|
12310
|
-
"filterId": {
|
|
12311
|
-
"description": "Filter ID",
|
|
12312
|
-
"name": "filterId",
|
|
12257
|
+
"id": {
|
|
12258
|
+
"description": "Environment variable ID",
|
|
12259
|
+
"name": "id",
|
|
12313
12260
|
"required": true
|
|
12314
12261
|
}
|
|
12315
12262
|
},
|
|
12316
|
-
"description": "
|
|
12263
|
+
"description": "Delete a bot environment variable",
|
|
12317
12264
|
"flags": {
|
|
12318
12265
|
"api-key": {
|
|
12319
12266
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12380,7 +12327,7 @@
|
|
|
12380
12327
|
},
|
|
12381
12328
|
"hasDynamicHelp": false,
|
|
12382
12329
|
"hiddenAliases": [],
|
|
12383
|
-
"id": "bots:
|
|
12330
|
+
"id": "bots:env-vars:delete",
|
|
12384
12331
|
"pluginAlias": "@instantkom/cli",
|
|
12385
12332
|
"pluginName": "@instantkom/cli",
|
|
12386
12333
|
"pluginType": "core",
|
|
@@ -12391,20 +12338,20 @@
|
|
|
12391
12338
|
"dist",
|
|
12392
12339
|
"commands",
|
|
12393
12340
|
"bots",
|
|
12394
|
-
"
|
|
12395
|
-
"
|
|
12341
|
+
"env-vars",
|
|
12342
|
+
"delete.js"
|
|
12396
12343
|
]
|
|
12397
12344
|
},
|
|
12398
|
-
"bots:
|
|
12345
|
+
"bots:env-vars:get": {
|
|
12399
12346
|
"aliases": [],
|
|
12400
12347
|
"args": {
|
|
12401
|
-
"
|
|
12402
|
-
"description": "
|
|
12403
|
-
"name": "
|
|
12348
|
+
"id": {
|
|
12349
|
+
"description": "Environment variable ID",
|
|
12350
|
+
"name": "id",
|
|
12404
12351
|
"required": true
|
|
12405
12352
|
}
|
|
12406
12353
|
},
|
|
12407
|
-
"description": "
|
|
12354
|
+
"description": "Get a bot environment variable",
|
|
12408
12355
|
"flags": {
|
|
12409
12356
|
"api-key": {
|
|
12410
12357
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12467,45 +12414,11 @@
|
|
|
12467
12414
|
"hasDynamicHelp": false,
|
|
12468
12415
|
"multiple": false,
|
|
12469
12416
|
"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"
|
|
12504
12417
|
}
|
|
12505
12418
|
},
|
|
12506
12419
|
"hasDynamicHelp": false,
|
|
12507
12420
|
"hiddenAliases": [],
|
|
12508
|
-
"id": "bots:
|
|
12421
|
+
"id": "bots:env-vars:get",
|
|
12509
12422
|
"pluginAlias": "@instantkom/cli",
|
|
12510
12423
|
"pluginName": "@instantkom/cli",
|
|
12511
12424
|
"pluginType": "core",
|
|
@@ -12516,25 +12429,14 @@
|
|
|
12516
12429
|
"dist",
|
|
12517
12430
|
"commands",
|
|
12518
12431
|
"bots",
|
|
12519
|
-
"
|
|
12520
|
-
"
|
|
12432
|
+
"env-vars",
|
|
12433
|
+
"get.js"
|
|
12521
12434
|
]
|
|
12522
12435
|
},
|
|
12523
|
-
"bots:
|
|
12436
|
+
"bots:env-vars:list": {
|
|
12524
12437
|
"aliases": [],
|
|
12525
|
-
"args": {
|
|
12526
|
-
|
|
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",
|
|
12438
|
+
"args": {},
|
|
12439
|
+
"description": "List bot environment variables",
|
|
12538
12440
|
"flags": {
|
|
12539
12441
|
"api-key": {
|
|
12540
12442
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12598,62 +12500,32 @@
|
|
|
12598
12500
|
"multiple": false,
|
|
12599
12501
|
"type": "option"
|
|
12600
12502
|
},
|
|
12601
|
-
"
|
|
12602
|
-
"description": "
|
|
12603
|
-
"name": "
|
|
12604
|
-
"
|
|
12605
|
-
"multiple": false,
|
|
12606
|
-
"type": "option"
|
|
12607
|
-
},
|
|
12608
|
-
"operator": {
|
|
12609
|
-
"description": "Logical operator",
|
|
12610
|
-
"name": "operator",
|
|
12611
|
-
"hasDynamicHelp": false,
|
|
12612
|
-
"multiple": false,
|
|
12613
|
-
"type": "option"
|
|
12614
|
-
},
|
|
12615
|
-
"filter-object": {
|
|
12616
|
-
"description": "Filter object type",
|
|
12617
|
-
"name": "filter-object",
|
|
12618
|
-
"hasDynamicHelp": false,
|
|
12619
|
-
"multiple": false,
|
|
12620
|
-
"type": "option"
|
|
12621
|
-
},
|
|
12622
|
-
"filter-attribute": {
|
|
12623
|
-
"description": "Filter attribute",
|
|
12624
|
-
"name": "filter-attribute",
|
|
12625
|
-
"hasDynamicHelp": false,
|
|
12626
|
-
"multiple": false,
|
|
12627
|
-
"type": "option"
|
|
12628
|
-
},
|
|
12629
|
-
"filter-comparator": {
|
|
12630
|
-
"description": "Filter comparator",
|
|
12631
|
-
"name": "filter-comparator",
|
|
12503
|
+
"page": {
|
|
12504
|
+
"description": "Page number",
|
|
12505
|
+
"name": "page",
|
|
12506
|
+
"default": 1,
|
|
12632
12507
|
"hasDynamicHelp": false,
|
|
12633
12508
|
"multiple": false,
|
|
12634
12509
|
"type": "option"
|
|
12635
12510
|
},
|
|
12636
|
-
"
|
|
12637
|
-
"description": "
|
|
12638
|
-
"name": "
|
|
12511
|
+
"limit": {
|
|
12512
|
+
"description": "Items per page",
|
|
12513
|
+
"name": "limit",
|
|
12514
|
+
"default": 20,
|
|
12639
12515
|
"hasDynamicHelp": false,
|
|
12640
12516
|
"multiple": false,
|
|
12641
12517
|
"type": "option"
|
|
12642
12518
|
},
|
|
12643
|
-
"
|
|
12644
|
-
"description": "
|
|
12645
|
-
"name": "
|
|
12519
|
+
"search": {
|
|
12520
|
+
"description": "Search in key or description",
|
|
12521
|
+
"name": "search",
|
|
12646
12522
|
"hasDynamicHelp": false,
|
|
12647
12523
|
"multiple": false,
|
|
12648
|
-
"options": [
|
|
12649
|
-
"0",
|
|
12650
|
-
"1"
|
|
12651
|
-
],
|
|
12652
12524
|
"type": "option"
|
|
12653
12525
|
},
|
|
12654
|
-
"
|
|
12655
|
-
"description": "
|
|
12656
|
-
"name": "
|
|
12526
|
+
"color": {
|
|
12527
|
+
"description": "Filter by color",
|
|
12528
|
+
"name": "color",
|
|
12657
12529
|
"hasDynamicHelp": false,
|
|
12658
12530
|
"multiple": false,
|
|
12659
12531
|
"type": "option"
|
|
@@ -12661,7 +12533,7 @@
|
|
|
12661
12533
|
},
|
|
12662
12534
|
"hasDynamicHelp": false,
|
|
12663
12535
|
"hiddenAliases": [],
|
|
12664
|
-
"id": "bots:
|
|
12536
|
+
"id": "bots:env-vars:list",
|
|
12665
12537
|
"pluginAlias": "@instantkom/cli",
|
|
12666
12538
|
"pluginName": "@instantkom/cli",
|
|
12667
12539
|
"pluginType": "core",
|
|
@@ -12672,11 +12544,11 @@
|
|
|
12672
12544
|
"dist",
|
|
12673
12545
|
"commands",
|
|
12674
12546
|
"bots",
|
|
12675
|
-
"
|
|
12676
|
-
"
|
|
12547
|
+
"env-vars",
|
|
12548
|
+
"list.js"
|
|
12677
12549
|
]
|
|
12678
12550
|
},
|
|
12679
|
-
"bots:env-vars:
|
|
12551
|
+
"bots:env-vars:update": {
|
|
12680
12552
|
"aliases": [],
|
|
12681
12553
|
"args": {
|
|
12682
12554
|
"id": {
|
|
@@ -12685,7 +12557,7 @@
|
|
|
12685
12557
|
"required": true
|
|
12686
12558
|
}
|
|
12687
12559
|
},
|
|
12688
|
-
"description": "
|
|
12560
|
+
"description": "Update a bot environment variable",
|
|
12689
12561
|
"flags": {
|
|
12690
12562
|
"api-key": {
|
|
12691
12563
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12748,11 +12620,32 @@
|
|
|
12748
12620
|
"hasDynamicHelp": false,
|
|
12749
12621
|
"multiple": false,
|
|
12750
12622
|
"type": "option"
|
|
12623
|
+
},
|
|
12624
|
+
"description": {
|
|
12625
|
+
"description": "Variable description",
|
|
12626
|
+
"name": "description",
|
|
12627
|
+
"hasDynamicHelp": false,
|
|
12628
|
+
"multiple": false,
|
|
12629
|
+
"type": "option"
|
|
12630
|
+
},
|
|
12631
|
+
"color": {
|
|
12632
|
+
"description": "Variable color as HEX",
|
|
12633
|
+
"name": "color",
|
|
12634
|
+
"hasDynamicHelp": false,
|
|
12635
|
+
"multiple": false,
|
|
12636
|
+
"type": "option"
|
|
12637
|
+
},
|
|
12638
|
+
"data": {
|
|
12639
|
+
"description": "Additional JSON object payload",
|
|
12640
|
+
"name": "data",
|
|
12641
|
+
"hasDynamicHelp": false,
|
|
12642
|
+
"multiple": false,
|
|
12643
|
+
"type": "option"
|
|
12751
12644
|
}
|
|
12752
12645
|
},
|
|
12753
12646
|
"hasDynamicHelp": false,
|
|
12754
12647
|
"hiddenAliases": [],
|
|
12755
|
-
"id": "bots:env-vars:
|
|
12648
|
+
"id": "bots:env-vars:update",
|
|
12756
12649
|
"pluginAlias": "@instantkom/cli",
|
|
12757
12650
|
"pluginName": "@instantkom/cli",
|
|
12758
12651
|
"pluginType": "core",
|
|
@@ -12764,13 +12657,19 @@
|
|
|
12764
12657
|
"commands",
|
|
12765
12658
|
"bots",
|
|
12766
12659
|
"env-vars",
|
|
12767
|
-
"
|
|
12660
|
+
"update.js"
|
|
12768
12661
|
]
|
|
12769
12662
|
},
|
|
12770
|
-
"bots:env-vars:
|
|
12663
|
+
"bots:env-vars:values": {
|
|
12771
12664
|
"aliases": [],
|
|
12772
|
-
"args": {
|
|
12773
|
-
|
|
12665
|
+
"args": {
|
|
12666
|
+
"id": {
|
|
12667
|
+
"description": "Environment variable ID",
|
|
12668
|
+
"name": "id",
|
|
12669
|
+
"required": true
|
|
12670
|
+
}
|
|
12671
|
+
},
|
|
12672
|
+
"description": "List recipient values for a bot environment variable",
|
|
12774
12673
|
"flags": {
|
|
12775
12674
|
"api-key": {
|
|
12776
12675
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12834,31 +12733,32 @@
|
|
|
12834
12733
|
"multiple": false,
|
|
12835
12734
|
"type": "option"
|
|
12836
12735
|
},
|
|
12837
|
-
"
|
|
12838
|
-
"description": "
|
|
12839
|
-
"name": "
|
|
12840
|
-
"
|
|
12736
|
+
"page": {
|
|
12737
|
+
"description": "Page number",
|
|
12738
|
+
"name": "page",
|
|
12739
|
+
"default": 1,
|
|
12841
12740
|
"hasDynamicHelp": false,
|
|
12842
12741
|
"multiple": false,
|
|
12843
12742
|
"type": "option"
|
|
12844
12743
|
},
|
|
12845
|
-
"
|
|
12846
|
-
"description": "
|
|
12847
|
-
"name": "
|
|
12744
|
+
"limit": {
|
|
12745
|
+
"description": "Items per page",
|
|
12746
|
+
"name": "limit",
|
|
12747
|
+
"default": 20,
|
|
12848
12748
|
"hasDynamicHelp": false,
|
|
12849
12749
|
"multiple": false,
|
|
12850
12750
|
"type": "option"
|
|
12851
12751
|
},
|
|
12852
|
-
"
|
|
12853
|
-
"description": "
|
|
12854
|
-
"name": "
|
|
12752
|
+
"search": {
|
|
12753
|
+
"description": "Search in recipient name or identifier",
|
|
12754
|
+
"name": "search",
|
|
12855
12755
|
"hasDynamicHelp": false,
|
|
12856
12756
|
"multiple": false,
|
|
12857
12757
|
"type": "option"
|
|
12858
12758
|
},
|
|
12859
|
-
"
|
|
12860
|
-
"description": "
|
|
12861
|
-
"name": "
|
|
12759
|
+
"recipient": {
|
|
12760
|
+
"description": "Filter by recipient ID",
|
|
12761
|
+
"name": "recipient",
|
|
12862
12762
|
"hasDynamicHelp": false,
|
|
12863
12763
|
"multiple": false,
|
|
12864
12764
|
"type": "option"
|
|
@@ -12866,7 +12766,7 @@
|
|
|
12866
12766
|
},
|
|
12867
12767
|
"hasDynamicHelp": false,
|
|
12868
12768
|
"hiddenAliases": [],
|
|
12869
|
-
"id": "bots:env-vars:
|
|
12769
|
+
"id": "bots:env-vars:values",
|
|
12870
12770
|
"pluginAlias": "@instantkom/cli",
|
|
12871
12771
|
"pluginName": "@instantkom/cli",
|
|
12872
12772
|
"pluginType": "core",
|
|
@@ -12878,19 +12778,19 @@
|
|
|
12878
12778
|
"commands",
|
|
12879
12779
|
"bots",
|
|
12880
12780
|
"env-vars",
|
|
12881
|
-
"
|
|
12781
|
+
"values.js"
|
|
12882
12782
|
]
|
|
12883
12783
|
},
|
|
12884
|
-
"bots:
|
|
12784
|
+
"bots:filters:create": {
|
|
12885
12785
|
"aliases": [],
|
|
12886
12786
|
"args": {
|
|
12887
|
-
"
|
|
12888
|
-
"description": "
|
|
12889
|
-
"name": "
|
|
12787
|
+
"botId": {
|
|
12788
|
+
"description": "Bot ID",
|
|
12789
|
+
"name": "botId",
|
|
12890
12790
|
"required": true
|
|
12891
12791
|
}
|
|
12892
12792
|
},
|
|
12893
|
-
"description": "
|
|
12793
|
+
"description": "Create a bot filter",
|
|
12894
12794
|
"flags": {
|
|
12895
12795
|
"api-key": {
|
|
12896
12796
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12953,11 +12853,77 @@
|
|
|
12953
12853
|
"hasDynamicHelp": false,
|
|
12954
12854
|
"multiple": false,
|
|
12955
12855
|
"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"
|
|
12956
12922
|
}
|
|
12957
12923
|
},
|
|
12958
12924
|
"hasDynamicHelp": false,
|
|
12959
12925
|
"hiddenAliases": [],
|
|
12960
|
-
"id": "bots:
|
|
12926
|
+
"id": "bots:filters:create",
|
|
12961
12927
|
"pluginAlias": "@instantkom/cli",
|
|
12962
12928
|
"pluginName": "@instantkom/cli",
|
|
12963
12929
|
"pluginType": "core",
|
|
@@ -12968,20 +12934,25 @@
|
|
|
12968
12934
|
"dist",
|
|
12969
12935
|
"commands",
|
|
12970
12936
|
"bots",
|
|
12971
|
-
"
|
|
12972
|
-
"
|
|
12937
|
+
"filters",
|
|
12938
|
+
"create.js"
|
|
12973
12939
|
]
|
|
12974
12940
|
},
|
|
12975
|
-
"bots:
|
|
12941
|
+
"bots:filters:delete": {
|
|
12976
12942
|
"aliases": [],
|
|
12977
12943
|
"args": {
|
|
12978
|
-
"
|
|
12979
|
-
"description": "
|
|
12980
|
-
"name": "
|
|
12944
|
+
"botId": {
|
|
12945
|
+
"description": "Bot ID",
|
|
12946
|
+
"name": "botId",
|
|
12947
|
+
"required": true
|
|
12948
|
+
},
|
|
12949
|
+
"filterId": {
|
|
12950
|
+
"description": "Filter ID",
|
|
12951
|
+
"name": "filterId",
|
|
12981
12952
|
"required": true
|
|
12982
12953
|
}
|
|
12983
12954
|
},
|
|
12984
|
-
"description": "
|
|
12955
|
+
"description": "Delete a bot filter",
|
|
12985
12956
|
"flags": {
|
|
12986
12957
|
"api-key": {
|
|
12987
12958
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13048,7 +13019,7 @@
|
|
|
13048
13019
|
},
|
|
13049
13020
|
"hasDynamicHelp": false,
|
|
13050
13021
|
"hiddenAliases": [],
|
|
13051
|
-
"id": "bots:
|
|
13022
|
+
"id": "bots:filters:delete",
|
|
13052
13023
|
"pluginAlias": "@instantkom/cli",
|
|
13053
13024
|
"pluginName": "@instantkom/cli",
|
|
13054
13025
|
"pluginType": "core",
|
|
@@ -13059,14 +13030,25 @@
|
|
|
13059
13030
|
"dist",
|
|
13060
13031
|
"commands",
|
|
13061
13032
|
"bots",
|
|
13062
|
-
"
|
|
13063
|
-
"
|
|
13033
|
+
"filters",
|
|
13034
|
+
"delete.js"
|
|
13064
13035
|
]
|
|
13065
13036
|
},
|
|
13066
|
-
"bots:
|
|
13037
|
+
"bots:filters:get": {
|
|
13067
13038
|
"aliases": [],
|
|
13068
|
-
"args": {
|
|
13069
|
-
|
|
13039
|
+
"args": {
|
|
13040
|
+
"botId": {
|
|
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",
|
|
13070
13052
|
"flags": {
|
|
13071
13053
|
"api-key": {
|
|
13072
13054
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13129,41 +13111,11 @@
|
|
|
13129
13111
|
"hasDynamicHelp": false,
|
|
13130
13112
|
"multiple": false,
|
|
13131
13113
|
"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"
|
|
13162
13114
|
}
|
|
13163
13115
|
},
|
|
13164
13116
|
"hasDynamicHelp": false,
|
|
13165
13117
|
"hiddenAliases": [],
|
|
13166
|
-
"id": "bots:
|
|
13118
|
+
"id": "bots:filters:get",
|
|
13167
13119
|
"pluginAlias": "@instantkom/cli",
|
|
13168
13120
|
"pluginName": "@instantkom/cli",
|
|
13169
13121
|
"pluginType": "core",
|
|
@@ -13174,20 +13126,20 @@
|
|
|
13174
13126
|
"dist",
|
|
13175
13127
|
"commands",
|
|
13176
13128
|
"bots",
|
|
13177
|
-
"
|
|
13178
|
-
"
|
|
13129
|
+
"filters",
|
|
13130
|
+
"get.js"
|
|
13179
13131
|
]
|
|
13180
13132
|
},
|
|
13181
|
-
"bots:
|
|
13133
|
+
"bots:filters:list": {
|
|
13182
13134
|
"aliases": [],
|
|
13183
13135
|
"args": {
|
|
13184
|
-
"
|
|
13185
|
-
"description": "
|
|
13186
|
-
"name": "
|
|
13136
|
+
"botId": {
|
|
13137
|
+
"description": "Bot ID",
|
|
13138
|
+
"name": "botId",
|
|
13187
13139
|
"required": true
|
|
13188
13140
|
}
|
|
13189
13141
|
},
|
|
13190
|
-
"description": "
|
|
13142
|
+
"description": "List bot filters",
|
|
13191
13143
|
"flags": {
|
|
13192
13144
|
"api-key": {
|
|
13193
13145
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13251,23 +13203,36 @@
|
|
|
13251
13203
|
"multiple": false,
|
|
13252
13204
|
"type": "option"
|
|
13253
13205
|
},
|
|
13254
|
-
"
|
|
13255
|
-
"description": "
|
|
13256
|
-
"name": "
|
|
13206
|
+
"page": {
|
|
13207
|
+
"description": "Page number",
|
|
13208
|
+
"name": "page",
|
|
13209
|
+
"default": 1,
|
|
13257
13210
|
"hasDynamicHelp": false,
|
|
13258
13211
|
"multiple": false,
|
|
13259
13212
|
"type": "option"
|
|
13260
13213
|
},
|
|
13261
|
-
"
|
|
13262
|
-
"description": "
|
|
13263
|
-
"name": "
|
|
13214
|
+
"limit": {
|
|
13215
|
+
"description": "Items per page",
|
|
13216
|
+
"name": "limit",
|
|
13217
|
+
"default": 20,
|
|
13264
13218
|
"hasDynamicHelp": false,
|
|
13265
13219
|
"multiple": false,
|
|
13266
13220
|
"type": "option"
|
|
13267
13221
|
},
|
|
13268
|
-
"
|
|
13269
|
-
"description": "
|
|
13270
|
-
"name": "
|
|
13222
|
+
"status": {
|
|
13223
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
13224
|
+
"name": "status",
|
|
13225
|
+
"hasDynamicHelp": false,
|
|
13226
|
+
"multiple": false,
|
|
13227
|
+
"options": [
|
|
13228
|
+
"0",
|
|
13229
|
+
"1"
|
|
13230
|
+
],
|
|
13231
|
+
"type": "option"
|
|
13232
|
+
},
|
|
13233
|
+
"search": {
|
|
13234
|
+
"description": "Search in name or description",
|
|
13235
|
+
"name": "search",
|
|
13271
13236
|
"hasDynamicHelp": false,
|
|
13272
13237
|
"multiple": false,
|
|
13273
13238
|
"type": "option"
|
|
@@ -13275,7 +13240,7 @@
|
|
|
13275
13240
|
},
|
|
13276
13241
|
"hasDynamicHelp": false,
|
|
13277
13242
|
"hiddenAliases": [],
|
|
13278
|
-
"id": "bots:
|
|
13243
|
+
"id": "bots:filters:list",
|
|
13279
13244
|
"pluginAlias": "@instantkom/cli",
|
|
13280
13245
|
"pluginName": "@instantkom/cli",
|
|
13281
13246
|
"pluginType": "core",
|
|
@@ -13286,20 +13251,25 @@
|
|
|
13286
13251
|
"dist",
|
|
13287
13252
|
"commands",
|
|
13288
13253
|
"bots",
|
|
13289
|
-
"
|
|
13290
|
-
"
|
|
13254
|
+
"filters",
|
|
13255
|
+
"list.js"
|
|
13291
13256
|
]
|
|
13292
13257
|
},
|
|
13293
|
-
"bots:
|
|
13258
|
+
"bots:filters:update": {
|
|
13294
13259
|
"aliases": [],
|
|
13295
13260
|
"args": {
|
|
13296
|
-
"
|
|
13297
|
-
"description": "
|
|
13298
|
-
"name": "
|
|
13261
|
+
"botId": {
|
|
13262
|
+
"description": "Bot ID",
|
|
13263
|
+
"name": "botId",
|
|
13264
|
+
"required": true
|
|
13265
|
+
},
|
|
13266
|
+
"filterId": {
|
|
13267
|
+
"description": "Filter ID",
|
|
13268
|
+
"name": "filterId",
|
|
13299
13269
|
"required": true
|
|
13300
13270
|
}
|
|
13301
13271
|
},
|
|
13302
|
-
"description": "
|
|
13272
|
+
"description": "Update a bot filter",
|
|
13303
13273
|
"flags": {
|
|
13304
13274
|
"api-key": {
|
|
13305
13275
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13363,32 +13333,62 @@
|
|
|
13363
13333
|
"multiple": false,
|
|
13364
13334
|
"type": "option"
|
|
13365
13335
|
},
|
|
13366
|
-
"
|
|
13367
|
-
"description": "
|
|
13368
|
-
"name": "
|
|
13369
|
-
"default": 1,
|
|
13336
|
+
"name": {
|
|
13337
|
+
"description": "Filter name",
|
|
13338
|
+
"name": "name",
|
|
13370
13339
|
"hasDynamicHelp": false,
|
|
13371
13340
|
"multiple": false,
|
|
13372
13341
|
"type": "option"
|
|
13373
13342
|
},
|
|
13374
|
-
"
|
|
13375
|
-
"description": "
|
|
13376
|
-
"name": "
|
|
13377
|
-
"default": 20,
|
|
13343
|
+
"operator": {
|
|
13344
|
+
"description": "Logical operator",
|
|
13345
|
+
"name": "operator",
|
|
13378
13346
|
"hasDynamicHelp": false,
|
|
13379
13347
|
"multiple": false,
|
|
13380
13348
|
"type": "option"
|
|
13381
13349
|
},
|
|
13382
|
-
"
|
|
13383
|
-
"description": "
|
|
13384
|
-
"name": "
|
|
13350
|
+
"filter-object": {
|
|
13351
|
+
"description": "Filter object type",
|
|
13352
|
+
"name": "filter-object",
|
|
13385
13353
|
"hasDynamicHelp": false,
|
|
13386
13354
|
"multiple": false,
|
|
13387
13355
|
"type": "option"
|
|
13388
13356
|
},
|
|
13389
|
-
"
|
|
13390
|
-
"description": "Filter
|
|
13391
|
-
"name": "
|
|
13357
|
+
"filter-attribute": {
|
|
13358
|
+
"description": "Filter attribute",
|
|
13359
|
+
"name": "filter-attribute",
|
|
13360
|
+
"hasDynamicHelp": false,
|
|
13361
|
+
"multiple": false,
|
|
13362
|
+
"type": "option"
|
|
13363
|
+
},
|
|
13364
|
+
"filter-comparator": {
|
|
13365
|
+
"description": "Filter comparator",
|
|
13366
|
+
"name": "filter-comparator",
|
|
13367
|
+
"hasDynamicHelp": false,
|
|
13368
|
+
"multiple": false,
|
|
13369
|
+
"type": "option"
|
|
13370
|
+
},
|
|
13371
|
+
"filter-value": {
|
|
13372
|
+
"description": "Filter value",
|
|
13373
|
+
"name": "filter-value",
|
|
13374
|
+
"hasDynamicHelp": false,
|
|
13375
|
+
"multiple": false,
|
|
13376
|
+
"type": "option"
|
|
13377
|
+
},
|
|
13378
|
+
"status": {
|
|
13379
|
+
"description": "Status: 0 inactive, 1 active",
|
|
13380
|
+
"name": "status",
|
|
13381
|
+
"hasDynamicHelp": false,
|
|
13382
|
+
"multiple": false,
|
|
13383
|
+
"options": [
|
|
13384
|
+
"0",
|
|
13385
|
+
"1"
|
|
13386
|
+
],
|
|
13387
|
+
"type": "option"
|
|
13388
|
+
},
|
|
13389
|
+
"data": {
|
|
13390
|
+
"description": "Additional JSON object payload",
|
|
13391
|
+
"name": "data",
|
|
13392
13392
|
"hasDynamicHelp": false,
|
|
13393
13393
|
"multiple": false,
|
|
13394
13394
|
"type": "option"
|
|
@@ -13396,7 +13396,7 @@
|
|
|
13396
13396
|
},
|
|
13397
13397
|
"hasDynamicHelp": false,
|
|
13398
13398
|
"hiddenAliases": [],
|
|
13399
|
-
"id": "bots:
|
|
13399
|
+
"id": "bots:filters:update",
|
|
13400
13400
|
"pluginAlias": "@instantkom/cli",
|
|
13401
13401
|
"pluginName": "@instantkom/cli",
|
|
13402
13402
|
"pluginType": "core",
|
|
@@ -13407,8 +13407,8 @@
|
|
|
13407
13407
|
"dist",
|
|
13408
13408
|
"commands",
|
|
13409
13409
|
"bots",
|
|
13410
|
-
"
|
|
13411
|
-
"
|
|
13410
|
+
"filters",
|
|
13411
|
+
"update.js"
|
|
13412
13412
|
]
|
|
13413
13413
|
},
|
|
13414
13414
|
"bots:tags:add": {
|
|
@@ -15856,16 +15856,16 @@
|
|
|
15856
15856
|
"list.js"
|
|
15857
15857
|
]
|
|
15858
15858
|
},
|
|
15859
|
-
"tags:
|
|
15859
|
+
"tags:recipients:add": {
|
|
15860
15860
|
"aliases": [],
|
|
15861
15861
|
"args": {
|
|
15862
|
-
"
|
|
15862
|
+
"tagId": {
|
|
15863
15863
|
"description": "Tag ID",
|
|
15864
|
-
"name": "
|
|
15864
|
+
"name": "tagId",
|
|
15865
15865
|
"required": true
|
|
15866
15866
|
}
|
|
15867
15867
|
},
|
|
15868
|
-
"description": "
|
|
15868
|
+
"description": "Assign a tag to recipients",
|
|
15869
15869
|
"flags": {
|
|
15870
15870
|
"api-key": {
|
|
15871
15871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15929,18 +15929,10 @@
|
|
|
15929
15929
|
"multiple": false,
|
|
15930
15930
|
"type": "option"
|
|
15931
15931
|
},
|
|
15932
|
-
"
|
|
15933
|
-
"description": "
|
|
15934
|
-
"name": "
|
|
15935
|
-
"
|
|
15936
|
-
"hasDynamicHelp": false,
|
|
15937
|
-
"multiple": false,
|
|
15938
|
-
"type": "option"
|
|
15939
|
-
},
|
|
15940
|
-
"limit": {
|
|
15941
|
-
"description": "Items per page",
|
|
15942
|
-
"name": "limit",
|
|
15943
|
-
"default": 20,
|
|
15932
|
+
"recipients": {
|
|
15933
|
+
"description": "Comma-separated recipient IDs",
|
|
15934
|
+
"name": "recipients",
|
|
15935
|
+
"required": true,
|
|
15944
15936
|
"hasDynamicHelp": false,
|
|
15945
15937
|
"multiple": false,
|
|
15946
15938
|
"type": "option"
|
|
@@ -15948,7 +15940,7 @@
|
|
|
15948
15940
|
},
|
|
15949
15941
|
"hasDynamicHelp": false,
|
|
15950
15942
|
"hiddenAliases": [],
|
|
15951
|
-
"id": "tags:
|
|
15943
|
+
"id": "tags:recipients:add",
|
|
15952
15944
|
"pluginAlias": "@instantkom/cli",
|
|
15953
15945
|
"pluginName": "@instantkom/cli",
|
|
15954
15946
|
"pluginType": "core",
|
|
@@ -15959,11 +15951,11 @@
|
|
|
15959
15951
|
"dist",
|
|
15960
15952
|
"commands",
|
|
15961
15953
|
"tags",
|
|
15962
|
-
"
|
|
15963
|
-
"
|
|
15954
|
+
"recipients",
|
|
15955
|
+
"add.js"
|
|
15964
15956
|
]
|
|
15965
15957
|
},
|
|
15966
|
-
"tags:recipients:
|
|
15958
|
+
"tags:recipients:remove": {
|
|
15967
15959
|
"aliases": [],
|
|
15968
15960
|
"args": {
|
|
15969
15961
|
"tagId": {
|
|
@@ -15972,7 +15964,7 @@
|
|
|
15972
15964
|
"required": true
|
|
15973
15965
|
}
|
|
15974
15966
|
},
|
|
15975
|
-
"description": "
|
|
15967
|
+
"description": "Remove a tag from recipients",
|
|
15976
15968
|
"flags": {
|
|
15977
15969
|
"api-key": {
|
|
15978
15970
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16047,7 +16039,7 @@
|
|
|
16047
16039
|
},
|
|
16048
16040
|
"hasDynamicHelp": false,
|
|
16049
16041
|
"hiddenAliases": [],
|
|
16050
|
-
"id": "tags:recipients:
|
|
16042
|
+
"id": "tags:recipients:remove",
|
|
16051
16043
|
"pluginAlias": "@instantkom/cli",
|
|
16052
16044
|
"pluginName": "@instantkom/cli",
|
|
16053
16045
|
"pluginType": "core",
|
|
@@ -16059,19 +16051,19 @@
|
|
|
16059
16051
|
"commands",
|
|
16060
16052
|
"tags",
|
|
16061
16053
|
"recipients",
|
|
16062
|
-
"
|
|
16054
|
+
"remove.js"
|
|
16063
16055
|
]
|
|
16064
16056
|
},
|
|
16065
|
-
"tags:
|
|
16057
|
+
"tags:segments:list": {
|
|
16066
16058
|
"aliases": [],
|
|
16067
16059
|
"args": {
|
|
16068
|
-
"
|
|
16060
|
+
"id": {
|
|
16069
16061
|
"description": "Tag ID",
|
|
16070
|
-
"name": "
|
|
16062
|
+
"name": "id",
|
|
16071
16063
|
"required": true
|
|
16072
16064
|
}
|
|
16073
16065
|
},
|
|
16074
|
-
"description": "
|
|
16066
|
+
"description": "List segments that use a specific tag",
|
|
16075
16067
|
"flags": {
|
|
16076
16068
|
"api-key": {
|
|
16077
16069
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16135,10 +16127,18 @@
|
|
|
16135
16127
|
"multiple": false,
|
|
16136
16128
|
"type": "option"
|
|
16137
16129
|
},
|
|
16138
|
-
"
|
|
16139
|
-
"description": "
|
|
16140
|
-
"name": "
|
|
16141
|
-
"
|
|
16130
|
+
"page": {
|
|
16131
|
+
"description": "Page number",
|
|
16132
|
+
"name": "page",
|
|
16133
|
+
"default": 1,
|
|
16134
|
+
"hasDynamicHelp": false,
|
|
16135
|
+
"multiple": false,
|
|
16136
|
+
"type": "option"
|
|
16137
|
+
},
|
|
16138
|
+
"limit": {
|
|
16139
|
+
"description": "Items per page",
|
|
16140
|
+
"name": "limit",
|
|
16141
|
+
"default": 20,
|
|
16142
16142
|
"hasDynamicHelp": false,
|
|
16143
16143
|
"multiple": false,
|
|
16144
16144
|
"type": "option"
|
|
@@ -16146,7 +16146,7 @@
|
|
|
16146
16146
|
},
|
|
16147
16147
|
"hasDynamicHelp": false,
|
|
16148
16148
|
"hiddenAliases": [],
|
|
16149
|
-
"id": "tags:
|
|
16149
|
+
"id": "tags:segments:list",
|
|
16150
16150
|
"pluginAlias": "@instantkom/cli",
|
|
16151
16151
|
"pluginName": "@instantkom/cli",
|
|
16152
16152
|
"pluginType": "core",
|
|
@@ -16157,8 +16157,8 @@
|
|
|
16157
16157
|
"dist",
|
|
16158
16158
|
"commands",
|
|
16159
16159
|
"tags",
|
|
16160
|
-
"
|
|
16161
|
-
"
|
|
16160
|
+
"segments",
|
|
16161
|
+
"list.js"
|
|
16162
16162
|
]
|
|
16163
16163
|
},
|
|
16164
16164
|
"ticket:messages:create": {
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.
|
|
17055
|
+
"version": "3.182.0"
|
|
17056
17056
|
}
|