@buynomics-lib/bn-shared 1.17.4-feature-nx64-1535.0 → 1.17.4
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.
- package/CHANGELOG.md +2 -0
- package/build/enums/optimization/index.d.ts +2 -2
- package/build/enums/optimization/index.js +3 -3
- package/build/enums/optimization/index.js.map +1 -1
- package/build/enums/optimization/kpi-constraint-type.d.ts +0 -1
- package/build/enums/optimization/kpi-constraint-type.js +0 -1
- package/build/enums/optimization/kpi-constraint-type.js.map +1 -1
- package/build/enums/optimization/optimization-kpis.d.ts +5 -0
- package/build/enums/optimization/optimization-kpis.js +10 -0
- package/build/enums/optimization/optimization-kpis.js.map +1 -0
- package/build/enums/price-level/static-level-reference-ids.d.ts +4 -0
- package/build/enums/price-level/static-level-reference-ids.js +9 -0
- package/build/enums/price-level/static-level-reference-ids.js.map +1 -0
- package/build/index.d.ts +3 -2
- package/build/index.js +5 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/build/enums/optimization/solution-bucket.d.ts +0 -6
- package/build/enums/optimization/solution-bucket.js +0 -11
- package/build/enums/optimization/solution-bucket.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.17.4](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.17.3...v1.17.4) (2024-05-07)
|
|
6
|
+
|
|
5
7
|
### [1.17.3](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.17.2...v1.17.3) (2024-04-10)
|
|
6
8
|
|
|
7
9
|
### [1.17.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.17.1...v1.17.2) (2024-04-04)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { KpiConstraintType } from './kpi-constraint-type';
|
|
2
2
|
import { OptimizationStatus } from './optimization-status';
|
|
3
|
-
import {
|
|
4
|
-
export { KpiConstraintType, OptimizationStatus,
|
|
3
|
+
import { OptimizationKpis } from './optimization-kpis';
|
|
4
|
+
export { KpiConstraintType, OptimizationStatus, OptimizationKpis };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.OptimizationKpis = exports.OptimizationStatus = exports.KpiConstraintType = void 0;
|
|
4
4
|
var kpi_constraint_type_1 = require("./kpi-constraint-type");
|
|
5
5
|
Object.defineProperty(exports, "KpiConstraintType", { enumerable: true, get: function () { return kpi_constraint_type_1.KpiConstraintType; } });
|
|
6
6
|
var optimization_status_1 = require("./optimization-status");
|
|
7
7
|
Object.defineProperty(exports, "OptimizationStatus", { enumerable: true, get: function () { return optimization_status_1.OptimizationStatus; } });
|
|
8
|
-
var
|
|
9
|
-
Object.defineProperty(exports, "
|
|
8
|
+
var optimization_kpis_1 = require("./optimization-kpis");
|
|
9
|
+
Object.defineProperty(exports, "OptimizationKpis", { enumerable: true, get: function () { return optimization_kpis_1.OptimizationKpis; } });
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/optimization/index.ts"],"names":[],"mappings":";;;AAAA,6DAAyD;AAIhD,kGAJA,uCAAiB,OAIA;AAH1B,6DAA0D;AAG9B,mGAHnB,wCAAkB,OAGmB;AAF9C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/enums/optimization/index.ts"],"names":[],"mappings":";;;AAAA,6DAAyD;AAIhD,kGAJA,uCAAiB,OAIA;AAH1B,6DAA0D;AAG9B,mGAHnB,wCAAkB,OAGmB;AAF9C,yDAAsD;AAEN,iGAFvC,oCAAgB,OAEuC"}
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.KpiConstraintType = void 0;
|
|
4
4
|
var KpiConstraintType;
|
|
5
5
|
(function (KpiConstraintType) {
|
|
6
|
-
KpiConstraintType["AbsoluteDecrease"] = "absoluteDecrease";
|
|
7
6
|
KpiConstraintType["RelativeDecrease"] = "relativeDecrease";
|
|
8
7
|
})(KpiConstraintType = exports.KpiConstraintType || (exports.KpiConstraintType = {}));
|
|
9
8
|
//# sourceMappingURL=kpi-constraint-type.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kpi-constraint-type.js","sourceRoot":"","sources":["../../../src/enums/optimization/kpi-constraint-type.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"kpi-constraint-type.js","sourceRoot":"","sources":["../../../src/enums/optimization/kpi-constraint-type.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAEX;AAFD,WAAY,iBAAiB;IAC3B,0DAAqC,CAAA;AACvC,CAAC,EAFW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAE5B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OptimizationKpis = void 0;
|
|
4
|
+
var OptimizationKpis;
|
|
5
|
+
(function (OptimizationKpis) {
|
|
6
|
+
OptimizationKpis["Units"] = "units";
|
|
7
|
+
OptimizationKpis["Revenue"] = "revenue";
|
|
8
|
+
OptimizationKpis["Profit"] = "profit";
|
|
9
|
+
})(OptimizationKpis = exports.OptimizationKpis || (exports.OptimizationKpis = {}));
|
|
10
|
+
//# sourceMappingURL=optimization-kpis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optimization-kpis.js","sourceRoot":"","sources":["../../../src/enums/optimization/optimization-kpis.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,mCAAe,CAAA;IACf,uCAAmB,CAAA;IACnB,qCAAiB,CAAA;AACnB,CAAC,EAJW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAI3B"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StaticLevelReferenceIds = void 0;
|
|
4
|
+
var StaticLevelReferenceIds;
|
|
5
|
+
(function (StaticLevelReferenceIds) {
|
|
6
|
+
StaticLevelReferenceIds["Manufacturer"] = "manufacturer";
|
|
7
|
+
StaticLevelReferenceIds["Shopper"] = "shopper";
|
|
8
|
+
})(StaticLevelReferenceIds = exports.StaticLevelReferenceIds || (exports.StaticLevelReferenceIds = {}));
|
|
9
|
+
//# sourceMappingURL=static-level-reference-ids.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-level-reference-ids.js","sourceRoot":"","sources":["../../../src/enums/price-level/static-level-reference-ids.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,wDAA6B,CAAA;IAC7B,8CAAmB,CAAA;AACrB,CAAC,EAHW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAGlC"}
|
package/build/index.d.ts
CHANGED
|
@@ -22,11 +22,12 @@ import { ClientViewSettingsPages } from './enums/client/client-view-settings';
|
|
|
22
22
|
import { ChangeCostBases } from './enums/cost-change/change-cost-bases';
|
|
23
23
|
import { CostChangeTypes } from './enums/cost-change/cost-change-types';
|
|
24
24
|
import { DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes } from './enums/deeperion';
|
|
25
|
-
import { KpiConstraintType, OptimizationStatus,
|
|
25
|
+
import { KpiConstraintType, OptimizationStatus, OptimizationKpis } from './enums/optimization';
|
|
26
26
|
import { BnPermissions } from './enums/permissions';
|
|
27
27
|
import { ChangePriceBases } from './enums/price-change/change-price-bases';
|
|
28
28
|
import { PriceChangeTypes } from './enums/price-change/price-change-types';
|
|
29
29
|
import { PriceLevelTypes } from './enums/price-level/price-level-types';
|
|
30
|
+
import { StaticLevelReferenceIds } from './enums/price-level/static-level-reference-ids';
|
|
30
31
|
import { ChangeProductPriceBases } from './enums/product-change/change-product-price-bases';
|
|
31
32
|
import { ConfigurableProductFields } from './enums/product/configurable-product-field';
|
|
32
33
|
import { SortableProductFields } from './enums/product/sortable-product-fields';
|
|
@@ -44,4 +45,4 @@ import PriceDecisionNullificationHelper from './helpers/price-decision/price-dec
|
|
|
44
45
|
import { IClientViewSettings } from './interfaces/client-view-settings';
|
|
45
46
|
import { IFileUpload } from './interfaces/file-upload';
|
|
46
47
|
import { ISimulationInputChangeEvents } from './interfaces/simulation/simulation-input-change-events';
|
|
47
|
-
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, OptimizationStatus,
|
|
48
|
+
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, StaticLevelReferenceIds, DeeperionVersions, DeeperionAppSwitchValues, DeeperionRequestTypes, DeeperionModelTypes, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesSettings, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ValueDriverType, KpiConstraintType, OptimizationStatus, OptimizationKpis, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, };
|
package/build/index.js
CHANGED
|
@@ -3,8 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.DefaultClientFeaturesSettings = void 0;
|
|
6
|
+
exports.getPromotionPeriods = exports.FormulaConverter = exports.FormulaValidator = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.expressionToJSONFormula = exports.JSONFormulaToExpression = exports.calculateRange = exports.OptimizationKpis = exports.OptimizationStatus = exports.KpiConstraintType = exports.ValueDriverType = exports.ClientIndustry = exports.ClientStatus = exports.AvailabilityChangeTypes = exports.CostChangeTypes = exports.ChangeCostBases = exports.ClientFeatureScope = exports.ClientFeatureState = exports.ClientFeature = exports.ChangeProductPriceBases = exports.ChangePriceBases = exports.PriceChangeTypes = exports.ClientDuplicationParts = exports.BuynomicsAppVersion = exports.CentralSteeringVersion = exports.FittingStatuses = exports.IntermediaryGroupRangeFormats = exports.IntermediaryGroupTypes = exports.ClientTypes = exports.DefaultClientDecimalSettings = exports.ClientDecimalSettings = exports.DefaultClientCLVPriceTypeLabels = exports.ClientCLVPriceTypes = exports.ClientCLVPeriods = exports.DefaultClientTermLabels = exports.ClientTerms = exports.CustomCostFormulaParams = exports.DeeperionModelTypes = exports.DeeperionRequestTypes = exports.DeeperionAppSwitchValues = exports.DeeperionVersions = exports.StaticLevelReferenceIds = exports.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
|
|
7
|
+
exports.DefaultClientFeaturesSettings = exports.ClientViewSettingsPages = void 0;
|
|
8
8
|
var fitting_statuses_1 = require("./domains/fitting/enums/fitting-statuses");
|
|
9
9
|
Object.defineProperty(exports, "FittingStatuses", { enumerable: true, get: function () { return fitting_statuses_1.FittingStatuses; } });
|
|
10
10
|
var intermediary_group_range_formats_1 = require("./domains/pricing/intermediaries/enums/intermediary-group-range-formats");
|
|
@@ -56,7 +56,7 @@ Object.defineProperty(exports, "DeeperionModelTypes", { enumerable: true, get: f
|
|
|
56
56
|
var optimization_1 = require("./enums/optimization");
|
|
57
57
|
Object.defineProperty(exports, "KpiConstraintType", { enumerable: true, get: function () { return optimization_1.KpiConstraintType; } });
|
|
58
58
|
Object.defineProperty(exports, "OptimizationStatus", { enumerable: true, get: function () { return optimization_1.OptimizationStatus; } });
|
|
59
|
-
Object.defineProperty(exports, "
|
|
59
|
+
Object.defineProperty(exports, "OptimizationKpis", { enumerable: true, get: function () { return optimization_1.OptimizationKpis; } });
|
|
60
60
|
var permissions_1 = require("./enums/permissions");
|
|
61
61
|
Object.defineProperty(exports, "BnPermissions", { enumerable: true, get: function () { return permissions_1.BnPermissions; } });
|
|
62
62
|
var change_price_bases_1 = require("./enums/price-change/change-price-bases");
|
|
@@ -65,6 +65,8 @@ var price_change_types_1 = require("./enums/price-change/price-change-types");
|
|
|
65
65
|
Object.defineProperty(exports, "PriceChangeTypes", { enumerable: true, get: function () { return price_change_types_1.PriceChangeTypes; } });
|
|
66
66
|
var price_level_types_1 = require("./enums/price-level/price-level-types");
|
|
67
67
|
Object.defineProperty(exports, "PriceLevelTypes", { enumerable: true, get: function () { return price_level_types_1.PriceLevelTypes; } });
|
|
68
|
+
var static_level_reference_ids_1 = require("./enums/price-level/static-level-reference-ids");
|
|
69
|
+
Object.defineProperty(exports, "StaticLevelReferenceIds", { enumerable: true, get: function () { return static_level_reference_ids_1.StaticLevelReferenceIds; } });
|
|
68
70
|
var change_product_price_bases_1 = require("./enums/product-change/change-product-price-bases");
|
|
69
71
|
Object.defineProperty(exports, "ChangeProductPriceBases", { enumerable: true, get: function () { return change_product_price_bases_1.ChangeProductPriceBases; } });
|
|
70
72
|
var configurable_product_field_1 = require("./enums/product/configurable-product-field");
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;AAAA,6EAA0E;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;AAAA,6EAA0E;AAmGxE,gGAnGO,kCAAe,OAmGP;AAhGjB,4HAAuH;AA+FrH,8GA/FO,gEAA6B,OA+FP;AA9F/B,4GAAwG;AA6FtG,uGA7FO,iDAAsB,OA6FP;AA5FxB,oFAAoF;AAsIlF,oGAtIO,uCAAmB,OAsIP;AApIrB,mGAA+F;AA4G7F,wGA5GO,mDAAuB,OA4GP;AA3GzB,6DAAiE;AA4F/D,uGA5FO,yCAAsB,OA4FP;AA3FxB,wEAAuE;AA8FrE,oGA9FO,wCAAmB,OA8FP;AA7FrB,wEAAoE;AAiFlE,iGAjFO,qCAAgB,OAiFP;AAhFlB,gFAG8C;AA8E5C,oGAhFA,4CAAmB,OAgFA;AACnB,gHAhFA,wDAA+B,OAgFA;AA9EjC,kFAG+C;AA4E7C,sGA9EA,+CAAqB,OA8EA;AACrB,6GA9EA,sDAA4B,OA8EA;AA3E9B,oFAAgF;AAoF9E,uGApFO,iDAAsB,OAoFP;AAnFxB,kEAMuC;AAiFrC,8FAtFA,+BAAa,OAsFA;AACb,mGAtFA,oCAAkB,OAsFA;AAElB,mGAtFA,oCAAkB,OAsFA;AAnFpB,kEAA+D;AAyF7D,+FAzFO,gCAAc,OAyFP;AAxFhB,8DAA2D;AAuFzD,6FAvFO,4BAAY,OAuFP;AAtFd,4DAGoC;AAwDlC,4FA1DA,0BAAW,OA0DA;AACX,wGA1DA,sCAAuB,OA0DA;AAxDzB,4DAAyD;AA8DvD,4FA9DO,0BAAW,OA8DP;AA7Db,4EAA6E;AAyG3E,wGAzGO,8CAAuB,OAyGP;AAxGzB,2EAAuE;AA6ErE,gGA7EO,mCAAe,OA6EP;AA5EjB,2EAAuE;AA6ErE,gGA7EO,mCAAe,OA6EP;AA5EjB,+CAK0B;AAyCxB,kGA7CA,6BAAiB,OA6CA;AACjB,yGA7CA,oCAAwB,OA6CA;AACxB,sGA7CA,iCAAqB,OA6CA;AACrB,oGA7CA,+BAAmB,OA6CA;AA3CrB,qDAI6B;AAuE3B,kGA1EA,gCAAiB,OA0EA;AACjB,mGA1EA,iCAAkB,OA0EA;AAClB,iGA1EA,+BAAgB,OA0EA;AAxElB,mDAAmD;AA8BjD,8FA9BO,2BAAa,OA8BP;AA7Bf,8EAA0E;AAwDxE,iGAxDO,qCAAgB,OAwDP;AAvDlB,8EAA0E;AAsDxE,iGAtDO,qCAAgB,OAsDP;AArDlB,2EAAuE;AA8BrE,gGA9BO,mCAAe,OA8BP;AA7BjB,6FAAwF;AA8BtF,wGA9BO,oDAAuB,OA8BP;AA7BzB,gGAA2F;AAqDzF,wGArDO,oDAAuB,OAqDP;AApDzB,yFAAsF;AAyBpF,0GAzBO,sDAAyB,OAyBP;AAxB3B,mFAA+E;AAyB7E,sGAzBO,+CAAqB,OAyBP;AAxBvB,gFAG+C;AA4B7C,wGA9BA,+CAAuB,OA8BA;AA6CvB,4GA1EA,mDAA2B,OA0EA;AAxE7B,oFAAgF;AAyD9E,gGAzDO,mCAAe,OAyDP;AAxDjB,6DAA0D;AAmExD,+FAnEO,gCAAc,OAmEP;AAlEhB,iGAAiG;AAqE/F,+GArEO,6DAA8B,OAqEP;AApEhC,6FAAyF;AA8EvF,8GA9EO,+DAA6B,OA8EP;AA7E/B,sEAA8C;AAqE5C,qBArEK,qBAAU,CAqEL;AApEZ,0FAAkE;AAwEhE,2BAxEK,2BAAgB,CAwEL;AAvElB,4GAAoF;AAsElF,2BAtEK,2BAAgB,CAsEL;AArElB,2FAGqD;AA4DnD,wGA9DA,oDAAuB,OA8DA;AADvB,wGA5DA,oDAAuB,OA4DA;AA1DzB,iEAA6D;AA+D3D,gGA/DO,mCAAe,OA+DP;AA9DjB,yGAA6F;AA+D3F,2CA/DK,+BAAgC,CA+DL"}
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SolutionBucket = void 0;
|
|
4
|
-
var SolutionBucket;
|
|
5
|
-
(function (SolutionBucket) {
|
|
6
|
-
SolutionBucket["Best"] = "Best";
|
|
7
|
-
SolutionBucket["Acceptable"] = "Acceptable";
|
|
8
|
-
SolutionBucket["Alternative"] = "Alternative";
|
|
9
|
-
SolutionBucket["Other"] = "Other";
|
|
10
|
-
})(SolutionBucket = exports.SolutionBucket || (exports.SolutionBucket = {}));
|
|
11
|
-
//# sourceMappingURL=solution-bucket.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"solution-bucket.js","sourceRoot":"","sources":["../../../src/enums/optimization/solution-bucket.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,+BAAa,CAAA;IACb,2CAAyB,CAAA;IACzB,6CAA2B,CAAA;IAC3B,iCAAe,CAAA;AACjB,CAAC,EALW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAKzB"}
|