@buynomics-lib/bn-shared 1.17.34-feature-brz-425.0 → 1.17.34-feature-hc-2589.2
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.17.33](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.17.33-feature-brz-425.1...v1.17.33) (2025-05-22)
|
|
6
|
+
|
|
5
7
|
### [1.17.32](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.17.32-feature-hc-2483.2...v1.17.32) (2025-04-23)
|
|
6
8
|
|
|
7
9
|
### [1.17.31](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.17.30...v1.17.31) (2025-04-16)
|
|
@@ -6,7 +6,9 @@ export declare enum ClientTerms {
|
|
|
6
6
|
LifetimeRevenue = 5,
|
|
7
7
|
MasterProducts = 6,
|
|
8
8
|
ProductDimensions = 7,
|
|
9
|
-
PromotionOffers = 8
|
|
9
|
+
PromotionOffers = 8,
|
|
10
|
+
PromotionOfferSlot = 9,
|
|
11
|
+
PromotionOfferTimeSlot = 10
|
|
10
12
|
}
|
|
11
13
|
export declare const DefaultClientTermLabels: {
|
|
12
14
|
1: string;
|
|
@@ -17,4 +19,6 @@ export declare const DefaultClientTermLabels: {
|
|
|
17
19
|
6: string;
|
|
18
20
|
7: string;
|
|
19
21
|
8: string;
|
|
22
|
+
9: string;
|
|
23
|
+
10: string;
|
|
20
24
|
};
|
|
@@ -12,6 +12,8 @@ var ClientTerms;
|
|
|
12
12
|
ClientTerms[ClientTerms["MasterProducts"] = 6] = "MasterProducts";
|
|
13
13
|
ClientTerms[ClientTerms["ProductDimensions"] = 7] = "ProductDimensions";
|
|
14
14
|
ClientTerms[ClientTerms["PromotionOffers"] = 8] = "PromotionOffers";
|
|
15
|
+
ClientTerms[ClientTerms["PromotionOfferSlot"] = 9] = "PromotionOfferSlot";
|
|
16
|
+
ClientTerms[ClientTerms["PromotionOfferTimeSlot"] = 10] = "PromotionOfferTimeSlot";
|
|
15
17
|
})(ClientTerms = exports.ClientTerms || (exports.ClientTerms = {}));
|
|
16
18
|
exports.DefaultClientTermLabels = (_a = {},
|
|
17
19
|
_a[ClientTerms.Profit] = 'Profit',
|
|
@@ -22,5 +24,7 @@ exports.DefaultClientTermLabels = (_a = {},
|
|
|
22
24
|
_a[ClientTerms.MasterProducts] = 'Master Product',
|
|
23
25
|
_a[ClientTerms.ProductDimensions] = 'Product Dimension',
|
|
24
26
|
_a[ClientTerms.PromotionOffers] = 'Promotion offers',
|
|
27
|
+
_a[ClientTerms.PromotionOfferSlot] = 'Promotion offer slot',
|
|
28
|
+
_a[ClientTerms.PromotionOfferTimeSlot] = 'Promotion offer time slot',
|
|
25
29
|
_a);
|
|
26
30
|
//# sourceMappingURL=client-terms.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-terms.js","sourceRoot":"","sources":["../../../src/enums/client/client-terms.ts"],"names":[],"mappings":";;;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"client-terms.js","sourceRoot":"","sources":["../../../src/enums/client/client-terms.ts"],"names":[],"mappings":";;;;AAAA,IAAY,WAWX;AAXD,WAAY,WAAW;IACrB,iDAAU,CAAA;IACV,mDAAW,CAAA;IACX,6DAAgB,CAAA;IAChB,iEAAkB,CAAA;IAClB,mEAAmB,CAAA;IACnB,iEAAkB,CAAA;IAClB,uEAAqB,CAAA;IACrB,mEAAmB,CAAA;IACnB,yEAAsB,CAAA;IACtB,kFAA2B,CAAA;AAC7B,CAAC,EAXW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAWtB;AAEY,QAAA,uBAAuB;IAClC,GAAC,WAAW,CAAC,MAAM,IAAG,QAAQ;IAC9B,GAAC,WAAW,CAAC,OAAO,IAAG,SAAS;IAChC,GAAC,WAAW,CAAC,YAAY,IAAG,cAAc;IAC1C,GAAC,WAAW,CAAC,cAAc,IAAG,iBAAiB;IAC/C,GAAC,WAAW,CAAC,eAAe,IAAG,kBAAkB;IACjD,GAAC,WAAW,CAAC,cAAc,IAAG,gBAAgB;IAC9C,GAAC,WAAW,CAAC,iBAAiB,IAAG,mBAAmB;IACpD,GAAC,WAAW,CAAC,eAAe,IAAG,kBAAkB;IACjD,GAAC,WAAW,CAAC,kBAAkB,IAAG,sBAAsB;IACxD,GAAC,WAAW,CAAC,sBAAsB,IAAG,2BAA2B;QAClE"}
|
package/package.json
CHANGED