@mercurjs/dashboard-shared 2.2.0-canary.18 → 2.2.0-canary.19
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/dist/index.js +1 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9030,17 +9030,12 @@ var require_common38 = __commonJS({
|
|
|
9030
9030
|
"../types/dist/commission/common.js"(exports) {
|
|
9031
9031
|
"use strict";
|
|
9032
9032
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9033
|
-
exports.
|
|
9033
|
+
exports.CommissionRateType = void 0;
|
|
9034
9034
|
var CommissionRateType;
|
|
9035
9035
|
(function(CommissionRateType2) {
|
|
9036
9036
|
CommissionRateType2["FIXED"] = "fixed";
|
|
9037
9037
|
CommissionRateType2["PERCENTAGE"] = "percentage";
|
|
9038
9038
|
})(CommissionRateType || (exports.CommissionRateType = CommissionRateType = {}));
|
|
9039
|
-
var CommissionRateTarget;
|
|
9040
|
-
(function(CommissionRateTarget2) {
|
|
9041
|
-
CommissionRateTarget2["ITEM"] = "item";
|
|
9042
|
-
CommissionRateTarget2["SHIPPING"] = "shipping";
|
|
9043
|
-
})(CommissionRateTarget || (exports.CommissionRateTarget = CommissionRateTarget = {}));
|
|
9044
9039
|
}
|
|
9045
9040
|
});
|
|
9046
9041
|
|