@amigo-ai/platform-sdk 0.44.0 → 0.45.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/dist/types/generated/api.d.ts +10 -49
- package/dist/types/generated/api.d.ts.map +1 -1
- package/dist/types/resources/functions.d.ts.map +1 -1
- package/dist/types/resources/intake.d.ts.map +1 -1
- package/dist/types/resources/metrics.d.ts.map +1 -1
- package/dist/types/resources/operators.d.ts.map +1 -1
- package/dist/types/resources/settings.d.ts.map +1 -1
- package/dist/types/resources/surfaces.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -11843,35 +11843,6 @@ export interface components {
|
|
|
11843
11843
|
*/
|
|
11844
11844
|
workspace_id: string;
|
|
11845
11845
|
};
|
|
11846
|
-
/** ConversationActorStartFailedRequest */
|
|
11847
|
-
ConversationActorStartFailedRequest: {
|
|
11848
|
-
channel_kind: components["schemas"]["ChannelKind"];
|
|
11849
|
-
provider: components["schemas"]["ProviderType"];
|
|
11850
|
-
/** Provider Thread Id */
|
|
11851
|
-
provider_thread_id: string;
|
|
11852
|
-
};
|
|
11853
|
-
/** ConversationActorStartFailedResponse */
|
|
11854
|
-
ConversationActorStartFailedResponse: {
|
|
11855
|
-
/**
|
|
11856
|
-
* Conversation Id
|
|
11857
|
-
* Format: uuid
|
|
11858
|
-
*/
|
|
11859
|
-
conversation_id: string;
|
|
11860
|
-
/** Rolled Back */
|
|
11861
|
-
rolled_back: boolean;
|
|
11862
|
-
/**
|
|
11863
|
-
* Status
|
|
11864
|
-
* @enum {string}
|
|
11865
|
-
*/
|
|
11866
|
-
status: "active" | "frozen" | "closed";
|
|
11867
|
-
/** Version */
|
|
11868
|
-
version: number;
|
|
11869
|
-
/**
|
|
11870
|
-
* Workspace Id
|
|
11871
|
-
* Format: uuid
|
|
11872
|
-
*/
|
|
11873
|
-
workspace_id: string;
|
|
11874
|
-
};
|
|
11875
11846
|
/** ConversationConfig */
|
|
11876
11847
|
ConversationConfig: {
|
|
11877
11848
|
/** Agent Id */
|
|
@@ -11923,6 +11894,11 @@ export interface components {
|
|
|
11923
11894
|
* Format: uuid
|
|
11924
11895
|
*/
|
|
11925
11896
|
id: string;
|
|
11897
|
+
/**
|
|
11898
|
+
* Lifecycle
|
|
11899
|
+
* @enum {string}
|
|
11900
|
+
*/
|
|
11901
|
+
lifecycle: "active" | "dormant" | "closed";
|
|
11926
11902
|
/** Phone Number */
|
|
11927
11903
|
phone_number?: string | null;
|
|
11928
11904
|
/** Plan */
|
|
@@ -11961,26 +11937,6 @@ export interface components {
|
|
|
11961
11937
|
/** Total */
|
|
11962
11938
|
total: number;
|
|
11963
11939
|
};
|
|
11964
|
-
/** ConversationReactivationResponse */
|
|
11965
|
-
ConversationReactivationResponse: {
|
|
11966
|
-
/**
|
|
11967
|
-
* Conversation Id
|
|
11968
|
-
* Format: uuid
|
|
11969
|
-
*/
|
|
11970
|
-
conversation_id: string;
|
|
11971
|
-
/**
|
|
11972
|
-
* Status
|
|
11973
|
-
* @enum {string}
|
|
11974
|
-
*/
|
|
11975
|
-
status: "active" | "reactivated";
|
|
11976
|
-
/** Version */
|
|
11977
|
-
version: number;
|
|
11978
|
-
/**
|
|
11979
|
-
* Workspace Id
|
|
11980
|
-
* Format: uuid
|
|
11981
|
-
*/
|
|
11982
|
-
workspace_id: string;
|
|
11983
|
-
};
|
|
11984
11940
|
/** ConversationStateSaveRequest */
|
|
11985
11941
|
ConversationStateSaveRequest: {
|
|
11986
11942
|
/** Entity Id */
|
|
@@ -28844,6 +28800,11 @@ export interface components {
|
|
|
28844
28800
|
* Format: uuid
|
|
28845
28801
|
*/
|
|
28846
28802
|
id: string;
|
|
28803
|
+
/**
|
|
28804
|
+
* Lifecycle
|
|
28805
|
+
* @enum {string}
|
|
28806
|
+
*/
|
|
28807
|
+
lifecycle: "active" | "dormant" | "closed";
|
|
28847
28808
|
/** Phone Number */
|
|
28848
28809
|
phone_number?: string | null;
|
|
28849
28810
|
/** Quality Score */
|