@trinsic/api 2.0.0-alpha3 → 2.0.1
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 +13 -3
- package/.openapi-generator/VERSION +1 -1
- package/README.md +1 -1
- package/dist/apis/AttachmentsApi.d.ts +4 -4
- package/dist/apis/AttachmentsApi.js +2 -2
- package/dist/apis/NetworkApi.d.ts +28 -5
- package/dist/apis/NetworkApi.js +36 -2
- package/dist/apis/SessionsApi.d.ts +8 -8
- package/dist/apis/SessionsApi.js +4 -4
- package/dist/apis/WellKnownApi.d.ts +41 -0
- package/dist/apis/WellKnownApi.js +61 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/AttachmentsApi.d.ts +4 -4
- package/dist/esm/apis/AttachmentsApi.js +2 -2
- package/dist/esm/apis/NetworkApi.d.ts +28 -5
- package/dist/esm/apis/NetworkApi.js +37 -3
- package/dist/esm/apis/SessionsApi.d.ts +8 -8
- package/dist/esm/apis/SessionsApi.js +4 -4
- package/dist/esm/apis/WellKnownApi.d.ts +41 -0
- package/dist/esm/apis/WellKnownApi.js +57 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/AadhaarInput.d.ts +2 -1
- package/dist/esm/models/AadhaarInput.js +4 -1
- package/dist/esm/models/Address.d.ts +2 -1
- package/dist/esm/models/Address.js +4 -1
- package/dist/esm/models/AttachmentAccessKeys.d.ts +2 -1
- package/dist/esm/models/AttachmentAccessKeys.js +4 -1
- package/dist/esm/models/BangladeshNationalIdInput.d.ts +2 -1
- package/dist/esm/models/BangladeshNationalIdInput.js +4 -1
- package/dist/esm/models/BrazilCpfCheckInput.d.ts +2 -1
- package/dist/esm/models/BrazilCpfCheckInput.js +4 -1
- package/dist/esm/models/BrazilDigitalCnhInput.d.ts +2 -1
- package/dist/esm/models/BrazilDigitalCnhInput.js +4 -1
- package/dist/esm/models/CancelSessionResponse.d.ts +2 -1
- package/dist/esm/models/CancelSessionResponse.js +4 -1
- package/dist/esm/models/CreateAdvancedProviderSessionRequest.d.ts +2 -1
- package/dist/esm/models/CreateAdvancedProviderSessionRequest.js +4 -1
- package/dist/esm/models/CreateAdvancedProviderSessionResponse.d.ts +2 -1
- package/dist/esm/models/CreateAdvancedProviderSessionResponse.js +4 -1
- package/dist/esm/models/CreateHostedProviderSessionRequest.d.ts +2 -1
- package/dist/esm/models/CreateHostedProviderSessionRequest.js +4 -1
- package/dist/esm/models/CreateHostedProviderSessionResponse.d.ts +15 -2
- package/dist/esm/models/CreateHostedProviderSessionResponse.js +11 -2
- package/dist/esm/models/CreateWidgetSessionRequest.d.ts +8 -6
- package/dist/esm/models/CreateWidgetSessionRequest.js +7 -4
- package/dist/esm/models/CreateWidgetSessionResponse.d.ts +15 -2
- package/dist/esm/models/CreateWidgetSessionResponse.js +11 -2
- package/dist/esm/models/DocumentData.d.ts +2 -1
- package/dist/esm/models/DocumentData.js +4 -1
- package/dist/esm/models/DocumentScanAttachments.d.ts +2 -1
- package/dist/esm/models/DocumentScanAttachments.js +4 -1
- package/dist/esm/models/DocumentType.d.ts +1 -0
- package/dist/esm/models/DocumentType.js +3 -0
- package/dist/esm/models/GetAttachmentRequest.d.ts +2 -1
- package/dist/esm/models/GetAttachmentRequest.js +4 -1
- package/dist/esm/models/GetAttachmentResponse.d.ts +2 -1
- package/dist/esm/models/GetAttachmentResponse.js +4 -1
- package/dist/esm/models/GetSessionResponse.d.ts +2 -1
- package/dist/esm/models/GetSessionResponse.js +4 -1
- package/dist/esm/models/GetSessionResultRequest.d.ts +2 -1
- package/dist/esm/models/GetSessionResultRequest.js +4 -1
- package/dist/esm/models/GetSessionResultResponse.d.ts +2 -1
- package/dist/esm/models/GetSessionResultResponse.js +4 -1
- package/dist/esm/models/HttpValidationProblemDetails.d.ts +2 -1
- package/dist/esm/models/HttpValidationProblemDetails.js +4 -1
- package/dist/esm/models/IdentityData.d.ts +8 -1
- package/dist/esm/models/IdentityData.js +6 -1
- package/dist/esm/models/IdinInput.d.ts +34 -0
- package/dist/esm/models/IdinInput.js +41 -0
- package/dist/esm/models/IndonesiaNikInput.d.ts +2 -1
- package/dist/esm/models/IndonesiaNikInput.js +4 -1
- package/dist/esm/models/IntegrationCapability.d.ts +1 -0
- package/dist/esm/models/IntegrationCapability.js +3 -0
- package/dist/esm/models/IntegrationLaunchMethod.d.ts +2 -1
- package/dist/esm/models/IntegrationLaunchMethod.js +4 -1
- package/dist/esm/models/IntegrationStep.d.ts +3 -2
- package/dist/esm/models/IntegrationStep.js +5 -4
- package/dist/esm/models/KenyaNidInput.d.ts +2 -1
- package/dist/esm/models/KenyaNidInput.js +4 -1
- package/dist/esm/models/Language.d.ts +27 -0
- package/dist/esm/models/Language.js +45 -0
- package/dist/esm/models/ListProviderContractsResponse.d.ts +33 -0
- package/dist/esm/models/ListProviderContractsResponse.js +44 -0
- package/dist/esm/models/ListProvidersResponse.d.ts +2 -1
- package/dist/esm/models/ListProvidersResponse.js +4 -1
- package/dist/esm/models/ListSessionsResponse.d.ts +2 -1
- package/dist/esm/models/ListSessionsResponse.js +4 -1
- package/dist/esm/models/MexicoCurpInput.d.ts +2 -1
- package/dist/esm/models/MexicoCurpInput.js +4 -1
- package/dist/esm/models/MobileIdInput.d.ts +45 -0
- package/dist/esm/models/MobileIdInput.js +46 -0
- package/dist/esm/models/NigeriaNinInput.d.ts +2 -1
- package/dist/esm/models/NigeriaNinInput.js +4 -1
- package/dist/esm/models/OrderDirection.d.ts +1 -0
- package/dist/esm/models/OrderDirection.js +3 -0
- package/dist/esm/models/PersonData.d.ts +2 -1
- package/dist/esm/models/PersonData.js +4 -1
- package/dist/esm/models/PhilippineMatchInput.d.ts +2 -1
- package/dist/esm/models/PhilippineMatchInput.js +4 -1
- package/dist/esm/models/PhilippineQRInput.d.ts +2 -1
- package/dist/esm/models/PhilippineQRInput.js +4 -1
- package/dist/esm/models/ProblemDetails.d.ts +2 -1
- package/dist/esm/models/ProblemDetails.js +4 -1
- package/dist/esm/models/ProviderAttachments.d.ts +2 -1
- package/dist/esm/models/ProviderAttachments.js +4 -1
- package/dist/esm/models/ProviderContract.d.ts +155 -0
- package/dist/esm/models/ProviderContract.js +105 -0
- package/dist/esm/models/ProviderHealth.d.ts +25 -0
- package/dist/esm/models/ProviderHealth.js +43 -0
- package/dist/esm/models/ProviderInfo.d.ts +2 -7
- package/dist/esm/models/ProviderInfo.js +4 -3
- package/dist/esm/models/ProviderInformation.d.ts +5 -4
- package/dist/esm/models/ProviderInformation.js +5 -6
- package/dist/esm/models/ProviderInput.d.ts +64 -17
- package/dist/esm/models/ProviderInput.js +27 -6
- package/dist/esm/models/RecommendRequest.d.ts +6 -28
- package/dist/esm/models/RecommendRequest.js +7 -11
- package/dist/esm/models/RecommendResponse.d.ts +2 -1
- package/dist/esm/models/RecommendResponse.js +4 -1
- package/dist/esm/models/RecommendationInfo.d.ts +56 -0
- package/dist/esm/models/RecommendationInfo.js +47 -0
- package/dist/esm/models/RefreshStepContentRequest.d.ts +2 -1
- package/dist/esm/models/RefreshStepContentRequest.js +4 -1
- package/dist/esm/models/RefreshStepContentResponse.d.ts +2 -1
- package/dist/esm/models/RefreshStepContentResponse.js +4 -1
- package/dist/esm/models/ResultCollection.d.ts +10 -3
- package/dist/esm/models/ResultCollection.js +7 -2
- package/dist/esm/models/ResultCollectionMethod.d.ts +1 -0
- package/dist/esm/models/ResultCollectionMethod.js +3 -0
- package/dist/esm/models/Session.d.ts +2 -1
- package/dist/esm/models/Session.js +4 -1
- package/dist/esm/models/SessionErrorCode.d.ts +1 -0
- package/dist/esm/models/SessionErrorCode.js +3 -0
- package/dist/esm/models/SessionOrdering.d.ts +1 -0
- package/dist/esm/models/SessionOrdering.js +3 -0
- package/dist/esm/models/Sex.d.ts +1 -0
- package/dist/esm/models/Sex.js +3 -0
- package/dist/esm/models/SmartIdInput.d.ts +32 -0
- package/dist/esm/models/SmartIdInput.js +41 -0
- package/dist/esm/models/SouthAfricaNidInput.d.ts +2 -1
- package/dist/esm/models/SouthAfricaNidInput.js +4 -1
- package/dist/esm/models/SpidInput.d.ts +34 -0
- package/dist/esm/models/SpidInput.js +41 -0
- package/dist/esm/models/StepRefreshInfo.d.ts +2 -1
- package/dist/esm/models/StepRefreshInfo.js +4 -1
- package/dist/esm/models/SubProviderMetadata.d.ts +55 -0
- package/dist/esm/models/SubProviderMetadata.js +55 -0
- package/dist/esm/models/TrinsicTestDatabaseLookupInput.d.ts +67 -0
- package/dist/esm/models/TrinsicTestDatabaseLookupInput.js +47 -0
- package/dist/esm/models/TrinsicTestSubProvidersInput.d.ts +36 -0
- package/dist/esm/models/TrinsicTestSubProvidersInput.js +41 -0
- package/dist/esm/models/index.d.ts +12 -3
- package/dist/esm/models/index.js +12 -3
- package/dist/esm/runtime.d.ts +4 -1
- package/dist/esm/runtime.js +9 -1
- package/dist/models/AadhaarInput.d.ts +2 -1
- package/dist/models/AadhaarInput.js +5 -1
- package/dist/models/Address.d.ts +2 -1
- package/dist/models/Address.js +5 -1
- package/dist/models/AttachmentAccessKeys.d.ts +2 -1
- package/dist/models/AttachmentAccessKeys.js +5 -1
- package/dist/models/BangladeshNationalIdInput.d.ts +2 -1
- package/dist/models/BangladeshNationalIdInput.js +5 -1
- package/dist/models/BrazilCpfCheckInput.d.ts +2 -1
- package/dist/models/BrazilCpfCheckInput.js +5 -1
- package/dist/models/BrazilDigitalCnhInput.d.ts +2 -1
- package/dist/models/BrazilDigitalCnhInput.js +5 -1
- package/dist/models/CancelSessionResponse.d.ts +2 -1
- package/dist/models/CancelSessionResponse.js +5 -1
- package/dist/models/CreateAdvancedProviderSessionRequest.d.ts +2 -1
- package/dist/models/CreateAdvancedProviderSessionRequest.js +5 -1
- package/dist/models/CreateAdvancedProviderSessionResponse.d.ts +2 -1
- package/dist/models/CreateAdvancedProviderSessionResponse.js +5 -1
- package/dist/models/CreateHostedProviderSessionRequest.d.ts +2 -1
- package/dist/models/CreateHostedProviderSessionRequest.js +5 -1
- package/dist/models/CreateHostedProviderSessionResponse.d.ts +15 -2
- package/dist/models/CreateHostedProviderSessionResponse.js +12 -2
- package/dist/models/CreateWidgetSessionRequest.d.ts +8 -6
- package/dist/models/CreateWidgetSessionRequest.js +8 -4
- package/dist/models/CreateWidgetSessionResponse.d.ts +15 -2
- package/dist/models/CreateWidgetSessionResponse.js +12 -2
- package/dist/models/DocumentData.d.ts +2 -1
- package/dist/models/DocumentData.js +5 -1
- package/dist/models/DocumentScanAttachments.d.ts +2 -1
- package/dist/models/DocumentScanAttachments.js +5 -1
- package/dist/models/DocumentType.d.ts +1 -0
- package/dist/models/DocumentType.js +4 -0
- package/dist/models/GetAttachmentRequest.d.ts +2 -1
- package/dist/models/GetAttachmentRequest.js +5 -1
- package/dist/models/GetAttachmentResponse.d.ts +2 -1
- package/dist/models/GetAttachmentResponse.js +5 -1
- package/dist/models/GetSessionResponse.d.ts +2 -1
- package/dist/models/GetSessionResponse.js +5 -1
- package/dist/models/GetSessionResultRequest.d.ts +2 -1
- package/dist/models/GetSessionResultRequest.js +5 -1
- package/dist/models/GetSessionResultResponse.d.ts +2 -1
- package/dist/models/GetSessionResultResponse.js +5 -1
- package/dist/models/HttpValidationProblemDetails.d.ts +2 -1
- package/dist/models/HttpValidationProblemDetails.js +5 -1
- package/dist/models/IdentityData.d.ts +8 -1
- package/dist/models/IdentityData.js +7 -1
- package/dist/models/IdinInput.d.ts +34 -0
- package/dist/models/IdinInput.js +48 -0
- package/dist/models/IndonesiaNikInput.d.ts +2 -1
- package/dist/models/IndonesiaNikInput.js +5 -1
- package/dist/models/IntegrationCapability.d.ts +1 -0
- package/dist/models/IntegrationCapability.js +4 -0
- package/dist/models/IntegrationLaunchMethod.d.ts +2 -1
- package/dist/models/IntegrationLaunchMethod.js +5 -1
- package/dist/models/IntegrationStep.d.ts +3 -2
- package/dist/models/IntegrationStep.js +6 -4
- package/dist/models/KenyaNidInput.d.ts +2 -1
- package/dist/models/KenyaNidInput.js +5 -1
- package/dist/models/Language.d.ts +27 -0
- package/dist/models/Language.js +53 -0
- package/dist/models/ListProviderContractsResponse.d.ts +33 -0
- package/dist/models/ListProviderContractsResponse.js +51 -0
- package/dist/models/ListProvidersResponse.d.ts +2 -1
- package/dist/models/ListProvidersResponse.js +5 -1
- package/dist/models/ListSessionsResponse.d.ts +2 -1
- package/dist/models/ListSessionsResponse.js +5 -1
- package/dist/models/MexicoCurpInput.d.ts +2 -1
- package/dist/models/MexicoCurpInput.js +5 -1
- package/dist/models/MobileIdInput.d.ts +45 -0
- package/dist/models/MobileIdInput.js +53 -0
- package/dist/models/NigeriaNinInput.d.ts +2 -1
- package/dist/models/NigeriaNinInput.js +5 -1
- package/dist/models/OrderDirection.d.ts +1 -0
- package/dist/models/OrderDirection.js +4 -0
- package/dist/models/PersonData.d.ts +2 -1
- package/dist/models/PersonData.js +5 -1
- package/dist/models/PhilippineMatchInput.d.ts +2 -1
- package/dist/models/PhilippineMatchInput.js +5 -1
- package/dist/models/PhilippineQRInput.d.ts +2 -1
- package/dist/models/PhilippineQRInput.js +5 -1
- package/dist/models/ProblemDetails.d.ts +2 -1
- package/dist/models/ProblemDetails.js +5 -1
- package/dist/models/ProviderAttachments.d.ts +2 -1
- package/dist/models/ProviderAttachments.js +5 -1
- package/dist/models/ProviderContract.d.ts +155 -0
- package/dist/models/ProviderContract.js +112 -0
- package/dist/models/ProviderHealth.d.ts +25 -0
- package/dist/models/ProviderHealth.js +51 -0
- package/dist/models/ProviderInfo.d.ts +2 -7
- package/dist/models/ProviderInfo.js +5 -3
- package/dist/models/ProviderInformation.d.ts +5 -4
- package/dist/models/ProviderInformation.js +6 -6
- package/dist/models/ProviderInput.d.ts +64 -17
- package/dist/models/ProviderInput.js +28 -6
- package/dist/models/RecommendRequest.d.ts +6 -28
- package/dist/models/RecommendRequest.js +8 -11
- package/dist/models/RecommendResponse.d.ts +2 -1
- package/dist/models/RecommendResponse.js +5 -1
- package/dist/models/RecommendationInfo.d.ts +56 -0
- package/dist/models/RecommendationInfo.js +54 -0
- package/dist/models/RefreshStepContentRequest.d.ts +2 -1
- package/dist/models/RefreshStepContentRequest.js +5 -1
- package/dist/models/RefreshStepContentResponse.d.ts +2 -1
- package/dist/models/RefreshStepContentResponse.js +5 -1
- package/dist/models/ResultCollection.d.ts +10 -3
- package/dist/models/ResultCollection.js +8 -2
- package/dist/models/ResultCollectionMethod.d.ts +1 -0
- package/dist/models/ResultCollectionMethod.js +4 -0
- package/dist/models/Session.d.ts +2 -1
- package/dist/models/Session.js +5 -1
- package/dist/models/SessionErrorCode.d.ts +1 -0
- package/dist/models/SessionErrorCode.js +4 -0
- package/dist/models/SessionOrdering.d.ts +1 -0
- package/dist/models/SessionOrdering.js +4 -0
- package/dist/models/Sex.d.ts +1 -0
- package/dist/models/Sex.js +4 -0
- package/dist/models/SmartIdInput.d.ts +32 -0
- package/dist/models/SmartIdInput.js +48 -0
- package/dist/models/SouthAfricaNidInput.d.ts +2 -1
- package/dist/models/SouthAfricaNidInput.js +5 -1
- package/dist/models/SpidInput.d.ts +34 -0
- package/dist/models/SpidInput.js +48 -0
- package/dist/models/StepRefreshInfo.d.ts +2 -1
- package/dist/models/StepRefreshInfo.js +5 -1
- package/dist/models/SubProviderMetadata.d.ts +55 -0
- package/dist/models/SubProviderMetadata.js +62 -0
- package/dist/models/TrinsicTestDatabaseLookupInput.d.ts +67 -0
- package/dist/models/TrinsicTestDatabaseLookupInput.js +54 -0
- package/dist/models/TrinsicTestSubProvidersInput.d.ts +36 -0
- package/dist/models/TrinsicTestSubProvidersInput.js +48 -0
- package/dist/models/index.d.ts +12 -3
- package/dist/models/index.js +12 -3
- package/dist/runtime.d.ts +4 -1
- package/dist/runtime.js +10 -1
- package/package.json +1 -1
- package/src/apis/AttachmentsApi.ts +4 -4
- package/src/apis/NetworkApi.ts +58 -4
- package/src/apis/SessionsApi.ts +8 -8
- package/src/apis/WellKnownApi.ts +82 -0
- package/src/apis/index.ts +1 -0
- package/src/models/AadhaarInput.ts +6 -1
- package/src/models/Address.ts +6 -1
- package/src/models/AttachmentAccessKeys.ts +7 -1
- package/src/models/BangladeshNationalIdInput.ts +6 -1
- package/src/models/BrazilCpfCheckInput.ts +6 -1
- package/src/models/BrazilDigitalCnhInput.ts +14 -9
- package/src/models/CancelSessionResponse.ts +7 -1
- package/src/models/CreateAdvancedProviderSessionRequest.ts +34 -27
- package/src/models/CreateAdvancedProviderSessionResponse.ts +8 -1
- package/src/models/CreateHostedProviderSessionRequest.ts +7 -1
- package/src/models/CreateHostedProviderSessionResponse.ts +30 -9
- package/src/models/CreateWidgetSessionRequest.ts +23 -16
- package/src/models/CreateWidgetSessionResponse.ts +28 -7
- package/src/models/DocumentData.ts +7 -1
- package/src/models/DocumentScanAttachments.ts +6 -1
- package/src/models/DocumentType.ts +4 -0
- package/src/models/GetAttachmentRequest.ts +6 -1
- package/src/models/GetAttachmentResponse.ts +6 -1
- package/src/models/GetSessionResponse.ts +7 -1
- package/src/models/GetSessionResultRequest.ts +6 -1
- package/src/models/GetSessionResultResponse.ts +8 -1
- package/src/models/HttpValidationProblemDetails.ts +6 -1
- package/src/models/IdentityData.ts +17 -1
- package/src/models/IdinInput.ts +67 -0
- package/src/models/IndonesiaNikInput.ts +6 -1
- package/src/models/IntegrationCapability.ts +4 -0
- package/src/models/IntegrationLaunchMethod.ts +5 -1
- package/src/models/IntegrationStep.ts +10 -4
- package/src/models/KenyaNidInput.ts +6 -1
- package/src/models/Language.ts +55 -0
- package/src/models/ListProviderContractsResponse.ts +74 -0
- package/src/models/ListProvidersResponse.ts +7 -1
- package/src/models/ListSessionsResponse.ts +7 -1
- package/src/models/MexicoCurpInput.ts +6 -1
- package/src/models/MobileIdInput.ts +91 -0
- package/src/models/NigeriaNinInput.ts +6 -1
- package/src/models/OrderDirection.ts +4 -0
- package/src/models/PersonData.ts +8 -1
- package/src/models/PhilippineMatchInput.ts +6 -1
- package/src/models/PhilippineQRInput.ts +6 -1
- package/src/models/ProblemDetails.ts +6 -1
- package/src/models/ProviderAttachments.ts +7 -1
- package/src/models/ProviderContract.ts +260 -0
- package/src/models/ProviderHealth.ts +53 -0
- package/src/models/ProviderInfo.ts +6 -9
- package/src/models/ProviderInformation.ts +9 -7
- package/src/models/ProviderInput.ts +151 -41
- package/src/models/RecommendRequest.ts +19 -38
- package/src/models/RecommendResponse.ts +7 -1
- package/src/models/RecommendationInfo.ts +95 -0
- package/src/models/RefreshStepContentRequest.ts +6 -1
- package/src/models/RefreshStepContentResponse.ts +7 -1
- package/src/models/ResultCollection.ts +17 -4
- package/src/models/ResultCollectionMethod.ts +4 -0
- package/src/models/Session.ts +14 -8
- package/src/models/SessionErrorCode.ts +4 -0
- package/src/models/SessionOrdering.ts +4 -0
- package/src/models/Sex.ts +4 -0
- package/src/models/SmartIdInput.ts +65 -0
- package/src/models/SouthAfricaNidInput.ts +6 -1
- package/src/models/SpidInput.ts +67 -0
- package/src/models/StepRefreshInfo.ts +8 -3
- package/src/models/SubProviderMetadata.ts +98 -0
- package/src/models/TrinsicTestDatabaseLookupInput.ts +106 -0
- package/src/models/TrinsicTestSubProvidersInput.ts +69 -0
- package/src/models/index.ts +12 -3
- package/src/runtime.ts +10 -4
- package/dist/esm/models/KnownAddress.d.ts +0 -74
- package/dist/esm/models/KnownAddress.js +0 -52
- package/dist/esm/models/KnownIdentityData.d.ts +0 -34
- package/dist/esm/models/KnownIdentityData.js +0 -39
- package/dist/esm/models/KnownPersonData.d.ts +0 -74
- package/dist/esm/models/KnownPersonData.js +0 -53
- package/dist/models/KnownAddress.d.ts +0 -74
- package/dist/models/KnownAddress.js +0 -58
- package/dist/models/KnownIdentityData.d.ts +0 -34
- package/dist/models/KnownIdentityData.js +0 -45
- package/dist/models/KnownPersonData.d.ts +0 -74
- package/dist/models/KnownPersonData.js +0 -59
- package/src/models/KnownAddress.ts +0 -117
- package/src/models/KnownIdentityData.ts +0 -69
- package/src/models/KnownPersonData.ts +0 -123
|
@@ -23,11 +23,17 @@ export interface ResultCollection {
|
|
|
23
23
|
*/
|
|
24
24
|
method: ResultCollectionMethod;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* The `resultsAccessKey` for the Acceptance Session.
|
|
27
|
+
*
|
|
28
|
+
* This is an encrypted payload which contains the decryption key necessary to access the Session's Data Vault.
|
|
29
|
+
*
|
|
30
|
+
* Save this securely in your systems; it must be passed back with any API call which requires access to the Session's Data Vault.
|
|
31
|
+
*
|
|
32
|
+
* Trinsic cannot access a Session's Data Vault without this key.
|
|
27
33
|
* @type {string}
|
|
28
34
|
* @memberof ResultCollection
|
|
29
35
|
*/
|
|
30
|
-
resultsAccessKey
|
|
36
|
+
resultsAccessKey: string;
|
|
31
37
|
}
|
|
32
38
|
/**
|
|
33
39
|
* Check if a given object implements the ResultCollection interface.
|
|
@@ -35,4 +41,5 @@ export interface ResultCollection {
|
|
|
35
41
|
export declare function instanceOfResultCollection(value: object): value is ResultCollection;
|
|
36
42
|
export declare function ResultCollectionFromJSON(json: any): ResultCollection;
|
|
37
43
|
export declare function ResultCollectionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResultCollection;
|
|
38
|
-
export declare function ResultCollectionToJSON(
|
|
44
|
+
export declare function ResultCollectionToJSON(json: any): ResultCollection;
|
|
45
|
+
export declare function ResultCollectionToJSONTyped(value?: ResultCollection | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -18,6 +18,8 @@ import { ResultCollectionMethodFromJSON, ResultCollectionMethodToJSON, } from '.
|
|
|
18
18
|
export function instanceOfResultCollection(value) {
|
|
19
19
|
if (!('method' in value) || value['method'] === undefined)
|
|
20
20
|
return false;
|
|
21
|
+
if (!('resultsAccessKey' in value) || value['resultsAccessKey'] === undefined)
|
|
22
|
+
return false;
|
|
21
23
|
return true;
|
|
22
24
|
}
|
|
23
25
|
export function ResultCollectionFromJSON(json) {
|
|
@@ -29,10 +31,13 @@ export function ResultCollectionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
29
31
|
}
|
|
30
32
|
return {
|
|
31
33
|
'method': ResultCollectionMethodFromJSON(json['method']),
|
|
32
|
-
'resultsAccessKey': json['resultsAccessKey']
|
|
34
|
+
'resultsAccessKey': json['resultsAccessKey'],
|
|
33
35
|
};
|
|
34
36
|
}
|
|
35
|
-
export function ResultCollectionToJSON(
|
|
37
|
+
export function ResultCollectionToJSON(json) {
|
|
38
|
+
return ResultCollectionToJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
export function ResultCollectionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
36
41
|
if (value == null) {
|
|
37
42
|
return value;
|
|
38
43
|
}
|
|
@@ -22,3 +22,4 @@ export declare function instanceOfResultCollectionMethod(value: any): boolean;
|
|
|
22
22
|
export declare function ResultCollectionMethodFromJSON(json: any): ResultCollectionMethod;
|
|
23
23
|
export declare function ResultCollectionMethodFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResultCollectionMethod;
|
|
24
24
|
export declare function ResultCollectionMethodToJSON(value?: ResultCollectionMethod | null): any;
|
|
25
|
+
export declare function ResultCollectionMethodToJSONTyped(value: any, ignoreDiscriminator: boolean): ResultCollectionMethod;
|
|
@@ -66,4 +66,5 @@ export interface Session {
|
|
|
66
66
|
export declare function instanceOfSession(value: object): value is Session;
|
|
67
67
|
export declare function SessionFromJSON(json: any): Session;
|
|
68
68
|
export declare function SessionFromJSONTyped(json: any, ignoreDiscriminator: boolean): Session;
|
|
69
|
-
export declare function SessionToJSON(
|
|
69
|
+
export declare function SessionToJSON(json: any): Session;
|
|
70
|
+
export declare function SessionToJSONTyped(value?: Session | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -44,7 +44,10 @@ export function SessionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
44
44
|
'updated': json['updated'],
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
|
-
export function SessionToJSON(
|
|
47
|
+
export function SessionToJSON(json) {
|
|
48
|
+
return SessionToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
export function SessionToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
51
|
if (value == null) {
|
|
49
52
|
return value;
|
|
50
53
|
}
|
|
@@ -30,3 +30,4 @@ export declare function instanceOfSessionErrorCode(value: any): boolean;
|
|
|
30
30
|
export declare function SessionErrorCodeFromJSON(json: any): SessionErrorCode;
|
|
31
31
|
export declare function SessionErrorCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionErrorCode;
|
|
32
32
|
export declare function SessionErrorCodeToJSON(value?: SessionErrorCode | null): any;
|
|
33
|
+
export declare function SessionErrorCodeToJSONTyped(value: any, ignoreDiscriminator: boolean): SessionErrorCode;
|
|
@@ -23,3 +23,4 @@ export declare function instanceOfSessionOrdering(value: any): boolean;
|
|
|
23
23
|
export declare function SessionOrderingFromJSON(json: any): SessionOrdering;
|
|
24
24
|
export declare function SessionOrderingFromJSONTyped(json: any, ignoreDiscriminator: boolean): SessionOrdering;
|
|
25
25
|
export declare function SessionOrderingToJSON(value?: SessionOrdering | null): any;
|
|
26
|
+
export declare function SessionOrderingToJSONTyped(value: any, ignoreDiscriminator: boolean): SessionOrdering;
|
package/dist/esm/models/Sex.d.ts
CHANGED
|
@@ -24,3 +24,4 @@ export declare function instanceOfSex(value: any): boolean;
|
|
|
24
24
|
export declare function SexFromJSON(json: any): Sex;
|
|
25
25
|
export declare function SexFromJSONTyped(json: any, ignoreDiscriminator: boolean): Sex;
|
|
26
26
|
export declare function SexToJSON(value?: Sex | null): any;
|
|
27
|
+
export declare function SexToJSONTyped(value: any, ignoreDiscriminator: boolean): Sex;
|
package/dist/esm/models/Sex.js
CHANGED
|
@@ -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 SmartIdInput
|
|
16
|
+
*/
|
|
17
|
+
export interface SmartIdInput {
|
|
18
|
+
/**
|
|
19
|
+
* The user's Smart ID Document Number
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof SmartIdInput
|
|
22
|
+
*/
|
|
23
|
+
smartIdDocumentNumber?: string | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the SmartIdInput interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfSmartIdInput(value: object): value is SmartIdInput;
|
|
29
|
+
export declare function SmartIdInputFromJSON(json: any): SmartIdInput;
|
|
30
|
+
export declare function SmartIdInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SmartIdInput;
|
|
31
|
+
export declare function SmartIdInputToJSON(json: any): SmartIdInput;
|
|
32
|
+
export declare function SmartIdInputToJSONTyped(value?: SmartIdInput | 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 SmartIdInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSmartIdInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function SmartIdInputFromJSON(json) {
|
|
21
|
+
return SmartIdInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function SmartIdInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'smartIdDocumentNumber': json['smartIdDocumentNumber'] == null ? undefined : json['smartIdDocumentNumber'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function SmartIdInputToJSON(json) {
|
|
32
|
+
return SmartIdInputToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function SmartIdInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'smartIdDocumentNumber': value['smartIdDocumentNumber'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -46,4 +46,5 @@ export interface SouthAfricaNidInput {
|
|
|
46
46
|
export declare function instanceOfSouthAfricaNidInput(value: object): value is SouthAfricaNidInput;
|
|
47
47
|
export declare function SouthAfricaNidInputFromJSON(json: any): SouthAfricaNidInput;
|
|
48
48
|
export declare function SouthAfricaNidInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SouthAfricaNidInput;
|
|
49
|
-
export declare function SouthAfricaNidInputToJSON(
|
|
49
|
+
export declare function SouthAfricaNidInputToJSON(json: any): SouthAfricaNidInput;
|
|
50
|
+
export declare function SouthAfricaNidInputToJSONTyped(value?: SouthAfricaNidInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -39,7 +39,10 @@ export function SouthAfricaNidInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
39
|
'nationalIdNumber': json['nationalIdNumber'],
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
|
-
export function SouthAfricaNidInputToJSON(
|
|
42
|
+
export function SouthAfricaNidInputToJSON(json) {
|
|
43
|
+
return SouthAfricaNidInputToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function SouthAfricaNidInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
46
|
if (value == null) {
|
|
44
47
|
return value;
|
|
45
48
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 SpidInput
|
|
16
|
+
*/
|
|
17
|
+
export interface SpidInput {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the specific IDP to invoke within SPID.
|
|
20
|
+
*
|
|
21
|
+
* If not specified, the user will be prompted to select an IDP.
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof SpidInput
|
|
24
|
+
*/
|
|
25
|
+
subProviderId?: string | null;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Check if a given object implements the SpidInput interface.
|
|
29
|
+
*/
|
|
30
|
+
export declare function instanceOfSpidInput(value: object): value is SpidInput;
|
|
31
|
+
export declare function SpidInputFromJSON(json: any): SpidInput;
|
|
32
|
+
export declare function SpidInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SpidInput;
|
|
33
|
+
export declare function SpidInputToJSON(json: any): SpidInput;
|
|
34
|
+
export declare function SpidInputToJSONTyped(value?: SpidInput | 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 SpidInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSpidInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function SpidInputFromJSON(json) {
|
|
21
|
+
return SpidInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function SpidInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'subProviderId': json['subProviderId'] == null ? undefined : json['subProviderId'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function SpidInputToJSON(json) {
|
|
32
|
+
return SpidInputToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function SpidInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'subProviderId': value['subProviderId'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -42,4 +42,5 @@ export interface StepRefreshInfo {
|
|
|
42
42
|
export declare function instanceOfStepRefreshInfo(value: object): value is StepRefreshInfo;
|
|
43
43
|
export declare function StepRefreshInfoFromJSON(json: any): StepRefreshInfo;
|
|
44
44
|
export declare function StepRefreshInfoFromJSONTyped(json: any, ignoreDiscriminator: boolean): StepRefreshInfo;
|
|
45
|
-
export declare function StepRefreshInfoToJSON(
|
|
45
|
+
export declare function StepRefreshInfoToJSON(json: any): StepRefreshInfo;
|
|
46
|
+
export declare function StepRefreshInfoToJSONTyped(value?: StepRefreshInfo | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -36,7 +36,10 @@ export function StepRefreshInfoFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
36
|
'timeToLiveSeconds': json['timeToLiveSeconds'],
|
|
37
37
|
};
|
|
38
38
|
}
|
|
39
|
-
export function StepRefreshInfoToJSON(
|
|
39
|
+
export function StepRefreshInfoToJSON(json) {
|
|
40
|
+
return StepRefreshInfoToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function StepRefreshInfoToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
43
|
if (value == null) {
|
|
41
44
|
return value;
|
|
42
45
|
}
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
* Information about a sub-provider.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface SubProviderMetadata
|
|
16
|
+
*/
|
|
17
|
+
export interface SubProviderMetadata {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the sub-provider.
|
|
20
|
+
*
|
|
21
|
+
* This cannot be used as a standalone Provider ID when creating a Session. It must
|
|
22
|
+
* be passed in via the Provider-specific input.
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof SubProviderMetadata
|
|
25
|
+
*/
|
|
26
|
+
id: string;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the sub-provider
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof SubProviderMetadata
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/**
|
|
34
|
+
* Flavor text for the sub-provider
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SubProviderMetadata
|
|
37
|
+
*/
|
|
38
|
+
description: string;
|
|
39
|
+
/**
|
|
40
|
+
* A URL pointing to the logo on Trinsic's CDN.
|
|
41
|
+
*
|
|
42
|
+
* May be a PNG, JPG, or SVG image.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof SubProviderMetadata
|
|
45
|
+
*/
|
|
46
|
+
logoUrl: string;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Check if a given object implements the SubProviderMetadata interface.
|
|
50
|
+
*/
|
|
51
|
+
export declare function instanceOfSubProviderMetadata(value: object): value is SubProviderMetadata;
|
|
52
|
+
export declare function SubProviderMetadataFromJSON(json: any): SubProviderMetadata;
|
|
53
|
+
export declare function SubProviderMetadataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubProviderMetadata;
|
|
54
|
+
export declare function SubProviderMetadataToJSON(json: any): SubProviderMetadata;
|
|
55
|
+
export declare function SubProviderMetadataToJSONTyped(value?: SubProviderMetadata | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,55 @@
|
|
|
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 SubProviderMetadata interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfSubProviderMetadata(value) {
|
|
18
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('logoUrl' in value) || value['logoUrl'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
export function SubProviderMetadataFromJSON(json) {
|
|
29
|
+
return SubProviderMetadataFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
export function SubProviderMetadataFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'id': json['id'],
|
|
37
|
+
'name': json['name'],
|
|
38
|
+
'description': json['description'],
|
|
39
|
+
'logoUrl': json['logoUrl'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function SubProviderMetadataToJSON(json) {
|
|
43
|
+
return SubProviderMetadataToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function SubProviderMetadataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'id': value['id'],
|
|
51
|
+
'name': value['name'],
|
|
52
|
+
'description': value['description'],
|
|
53
|
+
'logoUrl': value['logoUrl'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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 TrinsicTestDatabaseLookupInput
|
|
16
|
+
*/
|
|
17
|
+
export interface TrinsicTestDatabaseLookupInput {
|
|
18
|
+
/**
|
|
19
|
+
* The given name to use for the output of the test Session.
|
|
20
|
+
*
|
|
21
|
+
* This is required; if not provided, Trinsic's Fallback UI will be invoked to collect it
|
|
22
|
+
* from the user.
|
|
23
|
+
*
|
|
24
|
+
* Can be any non-empty value.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
27
|
+
*/
|
|
28
|
+
givenName?: string | null;
|
|
29
|
+
/**
|
|
30
|
+
* The family name to use for the output of the test Session.
|
|
31
|
+
*
|
|
32
|
+
* This is required; if not provided, Trinsic's Fallback UI will be invoked to collect it
|
|
33
|
+
* from the user.
|
|
34
|
+
*
|
|
35
|
+
* Can be any non-empty value.
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
38
|
+
*/
|
|
39
|
+
familyName?: string | null;
|
|
40
|
+
/**
|
|
41
|
+
* A 6-digit code; must be "123456" for the Session to succeed.
|
|
42
|
+
*
|
|
43
|
+
* This is required; if not provided, Trinsic's Fallback UI will be invoked to collect it
|
|
44
|
+
* from the user.
|
|
45
|
+
*
|
|
46
|
+
* Any other value will cause the Session to fail.
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
49
|
+
*/
|
|
50
|
+
identityCode?: string | null;
|
|
51
|
+
/**
|
|
52
|
+
* An optional selfie image, base64-encoded.
|
|
53
|
+
*
|
|
54
|
+
* Will replace the existing test selfie attachment output if provided.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof TrinsicTestDatabaseLookupInput
|
|
57
|
+
*/
|
|
58
|
+
selfieBase64?: string | null;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Check if a given object implements the TrinsicTestDatabaseLookupInput interface.
|
|
62
|
+
*/
|
|
63
|
+
export declare function instanceOfTrinsicTestDatabaseLookupInput(value: object): value is TrinsicTestDatabaseLookupInput;
|
|
64
|
+
export declare function TrinsicTestDatabaseLookupInputFromJSON(json: any): TrinsicTestDatabaseLookupInput;
|
|
65
|
+
export declare function TrinsicTestDatabaseLookupInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): TrinsicTestDatabaseLookupInput;
|
|
66
|
+
export declare function TrinsicTestDatabaseLookupInputToJSON(json: any): TrinsicTestDatabaseLookupInput;
|
|
67
|
+
export declare function TrinsicTestDatabaseLookupInputToJSONTyped(value?: TrinsicTestDatabaseLookupInput | 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 TrinsicTestDatabaseLookupInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfTrinsicTestDatabaseLookupInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function TrinsicTestDatabaseLookupInputFromJSON(json) {
|
|
21
|
+
return TrinsicTestDatabaseLookupInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function TrinsicTestDatabaseLookupInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'givenName': json['givenName'] == null ? undefined : json['givenName'],
|
|
29
|
+
'familyName': json['familyName'] == null ? undefined : json['familyName'],
|
|
30
|
+
'identityCode': json['identityCode'] == null ? undefined : json['identityCode'],
|
|
31
|
+
'selfieBase64': json['selfieBase64'] == null ? undefined : json['selfieBase64'],
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function TrinsicTestDatabaseLookupInputToJSON(json) {
|
|
35
|
+
return TrinsicTestDatabaseLookupInputToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function TrinsicTestDatabaseLookupInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'givenName': value['givenName'],
|
|
43
|
+
'familyName': value['familyName'],
|
|
44
|
+
'identityCode': value['identityCode'],
|
|
45
|
+
'selfieBase64': value['selfieBase64'],
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 TrinsicTestSubProvidersInput
|
|
16
|
+
*/
|
|
17
|
+
export interface TrinsicTestSubProvidersInput {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the specific IDP to invoke within the test federated provider.
|
|
20
|
+
*
|
|
21
|
+
* Valid options are `sub-provider-a` and `sub-provider-b`.
|
|
22
|
+
*
|
|
23
|
+
* If not specified, the user will be prompted to select one.
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof TrinsicTestSubProvidersInput
|
|
26
|
+
*/
|
|
27
|
+
subProviderId?: string | null;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the TrinsicTestSubProvidersInput interface.
|
|
31
|
+
*/
|
|
32
|
+
export declare function instanceOfTrinsicTestSubProvidersInput(value: object): value is TrinsicTestSubProvidersInput;
|
|
33
|
+
export declare function TrinsicTestSubProvidersInputFromJSON(json: any): TrinsicTestSubProvidersInput;
|
|
34
|
+
export declare function TrinsicTestSubProvidersInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): TrinsicTestSubProvidersInput;
|
|
35
|
+
export declare function TrinsicTestSubProvidersInputToJSON(json: any): TrinsicTestSubProvidersInput;
|
|
36
|
+
export declare function TrinsicTestSubProvidersInputToJSONTyped(value?: TrinsicTestSubProvidersInput | 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 TrinsicTestSubProvidersInput interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfTrinsicTestSubProvidersInput(value) {
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function TrinsicTestSubProvidersInputFromJSON(json) {
|
|
21
|
+
return TrinsicTestSubProvidersInputFromJSONTyped(json, false);
|
|
22
|
+
}
|
|
23
|
+
export function TrinsicTestSubProvidersInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
24
|
+
if (json == null) {
|
|
25
|
+
return json;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'subProviderId': json['subProviderId'] == null ? undefined : json['subProviderId'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function TrinsicTestSubProvidersInputToJSON(json) {
|
|
32
|
+
return TrinsicTestSubProvidersInputToJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
export function TrinsicTestSubProvidersInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'subProviderId': value['subProviderId'],
|
|
40
|
+
};
|
|
41
|
+
}
|