tuix-timesheets-api 0.62.0 → 0.63.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.
|
@@ -1962,8 +1962,8 @@ class TuixTimesheetsClientApi extends runtime.BaseAPI {
|
|
|
1962
1962
|
return await response.value();
|
|
1963
1963
|
}
|
|
1964
1964
|
/**
|
|
1965
|
-
* Get all timesheets in a project
|
|
1966
|
-
* Get all timesheets in a project
|
|
1965
|
+
* Get all timesheets in a project without timesheet entries.
|
|
1966
|
+
* Get all timesheets in a project without timesheet entries.
|
|
1967
1967
|
*/
|
|
1968
1968
|
async getTimesheetsRaw(requestParameters, initOverrides) {
|
|
1969
1969
|
if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
|
|
@@ -1992,8 +1992,8 @@ class TuixTimesheetsClientApi extends runtime.BaseAPI {
|
|
|
1992
1992
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.PaginatedTimesheetsFromJSON)(jsonValue));
|
|
1993
1993
|
}
|
|
1994
1994
|
/**
|
|
1995
|
-
* Get all timesheets in a project
|
|
1996
|
-
* Get all timesheets in a project
|
|
1995
|
+
* Get all timesheets in a project without timesheet entries.
|
|
1996
|
+
* Get all timesheets in a project without timesheet entries.
|
|
1997
1997
|
*/
|
|
1998
1998
|
async getTimesheets(requestParameters, initOverrides) {
|
|
1999
1999
|
const response = await this.getTimesheetsRaw(requestParameters, initOverrides);
|
|
@@ -2977,8 +2977,8 @@ export class TuixTimesheetsClientApi extends runtime.BaseAPI {
|
|
|
2977
2977
|
}
|
|
2978
2978
|
|
|
2979
2979
|
/**
|
|
2980
|
-
* Get all timesheets in a project
|
|
2981
|
-
* Get all timesheets in a project
|
|
2980
|
+
* Get all timesheets in a project without timesheet entries.
|
|
2981
|
+
* Get all timesheets in a project without timesheet entries.
|
|
2982
2982
|
*/
|
|
2983
2983
|
async getTimesheetsRaw(requestParameters: GetTimesheetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PaginatedTimesheets>> {
|
|
2984
2984
|
if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
|
|
@@ -3016,8 +3016,8 @@ export class TuixTimesheetsClientApi extends runtime.BaseAPI {
|
|
|
3016
3016
|
}
|
|
3017
3017
|
|
|
3018
3018
|
/**
|
|
3019
|
-
* Get all timesheets in a project
|
|
3020
|
-
* Get all timesheets in a project
|
|
3019
|
+
* Get all timesheets in a project without timesheet entries.
|
|
3020
|
+
* Get all timesheets in a project without timesheet entries.
|
|
3021
3021
|
*/
|
|
3022
3022
|
async getTimesheets(requestParameters: GetTimesheetsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PaginatedTimesheets> {
|
|
3023
3023
|
const response = await this.getTimesheetsRaw(requestParameters, initOverrides);
|