@altodia/microservices-common
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -6,13 +6,14 @@ import { Base } from "../base"; | ||
export interface OrdersCreatedParams extends Base { | ||
number?: string; | ||
code?: string; | ||
status?: string; | ||
customerName?: string; | ||
productIds?: string[]; | ||
productNames?: string[]; | ||
productCounts?: number[]; | ||
price?: number; | ||
paymentIntentId?: string; | ||
clientSecret?: string; | ||
amount?: number; | ||
currency?: string; | ||
status?: string; | ||
customerName?: string; | ||
customerEmail?: string; | ||
tax?: number; | ||
deliveryFee?: number; | ||
paymentCard?: string; | ||
sellerName?: string; | ||
@@ -22,2 +23,6 @@ sellerCompany?: string; | ||
sellerVatNumber?: string; | ||
paymentCard?: string; | ||
number?: string; | ||
code?: string; | ||
price?: number; | ||
delivered?: boolean; | ||
@@ -24,0 +29,0 @@ deliveredAt?: Date; |
@@ -15,2 +15,3 @@ import { Base } from "../base"; | ||
customerName?: string; | ||
customerEmail?: string; | ||
tax?: number; | ||
@@ -22,2 +23,3 @@ deliveryFee?: number; | ||
sellerVatNumber?: string; | ||
paymentCard?: string; | ||
} | ||
@@ -24,0 +26,0 @@ export interface TransactionsUpdatedParams extends TransactionsCreatedParams { |
@@ -6,13 +6,14 @@ import { Base } from "../base"; | ||
export interface OrdersCreatedParams extends Base { | ||
number?: string; | ||
code?: string; | ||
status?: string; | ||
customerName?: string; | ||
productIds?: string[]; | ||
productNames?: string[]; | ||
productCounts?: number[]; | ||
price?: number; | ||
paymentIntentId?: string; | ||
clientSecret?: string; | ||
amount?: number; | ||
currency?: string; | ||
status?: string; | ||
customerName?: string; | ||
customerEmail?: string; | ||
tax?: number; | ||
deliveryFee?: number; | ||
paymentCard?: string; | ||
sellerName?: string; | ||
@@ -22,2 +23,6 @@ sellerCompany?: string; | ||
sellerVatNumber?: string; | ||
paymentCard?: string; | ||
number?: string; | ||
code?: string; | ||
price?: number; | ||
delivered?: boolean; | ||
@@ -24,0 +29,0 @@ deliveredAt?: Date; |
@@ -15,2 +15,3 @@ import { Base } from "../base"; | ||
customerName?: string; | ||
customerEmail?: string; | ||
tax?: number; | ||
@@ -22,2 +23,3 @@ deliveryFee?: number; | ||
sellerVatNumber?: string; | ||
paymentCard?: string; | ||
} | ||
@@ -24,0 +26,0 @@ export interface TransactionsUpdatedParams extends TransactionsCreatedParams { |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51110
773