tuix-timesheets-api 0.54.0 → 0.56.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.
- package/.openapi-generator/FILES +2 -0
- package/apis/TuixTimesheetsClientApi.js +2 -2
- package/apis/TuixTimesheetsClientApi.ts +2 -2
- package/models/AdjustedTimesheetDTO.js +3 -0
- package/models/AdjustedTimesheetDTO.js.map +1 -1
- package/models/AdjustedTimesheetDTO.ts +14 -0
- package/models/InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo.js +53 -0
- package/models/InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo.js.map +1 -0
- package/models/InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo.ts +73 -0
- package/models/InternalEmployeeTimesheetDtosTimesheetEmployeeInfo.js +53 -0
- package/models/InternalEmployeeTimesheetDtosTimesheetEmployeeInfo.js.map +1 -0
- package/models/InternalEmployeeTimesheetDtosTimesheetEmployeeInfo.ts +73 -0
- package/models/TimesheetDTO.js +3 -0
- package/models/TimesheetDTO.js.map +1 -1
- package/models/TimesheetDTO.ts +14 -0
- package/models/index.js +2 -0
- package/models/index.js.map +1 -1
- package/models/index.ts +2 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -30,6 +30,8 @@ models/GlobalTimesheetEntryDTO.ts
|
|
|
30
30
|
models/GlobalTimesheetEntryUpdateDTO.ts
|
|
31
31
|
models/HolidayCreateDTO.ts
|
|
32
32
|
models/HolidayDTO.ts
|
|
33
|
+
models/InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo.ts
|
|
34
|
+
models/InternalEmployeeTimesheetDtosTimesheetEmployeeInfo.ts
|
|
33
35
|
models/JiraAccountDto.ts
|
|
34
36
|
models/JiraUserDto.ts
|
|
35
37
|
models/MarkInvoicePaidDTO.ts
|
|
@@ -1440,7 +1440,7 @@ class TuixTimesheetsClientApi extends runtime.BaseAPI {
|
|
|
1440
1440
|
return await response.value();
|
|
1441
1441
|
}
|
|
1442
1442
|
/**
|
|
1443
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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);
|
|
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.AdjustedTimesheetDTOToJSON = exports.AdjustedTimesheetDTOFromJSONTyped = exports.AdjustedTimesheetDTOFromJSON = exports.instanceOfAdjustedTimesheetDTO = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
18
|
const AdjustedTimesheetEntryDTO_1 = require("./AdjustedTimesheetEntryDTO");
|
|
19
|
+
const InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo_1 = require("./InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo");
|
|
19
20
|
/**
|
|
20
21
|
* Check if a given object implements the AdjustedTimesheetDTO interface.
|
|
21
22
|
*/
|
|
@@ -38,6 +39,7 @@ function AdjustedTimesheetDTOFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
39
|
return json;
|
|
39
40
|
}
|
|
40
41
|
return {
|
|
42
|
+
'employeeData': !(0, runtime_1.exists)(json, 'employeeData') ? undefined : (0, InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo_1.InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSON)(json['employeeData']),
|
|
41
43
|
'employeeID': json['employeeID'],
|
|
42
44
|
'entries': !(0, runtime_1.exists)(json, 'entries') ? undefined : (json['entries'].map(AdjustedTimesheetEntryDTO_1.AdjustedTimesheetEntryDTOFromJSON)),
|
|
43
45
|
'expectedHours': !(0, runtime_1.exists)(json, 'expectedHours') ? undefined : json['expectedHours'],
|
|
@@ -56,6 +58,7 @@ function AdjustedTimesheetDTOToJSON(value) {
|
|
|
56
58
|
return null;
|
|
57
59
|
}
|
|
58
60
|
return {
|
|
61
|
+
'employeeData': (0, InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo_1.InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoToJSON)(value.employeeData),
|
|
59
62
|
'employeeID': value.employeeID,
|
|
60
63
|
'entries': value.entries === undefined ? undefined : (value.entries.map(AdjustedTimesheetEntryDTO_1.AdjustedTimesheetEntryDTOToJSON)),
|
|
61
64
|
'expectedHours': value.expectedHours,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdjustedTimesheetDTO.js","sourceRoot":"","sources":["AdjustedTimesheetDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAE/C,2EAIqC;
|
|
1
|
+
{"version":3,"file":"AdjustedTimesheetDTO.js","sourceRoot":"","sources":["AdjustedTimesheetDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAE/C,2EAIqC;AAErC,6IAIsE;AA0DtE;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,IAAI,UAAU,GAAG,IAAI,CAAC;IACtB,UAAU,GAAG,UAAU,IAAI,YAAY,IAAI,KAAK,CAAC;IACjD,UAAU,GAAG,UAAU,IAAI,IAAI,IAAI,KAAK,CAAC;IACzC,UAAU,GAAG,UAAU,IAAI,OAAO,IAAI,KAAK,CAAC;IAC5C,UAAU,GAAG,UAAU,IAAI,WAAW,IAAI,KAAK,CAAC;IAChD,UAAU,GAAG,UAAU,IAAI,QAAQ,IAAI,KAAK,CAAC;IAE7C,OAAO,UAAU,CAAC;AACtB,CAAC;AATD,wEASC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAFD,oEAEC;AAED,SAAgB,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,cAAc,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+HAAkE,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACpJ,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,SAAS,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,SAAS,CAAgB,CAAC,GAAG,CAAC,6DAAiC,CAAC,CAAC;QAC1H,eAAe,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QACnF,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;KAC3B,CAAC;AACN,CAAC;AAfD,8EAeC;AAED,SAAgB,0BAA0B,CAAC,KAAmC;IAC1E,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACtB,OAAO,SAAS,CAAC;IACrB,CAAC;IACD,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;QACjB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,cAAc,EAAE,IAAA,6HAAgE,EAAC,KAAK,CAAC,YAAY,CAAC;QACpG,YAAY,EAAE,KAAK,CAAC,UAAU;QAC9B,SAAS,EAAE,KAAK,CAAC,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,OAAsB,CAAC,GAAG,CAAC,2DAA+B,CAAC,CAAC;QACzH,eAAe,EAAE,KAAK,CAAC,aAAa;QACpC,IAAI,EAAE,KAAK,CAAC,EAAE;QACd,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,QAAQ,EAAE,KAAK,CAAC,MAAM;KACzB,CAAC;AACN,CAAC;AAlBD,gEAkBC"}
|
|
@@ -19,6 +19,12 @@ import {
|
|
|
19
19
|
AdjustedTimesheetEntryDTOFromJSONTyped,
|
|
20
20
|
AdjustedTimesheetEntryDTOToJSON,
|
|
21
21
|
} from './AdjustedTimesheetEntryDTO';
|
|
22
|
+
import type { InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo } from './InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo';
|
|
23
|
+
import {
|
|
24
|
+
InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSON,
|
|
25
|
+
InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSONTyped,
|
|
26
|
+
InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoToJSON,
|
|
27
|
+
} from './InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo';
|
|
22
28
|
|
|
23
29
|
/**
|
|
24
30
|
*
|
|
@@ -26,6 +32,12 @@ import {
|
|
|
26
32
|
* @interface AdjustedTimesheetDTO
|
|
27
33
|
*/
|
|
28
34
|
export interface AdjustedTimesheetDTO {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo}
|
|
38
|
+
* @memberof AdjustedTimesheetDTO
|
|
39
|
+
*/
|
|
40
|
+
employeeData?: InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo;
|
|
29
41
|
/**
|
|
30
42
|
*
|
|
31
43
|
* @type {string}
|
|
@@ -94,6 +106,7 @@ export function AdjustedTimesheetDTOFromJSONTyped(json: any, ignoreDiscriminator
|
|
|
94
106
|
}
|
|
95
107
|
return {
|
|
96
108
|
|
|
109
|
+
'employeeData': !exists(json, 'employeeData') ? undefined : InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSON(json['employeeData']),
|
|
97
110
|
'employeeID': json['employeeID'],
|
|
98
111
|
'entries': !exists(json, 'entries') ? undefined : ((json['entries'] as Array<any>).map(AdjustedTimesheetEntryDTOFromJSON)),
|
|
99
112
|
'expectedHours': !exists(json, 'expectedHours') ? undefined : json['expectedHours'],
|
|
@@ -113,6 +126,7 @@ export function AdjustedTimesheetDTOToJSON(value?: AdjustedTimesheetDTO | null):
|
|
|
113
126
|
}
|
|
114
127
|
return {
|
|
115
128
|
|
|
129
|
+
'employeeData': InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoToJSON(value.employeeData),
|
|
116
130
|
'employeeID': value.employeeID,
|
|
117
131
|
'entries': value.entries === undefined ? undefined : ((value.entries as Array<any>).map(AdjustedTimesheetEntryDTOToJSON)),
|
|
118
132
|
'expectedHours': value.expectedHours,
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Tuix Services
|
|
6
|
+
* Tuix Services API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoToJSON = exports.InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSONTyped = exports.InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSON = exports.instanceOfInternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfInternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo(value) {
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
return isInstance;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfInternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo = instanceOfInternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo;
|
|
26
|
+
function InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSON(json) {
|
|
27
|
+
return InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSON = InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSON;
|
|
30
|
+
function InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'firstName': !(0, runtime_1.exists)(json, 'firstName') ? undefined : json['firstName'],
|
|
36
|
+
'lastName': !(0, runtime_1.exists)(json, 'lastName') ? undefined : json['lastName'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
exports.InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSONTyped = InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSONTyped;
|
|
40
|
+
function InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoToJSON(value) {
|
|
41
|
+
if (value === undefined) {
|
|
42
|
+
return undefined;
|
|
43
|
+
}
|
|
44
|
+
if (value === null) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'firstName': value.firstName,
|
|
49
|
+
'lastName': value.lastName,
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
exports.InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoToJSON = InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoToJSON;
|
|
53
|
+
//# sourceMappingURL=InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo.js","sourceRoot":"","sources":["InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAqB/C;;GAEG;AACH,SAAgB,oEAAoE,CAAC,KAAa;IAC9F,IAAI,UAAU,GAAG,IAAI,CAAC;IAEtB,OAAO,UAAU,CAAC;AACtB,CAAC;AAJD,oJAIC;AAED,SAAgB,kEAAkE,CAAC,IAAS;IACxF,OAAO,uEAAuE,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChG,CAAC;AAFD,gJAEC;AAED,SAAgB,uEAAuE,CAAC,IAAS,EAAE,mBAA4B;IAC3H,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACvE,UAAU,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACvE,CAAC;AACN,CAAC;AATD,0JASC;AAED,SAAgB,gEAAgE,CAAC,KAAyE;IACtJ,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACtB,OAAO,SAAS,CAAC;IACrB,CAAC;IACD,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;QACjB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,UAAU,EAAE,KAAK,CAAC,QAAQ;KAC7B,CAAC;AACN,CAAC;AAZD,4IAYC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tuix Services
|
|
5
|
+
* Tuix Services API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo
|
|
20
|
+
*/
|
|
21
|
+
export interface InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo
|
|
26
|
+
*/
|
|
27
|
+
firstName?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo
|
|
32
|
+
*/
|
|
33
|
+
lastName?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfInternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo(value: object): boolean {
|
|
40
|
+
let isInstance = true;
|
|
41
|
+
|
|
42
|
+
return isInstance;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSON(json: any): InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo {
|
|
46
|
+
return InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo {
|
|
50
|
+
if ((json === undefined) || (json === null)) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
|
|
55
|
+
'firstName': !exists(json, 'firstName') ? undefined : json['firstName'],
|
|
56
|
+
'lastName': !exists(json, 'lastName') ? undefined : json['lastName'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfoToJSON(value?: InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo | null): any {
|
|
61
|
+
if (value === undefined) {
|
|
62
|
+
return undefined;
|
|
63
|
+
}
|
|
64
|
+
if (value === null) {
|
|
65
|
+
return null;
|
|
66
|
+
}
|
|
67
|
+
return {
|
|
68
|
+
|
|
69
|
+
'firstName': value.firstName,
|
|
70
|
+
'lastName': value.lastName,
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Tuix Services
|
|
6
|
+
* Tuix Services API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.InternalEmployeeTimesheetDtosTimesheetEmployeeInfoToJSON = exports.InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSONTyped = exports.InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSON = exports.instanceOfInternalEmployeeTimesheetDtosTimesheetEmployeeInfo = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the InternalEmployeeTimesheetDtosTimesheetEmployeeInfo interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfInternalEmployeeTimesheetDtosTimesheetEmployeeInfo(value) {
|
|
22
|
+
let isInstance = true;
|
|
23
|
+
return isInstance;
|
|
24
|
+
}
|
|
25
|
+
exports.instanceOfInternalEmployeeTimesheetDtosTimesheetEmployeeInfo = instanceOfInternalEmployeeTimesheetDtosTimesheetEmployeeInfo;
|
|
26
|
+
function InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSON(json) {
|
|
27
|
+
return InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
exports.InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSON = InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSON;
|
|
30
|
+
function InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if ((json === undefined) || (json === null)) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'firstName': !(0, runtime_1.exists)(json, 'firstName') ? undefined : json['firstName'],
|
|
36
|
+
'lastName': !(0, runtime_1.exists)(json, 'lastName') ? undefined : json['lastName'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
exports.InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSONTyped = InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSONTyped;
|
|
40
|
+
function InternalEmployeeTimesheetDtosTimesheetEmployeeInfoToJSON(value) {
|
|
41
|
+
if (value === undefined) {
|
|
42
|
+
return undefined;
|
|
43
|
+
}
|
|
44
|
+
if (value === null) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'firstName': value.firstName,
|
|
49
|
+
'lastName': value.lastName,
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
exports.InternalEmployeeTimesheetDtosTimesheetEmployeeInfoToJSON = InternalEmployeeTimesheetDtosTimesheetEmployeeInfoToJSON;
|
|
53
|
+
//# sourceMappingURL=InternalEmployeeTimesheetDtosTimesheetEmployeeInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InternalEmployeeTimesheetDtosTimesheetEmployeeInfo.js","sourceRoot":"","sources":["InternalEmployeeTimesheetDtosTimesheetEmployeeInfo.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAqB/C;;GAEG;AACH,SAAgB,4DAA4D,CAAC,KAAa;IACtF,IAAI,UAAU,GAAG,IAAI,CAAC;IAEtB,OAAO,UAAU,CAAC;AACtB,CAAC;AAJD,oIAIC;AAED,SAAgB,0DAA0D,CAAC,IAAS;IAChF,OAAO,+DAA+D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxF,CAAC;AAFD,gIAEC;AAED,SAAgB,+DAA+D,CAAC,IAAS,EAAE,mBAA4B;IACnH,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACvE,UAAU,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;KACvE,CAAC;AACN,CAAC;AATD,0IASC;AAED,SAAgB,wDAAwD,CAAC,KAAiE;IACtI,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACtB,OAAO,SAAS,CAAC;IACrB,CAAC;IACD,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;QACjB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,UAAU,EAAE,KAAK,CAAC,QAAQ;KAC7B,CAAC;AACN,CAAC;AAZD,4HAYC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Tuix Services
|
|
5
|
+
* Tuix Services API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { exists, mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface InternalEmployeeTimesheetDtosTimesheetEmployeeInfo
|
|
20
|
+
*/
|
|
21
|
+
export interface InternalEmployeeTimesheetDtosTimesheetEmployeeInfo {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof InternalEmployeeTimesheetDtosTimesheetEmployeeInfo
|
|
26
|
+
*/
|
|
27
|
+
firstName?: string;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof InternalEmployeeTimesheetDtosTimesheetEmployeeInfo
|
|
32
|
+
*/
|
|
33
|
+
lastName?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the InternalEmployeeTimesheetDtosTimesheetEmployeeInfo interface.
|
|
38
|
+
*/
|
|
39
|
+
export function instanceOfInternalEmployeeTimesheetDtosTimesheetEmployeeInfo(value: object): boolean {
|
|
40
|
+
let isInstance = true;
|
|
41
|
+
|
|
42
|
+
return isInstance;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSON(json: any): InternalEmployeeTimesheetDtosTimesheetEmployeeInfo {
|
|
46
|
+
return InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export function InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): InternalEmployeeTimesheetDtosTimesheetEmployeeInfo {
|
|
50
|
+
if ((json === undefined) || (json === null)) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
|
|
55
|
+
'firstName': !exists(json, 'firstName') ? undefined : json['firstName'],
|
|
56
|
+
'lastName': !exists(json, 'lastName') ? undefined : json['lastName'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export function InternalEmployeeTimesheetDtosTimesheetEmployeeInfoToJSON(value?: InternalEmployeeTimesheetDtosTimesheetEmployeeInfo | null): any {
|
|
61
|
+
if (value === undefined) {
|
|
62
|
+
return undefined;
|
|
63
|
+
}
|
|
64
|
+
if (value === null) {
|
|
65
|
+
return null;
|
|
66
|
+
}
|
|
67
|
+
return {
|
|
68
|
+
|
|
69
|
+
'firstName': value.firstName,
|
|
70
|
+
'lastName': value.lastName,
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
|
package/models/TimesheetDTO.js
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.TimesheetDTOToJSON = exports.TimesheetDTOFromJSONTyped = exports.TimesheetDTOFromJSON = exports.instanceOfTimesheetDTO = void 0;
|
|
17
17
|
const runtime_1 = require("../runtime");
|
|
18
|
+
const InternalEmployeeTimesheetDtosTimesheetEmployeeInfo_1 = require("./InternalEmployeeTimesheetDtosTimesheetEmployeeInfo");
|
|
18
19
|
const TimesheetEntryDTO_1 = require("./TimesheetEntryDTO");
|
|
19
20
|
/**
|
|
20
21
|
* Check if a given object implements the TimesheetDTO interface.
|
|
@@ -33,6 +34,7 @@ function TimesheetDTOFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
33
34
|
return json;
|
|
34
35
|
}
|
|
35
36
|
return {
|
|
37
|
+
'employeeData': !(0, runtime_1.exists)(json, 'employeeData') ? undefined : (0, InternalEmployeeTimesheetDtosTimesheetEmployeeInfo_1.InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSON)(json['employeeData']),
|
|
36
38
|
'employeeID': !(0, runtime_1.exists)(json, 'employeeID') ? undefined : json['employeeID'],
|
|
37
39
|
'expectedHours': !(0, runtime_1.exists)(json, 'expectedHours') ? undefined : json['expectedHours'],
|
|
38
40
|
'id': !(0, runtime_1.exists)(json, 'id') ? undefined : json['id'],
|
|
@@ -51,6 +53,7 @@ function TimesheetDTOToJSON(value) {
|
|
|
51
53
|
return null;
|
|
52
54
|
}
|
|
53
55
|
return {
|
|
56
|
+
'employeeData': (0, InternalEmployeeTimesheetDtosTimesheetEmployeeInfo_1.InternalEmployeeTimesheetDtosTimesheetEmployeeInfoToJSON)(value.employeeData),
|
|
54
57
|
'employeeID': value.employeeID,
|
|
55
58
|
'expectedHours': value.expectedHours,
|
|
56
59
|
'id': value.id,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimesheetDTO.js","sourceRoot":"","sources":["TimesheetDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAE/C,2DAI6B;
|
|
1
|
+
{"version":3,"file":"TimesheetDTO.js","sourceRoot":"","sources":["TimesheetDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAE/C,6HAI8D;AAE9D,2DAI6B;AA0D7B;;GAEG;AACH,SAAgB,sBAAsB,CAAC,KAAa;IAChD,IAAI,UAAU,GAAG,IAAI,CAAC;IAEtB,OAAO,UAAU,CAAC;AACtB,CAAC;AAJD,wDAIC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAFD,oDAEC;AAED,SAAgB,yBAAyB,CAAC,IAAS,EAAE,mBAA4B;IAC7E,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,cAAc,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+GAA0D,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC5I,YAAY,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QAC1E,eAAe,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QACnF,IAAI,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QAClD,OAAO,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC3D,WAAW,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACvE,QAAQ,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC9D,kBAAkB,EAAE,CAAC,IAAA,gBAAM,EAAC,IAAI,EAAE,mBAAmB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,mBAAmB,CAAgB,CAAC,GAAG,CAAC,6CAAyB,CAAC,CAAC;KAClJ,CAAC;AACN,CAAC;AAfD,8DAeC;AAED,SAAgB,kBAAkB,CAAC,KAA2B;IAC1D,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACtB,OAAO,SAAS,CAAC;IACrB,CAAC;IACD,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;QACjB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,cAAc,EAAE,IAAA,6GAAwD,EAAC,KAAK,CAAC,YAAY,CAAC;QAC5F,YAAY,EAAE,KAAK,CAAC,UAAU;QAC9B,eAAe,EAAE,KAAK,CAAC,aAAa;QACpC,IAAI,EAAE,KAAK,CAAC,EAAE;QACd,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,QAAQ,EAAE,KAAK,CAAC,MAAM;QACtB,mBAAmB,EAAE,KAAK,CAAC,gBAAgB,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,gBAA+B,CAAC,GAAG,CAAC,2CAAuB,CAAC,CAAC;KAChJ,CAAC;AACN,CAAC;AAlBD,gDAkBC"}
|
package/models/TimesheetDTO.ts
CHANGED
|
@@ -13,6 +13,12 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { exists, mapValues } from '../runtime';
|
|
16
|
+
import type { InternalEmployeeTimesheetDtosTimesheetEmployeeInfo } from './InternalEmployeeTimesheetDtosTimesheetEmployeeInfo';
|
|
17
|
+
import {
|
|
18
|
+
InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSON,
|
|
19
|
+
InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSONTyped,
|
|
20
|
+
InternalEmployeeTimesheetDtosTimesheetEmployeeInfoToJSON,
|
|
21
|
+
} from './InternalEmployeeTimesheetDtosTimesheetEmployeeInfo';
|
|
16
22
|
import type { TimesheetEntryDTO } from './TimesheetEntryDTO';
|
|
17
23
|
import {
|
|
18
24
|
TimesheetEntryDTOFromJSON,
|
|
@@ -26,6 +32,12 @@ import {
|
|
|
26
32
|
* @interface TimesheetDTO
|
|
27
33
|
*/
|
|
28
34
|
export interface TimesheetDTO {
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {InternalEmployeeTimesheetDtosTimesheetEmployeeInfo}
|
|
38
|
+
* @memberof TimesheetDTO
|
|
39
|
+
*/
|
|
40
|
+
employeeData?: InternalEmployeeTimesheetDtosTimesheetEmployeeInfo;
|
|
29
41
|
/**
|
|
30
42
|
*
|
|
31
43
|
* @type {string}
|
|
@@ -89,6 +101,7 @@ export function TimesheetDTOFromJSONTyped(json: any, ignoreDiscriminator: boolea
|
|
|
89
101
|
}
|
|
90
102
|
return {
|
|
91
103
|
|
|
104
|
+
'employeeData': !exists(json, 'employeeData') ? undefined : InternalEmployeeTimesheetDtosTimesheetEmployeeInfoFromJSON(json['employeeData']),
|
|
92
105
|
'employeeID': !exists(json, 'employeeID') ? undefined : json['employeeID'],
|
|
93
106
|
'expectedHours': !exists(json, 'expectedHours') ? undefined : json['expectedHours'],
|
|
94
107
|
'id': !exists(json, 'id') ? undefined : json['id'],
|
|
@@ -108,6 +121,7 @@ export function TimesheetDTOToJSON(value?: TimesheetDTO | null): any {
|
|
|
108
121
|
}
|
|
109
122
|
return {
|
|
110
123
|
|
|
124
|
+
'employeeData': InternalEmployeeTimesheetDtosTimesheetEmployeeInfoToJSON(value.employeeData),
|
|
111
125
|
'employeeID': value.employeeID,
|
|
112
126
|
'expectedHours': value.expectedHours,
|
|
113
127
|
'id': value.id,
|
package/models/index.js
CHANGED
|
@@ -44,6 +44,8 @@ __exportStar(require("./GlobalTimesheetEntryDTO"), exports);
|
|
|
44
44
|
__exportStar(require("./GlobalTimesheetEntryUpdateDTO"), exports);
|
|
45
45
|
__exportStar(require("./HolidayCreateDTO"), exports);
|
|
46
46
|
__exportStar(require("./HolidayDTO"), exports);
|
|
47
|
+
__exportStar(require("./InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo"), exports);
|
|
48
|
+
__exportStar(require("./InternalEmployeeTimesheetDtosTimesheetEmployeeInfo"), exports);
|
|
47
49
|
__exportStar(require("./JiraAccountDto"), exports);
|
|
48
50
|
__exportStar(require("./JiraUserDto"), exports);
|
|
49
51
|
__exportStar(require("./MarkInvoicePaidDTO"), exports);
|
package/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,mDAAiC;AACjC,yDAAuC;AACvC,8DAA4C;AAC5C,oEAAkD;AAClD,8CAA4B;AAC5B,qDAAmC;AACnC,+CAA6B;AAC7B,kEAAgD;AAChD,wDAAsC;AACtC,yDAAuC;AACvC,sDAAoC;AACpC,0DAAwC;AACxC,2DAAyC;AACzC,kDAAgC;AAChC,qDAAmC;AACnC,gDAA8B;AAC9B,uDAAqC;AACrC,uDAAqC;AACrC,sDAAoC;AACpC,6CAA2B;AAC3B,qDAAmC;AACnC,yDAAuC;AACvC,kDAAgC;AAChC,uDAAqC;AACrC,4DAA0C;AAC1C,kEAAgD;AAChD,qDAAmC;AACnC,+CAA6B;AAC7B,mDAAiC;AACjC,gDAA8B;AAC9B,uDAAqC;AACrC,gEAA8C;AAC9C,4DAA0C;AAC1C,qDAAmC;AACnC,8DAA4C;AAC5C,8DAA4C;AAC5C,8DAA4C;AAC5C,uDAAqC;AACrC,8DAA4C;AAC5C,yDAAuC;AACvC,sDAAoC;AACpC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,mDAAiC;AACjC,kDAAgC;AAChC,+CAA6B;AAC7B,oDAAkC;AAClC,qDAAmC;AACnC,uDAAqC;AACrC,sDAAoC;AACpC,2DAAyC;AACzC,iDAA+B;AAC/B,iDAA+B;AAC/B,wDAAsC;AACtC,iEAA+C;AAC/C,kDAAgC;AAChC,iDAA+B;AAC/B,sDAAoC;AACpC,4DAA0C;AAC1C,6CAA2B;AAC3B,kDAAgC;AAChC,4DAA0C;AAC1C,kDAAgC;AAChC,kDAAgC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,mDAAiC;AACjC,yDAAuC;AACvC,8DAA4C;AAC5C,oEAAkD;AAClD,8CAA4B;AAC5B,qDAAmC;AACnC,+CAA6B;AAC7B,kEAAgD;AAChD,wDAAsC;AACtC,yDAAuC;AACvC,sDAAoC;AACpC,0DAAwC;AACxC,2DAAyC;AACzC,kDAAgC;AAChC,qDAAmC;AACnC,gDAA8B;AAC9B,uDAAqC;AACrC,uDAAqC;AACrC,sDAAoC;AACpC,6CAA2B;AAC3B,qDAAmC;AACnC,yDAAuC;AACvC,kDAAgC;AAChC,uDAAqC;AACrC,4DAA0C;AAC1C,kEAAgD;AAChD,qDAAmC;AACnC,+CAA6B;AAC7B,+FAA6E;AAC7E,uFAAqE;AACrE,mDAAiC;AACjC,gDAA8B;AAC9B,uDAAqC;AACrC,gEAA8C;AAC9C,4DAA0C;AAC1C,qDAAmC;AACnC,8DAA4C;AAC5C,8DAA4C;AAC5C,8DAA4C;AAC5C,uDAAqC;AACrC,8DAA4C;AAC5C,yDAAuC;AACvC,sDAAoC;AACpC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,mDAAiC;AACjC,kDAAgC;AAChC,+CAA6B;AAC7B,oDAAkC;AAClC,qDAAmC;AACnC,uDAAqC;AACrC,sDAAoC;AACpC,2DAAyC;AACzC,iDAA+B;AAC/B,iDAA+B;AAC/B,wDAAsC;AACtC,iEAA+C;AAC/C,kDAAgC;AAChC,iDAA+B;AAC/B,sDAAoC;AACpC,4DAA0C;AAC1C,6CAA2B;AAC3B,kDAAgC;AAChC,4DAA0C;AAC1C,kDAAgC;AAChC,kDAAgC"}
|
package/models/index.ts
CHANGED
|
@@ -28,6 +28,8 @@ export * from './GlobalTimesheetEntryDTO';
|
|
|
28
28
|
export * from './GlobalTimesheetEntryUpdateDTO';
|
|
29
29
|
export * from './HolidayCreateDTO';
|
|
30
30
|
export * from './HolidayDTO';
|
|
31
|
+
export * from './InternalAdjustedTimesheetDtosAdjustedTimesheetEmployeeInfo';
|
|
32
|
+
export * from './InternalEmployeeTimesheetDtosTimesheetEmployeeInfo';
|
|
31
33
|
export * from './JiraAccountDto';
|
|
32
34
|
export * from './JiraUserDto';
|
|
33
35
|
export * from './MarkInvoicePaidDTO';
|