@superdoc-dev/sdk 1.0.0-alpha.17 → 1.0.0-alpha.19

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/README.md +14 -4
  2. package/dist/generated/client.cjs +236 -0
  3. package/dist/generated/client.d.ts +5684 -1175
  4. package/dist/generated/client.d.ts.map +1 -1
  5. package/dist/generated/client.js +185 -20
  6. package/dist/generated/contract.cjs +62387 -0
  7. package/dist/generated/contract.d.ts +41053 -9316
  8. package/dist/generated/contract.d.ts.map +1 -1
  9. package/dist/generated/contract.js +55787 -12152
  10. package/dist/helpers/format.d.ts +79 -0
  11. package/dist/helpers/format.d.ts.map +1 -0
  12. package/dist/helpers/format.js +121 -0
  13. package/dist/index.cjs +45 -0
  14. package/dist/runtime/embedded-cli.cjs +100 -0
  15. package/dist/runtime/errors.cjs +22 -0
  16. package/dist/runtime/host.cjs +352 -0
  17. package/dist/runtime/host.d.ts +2 -1
  18. package/dist/runtime/host.d.ts.map +1 -1
  19. package/dist/runtime/host.js +3 -1
  20. package/dist/runtime/process.cjs +32 -0
  21. package/dist/runtime/process.d.ts +1 -1
  22. package/dist/runtime/process.d.ts.map +1 -1
  23. package/dist/runtime/transport-common.cjs +77 -0
  24. package/dist/runtime/transport-common.d.ts +6 -1
  25. package/dist/runtime/transport-common.d.ts.map +1 -1
  26. package/dist/runtime/transport-common.js +11 -2
  27. package/dist/skills.cjs +148 -0
  28. package/dist/tools.cjs +371 -0
  29. package/package.json +15 -7
  30. package/skills/editing-docx.md +31 -0
  31. package/tools/catalog.json +60804 -11625
  32. package/tools/tool-name-map.json +320 -34
  33. package/tools/tools-policy.json +1 -1
  34. package/tools/tools.anthropic.json +25890 -1442
  35. package/tools/tools.generic.json +58796 -11550
  36. package/tools/tools.openai.json +26875 -1569
  37. package/tools/tools.vercel.json +26875 -1569

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.