@vpdev2/metakyc 1.0.52 → 1.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/dist/client/endpoint-builder.d.ts +0 -1
  2. package/dist/client/error-handler.d.ts +0 -1
  3. package/dist/client/http-client.d.ts +0 -1
  4. package/dist/client/session.d.ts +18 -0
  5. package/dist/client/session.d.ts.map +1 -1
  6. package/dist/components/CreateApplicantForm.d.ts +6 -1
  7. package/dist/components/CreateApplicantForm.d.ts.map +1 -1
  8. package/dist/components/CreateCompanyApplicantForm.d.ts +0 -1
  9. package/dist/components/Header.d.ts +0 -1
  10. package/dist/components/KycWorkflow.d.ts +0 -1
  11. package/dist/components/Logo.d.ts +0 -1
  12. package/dist/components/core/Badge.d.ts +0 -1
  13. package/dist/components/core/Button.d.ts +0 -1
  14. package/dist/components/core/Card.d.ts +0 -1
  15. package/dist/components/core/Checkbox.d.ts +0 -1
  16. package/dist/components/core/FileUpload.d.ts +0 -1
  17. package/dist/components/core/Input.d.ts +0 -1
  18. package/dist/components/core/MultiSelect.d.ts +0 -1
  19. package/dist/components/core/PhoneInput.d.ts +0 -1
  20. package/dist/components/core/SearchableSelect.d.ts +0 -1
  21. package/dist/components/core/Select.d.ts +0 -1
  22. package/dist/components/core/Spinner.d.ts +0 -1
  23. package/dist/components/identity/IdentityVerificationStep.d.ts +0 -1
  24. package/dist/components/status/KycStatusDisplay.d.ts +0 -1
  25. package/dist/components/steps/AppropriatenessTestStep.d.ts +0 -1
  26. package/dist/components/steps/InvestorCategorizationStep.d.ts +0 -1
  27. package/dist/components/steps/OverviewStep.d.ts +0 -1
  28. package/dist/components/steps/QuestionnaireStep.d.ts +0 -1
  29. package/dist/components/steps/RiskScoringStep.d.ts +0 -1
  30. package/dist/components/steps/UploadDocumentStep.d.ts +0 -1
  31. package/dist/context/MetaKYCContext.d.ts +0 -1
  32. package/dist/context/MetaKYCProvider.d.ts +0 -1
  33. package/dist/context/useMetaKYC.d.ts +0 -1
  34. package/dist/hooks/useApplicant.d.ts +0 -1
  35. package/dist/hooks/useAppropriatenessTest.d.ts +0 -1
  36. package/dist/hooks/useIdentityVerification.d.ts +0 -1
  37. package/dist/hooks/useKycWorkflow.d.ts +0 -1
  38. package/dist/hooks/useOverview.d.ts +0 -1
  39. package/dist/hooks/useQuestionnaire.d.ts +0 -1
  40. package/dist/hooks/useRiskScoring.d.ts +0 -1
  41. package/dist/hooks/useUploadDocument.d.ts +0 -1
  42. package/dist/i18n/TranslationContext.d.ts +0 -1
  43. package/dist/i18n/index.d.ts +0 -1
  44. package/dist/i18n/locales/ar.d.ts +0 -1
  45. package/dist/i18n/locales/da.d.ts +0 -1
  46. package/dist/i18n/locales/de.d.ts +0 -1
  47. package/dist/i18n/locales/en.d.ts +0 -1
  48. package/dist/i18n/locales/es.d.ts +0 -1
  49. package/dist/i18n/locales/fi.d.ts +0 -1
  50. package/dist/i18n/locales/fr.d.ts +0 -1
  51. package/dist/i18n/locales/it.d.ts +0 -1
  52. package/dist/i18n/locales/ja.d.ts +0 -1
  53. package/dist/i18n/locales/nl.d.ts +0 -1
  54. package/dist/i18n/locales/no.d.ts +0 -1
  55. package/dist/i18n/locales/pl.d.ts +0 -1
  56. package/dist/i18n/locales/pt.d.ts +0 -1
  57. package/dist/i18n/locales/ru.d.ts +0 -1
  58. package/dist/i18n/locales/sv.d.ts +0 -1
  59. package/dist/i18n/locales/tr.d.ts +0 -1
  60. package/dist/i18n/locales/zh.d.ts +0 -1
  61. package/dist/identity/provider-manager.d.ts +0 -1
  62. package/dist/identity/providers/onfido.d.ts +0 -1
  63. package/dist/identity/providers/sardin-ai.d.ts +0 -1
  64. package/dist/identity/providers/sumsub.d.ts +0 -1
  65. package/dist/index.cjs +23 -23
  66. package/dist/index.cjs.map +1 -1
  67. package/dist/index.js +2930 -2887
  68. package/dist/index.js.map +1 -1
  69. package/dist/services/applicant.service.d.ts +0 -1
  70. package/dist/services/appropriateness-test.service.d.ts +0 -1
  71. package/dist/services/base-information.service.d.ts +0 -1
  72. package/dist/services/identity.service.d.ts +0 -1
  73. package/dist/services/investor-categorization.service.d.ts +0 -1
  74. package/dist/services/overview.service.d.ts +0 -1
  75. package/dist/services/questionnaire.service.d.ts +0 -1
  76. package/dist/services/risk-scoring.service.d.ts +0 -1
  77. package/dist/services/theme.service.d.ts +0 -1
  78. package/dist/services/translation.service.d.ts +0 -1
  79. package/dist/services/upload-document.service.d.ts +0 -1
  80. package/dist/state/step-router.d.ts +0 -1
  81. package/dist/state/workflow-orchestrator.d.ts +0 -1
  82. package/dist/state/workflow-state.d.ts +0 -1
  83. package/dist/theme/presets.d.ts +0 -1
  84. package/dist/theme/theme-manager.d.ts +0 -1
  85. package/dist/types/form-config.d.ts +0 -1
  86. package/dist/types/identity.d.ts +0 -1
  87. package/dist/types/risk-scoring.d.ts +0 -1
  88. package/dist/types/workflow.d.ts +0 -1
  89. package/dist/validation/appropriateness-schema.d.ts +0 -1
  90. package/dist/validation/questionnaire-schema.d.ts +0 -1
  91. package/dist/validation/risk-scoring-schema.d.ts +0 -1
  92. package/dist/validation/upload-document-schema.d.ts +0 -1
  93. package/dist/version.d.ts +1 -1
  94. package/package.json +8 -8
@@ -1,5 +1,4 @@
1
1
  import { EndpointConfig } from './config';
2
-
3
2
  /**
4
3
  * Builds API endpoint URLs based on the configured pattern
5
4
  */
@@ -1,5 +1,4 @@
1
1
  import { ApiError } from '../types';
2
-
3
2
  /**
4
3
  * Custom error class for MetaKYC API errors
5
4
  */
@@ -1,7 +1,6 @@
1
1
  import { AxiosInstance } from 'axios';
2
2
  import { MetaKYCClientConfig } from './config';
3
3
  import { ApiResponse } from '../types';
4
-
5
4
  /**
6
5
  * HTTP client for MetaKYC API
7
6
  * Handles all HTTP communication with configurable endpoints
@@ -1,3 +1,13 @@
1
+ export interface PreCreateApplicantParams {
2
+ workflowKey: string;
3
+ firstName: string;
4
+ lastName: string;
5
+ email: string;
6
+ phonenumber: string;
7
+ dateOfBirth?: string;
8
+ country?: string;
9
+ nationality?: string;
10
+ }
1
11
  export interface CreateSessionTokenParams {
2
12
  baseUrl: string;
3
13
  apiKey: string;
@@ -12,10 +22,18 @@ export interface CreateSessionTokenParams {
12
22
  * can only create/access applicants matching this externalRefId.
13
23
  */
14
24
  externalRefId?: string;
25
+ /**
26
+ * Optional: pre-create a skeleton applicant during token creation.
27
+ * When provided, the response includes `applicantId` which can be passed
28
+ * to the SDK so the CreateApplicantForm starts pre-filled.
29
+ */
30
+ applicant?: PreCreateApplicantParams;
15
31
  }
16
32
  export interface SessionTokenResult {
17
33
  accessToken: string;
18
34
  expiresInSeconds: number;
35
+ /** Present when an applicant was pre-created via the `applicant` parameter. */
36
+ applicantId?: number;
19
37
  }
20
38
  /**
21
39
  * Server-side utility to create a short-lived SDK session token.
@@ -1 +1 @@
1
- {"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../src/client/session.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,kEAAkE;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qEAAqE;IACrE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED;;;;;;;GAOG;AACH,qBAAa,cAAc;WACZ,WAAW,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CA+BxF"}
1
+ {"version":3,"file":"session.d.ts","sourceRoot":"","sources":["../../src/client/session.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,wBAAwB;IACvC,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,kEAAkE;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qEAAqE;IACrE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,wBAAwB,CAAC;CACtC;AAED,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,+EAA+E;IAC/E,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;;;;;;GAOG;AACH,qBAAa,cAAc;WACZ,WAAW,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAkCxF"}
@@ -1,8 +1,13 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface CreateApplicantFormProps {
4
3
  workflowKey?: string;
5
4
  externalRefId?: string;
5
+ /**
6
+ * When set, the form loads the existing applicant data and pre-fills all fields.
7
+ * On submit the applicantId is included in the payload so the backend runs the
8
+ * full creation setup on the existing skeleton rather than creating a new record.
9
+ */
10
+ applicantId?: number;
6
11
  onSuccess: (applicantId: number) => void;
7
12
  onCancel?: () => void;
8
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CreateApplicantForm.d.ts","sourceRoot":"","sources":["../../src/components/CreateApplicantForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAgBpE,MAAM,WAAW,wBAAwB;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AAsJD,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAsmClE,CAAC"}
1
+ {"version":3,"file":"CreateApplicantForm.d.ts","sourceRoot":"","sources":["../../src/components/CreateApplicantForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAgBpE,MAAM,WAAW,wBAAwB;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AAsJD,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAypClE,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface CreateCompanyApplicantFormProps {
4
3
  workflowKey?: string;
5
4
  externalRefId?: string;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface HeaderProps {
4
3
  /** Override the default title from theme */
5
4
  title?: string;
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { WorkflowResultType } from '../types';
3
-
4
3
  export interface KycWorkflowProps {
5
4
  applicantId: number;
6
5
  onComplete?: (result: WorkflowResultType) => void;
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { LogoConfig } from '../types/theme';
3
-
4
3
  export interface LogoProps {
5
4
  config?: LogoConfig;
6
5
  className?: string;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface BadgeProps extends React.HTMLAttributes<HTMLSpanElement> {
4
3
  variant?: 'default' | 'success' | 'danger' | 'warning' | 'info';
5
4
  children: React.ReactNode;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
4
3
  variant?: 'primary' | 'secondary' | 'outline' | 'danger' | 'ghost';
5
4
  size?: 'sm' | 'md' | 'lg';
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface CardProps extends React.HTMLAttributes<HTMLDivElement> {
4
3
  children: React.ReactNode;
5
4
  }
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  interface CheckboxProps {
4
3
  checked: boolean;
5
4
  onChange: (checked: boolean) => void;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface FileUploadProps {
4
3
  label?: string;
5
4
  subtitle?: string;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
4
3
  label?: string;
5
4
  error?: string;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface MultiSelectOption {
4
3
  value: string;
5
4
  label: string;
@@ -1,5 +1,4 @@
1
1
  import { InputProps } from './Input';
2
-
3
2
  export interface PhoneInputProps extends Omit<InputProps, 'type' | 'leftIcon'> {
4
3
  countryCode?: string;
5
4
  onCountryCodeChange?: (code: string) => void;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface SearchableSelectOption {
4
3
  value: string;
5
4
  label: string;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface SelectOption {
4
3
  value: string;
5
4
  label: string;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface SpinnerProps extends React.HTMLAttributes<HTMLDivElement> {
4
3
  size?: 'sm' | 'md' | 'lg';
5
4
  }
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface IdentityVerificationStepProps {
4
3
  applicantId: number;
5
4
  onComplete?: () => void;
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { KycStatus, ReviewStatus, WorkflowResultType } from '../../types';
3
-
4
3
  export interface KycStatusDisplayProps {
5
4
  kycStatus: KycStatus | null;
6
5
  reviewStatus: ReviewStatus;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface AppropriatenessTestStepProps {
4
3
  applicantId: number;
5
4
  onComplete?: () => void;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface InvestorCategorizationStepProps {
4
3
  applicantId: number;
5
4
  onComplete?: () => void;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface OverviewStepProps {
4
3
  applicantId: number;
5
4
  onComplete?: () => void;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface QuestionnaireStepProps {
4
3
  applicantId: number;
5
4
  onComplete?: () => void;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface RiskScoringStepProps {
4
3
  applicantId: number;
5
4
  onComplete?: () => void;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export interface UploadDocumentStepProps {
4
3
  applicantId: number;
5
4
  onComplete?: () => void;
@@ -4,7 +4,6 @@ import { WorkflowOrchestrator } from '../state';
4
4
  import { MetaKYCClientConfig } from '../client/config';
5
5
  import { ThemeManager } from '../theme/theme-manager';
6
6
  import { ThemeConfig } from '../types/theme';
7
-
8
7
  /**
9
8
  * MetaKYC context value
10
9
  */
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { MetaKYCClientConfig } from '../client/config';
3
-
4
3
  /**
5
4
  * Props for MetaKYCProvider
6
5
  */
@@ -1,5 +1,4 @@
1
1
  import { MetaKYCContextValue } from './MetaKYCContext';
2
-
3
2
  /**
4
3
  * Hook to access MetaKYC context
5
4
  * @throws Error if used outside MetaKYCProvider
@@ -1,5 +1,4 @@
1
1
  import { ApplicantRegistrationRequestInput, CompanyApplicantRegistrationRequestInput, ProgressApplicantResult, ApplicantDataDto } from '../types';
2
-
3
2
  /**
4
3
  * Hook to manage applicant operations
5
4
  */
@@ -1,5 +1,4 @@
1
1
  import { AppropriatenessTestOutputDto, FillAppropriatenessTestInput, FillAppropriatenessTestResult } from '../types';
2
-
3
2
  /**
4
3
  * Hook to manage appropriateness test data and submission
5
4
  */
@@ -1,5 +1,4 @@
1
1
  import { ApplicantRegistrationRequestOutput } from '../types';
2
-
3
2
  /**
4
3
  * Hook to manage identity verification
5
4
  */
@@ -1,6 +1,5 @@
1
1
  import { ProgressApplicantResult, ApplicantProgressStatus } from '../types';
2
2
  import { WorkflowOrchestrator } from '../state';
3
-
4
3
  /**
5
4
  * Hook to manage KYC workflow state and progression
6
5
  */
@@ -1,5 +1,4 @@
1
1
  import { OverviewDataDto } from '../types';
2
-
3
2
  /**
4
3
  * Hook to manage overview data and submission
5
4
  */
@@ -1,5 +1,4 @@
1
1
  import { QuestionnaireOutput, FillQuestionnarieInput, FillQuestionnairesResult } from '../types';
2
-
3
2
  type InitialAnswers = Record<number, string[]>;
4
3
  /**
5
4
  * Hook to manage questionnaire data and submission
@@ -1,5 +1,4 @@
1
1
  import { RiskCriteriaDto, RiskCalculationInput, RiskScoringResult } from '../types';
2
-
3
2
  type InitialAnswers = Record<number, string[]>;
4
3
  /**
5
4
  * Hook to manage risk scoring
@@ -1,5 +1,4 @@
1
1
  import { UploadDocumentOutputDto, FillUploadDocumentInput } from '../types';
2
-
3
2
  /**
4
3
  * Hook to manage upload document data and submission
5
4
  */
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { TranslationDictionary, PartialTranslationDictionary } from './types';
3
-
4
3
  export type TFunction = (key: string, params?: Record<string, string | number>) => string;
5
4
  interface TranslationContextValue {
6
5
  t: TFunction;
@@ -1,5 +1,4 @@
1
1
  import { TranslationDictionary, PartialTranslationDictionary } from './types';
2
-
3
2
  export type { TranslationDictionary, PartialTranslationDictionary };
4
3
  export declare const bundledLocales: Record<string, TranslationDictionary>;
5
4
  /**
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const ar: TranslationDictionary;
4
3
  //# sourceMappingURL=ar.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const da: TranslationDictionary;
4
3
  //# sourceMappingURL=da.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const de: TranslationDictionary;
4
3
  //# sourceMappingURL=de.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const en: TranslationDictionary;
4
3
  //# sourceMappingURL=en.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const es: TranslationDictionary;
4
3
  //# sourceMappingURL=es.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const fi: TranslationDictionary;
4
3
  //# sourceMappingURL=fi.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const fr: TranslationDictionary;
4
3
  //# sourceMappingURL=fr.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const it: TranslationDictionary;
4
3
  //# sourceMappingURL=it.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const ja: TranslationDictionary;
4
3
  //# sourceMappingURL=ja.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const nl: TranslationDictionary;
4
3
  //# sourceMappingURL=nl.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const no: TranslationDictionary;
4
3
  //# sourceMappingURL=no.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const pl: TranslationDictionary;
4
3
  //# sourceMappingURL=pl.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const pt: TranslationDictionary;
4
3
  //# sourceMappingURL=pt.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const ru: TranslationDictionary;
4
3
  //# sourceMappingURL=ru.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const sv: TranslationDictionary;
4
3
  //# sourceMappingURL=sv.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const tr: TranslationDictionary;
4
3
  //# sourceMappingURL=tr.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import { TranslationDictionary } from '../types';
2
-
3
2
  export declare const zh: TranslationDictionary;
4
3
  //# sourceMappingURL=zh.d.ts.map
@@ -2,7 +2,6 @@ import { IdentityVerificationProvider } from '../types';
2
2
  import { SumsubProvider } from './providers/sumsub';
3
3
  import { OnfidoProvider } from './providers/onfido';
4
4
  import { SardinAIProvider } from './providers/sardin-ai';
5
-
6
5
  /**
7
6
  * Identity provider manager
8
7
  * Factory for creating and managing identity verification providers
@@ -1,5 +1,4 @@
1
1
  import { OnfidoConfig } from '../../types';
2
-
3
2
  declare global {
4
3
  interface Window {
5
4
  Onfido?: any;
@@ -1,5 +1,4 @@
1
1
  import { SardinAIConfig } from '../../types';
2
-
3
2
  declare global {
4
3
  interface Window {
5
4
  _Sardine?: {
@@ -1,5 +1,4 @@
1
1
  import { SumsubConfig } from '../../types';
2
-
3
2
  declare global {
4
3
  interface Window {
5
4
  snsWebSdk?: any;