@protontech/pass-rust-core
Advanced tools
Comparing version 0.6.5 to 0.6.6
{ | ||
"name": "@protontech/pass-rust-core", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "proton_pass_web_bg.wasm", |
@@ -88,4 +88,2 @@ /* tslint:disable */ | ||
export function parse_create_passkey_data(request: string): WasmCreatePasskeyData; | ||
export type WasmStringList = string[]; | ||
export type WasmCreditCardType = "Visa" | "Mastercard" | "AmericanExpress" | "DinersClub" | "Discover" | "JCB" | "UnionPay" | "Maestro" | "Elo" | "Mir" | "Hiper" | "Hipercard" | "Unknown"; | ||
@@ -150,1 +148,3 @@ | ||
export type WasmStringList = string[]; | ||
Sorry, the diff of this file is not supported yet
2534561