@nexeraid/identity-schemas 2.59.0-dev → 2.61.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.
- package/dist/{CoinMarketCap.schema-e0bcdf9e.cjs.dev.cjs → CoinMarketCap.schema-032b32b7.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-c6102de2.cjs.prod.cjs → CoinMarketCap.schema-27287d0c.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-997a2947.esm.mjs → CoinMarketCap.schema-f3c0c036.esm.mjs} +2 -2
- package/dist/declarations/src/identity/app-requests.schema.d.ts +22 -22
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +6 -6
- package/dist/declarations/src/identity/kyc.schema.d.ts +6 -6
- package/dist/declarations/src/identity/query.schema.d.ts +2 -2
- package/dist/declarations/src/identity/zkps.schema.d.ts +2 -2
- package/dist/declarations/src/nexeraSSID.schema.d.ts +56 -142
- package/dist/declarations/src/nexeraSSID.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/merkle-science/merkle-science.schema.d.ts +2 -2
- package/dist/declarations/src/transaction.schema.d.ts +2 -2
- package/dist/declarations/src/transaction.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts +6 -24
- package/dist/declarations/src/webhooks/svix.webhooks.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-8c7b8a3c.cjs.prod.cjs → frontend-utilities.schema-19cfc3a9.cjs.prod.cjs} +2 -2
- package/dist/{frontend-utilities.schema-fb20e3c9.esm.mjs → frontend-utilities.schema-5c033208.esm.mjs} +2 -2
- package/dist/{frontend-utilities.schema-0d80b75f.cjs.dev.cjs → frontend-utilities.schema-67f0bb1d.cjs.dev.cjs} +2 -2
- package/dist/{identity-api.schema-6e3821ce.cjs.prod.cjs → identity-api.schema-40856ed0.cjs.prod.cjs} +2 -19
- package/dist/{identity-api.schema-9549d4ad.esm.mjs → identity-api.schema-944f6528.esm.mjs} +3 -19
- package/dist/{identity-api.schema-ad211224.cjs.dev.cjs → identity-api.schema-e49d57a8.cjs.dev.cjs} +2 -19
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -4
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -4
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{vault.schema-68fca560.cjs.prod.cjs → vault.schema-2d02afaa.cjs.prod.cjs} +1 -1
- package/dist/{vault.schema-2d4c9c9e.esm.mjs → vault.schema-8d2dd08d.esm.mjs} +1 -1
- package/dist/{vault.schema-d89cf4c6.cjs.dev.cjs → vault.schema-a14b6922.cjs.dev.cjs} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
package/dist/{CoinMarketCap.schema-e0bcdf9e.cjs.dev.cjs → CoinMarketCap.schema-032b32b7.cjs.dev.cjs}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-a14b6922.cjs.dev.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-e49d57a8.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-2d02afaa.cjs.prod.cjs');
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-40856ed0.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
// based on https://tech-doc.api.scorechain.com/
|
|
8
8
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
package/dist/{CoinMarketCap.schema-997a2947.esm.mjs → CoinMarketCap.schema-f3c0c036.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { d as Alpha2Country, aW as _toConsumableArray, I as ISO3CountryCode, aY as _slicedToArray, w as CustomerStatus, U as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-
|
|
3
|
-
import { as as BlockchainAddress, aT as UuidString, aw as BlockchainNamespace, cF as SdkVerificationOutput, br as WorkflowSessionId,
|
|
2
|
+
import { d as Alpha2Country, aW as _toConsumableArray, I as ISO3CountryCode, aY as _slicedToArray, w as CustomerStatus, U as ProofOfResidenceCredentialSubjectSchema, B as BasicCustomerContactInformation } from './vault.schema-8d2dd08d.esm.mjs';
|
|
3
|
+
import { as as BlockchainAddress, aT as UuidString, aw as BlockchainNamespace, cF as SdkVerificationOutput, br as WorkflowSessionId, f0 as _defineProperty, dz as QrCodeLinkWithSchemaType, eZ as CredentialType } from './identity-api.schema-944f6528.esm.mjs';
|
|
4
4
|
|
|
5
5
|
// based on https://tech-doc.api.scorechain.com/
|
|
6
6
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -296,9 +296,9 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
296
296
|
queryId?: `query_${string}` | undefined;
|
|
297
297
|
requestId?: number | null | undefined;
|
|
298
298
|
}[];
|
|
299
|
-
projectId: string;
|
|
300
299
|
executionId: string;
|
|
301
300
|
sessionId: string;
|
|
301
|
+
projectId: string;
|
|
302
302
|
scenarioId: string;
|
|
303
303
|
scenarioName: string;
|
|
304
304
|
requestMessage: {
|
|
@@ -363,9 +363,9 @@ export declare const ScenarioAuthorizationData: z.ZodObject<{
|
|
|
363
363
|
queryId?: `query_${string}` | undefined;
|
|
364
364
|
requestId?: number | null | undefined;
|
|
365
365
|
}[];
|
|
366
|
-
projectId: string;
|
|
367
366
|
executionId: string;
|
|
368
367
|
sessionId: string;
|
|
368
|
+
projectId: string;
|
|
369
369
|
scenarioId: string;
|
|
370
370
|
scenarioName: string;
|
|
371
371
|
requestMessage: {
|
|
@@ -1034,9 +1034,9 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1034
1034
|
queryId?: `query_${string}` | undefined;
|
|
1035
1035
|
requestId?: number | null | undefined;
|
|
1036
1036
|
}[];
|
|
1037
|
-
projectId: string;
|
|
1038
1037
|
executionId: string;
|
|
1039
1038
|
sessionId: string;
|
|
1039
|
+
projectId: string;
|
|
1040
1040
|
scenarioId: string;
|
|
1041
1041
|
scenarioName: string;
|
|
1042
1042
|
requestMessage: {
|
|
@@ -1101,9 +1101,9 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1101
1101
|
queryId?: `query_${string}` | undefined;
|
|
1102
1102
|
requestId?: number | null | undefined;
|
|
1103
1103
|
}[];
|
|
1104
|
-
projectId: string;
|
|
1105
1104
|
executionId: string;
|
|
1106
1105
|
sessionId: string;
|
|
1106
|
+
projectId: string;
|
|
1107
1107
|
scenarioId: string;
|
|
1108
1108
|
scenarioName: string;
|
|
1109
1109
|
requestMessage: {
|
|
@@ -1171,9 +1171,9 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1171
1171
|
queryId?: `query_${string}` | undefined;
|
|
1172
1172
|
requestId?: number | null | undefined;
|
|
1173
1173
|
}[];
|
|
1174
|
-
projectId: string;
|
|
1175
1174
|
executionId: string;
|
|
1176
1175
|
sessionId: string;
|
|
1176
|
+
projectId: string;
|
|
1177
1177
|
scenarioId: string;
|
|
1178
1178
|
scenarioName: string;
|
|
1179
1179
|
requestMessage: {
|
|
@@ -1241,9 +1241,9 @@ export declare const OffChainScenarioExecutionData: z.ZodObject<{
|
|
|
1241
1241
|
queryId?: `query_${string}` | undefined;
|
|
1242
1242
|
requestId?: number | null | undefined;
|
|
1243
1243
|
}[];
|
|
1244
|
-
projectId: string;
|
|
1245
1244
|
executionId: string;
|
|
1246
1245
|
sessionId: string;
|
|
1246
|
+
projectId: string;
|
|
1247
1247
|
scenarioId: string;
|
|
1248
1248
|
scenarioName: string;
|
|
1249
1249
|
requestMessage: {
|
|
@@ -1756,9 +1756,9 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1756
1756
|
queryId?: `query_${string}` | undefined;
|
|
1757
1757
|
requestId?: number | null | undefined;
|
|
1758
1758
|
}[];
|
|
1759
|
-
projectId: string;
|
|
1760
1759
|
executionId: string;
|
|
1761
1760
|
sessionId: string;
|
|
1761
|
+
projectId: string;
|
|
1762
1762
|
scenarioId: string;
|
|
1763
1763
|
scenarioName: string;
|
|
1764
1764
|
requestMessage: {
|
|
@@ -1823,9 +1823,9 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1823
1823
|
queryId?: `query_${string}` | undefined;
|
|
1824
1824
|
requestId?: number | null | undefined;
|
|
1825
1825
|
}[];
|
|
1826
|
-
projectId: string;
|
|
1827
1826
|
executionId: string;
|
|
1828
1827
|
sessionId: string;
|
|
1828
|
+
projectId: string;
|
|
1829
1829
|
scenarioId: string;
|
|
1830
1830
|
scenarioName: string;
|
|
1831
1831
|
requestMessage: {
|
|
@@ -1893,9 +1893,9 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1893
1893
|
queryId?: `query_${string}` | undefined;
|
|
1894
1894
|
requestId?: number | null | undefined;
|
|
1895
1895
|
}[];
|
|
1896
|
-
projectId: string;
|
|
1897
1896
|
executionId: string;
|
|
1898
1897
|
sessionId: string;
|
|
1898
|
+
projectId: string;
|
|
1899
1899
|
scenarioId: string;
|
|
1900
1900
|
scenarioName: string;
|
|
1901
1901
|
requestMessage: {
|
|
@@ -1963,9 +1963,9 @@ export declare const ScenarioExecutionData: z.ZodUnion<[z.ZodObject<{
|
|
|
1963
1963
|
queryId?: `query_${string}` | undefined;
|
|
1964
1964
|
requestId?: number | null | undefined;
|
|
1965
1965
|
}[];
|
|
1966
|
-
projectId: string;
|
|
1967
1966
|
executionId: string;
|
|
1968
1967
|
sessionId: string;
|
|
1968
|
+
projectId: string;
|
|
1969
1969
|
scenarioId: string;
|
|
1970
1970
|
scenarioName: string;
|
|
1971
1971
|
requestMessage: {
|
|
@@ -2480,9 +2480,9 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2480
2480
|
queryId?: `query_${string}` | undefined;
|
|
2481
2481
|
requestId?: number | null | undefined;
|
|
2482
2482
|
}[];
|
|
2483
|
-
projectId: string;
|
|
2484
2483
|
executionId: string;
|
|
2485
2484
|
sessionId: string;
|
|
2485
|
+
projectId: string;
|
|
2486
2486
|
scenarioId: string;
|
|
2487
2487
|
scenarioName: string;
|
|
2488
2488
|
requestMessage: {
|
|
@@ -2547,9 +2547,9 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2547
2547
|
queryId?: `query_${string}` | undefined;
|
|
2548
2548
|
requestId?: number | null | undefined;
|
|
2549
2549
|
}[];
|
|
2550
|
-
projectId: string;
|
|
2551
2550
|
executionId: string;
|
|
2552
2551
|
sessionId: string;
|
|
2552
|
+
projectId: string;
|
|
2553
2553
|
scenarioId: string;
|
|
2554
2554
|
scenarioName: string;
|
|
2555
2555
|
requestMessage: {
|
|
@@ -2617,9 +2617,9 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2617
2617
|
queryId?: `query_${string}` | undefined;
|
|
2618
2618
|
requestId?: number | null | undefined;
|
|
2619
2619
|
}[];
|
|
2620
|
-
projectId: string;
|
|
2621
2620
|
executionId: string;
|
|
2622
2621
|
sessionId: string;
|
|
2622
|
+
projectId: string;
|
|
2623
2623
|
scenarioId: string;
|
|
2624
2624
|
scenarioName: string;
|
|
2625
2625
|
requestMessage: {
|
|
@@ -2687,9 +2687,9 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2687
2687
|
queryId?: `query_${string}` | undefined;
|
|
2688
2688
|
requestId?: number | null | undefined;
|
|
2689
2689
|
}[];
|
|
2690
|
-
projectId: string;
|
|
2691
2690
|
executionId: string;
|
|
2692
2691
|
sessionId: string;
|
|
2692
|
+
projectId: string;
|
|
2693
2693
|
scenarioId: string;
|
|
2694
2694
|
scenarioName: string;
|
|
2695
2695
|
requestMessage: {
|
|
@@ -2791,9 +2791,9 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2791
2791
|
queryId?: `query_${string}` | undefined;
|
|
2792
2792
|
requestId?: number | null | undefined;
|
|
2793
2793
|
}[];
|
|
2794
|
-
projectId: string;
|
|
2795
2794
|
executionId: string;
|
|
2796
2795
|
sessionId: string;
|
|
2796
|
+
projectId: string;
|
|
2797
2797
|
scenarioId: string;
|
|
2798
2798
|
scenarioName: string;
|
|
2799
2799
|
requestMessage: {
|
|
@@ -2890,9 +2890,9 @@ export declare const ScenarioExecutionNotification: z.ZodObject<{
|
|
|
2890
2890
|
queryId?: `query_${string}` | undefined;
|
|
2891
2891
|
requestId?: number | null | undefined;
|
|
2892
2892
|
}[];
|
|
2893
|
-
projectId: string;
|
|
2894
2893
|
executionId: string;
|
|
2895
2894
|
sessionId: string;
|
|
2895
|
+
projectId: string;
|
|
2896
2896
|
scenarioId: string;
|
|
2897
2897
|
scenarioName: string;
|
|
2898
2898
|
requestMessage: {
|
|
@@ -3523,9 +3523,9 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3523
3523
|
queryId?: `query_${string}` | undefined;
|
|
3524
3524
|
requestId?: number | null | undefined;
|
|
3525
3525
|
}[];
|
|
3526
|
-
projectId: string;
|
|
3527
3526
|
executionId: string;
|
|
3528
3527
|
sessionId: string;
|
|
3528
|
+
projectId: string;
|
|
3529
3529
|
scenarioId: string;
|
|
3530
3530
|
scenarioName: string;
|
|
3531
3531
|
requestMessage: {
|
|
@@ -3590,9 +3590,9 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3590
3590
|
queryId?: `query_${string}` | undefined;
|
|
3591
3591
|
requestId?: number | null | undefined;
|
|
3592
3592
|
}[];
|
|
3593
|
-
projectId: string;
|
|
3594
3593
|
executionId: string;
|
|
3595
3594
|
sessionId: string;
|
|
3595
|
+
projectId: string;
|
|
3596
3596
|
scenarioId: string;
|
|
3597
3597
|
scenarioName: string;
|
|
3598
3598
|
requestMessage: {
|
|
@@ -3660,9 +3660,9 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3660
3660
|
queryId?: `query_${string}` | undefined;
|
|
3661
3661
|
requestId?: number | null | undefined;
|
|
3662
3662
|
}[];
|
|
3663
|
-
projectId: string;
|
|
3664
3663
|
executionId: string;
|
|
3665
3664
|
sessionId: string;
|
|
3665
|
+
projectId: string;
|
|
3666
3666
|
scenarioId: string;
|
|
3667
3667
|
scenarioName: string;
|
|
3668
3668
|
requestMessage: {
|
|
@@ -3730,9 +3730,9 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3730
3730
|
queryId?: `query_${string}` | undefined;
|
|
3731
3731
|
requestId?: number | null | undefined;
|
|
3732
3732
|
}[];
|
|
3733
|
-
projectId: string;
|
|
3734
3733
|
executionId: string;
|
|
3735
3734
|
sessionId: string;
|
|
3735
|
+
projectId: string;
|
|
3736
3736
|
scenarioId: string;
|
|
3737
3737
|
scenarioName: string;
|
|
3738
3738
|
requestMessage: {
|
|
@@ -3834,9 +3834,9 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3834
3834
|
queryId?: `query_${string}` | undefined;
|
|
3835
3835
|
requestId?: number | null | undefined;
|
|
3836
3836
|
}[];
|
|
3837
|
-
projectId: string;
|
|
3838
3837
|
executionId: string;
|
|
3839
3838
|
sessionId: string;
|
|
3839
|
+
projectId: string;
|
|
3840
3840
|
scenarioId: string;
|
|
3841
3841
|
scenarioName: string;
|
|
3842
3842
|
requestMessage: {
|
|
@@ -3933,9 +3933,9 @@ export declare const IdentityNotificationMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
3933
3933
|
queryId?: `query_${string}` | undefined;
|
|
3934
3934
|
requestId?: number | null | undefined;
|
|
3935
3935
|
}[];
|
|
3936
|
-
projectId: string;
|
|
3937
3936
|
executionId: string;
|
|
3938
3937
|
sessionId: string;
|
|
3938
|
+
projectId: string;
|
|
3939
3939
|
scenarioId: string;
|
|
3940
3940
|
scenarioName: string;
|
|
3941
3941
|
requestMessage: {
|
|
@@ -1924,9 +1924,9 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1924
1924
|
queryId?: `query_${string}` | undefined;
|
|
1925
1925
|
requestId?: number | null | undefined;
|
|
1926
1926
|
}[];
|
|
1927
|
-
projectId: string;
|
|
1928
1927
|
executionId: string;
|
|
1929
1928
|
sessionId: string;
|
|
1929
|
+
projectId: string;
|
|
1930
1930
|
scenarioId: string;
|
|
1931
1931
|
scenarioName: string;
|
|
1932
1932
|
requestMessage: {
|
|
@@ -1991,9 +1991,9 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1991
1991
|
queryId?: `query_${string}` | undefined;
|
|
1992
1992
|
requestId?: number | null | undefined;
|
|
1993
1993
|
}[];
|
|
1994
|
-
projectId: string;
|
|
1995
1994
|
executionId: string;
|
|
1996
1995
|
sessionId: string;
|
|
1996
|
+
projectId: string;
|
|
1997
1997
|
scenarioId: string;
|
|
1998
1998
|
scenarioName: string;
|
|
1999
1999
|
requestMessage: {
|
|
@@ -2061,9 +2061,9 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2061
2061
|
queryId?: `query_${string}` | undefined;
|
|
2062
2062
|
requestId?: number | null | undefined;
|
|
2063
2063
|
}[];
|
|
2064
|
-
projectId: string;
|
|
2065
2064
|
executionId: string;
|
|
2066
2065
|
sessionId: string;
|
|
2066
|
+
projectId: string;
|
|
2067
2067
|
scenarioId: string;
|
|
2068
2068
|
scenarioName: string;
|
|
2069
2069
|
requestMessage: {
|
|
@@ -2131,9 +2131,9 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2131
2131
|
queryId?: `query_${string}` | undefined;
|
|
2132
2132
|
requestId?: number | null | undefined;
|
|
2133
2133
|
}[];
|
|
2134
|
-
projectId: string;
|
|
2135
2134
|
executionId: string;
|
|
2136
2135
|
sessionId: string;
|
|
2136
|
+
projectId: string;
|
|
2137
2137
|
scenarioId: string;
|
|
2138
2138
|
scenarioName: string;
|
|
2139
2139
|
requestMessage: {
|
|
@@ -2235,9 +2235,9 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2235
2235
|
queryId?: `query_${string}` | undefined;
|
|
2236
2236
|
requestId?: number | null | undefined;
|
|
2237
2237
|
}[];
|
|
2238
|
-
projectId: string;
|
|
2239
2238
|
executionId: string;
|
|
2240
2239
|
sessionId: string;
|
|
2240
|
+
projectId: string;
|
|
2241
2241
|
scenarioId: string;
|
|
2242
2242
|
scenarioName: string;
|
|
2243
2243
|
requestMessage: {
|
|
@@ -2333,9 +2333,9 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2333
2333
|
queryId?: `query_${string}` | undefined;
|
|
2334
2334
|
requestId?: number | null | undefined;
|
|
2335
2335
|
}[];
|
|
2336
|
-
projectId: string;
|
|
2337
2336
|
executionId: string;
|
|
2338
2337
|
sessionId: string;
|
|
2338
|
+
projectId: string;
|
|
2339
2339
|
scenarioId: string;
|
|
2340
2340
|
scenarioName: string;
|
|
2341
2341
|
requestMessage: {
|
|
@@ -1052,9 +1052,9 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1052
1052
|
queryId?: `query_${string}` | undefined;
|
|
1053
1053
|
requestId?: number | null | undefined;
|
|
1054
1054
|
}[];
|
|
1055
|
-
projectId: string;
|
|
1056
1055
|
executionId: string;
|
|
1057
1056
|
sessionId: string;
|
|
1057
|
+
projectId: string;
|
|
1058
1058
|
scenarioId: string;
|
|
1059
1059
|
scenarioName: string;
|
|
1060
1060
|
requestMessage: {
|
|
@@ -1119,9 +1119,9 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1119
1119
|
queryId?: `query_${string}` | undefined;
|
|
1120
1120
|
requestId?: number | null | undefined;
|
|
1121
1121
|
}[];
|
|
1122
|
-
projectId: string;
|
|
1123
1122
|
executionId: string;
|
|
1124
1123
|
sessionId: string;
|
|
1124
|
+
projectId: string;
|
|
1125
1125
|
scenarioId: string;
|
|
1126
1126
|
scenarioName: string;
|
|
1127
1127
|
requestMessage: {
|
|
@@ -1189,9 +1189,9 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1189
1189
|
queryId?: `query_${string}` | undefined;
|
|
1190
1190
|
requestId?: number | null | undefined;
|
|
1191
1191
|
}[];
|
|
1192
|
-
projectId: string;
|
|
1193
1192
|
executionId: string;
|
|
1194
1193
|
sessionId: string;
|
|
1194
|
+
projectId: string;
|
|
1195
1195
|
scenarioId: string;
|
|
1196
1196
|
scenarioName: string;
|
|
1197
1197
|
requestMessage: {
|
|
@@ -1259,9 +1259,9 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1259
1259
|
queryId?: `query_${string}` | undefined;
|
|
1260
1260
|
requestId?: number | null | undefined;
|
|
1261
1261
|
}[];
|
|
1262
|
-
projectId: string;
|
|
1263
1262
|
executionId: string;
|
|
1264
1263
|
sessionId: string;
|
|
1264
|
+
projectId: string;
|
|
1265
1265
|
scenarioId: string;
|
|
1266
1266
|
scenarioName: string;
|
|
1267
1267
|
requestMessage: {
|
|
@@ -1363,9 +1363,9 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1363
1363
|
queryId?: `query_${string}` | undefined;
|
|
1364
1364
|
requestId?: number | null | undefined;
|
|
1365
1365
|
}[];
|
|
1366
|
-
projectId: string;
|
|
1367
1366
|
executionId: string;
|
|
1368
1367
|
sessionId: string;
|
|
1368
|
+
projectId: string;
|
|
1369
1369
|
scenarioId: string;
|
|
1370
1370
|
scenarioName: string;
|
|
1371
1371
|
requestMessage: {
|
|
@@ -1462,9 +1462,9 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
1462
1462
|
queryId?: `query_${string}` | undefined;
|
|
1463
1463
|
requestId?: number | null | undefined;
|
|
1464
1464
|
}[];
|
|
1465
|
-
projectId: string;
|
|
1466
1465
|
executionId: string;
|
|
1467
1466
|
sessionId: string;
|
|
1467
|
+
projectId: string;
|
|
1468
1468
|
scenarioId: string;
|
|
1469
1469
|
scenarioName: string;
|
|
1470
1470
|
requestMessage: {
|
|
@@ -175,8 +175,8 @@ export declare const RuleResultQueryConfig: z.ZodObject<z.objectUtil.extendShape
|
|
|
175
175
|
};
|
|
176
176
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
177
177
|
id?: `query_${string}` | undefined;
|
|
178
|
-
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
179
178
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
179
|
+
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
180
180
|
queryId?: `query_${string}` | undefined;
|
|
181
181
|
requestId?: number | null | undefined;
|
|
182
182
|
}, {
|
|
@@ -187,8 +187,8 @@ export declare const RuleResultQueryConfig: z.ZodObject<z.objectUtil.extendShape
|
|
|
187
187
|
};
|
|
188
188
|
operator: "$noop" | "$eq" | "$lt" | "$lte" | "$gt" | "$gte" | "$in" | "$nin" | "$ne" | "$exists";
|
|
189
189
|
id?: `query_${string}` | undefined;
|
|
190
|
-
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
191
190
|
value?: string | number | boolean | string[] | number[] | null | undefined;
|
|
191
|
+
type?: "AMLScreeningsResults" | "ProofOfResidence" | "SelfieImage" | "IDImage" | "IDInformation" | "ID3" | "IDScan" | "IDScanSelfie" | "IDScanPassport" | null | undefined;
|
|
192
192
|
queryId?: `query_${string}` | undefined;
|
|
193
193
|
requestId?: number | null | undefined;
|
|
194
194
|
}>;
|
|
@@ -317,12 +317,12 @@ export declare const AllScenarioExecutionAuthorizationData: z.ZodObject<{
|
|
|
317
317
|
projectId: z.ZodString;
|
|
318
318
|
scenarioExecutionIds: z.ZodArray<z.ZodString, "many">;
|
|
319
319
|
}, "strip", z.ZodTypeAny, {
|
|
320
|
-
projectId: string;
|
|
321
320
|
executionId: string;
|
|
321
|
+
projectId: string;
|
|
322
322
|
scenarioExecutionIds: string[];
|
|
323
323
|
}, {
|
|
324
|
-
projectId: string;
|
|
325
324
|
executionId: string;
|
|
325
|
+
projectId: string;
|
|
326
326
|
scenarioExecutionIds: string[];
|
|
327
327
|
}>;
|
|
328
328
|
export type AllScenarioExecutionAuthorizationData = z.infer<typeof AllScenarioExecutionAuthorizationData>;
|