@superdoc-dev/sdk 1.0.0-alpha.8 → 1.0.0-next.67

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 (38) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +15 -5
  3. package/dist/generated/client.cjs +237 -0
  4. package/dist/generated/client.d.ts +5696 -1174
  5. package/dist/generated/client.d.ts.map +1 -1
  6. package/dist/generated/client.js +186 -20
  7. package/dist/generated/contract.cjs +62461 -0
  8. package/dist/generated/contract.d.ts +41116 -9319
  9. package/dist/generated/contract.d.ts.map +1 -1
  10. package/dist/generated/contract.js +55868 -12153
  11. package/dist/helpers/format.d.ts +79 -0
  12. package/dist/helpers/format.d.ts.map +1 -0
  13. package/dist/helpers/format.js +121 -0
  14. package/dist/index.cjs +45 -0
  15. package/dist/runtime/embedded-cli.cjs +100 -0
  16. package/dist/runtime/errors.cjs +22 -0
  17. package/dist/runtime/host.cjs +352 -0
  18. package/dist/runtime/host.d.ts +2 -1
  19. package/dist/runtime/host.d.ts.map +1 -1
  20. package/dist/runtime/host.js +3 -1
  21. package/dist/runtime/process.cjs +32 -0
  22. package/dist/runtime/process.d.ts +1 -1
  23. package/dist/runtime/process.d.ts.map +1 -1
  24. package/dist/runtime/transport-common.cjs +77 -0
  25. package/dist/runtime/transport-common.d.ts +6 -1
  26. package/dist/runtime/transport-common.d.ts.map +1 -1
  27. package/dist/runtime/transport-common.js +11 -2
  28. package/dist/skills.cjs +148 -0
  29. package/dist/tools.cjs +371 -0
  30. package/package.json +22 -16
  31. package/skills/editing-docx.md +31 -0
  32. package/tools/catalog.json +61067 -11733
  33. package/tools/tool-name-map.json +322 -34
  34. package/tools/tools-policy.json +1 -1
  35. package/tools/tools.anthropic.json +25930 -1448
  36. package/tools/tools.generic.json +58867 -11475
  37. package/tools/tools.openai.json +26909 -1563
  38. package/tools/tools.vercel.json +26909 -1563

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.