component-shipinlv 2.2.15 → 2.2.16

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.
@@ -3,7 +3,6 @@ import './index.less';
3
3
  interface Props {
4
4
  productType: string;
5
5
  from: Ad.From;
6
- position: string;
7
6
  dealerId: number;
8
7
  env?: Global.Env;
9
8
  }
package/dist/Ad/index.js CHANGED
@@ -12,7 +12,6 @@ import { jsxs as _jsxs } from "react/jsx-runtime";
12
12
  var Ad = function Ad(_ref) {
13
13
  var productType = _ref.productType,
14
14
  from = _ref.from,
15
- position = _ref.position,
16
15
  dealerId = _ref.dealerId,
17
16
  env = _ref.env;
18
17
  var listDataRef = useRef([]);
@@ -44,7 +43,6 @@ var Ad = function Ad(_ref) {
44
43
  return AdController.list({
45
44
  productType: productType,
46
45
  from: from,
47
- position: position,
48
46
  dealerId: dealerId
49
47
  }, {
50
48
  env: env
@@ -1,6 +1,5 @@
1
1
  export declare function list(body: {
2
2
  productType: string;
3
3
  from: 'web' | 'client';
4
- position: string;
5
4
  dealerId: number;
6
5
  }, options?: Global.RequestOptions): Promise<Ad.List[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "2.2.15",
3
+ "version": "2.2.16",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",