@fatehan/tsrp 1.5.0 → 1.5.4

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 (82) hide show
  1. package/dist/fatehan/activities/workflow.d.ts +8 -0
  2. package/dist/fatehan/activities/workflow.d.ts.map +1 -1
  3. package/dist/fatehan/activities/workflow.js +66 -3
  4. package/dist/fatehan/apis/client.d.ts +1 -1
  5. package/dist/fatehan/apis/client.js +3 -3
  6. package/dist/fatehan/areas/area.js +2 -2
  7. package/dist/fatehan/devices/devices.d.ts.map +1 -1
  8. package/dist/fatehan/devices/devices.js +4 -4
  9. package/dist/fatehan/devices/maintenance.js +2 -2
  10. package/dist/fatehan/financial/financial.js +2 -2
  11. package/dist/fatehan/google/protobuf/descriptor.d.ts +13 -1
  12. package/dist/fatehan/google/protobuf/descriptor.d.ts.map +1 -1
  13. package/dist/fatehan/google/protobuf/descriptor.js +19 -12
  14. package/dist/fatehan/google/protobuf/duration.js +2 -2
  15. package/dist/fatehan/google/protobuf/field_mask.d.ts +16 -18
  16. package/dist/fatehan/google/protobuf/field_mask.d.ts.map +1 -1
  17. package/dist/fatehan/google/protobuf/field_mask.js +2 -2
  18. package/dist/fatehan/google/protobuf/timestamp.d.ts +9 -8
  19. package/dist/fatehan/google/protobuf/timestamp.d.ts.map +1 -1
  20. package/dist/fatehan/google/protobuf/timestamp.js +2 -2
  21. package/dist/fatehan/identities/authentication.d.ts +82 -6
  22. package/dist/fatehan/identities/authentication.d.ts.map +1 -1
  23. package/dist/fatehan/identities/authentication.js +575 -47
  24. package/dist/fatehan/identities/identities.d.ts +153 -192
  25. package/dist/fatehan/identities/identities.d.ts.map +1 -1
  26. package/dist/fatehan/identities/identities.js +155 -194
  27. package/dist/fatehan/models/fusion.js +2 -2
  28. package/dist/fatehan/models/models.d.ts.map +1 -1
  29. package/dist/fatehan/models/models.js +4 -4
  30. package/dist/fatehan/notifies/notify.d.ts.map +1 -1
  31. package/dist/fatehan/notifies/notify.js +13 -13
  32. package/dist/fatehan/packets/{messages.d.ts → commands.d.ts} +58 -1
  33. package/dist/fatehan/packets/commands.d.ts.map +1 -0
  34. package/dist/fatehan/packets/{messages.js → commands.js} +588 -3
  35. package/dist/fatehan/packets/dataModel.d.ts +188 -127
  36. package/dist/fatehan/packets/dataModel.d.ts.map +1 -1
  37. package/dist/fatehan/packets/dataModel.js +1642 -1006
  38. package/dist/fatehan/packets/dataModule.d.ts.map +1 -1
  39. package/dist/fatehan/packets/dataModule.js +11 -9
  40. package/dist/fatehan/packets/forge.d.ts +117 -0
  41. package/dist/fatehan/packets/forge.d.ts.map +1 -0
  42. package/dist/fatehan/packets/forge.js +1079 -0
  43. package/dist/fatehan/services/api.d.ts +812 -26
  44. package/dist/fatehan/services/api.d.ts.map +1 -1
  45. package/dist/fatehan/services/api.js +8446 -252
  46. package/dist/fatehan/services/repositories.js +2 -2
  47. package/dist/fatehan/stream/stream.d.ts +224 -0
  48. package/dist/fatehan/stream/stream.d.ts.map +1 -0
  49. package/dist/fatehan/stream/stream.js +1416 -0
  50. package/dist/fatehan/trips/trip.d.ts +159 -159
  51. package/dist/fatehan/trips/trip.d.ts.map +1 -1
  52. package/dist/fatehan/trips/trip.js +189 -189
  53. package/dist/fatehan/utils/buf/validate/validate.d.ts.map +1 -1
  54. package/dist/fatehan/utils/buf/validate/validate.js +42 -122
  55. package/dist/services.d.ts +65 -0
  56. package/dist/services.d.ts.map +1 -0
  57. package/dist/services.js +205 -0
  58. package/dist/system.io.js +5 -5
  59. package/package.json +12 -12
  60. package/dist/api.d.ts +0 -36
  61. package/dist/api.d.ts.map +0 -1
  62. package/dist/api.js +0 -146
  63. package/dist/fatehan/activities/camera.d.ts +0 -95
  64. package/dist/fatehan/activities/camera.d.ts.map +0 -1
  65. package/dist/fatehan/activities/camera.js +0 -811
  66. package/dist/fatehan/google/protobuf/any.d.ts +0 -146
  67. package/dist/fatehan/google/protobuf/any.d.ts.map +0 -1
  68. package/dist/fatehan/google/protobuf/any.js +0 -104
  69. package/dist/fatehan/google/status.d.ts +0 -53
  70. package/dist/fatehan/google/status.d.ts.map +0 -1
  71. package/dist/fatehan/google/status.js +0 -95
  72. package/dist/fatehan/packets/messages.d.ts.map +0 -1
  73. package/dist/fatehan/reports/report.d.ts +0 -830
  74. package/dist/fatehan/reports/report.d.ts.map +0 -1
  75. package/dist/fatehan/reports/report.js +0 -8380
  76. package/dist/index.d.ts +0 -2
  77. package/dist/index.d.ts.map +0 -1
  78. package/dist/index.js +0 -1
  79. package/dist/report.d.ts +0 -29
  80. package/dist/report.d.ts.map +0 -1
  81. package/dist/report.js +0 -139
  82. package/readme.md +0 -26

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.