@nxtedition/types 23.1.6 → 23.1.8

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 (33) hide show
  1. package/dist/common/index.d.ts +2 -0
  2. package/dist/common/index.js +2 -0
  3. package/dist/common/panel-property.d.ts +35 -2
  4. package/dist/common/render-scene.d.ts +2 -0
  5. package/dist/common/report.d.ts +85 -0
  6. package/dist/common/report.js +8 -0
  7. package/dist/common/rss.d.ts +70 -0
  8. package/dist/common/rss.js +11 -0
  9. package/dist/common/schema-property.d.ts +31 -27
  10. package/dist/common/settings.d.ts +3 -1
  11. package/dist/nxtpression.d.ts +306 -42
  12. package/dist/records/domains/connection/index.d.ts +3 -1
  13. package/dist/records/domains/connection/index.js +1 -0
  14. package/dist/records/domains/connection/report.d.ts +7 -0
  15. package/dist/records/domains/connection/report.js +1 -0
  16. package/dist/records/domains/file.d.ts +7 -0
  17. package/dist/records/domains/panel.d.ts +26 -3
  18. package/dist/records/domains/publish/index.d.ts +3 -1
  19. package/dist/records/domains/publish/index.js +1 -0
  20. package/dist/records/domains/publish/report.d.ts +70 -0
  21. package/dist/records/domains/publish/report.js +1304 -0
  22. package/dist/records/domains/render.d.ts +3 -0
  23. package/dist/records/domains/schema.d.ts +2 -2
  24. package/dist/records/validate/assert-guard.js +2659 -1038
  25. package/dist/records/validate/assert.js +2659 -1037
  26. package/dist/records/validate/is.js +143 -38
  27. package/dist/records/validate/schemas.js +1878 -657
  28. package/dist/records/validate/stringify.js +565 -101
  29. package/dist/records/validate/utils.js +1 -1
  30. package/dist/records/validate/validate-equals.js +2886 -861
  31. package/dist/records/validate/validate.js +2129 -777
  32. package/dist/rpc.d.ts +1 -1
  33. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.