@buynomics-lib/bn-shared 1.16.1 → 1.16.2-feat-nx64-76.0
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/build/enums/product-change/change-product-price-bases.d.ts +4 -0
- package/build/enums/product-change/change-product-price-bases.js +9 -0
- package/build/enums/product-change/change-product-price-bases.js.map +1 -0
- package/build/index.d.ts +2 -1
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ChangeProductPriceBases = void 0;
|
|
4
|
+
var ChangeProductPriceBases;
|
|
5
|
+
(function (ChangeProductPriceBases) {
|
|
6
|
+
ChangeProductPriceBases["OldPrice"] = "OLD_PRICE";
|
|
7
|
+
ChangeProductPriceBases["NewPrice"] = "NEW_PRICE";
|
|
8
|
+
})(ChangeProductPriceBases = exports.ChangeProductPriceBases || (exports.ChangeProductPriceBases = {}));
|
|
9
|
+
//# sourceMappingURL=change-product-price-bases.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-product-price-bases.js","sourceRoot":"","sources":["../../../src/enums/product-change/change-product-price-bases.ts"],"names":[],"mappings":";;;AAAA,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,iDAAsB,CAAA;IACtB,iDAAsB,CAAA;AACxB,CAAC,EAHW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAGlC"}
|
package/build/index.d.ts
CHANGED
|
@@ -34,4 +34,5 @@ import { BuynomicsAppVersion } from './enums/client/client-app-version';
|
|
|
34
34
|
import { ClientDuplicationParts } from './enums/client/client-duplication-parts';
|
|
35
35
|
import { PriceChangeTypes } from './enums/price-change/price-change-types';
|
|
36
36
|
import { ChangePriceBases } from './enums/price-change/change-price-bases';
|
|
37
|
-
|
|
37
|
+
import { ChangeProductPriceBases } from './enums/product-change/change-product-price-bases';
|
|
38
|
+
export { BnPermissions, ConfigurableProductFields, SortableProductFields, PriceLevelTypes, DeeperionVersions, DeeperionAppSwitchValues, CustomCostFormulaParams, ClientTerms, DefaultClientTermLabels, ClientCLVPeriods, ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels, ClientDecimalSettings, DefaultClientDecimalSettings, ClientTypes, IntermediaryGroupTypes, IntermediaryGroupRangeFormats, FittingStatuses, CentralSteeringVersion, Dimension, DimensionValue, BuynomicsAppVersion, ClientDuplicationParts, PriceChangeTypes, ChangePriceBases, ChangeProductPriceBases, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, };
|
package/build/index.js
CHANGED
|
@@ -3,7 +3,7 @@ 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.ClientViewSettingsPages = exports.getPromotionPeriods = exports.FormulaConverter = exports.FormulaValidator = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.expressionToJSONFormula = exports.JSONFormulaToExpression = exports.calculateRange = 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.DeeperionAppSwitchValues = exports.DeeperionVersions = exports.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
|
|
6
|
+
exports.ClientViewSettingsPages = exports.getPromotionPeriods = exports.FormulaConverter = exports.FormulaValidator = exports.PriceDecisionNullificationHelper = exports.getPropertyName = exports.EnumHelper = exports.getCustomFormulaParamsLabel = exports.getLatestDeeperionVersionValue = exports.expressionToJSONFormula = exports.JSONFormulaToExpression = exports.calculateRange = 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.DeeperionAppSwitchValues = exports.DeeperionVersions = exports.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
|
|
7
7
|
var client_clv_periods_1 = require("./enums/client/client-clv-periods");
|
|
8
8
|
Object.defineProperty(exports, "ClientCLVPeriods", { enumerable: true, get: function () { return client_clv_periods_1.ClientCLVPeriods; } });
|
|
9
9
|
var promotion_periods_1 = require("./domains/promotions/helpers/promotion-periods");
|
|
@@ -68,4 +68,6 @@ var price_change_types_1 = require("./enums/price-change/price-change-types");
|
|
|
68
68
|
Object.defineProperty(exports, "PriceChangeTypes", { enumerable: true, get: function () { return price_change_types_1.PriceChangeTypes; } });
|
|
69
69
|
var change_price_bases_1 = require("./enums/price-change/change-price-bases");
|
|
70
70
|
Object.defineProperty(exports, "ChangePriceBases", { enumerable: true, get: function () { return change_price_bases_1.ChangePriceBases; } });
|
|
71
|
+
var change_product_price_bases_1 = require("./enums/product-change/change-product-price-bases");
|
|
72
|
+
Object.defineProperty(exports, "ChangeProductPriceBases", { enumerable: true, get: function () { return change_product_price_bases_1.ChangeProductPriceBases; } });
|
|
71
73
|
//# sourceMappingURL=index.js.map
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AA+DlE,iGA/DO,qCAAgB,OA+DP;AA9DlB,oFAAoF;AAgGlF,oGAhGO,uCAAmB,OAgGP;AA9FrB,6EAA0E;AAoExE,gGApEO,kCAAe,OAoEP;AAjEjB,4HAAuH;AAgErH,8GAhEO,gEAA6B,OAgEP;AA/D/B,4GAAwG;AA8DtG,uGA9DO,iDAAsB,OA8DP;AA7DxB,gFAG8C;AAqD5C,oGAvDA,4CAAmB,OAuDA;AACnB,gHAvDA,wDAA+B,OAuDA;AArDjC,kFAG+C;AAmD7C,sGArDA,+CAAqB,OAqDA;AACrB,6GArDA,sDAA4B,OAqDA;AAnD9B,4DAGoC;AA0ClC,4FA5CA,0BAAW,OA4CA;AACX,wGA5CA,sCAAuB,OA4CA;AA1CzB,4DAAyD;AAgDvD,4FAhDO,0BAAW,OAgDP;AA/Cb,4EAA6E;AA6E3E,wGA7EO,8CAAuB,OA6EP;AA5EzB,+CAA+E;AAoC7E,kGApCO,6BAAiB,OAoCP;AACjB,yGArC0B,oCAAwB,OAqC1B;AApC1B,mDAAmD;AA+BjD,8FA/BO,2BAAa,OA+BP;AA9Bf,2EAAuE;AAiCrE,gGAjCO,mCAAe,OAiCP;AAhCjB,yFAAsF;AA8BpF,0GA9BO,sDAAyB,OA8BP;AA7B3B,mFAA+E;AA8B7E,sGA9BO,+CAAqB,OA8BP;AA7BvB,gFAG+C;AA8B7C,wGAhCA,+CAAuB,OAgCA;AA+BvB,4GA9DA,mDAA2B,OA8DA;AA5D7B,6DAAiE;AAyC/D,uGAzCO,yCAAsB,OAyCP;AAxCxB,6DAA0D;AAuDxD,+FAvDO,gCAAc,OAuDP;AAtDhB,iGAAiG;AAyD/F,+GAzDO,6DAA8B,OAyDP;AAxDhC,sEAA8C;AA0D5C,qBA1DK,qBAAU,CA0DL;AAzDZ,0FAAkE;AA6DhE,2BA7DK,2BAAgB,CA6DL;AA5DlB,4GAAoF;AA2DlF,2BA3DK,2BAAgB,CA2DL;AA1DlB,2FAGqD;AAiDnD,wGAnDA,oDAAuB,OAmDA;AADvB,wGAjDA,oDAAuB,OAiDA;AA/CzB,iEAA6D;AAoD3D,gGApDO,mCAAe,OAoDP;AAnDjB,yGAA6F;AAoD3F,2CApDK,+BAAgC,CAoDL;AA/ClC,wEAAuE;AA4BrE,oGA5BO,wCAAmB,OA4BP;AA3BrB,oFAAgF;AA4B9E,uGA5BO,iDAAsB,OA4BP;AA3BxB,8EAA0E;AA4BxE,iGA5BO,qCAAgB,OA4BP;AA3BlB,8EAA0E;AA4BxE,iGA5BO,qCAAgB,OA4BP;AA3BlB,gGAA2F;AA4BzF,wGA5BO,oDAAuB,OA4BP"}
|