@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.74 to 0.15.75
@@ -44,2 +44,3 @@ import { TimeAvailabilityInfoDTO } from "./location"; | ||
KDS?: Maybe<KDSMetadataDTO>; | ||
POS?: Maybe<POSMetadataDTO>; | ||
}; | ||
@@ -49,2 +50,20 @@ export type KDSMetadataDTO = { | ||
}; | ||
export type POSMetadataDTO = { | ||
CFD?: { | ||
isCFDConnectionEnabled?: Maybe<boolean>; | ||
theme: { | ||
idleScreen: { | ||
title?: Maybe<string>; | ||
description?: Maybe<string>; | ||
logoUrl?: Maybe<string>; | ||
bgImagesUrls?: Maybe<string[]>; | ||
bgImagesIntervalMs?: Maybe<number>; | ||
}; | ||
orderScreen: { | ||
promoImagesUrls?: Maybe<string[]>; | ||
promoImagesIntervalMs?: Maybe<number>; | ||
}; | ||
}; | ||
}; | ||
}; | ||
export declare enum UniqueGeneratorStrategyDTO { | ||
@@ -51,0 +70,0 @@ Random = "random", |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.74", | ||
"version": "0.15.75", | ||
"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
82535
1820