@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.23 to 0.15.24
@@ -6,5 +6,11 @@ # Changelog | ||
## 0.15.24 | ||
- Added `address` and `contactInfo` to `LocationPreviewDTO` | ||
## 0.15.23 | ||
- Add `applePayEnabled` property to `PaymentCredentialsConvergeDTO` | ||
## 0.15.22 | ||
- Shipday credentials | ||
## 0.15.21 | ||
@@ -11,0 +17,0 @@ - `SDK.getDeliverySettings()` returns settings for all delivery services |
@@ -6,2 +6,3 @@ import { Maybe } from "./utils"; | ||
relay?: RelayCredentialsDTO; | ||
shipday?: ShipDayCredentialsDTO; | ||
}; | ||
@@ -17,1 +18,4 @@ export declare type DoorDashCredentialsDTO = {}; | ||
}; | ||
export declare type ShipDayCredentialsDTO = { | ||
apiKey?: Maybe<string>; | ||
}; |
@@ -16,2 +16,4 @@ export declare type LocationDTO = { | ||
timezone: string; | ||
address: AddressDTO; | ||
contactInfo: StoreContactInfoDTO; | ||
}; | ||
@@ -22,7 +24,7 @@ export declare type StoreContactInfoDTO = { | ||
phoneNumber: string | null; | ||
facebook: string | null; | ||
instagram: string | null; | ||
twitter: string | null; | ||
snapchat: string | null; | ||
tiktok: string | null; | ||
facebook?: string | null; | ||
instagram?: string | null; | ||
twitter?: string | null; | ||
snapchat?: string | null; | ||
tiktok?: string | null; | ||
}; | ||
@@ -29,0 +31,0 @@ export declare type TimeAvailabilityInfoDTO = { |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.23", | ||
"version": "0.15.24", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
62280
1289