@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
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.6.0
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @teemill/projects@1.
|
|
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.
|
|
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.
|
|
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/apis/ProjectsApi.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).
|
|
@@ -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(
|
|
314
|
-
return __awaiter(this,
|
|
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(
|
|
360
|
-
return __awaiter(this,
|
|
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(
|
|
521
|
-
return __awaiter(this,
|
|
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.
|
|
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.
|
|
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(
|
|
311
|
-
return __awaiter(this,
|
|
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(
|
|
357
|
-
return __awaiter(this,
|
|
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(
|
|
518
|
-
return __awaiter(this,
|
|
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.
|
|
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;
|
|
@@ -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 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.
|
|
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;
|
|
@@ -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 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.
|
|
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;
|
|
@@ -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 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.
|
|
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;
|
|
@@ -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).
|
|
@@ -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;
|
|
@@ -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,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.
|
|
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;
|
|
@@ -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 { 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.
|
|
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;
|
|
@@ -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,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.
|
|
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;
|
|
@@ -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).
|
|
@@ -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.
|
|
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;
|
|
@@ -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,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.
|
|
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;
|
|
@@ -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 { 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.
|
|
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):
|
|
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.
|
|
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.
|
|
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):
|
|
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.
|
|
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.
|
|
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):
|
|
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;
|