@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
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfFaydaProviderOutput = instanceOfFaydaProviderOutput;
|
|
17
|
+
exports.FaydaProviderOutputFromJSON = FaydaProviderOutputFromJSON;
|
|
18
|
+
exports.FaydaProviderOutputFromJSONTyped = FaydaProviderOutputFromJSONTyped;
|
|
19
|
+
exports.FaydaProviderOutputToJSON = FaydaProviderOutputToJSON;
|
|
20
|
+
exports.FaydaProviderOutputToJSONTyped = FaydaProviderOutputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the FaydaProviderOutput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfFaydaProviderOutput(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function FaydaProviderOutputFromJSON(json) {
|
|
28
|
+
return FaydaProviderOutputFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function FaydaProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'sub': json['sub'] == null ? undefined : json['sub'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function FaydaProviderOutputToJSON(json) {
|
|
39
|
+
return FaydaProviderOutputToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function FaydaProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'sub': value['sub'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Identifier
|
|
16
|
+
*/
|
|
17
|
+
export interface Identifier {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof Identifier
|
|
22
|
+
*/
|
|
23
|
+
identifier: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof Identifier
|
|
28
|
+
*/
|
|
29
|
+
scope: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Identifier
|
|
34
|
+
*/
|
|
35
|
+
description: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the Identifier interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfIdentifier(value: object): value is Identifier;
|
|
41
|
+
export declare function IdentifierFromJSON(json: any): Identifier;
|
|
42
|
+
export declare function IdentifierFromJSONTyped(json: any, ignoreDiscriminator: boolean): Identifier;
|
|
43
|
+
export declare function IdentifierToJSON(json: any): Identifier;
|
|
44
|
+
export declare function IdentifierToJSONTyped(value?: Identifier | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfIdentifier = instanceOfIdentifier;
|
|
17
|
+
exports.IdentifierFromJSON = IdentifierFromJSON;
|
|
18
|
+
exports.IdentifierFromJSONTyped = IdentifierFromJSONTyped;
|
|
19
|
+
exports.IdentifierToJSON = IdentifierToJSON;
|
|
20
|
+
exports.IdentifierToJSONTyped = IdentifierToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the Identifier interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfIdentifier(value) {
|
|
25
|
+
if (!('identifier' in value) || value['identifier'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('scope' in value) || value['scope'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
function IdentifierFromJSON(json) {
|
|
34
|
+
return IdentifierFromJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
function IdentifierFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'identifier': json['identifier'],
|
|
42
|
+
'scope': json['scope'],
|
|
43
|
+
'description': json['description'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function IdentifierToJSON(json) {
|
|
47
|
+
return IdentifierToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function IdentifierToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'identifier': value['identifier'],
|
|
55
|
+
'scope': value['scope'],
|
|
56
|
+
'description': value['description'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { DocumentData } from './DocumentData';
|
|
13
13
|
import type { PersonData } from './PersonData';
|
|
14
|
+
import type { Identifier } from './Identifier';
|
|
15
|
+
import type { ProviderOutput } from './ProviderOutput';
|
|
14
16
|
import type { AttachmentAccessKeys } from './AttachmentAccessKeys';
|
|
15
17
|
import type { MatchData } from './MatchData';
|
|
16
18
|
/**
|
|
@@ -55,6 +57,18 @@ export interface IdentityData {
|
|
|
55
57
|
* @memberof IdentityData
|
|
56
58
|
*/
|
|
57
59
|
attachmentAccessKeys?: AttachmentAccessKeys | null;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {ProviderOutput}
|
|
63
|
+
* @memberof IdentityData
|
|
64
|
+
*/
|
|
65
|
+
providerOutput?: ProviderOutput | null;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {Array<Identifier>}
|
|
69
|
+
* @memberof IdentityData
|
|
70
|
+
*/
|
|
71
|
+
identifiers: Array<Identifier>;
|
|
58
72
|
}
|
|
59
73
|
/**
|
|
60
74
|
* Check if a given object implements the IdentityData interface.
|
|
@@ -20,12 +20,16 @@ exports.IdentityDataToJSON = IdentityDataToJSON;
|
|
|
20
20
|
exports.IdentityDataToJSONTyped = IdentityDataToJSONTyped;
|
|
21
21
|
const DocumentData_1 = require("./DocumentData");
|
|
22
22
|
const PersonData_1 = require("./PersonData");
|
|
23
|
+
const Identifier_1 = require("./Identifier");
|
|
24
|
+
const ProviderOutput_1 = require("./ProviderOutput");
|
|
23
25
|
const AttachmentAccessKeys_1 = require("./AttachmentAccessKeys");
|
|
24
26
|
const MatchData_1 = require("./MatchData");
|
|
25
27
|
/**
|
|
26
28
|
* Check if a given object implements the IdentityData interface.
|
|
27
29
|
*/
|
|
28
30
|
function instanceOfIdentityData(value) {
|
|
31
|
+
if (!('identifiers' in value) || value['identifiers'] === undefined)
|
|
32
|
+
return false;
|
|
29
33
|
return true;
|
|
30
34
|
}
|
|
31
35
|
function IdentityDataFromJSON(json) {
|
|
@@ -42,6 +46,8 @@ function IdentityDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
42
46
|
'document': json['document'] == null ? undefined : (0, DocumentData_1.DocumentDataFromJSON)(json['document']),
|
|
43
47
|
'match': json['match'] == null ? undefined : (0, MatchData_1.MatchDataFromJSON)(json['match']),
|
|
44
48
|
'attachmentAccessKeys': json['attachmentAccessKeys'] == null ? undefined : (0, AttachmentAccessKeys_1.AttachmentAccessKeysFromJSON)(json['attachmentAccessKeys']),
|
|
49
|
+
'providerOutput': json['providerOutput'] == null ? undefined : (0, ProviderOutput_1.ProviderOutputFromJSON)(json['providerOutput']),
|
|
50
|
+
'identifiers': (json['identifiers'].map(Identifier_1.IdentifierFromJSON)),
|
|
45
51
|
};
|
|
46
52
|
}
|
|
47
53
|
function IdentityDataToJSON(json) {
|
|
@@ -58,5 +64,7 @@ function IdentityDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
58
64
|
'document': (0, DocumentData_1.DocumentDataToJSON)(value['document']),
|
|
59
65
|
'match': (0, MatchData_1.MatchDataToJSON)(value['match']),
|
|
60
66
|
'attachmentAccessKeys': (0, AttachmentAccessKeys_1.AttachmentAccessKeysToJSON)(value['attachmentAccessKeys']),
|
|
67
|
+
'providerOutput': (0, ProviderOutput_1.ProviderOutputToJSON)(value['providerOutput']),
|
|
68
|
+
'identifiers': (value['identifiers'].map(Identifier_1.IdentifierToJSON)),
|
|
61
69
|
};
|
|
62
70
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 type { RedirectUriResponse } from './RedirectUriResponse';
|
|
13
|
+
/**
|
|
14
|
+
* Response from listing redirect URIs within an environment.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListEnvironmentRedirectUrisResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ListEnvironmentRedirectUrisResponse {
|
|
19
|
+
/**
|
|
20
|
+
* List of redirect uris within the environment.
|
|
21
|
+
* @type {Array<RedirectUriResponse>}
|
|
22
|
+
* @memberof ListEnvironmentRedirectUrisResponse
|
|
23
|
+
*/
|
|
24
|
+
uris: Array<RedirectUriResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Whether there are additional pages of uris to retrieve
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ListEnvironmentRedirectUrisResponse
|
|
29
|
+
*/
|
|
30
|
+
more: boolean;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ListEnvironmentRedirectUrisResponse interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfListEnvironmentRedirectUrisResponse(value: object): value is ListEnvironmentRedirectUrisResponse;
|
|
36
|
+
export declare function ListEnvironmentRedirectUrisResponseFromJSON(json: any): ListEnvironmentRedirectUrisResponse;
|
|
37
|
+
export declare function ListEnvironmentRedirectUrisResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListEnvironmentRedirectUrisResponse;
|
|
38
|
+
export declare function ListEnvironmentRedirectUrisResponseToJSON(json: any): ListEnvironmentRedirectUrisResponse;
|
|
39
|
+
export declare function ListEnvironmentRedirectUrisResponseToJSONTyped(value?: ListEnvironmentRedirectUrisResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfListEnvironmentRedirectUrisResponse = instanceOfListEnvironmentRedirectUrisResponse;
|
|
17
|
+
exports.ListEnvironmentRedirectUrisResponseFromJSON = ListEnvironmentRedirectUrisResponseFromJSON;
|
|
18
|
+
exports.ListEnvironmentRedirectUrisResponseFromJSONTyped = ListEnvironmentRedirectUrisResponseFromJSONTyped;
|
|
19
|
+
exports.ListEnvironmentRedirectUrisResponseToJSON = ListEnvironmentRedirectUrisResponseToJSON;
|
|
20
|
+
exports.ListEnvironmentRedirectUrisResponseToJSONTyped = ListEnvironmentRedirectUrisResponseToJSONTyped;
|
|
21
|
+
const RedirectUriResponse_1 = require("./RedirectUriResponse");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ListEnvironmentRedirectUrisResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfListEnvironmentRedirectUrisResponse(value) {
|
|
26
|
+
if (!('uris' in value) || value['uris'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('more' in value) || value['more'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function ListEnvironmentRedirectUrisResponseFromJSON(json) {
|
|
33
|
+
return ListEnvironmentRedirectUrisResponseFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function ListEnvironmentRedirectUrisResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'uris': (json['uris'].map(RedirectUriResponse_1.RedirectUriResponseFromJSON)),
|
|
41
|
+
'more': json['more'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function ListEnvironmentRedirectUrisResponseToJSON(json) {
|
|
45
|
+
return ListEnvironmentRedirectUrisResponseToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function ListEnvironmentRedirectUrisResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'uris': (value['uris'].map(RedirectUriResponse_1.RedirectUriResponseToJSON)),
|
|
53
|
+
'more': value['more'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 type { VerificationProfileResponse } from './VerificationProfileResponse';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListVerificationProfilesResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ListVerificationProfilesResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<VerificationProfileResponse>}
|
|
22
|
+
* @memberof ListVerificationProfilesResponse
|
|
23
|
+
*/
|
|
24
|
+
verificationProfiles: Array<VerificationProfileResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Whether there are additional pages of verification profiles to retrieve
|
|
27
|
+
* @type {boolean}
|
|
28
|
+
* @memberof ListVerificationProfilesResponse
|
|
29
|
+
*/
|
|
30
|
+
more: boolean;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the ListVerificationProfilesResponse interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfListVerificationProfilesResponse(value: object): value is ListVerificationProfilesResponse;
|
|
36
|
+
export declare function ListVerificationProfilesResponseFromJSON(json: any): ListVerificationProfilesResponse;
|
|
37
|
+
export declare function ListVerificationProfilesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListVerificationProfilesResponse;
|
|
38
|
+
export declare function ListVerificationProfilesResponseToJSON(json: any): ListVerificationProfilesResponse;
|
|
39
|
+
export declare function ListVerificationProfilesResponseToJSONTyped(value?: ListVerificationProfilesResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfListVerificationProfilesResponse = instanceOfListVerificationProfilesResponse;
|
|
17
|
+
exports.ListVerificationProfilesResponseFromJSON = ListVerificationProfilesResponseFromJSON;
|
|
18
|
+
exports.ListVerificationProfilesResponseFromJSONTyped = ListVerificationProfilesResponseFromJSONTyped;
|
|
19
|
+
exports.ListVerificationProfilesResponseToJSON = ListVerificationProfilesResponseToJSON;
|
|
20
|
+
exports.ListVerificationProfilesResponseToJSONTyped = ListVerificationProfilesResponseToJSONTyped;
|
|
21
|
+
const VerificationProfileResponse_1 = require("./VerificationProfileResponse");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ListVerificationProfilesResponse interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfListVerificationProfilesResponse(value) {
|
|
26
|
+
if (!('verificationProfiles' in value) || value['verificationProfiles'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('more' in value) || value['more'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function ListVerificationProfilesResponseFromJSON(json) {
|
|
33
|
+
return ListVerificationProfilesResponseFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function ListVerificationProfilesResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'verificationProfiles': (json['verificationProfiles'].map(VerificationProfileResponse_1.VerificationProfileResponseFromJSON)),
|
|
41
|
+
'more': json['more'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function ListVerificationProfilesResponseToJSON(json) {
|
|
45
|
+
return ListVerificationProfilesResponseToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function ListVerificationProfilesResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'verificationProfiles': (value['verificationProfiles'].map(VerificationProfileResponse_1.VerificationProfileResponseToJSON)),
|
|
53
|
+
'more': value['more'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface MexicoCurpProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface MexicoCurpProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* Curp status for the subject.
|
|
20
|
+
*
|
|
21
|
+
* Possible values:
|
|
22
|
+
* - AN: Alta Normal (Normal registration) - Active
|
|
23
|
+
* - AH: Alta con Homonimia (Registration with homonymy) - Active
|
|
24
|
+
* - RCC: Registro de cambio afectando a CURP (Change affecting CURP) - Active
|
|
25
|
+
* - RCN: Registro de cambio no afectando a CURP (Change not affecting CURP) - Active
|
|
26
|
+
* - BAP: Baja por documento apócrifo (Low due to apocryphal document) - Inactive
|
|
27
|
+
* - BSU: Baja sin uso (Low curp without use) - Inactive
|
|
28
|
+
* - BD: Baja por defunción (Low curp due to death) - Inactive
|
|
29
|
+
* - BDM: Baja administrativa (Low, due to administrative process) - Inactive
|
|
30
|
+
* - BDP: Baja por adopción (Low, due to adoption) - Inactive
|
|
31
|
+
* - BJD: Baja Judicial (Low for judicial reasons) - Inactive
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof MexicoCurpProviderOutput
|
|
34
|
+
*/
|
|
35
|
+
curpStatus?: string | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the MexicoCurpProviderOutput interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfMexicoCurpProviderOutput(value: object): value is MexicoCurpProviderOutput;
|
|
41
|
+
export declare function MexicoCurpProviderOutputFromJSON(json: any): MexicoCurpProviderOutput;
|
|
42
|
+
export declare function MexicoCurpProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): MexicoCurpProviderOutput;
|
|
43
|
+
export declare function MexicoCurpProviderOutputToJSON(json: any): MexicoCurpProviderOutput;
|
|
44
|
+
export declare function MexicoCurpProviderOutputToJSONTyped(value?: MexicoCurpProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfMexicoCurpProviderOutput = instanceOfMexicoCurpProviderOutput;
|
|
17
|
+
exports.MexicoCurpProviderOutputFromJSON = MexicoCurpProviderOutputFromJSON;
|
|
18
|
+
exports.MexicoCurpProviderOutputFromJSONTyped = MexicoCurpProviderOutputFromJSONTyped;
|
|
19
|
+
exports.MexicoCurpProviderOutputToJSON = MexicoCurpProviderOutputToJSON;
|
|
20
|
+
exports.MexicoCurpProviderOutputToJSONTyped = MexicoCurpProviderOutputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the MexicoCurpProviderOutput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfMexicoCurpProviderOutput(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function MexicoCurpProviderOutputFromJSON(json) {
|
|
28
|
+
return MexicoCurpProviderOutputFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function MexicoCurpProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'curpStatus': json['curpStatus'] == null ? undefined : json['curpStatus'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function MexicoCurpProviderOutputToJSON(json) {
|
|
39
|
+
return MexicoCurpProviderOutputToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function MexicoCurpProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'curpStatus': value['curpStatus'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { ContractIdentifierField } from './ContractIdentifierField';
|
|
12
13
|
import type { ContractField } from './ContractField';
|
|
13
14
|
import type { ProviderHealth } from './ProviderHealth';
|
|
14
15
|
import type { SubProviderMetadata } from './SubProviderMetadata';
|
|
@@ -156,6 +157,12 @@ export interface ProviderContract {
|
|
|
156
157
|
* @memberof ProviderContract
|
|
157
158
|
*/
|
|
158
159
|
availableFields?: Array<ContractField> | null;
|
|
160
|
+
/**
|
|
161
|
+
* Information about the identifiers this Provider returns in verification results.
|
|
162
|
+
* @type {Array<ContractIdentifierField>}
|
|
163
|
+
* @memberof ProviderContract
|
|
164
|
+
*/
|
|
165
|
+
availableIdentifiers?: Array<ContractIdentifierField> | null;
|
|
159
166
|
/**
|
|
160
167
|
* Metadata about the sub-providers which are available for this Provider.
|
|
161
168
|
*
|
|
@@ -18,6 +18,7 @@ exports.ProviderContractFromJSON = ProviderContractFromJSON;
|
|
|
18
18
|
exports.ProviderContractFromJSONTyped = ProviderContractFromJSONTyped;
|
|
19
19
|
exports.ProviderContractToJSON = ProviderContractToJSON;
|
|
20
20
|
exports.ProviderContractToJSONTyped = ProviderContractToJSONTyped;
|
|
21
|
+
const ContractIdentifierField_1 = require("./ContractIdentifierField");
|
|
21
22
|
const ContractField_1 = require("./ContractField");
|
|
22
23
|
const ProviderHealth_1 = require("./ProviderHealth");
|
|
23
24
|
const SubProviderMetadata_1 = require("./SubProviderMetadata");
|
|
@@ -88,6 +89,7 @@ function ProviderContractFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
88
89
|
'supportsAdvancedProviderSessions': json['supportsAdvancedProviderSessions'],
|
|
89
90
|
'supportsDirectProviderSessions': json['supportsDirectProviderSessions'],
|
|
90
91
|
'availableFields': json['availableFields'] == null ? undefined : (json['availableFields'].map(ContractField_1.ContractFieldFromJSON)),
|
|
92
|
+
'availableIdentifiers': json['availableIdentifiers'] == null ? undefined : (json['availableIdentifiers'].map(ContractIdentifierField_1.ContractIdentifierFieldFromJSON)),
|
|
91
93
|
'subProviders': json['subProviders'] == null ? undefined : (json['subProviders'].map(SubProviderMetadata_1.SubProviderMetadataFromJSON)),
|
|
92
94
|
'health': (0, ProviderHealth_1.ProviderHealthFromJSON)(json['health']),
|
|
93
95
|
};
|
|
@@ -117,6 +119,7 @@ function ProviderContractToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
117
119
|
'supportsAdvancedProviderSessions': value['supportsAdvancedProviderSessions'],
|
|
118
120
|
'supportsDirectProviderSessions': value['supportsDirectProviderSessions'],
|
|
119
121
|
'availableFields': value['availableFields'] == null ? undefined : (value['availableFields'].map(ContractField_1.ContractFieldToJSON)),
|
|
122
|
+
'availableIdentifiers': value['availableIdentifiers'] == null ? undefined : (value['availableIdentifiers'].map(ContractIdentifierField_1.ContractIdentifierFieldToJSON)),
|
|
120
123
|
'subProviders': value['subProviders'] == null ? undefined : (value['subProviders'].map(SubProviderMetadata_1.SubProviderMetadataToJSON)),
|
|
121
124
|
'health': (0, ProviderHealth_1.ProviderHealthToJSON)(value['health']),
|
|
122
125
|
};
|
|
@@ -0,0 +1,47 @@
|
|
|
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 type { FaydaProviderOutput } from './FaydaProviderOutput';
|
|
13
|
+
import type { MexicoCurpProviderOutput } from './MexicoCurpProviderOutput';
|
|
14
|
+
import type { SpidProviderOutput } from './SpidProviderOutput';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ProviderOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface ProviderOutput {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {SpidProviderOutput}
|
|
24
|
+
* @memberof ProviderOutput
|
|
25
|
+
*/
|
|
26
|
+
italySpid?: SpidProviderOutput | null;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {MexicoCurpProviderOutput}
|
|
30
|
+
* @memberof ProviderOutput
|
|
31
|
+
*/
|
|
32
|
+
mexicoCurpLookup?: MexicoCurpProviderOutput | null;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {FaydaProviderOutput}
|
|
36
|
+
* @memberof ProviderOutput
|
|
37
|
+
*/
|
|
38
|
+
ethiopiaFayda?: FaydaProviderOutput | null;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the ProviderOutput interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfProviderOutput(value: object): value is ProviderOutput;
|
|
44
|
+
export declare function ProviderOutputFromJSON(json: any): ProviderOutput;
|
|
45
|
+
export declare function ProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProviderOutput;
|
|
46
|
+
export declare function ProviderOutputToJSON(json: any): ProviderOutput;
|
|
47
|
+
export declare function ProviderOutputToJSONTyped(value?: ProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfProviderOutput = instanceOfProviderOutput;
|
|
17
|
+
exports.ProviderOutputFromJSON = ProviderOutputFromJSON;
|
|
18
|
+
exports.ProviderOutputFromJSONTyped = ProviderOutputFromJSONTyped;
|
|
19
|
+
exports.ProviderOutputToJSON = ProviderOutputToJSON;
|
|
20
|
+
exports.ProviderOutputToJSONTyped = ProviderOutputToJSONTyped;
|
|
21
|
+
const FaydaProviderOutput_1 = require("./FaydaProviderOutput");
|
|
22
|
+
const MexicoCurpProviderOutput_1 = require("./MexicoCurpProviderOutput");
|
|
23
|
+
const SpidProviderOutput_1 = require("./SpidProviderOutput");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the ProviderOutput interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfProviderOutput(value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function ProviderOutputFromJSON(json) {
|
|
31
|
+
return ProviderOutputFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function ProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'italySpid': json['italy-spid'] == null ? undefined : (0, SpidProviderOutput_1.SpidProviderOutputFromJSON)(json['italy-spid']),
|
|
39
|
+
'mexicoCurpLookup': json['mexico-curp-lookup'] == null ? undefined : (0, MexicoCurpProviderOutput_1.MexicoCurpProviderOutputFromJSON)(json['mexico-curp-lookup']),
|
|
40
|
+
'ethiopiaFayda': json['ethiopia-fayda'] == null ? undefined : (0, FaydaProviderOutput_1.FaydaProviderOutputFromJSON)(json['ethiopia-fayda']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function ProviderOutputToJSON(json) {
|
|
44
|
+
return ProviderOutputToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function ProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'italy-spid': (0, SpidProviderOutput_1.SpidProviderOutputToJSON)(value['italySpid']),
|
|
52
|
+
'mexico-curp-lookup': (0, MexicoCurpProviderOutput_1.MexicoCurpProviderOutputToJSON)(value['mexicoCurpLookup']),
|
|
53
|
+
'ethiopia-fayda': (0, FaydaProviderOutput_1.FaydaProviderOutputToJSON)(value['ethiopiaFayda']),
|
|
54
|
+
};
|
|
55
|
+
}
|