@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/esm/api.js CHANGED
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Fox API
5
- * 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.
5
+ * 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.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 5.2.1
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -60,7 +60,7 @@ export const DeviceApiAxiosParamCreator = function (configuration) {
60
60
  * @param {*} [options] Override http request option.
61
61
  * @throws {RequiredError}
62
62
  */
63
- 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 = {}) {
63
+ 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 = {}) {
64
64
  const localVarPath = `/devices/get`;
65
65
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
66
66
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -100,9 +100,9 @@ export const DeviceApiAxiosParamCreator = function (configuration) {
100
100
  * @deprecated
101
101
  * @throws {RequiredError}
102
102
  */
103
- getDeviceShortDevicesDeviceIdGet: (deviceId_1, ...args_1) => __awaiter(this, [deviceId_1, ...args_1], void 0, function* (deviceId, options = {}) {
103
+ getDeviceDeprecated: (deviceId_1, ...args_1) => __awaiter(this, [deviceId_1, ...args_1], void 0, function* (deviceId, options = {}) {
104
104
  // verify required parameter 'deviceId' is not null or undefined
105
- assertParamExists('getDeviceShortDevicesDeviceIdGet', 'deviceId', deviceId);
105
+ assertParamExists('getDeviceDeprecated', 'deviceId', deviceId);
106
106
  const localVarPath = `/devices/{device_id}`
107
107
  .replace(`{${"device_id"}}`, encodeURIComponent(String(deviceId)));
108
108
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
@@ -139,7 +139,7 @@ export const DeviceApiAxiosParamCreator = function (configuration) {
139
139
  * @param {*} [options] Override http request option.
140
140
  * @throws {RequiredError}
141
141
  */
142
- 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 = {}) {
142
+ 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 = {}) {
143
143
  const localVarPath = `/devices/`;
144
144
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
145
145
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -193,11 +193,11 @@ export const DeviceApiAxiosParamCreator = function (configuration) {
193
193
  }),
194
194
  /**
195
195
  * Lists all OEM names
196
- * @summary Get Oems List
196
+ * @summary Get Oems
197
197
  * @param {*} [options] Override http request option.
198
198
  * @throws {RequiredError}
199
199
  */
200
- getOemsListOemsGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
200
+ getOems: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
201
201
  const localVarPath = `/oems/`;
202
202
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
203
203
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -234,12 +234,12 @@ export const DeviceApiFp = function (configuration) {
234
234
  * @param {*} [options] Override http request option.
235
235
  * @throws {RequiredError}
236
236
  */
237
- getDeviceDevicesGetGet(deviceId, id, codename, options) {
237
+ getDevice(deviceId, id, codename, options) {
238
238
  return __awaiter(this, void 0, void 0, function* () {
239
239
  var _a, _b, _c;
240
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getDeviceDevicesGetGet(deviceId, id, codename, options);
240
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getDevice(deviceId, id, codename, options);
241
241
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
242
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.getDeviceDevicesGetGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
242
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.getDevice']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
243
243
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
244
244
  });
245
245
  },
@@ -251,12 +251,12 @@ export const DeviceApiFp = function (configuration) {
251
251
  * @deprecated
252
252
  * @throws {RequiredError}
253
253
  */
254
- getDeviceShortDevicesDeviceIdGet(deviceId, options) {
254
+ getDeviceDeprecated(deviceId, options) {
255
255
  return __awaiter(this, void 0, void 0, function* () {
256
256
  var _a, _b, _c;
257
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getDeviceShortDevicesDeviceIdGet(deviceId, options);
257
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getDeviceDeprecated(deviceId, options);
258
258
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
259
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.getDeviceShortDevicesDeviceIdGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
259
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.getDeviceDeprecated']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
260
260
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
261
261
  });
262
262
  },
@@ -277,27 +277,27 @@ export const DeviceApiFp = function (configuration) {
277
277
  * @param {*} [options] Override http request option.
278
278
  * @throws {RequiredError}
279
279
  */
280
- getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
280
+ getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
281
281
  return __awaiter(this, void 0, void 0, function* () {
282
282
  var _a, _b, _c;
283
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options);
283
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options);
284
284
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
285
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.getDevicesDevicesGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
285
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.getDevices']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
286
286
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
287
287
  });
288
288
  },
289
289
  /**
290
290
  * Lists all OEM names
291
- * @summary Get Oems List
291
+ * @summary Get Oems
292
292
  * @param {*} [options] Override http request option.
293
293
  * @throws {RequiredError}
294
294
  */
295
- getOemsListOemsGet(options) {
295
+ getOems(options) {
296
296
  return __awaiter(this, void 0, void 0, function* () {
297
297
  var _a, _b, _c;
298
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getOemsListOemsGet(options);
298
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getOems(options);
299
299
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
300
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.getOemsListOemsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
300
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['DeviceApi.getOems']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
301
301
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
302
302
  });
303
303
  },
@@ -319,8 +319,8 @@ export const DeviceApiFactory = function (configuration, basePath, axios) {
319
319
  * @param {*} [options] Override http request option.
320
320
  * @throws {RequiredError}
321
321
  */
322
- getDeviceDevicesGetGet(deviceId, id, codename, options) {
323
- return localVarFp.getDeviceDevicesGetGet(deviceId, id, codename, options).then((request) => request(axios, basePath));
322
+ getDevice(deviceId, id, codename, options) {
323
+ return localVarFp.getDevice(deviceId, id, codename, options).then((request) => request(axios, basePath));
324
324
  },
325
325
  /**
326
326
  * Gets device info using device ID.
@@ -330,8 +330,8 @@ export const DeviceApiFactory = function (configuration, basePath, axios) {
330
330
  * @deprecated
331
331
  * @throws {RequiredError}
332
332
  */
333
- getDeviceShortDevicesDeviceIdGet(deviceId, options) {
334
- return localVarFp.getDeviceShortDevicesDeviceIdGet(deviceId, options).then((request) => request(axios, basePath));
333
+ getDeviceDeprecated(deviceId, options) {
334
+ return localVarFp.getDeviceDeprecated(deviceId, options).then((request) => request(axios, basePath));
335
335
  },
336
336
  /**
337
337
  * 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.
@@ -350,17 +350,17 @@ export const DeviceApiFactory = function (configuration, basePath, axios) {
350
350
  * @param {*} [options] Override http request option.
351
351
  * @throws {RequiredError}
352
352
  */
353
- getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
354
- return localVarFp.getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options).then((request) => request(axios, basePath));
353
+ getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
354
+ return localVarFp.getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options).then((request) => request(axios, basePath));
355
355
  },
356
356
  /**
357
357
  * Lists all OEM names
358
- * @summary Get Oems List
358
+ * @summary Get Oems
359
359
  * @param {*} [options] Override http request option.
360
360
  * @throws {RequiredError}
361
361
  */
362
- getOemsListOemsGet(options) {
363
- return localVarFp.getOemsListOemsGet(options).then((request) => request(axios, basePath));
362
+ getOems(options) {
363
+ return localVarFp.getOems(options).then((request) => request(axios, basePath));
364
364
  },
365
365
  };
366
366
  };
@@ -381,8 +381,8 @@ export class DeviceApi extends BaseAPI {
381
381
  * @throws {RequiredError}
382
382
  * @memberof DeviceApi
383
383
  */
384
- getDeviceDevicesGetGet(deviceId, id, codename, options) {
385
- return DeviceApiFp(this.configuration).getDeviceDevicesGetGet(deviceId, id, codename, options).then((request) => request(this.axios, this.basePath));
384
+ getDevice(deviceId, id, codename, options) {
385
+ return DeviceApiFp(this.configuration).getDevice(deviceId, id, codename, options).then((request) => request(this.axios, this.basePath));
386
386
  }
387
387
  /**
388
388
  * Gets device info using device ID.
@@ -393,8 +393,8 @@ export class DeviceApi extends BaseAPI {
393
393
  * @throws {RequiredError}
394
394
  * @memberof DeviceApi
395
395
  */
396
- getDeviceShortDevicesDeviceIdGet(deviceId, options) {
397
- return DeviceApiFp(this.configuration).getDeviceShortDevicesDeviceIdGet(deviceId, options).then((request) => request(this.axios, this.basePath));
396
+ getDeviceDeprecated(deviceId, options) {
397
+ return DeviceApiFp(this.configuration).getDeviceDeprecated(deviceId, options).then((request) => request(this.axios, this.basePath));
398
398
  }
399
399
  /**
400
400
  * 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.
@@ -414,18 +414,18 @@ export class DeviceApi extends BaseAPI {
414
414
  * @throws {RequiredError}
415
415
  * @memberof DeviceApi
416
416
  */
417
- getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
418
- return DeviceApiFp(this.configuration).getDevicesDevicesGet(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options).then((request) => request(this.axios, this.basePath));
417
+ getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options) {
418
+ return DeviceApiFp(this.configuration).getDevices(id, id2, oemName, codename, modelName, supported, maintainer, freezed, hasReleases, skip, limit, options).then((request) => request(this.axios, this.basePath));
419
419
  }
420
420
  /**
421
421
  * Lists all OEM names
422
- * @summary Get Oems List
422
+ * @summary Get Oems
423
423
  * @param {*} [options] Override http request option.
424
424
  * @throws {RequiredError}
425
425
  * @memberof DeviceApi
426
426
  */
427
- getOemsListOemsGet(options) {
428
- return DeviceApiFp(this.configuration).getOemsListOemsGet(options).then((request) => request(this.axios, this.basePath));
427
+ getOems(options) {
428
+ return DeviceApiFp(this.configuration).getOems(options).then((request) => request(this.axios, this.basePath));
429
429
  }
430
430
  }
431
431
  /**
@@ -444,7 +444,7 @@ export const ReleaseApiAxiosParamCreator = function (configuration) {
444
444
  * @param {*} [options] Override http request option.
445
445
  * @throws {RequiredError}
446
446
  */
447
- 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 = {}) {
447
+ 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 = {}) {
448
448
  const localVarPath = `/releases/get`;
449
449
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
450
450
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -487,9 +487,9 @@ export const ReleaseApiAxiosParamCreator = function (configuration) {
487
487
  * @deprecated
488
488
  * @throws {RequiredError}
489
489
  */
490
- getReleaseShortReleasesReleaseIdGet: (releaseId_1, ...args_1) => __awaiter(this, [releaseId_1, ...args_1], void 0, function* (releaseId, options = {}) {
490
+ getReleaseDeprecated: (releaseId_1, ...args_1) => __awaiter(this, [releaseId_1, ...args_1], void 0, function* (releaseId, options = {}) {
491
491
  // verify required parameter 'releaseId' is not null or undefined
492
- assertParamExists('getReleaseShortReleasesReleaseIdGet', 'releaseId', releaseId);
492
+ assertParamExists('getReleaseDeprecated', 'releaseId', releaseId);
493
493
  const localVarPath = `/releases/{release_id}`
494
494
  .replace(`{${"release_id"}}`, encodeURIComponent(String(releaseId)));
495
495
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
@@ -531,7 +531,7 @@ export const ReleaseApiAxiosParamCreator = function (configuration) {
531
531
  * @param {*} [options] Override http request option.
532
532
  * @throws {RequiredError}
533
533
  */
534
- 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 = {}) {
534
+ 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 = {}) {
535
535
  const localVarPath = `/releases/`;
536
536
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
537
537
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -613,9 +613,9 @@ export const ReleaseApiAxiosParamCreator = function (configuration) {
613
613
  * @deprecated
614
614
  * @throws {RequiredError}
615
615
  */
616
- 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 = {}) {
616
+ 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 = {}) {
617
617
  // verify required parameter 'lastKnownId' is not null or undefined
618
- assertParamExists('getUpdatesUpdatesLastKnownIdGet', 'lastKnownId', lastKnownId);
618
+ assertParamExists('getUpdatesDeprecated', 'lastKnownId', lastKnownId);
619
619
  const localVarPath = `/updates/{last_known_id}`
620
620
  .replace(`{${"last_known_id"}}`, encodeURIComponent(String(lastKnownId)));
621
621
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
@@ -669,12 +669,12 @@ export const ReleaseApiFp = function (configuration) {
669
669
  * @param {*} [options] Override http request option.
670
670
  * @throws {RequiredError}
671
671
  */
672
- getReleaseReleasesGetGet(releaseId, id, buildId, filename, options) {
672
+ getRelease(releaseId, id, buildId, filename, options) {
673
673
  return __awaiter(this, void 0, void 0, function* () {
674
674
  var _a, _b, _c;
675
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getReleaseReleasesGetGet(releaseId, id, buildId, filename, options);
675
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getRelease(releaseId, id, buildId, filename, options);
676
676
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
677
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReleaseApi.getReleaseReleasesGetGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
677
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReleaseApi.getRelease']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
678
678
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
679
679
  });
680
680
  },
@@ -686,12 +686,12 @@ export const ReleaseApiFp = function (configuration) {
686
686
  * @deprecated
687
687
  * @throws {RequiredError}
688
688
  */
689
- getReleaseShortReleasesReleaseIdGet(releaseId, options) {
689
+ getReleaseDeprecated(releaseId, options) {
690
690
  return __awaiter(this, void 0, void 0, function* () {
691
691
  var _a, _b, _c;
692
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getReleaseShortReleasesReleaseIdGet(releaseId, options);
692
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getReleaseDeprecated(releaseId, options);
693
693
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
694
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReleaseApi.getReleaseShortReleasesReleaseIdGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
694
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReleaseApi.getReleaseDeprecated']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
695
695
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
696
696
  });
697
697
  },
@@ -717,12 +717,12 @@ export const ReleaseApiFp = function (configuration) {
717
717
  * @param {*} [options] Override http request option.
718
718
  * @throws {RequiredError}
719
719
  */
720
- getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
720
+ getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
721
721
  return __awaiter(this, void 0, void 0, function* () {
722
722
  var _a, _b, _c;
723
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options);
723
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options);
724
724
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
725
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReleaseApi.getReleasesReleasesGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
725
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReleaseApi.getReleases']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
726
726
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
727
727
  });
728
728
  },
@@ -739,12 +739,12 @@ export const ReleaseApiFp = function (configuration) {
739
739
  * @deprecated
740
740
  * @throws {RequiredError}
741
741
  */
742
- getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
742
+ getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
743
743
  return __awaiter(this, void 0, void 0, function* () {
744
744
  var _a, _b, _c;
745
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options);
745
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options);
746
746
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
747
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReleaseApi.getUpdatesUpdatesLastKnownIdGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
747
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['ReleaseApi.getUpdatesDeprecated']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
748
748
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
749
749
  });
750
750
  },
@@ -767,8 +767,8 @@ export const ReleaseApiFactory = function (configuration, basePath, axios) {
767
767
  * @param {*} [options] Override http request option.
768
768
  * @throws {RequiredError}
769
769
  */
770
- getReleaseReleasesGetGet(releaseId, id, buildId, filename, options) {
771
- return localVarFp.getReleaseReleasesGetGet(releaseId, id, buildId, filename, options).then((request) => request(axios, basePath));
770
+ getRelease(releaseId, id, buildId, filename, options) {
771
+ return localVarFp.getRelease(releaseId, id, buildId, filename, options).then((request) => request(axios, basePath));
772
772
  },
773
773
  /**
774
774
  * Gets release information using the release ID, nothing to discuss really.
@@ -778,8 +778,8 @@ export const ReleaseApiFactory = function (configuration, basePath, axios) {
778
778
  * @deprecated
779
779
  * @throws {RequiredError}
780
780
  */
781
- getReleaseShortReleasesReleaseIdGet(releaseId, options) {
782
- return localVarFp.getReleaseShortReleasesReleaseIdGet(releaseId, options).then((request) => request(axios, basePath));
781
+ getReleaseDeprecated(releaseId, options) {
782
+ return localVarFp.getReleaseDeprecated(releaseId, options).then((request) => request(axios, basePath));
783
783
  },
784
784
  /**
785
785
  * 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.
@@ -803,8 +803,8 @@ export const ReleaseApiFactory = function (configuration, basePath, axios) {
803
803
  * @param {*} [options] Override http request option.
804
804
  * @throws {RequiredError}
805
805
  */
806
- getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
807
- 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));
806
+ getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
807
+ 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));
808
808
  },
809
809
  /**
810
810
  * 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!
@@ -819,8 +819,8 @@ export const ReleaseApiFactory = function (configuration, basePath, axios) {
819
819
  * @deprecated
820
820
  * @throws {RequiredError}
821
821
  */
822
- getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
823
- return localVarFp.getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options).then((request) => request(axios, basePath));
822
+ getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
823
+ return localVarFp.getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options).then((request) => request(axios, basePath));
824
824
  },
825
825
  };
826
826
  };
@@ -842,8 +842,8 @@ export class ReleaseApi extends BaseAPI {
842
842
  * @throws {RequiredError}
843
843
  * @memberof ReleaseApi
844
844
  */
845
- getReleaseReleasesGetGet(releaseId, id, buildId, filename, options) {
846
- return ReleaseApiFp(this.configuration).getReleaseReleasesGetGet(releaseId, id, buildId, filename, options).then((request) => request(this.axios, this.basePath));
845
+ getRelease(releaseId, id, buildId, filename, options) {
846
+ return ReleaseApiFp(this.configuration).getRelease(releaseId, id, buildId, filename, options).then((request) => request(this.axios, this.basePath));
847
847
  }
848
848
  /**
849
849
  * Gets release information using the release ID, nothing to discuss really.
@@ -854,8 +854,8 @@ export class ReleaseApi extends BaseAPI {
854
854
  * @throws {RequiredError}
855
855
  * @memberof ReleaseApi
856
856
  */
857
- getReleaseShortReleasesReleaseIdGet(releaseId, options) {
858
- return ReleaseApiFp(this.configuration).getReleaseShortReleasesReleaseIdGet(releaseId, options).then((request) => request(this.axios, this.basePath));
857
+ getReleaseDeprecated(releaseId, options) {
858
+ return ReleaseApiFp(this.configuration).getReleaseDeprecated(releaseId, options).then((request) => request(this.axios, this.basePath));
859
859
  }
860
860
  /**
861
861
  * 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.
@@ -880,8 +880,8 @@ export class ReleaseApi extends BaseAPI {
880
880
  * @throws {RequiredError}
881
881
  * @memberof ReleaseApi
882
882
  */
883
- getReleasesReleasesGet(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
884
- return 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));
883
+ getReleases(id, id2, buildId, deviceId, maintainerId, codename, version, type, archived, freezed, afterReleaseId, afterDate, sort, group, skip, limit, options) {
884
+ return 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));
885
885
  }
886
886
  /**
887
887
  * 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!
@@ -897,8 +897,8 @@ export class ReleaseApi extends BaseAPI {
897
897
  * @throws {RequiredError}
898
898
  * @memberof ReleaseApi
899
899
  */
900
- getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
901
- return ReleaseApiFp(this.configuration).getUpdatesUpdatesLastKnownIdGet(lastKnownId, deviceId, type, releaseType, skip, limit, options).then((request) => request(this.axios, this.basePath));
900
+ getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options) {
901
+ return ReleaseApiFp(this.configuration).getUpdatesDeprecated(lastKnownId, deviceId, type, releaseType, skip, limit, options).then((request) => request(this.axios, this.basePath));
902
902
  }
903
903
  }
904
904
  /**
@@ -913,7 +913,7 @@ export const StatsApiAxiosParamCreator = function (configuration) {
913
913
  * @param {*} [options] Override http request option.
914
914
  * @throws {RequiredError}
915
915
  */
916
- publicStatsStatsGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
916
+ getPublicStats: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
917
917
  const localVarPath = `/stats/`;
918
918
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
919
919
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -947,12 +947,12 @@ export const StatsApiFp = function (configuration) {
947
947
  * @param {*} [options] Override http request option.
948
948
  * @throws {RequiredError}
949
949
  */
950
- publicStatsStatsGet(options) {
950
+ getPublicStats(options) {
951
951
  return __awaiter(this, void 0, void 0, function* () {
952
952
  var _a, _b, _c;
953
- const localVarAxiosArgs = yield localVarAxiosParamCreator.publicStatsStatsGet(options);
953
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getPublicStats(options);
954
954
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
955
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['StatsApi.publicStatsStatsGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
955
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['StatsApi.getPublicStats']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
956
956
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
957
957
  });
958
958
  },
@@ -971,8 +971,8 @@ export const StatsApiFactory = function (configuration, basePath, axios) {
971
971
  * @param {*} [options] Override http request option.
972
972
  * @throws {RequiredError}
973
973
  */
974
- publicStatsStatsGet(options) {
975
- return localVarFp.publicStatsStatsGet(options).then((request) => request(axios, basePath));
974
+ getPublicStats(options) {
975
+ return localVarFp.getPublicStats(options).then((request) => request(axios, basePath));
976
976
  },
977
977
  };
978
978
  };
@@ -990,7 +990,7 @@ export class StatsApi extends BaseAPI {
990
990
  * @throws {RequiredError}
991
991
  * @memberof StatsApi
992
992
  */
993
- publicStatsStatsGet(options) {
994
- return StatsApiFp(this.configuration).publicStatsStatsGet(options).then((request) => request(this.axios, this.basePath));
993
+ getPublicStats(options) {
994
+ return StatsApiFp(this.configuration).getPublicStats(options).then((request) => request(this.axios, this.basePath));
995
995
  }
996
996
  }
@@ -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/esm/base.js CHANGED
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Fox API
5
- * 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.
5
+ * 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.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 5.2.1
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * 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).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Fox API
5
- * 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.
5
+ * 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.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 5.2.1
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * 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).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Fox API
5
- * 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.
5
+ * 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.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 5.2.1
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * 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).
package/dist/esm/index.js CHANGED
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Fox API
5
- * 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.
5
+ * 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.
6
6
  *
7
- * The version of the OpenAPI document: 5.2.0
7
+ * The version of the OpenAPI document: 5.2.1
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.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/index.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).