@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
@@ -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.15.0
5
+ * The version of the OpenAPI document: 1.16.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 ProjectLogo {
33
33
  /**
34
34
  * Check if a given object implements the ProjectLogo interface.
35
35
  */
36
- export declare function instanceOfProjectLogo(value: object): boolean;
36
+ export declare function instanceOfProjectLogo(value: object): value is ProjectLogo;
37
37
  export declare function ProjectLogoFromJSON(json: any): ProjectLogo;
38
38
  export declare function ProjectLogoFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectLogo;
39
39
  export declare function ProjectLogoToJSON(value?: ProjectLogo | null): any;
@@ -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.15.0
8
+ * The version of the OpenAPI document: 1.16.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18,9 +18,9 @@ exports.ProjectLogoToJSON = exports.ProjectLogoFromJSONTyped = exports.ProjectLo
18
18
  * Check if a given object implements the ProjectLogo interface.
19
19
  */
20
20
  function instanceOfProjectLogo(value) {
21
- if (!('url' in value))
21
+ if (!('url' in value) || value['url'] === undefined)
22
22
  return false;
23
- if (!('meta' in value))
23
+ if (!('meta' in value) || value['meta'] === undefined)
24
24
  return false;
25
25
  return true;
26
26
  }
@@ -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.15.0
5
+ * The version of the OpenAPI document: 1.16.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -38,7 +38,7 @@ export interface ProjectManager {
38
38
  /**
39
39
  * Check if a given object implements the ProjectManager interface.
40
40
  */
41
- export declare function instanceOfProjectManager(value: object): boolean;
41
+ export declare function instanceOfProjectManager(value: object): value is ProjectManager;
42
42
  export declare function ProjectManagerFromJSON(json: any): ProjectManager;
43
43
  export declare function ProjectManagerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectManager;
44
44
  export declare function ProjectManagerToJSON(value?: ProjectManager | null): any;
@@ -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.15.0
8
+ * The version of the OpenAPI document: 1.16.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19,11 +19,11 @@ const ProjectLogo_1 = require("./ProjectLogo");
19
19
  * Check if a given object implements the ProjectManager interface.
20
20
  */
21
21
  function instanceOfProjectManager(value) {
22
- if (!('id' in value))
22
+ if (!('id' in value) || value['id'] === undefined)
23
23
  return false;
24
- if (!('name' in value))
24
+ if (!('name' in value) || value['name'] === undefined)
25
25
  return false;
26
- if (!('logos' in value))
26
+ if (!('logos' in value) || value['logos'] === undefined)
27
27
  return false;
28
28
  return true;
29
29
  }
@@ -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.15.0
5
+ * The version of the OpenAPI document: 1.16.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -77,7 +77,7 @@ export type ProjectUserTypeEnum = typeof ProjectUserTypeEnum[keyof typeof Projec
77
77
  /**
78
78
  * Check if a given object implements the ProjectUser interface.
79
79
  */
80
- export declare function instanceOfProjectUser(value: object): boolean;
80
+ export declare function instanceOfProjectUser(value: object): value is ProjectUser;
81
81
  export declare function ProjectUserFromJSON(json: any): ProjectUser;
82
82
  export declare function ProjectUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectUser;
83
83
  export declare function ProjectUserToJSON(value?: ProjectUser | null): any;
@@ -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.15.0
8
+ * The version of the OpenAPI document: 1.16.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,19 +27,19 @@ exports.ProjectUserTypeEnum = {
27
27
  * Check if a given object implements the ProjectUser interface.
28
28
  */
29
29
  function instanceOfProjectUser(value) {
30
- if (!('id' in value))
30
+ if (!('id' in value) || value['id'] === undefined)
31
31
  return false;
32
- if (!('userRef' in value))
32
+ if (!('userRef' in value) || value['userRef'] === undefined)
33
33
  return false;
34
- if (!('firstName' in value))
34
+ if (!('firstName' in value) || value['firstName'] === undefined)
35
35
  return false;
36
- if (!('lastName' in value))
36
+ if (!('lastName' in value) || value['lastName'] === undefined)
37
37
  return false;
38
- if (!('username' in value))
38
+ if (!('username' in value) || value['username'] === undefined)
39
39
  return false;
40
- if (!('email' in value))
40
+ if (!('email' in value) || value['email'] === undefined)
41
41
  return false;
42
- if (!('avatar' in value))
42
+ if (!('avatar' in value) || value['avatar'] === undefined)
43
43
  return false;
44
44
  return true;
45
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.15.0
5
+ * The version of the OpenAPI document: 1.16.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -25,7 +25,7 @@ export interface ProjectUserAvatar {
25
25
  /**
26
26
  * Check if a given object implements the ProjectUserAvatar interface.
27
27
  */
28
- export declare function instanceOfProjectUserAvatar(value: object): boolean;
28
+ export declare function instanceOfProjectUserAvatar(value: object): value is ProjectUserAvatar;
29
29
  export declare function ProjectUserAvatarFromJSON(json: any): ProjectUserAvatar;
30
30
  export declare function ProjectUserAvatarFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectUserAvatar;
31
31
  export declare function ProjectUserAvatarToJSON(value?: ProjectUserAvatar | null): any;
@@ -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.15.0
8
+ * The version of the OpenAPI document: 1.16.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.15.0
5
+ * The version of the OpenAPI document: 1.16.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ export interface ProjectUsers {
32
32
  /**
33
33
  * Check if a given object implements the ProjectUsers interface.
34
34
  */
35
- export declare function instanceOfProjectUsers(value: object): boolean;
35
+ export declare function instanceOfProjectUsers(value: object): value is ProjectUsers;
36
36
  export declare function ProjectUsersFromJSON(json: any): ProjectUsers;
37
37
  export declare function ProjectUsersFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectUsers;
38
38
  export declare function ProjectUsersToJSON(value?: ProjectUsers | null): any;
@@ -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.15.0
8
+ * The version of the OpenAPI document: 1.16.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19,9 +19,9 @@ const ProjectUser_1 = require("./ProjectUser");
19
19
  * Check if a given object implements the ProjectUsers interface.
20
20
  */
21
21
  function instanceOfProjectUsers(value) {
22
- if (!('users' in value))
22
+ if (!('users' in value) || value['users'] === undefined)
23
23
  return false;
24
- if (!('nextPageToken' in value))
24
+ if (!('nextPageToken' in value) || value['nextPageToken'] === undefined)
25
25
  return false;
26
26
  return true;
27
27
  }
@@ -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.15.0
5
+ * The version of the OpenAPI document: 1.16.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ export interface ProjectsResponse {
26
26
  /**
27
27
  * Check if a given object implements the ProjectsResponse interface.
28
28
  */
29
- export declare function instanceOfProjectsResponse(value: object): boolean;
29
+ export declare function instanceOfProjectsResponse(value: object): value is ProjectsResponse;
30
30
  export declare function ProjectsResponseFromJSON(json: any): ProjectsResponse;
31
31
  export declare function ProjectsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectsResponse;
32
32
  export declare function ProjectsResponseToJSON(value?: ProjectsResponse | null): any;
@@ -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.15.0
8
+ * The version of the OpenAPI document: 1.16.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19,7 +19,7 @@ const Project_1 = require("./Project");
19
19
  * Check if a given object implements the ProjectsResponse interface.
20
20
  */
21
21
  function instanceOfProjectsResponse(value) {
22
- if (!('projects' in value))
22
+ if (!('projects' in value) || value['projects'] === undefined)
23
23
  return false;
24
24
  return true;
25
25
  }
@@ -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.15.0
5
+ * The version of the OpenAPI document: 1.16.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -25,7 +25,7 @@ export interface SetupIntegrationRequest {
25
25
  /**
26
26
  * Check if a given object implements the SetupIntegrationRequest interface.
27
27
  */
28
- export declare function instanceOfSetupIntegrationRequest(value: object): boolean;
28
+ export declare function instanceOfSetupIntegrationRequest(value: object): value is SetupIntegrationRequest;
29
29
  export declare function SetupIntegrationRequestFromJSON(json: any): SetupIntegrationRequest;
30
30
  export declare function SetupIntegrationRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SetupIntegrationRequest;
31
31
  export declare function SetupIntegrationRequestToJSON(value?: SetupIntegrationRequest | null): any;
@@ -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.15.0
8
+ * The version of the OpenAPI document: 1.16.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18,7 +18,7 @@ exports.SetupIntegrationRequestToJSON = exports.SetupIntegrationRequestFromJSONT
18
18
  * Check if a given object implements the SetupIntegrationRequest interface.
19
19
  */
20
20
  function instanceOfSetupIntegrationRequest(value) {
21
- if (!('config' in value))
21
+ if (!('config' in value) || value['config'] === undefined)
22
22
  return false;
23
23
  return true;
24
24
  }
@@ -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.15.0
5
+ * The version of the OpenAPI document: 1.16.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ export interface UpdateProjectRequest {
32
32
  /**
33
33
  * Check if a given object implements the UpdateProjectRequest interface.
34
34
  */
35
- export declare function instanceOfUpdateProjectRequest(value: object): boolean;
35
+ export declare function instanceOfUpdateProjectRequest(value: object): value is UpdateProjectRequest;
36
36
  export declare function UpdateProjectRequestFromJSON(json: any): UpdateProjectRequest;
37
37
  export declare function UpdateProjectRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateProjectRequest;
38
38
  export declare function UpdateProjectRequestToJSON(value?: UpdateProjectRequest | null): any;
@@ -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.15.0
8
+ * The version of the OpenAPI document: 1.16.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.15.0
5
+ * The version of the OpenAPI document: 1.16.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.15.0
8
+ * The version of the OpenAPI document: 1.16.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.15.0",
3
+ "version": "1.16.0",
4
4
  "description": "OpenAPI client for @teemill/projects",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -16,6 +16,6 @@
16
16
  "prepare": "npm run build"
17
17
  },
18
18
  "devDependencies": {
19
- "typescript": "^4.0"
19
+ "typescript": "^4.0 || ^5.0"
20
20
  }
21
21
  }
@@ -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).
@@ -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).
@@ -36,8 +36,8 @@ export interface ApiError {
36
36
  /**
37
37
  * Check if a given object implements the ApiError interface.
38
38
  */
39
- export function instanceOfApiError(value: object): boolean {
40
- if (!('message' in value)) return false;
39
+ export function instanceOfApiError(value: object): value is ApiError {
40
+ if (!('message' in value) || value['message'] === undefined) return false;
41
41
  return true;
42
42
  }
43
43
 
@@ -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 CreateInviteRequest {
30
30
  /**
31
31
  * Check if a given object implements the CreateInviteRequest interface.
32
32
  */
33
- export function instanceOfCreateInviteRequest(value: object): boolean {
34
- if (!('email' in value)) return false;
33
+ export function instanceOfCreateInviteRequest(value: object): value is CreateInviteRequest {
34
+ if (!('email' in value) || value['email'] === 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).
@@ -42,8 +42,8 @@ export interface CreateProjectRequest {
42
42
  /**
43
43
  * Check if a given object implements the CreateProjectRequest interface.
44
44
  */
45
- export function instanceOfCreateProjectRequest(value: object): boolean {
46
- if (!('name' in value)) return false;
45
+ export function instanceOfCreateProjectRequest(value: object): value is CreateProjectRequest {
46
+ if (!('name' in value) || value['name'] === undefined) return false;
47
47
  return true;
48
48
  }
49
49
 
@@ -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 InstallTemplateRequest {
30
30
  /**
31
31
  * Check if a given object implements the InstallTemplateRequest interface.
32
32
  */
33
- export function instanceOfInstallTemplateRequest(value: object): boolean {
33
+ export function instanceOfInstallTemplateRequest(value: object): value is InstallTemplateRequest {
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).
@@ -48,9 +48,9 @@ export interface Integration {
48
48
  /**
49
49
  * Check if a given object implements the Integration interface.
50
50
  */
51
- export function instanceOfIntegration(value: object): boolean {
52
- if (!('code' in value)) return false;
53
- if (!('config' in value)) return false;
51
+ export function instanceOfIntegration(value: object): value is Integration {
52
+ if (!('code' in value) || value['code'] === undefined) return false;
53
+ if (!('config' in value) || value['config'] === undefined) return false;
54
54
  return true;
55
55
  }
56
56
 
@@ -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 IntegrationsResponse {
37
37
  /**
38
38
  * Check if a given object implements the IntegrationsResponse interface.
39
39
  */
40
- export function instanceOfIntegrationsResponse(value: object): boolean {
41
- if (!('integrations' in value)) return false;
40
+ export function instanceOfIntegrationsResponse(value: object): value is IntegrationsResponse {
41
+ if (!('integrations' in value) || value['integrations'] === 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).
@@ -36,9 +36,9 @@ export interface LegacyProjectLogo {
36
36
  /**
37
37
  * Check if a given object implements the LegacyProjectLogo interface.
38
38
  */
39
- export function instanceOfLegacyProjectLogo(value: object): boolean {
40
- if (!('url' in value)) return false;
41
- if (!('backgroundColor' in value)) return false;
39
+ export function instanceOfLegacyProjectLogo(value: object): value is LegacyProjectLogo {
40
+ if (!('url' in value) || value['url'] === undefined) return false;
41
+ if (!('backgroundColor' in value) || value['backgroundColor'] === 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).
@@ -80,11 +80,11 @@ export interface Project {
80
80
  /**
81
81
  * Check if a given object implements the Project interface.
82
82
  */
83
- export function instanceOfProject(value: object): boolean {
84
- if (!('id' in value)) return false;
85
- if (!('name' in value)) return false;
86
- if (!('logo' in value)) return false;
87
- if (!('logos' in value)) return false;
83
+ export function instanceOfProject(value: object): value is Project {
84
+ if (!('id' in value) || value['id'] === undefined) return false;
85
+ if (!('name' in value) || value['name'] === undefined) return false;
86
+ if (!('logo' in value) || value['logo'] === undefined) return false;
87
+ if (!('logos' in value) || value['logos'] === undefined) return false;
88
88
  return true;
89
89
  }
90
90
 
@@ -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).
@@ -61,12 +61,12 @@ export interface ProjectInvite {
61
61
  /**
62
62
  * Check if a given object implements the ProjectInvite interface.
63
63
  */
64
- export function instanceOfProjectInvite(value: object): boolean {
65
- if (!('id' in value)) return false;
66
- if (!('inviteeEmail' in value)) return false;
67
- if (!('createdAt' in value)) return false;
68
- if (!('expiresAt' in value)) return false;
69
- if (!('inviter' in value)) return false;
64
+ export function instanceOfProjectInvite(value: object): value is ProjectInvite {
65
+ if (!('id' in value) || value['id'] === undefined) return false;
66
+ if (!('inviteeEmail' in value) || value['inviteeEmail'] === undefined) return false;
67
+ if (!('createdAt' in value) || value['createdAt'] === undefined) return false;
68
+ if (!('expiresAt' in value) || value['expiresAt'] === undefined) return false;
69
+ if (!('inviter' in value) || value['inviter'] === undefined) return false;
70
70
  return true;
71
71
  }
72
72
 
@@ -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 ProjectInvites {
43
43
  /**
44
44
  * Check if a given object implements the ProjectInvites interface.
45
45
  */
46
- export function instanceOfProjectInvites(value: object): boolean {
47
- if (!('invites' in value)) return false;
48
- if (!('nextPageToken' in value)) return false;
46
+ export function instanceOfProjectInvites(value: object): value is ProjectInvites {
47
+ if (!('invites' in value) || value['invites'] === 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).
@@ -36,9 +36,9 @@ export interface ProjectLogo {
36
36
  /**
37
37
  * Check if a given object implements the ProjectLogo interface.
38
38
  */
39
- export function instanceOfProjectLogo(value: object): boolean {
40
- if (!('url' in value)) return false;
41
- if (!('meta' in value)) return false;
39
+ export function instanceOfProjectLogo(value: object): value is ProjectLogo {
40
+ if (!('url' in value) || value['url'] === undefined) return false;
41
+ if (!('meta' in value) || value['meta'] === 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).
@@ -49,10 +49,10 @@ export interface ProjectManager {
49
49
  /**
50
50
  * Check if a given object implements the ProjectManager interface.
51
51
  */
52
- export function instanceOfProjectManager(value: object): boolean {
53
- if (!('id' in value)) return false;
54
- if (!('name' in value)) return false;
55
- if (!('logos' in value)) return false;
52
+ export function instanceOfProjectManager(value: object): value is ProjectManager {
53
+ if (!('id' in value) || value['id'] === undefined) return false;
54
+ if (!('name' in value) || value['name'] === undefined) return false;
55
+ if (!('logos' in value) || value['logos'] === undefined) return false;
56
56
  return true;
57
57
  }
58
58