@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
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/projects@1.12.3
1
+ ## @teemill/projects@1.13.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.12.3 --save
39
+ npm install @teemill/projects@1.13.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.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).
@@ -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, ProjectInvites, ProjectUsers, ProjectsResponse, SetupIntegrationRequest, UpdateProjectRequest } from '../models/index';
13
+ import type { CreateInviteRequest, CreateProjectRequest, InstallTemplateRequest, Integration, IntegrationsResponse, Project, ProjectInvite, ProjectInvites, ProjectUsers, ProjectsResponse, SetupIntegrationRequest, UpdateProjectRequest } from '../models/index';
14
14
  export interface CreateInviteOperationRequest {
15
15
  project: string;
16
16
  createInviteRequest: CreateInviteRequest;
@@ -82,12 +82,12 @@ export declare class ProjectsApi extends runtime.BaseAPI {
82
82
  * Creates an invite for the project
83
83
  * Creates an invite
84
84
  */
85
- createInviteRaw(requestParameters: CreateInviteOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
85
+ createInviteRaw(requestParameters: CreateInviteOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProjectInvite>>;
86
86
  /**
87
87
  * Creates an invite for the project
88
88
  * Creates an invite
89
89
  */
90
- createInvite(project: string, createInviteRequest: CreateInviteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
90
+ createInvite(project: string, createInviteRequest: CreateInviteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProjectInvite>;
91
91
  /**
92
92
  * Create a new projects
93
93
  * Create project
@@ -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).
@@ -58,7 +58,7 @@ class ProjectsApi extends runtime.BaseAPI {
58
58
  query: queryParameters,
59
59
  body: (0, index_1.CreateInviteRequestToJSON)(requestParameters.createInviteRequest),
60
60
  }, initOverrides);
61
- return new runtime.VoidApiResponse(response);
61
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ProjectInviteFromJSON)(jsonValue));
62
62
  });
63
63
  }
64
64
  /**
@@ -67,9 +67,10 @@ class ProjectsApi extends runtime.BaseAPI {
67
67
  */
68
68
  createInvite(project, createInviteRequest, initOverrides) {
69
69
  return __awaiter(this, void 0, void 0, function* () {
70
- yield this.createInviteRaw({
70
+ const response = yield this.createInviteRaw({
71
71
  project: project, createInviteRequest: createInviteRequest,
72
72
  }, initOverrides);
73
+ return yield response.value();
73
74
  });
74
75
  }
75
76
  /**
@@ -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).
@@ -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, ProjectInvites, ProjectUsers, ProjectsResponse, SetupIntegrationRequest, UpdateProjectRequest } from '../models/index';
13
+ import type { CreateInviteRequest, CreateProjectRequest, InstallTemplateRequest, Integration, IntegrationsResponse, Project, ProjectInvite, ProjectInvites, ProjectUsers, ProjectsResponse, SetupIntegrationRequest, UpdateProjectRequest } from '../models/index';
14
14
  export interface CreateInviteOperationRequest {
15
15
  project: string;
16
16
  createInviteRequest: CreateInviteRequest;
@@ -82,12 +82,12 @@ export declare class ProjectsApi extends runtime.BaseAPI {
82
82
  * Creates an invite for the project
83
83
  * Creates an invite
84
84
  */
85
- createInviteRaw(requestParameters: CreateInviteOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
85
+ createInviteRaw(requestParameters: CreateInviteOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ProjectInvite>>;
86
86
  /**
87
87
  * Creates an invite for the project
88
88
  * Creates an invite
89
89
  */
90
- createInvite(project: string, createInviteRequest: CreateInviteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
90
+ createInvite(project: string, createInviteRequest: CreateInviteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ProjectInvite>;
91
91
  /**
92
92
  * Create a new projects
93
93
  * Create project
@@ -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).
@@ -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, ProjectInvitesFromJSON, ProjectUsersFromJSON, ProjectsResponseFromJSON, SetupIntegrationRequestToJSON, UpdateProjectRequestToJSON, } from '../models/index';
24
+ import { CreateInviteRequestToJSON, CreateProjectRequestToJSON, InstallTemplateRequestToJSON, IntegrationFromJSON, IntegrationsResponseFromJSON, ProjectFromJSON, ProjectInviteFromJSON, ProjectInvitesFromJSON, ProjectUsersFromJSON, ProjectsResponseFromJSON, SetupIntegrationRequestToJSON, UpdateProjectRequestToJSON, } from '../models/index';
25
25
  /**
26
26
  *
27
27
  */
@@ -55,7 +55,7 @@ export class ProjectsApi extends runtime.BaseAPI {
55
55
  query: queryParameters,
56
56
  body: CreateInviteRequestToJSON(requestParameters.createInviteRequest),
57
57
  }, initOverrides);
58
- return new runtime.VoidApiResponse(response);
58
+ return new runtime.JSONApiResponse(response, (jsonValue) => ProjectInviteFromJSON(jsonValue));
59
59
  });
60
60
  }
61
61
  /**
@@ -64,9 +64,10 @@ export class ProjectsApi extends runtime.BaseAPI {
64
64
  */
65
65
  createInvite(project, createInviteRequest, initOverrides) {
66
66
  return __awaiter(this, void 0, void 0, function* () {
67
- yield this.createInviteRaw({
67
+ const response = yield this.createInviteRaw({
68
68
  project: project, createInviteRequest: createInviteRequest,
69
69
  }, initOverrides);
70
+ return yield response.value();
70
71
  });
71
72
  }
72
73
  /**
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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>}
@@ -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).
@@ -20,6 +20,8 @@ export function instanceOfProject(value) {
20
20
  return false;
21
21
  if (!('name' in value))
22
22
  return false;
23
+ if (!('logo' in value))
24
+ return false;
23
25
  return true;
24
26
  }
25
27
  export function ProjectFromJSON(json) {
@@ -32,7 +34,7 @@ export function ProjectFromJSONTyped(json, ignoreDiscriminator) {
32
34
  return {
33
35
  'id': json['id'],
34
36
  'name': json['name'],
35
- 'logo': json['logo'] == null ? undefined : ProjectLogoFromJSON(json['logo']),
37
+ 'logo': ProjectLogoFromJSON(json['logo']),
36
38
  'integrations': json['integrations'] == null ? undefined : json['integrations'],
37
39
  };
38
40
  }
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).
@@ -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).