Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@etherean/etherean-grpc

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etherean/etherean-grpc - npm Package Compare versions

Comparing version 1.8.12 to 1.9.0

50

dist/cjs/referral_miniapp_v2.d.ts

@@ -127,6 +127,2 @@ import { MessageType } from '@protobuf-ts/runtime';

/**
* @generated from protobuf field: repeated etherean.referral_miniapp.v2.VerifiableCredential verifiable_credentials = 10;
*/
verifiableCredentials: VerifiableCredential[];
/**
* @generated from protobuf field: optional string description = 11;

@@ -136,5 +132,5 @@ */

/**
* @generated from protobuf field: optional etherean.referral_miniapp.v2.VerifiableCredentialAction vc_action = 12;
* @generated from protobuf field: etherean.referral_miniapp.v2.Attestation attestation = 13;
*/
vcAction?: VerifiableCredentialAction;
attestation?: Attestation;
}

@@ -145,2 +141,38 @@ /**

declare const Task: Task$Type;
declare class Attestation$Type extends MessageType<Attestation> {
constructor();
}
/**
* @generated from protobuf message etherean.referral_miniapp.v2.Attestation
*/
interface Attestation {
/**
* @generated from protobuf field: etherean.referral_miniapp.v2.VerifiableCredentialAction action = 1;
*/
action?: VerifiableCredentialAction;
/**
* @generated from protobuf field: string domain = 2;
*/
domain: string;
/**
* @generated from protobuf field: string title = 3;
*/
title: string;
/**
* @generated from protobuf field: string description = 4;
*/
description: string;
/**
* @generated from protobuf field: optional string privacy = 5;
*/
privacy?: string;
/**
* @generated from protobuf field: repeated etherean.referral_miniapp.v2.VerifiableCredential verifiable_credentials = 6;
*/
verifiableCredentials: VerifiableCredential[];
}
/**
* @generated MessageType for protobuf message etherean.referral_miniapp.v2.Attestation
*/
declare const Attestation: Attestation$Type;
declare class VerifiableCredential$Type extends MessageType<VerifiableCredential> {

@@ -222,5 +254,5 @@ constructor();

/**
* @generated from protobuf field: string action = 2;
* @generated from protobuf field: string action_type = 2;
*/
action: string;
actionType: string;
/**

@@ -248,2 +280,2 @@ * @generated from protobuf field: string oauth_url = 3;

export { IssuedVerifiableCredential, ReferralMiniappService, Task, TaskPostRequest, TasksRequest, TasksResponse, VerifiableCredential, VerifiableCredentialAction };
export { Attestation, IssuedVerifiableCredential, ReferralMiniappService, Task, TaskPostRequest, TasksRequest, TasksResponse, VerifiableCredential, VerifiableCredentialAction };

@@ -94,6 +94,2 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies,optimize_code_size,output_javascript

/**
* @generated from protobuf field: repeated etherean.referral_miniapp.v2.VerifiableCredential verifiable_credentials = 10;
*/
verifiableCredentials: VerifiableCredential[];
/**
* @generated from protobuf field: optional string description = 11;

@@ -103,7 +99,36 @@ */

/**
* @generated from protobuf field: optional etherean.referral_miniapp.v2.VerifiableCredentialAction vc_action = 12;
* @generated from protobuf field: etherean.referral_miniapp.v2.Attestation attestation = 13;
*/
vcAction?: VerifiableCredentialAction;
attestation?: Attestation;
}
/**
* @generated from protobuf message etherean.referral_miniapp.v2.Attestation
*/
export interface Attestation {
/**
* @generated from protobuf field: etherean.referral_miniapp.v2.VerifiableCredentialAction action = 1;
*/
action?: VerifiableCredentialAction;
/**
* @generated from protobuf field: string domain = 2;
*/
domain: string;
/**
* @generated from protobuf field: string title = 3;
*/
title: string;
/**
* @generated from protobuf field: string description = 4;
*/
description: string;
/**
* @generated from protobuf field: optional string privacy = 5;
*/
privacy?: string;
/**
* @generated from protobuf field: repeated etherean.referral_miniapp.v2.VerifiableCredential verifiable_credentials = 6;
*/
verifiableCredentials: VerifiableCredential[];
}
/**
* @generated from protobuf message etherean.referral_miniapp.v2.VerifiableCredential

@@ -167,5 +192,5 @@ */

/**
* @generated from protobuf field: string action = 2;
* @generated from protobuf field: string action_type = 2;
*/
action: string;
actionType: string;
/**

@@ -212,2 +237,9 @@ * @generated from protobuf field: string oauth_url = 3;

export declare const Task: Task$Type;
declare class Attestation$Type extends MessageType<Attestation> {
constructor();
}
/**
* @generated MessageType for protobuf message etherean.referral_miniapp.v2.Attestation
*/
export declare const Attestation: Attestation$Type;
declare class VerifiableCredential$Type extends MessageType<VerifiableCredential> {

@@ -214,0 +246,0 @@ constructor();

@@ -68,5 +68,4 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies,optimize_code_size,output_javascript

{ no: 9, name: "farming_per_hour_boost", kind: "message", T: () => Decimal },
{ no: 10, name: "verifiable_credentials", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => VerifiableCredential },
{ no: 11, name: "description", kind: "scalar", opt: true, T: 9 /*ScalarType.STRING*/ },
{ no: 12, name: "vc_action", kind: "message", T: () => VerifiableCredentialAction }
{ no: 13, name: "attestation", kind: "message", T: () => Attestation }
]);

@@ -80,2 +79,19 @@ }

// @generated message type with reflection information, may provide speed optimized methods
class Attestation$Type extends MessageType {
constructor() {
super("etherean.referral_miniapp.v2.Attestation", [
{ no: 1, name: "action", kind: "message", T: () => VerifiableCredentialAction },
{ no: 2, name: "domain", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 3, name: "title", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 4, name: "description", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 5, name: "privacy", kind: "scalar", opt: true, T: 9 /*ScalarType.STRING*/ },
{ no: 6, name: "verifiable_credentials", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => VerifiableCredential }
]);
}
}
/**
* @generated MessageType for protobuf message etherean.referral_miniapp.v2.Attestation
*/
export const Attestation = new Attestation$Type();
// @generated message type with reflection information, may provide speed optimized methods
class VerifiableCredential$Type extends MessageType {

@@ -117,3 +133,3 @@ constructor() {

{ no: 1, name: "id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 2, name: "action", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 2, name: "action_type", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 3, name: "oauth_url", kind: "scalar", T: 9 /*ScalarType.STRING*/ },

@@ -120,0 +136,0 @@ { no: 4, name: "issuer_url", kind: "scalar", T: 9 /*ScalarType.STRING*/ },

2

package.json
{
"name": "@etherean/etherean-grpc",
"type": "module",
"version": "1.8.12",
"version": "1.9.0",
"description": "",

@@ -6,0 +6,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc