@2uinc/frontend-component-xpert-chatbot 1.19.5 → 1.19.6-alpha.1
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/lib/index.min.js +46 -22
- package/package.json +1 -1
package/dist/lib/index.min.js
CHANGED
@@ -761,32 +761,31 @@ const Co = /* @__PURE__ */ st(fu), du = {
|
|
761
761
|
},
|
762
762
|
{
|
763
763
|
key: "email",
|
764
|
-
name: "Email",
|
764
|
+
name: "University Email or Email Address on Record",
|
765
765
|
validations: ["email"]
|
766
766
|
},
|
767
|
-
{
|
768
|
-
key: "phone",
|
769
|
-
name: "Phone",
|
770
|
-
validations: null
|
771
|
-
},
|
772
767
|
{
|
773
768
|
key: "question",
|
774
|
-
name: "Question",
|
769
|
+
name: "Question/Describe your Issue",
|
775
770
|
validations: null
|
776
771
|
}
|
777
772
|
],
|
778
|
-
formHeader: "
|
779
|
-
privacyPolicyLink:
|
780
|
-
privacyPolicyText: "
|
773
|
+
formHeader: "Digital Campus Support",
|
774
|
+
privacyPolicyLink: null,
|
775
|
+
privacyPolicyText: "",
|
776
|
+
queueMessages: [
|
777
|
+
"Thank you for contact us!",
|
778
|
+
"You are in queue.",
|
779
|
+
"Please wait while we connect you to the next available representative."
|
780
|
+
],
|
781
781
|
socketUrl: "wss://4rqof1by76.execute-api.us-west-2.amazonaws.com/stg",
|
782
782
|
sourceCode: "https://live-chat.ps.five9.com/Five9ChatPlugin.js",
|
783
783
|
options: {
|
784
784
|
appId: "2U Inc",
|
785
785
|
configId: "Degree | Support_Main_Flow_Xpert"
|
786
786
|
},
|
787
|
-
|
788
|
-
useSurvey: !1
|
789
|
-
useOwnChat: !1
|
787
|
+
useOwnChat: !0,
|
788
|
+
useSurvey: !1
|
790
789
|
}
|
791
790
|
}
|
792
791
|
}, pu = {
|
@@ -860,19 +859,44 @@ const Co = /* @__PURE__ */ st(fu), du = {
|
|
860
859
|
},
|
861
860
|
liveChat: {
|
862
861
|
enabled: !0,
|
863
|
-
form:
|
864
|
-
|
862
|
+
form: [
|
863
|
+
{
|
864
|
+
key: "first_name",
|
865
|
+
name: "First name",
|
866
|
+
validations: null
|
867
|
+
},
|
868
|
+
{
|
869
|
+
key: "last_name",
|
870
|
+
name: "Last name",
|
871
|
+
validations: null
|
872
|
+
},
|
873
|
+
{
|
874
|
+
key: "email",
|
875
|
+
name: "University Email or Email Address on Record",
|
876
|
+
validations: ["email"]
|
877
|
+
},
|
878
|
+
{
|
879
|
+
key: "question",
|
880
|
+
name: "Question/Describe your Issue",
|
881
|
+
validations: null
|
882
|
+
}
|
883
|
+
],
|
884
|
+
formHeader: "Digital Campus Support",
|
885
|
+
privacyPolicyLink: null,
|
886
|
+
privacyPolicyText: "",
|
887
|
+
queueMessages: [
|
888
|
+
"Thank you for contact us!",
|
889
|
+
"You are in queue.",
|
890
|
+
"Please wait while we connect you to the next available representative."
|
891
|
+
],
|
892
|
+
socketUrl: "wss://4rqof1by76.execute-api.us-west-2.amazonaws.com/stg",
|
893
|
+
sourceCode: "https://live-chat.ps.five9.com/Five9ChatPlugin.js",
|
865
894
|
options: {
|
866
895
|
appId: "2U Inc",
|
867
896
|
configId: "Degree | Support_Main_Flow_Xpert"
|
868
897
|
},
|
869
|
-
|
870
|
-
|
871
|
-
queueMessages: [],
|
872
|
-
socketUrl: null,
|
873
|
-
sourceCode: "https://live-chat.ps.five9.com/Five9ChatPlugin.js",
|
874
|
-
useOwnChat: !1,
|
875
|
-
useSurvey: null
|
898
|
+
useOwnChat: !0,
|
899
|
+
useSurvey: !1
|
876
900
|
}
|
877
901
|
}
|
878
902
|
}, hu = {
|