@teemill/projects 1.14.0 → 1.15.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 (102) hide show
  1. package/README.md +2 -2
  2. package/dist/apis/ProjectsApi.d.ts +16 -2
  3. package/dist/apis/ProjectsApi.js +43 -1
  4. package/dist/esm/apis/ProjectsApi.d.ts +16 -2
  5. package/dist/esm/apis/ProjectsApi.js +44 -2
  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/LegacyProjectLogo.d.ts +1 -1
  19. package/dist/esm/models/LegacyProjectLogo.js +1 -1
  20. package/dist/esm/models/Project.d.ts +1 -1
  21. package/dist/esm/models/Project.js +1 -1
  22. package/dist/esm/models/ProjectInvite.d.ts +1 -1
  23. package/dist/esm/models/ProjectInvite.js +1 -1
  24. package/dist/esm/models/ProjectInvites.d.ts +1 -1
  25. package/dist/esm/models/ProjectInvites.js +1 -1
  26. package/dist/esm/models/ProjectLogo.d.ts +1 -1
  27. package/dist/esm/models/ProjectLogo.js +1 -1
  28. package/dist/esm/models/ProjectManager.d.ts +1 -1
  29. package/dist/esm/models/ProjectManager.js +1 -1
  30. package/dist/esm/models/ProjectUser.d.ts +1 -1
  31. package/dist/esm/models/ProjectUser.js +1 -1
  32. package/dist/esm/models/ProjectUserAvatar.d.ts +1 -1
  33. package/dist/esm/models/ProjectUserAvatar.js +1 -1
  34. package/dist/esm/models/ProjectUsers.d.ts +1 -1
  35. package/dist/esm/models/ProjectUsers.js +1 -1
  36. package/dist/esm/models/ProjectsResponse.d.ts +1 -1
  37. package/dist/esm/models/ProjectsResponse.js +1 -1
  38. package/dist/esm/models/SetupIntegrationRequest.d.ts +1 -1
  39. package/dist/esm/models/SetupIntegrationRequest.js +1 -1
  40. package/dist/esm/models/UpdateProjectRequest.d.ts +1 -1
  41. package/dist/esm/models/UpdateProjectRequest.js +1 -1
  42. package/dist/esm/runtime.d.ts +1 -1
  43. package/dist/esm/runtime.js +1 -1
  44. package/dist/models/ApiError.d.ts +1 -1
  45. package/dist/models/ApiError.js +1 -1
  46. package/dist/models/CreateInviteRequest.d.ts +1 -1
  47. package/dist/models/CreateInviteRequest.js +1 -1
  48. package/dist/models/CreateProjectRequest.d.ts +1 -1
  49. package/dist/models/CreateProjectRequest.js +1 -1
  50. package/dist/models/InstallTemplateRequest.d.ts +1 -1
  51. package/dist/models/InstallTemplateRequest.js +1 -1
  52. package/dist/models/Integration.d.ts +1 -1
  53. package/dist/models/Integration.js +1 -1
  54. package/dist/models/IntegrationsResponse.d.ts +1 -1
  55. package/dist/models/IntegrationsResponse.js +1 -1
  56. package/dist/models/LegacyProjectLogo.d.ts +1 -1
  57. package/dist/models/LegacyProjectLogo.js +1 -1
  58. package/dist/models/Project.d.ts +1 -1
  59. package/dist/models/Project.js +1 -1
  60. package/dist/models/ProjectInvite.d.ts +1 -1
  61. package/dist/models/ProjectInvite.js +1 -1
  62. package/dist/models/ProjectInvites.d.ts +1 -1
  63. package/dist/models/ProjectInvites.js +1 -1
  64. package/dist/models/ProjectLogo.d.ts +1 -1
  65. package/dist/models/ProjectLogo.js +1 -1
  66. package/dist/models/ProjectManager.d.ts +1 -1
  67. package/dist/models/ProjectManager.js +1 -1
  68. package/dist/models/ProjectUser.d.ts +1 -1
  69. package/dist/models/ProjectUser.js +1 -1
  70. package/dist/models/ProjectUserAvatar.d.ts +1 -1
  71. package/dist/models/ProjectUserAvatar.js +1 -1
  72. package/dist/models/ProjectUsers.d.ts +1 -1
  73. package/dist/models/ProjectUsers.js +1 -1
  74. package/dist/models/ProjectsResponse.d.ts +1 -1
  75. package/dist/models/ProjectsResponse.js +1 -1
  76. package/dist/models/SetupIntegrationRequest.d.ts +1 -1
  77. package/dist/models/SetupIntegrationRequest.js +1 -1
  78. package/dist/models/UpdateProjectRequest.d.ts +1 -1
  79. package/dist/models/UpdateProjectRequest.js +1 -1
  80. package/dist/runtime.d.ts +1 -1
  81. package/dist/runtime.js +1 -1
  82. package/package.json +1 -1
  83. package/src/apis/ProjectsApi.ts +63 -1
  84. package/src/models/ApiError.ts +1 -1
  85. package/src/models/CreateInviteRequest.ts +1 -1
  86. package/src/models/CreateProjectRequest.ts +1 -1
  87. package/src/models/InstallTemplateRequest.ts +1 -1
  88. package/src/models/Integration.ts +1 -1
  89. package/src/models/IntegrationsResponse.ts +1 -1
  90. package/src/models/LegacyProjectLogo.ts +1 -1
  91. package/src/models/Project.ts +1 -1
  92. package/src/models/ProjectInvite.ts +1 -1
  93. package/src/models/ProjectInvites.ts +1 -1
  94. package/src/models/ProjectLogo.ts +1 -1
  95. package/src/models/ProjectManager.ts +1 -1
  96. package/src/models/ProjectUser.ts +1 -1
  97. package/src/models/ProjectUserAvatar.ts +1 -1
  98. package/src/models/ProjectUsers.ts +1 -1
  99. package/src/models/ProjectsResponse.ts +1 -1
  100. package/src/models/SetupIntegrationRequest.ts +1 -1
  101. package/src/models/UpdateProjectRequest.ts +1 -1
  102. package/src/runtime.ts +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/projects@1.14.0
1
+ ## @teemill/projects@1.15.0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @teemill/projects@1.14.0 --save
39
+ npm install @teemill/projects@1.15.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { CreateInviteRequest, CreateProjectRequest, InstallTemplateRequest, Integration, IntegrationsResponse, Project, ProjectInvite, ProjectInvites, ProjectUsers, ProjectsResponse, SetupIntegrationRequest, UpdateProjectRequest } from '../models/index';
13
+ import type { CreateInviteRequest, CreateProjectRequest, InstallTemplateRequest, Integration, IntegrationsResponse, Project, ProjectInvite, ProjectInvites, ProjectUser, ProjectUsers, ProjectsResponse, SetupIntegrationRequest, UpdateProjectRequest } from '../models/index';
14
14
  export interface CreateInviteOperationRequest {
15
15
  project: string;
16
16
  createInviteRequest: CreateInviteRequest;
@@ -46,6 +46,10 @@ export interface GetInvitesRequest {
46
46
  export interface GetProjectRequest {
47
47
  project: string;
48
48
  }
49
+ export interface GetUserRequest {
50
+ project: string;
51
+ user: string;
52
+ }
49
53
  export interface GetUsersRequest {
50
54
  project: string;
51
55
  search?: string;
@@ -178,6 +182,16 @@ export declare class ProjectsApi extends runtime.BaseAPI {
178
182
  * List projects
179
183
  */
180
184
  getProjects(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProjectsResponse>;
185
+ /**
186
+ * Get a project user by id
187
+ * Get a user
188
+ */
189
+ getUserRaw(requestParameters: GetUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProjectUser>>;
190
+ /**
191
+ * Get a project user by id
192
+ * Get a user
193
+ */
194
+ getUser(project: string, user: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProjectUser>;
181
195
  /**
182
196
  * List the users associated with a project
183
197
  * List project users
@@ -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.14.0
8
+ * The version of the OpenAPI document: 1.15.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -435,6 +435,48 @@ class ProjectsApi extends runtime.BaseAPI {
435
435
  return yield response.value();
436
436
  });
437
437
  }
438
+ /**
439
+ * Get a project user by id
440
+ * Get a user
441
+ */
442
+ getUserRaw(requestParameters, initOverrides) {
443
+ return __awaiter(this, void 0, void 0, function* () {
444
+ if (requestParameters.project === null || requestParameters.project === undefined) {
445
+ throw new runtime.RequiredError('project', 'Required parameter requestParameters.project was null or undefined when calling getUser.');
446
+ }
447
+ if (requestParameters.user === null || requestParameters.user === undefined) {
448
+ throw new runtime.RequiredError('user', 'Required parameter requestParameters.user was null or undefined when calling getUser.');
449
+ }
450
+ const queryParameters = {};
451
+ const headerParameters = {};
452
+ if (this.configuration && this.configuration.accessToken) {
453
+ // oauth required
454
+ headerParameters["Authorization"] = yield this.configuration.accessToken("session-oauth", []);
455
+ }
456
+ if (this.configuration && this.configuration.apiKey) {
457
+ headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // api-key authentication
458
+ }
459
+ const response = yield this.request({
460
+ path: `/v1/projects/{project}/users/{user}`.replace(`{${"project"}}`, encodeURIComponent(String(requestParameters.project))).replace(`{${"user"}}`, encodeURIComponent(String(requestParameters.user))),
461
+ method: 'GET',
462
+ headers: headerParameters,
463
+ query: queryParameters,
464
+ }, initOverrides);
465
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ProjectUserFromJSON)(jsonValue));
466
+ });
467
+ }
468
+ /**
469
+ * Get a project user by id
470
+ * Get a user
471
+ */
472
+ getUser(project, user, initOverrides) {
473
+ return __awaiter(this, void 0, void 0, function* () {
474
+ const response = yield this.getUserRaw({
475
+ project: project, user: user,
476
+ }, initOverrides);
477
+ return yield response.value();
478
+ });
479
+ }
438
480
  /**
439
481
  * List the users associated with a project
440
482
  * List project users
@@ -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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { CreateInviteRequest, CreateProjectRequest, InstallTemplateRequest, Integration, IntegrationsResponse, Project, ProjectInvite, ProjectInvites, ProjectUsers, ProjectsResponse, SetupIntegrationRequest, UpdateProjectRequest } from '../models/index';
13
+ import type { CreateInviteRequest, CreateProjectRequest, InstallTemplateRequest, Integration, IntegrationsResponse, Project, ProjectInvite, ProjectInvites, ProjectUser, ProjectUsers, ProjectsResponse, SetupIntegrationRequest, UpdateProjectRequest } from '../models/index';
14
14
  export interface CreateInviteOperationRequest {
15
15
  project: string;
16
16
  createInviteRequest: CreateInviteRequest;
@@ -46,6 +46,10 @@ export interface GetInvitesRequest {
46
46
  export interface GetProjectRequest {
47
47
  project: string;
48
48
  }
49
+ export interface GetUserRequest {
50
+ project: string;
51
+ user: string;
52
+ }
49
53
  export interface GetUsersRequest {
50
54
  project: string;
51
55
  search?: string;
@@ -178,6 +182,16 @@ export declare class ProjectsApi extends runtime.BaseAPI {
178
182
  * List projects
179
183
  */
180
184
  getProjects(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProjectsResponse>;
185
+ /**
186
+ * Get a project user by id
187
+ * Get a user
188
+ */
189
+ getUserRaw(requestParameters: GetUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProjectUser>>;
190
+ /**
191
+ * Get a project user by id
192
+ * Get a user
193
+ */
194
+ getUser(project: string, user: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProjectUser>;
181
195
  /**
182
196
  * List the users associated with a project
183
197
  * List project users
@@ -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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
21
21
  });
22
22
  };
23
23
  import * as runtime from '../runtime';
24
- import { CreateInviteRequestToJSON, CreateProjectRequestToJSON, InstallTemplateRequestToJSON, IntegrationFromJSON, IntegrationsResponseFromJSON, ProjectFromJSON, ProjectInviteFromJSON, ProjectInvitesFromJSON, ProjectUsersFromJSON, ProjectsResponseFromJSON, SetupIntegrationRequestToJSON, UpdateProjectRequestToJSON, } from '../models/index';
24
+ import { CreateInviteRequestToJSON, CreateProjectRequestToJSON, InstallTemplateRequestToJSON, IntegrationFromJSON, IntegrationsResponseFromJSON, ProjectFromJSON, ProjectInviteFromJSON, ProjectInvitesFromJSON, ProjectUserFromJSON, ProjectUsersFromJSON, ProjectsResponseFromJSON, SetupIntegrationRequestToJSON, UpdateProjectRequestToJSON, } from '../models/index';
25
25
  /**
26
26
  *
27
27
  */
@@ -432,6 +432,48 @@ export class ProjectsApi extends runtime.BaseAPI {
432
432
  return yield response.value();
433
433
  });
434
434
  }
435
+ /**
436
+ * Get a project user by id
437
+ * Get a user
438
+ */
439
+ getUserRaw(requestParameters, initOverrides) {
440
+ return __awaiter(this, void 0, void 0, function* () {
441
+ if (requestParameters.project === null || requestParameters.project === undefined) {
442
+ throw new runtime.RequiredError('project', 'Required parameter requestParameters.project was null or undefined when calling getUser.');
443
+ }
444
+ if (requestParameters.user === null || requestParameters.user === undefined) {
445
+ throw new runtime.RequiredError('user', 'Required parameter requestParameters.user was null or undefined when calling getUser.');
446
+ }
447
+ const queryParameters = {};
448
+ const headerParameters = {};
449
+ if (this.configuration && this.configuration.accessToken) {
450
+ // oauth required
451
+ headerParameters["Authorization"] = yield this.configuration.accessToken("session-oauth", []);
452
+ }
453
+ if (this.configuration && this.configuration.apiKey) {
454
+ headerParameters["Authorization"] = this.configuration.apiKey("Authorization"); // api-key authentication
455
+ }
456
+ const response = yield this.request({
457
+ path: `/v1/projects/{project}/users/{user}`.replace(`{${"project"}}`, encodeURIComponent(String(requestParameters.project))).replace(`{${"user"}}`, encodeURIComponent(String(requestParameters.user))),
458
+ method: 'GET',
459
+ headers: headerParameters,
460
+ query: queryParameters,
461
+ }, initOverrides);
462
+ return new runtime.JSONApiResponse(response, (jsonValue) => ProjectUserFromJSON(jsonValue));
463
+ });
464
+ }
465
+ /**
466
+ * Get a project user by id
467
+ * Get a user
468
+ */
469
+ getUser(project, user, initOverrides) {
470
+ return __awaiter(this, void 0, void 0, function* () {
471
+ const response = yield this.getUserRaw({
472
+ project: project, user: user,
473
+ }, initOverrides);
474
+ return yield response.value();
475
+ });
476
+ }
435
477
  /**
436
478
  * List the users associated with a project
437
479
  * List project users
@@ -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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * 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.14.0
7
+ * The version of the OpenAPI document: 1.15.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * 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.14.0
5
+ * The version of the OpenAPI document: 1.15.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.14.0
8
+ * The version of the OpenAPI document: 1.15.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).