@bytescale/sdk
Advanced tools
Comparing version 3.31.0 to 3.31.1
@@ -506,6 +506,8 @@ /** | ||
/** | ||
* An object containing a `fileName` and/or `folderPath`. | ||
* An object containing a `fileName` and/or `folderPath` field. | ||
* | ||
* Both fields are optional: omitted fields will use the API key's default values, which are configured per API key via the Bytescale Dashboard. | ||
* The `folderPath` may be relative or absolute; paths are relative to the API key's default folder (configured per API key in the Bytescale Dashboard). | ||
* | ||
* If a field is omitted, the API key's default values will be used for that field. These are configured per API key via the Bytescale Dashboard. | ||
* | ||
* Supports path variables. | ||
@@ -1909,3 +1911,3 @@ * @export | ||
* | ||
* To provide a longer list of parameters to a Bytescale File Processing API, you must use ProcessFileAndSave (POST) instead of ProcessFile (GET). This allows you to specify parameters via the ProcessFileAndSave HTTP request body (via the `extendedParams` field) instead of via the querystring. | ||
* To provide a longer parameter list to a Bytescale File Processing API, you must use ProcessFileAndSave (POST) instead of ProcessFile (GET). This allows you to specify parameters via the ProcessFileAndSave HTTP request body (via the `extendedParams` field). | ||
* | ||
@@ -1912,0 +1914,0 @@ * The `extendedParams` field supports up to 400KB of transformation parameter data. |
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.31.0", | ||
"version": "3.31.1", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", |
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
1062352
21596