ins-queue-actions 1.2.42 → 1.2.44

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/index.js CHANGED
@@ -161,4 +161,6 @@ module.exports = {
161
161
  STATE_CONFIG_UPDATED: "STATE_CONFIG_UPDATED",
162
162
  REFRESH_TOP_PROS: "REFRESH_TOP_PROS",
163
163
  SERVICE_PARTNER_ADDRESS_CHANGED: "SERVICE_PARTNER_ADDRESS_CHANGED",
164
+ //-- rfq
165
+ RFQ_CREDIT_PURCHASE_SUCCEEDED: "RFQ_CREDIT_PURCHASE_SUCCEEDED",
164
166
  };
@@ -5,10 +5,22 @@ module.exports = {
5
5
  templateName: "FORGOT_PASSWORD",
6
6
  requiredParams: ["name", "link"],
7
7
  },
8
+ EMPLOYEE_ASSIGNED_BOOKING: {
9
+ templateName: "EMPLOYEE_ASSIGNED_BOOKING",
10
+ requiredParams: ["name", "displayedBookingId", "bookingId"],
11
+ },
12
+ BOOKING_DELEGATED_TO_EMPLOYEE: {
13
+ templateName: "BOOKING_DELEGATED_TO_EMPLOYEE",
14
+ requiredParams: ["name", "displayedBookingId", "bookingId"],
15
+ },
8
16
  ADMIN_EMAIL_VERIFICATION: {
9
17
  templateName: "ADMIN_EMAIL_VERIFICATION",
10
18
  requiredParams: ["name", "otpCode"],
11
19
  },
20
+ ADMIN_ERROR_REPORTING: {
21
+ templateName: "ADMIN_ERROR_REPORTING",
22
+ requiredParams: ["message"],
23
+ },
12
24
  ADMIN_NOTIFY_FOR_SP_CHANGED_ADDRESS: {
13
25
  templateName: "ADMIN_NOTIFY_FOR_SP_CHANGED_ADDRESS",
14
26
  requiredParams: ["servicePartnerName", "servicePartnerId"],
@@ -234,6 +246,14 @@ module.exports = {
234
246
  templateName: "SUBSCRIPTION_NOT_CREATED",
235
247
  requiredParams: ["bookingId", "displayedBookingId"],
236
248
  },
249
+ EMPLOYEE_ASSIGNED_BOOKING: {
250
+ templateName: "EMPLOYEE_ASSIGNED_BOOKING",
251
+ requiredParams: ["name", "displayedBookingId", "bookingId"],
252
+ },
253
+ BOOKING_DELEGATED_TO_EMPLOYEE: {
254
+ templateName: "BOOKING_DELEGATED_TO_EMPLOYEE",
255
+ requiredParams: ["name", "displayedBookingId", "bookingId"],
256
+ },
237
257
  NOTIFY_CUSTOMER_SERVICE_COMPLETE: {
238
258
  templateName: "NOTIFY_CUSTOMER_SERVICE_COMPLETE",
239
259
  requiredParams: ["bookingId", "displayedBookingId"],
@@ -499,6 +519,14 @@ module.exports = {
499
519
  "serviceName",
500
520
  ],
501
521
  },
522
+ EMPLOYEE_ASSIGNED_BOOKING: {
523
+ templateName: "EMPLOYEE_ASSIGNED_BOOKING",
524
+ requiredParams: ["name", "displayedBookingId", "bookingId"],
525
+ },
526
+ BOOKING_DELEGATED_TO_EMPLOYEE: {
527
+ templateName: "BOOKING_DELEGATED_TO_EMPLOYEE",
528
+ requiredParams: ["name", "displayedBookingId", "bookingId"],
529
+ },
502
530
  SUBSCRIPTION_NOT_CREATED: {
503
531
  templateName: "SUBSCRIPTION_NOT_CREATED",
504
532
  requiredParams: ["bookingId", "displayedBookingId"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ins-queue-actions",
3
- "version": "1.2.42",
3
+ "version": "1.2.44",
4
4
  "main": "index.js",
5
5
  "engineStrict": true
6
6
  }