@nexeraid/identity-schemas 2.99.0-dev → 2.100.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-f4085f83.cjs.dev.cjs → CoinMarketCap.schema-1f2b5ea7.cjs.dev.cjs} +1 -1
- package/dist/{CoinMarketCap.schema-f176b6e7.cjs.prod.cjs → CoinMarketCap.schema-deb194cc.cjs.prod.cjs} +1 -1
- package/dist/{CoinMarketCap.schema-6141ba93.esm.mjs → CoinMarketCap.schema-fa7abfc6.esm.mjs} +1 -1
- package/dist/declarations/src/identity/host-requests.schema.d.ts +10 -10
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +10 -10
- package/dist/declarations/src/identity/kyc.schema.d.ts +5 -5
- package/dist/declarations/src/identity/txAuthData.schema.d.ts +37 -9
- package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-7f88a50d.esm.mjs → identity-api.schema-7892c69f.esm.mjs} +7 -5
- package/dist/{identity-api.schema-e36b538f.cjs.dev.cjs → identity-api.schema-97ca9ce3.cjs.dev.cjs} +8 -4
- package/dist/{identity-api.schema-11bbb3f3.cjs.prod.cjs → identity-api.schema-ca68abcb.cjs.prod.cjs} +8 -4
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +4 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +4 -2
- package/dist/nexeraid-identity-schemas.esm.mjs +3 -3
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-3f572e70.esm.mjs → tfhe-utilities-dc49c4b4.esm.mjs} +1 -1
- package/dist/{tfhe-utilities-0c6a2490.cjs.prod.cjs → tfhe-utilities-ec9cd3dc.cjs.prod.cjs} +1 -1
- package/dist/{tfhe-utilities-bf816d6c.cjs.dev.cjs → tfhe-utilities-f9e640f3.cjs.dev.cjs} +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +3 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +3 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +2 -2
package/dist/{CoinMarketCap.schema-f4085f83.cjs.dev.cjs → CoinMarketCap.schema-1f2b5ea7.cjs.dev.cjs}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-21a24278.cjs.dev.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-97ca9ce3.cjs.dev.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
4
|
var vault_schema = require('./vault.schema-cb19adc8.cjs.prod.cjs');
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-ca68abcb.cjs.prod.cjs');
|
|
6
6
|
|
|
7
7
|
var IpQualityAnalysisRequest = zod.z.object({
|
|
8
8
|
apiKey: zod.z.string().nullish(),
|
package/dist/{CoinMarketCap.schema-6141ba93.esm.mjs → CoinMarketCap.schema-fa7abfc6.esm.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { b0 as Alpha2Country, aS as UuidString, ez as _toConsumableArray, eB as ScoringAnalysisRequest, eC as WorkflowsScoringAnalysisRequest, a_ as ISO3CountryCode, eD as _slicedToArray, ca as IdentityId, ar as BlockchainAddress, av as BlockchainNamespace, c6 as WorkflowSessionId, d2 as WorkspaceId, d1 as OrganizationId, bk as CustomerStatus, ey as _defineProperty, dp as ProofOfResidenceCredentialSubjectSchema, bl as BasicCustomerContactInformation, cU as VerificationMode } from './vault.schema-b3910f8d.esm.mjs';
|
|
3
|
-
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType,
|
|
3
|
+
import { _ as SdkVerificationOutput, aU as QrCodeLinkWithSchemaType, c4 as CredentialType } from './identity-api.schema-7892c69f.esm.mjs';
|
|
4
4
|
|
|
5
5
|
var IpQualityAnalysisRequest = z.object({
|
|
6
6
|
apiKey: z.string().nullish(),
|
|
@@ -1674,13 +1674,13 @@ export declare const GetTxAuthSigResponse: z.ZodObject<{
|
|
|
1674
1674
|
payload: string;
|
|
1675
1675
|
}>, z.ZodObject<{
|
|
1676
1676
|
isAuthorized: z.ZodLiteral<false>;
|
|
1677
|
-
errorMessage: z.
|
|
1677
|
+
errorMessage: z.ZodString;
|
|
1678
1678
|
}, "strip", z.ZodTypeAny, {
|
|
1679
1679
|
isAuthorized: false;
|
|
1680
|
-
errorMessage
|
|
1680
|
+
errorMessage: string;
|
|
1681
1681
|
}, {
|
|
1682
1682
|
isAuthorized: false;
|
|
1683
|
-
errorMessage
|
|
1683
|
+
errorMessage: string;
|
|
1684
1684
|
}>]>;
|
|
1685
1685
|
identifier: z.ZodString;
|
|
1686
1686
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1693,7 +1693,7 @@ export declare const GetTxAuthSigResponse: z.ZodObject<{
|
|
|
1693
1693
|
payload: string;
|
|
1694
1694
|
} | {
|
|
1695
1695
|
isAuthorized: false;
|
|
1696
|
-
errorMessage
|
|
1696
|
+
errorMessage: string;
|
|
1697
1697
|
};
|
|
1698
1698
|
}, {
|
|
1699
1699
|
type: "getTxAuthSigResponse";
|
|
@@ -1705,7 +1705,7 @@ export declare const GetTxAuthSigResponse: z.ZodObject<{
|
|
|
1705
1705
|
payload: string;
|
|
1706
1706
|
} | {
|
|
1707
1707
|
isAuthorized: false;
|
|
1708
|
-
errorMessage
|
|
1708
|
+
errorMessage: string;
|
|
1709
1709
|
};
|
|
1710
1710
|
}>;
|
|
1711
1711
|
export type GetTxAuthSigResponse = z.infer<typeof GetTxAuthSigResponse>;
|
|
@@ -2900,13 +2900,13 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2900
2900
|
payload: string;
|
|
2901
2901
|
}>, z.ZodObject<{
|
|
2902
2902
|
isAuthorized: z.ZodLiteral<false>;
|
|
2903
|
-
errorMessage: z.
|
|
2903
|
+
errorMessage: z.ZodString;
|
|
2904
2904
|
}, "strip", z.ZodTypeAny, {
|
|
2905
2905
|
isAuthorized: false;
|
|
2906
|
-
errorMessage
|
|
2906
|
+
errorMessage: string;
|
|
2907
2907
|
}, {
|
|
2908
2908
|
isAuthorized: false;
|
|
2909
|
-
errorMessage
|
|
2909
|
+
errorMessage: string;
|
|
2910
2910
|
}>]>;
|
|
2911
2911
|
identifier: z.ZodString;
|
|
2912
2912
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2919,7 +2919,7 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2919
2919
|
payload: string;
|
|
2920
2920
|
} | {
|
|
2921
2921
|
isAuthorized: false;
|
|
2922
|
-
errorMessage
|
|
2922
|
+
errorMessage: string;
|
|
2923
2923
|
};
|
|
2924
2924
|
}, {
|
|
2925
2925
|
type: "getTxAuthSigResponse";
|
|
@@ -2931,7 +2931,7 @@ export declare const IdentityResponseMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2931
2931
|
payload: string;
|
|
2932
2932
|
} | {
|
|
2933
2933
|
isAuthorized: false;
|
|
2934
|
-
errorMessage
|
|
2934
|
+
errorMessage: string;
|
|
2935
2935
|
};
|
|
2936
2936
|
}>, z.ZodObject<{
|
|
2937
2937
|
type: z.ZodLiteral<"getTezosTxAuthSigResponse">;
|
|
@@ -1051,13 +1051,13 @@ export declare const TxAuthDataSignatureResponse: z.ZodObject<{
|
|
|
1051
1051
|
payload: string;
|
|
1052
1052
|
}>, z.ZodObject<{
|
|
1053
1053
|
isAuthorized: z.ZodLiteral<false>;
|
|
1054
|
-
errorMessage: z.
|
|
1054
|
+
errorMessage: z.ZodString;
|
|
1055
1055
|
}, "strip", z.ZodTypeAny, {
|
|
1056
1056
|
isAuthorized: false;
|
|
1057
|
-
errorMessage
|
|
1057
|
+
errorMessage: string;
|
|
1058
1058
|
}, {
|
|
1059
1059
|
isAuthorized: false;
|
|
1060
|
-
errorMessage
|
|
1060
|
+
errorMessage: string;
|
|
1061
1061
|
}>]>, z.ZodObject<{
|
|
1062
1062
|
namespace: z.ZodLiteral<"eip155">;
|
|
1063
1063
|
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -1107,7 +1107,7 @@ export declare const TxAuthDataSignatureResponse: z.ZodObject<{
|
|
|
1107
1107
|
payload: string;
|
|
1108
1108
|
} | {
|
|
1109
1109
|
isAuthorized: false;
|
|
1110
|
-
errorMessage
|
|
1110
|
+
errorMessage: string;
|
|
1111
1111
|
}) & {
|
|
1112
1112
|
namespace: "eip155";
|
|
1113
1113
|
userAddress: `0x${string}`;
|
|
@@ -1131,7 +1131,7 @@ export declare const TxAuthDataSignatureResponse: z.ZodObject<{
|
|
|
1131
1131
|
payload: string;
|
|
1132
1132
|
} | {
|
|
1133
1133
|
isAuthorized: false;
|
|
1134
|
-
errorMessage
|
|
1134
|
+
errorMessage: string;
|
|
1135
1135
|
}) & {
|
|
1136
1136
|
namespace: "eip155";
|
|
1137
1137
|
userAddress: string;
|
|
@@ -1318,13 +1318,13 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1318
1318
|
payload: string;
|
|
1319
1319
|
}>, z.ZodObject<{
|
|
1320
1320
|
isAuthorized: z.ZodLiteral<false>;
|
|
1321
|
-
errorMessage: z.
|
|
1321
|
+
errorMessage: z.ZodString;
|
|
1322
1322
|
}, "strip", z.ZodTypeAny, {
|
|
1323
1323
|
isAuthorized: false;
|
|
1324
|
-
errorMessage
|
|
1324
|
+
errorMessage: string;
|
|
1325
1325
|
}, {
|
|
1326
1326
|
isAuthorized: false;
|
|
1327
|
-
errorMessage
|
|
1327
|
+
errorMessage: string;
|
|
1328
1328
|
}>]>, z.ZodObject<{
|
|
1329
1329
|
namespace: z.ZodLiteral<"eip155">;
|
|
1330
1330
|
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -1374,7 +1374,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1374
1374
|
payload: string;
|
|
1375
1375
|
} | {
|
|
1376
1376
|
isAuthorized: false;
|
|
1377
|
-
errorMessage
|
|
1377
|
+
errorMessage: string;
|
|
1378
1378
|
}) & {
|
|
1379
1379
|
namespace: "eip155";
|
|
1380
1380
|
userAddress: `0x${string}`;
|
|
@@ -1398,7 +1398,7 @@ export declare const IdentityAppMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
1398
1398
|
payload: string;
|
|
1399
1399
|
} | {
|
|
1400
1400
|
isAuthorized: false;
|
|
1401
|
-
errorMessage
|
|
1401
|
+
errorMessage: string;
|
|
1402
1402
|
}) & {
|
|
1403
1403
|
namespace: "eip155";
|
|
1404
1404
|
userAddress: string;
|
|
@@ -2271,13 +2271,13 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2271
2271
|
payload: string;
|
|
2272
2272
|
}>, z.ZodObject<{
|
|
2273
2273
|
isAuthorized: z.ZodLiteral<false>;
|
|
2274
|
-
errorMessage: z.
|
|
2274
|
+
errorMessage: z.ZodString;
|
|
2275
2275
|
}, "strip", z.ZodTypeAny, {
|
|
2276
2276
|
isAuthorized: false;
|
|
2277
|
-
errorMessage
|
|
2277
|
+
errorMessage: string;
|
|
2278
2278
|
}, {
|
|
2279
2279
|
isAuthorized: false;
|
|
2280
|
-
errorMessage
|
|
2280
|
+
errorMessage: string;
|
|
2281
2281
|
}>]>;
|
|
2282
2282
|
identifier: z.ZodString;
|
|
2283
2283
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2290,7 +2290,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2290
2290
|
payload: string;
|
|
2291
2291
|
} | {
|
|
2292
2292
|
isAuthorized: false;
|
|
2293
|
-
errorMessage
|
|
2293
|
+
errorMessage: string;
|
|
2294
2294
|
};
|
|
2295
2295
|
}, {
|
|
2296
2296
|
type: "getTxAuthSigResponse";
|
|
@@ -2302,7 +2302,7 @@ export declare const IdentityMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2302
2302
|
payload: string;
|
|
2303
2303
|
} | {
|
|
2304
2304
|
isAuthorized: false;
|
|
2305
|
-
errorMessage
|
|
2305
|
+
errorMessage: string;
|
|
2306
2306
|
};
|
|
2307
2307
|
}>, z.ZodObject<{
|
|
2308
2308
|
type: z.ZodLiteral<"getTezosTxAuthSigResponse">;
|
|
@@ -76,6 +76,34 @@ export declare const TxSignatureResponse: z.ZodObject<{
|
|
|
76
76
|
blockExpiration: number;
|
|
77
77
|
}>;
|
|
78
78
|
export type TxSignatureResponse = z.infer<typeof TxSignatureResponse>;
|
|
79
|
+
export declare const GetTxAuthDataSignatureSuccessResponse: z.ZodObject<{
|
|
80
|
+
isAuthorized: z.ZodLiteral<true>;
|
|
81
|
+
signature: z.ZodEffects<z.ZodString, string, string>;
|
|
82
|
+
payload: z.ZodString;
|
|
83
|
+
blockExpiration: z.ZodNumber;
|
|
84
|
+
}, "strip", z.ZodTypeAny, {
|
|
85
|
+
signature: string;
|
|
86
|
+
blockExpiration: number;
|
|
87
|
+
isAuthorized: true;
|
|
88
|
+
payload: string;
|
|
89
|
+
}, {
|
|
90
|
+
signature: string;
|
|
91
|
+
blockExpiration: number;
|
|
92
|
+
isAuthorized: true;
|
|
93
|
+
payload: string;
|
|
94
|
+
}>;
|
|
95
|
+
export type GetTxAuthDataSignatureSuccessResponse = z.infer<typeof GetTxAuthDataSignatureSuccessResponse>;
|
|
96
|
+
export declare const GetTxAuthDataSignatureFailureResponse: z.ZodObject<{
|
|
97
|
+
isAuthorized: z.ZodLiteral<false>;
|
|
98
|
+
errorMessage: z.ZodString;
|
|
99
|
+
}, "strip", z.ZodTypeAny, {
|
|
100
|
+
isAuthorized: false;
|
|
101
|
+
errorMessage: string;
|
|
102
|
+
}, {
|
|
103
|
+
isAuthorized: false;
|
|
104
|
+
errorMessage: string;
|
|
105
|
+
}>;
|
|
106
|
+
export type GetTxAuthDataSignatureFailureResponse = z.infer<typeof GetTxAuthDataSignatureFailureResponse>;
|
|
79
107
|
export declare const GetTxAuthDataSignatureResponse: z.ZodUnion<[z.ZodObject<{
|
|
80
108
|
isAuthorized: z.ZodLiteral<true>;
|
|
81
109
|
signature: z.ZodEffects<z.ZodString, string, string>;
|
|
@@ -93,13 +121,13 @@ export declare const GetTxAuthDataSignatureResponse: z.ZodUnion<[z.ZodObject<{
|
|
|
93
121
|
payload: string;
|
|
94
122
|
}>, z.ZodObject<{
|
|
95
123
|
isAuthorized: z.ZodLiteral<false>;
|
|
96
|
-
errorMessage: z.
|
|
124
|
+
errorMessage: z.ZodString;
|
|
97
125
|
}, "strip", z.ZodTypeAny, {
|
|
98
126
|
isAuthorized: false;
|
|
99
|
-
errorMessage
|
|
127
|
+
errorMessage: string;
|
|
100
128
|
}, {
|
|
101
129
|
isAuthorized: false;
|
|
102
|
-
errorMessage
|
|
130
|
+
errorMessage: string;
|
|
103
131
|
}>]>;
|
|
104
132
|
export type GetTxAuthDataSignatureResponse = z.infer<typeof GetTxAuthDataSignatureResponse>;
|
|
105
133
|
export declare const TezosTxAuthInput: z.ZodObject<{
|
|
@@ -292,13 +320,13 @@ export declare const ExtendedTxAuthDataSignatureResponse: z.ZodIntersection<z.Zo
|
|
|
292
320
|
payload: string;
|
|
293
321
|
}>, z.ZodObject<{
|
|
294
322
|
isAuthorized: z.ZodLiteral<false>;
|
|
295
|
-
errorMessage: z.
|
|
323
|
+
errorMessage: z.ZodString;
|
|
296
324
|
}, "strip", z.ZodTypeAny, {
|
|
297
325
|
isAuthorized: false;
|
|
298
|
-
errorMessage
|
|
326
|
+
errorMessage: string;
|
|
299
327
|
}, {
|
|
300
328
|
isAuthorized: false;
|
|
301
|
-
errorMessage
|
|
329
|
+
errorMessage: string;
|
|
302
330
|
}>]>, z.ZodObject<{
|
|
303
331
|
namespace: z.ZodLiteral<"eip155">;
|
|
304
332
|
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -359,13 +387,13 @@ export declare const AnyTxAuthDataSignatureResponse: z.ZodUnion<[z.ZodIntersecti
|
|
|
359
387
|
payload: string;
|
|
360
388
|
}>, z.ZodObject<{
|
|
361
389
|
isAuthorized: z.ZodLiteral<false>;
|
|
362
|
-
errorMessage: z.
|
|
390
|
+
errorMessage: z.ZodString;
|
|
363
391
|
}, "strip", z.ZodTypeAny, {
|
|
364
392
|
isAuthorized: false;
|
|
365
|
-
errorMessage
|
|
393
|
+
errorMessage: string;
|
|
366
394
|
}, {
|
|
367
395
|
isAuthorized: false;
|
|
368
|
-
errorMessage
|
|
396
|
+
errorMessage: string;
|
|
369
397
|
}>]>, z.ZodObject<{
|
|
370
398
|
namespace: z.ZodLiteral<"eip155">;
|
|
371
399
|
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"txAuthData.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["txAuthData.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;;;EAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"txAuthData.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["txAuthData.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,mBAAmB;;;;;;;;;EAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AACtE,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;EAKhD,CAAC;AACH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CACzD,OAAO,qCAAqC,CAC7C,CAAC;AACF,eAAO,MAAM,qCAAqC;;;;;;;;;EAGhD,CAAC;AACH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CACzD,OAAO,qCAAqC,CAC7C,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;IAGzC,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC;AAMF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAS3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAE9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,wBAAwB;;;;;;;;;EAGnC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;IAU9C,CAAC;AACH,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,mCAAmC,CAC3C,CAAC;AAMF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAK/B,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKpC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAM7C,CAAC;AACJ,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,mCAAmC,CAC3C,CAAC;AAEF,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAMlD,CAAC;AACJ,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAC5D,OAAO,wCAAwC,CAChD,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAGzC,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC;AAMF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIlC,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE5E,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIjC,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE1E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|
|
@@ -647,15 +647,17 @@ var TxSignatureResponse = z.object({
|
|
|
647
647
|
signature: EIP155Signature,
|
|
648
648
|
blockExpiration: z.number()
|
|
649
649
|
});
|
|
650
|
-
var
|
|
650
|
+
var GetTxAuthDataSignatureSuccessResponse = z.object({
|
|
651
651
|
isAuthorized: z.literal(true),
|
|
652
652
|
signature: EIP155Signature,
|
|
653
653
|
payload: z.string(),
|
|
654
654
|
blockExpiration: z.number()
|
|
655
|
-
})
|
|
655
|
+
});
|
|
656
|
+
var GetTxAuthDataSignatureFailureResponse = z.object({
|
|
656
657
|
isAuthorized: z.literal(false),
|
|
657
|
-
errorMessage: z.
|
|
658
|
-
})
|
|
658
|
+
errorMessage: z.string()
|
|
659
|
+
});
|
|
660
|
+
var GetTxAuthDataSignatureResponse = z.union([GetTxAuthDataSignatureSuccessResponse, GetTxAuthDataSignatureFailureResponse]);
|
|
659
661
|
/////////////
|
|
660
662
|
// Tezos //
|
|
661
663
|
/////////////
|
|
@@ -1069,4 +1071,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
|
|
|
1069
1071
|
blockchainId: BlockchainId.optional()
|
|
1070
1072
|
}));
|
|
1071
1073
|
|
|
1072
|
-
export { VerificationSessionStatuses as $, AVAILABLE_FLOWS as A, ScenarioModes as B, CredentialTypes as C, DataAvailableOnStart as D, ScenarioMode as E, ScenarioStatuses as F, ScenarioStatus as G, HostResponseMessage as H, IsVerifiedNotification as I, ScenarioSchema as J, KycCompletionData as K, BackwardsCompatibleScenarioTypes as L, BackwardsCompatibleScenarioType as M, BaseQueryResponse as N, OffChainScenarioExecutionData as O, PolygonIdInitialized as P, OffChainZKPRuleResult as Q, RuleEngineScenarioExecutionData as R, ScenarioAuthorizationData as S, TransactionData as T, ExecuteQueryResponse as U, RuleEngineResponse as V, ScenarioExecutionResponse as W, RuleResultStatuses as X, RuleResultStatus as Y, RuleResultStatusLabels as Z, SdkVerificationOutput as _, SdkVerificationResponseSchema as a, ZKPOperator as a$, VerificationSessionStatus as a0, VerificationOutput as a1, Action as a2, Scenario as a3, AbbreviatedWorkflowScenario as a4, TemplateScenario as a5, CreateTemplateScenario as a6, ComplianceImplementationStepsInput as a7, SimplifiedCredential as a8, GetCredentialsRequest as a9, IdentityAppMessage as aA, IdentityWallet as aB, HostMessage as aC, IdentityMessage as aD, RequiredDataRowSchema as aE, RequiredVerificationData as aF, MediaType as aG, MediaTypePID as aH, CIRCUIT_IDS as aI, CircuitId as aJ, ZeroKnowledgeProofRequest as aK, AUTHORIZATION_REQUEST_MESSAGE_TYPES as aL, AuthorizationRequestMessageTypes as aM, AuthorizationRequestMessageType as aN, AuthorizationRequestMessage as aO, ProofData as aP, ZeroKnowledgeProofResponse as aQ, AuthorizationResponseMessage as aR, CredentialQrCodeData as aS, AuthQrCodeData as aT, QrCodeLinkWithSchemaType as aU, parseIden3Message as aV, parseSessionIdFromUrl as aW, QUERY_LOGIC_OPERATOR as aX, QueryLogicOperator as aY, OPERATORS as aZ, Operator as a_, GetCredentialsResponse as aa, PolygonIdRequestData as ab, PolygonIdRequest as ac, PolygonIdResponseData as ad, PolygonIdResponse as ae, StartFlowRequest as af, IsVerifiedRequest as ag, IsVerifiedResponse as ah, GetTxAuthSigRequest as ai, GetTxAuthSigResponse as aj, GetTxAuthSigRequestTezos as ak, GetTxAuthSigResponseTezos as al, HostRequestMessage as am, IdentityResponseMessage as an, GenerateWalletChallengeRequest as ao, AuthSession as ap, AuthSessionData as aq, ChallengeResponse as ar, WalletSignResponse as as, TxAuthDataSignatureGatingRequest as at, GetCustomerStatusRequest as au, IdentitySdkMessage as av, IdentitySdkMessageWithIdentifier as aw, TxAuthDataSignatureResponse as ax, TxAuthDataSignatureGatingError as ay, GetCustomerStatusResponse as az, CloseScreenNotification as b,
|
|
1074
|
+
export { VerificationSessionStatuses as $, AVAILABLE_FLOWS as A, ScenarioModes as B, CredentialTypes as C, DataAvailableOnStart as D, ScenarioMode as E, ScenarioStatuses as F, ScenarioStatus as G, HostResponseMessage as H, IsVerifiedNotification as I, ScenarioSchema as J, KycCompletionData as K, BackwardsCompatibleScenarioTypes as L, BackwardsCompatibleScenarioType as M, BaseQueryResponse as N, OffChainScenarioExecutionData as O, PolygonIdInitialized as P, OffChainZKPRuleResult as Q, RuleEngineScenarioExecutionData as R, ScenarioAuthorizationData as S, TransactionData as T, ExecuteQueryResponse as U, RuleEngineResponse as V, ScenarioExecutionResponse as W, RuleResultStatuses as X, RuleResultStatus as Y, RuleResultStatusLabels as Z, SdkVerificationOutput as _, SdkVerificationResponseSchema as a, ZKPOperator as a$, VerificationSessionStatus as a0, VerificationOutput as a1, Action as a2, Scenario as a3, AbbreviatedWorkflowScenario as a4, TemplateScenario as a5, CreateTemplateScenario as a6, ComplianceImplementationStepsInput as a7, SimplifiedCredential as a8, GetCredentialsRequest as a9, IdentityAppMessage as aA, IdentityWallet as aB, HostMessage as aC, IdentityMessage as aD, RequiredDataRowSchema as aE, RequiredVerificationData as aF, MediaType as aG, MediaTypePID as aH, CIRCUIT_IDS as aI, CircuitId as aJ, ZeroKnowledgeProofRequest as aK, AUTHORIZATION_REQUEST_MESSAGE_TYPES as aL, AuthorizationRequestMessageTypes as aM, AuthorizationRequestMessageType as aN, AuthorizationRequestMessage as aO, ProofData as aP, ZeroKnowledgeProofResponse as aQ, AuthorizationResponseMessage as aR, CredentialQrCodeData as aS, AuthQrCodeData as aT, QrCodeLinkWithSchemaType as aU, parseIden3Message as aV, parseSessionIdFromUrl as aW, QUERY_LOGIC_OPERATOR as aX, QueryLogicOperator as aY, OPERATORS as aZ, Operator as a_, GetCredentialsResponse as aa, PolygonIdRequestData as ab, PolygonIdRequest as ac, PolygonIdResponseData as ad, PolygonIdResponse as ae, StartFlowRequest as af, IsVerifiedRequest as ag, IsVerifiedResponse as ah, GetTxAuthSigRequest as ai, GetTxAuthSigResponse as aj, GetTxAuthSigRequestTezos as ak, GetTxAuthSigResponseTezos as al, HostRequestMessage as am, IdentityResponseMessage as an, GenerateWalletChallengeRequest as ao, AuthSession as ap, AuthSessionData as aq, ChallengeResponse as ar, WalletSignResponse as as, TxAuthDataSignatureGatingRequest as at, GetCustomerStatusRequest as au, IdentitySdkMessage as av, IdentitySdkMessageWithIdentifier as aw, TxAuthDataSignatureResponse as ax, TxAuthDataSignatureGatingError as ay, GetCustomerStatusResponse as az, CloseScreenNotification as b, VerifyWalletChallengeRequest as b$, operatorDisplayMap as b0, ARRAY_OPERATORS as b1, ArrayOperator as b2, STRING_OPERATORS as b3, StringOperator as b4, NUMERIC_OPERATORS as b5, NumericOperator as b6, BOOLEAN_OPERATORS as b7, BooleanOperator as b8, DATE_OPERATORS as b9, oldCredentialPathToDataLink as bA, TxAuthInput as bB, ApiTxAuthInput as bC, TxSignatureResponse as bD, GetTxAuthDataSignatureSuccessResponse as bE, GetTxAuthDataSignatureFailureResponse as bF, GetTxAuthDataSignatureResponse as bG, TezosTxAuthInput as bH, ApiTezosTxAuthInput as bI, TezosTxSignatureResponse as bJ, GetTezosTxAuthDataSignatureResponse as bK, ExtendedTxAuthInput as bL, ExtendedTezosTxAuthInput as bM, ExtendedTxAuthDataSignatureResponse as bN, ExtendedTezosTxAuthDataSignatureResponse as bO, AnyTxAuthDataSignatureResponse as bP, Eip155TxAuthInputJsSdk as bQ, TezosTxAuthInputJsSdk as bR, AnyTxAuthInputJsSdk as bS, ZKPRequest as bT, ZKPRequestFromZKVerifier as bU, PrivacyPreservingMonitoring as bV, CreateAuthRequestProps as bW, AllScenarioExecutionAuthorizationData as bX, SCENARIO_AUTHORIZATION_STATUSES as bY, ScenarioAuthorizationStatus as bZ, WalletSignatureResponse as b_, DateOperator as ba, SUPPORTED_TYPES as bb, SupportedType as bc, SupportedTypes as bd, IDInformationTfhe as be, AllCredentialValues as bf, QueriesOptions as bg, QueryType as bh, QueryConfigTfhe as bi, QueryConfigSimplified as bj, QueryGroupConfigSimplified as bk, RuleResultQueryConfig as bl, PartialQueryConfigSimplified as bm, OLD_ChallengeQuerySchema as bn, QueryCredentialTypes as bo, QueryCredentialType as bp, ChallengeQuerySchema as bq, OLD_CHALLENGE_QUERY_OPERATORS as br, OLD_ChallengeQueryOperator as bs, OperatorMappings as bt, OperatorToOLD_ChallengeQueryOperator as bu, OLD_ChallengeQueryOperatorToOperator as bv, OLD_QueryCredentialTypes as bw, OLD_QueryCredentialType as bx, getOldCredentialType as by, getOldCredentialPath as bz, KycCompletionNotification as c, CredentialSchemas as c0, CredentialNames as c1, NexeraCredentialType as c2, getCredentialName as c3, CredentialType as c4, VerifiableCredential as c5, CredentialMediaType as c6, OnChainScenarioExecutionData as d, ScenarioExecutionData as e, ScenarioExecutionNotification as f, OcvSdkInitialized as g, StartCompletedNotification as h, IdentityNotificationMessage as i, InitialDataRequest as j, SignatureRequest as k, SendTransactionRequest as l, IdentityRequestMessage as m, AvailableFlow as n, InitialDataResponse as o, SignatureResponse as p, TransactionResponse as q, SCENARIO_ACTION_TYPES as r, ActionType as s, ACTION_TRIGGERS as t, ActionTrigger as u, ACTION_STATUSES as v, ActionStatus as w, ActionValue as x, ScenarioTypes as y, ScenarioType as z };
|
package/dist/{identity-api.schema-e36b538f.cjs.dev.cjs → identity-api.schema-97ca9ce3.cjs.dev.cjs}
RENAMED
|
@@ -649,15 +649,17 @@ var TxSignatureResponse = zod.z.object({
|
|
|
649
649
|
signature: vault_schema.EIP155Signature,
|
|
650
650
|
blockExpiration: zod.z.number()
|
|
651
651
|
});
|
|
652
|
-
var
|
|
652
|
+
var GetTxAuthDataSignatureSuccessResponse = zod.z.object({
|
|
653
653
|
isAuthorized: zod.z.literal(true),
|
|
654
654
|
signature: vault_schema.EIP155Signature,
|
|
655
655
|
payload: zod.z.string(),
|
|
656
656
|
blockExpiration: zod.z.number()
|
|
657
|
-
})
|
|
657
|
+
});
|
|
658
|
+
var GetTxAuthDataSignatureFailureResponse = zod.z.object({
|
|
658
659
|
isAuthorized: zod.z.literal(false),
|
|
659
|
-
errorMessage: zod.z.
|
|
660
|
-
})
|
|
660
|
+
errorMessage: zod.z.string()
|
|
661
|
+
});
|
|
662
|
+
var GetTxAuthDataSignatureResponse = zod.z.union([GetTxAuthDataSignatureSuccessResponse, GetTxAuthDataSignatureFailureResponse]);
|
|
661
663
|
/////////////
|
|
662
664
|
// Tezos //
|
|
663
665
|
/////////////
|
|
@@ -1131,7 +1133,9 @@ exports.GetCredentialsResponse = GetCredentialsResponse;
|
|
|
1131
1133
|
exports.GetCustomerStatusRequest = GetCustomerStatusRequest;
|
|
1132
1134
|
exports.GetCustomerStatusResponse = GetCustomerStatusResponse;
|
|
1133
1135
|
exports.GetTezosTxAuthDataSignatureResponse = GetTezosTxAuthDataSignatureResponse;
|
|
1136
|
+
exports.GetTxAuthDataSignatureFailureResponse = GetTxAuthDataSignatureFailureResponse;
|
|
1134
1137
|
exports.GetTxAuthDataSignatureResponse = GetTxAuthDataSignatureResponse;
|
|
1138
|
+
exports.GetTxAuthDataSignatureSuccessResponse = GetTxAuthDataSignatureSuccessResponse;
|
|
1135
1139
|
exports.GetTxAuthSigRequest = GetTxAuthSigRequest;
|
|
1136
1140
|
exports.GetTxAuthSigRequestTezos = GetTxAuthSigRequestTezos;
|
|
1137
1141
|
exports.GetTxAuthSigResponse = GetTxAuthSigResponse;
|
package/dist/{identity-api.schema-11bbb3f3.cjs.prod.cjs → identity-api.schema-ca68abcb.cjs.prod.cjs}
RENAMED
|
@@ -649,15 +649,17 @@ var TxSignatureResponse = zod.z.object({
|
|
|
649
649
|
signature: vault_schema.EIP155Signature,
|
|
650
650
|
blockExpiration: zod.z.number()
|
|
651
651
|
});
|
|
652
|
-
var
|
|
652
|
+
var GetTxAuthDataSignatureSuccessResponse = zod.z.object({
|
|
653
653
|
isAuthorized: zod.z.literal(true),
|
|
654
654
|
signature: vault_schema.EIP155Signature,
|
|
655
655
|
payload: zod.z.string(),
|
|
656
656
|
blockExpiration: zod.z.number()
|
|
657
|
-
})
|
|
657
|
+
});
|
|
658
|
+
var GetTxAuthDataSignatureFailureResponse = zod.z.object({
|
|
658
659
|
isAuthorized: zod.z.literal(false),
|
|
659
|
-
errorMessage: zod.z.
|
|
660
|
-
})
|
|
660
|
+
errorMessage: zod.z.string()
|
|
661
|
+
});
|
|
662
|
+
var GetTxAuthDataSignatureResponse = zod.z.union([GetTxAuthDataSignatureSuccessResponse, GetTxAuthDataSignatureFailureResponse]);
|
|
661
663
|
/////////////
|
|
662
664
|
// Tezos //
|
|
663
665
|
/////////////
|
|
@@ -1131,7 +1133,9 @@ exports.GetCredentialsResponse = GetCredentialsResponse;
|
|
|
1131
1133
|
exports.GetCustomerStatusRequest = GetCustomerStatusRequest;
|
|
1132
1134
|
exports.GetCustomerStatusResponse = GetCustomerStatusResponse;
|
|
1133
1135
|
exports.GetTezosTxAuthDataSignatureResponse = GetTezosTxAuthDataSignatureResponse;
|
|
1136
|
+
exports.GetTxAuthDataSignatureFailureResponse = GetTxAuthDataSignatureFailureResponse;
|
|
1134
1137
|
exports.GetTxAuthDataSignatureResponse = GetTxAuthDataSignatureResponse;
|
|
1138
|
+
exports.GetTxAuthDataSignatureSuccessResponse = GetTxAuthDataSignatureSuccessResponse;
|
|
1135
1139
|
exports.GetTxAuthSigRequest = GetTxAuthSigRequest;
|
|
1136
1140
|
exports.GetTxAuthSigRequestTezos = GetTxAuthSigRequestTezos;
|
|
1137
1141
|
exports.GetTxAuthSigResponse = GetTxAuthSigResponse;
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('./vault.schema-21a24278.cjs.dev.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-97ca9ce3.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-f9e640f3.cjs.dev.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -522,7 +522,9 @@ exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
|
|
|
522
522
|
exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
|
|
523
523
|
exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
|
|
524
524
|
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
|
|
525
|
+
exports.GetTxAuthDataSignatureFailureResponse = identityApi_schema.GetTxAuthDataSignatureFailureResponse;
|
|
525
526
|
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
|
|
527
|
+
exports.GetTxAuthDataSignatureSuccessResponse = identityApi_schema.GetTxAuthDataSignatureSuccessResponse;
|
|
526
528
|
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
|
|
527
529
|
exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos;
|
|
528
530
|
exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse;
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('./vault.schema-cb19adc8.cjs.prod.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-ca68abcb.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-ec9cd3dc.cjs.prod.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -522,7 +522,9 @@ exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
|
|
|
522
522
|
exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
|
|
523
523
|
exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
|
|
524
524
|
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
|
|
525
|
+
exports.GetTxAuthDataSignatureFailureResponse = identityApi_schema.GetTxAuthDataSignatureFailureResponse;
|
|
525
526
|
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
|
|
527
|
+
exports.GetTxAuthDataSignatureSuccessResponse = identityApi_schema.GetTxAuthDataSignatureSuccessResponse;
|
|
526
528
|
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
|
|
527
529
|
exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos;
|
|
528
530
|
exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, cj as ActionId, bW as ActionPrefix, d0 as AdditionalCustomerInformationParams, a9 as AddressSchema, cK as AiAgentId, c1 as AiAgentPrefix, cJ as AiDocumentId, c0 as AiDocumentPrefix, cH as AiExecutionId, b_ as AiExecutionPrefix, cI as AiExecutionStepId, b$ as AiExecutionStepPrefix, cQ as AiMessageId, c5 as AiMessagePrefix, cL as AiStepId, c2 as AiStepPrefix, b0 as Alpha2Country, e9 as AmlResults, cd as AppId, bw as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, bl as BasicCustomerContactInformation, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, bm as CUSTOMERS_CHARTS, bq as CUSTOMER_AUTOMATION_REASONS, bo as CUSTOMER_TABLE_COLUMNS, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, ce as ChallengeId, bx as ChallengePrefix, cO as ChatId, c3 as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, d4 as CustomerId, bi as CustomerOnboardingLevel, bh as CustomerOnboardingLevels, br as CustomerPersonalInformation, cg as CustomerScreeningId, bz as CustomerScreeningPrefix, bk as CustomerStatus, bj as CustomerStatuses, bp as CustomerTableColumn, bc as CustomerType, bb as CustomerTypes, bn as CustomersChartType, e5 as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, ee as DataLinkTypeZodSchema, ec as DataLinkVersionZodSchema, ea as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, cb as EmailId, bu as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, d5 as ExternalCustomerId, cR as FLOW_TYPES, cS as FlowType, aO as FunctionCallData, et as GenericVaultDataLinkZodSchema, es as GenericVaultEmbeddedLinkZodSchema, eq as GenericVaultPointerLinkZodSchema, er as GenericVaultSearchLinkZodSchema, dq as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dS as HumanReadableTransactionReviewStatus, dR as HumanReadableTransactionReviewStatuses, dU as HumanReadableTransactionStatusMapping, dw as ID3CredentialSchema, db as ID3CredentialSubjectSchema, cV as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cX as IDENTITY_DOCUMENT_OPTIONS, dt as IDImageCredentialSchema, dm as IDImageCredentialSubjectSchema, ds as IDInformationCredentialSchema, dl as IDInformationCredentialSubjectSchema, dr as IDInformationTfheCredentialSchema, dk as IDInformationTfheCredentialSubjectSchema, dx as IDScanCredentialSchema, dc as IDScanCredentialSubjectSchema, dy as IDScanPassportCredentialSchema, dd as IDScanPassportCredentialSubjectSchema, dz as IDScanSelfieCredentialSchema, de as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, c$ as Identifier, d7 as IdentityAppV2Web2JWT, d6 as IdentityAppV2Web3JWT, cW as IdentityDocumentCountryListOption, cY as IdentityDocumentOptionsType, ca as IdentityId, bt as IdentityPrefix, d8 as IdentityWidgetAccessToken_NEW, d9 as IdentityWidgetSessionToken, cx as InstitutionExtractedInfosId, bQ as InstitutionExtractedInfosPrefix, cw as InstitutionId, bP as InstitutionPrefix, aV as IpAddress, bg as KybOnboardingLevel, bf as KybOnboardingLevels, be as KycOnboardingLevel, bd as KycOnboardingLevels, cA as ListId, bT as ListPrefix, cN as MemberId, cP as MessageId, c4 as MessagePrefix, ck as MetaAlertId, bD as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, dE as OLD_AMLScreeningsResultsCredentialSchema, dj as OLD_AMLScreeningsResultsCredentialSubjectSchema, dA as OLD_IDImageCredentialSchema, df as OLD_IDImageCredentialSubjectSchema, dB as OLD_IDInformationCredentialSchema, dg as OLD_IDInformationCredentialSubjectSchema, dC as OLD_ProofOfResidenceCredentialSchema, dh as OLD_ProofOfResidenceCredentialSubjectSchema, dD as OLD_SelfieImageCredentialSchema, di as OLD_SelfieImageCredentialSubjectSchema, d1 as OrganizationId, aT as OtpCode, aK as P2Signature, cZ as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, e0 as PaymentType, d$ as PaymentTypes, c_ as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, dv as ProofOfResidenceCredentialSchema, dp as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, cC as QueryGroupId, bV as QueryGroupPrefix, cB as QueryId, bU as QueryPrefix, ba as RiskScoreType, b9 as RiskScoreTypes, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, cz as ScenarioId, bS as ScenarioPrefix, cD as ScorechainAnalysisId, bC as ScorechainAnalysisPrefix, b7 as ScorechainCountry, eu as ScorechainEntityRecord, du as SelfieImageCredentialSchema, dn as SelfieImageCredentialSubjectSchema, ef as Separator, ch as SigGatingId, bA as SigGatingPrefix, F as SolanaChainId, aJ as SpSignature, cG as SsssChunkId, bZ as SsssChunkPrefix, cF as SsssShareId, bY as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, c9 as StorageId, bs as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, e6 as TRANSACTIONS_STATS_CURRENCIES, dF as TRANSACTION_CHARTS, dH as TRANSACTION_TABLE_COLUMNS, ci as TagId, bB as TagPrefix, cl as TagsToEntityId, bE as TagsToEntityPrefix, cf as TestId, by as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, co as TransactionActivityId, bH as TransactionActivityPrefix, cm as TransactionAddressesId, bF as TransactionAddressesPrefix, cy as TransactionAmountId, bR as TransactionAmountPrefix, e4 as TransactionAmountsFieldName, e3 as TransactionAmountsFieldNames, dY as TransactionCurrencyCode, dX as TransactionCurrencyCodes, e8 as TransactionDataEventObject, dW as TransactionDirection, dV as TransactionDirections, ct as TransactionExtractedInfosId, bM as TransactionExtractedInfosPrefix, cp as TransactionFeesId, bI as TransactionFeesPrefix, cn as TransactionId, cs as TransactionInfosId, bL as TransactionInfosPrefix, cv as TransactionMethodExtractedInfosId, bO as TransactionMethodExtractedInfosPrefix, cu as TransactionMethodsId, bN as TransactionMethodsPrefix, cr as TransactionPartiesId, bK as TransactionPartiesPrefix, e2 as TransactionPartiesType, e1 as TransactionPartiesTypes, bG as TransactionPrefix, d_ as TransactionProvider, dZ as TransactionProviders, cq as TransactionReviewId, bJ as TransactionReviewPrefix, dQ as TransactionReviewStatus, dP as TransactionReviewStatuses, dO as TransactionRiskLevel, dN as TransactionRiskLevels, e7 as TransactionStatsCurrency, dT as TransactionStatusMapping, dI as TransactionTableColumn, dK as TransactionType, dM as TransactionTypeWithAll, dJ as TransactionTypes, dL as TransactionTypesWithAll, dG as TransactionsChartType, aa as TxHash, aS as UuidString, ej as VaultJsonSchemas, ep as VaultMetadataLinkZodSchema, en as VaultPointerKeyMapZodSchema, eo as VaultQueryMapZodSchema, el as VaultSchemaIdZodSchema, em as VaultSchemaPathsZodSchema, ek as VaultZodSchema, cU as VerificationMode, cT as VerificationModes, cc as WalletId, bv as WalletPrefix, ev as WalletScreeningData, ex as WalletScreeningProvider, ew as WalletScreeningProviders, da as Web2CreateSessionParams, d3 as WorkflowId, cE as WorkflowSessionAttributeId, bX as WorkflowSessionAttributePrefix, c6 as WorkflowSessionId, d2 as WorkspaceId, ed as allDataLinkTypes, eb as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, c7 as createBrandedSchemaId, c8 as createBrandedSchemaIdWithParams, cM as generateId, eg as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, eh as resolvePathOnDataSchema, ei as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-b3910f8d.esm.mjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
4
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues,
|
|
5
|
-
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-
|
|
3
|
+
import { C as CredentialTypes } from './identity-api.schema-7892c69f.esm.mjs';
|
|
4
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, c6 as CredentialMediaType, c1 as CredentialNames, aS as CredentialQrCodeData, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, c2 as NexeraCredentialType, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, a3 as Scenario, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, c5 as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, c3 as getCredentialName, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from './identity-api.schema-7892c69f.esm.mjs';
|
|
5
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-dc49c4b4.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|
|
8
8
|
|
package/dist/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ez as _toConsumableArray } from './vault.schema-b3910f8d.esm.mjs';
|
|
2
|
-
import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-
|
|
2
|
+
import { bc as SupportedType, b5 as NUMERIC_OPERATORS, b1 as ARRAY_OPERATORS, b7 as BOOLEAN_OPERATORS, b3 as STRING_OPERATORS } from './identity-api.schema-7892c69f.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var vault_schema = require('./vault.schema-cb19adc8.cjs.prod.cjs');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-ca68abcb.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var vault_schema = require('./vault.schema-21a24278.cjs.dev.cjs');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-97ca9ce3.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -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-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-97ca9ce3.cjs.dev.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('../../dist/vault.schema-21a24278.cjs.dev.cjs');
|
|
8
8
|
require('nanoid');
|
|
@@ -65,7 +65,9 @@ exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
|
|
|
65
65
|
exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
|
|
66
66
|
exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
|
|
67
67
|
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
|
|
68
|
+
exports.GetTxAuthDataSignatureFailureResponse = identityApi_schema.GetTxAuthDataSignatureFailureResponse;
|
|
68
69
|
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
|
|
70
|
+
exports.GetTxAuthDataSignatureSuccessResponse = identityApi_schema.GetTxAuthDataSignatureSuccessResponse;
|
|
69
71
|
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
|
|
70
72
|
exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos;
|
|
71
73
|
exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse;
|
|
@@ -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-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-ca68abcb.cjs.prod.cjs');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('../../dist/vault.schema-cb19adc8.cjs.prod.cjs');
|
|
8
8
|
require('nanoid');
|
|
@@ -65,7 +65,9 @@ exports.GetCredentialsResponse = identityApi_schema.GetCredentialsResponse;
|
|
|
65
65
|
exports.GetCustomerStatusRequest = identityApi_schema.GetCustomerStatusRequest;
|
|
66
66
|
exports.GetCustomerStatusResponse = identityApi_schema.GetCustomerStatusResponse;
|
|
67
67
|
exports.GetTezosTxAuthDataSignatureResponse = identityApi_schema.GetTezosTxAuthDataSignatureResponse;
|
|
68
|
+
exports.GetTxAuthDataSignatureFailureResponse = identityApi_schema.GetTxAuthDataSignatureFailureResponse;
|
|
68
69
|
exports.GetTxAuthDataSignatureResponse = identityApi_schema.GetTxAuthDataSignatureResponse;
|
|
70
|
+
exports.GetTxAuthDataSignatureSuccessResponse = identityApi_schema.GetTxAuthDataSignatureSuccessResponse;
|
|
69
71
|
exports.GetTxAuthSigRequest = identityApi_schema.GetTxAuthSigRequest;
|
|
70
72
|
exports.GetTxAuthSigRequestTezos = identityApi_schema.GetTxAuthSigRequestTezos;
|
|
71
73
|
exports.GetTxAuthSigResponse = identityApi_schema.GetTxAuthSigResponse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues,
|
|
1
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b1 as ARRAY_OPERATORS, aL as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bf as AllCredentialValues, bX as AllScenarioExecutionAuthorizationData, bP as AnyTxAuthDataSignatureResponse, bS as AnyTxAuthInputJsSdk, bI as ApiTezosTxAuthInput, bC as ApiTxAuthInput, b2 as ArrayOperator, aT as AuthQrCodeData, ap as AuthSession, aq as AuthSessionData, aO as AuthorizationRequestMessage, aN as AuthorizationRequestMessageType, aM as AuthorizationRequestMessageTypes, aR as AuthorizationResponseMessage, n as AvailableFlow, b7 as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, b8 as BooleanOperator, aI as CIRCUIT_IDS, bq as ChallengeQuerySchema, ar as ChallengeResponse, aJ as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, bW as CreateAuthRequestProps, a6 as CreateTemplateScenario, aS as CredentialQrCodeData, b9 as DATE_OPERATORS, D as DataAvailableOnStart, ba as DateOperator, bQ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bO as ExtendedTezosTxAuthDataSignatureResponse, bM as ExtendedTezosTxAuthInput, bN as ExtendedTxAuthDataSignatureResponse, bL as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, au as GetCustomerStatusRequest, az as GetCustomerStatusResponse, bK as GetTezosTxAuthDataSignatureResponse, bF as GetTxAuthDataSignatureFailureResponse, bG as GetTxAuthDataSignatureResponse, bE as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aC as HostMessage, am as HostRequestMessage, H as HostResponseMessage, be as IDInformationTfhe, aA as IdentityAppMessage, aD as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, av as IdentitySdkMessage, aw as IdentitySdkMessageWithIdentifier, aB as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, aG as MediaType, aH as MediaTypePID, b5 as NUMERIC_OPERATORS, b6 as NumericOperator, br as OLD_CHALLENGE_QUERY_OPERATORS, bs as OLD_ChallengeQueryOperator, bv as OLD_ChallengeQueryOperatorToOperator, bn as OLD_ChallengeQuerySchema, bx as OLD_QueryCredentialType, bw as OLD_QueryCredentialTypes, aZ as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, a_ as Operator, bt as OperatorMappings, bu as OperatorToOLD_ChallengeQueryOperator, bm as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, bV as PrivacyPreservingMonitoring, aP as ProofData, aX as QUERY_LOGIC_OPERATOR, aU as QrCodeLinkWithSchemaType, bg as QueriesOptions, bj as QueryConfigSimplified, bi as QueryConfigTfhe, bp as QueryCredentialType, bo as QueryCredentialTypes, bk as QueryGroupConfigSimplified, aY as QueryLogicOperator, bh as QueryType, aE as RequiredDataRowSchema, aF as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bl as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, r as SCENARIO_ACTION_TYPES, bY as SCENARIO_AUTHORIZATION_STATUSES, b3 as STRING_OPERATORS, bb as SUPPORTED_TYPES, a3 as Scenario, S as ScenarioAuthorizationData, bZ as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, h as StartCompletedNotification, af as StartFlowRequest, b4 as StringOperator, bc as SupportedType, bd as SupportedTypes, a5 as TemplateScenario, bH as TezosTxAuthInput, bR as TezosTxAuthInputJsSdk, bJ as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, ay as TxAuthDataSignatureGatingError, at as TxAuthDataSignatureGatingRequest, ax as TxAuthDataSignatureResponse, bB as TxAuthInput, bD as TxSignatureResponse, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, b$ as VerifyWalletChallengeRequest, as as WalletSignResponse, b_ as WalletSignatureResponse, a$ as ZKPOperator, bT as ZKPRequest, bU as ZKPRequestFromZKVerifier, aK as ZeroKnowledgeProofRequest, aQ as ZeroKnowledgeProofResponse, bz as getOldCredentialPath, by as getOldCredentialType, bA as oldCredentialPathToDataLink, b0 as operatorDisplayMap, aV as parseIden3Message, aW as parseSessionIdFromUrl } from '../../dist/identity-api.schema-7892c69f.esm.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import '../../dist/vault.schema-b3910f8d.esm.mjs';
|
|
4
4
|
import 'nanoid';
|
package/package.json
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-21a24278.cjs.dev.cjs');
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-1f2b5ea7.cjs.dev.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-97ca9ce3.cjs.dev.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-cb19adc8.cjs.prod.cjs');
|
|
6
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
6
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-deb194cc.cjs.prod.cjs');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
require('decimal.js');
|
|
10
|
-
require('../../dist/identity-api.schema-
|
|
10
|
+
require('../../dist/identity-api.schema-ca68abcb.cjs.prod.cjs');
|
|
11
11
|
|
|
12
12
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
13
13
|
id: "BITCOIN",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { eE as ANALYSIS_TYPES, eF as AnalysisType, eN as Coin, eS as EntityRiskDefaultsMap, eR as EntityRiskDefaultsValues, eY as GetActiveBlockchains, eX as GetActiveBlockchainsRequest, eZ as GetActiveBlockchainsResponse, f0 as GetAddressAnalysis, e_ as GetAddressAnalysisRequest, f1 as GetAddressAnalysisResponse, eJ as NonMinimalScorechainBlockchain, eG as OBJECT_TYPES, eH as ObjectType, f3 as RawScorechainResult, eQ as RiskExplanation, eO as RiskSeverity, eV as ScorechainAnalysis, eI as ScorechainBlockchain, eK as ScorechainBlockchainToNamespace, e$ as ScorechainEntity, eP as ScorechainEntityType, eU as ScorechainError, eT as ScorechainErrorResponse, f4 as ScorechainRiskToRiskLevel, f6 as ScorechainWalletRiskLevel, f5 as ScorechainWalletRiskLevels, f2 as ScoringAnalysisApiRequest, eB as ScoringAnalysisRequest, eW as ScoringAnalysisResponse, eC as WorkflowsScoringAnalysisRequest, eM as compareRiskLevels, eL as getRiskLevelByRiskScore } from '../../dist/vault.schema-b3910f8d.esm.mjs';
|
|
2
|
-
export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d4 as CustomerDocumentMetaData, d5 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, d3 as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-
|
|
2
|
+
export { K as AMLMetadata, cQ as ApiErrorCommandResponse, cP as ApiErrorResponse, cR as ApiSuccessCommandResponse, bw as ApplicantMemberOfSchema, bL as BENEFICIARY_TYPES, by as BaseApplicantActionSchema, b6 as BaseProvider, bN as BeneficiaryCompanyCustomerClaims, bO as BeneficiaryCompanyCustomerClaimsArray, bM as BeneficiaryType, c_ as BeneficiaryVerificationStatus, c$ as BeneficiaryVerificationStatusArray, j as BigCSErrorCodes, b3 as BigConfig, B as BigCryptoChain, h as BigProperties, g as BigPropertiesLiteral, i as BigProperty, b9 as BigProvider, k as BitRankRequest, l as BitRankVerified, n as BitRankVerifiedError, m as BitRankVerifiedErrorResponse, o as BitRankVerifiedResponse, ap as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, ar as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, an as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, ag as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, ad as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, di as ChainalysisApiError, a$ as ChainalysisConfig, dg as ChainalysisErrorCodes, bc as ChainalysisProvider, de as ChainalysisRegisterApiResponse, dj as ChainalysisRegisterResponse, dd as ChainalysisRequest, dh as ChainalysisRiskAssessmentApiResponse, dk as ChainalysisRiskAssessmentResponse, df as ChainalysisRiskLevel, a4 as CoerceDateUTC, dp as CoinMarketCapApiResponse, dq as CoinMarketCapFiatId, dm as CoinMarketCapQuote, dn as CoinMarketCapQuotes, dl as CoinMarketCapRequest, cZ as CompanyDocumentMetaData, aH as ComplyAdvantageAmlFullListing, aG as ComplyAdvantageAmlItemSource, aq as ComplyAdvantageCountryFieldSources, as as ComplyAdvantageDateOfBirthFieldSources, aF as ComplyAdvantageKeyInformation, aC as ComplyAdvantageMedia, aR as ComplyAdvantageMonitorSearchDataResponse, aT as ComplyAdvantageMonitorSearchResponse, aS as ComplyAdvantageMonitorSearchSuccessResponse, aU as ComplyAdvantageMonitoredSearchUpdate, ao as ComplyAdvantageNationalityFieldSources, bh as ComplyAdvantageProvider, bg as ComplyAdvantageProviderConfigElement, bf as ComplyAdvantageProviderConfigFilters, be as ComplyAdvantageProviderConfigTypes, ah as ComplyAdvantageReponseMatchStatus, ae as ComplyAdvantageResponseMatchType, aE as ComplyAdvantageSearchDataResponse, aD as ComplyAdvantageSearchDataResponseHit, aI as ComplyAdvantageSearchEntitiesDataResponse, aK as ComplyAdvantageSearchEntitiesResponse, aJ as ComplyAdvantageSearchEntitiesSuccessResponse, a as ComplyAdvantageSearchErrorResponse, aL as ComplyAdvantageSearchRequest, aM as ComplyAdvantageSearchRequests, C as ComplyAdvantageSearchResponse, b as ComplyAdvantageSearchSuccessResponse, aO as ComplyAdvantageUpdateSearchEntitiesRequest, aQ as ComplyAdvantageUpdateSearchEntitiesResponse, aP as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, aN as ComplyAdvantageUpdateSearchRequest, aA as ComplyAdvantageUser, bn as CreateProviderInput, bo as CreateProviderResponse, at as CreateSearchInput, cL as CredentialMetadata, cK as CustomerContactInformationOutput, d4 as CustomerDocumentMetaData, d5 as CustomerStatusResults, aZ as DataProvider, aY as DataProviderOptions, bs as DeleteProviderInput, bt as DeleteProviderResponse, y as DocumentIdMetadata, x as DocumentIdType, D as DocumentIdTypes, cb as DocumentMetadataSchema, J as EmailMetadata, E as EmailVerificationAnalysisResponse, cz as EmailVerificationResponse, F as File, cJ as GetCredentialsOutput, d1 as GetKybSessionInput, d2 as GetKybSessionResponse, cD as GetKycSessionInput, cE as GetKycSessionResponse, cM as GetKycSessionResponseWithCredentialsMetadata, cS as GetKycSessionsOutput, bm as GetProviderResponse, bl as GetProvidersResponse, ab as HIGH_RISK_TYPES, cN as IDImageMetaData, bJ as INDIVIDUAL_BENEFICIARY_RELATIONS, aX as IdentityProvider, aW as IdentityProviderOptions, bK as IndividualBeneficiaryRelation, c as IpQualityAnalysisRequest, d as IpQualityAnalysisResponse, b2 as IpQualityConfig, e as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, f as IpQualityServiceErrorResponse, bd as IpqualityscoreProvider, cV as KYB_RESULTS, cX as KYB_SESSION_STATUSES, cT as KYB_STEP_TYPES, cv as KYC_RESULTS, cx as KYC_SESSION_STATUSES, cr as KYC_STEP_TYPES, cW as KybResult, cY as KybSessionStatus, cU as KybStep, cw as KycResult, cy as KycSessionStatus, cs as KycStep, cu as KycStepStatus, ct as KycStepStatuses, L as LivenessMetadata, ac as MEDIUM_RISK_TYPES, av as MatchStatus, au as MatchStatuses, aB as MatchTypeDetail, M as MergedProviders, db as MerkleAddressApiError, da as MerkleAddressApiResponse, d9 as MerkleAddressRequest, dc as MerkleAddressResponse, d8 as MerkleBlockChainCodes, d7 as MerkleBlockChainName, d6 as MerkleBlockChainTypes, a_ as MerkleScienceConfig, bb as MerkleScienceProvider, N as NestedSession, b8 as NexeraIdKYBProvider, b7 as NexeraIdSSIDProvider, H as PhoneMetadata, P as PhoneVerificationAnalysisResponse, A as ProofOfAddressDocumentType, z as ProofOfAddressDocumentTypes, G as ProofOfAddressMetadata, cI as ProofOfResidenceDocumentType, cH as ProofOfResidenceMetaData, bj as ProviderData, bk as ProviderDataProject, b5 as ProviderIntegrationType, b4 as ProviderIntegrationTypeOptions, aV as ProviderWithoutConfig, Z as RESULT_PARSER_ERROR, w as ReasonCode, v as ReasonCodes, R as RequestProperty, ax as RiskLevel, aw as RiskLevels, a9 as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, a7 as SEARCH_FILTER_PEP_TYPE, a5 as SEARCH_FILTER_SANCTION_TYPE, ai as SEARCH_FILTER_TYPES, X as SESSION_NOT_FOUND, a1 as STEP_NOT_FOUND, bB as SUMSUB_APPLICANT_TYPES, c4 as SUMSUB_COMPANY_BENEFICIARY_GROUP, bU as SUMSUB_DOC_TYPES, bW as SUMSUB_FLOW_LEVEL, cj as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, c9 as SUMSUB_MEDIA_CONTENT_TYPES, bD as SUMSUB_REVIEW_ANSWERS, co as SUMSUB_REVIEW_REJECT_LABELS, cq as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bF as SUMSUB_REVIEW_REJECT_TYPES, bS as SUMSUB_REVIEW_STATUSES, bz as SUMSUB_STEPS, bQ as SUMSUB_WEBHOOK_INTERNAL_STATUS, b0 as ScorechainConfig, ba as ScorechainProvider, al as SearchEntityType, ak as SearchEntityTypes, aa as SearchFilterAdverseMediaType, a8 as SearchFilterPepType, a6 as SearchFilterSanctionType, aj as SearchFilterType, am as SearchFilters, d0 as SelectKybSession, cB as SelectKycSession, cA as SelectKycSessionStep, cC as SelectKycSessionWithCompletedSteps, cO as SelfieImageMetaData, r as Session, s as SessionWithoutSteps, p as Status, S as Statuses, O as Step, u as StepType, t as StepTypes, bH as SumSubAddress, bI as SumSubApplicantInfo, cd as SumSubApplicantResetSchema, cc as SumSubApplicantReviewStatusSchema, ci as SumSubApplicantSchema, bC as SumSubApplicantType, c8 as SumSubApplicantVerificationStepSchema, bP as SumSubCompanyApplicantInfo, c2 as SumSubCompanyApplicantSchema, bV as SumSubDocType, bX as SumSubFlowLevel, ce as SumSubGenerateExternalWebSdkLinkSchema, c3 as SumSubImageId, b_ as SumSubImageReviewResultSchema, c1 as SumSubIndividualApplicantSchema, ca as SumSubMediaContentType, bY as SumSubRequiredIdDoc, bE as SumSubReviewAnswer, cp as SumSubReviewRejectLabel, bG as SumSubReviewRejectType, bZ as SumSubReviewResultSchema, bT as SumSubReviewStatus, cn as SumSubSimilarApplicantsSchema, bA as SumSubStep, c7 as SumSubVerificationStepSchema, bx as SumSubWebhookSchema, c0 as SumsubApplicantType, b$ as SumsubApplicantTypes, c5 as SumsubCompanyBeneficiaryGroup, ch as SumsubKybDataSchema, cm as SumsubKybSessionFlowSection, cl as SumsubKybSessionFlowSectionItem, ck as SumsubKybSessionFlowSectionStatus, cg as SumsubKycDataSchema, c6 as SumsubStepStatus, cf as SumsubVideoCallData, bR as SumsubWebhookInternalStatus, bi as SynapsProvider, _ as SynapsSessionErrorResponse, Q as SynapsSessionEvent, V as SynapsSessionRequest, $ as SynapsSessionResponse, a2 as SynapsStepErrorResponse, T as SynapsStepEvent, a0 as SynapsStepRequest, a3 as SynapsStepResponse, br as ToggleProviderInput, Y as UNKNOWN_ERROR, d3 as UpdateKybSessionOutput, cF as UpdateKycSessionOutput, bp as UpdateProviderInput, bq as UpdateProviderResponse, az as UpdateSearchEntitiesInput, ay as UpdateSearchInput, cG as VideoKycMetaData, bu as WEBHOOK_TYPES, q as WebhookPayload, bv as WebhookType, b1 as WorkflowsScorechainConfig, W as WrappedIpQualityServiceErrorResponse, af as mappingMatchTypeToLabel, U as typeToHumanReadable } from '../../dist/CoinMarketCap.schema-fa7abfc6.esm.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
5
5
|
import 'decimal.js';
|
|
6
|
-
import '../../dist/identity-api.schema-
|
|
6
|
+
import '../../dist/identity-api.schema-7892c69f.esm.mjs';
|
|
7
7
|
|
|
8
8
|
var ALL_SCORECHAIN_BLOCKCHAIN = [{
|
|
9
9
|
id: "BITCOIN",
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-21a24278.cjs.dev.cjs');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-97ca9ce3.cjs.dev.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-f9e640f3.cjs.dev.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var vault_schema = require('../../dist/vault.schema-cb19adc8.cjs.prod.cjs');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var tfheUtilities = require('../../dist/tfhe-utilities-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-ca68abcb.cjs.prod.cjs');
|
|
7
|
+
var tfheUtilities = require('../../dist/tfhe-utilities-ec9cd3dc.cjs.prod.cjs');
|
|
8
8
|
require('zod');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { b0 as Alpha2Country, dq as GenericVerifiableCredentialSchema, dw as ID3CredentialSchema, db as ID3CredentialSubjectSchema, dt as IDImageCredentialSchema, dm as IDImageCredentialSubjectSchema, ds as IDInformationCredentialSchema, dl as IDInformationCredentialSubjectSchema, dr as IDInformationTfheCredentialSchema, dk as IDInformationTfheCredentialSubjectSchema, dx as IDScanCredentialSchema, dc as IDScanCredentialSubjectSchema, dy as IDScanPassportCredentialSchema, dd as IDScanPassportCredentialSubjectSchema, dz as IDScanSelfieCredentialSchema, de as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, dE as OLD_AMLScreeningsResultsCredentialSchema, dj as OLD_AMLScreeningsResultsCredentialSubjectSchema, dA as OLD_IDImageCredentialSchema, df as OLD_IDImageCredentialSubjectSchema, dB as OLD_IDInformationCredentialSchema, dg as OLD_IDInformationCredentialSubjectSchema, dC as OLD_ProofOfResidenceCredentialSchema, dh as OLD_ProofOfResidenceCredentialSubjectSchema, dD as OLD_SelfieImageCredentialSchema, di as OLD_SelfieImageCredentialSubjectSchema, dv as ProofOfResidenceCredentialSchema, dp as ProofOfResidenceCredentialSubjectSchema, du as SelfieImageCredentialSchema, dn as SelfieImageCredentialSubjectSchema, b1 as countryISO3toISO2Mapping, b4 as isoCountriesNameFromISO2 } from '../../dist/vault.schema-b3910f8d.esm.mjs';
|
|
2
|
-
export {
|
|
3
|
-
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-
|
|
2
|
+
export { c6 as CredentialMediaType, c1 as CredentialNames, c0 as CredentialSchemas, c4 as CredentialType, C as CredentialTypes, c2 as NexeraCredentialType, c5 as VerifiableCredential, c3 as getCredentialName } from '../../dist/identity-api.schema-7892c69f.esm.mjs';
|
|
3
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from '../../dist/tfhe-utilities-dc49c4b4.esm.mjs';
|
|
4
4
|
import 'zod';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
import 'decimal.js';
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-21a24278.cjs.dev.cjs');
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-97ca9ce3.cjs.dev.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-1f2b5ea7.cjs.dev.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
6
|
var vault_schema = require('../../dist/vault.schema-cb19adc8.cjs.prod.cjs');
|
|
7
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
8
|
-
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-
|
|
7
|
+
var identityApi_schema = require('../../dist/identity-api.schema-ca68abcb.cjs.prod.cjs');
|
|
8
|
+
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-deb194cc.cjs.prod.cjs');
|
|
9
9
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
10
10
|
require('nanoid');
|
|
11
11
|
require('decimal.js');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { aS as UuidString, d5 as ExternalCustomerId, d3 as WorkflowId, ba as RiskScoreType, bc as CustomerType, bi as CustomerOnboardingLevel, bk as CustomerStatus, a_ as ISO3CountryCode, ar as BlockchainAddress, dq as GenericVerifiableCredentialSchema, ev as WalletScreeningData, dJ as TransactionTypes, dP as TransactionReviewStatuses, eA as _toArray, ez as _toConsumableArray, aR as EnvironmentSchema } from '../../dist/vault.schema-b3910f8d.esm.mjs';
|
|
3
|
-
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-
|
|
4
|
-
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-
|
|
3
|
+
import { Y as RuleResultStatus } from '../../dist/identity-api.schema-7892c69f.esm.mjs';
|
|
4
|
+
import { M as MergedProviders, I as IpQualityServiceAnalysisResponse, C as ComplyAdvantageSearchResponse, a as ComplyAdvantageSearchErrorResponse, b as ComplyAdvantageSearchSuccessResponse } from '../../dist/CoinMarketCap.schema-fa7abfc6.esm.mjs';
|
|
5
5
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|