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