@altodia/microservices-common
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -6,11 +6,11 @@ import { Base } from "../base"; | ||
export interface TransactionsCreatedParams extends Base { | ||
productId?: string; | ||
productIds?: string[]; | ||
productNames?: string[]; | ||
productCounts?: number[]; | ||
paymentIntentId?: string; | ||
clientSecret?: string; | ||
amount?: number; | ||
productCount?: number; | ||
currency?: string; | ||
status?: string; | ||
customerName?: string; | ||
productName?: string; | ||
tax?: number; | ||
@@ -17,0 +17,0 @@ deliveryFee?: number; |
@@ -6,11 +6,11 @@ import { Base } from "../base"; | ||
export interface TransactionsCreatedParams extends Base { | ||
productId?: string; | ||
productIds?: string[]; | ||
productNames?: string[]; | ||
productCounts?: number[]; | ||
paymentIntentId?: string; | ||
clientSecret?: string; | ||
amount?: number; | ||
productCount?: number; | ||
currency?: string; | ||
status?: string; | ||
customerName?: string; | ||
productName?: string; | ||
tax?: number; | ||
@@ -17,0 +17,0 @@ deliveryFee?: number; |
{ | ||
"name": "@altodia/microservices-common", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"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
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
50310