@liquidcommercedev/rmn-sdk 1.4.3 → 1.4.4-beta.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ import type { RMN_ENV } from './../../enums';
|
|
2
2
|
import type { RMN_SPOT_EVENT, RMN_SPOT_TYPE } from './spot.enum';
|
3
3
|
import type { RmnFilterType, RmnSpotType, SpotIdentifierType, SpotVariantType } from './spot.type';
|
4
4
|
export interface ISpotSelectionParams {
|
5
|
+
url?: string;
|
5
6
|
spots: RmnSpotType[];
|
6
7
|
filter?: Partial<RmnFilterType>;
|
7
8
|
}
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@liquidcommercedev/rmn-sdk",
|
3
3
|
"description": "LiquidCommerce RMN SDK",
|
4
4
|
"author": "LiquidCommerce Tech",
|
5
|
-
"version": "1.4.
|
5
|
+
"version": "1.4.4-beta.1",
|
6
6
|
"homepage": "https://docs.liquidcommerce.co/rmn-sdk",
|
7
7
|
"main": "./dist/index.cjs",
|
8
8
|
"module": "./dist/index.esm.js",
|