@liip/liipgpt 3.0.2 → 3.0.4

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.
Files changed (30) hide show
  1. package/button/liipgpt-button.iife.js +5 -5
  2. package/chat/liipgpt-chat.iife.js +19 -19
  3. package/config/index.cjs +3 -1
  4. package/config/index.d.ts +1074 -1051
  5. package/config/index.js +3 -1
  6. package/configurator/_app/env.js +1 -1
  7. package/configurator/_app/immutable/chunks/BwCrMbEO.js +3 -0
  8. package/configurator/_app/immutable/chunks/{B1Hz60YP.js → CPucR0Pn.js} +1 -1
  9. package/configurator/_app/immutable/chunks/{CCuaB4fC.js → D6Gh3zUA.js} +1 -1
  10. package/configurator/_app/immutable/chunks/{DrHZxGGx.js → DRFIdVmg.js} +1 -1
  11. package/configurator/_app/immutable/chunks/{BryrUiIv.js → DoLgg1iA.js} +1 -1
  12. package/configurator/_app/immutable/chunks/{CBCyx_7j.js → DseA0obG.js} +1 -1
  13. package/configurator/_app/immutable/chunks/{BE-OHb1V.js → JG6qqUCN.js} +17 -17
  14. package/configurator/_app/immutable/chunks/{Bg5FO8_V.js → Pz_sB2fA.js} +1 -1
  15. package/configurator/_app/immutable/chunks/{C4xNfvAE.js → zfExwgk0.js} +1 -1
  16. package/configurator/_app/immutable/entry/{app.RLK0i4j5.js → app.B8LH58UX.js} +2 -2
  17. package/configurator/_app/immutable/entry/start.Dz_0Ojpm.js +1 -0
  18. package/configurator/_app/immutable/nodes/{0.BPa_Sggr.js → 0.C8Fd-EWk.js} +1 -1
  19. package/configurator/_app/immutable/nodes/{1.zDWww82l.js → 1.DRa5uu5C.js} +1 -1
  20. package/configurator/_app/immutable/nodes/{2.B0Hczq31.js → 2.DRkrRD_l.js} +3 -3
  21. package/configurator/_app/immutable/nodes/{3.BV_GGFUg.js → 3.DHZtb_nO.js} +1 -1
  22. package/configurator/_app/version.json +1 -1
  23. package/configurator/index.html +6 -6
  24. package/configurator/sidebar.html +6 -6
  25. package/index.cjs +3 -1
  26. package/index.d.ts +24 -21
  27. package/index.js +3 -1
  28. package/package.json +1 -1
  29. package/configurator/_app/immutable/chunks/Bx2XKlU8.js +0 -3
  30. package/configurator/_app/immutable/entry/start.Cz8JshiH.js +0 -1
package/config/index.cjs CHANGED
@@ -4296,7 +4296,9 @@ var translationSchema = exports_external.object({
4296
4296
  });
4297
4297
  var allLanguages = ["en", "de", "fr", "it"];
4298
4298
  var languagesSchema = exports_external.enum(allLanguages);
4299
- var translationsSchema = exports_external.record(languagesSchema, translationSchema.partial());
4299
+ var translationsSchema = exports_external.record(languagesSchema, translationSchema.partial().extend({
4300
+ selectors: exports_external.record(exports_external.string(), chatSelectorTranslationSchema).optional()
4301
+ }));
4300
4302
  var errorTranslationsSchema = exports_external.record(languagesSchema, errorTranslationSchema);
4301
4303
  var piiTranslationsSchema = exports_external.record(languagesSchema, piiTranslationSchema);
4302
4304