@opencx/mcp 1.12.2 → 1.12.4
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/dist/schema.d.ts +537 -12
- package/dist/schema.d.ts.map +1 -1
- package/dist/server.spec.js +115 -0
- package/dist/server.spec.js.map +1 -1
- package/dist/tools/autopilot.d.ts.map +1 -1
- package/dist/tools/autopilot.js +17 -0
- package/dist/tools/autopilot.js.map +1 -1
- package/dist/tools/coworker.d.ts.map +1 -1
- package/dist/tools/coworker.js +10 -2
- package/dist/tools/coworker.js.map +1 -1
- package/dist/tools/impact-report.js +1 -1
- package/dist/tools/impact-report.js.map +1 -1
- package/dist/tools/office-hours.d.ts.map +1 -1
- package/dist/tools/office-hours.js +27 -1
- package/dist/tools/office-hours.js.map +1 -1
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -1003,6 +1003,30 @@ export interface paths {
|
|
|
1003
1003
|
patch?: never;
|
|
1004
1004
|
trace?: never;
|
|
1005
1005
|
};
|
|
1006
|
+
"/autopilot/prohibited-topics": {
|
|
1007
|
+
parameters: {
|
|
1008
|
+
query?: never;
|
|
1009
|
+
header?: never;
|
|
1010
|
+
path?: never;
|
|
1011
|
+
cookie?: never;
|
|
1012
|
+
};
|
|
1013
|
+
/**
|
|
1014
|
+
* List prohibited topics
|
|
1015
|
+
* @description List the org-wide prohibited topics (also called unapproved themes). When the AI detects that a conversation is about one of these topics, it hands off to a human agent (subject to per-channel handoff behavior settings).
|
|
1016
|
+
*/
|
|
1017
|
+
get: operations["listProhibitedTopics"];
|
|
1018
|
+
/**
|
|
1019
|
+
* Replace prohibited topics
|
|
1020
|
+
* @description Replace the full list of prohibited topics. Pass an empty array to clear all topics. Blank entries and case-insensitive duplicates are removed. When the AI detects a conversation about any of these topics, it hands off to a human.
|
|
1021
|
+
*/
|
|
1022
|
+
put: operations["updateProhibitedTopics"];
|
|
1023
|
+
post?: never;
|
|
1024
|
+
delete?: never;
|
|
1025
|
+
options?: never;
|
|
1026
|
+
head?: never;
|
|
1027
|
+
patch?: never;
|
|
1028
|
+
trace?: never;
|
|
1029
|
+
};
|
|
1006
1030
|
"/blocklist/contacts": {
|
|
1007
1031
|
parameters: {
|
|
1008
1032
|
query?: never;
|
|
@@ -1401,7 +1425,7 @@ export interface paths {
|
|
|
1401
1425
|
};
|
|
1402
1426
|
/**
|
|
1403
1427
|
* Get impact report
|
|
1404
|
-
* @description Get the AI automation rate and resolution breakdown. Returns total resolved, assumed resolved, handed off, and in-progress sessions along with the computed automation rate percentage.
|
|
1428
|
+
* @description Get the AI automation rate and resolution breakdown. Returns total resolved, assumed resolved, handed off, and in-progress sessions along with the computed automation rate percentage, plus per-day resolution (`resolutions_daily`), per-day automation rate (`automation_rate_daily`), and sentiment (`sentiments_daily`) counts and the resolution totals (`resolution_totals`) and sentiment totals (`sentiment_totals`) for charting.
|
|
1405
1429
|
*/
|
|
1406
1430
|
get: operations["getImpactReport"];
|
|
1407
1431
|
put?: never;
|
|
@@ -1496,6 +1520,30 @@ export interface paths {
|
|
|
1496
1520
|
patch?: never;
|
|
1497
1521
|
trace?: never;
|
|
1498
1522
|
};
|
|
1523
|
+
"/office-hours/default": {
|
|
1524
|
+
parameters: {
|
|
1525
|
+
query?: never;
|
|
1526
|
+
header?: never;
|
|
1527
|
+
path?: never;
|
|
1528
|
+
cookie?: never;
|
|
1529
|
+
};
|
|
1530
|
+
/**
|
|
1531
|
+
* Get default office hours
|
|
1532
|
+
* @description Get the organization-wide default office hours schedule. This is the fallback schedule used when a conversation is not assigned to a team with its own custom office hours. If no default has been configured yet, returns America/New_York with an empty shifts list (treated as 24/7).
|
|
1533
|
+
*/
|
|
1534
|
+
get: operations["getDefaultOfficeHours"];
|
|
1535
|
+
/**
|
|
1536
|
+
* Update default office hours
|
|
1537
|
+
* @description Set or replace the organization-wide default office hours. The shifts array replaces all existing default shifts — include every shift you want to keep. Example: Monday-Friday 9am-5pm EST would be one shift with day_of_week "monday_to_friday", start_time "09:00:00", end_time "17:00:00", and iana_timezone "America/New_York".
|
|
1538
|
+
*/
|
|
1539
|
+
put: operations["updateDefaultOfficeHours"];
|
|
1540
|
+
post?: never;
|
|
1541
|
+
delete?: never;
|
|
1542
|
+
options?: never;
|
|
1543
|
+
head?: never;
|
|
1544
|
+
patch?: never;
|
|
1545
|
+
trace?: never;
|
|
1546
|
+
};
|
|
1499
1547
|
"/office-hours/{id}": {
|
|
1500
1548
|
parameters: {
|
|
1501
1549
|
query?: never;
|
|
@@ -3171,6 +3219,26 @@ export interface paths {
|
|
|
3171
3219
|
patch?: never;
|
|
3172
3220
|
trace?: never;
|
|
3173
3221
|
};
|
|
3222
|
+
"/test/phone/simulate-ring": {
|
|
3223
|
+
parameters: {
|
|
3224
|
+
query?: never;
|
|
3225
|
+
header?: never;
|
|
3226
|
+
path?: never;
|
|
3227
|
+
cookie?: never;
|
|
3228
|
+
};
|
|
3229
|
+
get?: never;
|
|
3230
|
+
put?: never;
|
|
3231
|
+
/**
|
|
3232
|
+
* Test-only: simulate a phone-call ring
|
|
3233
|
+
* @description Test-environment-only endpoint that fakes an inbound phone call ring for an existing session. Returns 404 outside of test/dev environments.
|
|
3234
|
+
*/
|
|
3235
|
+
post: operations["simulatePhoneRing"];
|
|
3236
|
+
delete?: never;
|
|
3237
|
+
options?: never;
|
|
3238
|
+
head?: never;
|
|
3239
|
+
patch?: never;
|
|
3240
|
+
trace?: never;
|
|
3241
|
+
};
|
|
3174
3242
|
"/hc": {
|
|
3175
3243
|
parameters: {
|
|
3176
3244
|
query?: never;
|
|
@@ -3948,12 +4016,79 @@ export interface paths {
|
|
|
3948
4016
|
};
|
|
3949
4017
|
trace?: never;
|
|
3950
4018
|
};
|
|
4019
|
+
"/mini-apps": {
|
|
4020
|
+
parameters: {
|
|
4021
|
+
query?: never;
|
|
4022
|
+
header?: never;
|
|
4023
|
+
path?: never;
|
|
4024
|
+
cookie?: never;
|
|
4025
|
+
};
|
|
4026
|
+
get?: never;
|
|
4027
|
+
put?: never;
|
|
4028
|
+
/** Create a new mini app */
|
|
4029
|
+
post: operations["createMiniApp"];
|
|
4030
|
+
delete?: never;
|
|
4031
|
+
options?: never;
|
|
4032
|
+
head?: never;
|
|
4033
|
+
patch?: never;
|
|
4034
|
+
trace?: never;
|
|
4035
|
+
};
|
|
4036
|
+
"/mini-apps/submit": {
|
|
4037
|
+
parameters: {
|
|
4038
|
+
query?: never;
|
|
4039
|
+
header?: never;
|
|
4040
|
+
path?: never;
|
|
4041
|
+
cookie?: never;
|
|
4042
|
+
};
|
|
4043
|
+
get?: never;
|
|
4044
|
+
put?: never;
|
|
4045
|
+
/** Submit a built version of a mini app */
|
|
4046
|
+
post: operations["submitMiniApp"];
|
|
4047
|
+
delete?: never;
|
|
4048
|
+
options?: never;
|
|
4049
|
+
head?: never;
|
|
4050
|
+
patch?: never;
|
|
4051
|
+
trace?: never;
|
|
4052
|
+
};
|
|
4053
|
+
"/mini-apps/{id}/source": {
|
|
4054
|
+
parameters: {
|
|
4055
|
+
query?: never;
|
|
4056
|
+
header?: never;
|
|
4057
|
+
path?: never;
|
|
4058
|
+
cookie?: never;
|
|
4059
|
+
};
|
|
4060
|
+
/** Get a mini app's latest source for editing */
|
|
4061
|
+
get: operations["getMiniAppSource"];
|
|
4062
|
+
put?: never;
|
|
4063
|
+
post?: never;
|
|
4064
|
+
delete?: never;
|
|
4065
|
+
options?: never;
|
|
4066
|
+
head?: never;
|
|
4067
|
+
patch?: never;
|
|
4068
|
+
trace?: never;
|
|
4069
|
+
};
|
|
3951
4070
|
}
|
|
3952
4071
|
export type webhooks = Record<string, never>;
|
|
3953
4072
|
export interface components {
|
|
3954
4073
|
schemas: {
|
|
3955
4074
|
/** @enum {string} */
|
|
3956
4075
|
SessionChannel: "web" | "email" | "phone_voice" | "slack" | "sms" | "whatsapp" | "instagram" | "messenger" | "api" | "web_voice";
|
|
4076
|
+
DefaultOfficeHoursInputDto: {
|
|
4077
|
+
/** @description IANA timezone for the default schedule (e.g. "America/New_York", "Europe/London", "Asia/Tokyo") */
|
|
4078
|
+
iana_timezone: string;
|
|
4079
|
+
/** @description Time blocks when support is available. Replaces all existing default shifts. Use day ranges like "monday_to_friday" for convenience. */
|
|
4080
|
+
shifts: {
|
|
4081
|
+
/**
|
|
4082
|
+
* @description Day(s) of week: "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday", "everyday", "monday_to_friday", "sunday_to_thursday", "friday_and_saturday", "sunday_and_monday"
|
|
4083
|
+
* @enum {string}
|
|
4084
|
+
*/
|
|
4085
|
+
day_of_week: "everyday" | "friday" | "friday_and_saturday" | "monday" | "monday_to_friday" | "saturday" | "sunday" | "sunday_and_monday" | "sunday_to_thursday" | "thursday" | "tuesday" | "wednesday";
|
|
4086
|
+
/** @description Start time in HH:mm:ss format (e.g. "09:00:00") */
|
|
4087
|
+
start_time: string;
|
|
4088
|
+
/** @description End time in HH:mm:ss format (e.g. "17:00:00") */
|
|
4089
|
+
end_time: string;
|
|
4090
|
+
}[];
|
|
4091
|
+
};
|
|
3957
4092
|
CreateSlaPolicyDto: {
|
|
3958
4093
|
name: string;
|
|
3959
4094
|
office_hours_id?: string | null;
|
|
@@ -4220,6 +4355,27 @@ export interface components {
|
|
|
4220
4355
|
userId: number;
|
|
4221
4356
|
groupId?: string;
|
|
4222
4357
|
};
|
|
4358
|
+
CreateMiniAppDto: {
|
|
4359
|
+
name: string;
|
|
4360
|
+
description?: string;
|
|
4361
|
+
};
|
|
4362
|
+
SubmitMiniAppDto: {
|
|
4363
|
+
/** Format: uuid */
|
|
4364
|
+
app_id: string;
|
|
4365
|
+
source: string;
|
|
4366
|
+
code: string;
|
|
4367
|
+
css: string;
|
|
4368
|
+
/** @enum {string} */
|
|
4369
|
+
target_surface?: "inbox" | "dashboard";
|
|
4370
|
+
declared_network?: {
|
|
4371
|
+
origin: string;
|
|
4372
|
+
reason: string;
|
|
4373
|
+
}[];
|
|
4374
|
+
template?: string;
|
|
4375
|
+
template_version?: string;
|
|
4376
|
+
};
|
|
4377
|
+
/** @enum {string} */
|
|
4378
|
+
PhoneHandoffReason: "ai_initiated" | "no_agent_assigned" | "agent_unavailable" | "caller_requested" | "timeout" | "unknown";
|
|
4223
4379
|
RedactMessageDto: {
|
|
4224
4380
|
/** @description The message UUID to be redacted */
|
|
4225
4381
|
messageId: string;
|
|
@@ -4479,6 +4635,10 @@ export interface components {
|
|
|
4479
4635
|
*/
|
|
4480
4636
|
ai_agent_version?: "v1" | "v2";
|
|
4481
4637
|
};
|
|
4638
|
+
UpdateProhibitedTopicsInputDto: {
|
|
4639
|
+
/** @description Full replacement list of prohibited topics. Empty array clears all topics. Duplicates and blank entries are removed. */
|
|
4640
|
+
topics: string[];
|
|
4641
|
+
};
|
|
4482
4642
|
ChatAttachmentInput: {
|
|
4483
4643
|
/** @description The name of the file */
|
|
4484
4644
|
name: string;
|
|
@@ -5031,7 +5191,7 @@ export interface components {
|
|
|
5031
5191
|
* @description What starts the workflow. Use "manual-trigger" for on-demand execution, "ai-trigger" for AI-initiated, "webhook" for external HTTP triggers, "cron-trigger" for scheduled runs, or event-based triggers like "ticket-created", "contact-created", etc.
|
|
5032
5192
|
* @enum {string}
|
|
5033
5193
|
*/
|
|
5034
|
-
trigger_type: "manual-trigger" | "ai-trigger" | "cron-trigger" | "form-trigger" | "webhook" | "contact-created" | "phone-call-started" | "phone-call-finished" | "ticket-created" | "ticket-reassigned" | "ticket-resolved" | "ticket-handoff" | "pre-ticket-handoff" | "ticket-tag-added" | "ticket-inactive" | "agent-inactive" | "sequence-completed" | "csat-score-submit" | "prohibited-topic-detected" | "sla-first-reply-breached" | "sla-next-reply-breached" | "sla-resolution-breached" | "voice-call-transferred" | "pre-voice-call-transfer" | "pre-phone-call-finished" | "manual-ticket-trigger" | "contact-message-received" | "first-contact-message-received" | "macro-called" | "agent-availability-changed" | "agent-avail-in-team-changed";
|
|
5194
|
+
trigger_type: "manual-trigger" | "ai-trigger" | "cron-trigger" | "form-trigger" | "webhook" | "contact-created" | "phone-call-started" | "phone-call-finished" | "ticket-created" | "ticket-reassigned" | "ticket-resolved" | "ticket-handoff" | "pre-ticket-handoff" | "ticket-tag-added" | "ticket-inactive" | "agent-inactive" | "sequence-completed" | "csat-score-submit" | "prohibited-topic-detected" | "sla-first-reply-breached" | "sla-next-reply-breached" | "sla-resolution-breached" | "voice-call-transferred" | "pre-voice-call-transfer" | "pre-phone-call-finished" | "manual-ticket-trigger" | "contact-message-received" | "first-contact-message-received" | "macro-called" | "ai-response-completed" | "agent-availability-changed" | "agent-avail-in-team-changed";
|
|
5035
5195
|
/** @description Trigger-specific configuration (e.g. cron expression for cron-trigger) */
|
|
5036
5196
|
trigger_configuration?: unknown | null;
|
|
5037
5197
|
/** @description Array of workflow steps and control-flow blocks. Each step is an object with { "$kind": "Action", "id": "<unique-step-id>", "type": "<action-type>", "name": "<display-name>", "input": { ... } }. Control-flow blocks use { "$kind": "Block", "type": "if-else", "id": "<unique-id>", "inputs": { "condition": { "operatorName": "equals", "left": "{{step_id.field}}", "right": "value" } }, "branches": { "then": [...steps], "else": [...steps] } }. Use {{step_id.field}} to reference outputs from previous steps (no `.output.` segment — the field sits directly under the step id). */
|
|
@@ -5048,7 +5208,7 @@ export interface components {
|
|
|
5048
5208
|
* @description New trigger type
|
|
5049
5209
|
* @enum {string}
|
|
5050
5210
|
*/
|
|
5051
|
-
trigger_type?: "manual-trigger" | "ai-trigger" | "cron-trigger" | "form-trigger" | "webhook" | "contact-created" | "phone-call-started" | "phone-call-finished" | "ticket-created" | "ticket-reassigned" | "ticket-resolved" | "ticket-handoff" | "pre-ticket-handoff" | "ticket-tag-added" | "ticket-inactive" | "agent-inactive" | "sequence-completed" | "csat-score-submit" | "prohibited-topic-detected" | "sla-first-reply-breached" | "sla-next-reply-breached" | "sla-resolution-breached" | "voice-call-transferred" | "pre-voice-call-transfer" | "pre-phone-call-finished" | "manual-ticket-trigger" | "contact-message-received" | "first-contact-message-received" | "macro-called" | "agent-availability-changed" | "agent-avail-in-team-changed";
|
|
5211
|
+
trigger_type?: "manual-trigger" | "ai-trigger" | "cron-trigger" | "form-trigger" | "webhook" | "contact-created" | "phone-call-started" | "phone-call-finished" | "ticket-created" | "ticket-reassigned" | "ticket-resolved" | "ticket-handoff" | "pre-ticket-handoff" | "ticket-tag-added" | "ticket-inactive" | "agent-inactive" | "sequence-completed" | "csat-score-submit" | "prohibited-topic-detected" | "sla-first-reply-breached" | "sla-next-reply-breached" | "sla-resolution-breached" | "voice-call-transferred" | "pre-voice-call-transfer" | "pre-phone-call-finished" | "manual-ticket-trigger" | "contact-message-received" | "first-contact-message-received" | "macro-called" | "ai-response-completed" | "agent-availability-changed" | "agent-avail-in-team-changed";
|
|
5052
5212
|
/** @description New trigger configuration */
|
|
5053
5213
|
trigger_configuration?: unknown | null;
|
|
5054
5214
|
/** @description New workflow step/block definitions (replaces existing blocks) */
|
|
@@ -5061,7 +5221,7 @@ export interface components {
|
|
|
5061
5221
|
* @description Trigger type to validate against
|
|
5062
5222
|
* @enum {string}
|
|
5063
5223
|
*/
|
|
5064
|
-
trigger_type: "manual-trigger" | "ai-trigger" | "cron-trigger" | "form-trigger" | "webhook" | "contact-created" | "phone-call-started" | "phone-call-finished" | "ticket-created" | "ticket-reassigned" | "ticket-resolved" | "ticket-handoff" | "pre-ticket-handoff" | "ticket-tag-added" | "ticket-inactive" | "agent-inactive" | "sequence-completed" | "csat-score-submit" | "prohibited-topic-detected" | "sla-first-reply-breached" | "sla-next-reply-breached" | "sla-resolution-breached" | "voice-call-transferred" | "pre-voice-call-transfer" | "pre-phone-call-finished" | "manual-ticket-trigger" | "contact-message-received" | "first-contact-message-received" | "macro-called" | "agent-availability-changed" | "agent-avail-in-team-changed";
|
|
5224
|
+
trigger_type: "manual-trigger" | "ai-trigger" | "cron-trigger" | "form-trigger" | "webhook" | "contact-created" | "phone-call-started" | "phone-call-finished" | "ticket-created" | "ticket-reassigned" | "ticket-resolved" | "ticket-handoff" | "pre-ticket-handoff" | "ticket-tag-added" | "ticket-inactive" | "agent-inactive" | "sequence-completed" | "csat-score-submit" | "prohibited-topic-detected" | "sla-first-reply-breached" | "sla-next-reply-breached" | "sla-resolution-breached" | "voice-call-transferred" | "pre-voice-call-transfer" | "pre-phone-call-finished" | "manual-ticket-trigger" | "contact-message-received" | "first-contact-message-received" | "macro-called" | "ai-response-completed" | "agent-availability-changed" | "agent-avail-in-team-changed";
|
|
5065
5225
|
/** @description Trigger configuration to validate against the trigger's configuration_def. When omitted, the trigger is validated as if unconfigured — triggers with required configuration (e.g. cron-trigger, ai-trigger) will report errors. */
|
|
5066
5226
|
trigger_configuration?: unknown | null;
|
|
5067
5227
|
/** @description Workflow blocks to validate */
|
|
@@ -5074,7 +5234,7 @@ export interface components {
|
|
|
5074
5234
|
* @description Trigger type whose payload shape this synthetic payload should match
|
|
5075
5235
|
* @enum {string}
|
|
5076
5236
|
*/
|
|
5077
|
-
type: "manual-trigger" | "ai-trigger" | "cron-trigger" | "form-trigger" | "webhook" | "contact-created" | "phone-call-started" | "phone-call-finished" | "ticket-created" | "ticket-reassigned" | "ticket-resolved" | "ticket-handoff" | "pre-ticket-handoff" | "ticket-tag-added" | "ticket-inactive" | "agent-inactive" | "sequence-completed" | "csat-score-submit" | "prohibited-topic-detected" | "sla-first-reply-breached" | "sla-next-reply-breached" | "sla-resolution-breached" | "voice-call-transferred" | "pre-voice-call-transfer" | "pre-phone-call-finished" | "manual-ticket-trigger" | "contact-message-received" | "first-contact-message-received" | "macro-called" | "agent-availability-changed" | "agent-avail-in-team-changed";
|
|
5237
|
+
type: "manual-trigger" | "ai-trigger" | "cron-trigger" | "form-trigger" | "webhook" | "contact-created" | "phone-call-started" | "phone-call-finished" | "ticket-created" | "ticket-reassigned" | "ticket-resolved" | "ticket-handoff" | "pre-ticket-handoff" | "ticket-tag-added" | "ticket-inactive" | "agent-inactive" | "sequence-completed" | "csat-score-submit" | "prohibited-topic-detected" | "sla-first-reply-breached" | "sla-next-reply-breached" | "sla-resolution-breached" | "voice-call-transferred" | "pre-voice-call-transfer" | "pre-phone-call-finished" | "manual-ticket-trigger" | "contact-message-received" | "first-contact-message-received" | "macro-called" | "ai-response-completed" | "agent-availability-changed" | "agent-avail-in-team-changed";
|
|
5078
5238
|
payload: unknown;
|
|
5079
5239
|
};
|
|
5080
5240
|
};
|
|
@@ -5207,6 +5367,8 @@ export interface components {
|
|
|
5207
5367
|
contact_email?: string;
|
|
5208
5368
|
/** @description Search keyword to match against message text */
|
|
5209
5369
|
keyword?: string;
|
|
5370
|
+
/** @description Max chat-history messages to return (default 30, min 10, max 30). Oldest-first. */
|
|
5371
|
+
history_limit?: number;
|
|
5210
5372
|
};
|
|
5211
5373
|
BlockContactInputDto: {
|
|
5212
5374
|
/**
|
|
@@ -5326,9 +5488,34 @@ export interface components {
|
|
|
5326
5488
|
/** Format: email */
|
|
5327
5489
|
email: string;
|
|
5328
5490
|
};
|
|
5491
|
+
SimulatePhoneRingInput: {
|
|
5492
|
+
sessionId: string;
|
|
5493
|
+
phoneAgentId?: string | null;
|
|
5494
|
+
agentName?: string | null;
|
|
5495
|
+
fromPhoneNumber?: string | null;
|
|
5496
|
+
reason?: components["schemas"]["PhoneHandoffReason"];
|
|
5497
|
+
};
|
|
5329
5498
|
UploadOpenApiSpecDto: {
|
|
5330
5499
|
spec: string;
|
|
5331
5500
|
};
|
|
5501
|
+
DefaultOfficeHoursResponseDto: {
|
|
5502
|
+
/** @description IANA timezone (e.g. "America/New_York", "Europe/London") */
|
|
5503
|
+
iana_timezone: string;
|
|
5504
|
+
/** @description The time blocks when support is available */
|
|
5505
|
+
shifts: {
|
|
5506
|
+
/** @description Shift ID */
|
|
5507
|
+
id: string;
|
|
5508
|
+
/**
|
|
5509
|
+
* @description Day(s) of week: "monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday", "everyday", "monday_to_friday", "sunday_to_thursday", "friday_and_saturday", "sunday_and_monday"
|
|
5510
|
+
* @enum {string}
|
|
5511
|
+
*/
|
|
5512
|
+
day_of_week: "everyday" | "friday" | "friday_and_saturday" | "monday" | "monday_to_friday" | "saturday" | "sunday" | "sunday_and_monday" | "sunday_to_thursday" | "thursday" | "tuesday" | "wednesday";
|
|
5513
|
+
/** @description Start time in HH:mm:ss format (e.g. "09:00:00") */
|
|
5514
|
+
start_time: string;
|
|
5515
|
+
/** @description End time in HH:mm:ss format (e.g. "17:00:00") */
|
|
5516
|
+
end_time: string;
|
|
5517
|
+
}[];
|
|
5518
|
+
};
|
|
5332
5519
|
GenericResponseDto: {
|
|
5333
5520
|
data?: {
|
|
5334
5521
|
success: boolean;
|
|
@@ -5691,7 +5878,7 @@ export interface components {
|
|
|
5691
5878
|
}) | null;
|
|
5692
5879
|
knowledgebase_called?: boolean | null;
|
|
5693
5880
|
/** @enum {string} */
|
|
5694
|
-
type: "agent_assigned_by_integration" | "agent_assigned_by_system" | "agent_assigned_by_user" | "agent_changed" | "agent_comment" | "agent_initiated_session" | "agent_joined" | "agent_message" | "agent_reopened_session" | "agent_took_session_from_ai" | "agent_unassigned_by_integration" | "agent_unassigned_by_system" | "agent_unassigned_by_user" | "ai_assumed_the_session_resolved" | "ai_decided_to_not_reply" | "ai_decided_to_resolve_the_issue" | "ai_reopened_session" | "ai_response_cancelled" | "ai_resumed_by_system" | "call_history" | "call_transferred" | "closed_resolved_by_agent" | "closed_resolved_by_api" | "closed_resolved_by_contact" | "closed_resolved_by_integration" | "closed_resolved_by_system" | "closed_unresolved_by_agent" | "closed_unresolved_by_api" | "closed_unresolved_by_system" | "contact_data_updated" | "csat_requested" | "csat_submitted" | "email_draft_message" | "handoff" | "handoff_to_salesforce_miaw" | "handoff_to_zendesk" | "integration_reopened_session" | "message" | "prohibited_topic_detected" | "sequence_message" | "skills_added_by_system" | "sla_applied_by_agent" | "sla_applied_by_system" | "sla_first_reply_breached" | "sla_first_reply_completed_after_breach" | "sla_first_reply_fulfilled" | "sla_first_reply_metric_started" | "sla_freezed_office_hours_ended" | "sla_freezed_snoozed" | "sla_next_reply_breached" | "sla_next_reply_completed_after_breach" | "sla_next_reply_fulfilled" | "sla_next_reply_metric_started" | "sla_removed_by_agent" | "sla_removed_by_system" | "sla_resolution_breached" | "sla_resolution_completed_after_breach" | "sla_resolution_fulfilled" | "sla_resolution_metric_started" | "sla_resolution_paused_resolved" | "sla_resolution_paused_waiting_on_customer" | "sla_resolution_resumed_customer_replied" | "sla_resolution_resumed_reopened" | "sla_resumed_office_hours_started" | "sla_resumed_snooze_cancelled" | "sla_resumed_snooze_expired" | "state_checkpoint" | "sub_status_removed_by_agent" | "sub_status_removed_by_api" | "sub_status_removed_by_system" | "sub_status_set_by_agent" | "sub_status_set_by_api" | "sub_status_set_by_system" | "system_reopened_session" | "tag_added_by_agent" | "tag_added_by_api" | "tag_added_by_integration" | "tag_added_by_system" | "tag_removed_by_agent" | "tag_removed_by_api" | "tag_removed_by_integration" | "tag_removed_by_system" | "team_assigned_by_system" | "team_assigned_by_user" | "team_unassigned_by_system" | "team_unassigned_by_user" | "user_confirmed_the_session_resolved" | "workflow_message" | "workflow_note" | "workflow_triggered";
|
|
5881
|
+
type: "agent_assigned_by_integration" | "agent_assigned_by_system" | "agent_assigned_by_user" | "agent_changed" | "agent_comment" | "agent_initiated_session" | "agent_joined" | "agent_message" | "agent_reopened_session" | "agent_took_session_from_ai" | "agent_unassigned_by_integration" | "agent_unassigned_by_system" | "agent_unassigned_by_user" | "ai_assumed_the_session_resolved" | "ai_decided_to_not_reply" | "ai_decided_to_resolve_the_issue" | "ai_reopened_session" | "ai_response_cancelled" | "ai_resumed_by_system" | "call_history" | "call_transferred" | "closed_resolved_by_agent" | "closed_resolved_by_api" | "closed_resolved_by_contact" | "closed_resolved_by_integration" | "closed_resolved_by_system" | "closed_unresolved_by_agent" | "closed_unresolved_by_api" | "closed_unresolved_by_system" | "contact_data_updated" | "csat_requested" | "csat_submitted" | "email_draft_message" | "handoff" | "handoff_to_salesforce_miaw" | "handoff_to_zendesk" | "integration_reopened_session" | "message" | "prohibited_topic_detected" | "sequence_message" | "skills_added_by_system" | "sla_applied_by_agent" | "sla_applied_by_system" | "sla_first_reply_breached" | "sla_first_reply_completed_after_breach" | "sla_first_reply_fulfilled" | "sla_first_reply_metric_started" | "sla_freezed_office_hours_ended" | "sla_freezed_snoozed" | "sla_next_reply_breached" | "sla_next_reply_completed_after_breach" | "sla_next_reply_fulfilled" | "sla_next_reply_metric_started" | "sla_removed_by_agent" | "sla_removed_by_system" | "sla_resolution_breached" | "sla_resolution_completed_after_breach" | "sla_resolution_fulfilled" | "sla_resolution_metric_started" | "sla_resolution_paused_resolved" | "sla_resolution_paused_waiting_on_customer" | "sla_resolution_resumed_customer_replied" | "sla_resolution_resumed_reopened" | "sla_resumed_office_hours_started" | "sla_resumed_snooze_cancelled" | "sla_resumed_snooze_expired" | "state_checkpoint" | "sub_status_removed_by_agent" | "sub_status_removed_by_api" | "sub_status_removed_by_integration" | "sub_status_removed_by_system" | "sub_status_set_by_agent" | "sub_status_set_by_api" | "sub_status_set_by_integration" | "sub_status_set_by_system" | "system_reopened_session" | "tag_added_by_agent" | "tag_added_by_api" | "tag_added_by_integration" | "tag_added_by_system" | "tag_removed_by_agent" | "tag_removed_by_api" | "tag_removed_by_integration" | "tag_removed_by_system" | "team_assigned_by_system" | "team_assigned_by_user" | "team_unassigned_by_system" | "team_unassigned_by_user" | "user_confirmed_the_session_resolved" | "workflow_message" | "workflow_note" | "workflow_triggered";
|
|
5695
5882
|
extra_params?: {
|
|
5696
5883
|
[key: string]: unknown;
|
|
5697
5884
|
} | null;
|
|
@@ -5805,13 +5992,12 @@ export interface components {
|
|
|
5805
5992
|
updated_at: string;
|
|
5806
5993
|
provider_external_id: string | null;
|
|
5807
5994
|
flow: unknown | null;
|
|
5808
|
-
manual_mode: boolean;
|
|
5809
5995
|
custom_llm: string | null;
|
|
5810
5996
|
use_org_knowledgebase: boolean;
|
|
5811
5997
|
background_noise_preset: ("office" | "bar" | "city-street") | null;
|
|
5812
5998
|
recording_enabled: boolean;
|
|
5813
5999
|
stt_keyterms: string[];
|
|
5814
|
-
stt_model: ("deepgram/flux-general" | "deepgram/nova-3" | "deepgram/nova-3-medical" | "cartesia/ink-whisper" | "elevenlabs/scribe_v2_realtime" | "xai/stt-1") | null;
|
|
6000
|
+
stt_model: ("deepgram/flux-general" | "deepgram/nova-3" | "deepgram/nova-3-medical" | "cartesia/ink-whisper" | "elevenlabs/scribe_v2_realtime" | "xai/stt-1" | "assemblyai/universal-3-5-pro" | "speechmatics/enhanced") | null;
|
|
5815
6001
|
tts_speed_pct: number | null;
|
|
5816
6002
|
failover_transfer_destination_id: string | null;
|
|
5817
6003
|
};
|
|
@@ -6046,6 +6232,24 @@ export interface components {
|
|
|
6046
6232
|
[key: string]: string;
|
|
6047
6233
|
} | null;
|
|
6048
6234
|
};
|
|
6235
|
+
CreateMiniAppResponseDto: {
|
|
6236
|
+
/** Format: uuid */
|
|
6237
|
+
app_id: string;
|
|
6238
|
+
};
|
|
6239
|
+
SubmitMiniAppResponseDto: {
|
|
6240
|
+
/** Format: uuid */
|
|
6241
|
+
app_id: string;
|
|
6242
|
+
/** Format: uuid */
|
|
6243
|
+
version_id: string;
|
|
6244
|
+
version: string;
|
|
6245
|
+
};
|
|
6246
|
+
MiniAppSourceResponseDto: {
|
|
6247
|
+
/** Format: uuid */
|
|
6248
|
+
id: string;
|
|
6249
|
+
name: string;
|
|
6250
|
+
description: string | null;
|
|
6251
|
+
source: string;
|
|
6252
|
+
};
|
|
6049
6253
|
SlaOverviewResponseDto: {
|
|
6050
6254
|
coverage_rate: number;
|
|
6051
6255
|
total_sessions: number;
|
|
@@ -6353,13 +6557,15 @@ export interface components {
|
|
|
6353
6557
|
result: unknown;
|
|
6354
6558
|
step_input: unknown | null;
|
|
6355
6559
|
/** @enum {string} */
|
|
6356
|
-
status: "canceled" | "completed" | "failed" | "idle" | "in_progress" | "skipped";
|
|
6560
|
+
status: "canceled" | "completed" | "failed" | "idle" | "in_progress" | "skipped" | "waiting";
|
|
6357
6561
|
started_at: string | null;
|
|
6358
6562
|
ended_at: string | null;
|
|
6359
6563
|
workflow_id: string;
|
|
6360
6564
|
duration_in_milliseconds: number | null;
|
|
6361
6565
|
wrapper_block_id: string | null;
|
|
6362
6566
|
wrapper_block_run_id: number | null;
|
|
6567
|
+
resume_at: string | null;
|
|
6568
|
+
resume_job_id: string | null;
|
|
6363
6569
|
};
|
|
6364
6570
|
WorkflowRunLogEntryDto: {
|
|
6365
6571
|
/** @enum {string} */
|
|
@@ -6487,6 +6693,10 @@ export interface components {
|
|
|
6487
6693
|
ai_agent_version: "v1" | "v2";
|
|
6488
6694
|
}[];
|
|
6489
6695
|
};
|
|
6696
|
+
ProhibitedTopicsResponseDto: {
|
|
6697
|
+
/** @description Topics the AI must not handle. When a conversation matches any of these, the AI hands off to a human (subject to per-channel handoff behavior). */
|
|
6698
|
+
topics: string[];
|
|
6699
|
+
};
|
|
6490
6700
|
SaveContactOutput: {
|
|
6491
6701
|
/** Format: uuid */
|
|
6492
6702
|
id?: string;
|
|
@@ -6653,6 +6863,8 @@ export interface components {
|
|
|
6653
6863
|
status: "open" | "closed_resolved" | "closed_unresolved";
|
|
6654
6864
|
ai_closure_type: ("assumed_resolved" | "handed_off" | "resolved") | null;
|
|
6655
6865
|
sentiment: ("angry" | "happy" | "neutral") | null;
|
|
6866
|
+
/** @description AI-generated summary of the conversation. Populated for both AI-resolved and handed-off sessions once the session has been summarized; null otherwise. */
|
|
6867
|
+
summary: string | null;
|
|
6656
6868
|
channel: {
|
|
6657
6869
|
type: components["schemas"]["SessionChannel"];
|
|
6658
6870
|
};
|
|
@@ -7006,6 +7218,14 @@ export interface components {
|
|
|
7006
7218
|
/** @constant */
|
|
7007
7219
|
type: "sub_status_removed_by_api";
|
|
7008
7220
|
sub_status_id: string | null;
|
|
7221
|
+
} | {
|
|
7222
|
+
/** @constant */
|
|
7223
|
+
type: "sub_status_set_by_integration";
|
|
7224
|
+
sub_status_id: string | null;
|
|
7225
|
+
} | {
|
|
7226
|
+
/** @constant */
|
|
7227
|
+
type: "sub_status_removed_by_integration";
|
|
7228
|
+
sub_status_id: string | null;
|
|
7009
7229
|
} | {
|
|
7010
7230
|
/** @enum {string} */
|
|
7011
7231
|
type: "tag_added_by_system" | "tag_added_by_agent" | "tag_added_by_api" | "tag_added_by_integration" | "tag_removed_by_system" | "tag_removed_by_agent" | "tag_removed_by_api" | "tag_removed_by_integration";
|
|
@@ -7119,6 +7339,21 @@ export interface components {
|
|
|
7119
7339
|
type: "team_unassigned_by_user";
|
|
7120
7340
|
unassigned_team_id?: string;
|
|
7121
7341
|
actor_id?: number;
|
|
7342
|
+
} | {
|
|
7343
|
+
/** @enum {string} */
|
|
7344
|
+
type: "sla_applied_by_system" | "sla_applied_by_agent" | "sla_removed_by_agent" | "sla_removed_by_system" | "sla_first_reply_metric_started" | "sla_first_reply_fulfilled" | "sla_first_reply_breached" | "sla_first_reply_completed_after_breach" | "sla_next_reply_metric_started" | "sla_next_reply_fulfilled" | "sla_next_reply_breached" | "sla_next_reply_completed_after_breach" | "sla_resolution_metric_started" | "sla_resolution_paused_waiting_on_customer" | "sla_resolution_paused_resolved" | "sla_resolution_resumed_customer_replied" | "sla_resolution_resumed_reopened" | "sla_resolution_fulfilled" | "sla_resolution_breached" | "sla_resolution_completed_after_breach" | "sla_freezed_office_hours_ended" | "sla_resumed_office_hours_started" | "sla_freezed_snoozed" | "sla_resumed_snooze_expired" | "sla_resumed_snooze_cancelled";
|
|
7345
|
+
elapsed_ms: number | null;
|
|
7346
|
+
} | {
|
|
7347
|
+
/** @constant */
|
|
7348
|
+
type: "workflow_triggered";
|
|
7349
|
+
workflow_id: string | null;
|
|
7350
|
+
workflow_run_id: string | null;
|
|
7351
|
+
} | {
|
|
7352
|
+
/** @constant */
|
|
7353
|
+
type: "contact_data_updated";
|
|
7354
|
+
fields: {
|
|
7355
|
+
[key: string]: string;
|
|
7356
|
+
};
|
|
7122
7357
|
};
|
|
7123
7358
|
};
|
|
7124
7359
|
ContactSegment: {
|
|
@@ -7409,6 +7644,36 @@ export interface components {
|
|
|
7409
7644
|
total_handed_off: number;
|
|
7410
7645
|
total_in_progress: number;
|
|
7411
7646
|
automation_rate: number;
|
|
7647
|
+
resolutions_daily: {
|
|
7648
|
+
day: string;
|
|
7649
|
+
resolved: number;
|
|
7650
|
+
assumed_resolved: number;
|
|
7651
|
+
handed_off: number;
|
|
7652
|
+
in_progress: number;
|
|
7653
|
+
}[];
|
|
7654
|
+
automation_rate_daily: {
|
|
7655
|
+
day: string;
|
|
7656
|
+
automation_rate: number;
|
|
7657
|
+
}[];
|
|
7658
|
+
sentiments_daily: {
|
|
7659
|
+
day: string;
|
|
7660
|
+
happy: number;
|
|
7661
|
+
neutral: number;
|
|
7662
|
+
angry: number;
|
|
7663
|
+
in_progress: number;
|
|
7664
|
+
}[];
|
|
7665
|
+
resolution_totals: {
|
|
7666
|
+
resolved: number;
|
|
7667
|
+
assumed_resolved: number;
|
|
7668
|
+
handed_off: number;
|
|
7669
|
+
in_progress: number;
|
|
7670
|
+
};
|
|
7671
|
+
sentiment_totals: {
|
|
7672
|
+
happy: number;
|
|
7673
|
+
neutral: number;
|
|
7674
|
+
angry: number;
|
|
7675
|
+
in_progress: number;
|
|
7676
|
+
};
|
|
7412
7677
|
};
|
|
7413
7678
|
RunReportQueryResponseDto: {
|
|
7414
7679
|
rows: {
|
|
@@ -7603,7 +7868,7 @@ export interface components {
|
|
|
7603
7868
|
/** Format: email */
|
|
7604
7869
|
email: string;
|
|
7605
7870
|
avatar_url?: string | null;
|
|
7606
|
-
permissions?: ("*" | "sessions:read" | "sessions:write" | "sessions-shared-views:read" | "sessions-shared-views:write" | "contacts:read" | "contacts:write" | "sequences:read" | "sequences:write" | "ai-training:read" | "ai-training:write" | "reports:read" | "reports:write" | "help-center:read" | "help-center:write" | "workflows:read" | "workflows:write" | "actions:read" | "actions:write" | "settings:read" | "settings:write" | "settings-channels:read" | "settings-channels:write" | "settings-helpdesk:read" | "settings-helpdesk:write" | "settings-groups:read" | "settings-groups:write" | "settings-roles:read" | "settings-roles:write" | "settings-macros:read" | "settings-macros:write" | "settings-skills:read" | "settings-skills:write")[] | null;
|
|
7871
|
+
permissions?: ("*" | "sessions:read" | "sessions:write" | "sessions-shared-views:read" | "sessions-shared-views:write" | "contacts:read" | "contacts:write" | "sequences:read" | "sequences:write" | "ai-training:read" | "ai-training:write" | "reports:read" | "reports:write" | "help-center:read" | "help-center:write" | "workflows:read" | "workflows:write" | "actions:read" | "actions:write" | "mini-apps:read" | "mini-apps:write" | "settings:read" | "settings:write" | "settings-channels:read" | "settings-channels:write" | "settings-helpdesk:read" | "settings-helpdesk:write" | "settings-groups:read" | "settings-groups:write" | "settings-roles:read" | "settings-roles:write" | "settings-macros:read" | "settings-macros:write" | "settings-skills:read" | "settings-skills:write")[] | null;
|
|
7607
7872
|
};
|
|
7608
7873
|
OrgUserDetail: {
|
|
7609
7874
|
id: number;
|
|
@@ -7612,7 +7877,7 @@ export interface components {
|
|
|
7612
7877
|
/** Format: email */
|
|
7613
7878
|
email: string;
|
|
7614
7879
|
avatar_url?: string | null;
|
|
7615
|
-
permissions?: ("*" | "sessions:read" | "sessions:write" | "sessions-shared-views:read" | "sessions-shared-views:write" | "contacts:read" | "contacts:write" | "sequences:read" | "sequences:write" | "ai-training:read" | "ai-training:write" | "reports:read" | "reports:write" | "help-center:read" | "help-center:write" | "workflows:read" | "workflows:write" | "actions:read" | "actions:write" | "settings:read" | "settings:write" | "settings-channels:read" | "settings-channels:write" | "settings-helpdesk:read" | "settings-helpdesk:write" | "settings-groups:read" | "settings-groups:write" | "settings-roles:read" | "settings-roles:write" | "settings-macros:read" | "settings-macros:write" | "settings-skills:read" | "settings-skills:write")[] | null;
|
|
7880
|
+
permissions?: ("*" | "sessions:read" | "sessions:write" | "sessions-shared-views:read" | "sessions-shared-views:write" | "contacts:read" | "contacts:write" | "sequences:read" | "sequences:write" | "ai-training:read" | "ai-training:write" | "reports:read" | "reports:write" | "help-center:read" | "help-center:write" | "workflows:read" | "workflows:write" | "actions:read" | "actions:write" | "mini-apps:read" | "mini-apps:write" | "settings:read" | "settings:write" | "settings-channels:read" | "settings-channels:write" | "settings-helpdesk:read" | "settings-helpdesk:write" | "settings-groups:read" | "settings-groups:write" | "settings-roles:read" | "settings-roles:write" | "settings-macros:read" | "settings-macros:write" | "settings-skills:read" | "settings-skills:write")[] | null;
|
|
7616
7881
|
teams: {
|
|
7617
7882
|
group: components["schemas"]["GroupDto"];
|
|
7618
7883
|
is_user_available_on_group: boolean;
|
|
@@ -7747,7 +8012,7 @@ export interface components {
|
|
|
7747
8012
|
/** @description Workflow version serial ID that was executed */
|
|
7748
8013
|
workflow_id: number;
|
|
7749
8014
|
/** @description Run status: "idle", "in_progress", "completed", "failed", "canceled" */
|
|
7750
|
-
status: ("canceled" | "completed" | "failed" | "idle" | "in_progress") | null;
|
|
8015
|
+
status: ("canceled" | "completed" | "failed" | "idle" | "in_progress" | "waiting") | null;
|
|
7751
8016
|
/**
|
|
7752
8017
|
* @description What caused the run: "manual", "automatic", "scheduled"
|
|
7753
8018
|
* @enum {string}
|
|
@@ -8192,6 +8457,12 @@ export interface components {
|
|
|
8192
8457
|
/** @constant */
|
|
8193
8458
|
ok: true;
|
|
8194
8459
|
};
|
|
8460
|
+
SimulatePhoneRingOutput: {
|
|
8461
|
+
sessionId: string;
|
|
8462
|
+
ringStartedAt: number;
|
|
8463
|
+
ringExpiresAt: number;
|
|
8464
|
+
rangUserIds: number[];
|
|
8465
|
+
};
|
|
8195
8466
|
ListHelpCentersOutput: components["schemas"]["HelpCenterListItemDto"][];
|
|
8196
8467
|
UploadOpenApiSpecResponseDto: {
|
|
8197
8468
|
success: boolean;
|
|
@@ -10270,6 +10541,68 @@ export interface operations {
|
|
|
10270
10541
|
};
|
|
10271
10542
|
};
|
|
10272
10543
|
};
|
|
10544
|
+
listProhibitedTopics: {
|
|
10545
|
+
parameters: {
|
|
10546
|
+
query?: never;
|
|
10547
|
+
header?: never;
|
|
10548
|
+
path?: never;
|
|
10549
|
+
cookie?: never;
|
|
10550
|
+
};
|
|
10551
|
+
requestBody?: never;
|
|
10552
|
+
responses: {
|
|
10553
|
+
/** @description Default Response */
|
|
10554
|
+
200: {
|
|
10555
|
+
headers: {
|
|
10556
|
+
[name: string]: unknown;
|
|
10557
|
+
};
|
|
10558
|
+
content: {
|
|
10559
|
+
"application/json": components["schemas"]["ProhibitedTopicsResponseDto"];
|
|
10560
|
+
};
|
|
10561
|
+
};
|
|
10562
|
+
/** @description Internal Server Error */
|
|
10563
|
+
500: {
|
|
10564
|
+
headers: {
|
|
10565
|
+
[name: string]: unknown;
|
|
10566
|
+
};
|
|
10567
|
+
content: {
|
|
10568
|
+
"application/json": components["schemas"]["ErrorDto"];
|
|
10569
|
+
};
|
|
10570
|
+
};
|
|
10571
|
+
};
|
|
10572
|
+
};
|
|
10573
|
+
updateProhibitedTopics: {
|
|
10574
|
+
parameters: {
|
|
10575
|
+
query?: never;
|
|
10576
|
+
header?: never;
|
|
10577
|
+
path?: never;
|
|
10578
|
+
cookie?: never;
|
|
10579
|
+
};
|
|
10580
|
+
requestBody: {
|
|
10581
|
+
content: {
|
|
10582
|
+
"application/json": components["schemas"]["UpdateProhibitedTopicsInputDto"];
|
|
10583
|
+
};
|
|
10584
|
+
};
|
|
10585
|
+
responses: {
|
|
10586
|
+
/** @description Default Response */
|
|
10587
|
+
200: {
|
|
10588
|
+
headers: {
|
|
10589
|
+
[name: string]: unknown;
|
|
10590
|
+
};
|
|
10591
|
+
content: {
|
|
10592
|
+
"application/json": components["schemas"]["ProhibitedTopicsResponseDto"];
|
|
10593
|
+
};
|
|
10594
|
+
};
|
|
10595
|
+
/** @description Internal Server Error */
|
|
10596
|
+
500: {
|
|
10597
|
+
headers: {
|
|
10598
|
+
[name: string]: unknown;
|
|
10599
|
+
};
|
|
10600
|
+
content: {
|
|
10601
|
+
"application/json": components["schemas"]["ErrorDto"];
|
|
10602
|
+
};
|
|
10603
|
+
};
|
|
10604
|
+
};
|
|
10605
|
+
};
|
|
10273
10606
|
listBlockedContacts: {
|
|
10274
10607
|
parameters: {
|
|
10275
10608
|
query?: {
|
|
@@ -11310,6 +11643,68 @@ export interface operations {
|
|
|
11310
11643
|
};
|
|
11311
11644
|
};
|
|
11312
11645
|
};
|
|
11646
|
+
getDefaultOfficeHours: {
|
|
11647
|
+
parameters: {
|
|
11648
|
+
query?: never;
|
|
11649
|
+
header?: never;
|
|
11650
|
+
path?: never;
|
|
11651
|
+
cookie?: never;
|
|
11652
|
+
};
|
|
11653
|
+
requestBody?: never;
|
|
11654
|
+
responses: {
|
|
11655
|
+
/** @description Default Response */
|
|
11656
|
+
200: {
|
|
11657
|
+
headers: {
|
|
11658
|
+
[name: string]: unknown;
|
|
11659
|
+
};
|
|
11660
|
+
content: {
|
|
11661
|
+
"application/json": components["schemas"]["DefaultOfficeHoursResponseDto"];
|
|
11662
|
+
};
|
|
11663
|
+
};
|
|
11664
|
+
/** @description Internal Server Error */
|
|
11665
|
+
500: {
|
|
11666
|
+
headers: {
|
|
11667
|
+
[name: string]: unknown;
|
|
11668
|
+
};
|
|
11669
|
+
content: {
|
|
11670
|
+
"application/json": components["schemas"]["ErrorDto"];
|
|
11671
|
+
};
|
|
11672
|
+
};
|
|
11673
|
+
};
|
|
11674
|
+
};
|
|
11675
|
+
updateDefaultOfficeHours: {
|
|
11676
|
+
parameters: {
|
|
11677
|
+
query?: never;
|
|
11678
|
+
header?: never;
|
|
11679
|
+
path?: never;
|
|
11680
|
+
cookie?: never;
|
|
11681
|
+
};
|
|
11682
|
+
requestBody: {
|
|
11683
|
+
content: {
|
|
11684
|
+
"application/json": components["schemas"]["DefaultOfficeHoursInputDto"];
|
|
11685
|
+
};
|
|
11686
|
+
};
|
|
11687
|
+
responses: {
|
|
11688
|
+
/** @description Default Response */
|
|
11689
|
+
200: {
|
|
11690
|
+
headers: {
|
|
11691
|
+
[name: string]: unknown;
|
|
11692
|
+
};
|
|
11693
|
+
content: {
|
|
11694
|
+
"application/json": components["schemas"]["DefaultOfficeHoursResponseDto"];
|
|
11695
|
+
};
|
|
11696
|
+
};
|
|
11697
|
+
/** @description Internal Server Error */
|
|
11698
|
+
500: {
|
|
11699
|
+
headers: {
|
|
11700
|
+
[name: string]: unknown;
|
|
11701
|
+
};
|
|
11702
|
+
content: {
|
|
11703
|
+
"application/json": components["schemas"]["ErrorDto"];
|
|
11704
|
+
};
|
|
11705
|
+
};
|
|
11706
|
+
};
|
|
11707
|
+
};
|
|
11313
11708
|
getOfficeHours: {
|
|
11314
11709
|
parameters: {
|
|
11315
11710
|
query?: never;
|
|
@@ -14847,6 +15242,39 @@ export interface operations {
|
|
|
14847
15242
|
};
|
|
14848
15243
|
};
|
|
14849
15244
|
};
|
|
15245
|
+
simulatePhoneRing: {
|
|
15246
|
+
parameters: {
|
|
15247
|
+
query?: never;
|
|
15248
|
+
header?: never;
|
|
15249
|
+
path?: never;
|
|
15250
|
+
cookie?: never;
|
|
15251
|
+
};
|
|
15252
|
+
requestBody: {
|
|
15253
|
+
content: {
|
|
15254
|
+
"application/json": components["schemas"]["SimulatePhoneRingInput"];
|
|
15255
|
+
};
|
|
15256
|
+
};
|
|
15257
|
+
responses: {
|
|
15258
|
+
/** @description Default Response */
|
|
15259
|
+
200: {
|
|
15260
|
+
headers: {
|
|
15261
|
+
[name: string]: unknown;
|
|
15262
|
+
};
|
|
15263
|
+
content: {
|
|
15264
|
+
"application/json": components["schemas"]["SimulatePhoneRingOutput"];
|
|
15265
|
+
};
|
|
15266
|
+
};
|
|
15267
|
+
/** @description Internal Server Error */
|
|
15268
|
+
500: {
|
|
15269
|
+
headers: {
|
|
15270
|
+
[name: string]: unknown;
|
|
15271
|
+
};
|
|
15272
|
+
content: {
|
|
15273
|
+
"application/json": components["schemas"]["ErrorDto"];
|
|
15274
|
+
};
|
|
15275
|
+
};
|
|
15276
|
+
};
|
|
15277
|
+
};
|
|
14850
15278
|
listHelpCenters: {
|
|
14851
15279
|
parameters: {
|
|
14852
15280
|
query?: never;
|
|
@@ -15345,5 +15773,102 @@ export interface operations {
|
|
|
15345
15773
|
};
|
|
15346
15774
|
};
|
|
15347
15775
|
};
|
|
15776
|
+
createMiniApp: {
|
|
15777
|
+
parameters: {
|
|
15778
|
+
query?: never;
|
|
15779
|
+
header?: never;
|
|
15780
|
+
path?: never;
|
|
15781
|
+
cookie?: never;
|
|
15782
|
+
};
|
|
15783
|
+
requestBody: {
|
|
15784
|
+
content: {
|
|
15785
|
+
"application/json": components["schemas"]["CreateMiniAppDto"];
|
|
15786
|
+
};
|
|
15787
|
+
};
|
|
15788
|
+
responses: {
|
|
15789
|
+
/** @description Default Response */
|
|
15790
|
+
200: {
|
|
15791
|
+
headers: {
|
|
15792
|
+
[name: string]: unknown;
|
|
15793
|
+
};
|
|
15794
|
+
content: {
|
|
15795
|
+
"application/json": components["schemas"]["CreateMiniAppResponseDto"];
|
|
15796
|
+
};
|
|
15797
|
+
};
|
|
15798
|
+
/** @description Internal Server Error */
|
|
15799
|
+
500: {
|
|
15800
|
+
headers: {
|
|
15801
|
+
[name: string]: unknown;
|
|
15802
|
+
};
|
|
15803
|
+
content: {
|
|
15804
|
+
"application/json": components["schemas"]["ErrorDto"];
|
|
15805
|
+
};
|
|
15806
|
+
};
|
|
15807
|
+
};
|
|
15808
|
+
};
|
|
15809
|
+
submitMiniApp: {
|
|
15810
|
+
parameters: {
|
|
15811
|
+
query?: never;
|
|
15812
|
+
header?: never;
|
|
15813
|
+
path?: never;
|
|
15814
|
+
cookie?: never;
|
|
15815
|
+
};
|
|
15816
|
+
requestBody: {
|
|
15817
|
+
content: {
|
|
15818
|
+
"application/json": components["schemas"]["SubmitMiniAppDto"];
|
|
15819
|
+
};
|
|
15820
|
+
};
|
|
15821
|
+
responses: {
|
|
15822
|
+
/** @description Default Response */
|
|
15823
|
+
200: {
|
|
15824
|
+
headers: {
|
|
15825
|
+
[name: string]: unknown;
|
|
15826
|
+
};
|
|
15827
|
+
content: {
|
|
15828
|
+
"application/json": components["schemas"]["SubmitMiniAppResponseDto"];
|
|
15829
|
+
};
|
|
15830
|
+
};
|
|
15831
|
+
/** @description Internal Server Error */
|
|
15832
|
+
500: {
|
|
15833
|
+
headers: {
|
|
15834
|
+
[name: string]: unknown;
|
|
15835
|
+
};
|
|
15836
|
+
content: {
|
|
15837
|
+
"application/json": components["schemas"]["ErrorDto"];
|
|
15838
|
+
};
|
|
15839
|
+
};
|
|
15840
|
+
};
|
|
15841
|
+
};
|
|
15842
|
+
getMiniAppSource: {
|
|
15843
|
+
parameters: {
|
|
15844
|
+
query?: never;
|
|
15845
|
+
header?: never;
|
|
15846
|
+
path: {
|
|
15847
|
+
id: string;
|
|
15848
|
+
};
|
|
15849
|
+
cookie?: never;
|
|
15850
|
+
};
|
|
15851
|
+
requestBody?: never;
|
|
15852
|
+
responses: {
|
|
15853
|
+
/** @description Default Response */
|
|
15854
|
+
200: {
|
|
15855
|
+
headers: {
|
|
15856
|
+
[name: string]: unknown;
|
|
15857
|
+
};
|
|
15858
|
+
content: {
|
|
15859
|
+
"application/json": components["schemas"]["MiniAppSourceResponseDto"];
|
|
15860
|
+
};
|
|
15861
|
+
};
|
|
15862
|
+
/** @description Internal Server Error */
|
|
15863
|
+
500: {
|
|
15864
|
+
headers: {
|
|
15865
|
+
[name: string]: unknown;
|
|
15866
|
+
};
|
|
15867
|
+
content: {
|
|
15868
|
+
"application/json": components["schemas"]["ErrorDto"];
|
|
15869
|
+
};
|
|
15870
|
+
};
|
|
15871
|
+
};
|
|
15872
|
+
};
|
|
15348
15873
|
}
|
|
15349
15874
|
//# sourceMappingURL=schema.d.ts.map
|