@coscine/api-client
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -145,34 +145,2 @@ * | ||
* | ||
* @summary This method checks if the resource is valid | ||
* @param {any} body | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
blobIsResourceValid: (body, options = {}) => __awaiter(this, void 0, void 0, function* () { | ||
// verify required parameter 'body' is not null or undefined | ||
(0, common_1.assertParamExists)('blobIsResourceValid', 'body', body); | ||
const localVarPath = `/Blob/validate`; | ||
// use dummy base URL string because the URL constructor only accepts absolute URLs. | ||
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL); | ||
let baseOptions; | ||
if (configuration) { | ||
baseOptions = configuration.baseOptions; | ||
} | ||
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options); | ||
const localVarHeaderParameter = {}; | ||
const localVarQueryParameter = {}; | ||
// authentication JWT token required | ||
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "Authorization", configuration); | ||
localVarHeaderParameter['Content-Type'] = 'application/json'; | ||
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter, options.query); | ||
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; | ||
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers); | ||
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(body, localVarRequestOptions, configuration); | ||
return { | ||
url: (0, common_1.toPathString)(localVarUrlObj), | ||
options: localVarRequestOptions, | ||
}; | ||
}), | ||
/** | ||
* | ||
* @summary This method uploads a given File | ||
@@ -273,15 +241,2 @@ * @param {string} resourceId Id of the resource | ||
* | ||
* @summary This method checks if the resource is valid | ||
* @param {any} body | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
blobIsResourceValid(body, options) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
const localVarAxiosArgs = yield localVarAxiosParamCreator.blobIsResourceValid(body, options); | ||
return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration); | ||
}); | ||
}, | ||
/** | ||
* | ||
* @summary This method uploads a given File | ||
@@ -344,12 +299,2 @@ * @param {string} resourceId Id of the resource | ||
* | ||
* @summary This method checks if the resource is valid | ||
* @param {any} body | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
blobIsResourceValid(body, options) { | ||
return localVarFp.blobIsResourceValid(body, options).then((request) => request(axios, basePath)); | ||
}, | ||
/** | ||
* | ||
* @summary This method uploads a given File | ||
@@ -412,13 +357,2 @@ * @param {string} resourceId Id of the resource | ||
* | ||
* @summary This method checks if the resource is valid | ||
* @param {any} body | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
* @memberof BlobApi | ||
*/ | ||
blobIsResourceValid(body, options) { | ||
return (0, exports.BlobApiFp)(this.configuration).blobIsResourceValid(body, options).then((request) => request(this.axios, this.basePath)); | ||
} | ||
/** | ||
* | ||
* @summary This method uploads a given File | ||
@@ -425,0 +359,0 @@ * @param {string} resourceId Id of the resource |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.6.2 | ||
* The version of the OpenAPI document: 2.8.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.6.2 | ||
* The version of the OpenAPI document: 2.8.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.6.2 | ||
* The version of the OpenAPI document: 2.8.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.6.2 | ||
* The version of the OpenAPI document: 2.8.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -29,3 +29,3 @@ * | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ResourceTypeApi = exports.ResourceTypeApiFactory = exports.ResourceTypeApiFp = exports.ResourceTypeApiAxiosParamCreator = exports.ResourceApi = exports.ResourceApiFactory = exports.ResourceApiFp = exports.ResourceApiAxiosParamCreator = void 0; | ||
exports.ResourceTypeApi = exports.ResourceTypeApiFactory = exports.ResourceTypeApiFp = exports.ResourceTypeApiAxiosParamCreator = exports.ResourceApi = exports.ResourceApiFactory = exports.ResourceApiFp = exports.ResourceApiAxiosParamCreator = exports.ResourceTypeStatus = void 0; | ||
const axios_1 = __importDefault(require("axios")); | ||
@@ -38,2 +38,12 @@ // Some imports not used depending on template conditions | ||
/** | ||
* | ||
* @export | ||
* @enum {string} | ||
*/ | ||
var ResourceTypeStatus; | ||
(function (ResourceTypeStatus) { | ||
ResourceTypeStatus["Hidden"] = "hidden"; | ||
ResourceTypeStatus["Active"] = "active"; | ||
})(ResourceTypeStatus = exports.ResourceTypeStatus || (exports.ResourceTypeStatus = {})); | ||
/** | ||
* ResourceApi - axios parameter creator | ||
@@ -40,0 +50,0 @@ * @export |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -11,0 +11,0 @@ * |
@@ -19,3 +19,2 @@ import { AxiosInstance } from 'axios'; | ||
blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>; | ||
blobIsResourceValid(body: any, options?: any): import("axios").AxiosPromise<any>; | ||
blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>; | ||
@@ -22,0 +21,0 @@ }; |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.4.0 | ||
* The version of the OpenAPI document: 2.5.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -49,10 +49,2 @@ * | ||
* | ||
* @summary This method checks if the resource is valid | ||
* @param {any} body | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
blobIsResourceValid: (body: any, options?: any) => Promise<RequestArgs>; | ||
/** | ||
* | ||
* @summary This method uploads a given File | ||
@@ -100,10 +92,2 @@ * @param {string} resourceId Id of the resource | ||
* | ||
* @summary This method checks if the resource is valid | ||
* @param {any} body | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
blobIsResourceValid(body: any, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>; | ||
/** | ||
* | ||
* @summary This method uploads a given File | ||
@@ -151,10 +135,2 @@ * @param {string} resourceId Id of the resource | ||
* | ||
* @summary This method checks if the resource is valid | ||
* @param {any} body | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
*/ | ||
blobIsResourceValid(body: any, options?: any): AxiosPromise<any>; | ||
/** | ||
* | ||
* @summary This method uploads a given File | ||
@@ -207,11 +183,2 @@ * @param {string} resourceId Id of the resource | ||
* | ||
* @summary This method checks if the resource is valid | ||
* @param {any} body | ||
* @param {*} [options] Override http request option. | ||
* @throws {RequiredError} | ||
* @memberof BlobApi | ||
*/ | ||
blobIsResourceValid(body: any, options?: any): Promise<import("axios").AxiosResponse<any>>; | ||
/** | ||
* | ||
* @summary This method uploads a given File | ||
@@ -218,0 +185,0 @@ * @param {string} resourceId Id of the resource |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.4 | ||
* The version of the OpenAPI document: 2.7.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 3.0.2 | ||
* The version of the OpenAPI document: 3.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.0 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.1.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.2 | ||
* The version of the OpenAPI document: 2.8.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.2 | ||
* The version of the OpenAPI document: 2.8.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.2 | ||
* The version of the OpenAPI document: 2.8.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.2 | ||
* The version of the OpenAPI document: 2.8.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.6.2 | ||
* The version of the OpenAPI document: 2.8.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.0 | ||
* The version of the OpenAPI document: 2.6.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -27,3 +27,3 @@ * | ||
*/ | ||
always?: Array<string> | null; | ||
always?: Array<string>; | ||
} | ||
@@ -72,3 +72,3 @@ /** | ||
*/ | ||
columns?: ColumnsObject | null; | ||
columns?: ColumnsObject; | ||
} | ||
@@ -130,3 +130,3 @@ /** | ||
*/ | ||
metadataView?: MetadataView | null; | ||
metadataView?: MetadataView; | ||
/** | ||
@@ -137,3 +137,3 @@ * | ||
*/ | ||
entriesView?: EntriesView | null; | ||
entriesView?: EntriesView; | ||
} | ||
@@ -151,3 +151,3 @@ /** | ||
*/ | ||
components?: Array<Array<string>> | null; | ||
components?: Array<Array<string>>; | ||
} | ||
@@ -271,5 +271,47 @@ /** | ||
* | ||
* @type {ResourceTypeStatus} | ||
* @memberof ResourceTypeInformation | ||
*/ | ||
status?: ResourceTypeStatus; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof ResourceTypeInformation | ||
*/ | ||
canCreate?: boolean; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof ResourceTypeInformation | ||
*/ | ||
canRead?: boolean; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof ResourceTypeInformation | ||
*/ | ||
canUpdate?: boolean; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof ResourceTypeInformation | ||
*/ | ||
canDelete?: boolean; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof ResourceTypeInformation | ||
*/ | ||
canList?: boolean; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof ResourceTypeInformation | ||
*/ | ||
canCreateLinks?: boolean; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof ResourceTypeInformation | ||
*/ | ||
isArchived?: boolean; | ||
@@ -305,3 +347,3 @@ /** | ||
*/ | ||
resourceCreate?: ResourceCreateObject | null; | ||
resourceCreate?: ResourceCreateObject; | ||
/** | ||
@@ -312,3 +354,3 @@ * | ||
*/ | ||
resourceContent?: ResourceContentObject | null; | ||
resourceContent?: ResourceContentObject; | ||
} | ||
@@ -337,2 +379,11 @@ /** | ||
* @export | ||
* @enum {string} | ||
*/ | ||
export declare enum ResourceTypeStatus { | ||
Hidden = "hidden", | ||
Active = "active" | ||
} | ||
/** | ||
* | ||
* @export | ||
* @interface VisibilityObject | ||
@@ -339,0 +390,0 @@ */ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.7.0 | ||
* The version of the OpenAPI document: 2.8.3 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 1.2.0 | ||
* The version of the OpenAPI document: 1.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.0.3 | ||
* The version of the OpenAPI document: 2.2.0 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.5.3 | ||
* The version of the OpenAPI document: 2.6.4 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* The version of the OpenAPI document: 2.2.1 | ||
* The version of the OpenAPI document: 2.3.2 | ||
* | ||
@@ -8,0 +8,0 @@ * |
@@ -18,3 +18,2 @@ declare const apis: { | ||
blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>; | ||
blobIsResourceValid(body: any, options?: any): import("axios").AxiosPromise<any>; | ||
blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>; | ||
@@ -158,3 +157,2 @@ }; | ||
blobGetQuota(resourceId: string, options?: any): import("axios").AxiosPromise<any>; | ||
blobIsResourceValid(body: any, options?: any): import("axios").AxiosPromise<any>; | ||
blobUploadFileWithParameter(resourceId: string, path?: string, files?: any[], options?: any): import("axios").AxiosPromise<any>; | ||
@@ -161,0 +159,0 @@ }; |
{ | ||
"name": "@coscine/api-client", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "This project contains the generated api connection classes.", | ||
@@ -132,3 +132,3 @@ "keywords": [ | ||
}, | ||
"packageManager": "yarn@3.2.0" | ||
"packageManager": "yarn@3.2.1" | ||
} |
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 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
3309938
36285