@teemill/integrations 0.8.0 → 0.8.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.
Files changed (32) hide show
  1. package/README.md +2 -2
  2. package/dist/apis/IntegrationsApi.d.ts +3 -3
  3. package/dist/apis/IntegrationsApi.js +1 -1
  4. package/dist/models/ApiError.d.ts +1 -1
  5. package/dist/models/ApiError.js +1 -1
  6. package/dist/models/CategoriesResponse.d.ts +1 -1
  7. package/dist/models/CategoriesResponse.js +1 -1
  8. package/dist/models/IntegrationCategory.d.ts +1 -1
  9. package/dist/models/IntegrationCategory.js +1 -1
  10. package/dist/models/IntegrationListing.d.ts +7 -1
  11. package/dist/models/IntegrationListing.js +3 -1
  12. package/dist/models/IntegrationListingGradient.d.ts +1 -1
  13. package/dist/models/IntegrationListingGradient.js +1 -1
  14. package/dist/models/IntegrationListingsResponse.d.ts +1 -1
  15. package/dist/models/IntegrationListingsResponse.js +1 -1
  16. package/dist/models/IntegrationProduct.d.ts +1 -1
  17. package/dist/models/IntegrationProduct.js +1 -1
  18. package/dist/models/IntegrationProductsResponse.d.ts +1 -1
  19. package/dist/models/IntegrationProductsResponse.js +1 -1
  20. package/dist/runtime.d.ts +1 -1
  21. package/dist/runtime.js +1 -1
  22. package/package.json +1 -1
  23. package/src/apis/IntegrationsApi.ts +3 -3
  24. package/src/models/ApiError.ts +1 -1
  25. package/src/models/CategoriesResponse.ts +1 -1
  26. package/src/models/IntegrationCategory.ts +1 -1
  27. package/src/models/IntegrationListing.ts +9 -1
  28. package/src/models/IntegrationListingGradient.ts +1 -1
  29. package/src/models/IntegrationListingsResponse.ts +1 -1
  30. package/src/models/IntegrationProduct.ts +1 -1
  31. package/src/models/IntegrationProductsResponse.ts +1 -1
  32. package/src/runtime.ts +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/integrations@0.8.0
1
+ ## @teemill/integrations@0.8.1
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/integrations@0.8.0 --save
39
+ npm install @teemill/integrations@0.8.1 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -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.8.0
5
+ * The version of the OpenAPI document: 0.8.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,7 +15,7 @@ export interface GetIntegrationCategoryRequest {
15
15
  category: string;
16
16
  }
17
17
  export interface GetIntegrationListingRequest {
18
- listing: number;
18
+ listing: string;
19
19
  }
20
20
  export interface GetIntegrationProductRequest {
21
21
  integration: number;
@@ -57,7 +57,7 @@ export declare class IntegrationsApi extends runtime.BaseAPI {
57
57
  * Get an integration listing
58
58
  * Get integration listing
59
59
  */
60
- getIntegrationListing(listing: number, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IntegrationListing>;
60
+ getIntegrationListing(listing: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<IntegrationListing>;
61
61
  /**
62
62
  * List all integration listings
63
63
  * List integration listings
@@ -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.0
8
+ * The version of the OpenAPI document: 0.8.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.8.0
5
+ * The version of the OpenAPI document: 0.8.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.0
8
+ * The version of the OpenAPI document: 0.8.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.8.0
5
+ * The version of the OpenAPI document: 0.8.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.0
8
+ * The version of the OpenAPI document: 0.8.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.8.0
5
+ * The version of the OpenAPI document: 0.8.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.0
8
+ * The version of the OpenAPI document: 0.8.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.8.0
5
+ * The version of the OpenAPI document: 0.8.1
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,6 +23,12 @@ export interface IntegrationListing {
23
23
  * @memberof IntegrationListing
24
24
  */
25
25
  readonly id?: number;
26
+ /**
27
+ * The slug of the integration listing that is used in the URL
28
+ * @type {string}
29
+ * @memberof IntegrationListing
30
+ */
31
+ slug?: string;
26
32
  /**
27
33
  * The code of the integration
28
34
  * @type {string}
@@ -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.0
8
+ * The version of the OpenAPI document: 0.8.1
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -43,6 +43,7 @@ function IntegrationListingFromJSONTyped(json, ignoreDiscriminator) {
43
43
  }
44
44
  return {
45
45
  'id': !(0, runtime_1.exists)(json, 'id') ? undefined : json['id'],
46
+ 'slug': !(0, runtime_1.exists)(json, 'slug') ? undefined : json['slug'],
46
47
  'code': json['code'],
47
48
  'name': json['name'],
48
49
  'description': json['description'],
@@ -62,6 +63,7 @@ function IntegrationListingToJSON(value) {
62
63
  return null;
63
64
  }
64
65
  return {
66
+ 'slug': value.slug,
65
67
  'code': value.code,
66
68
  'name': value.name,
67
69
  'description': value.description,
@@ -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.8.0
5
+ * The version of the OpenAPI document: 0.8.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.0
8
+ * The version of the OpenAPI document: 0.8.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.8.0
5
+ * The version of the OpenAPI document: 0.8.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.0
8
+ * The version of the OpenAPI document: 0.8.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.8.0
5
+ * The version of the OpenAPI document: 0.8.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.0
8
+ * The version of the OpenAPI document: 0.8.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.8.0
5
+ * The version of the OpenAPI document: 0.8.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.0
8
+ * The version of the OpenAPI document: 0.8.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/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.8.0
5
+ * The version of the OpenAPI document: 0.8.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.0
8
+ * The version of the OpenAPI document: 0.8.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/integrations",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "OpenAPI client for @teemill/integrations",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -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.8.0
7
+ * The version of the OpenAPI document: 0.8.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -42,7 +42,7 @@ export interface GetIntegrationCategoryRequest {
42
42
  }
43
43
 
44
44
  export interface GetIntegrationListingRequest {
45
- listing: number;
45
+ listing: string;
46
46
  }
47
47
 
48
48
  export interface GetIntegrationProductRequest {
@@ -190,7 +190,7 @@ export class IntegrationsApi extends runtime.BaseAPI {
190
190
  * Get integration listing
191
191
  */
192
192
  async getIntegrationListing(
193
- listing: number,
193
+ listing: string,
194
194
  initOverrides?: RequestInit | runtime.InitOverrideFunction
195
195
  ): Promise<IntegrationListing> {
196
196
  const response = await this.getIntegrationListingRaw(
@@ -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.8.0
7
+ * The version of the OpenAPI document: 0.8.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.8.0
7
+ * The version of the OpenAPI document: 0.8.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.8.0
7
+ * The version of the OpenAPI document: 0.8.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.8.0
7
+ * The version of the OpenAPI document: 0.8.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -38,6 +38,12 @@ export interface IntegrationListing {
38
38
  * @memberof IntegrationListing
39
39
  */
40
40
  readonly id?: number;
41
+ /**
42
+ * The slug of the integration listing that is used in the URL
43
+ * @type {string}
44
+ * @memberof IntegrationListing
45
+ */
46
+ slug?: string;
41
47
  /**
42
48
  * The code of the integration
43
49
  * @type {string}
@@ -116,6 +122,7 @@ export function IntegrationListingFromJSONTyped(json: any, ignoreDiscriminator:
116
122
  return {
117
123
 
118
124
  'id': !exists(json, 'id') ? undefined : json['id'],
125
+ 'slug': !exists(json, 'slug') ? undefined : json['slug'],
119
126
  'code': json['code'],
120
127
  'name': json['name'],
121
128
  'description': json['description'],
@@ -136,6 +143,7 @@ export function IntegrationListingToJSON(value?: IntegrationListing | null): any
136
143
  }
137
144
  return {
138
145
 
146
+ 'slug': value.slug,
139
147
  'code': value.code,
140
148
  'name': value.name,
141
149
  'description': value.description,
@@ -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.8.0
7
+ * The version of the OpenAPI document: 0.8.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.8.0
7
+ * The version of the OpenAPI document: 0.8.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.8.0
7
+ * The version of the OpenAPI document: 0.8.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.8.0
7
+ * The version of the OpenAPI document: 0.8.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/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.8.0
7
+ * The version of the OpenAPI document: 0.8.1
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).