tuix-timesheets-api 0.54.0 → 0.55.0

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.
@@ -1440,7 +1440,7 @@ class TuixTimesheetsClientApi extends runtime.BaseAPI {
1440
1440
  return await response.value();
1441
1441
  }
1442
1442
  /**
1443
- * Returns a paginated list of a user\'s holidays
1443
+ * returns a paginated list of a user\'s holidays
1444
1444
  */
1445
1445
  async getHolidaysByEmployeeRaw(requestParameters, initOverrides) {
1446
1446
  if (requestParameters.userId === null || requestParameters.userId === undefined) {
@@ -1466,7 +1466,7 @@ class TuixTimesheetsClientApi extends runtime.BaseAPI {
1466
1466
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.PaginatedHolidaysDTOFromJSON)(jsonValue));
1467
1467
  }
1468
1468
  /**
1469
- * Returns a paginated list of a user\'s holidays
1469
+ * returns a paginated list of a user\'s holidays
1470
1470
  */
1471
1471
  async getHolidaysByEmployee(requestParameters, initOverrides) {
1472
1472
  const response = await this.getHolidaysByEmployeeRaw(requestParameters, initOverrides);
@@ -2301,7 +2301,7 @@ export class TuixTimesheetsClientApi extends runtime.BaseAPI {
2301
2301
  }
2302
2302
 
2303
2303
  /**
2304
- * Returns a paginated list of a user\'s holidays
2304
+ * returns a paginated list of a user\'s holidays
2305
2305
  */
2306
2306
  async getHolidaysByEmployeeRaw(requestParameters: GetHolidaysByEmployeeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedHolidaysDTO>> {
2307
2307
  if (requestParameters.userId === null || requestParameters.userId === undefined) {
@@ -2335,7 +2335,7 @@ export class TuixTimesheetsClientApi extends runtime.BaseAPI {
2335
2335
  }
2336
2336
 
2337
2337
  /**
2338
- * Returns a paginated list of a user\'s holidays
2338
+ * returns a paginated list of a user\'s holidays
2339
2339
  */
2340
2340
  async getHolidaysByEmployee(requestParameters: GetHolidaysByEmployeeRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedHolidaysDTO> {
2341
2341
  const response = await this.getHolidaysByEmployeeRaw(requestParameters, initOverrides);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tuix-timesheets-api",
3
- "version": "0.54.0",
3
+ "version": "0.55.0",
4
4
  "description": "This package facilitates the client request to tuix timesheets api",
5
5
  "main": "index.js",
6
6
  "private": false,