@arsedizioni/ars-utils 18.5.45 → 18.5.46
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.
|
@@ -817,10 +817,11 @@ export interface ClipperArchiveFilesDeleteParams {
|
|
|
817
817
|
}
|
|
818
818
|
export interface ClipperUserAIConfigInfo {
|
|
819
819
|
userId?: number | null;
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
820
|
+
serviceAPIKey?: string | null;
|
|
821
|
+
serviceAIModel?: string | null;
|
|
822
|
+
serviceEndpoint?: string | null;
|
|
823
823
|
concernMeContext?: string | null;
|
|
824
|
+
disabled?: boolean | null;
|
|
824
825
|
}
|
|
825
826
|
export declare class ClipperUtils {
|
|
826
827
|
/**
|