@arsedizioni/ars-utils 18.5.45 → 18.5.50
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.
|
@@ -815,13 +815,6 @@ export interface ClipperArchiveFilesDeleteParams {
|
|
|
815
815
|
destFolderId?: string | null;
|
|
816
816
|
files?: ClipperArchiveFileInfo[] | null;
|
|
817
817
|
}
|
|
818
|
-
export interface ClipperUserAIConfigInfo {
|
|
819
|
-
userId?: number | null;
|
|
820
|
-
openAIKey?: string | null;
|
|
821
|
-
openAIModel?: string | null;
|
|
822
|
-
openAIEndpoint?: string | null;
|
|
823
|
-
concernMeContext?: string | null;
|
|
824
|
-
}
|
|
825
818
|
export declare class ClipperUtils {
|
|
826
819
|
/**
|
|
827
820
|
* Check if a model is readable
|