@teemill/integrations 0.9.0 → 0.11.1
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/FILES +3 -0
- package/.openapi-generator/VERSION +1 -1
- package/README.md +2 -2
- package/dist/apis/IntegrationsApi.d.ts +65 -2
- package/dist/apis/IntegrationsApi.js +197 -1
- package/dist/esm/apis/IntegrationsApi.d.ts +65 -2
- package/dist/esm/apis/IntegrationsApi.js +198 -2
- package/dist/esm/models/ApiError.d.ts +2 -2
- package/dist/esm/models/ApiError.js +2 -2
- package/dist/esm/models/CreateAdminIntegrationListingRequest.d.ts +80 -0
- package/dist/esm/models/CreateAdminIntegrationListingRequest.js +73 -0
- package/dist/esm/models/CreateAdminIntegrationListingRequestGradient.d.ts +37 -0
- package/dist/esm/models/CreateAdminIntegrationListingRequestGradient.js +40 -0
- package/dist/esm/models/Integration.d.ts +2 -2
- package/dist/esm/models/Integration.js +1 -1
- package/dist/esm/models/IntegrationCategoriesResponse.d.ts +2 -2
- package/dist/esm/models/IntegrationCategoriesResponse.js +2 -2
- package/dist/esm/models/IntegrationCategory.d.ts +2 -2
- package/dist/esm/models/IntegrationCategory.js +4 -4
- package/dist/esm/models/IntegrationListing.d.ts +2 -2
- package/dist/esm/models/IntegrationListing.js +11 -11
- package/dist/esm/models/IntegrationListingGradient.d.ts +2 -2
- package/dist/esm/models/IntegrationListingGradient.js +1 -1
- package/dist/esm/models/IntegrationListingsResponse.d.ts +2 -2
- package/dist/esm/models/IntegrationListingsResponse.js +2 -2
- package/dist/esm/models/IntegrationProduct.d.ts +2 -2
- package/dist/esm/models/IntegrationProduct.js +6 -6
- package/dist/esm/models/IntegrationProductsResponse.d.ts +2 -2
- package/dist/esm/models/IntegrationProductsResponse.js +2 -2
- package/dist/esm/models/IntegrationsResponse.d.ts +2 -2
- package/dist/esm/models/IntegrationsResponse.js +2 -2
- package/dist/esm/models/UpdateAdminIntegrationListingRequest.d.ts +80 -0
- package/dist/esm/models/UpdateAdminIntegrationListingRequest.js +55 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +3 -0
- 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/CreateAdminIntegrationListingRequest.d.ts +80 -0
- package/dist/models/CreateAdminIntegrationListingRequest.js +80 -0
- package/dist/models/CreateAdminIntegrationListingRequestGradient.d.ts +37 -0
- package/dist/models/CreateAdminIntegrationListingRequestGradient.js +47 -0
- package/dist/models/Integration.d.ts +2 -2
- package/dist/models/Integration.js +1 -1
- package/dist/models/IntegrationCategoriesResponse.d.ts +2 -2
- package/dist/models/IntegrationCategoriesResponse.js +2 -2
- package/dist/models/IntegrationCategory.d.ts +2 -2
- package/dist/models/IntegrationCategory.js +4 -4
- package/dist/models/IntegrationListing.d.ts +2 -2
- package/dist/models/IntegrationListing.js +11 -11
- package/dist/models/IntegrationListingGradient.d.ts +2 -2
- package/dist/models/IntegrationListingGradient.js +1 -1
- package/dist/models/IntegrationListingsResponse.d.ts +2 -2
- package/dist/models/IntegrationListingsResponse.js +2 -2
- package/dist/models/IntegrationProduct.d.ts +2 -2
- package/dist/models/IntegrationProduct.js +6 -6
- package/dist/models/IntegrationProductsResponse.d.ts +2 -2
- package/dist/models/IntegrationProductsResponse.js +2 -2
- package/dist/models/IntegrationsResponse.d.ts +2 -2
- package/dist/models/IntegrationsResponse.js +2 -2
- package/dist/models/UpdateAdminIntegrationListingRequest.d.ts +80 -0
- package/dist/models/UpdateAdminIntegrationListingRequest.js +62 -0
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +2 -2
- package/src/apis/IntegrationsApi.ts +276 -1
- package/src/models/ApiError.ts +3 -3
- package/src/models/CreateAdminIntegrationListingRequest.ts +140 -0
- package/src/models/CreateAdminIntegrationListingRequestGradient.ts +68 -0
- package/src/models/Integration.ts +2 -2
- package/src/models/IntegrationCategoriesResponse.ts +3 -3
- package/src/models/IntegrationCategory.ts +5 -5
- package/src/models/IntegrationListing.ts +12 -12
- package/src/models/IntegrationListingGradient.ts +2 -2
- package/src/models/IntegrationListingsResponse.ts +3 -3
- package/src/models/IntegrationProduct.ts +7 -7
- package/src/models/IntegrationProductsResponse.ts +3 -3
- package/src/models/IntegrationsResponse.ts +3 -3
- package/src/models/UpdateAdminIntegrationListingRequest.ts +131 -0
- package/src/models/index.ts +3 -0
- package/src/runtime.ts +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Integrations API
|
|
3
|
+
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { CreateAdminIntegrationListingRequestGradient } from './CreateAdminIntegrationListingRequestGradient';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateAdminIntegrationListingRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateAdminIntegrationListingRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The name of the integration listing
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
23
|
+
*/
|
|
24
|
+
name: string;
|
|
25
|
+
/**
|
|
26
|
+
* The description of the integration listing
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
29
|
+
*/
|
|
30
|
+
description: string;
|
|
31
|
+
/**
|
|
32
|
+
* The html content of the integration listing
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
35
|
+
*/
|
|
36
|
+
content: string;
|
|
37
|
+
/**
|
|
38
|
+
* The author of the integration listing
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
41
|
+
*/
|
|
42
|
+
author: string;
|
|
43
|
+
/**
|
|
44
|
+
* The code of the integration
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
47
|
+
*/
|
|
48
|
+
integration: string;
|
|
49
|
+
/**
|
|
50
|
+
* The slug of the integration listing that is used in the URL
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
53
|
+
*/
|
|
54
|
+
slug: string;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {CreateAdminIntegrationListingRequestGradient}
|
|
58
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
59
|
+
*/
|
|
60
|
+
gradient: CreateAdminIntegrationListingRequestGradient;
|
|
61
|
+
/**
|
|
62
|
+
* The icon of the integration listing
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
65
|
+
*/
|
|
66
|
+
icon: string;
|
|
67
|
+
/**
|
|
68
|
+
* The categories that this listing belongs to
|
|
69
|
+
* @type {Array<string>}
|
|
70
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
71
|
+
*/
|
|
72
|
+
categories: Array<string>;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Check if a given object implements the CreateAdminIntegrationListingRequest interface.
|
|
76
|
+
*/
|
|
77
|
+
export declare function instanceOfCreateAdminIntegrationListingRequest(value: object): value is CreateAdminIntegrationListingRequest;
|
|
78
|
+
export declare function CreateAdminIntegrationListingRequestFromJSON(json: any): CreateAdminIntegrationListingRequest;
|
|
79
|
+
export declare function CreateAdminIntegrationListingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateAdminIntegrationListingRequest;
|
|
80
|
+
export declare function CreateAdminIntegrationListingRequestToJSON(value?: CreateAdminIntegrationListingRequest | null): any;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Integrations API
|
|
5
|
+
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
8
|
+
* Contact: hello@teemill.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { CreateAdminIntegrationListingRequestGradientFromJSON, CreateAdminIntegrationListingRequestGradientToJSON, } from './CreateAdminIntegrationListingRequestGradient';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the CreateAdminIntegrationListingRequest interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfCreateAdminIntegrationListingRequest(value) {
|
|
19
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('content' in value) || value['content'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
if (!('author' in value) || value['author'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('integration' in value) || value['integration'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('slug' in value) || value['slug'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('gradient' in value) || value['gradient'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('icon' in value) || value['icon'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('categories' in value) || value['categories'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
export function CreateAdminIntegrationListingRequestFromJSON(json) {
|
|
40
|
+
return CreateAdminIntegrationListingRequestFromJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function CreateAdminIntegrationListingRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'name': json['name'],
|
|
48
|
+
'description': json['description'],
|
|
49
|
+
'content': json['content'],
|
|
50
|
+
'author': json['author'],
|
|
51
|
+
'integration': json['integration'],
|
|
52
|
+
'slug': json['slug'],
|
|
53
|
+
'gradient': CreateAdminIntegrationListingRequestGradientFromJSON(json['gradient']),
|
|
54
|
+
'icon': json['icon'],
|
|
55
|
+
'categories': json['categories'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
export function CreateAdminIntegrationListingRequestToJSON(value) {
|
|
59
|
+
if (value == null) {
|
|
60
|
+
return value;
|
|
61
|
+
}
|
|
62
|
+
return {
|
|
63
|
+
'name': value['name'],
|
|
64
|
+
'description': value['description'],
|
|
65
|
+
'content': value['content'],
|
|
66
|
+
'author': value['author'],
|
|
67
|
+
'integration': value['integration'],
|
|
68
|
+
'slug': value['slug'],
|
|
69
|
+
'gradient': CreateAdminIntegrationListingRequestGradientToJSON(value['gradient']),
|
|
70
|
+
'icon': value['icon'],
|
|
71
|
+
'categories': value['categories'],
|
|
72
|
+
};
|
|
73
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Integrations API
|
|
3
|
+
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
6
|
+
* Contact: hello@teemill.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* The gradient that is used to display the listing
|
|
14
|
+
* @export
|
|
15
|
+
* @interface CreateAdminIntegrationListingRequestGradient
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateAdminIntegrationListingRequestGradient {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateAdminIntegrationListingRequestGradient
|
|
22
|
+
*/
|
|
23
|
+
from?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateAdminIntegrationListingRequestGradient
|
|
28
|
+
*/
|
|
29
|
+
to?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CreateAdminIntegrationListingRequestGradient interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfCreateAdminIntegrationListingRequestGradient(value: object): value is CreateAdminIntegrationListingRequestGradient;
|
|
35
|
+
export declare function CreateAdminIntegrationListingRequestGradientFromJSON(json: any): CreateAdminIntegrationListingRequestGradient;
|
|
36
|
+
export declare function CreateAdminIntegrationListingRequestGradientFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateAdminIntegrationListingRequestGradient;
|
|
37
|
+
export declare function CreateAdminIntegrationListingRequestGradientToJSON(value?: CreateAdminIntegrationListingRequestGradient | null): any;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Integrations API
|
|
5
|
+
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
8
|
+
* Contact: hello@teemill.com
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the CreateAdminIntegrationListingRequestGradient interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfCreateAdminIntegrationListingRequestGradient(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function CreateAdminIntegrationListingRequestGradientFromJSON(json) {
|
|
21
|
+
return CreateAdminIntegrationListingRequestGradientFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function CreateAdminIntegrationListingRequestGradientFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'from': json['from'] == null ? undefined : json['from'],
|
|
29
|
+
'to': json['to'] == null ? undefined : json['to'],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export function CreateAdminIntegrationListingRequestGradientToJSON(value) {
|
|
33
|
+
if (value == null) {
|
|
34
|
+
return value;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'from': value['from'],
|
|
38
|
+
'to': value['to'],
|
|
39
|
+
};
|
|
40
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -39,7 +39,7 @@ export interface Integration {
|
|
|
39
39
|
/**
|
|
40
40
|
* Check if a given object implements the Integration interface.
|
|
41
41
|
*/
|
|
42
|
-
export declare function instanceOfIntegration(value: object):
|
|
42
|
+
export declare function instanceOfIntegration(value: object): value is Integration;
|
|
43
43
|
export declare function IntegrationFromJSON(json: any): Integration;
|
|
44
44
|
export declare function IntegrationFromJSONTyped(json: any, ignoreDiscriminator: boolean): Integration;
|
|
45
45
|
export declare function IntegrationToJSON(value?: Omit<Integration, 'id'> | null): any;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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 IntegrationCategoriesResponse {
|
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the IntegrationCategoriesResponse interface.
|
|
28
28
|
*/
|
|
29
|
-
export declare function instanceOfIntegrationCategoriesResponse(value: object):
|
|
29
|
+
export declare function instanceOfIntegrationCategoriesResponse(value: object): value is IntegrationCategoriesResponse;
|
|
30
30
|
export declare function IntegrationCategoriesResponseFromJSON(json: any): IntegrationCategoriesResponse;
|
|
31
31
|
export declare function IntegrationCategoriesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationCategoriesResponse;
|
|
32
32
|
export declare function IntegrationCategoriesResponseToJSON(value?: IntegrationCategoriesResponse | null): any;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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 { IntegrationCategoryFromJSON, IntegrationCategoryToJSON, } from './Integ
|
|
|
16
16
|
* Check if a given object implements the IntegrationCategoriesResponse interface.
|
|
17
17
|
*/
|
|
18
18
|
export function instanceOfIntegrationCategoriesResponse(value) {
|
|
19
|
-
if (!('categories' in value))
|
|
19
|
+
if (!('categories' in value) || value['categories'] === undefined)
|
|
20
20
|
return false;
|
|
21
21
|
return true;
|
|
22
22
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -46,7 +46,7 @@ export type IntegrationCategoryTypeEnum = typeof IntegrationCategoryTypeEnum[key
|
|
|
46
46
|
/**
|
|
47
47
|
* Check if a given object implements the IntegrationCategory interface.
|
|
48
48
|
*/
|
|
49
|
-
export declare function instanceOfIntegrationCategory(value: object):
|
|
49
|
+
export declare function instanceOfIntegrationCategory(value: object): value is IntegrationCategory;
|
|
50
50
|
export declare function IntegrationCategoryFromJSON(json: any): IntegrationCategory;
|
|
51
51
|
export declare function IntegrationCategoryFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationCategory;
|
|
52
52
|
export declare function IntegrationCategoryToJSON(value?: IntegrationCategory | null): any;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -23,11 +23,11 @@ export const IntegrationCategoryTypeEnum = {
|
|
|
23
23
|
* Check if a given object implements the IntegrationCategory interface.
|
|
24
24
|
*/
|
|
25
25
|
export function instanceOfIntegrationCategory(value) {
|
|
26
|
-
if (!('name' in value))
|
|
26
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
27
27
|
return false;
|
|
28
|
-
if (!('slug' in value))
|
|
28
|
+
if (!('slug' in value) || value['slug'] === undefined)
|
|
29
29
|
return false;
|
|
30
|
-
if (!('type' in value))
|
|
30
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
31
31
|
return false;
|
|
32
32
|
return true;
|
|
33
33
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -87,7 +87,7 @@ export interface IntegrationListing {
|
|
|
87
87
|
/**
|
|
88
88
|
* Check if a given object implements the IntegrationListing interface.
|
|
89
89
|
*/
|
|
90
|
-
export declare function instanceOfIntegrationListing(value: object):
|
|
90
|
+
export declare function instanceOfIntegrationListing(value: object): value is IntegrationListing;
|
|
91
91
|
export declare function IntegrationListingFromJSON(json: any): IntegrationListing;
|
|
92
92
|
export declare function IntegrationListingFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationListing;
|
|
93
93
|
export declare function IntegrationListingToJSON(value?: Omit<IntegrationListing, 'id'> | null): any;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,25 +17,25 @@ import { IntegrationListingGradientFromJSON, IntegrationListingGradientToJSON, }
|
|
|
17
17
|
* Check if a given object implements the IntegrationListing interface.
|
|
18
18
|
*/
|
|
19
19
|
export function instanceOfIntegrationListing(value) {
|
|
20
|
-
if (!('slug' in value))
|
|
20
|
+
if (!('slug' in value) || value['slug'] === undefined)
|
|
21
21
|
return false;
|
|
22
|
-
if (!('code' in value))
|
|
22
|
+
if (!('code' in value) || value['code'] === undefined)
|
|
23
23
|
return false;
|
|
24
|
-
if (!('name' in value))
|
|
24
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
25
25
|
return false;
|
|
26
|
-
if (!('description' in value))
|
|
26
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
27
27
|
return false;
|
|
28
|
-
if (!('content' in value))
|
|
28
|
+
if (!('content' in value) || value['content'] === undefined)
|
|
29
29
|
return false;
|
|
30
|
-
if (!('author' in value))
|
|
30
|
+
if (!('author' in value) || value['author'] === undefined)
|
|
31
31
|
return false;
|
|
32
|
-
if (!('icon' in value))
|
|
32
|
+
if (!('icon' in value) || value['icon'] === undefined)
|
|
33
33
|
return false;
|
|
34
|
-
if (!('gradient' in value))
|
|
34
|
+
if (!('gradient' in value) || value['gradient'] === undefined)
|
|
35
35
|
return false;
|
|
36
|
-
if (!('dependencies' in value))
|
|
36
|
+
if (!('dependencies' in value) || value['dependencies'] === undefined)
|
|
37
37
|
return false;
|
|
38
|
-
if (!('categories' in value))
|
|
38
|
+
if (!('categories' in value) || value['categories'] === undefined)
|
|
39
39
|
return false;
|
|
40
40
|
return true;
|
|
41
41
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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 IntegrationListingGradient {
|
|
|
31
31
|
/**
|
|
32
32
|
* Check if a given object implements the IntegrationListingGradient interface.
|
|
33
33
|
*/
|
|
34
|
-
export declare function instanceOfIntegrationListingGradient(value: object):
|
|
34
|
+
export declare function instanceOfIntegrationListingGradient(value: object): value is IntegrationListingGradient;
|
|
35
35
|
export declare function IntegrationListingGradientFromJSON(json: any): IntegrationListingGradient;
|
|
36
36
|
export declare function IntegrationListingGradientFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationListingGradient;
|
|
37
37
|
export declare function IntegrationListingGradientToJSON(value?: IntegrationListingGradient | null): any;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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 IntegrationListingsResponse {
|
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the IntegrationListingsResponse interface.
|
|
28
28
|
*/
|
|
29
|
-
export declare function instanceOfIntegrationListingsResponse(value: object):
|
|
29
|
+
export declare function instanceOfIntegrationListingsResponse(value: object): value is IntegrationListingsResponse;
|
|
30
30
|
export declare function IntegrationListingsResponseFromJSON(json: any): IntegrationListingsResponse;
|
|
31
31
|
export declare function IntegrationListingsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationListingsResponse;
|
|
32
32
|
export declare function IntegrationListingsResponseToJSON(value?: IntegrationListingsResponse | null): any;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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 { IntegrationListingFromJSON, IntegrationListingToJSON, } from './Integra
|
|
|
16
16
|
* Check if a given object implements the IntegrationListingsResponse interface.
|
|
17
17
|
*/
|
|
18
18
|
export function instanceOfIntegrationListingsResponse(value) {
|
|
19
|
-
if (!('listings' in value))
|
|
19
|
+
if (!('listings' in value) || value['listings'] === undefined)
|
|
20
20
|
return false;
|
|
21
21
|
return true;
|
|
22
22
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
6
6
|
* Contact: hello@teemill.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -55,7 +55,7 @@ export interface IntegrationProduct {
|
|
|
55
55
|
/**
|
|
56
56
|
* Check if a given object implements the IntegrationProduct interface.
|
|
57
57
|
*/
|
|
58
|
-
export declare function instanceOfIntegrationProduct(value: object):
|
|
58
|
+
export declare function instanceOfIntegrationProduct(value: object): value is IntegrationProduct;
|
|
59
59
|
export declare function IntegrationProductFromJSON(json: any): IntegrationProduct;
|
|
60
60
|
export declare function IntegrationProductFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationProduct;
|
|
61
61
|
export declare function IntegrationProductToJSON(value?: Omit<IntegrationProduct, 'id'> | null): any;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
8
8
|
* Contact: hello@teemill.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
* Check if a given object implements the IntegrationProduct interface.
|
|
16
16
|
*/
|
|
17
17
|
export function instanceOfIntegrationProduct(value) {
|
|
18
|
-
if (!('sku' in value))
|
|
18
|
+
if (!('sku' in value) || value['sku'] === undefined)
|
|
19
19
|
return false;
|
|
20
|
-
if (!('name' in value))
|
|
20
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
21
21
|
return false;
|
|
22
|
-
if (!('slug' in value))
|
|
22
|
+
if (!('slug' in value) || value['slug'] === undefined)
|
|
23
23
|
return false;
|
|
24
|
-
if (!('description' in value))
|
|
24
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
25
25
|
return false;
|
|
26
|
-
if (!('price' in value))
|
|
26
|
+
if (!('price' in value) || value['price'] === undefined)
|
|
27
27
|
return false;
|
|
28
28
|
return true;
|
|
29
29
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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 IntegrationProductsResponse {
|
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the IntegrationProductsResponse interface.
|
|
28
28
|
*/
|
|
29
|
-
export declare function instanceOfIntegrationProductsResponse(value: object):
|
|
29
|
+
export declare function instanceOfIntegrationProductsResponse(value: object): value is IntegrationProductsResponse;
|
|
30
30
|
export declare function IntegrationProductsResponseFromJSON(json: any): IntegrationProductsResponse;
|
|
31
31
|
export declare function IntegrationProductsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationProductsResponse;
|
|
32
32
|
export declare function IntegrationProductsResponseToJSON(value?: IntegrationProductsResponse | null): any;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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 { IntegrationProductFromJSON, IntegrationProductToJSON, } from './Integra
|
|
|
16
16
|
* Check if a given object implements the IntegrationProductsResponse interface.
|
|
17
17
|
*/
|
|
18
18
|
export function instanceOfIntegrationProductsResponse(value) {
|
|
19
|
-
if (!('products' in value))
|
|
19
|
+
if (!('products' in value) || value['products'] === undefined)
|
|
20
20
|
return false;
|
|
21
21
|
return true;
|
|
22
22
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.
|
|
5
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* Integrations API
|
|
5
5
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 0.
|
|
7
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
}
|