mezon-js 2.14.3 → 2.14.5

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 (36) hide show
  1. package/api/api.ts +39850 -0
  2. package/api.gen.ts +12097 -0
  3. package/client.ts +2462 -3362
  4. package/dist/api/api.d.ts +2742 -2797
  5. package/dist/api.gen.d.ts +23 -34
  6. package/dist/client.d.ts +347 -164
  7. package/dist/index.d.ts +4 -2
  8. package/dist/mezon-js/socket.d.ts +578 -101
  9. package/dist/mezon-js/types/index.d.ts +0 -62
  10. package/dist/mezon-js.cjs.js +27060 -27516
  11. package/dist/mezon-js.esm.mjs +27042 -27498
  12. package/dist/mezon-js.esm.mjs.map +1 -1
  13. package/dist/session.d.ts +11 -11
  14. package/dist/socket.d.ts +7 -6
  15. package/google/protobuf/struct.ts +554 -0
  16. package/{proto/gen/google/protobuf/timestamp_pb.ts → google/protobuf/timestamp.ts} +223 -166
  17. package/google/protobuf/wrappers.ts +670 -0
  18. package/index.ts +5 -2
  19. package/package.json +1 -6
  20. package/rollup.config.js +30 -63
  21. package/session.ts +22 -22
  22. package/socket.ts +40 -45
  23. package/utils.ts +48 -62
  24. package/gateway.api.ts +0 -577
  25. package/proto/gen/api/api_pb.ts +0 -12853
  26. package/proto/gen/apigrpc_pb.ts +0 -1845
  27. package/proto/gen/google/api/annotations_pb.ts +0 -39
  28. package/proto/gen/google/api/http_pb.ts +0 -474
  29. package/proto/gen/google/protobuf/descriptor_pb.ts +0 -2821
  30. package/proto/gen/google/protobuf/empty_pb.ts +0 -66
  31. package/proto/gen/google/protobuf/struct_pb.ts +0 -192
  32. package/proto/gen/google/protobuf/wrappers_pb.ts +0 -295
  33. package/proto/gen/protoc-gen-openapiv2/options/annotations_pb.ts +0 -83
  34. package/proto/gen/protoc-gen-openapiv2/options/openapiv2_pb.ts +0 -1623
  35. package/proto/gen/rtapi/realtime_pb.ts +0 -5415
  36. package/types/index.ts +0 -3837

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.