@nexeraid/identity-schemas 2.3.14-dev → 2.3.15-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{customers.schema-a089e7aa.cjs.prod.js → customers.schema-13b1a044.cjs.prod.js} +1 -1
- package/dist/{customers.schema-e6bad99e.cjs.dev.js → customers.schema-15015660.cjs.dev.js} +1 -1
- package/dist/{customers.schema-e53cff10.esm.js → customers.schema-ed9aee9d.esm.js} +1 -1
- package/dist/declarations/src/identity/host-requests.schema.d.ts +32 -8
- package/dist/declarations/src/identity/host-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +16 -4
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/txAuthData.schema.d.ts +59 -0
- package/dist/declarations/src/identity/txAuthData.schema.d.ts.map +1 -1
- package/dist/{frontend-utilities.schema-d9510248.cjs.prod.js → frontend-utilities.schema-07f13382.cjs.prod.js} +1 -1
- package/dist/{frontend-utilities.schema-63208941.esm.js → frontend-utilities.schema-1124e753.esm.js} +1 -1
- package/dist/{frontend-utilities.schema-98b0096f.cjs.dev.js → frontend-utilities.schema-dd6842f2.cjs.dev.js} +1 -1
- package/dist/{identity-api.schema-c98a388a.esm.js → identity-api.schema-7abfa17b.esm.js} +11 -7
- package/dist/{identity-api.schema-eb77924e.cjs.dev.js → identity-api.schema-c9ba1a36.cjs.prod.js} +12 -6
- package/dist/{identity-api.schema-1e40f969.cjs.prod.js → identity-api.schema-d3cab299.cjs.dev.js} +12 -6
- package/dist/nexeraid-identity-schemas.cjs.dev.js +4 -2
- package/dist/nexeraid-identity-schemas.cjs.prod.js +4 -2
- package/dist/nexeraid-identity-schemas.esm.js +3 -3
- package/dist/package.json +1 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.js +3 -1
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.js +3 -1
- package/identity/dist/nexeraid-identity-schemas-identity.esm.js +1 -1
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.js +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.esm.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js +2 -2
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.js +2 -2
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.js +2 -2
package/dist/{customers.schema-a089e7aa.cjs.prod.js → customers.schema-13b1a044.cjs.prod.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-c9ba1a36.cjs.prod.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-d3cab299.cjs.dev.js');
|
|
5
5
|
|
|
6
6
|
// based on https://tech-doc.api.scorechain.com/
|
|
7
7
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ae as UuidString,
|
|
2
|
+
import { a2 as BlockchainAddress, z as AddressSchema, al as Alpha2Country, ae as UuidString, ef as _toConsumableArray, eh as _arrayWithHoles, ei as _unsupportedIterableToArray, ej as _nonIterableRest, aj as ISO3CountryCode, a5 as BlockchainNamespace, bC as SdkVerificationOutput, aB as CustomerStatus, ek as _defineProperty, e6 as ProofOfResidenceCredentialSubjectSchema, cx as QrCodeLinkWithSchemaType, aC as BasicCustomerContactInformation, ec as CredentialType } from './identity-api.schema-7abfa17b.esm.js';
|
|
3
3
|
|
|
4
4
|
// based on https://tech-doc.api.scorechain.com/
|
|
5
5
|
var ANALYSIS_TYPES = ["ASSIGNED", "INCOMING", "OUTGOING", "FULL"];
|
|
@@ -1588,7 +1588,7 @@ export type IsVerifiedResponse = z.infer<typeof IsVerifiedResponse>;
|
|
|
1588
1588
|
*/
|
|
1589
1589
|
export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
1590
1590
|
type: z.ZodLiteral<"getTxAuthSigRequest">;
|
|
1591
|
-
data: z.ZodObject<
|
|
1591
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
1592
1592
|
chainId: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../index.js").NEXERA_EVM_CHAINS.POLYGON, import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BASE, import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BNB, import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>, import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, unknown>;
|
|
1593
1593
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
1594
1594
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -1597,12 +1597,15 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1597
1597
|
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
1598
1598
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
1599
1599
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
1600
|
-
},
|
|
1600
|
+
}, {
|
|
1601
|
+
userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
|
|
1602
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1601
1603
|
chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
|
|
1602
1604
|
contractAbi: Record<string, unknown>[];
|
|
1603
1605
|
contractAddress: `0x${string}`;
|
|
1604
1606
|
functionName: string;
|
|
1605
1607
|
args: unknown[];
|
|
1608
|
+
userAddress?: `0x${string}` | undefined;
|
|
1606
1609
|
blockExpiration?: number | undefined;
|
|
1607
1610
|
nonce?: number | undefined;
|
|
1608
1611
|
}, {
|
|
@@ -1610,6 +1613,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1610
1613
|
contractAddress: string;
|
|
1611
1614
|
functionName: string;
|
|
1612
1615
|
args: unknown[];
|
|
1616
|
+
userAddress?: string | undefined;
|
|
1613
1617
|
chainId?: unknown;
|
|
1614
1618
|
blockExpiration?: number | undefined;
|
|
1615
1619
|
nonce?: number | undefined;
|
|
@@ -1623,6 +1627,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1623
1627
|
contractAddress: `0x${string}`;
|
|
1624
1628
|
functionName: string;
|
|
1625
1629
|
args: unknown[];
|
|
1630
|
+
userAddress?: `0x${string}` | undefined;
|
|
1626
1631
|
blockExpiration?: number | undefined;
|
|
1627
1632
|
nonce?: number | undefined;
|
|
1628
1633
|
};
|
|
@@ -1634,6 +1639,7 @@ export declare const GetTxAuthSigRequest: z.ZodObject<{
|
|
|
1634
1639
|
contractAddress: string;
|
|
1635
1640
|
functionName: string;
|
|
1636
1641
|
args: unknown[];
|
|
1642
|
+
userAddress?: string | undefined;
|
|
1637
1643
|
chainId?: unknown;
|
|
1638
1644
|
blockExpiration?: number | undefined;
|
|
1639
1645
|
nonce?: number | undefined;
|
|
@@ -1703,7 +1709,7 @@ export type GetTxAuthSigResponse = z.infer<typeof GetTxAuthSigResponse>;
|
|
|
1703
1709
|
*/
|
|
1704
1710
|
export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
|
|
1705
1711
|
type: z.ZodLiteral<"getTxAuthSigRequestTezos">;
|
|
1706
|
-
data: z.ZodObject<
|
|
1712
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
1707
1713
|
chainID: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, import("../index.js").NEXERA_TEZOS_CHAINS, unknown>;
|
|
1708
1714
|
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
|
|
1709
1715
|
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
|
|
@@ -1711,17 +1717,21 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
|
|
|
1711
1717
|
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
|
|
1712
1718
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
1713
1719
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
1714
|
-
},
|
|
1720
|
+
}, {
|
|
1721
|
+
userAddress: z.ZodOptional<z.ZodEffects<z.ZodString, `tz${string}`, string>>;
|
|
1722
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1715
1723
|
contractAddress: `KT1${string}`;
|
|
1716
1724
|
functionName: `%${string}`;
|
|
1717
1725
|
args: string;
|
|
1718
1726
|
chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
|
|
1727
|
+
userAddress?: `tz${string}` | undefined;
|
|
1719
1728
|
blockExpiration?: number | undefined;
|
|
1720
1729
|
nonce?: number | undefined;
|
|
1721
1730
|
}, {
|
|
1722
1731
|
contractAddress: string;
|
|
1723
1732
|
functionName: string;
|
|
1724
1733
|
args: string;
|
|
1734
|
+
userAddress?: string | undefined;
|
|
1725
1735
|
blockExpiration?: number | undefined;
|
|
1726
1736
|
nonce?: number | undefined;
|
|
1727
1737
|
chainID?: unknown;
|
|
@@ -1734,6 +1744,7 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
|
|
|
1734
1744
|
functionName: `%${string}`;
|
|
1735
1745
|
args: string;
|
|
1736
1746
|
chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
|
|
1747
|
+
userAddress?: `tz${string}` | undefined;
|
|
1737
1748
|
blockExpiration?: number | undefined;
|
|
1738
1749
|
nonce?: number | undefined;
|
|
1739
1750
|
};
|
|
@@ -1744,6 +1755,7 @@ export declare const GetTxAuthSigRequestTezos: z.ZodObject<{
|
|
|
1744
1755
|
contractAddress: string;
|
|
1745
1756
|
functionName: string;
|
|
1746
1757
|
args: string;
|
|
1758
|
+
userAddress?: string | undefined;
|
|
1747
1759
|
blockExpiration?: number | undefined;
|
|
1748
1760
|
nonce?: number | undefined;
|
|
1749
1761
|
chainID?: unknown;
|
|
@@ -2138,7 +2150,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2138
2150
|
identifier: string;
|
|
2139
2151
|
}>, z.ZodObject<{
|
|
2140
2152
|
type: z.ZodLiteral<"getTxAuthSigRequest">;
|
|
2141
|
-
data: z.ZodObject<
|
|
2153
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
2142
2154
|
chainId: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../index.js").NEXERA_EVM_CHAINS.POLYGON, import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BASE, import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BNB, import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>, import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, unknown>;
|
|
2143
2155
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
2144
2156
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -2147,12 +2159,15 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2147
2159
|
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
2148
2160
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
2149
2161
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
2150
|
-
},
|
|
2162
|
+
}, {
|
|
2163
|
+
userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
|
|
2164
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2151
2165
|
chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
|
|
2152
2166
|
contractAbi: Record<string, unknown>[];
|
|
2153
2167
|
contractAddress: `0x${string}`;
|
|
2154
2168
|
functionName: string;
|
|
2155
2169
|
args: unknown[];
|
|
2170
|
+
userAddress?: `0x${string}` | undefined;
|
|
2156
2171
|
blockExpiration?: number | undefined;
|
|
2157
2172
|
nonce?: number | undefined;
|
|
2158
2173
|
}, {
|
|
@@ -2160,6 +2175,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2160
2175
|
contractAddress: string;
|
|
2161
2176
|
functionName: string;
|
|
2162
2177
|
args: unknown[];
|
|
2178
|
+
userAddress?: string | undefined;
|
|
2163
2179
|
chainId?: unknown;
|
|
2164
2180
|
blockExpiration?: number | undefined;
|
|
2165
2181
|
nonce?: number | undefined;
|
|
@@ -2173,6 +2189,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2173
2189
|
contractAddress: `0x${string}`;
|
|
2174
2190
|
functionName: string;
|
|
2175
2191
|
args: unknown[];
|
|
2192
|
+
userAddress?: `0x${string}` | undefined;
|
|
2176
2193
|
blockExpiration?: number | undefined;
|
|
2177
2194
|
nonce?: number | undefined;
|
|
2178
2195
|
};
|
|
@@ -2184,6 +2201,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2184
2201
|
contractAddress: string;
|
|
2185
2202
|
functionName: string;
|
|
2186
2203
|
args: unknown[];
|
|
2204
|
+
userAddress?: string | undefined;
|
|
2187
2205
|
chainId?: unknown;
|
|
2188
2206
|
blockExpiration?: number | undefined;
|
|
2189
2207
|
nonce?: number | undefined;
|
|
@@ -2191,7 +2209,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2191
2209
|
identifier: string;
|
|
2192
2210
|
}>, z.ZodObject<{
|
|
2193
2211
|
type: z.ZodLiteral<"getTxAuthSigRequestTezos">;
|
|
2194
|
-
data: z.ZodObject<
|
|
2212
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
2195
2213
|
chainID: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, import("../index.js").NEXERA_TEZOS_CHAINS, unknown>;
|
|
2196
2214
|
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
|
|
2197
2215
|
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
|
|
@@ -2199,17 +2217,21 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2199
2217
|
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
|
|
2200
2218
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
2201
2219
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
2202
|
-
},
|
|
2220
|
+
}, {
|
|
2221
|
+
userAddress: z.ZodOptional<z.ZodEffects<z.ZodString, `tz${string}`, string>>;
|
|
2222
|
+
}>, "strip", z.ZodTypeAny, {
|
|
2203
2223
|
contractAddress: `KT1${string}`;
|
|
2204
2224
|
functionName: `%${string}`;
|
|
2205
2225
|
args: string;
|
|
2206
2226
|
chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
|
|
2227
|
+
userAddress?: `tz${string}` | undefined;
|
|
2207
2228
|
blockExpiration?: number | undefined;
|
|
2208
2229
|
nonce?: number | undefined;
|
|
2209
2230
|
}, {
|
|
2210
2231
|
contractAddress: string;
|
|
2211
2232
|
functionName: string;
|
|
2212
2233
|
args: string;
|
|
2234
|
+
userAddress?: string | undefined;
|
|
2213
2235
|
blockExpiration?: number | undefined;
|
|
2214
2236
|
nonce?: number | undefined;
|
|
2215
2237
|
chainID?: unknown;
|
|
@@ -2222,6 +2244,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2222
2244
|
functionName: `%${string}`;
|
|
2223
2245
|
args: string;
|
|
2224
2246
|
chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
|
|
2247
|
+
userAddress?: `tz${string}` | undefined;
|
|
2225
2248
|
blockExpiration?: number | undefined;
|
|
2226
2249
|
nonce?: number | undefined;
|
|
2227
2250
|
};
|
|
@@ -2232,6 +2255,7 @@ export declare const HostRequestMessage: z.ZodUnion<[z.ZodObject<{
|
|
|
2232
2255
|
contractAddress: string;
|
|
2233
2256
|
functionName: string;
|
|
2234
2257
|
args: string;
|
|
2258
|
+
userAddress?: string | undefined;
|
|
2235
2259
|
blockExpiration?: number | undefined;
|
|
2236
2260
|
nonce?: number | undefined;
|
|
2237
2261
|
chainID?: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"host-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["host-requests.schema.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"host-requests.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["host-requests.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -335,7 +335,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
335
335
|
identifier: string;
|
|
336
336
|
}>, z.ZodObject<{
|
|
337
337
|
type: z.ZodLiteral<"getTxAuthSigRequest">;
|
|
338
|
-
data: z.ZodObject<
|
|
338
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
339
339
|
chainId: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../index.js").NEXERA_EVM_CHAINS.POLYGON, import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BASE, import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.BNB, import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>, import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, unknown>;
|
|
340
340
|
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
341
341
|
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
@@ -344,12 +344,15 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
344
344
|
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
345
345
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
346
346
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
347
|
-
},
|
|
347
|
+
}, {
|
|
348
|
+
userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
|
|
349
|
+
}>, "strip", z.ZodTypeAny, {
|
|
348
350
|
chainId: import("../index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../index.js").NEXERA_EVM_CHAINS.POLYGON | import("../index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.BASE | import("../index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../index.js").NEXERA_EVM_CHAINS.BNB | import("../index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
|
|
349
351
|
contractAbi: Record<string, unknown>[];
|
|
350
352
|
contractAddress: `0x${string}`;
|
|
351
353
|
functionName: string;
|
|
352
354
|
args: unknown[];
|
|
355
|
+
userAddress?: `0x${string}` | undefined;
|
|
353
356
|
blockExpiration?: number | undefined;
|
|
354
357
|
nonce?: number | undefined;
|
|
355
358
|
}, {
|
|
@@ -357,6 +360,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
357
360
|
contractAddress: string;
|
|
358
361
|
functionName: string;
|
|
359
362
|
args: unknown[];
|
|
363
|
+
userAddress?: string | undefined;
|
|
360
364
|
chainId?: unknown;
|
|
361
365
|
blockExpiration?: number | undefined;
|
|
362
366
|
nonce?: number | undefined;
|
|
@@ -370,6 +374,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
370
374
|
contractAddress: `0x${string}`;
|
|
371
375
|
functionName: string;
|
|
372
376
|
args: unknown[];
|
|
377
|
+
userAddress?: `0x${string}` | undefined;
|
|
373
378
|
blockExpiration?: number | undefined;
|
|
374
379
|
nonce?: number | undefined;
|
|
375
380
|
};
|
|
@@ -381,6 +386,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
381
386
|
contractAddress: string;
|
|
382
387
|
functionName: string;
|
|
383
388
|
args: unknown[];
|
|
389
|
+
userAddress?: string | undefined;
|
|
384
390
|
chainId?: unknown;
|
|
385
391
|
blockExpiration?: number | undefined;
|
|
386
392
|
nonce?: number | undefined;
|
|
@@ -388,7 +394,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
388
394
|
identifier: string;
|
|
389
395
|
}>, z.ZodObject<{
|
|
390
396
|
type: z.ZodLiteral<"getTxAuthSigRequestTezos">;
|
|
391
|
-
data: z.ZodObject<
|
|
397
|
+
data: z.ZodObject<z.objectUtil.extendShape<{
|
|
392
398
|
chainID: z.ZodEffects<z.ZodEnum<[import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../index.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, import("../index.js").NEXERA_TEZOS_CHAINS, unknown>;
|
|
393
399
|
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
|
|
394
400
|
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
|
|
@@ -396,17 +402,21 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
396
402
|
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
|
|
397
403
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
398
404
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
399
|
-
},
|
|
405
|
+
}, {
|
|
406
|
+
userAddress: z.ZodOptional<z.ZodEffects<z.ZodString, `tz${string}`, string>>;
|
|
407
|
+
}>, "strip", z.ZodTypeAny, {
|
|
400
408
|
contractAddress: `KT1${string}`;
|
|
401
409
|
functionName: `%${string}`;
|
|
402
410
|
args: string;
|
|
403
411
|
chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
|
|
412
|
+
userAddress?: `tz${string}` | undefined;
|
|
404
413
|
blockExpiration?: number | undefined;
|
|
405
414
|
nonce?: number | undefined;
|
|
406
415
|
}, {
|
|
407
416
|
contractAddress: string;
|
|
408
417
|
functionName: string;
|
|
409
418
|
args: string;
|
|
419
|
+
userAddress?: string | undefined;
|
|
410
420
|
blockExpiration?: number | undefined;
|
|
411
421
|
nonce?: number | undefined;
|
|
412
422
|
chainID?: unknown;
|
|
@@ -419,6 +429,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
419
429
|
functionName: `%${string}`;
|
|
420
430
|
args: string;
|
|
421
431
|
chainID: import("../index.js").NEXERA_TEZOS_CHAINS;
|
|
432
|
+
userAddress?: `tz${string}` | undefined;
|
|
422
433
|
blockExpiration?: number | undefined;
|
|
423
434
|
nonce?: number | undefined;
|
|
424
435
|
};
|
|
@@ -429,6 +440,7 @@ export declare const HostMessage: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
429
440
|
contractAddress: string;
|
|
430
441
|
functionName: string;
|
|
431
442
|
args: string;
|
|
443
|
+
userAddress?: string | undefined;
|
|
432
444
|
blockExpiration?: number | undefined;
|
|
433
445
|
nonce?: number | undefined;
|
|
434
446
|
chainID?: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kyc.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["kyc.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,uCAAuC,EAAE,wCAAqC;AAa5F,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"kyc.schema.d.ts","sourceRoot":"../../../../src/identity","sources":["kyc.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,KAAK,EAAE,uCAAuC,EAAE,wCAAqC;AAa5F,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAqD,CAAC;AAC9E,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAI1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAE9D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBnC,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAChF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,uCAAuC,CAC/C,CAAC"}
|
|
@@ -28,6 +28,37 @@ export declare const TxAuthInput: z.ZodObject<{
|
|
|
28
28
|
nonce?: number | undefined;
|
|
29
29
|
}>;
|
|
30
30
|
export type TxAuthInput = z.infer<typeof TxAuthInput>;
|
|
31
|
+
export declare const ApiTxAuthInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
32
|
+
chainId: z.ZodEffects<z.ZodEnum<[import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET]>, import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET, unknown>;
|
|
33
|
+
contractAbi: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">;
|
|
34
|
+
contractAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
35
|
+
functionName: z.ZodString;
|
|
36
|
+
args: z.ZodArray<z.ZodUnknown, "many">;
|
|
37
|
+
userAddress: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>;
|
|
38
|
+
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
39
|
+
nonce: z.ZodOptional<z.ZodNumber>;
|
|
40
|
+
}, {
|
|
41
|
+
userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
|
|
42
|
+
}>, "strip", z.ZodTypeAny, {
|
|
43
|
+
chainId: import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain.schema.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET;
|
|
44
|
+
contractAbi: Record<string, unknown>[];
|
|
45
|
+
contractAddress: `0x${string}`;
|
|
46
|
+
functionName: string;
|
|
47
|
+
args: unknown[];
|
|
48
|
+
userAddress?: `0x${string}` | undefined;
|
|
49
|
+
blockExpiration?: number | undefined;
|
|
50
|
+
nonce?: number | undefined;
|
|
51
|
+
}, {
|
|
52
|
+
contractAbi: Record<string, unknown>[];
|
|
53
|
+
contractAddress: string;
|
|
54
|
+
functionName: string;
|
|
55
|
+
args: unknown[];
|
|
56
|
+
userAddress?: string | undefined;
|
|
57
|
+
chainId?: unknown;
|
|
58
|
+
blockExpiration?: number | undefined;
|
|
59
|
+
nonce?: number | undefined;
|
|
60
|
+
}>;
|
|
61
|
+
export type ApiTxAuthInput = z.infer<typeof ApiTxAuthInput>;
|
|
31
62
|
export declare const TxSignatureResponse: z.ZodObject<{
|
|
32
63
|
signature: z.ZodEffects<z.ZodString, string, string>;
|
|
33
64
|
blockExpiration: z.ZodNumber;
|
|
@@ -91,6 +122,34 @@ export declare const TezosTxAuthInput: z.ZodObject<{
|
|
|
91
122
|
chainID?: unknown;
|
|
92
123
|
}>;
|
|
93
124
|
export type TezosTxAuthInput = z.infer<typeof TezosTxAuthInput>;
|
|
125
|
+
export declare const ApiTezosTxAuthInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
126
|
+
chainID: z.ZodEffects<z.ZodEnum<[import("../blockchain.schema.js").NEXERA_TEZOS_CHAINS.TEZOS, import("../blockchain.schema.js").NEXERA_TEZOS_CHAINS.TEZOS_GHOSTNET]>, import("../blockchain.schema.js").NEXERA_TEZOS_CHAINS, unknown>;
|
|
127
|
+
contractAddress: z.ZodEffects<z.ZodString, `KT1${string}`, string>;
|
|
128
|
+
functionName: z.ZodEffects<z.ZodString, `%${string}`, string>;
|
|
129
|
+
args: z.ZodString;
|
|
130
|
+
userAddress: z.ZodEffects<z.ZodString, `tz${string}`, string>;
|
|
131
|
+
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
132
|
+
nonce: z.ZodOptional<z.ZodNumber>;
|
|
133
|
+
}, {
|
|
134
|
+
userAddress: z.ZodOptional<z.ZodEffects<z.ZodString, `tz${string}`, string>>;
|
|
135
|
+
}>, "strip", z.ZodTypeAny, {
|
|
136
|
+
contractAddress: `KT1${string}`;
|
|
137
|
+
functionName: `%${string}`;
|
|
138
|
+
args: string;
|
|
139
|
+
chainID: import("../blockchain.schema.js").NEXERA_TEZOS_CHAINS;
|
|
140
|
+
userAddress?: `tz${string}` | undefined;
|
|
141
|
+
blockExpiration?: number | undefined;
|
|
142
|
+
nonce?: number | undefined;
|
|
143
|
+
}, {
|
|
144
|
+
contractAddress: string;
|
|
145
|
+
functionName: string;
|
|
146
|
+
args: string;
|
|
147
|
+
userAddress?: string | undefined;
|
|
148
|
+
blockExpiration?: number | undefined;
|
|
149
|
+
nonce?: number | undefined;
|
|
150
|
+
chainID?: unknown;
|
|
151
|
+
}>;
|
|
152
|
+
export type ApiTezosTxAuthInput = z.infer<typeof ApiTezosTxAuthInput>;
|
|
94
153
|
export declare const TezosTxSignatureResponse: z.ZodObject<{
|
|
95
154
|
signature: z.ZodEffects<z.ZodString, `edsig${string}`, string>;
|
|
96
155
|
blockExpiration: z.ZodNumber;
|
|
@@ -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;AAiBxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,mBAAmB;;;;;;;;;EAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEtE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;IAWzC,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC;AAMF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;EAQ3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,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;AACtE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKpC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAGzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,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"}
|
|
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;AAiBxB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;EAStB,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;AAEtE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;IAWzC,CAAC;AACH,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,8BAA8B,CACtC,CAAC;AAMF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;EAQ3B,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;AACtE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKpC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAGzB,CAAC;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,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"}
|
package/dist/{frontend-utilities.schema-63208941.esm.js → frontend-utilities.schema-1124e753.esm.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cQ as SupportedType,
|
|
1
|
+
import { cQ as SupportedType, ef as _toConsumableArray, cF as ARRAY_OPERATORS, cL as BOOLEAN_OPERATORS, cJ as NUMERIC_OPERATORS, cH as STRING_OPERATORS } from './identity-api.schema-7abfa17b.esm.js';
|
|
2
2
|
|
|
3
3
|
var VC_JSON_SCHEMA_MAP = {
|
|
4
4
|
ProofOfResidence: {
|
|
@@ -2768,6 +2768,10 @@ var TxAuthInput = z.object({
|
|
|
2768
2768
|
blockExpiration: z.number()["int"]().optional(),
|
|
2769
2769
|
nonce: z.number()["int"]().optional()
|
|
2770
2770
|
});
|
|
2771
|
+
// the api endpoint can source the userAddress from the session if it's not provided
|
|
2772
|
+
var ApiTxAuthInput = TxAuthInput.extend({
|
|
2773
|
+
userAddress: AddressSchema.optional()
|
|
2774
|
+
});
|
|
2771
2775
|
var TxSignatureResponse = z.object({
|
|
2772
2776
|
signature: EIP155Signature,
|
|
2773
2777
|
blockExpiration: z.number()
|
|
@@ -2794,6 +2798,10 @@ var TezosTxAuthInput = z.object({
|
|
|
2794
2798
|
blockExpiration: z.number()["int"]().optional(),
|
|
2795
2799
|
nonce: z.number()["int"]().optional()
|
|
2796
2800
|
});
|
|
2801
|
+
// the api endpoint can source the userAddress from the session if it's not provided
|
|
2802
|
+
var ApiTezosTxAuthInput = TezosTxAuthInput.extend({
|
|
2803
|
+
userAddress: TezosImplicitAddress.optional()
|
|
2804
|
+
});
|
|
2797
2805
|
var TezosTxSignatureResponse = z.object({
|
|
2798
2806
|
signature: EdSignature,
|
|
2799
2807
|
blockExpiration: z.number()
|
|
@@ -2925,9 +2933,7 @@ var IsVerifiedResponse = z.object({
|
|
|
2925
2933
|
*/
|
|
2926
2934
|
var GetTxAuthSigRequest = z.object({
|
|
2927
2935
|
type: z.literal("getTxAuthSigRequest"),
|
|
2928
|
-
data:
|
|
2929
|
-
userAddress: true
|
|
2930
|
-
}),
|
|
2936
|
+
data: ApiTxAuthInput,
|
|
2931
2937
|
identifier: z.string()
|
|
2932
2938
|
});
|
|
2933
2939
|
/**
|
|
@@ -2943,9 +2949,7 @@ var GetTxAuthSigResponse = z.object({
|
|
|
2943
2949
|
*/
|
|
2944
2950
|
var GetTxAuthSigRequestTezos = z.object({
|
|
2945
2951
|
type: z.literal("getTxAuthSigRequestTezos"),
|
|
2946
|
-
data:
|
|
2947
|
-
userAddress: true
|
|
2948
|
-
}),
|
|
2952
|
+
data: ApiTezosTxAuthInput,
|
|
2949
2953
|
identifier: z.string()
|
|
2950
2954
|
});
|
|
2951
2955
|
/**
|
|
@@ -3283,4 +3287,4 @@ var VerifyWalletChallengeRequest = WalletSignatureResponse.and(z.object({
|
|
|
3283
3287
|
blockchainId: BlockchainId.optional()
|
|
3284
3288
|
}));
|
|
3285
3289
|
|
|
3286
|
-
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, ScenarioAuthorizationData as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerStatuses as aA, CustomerStatus as aB, BasicCustomerContactInformation as aC, CUSTOMERS_CHARTS as aD, CustomersChartType as aE, CUSTOMER_TABLE_COLUMNS as aF, CustomerTableColumn as aG, CUSTOMER_AUTOMATION_REASONS as aH, createBrandedSchemaId as aI, StorageId as aJ, IdentityId as aK, EmailId as aL, WalletId as aM, AppId as aN, ChallengeId as aO, TestId as aP, TagId as aQ, TransactionId as aR, TransactionReviewId as aS, TransactionPartiesId as aT, TransactionInfosId as aU, TransactionExtractedInfosId as aV, TransactionMethodsId as aW, TransactionMethodExtractedInfosId as aX, InstitutionId as aY, InstitutionExtractedInfosId as aZ, generateId as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, OtpCode as af, ZodParse as ag, shortBlockchainAddress as ah, PUBLIC_SERVICES_SCHEMA_MAP as ai, ISO3CountryCode as aj, ALPHA_2_COUNTRIES as ak, Alpha2Country as al, countryISO3toISO2Mapping as am, countryISO2toISO3Mapping as an, isoCountriesNameFromISO2 as ao, parseISO3CountryCode as ap, RiskScoreTypes as aq, RiskScoreType as ar, CustomerTypes as as, CustomerType as at, KycOnboardingLevels as au, KycOnboardingLevel as av, KybOnboardingLevels as aw, KybOnboardingLevel as ax, CustomerOnboardingLevels as ay, CustomerOnboardingLevel as az, NEXERA_COSMOS_CHAINS as b, GetTxAuthSigResponse as b$, SdkVerificationResponseSchema as b0, CloseScreenNotification as b1, KycCompletionData as b2, KycCompletionNotification as b3, RuleEngineScenarioExecutionData as b4, OffChainScenarioExecutionData as b5, OnChainScenarioExecutionData as b6, ScenarioExecutionData as b7, ScenarioExecutionNotification as b8, IsVerifiedNotification as b9, OnChainRuleResult as bA, OffChainZKPRuleResult as bB, SdkVerificationOutput as bC, VerificationSessionStatuses as bD, VerificationSessionStatus as bE, VerificationOutput as bF, ScenarioTypes as bG, ScenarioType as bH, ScenarioStatuses as bI, ScenarioStatus as bJ, RuleEngineResponse as bK, ScenarioExecutionResponse as bL, RuleResultStatuses as bM, RuleResultStatus as bN, RuleResultStatusLabels as bO, ComplianceImplementationStepsInput as bP, SimplifiedCredential as bQ, GetCredentialsRequest as bR, GetCredentialsResponse as bS, PolygonIdRequestData as bT, PolygonIdRequest as bU, PolygonIdResponseData as bV, PolygonIdResponse as bW, StartFlowRequest as bX, IsVerifiedRequest as bY, IsVerifiedResponse as bZ, GetTxAuthSigRequest as b_, PolygonIdInitialized as ba, OcvSdkInitialized as bb, StartCompletedNotification as bc, IdentityNotificationMessage as bd, InitialDataRequest as be, SignatureRequest as bf, TransactionData as bg, SendTransactionRequest as bh, IdentityRequestMessage as bi, AVAILABLE_FLOWS as bj, AvailableFlow as bk, DataAvailableOnStart as bl, InitialDataResponse as bm, SignatureResponse as bn, TransactionResponse as bo, HostResponseMessage as bp, ChallengeQueryOperators as bq, ChallengeQueryOperator as br, OperatorToChallengeQueryOperator as bs, ChallengeQueryOperatorToOperator as bt, ChallengeQuerySchema as bu, ExecuteChallengeQueryInput as bv, ExecuteChallengeQueryConfig as bw, OpaChallengeQueryResponse as bx, ExecuteChallengeQueryResponse as by, OPAChallengeQuery as bz, NEXERA_STARKNET_CHAINS as c, CreateQueryConfigurationResponse as c$, GetTxAuthSigRequestTezos as c0, GetTxAuthSigResponseTezos as c1, HostRequestMessage as c2, IdentityResponseMessage as c3, GenerateWalletChallengeRequest as c4, AuthSession as c5, AuthSessionData as c6, ChallengeResponse as c7, WalletSignResponse as c8, TxAuthDataSignatureGatingRequest as c9, AllCredentialAttributes as cA, AllCredentialValues as cB, Operator as cC, ZKPOperator as cD, operatorDisplayMap as cE, ARRAY_OPERATORS as cF, ArrayOperator as cG, STRING_OPERATORS as cH, StringOperator as cI, NUMERIC_OPERATORS as cJ, NumericOperator as cK, BOOLEAN_OPERATORS as cL, BooleanOperator as cM, DATE_OPERATORS as cN, DateOperator as cO, SUPPORTED_TYPES as cP, SupportedType as cQ, SupportedTypes as cR, IDInformation as cS, QueryConfig as cT, QueryType as cU, QueryConfigSimplified as cV, PartialQueryConfigSimplified as cW, QueryConfigSimplifiedParsed as cX, QueryConfiguration as cY, NonParsedQueryConfiguration as cZ, CreateQueryConfigurationInput as c_, GetCustomerStatusRequest as ca, IdentitySdkMessage as cb, IdentitySdkMessageWithIdentifier as cc, TxAuthDataSignatureResponse as cd, GetCustomerStatusResponse as ce, IdentityAppMessage as cf, IdentityWallet as cg, HostMessage as ch, IdentityMessage as ci, RequiredDataRowSchema as cj, RequiredVerificationData as ck, MediaType as cl, MediaTypePID as cm, ZeroKnowledgeProofRequest as cn, AUTHORIZATION_REQUEST_MESSAGE_TYPES as co, AuthorizationRequestMessageTypes as cp, AuthorizationRequestMessageType as cq, AuthorizationRequestMessage as cr, ProofData as cs, ZeroKnowledgeProofResponse as ct, AuthorizationResponseMessage as cu, CredentialQrCodeData as cv, AuthQrCodeData as cw, QrCodeLinkWithSchemaType as cx, parseIden3Message as cy, parseSessionIdFromUrl as cz, NEXERA_EVM_CHAIN_NAMES as d,
|
|
3290
|
+
export { TezosSignature as $, ACTIVE_EVM_CHAIN_VALUES as A, BlockchainId as B, CredentialTypes as C, TxHash as D, EVM_BLOCK_TIME as E, EIP155Signature as F, FunctionCallData as G, shortAddress as H, AptosAddress as I, AptosSignature as J, StarknetAddress as K, StarknetSignature as L, PolkadotAddress as M, NEXERA_EVM_CHAINS as N, PolkadotSignature as O, POLYGON_NETWORK_NAMES as P, CosmosAddress as Q, CosmosSignature as R, StarknetChainId as S, TezosChainId as T, TezosImplicitAddress as U, TezosContractAddress as V, TezosAddress as W, TezosEntrypointName as X, EdSignature as Y, SpSignature as Z, P2Signature as _, NEXERA_TEZOS_CHAINS as a, ScenarioAuthorizationData as a$, CardanoAddress as a0, CardanoSignature as a1, BlockchainAddress as a2, BlockchainSignature as a3, BLOCKCHAIN_NAMESPACES as a4, BlockchainNamespace as a5, BLOCKCHAIN_NAMESPACES_NAMES as a6, DISPLAYED_LOCKCHAIN_NAMESPACES as a7, DisplayedBlockchainNamespace as a8, BLOCKCHAIN_NAME_TO_NAMESPACE as a9, CustomerStatuses as aA, CustomerStatus as aB, BasicCustomerContactInformation as aC, CUSTOMERS_CHARTS as aD, CustomersChartType as aE, CUSTOMER_TABLE_COLUMNS as aF, CustomerTableColumn as aG, CUSTOMER_AUTOMATION_REASONS as aH, createBrandedSchemaId as aI, StorageId as aJ, IdentityId as aK, EmailId as aL, WalletId as aM, AppId as aN, ChallengeId as aO, TestId as aP, TagId as aQ, TransactionId as aR, TransactionReviewId as aS, TransactionPartiesId as aT, TransactionInfosId as aU, TransactionExtractedInfosId as aV, TransactionMethodsId as aW, TransactionMethodExtractedInfosId as aX, InstitutionId as aY, InstitutionExtractedInfosId as aZ, generateId as a_, BLOCKCHAIN_NAMESPACE_TO_NAME as aa, coerceBoolean as ab, ENVS as ac, EnvironmentSchema as ad, UuidString as ae, OtpCode as af, ZodParse as ag, shortBlockchainAddress as ah, PUBLIC_SERVICES_SCHEMA_MAP as ai, ISO3CountryCode as aj, ALPHA_2_COUNTRIES as ak, Alpha2Country as al, countryISO3toISO2Mapping as am, countryISO2toISO3Mapping as an, isoCountriesNameFromISO2 as ao, parseISO3CountryCode as ap, RiskScoreTypes as aq, RiskScoreType as ar, CustomerTypes as as, CustomerType as at, KycOnboardingLevels as au, KycOnboardingLevel as av, KybOnboardingLevels as aw, KybOnboardingLevel as ax, CustomerOnboardingLevels as ay, CustomerOnboardingLevel as az, NEXERA_COSMOS_CHAINS as b, GetTxAuthSigResponse as b$, SdkVerificationResponseSchema as b0, CloseScreenNotification as b1, KycCompletionData as b2, KycCompletionNotification as b3, RuleEngineScenarioExecutionData as b4, OffChainScenarioExecutionData as b5, OnChainScenarioExecutionData as b6, ScenarioExecutionData as b7, ScenarioExecutionNotification as b8, IsVerifiedNotification as b9, OnChainRuleResult as bA, OffChainZKPRuleResult as bB, SdkVerificationOutput as bC, VerificationSessionStatuses as bD, VerificationSessionStatus as bE, VerificationOutput as bF, ScenarioTypes as bG, ScenarioType as bH, ScenarioStatuses as bI, ScenarioStatus as bJ, RuleEngineResponse as bK, ScenarioExecutionResponse as bL, RuleResultStatuses as bM, RuleResultStatus as bN, RuleResultStatusLabels as bO, ComplianceImplementationStepsInput as bP, SimplifiedCredential as bQ, GetCredentialsRequest as bR, GetCredentialsResponse as bS, PolygonIdRequestData as bT, PolygonIdRequest as bU, PolygonIdResponseData as bV, PolygonIdResponse as bW, StartFlowRequest as bX, IsVerifiedRequest as bY, IsVerifiedResponse as bZ, GetTxAuthSigRequest as b_, PolygonIdInitialized as ba, OcvSdkInitialized as bb, StartCompletedNotification as bc, IdentityNotificationMessage as bd, InitialDataRequest as be, SignatureRequest as bf, TransactionData as bg, SendTransactionRequest as bh, IdentityRequestMessage as bi, AVAILABLE_FLOWS as bj, AvailableFlow as bk, DataAvailableOnStart as bl, InitialDataResponse as bm, SignatureResponse as bn, TransactionResponse as bo, HostResponseMessage as bp, ChallengeQueryOperators as bq, ChallengeQueryOperator as br, OperatorToChallengeQueryOperator as bs, ChallengeQueryOperatorToOperator as bt, ChallengeQuerySchema as bu, ExecuteChallengeQueryInput as bv, ExecuteChallengeQueryConfig as bw, OpaChallengeQueryResponse as bx, ExecuteChallengeQueryResponse as by, OPAChallengeQuery as bz, NEXERA_STARKNET_CHAINS as c, CreateQueryConfigurationResponse as c$, GetTxAuthSigRequestTezos as c0, GetTxAuthSigResponseTezos as c1, HostRequestMessage as c2, IdentityResponseMessage as c3, GenerateWalletChallengeRequest as c4, AuthSession as c5, AuthSessionData as c6, ChallengeResponse as c7, WalletSignResponse as c8, TxAuthDataSignatureGatingRequest as c9, AllCredentialAttributes as cA, AllCredentialValues as cB, Operator as cC, ZKPOperator as cD, operatorDisplayMap as cE, ARRAY_OPERATORS as cF, ArrayOperator as cG, STRING_OPERATORS as cH, StringOperator as cI, NUMERIC_OPERATORS as cJ, NumericOperator as cK, BOOLEAN_OPERATORS as cL, BooleanOperator as cM, DATE_OPERATORS as cN, DateOperator as cO, SUPPORTED_TYPES as cP, SupportedType as cQ, SupportedTypes as cR, IDInformation as cS, QueryConfig as cT, QueryType as cU, QueryConfigSimplified as cV, PartialQueryConfigSimplified as cW, QueryConfigSimplifiedParsed as cX, QueryConfiguration as cY, NonParsedQueryConfiguration as cZ, CreateQueryConfigurationInput as c_, GetCustomerStatusRequest as ca, IdentitySdkMessage as cb, IdentitySdkMessageWithIdentifier as cc, TxAuthDataSignatureResponse as cd, GetCustomerStatusResponse as ce, IdentityAppMessage as cf, IdentityWallet as cg, HostMessage as ch, IdentityMessage as ci, RequiredDataRowSchema as cj, RequiredVerificationData as ck, MediaType as cl, MediaTypePID as cm, ZeroKnowledgeProofRequest as cn, AUTHORIZATION_REQUEST_MESSAGE_TYPES as co, AuthorizationRequestMessageTypes as cp, AuthorizationRequestMessageType as cq, AuthorizationRequestMessage as cr, ProofData as cs, ZeroKnowledgeProofResponse as ct, AuthorizationResponseMessage as cu, CredentialQrCodeData as cv, AuthQrCodeData as cw, QrCodeLinkWithSchemaType as cx, parseIden3Message as cy, parseSessionIdFromUrl as cz, NEXERA_EVM_CHAIN_NAMES as d, OLD_IDInformationCredentialSubjectSchema as d$, UpdateQueryConfigurationInput as d0, UpdateQueryConfigurationResponse as d1, DeleteQueryConfigurationInput as d2, DeleteQueryConfigurationResponse as d3, QueryCredentialTypes as d4, QueryCredentialType as d5, TxAuthInput as d6, ApiTxAuthInput as d7, TxSignatureResponse as d8, GetTxAuthDataSignatureResponse as d9, FLOW_TYPES as dA, FlowType as dB, VerificationModes as dC, VerificationMode as dD, IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS as dE, IdentityDocumentCountryListOption as dF, IDENTITY_DOCUMENT_OPTIONS as dG, IdentityDocumentOptionsType as dH, PERSONAL_INFORMATION_FIELDS as dI, PersonalInformationFieldsIdentityDocuments as dJ, Identifier as dK, AdditionalCustomerInformationParams as dL, OrganizationId as dM, WorkspaceId as dN, WorkflowId as dO, IdentityWidgetAccessToken as dP, ExternalCustomerId as dQ, IdentityAppV2Web3JWT as dR, IdentityAppV2Web2JWT as dS, IdentityWidgetAccessToken_NEW as dT, IdentityWidgetSessionToken as dU, Web2CreateSessionParams as dV, ID3CredentialSubjectSchema as dW, IDScanCredentialSubjectSchema as dX, IDScanPassportCredentialSubjectSchema as dY, IDScanSelfieCredentialSubjectSchema as dZ, OLD_IDImageCredentialSubjectSchema as d_, TezosTxAuthInput as da, ApiTezosTxAuthInput as db, TezosTxSignatureResponse as dc, GetTezosTxAuthDataSignatureResponse as dd, ExtendedTxAuthInput as de, ExtendedTezosTxAuthInput as df, AnyTxAuthInput as dg, ExtendedTxAuthDataSignatureResponse as dh, ExtendedTezosTxAuthDataSignatureResponse as di, AnyTxAuthDataSignatureResponse as dj, ZKPRequest as dk, ZKPRequestFromZKVerifier as dl, OffChainZKP as dm, CreateAuthRequestProps as dn, CreateZKProofRequestProps as dp, AllScenarioExecutionAuthorizationData as dq, ProjectAuthorizationData as dr, OnChainZKP as ds, OnChainZKPFromNexeraID as dt, OnChainZKPScenarioFromCms as du, OnChainZKPPayload as dv, SCENARIO_AUTHORIZATION_STATUSES as dw, ScenarioAuthorizationStatus as dx, WalletSignatureResponse as dy, VerifyWalletChallengeRequest as dz, NEXERA_EVM_CHAIN_NAMES_LIST as e, OLD_ProofOfResidenceCredentialSubjectSchema as e0, OLD_SelfieImageCredentialSubjectSchema as e1, OLD_AMLScreeningsResultsCredentialSubjectSchema as e2, IDInformationCredentialSubjectSchema as e3, IDImageCredentialSubjectSchema as e4, SelfieImageCredentialSubjectSchema as e5, ProofOfResidenceCredentialSubjectSchema as e6, GenericVerifiableCredentialSchema as e7, CredentialSchemas as e8, CredentialNames as e9, NexeraCredentialType as ea, getCredentialName as eb, CredentialType as ec, VerifiableCredential as ed, CredentialMediaType as ee, _toConsumableArray as ef, _toArray as eg, _arrayWithHoles as eh, _unsupportedIterableToArray as ei, _nonIterableRest as ej, _defineProperty as ek, NEXERA_CHAIN_VALUES as f, EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC as g, EvmChainId as h, PolygonNetworkNames as i, NEXERA_TEZOS_CHAIN_NAMES as j, NEXERA_TEZOS_CHAIN_NAMES_LIST as k, NEXERA_TEZOS_CHAIN_VALUES as l, ACTIVE_TEZOS_CHAIN_VALUES as m, COSMOS_CHAIN_NAMES as n, COSMOS_CHAIN_NAMES_LIST as o, COSMOS_CHAIN_VALUES as p, ACTIVE_COSMOS_CHAIN_VALUES as q, CosmosChainId as r, NEXERA_STARKNET_CHAIN_NAMES as s, NEXERA_STARKNET_CHAIN_VALUES as t, NEXERA_ACTIVE_STARKNET_CHAIN_VALUES as u, isValidAddress as v, String0x as w, PrivateKey as x, PublicKey as y, AddressSchema as z };
|
package/dist/{identity-api.schema-eb77924e.cjs.dev.js → identity-api.schema-c9ba1a36.cjs.prod.js}
RENAMED
|
@@ -2770,6 +2770,10 @@ var TxAuthInput = zod.z.object({
|
|
|
2770
2770
|
blockExpiration: zod.z.number()["int"]().optional(),
|
|
2771
2771
|
nonce: zod.z.number()["int"]().optional()
|
|
2772
2772
|
});
|
|
2773
|
+
// the api endpoint can source the userAddress from the session if it's not provided
|
|
2774
|
+
var ApiTxAuthInput = TxAuthInput.extend({
|
|
2775
|
+
userAddress: AddressSchema.optional()
|
|
2776
|
+
});
|
|
2773
2777
|
var TxSignatureResponse = zod.z.object({
|
|
2774
2778
|
signature: EIP155Signature,
|
|
2775
2779
|
blockExpiration: zod.z.number()
|
|
@@ -2796,6 +2800,10 @@ var TezosTxAuthInput = zod.z.object({
|
|
|
2796
2800
|
blockExpiration: zod.z.number()["int"]().optional(),
|
|
2797
2801
|
nonce: zod.z.number()["int"]().optional()
|
|
2798
2802
|
});
|
|
2803
|
+
// the api endpoint can source the userAddress from the session if it's not provided
|
|
2804
|
+
var ApiTezosTxAuthInput = TezosTxAuthInput.extend({
|
|
2805
|
+
userAddress: TezosImplicitAddress.optional()
|
|
2806
|
+
});
|
|
2799
2807
|
var TezosTxSignatureResponse = zod.z.object({
|
|
2800
2808
|
signature: EdSignature,
|
|
2801
2809
|
blockExpiration: zod.z.number()
|
|
@@ -2927,9 +2935,7 @@ var IsVerifiedResponse = zod.z.object({
|
|
|
2927
2935
|
*/
|
|
2928
2936
|
var GetTxAuthSigRequest = zod.z.object({
|
|
2929
2937
|
type: zod.z.literal("getTxAuthSigRequest"),
|
|
2930
|
-
data:
|
|
2931
|
-
userAddress: true
|
|
2932
|
-
}),
|
|
2938
|
+
data: ApiTxAuthInput,
|
|
2933
2939
|
identifier: zod.z.string()
|
|
2934
2940
|
});
|
|
2935
2941
|
/**
|
|
@@ -2945,9 +2951,7 @@ var GetTxAuthSigResponse = zod.z.object({
|
|
|
2945
2951
|
*/
|
|
2946
2952
|
var GetTxAuthSigRequestTezos = zod.z.object({
|
|
2947
2953
|
type: zod.z.literal("getTxAuthSigRequestTezos"),
|
|
2948
|
-
data:
|
|
2949
|
-
userAddress: true
|
|
2950
|
-
}),
|
|
2954
|
+
data: ApiTezosTxAuthInput,
|
|
2951
2955
|
identifier: zod.z.string()
|
|
2952
2956
|
});
|
|
2953
2957
|
/**
|
|
@@ -3300,6 +3304,8 @@ exports.AllScenarioExecutionAuthorizationData = AllScenarioExecutionAuthorizatio
|
|
|
3300
3304
|
exports.Alpha2Country = Alpha2Country;
|
|
3301
3305
|
exports.AnyTxAuthDataSignatureResponse = AnyTxAuthDataSignatureResponse;
|
|
3302
3306
|
exports.AnyTxAuthInput = AnyTxAuthInput;
|
|
3307
|
+
exports.ApiTezosTxAuthInput = ApiTezosTxAuthInput;
|
|
3308
|
+
exports.ApiTxAuthInput = ApiTxAuthInput;
|
|
3303
3309
|
exports.AppId = AppId;
|
|
3304
3310
|
exports.AptosAddress = AptosAddress;
|
|
3305
3311
|
exports.AptosSignature = AptosSignature;
|
package/dist/{identity-api.schema-1e40f969.cjs.prod.js → identity-api.schema-d3cab299.cjs.dev.js}
RENAMED
|
@@ -2770,6 +2770,10 @@ var TxAuthInput = zod.z.object({
|
|
|
2770
2770
|
blockExpiration: zod.z.number()["int"]().optional(),
|
|
2771
2771
|
nonce: zod.z.number()["int"]().optional()
|
|
2772
2772
|
});
|
|
2773
|
+
// the api endpoint can source the userAddress from the session if it's not provided
|
|
2774
|
+
var ApiTxAuthInput = TxAuthInput.extend({
|
|
2775
|
+
userAddress: AddressSchema.optional()
|
|
2776
|
+
});
|
|
2773
2777
|
var TxSignatureResponse = zod.z.object({
|
|
2774
2778
|
signature: EIP155Signature,
|
|
2775
2779
|
blockExpiration: zod.z.number()
|
|
@@ -2796,6 +2800,10 @@ var TezosTxAuthInput = zod.z.object({
|
|
|
2796
2800
|
blockExpiration: zod.z.number()["int"]().optional(),
|
|
2797
2801
|
nonce: zod.z.number()["int"]().optional()
|
|
2798
2802
|
});
|
|
2803
|
+
// the api endpoint can source the userAddress from the session if it's not provided
|
|
2804
|
+
var ApiTezosTxAuthInput = TezosTxAuthInput.extend({
|
|
2805
|
+
userAddress: TezosImplicitAddress.optional()
|
|
2806
|
+
});
|
|
2799
2807
|
var TezosTxSignatureResponse = zod.z.object({
|
|
2800
2808
|
signature: EdSignature,
|
|
2801
2809
|
blockExpiration: zod.z.number()
|
|
@@ -2927,9 +2935,7 @@ var IsVerifiedResponse = zod.z.object({
|
|
|
2927
2935
|
*/
|
|
2928
2936
|
var GetTxAuthSigRequest = zod.z.object({
|
|
2929
2937
|
type: zod.z.literal("getTxAuthSigRequest"),
|
|
2930
|
-
data:
|
|
2931
|
-
userAddress: true
|
|
2932
|
-
}),
|
|
2938
|
+
data: ApiTxAuthInput,
|
|
2933
2939
|
identifier: zod.z.string()
|
|
2934
2940
|
});
|
|
2935
2941
|
/**
|
|
@@ -2945,9 +2951,7 @@ var GetTxAuthSigResponse = zod.z.object({
|
|
|
2945
2951
|
*/
|
|
2946
2952
|
var GetTxAuthSigRequestTezos = zod.z.object({
|
|
2947
2953
|
type: zod.z.literal("getTxAuthSigRequestTezos"),
|
|
2948
|
-
data:
|
|
2949
|
-
userAddress: true
|
|
2950
|
-
}),
|
|
2954
|
+
data: ApiTezosTxAuthInput,
|
|
2951
2955
|
identifier: zod.z.string()
|
|
2952
2956
|
});
|
|
2953
2957
|
/**
|
|
@@ -3300,6 +3304,8 @@ exports.AllScenarioExecutionAuthorizationData = AllScenarioExecutionAuthorizatio
|
|
|
3300
3304
|
exports.Alpha2Country = Alpha2Country;
|
|
3301
3305
|
exports.AnyTxAuthDataSignatureResponse = AnyTxAuthDataSignatureResponse;
|
|
3302
3306
|
exports.AnyTxAuthInput = AnyTxAuthInput;
|
|
3307
|
+
exports.ApiTezosTxAuthInput = ApiTezosTxAuthInput;
|
|
3308
|
+
exports.ApiTxAuthInput = ApiTxAuthInput;
|
|
3303
3309
|
exports.AppId = AppId;
|
|
3304
3310
|
exports.AptosAddress = AptosAddress;
|
|
3305
3311
|
exports.AptosSignature = AptosSignature;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-d3cab299.cjs.dev.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-dd6842f2.cjs.dev.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
var CurrencyCodes = ["ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARP", "ARS", "ARY", "ATS", "AUD", "AWG", "AYM", "AZM", "AZN", "BAD", "BAM", "BBD", "BDT", "BEC", "BEF", "BEL", "BGJ", "BGK", "BGL", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHC", "CHE", "CHF", "CHW", "CLF", "CLP", "CNY", "COP", "COU", "CRC", "CSD", "CSJ", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHP", "GHS", "GIP", "GMD", "GNE", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAJ", "LAK", "LBP", "LKR", "LRD", "LSL", "LSM", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MDL", "MGA", "MGF", "MKD", "MLF", "MMK", "MNT", "MOP", "MRO", "MRU", "MTL", "MTP", "MUR", "MVQ", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEH", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROK", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGW", "UGX", "USD", "USN", "USS", "UYI", "UYN", "UYP", "UYU", "UYW", "UZS", "VEB", "VEF", "VES", "VNC", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWC", "ZWD", "ZWL", "ZWN", "ZWR"];
|
|
@@ -127,6 +127,8 @@ exports.AllScenarioExecutionAuthorizationData = identityApi_schema.AllScenarioEx
|
|
|
127
127
|
exports.Alpha2Country = identityApi_schema.Alpha2Country;
|
|
128
128
|
exports.AnyTxAuthDataSignatureResponse = identityApi_schema.AnyTxAuthDataSignatureResponse;
|
|
129
129
|
exports.AnyTxAuthInput = identityApi_schema.AnyTxAuthInput;
|
|
130
|
+
exports.ApiTezosTxAuthInput = identityApi_schema.ApiTezosTxAuthInput;
|
|
131
|
+
exports.ApiTxAuthInput = identityApi_schema.ApiTxAuthInput;
|
|
130
132
|
exports.AppId = identityApi_schema.AppId;
|
|
131
133
|
exports.AptosAddress = identityApi_schema.AptosAddress;
|
|
132
134
|
exports.AptosSignature = identityApi_schema.AptosSignature;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
5
|
+
var identityApi_schema = require('./identity-api.schema-c9ba1a36.cjs.prod.js');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var frontendUtilities_schema = require('./frontend-utilities.schema-
|
|
7
|
+
var frontendUtilities_schema = require('./frontend-utilities.schema-07f13382.cjs.prod.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
var CurrencyCodes = ["ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARP", "ARS", "ARY", "ATS", "AUD", "AWG", "AYM", "AZM", "AZN", "BAD", "BAM", "BBD", "BDT", "BEC", "BEF", "BEL", "BGJ", "BGK", "BGL", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHC", "CHE", "CHF", "CHW", "CLF", "CLP", "CNY", "COP", "COU", "CRC", "CSD", "CSJ", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHP", "GHS", "GIP", "GMD", "GNE", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAJ", "LAK", "LBP", "LKR", "LRD", "LSL", "LSM", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MDL", "MGA", "MGF", "MKD", "MLF", "MMK", "MNT", "MOP", "MRO", "MRU", "MTL", "MTP", "MUR", "MVQ", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEH", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROK", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGW", "UGX", "USD", "USN", "USS", "UYI", "UYN", "UYP", "UYU", "UYW", "UZS", "VEB", "VEF", "VES", "VNC", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWC", "ZWD", "ZWL", "ZWN", "ZWR"];
|
|
@@ -127,6 +127,8 @@ exports.AllScenarioExecutionAuthorizationData = identityApi_schema.AllScenarioEx
|
|
|
127
127
|
exports.Alpha2Country = identityApi_schema.Alpha2Country;
|
|
128
128
|
exports.AnyTxAuthDataSignatureResponse = identityApi_schema.AnyTxAuthDataSignatureResponse;
|
|
129
129
|
exports.AnyTxAuthInput = identityApi_schema.AnyTxAuthInput;
|
|
130
|
+
exports.ApiTezosTxAuthInput = identityApi_schema.ApiTezosTxAuthInput;
|
|
131
|
+
exports.ApiTxAuthInput = identityApi_schema.ApiTxAuthInput;
|
|
130
132
|
exports.AppId = identityApi_schema.AppId;
|
|
131
133
|
exports.AptosAddress = identityApi_schema.AptosAddress;
|
|
132
134
|
exports.AptosSignature = identityApi_schema.AptosSignature;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
2
|
-
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, ak as ALPHA_2_COUNTRIES, cF as ARRAY_OPERATORS, co as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS,
|
|
1
|
+
import { C as CredentialTypes } from './identity-api.schema-7abfa17b.esm.js';
|
|
2
|
+
export { q as ACTIVE_COSMOS_CHAIN_VALUES, A as ACTIVE_EVM_CHAIN_VALUES, m as ACTIVE_TEZOS_CHAIN_VALUES, ak as ALPHA_2_COUNTRIES, cF as ARRAY_OPERATORS, co as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS, dL as AdditionalCustomerInformationParams, z as AddressSchema, cA as AllCredentialAttributes, cB as AllCredentialValues, dq as AllScenarioExecutionAuthorizationData, al as Alpha2Country, dj as AnyTxAuthDataSignatureResponse, dg as AnyTxAuthInput, db as ApiTezosTxAuthInput, d7 as ApiTxAuthInput, aN as AppId, I as AptosAddress, J as AptosSignature, cG as ArrayOperator, cw as AuthQrCodeData, c5 as AuthSession, c6 as AuthSessionData, cr as AuthorizationRequestMessage, cq as AuthorizationRequestMessageType, cp as AuthorizationRequestMessageTypes, cu as AuthorizationResponseMessage, bk as AvailableFlow, a4 as BLOCKCHAIN_NAMESPACES, a6 as BLOCKCHAIN_NAMESPACES_NAMES, aa as BLOCKCHAIN_NAMESPACE_TO_NAME, a9 as BLOCKCHAIN_NAME_TO_NAMESPACE, cL as BOOLEAN_OPERATORS, aC as BasicCustomerContactInformation, a2 as BlockchainAddress, B as BlockchainId, a5 as BlockchainNamespace, a3 as BlockchainSignature, cM as BooleanOperator, n as COSMOS_CHAIN_NAMES, o as COSMOS_CHAIN_NAMES_LIST, p as COSMOS_CHAIN_VALUES, aD as CUSTOMERS_CHARTS, aH as CUSTOMER_AUTOMATION_REASONS, aF as CUSTOMER_TABLE_COLUMNS, a0 as CardanoAddress, a1 as CardanoSignature, aO as ChallengeId, br as ChallengeQueryOperator, bt as ChallengeQueryOperatorToOperator, bq as ChallengeQueryOperators, bu as ChallengeQuerySchema, c7 as ChallengeResponse, b1 as CloseScreenNotification, bP as ComplianceImplementationStepsInput, Q as CosmosAddress, r as CosmosChainId, R as CosmosSignature, dn as CreateAuthRequestProps, c_ as CreateQueryConfigurationInput, c$ as CreateQueryConfigurationResponse, dp as CreateZKProofRequestProps, ee as CredentialMediaType, e9 as CredentialNames, cv as CredentialQrCodeData, e8 as CredentialSchemas, ec as CredentialType, C as CredentialTypes, az as CustomerOnboardingLevel, ay as CustomerOnboardingLevels, aB as CustomerStatus, aA as CustomerStatuses, aG as CustomerTableColumn, at as CustomerType, as as CustomerTypes, aE as CustomersChartType, cN as DATE_OPERATORS, a7 as DISPLAYED_LOCKCHAIN_NAMESPACES, bl as DataAvailableOnStart, cO as DateOperator, d2 as DeleteQueryConfigurationInput, d3 as DeleteQueryConfigurationResponse, a8 as DisplayedBlockchainNamespace, F as EIP155Signature, ac as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, Y as EdSignature, aL as EmailId, ad as EnvironmentSchema, h as EvmChainId, bw as ExecuteChallengeQueryConfig, bv as ExecuteChallengeQueryInput, by as ExecuteChallengeQueryResponse, di as ExtendedTezosTxAuthDataSignatureResponse, df as ExtendedTezosTxAuthInput, dh as ExtendedTxAuthDataSignatureResponse, de as ExtendedTxAuthInput, dQ as ExternalCustomerId, dA as FLOW_TYPES, dB as FlowType, G as FunctionCallData, c4 as GenerateWalletChallengeRequest, e7 as GenericVerifiableCredentialSchema, bR as GetCredentialsRequest, bS as GetCredentialsResponse, ca as GetCustomerStatusRequest, ce as GetCustomerStatusResponse, dd as GetTezosTxAuthDataSignatureResponse, d9 as GetTxAuthDataSignatureResponse, b_ as GetTxAuthSigRequest, c0 as GetTxAuthSigRequestTezos, b$ as GetTxAuthSigResponse, c1 as GetTxAuthSigResponseTezos, ch as HostMessage, c2 as HostRequestMessage, bp as HostResponseMessage, dW as ID3CredentialSubjectSchema, dE as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dG as IDENTITY_DOCUMENT_OPTIONS, e4 as IDImageCredentialSubjectSchema, cS as IDInformation, e3 as IDInformationCredentialSubjectSchema, dX as IDScanCredentialSubjectSchema, dY as IDScanPassportCredentialSubjectSchema, dZ as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, dK as Identifier, cf as IdentityAppMessage, dS as IdentityAppV2Web2JWT, dR as IdentityAppV2Web3JWT, dF as IdentityDocumentCountryListOption, dH as IdentityDocumentOptionsType, aK as IdentityId, ci as IdentityMessage, bd as IdentityNotificationMessage, bi as IdentityRequestMessage, c3 as IdentityResponseMessage, cb as IdentitySdkMessage, cc as IdentitySdkMessageWithIdentifier, cg as IdentityWallet, dP as IdentityWidgetAccessToken, dT as IdentityWidgetAccessToken_NEW, dU as IdentityWidgetSessionToken, be as InitialDataRequest, bm as InitialDataResponse, aZ as InstitutionExtractedInfosId, aY as InstitutionId, b9 as IsVerifiedNotification, bY as IsVerifiedRequest, bZ as IsVerifiedResponse, ax as KybOnboardingLevel, aw as KybOnboardingLevels, b2 as KycCompletionData, b3 as KycCompletionNotification, av as KycOnboardingLevel, au as KycOnboardingLevels, cl as MediaType, cm as MediaTypePID, u as NEXERA_ACTIVE_STARKNET_CHAIN_VALUES, f as NEXERA_CHAIN_VALUES, b as NEXERA_COSMOS_CHAINS, N as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAIN_NAMES, e as NEXERA_EVM_CHAIN_NAMES_LIST, c as NEXERA_STARKNET_CHAINS, s as NEXERA_STARKNET_CHAIN_NAMES, t as NEXERA_STARKNET_CHAIN_VALUES, a as NEXERA_TEZOS_CHAINS, j as NEXERA_TEZOS_CHAIN_NAMES, k as NEXERA_TEZOS_CHAIN_NAMES_LIST, l as NEXERA_TEZOS_CHAIN_VALUES, cJ as NUMERIC_OPERATORS, ea as NexeraCredentialType, cZ as NonParsedQueryConfiguration, cK as NumericOperator, e2 as OLD_AMLScreeningsResultsCredentialSubjectSchema, d_ as OLD_IDImageCredentialSubjectSchema, d$ as OLD_IDInformationCredentialSubjectSchema, e0 as OLD_ProofOfResidenceCredentialSubjectSchema, e1 as OLD_SelfieImageCredentialSubjectSchema, bz as OPAChallengeQuery, bb as OcvSdkInitialized, b5 as OffChainScenarioExecutionData, dm as OffChainZKP, bB as OffChainZKPRuleResult, bA as OnChainRuleResult, b6 as OnChainScenarioExecutionData, ds as OnChainZKP, dt as OnChainZKPFromNexeraID, dv as OnChainZKPPayload, du as OnChainZKPScenarioFromCms, bx as OpaChallengeQueryResponse, cC as Operator, bs as OperatorToChallengeQueryOperator, dM as OrganizationId, af as OtpCode, _ as P2Signature, dI as PERSONAL_INFORMATION_FIELDS, P as POLYGON_NETWORK_NAMES, ai as PUBLIC_SERVICES_SCHEMA_MAP, cW as PartialQueryConfigSimplified, dJ as PersonalInformationFieldsIdentityDocuments, M as PolkadotAddress, O as PolkadotSignature, ba as PolygonIdInitialized, bU as PolygonIdRequest, bT as PolygonIdRequestData, bW as PolygonIdResponse, bV as PolygonIdResponseData, i as PolygonNetworkNames, x as PrivateKey, dr as ProjectAuthorizationData, cs as ProofData, e6 as ProofOfResidenceCredentialSubjectSchema, y as PublicKey, cx as QrCodeLinkWithSchemaType, cT as QueryConfig, cV as QueryConfigSimplified, cX as QueryConfigSimplifiedParsed, cY as QueryConfiguration, d5 as QueryCredentialType, d4 as QueryCredentialTypes, cU as QueryType, cj as RequiredDataRowSchema, ck as RequiredVerificationData, ar as RiskScoreType, aq as RiskScoreTypes, bK as RuleEngineResponse, b4 as RuleEngineScenarioExecutionData, bN as RuleResultStatus, bO as RuleResultStatusLabels, bM as RuleResultStatuses, dw as SCENARIO_AUTHORIZATION_STATUSES, cH as STRING_OPERATORS, cP as SUPPORTED_TYPES, a$ as ScenarioAuthorizationData, dx as ScenarioAuthorizationStatus, b7 as ScenarioExecutionData, b8 as ScenarioExecutionNotification, bL as ScenarioExecutionResponse, bJ as ScenarioStatus, bI as ScenarioStatuses, bH as ScenarioType, bG as ScenarioTypes, bC as SdkVerificationOutput, b0 as SdkVerificationResponseSchema, e5 as SelfieImageCredentialSubjectSchema, bh as SendTransactionRequest, bf as SignatureRequest, bn as SignatureResponse, bQ as SimplifiedCredential, Z as SpSignature, K as StarknetAddress, S as StarknetChainId, L as StarknetSignature, bc as StartCompletedNotification, bX as StartFlowRequest, aJ as StorageId, w as String0x, cI as StringOperator, cQ as SupportedType, cR as SupportedTypes, aQ as TagId, aP as TestId, W as TezosAddress, T as TezosChainId, V as TezosContractAddress, X as TezosEntrypointName, U as TezosImplicitAddress, $ as TezosSignature, da as TezosTxAuthInput, dc as TezosTxSignatureResponse, bg as TransactionData, aV as TransactionExtractedInfosId, aR as TransactionId, aU as TransactionInfosId, aX as TransactionMethodExtractedInfosId, aW as TransactionMethodsId, aT as TransactionPartiesId, bo as TransactionResponse, aS as TransactionReviewId, c9 as TxAuthDataSignatureGatingRequest, cd as TxAuthDataSignatureResponse, d6 as TxAuthInput, D as TxHash, d8 as TxSignatureResponse, d0 as UpdateQueryConfigurationInput, d1 as UpdateQueryConfigurationResponse, ae as UuidString, ed as VerifiableCredential, dD as VerificationMode, dC as VerificationModes, bF as VerificationOutput, bE as VerificationSessionStatus, bD as VerificationSessionStatuses, dz as VerifyWalletChallengeRequest, aM as WalletId, c8 as WalletSignResponse, dy as WalletSignatureResponse, dV as Web2CreateSessionParams, dO as WorkflowId, dN as WorkspaceId, cD as ZKPOperator, dk as ZKPRequest, dl as ZKPRequestFromZKVerifier, cn as ZeroKnowledgeProofRequest, ct as ZeroKnowledgeProofResponse, ag as ZodParse, ab as coerceBoolean, an as countryISO2toISO3Mapping, am as countryISO3toISO2Mapping, aI as createBrandedSchemaId, a_ as generateId, eb as getCredentialName, v as isValidAddress, ao as isoCountriesNameFromISO2, cE as operatorDisplayMap, ap as parseISO3CountryCode, cy as parseIden3Message, cz as parseSessionIdFromUrl, H as shortAddress, ah as shortBlockchainAddress } from './identity-api.schema-7abfa17b.esm.js';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-
|
|
4
|
+
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from './frontend-utilities.schema-1124e753.esm.js';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
|
|
7
7
|
var CurrencyCodes = ["ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARP", "ARS", "ARY", "ATS", "AUD", "AWG", "AYM", "AZM", "AZN", "BAD", "BAM", "BBD", "BDT", "BEC", "BEF", "BEL", "BGJ", "BGK", "BGL", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHC", "CHE", "CHF", "CHW", "CLF", "CLP", "CNY", "COP", "COU", "CRC", "CSD", "CSJ", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHP", "GHS", "GIP", "GMD", "GNE", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD", "KZT", "LAJ", "LAK", "LBP", "LKR", "LRD", "LSL", "LSM", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MDL", "MGA", "MGF", "MKD", "MLF", "MMK", "MNT", "MOP", "MRO", "MRU", "MTL", "MTP", "MUR", "MVQ", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEH", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROK", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGW", "UGX", "USD", "USN", "USS", "UYI", "UYN", "UYP", "UYU", "UYW", "UZS", "VEB", "VEF", "VES", "VNC", "VND", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWC", "ZWD", "ZWL", "ZWN", "ZWR"];
|
package/dist/package.json
CHANGED
|
@@ -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-d3cab299.cjs.dev.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
@@ -16,6 +16,8 @@ exports.AllCredentialValues = identityApi_schema.AllCredentialValues;
|
|
|
16
16
|
exports.AllScenarioExecutionAuthorizationData = identityApi_schema.AllScenarioExecutionAuthorizationData;
|
|
17
17
|
exports.AnyTxAuthDataSignatureResponse = identityApi_schema.AnyTxAuthDataSignatureResponse;
|
|
18
18
|
exports.AnyTxAuthInput = identityApi_schema.AnyTxAuthInput;
|
|
19
|
+
exports.ApiTezosTxAuthInput = identityApi_schema.ApiTezosTxAuthInput;
|
|
20
|
+
exports.ApiTxAuthInput = identityApi_schema.ApiTxAuthInput;
|
|
19
21
|
exports.ArrayOperator = identityApi_schema.ArrayOperator;
|
|
20
22
|
exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
|
|
21
23
|
exports.AuthSession = identityApi_schema.AuthSession;
|
|
@@ -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-c9ba1a36.cjs.prod.js');
|
|
6
6
|
require('zod');
|
|
7
7
|
require('nanoid');
|
|
8
8
|
|
|
@@ -16,6 +16,8 @@ exports.AllCredentialValues = identityApi_schema.AllCredentialValues;
|
|
|
16
16
|
exports.AllScenarioExecutionAuthorizationData = identityApi_schema.AllScenarioExecutionAuthorizationData;
|
|
17
17
|
exports.AnyTxAuthDataSignatureResponse = identityApi_schema.AnyTxAuthDataSignatureResponse;
|
|
18
18
|
exports.AnyTxAuthInput = identityApi_schema.AnyTxAuthInput;
|
|
19
|
+
exports.ApiTezosTxAuthInput = identityApi_schema.ApiTezosTxAuthInput;
|
|
20
|
+
exports.ApiTxAuthInput = identityApi_schema.ApiTxAuthInput;
|
|
19
21
|
exports.ArrayOperator = identityApi_schema.ArrayOperator;
|
|
20
22
|
exports.AuthQrCodeData = identityApi_schema.AuthQrCodeData;
|
|
21
23
|
exports.AuthSession = identityApi_schema.AuthSession;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { cF as ARRAY_OPERATORS, co as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS, cA as AllCredentialAttributes, cB as AllCredentialValues,
|
|
1
|
+
export { cF as ARRAY_OPERATORS, co as AUTHORIZATION_REQUEST_MESSAGE_TYPES, bj as AVAILABLE_FLOWS, cA as AllCredentialAttributes, cB as AllCredentialValues, dq as AllScenarioExecutionAuthorizationData, dj as AnyTxAuthDataSignatureResponse, dg as AnyTxAuthInput, db as ApiTezosTxAuthInput, d7 as ApiTxAuthInput, cG as ArrayOperator, cw as AuthQrCodeData, c5 as AuthSession, c6 as AuthSessionData, cr as AuthorizationRequestMessage, cq as AuthorizationRequestMessageType, cp as AuthorizationRequestMessageTypes, cu as AuthorizationResponseMessage, bk as AvailableFlow, cL as BOOLEAN_OPERATORS, cM as BooleanOperator, br as ChallengeQueryOperator, bt as ChallengeQueryOperatorToOperator, bq as ChallengeQueryOperators, bu as ChallengeQuerySchema, c7 as ChallengeResponse, b1 as CloseScreenNotification, bP as ComplianceImplementationStepsInput, dn as CreateAuthRequestProps, c_ as CreateQueryConfigurationInput, c$ as CreateQueryConfigurationResponse, dp as CreateZKProofRequestProps, cv as CredentialQrCodeData, cN as DATE_OPERATORS, bl as DataAvailableOnStart, cO as DateOperator, d2 as DeleteQueryConfigurationInput, d3 as DeleteQueryConfigurationResponse, bw as ExecuteChallengeQueryConfig, bv as ExecuteChallengeQueryInput, by as ExecuteChallengeQueryResponse, di as ExtendedTezosTxAuthDataSignatureResponse, df as ExtendedTezosTxAuthInput, dh as ExtendedTxAuthDataSignatureResponse, de as ExtendedTxAuthInput, c4 as GenerateWalletChallengeRequest, bR as GetCredentialsRequest, bS as GetCredentialsResponse, ca as GetCustomerStatusRequest, ce as GetCustomerStatusResponse, dd as GetTezosTxAuthDataSignatureResponse, d9 as GetTxAuthDataSignatureResponse, b_ as GetTxAuthSigRequest, c0 as GetTxAuthSigRequestTezos, b$ as GetTxAuthSigResponse, c1 as GetTxAuthSigResponseTezos, ch as HostMessage, c2 as HostRequestMessage, bp as HostResponseMessage, cS as IDInformation, cf as IdentityAppMessage, ci as IdentityMessage, bd as IdentityNotificationMessage, bi as IdentityRequestMessage, c3 as IdentityResponseMessage, cb as IdentitySdkMessage, cc as IdentitySdkMessageWithIdentifier, cg as IdentityWallet, be as InitialDataRequest, bm as InitialDataResponse, b9 as IsVerifiedNotification, bY as IsVerifiedRequest, bZ as IsVerifiedResponse, b2 as KycCompletionData, b3 as KycCompletionNotification, cl as MediaType, cm as MediaTypePID, cJ as NUMERIC_OPERATORS, cZ as NonParsedQueryConfiguration, cK as NumericOperator, bz as OPAChallengeQuery, bb as OcvSdkInitialized, b5 as OffChainScenarioExecutionData, dm as OffChainZKP, bB as OffChainZKPRuleResult, bA as OnChainRuleResult, b6 as OnChainScenarioExecutionData, ds as OnChainZKP, dt as OnChainZKPFromNexeraID, dv as OnChainZKPPayload, du as OnChainZKPScenarioFromCms, bx as OpaChallengeQueryResponse, cC as Operator, bs as OperatorToChallengeQueryOperator, cW as PartialQueryConfigSimplified, ba as PolygonIdInitialized, bU as PolygonIdRequest, bT as PolygonIdRequestData, bW as PolygonIdResponse, bV as PolygonIdResponseData, dr as ProjectAuthorizationData, cs as ProofData, cx as QrCodeLinkWithSchemaType, cT as QueryConfig, cV as QueryConfigSimplified, cX as QueryConfigSimplifiedParsed, cY as QueryConfiguration, d5 as QueryCredentialType, d4 as QueryCredentialTypes, cU as QueryType, cj as RequiredDataRowSchema, ck as RequiredVerificationData, bK as RuleEngineResponse, b4 as RuleEngineScenarioExecutionData, bN as RuleResultStatus, bO as RuleResultStatusLabels, bM as RuleResultStatuses, dw as SCENARIO_AUTHORIZATION_STATUSES, cH as STRING_OPERATORS, cP as SUPPORTED_TYPES, a$ as ScenarioAuthorizationData, dx as ScenarioAuthorizationStatus, b7 as ScenarioExecutionData, b8 as ScenarioExecutionNotification, bL as ScenarioExecutionResponse, bJ as ScenarioStatus, bI as ScenarioStatuses, bH as ScenarioType, bG as ScenarioTypes, bC as SdkVerificationOutput, b0 as SdkVerificationResponseSchema, bh as SendTransactionRequest, bf as SignatureRequest, bn as SignatureResponse, bQ as SimplifiedCredential, bc as StartCompletedNotification, bX as StartFlowRequest, cI as StringOperator, cQ as SupportedType, cR as SupportedTypes, da as TezosTxAuthInput, dc as TezosTxSignatureResponse, bg as TransactionData, bo as TransactionResponse, c9 as TxAuthDataSignatureGatingRequest, cd as TxAuthDataSignatureResponse, d6 as TxAuthInput, d8 as TxSignatureResponse, d0 as UpdateQueryConfigurationInput, d1 as UpdateQueryConfigurationResponse, bF as VerificationOutput, bE as VerificationSessionStatus, bD as VerificationSessionStatuses, dz as VerifyWalletChallengeRequest, c8 as WalletSignResponse, dy as WalletSignatureResponse, cD as ZKPOperator, dk as ZKPRequest, dl as ZKPRequestFromZKVerifier, cn as ZeroKnowledgeProofRequest, ct as ZeroKnowledgeProofResponse, cE as operatorDisplayMap, cy as parseIden3Message, cz as parseSessionIdFromUrl } from '../../dist/identity-api.schema-7abfa17b.esm.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
import 'nanoid';
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
5
|
+
var customers_schema = require('../../dist/customers.schema-15015660.cjs.dev.js');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/identity-api.schema-
|
|
7
|
+
require('../../dist/identity-api.schema-d3cab299.cjs.dev.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
5
|
+
var customers_schema = require('../../dist/customers.schema-13b1a044.cjs.prod.js');
|
|
6
6
|
require('zod');
|
|
7
|
-
require('../../dist/identity-api.schema-
|
|
7
|
+
require('../../dist/identity-api.schema-c9ba1a36.cjs.prod.js');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
10
10
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bK as ApplicantMemberOfSchema, bZ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bM as BaseApplicantActionSchema, bk as BaseProvider, b$ as BeneficiaryCompanyCustomerClaims, c0 as BeneficiaryCompanyCustomerClaimsArray, b_ as BeneficiaryType, d3 as BeneficiaryVerificationStatus, d4 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bh as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bn as BigProvider, v as BitRankRequest, w as BitRankVerified, y as BitRankVerifiedError, x as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aC as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aE as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aA as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, aq as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dm as ChainalysisApiError, bd as ChainalysisConfig, dk as ChainalysisErrorCodes, bq as ChainalysisProvider, di as ChainalysisRegisterApiResponse, dn as ChainalysisRegisterResponse, dh as ChainalysisRequest, dl as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dj as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d2 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b3 as ComplyAdvantageMonitorSearchDataResponse, b5 as ComplyAdvantageMonitorSearchResponse, b4 as ComplyAdvantageMonitorSearchSuccessResponse, b6 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bv as ComplyAdvantageProvider, bu as ComplyAdvantageProviderConfigElement, bt as ComplyAdvantageProviderConfigFilters, bs as ComplyAdvantageProviderConfigTypes, au as ComplyAdvantageReponseMatchStatus, ar as ComplyAdvantageResponseMatchType, aR as ComplyAdvantageSearchDataResponse, aQ as ComplyAdvantageSearchDataResponseHit, aX as ComplyAdvantageSearchEntitiesDataResponse, aZ as ComplyAdvantageSearchEntitiesResponse, aY as ComplyAdvantageSearchEntitiesSuccessResponse, aT as ComplyAdvantageSearchErrorResponse, a_ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b0 as ComplyAdvantageUpdateSearchEntitiesRequest, b2 as ComplyAdvantageUpdateSearchEntitiesResponse, b1 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a$ as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bB as CreateProviderInput, bC as CreateProviderResponse, aG as CreateSearchInput, cW as CredentialMetadata, cV as CustomerContactInformationOutput, d9 as CustomerDocumentMetaData, da as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cp as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cL as EmailVerificationResponse, T as File, cU as GetCredentialsOutput, d6 as GetKybSessionInput, d7 as GetKybSessionResponse, cO as GetKycSessionInput, cP as GetKycSessionResponse, cX as GetKycSessionResponseWithCredentialsMetadata, bA as GetProviderResponse, bz as GetProvidersResponse, ao as HIGH_RISK_TYPES, bX as INDIVIDUAL_BENEFICIARY_RELATIONS, b8 as IdentityProviderOptions, b9 as IdentityProviders, bY as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bg as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, br as IpqualityscoreProvider, c_ as KYB_RESULTS, d0 as KYB_SESSION_STATUSES, cY as KYB_STEP_TYPES, cH as KYC_RESULTS, cJ as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, c$ as KybResult, d1 as KybSessionStatus, cZ as KybStep, cI as KycResult, cK as KycSessionStatus, cG as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dg as MerkleAddressApiError, df as MerkleAddressApiResponse, de as MerkleAddressRequest, a as MerkleAddressResponse, dd as MerkleBlockChainCodes, dc as MerkleBlockChainNames, db as MerkleBlockChainTypes, bc as MerkleScienceConfig, bp as MerkleScienceProvider, N as NestedSession, bm as NexeraIdKYBProvider, bl as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cT as ProofOfResidenceDocumentType, cS as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ci as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cx as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cn as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d5 as SelectKybSession, cM as SelectKycSession, cN as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cr as SumSubApplicantResetSchema, cq as SumSubApplicantReviewStatusSchema, cw as SumSubApplicantSchema, bQ as SumSubApplicantType, cm as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cg as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cs as SumSubGenerateExternalWebSdkLinkSchema, ch as SumSubImageId, cc as SumSubImageReviewResultSchema, cf as SumSubIndividualApplicantSchema, co as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bS as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, cb as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cB as SumSubSimilarApplicantsSchema, bO as SumSubStep, cl as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, ce as SumsubApplicantType, cd as SumsubApplicantTypes, cj as SumsubCompanyBeneficiaryGroup, cv as SumsubKybDataSchema, cA as SumsubKybSessionFlowSection, cz as SumsubKybSessionFlowSectionItem, cy as SumsubKybSessionFlowSectionStatus, cu as SumsubKycDataSchema, ck as SumsubStepStatus, ct as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d8 as UpdateKybSessionOutput, cQ as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cR as VideoKycMetaData, bI as WEBHOOK_TYPES, F as WebhookPayload, bJ as WebhookType, bf as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-
|
|
1
|
+
export { a2 as AMLMetadata, A as ANALYSIS_TYPES, c as AnalysisType, bK as ApplicantMemberOfSchema, bZ as BENEFICIARY_TYPES, e as BLOCKCHAIN_TYPES, bM as BaseApplicantActionSchema, bk as BaseProvider, b$ as BeneficiaryCompanyCustomerClaims, c0 as BeneficiaryCompanyCustomerClaimsArray, b_ as BeneficiaryType, d3 as BeneficiaryVerificationStatus, d4 as BeneficiaryVerificationStatusArray, u as BigCSErrorCodes, bh as BigConfig, p as BigCryptoChain, r as BigProperties, q as BigPropertiesLiteral, s as BigProperty, bn as BigProvider, v as BitRankRequest, w as BitRankVerified, y as BitRankVerifiedError, x as BitRankVerifiedErrorResponse, B as BitRankVerifiedResponse, f as Blockchain, aC as COMPLY_ADVANTAGE_COUNTRY_FIELD_SOURCES, aE as COMPLY_ADVANTAGE_DATE_OF_BIRTH_FIELD_SOURCES, aA as COMPLY_ADVANTAGE_NATIONALITY_FIELD_SOURCES, at as COMPLY_ADVANTAGE_RESPONSE_MATCH_STATUS, aq as COMPLY_ADVANTAGE_RESPONSE_MATCH_TYPE, dm as ChainalysisApiError, bd as ChainalysisConfig, dk as ChainalysisErrorCodes, bq as ChainalysisProvider, di as ChainalysisRegisterApiResponse, dn as ChainalysisRegisterResponse, dh as ChainalysisRequest, dl as ChainalysisRiskAssessmentApiResponse, C as ChainalysisRiskAssessmentResponse, dj as ChainalysisRiskLevel, ah as CoerceDateUTC, g as Coin, d2 as CompanyDocumentMetaData, aW as ComplyAdvantageAmlFullListing, aV as ComplyAdvantageAmlItemSource, aD as ComplyAdvantageCountryFieldSources, aF as ComplyAdvantageDateOfBirthFieldSources, aU as ComplyAdvantageKeyInformation, aP as ComplyAdvantageMedia, b3 as ComplyAdvantageMonitorSearchDataResponse, b5 as ComplyAdvantageMonitorSearchResponse, b4 as ComplyAdvantageMonitorSearchSuccessResponse, b6 as ComplyAdvantageMonitoredSearchUpdate, aB as ComplyAdvantageNationalityFieldSources, bv as ComplyAdvantageProvider, bu as ComplyAdvantageProviderConfigElement, bt as ComplyAdvantageProviderConfigFilters, bs as ComplyAdvantageProviderConfigTypes, au as ComplyAdvantageReponseMatchStatus, ar as ComplyAdvantageResponseMatchType, aR as ComplyAdvantageSearchDataResponse, aQ as ComplyAdvantageSearchDataResponseHit, aX as ComplyAdvantageSearchEntitiesDataResponse, aZ as ComplyAdvantageSearchEntitiesResponse, aY as ComplyAdvantageSearchEntitiesSuccessResponse, aT as ComplyAdvantageSearchErrorResponse, a_ as ComplyAdvantageSearchRequest, b as ComplyAdvantageSearchResponse, aS as ComplyAdvantageSearchSuccessResponse, b0 as ComplyAdvantageUpdateSearchEntitiesRequest, b2 as ComplyAdvantageUpdateSearchEntitiesResponse, b1 as ComplyAdvantageUpdateSearchEntitiesSuccessResponse, a$ as ComplyAdvantageUpdateSearchRequest, aN as ComplyAdvantageUser, bB as CreateProviderInput, bC as CreateProviderResponse, aG as CreateSearchInput, cW as CredentialMetadata, cV as CustomerContactInformationOutput, d9 as CustomerDocumentMetaData, da as CustomerStatusResults, ba as DataProviderOptions, bb as DataProviders, bG as DeleteProviderInput, bH as DeleteProviderResponse, X as DocumentIdMetadata, V as DocumentIdType, U as DocumentIdTypes, cp as DocumentMetadataSchema, a1 as EmailMetadata, E as EmailVerificationAnalysisResponse, cL as EmailVerificationResponse, T as File, cU as GetCredentialsOutput, d6 as GetKybSessionInput, d7 as GetKybSessionResponse, cO as GetKycSessionInput, cP as GetKycSessionResponse, cX as GetKycSessionResponseWithCredentialsMetadata, bA as GetProviderResponse, bz as GetProvidersResponse, ao as HIGH_RISK_TYPES, bX as INDIVIDUAL_BENEFICIARY_RELATIONS, b8 as IdentityProviderOptions, b9 as IdentityProviders, bY as IndividualBeneficiaryRelation, l as IpQualityAnalysisRequest, m as IpQualityAnalysisResponse, bg as IpQualityConfig, n as IpQualityServiceAnalysis, I as IpQualityServiceAnalysisResponse, o as IpQualityServiceErrorResponse, br as IpqualityscoreProvider, c_ as KYB_RESULTS, d0 as KYB_SESSION_STATUSES, cY as KYB_STEP_TYPES, cH as KYC_RESULTS, cJ as KYC_SESSION_STATUSES, cF as KYC_STEP_TYPES, c$ as KybResult, d1 as KybSessionStatus, cZ as KybStep, cI as KycResult, cK as KycSessionStatus, cG as KycStep, $ as LivenessMetadata, ap as MEDIUM_RISK_TYPES, aI as MatchStatus, aH as MatchStatuses, aO as MatchTypeDetail, M as MergedProviders, dg as MerkleAddressApiError, df as MerkleAddressApiResponse, de as MerkleAddressRequest, a as MerkleAddressResponse, dd as MerkleBlockChainCodes, dc as MerkleBlockChainNames, db as MerkleBlockChainTypes, bc as MerkleScienceConfig, bp as MerkleScienceProvider, N as NestedSession, bm as NexeraIdKYBProvider, bl as NexeraIdSSIDProvider, O as OBJECT_TYPES, d as ObjectType, a0 as PhoneMetadata, P as PhoneVerificationAnalysisResponse, Z as ProofOfAddressDocumentType, Y as ProofOfAddressDocumentTypes, _ as ProofOfAddressMetadata, cT as ProofOfResidenceDocumentType, cS as ProofOfResidenceMetaData, bx as ProviderData, by as ProviderDataProject, bj as ProviderIntegrationType, bi as ProviderIntegrationTypeOptions, b7 as ProviderWithoutConfig, aa as RESULT_PARSER_ERROR, Q as ReasonCode, L as ReasonCodes, t as RequestProperty, aK as RiskLevel, aJ as RiskLevels, R as RiskSeverity, am as SEARCH_FILTER_ADVERSE_MEDIA_TYPE, ak as SEARCH_FILTER_PEP_TYPE, ai as SEARCH_FILTER_SANCTION_TYPE, av as SEARCH_FILTER_TYPES, a8 as SESSION_NOT_FOUND, ae as STEP_NOT_FOUND, bP as SUMSUB_APPLICANT_TYPES, ci as SUMSUB_COMPANY_BENEFICIARY_GROUP, c6 as SUMSUB_DOC_TYPES, c8 as SUMSUB_FLOW_LEVEL, cx as SUMSUB_KYB_SESSION_FLOW_SECTION_STATUS, cn as SUMSUB_MEDIA_CONTENT_TYPES, bR as SUMSUB_REVIEW_ANSWERS, cC as SUMSUB_REVIEW_REJECT_LABELS, cE as SUMSUB_REVIEW_REJECT_LABELS_DESCRIPTION, bT as SUMSUB_REVIEW_REJECT_TYPES, c4 as SUMSUB_REVIEW_STATUSES, bN as SUMSUB_STEPS, c2 as SUMSUB_WEBHOOK_INTERNAL_STATUS, j as ScorechainAnalysis, be as ScorechainConfig, i as ScorechainError, h as ScorechainErrorResponse, bo as ScorechainProvider, k as ScoringAnalysisRequest, S as ScoringAnalysisResponse, ay as SearchEntityType, ax as SearchEntityTypes, an as SearchFilterAdverseMediaType, al as SearchFilterPepType, aj as SearchFilterSanctionType, aw as SearchFilterType, az as SearchFilters, d5 as SelectKybSession, cM as SelectKycSession, cN as SelectKycSessionStep, G as Session, H as SessionWithoutSteps, D as Status, z as Statuses, a3 as Step, K as StepType, J as StepTypes, bV as SumSubAddress, bW as SumSubApplicantInfo, cr as SumSubApplicantResetSchema, cq as SumSubApplicantReviewStatusSchema, cw as SumSubApplicantSchema, bQ as SumSubApplicantType, cm as SumSubApplicantVerificationStepSchema, c1 as SumSubCompanyApplicantInfo, cg as SumSubCompanyApplicantSchema, c7 as SumSubDocType, c9 as SumSubFlowLevel, cs as SumSubGenerateExternalWebSdkLinkSchema, ch as SumSubImageId, cc as SumSubImageReviewResultSchema, cf as SumSubIndividualApplicantSchema, co as SumSubMediaContentType, ca as SumSubRequiredIdDoc, bS as SumSubReviewAnswer, cD as SumSubReviewRejectLabel, bU as SumSubReviewRejectType, cb as SumSubReviewResultSchema, c5 as SumSubReviewStatus, cB as SumSubSimilarApplicantsSchema, bO as SumSubStep, cl as SumSubVerificationStepSchema, bL as SumSubWebhookSchema, ce as SumsubApplicantType, cd as SumsubApplicantTypes, cj as SumsubCompanyBeneficiaryGroup, cv as SumsubKybDataSchema, cA as SumsubKybSessionFlowSection, cz as SumsubKybSessionFlowSectionItem, cy as SumsubKybSessionFlowSectionStatus, cu as SumsubKycDataSchema, ck as SumsubStepStatus, ct as SumsubVideoCallData, c3 as SumsubWebhookInternalStatus, bw as SynapsProvider, ab as SynapsSessionErrorResponse, a4 as SynapsSessionEvent, a7 as SynapsSessionRequest, ac as SynapsSessionResponse, af as SynapsStepErrorResponse, a5 as SynapsStepEvent, ad as SynapsStepRequest, ag as SynapsStepResponse, bF as ToggleProviderInput, a9 as UNKNOWN_ERROR, d8 as UpdateKybSessionOutput, cQ as UpdateKycSessionOutput, bD as UpdateProviderInput, bE as UpdateProviderResponse, aM as UpdateSearchEntitiesInput, aL as UpdateSearchInput, cR as VideoKycMetaData, bI as WEBHOOK_TYPES, F as WebhookPayload, bJ as WebhookType, bf as WorkflowsScorechainConfig, W as WorkflowsScoringAnalysisRequest, as as mappingMatchTypeToLabel, a6 as typeToHumanReadable } from '../../dist/customers.schema-ed9aee9d.esm.js';
|
|
2
2
|
import 'zod';
|
|
3
|
-
import '../../dist/identity-api.schema-
|
|
3
|
+
import '../../dist/identity-api.schema-7abfa17b.esm.js';
|
|
4
4
|
import 'nanoid';
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
6
|
-
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-d3cab299.cjs.dev.js');
|
|
6
|
+
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-dd6842f2.cjs.dev.js');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
6
|
-
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-
|
|
5
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c9ba1a36.cjs.prod.js');
|
|
6
|
+
var frontendUtilities_schema = require('../../dist/frontend-utilities.schema-07f13382.cjs.prod.js');
|
|
7
7
|
require('zod');
|
|
8
8
|
require('nanoid');
|
|
9
9
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { al as Alpha2Country,
|
|
2
|
-
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-
|
|
1
|
+
export { al as Alpha2Country, ee as CredentialMediaType, e9 as CredentialNames, e8 as CredentialSchemas, ec as CredentialType, C as CredentialTypes, e7 as GenericVerifiableCredentialSchema, dW as ID3CredentialSubjectSchema, e4 as IDImageCredentialSubjectSchema, e3 as IDInformationCredentialSubjectSchema, dX as IDScanCredentialSubjectSchema, dY as IDScanPassportCredentialSubjectSchema, dZ as IDScanSelfieCredentialSubjectSchema, aj as ISO3CountryCode, ea as NexeraCredentialType, e2 as OLD_AMLScreeningsResultsCredentialSubjectSchema, d_ as OLD_IDImageCredentialSubjectSchema, d$ as OLD_IDInformationCredentialSubjectSchema, e0 as OLD_ProofOfResidenceCredentialSubjectSchema, e1 as OLD_SelfieImageCredentialSubjectSchema, e6 as ProofOfResidenceCredentialSubjectSchema, e5 as SelfieImageCredentialSubjectSchema, ed as VerifiableCredential, am as countryISO3toISO2Mapping, eb as getCredentialName, ao as isoCountriesNameFromISO2 } from '../../dist/identity-api.schema-7abfa17b.esm.js';
|
|
2
|
+
export { V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation } from '../../dist/frontend-utilities.schema-1124e753.esm.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
import 'nanoid';
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-d3cab299.cjs.dev.js');
|
|
7
|
+
var customers_schema = require('../../dist/customers.schema-15015660.cjs.dev.js');
|
|
8
8
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var zod = require('zod');
|
|
6
|
-
var identityApi_schema = require('../../dist/identity-api.schema-
|
|
7
|
-
var customers_schema = require('../../dist/customers.schema-
|
|
6
|
+
var identityApi_schema = require('../../dist/identity-api.schema-c9ba1a36.cjs.prod.js');
|
|
7
|
+
var customers_schema = require('../../dist/customers.schema-13b1a044.cjs.prod.js');
|
|
8
8
|
var zodToJsonSchema = require('zod-to-json-schema');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { ae as UuidString,
|
|
3
|
-
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse } from '../../dist/customers.schema-
|
|
2
|
+
import { ae as UuidString, dQ as ExternalCustomerId, ar as RiskScoreType, at as CustomerType, az as CustomerOnboardingLevel, aB as CustomerStatus, aj as ISO3CountryCode, a2 as BlockchainAddress, bN as RuleResultStatus, e7 as GenericVerifiableCredentialSchema, eg as _toArray, ef as _toConsumableArray, ad as EnvironmentSchema } from '../../dist/identity-api.schema-7abfa17b.esm.js';
|
|
3
|
+
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse } from '../../dist/customers.schema-ed9aee9d.esm.js';
|
|
4
4
|
import { zodToJsonSchema } from 'zod-to-json-schema';
|
|
5
5
|
import 'nanoid';
|
|
6
6
|
|