@teemill/integrations 0.12.7 → 0.13.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/integrations@0.12.7
1
+ ## @teemill/integrations@0.13.0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). 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.12.7 --save
39
+ npm install @teemill/integrations@0.13.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.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.12.7
7
+ * The version of the OpenAPI document: 0.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -269,6 +269,12 @@ export interface Integration {
269
269
  * @memberof Integration
270
270
  */
271
271
  'config'?: { [key: string]: string; };
272
+ /**
273
+ * The icon of the integration
274
+ * @type {any}
275
+ * @memberof Integration
276
+ */
277
+ 'icon'?: any;
272
278
  }
273
279
  /**
274
280
  *
package/base.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.12.7
7
+ * The version of the OpenAPI document: 0.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.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.12.7
7
+ * The version of the OpenAPI document: 0.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.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.12.7
7
+ * The version of the OpenAPI document: 0.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.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.12.7
5
+ * The version of the OpenAPI document: 0.13.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -261,6 +261,12 @@ export interface Integration {
261
261
  'config'?: {
262
262
  [key: string]: string;
263
263
  };
264
+ /**
265
+ * The icon of the integration
266
+ * @type {any}
267
+ * @memberof Integration
268
+ */
269
+ 'icon'?: any;
264
270
  }
265
271
  /**
266
272
  *
package/dist/api.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.12.7
8
+ * The version of the OpenAPI document: 0.13.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -82,7 +82,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
82
82
  * @param {*} [options] Override http request option.
83
83
  * @throws {RequiredError}
84
84
  */
85
- deleteAdminIntegrationListing: (listing_1, ...args_2) => __awaiter(this, [listing_1, ...args_2], void 0, function* (listing, options = {}) {
85
+ deleteAdminIntegrationListing: (listing_1, ...args_1) => __awaiter(this, [listing_1, ...args_1], void 0, function* (listing, options = {}) {
86
86
  // verify required parameter 'listing' is not null or undefined
87
87
  (0, common_1.assertParamExists)('deleteAdminIntegrationListing', 'listing', listing);
88
88
  const localVarPath = `/v1/integrations/admin/listings/{listing}`
@@ -116,7 +116,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
116
116
  * @param {*} [options] Override http request option.
117
117
  * @throws {RequiredError}
118
118
  */
119
- getAdminIntegrationListing: (listing_2, ...args_3) => __awaiter(this, [listing_2, ...args_3], void 0, function* (listing, options = {}) {
119
+ getAdminIntegrationListing: (listing_1, ...args_1) => __awaiter(this, [listing_1, ...args_1], void 0, function* (listing, options = {}) {
120
120
  // verify required parameter 'listing' is not null or undefined
121
121
  (0, common_1.assertParamExists)('getAdminIntegrationListing', 'listing', listing);
122
122
  const localVarPath = `/v1/integrations/admin/listings/{listing}`
@@ -149,7 +149,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
149
149
  * @param {*} [options] Override http request option.
150
150
  * @throws {RequiredError}
151
151
  */
152
- getIntegrationCategories: (...args_4) => __awaiter(this, [...args_4], void 0, function* (options = {}) {
152
+ getIntegrationCategories: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
153
153
  const localVarPath = `/v1/integrations/categories`;
154
154
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
155
155
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -180,7 +180,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
180
180
  * @param {*} [options] Override http request option.
181
181
  * @throws {RequiredError}
182
182
  */
183
- getIntegrationCategory: (category_1, ...args_5) => __awaiter(this, [category_1, ...args_5], void 0, function* (category, options = {}) {
183
+ getIntegrationCategory: (category_1, ...args_1) => __awaiter(this, [category_1, ...args_1], void 0, function* (category, options = {}) {
184
184
  // verify required parameter 'category' is not null or undefined
185
185
  (0, common_1.assertParamExists)('getIntegrationCategory', 'category', category);
186
186
  const localVarPath = `/v1/integrations/categories/{category}`
@@ -214,7 +214,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
214
214
  * @param {*} [options] Override http request option.
215
215
  * @throws {RequiredError}
216
216
  */
217
- getIntegrationListing: (listing_3, ...args_6) => __awaiter(this, [listing_3, ...args_6], void 0, function* (listing, options = {}) {
217
+ getIntegrationListing: (listing_1, ...args_1) => __awaiter(this, [listing_1, ...args_1], void 0, function* (listing, options = {}) {
218
218
  // verify required parameter 'listing' is not null or undefined
219
219
  (0, common_1.assertParamExists)('getIntegrationListing', 'listing', listing);
220
220
  const localVarPath = `/v1/integrations/listings/{listing}`
@@ -247,7 +247,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
247
247
  * @param {*} [options] Override http request option.
248
248
  * @throws {RequiredError}
249
249
  */
250
- getIntegrationListings: (...args_7) => __awaiter(this, [...args_7], void 0, function* (options = {}) {
250
+ getIntegrationListings: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
251
251
  const localVarPath = `/v1/integrations/listings`;
252
252
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
253
253
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -279,7 +279,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
279
279
  * @param {*} [options] Override http request option.
280
280
  * @throws {RequiredError}
281
281
  */
282
- getIntegrationProduct: (integration_1, product_1, ...args_8) => __awaiter(this, [integration_1, product_1, ...args_8], void 0, function* (integration, product, options = {}) {
282
+ getIntegrationProduct: (integration_1, product_1, ...args_1) => __awaiter(this, [integration_1, product_1, ...args_1], void 0, function* (integration, product, options = {}) {
283
283
  // verify required parameter 'integration' is not null or undefined
284
284
  (0, common_1.assertParamExists)('getIntegrationProduct', 'integration', integration);
285
285
  // verify required parameter 'product' is not null or undefined
@@ -316,7 +316,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
316
316
  * @param {*} [options] Override http request option.
317
317
  * @throws {RequiredError}
318
318
  */
319
- getIntegrationProducts: (integration_2, ...args_9) => __awaiter(this, [integration_2, ...args_9], void 0, function* (integration, options = {}) {
319
+ getIntegrationProducts: (integration_1, ...args_1) => __awaiter(this, [integration_1, ...args_1], void 0, function* (integration, options = {}) {
320
320
  // verify required parameter 'integration' is not null or undefined
321
321
  (0, common_1.assertParamExists)('getIntegrationProducts', 'integration', integration);
322
322
  const localVarPath = `/v1/integrations/{integration}/products`
@@ -349,7 +349,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
349
349
  * @param {*} [options] Override http request option.
350
350
  * @throws {RequiredError}
351
351
  */
352
- getIntegrations: (...args_10) => __awaiter(this, [...args_10], void 0, function* (options = {}) {
352
+ getIntegrations: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
353
353
  const localVarPath = `/v1/integrations`;
354
354
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
355
355
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -379,7 +379,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
379
379
  * @param {*} [options] Override http request option.
380
380
  * @throws {RequiredError}
381
381
  */
382
- listAdminIntegrationListings: (...args_11) => __awaiter(this, [...args_11], void 0, function* (options = {}) {
382
+ listAdminIntegrationListings: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
383
383
  const localVarPath = `/v1/integrations/admin/listings`;
384
384
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
385
385
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -411,7 +411,7 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
411
411
  * @param {*} [options] Override http request option.
412
412
  * @throws {RequiredError}
413
413
  */
414
- updateAdminIntegrationListing: (listing_4, updateAdminIntegrationListingRequest_1, ...args_12) => __awaiter(this, [listing_4, updateAdminIntegrationListingRequest_1, ...args_12], void 0, function* (listing, updateAdminIntegrationListingRequest, options = {}) {
414
+ updateAdminIntegrationListing: (listing_1, updateAdminIntegrationListingRequest_1, ...args_1) => __awaiter(this, [listing_1, updateAdminIntegrationListingRequest_1, ...args_1], void 0, function* (listing, updateAdminIntegrationListingRequest, options = {}) {
415
415
  // verify required parameter 'listing' is not null or undefined
416
416
  (0, common_1.assertParamExists)('updateAdminIntegrationListing', 'listing', listing);
417
417
  // verify required parameter 'updateAdminIntegrationListingRequest' is not null or undefined
package/dist/base.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.12.7
5
+ * The version of the OpenAPI document: 0.13.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/base.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.12.7
8
+ * The version of the OpenAPI document: 0.13.0
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/common.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.12.7
5
+ * The version of the OpenAPI document: 0.13.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/common.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.12.7
8
+ * The version of the OpenAPI document: 0.13.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * 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.12.7
5
+ * The version of the OpenAPI document: 0.13.0
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.12.7
8
+ * The version of the OpenAPI document: 0.13.0
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/esm/api.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.12.7
5
+ * The version of the OpenAPI document: 0.13.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -261,6 +261,12 @@ export interface Integration {
261
261
  'config'?: {
262
262
  [key: string]: string;
263
263
  };
264
+ /**
265
+ * The icon of the integration
266
+ * @type {any}
267
+ * @memberof Integration
268
+ */
269
+ 'icon'?: any;
264
270
  }
265
271
  /**
266
272
  *
package/dist/esm/api.js 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.12.7
7
+ * The version of the OpenAPI document: 0.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -79,7 +79,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
79
79
  * @param {*} [options] Override http request option.
80
80
  * @throws {RequiredError}
81
81
  */
82
- deleteAdminIntegrationListing: (listing_1, ...args_2) => __awaiter(this, [listing_1, ...args_2], void 0, function* (listing, options = {}) {
82
+ deleteAdminIntegrationListing: (listing_1, ...args_1) => __awaiter(this, [listing_1, ...args_1], void 0, function* (listing, options = {}) {
83
83
  // verify required parameter 'listing' is not null or undefined
84
84
  assertParamExists('deleteAdminIntegrationListing', 'listing', listing);
85
85
  const localVarPath = `/v1/integrations/admin/listings/{listing}`
@@ -113,7 +113,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
113
113
  * @param {*} [options] Override http request option.
114
114
  * @throws {RequiredError}
115
115
  */
116
- getAdminIntegrationListing: (listing_2, ...args_3) => __awaiter(this, [listing_2, ...args_3], void 0, function* (listing, options = {}) {
116
+ getAdminIntegrationListing: (listing_1, ...args_1) => __awaiter(this, [listing_1, ...args_1], void 0, function* (listing, options = {}) {
117
117
  // verify required parameter 'listing' is not null or undefined
118
118
  assertParamExists('getAdminIntegrationListing', 'listing', listing);
119
119
  const localVarPath = `/v1/integrations/admin/listings/{listing}`
@@ -146,7 +146,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
146
146
  * @param {*} [options] Override http request option.
147
147
  * @throws {RequiredError}
148
148
  */
149
- getIntegrationCategories: (...args_4) => __awaiter(this, [...args_4], void 0, function* (options = {}) {
149
+ getIntegrationCategories: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
150
150
  const localVarPath = `/v1/integrations/categories`;
151
151
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
152
152
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -177,7 +177,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
177
177
  * @param {*} [options] Override http request option.
178
178
  * @throws {RequiredError}
179
179
  */
180
- getIntegrationCategory: (category_1, ...args_5) => __awaiter(this, [category_1, ...args_5], void 0, function* (category, options = {}) {
180
+ getIntegrationCategory: (category_1, ...args_1) => __awaiter(this, [category_1, ...args_1], void 0, function* (category, options = {}) {
181
181
  // verify required parameter 'category' is not null or undefined
182
182
  assertParamExists('getIntegrationCategory', 'category', category);
183
183
  const localVarPath = `/v1/integrations/categories/{category}`
@@ -211,7 +211,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
211
211
  * @param {*} [options] Override http request option.
212
212
  * @throws {RequiredError}
213
213
  */
214
- getIntegrationListing: (listing_3, ...args_6) => __awaiter(this, [listing_3, ...args_6], void 0, function* (listing, options = {}) {
214
+ getIntegrationListing: (listing_1, ...args_1) => __awaiter(this, [listing_1, ...args_1], void 0, function* (listing, options = {}) {
215
215
  // verify required parameter 'listing' is not null or undefined
216
216
  assertParamExists('getIntegrationListing', 'listing', listing);
217
217
  const localVarPath = `/v1/integrations/listings/{listing}`
@@ -244,7 +244,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
244
244
  * @param {*} [options] Override http request option.
245
245
  * @throws {RequiredError}
246
246
  */
247
- getIntegrationListings: (...args_7) => __awaiter(this, [...args_7], void 0, function* (options = {}) {
247
+ getIntegrationListings: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
248
248
  const localVarPath = `/v1/integrations/listings`;
249
249
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
250
250
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -276,7 +276,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
276
276
  * @param {*} [options] Override http request option.
277
277
  * @throws {RequiredError}
278
278
  */
279
- getIntegrationProduct: (integration_1, product_1, ...args_8) => __awaiter(this, [integration_1, product_1, ...args_8], void 0, function* (integration, product, options = {}) {
279
+ getIntegrationProduct: (integration_1, product_1, ...args_1) => __awaiter(this, [integration_1, product_1, ...args_1], void 0, function* (integration, product, options = {}) {
280
280
  // verify required parameter 'integration' is not null or undefined
281
281
  assertParamExists('getIntegrationProduct', 'integration', integration);
282
282
  // verify required parameter 'product' is not null or undefined
@@ -313,7 +313,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
313
313
  * @param {*} [options] Override http request option.
314
314
  * @throws {RequiredError}
315
315
  */
316
- getIntegrationProducts: (integration_2, ...args_9) => __awaiter(this, [integration_2, ...args_9], void 0, function* (integration, options = {}) {
316
+ getIntegrationProducts: (integration_1, ...args_1) => __awaiter(this, [integration_1, ...args_1], void 0, function* (integration, options = {}) {
317
317
  // verify required parameter 'integration' is not null or undefined
318
318
  assertParamExists('getIntegrationProducts', 'integration', integration);
319
319
  const localVarPath = `/v1/integrations/{integration}/products`
@@ -346,7 +346,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
346
346
  * @param {*} [options] Override http request option.
347
347
  * @throws {RequiredError}
348
348
  */
349
- getIntegrations: (...args_10) => __awaiter(this, [...args_10], void 0, function* (options = {}) {
349
+ getIntegrations: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
350
350
  const localVarPath = `/v1/integrations`;
351
351
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
352
352
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -376,7 +376,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
376
376
  * @param {*} [options] Override http request option.
377
377
  * @throws {RequiredError}
378
378
  */
379
- listAdminIntegrationListings: (...args_11) => __awaiter(this, [...args_11], void 0, function* (options = {}) {
379
+ listAdminIntegrationListings: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
380
380
  const localVarPath = `/v1/integrations/admin/listings`;
381
381
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
382
382
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -408,7 +408,7 @@ export const IntegrationsApiAxiosParamCreator = function (configuration) {
408
408
  * @param {*} [options] Override http request option.
409
409
  * @throws {RequiredError}
410
410
  */
411
- updateAdminIntegrationListing: (listing_4, updateAdminIntegrationListingRequest_1, ...args_12) => __awaiter(this, [listing_4, updateAdminIntegrationListingRequest_1, ...args_12], void 0, function* (listing, updateAdminIntegrationListingRequest, options = {}) {
411
+ updateAdminIntegrationListing: (listing_1, updateAdminIntegrationListingRequest_1, ...args_1) => __awaiter(this, [listing_1, updateAdminIntegrationListingRequest_1, ...args_1], void 0, function* (listing, updateAdminIntegrationListingRequest, options = {}) {
412
412
  // verify required parameter 'listing' is not null or undefined
413
413
  assertParamExists('updateAdminIntegrationListing', 'listing', listing);
414
414
  // verify required parameter 'updateAdminIntegrationListingRequest' is not null or undefined
@@ -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.12.7
5
+ * The version of the OpenAPI document: 0.13.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js 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.12.7
7
+ * The version of the OpenAPI document: 0.13.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
  * 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.12.7
5
+ * The version of the OpenAPI document: 0.13.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
  * 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.12.7
7
+ * The version of the OpenAPI document: 0.13.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
  * 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.12.7
5
+ * The version of the OpenAPI document: 0.13.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
  * 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.12.7
7
+ * The version of the OpenAPI document: 0.13.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
  * 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.12.7
5
+ * The version of the OpenAPI document: 0.13.0
6
6
  * Contact: hello@teemill.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js 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.12.7
7
+ * The version of the OpenAPI document: 0.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.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.12.7
5
+ * The version of the OpenAPI document: 0.13.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/index.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.12.7
8
+ * The version of the OpenAPI document: 0.13.0
9
9
  * Contact: hello@teemill.com
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/index.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.12.7
7
+ * The version of the OpenAPI document: 0.13.0
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/integrations",
3
- "version": "0.12.7",
3
+ "version": "0.13.0",
4
4
  "description": "OpenAPI client for @teemill/integrations",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {