@nexeraid/identity-schemas 2.3.28-dev → 2.3.29-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 (33) hide show
  1. package/dist/{customers.schema-412782d4.cjs.dev.js → customers.schema-6f4f36b2.cjs.dev.js} +1 -1
  2. package/dist/{customers.schema-4e595008.cjs.prod.js → customers.schema-755ab5d6.cjs.prod.js} +1 -1
  3. package/dist/{customers.schema-dcbfef09.esm.js → customers.schema-8a412cc1.esm.js} +1 -1
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
  5. package/dist/declarations/src/identity/challenge-query.schema.d.ts +12 -12
  6. package/dist/declarations/src/identity/execute-scenario.schema.d.ts +8 -8
  7. package/dist/declarations/src/identity/execute-scenario.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
  9. package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
  10. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +21 -21
  11. package/dist/{frontend-utilities.schema-11a150de.cjs.prod.js → frontend-utilities.schema-38646e0e.cjs.prod.js} +1 -1
  12. package/dist/{frontend-utilities.schema-dc5cba37.esm.js → frontend-utilities.schema-43cd42c8.esm.js} +1 -1
  13. package/dist/{frontend-utilities.schema-286d9881.cjs.dev.js → frontend-utilities.schema-4d763cdf.cjs.dev.js} +1 -1
  14. package/dist/{identity-api.schema-2051573c.esm.js → identity-api.schema-7cc61f9c.esm.js} +1 -1
  15. package/dist/{identity-api.schema-ced36dce.cjs.prod.js → identity-api.schema-939151b3.cjs.dev.js} +1 -1
  16. package/dist/{identity-api.schema-3e7bc977.cjs.dev.js → identity-api.schema-a2b5a400.cjs.prod.js} +1 -1
  17. package/dist/nexeraid-identity-schemas.cjs.dev.js +2 -2
  18. package/dist/nexeraid-identity-schemas.cjs.prod.js +2 -2
  19. package/dist/nexeraid-identity-schemas.esm.js +3 -3
  20. package/dist/package.json +1 -1
  21. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +1 -1
  22. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +1 -1
  23. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  24. package/package.json +1 -1
  25. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  26. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  27. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  28. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  29. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  30. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  31. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
  32. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
  33. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
@@ -599,7 +599,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
599
599
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
600
600
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
601
601
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
602
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
602
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
603
603
  objectId: z.ZodString;
604
604
  name: z.ZodString;
605
605
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
@@ -641,7 +641,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
641
641
  };
642
642
  executionId: string;
643
643
  scenarioId: string;
644
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
644
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
645
645
  objectId: string;
646
646
  address?: string | null | undefined;
647
647
  }, {
@@ -655,7 +655,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
655
655
  };
656
656
  executionId: string;
657
657
  scenarioId: string;
658
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
658
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
659
659
  objectId: string;
660
660
  address?: string | null | undefined;
661
661
  }>, "many">, "many">>;
@@ -674,7 +674,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
674
674
  };
675
675
  executionId: string;
676
676
  scenarioId: string;
677
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
677
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
678
678
  objectId: string;
679
679
  address?: string | null | undefined;
680
680
  }[][] | undefined;
@@ -693,7 +693,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
693
693
  };
694
694
  executionId: string;
695
695
  scenarioId: string;
696
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
696
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
697
697
  objectId: string;
698
698
  address?: string | null | undefined;
699
699
  }[][] | undefined;
@@ -715,7 +715,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
715
715
  };
716
716
  executionId: string;
717
717
  scenarioId: string;
718
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
718
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
719
719
  objectId: string;
720
720
  address?: string | null | undefined;
721
721
  }[][] | undefined;
@@ -737,7 +737,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
737
737
  };
738
738
  executionId: string;
739
739
  scenarioId: string;
740
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
740
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
741
741
  objectId: string;
742
742
  address?: string | null | undefined;
743
743
  }[][] | undefined;
@@ -1288,7 +1288,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1288
1288
  };
1289
1289
  executionId: string;
1290
1290
  scenarioId: string;
1291
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1291
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1292
1292
  objectId: string;
1293
1293
  address?: string | null | undefined;
1294
1294
  }[][] | undefined;
@@ -1382,7 +1382,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1382
1382
  };
1383
1383
  executionId: string;
1384
1384
  scenarioId: string;
1385
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
1385
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
1386
1386
  objectId: string;
1387
1387
  address?: string | null | undefined;
1388
1388
  }[][] | undefined;
@@ -43,7 +43,7 @@ export declare const SelectKycSession: z.ZodObject<{
43
43
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
44
44
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
45
45
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
46
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
46
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
47
47
  objectId: z.ZodString;
48
48
  name: z.ZodString;
49
49
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
@@ -85,7 +85,7 @@ export declare const SelectKycSession: z.ZodObject<{
85
85
  };
86
86
  executionId: string;
87
87
  scenarioId: string;
88
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
88
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
89
89
  objectId: string;
90
90
  address?: string | null | undefined;
91
91
  }, {
@@ -99,7 +99,7 @@ export declare const SelectKycSession: z.ZodObject<{
99
99
  };
100
100
  executionId: string;
101
101
  scenarioId: string;
102
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
102
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
103
103
  objectId: string;
104
104
  address?: string | null | undefined;
105
105
  }>, "many">, "many">>;
@@ -118,7 +118,7 @@ export declare const SelectKycSession: z.ZodObject<{
118
118
  };
119
119
  executionId: string;
120
120
  scenarioId: string;
121
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
121
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
122
122
  objectId: string;
123
123
  address?: string | null | undefined;
124
124
  }[][] | undefined;
@@ -137,7 +137,7 @@ export declare const SelectKycSession: z.ZodObject<{
137
137
  };
138
138
  executionId: string;
139
139
  scenarioId: string;
140
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
140
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
141
141
  objectId: string;
142
142
  address?: string | null | undefined;
143
143
  }[][] | undefined;
@@ -175,7 +175,7 @@ export declare const SelectKycSession: z.ZodObject<{
175
175
  };
176
176
  executionId: string;
177
177
  scenarioId: string;
178
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
178
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
179
179
  objectId: string;
180
180
  address?: string | null | undefined;
181
181
  }[][] | undefined;
@@ -212,7 +212,7 @@ export declare const SelectKycSession: z.ZodObject<{
212
212
  };
213
213
  executionId: string;
214
214
  scenarioId: string;
215
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
215
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
216
216
  objectId: string;
217
217
  address?: string | null | undefined;
218
218
  }[][] | undefined;
@@ -267,7 +267,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
267
267
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
268
268
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
269
269
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
270
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
270
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
271
271
  objectId: z.ZodString;
272
272
  name: z.ZodString;
273
273
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
@@ -309,7 +309,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
309
309
  };
310
310
  executionId: string;
311
311
  scenarioId: string;
312
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
312
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
313
313
  objectId: string;
314
314
  address?: string | null | undefined;
315
315
  }, {
@@ -323,7 +323,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
323
323
  };
324
324
  executionId: string;
325
325
  scenarioId: string;
326
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
326
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
327
327
  objectId: string;
328
328
  address?: string | null | undefined;
329
329
  }>, "many">, "many">>;
@@ -342,7 +342,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
342
342
  };
343
343
  executionId: string;
344
344
  scenarioId: string;
345
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
345
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
346
346
  objectId: string;
347
347
  address?: string | null | undefined;
348
348
  }[][] | undefined;
@@ -361,7 +361,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
361
361
  };
362
362
  executionId: string;
363
363
  scenarioId: string;
364
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
364
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
365
365
  objectId: string;
366
366
  address?: string | null | undefined;
367
367
  }[][] | undefined;
@@ -437,7 +437,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
437
437
  };
438
438
  executionId: string;
439
439
  scenarioId: string;
440
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
440
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
441
441
  objectId: string;
442
442
  address?: string | null | undefined;
443
443
  }[][] | undefined;
@@ -486,7 +486,7 @@ export declare const GetKycSessionResponse: z.ZodObject<z.objectUtil.extendShape
486
486
  };
487
487
  executionId: string;
488
488
  scenarioId: string;
489
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
489
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
490
490
  objectId: string;
491
491
  address?: string | null | undefined;
492
492
  }[][] | undefined;
@@ -724,7 +724,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
724
724
  scenarioExecutionId: z.ZodOptional<z.ZodString>;
725
725
  status: z.ZodOptional<z.ZodEnum<["valid", "not-valid", "error", "unknown"]>>;
726
726
  results: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodObject<{
727
- objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP"]>;
727
+ objectType: z.ZodEnum<["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"]>;
728
728
  objectId: z.ZodString;
729
729
  name: z.ZodString;
730
730
  address: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>, z.ZodUnion<[z.ZodEffects<z.ZodString, `tz${string}`, string>, z.ZodEffects<z.ZodString, `KT1${string}`, string>]>, z.ZodEffects<z.ZodString, string, string>, z.ZodString, z.ZodEffects<z.ZodString, string, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `cosmos${string}`, string>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `addr${string}`, string>]>>>;
@@ -766,7 +766,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
766
766
  };
767
767
  executionId: string;
768
768
  scenarioId: string;
769
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
769
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
770
770
  objectId: string;
771
771
  address?: string | null | undefined;
772
772
  }, {
@@ -780,7 +780,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
780
780
  };
781
781
  executionId: string;
782
782
  scenarioId: string;
783
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
783
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
784
784
  objectId: string;
785
785
  address?: string | null | undefined;
786
786
  }>, "many">, "many">>;
@@ -799,7 +799,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
799
799
  };
800
800
  executionId: string;
801
801
  scenarioId: string;
802
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
802
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
803
803
  objectId: string;
804
804
  address?: string | null | undefined;
805
805
  }[][] | undefined;
@@ -818,7 +818,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
818
818
  };
819
819
  executionId: string;
820
820
  scenarioId: string;
821
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
821
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
822
822
  objectId: string;
823
823
  address?: string | null | undefined;
824
824
  }[][] | undefined;
@@ -911,7 +911,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
911
911
  };
912
912
  executionId: string;
913
913
  scenarioId: string;
914
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
914
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
915
915
  objectId: string;
916
916
  address?: string | null | undefined;
917
917
  }[][] | undefined;
@@ -966,7 +966,7 @@ export declare const GetKycSessionResponseWithCredentialsMetadata: z.ZodObject<z
966
966
  };
967
967
  executionId: string;
968
968
  scenarioId: string;
969
- objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP";
969
+ objectType: "ChallengeQuery" | "OnChainZKP" | "OffChainZKP" | "IndividualCustomerMonitoring" | "TransactionMonitoring";
970
970
  objectId: string;
971
971
  address?: string | null | undefined;
972
972
  }[][] | undefined;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-ced36dce.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-a2b5a400.cjs.prod.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -1,4 +1,4 @@
1
- import { dj as SupportedType, eL as _toConsumableArray, d8 as ARRAY_OPERATORS, de as BOOLEAN_OPERATORS, dc as NUMERIC_OPERATORS, da as STRING_OPERATORS } from './identity-api.schema-2051573c.esm.js';
1
+ import { dj as SupportedType, eL as _toConsumableArray, d8 as ARRAY_OPERATORS, de as BOOLEAN_OPERATORS, dc as NUMERIC_OPERATORS, da as STRING_OPERATORS } from './identity-api.schema-7cc61f9c.esm.js';
2
2
 
3
3
  var VC_JSON_SCHEMA_MAP = {
4
4
  ProofOfResidence: {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-3e7bc977.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-939151b3.cjs.dev.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -2241,7 +2241,7 @@ var Web2CreateSessionParams = z.object({
2241
2241
  additionalInformation: AdditionalCustomerInformationParams.optional()
2242
2242
  });
2243
2243
 
2244
- var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP"];
2244
+ var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"];
2245
2245
  var ScenarioType = z["enum"](ScenarioTypes);
2246
2246
  var ScenarioStatuses = ["UpToDate", "NoRulesAdded", "HasNotDeployment"];
2247
2247
  var ScenarioStatus = z["enum"](ScenarioStatuses);
@@ -2243,7 +2243,7 @@ var Web2CreateSessionParams = zod.z.object({
2243
2243
  additionalInformation: AdditionalCustomerInformationParams.optional()
2244
2244
  });
2245
2245
 
2246
- var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP"];
2246
+ var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"];
2247
2247
  var ScenarioType = zod.z["enum"](ScenarioTypes);
2248
2248
  var ScenarioStatuses = ["UpToDate", "NoRulesAdded", "HasNotDeployment"];
2249
2249
  var ScenarioStatus = zod.z["enum"](ScenarioStatuses);
@@ -2243,7 +2243,7 @@ var Web2CreateSessionParams = zod.z.object({
2243
2243
  additionalInformation: AdditionalCustomerInformationParams.optional()
2244
2244
  });
2245
2245
 
2246
- var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP"];
2246
+ var ScenarioTypes = ["ChallengeQuery", "OnChainZKP", "OffChainZKP", "IndividualCustomerMonitoring", "TransactionMonitoring"];
2247
2247
  var ScenarioType = zod.z["enum"](ScenarioTypes);
2248
2248
  var ScenarioStatuses = ["UpToDate", "NoRulesAdded", "HasNotDeployment"];
2249
2249
  var ScenarioStatus = zod.z["enum"](ScenarioStatuses);
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-3e7bc977.cjs.dev.js');
5
+ var identityApi_schema = require('./identity-api.schema-939151b3.cjs.dev.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-286d9881.cjs.dev.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-4d763cdf.cjs.dev.js');
8
8
  var transaction_schema = require('./transaction.schema-009d03d6.cjs.dev.js');
9
9
  require('nanoid');
10
10
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('./identity-api.schema-ced36dce.cjs.prod.js');
5
+ var identityApi_schema = require('./identity-api.schema-a2b5a400.cjs.prod.js');
6
6
  var zod = require('zod');
7
- var frontendUtilities_schema = require('./frontend-utilities.schema-11a150de.cjs.prod.js');
7
+ var frontendUtilities_schema = require('./frontend-utilities.schema-38646e0e.cjs.prod.js');
8
8
  var transaction_schema = require('./transaction.schema-309817d0.cjs.prod.js');
9
9
  require('nanoid');
10
10
 
@@ -1,7 +1,7 @@
1
- import { C as CredentialTypes } from './identity-api.schema-2051573c.esm.js';
2
- export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, ak as ALPHA_2_COUNTRIES, d8 as ARRAY_OPERATORS, cS as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bL as AVAILABLE_FLOWS, bc as ActionId, b1 as ActionPrefix, ee as AdditionalCustomerInformationParams, z as AddressSchema, d2 as AllCredentialAttributes, d3 as AllCredentialValues, dV as AllScenarioExecutionAuthorizationData, al as Alpha2Country, dP as AnyTxAuthDataSignatureResponse, dM as AnyTxAuthInput, dH as ApiTezosTxAuthInput, dD as ApiTxAuthInput, b7 as AppId, aM as AppPrefix, I as AptosAddress, J as AptosSignature, d9 as ArrayOperator, c_ as AuthQrCodeData, cx as AuthSession, cy as AuthSessionData, cV as AuthorizationRequestMessage, cU as AuthorizationRequestMessageType, cT as AuthorizationRequestMessageTypes, cY as AuthorizationResponseMessage, bM as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, de as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, df as BooleanOperator, bT as CHALLENGE_QUERY_OPERATORS, cP as CIRCUIT_IDS, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aD as CUSTOMERS_CHARTS, aH as CUSTOMER_AUTOMATION_REASONS, aF as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, b8 as ChallengeId, aN as ChallengePrefix, bU as ChallengeQueryOperator, bW as ChallengeQueryOperatorToOperator, bS as ChallengeQueryOperators, bX as ChallengeQuerySchema, cz as ChallengeResponse, cQ as CircuitId, bt as CloseScreenNotification, cf as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dT as CreateAuthRequestProps, du as CreateQueryConfigurationInput, dv as CreateQueryConfigurationResponse, dU as CreateZKProofRequestProps, eK as CredentialMediaType, eF as CredentialNames, cZ as CredentialQrCodeData, eE as CredentialSchemas, eI as CredentialType, C as CredentialTypes, ei as CustomerId, az as CustomerOnboardingLevel, ay as CustomerOnboardingLevels, ba as CustomerScreeningId, aP as CustomerScreeningPrefix, aB as CustomerStatus, aA as CustomerStatuses, aG as CustomerTableColumn, at as CustomerType, as as CustomerTypes, aE as CustomersChartType, dg as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bN as DataAvailableOnStart, dh as DateOperator, dy as DeleteQueryConfigurationInput, dz as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ab as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, b5 as EmailId, aK as EmailPrefix, ac as EnvironmentSchema, h as EvmChainId, bZ as ExecuteChallengeQueryConfig, bY as ExecuteChallengeQueryInput, b$ as ExecuteChallengeQueryResponse, dO as ExtendedTezosTxAuthDataSignatureResponse, dL as ExtendedTezosTxAuthInput, dN as ExtendedTxAuthDataSignatureResponse, dK as ExtendedTxAuthInput, ek as ExternalCustomerId, e3 as FLOW_TYPES, e4 as FlowType, G as FunctionCallData, cw as GenerateWalletChallengeRequest, eD as GenericVerifiableCredentialSchema, ch as GetCredentialsRequest, ci as GetCredentialsResponse, cC as GetCustomerStatusRequest, cG as GetCustomerStatusResponse, dJ as GetTezosTxAuthDataSignatureResponse, dF as GetTxAuthDataSignatureResponse, cq as GetTxAuthSigRequest, cs as GetTxAuthSigRequestTezos, cr as GetTxAuthSigResponse, ct as GetTxAuthSigResponseTezos, cJ as HostMessage, cu as HostRequestMessage, bR as HostResponseMessage, eq as ID3CredentialSubjectSchema, e7 as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, e9 as IDENTITY_DOCUMENT_OPTIONS, eA as IDImageCredentialSubjectSchema, dl as IDInformation, ez as IDInformationCredentialSubjectSchema, er as IDScanCredentialSubjectSchema, es as IDScanPassportCredentialSubjectSchema, et as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, ed as Identifier, cH as IdentityAppMessage, em as IdentityAppV2Web2JWT, el as IdentityAppV2Web3JWT, e8 as IdentityDocumentCountryListOption, ea as IdentityDocumentOptionsType, b4 as IdentityId, cK as IdentityMessage, bF as IdentityNotificationMessage, aJ as IdentityPrefix, bK as IdentityRequestMessage, cv as IdentityResponseMessage, cD as IdentitySdkMessage, cE as IdentitySdkMessageWithIdentifier, cI as IdentityWallet, ej as IdentityWidgetAccessToken, en as IdentityWidgetAccessToken_NEW, eo as IdentityWidgetSessionToken, bG as InitialDataRequest, bO as InitialDataResponse, bl as InstitutionExtractedInfosId, aZ as InstitutionExtractedInfosPrefix, bk as InstitutionId, aY as InstitutionPrefix, ai as IpAddress, bB as IsVerifiedNotification, co as IsVerifiedRequest, cp as IsVerifiedResponse, ax as KybOnboardingLevel, aw as KybOnboardingLevels, bu as KycCompletionData, bv as KycCompletionNotification, av as KycOnboardingLevel, au as KycOnboardingLevels, bn as ListId, a$ as ListPrefix, cN as MediaType, cO as MediaTypePID, bq as MemberId, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, dc as NUMERIC_OPERATORS, eG as NexeraCredentialType, dt as NonParsedQueryConfiguration, dd as NumericOperator, ey as OLD_AMLScreeningsResultsCredentialSubjectSchema, eu as OLD_IDImageCredentialSubjectSchema, ev as OLD_IDInformationCredentialSubjectSchema, ew as OLD_ProofOfResidenceCredentialSubjectSchema, ex as OLD_SelfieImageCredentialSubjectSchema, c0 as OPAChallengeQuery, d4 as OPERATORS, bD as OcvSdkInitialized, bx as OffChainScenarioExecutionData, dS as OffChainZKP, c1 as OffChainZKPRuleResult, by as OnChainScenarioExecutionData, dX as OnChainZKP, dY as OnChainZKPFromNexeraID, d_ as OnChainZKPPayload, dZ as OnChainZKPScenarioFromCms, b_ as OpaChallengeQueryResponse, d5 as Operator, bV as OperatorToChallengeQueryOperator, ef as OrganizationId, ae as OtpCode, _ as P2Signature, eb as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, dq as PartialQueryConfigSimplified, ec as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, bC as PolygonIdInitialized, ck as PolygonIdRequest, cj as PolygonIdRequestData, cm as PolygonIdResponse, cl as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dW as ProjectAuthorizationData, cW as ProofData, eC as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, c$ as QrCodeLinkWithSchemaType, dm as QueryConfig, dp as QueryConfigSimplified, dr as QueryConfigSimplifiedParsed, ds as QueryConfiguration, dB as QueryCredentialType, dA as QueryCredentialTypes, bo as QueryId, b0 as QueryPrefix, dn as QueryType, cL as RequiredDataRowSchema, cM as RequiredVerificationData, ar as RiskScoreType, aq as RiskScoreTypes, ca as RuleEngineResponse, bw as RuleEngineScenarioExecutionData, cd as RuleResultStatus, ce as RuleResultStatusLabels, cc as RuleResultStatuses, d$ as SCENARIO_AUTHORIZATION_STATUSES, da as STRING_OPERATORS, di as SUPPORTED_TYPES, br as ScenarioAuthorizationData, e0 as ScenarioAuthorizationStatus, bz as ScenarioExecutionData, bA as ScenarioExecutionNotification, cb as ScenarioExecutionResponse, bm as ScenarioId, a_ as ScenarioPrefix, c9 as ScenarioStatus, c8 as ScenarioStatuses, c7 as ScenarioType, c6 as ScenarioTypes, c2 as SdkVerificationOutput, bs as SdkVerificationResponseSchema, eB as SelfieImageCredentialSubjectSchema, bJ as SendTransactionRequest, bH as SignatureRequest, bP as SignatureResponse, cg as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, bE as StartCompletedNotification, cn as StartFlowRequest, b3 as StorageId, aI as StoragePrefix, w as String0x, db as StringOperator, dj as SupportedType, dk as SupportedTypes, bb as TagId, aQ as TagPrefix, b9 as TestId, aO as TestPrefix, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, dG as TezosTxAuthInput, dI as TezosTxSignatureResponse, bI as TransactionData, bh as TransactionExtractedInfosId, aV as TransactionExtractedInfosPrefix, bd as TransactionId, bg as TransactionInfosId, aU as TransactionInfosPrefix, bj as TransactionMethodExtractedInfosId, aX as TransactionMethodExtractedInfosPrefix, bi as TransactionMethodsId, aW as TransactionMethodsPrefix, bf as TransactionPartiesId, aT as TransactionPartiesPrefix, aR as TransactionPrefix, bQ as TransactionResponse, be as TransactionReviewId, aS as TransactionReviewPrefix, cB as TxAuthDataSignatureGatingRequest, cF as TxAuthDataSignatureResponse, dC as TxAuthInput, D as TxHash, dE as TxSignatureResponse, dw as UpdateQueryConfigurationInput, dx as UpdateQueryConfigurationResponse, ad as UuidString, eJ as VerifiableCredential, e6 as VerificationMode, e5 as VerificationModes, c5 as VerificationOutput, c4 as VerificationSessionStatus, c3 as VerificationSessionStatuses, e2 as VerifyWalletChallengeRequest, b6 as WalletId, aL as WalletPrefix, cA as WalletSignResponse, e1 as WalletSignatureResponse, ep as Web2CreateSessionParams, eh as WorkflowId, eg as WorkspaceId, d6 as ZKPOperator, dQ as ZKPRequest, dR as ZKPRequestFromZKVerifier, cR as ZeroKnowledgeProofRequest, cX as ZeroKnowledgeProofResponse, af as ZodParse, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, b2 as createBrandedSchemaId, bp as generateId, eH as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, d7 as operatorDisplayMap, ap as parseISO3CountryCode, d0 as parseIden3Message, d1 as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-2051573c.esm.js';
1
+ import { C as CredentialTypes } from './identity-api.schema-7cc61f9c.esm.js';
2
+ export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, ak as ALPHA_2_COUNTRIES, d8 as ARRAY_OPERATORS, cS as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bL as AVAILABLE_FLOWS, bc as ActionId, b1 as ActionPrefix, ee as AdditionalCustomerInformationParams, z as AddressSchema, d2 as AllCredentialAttributes, d3 as AllCredentialValues, dV as AllScenarioExecutionAuthorizationData, al as Alpha2Country, dP as AnyTxAuthDataSignatureResponse, dM as AnyTxAuthInput, dH as ApiTezosTxAuthInput, dD as ApiTxAuthInput, b7 as AppId, aM as AppPrefix, I as AptosAddress, J as AptosSignature, d9 as ArrayOperator, c_ as AuthQrCodeData, cx as AuthSession, cy as AuthSessionData, cV as AuthorizationRequestMessage, cU as AuthorizationRequestMessageType, cT as AuthorizationRequestMessageTypes, cY as AuthorizationResponseMessage, bM as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, de as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, df as BooleanOperator, bT as CHALLENGE_QUERY_OPERATORS, cP as CIRCUIT_IDS, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aD as CUSTOMERS_CHARTS, aH as CUSTOMER_AUTOMATION_REASONS, aF as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, b8 as ChallengeId, aN as ChallengePrefix, bU as ChallengeQueryOperator, bW as ChallengeQueryOperatorToOperator, bS as ChallengeQueryOperators, bX as ChallengeQuerySchema, cz as ChallengeResponse, cQ as CircuitId, bt as CloseScreenNotification, cf as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dT as CreateAuthRequestProps, du as CreateQueryConfigurationInput, dv as CreateQueryConfigurationResponse, dU as CreateZKProofRequestProps, eK as CredentialMediaType, eF as CredentialNames, cZ as CredentialQrCodeData, eE as CredentialSchemas, eI as CredentialType, C as CredentialTypes, ei as CustomerId, az as CustomerOnboardingLevel, ay as CustomerOnboardingLevels, ba as CustomerScreeningId, aP as CustomerScreeningPrefix, aB as CustomerStatus, aA as CustomerStatuses, aG as CustomerTableColumn, at as CustomerType, as as CustomerTypes, aE as CustomersChartType, dg as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bN as DataAvailableOnStart, dh as DateOperator, dy as DeleteQueryConfigurationInput, dz as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ab as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, b5 as EmailId, aK as EmailPrefix, ac as EnvironmentSchema, h as EvmChainId, bZ as ExecuteChallengeQueryConfig, bY as ExecuteChallengeQueryInput, b$ as ExecuteChallengeQueryResponse, dO as ExtendedTezosTxAuthDataSignatureResponse, dL as ExtendedTezosTxAuthInput, dN as ExtendedTxAuthDataSignatureResponse, dK as ExtendedTxAuthInput, ek as ExternalCustomerId, e3 as FLOW_TYPES, e4 as FlowType, G as FunctionCallData, cw as GenerateWalletChallengeRequest, eD as GenericVerifiableCredentialSchema, ch as GetCredentialsRequest, ci as GetCredentialsResponse, cC as GetCustomerStatusRequest, cG as GetCustomerStatusResponse, dJ as GetTezosTxAuthDataSignatureResponse, dF as GetTxAuthDataSignatureResponse, cq as GetTxAuthSigRequest, cs as GetTxAuthSigRequestTezos, cr as GetTxAuthSigResponse, ct as GetTxAuthSigResponseTezos, cJ as HostMessage, cu as HostRequestMessage, bR as HostResponseMessage, eq as ID3CredentialSubjectSchema, e7 as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, e9 as IDENTITY_DOCUMENT_OPTIONS, eA as IDImageCredentialSubjectSchema, dl as IDInformation, ez as IDInformationCredentialSubjectSchema, er as IDScanCredentialSubjectSchema, es as IDScanPassportCredentialSubjectSchema, et as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, ed as Identifier, cH as IdentityAppMessage, em as IdentityAppV2Web2JWT, el as IdentityAppV2Web3JWT, e8 as IdentityDocumentCountryListOption, ea as IdentityDocumentOptionsType, b4 as IdentityId, cK as IdentityMessage, bF as IdentityNotificationMessage, aJ as IdentityPrefix, bK as IdentityRequestMessage, cv as IdentityResponseMessage, cD as IdentitySdkMessage, cE as IdentitySdkMessageWithIdentifier, cI as IdentityWallet, ej as IdentityWidgetAccessToken, en as IdentityWidgetAccessToken_NEW, eo as IdentityWidgetSessionToken, bG as InitialDataRequest, bO as InitialDataResponse, bl as InstitutionExtractedInfosId, aZ as InstitutionExtractedInfosPrefix, bk as InstitutionId, aY as InstitutionPrefix, ai as IpAddress, bB as IsVerifiedNotification, co as IsVerifiedRequest, cp as IsVerifiedResponse, ax as KybOnboardingLevel, aw as KybOnboardingLevels, bu as KycCompletionData, bv as KycCompletionNotification, av as KycOnboardingLevel, au as KycOnboardingLevels, bn as ListId, a$ as ListPrefix, cN as MediaType, cO as MediaTypePID, bq as MemberId, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, dc as NUMERIC_OPERATORS, eG as NexeraCredentialType, dt as NonParsedQueryConfiguration, dd as NumericOperator, ey as OLD_AMLScreeningsResultsCredentialSubjectSchema, eu as OLD_IDImageCredentialSubjectSchema, ev as OLD_IDInformationCredentialSubjectSchema, ew as OLD_ProofOfResidenceCredentialSubjectSchema, ex as OLD_SelfieImageCredentialSubjectSchema, c0 as OPAChallengeQuery, d4 as OPERATORS, bD as OcvSdkInitialized, bx as OffChainScenarioExecutionData, dS as OffChainZKP, c1 as OffChainZKPRuleResult, by as OnChainScenarioExecutionData, dX as OnChainZKP, dY as OnChainZKPFromNexeraID, d_ as OnChainZKPPayload, dZ as OnChainZKPScenarioFromCms, b_ as OpaChallengeQueryResponse, d5 as Operator, bV as OperatorToChallengeQueryOperator, ef as OrganizationId, ae as OtpCode, _ as P2Signature, eb as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ah as PUBLIC_SERVICES_SCHEMA_MAP, dq as PartialQueryConfigSimplified, ec as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, bC as PolygonIdInitialized, ck as PolygonIdRequest, cj as PolygonIdRequestData, cm as PolygonIdResponse, cl as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dW as ProjectAuthorizationData, cW as ProofData, eC as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, c$ as QrCodeLinkWithSchemaType, dm as QueryConfig, dp as QueryConfigSimplified, dr as QueryConfigSimplifiedParsed, ds as QueryConfiguration, dB as QueryCredentialType, dA as QueryCredentialTypes, bo as QueryId, b0 as QueryPrefix, dn as QueryType, cL as RequiredDataRowSchema, cM as RequiredVerificationData, ar as RiskScoreType, aq as RiskScoreTypes, ca as RuleEngineResponse, bw as RuleEngineScenarioExecutionData, cd as RuleResultStatus, ce as RuleResultStatusLabels, cc as RuleResultStatuses, d$ as SCENARIO_AUTHORIZATION_STATUSES, da as STRING_OPERATORS, di as SUPPORTED_TYPES, br as ScenarioAuthorizationData, e0 as ScenarioAuthorizationStatus, bz as ScenarioExecutionData, bA as ScenarioExecutionNotification, cb as ScenarioExecutionResponse, bm as ScenarioId, a_ as ScenarioPrefix, c9 as ScenarioStatus, c8 as ScenarioStatuses, c7 as ScenarioType, c6 as ScenarioTypes, c2 as SdkVerificationOutput, bs as SdkVerificationResponseSchema, eB as SelfieImageCredentialSubjectSchema, bJ as SendTransactionRequest, bH as SignatureRequest, bP as SignatureResponse, cg as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, bE as StartCompletedNotification, cn as StartFlowRequest, b3 as StorageId, aI as StoragePrefix, w as String0x, db as StringOperator, dj as SupportedType, dk as SupportedTypes, bb as TagId, aQ as TagPrefix, b9 as TestId, aO as TestPrefix, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, dG as TezosTxAuthInput, dI as TezosTxSignatureResponse, bI as TransactionData, bh as TransactionExtractedInfosId, aV as TransactionExtractedInfosPrefix, bd as TransactionId, bg as TransactionInfosId, aU as TransactionInfosPrefix, bj as TransactionMethodExtractedInfosId, aX as TransactionMethodExtractedInfosPrefix, bi as TransactionMethodsId, aW as TransactionMethodsPrefix, bf as TransactionPartiesId, aT as TransactionPartiesPrefix, aR as TransactionPrefix, bQ as TransactionResponse, be as TransactionReviewId, aS as TransactionReviewPrefix, cB as TxAuthDataSignatureGatingRequest, cF as TxAuthDataSignatureResponse, dC as TxAuthInput, D as TxHash, dE as TxSignatureResponse, dw as UpdateQueryConfigurationInput, dx as UpdateQueryConfigurationResponse, ad as UuidString, eJ as VerifiableCredential, e6 as VerificationMode, e5 as VerificationModes, c5 as VerificationOutput, c4 as VerificationSessionStatus, c3 as VerificationSessionStatuses, e2 as VerifyWalletChallengeRequest, b6 as WalletId, aL as WalletPrefix, cA as WalletSignResponse, e1 as WalletSignatureResponse, ep as Web2CreateSessionParams, eh as WorkflowId, eg as WorkspaceId, d6 as ZKPOperator, dQ as ZKPRequest, dR as ZKPRequestFromZKVerifier, cR as ZeroKnowledgeProofRequest, cX as ZeroKnowledgeProofResponse, af as ZodParse, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, b2 as createBrandedSchemaId, bp as generateId, eH as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, d7 as operatorDisplayMap, ap as parseISO3CountryCode, d0 as parseIden3Message, d1 as parseSessionIdFromUrl, H as shortAddress, ag as shortBlockchainAddress } from './identity-api.schema-7cc61f9c.esm.js';
3
3
  import { z } from 'zod';
4
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-dc5cba37.esm.js';
4
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-43cd42c8.esm.js';
5
5
  export { j as PaymentType, P as PaymentTypes, g as TransactionDirection, f as TransactionDirections, l as TransactionPartiesType, k as TransactionPartiesTypes, i as TransactionProvider, h as TransactionProviders, e as TransactionReviewStatus, d as TransactionReviewStatuses, c as TransactionRiskLevel, b as TransactionRiskLevels, a as TransactionType, T as TransactionTypes } from './transaction.schema-86683e90.esm.js';
6
6
  import 'nanoid';
7
7
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.3.28",
3
+ "version": "2.3.29",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-3e7bc977.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-939151b3.cjs.dev.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-ced36dce.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-a2b5a400.cjs.prod.js');
6
6
  require('zod');
7
7
  require('nanoid');
8
8
 
@@ -1,3 +1,3 @@
1
- export { d8 as ARRAY_OPERATORS, cS as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bL as AVAILABLE_FLOWS, d2 as AllCredentialAttributes, d3 as AllCredentialValues, dV as AllScenarioExecutionAuthorizationData, dP as AnyTxAuthDataSignatureResponse, dM as AnyTxAuthInput, dH as ApiTezosTxAuthInput, dD as ApiTxAuthInput, d9 as ArrayOperator, c_ as AuthQrCodeData, cx as AuthSession, cy as AuthSessionData, cV as AuthorizationRequestMessage, cU as AuthorizationRequestMessageType, cT as AuthorizationRequestMessageTypes, cY as AuthorizationResponseMessage, bM as AvailableFlow, de as BOOLEAN_OPERATORS, df as BooleanOperator, bT as CHALLENGE_QUERY_OPERATORS, cP as CIRCUIT_IDS, bU as ChallengeQueryOperator, bW as ChallengeQueryOperatorToOperator, bS as ChallengeQueryOperators, bX as ChallengeQuerySchema, cz as ChallengeResponse, cQ as CircuitId, bt as CloseScreenNotification, cf as ComplianceImplementationStepsInput, dT as CreateAuthRequestProps, du as CreateQueryConfigurationInput, dv as CreateQueryConfigurationResponse, dU as CreateZKProofRequestProps, cZ as CredentialQrCodeData, dg as DATE_OPERATORS, bN as DataAvailableOnStart, dh as DateOperator, dy as DeleteQueryConfigurationInput, dz as DeleteQueryConfigurationResponse, bZ as ExecuteChallengeQueryConfig, bY as ExecuteChallengeQueryInput, b$ as ExecuteChallengeQueryResponse, dO as ExtendedTezosTxAuthDataSignatureResponse, dL as ExtendedTezosTxAuthInput, dN as ExtendedTxAuthDataSignatureResponse, dK as ExtendedTxAuthInput, cw as GenerateWalletChallengeRequest, ch as GetCredentialsRequest, ci as GetCredentialsResponse, cC as GetCustomerStatusRequest, cG as GetCustomerStatusResponse, dJ as GetTezosTxAuthDataSignatureResponse, dF as GetTxAuthDataSignatureResponse, cq as GetTxAuthSigRequest, cs as GetTxAuthSigRequestTezos, cr as GetTxAuthSigResponse, ct as GetTxAuthSigResponseTezos, cJ as HostMessage, cu as HostRequestMessage, bR as HostResponseMessage, dl as IDInformation, cH as IdentityAppMessage, cK as IdentityMessage, bF as IdentityNotificationMessage, bK as IdentityRequestMessage, cv as IdentityResponseMessage, cD as IdentitySdkMessage, cE as IdentitySdkMessageWithIdentifier, cI as IdentityWallet, bG as InitialDataRequest, bO as InitialDataResponse, bB as IsVerifiedNotification, co as IsVerifiedRequest, cp as IsVerifiedResponse, bu as KycCompletionData, bv as KycCompletionNotification, cN as MediaType, cO as MediaTypePID, dc as NUMERIC_OPERATORS, dt as NonParsedQueryConfiguration, dd as NumericOperator, c0 as OPAChallengeQuery, d4 as OPERATORS, bD as OcvSdkInitialized, bx as OffChainScenarioExecutionData, dS as OffChainZKP, c1 as OffChainZKPRuleResult, by as OnChainScenarioExecutionData, dX as OnChainZKP, dY as OnChainZKPFromNexeraID, d_ as OnChainZKPPayload, dZ as OnChainZKPScenarioFromCms, b_ as OpaChallengeQueryResponse, d5 as Operator, bV as OperatorToChallengeQueryOperator, dq as PartialQueryConfigSimplified, bC as PolygonIdInitialized, ck as PolygonIdRequest, cj as PolygonIdRequestData, cm as PolygonIdResponse, cl as PolygonIdResponseData, dW as ProjectAuthorizationData, cW as ProofData, c$ as QrCodeLinkWithSchemaType, dm as QueryConfig, dp as QueryConfigSimplified, dr as QueryConfigSimplifiedParsed, ds as QueryConfiguration, dB as QueryCredentialType, dA as QueryCredentialTypes, dn as QueryType, cL as RequiredDataRowSchema, cM as RequiredVerificationData, ca as RuleEngineResponse, bw as RuleEngineScenarioExecutionData, cd as RuleResultStatus, ce as RuleResultStatusLabels, cc as RuleResultStatuses, d$ as SCENARIO_AUTHORIZATION_STATUSES, da as STRING_OPERATORS, di as SUPPORTED_TYPES, br as ScenarioAuthorizationData, e0 as ScenarioAuthorizationStatus, bz as ScenarioExecutionData, bA as ScenarioExecutionNotification, cb as ScenarioExecutionResponse, c9 as ScenarioStatus, c8 as ScenarioStatuses, c7 as ScenarioType, c6 as ScenarioTypes, c2 as SdkVerificationOutput, bs as SdkVerificationResponseSchema, bJ as SendTransactionRequest, bH as SignatureRequest, bP as SignatureResponse, cg as SimplifiedCredential, bE as StartCompletedNotification, cn as StartFlowRequest, db as StringOperator, dj as SupportedType, dk as SupportedTypes, dG as TezosTxAuthInput, dI as TezosTxSignatureResponse, bI as TransactionData, bQ as TransactionResponse, cB as TxAuthDataSignatureGatingRequest, cF as TxAuthDataSignatureResponse, dC as TxAuthInput, dE as TxSignatureResponse, dw as UpdateQueryConfigurationInput, dx as UpdateQueryConfigurationResponse, c5 as VerificationOutput, c4 as VerificationSessionStatus, c3 as VerificationSessionStatuses, e2 as VerifyWalletChallengeRequest, cA as WalletSignResponse, e1 as WalletSignatureResponse, d6 as ZKPOperator, dQ as ZKPRequest, dR as ZKPRequestFromZKVerifier, cR as ZeroKnowledgeProofRequest, cX as ZeroKnowledgeProofResponse, d7 as operatorDisplayMap, d0 as parseIden3Message, d1 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-2051573c.esm.js';
1
+ export { d8 as ARRAY_OPERATORS, cS as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bL as AVAILABLE_FLOWS, d2 as AllCredentialAttributes, d3 as AllCredentialValues, dV as AllScenarioExecutionAuthorizationData, dP as AnyTxAuthDataSignatureResponse, dM as AnyTxAuthInput, dH as ApiTezosTxAuthInput, dD as ApiTxAuthInput, d9 as ArrayOperator, c_ as AuthQrCodeData, cx as AuthSession, cy as AuthSessionData, cV as AuthorizationRequestMessage, cU as AuthorizationRequestMessageType, cT as AuthorizationRequestMessageTypes, cY as AuthorizationResponseMessage, bM as AvailableFlow, de as BOOLEAN_OPERATORS, df as BooleanOperator, bT as CHALLENGE_QUERY_OPERATORS, cP as CIRCUIT_IDS, bU as ChallengeQueryOperator, bW as ChallengeQueryOperatorToOperator, bS as ChallengeQueryOperators, bX as ChallengeQuerySchema, cz as ChallengeResponse, cQ as CircuitId, bt as CloseScreenNotification, cf as ComplianceImplementationStepsInput, dT as CreateAuthRequestProps, du as CreateQueryConfigurationInput, dv as CreateQueryConfigurationResponse, dU as CreateZKProofRequestProps, cZ as CredentialQrCodeData, dg as DATE_OPERATORS, bN as DataAvailableOnStart, dh as DateOperator, dy as DeleteQueryConfigurationInput, dz as DeleteQueryConfigurationResponse, bZ as ExecuteChallengeQueryConfig, bY as ExecuteChallengeQueryInput, b$ as ExecuteChallengeQueryResponse, dO as ExtendedTezosTxAuthDataSignatureResponse, dL as ExtendedTezosTxAuthInput, dN as ExtendedTxAuthDataSignatureResponse, dK as ExtendedTxAuthInput, cw as GenerateWalletChallengeRequest, ch as GetCredentialsRequest, ci as GetCredentialsResponse, cC as GetCustomerStatusRequest, cG as GetCustomerStatusResponse, dJ as GetTezosTxAuthDataSignatureResponse, dF as GetTxAuthDataSignatureResponse, cq as GetTxAuthSigRequest, cs as GetTxAuthSigRequestTezos, cr as GetTxAuthSigResponse, ct as GetTxAuthSigResponseTezos, cJ as HostMessage, cu as HostRequestMessage, bR as HostResponseMessage, dl as IDInformation, cH as IdentityAppMessage, cK as IdentityMessage, bF as IdentityNotificationMessage, bK as IdentityRequestMessage, cv as IdentityResponseMessage, cD as IdentitySdkMessage, cE as IdentitySdkMessageWithIdentifier, cI as IdentityWallet, bG as InitialDataRequest, bO as InitialDataResponse, bB as IsVerifiedNotification, co as IsVerifiedRequest, cp as IsVerifiedResponse, bu as KycCompletionData, bv as KycCompletionNotification, cN as MediaType, cO as MediaTypePID, dc as NUMERIC_OPERATORS, dt as NonParsedQueryConfiguration, dd as NumericOperator, c0 as OPAChallengeQuery, d4 as OPERATORS, bD as OcvSdkInitialized, bx as OffChainScenarioExecutionData, dS as OffChainZKP, c1 as OffChainZKPRuleResult, by as OnChainScenarioExecutionData, dX as OnChainZKP, dY as OnChainZKPFromNexeraID, d_ as OnChainZKPPayload, dZ as OnChainZKPScenarioFromCms, b_ as OpaChallengeQueryResponse, d5 as Operator, bV as OperatorToChallengeQueryOperator, dq as PartialQueryConfigSimplified, bC as PolygonIdInitialized, ck as PolygonIdRequest, cj as PolygonIdRequestData, cm as PolygonIdResponse, cl as PolygonIdResponseData, dW as ProjectAuthorizationData, cW as ProofData, c$ as QrCodeLinkWithSchemaType, dm as QueryConfig, dp as QueryConfigSimplified, dr as QueryConfigSimplifiedParsed, ds as QueryConfiguration, dB as QueryCredentialType, dA as QueryCredentialTypes, dn as QueryType, cL as RequiredDataRowSchema, cM as RequiredVerificationData, ca as RuleEngineResponse, bw as RuleEngineScenarioExecutionData, cd as RuleResultStatus, ce as RuleResultStatusLabels, cc as RuleResultStatuses, d$ as SCENARIO_AUTHORIZATION_STATUSES, da as STRING_OPERATORS, di as SUPPORTED_TYPES, br as ScenarioAuthorizationData, e0 as ScenarioAuthorizationStatus, bz as ScenarioExecutionData, bA as ScenarioExecutionNotification, cb as ScenarioExecutionResponse, c9 as ScenarioStatus, c8 as ScenarioStatuses, c7 as ScenarioType, c6 as ScenarioTypes, c2 as SdkVerificationOutput, bs as SdkVerificationResponseSchema, bJ as SendTransactionRequest, bH as SignatureRequest, bP as SignatureResponse, cg as SimplifiedCredential, bE as StartCompletedNotification, cn as StartFlowRequest, db as StringOperator, dj as SupportedType, dk as SupportedTypes, dG as TezosTxAuthInput, dI as TezosTxSignatureResponse, bI as TransactionData, bQ as TransactionResponse, cB as TxAuthDataSignatureGatingRequest, cF as TxAuthDataSignatureResponse, dC as TxAuthInput, dE as TxSignatureResponse, dw as UpdateQueryConfigurationInput, dx as UpdateQueryConfigurationResponse, c5 as VerificationOutput, c4 as VerificationSessionStatus, c3 as VerificationSessionStatuses, e2 as VerifyWalletChallengeRequest, cA as WalletSignResponse, e1 as WalletSignatureResponse, d6 as ZKPOperator, dQ as ZKPRequest, dR as ZKPRequestFromZKVerifier, cR as ZeroKnowledgeProofRequest, cX as ZeroKnowledgeProofResponse, d7 as operatorDisplayMap, d0 as parseIden3Message, d1 as parseSessionIdFromUrl } from '../../dist/identity-api.schema-7cc61f9c.esm.js';
2
2
  import 'zod';
3
3
  import 'nanoid';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexeraid/identity-schemas",
3
- "version": "2.3.28-dev",
3
+ "version": "2.3.29-dev",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var customers_schema = require('../../dist/customers.schema-412782d4.cjs.dev.js');
5
+ var customers_schema = require('../../dist/customers.schema-6f4f36b2.cjs.dev.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-3e7bc977.cjs.dev.js');
7
+ require('../../dist/identity-api.schema-939151b3.cjs.dev.js');
8
8
  require('nanoid');
9
9
 
10
10
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var customers_schema = require('../../dist/customers.schema-4e595008.cjs.prod.js');
5
+ var customers_schema = require('../../dist/customers.schema-755ab5d6.cjs.prod.js');
6
6
  require('zod');
7
- require('../../dist/identity-api.schema-ced36dce.cjs.prod.js');
7
+ require('../../dist/identity-api.schema-a2b5a400.cjs.prod.js');
8
8
  require('nanoid');
9
9
 
10
10
 
@@ -1,4 +1,4 @@
1
- export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bK as ApplicantMemberOfSchema, bZ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bM as BaseApplicantActionSchema, bk as BaseProvider, b$ as BeneficiaryCompanyCustomerClaims, c0 as BeneficiaryCompanyCustomerClaimsArray, b_ as BeneficiaryType, d3 as BeneficiaryVerificationStatus, d4 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bh as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bn as BigProvider, v as BitRankRequest, w as BitRankVerified, y as BitRankVerifiedError, x as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aC as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aE as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aA as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, aq as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dm as ChainalysisApiError, bd as ChainalysisConfig, dk as ChainalysisErrorCodes, bq as ChainalysisProvider, di as ChainalysisRegisterApiResponse, dn as ChainalysisRegisterResponse, dh as ChainalysisRequest, dl as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dj as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d2 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b3 as ComplyAdvantageMonitorSearchDataResponse, b5 as ComplyAdvantageMonitorSearchResponse, b4 as ComplyAdvantageMonitorSearchSuccessResponse, b6 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bv as ComplyAdvantageProvider, bu as ComplyAdvantageProviderConfigElement, bt as ComplyAdvantageProviderConfigFilters, bs as ComplyAdvantageProviderConfigTypes, au as ComplyAdvantageReponseMatchStatus, ar as ComplyAdvantageResponseMatchType, aR as ComplyAdvantageSearchDataResponse, aQ as ComplyAdvantageSearchDataResponseHit, aX as ComplyAdvantageSearchEntitiesDataResponse, aZ as ComplyAdvantageSearchEntitiesResponse, aY as ComplyAdvantageSearchEntitiesSuccessResponse, aT as ComplyAdvantageSearchErrorResponse, a_ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b0 as ComplyAdvantageUpdateSearchEntitiesRequest, b2 as ComplyAdvantageUpdateSearchEntitiesResponse, b1 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a$ as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bB as CreateProviderInput, bC as CreateProviderResponse, aG as CreateSearchInput, cW as CredentialMetadata, cV as CustomerContactInformationOutput, d9 as CustomerDocumentMetaData, da as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cp as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cL as EmailVerificationResponse, T as File, cU as GetCredentialsOutput, d6 as GetKybSessionInput, d7 as GetKybSessionResponse, cO as GetKycSessionInput, cP as GetKycSessionResponse, cX as GetKycSessionResponseWithCredentialsMetadata, bA as GetProviderResponse, bz as GetProvidersResponse, ao as HIGH_RISK_TYPES, bX as INDIVIDUAL_BENEFICIARY_RELATIONS, b8 as IdentityProviderOptions, b9 as IdentityProviders, bY as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bg as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, br as IpqualityscoreProvider, c_ as KYB_RESULTS, d0 as KYB_SESSION_STATUSES, cY as KYB_STEP_TYPES, cH as KYC_RESULTS, cJ as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, c$ as KybResult, d1 as KybSessionStatus, cZ as KybStep, cI as KycResult, cK as KycSessionStatus, cG as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dg as MerkleAddressApiError, df as MerkleAddressApiResponse, de as MerkleAddressRequest, a as MerkleAddressResponse, dd as MerkleBlockChainCodes, dc as MerkleBlockChainNames, db as MerkleBlockChainTypes, bc as MerkleScienceConfig, bp as MerkleScienceProvider, N as NestedSession, bm as NexeraIdKYBProvider, bl as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cT as ProofOfResidenceDocumentType, cS as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ci as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cx as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cn as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d5 as SelectKybSession, cM as SelectKycSession, cN as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cr as SumSubApplicantResetSchema, cq as SumSubApplicantReviewStatusSchema, cw as SumSubApplicantSchema, bQ as SumSubApplicantType, cm as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cg as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cs as SumSubGenerateExternalWebSdkLinkSchema, ch as SumSubImageId, cc as SumSubImageReviewResultSchema, cf as SumSubIndividualApplicantSchema, co as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bS as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, cb as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cB as SumSubSimilarApplicantsSchema, bO as SumSubStep, cl as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, ce as SumsubApplicantType, cd as SumsubApplicantTypes, cj as SumsubCompanyBeneficiaryGroup, cv as SumsubKybDataSchema, cA as SumsubKybSessionFlowSection, cz as SumsubKybSessionFlowSectionItem, cy as SumsubKybSessionFlowSectionStatus, cu as SumsubKycDataSchema, ck as SumsubStepStatus, ct as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d8 as UpdateKybSessionOutput, cQ as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cR as VideoKycMetaData, bI as WEBHOOK_TYPES, F as WebhookPayload, bJ as WebhookType, bf as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-dcbfef09.esm.js';
1
+ export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bK as ApplicantMemberOfSchema, bZ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bM as BaseApplicantActionSchema, bk as BaseProvider, b$ as BeneficiaryCompanyCustomerClaims, c0 as BeneficiaryCompanyCustomerClaimsArray, b_ as BeneficiaryType, d3 as BeneficiaryVerificationStatus, d4 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bh as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bn as BigProvider, v as BitRankRequest, w as BitRankVerified, y as BitRankVerifiedError, x as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aC as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aE as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aA as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, aq as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dm as ChainalysisApiError, bd as ChainalysisConfig, dk as ChainalysisErrorCodes, bq as ChainalysisProvider, di as ChainalysisRegisterApiResponse, dn as ChainalysisRegisterResponse, dh as ChainalysisRequest, dl as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dj as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d2 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b3 as ComplyAdvantageMonitorSearchDataResponse, b5 as ComplyAdvantageMonitorSearchResponse, b4 as ComplyAdvantageMonitorSearchSuccessResponse, b6 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bv as ComplyAdvantageProvider, bu as ComplyAdvantageProviderConfigElement, bt as ComplyAdvantageProviderConfigFilters, bs as ComplyAdvantageProviderConfigTypes, au as ComplyAdvantageReponseMatchStatus, ar as ComplyAdvantageResponseMatchType, aR as ComplyAdvantageSearchDataResponse, aQ as ComplyAdvantageSearchDataResponseHit, aX as ComplyAdvantageSearchEntitiesDataResponse, aZ as ComplyAdvantageSearchEntitiesResponse, aY as ComplyAdvantageSearchEntitiesSuccessResponse, aT as ComplyAdvantageSearchErrorResponse, a_ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b0 as ComplyAdvantageUpdateSearchEntitiesRequest, b2 as ComplyAdvantageUpdateSearchEntitiesResponse, b1 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a$ as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bB as CreateProviderInput, bC as CreateProviderResponse, aG as CreateSearchInput, cW as CredentialMetadata, cV as CustomerContactInformationOutput, d9 as CustomerDocumentMetaData, da as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cp as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cL as EmailVerificationResponse, T as File, cU as GetCredentialsOutput, d6 as GetKybSessionInput, d7 as GetKybSessionResponse, cO as GetKycSessionInput, cP as GetKycSessionResponse, cX as GetKycSessionResponseWithCredentialsMetadata, bA as GetProviderResponse, bz as GetProvidersResponse, ao as HIGH_RISK_TYPES, bX as INDIVIDUAL_BENEFICIARY_RELATIONS, b8 as IdentityProviderOptions, b9 as IdentityProviders, bY as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bg as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, br as IpqualityscoreProvider, c_ as KYB_RESULTS, d0 as KYB_SESSION_STATUSES, cY as KYB_STEP_TYPES, cH as KYC_RESULTS, cJ as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, c$ as KybResult, d1 as KybSessionStatus, cZ as KybStep, cI as KycResult, cK as KycSessionStatus, cG as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dg as MerkleAddressApiError, df as MerkleAddressApiResponse, de as MerkleAddressRequest, a as MerkleAddressResponse, dd as MerkleBlockChainCodes, dc as MerkleBlockChainNames, db as MerkleBlockChainTypes, bc as MerkleScienceConfig, bp as MerkleScienceProvider, N as NestedSession, bm as NexeraIdKYBProvider, bl as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cT as ProofOfResidenceDocumentType, cS as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ci as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cx as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cn as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d5 as SelectKybSession, cM as SelectKycSession, cN as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cr as SumSubApplicantResetSchema, cq as SumSubApplicantReviewStatusSchema, cw as SumSubApplicantSchema, bQ as SumSubApplicantType, cm as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cg as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cs as SumSubGenerateExternalWebSdkLinkSchema, ch as SumSubImageId, cc as SumSubImageReviewResultSchema, cf as SumSubIndividualApplicantSchema, co as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bS as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, cb as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cB as SumSubSimilarApplicantsSchema, bO as SumSubStep, cl as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, ce as SumsubApplicantType, cd as SumsubApplicantTypes, cj as SumsubCompanyBeneficiaryGroup, cv as SumsubKybDataSchema, cA as SumsubKybSessionFlowSection, cz as SumsubKybSessionFlowSectionItem, cy as SumsubKybSessionFlowSectionStatus, cu as SumsubKycDataSchema, ck as SumsubStepStatus, ct as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d8 as UpdateKybSessionOutput, cQ as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cR as VideoKycMetaData, bI as WEBHOOK_TYPES, F as WebhookPayload, bJ as WebhookType, bf as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-8a412cc1.esm.js';
2
2
  import 'zod';
3
- import '../../dist/identity-api.schema-2051573c.esm.js';
3
+ import '../../dist/identity-api.schema-7cc61f9c.esm.js';
4
4
  import 'nanoid';
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-3e7bc977.cjs.dev.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-286d9881.cjs.dev.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-939151b3.cjs.dev.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-4d763cdf.cjs.dev.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var identityApi_schema = require('../../dist/identity-api.schema-ced36dce.cjs.prod.js');
6
- var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-11a150de.cjs.prod.js');
5
+ var identityApi_schema = require('../../dist/identity-api.schema-a2b5a400.cjs.prod.js');
6
+ var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-38646e0e.cjs.prod.js');
7
7
  require('zod');
8
8
  require('nanoid');
9
9
 
@@ -1,4 +1,4 @@
1
- export { al as Alpha2Country, eK as CredentialMediaType, eF as CredentialNames, eE as CredentialSchemas, eI as CredentialType, C as CredentialTypes, eD as GenericVerifiableCredentialSchema, eq as ID3CredentialSubjectSchema, eA as IDImageCredentialSubjectSchema, ez as IDInformationCredentialSubjectSchema, er as IDScanCredentialSubjectSchema, es as IDScanPassportCredentialSubjectSchema, et as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, eG as NexeraCredentialType, ey as OLD_AMLScreeningsResultsCredentialSubjectSchema, eu as OLD_IDImageCredentialSubjectSchema, ev as OLD_IDInformationCredentialSubjectSchema, ew as OLD_ProofOfResidenceCredentialSubjectSchema, ex as OLD_SelfieImageCredentialSubjectSchema, eC as ProofOfResidenceCredentialSubjectSchema, eB as SelfieImageCredentialSubjectSchema, eJ as VerifiableCredential, am as countryISO3toISO2Mapping, eH as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-2051573c.esm.js';
2
- export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-dc5cba37.esm.js';
1
+ export { al as Alpha2Country, eK as CredentialMediaType, eF as CredentialNames, eE as CredentialSchemas, eI as CredentialType, C as CredentialTypes, eD as GenericVerifiableCredentialSchema, eq as ID3CredentialSubjectSchema, eA as IDImageCredentialSubjectSchema, ez as IDInformationCredentialSubjectSchema, er as IDScanCredentialSubjectSchema, es as IDScanPassportCredentialSubjectSchema, et as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, eG as NexeraCredentialType, ey as OLD_AMLScreeningsResultsCredentialSubjectSchema, eu as OLD_IDImageCredentialSubjectSchema, ev as OLD_IDInformationCredentialSubjectSchema, ew as OLD_ProofOfResidenceCredentialSubjectSchema, ex as OLD_SelfieImageCredentialSubjectSchema, eC as ProofOfResidenceCredentialSubjectSchema, eB as SelfieImageCredentialSubjectSchema, eJ as VerifiableCredential, am as countryISO3toISO2Mapping, eH as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-7cc61f9c.esm.js';
2
+ export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-43cd42c8.esm.js';
3
3
  import 'zod';
4
4
  import 'nanoid';
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var zod = require('zod');
6
- var identityApi_schema = require('../../dist/identity-api.schema-3e7bc977.cjs.dev.js');
7
- var customers_schema = require('../../dist/customers.schema-412782d4.cjs.dev.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-939151b3.cjs.dev.js');
7
+ var customers_schema = require('../../dist/customers.schema-6f4f36b2.cjs.dev.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
9
  var transaction_schema = require('../../dist/transaction.schema-009d03d6.cjs.dev.js');
10
10
  require('nanoid');
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var zod = require('zod');
6
- var identityApi_schema = require('../../dist/identity-api.schema-ced36dce.cjs.prod.js');
7
- var customers_schema = require('../../dist/customers.schema-4e595008.cjs.prod.js');
6
+ var identityApi_schema = require('../../dist/identity-api.schema-a2b5a400.cjs.prod.js');
7
+ var customers_schema = require('../../dist/customers.schema-755ab5d6.cjs.prod.js');
8
8
  var zodToJsonSchema = require('zod-to-json-schema');
9
9
  var transaction_schema = require('../../dist/transaction.schema-309817d0.cjs.prod.js');
10
10
  require('nanoid');