@nexeraid/identity-schemas 1.12.13-dev → 1.12.15-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.
- package/dist/declarations/src/identity/app-requests.schema.d.ts +27 -0
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/challenge-query.schema.d.ts +8 -8
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +21 -14
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +7 -0
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +5 -0
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/declarations/src/nexeraSSID.schema.d.ts +4 -4
- package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-f76c1a81.cjs.dev.js → frontend-utilities.schema-06e93688.cjs.dev.js} +1 -1
- package/dist/{frontend-utilities.schema-1ed29aaf.cjs.prod.js → frontend-utilities.schema-3909b6b5.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-8644eba9.esm.js → frontend-utilities.schema-a6cf4144.esm.js} +1 -1
- package/dist/{identity-api.schema-786af80f.esm.js → identity-api.schema-401854fe.esm.js} +12 -11
- package/dist/{identity-api.schema-2a827b7e.cjs.prod.js → identity-api.schema-47614e87.cjs.dev.js} +14 -13
- package/dist/{identity-api.schema-13875b8e.cjs.dev.js → identity-api.schema-bf1a99c1.cjs.prod.js} +14 -13
- package/dist/nexeraid-identity-schemas.cjs.dev.js +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.js +5 -5
- package/dist/nexeraid-identity-schemas.esm.js +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
|
@@ -258,6 +258,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
258
258
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
259
259
|
requestId?: number | null | undefined;
|
|
260
260
|
}>;
|
|
261
|
+
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
261
262
|
}, "strip", z.ZodTypeAny, {
|
|
262
263
|
status: "pending" | "authorised" | "unauthorised";
|
|
263
264
|
projectId: string;
|
|
@@ -319,6 +320,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
319
320
|
to?: string | undefined;
|
|
320
321
|
} | null | undefined;
|
|
321
322
|
verificationError?: string | null | undefined;
|
|
323
|
+
workflowSessionId?: string | undefined;
|
|
322
324
|
}, {
|
|
323
325
|
status: "pending" | "authorised" | "unauthorised";
|
|
324
326
|
projectId: string;
|
|
@@ -380,6 +382,7 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
380
382
|
to?: string | undefined;
|
|
381
383
|
} | null | undefined;
|
|
382
384
|
verificationError?: string | null | undefined;
|
|
385
|
+
workflowSessionId?: string | undefined;
|
|
383
386
|
}>;
|
|
384
387
|
export type ScenarioAuthorizationData = z.infer<typeof ScenarioAuthorizationData>;
|
|
385
388
|
export declare const SdkVerificationResponseSchema: z.ZodObject<{
|
|
@@ -958,6 +961,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
958
961
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
959
962
|
requestId?: number | null | undefined;
|
|
960
963
|
}>;
|
|
964
|
+
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
961
965
|
}, "strip", z.ZodTypeAny, {
|
|
962
966
|
status: "pending" | "authorised" | "unauthorised";
|
|
963
967
|
projectId: string;
|
|
@@ -1019,6 +1023,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1019
1023
|
to?: string | undefined;
|
|
1020
1024
|
} | null | undefined;
|
|
1021
1025
|
verificationError?: string | null | undefined;
|
|
1026
|
+
workflowSessionId?: string | undefined;
|
|
1022
1027
|
}, {
|
|
1023
1028
|
status: "pending" | "authorised" | "unauthorised";
|
|
1024
1029
|
projectId: string;
|
|
@@ -1080,6 +1085,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1080
1085
|
to?: string | undefined;
|
|
1081
1086
|
} | null | undefined;
|
|
1082
1087
|
verificationError?: string | null | undefined;
|
|
1088
|
+
workflowSessionId?: string | undefined;
|
|
1083
1089
|
}>, "many">;
|
|
1084
1090
|
}, "strip", z.ZodTypeAny, {
|
|
1085
1091
|
type: "OffChainScenarioExecution";
|
|
@@ -1144,6 +1150,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1144
1150
|
to?: string | undefined;
|
|
1145
1151
|
} | null | undefined;
|
|
1146
1152
|
verificationError?: string | null | undefined;
|
|
1153
|
+
workflowSessionId?: string | undefined;
|
|
1147
1154
|
}[];
|
|
1148
1155
|
}, {
|
|
1149
1156
|
type: "OffChainScenarioExecution";
|
|
@@ -1208,6 +1215,7 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1208
1215
|
to?: string | undefined;
|
|
1209
1216
|
} | null | undefined;
|
|
1210
1217
|
verificationError?: string | null | undefined;
|
|
1218
|
+
workflowSessionId?: string | undefined;
|
|
1211
1219
|
}[];
|
|
1212
1220
|
}>;
|
|
1213
1221
|
export declare const OnChainScenarioExecutionData: z.ZodObject<{
|
|
@@ -1631,6 +1639,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1631
1639
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1632
1640
|
requestId?: number | null | undefined;
|
|
1633
1641
|
}>;
|
|
1642
|
+
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
1634
1643
|
}, "strip", z.ZodTypeAny, {
|
|
1635
1644
|
status: "pending" | "authorised" | "unauthorised";
|
|
1636
1645
|
projectId: string;
|
|
@@ -1692,6 +1701,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1692
1701
|
to?: string | undefined;
|
|
1693
1702
|
} | null | undefined;
|
|
1694
1703
|
verificationError?: string | null | undefined;
|
|
1704
|
+
workflowSessionId?: string | undefined;
|
|
1695
1705
|
}, {
|
|
1696
1706
|
status: "pending" | "authorised" | "unauthorised";
|
|
1697
1707
|
projectId: string;
|
|
@@ -1753,6 +1763,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1753
1763
|
to?: string | undefined;
|
|
1754
1764
|
} | null | undefined;
|
|
1755
1765
|
verificationError?: string | null | undefined;
|
|
1766
|
+
workflowSessionId?: string | undefined;
|
|
1756
1767
|
}>, "many">;
|
|
1757
1768
|
}, "strip", z.ZodTypeAny, {
|
|
1758
1769
|
type: "OffChainScenarioExecution";
|
|
@@ -1817,6 +1828,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1817
1828
|
to?: string | undefined;
|
|
1818
1829
|
} | null | undefined;
|
|
1819
1830
|
verificationError?: string | null | undefined;
|
|
1831
|
+
workflowSessionId?: string | undefined;
|
|
1820
1832
|
}[];
|
|
1821
1833
|
}, {
|
|
1822
1834
|
type: "OffChainScenarioExecution";
|
|
@@ -1881,6 +1893,7 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1881
1893
|
to?: string | undefined;
|
|
1882
1894
|
} | null | undefined;
|
|
1883
1895
|
verificationError?: string | null | undefined;
|
|
1896
|
+
workflowSessionId?: string | undefined;
|
|
1884
1897
|
}[];
|
|
1885
1898
|
}>, z.ZodObject<{
|
|
1886
1899
|
type: z.ZodLiteral<"OnChainScenarioExecution">;
|
|
@@ -2306,6 +2319,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2306
2319
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
2307
2320
|
requestId?: number | null | undefined;
|
|
2308
2321
|
}>;
|
|
2322
|
+
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
2309
2323
|
}, "strip", z.ZodTypeAny, {
|
|
2310
2324
|
status: "pending" | "authorised" | "unauthorised";
|
|
2311
2325
|
projectId: string;
|
|
@@ -2367,6 +2381,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2367
2381
|
to?: string | undefined;
|
|
2368
2382
|
} | null | undefined;
|
|
2369
2383
|
verificationError?: string | null | undefined;
|
|
2384
|
+
workflowSessionId?: string | undefined;
|
|
2370
2385
|
}, {
|
|
2371
2386
|
status: "pending" | "authorised" | "unauthorised";
|
|
2372
2387
|
projectId: string;
|
|
@@ -2428,6 +2443,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2428
2443
|
to?: string | undefined;
|
|
2429
2444
|
} | null | undefined;
|
|
2430
2445
|
verificationError?: string | null | undefined;
|
|
2446
|
+
workflowSessionId?: string | undefined;
|
|
2431
2447
|
}>, "many">;
|
|
2432
2448
|
}, "strip", z.ZodTypeAny, {
|
|
2433
2449
|
type: "OffChainScenarioExecution";
|
|
@@ -2492,6 +2508,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2492
2508
|
to?: string | undefined;
|
|
2493
2509
|
} | null | undefined;
|
|
2494
2510
|
verificationError?: string | null | undefined;
|
|
2511
|
+
workflowSessionId?: string | undefined;
|
|
2495
2512
|
}[];
|
|
2496
2513
|
}, {
|
|
2497
2514
|
type: "OffChainScenarioExecution";
|
|
@@ -2556,6 +2573,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2556
2573
|
to?: string | undefined;
|
|
2557
2574
|
} | null | undefined;
|
|
2558
2575
|
verificationError?: string | null | undefined;
|
|
2576
|
+
workflowSessionId?: string | undefined;
|
|
2559
2577
|
}[];
|
|
2560
2578
|
}>, z.ZodObject<{
|
|
2561
2579
|
type: z.ZodLiteral<"OnChainScenarioExecution">;
|
|
@@ -2654,6 +2672,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2654
2672
|
to?: string | undefined;
|
|
2655
2673
|
} | null | undefined;
|
|
2656
2674
|
verificationError?: string | null | undefined;
|
|
2675
|
+
workflowSessionId?: string | undefined;
|
|
2657
2676
|
}[];
|
|
2658
2677
|
} | {
|
|
2659
2678
|
type: "OnChainScenarioExecution";
|
|
@@ -2747,6 +2766,7 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2747
2766
|
to?: string | undefined;
|
|
2748
2767
|
} | null | undefined;
|
|
2749
2768
|
verificationError?: string | null | undefined;
|
|
2769
|
+
workflowSessionId?: string | undefined;
|
|
2750
2770
|
}[];
|
|
2751
2771
|
} | {
|
|
2752
2772
|
type: "OnChainScenarioExecution";
|
|
@@ -3288,6 +3308,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3288
3308
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
3289
3309
|
requestId?: number | null | undefined;
|
|
3290
3310
|
}>;
|
|
3311
|
+
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
3291
3312
|
}, "strip", z.ZodTypeAny, {
|
|
3292
3313
|
status: "pending" | "authorised" | "unauthorised";
|
|
3293
3314
|
projectId: string;
|
|
@@ -3349,6 +3370,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3349
3370
|
to?: string | undefined;
|
|
3350
3371
|
} | null | undefined;
|
|
3351
3372
|
verificationError?: string | null | undefined;
|
|
3373
|
+
workflowSessionId?: string | undefined;
|
|
3352
3374
|
}, {
|
|
3353
3375
|
status: "pending" | "authorised" | "unauthorised";
|
|
3354
3376
|
projectId: string;
|
|
@@ -3410,6 +3432,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3410
3432
|
to?: string | undefined;
|
|
3411
3433
|
} | null | undefined;
|
|
3412
3434
|
verificationError?: string | null | undefined;
|
|
3435
|
+
workflowSessionId?: string | undefined;
|
|
3413
3436
|
}>, "many">;
|
|
3414
3437
|
}, "strip", z.ZodTypeAny, {
|
|
3415
3438
|
type: "OffChainScenarioExecution";
|
|
@@ -3474,6 +3497,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3474
3497
|
to?: string | undefined;
|
|
3475
3498
|
} | null | undefined;
|
|
3476
3499
|
verificationError?: string | null | undefined;
|
|
3500
|
+
workflowSessionId?: string | undefined;
|
|
3477
3501
|
}[];
|
|
3478
3502
|
}, {
|
|
3479
3503
|
type: "OffChainScenarioExecution";
|
|
@@ -3538,6 +3562,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3538
3562
|
to?: string | undefined;
|
|
3539
3563
|
} | null | undefined;
|
|
3540
3564
|
verificationError?: string | null | undefined;
|
|
3565
|
+
workflowSessionId?: string | undefined;
|
|
3541
3566
|
}[];
|
|
3542
3567
|
}>, z.ZodObject<{
|
|
3543
3568
|
type: z.ZodLiteral<"OnChainScenarioExecution">;
|
|
@@ -3636,6 +3661,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3636
3661
|
to?: string | undefined;
|
|
3637
3662
|
} | null | undefined;
|
|
3638
3663
|
verificationError?: string | null | undefined;
|
|
3664
|
+
workflowSessionId?: string | undefined;
|
|
3639
3665
|
}[];
|
|
3640
3666
|
} | {
|
|
3641
3667
|
type: "OnChainScenarioExecution";
|
|
@@ -3729,6 +3755,7 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3729
3755
|
to?: string | undefined;
|
|
3730
3756
|
} | null | undefined;
|
|
3731
3757
|
verificationError?: string | null | undefined;
|
|
3758
|
+
workflowSessionId?: string | undefined;
|
|
3732
3759
|
}[];
|
|
3733
3760
|
} | {
|
|
3734
3761
|
type: "OnChainScenarioExecution";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAoBxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"app-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["app-requests.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -198,7 +198,7 @@ export declare const ChallengeQuerySchema: z.ZodObject<{
|
|
|
198
198
|
id?: string | undefined;
|
|
199
199
|
}>;
|
|
200
200
|
export declare const ExecuteChallengeQueryInput: z.ZodObject<{
|
|
201
|
-
|
|
201
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
202
202
|
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>]>>>;
|
|
203
203
|
credentials: z.ZodArray<z.ZodObject<{
|
|
204
204
|
id: z.ZodString;
|
|
@@ -388,7 +388,7 @@ export declare const ExecuteChallengeQueryInput: z.ZodObject<{
|
|
|
388
388
|
requestId?: number | null | undefined;
|
|
389
389
|
};
|
|
390
390
|
address?: string | null | undefined;
|
|
391
|
-
|
|
391
|
+
externalCustomerId?: string | null | undefined;
|
|
392
392
|
}, {
|
|
393
393
|
credentials: {
|
|
394
394
|
id: string;
|
|
@@ -435,11 +435,11 @@ export declare const ExecuteChallengeQueryInput: z.ZodObject<{
|
|
|
435
435
|
requestId?: number | null | undefined;
|
|
436
436
|
};
|
|
437
437
|
address?: string | null | undefined;
|
|
438
|
-
|
|
438
|
+
externalCustomerId?: string | null | undefined;
|
|
439
439
|
}>;
|
|
440
440
|
export declare const ExecuteChallengeQueryConfig: z.ZodObject<{
|
|
441
441
|
input: z.ZodObject<{
|
|
442
|
-
|
|
442
|
+
externalCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
443
443
|
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>]>>>;
|
|
444
444
|
credentials: z.ZodArray<z.ZodObject<{
|
|
445
445
|
id: z.ZodString;
|
|
@@ -629,7 +629,7 @@ export declare const ExecuteChallengeQueryConfig: z.ZodObject<{
|
|
|
629
629
|
requestId?: number | null | undefined;
|
|
630
630
|
};
|
|
631
631
|
address?: string | null | undefined;
|
|
632
|
-
|
|
632
|
+
externalCustomerId?: string | null | undefined;
|
|
633
633
|
}, {
|
|
634
634
|
credentials: {
|
|
635
635
|
id: string;
|
|
@@ -676,7 +676,7 @@ export declare const ExecuteChallengeQueryConfig: z.ZodObject<{
|
|
|
676
676
|
requestId?: number | null | undefined;
|
|
677
677
|
};
|
|
678
678
|
address?: string | null | undefined;
|
|
679
|
-
|
|
679
|
+
externalCustomerId?: string | null | undefined;
|
|
680
680
|
}>;
|
|
681
681
|
executionId: z.ZodString;
|
|
682
682
|
sessionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -730,7 +730,7 @@ export declare const ExecuteChallengeQueryConfig: z.ZodObject<{
|
|
|
730
730
|
requestId?: number | null | undefined;
|
|
731
731
|
};
|
|
732
732
|
address?: string | null | undefined;
|
|
733
|
-
|
|
733
|
+
externalCustomerId?: string | null | undefined;
|
|
734
734
|
};
|
|
735
735
|
cmsObjectId: string;
|
|
736
736
|
sessionId?: string | null | undefined;
|
|
@@ -783,7 +783,7 @@ export declare const ExecuteChallengeQueryConfig: z.ZodObject<{
|
|
|
783
783
|
requestId?: number | null | undefined;
|
|
784
784
|
};
|
|
785
785
|
address?: string | null | undefined;
|
|
786
|
-
|
|
786
|
+
externalCustomerId?: string | null | undefined;
|
|
787
787
|
};
|
|
788
788
|
cmsObjectId: string;
|
|
789
789
|
sessionId?: string | null | undefined;
|
|
@@ -5,7 +5,7 @@ export declare const WalletChallengeRequest: z.ZodObject<{
|
|
|
5
5
|
blockchainId: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodEnum<[import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA]>, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET, unknown>, z.ZodEffects<z.ZodEnum<[import("../blockchain.schema.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain.schema.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, import("../blockchain.schema.js").NEXERA_TEZOS_CHAINS, unknown>, z.ZodEffects<z.ZodEnum<[import("../blockchain.schema.js").NEXERA_COSMOS_CHAINS.COSMOS, import("../blockchain.schema.js").NEXERA_COSMOS_CHAINS.COSMOS_TESTNET]>, import("../blockchain.schema.js").NEXERA_COSMOS_CHAINS, unknown>, z.ZodEffects<z.ZodEnum<["0x534e5f4d41494e", "0x534e5f5345504f4c4941"]>, "0x534e5f4d41494e" | "0x534e5f5345504f4c4941", unknown>]>>;
|
|
6
6
|
origin: z.ZodString;
|
|
7
7
|
workflowId: z.ZodString;
|
|
8
|
-
|
|
8
|
+
externalCustomerId: z.ZodOptional<z.ZodString>;
|
|
9
9
|
additionalInformation: z.ZodOptional<z.ZodObject<{
|
|
10
10
|
email: z.ZodOptional<z.ZodString>;
|
|
11
11
|
phone: z.ZodOptional<z.ZodString>;
|
|
@@ -39,8 +39,8 @@ export declare const WalletChallengeRequest: z.ZodObject<{
|
|
|
39
39
|
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
|
|
40
40
|
workflowId: string;
|
|
41
41
|
origin: string;
|
|
42
|
+
externalCustomerId?: string | undefined;
|
|
42
43
|
blockchainId?: import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET | "0x534e5f4d41494e" | "0x534e5f5345504f4c4941" | import("../blockchain.schema.js").NEXERA_TEZOS_CHAINS | import("../blockchain.schema.js").NEXERA_COSMOS_CHAINS | undefined;
|
|
43
|
-
externalUserId?: string | undefined;
|
|
44
44
|
additionalInformation?: {
|
|
45
45
|
email?: string | undefined;
|
|
46
46
|
wallet?: {
|
|
@@ -54,8 +54,8 @@ export declare const WalletChallengeRequest: z.ZodObject<{
|
|
|
54
54
|
namespace: "cosmos" | "tezos" | "eip155" | "aptos" | "polkadot" | "starknet" | "solana" | "cardano";
|
|
55
55
|
workflowId: string;
|
|
56
56
|
origin: string;
|
|
57
|
+
externalCustomerId?: string | undefined;
|
|
57
58
|
blockchainId?: unknown;
|
|
58
|
-
externalUserId?: string | undefined;
|
|
59
59
|
additionalInformation?: {
|
|
60
60
|
email?: string | undefined;
|
|
61
61
|
wallet?: {
|
|
@@ -108,8 +108,8 @@ export declare const WalletSignResponse: z.ZodObject<{
|
|
|
108
108
|
};
|
|
109
109
|
}>;
|
|
110
110
|
export type WalletSignResponse = z.infer<typeof WalletSignResponse>;
|
|
111
|
-
export declare const
|
|
112
|
-
type: z.ZodLiteral<"
|
|
111
|
+
export declare const TxAuthDataSignatureGatingRequest: z.ZodObject<{
|
|
112
|
+
type: z.ZodLiteral<"txAuthDataSignatureGatingRequest">;
|
|
113
113
|
data: z.ZodObject<{
|
|
114
114
|
input: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
115
115
|
chainId: z.ZodEffects<z.ZodEnum<[import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA]>, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET, unknown>;
|
|
@@ -233,7 +233,7 @@ export declare const TrxSignatureGatingRequest: z.ZodObject<{
|
|
|
233
233
|
});
|
|
234
234
|
}>;
|
|
235
235
|
}, "strip", z.ZodTypeAny, {
|
|
236
|
-
type: "
|
|
236
|
+
type: "txAuthDataSignatureGatingRequest";
|
|
237
237
|
data: {
|
|
238
238
|
input: ({
|
|
239
239
|
userAddress: `0x${string}`;
|
|
@@ -261,7 +261,7 @@ export declare const TrxSignatureGatingRequest: z.ZodObject<{
|
|
|
261
261
|
});
|
|
262
262
|
};
|
|
263
263
|
}, {
|
|
264
|
-
type: "
|
|
264
|
+
type: "txAuthDataSignatureGatingRequest";
|
|
265
265
|
data: {
|
|
266
266
|
input: ({
|
|
267
267
|
userAddress: string;
|
|
@@ -289,7 +289,7 @@ export declare const TrxSignatureGatingRequest: z.ZodObject<{
|
|
|
289
289
|
});
|
|
290
290
|
};
|
|
291
291
|
}>;
|
|
292
|
-
export type
|
|
292
|
+
export type TxAuthDataSignatureGatingRequest = z.infer<typeof TxAuthDataSignatureGatingRequest>;
|
|
293
293
|
export declare const GetCustomerStatusRequest: z.ZodObject<{
|
|
294
294
|
type: z.ZodLiteral<"getCustomerStatusRequest">;
|
|
295
295
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -394,7 +394,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
394
394
|
txHash: string;
|
|
395
395
|
};
|
|
396
396
|
}>, z.ZodObject<{
|
|
397
|
-
type: z.ZodLiteral<"
|
|
397
|
+
type: z.ZodLiteral<"txAuthDataSignatureGatingRequest">;
|
|
398
398
|
data: z.ZodObject<{
|
|
399
399
|
input: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
400
400
|
chainId: z.ZodEffects<z.ZodEnum<[import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA]>, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET, unknown>;
|
|
@@ -518,7 +518,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
518
518
|
});
|
|
519
519
|
}>;
|
|
520
520
|
}, "strip", z.ZodTypeAny, {
|
|
521
|
-
type: "
|
|
521
|
+
type: "txAuthDataSignatureGatingRequest";
|
|
522
522
|
data: {
|
|
523
523
|
input: ({
|
|
524
524
|
userAddress: `0x${string}`;
|
|
@@ -546,7 +546,7 @@ export declare const IdentitySdkMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
546
546
|
});
|
|
547
547
|
};
|
|
548
548
|
}, {
|
|
549
|
-
type: "
|
|
549
|
+
type: "txAuthDataSignatureGatingRequest";
|
|
550
550
|
data: {
|
|
551
551
|
input: ({
|
|
552
552
|
userAddress: string;
|
|
@@ -677,7 +677,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
677
677
|
txHash: string;
|
|
678
678
|
};
|
|
679
679
|
}>, z.ZodObject<{
|
|
680
|
-
type: z.ZodLiteral<"
|
|
680
|
+
type: z.ZodLiteral<"txAuthDataSignatureGatingRequest">;
|
|
681
681
|
data: z.ZodObject<{
|
|
682
682
|
input: z.ZodUnion<[z.ZodIntersection<z.ZodObject<{
|
|
683
683
|
chainId: z.ZodEffects<z.ZodEnum<[import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA]>, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET, unknown>;
|
|
@@ -801,7 +801,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
801
801
|
});
|
|
802
802
|
}>;
|
|
803
803
|
}, "strip", z.ZodTypeAny, {
|
|
804
|
-
type: "
|
|
804
|
+
type: "txAuthDataSignatureGatingRequest";
|
|
805
805
|
data: {
|
|
806
806
|
input: ({
|
|
807
807
|
userAddress: `0x${string}`;
|
|
@@ -829,7 +829,7 @@ export declare const IdentitySdkMessageWithIdentifier: z.ZodIntersection<z.ZodUn
|
|
|
829
829
|
});
|
|
830
830
|
};
|
|
831
831
|
}, {
|
|
832
|
-
type: "
|
|
832
|
+
type: "txAuthDataSignatureGatingRequest";
|
|
833
833
|
data: {
|
|
834
834
|
input: ({
|
|
835
835
|
userAddress: string;
|
|
@@ -1622,6 +1622,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1622
1622
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
1623
1623
|
requestId?: number | null | undefined;
|
|
1624
1624
|
}>;
|
|
1625
|
+
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
1625
1626
|
}, "strip", z.ZodTypeAny, {
|
|
1626
1627
|
status: "pending" | "authorised" | "unauthorised";
|
|
1627
1628
|
projectId: string;
|
|
@@ -1683,6 +1684,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1683
1684
|
to?: string | undefined;
|
|
1684
1685
|
} | null | undefined;
|
|
1685
1686
|
verificationError?: string | null | undefined;
|
|
1687
|
+
workflowSessionId?: string | undefined;
|
|
1686
1688
|
}, {
|
|
1687
1689
|
status: "pending" | "authorised" | "unauthorised";
|
|
1688
1690
|
projectId: string;
|
|
@@ -1744,6 +1746,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1744
1746
|
to?: string | undefined;
|
|
1745
1747
|
} | null | undefined;
|
|
1746
1748
|
verificationError?: string | null | undefined;
|
|
1749
|
+
workflowSessionId?: string | undefined;
|
|
1747
1750
|
}>, "many">;
|
|
1748
1751
|
}, "strip", z.ZodTypeAny, {
|
|
1749
1752
|
type: "OffChainScenarioExecution";
|
|
@@ -1808,6 +1811,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1808
1811
|
to?: string | undefined;
|
|
1809
1812
|
} | null | undefined;
|
|
1810
1813
|
verificationError?: string | null | undefined;
|
|
1814
|
+
workflowSessionId?: string | undefined;
|
|
1811
1815
|
}[];
|
|
1812
1816
|
}, {
|
|
1813
1817
|
type: "OffChainScenarioExecution";
|
|
@@ -1872,6 +1876,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1872
1876
|
to?: string | undefined;
|
|
1873
1877
|
} | null | undefined;
|
|
1874
1878
|
verificationError?: string | null | undefined;
|
|
1879
|
+
workflowSessionId?: string | undefined;
|
|
1875
1880
|
}[];
|
|
1876
1881
|
}>, z.ZodObject<{
|
|
1877
1882
|
type: z.ZodLiteral<"OnChainScenarioExecution">;
|
|
@@ -1970,6 +1975,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1970
1975
|
to?: string | undefined;
|
|
1971
1976
|
} | null | undefined;
|
|
1972
1977
|
verificationError?: string | null | undefined;
|
|
1978
|
+
workflowSessionId?: string | undefined;
|
|
1973
1979
|
}[];
|
|
1974
1980
|
} | {
|
|
1975
1981
|
type: "OnChainScenarioExecution";
|
|
@@ -2062,6 +2068,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2062
2068
|
to?: string | undefined;
|
|
2063
2069
|
} | null | undefined;
|
|
2064
2070
|
verificationError?: string | null | undefined;
|
|
2071
|
+
workflowSessionId?: string | undefined;
|
|
2065
2072
|
}[];
|
|
2066
2073
|
} | {
|
|
2067
2074
|
type: "OnChainScenarioExecution";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA2BxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQjC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,WAAW;;;;;;EAMtB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,iBAAiB;;;;;;EAE5B,CAAC;AAEH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAsBlE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;EAM7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEpE,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"identity-v2.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["identity-v2.schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAa7B,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
|
|
@@ -991,6 +991,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
991
991
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
992
992
|
requestId?: number | null | undefined;
|
|
993
993
|
}>;
|
|
994
|
+
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
994
995
|
}, "strip", z.ZodTypeAny, {
|
|
995
996
|
status: "pending" | "authorised" | "unauthorised";
|
|
996
997
|
projectId: string;
|
|
@@ -1052,6 +1053,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1052
1053
|
to?: string | undefined;
|
|
1053
1054
|
} | null | undefined;
|
|
1054
1055
|
verificationError?: string | null | undefined;
|
|
1056
|
+
workflowSessionId?: string | undefined;
|
|
1055
1057
|
}, {
|
|
1056
1058
|
status: "pending" | "authorised" | "unauthorised";
|
|
1057
1059
|
projectId: string;
|
|
@@ -1113,6 +1115,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1113
1115
|
to?: string | undefined;
|
|
1114
1116
|
} | null | undefined;
|
|
1115
1117
|
verificationError?: string | null | undefined;
|
|
1118
|
+
workflowSessionId?: string | undefined;
|
|
1116
1119
|
}>, "many">;
|
|
1117
1120
|
}, "strip", z.ZodTypeAny, {
|
|
1118
1121
|
type: "OffChainScenarioExecution";
|
|
@@ -1177,6 +1180,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1177
1180
|
to?: string | undefined;
|
|
1178
1181
|
} | null | undefined;
|
|
1179
1182
|
verificationError?: string | null | undefined;
|
|
1183
|
+
workflowSessionId?: string | undefined;
|
|
1180
1184
|
}[];
|
|
1181
1185
|
}, {
|
|
1182
1186
|
type: "OffChainScenarioExecution";
|
|
@@ -1241,6 +1245,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1241
1245
|
to?: string | undefined;
|
|
1242
1246
|
} | null | undefined;
|
|
1243
1247
|
verificationError?: string | null | undefined;
|
|
1248
|
+
workflowSessionId?: string | undefined;
|
|
1244
1249
|
}[];
|
|
1245
1250
|
}>, z.ZodObject<{
|
|
1246
1251
|
type: z.ZodLiteral<"OnChainScenarioExecution">;
|
|
@@ -1339,6 +1344,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1339
1344
|
to?: string | undefined;
|
|
1340
1345
|
} | null | undefined;
|
|
1341
1346
|
verificationError?: string | null | undefined;
|
|
1347
|
+
workflowSessionId?: string | undefined;
|
|
1342
1348
|
}[];
|
|
1343
1349
|
} | {
|
|
1344
1350
|
type: "OnChainScenarioExecution";
|
|
@@ -1432,6 +1438,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1432
1438
|
to?: string | undefined;
|
|
1433
1439
|
} | null | undefined;
|
|
1434
1440
|
verificationError?: string | null | undefined;
|
|
1441
|
+
workflowSessionId?: string | undefined;
|
|
1435
1442
|
}[];
|
|
1436
1443
|
} | {
|
|
1437
1444
|
type: "OnChainScenarioExecution";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyc.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["kyc.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,uCAAuC,EAAE,wCAAqC;AAa5F,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAqD,CAAC;AAC9E,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"kyc.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["kyc.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,uCAAuC,EAAE,wCAAqC;AAa5F,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAqD,CAAC;AAC9E,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAI1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBnC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAChF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,uCAAuC,CAC/C,CAAC"}
|
|
@@ -524,6 +524,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
524
524
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne";
|
|
525
525
|
requestId?: number | null | undefined;
|
|
526
526
|
}>;
|
|
527
|
+
workflowSessionId: z.ZodOptional<z.ZodString>;
|
|
527
528
|
}, "strip", z.ZodTypeAny, {
|
|
528
529
|
status: "pending" | "authorised" | "unauthorised";
|
|
529
530
|
projectId: string;
|
|
@@ -585,6 +586,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
585
586
|
to?: string | undefined;
|
|
586
587
|
} | null | undefined;
|
|
587
588
|
verificationError?: string | null | undefined;
|
|
589
|
+
workflowSessionId?: string | undefined;
|
|
588
590
|
}, {
|
|
589
591
|
status: "pending" | "authorised" | "unauthorised";
|
|
590
592
|
projectId: string;
|
|
@@ -646,6 +648,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
646
648
|
to?: string | undefined;
|
|
647
649
|
} | null | undefined;
|
|
648
650
|
verificationError?: string | null | undefined;
|
|
651
|
+
workflowSessionId?: string | undefined;
|
|
649
652
|
}>>;
|
|
650
653
|
}, "strip", z.ZodTypeAny, {
|
|
651
654
|
address: string;
|
|
@@ -712,6 +715,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
712
715
|
to?: string | undefined;
|
|
713
716
|
} | null | undefined;
|
|
714
717
|
verificationError?: string | null | undefined;
|
|
718
|
+
workflowSessionId?: string | undefined;
|
|
715
719
|
}>;
|
|
716
720
|
}, {
|
|
717
721
|
address: string;
|
|
@@ -778,6 +782,7 @@ export declare const ProjectAuthorizationData: z.ZodObject<{
|
|
|
778
782
|
to?: string | undefined;
|
|
779
783
|
} | null | undefined;
|
|
780
784
|
verificationError?: string | null | undefined;
|
|
785
|
+
workflowSessionId?: string | undefined;
|
|
781
786
|
}>;
|
|
782
787
|
}>;
|
|
783
788
|
export type ProjectAuthorizationData = z.infer<typeof ProjectAuthorizationData>;
|