@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.24 to 0.15.25
@@ -6,2 +6,5 @@ # Changelog | ||
## 0.15.25 | ||
- Added `slug` to `TerminalPreviewDTO`.`mibConfig` | ||
## 0.15.24 | ||
@@ -8,0 +11,0 @@ - Added `address` and `contactInfo` to `LocationPreviewDTO` |
@@ -31,2 +31,3 @@ import { TimeAvailabilityInfoDTO } from "./location"; | ||
url: string; | ||
slug?: string; | ||
}; | ||
@@ -33,0 +34,0 @@ export declare type TerminalAggregatorConfigDTO = { |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.24", | ||
"version": "0.15.25", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
62362
1290