@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
@@ -1 +1 @@
1
- 7.5.0
1
+ 7.6.0
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/projects@1.15.0
1
+ ## @teemill/projects@1.16.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.15.0 --save
39
+ npm install @teemill/projects@1.16.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.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).
@@ -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).
@@ -310,8 +310,8 @@ class ProjectsApi extends runtime.BaseAPI {
310
310
  * List all integrations installed on a project
311
311
  * List integrations
312
312
  */
313
- getIntegrations(project, optionalParameters = {}, initOverrides) {
314
- return __awaiter(this, void 0, void 0, function* () {
313
+ getIntegrations(project_1) {
314
+ return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
315
315
  const response = yield this.getIntegrationsRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
316
316
  return yield response.value();
317
317
  });
@@ -356,8 +356,8 @@ class ProjectsApi extends runtime.BaseAPI {
356
356
  * List the invites associated with a project
357
357
  * List Invites
358
358
  */
359
- getInvites(project, optionalParameters = {}, initOverrides) {
360
- return __awaiter(this, void 0, void 0, function* () {
359
+ getInvites(project_1) {
360
+ return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
361
361
  const response = yield this.getInvitesRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
362
362
  return yield response.value();
363
363
  });
@@ -517,8 +517,8 @@ class ProjectsApi extends runtime.BaseAPI {
517
517
  * List the users associated with a project
518
518
  * List project users
519
519
  */
520
- getUsers(project, optionalParameters = {}, initOverrides) {
521
- return __awaiter(this, void 0, void 0, function* () {
520
+ getUsers(project_1) {
521
+ return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
522
522
  const response = yield this.getUsersRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
523
523
  return yield response.value();
524
524
  });
@@ -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).
@@ -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).
@@ -307,8 +307,8 @@ export class ProjectsApi extends runtime.BaseAPI {
307
307
  * List all integrations installed on a project
308
308
  * List integrations
309
309
  */
310
- getIntegrations(project, optionalParameters = {}, initOverrides) {
311
- return __awaiter(this, void 0, void 0, function* () {
310
+ getIntegrations(project_1) {
311
+ return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
312
312
  const response = yield this.getIntegrationsRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
313
313
  return yield response.value();
314
314
  });
@@ -353,8 +353,8 @@ export class ProjectsApi extends runtime.BaseAPI {
353
353
  * List the invites associated with a project
354
354
  * List Invites
355
355
  */
356
- getInvites(project, optionalParameters = {}, initOverrides) {
357
- return __awaiter(this, void 0, void 0, function* () {
356
+ getInvites(project_1) {
357
+ return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
358
358
  const response = yield this.getInvitesRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
359
359
  return yield response.value();
360
360
  });
@@ -514,8 +514,8 @@ export class ProjectsApi extends runtime.BaseAPI {
514
514
  * List the users associated with a project
515
515
  * List project users
516
516
  */
517
- getUsers(project, optionalParameters = {}, initOverrides) {
518
- return __awaiter(this, void 0, void 0, function* () {
517
+ getUsers(project_1) {
518
+ return __awaiter(this, arguments, void 0, function* (project, optionalParameters = {}, initOverrides) {
519
519
  const response = yield this.getUsersRaw(Object.assign({ project: project }, optionalParameters), initOverrides);
520
520
  return yield response.value();
521
521
  });
@@ -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).
@@ -31,7 +31,7 @@ export interface ApiError {
31
31
  /**
32
32
  * Check if a given object implements the ApiError interface.
33
33
  */
34
- export declare function instanceOfApiError(value: object): boolean;
34
+ export declare function instanceOfApiError(value: object): value is ApiError;
35
35
  export declare function ApiErrorFromJSON(json: any): ApiError;
36
36
  export declare function ApiErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): ApiError;
37
37
  export declare function ApiErrorToJSON(value?: ApiError | null): any;
@@ -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).
@@ -15,7 +15,7 @@
15
15
  * Check if a given object implements the ApiError interface.
16
16
  */
17
17
  export function instanceOfApiError(value) {
18
- if (!('message' in value))
18
+ if (!('message' in value) || value['message'] === undefined)
19
19
  return false;
20
20
  return true;
21
21
  }
@@ -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 CreateInviteRequest {
25
25
  /**
26
26
  * Check if a given object implements the CreateInviteRequest interface.
27
27
  */
28
- export declare function instanceOfCreateInviteRequest(value: object): boolean;
28
+ export declare function instanceOfCreateInviteRequest(value: object): value is CreateInviteRequest;
29
29
  export declare function CreateInviteRequestFromJSON(json: any): CreateInviteRequest;
30
30
  export declare function CreateInviteRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateInviteRequest;
31
31
  export declare function CreateInviteRequestToJSON(value?: CreateInviteRequest | null): any;
@@ -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).
@@ -15,7 +15,7 @@
15
15
  * Check if a given object implements the CreateInviteRequest interface.
16
16
  */
17
17
  export function instanceOfCreateInviteRequest(value) {
18
- if (!('email' in value))
18
+ if (!('email' in value) || value['email'] === undefined)
19
19
  return false;
20
20
  return true;
21
21
  }
@@ -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).
@@ -37,7 +37,7 @@ export interface CreateProjectRequest {
37
37
  /**
38
38
  * Check if a given object implements the CreateProjectRequest interface.
39
39
  */
40
- export declare function instanceOfCreateProjectRequest(value: object): boolean;
40
+ export declare function instanceOfCreateProjectRequest(value: object): value is CreateProjectRequest;
41
41
  export declare function CreateProjectRequestFromJSON(json: any): CreateProjectRequest;
42
42
  export declare function CreateProjectRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateProjectRequest;
43
43
  export declare function CreateProjectRequestToJSON(value?: CreateProjectRequest | null): any;
@@ -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).
@@ -15,7 +15,7 @@
15
15
  * Check if a given object implements the CreateProjectRequest interface.
16
16
  */
17
17
  export function instanceOfCreateProjectRequest(value) {
18
- if (!('name' in value))
18
+ if (!('name' in value) || value['name'] === undefined)
19
19
  return false;
20
20
  return true;
21
21
  }
@@ -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 InstallTemplateRequest {
25
25
  /**
26
26
  * Check if a given object implements the InstallTemplateRequest interface.
27
27
  */
28
- export declare function instanceOfInstallTemplateRequest(value: object): boolean;
28
+ export declare function instanceOfInstallTemplateRequest(value: object): value is InstallTemplateRequest;
29
29
  export declare function InstallTemplateRequestFromJSON(json: any): InstallTemplateRequest;
30
30
  export declare function InstallTemplateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): InstallTemplateRequest;
31
31
  export declare function InstallTemplateRequestToJSON(value?: InstallTemplateRequest | null): any;
@@ -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).
@@ -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).
@@ -43,7 +43,7 @@ export interface Integration {
43
43
  /**
44
44
  * Check if a given object implements the Integration interface.
45
45
  */
46
- export declare function instanceOfIntegration(value: object): boolean;
46
+ export declare function instanceOfIntegration(value: object): value is Integration;
47
47
  export declare function IntegrationFromJSON(json: any): Integration;
48
48
  export declare function IntegrationFromJSONTyped(json: any, ignoreDiscriminator: boolean): Integration;
49
49
  export declare function IntegrationToJSON(value?: Omit<Integration, 'id'> | null): any;
@@ -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).
@@ -15,9 +15,9 @@
15
15
  * Check if a given object implements the Integration interface.
16
16
  */
17
17
  export function instanceOfIntegration(value) {
18
- if (!('code' in value))
18
+ if (!('code' in value) || value['code'] === undefined)
19
19
  return false;
20
- if (!('config' in value))
20
+ if (!('config' in value) || value['config'] === undefined)
21
21
  return false;
22
22
  return true;
23
23
  }
@@ -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 IntegrationsResponse {
26
26
  /**
27
27
  * Check if a given object implements the IntegrationsResponse interface.
28
28
  */
29
- export declare function instanceOfIntegrationsResponse(value: object): boolean;
29
+ export declare function instanceOfIntegrationsResponse(value: object): value is IntegrationsResponse;
30
30
  export declare function IntegrationsResponseFromJSON(json: any): IntegrationsResponse;
31
31
  export declare function IntegrationsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationsResponse;
32
32
  export declare function IntegrationsResponseToJSON(value?: IntegrationsResponse | null): any;
@@ -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).
@@ -16,7 +16,7 @@ import { IntegrationFromJSON, IntegrationToJSON, } from './Integration';
16
16
  * Check if a given object implements the IntegrationsResponse interface.
17
17
  */
18
18
  export function instanceOfIntegrationsResponse(value) {
19
- if (!('integrations' in value))
19
+ if (!('integrations' in value) || value['integrations'] === undefined)
20
20
  return false;
21
21
  return true;
22
22
  }
@@ -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).
@@ -31,7 +31,7 @@ export interface LegacyProjectLogo {
31
31
  /**
32
32
  * Check if a given object implements the LegacyProjectLogo interface.
33
33
  */
34
- export declare function instanceOfLegacyProjectLogo(value: object): boolean;
34
+ export declare function instanceOfLegacyProjectLogo(value: object): value is LegacyProjectLogo;
35
35
  export declare function LegacyProjectLogoFromJSON(json: any): LegacyProjectLogo;
36
36
  export declare function LegacyProjectLogoFromJSONTyped(json: any, ignoreDiscriminator: boolean): LegacyProjectLogo;
37
37
  export declare function LegacyProjectLogoToJSON(value?: LegacyProjectLogo | null): any;
@@ -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).
@@ -15,9 +15,9 @@
15
15
  * Check if a given object implements the LegacyProjectLogo interface.
16
16
  */
17
17
  export function instanceOfLegacyProjectLogo(value) {
18
- if (!('url' in value))
18
+ if (!('url' in value) || value['url'] === undefined)
19
19
  return false;
20
- if (!('backgroundColor' in value))
20
+ if (!('backgroundColor' in value) || value['backgroundColor'] === undefined)
21
21
  return false;
22
22
  return true;
23
23
  }
@@ -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).
@@ -59,7 +59,7 @@ export interface Project {
59
59
  /**
60
60
  * Check if a given object implements the Project interface.
61
61
  */
62
- export declare function instanceOfProject(value: object): boolean;
62
+ export declare function instanceOfProject(value: object): value is Project;
63
63
  export declare function ProjectFromJSON(json: any): Project;
64
64
  export declare function ProjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): Project;
65
65
  export declare function ProjectToJSON(value?: Project | null): any;
@@ -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).
@@ -18,13 +18,13 @@ import { ProjectManagerFromJSON, ProjectManagerToJSON, } from './ProjectManager'
18
18
  * Check if a given object implements the Project interface.
19
19
  */
20
20
  export function instanceOfProject(value) {
21
- if (!('id' in value))
21
+ if (!('id' in value) || value['id'] === undefined)
22
22
  return false;
23
- if (!('name' in value))
23
+ if (!('name' in value) || value['name'] === undefined)
24
24
  return false;
25
- if (!('logo' in value))
25
+ if (!('logo' in value) || value['logo'] === undefined)
26
26
  return false;
27
- if (!('logos' in value))
27
+ if (!('logos' in value) || value['logos'] === undefined)
28
28
  return false;
29
29
  return true;
30
30
  }
@@ -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).
@@ -50,7 +50,7 @@ export interface ProjectInvite {
50
50
  /**
51
51
  * Check if a given object implements the ProjectInvite interface.
52
52
  */
53
- export declare function instanceOfProjectInvite(value: object): boolean;
53
+ export declare function instanceOfProjectInvite(value: object): value is ProjectInvite;
54
54
  export declare function ProjectInviteFromJSON(json: any): ProjectInvite;
55
55
  export declare function ProjectInviteFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectInvite;
56
56
  export declare function ProjectInviteToJSON(value?: ProjectInvite | null): any;
@@ -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).
@@ -16,15 +16,15 @@ import { ProjectUserFromJSON, ProjectUserToJSON, } from './ProjectUser';
16
16
  * Check if a given object implements the ProjectInvite interface.
17
17
  */
18
18
  export function instanceOfProjectInvite(value) {
19
- if (!('id' in value))
19
+ if (!('id' in value) || value['id'] === undefined)
20
20
  return false;
21
- if (!('inviteeEmail' in value))
21
+ if (!('inviteeEmail' in value) || value['inviteeEmail'] === undefined)
22
22
  return false;
23
- if (!('createdAt' in value))
23
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
24
24
  return false;
25
- if (!('expiresAt' in value))
25
+ if (!('expiresAt' in value) || value['expiresAt'] === undefined)
26
26
  return false;
27
- if (!('inviter' in value))
27
+ if (!('inviter' in value) || value['inviter'] === undefined)
28
28
  return false;
29
29
  return true;
30
30
  }
@@ -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 ProjectInvites {
32
32
  /**
33
33
  * Check if a given object implements the ProjectInvites interface.
34
34
  */
35
- export declare function instanceOfProjectInvites(value: object): boolean;
35
+ export declare function instanceOfProjectInvites(value: object): value is ProjectInvites;
36
36
  export declare function ProjectInvitesFromJSON(json: any): ProjectInvites;
37
37
  export declare function ProjectInvitesFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProjectInvites;
38
38
  export declare function ProjectInvitesToJSON(value?: ProjectInvites | null): any;
@@ -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).
@@ -16,9 +16,9 @@ import { ProjectInviteFromJSON, ProjectInviteToJSON, } from './ProjectInvite';
16
16
  * Check if a given object implements the ProjectInvites interface.
17
17
  */
18
18
  export function instanceOfProjectInvites(value) {
19
- if (!('invites' in value))
19
+ if (!('invites' in value) || value['invites'] === undefined)
20
20
  return false;
21
- if (!('nextPageToken' in value))
21
+ if (!('nextPageToken' in value) || value['nextPageToken'] === 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).
@@ -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;
@@ -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).
@@ -15,9 +15,9 @@
15
15
  * Check if a given object implements the ProjectLogo interface.
16
16
  */
17
17
  export function instanceOfProjectLogo(value) {
18
- if (!('url' in value))
18
+ if (!('url' in value) || value['url'] === undefined)
19
19
  return false;
20
- if (!('meta' in value))
20
+ if (!('meta' in value) || value['meta'] === undefined)
21
21
  return false;
22
22
  return true;
23
23
  }
@@ -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;
@@ -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).
@@ -16,11 +16,11 @@ import { ProjectLogoFromJSON, ProjectLogoToJSON, } from './ProjectLogo';
16
16
  * Check if a given object implements the ProjectManager interface.
17
17
  */
18
18
  export function instanceOfProjectManager(value) {
19
- if (!('id' in value))
19
+ if (!('id' in value) || value['id'] === undefined)
20
20
  return false;
21
- if (!('name' in value))
21
+ if (!('name' in value) || value['name'] === undefined)
22
22
  return false;
23
- if (!('logos' in value))
23
+ if (!('logos' in value) || value['logos'] === 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).
@@ -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;