@safe-global/safe-client-gateway-sdk
Advanced tools
Comparing version 1.58.0-next-c95a038 to 1.58.0-next-ffb7d97
@@ -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( |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
278088
9825