@icewhale/zimaos-localstorage-openapi
Advanced tools
Comparing version 1.2.4-alpha1 to 1.2.4-alpha2
@@ -1024,3 +1024,3 @@ /** | ||
*/ | ||
getDiskInfo(path?: string, options?: any): AxiosPromise<GetDiskInfo200Response>; | ||
getDiskInfo(path?: string, options?: RawAxiosRequestConfig): AxiosPromise<GetDiskInfo200Response>; | ||
/** | ||
@@ -1033,3 +1033,3 @@ * Get a list of all disks, or a single disk by path. | ||
*/ | ||
getDisks(free?: string, options?: any): AxiosPromise<GetDisks200Response>; | ||
getDisks(free?: string, options?: RawAxiosRequestConfig): AxiosPromise<GetDisks200Response>; | ||
}; | ||
@@ -1147,3 +1147,3 @@ /** | ||
*/ | ||
getMergeInitStatus(options?: any): AxiosPromise<GetMergeInitStatus200Response>; | ||
getMergeInitStatus(options?: RawAxiosRequestConfig): AxiosPromise<GetMergeInitStatus200Response>; | ||
/** | ||
@@ -1156,3 +1156,3 @@ * (TODO) | ||
*/ | ||
getMerges(mountPoint?: string, options?: any): AxiosPromise<GetMerges200Response>; | ||
getMerges(mountPoint?: string, options?: RawAxiosRequestConfig): AxiosPromise<GetMerges200Response>; | ||
/** | ||
@@ -1165,3 +1165,3 @@ * (TODO) | ||
*/ | ||
initMerge(mountPoint: MountPoint, options?: any): AxiosPromise<GetMergeInitStatus200Response>; | ||
initMerge(mountPoint: MountPoint, options?: RawAxiosRequestConfig): AxiosPromise<GetMergeInitStatus200Response>; | ||
/** | ||
@@ -1174,3 +1174,3 @@ * (TODO) | ||
*/ | ||
setMerge(merge: Merge, options?: any): AxiosPromise<SetMerge200Response>; | ||
setMerge(merge: Merge, options?: RawAxiosRequestConfig): AxiosPromise<SetMerge200Response>; | ||
}; | ||
@@ -1319,3 +1319,3 @@ /** | ||
*/ | ||
getMounts(id?: string, mountPoint?: string, type?: string, source?: string, options?: any): AxiosPromise<GetMounts200Response>; | ||
getMounts(id?: string, mountPoint?: string, type?: string, source?: string, options?: RawAxiosRequestConfig): AxiosPromise<GetMounts200Response>; | ||
/** | ||
@@ -1328,3 +1328,3 @@ * (TODO) | ||
*/ | ||
mount(mount: Mount, options?: any): AxiosPromise<UpdateMount200Response>; | ||
mount(mount: Mount, options?: RawAxiosRequestConfig): AxiosPromise<UpdateMount200Response>; | ||
/** | ||
@@ -1337,3 +1337,3 @@ * (TODO) | ||
*/ | ||
umount(mountPoint: string, options?: any): AxiosPromise<BaseResponse>; | ||
umount(mountPoint: string, options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>; | ||
/** | ||
@@ -1347,3 +1347,3 @@ * Updating a mount volume is equivalent to unmounting the volume and mounting it again with the new parameters. | ||
*/ | ||
updateMount(mountPoint: string, mount: Mount, options?: any): AxiosPromise<UpdateMount200Response>; | ||
updateMount(mountPoint: string, mount: Mount, options?: RawAxiosRequestConfig): AxiosPromise<UpdateMount200Response>; | ||
}; | ||
@@ -1486,3 +1486,3 @@ /** | ||
*/ | ||
createRaid(raidBody: RaidBody, options?: any): AxiosPromise<Raid>; | ||
createRaid(raidBody: RaidBody, options?: RawAxiosRequestConfig): AxiosPromise<Raid>; | ||
/** | ||
@@ -1495,3 +1495,3 @@ * Delete a raid by path | ||
*/ | ||
deleteRaid(path: string, options?: any): AxiosPromise<BaseResponse>; | ||
deleteRaid(path: string, options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>; | ||
/** | ||
@@ -1504,3 +1504,3 @@ * Get a list of all raids, or a single raid by name. | ||
*/ | ||
getRaids(path?: string, options?: any): AxiosPromise<GetRaids200Response>; | ||
getRaids(path?: string, options?: RawAxiosRequestConfig): AxiosPromise<GetRaids200Response>; | ||
/** | ||
@@ -1513,3 +1513,3 @@ * Update raid-related configurations by name | ||
*/ | ||
updateRaid(putRaidBody: PutRaidBody, options?: any): AxiosPromise<Raid>; | ||
updateRaid(putRaidBody: PutRaidBody, options?: RawAxiosRequestConfig): AxiosPromise<Raid>; | ||
}; | ||
@@ -1648,3 +1648,3 @@ /** | ||
*/ | ||
createStorage(postStorageBody: PostStorageBody, options?: any): AxiosPromise<PostStorageBody>; | ||
createStorage(postStorageBody: PostStorageBody, options?: RawAxiosRequestConfig): AxiosPromise<PostStorageBody>; | ||
/** | ||
@@ -1657,3 +1657,3 @@ * Delete a storage by path | ||
*/ | ||
deleteStorage(path: string, options?: any): AxiosPromise<BaseResponse>; | ||
deleteStorage(path: string, options?: RawAxiosRequestConfig): AxiosPromise<BaseResponse>; | ||
/** | ||
@@ -1665,3 +1665,3 @@ * Get a list of all storage, or a single storage by path. | ||
*/ | ||
getAllStorages(options?: any): AxiosPromise<Array<StorageAggrgation>>; | ||
getAllStorages(options?: RawAxiosRequestConfig): AxiosPromise<Array<StorageAggrgation>>; | ||
/** | ||
@@ -1675,3 +1675,3 @@ * Get a list of all storage, or a single storage by path. | ||
*/ | ||
getStorage(system?: string, path?: string, options?: any): AxiosPromise<GetStorage200Response>; | ||
getStorage(system?: string, path?: string, options?: RawAxiosRequestConfig): AxiosPromise<GetStorage200Response>; | ||
}; | ||
@@ -1678,0 +1678,0 @@ /** |
{ | ||
"name": "@icewhale/zimaos-localstorage-openapi", | ||
"version": "v1.2.4-alpha1", | ||
"version": "v1.2.4-alpha2", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "rm -rf dist && tsc && rm -rf generate", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
151776