@orangefox-recovery/foxclient 5.2.0 → 5.2.1
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.
- package/.openapi-generator/FILES +1 -1
- package/README.md +12 -12
- package/api.ts +95 -95
- package/base.ts +2 -2
- package/common.ts +2 -2
- package/configuration.ts +2 -2
- package/dist/api.d.ts +56 -56
- package/dist/api.js +81 -81
- package/dist/base.d.ts +2 -2
- package/dist/base.js +2 -2
- package/dist/common.d.ts +2 -2
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/esm/api.d.ts +56 -56
- package/dist/esm/api.js +81 -81
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +2 -2
- package/dist/esm/common.d.ts +2 -2
- package/dist/esm/common.js +2 -2
- package/dist/esm/configuration.d.ts +2 -2
- package/dist/esm/configuration.js +2 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/docs/DeviceApi.md +16 -16
- package/docs/ReleaseApi.md +17 -17
- package/docs/{ResponseGetReleasesReleasesGet.md → ResponseGetReleases.md} +3 -3
- package/docs/StatsApi.md +4 -4
- package/index.ts +2 -2
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Fox API
|
|
6
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
6
|
+
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 5.2.
|
|
8
|
+
* The version of the OpenAPI document: 5.2.1
|
|
9
9
|
* Contact: admin@orangefox.tech
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -63,7 +63,7 @@ const DeviceApiAxiosParamCreator = function (configuration) {
|
|
|
63
63
|
* @param {*} [options] Override http request option.
|
|
64
64
|
* @throws {RequiredError}
|
|
65
65
|
*/
|
|
66
|
-
|
|
66
|
+
getDevice: (deviceId_1, id_1, codename_1, ...args_1) => __awaiter(this, [deviceId_1, id_1, codename_1, ...args_1], void 0, function* (deviceId, id, codename, options = {}) {
|
|
67
67
|
const localVarPath = `/devices/get`;
|
|
68
68
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
69
69
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -103,9 +103,9 @@ const DeviceApiAxiosParamCreator = function (configuration) {
|
|
|
103
103
|
* @deprecated
|
|
104
104
|
* @throws {RequiredError}
|
|
105
105
|
*/
|
|
106
|
-
|
|
106
|
+
getDeviceDeprecated: (deviceId_1, ...args_1) => __awaiter(this, [deviceId_1, ...args_1], void 0, function* (deviceId, options = {}) {
|
|
107
107
|
// verify required parameter 'deviceId' is not null or undefined
|
|
108
|
-
(0, common_1.assertParamExists)('
|
|
108
|
+
(0, common_1.assertParamExists)('getDeviceDeprecated', 'deviceId', deviceId);
|
|
109
109
|
const localVarPath = `/devices/{device_id}`
|
|
110
110
|
.replace(`{${"device_id"}}`, encodeURIComponent(String(deviceId)));
|
|
111
111
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -142,7 +142,7 @@ const DeviceApiAxiosParamCreator = function (configuration) {
|
|
|
142
142
|
* @param {*} [options] Override http request option.
|
|
143
143
|
* @throws {RequiredError}
|
|
144
144
|
*/
|
|
145
|
-
|
|
145
|
+
getDevices: (id_1, id2_1, oemName_1, codename_1, modelName_1, supported_1, maintainer_1, freezed_1, hasReleases_1, skip_1, limit_1, ...args_1) => __awaiter(this, [id_1, id2_1, oemName_1, codename_1, modelName_1, supported_1, maintainer_1, freezed_1, hasReleases_1, skip_1, limit_1, ...args_1], void 0, function* (id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options = {}) {
|
|
146
146
|
const localVarPath = `/devices/`;
|
|
147
147
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
148
148
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -196,11 +196,11 @@ const DeviceApiAxiosParamCreator = function (configuration) {
|
|
|
196
196
|
}),
|
|
197
197
|
/**
|
|
198
198
|
* Lists all OEM names
|
|
199
|
-
* @summary Get Oems
|
|
199
|
+
* @summary Get Oems
|
|
200
200
|
* @param {*} [options] Override http request option.
|
|
201
201
|
* @throws {RequiredError}
|
|
202
202
|
*/
|
|
203
|
-
|
|
203
|
+
getOems: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
204
204
|
const localVarPath = `/oems/`;
|
|
205
205
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
206
206
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -238,12 +238,12 @@ const DeviceApiFp = function (configuration) {
|
|
|
238
238
|
* @param {*} [options] Override http request option.
|
|
239
239
|
* @throws {RequiredError}
|
|
240
240
|
*/
|
|
241
|
-
|
|
241
|
+
getDevice(deviceId, id, codename, options) {
|
|
242
242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
243
243
|
var _a, _b, _c;
|
|
244
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
244
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDevice(deviceId, id, codename, options);
|
|
245
245
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
246
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DeviceApi.
|
|
246
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DeviceApi.getDevice']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
247
247
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
248
248
|
});
|
|
249
249
|
},
|
|
@@ -255,12 +255,12 @@ const DeviceApiFp = function (configuration) {
|
|
|
255
255
|
* @deprecated
|
|
256
256
|
* @throws {RequiredError}
|
|
257
257
|
*/
|
|
258
|
-
|
|
258
|
+
getDeviceDeprecated(deviceId, options) {
|
|
259
259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
260
260
|
var _a, _b, _c;
|
|
261
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
261
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDeviceDeprecated(deviceId, options);
|
|
262
262
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
263
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DeviceApi.
|
|
263
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DeviceApi.getDeviceDeprecated']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
264
264
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
265
265
|
});
|
|
266
266
|
},
|
|
@@ -281,27 +281,27 @@ const DeviceApiFp = function (configuration) {
|
|
|
281
281
|
* @param {*} [options] Override http request option.
|
|
282
282
|
* @throws {RequiredError}
|
|
283
283
|
*/
|
|
284
|
-
|
|
284
|
+
getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
|
|
285
285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
286
286
|
var _a, _b, _c;
|
|
287
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
287
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options);
|
|
288
288
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
289
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DeviceApi.
|
|
289
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DeviceApi.getDevices']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
290
290
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
291
291
|
});
|
|
292
292
|
},
|
|
293
293
|
/**
|
|
294
294
|
* Lists all OEM names
|
|
295
|
-
* @summary Get Oems
|
|
295
|
+
* @summary Get Oems
|
|
296
296
|
* @param {*} [options] Override http request option.
|
|
297
297
|
* @throws {RequiredError}
|
|
298
298
|
*/
|
|
299
|
-
|
|
299
|
+
getOems(options) {
|
|
300
300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
301
301
|
var _a, _b, _c;
|
|
302
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
302
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getOems(options);
|
|
303
303
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
304
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DeviceApi.
|
|
304
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['DeviceApi.getOems']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
305
305
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
306
306
|
});
|
|
307
307
|
},
|
|
@@ -324,8 +324,8 @@ const DeviceApiFactory = function (configuration, basePath, axios) {
|
|
|
324
324
|
* @param {*} [options] Override http request option.
|
|
325
325
|
* @throws {RequiredError}
|
|
326
326
|
*/
|
|
327
|
-
|
|
328
|
-
return localVarFp.
|
|
327
|
+
getDevice(deviceId, id, codename, options) {
|
|
328
|
+
return localVarFp.getDevice(deviceId, id, codename, options).then((request) => request(axios, basePath));
|
|
329
329
|
},
|
|
330
330
|
/**
|
|
331
331
|
* Gets device info using device ID.
|
|
@@ -335,8 +335,8 @@ const DeviceApiFactory = function (configuration, basePath, axios) {
|
|
|
335
335
|
* @deprecated
|
|
336
336
|
* @throws {RequiredError}
|
|
337
337
|
*/
|
|
338
|
-
|
|
339
|
-
return localVarFp.
|
|
338
|
+
getDeviceDeprecated(deviceId, options) {
|
|
339
|
+
return localVarFp.getDeviceDeprecated(deviceId, options).then((request) => request(axios, basePath));
|
|
340
340
|
},
|
|
341
341
|
/**
|
|
342
342
|
* Get a device list. Device ID is the internal OrangeFox device identifier (https://www.mongodb.com/docs/manual/reference/method/ObjectId/). Please only use it for identification instead of codename or model_name if it\'s possible. You would find two Device ID query parameters here, the _id one is left deprecated due to historical reasons, please use id instead. Please note that using model_name is unrecommended and considered deprecated as it\'s very inconsistent around some OEMs that play with the names around. As of the current moment, the API won\'t support unified model names at all! In short, do not use model_name as device\'s identification. Be careful using codenames, there are a lot of problems and pain about those. Some OEMs keep releasing new phones with the same hardware as the old ones and may or may not update or change the codename for those. Currently, API doesn\'t support unified devices; they would have only one codename. Our OEMs database would not include subbrands, they instead would be added to the model name. Like oem_name: \"Xiaomi\" model_name: \"Poco F5 Pro\". The exclusions are merged ones, like OnePlus, as calling those BBK OnePlus is really weird in the respective communities. Note: You will get only a shortened device object with this method, if you want to get a full one, use \"/device/<device_id>\" or \"/device/get\" method instead.
|
|
@@ -355,17 +355,17 @@ const DeviceApiFactory = function (configuration, basePath, axios) {
|
|
|
355
355
|
* @param {*} [options] Override http request option.
|
|
356
356
|
* @throws {RequiredError}
|
|
357
357
|
*/
|
|
358
|
-
|
|
359
|
-
return localVarFp.
|
|
358
|
+
getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
|
|
359
|
+
return localVarFp.getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options).then((request) => request(axios, basePath));
|
|
360
360
|
},
|
|
361
361
|
/**
|
|
362
362
|
* Lists all OEM names
|
|
363
|
-
* @summary Get Oems
|
|
363
|
+
* @summary Get Oems
|
|
364
364
|
* @param {*} [options] Override http request option.
|
|
365
365
|
* @throws {RequiredError}
|
|
366
366
|
*/
|
|
367
|
-
|
|
368
|
-
return localVarFp.
|
|
367
|
+
getOems(options) {
|
|
368
|
+
return localVarFp.getOems(options).then((request) => request(axios, basePath));
|
|
369
369
|
},
|
|
370
370
|
};
|
|
371
371
|
};
|
|
@@ -387,8 +387,8 @@ class DeviceApi extends base_1.BaseAPI {
|
|
|
387
387
|
* @throws {RequiredError}
|
|
388
388
|
* @memberof DeviceApi
|
|
389
389
|
*/
|
|
390
|
-
|
|
391
|
-
return (0, exports.DeviceApiFp)(this.configuration).
|
|
390
|
+
getDevice(deviceId, id, codename, options) {
|
|
391
|
+
return (0, exports.DeviceApiFp)(this.configuration).getDevice(deviceId, id, codename, options).then((request) => request(this.axios, this.basePath));
|
|
392
392
|
}
|
|
393
393
|
/**
|
|
394
394
|
* Gets device info using device ID.
|
|
@@ -399,8 +399,8 @@ class DeviceApi extends base_1.BaseAPI {
|
|
|
399
399
|
* @throws {RequiredError}
|
|
400
400
|
* @memberof DeviceApi
|
|
401
401
|
*/
|
|
402
|
-
|
|
403
|
-
return (0, exports.DeviceApiFp)(this.configuration).
|
|
402
|
+
getDeviceDeprecated(deviceId, options) {
|
|
403
|
+
return (0, exports.DeviceApiFp)(this.configuration).getDeviceDeprecated(deviceId, options).then((request) => request(this.axios, this.basePath));
|
|
404
404
|
}
|
|
405
405
|
/**
|
|
406
406
|
* Get a device list. Device ID is the internal OrangeFox device identifier (https://www.mongodb.com/docs/manual/reference/method/ObjectId/). Please only use it for identification instead of codename or model_name if it\'s possible. You would find two Device ID query parameters here, the _id one is left deprecated due to historical reasons, please use id instead. Please note that using model_name is unrecommended and considered deprecated as it\'s very inconsistent around some OEMs that play with the names around. As of the current moment, the API won\'t support unified model names at all! In short, do not use model_name as device\'s identification. Be careful using codenames, there are a lot of problems and pain about those. Some OEMs keep releasing new phones with the same hardware as the old ones and may or may not update or change the codename for those. Currently, API doesn\'t support unified devices; they would have only one codename. Our OEMs database would not include subbrands, they instead would be added to the model name. Like oem_name: \"Xiaomi\" model_name: \"Poco F5 Pro\". The exclusions are merged ones, like OnePlus, as calling those BBK OnePlus is really weird in the respective communities. Note: You will get only a shortened device object with this method, if you want to get a full one, use \"/device/<device_id>\" or \"/device/get\" method instead.
|
|
@@ -420,18 +420,18 @@ class DeviceApi extends base_1.BaseAPI {
|
|
|
420
420
|
* @throws {RequiredError}
|
|
421
421
|
* @memberof DeviceApi
|
|
422
422
|
*/
|
|
423
|
-
|
|
424
|
-
return (0, exports.DeviceApiFp)(this.configuration).
|
|
423
|
+
getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
|
|
424
|
+
return (0, exports.DeviceApiFp)(this.configuration).getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options).then((request) => request(this.axios, this.basePath));
|
|
425
425
|
}
|
|
426
426
|
/**
|
|
427
427
|
* Lists all OEM names
|
|
428
|
-
* @summary Get Oems
|
|
428
|
+
* @summary Get Oems
|
|
429
429
|
* @param {*} [options] Override http request option.
|
|
430
430
|
* @throws {RequiredError}
|
|
431
431
|
* @memberof DeviceApi
|
|
432
432
|
*/
|
|
433
|
-
|
|
434
|
-
return (0, exports.DeviceApiFp)(this.configuration).
|
|
433
|
+
getOems(options) {
|
|
434
|
+
return (0, exports.DeviceApiFp)(this.configuration).getOems(options).then((request) => request(this.axios, this.basePath));
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
exports.DeviceApi = DeviceApi;
|
|
@@ -451,7 +451,7 @@ const ReleaseApiAxiosParamCreator = function (configuration) {
|
|
|
451
451
|
* @param {*} [options] Override http request option.
|
|
452
452
|
* @throws {RequiredError}
|
|
453
453
|
*/
|
|
454
|
-
|
|
454
|
+
getRelease: (releaseId_1, id_1, buildId_1, filename_1, ...args_1) => __awaiter(this, [releaseId_1, id_1, buildId_1, filename_1, ...args_1], void 0, function* (releaseId, id, buildId, filename, options = {}) {
|
|
455
455
|
const localVarPath = `/releases/get`;
|
|
456
456
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
457
457
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -494,9 +494,9 @@ const ReleaseApiAxiosParamCreator = function (configuration) {
|
|
|
494
494
|
* @deprecated
|
|
495
495
|
* @throws {RequiredError}
|
|
496
496
|
*/
|
|
497
|
-
|
|
497
|
+
getReleaseDeprecated: (releaseId_1, ...args_1) => __awaiter(this, [releaseId_1, ...args_1], void 0, function* (releaseId, options = {}) {
|
|
498
498
|
// verify required parameter 'releaseId' is not null or undefined
|
|
499
|
-
(0, common_1.assertParamExists)('
|
|
499
|
+
(0, common_1.assertParamExists)('getReleaseDeprecated', 'releaseId', releaseId);
|
|
500
500
|
const localVarPath = `/releases/{release_id}`
|
|
501
501
|
.replace(`{${"release_id"}}`, encodeURIComponent(String(releaseId)));
|
|
502
502
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -538,7 +538,7 @@ const ReleaseApiAxiosParamCreator = function (configuration) {
|
|
|
538
538
|
* @param {*} [options] Override http request option.
|
|
539
539
|
* @throws {RequiredError}
|
|
540
540
|
*/
|
|
541
|
-
|
|
541
|
+
getReleases: (id_1, id2_1, buildId_1, deviceId_1, maintainerId_1, codename_1, version_1, type_1, archived_1, freezed_1, afterReleaseId_1, afterDate_1, sort_1, group_1, skip_1, limit_1, ...args_1) => __awaiter(this, [id_1, id2_1, buildId_1, deviceId_1, maintainerId_1, codename_1, version_1, type_1, archived_1, freezed_1, afterReleaseId_1, afterDate_1, sort_1, group_1, skip_1, limit_1, ...args_1], void 0, function* (id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options = {}) {
|
|
542
542
|
const localVarPath = `/releases/`;
|
|
543
543
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
544
544
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -620,9 +620,9 @@ const ReleaseApiAxiosParamCreator = function (configuration) {
|
|
|
620
620
|
* @deprecated
|
|
621
621
|
* @throws {RequiredError}
|
|
622
622
|
*/
|
|
623
|
-
|
|
623
|
+
getUpdatesDeprecated: (lastKnownId_1, deviceId_1, type_1, releaseType_1, skip_1, limit_1, ...args_1) => __awaiter(this, [lastKnownId_1, deviceId_1, type_1, releaseType_1, skip_1, limit_1, ...args_1], void 0, function* (lastKnownId, deviceId, type, releaseType, skip, limit, options = {}) {
|
|
624
624
|
// verify required parameter 'lastKnownId' is not null or undefined
|
|
625
|
-
(0, common_1.assertParamExists)('
|
|
625
|
+
(0, common_1.assertParamExists)('getUpdatesDeprecated', 'lastKnownId', lastKnownId);
|
|
626
626
|
const localVarPath = `/updates/{last_known_id}`
|
|
627
627
|
.replace(`{${"last_known_id"}}`, encodeURIComponent(String(lastKnownId)));
|
|
628
628
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -677,12 +677,12 @@ const ReleaseApiFp = function (configuration) {
|
|
|
677
677
|
* @param {*} [options] Override http request option.
|
|
678
678
|
* @throws {RequiredError}
|
|
679
679
|
*/
|
|
680
|
-
|
|
680
|
+
getRelease(releaseId, id, buildId, filename, options) {
|
|
681
681
|
return __awaiter(this, void 0, void 0, function* () {
|
|
682
682
|
var _a, _b, _c;
|
|
683
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
683
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getRelease(releaseId, id, buildId, filename, options);
|
|
684
684
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
685
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReleaseApi.
|
|
685
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReleaseApi.getRelease']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
686
686
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
687
687
|
});
|
|
688
688
|
},
|
|
@@ -694,12 +694,12 @@ const ReleaseApiFp = function (configuration) {
|
|
|
694
694
|
* @deprecated
|
|
695
695
|
* @throws {RequiredError}
|
|
696
696
|
*/
|
|
697
|
-
|
|
697
|
+
getReleaseDeprecated(releaseId, options) {
|
|
698
698
|
return __awaiter(this, void 0, void 0, function* () {
|
|
699
699
|
var _a, _b, _c;
|
|
700
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
700
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getReleaseDeprecated(releaseId, options);
|
|
701
701
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
702
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReleaseApi.
|
|
702
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReleaseApi.getReleaseDeprecated']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
703
703
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
704
704
|
});
|
|
705
705
|
},
|
|
@@ -725,12 +725,12 @@ const ReleaseApiFp = function (configuration) {
|
|
|
725
725
|
* @param {*} [options] Override http request option.
|
|
726
726
|
* @throws {RequiredError}
|
|
727
727
|
*/
|
|
728
|
-
|
|
728
|
+
getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
|
|
729
729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
730
730
|
var _a, _b, _c;
|
|
731
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
731
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options);
|
|
732
732
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
733
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReleaseApi.
|
|
733
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReleaseApi.getReleases']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
734
734
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
735
735
|
});
|
|
736
736
|
},
|
|
@@ -747,12 +747,12 @@ const ReleaseApiFp = function (configuration) {
|
|
|
747
747
|
* @deprecated
|
|
748
748
|
* @throws {RequiredError}
|
|
749
749
|
*/
|
|
750
|
-
|
|
750
|
+
getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
|
|
751
751
|
return __awaiter(this, void 0, void 0, function* () {
|
|
752
752
|
var _a, _b, _c;
|
|
753
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
753
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options);
|
|
754
754
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
755
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReleaseApi.
|
|
755
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ReleaseApi.getUpdatesDeprecated']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
756
756
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
757
757
|
});
|
|
758
758
|
},
|
|
@@ -776,8 +776,8 @@ const ReleaseApiFactory = function (configuration, basePath, axios) {
|
|
|
776
776
|
* @param {*} [options] Override http request option.
|
|
777
777
|
* @throws {RequiredError}
|
|
778
778
|
*/
|
|
779
|
-
|
|
780
|
-
return localVarFp.
|
|
779
|
+
getRelease(releaseId, id, buildId, filename, options) {
|
|
780
|
+
return localVarFp.getRelease(releaseId, id, buildId, filename, options).then((request) => request(axios, basePath));
|
|
781
781
|
},
|
|
782
782
|
/**
|
|
783
783
|
* Gets release information using the release ID, nothing to discuss really.
|
|
@@ -787,8 +787,8 @@ const ReleaseApiFactory = function (configuration, basePath, axios) {
|
|
|
787
787
|
* @deprecated
|
|
788
788
|
* @throws {RequiredError}
|
|
789
789
|
*/
|
|
790
|
-
|
|
791
|
-
return localVarFp.
|
|
790
|
+
getReleaseDeprecated(releaseId, options) {
|
|
791
|
+
return localVarFp.getReleaseDeprecated(releaseId, options).then((request) => request(axios, basePath));
|
|
792
792
|
},
|
|
793
793
|
/**
|
|
794
794
|
* Lists releases. This method contains a bunch of different parameters to filter releases for different cases. For example, you may use ?after_release_id param to get only releases that came after the last known one (aka get updates). You can filter releases by maintainer_id to get releases from a specific maintainer. This is the maintainer who released the build, not the current maintainer of the device. Getting releases by device codename is obsolete thought. The reason for this is that devices could change codenames eventually. Unfortunately, some OEMs and community make a total mess of them. Please use /device methods to determine the right device (preferably with the user decision), save the device ID somewhere and use it afterward. Version tag is deprecated for the same reason, it\'s not really consistent, as it might contain patch and mod versions and very different by each maintainer.
|
|
@@ -812,8 +812,8 @@ const ReleaseApiFactory = function (configuration, basePath, axios) {
|
|
|
812
812
|
* @param {*} [options] Override http request option.
|
|
813
813
|
* @throws {RequiredError}
|
|
814
814
|
*/
|
|
815
|
-
|
|
816
|
-
return localVarFp.
|
|
815
|
+
getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
|
|
816
|
+
return localVarFp.getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options).then((request) => request(axios, basePath));
|
|
817
817
|
},
|
|
818
818
|
/**
|
|
819
819
|
* Get updates method. Returns all new releases with release IDs. For example, \"/updates/<id>\" will return a list of all releases that were created after. You can also use \"device_id\" or / and \"release_type\" params. The first one will filter releases by specific devices, the second one will filter by release type. This can be useful, for example, if you want to notify users only with stable releases for this specific device. Warning: This method is obsolete! Please use /release/?after_release_id= instead!
|
|
@@ -828,8 +828,8 @@ const ReleaseApiFactory = function (configuration, basePath, axios) {
|
|
|
828
828
|
* @deprecated
|
|
829
829
|
* @throws {RequiredError}
|
|
830
830
|
*/
|
|
831
|
-
|
|
832
|
-
return localVarFp.
|
|
831
|
+
getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
|
|
832
|
+
return localVarFp.getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options).then((request) => request(axios, basePath));
|
|
833
833
|
},
|
|
834
834
|
};
|
|
835
835
|
};
|
|
@@ -852,8 +852,8 @@ class ReleaseApi extends base_1.BaseAPI {
|
|
|
852
852
|
* @throws {RequiredError}
|
|
853
853
|
* @memberof ReleaseApi
|
|
854
854
|
*/
|
|
855
|
-
|
|
856
|
-
return (0, exports.ReleaseApiFp)(this.configuration).
|
|
855
|
+
getRelease(releaseId, id, buildId, filename, options) {
|
|
856
|
+
return (0, exports.ReleaseApiFp)(this.configuration).getRelease(releaseId, id, buildId, filename, options).then((request) => request(this.axios, this.basePath));
|
|
857
857
|
}
|
|
858
858
|
/**
|
|
859
859
|
* Gets release information using the release ID, nothing to discuss really.
|
|
@@ -864,8 +864,8 @@ class ReleaseApi extends base_1.BaseAPI {
|
|
|
864
864
|
* @throws {RequiredError}
|
|
865
865
|
* @memberof ReleaseApi
|
|
866
866
|
*/
|
|
867
|
-
|
|
868
|
-
return (0, exports.ReleaseApiFp)(this.configuration).
|
|
867
|
+
getReleaseDeprecated(releaseId, options) {
|
|
868
|
+
return (0, exports.ReleaseApiFp)(this.configuration).getReleaseDeprecated(releaseId, options).then((request) => request(this.axios, this.basePath));
|
|
869
869
|
}
|
|
870
870
|
/**
|
|
871
871
|
* Lists releases. This method contains a bunch of different parameters to filter releases for different cases. For example, you may use ?after_release_id param to get only releases that came after the last known one (aka get updates). You can filter releases by maintainer_id to get releases from a specific maintainer. This is the maintainer who released the build, not the current maintainer of the device. Getting releases by device codename is obsolete thought. The reason for this is that devices could change codenames eventually. Unfortunately, some OEMs and community make a total mess of them. Please use /device methods to determine the right device (preferably with the user decision), save the device ID somewhere and use it afterward. Version tag is deprecated for the same reason, it\'s not really consistent, as it might contain patch and mod versions and very different by each maintainer.
|
|
@@ -890,8 +890,8 @@ class ReleaseApi extends base_1.BaseAPI {
|
|
|
890
890
|
* @throws {RequiredError}
|
|
891
891
|
* @memberof ReleaseApi
|
|
892
892
|
*/
|
|
893
|
-
|
|
894
|
-
return (0, exports.ReleaseApiFp)(this.configuration).
|
|
893
|
+
getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
|
|
894
|
+
return (0, exports.ReleaseApiFp)(this.configuration).getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options).then((request) => request(this.axios, this.basePath));
|
|
895
895
|
}
|
|
896
896
|
/**
|
|
897
897
|
* Get updates method. Returns all new releases with release IDs. For example, \"/updates/<id>\" will return a list of all releases that were created after. You can also use \"device_id\" or / and \"release_type\" params. The first one will filter releases by specific devices, the second one will filter by release type. This can be useful, for example, if you want to notify users only with stable releases for this specific device. Warning: This method is obsolete! Please use /release/?after_release_id= instead!
|
|
@@ -907,8 +907,8 @@ class ReleaseApi extends base_1.BaseAPI {
|
|
|
907
907
|
* @throws {RequiredError}
|
|
908
908
|
* @memberof ReleaseApi
|
|
909
909
|
*/
|
|
910
|
-
|
|
911
|
-
return (0, exports.ReleaseApiFp)(this.configuration).
|
|
910
|
+
getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
|
|
911
|
+
return (0, exports.ReleaseApiFp)(this.configuration).getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options).then((request) => request(this.axios, this.basePath));
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
914
|
exports.ReleaseApi = ReleaseApi;
|
|
@@ -924,7 +924,7 @@ const StatsApiAxiosParamCreator = function (configuration) {
|
|
|
924
924
|
* @param {*} [options] Override http request option.
|
|
925
925
|
* @throws {RequiredError}
|
|
926
926
|
*/
|
|
927
|
-
|
|
927
|
+
getPublicStats: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
928
928
|
const localVarPath = `/stats/`;
|
|
929
929
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
930
930
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -959,12 +959,12 @@ const StatsApiFp = function (configuration) {
|
|
|
959
959
|
* @param {*} [options] Override http request option.
|
|
960
960
|
* @throws {RequiredError}
|
|
961
961
|
*/
|
|
962
|
-
|
|
962
|
+
getPublicStats(options) {
|
|
963
963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
964
964
|
var _a, _b, _c;
|
|
965
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
965
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getPublicStats(options);
|
|
966
966
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
967
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['StatsApi.
|
|
967
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['StatsApi.getPublicStats']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
968
968
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
969
969
|
});
|
|
970
970
|
},
|
|
@@ -984,8 +984,8 @@ const StatsApiFactory = function (configuration, basePath, axios) {
|
|
|
984
984
|
* @param {*} [options] Override http request option.
|
|
985
985
|
* @throws {RequiredError}
|
|
986
986
|
*/
|
|
987
|
-
|
|
988
|
-
return localVarFp.
|
|
987
|
+
getPublicStats(options) {
|
|
988
|
+
return localVarFp.getPublicStats(options).then((request) => request(axios, basePath));
|
|
989
989
|
},
|
|
990
990
|
};
|
|
991
991
|
};
|
|
@@ -1004,8 +1004,8 @@ class StatsApi extends base_1.BaseAPI {
|
|
|
1004
1004
|
* @throws {RequiredError}
|
|
1005
1005
|
* @memberof StatsApi
|
|
1006
1006
|
*/
|
|
1007
|
-
|
|
1008
|
-
return (0, exports.StatsApiFp)(this.configuration).
|
|
1007
|
+
getPublicStats(options) {
|
|
1008
|
+
return (0, exports.StatsApiFp)(this.configuration).getPublicStats(options).then((request) => request(this.axios, this.basePath));
|
|
1009
1009
|
}
|
|
1010
1010
|
}
|
|
1011
1011
|
exports.StatsApi = StatsApi;
|
package/dist/base.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
3
|
+
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.2.
|
|
5
|
+
* The version of the OpenAPI document: 5.2.1
|
|
6
6
|
* Contact: admin@orangefox.tech
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Fox API
|
|
6
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
6
|
+
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 5.2.
|
|
8
|
+
* The version of the OpenAPI document: 5.2.1
|
|
9
9
|
* Contact: admin@orangefox.tech
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
3
|
+
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.2.
|
|
5
|
+
* The version of the OpenAPI document: 5.2.1
|
|
6
6
|
* Contact: admin@orangefox.tech
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Fox API
|
|
6
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
6
|
+
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 5.2.
|
|
8
|
+
* The version of the OpenAPI document: 5.2.1
|
|
9
9
|
* Contact: admin@orangefox.tech
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Fox API
|
|
3
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
3
|
+
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 5.2.
|
|
5
|
+
* The version of the OpenAPI document: 5.2.1
|
|
6
6
|
* Contact: admin@orangefox.tech
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Fox API
|
|
6
|
-
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is
|
|
6
|
+
* Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application\'s access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 5.2.
|
|
8
|
+
* The version of the OpenAPI document: 5.2.1
|
|
9
9
|
* Contact: admin@orangefox.tech
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|