@artinet/sdk 0.5.15 → 0.5.17

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 (34) hide show
  1. package/README.md +11 -34
  2. package/dist/server/express/server.d.ts +24 -24
  3. package/dist/services/a2a/factory/builder.d.ts +26 -26
  4. package/dist/services/a2a/factory/builder.js +38 -72
  5. package/dist/services/a2a/factory/service.js +2 -1
  6. package/dist/services/a2a/helpers/agentcard-builder.d.ts +7 -0
  7. package/dist/services/a2a/helpers/agentcard-builder.js +22 -0
  8. package/dist/services/a2a/helpers/index.d.ts +1 -0
  9. package/dist/services/a2a/helpers/index.js +1 -0
  10. package/dist/services/a2a/methods/get-task.d.ts +46 -46
  11. package/dist/services/a2a/service.d.ts +152 -152
  12. package/dist/transport/trpc/a2a/factory/router.d.ts +1084 -1084
  13. package/dist/transport/trpc/a2a/routes/info.d.ts +36 -36
  14. package/dist/transport/trpc/a2a/routes/message/route.d.ts +225 -225
  15. package/dist/transport/trpc/a2a/routes/tasks/route.d.ts +257 -257
  16. package/dist/transport/trpc/a2a/trpc.d.ts +120 -120
  17. package/dist/types/interfaces/services/a2a/service.d.ts +2 -1
  18. package/dist/types/schemas/a2a/agent.d.ts +818 -818
  19. package/dist/types/schemas/a2a/agent.js +1 -23
  20. package/dist/types/schemas/a2a/auth.d.ts +197 -197
  21. package/dist/types/schemas/a2a/auth.js +4 -19
  22. package/dist/types/schemas/a2a/error.d.ts +24 -24
  23. package/dist/types/schemas/a2a/message.d.ts +4499 -4499
  24. package/dist/types/schemas/a2a/message.js +2 -10
  25. package/dist/types/schemas/a2a/notification.d.ts +403 -403
  26. package/dist/types/schemas/a2a/notification.js +3 -7
  27. package/dist/types/schemas/a2a/parameters.d.ts +264 -264
  28. package/dist/types/schemas/a2a/parameters.js +1 -14
  29. package/dist/types/schemas/a2a/protocol.d.ts +5988 -5988
  30. package/dist/types/schemas/a2a/rpc.d.ts +20 -20
  31. package/dist/types/schemas/a2a/rpc.js +0 -5
  32. package/dist/types/schemas/a2a/task.d.ts +2513 -2513
  33. package/dist/types/schemas/a2a/task.js +10 -11
  34. 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.