@teemill/integrations 0.10.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/README.md +2 -2
- package/dist/apis/IntegrationsApi.d.ts +1 -1
- package/dist/apis/IntegrationsApi.js +1 -1
- package/dist/esm/apis/IntegrationsApi.d.ts +1 -1
- package/dist/esm/apis/IntegrationsApi.js +1 -1
- package/dist/esm/models/ApiError.d.ts +1 -1
- package/dist/esm/models/ApiError.js +1 -1
- package/dist/esm/models/CreateAdminIntegrationListingRequest.d.ts +19 -1
- package/dist/esm/models/CreateAdminIntegrationListingRequest.js +13 -1
- package/dist/esm/models/CreateAdminIntegrationListingRequestGradient.d.ts +1 -1
- package/dist/esm/models/CreateAdminIntegrationListingRequestGradient.js +1 -1
- package/dist/esm/models/Integration.d.ts +1 -1
- package/dist/esm/models/Integration.js +1 -1
- package/dist/esm/models/IntegrationCategoriesResponse.d.ts +1 -1
- package/dist/esm/models/IntegrationCategoriesResponse.js +1 -1
- package/dist/esm/models/IntegrationCategory.d.ts +1 -1
- package/dist/esm/models/IntegrationCategory.js +1 -1
- package/dist/esm/models/IntegrationListing.d.ts +1 -1
- package/dist/esm/models/IntegrationListing.js +1 -1
- package/dist/esm/models/IntegrationListingGradient.d.ts +1 -1
- package/dist/esm/models/IntegrationListingGradient.js +1 -1
- package/dist/esm/models/IntegrationListingsResponse.d.ts +1 -1
- package/dist/esm/models/IntegrationListingsResponse.js +1 -1
- package/dist/esm/models/IntegrationProduct.d.ts +1 -1
- package/dist/esm/models/IntegrationProduct.js +1 -1
- package/dist/esm/models/IntegrationProductsResponse.d.ts +1 -1
- package/dist/esm/models/IntegrationProductsResponse.js +1 -1
- package/dist/esm/models/IntegrationsResponse.d.ts +1 -1
- package/dist/esm/models/IntegrationsResponse.js +1 -1
- package/dist/esm/models/UpdateAdminIntegrationListingRequest.d.ts +19 -1
- package/dist/esm/models/UpdateAdminIntegrationListingRequest.js +7 -1
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/ApiError.d.ts +1 -1
- package/dist/models/ApiError.js +1 -1
- package/dist/models/CreateAdminIntegrationListingRequest.d.ts +19 -1
- package/dist/models/CreateAdminIntegrationListingRequest.js +13 -1
- package/dist/models/CreateAdminIntegrationListingRequestGradient.d.ts +1 -1
- package/dist/models/CreateAdminIntegrationListingRequestGradient.js +1 -1
- package/dist/models/Integration.d.ts +1 -1
- package/dist/models/Integration.js +1 -1
- package/dist/models/IntegrationCategoriesResponse.d.ts +1 -1
- package/dist/models/IntegrationCategoriesResponse.js +1 -1
- package/dist/models/IntegrationCategory.d.ts +1 -1
- package/dist/models/IntegrationCategory.js +1 -1
- package/dist/models/IntegrationListing.d.ts +1 -1
- package/dist/models/IntegrationListing.js +1 -1
- package/dist/models/IntegrationListingGradient.d.ts +1 -1
- package/dist/models/IntegrationListingGradient.js +1 -1
- package/dist/models/IntegrationListingsResponse.d.ts +1 -1
- package/dist/models/IntegrationListingsResponse.js +1 -1
- package/dist/models/IntegrationProduct.d.ts +1 -1
- package/dist/models/IntegrationProduct.js +1 -1
- package/dist/models/IntegrationProductsResponse.d.ts +1 -1
- package/dist/models/IntegrationProductsResponse.js +1 -1
- package/dist/models/IntegrationsResponse.d.ts +1 -1
- package/dist/models/IntegrationsResponse.js +1 -1
- package/dist/models/UpdateAdminIntegrationListingRequest.d.ts +19 -1
- package/dist/models/UpdateAdminIntegrationListingRequest.js +7 -1
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/IntegrationsApi.ts +1 -1
- package/src/models/ApiError.ts +1 -1
- package/src/models/CreateAdminIntegrationListingRequest.ts +28 -1
- package/src/models/CreateAdminIntegrationListingRequestGradient.ts +1 -1
- package/src/models/Integration.ts +1 -1
- package/src/models/IntegrationCategoriesResponse.ts +1 -1
- package/src/models/IntegrationCategory.ts +1 -1
- package/src/models/IntegrationListing.ts +1 -1
- package/src/models/IntegrationListingGradient.ts +1 -1
- package/src/models/IntegrationListingsResponse.ts +1 -1
- package/src/models/IntegrationProduct.ts +1 -1
- package/src/models/IntegrationProductsResponse.ts +1 -1
- package/src/models/IntegrationsResponse.ts +1 -1
- package/src/models/UpdateAdminIntegrationListingRequest.ts +25 -1
- package/src/runtime.ts +1 -1
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* 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).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* 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).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* 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).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* 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).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* 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).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* 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).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* 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).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
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
|
* 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).
|
|
@@ -34,6 +34,18 @@ export interface UpdateAdminIntegrationListingRequest {
|
|
|
34
34
|
* @memberof UpdateAdminIntegrationListingRequest
|
|
35
35
|
*/
|
|
36
36
|
content?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The code of the integration
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof UpdateAdminIntegrationListingRequest
|
|
41
|
+
*/
|
|
42
|
+
integration?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The author of the integration listing
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof UpdateAdminIntegrationListingRequest
|
|
47
|
+
*/
|
|
48
|
+
author?: string;
|
|
37
49
|
/**
|
|
38
50
|
* The slug of the integration listing that is used in the URL
|
|
39
51
|
* @type {string}
|
|
@@ -52,6 +64,12 @@ export interface UpdateAdminIntegrationListingRequest {
|
|
|
52
64
|
* @memberof UpdateAdminIntegrationListingRequest
|
|
53
65
|
*/
|
|
54
66
|
icon?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The categories that this listing belongs to
|
|
69
|
+
* @type {Array<string>}
|
|
70
|
+
* @memberof UpdateAdminIntegrationListingRequest
|
|
71
|
+
*/
|
|
72
|
+
categories?: Array<string>;
|
|
55
73
|
}
|
|
56
74
|
/**
|
|
57
75
|
* Check if a given object implements the UpdateAdminIntegrationListingRequest interface.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,9 +34,12 @@ function UpdateAdminIntegrationListingRequestFromJSONTyped(json, ignoreDiscrimin
|
|
|
34
34
|
'name': json['name'] == null ? undefined : json['name'],
|
|
35
35
|
'description': json['description'] == null ? undefined : json['description'],
|
|
36
36
|
'content': json['content'] == null ? undefined : json['content'],
|
|
37
|
+
'integration': json['integration'] == null ? undefined : json['integration'],
|
|
38
|
+
'author': json['author'] == null ? undefined : json['author'],
|
|
37
39
|
'slug': json['slug'] == null ? undefined : json['slug'],
|
|
38
40
|
'gradient': json['gradient'] == null ? undefined : (0, CreateAdminIntegrationListingRequestGradient_1.CreateAdminIntegrationListingRequestGradientFromJSON)(json['gradient']),
|
|
39
41
|
'icon': json['icon'] == null ? undefined : json['icon'],
|
|
42
|
+
'categories': json['categories'] == null ? undefined : json['categories'],
|
|
40
43
|
};
|
|
41
44
|
}
|
|
42
45
|
exports.UpdateAdminIntegrationListingRequestFromJSONTyped = UpdateAdminIntegrationListingRequestFromJSONTyped;
|
|
@@ -48,9 +51,12 @@ function UpdateAdminIntegrationListingRequestToJSON(value) {
|
|
|
48
51
|
'name': value['name'],
|
|
49
52
|
'description': value['description'],
|
|
50
53
|
'content': value['content'],
|
|
54
|
+
'integration': value['integration'],
|
|
55
|
+
'author': value['author'],
|
|
51
56
|
'slug': value['slug'],
|
|
52
57
|
'gradient': (0, CreateAdminIntegrationListingRequestGradient_1.CreateAdminIntegrationListingRequestGradientToJSON)(value['gradient']),
|
|
53
58
|
'icon': value['icon'],
|
|
59
|
+
'categories': value['categories'],
|
|
54
60
|
};
|
|
55
61
|
}
|
|
56
62
|
exports.UpdateAdminIntegrationListingRequestToJSON = UpdateAdminIntegrationListingRequestToJSON;
|
package/dist/runtime.d.ts
CHANGED
|
@@ -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).
|
package/dist/runtime.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage Teemill Integrations For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.
|
|
8
|
+
* The version of the OpenAPI document: 0.11.1
|
|
9
9
|
* Contact: hello@teemill.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/package.json
CHANGED
|
@@ -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).
|
package/src/models/ApiError.ts
CHANGED
|
@@ -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).
|
|
@@ -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).
|
|
@@ -44,6 +44,18 @@ export interface CreateAdminIntegrationListingRequest {
|
|
|
44
44
|
* @memberof CreateAdminIntegrationListingRequest
|
|
45
45
|
*/
|
|
46
46
|
content: string;
|
|
47
|
+
/**
|
|
48
|
+
* The author of the integration listing
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
51
|
+
*/
|
|
52
|
+
author: string;
|
|
53
|
+
/**
|
|
54
|
+
* The code of the integration
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
57
|
+
*/
|
|
58
|
+
integration: string;
|
|
47
59
|
/**
|
|
48
60
|
* The slug of the integration listing that is used in the URL
|
|
49
61
|
* @type {string}
|
|
@@ -62,6 +74,12 @@ export interface CreateAdminIntegrationListingRequest {
|
|
|
62
74
|
* @memberof CreateAdminIntegrationListingRequest
|
|
63
75
|
*/
|
|
64
76
|
icon: string;
|
|
77
|
+
/**
|
|
78
|
+
* The categories that this listing belongs to
|
|
79
|
+
* @type {Array<string>}
|
|
80
|
+
* @memberof CreateAdminIntegrationListingRequest
|
|
81
|
+
*/
|
|
82
|
+
categories: Array<string>;
|
|
65
83
|
}
|
|
66
84
|
|
|
67
85
|
/**
|
|
@@ -71,9 +89,12 @@ export function instanceOfCreateAdminIntegrationListingRequest(value: object): v
|
|
|
71
89
|
if (!('name' in value) || value['name'] === undefined) return false;
|
|
72
90
|
if (!('description' in value) || value['description'] === undefined) return false;
|
|
73
91
|
if (!('content' in value) || value['content'] === undefined) return false;
|
|
92
|
+
if (!('author' in value) || value['author'] === undefined) return false;
|
|
93
|
+
if (!('integration' in value) || value['integration'] === undefined) return false;
|
|
74
94
|
if (!('slug' in value) || value['slug'] === undefined) return false;
|
|
75
95
|
if (!('gradient' in value) || value['gradient'] === undefined) return false;
|
|
76
96
|
if (!('icon' in value) || value['icon'] === undefined) return false;
|
|
97
|
+
if (!('categories' in value) || value['categories'] === undefined) return false;
|
|
77
98
|
return true;
|
|
78
99
|
}
|
|
79
100
|
|
|
@@ -90,9 +111,12 @@ export function CreateAdminIntegrationListingRequestFromJSONTyped(json: any, ign
|
|
|
90
111
|
'name': json['name'],
|
|
91
112
|
'description': json['description'],
|
|
92
113
|
'content': json['content'],
|
|
114
|
+
'author': json['author'],
|
|
115
|
+
'integration': json['integration'],
|
|
93
116
|
'slug': json['slug'],
|
|
94
117
|
'gradient': CreateAdminIntegrationListingRequestGradientFromJSON(json['gradient']),
|
|
95
118
|
'icon': json['icon'],
|
|
119
|
+
'categories': json['categories'],
|
|
96
120
|
};
|
|
97
121
|
}
|
|
98
122
|
|
|
@@ -105,9 +129,12 @@ export function CreateAdminIntegrationListingRequestToJSON(value?: CreateAdminIn
|
|
|
105
129
|
'name': value['name'],
|
|
106
130
|
'description': value['description'],
|
|
107
131
|
'content': value['content'],
|
|
132
|
+
'author': value['author'],
|
|
133
|
+
'integration': value['integration'],
|
|
108
134
|
'slug': value['slug'],
|
|
109
135
|
'gradient': CreateAdminIntegrationListingRequestGradientToJSON(value['gradient']),
|
|
110
136
|
'icon': value['icon'],
|
|
137
|
+
'categories': value['categories'],
|
|
111
138
|
};
|
|
112
139
|
}
|
|
113
140
|
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -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).
|
|
@@ -44,6 +44,18 @@ export interface UpdateAdminIntegrationListingRequest {
|
|
|
44
44
|
* @memberof UpdateAdminIntegrationListingRequest
|
|
45
45
|
*/
|
|
46
46
|
content?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The code of the integration
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof UpdateAdminIntegrationListingRequest
|
|
51
|
+
*/
|
|
52
|
+
integration?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The author of the integration listing
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof UpdateAdminIntegrationListingRequest
|
|
57
|
+
*/
|
|
58
|
+
author?: string;
|
|
47
59
|
/**
|
|
48
60
|
* The slug of the integration listing that is used in the URL
|
|
49
61
|
* @type {string}
|
|
@@ -62,6 +74,12 @@ export interface UpdateAdminIntegrationListingRequest {
|
|
|
62
74
|
* @memberof UpdateAdminIntegrationListingRequest
|
|
63
75
|
*/
|
|
64
76
|
icon?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The categories that this listing belongs to
|
|
79
|
+
* @type {Array<string>}
|
|
80
|
+
* @memberof UpdateAdminIntegrationListingRequest
|
|
81
|
+
*/
|
|
82
|
+
categories?: Array<string>;
|
|
65
83
|
}
|
|
66
84
|
|
|
67
85
|
/**
|
|
@@ -84,9 +102,12 @@ export function UpdateAdminIntegrationListingRequestFromJSONTyped(json: any, ign
|
|
|
84
102
|
'name': json['name'] == null ? undefined : json['name'],
|
|
85
103
|
'description': json['description'] == null ? undefined : json['description'],
|
|
86
104
|
'content': json['content'] == null ? undefined : json['content'],
|
|
105
|
+
'integration': json['integration'] == null ? undefined : json['integration'],
|
|
106
|
+
'author': json['author'] == null ? undefined : json['author'],
|
|
87
107
|
'slug': json['slug'] == null ? undefined : json['slug'],
|
|
88
108
|
'gradient': json['gradient'] == null ? undefined : CreateAdminIntegrationListingRequestGradientFromJSON(json['gradient']),
|
|
89
109
|
'icon': json['icon'] == null ? undefined : json['icon'],
|
|
110
|
+
'categories': json['categories'] == null ? undefined : json['categories'],
|
|
90
111
|
};
|
|
91
112
|
}
|
|
92
113
|
|
|
@@ -99,9 +120,12 @@ export function UpdateAdminIntegrationListingRequestToJSON(value?: UpdateAdminIn
|
|
|
99
120
|
'name': value['name'],
|
|
100
121
|
'description': value['description'],
|
|
101
122
|
'content': value['content'],
|
|
123
|
+
'integration': value['integration'],
|
|
124
|
+
'author': value['author'],
|
|
102
125
|
'slug': value['slug'],
|
|
103
126
|
'gradient': CreateAdminIntegrationListingRequestGradientToJSON(value['gradient']),
|
|
104
127
|
'icon': value['icon'],
|
|
128
|
+
'categories': value['categories'],
|
|
105
129
|
};
|
|
106
130
|
}
|
|
107
131
|
|
package/src/runtime.ts
CHANGED
|
@@ -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).
|