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

@funkit/api-base

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@funkit/api-base - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

6

CHANGELOG.md
# @funkit/api-base
## 1.3.0
### Minor Changes
- 05e6eb8: feat: add qrcode transfer payment method
## 1.2.0

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

4

dist/src/services/checkout/endpoints.d.ts
import { Address } from 'viem';
import { CheckoutDeactivateParams, CheckoutHistoryItem, CheckoutInitParams, CheckoutQuoteParams, CheckoutQuoteResponse, CheckoutTransferDataParams, CheckoutTransferDataResponse, CheckoutTransferSponsorshipParams, CheckoutTransferSponsorshipResponse, RiskAssessmentParams, RiskAssessmentResponse } from './types';
import { CheckoutDeactivateParams, CheckoutHistoryItem, CheckoutInitParams, CheckoutInitResponse, CheckoutInitTokenTransferAddressParams, CheckoutQuoteParams, CheckoutQuoteResponse, CheckoutTransferSponsorshipParams, CheckoutTransferSponsorshipResponse, RiskAssessmentParams, RiskAssessmentResponse } from './types';
/**

@@ -77,2 +77,2 @@ * Gets a checkout quote (estimation).

export declare function getRiskAssessmentForAddress({ address, apiKey, }: RiskAssessmentParams): Promise<RiskAssessmentResponse>;
export declare function getCheckoutTransferData(_: CheckoutTransferDataParams): Promise<CheckoutTransferDataResponse>;
export declare function initializeCheckoutTokenTransferAddress({ apiKey, ...body }: CheckoutInitTokenTransferAddressParams): Promise<CheckoutInitResponse>;

@@ -100,2 +100,3 @@ /**===============*

refundState?: 'REFUNDED' | 'PROCEEDED';
stateTimestampMs?: Partial<Record<CheckoutState, number>>;
};

@@ -177,10 +178,12 @@ /**===============================*

};
export type CheckoutTransferDataParams = {
userId?: string;
recipientAddress: FunAddress;
export type CheckoutInitTokenTransferAddressParams = {
apiKey: string;
toChainId: string;
toTokenAddress: Address;
userId: string;
clientMetadata: NonNullable<object>;
sourceOfFund?: string;
recipientAddr: string;
};
export type CheckoutTransferDataResponse = {
depositAddress: Address;
};
export type CheckoutInitTokenTransferAddressResponse = CheckoutInitResponse;
export {};
{
"name": "@funkit/api-base",
"version": "1.2.0",
"version": "1.3.0",
"description": "Base API for Funkit",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

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