@instantkom/cli 3.174.0 → 3.176.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 +1654 -1654
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -1073,6 +1073,40 @@
|
|
|
1073
1073
|
"reply.js"
|
|
1074
1074
|
]
|
|
1075
1075
|
},
|
|
1076
|
+
"autocomplete:script": {
|
|
1077
|
+
"aliases": [],
|
|
1078
|
+
"args": {
|
|
1079
|
+
"shell": {
|
|
1080
|
+
"description": "Shell type",
|
|
1081
|
+
"name": "shell",
|
|
1082
|
+
"options": [
|
|
1083
|
+
"zsh",
|
|
1084
|
+
"bash",
|
|
1085
|
+
"fish",
|
|
1086
|
+
"powershell"
|
|
1087
|
+
],
|
|
1088
|
+
"required": false
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"description": "outputs autocomplete config script for shells",
|
|
1092
|
+
"flags": {},
|
|
1093
|
+
"hasDynamicHelp": false,
|
|
1094
|
+
"hidden": true,
|
|
1095
|
+
"hiddenAliases": [],
|
|
1096
|
+
"id": "autocomplete:script",
|
|
1097
|
+
"pluginAlias": "@instantkom/cli",
|
|
1098
|
+
"pluginName": "@instantkom/cli",
|
|
1099
|
+
"pluginType": "core",
|
|
1100
|
+
"strict": true,
|
|
1101
|
+
"enableJsonFlag": false,
|
|
1102
|
+
"isESM": true,
|
|
1103
|
+
"relativePath": [
|
|
1104
|
+
"dist",
|
|
1105
|
+
"commands",
|
|
1106
|
+
"autocomplete",
|
|
1107
|
+
"script.js"
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
1076
1110
|
"auth:login": {
|
|
1077
1111
|
"aliases": [],
|
|
1078
1112
|
"args": {},
|
|
@@ -1255,40 +1289,6 @@
|
|
|
1255
1289
|
"logout.js"
|
|
1256
1290
|
]
|
|
1257
1291
|
},
|
|
1258
|
-
"autocomplete:script": {
|
|
1259
|
-
"aliases": [],
|
|
1260
|
-
"args": {
|
|
1261
|
-
"shell": {
|
|
1262
|
-
"description": "Shell type",
|
|
1263
|
-
"name": "shell",
|
|
1264
|
-
"options": [
|
|
1265
|
-
"zsh",
|
|
1266
|
-
"bash",
|
|
1267
|
-
"fish",
|
|
1268
|
-
"powershell"
|
|
1269
|
-
],
|
|
1270
|
-
"required": false
|
|
1271
|
-
}
|
|
1272
|
-
},
|
|
1273
|
-
"description": "outputs autocomplete config script for shells",
|
|
1274
|
-
"flags": {},
|
|
1275
|
-
"hasDynamicHelp": false,
|
|
1276
|
-
"hidden": true,
|
|
1277
|
-
"hiddenAliases": [],
|
|
1278
|
-
"id": "autocomplete:script",
|
|
1279
|
-
"pluginAlias": "@instantkom/cli",
|
|
1280
|
-
"pluginName": "@instantkom/cli",
|
|
1281
|
-
"pluginType": "core",
|
|
1282
|
-
"strict": true,
|
|
1283
|
-
"enableJsonFlag": false,
|
|
1284
|
-
"isESM": true,
|
|
1285
|
-
"relativePath": [
|
|
1286
|
-
"dist",
|
|
1287
|
-
"commands",
|
|
1288
|
-
"autocomplete",
|
|
1289
|
-
"script.js"
|
|
1290
|
-
]
|
|
1291
|
-
},
|
|
1292
1292
|
"bots:create": {
|
|
1293
1293
|
"aliases": [],
|
|
1294
1294
|
"args": {},
|
|
@@ -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,74 +4872,18 @@
|
|
|
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"
|
|
4874
|
-
},
|
|
4875
|
-
"sources": {
|
|
4876
|
-
"description": "Data sources to export",
|
|
4877
|
-
"name": "sources",
|
|
4878
|
-
"hasDynamicHelp": false,
|
|
4879
|
-
"multiple": false,
|
|
4880
|
-
"type": "option"
|
|
4881
|
-
},
|
|
4882
|
-
"type": {
|
|
4883
|
-
"description": "Alias for --sources",
|
|
4884
|
-
"name": "type",
|
|
4885
|
-
"hasDynamicHelp": false,
|
|
4886
|
-
"multiple": false,
|
|
4887
|
-
"type": "option"
|
|
4888
|
-
},
|
|
4889
|
-
"target": {
|
|
4890
|
-
"description": "Export target/format",
|
|
4891
|
-
"name": "target",
|
|
4892
|
-
"hasDynamicHelp": false,
|
|
4893
|
-
"multiple": false,
|
|
4894
|
-
"type": "option"
|
|
4895
|
-
},
|
|
4896
|
-
"channels": {
|
|
4897
|
-
"description": "Comma-separated channel IDs",
|
|
4898
|
-
"name": "channels",
|
|
4899
|
-
"hasDynamicHelp": false,
|
|
4900
|
-
"multiple": false,
|
|
4901
|
-
"type": "option"
|
|
4902
|
-
},
|
|
4903
|
-
"fields": {
|
|
4904
|
-
"description": "Comma-separated fields",
|
|
4905
|
-
"name": "fields",
|
|
4906
|
-
"hasDynamicHelp": false,
|
|
4907
|
-
"multiple": false,
|
|
4908
|
-
"type": "option"
|
|
4909
|
-
},
|
|
4910
|
-
"filters": {
|
|
4911
|
-
"description": "Filter criteria",
|
|
4912
|
-
"name": "filters",
|
|
4913
|
-
"hasDynamicHelp": false,
|
|
4914
|
-
"multiple": false,
|
|
4915
|
-
"type": "option"
|
|
4916
|
-
},
|
|
4917
|
-
"color": {
|
|
4918
|
-
"description": "Export color as HEX",
|
|
4919
|
-
"name": "color",
|
|
4920
|
-
"hasDynamicHelp": false,
|
|
4921
|
-
"multiple": false,
|
|
4922
|
-
"type": "option"
|
|
4923
|
-
},
|
|
4924
|
-
"data": {
|
|
4925
|
-
"description": "Additional JSON object payload",
|
|
4926
|
-
"name": "data",
|
|
4927
|
-
"hasDynamicHelp": false,
|
|
4928
|
-
"multiple": false,
|
|
4929
|
-
"type": "option"
|
|
4930
4882
|
}
|
|
4931
4883
|
},
|
|
4932
4884
|
"hasDynamicHelp": false,
|
|
4933
4885
|
"hiddenAliases": [],
|
|
4934
|
-
"id": "
|
|
4886
|
+
"id": "custom-fields:bulk-delete",
|
|
4935
4887
|
"pluginAlias": "@instantkom/cli",
|
|
4936
4888
|
"pluginName": "@instantkom/cli",
|
|
4937
4889
|
"pluginType": "core",
|
|
@@ -4941,20 +4893,14 @@
|
|
|
4941
4893
|
"relativePath": [
|
|
4942
4894
|
"dist",
|
|
4943
4895
|
"commands",
|
|
4944
|
-
"
|
|
4945
|
-
"
|
|
4896
|
+
"custom-fields",
|
|
4897
|
+
"bulk-delete.js"
|
|
4946
4898
|
]
|
|
4947
4899
|
},
|
|
4948
|
-
"
|
|
4900
|
+
"custom-fields:create": {
|
|
4949
4901
|
"aliases": [],
|
|
4950
|
-
"args": {
|
|
4951
|
-
|
|
4952
|
-
"description": "Export ID",
|
|
4953
|
-
"name": "id",
|
|
4954
|
-
"required": true
|
|
4955
|
-
}
|
|
4956
|
-
},
|
|
4957
|
-
"description": "Delete an export",
|
|
4902
|
+
"args": {},
|
|
4903
|
+
"description": "Create a custom field",
|
|
4958
4904
|
"flags": {
|
|
4959
4905
|
"api-key": {
|
|
4960
4906
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5017,11 +4963,72 @@
|
|
|
5017
4963
|
"hasDynamicHelp": false,
|
|
5018
4964
|
"multiple": false,
|
|
5019
4965
|
"type": "option"
|
|
4966
|
+
},
|
|
4967
|
+
"name": {
|
|
4968
|
+
"description": "Field name",
|
|
4969
|
+
"name": "name",
|
|
4970
|
+
"required": true,
|
|
4971
|
+
"hasDynamicHelp": false,
|
|
4972
|
+
"multiple": false,
|
|
4973
|
+
"type": "option"
|
|
4974
|
+
},
|
|
4975
|
+
"key": {
|
|
4976
|
+
"description": "Field key",
|
|
4977
|
+
"name": "key",
|
|
4978
|
+
"required": true,
|
|
4979
|
+
"hasDynamicHelp": false,
|
|
4980
|
+
"multiple": false,
|
|
4981
|
+
"type": "option"
|
|
4982
|
+
},
|
|
4983
|
+
"type": {
|
|
4984
|
+
"description": "Field type",
|
|
4985
|
+
"name": "type",
|
|
4986
|
+
"required": true,
|
|
4987
|
+
"hasDynamicHelp": false,
|
|
4988
|
+
"multiple": false,
|
|
4989
|
+
"options": [
|
|
4990
|
+
"text",
|
|
4991
|
+
"number",
|
|
4992
|
+
"date",
|
|
4993
|
+
"dropdown",
|
|
4994
|
+
"checkbox",
|
|
4995
|
+
"url",
|
|
4996
|
+
"email",
|
|
4997
|
+
"phone"
|
|
4998
|
+
],
|
|
4999
|
+
"type": "option"
|
|
5000
|
+
},
|
|
5001
|
+
"required": {
|
|
5002
|
+
"description": "Field is required",
|
|
5003
|
+
"name": "required",
|
|
5004
|
+
"allowNo": false,
|
|
5005
|
+
"type": "boolean"
|
|
5006
|
+
},
|
|
5007
|
+
"default": {
|
|
5008
|
+
"description": "Default value",
|
|
5009
|
+
"name": "default",
|
|
5010
|
+
"hasDynamicHelp": false,
|
|
5011
|
+
"multiple": false,
|
|
5012
|
+
"type": "option"
|
|
5013
|
+
},
|
|
5014
|
+
"options": {
|
|
5015
|
+
"description": "Comma-separated dropdown options",
|
|
5016
|
+
"name": "options",
|
|
5017
|
+
"hasDynamicHelp": false,
|
|
5018
|
+
"multiple": false,
|
|
5019
|
+
"type": "option"
|
|
5020
|
+
},
|
|
5021
|
+
"data": {
|
|
5022
|
+
"description": "Additional JSON object payload",
|
|
5023
|
+
"name": "data",
|
|
5024
|
+
"hasDynamicHelp": false,
|
|
5025
|
+
"multiple": false,
|
|
5026
|
+
"type": "option"
|
|
5020
5027
|
}
|
|
5021
5028
|
},
|
|
5022
5029
|
"hasDynamicHelp": false,
|
|
5023
5030
|
"hiddenAliases": [],
|
|
5024
|
-
"id": "
|
|
5031
|
+
"id": "custom-fields:create",
|
|
5025
5032
|
"pluginAlias": "@instantkom/cli",
|
|
5026
5033
|
"pluginName": "@instantkom/cli",
|
|
5027
5034
|
"pluginType": "core",
|
|
@@ -5031,20 +5038,20 @@
|
|
|
5031
5038
|
"relativePath": [
|
|
5032
5039
|
"dist",
|
|
5033
5040
|
"commands",
|
|
5034
|
-
"
|
|
5035
|
-
"
|
|
5041
|
+
"custom-fields",
|
|
5042
|
+
"create.js"
|
|
5036
5043
|
]
|
|
5037
5044
|
},
|
|
5038
|
-
"
|
|
5045
|
+
"custom-fields:delete": {
|
|
5039
5046
|
"aliases": [],
|
|
5040
5047
|
"args": {
|
|
5041
5048
|
"id": {
|
|
5042
|
-
"description": "
|
|
5049
|
+
"description": "custom field ID",
|
|
5043
5050
|
"name": "id",
|
|
5044
5051
|
"required": true
|
|
5045
5052
|
}
|
|
5046
5053
|
},
|
|
5047
|
-
"description": "
|
|
5054
|
+
"description": "Delete custom field",
|
|
5048
5055
|
"flags": {
|
|
5049
5056
|
"api-key": {
|
|
5050
5057
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5107,18 +5114,11 @@
|
|
|
5107
5114
|
"hasDynamicHelp": false,
|
|
5108
5115
|
"multiple": false,
|
|
5109
5116
|
"type": "option"
|
|
5110
|
-
},
|
|
5111
|
-
"file": {
|
|
5112
|
-
"description": "Output file path",
|
|
5113
|
-
"name": "file",
|
|
5114
|
-
"hasDynamicHelp": false,
|
|
5115
|
-
"multiple": false,
|
|
5116
|
-
"type": "option"
|
|
5117
5117
|
}
|
|
5118
5118
|
},
|
|
5119
5119
|
"hasDynamicHelp": false,
|
|
5120
5120
|
"hiddenAliases": [],
|
|
5121
|
-
"id": "
|
|
5121
|
+
"id": "custom-fields:delete",
|
|
5122
5122
|
"pluginAlias": "@instantkom/cli",
|
|
5123
5123
|
"pluginName": "@instantkom/cli",
|
|
5124
5124
|
"pluginType": "core",
|
|
@@ -5128,20 +5128,20 @@
|
|
|
5128
5128
|
"relativePath": [
|
|
5129
5129
|
"dist",
|
|
5130
5130
|
"commands",
|
|
5131
|
-
"
|
|
5132
|
-
"
|
|
5131
|
+
"custom-fields",
|
|
5132
|
+
"delete.js"
|
|
5133
5133
|
]
|
|
5134
5134
|
},
|
|
5135
|
-
"
|
|
5135
|
+
"custom-fields:get": {
|
|
5136
5136
|
"aliases": [],
|
|
5137
5137
|
"args": {
|
|
5138
5138
|
"id": {
|
|
5139
|
-
"description": "
|
|
5139
|
+
"description": "custom field ID",
|
|
5140
5140
|
"name": "id",
|
|
5141
5141
|
"required": true
|
|
5142
5142
|
}
|
|
5143
5143
|
},
|
|
5144
|
-
"description": "Get
|
|
5144
|
+
"description": "Get custom field by ID",
|
|
5145
5145
|
"flags": {
|
|
5146
5146
|
"api-key": {
|
|
5147
5147
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5208,7 +5208,7 @@
|
|
|
5208
5208
|
},
|
|
5209
5209
|
"hasDynamicHelp": false,
|
|
5210
5210
|
"hiddenAliases": [],
|
|
5211
|
-
"id": "
|
|
5211
|
+
"id": "custom-fields:get",
|
|
5212
5212
|
"pluginAlias": "@instantkom/cli",
|
|
5213
5213
|
"pluginName": "@instantkom/cli",
|
|
5214
5214
|
"pluginType": "core",
|
|
@@ -5218,14 +5218,14 @@
|
|
|
5218
5218
|
"relativePath": [
|
|
5219
5219
|
"dist",
|
|
5220
5220
|
"commands",
|
|
5221
|
-
"
|
|
5221
|
+
"custom-fields",
|
|
5222
5222
|
"get.js"
|
|
5223
5223
|
]
|
|
5224
5224
|
},
|
|
5225
|
-
"
|
|
5225
|
+
"custom-fields:list": {
|
|
5226
5226
|
"aliases": [],
|
|
5227
5227
|
"args": {},
|
|
5228
|
-
"description": "List
|
|
5228
|
+
"description": "List custom fields",
|
|
5229
5229
|
"flags": {
|
|
5230
5230
|
"api-key": {
|
|
5231
5231
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5288,41 +5288,11 @@
|
|
|
5288
5288
|
"hasDynamicHelp": false,
|
|
5289
5289
|
"multiple": false,
|
|
5290
5290
|
"type": "option"
|
|
5291
|
-
},
|
|
5292
|
-
"page": {
|
|
5293
|
-
"description": "Page number",
|
|
5294
|
-
"name": "page",
|
|
5295
|
-
"default": 1,
|
|
5296
|
-
"hasDynamicHelp": false,
|
|
5297
|
-
"multiple": false,
|
|
5298
|
-
"type": "option"
|
|
5299
|
-
},
|
|
5300
|
-
"limit": {
|
|
5301
|
-
"description": "Items per page",
|
|
5302
|
-
"name": "limit",
|
|
5303
|
-
"default": 50,
|
|
5304
|
-
"hasDynamicHelp": false,
|
|
5305
|
-
"multiple": false,
|
|
5306
|
-
"type": "option"
|
|
5307
|
-
},
|
|
5308
|
-
"source": {
|
|
5309
|
-
"description": "Filter by data source",
|
|
5310
|
-
"name": "source",
|
|
5311
|
-
"hasDynamicHelp": false,
|
|
5312
|
-
"multiple": false,
|
|
5313
|
-
"type": "option"
|
|
5314
|
-
},
|
|
5315
|
-
"target": {
|
|
5316
|
-
"description": "Filter by export target/format",
|
|
5317
|
-
"name": "target",
|
|
5318
|
-
"hasDynamicHelp": false,
|
|
5319
|
-
"multiple": false,
|
|
5320
|
-
"type": "option"
|
|
5321
5291
|
}
|
|
5322
5292
|
},
|
|
5323
5293
|
"hasDynamicHelp": false,
|
|
5324
5294
|
"hiddenAliases": [],
|
|
5325
|
-
"id": "
|
|
5295
|
+
"id": "custom-fields:list",
|
|
5326
5296
|
"pluginAlias": "@instantkom/cli",
|
|
5327
5297
|
"pluginName": "@instantkom/cli",
|
|
5328
5298
|
"pluginType": "core",
|
|
@@ -5332,14 +5302,14 @@
|
|
|
5332
5302
|
"relativePath": [
|
|
5333
5303
|
"dist",
|
|
5334
5304
|
"commands",
|
|
5335
|
-
"
|
|
5305
|
+
"custom-fields",
|
|
5336
5306
|
"list.js"
|
|
5337
5307
|
]
|
|
5338
5308
|
},
|
|
5339
|
-
"custom-fields:
|
|
5309
|
+
"custom-fields:reorder": {
|
|
5340
5310
|
"aliases": [],
|
|
5341
5311
|
"args": {},
|
|
5342
|
-
"description": "
|
|
5312
|
+
"description": "Reorder custom fields",
|
|
5343
5313
|
"flags": {
|
|
5344
5314
|
"api-key": {
|
|
5345
5315
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5403,9 +5373,9 @@
|
|
|
5403
5373
|
"multiple": false,
|
|
5404
5374
|
"type": "option"
|
|
5405
5375
|
},
|
|
5406
|
-
"
|
|
5407
|
-
"description": "
|
|
5408
|
-
"name": "
|
|
5376
|
+
"order": {
|
|
5377
|
+
"description": "Order JSON array payload",
|
|
5378
|
+
"name": "order",
|
|
5409
5379
|
"required": true,
|
|
5410
5380
|
"hasDynamicHelp": false,
|
|
5411
5381
|
"multiple": false,
|
|
@@ -5414,7 +5384,7 @@
|
|
|
5414
5384
|
},
|
|
5415
5385
|
"hasDynamicHelp": false,
|
|
5416
5386
|
"hiddenAliases": [],
|
|
5417
|
-
"id": "custom-fields:
|
|
5387
|
+
"id": "custom-fields:reorder",
|
|
5418
5388
|
"pluginAlias": "@instantkom/cli",
|
|
5419
5389
|
"pluginName": "@instantkom/cli",
|
|
5420
5390
|
"pluginType": "core",
|
|
@@ -5425,13 +5395,19 @@
|
|
|
5425
5395
|
"dist",
|
|
5426
5396
|
"commands",
|
|
5427
5397
|
"custom-fields",
|
|
5428
|
-
"
|
|
5398
|
+
"reorder.js"
|
|
5429
5399
|
]
|
|
5430
5400
|
},
|
|
5431
|
-
"custom-fields:
|
|
5401
|
+
"custom-fields:update": {
|
|
5432
5402
|
"aliases": [],
|
|
5433
|
-
"args": {
|
|
5434
|
-
|
|
5403
|
+
"args": {
|
|
5404
|
+
"id": {
|
|
5405
|
+
"description": "Custom field ID",
|
|
5406
|
+
"name": "id",
|
|
5407
|
+
"required": true
|
|
5408
|
+
}
|
|
5409
|
+
},
|
|
5410
|
+
"description": "Update a custom field",
|
|
5435
5411
|
"flags": {
|
|
5436
5412
|
"api-key": {
|
|
5437
5413
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5498,15 +5474,6 @@
|
|
|
5498
5474
|
"name": {
|
|
5499
5475
|
"description": "Field name",
|
|
5500
5476
|
"name": "name",
|
|
5501
|
-
"required": true,
|
|
5502
|
-
"hasDynamicHelp": false,
|
|
5503
|
-
"multiple": false,
|
|
5504
|
-
"type": "option"
|
|
5505
|
-
},
|
|
5506
|
-
"key": {
|
|
5507
|
-
"description": "Field key",
|
|
5508
|
-
"name": "key",
|
|
5509
|
-
"required": true,
|
|
5510
5477
|
"hasDynamicHelp": false,
|
|
5511
5478
|
"multiple": false,
|
|
5512
5479
|
"type": "option"
|
|
@@ -5514,7 +5481,6 @@
|
|
|
5514
5481
|
"type": {
|
|
5515
5482
|
"description": "Field type",
|
|
5516
5483
|
"name": "type",
|
|
5517
|
-
"required": true,
|
|
5518
5484
|
"hasDynamicHelp": false,
|
|
5519
5485
|
"multiple": false,
|
|
5520
5486
|
"options": [
|
|
@@ -5532,7 +5498,13 @@
|
|
|
5532
5498
|
"required": {
|
|
5533
5499
|
"description": "Field is required",
|
|
5534
5500
|
"name": "required",
|
|
5535
|
-
"allowNo":
|
|
5501
|
+
"allowNo": true,
|
|
5502
|
+
"type": "boolean"
|
|
5503
|
+
},
|
|
5504
|
+
"status": {
|
|
5505
|
+
"description": "Field is active",
|
|
5506
|
+
"name": "status",
|
|
5507
|
+
"allowNo": true,
|
|
5536
5508
|
"type": "boolean"
|
|
5537
5509
|
},
|
|
5538
5510
|
"default": {
|
|
@@ -5559,7 +5531,7 @@
|
|
|
5559
5531
|
},
|
|
5560
5532
|
"hasDynamicHelp": false,
|
|
5561
5533
|
"hiddenAliases": [],
|
|
5562
|
-
"id": "custom-fields:
|
|
5534
|
+
"id": "custom-fields:update",
|
|
5563
5535
|
"pluginAlias": "@instantkom/cli",
|
|
5564
5536
|
"pluginName": "@instantkom/cli",
|
|
5565
5537
|
"pluginType": "core",
|
|
@@ -5570,19 +5542,13 @@
|
|
|
5570
5542
|
"dist",
|
|
5571
5543
|
"commands",
|
|
5572
5544
|
"custom-fields",
|
|
5573
|
-
"
|
|
5545
|
+
"update.js"
|
|
5574
5546
|
]
|
|
5575
5547
|
},
|
|
5576
|
-
"
|
|
5548
|
+
"flows:create": {
|
|
5577
5549
|
"aliases": [],
|
|
5578
|
-
"args": {
|
|
5579
|
-
|
|
5580
|
-
"description": "custom field ID",
|
|
5581
|
-
"name": "id",
|
|
5582
|
-
"required": true
|
|
5583
|
-
}
|
|
5584
|
-
},
|
|
5585
|
-
"description": "Delete custom field",
|
|
5550
|
+
"args": {},
|
|
5551
|
+
"description": "Create a flow",
|
|
5586
5552
|
"flags": {
|
|
5587
5553
|
"api-key": {
|
|
5588
5554
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5645,11 +5611,55 @@
|
|
|
5645
5611
|
"hasDynamicHelp": false,
|
|
5646
5612
|
"multiple": false,
|
|
5647
5613
|
"type": "option"
|
|
5614
|
+
},
|
|
5615
|
+
"channel": {
|
|
5616
|
+
"description": "Channel ID",
|
|
5617
|
+
"name": "channel",
|
|
5618
|
+
"required": true,
|
|
5619
|
+
"hasDynamicHelp": false,
|
|
5620
|
+
"multiple": false,
|
|
5621
|
+
"type": "option"
|
|
5622
|
+
},
|
|
5623
|
+
"name": {
|
|
5624
|
+
"description": "Flow name",
|
|
5625
|
+
"name": "name",
|
|
5626
|
+
"required": true,
|
|
5627
|
+
"hasDynamicHelp": false,
|
|
5628
|
+
"multiple": false,
|
|
5629
|
+
"type": "option"
|
|
5630
|
+
},
|
|
5631
|
+
"description": {
|
|
5632
|
+
"description": "Flow description",
|
|
5633
|
+
"name": "description",
|
|
5634
|
+
"hasDynamicHelp": false,
|
|
5635
|
+
"multiple": false,
|
|
5636
|
+
"type": "option"
|
|
5637
|
+
},
|
|
5638
|
+
"color": {
|
|
5639
|
+
"description": "Flow color as HEX",
|
|
5640
|
+
"name": "color",
|
|
5641
|
+
"hasDynamicHelp": false,
|
|
5642
|
+
"multiple": false,
|
|
5643
|
+
"type": "option"
|
|
5644
|
+
},
|
|
5645
|
+
"folder": {
|
|
5646
|
+
"description": "Folder ID",
|
|
5647
|
+
"name": "folder",
|
|
5648
|
+
"hasDynamicHelp": false,
|
|
5649
|
+
"multiple": false,
|
|
5650
|
+
"type": "option"
|
|
5651
|
+
},
|
|
5652
|
+
"data": {
|
|
5653
|
+
"description": "Additional JSON object payload",
|
|
5654
|
+
"name": "data",
|
|
5655
|
+
"hasDynamicHelp": false,
|
|
5656
|
+
"multiple": false,
|
|
5657
|
+
"type": "option"
|
|
5648
5658
|
}
|
|
5649
5659
|
},
|
|
5650
5660
|
"hasDynamicHelp": false,
|
|
5651
5661
|
"hiddenAliases": [],
|
|
5652
|
-
"id": "
|
|
5662
|
+
"id": "flows:create",
|
|
5653
5663
|
"pluginAlias": "@instantkom/cli",
|
|
5654
5664
|
"pluginName": "@instantkom/cli",
|
|
5655
5665
|
"pluginType": "core",
|
|
@@ -5659,20 +5669,20 @@
|
|
|
5659
5669
|
"relativePath": [
|
|
5660
5670
|
"dist",
|
|
5661
5671
|
"commands",
|
|
5662
|
-
"
|
|
5663
|
-
"
|
|
5672
|
+
"flows",
|
|
5673
|
+
"create.js"
|
|
5664
5674
|
]
|
|
5665
5675
|
},
|
|
5666
|
-
"
|
|
5676
|
+
"flows:delete": {
|
|
5667
5677
|
"aliases": [],
|
|
5668
5678
|
"args": {
|
|
5669
5679
|
"id": {
|
|
5670
|
-
"description": "
|
|
5680
|
+
"description": "Flow ID",
|
|
5671
5681
|
"name": "id",
|
|
5672
5682
|
"required": true
|
|
5673
5683
|
}
|
|
5674
5684
|
},
|
|
5675
|
-
"description": "
|
|
5685
|
+
"description": "Delete a flow",
|
|
5676
5686
|
"flags": {
|
|
5677
5687
|
"api-key": {
|
|
5678
5688
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5739,7 +5749,7 @@
|
|
|
5739
5749
|
},
|
|
5740
5750
|
"hasDynamicHelp": false,
|
|
5741
5751
|
"hiddenAliases": [],
|
|
5742
|
-
"id": "
|
|
5752
|
+
"id": "flows:delete",
|
|
5743
5753
|
"pluginAlias": "@instantkom/cli",
|
|
5744
5754
|
"pluginName": "@instantkom/cli",
|
|
5745
5755
|
"pluginType": "core",
|
|
@@ -5749,14 +5759,20 @@
|
|
|
5749
5759
|
"relativePath": [
|
|
5750
5760
|
"dist",
|
|
5751
5761
|
"commands",
|
|
5752
|
-
"
|
|
5753
|
-
"
|
|
5762
|
+
"flows",
|
|
5763
|
+
"delete.js"
|
|
5754
5764
|
]
|
|
5755
5765
|
},
|
|
5756
|
-
"
|
|
5766
|
+
"flows:get": {
|
|
5757
5767
|
"aliases": [],
|
|
5758
|
-
"args": {
|
|
5759
|
-
|
|
5768
|
+
"args": {
|
|
5769
|
+
"id": {
|
|
5770
|
+
"description": "Flow ID",
|
|
5771
|
+
"name": "id",
|
|
5772
|
+
"required": true
|
|
5773
|
+
}
|
|
5774
|
+
},
|
|
5775
|
+
"description": "Get a flow by ID",
|
|
5760
5776
|
"flags": {
|
|
5761
5777
|
"api-key": {
|
|
5762
5778
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5823,7 +5839,7 @@
|
|
|
5823
5839
|
},
|
|
5824
5840
|
"hasDynamicHelp": false,
|
|
5825
5841
|
"hiddenAliases": [],
|
|
5826
|
-
"id": "
|
|
5842
|
+
"id": "flows:get",
|
|
5827
5843
|
"pluginAlias": "@instantkom/cli",
|
|
5828
5844
|
"pluginName": "@instantkom/cli",
|
|
5829
5845
|
"pluginType": "core",
|
|
@@ -5833,14 +5849,14 @@
|
|
|
5833
5849
|
"relativePath": [
|
|
5834
5850
|
"dist",
|
|
5835
5851
|
"commands",
|
|
5836
|
-
"
|
|
5837
|
-
"
|
|
5852
|
+
"flows",
|
|
5853
|
+
"get.js"
|
|
5838
5854
|
]
|
|
5839
5855
|
},
|
|
5840
|
-
"
|
|
5856
|
+
"flows:list": {
|
|
5841
5857
|
"aliases": [],
|
|
5842
5858
|
"args": {},
|
|
5843
|
-
"description": "
|
|
5859
|
+
"description": "List flows",
|
|
5844
5860
|
"flags": {
|
|
5845
5861
|
"api-key": {
|
|
5846
5862
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5904,10 +5920,39 @@
|
|
|
5904
5920
|
"multiple": false,
|
|
5905
5921
|
"type": "option"
|
|
5906
5922
|
},
|
|
5907
|
-
"
|
|
5908
|
-
"description": "
|
|
5909
|
-
"name": "
|
|
5910
|
-
"
|
|
5923
|
+
"page": {
|
|
5924
|
+
"description": "Page number",
|
|
5925
|
+
"name": "page",
|
|
5926
|
+
"default": 1,
|
|
5927
|
+
"hasDynamicHelp": false,
|
|
5928
|
+
"multiple": false,
|
|
5929
|
+
"type": "option"
|
|
5930
|
+
},
|
|
5931
|
+
"limit": {
|
|
5932
|
+
"description": "Items per page",
|
|
5933
|
+
"name": "limit",
|
|
5934
|
+
"default": 20,
|
|
5935
|
+
"hasDynamicHelp": false,
|
|
5936
|
+
"multiple": false,
|
|
5937
|
+
"type": "option"
|
|
5938
|
+
},
|
|
5939
|
+
"channel": {
|
|
5940
|
+
"description": "Filter by channel ID",
|
|
5941
|
+
"name": "channel",
|
|
5942
|
+
"hasDynamicHelp": false,
|
|
5943
|
+
"multiple": false,
|
|
5944
|
+
"type": "option"
|
|
5945
|
+
},
|
|
5946
|
+
"search": {
|
|
5947
|
+
"description": "Search in flow name or description",
|
|
5948
|
+
"name": "search",
|
|
5949
|
+
"hasDynamicHelp": false,
|
|
5950
|
+
"multiple": false,
|
|
5951
|
+
"type": "option"
|
|
5952
|
+
},
|
|
5953
|
+
"folder": {
|
|
5954
|
+
"description": "Filter by folder ID",
|
|
5955
|
+
"name": "folder",
|
|
5911
5956
|
"hasDynamicHelp": false,
|
|
5912
5957
|
"multiple": false,
|
|
5913
5958
|
"type": "option"
|
|
@@ -5915,7 +5960,7 @@
|
|
|
5915
5960
|
},
|
|
5916
5961
|
"hasDynamicHelp": false,
|
|
5917
5962
|
"hiddenAliases": [],
|
|
5918
|
-
"id": "
|
|
5963
|
+
"id": "flows:list",
|
|
5919
5964
|
"pluginAlias": "@instantkom/cli",
|
|
5920
5965
|
"pluginName": "@instantkom/cli",
|
|
5921
5966
|
"pluginType": "core",
|
|
@@ -5925,20 +5970,20 @@
|
|
|
5925
5970
|
"relativePath": [
|
|
5926
5971
|
"dist",
|
|
5927
5972
|
"commands",
|
|
5928
|
-
"
|
|
5929
|
-
"
|
|
5973
|
+
"flows",
|
|
5974
|
+
"list.js"
|
|
5930
5975
|
]
|
|
5931
5976
|
},
|
|
5932
|
-
"
|
|
5977
|
+
"flows:update": {
|
|
5933
5978
|
"aliases": [],
|
|
5934
5979
|
"args": {
|
|
5935
5980
|
"id": {
|
|
5936
|
-
"description": "
|
|
5981
|
+
"description": "Flow ID",
|
|
5937
5982
|
"name": "id",
|
|
5938
5983
|
"required": true
|
|
5939
5984
|
}
|
|
5940
5985
|
},
|
|
5941
|
-
"description": "Update a
|
|
5986
|
+
"description": "Update a flow",
|
|
5942
5987
|
"flags": {
|
|
5943
5988
|
"api-key": {
|
|
5944
5989
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6003,51 +6048,29 @@
|
|
|
6003
6048
|
"type": "option"
|
|
6004
6049
|
},
|
|
6005
6050
|
"name": {
|
|
6006
|
-
"description": "
|
|
6051
|
+
"description": "Flow name",
|
|
6007
6052
|
"name": "name",
|
|
6008
6053
|
"hasDynamicHelp": false,
|
|
6009
6054
|
"multiple": false,
|
|
6010
6055
|
"type": "option"
|
|
6011
6056
|
},
|
|
6012
|
-
"
|
|
6013
|
-
"description": "
|
|
6014
|
-
"name": "
|
|
6057
|
+
"description": {
|
|
6058
|
+
"description": "Flow description",
|
|
6059
|
+
"name": "description",
|
|
6015
6060
|
"hasDynamicHelp": false,
|
|
6016
6061
|
"multiple": false,
|
|
6017
|
-
"options": [
|
|
6018
|
-
"text",
|
|
6019
|
-
"number",
|
|
6020
|
-
"date",
|
|
6021
|
-
"dropdown",
|
|
6022
|
-
"checkbox",
|
|
6023
|
-
"url",
|
|
6024
|
-
"email",
|
|
6025
|
-
"phone"
|
|
6026
|
-
],
|
|
6027
6062
|
"type": "option"
|
|
6028
6063
|
},
|
|
6029
|
-
"
|
|
6030
|
-
"description": "
|
|
6031
|
-
"name": "
|
|
6032
|
-
"allowNo": true,
|
|
6033
|
-
"type": "boolean"
|
|
6034
|
-
},
|
|
6035
|
-
"status": {
|
|
6036
|
-
"description": "Field is active",
|
|
6037
|
-
"name": "status",
|
|
6038
|
-
"allowNo": true,
|
|
6039
|
-
"type": "boolean"
|
|
6040
|
-
},
|
|
6041
|
-
"default": {
|
|
6042
|
-
"description": "Default value",
|
|
6043
|
-
"name": "default",
|
|
6064
|
+
"color": {
|
|
6065
|
+
"description": "Flow color as HEX",
|
|
6066
|
+
"name": "color",
|
|
6044
6067
|
"hasDynamicHelp": false,
|
|
6045
6068
|
"multiple": false,
|
|
6046
6069
|
"type": "option"
|
|
6047
6070
|
},
|
|
6048
|
-
"
|
|
6049
|
-
"description": "
|
|
6050
|
-
"name": "
|
|
6071
|
+
"folder": {
|
|
6072
|
+
"description": "Folder ID",
|
|
6073
|
+
"name": "folder",
|
|
6051
6074
|
"hasDynamicHelp": false,
|
|
6052
6075
|
"multiple": false,
|
|
6053
6076
|
"type": "option"
|
|
@@ -6062,7 +6085,7 @@
|
|
|
6062
6085
|
},
|
|
6063
6086
|
"hasDynamicHelp": false,
|
|
6064
6087
|
"hiddenAliases": [],
|
|
6065
|
-
"id": "
|
|
6088
|
+
"id": "flows:update",
|
|
6066
6089
|
"pluginAlias": "@instantkom/cli",
|
|
6067
6090
|
"pluginName": "@instantkom/cli",
|
|
6068
6091
|
"pluginType": "core",
|
|
@@ -6072,14 +6095,14 @@
|
|
|
6072
6095
|
"relativePath": [
|
|
6073
6096
|
"dist",
|
|
6074
6097
|
"commands",
|
|
6075
|
-
"
|
|
6098
|
+
"flows",
|
|
6076
6099
|
"update.js"
|
|
6077
6100
|
]
|
|
6078
6101
|
},
|
|
6079
|
-
"
|
|
6102
|
+
"messages:bulk-spam": {
|
|
6080
6103
|
"aliases": [],
|
|
6081
6104
|
"args": {},
|
|
6082
|
-
"description": "
|
|
6105
|
+
"description": "Mark or unmark multiple messages as spam",
|
|
6083
6106
|
"flags": {
|
|
6084
6107
|
"api-key": {
|
|
6085
6108
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6143,39 +6166,120 @@
|
|
|
6143
6166
|
"multiple": false,
|
|
6144
6167
|
"type": "option"
|
|
6145
6168
|
},
|
|
6146
|
-
"
|
|
6147
|
-
"description": "
|
|
6148
|
-
"name": "
|
|
6169
|
+
"ids": {
|
|
6170
|
+
"description": "Comma-separated message IDs",
|
|
6171
|
+
"name": "ids",
|
|
6149
6172
|
"required": true,
|
|
6150
6173
|
"hasDynamicHelp": false,
|
|
6151
6174
|
"multiple": false,
|
|
6152
6175
|
"type": "option"
|
|
6153
6176
|
},
|
|
6154
|
-
"
|
|
6155
|
-
"description": "
|
|
6156
|
-
"name": "
|
|
6157
|
-
"
|
|
6177
|
+
"spam": {
|
|
6178
|
+
"description": "Mark messages as spam",
|
|
6179
|
+
"name": "spam",
|
|
6180
|
+
"allowNo": true,
|
|
6181
|
+
"type": "boolean"
|
|
6182
|
+
}
|
|
6183
|
+
},
|
|
6184
|
+
"hasDynamicHelp": false,
|
|
6185
|
+
"hiddenAliases": [],
|
|
6186
|
+
"id": "messages:bulk-spam",
|
|
6187
|
+
"pluginAlias": "@instantkom/cli",
|
|
6188
|
+
"pluginName": "@instantkom/cli",
|
|
6189
|
+
"pluginType": "core",
|
|
6190
|
+
"strict": true,
|
|
6191
|
+
"enableJsonFlag": false,
|
|
6192
|
+
"isESM": true,
|
|
6193
|
+
"relativePath": [
|
|
6194
|
+
"dist",
|
|
6195
|
+
"commands",
|
|
6196
|
+
"messages",
|
|
6197
|
+
"bulk-spam.js"
|
|
6198
|
+
]
|
|
6199
|
+
},
|
|
6200
|
+
"messages:create-ticket": {
|
|
6201
|
+
"aliases": [],
|
|
6202
|
+
"args": {
|
|
6203
|
+
"id": {
|
|
6204
|
+
"description": "Message ID",
|
|
6205
|
+
"name": "id",
|
|
6206
|
+
"required": true
|
|
6207
|
+
}
|
|
6208
|
+
},
|
|
6209
|
+
"description": "Create a ticket from a message",
|
|
6210
|
+
"flags": {
|
|
6211
|
+
"api-key": {
|
|
6212
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
6213
|
+
"env": "IKM_API_KEY",
|
|
6214
|
+
"helpGroup": "GLOBAL",
|
|
6215
|
+
"name": "api-key",
|
|
6158
6216
|
"hasDynamicHelp": false,
|
|
6159
6217
|
"multiple": false,
|
|
6160
6218
|
"type": "option"
|
|
6161
6219
|
},
|
|
6162
|
-
"
|
|
6163
|
-
"description": "
|
|
6164
|
-
"
|
|
6220
|
+
"format": {
|
|
6221
|
+
"description": "Output format: text, json, yaml, or table",
|
|
6222
|
+
"helpGroup": "GLOBAL",
|
|
6223
|
+
"name": "format",
|
|
6224
|
+
"default": "text",
|
|
6165
6225
|
"hasDynamicHelp": false,
|
|
6166
6226
|
"multiple": false,
|
|
6227
|
+
"options": [
|
|
6228
|
+
"text",
|
|
6229
|
+
"json",
|
|
6230
|
+
"yaml",
|
|
6231
|
+
"table"
|
|
6232
|
+
],
|
|
6167
6233
|
"type": "option"
|
|
6168
6234
|
},
|
|
6169
|
-
"
|
|
6170
|
-
"description": "
|
|
6171
|
-
"
|
|
6235
|
+
"json": {
|
|
6236
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
6237
|
+
"helpGroup": "GLOBAL",
|
|
6238
|
+
"name": "json",
|
|
6239
|
+
"allowNo": false,
|
|
6240
|
+
"type": "boolean"
|
|
6241
|
+
},
|
|
6242
|
+
"quiet": {
|
|
6243
|
+
"description": "Suppress all output except errors",
|
|
6244
|
+
"helpGroup": "GLOBAL",
|
|
6245
|
+
"name": "quiet",
|
|
6246
|
+
"allowNo": false,
|
|
6247
|
+
"type": "boolean"
|
|
6248
|
+
},
|
|
6249
|
+
"no-color": {
|
|
6250
|
+
"description": "Disable color output",
|
|
6251
|
+
"helpGroup": "GLOBAL",
|
|
6252
|
+
"name": "no-color",
|
|
6253
|
+
"allowNo": false,
|
|
6254
|
+
"type": "boolean"
|
|
6255
|
+
},
|
|
6256
|
+
"profile": {
|
|
6257
|
+
"description": "Named configuration profile to use",
|
|
6258
|
+
"helpGroup": "GLOBAL",
|
|
6259
|
+
"name": "profile",
|
|
6260
|
+
"default": "default",
|
|
6172
6261
|
"hasDynamicHelp": false,
|
|
6173
6262
|
"multiple": false,
|
|
6174
6263
|
"type": "option"
|
|
6175
6264
|
},
|
|
6176
|
-
"
|
|
6177
|
-
"description": "
|
|
6178
|
-
"
|
|
6265
|
+
"api-url": {
|
|
6266
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
6267
|
+
"helpGroup": "GLOBAL",
|
|
6268
|
+
"name": "api-url",
|
|
6269
|
+
"hasDynamicHelp": false,
|
|
6270
|
+
"multiple": false,
|
|
6271
|
+
"type": "option"
|
|
6272
|
+
},
|
|
6273
|
+
"subject": {
|
|
6274
|
+
"description": "Ticket subject",
|
|
6275
|
+
"name": "subject",
|
|
6276
|
+
"hasDynamicHelp": false,
|
|
6277
|
+
"multiple": false,
|
|
6278
|
+
"type": "option"
|
|
6279
|
+
},
|
|
6280
|
+
"priority": {
|
|
6281
|
+
"description": "Ticket priority",
|
|
6282
|
+
"name": "priority",
|
|
6179
6283
|
"hasDynamicHelp": false,
|
|
6180
6284
|
"multiple": false,
|
|
6181
6285
|
"type": "option"
|
|
@@ -6190,7 +6294,7 @@
|
|
|
6190
6294
|
},
|
|
6191
6295
|
"hasDynamicHelp": false,
|
|
6192
6296
|
"hiddenAliases": [],
|
|
6193
|
-
"id": "
|
|
6297
|
+
"id": "messages:create-ticket",
|
|
6194
6298
|
"pluginAlias": "@instantkom/cli",
|
|
6195
6299
|
"pluginName": "@instantkom/cli",
|
|
6196
6300
|
"pluginType": "core",
|
|
@@ -6200,20 +6304,20 @@
|
|
|
6200
6304
|
"relativePath": [
|
|
6201
6305
|
"dist",
|
|
6202
6306
|
"commands",
|
|
6203
|
-
"
|
|
6204
|
-
"create.js"
|
|
6307
|
+
"messages",
|
|
6308
|
+
"create-ticket.js"
|
|
6205
6309
|
]
|
|
6206
6310
|
},
|
|
6207
|
-
"
|
|
6311
|
+
"messages:delete": {
|
|
6208
6312
|
"aliases": [],
|
|
6209
6313
|
"args": {
|
|
6210
6314
|
"id": {
|
|
6211
|
-
"description": "
|
|
6315
|
+
"description": "message ID",
|
|
6212
6316
|
"name": "id",
|
|
6213
6317
|
"required": true
|
|
6214
6318
|
}
|
|
6215
6319
|
},
|
|
6216
|
-
"description": "Delete
|
|
6320
|
+
"description": "Delete message",
|
|
6217
6321
|
"flags": {
|
|
6218
6322
|
"api-key": {
|
|
6219
6323
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6280,7 +6384,7 @@
|
|
|
6280
6384
|
},
|
|
6281
6385
|
"hasDynamicHelp": false,
|
|
6282
6386
|
"hiddenAliases": [],
|
|
6283
|
-
"id": "
|
|
6387
|
+
"id": "messages:delete",
|
|
6284
6388
|
"pluginAlias": "@instantkom/cli",
|
|
6285
6389
|
"pluginName": "@instantkom/cli",
|
|
6286
6390
|
"pluginType": "core",
|
|
@@ -6290,20 +6394,20 @@
|
|
|
6290
6394
|
"relativePath": [
|
|
6291
6395
|
"dist",
|
|
6292
6396
|
"commands",
|
|
6293
|
-
"
|
|
6397
|
+
"messages",
|
|
6294
6398
|
"delete.js"
|
|
6295
6399
|
]
|
|
6296
6400
|
},
|
|
6297
|
-
"
|
|
6401
|
+
"messages:get": {
|
|
6298
6402
|
"aliases": [],
|
|
6299
6403
|
"args": {
|
|
6300
6404
|
"id": {
|
|
6301
|
-
"description": "
|
|
6405
|
+
"description": "message ID",
|
|
6302
6406
|
"name": "id",
|
|
6303
6407
|
"required": true
|
|
6304
6408
|
}
|
|
6305
6409
|
},
|
|
6306
|
-
"description": "Get
|
|
6410
|
+
"description": "Get message by ID",
|
|
6307
6411
|
"flags": {
|
|
6308
6412
|
"api-key": {
|
|
6309
6413
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6370,7 +6474,7 @@
|
|
|
6370
6474
|
},
|
|
6371
6475
|
"hasDynamicHelp": false,
|
|
6372
6476
|
"hiddenAliases": [],
|
|
6373
|
-
"id": "
|
|
6477
|
+
"id": "messages:get",
|
|
6374
6478
|
"pluginAlias": "@instantkom/cli",
|
|
6375
6479
|
"pluginName": "@instantkom/cli",
|
|
6376
6480
|
"pluginType": "core",
|
|
@@ -6380,14 +6484,14 @@
|
|
|
6380
6484
|
"relativePath": [
|
|
6381
6485
|
"dist",
|
|
6382
6486
|
"commands",
|
|
6383
|
-
"
|
|
6487
|
+
"messages",
|
|
6384
6488
|
"get.js"
|
|
6385
6489
|
]
|
|
6386
6490
|
},
|
|
6387
|
-
"
|
|
6491
|
+
"messages:list": {
|
|
6388
6492
|
"aliases": [],
|
|
6389
6493
|
"args": {},
|
|
6390
|
-
"description": "List
|
|
6494
|
+
"description": "List messages",
|
|
6391
6495
|
"flags": {
|
|
6392
6496
|
"api-key": {
|
|
6393
6497
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6474,24 +6578,48 @@
|
|
|
6474
6578
|
"multiple": false,
|
|
6475
6579
|
"type": "option"
|
|
6476
6580
|
},
|
|
6477
|
-
"
|
|
6478
|
-
"description": "
|
|
6479
|
-
"name": "
|
|
6581
|
+
"recipient": {
|
|
6582
|
+
"description": "Filter by recipient ID",
|
|
6583
|
+
"name": "recipient",
|
|
6480
6584
|
"hasDynamicHelp": false,
|
|
6481
6585
|
"multiple": false,
|
|
6482
6586
|
"type": "option"
|
|
6483
6587
|
},
|
|
6484
|
-
"
|
|
6485
|
-
"description": "
|
|
6486
|
-
"name": "
|
|
6588
|
+
"direction": {
|
|
6589
|
+
"description": "Direction",
|
|
6590
|
+
"name": "direction",
|
|
6591
|
+
"hasDynamicHelp": false,
|
|
6592
|
+
"multiple": false,
|
|
6593
|
+
"options": [
|
|
6594
|
+
"s",
|
|
6595
|
+
"r"
|
|
6596
|
+
],
|
|
6597
|
+
"type": "option"
|
|
6598
|
+
},
|
|
6599
|
+
"type": {
|
|
6600
|
+
"description": "Message type",
|
|
6601
|
+
"name": "type",
|
|
6602
|
+
"hasDynamicHelp": false,
|
|
6603
|
+
"multiple": false,
|
|
6604
|
+
"type": "option"
|
|
6605
|
+
},
|
|
6606
|
+
"search": {
|
|
6607
|
+
"description": "Search messages",
|
|
6608
|
+
"name": "search",
|
|
6487
6609
|
"hasDynamicHelp": false,
|
|
6488
6610
|
"multiple": false,
|
|
6489
6611
|
"type": "option"
|
|
6612
|
+
},
|
|
6613
|
+
"spam": {
|
|
6614
|
+
"description": "Filter spam messages",
|
|
6615
|
+
"name": "spam",
|
|
6616
|
+
"allowNo": false,
|
|
6617
|
+
"type": "boolean"
|
|
6490
6618
|
}
|
|
6491
6619
|
},
|
|
6492
6620
|
"hasDynamicHelp": false,
|
|
6493
6621
|
"hiddenAliases": [],
|
|
6494
|
-
"id": "
|
|
6622
|
+
"id": "messages:list",
|
|
6495
6623
|
"pluginAlias": "@instantkom/cli",
|
|
6496
6624
|
"pluginName": "@instantkom/cli",
|
|
6497
6625
|
"pluginType": "core",
|
|
@@ -6501,20 +6629,20 @@
|
|
|
6501
6629
|
"relativePath": [
|
|
6502
6630
|
"dist",
|
|
6503
6631
|
"commands",
|
|
6504
|
-
"
|
|
6632
|
+
"messages",
|
|
6505
6633
|
"list.js"
|
|
6506
6634
|
]
|
|
6507
6635
|
},
|
|
6508
|
-
"
|
|
6636
|
+
"messages:reactions": {
|
|
6509
6637
|
"aliases": [],
|
|
6510
6638
|
"args": {
|
|
6511
6639
|
"id": {
|
|
6512
|
-
"description": "
|
|
6640
|
+
"description": "Message ID",
|
|
6513
6641
|
"name": "id",
|
|
6514
6642
|
"required": true
|
|
6515
6643
|
}
|
|
6516
6644
|
},
|
|
6517
|
-
"description": "
|
|
6645
|
+
"description": "Get reactions to a message",
|
|
6518
6646
|
"flags": {
|
|
6519
6647
|
"api-key": {
|
|
6520
6648
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6577,46 +6705,11 @@
|
|
|
6577
6705
|
"hasDynamicHelp": false,
|
|
6578
6706
|
"multiple": false,
|
|
6579
6707
|
"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"
|
|
6615
6708
|
}
|
|
6616
6709
|
},
|
|
6617
6710
|
"hasDynamicHelp": false,
|
|
6618
6711
|
"hiddenAliases": [],
|
|
6619
|
-
"id": "
|
|
6712
|
+
"id": "messages:reactions",
|
|
6620
6713
|
"pluginAlias": "@instantkom/cli",
|
|
6621
6714
|
"pluginName": "@instantkom/cli",
|
|
6622
6715
|
"pluginType": "core",
|
|
@@ -6626,14 +6719,20 @@
|
|
|
6626
6719
|
"relativePath": [
|
|
6627
6720
|
"dist",
|
|
6628
6721
|
"commands",
|
|
6629
|
-
"
|
|
6630
|
-
"
|
|
6631
|
-
]
|
|
6722
|
+
"messages",
|
|
6723
|
+
"reactions.js"
|
|
6724
|
+
]
|
|
6632
6725
|
},
|
|
6633
|
-
"messages:
|
|
6726
|
+
"messages:spam": {
|
|
6634
6727
|
"aliases": [],
|
|
6635
|
-
"args": {
|
|
6636
|
-
|
|
6728
|
+
"args": {
|
|
6729
|
+
"id": {
|
|
6730
|
+
"description": "Message ID",
|
|
6731
|
+
"name": "id",
|
|
6732
|
+
"required": true
|
|
6733
|
+
}
|
|
6734
|
+
},
|
|
6735
|
+
"description": "Mark or unmark a message as spam",
|
|
6637
6736
|
"flags": {
|
|
6638
6737
|
"api-key": {
|
|
6639
6738
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6697,16 +6796,8 @@
|
|
|
6697
6796
|
"multiple": false,
|
|
6698
6797
|
"type": "option"
|
|
6699
6798
|
},
|
|
6700
|
-
"ids": {
|
|
6701
|
-
"description": "Comma-separated message IDs",
|
|
6702
|
-
"name": "ids",
|
|
6703
|
-
"required": true,
|
|
6704
|
-
"hasDynamicHelp": false,
|
|
6705
|
-
"multiple": false,
|
|
6706
|
-
"type": "option"
|
|
6707
|
-
},
|
|
6708
6799
|
"spam": {
|
|
6709
|
-
"description": "Mark
|
|
6800
|
+
"description": "Mark as spam",
|
|
6710
6801
|
"name": "spam",
|
|
6711
6802
|
"allowNo": true,
|
|
6712
6803
|
"type": "boolean"
|
|
@@ -6714,7 +6805,7 @@
|
|
|
6714
6805
|
},
|
|
6715
6806
|
"hasDynamicHelp": false,
|
|
6716
6807
|
"hiddenAliases": [],
|
|
6717
|
-
"id": "messages:
|
|
6808
|
+
"id": "messages:spam",
|
|
6718
6809
|
"pluginAlias": "@instantkom/cli",
|
|
6719
6810
|
"pluginName": "@instantkom/cli",
|
|
6720
6811
|
"pluginType": "core",
|
|
@@ -6725,19 +6816,13 @@
|
|
|
6725
6816
|
"dist",
|
|
6726
6817
|
"commands",
|
|
6727
6818
|
"messages",
|
|
6728
|
-
"
|
|
6819
|
+
"spam.js"
|
|
6729
6820
|
]
|
|
6730
6821
|
},
|
|
6731
|
-
"messages:
|
|
6822
|
+
"messages:unread-count": {
|
|
6732
6823
|
"aliases": [],
|
|
6733
|
-
"args": {
|
|
6734
|
-
|
|
6735
|
-
"description": "Message ID",
|
|
6736
|
-
"name": "id",
|
|
6737
|
-
"required": true
|
|
6738
|
-
}
|
|
6739
|
-
},
|
|
6740
|
-
"description": "Create a ticket from a message",
|
|
6824
|
+
"args": {},
|
|
6825
|
+
"description": "Get unread inbox message count",
|
|
6741
6826
|
"flags": {
|
|
6742
6827
|
"api-key": {
|
|
6743
6828
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6800,32 +6885,11 @@
|
|
|
6800
6885
|
"hasDynamicHelp": false,
|
|
6801
6886
|
"multiple": false,
|
|
6802
6887
|
"type": "option"
|
|
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
6888
|
}
|
|
6825
6889
|
},
|
|
6826
6890
|
"hasDynamicHelp": false,
|
|
6827
6891
|
"hiddenAliases": [],
|
|
6828
|
-
"id": "messages:
|
|
6892
|
+
"id": "messages:unread-count",
|
|
6829
6893
|
"pluginAlias": "@instantkom/cli",
|
|
6830
6894
|
"pluginName": "@instantkom/cli",
|
|
6831
6895
|
"pluginType": "core",
|
|
@@ -6836,19 +6900,19 @@
|
|
|
6836
6900
|
"dist",
|
|
6837
6901
|
"commands",
|
|
6838
6902
|
"messages",
|
|
6839
|
-
"
|
|
6903
|
+
"unread-count.js"
|
|
6840
6904
|
]
|
|
6841
6905
|
},
|
|
6842
|
-
"messages:
|
|
6906
|
+
"messages:update": {
|
|
6843
6907
|
"aliases": [],
|
|
6844
6908
|
"args": {
|
|
6845
6909
|
"id": {
|
|
6846
|
-
"description": "
|
|
6910
|
+
"description": "Message ID",
|
|
6847
6911
|
"name": "id",
|
|
6848
6912
|
"required": true
|
|
6849
6913
|
}
|
|
6850
6914
|
},
|
|
6851
|
-
"description": "
|
|
6915
|
+
"description": "Update a message",
|
|
6852
6916
|
"flags": {
|
|
6853
6917
|
"api-key": {
|
|
6854
6918
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6911,11 +6975,58 @@
|
|
|
6911
6975
|
"hasDynamicHelp": false,
|
|
6912
6976
|
"multiple": false,
|
|
6913
6977
|
"type": "option"
|
|
6978
|
+
},
|
|
6979
|
+
"message": {
|
|
6980
|
+
"description": "Message content",
|
|
6981
|
+
"name": "message",
|
|
6982
|
+
"hasDynamicHelp": false,
|
|
6983
|
+
"multiple": false,
|
|
6984
|
+
"type": "option"
|
|
6985
|
+
},
|
|
6986
|
+
"scheduled-at": {
|
|
6987
|
+
"description": "Unix timestamp for scheduled send",
|
|
6988
|
+
"name": "scheduled-at",
|
|
6989
|
+
"hasDynamicHelp": false,
|
|
6990
|
+
"multiple": false,
|
|
6991
|
+
"type": "option"
|
|
6992
|
+
},
|
|
6993
|
+
"hidden": {
|
|
6994
|
+
"description": "Hide message",
|
|
6995
|
+
"name": "hidden",
|
|
6996
|
+
"allowNo": true,
|
|
6997
|
+
"type": "boolean"
|
|
6998
|
+
},
|
|
6999
|
+
"locked": {
|
|
7000
|
+
"description": "Lock message",
|
|
7001
|
+
"name": "locked",
|
|
7002
|
+
"allowNo": true,
|
|
7003
|
+
"type": "boolean"
|
|
7004
|
+
},
|
|
7005
|
+
"buttons": {
|
|
7006
|
+
"description": "Buttons JSON array",
|
|
7007
|
+
"name": "buttons",
|
|
7008
|
+
"hasDynamicHelp": false,
|
|
7009
|
+
"multiple": false,
|
|
7010
|
+
"type": "option"
|
|
7011
|
+
},
|
|
7012
|
+
"header-footer": {
|
|
7013
|
+
"description": "Header/footer JSON object",
|
|
7014
|
+
"name": "header-footer",
|
|
7015
|
+
"hasDynamicHelp": false,
|
|
7016
|
+
"multiple": false,
|
|
7017
|
+
"type": "option"
|
|
7018
|
+
},
|
|
7019
|
+
"data": {
|
|
7020
|
+
"description": "Additional JSON object payload",
|
|
7021
|
+
"name": "data",
|
|
7022
|
+
"hasDynamicHelp": false,
|
|
7023
|
+
"multiple": false,
|
|
7024
|
+
"type": "option"
|
|
6914
7025
|
}
|
|
6915
7026
|
},
|
|
6916
7027
|
"hasDynamicHelp": false,
|
|
6917
7028
|
"hiddenAliases": [],
|
|
6918
|
-
"id": "messages:
|
|
7029
|
+
"id": "messages:update",
|
|
6919
7030
|
"pluginAlias": "@instantkom/cli",
|
|
6920
7031
|
"pluginName": "@instantkom/cli",
|
|
6921
7032
|
"pluginType": "core",
|
|
@@ -6926,19 +7037,13 @@
|
|
|
6926
7037
|
"dist",
|
|
6927
7038
|
"commands",
|
|
6928
7039
|
"messages",
|
|
6929
|
-
"
|
|
7040
|
+
"update.js"
|
|
6930
7041
|
]
|
|
6931
7042
|
},
|
|
6932
|
-
"
|
|
7043
|
+
"exports:create": {
|
|
6933
7044
|
"aliases": [],
|
|
6934
|
-
"args": {
|
|
6935
|
-
|
|
6936
|
-
"description": "message ID",
|
|
6937
|
-
"name": "id",
|
|
6938
|
-
"required": true
|
|
6939
|
-
}
|
|
6940
|
-
},
|
|
6941
|
-
"description": "Get message by ID",
|
|
7045
|
+
"args": {},
|
|
7046
|
+
"description": "Create an export",
|
|
6942
7047
|
"flags": {
|
|
6943
7048
|
"api-key": {
|
|
6944
7049
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6950,18 +7055,10 @@
|
|
|
6950
7055
|
"type": "option"
|
|
6951
7056
|
},
|
|
6952
7057
|
"format": {
|
|
6953
|
-
"description": "
|
|
6954
|
-
"helpGroup": "GLOBAL",
|
|
7058
|
+
"description": "Alias for --target",
|
|
6955
7059
|
"name": "format",
|
|
6956
|
-
"default": "text",
|
|
6957
7060
|
"hasDynamicHelp": false,
|
|
6958
7061
|
"multiple": false,
|
|
6959
|
-
"options": [
|
|
6960
|
-
"text",
|
|
6961
|
-
"json",
|
|
6962
|
-
"yaml",
|
|
6963
|
-
"table"
|
|
6964
|
-
],
|
|
6965
7062
|
"type": "option"
|
|
6966
7063
|
},
|
|
6967
7064
|
"json": {
|
|
@@ -7001,11 +7098,75 @@
|
|
|
7001
7098
|
"hasDynamicHelp": false,
|
|
7002
7099
|
"multiple": false,
|
|
7003
7100
|
"type": "option"
|
|
7101
|
+
},
|
|
7102
|
+
"name": {
|
|
7103
|
+
"description": "Export name",
|
|
7104
|
+
"name": "name",
|
|
7105
|
+
"required": true,
|
|
7106
|
+
"hasDynamicHelp": false,
|
|
7107
|
+
"multiple": false,
|
|
7108
|
+
"type": "option"
|
|
7109
|
+
},
|
|
7110
|
+
"sources": {
|
|
7111
|
+
"description": "Data sources to export",
|
|
7112
|
+
"name": "sources",
|
|
7113
|
+
"hasDynamicHelp": false,
|
|
7114
|
+
"multiple": false,
|
|
7115
|
+
"type": "option"
|
|
7116
|
+
},
|
|
7117
|
+
"type": {
|
|
7118
|
+
"description": "Alias for --sources",
|
|
7119
|
+
"name": "type",
|
|
7120
|
+
"hasDynamicHelp": false,
|
|
7121
|
+
"multiple": false,
|
|
7122
|
+
"type": "option"
|
|
7123
|
+
},
|
|
7124
|
+
"target": {
|
|
7125
|
+
"description": "Export target/format",
|
|
7126
|
+
"name": "target",
|
|
7127
|
+
"hasDynamicHelp": false,
|
|
7128
|
+
"multiple": false,
|
|
7129
|
+
"type": "option"
|
|
7130
|
+
},
|
|
7131
|
+
"channels": {
|
|
7132
|
+
"description": "Comma-separated channel IDs",
|
|
7133
|
+
"name": "channels",
|
|
7134
|
+
"hasDynamicHelp": false,
|
|
7135
|
+
"multiple": false,
|
|
7136
|
+
"type": "option"
|
|
7137
|
+
},
|
|
7138
|
+
"fields": {
|
|
7139
|
+
"description": "Comma-separated fields",
|
|
7140
|
+
"name": "fields",
|
|
7141
|
+
"hasDynamicHelp": false,
|
|
7142
|
+
"multiple": false,
|
|
7143
|
+
"type": "option"
|
|
7144
|
+
},
|
|
7145
|
+
"filters": {
|
|
7146
|
+
"description": "Filter criteria",
|
|
7147
|
+
"name": "filters",
|
|
7148
|
+
"hasDynamicHelp": false,
|
|
7149
|
+
"multiple": false,
|
|
7150
|
+
"type": "option"
|
|
7151
|
+
},
|
|
7152
|
+
"color": {
|
|
7153
|
+
"description": "Export color as HEX",
|
|
7154
|
+
"name": "color",
|
|
7155
|
+
"hasDynamicHelp": false,
|
|
7156
|
+
"multiple": false,
|
|
7157
|
+
"type": "option"
|
|
7158
|
+
},
|
|
7159
|
+
"data": {
|
|
7160
|
+
"description": "Additional JSON object payload",
|
|
7161
|
+
"name": "data",
|
|
7162
|
+
"hasDynamicHelp": false,
|
|
7163
|
+
"multiple": false,
|
|
7164
|
+
"type": "option"
|
|
7004
7165
|
}
|
|
7005
7166
|
},
|
|
7006
7167
|
"hasDynamicHelp": false,
|
|
7007
7168
|
"hiddenAliases": [],
|
|
7008
|
-
"id": "
|
|
7169
|
+
"id": "exports:create",
|
|
7009
7170
|
"pluginAlias": "@instantkom/cli",
|
|
7010
7171
|
"pluginName": "@instantkom/cli",
|
|
7011
7172
|
"pluginType": "core",
|
|
@@ -7015,14 +7176,20 @@
|
|
|
7015
7176
|
"relativePath": [
|
|
7016
7177
|
"dist",
|
|
7017
7178
|
"commands",
|
|
7018
|
-
"
|
|
7019
|
-
"
|
|
7179
|
+
"exports",
|
|
7180
|
+
"create.js"
|
|
7020
7181
|
]
|
|
7021
7182
|
},
|
|
7022
|
-
"
|
|
7183
|
+
"exports:delete": {
|
|
7023
7184
|
"aliases": [],
|
|
7024
|
-
"args": {
|
|
7025
|
-
|
|
7185
|
+
"args": {
|
|
7186
|
+
"id": {
|
|
7187
|
+
"description": "Export ID",
|
|
7188
|
+
"name": "id",
|
|
7189
|
+
"required": true
|
|
7190
|
+
}
|
|
7191
|
+
},
|
|
7192
|
+
"description": "Delete an export",
|
|
7026
7193
|
"flags": {
|
|
7027
7194
|
"api-key": {
|
|
7028
7195
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7085,72 +7252,11 @@
|
|
|
7085
7252
|
"hasDynamicHelp": false,
|
|
7086
7253
|
"multiple": false,
|
|
7087
7254
|
"type": "option"
|
|
7088
|
-
},
|
|
7089
|
-
"page": {
|
|
7090
|
-
"description": "Page number",
|
|
7091
|
-
"name": "page",
|
|
7092
|
-
"default": 1,
|
|
7093
|
-
"hasDynamicHelp": false,
|
|
7094
|
-
"multiple": false,
|
|
7095
|
-
"type": "option"
|
|
7096
|
-
},
|
|
7097
|
-
"limit": {
|
|
7098
|
-
"description": "Items per page",
|
|
7099
|
-
"name": "limit",
|
|
7100
|
-
"default": 20,
|
|
7101
|
-
"hasDynamicHelp": false,
|
|
7102
|
-
"multiple": false,
|
|
7103
|
-
"type": "option"
|
|
7104
|
-
},
|
|
7105
|
-
"channel": {
|
|
7106
|
-
"description": "Filter by channel ID",
|
|
7107
|
-
"name": "channel",
|
|
7108
|
-
"hasDynamicHelp": false,
|
|
7109
|
-
"multiple": false,
|
|
7110
|
-
"type": "option"
|
|
7111
|
-
},
|
|
7112
|
-
"recipient": {
|
|
7113
|
-
"description": "Filter by recipient ID",
|
|
7114
|
-
"name": "recipient",
|
|
7115
|
-
"hasDynamicHelp": false,
|
|
7116
|
-
"multiple": false,
|
|
7117
|
-
"type": "option"
|
|
7118
|
-
},
|
|
7119
|
-
"direction": {
|
|
7120
|
-
"description": "Direction",
|
|
7121
|
-
"name": "direction",
|
|
7122
|
-
"hasDynamicHelp": false,
|
|
7123
|
-
"multiple": false,
|
|
7124
|
-
"options": [
|
|
7125
|
-
"s",
|
|
7126
|
-
"r"
|
|
7127
|
-
],
|
|
7128
|
-
"type": "option"
|
|
7129
|
-
},
|
|
7130
|
-
"type": {
|
|
7131
|
-
"description": "Message type",
|
|
7132
|
-
"name": "type",
|
|
7133
|
-
"hasDynamicHelp": false,
|
|
7134
|
-
"multiple": false,
|
|
7135
|
-
"type": "option"
|
|
7136
|
-
},
|
|
7137
|
-
"search": {
|
|
7138
|
-
"description": "Search messages",
|
|
7139
|
-
"name": "search",
|
|
7140
|
-
"hasDynamicHelp": false,
|
|
7141
|
-
"multiple": false,
|
|
7142
|
-
"type": "option"
|
|
7143
|
-
},
|
|
7144
|
-
"spam": {
|
|
7145
|
-
"description": "Filter spam messages",
|
|
7146
|
-
"name": "spam",
|
|
7147
|
-
"allowNo": false,
|
|
7148
|
-
"type": "boolean"
|
|
7149
7255
|
}
|
|
7150
7256
|
},
|
|
7151
7257
|
"hasDynamicHelp": false,
|
|
7152
7258
|
"hiddenAliases": [],
|
|
7153
|
-
"id": "
|
|
7259
|
+
"id": "exports:delete",
|
|
7154
7260
|
"pluginAlias": "@instantkom/cli",
|
|
7155
7261
|
"pluginName": "@instantkom/cli",
|
|
7156
7262
|
"pluginType": "core",
|
|
@@ -7160,20 +7266,20 @@
|
|
|
7160
7266
|
"relativePath": [
|
|
7161
7267
|
"dist",
|
|
7162
7268
|
"commands",
|
|
7163
|
-
"
|
|
7164
|
-
"
|
|
7269
|
+
"exports",
|
|
7270
|
+
"delete.js"
|
|
7165
7271
|
]
|
|
7166
7272
|
},
|
|
7167
|
-
"
|
|
7273
|
+
"exports:download": {
|
|
7168
7274
|
"aliases": [],
|
|
7169
7275
|
"args": {
|
|
7170
7276
|
"id": {
|
|
7171
|
-
"description": "
|
|
7277
|
+
"description": "Export ID",
|
|
7172
7278
|
"name": "id",
|
|
7173
7279
|
"required": true
|
|
7174
7280
|
}
|
|
7175
7281
|
},
|
|
7176
|
-
"description": "
|
|
7282
|
+
"description": "Download an export file",
|
|
7177
7283
|
"flags": {
|
|
7178
7284
|
"api-key": {
|
|
7179
7285
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7236,11 +7342,18 @@
|
|
|
7236
7342
|
"hasDynamicHelp": false,
|
|
7237
7343
|
"multiple": false,
|
|
7238
7344
|
"type": "option"
|
|
7345
|
+
},
|
|
7346
|
+
"file": {
|
|
7347
|
+
"description": "Output file path",
|
|
7348
|
+
"name": "file",
|
|
7349
|
+
"hasDynamicHelp": false,
|
|
7350
|
+
"multiple": false,
|
|
7351
|
+
"type": "option"
|
|
7239
7352
|
}
|
|
7240
7353
|
},
|
|
7241
7354
|
"hasDynamicHelp": false,
|
|
7242
7355
|
"hiddenAliases": [],
|
|
7243
|
-
"id": "
|
|
7356
|
+
"id": "exports:download",
|
|
7244
7357
|
"pluginAlias": "@instantkom/cli",
|
|
7245
7358
|
"pluginName": "@instantkom/cli",
|
|
7246
7359
|
"pluginType": "core",
|
|
@@ -7250,20 +7363,20 @@
|
|
|
7250
7363
|
"relativePath": [
|
|
7251
7364
|
"dist",
|
|
7252
7365
|
"commands",
|
|
7253
|
-
"
|
|
7254
|
-
"
|
|
7366
|
+
"exports",
|
|
7367
|
+
"download.js"
|
|
7255
7368
|
]
|
|
7256
7369
|
},
|
|
7257
|
-
"
|
|
7370
|
+
"exports:get": {
|
|
7258
7371
|
"aliases": [],
|
|
7259
7372
|
"args": {
|
|
7260
7373
|
"id": {
|
|
7261
|
-
"description": "
|
|
7374
|
+
"description": "Export ID",
|
|
7262
7375
|
"name": "id",
|
|
7263
7376
|
"required": true
|
|
7264
7377
|
}
|
|
7265
7378
|
},
|
|
7266
|
-
"description": "
|
|
7379
|
+
"description": "Get an export by ID",
|
|
7267
7380
|
"flags": {
|
|
7268
7381
|
"api-key": {
|
|
7269
7382
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7326,17 +7439,11 @@
|
|
|
7326
7439
|
"hasDynamicHelp": false,
|
|
7327
7440
|
"multiple": false,
|
|
7328
7441
|
"type": "option"
|
|
7329
|
-
},
|
|
7330
|
-
"spam": {
|
|
7331
|
-
"description": "Mark as spam",
|
|
7332
|
-
"name": "spam",
|
|
7333
|
-
"allowNo": true,
|
|
7334
|
-
"type": "boolean"
|
|
7335
7442
|
}
|
|
7336
7443
|
},
|
|
7337
7444
|
"hasDynamicHelp": false,
|
|
7338
7445
|
"hiddenAliases": [],
|
|
7339
|
-
"id": "
|
|
7446
|
+
"id": "exports:get",
|
|
7340
7447
|
"pluginAlias": "@instantkom/cli",
|
|
7341
7448
|
"pluginName": "@instantkom/cli",
|
|
7342
7449
|
"pluginType": "core",
|
|
@@ -7346,104 +7453,14 @@
|
|
|
7346
7453
|
"relativePath": [
|
|
7347
7454
|
"dist",
|
|
7348
7455
|
"commands",
|
|
7349
|
-
"
|
|
7350
|
-
"
|
|
7456
|
+
"exports",
|
|
7457
|
+
"get.js"
|
|
7351
7458
|
]
|
|
7352
7459
|
},
|
|
7353
|
-
"
|
|
7460
|
+
"exports:list": {
|
|
7354
7461
|
"aliases": [],
|
|
7355
7462
|
"args": {},
|
|
7356
|
-
"description": "
|
|
7357
|
-
"flags": {
|
|
7358
|
-
"api-key": {
|
|
7359
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
7360
|
-
"env": "IKM_API_KEY",
|
|
7361
|
-
"helpGroup": "GLOBAL",
|
|
7362
|
-
"name": "api-key",
|
|
7363
|
-
"hasDynamicHelp": false,
|
|
7364
|
-
"multiple": false,
|
|
7365
|
-
"type": "option"
|
|
7366
|
-
},
|
|
7367
|
-
"format": {
|
|
7368
|
-
"description": "Output format: text, json, yaml, or table",
|
|
7369
|
-
"helpGroup": "GLOBAL",
|
|
7370
|
-
"name": "format",
|
|
7371
|
-
"default": "text",
|
|
7372
|
-
"hasDynamicHelp": false,
|
|
7373
|
-
"multiple": false,
|
|
7374
|
-
"options": [
|
|
7375
|
-
"text",
|
|
7376
|
-
"json",
|
|
7377
|
-
"yaml",
|
|
7378
|
-
"table"
|
|
7379
|
-
],
|
|
7380
|
-
"type": "option"
|
|
7381
|
-
},
|
|
7382
|
-
"json": {
|
|
7383
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
7384
|
-
"helpGroup": "GLOBAL",
|
|
7385
|
-
"name": "json",
|
|
7386
|
-
"allowNo": false,
|
|
7387
|
-
"type": "boolean"
|
|
7388
|
-
},
|
|
7389
|
-
"quiet": {
|
|
7390
|
-
"description": "Suppress all output except errors",
|
|
7391
|
-
"helpGroup": "GLOBAL",
|
|
7392
|
-
"name": "quiet",
|
|
7393
|
-
"allowNo": false,
|
|
7394
|
-
"type": "boolean"
|
|
7395
|
-
},
|
|
7396
|
-
"no-color": {
|
|
7397
|
-
"description": "Disable color output",
|
|
7398
|
-
"helpGroup": "GLOBAL",
|
|
7399
|
-
"name": "no-color",
|
|
7400
|
-
"allowNo": false,
|
|
7401
|
-
"type": "boolean"
|
|
7402
|
-
},
|
|
7403
|
-
"profile": {
|
|
7404
|
-
"description": "Named configuration profile to use",
|
|
7405
|
-
"helpGroup": "GLOBAL",
|
|
7406
|
-
"name": "profile",
|
|
7407
|
-
"default": "default",
|
|
7408
|
-
"hasDynamicHelp": false,
|
|
7409
|
-
"multiple": false,
|
|
7410
|
-
"type": "option"
|
|
7411
|
-
},
|
|
7412
|
-
"api-url": {
|
|
7413
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
7414
|
-
"helpGroup": "GLOBAL",
|
|
7415
|
-
"name": "api-url",
|
|
7416
|
-
"hasDynamicHelp": false,
|
|
7417
|
-
"multiple": false,
|
|
7418
|
-
"type": "option"
|
|
7419
|
-
}
|
|
7420
|
-
},
|
|
7421
|
-
"hasDynamicHelp": false,
|
|
7422
|
-
"hiddenAliases": [],
|
|
7423
|
-
"id": "messages:unread-count",
|
|
7424
|
-
"pluginAlias": "@instantkom/cli",
|
|
7425
|
-
"pluginName": "@instantkom/cli",
|
|
7426
|
-
"pluginType": "core",
|
|
7427
|
-
"strict": true,
|
|
7428
|
-
"enableJsonFlag": false,
|
|
7429
|
-
"isESM": true,
|
|
7430
|
-
"relativePath": [
|
|
7431
|
-
"dist",
|
|
7432
|
-
"commands",
|
|
7433
|
-
"messages",
|
|
7434
|
-
"unread-count.js"
|
|
7435
|
-
]
|
|
7436
|
-
},
|
|
7437
|
-
"messages:update": {
|
|
7438
|
-
"aliases": [],
|
|
7439
|
-
"args": {
|
|
7440
|
-
"id": {
|
|
7441
|
-
"description": "Message ID",
|
|
7442
|
-
"name": "id",
|
|
7443
|
-
"required": true
|
|
7444
|
-
}
|
|
7445
|
-
},
|
|
7446
|
-
"description": "Update a message",
|
|
7463
|
+
"description": "List exports",
|
|
7447
7464
|
"flags": {
|
|
7448
7465
|
"api-key": {
|
|
7449
7466
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -7507,49 +7524,32 @@
|
|
|
7507
7524
|
"multiple": false,
|
|
7508
7525
|
"type": "option"
|
|
7509
7526
|
},
|
|
7510
|
-
"
|
|
7511
|
-
"description": "
|
|
7512
|
-
"name": "
|
|
7513
|
-
"
|
|
7514
|
-
"multiple": false,
|
|
7515
|
-
"type": "option"
|
|
7516
|
-
},
|
|
7517
|
-
"scheduled-at": {
|
|
7518
|
-
"description": "Unix timestamp for scheduled send",
|
|
7519
|
-
"name": "scheduled-at",
|
|
7527
|
+
"page": {
|
|
7528
|
+
"description": "Page number",
|
|
7529
|
+
"name": "page",
|
|
7530
|
+
"default": 1,
|
|
7520
7531
|
"hasDynamicHelp": false,
|
|
7521
7532
|
"multiple": false,
|
|
7522
7533
|
"type": "option"
|
|
7523
7534
|
},
|
|
7524
|
-
"
|
|
7525
|
-
"description": "
|
|
7526
|
-
"name": "
|
|
7527
|
-
"
|
|
7528
|
-
"type": "boolean"
|
|
7529
|
-
},
|
|
7530
|
-
"locked": {
|
|
7531
|
-
"description": "Lock message",
|
|
7532
|
-
"name": "locked",
|
|
7533
|
-
"allowNo": true,
|
|
7534
|
-
"type": "boolean"
|
|
7535
|
-
},
|
|
7536
|
-
"buttons": {
|
|
7537
|
-
"description": "Buttons JSON array",
|
|
7538
|
-
"name": "buttons",
|
|
7535
|
+
"limit": {
|
|
7536
|
+
"description": "Items per page",
|
|
7537
|
+
"name": "limit",
|
|
7538
|
+
"default": 50,
|
|
7539
7539
|
"hasDynamicHelp": false,
|
|
7540
7540
|
"multiple": false,
|
|
7541
7541
|
"type": "option"
|
|
7542
7542
|
},
|
|
7543
|
-
"
|
|
7544
|
-
"description": "
|
|
7545
|
-
"name": "
|
|
7543
|
+
"source": {
|
|
7544
|
+
"description": "Filter by data source",
|
|
7545
|
+
"name": "source",
|
|
7546
7546
|
"hasDynamicHelp": false,
|
|
7547
7547
|
"multiple": false,
|
|
7548
7548
|
"type": "option"
|
|
7549
7549
|
},
|
|
7550
|
-
"
|
|
7551
|
-
"description": "
|
|
7552
|
-
"name": "
|
|
7550
|
+
"target": {
|
|
7551
|
+
"description": "Filter by export target/format",
|
|
7552
|
+
"name": "target",
|
|
7553
7553
|
"hasDynamicHelp": false,
|
|
7554
7554
|
"multiple": false,
|
|
7555
7555
|
"type": "option"
|
|
@@ -7557,7 +7557,7 @@
|
|
|
7557
7557
|
},
|
|
7558
7558
|
"hasDynamicHelp": false,
|
|
7559
7559
|
"hiddenAliases": [],
|
|
7560
|
-
"id": "
|
|
7560
|
+
"id": "exports:list",
|
|
7561
7561
|
"pluginAlias": "@instantkom/cli",
|
|
7562
7562
|
"pluginName": "@instantkom/cli",
|
|
7563
7563
|
"pluginType": "core",
|
|
@@ -7567,8 +7567,8 @@
|
|
|
7567
7567
|
"relativePath": [
|
|
7568
7568
|
"dist",
|
|
7569
7569
|
"commands",
|
|
7570
|
-
"
|
|
7571
|
-
"
|
|
7570
|
+
"exports",
|
|
7571
|
+
"list.js"
|
|
7572
7572
|
]
|
|
7573
7573
|
},
|
|
7574
7574
|
"segments:create": {
|
|
@@ -8270,279 +8270,16 @@
|
|
|
8270
8270
|
"create.js"
|
|
8271
8271
|
]
|
|
8272
8272
|
},
|
|
8273
|
-
"tags:delete": {
|
|
8274
|
-
"aliases": [],
|
|
8275
|
-
"args": {
|
|
8276
|
-
"id": {
|
|
8277
|
-
"description": "tag ID",
|
|
8278
|
-
"name": "id",
|
|
8279
|
-
"required": true
|
|
8280
|
-
}
|
|
8281
|
-
},
|
|
8282
|
-
"description": "Delete tag",
|
|
8283
|
-
"flags": {
|
|
8284
|
-
"api-key": {
|
|
8285
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
8286
|
-
"env": "IKM_API_KEY",
|
|
8287
|
-
"helpGroup": "GLOBAL",
|
|
8288
|
-
"name": "api-key",
|
|
8289
|
-
"hasDynamicHelp": false,
|
|
8290
|
-
"multiple": false,
|
|
8291
|
-
"type": "option"
|
|
8292
|
-
},
|
|
8293
|
-
"format": {
|
|
8294
|
-
"description": "Output format: text, json, yaml, or table",
|
|
8295
|
-
"helpGroup": "GLOBAL",
|
|
8296
|
-
"name": "format",
|
|
8297
|
-
"default": "text",
|
|
8298
|
-
"hasDynamicHelp": false,
|
|
8299
|
-
"multiple": false,
|
|
8300
|
-
"options": [
|
|
8301
|
-
"text",
|
|
8302
|
-
"json",
|
|
8303
|
-
"yaml",
|
|
8304
|
-
"table"
|
|
8305
|
-
],
|
|
8306
|
-
"type": "option"
|
|
8307
|
-
},
|
|
8308
|
-
"json": {
|
|
8309
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
8310
|
-
"helpGroup": "GLOBAL",
|
|
8311
|
-
"name": "json",
|
|
8312
|
-
"allowNo": false,
|
|
8313
|
-
"type": "boolean"
|
|
8314
|
-
},
|
|
8315
|
-
"quiet": {
|
|
8316
|
-
"description": "Suppress all output except errors",
|
|
8317
|
-
"helpGroup": "GLOBAL",
|
|
8318
|
-
"name": "quiet",
|
|
8319
|
-
"allowNo": false,
|
|
8320
|
-
"type": "boolean"
|
|
8321
|
-
},
|
|
8322
|
-
"no-color": {
|
|
8323
|
-
"description": "Disable color output",
|
|
8324
|
-
"helpGroup": "GLOBAL",
|
|
8325
|
-
"name": "no-color",
|
|
8326
|
-
"allowNo": false,
|
|
8327
|
-
"type": "boolean"
|
|
8328
|
-
},
|
|
8329
|
-
"profile": {
|
|
8330
|
-
"description": "Named configuration profile to use",
|
|
8331
|
-
"helpGroup": "GLOBAL",
|
|
8332
|
-
"name": "profile",
|
|
8333
|
-
"default": "default",
|
|
8334
|
-
"hasDynamicHelp": false,
|
|
8335
|
-
"multiple": false,
|
|
8336
|
-
"type": "option"
|
|
8337
|
-
},
|
|
8338
|
-
"api-url": {
|
|
8339
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
8340
|
-
"helpGroup": "GLOBAL",
|
|
8341
|
-
"name": "api-url",
|
|
8342
|
-
"hasDynamicHelp": false,
|
|
8343
|
-
"multiple": false,
|
|
8344
|
-
"type": "option"
|
|
8345
|
-
}
|
|
8346
|
-
},
|
|
8347
|
-
"hasDynamicHelp": false,
|
|
8348
|
-
"hiddenAliases": [],
|
|
8349
|
-
"id": "tags:delete",
|
|
8350
|
-
"pluginAlias": "@instantkom/cli",
|
|
8351
|
-
"pluginName": "@instantkom/cli",
|
|
8352
|
-
"pluginType": "core",
|
|
8353
|
-
"strict": true,
|
|
8354
|
-
"enableJsonFlag": false,
|
|
8355
|
-
"isESM": true,
|
|
8356
|
-
"relativePath": [
|
|
8357
|
-
"dist",
|
|
8358
|
-
"commands",
|
|
8359
|
-
"tags",
|
|
8360
|
-
"delete.js"
|
|
8361
|
-
]
|
|
8362
|
-
},
|
|
8363
|
-
"tags:export": {
|
|
8364
|
-
"aliases": [],
|
|
8365
|
-
"args": {},
|
|
8366
|
-
"description": "Export tags to a file",
|
|
8367
|
-
"flags": {
|
|
8368
|
-
"api-key": {
|
|
8369
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
8370
|
-
"env": "IKM_API_KEY",
|
|
8371
|
-
"helpGroup": "GLOBAL",
|
|
8372
|
-
"name": "api-key",
|
|
8373
|
-
"hasDynamicHelp": false,
|
|
8374
|
-
"multiple": false,
|
|
8375
|
-
"type": "option"
|
|
8376
|
-
},
|
|
8377
|
-
"format": {
|
|
8378
|
-
"description": "Export format",
|
|
8379
|
-
"name": "format",
|
|
8380
|
-
"default": "csv",
|
|
8381
|
-
"hasDynamicHelp": false,
|
|
8382
|
-
"multiple": false,
|
|
8383
|
-
"options": [
|
|
8384
|
-
"csv",
|
|
8385
|
-
"json"
|
|
8386
|
-
],
|
|
8387
|
-
"type": "option"
|
|
8388
|
-
},
|
|
8389
|
-
"json": {
|
|
8390
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
8391
|
-
"helpGroup": "GLOBAL",
|
|
8392
|
-
"name": "json",
|
|
8393
|
-
"allowNo": false,
|
|
8394
|
-
"type": "boolean"
|
|
8395
|
-
},
|
|
8396
|
-
"quiet": {
|
|
8397
|
-
"description": "Suppress all output except errors",
|
|
8398
|
-
"helpGroup": "GLOBAL",
|
|
8399
|
-
"name": "quiet",
|
|
8400
|
-
"allowNo": false,
|
|
8401
|
-
"type": "boolean"
|
|
8402
|
-
},
|
|
8403
|
-
"no-color": {
|
|
8404
|
-
"description": "Disable color output",
|
|
8405
|
-
"helpGroup": "GLOBAL",
|
|
8406
|
-
"name": "no-color",
|
|
8407
|
-
"allowNo": false,
|
|
8408
|
-
"type": "boolean"
|
|
8409
|
-
},
|
|
8410
|
-
"profile": {
|
|
8411
|
-
"description": "Named configuration profile to use",
|
|
8412
|
-
"helpGroup": "GLOBAL",
|
|
8413
|
-
"name": "profile",
|
|
8414
|
-
"default": "default",
|
|
8415
|
-
"hasDynamicHelp": false,
|
|
8416
|
-
"multiple": false,
|
|
8417
|
-
"type": "option"
|
|
8418
|
-
},
|
|
8419
|
-
"api-url": {
|
|
8420
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
8421
|
-
"helpGroup": "GLOBAL",
|
|
8422
|
-
"name": "api-url",
|
|
8423
|
-
"hasDynamicHelp": false,
|
|
8424
|
-
"multiple": false,
|
|
8425
|
-
"type": "option"
|
|
8426
|
-
},
|
|
8427
|
-
"file": {
|
|
8428
|
-
"description": "Output file path",
|
|
8429
|
-
"name": "file",
|
|
8430
|
-
"required": true,
|
|
8431
|
-
"hasDynamicHelp": false,
|
|
8432
|
-
"multiple": false,
|
|
8433
|
-
"type": "option"
|
|
8434
|
-
}
|
|
8435
|
-
},
|
|
8436
|
-
"hasDynamicHelp": false,
|
|
8437
|
-
"hiddenAliases": [],
|
|
8438
|
-
"id": "tags:export",
|
|
8439
|
-
"pluginAlias": "@instantkom/cli",
|
|
8440
|
-
"pluginName": "@instantkom/cli",
|
|
8441
|
-
"pluginType": "core",
|
|
8442
|
-
"strict": true,
|
|
8443
|
-
"enableJsonFlag": false,
|
|
8444
|
-
"isESM": true,
|
|
8445
|
-
"relativePath": [
|
|
8446
|
-
"dist",
|
|
8447
|
-
"commands",
|
|
8448
|
-
"tags",
|
|
8449
|
-
"export.js"
|
|
8450
|
-
]
|
|
8451
|
-
},
|
|
8452
|
-
"tags:get": {
|
|
8453
|
-
"aliases": [],
|
|
8454
|
-
"args": {
|
|
8455
|
-
"id": {
|
|
8456
|
-
"description": "tag ID",
|
|
8457
|
-
"name": "id",
|
|
8458
|
-
"required": true
|
|
8459
|
-
}
|
|
8460
|
-
},
|
|
8461
|
-
"description": "Get tag by ID",
|
|
8462
|
-
"flags": {
|
|
8463
|
-
"api-key": {
|
|
8464
|
-
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
8465
|
-
"env": "IKM_API_KEY",
|
|
8466
|
-
"helpGroup": "GLOBAL",
|
|
8467
|
-
"name": "api-key",
|
|
8468
|
-
"hasDynamicHelp": false,
|
|
8469
|
-
"multiple": false,
|
|
8470
|
-
"type": "option"
|
|
8471
|
-
},
|
|
8472
|
-
"format": {
|
|
8473
|
-
"description": "Output format: text, json, yaml, or table",
|
|
8474
|
-
"helpGroup": "GLOBAL",
|
|
8475
|
-
"name": "format",
|
|
8476
|
-
"default": "text",
|
|
8477
|
-
"hasDynamicHelp": false,
|
|
8478
|
-
"multiple": false,
|
|
8479
|
-
"options": [
|
|
8480
|
-
"text",
|
|
8481
|
-
"json",
|
|
8482
|
-
"yaml",
|
|
8483
|
-
"table"
|
|
8484
|
-
],
|
|
8485
|
-
"type": "option"
|
|
8486
|
-
},
|
|
8487
|
-
"json": {
|
|
8488
|
-
"description": "Output in JSON format (alias for --format=json)",
|
|
8489
|
-
"helpGroup": "GLOBAL",
|
|
8490
|
-
"name": "json",
|
|
8491
|
-
"allowNo": false,
|
|
8492
|
-
"type": "boolean"
|
|
8493
|
-
},
|
|
8494
|
-
"quiet": {
|
|
8495
|
-
"description": "Suppress all output except errors",
|
|
8496
|
-
"helpGroup": "GLOBAL",
|
|
8497
|
-
"name": "quiet",
|
|
8498
|
-
"allowNo": false,
|
|
8499
|
-
"type": "boolean"
|
|
8500
|
-
},
|
|
8501
|
-
"no-color": {
|
|
8502
|
-
"description": "Disable color output",
|
|
8503
|
-
"helpGroup": "GLOBAL",
|
|
8504
|
-
"name": "no-color",
|
|
8505
|
-
"allowNo": false,
|
|
8506
|
-
"type": "boolean"
|
|
8507
|
-
},
|
|
8508
|
-
"profile": {
|
|
8509
|
-
"description": "Named configuration profile to use",
|
|
8510
|
-
"helpGroup": "GLOBAL",
|
|
8511
|
-
"name": "profile",
|
|
8512
|
-
"default": "default",
|
|
8513
|
-
"hasDynamicHelp": false,
|
|
8514
|
-
"multiple": false,
|
|
8515
|
-
"type": "option"
|
|
8516
|
-
},
|
|
8517
|
-
"api-url": {
|
|
8518
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
8519
|
-
"helpGroup": "GLOBAL",
|
|
8520
|
-
"name": "api-url",
|
|
8521
|
-
"hasDynamicHelp": false,
|
|
8522
|
-
"multiple": false,
|
|
8523
|
-
"type": "option"
|
|
8524
|
-
}
|
|
8525
|
-
},
|
|
8526
|
-
"hasDynamicHelp": false,
|
|
8527
|
-
"hiddenAliases": [],
|
|
8528
|
-
"id": "tags:get",
|
|
8529
|
-
"pluginAlias": "@instantkom/cli",
|
|
8530
|
-
"pluginName": "@instantkom/cli",
|
|
8531
|
-
"pluginType": "core",
|
|
8532
|
-
"strict": true,
|
|
8533
|
-
"enableJsonFlag": false,
|
|
8534
|
-
"isESM": true,
|
|
8535
|
-
"relativePath": [
|
|
8536
|
-
"dist",
|
|
8537
|
-
"commands",
|
|
8538
|
-
"tags",
|
|
8539
|
-
"get.js"
|
|
8540
|
-
]
|
|
8541
|
-
},
|
|
8542
|
-
"tags:import": {
|
|
8273
|
+
"tags:delete": {
|
|
8543
8274
|
"aliases": [],
|
|
8544
|
-
"args": {
|
|
8545
|
-
|
|
8275
|
+
"args": {
|
|
8276
|
+
"id": {
|
|
8277
|
+
"description": "tag ID",
|
|
8278
|
+
"name": "id",
|
|
8279
|
+
"required": true
|
|
8280
|
+
}
|
|
8281
|
+
},
|
|
8282
|
+
"description": "Delete tag",
|
|
8546
8283
|
"flags": {
|
|
8547
8284
|
"api-key": {
|
|
8548
8285
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8605,25 +8342,11 @@
|
|
|
8605
8342
|
"hasDynamicHelp": false,
|
|
8606
8343
|
"multiple": false,
|
|
8607
8344
|
"type": "option"
|
|
8608
|
-
},
|
|
8609
|
-
"file": {
|
|
8610
|
-
"description": "JSON file path",
|
|
8611
|
-
"name": "file",
|
|
8612
|
-
"required": true,
|
|
8613
|
-
"hasDynamicHelp": false,
|
|
8614
|
-
"multiple": false,
|
|
8615
|
-
"type": "option"
|
|
8616
|
-
},
|
|
8617
|
-
"skip-duplicates": {
|
|
8618
|
-
"description": "Skip duplicate tags",
|
|
8619
|
-
"name": "skip-duplicates",
|
|
8620
|
-
"allowNo": true,
|
|
8621
|
-
"type": "boolean"
|
|
8622
8345
|
}
|
|
8623
8346
|
},
|
|
8624
8347
|
"hasDynamicHelp": false,
|
|
8625
8348
|
"hiddenAliases": [],
|
|
8626
|
-
"id": "tags:
|
|
8349
|
+
"id": "tags:delete",
|
|
8627
8350
|
"pluginAlias": "@instantkom/cli",
|
|
8628
8351
|
"pluginName": "@instantkom/cli",
|
|
8629
8352
|
"pluginType": "core",
|
|
@@ -8634,13 +8357,13 @@
|
|
|
8634
8357
|
"dist",
|
|
8635
8358
|
"commands",
|
|
8636
8359
|
"tags",
|
|
8637
|
-
"
|
|
8360
|
+
"delete.js"
|
|
8638
8361
|
]
|
|
8639
8362
|
},
|
|
8640
|
-
"tags:
|
|
8363
|
+
"tags:export": {
|
|
8641
8364
|
"aliases": [],
|
|
8642
8365
|
"args": {},
|
|
8643
|
-
"description": "
|
|
8366
|
+
"description": "Export tags to a file",
|
|
8644
8367
|
"flags": {
|
|
8645
8368
|
"api-key": {
|
|
8646
8369
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8652,17 +8375,14 @@
|
|
|
8652
8375
|
"type": "option"
|
|
8653
8376
|
},
|
|
8654
8377
|
"format": {
|
|
8655
|
-
"description": "
|
|
8656
|
-
"helpGroup": "GLOBAL",
|
|
8378
|
+
"description": "Export format",
|
|
8657
8379
|
"name": "format",
|
|
8658
|
-
"default": "
|
|
8380
|
+
"default": "csv",
|
|
8659
8381
|
"hasDynamicHelp": false,
|
|
8660
8382
|
"multiple": false,
|
|
8661
8383
|
"options": [
|
|
8662
|
-
"
|
|
8663
|
-
"json"
|
|
8664
|
-
"yaml",
|
|
8665
|
-
"table"
|
|
8384
|
+
"csv",
|
|
8385
|
+
"json"
|
|
8666
8386
|
],
|
|
8667
8387
|
"type": "option"
|
|
8668
8388
|
},
|
|
@@ -8704,32 +8424,10 @@
|
|
|
8704
8424
|
"multiple": false,
|
|
8705
8425
|
"type": "option"
|
|
8706
8426
|
},
|
|
8707
|
-
"
|
|
8708
|
-
"description": "
|
|
8709
|
-
"name": "
|
|
8710
|
-
"
|
|
8711
|
-
"hasDynamicHelp": false,
|
|
8712
|
-
"multiple": false,
|
|
8713
|
-
"type": "option"
|
|
8714
|
-
},
|
|
8715
|
-
"limit": {
|
|
8716
|
-
"description": "Items per page",
|
|
8717
|
-
"name": "limit",
|
|
8718
|
-
"default": 20,
|
|
8719
|
-
"hasDynamicHelp": false,
|
|
8720
|
-
"multiple": false,
|
|
8721
|
-
"type": "option"
|
|
8722
|
-
},
|
|
8723
|
-
"search": {
|
|
8724
|
-
"description": "Search by name",
|
|
8725
|
-
"name": "search",
|
|
8726
|
-
"hasDynamicHelp": false,
|
|
8727
|
-
"multiple": false,
|
|
8728
|
-
"type": "option"
|
|
8729
|
-
},
|
|
8730
|
-
"color": {
|
|
8731
|
-
"description": "Filter by color",
|
|
8732
|
-
"name": "color",
|
|
8427
|
+
"file": {
|
|
8428
|
+
"description": "Output file path",
|
|
8429
|
+
"name": "file",
|
|
8430
|
+
"required": true,
|
|
8733
8431
|
"hasDynamicHelp": false,
|
|
8734
8432
|
"multiple": false,
|
|
8735
8433
|
"type": "option"
|
|
@@ -8737,7 +8435,7 @@
|
|
|
8737
8435
|
},
|
|
8738
8436
|
"hasDynamicHelp": false,
|
|
8739
8437
|
"hiddenAliases": [],
|
|
8740
|
-
"id": "tags:
|
|
8438
|
+
"id": "tags:export",
|
|
8741
8439
|
"pluginAlias": "@instantkom/cli",
|
|
8742
8440
|
"pluginName": "@instantkom/cli",
|
|
8743
8441
|
"pluginType": "core",
|
|
@@ -8748,19 +8446,19 @@
|
|
|
8748
8446
|
"dist",
|
|
8749
8447
|
"commands",
|
|
8750
8448
|
"tags",
|
|
8751
|
-
"
|
|
8449
|
+
"export.js"
|
|
8752
8450
|
]
|
|
8753
8451
|
},
|
|
8754
|
-
"tags:
|
|
8452
|
+
"tags:get": {
|
|
8755
8453
|
"aliases": [],
|
|
8756
8454
|
"args": {
|
|
8757
8455
|
"id": {
|
|
8758
|
-
"description": "
|
|
8456
|
+
"description": "tag ID",
|
|
8759
8457
|
"name": "id",
|
|
8760
8458
|
"required": true
|
|
8761
8459
|
}
|
|
8762
8460
|
},
|
|
8763
|
-
"description": "
|
|
8461
|
+
"description": "Get tag by ID",
|
|
8764
8462
|
"flags": {
|
|
8765
8463
|
"api-key": {
|
|
8766
8464
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8823,46 +8521,11 @@
|
|
|
8823
8521
|
"hasDynamicHelp": false,
|
|
8824
8522
|
"multiple": false,
|
|
8825
8523
|
"type": "option"
|
|
8826
|
-
},
|
|
8827
|
-
"name": {
|
|
8828
|
-
"description": "Tag name",
|
|
8829
|
-
"name": "name",
|
|
8830
|
-
"hasDynamicHelp": false,
|
|
8831
|
-
"multiple": false,
|
|
8832
|
-
"type": "option"
|
|
8833
|
-
},
|
|
8834
|
-
"description": {
|
|
8835
|
-
"description": "Tag description",
|
|
8836
|
-
"name": "description",
|
|
8837
|
-
"hasDynamicHelp": false,
|
|
8838
|
-
"multiple": false,
|
|
8839
|
-
"type": "option"
|
|
8840
|
-
},
|
|
8841
|
-
"color": {
|
|
8842
|
-
"description": "Tag color as HEX",
|
|
8843
|
-
"name": "color",
|
|
8844
|
-
"hasDynamicHelp": false,
|
|
8845
|
-
"multiple": false,
|
|
8846
|
-
"type": "option"
|
|
8847
|
-
},
|
|
8848
|
-
"folder": {
|
|
8849
|
-
"description": "Object folder ID",
|
|
8850
|
-
"name": "folder",
|
|
8851
|
-
"hasDynamicHelp": false,
|
|
8852
|
-
"multiple": false,
|
|
8853
|
-
"type": "option"
|
|
8854
|
-
},
|
|
8855
|
-
"data": {
|
|
8856
|
-
"description": "Additional JSON object payload",
|
|
8857
|
-
"name": "data",
|
|
8858
|
-
"hasDynamicHelp": false,
|
|
8859
|
-
"multiple": false,
|
|
8860
|
-
"type": "option"
|
|
8861
8524
|
}
|
|
8862
8525
|
},
|
|
8863
8526
|
"hasDynamicHelp": false,
|
|
8864
8527
|
"hiddenAliases": [],
|
|
8865
|
-
"id": "tags:
|
|
8528
|
+
"id": "tags:get",
|
|
8866
8529
|
"pluginAlias": "@instantkom/cli",
|
|
8867
8530
|
"pluginName": "@instantkom/cli",
|
|
8868
8531
|
"pluginType": "core",
|
|
@@ -8873,13 +8536,13 @@
|
|
|
8873
8536
|
"dist",
|
|
8874
8537
|
"commands",
|
|
8875
8538
|
"tags",
|
|
8876
|
-
"
|
|
8539
|
+
"get.js"
|
|
8877
8540
|
]
|
|
8878
8541
|
},
|
|
8879
|
-
"tags:
|
|
8542
|
+
"tags:import": {
|
|
8880
8543
|
"aliases": [],
|
|
8881
8544
|
"args": {},
|
|
8882
|
-
"description": "
|
|
8545
|
+
"description": "Import tags from JSON",
|
|
8883
8546
|
"flags": {
|
|
8884
8547
|
"api-key": {
|
|
8885
8548
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8950,11 +8613,17 @@
|
|
|
8950
8613
|
"hasDynamicHelp": false,
|
|
8951
8614
|
"multiple": false,
|
|
8952
8615
|
"type": "option"
|
|
8616
|
+
},
|
|
8617
|
+
"skip-duplicates": {
|
|
8618
|
+
"description": "Skip duplicate tags",
|
|
8619
|
+
"name": "skip-duplicates",
|
|
8620
|
+
"allowNo": true,
|
|
8621
|
+
"type": "boolean"
|
|
8953
8622
|
}
|
|
8954
8623
|
},
|
|
8955
8624
|
"hasDynamicHelp": false,
|
|
8956
8625
|
"hiddenAliases": [],
|
|
8957
|
-
"id": "tags:
|
|
8626
|
+
"id": "tags:import",
|
|
8958
8627
|
"pluginAlias": "@instantkom/cli",
|
|
8959
8628
|
"pluginName": "@instantkom/cli",
|
|
8960
8629
|
"pluginType": "core",
|
|
@@ -8965,13 +8634,13 @@
|
|
|
8965
8634
|
"dist",
|
|
8966
8635
|
"commands",
|
|
8967
8636
|
"tags",
|
|
8968
|
-
"
|
|
8637
|
+
"import.js"
|
|
8969
8638
|
]
|
|
8970
8639
|
},
|
|
8971
|
-
"
|
|
8640
|
+
"tags:list": {
|
|
8972
8641
|
"aliases": [],
|
|
8973
8642
|
"args": {},
|
|
8974
|
-
"description": "
|
|
8643
|
+
"description": "List tags",
|
|
8975
8644
|
"flags": {
|
|
8976
8645
|
"api-key": {
|
|
8977
8646
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9035,77 +8704,40 @@
|
|
|
9035
8704
|
"multiple": false,
|
|
9036
8705
|
"type": "option"
|
|
9037
8706
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"description": "
|
|
9040
|
-
"name": "
|
|
9041
|
-
"
|
|
9042
|
-
"hasDynamicHelp": false,
|
|
9043
|
-
"multiple": false,
|
|
9044
|
-
"type": "option"
|
|
9045
|
-
},
|
|
9046
|
-
"first-name": {
|
|
9047
|
-
"description": "First name",
|
|
9048
|
-
"name": "first-name",
|
|
9049
|
-
"required": true,
|
|
9050
|
-
"hasDynamicHelp": false,
|
|
9051
|
-
"multiple": false,
|
|
9052
|
-
"type": "option"
|
|
9053
|
-
},
|
|
9054
|
-
"last-name": {
|
|
9055
|
-
"description": "Last name",
|
|
9056
|
-
"name": "last-name",
|
|
9057
|
-
"required": true,
|
|
9058
|
-
"hasDynamicHelp": false,
|
|
9059
|
-
"multiple": false,
|
|
9060
|
-
"type": "option"
|
|
9061
|
-
},
|
|
9062
|
-
"password": {
|
|
9063
|
-
"description": "Initial password",
|
|
9064
|
-
"name": "password",
|
|
9065
|
-
"required": true,
|
|
8707
|
+
"page": {
|
|
8708
|
+
"description": "Page number",
|
|
8709
|
+
"name": "page",
|
|
8710
|
+
"default": 1,
|
|
9066
8711
|
"hasDynamicHelp": false,
|
|
9067
8712
|
"multiple": false,
|
|
9068
8713
|
"type": "option"
|
|
9069
8714
|
},
|
|
9070
|
-
"
|
|
9071
|
-
"description": "
|
|
9072
|
-
"name": "
|
|
8715
|
+
"limit": {
|
|
8716
|
+
"description": "Items per page",
|
|
8717
|
+
"name": "limit",
|
|
8718
|
+
"default": 20,
|
|
9073
8719
|
"hasDynamicHelp": false,
|
|
9074
8720
|
"multiple": false,
|
|
9075
8721
|
"type": "option"
|
|
9076
8722
|
},
|
|
9077
|
-
"
|
|
9078
|
-
"description": "
|
|
9079
|
-
"name": "
|
|
8723
|
+
"search": {
|
|
8724
|
+
"description": "Search by name",
|
|
8725
|
+
"name": "search",
|
|
9080
8726
|
"hasDynamicHelp": false,
|
|
9081
8727
|
"multiple": false,
|
|
9082
8728
|
"type": "option"
|
|
9083
8729
|
},
|
|
9084
8730
|
"color": {
|
|
9085
|
-
"description": "
|
|
8731
|
+
"description": "Filter by color",
|
|
9086
8732
|
"name": "color",
|
|
9087
8733
|
"hasDynamicHelp": false,
|
|
9088
8734
|
"multiple": false,
|
|
9089
8735
|
"type": "option"
|
|
9090
|
-
},
|
|
9091
|
-
"folder": {
|
|
9092
|
-
"description": "Object folder ID",
|
|
9093
|
-
"name": "folder",
|
|
9094
|
-
"hasDynamicHelp": false,
|
|
9095
|
-
"multiple": false,
|
|
9096
|
-
"type": "option"
|
|
9097
|
-
},
|
|
9098
|
-
"data": {
|
|
9099
|
-
"description": "Additional JSON object payload",
|
|
9100
|
-
"name": "data",
|
|
9101
|
-
"hasDynamicHelp": false,
|
|
9102
|
-
"multiple": false,
|
|
9103
|
-
"type": "option"
|
|
9104
8736
|
}
|
|
9105
8737
|
},
|
|
9106
8738
|
"hasDynamicHelp": false,
|
|
9107
8739
|
"hiddenAliases": [],
|
|
9108
|
-
"id": "
|
|
8740
|
+
"id": "tags:list",
|
|
9109
8741
|
"pluginAlias": "@instantkom/cli",
|
|
9110
8742
|
"pluginName": "@instantkom/cli",
|
|
9111
8743
|
"pluginType": "core",
|
|
@@ -9115,20 +8747,20 @@
|
|
|
9115
8747
|
"relativePath": [
|
|
9116
8748
|
"dist",
|
|
9117
8749
|
"commands",
|
|
9118
|
-
"
|
|
9119
|
-
"
|
|
8750
|
+
"tags",
|
|
8751
|
+
"list.js"
|
|
9120
8752
|
]
|
|
9121
8753
|
},
|
|
9122
|
-
"
|
|
8754
|
+
"tags:update": {
|
|
9123
8755
|
"aliases": [],
|
|
9124
8756
|
"args": {
|
|
9125
8757
|
"id": {
|
|
9126
|
-
"description": "
|
|
8758
|
+
"description": "Tag ID",
|
|
9127
8759
|
"name": "id",
|
|
9128
8760
|
"required": true
|
|
9129
8761
|
}
|
|
9130
8762
|
},
|
|
9131
|
-
"description": "
|
|
8763
|
+
"description": "Update a tag",
|
|
9132
8764
|
"flags": {
|
|
9133
8765
|
"api-key": {
|
|
9134
8766
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9191,11 +8823,46 @@
|
|
|
9191
8823
|
"hasDynamicHelp": false,
|
|
9192
8824
|
"multiple": false,
|
|
9193
8825
|
"type": "option"
|
|
8826
|
+
},
|
|
8827
|
+
"name": {
|
|
8828
|
+
"description": "Tag name",
|
|
8829
|
+
"name": "name",
|
|
8830
|
+
"hasDynamicHelp": false,
|
|
8831
|
+
"multiple": false,
|
|
8832
|
+
"type": "option"
|
|
8833
|
+
},
|
|
8834
|
+
"description": {
|
|
8835
|
+
"description": "Tag description",
|
|
8836
|
+
"name": "description",
|
|
8837
|
+
"hasDynamicHelp": false,
|
|
8838
|
+
"multiple": false,
|
|
8839
|
+
"type": "option"
|
|
8840
|
+
},
|
|
8841
|
+
"color": {
|
|
8842
|
+
"description": "Tag color as HEX",
|
|
8843
|
+
"name": "color",
|
|
8844
|
+
"hasDynamicHelp": false,
|
|
8845
|
+
"multiple": false,
|
|
8846
|
+
"type": "option"
|
|
8847
|
+
},
|
|
8848
|
+
"folder": {
|
|
8849
|
+
"description": "Object folder ID",
|
|
8850
|
+
"name": "folder",
|
|
8851
|
+
"hasDynamicHelp": false,
|
|
8852
|
+
"multiple": false,
|
|
8853
|
+
"type": "option"
|
|
8854
|
+
},
|
|
8855
|
+
"data": {
|
|
8856
|
+
"description": "Additional JSON object payload",
|
|
8857
|
+
"name": "data",
|
|
8858
|
+
"hasDynamicHelp": false,
|
|
8859
|
+
"multiple": false,
|
|
8860
|
+
"type": "option"
|
|
9194
8861
|
}
|
|
9195
8862
|
},
|
|
9196
8863
|
"hasDynamicHelp": false,
|
|
9197
8864
|
"hiddenAliases": [],
|
|
9198
|
-
"id": "
|
|
8865
|
+
"id": "tags:update",
|
|
9199
8866
|
"pluginAlias": "@instantkom/cli",
|
|
9200
8867
|
"pluginName": "@instantkom/cli",
|
|
9201
8868
|
"pluginType": "core",
|
|
@@ -9205,14 +8872,14 @@
|
|
|
9205
8872
|
"relativePath": [
|
|
9206
8873
|
"dist",
|
|
9207
8874
|
"commands",
|
|
9208
|
-
"
|
|
9209
|
-
"
|
|
8875
|
+
"tags",
|
|
8876
|
+
"update.js"
|
|
9210
8877
|
]
|
|
9211
8878
|
},
|
|
9212
|
-
"
|
|
8879
|
+
"tags:validate-import": {
|
|
9213
8880
|
"aliases": [],
|
|
9214
8881
|
"args": {},
|
|
9215
|
-
"description": "
|
|
8882
|
+
"description": "Validate tags import JSON",
|
|
9216
8883
|
"flags": {
|
|
9217
8884
|
"api-key": {
|
|
9218
8885
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9275,11 +8942,19 @@
|
|
|
9275
8942
|
"hasDynamicHelp": false,
|
|
9276
8943
|
"multiple": false,
|
|
9277
8944
|
"type": "option"
|
|
8945
|
+
},
|
|
8946
|
+
"file": {
|
|
8947
|
+
"description": "JSON file path",
|
|
8948
|
+
"name": "file",
|
|
8949
|
+
"required": true,
|
|
8950
|
+
"hasDynamicHelp": false,
|
|
8951
|
+
"multiple": false,
|
|
8952
|
+
"type": "option"
|
|
9278
8953
|
}
|
|
9279
8954
|
},
|
|
9280
8955
|
"hasDynamicHelp": false,
|
|
9281
8956
|
"hiddenAliases": [],
|
|
9282
|
-
"id": "
|
|
8957
|
+
"id": "tags:validate-import",
|
|
9283
8958
|
"pluginAlias": "@instantkom/cli",
|
|
9284
8959
|
"pluginName": "@instantkom/cli",
|
|
9285
8960
|
"pluginType": "core",
|
|
@@ -9289,8 +8964,8 @@
|
|
|
9289
8964
|
"relativePath": [
|
|
9290
8965
|
"dist",
|
|
9291
8966
|
"commands",
|
|
9292
|
-
"
|
|
9293
|
-
"
|
|
8967
|
+
"tags",
|
|
8968
|
+
"validate-import.js"
|
|
9294
8969
|
]
|
|
9295
8970
|
},
|
|
9296
8971
|
"templates:create": {
|
|
@@ -10207,7 +9882,249 @@
|
|
|
10207
9882
|
},
|
|
10208
9883
|
"hasDynamicHelp": false,
|
|
10209
9884
|
"hiddenAliases": [],
|
|
10210
|
-
"id": "templates:update",
|
|
9885
|
+
"id": "templates:update",
|
|
9886
|
+
"pluginAlias": "@instantkom/cli",
|
|
9887
|
+
"pluginName": "@instantkom/cli",
|
|
9888
|
+
"pluginType": "core",
|
|
9889
|
+
"strict": true,
|
|
9890
|
+
"enableJsonFlag": false,
|
|
9891
|
+
"isESM": true,
|
|
9892
|
+
"relativePath": [
|
|
9893
|
+
"dist",
|
|
9894
|
+
"commands",
|
|
9895
|
+
"templates",
|
|
9896
|
+
"update.js"
|
|
9897
|
+
]
|
|
9898
|
+
},
|
|
9899
|
+
"templates:validate-import": {
|
|
9900
|
+
"aliases": [],
|
|
9901
|
+
"args": {},
|
|
9902
|
+
"description": "Validate templates import JSON",
|
|
9903
|
+
"flags": {
|
|
9904
|
+
"api-key": {
|
|
9905
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9906
|
+
"env": "IKM_API_KEY",
|
|
9907
|
+
"helpGroup": "GLOBAL",
|
|
9908
|
+
"name": "api-key",
|
|
9909
|
+
"hasDynamicHelp": false,
|
|
9910
|
+
"multiple": false,
|
|
9911
|
+
"type": "option"
|
|
9912
|
+
},
|
|
9913
|
+
"format": {
|
|
9914
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9915
|
+
"helpGroup": "GLOBAL",
|
|
9916
|
+
"name": "format",
|
|
9917
|
+
"default": "text",
|
|
9918
|
+
"hasDynamicHelp": false,
|
|
9919
|
+
"multiple": false,
|
|
9920
|
+
"options": [
|
|
9921
|
+
"text",
|
|
9922
|
+
"json",
|
|
9923
|
+
"yaml",
|
|
9924
|
+
"table"
|
|
9925
|
+
],
|
|
9926
|
+
"type": "option"
|
|
9927
|
+
},
|
|
9928
|
+
"json": {
|
|
9929
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
9930
|
+
"helpGroup": "GLOBAL",
|
|
9931
|
+
"name": "json",
|
|
9932
|
+
"allowNo": false,
|
|
9933
|
+
"type": "boolean"
|
|
9934
|
+
},
|
|
9935
|
+
"quiet": {
|
|
9936
|
+
"description": "Suppress all output except errors",
|
|
9937
|
+
"helpGroup": "GLOBAL",
|
|
9938
|
+
"name": "quiet",
|
|
9939
|
+
"allowNo": false,
|
|
9940
|
+
"type": "boolean"
|
|
9941
|
+
},
|
|
9942
|
+
"no-color": {
|
|
9943
|
+
"description": "Disable color output",
|
|
9944
|
+
"helpGroup": "GLOBAL",
|
|
9945
|
+
"name": "no-color",
|
|
9946
|
+
"allowNo": false,
|
|
9947
|
+
"type": "boolean"
|
|
9948
|
+
},
|
|
9949
|
+
"profile": {
|
|
9950
|
+
"description": "Named configuration profile to use",
|
|
9951
|
+
"helpGroup": "GLOBAL",
|
|
9952
|
+
"name": "profile",
|
|
9953
|
+
"default": "default",
|
|
9954
|
+
"hasDynamicHelp": false,
|
|
9955
|
+
"multiple": false,
|
|
9956
|
+
"type": "option"
|
|
9957
|
+
},
|
|
9958
|
+
"api-url": {
|
|
9959
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
9960
|
+
"helpGroup": "GLOBAL",
|
|
9961
|
+
"name": "api-url",
|
|
9962
|
+
"hasDynamicHelp": false,
|
|
9963
|
+
"multiple": false,
|
|
9964
|
+
"type": "option"
|
|
9965
|
+
},
|
|
9966
|
+
"file": {
|
|
9967
|
+
"description": "JSON file path",
|
|
9968
|
+
"name": "file",
|
|
9969
|
+
"required": true,
|
|
9970
|
+
"hasDynamicHelp": false,
|
|
9971
|
+
"multiple": false,
|
|
9972
|
+
"type": "option"
|
|
9973
|
+
},
|
|
9974
|
+
"channel": {
|
|
9975
|
+
"description": "Target channel ID",
|
|
9976
|
+
"name": "channel",
|
|
9977
|
+
"required": true,
|
|
9978
|
+
"hasDynamicHelp": false,
|
|
9979
|
+
"multiple": false,
|
|
9980
|
+
"type": "option"
|
|
9981
|
+
}
|
|
9982
|
+
},
|
|
9983
|
+
"hasDynamicHelp": false,
|
|
9984
|
+
"hiddenAliases": [],
|
|
9985
|
+
"id": "templates:validate-import",
|
|
9986
|
+
"pluginAlias": "@instantkom/cli",
|
|
9987
|
+
"pluginName": "@instantkom/cli",
|
|
9988
|
+
"pluginType": "core",
|
|
9989
|
+
"strict": true,
|
|
9990
|
+
"enableJsonFlag": false,
|
|
9991
|
+
"isESM": true,
|
|
9992
|
+
"relativePath": [
|
|
9993
|
+
"dist",
|
|
9994
|
+
"commands",
|
|
9995
|
+
"templates",
|
|
9996
|
+
"validate-import.js"
|
|
9997
|
+
]
|
|
9998
|
+
},
|
|
9999
|
+
"tickets:create": {
|
|
10000
|
+
"aliases": [],
|
|
10001
|
+
"args": {},
|
|
10002
|
+
"description": "Create a ticket",
|
|
10003
|
+
"flags": {
|
|
10004
|
+
"api-key": {
|
|
10005
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10006
|
+
"env": "IKM_API_KEY",
|
|
10007
|
+
"helpGroup": "GLOBAL",
|
|
10008
|
+
"name": "api-key",
|
|
10009
|
+
"hasDynamicHelp": false,
|
|
10010
|
+
"multiple": false,
|
|
10011
|
+
"type": "option"
|
|
10012
|
+
},
|
|
10013
|
+
"format": {
|
|
10014
|
+
"description": "Output format: text, json, yaml, or table",
|
|
10015
|
+
"helpGroup": "GLOBAL",
|
|
10016
|
+
"name": "format",
|
|
10017
|
+
"default": "text",
|
|
10018
|
+
"hasDynamicHelp": false,
|
|
10019
|
+
"multiple": false,
|
|
10020
|
+
"options": [
|
|
10021
|
+
"text",
|
|
10022
|
+
"json",
|
|
10023
|
+
"yaml",
|
|
10024
|
+
"table"
|
|
10025
|
+
],
|
|
10026
|
+
"type": "option"
|
|
10027
|
+
},
|
|
10028
|
+
"json": {
|
|
10029
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
10030
|
+
"helpGroup": "GLOBAL",
|
|
10031
|
+
"name": "json",
|
|
10032
|
+
"allowNo": false,
|
|
10033
|
+
"type": "boolean"
|
|
10034
|
+
},
|
|
10035
|
+
"quiet": {
|
|
10036
|
+
"description": "Suppress all output except errors",
|
|
10037
|
+
"helpGroup": "GLOBAL",
|
|
10038
|
+
"name": "quiet",
|
|
10039
|
+
"allowNo": false,
|
|
10040
|
+
"type": "boolean"
|
|
10041
|
+
},
|
|
10042
|
+
"no-color": {
|
|
10043
|
+
"description": "Disable color output",
|
|
10044
|
+
"helpGroup": "GLOBAL",
|
|
10045
|
+
"name": "no-color",
|
|
10046
|
+
"allowNo": false,
|
|
10047
|
+
"type": "boolean"
|
|
10048
|
+
},
|
|
10049
|
+
"profile": {
|
|
10050
|
+
"description": "Named configuration profile to use",
|
|
10051
|
+
"helpGroup": "GLOBAL",
|
|
10052
|
+
"name": "profile",
|
|
10053
|
+
"default": "default",
|
|
10054
|
+
"hasDynamicHelp": false,
|
|
10055
|
+
"multiple": false,
|
|
10056
|
+
"type": "option"
|
|
10057
|
+
},
|
|
10058
|
+
"api-url": {
|
|
10059
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10060
|
+
"helpGroup": "GLOBAL",
|
|
10061
|
+
"name": "api-url",
|
|
10062
|
+
"hasDynamicHelp": false,
|
|
10063
|
+
"multiple": false,
|
|
10064
|
+
"type": "option"
|
|
10065
|
+
},
|
|
10066
|
+
"channel": {
|
|
10067
|
+
"description": "Channel ID",
|
|
10068
|
+
"name": "channel",
|
|
10069
|
+
"required": true,
|
|
10070
|
+
"hasDynamicHelp": false,
|
|
10071
|
+
"multiple": false,
|
|
10072
|
+
"type": "option"
|
|
10073
|
+
},
|
|
10074
|
+
"subject": {
|
|
10075
|
+
"description": "Ticket subject",
|
|
10076
|
+
"name": "subject",
|
|
10077
|
+
"required": true,
|
|
10078
|
+
"hasDynamicHelp": false,
|
|
10079
|
+
"multiple": false,
|
|
10080
|
+
"type": "option"
|
|
10081
|
+
},
|
|
10082
|
+
"recipient": {
|
|
10083
|
+
"description": "Existing recipient ID",
|
|
10084
|
+
"name": "recipient",
|
|
10085
|
+
"hasDynamicHelp": false,
|
|
10086
|
+
"multiple": false,
|
|
10087
|
+
"type": "option"
|
|
10088
|
+
},
|
|
10089
|
+
"email": {
|
|
10090
|
+
"description": "Customer email",
|
|
10091
|
+
"name": "email",
|
|
10092
|
+
"hasDynamicHelp": false,
|
|
10093
|
+
"multiple": false,
|
|
10094
|
+
"type": "option"
|
|
10095
|
+
},
|
|
10096
|
+
"name": {
|
|
10097
|
+
"description": "Customer name",
|
|
10098
|
+
"name": "name",
|
|
10099
|
+
"hasDynamicHelp": false,
|
|
10100
|
+
"multiple": false,
|
|
10101
|
+
"type": "option"
|
|
10102
|
+
},
|
|
10103
|
+
"priority": {
|
|
10104
|
+
"description": "Ticket priority",
|
|
10105
|
+
"name": "priority",
|
|
10106
|
+
"hasDynamicHelp": false,
|
|
10107
|
+
"multiple": false,
|
|
10108
|
+
"type": "option"
|
|
10109
|
+
},
|
|
10110
|
+
"source": {
|
|
10111
|
+
"description": "Ticket source",
|
|
10112
|
+
"name": "source",
|
|
10113
|
+
"hasDynamicHelp": false,
|
|
10114
|
+
"multiple": false,
|
|
10115
|
+
"type": "option"
|
|
10116
|
+
},
|
|
10117
|
+
"data": {
|
|
10118
|
+
"description": "Additional JSON object payload",
|
|
10119
|
+
"name": "data",
|
|
10120
|
+
"hasDynamicHelp": false,
|
|
10121
|
+
"multiple": false,
|
|
10122
|
+
"type": "option"
|
|
10123
|
+
}
|
|
10124
|
+
},
|
|
10125
|
+
"hasDynamicHelp": false,
|
|
10126
|
+
"hiddenAliases": [],
|
|
10127
|
+
"id": "tickets:create",
|
|
10211
10128
|
"pluginAlias": "@instantkom/cli",
|
|
10212
10129
|
"pluginName": "@instantkom/cli",
|
|
10213
10130
|
"pluginType": "core",
|
|
@@ -10217,14 +10134,20 @@
|
|
|
10217
10134
|
"relativePath": [
|
|
10218
10135
|
"dist",
|
|
10219
10136
|
"commands",
|
|
10220
|
-
"
|
|
10221
|
-
"
|
|
10137
|
+
"tickets",
|
|
10138
|
+
"create.js"
|
|
10222
10139
|
]
|
|
10223
10140
|
},
|
|
10224
|
-
"
|
|
10141
|
+
"tickets:delete": {
|
|
10225
10142
|
"aliases": [],
|
|
10226
|
-
"args": {
|
|
10227
|
-
|
|
10143
|
+
"args": {
|
|
10144
|
+
"id": {
|
|
10145
|
+
"description": "Ticket ID",
|
|
10146
|
+
"name": "id",
|
|
10147
|
+
"required": true
|
|
10148
|
+
}
|
|
10149
|
+
},
|
|
10150
|
+
"description": "Delete a ticket",
|
|
10228
10151
|
"flags": {
|
|
10229
10152
|
"api-key": {
|
|
10230
10153
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10288,16 +10211,8 @@
|
|
|
10288
10211
|
"multiple": false,
|
|
10289
10212
|
"type": "option"
|
|
10290
10213
|
},
|
|
10291
|
-
"file": {
|
|
10292
|
-
"description": "JSON file path",
|
|
10293
|
-
"name": "file",
|
|
10294
|
-
"required": true,
|
|
10295
|
-
"hasDynamicHelp": false,
|
|
10296
|
-
"multiple": false,
|
|
10297
|
-
"type": "option"
|
|
10298
|
-
},
|
|
10299
10214
|
"channel": {
|
|
10300
|
-
"description": "
|
|
10215
|
+
"description": "Channel ID",
|
|
10301
10216
|
"name": "channel",
|
|
10302
10217
|
"required": true,
|
|
10303
10218
|
"hasDynamicHelp": false,
|
|
@@ -10307,7 +10222,7 @@
|
|
|
10307
10222
|
},
|
|
10308
10223
|
"hasDynamicHelp": false,
|
|
10309
10224
|
"hiddenAliases": [],
|
|
10310
|
-
"id": "
|
|
10225
|
+
"id": "tickets:delete",
|
|
10311
10226
|
"pluginAlias": "@instantkom/cli",
|
|
10312
10227
|
"pluginName": "@instantkom/cli",
|
|
10313
10228
|
"pluginType": "core",
|
|
@@ -10317,14 +10232,20 @@
|
|
|
10317
10232
|
"relativePath": [
|
|
10318
10233
|
"dist",
|
|
10319
10234
|
"commands",
|
|
10320
|
-
"
|
|
10321
|
-
"
|
|
10235
|
+
"tickets",
|
|
10236
|
+
"delete.js"
|
|
10322
10237
|
]
|
|
10323
10238
|
},
|
|
10324
|
-
"tickets:
|
|
10239
|
+
"tickets:get": {
|
|
10325
10240
|
"aliases": [],
|
|
10326
|
-
"args": {
|
|
10327
|
-
|
|
10241
|
+
"args": {
|
|
10242
|
+
"id": {
|
|
10243
|
+
"description": "Ticket ID",
|
|
10244
|
+
"name": "id",
|
|
10245
|
+
"required": true
|
|
10246
|
+
}
|
|
10247
|
+
},
|
|
10248
|
+
"description": "Get a ticket by ID",
|
|
10328
10249
|
"flags": {
|
|
10329
10250
|
"api-key": {
|
|
10330
10251
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10395,53 +10316,111 @@
|
|
|
10395
10316
|
"hasDynamicHelp": false,
|
|
10396
10317
|
"multiple": false,
|
|
10397
10318
|
"type": "option"
|
|
10398
|
-
}
|
|
10399
|
-
|
|
10400
|
-
|
|
10401
|
-
|
|
10402
|
-
|
|
10319
|
+
}
|
|
10320
|
+
},
|
|
10321
|
+
"hasDynamicHelp": false,
|
|
10322
|
+
"hiddenAliases": [],
|
|
10323
|
+
"id": "tickets:get",
|
|
10324
|
+
"pluginAlias": "@instantkom/cli",
|
|
10325
|
+
"pluginName": "@instantkom/cli",
|
|
10326
|
+
"pluginType": "core",
|
|
10327
|
+
"strict": true,
|
|
10328
|
+
"enableJsonFlag": false,
|
|
10329
|
+
"isESM": true,
|
|
10330
|
+
"relativePath": [
|
|
10331
|
+
"dist",
|
|
10332
|
+
"commands",
|
|
10333
|
+
"tickets",
|
|
10334
|
+
"get.js"
|
|
10335
|
+
]
|
|
10336
|
+
},
|
|
10337
|
+
"tickets:list": {
|
|
10338
|
+
"aliases": [],
|
|
10339
|
+
"args": {},
|
|
10340
|
+
"description": "List tickets for a channel",
|
|
10341
|
+
"flags": {
|
|
10342
|
+
"api-key": {
|
|
10343
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
10344
|
+
"env": "IKM_API_KEY",
|
|
10345
|
+
"helpGroup": "GLOBAL",
|
|
10346
|
+
"name": "api-key",
|
|
10403
10347
|
"hasDynamicHelp": false,
|
|
10404
10348
|
"multiple": false,
|
|
10405
10349
|
"type": "option"
|
|
10406
10350
|
},
|
|
10407
|
-
"
|
|
10408
|
-
"description": "
|
|
10409
|
-
"
|
|
10351
|
+
"format": {
|
|
10352
|
+
"description": "Output format: text, json, yaml, or table",
|
|
10353
|
+
"helpGroup": "GLOBAL",
|
|
10354
|
+
"name": "format",
|
|
10355
|
+
"default": "text",
|
|
10410
10356
|
"hasDynamicHelp": false,
|
|
10411
10357
|
"multiple": false,
|
|
10358
|
+
"options": [
|
|
10359
|
+
"text",
|
|
10360
|
+
"json",
|
|
10361
|
+
"yaml",
|
|
10362
|
+
"table"
|
|
10363
|
+
],
|
|
10412
10364
|
"type": "option"
|
|
10413
10365
|
},
|
|
10414
|
-
"
|
|
10415
|
-
"description": "
|
|
10416
|
-
"
|
|
10366
|
+
"json": {
|
|
10367
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
10368
|
+
"helpGroup": "GLOBAL",
|
|
10369
|
+
"name": "json",
|
|
10370
|
+
"allowNo": false,
|
|
10371
|
+
"type": "boolean"
|
|
10372
|
+
},
|
|
10373
|
+
"quiet": {
|
|
10374
|
+
"description": "Suppress all output except errors",
|
|
10375
|
+
"helpGroup": "GLOBAL",
|
|
10376
|
+
"name": "quiet",
|
|
10377
|
+
"allowNo": false,
|
|
10378
|
+
"type": "boolean"
|
|
10379
|
+
},
|
|
10380
|
+
"no-color": {
|
|
10381
|
+
"description": "Disable color output",
|
|
10382
|
+
"helpGroup": "GLOBAL",
|
|
10383
|
+
"name": "no-color",
|
|
10384
|
+
"allowNo": false,
|
|
10385
|
+
"type": "boolean"
|
|
10386
|
+
},
|
|
10387
|
+
"profile": {
|
|
10388
|
+
"description": "Named configuration profile to use",
|
|
10389
|
+
"helpGroup": "GLOBAL",
|
|
10390
|
+
"name": "profile",
|
|
10391
|
+
"default": "default",
|
|
10417
10392
|
"hasDynamicHelp": false,
|
|
10418
10393
|
"multiple": false,
|
|
10419
10394
|
"type": "option"
|
|
10420
10395
|
},
|
|
10421
|
-
"
|
|
10422
|
-
"description": "
|
|
10423
|
-
"
|
|
10396
|
+
"api-url": {
|
|
10397
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
10398
|
+
"helpGroup": "GLOBAL",
|
|
10399
|
+
"name": "api-url",
|
|
10424
10400
|
"hasDynamicHelp": false,
|
|
10425
10401
|
"multiple": false,
|
|
10426
10402
|
"type": "option"
|
|
10427
10403
|
},
|
|
10428
|
-
"
|
|
10429
|
-
"description": "
|
|
10430
|
-
"name": "
|
|
10404
|
+
"channel": {
|
|
10405
|
+
"description": "Channel ID",
|
|
10406
|
+
"name": "channel",
|
|
10407
|
+
"required": true,
|
|
10431
10408
|
"hasDynamicHelp": false,
|
|
10432
10409
|
"multiple": false,
|
|
10433
10410
|
"type": "option"
|
|
10434
10411
|
},
|
|
10435
|
-
"
|
|
10436
|
-
"description": "
|
|
10437
|
-
"name": "
|
|
10412
|
+
"limit": {
|
|
10413
|
+
"description": "Maximum tickets to return",
|
|
10414
|
+
"name": "limit",
|
|
10415
|
+
"default": 500,
|
|
10438
10416
|
"hasDynamicHelp": false,
|
|
10439
10417
|
"multiple": false,
|
|
10440
10418
|
"type": "option"
|
|
10441
10419
|
},
|
|
10442
|
-
"
|
|
10443
|
-
"description": "
|
|
10444
|
-
"name": "
|
|
10420
|
+
"offset": {
|
|
10421
|
+
"description": "Number of tickets to skip",
|
|
10422
|
+
"name": "offset",
|
|
10423
|
+
"default": 0,
|
|
10445
10424
|
"hasDynamicHelp": false,
|
|
10446
10425
|
"multiple": false,
|
|
10447
10426
|
"type": "option"
|
|
@@ -10449,7 +10428,7 @@
|
|
|
10449
10428
|
},
|
|
10450
10429
|
"hasDynamicHelp": false,
|
|
10451
10430
|
"hiddenAliases": [],
|
|
10452
|
-
"id": "tickets:
|
|
10431
|
+
"id": "tickets:list",
|
|
10453
10432
|
"pluginAlias": "@instantkom/cli",
|
|
10454
10433
|
"pluginName": "@instantkom/cli",
|
|
10455
10434
|
"pluginType": "core",
|
|
@@ -10460,10 +10439,10 @@
|
|
|
10460
10439
|
"dist",
|
|
10461
10440
|
"commands",
|
|
10462
10441
|
"tickets",
|
|
10463
|
-
"
|
|
10442
|
+
"list.js"
|
|
10464
10443
|
]
|
|
10465
10444
|
},
|
|
10466
|
-
"tickets:
|
|
10445
|
+
"tickets:reply": {
|
|
10467
10446
|
"aliases": [],
|
|
10468
10447
|
"args": {
|
|
10469
10448
|
"id": {
|
|
@@ -10472,7 +10451,7 @@
|
|
|
10472
10451
|
"required": true
|
|
10473
10452
|
}
|
|
10474
10453
|
},
|
|
10475
|
-
"description": "
|
|
10454
|
+
"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.",
|
|
10476
10455
|
"flags": {
|
|
10477
10456
|
"api-key": {
|
|
10478
10457
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10536,18 +10515,24 @@
|
|
|
10536
10515
|
"multiple": false,
|
|
10537
10516
|
"type": "option"
|
|
10538
10517
|
},
|
|
10539
|
-
"
|
|
10540
|
-
"description": "
|
|
10541
|
-
"name": "
|
|
10518
|
+
"message": {
|
|
10519
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
10520
|
+
"name": "message",
|
|
10542
10521
|
"required": true,
|
|
10543
10522
|
"hasDynamicHelp": false,
|
|
10544
10523
|
"multiple": false,
|
|
10545
10524
|
"type": "option"
|
|
10525
|
+
},
|
|
10526
|
+
"close": {
|
|
10527
|
+
"description": "Close the ticket after sending the reply",
|
|
10528
|
+
"name": "close",
|
|
10529
|
+
"allowNo": false,
|
|
10530
|
+
"type": "boolean"
|
|
10546
10531
|
}
|
|
10547
10532
|
},
|
|
10548
10533
|
"hasDynamicHelp": false,
|
|
10549
10534
|
"hiddenAliases": [],
|
|
10550
|
-
"id": "tickets:
|
|
10535
|
+
"id": "tickets:reply",
|
|
10551
10536
|
"pluginAlias": "@instantkom/cli",
|
|
10552
10537
|
"pluginName": "@instantkom/cli",
|
|
10553
10538
|
"pluginType": "core",
|
|
@@ -10558,10 +10543,10 @@
|
|
|
10558
10543
|
"dist",
|
|
10559
10544
|
"commands",
|
|
10560
10545
|
"tickets",
|
|
10561
|
-
"
|
|
10546
|
+
"reply.js"
|
|
10562
10547
|
]
|
|
10563
10548
|
},
|
|
10564
|
-
"tickets:
|
|
10549
|
+
"tickets:update": {
|
|
10565
10550
|
"aliases": [],
|
|
10566
10551
|
"args": {
|
|
10567
10552
|
"id": {
|
|
@@ -10570,7 +10555,7 @@
|
|
|
10570
10555
|
"required": true
|
|
10571
10556
|
}
|
|
10572
10557
|
},
|
|
10573
|
-
"description": "
|
|
10558
|
+
"description": "Update a ticket",
|
|
10574
10559
|
"flags": {
|
|
10575
10560
|
"api-key": {
|
|
10576
10561
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10641,11 +10626,52 @@
|
|
|
10641
10626
|
"hasDynamicHelp": false,
|
|
10642
10627
|
"multiple": false,
|
|
10643
10628
|
"type": "option"
|
|
10629
|
+
},
|
|
10630
|
+
"subject": {
|
|
10631
|
+
"description": "Ticket subject",
|
|
10632
|
+
"name": "subject",
|
|
10633
|
+
"hasDynamicHelp": false,
|
|
10634
|
+
"multiple": false,
|
|
10635
|
+
"type": "option"
|
|
10636
|
+
},
|
|
10637
|
+
"priority": {
|
|
10638
|
+
"description": "Ticket priority",
|
|
10639
|
+
"name": "priority",
|
|
10640
|
+
"hasDynamicHelp": false,
|
|
10641
|
+
"multiple": false,
|
|
10642
|
+
"type": "option"
|
|
10643
|
+
},
|
|
10644
|
+
"status": {
|
|
10645
|
+
"description": "Ticket status",
|
|
10646
|
+
"name": "status",
|
|
10647
|
+
"hasDynamicHelp": false,
|
|
10648
|
+
"multiple": false,
|
|
10649
|
+
"type": "option"
|
|
10650
|
+
},
|
|
10651
|
+
"assigned-to": {
|
|
10652
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10653
|
+
"name": "assigned-to",
|
|
10654
|
+
"hasDynamicHelp": false,
|
|
10655
|
+
"multiple": false,
|
|
10656
|
+
"type": "option"
|
|
10657
|
+
},
|
|
10658
|
+
"notify": {
|
|
10659
|
+
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10660
|
+
"name": "notify",
|
|
10661
|
+
"allowNo": true,
|
|
10662
|
+
"type": "boolean"
|
|
10663
|
+
},
|
|
10664
|
+
"data": {
|
|
10665
|
+
"description": "Additional JSON object payload",
|
|
10666
|
+
"name": "data",
|
|
10667
|
+
"hasDynamicHelp": false,
|
|
10668
|
+
"multiple": false,
|
|
10669
|
+
"type": "option"
|
|
10644
10670
|
}
|
|
10645
10671
|
},
|
|
10646
10672
|
"hasDynamicHelp": false,
|
|
10647
10673
|
"hiddenAliases": [],
|
|
10648
|
-
"id": "tickets:
|
|
10674
|
+
"id": "tickets:update",
|
|
10649
10675
|
"pluginAlias": "@instantkom/cli",
|
|
10650
10676
|
"pluginName": "@instantkom/cli",
|
|
10651
10677
|
"pluginType": "core",
|
|
@@ -10656,13 +10682,13 @@
|
|
|
10656
10682
|
"dist",
|
|
10657
10683
|
"commands",
|
|
10658
10684
|
"tickets",
|
|
10659
|
-
"
|
|
10685
|
+
"update.js"
|
|
10660
10686
|
]
|
|
10661
10687
|
},
|
|
10662
|
-
"
|
|
10688
|
+
"webhooks:add": {
|
|
10663
10689
|
"aliases": [],
|
|
10664
10690
|
"args": {},
|
|
10665
|
-
"description": "
|
|
10691
|
+
"description": "Add a webhook subscription",
|
|
10666
10692
|
"flags": {
|
|
10667
10693
|
"api-key": {
|
|
10668
10694
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10726,26 +10752,25 @@
|
|
|
10726
10752
|
"multiple": false,
|
|
10727
10753
|
"type": "option"
|
|
10728
10754
|
},
|
|
10729
|
-
"
|
|
10730
|
-
"description": "
|
|
10731
|
-
"name": "
|
|
10755
|
+
"event": {
|
|
10756
|
+
"description": "Webhook event to subscribe to",
|
|
10757
|
+
"name": "event",
|
|
10732
10758
|
"required": true,
|
|
10733
10759
|
"hasDynamicHelp": false,
|
|
10734
10760
|
"multiple": false,
|
|
10761
|
+
"options": [
|
|
10762
|
+
"new_contact",
|
|
10763
|
+
"new_message",
|
|
10764
|
+
"broadcast_sent",
|
|
10765
|
+
"contact_updated",
|
|
10766
|
+
"contact_opted_out"
|
|
10767
|
+
],
|
|
10735
10768
|
"type": "option"
|
|
10736
|
-
},
|
|
10737
|
-
"
|
|
10738
|
-
"description": "
|
|
10739
|
-
"name": "
|
|
10740
|
-
"
|
|
10741
|
-
"hasDynamicHelp": false,
|
|
10742
|
-
"multiple": false,
|
|
10743
|
-
"type": "option"
|
|
10744
|
-
},
|
|
10745
|
-
"offset": {
|
|
10746
|
-
"description": "Number of tickets to skip",
|
|
10747
|
-
"name": "offset",
|
|
10748
|
-
"default": 0,
|
|
10769
|
+
},
|
|
10770
|
+
"url": {
|
|
10771
|
+
"description": "HTTPS target URL that receives webhook POSTs",
|
|
10772
|
+
"name": "url",
|
|
10773
|
+
"required": true,
|
|
10749
10774
|
"hasDynamicHelp": false,
|
|
10750
10775
|
"multiple": false,
|
|
10751
10776
|
"type": "option"
|
|
@@ -10753,7 +10778,7 @@
|
|
|
10753
10778
|
},
|
|
10754
10779
|
"hasDynamicHelp": false,
|
|
10755
10780
|
"hiddenAliases": [],
|
|
10756
|
-
"id": "
|
|
10781
|
+
"id": "webhooks:add",
|
|
10757
10782
|
"pluginAlias": "@instantkom/cli",
|
|
10758
10783
|
"pluginName": "@instantkom/cli",
|
|
10759
10784
|
"pluginType": "core",
|
|
@@ -10763,20 +10788,14 @@
|
|
|
10763
10788
|
"relativePath": [
|
|
10764
10789
|
"dist",
|
|
10765
10790
|
"commands",
|
|
10766
|
-
"
|
|
10767
|
-
"
|
|
10791
|
+
"webhooks",
|
|
10792
|
+
"add.js"
|
|
10768
10793
|
]
|
|
10769
10794
|
},
|
|
10770
|
-
"
|
|
10795
|
+
"webhooks:events": {
|
|
10771
10796
|
"aliases": [],
|
|
10772
|
-
"args": {
|
|
10773
|
-
|
|
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.",
|
|
10797
|
+
"args": {},
|
|
10798
|
+
"description": "List supported webhook event names",
|
|
10780
10799
|
"flags": {
|
|
10781
10800
|
"api-key": {
|
|
10782
10801
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10839,25 +10858,11 @@
|
|
|
10839
10858
|
"hasDynamicHelp": false,
|
|
10840
10859
|
"multiple": false,
|
|
10841
10860
|
"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"
|
|
10856
10861
|
}
|
|
10857
10862
|
},
|
|
10858
10863
|
"hasDynamicHelp": false,
|
|
10859
10864
|
"hiddenAliases": [],
|
|
10860
|
-
"id": "
|
|
10865
|
+
"id": "webhooks:events",
|
|
10861
10866
|
"pluginAlias": "@instantkom/cli",
|
|
10862
10867
|
"pluginName": "@instantkom/cli",
|
|
10863
10868
|
"pluginType": "core",
|
|
@@ -10867,20 +10872,14 @@
|
|
|
10867
10872
|
"relativePath": [
|
|
10868
10873
|
"dist",
|
|
10869
10874
|
"commands",
|
|
10870
|
-
"
|
|
10871
|
-
"
|
|
10875
|
+
"webhooks",
|
|
10876
|
+
"events.js"
|
|
10872
10877
|
]
|
|
10873
10878
|
},
|
|
10874
|
-
"
|
|
10879
|
+
"webhooks:list": {
|
|
10875
10880
|
"aliases": [],
|
|
10876
|
-
"args": {
|
|
10877
|
-
|
|
10878
|
-
"description": "Ticket ID",
|
|
10879
|
-
"name": "id",
|
|
10880
|
-
"required": true
|
|
10881
|
-
}
|
|
10882
|
-
},
|
|
10883
|
-
"description": "Update a ticket",
|
|
10881
|
+
"args": {},
|
|
10882
|
+
"description": "List webhook subscriptions",
|
|
10884
10883
|
"flags": {
|
|
10885
10884
|
"api-key": {
|
|
10886
10885
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10943,60 +10942,11 @@
|
|
|
10943
10942
|
"hasDynamicHelp": false,
|
|
10944
10943
|
"multiple": false,
|
|
10945
10944
|
"type": "option"
|
|
10946
|
-
},
|
|
10947
|
-
"channel": {
|
|
10948
|
-
"description": "Channel ID",
|
|
10949
|
-
"name": "channel",
|
|
10950
|
-
"required": true,
|
|
10951
|
-
"hasDynamicHelp": false,
|
|
10952
|
-
"multiple": false,
|
|
10953
|
-
"type": "option"
|
|
10954
|
-
},
|
|
10955
|
-
"subject": {
|
|
10956
|
-
"description": "Ticket subject",
|
|
10957
|
-
"name": "subject",
|
|
10958
|
-
"hasDynamicHelp": false,
|
|
10959
|
-
"multiple": false,
|
|
10960
|
-
"type": "option"
|
|
10961
|
-
},
|
|
10962
|
-
"priority": {
|
|
10963
|
-
"description": "Ticket priority",
|
|
10964
|
-
"name": "priority",
|
|
10965
|
-
"hasDynamicHelp": false,
|
|
10966
|
-
"multiple": false,
|
|
10967
|
-
"type": "option"
|
|
10968
|
-
},
|
|
10969
|
-
"status": {
|
|
10970
|
-
"description": "Ticket status",
|
|
10971
|
-
"name": "status",
|
|
10972
|
-
"hasDynamicHelp": false,
|
|
10973
|
-
"multiple": false,
|
|
10974
|
-
"type": "option"
|
|
10975
|
-
},
|
|
10976
|
-
"assigned-to": {
|
|
10977
|
-
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
10978
|
-
"name": "assigned-to",
|
|
10979
|
-
"hasDynamicHelp": false,
|
|
10980
|
-
"multiple": false,
|
|
10981
|
-
"type": "option"
|
|
10982
|
-
},
|
|
10983
|
-
"notify": {
|
|
10984
|
-
"description": "Trigger the legacy notification chain for transitions that have one. On --assigned-to change: fires TICKET_ASSIGN (assignee email plus optional customer reply via tickets_assign_reply_sts). On --status closed transition: fires TICKET_CLOSE (optional customer reply via tickets_close_reply_sts). Defaults to true. Use --no-notify for silent updates.",
|
|
10985
|
-
"name": "notify",
|
|
10986
|
-
"allowNo": true,
|
|
10987
|
-
"type": "boolean"
|
|
10988
|
-
},
|
|
10989
|
-
"data": {
|
|
10990
|
-
"description": "Additional JSON object payload",
|
|
10991
|
-
"name": "data",
|
|
10992
|
-
"hasDynamicHelp": false,
|
|
10993
|
-
"multiple": false,
|
|
10994
|
-
"type": "option"
|
|
10995
10945
|
}
|
|
10996
10946
|
},
|
|
10997
10947
|
"hasDynamicHelp": false,
|
|
10998
10948
|
"hiddenAliases": [],
|
|
10999
|
-
"id": "
|
|
10949
|
+
"id": "webhooks:list",
|
|
11000
10950
|
"pluginAlias": "@instantkom/cli",
|
|
11001
10951
|
"pluginName": "@instantkom/cli",
|
|
11002
10952
|
"pluginType": "core",
|
|
@@ -11006,14 +10956,14 @@
|
|
|
11006
10956
|
"relativePath": [
|
|
11007
10957
|
"dist",
|
|
11008
10958
|
"commands",
|
|
11009
|
-
"
|
|
11010
|
-
"
|
|
10959
|
+
"webhooks",
|
|
10960
|
+
"list.js"
|
|
11011
10961
|
]
|
|
11012
10962
|
},
|
|
11013
|
-
"webhooks:
|
|
10963
|
+
"webhooks:logs": {
|
|
11014
10964
|
"aliases": [],
|
|
11015
10965
|
"args": {},
|
|
11016
|
-
"description": "
|
|
10966
|
+
"description": "Explain webhook log availability",
|
|
11017
10967
|
"flags": {
|
|
11018
10968
|
"api-key": {
|
|
11019
10969
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11076,34 +11026,11 @@
|
|
|
11076
11026
|
"hasDynamicHelp": false,
|
|
11077
11027
|
"multiple": false,
|
|
11078
11028
|
"type": "option"
|
|
11079
|
-
},
|
|
11080
|
-
"event": {
|
|
11081
|
-
"description": "Webhook event to subscribe to",
|
|
11082
|
-
"name": "event",
|
|
11083
|
-
"required": true,
|
|
11084
|
-
"hasDynamicHelp": false,
|
|
11085
|
-
"multiple": false,
|
|
11086
|
-
"options": [
|
|
11087
|
-
"new_contact",
|
|
11088
|
-
"new_message",
|
|
11089
|
-
"broadcast_sent",
|
|
11090
|
-
"contact_updated",
|
|
11091
|
-
"contact_opted_out"
|
|
11092
|
-
],
|
|
11093
|
-
"type": "option"
|
|
11094
|
-
},
|
|
11095
|
-
"url": {
|
|
11096
|
-
"description": "HTTPS target URL that receives webhook POSTs",
|
|
11097
|
-
"name": "url",
|
|
11098
|
-
"required": true,
|
|
11099
|
-
"hasDynamicHelp": false,
|
|
11100
|
-
"multiple": false,
|
|
11101
|
-
"type": "option"
|
|
11102
11029
|
}
|
|
11103
11030
|
},
|
|
11104
11031
|
"hasDynamicHelp": false,
|
|
11105
11032
|
"hiddenAliases": [],
|
|
11106
|
-
"id": "webhooks:
|
|
11033
|
+
"id": "webhooks:logs",
|
|
11107
11034
|
"pluginAlias": "@instantkom/cli",
|
|
11108
11035
|
"pluginName": "@instantkom/cli",
|
|
11109
11036
|
"pluginType": "core",
|
|
@@ -11114,13 +11041,19 @@
|
|
|
11114
11041
|
"dist",
|
|
11115
11042
|
"commands",
|
|
11116
11043
|
"webhooks",
|
|
11117
|
-
"
|
|
11044
|
+
"logs.js"
|
|
11118
11045
|
]
|
|
11119
11046
|
},
|
|
11120
|
-
"webhooks:
|
|
11047
|
+
"webhooks:remove": {
|
|
11121
11048
|
"aliases": [],
|
|
11122
|
-
"args": {
|
|
11123
|
-
|
|
11049
|
+
"args": {
|
|
11050
|
+
"id": {
|
|
11051
|
+
"description": "Webhook subscription ID",
|
|
11052
|
+
"name": "id",
|
|
11053
|
+
"required": true
|
|
11054
|
+
}
|
|
11055
|
+
},
|
|
11056
|
+
"description": "Remove a webhook subscription",
|
|
11124
11057
|
"flags": {
|
|
11125
11058
|
"api-key": {
|
|
11126
11059
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11187,7 +11120,7 @@
|
|
|
11187
11120
|
},
|
|
11188
11121
|
"hasDynamicHelp": false,
|
|
11189
11122
|
"hiddenAliases": [],
|
|
11190
|
-
"id": "webhooks:
|
|
11123
|
+
"id": "webhooks:remove",
|
|
11191
11124
|
"pluginAlias": "@instantkom/cli",
|
|
11192
11125
|
"pluginName": "@instantkom/cli",
|
|
11193
11126
|
"pluginType": "core",
|
|
@@ -11198,13 +11131,13 @@
|
|
|
11198
11131
|
"dist",
|
|
11199
11132
|
"commands",
|
|
11200
11133
|
"webhooks",
|
|
11201
|
-
"
|
|
11134
|
+
"remove.js"
|
|
11202
11135
|
]
|
|
11203
11136
|
},
|
|
11204
|
-
"webhooks:
|
|
11137
|
+
"webhooks:test": {
|
|
11205
11138
|
"aliases": [],
|
|
11206
11139
|
"args": {},
|
|
11207
|
-
"description": "
|
|
11140
|
+
"description": "Send a test webhook payload to a URL",
|
|
11208
11141
|
"flags": {
|
|
11209
11142
|
"api-key": {
|
|
11210
11143
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11267,11 +11200,34 @@
|
|
|
11267
11200
|
"hasDynamicHelp": false,
|
|
11268
11201
|
"multiple": false,
|
|
11269
11202
|
"type": "option"
|
|
11203
|
+
},
|
|
11204
|
+
"url": {
|
|
11205
|
+
"description": "Webhook URL to call",
|
|
11206
|
+
"name": "url",
|
|
11207
|
+
"required": true,
|
|
11208
|
+
"hasDynamicHelp": false,
|
|
11209
|
+
"multiple": false,
|
|
11210
|
+
"type": "option"
|
|
11211
|
+
},
|
|
11212
|
+
"event": {
|
|
11213
|
+
"description": "Event name",
|
|
11214
|
+
"name": "event",
|
|
11215
|
+
"default": "cli.test",
|
|
11216
|
+
"hasDynamicHelp": false,
|
|
11217
|
+
"multiple": false,
|
|
11218
|
+
"type": "option"
|
|
11219
|
+
},
|
|
11220
|
+
"payload": {
|
|
11221
|
+
"description": "Payload JSON",
|
|
11222
|
+
"name": "payload",
|
|
11223
|
+
"hasDynamicHelp": false,
|
|
11224
|
+
"multiple": false,
|
|
11225
|
+
"type": "option"
|
|
11270
11226
|
}
|
|
11271
11227
|
},
|
|
11272
11228
|
"hasDynamicHelp": false,
|
|
11273
11229
|
"hiddenAliases": [],
|
|
11274
|
-
"id": "webhooks:
|
|
11230
|
+
"id": "webhooks:test",
|
|
11275
11231
|
"pluginAlias": "@instantkom/cli",
|
|
11276
11232
|
"pluginName": "@instantkom/cli",
|
|
11277
11233
|
"pluginType": "core",
|
|
@@ -11282,13 +11238,13 @@
|
|
|
11282
11238
|
"dist",
|
|
11283
11239
|
"commands",
|
|
11284
11240
|
"webhooks",
|
|
11285
|
-
"
|
|
11241
|
+
"test.js"
|
|
11286
11242
|
]
|
|
11287
11243
|
},
|
|
11288
|
-
"
|
|
11244
|
+
"team:create": {
|
|
11289
11245
|
"aliases": [],
|
|
11290
11246
|
"args": {},
|
|
11291
|
-
"description": "
|
|
11247
|
+
"description": "Create a team member",
|
|
11292
11248
|
"flags": {
|
|
11293
11249
|
"api-key": {
|
|
11294
11250
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11351,11 +11307,78 @@
|
|
|
11351
11307
|
"hasDynamicHelp": false,
|
|
11352
11308
|
"multiple": false,
|
|
11353
11309
|
"type": "option"
|
|
11310
|
+
},
|
|
11311
|
+
"email": {
|
|
11312
|
+
"description": "Email address",
|
|
11313
|
+
"name": "email",
|
|
11314
|
+
"required": true,
|
|
11315
|
+
"hasDynamicHelp": false,
|
|
11316
|
+
"multiple": false,
|
|
11317
|
+
"type": "option"
|
|
11318
|
+
},
|
|
11319
|
+
"first-name": {
|
|
11320
|
+
"description": "First name",
|
|
11321
|
+
"name": "first-name",
|
|
11322
|
+
"required": true,
|
|
11323
|
+
"hasDynamicHelp": false,
|
|
11324
|
+
"multiple": false,
|
|
11325
|
+
"type": "option"
|
|
11326
|
+
},
|
|
11327
|
+
"last-name": {
|
|
11328
|
+
"description": "Last name",
|
|
11329
|
+
"name": "last-name",
|
|
11330
|
+
"required": true,
|
|
11331
|
+
"hasDynamicHelp": false,
|
|
11332
|
+
"multiple": false,
|
|
11333
|
+
"type": "option"
|
|
11334
|
+
},
|
|
11335
|
+
"password": {
|
|
11336
|
+
"description": "Initial password",
|
|
11337
|
+
"name": "password",
|
|
11338
|
+
"required": true,
|
|
11339
|
+
"hasDynamicHelp": false,
|
|
11340
|
+
"multiple": false,
|
|
11341
|
+
"type": "option"
|
|
11342
|
+
},
|
|
11343
|
+
"phone": {
|
|
11344
|
+
"description": "Phone number",
|
|
11345
|
+
"name": "phone",
|
|
11346
|
+
"hasDynamicHelp": false,
|
|
11347
|
+
"multiple": false,
|
|
11348
|
+
"type": "option"
|
|
11349
|
+
},
|
|
11350
|
+
"company": {
|
|
11351
|
+
"description": "Company name",
|
|
11352
|
+
"name": "company",
|
|
11353
|
+
"hasDynamicHelp": false,
|
|
11354
|
+
"multiple": false,
|
|
11355
|
+
"type": "option"
|
|
11356
|
+
},
|
|
11357
|
+
"color": {
|
|
11358
|
+
"description": "Color as HEX",
|
|
11359
|
+
"name": "color",
|
|
11360
|
+
"hasDynamicHelp": false,
|
|
11361
|
+
"multiple": false,
|
|
11362
|
+
"type": "option"
|
|
11363
|
+
},
|
|
11364
|
+
"folder": {
|
|
11365
|
+
"description": "Object folder ID",
|
|
11366
|
+
"name": "folder",
|
|
11367
|
+
"hasDynamicHelp": false,
|
|
11368
|
+
"multiple": false,
|
|
11369
|
+
"type": "option"
|
|
11370
|
+
},
|
|
11371
|
+
"data": {
|
|
11372
|
+
"description": "Additional JSON object payload",
|
|
11373
|
+
"name": "data",
|
|
11374
|
+
"hasDynamicHelp": false,
|
|
11375
|
+
"multiple": false,
|
|
11376
|
+
"type": "option"
|
|
11354
11377
|
}
|
|
11355
11378
|
},
|
|
11356
11379
|
"hasDynamicHelp": false,
|
|
11357
11380
|
"hiddenAliases": [],
|
|
11358
|
-
"id": "
|
|
11381
|
+
"id": "team:create",
|
|
11359
11382
|
"pluginAlias": "@instantkom/cli",
|
|
11360
11383
|
"pluginName": "@instantkom/cli",
|
|
11361
11384
|
"pluginType": "core",
|
|
@@ -11365,20 +11388,20 @@
|
|
|
11365
11388
|
"relativePath": [
|
|
11366
11389
|
"dist",
|
|
11367
11390
|
"commands",
|
|
11368
|
-
"
|
|
11369
|
-
"
|
|
11391
|
+
"team",
|
|
11392
|
+
"create.js"
|
|
11370
11393
|
]
|
|
11371
11394
|
},
|
|
11372
|
-
"
|
|
11395
|
+
"team:delete": {
|
|
11373
11396
|
"aliases": [],
|
|
11374
11397
|
"args": {
|
|
11375
11398
|
"id": {
|
|
11376
|
-
"description": "
|
|
11399
|
+
"description": "Team member ID",
|
|
11377
11400
|
"name": "id",
|
|
11378
11401
|
"required": true
|
|
11379
11402
|
}
|
|
11380
11403
|
},
|
|
11381
|
-
"description": "
|
|
11404
|
+
"description": "Delete a team member",
|
|
11382
11405
|
"flags": {
|
|
11383
11406
|
"api-key": {
|
|
11384
11407
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11445,7 +11468,7 @@
|
|
|
11445
11468
|
},
|
|
11446
11469
|
"hasDynamicHelp": false,
|
|
11447
11470
|
"hiddenAliases": [],
|
|
11448
|
-
"id": "
|
|
11471
|
+
"id": "team:delete",
|
|
11449
11472
|
"pluginAlias": "@instantkom/cli",
|
|
11450
11473
|
"pluginName": "@instantkom/cli",
|
|
11451
11474
|
"pluginType": "core",
|
|
@@ -11455,14 +11478,14 @@
|
|
|
11455
11478
|
"relativePath": [
|
|
11456
11479
|
"dist",
|
|
11457
11480
|
"commands",
|
|
11458
|
-
"
|
|
11459
|
-
"
|
|
11481
|
+
"team",
|
|
11482
|
+
"delete.js"
|
|
11460
11483
|
]
|
|
11461
11484
|
},
|
|
11462
|
-
"
|
|
11485
|
+
"team:list": {
|
|
11463
11486
|
"aliases": [],
|
|
11464
11487
|
"args": {},
|
|
11465
|
-
"description": "
|
|
11488
|
+
"description": "List team members",
|
|
11466
11489
|
"flags": {
|
|
11467
11490
|
"api-key": {
|
|
11468
11491
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -11525,34 +11548,11 @@
|
|
|
11525
11548
|
"hasDynamicHelp": false,
|
|
11526
11549
|
"multiple": false,
|
|
11527
11550
|
"type": "option"
|
|
11528
|
-
},
|
|
11529
|
-
"url": {
|
|
11530
|
-
"description": "Webhook URL to call",
|
|
11531
|
-
"name": "url",
|
|
11532
|
-
"required": true,
|
|
11533
|
-
"hasDynamicHelp": false,
|
|
11534
|
-
"multiple": false,
|
|
11535
|
-
"type": "option"
|
|
11536
|
-
},
|
|
11537
|
-
"event": {
|
|
11538
|
-
"description": "Event name",
|
|
11539
|
-
"name": "event",
|
|
11540
|
-
"default": "cli.test",
|
|
11541
|
-
"hasDynamicHelp": false,
|
|
11542
|
-
"multiple": false,
|
|
11543
|
-
"type": "option"
|
|
11544
|
-
},
|
|
11545
|
-
"payload": {
|
|
11546
|
-
"description": "Payload JSON",
|
|
11547
|
-
"name": "payload",
|
|
11548
|
-
"hasDynamicHelp": false,
|
|
11549
|
-
"multiple": false,
|
|
11550
|
-
"type": "option"
|
|
11551
11551
|
}
|
|
11552
11552
|
},
|
|
11553
11553
|
"hasDynamicHelp": false,
|
|
11554
11554
|
"hiddenAliases": [],
|
|
11555
|
-
"id": "
|
|
11555
|
+
"id": "team:list",
|
|
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
|
+
"team",
|
|
11566
|
+
"list.js"
|
|
11567
11567
|
]
|
|
11568
11568
|
},
|
|
11569
11569
|
"auth:tokens:create": {
|
|
@@ -12046,16 +12046,16 @@
|
|
|
12046
12046
|
"update.js"
|
|
12047
12047
|
]
|
|
12048
12048
|
},
|
|
12049
|
-
"bots:
|
|
12049
|
+
"bots:env-vars:bots": {
|
|
12050
12050
|
"aliases": [],
|
|
12051
12051
|
"args": {
|
|
12052
|
-
"
|
|
12053
|
-
"description": "
|
|
12054
|
-
"name": "
|
|
12052
|
+
"id": {
|
|
12053
|
+
"description": "Environment variable ID",
|
|
12054
|
+
"name": "id",
|
|
12055
12055
|
"required": true
|
|
12056
12056
|
}
|
|
12057
12057
|
},
|
|
12058
|
-
"description": "
|
|
12058
|
+
"description": "List bots using a bot environment variable",
|
|
12059
12059
|
"flags": {
|
|
12060
12060
|
"api-key": {
|
|
12061
12061
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12118,77 +12118,11 @@
|
|
|
12118
12118
|
"hasDynamicHelp": false,
|
|
12119
12119
|
"multiple": false,
|
|
12120
12120
|
"type": "option"
|
|
12121
|
-
},
|
|
12122
|
-
"name": {
|
|
12123
|
-
"description": "Filter name",
|
|
12124
|
-
"name": "name",
|
|
12125
|
-
"required": true,
|
|
12126
|
-
"hasDynamicHelp": false,
|
|
12127
|
-
"multiple": false,
|
|
12128
|
-
"type": "option"
|
|
12129
|
-
},
|
|
12130
|
-
"operator": {
|
|
12131
|
-
"description": "Logical operator",
|
|
12132
|
-
"name": "operator",
|
|
12133
|
-
"default": "and",
|
|
12134
|
-
"hasDynamicHelp": false,
|
|
12135
|
-
"multiple": false,
|
|
12136
|
-
"type": "option"
|
|
12137
|
-
},
|
|
12138
|
-
"filter-object": {
|
|
12139
|
-
"description": "Filter object type",
|
|
12140
|
-
"name": "filter-object",
|
|
12141
|
-
"default": "msg",
|
|
12142
|
-
"hasDynamicHelp": false,
|
|
12143
|
-
"multiple": false,
|
|
12144
|
-
"type": "option"
|
|
12145
|
-
},
|
|
12146
|
-
"filter-attribute": {
|
|
12147
|
-
"description": "Filter attribute",
|
|
12148
|
-
"name": "filter-attribute",
|
|
12149
|
-
"default": "text",
|
|
12150
|
-
"hasDynamicHelp": false,
|
|
12151
|
-
"multiple": false,
|
|
12152
|
-
"type": "option"
|
|
12153
|
-
},
|
|
12154
|
-
"filter-comparator": {
|
|
12155
|
-
"description": "Filter comparator",
|
|
12156
|
-
"name": "filter-comparator",
|
|
12157
|
-
"default": "contains",
|
|
12158
|
-
"hasDynamicHelp": false,
|
|
12159
|
-
"multiple": false,
|
|
12160
|
-
"type": "option"
|
|
12161
|
-
},
|
|
12162
|
-
"filter-value": {
|
|
12163
|
-
"description": "Filter value",
|
|
12164
|
-
"name": "filter-value",
|
|
12165
|
-
"required": true,
|
|
12166
|
-
"hasDynamicHelp": false,
|
|
12167
|
-
"multiple": false,
|
|
12168
|
-
"type": "option"
|
|
12169
|
-
},
|
|
12170
|
-
"status": {
|
|
12171
|
-
"description": "Status: 0 inactive, 1 active",
|
|
12172
|
-
"name": "status",
|
|
12173
|
-
"hasDynamicHelp": false,
|
|
12174
|
-
"multiple": false,
|
|
12175
|
-
"options": [
|
|
12176
|
-
"0",
|
|
12177
|
-
"1"
|
|
12178
|
-
],
|
|
12179
|
-
"type": "option"
|
|
12180
|
-
},
|
|
12181
|
-
"data": {
|
|
12182
|
-
"description": "Additional JSON object payload",
|
|
12183
|
-
"name": "data",
|
|
12184
|
-
"hasDynamicHelp": false,
|
|
12185
|
-
"multiple": false,
|
|
12186
|
-
"type": "option"
|
|
12187
12121
|
}
|
|
12188
12122
|
},
|
|
12189
12123
|
"hasDynamicHelp": false,
|
|
12190
12124
|
"hiddenAliases": [],
|
|
12191
|
-
"id": "bots:
|
|
12125
|
+
"id": "bots:env-vars:bots",
|
|
12192
12126
|
"pluginAlias": "@instantkom/cli",
|
|
12193
12127
|
"pluginName": "@instantkom/cli",
|
|
12194
12128
|
"pluginType": "core",
|
|
@@ -12199,25 +12133,14 @@
|
|
|
12199
12133
|
"dist",
|
|
12200
12134
|
"commands",
|
|
12201
12135
|
"bots",
|
|
12202
|
-
"
|
|
12203
|
-
"
|
|
12136
|
+
"env-vars",
|
|
12137
|
+
"bots.js"
|
|
12204
12138
|
]
|
|
12205
12139
|
},
|
|
12206
|
-
"bots:
|
|
12140
|
+
"bots:env-vars:create": {
|
|
12207
12141
|
"aliases": [],
|
|
12208
|
-
"args": {
|
|
12209
|
-
|
|
12210
|
-
"description": "Bot ID",
|
|
12211
|
-
"name": "botId",
|
|
12212
|
-
"required": true
|
|
12213
|
-
},
|
|
12214
|
-
"filterId": {
|
|
12215
|
-
"description": "Filter ID",
|
|
12216
|
-
"name": "filterId",
|
|
12217
|
-
"required": true
|
|
12218
|
-
}
|
|
12219
|
-
},
|
|
12220
|
-
"description": "Delete a bot filter",
|
|
12142
|
+
"args": {},
|
|
12143
|
+
"description": "Create a bot environment variable",
|
|
12221
12144
|
"flags": {
|
|
12222
12145
|
"api-key": {
|
|
12223
12146
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12280,11 +12203,40 @@
|
|
|
12280
12203
|
"hasDynamicHelp": false,
|
|
12281
12204
|
"multiple": false,
|
|
12282
12205
|
"type": "option"
|
|
12206
|
+
},
|
|
12207
|
+
"key": {
|
|
12208
|
+
"description": "Variable key (max 16 chars, letters, digits, underscore)",
|
|
12209
|
+
"name": "key",
|
|
12210
|
+
"required": true,
|
|
12211
|
+
"hasDynamicHelp": false,
|
|
12212
|
+
"multiple": false,
|
|
12213
|
+
"type": "option"
|
|
12214
|
+
},
|
|
12215
|
+
"description": {
|
|
12216
|
+
"description": "Variable description",
|
|
12217
|
+
"name": "description",
|
|
12218
|
+
"hasDynamicHelp": false,
|
|
12219
|
+
"multiple": false,
|
|
12220
|
+
"type": "option"
|
|
12221
|
+
},
|
|
12222
|
+
"color": {
|
|
12223
|
+
"description": "Variable color as HEX",
|
|
12224
|
+
"name": "color",
|
|
12225
|
+
"hasDynamicHelp": false,
|
|
12226
|
+
"multiple": false,
|
|
12227
|
+
"type": "option"
|
|
12228
|
+
},
|
|
12229
|
+
"data": {
|
|
12230
|
+
"description": "Additional JSON object payload",
|
|
12231
|
+
"name": "data",
|
|
12232
|
+
"hasDynamicHelp": false,
|
|
12233
|
+
"multiple": false,
|
|
12234
|
+
"type": "option"
|
|
12283
12235
|
}
|
|
12284
12236
|
},
|
|
12285
12237
|
"hasDynamicHelp": false,
|
|
12286
12238
|
"hiddenAliases": [],
|
|
12287
|
-
"id": "bots:
|
|
12239
|
+
"id": "bots:env-vars:create",
|
|
12288
12240
|
"pluginAlias": "@instantkom/cli",
|
|
12289
12241
|
"pluginName": "@instantkom/cli",
|
|
12290
12242
|
"pluginType": "core",
|
|
@@ -12295,25 +12247,20 @@
|
|
|
12295
12247
|
"dist",
|
|
12296
12248
|
"commands",
|
|
12297
12249
|
"bots",
|
|
12298
|
-
"
|
|
12299
|
-
"
|
|
12250
|
+
"env-vars",
|
|
12251
|
+
"create.js"
|
|
12300
12252
|
]
|
|
12301
12253
|
},
|
|
12302
|
-
"bots:
|
|
12254
|
+
"bots:env-vars:delete": {
|
|
12303
12255
|
"aliases": [],
|
|
12304
12256
|
"args": {
|
|
12305
|
-
"
|
|
12306
|
-
"description": "
|
|
12307
|
-
"name": "
|
|
12308
|
-
"required": true
|
|
12309
|
-
},
|
|
12310
|
-
"filterId": {
|
|
12311
|
-
"description": "Filter ID",
|
|
12312
|
-
"name": "filterId",
|
|
12257
|
+
"id": {
|
|
12258
|
+
"description": "Environment variable ID",
|
|
12259
|
+
"name": "id",
|
|
12313
12260
|
"required": true
|
|
12314
12261
|
}
|
|
12315
12262
|
},
|
|
12316
|
-
"description": "
|
|
12263
|
+
"description": "Delete a bot environment variable",
|
|
12317
12264
|
"flags": {
|
|
12318
12265
|
"api-key": {
|
|
12319
12266
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12380,7 +12327,7 @@
|
|
|
12380
12327
|
},
|
|
12381
12328
|
"hasDynamicHelp": false,
|
|
12382
12329
|
"hiddenAliases": [],
|
|
12383
|
-
"id": "bots:
|
|
12330
|
+
"id": "bots:env-vars:delete",
|
|
12384
12331
|
"pluginAlias": "@instantkom/cli",
|
|
12385
12332
|
"pluginName": "@instantkom/cli",
|
|
12386
12333
|
"pluginType": "core",
|
|
@@ -12391,20 +12338,20 @@
|
|
|
12391
12338
|
"dist",
|
|
12392
12339
|
"commands",
|
|
12393
12340
|
"bots",
|
|
12394
|
-
"
|
|
12395
|
-
"
|
|
12341
|
+
"env-vars",
|
|
12342
|
+
"delete.js"
|
|
12396
12343
|
]
|
|
12397
12344
|
},
|
|
12398
|
-
"bots:
|
|
12345
|
+
"bots:env-vars:get": {
|
|
12399
12346
|
"aliases": [],
|
|
12400
12347
|
"args": {
|
|
12401
|
-
"
|
|
12402
|
-
"description": "
|
|
12403
|
-
"name": "
|
|
12348
|
+
"id": {
|
|
12349
|
+
"description": "Environment variable ID",
|
|
12350
|
+
"name": "id",
|
|
12404
12351
|
"required": true
|
|
12405
12352
|
}
|
|
12406
12353
|
},
|
|
12407
|
-
"description": "
|
|
12354
|
+
"description": "Get a bot environment variable",
|
|
12408
12355
|
"flags": {
|
|
12409
12356
|
"api-key": {
|
|
12410
12357
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12461,43 +12408,9 @@
|
|
|
12461
12408
|
"type": "option"
|
|
12462
12409
|
},
|
|
12463
12410
|
"api-url": {
|
|
12464
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
12465
|
-
"helpGroup": "GLOBAL",
|
|
12466
|
-
"name": "api-url",
|
|
12467
|
-
"hasDynamicHelp": false,
|
|
12468
|
-
"multiple": false,
|
|
12469
|
-
"type": "option"
|
|
12470
|
-
},
|
|
12471
|
-
"page": {
|
|
12472
|
-
"description": "Page number",
|
|
12473
|
-
"name": "page",
|
|
12474
|
-
"default": 1,
|
|
12475
|
-
"hasDynamicHelp": false,
|
|
12476
|
-
"multiple": false,
|
|
12477
|
-
"type": "option"
|
|
12478
|
-
},
|
|
12479
|
-
"limit": {
|
|
12480
|
-
"description": "Items per page",
|
|
12481
|
-
"name": "limit",
|
|
12482
|
-
"default": 20,
|
|
12483
|
-
"hasDynamicHelp": false,
|
|
12484
|
-
"multiple": false,
|
|
12485
|
-
"type": "option"
|
|
12486
|
-
},
|
|
12487
|
-
"status": {
|
|
12488
|
-
"description": "Status filter: 0 inactive, 1 active",
|
|
12489
|
-
"name": "status",
|
|
12490
|
-
"hasDynamicHelp": false,
|
|
12491
|
-
"multiple": false,
|
|
12492
|
-
"options": [
|
|
12493
|
-
"0",
|
|
12494
|
-
"1"
|
|
12495
|
-
],
|
|
12496
|
-
"type": "option"
|
|
12497
|
-
},
|
|
12498
|
-
"search": {
|
|
12499
|
-
"description": "Search in name or description",
|
|
12500
|
-
"name": "search",
|
|
12411
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
12412
|
+
"helpGroup": "GLOBAL",
|
|
12413
|
+
"name": "api-url",
|
|
12501
12414
|
"hasDynamicHelp": false,
|
|
12502
12415
|
"multiple": false,
|
|
12503
12416
|
"type": "option"
|
|
@@ -12505,7 +12418,7 @@
|
|
|
12505
12418
|
},
|
|
12506
12419
|
"hasDynamicHelp": false,
|
|
12507
12420
|
"hiddenAliases": [],
|
|
12508
|
-
"id": "bots:
|
|
12421
|
+
"id": "bots:env-vars:get",
|
|
12509
12422
|
"pluginAlias": "@instantkom/cli",
|
|
12510
12423
|
"pluginName": "@instantkom/cli",
|
|
12511
12424
|
"pluginType": "core",
|
|
@@ -12516,25 +12429,14 @@
|
|
|
12516
12429
|
"dist",
|
|
12517
12430
|
"commands",
|
|
12518
12431
|
"bots",
|
|
12519
|
-
"
|
|
12520
|
-
"
|
|
12432
|
+
"env-vars",
|
|
12433
|
+
"get.js"
|
|
12521
12434
|
]
|
|
12522
12435
|
},
|
|
12523
|
-
"bots:
|
|
12436
|
+
"bots:env-vars:list": {
|
|
12524
12437
|
"aliases": [],
|
|
12525
|
-
"args": {
|
|
12526
|
-
|
|
12527
|
-
"description": "Bot ID",
|
|
12528
|
-
"name": "botId",
|
|
12529
|
-
"required": true
|
|
12530
|
-
},
|
|
12531
|
-
"filterId": {
|
|
12532
|
-
"description": "Filter ID",
|
|
12533
|
-
"name": "filterId",
|
|
12534
|
-
"required": true
|
|
12535
|
-
}
|
|
12536
|
-
},
|
|
12537
|
-
"description": "Update a bot filter",
|
|
12438
|
+
"args": {},
|
|
12439
|
+
"description": "List bot environment variables",
|
|
12538
12440
|
"flags": {
|
|
12539
12441
|
"api-key": {
|
|
12540
12442
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12598,62 +12500,32 @@
|
|
|
12598
12500
|
"multiple": false,
|
|
12599
12501
|
"type": "option"
|
|
12600
12502
|
},
|
|
12601
|
-
"
|
|
12602
|
-
"description": "
|
|
12603
|
-
"name": "
|
|
12604
|
-
"
|
|
12605
|
-
"multiple": false,
|
|
12606
|
-
"type": "option"
|
|
12607
|
-
},
|
|
12608
|
-
"operator": {
|
|
12609
|
-
"description": "Logical operator",
|
|
12610
|
-
"name": "operator",
|
|
12611
|
-
"hasDynamicHelp": false,
|
|
12612
|
-
"multiple": false,
|
|
12613
|
-
"type": "option"
|
|
12614
|
-
},
|
|
12615
|
-
"filter-object": {
|
|
12616
|
-
"description": "Filter object type",
|
|
12617
|
-
"name": "filter-object",
|
|
12618
|
-
"hasDynamicHelp": false,
|
|
12619
|
-
"multiple": false,
|
|
12620
|
-
"type": "option"
|
|
12621
|
-
},
|
|
12622
|
-
"filter-attribute": {
|
|
12623
|
-
"description": "Filter attribute",
|
|
12624
|
-
"name": "filter-attribute",
|
|
12625
|
-
"hasDynamicHelp": false,
|
|
12626
|
-
"multiple": false,
|
|
12627
|
-
"type": "option"
|
|
12628
|
-
},
|
|
12629
|
-
"filter-comparator": {
|
|
12630
|
-
"description": "Filter comparator",
|
|
12631
|
-
"name": "filter-comparator",
|
|
12503
|
+
"page": {
|
|
12504
|
+
"description": "Page number",
|
|
12505
|
+
"name": "page",
|
|
12506
|
+
"default": 1,
|
|
12632
12507
|
"hasDynamicHelp": false,
|
|
12633
12508
|
"multiple": false,
|
|
12634
12509
|
"type": "option"
|
|
12635
12510
|
},
|
|
12636
|
-
"
|
|
12637
|
-
"description": "
|
|
12638
|
-
"name": "
|
|
12511
|
+
"limit": {
|
|
12512
|
+
"description": "Items per page",
|
|
12513
|
+
"name": "limit",
|
|
12514
|
+
"default": 20,
|
|
12639
12515
|
"hasDynamicHelp": false,
|
|
12640
12516
|
"multiple": false,
|
|
12641
12517
|
"type": "option"
|
|
12642
12518
|
},
|
|
12643
|
-
"
|
|
12644
|
-
"description": "
|
|
12645
|
-
"name": "
|
|
12519
|
+
"search": {
|
|
12520
|
+
"description": "Search in key or description",
|
|
12521
|
+
"name": "search",
|
|
12646
12522
|
"hasDynamicHelp": false,
|
|
12647
12523
|
"multiple": false,
|
|
12648
|
-
"options": [
|
|
12649
|
-
"0",
|
|
12650
|
-
"1"
|
|
12651
|
-
],
|
|
12652
12524
|
"type": "option"
|
|
12653
12525
|
},
|
|
12654
|
-
"
|
|
12655
|
-
"description": "
|
|
12656
|
-
"name": "
|
|
12526
|
+
"color": {
|
|
12527
|
+
"description": "Filter by color",
|
|
12528
|
+
"name": "color",
|
|
12657
12529
|
"hasDynamicHelp": false,
|
|
12658
12530
|
"multiple": false,
|
|
12659
12531
|
"type": "option"
|
|
@@ -12661,7 +12533,7 @@
|
|
|
12661
12533
|
},
|
|
12662
12534
|
"hasDynamicHelp": false,
|
|
12663
12535
|
"hiddenAliases": [],
|
|
12664
|
-
"id": "bots:
|
|
12536
|
+
"id": "bots:env-vars:list",
|
|
12665
12537
|
"pluginAlias": "@instantkom/cli",
|
|
12666
12538
|
"pluginName": "@instantkom/cli",
|
|
12667
12539
|
"pluginType": "core",
|
|
@@ -12672,11 +12544,11 @@
|
|
|
12672
12544
|
"dist",
|
|
12673
12545
|
"commands",
|
|
12674
12546
|
"bots",
|
|
12675
|
-
"
|
|
12676
|
-
"
|
|
12547
|
+
"env-vars",
|
|
12548
|
+
"list.js"
|
|
12677
12549
|
]
|
|
12678
12550
|
},
|
|
12679
|
-
"bots:env-vars:
|
|
12551
|
+
"bots:env-vars:update": {
|
|
12680
12552
|
"aliases": [],
|
|
12681
12553
|
"args": {
|
|
12682
12554
|
"id": {
|
|
@@ -12685,7 +12557,7 @@
|
|
|
12685
12557
|
"required": true
|
|
12686
12558
|
}
|
|
12687
12559
|
},
|
|
12688
|
-
"description": "
|
|
12560
|
+
"description": "Update a bot environment variable",
|
|
12689
12561
|
"flags": {
|
|
12690
12562
|
"api-key": {
|
|
12691
12563
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12748,11 +12620,32 @@
|
|
|
12748
12620
|
"hasDynamicHelp": false,
|
|
12749
12621
|
"multiple": false,
|
|
12750
12622
|
"type": "option"
|
|
12623
|
+
},
|
|
12624
|
+
"description": {
|
|
12625
|
+
"description": "Variable description",
|
|
12626
|
+
"name": "description",
|
|
12627
|
+
"hasDynamicHelp": false,
|
|
12628
|
+
"multiple": false,
|
|
12629
|
+
"type": "option"
|
|
12630
|
+
},
|
|
12631
|
+
"color": {
|
|
12632
|
+
"description": "Variable color as HEX",
|
|
12633
|
+
"name": "color",
|
|
12634
|
+
"hasDynamicHelp": false,
|
|
12635
|
+
"multiple": false,
|
|
12636
|
+
"type": "option"
|
|
12637
|
+
},
|
|
12638
|
+
"data": {
|
|
12639
|
+
"description": "Additional JSON object payload",
|
|
12640
|
+
"name": "data",
|
|
12641
|
+
"hasDynamicHelp": false,
|
|
12642
|
+
"multiple": false,
|
|
12643
|
+
"type": "option"
|
|
12751
12644
|
}
|
|
12752
12645
|
},
|
|
12753
12646
|
"hasDynamicHelp": false,
|
|
12754
12647
|
"hiddenAliases": [],
|
|
12755
|
-
"id": "bots:env-vars:
|
|
12648
|
+
"id": "bots:env-vars:update",
|
|
12756
12649
|
"pluginAlias": "@instantkom/cli",
|
|
12757
12650
|
"pluginName": "@instantkom/cli",
|
|
12758
12651
|
"pluginType": "core",
|
|
@@ -12764,13 +12657,19 @@
|
|
|
12764
12657
|
"commands",
|
|
12765
12658
|
"bots",
|
|
12766
12659
|
"env-vars",
|
|
12767
|
-
"
|
|
12660
|
+
"update.js"
|
|
12768
12661
|
]
|
|
12769
12662
|
},
|
|
12770
|
-
"bots:env-vars:
|
|
12663
|
+
"bots:env-vars:values": {
|
|
12771
12664
|
"aliases": [],
|
|
12772
|
-
"args": {
|
|
12773
|
-
|
|
12665
|
+
"args": {
|
|
12666
|
+
"id": {
|
|
12667
|
+
"description": "Environment variable ID",
|
|
12668
|
+
"name": "id",
|
|
12669
|
+
"required": true
|
|
12670
|
+
}
|
|
12671
|
+
},
|
|
12672
|
+
"description": "List recipient values for a bot environment variable",
|
|
12774
12673
|
"flags": {
|
|
12775
12674
|
"api-key": {
|
|
12776
12675
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12834,31 +12733,32 @@
|
|
|
12834
12733
|
"multiple": false,
|
|
12835
12734
|
"type": "option"
|
|
12836
12735
|
},
|
|
12837
|
-
"
|
|
12838
|
-
"description": "
|
|
12839
|
-
"name": "
|
|
12840
|
-
"
|
|
12736
|
+
"page": {
|
|
12737
|
+
"description": "Page number",
|
|
12738
|
+
"name": "page",
|
|
12739
|
+
"default": 1,
|
|
12841
12740
|
"hasDynamicHelp": false,
|
|
12842
12741
|
"multiple": false,
|
|
12843
12742
|
"type": "option"
|
|
12844
12743
|
},
|
|
12845
|
-
"
|
|
12846
|
-
"description": "
|
|
12847
|
-
"name": "
|
|
12744
|
+
"limit": {
|
|
12745
|
+
"description": "Items per page",
|
|
12746
|
+
"name": "limit",
|
|
12747
|
+
"default": 20,
|
|
12848
12748
|
"hasDynamicHelp": false,
|
|
12849
12749
|
"multiple": false,
|
|
12850
12750
|
"type": "option"
|
|
12851
12751
|
},
|
|
12852
|
-
"
|
|
12853
|
-
"description": "
|
|
12854
|
-
"name": "
|
|
12752
|
+
"search": {
|
|
12753
|
+
"description": "Search in recipient name or identifier",
|
|
12754
|
+
"name": "search",
|
|
12855
12755
|
"hasDynamicHelp": false,
|
|
12856
12756
|
"multiple": false,
|
|
12857
12757
|
"type": "option"
|
|
12858
12758
|
},
|
|
12859
|
-
"
|
|
12860
|
-
"description": "
|
|
12861
|
-
"name": "
|
|
12759
|
+
"recipient": {
|
|
12760
|
+
"description": "Filter by recipient ID",
|
|
12761
|
+
"name": "recipient",
|
|
12862
12762
|
"hasDynamicHelp": false,
|
|
12863
12763
|
"multiple": false,
|
|
12864
12764
|
"type": "option"
|
|
@@ -12866,7 +12766,7 @@
|
|
|
12866
12766
|
},
|
|
12867
12767
|
"hasDynamicHelp": false,
|
|
12868
12768
|
"hiddenAliases": [],
|
|
12869
|
-
"id": "bots:env-vars:
|
|
12769
|
+
"id": "bots:env-vars:values",
|
|
12870
12770
|
"pluginAlias": "@instantkom/cli",
|
|
12871
12771
|
"pluginName": "@instantkom/cli",
|
|
12872
12772
|
"pluginType": "core",
|
|
@@ -12878,19 +12778,19 @@
|
|
|
12878
12778
|
"commands",
|
|
12879
12779
|
"bots",
|
|
12880
12780
|
"env-vars",
|
|
12881
|
-
"
|
|
12781
|
+
"values.js"
|
|
12882
12782
|
]
|
|
12883
12783
|
},
|
|
12884
|
-
"bots:
|
|
12784
|
+
"bots:filters:create": {
|
|
12885
12785
|
"aliases": [],
|
|
12886
12786
|
"args": {
|
|
12887
|
-
"
|
|
12888
|
-
"description": "
|
|
12889
|
-
"name": "
|
|
12787
|
+
"botId": {
|
|
12788
|
+
"description": "Bot ID",
|
|
12789
|
+
"name": "botId",
|
|
12890
12790
|
"required": true
|
|
12891
12791
|
}
|
|
12892
12792
|
},
|
|
12893
|
-
"description": "
|
|
12793
|
+
"description": "Create a bot filter",
|
|
12894
12794
|
"flags": {
|
|
12895
12795
|
"api-key": {
|
|
12896
12796
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -12953,11 +12853,77 @@
|
|
|
12953
12853
|
"hasDynamicHelp": false,
|
|
12954
12854
|
"multiple": false,
|
|
12955
12855
|
"type": "option"
|
|
12856
|
+
},
|
|
12857
|
+
"name": {
|
|
12858
|
+
"description": "Filter name",
|
|
12859
|
+
"name": "name",
|
|
12860
|
+
"required": true,
|
|
12861
|
+
"hasDynamicHelp": false,
|
|
12862
|
+
"multiple": false,
|
|
12863
|
+
"type": "option"
|
|
12864
|
+
},
|
|
12865
|
+
"operator": {
|
|
12866
|
+
"description": "Logical operator",
|
|
12867
|
+
"name": "operator",
|
|
12868
|
+
"default": "and",
|
|
12869
|
+
"hasDynamicHelp": false,
|
|
12870
|
+
"multiple": false,
|
|
12871
|
+
"type": "option"
|
|
12872
|
+
},
|
|
12873
|
+
"filter-object": {
|
|
12874
|
+
"description": "Filter object type",
|
|
12875
|
+
"name": "filter-object",
|
|
12876
|
+
"default": "msg",
|
|
12877
|
+
"hasDynamicHelp": false,
|
|
12878
|
+
"multiple": false,
|
|
12879
|
+
"type": "option"
|
|
12880
|
+
},
|
|
12881
|
+
"filter-attribute": {
|
|
12882
|
+
"description": "Filter attribute",
|
|
12883
|
+
"name": "filter-attribute",
|
|
12884
|
+
"default": "text",
|
|
12885
|
+
"hasDynamicHelp": false,
|
|
12886
|
+
"multiple": false,
|
|
12887
|
+
"type": "option"
|
|
12888
|
+
},
|
|
12889
|
+
"filter-comparator": {
|
|
12890
|
+
"description": "Filter comparator",
|
|
12891
|
+
"name": "filter-comparator",
|
|
12892
|
+
"default": "contains",
|
|
12893
|
+
"hasDynamicHelp": false,
|
|
12894
|
+
"multiple": false,
|
|
12895
|
+
"type": "option"
|
|
12896
|
+
},
|
|
12897
|
+
"filter-value": {
|
|
12898
|
+
"description": "Filter value",
|
|
12899
|
+
"name": "filter-value",
|
|
12900
|
+
"required": true,
|
|
12901
|
+
"hasDynamicHelp": false,
|
|
12902
|
+
"multiple": false,
|
|
12903
|
+
"type": "option"
|
|
12904
|
+
},
|
|
12905
|
+
"status": {
|
|
12906
|
+
"description": "Status: 0 inactive, 1 active",
|
|
12907
|
+
"name": "status",
|
|
12908
|
+
"hasDynamicHelp": false,
|
|
12909
|
+
"multiple": false,
|
|
12910
|
+
"options": [
|
|
12911
|
+
"0",
|
|
12912
|
+
"1"
|
|
12913
|
+
],
|
|
12914
|
+
"type": "option"
|
|
12915
|
+
},
|
|
12916
|
+
"data": {
|
|
12917
|
+
"description": "Additional JSON object payload",
|
|
12918
|
+
"name": "data",
|
|
12919
|
+
"hasDynamicHelp": false,
|
|
12920
|
+
"multiple": false,
|
|
12921
|
+
"type": "option"
|
|
12956
12922
|
}
|
|
12957
12923
|
},
|
|
12958
12924
|
"hasDynamicHelp": false,
|
|
12959
12925
|
"hiddenAliases": [],
|
|
12960
|
-
"id": "bots:
|
|
12926
|
+
"id": "bots:filters:create",
|
|
12961
12927
|
"pluginAlias": "@instantkom/cli",
|
|
12962
12928
|
"pluginName": "@instantkom/cli",
|
|
12963
12929
|
"pluginType": "core",
|
|
@@ -12968,20 +12934,25 @@
|
|
|
12968
12934
|
"dist",
|
|
12969
12935
|
"commands",
|
|
12970
12936
|
"bots",
|
|
12971
|
-
"
|
|
12972
|
-
"
|
|
12937
|
+
"filters",
|
|
12938
|
+
"create.js"
|
|
12973
12939
|
]
|
|
12974
12940
|
},
|
|
12975
|
-
"bots:
|
|
12941
|
+
"bots:filters:delete": {
|
|
12976
12942
|
"aliases": [],
|
|
12977
12943
|
"args": {
|
|
12978
|
-
"
|
|
12979
|
-
"description": "
|
|
12980
|
-
"name": "
|
|
12944
|
+
"botId": {
|
|
12945
|
+
"description": "Bot ID",
|
|
12946
|
+
"name": "botId",
|
|
12947
|
+
"required": true
|
|
12948
|
+
},
|
|
12949
|
+
"filterId": {
|
|
12950
|
+
"description": "Filter ID",
|
|
12951
|
+
"name": "filterId",
|
|
12981
12952
|
"required": true
|
|
12982
12953
|
}
|
|
12983
12954
|
},
|
|
12984
|
-
"description": "
|
|
12955
|
+
"description": "Delete a bot filter",
|
|
12985
12956
|
"flags": {
|
|
12986
12957
|
"api-key": {
|
|
12987
12958
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13048,7 +13019,7 @@
|
|
|
13048
13019
|
},
|
|
13049
13020
|
"hasDynamicHelp": false,
|
|
13050
13021
|
"hiddenAliases": [],
|
|
13051
|
-
"id": "bots:
|
|
13022
|
+
"id": "bots:filters:delete",
|
|
13052
13023
|
"pluginAlias": "@instantkom/cli",
|
|
13053
13024
|
"pluginName": "@instantkom/cli",
|
|
13054
13025
|
"pluginType": "core",
|
|
@@ -13059,14 +13030,25 @@
|
|
|
13059
13030
|
"dist",
|
|
13060
13031
|
"commands",
|
|
13061
13032
|
"bots",
|
|
13062
|
-
"
|
|
13063
|
-
"
|
|
13033
|
+
"filters",
|
|
13034
|
+
"delete.js"
|
|
13064
13035
|
]
|
|
13065
13036
|
},
|
|
13066
|
-
"bots:
|
|
13037
|
+
"bots:filters:get": {
|
|
13067
13038
|
"aliases": [],
|
|
13068
|
-
"args": {
|
|
13069
|
-
|
|
13039
|
+
"args": {
|
|
13040
|
+
"botId": {
|
|
13041
|
+
"description": "Bot ID",
|
|
13042
|
+
"name": "botId",
|
|
13043
|
+
"required": true
|
|
13044
|
+
},
|
|
13045
|
+
"filterId": {
|
|
13046
|
+
"description": "Filter ID",
|
|
13047
|
+
"name": "filterId",
|
|
13048
|
+
"required": true
|
|
13049
|
+
}
|
|
13050
|
+
},
|
|
13051
|
+
"description": "Get a bot filter",
|
|
13070
13052
|
"flags": {
|
|
13071
13053
|
"api-key": {
|
|
13072
13054
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13129,41 +13111,11 @@
|
|
|
13129
13111
|
"hasDynamicHelp": false,
|
|
13130
13112
|
"multiple": false,
|
|
13131
13113
|
"type": "option"
|
|
13132
|
-
},
|
|
13133
|
-
"page": {
|
|
13134
|
-
"description": "Page number",
|
|
13135
|
-
"name": "page",
|
|
13136
|
-
"default": 1,
|
|
13137
|
-
"hasDynamicHelp": false,
|
|
13138
|
-
"multiple": false,
|
|
13139
|
-
"type": "option"
|
|
13140
|
-
},
|
|
13141
|
-
"limit": {
|
|
13142
|
-
"description": "Items per page",
|
|
13143
|
-
"name": "limit",
|
|
13144
|
-
"default": 20,
|
|
13145
|
-
"hasDynamicHelp": false,
|
|
13146
|
-
"multiple": false,
|
|
13147
|
-
"type": "option"
|
|
13148
|
-
},
|
|
13149
|
-
"search": {
|
|
13150
|
-
"description": "Search in key or description",
|
|
13151
|
-
"name": "search",
|
|
13152
|
-
"hasDynamicHelp": false,
|
|
13153
|
-
"multiple": false,
|
|
13154
|
-
"type": "option"
|
|
13155
|
-
},
|
|
13156
|
-
"color": {
|
|
13157
|
-
"description": "Filter by color",
|
|
13158
|
-
"name": "color",
|
|
13159
|
-
"hasDynamicHelp": false,
|
|
13160
|
-
"multiple": false,
|
|
13161
|
-
"type": "option"
|
|
13162
13114
|
}
|
|
13163
13115
|
},
|
|
13164
13116
|
"hasDynamicHelp": false,
|
|
13165
13117
|
"hiddenAliases": [],
|
|
13166
|
-
"id": "bots:
|
|
13118
|
+
"id": "bots:filters:get",
|
|
13167
13119
|
"pluginAlias": "@instantkom/cli",
|
|
13168
13120
|
"pluginName": "@instantkom/cli",
|
|
13169
13121
|
"pluginType": "core",
|
|
@@ -13174,20 +13126,20 @@
|
|
|
13174
13126
|
"dist",
|
|
13175
13127
|
"commands",
|
|
13176
13128
|
"bots",
|
|
13177
|
-
"
|
|
13178
|
-
"
|
|
13129
|
+
"filters",
|
|
13130
|
+
"get.js"
|
|
13179
13131
|
]
|
|
13180
13132
|
},
|
|
13181
|
-
"bots:
|
|
13133
|
+
"bots:filters:list": {
|
|
13182
13134
|
"aliases": [],
|
|
13183
13135
|
"args": {
|
|
13184
|
-
"
|
|
13185
|
-
"description": "
|
|
13186
|
-
"name": "
|
|
13136
|
+
"botId": {
|
|
13137
|
+
"description": "Bot ID",
|
|
13138
|
+
"name": "botId",
|
|
13187
13139
|
"required": true
|
|
13188
13140
|
}
|
|
13189
13141
|
},
|
|
13190
|
-
"description": "
|
|
13142
|
+
"description": "List bot filters",
|
|
13191
13143
|
"flags": {
|
|
13192
13144
|
"api-key": {
|
|
13193
13145
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13251,23 +13203,36 @@
|
|
|
13251
13203
|
"multiple": false,
|
|
13252
13204
|
"type": "option"
|
|
13253
13205
|
},
|
|
13254
|
-
"
|
|
13255
|
-
"description": "
|
|
13256
|
-
"name": "
|
|
13206
|
+
"page": {
|
|
13207
|
+
"description": "Page number",
|
|
13208
|
+
"name": "page",
|
|
13209
|
+
"default": 1,
|
|
13257
13210
|
"hasDynamicHelp": false,
|
|
13258
13211
|
"multiple": false,
|
|
13259
13212
|
"type": "option"
|
|
13260
13213
|
},
|
|
13261
|
-
"
|
|
13262
|
-
"description": "
|
|
13263
|
-
"name": "
|
|
13214
|
+
"limit": {
|
|
13215
|
+
"description": "Items per page",
|
|
13216
|
+
"name": "limit",
|
|
13217
|
+
"default": 20,
|
|
13264
13218
|
"hasDynamicHelp": false,
|
|
13265
13219
|
"multiple": false,
|
|
13266
13220
|
"type": "option"
|
|
13267
13221
|
},
|
|
13268
|
-
"
|
|
13269
|
-
"description": "
|
|
13270
|
-
"name": "
|
|
13222
|
+
"status": {
|
|
13223
|
+
"description": "Status filter: 0 inactive, 1 active",
|
|
13224
|
+
"name": "status",
|
|
13225
|
+
"hasDynamicHelp": false,
|
|
13226
|
+
"multiple": false,
|
|
13227
|
+
"options": [
|
|
13228
|
+
"0",
|
|
13229
|
+
"1"
|
|
13230
|
+
],
|
|
13231
|
+
"type": "option"
|
|
13232
|
+
},
|
|
13233
|
+
"search": {
|
|
13234
|
+
"description": "Search in name or description",
|
|
13235
|
+
"name": "search",
|
|
13271
13236
|
"hasDynamicHelp": false,
|
|
13272
13237
|
"multiple": false,
|
|
13273
13238
|
"type": "option"
|
|
@@ -13275,7 +13240,7 @@
|
|
|
13275
13240
|
},
|
|
13276
13241
|
"hasDynamicHelp": false,
|
|
13277
13242
|
"hiddenAliases": [],
|
|
13278
|
-
"id": "bots:
|
|
13243
|
+
"id": "bots:filters:list",
|
|
13279
13244
|
"pluginAlias": "@instantkom/cli",
|
|
13280
13245
|
"pluginName": "@instantkom/cli",
|
|
13281
13246
|
"pluginType": "core",
|
|
@@ -13286,20 +13251,25 @@
|
|
|
13286
13251
|
"dist",
|
|
13287
13252
|
"commands",
|
|
13288
13253
|
"bots",
|
|
13289
|
-
"
|
|
13290
|
-
"
|
|
13254
|
+
"filters",
|
|
13255
|
+
"list.js"
|
|
13291
13256
|
]
|
|
13292
13257
|
},
|
|
13293
|
-
"bots:
|
|
13258
|
+
"bots:filters:update": {
|
|
13294
13259
|
"aliases": [],
|
|
13295
13260
|
"args": {
|
|
13296
|
-
"
|
|
13297
|
-
"description": "
|
|
13298
|
-
"name": "
|
|
13261
|
+
"botId": {
|
|
13262
|
+
"description": "Bot ID",
|
|
13263
|
+
"name": "botId",
|
|
13264
|
+
"required": true
|
|
13265
|
+
},
|
|
13266
|
+
"filterId": {
|
|
13267
|
+
"description": "Filter ID",
|
|
13268
|
+
"name": "filterId",
|
|
13299
13269
|
"required": true
|
|
13300
13270
|
}
|
|
13301
13271
|
},
|
|
13302
|
-
"description": "
|
|
13272
|
+
"description": "Update a bot filter",
|
|
13303
13273
|
"flags": {
|
|
13304
13274
|
"api-key": {
|
|
13305
13275
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -13363,32 +13333,62 @@
|
|
|
13363
13333
|
"multiple": false,
|
|
13364
13334
|
"type": "option"
|
|
13365
13335
|
},
|
|
13366
|
-
"
|
|
13367
|
-
"description": "
|
|
13368
|
-
"name": "
|
|
13369
|
-
"default": 1,
|
|
13336
|
+
"name": {
|
|
13337
|
+
"description": "Filter name",
|
|
13338
|
+
"name": "name",
|
|
13370
13339
|
"hasDynamicHelp": false,
|
|
13371
13340
|
"multiple": false,
|
|
13372
13341
|
"type": "option"
|
|
13373
13342
|
},
|
|
13374
|
-
"
|
|
13375
|
-
"description": "
|
|
13376
|
-
"name": "
|
|
13377
|
-
"default": 20,
|
|
13343
|
+
"operator": {
|
|
13344
|
+
"description": "Logical operator",
|
|
13345
|
+
"name": "operator",
|
|
13378
13346
|
"hasDynamicHelp": false,
|
|
13379
13347
|
"multiple": false,
|
|
13380
13348
|
"type": "option"
|
|
13381
13349
|
},
|
|
13382
|
-
"
|
|
13383
|
-
"description": "
|
|
13384
|
-
"name": "
|
|
13350
|
+
"filter-object": {
|
|
13351
|
+
"description": "Filter object type",
|
|
13352
|
+
"name": "filter-object",
|
|
13385
13353
|
"hasDynamicHelp": false,
|
|
13386
13354
|
"multiple": false,
|
|
13387
13355
|
"type": "option"
|
|
13388
13356
|
},
|
|
13389
|
-
"
|
|
13390
|
-
"description": "Filter
|
|
13391
|
-
"name": "
|
|
13357
|
+
"filter-attribute": {
|
|
13358
|
+
"description": "Filter attribute",
|
|
13359
|
+
"name": "filter-attribute",
|
|
13360
|
+
"hasDynamicHelp": false,
|
|
13361
|
+
"multiple": false,
|
|
13362
|
+
"type": "option"
|
|
13363
|
+
},
|
|
13364
|
+
"filter-comparator": {
|
|
13365
|
+
"description": "Filter comparator",
|
|
13366
|
+
"name": "filter-comparator",
|
|
13367
|
+
"hasDynamicHelp": false,
|
|
13368
|
+
"multiple": false,
|
|
13369
|
+
"type": "option"
|
|
13370
|
+
},
|
|
13371
|
+
"filter-value": {
|
|
13372
|
+
"description": "Filter value",
|
|
13373
|
+
"name": "filter-value",
|
|
13374
|
+
"hasDynamicHelp": false,
|
|
13375
|
+
"multiple": false,
|
|
13376
|
+
"type": "option"
|
|
13377
|
+
},
|
|
13378
|
+
"status": {
|
|
13379
|
+
"description": "Status: 0 inactive, 1 active",
|
|
13380
|
+
"name": "status",
|
|
13381
|
+
"hasDynamicHelp": false,
|
|
13382
|
+
"multiple": false,
|
|
13383
|
+
"options": [
|
|
13384
|
+
"0",
|
|
13385
|
+
"1"
|
|
13386
|
+
],
|
|
13387
|
+
"type": "option"
|
|
13388
|
+
},
|
|
13389
|
+
"data": {
|
|
13390
|
+
"description": "Additional JSON object payload",
|
|
13391
|
+
"name": "data",
|
|
13392
13392
|
"hasDynamicHelp": false,
|
|
13393
13393
|
"multiple": false,
|
|
13394
13394
|
"type": "option"
|
|
@@ -13396,7 +13396,7 @@
|
|
|
13396
13396
|
},
|
|
13397
13397
|
"hasDynamicHelp": false,
|
|
13398
13398
|
"hiddenAliases": [],
|
|
13399
|
-
"id": "bots:
|
|
13399
|
+
"id": "bots:filters:update",
|
|
13400
13400
|
"pluginAlias": "@instantkom/cli",
|
|
13401
13401
|
"pluginName": "@instantkom/cli",
|
|
13402
13402
|
"pluginType": "core",
|
|
@@ -13407,8 +13407,8 @@
|
|
|
13407
13407
|
"dist",
|
|
13408
13408
|
"commands",
|
|
13409
13409
|
"bots",
|
|
13410
|
-
"
|
|
13411
|
-
"
|
|
13410
|
+
"filters",
|
|
13411
|
+
"update.js"
|
|
13412
13412
|
]
|
|
13413
13413
|
},
|
|
13414
13414
|
"bots:tags:add": {
|
|
@@ -15856,16 +15856,16 @@
|
|
|
15856
15856
|
"list.js"
|
|
15857
15857
|
]
|
|
15858
15858
|
},
|
|
15859
|
-
"tags:
|
|
15859
|
+
"tags:segments:list": {
|
|
15860
15860
|
"aliases": [],
|
|
15861
15861
|
"args": {
|
|
15862
|
-
"
|
|
15862
|
+
"id": {
|
|
15863
15863
|
"description": "Tag ID",
|
|
15864
|
-
"name": "
|
|
15864
|
+
"name": "id",
|
|
15865
15865
|
"required": true
|
|
15866
15866
|
}
|
|
15867
15867
|
},
|
|
15868
|
-
"description": "
|
|
15868
|
+
"description": "List segments that use a specific tag",
|
|
15869
15869
|
"flags": {
|
|
15870
15870
|
"api-key": {
|
|
15871
15871
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15929,10 +15929,18 @@
|
|
|
15929
15929
|
"multiple": false,
|
|
15930
15930
|
"type": "option"
|
|
15931
15931
|
},
|
|
15932
|
-
"
|
|
15933
|
-
"description": "
|
|
15934
|
-
"name": "
|
|
15935
|
-
"
|
|
15932
|
+
"page": {
|
|
15933
|
+
"description": "Page number",
|
|
15934
|
+
"name": "page",
|
|
15935
|
+
"default": 1,
|
|
15936
|
+
"hasDynamicHelp": false,
|
|
15937
|
+
"multiple": false,
|
|
15938
|
+
"type": "option"
|
|
15939
|
+
},
|
|
15940
|
+
"limit": {
|
|
15941
|
+
"description": "Items per page",
|
|
15942
|
+
"name": "limit",
|
|
15943
|
+
"default": 20,
|
|
15936
15944
|
"hasDynamicHelp": false,
|
|
15937
15945
|
"multiple": false,
|
|
15938
15946
|
"type": "option"
|
|
@@ -15940,7 +15948,7 @@
|
|
|
15940
15948
|
},
|
|
15941
15949
|
"hasDynamicHelp": false,
|
|
15942
15950
|
"hiddenAliases": [],
|
|
15943
|
-
"id": "tags:
|
|
15951
|
+
"id": "tags:segments:list",
|
|
15944
15952
|
"pluginAlias": "@instantkom/cli",
|
|
15945
15953
|
"pluginName": "@instantkom/cli",
|
|
15946
15954
|
"pluginType": "core",
|
|
@@ -15951,11 +15959,11 @@
|
|
|
15951
15959
|
"dist",
|
|
15952
15960
|
"commands",
|
|
15953
15961
|
"tags",
|
|
15954
|
-
"
|
|
15955
|
-
"
|
|
15962
|
+
"segments",
|
|
15963
|
+
"list.js"
|
|
15956
15964
|
]
|
|
15957
15965
|
},
|
|
15958
|
-
"tags:recipients:
|
|
15966
|
+
"tags:recipients:add": {
|
|
15959
15967
|
"aliases": [],
|
|
15960
15968
|
"args": {
|
|
15961
15969
|
"tagId": {
|
|
@@ -15964,7 +15972,7 @@
|
|
|
15964
15972
|
"required": true
|
|
15965
15973
|
}
|
|
15966
15974
|
},
|
|
15967
|
-
"description": "
|
|
15975
|
+
"description": "Assign a tag to recipients",
|
|
15968
15976
|
"flags": {
|
|
15969
15977
|
"api-key": {
|
|
15970
15978
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16039,7 +16047,7 @@
|
|
|
16039
16047
|
},
|
|
16040
16048
|
"hasDynamicHelp": false,
|
|
16041
16049
|
"hiddenAliases": [],
|
|
16042
|
-
"id": "tags:recipients:
|
|
16050
|
+
"id": "tags:recipients:add",
|
|
16043
16051
|
"pluginAlias": "@instantkom/cli",
|
|
16044
16052
|
"pluginName": "@instantkom/cli",
|
|
16045
16053
|
"pluginType": "core",
|
|
@@ -16051,19 +16059,19 @@
|
|
|
16051
16059
|
"commands",
|
|
16052
16060
|
"tags",
|
|
16053
16061
|
"recipients",
|
|
16054
|
-
"
|
|
16062
|
+
"add.js"
|
|
16055
16063
|
]
|
|
16056
16064
|
},
|
|
16057
|
-
"tags:
|
|
16065
|
+
"tags:recipients:remove": {
|
|
16058
16066
|
"aliases": [],
|
|
16059
16067
|
"args": {
|
|
16060
|
-
"
|
|
16068
|
+
"tagId": {
|
|
16061
16069
|
"description": "Tag ID",
|
|
16062
|
-
"name": "
|
|
16070
|
+
"name": "tagId",
|
|
16063
16071
|
"required": true
|
|
16064
16072
|
}
|
|
16065
16073
|
},
|
|
16066
|
-
"description": "
|
|
16074
|
+
"description": "Remove a tag from recipients",
|
|
16067
16075
|
"flags": {
|
|
16068
16076
|
"api-key": {
|
|
16069
16077
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -16127,18 +16135,10 @@
|
|
|
16127
16135
|
"multiple": false,
|
|
16128
16136
|
"type": "option"
|
|
16129
16137
|
},
|
|
16130
|
-
"
|
|
16131
|
-
"description": "
|
|
16132
|
-
"name": "
|
|
16133
|
-
"
|
|
16134
|
-
"hasDynamicHelp": false,
|
|
16135
|
-
"multiple": false,
|
|
16136
|
-
"type": "option"
|
|
16137
|
-
},
|
|
16138
|
-
"limit": {
|
|
16139
|
-
"description": "Items per page",
|
|
16140
|
-
"name": "limit",
|
|
16141
|
-
"default": 20,
|
|
16138
|
+
"recipients": {
|
|
16139
|
+
"description": "Comma-separated recipient IDs",
|
|
16140
|
+
"name": "recipients",
|
|
16141
|
+
"required": true,
|
|
16142
16142
|
"hasDynamicHelp": false,
|
|
16143
16143
|
"multiple": false,
|
|
16144
16144
|
"type": "option"
|
|
@@ -16146,7 +16146,7 @@
|
|
|
16146
16146
|
},
|
|
16147
16147
|
"hasDynamicHelp": false,
|
|
16148
16148
|
"hiddenAliases": [],
|
|
16149
|
-
"id": "tags:
|
|
16149
|
+
"id": "tags:recipients:remove",
|
|
16150
16150
|
"pluginAlias": "@instantkom/cli",
|
|
16151
16151
|
"pluginName": "@instantkom/cli",
|
|
16152
16152
|
"pluginType": "core",
|
|
@@ -16157,8 +16157,8 @@
|
|
|
16157
16157
|
"dist",
|
|
16158
16158
|
"commands",
|
|
16159
16159
|
"tags",
|
|
16160
|
-
"
|
|
16161
|
-
"
|
|
16160
|
+
"recipients",
|
|
16161
|
+
"remove.js"
|
|
16162
16162
|
]
|
|
16163
16163
|
},
|
|
16164
16164
|
"ticket:messages:create": {
|
|
@@ -17052,5 +17052,5 @@
|
|
|
17052
17052
|
]
|
|
17053
17053
|
}
|
|
17054
17054
|
},
|
|
17055
|
-
"version": "3.
|
|
17055
|
+
"version": "3.176.0"
|
|
17056
17056
|
}
|