@falaleev/payment-sdk
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -151,2 +151,9 @@ import { type CallContext, type CallOptions } from "nice-grpc-common"; | ||
export declare function paymentMethodToJSON(object: PaymentMethod): string; | ||
export declare enum QrType { | ||
image = 0, | ||
url = 1, | ||
UNRECOGNIZED = -1 | ||
} | ||
export declare function qrTypeFromJSON(object: any): QrType; | ||
export declare function qrTypeToJSON(object: QrType): string; | ||
export interface CreateReq { | ||
@@ -255,2 +262,3 @@ /** платежный шлюз */ | ||
payment_id: number; | ||
type: QrType; | ||
} | ||
@@ -257,0 +265,0 @@ export interface QrResp { |
{ | ||
"name": "@falaleev/payment-sdk", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is too big to display
1710121
36245