@teemill/projects 1.12.3 → 1.13.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 (92) hide show
  1. package/README.md +2 -2
  2. package/dist/apis/ProjectsApi.d.ts +4 -4
  3. package/dist/apis/ProjectsApi.js +4 -3
  4. package/dist/esm/apis/ProjectsApi.d.ts +4 -4
  5. package/dist/esm/apis/ProjectsApi.js +5 -4
  6. package/dist/esm/models/ApiError.d.ts +1 -1
  7. package/dist/esm/models/ApiError.js +1 -1
  8. package/dist/esm/models/CreateInviteRequest.d.ts +1 -1
  9. package/dist/esm/models/CreateInviteRequest.js +1 -1
  10. package/dist/esm/models/CreateProjectRequest.d.ts +1 -1
  11. package/dist/esm/models/CreateProjectRequest.js +1 -1
  12. package/dist/esm/models/InstallTemplateRequest.d.ts +1 -1
  13. package/dist/esm/models/InstallTemplateRequest.js +1 -1
  14. package/dist/esm/models/Integration.d.ts +1 -1
  15. package/dist/esm/models/Integration.js +1 -1
  16. package/dist/esm/models/IntegrationsResponse.d.ts +1 -1
  17. package/dist/esm/models/IntegrationsResponse.js +1 -1
  18. package/dist/esm/models/Project.d.ts +2 -2
  19. package/dist/esm/models/Project.js +4 -2
  20. package/dist/esm/models/ProjectInvite.d.ts +1 -1
  21. package/dist/esm/models/ProjectInvite.js +1 -1
  22. package/dist/esm/models/ProjectInvites.d.ts +1 -1
  23. package/dist/esm/models/ProjectInvites.js +1 -1
  24. package/dist/esm/models/ProjectLogo.d.ts +1 -1
  25. package/dist/esm/models/ProjectLogo.js +1 -1
  26. package/dist/esm/models/ProjectUser.d.ts +1 -1
  27. package/dist/esm/models/ProjectUser.js +1 -1
  28. package/dist/esm/models/ProjectUserAvatar.d.ts +1 -1
  29. package/dist/esm/models/ProjectUserAvatar.js +1 -1
  30. package/dist/esm/models/ProjectUsers.d.ts +1 -1
  31. package/dist/esm/models/ProjectUsers.js +1 -1
  32. package/dist/esm/models/ProjectsResponse.d.ts +1 -1
  33. package/dist/esm/models/ProjectsResponse.js +1 -1
  34. package/dist/esm/models/SetupIntegrationRequest.d.ts +1 -1
  35. package/dist/esm/models/SetupIntegrationRequest.js +1 -1
  36. package/dist/esm/models/UpdateProjectRequest.d.ts +1 -1
  37. package/dist/esm/models/UpdateProjectRequest.js +1 -1
  38. package/dist/esm/runtime.d.ts +1 -1
  39. package/dist/esm/runtime.js +1 -1
  40. package/dist/models/ApiError.d.ts +1 -1
  41. package/dist/models/ApiError.js +1 -1
  42. package/dist/models/CreateInviteRequest.d.ts +1 -1
  43. package/dist/models/CreateInviteRequest.js +1 -1
  44. package/dist/models/CreateProjectRequest.d.ts +1 -1
  45. package/dist/models/CreateProjectRequest.js +1 -1
  46. package/dist/models/InstallTemplateRequest.d.ts +1 -1
  47. package/dist/models/InstallTemplateRequest.js +1 -1
  48. package/dist/models/Integration.d.ts +1 -1
  49. package/dist/models/Integration.js +1 -1
  50. package/dist/models/IntegrationsResponse.d.ts +1 -1
  51. package/dist/models/IntegrationsResponse.js +1 -1
  52. package/dist/models/Project.d.ts +2 -2
  53. package/dist/models/Project.js +4 -2
  54. package/dist/models/ProjectInvite.d.ts +1 -1
  55. package/dist/models/ProjectInvite.js +1 -1
  56. package/dist/models/ProjectInvites.d.ts +1 -1
  57. package/dist/models/ProjectInvites.js +1 -1
  58. package/dist/models/ProjectLogo.d.ts +1 -1
  59. package/dist/models/ProjectLogo.js +1 -1
  60. package/dist/models/ProjectUser.d.ts +1 -1
  61. package/dist/models/ProjectUser.js +1 -1
  62. package/dist/models/ProjectUserAvatar.d.ts +1 -1
  63. package/dist/models/ProjectUserAvatar.js +1 -1
  64. package/dist/models/ProjectUsers.d.ts +1 -1
  65. package/dist/models/ProjectUsers.js +1 -1
  66. package/dist/models/ProjectsResponse.d.ts +1 -1
  67. package/dist/models/ProjectsResponse.js +1 -1
  68. package/dist/models/SetupIntegrationRequest.d.ts +1 -1
  69. package/dist/models/SetupIntegrationRequest.js +1 -1
  70. package/dist/models/UpdateProjectRequest.d.ts +1 -1
  71. package/dist/models/UpdateProjectRequest.js +1 -1
  72. package/dist/runtime.d.ts +1 -1
  73. package/dist/runtime.js +1 -1
  74. package/package.json +1 -1
  75. package/src/apis/ProjectsApi.ts +10 -5
  76. package/src/models/ApiError.ts +1 -1
  77. package/src/models/CreateInviteRequest.ts +1 -1
  78. package/src/models/CreateProjectRequest.ts +1 -1
  79. package/src/models/InstallTemplateRequest.ts +1 -1
  80. package/src/models/Integration.ts +1 -1
  81. package/src/models/IntegrationsResponse.ts +1 -1
  82. package/src/models/Project.ts +4 -3
  83. package/src/models/ProjectInvite.ts +1 -1
  84. package/src/models/ProjectInvites.ts +1 -1
  85. package/src/models/ProjectLogo.ts +1 -1
  86. package/src/models/ProjectUser.ts +1 -1
  87. package/src/models/ProjectUserAvatar.ts +1 -1
  88. package/src/models/ProjectUsers.ts +1 -1
  89. package/src/models/ProjectsResponse.ts +1 -1
  90. package/src/models/SetupIntegrationRequest.ts +1 -1
  91. package/src/models/UpdateProjectRequest.ts +1 -1
  92. package/src/runtime.ts +1 -1
@@ -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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
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.3
5
+ * The version of the OpenAPI document: 1.13.0
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 | null;
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.3
8
+ * The version of the OpenAPI document: 1.13.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,6 +23,8 @@ 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;
26
28
  return true;
27
29
  }
28
30
  exports.instanceOfProject = instanceOfProject;
@@ -37,7 +39,7 @@ function ProjectFromJSONTyped(json, ignoreDiscriminator) {
37
39
  return {
38
40
  'id': json['id'],
39
41
  'name': json['name'],
40
- 'logo': json['logo'] == null ? undefined : (0, ProjectLogo_1.ProjectLogoFromJSON)(json['logo']),
42
+ 'logo': (0, ProjectLogo_1.ProjectLogoFromJSON)(json['logo']),
41
43
  'integrations': json['integrations'] == null ? undefined : json['integrations'],
42
44
  };
43
45
  }
@@ -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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
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.3
5
+ * The version of the OpenAPI document: 1.13.0
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.3
8
+ * The version of the OpenAPI document: 1.13.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
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.3
5
+ * The version of the OpenAPI document: 1.13.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/runtime.js CHANGED
@@ -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.3
8
+ * The version of the OpenAPI document: 1.13.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/projects",
3
- "version": "1.12.3",
3
+ "version": "1.13.0",
4
4
  "description": "OpenAPI client for @teemill/projects",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,6 +22,7 @@ import type {
22
22
  Integration,
23
23
  IntegrationsResponse,
24
24
  Project,
25
+ ProjectInvite,
25
26
  ProjectInvites,
26
27
  ProjectUsers,
27
28
  ProjectsResponse,
@@ -43,6 +44,8 @@ import {
43
44
  IntegrationsResponseToJSON,
44
45
  ProjectFromJSON,
45
46
  ProjectToJSON,
47
+ ProjectInviteFromJSON,
48
+ ProjectInviteToJSON,
46
49
  ProjectInvitesFromJSON,
47
50
  ProjectInvitesToJSON,
48
51
  ProjectUsersFromJSON,
@@ -142,7 +145,7 @@ export class ProjectsApi extends runtime.BaseAPI {
142
145
  * Creates an invite for the project
143
146
  * Creates an invite
144
147
  */
145
- async createInviteRaw(requestParameters: CreateInviteOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>> {
148
+ async createInviteRaw(requestParameters: CreateInviteOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProjectInvite>> {
146
149
  if (requestParameters.project === null || requestParameters.project === undefined) {
147
150
  throw new runtime.RequiredError('project','Required parameter requestParameters.project was null or undefined when calling createInvite.');
148
151
  }
@@ -174,7 +177,7 @@ export class ProjectsApi extends runtime.BaseAPI {
174
177
  body: CreateInviteRequestToJSON(requestParameters.createInviteRequest),
175
178
  }, initOverrides);
176
179
 
177
- return new runtime.VoidApiResponse(response);
180
+ return new runtime.JSONApiResponse(response, (jsonValue) => ProjectInviteFromJSON(jsonValue));
178
181
  }
179
182
 
180
183
  /**
@@ -184,13 +187,15 @@ export class ProjectsApi extends runtime.BaseAPI {
184
187
  async createInvite(
185
188
  project: string, createInviteRequest: CreateInviteRequest,
186
189
  initOverrides?: RequestInit | runtime.InitOverrideFunction
187
- ): Promise<void> {
188
- await this.createInviteRaw(
190
+ ): Promise<ProjectInvite> {
191
+ const response = await this.createInviteRaw(
189
192
  {
190
193
  project: project,createInviteRequest: createInviteRequest,
191
194
  },
192
195
  initOverrides
193
196
  );
197
+
198
+ return await response.value();
194
199
  }
195
200
 
196
201
  /**
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -43,7 +43,7 @@ export interface Project {
43
43
  * @type {ProjectLogo}
44
44
  * @memberof Project
45
45
  */
46
- logo?: ProjectLogo;
46
+ logo: ProjectLogo | null;
47
47
  /**
48
48
  *
49
49
  * @type {Array<string>}
@@ -58,6 +58,7 @@ export interface Project {
58
58
  export function instanceOfProject(value: object): boolean {
59
59
  if (!('id' in value)) return false;
60
60
  if (!('name' in value)) return false;
61
+ if (!('logo' in value)) return false;
61
62
  return true;
62
63
  }
63
64
 
@@ -73,7 +74,7 @@ export function ProjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): P
73
74
 
74
75
  'id': json['id'],
75
76
  'name': json['name'],
76
- 'logo': json['logo'] == null ? undefined : ProjectLogoFromJSON(json['logo']),
77
+ 'logo': ProjectLogoFromJSON(json['logo']),
77
78
  'integrations': json['integrations'] == null ? undefined : json['integrations'],
78
79
  };
79
80
  }
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/src/runtime.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Projects API
5
5
  * Manage Teemill Projects For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
6
6
  *
7
- * The version of the OpenAPI document: 1.12.3
7
+ * The version of the OpenAPI document: 1.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).