@altodia/microservices-common
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -9,5 +9,14 @@ import { Base } from "../base"; | ||
clientSecret?: string; | ||
amount: number; | ||
currency: string; | ||
amount?: number; | ||
productCount?: number; | ||
currency?: string; | ||
status?: string; | ||
customerName?: string; | ||
productName?: string; | ||
tax?: number; | ||
deliveryFee?: number; | ||
sellerName?: string; | ||
sellerCompany?: string; | ||
sellerEmail?: string; | ||
sellerVatNumber?: string; | ||
} | ||
@@ -14,0 +23,0 @@ export interface TransactionsUpdatedParams extends TransactionsCreatedParams { |
@@ -9,5 +9,14 @@ import { Base } from "../base"; | ||
clientSecret?: string; | ||
amount: number; | ||
currency: string; | ||
amount?: number; | ||
productCount?: number; | ||
currency?: string; | ||
status?: string; | ||
customerName?: string; | ||
productName?: string; | ||
tax?: number; | ||
deliveryFee?: number; | ||
sellerName?: string; | ||
sellerCompany?: string; | ||
sellerEmail?: string; | ||
sellerVatNumber?: string; | ||
} | ||
@@ -14,0 +23,0 @@ export interface TransactionsUpdatedParams extends TransactionsCreatedParams { |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50098
757