@springtree/eva-services-core-management 3.0.0-beta.80 → 3.0.0-beta.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2708,7 +2708,7 @@ export interface ConfigurationGetSettingHistoryResponse_Setting<ID_TYPE = string
|
|
|
2708
2708
|
Value?: string;
|
|
2709
2709
|
}
|
|
2710
2710
|
/**
|
|
2711
|
-
* Service to get an indication of the impact that results from updating settings
|
|
2711
|
+
* Service to get an indication of the impact that results from updating settings.
|
|
2712
2712
|
*/
|
|
2713
2713
|
export interface GetSettingImpact<ID_TYPE = string> {
|
|
2714
2714
|
/**
|
|
@@ -4214,12 +4214,9 @@ export interface GetDiscountByIDResponse<ID_TYPE = string> {
|
|
|
4214
4214
|
RestitutionOrganizationUnitName?: string;
|
|
4215
4215
|
Roles?: DiscountsGetDiscountByIDResponse_Role<ID_TYPE>[];
|
|
4216
4216
|
StartDate: string;
|
|
4217
|
-
TotalCouponCount?: number;
|
|
4218
4217
|
TotalDiscountGiven: number;
|
|
4219
4218
|
Trigger: DataModelsDiscountTriggers;
|
|
4220
|
-
UsableCouponCount?: number;
|
|
4221
4219
|
UsageCount: number;
|
|
4222
|
-
UsedCouponCount?: number;
|
|
4223
4220
|
UserUsageLimit?: number;
|
|
4224
4221
|
UserUsagePeriodDuration?: number;
|
|
4225
4222
|
UserUsagePeriodType?: DataModelsDiscountUserUsagePeriodType;
|