@nexeraid/identity-schemas 2.7.0-dev → 2.9.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 (54) hide show
  1. package/dist/{customers.schema-25c9bc0a.esm.js → customers.schema-0bfe7ed2.esm.js} +1 -1
  2. package/dist/{customers.schema-7ac300ea.cjs.dev.js → customers.schema-1bf4fe64.cjs.dev.js} +1 -1
  3. package/dist/{customers.schema-a484549e.cjs.prod.js → customers.schema-80e163e9.cjs.prod.js} +1 -1
  4. package/dist/declarations/src/identity/app-requests.schema.d.ts +109 -104
  5. package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
  6. package/dist/declarations/src/identity/identity-v2.schema.d.ts +25 -24
  7. package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
  8. package/dist/declarations/src/identity/index.d.ts +1 -2
  9. package/dist/declarations/src/identity/index.d.ts.map +1 -1
  10. package/dist/declarations/src/identity/kyc.schema.d.ts +31 -194
  11. package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
  12. package/dist/declarations/src/identity/query.schema.d.ts +178 -0
  13. package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
  14. package/dist/declarations/src/identity/scenario.schema.d.ts +1180 -0
  15. package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -0
  16. package/dist/declarations/src/identity/zkps.schema.d.ts +0 -744
  17. package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
  18. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +63 -60
  19. package/dist/declarations/src/providers/kyc-sessions.schema.d.ts.map +1 -1
  20. package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +4 -4
  21. package/dist/declarations/src/transaction.schema.d.ts +2 -2
  22. package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
  23. package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +135 -135
  24. package/dist/declarations/src/webhooks/tms.webhooks.schema.d.ts +3 -3
  25. package/dist/{frontend-utilities.schema-2ad117b9.cjs.prod.js → frontend-utilities.schema-63c0c3ec.cjs.prod.js} +1 -1
  26. package/dist/{frontend-utilities.schema-a0cf242f.cjs.dev.js → frontend-utilities.schema-7ec52bb3.cjs.dev.js} +1 -1
  27. package/dist/{frontend-utilities.schema-3e61e949.esm.js → frontend-utilities.schema-c53dbf36.esm.js} +1 -1
  28. package/dist/{identity-api.schema-08b1e63d.cjs.dev.js → identity-api.schema-725ecd1d.cjs.prod.js} +357 -437
  29. package/dist/{identity-api.schema-a01dae12.esm.js → identity-api.schema-a3f556f3.esm.js} +351 -424
  30. package/dist/{identity-api.schema-1b5f26e1.cjs.prod.js → identity-api.schema-e1fe9b0e.cjs.dev.js} +357 -437
  31. package/dist/nexeraid-identity-schemas.cjs.dev.js +10 -17
  32. package/dist/nexeraid-identity-schemas.cjs.prod.js +10 -17
  33. package/dist/nexeraid-identity-schemas.esm.js +4 -4
  34. package/dist/package.json +1 -1
  35. package/dist/{transaction.schema-1e7e4f0c.esm.js → transaction.schema-356f414e.esm.js} +2 -2
  36. package/dist/{transaction.schema-c69db067.cjs.dev.js → transaction.schema-8da87f68.cjs.dev.js} +2 -2
  37. package/dist/{transaction.schema-3ac3062a.cjs.prod.js → transaction.schema-aff2475c.cjs.prod.js} +2 -2
  38. package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +8 -15
  39. package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +8 -15
  40. package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
  41. package/package.json +1 -1
  42. package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
  43. package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
  44. package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
  45. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
  46. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
  47. package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
  48. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +4 -4
  49. package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +4 -4
  50. package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +4 -4
  51. package/dist/declarations/src/identity/challenge-query.schema.d.ts +0 -1246
  52. package/dist/declarations/src/identity/challenge-query.schema.d.ts.map +0 -1
  53. package/dist/declarations/src/identity/execute-scenario.schema.d.ts +0 -136
  54. package/dist/declarations/src/identity/execute-scenario.schema.d.ts.map +0 -1
@@ -4,7 +4,7 @@ export declare const TMSWebhookPayload: z.ZodObject<{
4
4
  id: z.ZodString;
5
5
  transactionId: z.ZodString;
6
6
  transactionType: z.ZodEnum<["crypto", "fiat"]>;
7
- status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked"]>;
7
+ status: z.ZodEnum<["pending", "approved", "under_investigation", "blocked", "failed"]>;
8
8
  riskScore: z.ZodNullable<z.ZodString>;
9
9
  riskLevel: z.ZodNullable<z.ZodString>;
10
10
  customerId: z.ZodString;
@@ -15,7 +15,7 @@ export declare const TMSWebhookPayload: z.ZodObject<{
15
15
  updatedAt: z.ZodNullable<z.ZodDate>;
16
16
  }, "strip", z.ZodTypeAny, {
17
17
  id: string;
18
- status: "pending" | "approved" | "under_investigation" | "blocked";
18
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
19
19
  createdAt: Date;
20
20
  updatedAt: Date | null;
21
21
  customerId: string;
@@ -29,7 +29,7 @@ export declare const TMSWebhookPayload: z.ZodObject<{
29
29
  transactionDate: Date;
30
30
  }, {
31
31
  id: string;
32
- status: "pending" | "approved" | "under_investigation" | "blocked";
32
+ status: "pending" | "approved" | "under_investigation" | "blocked" | "failed";
33
33
  createdAt: Date;
34
34
  updatedAt: Date | null;
35
35
  customerId: string;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-1b5f26e1.cjs.prod.js');
3
+ var identityApi_schema = require('./identity-api.schema-725ecd1d.cjs.prod.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var identityApi_schema = require('./identity-api.schema-08b1e63d.cjs.dev.js');
3
+ var identityApi_schema = require('./identity-api.schema-e1fe9b0e.cjs.dev.js');
4
4
 
5
5
  var VC_JSON_SCHEMA_MAP = {
6
6
  ProofOfResidence: {
@@ -1,4 +1,4 @@
1
- import { ds as SupportedType, eT as _toConsumableArray, dg as ARRAY_OPERATORS, dm as BOOLEAN_OPERATORS, dk as NUMERIC_OPERATORS, di as STRING_OPERATORS } from './identity-api.schema-a01dae12.esm.js';
1
+ import { dk as SupportedType, eM as _toConsumableArray, d9 as ARRAY_OPERATORS, df as BOOLEAN_OPERATORS, dd as NUMERIC_OPERATORS, db as STRING_OPERATORS } from './identity-api.schema-a3f556f3.esm.js';
2
2
 
3
3
  var VC_JSON_SCHEMA_MAP = {
4
4
  ProofOfResidence: {