@bytescale/sdk
Advanced tools
Comparing version 3.25.0 to 3.26.0
@@ -13,3 +13,4 @@ /** | ||
import * as runtime from "../runtime"; | ||
import type { AsyncResponse, CopyFileBatchRequest, CopyFileRequest, CopyFileResponse, DeleteFileBatchRequest, FileDetails, ProcessFileAndSaveRequest, ProcessFileAndSaveResponse, ProcessFileTransformationParamsParameterValue } from "../models"; | ||
import type { AsyncResponse, CopyFileBatchRequest, CopyFileRequest, CopyFileResponse, DeleteFileBatchRequest, FileDetails, ProcessFileAndSaveRequest, ProcessFileAndSaveResponse } from "../models"; | ||
import type { ProcessFileTransformationParamsParameter } from "../models"; | ||
export interface CopyFileOperationParams { | ||
@@ -128,5 +129,3 @@ accountId: string; | ||
*/ | ||
transformationParams?: { | ||
[key: string]: ProcessFileTransformationParamsParameterValue; | ||
}; | ||
transformationParams?: ProcessFileTransformationParamsParameter; | ||
/** | ||
@@ -164,5 +163,3 @@ * Add this parameter and increment its value to force the file to be reprocessed. | ||
*/ | ||
transformationParams?: { | ||
[key: string]: ProcessFileTransformationParamsParameterValue; | ||
}; | ||
transformationParams?: ProcessFileTransformationParamsParameter; | ||
} | ||
@@ -169,0 +166,0 @@ export declare class FileApi extends runtime.BaseAPI { |
@@ -1589,8 +1589,18 @@ /** | ||
/** | ||
* @type ProcessFileTransformationParamsParameterValue | ||
* @type ProcessFileTransformationParamsParameter | ||
* | ||
* @export | ||
*/ | ||
export declare type ProcessFileTransformationParamsParameterValue = boolean | number | string; | ||
export declare type ProcessFileTransformationParamsParameter = Array<{ | ||
[key: string]: ProcessFileTransformationParamsParameterOneOfValue; | ||
}> | { | ||
[key: string]: ProcessFileTransformationParamsParameterOneOfValue; | ||
}; | ||
/** | ||
* @type ProcessFileTransformationParamsParameterOneOfValue | ||
* | ||
* @export | ||
*/ | ||
export declare type ProcessFileTransformationParamsParameterOneOfValue = boolean | number | string; | ||
/** | ||
* Permissions applied to anonymous users who attempt to download files from a folder. | ||
@@ -1597,0 +1607,0 @@ * |
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.25.0", | ||
"version": "3.26.0", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1028244
21139