@instantkom/cli 3.135.0 → 3.137.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/LICENSE +21 -0
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +658 -658
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -722,44 +722,10 @@
|
|
|
722
722
|
"whoami.js"
|
|
723
723
|
]
|
|
724
724
|
},
|
|
725
|
-
"
|
|
726
|
-
"aliases": [],
|
|
727
|
-
"args": {
|
|
728
|
-
"shell": {
|
|
729
|
-
"description": "Shell type",
|
|
730
|
-
"name": "shell",
|
|
731
|
-
"options": [
|
|
732
|
-
"zsh",
|
|
733
|
-
"bash",
|
|
734
|
-
"fish",
|
|
735
|
-
"powershell"
|
|
736
|
-
],
|
|
737
|
-
"required": false
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
"description": "outputs autocomplete config script for shells",
|
|
741
|
-
"flags": {},
|
|
742
|
-
"hasDynamicHelp": false,
|
|
743
|
-
"hidden": true,
|
|
744
|
-
"hiddenAliases": [],
|
|
745
|
-
"id": "autocomplete:script",
|
|
746
|
-
"pluginAlias": "@instantkom/cli",
|
|
747
|
-
"pluginName": "@instantkom/cli",
|
|
748
|
-
"pluginType": "core",
|
|
749
|
-
"strict": true,
|
|
750
|
-
"enableJsonFlag": false,
|
|
751
|
-
"isESM": true,
|
|
752
|
-
"relativePath": [
|
|
753
|
-
"dist",
|
|
754
|
-
"commands",
|
|
755
|
-
"autocomplete",
|
|
756
|
-
"script.js"
|
|
757
|
-
]
|
|
758
|
-
},
|
|
759
|
-
"auth:login": {
|
|
725
|
+
"account:get": {
|
|
760
726
|
"aliases": [],
|
|
761
727
|
"args": {},
|
|
762
|
-
"description": "
|
|
728
|
+
"description": "Get account information",
|
|
763
729
|
"flags": {
|
|
764
730
|
"api-key": {
|
|
765
731
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -822,25 +788,11 @@
|
|
|
822
788
|
"hasDynamicHelp": false,
|
|
823
789
|
"multiple": false,
|
|
824
790
|
"type": "option"
|
|
825
|
-
},
|
|
826
|
-
"scope": {
|
|
827
|
-
"description": "Requested token scope",
|
|
828
|
-
"name": "scope",
|
|
829
|
-
"default": "read",
|
|
830
|
-
"hasDynamicHelp": false,
|
|
831
|
-
"multiple": false,
|
|
832
|
-
"options": [
|
|
833
|
-
"full",
|
|
834
|
-
"send",
|
|
835
|
-
"read",
|
|
836
|
-
"admin"
|
|
837
|
-
],
|
|
838
|
-
"type": "option"
|
|
839
791
|
}
|
|
840
792
|
},
|
|
841
793
|
"hasDynamicHelp": false,
|
|
842
794
|
"hiddenAliases": [],
|
|
843
|
-
"id": "
|
|
795
|
+
"id": "account:get",
|
|
844
796
|
"pluginAlias": "@instantkom/cli",
|
|
845
797
|
"pluginName": "@instantkom/cli",
|
|
846
798
|
"pluginType": "core",
|
|
@@ -850,14 +802,14 @@
|
|
|
850
802
|
"relativePath": [
|
|
851
803
|
"dist",
|
|
852
804
|
"commands",
|
|
853
|
-
"
|
|
854
|
-
"
|
|
805
|
+
"account",
|
|
806
|
+
"get.js"
|
|
855
807
|
]
|
|
856
808
|
},
|
|
857
|
-
"
|
|
809
|
+
"account:update": {
|
|
858
810
|
"aliases": [],
|
|
859
811
|
"args": {},
|
|
860
|
-
"description": "
|
|
812
|
+
"description": "Update account information",
|
|
861
813
|
"flags": {
|
|
862
814
|
"api-key": {
|
|
863
815
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -920,11 +872,74 @@
|
|
|
920
872
|
"hasDynamicHelp": false,
|
|
921
873
|
"multiple": false,
|
|
922
874
|
"type": "option"
|
|
875
|
+
},
|
|
876
|
+
"email": {
|
|
877
|
+
"description": "Email address",
|
|
878
|
+
"name": "email",
|
|
879
|
+
"hasDynamicHelp": false,
|
|
880
|
+
"multiple": false,
|
|
881
|
+
"type": "option"
|
|
882
|
+
},
|
|
883
|
+
"first-name": {
|
|
884
|
+
"description": "First name",
|
|
885
|
+
"name": "first-name",
|
|
886
|
+
"hasDynamicHelp": false,
|
|
887
|
+
"multiple": false,
|
|
888
|
+
"type": "option"
|
|
889
|
+
},
|
|
890
|
+
"last-name": {
|
|
891
|
+
"description": "Last name",
|
|
892
|
+
"name": "last-name",
|
|
893
|
+
"hasDynamicHelp": false,
|
|
894
|
+
"multiple": false,
|
|
895
|
+
"type": "option"
|
|
896
|
+
},
|
|
897
|
+
"company": {
|
|
898
|
+
"description": "Company name",
|
|
899
|
+
"name": "company",
|
|
900
|
+
"hasDynamicHelp": false,
|
|
901
|
+
"multiple": false,
|
|
902
|
+
"type": "option"
|
|
903
|
+
},
|
|
904
|
+
"phone": {
|
|
905
|
+
"description": "Phone number",
|
|
906
|
+
"name": "phone",
|
|
907
|
+
"hasDynamicHelp": false,
|
|
908
|
+
"multiple": false,
|
|
909
|
+
"type": "option"
|
|
910
|
+
},
|
|
911
|
+
"city": {
|
|
912
|
+
"description": "City",
|
|
913
|
+
"name": "city",
|
|
914
|
+
"hasDynamicHelp": false,
|
|
915
|
+
"multiple": false,
|
|
916
|
+
"type": "option"
|
|
917
|
+
},
|
|
918
|
+
"country": {
|
|
919
|
+
"description": "Country",
|
|
920
|
+
"name": "country",
|
|
921
|
+
"hasDynamicHelp": false,
|
|
922
|
+
"multiple": false,
|
|
923
|
+
"type": "option"
|
|
924
|
+
},
|
|
925
|
+
"street": {
|
|
926
|
+
"description": "Street address",
|
|
927
|
+
"name": "street",
|
|
928
|
+
"hasDynamicHelp": false,
|
|
929
|
+
"multiple": false,
|
|
930
|
+
"type": "option"
|
|
931
|
+
},
|
|
932
|
+
"data": {
|
|
933
|
+
"description": "Additional JSON object payload",
|
|
934
|
+
"name": "data",
|
|
935
|
+
"hasDynamicHelp": false,
|
|
936
|
+
"multiple": false,
|
|
937
|
+
"type": "option"
|
|
923
938
|
}
|
|
924
939
|
},
|
|
925
940
|
"hasDynamicHelp": false,
|
|
926
941
|
"hiddenAliases": [],
|
|
927
|
-
"id": "
|
|
942
|
+
"id": "account:update",
|
|
928
943
|
"pluginAlias": "@instantkom/cli",
|
|
929
944
|
"pluginName": "@instantkom/cli",
|
|
930
945
|
"pluginType": "core",
|
|
@@ -934,14 +949,14 @@
|
|
|
934
949
|
"relativePath": [
|
|
935
950
|
"dist",
|
|
936
951
|
"commands",
|
|
937
|
-
"
|
|
938
|
-
"
|
|
952
|
+
"account",
|
|
953
|
+
"update.js"
|
|
939
954
|
]
|
|
940
955
|
},
|
|
941
|
-
"
|
|
956
|
+
"auth:login": {
|
|
942
957
|
"aliases": [],
|
|
943
958
|
"args": {},
|
|
944
|
-
"description": "
|
|
959
|
+
"description": "Authenticate with the instantKOM API via device authorization flow",
|
|
945
960
|
"flags": {
|
|
946
961
|
"api-key": {
|
|
947
962
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1005,46 +1020,24 @@
|
|
|
1005
1020
|
"multiple": false,
|
|
1006
1021
|
"type": "option"
|
|
1007
1022
|
},
|
|
1008
|
-
"
|
|
1009
|
-
"description": "
|
|
1010
|
-
"name": "
|
|
1011
|
-
"
|
|
1012
|
-
"hasDynamicHelp": false,
|
|
1013
|
-
"multiple": false,
|
|
1014
|
-
"type": "option"
|
|
1015
|
-
},
|
|
1016
|
-
"limit": {
|
|
1017
|
-
"description": "Number of suggestions to generate (1-5)",
|
|
1018
|
-
"name": "limit",
|
|
1019
|
-
"hasDynamicHelp": false,
|
|
1020
|
-
"multiple": false,
|
|
1021
|
-
"type": "option"
|
|
1022
|
-
},
|
|
1023
|
-
"context-length": {
|
|
1024
|
-
"description": "Number of recent messages to use as context (1-20)",
|
|
1025
|
-
"name": "context-length",
|
|
1026
|
-
"hasDynamicHelp": false,
|
|
1027
|
-
"multiple": false,
|
|
1028
|
-
"type": "option"
|
|
1029
|
-
},
|
|
1030
|
-
"style": {
|
|
1031
|
-
"description": "Response style",
|
|
1032
|
-
"name": "style",
|
|
1023
|
+
"scope": {
|
|
1024
|
+
"description": "Requested token scope",
|
|
1025
|
+
"name": "scope",
|
|
1026
|
+
"default": "read",
|
|
1033
1027
|
"hasDynamicHelp": false,
|
|
1034
1028
|
"multiple": false,
|
|
1035
1029
|
"options": [
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
1038
|
-
"
|
|
1039
|
-
"
|
|
1040
|
-
"empathetic"
|
|
1030
|
+
"full",
|
|
1031
|
+
"send",
|
|
1032
|
+
"read",
|
|
1033
|
+
"admin"
|
|
1041
1034
|
],
|
|
1042
1035
|
"type": "option"
|
|
1043
1036
|
}
|
|
1044
1037
|
},
|
|
1045
1038
|
"hasDynamicHelp": false,
|
|
1046
1039
|
"hiddenAliases": [],
|
|
1047
|
-
"id": "
|
|
1040
|
+
"id": "auth:login",
|
|
1048
1041
|
"pluginAlias": "@instantkom/cli",
|
|
1049
1042
|
"pluginName": "@instantkom/cli",
|
|
1050
1043
|
"pluginType": "core",
|
|
@@ -1054,14 +1047,14 @@
|
|
|
1054
1047
|
"relativePath": [
|
|
1055
1048
|
"dist",
|
|
1056
1049
|
"commands",
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1050
|
+
"auth",
|
|
1051
|
+
"login.js"
|
|
1059
1052
|
]
|
|
1060
1053
|
},
|
|
1061
|
-
"
|
|
1054
|
+
"auth:logout": {
|
|
1062
1055
|
"aliases": [],
|
|
1063
1056
|
"args": {},
|
|
1064
|
-
"description": "
|
|
1057
|
+
"description": "Remove the stored API token for the current profile",
|
|
1065
1058
|
"flags": {
|
|
1066
1059
|
"api-key": {
|
|
1067
1060
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1128,7 +1121,7 @@
|
|
|
1128
1121
|
},
|
|
1129
1122
|
"hasDynamicHelp": false,
|
|
1130
1123
|
"hiddenAliases": [],
|
|
1131
|
-
"id": "
|
|
1124
|
+
"id": "auth:logout",
|
|
1132
1125
|
"pluginAlias": "@instantkom/cli",
|
|
1133
1126
|
"pluginName": "@instantkom/cli",
|
|
1134
1127
|
"pluginType": "core",
|
|
@@ -1138,14 +1131,14 @@
|
|
|
1138
1131
|
"relativePath": [
|
|
1139
1132
|
"dist",
|
|
1140
1133
|
"commands",
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1134
|
+
"auth",
|
|
1135
|
+
"logout.js"
|
|
1143
1136
|
]
|
|
1144
1137
|
},
|
|
1145
|
-
"
|
|
1138
|
+
"ai:reply": {
|
|
1146
1139
|
"aliases": [],
|
|
1147
1140
|
"args": {},
|
|
1148
|
-
"description": "
|
|
1141
|
+
"description": "Generate AI reply suggestions for a message",
|
|
1149
1142
|
"flags": {
|
|
1150
1143
|
"api-key": {
|
|
1151
1144
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -1209,73 +1202,46 @@
|
|
|
1209
1202
|
"multiple": false,
|
|
1210
1203
|
"type": "option"
|
|
1211
1204
|
},
|
|
1212
|
-
"
|
|
1213
|
-
"description": "
|
|
1214
|
-
"name": "
|
|
1215
|
-
"
|
|
1216
|
-
"multiple": false,
|
|
1217
|
-
"type": "option"
|
|
1218
|
-
},
|
|
1219
|
-
"first-name": {
|
|
1220
|
-
"description": "First name",
|
|
1221
|
-
"name": "first-name",
|
|
1222
|
-
"hasDynamicHelp": false,
|
|
1223
|
-
"multiple": false,
|
|
1224
|
-
"type": "option"
|
|
1225
|
-
},
|
|
1226
|
-
"last-name": {
|
|
1227
|
-
"description": "Last name",
|
|
1228
|
-
"name": "last-name",
|
|
1229
|
-
"hasDynamicHelp": false,
|
|
1230
|
-
"multiple": false,
|
|
1231
|
-
"type": "option"
|
|
1232
|
-
},
|
|
1233
|
-
"company": {
|
|
1234
|
-
"description": "Company name",
|
|
1235
|
-
"name": "company",
|
|
1236
|
-
"hasDynamicHelp": false,
|
|
1237
|
-
"multiple": false,
|
|
1238
|
-
"type": "option"
|
|
1239
|
-
},
|
|
1240
|
-
"phone": {
|
|
1241
|
-
"description": "Phone number",
|
|
1242
|
-
"name": "phone",
|
|
1205
|
+
"message-id": {
|
|
1206
|
+
"description": "Message ID to use as smart-reply anchor",
|
|
1207
|
+
"name": "message-id",
|
|
1208
|
+
"required": true,
|
|
1243
1209
|
"hasDynamicHelp": false,
|
|
1244
1210
|
"multiple": false,
|
|
1245
1211
|
"type": "option"
|
|
1246
1212
|
},
|
|
1247
|
-
"
|
|
1248
|
-
"description": "
|
|
1249
|
-
"name": "
|
|
1213
|
+
"limit": {
|
|
1214
|
+
"description": "Number of suggestions to generate (1-5)",
|
|
1215
|
+
"name": "limit",
|
|
1250
1216
|
"hasDynamicHelp": false,
|
|
1251
1217
|
"multiple": false,
|
|
1252
1218
|
"type": "option"
|
|
1253
1219
|
},
|
|
1254
|
-
"
|
|
1255
|
-
"description": "
|
|
1256
|
-
"name": "
|
|
1220
|
+
"context-length": {
|
|
1221
|
+
"description": "Number of recent messages to use as context (1-20)",
|
|
1222
|
+
"name": "context-length",
|
|
1257
1223
|
"hasDynamicHelp": false,
|
|
1258
1224
|
"multiple": false,
|
|
1259
1225
|
"type": "option"
|
|
1260
1226
|
},
|
|
1261
|
-
"
|
|
1262
|
-
"description": "
|
|
1263
|
-
"name": "
|
|
1264
|
-
"hasDynamicHelp": false,
|
|
1265
|
-
"multiple": false,
|
|
1266
|
-
"type": "option"
|
|
1267
|
-
},
|
|
1268
|
-
"data": {
|
|
1269
|
-
"description": "Additional JSON object payload",
|
|
1270
|
-
"name": "data",
|
|
1227
|
+
"style": {
|
|
1228
|
+
"description": "Response style",
|
|
1229
|
+
"name": "style",
|
|
1271
1230
|
"hasDynamicHelp": false,
|
|
1272
1231
|
"multiple": false,
|
|
1232
|
+
"options": [
|
|
1233
|
+
"professional",
|
|
1234
|
+
"friendly",
|
|
1235
|
+
"concise",
|
|
1236
|
+
"detailed",
|
|
1237
|
+
"empathetic"
|
|
1238
|
+
],
|
|
1273
1239
|
"type": "option"
|
|
1274
1240
|
}
|
|
1275
1241
|
},
|
|
1276
1242
|
"hasDynamicHelp": false,
|
|
1277
1243
|
"hiddenAliases": [],
|
|
1278
|
-
"id": "
|
|
1244
|
+
"id": "ai:reply",
|
|
1279
1245
|
"pluginAlias": "@instantkom/cli",
|
|
1280
1246
|
"pluginName": "@instantkom/cli",
|
|
1281
1247
|
"pluginType": "core",
|
|
@@ -1285,8 +1251,42 @@
|
|
|
1285
1251
|
"relativePath": [
|
|
1286
1252
|
"dist",
|
|
1287
1253
|
"commands",
|
|
1288
|
-
"
|
|
1289
|
-
"
|
|
1254
|
+
"ai",
|
|
1255
|
+
"reply.js"
|
|
1256
|
+
]
|
|
1257
|
+
},
|
|
1258
|
+
"autocomplete:script": {
|
|
1259
|
+
"aliases": [],
|
|
1260
|
+
"args": {
|
|
1261
|
+
"shell": {
|
|
1262
|
+
"description": "Shell type",
|
|
1263
|
+
"name": "shell",
|
|
1264
|
+
"options": [
|
|
1265
|
+
"zsh",
|
|
1266
|
+
"bash",
|
|
1267
|
+
"fish",
|
|
1268
|
+
"powershell"
|
|
1269
|
+
],
|
|
1270
|
+
"required": false
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
"description": "outputs autocomplete config script for shells",
|
|
1274
|
+
"flags": {},
|
|
1275
|
+
"hasDynamicHelp": false,
|
|
1276
|
+
"hidden": true,
|
|
1277
|
+
"hiddenAliases": [],
|
|
1278
|
+
"id": "autocomplete:script",
|
|
1279
|
+
"pluginAlias": "@instantkom/cli",
|
|
1280
|
+
"pluginName": "@instantkom/cli",
|
|
1281
|
+
"pluginType": "core",
|
|
1282
|
+
"strict": true,
|
|
1283
|
+
"enableJsonFlag": false,
|
|
1284
|
+
"isESM": true,
|
|
1285
|
+
"relativePath": [
|
|
1286
|
+
"dist",
|
|
1287
|
+
"commands",
|
|
1288
|
+
"autocomplete",
|
|
1289
|
+
"script.js"
|
|
1290
1290
|
]
|
|
1291
1291
|
},
|
|
1292
1292
|
"bots:create": {
|
|
@@ -8968,10 +8968,10 @@
|
|
|
8968
8968
|
"validate-import.js"
|
|
8969
8969
|
]
|
|
8970
8970
|
},
|
|
8971
|
-
"
|
|
8971
|
+
"team:create": {
|
|
8972
8972
|
"aliases": [],
|
|
8973
8973
|
"args": {},
|
|
8974
|
-
"description": "Create a
|
|
8974
|
+
"description": "Create a team member",
|
|
8975
8975
|
"flags": {
|
|
8976
8976
|
"api-key": {
|
|
8977
8977
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9035,78 +9035,62 @@
|
|
|
9035
9035
|
"multiple": false,
|
|
9036
9036
|
"type": "option"
|
|
9037
9037
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"description": "
|
|
9040
|
-
"name": "
|
|
9038
|
+
"email": {
|
|
9039
|
+
"description": "Email address",
|
|
9040
|
+
"name": "email",
|
|
9041
9041
|
"required": true,
|
|
9042
9042
|
"hasDynamicHelp": false,
|
|
9043
9043
|
"multiple": false,
|
|
9044
9044
|
"type": "option"
|
|
9045
9045
|
},
|
|
9046
|
-
"name": {
|
|
9047
|
-
"description": "
|
|
9048
|
-
"name": "name",
|
|
9046
|
+
"first-name": {
|
|
9047
|
+
"description": "First name",
|
|
9048
|
+
"name": "first-name",
|
|
9049
9049
|
"required": true,
|
|
9050
9050
|
"hasDynamicHelp": false,
|
|
9051
9051
|
"multiple": false,
|
|
9052
9052
|
"type": "option"
|
|
9053
9053
|
},
|
|
9054
|
-
"
|
|
9055
|
-
"description": "
|
|
9056
|
-
"name": "
|
|
9057
|
-
"
|
|
9054
|
+
"last-name": {
|
|
9055
|
+
"description": "Last name",
|
|
9056
|
+
"name": "last-name",
|
|
9057
|
+
"required": true,
|
|
9058
9058
|
"hasDynamicHelp": false,
|
|
9059
9059
|
"multiple": false,
|
|
9060
|
-
"options": [
|
|
9061
|
-
"text",
|
|
9062
|
-
"image",
|
|
9063
|
-
"video",
|
|
9064
|
-
"document",
|
|
9065
|
-
"audio",
|
|
9066
|
-
"location",
|
|
9067
|
-
"contact",
|
|
9068
|
-
"interactive"
|
|
9069
|
-
],
|
|
9070
9060
|
"type": "option"
|
|
9071
9061
|
},
|
|
9072
|
-
"
|
|
9073
|
-
"description": "
|
|
9074
|
-
"name": "
|
|
9062
|
+
"password": {
|
|
9063
|
+
"description": "Initial password",
|
|
9064
|
+
"name": "password",
|
|
9075
9065
|
"required": true,
|
|
9076
9066
|
"hasDynamicHelp": false,
|
|
9077
9067
|
"multiple": false,
|
|
9078
9068
|
"type": "option"
|
|
9079
9069
|
},
|
|
9080
|
-
"
|
|
9081
|
-
"description": "
|
|
9082
|
-
"name": "
|
|
9070
|
+
"phone": {
|
|
9071
|
+
"description": "Phone number",
|
|
9072
|
+
"name": "phone",
|
|
9083
9073
|
"hasDynamicHelp": false,
|
|
9084
9074
|
"multiple": false,
|
|
9085
9075
|
"type": "option"
|
|
9086
9076
|
},
|
|
9087
|
-
"
|
|
9088
|
-
"description": "
|
|
9089
|
-
"name": "
|
|
9090
|
-
"allowNo": true,
|
|
9091
|
-
"type": "boolean"
|
|
9092
|
-
},
|
|
9093
|
-
"whatsapp-language": {
|
|
9094
|
-
"description": "WhatsApp template language",
|
|
9095
|
-
"name": "whatsapp-language",
|
|
9077
|
+
"company": {
|
|
9078
|
+
"description": "Company name",
|
|
9079
|
+
"name": "company",
|
|
9096
9080
|
"hasDynamicHelp": false,
|
|
9097
9081
|
"multiple": false,
|
|
9098
9082
|
"type": "option"
|
|
9099
9083
|
},
|
|
9100
|
-
"
|
|
9101
|
-
"description": "
|
|
9102
|
-
"name": "
|
|
9084
|
+
"color": {
|
|
9085
|
+
"description": "Color as HEX",
|
|
9086
|
+
"name": "color",
|
|
9103
9087
|
"hasDynamicHelp": false,
|
|
9104
9088
|
"multiple": false,
|
|
9105
9089
|
"type": "option"
|
|
9106
9090
|
},
|
|
9107
|
-
"
|
|
9108
|
-
"description": "
|
|
9109
|
-
"name": "
|
|
9091
|
+
"folder": {
|
|
9092
|
+
"description": "Object folder ID",
|
|
9093
|
+
"name": "folder",
|
|
9110
9094
|
"hasDynamicHelp": false,
|
|
9111
9095
|
"multiple": false,
|
|
9112
9096
|
"type": "option"
|
|
@@ -9121,7 +9105,7 @@
|
|
|
9121
9105
|
},
|
|
9122
9106
|
"hasDynamicHelp": false,
|
|
9123
9107
|
"hiddenAliases": [],
|
|
9124
|
-
"id": "
|
|
9108
|
+
"id": "team:create",
|
|
9125
9109
|
"pluginAlias": "@instantkom/cli",
|
|
9126
9110
|
"pluginName": "@instantkom/cli",
|
|
9127
9111
|
"pluginType": "core",
|
|
@@ -9131,20 +9115,20 @@
|
|
|
9131
9115
|
"relativePath": [
|
|
9132
9116
|
"dist",
|
|
9133
9117
|
"commands",
|
|
9134
|
-
"
|
|
9118
|
+
"team",
|
|
9135
9119
|
"create.js"
|
|
9136
9120
|
]
|
|
9137
9121
|
},
|
|
9138
|
-
"
|
|
9122
|
+
"team:delete": {
|
|
9139
9123
|
"aliases": [],
|
|
9140
9124
|
"args": {
|
|
9141
9125
|
"id": {
|
|
9142
|
-
"description": "
|
|
9126
|
+
"description": "Team member ID",
|
|
9143
9127
|
"name": "id",
|
|
9144
9128
|
"required": true
|
|
9145
9129
|
}
|
|
9146
9130
|
},
|
|
9147
|
-
"description": "Delete
|
|
9131
|
+
"description": "Delete a team member",
|
|
9148
9132
|
"flags": {
|
|
9149
9133
|
"api-key": {
|
|
9150
9134
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9211,7 +9195,7 @@
|
|
|
9211
9195
|
},
|
|
9212
9196
|
"hasDynamicHelp": false,
|
|
9213
9197
|
"hiddenAliases": [],
|
|
9214
|
-
"id": "
|
|
9198
|
+
"id": "team:delete",
|
|
9215
9199
|
"pluginAlias": "@instantkom/cli",
|
|
9216
9200
|
"pluginName": "@instantkom/cli",
|
|
9217
9201
|
"pluginType": "core",
|
|
@@ -9221,14 +9205,14 @@
|
|
|
9221
9205
|
"relativePath": [
|
|
9222
9206
|
"dist",
|
|
9223
9207
|
"commands",
|
|
9224
|
-
"
|
|
9208
|
+
"team",
|
|
9225
9209
|
"delete.js"
|
|
9226
9210
|
]
|
|
9227
9211
|
},
|
|
9228
|
-
"
|
|
9212
|
+
"team:list": {
|
|
9229
9213
|
"aliases": [],
|
|
9230
9214
|
"args": {},
|
|
9231
|
-
"description": "
|
|
9215
|
+
"description": "List team members",
|
|
9232
9216
|
"flags": {
|
|
9233
9217
|
"api-key": {
|
|
9234
9218
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9240,14 +9224,17 @@
|
|
|
9240
9224
|
"type": "option"
|
|
9241
9225
|
},
|
|
9242
9226
|
"format": {
|
|
9243
|
-
"description": "
|
|
9227
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9228
|
+
"helpGroup": "GLOBAL",
|
|
9244
9229
|
"name": "format",
|
|
9245
|
-
"default": "
|
|
9230
|
+
"default": "text",
|
|
9246
9231
|
"hasDynamicHelp": false,
|
|
9247
9232
|
"multiple": false,
|
|
9248
9233
|
"options": [
|
|
9249
|
-
"
|
|
9250
|
-
"json"
|
|
9234
|
+
"text",
|
|
9235
|
+
"json",
|
|
9236
|
+
"yaml",
|
|
9237
|
+
"table"
|
|
9251
9238
|
],
|
|
9252
9239
|
"type": "option"
|
|
9253
9240
|
},
|
|
@@ -9288,26 +9275,11 @@
|
|
|
9288
9275
|
"hasDynamicHelp": false,
|
|
9289
9276
|
"multiple": false,
|
|
9290
9277
|
"type": "option"
|
|
9291
|
-
},
|
|
9292
|
-
"file": {
|
|
9293
|
-
"description": "Output file path",
|
|
9294
|
-
"name": "file",
|
|
9295
|
-
"required": true,
|
|
9296
|
-
"hasDynamicHelp": false,
|
|
9297
|
-
"multiple": false,
|
|
9298
|
-
"type": "option"
|
|
9299
|
-
},
|
|
9300
|
-
"channel": {
|
|
9301
|
-
"description": "Filter by channel ID",
|
|
9302
|
-
"name": "channel",
|
|
9303
|
-
"hasDynamicHelp": false,
|
|
9304
|
-
"multiple": false,
|
|
9305
|
-
"type": "option"
|
|
9306
9278
|
}
|
|
9307
9279
|
},
|
|
9308
9280
|
"hasDynamicHelp": false,
|
|
9309
9281
|
"hiddenAliases": [],
|
|
9310
|
-
"id": "
|
|
9282
|
+
"id": "team:list",
|
|
9311
9283
|
"pluginAlias": "@instantkom/cli",
|
|
9312
9284
|
"pluginName": "@instantkom/cli",
|
|
9313
9285
|
"pluginType": "core",
|
|
@@ -9317,20 +9289,14 @@
|
|
|
9317
9289
|
"relativePath": [
|
|
9318
9290
|
"dist",
|
|
9319
9291
|
"commands",
|
|
9320
|
-
"
|
|
9321
|
-
"
|
|
9292
|
+
"team",
|
|
9293
|
+
"list.js"
|
|
9322
9294
|
]
|
|
9323
9295
|
},
|
|
9324
|
-
"
|
|
9296
|
+
"tickets:create": {
|
|
9325
9297
|
"aliases": [],
|
|
9326
|
-
"args": {
|
|
9327
|
-
|
|
9328
|
-
"description": "Template ID",
|
|
9329
|
-
"name": "id",
|
|
9330
|
-
"required": true
|
|
9331
|
-
}
|
|
9332
|
-
},
|
|
9333
|
-
"description": "Get a message template by ID",
|
|
9298
|
+
"args": {},
|
|
9299
|
+
"description": "Create a ticket",
|
|
9334
9300
|
"flags": {
|
|
9335
9301
|
"api-key": {
|
|
9336
9302
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9393,11 +9359,69 @@
|
|
|
9393
9359
|
"hasDynamicHelp": false,
|
|
9394
9360
|
"multiple": false,
|
|
9395
9361
|
"type": "option"
|
|
9362
|
+
},
|
|
9363
|
+
"channel": {
|
|
9364
|
+
"description": "Channel ID",
|
|
9365
|
+
"name": "channel",
|
|
9366
|
+
"required": true,
|
|
9367
|
+
"hasDynamicHelp": false,
|
|
9368
|
+
"multiple": false,
|
|
9369
|
+
"type": "option"
|
|
9370
|
+
},
|
|
9371
|
+
"subject": {
|
|
9372
|
+
"description": "Ticket subject",
|
|
9373
|
+
"name": "subject",
|
|
9374
|
+
"required": true,
|
|
9375
|
+
"hasDynamicHelp": false,
|
|
9376
|
+
"multiple": false,
|
|
9377
|
+
"type": "option"
|
|
9378
|
+
},
|
|
9379
|
+
"recipient": {
|
|
9380
|
+
"description": "Existing recipient ID",
|
|
9381
|
+
"name": "recipient",
|
|
9382
|
+
"hasDynamicHelp": false,
|
|
9383
|
+
"multiple": false,
|
|
9384
|
+
"type": "option"
|
|
9385
|
+
},
|
|
9386
|
+
"email": {
|
|
9387
|
+
"description": "Customer email",
|
|
9388
|
+
"name": "email",
|
|
9389
|
+
"hasDynamicHelp": false,
|
|
9390
|
+
"multiple": false,
|
|
9391
|
+
"type": "option"
|
|
9392
|
+
},
|
|
9393
|
+
"name": {
|
|
9394
|
+
"description": "Customer name",
|
|
9395
|
+
"name": "name",
|
|
9396
|
+
"hasDynamicHelp": false,
|
|
9397
|
+
"multiple": false,
|
|
9398
|
+
"type": "option"
|
|
9399
|
+
},
|
|
9400
|
+
"priority": {
|
|
9401
|
+
"description": "Ticket priority",
|
|
9402
|
+
"name": "priority",
|
|
9403
|
+
"hasDynamicHelp": false,
|
|
9404
|
+
"multiple": false,
|
|
9405
|
+
"type": "option"
|
|
9406
|
+
},
|
|
9407
|
+
"source": {
|
|
9408
|
+
"description": "Ticket source",
|
|
9409
|
+
"name": "source",
|
|
9410
|
+
"hasDynamicHelp": false,
|
|
9411
|
+
"multiple": false,
|
|
9412
|
+
"type": "option"
|
|
9413
|
+
},
|
|
9414
|
+
"data": {
|
|
9415
|
+
"description": "Additional JSON object payload",
|
|
9416
|
+
"name": "data",
|
|
9417
|
+
"hasDynamicHelp": false,
|
|
9418
|
+
"multiple": false,
|
|
9419
|
+
"type": "option"
|
|
9396
9420
|
}
|
|
9397
9421
|
},
|
|
9398
9422
|
"hasDynamicHelp": false,
|
|
9399
9423
|
"hiddenAliases": [],
|
|
9400
|
-
"id": "
|
|
9424
|
+
"id": "tickets:create",
|
|
9401
9425
|
"pluginAlias": "@instantkom/cli",
|
|
9402
9426
|
"pluginName": "@instantkom/cli",
|
|
9403
9427
|
"pluginType": "core",
|
|
@@ -9407,14 +9431,20 @@
|
|
|
9407
9431
|
"relativePath": [
|
|
9408
9432
|
"dist",
|
|
9409
9433
|
"commands",
|
|
9410
|
-
"
|
|
9411
|
-
"
|
|
9434
|
+
"tickets",
|
|
9435
|
+
"create.js"
|
|
9412
9436
|
]
|
|
9413
9437
|
},
|
|
9414
|
-
"
|
|
9438
|
+
"tickets:delete": {
|
|
9415
9439
|
"aliases": [],
|
|
9416
|
-
"args": {
|
|
9417
|
-
|
|
9440
|
+
"args": {
|
|
9441
|
+
"id": {
|
|
9442
|
+
"description": "Ticket ID",
|
|
9443
|
+
"name": "id",
|
|
9444
|
+
"required": true
|
|
9445
|
+
}
|
|
9446
|
+
},
|
|
9447
|
+
"description": "Delete a ticket",
|
|
9418
9448
|
"flags": {
|
|
9419
9449
|
"api-key": {
|
|
9420
9450
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9478,32 +9508,18 @@
|
|
|
9478
9508
|
"multiple": false,
|
|
9479
9509
|
"type": "option"
|
|
9480
9510
|
},
|
|
9481
|
-
"file": {
|
|
9482
|
-
"description": "JSON file path",
|
|
9483
|
-
"name": "file",
|
|
9484
|
-
"required": true,
|
|
9485
|
-
"hasDynamicHelp": false,
|
|
9486
|
-
"multiple": false,
|
|
9487
|
-
"type": "option"
|
|
9488
|
-
},
|
|
9489
9511
|
"channel": {
|
|
9490
|
-
"description": "
|
|
9512
|
+
"description": "Channel ID",
|
|
9491
9513
|
"name": "channel",
|
|
9492
9514
|
"required": true,
|
|
9493
9515
|
"hasDynamicHelp": false,
|
|
9494
9516
|
"multiple": false,
|
|
9495
9517
|
"type": "option"
|
|
9496
|
-
},
|
|
9497
|
-
"skip-duplicates": {
|
|
9498
|
-
"description": "Skip duplicate templates",
|
|
9499
|
-
"name": "skip-duplicates",
|
|
9500
|
-
"allowNo": true,
|
|
9501
|
-
"type": "boolean"
|
|
9502
9518
|
}
|
|
9503
9519
|
},
|
|
9504
9520
|
"hasDynamicHelp": false,
|
|
9505
9521
|
"hiddenAliases": [],
|
|
9506
|
-
"id": "
|
|
9522
|
+
"id": "tickets:delete",
|
|
9507
9523
|
"pluginAlias": "@instantkom/cli",
|
|
9508
9524
|
"pluginName": "@instantkom/cli",
|
|
9509
9525
|
"pluginType": "core",
|
|
@@ -9513,14 +9529,20 @@
|
|
|
9513
9529
|
"relativePath": [
|
|
9514
9530
|
"dist",
|
|
9515
9531
|
"commands",
|
|
9516
|
-
"
|
|
9517
|
-
"
|
|
9532
|
+
"tickets",
|
|
9533
|
+
"delete.js"
|
|
9518
9534
|
]
|
|
9519
9535
|
},
|
|
9520
|
-
"
|
|
9536
|
+
"tickets:get": {
|
|
9521
9537
|
"aliases": [],
|
|
9522
|
-
"args": {
|
|
9523
|
-
|
|
9538
|
+
"args": {
|
|
9539
|
+
"id": {
|
|
9540
|
+
"description": "Ticket ID",
|
|
9541
|
+
"name": "id",
|
|
9542
|
+
"required": true
|
|
9543
|
+
}
|
|
9544
|
+
},
|
|
9545
|
+
"description": "Get a ticket by ID",
|
|
9524
9546
|
"flags": {
|
|
9525
9547
|
"api-key": {
|
|
9526
9548
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9585,31 +9607,117 @@
|
|
|
9585
9607
|
"type": "option"
|
|
9586
9608
|
},
|
|
9587
9609
|
"channel": {
|
|
9588
|
-
"description": "
|
|
9610
|
+
"description": "Channel ID",
|
|
9589
9611
|
"name": "channel",
|
|
9612
|
+
"required": true,
|
|
9613
|
+
"hasDynamicHelp": false,
|
|
9614
|
+
"multiple": false,
|
|
9615
|
+
"type": "option"
|
|
9616
|
+
}
|
|
9617
|
+
},
|
|
9618
|
+
"hasDynamicHelp": false,
|
|
9619
|
+
"hiddenAliases": [],
|
|
9620
|
+
"id": "tickets:get",
|
|
9621
|
+
"pluginAlias": "@instantkom/cli",
|
|
9622
|
+
"pluginName": "@instantkom/cli",
|
|
9623
|
+
"pluginType": "core",
|
|
9624
|
+
"strict": true,
|
|
9625
|
+
"enableJsonFlag": false,
|
|
9626
|
+
"isESM": true,
|
|
9627
|
+
"relativePath": [
|
|
9628
|
+
"dist",
|
|
9629
|
+
"commands",
|
|
9630
|
+
"tickets",
|
|
9631
|
+
"get.js"
|
|
9632
|
+
]
|
|
9633
|
+
},
|
|
9634
|
+
"tickets:list": {
|
|
9635
|
+
"aliases": [],
|
|
9636
|
+
"args": {},
|
|
9637
|
+
"description": "List tickets for a channel",
|
|
9638
|
+
"flags": {
|
|
9639
|
+
"api-key": {
|
|
9640
|
+
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
9641
|
+
"env": "IKM_API_KEY",
|
|
9642
|
+
"helpGroup": "GLOBAL",
|
|
9643
|
+
"name": "api-key",
|
|
9590
9644
|
"hasDynamicHelp": false,
|
|
9591
9645
|
"multiple": false,
|
|
9592
9646
|
"type": "option"
|
|
9593
9647
|
},
|
|
9594
|
-
"
|
|
9595
|
-
"description": "
|
|
9596
|
-
"
|
|
9648
|
+
"format": {
|
|
9649
|
+
"description": "Output format: text, json, yaml, or table",
|
|
9650
|
+
"helpGroup": "GLOBAL",
|
|
9651
|
+
"name": "format",
|
|
9652
|
+
"default": "text",
|
|
9597
9653
|
"hasDynamicHelp": false,
|
|
9598
9654
|
"multiple": false,
|
|
9655
|
+
"options": [
|
|
9656
|
+
"text",
|
|
9657
|
+
"json",
|
|
9658
|
+
"yaml",
|
|
9659
|
+
"table"
|
|
9660
|
+
],
|
|
9599
9661
|
"type": "option"
|
|
9600
9662
|
},
|
|
9601
|
-
"
|
|
9602
|
-
"description": "
|
|
9603
|
-
"
|
|
9604
|
-
"
|
|
9663
|
+
"json": {
|
|
9664
|
+
"description": "Output in JSON format (alias for --format=json)",
|
|
9665
|
+
"helpGroup": "GLOBAL",
|
|
9666
|
+
"name": "json",
|
|
9667
|
+
"allowNo": false,
|
|
9668
|
+
"type": "boolean"
|
|
9669
|
+
},
|
|
9670
|
+
"quiet": {
|
|
9671
|
+
"description": "Suppress all output except errors",
|
|
9672
|
+
"helpGroup": "GLOBAL",
|
|
9673
|
+
"name": "quiet",
|
|
9674
|
+
"allowNo": false,
|
|
9675
|
+
"type": "boolean"
|
|
9676
|
+
},
|
|
9677
|
+
"no-color": {
|
|
9678
|
+
"description": "Disable color output",
|
|
9679
|
+
"helpGroup": "GLOBAL",
|
|
9680
|
+
"name": "no-color",
|
|
9681
|
+
"allowNo": false,
|
|
9682
|
+
"type": "boolean"
|
|
9683
|
+
},
|
|
9684
|
+
"profile": {
|
|
9685
|
+
"description": "Named configuration profile to use",
|
|
9686
|
+
"helpGroup": "GLOBAL",
|
|
9687
|
+
"name": "profile",
|
|
9688
|
+
"default": "default",
|
|
9689
|
+
"hasDynamicHelp": false,
|
|
9690
|
+
"multiple": false,
|
|
9691
|
+
"type": "option"
|
|
9692
|
+
},
|
|
9693
|
+
"api-url": {
|
|
9694
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
9695
|
+
"helpGroup": "GLOBAL",
|
|
9696
|
+
"name": "api-url",
|
|
9697
|
+
"hasDynamicHelp": false,
|
|
9698
|
+
"multiple": false,
|
|
9699
|
+
"type": "option"
|
|
9700
|
+
},
|
|
9701
|
+
"channel": {
|
|
9702
|
+
"description": "Channel ID",
|
|
9703
|
+
"name": "channel",
|
|
9704
|
+
"required": true,
|
|
9605
9705
|
"hasDynamicHelp": false,
|
|
9606
9706
|
"multiple": false,
|
|
9607
9707
|
"type": "option"
|
|
9608
9708
|
},
|
|
9609
9709
|
"limit": {
|
|
9610
|
-
"description": "
|
|
9710
|
+
"description": "Maximum tickets to return",
|
|
9611
9711
|
"name": "limit",
|
|
9612
|
-
"default":
|
|
9712
|
+
"default": 500,
|
|
9713
|
+
"hasDynamicHelp": false,
|
|
9714
|
+
"multiple": false,
|
|
9715
|
+
"type": "option"
|
|
9716
|
+
},
|
|
9717
|
+
"offset": {
|
|
9718
|
+
"description": "Number of tickets to skip",
|
|
9719
|
+
"name": "offset",
|
|
9720
|
+
"default": 0,
|
|
9613
9721
|
"hasDynamicHelp": false,
|
|
9614
9722
|
"multiple": false,
|
|
9615
9723
|
"type": "option"
|
|
@@ -9617,7 +9725,7 @@
|
|
|
9617
9725
|
},
|
|
9618
9726
|
"hasDynamicHelp": false,
|
|
9619
9727
|
"hiddenAliases": [],
|
|
9620
|
-
"id": "
|
|
9728
|
+
"id": "tickets:list",
|
|
9621
9729
|
"pluginAlias": "@instantkom/cli",
|
|
9622
9730
|
"pluginName": "@instantkom/cli",
|
|
9623
9731
|
"pluginType": "core",
|
|
@@ -9627,20 +9735,20 @@
|
|
|
9627
9735
|
"relativePath": [
|
|
9628
9736
|
"dist",
|
|
9629
9737
|
"commands",
|
|
9630
|
-
"
|
|
9738
|
+
"tickets",
|
|
9631
9739
|
"list.js"
|
|
9632
9740
|
]
|
|
9633
9741
|
},
|
|
9634
|
-
"
|
|
9742
|
+
"tickets:reply": {
|
|
9635
9743
|
"aliases": [],
|
|
9636
9744
|
"args": {
|
|
9637
9745
|
"id": {
|
|
9638
|
-
"description": "
|
|
9746
|
+
"description": "Ticket ID",
|
|
9639
9747
|
"name": "id",
|
|
9640
9748
|
"required": true
|
|
9641
9749
|
}
|
|
9642
9750
|
},
|
|
9643
|
-
"description": "
|
|
9751
|
+
"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.",
|
|
9644
9752
|
"flags": {
|
|
9645
9753
|
"api-key": {
|
|
9646
9754
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9704,17 +9812,24 @@
|
|
|
9704
9812
|
"multiple": false,
|
|
9705
9813
|
"type": "option"
|
|
9706
9814
|
},
|
|
9707
|
-
"
|
|
9708
|
-
"description": "
|
|
9709
|
-
"name": "
|
|
9815
|
+
"message": {
|
|
9816
|
+
"description": "Reply body (raw text, no salutation or sign-off)",
|
|
9817
|
+
"name": "message",
|
|
9818
|
+
"required": true,
|
|
9710
9819
|
"hasDynamicHelp": false,
|
|
9711
|
-
"multiple":
|
|
9820
|
+
"multiple": false,
|
|
9712
9821
|
"type": "option"
|
|
9822
|
+
},
|
|
9823
|
+
"close": {
|
|
9824
|
+
"description": "Close the ticket after sending the reply",
|
|
9825
|
+
"name": "close",
|
|
9826
|
+
"allowNo": false,
|
|
9827
|
+
"type": "boolean"
|
|
9713
9828
|
}
|
|
9714
9829
|
},
|
|
9715
9830
|
"hasDynamicHelp": false,
|
|
9716
9831
|
"hiddenAliases": [],
|
|
9717
|
-
"id": "
|
|
9832
|
+
"id": "tickets:reply",
|
|
9718
9833
|
"pluginAlias": "@instantkom/cli",
|
|
9719
9834
|
"pluginName": "@instantkom/cli",
|
|
9720
9835
|
"pluginType": "core",
|
|
@@ -9724,20 +9839,20 @@
|
|
|
9724
9839
|
"relativePath": [
|
|
9725
9840
|
"dist",
|
|
9726
9841
|
"commands",
|
|
9727
|
-
"
|
|
9728
|
-
"
|
|
9842
|
+
"tickets",
|
|
9843
|
+
"reply.js"
|
|
9729
9844
|
]
|
|
9730
9845
|
},
|
|
9731
|
-
"
|
|
9846
|
+
"tickets:update": {
|
|
9732
9847
|
"aliases": [],
|
|
9733
9848
|
"args": {
|
|
9734
9849
|
"id": {
|
|
9735
|
-
"description": "
|
|
9850
|
+
"description": "Ticket ID",
|
|
9736
9851
|
"name": "id",
|
|
9737
9852
|
"required": true
|
|
9738
9853
|
}
|
|
9739
9854
|
},
|
|
9740
|
-
"description": "Update a
|
|
9855
|
+
"description": "Update a ticket",
|
|
9741
9856
|
"flags": {
|
|
9742
9857
|
"api-key": {
|
|
9743
9858
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9801,76 +9916,47 @@
|
|
|
9801
9916
|
"multiple": false,
|
|
9802
9917
|
"type": "option"
|
|
9803
9918
|
},
|
|
9804
|
-
"
|
|
9805
|
-
"description": "
|
|
9806
|
-
"name": "
|
|
9807
|
-
"
|
|
9808
|
-
"multiple": false,
|
|
9809
|
-
"type": "option"
|
|
9810
|
-
},
|
|
9811
|
-
"type": {
|
|
9812
|
-
"description": "Template type",
|
|
9813
|
-
"name": "type",
|
|
9919
|
+
"channel": {
|
|
9920
|
+
"description": "Channel ID",
|
|
9921
|
+
"name": "channel",
|
|
9922
|
+
"required": true,
|
|
9814
9923
|
"hasDynamicHelp": false,
|
|
9815
9924
|
"multiple": false,
|
|
9816
|
-
"options": [
|
|
9817
|
-
"text",
|
|
9818
|
-
"image",
|
|
9819
|
-
"video",
|
|
9820
|
-
"document",
|
|
9821
|
-
"audio",
|
|
9822
|
-
"location",
|
|
9823
|
-
"contact",
|
|
9824
|
-
"interactive"
|
|
9825
|
-
],
|
|
9826
9925
|
"type": "option"
|
|
9827
9926
|
},
|
|
9828
|
-
"
|
|
9829
|
-
"description": "
|
|
9830
|
-
"name": "
|
|
9927
|
+
"subject": {
|
|
9928
|
+
"description": "Ticket subject",
|
|
9929
|
+
"name": "subject",
|
|
9831
9930
|
"hasDynamicHelp": false,
|
|
9832
9931
|
"multiple": false,
|
|
9833
9932
|
"type": "option"
|
|
9834
9933
|
},
|
|
9835
|
-
"
|
|
9836
|
-
"description": "
|
|
9837
|
-
"name": "
|
|
9934
|
+
"priority": {
|
|
9935
|
+
"description": "Ticket priority",
|
|
9936
|
+
"name": "priority",
|
|
9838
9937
|
"hasDynamicHelp": false,
|
|
9839
9938
|
"multiple": false,
|
|
9840
9939
|
"type": "option"
|
|
9841
9940
|
},
|
|
9842
9941
|
"status": {
|
|
9843
|
-
"description": "
|
|
9942
|
+
"description": "Ticket status",
|
|
9844
9943
|
"name": "status",
|
|
9845
|
-
"allowNo": true,
|
|
9846
|
-
"type": "boolean"
|
|
9847
|
-
},
|
|
9848
|
-
"remove-media": {
|
|
9849
|
-
"description": "Remove existing media",
|
|
9850
|
-
"name": "remove-media",
|
|
9851
|
-
"allowNo": false,
|
|
9852
|
-
"type": "boolean"
|
|
9853
|
-
},
|
|
9854
|
-
"whatsapp-language": {
|
|
9855
|
-
"description": "WhatsApp template language",
|
|
9856
|
-
"name": "whatsapp-language",
|
|
9857
9944
|
"hasDynamicHelp": false,
|
|
9858
9945
|
"multiple": false,
|
|
9859
9946
|
"type": "option"
|
|
9860
9947
|
},
|
|
9861
|
-
"
|
|
9862
|
-
"description": "
|
|
9863
|
-
"name": "
|
|
9948
|
+
"assigned-to": {
|
|
9949
|
+
"description": "User ID to assign the ticket to (use -1 or omit to leave unchanged)",
|
|
9950
|
+
"name": "assigned-to",
|
|
9864
9951
|
"hasDynamicHelp": false,
|
|
9865
9952
|
"multiple": false,
|
|
9866
9953
|
"type": "option"
|
|
9867
9954
|
},
|
|
9868
|
-
"
|
|
9869
|
-
"description": "
|
|
9870
|
-
"name": "
|
|
9871
|
-
"
|
|
9872
|
-
"
|
|
9873
|
-
"type": "option"
|
|
9955
|
+
"notify": {
|
|
9956
|
+
"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.",
|
|
9957
|
+
"name": "notify",
|
|
9958
|
+
"allowNo": true,
|
|
9959
|
+
"type": "boolean"
|
|
9874
9960
|
},
|
|
9875
9961
|
"data": {
|
|
9876
9962
|
"description": "Additional JSON object payload",
|
|
@@ -9882,7 +9968,7 @@
|
|
|
9882
9968
|
},
|
|
9883
9969
|
"hasDynamicHelp": false,
|
|
9884
9970
|
"hiddenAliases": [],
|
|
9885
|
-
"id": "
|
|
9971
|
+
"id": "tickets:update",
|
|
9886
9972
|
"pluginAlias": "@instantkom/cli",
|
|
9887
9973
|
"pluginName": "@instantkom/cli",
|
|
9888
9974
|
"pluginType": "core",
|
|
@@ -9892,14 +9978,14 @@
|
|
|
9892
9978
|
"relativePath": [
|
|
9893
9979
|
"dist",
|
|
9894
9980
|
"commands",
|
|
9895
|
-
"
|
|
9981
|
+
"tickets",
|
|
9896
9982
|
"update.js"
|
|
9897
9983
|
]
|
|
9898
9984
|
},
|
|
9899
|
-
"templates:
|
|
9985
|
+
"templates:create": {
|
|
9900
9986
|
"aliases": [],
|
|
9901
9987
|
"args": {},
|
|
9902
|
-
"description": "
|
|
9988
|
+
"description": "Create a message template",
|
|
9903
9989
|
"flags": {
|
|
9904
9990
|
"api-key": {
|
|
9905
9991
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9963,162 +10049,78 @@
|
|
|
9963
10049
|
"multiple": false,
|
|
9964
10050
|
"type": "option"
|
|
9965
10051
|
},
|
|
9966
|
-
"
|
|
9967
|
-
"description": "
|
|
9968
|
-
"name": "
|
|
10052
|
+
"channel": {
|
|
10053
|
+
"description": "Channel ID",
|
|
10054
|
+
"name": "channel",
|
|
9969
10055
|
"required": true,
|
|
9970
10056
|
"hasDynamicHelp": false,
|
|
9971
10057
|
"multiple": false,
|
|
9972
10058
|
"type": "option"
|
|
9973
10059
|
},
|
|
9974
|
-
"
|
|
9975
|
-
"description": "
|
|
9976
|
-
"name": "
|
|
10060
|
+
"name": {
|
|
10061
|
+
"description": "Template name",
|
|
10062
|
+
"name": "name",
|
|
9977
10063
|
"required": true,
|
|
9978
10064
|
"hasDynamicHelp": false,
|
|
9979
10065
|
"multiple": false,
|
|
9980
10066
|
"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
|
-
"team:create": {
|
|
10000
|
-
"aliases": [],
|
|
10001
|
-
"args": {},
|
|
10002
|
-
"description": "Create a team member",
|
|
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
10067
|
},
|
|
10013
|
-
"
|
|
10014
|
-
"description": "
|
|
10015
|
-
"
|
|
10016
|
-
"name": "format",
|
|
10068
|
+
"type": {
|
|
10069
|
+
"description": "Template type",
|
|
10070
|
+
"name": "type",
|
|
10017
10071
|
"default": "text",
|
|
10018
10072
|
"hasDynamicHelp": false,
|
|
10019
10073
|
"multiple": false,
|
|
10020
10074
|
"options": [
|
|
10021
10075
|
"text",
|
|
10022
|
-
"
|
|
10023
|
-
"
|
|
10024
|
-
"
|
|
10076
|
+
"image",
|
|
10077
|
+
"video",
|
|
10078
|
+
"document",
|
|
10079
|
+
"audio",
|
|
10080
|
+
"location",
|
|
10081
|
+
"contact",
|
|
10082
|
+
"interactive"
|
|
10025
10083
|
],
|
|
10026
10084
|
"type": "option"
|
|
10027
10085
|
},
|
|
10028
|
-
"
|
|
10029
|
-
"description": "
|
|
10030
|
-
"
|
|
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
|
-
"email": {
|
|
10067
|
-
"description": "Email address",
|
|
10068
|
-
"name": "email",
|
|
10069
|
-
"required": true,
|
|
10070
|
-
"hasDynamicHelp": false,
|
|
10071
|
-
"multiple": false,
|
|
10072
|
-
"type": "option"
|
|
10073
|
-
},
|
|
10074
|
-
"first-name": {
|
|
10075
|
-
"description": "First name",
|
|
10076
|
-
"name": "first-name",
|
|
10077
|
-
"required": true,
|
|
10078
|
-
"hasDynamicHelp": false,
|
|
10079
|
-
"multiple": false,
|
|
10080
|
-
"type": "option"
|
|
10081
|
-
},
|
|
10082
|
-
"last-name": {
|
|
10083
|
-
"description": "Last name",
|
|
10084
|
-
"name": "last-name",
|
|
10086
|
+
"message": {
|
|
10087
|
+
"description": "Template message",
|
|
10088
|
+
"name": "message",
|
|
10085
10089
|
"required": true,
|
|
10086
10090
|
"hasDynamicHelp": false,
|
|
10087
10091
|
"multiple": false,
|
|
10088
10092
|
"type": "option"
|
|
10089
10093
|
},
|
|
10090
|
-
"
|
|
10091
|
-
"description": "
|
|
10092
|
-
"name": "
|
|
10093
|
-
"required": true,
|
|
10094
|
+
"color": {
|
|
10095
|
+
"description": "Template color as HEX",
|
|
10096
|
+
"name": "color",
|
|
10094
10097
|
"hasDynamicHelp": false,
|
|
10095
10098
|
"multiple": false,
|
|
10096
10099
|
"type": "option"
|
|
10097
10100
|
},
|
|
10098
|
-
"
|
|
10099
|
-
"description": "
|
|
10100
|
-
"name": "
|
|
10101
|
-
"
|
|
10102
|
-
"
|
|
10103
|
-
"type": "option"
|
|
10101
|
+
"status": {
|
|
10102
|
+
"description": "Template is active",
|
|
10103
|
+
"name": "status",
|
|
10104
|
+
"allowNo": true,
|
|
10105
|
+
"type": "boolean"
|
|
10104
10106
|
},
|
|
10105
|
-
"
|
|
10106
|
-
"description": "
|
|
10107
|
-
"name": "
|
|
10107
|
+
"whatsapp-language": {
|
|
10108
|
+
"description": "WhatsApp template language",
|
|
10109
|
+
"name": "whatsapp-language",
|
|
10108
10110
|
"hasDynamicHelp": false,
|
|
10109
10111
|
"multiple": false,
|
|
10110
10112
|
"type": "option"
|
|
10111
10113
|
},
|
|
10112
|
-
"
|
|
10113
|
-
"description": "
|
|
10114
|
-
"name": "
|
|
10114
|
+
"buttons": {
|
|
10115
|
+
"description": "Buttons JSON array/object",
|
|
10116
|
+
"name": "buttons",
|
|
10115
10117
|
"hasDynamicHelp": false,
|
|
10116
10118
|
"multiple": false,
|
|
10117
10119
|
"type": "option"
|
|
10118
10120
|
},
|
|
10119
|
-
"
|
|
10120
|
-
"description": "
|
|
10121
|
-
"name": "
|
|
10121
|
+
"header-footer": {
|
|
10122
|
+
"description": "Header/footer JSON object",
|
|
10123
|
+
"name": "header-footer",
|
|
10122
10124
|
"hasDynamicHelp": false,
|
|
10123
10125
|
"multiple": false,
|
|
10124
10126
|
"type": "option"
|
|
@@ -10133,7 +10135,7 @@
|
|
|
10133
10135
|
},
|
|
10134
10136
|
"hasDynamicHelp": false,
|
|
10135
10137
|
"hiddenAliases": [],
|
|
10136
|
-
"id": "
|
|
10138
|
+
"id": "templates:create",
|
|
10137
10139
|
"pluginAlias": "@instantkom/cli",
|
|
10138
10140
|
"pluginName": "@instantkom/cli",
|
|
10139
10141
|
"pluginType": "core",
|
|
@@ -10143,20 +10145,20 @@
|
|
|
10143
10145
|
"relativePath": [
|
|
10144
10146
|
"dist",
|
|
10145
10147
|
"commands",
|
|
10146
|
-
"
|
|
10148
|
+
"templates",
|
|
10147
10149
|
"create.js"
|
|
10148
10150
|
]
|
|
10149
10151
|
},
|
|
10150
|
-
"
|
|
10152
|
+
"templates:delete": {
|
|
10151
10153
|
"aliases": [],
|
|
10152
10154
|
"args": {
|
|
10153
10155
|
"id": {
|
|
10154
|
-
"description": "
|
|
10156
|
+
"description": "template ID",
|
|
10155
10157
|
"name": "id",
|
|
10156
10158
|
"required": true
|
|
10157
10159
|
}
|
|
10158
10160
|
},
|
|
10159
|
-
"description": "Delete
|
|
10161
|
+
"description": "Delete template",
|
|
10160
10162
|
"flags": {
|
|
10161
10163
|
"api-key": {
|
|
10162
10164
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10223,7 +10225,7 @@
|
|
|
10223
10225
|
},
|
|
10224
10226
|
"hasDynamicHelp": false,
|
|
10225
10227
|
"hiddenAliases": [],
|
|
10226
|
-
"id": "
|
|
10228
|
+
"id": "templates:delete",
|
|
10227
10229
|
"pluginAlias": "@instantkom/cli",
|
|
10228
10230
|
"pluginName": "@instantkom/cli",
|
|
10229
10231
|
"pluginType": "core",
|
|
@@ -10233,14 +10235,14 @@
|
|
|
10233
10235
|
"relativePath": [
|
|
10234
10236
|
"dist",
|
|
10235
10237
|
"commands",
|
|
10236
|
-
"
|
|
10238
|
+
"templates",
|
|
10237
10239
|
"delete.js"
|
|
10238
10240
|
]
|
|
10239
10241
|
},
|
|
10240
|
-
"
|
|
10242
|
+
"templates:export": {
|
|
10241
10243
|
"aliases": [],
|
|
10242
10244
|
"args": {},
|
|
10243
|
-
"description": "
|
|
10245
|
+
"description": "Export templates to a file",
|
|
10244
10246
|
"flags": {
|
|
10245
10247
|
"api-key": {
|
|
10246
10248
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10252,17 +10254,14 @@
|
|
|
10252
10254
|
"type": "option"
|
|
10253
10255
|
},
|
|
10254
10256
|
"format": {
|
|
10255
|
-
"description": "
|
|
10256
|
-
"helpGroup": "GLOBAL",
|
|
10257
|
+
"description": "Export format",
|
|
10257
10258
|
"name": "format",
|
|
10258
|
-
"default": "
|
|
10259
|
+
"default": "json",
|
|
10259
10260
|
"hasDynamicHelp": false,
|
|
10260
10261
|
"multiple": false,
|
|
10261
10262
|
"options": [
|
|
10262
|
-
"
|
|
10263
|
-
"json"
|
|
10264
|
-
"yaml",
|
|
10265
|
-
"table"
|
|
10263
|
+
"csv",
|
|
10264
|
+
"json"
|
|
10266
10265
|
],
|
|
10267
10266
|
"type": "option"
|
|
10268
10267
|
},
|
|
@@ -10303,11 +10302,26 @@
|
|
|
10303
10302
|
"hasDynamicHelp": false,
|
|
10304
10303
|
"multiple": false,
|
|
10305
10304
|
"type": "option"
|
|
10305
|
+
},
|
|
10306
|
+
"file": {
|
|
10307
|
+
"description": "Output file path",
|
|
10308
|
+
"name": "file",
|
|
10309
|
+
"required": true,
|
|
10310
|
+
"hasDynamicHelp": false,
|
|
10311
|
+
"multiple": false,
|
|
10312
|
+
"type": "option"
|
|
10313
|
+
},
|
|
10314
|
+
"channel": {
|
|
10315
|
+
"description": "Filter by channel ID",
|
|
10316
|
+
"name": "channel",
|
|
10317
|
+
"hasDynamicHelp": false,
|
|
10318
|
+
"multiple": false,
|
|
10319
|
+
"type": "option"
|
|
10306
10320
|
}
|
|
10307
10321
|
},
|
|
10308
10322
|
"hasDynamicHelp": false,
|
|
10309
10323
|
"hiddenAliases": [],
|
|
10310
|
-
"id": "
|
|
10324
|
+
"id": "templates:export",
|
|
10311
10325
|
"pluginAlias": "@instantkom/cli",
|
|
10312
10326
|
"pluginName": "@instantkom/cli",
|
|
10313
10327
|
"pluginType": "core",
|
|
@@ -10317,14 +10331,20 @@
|
|
|
10317
10331
|
"relativePath": [
|
|
10318
10332
|
"dist",
|
|
10319
10333
|
"commands",
|
|
10320
|
-
"
|
|
10321
|
-
"
|
|
10334
|
+
"templates",
|
|
10335
|
+
"export.js"
|
|
10322
10336
|
]
|
|
10323
10337
|
},
|
|
10324
|
-
"
|
|
10338
|
+
"templates:get": {
|
|
10325
10339
|
"aliases": [],
|
|
10326
|
-
"args": {
|
|
10327
|
-
|
|
10340
|
+
"args": {
|
|
10341
|
+
"id": {
|
|
10342
|
+
"description": "Template ID",
|
|
10343
|
+
"name": "id",
|
|
10344
|
+
"required": true
|
|
10345
|
+
}
|
|
10346
|
+
},
|
|
10347
|
+
"description": "Get a message template by ID",
|
|
10328
10348
|
"flags": {
|
|
10329
10349
|
"api-key": {
|
|
10330
10350
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10387,69 +10407,11 @@
|
|
|
10387
10407
|
"hasDynamicHelp": false,
|
|
10388
10408
|
"multiple": false,
|
|
10389
10409
|
"type": "option"
|
|
10390
|
-
},
|
|
10391
|
-
"channel": {
|
|
10392
|
-
"description": "Channel ID",
|
|
10393
|
-
"name": "channel",
|
|
10394
|
-
"required": true,
|
|
10395
|
-
"hasDynamicHelp": false,
|
|
10396
|
-
"multiple": false,
|
|
10397
|
-
"type": "option"
|
|
10398
|
-
},
|
|
10399
|
-
"subject": {
|
|
10400
|
-
"description": "Ticket subject",
|
|
10401
|
-
"name": "subject",
|
|
10402
|
-
"required": true,
|
|
10403
|
-
"hasDynamicHelp": false,
|
|
10404
|
-
"multiple": false,
|
|
10405
|
-
"type": "option"
|
|
10406
|
-
},
|
|
10407
|
-
"recipient": {
|
|
10408
|
-
"description": "Existing recipient ID",
|
|
10409
|
-
"name": "recipient",
|
|
10410
|
-
"hasDynamicHelp": false,
|
|
10411
|
-
"multiple": false,
|
|
10412
|
-
"type": "option"
|
|
10413
|
-
},
|
|
10414
|
-
"email": {
|
|
10415
|
-
"description": "Customer email",
|
|
10416
|
-
"name": "email",
|
|
10417
|
-
"hasDynamicHelp": false,
|
|
10418
|
-
"multiple": false,
|
|
10419
|
-
"type": "option"
|
|
10420
|
-
},
|
|
10421
|
-
"name": {
|
|
10422
|
-
"description": "Customer name",
|
|
10423
|
-
"name": "name",
|
|
10424
|
-
"hasDynamicHelp": false,
|
|
10425
|
-
"multiple": false,
|
|
10426
|
-
"type": "option"
|
|
10427
|
-
},
|
|
10428
|
-
"priority": {
|
|
10429
|
-
"description": "Ticket priority",
|
|
10430
|
-
"name": "priority",
|
|
10431
|
-
"hasDynamicHelp": false,
|
|
10432
|
-
"multiple": false,
|
|
10433
|
-
"type": "option"
|
|
10434
|
-
},
|
|
10435
|
-
"source": {
|
|
10436
|
-
"description": "Ticket source",
|
|
10437
|
-
"name": "source",
|
|
10438
|
-
"hasDynamicHelp": false,
|
|
10439
|
-
"multiple": false,
|
|
10440
|
-
"type": "option"
|
|
10441
|
-
},
|
|
10442
|
-
"data": {
|
|
10443
|
-
"description": "Additional JSON object payload",
|
|
10444
|
-
"name": "data",
|
|
10445
|
-
"hasDynamicHelp": false,
|
|
10446
|
-
"multiple": false,
|
|
10447
|
-
"type": "option"
|
|
10448
10410
|
}
|
|
10449
10411
|
},
|
|
10450
10412
|
"hasDynamicHelp": false,
|
|
10451
10413
|
"hiddenAliases": [],
|
|
10452
|
-
"id": "
|
|
10414
|
+
"id": "templates:get",
|
|
10453
10415
|
"pluginAlias": "@instantkom/cli",
|
|
10454
10416
|
"pluginName": "@instantkom/cli",
|
|
10455
10417
|
"pluginType": "core",
|
|
@@ -10459,20 +10421,14 @@
|
|
|
10459
10421
|
"relativePath": [
|
|
10460
10422
|
"dist",
|
|
10461
10423
|
"commands",
|
|
10462
|
-
"
|
|
10463
|
-
"
|
|
10424
|
+
"templates",
|
|
10425
|
+
"get.js"
|
|
10464
10426
|
]
|
|
10465
10427
|
},
|
|
10466
|
-
"
|
|
10428
|
+
"templates:import": {
|
|
10467
10429
|
"aliases": [],
|
|
10468
|
-
"args": {
|
|
10469
|
-
|
|
10470
|
-
"description": "Ticket ID",
|
|
10471
|
-
"name": "id",
|
|
10472
|
-
"required": true
|
|
10473
|
-
}
|
|
10474
|
-
},
|
|
10475
|
-
"description": "Delete a ticket",
|
|
10430
|
+
"args": {},
|
|
10431
|
+
"description": "Import templates from JSON",
|
|
10476
10432
|
"flags": {
|
|
10477
10433
|
"api-key": {
|
|
10478
10434
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10536,18 +10492,32 @@
|
|
|
10536
10492
|
"multiple": false,
|
|
10537
10493
|
"type": "option"
|
|
10538
10494
|
},
|
|
10495
|
+
"file": {
|
|
10496
|
+
"description": "JSON file path",
|
|
10497
|
+
"name": "file",
|
|
10498
|
+
"required": true,
|
|
10499
|
+
"hasDynamicHelp": false,
|
|
10500
|
+
"multiple": false,
|
|
10501
|
+
"type": "option"
|
|
10502
|
+
},
|
|
10539
10503
|
"channel": {
|
|
10540
|
-
"description": "
|
|
10504
|
+
"description": "Target channel ID",
|
|
10541
10505
|
"name": "channel",
|
|
10542
10506
|
"required": true,
|
|
10543
10507
|
"hasDynamicHelp": false,
|
|
10544
10508
|
"multiple": false,
|
|
10545
10509
|
"type": "option"
|
|
10510
|
+
},
|
|
10511
|
+
"skip-duplicates": {
|
|
10512
|
+
"description": "Skip duplicate templates",
|
|
10513
|
+
"name": "skip-duplicates",
|
|
10514
|
+
"allowNo": true,
|
|
10515
|
+
"type": "boolean"
|
|
10546
10516
|
}
|
|
10547
10517
|
},
|
|
10548
10518
|
"hasDynamicHelp": false,
|
|
10549
10519
|
"hiddenAliases": [],
|
|
10550
|
-
"id": "
|
|
10520
|
+
"id": "templates:import",
|
|
10551
10521
|
"pluginAlias": "@instantkom/cli",
|
|
10552
10522
|
"pluginName": "@instantkom/cli",
|
|
10553
10523
|
"pluginType": "core",
|
|
@@ -10557,20 +10527,14 @@
|
|
|
10557
10527
|
"relativePath": [
|
|
10558
10528
|
"dist",
|
|
10559
10529
|
"commands",
|
|
10560
|
-
"
|
|
10561
|
-
"
|
|
10530
|
+
"templates",
|
|
10531
|
+
"import.js"
|
|
10562
10532
|
]
|
|
10563
10533
|
},
|
|
10564
|
-
"
|
|
10534
|
+
"templates:list": {
|
|
10565
10535
|
"aliases": [],
|
|
10566
|
-
"args": {
|
|
10567
|
-
|
|
10568
|
-
"description": "Ticket ID",
|
|
10569
|
-
"name": "id",
|
|
10570
|
-
"required": true
|
|
10571
|
-
}
|
|
10572
|
-
},
|
|
10573
|
-
"description": "Get a ticket by ID",
|
|
10536
|
+
"args": {},
|
|
10537
|
+
"description": "List message templates",
|
|
10574
10538
|
"flags": {
|
|
10575
10539
|
"api-key": {
|
|
10576
10540
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10635,9 +10599,31 @@
|
|
|
10635
10599
|
"type": "option"
|
|
10636
10600
|
},
|
|
10637
10601
|
"channel": {
|
|
10638
|
-
"description": "
|
|
10602
|
+
"description": "Filter by channel ID",
|
|
10639
10603
|
"name": "channel",
|
|
10640
|
-
"
|
|
10604
|
+
"hasDynamicHelp": false,
|
|
10605
|
+
"multiple": false,
|
|
10606
|
+
"type": "option"
|
|
10607
|
+
},
|
|
10608
|
+
"search": {
|
|
10609
|
+
"description": "Search templates by name or content",
|
|
10610
|
+
"name": "search",
|
|
10611
|
+
"hasDynamicHelp": false,
|
|
10612
|
+
"multiple": false,
|
|
10613
|
+
"type": "option"
|
|
10614
|
+
},
|
|
10615
|
+
"page": {
|
|
10616
|
+
"description": "Page number",
|
|
10617
|
+
"name": "page",
|
|
10618
|
+
"default": 1,
|
|
10619
|
+
"hasDynamicHelp": false,
|
|
10620
|
+
"multiple": false,
|
|
10621
|
+
"type": "option"
|
|
10622
|
+
},
|
|
10623
|
+
"limit": {
|
|
10624
|
+
"description": "Items per page",
|
|
10625
|
+
"name": "limit",
|
|
10626
|
+
"default": 20,
|
|
10641
10627
|
"hasDynamicHelp": false,
|
|
10642
10628
|
"multiple": false,
|
|
10643
10629
|
"type": "option"
|
|
@@ -10645,7 +10631,7 @@
|
|
|
10645
10631
|
},
|
|
10646
10632
|
"hasDynamicHelp": false,
|
|
10647
10633
|
"hiddenAliases": [],
|
|
10648
|
-
"id": "
|
|
10634
|
+
"id": "templates:list",
|
|
10649
10635
|
"pluginAlias": "@instantkom/cli",
|
|
10650
10636
|
"pluginName": "@instantkom/cli",
|
|
10651
10637
|
"pluginType": "core",
|
|
@@ -10655,14 +10641,20 @@
|
|
|
10655
10641
|
"relativePath": [
|
|
10656
10642
|
"dist",
|
|
10657
10643
|
"commands",
|
|
10658
|
-
"
|
|
10659
|
-
"
|
|
10644
|
+
"templates",
|
|
10645
|
+
"list.js"
|
|
10660
10646
|
]
|
|
10661
10647
|
},
|
|
10662
|
-
"
|
|
10648
|
+
"templates:render": {
|
|
10663
10649
|
"aliases": [],
|
|
10664
|
-
"args": {
|
|
10665
|
-
|
|
10650
|
+
"args": {
|
|
10651
|
+
"id": {
|
|
10652
|
+
"description": "Template ID",
|
|
10653
|
+
"name": "id",
|
|
10654
|
+
"required": true
|
|
10655
|
+
}
|
|
10656
|
+
},
|
|
10657
|
+
"description": "Render a message template locally",
|
|
10666
10658
|
"flags": {
|
|
10667
10659
|
"api-key": {
|
|
10668
10660
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10726,34 +10718,17 @@
|
|
|
10726
10718
|
"multiple": false,
|
|
10727
10719
|
"type": "option"
|
|
10728
10720
|
},
|
|
10729
|
-
"
|
|
10730
|
-
"description": "
|
|
10731
|
-
"name": "
|
|
10732
|
-
"required": true,
|
|
10733
|
-
"hasDynamicHelp": false,
|
|
10734
|
-
"multiple": false,
|
|
10735
|
-
"type": "option"
|
|
10736
|
-
},
|
|
10737
|
-
"limit": {
|
|
10738
|
-
"description": "Maximum tickets to return",
|
|
10739
|
-
"name": "limit",
|
|
10740
|
-
"default": 500,
|
|
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,
|
|
10721
|
+
"vars": {
|
|
10722
|
+
"description": "Template variable as key=value; may be repeated",
|
|
10723
|
+
"name": "vars",
|
|
10749
10724
|
"hasDynamicHelp": false,
|
|
10750
|
-
"multiple":
|
|
10725
|
+
"multiple": true,
|
|
10751
10726
|
"type": "option"
|
|
10752
10727
|
}
|
|
10753
10728
|
},
|
|
10754
10729
|
"hasDynamicHelp": false,
|
|
10755
10730
|
"hiddenAliases": [],
|
|
10756
|
-
"id": "
|
|
10731
|
+
"id": "templates:render",
|
|
10757
10732
|
"pluginAlias": "@instantkom/cli",
|
|
10758
10733
|
"pluginName": "@instantkom/cli",
|
|
10759
10734
|
"pluginType": "core",
|
|
@@ -10763,20 +10738,20 @@
|
|
|
10763
10738
|
"relativePath": [
|
|
10764
10739
|
"dist",
|
|
10765
10740
|
"commands",
|
|
10766
|
-
"
|
|
10767
|
-
"
|
|
10741
|
+
"templates",
|
|
10742
|
+
"render.js"
|
|
10768
10743
|
]
|
|
10769
10744
|
},
|
|
10770
|
-
"
|
|
10745
|
+
"templates:update": {
|
|
10771
10746
|
"aliases": [],
|
|
10772
10747
|
"args": {
|
|
10773
10748
|
"id": {
|
|
10774
|
-
"description": "
|
|
10749
|
+
"description": "Template ID",
|
|
10775
10750
|
"name": "id",
|
|
10776
10751
|
"required": true
|
|
10777
10752
|
}
|
|
10778
10753
|
},
|
|
10779
|
-
"description": "
|
|
10754
|
+
"description": "Update a message template",
|
|
10780
10755
|
"flags": {
|
|
10781
10756
|
"api-key": {
|
|
10782
10757
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10840,24 +10815,88 @@
|
|
|
10840
10815
|
"multiple": false,
|
|
10841
10816
|
"type": "option"
|
|
10842
10817
|
},
|
|
10818
|
+
"name": {
|
|
10819
|
+
"description": "Template name",
|
|
10820
|
+
"name": "name",
|
|
10821
|
+
"hasDynamicHelp": false,
|
|
10822
|
+
"multiple": false,
|
|
10823
|
+
"type": "option"
|
|
10824
|
+
},
|
|
10825
|
+
"type": {
|
|
10826
|
+
"description": "Template type",
|
|
10827
|
+
"name": "type",
|
|
10828
|
+
"hasDynamicHelp": false,
|
|
10829
|
+
"multiple": false,
|
|
10830
|
+
"options": [
|
|
10831
|
+
"text",
|
|
10832
|
+
"image",
|
|
10833
|
+
"video",
|
|
10834
|
+
"document",
|
|
10835
|
+
"audio",
|
|
10836
|
+
"location",
|
|
10837
|
+
"contact",
|
|
10838
|
+
"interactive"
|
|
10839
|
+
],
|
|
10840
|
+
"type": "option"
|
|
10841
|
+
},
|
|
10843
10842
|
"message": {
|
|
10844
|
-
"description": "
|
|
10843
|
+
"description": "Template message",
|
|
10845
10844
|
"name": "message",
|
|
10846
|
-
"required": true,
|
|
10847
10845
|
"hasDynamicHelp": false,
|
|
10848
10846
|
"multiple": false,
|
|
10849
10847
|
"type": "option"
|
|
10850
10848
|
},
|
|
10851
|
-
"
|
|
10852
|
-
"description": "
|
|
10853
|
-
"name": "
|
|
10849
|
+
"color": {
|
|
10850
|
+
"description": "Template color as HEX",
|
|
10851
|
+
"name": "color",
|
|
10852
|
+
"hasDynamicHelp": false,
|
|
10853
|
+
"multiple": false,
|
|
10854
|
+
"type": "option"
|
|
10855
|
+
},
|
|
10856
|
+
"status": {
|
|
10857
|
+
"description": "Template is active",
|
|
10858
|
+
"name": "status",
|
|
10859
|
+
"allowNo": true,
|
|
10860
|
+
"type": "boolean"
|
|
10861
|
+
},
|
|
10862
|
+
"remove-media": {
|
|
10863
|
+
"description": "Remove existing media",
|
|
10864
|
+
"name": "remove-media",
|
|
10854
10865
|
"allowNo": false,
|
|
10855
10866
|
"type": "boolean"
|
|
10867
|
+
},
|
|
10868
|
+
"whatsapp-language": {
|
|
10869
|
+
"description": "WhatsApp template language",
|
|
10870
|
+
"name": "whatsapp-language",
|
|
10871
|
+
"hasDynamicHelp": false,
|
|
10872
|
+
"multiple": false,
|
|
10873
|
+
"type": "option"
|
|
10874
|
+
},
|
|
10875
|
+
"buttons": {
|
|
10876
|
+
"description": "Buttons JSON array/object",
|
|
10877
|
+
"name": "buttons",
|
|
10878
|
+
"hasDynamicHelp": false,
|
|
10879
|
+
"multiple": false,
|
|
10880
|
+
"type": "option"
|
|
10881
|
+
},
|
|
10882
|
+
"header-footer": {
|
|
10883
|
+
"description": "Header/footer JSON object",
|
|
10884
|
+
"name": "header-footer",
|
|
10885
|
+
"hasDynamicHelp": false,
|
|
10886
|
+
"multiple": false,
|
|
10887
|
+
"type": "option"
|
|
10888
|
+
},
|
|
10889
|
+
"data": {
|
|
10890
|
+
"description": "Additional JSON object payload",
|
|
10891
|
+
"name": "data",
|
|
10892
|
+
"hasDynamicHelp": false,
|
|
10893
|
+
"multiple": false,
|
|
10894
|
+
"type": "option"
|
|
10856
10895
|
}
|
|
10857
10896
|
},
|
|
10858
10897
|
"hasDynamicHelp": false,
|
|
10859
10898
|
"hiddenAliases": [],
|
|
10860
|
-
"id": "
|
|
10899
|
+
"id": "templates:update",
|
|
10861
10900
|
"pluginAlias": "@instantkom/cli",
|
|
10862
10901
|
"pluginName": "@instantkom/cli",
|
|
10863
10902
|
"pluginType": "core",
|
|
@@ -10867,20 +10906,14 @@
|
|
|
10867
10906
|
"relativePath": [
|
|
10868
10907
|
"dist",
|
|
10869
10908
|
"commands",
|
|
10870
|
-
"
|
|
10871
|
-
"
|
|
10909
|
+
"templates",
|
|
10910
|
+
"update.js"
|
|
10872
10911
|
]
|
|
10873
10912
|
},
|
|
10874
|
-
"
|
|
10913
|
+
"templates:validate-import": {
|
|
10875
10914
|
"aliases": [],
|
|
10876
|
-
"args": {
|
|
10877
|
-
|
|
10878
|
-
"description": "Ticket ID",
|
|
10879
|
-
"name": "id",
|
|
10880
|
-
"required": true
|
|
10881
|
-
}
|
|
10882
|
-
},
|
|
10883
|
-
"description": "Update a ticket",
|
|
10915
|
+
"args": {},
|
|
10916
|
+
"description": "Validate templates import JSON",
|
|
10884
10917
|
"flags": {
|
|
10885
10918
|
"api-key": {
|
|
10886
10919
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -10944,51 +10977,18 @@
|
|
|
10944
10977
|
"multiple": false,
|
|
10945
10978
|
"type": "option"
|
|
10946
10979
|
},
|
|
10947
|
-
"
|
|
10948
|
-
"description": "
|
|
10949
|
-
"name": "
|
|
10980
|
+
"file": {
|
|
10981
|
+
"description": "JSON file path",
|
|
10982
|
+
"name": "file",
|
|
10950
10983
|
"required": true,
|
|
10951
10984
|
"hasDynamicHelp": false,
|
|
10952
10985
|
"multiple": false,
|
|
10953
10986
|
"type": "option"
|
|
10954
10987
|
},
|
|
10955
|
-
"
|
|
10956
|
-
"description": "
|
|
10957
|
-
"name": "
|
|
10958
|
-
"
|
|
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",
|
|
10988
|
+
"channel": {
|
|
10989
|
+
"description": "Target channel ID",
|
|
10990
|
+
"name": "channel",
|
|
10991
|
+
"required": true,
|
|
10992
10992
|
"hasDynamicHelp": false,
|
|
10993
10993
|
"multiple": false,
|
|
10994
10994
|
"type": "option"
|
|
@@ -10996,7 +10996,7 @@
|
|
|
10996
10996
|
},
|
|
10997
10997
|
"hasDynamicHelp": false,
|
|
10998
10998
|
"hiddenAliases": [],
|
|
10999
|
-
"id": "
|
|
10999
|
+
"id": "templates:validate-import",
|
|
11000
11000
|
"pluginAlias": "@instantkom/cli",
|
|
11001
11001
|
"pluginName": "@instantkom/cli",
|
|
11002
11002
|
"pluginType": "core",
|
|
@@ -11006,8 +11006,8 @@
|
|
|
11006
11006
|
"relativePath": [
|
|
11007
11007
|
"dist",
|
|
11008
11008
|
"commands",
|
|
11009
|
-
"
|
|
11010
|
-
"
|
|
11009
|
+
"templates",
|
|
11010
|
+
"validate-import.js"
|
|
11011
11011
|
]
|
|
11012
11012
|
},
|
|
11013
11013
|
"webhooks:add": {
|
|
@@ -16352,5 +16352,5 @@
|
|
|
16352
16352
|
]
|
|
16353
16353
|
}
|
|
16354
16354
|
},
|
|
16355
|
-
"version": "3.
|
|
16355
|
+
"version": "3.137.0"
|
|
16356
16356
|
}
|