@buynomics-lib/bn-shared 1.16.15-feature-nx64-1386.0 → 1.16.15

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 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.15](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.16.14...v1.16.15) (2024-01-30)
6
+
5
7
  ### [1.16.14](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.16.14-feature-nx64-1344.1...v1.16.14) (2024-01-05)
6
8
 
7
9
  ### [1.16.13](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.16.12...v1.16.13) (2023-11-22)
@@ -1,5 +1,6 @@
1
1
  export declare enum ClientFeature {
2
2
  PriceLevels = "priceLevels",
3
+ ChangePrices = "changePrices",
3
4
  ChangeProducts = "changeProducts",
4
5
  ChangeCosts = "changeCosts",
5
6
  ChangePromotions = "changePromotions"
@@ -12,3 +13,13 @@ export declare enum ClientFeatureState {
12
13
  export type ClientFeatures = {
13
14
  [key in ClientFeature]?: ClientFeatureState;
14
15
  };
16
+ export declare enum ClientFeatureScope {
17
+ Segment = "segment",
18
+ Subsegment = "subsegment",
19
+ SalesChannel = "salesChannel"
20
+ }
21
+ export type ClientFeaturesScopeLimits = {
22
+ [feature in ClientFeature]?: {
23
+ [scope in ClientFeatureScope]?: number;
24
+ };
25
+ };
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ClientFeatureState = exports.ClientFeature = void 0;
3
+ exports.ClientFeatureScope = exports.ClientFeatureState = exports.ClientFeature = void 0;
4
4
  var ClientFeature;
5
5
  (function (ClientFeature) {
6
6
  ClientFeature["PriceLevels"] = "priceLevels";
7
+ ClientFeature["ChangePrices"] = "changePrices";
7
8
  ClientFeature["ChangeProducts"] = "changeProducts";
8
9
  ClientFeature["ChangeCosts"] = "changeCosts";
9
10
  ClientFeature["ChangePromotions"] = "changePromotions";
@@ -14,4 +15,10 @@ var ClientFeatureState;
14
15
  ClientFeatureState["Disabled"] = "disabled";
15
16
  ClientFeatureState["Hidden"] = "hidden";
16
17
  })(ClientFeatureState = exports.ClientFeatureState || (exports.ClientFeatureState = {}));
18
+ var ClientFeatureScope;
19
+ (function (ClientFeatureScope) {
20
+ ClientFeatureScope["Segment"] = "segment";
21
+ ClientFeatureScope["Subsegment"] = "subsegment";
22
+ ClientFeatureScope["SalesChannel"] = "salesChannel";
23
+ })(ClientFeatureScope = exports.ClientFeatureScope || (exports.ClientFeatureScope = {}));
17
24
  //# sourceMappingURL=client-features.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"client-features.js","sourceRoot":"","sources":["../../../src/enums/client/client-features.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,4CAA2B,CAAA;IAC3B,kDAAiC,CAAA;IACjC,4CAA2B,CAAA;IAC3B,sDAAqC,CAAA;AACvC,CAAC,EALW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAKxB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,uCAAiB,CAAA;AACnB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
1
+ {"version":3,"file":"client-features.js","sourceRoot":"","sources":["../../../src/enums/client/client-features.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAMX;AAND,WAAY,aAAa;IACvB,4CAA2B,CAAA;IAC3B,8CAA6B,CAAA;IAC7B,kDAAiC,CAAA;IACjC,4CAA2B,CAAA;IAC3B,sDAAqC,CAAA;AACvC,CAAC,EANW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAMxB;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,uCAAiB,CAAA;AACnB,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B;AAMD,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,yCAAmB,CAAA;IACnB,+CAAyB,CAAA;IACzB,mDAA6B,CAAA;AAC/B,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
package/build/index.d.ts CHANGED
@@ -37,9 +37,8 @@ import { ClientDuplicationParts } from './enums/client/client-duplication-parts'
37
37
  import { PriceChangeTypes } from './enums/price-change/price-change-types';
38
38
  import { ChangePriceBases } from './enums/price-change/change-price-bases';
39
39
  import { ChangeProductPriceBases } from './enums/product-change/change-product-price-bases';
40
- import { ClientFeature, ClientFeatureState, ClientFeatures } from './enums/client/client-features';
40
+ import { ClientFeature, ClientFeatureState, ClientFeatures, ClientFeatureScope, ClientFeaturesScopeLimits } from './enums/client/client-features';
41
41
  import { ChangeCostBases } from './enums/cost-change/change-cost-bases';
42
42
  import { CostChangeTypes } from './enums/cost-change/cost-change-types';
43
43
  import { AvailabilityChangeTypes } from './enums/availability-change/availability-change-types';
44
- import { ClientScopeSettings, ClientScopeSettingType } from './enums/client/client-scope-settings';
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, ChangeCostBases, CostChangeTypes, AvailabilityChangeTypes, ClientStatus, ClientIndustry, ISimulationInputChangeEvents, IFitting, IFittingLog, IFileUpload, IPromotionPeriod, calculateRange, JSONFormulaToExpression, expressionToJSONFormula, getLatestDeeperionVersionValue, getCustomFormulaParamsLabel, EnumHelper, getPropertyName, PriceDecisionNullificationHelper, FormulaValidator, FormulaConverter, getPromotionPeriods, ClientViewSettingsPages, IClientViewSettings, ClientScopeSettingType, ClientScopeSettings, };
44
+ 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, };
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.ClientScopeSettingType = 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.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.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;
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");
@@ -79,12 +79,11 @@ Object.defineProperty(exports, "ChangeProductPriceBases", { enumerable: true, ge
79
79
  var client_features_1 = require("./enums/client/client-features");
80
80
  Object.defineProperty(exports, "ClientFeature", { enumerable: true, get: function () { return client_features_1.ClientFeature; } });
81
81
  Object.defineProperty(exports, "ClientFeatureState", { enumerable: true, get: function () { return client_features_1.ClientFeatureState; } });
82
+ Object.defineProperty(exports, "ClientFeatureScope", { enumerable: true, get: function () { return client_features_1.ClientFeatureScope; } });
82
83
  var change_cost_bases_1 = require("./enums/cost-change/change-cost-bases");
83
84
  Object.defineProperty(exports, "ChangeCostBases", { enumerable: true, get: function () { return change_cost_bases_1.ChangeCostBases; } });
84
85
  var cost_change_types_1 = require("./enums/cost-change/cost-change-types");
85
86
  Object.defineProperty(exports, "CostChangeTypes", { enumerable: true, get: function () { return cost_change_types_1.CostChangeTypes; } });
86
87
  var availability_change_types_1 = require("./enums/availability-change/availability-change-types");
87
88
  Object.defineProperty(exports, "AvailabilityChangeTypes", { enumerable: true, get: function () { return availability_change_types_1.AvailabilityChangeTypes; } });
88
- var client_scope_settings_1 = require("./enums/client/client-scope-settings");
89
- Object.defineProperty(exports, "ClientScopeSettingType", { enumerable: true, get: function () { return client_scope_settings_1.ClientScopeSettingType; } });
90
89
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AAoFlE,iGApFO,qCAAgB,OAoFP;AAnFlB,oFAAoF;AA6HlF,oGA7HO,uCAAmB,OA6HP;AA3HrB,6EAA0E;AAyFxE,gGAzFO,kCAAe,OAyFP;AAtFjB,4HAAuH;AAqFrH,8GArFO,gEAA6B,OAqFP;AApF/B,4GAAwG;AAmFtG,uGAnFO,iDAAsB,OAmFP;AAlFxB,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;AA0G3E,wGA1GO,8CAAuB,OA0GP;AAzGzB,+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;AAuCvB,4GAtFA,mDAA2B,OAsFA;AApF7B,6DAAiE;AAyD/D,uGAzDO,yCAAsB,OAyDP;AAxDxB,6DAA0D;AA+ExD,+FA/EO,gCAAc,OA+EP;AA9EhB,iGAAiG;AAiF/F,+GAjFO,6DAA8B,OAiFP;AAhFhC,sEAA8C;AAkF5C,qBAlFK,qBAAU,CAkFL;AAjFZ,0FAAkE;AAqFhE,2BArFK,2BAAgB,CAqFL;AApFlB,4GAAoF;AAmFlF,2BAnFK,2BAAgB,CAmFL;AAlFlB,2FAGqD;AAyEnD,wGA3EA,oDAAuB,OA2EA;AADvB,wGAzEA,oDAAuB,OAyEA;AAvEzB,iEAA6D;AA4E3D,gGA5EO,mCAAe,OA4EP;AA3EjB,yGAA6F;AA4E3F,2CA5EK,+BAAgC,CA4EL;AAvElC,wEAAuE;AA4CrE,oGA5CO,wCAAmB,OA4CP;AA3CrB,8DAA2D;AAsDzD,6FAtDO,4BAAY,OAsDP;AArDd,kEAA+D;AAsD7D,+FAtDO,gCAAc,OAsDP;AArDhB,oFAAgF;AA0C9E,uGA1CO,iDAAsB,OA0CP;AAzCxB,8EAA0E;AA0CxE,iGA1CO,qCAAgB,OA0CP;AAzClB,8EAA0E;AA0CxE,iGA1CO,qCAAgB,OA0CP;AAzClB,gGAA2F;AA0CzF,wGA1CO,oDAAuB,OA0CP;AAzCzB,kEAIuC;AAsCrC,8FAzCA,+BAAa,OAyCA;AACb,mGAzCA,oCAAkB,OAyCA;AAtCpB,2EAAuE;AAwCrE,gGAxCO,mCAAe,OAwCP;AAvCjB,2EAAuE;AAwCrE,gGAxCO,mCAAe,OAwCP;AAvCjB,mGAA+F;AAwC7F,wGAxCO,mDAAuB,OAwCP;AAvCzB,8EAG6C;AA2D3C,uGA5DA,8CAAsB,OA4DA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,wEAAoE;AAkFlE,iGAlFO,qCAAgB,OAkFP;AAjFlB,oFAAoF;AA6HlF,oGA7HO,uCAAmB,OA6HP;AA3HrB,6EAA0E;AAuFxE,gGAvFO,kCAAe,OAuFP;AApFjB,4HAAuH;AAmFrH,8GAnFO,gEAA6B,OAmFP;AAlF/B,4GAAwG;AAiFtG,uGAjFO,iDAAsB,OAiFP;AAhFxB,gFAG8C;AAwE5C,oGA1EA,4CAAmB,OA0EA;AACnB,gHA1EA,wDAA+B,OA0EA;AAxEjC,kFAG+C;AAsE7C,sGAxEA,+CAAqB,OAwEA;AACrB,6GAxEA,sDAA4B,OAwEA;AAtE9B,4DAGoC;AA6DlC,4FA/DA,0BAAW,OA+DA;AACX,wGA/DA,sCAAuB,OA+DA;AA7DzB,4DAAyD;AAmEvD,4FAnEO,0BAAW,OAmEP;AAlEb,4EAA6E;AA0G3E,wGA1GO,8CAAuB,OA0GP;AAzGzB,+CAK0B;AAgDxB,kGApDA,6BAAiB,OAoDA;AACjB,yGApDA,oCAAwB,OAoDA;AACxB,sGApDA,iCAAqB,OAoDA;AACrB,oGApDA,+BAAmB,OAoDA;AAlDrB,mDAAmD;AA2CjD,8FA3CO,2BAAa,OA2CP;AA1Cf,2EAAuE;AA6CrE,gGA7CO,mCAAe,OA6CP;AA5CjB,yFAAsF;AA0CpF,0GA1CO,sDAAyB,OA0CP;AAzC3B,mFAA+E;AA0C7E,sGA1CO,+CAAqB,OA0CP;AAzCvB,gFAG+C;AA4C7C,wGA9CA,+CAAuB,OA8CA;AAyCvB,4GAtFA,mDAA2B,OAsFA;AApF7B,6DAAiE;AAuD/D,uGAvDO,yCAAsB,OAuDP;AAtDxB,6DAA0D;AA+ExD,+FA/EO,gCAAc,OA+EP;AA9EhB,iGAAiG;AAiF/F,+GAjFO,6DAA8B,OAiFP;AAhFhC,sEAA8C;AAkF5C,qBAlFK,qBAAU,CAkFL;AAjFZ,0FAAkE;AAqFhE,2BArFK,2BAAgB,CAqFL;AApFlB,4GAAoF;AAmFlF,2BAnFK,2BAAgB,CAmFL;AAlFlB,2FAGqD;AAyEnD,wGA3EA,oDAAuB,OA2EA;AADvB,wGAzEA,oDAAuB,OAyEA;AAvEzB,iEAA6D;AA4E3D,gGA5EO,mCAAe,OA4EP;AA3EjB,yGAA6F;AA4E3F,2CA5EK,+BAAgC,CA4EL;AAvElC,wEAAuE;AA0CrE,oGA1CO,wCAAmB,OA0CP;AAzCrB,8DAA2D;AAsDzD,6FAtDO,4BAAY,OAsDP;AArDd,kEAA+D;AAsD7D,+FAtDO,gCAAc,OAsDP;AArDhB,oFAAgF;AAwC9E,uGAxCO,iDAAsB,OAwCP;AAvCxB,8EAA0E;AAwCxE,iGAxCO,qCAAgB,OAwCP;AAvClB,8EAA0E;AAwCxE,iGAxCO,qCAAgB,OAwCP;AAvClB,gGAA2F;AAwCzF,wGAxCO,oDAAuB,OAwCP;AAvCzB,kEAMuC;AAkCrC,8FAvCA,+BAAa,OAuCA;AACb,mGAvCA,oCAAkB,OAuCA;AAElB,mGAvCA,oCAAkB,OAuCA;AApCpB,2EAAuE;AAsCrE,gGAtCO,mCAAe,OAsCP;AArCjB,2EAAuE;AAsCrE,gGAtCO,mCAAe,OAsCP;AArCjB,mGAA+F;AAsC7F,wGAtCO,mDAAuB,OAsCP"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buynomics-lib/bn-shared",
3
- "version": "1.16.15-feature-nx64-1386.0",
3
+ "version": "1.16.15",
4
4
  "description": "Shared functionality between API and UI",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -1,14 +0,0 @@
1
- export declare enum ClientScopeSettingType {
2
- PriceChange = "priceChange",
3
- CostChange = "costChange",
4
- ProductChange = "productChange",
5
- PromotionChange = "promotionChange",
6
- AvailabilityChange = "availabilityChange"
7
- }
8
- export type ClientScopeSettings = {
9
- [key in ClientScopeSettingType]?: {
10
- segments?: number | null;
11
- subSegments?: number | null;
12
- salesChannels?: number | null;
13
- };
14
- };
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ClientScopeSettingType = void 0;
4
- var ClientScopeSettingType;
5
- (function (ClientScopeSettingType) {
6
- ClientScopeSettingType["PriceChange"] = "priceChange";
7
- ClientScopeSettingType["CostChange"] = "costChange";
8
- ClientScopeSettingType["ProductChange"] = "productChange";
9
- ClientScopeSettingType["PromotionChange"] = "promotionChange";
10
- ClientScopeSettingType["AvailabilityChange"] = "availabilityChange";
11
- })(ClientScopeSettingType = exports.ClientScopeSettingType || (exports.ClientScopeSettingType = {}));
12
- //# sourceMappingURL=client-scope-settings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"client-scope-settings.js","sourceRoot":"","sources":["../../../src/enums/client/client-scope-settings.ts"],"names":[],"mappings":";;;AAAA,IAAY,sBAMX;AAND,WAAY,sBAAsB;IAChC,qDAA2B,CAAA;IAC3B,mDAAyB,CAAA;IACzB,yDAA+B,CAAA;IAC/B,6DAAmC,CAAA;IACnC,mEAAyC,CAAA;AAC3C,CAAC,EANW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAMjC"}