Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Dec 3, 2024
1 parent 5fc606d commit 62edba4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ export const AlmanaxApiAxiosParamCreator = function (configuration?: Configurati
* @param {string} [filterBonusType] ids from meta/{language}/almanax/bonuses
* @param {string} [rangeFrom] yyyy-mm-dd
* @param {string} [rangeTo] yyyy-mm-dd
* @param {number} [rangeSize] size of the returned range
* @param {number} [rangeSize] Size of the returned range. Disable to fully use the range by setting size to -1.
* @param {string} [timezone] determine what the current time is. If you live in Brazil, \"today\" will be hours apart from Paris. Use your timezone to get results relative to your location.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
Expand Down Expand Up @@ -1969,7 +1969,7 @@ export const AlmanaxApiFp = function(configuration?: Configuration) {
* @param {string} [filterBonusType] ids from meta/{language}/almanax/bonuses
* @param {string} [rangeFrom] yyyy-mm-dd
* @param {string} [rangeTo] yyyy-mm-dd
* @param {number} [rangeSize] size of the returned range
* @param {number} [rangeSize] Size of the returned range. Disable to fully use the range by setting size to -1.
* @param {string} [timezone] determine what the current time is. If you live in Brazil, \"today\" will be hours apart from Paris. Use your timezone to get results relative to your location.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
Expand Down Expand Up @@ -2008,7 +2008,7 @@ export const AlmanaxApiFactory = function (configuration?: Configuration, basePa
* @param {string} [filterBonusType] ids from meta/{language}/almanax/bonuses
* @param {string} [rangeFrom] yyyy-mm-dd
* @param {string} [rangeTo] yyyy-mm-dd
* @param {number} [rangeSize] size of the returned range
* @param {number} [rangeSize] Size of the returned range. Disable to fully use the range by setting size to -1.
* @param {string} [timezone] determine what the current time is. If you live in Brazil, \"today\" will be hours apart from Paris. Use your timezone to get results relative to your location.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
Expand Down Expand Up @@ -2046,7 +2046,7 @@ export class AlmanaxApi extends BaseAPI {
* @param {string} [filterBonusType] ids from meta/{language}/almanax/bonuses
* @param {string} [rangeFrom] yyyy-mm-dd
* @param {string} [rangeTo] yyyy-mm-dd
* @param {number} [rangeSize] size of the returned range
* @param {number} [rangeSize] Size of the returned range. Disable to fully use the range by setting size to -1.
* @param {string} [timezone] determine what the current time is. If you live in Brazil, \"today\" will be hours apart from Paris. Use your timezone to get results relative to your location.
* @param {*} [options] Override http request option.
* @throws {RequiredError}
Expand Down

0 comments on commit 62edba4

Please sign in to comment.