@nexeraid/identity-schemas 2.130.0 → 2.132.0-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{CoinMarketCap.schema-3fa2dbfe.cjs.dev.cjs → CoinMarketCap.schema-3aac6153.cjs.dev.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-d51e69ae.esm.mjs → CoinMarketCap.schema-9d73712c.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-52c35587.cjs.prod.cjs → CoinMarketCap.schema-fad706d9.cjs.prod.cjs} +2 -2
- package/dist/declarations/src/identity/app-requests.schema.d.ts +94 -94
- package/dist/declarations/src/identity/host-requests.schema.d.ts +16 -16
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +76 -76
- package/dist/declarations/src/identity/kyc.schema.d.ts +74 -74
- package/dist/declarations/src/identity/query.schema.d.ts +84 -84
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +156 -156
- package/dist/declarations/src/identity/txAuthData.schema.d.ts +28 -28
- package/dist/declarations/src/identity/zkps.schema.d.ts +46 -46
- package/dist/declarations/src/identity-ids.schema.d.ts +6 -2
- package/dist/declarations/src/identity-ids.schema.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +1 -0
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/vault/data-links/data-links.schema.d.ts +4 -3
- package/dist/declarations/src/vault/data-links/data-links.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/data-links/metadata-links.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/data-links/object-path.d.ts +5 -2
- package/dist/declarations/src/vault/data-links/object-path.d.ts.map +1 -1
- package/dist/declarations/src/vault/data-links/type-util.d.ts +2 -2
- package/dist/declarations/src/vault/data-links/type-util.d.ts.map +1 -1
- package/dist/declarations/src/vault/data-links/zod-utils.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Web3Transaction.schema.json.d.ts +31 -0
- package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts +13 -0
- package/dist/declarations/src/vault/schemas/generated/Web3Transaction.type.d.ts.map +1 -0
- package/dist/declarations/src/vault/vault.schema.d.ts +74 -23
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/web3-transaction.schema.d.ts +24 -0
- package/dist/declarations/src/web3-transaction.schema.d.ts.map +1 -0
- package/dist/{identity-api.schema-b2947339.cjs.dev.cjs → identity-api.schema-34dc18f9.cjs.dev.cjs} +1 -1
- package/dist/{identity-api.schema-ba16c8c3.cjs.prod.cjs → identity-api.schema-6fae0c5e.cjs.prod.cjs} +1 -1
- package/dist/{identity-api.schema-3f7334e3.esm.mjs → identity-api.schema-8d890442.esm.mjs} +1 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +13 -7
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +13 -7
- package/dist/nexeraid-identity-schemas.esm.mjs +6 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-aa85d5c3.cjs.dev.cjs → tfhe-utilities-27940c87.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-7c18a426.cjs.prod.cjs → tfhe-utilities-5a8dd592.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-e3085d72.esm.mjs → tfhe-utilities-c40b161b.esm.mjs} +2 -2
- package/dist/toArray-37b1fb19.cjs.dev.cjs +9 -0
- package/dist/toArray-3c87317a.cjs.prod.cjs +9 -0
- package/dist/toArray-4d4dc74b.esm.mjs +7 -0
- package/dist/{vault.schema-c797be4e.cjs.dev.cjs → vault.schema-519df11c.cjs.dev.cjs} +89 -229
- package/dist/{vault.schema-d8294208.cjs.prod.cjs → vault.schema-780fe133.cjs.prod.cjs} +89 -229
- package/dist/{vault.schema-e1eca1dd.esm.mjs → vault.schema-b56c5882.esm.mjs} +82 -225
- package/dist/zod-utils-c91cd04c.cjs.prod.cjs +222 -0
- package/dist/zod-utils-c9be4fe1.esm.mjs +217 -0
- package/dist/zod-utils-ce615cbb.cjs.dev.cjs +222 -0
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +2 -2
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +7 -5
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +7 -5
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +5 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +5 -4
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +4 -3
|
@@ -10,21 +10,21 @@ export declare const TxAuthInput: z.ZodObject<{
|
|
|
10
10
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
11
11
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
contractAddress: `0x${string}`;
|
|
14
|
+
functionName: string;
|
|
13
15
|
userAddress: `0x${string}`;
|
|
14
16
|
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
15
17
|
contractAbi: Record<string, unknown>[];
|
|
16
|
-
contractAddress: `0x${string}`;
|
|
17
|
-
functionName: string;
|
|
18
18
|
args: unknown[];
|
|
19
19
|
workflowId?: string | undefined;
|
|
20
20
|
blockExpiration?: number | undefined;
|
|
21
21
|
nonce?: number | undefined;
|
|
22
22
|
}, {
|
|
23
|
+
contractAddress: string;
|
|
24
|
+
functionName: string;
|
|
23
25
|
userAddress: string;
|
|
24
26
|
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
25
27
|
contractAbi: Record<string, unknown>[];
|
|
26
|
-
contractAddress: string;
|
|
27
|
-
functionName: string;
|
|
28
28
|
args: unknown[];
|
|
29
29
|
workflowId?: string | undefined;
|
|
30
30
|
blockExpiration?: number | undefined;
|
|
@@ -44,20 +44,20 @@ export declare const ApiTxAuthInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
44
44
|
}, {
|
|
45
45
|
userAddress: z.ZodOptional<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, `0x${string}`, string>>;
|
|
46
46
|
}>, "strip", z.ZodTypeAny, {
|
|
47
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
48
|
-
contractAbi: Record<string, unknown>[];
|
|
49
47
|
contractAddress: `0x${string}`;
|
|
50
48
|
functionName: string;
|
|
49
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
50
|
+
contractAbi: Record<string, unknown>[];
|
|
51
51
|
args: unknown[];
|
|
52
52
|
workflowId?: string | undefined;
|
|
53
53
|
userAddress?: `0x${string}` | undefined;
|
|
54
54
|
blockExpiration?: number | undefined;
|
|
55
55
|
nonce?: number | undefined;
|
|
56
56
|
}, {
|
|
57
|
-
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
58
|
-
contractAbi: Record<string, unknown>[];
|
|
59
57
|
contractAddress: string;
|
|
60
58
|
functionName: string;
|
|
59
|
+
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
60
|
+
contractAbi: Record<string, unknown>[];
|
|
61
61
|
args: unknown[];
|
|
62
62
|
workflowId?: string | undefined;
|
|
63
63
|
userAddress?: string | undefined;
|
|
@@ -140,18 +140,18 @@ export declare const TezosTxAuthInput: z.ZodObject<{
|
|
|
140
140
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
141
141
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
|
-
userAddress: `tz${string}`;
|
|
144
143
|
contractAddress: `KT1${string}`;
|
|
145
144
|
functionName: `%${string}`;
|
|
145
|
+
userAddress: `tz${string}`;
|
|
146
146
|
args: string;
|
|
147
147
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
148
148
|
workflowId?: string | undefined;
|
|
149
149
|
blockExpiration?: number | undefined;
|
|
150
150
|
nonce?: number | undefined;
|
|
151
151
|
}, {
|
|
152
|
-
userAddress: string;
|
|
153
152
|
contractAddress: string;
|
|
154
153
|
functionName: string;
|
|
154
|
+
userAddress: string;
|
|
155
155
|
args: string;
|
|
156
156
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
157
157
|
workflowId?: string | undefined;
|
|
@@ -235,21 +235,21 @@ export declare const ExtendedTxAuthInput: z.ZodIntersection<z.ZodObject<{
|
|
|
235
235
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
236
236
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
237
237
|
}, "strip", z.ZodTypeAny, {
|
|
238
|
+
contractAddress: `0x${string}`;
|
|
239
|
+
functionName: string;
|
|
238
240
|
userAddress: `0x${string}`;
|
|
239
241
|
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
240
242
|
contractAbi: Record<string, unknown>[];
|
|
241
|
-
contractAddress: `0x${string}`;
|
|
242
|
-
functionName: string;
|
|
243
243
|
args: unknown[];
|
|
244
244
|
workflowId?: string | undefined;
|
|
245
245
|
blockExpiration?: number | undefined;
|
|
246
246
|
nonce?: number | undefined;
|
|
247
247
|
}, {
|
|
248
|
+
contractAddress: string;
|
|
249
|
+
functionName: string;
|
|
248
250
|
userAddress: string;
|
|
249
251
|
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
250
252
|
contractAbi: Record<string, unknown>[];
|
|
251
|
-
contractAddress: string;
|
|
252
|
-
functionName: string;
|
|
253
253
|
args: unknown[];
|
|
254
254
|
workflowId?: string | undefined;
|
|
255
255
|
blockExpiration?: number | undefined;
|
|
@@ -275,18 +275,18 @@ export declare const ExtendedTezosTxAuthInput: z.ZodIntersection<z.ZodObject<{
|
|
|
275
275
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
276
276
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
277
277
|
}, "strip", z.ZodTypeAny, {
|
|
278
|
-
userAddress: `tz${string}`;
|
|
279
278
|
contractAddress: `KT1${string}`;
|
|
280
279
|
functionName: `%${string}`;
|
|
280
|
+
userAddress: `tz${string}`;
|
|
281
281
|
args: string;
|
|
282
282
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
283
283
|
workflowId?: string | undefined;
|
|
284
284
|
blockExpiration?: number | undefined;
|
|
285
285
|
nonce?: number | undefined;
|
|
286
286
|
}, {
|
|
287
|
-
userAddress: string;
|
|
288
287
|
contractAddress: string;
|
|
289
288
|
functionName: string;
|
|
289
|
+
userAddress: string;
|
|
290
290
|
args: string;
|
|
291
291
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
292
292
|
workflowId?: string | undefined;
|
|
@@ -446,21 +446,21 @@ export declare const Eip155TxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection
|
|
|
446
446
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
447
447
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
|
+
contractAddress: `0x${string}`;
|
|
450
|
+
functionName: string;
|
|
449
451
|
userAddress: `0x${string}`;
|
|
450
452
|
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
451
453
|
contractAbi: Record<string, unknown>[];
|
|
452
|
-
contractAddress: `0x${string}`;
|
|
453
|
-
functionName: string;
|
|
454
454
|
args: unknown[];
|
|
455
455
|
workflowId?: string | undefined;
|
|
456
456
|
blockExpiration?: number | undefined;
|
|
457
457
|
nonce?: number | undefined;
|
|
458
458
|
}, {
|
|
459
|
+
contractAddress: string;
|
|
460
|
+
functionName: string;
|
|
459
461
|
userAddress: string;
|
|
460
462
|
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
461
463
|
contractAbi: Record<string, unknown>[];
|
|
462
|
-
contractAddress: string;
|
|
463
|
-
functionName: string;
|
|
464
464
|
args: unknown[];
|
|
465
465
|
workflowId?: string | undefined;
|
|
466
466
|
blockExpiration?: number | undefined;
|
|
@@ -492,18 +492,18 @@ export declare const TezosTxAuthInputJsSdk: z.ZodIntersection<z.ZodIntersection<
|
|
|
492
492
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
493
493
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
494
494
|
}, "strip", z.ZodTypeAny, {
|
|
495
|
-
userAddress: `tz${string}`;
|
|
496
495
|
contractAddress: `KT1${string}`;
|
|
497
496
|
functionName: `%${string}`;
|
|
497
|
+
userAddress: `tz${string}`;
|
|
498
498
|
args: string;
|
|
499
499
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
500
500
|
workflowId?: string | undefined;
|
|
501
501
|
blockExpiration?: number | undefined;
|
|
502
502
|
nonce?: number | undefined;
|
|
503
503
|
}, {
|
|
504
|
-
userAddress: string;
|
|
505
504
|
contractAddress: string;
|
|
506
505
|
functionName: string;
|
|
506
|
+
userAddress: string;
|
|
507
507
|
args: string;
|
|
508
508
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
509
509
|
workflowId?: string | undefined;
|
|
@@ -537,21 +537,21 @@ export declare const AnyTxAuthInputJsSdk: z.ZodUnion<[z.ZodIntersection<z.ZodInt
|
|
|
537
537
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
538
538
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
539
539
|
}, "strip", z.ZodTypeAny, {
|
|
540
|
+
contractAddress: `0x${string}`;
|
|
541
|
+
functionName: string;
|
|
540
542
|
userAddress: `0x${string}`;
|
|
541
543
|
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
542
544
|
contractAbi: Record<string, unknown>[];
|
|
543
|
-
contractAddress: `0x${string}`;
|
|
544
|
-
functionName: string;
|
|
545
545
|
args: unknown[];
|
|
546
546
|
workflowId?: string | undefined;
|
|
547
547
|
blockExpiration?: number | undefined;
|
|
548
548
|
nonce?: number | undefined;
|
|
549
549
|
}, {
|
|
550
|
+
contractAddress: string;
|
|
551
|
+
functionName: string;
|
|
550
552
|
userAddress: string;
|
|
551
553
|
chainId: import("../blockchain/index.js").NEXERA_EVM_CHAINS.ETHEREUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.ARBITRUM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.OPTIMISM_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AVALANCHE_FUJI | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON | import("../blockchain/index.js").NEXERA_EVM_CHAINS.POLYGON_AMOY | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BASE_SEPOLIA | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONBEAM | import("../blockchain/index.js").NEXERA_EVM_CHAINS.MOONRIVER | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB | import("../blockchain/index.js").NEXERA_EVM_CHAINS.BNB_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWISSTRONIK_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.HEDERA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_MAINNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_SATURN_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.SWAN_PROXIMA_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.AGUNG_TESTNET | import("../blockchain/index.js").NEXERA_EVM_CHAINS.PEAQ_MAINNET;
|
|
552
554
|
contractAbi: Record<string, unknown>[];
|
|
553
|
-
contractAddress: string;
|
|
554
|
-
functionName: string;
|
|
555
555
|
args: unknown[];
|
|
556
556
|
workflowId?: string | undefined;
|
|
557
557
|
blockExpiration?: number | undefined;
|
|
@@ -581,18 +581,18 @@ export declare const AnyTxAuthInputJsSdk: z.ZodUnion<[z.ZodIntersection<z.ZodInt
|
|
|
581
581
|
blockExpiration: z.ZodOptional<z.ZodNumber>;
|
|
582
582
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
583
583
|
}, "strip", z.ZodTypeAny, {
|
|
584
|
-
userAddress: `tz${string}`;
|
|
585
584
|
contractAddress: `KT1${string}`;
|
|
586
585
|
functionName: `%${string}`;
|
|
586
|
+
userAddress: `tz${string}`;
|
|
587
587
|
args: string;
|
|
588
588
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
589
589
|
workflowId?: string | undefined;
|
|
590
590
|
blockExpiration?: number | undefined;
|
|
591
591
|
nonce?: number | undefined;
|
|
592
592
|
}, {
|
|
593
|
-
userAddress: string;
|
|
594
593
|
contractAddress: string;
|
|
595
594
|
functionName: string;
|
|
595
|
+
userAddress: string;
|
|
596
596
|
args: string;
|
|
597
597
|
chainID: import("../blockchain/index.js").NEXERA_TEZOS_CHAINS;
|
|
598
598
|
workflowId?: string | undefined;
|
|
@@ -10,26 +10,26 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
10
10
|
attribute: z.ZodObject<{
|
|
11
11
|
version: z.ZodEnum<["v1"]>;
|
|
12
12
|
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
13
|
-
path: z.
|
|
13
|
+
path: z.ZodString;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
path:
|
|
15
|
+
path: string;
|
|
16
16
|
version: "v1";
|
|
17
17
|
schema: keyof import("../index.js").VaultSchema;
|
|
18
18
|
}, {
|
|
19
|
-
path:
|
|
19
|
+
path: string;
|
|
20
20
|
version: "v1";
|
|
21
21
|
schema: keyof import("../index.js").VaultSchema;
|
|
22
22
|
}>;
|
|
23
23
|
secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
24
24
|
version: z.ZodEnum<["v1"]>;
|
|
25
25
|
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
26
|
-
path: z.
|
|
26
|
+
path: z.ZodString;
|
|
27
27
|
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
path:
|
|
28
|
+
path: string;
|
|
29
29
|
version: "v1";
|
|
30
30
|
schema: keyof import("../index.js").VaultSchema;
|
|
31
31
|
}, {
|
|
32
|
-
path:
|
|
32
|
+
path: string;
|
|
33
33
|
version: "v1";
|
|
34
34
|
schema: keyof import("../index.js").VaultSchema;
|
|
35
35
|
}>>>;
|
|
@@ -38,7 +38,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
38
38
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
39
39
|
}, "strip", z.ZodTypeAny, {
|
|
40
40
|
attribute: {
|
|
41
|
-
path:
|
|
41
|
+
path: string;
|
|
42
42
|
version: "v1";
|
|
43
43
|
schema: keyof import("../index.js").VaultSchema;
|
|
44
44
|
};
|
|
@@ -48,14 +48,14 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
48
48
|
queryId?: `query_${string}` | undefined;
|
|
49
49
|
requestId?: number | null | undefined;
|
|
50
50
|
secondaryAttribute?: {
|
|
51
|
-
path:
|
|
51
|
+
path: string;
|
|
52
52
|
version: "v1";
|
|
53
53
|
schema: keyof import("../index.js").VaultSchema;
|
|
54
54
|
} | null | undefined;
|
|
55
55
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
attribute: {
|
|
58
|
-
path:
|
|
58
|
+
path: string;
|
|
59
59
|
version: "v1";
|
|
60
60
|
schema: keyof import("../index.js").VaultSchema;
|
|
61
61
|
};
|
|
@@ -65,7 +65,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
65
65
|
queryId?: `query_${string}` | undefined;
|
|
66
66
|
requestId?: number | null | undefined;
|
|
67
67
|
secondaryAttribute?: {
|
|
68
|
-
path:
|
|
68
|
+
path: string;
|
|
69
69
|
version: "v1";
|
|
70
70
|
schema: keyof import("../index.js").VaultSchema;
|
|
71
71
|
} | null | undefined;
|
|
@@ -75,7 +75,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
75
75
|
id: number;
|
|
76
76
|
query: {
|
|
77
77
|
attribute: {
|
|
78
|
-
path:
|
|
78
|
+
path: string;
|
|
79
79
|
version: "v1";
|
|
80
80
|
schema: keyof import("../index.js").VaultSchema;
|
|
81
81
|
};
|
|
@@ -85,7 +85,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
85
85
|
queryId?: `query_${string}` | undefined;
|
|
86
86
|
requestId?: number | null | undefined;
|
|
87
87
|
secondaryAttribute?: {
|
|
88
|
-
path:
|
|
88
|
+
path: string;
|
|
89
89
|
version: "v1";
|
|
90
90
|
schema: keyof import("../index.js").VaultSchema;
|
|
91
91
|
} | null | undefined;
|
|
@@ -97,7 +97,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
97
97
|
id: number;
|
|
98
98
|
query: {
|
|
99
99
|
attribute: {
|
|
100
|
-
path:
|
|
100
|
+
path: string;
|
|
101
101
|
version: "v1";
|
|
102
102
|
schema: keyof import("../index.js").VaultSchema;
|
|
103
103
|
};
|
|
@@ -107,7 +107,7 @@ export declare const ZKPRequest: z.ZodObject<{
|
|
|
107
107
|
queryId?: `query_${string}` | undefined;
|
|
108
108
|
requestId?: number | null | undefined;
|
|
109
109
|
secondaryAttribute?: {
|
|
110
|
-
path:
|
|
110
|
+
path: string;
|
|
111
111
|
version: "v1";
|
|
112
112
|
schema: keyof import("../index.js").VaultSchema;
|
|
113
113
|
} | null | undefined;
|
|
@@ -147,26 +147,26 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
147
147
|
attribute: z.ZodObject<{
|
|
148
148
|
version: z.ZodEnum<["v1"]>;
|
|
149
149
|
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
150
|
-
path: z.
|
|
150
|
+
path: z.ZodString;
|
|
151
151
|
}, "strip", z.ZodTypeAny, {
|
|
152
|
-
path:
|
|
152
|
+
path: string;
|
|
153
153
|
version: "v1";
|
|
154
154
|
schema: keyof import("../index.js").VaultSchema;
|
|
155
155
|
}, {
|
|
156
|
-
path:
|
|
156
|
+
path: string;
|
|
157
157
|
version: "v1";
|
|
158
158
|
schema: keyof import("../index.js").VaultSchema;
|
|
159
159
|
}>;
|
|
160
160
|
secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
161
161
|
version: z.ZodEnum<["v1"]>;
|
|
162
162
|
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
163
|
-
path: z.
|
|
163
|
+
path: z.ZodString;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
-
path:
|
|
165
|
+
path: string;
|
|
166
166
|
version: "v1";
|
|
167
167
|
schema: keyof import("../index.js").VaultSchema;
|
|
168
168
|
}, {
|
|
169
|
-
path:
|
|
169
|
+
path: string;
|
|
170
170
|
version: "v1";
|
|
171
171
|
schema: keyof import("../index.js").VaultSchema;
|
|
172
172
|
}>>>;
|
|
@@ -175,7 +175,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
175
175
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
177
|
attribute: {
|
|
178
|
-
path:
|
|
178
|
+
path: string;
|
|
179
179
|
version: "v1";
|
|
180
180
|
schema: keyof import("../index.js").VaultSchema;
|
|
181
181
|
};
|
|
@@ -185,14 +185,14 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
185
185
|
queryId?: `query_${string}` | undefined;
|
|
186
186
|
requestId?: number | null | undefined;
|
|
187
187
|
secondaryAttribute?: {
|
|
188
|
-
path:
|
|
188
|
+
path: string;
|
|
189
189
|
version: "v1";
|
|
190
190
|
schema: keyof import("../index.js").VaultSchema;
|
|
191
191
|
} | null | undefined;
|
|
192
192
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
193
193
|
}, {
|
|
194
194
|
attribute: {
|
|
195
|
-
path:
|
|
195
|
+
path: string;
|
|
196
196
|
version: "v1";
|
|
197
197
|
schema: keyof import("../index.js").VaultSchema;
|
|
198
198
|
};
|
|
@@ -202,7 +202,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
202
202
|
queryId?: `query_${string}` | undefined;
|
|
203
203
|
requestId?: number | null | undefined;
|
|
204
204
|
secondaryAttribute?: {
|
|
205
|
-
path:
|
|
205
|
+
path: string;
|
|
206
206
|
version: "v1";
|
|
207
207
|
schema: keyof import("../index.js").VaultSchema;
|
|
208
208
|
} | null | undefined;
|
|
@@ -212,7 +212,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
212
212
|
id: number;
|
|
213
213
|
query: {
|
|
214
214
|
attribute: {
|
|
215
|
-
path:
|
|
215
|
+
path: string;
|
|
216
216
|
version: "v1";
|
|
217
217
|
schema: keyof import("../index.js").VaultSchema;
|
|
218
218
|
};
|
|
@@ -222,7 +222,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
222
222
|
queryId?: `query_${string}` | undefined;
|
|
223
223
|
requestId?: number | null | undefined;
|
|
224
224
|
secondaryAttribute?: {
|
|
225
|
-
path:
|
|
225
|
+
path: string;
|
|
226
226
|
version: "v1";
|
|
227
227
|
schema: keyof import("../index.js").VaultSchema;
|
|
228
228
|
} | null | undefined;
|
|
@@ -234,7 +234,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
234
234
|
id: number;
|
|
235
235
|
query: {
|
|
236
236
|
attribute: {
|
|
237
|
-
path:
|
|
237
|
+
path: string;
|
|
238
238
|
version: "v1";
|
|
239
239
|
schema: keyof import("../index.js").VaultSchema;
|
|
240
240
|
};
|
|
@@ -244,7 +244,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
244
244
|
queryId?: `query_${string}` | undefined;
|
|
245
245
|
requestId?: number | null | undefined;
|
|
246
246
|
secondaryAttribute?: {
|
|
247
|
-
path:
|
|
247
|
+
path: string;
|
|
248
248
|
version: "v1";
|
|
249
249
|
schema: keyof import("../index.js").VaultSchema;
|
|
250
250
|
} | null | undefined;
|
|
@@ -258,7 +258,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
258
258
|
id: number;
|
|
259
259
|
query: {
|
|
260
260
|
attribute: {
|
|
261
|
-
path:
|
|
261
|
+
path: string;
|
|
262
262
|
version: "v1";
|
|
263
263
|
schema: keyof import("../index.js").VaultSchema;
|
|
264
264
|
};
|
|
@@ -268,7 +268,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
268
268
|
queryId?: `query_${string}` | undefined;
|
|
269
269
|
requestId?: number | null | undefined;
|
|
270
270
|
secondaryAttribute?: {
|
|
271
|
-
path:
|
|
271
|
+
path: string;
|
|
272
272
|
version: "v1";
|
|
273
273
|
schema: keyof import("../index.js").VaultSchema;
|
|
274
274
|
} | null | undefined;
|
|
@@ -283,7 +283,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
283
283
|
id: number;
|
|
284
284
|
query: {
|
|
285
285
|
attribute: {
|
|
286
|
-
path:
|
|
286
|
+
path: string;
|
|
287
287
|
version: "v1";
|
|
288
288
|
schema: keyof import("../index.js").VaultSchema;
|
|
289
289
|
};
|
|
@@ -293,7 +293,7 @@ export declare const PrivacyPreservingMonitoring: z.ZodObject<{
|
|
|
293
293
|
queryId?: `query_${string}` | undefined;
|
|
294
294
|
requestId?: number | null | undefined;
|
|
295
295
|
secondaryAttribute?: {
|
|
296
|
-
path:
|
|
296
|
+
path: string;
|
|
297
297
|
version: "v1";
|
|
298
298
|
schema: keyof import("../index.js").VaultSchema;
|
|
299
299
|
} | null | undefined;
|
|
@@ -317,26 +317,26 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
317
317
|
attribute: z.ZodObject<{
|
|
318
318
|
version: z.ZodEnum<["v1"]>;
|
|
319
319
|
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
320
|
-
path: z.
|
|
320
|
+
path: z.ZodString;
|
|
321
321
|
}, "strip", z.ZodTypeAny, {
|
|
322
|
-
path:
|
|
322
|
+
path: string;
|
|
323
323
|
version: "v1";
|
|
324
324
|
schema: keyof import("../index.js").VaultSchema;
|
|
325
325
|
}, {
|
|
326
|
-
path:
|
|
326
|
+
path: string;
|
|
327
327
|
version: "v1";
|
|
328
328
|
schema: keyof import("../index.js").VaultSchema;
|
|
329
329
|
}>;
|
|
330
330
|
secondaryAttribute: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
331
331
|
version: z.ZodEnum<["v1"]>;
|
|
332
332
|
schema: z.ZodEnum<[keyof import("../index.js").VaultSchema, ...(keyof import("../index.js").VaultSchema)[]]>;
|
|
333
|
-
path: z.
|
|
333
|
+
path: z.ZodString;
|
|
334
334
|
}, "strip", z.ZodTypeAny, {
|
|
335
|
-
path:
|
|
335
|
+
path: string;
|
|
336
336
|
version: "v1";
|
|
337
337
|
schema: keyof import("../index.js").VaultSchema;
|
|
338
338
|
}, {
|
|
339
|
-
path:
|
|
339
|
+
path: string;
|
|
340
340
|
version: "v1";
|
|
341
341
|
schema: keyof import("../index.js").VaultSchema;
|
|
342
342
|
}>>>;
|
|
@@ -345,7 +345,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
345
345
|
datasetColumnId: z.ZodOptional<z.ZodNullable<z.ZodType<`datasetc_${string}`, z.ZodTypeDef, `datasetc_${string}`>>>;
|
|
346
346
|
}, "strip", z.ZodTypeAny, {
|
|
347
347
|
attribute: {
|
|
348
|
-
path:
|
|
348
|
+
path: string;
|
|
349
349
|
version: "v1";
|
|
350
350
|
schema: keyof import("../index.js").VaultSchema;
|
|
351
351
|
};
|
|
@@ -355,14 +355,14 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
355
355
|
queryId?: `query_${string}` | undefined;
|
|
356
356
|
requestId?: number | null | undefined;
|
|
357
357
|
secondaryAttribute?: {
|
|
358
|
-
path:
|
|
358
|
+
path: string;
|
|
359
359
|
version: "v1";
|
|
360
360
|
schema: keyof import("../index.js").VaultSchema;
|
|
361
361
|
} | null | undefined;
|
|
362
362
|
datasetColumnId?: `datasetc_${string}` | null | undefined;
|
|
363
363
|
}, {
|
|
364
364
|
attribute: {
|
|
365
|
-
path:
|
|
365
|
+
path: string;
|
|
366
366
|
version: "v1";
|
|
367
367
|
schema: keyof import("../index.js").VaultSchema;
|
|
368
368
|
};
|
|
@@ -372,7 +372,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
372
372
|
queryId?: `query_${string}` | undefined;
|
|
373
373
|
requestId?: number | null | undefined;
|
|
374
374
|
secondaryAttribute?: {
|
|
375
|
-
path:
|
|
375
|
+
path: string;
|
|
376
376
|
version: "v1";
|
|
377
377
|
schema: keyof import("../index.js").VaultSchema;
|
|
378
378
|
} | null | undefined;
|
|
@@ -387,7 +387,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
387
387
|
message: string;
|
|
388
388
|
query: {
|
|
389
389
|
attribute: {
|
|
390
|
-
path:
|
|
390
|
+
path: string;
|
|
391
391
|
version: "v1";
|
|
392
392
|
schema: keyof import("../index.js").VaultSchema;
|
|
393
393
|
};
|
|
@@ -397,7 +397,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
397
397
|
queryId?: `query_${string}` | undefined;
|
|
398
398
|
requestId?: number | null | undefined;
|
|
399
399
|
secondaryAttribute?: {
|
|
400
|
-
path:
|
|
400
|
+
path: string;
|
|
401
401
|
version: "v1";
|
|
402
402
|
schema: keyof import("../index.js").VaultSchema;
|
|
403
403
|
} | null | undefined;
|
|
@@ -414,7 +414,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
414
414
|
message: string;
|
|
415
415
|
query: {
|
|
416
416
|
attribute: {
|
|
417
|
-
path:
|
|
417
|
+
path: string;
|
|
418
418
|
version: "v1";
|
|
419
419
|
schema: keyof import("../index.js").VaultSchema;
|
|
420
420
|
};
|
|
@@ -424,7 +424,7 @@ export declare const CreateAuthRequestProps: z.ZodObject<{
|
|
|
424
424
|
queryId?: `query_${string}` | undefined;
|
|
425
425
|
requestId?: number | null | undefined;
|
|
426
426
|
secondaryAttribute?: {
|
|
427
|
-
path:
|
|
427
|
+
path: string;
|
|
428
428
|
version: "v1";
|
|
429
429
|
schema: keyof import("../index.js").VaultSchema;
|
|
430
430
|
} | null | undefined;
|
|
@@ -17,6 +17,7 @@ export declare const DatasetColumnTypeOptionPrefix = "datasetcto";
|
|
|
17
17
|
export declare const DatasetRowPrefix = "datasetr";
|
|
18
18
|
export declare const DatasetRowValuePrefix = "datasetrv";
|
|
19
19
|
export declare const DatasetViewPrefix = "datasetv";
|
|
20
|
+
export declare const DatasetFolderPrefix = "datasetf";
|
|
20
21
|
export declare const MetaAlertPrefix = "alrt";
|
|
21
22
|
export declare const TagsToEntityPrefix = "tte";
|
|
22
23
|
export declare const TransactionAddressesPrefix = "txa";
|
|
@@ -88,6 +89,7 @@ export type DatasetColumnTypeOptionPrefix = typeof DatasetColumnTypeOptionPrefix
|
|
|
88
89
|
export type DatasetRowPrefix = typeof DatasetRowPrefix;
|
|
89
90
|
export type DatasetRowValuePrefix = typeof DatasetRowValuePrefix;
|
|
90
91
|
export type DatasetViewPrefix = typeof DatasetViewPrefix;
|
|
92
|
+
export type DatasetFolderPrefix = typeof DatasetFolderPrefix;
|
|
91
93
|
export type MetaAlertPrefix = typeof MetaAlertPrefix;
|
|
92
94
|
export type TagsToEntityPrefix = typeof TagsToEntityPrefix;
|
|
93
95
|
export type TransactionAddressesPrefix = typeof TransactionAddressesPrefix;
|
|
@@ -132,6 +134,7 @@ export type DatasetColumnTypeOptionId = `${DatasetColumnTypeOptionPrefix}_${stri
|
|
|
132
134
|
export type DatasetRowId = `${DatasetRowPrefix}_${string}`;
|
|
133
135
|
export type DatasetRowValueId = `${DatasetRowValuePrefix}_${string}`;
|
|
134
136
|
export type DatasetViewId = `${DatasetViewPrefix}_${string}`;
|
|
137
|
+
export type DatasetFolderId = `${DatasetFolderPrefix}_${string}`;
|
|
135
138
|
export type MetaAlertId = `${MetaAlertPrefix}_${string}`;
|
|
136
139
|
export type TransactionAddressesId = `${TransactionAddressesPrefix}_${string}`;
|
|
137
140
|
export type TransactionId = `${TransactionPrefix}_${string}`;
|
|
@@ -155,7 +158,7 @@ export declare const WorkflowSessionId: z.ZodString;
|
|
|
155
158
|
export type WorkflowSessionId = z.infer<typeof WorkflowSessionId>;
|
|
156
159
|
export type SsssShareId = `${SsssSharePrefix}_${string}`;
|
|
157
160
|
export type SsssChunkId = `${SsssChunkPrefix}_${string}`;
|
|
158
|
-
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | SigGatingId | MetaAlertId | ScenarioId | QueryId | ActionId | TagId | TagsToEntityId | TransactionAddressesId | TransactionId | TransactionActivityId | TransactionFeesId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | WorkflowSessionAttributeId | InstitutionExtractedInfosId | ScorechainAnalysisId | TransactionAmountId | SsssShareId | SsssChunkId | QueryGroupId | ChatId | MessageId | AiMessageId | ComplyAdvantageSearchUpdateId | EvaluationMethodId | DatasetId | DatasetColumnId | DatasetColumnTypeId | DatasetColumnTypeOptionId | DatasetViewId | DatasetRowId | DatasetRowValueId | ChatItemId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
161
|
+
export declare const createBrandedSchemaId: <T extends string>(brand: StorageId | IdentityId | EmailId | WalletId | AppId | ChallengeId | TestId | CustomerScreeningId | SigGatingId | MetaAlertId | ScenarioId | QueryId | ActionId | TagId | TagsToEntityId | TransactionAddressesId | TransactionId | TransactionActivityId | TransactionFeesId | TransactionReviewId | TransactionPartiesId | TransactionInfosId | TransactionExtractedInfosId | TransactionMethodsId | TransactionMethodExtractedInfosId | InstitutionId | WorkflowSessionAttributeId | InstitutionExtractedInfosId | ScorechainAnalysisId | TransactionAmountId | SsssShareId | SsssChunkId | QueryGroupId | ChatId | MessageId | AiMessageId | ComplyAdvantageSearchUpdateId | EvaluationMethodId | DatasetId | DatasetColumnId | DatasetColumnTypeId | DatasetColumnTypeOptionId | DatasetViewId | DatasetRowId | DatasetRowValueId | DatasetFolderId | ChatItemId) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
159
162
|
export declare const createBrandedSchemaIdWithParams: <T extends string>(brand: T, params: string[]) => z.ZodType<T, z.ZodTypeDef, T>;
|
|
160
163
|
export declare const StorageId: z.ZodType<`storage_${string}`, z.ZodTypeDef, `storage_${string}`>;
|
|
161
164
|
export declare const IdentityId: z.ZodType<`identity_${string}`, z.ZodTypeDef, `identity_${string}`>;
|
|
@@ -175,6 +178,7 @@ export declare const DatasetColumnTypeOptionId: z.ZodType<`datasetcto_${string}`
|
|
|
175
178
|
export declare const DatasetRowId: z.ZodType<`datasetr_${string}`, z.ZodTypeDef, `datasetr_${string}`>;
|
|
176
179
|
export declare const DatasetRowValueId: z.ZodType<`datasetrv_${string}`, z.ZodTypeDef, `datasetrv_${string}`>;
|
|
177
180
|
export declare const DatasetViewId: z.ZodType<`datasetv_${string}`, z.ZodTypeDef, `datasetv_${string}`>;
|
|
181
|
+
export declare const DatasetFolderId: z.ZodType<`datasetf_${string}`, z.ZodTypeDef, `datasetf_${string}`>;
|
|
178
182
|
export declare const MetaAlertId: z.ZodType<`alrt_${string}`, z.ZodTypeDef, `alrt_${string}`>;
|
|
179
183
|
export declare const TagsToEntityId: z.ZodType<`tte_${string}`, z.ZodTypeDef, `tte_${string}`>;
|
|
180
184
|
export declare const TransactionAddressesId: z.ZodType<`txa_${string}`, z.ZodTypeDef, `txa_${string}`>;
|
|
@@ -200,7 +204,7 @@ export declare const WorkflowSessionAttributeId: z.ZodType<`wsatr_${string}`, z.
|
|
|
200
204
|
export declare const SsssShareId: z.ZodType<`ssssshare_${string}`, z.ZodTypeDef, `ssssshare_${string}`>;
|
|
201
205
|
export declare const SsssChunkId: z.ZodType<`sssschunk_${string}`, z.ZodTypeDef, `sssschunk_${string}`>;
|
|
202
206
|
export declare const ChatItemId: z.ZodType<`chtitm_${string}`, z.ZodTypeDef, `chtitm_${string}`>;
|
|
203
|
-
export declare const generateId: <T extends string>(type: T & (ActionPrefix | AppPrefix | ChallengePrefix | MetaAlertPrefix | TestPrefix | IndividualScreeningPrefix | SigGatingPrefix | EmailPrefix | IdentityPrefix | InstitutionExtractedInfosPrefix | InstitutionPrefix | QueryPrefix | ScenarioPrefix | StoragePrefix | TagPrefix | TagsToEntityPrefix | TransactionAmountPrefix | TransactionActivityPrefix | TransactionAddressesPrefix | ScorechainAnalysisPrefix | SsssSharePrefix | SsssChunkPrefix | TransactionExtractedInfosPrefix | TransactionFeesPrefix | TransactionInfosPrefix | TransactionMethodExtractedInfosPrefix | TransactionMethodsPrefix | TransactionPartiesPrefix | TransactionPrefix | TransactionReviewPrefix | WalletPrefix | WorkflowSessionAttributePrefix | QueryGroupPrefix | AiExecutionPrefix | AiExecutionStepPrefix | ChatPrefix | MessagePrefix | AiDocumentPrefix | AiAgentPrefix | AiStepPrefix | AiMessagePrefix | ComplyAdvantageSearchUpdatePrefix | EvaluationMethodPrefix | DatasetPrefix | DatasetColumnPrefix | DatasetColumnTypePrefix | DatasetColumnTypeOptionPrefix | DatasetRowPrefix | DatasetRowValuePrefix | ChatItemPrefix | DatasetViewPrefix)) => `${T}_${string}`;
|
|
207
|
+
export declare const generateId: <T extends string>(type: T & (ActionPrefix | AppPrefix | ChallengePrefix | MetaAlertPrefix | TestPrefix | IndividualScreeningPrefix | SigGatingPrefix | EmailPrefix | IdentityPrefix | InstitutionExtractedInfosPrefix | InstitutionPrefix | QueryPrefix | ScenarioPrefix | StoragePrefix | TagPrefix | TagsToEntityPrefix | TransactionAmountPrefix | TransactionActivityPrefix | TransactionAddressesPrefix | ScorechainAnalysisPrefix | SsssSharePrefix | SsssChunkPrefix | TransactionExtractedInfosPrefix | TransactionFeesPrefix | TransactionInfosPrefix | TransactionMethodExtractedInfosPrefix | TransactionMethodsPrefix | TransactionPartiesPrefix | TransactionPrefix | TransactionReviewPrefix | WalletPrefix | WorkflowSessionAttributePrefix | QueryGroupPrefix | AiExecutionPrefix | AiExecutionStepPrefix | ChatPrefix | MessagePrefix | AiDocumentPrefix | AiAgentPrefix | AiStepPrefix | AiMessagePrefix | ComplyAdvantageSearchUpdatePrefix | EvaluationMethodPrefix | DatasetPrefix | DatasetColumnPrefix | DatasetColumnTypePrefix | DatasetColumnTypeOptionPrefix | DatasetRowPrefix | DatasetRowValuePrefix | DatasetFolderPrefix | ChatItemPrefix | DatasetViewPrefix)) => `${T}_${string}`;
|
|
204
208
|
export declare const MemberId: z.ZodString;
|
|
205
209
|
export type MemberId = z.infer<typeof MemberId>;
|
|
206
210
|
export declare const ChatId: z.ZodType<`chat_${string}`, z.ZodTypeDef, `chat_${string}`>;
|