app-v3-scripts-editor 1.5.1 → 1.5.3

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.
@@ -50234,19 +50234,23 @@ const kye = ({ item: e }) => {
50234
50234
  var cT = "scripts_editor_ao5dig0", uT = "scripts_editor_ao5dig2", dT = "scripts_editor_ao5dig3", fT = "scripts_editor_ao5dig4", hT = "scripts_editor_ao5dig5";
50235
50235
  const pT = {
50236
50236
  missingMaleRecord: {
50237
+ code: "missing_male_record",
50237
50238
  title: "Thiếu ghi âm giọng nam",
50238
50239
  description: "Bạn chưa ghi âm giọng nam, vui lòng tải file ghi âm hoặc ghi âm trực tiếp"
50239
50240
  },
50240
50241
  missingFemaleRecord: {
50242
+ code: "missing_female_record",
50241
50243
  title: "Thiếu ghi âm giọng nữ",
50242
50244
  description: "Bạn chưa ghi âm giọng nữ, vui lòng tải file ghi âm hoặc ghi âm trực tiếp"
50243
50245
  }
50244
50246
  }, mT = {
50245
50247
  usePersonalized: {
50248
+ code: "use_personalized_speak",
50246
50249
  title: "Sử dụng cá nhân hoá",
50247
50250
  description: "Bạn nên sử dụng cá nhân hoá để tăng thời lượng cuộc gọi"
50248
50251
  },
50249
50252
  shouldHaveMemories: {
50253
+ code: "should_have_memories",
50250
50254
  title: "Cài đặt kiến thức",
50251
50255
  description: "Để bot trả lời tốt hơn, bạn nên cài đặt kiến thức. Click vào đây để cài đặt."
50252
50256
  }
@@ -63522,5 +63526,7 @@ export {
63522
63526
  C0 as initialTitles,
63523
63527
  LIe as nodeTypes,
63524
63528
  oV as sidebarButtons,
63529
+ dE as useAlert,
63530
+ Y8 as useAlerts,
63525
63531
  PE as useInstanceContext
63526
63532
  };