@teemill/projects 1.12.0 → 1.12.3

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 (117) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +2 -2
  4. package/dist/apis/ProjectsApi.d.ts +4 -4
  5. package/dist/apis/ProjectsApi.js +517 -927
  6. package/dist/esm/apis/ProjectsApi.d.ts +241 -0
  7. package/dist/esm/apis/ProjectsApi.js +701 -0
  8. package/dist/esm/apis/index.d.ts +1 -0
  9. package/dist/esm/apis/index.js +3 -0
  10. package/dist/esm/index.d.ts +3 -0
  11. package/dist/esm/index.js +5 -0
  12. package/dist/esm/models/ApiError.d.ts +37 -0
  13. package/dist/esm/models/ApiError.js +42 -0
  14. package/dist/esm/models/CreateInviteRequest.d.ts +31 -0
  15. package/dist/esm/models/CreateInviteRequest.js +40 -0
  16. package/dist/esm/models/CreateProjectRequest.d.ts +43 -0
  17. package/dist/esm/models/CreateProjectRequest.js +44 -0
  18. package/dist/esm/models/CreateUserRequest.d.ts +56 -0
  19. package/dist/esm/models/CreateUserRequest.js +55 -0
  20. package/dist/esm/models/CreateUserRequestAvatar.d.ts +31 -0
  21. package/dist/esm/models/CreateUserRequestAvatar.js +43 -0
  22. package/dist/esm/models/InstallTemplateRequest.d.ts +31 -0
  23. package/dist/esm/models/InstallTemplateRequest.js +38 -0
  24. package/dist/esm/models/Integration.d.ts +49 -0
  25. package/dist/esm/models/Integration.js +47 -0
  26. package/dist/esm/models/IntegrationInfo.d.ts +49 -0
  27. package/dist/esm/models/IntegrationInfo.js +52 -0
  28. package/dist/esm/models/IntegrationsResponse.d.ts +32 -0
  29. package/dist/esm/models/IntegrationsResponse.js +41 -0
  30. package/dist/esm/models/Project.d.ts +50 -0
  31. package/dist/esm/models/Project.js +49 -0
  32. package/dist/esm/models/ProjectInvite.d.ts +56 -0
  33. package/dist/esm/models/ProjectInvite.js +57 -0
  34. package/dist/esm/models/ProjectInvites.d.ts +38 -0
  35. package/dist/esm/models/ProjectInvites.js +45 -0
  36. package/dist/esm/models/ProjectLogo.d.ts +37 -0
  37. package/dist/esm/models/ProjectLogo.js +40 -0
  38. package/dist/esm/models/ProjectUser.d.ts +83 -0
  39. package/dist/esm/models/ProjectUser.js +75 -0
  40. package/dist/esm/models/ProjectUserAvatar.d.ts +31 -0
  41. package/dist/esm/models/ProjectUserAvatar.js +38 -0
  42. package/dist/esm/models/ProjectUsers.d.ts +38 -0
  43. package/dist/esm/models/ProjectUsers.js +45 -0
  44. package/dist/esm/models/ProjectsResponse.d.ts +32 -0
  45. package/dist/esm/models/ProjectsResponse.js +41 -0
  46. package/dist/esm/models/SetupIntegrationRequest.d.ts +31 -0
  47. package/dist/esm/models/SetupIntegrationRequest.js +40 -0
  48. package/dist/esm/models/UpdateProjectRequest.d.ts +31 -0
  49. package/dist/esm/models/UpdateProjectRequest.js +38 -0
  50. package/dist/esm/models/UpdateUserRequest.d.ts +56 -0
  51. package/dist/esm/models/UpdateUserRequest.js +52 -0
  52. package/dist/esm/models/UpdateUserRequestAvatar.d.ts +31 -0
  53. package/dist/esm/models/UpdateUserRequestAvatar.js +43 -0
  54. package/dist/esm/models/index.d.ts +16 -0
  55. package/dist/esm/models/index.js +18 -0
  56. package/dist/esm/runtime.d.ts +187 -0
  57. package/dist/esm/runtime.js +333 -0
  58. package/dist/models/ApiError.d.ts +1 -1
  59. package/dist/models/ApiError.js +1 -1
  60. package/dist/models/CreateInviteRequest.d.ts +1 -1
  61. package/dist/models/CreateInviteRequest.js +1 -1
  62. package/dist/models/CreateProjectRequest.d.ts +1 -1
  63. package/dist/models/CreateProjectRequest.js +1 -1
  64. package/dist/models/CreateUserRequest.js +3 -3
  65. package/dist/models/CreateUserRequestAvatar.js +2 -2
  66. package/dist/models/InstallTemplateRequest.d.ts +1 -1
  67. package/dist/models/InstallTemplateRequest.js +1 -1
  68. package/dist/models/Integration.d.ts +2 -2
  69. package/dist/models/Integration.js +1 -1
  70. package/dist/models/IntegrationInfo.js +1 -1
  71. package/dist/models/IntegrationsResponse.d.ts +1 -1
  72. package/dist/models/IntegrationsResponse.js +2 -2
  73. package/dist/models/Project.d.ts +2 -2
  74. package/dist/models/Project.js +3 -5
  75. package/dist/models/ProjectInvite.d.ts +1 -1
  76. package/dist/models/ProjectInvite.js +2 -2
  77. package/dist/models/ProjectInvites.d.ts +1 -1
  78. package/dist/models/ProjectInvites.js +2 -2
  79. package/dist/models/ProjectLogo.d.ts +1 -1
  80. package/dist/models/ProjectLogo.js +1 -1
  81. package/dist/models/ProjectUser.d.ts +7 -1
  82. package/dist/models/ProjectUser.js +6 -2
  83. package/dist/models/ProjectUserAvatar.d.ts +1 -1
  84. package/dist/models/ProjectUserAvatar.js +1 -1
  85. package/dist/models/ProjectUsers.d.ts +1 -1
  86. package/dist/models/ProjectUsers.js +2 -2
  87. package/dist/models/ProjectsResponse.d.ts +1 -1
  88. package/dist/models/ProjectsResponse.js +2 -2
  89. package/dist/models/SetupIntegrationRequest.d.ts +1 -1
  90. package/dist/models/SetupIntegrationRequest.js +1 -1
  91. package/dist/models/UpdateProjectRequest.d.ts +1 -1
  92. package/dist/models/UpdateProjectRequest.js +1 -1
  93. package/dist/models/UpdateUserRequest.js +3 -3
  94. package/dist/models/UpdateUserRequestAvatar.js +2 -2
  95. package/dist/runtime.d.ts +1 -1
  96. package/dist/runtime.js +223 -439
  97. package/package.json +4 -2
  98. package/src/apis/ProjectsApi.ts +6 -8
  99. package/src/models/ApiError.ts +1 -1
  100. package/src/models/CreateInviteRequest.ts +1 -1
  101. package/src/models/CreateProjectRequest.ts +1 -1
  102. package/src/models/InstallTemplateRequest.ts +1 -1
  103. package/src/models/Integration.ts +2 -2
  104. package/src/models/IntegrationsResponse.ts +1 -1
  105. package/src/models/Project.ts +3 -4
  106. package/src/models/ProjectInvite.ts +1 -1
  107. package/src/models/ProjectInvites.ts +1 -1
  108. package/src/models/ProjectLogo.ts +1 -1
  109. package/src/models/ProjectUser.ts +10 -1
  110. package/src/models/ProjectUserAvatar.ts +1 -1
  111. package/src/models/ProjectUsers.ts +1 -1
  112. package/src/models/ProjectsResponse.ts +1 -1
  113. package/src/models/SetupIntegrationRequest.ts +1 -1
  114. package/src/models/UpdateProjectRequest.ts +1 -1
  115. package/src/runtime.ts +1 -1
  116. package/tsconfig.esm.json +7 -0
  117. package/tsconfig.json +2 -2
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.IntegrationsResponseToJSON = exports.IntegrationsResponseFromJSONTyped = exports.IntegrationsResponseFromJSON = exports.instanceOfIntegrationsResponse = void 0;
17
- var Integration_1 = require("./Integration");
17
+ const Integration_1 = require("./Integration");
18
18
  /**
19
19
  * Check if a given object implements the IntegrationsResponse interface.
20
20
  */
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -33,7 +33,7 @@ export interface Project {
33
33
  * @type {ProjectLogo}
34
34
  * @memberof Project
35
35
  */
36
- logo: ProjectLogo;
36
+ logo?: ProjectLogo;
37
37
  /**
38
38
  *
39
39
  * @type {Array<string>}
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.ProjectToJSON = exports.ProjectFromJSONTyped = exports.ProjectFromJSON = exports.instanceOfProject = void 0;
17
- var ProjectLogo_1 = require("./ProjectLogo");
17
+ const ProjectLogo_1 = require("./ProjectLogo");
18
18
  /**
19
19
  * Check if a given object implements the Project interface.
20
20
  */
@@ -23,8 +23,6 @@ function instanceOfProject(value) {
23
23
  return false;
24
24
  if (!('name' in value))
25
25
  return false;
26
- if (!('logo' in value))
27
- return false;
28
26
  return true;
29
27
  }
30
28
  exports.instanceOfProject = instanceOfProject;
@@ -39,7 +37,7 @@ function ProjectFromJSONTyped(json, ignoreDiscriminator) {
39
37
  return {
40
38
  'id': json['id'],
41
39
  'name': json['name'],
42
- 'logo': (0, ProjectLogo_1.ProjectLogoFromJSON)(json['logo']),
40
+ 'logo': json['logo'] == null ? undefined : (0, ProjectLogo_1.ProjectLogoFromJSON)(json['logo']),
43
41
  'integrations': json['integrations'] == null ? undefined : json['integrations'],
44
42
  };
45
43
  }
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.ProjectInviteToJSON = exports.ProjectInviteFromJSONTyped = exports.ProjectInviteFromJSON = exports.instanceOfProjectInvite = void 0;
17
- var ProjectUser_1 = require("./ProjectUser");
17
+ const ProjectUser_1 = require("./ProjectUser");
18
18
  /**
19
19
  * Check if a given object implements the ProjectInvite interface.
20
20
  */
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.ProjectInvitesToJSON = exports.ProjectInvitesFromJSONTyped = exports.ProjectInvitesFromJSON = exports.instanceOfProjectInvites = void 0;
17
- var ProjectInvite_1 = require("./ProjectInvite");
17
+ const ProjectInvite_1 = require("./ProjectInvite");
18
18
  /**
19
19
  * Check if a given object implements the ProjectInvites interface.
20
20
  */
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,6 +22,12 @@ export interface ProjectUser {
22
22
  * @memberof ProjectUser
23
23
  */
24
24
  id: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof ProjectUser
29
+ */
30
+ userRef: string;
25
31
  /**
26
32
  *
27
33
  * @type {string}
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.ProjectUserToJSON = exports.ProjectUserFromJSONTyped = exports.ProjectUserFromJSON = exports.instanceOfProjectUser = exports.ProjectUserTypeEnum = void 0;
17
- var ProjectUserAvatar_1 = require("./ProjectUserAvatar");
17
+ const ProjectUserAvatar_1 = require("./ProjectUserAvatar");
18
18
  /**
19
19
  * @export
20
20
  */
@@ -29,6 +29,8 @@ exports.ProjectUserTypeEnum = {
29
29
  function instanceOfProjectUser(value) {
30
30
  if (!('id' in value))
31
31
  return false;
32
+ if (!('userRef' in value))
33
+ return false;
32
34
  if (!('firstName' in value))
33
35
  return false;
34
36
  if (!('lastName' in value))
@@ -52,6 +54,7 @@ function ProjectUserFromJSONTyped(json, ignoreDiscriminator) {
52
54
  }
53
55
  return {
54
56
  'id': json['id'],
57
+ 'userRef': json['userRef'],
55
58
  'type': json['type'] == null ? undefined : json['type'],
56
59
  'firstName': json['firstName'],
57
60
  'lastName': json['lastName'],
@@ -67,6 +70,7 @@ function ProjectUserToJSON(value) {
67
70
  }
68
71
  return {
69
72
  'id': value['id'],
73
+ 'userRef': value['userRef'],
70
74
  'type': value['type'],
71
75
  'firstName': value['firstName'],
72
76
  'lastName': value['lastName'],
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.ProjectUsersToJSON = exports.ProjectUsersFromJSONTyped = exports.ProjectUsersFromJSON = exports.instanceOfProjectUsers = void 0;
17
- var ProjectUser_1 = require("./ProjectUser");
17
+ const ProjectUser_1 = require("./ProjectUser");
18
18
  /**
19
19
  * Check if a given object implements the ProjectUsers interface.
20
20
  */
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.ProjectsResponseToJSON = exports.ProjectsResponseFromJSONTyped = exports.ProjectsResponseFromJSON = exports.instanceOfProjectsResponse = void 0;
17
- var Project_1 = require("./Project");
17
+ const Project_1 = require("./Project");
18
18
  /**
19
19
  * Check if a given object implements the ProjectsResponse interface.
20
20
  */
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Projects API
6
6
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
7
7
  *
8
- * The version of the OpenAPI document: 1.12.0
8
+ * The version of the OpenAPI document: 1.12.3
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,13 +14,13 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.UpdateUserRequestToJSON = exports.UpdateUserRequestFromJSONTyped = exports.UpdateUserRequestFromJSON = exports.instanceOfUpdateUserRequest = void 0;
17
- var runtime_1 = require("../runtime");
18
- var UpdateUserRequestAvatar_1 = require("./UpdateUserRequestAvatar");
17
+ const runtime_1 = require("../runtime");
18
+ const UpdateUserRequestAvatar_1 = require("./UpdateUserRequestAvatar");
19
19
  /**
20
20
  * Check if a given object implements the UpdateUserRequest interface.
21
21
  */
22
22
  function instanceOfUpdateUserRequest(value) {
23
- var isInstance = true;
23
+ let isInstance = true;
24
24
  return isInstance;
25
25
  }
26
26
  exports.instanceOfUpdateUserRequest = instanceOfUpdateUserRequest;
@@ -14,12 +14,12 @@
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.UpdateUserRequestAvatarToJSON = exports.UpdateUserRequestAvatarFromJSONTyped = exports.UpdateUserRequestAvatarFromJSON = exports.instanceOfUpdateUserRequestAvatar = void 0;
17
- var runtime_1 = require("../runtime");
17
+ const runtime_1 = require("../runtime");
18
18
  /**
19
19
  * Check if a given object implements the UpdateUserRequestAvatar interface.
20
20
  */
21
21
  function instanceOfUpdateUserRequestAvatar(value) {
22
- var isInstance = true;
22
+ let isInstance = true;
23
23
  return isInstance;
24
24
  }
25
25
  exports.instanceOfUpdateUserRequestAvatar = instanceOfUpdateUserRequestAvatar;
package/dist/runtime.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Projects API
3
3
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
4
4
  *
5
- * The version of the OpenAPI document: 1.12.0
5
+ * The version of the OpenAPI document: 1.12.3
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).