@liquidcommercedev/rmn-sdk 1.3.0 → 1.3.1-beta.1

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
@@ -1,6 +1,11 @@
1
- # [1.3.0](https://github.com/liquidcommerce/rmn-sdk/compare/v1.2.1...v1.3.0) (2024-09-30)
1
+ ## [1.3.1-beta.1](https://github.com/liquidcommerce/rmn-sdk/compare/v1.3.0...v1.3.1-beta.1) (2024-10-01)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * impression and click tracking ([#33](https://github.com/liquidcommerce/rmn-sdk/issues/33)) ([e9e94dc](https://github.com/liquidcommerce/rmn-sdk/commit/e9e94dceaf363528d471426e34d4b6dce3d2799e))
6
+ * build ([5b022a2](https://github.com/liquidcommerce/rmn-sdk/commit/5b022a28d803a746e4fa9eedfc3d4275d91639df))
7
+ * relase fix ([ba74044](https://github.com/liquidcommerce/rmn-sdk/commit/ba74044787c47d446ce8b6688c547a5d968583a0))
8
+ * release ([1cd4844](https://github.com/liquidcommerce/rmn-sdk/commit/1cd4844a126786f4336f16517dde6219a25632e1))
9
+ * release ([fd7d22f](https://github.com/liquidcommerce/rmn-sdk/commit/fd7d22f9226ceeb2bdec7185400751129e5a7b6a))
10
+ * revert back release ([97340e6](https://github.com/liquidcommerce/rmn-sdk/commit/97340e6feca451487ab99f74c1d5bde45111c8ef))
11
+ * template border radius ([985f94d](https://github.com/liquidcommerce/rmn-sdk/commit/985f94dc98f637be09bb5c746375cf6dcfe9a799))
package/dist/index.d.ts CHANGED
@@ -43,7 +43,8 @@ declare enum RMN_FILTER_PROPERTIES {
43
43
  TYPE = "type",
44
44
  CLASSIFICATION = "classification",
45
45
  HOLIDAY = "holiday",
46
- PUBLISHERS = "publishers"
46
+ PUBLISHERS = "publishers",
47
+ SECTION = "section"
47
48
  }
48
49
 
49
50
  declare enum RMN_ENV {