@figuredev/business-config-sdk
Advanced tools
Comparing version 0.14.7 to 0.14.8
@@ -10,5 +10,7 @@ export declare type PaymentSettingDTO = { | ||
credentials: PaymentCredentialsBoltDTO; | ||
options?: PaymentOptionsBoltDTO; | ||
}; | ||
export declare type PaymentSettingCardPointeDTO = { | ||
credentials: PaymentCredentialsCardPointeDTO; | ||
options?: PaymentOptionsCardPointeDTO; | ||
}; | ||
@@ -24,2 +26,8 @@ export declare type PaymentSettingConvergeDTO = { | ||
}; | ||
export declare type PaymentOptionsBoltDTO = { | ||
boltEnabled?: boolean; | ||
}; | ||
export declare type PaymentOptionsCardPointeDTO = { | ||
idTechEnabled?: boolean; | ||
}; | ||
export declare type PaymentCredentialsBoltDTO = { | ||
@@ -26,0 +34,0 @@ merchantId?: string; |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.14.7", | ||
"version": "0.14.8", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
39004
48
805