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
58
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.10 to 1.8.11

8

dist/cjs/referral_miniapp_v2.d.ts

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

/**
* @generated from protobuf field: string id = 1;
*/
id: string;
/**
* @generated from protobuf field: string title = 2;

@@ -175,2 +171,6 @@ */

connectorType: string;
/**
* @generated from protobuf field: google.type.Decimal reward = 7;
*/
reward?: Decimal;
}

@@ -177,0 +177,0 @@ /**

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

taskId: string;
/**
* @generated from protobuf field: string connector_type = 3;
*/
connectorType: string;
}

@@ -240,2 +244,6 @@ /**

notActivatedFriends: bigint;
/**
* @generated from protobuf field: etherean.referral_miniapp.Referent referent = 16;
*/
referent?: Referent;
}

@@ -246,2 +254,22 @@ /**

declare const MeResponse: MeResponse$Type;
declare class Referent$Type extends MessageType<Referent> {
constructor();
}
/**
* @generated from protobuf message etherean.referral_miniapp.Referent
*/
interface Referent {
/**
* @generated from protobuf field: etherean.type.UserId user_id = 1;
*/
userId?: UserId;
/**
* @generated from protobuf field: string ref_code = 2;
*/
refCode: string;
}
/**
* @generated MessageType for protobuf message etherean.referral_miniapp.Referent
*/
declare const Referent: Referent$Type;
declare class TasksResponse$Type extends MessageType<TasksResponse> {

@@ -506,2 +534,2 @@ constructor();

export { BalanceResponse, CheckForPartnersRequest, CheckForPartnersResponse, CheckedUser, ConfirmVerifiableCredentialRequest, DailyLoginResponse, Friend, FriendsRequest, FriendsResponse, MeRequest, MeResponse, ReferralMiniappService, SocialSubscription, SocialVerifiableCredential, Task, TaskPostRequest, TasksByPlatformRequest, TasksResponse };
export { BalanceResponse, CheckForPartnersRequest, CheckForPartnersResponse, CheckedUser, ConfirmVerifiableCredentialRequest, DailyLoginResponse, Friend, FriendsRequest, FriendsResponse, MeRequest, MeResponse, Referent, ReferralMiniappService, SocialSubscription, SocialVerifiableCredential, Task, TaskPostRequest, TasksByPlatformRequest, TasksResponse };

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

/**
* @generated from protobuf field: string id = 1;
*/
id: string;
/**
* @generated from protobuf field: string title = 2;

@@ -135,2 +131,6 @@ */

connectorType: string;
/**
* @generated from protobuf field: google.type.Decimal reward = 7;
*/
reward?: Decimal;
}

@@ -137,0 +137,0 @@ /**

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

super("etherean.referral_miniapp.v2.VerifiableCredential", [
{ no: 1, name: "id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 2, name: "title", kind: "scalar", T: 9 /*ScalarType.STRING*/ },

@@ -88,3 +87,4 @@ { no: 3, name: "description", kind: "scalar", opt: true, T: 9 /*ScalarType.STRING*/ },

{ no: 5, name: "issued_verifiable_credentials", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => IssuedVerifiableCredential },
{ no: 6, name: "connector_type", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
{ no: 6, name: "connector_type", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 7, name: "reward", kind: "message", T: () => Decimal }
]);

@@ -91,0 +91,0 @@ }

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

taskId: string;
/**
* @generated from protobuf field: string connector_type = 3;
*/
connectorType: string;
}

@@ -187,4 +191,21 @@ /**

notActivatedFriends: bigint;
/**
* @generated from protobuf field: etherean.referral_miniapp.Referent referent = 16;
*/
referent?: Referent;
}
/**
* @generated from protobuf message etherean.referral_miniapp.Referent
*/
export interface Referent {
/**
* @generated from protobuf field: etherean.type.UserId user_id = 1;
*/
userId?: UserId;
/**
* @generated from protobuf field: string ref_code = 2;
*/
refCode: string;
}
/**
* @generated from protobuf message etherean.referral_miniapp.TasksResponse

@@ -436,2 +457,9 @@ */

export declare const MeResponse: MeResponse$Type;
declare class Referent$Type extends MessageType<Referent> {
constructor();
}
/**
* @generated MessageType for protobuf message etherean.referral_miniapp.Referent
*/
export declare const Referent: Referent$Type;
declare class TasksResponse$Type extends MessageType<TasksResponse> {

@@ -438,0 +466,0 @@ constructor();

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

{ no: 1, name: "user_id", kind: "message", T: () => UserId },
{ no: 2, name: "task_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
{ no: 2, name: "task_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 3, name: "connector_type", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
]);

@@ -135,3 +136,4 @@ }

{ no: 14, name: "activated_friends", kind: "scalar", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },
{ no: 15, name: "not_activated_friends", kind: "scalar", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ }
{ no: 15, name: "not_activated_friends", kind: "scalar", T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },
{ no: 16, name: "referent", kind: "message", T: () => Referent }
]);

@@ -145,2 +147,15 @@ }

// @generated message type with reflection information, may provide speed optimized methods
class Referent$Type extends MessageType {
constructor() {
super("etherean.referral_miniapp.Referent", [
{ no: 1, name: "user_id", kind: "message", T: () => UserId },
{ no: 2, name: "ref_code", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
]);
}
}
/**
* @generated MessageType for protobuf message etherean.referral_miniapp.Referent
*/
export const Referent = new Referent$Type();
// @generated message type with reflection information, may provide speed optimized methods
class TasksResponse$Type extends MessageType {

@@ -147,0 +162,0 @@ constructor() {

{
"name": "@etherean/etherean-grpc",
"type": "module",
"version": "1.8.10",
"version": "1.8.11",
"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

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