@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.22 to 0.15.23
@@ -6,4 +6,4 @@ # Changelog | ||
## 0.15.22 | ||
- Shipday credentials | ||
## 0.15.23 | ||
- Add `applePayEnabled` property to `PaymentCredentialsConvergeDTO` | ||
@@ -10,0 +10,0 @@ ## 0.15.21 |
@@ -6,3 +6,2 @@ import { Maybe } from "./utils"; | ||
relay?: RelayCredentialsDTO; | ||
shipday?: ShipDayCredentialsDTO; | ||
}; | ||
@@ -18,4 +17,1 @@ export declare type DoorDashCredentialsDTO = {}; | ||
}; | ||
export declare type ShipDayCredentialsDTO = { | ||
apiKey?: Maybe<string>; | ||
}; |
@@ -47,2 +47,3 @@ export declare type PaymentSettingDTO = { | ||
pinOnline?: string; | ||
applePayEnabled?: boolean; | ||
}; | ||
@@ -49,0 +50,0 @@ export declare type PaymentCredentialsDejavooDTO = { |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.22", | ||
"version": "0.15.23", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
61992
1283