@buynomics-lib/bn-shared 1.16.20-feature-nx64-1390.4 → 1.16.21-feature-nx64-1518.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/CHANGELOG.md +2 -0
- package/build/enums/auth/params.d.ts +4 -0
- package/build/enums/auth/params.js +9 -0
- package/build/enums/auth/params.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
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.16.20](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.16.18...v1.16.20) (2024-02-29)
|
|
6
|
+
|
|
5
7
|
### [1.16.18](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.16.17...v1.16.18) (2024-02-27)
|
|
6
8
|
|
|
7
9
|
### [1.16.17](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.16.16...v1.16.17) (2024-02-20)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AuthSearchParams = void 0;
|
|
4
|
+
var AuthSearchParams;
|
|
5
|
+
(function (AuthSearchParams) {
|
|
6
|
+
AuthSearchParams["RedirectUrl"] = "redirectUrl";
|
|
7
|
+
AuthSearchParams["Redirected"] = "redirected";
|
|
8
|
+
})(AuthSearchParams = exports.AuthSearchParams || (exports.AuthSearchParams = {}));
|
|
9
|
+
//# sourceMappingURL=params.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"params.js","sourceRoot":"","sources":["../../../src/enums/auth/params.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,+CAA2B,CAAA;IAC3B,6CAAyB,CAAA;AAC3B,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B"}
|
package/build/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { IFitting } from './domains/fitting/interfaces/fitting';
|
|
|
6
6
|
import { IFittingLog } from './domains/fitting/interfaces/fitting-logs';
|
|
7
7
|
import { IntermediaryGroupRangeFormats } from './domains/pricing/intermediaries/enums/intermediary-group-range-formats';
|
|
8
8
|
import { IntermediaryGroupTypes } from './domains/pricing/intermediaries/enums/intermediary-group-types';
|
|
9
|
+
import { AuthSearchParams } from './enums/auth/params';
|
|
9
10
|
import { ClientCLVPriceTypes, DefaultClientCLVPriceTypeLabels } from './enums/client/client-clv-price-types';
|
|
10
11
|
import { ClientDecimalSettings, DefaultClientDecimalSettings } from './enums/client/client-decimal-settings';
|
|
11
12
|
import { ClientTerms, DefaultClientTermLabels } from './enums/client/client-terms';
|
|
@@ -42,4 +43,4 @@ import { ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope,
|
|
|
42
43
|
import { ChangeCostBases } from './enums/cost-change/change-cost-bases';
|
|
43
44
|
import { CostChangeTypes } from './enums/cost-change/cost-change-types';
|
|
44
45
|
import { AvailabilityChangeTypes } from './enums/availability-change/availability-change-types';
|
|
45
|
-
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, ClientFeaturesScopeLimits, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, DefaultClientFeaturesSettings, };
|
|
46
|
+
export { AuthSearchParams, 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, ClientFeaturesScopeLimits, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, 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,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.DefaultClientFeaturesSettings = 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.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.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = void 0;
|
|
6
|
+
exports.DefaultClientFeaturesSettings = 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.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.PriceLevelTypes = exports.SortableProductFields = exports.ConfigurableProductFields = exports.BnPermissions = exports.AuthSearchParams = 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");
|
|
@@ -14,6 +14,8 @@ var intermediary_group_range_formats_1 = require("./domains/pricing/intermediari
|
|
|
14
14
|
Object.defineProperty(exports, "IntermediaryGroupRangeFormats", { enumerable: true, get: function () { return intermediary_group_range_formats_1.IntermediaryGroupRangeFormats; } });
|
|
15
15
|
var intermediary_group_types_1 = require("./domains/pricing/intermediaries/enums/intermediary-group-types");
|
|
16
16
|
Object.defineProperty(exports, "IntermediaryGroupTypes", { enumerable: true, get: function () { return intermediary_group_types_1.IntermediaryGroupTypes; } });
|
|
17
|
+
var params_1 = require("./enums/auth/params");
|
|
18
|
+
Object.defineProperty(exports, "AuthSearchParams", { enumerable: true, get: function () { return params_1.AuthSearchParams; } });
|
|
17
19
|
var client_clv_price_types_1 = require("./enums/client/client-clv-price-types");
|
|
18
20
|
Object.defineProperty(exports, "ClientCLVPriceTypes", { enumerable: true, get: function () { return client_clv_price_types_1.ClientCLVPriceTypes; } });
|
|
19
21
|
Object.defineProperty(exports, "DefaultClientCLVPriceTypeLabels", { enumerable: true, get: function () { return client_clv_price_types_1.DefaultClientCLVPriceTypeLabels; } });
|
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;AAqFlE,iGArFO,qCAAgB,OAqFP;AApFlB,oFAAoF;AAgIlF,oGAhIO,uCAAmB,OAgIP;AA9HrB,6EAA0E;AA0FxE,gGA1FO,kCAAe,OA0FP;AAvFjB,4HAAuH;AAsFrH,8GAtFO,gEAA6B,OAsFP;AArF/B,4GAAwG;AAoFtG,uGApFO,iDAAsB,OAoFP;AAnFxB,8CAAsD;AAiEpD,iGAjEO,yBAAgB,OAiEP;AAhElB,gFAG8C;AA0E5C,oGA5EA,4CAAmB,OA4EA;AACnB,gHA5EA,wDAA+B,OA4EA;AA1EjC,kFAG+C;AAwE7C,sGA1EA,+CAAqB,OA0EA;AACrB,6GA1EA,sDAA4B,OA0EA;AAxE9B,4DAGoC;AA+DlC,4FAjEA,0BAAW,OAiEA;AACX,wGAjEA,sCAAuB,OAiEA;AA/DzB,4DAAyD;AAqEvD,4FArEO,0BAAW,OAqEP;AApEb,4EAA6E;AA4G3E,wGA5GO,8CAAuB,OA4GP;AA3GzB,+CAK0B;AAkDxB,kGAtDA,6BAAiB,OAsDA;AACjB,yGAtDA,oCAAwB,OAsDA;AACxB,sGAtDA,iCAAqB,OAsDA;AACrB,oGAtDA,+BAAmB,OAsDA;AApDrB,mDAAmD;AA6CjD,8FA7CO,2BAAa,OA6CP;AA5Cf,2EAAuE;AA+CrE,gGA/CO,mCAAe,OA+CP;AA9CjB,yFAAsF;AA4CpF,0GA5CO,sDAAyB,OA4CP;AA3C3B,mFAA+E;AA4C7E,sGA5CO,+CAAqB,OA4CP;AA3CvB,gFAG+C;AA8C7C,wGAhDA,+CAAuB,OAgDA;AAyCvB,4GAxFA,mDAA2B,OAwFA;AAtF7B,6DAAiE;AAyD/D,uGAzDO,yCAAsB,OAyDP;AAxDxB,6DAA0D;AAiFxD,+FAjFO,gCAAc,OAiFP;AAhFhB,iGAAiG;AAmF/F,+GAnFO,6DAA8B,OAmFP;AAlFhC,sEAA8C;AAoF5C,qBApFK,qBAAU,CAoFL;AAnFZ,0FAAkE;AAuFhE,2BAvFK,2BAAgB,CAuFL;AAtFlB,4GAAoF;AAqFlF,2BArFK,2BAAgB,CAqFL;AApFlB,2FAGqD;AA2EnD,wGA7EA,oDAAuB,OA6EA;AADvB,wGA3EA,oDAAuB,OA2EA;AAzEzB,iEAA6D;AA8E3D,gGA9EO,mCAAe,OA8EP;AA7EjB,yGAA6F;AA8E3F,2CA9EK,+BAAgC,CA8EL;AA7ElC,6FAAyF;AAmFvF,8GAnFO,+DAA6B,OAmFP;AA9E/B,wEAAuE;AA2CrE,oGA3CO,wCAAmB,OA2CP;AA1CrB,8DAA2D;AAuDzD,6FAvDO,4BAAY,OAuDP;AAtDd,kEAA+D;AAuD7D,+FAvDO,gCAAc,OAuDP;AAtDhB,oFAAgF;AAyC9E,uGAzCO,iDAAsB,OAyCP;AAxCxB,8EAA0E;AAyCxE,iGAzCO,qCAAgB,OAyCP;AAxClB,8EAA0E;AAyCxE,iGAzCO,qCAAgB,OAyCP;AAxClB,gGAA2F;AAyCzF,wGAzCO,oDAAuB,OAyCP;AAxCzB,kEAMuC;AAmCrC,8FAxCA,+BAAa,OAwCA;AACb,mGAxCA,oCAAkB,OAwCA;AAElB,mGAxCA,oCAAkB,OAwCA;AArCpB,2EAAuE;AAuCrE,gGAvCO,mCAAe,OAuCP;AAtCjB,2EAAuE;AAuCrE,gGAvCO,mCAAe,OAuCP;AAtCjB,mGAA+F;AAuC7F,wGAvCO,mDAAuB,OAuCP"}
|
package/package.json
CHANGED