@carsayo/types 1.1.892024 → 1.1.892026

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.
@@ -24,3 +24,31 @@ export declare const SellMyCarTimeData: {
24
24
  export declare const SELLMYCAR_SERVICE_DATA: {
25
25
  진단가능지역: SellMyCarServiceAvailableRegion[];
26
26
  };
27
+ export declare const SELLMYCAR_COMMISSION_DATA: {
28
+ direct: ({
29
+ minAmount: number;
30
+ maxAmount: number;
31
+ basic: number;
32
+ trust: number;
33
+ isCompact?: undefined;
34
+ } | {
35
+ minAmount: number;
36
+ maxAmount: number;
37
+ isCompact: boolean;
38
+ basic: number;
39
+ trust: number;
40
+ })[];
41
+ agency: ({
42
+ minAmount: number;
43
+ maxAmount: number;
44
+ basic: number;
45
+ trust: number;
46
+ isCompact?: undefined;
47
+ } | {
48
+ minAmount: number;
49
+ maxAmount: number;
50
+ isCompact: boolean;
51
+ basic: number;
52
+ trust: number;
53
+ })[];
54
+ };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SELLMYCAR_SERVICE_DATA = exports.SellMyCarTimeData = void 0;
3
+ exports.SELLMYCAR_COMMISSION_DATA = exports.SELLMYCAR_SERVICE_DATA = exports.SellMyCarTimeData = void 0;
4
4
  /** 내차팔기 시간 정보
5
5
  * @note 단위는 모두 시간(hour)
6
6
  */
@@ -70,7 +70,7 @@ exports.SELLMYCAR_SERVICE_DATA = {
70
70
  },
71
71
  ],
72
72
  };
73
- const SELLMYCAR_COMMISSION_DATA = {
73
+ exports.SELLMYCAR_COMMISSION_DATA = {
74
74
  direct: [
75
75
  { minAmount: 0, maxAmount: 1000000, basic: 65000, trust: 65000 },
76
76
  { minAmount: 1000000, maxAmount: 5000000, basic: 175000, trust: 175000 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.892024",
3
+ "version": "1.1.892026",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",