@trinsic/api 2.2.0 → 2.3.0-alpha2
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 +23 -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/AttachmentAccessKeys.d.ts +6 -0
- package/dist/esm/models/AttachmentAccessKeys.js +2 -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/KenyaNidBiometric2Input.d.ts +47 -0
- package/dist/esm/models/KenyaNidBiometric2Input.js +45 -0
- package/dist/esm/models/KenyaNidInput.d.ts +1 -1
- package/dist/esm/models/KenyaNidLookup2Input.d.ts +32 -0
- package/dist/esm/models/KenyaNidLookup2Input.js +41 -0
- package/dist/esm/models/KenyaNidMatch2Input.d.ts +63 -0
- package/dist/esm/models/KenyaNidMatch2Input.js +52 -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/NigeriaNinInput.d.ts +1 -1
- package/dist/esm/models/PhilippinesDigitalNidProviderOutput.d.ts +32 -0
- package/dist/esm/models/PhilippinesDigitalNidProviderOutput.js +43 -0
- package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.d.ts +32 -0
- package/dist/esm/models/PhilippinesPhysicalNidProviderOutput.js +43 -0
- package/dist/esm/models/ProviderContract.d.ts +7 -0
- package/dist/esm/models/ProviderContract.js +3 -0
- package/dist/esm/models/ProviderInput.d.ts +28 -0
- package/dist/esm/models/ProviderInput.js +12 -0
- package/dist/esm/models/ProviderOutput.d.ts +61 -0
- package/dist/esm/models/ProviderOutput.js +54 -0
- package/dist/esm/models/RedirectUriResponse.d.ts +38 -0
- package/dist/esm/models/RedirectUriResponse.js +47 -0
- package/dist/esm/models/SexV1.d.ts +27 -0
- package/dist/esm/models/SexV1.js +45 -0
- package/dist/esm/models/SouthAfricaNidInput.d.ts +1 -1
- package/dist/esm/models/SouthAfricaNidLookup2Input.d.ts +32 -0
- package/dist/esm/models/SouthAfricaNidLookup2Input.js +41 -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 +124 -0
- package/dist/esm/models/SpidProviderOutput.js +72 -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 +21 -0
- package/dist/esm/models/index.js +21 -0
- package/dist/models/AddRedirectUriResponse.d.ts +32 -0
- package/dist/models/AddRedirectUriResponse.js +50 -0
- package/dist/models/AttachmentAccessKeys.d.ts +6 -0
- package/dist/models/AttachmentAccessKeys.js +2 -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/KenyaNidBiometric2Input.d.ts +47 -0
- package/dist/models/KenyaNidBiometric2Input.js +52 -0
- package/dist/models/KenyaNidInput.d.ts +1 -1
- package/dist/models/KenyaNidLookup2Input.d.ts +32 -0
- package/dist/models/KenyaNidLookup2Input.js +48 -0
- package/dist/models/KenyaNidMatch2Input.d.ts +63 -0
- package/dist/models/KenyaNidMatch2Input.js +59 -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/NigeriaNinInput.d.ts +1 -1
- package/dist/models/PhilippinesDigitalNidProviderOutput.d.ts +32 -0
- package/dist/models/PhilippinesDigitalNidProviderOutput.js +50 -0
- package/dist/models/PhilippinesPhysicalNidProviderOutput.d.ts +32 -0
- package/dist/models/PhilippinesPhysicalNidProviderOutput.js +50 -0
- package/dist/models/ProviderContract.d.ts +7 -0
- package/dist/models/ProviderContract.js +3 -0
- package/dist/models/ProviderInput.d.ts +28 -0
- package/dist/models/ProviderInput.js +12 -0
- package/dist/models/ProviderOutput.d.ts +61 -0
- package/dist/models/ProviderOutput.js +61 -0
- package/dist/models/RedirectUriResponse.d.ts +38 -0
- package/dist/models/RedirectUriResponse.js +54 -0
- package/dist/models/SexV1.d.ts +27 -0
- package/dist/models/SexV1.js +53 -0
- package/dist/models/SouthAfricaNidInput.d.ts +1 -1
- package/dist/models/SouthAfricaNidLookup2Input.d.ts +32 -0
- package/dist/models/SouthAfricaNidLookup2Input.js +48 -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 +124 -0
- package/dist/models/SpidProviderOutput.js +79 -0
- package/dist/models/VerificationProfileResponse.d.ts +62 -0
- package/dist/models/VerificationProfileResponse.js +70 -0
- package/dist/models/index.d.ts +21 -0
- package/dist/models/index.js +21 -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/AttachmentAccessKeys.ts +8 -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/KenyaNidBiometric2Input.ts +84 -0
- package/src/models/KenyaNidInput.ts +1 -1
- package/src/models/KenyaNidLookup2Input.ts +65 -0
- package/src/models/KenyaNidMatch2Input.ts +115 -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/NigeriaNinInput.ts +1 -1
- package/src/models/PhilippinesDigitalNidProviderOutput.ts +66 -0
- package/src/models/PhilippinesPhysicalNidProviderOutput.ts +66 -0
- package/src/models/ProviderContract.ts +15 -0
- package/src/models/ProviderInput.ts +60 -0
- package/src/models/ProviderOutput.ts +133 -0
- package/src/models/RedirectUriResponse.ts +75 -0
- package/src/models/SexV1.ts +55 -0
- package/src/models/SouthAfricaNidInput.ts +1 -1
- package/src/models/SouthAfricaNidLookup2Input.ts +65 -0
- package/src/models/SpidBillingInformation.ts +88 -0
- package/src/models/SpidInput.ts +13 -0
- package/src/models/SpidProviderOutput.ts +192 -0
- package/src/models/VerificationProfileResponse.ts +111 -0
- package/src/models/index.ts +21 -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.instanceOfKenyaNidLookup2Input = instanceOfKenyaNidLookup2Input;
|
|
17
|
+
exports.KenyaNidLookup2InputFromJSON = KenyaNidLookup2InputFromJSON;
|
|
18
|
+
exports.KenyaNidLookup2InputFromJSONTyped = KenyaNidLookup2InputFromJSONTyped;
|
|
19
|
+
exports.KenyaNidLookup2InputToJSON = KenyaNidLookup2InputToJSON;
|
|
20
|
+
exports.KenyaNidLookup2InputToJSONTyped = KenyaNidLookup2InputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the KenyaNidLookup2Input interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfKenyaNidLookup2Input(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function KenyaNidLookup2InputFromJSON(json) {
|
|
28
|
+
return KenyaNidLookup2InputFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function KenyaNidLookup2InputFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'idNumber': json['idNumber'] == null ? undefined : json['idNumber'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function KenyaNidLookup2InputToJSON(json) {
|
|
39
|
+
return KenyaNidLookup2InputToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function KenyaNidLookup2InputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'idNumber': value['idNumber'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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 { SexV1 } from './SexV1';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface KenyaNidMatch2Input
|
|
17
|
+
*/
|
|
18
|
+
export interface KenyaNidMatch2Input {
|
|
19
|
+
/**
|
|
20
|
+
* The user's Kenyan National ID number
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof KenyaNidMatch2Input
|
|
23
|
+
*/
|
|
24
|
+
idNumber?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
* The user's first name as it appears in their National ID
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof KenyaNidMatch2Input
|
|
29
|
+
*/
|
|
30
|
+
givenName?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
* The user's last name as it appears in their National ID
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof KenyaNidMatch2Input
|
|
35
|
+
*/
|
|
36
|
+
familyName?: string | null;
|
|
37
|
+
/**
|
|
38
|
+
* The user's middle name as it appears in their National ID (optional)
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof KenyaNidMatch2Input
|
|
41
|
+
*/
|
|
42
|
+
middleName?: string | null;
|
|
43
|
+
/**
|
|
44
|
+
* The user's date of birth, in `YYYY-MM-DD` format
|
|
45
|
+
* @type {Date}
|
|
46
|
+
* @memberof KenyaNidMatch2Input
|
|
47
|
+
*/
|
|
48
|
+
dateOfBirth?: Date | null;
|
|
49
|
+
/**
|
|
50
|
+
* The user's sex as it appears in their National ID
|
|
51
|
+
* @type {SexV1}
|
|
52
|
+
* @memberof KenyaNidMatch2Input
|
|
53
|
+
*/
|
|
54
|
+
sex?: SexV1 | null;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Check if a given object implements the KenyaNidMatch2Input interface.
|
|
58
|
+
*/
|
|
59
|
+
export declare function instanceOfKenyaNidMatch2Input(value: object): value is KenyaNidMatch2Input;
|
|
60
|
+
export declare function KenyaNidMatch2InputFromJSON(json: any): KenyaNidMatch2Input;
|
|
61
|
+
export declare function KenyaNidMatch2InputFromJSONTyped(json: any, ignoreDiscriminator: boolean): KenyaNidMatch2Input;
|
|
62
|
+
export declare function KenyaNidMatch2InputToJSON(json: any): KenyaNidMatch2Input;
|
|
63
|
+
export declare function KenyaNidMatch2InputToJSONTyped(value?: KenyaNidMatch2Input | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,59 @@
|
|
|
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.instanceOfKenyaNidMatch2Input = instanceOfKenyaNidMatch2Input;
|
|
17
|
+
exports.KenyaNidMatch2InputFromJSON = KenyaNidMatch2InputFromJSON;
|
|
18
|
+
exports.KenyaNidMatch2InputFromJSONTyped = KenyaNidMatch2InputFromJSONTyped;
|
|
19
|
+
exports.KenyaNidMatch2InputToJSON = KenyaNidMatch2InputToJSON;
|
|
20
|
+
exports.KenyaNidMatch2InputToJSONTyped = KenyaNidMatch2InputToJSONTyped;
|
|
21
|
+
const SexV1_1 = require("./SexV1");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the KenyaNidMatch2Input interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfKenyaNidMatch2Input(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function KenyaNidMatch2InputFromJSON(json) {
|
|
29
|
+
return KenyaNidMatch2InputFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function KenyaNidMatch2InputFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'idNumber': json['idNumber'] == null ? undefined : json['idNumber'],
|
|
37
|
+
'givenName': json['givenName'] == null ? undefined : json['givenName'],
|
|
38
|
+
'familyName': json['familyName'] == null ? undefined : json['familyName'],
|
|
39
|
+
'middleName': json['middleName'] == null ? undefined : json['middleName'],
|
|
40
|
+
'dateOfBirth': json['dateOfBirth'] == null ? undefined : (new Date(json['dateOfBirth'])),
|
|
41
|
+
'sex': json['sex'] == null ? undefined : (0, SexV1_1.SexV1FromJSON)(json['sex']),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function KenyaNidMatch2InputToJSON(json) {
|
|
45
|
+
return KenyaNidMatch2InputToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function KenyaNidMatch2InputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'idNumber': value['idNumber'],
|
|
53
|
+
'givenName': value['givenName'],
|
|
54
|
+
'familyName': value['familyName'],
|
|
55
|
+
'middleName': value['middleName'],
|
|
56
|
+
'dateOfBirth': value['dateOfBirth'] == null ? undefined : (value['dateOfBirth'].toISOString().substring(0, 10)),
|
|
57
|
+
'sex': (0, SexV1_1.SexV1ToJSON)(value['sex']),
|
|
58
|
+
};
|
|
59
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 PhilippinesDigitalNidProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface PhilippinesDigitalNidProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* The PhilSys card number.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PhilippinesDigitalNidProviderOutput
|
|
22
|
+
*/
|
|
23
|
+
philsysCardNumber: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the PhilippinesDigitalNidProviderOutput interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfPhilippinesDigitalNidProviderOutput(value: object): value is PhilippinesDigitalNidProviderOutput;
|
|
29
|
+
export declare function PhilippinesDigitalNidProviderOutputFromJSON(json: any): PhilippinesDigitalNidProviderOutput;
|
|
30
|
+
export declare function PhilippinesDigitalNidProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PhilippinesDigitalNidProviderOutput;
|
|
31
|
+
export declare function PhilippinesDigitalNidProviderOutputToJSON(json: any): PhilippinesDigitalNidProviderOutput;
|
|
32
|
+
export declare function PhilippinesDigitalNidProviderOutputToJSONTyped(value?: PhilippinesDigitalNidProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfPhilippinesDigitalNidProviderOutput = instanceOfPhilippinesDigitalNidProviderOutput;
|
|
17
|
+
exports.PhilippinesDigitalNidProviderOutputFromJSON = PhilippinesDigitalNidProviderOutputFromJSON;
|
|
18
|
+
exports.PhilippinesDigitalNidProviderOutputFromJSONTyped = PhilippinesDigitalNidProviderOutputFromJSONTyped;
|
|
19
|
+
exports.PhilippinesDigitalNidProviderOutputToJSON = PhilippinesDigitalNidProviderOutputToJSON;
|
|
20
|
+
exports.PhilippinesDigitalNidProviderOutputToJSONTyped = PhilippinesDigitalNidProviderOutputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the PhilippinesDigitalNidProviderOutput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfPhilippinesDigitalNidProviderOutput(value) {
|
|
25
|
+
if (!('philsysCardNumber' in value) || value['philsysCardNumber'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function PhilippinesDigitalNidProviderOutputFromJSON(json) {
|
|
30
|
+
return PhilippinesDigitalNidProviderOutputFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function PhilippinesDigitalNidProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'philsysCardNumber': json['philsysCardNumber'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function PhilippinesDigitalNidProviderOutputToJSON(json) {
|
|
41
|
+
return PhilippinesDigitalNidProviderOutputToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function PhilippinesDigitalNidProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'philsysCardNumber': value['philsysCardNumber'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 PhilippinesPhysicalNidProviderOutput
|
|
16
|
+
*/
|
|
17
|
+
export interface PhilippinesPhysicalNidProviderOutput {
|
|
18
|
+
/**
|
|
19
|
+
* The PhilSys card number.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PhilippinesPhysicalNidProviderOutput
|
|
22
|
+
*/
|
|
23
|
+
philsysCardNumber: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the PhilippinesPhysicalNidProviderOutput interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfPhilippinesPhysicalNidProviderOutput(value: object): value is PhilippinesPhysicalNidProviderOutput;
|
|
29
|
+
export declare function PhilippinesPhysicalNidProviderOutputFromJSON(json: any): PhilippinesPhysicalNidProviderOutput;
|
|
30
|
+
export declare function PhilippinesPhysicalNidProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PhilippinesPhysicalNidProviderOutput;
|
|
31
|
+
export declare function PhilippinesPhysicalNidProviderOutputToJSON(json: any): PhilippinesPhysicalNidProviderOutput;
|
|
32
|
+
export declare function PhilippinesPhysicalNidProviderOutputToJSONTyped(value?: PhilippinesPhysicalNidProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
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.instanceOfPhilippinesPhysicalNidProviderOutput = instanceOfPhilippinesPhysicalNidProviderOutput;
|
|
17
|
+
exports.PhilippinesPhysicalNidProviderOutputFromJSON = PhilippinesPhysicalNidProviderOutputFromJSON;
|
|
18
|
+
exports.PhilippinesPhysicalNidProviderOutputFromJSONTyped = PhilippinesPhysicalNidProviderOutputFromJSONTyped;
|
|
19
|
+
exports.PhilippinesPhysicalNidProviderOutputToJSON = PhilippinesPhysicalNidProviderOutputToJSON;
|
|
20
|
+
exports.PhilippinesPhysicalNidProviderOutputToJSONTyped = PhilippinesPhysicalNidProviderOutputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the PhilippinesPhysicalNidProviderOutput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfPhilippinesPhysicalNidProviderOutput(value) {
|
|
25
|
+
if (!('philsysCardNumber' in value) || value['philsysCardNumber'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function PhilippinesPhysicalNidProviderOutputFromJSON(json) {
|
|
30
|
+
return PhilippinesPhysicalNidProviderOutputFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function PhilippinesPhysicalNidProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'philsysCardNumber': json['philsysCardNumber'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function PhilippinesPhysicalNidProviderOutputToJSON(json) {
|
|
41
|
+
return PhilippinesPhysicalNidProviderOutputToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function PhilippinesPhysicalNidProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'philsysCardNumber': value['philsysCardNumber'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -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
|
*
|