@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.
- package/.openapi-generator/VERSION +1 -1
- package/README.md +2 -2
- package/dist/apis/ProjectsApi.d.ts +1 -1
- package/dist/apis/ProjectsApi.js +7 -7
- package/dist/esm/apis/ProjectsApi.d.ts +1 -1
- package/dist/esm/apis/ProjectsApi.js +7 -7
- package/dist/esm/models/ApiError.d.ts +2 -2
- package/dist/esm/models/ApiError.js +2 -2
- package/dist/esm/models/CreateInviteRequest.d.ts +2 -2
- package/dist/esm/models/CreateInviteRequest.js +2 -2
- package/dist/esm/models/CreateProjectRequest.d.ts +2 -2
- package/dist/esm/models/CreateProjectRequest.js +2 -2
- package/dist/esm/models/InstallTemplateRequest.d.ts +2 -2
- package/dist/esm/models/InstallTemplateRequest.js +1 -1
- package/dist/esm/models/Integration.d.ts +2 -2
- package/dist/esm/models/Integration.js +3 -3
- package/dist/esm/models/IntegrationsResponse.d.ts +2 -2
- package/dist/esm/models/IntegrationsResponse.js +2 -2
- package/dist/esm/models/LegacyProjectLogo.d.ts +2 -2
- package/dist/esm/models/LegacyProjectLogo.js +3 -3
- package/dist/esm/models/Project.d.ts +2 -2
- package/dist/esm/models/Project.js +5 -5
- package/dist/esm/models/ProjectInvite.d.ts +2 -2
- package/dist/esm/models/ProjectInvite.js +6 -6
- package/dist/esm/models/ProjectInvites.d.ts +2 -2
- package/dist/esm/models/ProjectInvites.js +3 -3
- package/dist/esm/models/ProjectLogo.d.ts +2 -2
- package/dist/esm/models/ProjectLogo.js +3 -3
- package/dist/esm/models/ProjectManager.d.ts +2 -2
- package/dist/esm/models/ProjectManager.js +4 -4
- package/dist/esm/models/ProjectUser.d.ts +2 -2
- package/dist/esm/models/ProjectUser.js +8 -8
- package/dist/esm/models/ProjectUserAvatar.d.ts +2 -2
- package/dist/esm/models/ProjectUserAvatar.js +1 -1
- package/dist/esm/models/ProjectUsers.d.ts +2 -2
- package/dist/esm/models/ProjectUsers.js +3 -3
- package/dist/esm/models/ProjectsResponse.d.ts +2 -2
- package/dist/esm/models/ProjectsResponse.js +2 -2
- package/dist/esm/models/SetupIntegrationRequest.d.ts +2 -2
- package/dist/esm/models/SetupIntegrationRequest.js +2 -2
- package/dist/esm/models/UpdateProjectRequest.d.ts +2 -2
- package/dist/esm/models/UpdateProjectRequest.js +1 -1
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/ApiError.d.ts +2 -2
- package/dist/models/ApiError.js +2 -2
- package/dist/models/CreateInviteRequest.d.ts +2 -2
- package/dist/models/CreateInviteRequest.js +2 -2
- package/dist/models/CreateProjectRequest.d.ts +2 -2
- package/dist/models/CreateProjectRequest.js +2 -2
- package/dist/models/InstallTemplateRequest.d.ts +2 -2
- package/dist/models/InstallTemplateRequest.js +1 -1
- package/dist/models/Integration.d.ts +2 -2
- package/dist/models/Integration.js +3 -3
- package/dist/models/IntegrationsResponse.d.ts +2 -2
- package/dist/models/IntegrationsResponse.js +2 -2
- package/dist/models/LegacyProjectLogo.d.ts +2 -2
- package/dist/models/LegacyProjectLogo.js +3 -3
- package/dist/models/Project.d.ts +2 -2
- package/dist/models/Project.js +5 -5
- package/dist/models/ProjectInvite.d.ts +2 -2
- package/dist/models/ProjectInvite.js +6 -6
- package/dist/models/ProjectInvites.d.ts +2 -2
- package/dist/models/ProjectInvites.js +3 -3
- package/dist/models/ProjectLogo.d.ts +2 -2
- package/dist/models/ProjectLogo.js +3 -3
- package/dist/models/ProjectManager.d.ts +2 -2
- package/dist/models/ProjectManager.js +4 -4
- package/dist/models/ProjectUser.d.ts +2 -2
- package/dist/models/ProjectUser.js +8 -8
- package/dist/models/ProjectUserAvatar.d.ts +2 -2
- package/dist/models/ProjectUserAvatar.js +1 -1
- package/dist/models/ProjectUsers.d.ts +2 -2
- package/dist/models/ProjectUsers.js +3 -3
- package/dist/models/ProjectsResponse.d.ts +2 -2
- package/dist/models/ProjectsResponse.js +2 -2
- package/dist/models/SetupIntegrationRequest.d.ts +2 -2
- package/dist/models/SetupIntegrationRequest.js +2 -2
- package/dist/models/UpdateProjectRequest.d.ts +2 -2
- package/dist/models/UpdateProjectRequest.js +1 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +2 -2
- package/src/apis/ProjectsApi.ts +1 -1
- package/src/models/ApiError.ts +3 -3
- package/src/models/CreateInviteRequest.ts +3 -3
- package/src/models/CreateProjectRequest.ts +3 -3
- package/src/models/InstallTemplateRequest.ts +2 -2
- package/src/models/Integration.ts +4 -4
- package/src/models/IntegrationsResponse.ts +3 -3
- package/src/models/LegacyProjectLogo.ts +4 -4
- package/src/models/Project.ts +6 -6
- package/src/models/ProjectInvite.ts +7 -7
- package/src/models/ProjectInvites.ts +4 -4
- package/src/models/ProjectLogo.ts +4 -4
- package/src/models/ProjectManager.ts +5 -5
- package/src/models/ProjectUser.ts +9 -9
- package/src/models/ProjectUserAvatar.ts +2 -2
- package/src/models/ProjectUsers.ts +4 -4
- package/src/models/ProjectsResponse.ts +3 -3
- package/src/models/SetupIntegrationRequest.ts +3 -3
- package/src/models/UpdateProjectRequest.ts +2 -2
- 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.
|
|
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).
|
|
@@ -24,19 +24,19 @@ export const ProjectUserTypeEnum = {
|
|
|
24
24
|
* Check if a given object implements the ProjectUser interface.
|
|
25
25
|
*/
|
|
26
26
|
export function instanceOfProjectUser(value) {
|
|
27
|
-
if (!('id' in value))
|
|
27
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
28
28
|
return false;
|
|
29
|
-
if (!('userRef' in value))
|
|
29
|
+
if (!('userRef' in value) || value['userRef'] === undefined)
|
|
30
30
|
return false;
|
|
31
|
-
if (!('firstName' in value))
|
|
31
|
+
if (!('firstName' in value) || value['firstName'] === undefined)
|
|
32
32
|
return false;
|
|
33
|
-
if (!('lastName' in value))
|
|
33
|
+
if (!('lastName' in value) || value['lastName'] === undefined)
|
|
34
34
|
return false;
|
|
35
|
-
if (!('username' in value))
|
|
35
|
+
if (!('username' in value) || value['username'] === undefined)
|
|
36
36
|
return false;
|
|
37
|
-
if (!('email' in value))
|
|
37
|
+
if (!('email' in value) || value['email'] === undefined)
|
|
38
38
|
return false;
|
|
39
|
-
if (!('avatar' in value))
|
|
39
|
+
if (!('avatar' in value) || value['avatar'] === undefined)
|
|
40
40
|
return false;
|
|
41
41
|
return true;
|
|
42
42
|
}
|
|
@@ -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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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 { ProjectUserFromJSON, ProjectUserToJSON, } from './ProjectUser';
|
|
|
16
16
|
* Check if a given object implements the ProjectUsers interface.
|
|
17
17
|
*/
|
|
18
18
|
export function instanceOfProjectUsers(value) {
|
|
19
|
-
if (!('users' in value))
|
|
19
|
+
if (!('users' in value) || value['users'] === 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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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 { ProjectFromJSON, ProjectToJSON, } from './Project';
|
|
|
16
16
|
* Check if a given object implements the ProjectsResponse interface.
|
|
17
17
|
*/
|
|
18
18
|
export function instanceOfProjectsResponse(value) {
|
|
19
|
-
if (!('projects' in value))
|
|
19
|
+
if (!('projects' in value) || value['projects'] === 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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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 SetupIntegrationRequest interface.
|
|
16
16
|
*/
|
|
17
17
|
export function instanceOfSetupIntegrationRequest(value) {
|
|
18
|
-
if (!('config' in value))
|
|
18
|
+
if (!('config' in value) || value['config'] === 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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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).
|
package/dist/esm/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.
|
|
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/esm/runtime.js
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.
|
|
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.
|
|
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):
|
|
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;
|
package/dist/models/ApiError.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.
|
|
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.ApiErrorToJSON = exports.ApiErrorFromJSONTyped = exports.ApiErrorFromJSO
|
|
|
18
18
|
* Check if a given object implements the ApiError interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfApiError(value) {
|
|
21
|
-
if (!('message' in value))
|
|
21
|
+
if (!('message' in value) || value['message'] === 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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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.CreateInviteRequestToJSON = exports.CreateInviteRequestFromJSONTyped = e
|
|
|
18
18
|
* Check if a given object implements the CreateInviteRequest interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfCreateInviteRequest(value) {
|
|
21
|
-
if (!('email' in value))
|
|
21
|
+
if (!('email' in value) || value['email'] === 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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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.CreateProjectRequestToJSON = exports.CreateProjectRequestFromJSONTyped =
|
|
|
18
18
|
* Check if a given object implements the CreateProjectRequest interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfCreateProjectRequest(value) {
|
|
21
|
-
if (!('name' in value))
|
|
21
|
+
if (!('name' in value) || value['name'] === 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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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.IntegrationToJSON = exports.IntegrationFromJSONTyped = exports.Integrati
|
|
|
18
18
|
* Check if a given object implements the Integration interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfIntegration(value) {
|
|
21
|
-
if (!('code' in value))
|
|
21
|
+
if (!('code' in value) || value['code'] === undefined)
|
|
22
22
|
return false;
|
|
23
|
-
if (!('config' in value))
|
|
23
|
+
if (!('config' in value) || value['config'] === 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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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 Integration_1 = require("./Integration");
|
|
|
19
19
|
* Check if a given object implements the IntegrationsResponse interface.
|
|
20
20
|
*/
|
|
21
21
|
function instanceOfIntegrationsResponse(value) {
|
|
22
|
-
if (!('integrations' in value))
|
|
22
|
+
if (!('integrations' in value) || value['integrations'] === 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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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.LegacyProjectLogoToJSON = exports.LegacyProjectLogoFromJSONTyped = expor
|
|
|
18
18
|
* Check if a given object implements the LegacyProjectLogo interface.
|
|
19
19
|
*/
|
|
20
20
|
function instanceOfLegacyProjectLogo(value) {
|
|
21
|
-
if (!('url' in value))
|
|
21
|
+
if (!('url' in value) || value['url'] === undefined)
|
|
22
22
|
return false;
|
|
23
|
-
if (!('backgroundColor' in value))
|
|
23
|
+
if (!('backgroundColor' in value) || value['backgroundColor'] === undefined)
|
|
24
24
|
return false;
|
|
25
25
|
return true;
|
|
26
26
|
}
|
package/dist/models/Project.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.
|
|
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):
|
|
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;
|
package/dist/models/Project.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.
|
|
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).
|
|
@@ -21,13 +21,13 @@ const ProjectManager_1 = require("./ProjectManager");
|
|
|
21
21
|
* Check if a given object implements the Project interface.
|
|
22
22
|
*/
|
|
23
23
|
function instanceOfProject(value) {
|
|
24
|
-
if (!('id' in value))
|
|
24
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
25
25
|
return false;
|
|
26
|
-
if (!('name' in value))
|
|
26
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
27
27
|
return false;
|
|
28
|
-
if (!('logo' in value))
|
|
28
|
+
if (!('logo' in value) || value['logo'] === undefined)
|
|
29
29
|
return false;
|
|
30
|
-
if (!('logos' in value))
|
|
30
|
+
if (!('logos' in value) || value['logos'] === undefined)
|
|
31
31
|
return false;
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
@@ -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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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,15 +19,15 @@ const ProjectUser_1 = require("./ProjectUser");
|
|
|
19
19
|
* Check if a given object implements the ProjectInvite interface.
|
|
20
20
|
*/
|
|
21
21
|
function instanceOfProjectInvite(value) {
|
|
22
|
-
if (!('id' in value))
|
|
22
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
23
23
|
return false;
|
|
24
|
-
if (!('inviteeEmail' in value))
|
|
24
|
+
if (!('inviteeEmail' in value) || value['inviteeEmail'] === undefined)
|
|
25
25
|
return false;
|
|
26
|
-
if (!('createdAt' in value))
|
|
26
|
+
if (!('createdAt' in value) || value['createdAt'] === undefined)
|
|
27
27
|
return false;
|
|
28
|
-
if (!('expiresAt' in value))
|
|
28
|
+
if (!('expiresAt' in value) || value['expiresAt'] === undefined)
|
|
29
29
|
return false;
|
|
30
|
-
if (!('inviter' in value))
|
|
30
|
+
if (!('inviter' in value) || value['inviter'] === undefined)
|
|
31
31
|
return false;
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
@@ -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.
|
|
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):
|
|
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;
|
|
@@ -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.
|
|
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 ProjectInvite_1 = require("./ProjectInvite");
|
|
|
19
19
|
* Check if a given object implements the ProjectInvites interface.
|
|
20
20
|
*/
|
|
21
21
|
function instanceOfProjectInvites(value) {
|
|
22
|
-
if (!('invites' in value))
|
|
22
|
+
if (!('invites' in value) || value['invites'] === 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
|
}
|