@nexeraid/identity-schemas
Advanced tools
Comparing version 2.23.0-staging to 2.24.0-dev
@@ -19,4 +19,15 @@ import { z } from "zod"; | ||
export type CoinMarketCapRequest = z.infer<typeof CoinMarketCapRequest>; | ||
export declare const CoinMarketCapQuote: z.ZodObject<{ | ||
price: z.ZodNumber; | ||
last_updated: z.ZodDate; | ||
}, "strip", z.ZodTypeAny, { | ||
price: number; | ||
last_updated: Date; | ||
}, { | ||
price: number; | ||
last_updated: Date; | ||
}>; | ||
export type CoinMarketCapQuote = z.infer<typeof CoinMarketCapQuote>; | ||
export declare const CoinMarketCapQuotes: z.ZodObject<{ | ||
[x: string]: z.ZodObject<{ | ||
[x: string]: z.ZodOptional<z.ZodObject<{ | ||
price: z.ZodNumber; | ||
@@ -30,3 +41,3 @@ last_updated: z.ZodDate; | ||
last_updated: Date; | ||
}>; | ||
}>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -36,3 +47,3 @@ [x: string]: { | ||
last_updated: Date; | ||
}; | ||
} | undefined; | ||
}, { | ||
@@ -42,3 +53,3 @@ [x: string]: { | ||
last_updated: Date; | ||
}; | ||
} | undefined; | ||
}>; | ||
@@ -54,3 +65,3 @@ export type CoinMarketCapQuotes = z.infer<typeof CoinMarketCapQuotes>; | ||
quote: z.ZodObject<{ | ||
[x: string]: z.ZodObject<{ | ||
[x: string]: z.ZodOptional<z.ZodObject<{ | ||
price: z.ZodNumber; | ||
@@ -64,3 +75,3 @@ last_updated: z.ZodDate; | ||
last_updated: Date; | ||
}>; | ||
}>>; | ||
}, "strip", z.ZodTypeAny, { | ||
@@ -70,3 +81,3 @@ [x: string]: { | ||
last_updated: Date; | ||
}; | ||
} | undefined; | ||
}, { | ||
@@ -76,3 +87,3 @@ [x: string]: { | ||
last_updated: Date; | ||
}; | ||
} | undefined; | ||
}>; | ||
@@ -89,3 +100,3 @@ }, "strip", z.ZodTypeAny, { | ||
last_updated: Date; | ||
}; | ||
} | undefined; | ||
}; | ||
@@ -102,3 +113,3 @@ }, { | ||
last_updated: Date; | ||
}; | ||
} | undefined; | ||
}; | ||
@@ -109,20 +120,20 @@ }>>; | ||
error_code: z.ZodNumber; | ||
error_message: z.ZodString; | ||
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
elapsed: z.ZodNumber; | ||
credit_count: z.ZodNumber; | ||
notice: z.ZodOptional<z.ZodString>; | ||
notice: z.ZodOptional<z.ZodNullable<z.ZodString>>; | ||
}, "strip", z.ZodTypeAny, { | ||
timestamp: Date; | ||
error_code: number; | ||
error_message: string; | ||
elapsed: number; | ||
credit_count: number; | ||
notice?: string | undefined; | ||
error_message?: string | null | undefined; | ||
notice?: string | null | undefined; | ||
}, { | ||
timestamp: Date; | ||
error_code: number; | ||
error_message: string; | ||
elapsed: number; | ||
credit_count: number; | ||
notice?: string | undefined; | ||
error_message?: string | null | undefined; | ||
notice?: string | null | undefined; | ||
}>; | ||
@@ -133,6 +144,6 @@ }, "strip", z.ZodTypeAny, { | ||
error_code: number; | ||
error_message: string; | ||
elapsed: number; | ||
credit_count: number; | ||
notice?: string | undefined; | ||
error_message?: string | null | undefined; | ||
notice?: string | null | undefined; | ||
}; | ||
@@ -149,3 +160,3 @@ data?: { | ||
last_updated: Date; | ||
}; | ||
} | undefined; | ||
}; | ||
@@ -157,6 +168,6 @@ } | undefined; | ||
error_code: number; | ||
error_message: string; | ||
elapsed: number; | ||
credit_count: number; | ||
notice?: string | undefined; | ||
error_message?: string | null | undefined; | ||
notice?: string | null | undefined; | ||
}; | ||
@@ -173,3 +184,3 @@ data?: { | ||
last_updated: Date; | ||
}; | ||
} | undefined; | ||
}; | ||
@@ -176,0 +187,0 @@ } | undefined; |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.23.0-staging", | ||
"version": "2.24.0-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
{ | ||
"name": "@nexeraid/identity-schemas", | ||
"version": "2.23.0-staging", | ||
"version": "2.24.0-dev", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var identityApi_schema = require('../../dist/identity-api.schema-57fbeead.cjs.dev.js'); | ||
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-59131b87.cjs.dev.js'); | ||
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-11069418.cjs.dev.js'); | ||
var zodToJsonSchema = require('zod-to-json-schema'); | ||
@@ -10,0 +10,0 @@ var transaction_schema = require('../../dist/transaction.schema-18ac4ec3.cjs.dev.js'); |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var identityApi_schema = require('../../dist/identity-api.schema-5b5d60ea.cjs.prod.js'); | ||
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-1ec7c78f.cjs.prod.js'); | ||
var CoinMarketCap_schema = require('../../dist/CoinMarketCap.schema-b0cc2a78.cjs.prod.js'); | ||
var zodToJsonSchema = require('zod-to-json-schema'); | ||
@@ -10,0 +10,0 @@ var transaction_schema = require('../../dist/transaction.schema-9fc271c9.cjs.prod.js'); |
import { z } from 'zod'; | ||
import { aT as UuidString, e_ as ExternalCustomerId, b3 as RiskScoreType, b5 as CustomerType, bb as CustomerOnboardingLevel, bd as CustomerStatus, aX as ISO3CountryCode, as as BlockchainAddress, cK as RuleResultStatus, fh as GenericVerifiableCredentialSchema, fq as _toArray, fp as _toConsumableArray, aS as EnvironmentSchema } from '../../dist/identity-api.schema-1a005459.esm.js'; | ||
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse } from '../../dist/CoinMarketCap.schema-632995b3.esm.js'; | ||
import { M as MergedProviders, S as ScoringAnalysisResponse, B as BitRankVerifiedResponse, a as MerkleAddressResponse, C as ChainalysisRiskAssessmentResponse, I as IpQualityServiceAnalysisResponse, b as ComplyAdvantageSearchResponse } from '../../dist/CoinMarketCap.schema-e7be5940.esm.js'; | ||
import { zodToJsonSchema } from 'zod-to-json-schema'; | ||
@@ -5,0 +5,0 @@ import { g as TransactionTypes, m as TransactionReviewStatuses } from '../../dist/transaction.schema-c544a68e.esm.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16536340
156540