@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/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 20 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
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.0
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
- getDeviceDevicesGetGet: (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 = {}) {
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
- getDeviceShortDevicesDeviceIdGet: (deviceId_1, ...args_1) => __awaiter(this, [deviceId_1, ...args_1], void 0, function* (deviceId, options = {}) {
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)('getDeviceShortDevicesDeviceIdGet', 'deviceId', deviceId);
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
- getDevicesDevicesGet: (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 = {}) {
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 List
199
+ * @summary Get Oems
200
200
  * @param {*} [options] Override http request option.
201
201
  * @throws {RequiredError}
202
202
  */
203
- getOemsListOemsGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
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
- getDeviceDevicesGetGet(deviceId, id, codename, options) {
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.getDeviceDevicesGetGet(deviceId, id, codename, options);
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.getDeviceDevicesGetGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
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
- getDeviceShortDevicesDeviceIdGet(deviceId, options) {
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.getDeviceShortDevicesDeviceIdGet(deviceId, options);
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.getDeviceShortDevicesDeviceIdGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
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
- getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
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.getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options);
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.getDevicesDevicesGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
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 List
295
+ * @summary Get Oems
296
296
  * @param {*} [options] Override http request option.
297
297
  * @throws {RequiredError}
298
298
  */
299
- getOemsListOemsGet(options) {
299
+ getOems(options) {
300
300
  return __awaiter(this, void 0, void 0, function* () {
301
301
  var _a, _b, _c;
302
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getOemsListOemsGet(options);
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.getOemsListOemsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
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
- getDeviceDevicesGetGet(deviceId, id, codename, options) {
328
- return localVarFp.getDeviceDevicesGetGet(deviceId, id, codename, options).then((request) => request(axios, basePath));
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
- getDeviceShortDevicesDeviceIdGet(deviceId, options) {
339
- return localVarFp.getDeviceShortDevicesDeviceIdGet(deviceId, options).then((request) => request(axios, basePath));
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
- getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
359
- return localVarFp.getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options).then((request) => request(axios, basePath));
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 List
363
+ * @summary Get Oems
364
364
  * @param {*} [options] Override http request option.
365
365
  * @throws {RequiredError}
366
366
  */
367
- getOemsListOemsGet(options) {
368
- return localVarFp.getOemsListOemsGet(options).then((request) => request(axios, basePath));
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
- getDeviceDevicesGetGet(deviceId, id, codename, options) {
391
- return (0, exports.DeviceApiFp)(this.configuration).getDeviceDevicesGetGet(deviceId, id, codename, options).then((request) => request(this.axios, this.basePath));
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
- getDeviceShortDevicesDeviceIdGet(deviceId, options) {
403
- return (0, exports.DeviceApiFp)(this.configuration).getDeviceShortDevicesDeviceIdGet(deviceId, options).then((request) => request(this.axios, this.basePath));
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
- getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
424
- return (0, exports.DeviceApiFp)(this.configuration).getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options).then((request) => request(this.axios, this.basePath));
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 List
428
+ * @summary Get Oems
429
429
  * @param {*} [options] Override http request option.
430
430
  * @throws {RequiredError}
431
431
  * @memberof DeviceApi
432
432
  */
433
- getOemsListOemsGet(options) {
434
- return (0, exports.DeviceApiFp)(this.configuration).getOemsListOemsGet(options).then((request) => request(this.axios, this.basePath));
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
- getReleaseReleasesGetGet: (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 = {}) {
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
- getReleaseShortReleasesReleaseIdGet: (releaseId_1, ...args_1) => __awaiter(this, [releaseId_1, ...args_1], void 0, function* (releaseId, options = {}) {
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)('getReleaseShortReleasesReleaseIdGet', 'releaseId', releaseId);
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
- getReleasesReleasesGet: (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 = {}) {
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
- getUpdatesUpdatesLastKnownIdGet: (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 = {}) {
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)('getUpdatesUpdatesLastKnownIdGet', 'lastKnownId', lastKnownId);
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
- getReleaseReleasesGetGet(releaseId, id, buildId, filename, options) {
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.getReleaseReleasesGetGet(releaseId, id, buildId, filename, options);
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.getReleaseReleasesGetGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
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
- getReleaseShortReleasesReleaseIdGet(releaseId, options) {
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.getReleaseShortReleasesReleaseIdGet(releaseId, options);
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.getReleaseShortReleasesReleaseIdGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
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
- getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
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.getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options);
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.getReleasesReleasesGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
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
- getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
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.getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options);
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.getUpdatesUpdatesLastKnownIdGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
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
- getReleaseReleasesGetGet(releaseId, id, buildId, filename, options) {
780
- return localVarFp.getReleaseReleasesGetGet(releaseId, id, buildId, filename, options).then((request) => request(axios, basePath));
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
- getReleaseShortReleasesReleaseIdGet(releaseId, options) {
791
- return localVarFp.getReleaseShortReleasesReleaseIdGet(releaseId, options).then((request) => request(axios, basePath));
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
- getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
816
- return localVarFp.getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options).then((request) => request(axios, basePath));
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
- getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
832
- return localVarFp.getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options).then((request) => request(axios, basePath));
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
- getReleaseReleasesGetGet(releaseId, id, buildId, filename, options) {
856
- return (0, exports.ReleaseApiFp)(this.configuration).getReleaseReleasesGetGet(releaseId, id, buildId, filename, options).then((request) => request(this.axios, this.basePath));
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
- getReleaseShortReleasesReleaseIdGet(releaseId, options) {
868
- return (0, exports.ReleaseApiFp)(this.configuration).getReleaseShortReleasesReleaseIdGet(releaseId, options).then((request) => request(this.axios, this.basePath));
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
- getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
894
- return (0, exports.ReleaseApiFp)(this.configuration).getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options).then((request) => request(this.axios, this.basePath));
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
- getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
911
- return (0, exports.ReleaseApiFp)(this.configuration).getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options).then((request) => request(this.axios, this.basePath));
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
- publicStatsStatsGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
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
- publicStatsStatsGet(options) {
962
+ getPublicStats(options) {
963
963
  return __awaiter(this, void 0, void 0, function* () {
964
964
  var _a, _b, _c;
965
- const localVarAxiosArgs = yield localVarAxiosParamCreator.publicStatsStatsGet(options);
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.publicStatsStatsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
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
- publicStatsStatsGet(options) {
988
- return localVarFp.publicStatsStatsGet(options).then((request) => request(axios, basePath));
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
- publicStatsStatsGet(options) {
1008
- return (0, exports.StatsApiFp)(this.configuration).publicStatsStatsGet(options).then((request) => request(this.axios, this.basePath));
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 20 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
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.0
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 20 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
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.0
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 20 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
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.0
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 20 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
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.0
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).
@@ -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 20 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
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.0
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).
@@ -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 20 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
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.0
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).