@instantkom/cli 3.131.0 → 3.133.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/README.md +1 -1
- package/dist/commands/tickets/reply.js +1 -1
- package/npm-shrinkwrap.json +1842 -4212
- package/oclif.manifest.json +1377 -1377
- package/package.json +12 -14
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
The instantKOM command-line interface. Built on oclif v4. Ships the `ikm` binary used to drive the instantKOM REST API from terminals, scripts, and CI pipelines.
|
|
4
4
|
|
|
5
|
-
This workspace is part of the instantKOM monorepo. The CLI covers authentication, configuration, channels, contacts, messages, broadcasts, chats, tickets, exports, templates, bots, flows, webhooks,
|
|
5
|
+
This workspace is part of the instantKOM monorepo. The CLI covers authentication, configuration, channels, contacts, messages, broadcasts, chats, tickets, exports, templates, bots, flows, webhooks, shell completion, update handling, packaging, and Docker distribution.
|
|
6
6
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
|
@@ -4,7 +4,7 @@ import { createCliApiClient } from '../../send/api.js';
|
|
|
4
4
|
export default class TicketsReply extends BaseCommand {
|
|
5
5
|
static description = 'Send a real support reply on a ticket. Delivers the message to the ' +
|
|
6
6
|
'customer and records it in both the ticket history and the ' +
|
|
7
|
-
'Nachrichtenprotokoll. Provide raw body text only
|
|
7
|
+
'Nachrichtenprotokoll. Provide raw body text only; the ticket system ' +
|
|
8
8
|
'auto-prepends the personalised salutation and auto-appends the localised ' +
|
|
9
9
|
'footer for email-channel tickets. Adding your own greetings causes ' +
|
|
10
10
|
'duplicated headers/footers.';
|