@trinsic/api 2.2.0 → 2.3.0-alpha1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +16 -0
- package/dist/apis/EnvironmentRedirectUrisApi.d.ts +109 -0
- package/dist/apis/EnvironmentRedirectUrisApi.js +145 -0
- package/dist/apis/VerificationProfilesApi.d.ts +117 -0
- package/dist/apis/VerificationProfilesApi.js +183 -0
- package/dist/apis/index.d.ts +2 -0
- package/dist/apis/index.js +2 -0
- package/dist/esm/apis/EnvironmentRedirectUrisApi.d.ts +109 -0
- package/dist/esm/apis/EnvironmentRedirectUrisApi.js +141 -0
- package/dist/esm/apis/VerificationProfilesApi.d.ts +117 -0
- package/dist/esm/apis/VerificationProfilesApi.js +179 -0
- package/dist/esm/apis/index.d.ts +2 -0
- package/dist/esm/apis/index.js +2 -0
- package/dist/esm/models/AddRedirectUriResponse.d.ts +32 -0
- package/dist/esm/models/AddRedirectUriResponse.js +43 -0
- package/dist/esm/models/ContractField.d.ts +7 -0
- package/dist/esm/models/ContractField.js +4 -0
- package/dist/esm/models/ContractIdentifierField.d.ts +45 -0
- package/dist/esm/models/ContractIdentifierField.js +52 -0
- package/dist/esm/models/CreateVerificationProfileResponse.d.ts +32 -0
- package/dist/esm/models/CreateVerificationProfileResponse.js +43 -0
- package/dist/esm/models/EnvironmentRedirectUrisAddRequest.d.ts +32 -0
- package/dist/esm/models/EnvironmentRedirectUrisAddRequest.js +43 -0
- package/dist/esm/models/FaydaProviderOutput.d.ts +35 -0
- package/dist/esm/models/FaydaProviderOutput.js +41 -0
- package/dist/esm/models/Identifier.d.ts +44 -0
- package/dist/esm/models/Identifier.js +51 -0
- package/dist/esm/models/IdentityData.d.ts +14 -0
- package/dist/esm/models/IdentityData.js +8 -0
- package/dist/esm/models/ListEnvironmentRedirectUrisResponse.d.ts +39 -0
- package/dist/esm/models/ListEnvironmentRedirectUrisResponse.js +48 -0
- package/dist/esm/models/ListVerificationProfilesResponse.d.ts +39 -0
- package/dist/esm/models/ListVerificationProfilesResponse.js +48 -0
- package/dist/esm/models/MexicoCurpProviderOutput.d.ts +44 -0
- package/dist/esm/models/MexicoCurpProviderOutput.js +41 -0
- package/dist/esm/models/ProviderContract.d.ts +7 -0
- package/dist/esm/models/ProviderContract.js +3 -0
- package/dist/esm/models/ProviderOutput.d.ts +47 -0
- package/dist/esm/models/ProviderOutput.js +48 -0
- package/dist/esm/models/RedirectUriResponse.d.ts +38 -0
- package/dist/esm/models/RedirectUriResponse.js +47 -0
- package/dist/esm/models/SpidBillingInformation.d.ts +48 -0
- package/dist/esm/models/SpidBillingInformation.js +51 -0
- package/dist/esm/models/SpidInput.d.ts +11 -0
- package/dist/esm/models/SpidInput.js +2 -0
- package/dist/esm/models/SpidProviderOutput.d.ts +62 -0
- package/dist/esm/models/SpidProviderOutput.js +50 -0
- package/dist/esm/models/VerificationProfileResponse.d.ts +62 -0
- package/dist/esm/models/VerificationProfileResponse.js +63 -0
- package/dist/esm/models/index.d.ts +14 -0
- package/dist/esm/models/index.js +14 -0
- package/dist/models/AddRedirectUriResponse.d.ts +32 -0
- package/dist/models/AddRedirectUriResponse.js +50 -0
- package/dist/models/ContractField.d.ts +7 -0
- package/dist/models/ContractField.js +4 -0
- package/dist/models/ContractIdentifierField.d.ts +45 -0
- package/dist/models/ContractIdentifierField.js +59 -0
- package/dist/models/CreateVerificationProfileResponse.d.ts +32 -0
- package/dist/models/CreateVerificationProfileResponse.js +50 -0
- package/dist/models/EnvironmentRedirectUrisAddRequest.d.ts +32 -0
- package/dist/models/EnvironmentRedirectUrisAddRequest.js +50 -0
- package/dist/models/FaydaProviderOutput.d.ts +35 -0
- package/dist/models/FaydaProviderOutput.js +48 -0
- package/dist/models/Identifier.d.ts +44 -0
- package/dist/models/Identifier.js +58 -0
- package/dist/models/IdentityData.d.ts +14 -0
- package/dist/models/IdentityData.js +8 -0
- package/dist/models/ListEnvironmentRedirectUrisResponse.d.ts +39 -0
- package/dist/models/ListEnvironmentRedirectUrisResponse.js +55 -0
- package/dist/models/ListVerificationProfilesResponse.d.ts +39 -0
- package/dist/models/ListVerificationProfilesResponse.js +55 -0
- package/dist/models/MexicoCurpProviderOutput.d.ts +44 -0
- package/dist/models/MexicoCurpProviderOutput.js +48 -0
- package/dist/models/ProviderContract.d.ts +7 -0
- package/dist/models/ProviderContract.js +3 -0
- package/dist/models/ProviderOutput.d.ts +47 -0
- package/dist/models/ProviderOutput.js +55 -0
- package/dist/models/RedirectUriResponse.d.ts +38 -0
- package/dist/models/RedirectUriResponse.js +54 -0
- package/dist/models/SpidBillingInformation.d.ts +48 -0
- package/dist/models/SpidBillingInformation.js +58 -0
- package/dist/models/SpidInput.d.ts +11 -0
- package/dist/models/SpidInput.js +2 -0
- package/dist/models/SpidProviderOutput.d.ts +62 -0
- package/dist/models/SpidProviderOutput.js +57 -0
- package/dist/models/VerificationProfileResponse.d.ts +62 -0
- package/dist/models/VerificationProfileResponse.js +70 -0
- package/dist/models/index.d.ts +14 -0
- package/dist/models/index.js +14 -0
- package/package.json +1 -1
- package/src/apis/EnvironmentRedirectUrisApi.ts +235 -0
- package/src/apis/VerificationProfilesApi.ts +294 -0
- package/src/apis/index.ts +2 -0
- package/src/models/AddRedirectUriResponse.ts +66 -0
- package/src/models/ContractField.ts +10 -0
- package/src/models/ContractIdentifierField.ts +94 -0
- package/src/models/CreateVerificationProfileResponse.ts +66 -0
- package/src/models/EnvironmentRedirectUrisAddRequest.ts +66 -0
- package/src/models/FaydaProviderOutput.ts +68 -0
- package/src/models/Identifier.ts +84 -0
- package/src/models/IdentityData.ts +31 -0
- package/src/models/ListEnvironmentRedirectUrisResponse.ts +83 -0
- package/src/models/ListVerificationProfilesResponse.ts +83 -0
- package/src/models/MexicoCurpProviderOutput.ts +77 -0
- package/src/models/ProviderContract.ts +15 -0
- package/src/models/ProviderOutput.ts +103 -0
- package/src/models/RedirectUriResponse.ts +75 -0
- package/src/models/SpidBillingInformation.ts +88 -0
- package/src/models/SpidInput.ts +13 -0
- package/src/models/SpidProviderOutput.ts +110 -0
- package/src/models/VerificationProfileResponse.ts +111 -0
- package/src/models/index.ts +14 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -4,12 +4,15 @@
|
|
|
4
4
|
README.md
|
|
5
5
|
package.json
|
|
6
6
|
src/apis/AttachmentsApi.ts
|
|
7
|
+
src/apis/EnvironmentRedirectUrisApi.ts
|
|
7
8
|
src/apis/MdlApi.ts
|
|
8
9
|
src/apis/NetworkApi.ts
|
|
9
10
|
src/apis/SessionsApi.ts
|
|
11
|
+
src/apis/VerificationProfilesApi.ts
|
|
10
12
|
src/apis/index.ts
|
|
11
13
|
src/index.ts
|
|
12
14
|
src/models/AadhaarInput.ts
|
|
15
|
+
src/models/AddRedirectUriResponse.ts
|
|
13
16
|
src/models/Address.ts
|
|
14
17
|
src/models/AppleWalletInput.ts
|
|
15
18
|
src/models/AttachmentAccessKeys.ts
|
|
@@ -18,18 +21,22 @@ src/models/BrazilCpfCheckInput.ts
|
|
|
18
21
|
src/models/BrazilDigitalCnhInput.ts
|
|
19
22
|
src/models/CancelSessionResponse.ts
|
|
20
23
|
src/models/ContractField.ts
|
|
24
|
+
src/models/ContractIdentifierField.ts
|
|
21
25
|
src/models/CreateDirectProviderSessionRequest.ts
|
|
22
26
|
src/models/CreateDirectProviderSessionResponse.ts
|
|
23
27
|
src/models/CreateHostedProviderSessionRequest.ts
|
|
24
28
|
src/models/CreateHostedProviderSessionResponse.ts
|
|
25
29
|
src/models/CreateMdlExchangeRequest.ts
|
|
26
30
|
src/models/CreateMdlExchangeResponse.ts
|
|
31
|
+
src/models/CreateVerificationProfileResponse.ts
|
|
27
32
|
src/models/CreateWidgetSessionRequest.ts
|
|
28
33
|
src/models/CreateWidgetSessionResponse.ts
|
|
29
34
|
src/models/DocumentData.ts
|
|
30
35
|
src/models/DocumentScanAttachments.ts
|
|
31
36
|
src/models/DocumentType.ts
|
|
37
|
+
src/models/EnvironmentRedirectUrisAddRequest.ts
|
|
32
38
|
src/models/ExternalMdlFieldData.ts
|
|
39
|
+
src/models/FaydaProviderOutput.ts
|
|
33
40
|
src/models/FieldAvailability.ts
|
|
34
41
|
src/models/FinalizeMdlExchangeRequest.ts
|
|
35
42
|
src/models/FinalizeMdlExchangeResponse.ts
|
|
@@ -40,6 +47,7 @@ src/models/GetSessionResultRequest.ts
|
|
|
40
47
|
src/models/GetSessionResultResponse.ts
|
|
41
48
|
src/models/GoogleWalletInput.ts
|
|
42
49
|
src/models/HttpValidationProblemDetails.ts
|
|
50
|
+
src/models/Identifier.ts
|
|
43
51
|
src/models/IdentityData.ts
|
|
44
52
|
src/models/IdinInput.ts
|
|
45
53
|
src/models/IndonesiaDukcapilMatchInput.ts
|
|
@@ -49,9 +57,11 @@ src/models/IntegrationLaunchMethod.ts
|
|
|
49
57
|
src/models/IntegrationStep.ts
|
|
50
58
|
src/models/KenyaNidInput.ts
|
|
51
59
|
src/models/Language.ts
|
|
60
|
+
src/models/ListEnvironmentRedirectUrisResponse.ts
|
|
52
61
|
src/models/ListProviderContractsResponse.ts
|
|
53
62
|
src/models/ListProvidersResponse.ts
|
|
54
63
|
src/models/ListSessionsResponse.ts
|
|
64
|
+
src/models/ListVerificationProfilesResponse.ts
|
|
55
65
|
src/models/Match.ts
|
|
56
66
|
src/models/MatchData.ts
|
|
57
67
|
src/models/MdlCertificateData.ts
|
|
@@ -59,6 +69,7 @@ src/models/MdlExchangeMechanism.ts
|
|
|
59
69
|
src/models/MdlFieldDataType.ts
|
|
60
70
|
src/models/MdlIdentityData.ts
|
|
61
71
|
src/models/MexicoCurpInput.ts
|
|
72
|
+
src/models/MexicoCurpProviderOutput.ts
|
|
62
73
|
src/models/MobileIdInput.ts
|
|
63
74
|
src/models/NigeriaNinInput.ts
|
|
64
75
|
src/models/OrderDirection.ts
|
|
@@ -72,9 +83,11 @@ src/models/ProviderHealth.ts
|
|
|
72
83
|
src/models/ProviderInfo.ts
|
|
73
84
|
src/models/ProviderInformation.ts
|
|
74
85
|
src/models/ProviderInput.ts
|
|
86
|
+
src/models/ProviderOutput.ts
|
|
75
87
|
src/models/RecommendRequest.ts
|
|
76
88
|
src/models/RecommendResponse.ts
|
|
77
89
|
src/models/RecommendationInfo.ts
|
|
90
|
+
src/models/RedirectUriResponse.ts
|
|
78
91
|
src/models/RefreshStepContentRequest.ts
|
|
79
92
|
src/models/RefreshStepContentResponse.ts
|
|
80
93
|
src/models/ResultCollection.ts
|
|
@@ -85,13 +98,16 @@ src/models/SessionOrdering.ts
|
|
|
85
98
|
src/models/Sex.ts
|
|
86
99
|
src/models/SmartIdInput.ts
|
|
87
100
|
src/models/SouthAfricaNidInput.ts
|
|
101
|
+
src/models/SpidBillingInformation.ts
|
|
88
102
|
src/models/SpidInput.ts
|
|
103
|
+
src/models/SpidProviderOutput.ts
|
|
89
104
|
src/models/StepRefreshInfo.ts
|
|
90
105
|
src/models/SubProviderMetadata.ts
|
|
91
106
|
src/models/SubmitNativeChallengeResponseRequest.ts
|
|
92
107
|
src/models/SubmitNativeChallengeResponseResponse.ts
|
|
93
108
|
src/models/TrinsicTestDatabaseLookupInput.ts
|
|
94
109
|
src/models/TrinsicTestSubProvidersInput.ts
|
|
110
|
+
src/models/VerificationProfileResponse.ts
|
|
95
111
|
src/models/index.ts
|
|
96
112
|
src/runtime.ts
|
|
97
113
|
tsconfig.esm.json
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { AddRedirectUriResponse, EnvironmentRedirectUrisAddRequest, ListEnvironmentRedirectUrisResponse } from '../models/index';
|
|
14
|
+
export interface DeleteRequest {
|
|
15
|
+
id: string;
|
|
16
|
+
}
|
|
17
|
+
export interface AddRequest {
|
|
18
|
+
environmentRedirectUrisAddRequest?: EnvironmentRedirectUrisAddRequest;
|
|
19
|
+
}
|
|
20
|
+
export interface ListRequest {
|
|
21
|
+
page?: number;
|
|
22
|
+
pageSize?: number;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* EnvironmentRedirectUrisApi - interface
|
|
26
|
+
*
|
|
27
|
+
* @export
|
|
28
|
+
* @interface EnvironmentRedirectUrisApiInterface
|
|
29
|
+
*/
|
|
30
|
+
export interface EnvironmentRedirectUrisApiInterface {
|
|
31
|
+
/**
|
|
32
|
+
* Delete a redirect uri from the environment.
|
|
33
|
+
* @summary Delete Redirect URI
|
|
34
|
+
* @param {string} id The id of the redirect uri to delete.
|
|
35
|
+
* @param {*} [options] Override http request option.
|
|
36
|
+
* @throws {RequiredError}
|
|
37
|
+
* @memberof EnvironmentRedirectUrisApiInterface
|
|
38
|
+
*/
|
|
39
|
+
_deleteRaw(requestParameters: DeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
40
|
+
/**
|
|
41
|
+
* Delete a redirect uri from the environment.
|
|
42
|
+
* Delete Redirect URI
|
|
43
|
+
*/
|
|
44
|
+
_delete(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Add a new redirect uri to the environment.
|
|
47
|
+
* @summary Add Redirect URI
|
|
48
|
+
* @param {EnvironmentRedirectUrisAddRequest} [environmentRedirectUrisAddRequest] Request for uri to add to the environment. Must be absolute, not relative. Wildcard \"*\" accepted.
|
|
49
|
+
* @param {*} [options] Override http request option.
|
|
50
|
+
* @throws {RequiredError}
|
|
51
|
+
* @memberof EnvironmentRedirectUrisApiInterface
|
|
52
|
+
*/
|
|
53
|
+
addRaw(requestParameters: AddRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AddRedirectUriResponse>>;
|
|
54
|
+
/**
|
|
55
|
+
* Add a new redirect uri to the environment.
|
|
56
|
+
* Add Redirect URI
|
|
57
|
+
*/
|
|
58
|
+
add(environmentRedirectUrisAddRequest?: EnvironmentRedirectUrisAddRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AddRedirectUriResponse>;
|
|
59
|
+
/**
|
|
60
|
+
* List redirect URIs within the environment.
|
|
61
|
+
* @summary List Redirect URIs
|
|
62
|
+
* @param {number} [page] Number of pages of uris to return.
|
|
63
|
+
* @param {number} [pageSize] Size of the list to be returned. Accepted range from 1 to 100
|
|
64
|
+
* @param {*} [options] Override http request option.
|
|
65
|
+
* @throws {RequiredError}
|
|
66
|
+
* @memberof EnvironmentRedirectUrisApiInterface
|
|
67
|
+
*/
|
|
68
|
+
listRaw(requestParameters: ListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListEnvironmentRedirectUrisResponse>>;
|
|
69
|
+
/**
|
|
70
|
+
* List redirect URIs within the environment.
|
|
71
|
+
* List Redirect URIs
|
|
72
|
+
*/
|
|
73
|
+
list(page?: number, pageSize?: number, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListEnvironmentRedirectUrisResponse>;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
export declare class EnvironmentRedirectUrisApi extends runtime.BaseAPI implements EnvironmentRedirectUrisApiInterface {
|
|
79
|
+
/**
|
|
80
|
+
* Delete a redirect uri from the environment.
|
|
81
|
+
* Delete Redirect URI
|
|
82
|
+
*/
|
|
83
|
+
_deleteRaw(requestParameters: DeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
84
|
+
/**
|
|
85
|
+
* Delete a redirect uri from the environment.
|
|
86
|
+
* Delete Redirect URI
|
|
87
|
+
*/
|
|
88
|
+
_delete(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
89
|
+
/**
|
|
90
|
+
* Add a new redirect uri to the environment.
|
|
91
|
+
* Add Redirect URI
|
|
92
|
+
*/
|
|
93
|
+
addRaw(requestParameters: AddRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<AddRedirectUriResponse>>;
|
|
94
|
+
/**
|
|
95
|
+
* Add a new redirect uri to the environment.
|
|
96
|
+
* Add Redirect URI
|
|
97
|
+
*/
|
|
98
|
+
add(environmentRedirectUrisAddRequest?: EnvironmentRedirectUrisAddRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<AddRedirectUriResponse>;
|
|
99
|
+
/**
|
|
100
|
+
* List redirect URIs within the environment.
|
|
101
|
+
* List Redirect URIs
|
|
102
|
+
*/
|
|
103
|
+
listRaw(requestParameters: ListRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListEnvironmentRedirectUrisResponse>>;
|
|
104
|
+
/**
|
|
105
|
+
* List redirect URIs within the environment.
|
|
106
|
+
* List Redirect URIs
|
|
107
|
+
*/
|
|
108
|
+
list(page?: number, pageSize?: number, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListEnvironmentRedirectUrisResponse>;
|
|
109
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
16
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
17
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
19
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
20
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
21
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
exports.EnvironmentRedirectUrisApi = void 0;
|
|
26
|
+
const runtime = require("../runtime");
|
|
27
|
+
const index_1 = require("../models/index");
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
class EnvironmentRedirectUrisApi extends runtime.BaseAPI {
|
|
32
|
+
/**
|
|
33
|
+
* Delete a redirect uri from the environment.
|
|
34
|
+
* Delete Redirect URI
|
|
35
|
+
*/
|
|
36
|
+
_deleteRaw(requestParameters, initOverrides) {
|
|
37
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
38
|
+
if (requestParameters['id'] == null) {
|
|
39
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling _delete().');
|
|
40
|
+
}
|
|
41
|
+
const queryParameters = {};
|
|
42
|
+
const headerParameters = {};
|
|
43
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
44
|
+
const token = this.configuration.accessToken;
|
|
45
|
+
const tokenString = yield token("Bearer", []);
|
|
46
|
+
if (tokenString) {
|
|
47
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
const response = yield this.request({
|
|
51
|
+
path: `/api/valpha/environments/redirect-uris/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
52
|
+
method: 'DELETE',
|
|
53
|
+
headers: headerParameters,
|
|
54
|
+
query: queryParameters,
|
|
55
|
+
}, initOverrides);
|
|
56
|
+
return new runtime.VoidApiResponse(response);
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Delete a redirect uri from the environment.
|
|
61
|
+
* Delete Redirect URI
|
|
62
|
+
*/
|
|
63
|
+
_delete(id, initOverrides) {
|
|
64
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
65
|
+
yield this._deleteRaw({ id: id }, initOverrides);
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Add a new redirect uri to the environment.
|
|
70
|
+
* Add Redirect URI
|
|
71
|
+
*/
|
|
72
|
+
addRaw(requestParameters, initOverrides) {
|
|
73
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
74
|
+
const queryParameters = {};
|
|
75
|
+
const headerParameters = {};
|
|
76
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
77
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
78
|
+
const token = this.configuration.accessToken;
|
|
79
|
+
const tokenString = yield token("Bearer", []);
|
|
80
|
+
if (tokenString) {
|
|
81
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
const response = yield this.request({
|
|
85
|
+
path: `/api/valpha/environments/redirect-uris`,
|
|
86
|
+
method: 'POST',
|
|
87
|
+
headers: headerParameters,
|
|
88
|
+
query: queryParameters,
|
|
89
|
+
body: (0, index_1.EnvironmentRedirectUrisAddRequestToJSON)(requestParameters['environmentRedirectUrisAddRequest']),
|
|
90
|
+
}, initOverrides);
|
|
91
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.AddRedirectUriResponseFromJSON)(jsonValue));
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Add a new redirect uri to the environment.
|
|
96
|
+
* Add Redirect URI
|
|
97
|
+
*/
|
|
98
|
+
add(environmentRedirectUrisAddRequest, initOverrides) {
|
|
99
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
100
|
+
const response = yield this.addRaw({ environmentRedirectUrisAddRequest: environmentRedirectUrisAddRequest }, initOverrides);
|
|
101
|
+
return yield response.value();
|
|
102
|
+
});
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* List redirect URIs within the environment.
|
|
106
|
+
* List Redirect URIs
|
|
107
|
+
*/
|
|
108
|
+
listRaw(requestParameters, initOverrides) {
|
|
109
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
110
|
+
const queryParameters = {};
|
|
111
|
+
if (requestParameters['page'] != null) {
|
|
112
|
+
queryParameters['page'] = requestParameters['page'];
|
|
113
|
+
}
|
|
114
|
+
if (requestParameters['pageSize'] != null) {
|
|
115
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
116
|
+
}
|
|
117
|
+
const headerParameters = {};
|
|
118
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
119
|
+
const token = this.configuration.accessToken;
|
|
120
|
+
const tokenString = yield token("Bearer", []);
|
|
121
|
+
if (tokenString) {
|
|
122
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
const response = yield this.request({
|
|
126
|
+
path: `/api/valpha/environments/redirect-uris`,
|
|
127
|
+
method: 'GET',
|
|
128
|
+
headers: headerParameters,
|
|
129
|
+
query: queryParameters,
|
|
130
|
+
}, initOverrides);
|
|
131
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ListEnvironmentRedirectUrisResponseFromJSON)(jsonValue));
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* List redirect URIs within the environment.
|
|
136
|
+
* List Redirect URIs
|
|
137
|
+
*/
|
|
138
|
+
list(page, pageSize, initOverrides) {
|
|
139
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
140
|
+
const response = yield this.listRaw({ page: page, pageSize: pageSize }, initOverrides);
|
|
141
|
+
return yield response.value();
|
|
142
|
+
});
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
exports.EnvironmentRedirectUrisApi = EnvironmentRedirectUrisApi;
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Trinsic API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import * as runtime from '../runtime';
|
|
13
|
+
import type { CreateVerificationProfileResponse, ListVerificationProfilesResponse, VerificationProfileResponse } from '../models/index';
|
|
14
|
+
export interface CreateVerificationProfileRequest {
|
|
15
|
+
alias: string;
|
|
16
|
+
brandName: string;
|
|
17
|
+
primaryColor?: string;
|
|
18
|
+
providers?: Array<string>;
|
|
19
|
+
logo?: Blob;
|
|
20
|
+
}
|
|
21
|
+
export interface GetVerificationProfileByIdRequest {
|
|
22
|
+
id: string;
|
|
23
|
+
}
|
|
24
|
+
export interface ListVerificationProfilesRequest {
|
|
25
|
+
page?: number;
|
|
26
|
+
pageSize?: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* VerificationProfilesApi - interface
|
|
30
|
+
*
|
|
31
|
+
* @export
|
|
32
|
+
* @interface VerificationProfilesApiInterface
|
|
33
|
+
*/
|
|
34
|
+
export interface VerificationProfilesApiInterface {
|
|
35
|
+
/**
|
|
36
|
+
* Creates a new verification profile within your organization.
|
|
37
|
+
* @summary Create Verification Profile
|
|
38
|
+
* @param {string} alias An alias of the verification profile shown to developers and administrators.
|
|
39
|
+
* @param {string} brandName The brand name of the verification profile shown to end-users.
|
|
40
|
+
* @param {string} [primaryColor] The primary color of the verification profile. Must be a 6-character hex string prefixed with a \\\'#\\\' character. Example: #000000
|
|
41
|
+
* @param {Array<string>} [providers] The list of providers you\\\'d like to select for this profile. We will not currently enable any providers.
|
|
42
|
+
* @param {Blob} [logo] The logo of the verification profile.
|
|
43
|
+
* @param {*} [options] Override http request option.
|
|
44
|
+
* @throws {RequiredError}
|
|
45
|
+
* @memberof VerificationProfilesApiInterface
|
|
46
|
+
*/
|
|
47
|
+
createVerificationProfileRaw(requestParameters: CreateVerificationProfileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CreateVerificationProfileResponse>>;
|
|
48
|
+
/**
|
|
49
|
+
* Creates a new verification profile within your organization.
|
|
50
|
+
* Create Verification Profile
|
|
51
|
+
*/
|
|
52
|
+
createVerificationProfile(alias: string, brandName: string, primaryColor?: string, providers?: Array<string>, logo?: Blob, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateVerificationProfileResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Gets a specific verification profile by ID.
|
|
55
|
+
* @summary Get Verification Profile
|
|
56
|
+
* @param {string} id
|
|
57
|
+
* @param {*} [options] Override http request option.
|
|
58
|
+
* @throws {RequiredError}
|
|
59
|
+
* @memberof VerificationProfilesApiInterface
|
|
60
|
+
*/
|
|
61
|
+
getVerificationProfileByIdRaw(requestParameters: GetVerificationProfileByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VerificationProfileResponse>>;
|
|
62
|
+
/**
|
|
63
|
+
* Gets a specific verification profile by ID.
|
|
64
|
+
* Get Verification Profile
|
|
65
|
+
*/
|
|
66
|
+
getVerificationProfileById(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VerificationProfileResponse>;
|
|
67
|
+
/**
|
|
68
|
+
* List the verification profiles for the current organization and environment.
|
|
69
|
+
* @summary List Verification Profiles
|
|
70
|
+
* @param {number} [page]
|
|
71
|
+
* @param {number} [pageSize] Size of the list to be returned. Accepted range from 1 to 100
|
|
72
|
+
* @param {*} [options] Override http request option.
|
|
73
|
+
* @throws {RequiredError}
|
|
74
|
+
* @memberof VerificationProfilesApiInterface
|
|
75
|
+
*/
|
|
76
|
+
listVerificationProfilesRaw(requestParameters: ListVerificationProfilesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListVerificationProfilesResponse>>;
|
|
77
|
+
/**
|
|
78
|
+
* List the verification profiles for the current organization and environment.
|
|
79
|
+
* List Verification Profiles
|
|
80
|
+
*/
|
|
81
|
+
listVerificationProfiles(page?: number, pageSize?: number, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListVerificationProfilesResponse>;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
export declare class VerificationProfilesApi extends runtime.BaseAPI implements VerificationProfilesApiInterface {
|
|
87
|
+
/**
|
|
88
|
+
* Creates a new verification profile within your organization.
|
|
89
|
+
* Create Verification Profile
|
|
90
|
+
*/
|
|
91
|
+
createVerificationProfileRaw(requestParameters: CreateVerificationProfileRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CreateVerificationProfileResponse>>;
|
|
92
|
+
/**
|
|
93
|
+
* Creates a new verification profile within your organization.
|
|
94
|
+
* Create Verification Profile
|
|
95
|
+
*/
|
|
96
|
+
createVerificationProfile(alias: string, brandName: string, primaryColor?: string, providers?: Array<string>, logo?: Blob, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CreateVerificationProfileResponse>;
|
|
97
|
+
/**
|
|
98
|
+
* Gets a specific verification profile by ID.
|
|
99
|
+
* Get Verification Profile
|
|
100
|
+
*/
|
|
101
|
+
getVerificationProfileByIdRaw(requestParameters: GetVerificationProfileByIdRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<VerificationProfileResponse>>;
|
|
102
|
+
/**
|
|
103
|
+
* Gets a specific verification profile by ID.
|
|
104
|
+
* Get Verification Profile
|
|
105
|
+
*/
|
|
106
|
+
getVerificationProfileById(id: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<VerificationProfileResponse>;
|
|
107
|
+
/**
|
|
108
|
+
* List the verification profiles for the current organization and environment.
|
|
109
|
+
* List Verification Profiles
|
|
110
|
+
*/
|
|
111
|
+
listVerificationProfilesRaw(requestParameters: ListVerificationProfilesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ListVerificationProfilesResponse>>;
|
|
112
|
+
/**
|
|
113
|
+
* List the verification profiles for the current organization and environment.
|
|
114
|
+
* List Verification Profiles
|
|
115
|
+
*/
|
|
116
|
+
listVerificationProfiles(page?: number, pageSize?: number, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ListVerificationProfilesResponse>;
|
|
117
|
+
}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
16
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
17
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
18
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
19
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
20
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
21
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
exports.VerificationProfilesApi = void 0;
|
|
26
|
+
const runtime = require("../runtime");
|
|
27
|
+
const index_1 = require("../models/index");
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
class VerificationProfilesApi extends runtime.BaseAPI {
|
|
32
|
+
/**
|
|
33
|
+
* Creates a new verification profile within your organization.
|
|
34
|
+
* Create Verification Profile
|
|
35
|
+
*/
|
|
36
|
+
createVerificationProfileRaw(requestParameters, initOverrides) {
|
|
37
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
38
|
+
if (requestParameters['alias'] == null) {
|
|
39
|
+
throw new runtime.RequiredError('alias', 'Required parameter "alias" was null or undefined when calling createVerificationProfile().');
|
|
40
|
+
}
|
|
41
|
+
if (requestParameters['brandName'] == null) {
|
|
42
|
+
throw new runtime.RequiredError('brandName', 'Required parameter "brandName" was null or undefined when calling createVerificationProfile().');
|
|
43
|
+
}
|
|
44
|
+
const queryParameters = {};
|
|
45
|
+
const headerParameters = {};
|
|
46
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
47
|
+
const token = this.configuration.accessToken;
|
|
48
|
+
const tokenString = yield token("Bearer", []);
|
|
49
|
+
if (tokenString) {
|
|
50
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
const consumes = [
|
|
54
|
+
{ contentType: 'multipart/form-data' },
|
|
55
|
+
];
|
|
56
|
+
// @ts-ignore: canConsumeForm may be unused
|
|
57
|
+
const canConsumeForm = runtime.canConsumeForm(consumes);
|
|
58
|
+
let formParams;
|
|
59
|
+
let useForm = false;
|
|
60
|
+
// use FormData to transmit files using content-type "multipart/form-data"
|
|
61
|
+
useForm = canConsumeForm;
|
|
62
|
+
if (useForm) {
|
|
63
|
+
formParams = new FormData();
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
formParams = new URLSearchParams();
|
|
67
|
+
}
|
|
68
|
+
if (requestParameters['alias'] != null) {
|
|
69
|
+
formParams.append('Alias', requestParameters['alias']);
|
|
70
|
+
}
|
|
71
|
+
if (requestParameters['brandName'] != null) {
|
|
72
|
+
formParams.append('BrandName', requestParameters['brandName']);
|
|
73
|
+
}
|
|
74
|
+
if (requestParameters['primaryColor'] != null) {
|
|
75
|
+
formParams.append('PrimaryColor', requestParameters['primaryColor']);
|
|
76
|
+
}
|
|
77
|
+
if (requestParameters['providers'] != null) {
|
|
78
|
+
requestParameters['providers'].forEach((element) => {
|
|
79
|
+
formParams.append('Providers', element);
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
if (requestParameters['logo'] != null) {
|
|
83
|
+
formParams.append('Logo', requestParameters['logo']);
|
|
84
|
+
}
|
|
85
|
+
const response = yield this.request({
|
|
86
|
+
path: `/api/valpha/verification-profiles`,
|
|
87
|
+
method: 'POST',
|
|
88
|
+
headers: headerParameters,
|
|
89
|
+
query: queryParameters,
|
|
90
|
+
body: formParams,
|
|
91
|
+
}, initOverrides);
|
|
92
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CreateVerificationProfileResponseFromJSON)(jsonValue));
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* Creates a new verification profile within your organization.
|
|
97
|
+
* Create Verification Profile
|
|
98
|
+
*/
|
|
99
|
+
createVerificationProfile(alias, brandName, primaryColor, providers, logo, initOverrides) {
|
|
100
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
101
|
+
const response = yield this.createVerificationProfileRaw({ alias: alias, brandName: brandName, primaryColor: primaryColor, providers: providers, logo: logo }, initOverrides);
|
|
102
|
+
return yield response.value();
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Gets a specific verification profile by ID.
|
|
107
|
+
* Get Verification Profile
|
|
108
|
+
*/
|
|
109
|
+
getVerificationProfileByIdRaw(requestParameters, initOverrides) {
|
|
110
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
111
|
+
if (requestParameters['id'] == null) {
|
|
112
|
+
throw new runtime.RequiredError('id', 'Required parameter "id" was null or undefined when calling getVerificationProfileById().');
|
|
113
|
+
}
|
|
114
|
+
const queryParameters = {};
|
|
115
|
+
const headerParameters = {};
|
|
116
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
117
|
+
const token = this.configuration.accessToken;
|
|
118
|
+
const tokenString = yield token("Bearer", []);
|
|
119
|
+
if (tokenString) {
|
|
120
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
const response = yield this.request({
|
|
124
|
+
path: `/api/valpha/verification-profiles/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
125
|
+
method: 'GET',
|
|
126
|
+
headers: headerParameters,
|
|
127
|
+
query: queryParameters,
|
|
128
|
+
}, initOverrides);
|
|
129
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.VerificationProfileResponseFromJSON)(jsonValue));
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Gets a specific verification profile by ID.
|
|
134
|
+
* Get Verification Profile
|
|
135
|
+
*/
|
|
136
|
+
getVerificationProfileById(id, initOverrides) {
|
|
137
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
138
|
+
const response = yield this.getVerificationProfileByIdRaw({ id: id }, initOverrides);
|
|
139
|
+
return yield response.value();
|
|
140
|
+
});
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* List the verification profiles for the current organization and environment.
|
|
144
|
+
* List Verification Profiles
|
|
145
|
+
*/
|
|
146
|
+
listVerificationProfilesRaw(requestParameters, initOverrides) {
|
|
147
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
148
|
+
const queryParameters = {};
|
|
149
|
+
if (requestParameters['page'] != null) {
|
|
150
|
+
queryParameters['page'] = requestParameters['page'];
|
|
151
|
+
}
|
|
152
|
+
if (requestParameters['pageSize'] != null) {
|
|
153
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
154
|
+
}
|
|
155
|
+
const headerParameters = {};
|
|
156
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
157
|
+
const token = this.configuration.accessToken;
|
|
158
|
+
const tokenString = yield token("Bearer", []);
|
|
159
|
+
if (tokenString) {
|
|
160
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
const response = yield this.request({
|
|
164
|
+
path: `/api/valpha/verification-profiles`,
|
|
165
|
+
method: 'GET',
|
|
166
|
+
headers: headerParameters,
|
|
167
|
+
query: queryParameters,
|
|
168
|
+
}, initOverrides);
|
|
169
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.ListVerificationProfilesResponseFromJSON)(jsonValue));
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* List the verification profiles for the current organization and environment.
|
|
174
|
+
* List Verification Profiles
|
|
175
|
+
*/
|
|
176
|
+
listVerificationProfiles(page, pageSize, initOverrides) {
|
|
177
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
178
|
+
const response = yield this.listVerificationProfilesRaw({ page: page, pageSize: pageSize }, initOverrides);
|
|
179
|
+
return yield response.value();
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
exports.VerificationProfilesApi = VerificationProfilesApi;
|
package/dist/apis/index.d.ts
CHANGED
package/dist/apis/index.js
CHANGED
|
@@ -17,6 +17,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
/* tslint:disable */
|
|
18
18
|
/* eslint-disable */
|
|
19
19
|
__exportStar(require("./AttachmentsApi"), exports);
|
|
20
|
+
__exportStar(require("./EnvironmentRedirectUrisApi"), exports);
|
|
20
21
|
__exportStar(require("./MdlApi"), exports);
|
|
21
22
|
__exportStar(require("./NetworkApi"), exports);
|
|
22
23
|
__exportStar(require("./SessionsApi"), exports);
|
|
24
|
+
__exportStar(require("./VerificationProfilesApi"), exports);
|