@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.
Files changed (112) hide show
  1. package/.openapi-generator/FILES +16 -0
  2. package/dist/apis/EnvironmentRedirectUrisApi.d.ts +109 -0
  3. package/dist/apis/EnvironmentRedirectUrisApi.js +145 -0
  4. package/dist/apis/VerificationProfilesApi.d.ts +117 -0
  5. package/dist/apis/VerificationProfilesApi.js +183 -0
  6. package/dist/apis/index.d.ts +2 -0
  7. package/dist/apis/index.js +2 -0
  8. package/dist/esm/apis/EnvironmentRedirectUrisApi.d.ts +109 -0
  9. package/dist/esm/apis/EnvironmentRedirectUrisApi.js +141 -0
  10. package/dist/esm/apis/VerificationProfilesApi.d.ts +117 -0
  11. package/dist/esm/apis/VerificationProfilesApi.js +179 -0
  12. package/dist/esm/apis/index.d.ts +2 -0
  13. package/dist/esm/apis/index.js +2 -0
  14. package/dist/esm/models/AddRedirectUriResponse.d.ts +32 -0
  15. package/dist/esm/models/AddRedirectUriResponse.js +43 -0
  16. package/dist/esm/models/ContractField.d.ts +7 -0
  17. package/dist/esm/models/ContractField.js +4 -0
  18. package/dist/esm/models/ContractIdentifierField.d.ts +45 -0
  19. package/dist/esm/models/ContractIdentifierField.js +52 -0
  20. package/dist/esm/models/CreateVerificationProfileResponse.d.ts +32 -0
  21. package/dist/esm/models/CreateVerificationProfileResponse.js +43 -0
  22. package/dist/esm/models/EnvironmentRedirectUrisAddRequest.d.ts +32 -0
  23. package/dist/esm/models/EnvironmentRedirectUrisAddRequest.js +43 -0
  24. package/dist/esm/models/FaydaProviderOutput.d.ts +35 -0
  25. package/dist/esm/models/FaydaProviderOutput.js +41 -0
  26. package/dist/esm/models/Identifier.d.ts +44 -0
  27. package/dist/esm/models/Identifier.js +51 -0
  28. package/dist/esm/models/IdentityData.d.ts +14 -0
  29. package/dist/esm/models/IdentityData.js +8 -0
  30. package/dist/esm/models/ListEnvironmentRedirectUrisResponse.d.ts +39 -0
  31. package/dist/esm/models/ListEnvironmentRedirectUrisResponse.js +48 -0
  32. package/dist/esm/models/ListVerificationProfilesResponse.d.ts +39 -0
  33. package/dist/esm/models/ListVerificationProfilesResponse.js +48 -0
  34. package/dist/esm/models/MexicoCurpProviderOutput.d.ts +44 -0
  35. package/dist/esm/models/MexicoCurpProviderOutput.js +41 -0
  36. package/dist/esm/models/ProviderContract.d.ts +7 -0
  37. package/dist/esm/models/ProviderContract.js +3 -0
  38. package/dist/esm/models/ProviderOutput.d.ts +47 -0
  39. package/dist/esm/models/ProviderOutput.js +48 -0
  40. package/dist/esm/models/RedirectUriResponse.d.ts +38 -0
  41. package/dist/esm/models/RedirectUriResponse.js +47 -0
  42. package/dist/esm/models/SpidBillingInformation.d.ts +48 -0
  43. package/dist/esm/models/SpidBillingInformation.js +51 -0
  44. package/dist/esm/models/SpidInput.d.ts +11 -0
  45. package/dist/esm/models/SpidInput.js +2 -0
  46. package/dist/esm/models/SpidProviderOutput.d.ts +62 -0
  47. package/dist/esm/models/SpidProviderOutput.js +50 -0
  48. package/dist/esm/models/VerificationProfileResponse.d.ts +62 -0
  49. package/dist/esm/models/VerificationProfileResponse.js +63 -0
  50. package/dist/esm/models/index.d.ts +14 -0
  51. package/dist/esm/models/index.js +14 -0
  52. package/dist/models/AddRedirectUriResponse.d.ts +32 -0
  53. package/dist/models/AddRedirectUriResponse.js +50 -0
  54. package/dist/models/ContractField.d.ts +7 -0
  55. package/dist/models/ContractField.js +4 -0
  56. package/dist/models/ContractIdentifierField.d.ts +45 -0
  57. package/dist/models/ContractIdentifierField.js +59 -0
  58. package/dist/models/CreateVerificationProfileResponse.d.ts +32 -0
  59. package/dist/models/CreateVerificationProfileResponse.js +50 -0
  60. package/dist/models/EnvironmentRedirectUrisAddRequest.d.ts +32 -0
  61. package/dist/models/EnvironmentRedirectUrisAddRequest.js +50 -0
  62. package/dist/models/FaydaProviderOutput.d.ts +35 -0
  63. package/dist/models/FaydaProviderOutput.js +48 -0
  64. package/dist/models/Identifier.d.ts +44 -0
  65. package/dist/models/Identifier.js +58 -0
  66. package/dist/models/IdentityData.d.ts +14 -0
  67. package/dist/models/IdentityData.js +8 -0
  68. package/dist/models/ListEnvironmentRedirectUrisResponse.d.ts +39 -0
  69. package/dist/models/ListEnvironmentRedirectUrisResponse.js +55 -0
  70. package/dist/models/ListVerificationProfilesResponse.d.ts +39 -0
  71. package/dist/models/ListVerificationProfilesResponse.js +55 -0
  72. package/dist/models/MexicoCurpProviderOutput.d.ts +44 -0
  73. package/dist/models/MexicoCurpProviderOutput.js +48 -0
  74. package/dist/models/ProviderContract.d.ts +7 -0
  75. package/dist/models/ProviderContract.js +3 -0
  76. package/dist/models/ProviderOutput.d.ts +47 -0
  77. package/dist/models/ProviderOutput.js +55 -0
  78. package/dist/models/RedirectUriResponse.d.ts +38 -0
  79. package/dist/models/RedirectUriResponse.js +54 -0
  80. package/dist/models/SpidBillingInformation.d.ts +48 -0
  81. package/dist/models/SpidBillingInformation.js +58 -0
  82. package/dist/models/SpidInput.d.ts +11 -0
  83. package/dist/models/SpidInput.js +2 -0
  84. package/dist/models/SpidProviderOutput.d.ts +62 -0
  85. package/dist/models/SpidProviderOutput.js +57 -0
  86. package/dist/models/VerificationProfileResponse.d.ts +62 -0
  87. package/dist/models/VerificationProfileResponse.js +70 -0
  88. package/dist/models/index.d.ts +14 -0
  89. package/dist/models/index.js +14 -0
  90. package/package.json +1 -1
  91. package/src/apis/EnvironmentRedirectUrisApi.ts +235 -0
  92. package/src/apis/VerificationProfilesApi.ts +294 -0
  93. package/src/apis/index.ts +2 -0
  94. package/src/models/AddRedirectUriResponse.ts +66 -0
  95. package/src/models/ContractField.ts +10 -0
  96. package/src/models/ContractIdentifierField.ts +94 -0
  97. package/src/models/CreateVerificationProfileResponse.ts +66 -0
  98. package/src/models/EnvironmentRedirectUrisAddRequest.ts +66 -0
  99. package/src/models/FaydaProviderOutput.ts +68 -0
  100. package/src/models/Identifier.ts +84 -0
  101. package/src/models/IdentityData.ts +31 -0
  102. package/src/models/ListEnvironmentRedirectUrisResponse.ts +83 -0
  103. package/src/models/ListVerificationProfilesResponse.ts +83 -0
  104. package/src/models/MexicoCurpProviderOutput.ts +77 -0
  105. package/src/models/ProviderContract.ts +15 -0
  106. package/src/models/ProviderOutput.ts +103 -0
  107. package/src/models/RedirectUriResponse.ts +75 -0
  108. package/src/models/SpidBillingInformation.ts +88 -0
  109. package/src/models/SpidInput.ts +13 -0
  110. package/src/models/SpidProviderOutput.ts +110 -0
  111. package/src/models/VerificationProfileResponse.ts +111 -0
  112. package/src/models/index.ts +14 -0
@@ -0,0 +1,48 @@
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 { VerificationProfileResponseFromJSON, VerificationProfileResponseToJSON, } from './VerificationProfileResponse';
15
+ /**
16
+ * Check if a given object implements the ListVerificationProfilesResponse interface.
17
+ */
18
+ export function instanceOfListVerificationProfilesResponse(value) {
19
+ if (!('verificationProfiles' in value) || value['verificationProfiles'] === undefined)
20
+ return false;
21
+ if (!('more' in value) || value['more'] === undefined)
22
+ return false;
23
+ return true;
24
+ }
25
+ export function ListVerificationProfilesResponseFromJSON(json) {
26
+ return ListVerificationProfilesResponseFromJSONTyped(json, false);
27
+ }
28
+ export function ListVerificationProfilesResponseFromJSONTyped(json, ignoreDiscriminator) {
29
+ if (json == null) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'verificationProfiles': (json['verificationProfiles'].map(VerificationProfileResponseFromJSON)),
34
+ 'more': json['more'],
35
+ };
36
+ }
37
+ export function ListVerificationProfilesResponseToJSON(json) {
38
+ return ListVerificationProfilesResponseToJSONTyped(json, false);
39
+ }
40
+ export function ListVerificationProfilesResponseToJSONTyped(value, ignoreDiscriminator = false) {
41
+ if (value == null) {
42
+ return value;
43
+ }
44
+ return {
45
+ 'verificationProfiles': (value['verificationProfiles'].map(VerificationProfileResponseToJSON)),
46
+ 'more': value['more'],
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 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,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 MexicoCurpProviderOutput interface.
16
+ */
17
+ export function instanceOfMexicoCurpProviderOutput(value) {
18
+ return true;
19
+ }
20
+ export function MexicoCurpProviderOutputFromJSON(json) {
21
+ return MexicoCurpProviderOutputFromJSONTyped(json, false);
22
+ }
23
+ export function MexicoCurpProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
24
+ if (json == null) {
25
+ return json;
26
+ }
27
+ return {
28
+ 'curpStatus': json['curpStatus'] == null ? undefined : json['curpStatus'],
29
+ };
30
+ }
31
+ export function MexicoCurpProviderOutputToJSON(json) {
32
+ return MexicoCurpProviderOutputToJSONTyped(json, false);
33
+ }
34
+ export function MexicoCurpProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
35
+ if (value == null) {
36
+ return value;
37
+ }
38
+ return {
39
+ 'curpStatus': value['curpStatus'],
40
+ };
41
+ }
@@ -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
  *
@@ -11,6 +11,7 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
+ import { ContractIdentifierFieldFromJSON, ContractIdentifierFieldToJSON, } from './ContractIdentifierField';
14
15
  import { ContractFieldFromJSON, ContractFieldToJSON, } from './ContractField';
15
16
  import { ProviderHealthFromJSON, ProviderHealthToJSON, } from './ProviderHealth';
16
17
  import { SubProviderMetadataFromJSON, SubProviderMetadataToJSON, } from './SubProviderMetadata';
@@ -81,6 +82,7 @@ export function ProviderContractFromJSONTyped(json, ignoreDiscriminator) {
81
82
  'supportsAdvancedProviderSessions': json['supportsAdvancedProviderSessions'],
82
83
  'supportsDirectProviderSessions': json['supportsDirectProviderSessions'],
83
84
  'availableFields': json['availableFields'] == null ? undefined : (json['availableFields'].map(ContractFieldFromJSON)),
85
+ 'availableIdentifiers': json['availableIdentifiers'] == null ? undefined : (json['availableIdentifiers'].map(ContractIdentifierFieldFromJSON)),
84
86
  'subProviders': json['subProviders'] == null ? undefined : (json['subProviders'].map(SubProviderMetadataFromJSON)),
85
87
  'health': ProviderHealthFromJSON(json['health']),
86
88
  };
@@ -110,6 +112,7 @@ export function ProviderContractToJSONTyped(value, ignoreDiscriminator = false)
110
112
  'supportsAdvancedProviderSessions': value['supportsAdvancedProviderSessions'],
111
113
  'supportsDirectProviderSessions': value['supportsDirectProviderSessions'],
112
114
  'availableFields': value['availableFields'] == null ? undefined : (value['availableFields'].map(ContractFieldToJSON)),
115
+ 'availableIdentifiers': value['availableIdentifiers'] == null ? undefined : (value['availableIdentifiers'].map(ContractIdentifierFieldToJSON)),
113
116
  'subProviders': value['subProviders'] == null ? undefined : (value['subProviders'].map(SubProviderMetadataToJSON)),
114
117
  'health': ProviderHealthToJSON(value['health']),
115
118
  };
@@ -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,48 @@
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 { SpidProviderOutputFromJSON, SpidProviderOutputToJSON, } from './SpidProviderOutput';
17
+ /**
18
+ * Check if a given object implements the ProviderOutput interface.
19
+ */
20
+ export function instanceOfProviderOutput(value) {
21
+ return true;
22
+ }
23
+ export function ProviderOutputFromJSON(json) {
24
+ return ProviderOutputFromJSONTyped(json, false);
25
+ }
26
+ export function ProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
27
+ if (json == null) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'italySpid': json['italy-spid'] == null ? undefined : SpidProviderOutputFromJSON(json['italy-spid']),
32
+ 'mexicoCurpLookup': json['mexico-curp-lookup'] == null ? undefined : MexicoCurpProviderOutputFromJSON(json['mexico-curp-lookup']),
33
+ 'ethiopiaFayda': json['ethiopia-fayda'] == null ? undefined : FaydaProviderOutputFromJSON(json['ethiopia-fayda']),
34
+ };
35
+ }
36
+ export function ProviderOutputToJSON(json) {
37
+ return ProviderOutputToJSONTyped(json, false);
38
+ }
39
+ export function ProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
40
+ if (value == null) {
41
+ return value;
42
+ }
43
+ return {
44
+ 'italy-spid': SpidProviderOutputToJSON(value['italySpid']),
45
+ 'mexico-curp-lookup': MexicoCurpProviderOutputToJSON(value['mexicoCurpLookup']),
46
+ 'ethiopia-fayda': FaydaProviderOutputToJSON(value['ethiopiaFayda']),
47
+ };
48
+ }
@@ -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,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
  }
@@ -0,0 +1,62 @@
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 { SpidBillingInformation } from './SpidBillingInformation';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SpidProviderOutput
17
+ */
18
+ export interface SpidProviderOutput {
19
+ /**
20
+ * Information about the billable status of this SPID Verification.
21
+ *
22
+ * Present only if your account has period-based billing enabled for SPID. Contact Trinsic to enable this.
23
+ * @type {SpidBillingInformation}
24
+ * @memberof SpidProviderOutput
25
+ */
26
+ billingInformation?: SpidBillingInformation | null;
27
+ /**
28
+ * Fiscal tax number for the subject.
29
+ * @type {string}
30
+ * @memberof SpidProviderOutput
31
+ */
32
+ fiscalNumber?: string | null;
33
+ /**
34
+ * Unique user identifier contained within the SPID identity.
35
+ * @type {string}
36
+ * @memberof SpidProviderOutput
37
+ */
38
+ spidCode?: string | null;
39
+ /**
40
+ * VAT number for the subject.
41
+ * @type {string}
42
+ * @memberof SpidProviderOutput
43
+ */
44
+ ivaCode?: string | null;
45
+ /**
46
+ * Expiration date of the user's SPID credential.
47
+ *
48
+ * This is not the same as the expiration date of the underlying identity document (such as a passport) which was
49
+ * used to create the SPID identity.
50
+ * @type {Date}
51
+ * @memberof SpidProviderOutput
52
+ */
53
+ spidCredentialExpirationDate?: Date | null;
54
+ }
55
+ /**
56
+ * Check if a given object implements the SpidProviderOutput interface.
57
+ */
58
+ export declare function instanceOfSpidProviderOutput(value: object): value is SpidProviderOutput;
59
+ export declare function SpidProviderOutputFromJSON(json: any): SpidProviderOutput;
60
+ export declare function SpidProviderOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpidProviderOutput;
61
+ export declare function SpidProviderOutputToJSON(json: any): SpidProviderOutput;
62
+ export declare function SpidProviderOutputToJSONTyped(value?: SpidProviderOutput | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,50 @@
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 { SpidBillingInformationFromJSON, SpidBillingInformationToJSON, } from './SpidBillingInformation';
15
+ /**
16
+ * Check if a given object implements the SpidProviderOutput interface.
17
+ */
18
+ export function instanceOfSpidProviderOutput(value) {
19
+ return true;
20
+ }
21
+ export function SpidProviderOutputFromJSON(json) {
22
+ return SpidProviderOutputFromJSONTyped(json, false);
23
+ }
24
+ export function SpidProviderOutputFromJSONTyped(json, ignoreDiscriminator) {
25
+ if (json == null) {
26
+ return json;
27
+ }
28
+ return {
29
+ 'billingInformation': json['billingInformation'] == null ? undefined : SpidBillingInformationFromJSON(json['billingInformation']),
30
+ 'fiscalNumber': json['fiscalNumber'] == null ? undefined : json['fiscalNumber'],
31
+ 'spidCode': json['spidCode'] == null ? undefined : json['spidCode'],
32
+ 'ivaCode': json['ivaCode'] == null ? undefined : json['ivaCode'],
33
+ 'spidCredentialExpirationDate': json['spidCredentialExpirationDate'] == null ? undefined : (new Date(json['spidCredentialExpirationDate'])),
34
+ };
35
+ }
36
+ export function SpidProviderOutputToJSON(json) {
37
+ return SpidProviderOutputToJSONTyped(json, false);
38
+ }
39
+ export function SpidProviderOutputToJSONTyped(value, ignoreDiscriminator = false) {
40
+ if (value == null) {
41
+ return value;
42
+ }
43
+ return {
44
+ 'billingInformation': SpidBillingInformationToJSON(value['billingInformation']),
45
+ 'fiscalNumber': value['fiscalNumber'],
46
+ 'spidCode': value['spidCode'],
47
+ 'ivaCode': value['ivaCode'],
48
+ 'spidCredentialExpirationDate': value['spidCredentialExpirationDate'] == null ? undefined : (value['spidCredentialExpirationDate'].toISOString().substring(0, 10)),
49
+ };
50
+ }
@@ -0,0 +1,62 @@
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 VerificationProfileResponse
16
+ */
17
+ export interface VerificationProfileResponse {
18
+ /**
19
+ * The ID of the verification profile
20
+ * @type {string}
21
+ * @memberof VerificationProfileResponse
22
+ */
23
+ id: string;
24
+ /**
25
+ * An alias of the verification profile shown to developers and administrators.
26
+ * @type {string}
27
+ * @memberof VerificationProfileResponse
28
+ */
29
+ alias: string;
30
+ /**
31
+ * The brand name of the verification profile shown to end-users.
32
+ * @type {string}
33
+ * @memberof VerificationProfileResponse
34
+ */
35
+ brandName: string;
36
+ /**
37
+ * The URL of the verification profile's logo.
38
+ * @type {string}
39
+ * @memberof VerificationProfileResponse
40
+ */
41
+ logoUrl: string;
42
+ /**
43
+ * The primary color of the verification profile.
44
+ * @type {string}
45
+ * @memberof VerificationProfileResponse
46
+ */
47
+ primaryColor: string;
48
+ /**
49
+ * The providers that are currently enabled for the verification profile.
50
+ * @type {Array<string>}
51
+ * @memberof VerificationProfileResponse
52
+ */
53
+ enabledProviders: Array<string>;
54
+ }
55
+ /**
56
+ * Check if a given object implements the VerificationProfileResponse interface.
57
+ */
58
+ export declare function instanceOfVerificationProfileResponse(value: object): value is VerificationProfileResponse;
59
+ export declare function VerificationProfileResponseFromJSON(json: any): VerificationProfileResponse;
60
+ export declare function VerificationProfileResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): VerificationProfileResponse;
61
+ export declare function VerificationProfileResponseToJSON(json: any): VerificationProfileResponse;
62
+ export declare function VerificationProfileResponseToJSONTyped(value?: VerificationProfileResponse | null, ignoreDiscriminator?: boolean): any;