@nexeraid/identity-schemas 2.219.0-dev → 2.220.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/declarations/src/customer.schema.d.ts +5 -0
- package/dist/declarations/src/customer.schema.d.ts.map +1 -1
- package/dist/declarations/src/identity/app-requests.schema.d.ts +37 -37
- package/dist/declarations/src/identity/identity-v2.schema.d.ts +9 -9
- package/dist/declarations/src/identity/kyc.schema.d.ts +9 -9
- package/dist/declarations/src/identity/scenario.schema.d.ts +34 -34
- package/dist/declarations/src/identity/scenario.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/customers.schema.d.ts +24 -3
- package/dist/declarations/src/providers/customers.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts +79 -3
- package/dist/declarations/src/providers/kyb-sessions.schema.d.ts.map +1 -1
- package/dist/declarations/src/providers/kyc-sessions.schema.d.ts +37 -37
- package/dist/declarations/src/providers/sumsub/sumsub-applicant.schema.d.ts +76 -76
- package/dist/declarations/src/providers/sumsub/sumsub.schema.d.ts +4 -4
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts +75 -0
- package/dist/declarations/src/vault/schemas/Customer.zod.d.ts.map +1 -1
- package/dist/declarations/src/vault/schemas/generated/Customer.schema.json.d.ts +275 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts +16 -0
- package/dist/declarations/src/vault/schemas/generated/Customer.type.d.ts.map +1 -1
- package/dist/declarations/src/vault/vault.schema.d.ts +103 -0
- package/dist/declarations/src/vault/vault.schema.d.ts.map +1 -1
- package/dist/declarations/src/webhooks/alert.schema.d.ts +2 -2
- package/dist/declarations/src/webhooks/alert.schema.d.ts.map +1 -1
- package/dist/{identity-api.schema-d38efa2a.cjs.dev.cjs → identity-api.schema-4ec9fdca.cjs.dev.cjs} +5 -16
- package/dist/{identity-api.schema-e336805b.cjs.prod.cjs → identity-api.schema-57bbbe51.cjs.prod.cjs} +5 -16
- package/dist/{identity-api.schema-f7d96e63.esm.mjs → identity-api.schema-82b97da7.esm.mjs} +5 -16
- package/dist/nexeraid-identity-schemas.cjs.dev.cjs +5 -5
- package/dist/nexeraid-identity-schemas.cjs.prod.cjs +5 -5
- package/dist/nexeraid-identity-schemas.esm.mjs +7 -7
- package/dist/{notabene.schema-c5527856.esm.mjs → notabene.schema-2cdf460c.esm.mjs} +35 -21
- package/dist/{notabene.schema-377df233.cjs.prod.cjs → notabene.schema-9c2c4151.cjs.prod.cjs} +36 -20
- package/dist/{notabene.schema-9d92b8f7.cjs.dev.cjs → notabene.schema-a574596c.cjs.dev.cjs} +36 -20
- package/dist/package.json +1 -1
- package/dist/{tfhe-utilities-8d11e34d.cjs.dev.cjs → tfhe-utilities-159b8167.cjs.dev.cjs} +2 -2
- package/dist/{tfhe-utilities-7737169b.cjs.prod.cjs → tfhe-utilities-79ebf91e.cjs.prod.cjs} +2 -2
- package/dist/{tfhe-utilities-071f5348.esm.mjs → tfhe-utilities-8dac8326.esm.mjs} +2 -2
- package/dist/{toArray-97f0e0e9.cjs.prod.cjs → toArray-79d56a87.cjs.prod.cjs} +1 -1
- package/dist/{toArray-e62b4fb4.esm.mjs → toArray-ce14afcd.esm.mjs} +1 -1
- package/dist/{toArray-a0017d51.cjs.dev.cjs → toArray-d3b505b6.cjs.dev.cjs} +1 -1
- package/dist/{vault.schema-11c98ace.cjs.prod.cjs → vault.schema-3e16092e.cjs.dev.cjs} +324 -6
- package/dist/{vault.schema-54409d8e.cjs.dev.cjs → vault.schema-9e61eba0.cjs.prod.cjs} +324 -6
- package/dist/{vault.schema-814e6950.esm.mjs → vault.schema-bfc68f42.esm.mjs} +324 -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 +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.cjs.prod.cjs +5 -3
- package/providers/dist/nexeraid-identity-schemas-providers.esm.mjs +3 -3
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs +2 -2
- package/vault/dist/nexeraid-identity-schemas-vault.esm.mjs +3 -3
- 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 +6 -9
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.cjs.prod.cjs +6 -9
- package/webhooks/dist/nexeraid-identity-schemas-webhooks.esm.mjs +6 -9
|
@@ -171,6 +171,49 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
171
171
|
emailScore?: number | undefined;
|
|
172
172
|
phoneScore?: number | undefined;
|
|
173
173
|
}>>;
|
|
174
|
+
companyIdentity: z.ZodOptional<z.ZodObject<{
|
|
175
|
+
companyName: z.ZodOptional<z.ZodString>;
|
|
176
|
+
registrationNumber: z.ZodOptional<z.ZodString>;
|
|
177
|
+
country: z.ZodOptional<z.ZodEnum<["AFG", "ALB", "DZA", "ASM", "AND", "AGO", "AIA", "ATA", "ATG", "ARG", "ARM", "ABW", "AUS", "AUT", "AZE", "BHS", "BHR", "BGD", "BRB", "BLR", "BEL", "BLZ", "BEN", "BMU", "BTN", "BOL", "BES", "BIH", "BWA", "BVT", "BRA", "IOT", "BRN", "BGR", "BFA", "BDI", "CPV", "KHM", "CMR", "CAN", "CYM", "CAF", "TCD", "CHL", "CHN", "CXR", "CCK", "COL", "COM", "COD", "COG", "COK", "CRI", "HRV", "CUB", "CUW", "CYP", "CZE", "CIV", "DNK", "DJI", "DMA", "DOM", "ECU", "EGY", "SLV", "GNQ", "ERI", "EST", "SWZ", "ETH", "FLK", "FRO", "FJI", "FIN", "FRA", "GUF", "PYF", "ATF", "GAB", "GMB", "GEO", "DEU", "GHA", "GIB", "GRC", "GRL", "GRD", "GLP", "GUM", "GTM", "GGY", "GIN", "GNB", "GUY", "HTI", "HMD", "VAT", "HND", "HKG", "HUN", "ISL", "IND", "IDN", "IRN", "IRQ", "IRL", "IMN", "ISR", "ITA", "JAM", "JPN", "JEY", "JOR", "KAZ", "KEN", "KIR", "PRK", "KOR", "KWT", "KGZ", "LAO", "LVA", "LBN", "LSO", "LBR", "LBY", "LIE", "LTU", "LUX", "MAC", "MDG", "MWI", "MYS", "MDV", "MLI", "MLT", "MHL", "MTQ", "MRT", "MUS", "MYT", "MEX", "FSM", "MDA", "MCO", "MNG", "MNE", "MSR", "MAR", "MOZ", "MMR", "NAM", "NRU", "NPL", "NLD", "NCL", "NZL", "NIC", "NER", "NGA", "NIU", "NFK", "MNP", "NOR", "OMN", "PAK", "PLW", "PSE", "PAN", "PNG", "PRY", "PER", "PHL", "PCN", "POL", "PRT", "PRI", "QAT", "MKD", "ROU", "RUS", "RWA", "REU", "BLM", "SHN", "KNA", "LCA", "MAF", "SPM", "VCT", "WSM", "SMR", "STP", "SAU", "SEN", "SRB", "SYC", "SLE", "SGP", "SXM", "SVK", "SVN", "SLB", "SOM", "ZAF", "SGS", "SSD", "ESP", "LKA", "SDN", "SUR", "SJM", "SWE", "CHE", "SYR", "TWN", "TJK", "TZA", "THA", "TLS", "TGO", "TKL", "TON", "TTO", "TUN", "TUR", "TKM", "TCA", "TUV", "UGA", "UKR", "ARE", "GBR", "UMI", "USA", "URY", "UZB", "VUT", "VEN", "VNM", "VGB", "VIR", "WLF", "ESH", "YEM", "ZMB", "ZWE", "ALA", "ANT", "XKX"]>>;
|
|
178
|
+
legalAddress: z.ZodOptional<z.ZodString>;
|
|
179
|
+
incorporatedOn: z.ZodOptional<z.ZodString>;
|
|
180
|
+
type: z.ZodOptional<z.ZodString>;
|
|
181
|
+
email: z.ZodOptional<z.ZodString>;
|
|
182
|
+
phone: z.ZodOptional<z.ZodString>;
|
|
183
|
+
controlScheme: z.ZodOptional<z.ZodString>;
|
|
184
|
+
taxId: z.ZodOptional<z.ZodString>;
|
|
185
|
+
registrationLocation: z.ZodOptional<z.ZodString>;
|
|
186
|
+
website: z.ZodOptional<z.ZodString>;
|
|
187
|
+
postalAddress: z.ZodOptional<z.ZodString>;
|
|
188
|
+
}, "strip", z.ZodTypeAny, {
|
|
189
|
+
type?: string | undefined;
|
|
190
|
+
country?: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX" | undefined;
|
|
191
|
+
email?: string | undefined;
|
|
192
|
+
phone?: string | undefined;
|
|
193
|
+
companyName?: string | undefined;
|
|
194
|
+
registrationNumber?: string | undefined;
|
|
195
|
+
legalAddress?: string | undefined;
|
|
196
|
+
incorporatedOn?: string | undefined;
|
|
197
|
+
controlScheme?: string | undefined;
|
|
198
|
+
taxId?: string | undefined;
|
|
199
|
+
registrationLocation?: string | undefined;
|
|
200
|
+
website?: string | undefined;
|
|
201
|
+
postalAddress?: string | undefined;
|
|
202
|
+
}, {
|
|
203
|
+
type?: string | undefined;
|
|
204
|
+
country?: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX" | undefined;
|
|
205
|
+
email?: string | undefined;
|
|
206
|
+
phone?: string | undefined;
|
|
207
|
+
companyName?: string | undefined;
|
|
208
|
+
registrationNumber?: string | undefined;
|
|
209
|
+
legalAddress?: string | undefined;
|
|
210
|
+
incorporatedOn?: string | undefined;
|
|
211
|
+
controlScheme?: string | undefined;
|
|
212
|
+
taxId?: string | undefined;
|
|
213
|
+
registrationLocation?: string | undefined;
|
|
214
|
+
website?: string | undefined;
|
|
215
|
+
postalAddress?: string | undefined;
|
|
216
|
+
}>>;
|
|
174
217
|
attributes: z.ZodObject<{
|
|
175
218
|
status: z.ZodOptional<z.ZodEnum<["Active", "Rejected", "Dormant", "To be reviewed", "Failed", "Escalated", "Terminated", "No status"]>>;
|
|
176
219
|
riskLevel: z.ZodOptional<z.ZodEnum<["Low", "Medium", "High", "No risk"]>>;
|
|
@@ -249,6 +292,21 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
249
292
|
emailScore?: number | undefined;
|
|
250
293
|
phoneScore?: number | undefined;
|
|
251
294
|
} | undefined;
|
|
295
|
+
companyIdentity?: {
|
|
296
|
+
type?: string | undefined;
|
|
297
|
+
country?: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX" | undefined;
|
|
298
|
+
email?: string | undefined;
|
|
299
|
+
phone?: string | undefined;
|
|
300
|
+
companyName?: string | undefined;
|
|
301
|
+
registrationNumber?: string | undefined;
|
|
302
|
+
legalAddress?: string | undefined;
|
|
303
|
+
incorporatedOn?: string | undefined;
|
|
304
|
+
controlScheme?: string | undefined;
|
|
305
|
+
taxId?: string | undefined;
|
|
306
|
+
registrationLocation?: string | undefined;
|
|
307
|
+
website?: string | undefined;
|
|
308
|
+
postalAddress?: string | undefined;
|
|
309
|
+
} | undefined;
|
|
252
310
|
distinctWithdrawalWalletAddresses30d?: number | undefined;
|
|
253
311
|
distinctIpAddresses1h?: number | undefined;
|
|
254
312
|
}, {
|
|
@@ -308,6 +366,21 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
308
366
|
emailScore?: number | undefined;
|
|
309
367
|
phoneScore?: number | undefined;
|
|
310
368
|
} | undefined;
|
|
369
|
+
companyIdentity?: {
|
|
370
|
+
type?: string | undefined;
|
|
371
|
+
country?: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX" | undefined;
|
|
372
|
+
email?: string | undefined;
|
|
373
|
+
phone?: string | undefined;
|
|
374
|
+
companyName?: string | undefined;
|
|
375
|
+
registrationNumber?: string | undefined;
|
|
376
|
+
legalAddress?: string | undefined;
|
|
377
|
+
incorporatedOn?: string | undefined;
|
|
378
|
+
controlScheme?: string | undefined;
|
|
379
|
+
taxId?: string | undefined;
|
|
380
|
+
registrationLocation?: string | undefined;
|
|
381
|
+
website?: string | undefined;
|
|
382
|
+
postalAddress?: string | undefined;
|
|
383
|
+
} | undefined;
|
|
311
384
|
distinctWithdrawalWalletAddresses30d?: number | undefined;
|
|
312
385
|
distinctIpAddresses1h?: number | undefined;
|
|
313
386
|
}>;
|
|
@@ -3630,6 +3703,21 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
3630
3703
|
emailScore?: number | undefined;
|
|
3631
3704
|
phoneScore?: number | undefined;
|
|
3632
3705
|
} | undefined;
|
|
3706
|
+
companyIdentity?: {
|
|
3707
|
+
type?: string | undefined;
|
|
3708
|
+
country?: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX" | undefined;
|
|
3709
|
+
email?: string | undefined;
|
|
3710
|
+
phone?: string | undefined;
|
|
3711
|
+
companyName?: string | undefined;
|
|
3712
|
+
registrationNumber?: string | undefined;
|
|
3713
|
+
legalAddress?: string | undefined;
|
|
3714
|
+
incorporatedOn?: string | undefined;
|
|
3715
|
+
controlScheme?: string | undefined;
|
|
3716
|
+
taxId?: string | undefined;
|
|
3717
|
+
registrationLocation?: string | undefined;
|
|
3718
|
+
website?: string | undefined;
|
|
3719
|
+
postalAddress?: string | undefined;
|
|
3720
|
+
} | undefined;
|
|
3633
3721
|
distinctWithdrawalWalletAddresses30d?: number | undefined;
|
|
3634
3722
|
distinctIpAddresses1h?: number | undefined;
|
|
3635
3723
|
};
|
|
@@ -4112,6 +4200,21 @@ export declare const VaultZodSchema: z.ZodObject<{
|
|
|
4112
4200
|
emailScore?: number | undefined;
|
|
4113
4201
|
phoneScore?: number | undefined;
|
|
4114
4202
|
} | undefined;
|
|
4203
|
+
companyIdentity?: {
|
|
4204
|
+
type?: string | undefined;
|
|
4205
|
+
country?: "AFG" | "ALB" | "DZA" | "ASM" | "AND" | "AGO" | "AIA" | "ATA" | "ATG" | "ARG" | "ARM" | "ABW" | "AUS" | "AUT" | "AZE" | "BHS" | "BHR" | "BGD" | "BRB" | "BLR" | "BEL" | "BLZ" | "BEN" | "BMU" | "BTN" | "BOL" | "BES" | "BIH" | "BWA" | "BVT" | "BRA" | "IOT" | "BRN" | "BGR" | "BFA" | "BDI" | "CPV" | "KHM" | "CMR" | "CAN" | "CYM" | "CAF" | "TCD" | "CHL" | "CHN" | "CXR" | "CCK" | "COL" | "COM" | "COD" | "COG" | "COK" | "CRI" | "HRV" | "CUB" | "CUW" | "CYP" | "CZE" | "CIV" | "DNK" | "DJI" | "DMA" | "DOM" | "ECU" | "EGY" | "SLV" | "GNQ" | "ERI" | "EST" | "SWZ" | "ETH" | "FLK" | "FRO" | "FJI" | "FIN" | "FRA" | "GUF" | "PYF" | "ATF" | "GAB" | "GMB" | "GEO" | "DEU" | "GHA" | "GIB" | "GRC" | "GRL" | "GRD" | "GLP" | "GUM" | "GTM" | "GGY" | "GIN" | "GNB" | "GUY" | "HTI" | "HMD" | "VAT" | "HND" | "HKG" | "HUN" | "ISL" | "IND" | "IDN" | "IRN" | "IRQ" | "IRL" | "IMN" | "ISR" | "ITA" | "JAM" | "JPN" | "JEY" | "JOR" | "KAZ" | "KEN" | "KIR" | "PRK" | "KOR" | "KWT" | "KGZ" | "LAO" | "LVA" | "LBN" | "LSO" | "LBR" | "LBY" | "LIE" | "LTU" | "LUX" | "MAC" | "MDG" | "MWI" | "MYS" | "MDV" | "MLI" | "MLT" | "MHL" | "MTQ" | "MRT" | "MUS" | "MYT" | "MEX" | "FSM" | "MDA" | "MCO" | "MNG" | "MNE" | "MSR" | "MAR" | "MOZ" | "MMR" | "NAM" | "NRU" | "NPL" | "NLD" | "NCL" | "NZL" | "NIC" | "NER" | "NGA" | "NIU" | "NFK" | "MNP" | "NOR" | "OMN" | "PAK" | "PLW" | "PSE" | "PAN" | "PNG" | "PRY" | "PER" | "PHL" | "PCN" | "POL" | "PRT" | "PRI" | "QAT" | "MKD" | "ROU" | "RUS" | "RWA" | "REU" | "BLM" | "SHN" | "KNA" | "LCA" | "MAF" | "SPM" | "VCT" | "WSM" | "SMR" | "STP" | "SAU" | "SEN" | "SRB" | "SYC" | "SLE" | "SGP" | "SXM" | "SVK" | "SVN" | "SLB" | "SOM" | "ZAF" | "SGS" | "SSD" | "ESP" | "LKA" | "SDN" | "SUR" | "SJM" | "SWE" | "CHE" | "SYR" | "TWN" | "TJK" | "TZA" | "THA" | "TLS" | "TGO" | "TKL" | "TON" | "TTO" | "TUN" | "TUR" | "TKM" | "TCA" | "TUV" | "UGA" | "UKR" | "ARE" | "GBR" | "UMI" | "USA" | "URY" | "UZB" | "VUT" | "VEN" | "VNM" | "VGB" | "VIR" | "WLF" | "ESH" | "YEM" | "ZMB" | "ZWE" | "ALA" | "ANT" | "XKX" | undefined;
|
|
4206
|
+
email?: string | undefined;
|
|
4207
|
+
phone?: string | undefined;
|
|
4208
|
+
companyName?: string | undefined;
|
|
4209
|
+
registrationNumber?: string | undefined;
|
|
4210
|
+
legalAddress?: string | undefined;
|
|
4211
|
+
incorporatedOn?: string | undefined;
|
|
4212
|
+
controlScheme?: string | undefined;
|
|
4213
|
+
taxId?: string | undefined;
|
|
4214
|
+
registrationLocation?: string | undefined;
|
|
4215
|
+
website?: string | undefined;
|
|
4216
|
+
postalAddress?: string | undefined;
|
|
4217
|
+
} | undefined;
|
|
4115
4218
|
distinctWithdrawalWalletAddresses30d?: number | undefined;
|
|
4116
4219
|
distinctIpAddresses1h?: number | undefined;
|
|
4117
4220
|
};
|
|
@@ -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;AAExB,OAAO,KAAK,EAAE,WAAW,EAAE,6BAAoB;AAe/C,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;AACxE,OAAO,yBAAyB,2DAAwD;AACxF,OAAO,KAAK,mBAAmB,oDAAiD;AAOhF,eAAO,MAAM,gBAAgB;;;;;;;CAO5B,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;AAExB,OAAO,KAAK,EAAE,WAAW,EAAE,6BAAoB;AAe/C,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;AACxE,OAAO,yBAAyB,2DAAwD;AACxF,OAAO,KAAK,mBAAmB,oDAAiD;AAOhF,eAAO,MAAM,gBAAgB;;;;;;;CAO5B,CAAC;AACF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOzB,CAAC;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,YAAY,CAAC;IACvB,UAAU,EAAE,cAAc,CAAC;IAC3B,WAAW,EAAE,eAAe,CAAC;IAC7B,cAAc,EAAE,kBAAkB,CAAC;IACnC,IAAI,EAAE,QAAQ,CAAC;IACf,eAAe,EAAE,mBAAmB,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,MAAM,WAAW,CAAC;AAC/C,eAAO,MAAM,sBAAsB,0DAElC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC;AAErD,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AACtC,eAAO,MAAM,yBAAyB,aAAa,CAAC;AAQpD,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2CtC,CAAC;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAE7E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;EAIjC,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEzE,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAIrC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,cAAc,EAAE,gBAAgB,CAAC,CAAC;AAE/E,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;EAM3C,CAAC;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,gCAAgC,CACxC,CAAC;AAEF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;EAM1C,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,+BAA+B,CACvC,CAAC;AAEF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;EAM5C,CAAC;AACH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,iCAAiC,CACzC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIxC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CACxC,OAAO,6BAA6B,CACrC,CAAC;AAOF,MAAM,MAAM,aAAa,GAAG,QAAQ,CAClC,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,CACpB,CAAC;AACF,MAAM,MAAM,qBAAqB,CAAC,KAAK,SAAS,aAAa,IAC3D,gBAAgB,CAAC,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAE9D,MAAM,MAAM,gBAAgB,GAAG,WAAW,CACxC,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,kBAAkB,CACnB,CAAC;AACF,MAAM,MAAM,wBAAwB,CAAC,KAAK,SAAS,gBAAgB,IACjE,WAAW,CACT,WAAW,EACX,cAAc,EACd,KAAK,EAEL,kBAAkB,SAAS,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,GAClD,kBAAkB,GAClB,KAAK,CACV,CAAC;AAEJ,MAAM,MAAM,wBAAwB,CAClC,KAAK,SAAS,iBAAiB,GAAG,aAAa,IAC7C,mBAAmB,CAAC,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAEpD,MAAM,MAAM,eAAe,GAAG,UAAU,CACtC,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,mBAAmB,CACpB,CAAC;AAEF,MAAM,MAAM,uBAAuB,CAAC,KAAK,SAAS,gBAAgB,IAChE,UAAU,CACR,WAAW,EACX,cAAc,EACd,KAAK,EAEL,mBAAmB,SAAS,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,GACnD,mBAAmB,GACnB,KAAK,CACV,CAAC;AAEJ,MAAM,MAAM,uBAAuB,CAAC,KAAK,SAAS,eAAe,IAC/D,kBAAkB,CAAC,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAEjD,MAAM,MAAM,qBAAqB,GAAG,YAAY,CAC9C,WAAW,EACX,cAAc,EACd,gBAAgB,CACjB,CAAC;AACF,MAAM,MAAM,6BAA6B,CAAC,KAAK,SAAS,qBAAqB,IAC3E,oBAAoB,CAAC,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;AAEnD,MAAM,MAAM,6BAA6B,CAAC,KAAK,SAAS,gBAAgB,IACtE,YAAY,CAAC,WAAW,EAAE,cAAc,EAAE,KAAK,CAAC,CAAC;AAEnD,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACjC,IAAI,EAAE,iBAAiB,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC;IAC3B,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,cAAc,CAAC,EAAE,cAAc,EAAE,CAAC;CACnC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;EAK5B,CAAC"}
|
|
@@ -2,8 +2,8 @@ import { z } from "zod";
|
|
|
2
2
|
export declare const AlertStatuses: readonly ["Open", "Under Investigation", "Pending", "Closed", "Escalated"];
|
|
3
3
|
export declare const AlertStatus: z.ZodEnum<["Open", "Under Investigation", "Pending", "Closed", "Escalated"]>;
|
|
4
4
|
export type AlertStatus = z.infer<typeof AlertStatus>;
|
|
5
|
-
export declare const AlertTypes: readonly ["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate", "Individual Monitoring"];
|
|
6
|
-
export declare const AlertType: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate", "Individual Monitoring"]>;
|
|
5
|
+
export declare const AlertTypes: readonly ["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate", "Individual Monitoring", "Compliance Review Required"];
|
|
6
|
+
export declare const AlertType: z.ZodEnum<["AML Screening", "IP Screening", "Email Screening", "KYC Drop-off", "Onchain Monitoring", "Fraud", "Transaction Monitoring", "Duplicate", "Individual Monitoring", "Compliance Review Required"]>;
|
|
7
7
|
export type AlertType = z.infer<typeof AlertType>;
|
|
8
8
|
export declare const AlertSeverities: readonly ["Low", "Medium", "High"];
|
|
9
9
|
export declare const AlertSeverity: z.ZodEnum<["Low", "Medium", "High"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert.schema.d.ts","sourceRoot":"../../../../src/webhooks","sources":["alert.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"alert.schema.d.ts","sourceRoot":"../../../../src/webhooks","sources":["alert.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,aAAa,4EAMhB,CAAC;AACX,eAAO,MAAM,WAAW,8EAAwB,CAAC;AACjD,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,eAAO,MAAM,UAAU,4MAYb,CAAC;AACX,eAAO,MAAM,SAAS,8MAAqB,CAAC;AAC5C,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD,eAAO,MAAM,eAAe,oCAAqC,CAAC;AAClE,eAAO,MAAM,aAAa,sCAA0B,CAAC;AACrD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,eAAe,+CAAgD,CAAC;AAC7E,eAAO,MAAM,aAAa,iDAA0B,CAAC;AACrD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,iBAAiB,oOAgBpB,CAAC;AAEX,eAAO,MAAM,cAAc,sOAA4B,CAAC;AACxD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE5D,eAAO,MAAM,mBAAmB,2HAWtB,CAAC;AAEX,eAAO,MAAM,gBAAgB,6HAA8B,CAAC;AAC5D,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;EAK/B,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGxB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC"}
|
package/dist/{identity-api.schema-d38efa2a.cjs.dev.cjs → identity-api.schema-4ec9fdca.cjs.dev.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-3e16092e.cjs.dev.cjs');
|
|
5
5
|
require('crypto');
|
|
6
6
|
|
|
7
7
|
var CredentialSchemas = {
|
|
@@ -413,9 +413,7 @@ var ActionTrigger = z.z["enum"](ACTION_TRIGGERS);
|
|
|
413
413
|
var ACTION_STATUSES = ["ENABLED", "DISABLED"];
|
|
414
414
|
var ActionStatus = z.z["enum"](ACTION_STATUSES);
|
|
415
415
|
var ActionValue = z.z.string();
|
|
416
|
-
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE",
|
|
417
|
-
// TODO integrate TFHE verification
|
|
418
|
-
"BlockchainPolicies"];
|
|
416
|
+
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
419
417
|
var ScenarioType = z.z["enum"](ScenarioTypes);
|
|
420
418
|
var ScenarioModes = ["INTERNAL", "EXTERNAL"];
|
|
421
419
|
var ScenarioMode = z.z["enum"](ScenarioModes);
|
|
@@ -430,11 +428,7 @@ var ScenarioSchema = z.z.object({
|
|
|
430
428
|
}),
|
|
431
429
|
status: z.z["enum"]([ScenarioStatus.Enum.enabled, ScenarioStatus.Enum.disabled]).optional()
|
|
432
430
|
});
|
|
433
|
-
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP",
|
|
434
|
-
// Backwards compatible
|
|
435
|
-
"ChallengeQuery",
|
|
436
|
-
// Backwards compatible
|
|
437
|
-
"BlockchainPolicies"];
|
|
431
|
+
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
|
|
438
432
|
var BackwardsCompatibleScenarioType = z.z["enum"](BackwardsCompatibleScenarioTypes);
|
|
439
433
|
var BaseQueryResponse = z.z.object({
|
|
440
434
|
result: z.z.object({
|
|
@@ -467,12 +461,9 @@ var RuleResultStatus = z.z["enum"](RuleResultStatuses);
|
|
|
467
461
|
var RuleResultStatusLabels = vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty({}, RuleResultStatus.Enum.valid, "Valid"), RuleResultStatus.Enum["not-valid"], "Not Valid"), RuleResultStatus.Enum.skipped, "Skipped"), RuleResultStatus.Enum.error, "Error"), RuleResultStatus.Enum.unknown, "Unknown");
|
|
468
462
|
var SdkVerificationOutput = z.z.object({
|
|
469
463
|
customerId: z.z.string().optional(),
|
|
470
|
-
// for v1
|
|
471
464
|
scenarioExecutionId: z.z.string().optional(),
|
|
472
|
-
// for v1
|
|
473
465
|
status: RuleResultStatus.optional(),
|
|
474
|
-
|
|
475
|
-
results: z.z.array(ScenarioExecutionResponse).optional() // for v1,
|
|
466
|
+
results: z.z.array(ScenarioExecutionResponse).optional()
|
|
476
467
|
});
|
|
477
468
|
var VerificationSessionStatuses = ["IN_PROGRESS", "COMPLETED", "NOT_STARTED"];
|
|
478
469
|
var VerificationSessionStatus = z.z["enum"](VerificationSessionStatuses);
|
|
@@ -502,9 +493,7 @@ var SimplifiedScenario = z.z.object({
|
|
|
502
493
|
workspaceId: vault_schema.WorkspaceId
|
|
503
494
|
});
|
|
504
495
|
|
|
505
|
-
//
|
|
506
|
-
// during rpcPublisher.send
|
|
507
|
-
// also the parsing of the queryconfiguration fields changes type slightly as well.
|
|
496
|
+
// SmartContractDeployment has an EvmAddress issue with rpcPublisher.send; queryconfiguration parsing also shifts types slightly.
|
|
508
497
|
var AbbreviatedWorkflowScenario = SimplifiedScenario.omit({
|
|
509
498
|
primaryEvaluationMethod: true
|
|
510
499
|
}).extend({
|
package/dist/{identity-api.schema-e336805b.cjs.prod.cjs → identity-api.schema-57bbbe51.cjs.prod.cjs}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var z = require('zod');
|
|
4
|
-
var vault_schema = require('./vault.schema-
|
|
4
|
+
var vault_schema = require('./vault.schema-9e61eba0.cjs.prod.cjs');
|
|
5
5
|
require('crypto');
|
|
6
6
|
|
|
7
7
|
var CredentialSchemas = {
|
|
@@ -413,9 +413,7 @@ var ActionTrigger = z.z["enum"](ACTION_TRIGGERS);
|
|
|
413
413
|
var ACTION_STATUSES = ["ENABLED", "DISABLED"];
|
|
414
414
|
var ActionStatus = z.z["enum"](ACTION_STATUSES);
|
|
415
415
|
var ActionValue = z.z.string();
|
|
416
|
-
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE",
|
|
417
|
-
// TODO integrate TFHE verification
|
|
418
|
-
"BlockchainPolicies"];
|
|
416
|
+
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
419
417
|
var ScenarioType = z.z["enum"](ScenarioTypes);
|
|
420
418
|
var ScenarioModes = ["INTERNAL", "EXTERNAL"];
|
|
421
419
|
var ScenarioMode = z.z["enum"](ScenarioModes);
|
|
@@ -430,11 +428,7 @@ var ScenarioSchema = z.z.object({
|
|
|
430
428
|
}),
|
|
431
429
|
status: z.z["enum"]([ScenarioStatus.Enum.enabled, ScenarioStatus.Enum.disabled]).optional()
|
|
432
430
|
});
|
|
433
|
-
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP",
|
|
434
|
-
// Backwards compatible
|
|
435
|
-
"ChallengeQuery",
|
|
436
|
-
// Backwards compatible
|
|
437
|
-
"BlockchainPolicies"];
|
|
431
|
+
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
|
|
438
432
|
var BackwardsCompatibleScenarioType = z.z["enum"](BackwardsCompatibleScenarioTypes);
|
|
439
433
|
var BaseQueryResponse = z.z.object({
|
|
440
434
|
result: z.z.object({
|
|
@@ -467,12 +461,9 @@ var RuleResultStatus = z.z["enum"](RuleResultStatuses);
|
|
|
467
461
|
var RuleResultStatusLabels = vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty(vault_schema._defineProperty({}, RuleResultStatus.Enum.valid, "Valid"), RuleResultStatus.Enum["not-valid"], "Not Valid"), RuleResultStatus.Enum.skipped, "Skipped"), RuleResultStatus.Enum.error, "Error"), RuleResultStatus.Enum.unknown, "Unknown");
|
|
468
462
|
var SdkVerificationOutput = z.z.object({
|
|
469
463
|
customerId: z.z.string().optional(),
|
|
470
|
-
// for v1
|
|
471
464
|
scenarioExecutionId: z.z.string().optional(),
|
|
472
|
-
// for v1
|
|
473
465
|
status: RuleResultStatus.optional(),
|
|
474
|
-
|
|
475
|
-
results: z.z.array(ScenarioExecutionResponse).optional() // for v1,
|
|
466
|
+
results: z.z.array(ScenarioExecutionResponse).optional()
|
|
476
467
|
});
|
|
477
468
|
var VerificationSessionStatuses = ["IN_PROGRESS", "COMPLETED", "NOT_STARTED"];
|
|
478
469
|
var VerificationSessionStatus = z.z["enum"](VerificationSessionStatuses);
|
|
@@ -502,9 +493,7 @@ var SimplifiedScenario = z.z.object({
|
|
|
502
493
|
workspaceId: vault_schema.WorkspaceId
|
|
503
494
|
});
|
|
504
495
|
|
|
505
|
-
//
|
|
506
|
-
// during rpcPublisher.send
|
|
507
|
-
// also the parsing of the queryconfiguration fields changes type slightly as well.
|
|
496
|
+
// SmartContractDeployment has an EvmAddress issue with rpcPublisher.send; queryconfiguration parsing also shifts types slightly.
|
|
508
497
|
var AbbreviatedWorkflowScenario = SimplifiedScenario.omit({
|
|
509
498
|
primaryEvaluationMethod: true
|
|
510
499
|
}).extend({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { ed as IDImageCredentialSubjectSchema, ef as ProofOfResidenceCredentialSubjectSchema, ee as SelfieImageCredentialSubjectSchema, ec as IDInformationCredentialSubjectSchema, eb as IDInformationTfheCredentialSubjectSchema, ea as OLD_AMLScreeningsResultsCredentialSubjectSchema, e2 as ID3CredentialSubjectSchema, e3 as IDScanCredentialSubjectSchema, e5 as IDScanSelfieCredentialSubjectSchema, e4 as IDScanPassportCredentialSubjectSchema, _ as _defineProperty, fY as VaultMetadataLinkZodSchema, dh as QueryId, cS as DatasetColumnId, di as QueryGroupId, aX as UuidString, au as BlockchainAddress, dg as ScenarioId, dU as WorkspaceId, aw as String0x, aR as BlockchainSignature, ad as TxHash, dW as WorkflowId, h as EvmChainId, ac as EvmAddress, aH as EIP155Signature, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aM as EdSignature, az as BlockchainNamespace, eg as GenericVerifiableCredentialSchema, aB as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, dY as ExternalCustomerId, dS as AdditionalCustomerInformationParams, cH as IdentitySessionId, bp as CustomerStatus, ab as PublicKey } from './vault.schema-
|
|
2
|
+
import { ed as IDImageCredentialSubjectSchema, ef as ProofOfResidenceCredentialSubjectSchema, ee as SelfieImageCredentialSubjectSchema, ec as IDInformationCredentialSubjectSchema, eb as IDInformationTfheCredentialSubjectSchema, ea as OLD_AMLScreeningsResultsCredentialSubjectSchema, e2 as ID3CredentialSubjectSchema, e3 as IDScanCredentialSubjectSchema, e5 as IDScanSelfieCredentialSubjectSchema, e4 as IDScanPassportCredentialSubjectSchema, _ as _defineProperty, fY as VaultMetadataLinkZodSchema, dh as QueryId, cS as DatasetColumnId, di as QueryGroupId, aX as UuidString, au as BlockchainAddress, dg as ScenarioId, dU as WorkspaceId, aw as String0x, aR as BlockchainSignature, ad as TxHash, dW as WorkflowId, h as EvmChainId, ac as EvmAddress, aH as EIP155Signature, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aM as EdSignature, az as BlockchainNamespace, eg as GenericVerifiableCredentialSchema, aB as SupportedBlockchainNamespaceForSignatureAuth, B as BlockchainId, dY as ExternalCustomerId, dS as AdditionalCustomerInformationParams, cH as IdentitySessionId, bp as CustomerStatus, ab as PublicKey } from './vault.schema-bfc68f42.esm.mjs';
|
|
3
3
|
import 'crypto';
|
|
4
4
|
|
|
5
5
|
var CredentialSchemas = {
|
|
@@ -411,9 +411,7 @@ var ActionTrigger = z["enum"](ACTION_TRIGGERS);
|
|
|
411
411
|
var ACTION_STATUSES = ["ENABLED", "DISABLED"];
|
|
412
412
|
var ActionStatus = z["enum"](ACTION_STATUSES);
|
|
413
413
|
var ActionValue = z.string();
|
|
414
|
-
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE",
|
|
415
|
-
// TODO integrate TFHE verification
|
|
416
|
-
"BlockchainPolicies"];
|
|
414
|
+
var ScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "BlockchainPolicies", "CompanyMonitoring"];
|
|
417
415
|
var ScenarioType = z["enum"](ScenarioTypes);
|
|
418
416
|
var ScenarioModes = ["INTERNAL", "EXTERNAL"];
|
|
419
417
|
var ScenarioMode = z["enum"](ScenarioModes);
|
|
@@ -428,11 +426,7 @@ var ScenarioSchema = z.object({
|
|
|
428
426
|
}),
|
|
429
427
|
status: z["enum"]([ScenarioStatus.Enum.enabled, ScenarioStatus.Enum.disabled]).optional()
|
|
430
428
|
});
|
|
431
|
-
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP",
|
|
432
|
-
// Backwards compatible
|
|
433
|
-
"ChallengeQuery",
|
|
434
|
-
// Backwards compatible
|
|
435
|
-
"BlockchainPolicies"];
|
|
429
|
+
var BackwardsCompatibleScenarioTypes = ["PrivacyPreservingMonitoring", "IndividualMonitoring", "CompanyMonitoring", "TransactionMonitoring", "TFHE", "OffChainZKP", "ChallengeQuery", "BlockchainPolicies"];
|
|
436
430
|
var BackwardsCompatibleScenarioType = z["enum"](BackwardsCompatibleScenarioTypes);
|
|
437
431
|
var BaseQueryResponse = z.object({
|
|
438
432
|
result: z.object({
|
|
@@ -465,12 +459,9 @@ var RuleResultStatus = z["enum"](RuleResultStatuses);
|
|
|
465
459
|
var RuleResultStatusLabels = _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, RuleResultStatus.Enum.valid, "Valid"), RuleResultStatus.Enum["not-valid"], "Not Valid"), RuleResultStatus.Enum.skipped, "Skipped"), RuleResultStatus.Enum.error, "Error"), RuleResultStatus.Enum.unknown, "Unknown");
|
|
466
460
|
var SdkVerificationOutput = z.object({
|
|
467
461
|
customerId: z.string().optional(),
|
|
468
|
-
// for v1
|
|
469
462
|
scenarioExecutionId: z.string().optional(),
|
|
470
|
-
// for v1
|
|
471
463
|
status: RuleResultStatus.optional(),
|
|
472
|
-
|
|
473
|
-
results: z.array(ScenarioExecutionResponse).optional() // for v1,
|
|
464
|
+
results: z.array(ScenarioExecutionResponse).optional()
|
|
474
465
|
});
|
|
475
466
|
var VerificationSessionStatuses = ["IN_PROGRESS", "COMPLETED", "NOT_STARTED"];
|
|
476
467
|
var VerificationSessionStatus = z["enum"](VerificationSessionStatuses);
|
|
@@ -500,9 +491,7 @@ var SimplifiedScenario = z.object({
|
|
|
500
491
|
workspaceId: WorkspaceId
|
|
501
492
|
});
|
|
502
493
|
|
|
503
|
-
//
|
|
504
|
-
// during rpcPublisher.send
|
|
505
|
-
// also the parsing of the queryconfiguration fields changes type slightly as well.
|
|
494
|
+
// SmartContractDeployment has an EvmAddress issue with rpcPublisher.send; queryconfiguration parsing also shifts types slightly.
|
|
506
495
|
var AbbreviatedWorkflowScenario = SimplifiedScenario.omit({
|
|
507
496
|
primaryEvaluationMethod: true
|
|
508
497
|
}).extend({
|
|
@@ -2,16 +2,16 @@
|
|
|
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-3e16092e.cjs.dev.cjs');
|
|
6
6
|
var z = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-4ec9fdca.cjs.dev.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-159b8167.cjs.dev.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.dev.cjs');
|
|
10
|
-
var notabene_schema = require('./notabene.schema-
|
|
10
|
+
var notabene_schema = require('./notabene.schema-a574596c.cjs.dev.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
14
|
-
require('./toArray-
|
|
14
|
+
require('./toArray-d3b505b6.cjs.dev.cjs');
|
|
15
15
|
|
|
16
16
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
17
17
|
var salt = data;
|
|
@@ -2,16 +2,16 @@
|
|
|
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-9e61eba0.cjs.prod.cjs');
|
|
6
6
|
var z = require('zod');
|
|
7
|
-
var identityApi_schema = require('./identity-api.schema-
|
|
8
|
-
var tfheUtilities = require('./tfhe-utilities-
|
|
7
|
+
var identityApi_schema = require('./identity-api.schema-57bbbe51.cjs.prod.cjs');
|
|
8
|
+
var tfheUtilities = require('./tfhe-utilities-79ebf91e.cjs.prod.cjs');
|
|
9
9
|
var vault_dist_nexeraidIdentitySchemasVault = require('../vault/dist/nexeraid-identity-schemas-vault.cjs.prod.cjs');
|
|
10
|
-
var notabene_schema = require('./notabene.schema-
|
|
10
|
+
var notabene_schema = require('./notabene.schema-9c2c4151.cjs.prod.cjs');
|
|
11
11
|
require('nanoid');
|
|
12
12
|
require('decimal.js');
|
|
13
13
|
require('crypto');
|
|
14
|
-
require('./toArray-
|
|
14
|
+
require('./toArray-79d56a87.cjs.prod.cjs');
|
|
15
15
|
|
|
16
16
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
17
17
|
var salt = data;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { _ as _defineProperty } from './vault.schema-
|
|
2
|
-
export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a7 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a1 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b4 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aU as AbiItem, dv as AccountId_NEW, bO as AccountPrefix_NEW, cQ as ActionId, co as ActionPrefix, dS as AdditionalCustomerInformationParams, cw as AiAgentPrefix, cv as AiDocumentPrefix, ct as AiExecutionPrefix, cu as AiExecutionStepPrefix, cB as AiMessagePrefix, cx as AiStepPrefix, b5 as Alpha2Country, fM as AmlResults, dx as ApiKeyId_NEW, bQ as ApiKeyPrefix_NEW, cK as AppId, bC as AppPrefix, af as AptosAddress, X as AptosChainId, aI as AptosSignature, f5 as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ay as BLOCKCHAIN_NAMESPACES, aG as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aF as BLOCKCHAIN_NAMESPACE_TO_NAME, aE as BLOCKCHAIN_NAME_TO_NAMESPACE, bq as BasicCustomerContactInformation, at as BitcoinAddress, ap as BitcoinBech32Address, O as BitcoinChainId, an as BitcoinP2PKHAddress, ao as BitcoinP2SHAddress, as as BitcoinTestnetBech32Address, aq as BitcoinTestnetP2PKHAddress, ar as BitcoinTestnetP2SHAddress, au as BlockchainAddress, B as BlockchainId, az as BlockchainNamespace, aR as BlockchainSignature, a6 as CARDANO_CHAIN_IDS, a4 as CARDANO_CHAIN_NAMES, a5 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, br as CUSTOMERS_CHARTS, bv as CUSTOMER_AUTOMATION_REASONS, bt as CUSTOMER_TABLE_COLUMNS, am as CardanoAddress, a8 as CardanoChainId, aQ as CardanoSignature, cL as ChallengeId, bD as ChallengePrefix, dF as ChatId, dp as ChatItemId, cA as ChatItemPrefix, cy as ChatPrefix, df as ComplyAdvantageSearchUpdateId, cq as ComplyAdvantageSearchUpdatePrefix, ai as CosmosAddress, m as CosmosChainId, aL as CosmosSignature, b8 as CountryName, f9 as CreateBulkTransactionFeesParams, fq as CreateInsitutionExtractedInfosOutput, fd as CreateInsitutionOutput, fo as CreateTransactionExtractedInfosOutput, f8 as CreateTransactionFeesParams, fb as CreateTransactionInfosOutput, fp as CreateTransactionMethodExtractedInfoOutput, fc as CreateTransactionMethodOutput, fn as CreateTransactionOutput, fe as CreateTransactionPartiesOutput, ff as CreateTransactionReviewOutput, b2 as CryptoCode, b1 as CryptoCodes, b0 as CurrencyCode, a$ as CurrencyCodes, dX as CustomerId, bn as CustomerOnboardingLevel, bm as CustomerOnboardingLevels, bw as CustomerPersonalInformation, cN as CustomerScreeningId, bp as CustomerStatus, bo as CustomerStatuses, bu as CustomerTableColumn, bh as CustomerType, bg as CustomerTypes, bs as CustomersChartType, f1 as DEFAULT_FIAT_CURRENCY, aC as DISPLAYED_BLOCKCHAIN_NAMESPACES, av as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fR as DataLinkTypeZodSchema, fP as DataLinkVersionZodSchema, cS as DatasetColumnId, cU as DatasetColumnOptionId, bZ as DatasetColumnOptionPrefix, bX as DatasetColumnPrefix, cT as DatasetColumnTypeId, bY as DatasetColumnTypePrefix, c_ as DatasetFolderId, c3 as DatasetFolderPrefix, cZ as DatasetFormQuestionId, c2 as DatasetFormQuestionPrefix, cR as DatasetId, c$ as DatasetJobId, c4 as DatasetJobPrefix, bW as DatasetPrefix, cV as DatasetRowId, b_ as DatasetRowPrefix, cW as DatasetRowValueId, b$ as DatasetRowValuePrefix, cY as DatasetViewFilterId, c1 as DatasetViewFilterPrefix, cX as DatasetViewId, c0 as DatasetViewPrefix, fN as DetectedDuplicates, aD as DisplayedBlockchainNamespace, aH as EIP155Signature, aV as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aM as EdSignature, cI as EmailId, bA as EmailPrefix, aW as EnvironmentSchema, dj as EvaluationMethodId, cn as EvaluationMethodPrefix, ac as EvmAddress, h as EvmChainId, dY as ExternalCustomerId, dH as FLOW_TYPES, dI as FlowType, aS as FunctionCallData, g0 as GenericVaultDataLinkZodSchema, f$ as GenericVaultEmbeddedLinkZodSchema, fZ as GenericVaultPointerLinkZodSchema, f_ as GenericVaultSearchLinkZodSchema, eg as GenericVerifiableCredentialSchema, fC as GetAverageHistoricalAmountOutput, fB as GetAverageHistoricalAmountParams, fE as GetDailyAggregatedAmountInboundOutput, fD as GetDailyAggregatedAmountInboundParams, fG as GetMedianHistoricalAmountOutput, fF as GetMedianHistoricalAmountParams, fx as GetOneTransactionOutput, f6 as GetTransactionAuditsParams, fm as GetTransactionByExternalIdParams, fa as GetTransactionFeesOutput, fH as GetTransactionHistoricalAveragesParams, fl as GetTransactionParams, fJ as GetTransactionReviewOutput, fI as GetTransactionReviewParams, fL as GetTransactionReviewsOutput, fK as GetTransactionReviewsParams, fs as GetTransactionStatsOutput, fr as GetTransactionStatsParams, fu as GetTransactionsCountOutput, ft as GetTransactionsCountParams, fk as GetTransactionsForAlertOutput, fj as GetTransactionsForAlertParams, fz as GetTransactionsOutput, fy as GetTransactionsOutputData, fw as GetTransactionsParams, ax as HexadecimalSchema, eO as HumanReadableTransactionReviewStatus, eN as HumanReadableTransactionReviewStatuses, eQ as HumanReadableTransactionStatusMapping, em as ID3CredentialSchema, e2 as ID3CredentialSubjectSchema, dL as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dN as IDENTITY_DOCUMENT_OPTIONS, ej as IDImageCredentialSchema, ed as IDImageCredentialSubjectSchema, ei as IDInformationCredentialSchema, ec as IDInformationCredentialSubjectSchema, eh as IDInformationTfheCredentialSchema, eb as IDInformationTfheCredentialSubjectSchema, en as IDScanCredentialSchema, e3 as IDScanCredentialSubjectSchema, eo as IDScanPassportCredentialSchema, e4 as IDScanPassportCredentialSubjectSchema, ep as IDScanSelfieCredentialSchema, e5 as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, dR as Identifier, d_ as IdentityAppV2Web2JWT, dZ as IdentityAppV2Web3JWT, dM as IdentityDocumentCountryListOption, dO as IdentityDocumentOptionsType, cG as IdentityId, by as IdentityPrefix, cH as IdentitySessionId, bz as IdentitySessionPrefix, d$ as IdentityWidgetAccessToken_NEW, e0 as IdentityWidgetSessionToken, bF as IndividualScreeningPrefix, dd as InstitutionExtractedInfosId, ci as InstitutionExtractedInfosPrefix, dc as InstitutionId, ch as InstitutionPrefix, dy as InvitationId_NEW, bR as InvitationPrefix_NEW, a_ as IpAddress, bl as KybOnboardingLevel, bk as KybOnboardingLevels, bj as KycOnboardingLevel, bi as KycOnboardingLevels, dV as MemberId, dE as MemberIdLegacy, ds as MemberId_NEW, bL as MemberPrefix_NEW, dG as MessageId, cz as MessagePrefix, d0 as MetaAlertId, c5 as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a3 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, f as NexeraEvmChains, N as NonTestnetBlockchainId, eu as OLD_AMLScreeningsResultsCredentialSchema, ea as OLD_AMLScreeningsResultsCredentialSubjectSchema, eq as OLD_IDImageCredentialSchema, e6 as OLD_IDImageCredentialSubjectSchema, er as OLD_IDInformationCredentialSchema, e7 as OLD_IDInformationCredentialSubjectSchema, es as OLD_ProofOfResidenceCredentialSchema, e8 as OLD_ProofOfResidenceCredentialSubjectSchema, et as OLD_SelfieImageCredentialSchema, e9 as OLD_SelfieImageCredentialSubjectSchema, dT as OrganizationId, dr as OrganizationId_NEW, bK as OrganizationPrefix_NEW, dC as OrganizationRoleId_NEW, bV as OrganizationRolePrefix_NEW, aY as OtpCode, aO as P2Signature, dP as PERSONAL_INFORMATION_FIELDS, a0 as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, $ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aZ as PUBLIC_SERVICES_SCHEMA_MAP, dz as PasskeyId_NEW, bS as PasskeyPrefix_NEW, eY as PaymentType, eX as PaymentTypes, dQ as PersonalInformationFieldsIdentityDocuments, ah as PolkadotAddress, a2 as PolkadotChainId, aK as PolkadotSignature, s as PolygonNetworkNames, f7 as PostValidatedCurrencyCode, aa as PrivateKey, el as ProofOfResidenceCredentialSchema, ef as ProofOfResidenceCredentialSubjectSchema, ab as PublicKey, di as QueryGroupId, cm as QueryGroupPrefix, dh as QueryId, cl as QueryPrefix, bf as RiskScoreType, be as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, aA as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dg as ScenarioId, ck as ScenarioPrefix, dk as ScorechainAnalysisId, bI as ScorechainAnalysisPrefix, bc as ScorechainCountry, g2 as ScorechainEntityRecord, ek as SelfieImageCredentialSchema, ee as SelfieImageCredentialSubjectSchema, du as SessionId_NEW, bN as SessionPrefix_NEW, cO as SigGatingId, bG as SigGatingPrefix, H as SolanaChainId, aN as SpSignature, dn as SsssChunkId, cs as SsssChunkPrefix, dm as SsssShareId, cr as SsssSharePrefix, ag as StarknetAddress, S as StarknetChainId, aJ as StarknetSignature, cF as StorageId, bx as StoragePrefix, aw as String0x, aB as SupportedBlockchainNamespaceForSignatureAuth, f2 as TRANSACTIONS_STATS_CURRENCIES, eB as TRANSACTION_CHARTS, eD as TRANSACTION_TABLE_COLUMNS, ex as Tag, cP as TagId, bH as TagPrefix, ey as TagTitle, d1 as TagsToEntityId, c6 as TagsToEntityPrefix, cM as TestId, bE as TestPrefix, al as TezosAddress, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aP as TezosSignature, g1 as TimeFrameCounters, d4 as TransactionActivityId, c9 as TransactionActivityPrefix, d2 as TransactionAddressesId, c7 as TransactionAddressesPrefix, de as TransactionAmountId, cj as TransactionAmountPrefix, f0 as TransactionAmountsFieldName, e$ as TransactionAmountsFieldNames, fA as TransactionAmountsToConvert, eU as TransactionCurrencyCode, eT as TransactionCurrencyCodes, f4 as TransactionDataEventObject, eS as TransactionDirection, eR as TransactionDirections, d9 as TransactionExtractedInfosId, ce as TransactionExtractedInfosPrefix, d5 as TransactionFeesId, ca as TransactionFeesPrefix, d3 as TransactionId, d8 as TransactionInfosId, cd as TransactionInfosPrefix, db as TransactionMethodExtractedInfosId, cg as TransactionMethodExtractedInfosPrefix, da as TransactionMethodsId, cf as TransactionMethodsPrefix, d7 as TransactionPartiesId, cc as TransactionPartiesPrefix, e_ as TransactionPartiesType, eZ as TransactionPartiesTypes, c8 as TransactionPrefix, eW as TransactionProvider, eV as TransactionProviders, d6 as TransactionReviewId, cb as TransactionReviewPrefix, eM as TransactionReviewStatus, eL as TransactionReviewStatuses, eK as TransactionRiskLevel, eJ as TransactionRiskLevels, g9 as TransactionScreeningData, gb as TransactionScreeningProvider, ga as TransactionScreeningProviders, f3 as TransactionStatsCurrency, eP as TransactionStatusMapping, eE as TransactionTableColumn, eG as TransactionType, eI as TransactionTypeWithAll, eF as TransactionTypes, eH as TransactionTypesWithAll, eC as TransactionsChartType, ad as TxHash, ew as TypeTag, ev as TypeTags, fi as UpdateTransactionReviewOutput, fg as UpdateTransactionReviewParams, fh as UpdateTransactionsReviewParams, dq as UserId_NEW, bJ as UserPrefix_NEW, aX as UuidString, fS as VaultJsonSchemas, fY as VaultMetadataLinkZodSchema, fW as VaultPointerKeyMapZodSchema, fX as VaultQueryMapZodSchema, fU as VaultSchemaIdZodSchema, fV as VaultSchemaPathsZodSchema, fT as VaultZodSchema, dw as VerificationId_NEW, dK as VerificationMode, dJ as VerificationModes, bP as VerificationPrefix_NEW, eA as WORKFLOW_TYPE_TO_TAG_TYPE, cJ as WalletId, bB as WalletPrefix, g3 as WalletScreeningData, g5 as WalletScreeningProvider, g6 as WalletScreeningProviderName, g4 as WalletScreeningProviders, e1 as Web2CreateSessionParams, g7 as Web3ArgsType, g8 as Web3TransactionData, dW as WorkflowId, dl as WorkflowSessionAttributeId, cp as WorkflowSessionAttributePrefix, cC as WorkflowSessionId, dU as WorkspaceId, dt as WorkspaceId_NEW, dA as WorkspaceMemberId_NEW, bT as WorkspaceMemberPrefix_NEW, bM as WorkspacePrefix_NEW, dB as WorkspaceRoleId_NEW, bU as WorkspaceRolePrefix_NEW, fQ as allDataLinkTypes, fO as allDataLinkVersions, b7 as countryISO2toISO3Mapping, b6 as countryISO3toISO2Mapping, cD as createBrandedSchemaId, cE as createBrandedSchemaIdWithParams, dD as generateId, ez as getTagTypeFromEntityType, fv as initializeStatistics, a9 as isValidAddress, b9 as isoCountriesNameFromISO2, ba as isoCountriesNameFromISO3, bb as parseISO3CountryCode, bd as scorechainCountriesNameFromISO2, ae as shortBlockchainAddress } from './vault.schema-814e6950.esm.mjs';
|
|
1
|
+
import { _ as _defineProperty } from './vault.schema-bfc68f42.esm.mjs';
|
|
2
|
+
export { W as ACTIVE_APTOS_CHAIN_IDS, M as ACTIVE_BITCOIN_CHAIN_IDS, a7 as ACTIVE_CARDANO_CHAIN_IDS, l as ACTIVE_COSMOS_CHAIN_IDS, A as ACTIVE_EVM_CHAIN_VALUES, a1 as ACTIVE_POLKADOT_CHAIN_IDS, G as ACTIVE_SOLANA_CHAIN_IDS, r as ACTIVE_TEZOS_CHAIN_IDS, b4 as ALPHA_2_COUNTRIES, V as APTOS_CHAIN_IDS, R as APTOS_CHAIN_NAMES, U as APTOS_CHAIN_NAMES_LIST, aU as AbiItem, dv as AccountId_NEW, bO as AccountPrefix_NEW, cQ as ActionId, co as ActionPrefix, dS as AdditionalCustomerInformationParams, cw as AiAgentPrefix, cv as AiDocumentPrefix, ct as AiExecutionPrefix, cu as AiExecutionStepPrefix, cB as AiMessagePrefix, cx as AiStepPrefix, b5 as Alpha2Country, fM as AmlResults, dx as ApiKeyId_NEW, bQ as ApiKeyPrefix_NEW, cK as AppId, bC as AppPrefix, af as AptosAddress, X as AptosChainId, aI as AptosSignature, f5 as AuditAction, L as BITCOIN_CHAIN_IDS, J as BITCOIN_CHAIN_NAMES, K as BITCOIN_CHAIN_NAMES_LIST, ay as BLOCKCHAIN_NAMESPACES, aG as BLOCKCHAIN_NAMESPACE_TO_ADDRESS_URL, aF as BLOCKCHAIN_NAMESPACE_TO_NAME, aE as BLOCKCHAIN_NAME_TO_NAMESPACE, bq as BasicCustomerContactInformation, at as BitcoinAddress, ap as BitcoinBech32Address, O as BitcoinChainId, an as BitcoinP2PKHAddress, ao as BitcoinP2SHAddress, as as BitcoinTestnetBech32Address, aq as BitcoinTestnetP2PKHAddress, ar as BitcoinTestnetP2SHAddress, au as BlockchainAddress, B as BlockchainId, az as BlockchainNamespace, aR as BlockchainSignature, a6 as CARDANO_CHAIN_IDS, a4 as CARDANO_CHAIN_NAMES, a5 as CARDANO_CHAIN_NAMES_LIST, k as COSMOS_CHAIN_IDS, C as COSMOS_CHAIN_NAMES, j as COSMOS_CHAIN_NAMES_LIST, br as CUSTOMERS_CHARTS, bv as CUSTOMER_AUTOMATION_REASONS, bt as CUSTOMER_TABLE_COLUMNS, am as CardanoAddress, a8 as CardanoChainId, aQ as CardanoSignature, cL as ChallengeId, bD as ChallengePrefix, dF as ChatId, dp as ChatItemId, cA as ChatItemPrefix, cy as ChatPrefix, df as ComplyAdvantageSearchUpdateId, cq as ComplyAdvantageSearchUpdatePrefix, ai as CosmosAddress, m as CosmosChainId, aL as CosmosSignature, b8 as CountryName, f9 as CreateBulkTransactionFeesParams, fq as CreateInsitutionExtractedInfosOutput, fd as CreateInsitutionOutput, fo as CreateTransactionExtractedInfosOutput, f8 as CreateTransactionFeesParams, fb as CreateTransactionInfosOutput, fp as CreateTransactionMethodExtractedInfoOutput, fc as CreateTransactionMethodOutput, fn as CreateTransactionOutput, fe as CreateTransactionPartiesOutput, ff as CreateTransactionReviewOutput, b2 as CryptoCode, b1 as CryptoCodes, b0 as CurrencyCode, a$ as CurrencyCodes, dX as CustomerId, bn as CustomerOnboardingLevel, bm as CustomerOnboardingLevels, bw as CustomerPersonalInformation, cN as CustomerScreeningId, bp as CustomerStatus, bo as CustomerStatuses, bu as CustomerTableColumn, bh as CustomerType, bg as CustomerTypes, bs as CustomersChartType, f1 as DEFAULT_FIAT_CURRENCY, aC as DISPLAYED_BLOCKCHAIN_NAMESPACES, av as DashboardAddress, D as DashboardChainId, a as DashboardChainIdList, fR as DataLinkTypeZodSchema, fP as DataLinkVersionZodSchema, cS as DatasetColumnId, cU as DatasetColumnOptionId, bZ as DatasetColumnOptionPrefix, bX as DatasetColumnPrefix, cT as DatasetColumnTypeId, bY as DatasetColumnTypePrefix, c_ as DatasetFolderId, c3 as DatasetFolderPrefix, cZ as DatasetFormQuestionId, c2 as DatasetFormQuestionPrefix, cR as DatasetId, c$ as DatasetJobId, c4 as DatasetJobPrefix, bW as DatasetPrefix, cV as DatasetRowId, b_ as DatasetRowPrefix, cW as DatasetRowValueId, b$ as DatasetRowValuePrefix, cY as DatasetViewFilterId, c1 as DatasetViewFilterPrefix, cX as DatasetViewId, c0 as DatasetViewPrefix, fN as DetectedDuplicates, aD as DisplayedBlockchainNamespace, aH as EIP155Signature, aV as ENVS, E as EVM_BLOCK_TIME, g as EVM_CHAINS_WITHOUT_DEDICATED_NODE_RPC, aM as EdSignature, cI as EmailId, bA as EmailPrefix, aW as EnvironmentSchema, dj as EvaluationMethodId, cn as EvaluationMethodPrefix, ac as EvmAddress, h as EvmChainId, dY as ExternalCustomerId, dH as FLOW_TYPES, dI as FlowType, aS as FunctionCallData, g0 as GenericVaultDataLinkZodSchema, f$ as GenericVaultEmbeddedLinkZodSchema, fZ as GenericVaultPointerLinkZodSchema, f_ as GenericVaultSearchLinkZodSchema, eg as GenericVerifiableCredentialSchema, fC as GetAverageHistoricalAmountOutput, fB as GetAverageHistoricalAmountParams, fE as GetDailyAggregatedAmountInboundOutput, fD as GetDailyAggregatedAmountInboundParams, fG as GetMedianHistoricalAmountOutput, fF as GetMedianHistoricalAmountParams, fx as GetOneTransactionOutput, f6 as GetTransactionAuditsParams, fm as GetTransactionByExternalIdParams, fa as GetTransactionFeesOutput, fH as GetTransactionHistoricalAveragesParams, fl as GetTransactionParams, fJ as GetTransactionReviewOutput, fI as GetTransactionReviewParams, fL as GetTransactionReviewsOutput, fK as GetTransactionReviewsParams, fs as GetTransactionStatsOutput, fr as GetTransactionStatsParams, fu as GetTransactionsCountOutput, ft as GetTransactionsCountParams, fk as GetTransactionsForAlertOutput, fj as GetTransactionsForAlertParams, fz as GetTransactionsOutput, fy as GetTransactionsOutputData, fw as GetTransactionsParams, ax as HexadecimalSchema, eO as HumanReadableTransactionReviewStatus, eN as HumanReadableTransactionReviewStatuses, eQ as HumanReadableTransactionStatusMapping, em as ID3CredentialSchema, e2 as ID3CredentialSubjectSchema, dL as IDENTITY_DOCUMENT_COUNTRY_LIST_OPTIONS, dN as IDENTITY_DOCUMENT_OPTIONS, ej as IDImageCredentialSchema, ed as IDImageCredentialSubjectSchema, ei as IDInformationCredentialSchema, ec as IDInformationCredentialSubjectSchema, eh as IDInformationTfheCredentialSchema, eb as IDInformationTfheCredentialSubjectSchema, en as IDScanCredentialSchema, e3 as IDScanCredentialSubjectSchema, eo as IDScanPassportCredentialSchema, e4 as IDScanPassportCredentialSubjectSchema, ep as IDScanSelfieCredentialSchema, e5 as IDScanSelfieCredentialSubjectSchema, b3 as ISO3CountryCode, dR as Identifier, d_ as IdentityAppV2Web2JWT, dZ as IdentityAppV2Web3JWT, dM as IdentityDocumentCountryListOption, dO as IdentityDocumentOptionsType, cG as IdentityId, by as IdentityPrefix, cH as IdentitySessionId, bz as IdentitySessionPrefix, d$ as IdentityWidgetAccessToken_NEW, e0 as IdentityWidgetSessionToken, bF as IndividualScreeningPrefix, dd as InstitutionExtractedInfosId, ci as InstitutionExtractedInfosPrefix, dc as InstitutionId, ch as InstitutionPrefix, dy as InvitationId_NEW, bR as InvitationPrefix_NEW, a_ as IpAddress, bl as KybOnboardingLevel, bk as KybOnboardingLevels, bj as KycOnboardingLevel, bi as KycOnboardingLevels, dV as MemberId, dE as MemberIdLegacy, ds as MemberId_NEW, bL as MemberPrefix_NEW, dG as MessageId, cz as MessagePrefix, d0 as MetaAlertId, c5 as MetaAlertPrefix, w as NEXERA_ACTIVE_STARKNET_CHAIN_IDS, Q as NEXERA_APTOS_CHAINS, I as NEXERA_BITCOIN_CHAINS, a3 as NEXERA_CARDANO_CHAINS, i as NEXERA_COSMOS_CHAINS, b as NEXERA_EVM_CHAINS, e as NEXERA_EVM_CHAINS_ID, c as NEXERA_EVM_CHAIN_NAMES, d as NEXERA_EVM_CHAIN_NAMES_LIST, Y as NEXERA_POLKADOT_CHAINS, x as NEXERA_SOLANA_CHAINS, t as NEXERA_STARKNET_CHAINS, v as NEXERA_STARKNET_CHAIN_IDS, u as NEXERA_STARKNET_CHAIN_NAMES, n as NEXERA_TEZOS_CHAINS, q as NEXERA_TEZOS_CHAIN_IDS, o as NEXERA_TEZOS_CHAIN_NAMES, p as NEXERA_TEZOS_CHAIN_NAMES_LIST, f as NexeraEvmChains, N as NonTestnetBlockchainId, eu as OLD_AMLScreeningsResultsCredentialSchema, ea as OLD_AMLScreeningsResultsCredentialSubjectSchema, eq as OLD_IDImageCredentialSchema, e6 as OLD_IDImageCredentialSubjectSchema, er as OLD_IDInformationCredentialSchema, e7 as OLD_IDInformationCredentialSubjectSchema, es as OLD_ProofOfResidenceCredentialSchema, e8 as OLD_ProofOfResidenceCredentialSubjectSchema, et as OLD_SelfieImageCredentialSchema, e9 as OLD_SelfieImageCredentialSubjectSchema, dT as OrganizationId, dr as OrganizationId_NEW, bK as OrganizationPrefix_NEW, dC as OrganizationRoleId_NEW, bV as OrganizationRolePrefix_NEW, aY as OtpCode, aO as P2Signature, dP as PERSONAL_INFORMATION_FIELDS, a0 as POLKADOT_CHAIN_IDS, Z as POLKADOT_CHAIN_NAMES, $ as POLKADOT_CHAIN_NAMES_LIST, P as POLYGON_NETWORK_NAMES, aZ as PUBLIC_SERVICES_SCHEMA_MAP, dz as PasskeyId_NEW, bS as PasskeyPrefix_NEW, eY as PaymentType, eX as PaymentTypes, dQ as PersonalInformationFieldsIdentityDocuments, ah as PolkadotAddress, a2 as PolkadotChainId, aK as PolkadotSignature, s as PolygonNetworkNames, f7 as PostValidatedCurrencyCode, aa as PrivateKey, el as ProofOfResidenceCredentialSchema, ef as ProofOfResidenceCredentialSubjectSchema, ab as PublicKey, di as QueryGroupId, cm as QueryGroupPrefix, dh as QueryId, cl as QueryPrefix, bf as RiskScoreType, be as RiskScoreTypes, F as SOLANA_CHAIN_IDS, y as SOLANA_CHAIN_NAMES, z as SOLANA_CHAIN_NAMES_LIST, aA as SUPPORTED_BLOCKCHAIN_NAMESPACES_FOR_SIGNATURE_AUTH, dg as ScenarioId, ck as ScenarioPrefix, dk as ScorechainAnalysisId, bI as ScorechainAnalysisPrefix, bc as ScorechainCountry, g2 as ScorechainEntityRecord, ek as SelfieImageCredentialSchema, ee as SelfieImageCredentialSubjectSchema, du as SessionId_NEW, bN as SessionPrefix_NEW, cO as SigGatingId, bG as SigGatingPrefix, H as SolanaChainId, aN as SpSignature, dn as SsssChunkId, cs as SsssChunkPrefix, dm as SsssShareId, cr as SsssSharePrefix, ag as StarknetAddress, S as StarknetChainId, aJ as StarknetSignature, cF as StorageId, bx as StoragePrefix, aw as String0x, aB as SupportedBlockchainNamespaceForSignatureAuth, f2 as TRANSACTIONS_STATS_CURRENCIES, eB as TRANSACTION_CHARTS, eD as TRANSACTION_TABLE_COLUMNS, ex as Tag, cP as TagId, bH as TagPrefix, ey as TagTitle, d1 as TagsToEntityId, c6 as TagsToEntityPrefix, cM as TestId, bE as TestPrefix, al as TezosAddress, T as TezosChainId, ak as TezosContractAddress, aT as TezosEntrypointName, aj as TezosImplicitAddress, aP as TezosSignature, g1 as TimeFrameCounters, d4 as TransactionActivityId, c9 as TransactionActivityPrefix, d2 as TransactionAddressesId, c7 as TransactionAddressesPrefix, de as TransactionAmountId, cj as TransactionAmountPrefix, f0 as TransactionAmountsFieldName, e$ as TransactionAmountsFieldNames, fA as TransactionAmountsToConvert, eU as TransactionCurrencyCode, eT as TransactionCurrencyCodes, f4 as TransactionDataEventObject, eS as TransactionDirection, eR as TransactionDirections, d9 as TransactionExtractedInfosId, ce as TransactionExtractedInfosPrefix, d5 as TransactionFeesId, ca as TransactionFeesPrefix, d3 as TransactionId, d8 as TransactionInfosId, cd as TransactionInfosPrefix, db as TransactionMethodExtractedInfosId, cg as TransactionMethodExtractedInfosPrefix, da as TransactionMethodsId, cf as TransactionMethodsPrefix, d7 as TransactionPartiesId, cc as TransactionPartiesPrefix, e_ as TransactionPartiesType, eZ as TransactionPartiesTypes, c8 as TransactionPrefix, eW as TransactionProvider, eV as TransactionProviders, d6 as TransactionReviewId, cb as TransactionReviewPrefix, eM as TransactionReviewStatus, eL as TransactionReviewStatuses, eK as TransactionRiskLevel, eJ as TransactionRiskLevels, g9 as TransactionScreeningData, gb as TransactionScreeningProvider, ga as TransactionScreeningProviders, f3 as TransactionStatsCurrency, eP as TransactionStatusMapping, eE as TransactionTableColumn, eG as TransactionType, eI as TransactionTypeWithAll, eF as TransactionTypes, eH as TransactionTypesWithAll, eC as TransactionsChartType, ad as TxHash, ew as TypeTag, ev as TypeTags, fi as UpdateTransactionReviewOutput, fg as UpdateTransactionReviewParams, fh as UpdateTransactionsReviewParams, dq as UserId_NEW, bJ as UserPrefix_NEW, aX as UuidString, fS as VaultJsonSchemas, fY as VaultMetadataLinkZodSchema, fW as VaultPointerKeyMapZodSchema, fX as VaultQueryMapZodSchema, fU as VaultSchemaIdZodSchema, fV as VaultSchemaPathsZodSchema, fT as VaultZodSchema, dw as VerificationId_NEW, dK as VerificationMode, dJ as VerificationModes, bP as VerificationPrefix_NEW, eA as WORKFLOW_TYPE_TO_TAG_TYPE, cJ as WalletId, bB as WalletPrefix, g3 as WalletScreeningData, g5 as WalletScreeningProvider, g6 as WalletScreeningProviderName, g4 as WalletScreeningProviders, e1 as Web2CreateSessionParams, g7 as Web3ArgsType, g8 as Web3TransactionData, dW as WorkflowId, dl as WorkflowSessionAttributeId, cp as WorkflowSessionAttributePrefix, cC as WorkflowSessionId, dU as WorkspaceId, dt as WorkspaceId_NEW, dA as WorkspaceMemberId_NEW, bT as WorkspaceMemberPrefix_NEW, bM as WorkspacePrefix_NEW, dB as WorkspaceRoleId_NEW, bU as WorkspaceRolePrefix_NEW, fQ as allDataLinkTypes, fO as allDataLinkVersions, b7 as countryISO2toISO3Mapping, b6 as countryISO3toISO2Mapping, cD as createBrandedSchemaId, cE as createBrandedSchemaIdWithParams, dD as generateId, ez as getTagTypeFromEntityType, fv as initializeStatistics, a9 as isValidAddress, b9 as isoCountriesNameFromISO2, ba as isoCountriesNameFromISO3, bb as parseISO3CountryCode, bd as scorechainCountriesNameFromISO2, ae as shortBlockchainAddress } from './vault.schema-bfc68f42.esm.mjs';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { C as CredentialTypes } from './identity-api.schema-
|
|
5
|
-
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-
|
|
6
|
-
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-
|
|
4
|
+
import { C as CredentialTypes } from './identity-api.schema-82b97da7.esm.mjs';
|
|
5
|
+
export { v as ACTION_STATUSES, t as ACTION_TRIGGERS, b8 as ARRAY_OPERATORS, aM as AUTHORIZATION_REQUEST_MESSAGE_TYPES, A as AVAILABLE_FLOWS, a4 as AbbreviatedWorkflowScenario, a2 as Action, w as ActionStatus, u as ActionTrigger, s as ActionType, x as ActionValue, bo as AllCredentialValues, c4 as AllScenarioExecutionAuthorizationData, bY as AnyTxAuthDataSignatureResponse, b$ as AnyTxAuthInputJsSdk, bR as ApiTezosTxAuthInput, bL as ApiTxAuthInput, b9 as ArrayOperator, aU as AuthQrCodeData, ap as AuthSession, ar as AuthSessionData, aP as AuthorizationRequestMessage, aO as AuthorizationRequestMessageType, aN as AuthorizationRequestMessageTypes, aS as AuthorizationResponseMessage, n as AvailableFlow, be as BOOLEAN_OPERATORS, M as BackwardsCompatibleScenarioType, L as BackwardsCompatibleScenarioTypes, N as BaseQueryResponse, bf as BooleanOperator, aJ as CIRCUIT_IDS, bz as ChallengeQuerySchema, as as ChallengeResponse, aK as CircuitId, b as CloseScreenNotification, a7 as ComplianceImplementationStepsInput, c3 as CreateAuthRequestProps, a6 as CreateTemplateScenario, cf as CredentialMediaType, ca as CredentialNames, aT as CredentialQrCodeData, c9 as CredentialSchemas, cd as CredentialType, C as CredentialTypes, bg as DATE_OPERATORS, bi as DISPLAY_MODE, D as DataAvailableOnStart, bh as DateOperator, bj as DisplayMode, bZ as Eip155TxAuthInputJsSdk, U as ExecuteQueryResponse, bX as ExtendedTezosTxAuthDataSignatureResponse, bV as ExtendedTezosTxAuthInput, bW as ExtendedTxAuthDataSignatureResponse, bU as ExtendedTxAuthInput, ao as GenerateWalletChallengeRequest, a9 as GetCredentialsRequest, aa as GetCredentialsResponse, av as GetCustomerStatusRequest, aA as GetCustomerStatusResponse, bT as GetTezosTxAuthDataSignatureResponse, bO as GetTxAuthDataSignatureFailureResponse, bP as GetTxAuthDataSignatureResponse, bN as GetTxAuthDataSignatureSuccessResponse, ai as GetTxAuthSigRequest, ak as GetTxAuthSigRequestTezos, aj as GetTxAuthSigResponse, al as GetTxAuthSigResponseTezos, aD as HostMessage, am as HostRequestMessage, H as HostResponseMessage, bn as IDInformationTfhe, aB as IdentityAppMessage, aE as IdentityMessage, i as IdentityNotificationMessage, m as IdentityRequestMessage, an as IdentityResponseMessage, aw as IdentitySdkMessage, ax as IdentitySdkMessageWithIdentifier, aC as IdentityWallet, j as InitialDataRequest, o as InitialDataResponse, I as IsVerifiedNotification, ag as IsVerifiedRequest, ah as IsVerifiedResponse, K as KycCompletionData, c as KycCompletionNotification, cg as Language, aH as MediaType, aI as MediaTypePID, aq as MobileExchangeTokenResponse, bc as NUMERIC_OPERATORS, cb as NexeraCredentialType, bd as NumericOperator, bA as OLD_CHALLENGE_QUERY_OPERATORS, bB as OLD_ChallengeQueryOperator, bE as OLD_ChallengeQueryOperatorToOperator, bw as OLD_ChallengeQuerySchema, bG as OLD_QueryCredentialType, bF as OLD_QueryCredentialTypes, b0 as OPERATORS, g as OcvSdkInitialized, O as OffChainScenarioExecutionData, Q as OffChainZKPRuleResult, d as OnChainScenarioExecutionData, b1 as Operator, bC as OperatorMappings, bD as OperatorToOLD_ChallengeQueryOperator, bv as PartialQueryConfigSimplified, P as PolygonIdInitialized, ac as PolygonIdRequest, ab as PolygonIdRequestData, ae as PolygonIdResponse, ad as PolygonIdResponseData, c2 as PrivacyPreservingMonitoring, aQ as ProofData, a_ as QUERY_LOGIC_OPERATOR, aV as QrCodeLinkWithSchemaType, bp as QueriesOptions, bs as QueryConfigSimplified, br as QueryConfigTfhe, by as QueryCredentialType, bx as QueryCredentialTypes, bt as QueryGroupConfigSimplified, a$ as QueryLogicOperator, bq as QueryType, aF as RequiredDataRowSchema, aG as RequiredVerificationData, V as RuleEngineResponse, R as RuleEngineScenarioExecutionData, bu as RuleResultQueryConfig, Y as RuleResultStatus, Z as RuleResultStatusLabels, X as RuleResultStatuses, b3 as RuleTimeframe, r as SCENARIO_ACTION_TYPES, c5 as SCENARIO_AUTHORIZATION_STATUSES, ba as STRING_OPERATORS, bk as SUPPORTED_TYPES, S as ScenarioAuthorizationData, c6 as ScenarioAuthorizationStatus, e as ScenarioExecutionData, f as ScenarioExecutionNotification, W as ScenarioExecutionResponse, E as ScenarioMode, B as ScenarioModes, J as ScenarioSchema, G as ScenarioStatus, F as ScenarioStatuses, z as ScenarioType, y as ScenarioTypes, _ as SdkVerificationOutput, a as SdkVerificationResponseSchema, l as SendTransactionRequest, k as SignatureRequest, p as SignatureResponse, a8 as SimplifiedCredential, a3 as SimplifiedScenario, aZ as SpecialDataSetType, aY as SpecialDataSetTypes, h as StartCompletedNotification, af as StartFlowRequest, bb as StringOperator, bl as SupportedQueryInputType, bm as SupportedQueryInputTypes, b2 as TIMEFRAME, a5 as TemplateScenario, bQ as TezosTxAuthInput, b_ as TezosTxAuthInputJsSdk, bS as TezosTxSignatureResponse, T as TransactionData, q as TransactionResponse, az as TxAuthDataSignatureGatingError, au as TxAuthDataSignatureGatingRequest, ay as TxAuthDataSignatureResponse, bK as TxAuthInput, bM as TxSignatureResponse, ce as VerifiableCredential, a1 as VerificationOutput, a0 as VerificationSessionStatus, $ as VerificationSessionStatuses, c8 as VerifyWalletChallengeRequest, at as WalletSignResponse, c7 as WalletSignatureResponse, b4 as ZKPOperator, c0 as ZKPRequest, c1 as ZKPRequestFromZKVerifier, aL as ZeroKnowledgeProofRequest, aR as ZeroKnowledgeProofResponse, cc as getCredentialName, bI as getOldCredentialPath, bH as getOldCredentialType, bJ as oldCredentialPathToDataLink, b5 as operatorDisplayMap, aW as parseIden3Message, aX as parseSessionIdFromUrl, b7 as timeframeAlertDisplayMap, b6 as timeframeDisplayMap } from './identity-api.schema-82b97da7.esm.mjs';
|
|
6
|
+
export { s as IDInformationTfheCredentialSubjectCONFIG, V as VC_JSON_SCHEMA_MAP, c as cleanObject, a as getAvailableFields, g as getCredentialSchemaLocation, b as getFieldConfig } from './tfhe-utilities-8dac8326.esm.mjs';
|
|
7
7
|
export { Separator, computeVaultKey, generateZodObjectPaths, resolvePathOnDataSchema, resolvePathOnMapSchema } from '../vault/dist/nexeraid-identity-schemas-vault.esm.mjs';
|
|
8
|
-
import { N as NotabeneTxCreateStatus } from './notabene.schema-
|
|
8
|
+
import { N as NotabeneTxCreateStatus } from './notabene.schema-2cdf460c.esm.mjs';
|
|
9
9
|
import 'nanoid';
|
|
10
10
|
import 'decimal.js';
|
|
11
11
|
import 'crypto';
|
|
12
|
-
import './toArray-
|
|
12
|
+
import './toArray-ce14afcd.esm.mjs';
|
|
13
13
|
|
|
14
14
|
var decodeUint8Array = function decodeUint8Array(data) {
|
|
15
15
|
var salt = data;
|