@falaleev/payment-sdk
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -279,8 +279,8 @@ import { type CallContext, type CallOptions } from "nice-grpc-common"; | ||
export interface Customer { | ||
/** имя клиента */ | ||
name: string; | ||
/** электронная почта клиента */ | ||
email: string; | ||
/** имя клиента */ | ||
name?: string | undefined; | ||
/** телефон клиента */ | ||
phone: string; | ||
phone?: string | undefined; | ||
} | ||
@@ -287,0 +287,0 @@ export interface CancelReq { |
{ | ||
"name": "@falaleev/payment-sdk", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is too big to display
1728750