@artinet/sdk 0.5.14 → 0.5.16

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 +5 -0
  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/helpers/message-builder.d.ts +1 -1
  6. package/dist/services/a2a/helpers/message-builder.js +4 -4
  7. package/dist/services/a2a/methods/get-task.d.ts +47 -47
  8. package/dist/services/a2a/methods/send-message.js +1 -1
  9. package/dist/services/a2a/methods/stream-message.js +1 -1
  10. package/dist/services/a2a/service.d.ts +157 -157
  11. package/dist/services/a2a/state/load.d.ts +1 -1
  12. package/dist/transport/trpc/a2a/factory/router.d.ts +1096 -1096
  13. package/dist/transport/trpc/a2a/routes/info.d.ts +37 -37
  14. package/dist/transport/trpc/a2a/routes/message/route.d.ts +227 -227
  15. package/dist/transport/trpc/a2a/routes/tasks/route.d.ts +260 -260
  16. package/dist/transport/trpc/a2a/trpc.d.ts +120 -120
  17. package/dist/types/interfaces/services/a2a/service.d.ts +1 -1
  18. package/dist/types/schemas/a2a/agent.d.ts +840 -840
  19. package/dist/types/schemas/a2a/agent.js +23 -2
  20. package/dist/types/schemas/a2a/auth.d.ts +197 -197
  21. package/dist/types/schemas/a2a/auth.js +19 -4
  22. package/dist/types/schemas/a2a/error.d.ts +24 -24
  23. package/dist/types/schemas/a2a/message.d.ts +4525 -4525
  24. package/dist/types/schemas/a2a/message.js +10 -2
  25. package/dist/types/schemas/a2a/notification.d.ts +403 -403
  26. package/dist/types/schemas/a2a/notification.js +7 -3
  27. package/dist/types/schemas/a2a/parameters.d.ts +264 -264
  28. package/dist/types/schemas/a2a/parameters.js +14 -1
  29. package/dist/types/schemas/a2a/protocol.d.ts +6042 -6042
  30. package/dist/types/schemas/a2a/rpc.d.ts +20 -20
  31. package/dist/types/schemas/a2a/rpc.js +5 -0
  32. package/dist/types/schemas/a2a/task.d.ts +2536 -2536
  33. package/dist/types/schemas/a2a/task.js +12 -11
  34. package/package.json +2 -2

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.