@teemill/integrations 0.17.2 → 0.17.3
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/api.ts +1 -400
- package/base.ts +1 -25
- package/common.ts +1 -2
- package/configuration.ts +1 -18
- package/dist/api.d.ts +13 -412
- package/dist/api.js +1 -19
- package/dist/base.d.ts +1 -25
- package/dist/base.js +1 -20
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -18
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +13 -412
- package/dist/esm/api.js +1 -19
- package/dist/esm/base.d.ts +1 -25
- package/dist/esm/base.js +1 -20
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -18
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage PodOS Integrations
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.17.
|
|
8
|
+
* The version of the OpenAPI document: 0.17.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -36,7 +36,6 @@ exports.IntegrationCategoryTypeEnum = {
|
|
|
36
36
|
};
|
|
37
37
|
/**
|
|
38
38
|
* IntegrationsApi - axios parameter creator
|
|
39
|
-
* @export
|
|
40
39
|
*/
|
|
41
40
|
const IntegrationsApiAxiosParamCreator = function (configuration) {
|
|
42
41
|
return {
|
|
@@ -457,7 +456,6 @@ const IntegrationsApiAxiosParamCreator = function (configuration) {
|
|
|
457
456
|
exports.IntegrationsApiAxiosParamCreator = IntegrationsApiAxiosParamCreator;
|
|
458
457
|
/**
|
|
459
458
|
* IntegrationsApi - functional programming interface
|
|
460
|
-
* @export
|
|
461
459
|
*/
|
|
462
460
|
const IntegrationsApiFp = function (configuration) {
|
|
463
461
|
const localVarAxiosParamCreator = (0, exports.IntegrationsApiAxiosParamCreator)(configuration);
|
|
@@ -659,7 +657,6 @@ const IntegrationsApiFp = function (configuration) {
|
|
|
659
657
|
exports.IntegrationsApiFp = IntegrationsApiFp;
|
|
660
658
|
/**
|
|
661
659
|
* IntegrationsApi - factory interface
|
|
662
|
-
* @export
|
|
663
660
|
*/
|
|
664
661
|
const IntegrationsApiFactory = function (configuration, basePath, axios) {
|
|
665
662
|
const localVarFp = (0, exports.IntegrationsApiFp)(configuration);
|
|
@@ -786,9 +783,6 @@ const IntegrationsApiFactory = function (configuration, basePath, axios) {
|
|
|
786
783
|
exports.IntegrationsApiFactory = IntegrationsApiFactory;
|
|
787
784
|
/**
|
|
788
785
|
* IntegrationsApi - object-oriented interface
|
|
789
|
-
* @export
|
|
790
|
-
* @class IntegrationsApi
|
|
791
|
-
* @extends {BaseAPI}
|
|
792
786
|
*/
|
|
793
787
|
class IntegrationsApi extends base_1.BaseAPI {
|
|
794
788
|
/**
|
|
@@ -797,7 +791,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
797
791
|
* @param {IntegrationsApiCreateAdminIntegrationListingRequest} requestParameters Request parameters.
|
|
798
792
|
* @param {*} [options] Override http request option.
|
|
799
793
|
* @throws {RequiredError}
|
|
800
|
-
* @memberof IntegrationsApi
|
|
801
794
|
*/
|
|
802
795
|
createAdminIntegrationListing(requestParameters, options) {
|
|
803
796
|
return (0, exports.IntegrationsApiFp)(this.configuration).createAdminIntegrationListing(requestParameters.createAdminIntegrationListingRequest, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -808,7 +801,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
808
801
|
* @param {IntegrationsApiDeleteAdminIntegrationListingRequest} requestParameters Request parameters.
|
|
809
802
|
* @param {*} [options] Override http request option.
|
|
810
803
|
* @throws {RequiredError}
|
|
811
|
-
* @memberof IntegrationsApi
|
|
812
804
|
*/
|
|
813
805
|
deleteAdminIntegrationListing(requestParameters, options) {
|
|
814
806
|
return (0, exports.IntegrationsApiFp)(this.configuration).deleteAdminIntegrationListing(requestParameters.listing, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -819,7 +811,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
819
811
|
* @param {IntegrationsApiGetAdminIntegrationListingRequest} requestParameters Request parameters.
|
|
820
812
|
* @param {*} [options] Override http request option.
|
|
821
813
|
* @throws {RequiredError}
|
|
822
|
-
* @memberof IntegrationsApi
|
|
823
814
|
*/
|
|
824
815
|
getAdminIntegrationListing(requestParameters, options) {
|
|
825
816
|
return (0, exports.IntegrationsApiFp)(this.configuration).getAdminIntegrationListing(requestParameters.listing, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -829,7 +820,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
829
820
|
* @summary List integration categories
|
|
830
821
|
* @param {*} [options] Override http request option.
|
|
831
822
|
* @throws {RequiredError}
|
|
832
|
-
* @memberof IntegrationsApi
|
|
833
823
|
*/
|
|
834
824
|
getIntegrationCategories(options) {
|
|
835
825
|
return (0, exports.IntegrationsApiFp)(this.configuration).getIntegrationCategories(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -840,7 +830,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
840
830
|
* @param {IntegrationsApiGetIntegrationCategoryRequest} requestParameters Request parameters.
|
|
841
831
|
* @param {*} [options] Override http request option.
|
|
842
832
|
* @throws {RequiredError}
|
|
843
|
-
* @memberof IntegrationsApi
|
|
844
833
|
*/
|
|
845
834
|
getIntegrationCategory(requestParameters, options) {
|
|
846
835
|
return (0, exports.IntegrationsApiFp)(this.configuration).getIntegrationCategory(requestParameters.category, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -851,7 +840,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
851
840
|
* @param {IntegrationsApiGetIntegrationListingRequest} requestParameters Request parameters.
|
|
852
841
|
* @param {*} [options] Override http request option.
|
|
853
842
|
* @throws {RequiredError}
|
|
854
|
-
* @memberof IntegrationsApi
|
|
855
843
|
*/
|
|
856
844
|
getIntegrationListing(requestParameters, options) {
|
|
857
845
|
return (0, exports.IntegrationsApiFp)(this.configuration).getIntegrationListing(requestParameters.listing, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -862,7 +850,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
862
850
|
* @param {IntegrationsApiGetIntegrationListingsRequest} requestParameters Request parameters.
|
|
863
851
|
* @param {*} [options] Override http request option.
|
|
864
852
|
* @throws {RequiredError}
|
|
865
|
-
* @memberof IntegrationsApi
|
|
866
853
|
*/
|
|
867
854
|
getIntegrationListings(requestParameters, options) {
|
|
868
855
|
return (0, exports.IntegrationsApiFp)(this.configuration).getIntegrationListings(requestParameters.project, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -873,7 +860,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
873
860
|
* @param {IntegrationsApiGetIntegrationProductRequest} requestParameters Request parameters.
|
|
874
861
|
* @param {*} [options] Override http request option.
|
|
875
862
|
* @throws {RequiredError}
|
|
876
|
-
* @memberof IntegrationsApi
|
|
877
863
|
*/
|
|
878
864
|
getIntegrationProduct(requestParameters, options) {
|
|
879
865
|
return (0, exports.IntegrationsApiFp)(this.configuration).getIntegrationProduct(requestParameters.integration, requestParameters.product, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -884,7 +870,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
884
870
|
* @param {IntegrationsApiGetIntegrationProductsRequest} requestParameters Request parameters.
|
|
885
871
|
* @param {*} [options] Override http request option.
|
|
886
872
|
* @throws {RequiredError}
|
|
887
|
-
* @memberof IntegrationsApi
|
|
888
873
|
*/
|
|
889
874
|
getIntegrationProducts(requestParameters, options) {
|
|
890
875
|
return (0, exports.IntegrationsApiFp)(this.configuration).getIntegrationProducts(requestParameters.integration, requestParameters.project, options).then((request) => request(this.axios, this.basePath));
|
|
@@ -894,7 +879,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
894
879
|
* @summary List integrations
|
|
895
880
|
* @param {*} [options] Override http request option.
|
|
896
881
|
* @throws {RequiredError}
|
|
897
|
-
* @memberof IntegrationsApi
|
|
898
882
|
*/
|
|
899
883
|
getIntegrations(options) {
|
|
900
884
|
return (0, exports.IntegrationsApiFp)(this.configuration).getIntegrations(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -904,7 +888,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
904
888
|
* @summary List integration listings
|
|
905
889
|
* @param {*} [options] Override http request option.
|
|
906
890
|
* @throws {RequiredError}
|
|
907
|
-
* @memberof IntegrationsApi
|
|
908
891
|
*/
|
|
909
892
|
listAdminIntegrationListings(options) {
|
|
910
893
|
return (0, exports.IntegrationsApiFp)(this.configuration).listAdminIntegrationListings(options).then((request) => request(this.axios, this.basePath));
|
|
@@ -915,7 +898,6 @@ class IntegrationsApi extends base_1.BaseAPI {
|
|
|
915
898
|
* @param {IntegrationsApiUpdateAdminIntegrationListingRequest} requestParameters Request parameters.
|
|
916
899
|
* @param {*} [options] Override http request option.
|
|
917
900
|
* @throws {RequiredError}
|
|
918
|
-
* @memberof IntegrationsApi
|
|
919
901
|
*/
|
|
920
902
|
updateAdminIntegrationListing(requestParameters, options) {
|
|
921
903
|
return (0, exports.IntegrationsApiFp)(this.configuration).updateAdminIntegrationListing(requestParameters.listing, requestParameters.updateAdminIntegrationListingRequest, options).then((request) => request(this.axios, this.basePath));
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage PodOS Integrations
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.17.
|
|
5
|
+
* The version of the OpenAPI document: 0.17.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,42 +12,22 @@
|
|
|
12
12
|
import type { Configuration } from './configuration';
|
|
13
13
|
import type { AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
export declare const BASE_PATH: string;
|
|
15
|
-
/**
|
|
16
|
-
*
|
|
17
|
-
* @export
|
|
18
|
-
*/
|
|
19
15
|
export declare const COLLECTION_FORMATS: {
|
|
20
16
|
csv: string;
|
|
21
17
|
ssv: string;
|
|
22
18
|
tsv: string;
|
|
23
19
|
pipes: string;
|
|
24
20
|
};
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @export
|
|
28
|
-
* @interface RequestArgs
|
|
29
|
-
*/
|
|
30
21
|
export interface RequestArgs {
|
|
31
22
|
url: string;
|
|
32
23
|
options: RawAxiosRequestConfig;
|
|
33
24
|
}
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @export
|
|
37
|
-
* @class BaseAPI
|
|
38
|
-
*/
|
|
39
25
|
export declare class BaseAPI {
|
|
40
26
|
protected basePath: string;
|
|
41
27
|
protected axios: AxiosInstance;
|
|
42
28
|
protected configuration: Configuration | undefined;
|
|
43
29
|
constructor(configuration?: Configuration, basePath?: string, axios?: AxiosInstance);
|
|
44
30
|
}
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @export
|
|
48
|
-
* @class RequiredError
|
|
49
|
-
* @extends {Error}
|
|
50
|
-
*/
|
|
51
31
|
export declare class RequiredError extends Error {
|
|
52
32
|
field: string;
|
|
53
33
|
constructor(field: string, msg?: string);
|
|
@@ -58,9 +38,5 @@ interface ServerMap {
|
|
|
58
38
|
description: string;
|
|
59
39
|
}[];
|
|
60
40
|
}
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @export
|
|
64
|
-
*/
|
|
65
41
|
export declare const operationServerMap: ServerMap;
|
|
66
42
|
export {};
|
package/dist/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Integrations API
|
|
6
6
|
* Manage PodOS Integrations
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 0.17.
|
|
8
|
+
* The version of the OpenAPI document: 0.17.3
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,21 +16,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.operationServerMap = exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
|
|
17
17
|
const axios_1 = require("axios");
|
|
18
18
|
exports.BASE_PATH = "https://localhost:8080".replace(/\/+$/, "");
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @export
|
|
22
|
-
*/
|
|
23
19
|
exports.COLLECTION_FORMATS = {
|
|
24
20
|
csv: ",",
|
|
25
21
|
ssv: " ",
|
|
26
22
|
tsv: "\t",
|
|
27
23
|
pipes: "|",
|
|
28
24
|
};
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @export
|
|
32
|
-
* @class BaseAPI
|
|
33
|
-
*/
|
|
34
25
|
class BaseAPI {
|
|
35
26
|
constructor(configuration, basePath = exports.BASE_PATH, axios = axios_1.default) {
|
|
36
27
|
var _a;
|
|
@@ -44,12 +35,6 @@ class BaseAPI {
|
|
|
44
35
|
}
|
|
45
36
|
exports.BaseAPI = BaseAPI;
|
|
46
37
|
;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @export
|
|
50
|
-
* @class RequiredError
|
|
51
|
-
* @extends {Error}
|
|
52
|
-
*/
|
|
53
38
|
class RequiredError extends Error {
|
|
54
39
|
constructor(field, msg) {
|
|
55
40
|
super(msg);
|
|
@@ -58,8 +43,4 @@ class RequiredError extends Error {
|
|
|
58
43
|
}
|
|
59
44
|
}
|
|
60
45
|
exports.RequiredError = RequiredError;
|
|
61
|
-
/**
|
|
62
|
-
*
|
|
63
|
-
* @export
|
|
64
|
-
*/
|
|
65
46
|
exports.operationServerMap = {};
|
package/dist/common.d.ts
CHANGED
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Integrations API
|
|
3
3
|
* Manage PodOS Integrations
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.17.
|
|
5
|
+
* The version of the OpenAPI document: 0.17.3
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -23,49 +23,32 @@ export declare class Configuration {
|
|
|
23
23
|
/**
|
|
24
24
|
* parameter for apiKey security
|
|
25
25
|
* @param name security name
|
|
26
|
-
* @memberof Configuration
|
|
27
26
|
*/
|
|
28
27
|
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
|
|
29
28
|
/**
|
|
30
29
|
* parameter for basic security
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof Configuration
|
|
34
30
|
*/
|
|
35
31
|
username?: string;
|
|
36
32
|
/**
|
|
37
33
|
* parameter for basic security
|
|
38
|
-
*
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof Configuration
|
|
41
34
|
*/
|
|
42
35
|
password?: string;
|
|
43
36
|
/**
|
|
44
37
|
* parameter for oauth2 security
|
|
45
38
|
* @param name security name
|
|
46
39
|
* @param scopes oauth2 scope
|
|
47
|
-
* @memberof Configuration
|
|
48
40
|
*/
|
|
49
41
|
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
|
|
50
42
|
/**
|
|
51
43
|
* override base path
|
|
52
|
-
*
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof Configuration
|
|
55
44
|
*/
|
|
56
45
|
basePath?: string;
|
|
57
46
|
/**
|
|
58
47
|
* override server index
|
|
59
|
-
*
|
|
60
|
-
* @type {number}
|
|
61
|
-
* @memberof Configuration
|
|
62
48
|
*/
|
|
63
49
|
serverIndex?: number;
|
|
64
50
|
/**
|
|
65
51
|
* base options for axios calls
|
|
66
|
-
*
|
|
67
|
-
* @type {any}
|
|
68
|
-
* @memberof Configuration
|
|
69
52
|
*/
|
|
70
53
|
baseOptions?: any;
|
|
71
54
|
/**
|
package/dist/configuration.js
CHANGED