tuix-timesheets-api 0.45.0 → 0.47.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.
@@ -1,60 +0,0 @@
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.SDKTestResponseDTOToJSON = exports.SDKTestResponseDTOFromJSONTyped = exports.SDKTestResponseDTOFromJSON = exports.instanceOfSDKTestResponseDTO = void 0;
17
- /**
18
- * Check if a given object implements the SDKTestResponseDTO interface.
19
- */
20
- function instanceOfSDKTestResponseDTO(value) {
21
- let isInstance = true;
22
- isInstance = isInstance && "test1" in value;
23
- isInstance = isInstance && "test2" in value;
24
- isInstance = isInstance && "test3" in value;
25
- isInstance = isInstance && "test4" in value;
26
- return isInstance;
27
- }
28
- exports.instanceOfSDKTestResponseDTO = instanceOfSDKTestResponseDTO;
29
- function SDKTestResponseDTOFromJSON(json) {
30
- return SDKTestResponseDTOFromJSONTyped(json, false);
31
- }
32
- exports.SDKTestResponseDTOFromJSON = SDKTestResponseDTOFromJSON;
33
- function SDKTestResponseDTOFromJSONTyped(json, ignoreDiscriminator) {
34
- if ((json === undefined) || (json === null)) {
35
- return json;
36
- }
37
- return {
38
- 'test1': json['test1'],
39
- 'test2': json['test2'],
40
- 'test3': json['test3'],
41
- 'test4': json['test4'],
42
- };
43
- }
44
- exports.SDKTestResponseDTOFromJSONTyped = SDKTestResponseDTOFromJSONTyped;
45
- function SDKTestResponseDTOToJSON(value) {
46
- if (value === undefined) {
47
- return undefined;
48
- }
49
- if (value === null) {
50
- return null;
51
- }
52
- return {
53
- 'test1': value.test1,
54
- 'test2': value.test2,
55
- 'test3': value.test3,
56
- 'test4': value.test4,
57
- };
58
- }
59
- exports.SDKTestResponseDTOToJSON = SDKTestResponseDTOToJSON;
60
- //# sourceMappingURL=SDKTestResponseDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SDKTestResponseDTO.js","sourceRoot":"","sources":["SDKTestResponseDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAmCH;;GAEG;AACH,SAAgB,4BAA4B,CAAC,KAAa;IACtD,IAAI,UAAU,GAAG,IAAI,CAAC;IACtB,UAAU,GAAG,UAAU,IAAI,OAAO,IAAI,KAAK,CAAC;IAC5C,UAAU,GAAG,UAAU,IAAI,OAAO,IAAI,KAAK,CAAC;IAC5C,UAAU,GAAG,UAAU,IAAI,OAAO,IAAI,KAAK,CAAC;IAC5C,UAAU,GAAG,UAAU,IAAI,OAAO,IAAI,KAAK,CAAC;IAE5C,OAAO,UAAU,CAAC;AACtB,CAAC;AARD,oEAQC;AAED,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAFD,gEAEC;AAED,SAAgB,+BAA+B,CAAC,IAAS,EAAE,mBAA4B;IACnF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AAXD,0EAWC;AAED,SAAgB,wBAAwB,CAAC,KAAiC;IACtE,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,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,OAAO,EAAE,KAAK,CAAC,KAAK;KACvB,CAAC;AACN,CAAC;AAdD,4DAcC"}
@@ -1,93 +0,0 @@
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 SDKTestResponseDTO
20
- */
21
- export interface SDKTestResponseDTO {
22
- /**
23
- *
24
- * @type {boolean}
25
- * @memberof SDKTestResponseDTO
26
- */
27
- test1: boolean;
28
- /**
29
- *
30
- * @type {number}
31
- * @memberof SDKTestResponseDTO
32
- */
33
- test2: number;
34
- /**
35
- *
36
- * @type {string}
37
- * @memberof SDKTestResponseDTO
38
- */
39
- test3: string;
40
- /**
41
- *
42
- * @type {string}
43
- * @memberof SDKTestResponseDTO
44
- */
45
- test4: string;
46
- }
47
-
48
- /**
49
- * Check if a given object implements the SDKTestResponseDTO interface.
50
- */
51
- export function instanceOfSDKTestResponseDTO(value: object): boolean {
52
- let isInstance = true;
53
- isInstance = isInstance && "test1" in value;
54
- isInstance = isInstance && "test2" in value;
55
- isInstance = isInstance && "test3" in value;
56
- isInstance = isInstance && "test4" in value;
57
-
58
- return isInstance;
59
- }
60
-
61
- export function SDKTestResponseDTOFromJSON(json: any): SDKTestResponseDTO {
62
- return SDKTestResponseDTOFromJSONTyped(json, false);
63
- }
64
-
65
- export function SDKTestResponseDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): SDKTestResponseDTO {
66
- if ((json === undefined) || (json === null)) {
67
- return json;
68
- }
69
- return {
70
-
71
- 'test1': json['test1'],
72
- 'test2': json['test2'],
73
- 'test3': json['test3'],
74
- 'test4': json['test4'],
75
- };
76
- }
77
-
78
- export function SDKTestResponseDTOToJSON(value?: SDKTestResponseDTO | null): any {
79
- if (value === undefined) {
80
- return undefined;
81
- }
82
- if (value === null) {
83
- return null;
84
- }
85
- return {
86
-
87
- 'test1': value.test1,
88
- 'test2': value.test2,
89
- 'test3': value.test3,
90
- 'test4': value.test4,
91
- };
92
- }
93
-