@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
|
@@ -59,4 +59,5 @@ export interface DocumentData {
|
|
|
59
59
|
export declare function instanceOfDocumentData(value: object): value is DocumentData;
|
|
60
60
|
export declare function DocumentDataFromJSON(json: any): DocumentData;
|
|
61
61
|
export declare function DocumentDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentData;
|
|
62
|
-
export declare function DocumentDataToJSON(
|
|
62
|
+
export declare function DocumentDataToJSON(json: any): DocumentData;
|
|
63
|
+
export declare function DocumentDataToJSONTyped(value?: DocumentData | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfDocumentData = instanceOfDocumentData;
|
|
|
17
17
|
exports.DocumentDataFromJSON = DocumentDataFromJSON;
|
|
18
18
|
exports.DocumentDataFromJSONTyped = DocumentDataFromJSONTyped;
|
|
19
19
|
exports.DocumentDataToJSON = DocumentDataToJSON;
|
|
20
|
+
exports.DocumentDataToJSONTyped = DocumentDataToJSONTyped;
|
|
20
21
|
const DocumentType_1 = require("./DocumentType");
|
|
21
22
|
/**
|
|
22
23
|
* Check if a given object implements the DocumentData interface.
|
|
@@ -40,7 +41,10 @@ function DocumentDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
41
|
'issuingAuthority': json['issuingAuthority'] == null ? undefined : json['issuingAuthority'],
|
|
41
42
|
};
|
|
42
43
|
}
|
|
43
|
-
function DocumentDataToJSON(
|
|
44
|
+
function DocumentDataToJSON(json) {
|
|
45
|
+
return DocumentDataToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function DocumentDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
48
|
if (value == null) {
|
|
45
49
|
return value;
|
|
46
50
|
}
|
|
@@ -28,4 +28,5 @@ export interface DocumentScanAttachments {
|
|
|
28
28
|
export declare function instanceOfDocumentScanAttachments(value: object): value is DocumentScanAttachments;
|
|
29
29
|
export declare function DocumentScanAttachmentsFromJSON(json: any): DocumentScanAttachments;
|
|
30
30
|
export declare function DocumentScanAttachmentsFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentScanAttachments;
|
|
31
|
-
export declare function DocumentScanAttachmentsToJSON(
|
|
31
|
+
export declare function DocumentScanAttachmentsToJSON(json: any): DocumentScanAttachments;
|
|
32
|
+
export declare function DocumentScanAttachmentsToJSONTyped(value?: DocumentScanAttachments | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfDocumentScanAttachments = instanceOfDocumentScanAttachments;
|
|
|
17
17
|
exports.DocumentScanAttachmentsFromJSON = DocumentScanAttachmentsFromJSON;
|
|
18
18
|
exports.DocumentScanAttachmentsFromJSONTyped = DocumentScanAttachmentsFromJSONTyped;
|
|
19
19
|
exports.DocumentScanAttachmentsToJSON = DocumentScanAttachmentsToJSON;
|
|
20
|
+
exports.DocumentScanAttachmentsToJSONTyped = DocumentScanAttachmentsToJSONTyped;
|
|
20
21
|
/**
|
|
21
22
|
* Check if a given object implements the DocumentScanAttachments interface.
|
|
22
23
|
*/
|
|
@@ -34,7 +35,10 @@ function DocumentScanAttachmentsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
35
|
'report': json['report'] == null ? undefined : json['report'],
|
|
35
36
|
};
|
|
36
37
|
}
|
|
37
|
-
function DocumentScanAttachmentsToJSON(
|
|
38
|
+
function DocumentScanAttachmentsToJSON(json) {
|
|
39
|
+
return DocumentScanAttachmentsToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function DocumentScanAttachmentsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
42
|
if (value == null) {
|
|
39
43
|
return value;
|
|
40
44
|
}
|
|
@@ -24,3 +24,4 @@ export declare function instanceOfDocumentType(value: any): boolean;
|
|
|
24
24
|
export declare function DocumentTypeFromJSON(json: any): DocumentType;
|
|
25
25
|
export declare function DocumentTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentType;
|
|
26
26
|
export declare function DocumentTypeToJSON(value?: DocumentType | null): any;
|
|
27
|
+
export declare function DocumentTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): DocumentType;
|
|
@@ -18,6 +18,7 @@ exports.instanceOfDocumentType = instanceOfDocumentType;
|
|
|
18
18
|
exports.DocumentTypeFromJSON = DocumentTypeFromJSON;
|
|
19
19
|
exports.DocumentTypeFromJSONTyped = DocumentTypeFromJSONTyped;
|
|
20
20
|
exports.DocumentTypeToJSON = DocumentTypeToJSON;
|
|
21
|
+
exports.DocumentTypeToJSONTyped = DocumentTypeToJSONTyped;
|
|
21
22
|
/**
|
|
22
23
|
*
|
|
23
24
|
* @export
|
|
@@ -47,3 +48,6 @@ function DocumentTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
48
|
function DocumentTypeToJSON(value) {
|
|
48
49
|
return value;
|
|
49
50
|
}
|
|
51
|
+
function DocumentTypeToJSONTyped(value, ignoreDiscriminator) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
@@ -28,4 +28,5 @@ export interface GetAttachmentRequest {
|
|
|
28
28
|
export declare function instanceOfGetAttachmentRequest(value: object): value is GetAttachmentRequest;
|
|
29
29
|
export declare function GetAttachmentRequestFromJSON(json: any): GetAttachmentRequest;
|
|
30
30
|
export declare function GetAttachmentRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAttachmentRequest;
|
|
31
|
-
export declare function GetAttachmentRequestToJSON(
|
|
31
|
+
export declare function GetAttachmentRequestToJSON(json: any): GetAttachmentRequest;
|
|
32
|
+
export declare function GetAttachmentRequestToJSONTyped(value?: GetAttachmentRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfGetAttachmentRequest = instanceOfGetAttachmentRequest;
|
|
|
17
17
|
exports.GetAttachmentRequestFromJSON = GetAttachmentRequestFromJSON;
|
|
18
18
|
exports.GetAttachmentRequestFromJSONTyped = GetAttachmentRequestFromJSONTyped;
|
|
19
19
|
exports.GetAttachmentRequestToJSON = GetAttachmentRequestToJSON;
|
|
20
|
+
exports.GetAttachmentRequestToJSONTyped = GetAttachmentRequestToJSONTyped;
|
|
20
21
|
/**
|
|
21
22
|
* Check if a given object implements the GetAttachmentRequest interface.
|
|
22
23
|
*/
|
|
@@ -36,7 +37,10 @@ function GetAttachmentRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
37
|
'attachmentAccessKey': json['attachmentAccessKey'],
|
|
37
38
|
};
|
|
38
39
|
}
|
|
39
|
-
function GetAttachmentRequestToJSON(
|
|
40
|
+
function GetAttachmentRequestToJSON(json) {
|
|
41
|
+
return GetAttachmentRequestToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function GetAttachmentRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
44
|
if (value == null) {
|
|
41
45
|
return value;
|
|
42
46
|
}
|
|
@@ -34,4 +34,5 @@ export interface GetAttachmentResponse {
|
|
|
34
34
|
export declare function instanceOfGetAttachmentResponse(value: object): value is GetAttachmentResponse;
|
|
35
35
|
export declare function GetAttachmentResponseFromJSON(json: any): GetAttachmentResponse;
|
|
36
36
|
export declare function GetAttachmentResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAttachmentResponse;
|
|
37
|
-
export declare function GetAttachmentResponseToJSON(
|
|
37
|
+
export declare function GetAttachmentResponseToJSON(json: any): GetAttachmentResponse;
|
|
38
|
+
export declare function GetAttachmentResponseToJSONTyped(value?: GetAttachmentResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfGetAttachmentResponse = instanceOfGetAttachmentResponse;
|
|
|
17
17
|
exports.GetAttachmentResponseFromJSON = GetAttachmentResponseFromJSON;
|
|
18
18
|
exports.GetAttachmentResponseFromJSONTyped = GetAttachmentResponseFromJSONTyped;
|
|
19
19
|
exports.GetAttachmentResponseToJSON = GetAttachmentResponseToJSON;
|
|
20
|
+
exports.GetAttachmentResponseToJSONTyped = GetAttachmentResponseToJSONTyped;
|
|
20
21
|
/**
|
|
21
22
|
* Check if a given object implements the GetAttachmentResponse interface.
|
|
22
23
|
*/
|
|
@@ -39,7 +40,10 @@ function GetAttachmentResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
40
|
'contentType': json['contentType'],
|
|
40
41
|
};
|
|
41
42
|
}
|
|
42
|
-
function GetAttachmentResponseToJSON(
|
|
43
|
+
function GetAttachmentResponseToJSON(json) {
|
|
44
|
+
return GetAttachmentResponseToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function GetAttachmentResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
47
|
if (value == null) {
|
|
44
48
|
return value;
|
|
45
49
|
}
|
|
@@ -29,4 +29,5 @@ export interface GetSessionResponse {
|
|
|
29
29
|
export declare function instanceOfGetSessionResponse(value: object): value is GetSessionResponse;
|
|
30
30
|
export declare function GetSessionResponseFromJSON(json: any): GetSessionResponse;
|
|
31
31
|
export declare function GetSessionResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSessionResponse;
|
|
32
|
-
export declare function GetSessionResponseToJSON(
|
|
32
|
+
export declare function GetSessionResponseToJSON(json: any): GetSessionResponse;
|
|
33
|
+
export declare function GetSessionResponseToJSONTyped(value?: GetSessionResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfGetSessionResponse = instanceOfGetSessionResponse;
|
|
|
17
17
|
exports.GetSessionResponseFromJSON = GetSessionResponseFromJSON;
|
|
18
18
|
exports.GetSessionResponseFromJSONTyped = GetSessionResponseFromJSONTyped;
|
|
19
19
|
exports.GetSessionResponseToJSON = GetSessionResponseToJSON;
|
|
20
|
+
exports.GetSessionResponseToJSONTyped = GetSessionResponseToJSONTyped;
|
|
20
21
|
const Session_1 = require("./Session");
|
|
21
22
|
/**
|
|
22
23
|
* Check if a given object implements the GetSessionResponse interface.
|
|
@@ -37,7 +38,10 @@ function GetSessionResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
38
|
'session': (0, Session_1.SessionFromJSON)(json['session']),
|
|
38
39
|
};
|
|
39
40
|
}
|
|
40
|
-
function GetSessionResponseToJSON(
|
|
41
|
+
function GetSessionResponseToJSON(json) {
|
|
42
|
+
return GetSessionResponseToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function GetSessionResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
45
|
if (value == null) {
|
|
42
46
|
return value;
|
|
43
47
|
}
|
|
@@ -28,4 +28,5 @@ export interface GetSessionResultRequest {
|
|
|
28
28
|
export declare function instanceOfGetSessionResultRequest(value: object): value is GetSessionResultRequest;
|
|
29
29
|
export declare function GetSessionResultRequestFromJSON(json: any): GetSessionResultRequest;
|
|
30
30
|
export declare function GetSessionResultRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSessionResultRequest;
|
|
31
|
-
export declare function GetSessionResultRequestToJSON(
|
|
31
|
+
export declare function GetSessionResultRequestToJSON(json: any): GetSessionResultRequest;
|
|
32
|
+
export declare function GetSessionResultRequestToJSONTyped(value?: GetSessionResultRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfGetSessionResultRequest = instanceOfGetSessionResultRequest;
|
|
|
17
17
|
exports.GetSessionResultRequestFromJSON = GetSessionResultRequestFromJSON;
|
|
18
18
|
exports.GetSessionResultRequestFromJSONTyped = GetSessionResultRequestFromJSONTyped;
|
|
19
19
|
exports.GetSessionResultRequestToJSON = GetSessionResultRequestToJSON;
|
|
20
|
+
exports.GetSessionResultRequestToJSONTyped = GetSessionResultRequestToJSONTyped;
|
|
20
21
|
/**
|
|
21
22
|
* Check if a given object implements the GetSessionResultRequest interface.
|
|
22
23
|
*/
|
|
@@ -36,7 +37,10 @@ function GetSessionResultRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
37
|
'resultsAccessKey': json['resultsAccessKey'],
|
|
37
38
|
};
|
|
38
39
|
}
|
|
39
|
-
function GetSessionResultRequestToJSON(
|
|
40
|
+
function GetSessionResultRequestToJSON(json) {
|
|
41
|
+
return GetSessionResultRequestToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function GetSessionResultRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
44
|
if (value == null) {
|
|
41
45
|
return value;
|
|
42
46
|
}
|
|
@@ -36,4 +36,5 @@ export interface GetSessionResultResponse {
|
|
|
36
36
|
export declare function instanceOfGetSessionResultResponse(value: object): value is GetSessionResultResponse;
|
|
37
37
|
export declare function GetSessionResultResponseFromJSON(json: any): GetSessionResultResponse;
|
|
38
38
|
export declare function GetSessionResultResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSessionResultResponse;
|
|
39
|
-
export declare function GetSessionResultResponseToJSON(
|
|
39
|
+
export declare function GetSessionResultResponseToJSON(json: any): GetSessionResultResponse;
|
|
40
|
+
export declare function GetSessionResultResponseToJSONTyped(value?: GetSessionResultResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfGetSessionResultResponse = instanceOfGetSessionResultResponse;
|
|
|
17
17
|
exports.GetSessionResultResponseFromJSON = GetSessionResultResponseFromJSON;
|
|
18
18
|
exports.GetSessionResultResponseFromJSONTyped = GetSessionResultResponseFromJSONTyped;
|
|
19
19
|
exports.GetSessionResultResponseToJSON = GetSessionResultResponseToJSON;
|
|
20
|
+
exports.GetSessionResultResponseToJSONTyped = GetSessionResultResponseToJSONTyped;
|
|
20
21
|
const IdentityData_1 = require("./IdentityData");
|
|
21
22
|
const Session_1 = require("./Session");
|
|
22
23
|
/**
|
|
@@ -39,7 +40,10 @@ function GetSessionResultResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
40
|
'identityData': json['identityData'] == null ? undefined : (0, IdentityData_1.IdentityDataFromJSON)(json['identityData']),
|
|
40
41
|
};
|
|
41
42
|
}
|
|
42
|
-
function GetSessionResultResponseToJSON(
|
|
43
|
+
function GetSessionResultResponseToJSON(json) {
|
|
44
|
+
return GetSessionResultResponseToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function GetSessionResultResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
47
|
if (value == null) {
|
|
44
48
|
return value;
|
|
45
49
|
}
|
|
@@ -60,4 +60,5 @@ export interface HttpValidationProblemDetails {
|
|
|
60
60
|
export declare function instanceOfHttpValidationProblemDetails(value: object): value is HttpValidationProblemDetails;
|
|
61
61
|
export declare function HttpValidationProblemDetailsFromJSON(json: any): HttpValidationProblemDetails;
|
|
62
62
|
export declare function HttpValidationProblemDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): HttpValidationProblemDetails;
|
|
63
|
-
export declare function HttpValidationProblemDetailsToJSON(
|
|
63
|
+
export declare function HttpValidationProblemDetailsToJSON(json: any): HttpValidationProblemDetails;
|
|
64
|
+
export declare function HttpValidationProblemDetailsToJSONTyped(value?: HttpValidationProblemDetails | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfHttpValidationProblemDetails = instanceOfHttpValidationProblem
|
|
|
17
17
|
exports.HttpValidationProblemDetailsFromJSON = HttpValidationProblemDetailsFromJSON;
|
|
18
18
|
exports.HttpValidationProblemDetailsFromJSONTyped = HttpValidationProblemDetailsFromJSONTyped;
|
|
19
19
|
exports.HttpValidationProblemDetailsToJSON = HttpValidationProblemDetailsToJSON;
|
|
20
|
+
exports.HttpValidationProblemDetailsToJSONTyped = HttpValidationProblemDetailsToJSONTyped;
|
|
20
21
|
/**
|
|
21
22
|
* Check if a given object implements the HttpValidationProblemDetails interface.
|
|
22
23
|
*/
|
|
@@ -39,7 +40,10 @@ function HttpValidationProblemDetailsFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
39
40
|
'errors': json['errors'] == null ? undefined : json['errors'],
|
|
40
41
|
};
|
|
41
42
|
}
|
|
42
|
-
function HttpValidationProblemDetailsToJSON(
|
|
43
|
+
function HttpValidationProblemDetailsToJSON(json) {
|
|
44
|
+
return HttpValidationProblemDetailsToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function HttpValidationProblemDetailsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
47
|
if (value == null) {
|
|
44
48
|
return value;
|
|
45
49
|
}
|
|
@@ -24,6 +24,12 @@ export interface IdentityData {
|
|
|
24
24
|
* @memberof IdentityData
|
|
25
25
|
*/
|
|
26
26
|
originatingProviderId?: string | null;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof IdentityData
|
|
31
|
+
*/
|
|
32
|
+
originatingSubProviderId?: string | null;
|
|
27
33
|
/**
|
|
28
34
|
*
|
|
29
35
|
* @type {PersonData}
|
|
@@ -49,4 +55,5 @@ export interface IdentityData {
|
|
|
49
55
|
export declare function instanceOfIdentityData(value: object): value is IdentityData;
|
|
50
56
|
export declare function IdentityDataFromJSON(json: any): IdentityData;
|
|
51
57
|
export declare function IdentityDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): IdentityData;
|
|
52
|
-
export declare function IdentityDataToJSON(
|
|
58
|
+
export declare function IdentityDataToJSON(json: any): IdentityData;
|
|
59
|
+
export declare function IdentityDataToJSONTyped(value?: IdentityData | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfIdentityData = instanceOfIdentityData;
|
|
|
17
17
|
exports.IdentityDataFromJSON = IdentityDataFromJSON;
|
|
18
18
|
exports.IdentityDataFromJSONTyped = IdentityDataFromJSONTyped;
|
|
19
19
|
exports.IdentityDataToJSON = IdentityDataToJSON;
|
|
20
|
+
exports.IdentityDataToJSONTyped = IdentityDataToJSONTyped;
|
|
20
21
|
const DocumentData_1 = require("./DocumentData");
|
|
21
22
|
const PersonData_1 = require("./PersonData");
|
|
22
23
|
const AttachmentAccessKeys_1 = require("./AttachmentAccessKeys");
|
|
@@ -35,17 +36,22 @@ function IdentityDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
35
36
|
}
|
|
36
37
|
return {
|
|
37
38
|
'originatingProviderId': json['originatingProviderId'] == null ? undefined : json['originatingProviderId'],
|
|
39
|
+
'originatingSubProviderId': json['originatingSubProviderId'] == null ? undefined : json['originatingSubProviderId'],
|
|
38
40
|
'person': json['person'] == null ? undefined : (0, PersonData_1.PersonDataFromJSON)(json['person']),
|
|
39
41
|
'document': json['document'] == null ? undefined : (0, DocumentData_1.DocumentDataFromJSON)(json['document']),
|
|
40
42
|
'attachmentAccessKeys': json['attachmentAccessKeys'] == null ? undefined : (0, AttachmentAccessKeys_1.AttachmentAccessKeysFromJSON)(json['attachmentAccessKeys']),
|
|
41
43
|
};
|
|
42
44
|
}
|
|
43
|
-
function IdentityDataToJSON(
|
|
45
|
+
function IdentityDataToJSON(json) {
|
|
46
|
+
return IdentityDataToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function IdentityDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
49
|
if (value == null) {
|
|
45
50
|
return value;
|
|
46
51
|
}
|
|
47
52
|
return {
|
|
48
53
|
'originatingProviderId': value['originatingProviderId'],
|
|
54
|
+
'originatingSubProviderId': value['originatingSubProviderId'],
|
|
49
55
|
'person': (0, PersonData_1.PersonDataToJSON)(value['person']),
|
|
50
56
|
'document': (0, DocumentData_1.DocumentDataToJSON)(value['document']),
|
|
51
57
|
'attachmentAccessKeys': (0, AttachmentAccessKeys_1.AttachmentAccessKeysToJSON)(value['attachmentAccessKeys']),
|
|
@@ -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 IdinInput
|
|
16
|
+
*/
|
|
17
|
+
export interface IdinInput {
|
|
18
|
+
/**
|
|
19
|
+
* The ID of the specific bank to invoke with IDIN.
|
|
20
|
+
*
|
|
21
|
+
* If not specified, the user will be prompted to select a bank.
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof IdinInput
|
|
24
|
+
*/
|
|
25
|
+
subProviderId?: string | null;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Check if a given object implements the IdinInput interface.
|
|
29
|
+
*/
|
|
30
|
+
export declare function instanceOfIdinInput(value: object): value is IdinInput;
|
|
31
|
+
export declare function IdinInputFromJSON(json: any): IdinInput;
|
|
32
|
+
export declare function IdinInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): IdinInput;
|
|
33
|
+
export declare function IdinInputToJSON(json: any): IdinInput;
|
|
34
|
+
export declare function IdinInputToJSONTyped(value?: IdinInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfIdinInput = instanceOfIdinInput;
|
|
17
|
+
exports.IdinInputFromJSON = IdinInputFromJSON;
|
|
18
|
+
exports.IdinInputFromJSONTyped = IdinInputFromJSONTyped;
|
|
19
|
+
exports.IdinInputToJSON = IdinInputToJSON;
|
|
20
|
+
exports.IdinInputToJSONTyped = IdinInputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the IdinInput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfIdinInput(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function IdinInputFromJSON(json) {
|
|
28
|
+
return IdinInputFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function IdinInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'subProviderId': json['subProviderId'] == null ? undefined : json['subProviderId'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function IdinInputToJSON(json) {
|
|
39
|
+
return IdinInputToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function IdinInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'subProviderId': value['subProviderId'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -40,4 +40,5 @@ export interface IndonesiaNikInput {
|
|
|
40
40
|
export declare function instanceOfIndonesiaNikInput(value: object): value is IndonesiaNikInput;
|
|
41
41
|
export declare function IndonesiaNikInputFromJSON(json: any): IndonesiaNikInput;
|
|
42
42
|
export declare function IndonesiaNikInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): IndonesiaNikInput;
|
|
43
|
-
export declare function IndonesiaNikInputToJSON(
|
|
43
|
+
export declare function IndonesiaNikInputToJSON(json: any): IndonesiaNikInput;
|
|
44
|
+
export declare function IndonesiaNikInputToJSONTyped(value?: IndonesiaNikInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfIndonesiaNikInput = instanceOfIndonesiaNikInput;
|
|
|
17
17
|
exports.IndonesiaNikInputFromJSON = IndonesiaNikInputFromJSON;
|
|
18
18
|
exports.IndonesiaNikInputFromJSONTyped = IndonesiaNikInputFromJSONTyped;
|
|
19
19
|
exports.IndonesiaNikInputToJSON = IndonesiaNikInputToJSON;
|
|
20
|
+
exports.IndonesiaNikInputToJSONTyped = IndonesiaNikInputToJSONTyped;
|
|
20
21
|
/**
|
|
21
22
|
* Check if a given object implements the IndonesiaNikInput interface.
|
|
22
23
|
*/
|
|
@@ -42,7 +43,10 @@ function IndonesiaNikInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
42
43
|
'nikIdNumber': json['nikIdNumber'],
|
|
43
44
|
};
|
|
44
45
|
}
|
|
45
|
-
function IndonesiaNikInputToJSON(
|
|
46
|
+
function IndonesiaNikInputToJSON(json) {
|
|
47
|
+
return IndonesiaNikInputToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function IndonesiaNikInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
50
|
if (value == null) {
|
|
47
51
|
return value;
|
|
48
52
|
}
|
|
@@ -26,3 +26,4 @@ export declare function instanceOfIntegrationCapability(value: any): boolean;
|
|
|
26
26
|
export declare function IntegrationCapabilityFromJSON(json: any): IntegrationCapability;
|
|
27
27
|
export declare function IntegrationCapabilityFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationCapability;
|
|
28
28
|
export declare function IntegrationCapabilityToJSON(value?: IntegrationCapability | null): any;
|
|
29
|
+
export declare function IntegrationCapabilityToJSONTyped(value: any, ignoreDiscriminator: boolean): IntegrationCapability;
|
|
@@ -18,6 +18,7 @@ exports.instanceOfIntegrationCapability = instanceOfIntegrationCapability;
|
|
|
18
18
|
exports.IntegrationCapabilityFromJSON = IntegrationCapabilityFromJSON;
|
|
19
19
|
exports.IntegrationCapabilityFromJSONTyped = IntegrationCapabilityFromJSONTyped;
|
|
20
20
|
exports.IntegrationCapabilityToJSON = IntegrationCapabilityToJSON;
|
|
21
|
+
exports.IntegrationCapabilityToJSONTyped = IntegrationCapabilityToJSONTyped;
|
|
21
22
|
/**
|
|
22
23
|
*
|
|
23
24
|
* @export
|
|
@@ -49,3 +50,6 @@ function IntegrationCapabilityFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
49
50
|
function IntegrationCapabilityToJSON(value) {
|
|
50
51
|
return value;
|
|
51
52
|
}
|
|
53
|
+
function IntegrationCapabilityToJSONTyped(value, ignoreDiscriminator) {
|
|
54
|
+
return value;
|
|
55
|
+
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
export declare const IntegrationLaunchMethod: {
|
|
17
17
|
readonly LaunchBrowser: "LaunchBrowser";
|
|
18
|
-
readonly
|
|
18
|
+
readonly None: "None";
|
|
19
19
|
readonly DeeplinkToMobile: "DeeplinkToMobile";
|
|
20
20
|
readonly ShowContent: "ShowContent";
|
|
21
21
|
};
|
|
@@ -24,3 +24,4 @@ export declare function instanceOfIntegrationLaunchMethod(value: any): boolean;
|
|
|
24
24
|
export declare function IntegrationLaunchMethodFromJSON(json: any): IntegrationLaunchMethod;
|
|
25
25
|
export declare function IntegrationLaunchMethodFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationLaunchMethod;
|
|
26
26
|
export declare function IntegrationLaunchMethodToJSON(value?: IntegrationLaunchMethod | null): any;
|
|
27
|
+
export declare function IntegrationLaunchMethodToJSONTyped(value: any, ignoreDiscriminator: boolean): IntegrationLaunchMethod;
|
|
@@ -18,13 +18,14 @@ exports.instanceOfIntegrationLaunchMethod = instanceOfIntegrationLaunchMethod;
|
|
|
18
18
|
exports.IntegrationLaunchMethodFromJSON = IntegrationLaunchMethodFromJSON;
|
|
19
19
|
exports.IntegrationLaunchMethodFromJSONTyped = IntegrationLaunchMethodFromJSONTyped;
|
|
20
20
|
exports.IntegrationLaunchMethodToJSON = IntegrationLaunchMethodToJSON;
|
|
21
|
+
exports.IntegrationLaunchMethodToJSONTyped = IntegrationLaunchMethodToJSONTyped;
|
|
21
22
|
/**
|
|
22
23
|
*
|
|
23
24
|
* @export
|
|
24
25
|
*/
|
|
25
26
|
exports.IntegrationLaunchMethod = {
|
|
26
27
|
LaunchBrowser: 'LaunchBrowser',
|
|
27
|
-
|
|
28
|
+
None: 'None',
|
|
28
29
|
DeeplinkToMobile: 'DeeplinkToMobile',
|
|
29
30
|
ShowContent: 'ShowContent'
|
|
30
31
|
};
|
|
@@ -47,3 +48,6 @@ function IntegrationLaunchMethodFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
48
|
function IntegrationLaunchMethodToJSON(value) {
|
|
48
49
|
return value;
|
|
49
50
|
}
|
|
51
|
+
function IntegrationLaunchMethodToJSONTyped(value, ignoreDiscriminator) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
@@ -34,7 +34,7 @@ export interface IntegrationStep {
|
|
|
34
34
|
* @type {StepRefreshInfo}
|
|
35
35
|
* @memberof IntegrationStep
|
|
36
36
|
*/
|
|
37
|
-
refresh
|
|
37
|
+
refresh?: StepRefreshInfo | null;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Check if a given object implements the IntegrationStep interface.
|
|
@@ -42,4 +42,5 @@ export interface IntegrationStep {
|
|
|
42
42
|
export declare function instanceOfIntegrationStep(value: object): value is IntegrationStep;
|
|
43
43
|
export declare function IntegrationStepFromJSON(json: any): IntegrationStep;
|
|
44
44
|
export declare function IntegrationStepFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntegrationStep;
|
|
45
|
-
export declare function IntegrationStepToJSON(
|
|
45
|
+
export declare function IntegrationStepToJSON(json: any): IntegrationStep;
|
|
46
|
+
export declare function IntegrationStepToJSONTyped(value?: IntegrationStep | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfIntegrationStep = instanceOfIntegrationStep;
|
|
|
17
17
|
exports.IntegrationStepFromJSON = IntegrationStepFromJSON;
|
|
18
18
|
exports.IntegrationStepFromJSONTyped = IntegrationStepFromJSONTyped;
|
|
19
19
|
exports.IntegrationStepToJSON = IntegrationStepToJSON;
|
|
20
|
+
exports.IntegrationStepToJSONTyped = IntegrationStepToJSONTyped;
|
|
20
21
|
const StepRefreshInfo_1 = require("./StepRefreshInfo");
|
|
21
22
|
const IntegrationLaunchMethod_1 = require("./IntegrationLaunchMethod");
|
|
22
23
|
/**
|
|
@@ -27,8 +28,6 @@ function instanceOfIntegrationStep(value) {
|
|
|
27
28
|
return false;
|
|
28
29
|
if (!('content' in value) || value['content'] === undefined)
|
|
29
30
|
return false;
|
|
30
|
-
if (!('refresh' in value) || value['refresh'] === undefined)
|
|
31
|
-
return false;
|
|
32
31
|
return true;
|
|
33
32
|
}
|
|
34
33
|
function IntegrationStepFromJSON(json) {
|
|
@@ -41,10 +40,13 @@ function IntegrationStepFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
41
40
|
return {
|
|
42
41
|
'method': (0, IntegrationLaunchMethod_1.IntegrationLaunchMethodFromJSON)(json['method']),
|
|
43
42
|
'content': json['content'],
|
|
44
|
-
'refresh': (0, StepRefreshInfo_1.StepRefreshInfoFromJSON)(json['refresh']),
|
|
43
|
+
'refresh': json['refresh'] == null ? undefined : (0, StepRefreshInfo_1.StepRefreshInfoFromJSON)(json['refresh']),
|
|
45
44
|
};
|
|
46
45
|
}
|
|
47
|
-
function IntegrationStepToJSON(
|
|
46
|
+
function IntegrationStepToJSON(json) {
|
|
47
|
+
return IntegrationStepToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function IntegrationStepToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
50
|
if (value == null) {
|
|
49
51
|
return value;
|
|
50
52
|
}
|
|
@@ -58,4 +58,5 @@ export interface KenyaNidInput {
|
|
|
58
58
|
export declare function instanceOfKenyaNidInput(value: object): value is KenyaNidInput;
|
|
59
59
|
export declare function KenyaNidInputFromJSON(json: any): KenyaNidInput;
|
|
60
60
|
export declare function KenyaNidInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): KenyaNidInput;
|
|
61
|
-
export declare function KenyaNidInputToJSON(
|
|
61
|
+
export declare function KenyaNidInputToJSON(json: any): KenyaNidInput;
|
|
62
|
+
export declare function KenyaNidInputToJSONTyped(value?: KenyaNidInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -17,6 +17,7 @@ exports.instanceOfKenyaNidInput = instanceOfKenyaNidInput;
|
|
|
17
17
|
exports.KenyaNidInputFromJSON = KenyaNidInputFromJSON;
|
|
18
18
|
exports.KenyaNidInputFromJSONTyped = KenyaNidInputFromJSONTyped;
|
|
19
19
|
exports.KenyaNidInputToJSON = KenyaNidInputToJSON;
|
|
20
|
+
exports.KenyaNidInputToJSONTyped = KenyaNidInputToJSONTyped;
|
|
20
21
|
/**
|
|
21
22
|
* Check if a given object implements the KenyaNidInput interface.
|
|
22
23
|
*/
|
|
@@ -49,7 +50,10 @@ function KenyaNidInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
49
50
|
'nationalIdNumber': json['nationalIdNumber'],
|
|
50
51
|
};
|
|
51
52
|
}
|
|
52
|
-
function KenyaNidInputToJSON(
|
|
53
|
+
function KenyaNidInputToJSON(json) {
|
|
54
|
+
return KenyaNidInputToJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
function KenyaNidInputToJSONTyped(value, ignoreDiscriminator = false) {
|
|
53
57
|
if (value == null) {
|
|
54
58
|
return value;
|
|
55
59
|
}
|
|
@@ -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 Language: {
|
|
17
|
+
readonly Lit: "LIT";
|
|
18
|
+
readonly Est: "EST";
|
|
19
|
+
readonly Eng: "ENG";
|
|
20
|
+
readonly Rus: "RUS";
|
|
21
|
+
};
|
|
22
|
+
export type Language = typeof Language[keyof typeof Language];
|
|
23
|
+
export declare function instanceOfLanguage(value: any): boolean;
|
|
24
|
+
export declare function LanguageFromJSON(json: any): Language;
|
|
25
|
+
export declare function LanguageFromJSONTyped(json: any, ignoreDiscriminator: boolean): Language;
|
|
26
|
+
export declare function LanguageToJSON(value?: Language | null): any;
|
|
27
|
+
export declare function LanguageToJSONTyped(value: any, ignoreDiscriminator: boolean): Language;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Trinsic API
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v1
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.Language = void 0;
|
|
17
|
+
exports.instanceOfLanguage = instanceOfLanguage;
|
|
18
|
+
exports.LanguageFromJSON = LanguageFromJSON;
|
|
19
|
+
exports.LanguageFromJSONTyped = LanguageFromJSONTyped;
|
|
20
|
+
exports.LanguageToJSON = LanguageToJSON;
|
|
21
|
+
exports.LanguageToJSONTyped = LanguageToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.Language = {
|
|
27
|
+
Lit: 'LIT',
|
|
28
|
+
Est: 'EST',
|
|
29
|
+
Eng: 'ENG',
|
|
30
|
+
Rus: 'RUS'
|
|
31
|
+
};
|
|
32
|
+
function instanceOfLanguage(value) {
|
|
33
|
+
for (const key in exports.Language) {
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(exports.Language, key)) {
|
|
35
|
+
if (exports.Language[key] === value) {
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
function LanguageFromJSON(json) {
|
|
43
|
+
return LanguageFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function LanguageFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
return json;
|
|
47
|
+
}
|
|
48
|
+
function LanguageToJSON(value) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
function LanguageToJSONTyped(value, ignoreDiscriminator) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|