@figuredev/payments-sdk
Advanced tools
Comparing version 0.26.15 to 0.26.16
@@ -11,4 +11,4 @@ import { Maybe } from "fgr-lib-backend/lib/types"; | ||
constructor(config: PaymentsClientConfig); | ||
sale(ctx: UserContext, id: string, data: PaymentRequestDTO): Promise<PaymentInitializedResponseDTO>; | ||
auth(ctx: UserContext, id: string, data: PaymentRequestDTO): Promise<PaymentInitializedResponseDTO>; | ||
sale(ctx: UserContext, id: string, data: Omit<PaymentRequestDTO, "id">): Promise<PaymentInitializedResponseDTO>; | ||
auth(ctx: UserContext, id: string, data: Omit<PaymentRequestDTO, "id">): Promise<PaymentInitializedResponseDTO>; | ||
adjust(ctx: UserContext, id: string, referenceId: string, amount: number): Promise<PaymentInitializedResponseDTO>; | ||
@@ -15,0 +15,0 @@ refund(ctx: UserContext, id: string, referenceId: string, amount: number | null): Promise<PaymentInitializedResponseDTO>; |
{ | ||
"name": "@figuredev/payments-sdk", | ||
"version": "0.26.15", | ||
"version": "0.26.16", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
32338
0