rerobe-js-orm 3.4.8 → 3.4.9
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/lib/constants/ledger-constants.d.ts +112 -156
- package/package.json +1 -1
|
@@ -1,156 +1,112 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
}
|
|
114
|
-
namespace STATUS_CHANGED_TO_PAYMENT_IN_PROGRESS {
|
|
115
|
-
const label_16: string;
|
|
116
|
-
export { label_16 as label };
|
|
117
|
-
const description_16: string;
|
|
118
|
-
export { description_16 as description };
|
|
119
|
-
}
|
|
120
|
-
namespace STATUS_CHANGED_TO_SELLER_PAID {
|
|
121
|
-
const label_17: string;
|
|
122
|
-
export { label_17 as label };
|
|
123
|
-
const description_17: string;
|
|
124
|
-
export { description_17 as description };
|
|
125
|
-
}
|
|
126
|
-
namespace STATUS_CHANGED_TO_DISPUTED {
|
|
127
|
-
const label_18: string;
|
|
128
|
-
export { label_18 as label };
|
|
129
|
-
const description_18: string;
|
|
130
|
-
export { description_18 as description };
|
|
131
|
-
}
|
|
132
|
-
namespace STATUS_CHANGED_TO_RESOLVED {
|
|
133
|
-
const label_19: string;
|
|
134
|
-
export { label_19 as label };
|
|
135
|
-
const description_19: string;
|
|
136
|
-
export { description_19 as description };
|
|
137
|
-
}
|
|
138
|
-
namespace STATUS_CHANGED_TO_DIRECT_SALE_PENDING {
|
|
139
|
-
const label_20: string;
|
|
140
|
-
export { label_20 as label };
|
|
141
|
-
const description_20: string;
|
|
142
|
-
export { description_20 as description };
|
|
143
|
-
}
|
|
144
|
-
namespace STATUS_CHANGED_TO_DIRECT_SALE_COMPLETED {
|
|
145
|
-
const label_21: string;
|
|
146
|
-
export { label_21 as label };
|
|
147
|
-
const description_21: string;
|
|
148
|
-
export { description_21 as description };
|
|
149
|
-
}
|
|
150
|
-
namespace MERCHANT_ADJUSTMENT_MADE {
|
|
151
|
-
const label_22: string;
|
|
152
|
-
export { label_22 as label };
|
|
153
|
-
const description_22: string;
|
|
154
|
-
export { description_22 as description };
|
|
155
|
-
}
|
|
156
|
-
}
|
|
1
|
+
export declare const TRANSACTION_TYPES: {
|
|
2
|
+
merchantCredit: string;
|
|
3
|
+
merchantDebit: string;
|
|
4
|
+
sellerCredit: string;
|
|
5
|
+
sellerDebit: string;
|
|
6
|
+
customerCredit: string;
|
|
7
|
+
customerDebit: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const CUSTOMER_CREDIT_REASONS: {
|
|
10
|
+
giftCard: string;
|
|
11
|
+
marketingPromotion: string;
|
|
12
|
+
partnershipCompensation: string;
|
|
13
|
+
employeeCompensation: string;
|
|
14
|
+
customerCompensation: string;
|
|
15
|
+
refund: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const SellerProductLedgerStatusDescriptions: {
|
|
18
|
+
PENDING_RETURN_PERIOD_COMPLETION: {
|
|
19
|
+
label: string;
|
|
20
|
+
description: string;
|
|
21
|
+
};
|
|
22
|
+
RETURNED_AND_RELISTED: {
|
|
23
|
+
label: string;
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
SELLER_LIQUIDATED: {
|
|
27
|
+
label: string;
|
|
28
|
+
description: string;
|
|
29
|
+
};
|
|
30
|
+
MERCHANT_DONATED: {
|
|
31
|
+
label: string;
|
|
32
|
+
description: string;
|
|
33
|
+
};
|
|
34
|
+
SELLER_TO_BE_PAID: {
|
|
35
|
+
label: string;
|
|
36
|
+
description: string;
|
|
37
|
+
};
|
|
38
|
+
PAYMENT_IN_PROGRESS: {
|
|
39
|
+
label: string;
|
|
40
|
+
description: string;
|
|
41
|
+
};
|
|
42
|
+
SELLER_PAID: {
|
|
43
|
+
label: string;
|
|
44
|
+
description: string;
|
|
45
|
+
};
|
|
46
|
+
DISPUTED: {
|
|
47
|
+
label: string;
|
|
48
|
+
description: string;
|
|
49
|
+
};
|
|
50
|
+
RESOLVED: {
|
|
51
|
+
label: string;
|
|
52
|
+
description: string;
|
|
53
|
+
};
|
|
54
|
+
DIRECT_SALE_PENDING: {
|
|
55
|
+
label: string;
|
|
56
|
+
description: string;
|
|
57
|
+
};
|
|
58
|
+
DIRECT_SALE_COMPLETED: {
|
|
59
|
+
label: string;
|
|
60
|
+
description: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
export declare const SellerProductLedgerActivityLogActionDescriptions: {
|
|
64
|
+
STATUS_CHANGED_TO_PENDING_RETURN_PERIOD_COMPLETION: {
|
|
65
|
+
label: string;
|
|
66
|
+
description: string;
|
|
67
|
+
};
|
|
68
|
+
STATUS_CHANGED_TO_RETURNED_AND_RELISTED: {
|
|
69
|
+
label: string;
|
|
70
|
+
description: string;
|
|
71
|
+
};
|
|
72
|
+
STATUS_CHANGED_TO_SELLER_LIQUIDATED: {
|
|
73
|
+
label: string;
|
|
74
|
+
description: string;
|
|
75
|
+
};
|
|
76
|
+
STATUS_CHANGED_TO_MERCHANT_DONATED: {
|
|
77
|
+
label: string;
|
|
78
|
+
description: string;
|
|
79
|
+
};
|
|
80
|
+
STATUS_CHANGED_TO_SELLER_TO_BE_PAID: {
|
|
81
|
+
label: string;
|
|
82
|
+
description: string;
|
|
83
|
+
};
|
|
84
|
+
STATUS_CHANGED_TO_PAYMENT_IN_PROGRESS: {
|
|
85
|
+
label: string;
|
|
86
|
+
description: string;
|
|
87
|
+
};
|
|
88
|
+
STATUS_CHANGED_TO_SELLER_PAID: {
|
|
89
|
+
label: string;
|
|
90
|
+
description: string;
|
|
91
|
+
};
|
|
92
|
+
STATUS_CHANGED_TO_DISPUTED: {
|
|
93
|
+
label: string;
|
|
94
|
+
description: string;
|
|
95
|
+
};
|
|
96
|
+
STATUS_CHANGED_TO_RESOLVED: {
|
|
97
|
+
label: string;
|
|
98
|
+
description: string;
|
|
99
|
+
};
|
|
100
|
+
STATUS_CHANGED_TO_DIRECT_SALE_PENDING: {
|
|
101
|
+
label: string;
|
|
102
|
+
description: string;
|
|
103
|
+
};
|
|
104
|
+
STATUS_CHANGED_TO_DIRECT_SALE_COMPLETED: {
|
|
105
|
+
label: string;
|
|
106
|
+
description: string;
|
|
107
|
+
};
|
|
108
|
+
MERCHANT_ADJUSTMENT_MADE: {
|
|
109
|
+
label: string;
|
|
110
|
+
description: string;
|
|
111
|
+
};
|
|
112
|
+
};
|