@teemill/projects 1.15.0 → 1.16.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 (103) hide show
  1. package/.openapi-generator/VERSION +1 -1
  2. package/README.md +2 -2
  3. package/dist/apis/ProjectsApi.d.ts +1 -1
  4. package/dist/apis/ProjectsApi.js +7 -7
  5. package/dist/esm/apis/ProjectsApi.d.ts +1 -1
  6. package/dist/esm/apis/ProjectsApi.js +7 -7
  7. package/dist/esm/models/ApiError.d.ts +2 -2
  8. package/dist/esm/models/ApiError.js +2 -2
  9. package/dist/esm/models/CreateInviteRequest.d.ts +2 -2
  10. package/dist/esm/models/CreateInviteRequest.js +2 -2
  11. package/dist/esm/models/CreateProjectRequest.d.ts +2 -2
  12. package/dist/esm/models/CreateProjectRequest.js +2 -2
  13. package/dist/esm/models/InstallTemplateRequest.d.ts +2 -2
  14. package/dist/esm/models/InstallTemplateRequest.js +1 -1
  15. package/dist/esm/models/Integration.d.ts +2 -2
  16. package/dist/esm/models/Integration.js +3 -3
  17. package/dist/esm/models/IntegrationsResponse.d.ts +2 -2
  18. package/dist/esm/models/IntegrationsResponse.js +2 -2
  19. package/dist/esm/models/LegacyProjectLogo.d.ts +2 -2
  20. package/dist/esm/models/LegacyProjectLogo.js +3 -3
  21. package/dist/esm/models/Project.d.ts +2 -2
  22. package/dist/esm/models/Project.js +5 -5
  23. package/dist/esm/models/ProjectInvite.d.ts +2 -2
  24. package/dist/esm/models/ProjectInvite.js +6 -6
  25. package/dist/esm/models/ProjectInvites.d.ts +2 -2
  26. package/dist/esm/models/ProjectInvites.js +3 -3
  27. package/dist/esm/models/ProjectLogo.d.ts +2 -2
  28. package/dist/esm/models/ProjectLogo.js +3 -3
  29. package/dist/esm/models/ProjectManager.d.ts +2 -2
  30. package/dist/esm/models/ProjectManager.js +4 -4
  31. package/dist/esm/models/ProjectUser.d.ts +2 -2
  32. package/dist/esm/models/ProjectUser.js +8 -8
  33. package/dist/esm/models/ProjectUserAvatar.d.ts +2 -2
  34. package/dist/esm/models/ProjectUserAvatar.js +1 -1
  35. package/dist/esm/models/ProjectUsers.d.ts +2 -2
  36. package/dist/esm/models/ProjectUsers.js +3 -3
  37. package/dist/esm/models/ProjectsResponse.d.ts +2 -2
  38. package/dist/esm/models/ProjectsResponse.js +2 -2
  39. package/dist/esm/models/SetupIntegrationRequest.d.ts +2 -2
  40. package/dist/esm/models/SetupIntegrationRequest.js +2 -2
  41. package/dist/esm/models/UpdateProjectRequest.d.ts +2 -2
  42. package/dist/esm/models/UpdateProjectRequest.js +1 -1
  43. package/dist/esm/runtime.d.ts +1 -1
  44. package/dist/esm/runtime.js +1 -1
  45. package/dist/models/ApiError.d.ts +2 -2
  46. package/dist/models/ApiError.js +2 -2
  47. package/dist/models/CreateInviteRequest.d.ts +2 -2
  48. package/dist/models/CreateInviteRequest.js +2 -2
  49. package/dist/models/CreateProjectRequest.d.ts +2 -2
  50. package/dist/models/CreateProjectRequest.js +2 -2
  51. package/dist/models/InstallTemplateRequest.d.ts +2 -2
  52. package/dist/models/InstallTemplateRequest.js +1 -1
  53. package/dist/models/Integration.d.ts +2 -2
  54. package/dist/models/Integration.js +3 -3
  55. package/dist/models/IntegrationsResponse.d.ts +2 -2
  56. package/dist/models/IntegrationsResponse.js +2 -2
  57. package/dist/models/LegacyProjectLogo.d.ts +2 -2
  58. package/dist/models/LegacyProjectLogo.js +3 -3
  59. package/dist/models/Project.d.ts +2 -2
  60. package/dist/models/Project.js +5 -5
  61. package/dist/models/ProjectInvite.d.ts +2 -2
  62. package/dist/models/ProjectInvite.js +6 -6
  63. package/dist/models/ProjectInvites.d.ts +2 -2
  64. package/dist/models/ProjectInvites.js +3 -3
  65. package/dist/models/ProjectLogo.d.ts +2 -2
  66. package/dist/models/ProjectLogo.js +3 -3
  67. package/dist/models/ProjectManager.d.ts +2 -2
  68. package/dist/models/ProjectManager.js +4 -4
  69. package/dist/models/ProjectUser.d.ts +2 -2
  70. package/dist/models/ProjectUser.js +8 -8
  71. package/dist/models/ProjectUserAvatar.d.ts +2 -2
  72. package/dist/models/ProjectUserAvatar.js +1 -1
  73. package/dist/models/ProjectUsers.d.ts +2 -2
  74. package/dist/models/ProjectUsers.js +3 -3
  75. package/dist/models/ProjectsResponse.d.ts +2 -2
  76. package/dist/models/ProjectsResponse.js +2 -2
  77. package/dist/models/SetupIntegrationRequest.d.ts +2 -2
  78. package/dist/models/SetupIntegrationRequest.js +2 -2
  79. package/dist/models/UpdateProjectRequest.d.ts +2 -2
  80. package/dist/models/UpdateProjectRequest.js +1 -1
  81. package/dist/runtime.d.ts +1 -1
  82. package/dist/runtime.js +1 -1
  83. package/package.json +2 -2
  84. package/src/apis/ProjectsApi.ts +1 -1
  85. package/src/models/ApiError.ts +3 -3
  86. package/src/models/CreateInviteRequest.ts +3 -3
  87. package/src/models/CreateProjectRequest.ts +3 -3
  88. package/src/models/InstallTemplateRequest.ts +2 -2
  89. package/src/models/Integration.ts +4 -4
  90. package/src/models/IntegrationsResponse.ts +3 -3
  91. package/src/models/LegacyProjectLogo.ts +4 -4
  92. package/src/models/Project.ts +6 -6
  93. package/src/models/ProjectInvite.ts +7 -7
  94. package/src/models/ProjectInvites.ts +4 -4
  95. package/src/models/ProjectLogo.ts +4 -4
  96. package/src/models/ProjectManager.ts +5 -5
  97. package/src/models/ProjectUser.ts +9 -9
  98. package/src/models/ProjectUserAvatar.ts +2 -2
  99. package/src/models/ProjectUsers.ts +4 -4
  100. package/src/models/ProjectsResponse.ts +3 -3
  101. package/src/models/SetupIntegrationRequest.ts +3 -3
  102. package/src/models/UpdateProjectRequest.ts +2 -2
  103. package/src/runtime.ts +1 -1
@@ -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.15.0
7
+ * The version of the OpenAPI document: 1.16.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -91,14 +91,14 @@ export type ProjectUserTypeEnum = typeof ProjectUserTypeEnum[keyof typeof Projec
91
91
  /**
92
92
  * Check if a given object implements the ProjectUser interface.
93
93
  */
94
- export function instanceOfProjectUser(value: object): boolean {
95
- if (!('id' in value)) return false;
96
- if (!('userRef' in value)) return false;
97
- if (!('firstName' in value)) return false;
98
- if (!('lastName' in value)) return false;
99
- if (!('username' in value)) return false;
100
- if (!('email' in value)) return false;
101
- if (!('avatar' in value)) return false;
94
+ export function instanceOfProjectUser(value: object): value is ProjectUser {
95
+ if (!('id' in value) || value['id'] === undefined) return false;
96
+ if (!('userRef' in value) || value['userRef'] === undefined) return false;
97
+ if (!('firstName' in value) || value['firstName'] === undefined) return false;
98
+ if (!('lastName' in value) || value['lastName'] === undefined) return false;
99
+ if (!('username' in value) || value['username'] === undefined) return false;
100
+ if (!('email' in value) || value['email'] === undefined) return false;
101
+ if (!('avatar' in value) || value['avatar'] === undefined) return false;
102
102
  return true;
103
103
  }
104
104
 
@@ -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.15.0
7
+ * The version of the OpenAPI document: 1.16.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ export interface ProjectUserAvatar {
30
30
  /**
31
31
  * Check if a given object implements the ProjectUserAvatar interface.
32
32
  */
33
- export function instanceOfProjectUserAvatar(value: object): boolean {
33
+ export function instanceOfProjectUserAvatar(value: object): value is ProjectUserAvatar {
34
34
  return true;
35
35
  }
36
36
 
@@ -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.15.0
7
+ * The version of the OpenAPI document: 1.16.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,9 +43,9 @@ export interface ProjectUsers {
43
43
  /**
44
44
  * Check if a given object implements the ProjectUsers interface.
45
45
  */
46
- export function instanceOfProjectUsers(value: object): boolean {
47
- if (!('users' in value)) return false;
48
- if (!('nextPageToken' in value)) return false;
46
+ export function instanceOfProjectUsers(value: object): value is ProjectUsers {
47
+ if (!('users' in value) || value['users'] === undefined) return false;
48
+ if (!('nextPageToken' in value) || value['nextPageToken'] === undefined) return false;
49
49
  return true;
50
50
  }
51
51
 
@@ -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.15.0
7
+ * The version of the OpenAPI document: 1.16.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -37,8 +37,8 @@ export interface ProjectsResponse {
37
37
  /**
38
38
  * Check if a given object implements the ProjectsResponse interface.
39
39
  */
40
- export function instanceOfProjectsResponse(value: object): boolean {
41
- if (!('projects' in value)) return false;
40
+ export function instanceOfProjectsResponse(value: object): value is ProjectsResponse {
41
+ if (!('projects' in value) || value['projects'] === undefined) return false;
42
42
  return true;
43
43
  }
44
44
 
@@ -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.15.0
7
+ * The version of the OpenAPI document: 1.16.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,8 +30,8 @@ export interface SetupIntegrationRequest {
30
30
  /**
31
31
  * Check if a given object implements the SetupIntegrationRequest interface.
32
32
  */
33
- export function instanceOfSetupIntegrationRequest(value: object): boolean {
34
- if (!('config' in value)) return false;
33
+ export function instanceOfSetupIntegrationRequest(value: object): value is SetupIntegrationRequest {
34
+ if (!('config' in value) || value['config'] === undefined) return false;
35
35
  return true;
36
36
  }
37
37
 
@@ -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.15.0
7
+ * The version of the OpenAPI document: 1.16.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 UpdateProjectRequest {
43
43
  /**
44
44
  * Check if a given object implements the UpdateProjectRequest interface.
45
45
  */
46
- export function instanceOfUpdateProjectRequest(value: object): boolean {
46
+ export function instanceOfUpdateProjectRequest(value: object): value is UpdateProjectRequest {
47
47
  return true;
48
48
  }
49
49
 
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.15.0
7
+ * The version of the OpenAPI document: 1.16.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).