@amigo-ai/platform-sdk 0.71.0 → 0.72.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.
|
@@ -19935,7 +19935,7 @@ export interface components {
|
|
|
19935
19935
|
* Channel
|
|
19936
19936
|
* @enum {string}
|
|
19937
19937
|
*/
|
|
19938
|
-
channel: "inbound_voice" | "outbound_voice" | "ringless_voicemail" | "email";
|
|
19938
|
+
channel: "inbound_voice" | "outbound_voice" | "ringless_voicemail" | "email" | "sms" | "imessage";
|
|
19939
19939
|
/**
|
|
19940
19940
|
* Created At
|
|
19941
19941
|
* Format: date-time
|
|
@@ -43467,7 +43467,7 @@ export interface operations {
|
|
|
43467
43467
|
parameters: {
|
|
43468
43468
|
query?: {
|
|
43469
43469
|
entity_name?: string | null;
|
|
43470
|
-
channel?: ("outbound_voice" | "inbound_voice" | "ringless_voicemail" | "email") | null;
|
|
43470
|
+
channel?: ("outbound_voice" | "inbound_voice" | "ringless_voicemail" | "email" | "sms" | "imessage") | null;
|
|
43471
43471
|
setup_id?: string | null;
|
|
43472
43472
|
};
|
|
43473
43473
|
header?: never;
|