@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
|
@@ -19,14 +19,18 @@ import type { SouthAfricaNidInput } from './SouthAfricaNidInput';
|
|
|
19
19
|
import type { PhilippineMatchInput } from './PhilippineMatchInput';
|
|
20
20
|
import type { PhilippineQRInput } from './PhilippineQRInput';
|
|
21
21
|
import type { BangladeshNidInput } from './BangladeshNidInput';
|
|
22
|
+
import type { KenyaNidBiometric2Input } from './KenyaNidBiometric2Input';
|
|
22
23
|
import type { AadhaarInput } from './AadhaarInput';
|
|
23
24
|
import type { KenyaNidInput } from './KenyaNidInput';
|
|
24
25
|
import type { NigeriaNinInput } from './NigeriaNinInput';
|
|
25
26
|
import type { SmartIdInput } from './SmartIdInput';
|
|
26
27
|
import type { IndonesiaDukcapilMatchInput } from './IndonesiaDukcapilMatchInput';
|
|
28
|
+
import type { KenyaNidLookup2Input } from './KenyaNidLookup2Input';
|
|
29
|
+
import type { KenyaNidMatch2Input } from './KenyaNidMatch2Input';
|
|
27
30
|
import type { MobileIdInput } from './MobileIdInput';
|
|
28
31
|
import type { GoogleWalletInput } from './GoogleWalletInput';
|
|
29
32
|
import type { TrinsicTestDatabaseLookupInput } from './TrinsicTestDatabaseLookupInput';
|
|
33
|
+
import type { SouthAfricaNidLookup2Input } from './SouthAfricaNidLookup2Input';
|
|
30
34
|
import type { IndonesiaNikInput } from './IndonesiaNikInput';
|
|
31
35
|
import type { IdinInput } from './IdinInput';
|
|
32
36
|
/**
|
|
@@ -35,6 +39,12 @@ import type { IdinInput } from './IdinInput';
|
|
|
35
39
|
* @interface ProviderInput
|
|
36
40
|
*/
|
|
37
41
|
export interface ProviderInput {
|
|
42
|
+
/**
|
|
43
|
+
* Input for the `kenya-nid-match-biometric-2` provider
|
|
44
|
+
* @type {KenyaNidBiometric2Input}
|
|
45
|
+
* @memberof ProviderInput
|
|
46
|
+
*/
|
|
47
|
+
kenyaBiometric2?: KenyaNidBiometric2Input | null;
|
|
38
48
|
/**
|
|
39
49
|
* Input for the `indonesia-nik-lookup` provider
|
|
40
50
|
* @type {IndonesiaNikInput}
|
|
@@ -65,6 +75,24 @@ export interface ProviderInput {
|
|
|
65
75
|
* @memberof ProviderInput
|
|
66
76
|
*/
|
|
67
77
|
kenyaNid?: KenyaNidInput | null;
|
|
78
|
+
/**
|
|
79
|
+
* Input for the `kenya-nid-match-2` provider
|
|
80
|
+
* @type {KenyaNidMatch2Input}
|
|
81
|
+
* @memberof ProviderInput
|
|
82
|
+
*/
|
|
83
|
+
kenyaNidMatch2?: KenyaNidMatch2Input | null;
|
|
84
|
+
/**
|
|
85
|
+
* Input for the `kenya-nid-lookup-2` provider
|
|
86
|
+
* @type {KenyaNidLookup2Input}
|
|
87
|
+
* @memberof ProviderInput
|
|
88
|
+
*/
|
|
89
|
+
kenyaNidLookup2?: KenyaNidLookup2Input | null;
|
|
90
|
+
/**
|
|
91
|
+
* Input for the `south-africa-nid-lookup-2` provider
|
|
92
|
+
* @type {SouthAfricaNidLookup2Input}
|
|
93
|
+
* @memberof ProviderInput
|
|
94
|
+
*/
|
|
95
|
+
southAfricaNidLookup2?: SouthAfricaNidLookup2Input | null;
|
|
68
96
|
/**
|
|
69
97
|
* Input for the `nigeria-nin-lookup` provider
|
|
70
98
|
* @type {NigeriaNinInput}
|
|
@@ -21,14 +21,18 @@ import { SouthAfricaNidInputFromJSON, SouthAfricaNidInputToJSON, } from './South
|
|
|
21
21
|
import { PhilippineMatchInputFromJSON, PhilippineMatchInputToJSON, } from './PhilippineMatchInput';
|
|
22
22
|
import { PhilippineQRInputFromJSON, PhilippineQRInputToJSON, } from './PhilippineQRInput';
|
|
23
23
|
import { BangladeshNidInputFromJSON, BangladeshNidInputToJSON, } from './BangladeshNidInput';
|
|
24
|
+
import { KenyaNidBiometric2InputFromJSON, KenyaNidBiometric2InputToJSON, } from './KenyaNidBiometric2Input';
|
|
24
25
|
import { AadhaarInputFromJSON, AadhaarInputToJSON, } from './AadhaarInput';
|
|
25
26
|
import { KenyaNidInputFromJSON, KenyaNidInputToJSON, } from './KenyaNidInput';
|
|
26
27
|
import { NigeriaNinInputFromJSON, NigeriaNinInputToJSON, } from './NigeriaNinInput';
|
|
27
28
|
import { SmartIdInputFromJSON, SmartIdInputToJSON, } from './SmartIdInput';
|
|
28
29
|
import { IndonesiaDukcapilMatchInputFromJSON, IndonesiaDukcapilMatchInputToJSON, } from './IndonesiaDukcapilMatchInput';
|
|
30
|
+
import { KenyaNidLookup2InputFromJSON, KenyaNidLookup2InputToJSON, } from './KenyaNidLookup2Input';
|
|
31
|
+
import { KenyaNidMatch2InputFromJSON, KenyaNidMatch2InputToJSON, } from './KenyaNidMatch2Input';
|
|
29
32
|
import { MobileIdInputFromJSON, MobileIdInputToJSON, } from './MobileIdInput';
|
|
30
33
|
import { GoogleWalletInputFromJSON, GoogleWalletInputToJSON, } from './GoogleWalletInput';
|
|
31
34
|
import { TrinsicTestDatabaseLookupInputFromJSON, TrinsicTestDatabaseLookupInputToJSON, } from './TrinsicTestDatabaseLookupInput';
|
|
35
|
+
import { SouthAfricaNidLookup2InputFromJSON, SouthAfricaNidLookup2InputToJSON, } from './SouthAfricaNidLookup2Input';
|
|
32
36
|
import { IndonesiaNikInputFromJSON, IndonesiaNikInputToJSON, } from './IndonesiaNikInput';
|
|
33
37
|
import { IdinInputFromJSON, IdinInputToJSON, } from './IdinInput';
|
|
34
38
|
/**
|
|
@@ -45,11 +49,15 @@ export function ProviderInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
45
49
|
return json;
|
|
46
50
|
}
|
|
47
51
|
return {
|
|
52
|
+
'kenyaBiometric2': json['kenyaBiometric2'] == null ? undefined : KenyaNidBiometric2InputFromJSON(json['kenyaBiometric2']),
|
|
48
53
|
'indonesiaNik': json['indonesiaNik'] == null ? undefined : IndonesiaNikInputFromJSON(json['indonesiaNik']),
|
|
49
54
|
'indonesiaDukcapilMatch': json['indonesiaDukcapilMatch'] == null ? undefined : IndonesiaDukcapilMatchInputFromJSON(json['indonesiaDukcapilMatch']),
|
|
50
55
|
'mexicoCurp': json['mexicoCurp'] == null ? undefined : MexicoCurpInputFromJSON(json['mexicoCurp']),
|
|
51
56
|
'southAfricaNid': json['southAfricaNid'] == null ? undefined : SouthAfricaNidInputFromJSON(json['southAfricaNid']),
|
|
52
57
|
'kenyaNid': json['kenyaNid'] == null ? undefined : KenyaNidInputFromJSON(json['kenyaNid']),
|
|
58
|
+
'kenyaNidMatch2': json['kenyaNidMatch2'] == null ? undefined : KenyaNidMatch2InputFromJSON(json['kenyaNidMatch2']),
|
|
59
|
+
'kenyaNidLookup2': json['kenyaNidLookup2'] == null ? undefined : KenyaNidLookup2InputFromJSON(json['kenyaNidLookup2']),
|
|
60
|
+
'southAfricaNidLookup2': json['southAfricaNidLookup2'] == null ? undefined : SouthAfricaNidLookup2InputFromJSON(json['southAfricaNidLookup2']),
|
|
53
61
|
'nigeriaNin': json['nigeriaNin'] == null ? undefined : NigeriaNinInputFromJSON(json['nigeriaNin']),
|
|
54
62
|
'aadhaar': json['aadhaar'] == null ? undefined : AadhaarInputFromJSON(json['aadhaar']),
|
|
55
63
|
'bangladeshNationalId': json['bangladeshNationalId'] == null ? undefined : BangladeshNidInputFromJSON(json['bangladeshNationalId']),
|
|
@@ -75,11 +83,15 @@ export function ProviderInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
75
83
|
return value;
|
|
76
84
|
}
|
|
77
85
|
return {
|
|
86
|
+
'kenyaBiometric2': KenyaNidBiometric2InputToJSON(value['kenyaBiometric2']),
|
|
78
87
|
'indonesiaNik': IndonesiaNikInputToJSON(value['indonesiaNik']),
|
|
79
88
|
'indonesiaDukcapilMatch': IndonesiaDukcapilMatchInputToJSON(value['indonesiaDukcapilMatch']),
|
|
80
89
|
'mexicoCurp': MexicoCurpInputToJSON(value['mexicoCurp']),
|
|
81
90
|
'southAfricaNid': SouthAfricaNidInputToJSON(value['southAfricaNid']),
|
|
82
91
|
'kenyaNid': KenyaNidInputToJSON(value['kenyaNid']),
|
|
92
|
+
'kenyaNidMatch2': KenyaNidMatch2InputToJSON(value['kenyaNidMatch2']),
|
|
93
|
+
'kenyaNidLookup2': KenyaNidLookup2InputToJSON(value['kenyaNidLookup2']),
|
|
94
|
+
'southAfricaNidLookup2': SouthAfricaNidLookup2InputToJSON(value['southAfricaNidLookup2']),
|
|
83
95
|
'nigeriaNin': NigeriaNinInputToJSON(value['nigeriaNin']),
|
|
84
96
|
'aadhaar': AadhaarInputToJSON(value['aadhaar']),
|
|
85
97
|
'bangladeshNationalId': BangladeshNidInputToJSON(value['bangladeshNationalId']),
|
|
@@ -0,0 +1,61 @@
|
|
|
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 { PhilippinesPhysicalNidProviderOutput } from './PhilippinesPhysicalNidProviderOutput';
|
|
15
|
+
import type { PhilippinesDigitalNidProviderOutput } from './PhilippinesDigitalNidProviderOutput';
|
|
16
|
+
import type { SpidProviderOutput } from './SpidProviderOutput';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ProviderOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ProviderOutput {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {SpidProviderOutput}
|
|
26
|
+
* @memberof ProviderOutput
|
|
27
|
+
*/
|
|
28
|
+
italySpid?: SpidProviderOutput | null;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {MexicoCurpProviderOutput}
|
|
32
|
+
* @memberof ProviderOutput
|
|
33
|
+
*/
|
|
34
|
+
mexicoCurpLookup?: MexicoCurpProviderOutput | null;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {FaydaProviderOutput}
|
|
38
|
+
* @memberof ProviderOutput
|
|
39
|
+
*/
|
|
40
|
+
ethiopiaFayda?: FaydaProviderOutput | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {PhilippinesPhysicalNidProviderOutput}
|
|
44
|
+
* @memberof ProviderOutput
|
|
45
|
+
*/
|
|
46
|
+
philippinesPhysicalNationalIdQr?: PhilippinesPhysicalNidProviderOutput | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {PhilippinesDigitalNidProviderOutput}
|
|
50
|
+
* @memberof ProviderOutput
|
|
51
|
+
*/
|
|
52
|
+
philippinesDigitalNationalIdQr?: PhilippinesDigitalNidProviderOutput | null;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Check if a given object implements the ProviderOutput interface.
|
|
56
|
+
*/
|
|
57
|
+
export declare function instanceOfProviderOutput(value: object): value is ProviderOutput;
|
|
58
|
+
export declare function ProviderOutputFromJSON(json: any): ProviderOutput;
|
|
59
|
+
export declare function ProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProviderOutput;
|
|
60
|
+
export declare function ProviderOutputToJSON(json: any): ProviderOutput;
|
|
61
|
+
export declare function ProviderOutputToJSONTyped(value?: ProviderOutput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { FaydaProviderOutputFromJSON, FaydaProviderOutputToJSON, } from './FaydaProviderOutput';
|
|
15
|
+
import { MexicoCurpProviderOutputFromJSON, MexicoCurpProviderOutputToJSON, } from './MexicoCurpProviderOutput';
|
|
16
|
+
import { PhilippinesPhysicalNidProviderOutputFromJSON, PhilippinesPhysicalNidProviderOutputToJSON, } from './PhilippinesPhysicalNidProviderOutput';
|
|
17
|
+
import { PhilippinesDigitalNidProviderOutputFromJSON, PhilippinesDigitalNidProviderOutputToJSON, } from './PhilippinesDigitalNidProviderOutput';
|
|
18
|
+
import { SpidProviderOutputFromJSON, SpidProviderOutputToJSON, } from './SpidProviderOutput';
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the ProviderOutput interface.
|
|
21
|
+
*/
|
|
22
|
+
export function instanceOfProviderOutput(value) {
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
export function ProviderOutputFromJSON(json) {
|
|
26
|
+
return ProviderOutputFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function ProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'italySpid': json['italy-spid'] == null ? undefined : SpidProviderOutputFromJSON(json['italy-spid']),
|
|
34
|
+
'mexicoCurpLookup': json['mexico-curp-lookup'] == null ? undefined : MexicoCurpProviderOutputFromJSON(json['mexico-curp-lookup']),
|
|
35
|
+
'ethiopiaFayda': json['ethiopia-fayda'] == null ? undefined : FaydaProviderOutputFromJSON(json['ethiopia-fayda']),
|
|
36
|
+
'philippinesPhysicalNationalIdQr': json['philippines-physical-national-id-qr'] == null ? undefined : PhilippinesPhysicalNidProviderOutputFromJSON(json['philippines-physical-national-id-qr']),
|
|
37
|
+
'philippinesDigitalNationalIdQr': json['philippines-digital-national-id-qr'] == null ? undefined : PhilippinesDigitalNidProviderOutputFromJSON(json['philippines-digital-national-id-qr']),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export function ProviderOutputToJSON(json) {
|
|
41
|
+
return ProviderOutputToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
export function ProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'italy-spid': SpidProviderOutputToJSON(value['italySpid']),
|
|
49
|
+
'mexico-curp-lookup': MexicoCurpProviderOutputToJSON(value['mexicoCurpLookup']),
|
|
50
|
+
'ethiopia-fayda': FaydaProviderOutputToJSON(value['ethiopiaFayda']),
|
|
51
|
+
'philippines-physical-national-id-qr': PhilippinesPhysicalNidProviderOutputToJSON(value['philippinesPhysicalNationalIdQr']),
|
|
52
|
+
'philippines-digital-national-id-qr': PhilippinesDigitalNidProviderOutputToJSON(value['philippinesDigitalNationalIdQr']),
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 RedirectUriResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface RedirectUriResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof RedirectUriResponse
|
|
22
|
+
*/
|
|
23
|
+
id: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RedirectUriResponse
|
|
28
|
+
*/
|
|
29
|
+
uri: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the RedirectUriResponse interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfRedirectUriResponse(value: object): value is RedirectUriResponse;
|
|
35
|
+
export declare function RedirectUriResponseFromJSON(json: any): RedirectUriResponse;
|
|
36
|
+
export declare function RedirectUriResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): RedirectUriResponse;
|
|
37
|
+
export declare function RedirectUriResponseToJSON(json: any): RedirectUriResponse;
|
|
38
|
+
export declare function RedirectUriResponseToJSONTyped(value?: RedirectUriResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the RedirectUriResponse interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfRedirectUriResponse(value) {
|
|
18
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('uri' in value) || value['uri'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
export function RedirectUriResponseFromJSON(json) {
|
|
25
|
+
return RedirectUriResponseFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function RedirectUriResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
'id': json['id'],
|
|
33
|
+
'uri': json['uri'],
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function RedirectUriResponseToJSON(json) {
|
|
37
|
+
return RedirectUriResponseToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function RedirectUriResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'id': value['id'],
|
|
45
|
+
'uri': value['uri'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
*/
|
|
16
|
+
export declare const SexV1: {
|
|
17
|
+
readonly Unknown: "Unknown";
|
|
18
|
+
readonly NotApplicable: "NotApplicable";
|
|
19
|
+
readonly Male: "Male";
|
|
20
|
+
readonly Female: "Female";
|
|
21
|
+
};
|
|
22
|
+
export type SexV1 = typeof SexV1[keyof typeof SexV1];
|
|
23
|
+
export declare function instanceOfSexV1(value: any): boolean;
|
|
24
|
+
export declare function SexV1FromJSON(json: any): SexV1;
|
|
25
|
+
export declare function SexV1FromJSONTyped(json: any, ignoreDiscriminator: boolean): SexV1;
|
|
26
|
+
export declare function SexV1ToJSON(value?: SexV1 | null): any;
|
|
27
|
+
export declare function SexV1ToJSONTyped(value: any, ignoreDiscriminator: boolean): SexV1;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const SexV1 = {
|
|
19
|
+
Unknown: 'Unknown',
|
|
20
|
+
NotApplicable: 'NotApplicable',
|
|
21
|
+
Male: 'Male',
|
|
22
|
+
Female: 'Female'
|
|
23
|
+
};
|
|
24
|
+
export function instanceOfSexV1(value) {
|
|
25
|
+
for (const key in SexV1) {
|
|
26
|
+
if (Object.prototype.hasOwnProperty.call(SexV1, key)) {
|
|
27
|
+
if (SexV1[key] === value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
return false;
|
|
33
|
+
}
|
|
34
|
+
export function SexV1FromJSON(json) {
|
|
35
|
+
return SexV1FromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function SexV1FromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
export function SexV1ToJSON(value) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
export function SexV1ToJSONTyped(value, ignoreDiscriminator) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
@@ -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 SouthAfricaNidLookup2Input
|
|
16
|
+
*/
|
|
17
|
+
export interface SouthAfricaNidLookup2Input {
|
|
18
|
+
/**
|
|
19
|
+
* The user's National ID number
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SouthAfricaNidLookup2Input
|
|
22
|
+
*/
|
|
23
|
+
idNumber?: string | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the SouthAfricaNidLookup2Input interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfSouthAfricaNidLookup2Input(value: object): value is SouthAfricaNidLookup2Input;
|
|
29
|
+
export declare function SouthAfricaNidLookup2InputFromJSON(json: any): SouthAfricaNidLookup2Input;
|
|
30
|
+
export declare function SouthAfricaNidLookup2InputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SouthAfricaNidLookup2Input;
|
|
31
|
+
export declare function SouthAfricaNidLookup2InputToJSON(json: any): SouthAfricaNidLookup2Input;
|
|
32
|
+
export declare function SouthAfricaNidLookup2InputToJSONTyped(value?: SouthAfricaNidLookup2Input | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the SouthAfricaNidLookup2Input interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSouthAfricaNidLookup2Input(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function SouthAfricaNidLookup2InputFromJSON(json) {
|
|
21
|
+
return SouthAfricaNidLookup2InputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function SouthAfricaNidLookup2InputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'idNumber': json['idNumber'] == null ? undefined : json['idNumber'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function SouthAfricaNidLookup2InputToJSON(json) {
|
|
32
|
+
return SouthAfricaNidLookup2InputToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function SouthAfricaNidLookup2InputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'idNumber': value['idNumber'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
* Billing information for a SPID Verification.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SpidBillingInformation
|
|
16
|
+
*/
|
|
17
|
+
export interface SpidBillingInformation {
|
|
18
|
+
/**
|
|
19
|
+
* Whether this SPID verification has resulted in a billable event.
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof SpidBillingInformation
|
|
22
|
+
*/
|
|
23
|
+
isBillable: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* The billable verification type for this SPID verification.
|
|
26
|
+
*
|
|
27
|
+
* Possible values: "Authentication" | "Registration"
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof SpidBillingInformation
|
|
30
|
+
*/
|
|
31
|
+
verificationType: string;
|
|
32
|
+
/**
|
|
33
|
+
* The billable verification level for this SPID verification.
|
|
34
|
+
*
|
|
35
|
+
* Possible values: 1 | 2 | 3
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof SpidBillingInformation
|
|
38
|
+
*/
|
|
39
|
+
verificationLevel: number;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the SpidBillingInformation interface.
|
|
43
|
+
*/
|
|
44
|
+
export declare function instanceOfSpidBillingInformation(value: object): value is SpidBillingInformation;
|
|
45
|
+
export declare function SpidBillingInformationFromJSON(json: any): SpidBillingInformation;
|
|
46
|
+
export declare function SpidBillingInformationFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpidBillingInformation;
|
|
47
|
+
export declare function SpidBillingInformationToJSON(json: any): SpidBillingInformation;
|
|
48
|
+
export declare function SpidBillingInformationToJSONTyped(value?: SpidBillingInformation | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Trinsic API
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v1
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the SpidBillingInformation interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSpidBillingInformation(value) {
|
|
18
|
+
if (!('isBillable' in value) || value['isBillable'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('verificationType' in value) || value['verificationType'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('verificationLevel' in value) || value['verificationLevel'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function SpidBillingInformationFromJSON(json) {
|
|
27
|
+
return SpidBillingInformationFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function SpidBillingInformationFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'isBillable': json['isBillable'],
|
|
35
|
+
'verificationType': json['verificationType'],
|
|
36
|
+
'verificationLevel': json['verificationLevel'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function SpidBillingInformationToJSON(json) {
|
|
40
|
+
return SpidBillingInformationToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function SpidBillingInformationToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'isBillable': value['isBillable'],
|
|
48
|
+
'verificationType': value['verificationType'],
|
|
49
|
+
'verificationLevel': value['verificationLevel'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -23,6 +23,17 @@ export interface SpidInput {
|
|
|
23
23
|
* @memberof SpidInput
|
|
24
24
|
*/
|
|
25
25
|
subProviderId?: string | null;
|
|
26
|
+
/**
|
|
27
|
+
* Only applicable if period-based billing is enabled for your Verification Profile. Contact Trinsic to enable this.
|
|
28
|
+
*
|
|
29
|
+
* A secret UTF-8 string between 32 and 64 characters in length, used to enable privacy-preserving tracking of unique user verifications during a billing period.
|
|
30
|
+
*
|
|
31
|
+
* WARNING: This value must NOT change during the course of a billing period for a given Verification Profile, or double-billing may occur.
|
|
32
|
+
* If multiple Verification Profiles are configured to use the same Trinsic-managed SPID Service Provider, the same Billing Tracking Secret must be provided across all such Verification Profiles.
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof SpidInput
|
|
35
|
+
*/
|
|
36
|
+
billingTrackingSecret?: string | null;
|
|
26
37
|
}
|
|
27
38
|
/**
|
|
28
39
|
* Check if a given object implements the SpidInput interface.
|
|
@@ -26,6 +26,7 @@ export function SpidInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
26
26
|
}
|
|
27
27
|
return {
|
|
28
28
|
'subProviderId': json['subProviderId'] == null ? undefined : json['subProviderId'],
|
|
29
|
+
'billingTrackingSecret': json['billingTrackingSecret'] == null ? undefined : json['billingTrackingSecret'],
|
|
29
30
|
};
|
|
30
31
|
}
|
|
31
32
|
export function SpidInputToJSON(json) {
|
|
@@ -37,5 +38,6 @@ export function SpidInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
37
38
|
}
|
|
38
39
|
return {
|
|
39
40
|
'subProviderId': value['subProviderId'],
|
|
41
|
+
'billingTrackingSecret': value['billingTrackingSecret'],
|
|
40
42
|
};
|
|
41
43
|
}
|