@hastehaul/common 2.0.26 → 2.0.27
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
|
|
3
3
|
*/
|
4
4
|
export declare enum CustomerSystemSubjects {
|
5
5
|
CustomerSystemCustomerService = "customer-system.customer-service",
|
6
|
-
CustomerSystemPaymentService = "customer-system.
|
6
|
+
CustomerSystemPaymentService = "customer-system.payment-service",
|
7
7
|
CustomerSystemDriverService = "customer-system.driver-service",
|
8
8
|
CustomerSystemDiscountService = "customer-system.discount-service"
|
9
9
|
}
|
@@ -7,7 +7,7 @@ exports.CustomerSystemSubjects = void 0;
|
|
7
7
|
var CustomerSystemSubjects;
|
8
8
|
(function (CustomerSystemSubjects) {
|
9
9
|
CustomerSystemSubjects["CustomerSystemCustomerService"] = "customer-system.customer-service";
|
10
|
-
CustomerSystemSubjects["CustomerSystemPaymentService"] = "customer-system.
|
10
|
+
CustomerSystemSubjects["CustomerSystemPaymentService"] = "customer-system.payment-service";
|
11
11
|
CustomerSystemSubjects["CustomerSystemDriverService"] = "customer-system.driver-service";
|
12
12
|
CustomerSystemSubjects["CustomerSystemDiscountService"] = "customer-system.discount-service";
|
13
13
|
})(CustomerSystemSubjects || (exports.CustomerSystemSubjects = CustomerSystemSubjects = {}));
|