@nexeraid/identity-schemas 2.89.0-dev → 2.91.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-f1ef13c5.cjs.prod.cjs → CoinMarketCap.schema-0e5785aa.cjs.prod.cjs} +2 -2
- package/dist/{CoinMarketCap.schema-3fec144d.esm.mjs → CoinMarketCap.schema-45c1455f.esm.mjs} +2 -2
- package/dist/{CoinMarketCap.schema-58b9912d.cjs.dev.cjs → CoinMarketCap.schema-98230862.cjs.dev.cjs} +2 -2
- package/dist/declarations/src/identity/app-requests.schema.d.ts +225 -0
- package/dist/declarations/src/identity/app-requests.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +53 -0
- package/dist/declarations/src/identity/identity-v2.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/kyc.schema.d.ts +159 -0
- package/dist/declarations/src/identity/kyc.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/query.schema.d.ts +187 -0
- package/dist/declarations/src/identity/query.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/scenario.schema.d.ts +370 -0
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/zkps.schema.d.ts +109 -0
- package/dist/declarations/src/identity/zkps.schema.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Transaction.schema.json.d.ts +22 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts +34 -0
- package/dist/declarations/src/vault/schemas/generated/Transaction.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +184 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-bc129daa.cjs.prod.cjs → identity-api.schema-330ff450.cjs.prod.cjs} +6 -1
- package/dist/{identity-api.schema-2ccce22f.esm.mjs → identity-api.schema-696f245d.esm.mjs} +6 -1
- package/dist/{identity-api.schema-faf22a9b.cjs.dev.cjs → identity-api.schema-ca16cca2.cjs.dev.cjs} +6 -1
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +3 -3
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +3 -3
- package/dist/nexeraid-identity-schemas.esm.mjs +4 -4
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-d43fcd79.cjs.dev.cjs → tfhe-utilities-15d05b4b.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-013c67cf.cjs.prod.cjs → tfhe-utilities-706fec03.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-e9aaec13.esm.mjs → tfhe-utilities-fd668f52.esm.mjs} +2 -2
- package/dist/{vault.schema-fdae33c2.esm.mjs → vault.schema-607626e2.esm.mjs} +79 -6
- package/dist/{vault.schema-b7821ae9.cjs.dev.cjs → vault.schema-c507b278.cjs.dev.cjs} +79 -6
- package/dist/{vault.schema-f56c958e.cjs.prod.cjs → vault.schema-faff845c.cjs.prod.cjs} +79 -6
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.dev.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.cjs.prod.cjs +2 -2
- package/identity/dist/nexeraid-identity-schemas-identity.esm.mjs +2 -2
- package/package.json +1 -1
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.dev.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +3 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +1 -1
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +1 -1
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.dev.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.cjs.prod.cjs +3 -3
- package/verifiable-credentials/dist/nexeraid-identity-schemas-verifiable-credentials.esm.mjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.dev.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +3 -3
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +3 -3
|
@@ -2092,6 +2092,102 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
2092
2092
|
entityType: "ATM" | "Airdrop" | "Auctioned assets" | "Bank" | "Block reward" | "Bot" | "Child abuse" | "Cloud mining" | "Community reported scam" | "Cross-chain Bridge Protocol" | "Darkweb" | "Decentralized service" | "Dex" | "Donations" | "Exchange" | "Gambling" | "Hack" | "ICO" | "Ignored small amounts" | "Investment management firm" | "Large transaction" | "Large unnamed entity" | "Mining pool" | "Mixing pattern" | "Mixing service" | "NFT Marketplace" | "No entities found" | "Ongoing legal action" | "Payment Service Provider" | "Payment channel" | "Peeling chain of unknown origin" | "Phishing" | "Ransomware" | "Real World Asset" | "Sanction list" | "Scam" | "Seized assets" | "Service" | "Staking pool" | "Suspicious" | "Terrorism" | "Token" | "Token burning" | "Token minting" | "Unspent output" | "Wallet" | "OFAC sanction list" | "Closed exchange" | "Custom group";
|
|
2093
2093
|
}[] | undefined;
|
|
2094
2094
|
}>>;
|
|
2095
|
+
historicalAverages: z.ZodOptional<z.ZodObject<{
|
|
2096
|
+
maa: z.ZodOptional<z.ZodObject<{
|
|
2097
|
+
USD: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2098
|
+
EUR: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2099
|
+
GBP: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2100
|
+
}, "strip", z.ZodTypeAny, {
|
|
2101
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2102
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2103
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2104
|
+
}, {
|
|
2105
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2106
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2107
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2108
|
+
}>>;
|
|
2109
|
+
maaExt: z.ZodOptional<z.ZodObject<{
|
|
2110
|
+
USD: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2111
|
+
EUR: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2112
|
+
GBP: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2113
|
+
}, "strip", z.ZodTypeAny, {
|
|
2114
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2115
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2116
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2117
|
+
}, {
|
|
2118
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2119
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2120
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2121
|
+
}>>;
|
|
2122
|
+
maaInt: z.ZodOptional<z.ZodObject<{
|
|
2123
|
+
USD: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2124
|
+
EUR: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2125
|
+
GBP: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2126
|
+
}, "strip", z.ZodTypeAny, {
|
|
2127
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2128
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2129
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2130
|
+
}, {
|
|
2131
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2132
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2133
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2134
|
+
}>>;
|
|
2135
|
+
gmaa: z.ZodOptional<z.ZodObject<{
|
|
2136
|
+
USD: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2137
|
+
EUR: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2138
|
+
GBP: z.ZodOptional<z.ZodType<import("decimal.js").Decimal, z.ZodTypeDef, import("decimal.js").Decimal>>;
|
|
2139
|
+
}, "strip", z.ZodTypeAny, {
|
|
2140
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2141
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2142
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2143
|
+
}, {
|
|
2144
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2145
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2146
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2147
|
+
}>>;
|
|
2148
|
+
}, "strip", z.ZodTypeAny, {
|
|
2149
|
+
maa?: {
|
|
2150
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2151
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2152
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2153
|
+
} | undefined;
|
|
2154
|
+
maaExt?: {
|
|
2155
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2156
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2157
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2158
|
+
} | undefined;
|
|
2159
|
+
maaInt?: {
|
|
2160
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2161
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2162
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2163
|
+
} | undefined;
|
|
2164
|
+
gmaa?: {
|
|
2165
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2166
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2167
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2168
|
+
} | undefined;
|
|
2169
|
+
}, {
|
|
2170
|
+
maa?: {
|
|
2171
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2172
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2173
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2174
|
+
} | undefined;
|
|
2175
|
+
maaExt?: {
|
|
2176
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2177
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2178
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2179
|
+
} | undefined;
|
|
2180
|
+
maaInt?: {
|
|
2181
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2182
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2183
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2184
|
+
} | undefined;
|
|
2185
|
+
gmaa?: {
|
|
2186
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2187
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2188
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2189
|
+
} | undefined;
|
|
2190
|
+
}>>;
|
|
2095
2191
|
}, "strip", z.ZodTypeAny, {
|
|
2096
2192
|
amount?: {
|
|
2097
2193
|
EUR?: import("decimal.js").Decimal | undefined;
|
|
@@ -2176,6 +2272,28 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
2176
2272
|
maxAmountUsd?: number | undefined;
|
|
2177
2273
|
} | undefined;
|
|
2178
2274
|
} | undefined;
|
|
2275
|
+
historicalAverages?: {
|
|
2276
|
+
maa?: {
|
|
2277
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2278
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2279
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2280
|
+
} | undefined;
|
|
2281
|
+
maaExt?: {
|
|
2282
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2283
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2284
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2285
|
+
} | undefined;
|
|
2286
|
+
maaInt?: {
|
|
2287
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2288
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2289
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2290
|
+
} | undefined;
|
|
2291
|
+
gmaa?: {
|
|
2292
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2293
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2294
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2295
|
+
} | undefined;
|
|
2296
|
+
} | undefined;
|
|
2179
2297
|
}, {
|
|
2180
2298
|
amount?: {
|
|
2181
2299
|
EUR?: import("decimal.js").Decimal | undefined;
|
|
@@ -2260,6 +2378,28 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
2260
2378
|
maxAmountUsd?: number | undefined;
|
|
2261
2379
|
} | undefined;
|
|
2262
2380
|
} | undefined;
|
|
2381
|
+
historicalAverages?: {
|
|
2382
|
+
maa?: {
|
|
2383
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2384
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2385
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2386
|
+
} | undefined;
|
|
2387
|
+
maaExt?: {
|
|
2388
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2389
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2390
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2391
|
+
} | undefined;
|
|
2392
|
+
maaInt?: {
|
|
2393
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2394
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2395
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2396
|
+
} | undefined;
|
|
2397
|
+
gmaa?: {
|
|
2398
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
2399
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
2400
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
2401
|
+
} | undefined;
|
|
2402
|
+
} | undefined;
|
|
2263
2403
|
}>;
|
|
2264
2404
|
TfheKycSession: z.ZodObject<{
|
|
2265
2405
|
vcs: z.ZodObject<{
|
|
@@ -3044,6 +3184,28 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
3044
3184
|
maxAmountUsd?: number | undefined;
|
|
3045
3185
|
} | undefined;
|
|
3046
3186
|
} | undefined;
|
|
3187
|
+
historicalAverages?: {
|
|
3188
|
+
maa?: {
|
|
3189
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
3190
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
3191
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
3192
|
+
} | undefined;
|
|
3193
|
+
maaExt?: {
|
|
3194
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
3195
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
3196
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
3197
|
+
} | undefined;
|
|
3198
|
+
maaInt?: {
|
|
3199
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
3200
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
3201
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
3202
|
+
} | undefined;
|
|
3203
|
+
gmaa?: {
|
|
3204
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
3205
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
3206
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
3207
|
+
} | undefined;
|
|
3208
|
+
} | undefined;
|
|
3047
3209
|
};
|
|
3048
3210
|
TfheKycSession: {
|
|
3049
3211
|
vcs: {
|
|
@@ -3384,6 +3546,28 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
3384
3546
|
maxAmountUsd?: number | undefined;
|
|
3385
3547
|
} | undefined;
|
|
3386
3548
|
} | undefined;
|
|
3549
|
+
historicalAverages?: {
|
|
3550
|
+
maa?: {
|
|
3551
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
3552
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
3553
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
3554
|
+
} | undefined;
|
|
3555
|
+
maaExt?: {
|
|
3556
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
3557
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
3558
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
3559
|
+
} | undefined;
|
|
3560
|
+
maaInt?: {
|
|
3561
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
3562
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
3563
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
3564
|
+
} | undefined;
|
|
3565
|
+
gmaa?: {
|
|
3566
|
+
EUR?: import("decimal.js").Decimal | undefined;
|
|
3567
|
+
GBP?: import("decimal.js").Decimal | undefined;
|
|
3568
|
+
USD?: import("decimal.js").Decimal | undefined;
|
|
3569
|
+
} | undefined;
|
|
3570
|
+
} | undefined;
|
|
3387
3571
|
};
|
|
3388
3572
|
TfheKycSession: {
|
|
3389
3573
|
vcs: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAgBxB,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,KAAK,EACL,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EACnB,8BAAqB;AAEtB,OAAO,kBAAkB,oDAAiD;AAC1E,OAAO,KAAK,YAAY,6CAA0C;AAClE,OAAO,oBAAoB,sDAAmD;AAC9E,OAAO,KAAK,cAAc,+CAA4C;AACtE,OAAO,cAAc,gDAA6C;AAClE,OAAO,KAAK,QAAQ,yCAAsC;AAC1D,OAAO,wBAAwB,0DAAuD;AACtF,OAAO,KAAK,kBAAkB,mDAAgD;AAC9E,OAAO,qBAAqB,uDAAoD;AAChF,OAAO,KAAK,eAAe,gDAA6C;AAMxE,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAC;AACF,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"vault.schema.d.ts","sourceRoot":"../../../../src/vault","sources":["vault.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAgBxB,OAAO,KAAK,EACV,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,KAAK,EACL,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,kBAAkB,EACnB,8BAAqB;AAEtB,OAAO,kBAAkB,oDAAiD;AAC1E,OAAO,KAAK,YAAY,6CAA0C;AAClE,OAAO,oBAAoB,sDAAmD;AAC9E,OAAO,KAAK,cAAc,+CAA4C;AACtE,OAAO,cAAc,gDAA6C;AAClE,OAAO,KAAK,QAAQ,yCAAsC;AAC1D,OAAO,wBAAwB,0DAAuD;AACtF,OAAO,KAAK,kBAAkB,mDAAgD;AAC9E,OAAO,qBAAqB,uDAAoD;AAChF,OAAO,KAAK,eAAe,gDAA6C;AAMxE,eAAO,MAAM,gBAAgB;;;;;;CAM5B,CAAC;AACF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
package/dist/{identity-api.schema-bc129daa.cjs.prod.cjs → identity-api.schema-330ff450.cjs.prod.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-faff845c.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -248,6 +248,7 @@ var IDInformationTfhe = zod.z.object({
|
|
|
248
248
|
type: zod.z.literal("IDInformationTfhe"),
|
|
249
249
|
requestId: zod.z.coerce.number().nullish(),
|
|
250
250
|
attribute: zod.z.string(),
|
|
251
|
+
secondaryAttribute: zod.z.string().nullish(),
|
|
251
252
|
value: zod.z.string(),
|
|
252
253
|
operator: Operator
|
|
253
254
|
});
|
|
@@ -270,6 +271,7 @@ var QueryConfigTfhe = zod.z.object({
|
|
|
270
271
|
type: zod.z.literal("IDInformationTfhe"),
|
|
271
272
|
requestId: zod.z.coerce.number().nullish(),
|
|
272
273
|
attribute: zod.z.string(),
|
|
274
|
+
secondaryAttribute: zod.z.string().nullish(),
|
|
273
275
|
value: zod.z.string(),
|
|
274
276
|
operator: Operator
|
|
275
277
|
});
|
|
@@ -280,6 +282,7 @@ var QueryConfigSimplified = zod.z.object({
|
|
|
280
282
|
// TODO: this should not be optional?
|
|
281
283
|
requestId: zod.z.coerce.number().nullish().describe("Request ID for ZKPs"),
|
|
282
284
|
attribute: vault_schema.VaultMetadataLinkZodSchema,
|
|
285
|
+
secondaryAttribute: vault_schema.VaultMetadataLinkZodSchema.nullish(),
|
|
283
286
|
value: AllCredentialValues.nullish(),
|
|
284
287
|
// TODO: Make the value type dynamic based on the attribute type
|
|
285
288
|
operator: Operator // TODO: Make the operator type dynamic based on the attribute type
|
|
@@ -292,6 +295,8 @@ var QueryGroupConfigSimplified = zod.z.object({
|
|
|
292
295
|
var RuleResultQueryConfig = QueryConfigSimplified.extend({
|
|
293
296
|
attribute: zod.z.union([zod.z.string(), vault_schema.VaultMetadataLinkZodSchema]),
|
|
294
297
|
// string for backwards compatibility
|
|
298
|
+
secondaryAttribute: zod.z.union([zod.z.string(), vault_schema.VaultMetadataLinkZodSchema]).nullish(),
|
|
299
|
+
// string for backwards compatibility
|
|
295
300
|
type: QueryType.nullish() // Backwards compatibility
|
|
296
301
|
});
|
|
297
302
|
var PartialQueryConfigSimplified = QueryConfigSimplified.partial();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { d1 as IDImageCredentialSubjectSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d2 as SelfieImageCredentialSubjectSchema, d0 as IDInformationCredentialSubjectSchema, c$ as IDInformationTfheCredentialSubjectSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cS as ID3CredentialSubjectSchema, cT as IDScanCredentialSubjectSchema, cV as IDScanSelfieCredentialSubjectSchema, cU as IDScanPassportCredentialSubjectSchema, ed as _defineProperty, e4 as VaultMetadataLinkZodSchema, cg as QueryId, ch as QueryGroupId, aS as UuidString, ar as BlockchainAddress, ce as ScenarioId, cJ as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, cK as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, d4 as GenericVerifiableCredentialSchema, a_ as ISO3CountryCode, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, cM as ExternalCustomerId, cH as AdditionalCustomerInformationParams, a8 as PublicKey } from './vault.schema-
|
|
2
|
+
import { d1 as IDImageCredentialSubjectSchema, d3 as ProofOfResidenceCredentialSubjectSchema, d2 as SelfieImageCredentialSubjectSchema, d0 as IDInformationCredentialSubjectSchema, c$ as IDInformationTfheCredentialSubjectSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, cS as ID3CredentialSubjectSchema, cT as IDScanCredentialSubjectSchema, cV as IDScanSelfieCredentialSubjectSchema, cU as IDScanPassportCredentialSubjectSchema, ed as _defineProperty, e4 as VaultMetadataLinkZodSchema, cg as QueryId, ch as QueryGroupId, aS as UuidString, ar as BlockchainAddress, ce as ScenarioId, cJ as WorkspaceId, as as String0x, aN as BlockchainSignature, aa as TxHash, cK as WorkflowId, g as EvmChainId, a9 as AddressSchema, aD as EIP155Signature, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aI as EdSignature, av as BlockchainNamespace, d4 as GenericVerifiableCredentialSchema, a_ as ISO3CountryCode, ax as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, cM as ExternalCustomerId, cH as AdditionalCustomerInformationParams, a8 as PublicKey } from './vault.schema-607626e2.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var CredentialSchemas = {
|
|
5
5
|
ProofOfResidence: ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -246,6 +246,7 @@ var IDInformationTfhe = z.object({
|
|
|
246
246
|
type: z.literal("IDInformationTfhe"),
|
|
247
247
|
requestId: z.coerce.number().nullish(),
|
|
248
248
|
attribute: z.string(),
|
|
249
|
+
secondaryAttribute: z.string().nullish(),
|
|
249
250
|
value: z.string(),
|
|
250
251
|
operator: Operator
|
|
251
252
|
});
|
|
@@ -268,6 +269,7 @@ var QueryConfigTfhe = z.object({
|
|
|
268
269
|
type: z.literal("IDInformationTfhe"),
|
|
269
270
|
requestId: z.coerce.number().nullish(),
|
|
270
271
|
attribute: z.string(),
|
|
272
|
+
secondaryAttribute: z.string().nullish(),
|
|
271
273
|
value: z.string(),
|
|
272
274
|
operator: Operator
|
|
273
275
|
});
|
|
@@ -278,6 +280,7 @@ var QueryConfigSimplified = z.object({
|
|
|
278
280
|
// TODO: this should not be optional?
|
|
279
281
|
requestId: z.coerce.number().nullish().describe("Request ID for ZKPs"),
|
|
280
282
|
attribute: VaultMetadataLinkZodSchema,
|
|
283
|
+
secondaryAttribute: VaultMetadataLinkZodSchema.nullish(),
|
|
281
284
|
value: AllCredentialValues.nullish(),
|
|
282
285
|
// TODO: Make the value type dynamic based on the attribute type
|
|
283
286
|
operator: Operator // TODO: Make the operator type dynamic based on the attribute type
|
|
@@ -290,6 +293,8 @@ var QueryGroupConfigSimplified = z.object({
|
|
|
290
293
|
var RuleResultQueryConfig = QueryConfigSimplified.extend({
|
|
291
294
|
attribute: z.union([z.string(), VaultMetadataLinkZodSchema]),
|
|
292
295
|
// string for backwards compatibility
|
|
296
|
+
secondaryAttribute: z.union([z.string(), VaultMetadataLinkZodSchema]).nullish(),
|
|
297
|
+
// string for backwards compatibility
|
|
293
298
|
type: QueryType.nullish() // Backwards compatibility
|
|
294
299
|
});
|
|
295
300
|
var PartialQueryConfigSimplified = QueryConfigSimplified.partial();
|
package/dist/{identity-api.schema-faf22a9b.cjs.dev.cjs → identity-api.schema-ca16cca2.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var zod = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-c507b278.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var CredentialSchemas = {
|
|
7
7
|
ProofOfResidence: vault_schema.ProofOfResidenceCredentialSubjectSchema,
|
|
@@ -248,6 +248,7 @@ var IDInformationTfhe = zod.z.object({
|
|
|
248
248
|
type: zod.z.literal("IDInformationTfhe"),
|
|
249
249
|
requestId: zod.z.coerce.number().nullish(),
|
|
250
250
|
attribute: zod.z.string(),
|
|
251
|
+
secondaryAttribute: zod.z.string().nullish(),
|
|
251
252
|
value: zod.z.string(),
|
|
252
253
|
operator: Operator
|
|
253
254
|
});
|
|
@@ -270,6 +271,7 @@ var QueryConfigTfhe = zod.z.object({
|
|
|
270
271
|
type: zod.z.literal("IDInformationTfhe"),
|
|
271
272
|
requestId: zod.z.coerce.number().nullish(),
|
|
272
273
|
attribute: zod.z.string(),
|
|
274
|
+
secondaryAttribute: zod.z.string().nullish(),
|
|
273
275
|
value: zod.z.string(),
|
|
274
276
|
operator: Operator
|
|
275
277
|
});
|
|
@@ -280,6 +282,7 @@ var QueryConfigSimplified = zod.z.object({
|
|
|
280
282
|
// TODO: this should not be optional?
|
|
281
283
|
requestId: zod.z.coerce.number().nullish().describe("Request ID for ZKPs"),
|
|
282
284
|
attribute: vault_schema.VaultMetadataLinkZodSchema,
|
|
285
|
+
secondaryAttribute: vault_schema.VaultMetadataLinkZodSchema.nullish(),
|
|
283
286
|
value: AllCredentialValues.nullish(),
|
|
284
287
|
// TODO: Make the value type dynamic based on the attribute type
|
|
285
288
|
operator: Operator // TODO: Make the operator type dynamic based on the attribute type
|
|
@@ -292,6 +295,8 @@ var QueryGroupConfigSimplified = zod.z.object({
|
|
|
292
295
|
var RuleResultQueryConfig = QueryConfigSimplified.extend({
|
|
293
296
|
attribute: zod.z.union([zod.z.string(), vault_schema.VaultMetadataLinkZodSchema]),
|
|
294
297
|
// string for backwards compatibility
|
|
298
|
+
secondaryAttribute: zod.z.union([zod.z.string(), vault_schema.VaultMetadataLinkZodSchema]).nullish(),
|
|
299
|
+
// string for backwards compatibility
|
|
295
300
|
type: QueryType.nullish() // Backwards compatibility
|
|
296
301
|
});
|
|
297
302
|
var PartialQueryConfigSimplified = QueryConfigSimplified.partial();
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-c507b278.cjs.dev.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-ca16cca2.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-15d05b4b.cjs.dev.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var vault_schema = require('./vault.schema-
|
|
5
|
+
var vault_schema = require('./vault.schema-faff845c.cjs.prod.cjs');
|
|
6
6
|
var zod = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-330ff450.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-706fec03.cjs.prod.cjs');
|
|
9
9
|
require('nanoid');
|
|
10
10
|
require('decimal.js');
|
|
11
11
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, b_ as ActionId, bC as ActionPrefix, cH as AdditionalCustomerInformationParams, a9 as AddressSchema, cp as AiAgentId, bJ as AiAgentPrefix, co as AiDocumentId, bI as AiDocumentPrefix, cm as AiExecutionId, bG as AiExecutionPrefix, cn as AiExecutionStepId, bH as AiExecutionStepPrefix, cv as AiMessageId, bN as AiMessagePrefix, cq as AiStepId, bK as AiStepPrefix, b0 as Alpha2Country, dQ as AmlResults, bV as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bW as ChallengeId, be as ChallengePrefix, ct as ChatId, bL as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cL as CustomerId, bY as CustomerScreeningId, bg as CustomerScreeningPrefix, dM as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bT as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cM as ExternalCustomerId, cw as FLOW_TYPES, cx as FlowType, aO as FunctionCallData, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, d4 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dx as HumanReadableTransactionReviewStatus, dw as HumanReadableTransactionReviewStatuses, dz as HumanReadableTransactionStatusMapping, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, cA as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cC as IDENTITY_DOCUMENT_OPTIONS, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cG as Identifier, cO as IdentityAppV2Web2JWT, cN as IdentityAppV2Web3JWT, cB as IdentityDocumentCountryListOption, cD as IdentityDocumentOptionsType, bS as IdentityId, ba as IdentityPrefix, cP as IdentityWidgetAccessToken_NEW, cQ as IdentityWidgetSessionToken, cc as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, cb as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, cf as ListId, bz as ListPrefix, cs as MemberId, cu as MessageId, bM as MessagePrefix, b$ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, cI as OrganizationId, aT as OtpCode, aK as P2Signature, cE as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dH as PaymentType, dG as PaymentTypes, cF as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, ch as QueryGroupId, bB as QueryGroupPrefix, cg as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, ce as ScenarioId, by as ScenarioPrefix, ci as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e9 as ScorechainEntityRecord, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, dW as Separator, F as SolanaChainId, aJ as SpSignature, cl as SsssChunkId, bF as SsssChunkPrefix, ck as SsssShareId, bE as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bR as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dN as TRANSACTIONS_STATS_CURRENCIES, dj as TRANSACTION_CHARTS, dl as TRANSACTION_TABLE_COLUMNS, bZ as TagId, bh as TagPrefix, c0 as TagsToEntityId, bk as TagsToEntityPrefix, bX as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c3 as TransactionActivityId, bn as TransactionActivityPrefix, c1 as TransactionAddressesId, bl as TransactionAddressesPrefix, cd as TransactionAmountId, bx as TransactionAmountPrefix, dL as TransactionAmountsFieldName, dK as TransactionAmountsFieldNames, dD as TransactionCurrencyCode, dC as TransactionCurrencyCodes, dP as TransactionDataEventObject, dB as TransactionDirection, dA as TransactionDirections, c8 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c4 as TransactionFeesId, bo as TransactionFeesPrefix, c2 as TransactionId, c7 as TransactionInfosId, br as TransactionInfosPrefix, ca as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c9 as TransactionMethodsId, bt as TransactionMethodsPrefix, c6 as TransactionPartiesId, bq as TransactionPartiesPrefix, dJ as TransactionPartiesType, dI as TransactionPartiesTypes, bm as TransactionPrefix, dF as TransactionProvider, dE as TransactionProviders, c5 as TransactionReviewId, bp as TransactionReviewPrefix, dv as TransactionReviewStatus, du as TransactionReviewStatuses, dt as TransactionRiskLevel, ds as TransactionRiskLevels, dO as TransactionStatsCurrency, dy as TransactionStatusMapping, dm as TransactionTableColumn, dp as TransactionType, dr as TransactionTypeWithAll, dn as TransactionTypes, dq as TransactionTypesWithAll, dk as TransactionsChartType, aa as TxHash, aS as UuidString, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, cz as VerificationMode, cy as VerificationModes, bU as WalletId, bc as WalletPrefix, ea as WalletScreeningData, ec as WalletScreeningProvider, eb as WalletScreeningProviders, cR as Web2CreateSessionParams, cK as WorkflowId, cj as WorkflowSessionAttributeId, bD as WorkflowSessionAttributePrefix, bO as WorkflowSessionId, cJ as WorkspaceId, dU as allDataLinkTypes, dS as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bP as createBrandedSchemaId, bQ as createBrandedSchemaIdWithParams, cr as generateId, dX as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-
|
|
1
|
+
export { U as ACTIVE_APTOS_CHAIN_IDS, K as ACTIVE_BITCOIN_CHAIN_IDS, a4 as ACTIVE_CARDANO_CHAIN_IDS, k as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, _ as ACTIVE_POLKADOT_CHAIN_IDS, D as ACTIVE_SOLANA_CHAIN_IDS, q as ACTIVE_TEZOS_CHAIN_IDS, a$ as ALPHA_2_COUNTRIES, R as APTOS_CHAIN_IDS, O as APTOS_CHAIN_NAMES, Q as APTOS_CHAIN_NAMES_LIST, b_ as ActionId, bC as ActionPrefix, cH as AdditionalCustomerInformationParams, a9 as AddressSchema, cp as AiAgentId, bJ as AiAgentPrefix, co as AiDocumentId, bI as AiDocumentPrefix, cm as AiExecutionId, bG as AiExecutionPrefix, cn as AiExecutionStepId, bH as AiExecutionStepPrefix, cv as AiMessageId, bN as AiMessagePrefix, cq as AiStepId, bK as AiStepPrefix, b0 as Alpha2Country, dQ as AmlResults, bV as AppId, bd as AppPrefix, ac as AptosAddress, V as AptosChainId, aE as AptosSignature, J as BITCOIN_CHAIN_IDS, H as BITCOIN_CHAIN_NAMES, I as BITCOIN_CHAIN_NAMES_LIST, au as BLOCKCHAIN_NAMESPACES, aC as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aB as BLOCKCHAIN_NAMESPACE_TO_NAME, aA as BLOCKCHAIN_NAME_TO_NAMESPACE, aq as BitcoinAddress, am as BitcoinBech32Address, L as BitcoinChainId, ak as BitcoinP2PKHAddress, al as BitcoinP2SHAddress, ap as BitcoinTestnetBech32Address, an as BitcoinTestnetP2PKHAddress, ao as BitcoinTestnetP2SHAddress, ar as BlockchainAddress, B as BlockchainId, av as BlockchainNamespace, aN as BlockchainSignature, a3 as CARDANO_CHAIN_IDS, a1 as CARDANO_CHAIN_NAMES, a2 as CARDANO_CHAIN_NAMES_LIST, j as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, i as COSMOS_CHAIN_NAMES_LIST, aj as CardanoAddress, a5 as CardanoChainId, aM as CardanoSignature, bW as ChallengeId, be as ChallengePrefix, ct as ChatId, bL as ChatPrefix, af as CosmosAddress, l as CosmosChainId, aH as CosmosSignature, b3 as CountryName, aZ as CryptoCode, aY as CryptoCodes, aX as CurrencyCode, aW as CurrencyCodes, cL as CustomerId, bY as CustomerScreeningId, bg as CustomerScreeningPrefix, dM as DEFAULT_FIAT_CURRENCY, ay as DISPLAYED_BLOCKCHAIN_NAMESPACES, dV as DataLinkTypeZodSchema, dT as DataLinkVersionZodSchema, dR as DetectedDuplicates, az as DisplayedBlockchainNamespace, aD as EIP155Signature, aQ as ENVS, E as EVM_BLOCK_TIME, f as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aI as EdSignature, bT as EmailId, bb as EmailPrefix, aR as EnvironmentSchema, g as EvmChainId, cM as ExternalCustomerId, cw as FLOW_TYPES, cx as FlowType, aO as FunctionCallData, e8 as GenericVaultDataLinkZodSchema, e7 as GenericVaultEmbeddedLinkZodSchema, e5 as GenericVaultPointerLinkZodSchema, e6 as GenericVaultSearchLinkZodSchema, d4 as GenericVerifiableCredentialSchema, at as HexadecimalSchema, dx as HumanReadableTransactionReviewStatus, dw as HumanReadableTransactionReviewStatuses, dz as HumanReadableTransactionStatusMapping, da as ID3CredentialSchema, cS as ID3CredentialSubjectSchema, cA as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, cC as IDENTITY_DOCUMENT_OPTIONS, d7 as IDImageCredentialSchema, d1 as IDImageCredentialSubjectSchema, d6 as IDInformationCredentialSchema, d0 as IDInformationCredentialSubjectSchema, d5 as IDInformationTfheCredentialSchema, c$ as IDInformationTfheCredentialSubjectSchema, db as IDScanCredentialSchema, cT as IDScanCredentialSubjectSchema, dc as IDScanPassportCredentialSchema, cU as IDScanPassportCredentialSubjectSchema, dd as IDScanSelfieCredentialSchema, cV as IDScanSelfieCredentialSubjectSchema, a_ as ISO3CountryCode, cG as Identifier, cO as IdentityAppV2Web2JWT, cN as IdentityAppV2Web3JWT, cB as IdentityDocumentCountryListOption, cD as IdentityDocumentOptionsType, bS as IdentityId, ba as IdentityPrefix, cP as IdentityWidgetAccessToken_NEW, cQ as IdentityWidgetSessionToken, cc as InstitutionExtractedInfosId, bw as InstitutionExtractedInfosPrefix, cb as InstitutionId, bv as InstitutionPrefix, aV as IpAddress, cf as ListId, bz as ListPrefix, cs as MemberId, cu as MessageId, bM as MessagePrefix, b$ as MetaAlertId, bj as MetaAlertPrefix, v as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, M as NEXERA_APTOS_CHAINS, G as NEXERA_BITCOIN_CHAINS, a0 as NEXERA_CARDANO_CHAINS, h as NEXERA_COSMOS_CHAINS, a as NEXERA_EVM_CHAINS, d as NEXERA_EVM_CHAINS_ID, b as NEXERA_EVM_CHAIN_NAMES, c as NEXERA_EVM_CHAIN_NAMES_LIST, W as NEXERA_POLKADOT_CHAINS, w as NEXERA_SOLANA_CHAINS, s as NEXERA_STARKNET_CHAINS, u as NEXERA_STARKNET_CHAIN_IDS, t as NEXERA_STARKNET_CHAIN_NAMES, m as NEXERA_TEZOS_CHAINS, p as NEXERA_TEZOS_CHAIN_IDS, n as NEXERA_TEZOS_CHAIN_NAMES, o as NEXERA_TEZOS_CHAIN_NAMES_LIST, e as NexeraEvmChains, N as NonTestnetBlockchainId, di as OLD_AMLScreeningsResultsCredentialSchema, c_ as OLD_AMLScreeningsResultsCredentialSubjectSchema, de as OLD_IDImageCredentialSchema, cW as OLD_IDImageCredentialSubjectSchema, df as OLD_IDInformationCredentialSchema, cX as OLD_IDInformationCredentialSubjectSchema, dg as OLD_ProofOfResidenceCredentialSchema, cY as OLD_ProofOfResidenceCredentialSubjectSchema, dh as OLD_SelfieImageCredentialSchema, cZ as OLD_SelfieImageCredentialSubjectSchema, cI as OrganizationId, aT as OtpCode, aK as P2Signature, cE as PERSONAL_INFORMATION_FIELDS, Z as POLKADOT_CHAIN_IDS, X as POLKADOT_CHAIN_NAMES, Y as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aU as PUBLIC_SERVICES_SCHEMA_MAP, dH as PaymentType, dG as PaymentTypes, cF as PersonalInformationFieldsIdentityDocuments, ae as PolkadotAddress, $ as PolkadotChainId, aG as PolkadotSignature, r as PolygonNetworkNames, a7 as PrivateKey, d9 as ProofOfResidenceCredentialSchema, d3 as ProofOfResidenceCredentialSubjectSchema, a8 as PublicKey, ch as QueryGroupId, bB as QueryGroupPrefix, cg as QueryId, bA as QueryPrefix, z as SOLANA_CHAIN_IDS, x as SOLANA_CHAIN_NAMES, y as SOLANA_CHAIN_NAMES_LIST, aw as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, ce as ScenarioId, by as ScenarioPrefix, ci as ScorechainAnalysisId, bi as ScorechainAnalysisPrefix, b7 as ScorechainCountry, e9 as ScorechainEntityRecord, d8 as SelfieImageCredentialSchema, d2 as SelfieImageCredentialSubjectSchema, dW as Separator, F as SolanaChainId, aJ as SpSignature, cl as SsssChunkId, bF as SsssChunkPrefix, ck as SsssShareId, bE as SsssSharePrefix, ad as StarknetAddress, S as StarknetChainId, aF as StarknetSignature, bR as StorageId, b9 as StoragePrefix, as as String0x, ax as SupportedBlockchainNamespaceForSignatureAuth, dN as TRANSACTIONS_STATS_CURRENCIES, dj as TRANSACTION_CHARTS, dl as TRANSACTION_TABLE_COLUMNS, bZ as TagId, bh as TagPrefix, c0 as TagsToEntityId, bk as TagsToEntityPrefix, bX as TestId, bf as TestPrefix, ai as TezosAddress, T as TezosChainId, ah as TezosContractAddress, aP as TezosEntrypointName, ag as TezosImplicitAddress, aL as TezosSignature, c3 as TransactionActivityId, bn as TransactionActivityPrefix, c1 as TransactionAddressesId, bl as TransactionAddressesPrefix, cd as TransactionAmountId, bx as TransactionAmountPrefix, dL as TransactionAmountsFieldName, dK as TransactionAmountsFieldNames, dD as TransactionCurrencyCode, dC as TransactionCurrencyCodes, dP as TransactionDataEventObject, dB as TransactionDirection, dA as TransactionDirections, c8 as TransactionExtractedInfosId, bs as TransactionExtractedInfosPrefix, c4 as TransactionFeesId, bo as TransactionFeesPrefix, c2 as TransactionId, c7 as TransactionInfosId, br as TransactionInfosPrefix, ca as TransactionMethodExtractedInfosId, bu as TransactionMethodExtractedInfosPrefix, c9 as TransactionMethodsId, bt as TransactionMethodsPrefix, c6 as TransactionPartiesId, bq as TransactionPartiesPrefix, dJ as TransactionPartiesType, dI as TransactionPartiesTypes, bm as TransactionPrefix, dF as TransactionProvider, dE as TransactionProviders, c5 as TransactionReviewId, bp as TransactionReviewPrefix, dv as TransactionReviewStatus, du as TransactionReviewStatuses, dt as TransactionRiskLevel, ds as TransactionRiskLevels, dO as TransactionStatsCurrency, dy as TransactionStatusMapping, dm as TransactionTableColumn, dp as TransactionType, dr as TransactionTypeWithAll, dn as TransactionTypes, dq as TransactionTypesWithAll, dk as TransactionsChartType, aa as TxHash, aS as UuidString, d_ as VaultJsonSchemas, e4 as VaultMetadataLinkZodSchema, e2 as VaultPointerKeyMapZodSchema, e3 as VaultQueryMapZodSchema, e0 as VaultSchemaIdZodSchema, e1 as VaultSchemaPathsZodSchema, d$ as VaultZodSchema, cz as VerificationMode, cy as VerificationModes, bU as WalletId, bc as WalletPrefix, ea as WalletScreeningData, ec as WalletScreeningProvider, eb as WalletScreeningProviders, cR as Web2CreateSessionParams, cK as WorkflowId, cj as WorkflowSessionAttributeId, bD as WorkflowSessionAttributePrefix, bO as WorkflowSessionId, cJ as WorkspaceId, dU as allDataLinkTypes, dS as allDataLinkVersions, b2 as countryISO2toISO3Mapping, b1 as countryISO3toISO2Mapping, bP as createBrandedSchemaId, bQ as createBrandedSchemaIdWithParams, cr as generateId, dX as generateZodObjectPaths, a6 as isValidAddress, b4 as isoCountriesNameFromISO2, b5 as isoCountriesNameFromISO3, b6 as parseISO3CountryCode, dY as resolvePathOnDataSchema, dZ as resolvePathOnMapSchema, b8 as scorechainCountriesNameFromISO2, ab as shortBlockchainAddress } from './vault.schema-607626e2.esm.mjs';
|
|
2
2
|
import { z } from 'zod';
|
|
3
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
4
|
-
export { Z as ACTION_STATUSES, X as ACTION_TRIGGERS, bk as ARRAY_OPERATORS, b2 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, H as AVAILABLE_FLOWS, an as AbbreviatedWorkflowScenario, al as Action, _ as ActionStatus, Y as ActionTrigger, W as ActionType, $ as ActionValue, by as AllCredentialValues, cc as AllScenarioExecutionAuthorizationData, c4 as AnyTxAuthDataSignatureResponse, c7 as AnyTxAuthInputJsSdk, bZ as ApiTezosTxAuthInput, bV as ApiTxAuthInput, bl as ArrayOperator, ba as AuthQrCodeData, aI as AuthSession, aJ as AuthSessionData, b5 as AuthorizationRequestMessage, b4 as AuthorizationRequestMessageType, b3 as AuthorizationRequestMessageTypes, b8 as AuthorizationResponseMessage, J as AvailableFlow, bq as BOOLEAN_OPERATORS, a8 as BackwardsCompatibleScenarioType, a7 as BackwardsCompatibleScenarioTypes, a9 as BaseQueryResponse, B as BasicCustomerContactInformation, br as BooleanOperator, a$ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bJ as ChallengeQuerySchema, aK as ChallengeResponse, b0 as CircuitId, r as CloseScreenNotification, aq as ComplianceImplementationStepsInput, cb as CreateAuthRequestProps, ap as CreateTemplateScenario, cn as CredentialMediaType, ci as CredentialNames, b9 as CredentialQrCodeData, ch as CredentialSchemas, cl as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, p as CustomerPersonalInformation, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, bs as DATE_OPERATORS, L as DataAvailableOnStart, bt as DateOperator, c5 as Eip155TxAuthInputJsSdk, ab as ExecuteQueryResponse, c3 as ExtendedTezosTxAuthDataSignatureResponse, c1 as ExtendedTezosTxAuthInput, c2 as ExtendedTxAuthDataSignatureResponse, c0 as ExtendedTxAuthInput, aH as GenerateWalletChallengeRequest, as as GetCredentialsRequest, at as GetCredentialsResponse, aN as GetCustomerStatusRequest, aS as GetCustomerStatusResponse, b$ as GetTezosTxAuthDataSignatureResponse, bX as GetTxAuthDataSignatureResponse, aB as GetTxAuthSigRequest, aD as GetTxAuthSigRequestTezos, aC as GetTxAuthSigResponse, aE as GetTxAuthSigResponseTezos, aV as HostMessage, aF as HostRequestMessage, U as HostResponseMessage, bx as IDInformationTfhe, aT as IdentityAppMessage, aW as IdentityMessage, A as IdentityNotificationMessage, G as IdentityRequestMessage, aG as IdentityResponseMessage, aO as IdentitySdkMessage, aP as IdentitySdkMessageWithIdentifier, aU as IdentityWallet, D as InitialDataRequest, M as InitialDataResponse, I as IsVerifiedNotification, az as IsVerifiedRequest, aA as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, s as KycCompletionData, t as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aZ as MediaType, a_ as MediaTypePID, bo as NUMERIC_OPERATORS, cj as NexeraCredentialType, bp as NumericOperator, bK as OLD_CHALLENGE_QUERY_OPERATORS, bL as OLD_ChallengeQueryOperator, bO as OLD_ChallengeQueryOperatorToOperator, bG as OLD_ChallengeQuerySchema, bQ as OLD_QueryCredentialType, bP as OLD_QueryCredentialTypes, bg as OPERATORS, y as OcvSdkInitialized, O as OffChainScenarioExecutionData, aa as OffChainZKPRuleResult, v as OnChainScenarioExecutionData, bh as Operator, bM as OperatorMappings, bN as OperatorToOLD_ChallengeQueryOperator, bF as PartialQueryConfigSimplified, P as PolygonIdInitialized, av as PolygonIdRequest, au as PolygonIdRequestData, ax as PolygonIdResponse, aw as PolygonIdResponseData, ca as PrivacyPreservingMonitoring, b6 as ProofData, be as QUERY_LOGIC_OPERATOR, bb as QrCodeLinkWithSchemaType, bz as QueriesOptions, bC as QueryConfigSimplified, bB as QueryConfigTfhe, bI as QueryCredentialType, bH as QueryCredentialTypes, bD as QueryGroupConfigSimplified, bf as QueryLogicOperator, bA as QueryType, aX as RequiredDataRowSchema, aY as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, ac as RuleEngineResponse, u as RuleEngineScenarioExecutionData, bE as RuleResultQueryConfig, af as RuleResultStatus, ag as RuleResultStatusLabels, ae as RuleResultStatuses, V as SCENARIO_ACTION_TYPES, cd as SCENARIO_AUTHORIZATION_STATUSES, bm as STRING_OPERATORS, bu as SUPPORTED_TYPES, am as Scenario, S as ScenarioAuthorizationData, ce as ScenarioAuthorizationStatus, w as ScenarioExecutionData, x as ScenarioExecutionNotification, ad as ScenarioExecutionResponse, a3 as ScenarioMode, a2 as ScenarioModes, a6 as ScenarioSchema, a5 as ScenarioStatus, a4 as ScenarioStatuses, a1 as ScenarioType, a0 as ScenarioTypes, ah as SdkVerificationOutput, q as SdkVerificationResponseSchema, F as SendTransactionRequest, E as SignatureRequest, N as SignatureResponse, ar as SimplifiedCredential, z as StartCompletedNotification, ay as StartFlowRequest, bn as StringOperator, bv as SupportedType, bw as SupportedTypes, ao as TemplateScenario, bY as TezosTxAuthInput, c6 as TezosTxAuthInputJsSdk, b_ as TezosTxSignatureResponse, T as TransactionData, Q as TransactionResponse, aR as TxAuthDataSignatureGatingError, aM as TxAuthDataSignatureGatingRequest, aQ as TxAuthDataSignatureResponse, bU as TxAuthInput, bW as TxSignatureResponse, cm as VerifiableCredential, ak as VerificationOutput, aj as VerificationSessionStatus, ai as VerificationSessionStatuses, cg as VerifyWalletChallengeRequest, aL as WalletSignResponse, cf as WalletSignatureResponse, bi as ZKPOperator, c8 as ZKPRequest, c9 as ZKPRequestFromZKVerifier, b1 as ZeroKnowledgeProofRequest, b7 as ZeroKnowledgeProofResponse, ck as getCredentialName, bS as getOldCredentialPath, bR as getOldCredentialType, bT as oldCredentialPathToDataLink, bj as operatorDisplayMap, bc as parseIden3Message, bd as parseSessionIdFromUrl } from './identity-api.schema-
|
|
5
|
-
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-
|
|
3
|
+
import { C as CredentialTypes } from './identity-api.schema-696f245d.esm.mjs';
|
|
4
|
+
export { Z as ACTION_STATUSES, X as ACTION_TRIGGERS, bk as ARRAY_OPERATORS, b2 as AUTHORIZATION_REQUEST_MESSAGE_TYPES, H as AVAILABLE_FLOWS, an as AbbreviatedWorkflowScenario, al as Action, _ as ActionStatus, Y as ActionTrigger, W as ActionType, $ as ActionValue, by as AllCredentialValues, cc as AllScenarioExecutionAuthorizationData, c4 as AnyTxAuthDataSignatureResponse, c7 as AnyTxAuthInputJsSdk, bZ as ApiTezosTxAuthInput, bV as ApiTxAuthInput, bl as ArrayOperator, ba as AuthQrCodeData, aI as AuthSession, aJ as AuthSessionData, b5 as AuthorizationRequestMessage, b4 as AuthorizationRequestMessageType, b3 as AuthorizationRequestMessageTypes, b8 as AuthorizationResponseMessage, J as AvailableFlow, bq as BOOLEAN_OPERATORS, a8 as BackwardsCompatibleScenarioType, a7 as BackwardsCompatibleScenarioTypes, a9 as BaseQueryResponse, B as BasicCustomerContactInformation, br as BooleanOperator, a$ as CIRCUIT_IDS, k as CUSTOMERS_CHARTS, o as CUSTOMER_AUTOMATION_REASONS, m as CUSTOMER_TABLE_COLUMNS, bJ as ChallengeQuerySchema, aK as ChallengeResponse, b0 as CircuitId, r as CloseScreenNotification, aq as ComplianceImplementationStepsInput, cb as CreateAuthRequestProps, ap as CreateTemplateScenario, cn as CredentialMediaType, ci as CredentialNames, b9 as CredentialQrCodeData, ch as CredentialSchemas, cl as CredentialType, C as CredentialTypes, h as CustomerOnboardingLevel, g as CustomerOnboardingLevels, p as CustomerPersonalInformation, j as CustomerStatus, i as CustomerStatuses, n as CustomerTableColumn, c as CustomerType, b as CustomerTypes, l as CustomersChartType, bs as DATE_OPERATORS, L as DataAvailableOnStart, bt as DateOperator, c5 as Eip155TxAuthInputJsSdk, ab as ExecuteQueryResponse, c3 as ExtendedTezosTxAuthDataSignatureResponse, c1 as ExtendedTezosTxAuthInput, c2 as ExtendedTxAuthDataSignatureResponse, c0 as ExtendedTxAuthInput, aH as GenerateWalletChallengeRequest, as as GetCredentialsRequest, at as GetCredentialsResponse, aN as GetCustomerStatusRequest, aS as GetCustomerStatusResponse, b$ as GetTezosTxAuthDataSignatureResponse, bX as GetTxAuthDataSignatureResponse, aB as GetTxAuthSigRequest, aD as GetTxAuthSigRequestTezos, aC as GetTxAuthSigResponse, aE as GetTxAuthSigResponseTezos, aV as HostMessage, aF as HostRequestMessage, U as HostResponseMessage, bx as IDInformationTfhe, aT as IdentityAppMessage, aW as IdentityMessage, A as IdentityNotificationMessage, G as IdentityRequestMessage, aG as IdentityResponseMessage, aO as IdentitySdkMessage, aP as IdentitySdkMessageWithIdentifier, aU as IdentityWallet, D as InitialDataRequest, M as InitialDataResponse, I as IsVerifiedNotification, az as IsVerifiedRequest, aA as IsVerifiedResponse, f as KybOnboardingLevel, e as KybOnboardingLevels, s as KycCompletionData, t as KycCompletionNotification, d as KycOnboardingLevel, K as KycOnboardingLevels, aZ as MediaType, a_ as MediaTypePID, bo as NUMERIC_OPERATORS, cj as NexeraCredentialType, bp as NumericOperator, bK as OLD_CHALLENGE_QUERY_OPERATORS, bL as OLD_ChallengeQueryOperator, bO as OLD_ChallengeQueryOperatorToOperator, bG as OLD_ChallengeQuerySchema, bQ as OLD_QueryCredentialType, bP as OLD_QueryCredentialTypes, bg as OPERATORS, y as OcvSdkInitialized, O as OffChainScenarioExecutionData, aa as OffChainZKPRuleResult, v as OnChainScenarioExecutionData, bh as Operator, bM as OperatorMappings, bN as OperatorToOLD_ChallengeQueryOperator, bF as PartialQueryConfigSimplified, P as PolygonIdInitialized, av as PolygonIdRequest, au as PolygonIdRequestData, ax as PolygonIdResponse, aw as PolygonIdResponseData, ca as PrivacyPreservingMonitoring, b6 as ProofData, be as QUERY_LOGIC_OPERATOR, bb as QrCodeLinkWithSchemaType, bz as QueriesOptions, bC as QueryConfigSimplified, bB as QueryConfigTfhe, bI as QueryCredentialType, bH as QueryCredentialTypes, bD as QueryGroupConfigSimplified, bf as QueryLogicOperator, bA as QueryType, aX as RequiredDataRowSchema, aY as RequiredVerificationData, a as RiskScoreType, R as RiskScoreTypes, ac as RuleEngineResponse, u as RuleEngineScenarioExecutionData, bE as RuleResultQueryConfig, af as RuleResultStatus, ag as RuleResultStatusLabels, ae as RuleResultStatuses, V as SCENARIO_ACTION_TYPES, cd as SCENARIO_AUTHORIZATION_STATUSES, bm as STRING_OPERATORS, bu as SUPPORTED_TYPES, am as Scenario, S as ScenarioAuthorizationData, ce as ScenarioAuthorizationStatus, w as ScenarioExecutionData, x as ScenarioExecutionNotification, ad as ScenarioExecutionResponse, a3 as ScenarioMode, a2 as ScenarioModes, a6 as ScenarioSchema, a5 as ScenarioStatus, a4 as ScenarioStatuses, a1 as ScenarioType, a0 as ScenarioTypes, ah as SdkVerificationOutput, q as SdkVerificationResponseSchema, F as SendTransactionRequest, E as SignatureRequest, N as SignatureResponse, ar as SimplifiedCredential, z as StartCompletedNotification, ay as StartFlowRequest, bn as StringOperator, bv as SupportedType, bw as SupportedTypes, ao as TemplateScenario, bY as TezosTxAuthInput, c6 as TezosTxAuthInputJsSdk, b_ as TezosTxSignatureResponse, T as TransactionData, Q as TransactionResponse, aR as TxAuthDataSignatureGatingError, aM as TxAuthDataSignatureGatingRequest, aQ as TxAuthDataSignatureResponse, bU as TxAuthInput, bW as TxSignatureResponse, cm as VerifiableCredential, ak as VerificationOutput, aj as VerificationSessionStatus, ai as VerificationSessionStatuses, cg as VerifyWalletChallengeRequest, aL as WalletSignResponse, cf as WalletSignatureResponse, bi as ZKPOperator, c8 as ZKPRequest, c9 as ZKPRequestFromZKVerifier, b1 as ZeroKnowledgeProofRequest, b7 as ZeroKnowledgeProofResponse, ck as getCredentialName, bS as getOldCredentialPath, bR as getOldCredentialType, bT as oldCredentialPathToDataLink, bj as operatorDisplayMap, bc as parseIden3Message, bd as parseSessionIdFromUrl } from './identity-api.schema-696f245d.esm.mjs';
|
|
5
|
+
export { I as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-fd668f52.esm.mjs';
|
|
6
6
|
import 'nanoid';
|
|
7
7
|
import 'decimal.js';
|
|
8
8
|
|
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-c507b278.cjs.dev.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-ca16cca2.cjs.dev.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
3
|
+
var vault_schema = require('./vault.schema-faff845c.cjs.prod.cjs');
|
|
4
|
+
var identityApi_schema = require('./identity-api.schema-330ff450.cjs.prod.cjs');
|
|
5
5
|
|
|
6
6
|
var VC_JSON_SCHEMA_MAP = {
|
|
7
7
|
ProofOfResidence: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ee as _toConsumableArray } from './vault.schema-
|
|
2
|
-
import { bv as SupportedType, bo as NUMERIC_OPERATORS, bk as ARRAY_OPERATORS, bq as BOOLEAN_OPERATORS, bm as STRING_OPERATORS } from './identity-api.schema-
|
|
1
|
+
import { ee as _toConsumableArray } from './vault.schema-607626e2.esm.mjs';
|
|
2
|
+
import { bv as SupportedType, bo as NUMERIC_OPERATORS, bk as ARRAY_OPERATORS, bq as BOOLEAN_OPERATORS, bm as STRING_OPERATORS } from './identity-api.schema-696f245d.esm.mjs';
|
|
3
3
|
|
|
4
4
|
var VC_JSON_SCHEMA_MAP = {
|
|
5
5
|
ProofOfResidence: {
|
|
@@ -10763,6 +10763,72 @@ var TransactionJsonSchema = {
|
|
|
10763
10763
|
"riskLevel"
|
|
10764
10764
|
],
|
|
10765
10765
|
additionalProperties: false
|
|
10766
|
+
},
|
|
10767
|
+
historicalAverages: {
|
|
10768
|
+
type: "object",
|
|
10769
|
+
properties: {
|
|
10770
|
+
maa: {
|
|
10771
|
+
type: "object",
|
|
10772
|
+
properties: {
|
|
10773
|
+
USD: {
|
|
10774
|
+
description: "decimal"
|
|
10775
|
+
},
|
|
10776
|
+
EUR: {
|
|
10777
|
+
description: "decimal"
|
|
10778
|
+
},
|
|
10779
|
+
GBP: {
|
|
10780
|
+
description: "decimal"
|
|
10781
|
+
}
|
|
10782
|
+
},
|
|
10783
|
+
additionalProperties: false
|
|
10784
|
+
},
|
|
10785
|
+
maaExt: {
|
|
10786
|
+
type: "object",
|
|
10787
|
+
properties: {
|
|
10788
|
+
USD: {
|
|
10789
|
+
description: "decimal"
|
|
10790
|
+
},
|
|
10791
|
+
EUR: {
|
|
10792
|
+
description: "decimal"
|
|
10793
|
+
},
|
|
10794
|
+
GBP: {
|
|
10795
|
+
description: "decimal"
|
|
10796
|
+
}
|
|
10797
|
+
},
|
|
10798
|
+
additionalProperties: false
|
|
10799
|
+
},
|
|
10800
|
+
maaInt: {
|
|
10801
|
+
type: "object",
|
|
10802
|
+
properties: {
|
|
10803
|
+
USD: {
|
|
10804
|
+
description: "decimal"
|
|
10805
|
+
},
|
|
10806
|
+
EUR: {
|
|
10807
|
+
description: "decimal"
|
|
10808
|
+
},
|
|
10809
|
+
GBP: {
|
|
10810
|
+
description: "decimal"
|
|
10811
|
+
}
|
|
10812
|
+
},
|
|
10813
|
+
additionalProperties: false
|
|
10814
|
+
},
|
|
10815
|
+
gmaa: {
|
|
10816
|
+
type: "object",
|
|
10817
|
+
properties: {
|
|
10818
|
+
USD: {
|
|
10819
|
+
description: "decimal"
|
|
10820
|
+
},
|
|
10821
|
+
EUR: {
|
|
10822
|
+
description: "decimal"
|
|
10823
|
+
},
|
|
10824
|
+
GBP: {
|
|
10825
|
+
description: "decimal"
|
|
10826
|
+
}
|
|
10827
|
+
},
|
|
10828
|
+
additionalProperties: false
|
|
10829
|
+
}
|
|
10830
|
+
},
|
|
10831
|
+
additionalProperties: false
|
|
10766
10832
|
}
|
|
10767
10833
|
},
|
|
10768
10834
|
additionalProperties: false
|
|
@@ -10880,6 +10946,11 @@ var TransactionStats = z.object({
|
|
|
10880
10946
|
var AML_RESULTS = ["AML Hits", "PEP Hits", "Sanction Hits", "Adverse Media"];
|
|
10881
10947
|
var AmlResults = z["enum"](AML_RESULTS);
|
|
10882
10948
|
var DecimalSchema = z["instanceof"](Decimal).describe("decimal");
|
|
10949
|
+
var AmountByCurrencyBreakdown = z.object({
|
|
10950
|
+
USD: DecimalSchema.optional(),
|
|
10951
|
+
EUR: DecimalSchema.optional(),
|
|
10952
|
+
GBP: DecimalSchema.optional()
|
|
10953
|
+
});
|
|
10883
10954
|
var PartySchema = z.object({
|
|
10884
10955
|
countryOfResidence: ISO3CountryCode.optional(),
|
|
10885
10956
|
nationality: ISO3CountryCode.optional(),
|
|
@@ -10889,11 +10960,7 @@ var PartySchema = z.object({
|
|
|
10889
10960
|
address: z.string().optional()
|
|
10890
10961
|
}).optional();
|
|
10891
10962
|
var TransactionZodSchema = z.object({
|
|
10892
|
-
amount:
|
|
10893
|
-
USD: DecimalSchema.optional(),
|
|
10894
|
-
EUR: DecimalSchema.optional(),
|
|
10895
|
-
GBP: DecimalSchema.optional()
|
|
10896
|
-
}).optional(),
|
|
10963
|
+
amount: AmountByCurrencyBreakdown.optional(),
|
|
10897
10964
|
event: z.object({
|
|
10898
10965
|
transactionDate: z.coerce.date().optional(),
|
|
10899
10966
|
amount: DecimalSchema.optional(),
|
|
@@ -10916,7 +10983,13 @@ var TransactionZodSchema = z.object({
|
|
|
10916
10983
|
amlScreening: z.object({
|
|
10917
10984
|
amlResults: AmlResults.array().optional()
|
|
10918
10985
|
}).optional(),
|
|
10919
|
-
walletScreening: WalletScreeningData.optional()
|
|
10986
|
+
walletScreening: WalletScreeningData.optional(),
|
|
10987
|
+
historicalAverages: z.object({
|
|
10988
|
+
maa: AmountByCurrencyBreakdown.optional(),
|
|
10989
|
+
maaExt: AmountByCurrencyBreakdown.optional(),
|
|
10990
|
+
maaInt: AmountByCurrencyBreakdown.optional(),
|
|
10991
|
+
gmaa: AmountByCurrencyBreakdown.optional()
|
|
10992
|
+
}).optional()
|
|
10920
10993
|
});
|
|
10921
10994
|
|
|
10922
10995
|
var VaultJsonSchemas = {
|