New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0xsequence/api

Package Overview
Dependencies
Maintainers
5
Versions
521
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/api - npm Package Compare versions

Comparing version 0.29.4 to 0.29.8

6

CHANGELOG.md
# @0xsequence/api
## 0.29.8
### Patch Changes
- update api
## 0.29.4

@@ -4,0 +10,0 @@

14

dist/0xsequence-api.cjs.dev.js

@@ -30,3 +30,3 @@ 'use strict';

/* eslint-disable */
// sequence-api v0.4.0 185f7067ca3a09e8355147edbc5c0ffa99ea9612
// sequence-api v0.4.0 bb82279816a43a61d31b40a1abca9d52cd6c5533
// --

@@ -40,3 +40,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

const WebRPCSchemaHash = "185f7067ca3a09e8355147edbc5c0ffa99ea9612"; //
const WebRPCSchemaHash = "bb82279816a43a61d31b40a1abca9d52cd6c5533"; //
// Types

@@ -114,2 +114,12 @@ //

this.sendPasswordlessLink = (args, headers) => {
return this.fetch(this.url('SendPasswordlessLink'), createHTTPRequest(args, headers)).then(res => {
return buildResponse(res).then(_data => {
return {
status: _data.status
};
});
});
};
this.friendList = (args, headers) => {

@@ -116,0 +126,0 @@ return this.fetch(this.url('FriendList'), createHTTPRequest(args, headers)).then(res => {

@@ -30,3 +30,3 @@ 'use strict';

/* eslint-disable */
// sequence-api v0.4.0 185f7067ca3a09e8355147edbc5c0ffa99ea9612
// sequence-api v0.4.0 bb82279816a43a61d31b40a1abca9d52cd6c5533
// --

@@ -40,3 +40,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

const WebRPCSchemaHash = "185f7067ca3a09e8355147edbc5c0ffa99ea9612"; //
const WebRPCSchemaHash = "bb82279816a43a61d31b40a1abca9d52cd6c5533"; //
// Types

@@ -114,2 +114,12 @@ //

this.sendPasswordlessLink = (args, headers) => {
return this.fetch(this.url('SendPasswordlessLink'), createHTTPRequest(args, headers)).then(res => {
return buildResponse(res).then(_data => {
return {
status: _data.status
};
});
});
};
this.friendList = (args, headers) => {

@@ -116,0 +126,0 @@ return this.fetch(this.url('FriendList'), createHTTPRequest(args, headers)).then(res => {

@@ -22,3 +22,3 @@ import fetch from 'cross-fetch';

/* eslint-disable */
// sequence-api v0.4.0 185f7067ca3a09e8355147edbc5c0ffa99ea9612
// sequence-api v0.4.0 bb82279816a43a61d31b40a1abca9d52cd6c5533
// --

@@ -32,3 +32,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

const WebRPCSchemaHash = "185f7067ca3a09e8355147edbc5c0ffa99ea9612"; //
const WebRPCSchemaHash = "bb82279816a43a61d31b40a1abca9d52cd6c5533"; //
// Types

@@ -106,2 +106,12 @@ //

this.sendPasswordlessLink = (args, headers) => {
return this.fetch(this.url('SendPasswordlessLink'), createHTTPRequest(args, headers)).then(res => {
return buildResponse(res).then(_data => {
return {
status: _data.status
};
});
});
};
this.friendList = (args, headers) => {

@@ -108,0 +118,0 @@ return this.fetch(this.url('FriendList'), createHTTPRequest(args, headers)).then(res => {

export declare const WebRPCVersion = "v1";
export declare const WebRPCSchemaVersion = "v0.4.0";
export declare const WebRPCSchemaHash = "185f7067ca3a09e8355147edbc5c0ffa99ea9612";
export declare const WebRPCSchemaHash = "bb82279816a43a61d31b40a1abca9d52cd6c5533";
export declare enum SortOrder {

@@ -121,2 +121,3 @@ DESC = "DESC",

getAuthToken(args: GetAuthTokenArgs, headers?: object): Promise<GetAuthTokenReturn>;
sendPasswordlessLink(args: SendPasswordlessLinkArgs, headers?: object): Promise<SendPasswordlessLinkReturn>;
friendList(args: FriendListArgs, headers?: object): Promise<FriendListReturn>;

@@ -170,2 +171,10 @@ getFriendByAddress(args: GetFriendByAddressArgs, headers?: object): Promise<GetFriendByAddressReturn>;

}
export interface SendPasswordlessLinkArgs {
email: string;
redirectUri: string;
intent: string;
}
export interface SendPasswordlessLinkReturn {
status: boolean;
}
export interface FriendListArgs {

@@ -298,2 +307,3 @@ page?: Page;

getAuthToken: (args: GetAuthTokenArgs, headers?: object | undefined) => Promise<GetAuthTokenReturn>;
sendPasswordlessLink: (args: SendPasswordlessLinkArgs, headers?: object | undefined) => Promise<SendPasswordlessLinkReturn>;
friendList: (args: FriendListArgs, headers?: object | undefined) => Promise<FriendListReturn>;

@@ -300,0 +310,0 @@ getFriendByAddress: (args: GetFriendByAddressArgs, headers?: object | undefined) => Promise<GetFriendByAddressReturn>;

2

package.json
{
"name": "@0xsequence/api",
"version": "0.29.4",
"version": "0.29.8",
"description": "api sub-package for Sequence",

@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api",

/* eslint-disable */
// sequence-api v0.4.0 185f7067ca3a09e8355147edbc5c0ffa99ea9612
// sequence-api v0.4.0 bb82279816a43a61d31b40a1abca9d52cd6c5533
// --

@@ -14,3 +14,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = "185f7067ca3a09e8355147edbc5c0ffa99ea9612"
export const WebRPCSchemaHash = "bb82279816a43a61d31b40a1abca9d52cd6c5533"

@@ -160,2 +160,3 @@

getAuthToken(args: GetAuthTokenArgs, headers?: object): Promise<GetAuthTokenReturn>
sendPasswordlessLink(args: SendPasswordlessLinkArgs, headers?: object): Promise<SendPasswordlessLinkReturn>
friendList(args: FriendListArgs, headers?: object): Promise<FriendListReturn>

@@ -215,2 +216,11 @@ getFriendByAddress(args: GetFriendByAddressArgs, headers?: object): Promise<GetFriendByAddressReturn>

}
export interface SendPasswordlessLinkArgs {
email: string
redirectUri: string
intent: string
}
export interface SendPasswordlessLinkReturn {
status: boolean
}
export interface FriendListArgs {

@@ -434,2 +444,14 @@ page?: Page

sendPasswordlessLink = (args: SendPasswordlessLinkArgs, headers?: object): Promise<SendPasswordlessLinkReturn> => {
return this.fetch(
this.url('SendPasswordlessLink'),
createHTTPRequest(args, headers)).then((res) => {
return buildResponse(res).then(_data => {
return {
status: <boolean>(_data.status)
}
})
})
}
friendList = (args: FriendListArgs, headers?: object): Promise<FriendListReturn> => {

@@ -436,0 +458,0 @@ return this.fetch(

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