@nexeraid/identity-schemas 2.37.0 → 2.38.0-dev

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 (92) hide show
  1. package/dist/{CoinMarketCap.schema-6a1ff221.cjs.prod.cjs → CoinMarketCap.schema-5142a776.cjs.prod.cjs} +23 -12
  2. package/dist/{CoinMarketCap.schema-aefa43e8.cjs.dev.cjs → CoinMarketCap.schema-f5000da2.cjs.dev.cjs} +23 -12
  3. package/dist/{CoinMarketCap.schema-280414c3.esm.mjs → CoinMarketCap.schema-f9a98f8e.esm.mjs} +11 -2
  4. package/dist/declarations/src/customer.schema.d.ts +7 -0
  5. package/dist/declarations/src/customer.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity/app-requests.schema.d.ts +358 -170
  7. package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
  9. package/dist/declarations/src/identity/identity-v2.schema.d.ts +86 -42
  10. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  11. package/dist/declarations/src/identity/kyc.schema.d.ts +190 -94
  12. package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
  13. package/dist/declarations/src/identity/query.schema.d.ts +141 -565
  14. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  15. package/dist/declarations/src/identity/scenario.schema.d.ts +316 -562
  16. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
  17. package/dist/declarations/src/identity/zkps.schema.d.ts +145 -53
  18. package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
  19. package/dist/declarations/src/index.d.ts +1 -0
  20. package/dist/declarations/src/index.d.ts.map +1 -1
  21. package/dist/declarations/src/providers/comply-advantage/comply-advantage.schema.d.ts +42 -42
  22. package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +16 -16
  23. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +36 -36
  24. package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +32 -32
  25. package/dist/declarations/src/providers/provider.schema.d.ts +469 -469
  26. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +36 -36
  27. package/dist/declarations/src/providers/synaps/synaps.schema.d.ts +100 -100
  28. package/dist/declarations/src/vault/data-link.schema.d.ts +8 -0
  29. package/dist/declarations/src/vault/data-link.schema.d.ts.map +1 -0
  30. package/dist/declarations/src/vault/index.d.ts +3 -0
  31. package/dist/declarations/src/vault/index.d.ts.map +1 -0
  32. package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +897 -0
  33. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +47 -0
  34. package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -0
  35. package/dist/declarations/src/vault/schemas/generated/KycSession.schema.json.d.ts +1859 -0
  36. package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts +219 -0
  37. package/dist/declarations/src/vault/schemas/generated/KycSession.type.d.ts.map +1 -0
  38. package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +1139 -0
  39. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +61 -0
  40. package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -0
  41. package/dist/declarations/src/vault/vault.schema.d.ts +2808 -0
  42. package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -0
  43. package/dist/declarations/src/verifiable-credentials/index.d.ts +5 -10
  44. package/dist/declarations/src/verifiable-credentials/index.d.ts.map +1 -1
  45. package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts +8764 -0
  46. package/dist/declarations/src/verifiable-credentials/vcs.schema.d.ts.map +1 -0
  47. package/dist/declarations/src/webhooks/alert.webhooks.schema.d.ts +2 -2
  48. package/dist/declarations/src/webhooks/customer.webhooks.schema.d.ts +28 -28
  49. package/dist/declarations/src/webhooks/send-verification-flow-webhook.schema.d.ts +100 -100
  50. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +1362 -1480
  51. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
  52. package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +2 -2
  53. package/dist/{frontend-utilities.schema-2cdacfcb.cjs.dev.cjs → frontend-utilities.schema-3dbbc782.cjs.dev.cjs} +7 -6
  54. package/dist/{frontend-utilities.schema-2c6e346e.esm.mjs → frontend-utilities.schema-aae337dd.esm.mjs} +2 -1
  55. package/dist/{frontend-utilities.schema-fb803ead.cjs.prod.cjs → frontend-utilities.schema-b58a8d24.cjs.prod.cjs} +7 -6
  56. package/dist/identity-api.schema-185a6e6e.cjs.dev.cjs +2012 -0
  57. package/dist/identity-api.schema-774e69d4.cjs.prod.cjs +2012 -0
  58. package/dist/identity-api.schema-80658b16.esm.mjs +1654 -0
  59. package/dist/nexeraid-identity-schemas.cjs.dev.cjs +124 -98
  60. package/dist/nexeraid-identity-schemas.cjs.prod.cjs +124 -98
  61. package/dist/nexeraid-identity-schemas.esm.mjs +5 -4
  62. package/dist/package.json +25 -5
  63. package/dist/vault.schema-05a9f7fa.cjs.dev.cjs +6349 -0
  64. package/dist/vault.schema-d868aba3.cjs.prod.cjs +6349 -0
  65. package/dist/vault.schema-dc014e8d.esm.mjs +6238 -0
  66. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +16 -22
  67. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +16 -22
  68. package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +3 -1
  69. package/package.json +25 -5
  70. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +4 -2
  71. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +4 -2
  72. package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +4 -2
  73. package/vault/dist/nexeraid-identity-schemas-vault.cjs.cjs +7 -0
  74. package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.cts +2 -0
  75. package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.mts +2 -0
  76. package/vault/dist/nexeraid-identity-schemas-vault.cjs.d.ts +2 -0
  77. package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +25 -0
  78. package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +25 -0
  79. package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -0
  80. package/vault/package.json +4 -0
  81. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +35 -20
  82. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +35 -20
  83. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +4 -2
  84. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +22 -17
  85. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +22 -17
  86. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +8 -3
  87. package/dist/identity-api.schema-79b2c3a7.esm.mjs +0 -3485
  88. package/dist/identity-api.schema-ab731fb2.cjs.prod.cjs +0 -3895
  89. package/dist/identity-api.schema-d2a8b678.cjs.dev.cjs +0 -3895
  90. package/dist/transaction.schema-16357ae0.esm.mjs +0 -65
  91. package/dist/transaction.schema-548b315f.cjs.prod.cjs +0 -101
  92. package/dist/transaction.schema-8c266a30.cjs.dev.cjs +0 -101
@@ -33,12 +33,12 @@ export declare const NestedSession: z.ZodObject<{
33
33
  type: z.ZodString;
34
34
  }, "strip", z.ZodTypeAny, {
35
35
  id: string;
36
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
37
36
  type: string;
37
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
38
38
  }, {
39
39
  id: string;
40
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
41
40
  type: string;
41
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
42
42
  }>, "many">;
43
43
  }, "strip", z.ZodTypeAny, {
44
44
  id: string;
@@ -47,8 +47,8 @@ export declare const NestedSession: z.ZodObject<{
47
47
  alias: string;
48
48
  steps: {
49
49
  id: string;
50
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
51
50
  type: string;
51
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
52
52
  }[];
53
53
  }, {
54
54
  id: string;
@@ -57,8 +57,8 @@ export declare const NestedSession: z.ZodObject<{
57
57
  alias: string;
58
58
  steps: {
59
59
  id: string;
60
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
61
60
  type: string;
61
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
62
62
  }[];
63
63
  }>;
64
64
  export declare const Session: z.ZodObject<{
@@ -83,12 +83,12 @@ export declare const Session: z.ZodObject<{
83
83
  type: z.ZodString;
84
84
  }, "strip", z.ZodTypeAny, {
85
85
  id: string;
86
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
87
86
  type: string;
87
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
88
88
  }, {
89
89
  id: string;
90
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
91
90
  type: string;
91
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
92
92
  }>, "many">;
93
93
  }, "strip", z.ZodTypeAny, {
94
94
  id: string;
@@ -97,8 +97,8 @@ export declare const Session: z.ZodObject<{
97
97
  alias: string;
98
98
  steps: {
99
99
  id: string;
100
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
101
100
  type: string;
101
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
102
102
  }[];
103
103
  }, {
104
104
  id: string;
@@ -107,8 +107,8 @@ export declare const Session: z.ZodObject<{
107
107
  alias: string;
108
108
  steps: {
109
109
  id: string;
110
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
111
110
  type: string;
111
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
112
112
  }[];
113
113
  }>;
114
114
  }, "strip", z.ZodTypeAny, {
@@ -123,8 +123,8 @@ export declare const Session: z.ZodObject<{
123
123
  alias: string;
124
124
  steps: {
125
125
  id: string;
126
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
127
126
  type: string;
127
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
128
128
  }[];
129
129
  };
130
130
  }, {
@@ -139,8 +139,8 @@ export declare const Session: z.ZodObject<{
139
139
  alias: string;
140
140
  steps: {
141
141
  id: string;
142
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
143
142
  type: string;
143
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
144
144
  }[];
145
145
  };
146
146
  }>;
@@ -167,12 +167,12 @@ export declare const SessionWithoutSteps: z.ZodObject<{
167
167
  type: z.ZodString;
168
168
  }, "strip", z.ZodTypeAny, {
169
169
  id: string;
170
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
171
170
  type: string;
171
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
172
172
  }, {
173
173
  id: string;
174
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
175
174
  type: string;
175
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
176
176
  }>, "many">;
177
177
  }, "steps">, "strip", z.ZodTypeAny, {
178
178
  id: string;
@@ -246,19 +246,19 @@ export declare const DocumentIdMetadata: z.ZodObject<{
246
246
  document_number: z.ZodString;
247
247
  nationality: z.ZodString;
248
248
  }, "strip", z.ZodTypeAny, {
249
+ nationality: string;
249
250
  firstname: string;
250
251
  lastname: string;
251
252
  birth_date: string;
252
253
  document_expiration: string;
253
254
  document_number: string;
254
- nationality: string;
255
255
  }, {
256
+ nationality: string;
256
257
  firstname: string;
257
258
  lastname: string;
258
259
  birth_date: string;
259
260
  document_expiration: string;
260
261
  document_number: string;
261
- nationality: string;
262
262
  }>;
263
263
  files: z.ZodObject<{
264
264
  front: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -412,12 +412,12 @@ export declare const DocumentIdMetadata: z.ZodObject<{
412
412
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
413
413
  country: string;
414
414
  fields: {
415
+ nationality: string;
415
416
  firstname: string;
416
417
  lastname: string;
417
418
  birth_date: string;
418
419
  document_expiration: string;
419
420
  document_number: string;
420
- nationality: string;
421
421
  };
422
422
  files: {
423
423
  front?: {
@@ -457,12 +457,12 @@ export declare const DocumentIdMetadata: z.ZodObject<{
457
457
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
458
458
  country: string;
459
459
  fields: {
460
+ nationality: string;
460
461
  firstname: string;
461
462
  lastname: string;
462
463
  birth_date: string;
463
464
  document_expiration: string;
464
465
  document_number: string;
465
- nationality: string;
466
466
  };
467
467
  files: {
468
468
  front?: {
@@ -832,16 +832,16 @@ export declare const AMLMetadata: z.ZodObject<{
832
832
  country: z.ZodString;
833
833
  }, "strip", z.ZodTypeAny, {
834
834
  country: string;
835
+ nationality: string;
835
836
  firstname: string;
836
837
  lastname: string;
837
838
  birth_date: string;
838
- nationality: string;
839
839
  }, {
840
840
  country: string;
841
+ nationality: string;
841
842
  firstname: string;
842
843
  lastname: string;
843
844
  birth_date: string;
844
- nationality: string;
845
845
  }>;
846
846
  hits: z.ZodArray<z.ZodObject<{
847
847
  fields: z.ZodArray<z.ZodUnknown, "many">;
@@ -867,12 +867,12 @@ export declare const AMLMetadata: z.ZodObject<{
867
867
  birth_date: z.ZodString;
868
868
  nationality: z.ZodString;
869
869
  }, "strip", z.ZodTypeAny, {
870
- birth_date: string;
871
870
  nationality: string;
871
+ birth_date: string;
872
872
  full_name: string;
873
873
  }, {
874
- birth_date: string;
875
874
  nationality: string;
875
+ birth_date: string;
876
876
  full_name: string;
877
877
  }>;
878
878
  type: z.ZodArray<z.ZodString, "many">;
@@ -887,8 +887,8 @@ export declare const AMLMetadata: z.ZodObject<{
887
887
  }[];
888
888
  aliases: string[];
889
889
  info: {
890
- birth_date: string;
891
890
  nationality: string;
891
+ birth_date: string;
892
892
  full_name: string;
893
893
  };
894
894
  }, {
@@ -902,8 +902,8 @@ export declare const AMLMetadata: z.ZodObject<{
902
902
  }[];
903
903
  aliases: string[];
904
904
  info: {
905
- birth_date: string;
906
905
  nationality: string;
906
+ birth_date: string;
907
907
  full_name: string;
908
908
  };
909
909
  }>, "many">;
@@ -923,17 +923,17 @@ export declare const AMLMetadata: z.ZodObject<{
923
923
  }[];
924
924
  aliases: string[];
925
925
  info: {
926
- birth_date: string;
927
926
  nationality: string;
927
+ birth_date: string;
928
928
  full_name: string;
929
929
  };
930
930
  }[];
931
931
  customer_info: {
932
932
  country: string;
933
+ nationality: string;
933
934
  firstname: string;
934
935
  lastname: string;
935
936
  birth_date: string;
936
- nationality: string;
937
937
  };
938
938
  action_required: boolean;
939
939
  monitored: boolean;
@@ -950,17 +950,17 @@ export declare const AMLMetadata: z.ZodObject<{
950
950
  }[];
951
951
  aliases: string[];
952
952
  info: {
953
- birth_date: string;
954
953
  nationality: string;
954
+ birth_date: string;
955
955
  full_name: string;
956
956
  };
957
957
  }[];
958
958
  customer_info: {
959
959
  country: string;
960
+ nationality: string;
960
961
  firstname: string;
961
962
  lastname: string;
962
963
  birth_date: string;
963
- nationality: string;
964
964
  };
965
965
  action_required: boolean;
966
966
  monitored: boolean;
@@ -979,17 +979,17 @@ export declare const AMLMetadata: z.ZodObject<{
979
979
  }[];
980
980
  aliases: string[];
981
981
  info: {
982
- birth_date: string;
983
982
  nationality: string;
983
+ birth_date: string;
984
984
  full_name: string;
985
985
  };
986
986
  }[];
987
987
  customer_info: {
988
988
  country: string;
989
+ nationality: string;
989
990
  firstname: string;
990
991
  lastname: string;
991
992
  birth_date: string;
992
- nationality: string;
993
993
  };
994
994
  action_required: boolean;
995
995
  monitored: boolean;
@@ -1008,17 +1008,17 @@ export declare const AMLMetadata: z.ZodObject<{
1008
1008
  }[];
1009
1009
  aliases: string[];
1010
1010
  info: {
1011
- birth_date: string;
1012
1011
  nationality: string;
1012
+ birth_date: string;
1013
1013
  full_name: string;
1014
1014
  };
1015
1015
  }[];
1016
1016
  customer_info: {
1017
1017
  country: string;
1018
+ nationality: string;
1018
1019
  firstname: string;
1019
1020
  lastname: string;
1020
1021
  birth_date: string;
1021
- nationality: string;
1022
1022
  };
1023
1023
  action_required: boolean;
1024
1024
  monitored: boolean;
@@ -1089,19 +1089,19 @@ export declare const Step: z.ZodObject<{
1089
1089
  document_number: z.ZodString;
1090
1090
  nationality: z.ZodString;
1091
1091
  }, "strip", z.ZodTypeAny, {
1092
+ nationality: string;
1092
1093
  firstname: string;
1093
1094
  lastname: string;
1094
1095
  birth_date: string;
1095
1096
  document_expiration: string;
1096
1097
  document_number: string;
1097
- nationality: string;
1098
1098
  }, {
1099
+ nationality: string;
1099
1100
  firstname: string;
1100
1101
  lastname: string;
1101
1102
  birth_date: string;
1102
1103
  document_expiration: string;
1103
1104
  document_number: string;
1104
- nationality: string;
1105
1105
  }>;
1106
1106
  files: z.ZodObject<{
1107
1107
  front: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -1255,12 +1255,12 @@ export declare const Step: z.ZodObject<{
1255
1255
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
1256
1256
  country: string;
1257
1257
  fields: {
1258
+ nationality: string;
1258
1259
  firstname: string;
1259
1260
  lastname: string;
1260
1261
  birth_date: string;
1261
1262
  document_expiration: string;
1262
1263
  document_number: string;
1263
- nationality: string;
1264
1264
  };
1265
1265
  files: {
1266
1266
  front?: {
@@ -1300,12 +1300,12 @@ export declare const Step: z.ZodObject<{
1300
1300
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
1301
1301
  country: string;
1302
1302
  fields: {
1303
+ nationality: string;
1303
1304
  firstname: string;
1304
1305
  lastname: string;
1305
1306
  birth_date: string;
1306
1307
  document_expiration: string;
1307
1308
  document_number: string;
1308
- nationality: string;
1309
1309
  };
1310
1310
  files: {
1311
1311
  front?: {
@@ -1666,16 +1666,16 @@ export declare const Step: z.ZodObject<{
1666
1666
  country: z.ZodString;
1667
1667
  }, "strip", z.ZodTypeAny, {
1668
1668
  country: string;
1669
+ nationality: string;
1669
1670
  firstname: string;
1670
1671
  lastname: string;
1671
1672
  birth_date: string;
1672
- nationality: string;
1673
1673
  }, {
1674
1674
  country: string;
1675
+ nationality: string;
1675
1676
  firstname: string;
1676
1677
  lastname: string;
1677
1678
  birth_date: string;
1678
- nationality: string;
1679
1679
  }>;
1680
1680
  hits: z.ZodArray<z.ZodObject<{
1681
1681
  fields: z.ZodArray<z.ZodUnknown, "many">;
@@ -1701,12 +1701,12 @@ export declare const Step: z.ZodObject<{
1701
1701
  birth_date: z.ZodString;
1702
1702
  nationality: z.ZodString;
1703
1703
  }, "strip", z.ZodTypeAny, {
1704
- birth_date: string;
1705
1704
  nationality: string;
1705
+ birth_date: string;
1706
1706
  full_name: string;
1707
1707
  }, {
1708
- birth_date: string;
1709
1708
  nationality: string;
1709
+ birth_date: string;
1710
1710
  full_name: string;
1711
1711
  }>;
1712
1712
  type: z.ZodArray<z.ZodString, "many">;
@@ -1721,8 +1721,8 @@ export declare const Step: z.ZodObject<{
1721
1721
  }[];
1722
1722
  aliases: string[];
1723
1723
  info: {
1724
- birth_date: string;
1725
1724
  nationality: string;
1725
+ birth_date: string;
1726
1726
  full_name: string;
1727
1727
  };
1728
1728
  }, {
@@ -1736,8 +1736,8 @@ export declare const Step: z.ZodObject<{
1736
1736
  }[];
1737
1737
  aliases: string[];
1738
1738
  info: {
1739
- birth_date: string;
1740
1739
  nationality: string;
1740
+ birth_date: string;
1741
1741
  full_name: string;
1742
1742
  };
1743
1743
  }>, "many">;
@@ -1757,17 +1757,17 @@ export declare const Step: z.ZodObject<{
1757
1757
  }[];
1758
1758
  aliases: string[];
1759
1759
  info: {
1760
- birth_date: string;
1761
1760
  nationality: string;
1761
+ birth_date: string;
1762
1762
  full_name: string;
1763
1763
  };
1764
1764
  }[];
1765
1765
  customer_info: {
1766
1766
  country: string;
1767
+ nationality: string;
1767
1768
  firstname: string;
1768
1769
  lastname: string;
1769
1770
  birth_date: string;
1770
- nationality: string;
1771
1771
  };
1772
1772
  action_required: boolean;
1773
1773
  monitored: boolean;
@@ -1784,17 +1784,17 @@ export declare const Step: z.ZodObject<{
1784
1784
  }[];
1785
1785
  aliases: string[];
1786
1786
  info: {
1787
- birth_date: string;
1788
1787
  nationality: string;
1788
+ birth_date: string;
1789
1789
  full_name: string;
1790
1790
  };
1791
1791
  }[];
1792
1792
  customer_info: {
1793
1793
  country: string;
1794
+ nationality: string;
1794
1795
  firstname: string;
1795
1796
  lastname: string;
1796
1797
  birth_date: string;
1797
- nationality: string;
1798
1798
  };
1799
1799
  action_required: boolean;
1800
1800
  monitored: boolean;
@@ -1813,17 +1813,17 @@ export declare const Step: z.ZodObject<{
1813
1813
  }[];
1814
1814
  aliases: string[];
1815
1815
  info: {
1816
- birth_date: string;
1817
1816
  nationality: string;
1817
+ birth_date: string;
1818
1818
  full_name: string;
1819
1819
  };
1820
1820
  }[];
1821
1821
  customer_info: {
1822
1822
  country: string;
1823
+ nationality: string;
1823
1824
  firstname: string;
1824
1825
  lastname: string;
1825
1826
  birth_date: string;
1826
- nationality: string;
1827
1827
  };
1828
1828
  action_required: boolean;
1829
1829
  monitored: boolean;
@@ -1842,17 +1842,17 @@ export declare const Step: z.ZodObject<{
1842
1842
  }[];
1843
1843
  aliases: string[];
1844
1844
  info: {
1845
- birth_date: string;
1846
1845
  nationality: string;
1846
+ birth_date: string;
1847
1847
  full_name: string;
1848
1848
  };
1849
1849
  }[];
1850
1850
  customer_info: {
1851
1851
  country: string;
1852
+ nationality: string;
1852
1853
  firstname: string;
1853
1854
  lastname: string;
1854
1855
  birth_date: string;
1855
- nationality: string;
1856
1856
  };
1857
1857
  action_required: boolean;
1858
1858
  monitored: boolean;
@@ -1860,8 +1860,8 @@ export declare const Step: z.ZodObject<{
1860
1860
  }>]>>>;
1861
1861
  }, "strip", z.ZodTypeAny, {
1862
1862
  id: string;
1863
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
1864
1863
  type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
1864
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
1865
1865
  metadata: {
1866
1866
  ip: string;
1867
1867
  user_agent: string;
@@ -1905,17 +1905,17 @@ export declare const Step: z.ZodObject<{
1905
1905
  }[];
1906
1906
  aliases: string[];
1907
1907
  info: {
1908
- birth_date: string;
1909
1908
  nationality: string;
1909
+ birth_date: string;
1910
1910
  full_name: string;
1911
1911
  };
1912
1912
  }[];
1913
1913
  customer_info: {
1914
1914
  country: string;
1915
+ nationality: string;
1915
1916
  firstname: string;
1916
1917
  lastname: string;
1917
1918
  birth_date: string;
1918
- nationality: string;
1919
1919
  };
1920
1920
  action_required: boolean;
1921
1921
  monitored: boolean;
@@ -1932,12 +1932,12 @@ export declare const Step: z.ZodObject<{
1932
1932
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
1933
1933
  country: string;
1934
1934
  fields: {
1935
+ nationality: string;
1935
1936
  firstname: string;
1936
1937
  lastname: string;
1937
1938
  birth_date: string;
1938
1939
  document_expiration: string;
1939
1940
  document_number: string;
1940
- nationality: string;
1941
1941
  };
1942
1942
  files: {
1943
1943
  front?: {
@@ -2014,8 +2014,8 @@ export declare const Step: z.ZodObject<{
2014
2014
  } | null | undefined;
2015
2015
  }, {
2016
2016
  id: string;
2017
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2018
2017
  type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
2018
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2019
2019
  metadata: {
2020
2020
  ip: string;
2021
2021
  user_agent: string;
@@ -2059,17 +2059,17 @@ export declare const Step: z.ZodObject<{
2059
2059
  }[];
2060
2060
  aliases: string[];
2061
2061
  info: {
2062
- birth_date: string;
2063
2062
  nationality: string;
2063
+ birth_date: string;
2064
2064
  full_name: string;
2065
2065
  };
2066
2066
  }[];
2067
2067
  customer_info: {
2068
2068
  country: string;
2069
+ nationality: string;
2069
2070
  firstname: string;
2070
2071
  lastname: string;
2071
2072
  birth_date: string;
2072
- nationality: string;
2073
2073
  };
2074
2074
  action_required: boolean;
2075
2075
  monitored: boolean;
@@ -2086,12 +2086,12 @@ export declare const Step: z.ZodObject<{
2086
2086
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
2087
2087
  country: string;
2088
2088
  fields: {
2089
+ nationality: string;
2089
2090
  firstname: string;
2090
2091
  lastname: string;
2091
2092
  birth_date: string;
2092
2093
  document_expiration: string;
2093
2094
  document_number: string;
2094
- nationality: string;
2095
2095
  };
2096
2096
  files: {
2097
2097
  front?: {
@@ -2212,8 +2212,8 @@ export declare const SynapsStepEvent: z.ZodObject<{
2212
2212
  customer_language: string;
2213
2213
  }>;
2214
2214
  }, "strip", z.ZodTypeAny, {
2215
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2216
2215
  type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
2216
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2217
2217
  sandbox: boolean;
2218
2218
  metadata: {
2219
2219
  ip: string;
@@ -2225,8 +2225,8 @@ export declare const SynapsStepEvent: z.ZodObject<{
2225
2225
  customer_language: string;
2226
2226
  };
2227
2227
  }, {
2228
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2229
2228
  type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
2229
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2230
2230
  sandbox: boolean;
2231
2231
  metadata: {
2232
2232
  ip: string;
@@ -2336,12 +2336,12 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
2336
2336
  type: z.ZodString;
2337
2337
  }, "strip", z.ZodTypeAny, {
2338
2338
  id: string;
2339
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2340
2339
  type: string;
2340
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2341
2341
  }, {
2342
2342
  id: string;
2343
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2344
2343
  type: string;
2344
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2345
2345
  }>, "many">;
2346
2346
  }, "strip", z.ZodTypeAny, {
2347
2347
  id: string;
@@ -2350,8 +2350,8 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
2350
2350
  alias: string;
2351
2351
  steps: {
2352
2352
  id: string;
2353
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2354
2353
  type: string;
2354
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2355
2355
  }[];
2356
2356
  }, {
2357
2357
  id: string;
@@ -2360,8 +2360,8 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
2360
2360
  alias: string;
2361
2361
  steps: {
2362
2362
  id: string;
2363
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2364
2363
  type: string;
2364
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2365
2365
  }[];
2366
2366
  }>;
2367
2367
  }, "strip", z.ZodTypeAny, {
@@ -2376,8 +2376,8 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
2376
2376
  alias: string;
2377
2377
  steps: {
2378
2378
  id: string;
2379
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2380
2379
  type: string;
2380
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2381
2381
  }[];
2382
2382
  };
2383
2383
  }, {
@@ -2392,8 +2392,8 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
2392
2392
  alias: string;
2393
2393
  steps: {
2394
2394
  id: string;
2395
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2396
2395
  type: string;
2396
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2397
2397
  }[];
2398
2398
  };
2399
2399
  }>;
@@ -2410,8 +2410,8 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
2410
2410
  alias: string;
2411
2411
  steps: {
2412
2412
  id: string;
2413
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2414
2413
  type: string;
2414
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2415
2415
  }[];
2416
2416
  };
2417
2417
  };
@@ -2429,8 +2429,8 @@ export declare const SynapsSessionResponse: z.ZodUnion<[z.ZodObject<{
2429
2429
  alias: string;
2430
2430
  steps: {
2431
2431
  id: string;
2432
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2433
2432
  type: string;
2433
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
2434
2434
  }[];
2435
2435
  };
2436
2436
  };
@@ -2615,19 +2615,19 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
2615
2615
  document_number: z.ZodString;
2616
2616
  nationality: z.ZodString;
2617
2617
  }, "strip", z.ZodTypeAny, {
2618
+ nationality: string;
2618
2619
  firstname: string;
2619
2620
  lastname: string;
2620
2621
  birth_date: string;
2621
2622
  document_expiration: string;
2622
2623
  document_number: string;
2623
- nationality: string;
2624
2624
  }, {
2625
+ nationality: string;
2625
2626
  firstname: string;
2626
2627
  lastname: string;
2627
2628
  birth_date: string;
2628
2629
  document_expiration: string;
2629
2630
  document_number: string;
2630
- nationality: string;
2631
2631
  }>;
2632
2632
  files: z.ZodObject<{
2633
2633
  front: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2781,12 +2781,12 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
2781
2781
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
2782
2782
  country: string;
2783
2783
  fields: {
2784
+ nationality: string;
2784
2785
  firstname: string;
2785
2786
  lastname: string;
2786
2787
  birth_date: string;
2787
2788
  document_expiration: string;
2788
2789
  document_number: string;
2789
- nationality: string;
2790
2790
  };
2791
2791
  files: {
2792
2792
  front?: {
@@ -2826,12 +2826,12 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
2826
2826
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
2827
2827
  country: string;
2828
2828
  fields: {
2829
+ nationality: string;
2829
2830
  firstname: string;
2830
2831
  lastname: string;
2831
2832
  birth_date: string;
2832
2833
  document_expiration: string;
2833
2834
  document_number: string;
2834
- nationality: string;
2835
2835
  };
2836
2836
  files: {
2837
2837
  front?: {
@@ -3192,16 +3192,16 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3192
3192
  country: z.ZodString;
3193
3193
  }, "strip", z.ZodTypeAny, {
3194
3194
  country: string;
3195
+ nationality: string;
3195
3196
  firstname: string;
3196
3197
  lastname: string;
3197
3198
  birth_date: string;
3198
- nationality: string;
3199
3199
  }, {
3200
3200
  country: string;
3201
+ nationality: string;
3201
3202
  firstname: string;
3202
3203
  lastname: string;
3203
3204
  birth_date: string;
3204
- nationality: string;
3205
3205
  }>;
3206
3206
  hits: z.ZodArray<z.ZodObject<{
3207
3207
  fields: z.ZodArray<z.ZodUnknown, "many">;
@@ -3227,12 +3227,12 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3227
3227
  birth_date: z.ZodString;
3228
3228
  nationality: z.ZodString;
3229
3229
  }, "strip", z.ZodTypeAny, {
3230
- birth_date: string;
3231
3230
  nationality: string;
3231
+ birth_date: string;
3232
3232
  full_name: string;
3233
3233
  }, {
3234
- birth_date: string;
3235
3234
  nationality: string;
3235
+ birth_date: string;
3236
3236
  full_name: string;
3237
3237
  }>;
3238
3238
  type: z.ZodArray<z.ZodString, "many">;
@@ -3247,8 +3247,8 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3247
3247
  }[];
3248
3248
  aliases: string[];
3249
3249
  info: {
3250
- birth_date: string;
3251
3250
  nationality: string;
3251
+ birth_date: string;
3252
3252
  full_name: string;
3253
3253
  };
3254
3254
  }, {
@@ -3262,8 +3262,8 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3262
3262
  }[];
3263
3263
  aliases: string[];
3264
3264
  info: {
3265
- birth_date: string;
3266
3265
  nationality: string;
3266
+ birth_date: string;
3267
3267
  full_name: string;
3268
3268
  };
3269
3269
  }>, "many">;
@@ -3283,17 +3283,17 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3283
3283
  }[];
3284
3284
  aliases: string[];
3285
3285
  info: {
3286
- birth_date: string;
3287
3286
  nationality: string;
3287
+ birth_date: string;
3288
3288
  full_name: string;
3289
3289
  };
3290
3290
  }[];
3291
3291
  customer_info: {
3292
3292
  country: string;
3293
+ nationality: string;
3293
3294
  firstname: string;
3294
3295
  lastname: string;
3295
3296
  birth_date: string;
3296
- nationality: string;
3297
3297
  };
3298
3298
  action_required: boolean;
3299
3299
  monitored: boolean;
@@ -3310,17 +3310,17 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3310
3310
  }[];
3311
3311
  aliases: string[];
3312
3312
  info: {
3313
- birth_date: string;
3314
3313
  nationality: string;
3314
+ birth_date: string;
3315
3315
  full_name: string;
3316
3316
  };
3317
3317
  }[];
3318
3318
  customer_info: {
3319
3319
  country: string;
3320
+ nationality: string;
3320
3321
  firstname: string;
3321
3322
  lastname: string;
3322
3323
  birth_date: string;
3323
- nationality: string;
3324
3324
  };
3325
3325
  action_required: boolean;
3326
3326
  monitored: boolean;
@@ -3339,17 +3339,17 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3339
3339
  }[];
3340
3340
  aliases: string[];
3341
3341
  info: {
3342
- birth_date: string;
3343
3342
  nationality: string;
3343
+ birth_date: string;
3344
3344
  full_name: string;
3345
3345
  };
3346
3346
  }[];
3347
3347
  customer_info: {
3348
3348
  country: string;
3349
+ nationality: string;
3349
3350
  firstname: string;
3350
3351
  lastname: string;
3351
3352
  birth_date: string;
3352
- nationality: string;
3353
3353
  };
3354
3354
  action_required: boolean;
3355
3355
  monitored: boolean;
@@ -3368,17 +3368,17 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3368
3368
  }[];
3369
3369
  aliases: string[];
3370
3370
  info: {
3371
- birth_date: string;
3372
3371
  nationality: string;
3372
+ birth_date: string;
3373
3373
  full_name: string;
3374
3374
  };
3375
3375
  }[];
3376
3376
  customer_info: {
3377
3377
  country: string;
3378
+ nationality: string;
3378
3379
  firstname: string;
3379
3380
  lastname: string;
3380
3381
  birth_date: string;
3381
- nationality: string;
3382
3382
  };
3383
3383
  action_required: boolean;
3384
3384
  monitored: boolean;
@@ -3386,8 +3386,8 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3386
3386
  }>]>>>;
3387
3387
  }, "strip", z.ZodTypeAny, {
3388
3388
  id: string;
3389
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
3390
3389
  type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
3390
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
3391
3391
  metadata: {
3392
3392
  ip: string;
3393
3393
  user_agent: string;
@@ -3431,17 +3431,17 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3431
3431
  }[];
3432
3432
  aliases: string[];
3433
3433
  info: {
3434
- birth_date: string;
3435
3434
  nationality: string;
3435
+ birth_date: string;
3436
3436
  full_name: string;
3437
3437
  };
3438
3438
  }[];
3439
3439
  customer_info: {
3440
3440
  country: string;
3441
+ nationality: string;
3441
3442
  firstname: string;
3442
3443
  lastname: string;
3443
3444
  birth_date: string;
3444
- nationality: string;
3445
3445
  };
3446
3446
  action_required: boolean;
3447
3447
  monitored: boolean;
@@ -3458,12 +3458,12 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3458
3458
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
3459
3459
  country: string;
3460
3460
  fields: {
3461
+ nationality: string;
3461
3462
  firstname: string;
3462
3463
  lastname: string;
3463
3464
  birth_date: string;
3464
3465
  document_expiration: string;
3465
3466
  document_number: string;
3466
- nationality: string;
3467
3467
  };
3468
3468
  files: {
3469
3469
  front?: {
@@ -3540,8 +3540,8 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3540
3540
  } | null | undefined;
3541
3541
  }, {
3542
3542
  id: string;
3543
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
3544
3543
  type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
3544
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
3545
3545
  metadata: {
3546
3546
  ip: string;
3547
3547
  user_agent: string;
@@ -3585,17 +3585,17 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3585
3585
  }[];
3586
3586
  aliases: string[];
3587
3587
  info: {
3588
- birth_date: string;
3589
3588
  nationality: string;
3589
+ birth_date: string;
3590
3590
  full_name: string;
3591
3591
  };
3592
3592
  }[];
3593
3593
  customer_info: {
3594
3594
  country: string;
3595
+ nationality: string;
3595
3596
  firstname: string;
3596
3597
  lastname: string;
3597
3598
  birth_date: string;
3598
- nationality: string;
3599
3599
  };
3600
3600
  action_required: boolean;
3601
3601
  monitored: boolean;
@@ -3612,12 +3612,12 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3612
3612
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
3613
3613
  country: string;
3614
3614
  fields: {
3615
+ nationality: string;
3615
3616
  firstname: string;
3616
3617
  lastname: string;
3617
3618
  birth_date: string;
3618
3619
  document_expiration: string;
3619
3620
  document_number: string;
3620
- nationality: string;
3621
3621
  };
3622
3622
  files: {
3623
3623
  front?: {
@@ -3696,8 +3696,8 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3696
3696
  }, "strip", z.ZodTypeAny, {
3697
3697
  data: {
3698
3698
  id: string;
3699
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
3700
3699
  type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
3700
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
3701
3701
  metadata: {
3702
3702
  ip: string;
3703
3703
  user_agent: string;
@@ -3741,17 +3741,17 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3741
3741
  }[];
3742
3742
  aliases: string[];
3743
3743
  info: {
3744
- birth_date: string;
3745
3744
  nationality: string;
3745
+ birth_date: string;
3746
3746
  full_name: string;
3747
3747
  };
3748
3748
  }[];
3749
3749
  customer_info: {
3750
3750
  country: string;
3751
+ nationality: string;
3751
3752
  firstname: string;
3752
3753
  lastname: string;
3753
3754
  birth_date: string;
3754
- nationality: string;
3755
3755
  };
3756
3756
  action_required: boolean;
3757
3757
  monitored: boolean;
@@ -3768,12 +3768,12 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3768
3768
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
3769
3769
  country: string;
3770
3770
  fields: {
3771
+ nationality: string;
3771
3772
  firstname: string;
3772
3773
  lastname: string;
3773
3774
  birth_date: string;
3774
3775
  document_expiration: string;
3775
3776
  document_number: string;
3776
- nationality: string;
3777
3777
  };
3778
3778
  files: {
3779
3779
  front?: {
@@ -3853,8 +3853,8 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3853
3853
  }, {
3854
3854
  data: {
3855
3855
  id: string;
3856
- status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
3857
3856
  type: "EMAIL" | "PHONE" | "ID_DOCUMENT" | "LIVENESS" | "PROOF_OF_ADDRESS";
3857
+ status: "APPROVED" | "SUBMISSION_REQUIRED" | "RESUBMISSION_REQUIRED" | "REJECTED" | "PENDING_VERIFICATION";
3858
3858
  metadata: {
3859
3859
  ip: string;
3860
3860
  user_agent: string;
@@ -3898,17 +3898,17 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3898
3898
  }[];
3899
3899
  aliases: string[];
3900
3900
  info: {
3901
- birth_date: string;
3902
3901
  nationality: string;
3902
+ birth_date: string;
3903
3903
  full_name: string;
3904
3904
  };
3905
3905
  }[];
3906
3906
  customer_info: {
3907
3907
  country: string;
3908
+ nationality: string;
3908
3909
  firstname: string;
3909
3910
  lastname: string;
3910
3911
  birth_date: string;
3911
- nationality: string;
3912
3912
  };
3913
3913
  action_required: boolean;
3914
3914
  monitored: boolean;
@@ -3925,12 +3925,12 @@ export declare const SynapsStepResponse: z.ZodUnion<[z.ZodObject<{
3925
3925
  type: "" | "PASSPORT" | "NATIONAL_ID" | "DRIVER_LICENSE" | "RESIDENT_PERMIT";
3926
3926
  country: string;
3927
3927
  fields: {
3928
+ nationality: string;
3928
3929
  firstname: string;
3929
3930
  lastname: string;
3930
3931
  birth_date: string;
3931
3932
  document_expiration: string;
3932
3933
  document_number: string;
3933
- nationality: string;
3934
3934
  };
3935
3935
  files: {
3936
3936
  front?: {