@doctadevs/types
Advanced tools
Comparing version 0.0.43 to 0.0.44
@@ -1,2 +0,2 @@ | ||
import { CardInstallment } from './card-installment'; | ||
import { CardHelperBinResponse } from './card-helper-bin-response'; | ||
import { Discount } from './discount'; | ||
@@ -10,3 +10,3 @@ export declare type PriceCalculationResponse = { | ||
discountsApplied: Discount[]; | ||
installments?: CardInstallment[]; | ||
paymentMethodData?: CardHelperBinResponse[]; | ||
}; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -1,2 +0,2 @@ | ||
import { CardInstallment } from './card-installment'; | ||
import { CardHelperBinResponse } from './card-helper-bin-response'; | ||
import { Discount } from './discount'; | ||
@@ -11,3 +11,3 @@ | ||
discountsApplied: Discount[]; | ||
installments?: CardInstallment[]; | ||
paymentMethodData?: CardHelperBinResponse[]; | ||
}; |
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
28882