@instantkom/cli 3.179.0 → 3.181.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 +1440 -1440
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -4805,10 +4805,10 @@
|
|
|
4805
4805
|
"update.js"
|
|
4806
4806
|
]
|
|
4807
4807
|
},
|
|
4808
|
-
"
|
|
4808
|
+
"custom-fields:bulk-delete": {
|
|
4809
4809
|
"aliases": [],
|
|
4810
4810
|
"args": {},
|
|
4811
|
-
"description": "
|
|
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": "
|
|
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,59 +4872,148 @@
|
|
|
4864
4872
|
"multiple": false,
|
|
4865
4873
|
"type": "option"
|
|
4866
4874
|
},
|
|
4867
|
-
"
|
|
4868
|
-
"description": "
|
|
4869
|
-
"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"
|
|
4882
|
+
}
|
|
4883
|
+
},
|
|
4884
|
+
"hasDynamicHelp": false,
|
|
4885
|
+
"hiddenAliases": [],
|
|
4886
|
+
"id": "custom-fields:bulk-delete",
|
|
4887
|
+
"pluginAlias": "@instantkom/cli",
|
|
4888
|
+
"pluginName": "@instantkom/cli",
|
|
4889
|
+
"pluginType": "core",
|
|
4890
|
+
"strict": true,
|
|
4891
|
+
"enableJsonFlag": false,
|
|
4892
|
+
"isESM": true,
|
|
4893
|
+
"relativePath": [
|
|
4894
|
+
"dist",
|
|
4895
|
+
"commands",
|
|
4896
|
+
"custom-fields",
|
|
4897
|
+
"bulk-delete.js"
|
|
4898
|
+
]
|
|
4899
|
+
},
|
|
4900
|
+
"custom-fields:create": {
|
|
4901
|
+
"aliases": [],
|
|
4902
|
+
"args": {},
|
|
4903
|
+
"description": "Create a custom field",
|
|
4904
|
+
"flags": {
|
|
4905
|
+
"api-key": {
|
|
4906
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
4907
|
+
"env": "IKM_API_KEY",
|
|
4908
|
+
"helpGroup": "GLOBAL",
|
|
4909
|
+
"name": "api-key",
|
|
4910
|
+
"hasDynamicHelp": false,
|
|
4911
|
+
"multiple": false,
|
|
4912
|
+
"type": "option"
|
|
4874
4913
|
},
|
|
4875
|
-
"
|
|
4876
|
-
"description": "
|
|
4877
|
-
"
|
|
4914
|
+
"format": {
|
|
4915
|
+
"description": "Output format: text, json, yaml, or table",
|
|
4916
|
+
"helpGroup": "GLOBAL",
|
|
4917
|
+
"name": "format",
|
|
4918
|
+
"default": "text",
|
|
4878
4919
|
"hasDynamicHelp": false,
|
|
4879
4920
|
"multiple": false,
|
|
4921
|
+
"options": [
|
|
4922
|
+
"text",
|
|
4923
|
+
"json",
|
|
4924
|
+
"yaml",
|
|
4925
|
+
"table"
|
|
4926
|
+
],
|
|
4880
4927
|
"type": "option"
|
|
4881
4928
|
},
|
|
4882
|
-
"
|
|
4883
|
-
"description": "
|
|
4884
|
-
"
|
|
4929
|
+
"json": {
|
|
4930
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
4931
|
+
"helpGroup": "GLOBAL",
|
|
4932
|
+
"name": "json",
|
|
4933
|
+
"allowNo": false,
|
|
4934
|
+
"type": "boolean"
|
|
4935
|
+
},
|
|
4936
|
+
"quiet": {
|
|
4937
|
+
"description": "Suppress all output except errors",
|
|
4938
|
+
"helpGroup": "GLOBAL",
|
|
4939
|
+
"name": "quiet",
|
|
4940
|
+
"allowNo": false,
|
|
4941
|
+
"type": "boolean"
|
|
4942
|
+
},
|
|
4943
|
+
"no-color": {
|
|
4944
|
+
"description": "Disable color output",
|
|
4945
|
+
"helpGroup": "GLOBAL",
|
|
4946
|
+
"name": "no-color",
|
|
4947
|
+
"allowNo": false,
|
|
4948
|
+
"type": "boolean"
|
|
4949
|
+
},
|
|
4950
|
+
"profile": {
|
|
4951
|
+
"description": "Named configuration profile to use",
|
|
4952
|
+
"helpGroup": "GLOBAL",
|
|
4953
|
+
"name": "profile",
|
|
4954
|
+
"default": "default",
|
|
4885
4955
|
"hasDynamicHelp": false,
|
|
4886
4956
|
"multiple": false,
|
|
4887
4957
|
"type": "option"
|
|
4888
4958
|
},
|
|
4889
|
-
"
|
|
4890
|
-
"description": "
|
|
4891
|
-
"
|
|
4959
|
+
"api-url": {
|
|
4960
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
4961
|
+
"helpGroup": "GLOBAL",
|
|
4962
|
+
"name": "api-url",
|
|
4892
4963
|
"hasDynamicHelp": false,
|
|
4893
4964
|
"multiple": false,
|
|
4894
4965
|
"type": "option"
|
|
4895
4966
|
},
|
|
4896
|
-
"
|
|
4897
|
-
"description": "
|
|
4898
|
-
"name": "
|
|
4967
|
+
"name": {
|
|
4968
|
+
"description": "Field name",
|
|
4969
|
+
"name": "name",
|
|
4970
|
+
"required": true,
|
|
4899
4971
|
"hasDynamicHelp": false,
|
|
4900
4972
|
"multiple": false,
|
|
4901
4973
|
"type": "option"
|
|
4902
4974
|
},
|
|
4903
|
-
"
|
|
4904
|
-
"description": "
|
|
4905
|
-
"name": "
|
|
4975
|
+
"key": {
|
|
4976
|
+
"description": "Field key",
|
|
4977
|
+
"name": "key",
|
|
4978
|
+
"required": true,
|
|
4906
4979
|
"hasDynamicHelp": false,
|
|
4907
4980
|
"multiple": false,
|
|
4908
4981
|
"type": "option"
|
|
4909
4982
|
},
|
|
4910
|
-
"
|
|
4911
|
-
"description": "
|
|
4912
|
-
"name": "
|
|
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",
|
|
4913
5010
|
"hasDynamicHelp": false,
|
|
4914
5011
|
"multiple": false,
|
|
4915
5012
|
"type": "option"
|
|
4916
5013
|
},
|
|
4917
|
-
"
|
|
4918
|
-
"description": "
|
|
4919
|
-
"name": "
|
|
5014
|
+
"options": {
|
|
5015
|
+
"description": "Comma-separated dropdown options",
|
|
5016
|
+
"name": "options",
|
|
4920
5017
|
"hasDynamicHelp": false,
|
|
4921
5018
|
"multiple": false,
|
|
4922
5019
|
"type": "option"
|
|
@@ -4931,7 +5028,7 @@
|
|
|
4931
5028
|
},
|
|
4932
5029
|
"hasDynamicHelp": false,
|
|
4933
5030
|
"hiddenAliases": [],
|
|
4934
|
-
"id": "
|
|
5031
|
+
"id": "custom-fields:create",
|
|
4935
5032
|
"pluginAlias": "@instantkom/cli",
|
|
4936
5033
|
"pluginName": "@instantkom/cli",
|
|
4937
5034
|
"pluginType": "core",
|
|
@@ -4941,20 +5038,20 @@
|
|
|
4941
5038
|
"relativePath": [
|
|
4942
5039
|
"dist",
|
|
4943
5040
|
"commands",
|
|
4944
|
-
"
|
|
5041
|
+
"custom-fields",
|
|
4945
5042
|
"create.js"
|
|
4946
5043
|
]
|
|
4947
5044
|
},
|
|
4948
|
-
"
|
|
5045
|
+
"custom-fields:delete": {
|
|
4949
5046
|
"aliases": [],
|
|
4950
5047
|
"args": {
|
|
4951
5048
|
"id": {
|
|
4952
|
-
"description": "
|
|
5049
|
+
"description": "custom field ID",
|
|
4953
5050
|
"name": "id",
|
|
4954
5051
|
"required": true
|
|
4955
5052
|
}
|
|
4956
5053
|
},
|
|
4957
|
-
"description": "Delete
|
|
5054
|
+
"description": "Delete custom field",
|
|
4958
5055
|
"flags": {
|
|
4959
5056
|
"api-key": {
|
|
4960
5057
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5021,7 +5118,7 @@
|
|
|
5021
5118
|
},
|
|
5022
5119
|
"hasDynamicHelp": false,
|
|
5023
5120
|
"hiddenAliases": [],
|
|
5024
|
-
"id": "
|
|
5121
|
+
"id": "custom-fields:delete",
|
|
5025
5122
|
"pluginAlias": "@instantkom/cli",
|
|
5026
5123
|
"pluginName": "@instantkom/cli",
|
|
5027
5124
|
"pluginType": "core",
|
|
@@ -5031,20 +5128,20 @@
|
|
|
5031
5128
|
"relativePath": [
|
|
5032
5129
|
"dist",
|
|
5033
5130
|
"commands",
|
|
5034
|
-
"
|
|
5131
|
+
"custom-fields",
|
|
5035
5132
|
"delete.js"
|
|
5036
5133
|
]
|
|
5037
5134
|
},
|
|
5038
|
-
"
|
|
5135
|
+
"custom-fields:get": {
|
|
5039
5136
|
"aliases": [],
|
|
5040
5137
|
"args": {
|
|
5041
5138
|
"id": {
|
|
5042
|
-
"description": "
|
|
5139
|
+
"description": "custom field ID",
|
|
5043
5140
|
"name": "id",
|
|
5044
5141
|
"required": true
|
|
5045
5142
|
}
|
|
5046
5143
|
},
|
|
5047
|
-
"description": "
|
|
5144
|
+
"description": "Get custom field by ID",
|
|
5048
5145
|
"flags": {
|
|
5049
5146
|
"api-key": {
|
|
5050
5147
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5107,18 +5204,11 @@
|
|
|
5107
5204
|
"hasDynamicHelp": false,
|
|
5108
5205
|
"multiple": false,
|
|
5109
5206
|
"type": "option"
|
|
5110
|
-
},
|
|
5111
|
-
"file": {
|
|
5112
|
-
"description": "Output file path",
|
|
5113
|
-
"name": "file",
|
|
5114
|
-
"hasDynamicHelp": false,
|
|
5115
|
-
"multiple": false,
|
|
5116
|
-
"type": "option"
|
|
5117
5207
|
}
|
|
5118
5208
|
},
|
|
5119
5209
|
"hasDynamicHelp": false,
|
|
5120
5210
|
"hiddenAliases": [],
|
|
5121
|
-
"id": "
|
|
5211
|
+
"id": "custom-fields:get",
|
|
5122
5212
|
"pluginAlias": "@instantkom/cli",
|
|
5123
5213
|
"pluginName": "@instantkom/cli",
|
|
5124
5214
|
"pluginType": "core",
|
|
@@ -5128,20 +5218,14 @@
|
|
|
5128
5218
|
"relativePath": [
|
|
5129
5219
|
"dist",
|
|
5130
5220
|
"commands",
|
|
5131
|
-
"
|
|
5132
|
-
"
|
|
5221
|
+
"custom-fields",
|
|
5222
|
+
"get.js"
|
|
5133
5223
|
]
|
|
5134
5224
|
},
|
|
5135
|
-
"
|
|
5225
|
+
"custom-fields:list": {
|
|
5136
5226
|
"aliases": [],
|
|
5137
|
-
"args": {
|
|
5138
|
-
|
|
5139
|
-
"description": "Export ID",
|
|
5140
|
-
"name": "id",
|
|
5141
|
-
"required": true
|
|
5142
|
-
}
|
|
5143
|
-
},
|
|
5144
|
-
"description": "Get an export by ID",
|
|
5227
|
+
"args": {},
|
|
5228
|
+
"description": "List custom fields",
|
|
5145
5229
|
"flags": {
|
|
5146
5230
|
"api-key": {
|
|
5147
5231
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5208,7 +5292,7 @@
|
|
|
5208
5292
|
},
|
|
5209
5293
|
"hasDynamicHelp": false,
|
|
5210
5294
|
"hiddenAliases": [],
|
|
5211
|
-
"id": "
|
|
5295
|
+
"id": "custom-fields:list",
|
|
5212
5296
|
"pluginAlias": "@instantkom/cli",
|
|
5213
5297
|
"pluginName": "@instantkom/cli",
|
|
5214
5298
|
"pluginType": "core",
|
|
@@ -5218,14 +5302,14 @@
|
|
|
5218
5302
|
"relativePath": [
|
|
5219
5303
|
"dist",
|
|
5220
5304
|
"commands",
|
|
5221
|
-
"
|
|
5222
|
-
"
|
|
5305
|
+
"custom-fields",
|
|
5306
|
+
"list.js"
|
|
5223
5307
|
]
|
|
5224
5308
|
},
|
|
5225
|
-
"
|
|
5309
|
+
"custom-fields:reorder": {
|
|
5226
5310
|
"aliases": [],
|
|
5227
5311
|
"args": {},
|
|
5228
|
-
"description": "
|
|
5312
|
+
"description": "Reorder custom fields",
|
|
5229
5313
|
"flags": {
|
|
5230
5314
|
"api-key": {
|
|
5231
5315
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5289,32 +5373,10 @@
|
|
|
5289
5373
|
"multiple": false,
|
|
5290
5374
|
"type": "option"
|
|
5291
5375
|
},
|
|
5292
|
-
"
|
|
5293
|
-
"description": "
|
|
5294
|
-
"name": "
|
|
5295
|
-
"
|
|
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",
|
|
5376
|
+
"order": {
|
|
5377
|
+
"description": "Order JSON array payload",
|
|
5378
|
+
"name": "order",
|
|
5379
|
+
"required": true,
|
|
5318
5380
|
"hasDynamicHelp": false,
|
|
5319
5381
|
"multiple": false,
|
|
5320
5382
|
"type": "option"
|
|
@@ -5322,7 +5384,7 @@
|
|
|
5322
5384
|
},
|
|
5323
5385
|
"hasDynamicHelp": false,
|
|
5324
5386
|
"hiddenAliases": [],
|
|
5325
|
-
"id": "
|
|
5387
|
+
"id": "custom-fields:reorder",
|
|
5326
5388
|
"pluginAlias": "@instantkom/cli",
|
|
5327
5389
|
"pluginName": "@instantkom/cli",
|
|
5328
5390
|
"pluginType": "core",
|
|
@@ -5332,14 +5394,20 @@
|
|
|
5332
5394
|
"relativePath": [
|
|
5333
5395
|
"dist",
|
|
5334
5396
|
"commands",
|
|
5335
|
-
"
|
|
5336
|
-
"
|
|
5397
|
+
"custom-fields",
|
|
5398
|
+
"reorder.js"
|
|
5337
5399
|
]
|
|
5338
5400
|
},
|
|
5339
|
-
"
|
|
5401
|
+
"custom-fields:update": {
|
|
5340
5402
|
"aliases": [],
|
|
5341
|
-
"args": {
|
|
5342
|
-
|
|
5403
|
+
"args": {
|
|
5404
|
+
"id": {
|
|
5405
|
+
"description": "Custom field ID",
|
|
5406
|
+
"name": "id",
|
|
5407
|
+
"required": true
|
|
5408
|
+
}
|
|
5409
|
+
},
|
|
5410
|
+
"description": "Update a custom field",
|
|
5343
5411
|
"flags": {
|
|
5344
5412
|
"api-key": {
|
|
5345
5413
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5403,39 +5471,52 @@
|
|
|
5403
5471
|
"multiple": false,
|
|
5404
5472
|
"type": "option"
|
|
5405
5473
|
},
|
|
5406
|
-
"channel": {
|
|
5407
|
-
"description": "Channel ID",
|
|
5408
|
-
"name": "channel",
|
|
5409
|
-
"required": true,
|
|
5410
|
-
"hasDynamicHelp": false,
|
|
5411
|
-
"multiple": false,
|
|
5412
|
-
"type": "option"
|
|
5413
|
-
},
|
|
5414
5474
|
"name": {
|
|
5415
|
-
"description": "
|
|
5475
|
+
"description": "Field name",
|
|
5416
5476
|
"name": "name",
|
|
5417
|
-
"required": true,
|
|
5418
5477
|
"hasDynamicHelp": false,
|
|
5419
5478
|
"multiple": false,
|
|
5420
5479
|
"type": "option"
|
|
5421
5480
|
},
|
|
5422
|
-
"
|
|
5423
|
-
"description": "
|
|
5424
|
-
"name": "
|
|
5481
|
+
"type": {
|
|
5482
|
+
"description": "Field type",
|
|
5483
|
+
"name": "type",
|
|
5425
5484
|
"hasDynamicHelp": false,
|
|
5426
5485
|
"multiple": false,
|
|
5486
|
+
"options": [
|
|
5487
|
+
"text",
|
|
5488
|
+
"number",
|
|
5489
|
+
"date",
|
|
5490
|
+
"dropdown",
|
|
5491
|
+
"checkbox",
|
|
5492
|
+
"url",
|
|
5493
|
+
"email",
|
|
5494
|
+
"phone"
|
|
5495
|
+
],
|
|
5427
5496
|
"type": "option"
|
|
5428
5497
|
},
|
|
5429
|
-
"
|
|
5430
|
-
"description": "
|
|
5431
|
-
"name": "
|
|
5498
|
+
"required": {
|
|
5499
|
+
"description": "Field is required",
|
|
5500
|
+
"name": "required",
|
|
5501
|
+
"allowNo": true,
|
|
5502
|
+
"type": "boolean"
|
|
5503
|
+
},
|
|
5504
|
+
"status": {
|
|
5505
|
+
"description": "Field is active",
|
|
5506
|
+
"name": "status",
|
|
5507
|
+
"allowNo": true,
|
|
5508
|
+
"type": "boolean"
|
|
5509
|
+
},
|
|
5510
|
+
"default": {
|
|
5511
|
+
"description": "Default value",
|
|
5512
|
+
"name": "default",
|
|
5432
5513
|
"hasDynamicHelp": false,
|
|
5433
5514
|
"multiple": false,
|
|
5434
5515
|
"type": "option"
|
|
5435
5516
|
},
|
|
5436
|
-
"
|
|
5437
|
-
"description": "
|
|
5438
|
-
"name": "
|
|
5517
|
+
"options": {
|
|
5518
|
+
"description": "Comma-separated dropdown options",
|
|
5519
|
+
"name": "options",
|
|
5439
5520
|
"hasDynamicHelp": false,
|
|
5440
5521
|
"multiple": false,
|
|
5441
5522
|
"type": "option"
|
|
@@ -5450,7 +5531,7 @@
|
|
|
5450
5531
|
},
|
|
5451
5532
|
"hasDynamicHelp": false,
|
|
5452
5533
|
"hiddenAliases": [],
|
|
5453
|
-
"id": "
|
|
5534
|
+
"id": "custom-fields:update",
|
|
5454
5535
|
"pluginAlias": "@instantkom/cli",
|
|
5455
5536
|
"pluginName": "@instantkom/cli",
|
|
5456
5537
|
"pluginType": "core",
|
|
@@ -5460,20 +5541,14 @@
|
|
|
5460
5541
|
"relativePath": [
|
|
5461
5542
|
"dist",
|
|
5462
5543
|
"commands",
|
|
5463
|
-
"
|
|
5464
|
-
"
|
|
5544
|
+
"custom-fields",
|
|
5545
|
+
"update.js"
|
|
5465
5546
|
]
|
|
5466
5547
|
},
|
|
5467
|
-
"
|
|
5548
|
+
"exports:create": {
|
|
5468
5549
|
"aliases": [],
|
|
5469
|
-
"args": {
|
|
5470
|
-
|
|
5471
|
-
"description": "Flow ID",
|
|
5472
|
-
"name": "id",
|
|
5473
|
-
"required": true
|
|
5474
|
-
}
|
|
5475
|
-
},
|
|
5476
|
-
"description": "Delete a flow",
|
|
5550
|
+
"args": {},
|
|
5551
|
+
"description": "Create an export",
|
|
5477
5552
|
"flags": {
|
|
5478
5553
|
"api-key": {
|
|
5479
5554
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5485,18 +5560,10 @@
|
|
|
5485
5560
|
"type": "option"
|
|
5486
5561
|
},
|
|
5487
5562
|
"format": {
|
|
5488
|
-
"description": "
|
|
5489
|
-
"helpGroup": "GLOBAL",
|
|
5563
|
+
"description": "Alias for --target",
|
|
5490
5564
|
"name": "format",
|
|
5491
|
-
"default": "text",
|
|
5492
5565
|
"hasDynamicHelp": false,
|
|
5493
5566
|
"multiple": false,
|
|
5494
|
-
"options": [
|
|
5495
|
-
"text",
|
|
5496
|
-
"json",
|
|
5497
|
-
"yaml",
|
|
5498
|
-
"table"
|
|
5499
|
-
],
|
|
5500
5567
|
"type": "option"
|
|
5501
5568
|
},
|
|
5502
5569
|
"json": {
|
|
@@ -5536,11 +5603,75 @@
|
|
|
5536
5603
|
"hasDynamicHelp": false,
|
|
5537
5604
|
"multiple": false,
|
|
5538
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"
|
|
5539
5670
|
}
|
|
5540
5671
|
},
|
|
5541
5672
|
"hasDynamicHelp": false,
|
|
5542
5673
|
"hiddenAliases": [],
|
|
5543
|
-
"id": "
|
|
5674
|
+
"id": "exports:create",
|
|
5544
5675
|
"pluginAlias": "@instantkom/cli",
|
|
5545
5676
|
"pluginName": "@instantkom/cli",
|
|
5546
5677
|
"pluginType": "core",
|
|
@@ -5550,20 +5681,20 @@
|
|
|
5550
5681
|
"relativePath": [
|
|
5551
5682
|
"dist",
|
|
5552
5683
|
"commands",
|
|
5553
|
-
"
|
|
5554
|
-
"
|
|
5684
|
+
"exports",
|
|
5685
|
+
"create.js"
|
|
5555
5686
|
]
|
|
5556
5687
|
},
|
|
5557
|
-
"
|
|
5688
|
+
"exports:delete": {
|
|
5558
5689
|
"aliases": [],
|
|
5559
5690
|
"args": {
|
|
5560
5691
|
"id": {
|
|
5561
|
-
"description": "
|
|
5692
|
+
"description": "Export ID",
|
|
5562
5693
|
"name": "id",
|
|
5563
5694
|
"required": true
|
|
5564
5695
|
}
|
|
5565
5696
|
},
|
|
5566
|
-
"description": "
|
|
5697
|
+
"description": "Delete an export",
|
|
5567
5698
|
"flags": {
|
|
5568
5699
|
"api-key": {
|
|
5569
5700
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5630,7 +5761,7 @@
|
|
|
5630
5761
|
},
|
|
5631
5762
|
"hasDynamicHelp": false,
|
|
5632
5763
|
"hiddenAliases": [],
|
|
5633
|
-
"id": "
|
|
5764
|
+
"id": "exports:delete",
|
|
5634
5765
|
"pluginAlias": "@instantkom/cli",
|
|
5635
5766
|
"pluginName": "@instantkom/cli",
|
|
5636
5767
|
"pluginType": "core",
|
|
@@ -5640,14 +5771,20 @@
|
|
|
5640
5771
|
"relativePath": [
|
|
5641
5772
|
"dist",
|
|
5642
5773
|
"commands",
|
|
5643
|
-
"
|
|
5644
|
-
"
|
|
5774
|
+
"exports",
|
|
5775
|
+
"delete.js"
|
|
5645
5776
|
]
|
|
5646
5777
|
},
|
|
5647
|
-
"
|
|
5778
|
+
"exports:download": {
|
|
5648
5779
|
"aliases": [],
|
|
5649
|
-
"args": {
|
|
5650
|
-
|
|
5780
|
+
"args": {
|
|
5781
|
+
"id": {
|
|
5782
|
+
"description": "Export ID",
|
|
5783
|
+
"name": "id",
|
|
5784
|
+
"required": true
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
5787
|
+
"description": "Download an export file",
|
|
5651
5788
|
"flags": {
|
|
5652
5789
|
"api-key": {
|
|
5653
5790
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5711,39 +5848,9 @@
|
|
|
5711
5848
|
"multiple": false,
|
|
5712
5849
|
"type": "option"
|
|
5713
5850
|
},
|
|
5714
|
-
"
|
|
5715
|
-
"description": "
|
|
5716
|
-
"name": "
|
|
5717
|
-
"default": 1,
|
|
5718
|
-
"hasDynamicHelp": false,
|
|
5719
|
-
"multiple": false,
|
|
5720
|
-
"type": "option"
|
|
5721
|
-
},
|
|
5722
|
-
"limit": {
|
|
5723
|
-
"description": "Items per page",
|
|
5724
|
-
"name": "limit",
|
|
5725
|
-
"default": 20,
|
|
5726
|
-
"hasDynamicHelp": false,
|
|
5727
|
-
"multiple": false,
|
|
5728
|
-
"type": "option"
|
|
5729
|
-
},
|
|
5730
|
-
"channel": {
|
|
5731
|
-
"description": "Filter by channel ID",
|
|
5732
|
-
"name": "channel",
|
|
5733
|
-
"hasDynamicHelp": false,
|
|
5734
|
-
"multiple": false,
|
|
5735
|
-
"type": "option"
|
|
5736
|
-
},
|
|
5737
|
-
"search": {
|
|
5738
|
-
"description": "Search in flow name or description",
|
|
5739
|
-
"name": "search",
|
|
5740
|
-
"hasDynamicHelp": false,
|
|
5741
|
-
"multiple": false,
|
|
5742
|
-
"type": "option"
|
|
5743
|
-
},
|
|
5744
|
-
"folder": {
|
|
5745
|
-
"description": "Filter by folder ID",
|
|
5746
|
-
"name": "folder",
|
|
5851
|
+
"file": {
|
|
5852
|
+
"description": "Output file path",
|
|
5853
|
+
"name": "file",
|
|
5747
5854
|
"hasDynamicHelp": false,
|
|
5748
5855
|
"multiple": false,
|
|
5749
5856
|
"type": "option"
|
|
@@ -5751,7 +5858,7 @@
|
|
|
5751
5858
|
},
|
|
5752
5859
|
"hasDynamicHelp": false,
|
|
5753
5860
|
"hiddenAliases": [],
|
|
5754
|
-
"id": "
|
|
5861
|
+
"id": "exports:download",
|
|
5755
5862
|
"pluginAlias": "@instantkom/cli",
|
|
5756
5863
|
"pluginName": "@instantkom/cli",
|
|
5757
5864
|
"pluginType": "core",
|
|
@@ -5761,20 +5868,20 @@
|
|
|
5761
5868
|
"relativePath": [
|
|
5762
5869
|
"dist",
|
|
5763
5870
|
"commands",
|
|
5764
|
-
"
|
|
5765
|
-
"
|
|
5871
|
+
"exports",
|
|
5872
|
+
"download.js"
|
|
5766
5873
|
]
|
|
5767
5874
|
},
|
|
5768
|
-
"
|
|
5875
|
+
"exports:get": {
|
|
5769
5876
|
"aliases": [],
|
|
5770
5877
|
"args": {
|
|
5771
5878
|
"id": {
|
|
5772
|
-
"description": "
|
|
5879
|
+
"description": "Export ID",
|
|
5773
5880
|
"name": "id",
|
|
5774
5881
|
"required": true
|
|
5775
5882
|
}
|
|
5776
5883
|
},
|
|
5777
|
-
"description": "
|
|
5884
|
+
"description": "Get an export by ID",
|
|
5778
5885
|
"flags": {
|
|
5779
5886
|
"api-key": {
|
|
5780
5887
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5837,46 +5944,11 @@
|
|
|
5837
5944
|
"hasDynamicHelp": false,
|
|
5838
5945
|
"multiple": false,
|
|
5839
5946
|
"type": "option"
|
|
5840
|
-
},
|
|
5841
|
-
"name": {
|
|
5842
|
-
"description": "Flow name",
|
|
5843
|
-
"name": "name",
|
|
5844
|
-
"hasDynamicHelp": false,
|
|
5845
|
-
"multiple": false,
|
|
5846
|
-
"type": "option"
|
|
5847
|
-
},
|
|
5848
|
-
"description": {
|
|
5849
|
-
"description": "Flow description",
|
|
5850
|
-
"name": "description",
|
|
5851
|
-
"hasDynamicHelp": false,
|
|
5852
|
-
"multiple": false,
|
|
5853
|
-
"type": "option"
|
|
5854
|
-
},
|
|
5855
|
-
"color": {
|
|
5856
|
-
"description": "Flow color as HEX",
|
|
5857
|
-
"name": "color",
|
|
5858
|
-
"hasDynamicHelp": false,
|
|
5859
|
-
"multiple": false,
|
|
5860
|
-
"type": "option"
|
|
5861
|
-
},
|
|
5862
|
-
"folder": {
|
|
5863
|
-
"description": "Folder ID",
|
|
5864
|
-
"name": "folder",
|
|
5865
|
-
"hasDynamicHelp": false,
|
|
5866
|
-
"multiple": false,
|
|
5867
|
-
"type": "option"
|
|
5868
|
-
},
|
|
5869
|
-
"data": {
|
|
5870
|
-
"description": "Additional JSON object payload",
|
|
5871
|
-
"name": "data",
|
|
5872
|
-
"hasDynamicHelp": false,
|
|
5873
|
-
"multiple": false,
|
|
5874
|
-
"type": "option"
|
|
5875
5947
|
}
|
|
5876
5948
|
},
|
|
5877
5949
|
"hasDynamicHelp": false,
|
|
5878
5950
|
"hiddenAliases": [],
|
|
5879
|
-
"id": "
|
|
5951
|
+
"id": "exports:get",
|
|
5880
5952
|
"pluginAlias": "@instantkom/cli",
|
|
5881
5953
|
"pluginName": "@instantkom/cli",
|
|
5882
5954
|
"pluginType": "core",
|
|
@@ -5886,14 +5958,14 @@
|
|
|
5886
5958
|
"relativePath": [
|
|
5887
5959
|
"dist",
|
|
5888
5960
|
"commands",
|
|
5889
|
-
"
|
|
5890
|
-
"
|
|
5961
|
+
"exports",
|
|
5962
|
+
"get.js"
|
|
5891
5963
|
]
|
|
5892
5964
|
},
|
|
5893
|
-
"
|
|
5965
|
+
"exports:list": {
|
|
5894
5966
|
"aliases": [],
|
|
5895
5967
|
"args": {},
|
|
5896
|
-
"description": "
|
|
5968
|
+
"description": "List exports",
|
|
5897
5969
|
"flags": {
|
|
5898
5970
|
"api-key": {
|
|
5899
5971
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5957,24 +6029,40 @@
|
|
|
5957
6029
|
"multiple": false,
|
|
5958
6030
|
"type": "option"
|
|
5959
6031
|
},
|
|
5960
|
-
"
|
|
5961
|
-
"description": "
|
|
5962
|
-
"name": "
|
|
5963
|
-
"
|
|
6032
|
+
"page": {
|
|
6033
|
+
"description": "Page number",
|
|
6034
|
+
"name": "page",
|
|
6035
|
+
"default": 1,
|
|
5964
6036
|
"hasDynamicHelp": false,
|
|
5965
6037
|
"multiple": false,
|
|
5966
6038
|
"type": "option"
|
|
5967
6039
|
},
|
|
5968
|
-
"
|
|
5969
|
-
"description": "
|
|
5970
|
-
"name": "
|
|
5971
|
-
"
|
|
5972
|
-
"
|
|
6040
|
+
"limit": {
|
|
6041
|
+
"description": "Items per page",
|
|
6042
|
+
"name": "limit",
|
|
6043
|
+
"default": 50,
|
|
6044
|
+
"hasDynamicHelp": false,
|
|
6045
|
+
"multiple": false,
|
|
6046
|
+
"type": "option"
|
|
6047
|
+
},
|
|
6048
|
+
"source": {
|
|
6049
|
+
"description": "Filter by data source",
|
|
6050
|
+
"name": "source",
|
|
6051
|
+
"hasDynamicHelp": false,
|
|
6052
|
+
"multiple": false,
|
|
6053
|
+
"type": "option"
|
|
6054
|
+
},
|
|
6055
|
+
"target": {
|
|
6056
|
+
"description": "Filter by export target/format",
|
|
6057
|
+
"name": "target",
|
|
6058
|
+
"hasDynamicHelp": false,
|
|
6059
|
+
"multiple": false,
|
|
6060
|
+
"type": "option"
|
|
5973
6061
|
}
|
|
5974
6062
|
},
|
|
5975
6063
|
"hasDynamicHelp": false,
|
|
5976
6064
|
"hiddenAliases": [],
|
|
5977
|
-
"id": "
|
|
6065
|
+
"id": "exports:list",
|
|
5978
6066
|
"pluginAlias": "@instantkom/cli",
|
|
5979
6067
|
"pluginName": "@instantkom/cli",
|
|
5980
6068
|
"pluginType": "core",
|
|
@@ -5984,20 +6072,14 @@
|
|
|
5984
6072
|
"relativePath": [
|
|
5985
6073
|
"dist",
|
|
5986
6074
|
"commands",
|
|
5987
|
-
"
|
|
5988
|
-
"
|
|
6075
|
+
"exports",
|
|
6076
|
+
"list.js"
|
|
5989
6077
|
]
|
|
5990
6078
|
},
|
|
5991
|
-
"
|
|
6079
|
+
"flows:create": {
|
|
5992
6080
|
"aliases": [],
|
|
5993
|
-
"args": {
|
|
5994
|
-
|
|
5995
|
-
"description": "Message ID",
|
|
5996
|
-
"name": "id",
|
|
5997
|
-
"required": true
|
|
5998
|
-
}
|
|
5999
|
-
},
|
|
6000
|
-
"description": "Create a ticket from a message",
|
|
6081
|
+
"args": {},
|
|
6082
|
+
"description": "Create a flow",
|
|
6001
6083
|
"flags": {
|
|
6002
6084
|
"api-key": {
|
|
6003
6085
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6061,16 +6143,39 @@
|
|
|
6061
6143
|
"multiple": false,
|
|
6062
6144
|
"type": "option"
|
|
6063
6145
|
},
|
|
6064
|
-
"
|
|
6065
|
-
"description": "
|
|
6066
|
-
"name": "
|
|
6146
|
+
"channel": {
|
|
6147
|
+
"description": "Channel ID",
|
|
6148
|
+
"name": "channel",
|
|
6149
|
+
"required": true,
|
|
6067
6150
|
"hasDynamicHelp": false,
|
|
6068
6151
|
"multiple": false,
|
|
6069
6152
|
"type": "option"
|
|
6070
6153
|
},
|
|
6071
|
-
"
|
|
6072
|
-
"description": "
|
|
6073
|
-
"name": "
|
|
6154
|
+
"name": {
|
|
6155
|
+
"description": "Flow name",
|
|
6156
|
+
"name": "name",
|
|
6157
|
+
"required": true,
|
|
6158
|
+
"hasDynamicHelp": false,
|
|
6159
|
+
"multiple": false,
|
|
6160
|
+
"type": "option"
|
|
6161
|
+
},
|
|
6162
|
+
"description": {
|
|
6163
|
+
"description": "Flow description",
|
|
6164
|
+
"name": "description",
|
|
6165
|
+
"hasDynamicHelp": false,
|
|
6166
|
+
"multiple": false,
|
|
6167
|
+
"type": "option"
|
|
6168
|
+
},
|
|
6169
|
+
"color": {
|
|
6170
|
+
"description": "Flow color as HEX",
|
|
6171
|
+
"name": "color",
|
|
6172
|
+
"hasDynamicHelp": false,
|
|
6173
|
+
"multiple": false,
|
|
6174
|
+
"type": "option"
|
|
6175
|
+
},
|
|
6176
|
+
"folder": {
|
|
6177
|
+
"description": "Folder ID",
|
|
6178
|
+
"name": "folder",
|
|
6074
6179
|
"hasDynamicHelp": false,
|
|
6075
6180
|
"multiple": false,
|
|
6076
6181
|
"type": "option"
|
|
@@ -6085,7 +6190,7 @@
|
|
|
6085
6190
|
},
|
|
6086
6191
|
"hasDynamicHelp": false,
|
|
6087
6192
|
"hiddenAliases": [],
|
|
6088
|
-
"id": "
|
|
6193
|
+
"id": "flows:create",
|
|
6089
6194
|
"pluginAlias": "@instantkom/cli",
|
|
6090
6195
|
"pluginName": "@instantkom/cli",
|
|
6091
6196
|
"pluginType": "core",
|
|
@@ -6095,20 +6200,20 @@
|
|
|
6095
6200
|
"relativePath": [
|
|
6096
6201
|
"dist",
|
|
6097
6202
|
"commands",
|
|
6098
|
-
"
|
|
6099
|
-
"create
|
|
6203
|
+
"flows",
|
|
6204
|
+
"create.js"
|
|
6100
6205
|
]
|
|
6101
6206
|
},
|
|
6102
|
-
"
|
|
6207
|
+
"flows:delete": {
|
|
6103
6208
|
"aliases": [],
|
|
6104
6209
|
"args": {
|
|
6105
6210
|
"id": {
|
|
6106
|
-
"description": "
|
|
6211
|
+
"description": "Flow ID",
|
|
6107
6212
|
"name": "id",
|
|
6108
6213
|
"required": true
|
|
6109
6214
|
}
|
|
6110
6215
|
},
|
|
6111
|
-
"description": "Delete
|
|
6216
|
+
"description": "Delete a flow",
|
|
6112
6217
|
"flags": {
|
|
6113
6218
|
"api-key": {
|
|
6114
6219
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6175,7 +6280,7 @@
|
|
|
6175
6280
|
},
|
|
6176
6281
|
"hasDynamicHelp": false,
|
|
6177
6282
|
"hiddenAliases": [],
|
|
6178
|
-
"id": "
|
|
6283
|
+
"id": "flows:delete",
|
|
6179
6284
|
"pluginAlias": "@instantkom/cli",
|
|
6180
6285
|
"pluginName": "@instantkom/cli",
|
|
6181
6286
|
"pluginType": "core",
|
|
@@ -6185,20 +6290,20 @@
|
|
|
6185
6290
|
"relativePath": [
|
|
6186
6291
|
"dist",
|
|
6187
6292
|
"commands",
|
|
6188
|
-
"
|
|
6293
|
+
"flows",
|
|
6189
6294
|
"delete.js"
|
|
6190
6295
|
]
|
|
6191
6296
|
},
|
|
6192
|
-
"
|
|
6297
|
+
"flows:get": {
|
|
6193
6298
|
"aliases": [],
|
|
6194
6299
|
"args": {
|
|
6195
6300
|
"id": {
|
|
6196
|
-
"description": "
|
|
6301
|
+
"description": "Flow ID",
|
|
6197
6302
|
"name": "id",
|
|
6198
6303
|
"required": true
|
|
6199
6304
|
}
|
|
6200
6305
|
},
|
|
6201
|
-
"description": "Get
|
|
6306
|
+
"description": "Get a flow by ID",
|
|
6202
6307
|
"flags": {
|
|
6203
6308
|
"api-key": {
|
|
6204
6309
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6265,7 +6370,7 @@
|
|
|
6265
6370
|
},
|
|
6266
6371
|
"hasDynamicHelp": false,
|
|
6267
6372
|
"hiddenAliases": [],
|
|
6268
|
-
"id": "
|
|
6373
|
+
"id": "flows:get",
|
|
6269
6374
|
"pluginAlias": "@instantkom/cli",
|
|
6270
6375
|
"pluginName": "@instantkom/cli",
|
|
6271
6376
|
"pluginType": "core",
|
|
@@ -6275,14 +6380,14 @@
|
|
|
6275
6380
|
"relativePath": [
|
|
6276
6381
|
"dist",
|
|
6277
6382
|
"commands",
|
|
6278
|
-
"
|
|
6383
|
+
"flows",
|
|
6279
6384
|
"get.js"
|
|
6280
6385
|
]
|
|
6281
6386
|
},
|
|
6282
|
-
"
|
|
6387
|
+
"flows:list": {
|
|
6283
6388
|
"aliases": [],
|
|
6284
6389
|
"args": {},
|
|
6285
|
-
"description": "List
|
|
6390
|
+
"description": "List flows",
|
|
6286
6391
|
"flags": {
|
|
6287
6392
|
"api-key": {
|
|
6288
6393
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6369,48 +6474,24 @@
|
|
|
6369
6474
|
"multiple": false,
|
|
6370
6475
|
"type": "option"
|
|
6371
6476
|
},
|
|
6372
|
-
"
|
|
6373
|
-
"description": "
|
|
6374
|
-
"name": "
|
|
6375
|
-
"hasDynamicHelp": false,
|
|
6376
|
-
"multiple": false,
|
|
6377
|
-
"type": "option"
|
|
6378
|
-
},
|
|
6379
|
-
"direction": {
|
|
6380
|
-
"description": "Direction",
|
|
6381
|
-
"name": "direction",
|
|
6382
|
-
"hasDynamicHelp": false,
|
|
6383
|
-
"multiple": false,
|
|
6384
|
-
"options": [
|
|
6385
|
-
"s",
|
|
6386
|
-
"r"
|
|
6387
|
-
],
|
|
6388
|
-
"type": "option"
|
|
6389
|
-
},
|
|
6390
|
-
"type": {
|
|
6391
|
-
"description": "Message type",
|
|
6392
|
-
"name": "type",
|
|
6477
|
+
"search": {
|
|
6478
|
+
"description": "Search in flow name or description",
|
|
6479
|
+
"name": "search",
|
|
6393
6480
|
"hasDynamicHelp": false,
|
|
6394
6481
|
"multiple": false,
|
|
6395
6482
|
"type": "option"
|
|
6396
6483
|
},
|
|
6397
|
-
"
|
|
6398
|
-
"description": "
|
|
6399
|
-
"name": "
|
|
6484
|
+
"folder": {
|
|
6485
|
+
"description": "Filter by folder ID",
|
|
6486
|
+
"name": "folder",
|
|
6400
6487
|
"hasDynamicHelp": false,
|
|
6401
6488
|
"multiple": false,
|
|
6402
6489
|
"type": "option"
|
|
6403
|
-
},
|
|
6404
|
-
"spam": {
|
|
6405
|
-
"description": "Filter spam messages",
|
|
6406
|
-
"name": "spam",
|
|
6407
|
-
"allowNo": false,
|
|
6408
|
-
"type": "boolean"
|
|
6409
6490
|
}
|
|
6410
6491
|
},
|
|
6411
6492
|
"hasDynamicHelp": false,
|
|
6412
6493
|
"hiddenAliases": [],
|
|
6413
|
-
"id": "
|
|
6494
|
+
"id": "flows:list",
|
|
6414
6495
|
"pluginAlias": "@instantkom/cli",
|
|
6415
6496
|
"pluginName": "@instantkom/cli",
|
|
6416
6497
|
"pluginType": "core",
|
|
@@ -6420,20 +6501,20 @@
|
|
|
6420
6501
|
"relativePath": [
|
|
6421
6502
|
"dist",
|
|
6422
6503
|
"commands",
|
|
6423
|
-
"
|
|
6504
|
+
"flows",
|
|
6424
6505
|
"list.js"
|
|
6425
6506
|
]
|
|
6426
6507
|
},
|
|
6427
|
-
"
|
|
6508
|
+
"flows:update": {
|
|
6428
6509
|
"aliases": [],
|
|
6429
6510
|
"args": {
|
|
6430
6511
|
"id": {
|
|
6431
|
-
"description": "
|
|
6512
|
+
"description": "Flow ID",
|
|
6432
6513
|
"name": "id",
|
|
6433
6514
|
"required": true
|
|
6434
6515
|
}
|
|
6435
6516
|
},
|
|
6436
|
-
"description": "
|
|
6517
|
+
"description": "Update a flow",
|
|
6437
6518
|
"flags": {
|
|
6438
6519
|
"api-key": {
|
|
6439
6520
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6496,11 +6577,46 @@
|
|
|
6496
6577
|
"hasDynamicHelp": false,
|
|
6497
6578
|
"multiple": false,
|
|
6498
6579
|
"type": "option"
|
|
6580
|
+
},
|
|
6581
|
+
"name": {
|
|
6582
|
+
"description": "Flow name",
|
|
6583
|
+
"name": "name",
|
|
6584
|
+
"hasDynamicHelp": false,
|
|
6585
|
+
"multiple": false,
|
|
6586
|
+
"type": "option"
|
|
6587
|
+
},
|
|
6588
|
+
"description": {
|
|
6589
|
+
"description": "Flow description",
|
|
6590
|
+
"name": "description",
|
|
6591
|
+
"hasDynamicHelp": false,
|
|
6592
|
+
"multiple": false,
|
|
6593
|
+
"type": "option"
|
|
6594
|
+
},
|
|
6595
|
+
"color": {
|
|
6596
|
+
"description": "Flow color as HEX",
|
|
6597
|
+
"name": "color",
|
|
6598
|
+
"hasDynamicHelp": false,
|
|
6599
|
+
"multiple": false,
|
|
6600
|
+
"type": "option"
|
|
6601
|
+
},
|
|
6602
|
+
"folder": {
|
|
6603
|
+
"description": "Folder ID",
|
|
6604
|
+
"name": "folder",
|
|
6605
|
+
"hasDynamicHelp": false,
|
|
6606
|
+
"multiple": false,
|
|
6607
|
+
"type": "option"
|
|
6608
|
+
},
|
|
6609
|
+
"data": {
|
|
6610
|
+
"description": "Additional JSON object payload",
|
|
6611
|
+
"name": "data",
|
|
6612
|
+
"hasDynamicHelp": false,
|
|
6613
|
+
"multiple": false,
|
|
6614
|
+
"type": "option"
|
|
6499
6615
|
}
|
|
6500
6616
|
},
|
|
6501
6617
|
"hasDynamicHelp": false,
|
|
6502
6618
|
"hiddenAliases": [],
|
|
6503
|
-
"id": "
|
|
6619
|
+
"id": "flows:update",
|
|
6504
6620
|
"pluginAlias": "@instantkom/cli",
|
|
6505
6621
|
"pluginName": "@instantkom/cli",
|
|
6506
6622
|
"pluginType": "core",
|
|
@@ -6510,20 +6626,14 @@
|
|
|
6510
6626
|
"relativePath": [
|
|
6511
6627
|
"dist",
|
|
6512
6628
|
"commands",
|
|
6513
|
-
"
|
|
6514
|
-
"
|
|
6629
|
+
"flows",
|
|
6630
|
+
"update.js"
|
|
6515
6631
|
]
|
|
6516
6632
|
},
|
|
6517
|
-
"messages:spam": {
|
|
6633
|
+
"messages:bulk-spam": {
|
|
6518
6634
|
"aliases": [],
|
|
6519
|
-
"args": {
|
|
6520
|
-
|
|
6521
|
-
"description": "Message ID",
|
|
6522
|
-
"name": "id",
|
|
6523
|
-
"required": true
|
|
6524
|
-
}
|
|
6525
|
-
},
|
|
6526
|
-
"description": "Mark or unmark a message as spam",
|
|
6635
|
+
"args": {},
|
|
6636
|
+
"description": "Mark or unmark multiple messages as spam",
|
|
6527
6637
|
"flags": {
|
|
6528
6638
|
"api-key": {
|
|
6529
6639
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6587,8 +6697,16 @@
|
|
|
6587
6697
|
"multiple": false,
|
|
6588
6698
|
"type": "option"
|
|
6589
6699
|
},
|
|
6700
|
+
"ids": {
|
|
6701
|
+
"description": "Comma-separated message IDs",
|
|
6702
|
+
"name": "ids",
|
|
6703
|
+
"required": true,
|
|
6704
|
+
"hasDynamicHelp": false,
|
|
6705
|
+
"multiple": false,
|
|
6706
|
+
"type": "option"
|
|
6707
|
+
},
|
|
6590
6708
|
"spam": {
|
|
6591
|
-
"description": "Mark as spam",
|
|
6709
|
+
"description": "Mark messages as spam",
|
|
6592
6710
|
"name": "spam",
|
|
6593
6711
|
"allowNo": true,
|
|
6594
6712
|
"type": "boolean"
|
|
@@ -6596,7 +6714,7 @@
|
|
|
6596
6714
|
},
|
|
6597
6715
|
"hasDynamicHelp": false,
|
|
6598
6716
|
"hiddenAliases": [],
|
|
6599
|
-
"id": "messages:spam",
|
|
6717
|
+
"id": "messages:bulk-spam",
|
|
6600
6718
|
"pluginAlias": "@instantkom/cli",
|
|
6601
6719
|
"pluginName": "@instantkom/cli",
|
|
6602
6720
|
"pluginType": "core",
|
|
@@ -6607,13 +6725,19 @@
|
|
|
6607
6725
|
"dist",
|
|
6608
6726
|
"commands",
|
|
6609
6727
|
"messages",
|
|
6610
|
-
"spam.js"
|
|
6728
|
+
"bulk-spam.js"
|
|
6611
6729
|
]
|
|
6612
6730
|
},
|
|
6613
|
-
"messages:
|
|
6731
|
+
"messages:create-ticket": {
|
|
6614
6732
|
"aliases": [],
|
|
6615
|
-
"args": {
|
|
6616
|
-
|
|
6733
|
+
"args": {
|
|
6734
|
+
"id": {
|
|
6735
|
+
"description": "Message ID",
|
|
6736
|
+
"name": "id",
|
|
6737
|
+
"required": true
|
|
6738
|
+
}
|
|
6739
|
+
},
|
|
6740
|
+
"description": "Create a ticket from a message",
|
|
6617
6741
|
"flags": {
|
|
6618
6742
|
"api-key": {
|
|
6619
6743
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6676,12 +6800,33 @@
|
|
|
6676
6800
|
"hasDynamicHelp": false,
|
|
6677
6801
|
"multiple": false,
|
|
6678
6802
|
"type": "option"
|
|
6679
|
-
}
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
6803
|
+
},
|
|
6804
|
+
"subject": {
|
|
6805
|
+
"description": "Ticket subject",
|
|
6806
|
+
"name": "subject",
|
|
6807
|
+
"hasDynamicHelp": false,
|
|
6808
|
+
"multiple": false,
|
|
6809
|
+
"type": "option"
|
|
6810
|
+
},
|
|
6811
|
+
"priority": {
|
|
6812
|
+
"description": "Ticket priority",
|
|
6813
|
+
"name": "priority",
|
|
6814
|
+
"hasDynamicHelp": false,
|
|
6815
|
+
"multiple": false,
|
|
6816
|
+
"type": "option"
|
|
6817
|
+
},
|
|
6818
|
+
"data": {
|
|
6819
|
+
"description": "Additional JSON object payload",
|
|
6820
|
+
"name": "data",
|
|
6821
|
+
"hasDynamicHelp": false,
|
|
6822
|
+
"multiple": false,
|
|
6823
|
+
"type": "option"
|
|
6824
|
+
}
|
|
6825
|
+
},
|
|
6826
|
+
"hasDynamicHelp": false,
|
|
6827
|
+
"hiddenAliases": [],
|
|
6828
|
+
"id": "messages:create-ticket",
|
|
6829
|
+
"pluginAlias": "@instantkom/cli",
|
|
6685
6830
|
"pluginName": "@instantkom/cli",
|
|
6686
6831
|
"pluginType": "core",
|
|
6687
6832
|
"strict": true,
|
|
@@ -6691,19 +6836,19 @@
|
|
|
6691
6836
|
"dist",
|
|
6692
6837
|
"commands",
|
|
6693
6838
|
"messages",
|
|
6694
|
-
"
|
|
6839
|
+
"create-ticket.js"
|
|
6695
6840
|
]
|
|
6696
6841
|
},
|
|
6697
|
-
"messages:
|
|
6842
|
+
"messages:delete": {
|
|
6698
6843
|
"aliases": [],
|
|
6699
6844
|
"args": {
|
|
6700
6845
|
"id": {
|
|
6701
|
-
"description": "
|
|
6846
|
+
"description": "message ID",
|
|
6702
6847
|
"name": "id",
|
|
6703
6848
|
"required": true
|
|
6704
6849
|
}
|
|
6705
6850
|
},
|
|
6706
|
-
"description": "
|
|
6851
|
+
"description": "Delete message",
|
|
6707
6852
|
"flags": {
|
|
6708
6853
|
"api-key": {
|
|
6709
6854
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6766,58 +6911,11 @@
|
|
|
6766
6911
|
"hasDynamicHelp": false,
|
|
6767
6912
|
"multiple": false,
|
|
6768
6913
|
"type": "option"
|
|
6769
|
-
},
|
|
6770
|
-
"message": {
|
|
6771
|
-
"description": "Message content",
|
|
6772
|
-
"name": "message",
|
|
6773
|
-
"hasDynamicHelp": false,
|
|
6774
|
-
"multiple": false,
|
|
6775
|
-
"type": "option"
|
|
6776
|
-
},
|
|
6777
|
-
"scheduled-at": {
|
|
6778
|
-
"description": "Unix timestamp for scheduled send",
|
|
6779
|
-
"name": "scheduled-at",
|
|
6780
|
-
"hasDynamicHelp": false,
|
|
6781
|
-
"multiple": false,
|
|
6782
|
-
"type": "option"
|
|
6783
|
-
},
|
|
6784
|
-
"hidden": {
|
|
6785
|
-
"description": "Hide message",
|
|
6786
|
-
"name": "hidden",
|
|
6787
|
-
"allowNo": true,
|
|
6788
|
-
"type": "boolean"
|
|
6789
|
-
},
|
|
6790
|
-
"locked": {
|
|
6791
|
-
"description": "Lock message",
|
|
6792
|
-
"name": "locked",
|
|
6793
|
-
"allowNo": true,
|
|
6794
|
-
"type": "boolean"
|
|
6795
|
-
},
|
|
6796
|
-
"buttons": {
|
|
6797
|
-
"description": "Buttons JSON array",
|
|
6798
|
-
"name": "buttons",
|
|
6799
|
-
"hasDynamicHelp": false,
|
|
6800
|
-
"multiple": false,
|
|
6801
|
-
"type": "option"
|
|
6802
|
-
},
|
|
6803
|
-
"header-footer": {
|
|
6804
|
-
"description": "Header/footer JSON object",
|
|
6805
|
-
"name": "header-footer",
|
|
6806
|
-
"hasDynamicHelp": false,
|
|
6807
|
-
"multiple": false,
|
|
6808
|
-
"type": "option"
|
|
6809
|
-
},
|
|
6810
|
-
"data": {
|
|
6811
|
-
"description": "Additional JSON object payload",
|
|
6812
|
-
"name": "data",
|
|
6813
|
-
"hasDynamicHelp": false,
|
|
6814
|
-
"multiple": false,
|
|
6815
|
-
"type": "option"
|
|
6816
6914
|
}
|
|
6817
6915
|
},
|
|
6818
6916
|
"hasDynamicHelp": false,
|
|
6819
6917
|
"hiddenAliases": [],
|
|
6820
|
-
"id": "messages:
|
|
6918
|
+
"id": "messages:delete",
|
|
6821
6919
|
"pluginAlias": "@instantkom/cli",
|
|
6822
6920
|
"pluginName": "@instantkom/cli",
|
|
6823
6921
|
"pluginType": "core",
|
|
@@ -6828,13 +6926,19 @@
|
|
|
6828
6926
|
"dist",
|
|
6829
6927
|
"commands",
|
|
6830
6928
|
"messages",
|
|
6831
|
-
"
|
|
6929
|
+
"delete.js"
|
|
6832
6930
|
]
|
|
6833
6931
|
},
|
|
6834
|
-
"
|
|
6932
|
+
"messages:get": {
|
|
6835
6933
|
"aliases": [],
|
|
6836
|
-
"args": {
|
|
6837
|
-
|
|
6934
|
+
"args": {
|
|
6935
|
+
"id": {
|
|
6936
|
+
"description": "message ID",
|
|
6937
|
+
"name": "id",
|
|
6938
|
+
"required": true
|
|
6939
|
+
}
|
|
6940
|
+
},
|
|
6941
|
+
"description": "Get message by ID",
|
|
6838
6942
|
"flags": {
|
|
6839
6943
|
"api-key": {
|
|
6840
6944
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6897,19 +7001,11 @@
|
|
|
6897
7001
|
"hasDynamicHelp": false,
|
|
6898
7002
|
"multiple": false,
|
|
6899
7003
|
"type": "option"
|
|
6900
|
-
},
|
|
6901
|
-
"ids": {
|
|
6902
|
-
"description": "Comma-separated custom field IDs",
|
|
6903
|
-
"name": "ids",
|
|
6904
|
-
"required": true,
|
|
6905
|
-
"hasDynamicHelp": false,
|
|
6906
|
-
"multiple": false,
|
|
6907
|
-
"type": "option"
|
|
6908
7004
|
}
|
|
6909
7005
|
},
|
|
6910
7006
|
"hasDynamicHelp": false,
|
|
6911
7007
|
"hiddenAliases": [],
|
|
6912
|
-
"id": "
|
|
7008
|
+
"id": "messages:get",
|
|
6913
7009
|
"pluginAlias": "@instantkom/cli",
|
|
6914
7010
|
"pluginName": "@instantkom/cli",
|
|
6915
7011
|
"pluginType": "core",
|
|
@@ -6919,14 +7015,14 @@
|
|
|
6919
7015
|
"relativePath": [
|
|
6920
7016
|
"dist",
|
|
6921
7017
|
"commands",
|
|
6922
|
-
"
|
|
6923
|
-
"
|
|
7018
|
+
"messages",
|
|
7019
|
+
"get.js"
|
|
6924
7020
|
]
|
|
6925
7021
|
},
|
|
6926
|
-
"
|
|
7022
|
+
"messages:list": {
|
|
6927
7023
|
"aliases": [],
|
|
6928
7024
|
"args": {},
|
|
6929
|
-
"description": "
|
|
7025
|
+
"description": "List messages",
|
|
6930
7026
|
"flags": {
|
|
6931
7027
|
"api-key": {
|
|
6932
7028
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6990,71 +7086,71 @@
|
|
|
6990
7086
|
"multiple": false,
|
|
6991
7087
|
"type": "option"
|
|
6992
7088
|
},
|
|
6993
|
-
"
|
|
6994
|
-
"description": "
|
|
6995
|
-
"name": "
|
|
6996
|
-
"
|
|
7089
|
+
"page": {
|
|
7090
|
+
"description": "Page number",
|
|
7091
|
+
"name": "page",
|
|
7092
|
+
"default": 1,
|
|
6997
7093
|
"hasDynamicHelp": false,
|
|
6998
7094
|
"multiple": false,
|
|
6999
7095
|
"type": "option"
|
|
7000
7096
|
},
|
|
7001
|
-
"
|
|
7002
|
-
"description": "
|
|
7003
|
-
"name": "
|
|
7004
|
-
"
|
|
7097
|
+
"limit": {
|
|
7098
|
+
"description": "Items per page",
|
|
7099
|
+
"name": "limit",
|
|
7100
|
+
"default": 20,
|
|
7005
7101
|
"hasDynamicHelp": false,
|
|
7006
7102
|
"multiple": false,
|
|
7007
7103
|
"type": "option"
|
|
7008
7104
|
},
|
|
7009
|
-
"
|
|
7010
|
-
"description": "
|
|
7011
|
-
"name": "
|
|
7012
|
-
"required": true,
|
|
7105
|
+
"channel": {
|
|
7106
|
+
"description": "Filter by channel ID",
|
|
7107
|
+
"name": "channel",
|
|
7013
7108
|
"hasDynamicHelp": false,
|
|
7014
7109
|
"multiple": false,
|
|
7015
|
-
"options": [
|
|
7016
|
-
"text",
|
|
7017
|
-
"number",
|
|
7018
|
-
"date",
|
|
7019
|
-
"dropdown",
|
|
7020
|
-
"checkbox",
|
|
7021
|
-
"url",
|
|
7022
|
-
"email",
|
|
7023
|
-
"phone"
|
|
7024
|
-
],
|
|
7025
7110
|
"type": "option"
|
|
7026
7111
|
},
|
|
7027
|
-
"
|
|
7028
|
-
"description": "
|
|
7029
|
-
"name": "
|
|
7030
|
-
"
|
|
7031
|
-
"
|
|
7112
|
+
"recipient": {
|
|
7113
|
+
"description": "Filter by recipient ID",
|
|
7114
|
+
"name": "recipient",
|
|
7115
|
+
"hasDynamicHelp": false,
|
|
7116
|
+
"multiple": false,
|
|
7117
|
+
"type": "option"
|
|
7032
7118
|
},
|
|
7033
|
-
"
|
|
7034
|
-
"description": "
|
|
7035
|
-
"name": "
|
|
7119
|
+
"direction": {
|
|
7120
|
+
"description": "Direction",
|
|
7121
|
+
"name": "direction",
|
|
7036
7122
|
"hasDynamicHelp": false,
|
|
7037
7123
|
"multiple": false,
|
|
7124
|
+
"options": [
|
|
7125
|
+
"s",
|
|
7126
|
+
"r"
|
|
7127
|
+
],
|
|
7038
7128
|
"type": "option"
|
|
7039
7129
|
},
|
|
7040
|
-
"
|
|
7041
|
-
"description": "
|
|
7042
|
-
"name": "
|
|
7130
|
+
"type": {
|
|
7131
|
+
"description": "Message type",
|
|
7132
|
+
"name": "type",
|
|
7043
7133
|
"hasDynamicHelp": false,
|
|
7044
7134
|
"multiple": false,
|
|
7045
7135
|
"type": "option"
|
|
7046
7136
|
},
|
|
7047
|
-
"
|
|
7048
|
-
"description": "
|
|
7049
|
-
"name": "
|
|
7137
|
+
"search": {
|
|
7138
|
+
"description": "Search messages",
|
|
7139
|
+
"name": "search",
|
|
7050
7140
|
"hasDynamicHelp": false,
|
|
7051
7141
|
"multiple": false,
|
|
7052
7142
|
"type": "option"
|
|
7143
|
+
},
|
|
7144
|
+
"spam": {
|
|
7145
|
+
"description": "Filter spam messages",
|
|
7146
|
+
"name": "spam",
|
|
7147
|
+
"allowNo": false,
|
|
7148
|
+
"type": "boolean"
|
|
7053
7149
|
}
|
|
7054
7150
|
},
|
|
7055
7151
|
"hasDynamicHelp": false,
|
|
7056
7152
|
"hiddenAliases": [],
|
|
7057
|
-
"id": "
|
|
7153
|
+
"id": "messages:list",
|
|
7058
7154
|
"pluginAlias": "@instantkom/cli",
|
|
7059
7155
|
"pluginName": "@instantkom/cli",
|
|
7060
7156
|
"pluginType": "core",
|
|
@@ -7064,20 +7160,20 @@
|
|
|
7064
7160
|
"relativePath": [
|
|
7065
7161
|
"dist",
|
|
7066
7162
|
"commands",
|
|
7067
|
-
"
|
|
7068
|
-
"
|
|
7163
|
+
"messages",
|
|
7164
|
+
"list.js"
|
|
7069
7165
|
]
|
|
7070
7166
|
},
|
|
7071
|
-
"
|
|
7167
|
+
"messages:reactions": {
|
|
7072
7168
|
"aliases": [],
|
|
7073
7169
|
"args": {
|
|
7074
7170
|
"id": {
|
|
7075
|
-
"description": "
|
|
7171
|
+
"description": "Message ID",
|
|
7076
7172
|
"name": "id",
|
|
7077
7173
|
"required": true
|
|
7078
7174
|
}
|
|
7079
7175
|
},
|
|
7080
|
-
"description": "
|
|
7176
|
+
"description": "Get reactions to a message",
|
|
7081
7177
|
"flags": {
|
|
7082
7178
|
"api-key": {
|
|
7083
7179
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7144,7 +7240,7 @@
|
|
|
7144
7240
|
},
|
|
7145
7241
|
"hasDynamicHelp": false,
|
|
7146
7242
|
"hiddenAliases": [],
|
|
7147
|
-
"id": "
|
|
7243
|
+
"id": "messages:reactions",
|
|
7148
7244
|
"pluginAlias": "@instantkom/cli",
|
|
7149
7245
|
"pluginName": "@instantkom/cli",
|
|
7150
7246
|
"pluginType": "core",
|
|
@@ -7154,20 +7250,20 @@
|
|
|
7154
7250
|
"relativePath": [
|
|
7155
7251
|
"dist",
|
|
7156
7252
|
"commands",
|
|
7157
|
-
"
|
|
7158
|
-
"
|
|
7253
|
+
"messages",
|
|
7254
|
+
"reactions.js"
|
|
7159
7255
|
]
|
|
7160
7256
|
},
|
|
7161
|
-
"
|
|
7257
|
+
"messages:spam": {
|
|
7162
7258
|
"aliases": [],
|
|
7163
7259
|
"args": {
|
|
7164
7260
|
"id": {
|
|
7165
|
-
"description": "
|
|
7261
|
+
"description": "Message ID",
|
|
7166
7262
|
"name": "id",
|
|
7167
7263
|
"required": true
|
|
7168
7264
|
}
|
|
7169
7265
|
},
|
|
7170
|
-
"description": "
|
|
7266
|
+
"description": "Mark or unmark a message as spam",
|
|
7171
7267
|
"flags": {
|
|
7172
7268
|
"api-key": {
|
|
7173
7269
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7230,11 +7326,17 @@
|
|
|
7230
7326
|
"hasDynamicHelp": false,
|
|
7231
7327
|
"multiple": false,
|
|
7232
7328
|
"type": "option"
|
|
7329
|
+
},
|
|
7330
|
+
"spam": {
|
|
7331
|
+
"description": "Mark as spam",
|
|
7332
|
+
"name": "spam",
|
|
7333
|
+
"allowNo": true,
|
|
7334
|
+
"type": "boolean"
|
|
7233
7335
|
}
|
|
7234
7336
|
},
|
|
7235
7337
|
"hasDynamicHelp": false,
|
|
7236
7338
|
"hiddenAliases": [],
|
|
7237
|
-
"id": "
|
|
7339
|
+
"id": "messages:spam",
|
|
7238
7340
|
"pluginAlias": "@instantkom/cli",
|
|
7239
7341
|
"pluginName": "@instantkom/cli",
|
|
7240
7342
|
"pluginType": "core",
|
|
@@ -7244,14 +7346,14 @@
|
|
|
7244
7346
|
"relativePath": [
|
|
7245
7347
|
"dist",
|
|
7246
7348
|
"commands",
|
|
7247
|
-
"
|
|
7248
|
-
"
|
|
7349
|
+
"messages",
|
|
7350
|
+
"spam.js"
|
|
7249
7351
|
]
|
|
7250
7352
|
},
|
|
7251
|
-
"
|
|
7353
|
+
"messages:unread-count": {
|
|
7252
7354
|
"aliases": [],
|
|
7253
7355
|
"args": {},
|
|
7254
|
-
"description": "
|
|
7356
|
+
"description": "Get unread inbox message count",
|
|
7255
7357
|
"flags": {
|
|
7256
7358
|
"api-key": {
|
|
7257
7359
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7318,7 +7420,7 @@
|
|
|
7318
7420
|
},
|
|
7319
7421
|
"hasDynamicHelp": false,
|
|
7320
7422
|
"hiddenAliases": [],
|
|
7321
|
-
"id": "
|
|
7423
|
+
"id": "messages:unread-count",
|
|
7322
7424
|
"pluginAlias": "@instantkom/cli",
|
|
7323
7425
|
"pluginName": "@instantkom/cli",
|
|
7324
7426
|
"pluginType": "core",
|
|
@@ -7328,14 +7430,20 @@
|
|
|
7328
7430
|
"relativePath": [
|
|
7329
7431
|
"dist",
|
|
7330
7432
|
"commands",
|
|
7331
|
-
"
|
|
7332
|
-
"
|
|
7433
|
+
"messages",
|
|
7434
|
+
"unread-count.js"
|
|
7333
7435
|
]
|
|
7334
7436
|
},
|
|
7335
|
-
"
|
|
7437
|
+
"messages:update": {
|
|
7336
7438
|
"aliases": [],
|
|
7337
|
-
"args": {
|
|
7338
|
-
|
|
7439
|
+
"args": {
|
|
7440
|
+
"id": {
|
|
7441
|
+
"description": "Message ID",
|
|
7442
|
+
"name": "id",
|
|
7443
|
+
"required": true
|
|
7444
|
+
}
|
|
7445
|
+
},
|
|
7446
|
+
"description": "Update a message",
|
|
7339
7447
|
"flags": {
|
|
7340
7448
|
"api-key": {
|
|
7341
7449
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7399,150 +7507,42 @@
|
|
|
7399
7507
|
"multiple": false,
|
|
7400
7508
|
"type": "option"
|
|
7401
7509
|
},
|
|
7402
|
-
"
|
|
7403
|
-
"description": "
|
|
7404
|
-
"name": "
|
|
7405
|
-
"required": true,
|
|
7406
|
-
"hasDynamicHelp": false,
|
|
7407
|
-
"multiple": false,
|
|
7408
|
-
"type": "option"
|
|
7409
|
-
}
|
|
7410
|
-
},
|
|
7411
|
-
"hasDynamicHelp": false,
|
|
7412
|
-
"hiddenAliases": [],
|
|
7413
|
-
"id": "custom-fields:reorder",
|
|
7414
|
-
"pluginAlias": "@instantkom/cli",
|
|
7415
|
-
"pluginName": "@instantkom/cli",
|
|
7416
|
-
"pluginType": "core",
|
|
7417
|
-
"strict": true,
|
|
7418
|
-
"enableJsonFlag": false,
|
|
7419
|
-
"isESM": true,
|
|
7420
|
-
"relativePath": [
|
|
7421
|
-
"dist",
|
|
7422
|
-
"commands",
|
|
7423
|
-
"custom-fields",
|
|
7424
|
-
"reorder.js"
|
|
7425
|
-
]
|
|
7426
|
-
},
|
|
7427
|
-
"custom-fields:update": {
|
|
7428
|
-
"aliases": [],
|
|
7429
|
-
"args": {
|
|
7430
|
-
"id": {
|
|
7431
|
-
"description": "Custom field ID",
|
|
7432
|
-
"name": "id",
|
|
7433
|
-
"required": true
|
|
7434
|
-
}
|
|
7435
|
-
},
|
|
7436
|
-
"description": "Update a custom field",
|
|
7437
|
-
"flags": {
|
|
7438
|
-
"api-key": {
|
|
7439
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
7440
|
-
"env": "IKM_API_KEY",
|
|
7441
|
-
"helpGroup": "GLOBAL",
|
|
7442
|
-
"name": "api-key",
|
|
7443
|
-
"hasDynamicHelp": false,
|
|
7444
|
-
"multiple": false,
|
|
7445
|
-
"type": "option"
|
|
7446
|
-
},
|
|
7447
|
-
"format": {
|
|
7448
|
-
"description": "Output format: text, json, yaml, or table",
|
|
7449
|
-
"helpGroup": "GLOBAL",
|
|
7450
|
-
"name": "format",
|
|
7451
|
-
"default": "text",
|
|
7452
|
-
"hasDynamicHelp": false,
|
|
7453
|
-
"multiple": false,
|
|
7454
|
-
"options": [
|
|
7455
|
-
"text",
|
|
7456
|
-
"json",
|
|
7457
|
-
"yaml",
|
|
7458
|
-
"table"
|
|
7459
|
-
],
|
|
7460
|
-
"type": "option"
|
|
7461
|
-
},
|
|
7462
|
-
"json": {
|
|
7463
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
7464
|
-
"helpGroup": "GLOBAL",
|
|
7465
|
-
"name": "json",
|
|
7466
|
-
"allowNo": false,
|
|
7467
|
-
"type": "boolean"
|
|
7468
|
-
},
|
|
7469
|
-
"quiet": {
|
|
7470
|
-
"description": "Suppress all output except errors",
|
|
7471
|
-
"helpGroup": "GLOBAL",
|
|
7472
|
-
"name": "quiet",
|
|
7473
|
-
"allowNo": false,
|
|
7474
|
-
"type": "boolean"
|
|
7475
|
-
},
|
|
7476
|
-
"no-color": {
|
|
7477
|
-
"description": "Disable color output",
|
|
7478
|
-
"helpGroup": "GLOBAL",
|
|
7479
|
-
"name": "no-color",
|
|
7480
|
-
"allowNo": false,
|
|
7481
|
-
"type": "boolean"
|
|
7482
|
-
},
|
|
7483
|
-
"profile": {
|
|
7484
|
-
"description": "Named configuration profile to use",
|
|
7485
|
-
"helpGroup": "GLOBAL",
|
|
7486
|
-
"name": "profile",
|
|
7487
|
-
"default": "default",
|
|
7488
|
-
"hasDynamicHelp": false,
|
|
7489
|
-
"multiple": false,
|
|
7490
|
-
"type": "option"
|
|
7491
|
-
},
|
|
7492
|
-
"api-url": {
|
|
7493
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
7494
|
-
"helpGroup": "GLOBAL",
|
|
7495
|
-
"name": "api-url",
|
|
7496
|
-
"hasDynamicHelp": false,
|
|
7497
|
-
"multiple": false,
|
|
7498
|
-
"type": "option"
|
|
7499
|
-
},
|
|
7500
|
-
"name": {
|
|
7501
|
-
"description": "Field name",
|
|
7502
|
-
"name": "name",
|
|
7510
|
+
"message": {
|
|
7511
|
+
"description": "Message content",
|
|
7512
|
+
"name": "message",
|
|
7503
7513
|
"hasDynamicHelp": false,
|
|
7504
7514
|
"multiple": false,
|
|
7505
7515
|
"type": "option"
|
|
7506
7516
|
},
|
|
7507
|
-
"
|
|
7508
|
-
"description": "
|
|
7509
|
-
"name": "
|
|
7517
|
+
"scheduled-at": {
|
|
7518
|
+
"description": "Unix timestamp for scheduled send",
|
|
7519
|
+
"name": "scheduled-at",
|
|
7510
7520
|
"hasDynamicHelp": false,
|
|
7511
7521
|
"multiple": false,
|
|
7512
|
-
"options": [
|
|
7513
|
-
"text",
|
|
7514
|
-
"number",
|
|
7515
|
-
"date",
|
|
7516
|
-
"dropdown",
|
|
7517
|
-
"checkbox",
|
|
7518
|
-
"url",
|
|
7519
|
-
"email",
|
|
7520
|
-
"phone"
|
|
7521
|
-
],
|
|
7522
7522
|
"type": "option"
|
|
7523
7523
|
},
|
|
7524
|
-
"
|
|
7525
|
-
"description": "
|
|
7526
|
-
"name": "
|
|
7524
|
+
"hidden": {
|
|
7525
|
+
"description": "Hide message",
|
|
7526
|
+
"name": "hidden",
|
|
7527
7527
|
"allowNo": true,
|
|
7528
7528
|
"type": "boolean"
|
|
7529
7529
|
},
|
|
7530
|
-
"
|
|
7531
|
-
"description": "
|
|
7532
|
-
"name": "
|
|
7530
|
+
"locked": {
|
|
7531
|
+
"description": "Lock message",
|
|
7532
|
+
"name": "locked",
|
|
7533
7533
|
"allowNo": true,
|
|
7534
7534
|
"type": "boolean"
|
|
7535
7535
|
},
|
|
7536
|
-
"
|
|
7537
|
-
"description": "
|
|
7538
|
-
"name": "
|
|
7536
|
+
"buttons": {
|
|
7537
|
+
"description": "Buttons JSON array",
|
|
7538
|
+
"name": "buttons",
|
|
7539
7539
|
"hasDynamicHelp": false,
|
|
7540
7540
|
"multiple": false,
|
|
7541
7541
|
"type": "option"
|
|
7542
7542
|
},
|
|
7543
|
-
"
|
|
7544
|
-
"description": "
|
|
7545
|
-
"name": "
|
|
7543
|
+
"header-footer": {
|
|
7544
|
+
"description": "Header/footer JSON object",
|
|
7545
|
+
"name": "header-footer",
|
|
7546
7546
|
"hasDynamicHelp": false,
|
|
7547
7547
|
"multiple": false,
|
|
7548
7548
|
"type": "option"
|
|
@@ -7557,7 +7557,7 @@
|
|
|
7557
7557
|
},
|
|
7558
7558
|
"hasDynamicHelp": false,
|
|
7559
7559
|
"hiddenAliases": [],
|
|
7560
|
-
"id": "
|
|
7560
|
+
"id": "messages:update",
|
|
7561
7561
|
"pluginAlias": "@instantkom/cli",
|
|
7562
7562
|
"pluginName": "@instantkom/cli",
|
|
7563
7563
|
"pluginType": "core",
|
|
@@ -7567,7 +7567,7 @@
|
|
|
7567
7567
|
"relativePath": [
|
|
7568
7568
|
"dist",
|
|
7569
7569
|
"commands",
|
|
7570
|
-
"
|
|
7570
|
+
"messages",
|
|
7571
7571
|
"update.js"
|
|
7572
7572
|
]
|
|
7573
7573
|
},
|
|
@@ -8150,10 +8150,10 @@
|
|
|
8150
8150
|
"update.js"
|
|
8151
8151
|
]
|
|
8152
8152
|
},
|
|
8153
|
-
"
|
|
8153
|
+
"tags:create": {
|
|
8154
8154
|
"aliases": [],
|
|
8155
8155
|
"args": {},
|
|
8156
|
-
"description": "Create a
|
|
8156
|
+
"description": "Create a tag",
|
|
8157
8157
|
"flags": {
|
|
8158
8158
|
"api-key": {
|
|
8159
8159
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8217,78 +8217,31 @@
|
|
|
8217
8217
|
"multiple": false,
|
|
8218
8218
|
"type": "option"
|
|
8219
8219
|
},
|
|
8220
|
-
"channel": {
|
|
8221
|
-
"description": "Channel ID",
|
|
8222
|
-
"name": "channel",
|
|
8223
|
-
"required": true,
|
|
8224
|
-
"hasDynamicHelp": false,
|
|
8225
|
-
"multiple": false,
|
|
8226
|
-
"type": "option"
|
|
8227
|
-
},
|
|
8228
8220
|
"name": {
|
|
8229
|
-
"description": "
|
|
8221
|
+
"description": "Tag name",
|
|
8230
8222
|
"name": "name",
|
|
8231
8223
|
"required": true,
|
|
8232
8224
|
"hasDynamicHelp": false,
|
|
8233
8225
|
"multiple": false,
|
|
8234
8226
|
"type": "option"
|
|
8235
8227
|
},
|
|
8236
|
-
"
|
|
8237
|
-
"description": "
|
|
8238
|
-
"name": "
|
|
8239
|
-
"default": "text",
|
|
8240
|
-
"hasDynamicHelp": false,
|
|
8241
|
-
"multiple": false,
|
|
8242
|
-
"options": [
|
|
8243
|
-
"text",
|
|
8244
|
-
"image",
|
|
8245
|
-
"video",
|
|
8246
|
-
"document",
|
|
8247
|
-
"audio",
|
|
8248
|
-
"location",
|
|
8249
|
-
"contact",
|
|
8250
|
-
"interactive"
|
|
8251
|
-
],
|
|
8252
|
-
"type": "option"
|
|
8253
|
-
},
|
|
8254
|
-
"message": {
|
|
8255
|
-
"description": "Template message",
|
|
8256
|
-
"name": "message",
|
|
8257
|
-
"required": true,
|
|
8228
|
+
"description": {
|
|
8229
|
+
"description": "Tag description",
|
|
8230
|
+
"name": "description",
|
|
8258
8231
|
"hasDynamicHelp": false,
|
|
8259
8232
|
"multiple": false,
|
|
8260
8233
|
"type": "option"
|
|
8261
8234
|
},
|
|
8262
8235
|
"color": {
|
|
8263
|
-
"description": "
|
|
8236
|
+
"description": "Tag color as HEX",
|
|
8264
8237
|
"name": "color",
|
|
8265
8238
|
"hasDynamicHelp": false,
|
|
8266
8239
|
"multiple": false,
|
|
8267
8240
|
"type": "option"
|
|
8268
8241
|
},
|
|
8269
|
-
"
|
|
8270
|
-
"description": "
|
|
8271
|
-
"name": "
|
|
8272
|
-
"allowNo": true,
|
|
8273
|
-
"type": "boolean"
|
|
8274
|
-
},
|
|
8275
|
-
"whatsapp-language": {
|
|
8276
|
-
"description": "WhatsApp template language",
|
|
8277
|
-
"name": "whatsapp-language",
|
|
8278
|
-
"hasDynamicHelp": false,
|
|
8279
|
-
"multiple": false,
|
|
8280
|
-
"type": "option"
|
|
8281
|
-
},
|
|
8282
|
-
"buttons": {
|
|
8283
|
-
"description": "Buttons JSON array/object",
|
|
8284
|
-
"name": "buttons",
|
|
8285
|
-
"hasDynamicHelp": false,
|
|
8286
|
-
"multiple": false,
|
|
8287
|
-
"type": "option"
|
|
8288
|
-
},
|
|
8289
|
-
"header-footer": {
|
|
8290
|
-
"description": "Header/footer JSON object",
|
|
8291
|
-
"name": "header-footer",
|
|
8242
|
+
"folder": {
|
|
8243
|
+
"description": "Object folder ID",
|
|
8244
|
+
"name": "folder",
|
|
8292
8245
|
"hasDynamicHelp": false,
|
|
8293
8246
|
"multiple": false,
|
|
8294
8247
|
"type": "option"
|
|
@@ -8303,7 +8256,7 @@
|
|
|
8303
8256
|
},
|
|
8304
8257
|
"hasDynamicHelp": false,
|
|
8305
8258
|
"hiddenAliases": [],
|
|
8306
|
-
"id": "
|
|
8259
|
+
"id": "tags:create",
|
|
8307
8260
|
"pluginAlias": "@instantkom/cli",
|
|
8308
8261
|
"pluginName": "@instantkom/cli",
|
|
8309
8262
|
"pluginType": "core",
|
|
@@ -8313,20 +8266,20 @@
|
|
|
8313
8266
|
"relativePath": [
|
|
8314
8267
|
"dist",
|
|
8315
8268
|
"commands",
|
|
8316
|
-
"
|
|
8269
|
+
"tags",
|
|
8317
8270
|
"create.js"
|
|
8318
8271
|
]
|
|
8319
8272
|
},
|
|
8320
|
-
"
|
|
8273
|
+
"tags:delete": {
|
|
8321
8274
|
"aliases": [],
|
|
8322
8275
|
"args": {
|
|
8323
8276
|
"id": {
|
|
8324
|
-
"description": "
|
|
8277
|
+
"description": "tag ID",
|
|
8325
8278
|
"name": "id",
|
|
8326
8279
|
"required": true
|
|
8327
8280
|
}
|
|
8328
8281
|
},
|
|
8329
|
-
"description": "Delete
|
|
8282
|
+
"description": "Delete tag",
|
|
8330
8283
|
"flags": {
|
|
8331
8284
|
"api-key": {
|
|
8332
8285
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8393,7 +8346,7 @@
|
|
|
8393
8346
|
},
|
|
8394
8347
|
"hasDynamicHelp": false,
|
|
8395
8348
|
"hiddenAliases": [],
|
|
8396
|
-
"id": "
|
|
8349
|
+
"id": "tags:delete",
|
|
8397
8350
|
"pluginAlias": "@instantkom/cli",
|
|
8398
8351
|
"pluginName": "@instantkom/cli",
|
|
8399
8352
|
"pluginType": "core",
|
|
@@ -8403,14 +8356,14 @@
|
|
|
8403
8356
|
"relativePath": [
|
|
8404
8357
|
"dist",
|
|
8405
8358
|
"commands",
|
|
8406
|
-
"
|
|
8359
|
+
"tags",
|
|
8407
8360
|
"delete.js"
|
|
8408
8361
|
]
|
|
8409
8362
|
},
|
|
8410
|
-
"
|
|
8363
|
+
"tags:export": {
|
|
8411
8364
|
"aliases": [],
|
|
8412
8365
|
"args": {},
|
|
8413
|
-
"description": "Export
|
|
8366
|
+
"description": "Export tags to a file",
|
|
8414
8367
|
"flags": {
|
|
8415
8368
|
"api-key": {
|
|
8416
8369
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8424,7 +8377,7 @@
|
|
|
8424
8377
|
"format": {
|
|
8425
8378
|
"description": "Export format",
|
|
8426
8379
|
"name": "format",
|
|
8427
|
-
"default": "
|
|
8380
|
+
"default": "csv",
|
|
8428
8381
|
"hasDynamicHelp": false,
|
|
8429
8382
|
"multiple": false,
|
|
8430
8383
|
"options": [
|
|
@@ -8478,18 +8431,11 @@
|
|
|
8478
8431
|
"hasDynamicHelp": false,
|
|
8479
8432
|
"multiple": false,
|
|
8480
8433
|
"type": "option"
|
|
8481
|
-
},
|
|
8482
|
-
"channel": {
|
|
8483
|
-
"description": "Filter by channel ID",
|
|
8484
|
-
"name": "channel",
|
|
8485
|
-
"hasDynamicHelp": false,
|
|
8486
|
-
"multiple": false,
|
|
8487
|
-
"type": "option"
|
|
8488
8434
|
}
|
|
8489
8435
|
},
|
|
8490
8436
|
"hasDynamicHelp": false,
|
|
8491
8437
|
"hiddenAliases": [],
|
|
8492
|
-
"id": "
|
|
8438
|
+
"id": "tags:export",
|
|
8493
8439
|
"pluginAlias": "@instantkom/cli",
|
|
8494
8440
|
"pluginName": "@instantkom/cli",
|
|
8495
8441
|
"pluginType": "core",
|
|
@@ -8499,20 +8445,20 @@
|
|
|
8499
8445
|
"relativePath": [
|
|
8500
8446
|
"dist",
|
|
8501
8447
|
"commands",
|
|
8502
|
-
"
|
|
8448
|
+
"tags",
|
|
8503
8449
|
"export.js"
|
|
8504
8450
|
]
|
|
8505
8451
|
},
|
|
8506
|
-
"
|
|
8452
|
+
"tags:get": {
|
|
8507
8453
|
"aliases": [],
|
|
8508
8454
|
"args": {
|
|
8509
8455
|
"id": {
|
|
8510
|
-
"description": "
|
|
8456
|
+
"description": "tag ID",
|
|
8511
8457
|
"name": "id",
|
|
8512
8458
|
"required": true
|
|
8513
8459
|
}
|
|
8514
8460
|
},
|
|
8515
|
-
"description": "Get
|
|
8461
|
+
"description": "Get tag by ID",
|
|
8516
8462
|
"flags": {
|
|
8517
8463
|
"api-key": {
|
|
8518
8464
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8579,7 +8525,7 @@
|
|
|
8579
8525
|
},
|
|
8580
8526
|
"hasDynamicHelp": false,
|
|
8581
8527
|
"hiddenAliases": [],
|
|
8582
|
-
"id": "
|
|
8528
|
+
"id": "tags:get",
|
|
8583
8529
|
"pluginAlias": "@instantkom/cli",
|
|
8584
8530
|
"pluginName": "@instantkom/cli",
|
|
8585
8531
|
"pluginType": "core",
|
|
@@ -8589,14 +8535,14 @@
|
|
|
8589
8535
|
"relativePath": [
|
|
8590
8536
|
"dist",
|
|
8591
8537
|
"commands",
|
|
8592
|
-
"
|
|
8538
|
+
"tags",
|
|
8593
8539
|
"get.js"
|
|
8594
8540
|
]
|
|
8595
8541
|
},
|
|
8596
|
-
"
|
|
8542
|
+
"tags:import": {
|
|
8597
8543
|
"aliases": [],
|
|
8598
8544
|
"args": {},
|
|
8599
|
-
"description": "Import
|
|
8545
|
+
"description": "Import tags from JSON",
|
|
8600
8546
|
"flags": {
|
|
8601
8547
|
"api-key": {
|
|
8602
8548
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8668,16 +8614,8 @@
|
|
|
8668
8614
|
"multiple": false,
|
|
8669
8615
|
"type": "option"
|
|
8670
8616
|
},
|
|
8671
|
-
"channel": {
|
|
8672
|
-
"description": "Target channel ID",
|
|
8673
|
-
"name": "channel",
|
|
8674
|
-
"required": true,
|
|
8675
|
-
"hasDynamicHelp": false,
|
|
8676
|
-
"multiple": false,
|
|
8677
|
-
"type": "option"
|
|
8678
|
-
},
|
|
8679
8617
|
"skip-duplicates": {
|
|
8680
|
-
"description": "Skip duplicate
|
|
8618
|
+
"description": "Skip duplicate tags",
|
|
8681
8619
|
"name": "skip-duplicates",
|
|
8682
8620
|
"allowNo": true,
|
|
8683
8621
|
"type": "boolean"
|
|
@@ -8685,7 +8623,7 @@
|
|
|
8685
8623
|
},
|
|
8686
8624
|
"hasDynamicHelp": false,
|
|
8687
8625
|
"hiddenAliases": [],
|
|
8688
|
-
"id": "
|
|
8626
|
+
"id": "tags:import",
|
|
8689
8627
|
"pluginAlias": "@instantkom/cli",
|
|
8690
8628
|
"pluginName": "@instantkom/cli",
|
|
8691
8629
|
"pluginType": "core",
|
|
@@ -8695,14 +8633,14 @@
|
|
|
8695
8633
|
"relativePath": [
|
|
8696
8634
|
"dist",
|
|
8697
8635
|
"commands",
|
|
8698
|
-
"
|
|
8636
|
+
"tags",
|
|
8699
8637
|
"import.js"
|
|
8700
8638
|
]
|
|
8701
8639
|
},
|
|
8702
|
-
"
|
|
8640
|
+
"tags:list": {
|
|
8703
8641
|
"aliases": [],
|
|
8704
8642
|
"args": {},
|
|
8705
|
-
"description": "List
|
|
8643
|
+
"description": "List tags",
|
|
8706
8644
|
"flags": {
|
|
8707
8645
|
"api-key": {
|
|
8708
8646
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8766,20 +8704,6 @@
|
|
|
8766
8704
|
"multiple": false,
|
|
8767
8705
|
"type": "option"
|
|
8768
8706
|
},
|
|
8769
|
-
"channel": {
|
|
8770
|
-
"description": "Filter by channel ID",
|
|
8771
|
-
"name": "channel",
|
|
8772
|
-
"hasDynamicHelp": false,
|
|
8773
|
-
"multiple": false,
|
|
8774
|
-
"type": "option"
|
|
8775
|
-
},
|
|
8776
|
-
"search": {
|
|
8777
|
-
"description": "Search templates by name or content",
|
|
8778
|
-
"name": "search",
|
|
8779
|
-
"hasDynamicHelp": false,
|
|
8780
|
-
"multiple": false,
|
|
8781
|
-
"type": "option"
|
|
8782
|
-
},
|
|
8783
8707
|
"page": {
|
|
8784
8708
|
"description": "Page number",
|
|
8785
8709
|
"name": "page",
|
|
@@ -8795,108 +8719,25 @@
|
|
|
8795
8719
|
"hasDynamicHelp": false,
|
|
8796
8720
|
"multiple": false,
|
|
8797
8721
|
"type": "option"
|
|
8798
|
-
}
|
|
8799
|
-
},
|
|
8800
|
-
"hasDynamicHelp": false,
|
|
8801
|
-
"hiddenAliases": [],
|
|
8802
|
-
"id": "templates:list",
|
|
8803
|
-
"pluginAlias": "@instantkom/cli",
|
|
8804
|
-
"pluginName": "@instantkom/cli",
|
|
8805
|
-
"pluginType": "core",
|
|
8806
|
-
"strict": true,
|
|
8807
|
-
"enableJsonFlag": false,
|
|
8808
|
-
"isESM": true,
|
|
8809
|
-
"relativePath": [
|
|
8810
|
-
"dist",
|
|
8811
|
-
"commands",
|
|
8812
|
-
"templates",
|
|
8813
|
-
"list.js"
|
|
8814
|
-
]
|
|
8815
|
-
},
|
|
8816
|
-
"templates:render": {
|
|
8817
|
-
"aliases": [],
|
|
8818
|
-
"args": {
|
|
8819
|
-
"id": {
|
|
8820
|
-
"description": "Template ID",
|
|
8821
|
-
"name": "id",
|
|
8822
|
-
"required": true
|
|
8823
|
-
}
|
|
8824
|
-
},
|
|
8825
|
-
"description": "Render a message template locally",
|
|
8826
|
-
"flags": {
|
|
8827
|
-
"api-key": {
|
|
8828
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
8829
|
-
"env": "IKM_API_KEY",
|
|
8830
|
-
"helpGroup": "GLOBAL",
|
|
8831
|
-
"name": "api-key",
|
|
8832
|
-
"hasDynamicHelp": false,
|
|
8833
|
-
"multiple": false,
|
|
8834
|
-
"type": "option"
|
|
8835
|
-
},
|
|
8836
|
-
"format": {
|
|
8837
|
-
"description": "Output format: text, json, yaml, or table",
|
|
8838
|
-
"helpGroup": "GLOBAL",
|
|
8839
|
-
"name": "format",
|
|
8840
|
-
"default": "text",
|
|
8841
|
-
"hasDynamicHelp": false,
|
|
8842
|
-
"multiple": false,
|
|
8843
|
-
"options": [
|
|
8844
|
-
"text",
|
|
8845
|
-
"json",
|
|
8846
|
-
"yaml",
|
|
8847
|
-
"table"
|
|
8848
|
-
],
|
|
8849
|
-
"type": "option"
|
|
8850
|
-
},
|
|
8851
|
-
"json": {
|
|
8852
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
8853
|
-
"helpGroup": "GLOBAL",
|
|
8854
|
-
"name": "json",
|
|
8855
|
-
"allowNo": false,
|
|
8856
|
-
"type": "boolean"
|
|
8857
|
-
},
|
|
8858
|
-
"quiet": {
|
|
8859
|
-
"description": "Suppress all output except errors",
|
|
8860
|
-
"helpGroup": "GLOBAL",
|
|
8861
|
-
"name": "quiet",
|
|
8862
|
-
"allowNo": false,
|
|
8863
|
-
"type": "boolean"
|
|
8864
|
-
},
|
|
8865
|
-
"no-color": {
|
|
8866
|
-
"description": "Disable color output",
|
|
8867
|
-
"helpGroup": "GLOBAL",
|
|
8868
|
-
"name": "no-color",
|
|
8869
|
-
"allowNo": false,
|
|
8870
|
-
"type": "boolean"
|
|
8871
8722
|
},
|
|
8872
|
-
"
|
|
8873
|
-
"description": "
|
|
8874
|
-
"
|
|
8875
|
-
"name": "profile",
|
|
8876
|
-
"default": "default",
|
|
8723
|
+
"search": {
|
|
8724
|
+
"description": "Search by name",
|
|
8725
|
+
"name": "search",
|
|
8877
8726
|
"hasDynamicHelp": false,
|
|
8878
8727
|
"multiple": false,
|
|
8879
8728
|
"type": "option"
|
|
8880
8729
|
},
|
|
8881
|
-
"
|
|
8882
|
-
"description": "
|
|
8883
|
-
"
|
|
8884
|
-
"name": "api-url",
|
|
8730
|
+
"color": {
|
|
8731
|
+
"description": "Filter by color",
|
|
8732
|
+
"name": "color",
|
|
8885
8733
|
"hasDynamicHelp": false,
|
|
8886
8734
|
"multiple": false,
|
|
8887
8735
|
"type": "option"
|
|
8888
|
-
},
|
|
8889
|
-
"vars": {
|
|
8890
|
-
"description": "Template variable as key=value; may be repeated",
|
|
8891
|
-
"name": "vars",
|
|
8892
|
-
"hasDynamicHelp": false,
|
|
8893
|
-
"multiple": true,
|
|
8894
|
-
"type": "option"
|
|
8895
8736
|
}
|
|
8896
8737
|
},
|
|
8897
8738
|
"hasDynamicHelp": false,
|
|
8898
8739
|
"hiddenAliases": [],
|
|
8899
|
-
"id": "
|
|
8740
|
+
"id": "tags:list",
|
|
8900
8741
|
"pluginAlias": "@instantkom/cli",
|
|
8901
8742
|
"pluginName": "@instantkom/cli",
|
|
8902
8743
|
"pluginType": "core",
|
|
@@ -8906,20 +8747,20 @@
|
|
|
8906
8747
|
"relativePath": [
|
|
8907
8748
|
"dist",
|
|
8908
8749
|
"commands",
|
|
8909
|
-
"
|
|
8910
|
-
"
|
|
8750
|
+
"tags",
|
|
8751
|
+
"list.js"
|
|
8911
8752
|
]
|
|
8912
8753
|
},
|
|
8913
|
-
"
|
|
8754
|
+
"tags:update": {
|
|
8914
8755
|
"aliases": [],
|
|
8915
8756
|
"args": {
|
|
8916
8757
|
"id": {
|
|
8917
|
-
"description": "
|
|
8758
|
+
"description": "Tag ID",
|
|
8918
8759
|
"name": "id",
|
|
8919
8760
|
"required": true
|
|
8920
8761
|
}
|
|
8921
8762
|
},
|
|
8922
|
-
"description": "Update a
|
|
8763
|
+
"description": "Update a tag",
|
|
8923
8764
|
"flags": {
|
|
8924
8765
|
"api-key": {
|
|
8925
8766
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8984,72 +8825,29 @@
|
|
|
8984
8825
|
"type": "option"
|
|
8985
8826
|
},
|
|
8986
8827
|
"name": {
|
|
8987
|
-
"description": "
|
|
8828
|
+
"description": "Tag name",
|
|
8988
8829
|
"name": "name",
|
|
8989
8830
|
"hasDynamicHelp": false,
|
|
8990
8831
|
"multiple": false,
|
|
8991
8832
|
"type": "option"
|
|
8992
8833
|
},
|
|
8993
|
-
"
|
|
8994
|
-
"description": "
|
|
8995
|
-
"name": "
|
|
8996
|
-
"hasDynamicHelp": false,
|
|
8997
|
-
"multiple": false,
|
|
8998
|
-
"options": [
|
|
8999
|
-
"text",
|
|
9000
|
-
"image",
|
|
9001
|
-
"video",
|
|
9002
|
-
"document",
|
|
9003
|
-
"audio",
|
|
9004
|
-
"location",
|
|
9005
|
-
"contact",
|
|
9006
|
-
"interactive"
|
|
9007
|
-
],
|
|
9008
|
-
"type": "option"
|
|
9009
|
-
},
|
|
9010
|
-
"message": {
|
|
9011
|
-
"description": "Template message",
|
|
9012
|
-
"name": "message",
|
|
8834
|
+
"description": {
|
|
8835
|
+
"description": "Tag description",
|
|
8836
|
+
"name": "description",
|
|
9013
8837
|
"hasDynamicHelp": false,
|
|
9014
8838
|
"multiple": false,
|
|
9015
8839
|
"type": "option"
|
|
9016
8840
|
},
|
|
9017
8841
|
"color": {
|
|
9018
|
-
"description": "
|
|
8842
|
+
"description": "Tag color as HEX",
|
|
9019
8843
|
"name": "color",
|
|
9020
8844
|
"hasDynamicHelp": false,
|
|
9021
8845
|
"multiple": false,
|
|
9022
8846
|
"type": "option"
|
|
9023
8847
|
},
|
|
9024
|
-
"
|
|
9025
|
-
"description": "
|
|
9026
|
-
"name": "
|
|
9027
|
-
"allowNo": true,
|
|
9028
|
-
"type": "boolean"
|
|
9029
|
-
},
|
|
9030
|
-
"remove-media": {
|
|
9031
|
-
"description": "Remove existing media",
|
|
9032
|
-
"name": "remove-media",
|
|
9033
|
-
"allowNo": false,
|
|
9034
|
-
"type": "boolean"
|
|
9035
|
-
},
|
|
9036
|
-
"whatsapp-language": {
|
|
9037
|
-
"description": "WhatsApp template language",
|
|
9038
|
-
"name": "whatsapp-language",
|
|
9039
|
-
"hasDynamicHelp": false,
|
|
9040
|
-
"multiple": false,
|
|
9041
|
-
"type": "option"
|
|
9042
|
-
},
|
|
9043
|
-
"buttons": {
|
|
9044
|
-
"description": "Buttons JSON array/object",
|
|
9045
|
-
"name": "buttons",
|
|
9046
|
-
"hasDynamicHelp": false,
|
|
9047
|
-
"multiple": false,
|
|
9048
|
-
"type": "option"
|
|
9049
|
-
},
|
|
9050
|
-
"header-footer": {
|
|
9051
|
-
"description": "Header/footer JSON object",
|
|
9052
|
-
"name": "header-footer",
|
|
8848
|
+
"folder": {
|
|
8849
|
+
"description": "Object folder ID",
|
|
8850
|
+
"name": "folder",
|
|
9053
8851
|
"hasDynamicHelp": false,
|
|
9054
8852
|
"multiple": false,
|
|
9055
8853
|
"type": "option"
|
|
@@ -9064,7 +8862,7 @@
|
|
|
9064
8862
|
},
|
|
9065
8863
|
"hasDynamicHelp": false,
|
|
9066
8864
|
"hiddenAliases": [],
|
|
9067
|
-
"id": "
|
|
8865
|
+
"id": "tags:update",
|
|
9068
8866
|
"pluginAlias": "@instantkom/cli",
|
|
9069
8867
|
"pluginName": "@instantkom/cli",
|
|
9070
8868
|
"pluginType": "core",
|
|
@@ -9074,14 +8872,14 @@
|
|
|
9074
8872
|
"relativePath": [
|
|
9075
8873
|
"dist",
|
|
9076
8874
|
"commands",
|
|
9077
|
-
"
|
|
8875
|
+
"tags",
|
|
9078
8876
|
"update.js"
|
|
9079
8877
|
]
|
|
9080
8878
|
},
|
|
9081
|
-
"
|
|
8879
|
+
"tags:validate-import": {
|
|
9082
8880
|
"aliases": [],
|
|
9083
8881
|
"args": {},
|
|
9084
|
-
"description": "Validate
|
|
8882
|
+
"description": "Validate tags import JSON",
|
|
9085
8883
|
"flags": {
|
|
9086
8884
|
"api-key": {
|
|
9087
8885
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9152,19 +8950,11 @@
|
|
|
9152
8950
|
"hasDynamicHelp": false,
|
|
9153
8951
|
"multiple": false,
|
|
9154
8952
|
"type": "option"
|
|
9155
|
-
},
|
|
9156
|
-
"channel": {
|
|
9157
|
-
"description": "Target channel ID",
|
|
9158
|
-
"name": "channel",
|
|
9159
|
-
"required": true,
|
|
9160
|
-
"hasDynamicHelp": false,
|
|
9161
|
-
"multiple": false,
|
|
9162
|
-
"type": "option"
|
|
9163
8953
|
}
|
|
9164
8954
|
},
|
|
9165
8955
|
"hasDynamicHelp": false,
|
|
9166
8956
|
"hiddenAliases": [],
|
|
9167
|
-
"id": "
|
|
8957
|
+
"id": "tags:validate-import",
|
|
9168
8958
|
"pluginAlias": "@instantkom/cli",
|
|
9169
8959
|
"pluginName": "@instantkom/cli",
|
|
9170
8960
|
"pluginType": "core",
|
|
@@ -9174,14 +8964,14 @@
|
|
|
9174
8964
|
"relativePath": [
|
|
9175
8965
|
"dist",
|
|
9176
8966
|
"commands",
|
|
9177
|
-
"
|
|
8967
|
+
"tags",
|
|
9178
8968
|
"validate-import.js"
|
|
9179
8969
|
]
|
|
9180
8970
|
},
|
|
9181
|
-
"
|
|
8971
|
+
"team:create": {
|
|
9182
8972
|
"aliases": [],
|
|
9183
8973
|
"args": {},
|
|
9184
|
-
"description": "Create a
|
|
8974
|
+
"description": "Create a team member",
|
|
9185
8975
|
"flags": {
|
|
9186
8976
|
"api-key": {
|
|
9187
8977
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9245,53 +9035,62 @@
|
|
|
9245
9035
|
"multiple": false,
|
|
9246
9036
|
"type": "option"
|
|
9247
9037
|
},
|
|
9248
|
-
"
|
|
9249
|
-
"description": "
|
|
9250
|
-
"name": "
|
|
9038
|
+
"email": {
|
|
9039
|
+
"description": "Email address",
|
|
9040
|
+
"name": "email",
|
|
9251
9041
|
"required": true,
|
|
9252
9042
|
"hasDynamicHelp": false,
|
|
9253
9043
|
"multiple": false,
|
|
9254
9044
|
"type": "option"
|
|
9255
9045
|
},
|
|
9256
|
-
"
|
|
9257
|
-
"description": "
|
|
9258
|
-
"name": "
|
|
9046
|
+
"first-name": {
|
|
9047
|
+
"description": "First name",
|
|
9048
|
+
"name": "first-name",
|
|
9259
9049
|
"required": true,
|
|
9260
9050
|
"hasDynamicHelp": false,
|
|
9261
9051
|
"multiple": false,
|
|
9262
9052
|
"type": "option"
|
|
9263
9053
|
},
|
|
9264
|
-
"
|
|
9265
|
-
"description": "
|
|
9266
|
-
"name": "
|
|
9054
|
+
"last-name": {
|
|
9055
|
+
"description": "Last name",
|
|
9056
|
+
"name": "last-name",
|
|
9057
|
+
"required": true,
|
|
9267
9058
|
"hasDynamicHelp": false,
|
|
9268
9059
|
"multiple": false,
|
|
9269
9060
|
"type": "option"
|
|
9270
9061
|
},
|
|
9271
|
-
"
|
|
9272
|
-
"description": "
|
|
9273
|
-
"name": "
|
|
9062
|
+
"password": {
|
|
9063
|
+
"description": "Initial password",
|
|
9064
|
+
"name": "password",
|
|
9065
|
+
"required": true,
|
|
9274
9066
|
"hasDynamicHelp": false,
|
|
9275
9067
|
"multiple": false,
|
|
9276
9068
|
"type": "option"
|
|
9277
9069
|
},
|
|
9278
|
-
"
|
|
9279
|
-
"description": "
|
|
9280
|
-
"name": "
|
|
9070
|
+
"phone": {
|
|
9071
|
+
"description": "Phone number",
|
|
9072
|
+
"name": "phone",
|
|
9281
9073
|
"hasDynamicHelp": false,
|
|
9282
9074
|
"multiple": false,
|
|
9283
9075
|
"type": "option"
|
|
9284
9076
|
},
|
|
9285
|
-
"
|
|
9286
|
-
"description": "
|
|
9287
|
-
"name": "
|
|
9077
|
+
"company": {
|
|
9078
|
+
"description": "Company name",
|
|
9079
|
+
"name": "company",
|
|
9288
9080
|
"hasDynamicHelp": false,
|
|
9289
9081
|
"multiple": false,
|
|
9290
9082
|
"type": "option"
|
|
9291
9083
|
},
|
|
9292
|
-
"
|
|
9293
|
-
"description": "
|
|
9294
|
-
"name": "
|
|
9084
|
+
"color": {
|
|
9085
|
+
"description": "Color as HEX",
|
|
9086
|
+
"name": "color",
|
|
9087
|
+
"hasDynamicHelp": false,
|
|
9088
|
+
"multiple": false,
|
|
9089
|
+
"type": "option"
|
|
9090
|
+
},
|
|
9091
|
+
"folder": {
|
|
9092
|
+
"description": "Object folder ID",
|
|
9093
|
+
"name": "folder",
|
|
9295
9094
|
"hasDynamicHelp": false,
|
|
9296
9095
|
"multiple": false,
|
|
9297
9096
|
"type": "option"
|
|
@@ -9306,7 +9105,7 @@
|
|
|
9306
9105
|
},
|
|
9307
9106
|
"hasDynamicHelp": false,
|
|
9308
9107
|
"hiddenAliases": [],
|
|
9309
|
-
"id": "
|
|
9108
|
+
"id": "team:create",
|
|
9310
9109
|
"pluginAlias": "@instantkom/cli",
|
|
9311
9110
|
"pluginName": "@instantkom/cli",
|
|
9312
9111
|
"pluginType": "core",
|
|
@@ -9316,20 +9115,20 @@
|
|
|
9316
9115
|
"relativePath": [
|
|
9317
9116
|
"dist",
|
|
9318
9117
|
"commands",
|
|
9319
|
-
"
|
|
9118
|
+
"team",
|
|
9320
9119
|
"create.js"
|
|
9321
9120
|
]
|
|
9322
9121
|
},
|
|
9323
|
-
"
|
|
9122
|
+
"team:delete": {
|
|
9324
9123
|
"aliases": [],
|
|
9325
9124
|
"args": {
|
|
9326
9125
|
"id": {
|
|
9327
|
-
"description": "
|
|
9126
|
+
"description": "Team member ID",
|
|
9328
9127
|
"name": "id",
|
|
9329
9128
|
"required": true
|
|
9330
9129
|
}
|
|
9331
9130
|
},
|
|
9332
|
-
"description": "Delete a
|
|
9131
|
+
"description": "Delete a team member",
|
|
9333
9132
|
"flags": {
|
|
9334
9133
|
"api-key": {
|
|
9335
9134
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9392,19 +9191,11 @@
|
|
|
9392
9191
|
"hasDynamicHelp": false,
|
|
9393
9192
|
"multiple": false,
|
|
9394
9193
|
"type": "option"
|
|
9395
|
-
},
|
|
9396
|
-
"channel": {
|
|
9397
|
-
"description": "Channel ID",
|
|
9398
|
-
"name": "channel",
|
|
9399
|
-
"required": true,
|
|
9400
|
-
"hasDynamicHelp": false,
|
|
9401
|
-
"multiple": false,
|
|
9402
|
-
"type": "option"
|
|
9403
9194
|
}
|
|
9404
9195
|
},
|
|
9405
9196
|
"hasDynamicHelp": false,
|
|
9406
9197
|
"hiddenAliases": [],
|
|
9407
|
-
"id": "
|
|
9198
|
+
"id": "team:delete",
|
|
9408
9199
|
"pluginAlias": "@instantkom/cli",
|
|
9409
9200
|
"pluginName": "@instantkom/cli",
|
|
9410
9201
|
"pluginType": "core",
|
|
@@ -9414,20 +9205,14 @@
|
|
|
9414
9205
|
"relativePath": [
|
|
9415
9206
|
"dist",
|
|
9416
9207
|
"commands",
|
|
9417
|
-
"
|
|
9208
|
+
"team",
|
|
9418
9209
|
"delete.js"
|
|
9419
9210
|
]
|
|
9420
9211
|
},
|
|
9421
|
-
"
|
|
9212
|
+
"team:list": {
|
|
9422
9213
|
"aliases": [],
|
|
9423
|
-
"args": {
|
|
9424
|
-
|
|
9425
|
-
"description": "Ticket ID",
|
|
9426
|
-
"name": "id",
|
|
9427
|
-
"required": true
|
|
9428
|
-
}
|
|
9429
|
-
},
|
|
9430
|
-
"description": "Get a ticket by ID",
|
|
9214
|
+
"args": {},
|
|
9215
|
+
"description": "List team members",
|
|
9431
9216
|
"flags": {
|
|
9432
9217
|
"api-key": {
|
|
9433
9218
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9490,19 +9275,11 @@
|
|
|
9490
9275
|
"hasDynamicHelp": false,
|
|
9491
9276
|
"multiple": false,
|
|
9492
9277
|
"type": "option"
|
|
9493
|
-
},
|
|
9494
|
-
"channel": {
|
|
9495
|
-
"description": "Channel ID",
|
|
9496
|
-
"name": "channel",
|
|
9497
|
-
"required": true,
|
|
9498
|
-
"hasDynamicHelp": false,
|
|
9499
|
-
"multiple": false,
|
|
9500
|
-
"type": "option"
|
|
9501
9278
|
}
|
|
9502
9279
|
},
|
|
9503
9280
|
"hasDynamicHelp": false,
|
|
9504
9281
|
"hiddenAliases": [],
|
|
9505
|
-
"id": "
|
|
9282
|
+
"id": "team:list",
|
|
9506
9283
|
"pluginAlias": "@instantkom/cli",
|
|
9507
9284
|
"pluginName": "@instantkom/cli",
|
|
9508
9285
|
"pluginType": "core",
|
|
@@ -9512,14 +9289,14 @@
|
|
|
9512
9289
|
"relativePath": [
|
|
9513
9290
|
"dist",
|
|
9514
9291
|
"commands",
|
|
9515
|
-
"
|
|
9516
|
-
"
|
|
9292
|
+
"team",
|
|
9293
|
+
"list.js"
|
|
9517
9294
|
]
|
|
9518
9295
|
},
|
|
9519
|
-
"
|
|
9296
|
+
"templates:create": {
|
|
9520
9297
|
"aliases": [],
|
|
9521
9298
|
"args": {},
|
|
9522
|
-
"description": "
|
|
9299
|
+
"description": "Create a message template",
|
|
9523
9300
|
"flags": {
|
|
9524
9301
|
"api-key": {
|
|
9525
9302
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9591,18 +9368,77 @@
|
|
|
9591
9368
|
"multiple": false,
|
|
9592
9369
|
"type": "option"
|
|
9593
9370
|
},
|
|
9594
|
-
"
|
|
9595
|
-
"description": "
|
|
9596
|
-
"name": "
|
|
9597
|
-
"
|
|
9371
|
+
"name": {
|
|
9372
|
+
"description": "Template name",
|
|
9373
|
+
"name": "name",
|
|
9374
|
+
"required": true,
|
|
9598
9375
|
"hasDynamicHelp": false,
|
|
9599
9376
|
"multiple": false,
|
|
9600
9377
|
"type": "option"
|
|
9601
9378
|
},
|
|
9602
|
-
"
|
|
9603
|
-
"description": "
|
|
9604
|
-
"name": "
|
|
9605
|
-
"default":
|
|
9379
|
+
"type": {
|
|
9380
|
+
"description": "Template type",
|
|
9381
|
+
"name": "type",
|
|
9382
|
+
"default": "text",
|
|
9383
|
+
"hasDynamicHelp": false,
|
|
9384
|
+
"multiple": false,
|
|
9385
|
+
"options": [
|
|
9386
|
+
"text",
|
|
9387
|
+
"image",
|
|
9388
|
+
"video",
|
|
9389
|
+
"document",
|
|
9390
|
+
"audio",
|
|
9391
|
+
"location",
|
|
9392
|
+
"contact",
|
|
9393
|
+
"interactive"
|
|
9394
|
+
],
|
|
9395
|
+
"type": "option"
|
|
9396
|
+
},
|
|
9397
|
+
"message": {
|
|
9398
|
+
"description": "Template message",
|
|
9399
|
+
"name": "message",
|
|
9400
|
+
"required": true,
|
|
9401
|
+
"hasDynamicHelp": false,
|
|
9402
|
+
"multiple": false,
|
|
9403
|
+
"type": "option"
|
|
9404
|
+
},
|
|
9405
|
+
"color": {
|
|
9406
|
+
"description": "Template color as HEX",
|
|
9407
|
+
"name": "color",
|
|
9408
|
+
"hasDynamicHelp": false,
|
|
9409
|
+
"multiple": false,
|
|
9410
|
+
"type": "option"
|
|
9411
|
+
},
|
|
9412
|
+
"status": {
|
|
9413
|
+
"description": "Template is active",
|
|
9414
|
+
"name": "status",
|
|
9415
|
+
"allowNo": true,
|
|
9416
|
+
"type": "boolean"
|
|
9417
|
+
},
|
|
9418
|
+
"whatsapp-language": {
|
|
9419
|
+
"description": "WhatsApp template language",
|
|
9420
|
+
"name": "whatsapp-language",
|
|
9421
|
+
"hasDynamicHelp": false,
|
|
9422
|
+
"multiple": false,
|
|
9423
|
+
"type": "option"
|
|
9424
|
+
},
|
|
9425
|
+
"buttons": {
|
|
9426
|
+
"description": "Buttons JSON array/object",
|
|
9427
|
+
"name": "buttons",
|
|
9428
|
+
"hasDynamicHelp": false,
|
|
9429
|
+
"multiple": false,
|
|
9430
|
+
"type": "option"
|
|
9431
|
+
},
|
|
9432
|
+
"header-footer": {
|
|
9433
|
+
"description": "Header/footer JSON object",
|
|
9434
|
+
"name": "header-footer",
|
|
9435
|
+
"hasDynamicHelp": false,
|
|
9436
|
+
"multiple": false,
|
|
9437
|
+
"type": "option"
|
|
9438
|
+
},
|
|
9439
|
+
"data": {
|
|
9440
|
+
"description": "Additional JSON object payload",
|
|
9441
|
+
"name": "data",
|
|
9606
9442
|
"hasDynamicHelp": false,
|
|
9607
9443
|
"multiple": false,
|
|
9608
9444
|
"type": "option"
|
|
@@ -9610,7 +9446,7 @@
|
|
|
9610
9446
|
},
|
|
9611
9447
|
"hasDynamicHelp": false,
|
|
9612
9448
|
"hiddenAliases": [],
|
|
9613
|
-
"id": "
|
|
9449
|
+
"id": "templates:create",
|
|
9614
9450
|
"pluginAlias": "@instantkom/cli",
|
|
9615
9451
|
"pluginName": "@instantkom/cli",
|
|
9616
9452
|
"pluginType": "core",
|
|
@@ -9620,20 +9456,20 @@
|
|
|
9620
9456
|
"relativePath": [
|
|
9621
9457
|
"dist",
|
|
9622
9458
|
"commands",
|
|
9623
|
-
"
|
|
9624
|
-
"
|
|
9459
|
+
"templates",
|
|
9460
|
+
"create.js"
|
|
9625
9461
|
]
|
|
9626
9462
|
},
|
|
9627
|
-
"
|
|
9463
|
+
"templates:delete": {
|
|
9628
9464
|
"aliases": [],
|
|
9629
9465
|
"args": {
|
|
9630
9466
|
"id": {
|
|
9631
|
-
"description": "
|
|
9467
|
+
"description": "template ID",
|
|
9632
9468
|
"name": "id",
|
|
9633
9469
|
"required": true
|
|
9634
9470
|
}
|
|
9635
9471
|
},
|
|
9636
|
-
"description": "
|
|
9472
|
+
"description": "Delete template",
|
|
9637
9473
|
"flags": {
|
|
9638
9474
|
"api-key": {
|
|
9639
9475
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9696,25 +9532,11 @@
|
|
|
9696
9532
|
"hasDynamicHelp": false,
|
|
9697
9533
|
"multiple": false,
|
|
9698
9534
|
"type": "option"
|
|
9699
|
-
},
|
|
9700
|
-
"message": {
|
|
9701
|
-
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
9702
|
-
"name": "message",
|
|
9703
|
-
"required": true,
|
|
9704
|
-
"hasDynamicHelp": false,
|
|
9705
|
-
"multiple": false,
|
|
9706
|
-
"type": "option"
|
|
9707
|
-
},
|
|
9708
|
-
"close": {
|
|
9709
|
-
"description": "Close the ticket after sending the reply",
|
|
9710
|
-
"name": "close",
|
|
9711
|
-
"allowNo": false,
|
|
9712
|
-
"type": "boolean"
|
|
9713
9535
|
}
|
|
9714
9536
|
},
|
|
9715
9537
|
"hasDynamicHelp": false,
|
|
9716
9538
|
"hiddenAliases": [],
|
|
9717
|
-
"id": "
|
|
9539
|
+
"id": "templates:delete",
|
|
9718
9540
|
"pluginAlias": "@instantkom/cli",
|
|
9719
9541
|
"pluginName": "@instantkom/cli",
|
|
9720
9542
|
"pluginType": "core",
|
|
@@ -9724,20 +9546,14 @@
|
|
|
9724
9546
|
"relativePath": [
|
|
9725
9547
|
"dist",
|
|
9726
9548
|
"commands",
|
|
9727
|
-
"
|
|
9728
|
-
"
|
|
9549
|
+
"templates",
|
|
9550
|
+
"delete.js"
|
|
9729
9551
|
]
|
|
9730
9552
|
},
|
|
9731
|
-
"
|
|
9553
|
+
"templates:export": {
|
|
9732
9554
|
"aliases": [],
|
|
9733
|
-
"args": {
|
|
9734
|
-
|
|
9735
|
-
"description": "Ticket ID",
|
|
9736
|
-
"name": "id",
|
|
9737
|
-
"required": true
|
|
9738
|
-
}
|
|
9739
|
-
},
|
|
9740
|
-
"description": "Update a ticket",
|
|
9555
|
+
"args": {},
|
|
9556
|
+
"description": "Export templates to a file",
|
|
9741
9557
|
"flags": {
|
|
9742
9558
|
"api-key": {
|
|
9743
9559
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9749,17 +9565,14 @@
|
|
|
9749
9565
|
"type": "option"
|
|
9750
9566
|
},
|
|
9751
9567
|
"format": {
|
|
9752
|
-
"description": "
|
|
9753
|
-
"helpGroup": "GLOBAL",
|
|
9568
|
+
"description": "Export format",
|
|
9754
9569
|
"name": "format",
|
|
9755
|
-
"default": "
|
|
9570
|
+
"default": "json",
|
|
9756
9571
|
"hasDynamicHelp": false,
|
|
9757
9572
|
"multiple": false,
|
|
9758
9573
|
"options": [
|
|
9759
|
-
"
|
|
9760
|
-
"json"
|
|
9761
|
-
"yaml",
|
|
9762
|
-
"table"
|
|
9574
|
+
"csv",
|
|
9575
|
+
"json"
|
|
9763
9576
|
],
|
|
9764
9577
|
"type": "option"
|
|
9765
9578
|
},
|
|
@@ -9801,51 +9614,17 @@
|
|
|
9801
9614
|
"multiple": false,
|
|
9802
9615
|
"type": "option"
|
|
9803
9616
|
},
|
|
9804
|
-
"
|
|
9805
|
-
"description": "
|
|
9806
|
-
"name": "
|
|
9617
|
+
"file": {
|
|
9618
|
+
"description": "Output file path",
|
|
9619
|
+
"name": "file",
|
|
9807
9620
|
"required": true,
|
|
9808
9621
|
"hasDynamicHelp": false,
|
|
9809
9622
|
"multiple": false,
|
|
9810
9623
|
"type": "option"
|
|
9811
9624
|
},
|
|
9812
|
-
"
|
|
9813
|
-
"description": "
|
|
9814
|
-
"name": "
|
|
9815
|
-
"hasDynamicHelp": false,
|
|
9816
|
-
"multiple": false,
|
|
9817
|
-
"type": "option"
|
|
9818
|
-
},
|
|
9819
|
-
"priority": {
|
|
9820
|
-
"description": "Ticket priority",
|
|
9821
|
-
"name": "priority",
|
|
9822
|
-
"hasDynamicHelp": false,
|
|
9823
|
-
"multiple": false,
|
|
9824
|
-
"type": "option"
|
|
9825
|
-
},
|
|
9826
|
-
"status": {
|
|
9827
|
-
"description": "Ticket status",
|
|
9828
|
-
"name": "status",
|
|
9829
|
-
"hasDynamicHelp": false,
|
|
9830
|
-
"multiple": false,
|
|
9831
|
-
"type": "option"
|
|
9832
|
-
},
|
|
9833
|
-
"assigned-to": {
|
|
9834
|
-
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
9835
|
-
"name": "assigned-to",
|
|
9836
|
-
"hasDynamicHelp": false,
|
|
9837
|
-
"multiple": false,
|
|
9838
|
-
"type": "option"
|
|
9839
|
-
},
|
|
9840
|
-
"notify": {
|
|
9841
|
-
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
9842
|
-
"name": "notify",
|
|
9843
|
-
"allowNo": true,
|
|
9844
|
-
"type": "boolean"
|
|
9845
|
-
},
|
|
9846
|
-
"data": {
|
|
9847
|
-
"description": "Additional JSON object payload",
|
|
9848
|
-
"name": "data",
|
|
9625
|
+
"channel": {
|
|
9626
|
+
"description": "Filter by channel ID",
|
|
9627
|
+
"name": "channel",
|
|
9849
9628
|
"hasDynamicHelp": false,
|
|
9850
9629
|
"multiple": false,
|
|
9851
9630
|
"type": "option"
|
|
@@ -9853,7 +9632,7 @@
|
|
|
9853
9632
|
},
|
|
9854
9633
|
"hasDynamicHelp": false,
|
|
9855
9634
|
"hiddenAliases": [],
|
|
9856
|
-
"id": "
|
|
9635
|
+
"id": "templates:export",
|
|
9857
9636
|
"pluginAlias": "@instantkom/cli",
|
|
9858
9637
|
"pluginName": "@instantkom/cli",
|
|
9859
9638
|
"pluginType": "core",
|
|
@@ -9863,21 +9642,27 @@
|
|
|
9863
9642
|
"relativePath": [
|
|
9864
9643
|
"dist",
|
|
9865
9644
|
"commands",
|
|
9866
|
-
"
|
|
9867
|
-
"
|
|
9645
|
+
"templates",
|
|
9646
|
+
"export.js"
|
|
9868
9647
|
]
|
|
9869
9648
|
},
|
|
9870
|
-
"
|
|
9649
|
+
"templates:get": {
|
|
9871
9650
|
"aliases": [],
|
|
9872
|
-
"args": {
|
|
9873
|
-
|
|
9874
|
-
|
|
9875
|
-
|
|
9876
|
-
"
|
|
9877
|
-
|
|
9878
|
-
|
|
9879
|
-
|
|
9880
|
-
|
|
9651
|
+
"args": {
|
|
9652
|
+
"id": {
|
|
9653
|
+
"description": "Template ID",
|
|
9654
|
+
"name": "id",
|
|
9655
|
+
"required": true
|
|
9656
|
+
}
|
|
9657
|
+
},
|
|
9658
|
+
"description": "Get a message template by ID",
|
|
9659
|
+
"flags": {
|
|
9660
|
+
"api-key": {
|
|
9661
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9662
|
+
"env": "IKM_API_KEY",
|
|
9663
|
+
"helpGroup": "GLOBAL",
|
|
9664
|
+
"name": "api-key",
|
|
9665
|
+
"hasDynamicHelp": false,
|
|
9881
9666
|
"multiple": false,
|
|
9882
9667
|
"type": "option"
|
|
9883
9668
|
},
|
|
@@ -9933,34 +9718,11 @@
|
|
|
9933
9718
|
"hasDynamicHelp": false,
|
|
9934
9719
|
"multiple": false,
|
|
9935
9720
|
"type": "option"
|
|
9936
|
-
},
|
|
9937
|
-
"event": {
|
|
9938
|
-
"description": "Webhook event to subscribe to",
|
|
9939
|
-
"name": "event",
|
|
9940
|
-
"required": true,
|
|
9941
|
-
"hasDynamicHelp": false,
|
|
9942
|
-
"multiple": false,
|
|
9943
|
-
"options": [
|
|
9944
|
-
"new_contact",
|
|
9945
|
-
"new_message",
|
|
9946
|
-
"broadcast_sent",
|
|
9947
|
-
"contact_updated",
|
|
9948
|
-
"contact_opted_out"
|
|
9949
|
-
],
|
|
9950
|
-
"type": "option"
|
|
9951
|
-
},
|
|
9952
|
-
"url": {
|
|
9953
|
-
"description": "HTTPS target URL that receives webhook POSTs",
|
|
9954
|
-
"name": "url",
|
|
9955
|
-
"required": true,
|
|
9956
|
-
"hasDynamicHelp": false,
|
|
9957
|
-
"multiple": false,
|
|
9958
|
-
"type": "option"
|
|
9959
9721
|
}
|
|
9960
9722
|
},
|
|
9961
9723
|
"hasDynamicHelp": false,
|
|
9962
9724
|
"hiddenAliases": [],
|
|
9963
|
-
"id": "
|
|
9725
|
+
"id": "templates:get",
|
|
9964
9726
|
"pluginAlias": "@instantkom/cli",
|
|
9965
9727
|
"pluginName": "@instantkom/cli",
|
|
9966
9728
|
"pluginType": "core",
|
|
@@ -9970,14 +9732,14 @@
|
|
|
9970
9732
|
"relativePath": [
|
|
9971
9733
|
"dist",
|
|
9972
9734
|
"commands",
|
|
9973
|
-
"
|
|
9974
|
-
"
|
|
9735
|
+
"templates",
|
|
9736
|
+
"get.js"
|
|
9975
9737
|
]
|
|
9976
9738
|
},
|
|
9977
|
-
"
|
|
9739
|
+
"templates:import": {
|
|
9978
9740
|
"aliases": [],
|
|
9979
9741
|
"args": {},
|
|
9980
|
-
"description": "
|
|
9742
|
+
"description": "Import templates from JSON",
|
|
9981
9743
|
"flags": {
|
|
9982
9744
|
"api-key": {
|
|
9983
9745
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10040,11 +9802,33 @@
|
|
|
10040
9802
|
"hasDynamicHelp": false,
|
|
10041
9803
|
"multiple": false,
|
|
10042
9804
|
"type": "option"
|
|
9805
|
+
},
|
|
9806
|
+
"file": {
|
|
9807
|
+
"description": "JSON file path",
|
|
9808
|
+
"name": "file",
|
|
9809
|
+
"required": true,
|
|
9810
|
+
"hasDynamicHelp": false,
|
|
9811
|
+
"multiple": false,
|
|
9812
|
+
"type": "option"
|
|
9813
|
+
},
|
|
9814
|
+
"channel": {
|
|
9815
|
+
"description": "Target channel ID",
|
|
9816
|
+
"name": "channel",
|
|
9817
|
+
"required": true,
|
|
9818
|
+
"hasDynamicHelp": false,
|
|
9819
|
+
"multiple": false,
|
|
9820
|
+
"type": "option"
|
|
9821
|
+
},
|
|
9822
|
+
"skip-duplicates": {
|
|
9823
|
+
"description": "Skip duplicate templates",
|
|
9824
|
+
"name": "skip-duplicates",
|
|
9825
|
+
"allowNo": true,
|
|
9826
|
+
"type": "boolean"
|
|
10043
9827
|
}
|
|
10044
9828
|
},
|
|
10045
9829
|
"hasDynamicHelp": false,
|
|
10046
9830
|
"hiddenAliases": [],
|
|
10047
|
-
"id": "
|
|
9831
|
+
"id": "templates:import",
|
|
10048
9832
|
"pluginAlias": "@instantkom/cli",
|
|
10049
9833
|
"pluginName": "@instantkom/cli",
|
|
10050
9834
|
"pluginType": "core",
|
|
@@ -10054,14 +9838,14 @@
|
|
|
10054
9838
|
"relativePath": [
|
|
10055
9839
|
"dist",
|
|
10056
9840
|
"commands",
|
|
10057
|
-
"
|
|
10058
|
-
"
|
|
9841
|
+
"templates",
|
|
9842
|
+
"import.js"
|
|
10059
9843
|
]
|
|
10060
9844
|
},
|
|
10061
|
-
"
|
|
9845
|
+
"templates:list": {
|
|
10062
9846
|
"aliases": [],
|
|
10063
9847
|
"args": {},
|
|
10064
|
-
"description": "List
|
|
9848
|
+
"description": "List message templates",
|
|
10065
9849
|
"flags": {
|
|
10066
9850
|
"api-key": {
|
|
10067
9851
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10124,11 +9908,41 @@
|
|
|
10124
9908
|
"hasDynamicHelp": false,
|
|
10125
9909
|
"multiple": false,
|
|
10126
9910
|
"type": "option"
|
|
9911
|
+
},
|
|
9912
|
+
"channel": {
|
|
9913
|
+
"description": "Filter by channel ID",
|
|
9914
|
+
"name": "channel",
|
|
9915
|
+
"hasDynamicHelp": false,
|
|
9916
|
+
"multiple": false,
|
|
9917
|
+
"type": "option"
|
|
9918
|
+
},
|
|
9919
|
+
"search": {
|
|
9920
|
+
"description": "Search templates by name or content",
|
|
9921
|
+
"name": "search",
|
|
9922
|
+
"hasDynamicHelp": false,
|
|
9923
|
+
"multiple": false,
|
|
9924
|
+
"type": "option"
|
|
9925
|
+
},
|
|
9926
|
+
"page": {
|
|
9927
|
+
"description": "Page number",
|
|
9928
|
+
"name": "page",
|
|
9929
|
+
"default": 1,
|
|
9930
|
+
"hasDynamicHelp": false,
|
|
9931
|
+
"multiple": false,
|
|
9932
|
+
"type": "option"
|
|
9933
|
+
},
|
|
9934
|
+
"limit": {
|
|
9935
|
+
"description": "Items per page",
|
|
9936
|
+
"name": "limit",
|
|
9937
|
+
"default": 20,
|
|
9938
|
+
"hasDynamicHelp": false,
|
|
9939
|
+
"multiple": false,
|
|
9940
|
+
"type": "option"
|
|
10127
9941
|
}
|
|
10128
9942
|
},
|
|
10129
9943
|
"hasDynamicHelp": false,
|
|
10130
9944
|
"hiddenAliases": [],
|
|
10131
|
-
"id": "
|
|
9945
|
+
"id": "templates:list",
|
|
10132
9946
|
"pluginAlias": "@instantkom/cli",
|
|
10133
9947
|
"pluginName": "@instantkom/cli",
|
|
10134
9948
|
"pluginType": "core",
|
|
@@ -10138,14 +9952,20 @@
|
|
|
10138
9952
|
"relativePath": [
|
|
10139
9953
|
"dist",
|
|
10140
9954
|
"commands",
|
|
10141
|
-
"
|
|
9955
|
+
"templates",
|
|
10142
9956
|
"list.js"
|
|
10143
9957
|
]
|
|
10144
9958
|
},
|
|
10145
|
-
"
|
|
9959
|
+
"templates:render": {
|
|
10146
9960
|
"aliases": [],
|
|
10147
|
-
"args": {
|
|
10148
|
-
|
|
9961
|
+
"args": {
|
|
9962
|
+
"id": {
|
|
9963
|
+
"description": "Template ID",
|
|
9964
|
+
"name": "id",
|
|
9965
|
+
"required": true
|
|
9966
|
+
}
|
|
9967
|
+
},
|
|
9968
|
+
"description": "Render a message template locally",
|
|
10149
9969
|
"flags": {
|
|
10150
9970
|
"api-key": {
|
|
10151
9971
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10208,11 +10028,18 @@
|
|
|
10208
10028
|
"hasDynamicHelp": false,
|
|
10209
10029
|
"multiple": false,
|
|
10210
10030
|
"type": "option"
|
|
10031
|
+
},
|
|
10032
|
+
"vars": {
|
|
10033
|
+
"description": "Template variable as key=value; may be repeated",
|
|
10034
|
+
"name": "vars",
|
|
10035
|
+
"hasDynamicHelp": false,
|
|
10036
|
+
"multiple": true,
|
|
10037
|
+
"type": "option"
|
|
10211
10038
|
}
|
|
10212
10039
|
},
|
|
10213
10040
|
"hasDynamicHelp": false,
|
|
10214
10041
|
"hiddenAliases": [],
|
|
10215
|
-
"id": "
|
|
10042
|
+
"id": "templates:render",
|
|
10216
10043
|
"pluginAlias": "@instantkom/cli",
|
|
10217
10044
|
"pluginName": "@instantkom/cli",
|
|
10218
10045
|
"pluginType": "core",
|
|
@@ -10222,20 +10049,20 @@
|
|
|
10222
10049
|
"relativePath": [
|
|
10223
10050
|
"dist",
|
|
10224
10051
|
"commands",
|
|
10225
|
-
"
|
|
10226
|
-
"
|
|
10052
|
+
"templates",
|
|
10053
|
+
"render.js"
|
|
10227
10054
|
]
|
|
10228
10055
|
},
|
|
10229
|
-
"
|
|
10056
|
+
"templates:update": {
|
|
10230
10057
|
"aliases": [],
|
|
10231
10058
|
"args": {
|
|
10232
10059
|
"id": {
|
|
10233
|
-
"description": "
|
|
10060
|
+
"description": "Template ID",
|
|
10234
10061
|
"name": "id",
|
|
10235
10062
|
"required": true
|
|
10236
10063
|
}
|
|
10237
10064
|
},
|
|
10238
|
-
"description": "
|
|
10065
|
+
"description": "Update a message template",
|
|
10239
10066
|
"flags": {
|
|
10240
10067
|
"api-key": {
|
|
10241
10068
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10298,11 +10125,89 @@
|
|
|
10298
10125
|
"hasDynamicHelp": false,
|
|
10299
10126
|
"multiple": false,
|
|
10300
10127
|
"type": "option"
|
|
10128
|
+
},
|
|
10129
|
+
"name": {
|
|
10130
|
+
"description": "Template name",
|
|
10131
|
+
"name": "name",
|
|
10132
|
+
"hasDynamicHelp": false,
|
|
10133
|
+
"multiple": false,
|
|
10134
|
+
"type": "option"
|
|
10135
|
+
},
|
|
10136
|
+
"type": {
|
|
10137
|
+
"description": "Template type",
|
|
10138
|
+
"name": "type",
|
|
10139
|
+
"hasDynamicHelp": false,
|
|
10140
|
+
"multiple": false,
|
|
10141
|
+
"options": [
|
|
10142
|
+
"text",
|
|
10143
|
+
"image",
|
|
10144
|
+
"video",
|
|
10145
|
+
"document",
|
|
10146
|
+
"audio",
|
|
10147
|
+
"location",
|
|
10148
|
+
"contact",
|
|
10149
|
+
"interactive"
|
|
10150
|
+
],
|
|
10151
|
+
"type": "option"
|
|
10152
|
+
},
|
|
10153
|
+
"message": {
|
|
10154
|
+
"description": "Template message",
|
|
10155
|
+
"name": "message",
|
|
10156
|
+
"hasDynamicHelp": false,
|
|
10157
|
+
"multiple": false,
|
|
10158
|
+
"type": "option"
|
|
10159
|
+
},
|
|
10160
|
+
"color": {
|
|
10161
|
+
"description": "Template color as HEX",
|
|
10162
|
+
"name": "color",
|
|
10163
|
+
"hasDynamicHelp": false,
|
|
10164
|
+
"multiple": false,
|
|
10165
|
+
"type": "option"
|
|
10166
|
+
},
|
|
10167
|
+
"status": {
|
|
10168
|
+
"description": "Template is active",
|
|
10169
|
+
"name": "status",
|
|
10170
|
+
"allowNo": true,
|
|
10171
|
+
"type": "boolean"
|
|
10172
|
+
},
|
|
10173
|
+
"remove-media": {
|
|
10174
|
+
"description": "Remove existing media",
|
|
10175
|
+
"name": "remove-media",
|
|
10176
|
+
"allowNo": false,
|
|
10177
|
+
"type": "boolean"
|
|
10178
|
+
},
|
|
10179
|
+
"whatsapp-language": {
|
|
10180
|
+
"description": "WhatsApp template language",
|
|
10181
|
+
"name": "whatsapp-language",
|
|
10182
|
+
"hasDynamicHelp": false,
|
|
10183
|
+
"multiple": false,
|
|
10184
|
+
"type": "option"
|
|
10185
|
+
},
|
|
10186
|
+
"buttons": {
|
|
10187
|
+
"description": "Buttons JSON array/object",
|
|
10188
|
+
"name": "buttons",
|
|
10189
|
+
"hasDynamicHelp": false,
|
|
10190
|
+
"multiple": false,
|
|
10191
|
+
"type": "option"
|
|
10192
|
+
},
|
|
10193
|
+
"header-footer": {
|
|
10194
|
+
"description": "Header/footer JSON object",
|
|
10195
|
+
"name": "header-footer",
|
|
10196
|
+
"hasDynamicHelp": false,
|
|
10197
|
+
"multiple": false,
|
|
10198
|
+
"type": "option"
|
|
10199
|
+
},
|
|
10200
|
+
"data": {
|
|
10201
|
+
"description": "Additional JSON object payload",
|
|
10202
|
+
"name": "data",
|
|
10203
|
+
"hasDynamicHelp": false,
|
|
10204
|
+
"multiple": false,
|
|
10205
|
+
"type": "option"
|
|
10301
10206
|
}
|
|
10302
10207
|
},
|
|
10303
10208
|
"hasDynamicHelp": false,
|
|
10304
10209
|
"hiddenAliases": [],
|
|
10305
|
-
"id": "
|
|
10210
|
+
"id": "templates:update",
|
|
10306
10211
|
"pluginAlias": "@instantkom/cli",
|
|
10307
10212
|
"pluginName": "@instantkom/cli",
|
|
10308
10213
|
"pluginType": "core",
|
|
@@ -10312,14 +10217,14 @@
|
|
|
10312
10217
|
"relativePath": [
|
|
10313
10218
|
"dist",
|
|
10314
10219
|
"commands",
|
|
10315
|
-
"
|
|
10316
|
-
"
|
|
10220
|
+
"templates",
|
|
10221
|
+
"update.js"
|
|
10317
10222
|
]
|
|
10318
10223
|
},
|
|
10319
|
-
"
|
|
10224
|
+
"templates:validate-import": {
|
|
10320
10225
|
"aliases": [],
|
|
10321
10226
|
"args": {},
|
|
10322
|
-
"description": "
|
|
10227
|
+
"description": "Validate templates import JSON",
|
|
10323
10228
|
"flags": {
|
|
10324
10229
|
"api-key": {
|
|
10325
10230
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10383,25 +10288,18 @@
|
|
|
10383
10288
|
"multiple": false,
|
|
10384
10289
|
"type": "option"
|
|
10385
10290
|
},
|
|
10386
|
-
"
|
|
10387
|
-
"description": "
|
|
10388
|
-
"name": "
|
|
10291
|
+
"file": {
|
|
10292
|
+
"description": "JSON file path",
|
|
10293
|
+
"name": "file",
|
|
10389
10294
|
"required": true,
|
|
10390
10295
|
"hasDynamicHelp": false,
|
|
10391
10296
|
"multiple": false,
|
|
10392
10297
|
"type": "option"
|
|
10393
10298
|
},
|
|
10394
|
-
"
|
|
10395
|
-
"description": "
|
|
10396
|
-
"name": "
|
|
10397
|
-
"
|
|
10398
|
-
"hasDynamicHelp": false,
|
|
10399
|
-
"multiple": false,
|
|
10400
|
-
"type": "option"
|
|
10401
|
-
},
|
|
10402
|
-
"payload": {
|
|
10403
|
-
"description": "Payload JSON",
|
|
10404
|
-
"name": "payload",
|
|
10299
|
+
"channel": {
|
|
10300
|
+
"description": "Target channel ID",
|
|
10301
|
+
"name": "channel",
|
|
10302
|
+
"required": true,
|
|
10405
10303
|
"hasDynamicHelp": false,
|
|
10406
10304
|
"multiple": false,
|
|
10407
10305
|
"type": "option"
|
|
@@ -10409,7 +10307,7 @@
|
|
|
10409
10307
|
},
|
|
10410
10308
|
"hasDynamicHelp": false,
|
|
10411
10309
|
"hiddenAliases": [],
|
|
10412
|
-
"id": "
|
|
10310
|
+
"id": "templates:validate-import",
|
|
10413
10311
|
"pluginAlias": "@instantkom/cli",
|
|
10414
10312
|
"pluginName": "@instantkom/cli",
|
|
10415
10313
|
"pluginType": "core",
|
|
@@ -10419,14 +10317,14 @@
|
|
|
10419
10317
|
"relativePath": [
|
|
10420
10318
|
"dist",
|
|
10421
10319
|
"commands",
|
|
10422
|
-
"
|
|
10423
|
-
"
|
|
10320
|
+
"templates",
|
|
10321
|
+
"validate-import.js"
|
|
10424
10322
|
]
|
|
10425
10323
|
},
|
|
10426
|
-
"
|
|
10324
|
+
"tickets:create": {
|
|
10427
10325
|
"aliases": [],
|
|
10428
10326
|
"args": {},
|
|
10429
|
-
"description": "Create a
|
|
10327
|
+
"description": "Create a ticket",
|
|
10430
10328
|
"flags": {
|
|
10431
10329
|
"api-key": {
|
|
10432
10330
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10490,62 +10388,53 @@
|
|
|
10490
10388
|
"multiple": false,
|
|
10491
10389
|
"type": "option"
|
|
10492
10390
|
},
|
|
10493
|
-
"
|
|
10494
|
-
"description": "
|
|
10495
|
-
"name": "
|
|
10496
|
-
"required": true,
|
|
10497
|
-
"hasDynamicHelp": false,
|
|
10498
|
-
"multiple": false,
|
|
10499
|
-
"type": "option"
|
|
10500
|
-
},
|
|
10501
|
-
"first-name": {
|
|
10502
|
-
"description": "First name",
|
|
10503
|
-
"name": "first-name",
|
|
10391
|
+
"channel": {
|
|
10392
|
+
"description": "Channel ID",
|
|
10393
|
+
"name": "channel",
|
|
10504
10394
|
"required": true,
|
|
10505
10395
|
"hasDynamicHelp": false,
|
|
10506
10396
|
"multiple": false,
|
|
10507
10397
|
"type": "option"
|
|
10508
10398
|
},
|
|
10509
|
-
"
|
|
10510
|
-
"description": "
|
|
10511
|
-
"name": "
|
|
10399
|
+
"subject": {
|
|
10400
|
+
"description": "Ticket subject",
|
|
10401
|
+
"name": "subject",
|
|
10512
10402
|
"required": true,
|
|
10513
10403
|
"hasDynamicHelp": false,
|
|
10514
10404
|
"multiple": false,
|
|
10515
10405
|
"type": "option"
|
|
10516
10406
|
},
|
|
10517
|
-
"
|
|
10518
|
-
"description": "
|
|
10519
|
-
"name": "
|
|
10520
|
-
"required": true,
|
|
10407
|
+
"recipient": {
|
|
10408
|
+
"description": "Existing recipient ID",
|
|
10409
|
+
"name": "recipient",
|
|
10521
10410
|
"hasDynamicHelp": false,
|
|
10522
10411
|
"multiple": false,
|
|
10523
10412
|
"type": "option"
|
|
10524
10413
|
},
|
|
10525
|
-
"
|
|
10526
|
-
"description": "
|
|
10527
|
-
"name": "
|
|
10414
|
+
"email": {
|
|
10415
|
+
"description": "Customer email",
|
|
10416
|
+
"name": "email",
|
|
10528
10417
|
"hasDynamicHelp": false,
|
|
10529
10418
|
"multiple": false,
|
|
10530
10419
|
"type": "option"
|
|
10531
10420
|
},
|
|
10532
|
-
"
|
|
10533
|
-
"description": "
|
|
10534
|
-
"name": "
|
|
10421
|
+
"name": {
|
|
10422
|
+
"description": "Customer name",
|
|
10423
|
+
"name": "name",
|
|
10535
10424
|
"hasDynamicHelp": false,
|
|
10536
10425
|
"multiple": false,
|
|
10537
10426
|
"type": "option"
|
|
10538
10427
|
},
|
|
10539
|
-
"
|
|
10540
|
-
"description": "
|
|
10541
|
-
"name": "
|
|
10428
|
+
"priority": {
|
|
10429
|
+
"description": "Ticket priority",
|
|
10430
|
+
"name": "priority",
|
|
10542
10431
|
"hasDynamicHelp": false,
|
|
10543
10432
|
"multiple": false,
|
|
10544
10433
|
"type": "option"
|
|
10545
10434
|
},
|
|
10546
|
-
"
|
|
10547
|
-
"description": "
|
|
10548
|
-
"name": "
|
|
10435
|
+
"source": {
|
|
10436
|
+
"description": "Ticket source",
|
|
10437
|
+
"name": "source",
|
|
10549
10438
|
"hasDynamicHelp": false,
|
|
10550
10439
|
"multiple": false,
|
|
10551
10440
|
"type": "option"
|
|
@@ -10560,7 +10449,7 @@
|
|
|
10560
10449
|
},
|
|
10561
10450
|
"hasDynamicHelp": false,
|
|
10562
10451
|
"hiddenAliases": [],
|
|
10563
|
-
"id": "
|
|
10452
|
+
"id": "tickets:create",
|
|
10564
10453
|
"pluginAlias": "@instantkom/cli",
|
|
10565
10454
|
"pluginName": "@instantkom/cli",
|
|
10566
10455
|
"pluginType": "core",
|
|
@@ -10570,20 +10459,20 @@
|
|
|
10570
10459
|
"relativePath": [
|
|
10571
10460
|
"dist",
|
|
10572
10461
|
"commands",
|
|
10573
|
-
"
|
|
10462
|
+
"tickets",
|
|
10574
10463
|
"create.js"
|
|
10575
10464
|
]
|
|
10576
10465
|
},
|
|
10577
|
-
"
|
|
10466
|
+
"tickets:delete": {
|
|
10578
10467
|
"aliases": [],
|
|
10579
10468
|
"args": {
|
|
10580
10469
|
"id": {
|
|
10581
|
-
"description": "
|
|
10470
|
+
"description": "Ticket ID",
|
|
10582
10471
|
"name": "id",
|
|
10583
10472
|
"required": true
|
|
10584
10473
|
}
|
|
10585
10474
|
},
|
|
10586
|
-
"description": "Delete a
|
|
10475
|
+
"description": "Delete a ticket",
|
|
10587
10476
|
"flags": {
|
|
10588
10477
|
"api-key": {
|
|
10589
10478
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10646,11 +10535,19 @@
|
|
|
10646
10535
|
"hasDynamicHelp": false,
|
|
10647
10536
|
"multiple": false,
|
|
10648
10537
|
"type": "option"
|
|
10538
|
+
},
|
|
10539
|
+
"channel": {
|
|
10540
|
+
"description": "Channel ID",
|
|
10541
|
+
"name": "channel",
|
|
10542
|
+
"required": true,
|
|
10543
|
+
"hasDynamicHelp": false,
|
|
10544
|
+
"multiple": false,
|
|
10545
|
+
"type": "option"
|
|
10649
10546
|
}
|
|
10650
10547
|
},
|
|
10651
10548
|
"hasDynamicHelp": false,
|
|
10652
10549
|
"hiddenAliases": [],
|
|
10653
|
-
"id": "
|
|
10550
|
+
"id": "tickets:delete",
|
|
10654
10551
|
"pluginAlias": "@instantkom/cli",
|
|
10655
10552
|
"pluginName": "@instantkom/cli",
|
|
10656
10553
|
"pluginType": "core",
|
|
@@ -10660,14 +10557,20 @@
|
|
|
10660
10557
|
"relativePath": [
|
|
10661
10558
|
"dist",
|
|
10662
10559
|
"commands",
|
|
10663
|
-
"
|
|
10560
|
+
"tickets",
|
|
10664
10561
|
"delete.js"
|
|
10665
10562
|
]
|
|
10666
10563
|
},
|
|
10667
|
-
"
|
|
10564
|
+
"tickets:get": {
|
|
10668
10565
|
"aliases": [],
|
|
10669
|
-
"args": {
|
|
10670
|
-
|
|
10566
|
+
"args": {
|
|
10567
|
+
"id": {
|
|
10568
|
+
"description": "Ticket ID",
|
|
10569
|
+
"name": "id",
|
|
10570
|
+
"required": true
|
|
10571
|
+
}
|
|
10572
|
+
},
|
|
10573
|
+
"description": "Get a ticket by ID",
|
|
10671
10574
|
"flags": {
|
|
10672
10575
|
"api-key": {
|
|
10673
10576
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10730,11 +10633,19 @@
|
|
|
10730
10633
|
"hasDynamicHelp": false,
|
|
10731
10634
|
"multiple": false,
|
|
10732
10635
|
"type": "option"
|
|
10636
|
+
},
|
|
10637
|
+
"channel": {
|
|
10638
|
+
"description": "Channel ID",
|
|
10639
|
+
"name": "channel",
|
|
10640
|
+
"required": true,
|
|
10641
|
+
"hasDynamicHelp": false,
|
|
10642
|
+
"multiple": false,
|
|
10643
|
+
"type": "option"
|
|
10733
10644
|
}
|
|
10734
10645
|
},
|
|
10735
10646
|
"hasDynamicHelp": false,
|
|
10736
10647
|
"hiddenAliases": [],
|
|
10737
|
-
"id": "
|
|
10648
|
+
"id": "tickets:get",
|
|
10738
10649
|
"pluginAlias": "@instantkom/cli",
|
|
10739
10650
|
"pluginName": "@instantkom/cli",
|
|
10740
10651
|
"pluginType": "core",
|
|
@@ -10744,14 +10655,14 @@
|
|
|
10744
10655
|
"relativePath": [
|
|
10745
10656
|
"dist",
|
|
10746
10657
|
"commands",
|
|
10747
|
-
"
|
|
10748
|
-
"
|
|
10658
|
+
"tickets",
|
|
10659
|
+
"get.js"
|
|
10749
10660
|
]
|
|
10750
10661
|
},
|
|
10751
|
-
"
|
|
10662
|
+
"tickets:list": {
|
|
10752
10663
|
"aliases": [],
|
|
10753
10664
|
"args": {},
|
|
10754
|
-
"description": "
|
|
10665
|
+
"description": "List tickets for a channel",
|
|
10755
10666
|
"flags": {
|
|
10756
10667
|
"api-key": {
|
|
10757
10668
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10815,46 +10726,138 @@
|
|
|
10815
10726
|
"multiple": false,
|
|
10816
10727
|
"type": "option"
|
|
10817
10728
|
},
|
|
10818
|
-
"
|
|
10819
|
-
"description": "
|
|
10820
|
-
"name": "
|
|
10729
|
+
"channel": {
|
|
10730
|
+
"description": "Channel ID",
|
|
10731
|
+
"name": "channel",
|
|
10821
10732
|
"required": true,
|
|
10822
10733
|
"hasDynamicHelp": false,
|
|
10823
10734
|
"multiple": false,
|
|
10824
10735
|
"type": "option"
|
|
10825
10736
|
},
|
|
10826
|
-
"
|
|
10827
|
-
"description": "
|
|
10828
|
-
"name": "
|
|
10737
|
+
"limit": {
|
|
10738
|
+
"description": "Maximum tickets to return",
|
|
10739
|
+
"name": "limit",
|
|
10740
|
+
"default": 500,
|
|
10829
10741
|
"hasDynamicHelp": false,
|
|
10830
10742
|
"multiple": false,
|
|
10831
10743
|
"type": "option"
|
|
10832
10744
|
},
|
|
10833
|
-
"
|
|
10834
|
-
"description": "
|
|
10835
|
-
"name": "
|
|
10745
|
+
"offset": {
|
|
10746
|
+
"description": "Number of tickets to skip",
|
|
10747
|
+
"name": "offset",
|
|
10748
|
+
"default": 0,
|
|
10749
|
+
"hasDynamicHelp": false,
|
|
10750
|
+
"multiple": false,
|
|
10751
|
+
"type": "option"
|
|
10752
|
+
}
|
|
10753
|
+
},
|
|
10754
|
+
"hasDynamicHelp": false,
|
|
10755
|
+
"hiddenAliases": [],
|
|
10756
|
+
"id": "tickets:list",
|
|
10757
|
+
"pluginAlias": "@instantkom/cli",
|
|
10758
|
+
"pluginName": "@instantkom/cli",
|
|
10759
|
+
"pluginType": "core",
|
|
10760
|
+
"strict": true,
|
|
10761
|
+
"enableJsonFlag": false,
|
|
10762
|
+
"isESM": true,
|
|
10763
|
+
"relativePath": [
|
|
10764
|
+
"dist",
|
|
10765
|
+
"commands",
|
|
10766
|
+
"tickets",
|
|
10767
|
+
"list.js"
|
|
10768
|
+
]
|
|
10769
|
+
},
|
|
10770
|
+
"tickets:reply": {
|
|
10771
|
+
"aliases": [],
|
|
10772
|
+
"args": {
|
|
10773
|
+
"id": {
|
|
10774
|
+
"description": "Ticket ID",
|
|
10775
|
+
"name": "id",
|
|
10776
|
+
"required": true
|
|
10777
|
+
}
|
|
10778
|
+
},
|
|
10779
|
+
"description": "Send a real support reply on a ticket. Delivers the message to the customer and records it in both the ticket history and the Nachrichtenprotokoll. Provide raw body text only; the ticket system auto-prepends the personalised salutation and auto-appends the localised footer for email-channel tickets. Adding your own greetings causes duplicated headers/footers.",
|
|
10780
|
+
"flags": {
|
|
10781
|
+
"api-key": {
|
|
10782
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10783
|
+
"env": "IKM_API_KEY",
|
|
10784
|
+
"helpGroup": "GLOBAL",
|
|
10785
|
+
"name": "api-key",
|
|
10836
10786
|
"hasDynamicHelp": false,
|
|
10837
10787
|
"multiple": false,
|
|
10838
10788
|
"type": "option"
|
|
10839
10789
|
},
|
|
10840
|
-
"
|
|
10841
|
-
"description": "
|
|
10842
|
-
"
|
|
10790
|
+
"format": {
|
|
10791
|
+
"description": "Output format: text, json, yaml, or table",
|
|
10792
|
+
"helpGroup": "GLOBAL",
|
|
10793
|
+
"name": "format",
|
|
10794
|
+
"default": "text",
|
|
10843
10795
|
"hasDynamicHelp": false,
|
|
10844
10796
|
"multiple": false,
|
|
10797
|
+
"options": [
|
|
10798
|
+
"text",
|
|
10799
|
+
"json",
|
|
10800
|
+
"yaml",
|
|
10801
|
+
"table"
|
|
10802
|
+
],
|
|
10845
10803
|
"type": "option"
|
|
10846
10804
|
},
|
|
10847
|
-
"
|
|
10848
|
-
"description": "
|
|
10849
|
-
"
|
|
10805
|
+
"json": {
|
|
10806
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
10807
|
+
"helpGroup": "GLOBAL",
|
|
10808
|
+
"name": "json",
|
|
10809
|
+
"allowNo": false,
|
|
10810
|
+
"type": "boolean"
|
|
10811
|
+
},
|
|
10812
|
+
"quiet": {
|
|
10813
|
+
"description": "Suppress all output except errors",
|
|
10814
|
+
"helpGroup": "GLOBAL",
|
|
10815
|
+
"name": "quiet",
|
|
10816
|
+
"allowNo": false,
|
|
10817
|
+
"type": "boolean"
|
|
10818
|
+
},
|
|
10819
|
+
"no-color": {
|
|
10820
|
+
"description": "Disable color output",
|
|
10821
|
+
"helpGroup": "GLOBAL",
|
|
10822
|
+
"name": "no-color",
|
|
10823
|
+
"allowNo": false,
|
|
10824
|
+
"type": "boolean"
|
|
10825
|
+
},
|
|
10826
|
+
"profile": {
|
|
10827
|
+
"description": "Named configuration profile to use",
|
|
10828
|
+
"helpGroup": "GLOBAL",
|
|
10829
|
+
"name": "profile",
|
|
10830
|
+
"default": "default",
|
|
10831
|
+
"hasDynamicHelp": false,
|
|
10832
|
+
"multiple": false,
|
|
10833
|
+
"type": "option"
|
|
10834
|
+
},
|
|
10835
|
+
"api-url": {
|
|
10836
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10837
|
+
"helpGroup": "GLOBAL",
|
|
10838
|
+
"name": "api-url",
|
|
10850
10839
|
"hasDynamicHelp": false,
|
|
10851
10840
|
"multiple": false,
|
|
10852
10841
|
"type": "option"
|
|
10842
|
+
},
|
|
10843
|
+
"message": {
|
|
10844
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10845
|
+
"name": "message",
|
|
10846
|
+
"required": true,
|
|
10847
|
+
"hasDynamicHelp": false,
|
|
10848
|
+
"multiple": false,
|
|
10849
|
+
"type": "option"
|
|
10850
|
+
},
|
|
10851
|
+
"close": {
|
|
10852
|
+
"description": "Close the ticket after sending the reply",
|
|
10853
|
+
"name": "close",
|
|
10854
|
+
"allowNo": false,
|
|
10855
|
+
"type": "boolean"
|
|
10853
10856
|
}
|
|
10854
10857
|
},
|
|
10855
10858
|
"hasDynamicHelp": false,
|
|
10856
10859
|
"hiddenAliases": [],
|
|
10857
|
-
"id": "
|
|
10860
|
+
"id": "tickets:reply",
|
|
10858
10861
|
"pluginAlias": "@instantkom/cli",
|
|
10859
10862
|
"pluginName": "@instantkom/cli",
|
|
10860
10863
|
"pluginType": "core",
|
|
@@ -10864,20 +10867,20 @@
|
|
|
10864
10867
|
"relativePath": [
|
|
10865
10868
|
"dist",
|
|
10866
10869
|
"commands",
|
|
10867
|
-
"
|
|
10868
|
-
"
|
|
10870
|
+
"tickets",
|
|
10871
|
+
"reply.js"
|
|
10869
10872
|
]
|
|
10870
10873
|
},
|
|
10871
|
-
"
|
|
10874
|
+
"tickets:update": {
|
|
10872
10875
|
"aliases": [],
|
|
10873
10876
|
"args": {
|
|
10874
10877
|
"id": {
|
|
10875
|
-
"description": "
|
|
10878
|
+
"description": "Ticket ID",
|
|
10876
10879
|
"name": "id",
|
|
10877
10880
|
"required": true
|
|
10878
10881
|
}
|
|
10879
10882
|
},
|
|
10880
|
-
"description": "
|
|
10883
|
+
"description": "Update a ticket",
|
|
10881
10884
|
"flags": {
|
|
10882
10885
|
"api-key": {
|
|
10883
10886
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10895,48 +10898,97 @@
|
|
|
10895
10898
|
"default": "text",
|
|
10896
10899
|
"hasDynamicHelp": false,
|
|
10897
10900
|
"multiple": false,
|
|
10898
|
-
"options": [
|
|
10899
|
-
"text",
|
|
10900
|
-
"json",
|
|
10901
|
-
"yaml",
|
|
10902
|
-
"table"
|
|
10903
|
-
],
|
|
10901
|
+
"options": [
|
|
10902
|
+
"text",
|
|
10903
|
+
"json",
|
|
10904
|
+
"yaml",
|
|
10905
|
+
"table"
|
|
10906
|
+
],
|
|
10907
|
+
"type": "option"
|
|
10908
|
+
},
|
|
10909
|
+
"json": {
|
|
10910
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
10911
|
+
"helpGroup": "GLOBAL",
|
|
10912
|
+
"name": "json",
|
|
10913
|
+
"allowNo": false,
|
|
10914
|
+
"type": "boolean"
|
|
10915
|
+
},
|
|
10916
|
+
"quiet": {
|
|
10917
|
+
"description": "Suppress all output except errors",
|
|
10918
|
+
"helpGroup": "GLOBAL",
|
|
10919
|
+
"name": "quiet",
|
|
10920
|
+
"allowNo": false,
|
|
10921
|
+
"type": "boolean"
|
|
10922
|
+
},
|
|
10923
|
+
"no-color": {
|
|
10924
|
+
"description": "Disable color output",
|
|
10925
|
+
"helpGroup": "GLOBAL",
|
|
10926
|
+
"name": "no-color",
|
|
10927
|
+
"allowNo": false,
|
|
10928
|
+
"type": "boolean"
|
|
10929
|
+
},
|
|
10930
|
+
"profile": {
|
|
10931
|
+
"description": "Named configuration profile to use",
|
|
10932
|
+
"helpGroup": "GLOBAL",
|
|
10933
|
+
"name": "profile",
|
|
10934
|
+
"default": "default",
|
|
10935
|
+
"hasDynamicHelp": false,
|
|
10936
|
+
"multiple": false,
|
|
10937
|
+
"type": "option"
|
|
10938
|
+
},
|
|
10939
|
+
"api-url": {
|
|
10940
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10941
|
+
"helpGroup": "GLOBAL",
|
|
10942
|
+
"name": "api-url",
|
|
10943
|
+
"hasDynamicHelp": false,
|
|
10944
|
+
"multiple": false,
|
|
10945
|
+
"type": "option"
|
|
10946
|
+
},
|
|
10947
|
+
"channel": {
|
|
10948
|
+
"description": "Channel ID",
|
|
10949
|
+
"name": "channel",
|
|
10950
|
+
"required": true,
|
|
10951
|
+
"hasDynamicHelp": false,
|
|
10952
|
+
"multiple": false,
|
|
10953
|
+
"type": "option"
|
|
10954
|
+
},
|
|
10955
|
+
"subject": {
|
|
10956
|
+
"description": "Ticket subject",
|
|
10957
|
+
"name": "subject",
|
|
10958
|
+
"hasDynamicHelp": false,
|
|
10959
|
+
"multiple": false,
|
|
10960
|
+
"type": "option"
|
|
10961
|
+
},
|
|
10962
|
+
"priority": {
|
|
10963
|
+
"description": "Ticket priority",
|
|
10964
|
+
"name": "priority",
|
|
10965
|
+
"hasDynamicHelp": false,
|
|
10966
|
+
"multiple": false,
|
|
10967
|
+
"type": "option"
|
|
10968
|
+
},
|
|
10969
|
+
"status": {
|
|
10970
|
+
"description": "Ticket status",
|
|
10971
|
+
"name": "status",
|
|
10972
|
+
"hasDynamicHelp": false,
|
|
10973
|
+
"multiple": false,
|
|
10904
10974
|
"type": "option"
|
|
10905
10975
|
},
|
|
10906
|
-
"
|
|
10907
|
-
"description": "
|
|
10908
|
-
"
|
|
10909
|
-
"name": "json",
|
|
10910
|
-
"allowNo": false,
|
|
10911
|
-
"type": "boolean"
|
|
10912
|
-
},
|
|
10913
|
-
"quiet": {
|
|
10914
|
-
"description": "Suppress all output except errors",
|
|
10915
|
-
"helpGroup": "GLOBAL",
|
|
10916
|
-
"name": "quiet",
|
|
10917
|
-
"allowNo": false,
|
|
10918
|
-
"type": "boolean"
|
|
10919
|
-
},
|
|
10920
|
-
"no-color": {
|
|
10921
|
-
"description": "Disable color output",
|
|
10922
|
-
"helpGroup": "GLOBAL",
|
|
10923
|
-
"name": "no-color",
|
|
10924
|
-
"allowNo": false,
|
|
10925
|
-
"type": "boolean"
|
|
10926
|
-
},
|
|
10927
|
-
"profile": {
|
|
10928
|
-
"description": "Named configuration profile to use",
|
|
10929
|
-
"helpGroup": "GLOBAL",
|
|
10930
|
-
"name": "profile",
|
|
10931
|
-
"default": "default",
|
|
10976
|
+
"assigned-to": {
|
|
10977
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10978
|
+
"name": "assigned-to",
|
|
10932
10979
|
"hasDynamicHelp": false,
|
|
10933
10980
|
"multiple": false,
|
|
10934
10981
|
"type": "option"
|
|
10935
10982
|
},
|
|
10936
|
-
"
|
|
10937
|
-
"description": "
|
|
10938
|
-
"
|
|
10939
|
-
"
|
|
10983
|
+
"notify": {
|
|
10984
|
+
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10985
|
+
"name": "notify",
|
|
10986
|
+
"allowNo": true,
|
|
10987
|
+
"type": "boolean"
|
|
10988
|
+
},
|
|
10989
|
+
"data": {
|
|
10990
|
+
"description": "Additional JSON object payload",
|
|
10991
|
+
"name": "data",
|
|
10940
10992
|
"hasDynamicHelp": false,
|
|
10941
10993
|
"multiple": false,
|
|
10942
10994
|
"type": "option"
|
|
@@ -10944,7 +10996,7 @@
|
|
|
10944
10996
|
},
|
|
10945
10997
|
"hasDynamicHelp": false,
|
|
10946
10998
|
"hiddenAliases": [],
|
|
10947
|
-
"id": "
|
|
10999
|
+
"id": "tickets:update",
|
|
10948
11000
|
"pluginAlias": "@instantkom/cli",
|
|
10949
11001
|
"pluginName": "@instantkom/cli",
|
|
10950
11002
|
"pluginType": "core",
|
|
@@ -10954,14 +11006,14 @@
|
|
|
10954
11006
|
"relativePath": [
|
|
10955
11007
|
"dist",
|
|
10956
11008
|
"commands",
|
|
10957
|
-
"
|
|
10958
|
-
"
|
|
11009
|
+
"tickets",
|
|
11010
|
+
"update.js"
|
|
10959
11011
|
]
|
|
10960
11012
|
},
|
|
10961
|
-
"
|
|
11013
|
+
"webhooks:add": {
|
|
10962
11014
|
"aliases": [],
|
|
10963
11015
|
"args": {},
|
|
10964
|
-
"description": "
|
|
11016
|
+
"description": "Add a webhook subscription",
|
|
10965
11017
|
"flags": {
|
|
10966
11018
|
"api-key": {
|
|
10967
11019
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10973,14 +11025,17 @@
|
|
|
10973
11025
|
"type": "option"
|
|
10974
11026
|
},
|
|
10975
11027
|
"format": {
|
|
10976
|
-
"description": "
|
|
11028
|
+
"description": "Output format: text, json, yaml, or table",
|
|
11029
|
+
"helpGroup": "GLOBAL",
|
|
10977
11030
|
"name": "format",
|
|
10978
|
-
"default": "
|
|
11031
|
+
"default": "text",
|
|
10979
11032
|
"hasDynamicHelp": false,
|
|
10980
11033
|
"multiple": false,
|
|
10981
11034
|
"options": [
|
|
10982
|
-
"
|
|
10983
|
-
"json"
|
|
11035
|
+
"text",
|
|
11036
|
+
"json",
|
|
11037
|
+
"yaml",
|
|
11038
|
+
"table"
|
|
10984
11039
|
],
|
|
10985
11040
|
"type": "option"
|
|
10986
11041
|
},
|
|
@@ -11022,9 +11077,24 @@
|
|
|
11022
11077
|
"multiple": false,
|
|
11023
11078
|
"type": "option"
|
|
11024
11079
|
},
|
|
11025
|
-
"
|
|
11026
|
-
"description": "
|
|
11027
|
-
"name": "
|
|
11080
|
+
"event": {
|
|
11081
|
+
"description": "Webhook event to subscribe to",
|
|
11082
|
+
"name": "event",
|
|
11083
|
+
"required": true,
|
|
11084
|
+
"hasDynamicHelp": false,
|
|
11085
|
+
"multiple": false,
|
|
11086
|
+
"options": [
|
|
11087
|
+
"new_contact",
|
|
11088
|
+
"new_message",
|
|
11089
|
+
"broadcast_sent",
|
|
11090
|
+
"contact_updated",
|
|
11091
|
+
"contact_opted_out"
|
|
11092
|
+
],
|
|
11093
|
+
"type": "option"
|
|
11094
|
+
},
|
|
11095
|
+
"url": {
|
|
11096
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
11097
|
+
"name": "url",
|
|
11028
11098
|
"required": true,
|
|
11029
11099
|
"hasDynamicHelp": false,
|
|
11030
11100
|
"multiple": false,
|
|
@@ -11033,7 +11103,7 @@
|
|
|
11033
11103
|
},
|
|
11034
11104
|
"hasDynamicHelp": false,
|
|
11035
11105
|
"hiddenAliases": [],
|
|
11036
|
-
"id": "
|
|
11106
|
+
"id": "webhooks:add",
|
|
11037
11107
|
"pluginAlias": "@instantkom/cli",
|
|
11038
11108
|
"pluginName": "@instantkom/cli",
|
|
11039
11109
|
"pluginType": "core",
|
|
@@ -11043,20 +11113,14 @@
|
|
|
11043
11113
|
"relativePath": [
|
|
11044
11114
|
"dist",
|
|
11045
11115
|
"commands",
|
|
11046
|
-
"
|
|
11047
|
-
"
|
|
11116
|
+
"webhooks",
|
|
11117
|
+
"add.js"
|
|
11048
11118
|
]
|
|
11049
11119
|
},
|
|
11050
|
-
"
|
|
11120
|
+
"webhooks:events": {
|
|
11051
11121
|
"aliases": [],
|
|
11052
|
-
"args": {
|
|
11053
|
-
|
|
11054
|
-
"description": "tag ID",
|
|
11055
|
-
"name": "id",
|
|
11056
|
-
"required": true
|
|
11057
|
-
}
|
|
11058
|
-
},
|
|
11059
|
-
"description": "Get tag by ID",
|
|
11122
|
+
"args": {},
|
|
11123
|
+
"description": "List supported webhook event names",
|
|
11060
11124
|
"flags": {
|
|
11061
11125
|
"api-key": {
|
|
11062
11126
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11123,7 +11187,7 @@
|
|
|
11123
11187
|
},
|
|
11124
11188
|
"hasDynamicHelp": false,
|
|
11125
11189
|
"hiddenAliases": [],
|
|
11126
|
-
"id": "
|
|
11190
|
+
"id": "webhooks:events",
|
|
11127
11191
|
"pluginAlias": "@instantkom/cli",
|
|
11128
11192
|
"pluginName": "@instantkom/cli",
|
|
11129
11193
|
"pluginType": "core",
|
|
@@ -11133,14 +11197,14 @@
|
|
|
11133
11197
|
"relativePath": [
|
|
11134
11198
|
"dist",
|
|
11135
11199
|
"commands",
|
|
11136
|
-
"
|
|
11137
|
-
"
|
|
11200
|
+
"webhooks",
|
|
11201
|
+
"events.js"
|
|
11138
11202
|
]
|
|
11139
11203
|
},
|
|
11140
|
-
"
|
|
11204
|
+
"webhooks:list": {
|
|
11141
11205
|
"aliases": [],
|
|
11142
11206
|
"args": {},
|
|
11143
|
-
"description": "
|
|
11207
|
+
"description": "List webhook subscriptions",
|
|
11144
11208
|
"flags": {
|
|
11145
11209
|
"api-key": {
|
|
11146
11210
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11203,25 +11267,11 @@
|
|
|
11203
11267
|
"hasDynamicHelp": false,
|
|
11204
11268
|
"multiple": false,
|
|
11205
11269
|
"type": "option"
|
|
11206
|
-
},
|
|
11207
|
-
"file": {
|
|
11208
|
-
"description": "JSON file path",
|
|
11209
|
-
"name": "file",
|
|
11210
|
-
"required": true,
|
|
11211
|
-
"hasDynamicHelp": false,
|
|
11212
|
-
"multiple": false,
|
|
11213
|
-
"type": "option"
|
|
11214
|
-
},
|
|
11215
|
-
"skip-duplicates": {
|
|
11216
|
-
"description": "Skip duplicate tags",
|
|
11217
|
-
"name": "skip-duplicates",
|
|
11218
|
-
"allowNo": true,
|
|
11219
|
-
"type": "boolean"
|
|
11220
11270
|
}
|
|
11221
11271
|
},
|
|
11222
11272
|
"hasDynamicHelp": false,
|
|
11223
11273
|
"hiddenAliases": [],
|
|
11224
|
-
"id": "
|
|
11274
|
+
"id": "webhooks:list",
|
|
11225
11275
|
"pluginAlias": "@instantkom/cli",
|
|
11226
11276
|
"pluginName": "@instantkom/cli",
|
|
11227
11277
|
"pluginType": "core",
|
|
@@ -11231,14 +11281,14 @@
|
|
|
11231
11281
|
"relativePath": [
|
|
11232
11282
|
"dist",
|
|
11233
11283
|
"commands",
|
|
11234
|
-
"
|
|
11235
|
-
"
|
|
11284
|
+
"webhooks",
|
|
11285
|
+
"list.js"
|
|
11236
11286
|
]
|
|
11237
11287
|
},
|
|
11238
|
-
"
|
|
11288
|
+
"webhooks:logs": {
|
|
11239
11289
|
"aliases": [],
|
|
11240
11290
|
"args": {},
|
|
11241
|
-
"description": "
|
|
11291
|
+
"description": "Explain webhook log availability",
|
|
11242
11292
|
"flags": {
|
|
11243
11293
|
"api-key": {
|
|
11244
11294
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11301,41 +11351,11 @@
|
|
|
11301
11351
|
"hasDynamicHelp": false,
|
|
11302
11352
|
"multiple": false,
|
|
11303
11353
|
"type": "option"
|
|
11304
|
-
},
|
|
11305
|
-
"page": {
|
|
11306
|
-
"description": "Page number",
|
|
11307
|
-
"name": "page",
|
|
11308
|
-
"default": 1,
|
|
11309
|
-
"hasDynamicHelp": false,
|
|
11310
|
-
"multiple": false,
|
|
11311
|
-
"type": "option"
|
|
11312
|
-
},
|
|
11313
|
-
"limit": {
|
|
11314
|
-
"description": "Items per page",
|
|
11315
|
-
"name": "limit",
|
|
11316
|
-
"default": 20,
|
|
11317
|
-
"hasDynamicHelp": false,
|
|
11318
|
-
"multiple": false,
|
|
11319
|
-
"type": "option"
|
|
11320
|
-
},
|
|
11321
|
-
"search": {
|
|
11322
|
-
"description": "Search by name",
|
|
11323
|
-
"name": "search",
|
|
11324
|
-
"hasDynamicHelp": false,
|
|
11325
|
-
"multiple": false,
|
|
11326
|
-
"type": "option"
|
|
11327
|
-
},
|
|
11328
|
-
"color": {
|
|
11329
|
-
"description": "Filter by color",
|
|
11330
|
-
"name": "color",
|
|
11331
|
-
"hasDynamicHelp": false,
|
|
11332
|
-
"multiple": false,
|
|
11333
|
-
"type": "option"
|
|
11334
11354
|
}
|
|
11335
11355
|
},
|
|
11336
11356
|
"hasDynamicHelp": false,
|
|
11337
11357
|
"hiddenAliases": [],
|
|
11338
|
-
"id": "
|
|
11358
|
+
"id": "webhooks:logs",
|
|
11339
11359
|
"pluginAlias": "@instantkom/cli",
|
|
11340
11360
|
"pluginName": "@instantkom/cli",
|
|
11341
11361
|
"pluginType": "core",
|
|
@@ -11345,20 +11365,20 @@
|
|
|
11345
11365
|
"relativePath": [
|
|
11346
11366
|
"dist",
|
|
11347
11367
|
"commands",
|
|
11348
|
-
"
|
|
11349
|
-
"
|
|
11368
|
+
"webhooks",
|
|
11369
|
+
"logs.js"
|
|
11350
11370
|
]
|
|
11351
11371
|
},
|
|
11352
|
-
"
|
|
11372
|
+
"webhooks:remove": {
|
|
11353
11373
|
"aliases": [],
|
|
11354
11374
|
"args": {
|
|
11355
11375
|
"id": {
|
|
11356
|
-
"description": "
|
|
11376
|
+
"description": "Webhook subscription ID",
|
|
11357
11377
|
"name": "id",
|
|
11358
11378
|
"required": true
|
|
11359
11379
|
}
|
|
11360
11380
|
},
|
|
11361
|
-
"description": "
|
|
11381
|
+
"description": "Remove a webhook subscription",
|
|
11362
11382
|
"flags": {
|
|
11363
11383
|
"api-key": {
|
|
11364
11384
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11421,46 +11441,11 @@
|
|
|
11421
11441
|
"hasDynamicHelp": false,
|
|
11422
11442
|
"multiple": false,
|
|
11423
11443
|
"type": "option"
|
|
11424
|
-
},
|
|
11425
|
-
"name": {
|
|
11426
|
-
"description": "Tag name",
|
|
11427
|
-
"name": "name",
|
|
11428
|
-
"hasDynamicHelp": false,
|
|
11429
|
-
"multiple": false,
|
|
11430
|
-
"type": "option"
|
|
11431
|
-
},
|
|
11432
|
-
"description": {
|
|
11433
|
-
"description": "Tag description",
|
|
11434
|
-
"name": "description",
|
|
11435
|
-
"hasDynamicHelp": false,
|
|
11436
|
-
"multiple": false,
|
|
11437
|
-
"type": "option"
|
|
11438
|
-
},
|
|
11439
|
-
"color": {
|
|
11440
|
-
"description": "Tag color as HEX",
|
|
11441
|
-
"name": "color",
|
|
11442
|
-
"hasDynamicHelp": false,
|
|
11443
|
-
"multiple": false,
|
|
11444
|
-
"type": "option"
|
|
11445
|
-
},
|
|
11446
|
-
"folder": {
|
|
11447
|
-
"description": "Object folder ID",
|
|
11448
|
-
"name": "folder",
|
|
11449
|
-
"hasDynamicHelp": false,
|
|
11450
|
-
"multiple": false,
|
|
11451
|
-
"type": "option"
|
|
11452
|
-
},
|
|
11453
|
-
"data": {
|
|
11454
|
-
"description": "Additional JSON object payload",
|
|
11455
|
-
"name": "data",
|
|
11456
|
-
"hasDynamicHelp": false,
|
|
11457
|
-
"multiple": false,
|
|
11458
|
-
"type": "option"
|
|
11459
11444
|
}
|
|
11460
11445
|
},
|
|
11461
11446
|
"hasDynamicHelp": false,
|
|
11462
11447
|
"hiddenAliases": [],
|
|
11463
|
-
"id": "
|
|
11448
|
+
"id": "webhooks:remove",
|
|
11464
11449
|
"pluginAlias": "@instantkom/cli",
|
|
11465
11450
|
"pluginName": "@instantkom/cli",
|
|
11466
11451
|
"pluginType": "core",
|
|
@@ -11470,14 +11455,14 @@
|
|
|
11470
11455
|
"relativePath": [
|
|
11471
11456
|
"dist",
|
|
11472
11457
|
"commands",
|
|
11473
|
-
"
|
|
11474
|
-
"
|
|
11458
|
+
"webhooks",
|
|
11459
|
+
"remove.js"
|
|
11475
11460
|
]
|
|
11476
11461
|
},
|
|
11477
|
-
"
|
|
11462
|
+
"webhooks:test": {
|
|
11478
11463
|
"aliases": [],
|
|
11479
11464
|
"args": {},
|
|
11480
|
-
"description": "
|
|
11465
|
+
"description": "Send a test webhook payload to a URL",
|
|
11481
11466
|
"flags": {
|
|
11482
11467
|
"api-key": {
|
|
11483
11468
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11541,18 +11526,33 @@
|
|
|
11541
11526
|
"multiple": false,
|
|
11542
11527
|
"type": "option"
|
|
11543
11528
|
},
|
|
11544
|
-
"
|
|
11545
|
-
"description": "
|
|
11546
|
-
"name": "
|
|
11529
|
+
"url": {
|
|
11530
|
+
"description": "Webhook URL to call",
|
|
11531
|
+
"name": "url",
|
|
11547
11532
|
"required": true,
|
|
11548
11533
|
"hasDynamicHelp": false,
|
|
11549
11534
|
"multiple": false,
|
|
11550
11535
|
"type": "option"
|
|
11536
|
+
},
|
|
11537
|
+
"event": {
|
|
11538
|
+
"description": "Event name",
|
|
11539
|
+
"name": "event",
|
|
11540
|
+
"default": "cli.test",
|
|
11541
|
+
"hasDynamicHelp": false,
|
|
11542
|
+
"multiple": false,
|
|
11543
|
+
"type": "option"
|
|
11544
|
+
},
|
|
11545
|
+
"payload": {
|
|
11546
|
+
"description": "Payload JSON",
|
|
11547
|
+
"name": "payload",
|
|
11548
|
+
"hasDynamicHelp": false,
|
|
11549
|
+
"multiple": false,
|
|
11550
|
+
"type": "option"
|
|
11551
11551
|
}
|
|
11552
11552
|
},
|
|
11553
11553
|
"hasDynamicHelp": false,
|
|
11554
11554
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11555
|
+
"id": "webhooks:test",
|
|
11556
11556
|
"pluginAlias": "@instantkom/cli",
|
|
11557
11557
|
"pluginName": "@instantkom/cli",
|
|
11558
11558
|
"pluginType": "core",
|
|
@@ -11562,8 +11562,8 @@
|
|
|
11562
11562
|
"relativePath": [
|
|
11563
11563
|
"dist",
|
|
11564
11564
|
"commands",
|
|
11565
|
-
"
|
|
11566
|
-
"
|
|
11565
|
+
"webhooks",
|
|
11566
|
+
"test.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -15749,16 +15749,16 @@
|
|
|
15749
15749
|
"remove.js"
|
|
15750
15750
|
]
|
|
15751
15751
|
},
|
|
15752
|
-
"
|
|
15752
|
+
"tags:bots:list": {
|
|
15753
15753
|
"aliases": [],
|
|
15754
15754
|
"args": {
|
|
15755
|
-
"
|
|
15756
|
-
"description": "
|
|
15757
|
-
"name": "
|
|
15755
|
+
"id": {
|
|
15756
|
+
"description": "Tag ID",
|
|
15757
|
+
"name": "id",
|
|
15758
15758
|
"required": true
|
|
15759
15759
|
}
|
|
15760
15760
|
},
|
|
15761
|
-
"description": "
|
|
15761
|
+
"description": "List bots that use a specific tag",
|
|
15762
15762
|
"flags": {
|
|
15763
15763
|
"api-key": {
|
|
15764
15764
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15822,17 +15822,18 @@
|
|
|
15822
15822
|
"multiple": false,
|
|
15823
15823
|
"type": "option"
|
|
15824
15824
|
},
|
|
15825
|
-
"
|
|
15826
|
-
"description": "
|
|
15827
|
-
"name": "
|
|
15828
|
-
"
|
|
15825
|
+
"page": {
|
|
15826
|
+
"description": "Page number",
|
|
15827
|
+
"name": "page",
|
|
15828
|
+
"default": 1,
|
|
15829
15829
|
"hasDynamicHelp": false,
|
|
15830
15830
|
"multiple": false,
|
|
15831
15831
|
"type": "option"
|
|
15832
15832
|
},
|
|
15833
|
-
"
|
|
15834
|
-
"description": "
|
|
15835
|
-
"name": "
|
|
15833
|
+
"limit": {
|
|
15834
|
+
"description": "Items per page",
|
|
15835
|
+
"name": "limit",
|
|
15836
|
+
"default": 20,
|
|
15836
15837
|
"hasDynamicHelp": false,
|
|
15837
15838
|
"multiple": false,
|
|
15838
15839
|
"type": "option"
|
|
@@ -15840,7 +15841,7 @@
|
|
|
15840
15841
|
},
|
|
15841
15842
|
"hasDynamicHelp": false,
|
|
15842
15843
|
"hiddenAliases": [],
|
|
15843
|
-
"id": "
|
|
15844
|
+
"id": "tags:bots:list",
|
|
15844
15845
|
"pluginAlias": "@instantkom/cli",
|
|
15845
15846
|
"pluginName": "@instantkom/cli",
|
|
15846
15847
|
"pluginType": "core",
|
|
@@ -15850,26 +15851,21 @@
|
|
|
15850
15851
|
"relativePath": [
|
|
15851
15852
|
"dist",
|
|
15852
15853
|
"commands",
|
|
15853
|
-
"
|
|
15854
|
-
"
|
|
15855
|
-
"
|
|
15854
|
+
"tags",
|
|
15855
|
+
"bots",
|
|
15856
|
+
"list.js"
|
|
15856
15857
|
]
|
|
15857
15858
|
},
|
|
15858
|
-
"
|
|
15859
|
+
"tags:segments:list": {
|
|
15859
15860
|
"aliases": [],
|
|
15860
15861
|
"args": {
|
|
15861
|
-
"
|
|
15862
|
-
"description": "
|
|
15863
|
-
"name": "
|
|
15864
|
-
"required": true
|
|
15865
|
-
},
|
|
15866
|
-
"messageId": {
|
|
15867
|
-
"description": "Message ID",
|
|
15868
|
-
"name": "messageId",
|
|
15862
|
+
"id": {
|
|
15863
|
+
"description": "Tag ID",
|
|
15864
|
+
"name": "id",
|
|
15869
15865
|
"required": true
|
|
15870
15866
|
}
|
|
15871
15867
|
},
|
|
15872
|
-
"description": "
|
|
15868
|
+
"description": "List segments that use a specific tag",
|
|
15873
15869
|
"flags": {
|
|
15874
15870
|
"api-key": {
|
|
15875
15871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15932,11 +15928,27 @@
|
|
|
15932
15928
|
"hasDynamicHelp": false,
|
|
15933
15929
|
"multiple": false,
|
|
15934
15930
|
"type": "option"
|
|
15931
|
+
},
|
|
15932
|
+
"page": {
|
|
15933
|
+
"description": "Page number",
|
|
15934
|
+
"name": "page",
|
|
15935
|
+
"default": 1,
|
|
15936
|
+
"hasDynamicHelp": false,
|
|
15937
|
+
"multiple": false,
|
|
15938
|
+
"type": "option"
|
|
15939
|
+
},
|
|
15940
|
+
"limit": {
|
|
15941
|
+
"description": "Items per page",
|
|
15942
|
+
"name": "limit",
|
|
15943
|
+
"default": 20,
|
|
15944
|
+
"hasDynamicHelp": false,
|
|
15945
|
+
"multiple": false,
|
|
15946
|
+
"type": "option"
|
|
15935
15947
|
}
|
|
15936
15948
|
},
|
|
15937
15949
|
"hasDynamicHelp": false,
|
|
15938
15950
|
"hiddenAliases": [],
|
|
15939
|
-
"id": "
|
|
15951
|
+
"id": "tags:segments:list",
|
|
15940
15952
|
"pluginAlias": "@instantkom/cli",
|
|
15941
15953
|
"pluginName": "@instantkom/cli",
|
|
15942
15954
|
"pluginType": "core",
|
|
@@ -15946,26 +15958,21 @@
|
|
|
15946
15958
|
"relativePath": [
|
|
15947
15959
|
"dist",
|
|
15948
15960
|
"commands",
|
|
15949
|
-
"
|
|
15950
|
-
"
|
|
15951
|
-
"
|
|
15961
|
+
"tags",
|
|
15962
|
+
"segments",
|
|
15963
|
+
"list.js"
|
|
15952
15964
|
]
|
|
15953
15965
|
},
|
|
15954
|
-
"
|
|
15966
|
+
"tags:recipients:add": {
|
|
15955
15967
|
"aliases": [],
|
|
15956
15968
|
"args": {
|
|
15957
|
-
"
|
|
15958
|
-
"description": "
|
|
15959
|
-
"name": "
|
|
15960
|
-
"required": true
|
|
15961
|
-
},
|
|
15962
|
-
"messageId": {
|
|
15963
|
-
"description": "Message ID",
|
|
15964
|
-
"name": "messageId",
|
|
15969
|
+
"tagId": {
|
|
15970
|
+
"description": "Tag ID",
|
|
15971
|
+
"name": "tagId",
|
|
15965
15972
|
"required": true
|
|
15966
15973
|
}
|
|
15967
15974
|
},
|
|
15968
|
-
"description": "
|
|
15975
|
+
"description": "Assign a tag to recipients",
|
|
15969
15976
|
"flags": {
|
|
15970
15977
|
"api-key": {
|
|
15971
15978
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16028,11 +16035,19 @@
|
|
|
16028
16035
|
"hasDynamicHelp": false,
|
|
16029
16036
|
"multiple": false,
|
|
16030
16037
|
"type": "option"
|
|
16038
|
+
},
|
|
16039
|
+
"recipients": {
|
|
16040
|
+
"description": "Comma-separated recipient IDs",
|
|
16041
|
+
"name": "recipients",
|
|
16042
|
+
"required": true,
|
|
16043
|
+
"hasDynamicHelp": false,
|
|
16044
|
+
"multiple": false,
|
|
16045
|
+
"type": "option"
|
|
16031
16046
|
}
|
|
16032
16047
|
},
|
|
16033
16048
|
"hasDynamicHelp": false,
|
|
16034
16049
|
"hiddenAliases": [],
|
|
16035
|
-
"id": "
|
|
16050
|
+
"id": "tags:recipients:add",
|
|
16036
16051
|
"pluginAlias": "@instantkom/cli",
|
|
16037
16052
|
"pluginName": "@instantkom/cli",
|
|
16038
16053
|
"pluginType": "core",
|
|
@@ -16042,21 +16057,21 @@
|
|
|
16042
16057
|
"relativePath": [
|
|
16043
16058
|
"dist",
|
|
16044
16059
|
"commands",
|
|
16045
|
-
"
|
|
16046
|
-
"
|
|
16047
|
-
"
|
|
16060
|
+
"tags",
|
|
16061
|
+
"recipients",
|
|
16062
|
+
"add.js"
|
|
16048
16063
|
]
|
|
16049
16064
|
},
|
|
16050
|
-
"
|
|
16065
|
+
"tags:recipients:remove": {
|
|
16051
16066
|
"aliases": [],
|
|
16052
16067
|
"args": {
|
|
16053
|
-
"
|
|
16054
|
-
"description": "
|
|
16055
|
-
"name": "
|
|
16068
|
+
"tagId": {
|
|
16069
|
+
"description": "Tag ID",
|
|
16070
|
+
"name": "tagId",
|
|
16056
16071
|
"required": true
|
|
16057
16072
|
}
|
|
16058
16073
|
},
|
|
16059
|
-
"description": "
|
|
16074
|
+
"description": "Remove a tag from recipients",
|
|
16060
16075
|
"flags": {
|
|
16061
16076
|
"api-key": {
|
|
16062
16077
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16119,11 +16134,19 @@
|
|
|
16119
16134
|
"hasDynamicHelp": false,
|
|
16120
16135
|
"multiple": false,
|
|
16121
16136
|
"type": "option"
|
|
16137
|
+
},
|
|
16138
|
+
"recipients": {
|
|
16139
|
+
"description": "Comma-separated recipient IDs",
|
|
16140
|
+
"name": "recipients",
|
|
16141
|
+
"required": true,
|
|
16142
|
+
"hasDynamicHelp": false,
|
|
16143
|
+
"multiple": false,
|
|
16144
|
+
"type": "option"
|
|
16122
16145
|
}
|
|
16123
16146
|
},
|
|
16124
16147
|
"hasDynamicHelp": false,
|
|
16125
16148
|
"hiddenAliases": [],
|
|
16126
|
-
"id": "
|
|
16149
|
+
"id": "tags:recipients:remove",
|
|
16127
16150
|
"pluginAlias": "@instantkom/cli",
|
|
16128
16151
|
"pluginName": "@instantkom/cli",
|
|
16129
16152
|
"pluginType": "core",
|
|
@@ -16133,21 +16156,21 @@
|
|
|
16133
16156
|
"relativePath": [
|
|
16134
16157
|
"dist",
|
|
16135
16158
|
"commands",
|
|
16136
|
-
"
|
|
16137
|
-
"
|
|
16138
|
-
"
|
|
16159
|
+
"tags",
|
|
16160
|
+
"recipients",
|
|
16161
|
+
"remove.js"
|
|
16139
16162
|
]
|
|
16140
16163
|
},
|
|
16141
|
-
"
|
|
16164
|
+
"ticket:messages:create": {
|
|
16142
16165
|
"aliases": [],
|
|
16143
16166
|
"args": {
|
|
16144
|
-
"
|
|
16145
|
-
"description": "
|
|
16146
|
-
"name": "
|
|
16167
|
+
"ticketId": {
|
|
16168
|
+
"description": "Ticket ID",
|
|
16169
|
+
"name": "ticketId",
|
|
16147
16170
|
"required": true
|
|
16148
16171
|
}
|
|
16149
16172
|
},
|
|
16150
|
-
"description": "
|
|
16173
|
+
"description": "Create a ticket message",
|
|
16151
16174
|
"flags": {
|
|
16152
16175
|
"api-key": {
|
|
16153
16176
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16211,18 +16234,17 @@
|
|
|
16211
16234
|
"multiple": false,
|
|
16212
16235
|
"type": "option"
|
|
16213
16236
|
},
|
|
16214
|
-
"
|
|
16215
|
-
"description": "
|
|
16216
|
-
"name": "
|
|
16217
|
-
"
|
|
16237
|
+
"message": {
|
|
16238
|
+
"description": "Message text",
|
|
16239
|
+
"name": "message",
|
|
16240
|
+
"required": true,
|
|
16218
16241
|
"hasDynamicHelp": false,
|
|
16219
16242
|
"multiple": false,
|
|
16220
16243
|
"type": "option"
|
|
16221
16244
|
},
|
|
16222
|
-
"
|
|
16223
|
-
"description": "
|
|
16224
|
-
"name": "
|
|
16225
|
-
"default": 20,
|
|
16245
|
+
"data": {
|
|
16246
|
+
"description": "Additional JSON object payload",
|
|
16247
|
+
"name": "data",
|
|
16226
16248
|
"hasDynamicHelp": false,
|
|
16227
16249
|
"multiple": false,
|
|
16228
16250
|
"type": "option"
|
|
@@ -16230,7 +16252,7 @@
|
|
|
16230
16252
|
},
|
|
16231
16253
|
"hasDynamicHelp": false,
|
|
16232
16254
|
"hiddenAliases": [],
|
|
16233
|
-
"id": "
|
|
16255
|
+
"id": "ticket:messages:create",
|
|
16234
16256
|
"pluginAlias": "@instantkom/cli",
|
|
16235
16257
|
"pluginName": "@instantkom/cli",
|
|
16236
16258
|
"pluginType": "core",
|
|
@@ -16240,21 +16262,26 @@
|
|
|
16240
16262
|
"relativePath": [
|
|
16241
16263
|
"dist",
|
|
16242
16264
|
"commands",
|
|
16243
|
-
"
|
|
16244
|
-
"
|
|
16245
|
-
"
|
|
16265
|
+
"ticket",
|
|
16266
|
+
"messages",
|
|
16267
|
+
"create.js"
|
|
16246
16268
|
]
|
|
16247
16269
|
},
|
|
16248
|
-
"
|
|
16270
|
+
"ticket:messages:delete": {
|
|
16249
16271
|
"aliases": [],
|
|
16250
16272
|
"args": {
|
|
16251
|
-
"
|
|
16252
|
-
"description": "
|
|
16253
|
-
"name": "
|
|
16273
|
+
"ticketId": {
|
|
16274
|
+
"description": "Ticket ID",
|
|
16275
|
+
"name": "ticketId",
|
|
16276
|
+
"required": true
|
|
16277
|
+
},
|
|
16278
|
+
"messageId": {
|
|
16279
|
+
"description": "Message ID",
|
|
16280
|
+
"name": "messageId",
|
|
16254
16281
|
"required": true
|
|
16255
16282
|
}
|
|
16256
16283
|
},
|
|
16257
|
-
"description": "
|
|
16284
|
+
"description": "Delete a ticket message",
|
|
16258
16285
|
"flags": {
|
|
16259
16286
|
"api-key": {
|
|
16260
16287
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16317,19 +16344,11 @@
|
|
|
16317
16344
|
"hasDynamicHelp": false,
|
|
16318
16345
|
"multiple": false,
|
|
16319
16346
|
"type": "option"
|
|
16320
|
-
},
|
|
16321
|
-
"recipients": {
|
|
16322
|
-
"description": "Comma-separated recipient IDs",
|
|
16323
|
-
"name": "recipients",
|
|
16324
|
-
"required": true,
|
|
16325
|
-
"hasDynamicHelp": false,
|
|
16326
|
-
"multiple": false,
|
|
16327
|
-
"type": "option"
|
|
16328
16347
|
}
|
|
16329
16348
|
},
|
|
16330
16349
|
"hasDynamicHelp": false,
|
|
16331
16350
|
"hiddenAliases": [],
|
|
16332
|
-
"id": "
|
|
16351
|
+
"id": "ticket:messages:delete",
|
|
16333
16352
|
"pluginAlias": "@instantkom/cli",
|
|
16334
16353
|
"pluginName": "@instantkom/cli",
|
|
16335
16354
|
"pluginType": "core",
|
|
@@ -16339,21 +16358,26 @@
|
|
|
16339
16358
|
"relativePath": [
|
|
16340
16359
|
"dist",
|
|
16341
16360
|
"commands",
|
|
16342
|
-
"
|
|
16343
|
-
"
|
|
16344
|
-
"
|
|
16361
|
+
"ticket",
|
|
16362
|
+
"messages",
|
|
16363
|
+
"delete.js"
|
|
16345
16364
|
]
|
|
16346
16365
|
},
|
|
16347
|
-
"
|
|
16366
|
+
"ticket:messages:get": {
|
|
16348
16367
|
"aliases": [],
|
|
16349
16368
|
"args": {
|
|
16350
|
-
"
|
|
16351
|
-
"description": "
|
|
16352
|
-
"name": "
|
|
16369
|
+
"ticketId": {
|
|
16370
|
+
"description": "Ticket ID",
|
|
16371
|
+
"name": "ticketId",
|
|
16372
|
+
"required": true
|
|
16373
|
+
},
|
|
16374
|
+
"messageId": {
|
|
16375
|
+
"description": "Message ID",
|
|
16376
|
+
"name": "messageId",
|
|
16353
16377
|
"required": true
|
|
16354
16378
|
}
|
|
16355
16379
|
},
|
|
16356
|
-
"description": "
|
|
16380
|
+
"description": "Get a ticket message",
|
|
16357
16381
|
"flags": {
|
|
16358
16382
|
"api-key": {
|
|
16359
16383
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16416,19 +16440,11 @@
|
|
|
16416
16440
|
"hasDynamicHelp": false,
|
|
16417
16441
|
"multiple": false,
|
|
16418
16442
|
"type": "option"
|
|
16419
|
-
},
|
|
16420
|
-
"recipients": {
|
|
16421
|
-
"description": "Comma-separated recipient IDs",
|
|
16422
|
-
"name": "recipients",
|
|
16423
|
-
"required": true,
|
|
16424
|
-
"hasDynamicHelp": false,
|
|
16425
|
-
"multiple": false,
|
|
16426
|
-
"type": "option"
|
|
16427
16443
|
}
|
|
16428
16444
|
},
|
|
16429
16445
|
"hasDynamicHelp": false,
|
|
16430
16446
|
"hiddenAliases": [],
|
|
16431
|
-
"id": "
|
|
16447
|
+
"id": "ticket:messages:get",
|
|
16432
16448
|
"pluginAlias": "@instantkom/cli",
|
|
16433
16449
|
"pluginName": "@instantkom/cli",
|
|
16434
16450
|
"pluginType": "core",
|
|
@@ -16438,21 +16454,21 @@
|
|
|
16438
16454
|
"relativePath": [
|
|
16439
16455
|
"dist",
|
|
16440
16456
|
"commands",
|
|
16441
|
-
"
|
|
16442
|
-
"
|
|
16443
|
-
"
|
|
16457
|
+
"ticket",
|
|
16458
|
+
"messages",
|
|
16459
|
+
"get.js"
|
|
16444
16460
|
]
|
|
16445
16461
|
},
|
|
16446
|
-
"
|
|
16462
|
+
"ticket:messages:list": {
|
|
16447
16463
|
"aliases": [],
|
|
16448
16464
|
"args": {
|
|
16449
|
-
"
|
|
16450
|
-
"description": "
|
|
16451
|
-
"name": "
|
|
16465
|
+
"ticketId": {
|
|
16466
|
+
"description": "Ticket ID",
|
|
16467
|
+
"name": "ticketId",
|
|
16452
16468
|
"required": true
|
|
16453
16469
|
}
|
|
16454
16470
|
},
|
|
16455
|
-
"description": "List
|
|
16471
|
+
"description": "List ticket messages",
|
|
16456
16472
|
"flags": {
|
|
16457
16473
|
"api-key": {
|
|
16458
16474
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16515,27 +16531,11 @@
|
|
|
16515
16531
|
"hasDynamicHelp": false,
|
|
16516
16532
|
"multiple": false,
|
|
16517
16533
|
"type": "option"
|
|
16518
|
-
},
|
|
16519
|
-
"page": {
|
|
16520
|
-
"description": "Page number",
|
|
16521
|
-
"name": "page",
|
|
16522
|
-
"default": 1,
|
|
16523
|
-
"hasDynamicHelp": false,
|
|
16524
|
-
"multiple": false,
|
|
16525
|
-
"type": "option"
|
|
16526
|
-
},
|
|
16527
|
-
"limit": {
|
|
16528
|
-
"description": "Items per page",
|
|
16529
|
-
"name": "limit",
|
|
16530
|
-
"default": 20,
|
|
16531
|
-
"hasDynamicHelp": false,
|
|
16532
|
-
"multiple": false,
|
|
16533
|
-
"type": "option"
|
|
16534
16534
|
}
|
|
16535
16535
|
},
|
|
16536
16536
|
"hasDynamicHelp": false,
|
|
16537
16537
|
"hiddenAliases": [],
|
|
16538
|
-
"id": "
|
|
16538
|
+
"id": "ticket:messages:list",
|
|
16539
16539
|
"pluginAlias": "@instantkom/cli",
|
|
16540
16540
|
"pluginName": "@instantkom/cli",
|
|
16541
16541
|
"pluginType": "core",
|
|
@@ -16545,8 +16545,8 @@
|
|
|
16545
16545
|
"relativePath": [
|
|
16546
16546
|
"dist",
|
|
16547
16547
|
"commands",
|
|
16548
|
-
"
|
|
16549
|
-
"
|
|
16548
|
+
"ticket",
|
|
16549
|
+
"messages",
|
|
16550
16550
|
"list.js"
|
|
16551
16551
|
]
|
|
16552
16552
|
},
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.
|
|
17055
|
+
"version": "3.181.0"
|
|
17056
17056
|
}
|