@wix/auto_sdk_data-extension-schema_schemas 1.0.86 → 1.0.87

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 (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +5 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +173 -8
  5. package/build/cjs/index.typings.js +5 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +173 -8
  8. package/build/cjs/meta.js +5 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +5 -0
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +173 -8
  14. package/build/es/index.typings.mjs +5 -0
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +173 -8
  17. package/build/es/meta.mjs +5 -0
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +5 -0
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +173 -8
  23. package/build/internal/cjs/index.typings.js +5 -0
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +173 -8
  26. package/build/internal/cjs/meta.js +5 -0
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +5 -0
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +173 -8
  32. package/build/internal/es/index.typings.mjs +5 -0
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +173 -8
  35. package/build/internal/es/meta.mjs +5 -0
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +3 -3
@@ -2347,6 +2347,10 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
2347
2347
  GroupType2["cssDataType"] = "cssDataType";
2348
2348
  GroupType2["dataType"] = "dataType";
2349
2349
  GroupType2["preset"] = "preset";
2350
+ GroupType2["data"] = "data";
2351
+ GroupType2["presets"] = "presets";
2352
+ GroupType2["cssCustomProperties"] = "cssCustomProperties";
2353
+ GroupType2["displayGroups"] = "displayGroups";
2350
2354
  GroupType2["background"] = "background";
2351
2355
  GroupType2["margin"] = "margin";
2352
2356
  GroupType2["padding"] = "padding";
@@ -2361,6 +2365,7 @@ var GroupType = /* @__PURE__ */ ((GroupType2) => {
2361
2365
  GroupType2["font"] = "font";
2362
2366
  GroupType2["textDecoration"] = "textDecoration";
2363
2367
  GroupType2["gap"] = "gap";
2368
+ GroupType2["text"] = "text";
2364
2369
  GroupType2["arrayItems"] = "arrayItems";
2365
2370
  GroupType2["arrayItem"] = "arrayItem";
2366
2371
  GroupType2["listItem"] = "listItem";