tuix-timesheets-api 0.67.0 → 0.69.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.
Files changed (42) hide show
  1. package/.openapi-generator/FILES +4 -8
  2. package/apis/TuixTimesheetsClientApi.js +37 -212
  3. package/apis/TuixTimesheetsClientApi.js.map +1 -1
  4. package/apis/TuixTimesheetsClientApi.ts +55 -305
  5. package/models/{CreateUserDto.js → CreateUserDTO.js} +15 -15
  6. package/models/CreateUserDTO.js.map +1 -0
  7. package/models/{CreateUserDto.ts → CreateUserDTO.ts} +16 -16
  8. package/models/ErrorDTO.js +2 -2
  9. package/models/ErrorDTO.js.map +1 -1
  10. package/models/ErrorDTO.ts +2 -3
  11. package/models/SlackAccountResponseDTO.js +51 -0
  12. package/models/SlackAccountResponseDTO.js.map +1 -0
  13. package/models/{SlackAccountReponseDto.ts → SlackAccountResponseDTO.ts} +9 -9
  14. package/models/SlackUserDTO.js +55 -0
  15. package/models/SlackUserDTO.js.map +1 -0
  16. package/models/{SlackUserDto.ts → SlackUserDTO.ts} +20 -23
  17. package/models/UpdateUserDTO.js +53 -0
  18. package/models/UpdateUserDTO.js.map +1 -0
  19. package/models/{UpdateUserDto.ts → UpdateUserDTO.ts} +17 -19
  20. package/models/index.js +4 -8
  21. package/models/index.js.map +1 -1
  22. package/models/index.ts +4 -8
  23. package/package.json +1 -1
  24. package/models/CreateGithubUserDTO.js +0 -60
  25. package/models/CreateGithubUserDTO.js.map +0 -1
  26. package/models/CreateGithubUserDTO.ts +0 -93
  27. package/models/CreateUserDto.js.map +0 -1
  28. package/models/GithubAccountDTO.js +0 -51
  29. package/models/GithubAccountDTO.js.map +0 -1
  30. package/models/GithubAccountDTO.ts +0 -65
  31. package/models/GithubCommitCountDTO.js +0 -54
  32. package/models/GithubCommitCountDTO.js.map +0 -1
  33. package/models/GithubCommitCountDTO.ts +0 -75
  34. package/models/GithubUserDTO.js +0 -70
  35. package/models/GithubUserDTO.js.map +0 -1
  36. package/models/GithubUserDTO.ts +0 -127
  37. package/models/SlackAccountReponseDto.js +0 -51
  38. package/models/SlackAccountReponseDto.js.map +0 -1
  39. package/models/SlackUserDto.js +0 -57
  40. package/models/SlackUserDto.js.map +0 -1
  41. package/models/UpdateUserDto.js +0 -54
  42. package/models/UpdateUserDto.js.map +0 -1
@@ -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.CreateGithubUserDTOToJSON = exports.CreateGithubUserDTOFromJSONTyped = exports.CreateGithubUserDTOFromJSON = exports.instanceOfCreateGithubUserDTO = void 0;
17
- /**
18
- * Check if a given object implements the CreateGithubUserDTO interface.
19
- */
20
- function instanceOfCreateGithubUserDTO(value) {
21
- let isInstance = true;
22
- isInstance = isInstance && "email" in value;
23
- isInstance = isInstance && "firstName" in value;
24
- isInstance = isInstance && "lastName" in value;
25
- isInstance = isInstance && "token" in value;
26
- return isInstance;
27
- }
28
- exports.instanceOfCreateGithubUserDTO = instanceOfCreateGithubUserDTO;
29
- function CreateGithubUserDTOFromJSON(json) {
30
- return CreateGithubUserDTOFromJSONTyped(json, false);
31
- }
32
- exports.CreateGithubUserDTOFromJSON = CreateGithubUserDTOFromJSON;
33
- function CreateGithubUserDTOFromJSONTyped(json, ignoreDiscriminator) {
34
- if ((json === undefined) || (json === null)) {
35
- return json;
36
- }
37
- return {
38
- 'email': json['email'],
39
- 'firstName': json['firstName'],
40
- 'lastName': json['lastName'],
41
- 'token': json['token'],
42
- };
43
- }
44
- exports.CreateGithubUserDTOFromJSONTyped = CreateGithubUserDTOFromJSONTyped;
45
- function CreateGithubUserDTOToJSON(value) {
46
- if (value === undefined) {
47
- return undefined;
48
- }
49
- if (value === null) {
50
- return null;
51
- }
52
- return {
53
- 'email': value.email,
54
- 'firstName': value.firstName,
55
- 'lastName': value.lastName,
56
- 'token': value.token,
57
- };
58
- }
59
- exports.CreateGithubUserDTOToJSON = CreateGithubUserDTOToJSON;
60
- //# sourceMappingURL=CreateGithubUserDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateGithubUserDTO.js","sourceRoot":"","sources":["CreateGithubUserDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAmCH;;GAEG;AACH,SAAgB,6BAA6B,CAAC,KAAa;IACvD,IAAI,UAAU,GAAG,IAAI,CAAC;IACtB,UAAU,GAAG,UAAU,IAAI,OAAO,IAAI,KAAK,CAAC;IAC5C,UAAU,GAAG,UAAU,IAAI,WAAW,IAAI,KAAK,CAAC;IAChD,UAAU,GAAG,UAAU,IAAI,UAAU,IAAI,KAAK,CAAC;IAC/C,UAAU,GAAG,UAAU,IAAI,OAAO,IAAI,KAAK,CAAC;IAE5C,OAAO,UAAU,CAAC;AACtB,CAAC;AARD,sEAQC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAFD,kEAEC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,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,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;QAC5B,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;KACzB,CAAC;AACN,CAAC;AAXD,4EAWC;AAED,SAAgB,yBAAyB,CAAC,KAAkC;IACxE,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,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,UAAU,EAAE,KAAK,CAAC,QAAQ;QAC1B,OAAO,EAAE,KAAK,CAAC,KAAK;KACvB,CAAC;AACN,CAAC;AAdD,8DAcC"}
@@ -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 CreateGithubUserDTO
20
- */
21
- export interface CreateGithubUserDTO {
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof CreateGithubUserDTO
26
- */
27
- email: string;
28
- /**
29
- *
30
- * @type {string}
31
- * @memberof CreateGithubUserDTO
32
- */
33
- firstName: string;
34
- /**
35
- *
36
- * @type {string}
37
- * @memberof CreateGithubUserDTO
38
- */
39
- lastName: string;
40
- /**
41
- *
42
- * @type {string}
43
- * @memberof CreateGithubUserDTO
44
- */
45
- token: string;
46
- }
47
-
48
- /**
49
- * Check if a given object implements the CreateGithubUserDTO interface.
50
- */
51
- export function instanceOfCreateGithubUserDTO(value: object): boolean {
52
- let isInstance = true;
53
- isInstance = isInstance && "email" in value;
54
- isInstance = isInstance && "firstName" in value;
55
- isInstance = isInstance && "lastName" in value;
56
- isInstance = isInstance && "token" in value;
57
-
58
- return isInstance;
59
- }
60
-
61
- export function CreateGithubUserDTOFromJSON(json: any): CreateGithubUserDTO {
62
- return CreateGithubUserDTOFromJSONTyped(json, false);
63
- }
64
-
65
- export function CreateGithubUserDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateGithubUserDTO {
66
- if ((json === undefined) || (json === null)) {
67
- return json;
68
- }
69
- return {
70
-
71
- 'email': json['email'],
72
- 'firstName': json['firstName'],
73
- 'lastName': json['lastName'],
74
- 'token': json['token'],
75
- };
76
- }
77
-
78
- export function CreateGithubUserDTOToJSON(value?: CreateGithubUserDTO | null): any {
79
- if (value === undefined) {
80
- return undefined;
81
- }
82
- if (value === null) {
83
- return null;
84
- }
85
- return {
86
-
87
- 'email': value.email,
88
- 'firstName': value.firstName,
89
- 'lastName': value.lastName,
90
- 'token': value.token,
91
- };
92
- }
93
-
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateUserDto.js","sourceRoot":"","sources":["CreateUserDto.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA6BH;;GAEG;AACH,SAAgB,uBAAuB,CAAC,KAAa;IACjD,IAAI,UAAU,GAAG,IAAI,CAAC;IACtB,UAAU,GAAG,UAAU,IAAI,OAAO,IAAI,KAAK,CAAC;IAC5C,UAAU,GAAG,UAAU,IAAI,MAAM,IAAI,KAAK,CAAC;IAC3C,UAAU,GAAG,UAAU,IAAI,aAAa,IAAI,KAAK,CAAC;IAElD,OAAO,UAAU,CAAC;AACtB,CAAC;AAPD,0DAOC;AAED,SAAgB,qBAAqB,CAAC,IAAS;IAC3C,OAAO,0BAA0B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnD,CAAC;AAFD,sDAEC;AAED,SAAgB,0BAA0B,CAAC,IAAS,EAAE,mBAA4B;IAC9E,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,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC;KACrC,CAAC;AACN,CAAC;AAVD,gEAUC;AAED,SAAgB,mBAAmB,CAAC,KAA4B;IAC5D,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,MAAM,EAAE,KAAK,CAAC,IAAI;QAClB,aAAa,EAAE,KAAK,CAAC,WAAW;KACnC,CAAC;AACN,CAAC;AAbD,kDAaC"}
@@ -1,51 +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.GithubAccountDTOToJSON = exports.GithubAccountDTOFromJSONTyped = exports.GithubAccountDTOFromJSON = exports.instanceOfGithubAccountDTO = void 0;
17
- const runtime_1 = require("../runtime");
18
- /**
19
- * Check if a given object implements the GithubAccountDTO interface.
20
- */
21
- function instanceOfGithubAccountDTO(value) {
22
- let isInstance = true;
23
- return isInstance;
24
- }
25
- exports.instanceOfGithubAccountDTO = instanceOfGithubAccountDTO;
26
- function GithubAccountDTOFromJSON(json) {
27
- return GithubAccountDTOFromJSONTyped(json, false);
28
- }
29
- exports.GithubAccountDTOFromJSON = GithubAccountDTOFromJSON;
30
- function GithubAccountDTOFromJSONTyped(json, ignoreDiscriminator) {
31
- if ((json === undefined) || (json === null)) {
32
- return json;
33
- }
34
- return {
35
- 'username': !(0, runtime_1.exists)(json, 'username') ? undefined : json['username'],
36
- };
37
- }
38
- exports.GithubAccountDTOFromJSONTyped = GithubAccountDTOFromJSONTyped;
39
- function GithubAccountDTOToJSON(value) {
40
- if (value === undefined) {
41
- return undefined;
42
- }
43
- if (value === null) {
44
- return null;
45
- }
46
- return {
47
- 'username': value.username,
48
- };
49
- }
50
- exports.GithubAccountDTOToJSON = GithubAccountDTOToJSON;
51
- //# sourceMappingURL=GithubAccountDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GithubAccountDTO.js","sourceRoot":"","sources":["GithubAccountDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAEH,wCAA+C;AAe/C;;GAEG;AACH,SAAgB,0BAA0B,CAAC,KAAa;IACpD,IAAI,UAAU,GAAG,IAAI,CAAC;IAEtB,OAAO,UAAU,CAAC;AACtB,CAAC;AAJD,gEAIC;AAED,SAAgB,wBAAwB,CAAC,IAAS;IAC9C,OAAO,6BAA6B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtD,CAAC;AAFD,4DAEC;AAED,SAAgB,6BAA6B,CAAC,IAAS,EAAE,mBAA4B;IACjF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,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;AARD,sEAQC;AAED,SAAgB,sBAAsB,CAAC,KAA+B;IAClE,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,UAAU,EAAE,KAAK,CAAC,QAAQ;KAC7B,CAAC;AACN,CAAC;AAXD,wDAWC"}
@@ -1,65 +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 GithubAccountDTO
20
- */
21
- export interface GithubAccountDTO {
22
- /**
23
- *
24
- * @type {string}
25
- * @memberof GithubAccountDTO
26
- */
27
- username?: string;
28
- }
29
-
30
- /**
31
- * Check if a given object implements the GithubAccountDTO interface.
32
- */
33
- export function instanceOfGithubAccountDTO(value: object): boolean {
34
- let isInstance = true;
35
-
36
- return isInstance;
37
- }
38
-
39
- export function GithubAccountDTOFromJSON(json: any): GithubAccountDTO {
40
- return GithubAccountDTOFromJSONTyped(json, false);
41
- }
42
-
43
- export function GithubAccountDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): GithubAccountDTO {
44
- if ((json === undefined) || (json === null)) {
45
- return json;
46
- }
47
- return {
48
-
49
- 'username': !exists(json, 'username') ? undefined : json['username'],
50
- };
51
- }
52
-
53
- export function GithubAccountDTOToJSON(value?: GithubAccountDTO | null): any {
54
- if (value === undefined) {
55
- return undefined;
56
- }
57
- if (value === null) {
58
- return null;
59
- }
60
- return {
61
-
62
- 'username': value.username,
63
- };
64
- }
65
-
@@ -1,54 +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.GithubCommitCountDTOToJSON = exports.GithubCommitCountDTOFromJSONTyped = exports.GithubCommitCountDTOFromJSON = exports.instanceOfGithubCommitCountDTO = void 0;
17
- /**
18
- * Check if a given object implements the GithubCommitCountDTO interface.
19
- */
20
- function instanceOfGithubCommitCountDTO(value) {
21
- let isInstance = true;
22
- isInstance = isInstance && "commitCount" in value;
23
- isInstance = isInstance && "groupPeriod" in value;
24
- return isInstance;
25
- }
26
- exports.instanceOfGithubCommitCountDTO = instanceOfGithubCommitCountDTO;
27
- function GithubCommitCountDTOFromJSON(json) {
28
- return GithubCommitCountDTOFromJSONTyped(json, false);
29
- }
30
- exports.GithubCommitCountDTOFromJSON = GithubCommitCountDTOFromJSON;
31
- function GithubCommitCountDTOFromJSONTyped(json, ignoreDiscriminator) {
32
- if ((json === undefined) || (json === null)) {
33
- return json;
34
- }
35
- return {
36
- 'commitCount': json['commitCount'],
37
- 'groupPeriod': json['groupPeriod'],
38
- };
39
- }
40
- exports.GithubCommitCountDTOFromJSONTyped = GithubCommitCountDTOFromJSONTyped;
41
- function GithubCommitCountDTOToJSON(value) {
42
- if (value === undefined) {
43
- return undefined;
44
- }
45
- if (value === null) {
46
- return null;
47
- }
48
- return {
49
- 'commitCount': value.commitCount,
50
- 'groupPeriod': value.groupPeriod,
51
- };
52
- }
53
- exports.GithubCommitCountDTOToJSON = GithubCommitCountDTOToJSON;
54
- //# sourceMappingURL=GithubCommitCountDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GithubCommitCountDTO.js","sourceRoot":"","sources":["GithubCommitCountDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,IAAI,UAAU,GAAG,IAAI,CAAC;IACtB,UAAU,GAAG,UAAU,IAAI,aAAa,IAAI,KAAK,CAAC;IAClD,UAAU,GAAG,UAAU,IAAI,aAAa,IAAI,KAAK,CAAC;IAElD,OAAO,UAAU,CAAC;AACtB,CAAC;AAND,wEAMC;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,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC;QAClC,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC;KACrC,CAAC;AACN,CAAC;AATD,8EASC;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,aAAa,EAAE,KAAK,CAAC,WAAW;QAChC,aAAa,EAAE,KAAK,CAAC,WAAW;KACnC,CAAC;AACN,CAAC;AAZD,gEAYC"}
@@ -1,75 +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 GithubCommitCountDTO
20
- */
21
- export interface GithubCommitCountDTO {
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof GithubCommitCountDTO
26
- */
27
- commitCount: number;
28
- /**
29
- *
30
- * @type {string}
31
- * @memberof GithubCommitCountDTO
32
- */
33
- groupPeriod: string;
34
- }
35
-
36
- /**
37
- * Check if a given object implements the GithubCommitCountDTO interface.
38
- */
39
- export function instanceOfGithubCommitCountDTO(value: object): boolean {
40
- let isInstance = true;
41
- isInstance = isInstance && "commitCount" in value;
42
- isInstance = isInstance && "groupPeriod" in value;
43
-
44
- return isInstance;
45
- }
46
-
47
- export function GithubCommitCountDTOFromJSON(json: any): GithubCommitCountDTO {
48
- return GithubCommitCountDTOFromJSONTyped(json, false);
49
- }
50
-
51
- export function GithubCommitCountDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): GithubCommitCountDTO {
52
- if ((json === undefined) || (json === null)) {
53
- return json;
54
- }
55
- return {
56
-
57
- 'commitCount': json['commitCount'],
58
- 'groupPeriod': json['groupPeriod'],
59
- };
60
- }
61
-
62
- export function GithubCommitCountDTOToJSON(value?: GithubCommitCountDTO | null): any {
63
- if (value === undefined) {
64
- return undefined;
65
- }
66
- if (value === null) {
67
- return null;
68
- }
69
- return {
70
-
71
- 'commitCount': value.commitCount,
72
- 'groupPeriod': value.groupPeriod,
73
- };
74
- }
75
-
@@ -1,70 +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.GithubUserDTOToJSON = exports.GithubUserDTOFromJSONTyped = exports.GithubUserDTOFromJSON = exports.instanceOfGithubUserDTO = void 0;
17
- const GithubAccountDTO_1 = require("./GithubAccountDTO");
18
- /**
19
- * Check if a given object implements the GithubUserDTO interface.
20
- */
21
- function instanceOfGithubUserDTO(value) {
22
- let isInstance = true;
23
- isInstance = isInstance && "active" in value;
24
- isInstance = isInstance && "email" in value;
25
- isInstance = isInstance && "firstName" in value;
26
- isInstance = isInstance && "githubAccount" in value;
27
- isInstance = isInstance && "id" in value;
28
- isInstance = isInstance && "lastName" in value;
29
- isInstance = isInstance && "userId" in value;
30
- return isInstance;
31
- }
32
- exports.instanceOfGithubUserDTO = instanceOfGithubUserDTO;
33
- function GithubUserDTOFromJSON(json) {
34
- return GithubUserDTOFromJSONTyped(json, false);
35
- }
36
- exports.GithubUserDTOFromJSON = GithubUserDTOFromJSON;
37
- function GithubUserDTOFromJSONTyped(json, ignoreDiscriminator) {
38
- if ((json === undefined) || (json === null)) {
39
- return json;
40
- }
41
- return {
42
- 'active': json['active'],
43
- 'email': json['email'],
44
- 'firstName': json['firstName'],
45
- 'githubAccount': (0, GithubAccountDTO_1.GithubAccountDTOFromJSON)(json['githubAccount']),
46
- 'id': json['id'],
47
- 'lastName': json['lastName'],
48
- 'userId': json['userId'],
49
- };
50
- }
51
- exports.GithubUserDTOFromJSONTyped = GithubUserDTOFromJSONTyped;
52
- function GithubUserDTOToJSON(value) {
53
- if (value === undefined) {
54
- return undefined;
55
- }
56
- if (value === null) {
57
- return null;
58
- }
59
- return {
60
- 'active': value.active,
61
- 'email': value.email,
62
- 'firstName': value.firstName,
63
- 'githubAccount': (0, GithubAccountDTO_1.GithubAccountDTOToJSON)(value.githubAccount),
64
- 'id': value.id,
65
- 'lastName': value.lastName,
66
- 'userId': value.userId,
67
- };
68
- }
69
- exports.GithubUserDTOToJSON = GithubUserDTOToJSON;
70
- //# sourceMappingURL=GithubUserDTO.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GithubUserDTO.js","sourceRoot":"","sources":["GithubUserDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH,yDAI4B;AAoD5B;;GAEG;AACH,SAAgB,uBAAuB,CAAC,KAAa;IACjD,IAAI,UAAU,GAAG,IAAI,CAAC;IACtB,UAAU,GAAG,UAAU,IAAI,QAAQ,IAAI,KAAK,CAAC;IAC7C,UAAU,GAAG,UAAU,IAAI,OAAO,IAAI,KAAK,CAAC;IAC5C,UAAU,GAAG,UAAU,IAAI,WAAW,IAAI,KAAK,CAAC;IAChD,UAAU,GAAG,UAAU,IAAI,eAAe,IAAI,KAAK,CAAC;IACpD,UAAU,GAAG,UAAU,IAAI,IAAI,IAAI,KAAK,CAAC;IACzC,UAAU,GAAG,UAAU,IAAI,UAAU,IAAI,KAAK,CAAC;IAC/C,UAAU,GAAG,UAAU,IAAI,QAAQ,IAAI,KAAK,CAAC;IAE7C,OAAO,UAAU,CAAC;AACtB,CAAC;AAXD,0DAWC;AAED,SAAgB,qBAAqB,CAAC,IAAS;IAC3C,OAAO,0BAA0B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnD,CAAC;AAFD,sDAEC;AAED,SAAgB,0BAA0B,CAAC,IAAS,EAAE,mBAA4B;IAC9E,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;QACxB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC;QACtB,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,eAAe,EAAE,IAAA,2CAAwB,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAChE,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;QAC5B,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;KAC3B,CAAC;AACN,CAAC;AAdD,gEAcC;AAED,SAAgB,mBAAmB,CAAC,KAA4B;IAC5D,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,QAAQ,EAAE,KAAK,CAAC,MAAM;QACtB,OAAO,EAAE,KAAK,CAAC,KAAK;QACpB,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,eAAe,EAAE,IAAA,yCAAsB,EAAC,KAAK,CAAC,aAAa,CAAC;QAC5D,IAAI,EAAE,KAAK,CAAC,EAAE;QACd,UAAU,EAAE,KAAK,CAAC,QAAQ;QAC1B,QAAQ,EAAE,KAAK,CAAC,MAAM;KACzB,CAAC;AACN,CAAC;AAjBD,kDAiBC"}
@@ -1,127 +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
- import type { GithubAccountDTO } from './GithubAccountDTO';
17
- import {
18
- GithubAccountDTOFromJSON,
19
- GithubAccountDTOFromJSONTyped,
20
- GithubAccountDTOToJSON,
21
- } from './GithubAccountDTO';
22
-
23
- /**
24
- *
25
- * @export
26
- * @interface GithubUserDTO
27
- */
28
- export interface GithubUserDTO {
29
- /**
30
- *
31
- * @type {boolean}
32
- * @memberof GithubUserDTO
33
- */
34
- active: boolean;
35
- /**
36
- *
37
- * @type {string}
38
- * @memberof GithubUserDTO
39
- */
40
- email: string;
41
- /**
42
- *
43
- * @type {string}
44
- * @memberof GithubUserDTO
45
- */
46
- firstName: string;
47
- /**
48
- *
49
- * @type {GithubAccountDTO}
50
- * @memberof GithubUserDTO
51
- */
52
- githubAccount: GithubAccountDTO;
53
- /**
54
- *
55
- * @type {string}
56
- * @memberof GithubUserDTO
57
- */
58
- id: string;
59
- /**
60
- *
61
- * @type {string}
62
- * @memberof GithubUserDTO
63
- */
64
- lastName: string;
65
- /**
66
- *
67
- * @type {string}
68
- * @memberof GithubUserDTO
69
- */
70
- userId: string;
71
- }
72
-
73
- /**
74
- * Check if a given object implements the GithubUserDTO interface.
75
- */
76
- export function instanceOfGithubUserDTO(value: object): boolean {
77
- let isInstance = true;
78
- isInstance = isInstance && "active" in value;
79
- isInstance = isInstance && "email" in value;
80
- isInstance = isInstance && "firstName" in value;
81
- isInstance = isInstance && "githubAccount" in value;
82
- isInstance = isInstance && "id" in value;
83
- isInstance = isInstance && "lastName" in value;
84
- isInstance = isInstance && "userId" in value;
85
-
86
- return isInstance;
87
- }
88
-
89
- export function GithubUserDTOFromJSON(json: any): GithubUserDTO {
90
- return GithubUserDTOFromJSONTyped(json, false);
91
- }
92
-
93
- export function GithubUserDTOFromJSONTyped(json: any, ignoreDiscriminator: boolean): GithubUserDTO {
94
- if ((json === undefined) || (json === null)) {
95
- return json;
96
- }
97
- return {
98
-
99
- 'active': json['active'],
100
- 'email': json['email'],
101
- 'firstName': json['firstName'],
102
- 'githubAccount': GithubAccountDTOFromJSON(json['githubAccount']),
103
- 'id': json['id'],
104
- 'lastName': json['lastName'],
105
- 'userId': json['userId'],
106
- };
107
- }
108
-
109
- export function GithubUserDTOToJSON(value?: GithubUserDTO | null): any {
110
- if (value === undefined) {
111
- return undefined;
112
- }
113
- if (value === null) {
114
- return null;
115
- }
116
- return {
117
-
118
- 'active': value.active,
119
- 'email': value.email,
120
- 'firstName': value.firstName,
121
- 'githubAccount': GithubAccountDTOToJSON(value.githubAccount),
122
- 'id': value.id,
123
- 'lastName': value.lastName,
124
- 'userId': value.userId,
125
- };
126
- }
127
-
@@ -1,51 +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.SlackAccountReponseDtoToJSON = exports.SlackAccountReponseDtoFromJSONTyped = exports.SlackAccountReponseDtoFromJSON = exports.instanceOfSlackAccountReponseDto = void 0;
17
- /**
18
- * Check if a given object implements the SlackAccountReponseDto interface.
19
- */
20
- function instanceOfSlackAccountReponseDto(value) {
21
- let isInstance = true;
22
- isInstance = isInstance && "slackAccountId" in value;
23
- return isInstance;
24
- }
25
- exports.instanceOfSlackAccountReponseDto = instanceOfSlackAccountReponseDto;
26
- function SlackAccountReponseDtoFromJSON(json) {
27
- return SlackAccountReponseDtoFromJSONTyped(json, false);
28
- }
29
- exports.SlackAccountReponseDtoFromJSON = SlackAccountReponseDtoFromJSON;
30
- function SlackAccountReponseDtoFromJSONTyped(json, ignoreDiscriminator) {
31
- if ((json === undefined) || (json === null)) {
32
- return json;
33
- }
34
- return {
35
- 'slackAccountId': json['slackAccountId'],
36
- };
37
- }
38
- exports.SlackAccountReponseDtoFromJSONTyped = SlackAccountReponseDtoFromJSONTyped;
39
- function SlackAccountReponseDtoToJSON(value) {
40
- if (value === undefined) {
41
- return undefined;
42
- }
43
- if (value === null) {
44
- return null;
45
- }
46
- return {
47
- 'slackAccountId': value.slackAccountId,
48
- };
49
- }
50
- exports.SlackAccountReponseDtoToJSON = SlackAccountReponseDtoToJSON;
51
- //# sourceMappingURL=SlackAccountReponseDto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlackAccountReponseDto.js","sourceRoot":"","sources":["SlackAccountReponseDto.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiBH;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,IAAI,UAAU,GAAG,IAAI,CAAC;IACtB,UAAU,GAAG,UAAU,IAAI,gBAAgB,IAAI,KAAK,CAAC;IAErD,OAAO,UAAU,CAAC;AACtB,CAAC;AALD,4EAKC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAFD,wEAEC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC;KAC3C,CAAC;AACN,CAAC;AARD,kFAQC;AAED,SAAgB,4BAA4B,CAAC,KAAqC;IAC9E,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,gBAAgB,EAAE,KAAK,CAAC,cAAc;KACzC,CAAC;AACN,CAAC;AAXD,oEAWC"}