@artinet/sdk 0.5.14 → 0.5.15

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