There was an error while loading. Please reload this page.
1 parent 753f1ed commit d2eb12fCopy full SHA for d2eb12f
1 file changed
apps/webui/src/lib/api/generated/schema.d.ts
@@ -731,6 +731,22 @@ export interface paths {
731
name: string;
732
provider: string;
733
};
734
+ previousAddress?: {
735
+ /** @enum {string} */
736
+ type:
737
+ | "environment"
738
+ | "vault"
739
+ | "memory_store"
740
+ | "skill"
741
+ | "agent"
742
+ | "template"
743
+ | "deployment"
744
+ | "file"
745
+ | "identity"
746
+ | "channel";
747
+ name: string;
748
+ provider: string;
749
+ };
750
reason: string;
751
/** @enum {string} */
752
driftKind?: "none" | "local" | "remote" | "both";
0 commit comments