@instantkom/cli 3.174.0 → 3.175.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.
@@ -4805,10 +4805,10 @@
4805
4805
  "update.js"
4806
4806
  ]
4807
4807
  },
4808
- "exports:create": {
4808
+ "custom-fields:bulk-delete": {
4809
4809
  "aliases": [],
4810
4810
  "args": {},
4811
- "description": "Create an export",
4811
+ "description": "Bulk delete custom fields",
4812
4812
  "flags": {
4813
4813
  "api-key": {
4814
4814
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -4820,10 +4820,18 @@
4820
4820
  "type": "option"
4821
4821
  },
4822
4822
  "format": {
4823
- "description": "Alias for --target",
4823
+ "description": "Output format: text, json, yaml, or table",
4824
+ "helpGroup": "GLOBAL",
4824
4825
  "name": "format",
4826
+ "default": "text",
4825
4827
  "hasDynamicHelp": false,
4826
4828
  "multiple": false,
4829
+ "options": [
4830
+ "text",
4831
+ "json",
4832
+ "yaml",
4833
+ "table"
4834
+ ],
4827
4835
  "type": "option"
4828
4836
  },
4829
4837
  "json": {
@@ -4864,74 +4872,18 @@
4864
4872
  "multiple": false,
4865
4873
  "type": "option"
4866
4874
  },
4867
- "name": {
4868
- "description": "Export name",
4869
- "name": "name",
4875
+ "ids": {
4876
+ "description": "Comma-separated custom field IDs",
4877
+ "name": "ids",
4870
4878
  "required": true,
4871
4879
  "hasDynamicHelp": false,
4872
4880
  "multiple": false,
4873
4881
  "type": "option"
4874
- },
4875
- "sources": {
4876
- "description": "Data sources to export",
4877
- "name": "sources",
4878
- "hasDynamicHelp": false,
4879
- "multiple": false,
4880
- "type": "option"
4881
- },
4882
- "type": {
4883
- "description": "Alias for --sources",
4884
- "name": "type",
4885
- "hasDynamicHelp": false,
4886
- "multiple": false,
4887
- "type": "option"
4888
- },
4889
- "target": {
4890
- "description": "Export target/format",
4891
- "name": "target",
4892
- "hasDynamicHelp": false,
4893
- "multiple": false,
4894
- "type": "option"
4895
- },
4896
- "channels": {
4897
- "description": "Comma-separated channel IDs",
4898
- "name": "channels",
4899
- "hasDynamicHelp": false,
4900
- "multiple": false,
4901
- "type": "option"
4902
- },
4903
- "fields": {
4904
- "description": "Comma-separated fields",
4905
- "name": "fields",
4906
- "hasDynamicHelp": false,
4907
- "multiple": false,
4908
- "type": "option"
4909
- },
4910
- "filters": {
4911
- "description": "Filter criteria",
4912
- "name": "filters",
4913
- "hasDynamicHelp": false,
4914
- "multiple": false,
4915
- "type": "option"
4916
- },
4917
- "color": {
4918
- "description": "Export color as HEX",
4919
- "name": "color",
4920
- "hasDynamicHelp": false,
4921
- "multiple": false,
4922
- "type": "option"
4923
- },
4924
- "data": {
4925
- "description": "Additional JSON object payload",
4926
- "name": "data",
4927
- "hasDynamicHelp": false,
4928
- "multiple": false,
4929
- "type": "option"
4930
4882
  }
4931
4883
  },
4932
4884
  "hasDynamicHelp": false,
4933
4885
  "hiddenAliases": [],
4934
- "id": "exports:create",
4886
+ "id": "custom-fields:bulk-delete",
4935
4887
  "pluginAlias": "@instantkom/cli",
4936
4888
  "pluginName": "@instantkom/cli",
4937
4889
  "pluginType": "core",
@@ -4941,20 +4893,14 @@
4941
4893
  "relativePath": [
4942
4894
  "dist",
4943
4895
  "commands",
4944
- "exports",
4945
- "create.js"
4896
+ "custom-fields",
4897
+ "bulk-delete.js"
4946
4898
  ]
4947
4899
  },
4948
- "exports:delete": {
4900
+ "custom-fields:create": {
4949
4901
  "aliases": [],
4950
- "args": {
4951
- "id": {
4952
- "description": "Export ID",
4953
- "name": "id",
4954
- "required": true
4955
- }
4956
- },
4957
- "description": "Delete an export",
4902
+ "args": {},
4903
+ "description": "Create a custom field",
4958
4904
  "flags": {
4959
4905
  "api-key": {
4960
4906
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5017,11 +4963,72 @@
5017
4963
  "hasDynamicHelp": false,
5018
4964
  "multiple": false,
5019
4965
  "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"
5020
5027
  }
5021
5028
  },
5022
5029
  "hasDynamicHelp": false,
5023
5030
  "hiddenAliases": [],
5024
- "id": "exports:delete",
5031
+ "id": "custom-fields:create",
5025
5032
  "pluginAlias": "@instantkom/cli",
5026
5033
  "pluginName": "@instantkom/cli",
5027
5034
  "pluginType": "core",
@@ -5031,20 +5038,20 @@
5031
5038
  "relativePath": [
5032
5039
  "dist",
5033
5040
  "commands",
5034
- "exports",
5035
- "delete.js"
5041
+ "custom-fields",
5042
+ "create.js"
5036
5043
  ]
5037
5044
  },
5038
- "exports:download": {
5045
+ "custom-fields:delete": {
5039
5046
  "aliases": [],
5040
5047
  "args": {
5041
5048
  "id": {
5042
- "description": "Export ID",
5049
+ "description": "custom field ID",
5043
5050
  "name": "id",
5044
5051
  "required": true
5045
5052
  }
5046
5053
  },
5047
- "description": "Download an export file",
5054
+ "description": "Delete custom field",
5048
5055
  "flags": {
5049
5056
  "api-key": {
5050
5057
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5107,18 +5114,11 @@
5107
5114
  "hasDynamicHelp": false,
5108
5115
  "multiple": false,
5109
5116
  "type": "option"
5110
- },
5111
- "file": {
5112
- "description": "Output file path",
5113
- "name": "file",
5114
- "hasDynamicHelp": false,
5115
- "multiple": false,
5116
- "type": "option"
5117
5117
  }
5118
5118
  },
5119
5119
  "hasDynamicHelp": false,
5120
5120
  "hiddenAliases": [],
5121
- "id": "exports:download",
5121
+ "id": "custom-fields:delete",
5122
5122
  "pluginAlias": "@instantkom/cli",
5123
5123
  "pluginName": "@instantkom/cli",
5124
5124
  "pluginType": "core",
@@ -5128,20 +5128,20 @@
5128
5128
  "relativePath": [
5129
5129
  "dist",
5130
5130
  "commands",
5131
- "exports",
5132
- "download.js"
5131
+ "custom-fields",
5132
+ "delete.js"
5133
5133
  ]
5134
5134
  },
5135
- "exports:get": {
5135
+ "custom-fields:get": {
5136
5136
  "aliases": [],
5137
5137
  "args": {
5138
5138
  "id": {
5139
- "description": "Export ID",
5139
+ "description": "custom field ID",
5140
5140
  "name": "id",
5141
5141
  "required": true
5142
5142
  }
5143
5143
  },
5144
- "description": "Get an export by ID",
5144
+ "description": "Get custom field by ID",
5145
5145
  "flags": {
5146
5146
  "api-key": {
5147
5147
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5208,7 +5208,7 @@
5208
5208
  },
5209
5209
  "hasDynamicHelp": false,
5210
5210
  "hiddenAliases": [],
5211
- "id": "exports:get",
5211
+ "id": "custom-fields:get",
5212
5212
  "pluginAlias": "@instantkom/cli",
5213
5213
  "pluginName": "@instantkom/cli",
5214
5214
  "pluginType": "core",
@@ -5218,14 +5218,14 @@
5218
5218
  "relativePath": [
5219
5219
  "dist",
5220
5220
  "commands",
5221
- "exports",
5221
+ "custom-fields",
5222
5222
  "get.js"
5223
5223
  ]
5224
5224
  },
5225
- "exports:list": {
5225
+ "custom-fields:list": {
5226
5226
  "aliases": [],
5227
5227
  "args": {},
5228
- "description": "List exports",
5228
+ "description": "List custom fields",
5229
5229
  "flags": {
5230
5230
  "api-key": {
5231
5231
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5288,41 +5288,11 @@
5288
5288
  "hasDynamicHelp": false,
5289
5289
  "multiple": false,
5290
5290
  "type": "option"
5291
- },
5292
- "page": {
5293
- "description": "Page number",
5294
- "name": "page",
5295
- "default": 1,
5296
- "hasDynamicHelp": false,
5297
- "multiple": false,
5298
- "type": "option"
5299
- },
5300
- "limit": {
5301
- "description": "Items per page",
5302
- "name": "limit",
5303
- "default": 50,
5304
- "hasDynamicHelp": false,
5305
- "multiple": false,
5306
- "type": "option"
5307
- },
5308
- "source": {
5309
- "description": "Filter by data source",
5310
- "name": "source",
5311
- "hasDynamicHelp": false,
5312
- "multiple": false,
5313
- "type": "option"
5314
- },
5315
- "target": {
5316
- "description": "Filter by export target/format",
5317
- "name": "target",
5318
- "hasDynamicHelp": false,
5319
- "multiple": false,
5320
- "type": "option"
5321
5291
  }
5322
5292
  },
5323
5293
  "hasDynamicHelp": false,
5324
5294
  "hiddenAliases": [],
5325
- "id": "exports:list",
5295
+ "id": "custom-fields:list",
5326
5296
  "pluginAlias": "@instantkom/cli",
5327
5297
  "pluginName": "@instantkom/cli",
5328
5298
  "pluginType": "core",
@@ -5332,14 +5302,14 @@
5332
5302
  "relativePath": [
5333
5303
  "dist",
5334
5304
  "commands",
5335
- "exports",
5305
+ "custom-fields",
5336
5306
  "list.js"
5337
5307
  ]
5338
5308
  },
5339
- "custom-fields:bulk-delete": {
5309
+ "custom-fields:reorder": {
5340
5310
  "aliases": [],
5341
5311
  "args": {},
5342
- "description": "Bulk delete custom fields",
5312
+ "description": "Reorder custom fields",
5343
5313
  "flags": {
5344
5314
  "api-key": {
5345
5315
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5403,9 +5373,9 @@
5403
5373
  "multiple": false,
5404
5374
  "type": "option"
5405
5375
  },
5406
- "ids": {
5407
- "description": "Comma-separated custom field IDs",
5408
- "name": "ids",
5376
+ "order": {
5377
+ "description": "Order JSON array payload",
5378
+ "name": "order",
5409
5379
  "required": true,
5410
5380
  "hasDynamicHelp": false,
5411
5381
  "multiple": false,
@@ -5414,7 +5384,7 @@
5414
5384
  },
5415
5385
  "hasDynamicHelp": false,
5416
5386
  "hiddenAliases": [],
5417
- "id": "custom-fields:bulk-delete",
5387
+ "id": "custom-fields:reorder",
5418
5388
  "pluginAlias": "@instantkom/cli",
5419
5389
  "pluginName": "@instantkom/cli",
5420
5390
  "pluginType": "core",
@@ -5425,13 +5395,19 @@
5425
5395
  "dist",
5426
5396
  "commands",
5427
5397
  "custom-fields",
5428
- "bulk-delete.js"
5398
+ "reorder.js"
5429
5399
  ]
5430
5400
  },
5431
- "custom-fields:create": {
5401
+ "custom-fields:update": {
5432
5402
  "aliases": [],
5433
- "args": {},
5434
- "description": "Create a custom field",
5403
+ "args": {
5404
+ "id": {
5405
+ "description": "Custom field ID",
5406
+ "name": "id",
5407
+ "required": true
5408
+ }
5409
+ },
5410
+ "description": "Update a custom field",
5435
5411
  "flags": {
5436
5412
  "api-key": {
5437
5413
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5498,15 +5474,6 @@
5498
5474
  "name": {
5499
5475
  "description": "Field name",
5500
5476
  "name": "name",
5501
- "required": true,
5502
- "hasDynamicHelp": false,
5503
- "multiple": false,
5504
- "type": "option"
5505
- },
5506
- "key": {
5507
- "description": "Field key",
5508
- "name": "key",
5509
- "required": true,
5510
5477
  "hasDynamicHelp": false,
5511
5478
  "multiple": false,
5512
5479
  "type": "option"
@@ -5514,7 +5481,6 @@
5514
5481
  "type": {
5515
5482
  "description": "Field type",
5516
5483
  "name": "type",
5517
- "required": true,
5518
5484
  "hasDynamicHelp": false,
5519
5485
  "multiple": false,
5520
5486
  "options": [
@@ -5532,7 +5498,13 @@
5532
5498
  "required": {
5533
5499
  "description": "Field is required",
5534
5500
  "name": "required",
5535
- "allowNo": false,
5501
+ "allowNo": true,
5502
+ "type": "boolean"
5503
+ },
5504
+ "status": {
5505
+ "description": "Field is active",
5506
+ "name": "status",
5507
+ "allowNo": true,
5536
5508
  "type": "boolean"
5537
5509
  },
5538
5510
  "default": {
@@ -5559,7 +5531,7 @@
5559
5531
  },
5560
5532
  "hasDynamicHelp": false,
5561
5533
  "hiddenAliases": [],
5562
- "id": "custom-fields:create",
5534
+ "id": "custom-fields:update",
5563
5535
  "pluginAlias": "@instantkom/cli",
5564
5536
  "pluginName": "@instantkom/cli",
5565
5537
  "pluginType": "core",
@@ -5570,19 +5542,13 @@
5570
5542
  "dist",
5571
5543
  "commands",
5572
5544
  "custom-fields",
5573
- "create.js"
5545
+ "update.js"
5574
5546
  ]
5575
5547
  },
5576
- "custom-fields:delete": {
5548
+ "exports:create": {
5577
5549
  "aliases": [],
5578
- "args": {
5579
- "id": {
5580
- "description": "custom field ID",
5581
- "name": "id",
5582
- "required": true
5583
- }
5584
- },
5585
- "description": "Delete custom field",
5550
+ "args": {},
5551
+ "description": "Create an export",
5586
5552
  "flags": {
5587
5553
  "api-key": {
5588
5554
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5594,18 +5560,10 @@
5594
5560
  "type": "option"
5595
5561
  },
5596
5562
  "format": {
5597
- "description": "Output format: text, json, yaml, or table",
5598
- "helpGroup": "GLOBAL",
5563
+ "description": "Alias for --target",
5599
5564
  "name": "format",
5600
- "default": "text",
5601
5565
  "hasDynamicHelp": false,
5602
5566
  "multiple": false,
5603
- "options": [
5604
- "text",
5605
- "json",
5606
- "yaml",
5607
- "table"
5608
- ],
5609
5567
  "type": "option"
5610
5568
  },
5611
5569
  "json": {
@@ -5645,11 +5603,75 @@
5645
5603
  "hasDynamicHelp": false,
5646
5604
  "multiple": false,
5647
5605
  "type": "option"
5606
+ },
5607
+ "name": {
5608
+ "description": "Export name",
5609
+ "name": "name",
5610
+ "required": true,
5611
+ "hasDynamicHelp": false,
5612
+ "multiple": false,
5613
+ "type": "option"
5614
+ },
5615
+ "sources": {
5616
+ "description": "Data sources to export",
5617
+ "name": "sources",
5618
+ "hasDynamicHelp": false,
5619
+ "multiple": false,
5620
+ "type": "option"
5621
+ },
5622
+ "type": {
5623
+ "description": "Alias for --sources",
5624
+ "name": "type",
5625
+ "hasDynamicHelp": false,
5626
+ "multiple": false,
5627
+ "type": "option"
5628
+ },
5629
+ "target": {
5630
+ "description": "Export target/format",
5631
+ "name": "target",
5632
+ "hasDynamicHelp": false,
5633
+ "multiple": false,
5634
+ "type": "option"
5635
+ },
5636
+ "channels": {
5637
+ "description": "Comma-separated channel IDs",
5638
+ "name": "channels",
5639
+ "hasDynamicHelp": false,
5640
+ "multiple": false,
5641
+ "type": "option"
5642
+ },
5643
+ "fields": {
5644
+ "description": "Comma-separated fields",
5645
+ "name": "fields",
5646
+ "hasDynamicHelp": false,
5647
+ "multiple": false,
5648
+ "type": "option"
5649
+ },
5650
+ "filters": {
5651
+ "description": "Filter criteria",
5652
+ "name": "filters",
5653
+ "hasDynamicHelp": false,
5654
+ "multiple": false,
5655
+ "type": "option"
5656
+ },
5657
+ "color": {
5658
+ "description": "Export color as HEX",
5659
+ "name": "color",
5660
+ "hasDynamicHelp": false,
5661
+ "multiple": false,
5662
+ "type": "option"
5663
+ },
5664
+ "data": {
5665
+ "description": "Additional JSON object payload",
5666
+ "name": "data",
5667
+ "hasDynamicHelp": false,
5668
+ "multiple": false,
5669
+ "type": "option"
5648
5670
  }
5649
5671
  },
5650
5672
  "hasDynamicHelp": false,
5651
5673
  "hiddenAliases": [],
5652
- "id": "custom-fields:delete",
5674
+ "id": "exports:create",
5653
5675
  "pluginAlias": "@instantkom/cli",
5654
5676
  "pluginName": "@instantkom/cli",
5655
5677
  "pluginType": "core",
@@ -5659,20 +5681,20 @@
5659
5681
  "relativePath": [
5660
5682
  "dist",
5661
5683
  "commands",
5662
- "custom-fields",
5663
- "delete.js"
5684
+ "exports",
5685
+ "create.js"
5664
5686
  ]
5665
5687
  },
5666
- "custom-fields:get": {
5688
+ "exports:delete": {
5667
5689
  "aliases": [],
5668
5690
  "args": {
5669
5691
  "id": {
5670
- "description": "custom field ID",
5692
+ "description": "Export ID",
5671
5693
  "name": "id",
5672
5694
  "required": true
5673
5695
  }
5674
5696
  },
5675
- "description": "Get custom field by ID",
5697
+ "description": "Delete an export",
5676
5698
  "flags": {
5677
5699
  "api-key": {
5678
5700
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5739,7 +5761,7 @@
5739
5761
  },
5740
5762
  "hasDynamicHelp": false,
5741
5763
  "hiddenAliases": [],
5742
- "id": "custom-fields:get",
5764
+ "id": "exports:delete",
5743
5765
  "pluginAlias": "@instantkom/cli",
5744
5766
  "pluginName": "@instantkom/cli",
5745
5767
  "pluginType": "core",
@@ -5749,14 +5771,20 @@
5749
5771
  "relativePath": [
5750
5772
  "dist",
5751
5773
  "commands",
5752
- "custom-fields",
5753
- "get.js"
5774
+ "exports",
5775
+ "delete.js"
5754
5776
  ]
5755
5777
  },
5756
- "custom-fields:list": {
5778
+ "exports:download": {
5757
5779
  "aliases": [],
5758
- "args": {},
5759
- "description": "List custom fields",
5780
+ "args": {
5781
+ "id": {
5782
+ "description": "Export ID",
5783
+ "name": "id",
5784
+ "required": true
5785
+ }
5786
+ },
5787
+ "description": "Download an export file",
5760
5788
  "flags": {
5761
5789
  "api-key": {
5762
5790
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5819,11 +5847,18 @@
5819
5847
  "hasDynamicHelp": false,
5820
5848
  "multiple": false,
5821
5849
  "type": "option"
5850
+ },
5851
+ "file": {
5852
+ "description": "Output file path",
5853
+ "name": "file",
5854
+ "hasDynamicHelp": false,
5855
+ "multiple": false,
5856
+ "type": "option"
5822
5857
  }
5823
5858
  },
5824
5859
  "hasDynamicHelp": false,
5825
5860
  "hiddenAliases": [],
5826
- "id": "custom-fields:list",
5861
+ "id": "exports:download",
5827
5862
  "pluginAlias": "@instantkom/cli",
5828
5863
  "pluginName": "@instantkom/cli",
5829
5864
  "pluginType": "core",
@@ -5833,14 +5868,20 @@
5833
5868
  "relativePath": [
5834
5869
  "dist",
5835
5870
  "commands",
5836
- "custom-fields",
5837
- "list.js"
5871
+ "exports",
5872
+ "download.js"
5838
5873
  ]
5839
5874
  },
5840
- "custom-fields:reorder": {
5875
+ "exports:get": {
5841
5876
  "aliases": [],
5842
- "args": {},
5843
- "description": "Reorder custom fields",
5877
+ "args": {
5878
+ "id": {
5879
+ "description": "Export ID",
5880
+ "name": "id",
5881
+ "required": true
5882
+ }
5883
+ },
5884
+ "description": "Get an export by ID",
5844
5885
  "flags": {
5845
5886
  "api-key": {
5846
5887
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -5903,19 +5944,11 @@
5903
5944
  "hasDynamicHelp": false,
5904
5945
  "multiple": false,
5905
5946
  "type": "option"
5906
- },
5907
- "order": {
5908
- "description": "Order JSON array payload",
5909
- "name": "order",
5910
- "required": true,
5911
- "hasDynamicHelp": false,
5912
- "multiple": false,
5913
- "type": "option"
5914
5947
  }
5915
5948
  },
5916
5949
  "hasDynamicHelp": false,
5917
5950
  "hiddenAliases": [],
5918
- "id": "custom-fields:reorder",
5951
+ "id": "exports:get",
5919
5952
  "pluginAlias": "@instantkom/cli",
5920
5953
  "pluginName": "@instantkom/cli",
5921
5954
  "pluginType": "core",
@@ -5925,20 +5958,14 @@
5925
5958
  "relativePath": [
5926
5959
  "dist",
5927
5960
  "commands",
5928
- "custom-fields",
5929
- "reorder.js"
5961
+ "exports",
5962
+ "get.js"
5930
5963
  ]
5931
5964
  },
5932
- "custom-fields:update": {
5965
+ "exports:list": {
5933
5966
  "aliases": [],
5934
- "args": {
5935
- "id": {
5936
- "description": "Custom field ID",
5937
- "name": "id",
5938
- "required": true
5939
- }
5940
- },
5941
- "description": "Update a custom field",
5967
+ "args": {},
5968
+ "description": "List exports",
5942
5969
  "flags": {
5943
5970
  "api-key": {
5944
5971
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -6002,59 +6029,32 @@
6002
6029
  "multiple": false,
6003
6030
  "type": "option"
6004
6031
  },
6005
- "name": {
6006
- "description": "Field name",
6007
- "name": "name",
6008
- "hasDynamicHelp": false,
6009
- "multiple": false,
6010
- "type": "option"
6011
- },
6012
- "type": {
6013
- "description": "Field type",
6014
- "name": "type",
6032
+ "page": {
6033
+ "description": "Page number",
6034
+ "name": "page",
6035
+ "default": 1,
6015
6036
  "hasDynamicHelp": false,
6016
6037
  "multiple": false,
6017
- "options": [
6018
- "text",
6019
- "number",
6020
- "date",
6021
- "dropdown",
6022
- "checkbox",
6023
- "url",
6024
- "email",
6025
- "phone"
6026
- ],
6027
6038
  "type": "option"
6028
6039
  },
6029
- "required": {
6030
- "description": "Field is required",
6031
- "name": "required",
6032
- "allowNo": true,
6033
- "type": "boolean"
6034
- },
6035
- "status": {
6036
- "description": "Field is active",
6037
- "name": "status",
6038
- "allowNo": true,
6039
- "type": "boolean"
6040
- },
6041
- "default": {
6042
- "description": "Default value",
6043
- "name": "default",
6040
+ "limit": {
6041
+ "description": "Items per page",
6042
+ "name": "limit",
6043
+ "default": 50,
6044
6044
  "hasDynamicHelp": false,
6045
6045
  "multiple": false,
6046
6046
  "type": "option"
6047
6047
  },
6048
- "options": {
6049
- "description": "Comma-separated dropdown options",
6050
- "name": "options",
6048
+ "source": {
6049
+ "description": "Filter by data source",
6050
+ "name": "source",
6051
6051
  "hasDynamicHelp": false,
6052
6052
  "multiple": false,
6053
6053
  "type": "option"
6054
6054
  },
6055
- "data": {
6056
- "description": "Additional JSON object payload",
6057
- "name": "data",
6055
+ "target": {
6056
+ "description": "Filter by export target/format",
6057
+ "name": "target",
6058
6058
  "hasDynamicHelp": false,
6059
6059
  "multiple": false,
6060
6060
  "type": "option"
@@ -6062,7 +6062,7 @@
6062
6062
  },
6063
6063
  "hasDynamicHelp": false,
6064
6064
  "hiddenAliases": [],
6065
- "id": "custom-fields:update",
6065
+ "id": "exports:list",
6066
6066
  "pluginAlias": "@instantkom/cli",
6067
6067
  "pluginName": "@instantkom/cli",
6068
6068
  "pluginType": "core",
@@ -6072,8 +6072,8 @@
6072
6072
  "relativePath": [
6073
6073
  "dist",
6074
6074
  "commands",
6075
- "custom-fields",
6076
- "update.js"
6075
+ "exports",
6076
+ "list.js"
6077
6077
  ]
6078
6078
  },
6079
6079
  "flows:create": {
@@ -12046,16 +12046,16 @@
12046
12046
  "update.js"
12047
12047
  ]
12048
12048
  },
12049
- "bots:filters:create": {
12049
+ "bots:env-vars:bots": {
12050
12050
  "aliases": [],
12051
12051
  "args": {
12052
- "botId": {
12053
- "description": "Bot ID",
12054
- "name": "botId",
12052
+ "id": {
12053
+ "description": "Environment variable ID",
12054
+ "name": "id",
12055
12055
  "required": true
12056
12056
  }
12057
12057
  },
12058
- "description": "Create a bot filter",
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,64 +12118,112 @@
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,
12121
+ }
12122
+ },
12123
+ "hasDynamicHelp": false,
12124
+ "hiddenAliases": [],
12125
+ "id": "bots:env-vars:bots",
12126
+ "pluginAlias": "@instantkom/cli",
12127
+ "pluginName": "@instantkom/cli",
12128
+ "pluginType": "core",
12129
+ "strict": true,
12130
+ "enableJsonFlag": false,
12131
+ "isESM": true,
12132
+ "relativePath": [
12133
+ "dist",
12134
+ "commands",
12135
+ "bots",
12136
+ "env-vars",
12137
+ "bots.js"
12138
+ ]
12139
+ },
12140
+ "bots:env-vars:create": {
12141
+ "aliases": [],
12142
+ "args": {},
12143
+ "description": "Create a bot environment variable",
12144
+ "flags": {
12145
+ "api-key": {
12146
+ "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
12147
+ "env": "IKM_API_KEY",
12148
+ "helpGroup": "GLOBAL",
12149
+ "name": "api-key",
12126
12150
  "hasDynamicHelp": false,
12127
12151
  "multiple": false,
12128
12152
  "type": "option"
12129
12153
  },
12130
- "operator": {
12131
- "description": "Logical operator",
12132
- "name": "operator",
12133
- "default": "and",
12154
+ "format": {
12155
+ "description": "Output format: text, json, yaml, or table",
12156
+ "helpGroup": "GLOBAL",
12157
+ "name": "format",
12158
+ "default": "text",
12134
12159
  "hasDynamicHelp": false,
12135
12160
  "multiple": false,
12161
+ "options": [
12162
+ "text",
12163
+ "json",
12164
+ "yaml",
12165
+ "table"
12166
+ ],
12136
12167
  "type": "option"
12137
12168
  },
12138
- "filter-object": {
12139
- "description": "Filter object type",
12140
- "name": "filter-object",
12141
- "default": "msg",
12169
+ "json": {
12170
+ "description": "Output in JSON format (alias for --format=json)",
12171
+ "helpGroup": "GLOBAL",
12172
+ "name": "json",
12173
+ "allowNo": false,
12174
+ "type": "boolean"
12175
+ },
12176
+ "quiet": {
12177
+ "description": "Suppress all output except errors",
12178
+ "helpGroup": "GLOBAL",
12179
+ "name": "quiet",
12180
+ "allowNo": false,
12181
+ "type": "boolean"
12182
+ },
12183
+ "no-color": {
12184
+ "description": "Disable color output",
12185
+ "helpGroup": "GLOBAL",
12186
+ "name": "no-color",
12187
+ "allowNo": false,
12188
+ "type": "boolean"
12189
+ },
12190
+ "profile": {
12191
+ "description": "Named configuration profile to use",
12192
+ "helpGroup": "GLOBAL",
12193
+ "name": "profile",
12194
+ "default": "default",
12142
12195
  "hasDynamicHelp": false,
12143
12196
  "multiple": false,
12144
12197
  "type": "option"
12145
12198
  },
12146
- "filter-attribute": {
12147
- "description": "Filter attribute",
12148
- "name": "filter-attribute",
12149
- "default": "text",
12199
+ "api-url": {
12200
+ "description": "Override the API base URL (e.g. for staging)",
12201
+ "helpGroup": "GLOBAL",
12202
+ "name": "api-url",
12150
12203
  "hasDynamicHelp": false,
12151
12204
  "multiple": false,
12152
12205
  "type": "option"
12153
12206
  },
12154
- "filter-comparator": {
12155
- "description": "Filter comparator",
12156
- "name": "filter-comparator",
12157
- "default": "contains",
12207
+ "key": {
12208
+ "description": "Variable key (max 16 chars, letters, digits, underscore)",
12209
+ "name": "key",
12210
+ "required": true,
12158
12211
  "hasDynamicHelp": false,
12159
12212
  "multiple": false,
12160
12213
  "type": "option"
12161
12214
  },
12162
- "filter-value": {
12163
- "description": "Filter value",
12164
- "name": "filter-value",
12165
- "required": true,
12215
+ "description": {
12216
+ "description": "Variable description",
12217
+ "name": "description",
12166
12218
  "hasDynamicHelp": false,
12167
12219
  "multiple": false,
12168
12220
  "type": "option"
12169
12221
  },
12170
- "status": {
12171
- "description": "Status: 0 inactive, 1 active",
12172
- "name": "status",
12222
+ "color": {
12223
+ "description": "Variable color as HEX",
12224
+ "name": "color",
12173
12225
  "hasDynamicHelp": false,
12174
12226
  "multiple": false,
12175
- "options": [
12176
- "0",
12177
- "1"
12178
- ],
12179
12227
  "type": "option"
12180
12228
  },
12181
12229
  "data": {
@@ -12188,7 +12236,7 @@
12188
12236
  },
12189
12237
  "hasDynamicHelp": false,
12190
12238
  "hiddenAliases": [],
12191
- "id": "bots:filters:create",
12239
+ "id": "bots:env-vars:create",
12192
12240
  "pluginAlias": "@instantkom/cli",
12193
12241
  "pluginName": "@instantkom/cli",
12194
12242
  "pluginType": "core",
@@ -12199,25 +12247,20 @@
12199
12247
  "dist",
12200
12248
  "commands",
12201
12249
  "bots",
12202
- "filters",
12250
+ "env-vars",
12203
12251
  "create.js"
12204
12252
  ]
12205
12253
  },
12206
- "bots:filters:delete": {
12254
+ "bots:env-vars:delete": {
12207
12255
  "aliases": [],
12208
12256
  "args": {
12209
- "botId": {
12210
- "description": "Bot ID",
12211
- "name": "botId",
12212
- "required": true
12213
- },
12214
- "filterId": {
12215
- "description": "Filter ID",
12216
- "name": "filterId",
12257
+ "id": {
12258
+ "description": "Environment variable ID",
12259
+ "name": "id",
12217
12260
  "required": true
12218
12261
  }
12219
12262
  },
12220
- "description": "Delete a bot filter",
12263
+ "description": "Delete a bot environment variable",
12221
12264
  "flags": {
12222
12265
  "api-key": {
12223
12266
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -12284,7 +12327,7 @@
12284
12327
  },
12285
12328
  "hasDynamicHelp": false,
12286
12329
  "hiddenAliases": [],
12287
- "id": "bots:filters:delete",
12330
+ "id": "bots:env-vars:delete",
12288
12331
  "pluginAlias": "@instantkom/cli",
12289
12332
  "pluginName": "@instantkom/cli",
12290
12333
  "pluginType": "core",
@@ -12295,25 +12338,20 @@
12295
12338
  "dist",
12296
12339
  "commands",
12297
12340
  "bots",
12298
- "filters",
12341
+ "env-vars",
12299
12342
  "delete.js"
12300
12343
  ]
12301
12344
  },
12302
- "bots:filters:get": {
12345
+ "bots:env-vars:get": {
12303
12346
  "aliases": [],
12304
12347
  "args": {
12305
- "botId": {
12306
- "description": "Bot ID",
12307
- "name": "botId",
12308
- "required": true
12309
- },
12310
- "filterId": {
12311
- "description": "Filter ID",
12312
- "name": "filterId",
12348
+ "id": {
12349
+ "description": "Environment variable ID",
12350
+ "name": "id",
12313
12351
  "required": true
12314
12352
  }
12315
12353
  },
12316
- "description": "Get a bot filter",
12354
+ "description": "Get a bot environment variable",
12317
12355
  "flags": {
12318
12356
  "api-key": {
12319
12357
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -12380,7 +12418,7 @@
12380
12418
  },
12381
12419
  "hasDynamicHelp": false,
12382
12420
  "hiddenAliases": [],
12383
- "id": "bots:filters:get",
12421
+ "id": "bots:env-vars:get",
12384
12422
  "pluginAlias": "@instantkom/cli",
12385
12423
  "pluginName": "@instantkom/cli",
12386
12424
  "pluginType": "core",
@@ -12391,20 +12429,14 @@
12391
12429
  "dist",
12392
12430
  "commands",
12393
12431
  "bots",
12394
- "filters",
12432
+ "env-vars",
12395
12433
  "get.js"
12396
12434
  ]
12397
12435
  },
12398
- "bots:filters:list": {
12436
+ "bots:env-vars:list": {
12399
12437
  "aliases": [],
12400
- "args": {
12401
- "botId": {
12402
- "description": "Bot ID",
12403
- "name": "botId",
12404
- "required": true
12405
- }
12406
- },
12407
- "description": "List bot filters",
12438
+ "args": {},
12439
+ "description": "List bot environment variables",
12408
12440
  "flags": {
12409
12441
  "api-key": {
12410
12442
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -12484,20 +12516,16 @@
12484
12516
  "multiple": false,
12485
12517
  "type": "option"
12486
12518
  },
12487
- "status": {
12488
- "description": "Status filter: 0 inactive, 1 active",
12489
- "name": "status",
12519
+ "search": {
12520
+ "description": "Search in key or description",
12521
+ "name": "search",
12490
12522
  "hasDynamicHelp": false,
12491
12523
  "multiple": false,
12492
- "options": [
12493
- "0",
12494
- "1"
12495
- ],
12496
12524
  "type": "option"
12497
12525
  },
12498
- "search": {
12499
- "description": "Search in name or description",
12500
- "name": "search",
12526
+ "color": {
12527
+ "description": "Filter by color",
12528
+ "name": "color",
12501
12529
  "hasDynamicHelp": false,
12502
12530
  "multiple": false,
12503
12531
  "type": "option"
@@ -12505,7 +12533,7 @@
12505
12533
  },
12506
12534
  "hasDynamicHelp": false,
12507
12535
  "hiddenAliases": [],
12508
- "id": "bots:filters:list",
12536
+ "id": "bots:env-vars:list",
12509
12537
  "pluginAlias": "@instantkom/cli",
12510
12538
  "pluginName": "@instantkom/cli",
12511
12539
  "pluginType": "core",
@@ -12516,25 +12544,20 @@
12516
12544
  "dist",
12517
12545
  "commands",
12518
12546
  "bots",
12519
- "filters",
12547
+ "env-vars",
12520
12548
  "list.js"
12521
12549
  ]
12522
12550
  },
12523
- "bots:filters:update": {
12551
+ "bots:env-vars:update": {
12524
12552
  "aliases": [],
12525
12553
  "args": {
12526
- "botId": {
12527
- "description": "Bot ID",
12528
- "name": "botId",
12529
- "required": true
12530
- },
12531
- "filterId": {
12532
- "description": "Filter ID",
12533
- "name": "filterId",
12554
+ "id": {
12555
+ "description": "Environment variable ID",
12556
+ "name": "id",
12534
12557
  "required": true
12535
12558
  }
12536
12559
  },
12537
- "description": "Update a bot filter",
12560
+ "description": "Update a bot environment variable",
12538
12561
  "flags": {
12539
12562
  "api-key": {
12540
12563
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -12598,57 +12621,18 @@
12598
12621
  "multiple": false,
12599
12622
  "type": "option"
12600
12623
  },
12601
- "name": {
12602
- "description": "Filter name",
12603
- "name": "name",
12604
- "hasDynamicHelp": false,
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",
12632
- "hasDynamicHelp": false,
12633
- "multiple": false,
12634
- "type": "option"
12635
- },
12636
- "filter-value": {
12637
- "description": "Filter value",
12638
- "name": "filter-value",
12624
+ "description": {
12625
+ "description": "Variable description",
12626
+ "name": "description",
12639
12627
  "hasDynamicHelp": false,
12640
12628
  "multiple": false,
12641
12629
  "type": "option"
12642
12630
  },
12643
- "status": {
12644
- "description": "Status: 0 inactive, 1 active",
12645
- "name": "status",
12631
+ "color": {
12632
+ "description": "Variable color as HEX",
12633
+ "name": "color",
12646
12634
  "hasDynamicHelp": false,
12647
12635
  "multiple": false,
12648
- "options": [
12649
- "0",
12650
- "1"
12651
- ],
12652
12636
  "type": "option"
12653
12637
  },
12654
12638
  "data": {
@@ -12661,7 +12645,7 @@
12661
12645
  },
12662
12646
  "hasDynamicHelp": false,
12663
12647
  "hiddenAliases": [],
12664
- "id": "bots:filters:update",
12648
+ "id": "bots:env-vars:update",
12665
12649
  "pluginAlias": "@instantkom/cli",
12666
12650
  "pluginName": "@instantkom/cli",
12667
12651
  "pluginType": "core",
@@ -12672,11 +12656,11 @@
12672
12656
  "dist",
12673
12657
  "commands",
12674
12658
  "bots",
12675
- "filters",
12659
+ "env-vars",
12676
12660
  "update.js"
12677
12661
  ]
12678
12662
  },
12679
- "bots:env-vars:bots": {
12663
+ "bots:env-vars:values": {
12680
12664
  "aliases": [],
12681
12665
  "args": {
12682
12666
  "id": {
@@ -12685,7 +12669,7 @@
12685
12669
  "required": true
12686
12670
  }
12687
12671
  },
12688
- "description": "List bots using a bot environment variable",
12672
+ "description": "List recipient values for a bot environment variable",
12689
12673
  "flags": {
12690
12674
  "api-key": {
12691
12675
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -12748,11 +12732,41 @@
12748
12732
  "hasDynamicHelp": false,
12749
12733
  "multiple": false,
12750
12734
  "type": "option"
12735
+ },
12736
+ "page": {
12737
+ "description": "Page number",
12738
+ "name": "page",
12739
+ "default": 1,
12740
+ "hasDynamicHelp": false,
12741
+ "multiple": false,
12742
+ "type": "option"
12743
+ },
12744
+ "limit": {
12745
+ "description": "Items per page",
12746
+ "name": "limit",
12747
+ "default": 20,
12748
+ "hasDynamicHelp": false,
12749
+ "multiple": false,
12750
+ "type": "option"
12751
+ },
12752
+ "search": {
12753
+ "description": "Search in recipient name or identifier",
12754
+ "name": "search",
12755
+ "hasDynamicHelp": false,
12756
+ "multiple": false,
12757
+ "type": "option"
12758
+ },
12759
+ "recipient": {
12760
+ "description": "Filter by recipient ID",
12761
+ "name": "recipient",
12762
+ "hasDynamicHelp": false,
12763
+ "multiple": false,
12764
+ "type": "option"
12751
12765
  }
12752
12766
  },
12753
12767
  "hasDynamicHelp": false,
12754
12768
  "hiddenAliases": [],
12755
- "id": "bots:env-vars:bots",
12769
+ "id": "bots:env-vars:values",
12756
12770
  "pluginAlias": "@instantkom/cli",
12757
12771
  "pluginName": "@instantkom/cli",
12758
12772
  "pluginType": "core",
@@ -12764,13 +12778,19 @@
12764
12778
  "commands",
12765
12779
  "bots",
12766
12780
  "env-vars",
12767
- "bots.js"
12781
+ "values.js"
12768
12782
  ]
12769
12783
  },
12770
- "bots:env-vars:create": {
12784
+ "bots:filters:create": {
12771
12785
  "aliases": [],
12772
- "args": {},
12773
- "description": "Create a bot environment variable",
12786
+ "args": {
12787
+ "botId": {
12788
+ "description": "Bot ID",
12789
+ "name": "botId",
12790
+ "required": true
12791
+ }
12792
+ },
12793
+ "description": "Create a bot filter",
12774
12794
  "flags": {
12775
12795
  "api-key": {
12776
12796
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -12834,28 +12854,65 @@
12834
12854
  "multiple": false,
12835
12855
  "type": "option"
12836
12856
  },
12837
- "key": {
12838
- "description": "Variable key (max 16 chars, letters, digits, underscore)",
12839
- "name": "key",
12857
+ "name": {
12858
+ "description": "Filter name",
12859
+ "name": "name",
12840
12860
  "required": true,
12841
12861
  "hasDynamicHelp": false,
12842
12862
  "multiple": false,
12843
12863
  "type": "option"
12844
12864
  },
12845
- "description": {
12846
- "description": "Variable description",
12847
- "name": "description",
12865
+ "operator": {
12866
+ "description": "Logical operator",
12867
+ "name": "operator",
12868
+ "default": "and",
12848
12869
  "hasDynamicHelp": false,
12849
12870
  "multiple": false,
12850
12871
  "type": "option"
12851
12872
  },
12852
- "color": {
12853
- "description": "Variable color as HEX",
12854
- "name": "color",
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,
12855
12901
  "hasDynamicHelp": false,
12856
12902
  "multiple": false,
12857
12903
  "type": "option"
12858
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
+ },
12859
12916
  "data": {
12860
12917
  "description": "Additional JSON object payload",
12861
12918
  "name": "data",
@@ -12866,7 +12923,7 @@
12866
12923
  },
12867
12924
  "hasDynamicHelp": false,
12868
12925
  "hiddenAliases": [],
12869
- "id": "bots:env-vars:create",
12926
+ "id": "bots:filters:create",
12870
12927
  "pluginAlias": "@instantkom/cli",
12871
12928
  "pluginName": "@instantkom/cli",
12872
12929
  "pluginType": "core",
@@ -12877,20 +12934,25 @@
12877
12934
  "dist",
12878
12935
  "commands",
12879
12936
  "bots",
12880
- "env-vars",
12937
+ "filters",
12881
12938
  "create.js"
12882
12939
  ]
12883
12940
  },
12884
- "bots:env-vars:delete": {
12941
+ "bots:filters:delete": {
12885
12942
  "aliases": [],
12886
12943
  "args": {
12887
- "id": {
12888
- "description": "Environment variable ID",
12889
- "name": "id",
12944
+ "botId": {
12945
+ "description": "Bot ID",
12946
+ "name": "botId",
12947
+ "required": true
12948
+ },
12949
+ "filterId": {
12950
+ "description": "Filter ID",
12951
+ "name": "filterId",
12890
12952
  "required": true
12891
12953
  }
12892
12954
  },
12893
- "description": "Delete a bot environment variable",
12955
+ "description": "Delete a bot filter",
12894
12956
  "flags": {
12895
12957
  "api-key": {
12896
12958
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -12957,7 +13019,7 @@
12957
13019
  },
12958
13020
  "hasDynamicHelp": false,
12959
13021
  "hiddenAliases": [],
12960
- "id": "bots:env-vars:delete",
13022
+ "id": "bots:filters:delete",
12961
13023
  "pluginAlias": "@instantkom/cli",
12962
13024
  "pluginName": "@instantkom/cli",
12963
13025
  "pluginType": "core",
@@ -12968,20 +13030,25 @@
12968
13030
  "dist",
12969
13031
  "commands",
12970
13032
  "bots",
12971
- "env-vars",
13033
+ "filters",
12972
13034
  "delete.js"
12973
13035
  ]
12974
13036
  },
12975
- "bots:env-vars:get": {
13037
+ "bots:filters:get": {
12976
13038
  "aliases": [],
12977
13039
  "args": {
12978
- "id": {
12979
- "description": "Environment variable ID",
12980
- "name": "id",
13040
+ "botId": {
13041
+ "description": "Bot ID",
13042
+ "name": "botId",
13043
+ "required": true
13044
+ },
13045
+ "filterId": {
13046
+ "description": "Filter ID",
13047
+ "name": "filterId",
12981
13048
  "required": true
12982
13049
  }
12983
13050
  },
12984
- "description": "Get a bot environment variable",
13051
+ "description": "Get a bot filter",
12985
13052
  "flags": {
12986
13053
  "api-key": {
12987
13054
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -13048,7 +13115,7 @@
13048
13115
  },
13049
13116
  "hasDynamicHelp": false,
13050
13117
  "hiddenAliases": [],
13051
- "id": "bots:env-vars:get",
13118
+ "id": "bots:filters:get",
13052
13119
  "pluginAlias": "@instantkom/cli",
13053
13120
  "pluginName": "@instantkom/cli",
13054
13121
  "pluginType": "core",
@@ -13059,14 +13126,20 @@
13059
13126
  "dist",
13060
13127
  "commands",
13061
13128
  "bots",
13062
- "env-vars",
13129
+ "filters",
13063
13130
  "get.js"
13064
13131
  ]
13065
13132
  },
13066
- "bots:env-vars:list": {
13133
+ "bots:filters:list": {
13067
13134
  "aliases": [],
13068
- "args": {},
13069
- "description": "List bot environment variables",
13135
+ "args": {
13136
+ "botId": {
13137
+ "description": "Bot ID",
13138
+ "name": "botId",
13139
+ "required": true
13140
+ }
13141
+ },
13142
+ "description": "List bot filters",
13070
13143
  "flags": {
13071
13144
  "api-key": {
13072
13145
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -13146,16 +13219,20 @@
13146
13219
  "multiple": false,
13147
13220
  "type": "option"
13148
13221
  },
13149
- "search": {
13150
- "description": "Search in key or description",
13151
- "name": "search",
13222
+ "status": {
13223
+ "description": "Status filter: 0 inactive, 1 active",
13224
+ "name": "status",
13152
13225
  "hasDynamicHelp": false,
13153
13226
  "multiple": false,
13227
+ "options": [
13228
+ "0",
13229
+ "1"
13230
+ ],
13154
13231
  "type": "option"
13155
13232
  },
13156
- "color": {
13157
- "description": "Filter by color",
13158
- "name": "color",
13233
+ "search": {
13234
+ "description": "Search in name or description",
13235
+ "name": "search",
13159
13236
  "hasDynamicHelp": false,
13160
13237
  "multiple": false,
13161
13238
  "type": "option"
@@ -13163,7 +13240,7 @@
13163
13240
  },
13164
13241
  "hasDynamicHelp": false,
13165
13242
  "hiddenAliases": [],
13166
- "id": "bots:env-vars:list",
13243
+ "id": "bots:filters:list",
13167
13244
  "pluginAlias": "@instantkom/cli",
13168
13245
  "pluginName": "@instantkom/cli",
13169
13246
  "pluginType": "core",
@@ -13174,20 +13251,25 @@
13174
13251
  "dist",
13175
13252
  "commands",
13176
13253
  "bots",
13177
- "env-vars",
13254
+ "filters",
13178
13255
  "list.js"
13179
13256
  ]
13180
13257
  },
13181
- "bots:env-vars:update": {
13258
+ "bots:filters:update": {
13182
13259
  "aliases": [],
13183
13260
  "args": {
13184
- "id": {
13185
- "description": "Environment variable ID",
13186
- "name": "id",
13261
+ "botId": {
13262
+ "description": "Bot ID",
13263
+ "name": "botId",
13264
+ "required": true
13265
+ },
13266
+ "filterId": {
13267
+ "description": "Filter ID",
13268
+ "name": "filterId",
13187
13269
  "required": true
13188
13270
  }
13189
13271
  },
13190
- "description": "Update a bot environment variable",
13272
+ "description": "Update a bot filter",
13191
13273
  "flags": {
13192
13274
  "api-key": {
13193
13275
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -13251,144 +13333,62 @@
13251
13333
  "multiple": false,
13252
13334
  "type": "option"
13253
13335
  },
13254
- "description": {
13255
- "description": "Variable description",
13256
- "name": "description",
13257
- "hasDynamicHelp": false,
13258
- "multiple": false,
13259
- "type": "option"
13260
- },
13261
- "color": {
13262
- "description": "Variable color as HEX",
13263
- "name": "color",
13264
- "hasDynamicHelp": false,
13265
- "multiple": false,
13266
- "type": "option"
13267
- },
13268
- "data": {
13269
- "description": "Additional JSON object payload",
13270
- "name": "data",
13271
- "hasDynamicHelp": false,
13272
- "multiple": false,
13273
- "type": "option"
13274
- }
13275
- },
13276
- "hasDynamicHelp": false,
13277
- "hiddenAliases": [],
13278
- "id": "bots:env-vars:update",
13279
- "pluginAlias": "@instantkom/cli",
13280
- "pluginName": "@instantkom/cli",
13281
- "pluginType": "core",
13282
- "strict": true,
13283
- "enableJsonFlag": false,
13284
- "isESM": true,
13285
- "relativePath": [
13286
- "dist",
13287
- "commands",
13288
- "bots",
13289
- "env-vars",
13290
- "update.js"
13291
- ]
13292
- },
13293
- "bots:env-vars:values": {
13294
- "aliases": [],
13295
- "args": {
13296
- "id": {
13297
- "description": "Environment variable ID",
13298
- "name": "id",
13299
- "required": true
13300
- }
13301
- },
13302
- "description": "List recipient values for a bot environment variable",
13303
- "flags": {
13304
- "api-key": {
13305
- "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
13306
- "env": "IKM_API_KEY",
13307
- "helpGroup": "GLOBAL",
13308
- "name": "api-key",
13336
+ "name": {
13337
+ "description": "Filter name",
13338
+ "name": "name",
13309
13339
  "hasDynamicHelp": false,
13310
13340
  "multiple": false,
13311
13341
  "type": "option"
13312
13342
  },
13313
- "format": {
13314
- "description": "Output format: text, json, yaml, or table",
13315
- "helpGroup": "GLOBAL",
13316
- "name": "format",
13317
- "default": "text",
13343
+ "operator": {
13344
+ "description": "Logical operator",
13345
+ "name": "operator",
13318
13346
  "hasDynamicHelp": false,
13319
13347
  "multiple": false,
13320
- "options": [
13321
- "text",
13322
- "json",
13323
- "yaml",
13324
- "table"
13325
- ],
13326
13348
  "type": "option"
13327
13349
  },
13328
- "json": {
13329
- "description": "Output in JSON format (alias for --format=json)",
13330
- "helpGroup": "GLOBAL",
13331
- "name": "json",
13332
- "allowNo": false,
13333
- "type": "boolean"
13334
- },
13335
- "quiet": {
13336
- "description": "Suppress all output except errors",
13337
- "helpGroup": "GLOBAL",
13338
- "name": "quiet",
13339
- "allowNo": false,
13340
- "type": "boolean"
13341
- },
13342
- "no-color": {
13343
- "description": "Disable color output",
13344
- "helpGroup": "GLOBAL",
13345
- "name": "no-color",
13346
- "allowNo": false,
13347
- "type": "boolean"
13348
- },
13349
- "profile": {
13350
- "description": "Named configuration profile to use",
13351
- "helpGroup": "GLOBAL",
13352
- "name": "profile",
13353
- "default": "default",
13350
+ "filter-object": {
13351
+ "description": "Filter object type",
13352
+ "name": "filter-object",
13354
13353
  "hasDynamicHelp": false,
13355
13354
  "multiple": false,
13356
13355
  "type": "option"
13357
13356
  },
13358
- "api-url": {
13359
- "description": "Override the API base URL (e.g. for staging)",
13360
- "helpGroup": "GLOBAL",
13361
- "name": "api-url",
13357
+ "filter-attribute": {
13358
+ "description": "Filter attribute",
13359
+ "name": "filter-attribute",
13362
13360
  "hasDynamicHelp": false,
13363
13361
  "multiple": false,
13364
13362
  "type": "option"
13365
13363
  },
13366
- "page": {
13367
- "description": "Page number",
13368
- "name": "page",
13369
- "default": 1,
13364
+ "filter-comparator": {
13365
+ "description": "Filter comparator",
13366
+ "name": "filter-comparator",
13370
13367
  "hasDynamicHelp": false,
13371
13368
  "multiple": false,
13372
13369
  "type": "option"
13373
13370
  },
13374
- "limit": {
13375
- "description": "Items per page",
13376
- "name": "limit",
13377
- "default": 20,
13371
+ "filter-value": {
13372
+ "description": "Filter value",
13373
+ "name": "filter-value",
13378
13374
  "hasDynamicHelp": false,
13379
13375
  "multiple": false,
13380
13376
  "type": "option"
13381
13377
  },
13382
- "search": {
13383
- "description": "Search in recipient name or identifier",
13384
- "name": "search",
13378
+ "status": {
13379
+ "description": "Status: 0 inactive, 1 active",
13380
+ "name": "status",
13385
13381
  "hasDynamicHelp": false,
13386
13382
  "multiple": false,
13383
+ "options": [
13384
+ "0",
13385
+ "1"
13386
+ ],
13387
13387
  "type": "option"
13388
13388
  },
13389
- "recipient": {
13390
- "description": "Filter by recipient ID",
13391
- "name": "recipient",
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:env-vars:values",
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
- "env-vars",
13411
- "values.js"
13410
+ "filters",
13411
+ "update.js"
13412
13412
  ]
13413
13413
  },
13414
13414
  "bots:tags:add": {
@@ -14380,7 +14380,7 @@
14380
14380
  "remove.js"
14381
14381
  ]
14382
14382
  },
14383
- "flow:edges:create": {
14383
+ "flow:nodes:create": {
14384
14384
  "aliases": [],
14385
14385
  "args": {
14386
14386
  "flowId": {
@@ -14389,7 +14389,7 @@
14389
14389
  "required": true
14390
14390
  }
14391
14391
  },
14392
- "description": "Create a flow edge",
14392
+ "description": "Create a flow node",
14393
14393
  "flags": {
14394
14394
  "api-key": {
14395
14395
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -14453,33 +14453,33 @@
14453
14453
  "multiple": false,
14454
14454
  "type": "option"
14455
14455
  },
14456
- "source": {
14457
- "description": "Source node ID",
14458
- "name": "source",
14459
- "required": true,
14456
+ "bot": {
14457
+ "description": "Bot ID",
14458
+ "name": "bot",
14460
14459
  "hasDynamicHelp": false,
14461
14460
  "multiple": false,
14462
14461
  "type": "option"
14463
14462
  },
14464
- "target": {
14465
- "description": "Target node ID",
14466
- "name": "target",
14463
+ "type": {
14464
+ "description": "Node type",
14465
+ "name": "type",
14467
14466
  "required": true,
14468
14467
  "hasDynamicHelp": false,
14469
14468
  "multiple": false,
14470
14469
  "type": "option"
14471
14470
  },
14472
- "label": {
14473
- "description": "Edge label",
14474
- "name": "label",
14471
+ "x": {
14472
+ "description": "X position",
14473
+ "name": "x",
14474
+ "required": true,
14475
14475
  "hasDynamicHelp": false,
14476
14476
  "multiple": false,
14477
14477
  "type": "option"
14478
14478
  },
14479
- "type": {
14480
- "description": "Edge type",
14481
- "name": "type",
14482
- "default": "default",
14479
+ "y": {
14480
+ "description": "Y position",
14481
+ "name": "y",
14482
+ "required": true,
14483
14483
  "hasDynamicHelp": false,
14484
14484
  "multiple": false,
14485
14485
  "type": "option"
@@ -14494,7 +14494,7 @@
14494
14494
  },
14495
14495
  "hasDynamicHelp": false,
14496
14496
  "hiddenAliases": [],
14497
- "id": "flow:edges:create",
14497
+ "id": "flow:nodes:create",
14498
14498
  "pluginAlias": "@instantkom/cli",
14499
14499
  "pluginName": "@instantkom/cli",
14500
14500
  "pluginType": "core",
@@ -14505,11 +14505,11 @@
14505
14505
  "dist",
14506
14506
  "commands",
14507
14507
  "flow",
14508
- "edges",
14508
+ "nodes",
14509
14509
  "create.js"
14510
14510
  ]
14511
14511
  },
14512
- "flow:edges:delete": {
14512
+ "flow:nodes:delete": {
14513
14513
  "aliases": [],
14514
14514
  "args": {
14515
14515
  "flowId": {
@@ -14517,13 +14517,13 @@
14517
14517
  "name": "flowId",
14518
14518
  "required": true
14519
14519
  },
14520
- "edgeId": {
14521
- "description": "Edge ID",
14522
- "name": "edgeId",
14520
+ "nodeId": {
14521
+ "description": "Node ID",
14522
+ "name": "nodeId",
14523
14523
  "required": true
14524
14524
  }
14525
14525
  },
14526
- "description": "Delete a flow edge",
14526
+ "description": "Delete a flow node",
14527
14527
  "flags": {
14528
14528
  "api-key": {
14529
14529
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -14590,7 +14590,7 @@
14590
14590
  },
14591
14591
  "hasDynamicHelp": false,
14592
14592
  "hiddenAliases": [],
14593
- "id": "flow:edges:delete",
14593
+ "id": "flow:nodes:delete",
14594
14594
  "pluginAlias": "@instantkom/cli",
14595
14595
  "pluginName": "@instantkom/cli",
14596
14596
  "pluginType": "core",
@@ -14601,11 +14601,11 @@
14601
14601
  "dist",
14602
14602
  "commands",
14603
14603
  "flow",
14604
- "edges",
14604
+ "nodes",
14605
14605
  "delete.js"
14606
14606
  ]
14607
14607
  },
14608
- "flow:edges:get": {
14608
+ "flow:nodes:get": {
14609
14609
  "aliases": [],
14610
14610
  "args": {
14611
14611
  "flowId": {
@@ -14613,13 +14613,13 @@
14613
14613
  "name": "flowId",
14614
14614
  "required": true
14615
14615
  },
14616
- "edgeId": {
14617
- "description": "Edge ID",
14618
- "name": "edgeId",
14616
+ "nodeId": {
14617
+ "description": "Node ID",
14618
+ "name": "nodeId",
14619
14619
  "required": true
14620
14620
  }
14621
14621
  },
14622
- "description": "Get a flow edge",
14622
+ "description": "Get a flow node",
14623
14623
  "flags": {
14624
14624
  "api-key": {
14625
14625
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -14686,7 +14686,7 @@
14686
14686
  },
14687
14687
  "hasDynamicHelp": false,
14688
14688
  "hiddenAliases": [],
14689
- "id": "flow:edges:get",
14689
+ "id": "flow:nodes:get",
14690
14690
  "pluginAlias": "@instantkom/cli",
14691
14691
  "pluginName": "@instantkom/cli",
14692
14692
  "pluginType": "core",
@@ -14697,11 +14697,11 @@
14697
14697
  "dist",
14698
14698
  "commands",
14699
14699
  "flow",
14700
- "edges",
14700
+ "nodes",
14701
14701
  "get.js"
14702
14702
  ]
14703
14703
  },
14704
- "flow:edges:list": {
14704
+ "flow:nodes:list": {
14705
14705
  "aliases": [],
14706
14706
  "args": {
14707
14707
  "flowId": {
@@ -14710,7 +14710,7 @@
14710
14710
  "required": true
14711
14711
  }
14712
14712
  },
14713
- "description": "List edges in a flow",
14713
+ "description": "List nodes in a flow",
14714
14714
  "flags": {
14715
14715
  "api-key": {
14716
14716
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -14777,7 +14777,7 @@
14777
14777
  },
14778
14778
  "hasDynamicHelp": false,
14779
14779
  "hiddenAliases": [],
14780
- "id": "flow:edges:list",
14780
+ "id": "flow:nodes:list",
14781
14781
  "pluginAlias": "@instantkom/cli",
14782
14782
  "pluginName": "@instantkom/cli",
14783
14783
  "pluginType": "core",
@@ -14788,11 +14788,11 @@
14788
14788
  "dist",
14789
14789
  "commands",
14790
14790
  "flow",
14791
- "edges",
14791
+ "nodes",
14792
14792
  "list.js"
14793
14793
  ]
14794
14794
  },
14795
- "flow:edges:update": {
14795
+ "flow:nodes:update": {
14796
14796
  "aliases": [],
14797
14797
  "args": {
14798
14798
  "flowId": {
@@ -14800,13 +14800,13 @@
14800
14800
  "name": "flowId",
14801
14801
  "required": true
14802
14802
  },
14803
- "edgeId": {
14804
- "description": "Edge ID",
14805
- "name": "edgeId",
14803
+ "nodeId": {
14804
+ "description": "Node ID",
14805
+ "name": "nodeId",
14806
14806
  "required": true
14807
14807
  }
14808
14808
  },
14809
- "description": "Update a flow edge",
14809
+ "description": "Update a flow node",
14810
14810
  "flags": {
14811
14811
  "api-key": {
14812
14812
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -14870,30 +14870,30 @@
14870
14870
  "multiple": false,
14871
14871
  "type": "option"
14872
14872
  },
14873
- "source": {
14874
- "description": "Source node ID",
14875
- "name": "source",
14873
+ "bot": {
14874
+ "description": "Bot ID",
14875
+ "name": "bot",
14876
14876
  "hasDynamicHelp": false,
14877
14877
  "multiple": false,
14878
14878
  "type": "option"
14879
14879
  },
14880
- "target": {
14881
- "description": "Target node ID",
14882
- "name": "target",
14880
+ "type": {
14881
+ "description": "Node type",
14882
+ "name": "type",
14883
14883
  "hasDynamicHelp": false,
14884
14884
  "multiple": false,
14885
14885
  "type": "option"
14886
14886
  },
14887
- "label": {
14888
- "description": "Edge label",
14889
- "name": "label",
14887
+ "x": {
14888
+ "description": "X position",
14889
+ "name": "x",
14890
14890
  "hasDynamicHelp": false,
14891
14891
  "multiple": false,
14892
14892
  "type": "option"
14893
14893
  },
14894
- "type": {
14895
- "description": "Edge type",
14896
- "name": "type",
14894
+ "y": {
14895
+ "description": "Y position",
14896
+ "name": "y",
14897
14897
  "hasDynamicHelp": false,
14898
14898
  "multiple": false,
14899
14899
  "type": "option"
@@ -14908,7 +14908,7 @@
14908
14908
  },
14909
14909
  "hasDynamicHelp": false,
14910
14910
  "hiddenAliases": [],
14911
- "id": "flow:edges:update",
14911
+ "id": "flow:nodes:update",
14912
14912
  "pluginAlias": "@instantkom/cli",
14913
14913
  "pluginName": "@instantkom/cli",
14914
14914
  "pluginType": "core",
@@ -14919,11 +14919,11 @@
14919
14919
  "dist",
14920
14920
  "commands",
14921
14921
  "flow",
14922
- "edges",
14922
+ "nodes",
14923
14923
  "update.js"
14924
14924
  ]
14925
14925
  },
14926
- "flow:nodes:create": {
14926
+ "flow:edges:create": {
14927
14927
  "aliases": [],
14928
14928
  "args": {
14929
14929
  "flowId": {
@@ -14932,7 +14932,7 @@
14932
14932
  "required": true
14933
14933
  }
14934
14934
  },
14935
- "description": "Create a flow node",
14935
+ "description": "Create a flow edge",
14936
14936
  "flags": {
14937
14937
  "api-key": {
14938
14938
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -14996,33 +14996,33 @@
14996
14996
  "multiple": false,
14997
14997
  "type": "option"
14998
14998
  },
14999
- "bot": {
15000
- "description": "Bot ID",
15001
- "name": "bot",
14999
+ "source": {
15000
+ "description": "Source node ID",
15001
+ "name": "source",
15002
+ "required": true,
15002
15003
  "hasDynamicHelp": false,
15003
15004
  "multiple": false,
15004
15005
  "type": "option"
15005
15006
  },
15006
- "type": {
15007
- "description": "Node type",
15008
- "name": "type",
15007
+ "target": {
15008
+ "description": "Target node ID",
15009
+ "name": "target",
15009
15010
  "required": true,
15010
15011
  "hasDynamicHelp": false,
15011
15012
  "multiple": false,
15012
15013
  "type": "option"
15013
15014
  },
15014
- "x": {
15015
- "description": "X position",
15016
- "name": "x",
15017
- "required": true,
15015
+ "label": {
15016
+ "description": "Edge label",
15017
+ "name": "label",
15018
15018
  "hasDynamicHelp": false,
15019
15019
  "multiple": false,
15020
15020
  "type": "option"
15021
15021
  },
15022
- "y": {
15023
- "description": "Y position",
15024
- "name": "y",
15025
- "required": true,
15022
+ "type": {
15023
+ "description": "Edge type",
15024
+ "name": "type",
15025
+ "default": "default",
15026
15026
  "hasDynamicHelp": false,
15027
15027
  "multiple": false,
15028
15028
  "type": "option"
@@ -15037,7 +15037,7 @@
15037
15037
  },
15038
15038
  "hasDynamicHelp": false,
15039
15039
  "hiddenAliases": [],
15040
- "id": "flow:nodes:create",
15040
+ "id": "flow:edges:create",
15041
15041
  "pluginAlias": "@instantkom/cli",
15042
15042
  "pluginName": "@instantkom/cli",
15043
15043
  "pluginType": "core",
@@ -15048,11 +15048,11 @@
15048
15048
  "dist",
15049
15049
  "commands",
15050
15050
  "flow",
15051
- "nodes",
15051
+ "edges",
15052
15052
  "create.js"
15053
15053
  ]
15054
15054
  },
15055
- "flow:nodes:delete": {
15055
+ "flow:edges:delete": {
15056
15056
  "aliases": [],
15057
15057
  "args": {
15058
15058
  "flowId": {
@@ -15060,13 +15060,13 @@
15060
15060
  "name": "flowId",
15061
15061
  "required": true
15062
15062
  },
15063
- "nodeId": {
15064
- "description": "Node ID",
15065
- "name": "nodeId",
15063
+ "edgeId": {
15064
+ "description": "Edge ID",
15065
+ "name": "edgeId",
15066
15066
  "required": true
15067
15067
  }
15068
15068
  },
15069
- "description": "Delete a flow node",
15069
+ "description": "Delete a flow edge",
15070
15070
  "flags": {
15071
15071
  "api-key": {
15072
15072
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -15133,7 +15133,7 @@
15133
15133
  },
15134
15134
  "hasDynamicHelp": false,
15135
15135
  "hiddenAliases": [],
15136
- "id": "flow:nodes:delete",
15136
+ "id": "flow:edges:delete",
15137
15137
  "pluginAlias": "@instantkom/cli",
15138
15138
  "pluginName": "@instantkom/cli",
15139
15139
  "pluginType": "core",
@@ -15144,11 +15144,11 @@
15144
15144
  "dist",
15145
15145
  "commands",
15146
15146
  "flow",
15147
- "nodes",
15147
+ "edges",
15148
15148
  "delete.js"
15149
15149
  ]
15150
15150
  },
15151
- "flow:nodes:get": {
15151
+ "flow:edges:get": {
15152
15152
  "aliases": [],
15153
15153
  "args": {
15154
15154
  "flowId": {
@@ -15156,13 +15156,13 @@
15156
15156
  "name": "flowId",
15157
15157
  "required": true
15158
15158
  },
15159
- "nodeId": {
15160
- "description": "Node ID",
15161
- "name": "nodeId",
15159
+ "edgeId": {
15160
+ "description": "Edge ID",
15161
+ "name": "edgeId",
15162
15162
  "required": true
15163
15163
  }
15164
15164
  },
15165
- "description": "Get a flow node",
15165
+ "description": "Get a flow edge",
15166
15166
  "flags": {
15167
15167
  "api-key": {
15168
15168
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -15229,7 +15229,7 @@
15229
15229
  },
15230
15230
  "hasDynamicHelp": false,
15231
15231
  "hiddenAliases": [],
15232
- "id": "flow:nodes:get",
15232
+ "id": "flow:edges:get",
15233
15233
  "pluginAlias": "@instantkom/cli",
15234
15234
  "pluginName": "@instantkom/cli",
15235
15235
  "pluginType": "core",
@@ -15240,11 +15240,11 @@
15240
15240
  "dist",
15241
15241
  "commands",
15242
15242
  "flow",
15243
- "nodes",
15243
+ "edges",
15244
15244
  "get.js"
15245
15245
  ]
15246
15246
  },
15247
- "flow:nodes:list": {
15247
+ "flow:edges:list": {
15248
15248
  "aliases": [],
15249
15249
  "args": {
15250
15250
  "flowId": {
@@ -15253,7 +15253,7 @@
15253
15253
  "required": true
15254
15254
  }
15255
15255
  },
15256
- "description": "List nodes in a flow",
15256
+ "description": "List edges in a flow",
15257
15257
  "flags": {
15258
15258
  "api-key": {
15259
15259
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -15320,7 +15320,7 @@
15320
15320
  },
15321
15321
  "hasDynamicHelp": false,
15322
15322
  "hiddenAliases": [],
15323
- "id": "flow:nodes:list",
15323
+ "id": "flow:edges:list",
15324
15324
  "pluginAlias": "@instantkom/cli",
15325
15325
  "pluginName": "@instantkom/cli",
15326
15326
  "pluginType": "core",
@@ -15331,11 +15331,11 @@
15331
15331
  "dist",
15332
15332
  "commands",
15333
15333
  "flow",
15334
- "nodes",
15334
+ "edges",
15335
15335
  "list.js"
15336
15336
  ]
15337
15337
  },
15338
- "flow:nodes:update": {
15338
+ "flow:edges:update": {
15339
15339
  "aliases": [],
15340
15340
  "args": {
15341
15341
  "flowId": {
@@ -15343,13 +15343,13 @@
15343
15343
  "name": "flowId",
15344
15344
  "required": true
15345
15345
  },
15346
- "nodeId": {
15347
- "description": "Node ID",
15348
- "name": "nodeId",
15346
+ "edgeId": {
15347
+ "description": "Edge ID",
15348
+ "name": "edgeId",
15349
15349
  "required": true
15350
15350
  }
15351
15351
  },
15352
- "description": "Update a flow node",
15352
+ "description": "Update a flow edge",
15353
15353
  "flags": {
15354
15354
  "api-key": {
15355
15355
  "description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
@@ -15413,30 +15413,30 @@
15413
15413
  "multiple": false,
15414
15414
  "type": "option"
15415
15415
  },
15416
- "bot": {
15417
- "description": "Bot ID",
15418
- "name": "bot",
15416
+ "source": {
15417
+ "description": "Source node ID",
15418
+ "name": "source",
15419
15419
  "hasDynamicHelp": false,
15420
15420
  "multiple": false,
15421
15421
  "type": "option"
15422
15422
  },
15423
- "type": {
15424
- "description": "Node type",
15425
- "name": "type",
15423
+ "target": {
15424
+ "description": "Target node ID",
15425
+ "name": "target",
15426
15426
  "hasDynamicHelp": false,
15427
15427
  "multiple": false,
15428
15428
  "type": "option"
15429
15429
  },
15430
- "x": {
15431
- "description": "X position",
15432
- "name": "x",
15430
+ "label": {
15431
+ "description": "Edge label",
15432
+ "name": "label",
15433
15433
  "hasDynamicHelp": false,
15434
15434
  "multiple": false,
15435
15435
  "type": "option"
15436
15436
  },
15437
- "y": {
15438
- "description": "Y position",
15439
- "name": "y",
15437
+ "type": {
15438
+ "description": "Edge type",
15439
+ "name": "type",
15440
15440
  "hasDynamicHelp": false,
15441
15441
  "multiple": false,
15442
15442
  "type": "option"
@@ -15451,7 +15451,7 @@
15451
15451
  },
15452
15452
  "hasDynamicHelp": false,
15453
15453
  "hiddenAliases": [],
15454
- "id": "flow:nodes:update",
15454
+ "id": "flow:edges:update",
15455
15455
  "pluginAlias": "@instantkom/cli",
15456
15456
  "pluginName": "@instantkom/cli",
15457
15457
  "pluginType": "core",
@@ -15462,7 +15462,7 @@
15462
15462
  "dist",
15463
15463
  "commands",
15464
15464
  "flow",
15465
- "nodes",
15465
+ "edges",
15466
15466
  "update.js"
15467
15467
  ]
15468
15468
  },
@@ -17052,5 +17052,5 @@
17052
17052
  ]
17053
17053
  }
17054
17054
  },
17055
- "version": "3.174.0"
17055
+ "version": "3.175.0"
17056
17056
  }