@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.notification-service",
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.notification-service";
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 = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",