@uniswap/client-embeddedwallet
Advanced tools
Comparing version 0.0.11 to 0.0.12
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; | ||
import { Message, proto3 } from "@bufbuild/protobuf"; | ||
/** | ||
* @generated from enum uniswap.embeddedwallet.v1.AuthenticatorAttachment | ||
*/ | ||
export declare enum AuthenticatorAttachment { | ||
/** | ||
* @generated from enum value: AUTHENTICATOR_ATTACHMENT_UNSPECIFIED = 0; | ||
*/ | ||
AUTHENTICATOR_ATTACHMENT_UNSPECIFIED = 0, | ||
/** | ||
* @generated from enum value: PLATFORM = 1; | ||
*/ | ||
PLATFORM = 1, | ||
/** | ||
* @generated from enum value: CROSS_PLATFORM = 2; | ||
*/ | ||
CROSS_PLATFORM = 2 | ||
} | ||
/** | ||
* Authentication types determins the form of the challenge | ||
@@ -111,7 +94,7 @@ * | ||
/** | ||
* to enable limit the passkey pop to previously signed in passkey. | ||
* json formated optional field to customize the challenge for some authentication types. | ||
* | ||
* @generated from field: optional uniswap.embeddedwallet.v1.AuthenticatorAttachment authenticator_attachment = 5; | ||
* @generated from field: optional string options = 5; | ||
*/ | ||
authenticatorAttachment?: AuthenticatorAttachment; | ||
options?: string; | ||
constructor(data?: PartialMessage<ChallengeRequest>); | ||
@@ -118,0 +101,0 @@ static readonly runtime: typeof proto3; |
@@ -7,26 +7,2 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts" | ||
/** | ||
* @generated from enum uniswap.embeddedwallet.v1.AuthenticatorAttachment | ||
*/ | ||
export var AuthenticatorAttachment; | ||
(function (AuthenticatorAttachment) { | ||
/** | ||
* @generated from enum value: AUTHENTICATOR_ATTACHMENT_UNSPECIFIED = 0; | ||
*/ | ||
AuthenticatorAttachment[AuthenticatorAttachment["AUTHENTICATOR_ATTACHMENT_UNSPECIFIED"] = 0] = "AUTHENTICATOR_ATTACHMENT_UNSPECIFIED"; | ||
/** | ||
* @generated from enum value: PLATFORM = 1; | ||
*/ | ||
AuthenticatorAttachment[AuthenticatorAttachment["PLATFORM"] = 1] = "PLATFORM"; | ||
/** | ||
* @generated from enum value: CROSS_PLATFORM = 2; | ||
*/ | ||
AuthenticatorAttachment[AuthenticatorAttachment["CROSS_PLATFORM"] = 2] = "CROSS_PLATFORM"; | ||
})(AuthenticatorAttachment || (AuthenticatorAttachment = {})); | ||
// Retrieve enum metadata with: proto3.getEnumType(AuthenticatorAttachment) | ||
proto3.util.setEnumType(AuthenticatorAttachment, "uniswap.embeddedwallet.v1.AuthenticatorAttachment", [ | ||
{ no: 0, name: "AUTHENTICATOR_ATTACHMENT_UNSPECIFIED" }, | ||
{ no: 1, name: "PLATFORM" }, | ||
{ no: 2, name: "CROSS_PLATFORM" }, | ||
]); | ||
/** | ||
* Authentication types determins the form of the challenge | ||
@@ -154,3 +130,3 @@ * | ||
{ no: 4, name: "credential_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true }, | ||
{ no: 5, name: "authenticator_attachment", kind: "enum", T: proto3.getEnumType(AuthenticatorAttachment), opt: true }, | ||
{ no: 5, name: "options", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true }, | ||
]); | ||
@@ -157,0 +133,0 @@ /** |
{ | ||
"name": "@uniswap/client-embeddedwallet", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
83070
1989