@figuredev/business-config-sdk
Advanced tools
Comparing version 0.15.28 to 0.15.29
@@ -18,3 +18,3 @@ import { TimeAvailabilityInfoDTO } from "./location"; | ||
config?: { | ||
uniqueGeneratorStrategy: "random" | "sequential"; | ||
uniqueGeneratorStrategy?: UniqueGeneratorStrategyDTO; | ||
}; | ||
@@ -33,2 +33,6 @@ }; | ||
}; | ||
export declare enum UniqueGeneratorStrategyDTO { | ||
Random = "random", | ||
Sequential = "sequential" | ||
} | ||
export declare type TerminalMibConfigDTO = { | ||
@@ -35,0 +39,0 @@ url: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TerminalType = exports.TerminalAggregatorType = void 0; | ||
exports.TerminalType = exports.TerminalAggregatorType = exports.UniqueGeneratorStrategyDTO = void 0; | ||
var UniqueGeneratorStrategyDTO; | ||
(function (UniqueGeneratorStrategyDTO) { | ||
UniqueGeneratorStrategyDTO["Random"] = "random"; | ||
UniqueGeneratorStrategyDTO["Sequential"] = "sequential"; | ||
})(UniqueGeneratorStrategyDTO = exports.UniqueGeneratorStrategyDTO || (exports.UniqueGeneratorStrategyDTO = {})); | ||
var TerminalAggregatorType; | ||
@@ -5,0 +10,0 @@ (function (TerminalAggregatorType) { |
{ | ||
"name": "@figuredev/business-config-sdk", | ||
"version": "0.15.28", | ||
"version": "0.15.29", | ||
"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
63097
1303