av6-core 1.0.14 → 1.0.15
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1575,7 +1575,7 @@ var WhatsAppProvider = class {
|
|
|
1575
1575
|
constructor(args) {
|
|
1576
1576
|
this.args = args;
|
|
1577
1577
|
this.apiUrl = args.apiUrl || "https://api.interakt.ai/v1/public/message/";
|
|
1578
|
-
this.apiKey = "
|
|
1578
|
+
this.apiKey = "RW9FTlFWM3h3aTdGbmJhVFFRU0RQdzVUdERyQl84VkU2RFRJWVdhcW8xZzo=";
|
|
1579
1579
|
}
|
|
1580
1580
|
apiKey;
|
|
1581
1581
|
apiUrl;
|
|
@@ -1702,7 +1702,7 @@ var NotificationService = class {
|
|
|
1702
1702
|
const smsProvider = new SmsProvider();
|
|
1703
1703
|
const waProvider = new WhatsAppProvider({
|
|
1704
1704
|
apiUrl: cfg.serviceEvent.whatsappApiUrl,
|
|
1705
|
-
templateName: "
|
|
1705
|
+
templateName: "booking_cancellation",
|
|
1706
1706
|
callbackData: "",
|
|
1707
1707
|
countryCode: "+91",
|
|
1708
1708
|
languageCode: "en"
|
package/dist/index.mjs
CHANGED
|
@@ -1529,7 +1529,7 @@ var WhatsAppProvider = class {
|
|
|
1529
1529
|
constructor(args) {
|
|
1530
1530
|
this.args = args;
|
|
1531
1531
|
this.apiUrl = args.apiUrl || "https://api.interakt.ai/v1/public/message/";
|
|
1532
|
-
this.apiKey = "
|
|
1532
|
+
this.apiKey = "RW9FTlFWM3h3aTdGbmJhVFFRU0RQdzVUdERyQl84VkU2RFRJWVdhcW8xZzo=";
|
|
1533
1533
|
}
|
|
1534
1534
|
apiKey;
|
|
1535
1535
|
apiUrl;
|
|
@@ -1656,7 +1656,7 @@ var NotificationService = class {
|
|
|
1656
1656
|
const smsProvider = new SmsProvider();
|
|
1657
1657
|
const waProvider = new WhatsAppProvider({
|
|
1658
1658
|
apiUrl: cfg.serviceEvent.whatsappApiUrl,
|
|
1659
|
-
templateName: "
|
|
1659
|
+
templateName: "booking_cancellation",
|
|
1660
1660
|
callbackData: "",
|
|
1661
1661
|
countryCode: "+91",
|
|
1662
1662
|
languageCode: "en"
|