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

@safe-global/safe-client-gateway-sdk

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@safe-global/safe-client-gateway-sdk - npm Package Compare versions

Comparing version 1.58.0-next-c95a038 to 1.58.0-next-ffb7d97

16

dist/sdk.d.ts

@@ -346,18 +346,2 @@ /**

): Promise<getSafeOverview>;
export type getSubmission =
paths["/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions"]["get"]["responses"][200]["content"]["application/json"];
export declare function getSubmission(
options: ExtractOptions<
"get",
"/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions"
>,
): Promise<getSubmission>;
export type createSubmission =
paths["/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions"]["post"]["responses"][201]["content"]["application/json"];
export declare function createSubmission(
options: ExtractOptions<
"post",
"/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions"
>,
): Promise<createSubmission>;
export type getTransactionById =

@@ -364,0 +348,0 @@ paths["/v1/chains/{chainId}/transactions/{id}"]["get"]["responses"][200]["content"]["application/json"];

@@ -64,4 +64,2 @@ "use strict";

exports.getSafeOverview = getSafeOverview;
exports.getSubmission = getSubmission;
exports.createSubmission = createSubmission;
exports.getTransactionById = getTransactionById;

@@ -385,16 +383,2 @@ exports.getMultisigTransactions = getMultisigTransactions;

}
async function getSubmission(options) {
return clientRequest(
"get",
"/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions",
options,
);
}
async function createSubmission(options) {
return clientRequest(
"post",
"/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions",
options,
);
}
async function getTransactionById(options) {

@@ -401,0 +385,0 @@ return clientRequest(

2

package.json
{
"license": "MIT",
"name": "@safe-global/safe-client-gateway-sdk",
"version": "1.58.0-next-c95a038",
"version": "1.58.0-next-ffb7d97",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "types": "dist/index.d.ts",

@@ -668,32 +668,2 @@ /**

export type getSubmission =
paths["/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions"]["get"]["responses"][200]["content"]["application/json"];
export async function getSubmission(
options: ExtractOptions<
"get",
"/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions"
>,
): Promise<getSubmission> {
return clientRequest(
"get",
"/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions",
options,
);
}
export type createSubmission =
paths["/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions"]["post"]["responses"][201]["content"]["application/json"];
export async function createSubmission(
options: ExtractOptions<
"post",
"/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions"
>,
): Promise<createSubmission> {
return clientRequest(
"post",
"/v1/targeted-messaging/outreaches/{outreachId}/chains/{chainId}/safes/{safeAddress}/signers/{signerAddress}/submissions",
options,
);
}
export type getTransactionById =

@@ -700,0 +670,0 @@ paths["/v1/chains/{chainId}/transactions/{id}"]["get"]["responses"][200]["content"]["application/json"];

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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