@remnawave/backend-contract 2.8.35 → 2.9.0

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 (742) hide show
  1. package/build/backend/api/routes.d.ts +0 -4
  2. package/build/backend/api/routes.d.ts.map +1 -1
  3. package/build/backend/api/routes.js +0 -4
  4. package/build/backend/commands/api-tokens/create.command.d.ts +2 -2
  5. package/build/backend/commands/api-tokens/create.command.d.ts.map +1 -1
  6. package/build/backend/commands/api-tokens/create.command.js +4 -4
  7. package/build/backend/commands/api-tokens/delete.command.d.ts +2 -2
  8. package/build/backend/commands/api-tokens/delete.command.d.ts.map +1 -1
  9. package/build/backend/commands/api-tokens/delete.command.js +3 -3
  10. package/build/backend/commands/api-tokens/{find.command.d.ts → get-api-tokens.command.d.ts} +2 -2
  11. package/build/backend/commands/api-tokens/get-api-tokens.command.d.ts.map +1 -0
  12. package/build/backend/commands/api-tokens/get-api-tokens.command.js +23 -0
  13. package/build/backend/commands/api-tokens/index.d.ts +1 -1
  14. package/build/backend/commands/api-tokens/index.d.ts.map +1 -1
  15. package/build/backend/commands/api-tokens/index.js +1 -1
  16. package/build/backend/commands/auth/login.command.d.ts +2 -2
  17. package/build/backend/commands/auth/login.command.d.ts.map +1 -1
  18. package/build/backend/commands/auth/login.command.js +3 -3
  19. package/build/backend/commands/auth/oauth2/authorize.command.d.ts +2 -1
  20. package/build/backend/commands/auth/oauth2/authorize.command.d.ts.map +1 -1
  21. package/build/backend/commands/auth/oauth2/authorize.command.js +1 -1
  22. package/build/backend/commands/auth/oauth2/callback.command.d.ts +2 -2
  23. package/build/backend/commands/auth/oauth2/callback.command.d.ts.map +1 -1
  24. package/build/backend/commands/auth/oauth2/callback.command.js +1 -1
  25. package/build/backend/commands/auth/passkey/verify-authentication.command.d.ts +2 -2
  26. package/build/backend/commands/auth/passkey/verify-authentication.command.d.ts.map +1 -1
  27. package/build/backend/commands/auth/passkey/verify-authentication.command.js +1 -1
  28. package/build/backend/commands/auth/register.command.d.ts +2 -2
  29. package/build/backend/commands/auth/register.command.d.ts.map +1 -1
  30. package/build/backend/commands/auth/register.command.js +2 -2
  31. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.d.ts +3 -3
  32. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.d.ts.map +1 -1
  33. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +4 -4
  34. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.d.ts +3 -3
  35. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.d.ts.map +1 -1
  36. package/build/backend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +3 -3
  37. package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.d.ts +9 -9
  38. package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.d.ts.map +1 -1
  39. package/build/backend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.js +5 -5
  40. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts +1 -1
  41. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.d.ts.map +1 -1
  42. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.js +7 -3
  43. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.d.ts +9 -9
  44. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.d.ts.map +1 -1
  45. package/build/backend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.js +5 -5
  46. package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts +3 -3
  47. package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.d.ts.map +1 -1
  48. package/build/backend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +4 -4
  49. package/build/backend/commands/config-profiles/actions/reorder.command.d.ts +2 -2
  50. package/build/backend/commands/config-profiles/actions/reorder.command.d.ts.map +1 -1
  51. package/build/backend/commands/config-profiles/actions/reorder.command.js +1 -1
  52. package/build/backend/commands/config-profiles/create-config-profile.command.d.ts +2 -2
  53. package/build/backend/commands/config-profiles/create-config-profile.command.d.ts.map +1 -1
  54. package/build/backend/commands/config-profiles/create-config-profile.command.js +1 -1
  55. package/build/backend/commands/config-profiles/delete-config-profile.command.d.ts +2 -2
  56. package/build/backend/commands/config-profiles/delete-config-profile.command.d.ts.map +1 -1
  57. package/build/backend/commands/config-profiles/delete-config-profile.command.js +2 -2
  58. package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts +2 -2
  59. package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.d.ts.map +1 -1
  60. package/build/backend/commands/config-profiles/get-computed-config-profile-by-uuid.command.js +1 -1
  61. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts +2 -2
  62. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.d.ts.map +1 -1
  63. package/build/backend/commands/config-profiles/get-config-profile-by-uuid.command.js +1 -1
  64. package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts +2 -2
  65. package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.d.ts.map +1 -1
  66. package/build/backend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +2 -2
  67. package/build/backend/commands/config-profiles/update-config-profile.command.d.ts +2 -2
  68. package/build/backend/commands/config-profiles/update-config-profile.command.d.ts.map +1 -1
  69. package/build/backend/commands/config-profiles/update-config-profile.command.js +1 -1
  70. package/build/backend/commands/external-squads/actions/reorder.command.d.ts +2 -2
  71. package/build/backend/commands/external-squads/actions/reorder.command.d.ts.map +1 -1
  72. package/build/backend/commands/external-squads/actions/reorder.command.js +1 -1
  73. package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.d.ts +2 -2
  74. package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.d.ts.map +1 -1
  75. package/build/backend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.js +2 -2
  76. package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.d.ts +2 -2
  77. package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.d.ts.map +1 -1
  78. package/build/backend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.js +2 -2
  79. package/build/backend/commands/external-squads/create-external-squad.command.d.ts +2 -2
  80. package/build/backend/commands/external-squads/create-external-squad.command.d.ts.map +1 -1
  81. package/build/backend/commands/external-squads/create-external-squad.command.js +1 -1
  82. package/build/backend/commands/external-squads/delete-external-squad.command.d.ts +2 -2
  83. package/build/backend/commands/external-squads/delete-external-squad.command.d.ts.map +1 -1
  84. package/build/backend/commands/external-squads/delete-external-squad.command.js +2 -2
  85. package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts +2 -2
  86. package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.d.ts.map +1 -1
  87. package/build/backend/commands/external-squads/get-external-squad-by-uuid.command.js +2 -2
  88. package/build/backend/commands/external-squads/update-external-squad.command.d.ts +2 -2
  89. package/build/backend/commands/external-squads/update-external-squad.command.d.ts.map +1 -1
  90. package/build/backend/commands/external-squads/update-external-squad.command.js +6 -4
  91. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts +2 -2
  92. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.d.ts.map +1 -1
  93. package/build/backend/commands/hosts/bulk/delete-many-hosts.command.js +1 -1
  94. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts +2 -2
  95. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.d.ts.map +1 -1
  96. package/build/backend/commands/hosts/bulk/disable-many-hosts.command.js +1 -1
  97. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts +2 -2
  98. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.d.ts.map +1 -1
  99. package/build/backend/commands/hosts/bulk/enable-many-hosts.command.js +1 -1
  100. package/build/backend/commands/hosts/bulk/update-many-hosts.command.d.ts +2 -2
  101. package/build/backend/commands/hosts/bulk/update-many-hosts.command.d.ts.map +1 -1
  102. package/build/backend/commands/hosts/bulk/update-many-hosts.command.js +1 -1
  103. package/build/backend/commands/hosts/create.command.d.ts +2 -2
  104. package/build/backend/commands/hosts/create.command.d.ts.map +1 -1
  105. package/build/backend/commands/hosts/create.command.js +1 -1
  106. package/build/backend/commands/hosts/delete.command.d.ts +2 -2
  107. package/build/backend/commands/hosts/delete.command.d.ts.map +1 -1
  108. package/build/backend/commands/hosts/delete.command.js +1 -1
  109. package/build/backend/commands/hosts/{get-one.command.d.ts → get-host.command.d.ts} +4 -4
  110. package/build/backend/commands/hosts/get-host.command.d.ts.map +1 -0
  111. package/build/backend/commands/hosts/get-host.command.js +19 -0
  112. package/build/backend/commands/hosts/{get-all.command.d.ts → get-hosts.command.d.ts} +2 -2
  113. package/build/backend/commands/hosts/get-hosts.command.d.ts.map +1 -0
  114. package/build/backend/commands/hosts/get-hosts.command.js +19 -0
  115. package/build/backend/commands/hosts/index.d.ts +2 -2
  116. package/build/backend/commands/hosts/index.d.ts.map +1 -1
  117. package/build/backend/commands/hosts/index.js +2 -2
  118. package/build/backend/commands/hosts/reorder.command.d.ts +3 -3
  119. package/build/backend/commands/hosts/reorder.command.d.ts.map +1 -1
  120. package/build/backend/commands/hosts/reorder.command.js +9 -9
  121. package/build/backend/commands/hosts/tags/{get-all-host-tags.command.d.ts → get-hosts-tags.command.d.ts} +2 -2
  122. package/build/backend/commands/hosts/tags/get-hosts-tags.command.d.ts.map +1 -0
  123. package/build/backend/commands/hosts/tags/get-hosts-tags.command.js +17 -0
  124. package/build/backend/commands/hosts/tags/index.d.ts +1 -1
  125. package/build/backend/commands/hosts/tags/index.d.ts.map +1 -1
  126. package/build/backend/commands/hosts/tags/index.js +1 -1
  127. package/build/backend/commands/hosts/update.command.d.ts +2 -2
  128. package/build/backend/commands/hosts/update.command.d.ts.map +1 -1
  129. package/build/backend/commands/hosts/update.command.js +1 -1
  130. package/build/backend/commands/hwid/create-user-hwid-device.command.d.ts +2 -2
  131. package/build/backend/commands/hwid/create-user-hwid-device.command.d.ts.map +1 -1
  132. package/build/backend/commands/hwid/create-user-hwid-device.command.js +1 -1
  133. package/build/backend/commands/hwid/delete-all-user-hwid-devices.command.d.ts +2 -2
  134. package/build/backend/commands/hwid/delete-all-user-hwid-devices.command.d.ts.map +1 -1
  135. package/build/backend/commands/hwid/delete-all-user-hwid-devices.command.js +1 -1
  136. package/build/backend/commands/hwid/delete-user-hwid-device.command.d.ts +2 -2
  137. package/build/backend/commands/hwid/delete-user-hwid-device.command.d.ts.map +1 -1
  138. package/build/backend/commands/hwid/delete-user-hwid-device.command.js +1 -1
  139. package/build/backend/commands/hwid/{get-all-hwid-devices.command.d.ts → get-hwid-devices.command.d.ts} +3 -3
  140. package/build/backend/commands/hwid/get-hwid-devices.command.d.ts.map +1 -0
  141. package/build/backend/commands/hwid/get-hwid-devices.command.js +20 -0
  142. package/build/backend/commands/hwid/get-top-users-by-hwid-devices.command.d.ts +1 -1
  143. package/build/backend/commands/hwid/get-top-users-by-hwid-devices.command.d.ts.map +1 -1
  144. package/build/backend/commands/hwid/get-user-hwid-devices.command.d.ts +2 -2
  145. package/build/backend/commands/hwid/get-user-hwid-devices.command.d.ts.map +1 -1
  146. package/build/backend/commands/hwid/get-user-hwid-devices.command.js +1 -1
  147. package/build/backend/commands/hwid/index.d.ts +1 -1
  148. package/build/backend/commands/hwid/index.d.ts.map +1 -1
  149. package/build/backend/commands/hwid/index.js +1 -1
  150. package/build/backend/commands/infra-billing/create-bill-record.command.d.ts +3 -3
  151. package/build/backend/commands/infra-billing/create-bill-record.command.d.ts.map +1 -1
  152. package/build/backend/commands/infra-billing/create-bill-record.command.js +9 -9
  153. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts +2 -2
  154. package/build/backend/commands/infra-billing/create-billing-node.command.d.ts.map +1 -1
  155. package/build/backend/commands/infra-billing/create-billing-node.command.js +1 -1
  156. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts +2 -2
  157. package/build/backend/commands/infra-billing/create-infra-provider.command.d.ts.map +1 -1
  158. package/build/backend/commands/infra-billing/create-infra-provider.command.js +1 -1
  159. package/build/backend/commands/infra-billing/{delete-bill-record-by-uuid.command.d.ts → delete-bill-record.command.d.ts} +4 -4
  160. package/build/backend/commands/infra-billing/delete-bill-record.command.d.ts.map +1 -0
  161. package/build/backend/commands/infra-billing/delete-bill-record.command.js +22 -0
  162. package/build/backend/commands/infra-billing/{delete-billing-node-by-uuid.command.d.ts → delete-billing-node.command.d.ts} +4 -4
  163. package/build/backend/commands/infra-billing/{delete-billing-node-by-uuid.command.d.ts.map → delete-billing-node.command.d.ts.map} +1 -1
  164. package/build/backend/commands/infra-billing/delete-billing-node.command.js +29 -0
  165. package/build/backend/commands/infra-billing/{delete-infra-provider-by-uuid.command.d.ts → delete-infra-provider.command.d.ts} +4 -4
  166. package/build/backend/commands/infra-billing/delete-infra-provider.command.d.ts.map +1 -0
  167. package/build/backend/commands/infra-billing/delete-infra-provider.command.js +20 -0
  168. package/build/backend/commands/infra-billing/get-bill-records.command.d.ts +2 -2
  169. package/build/backend/commands/infra-billing/get-bill-records.command.d.ts.map +1 -1
  170. package/build/backend/commands/infra-billing/get-bill-records.command.js +9 -9
  171. package/build/backend/commands/infra-billing/{get-infra-provider-by-uuid.command.d.ts → get-infra-provider.command.d.ts} +4 -4
  172. package/build/backend/commands/infra-billing/get-infra-provider.command.d.ts.map +1 -0
  173. package/build/backend/commands/infra-billing/get-infra-provider.command.js +19 -0
  174. package/build/backend/commands/infra-billing/index.d.ts +4 -4
  175. package/build/backend/commands/infra-billing/index.d.ts.map +1 -1
  176. package/build/backend/commands/infra-billing/index.js +4 -4
  177. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts +2 -2
  178. package/build/backend/commands/infra-billing/update-billing-node.command.d.ts.map +1 -1
  179. package/build/backend/commands/infra-billing/update-billing-node.command.js +1 -1
  180. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts +2 -2
  181. package/build/backend/commands/infra-billing/update-infra-provider.command.d.ts.map +1 -1
  182. package/build/backend/commands/infra-billing/update-infra-provider.command.js +1 -1
  183. package/build/backend/commands/internal-squads/actions/reorder.command.d.ts +2 -2
  184. package/build/backend/commands/internal-squads/actions/reorder.command.d.ts.map +1 -1
  185. package/build/backend/commands/internal-squads/actions/reorder.command.js +1 -1
  186. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts +2 -2
  187. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.d.ts.map +1 -1
  188. package/build/backend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +1 -1
  189. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts +2 -2
  190. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.d.ts.map +1 -1
  191. package/build/backend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +1 -1
  192. package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts +2 -2
  193. package/build/backend/commands/internal-squads/create-internal-squad.command.d.ts.map +1 -1
  194. package/build/backend/commands/internal-squads/create-internal-squad.command.js +1 -1
  195. package/build/backend/commands/internal-squads/delete-internal-squad.command.d.ts +2 -2
  196. package/build/backend/commands/internal-squads/delete-internal-squad.command.d.ts.map +1 -1
  197. package/build/backend/commands/internal-squads/delete-internal-squad.command.js +1 -1
  198. package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.d.ts +2 -2
  199. package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.d.ts.map +1 -1
  200. package/build/backend/commands/internal-squads/get-internal-squad-accessible-nodes.command.js +1 -1
  201. package/build/backend/commands/internal-squads/{get-internal-squad-by-uuid.d.ts → get-internal-squad.command.d.ts} +4 -4
  202. package/build/backend/commands/internal-squads/get-internal-squad.command.d.ts.map +1 -0
  203. package/build/backend/commands/internal-squads/get-internal-squad.command.js +19 -0
  204. package/build/backend/commands/internal-squads/index.d.ts +1 -1
  205. package/build/backend/commands/internal-squads/index.js +1 -1
  206. package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts +2 -2
  207. package/build/backend/commands/internal-squads/update-internal-squad.command.d.ts.map +1 -1
  208. package/build/backend/commands/internal-squads/update-internal-squad.command.js +1 -1
  209. package/build/backend/commands/ip-control/drop-connections.command.d.ts +2 -2
  210. package/build/backend/commands/ip-control/drop-connections.command.d.ts.map +1 -1
  211. package/build/backend/commands/ip-control/drop-connections.command.js +1 -1
  212. package/build/backend/commands/ip-control/fetch-ips-result.command.d.ts +2 -2
  213. package/build/backend/commands/ip-control/fetch-ips-result.command.d.ts.map +1 -1
  214. package/build/backend/commands/ip-control/fetch-ips-result.command.js +1 -1
  215. package/build/backend/commands/ip-control/fetch-ips.command.d.ts +2 -2
  216. package/build/backend/commands/ip-control/fetch-ips.command.d.ts.map +1 -1
  217. package/build/backend/commands/ip-control/fetch-ips.command.js +2 -2
  218. package/build/backend/commands/ip-control/fetch-users-ips-result.command.d.ts +2 -2
  219. package/build/backend/commands/ip-control/fetch-users-ips-result.command.d.ts.map +1 -1
  220. package/build/backend/commands/ip-control/fetch-users-ips-result.command.js +1 -1
  221. package/build/backend/commands/ip-control/fetch-users-ips.command.d.ts +2 -2
  222. package/build/backend/commands/ip-control/fetch-users-ips.command.d.ts.map +1 -1
  223. package/build/backend/commands/ip-control/fetch-users-ips.command.js +2 -2
  224. package/build/backend/commands/keygen/{get-pubkey.command.d.ts → get-node-secret-key.command.d.ts} +7 -7
  225. package/build/backend/commands/keygen/get-node-secret-key.command.d.ts.map +1 -0
  226. package/build/backend/commands/keygen/get-node-secret-key.command.js +17 -0
  227. package/build/backend/commands/keygen/index.d.ts +1 -1
  228. package/build/backend/commands/keygen/index.d.ts.map +1 -1
  229. package/build/backend/commands/keygen/index.js +1 -1
  230. package/build/backend/commands/metadata/node/get-node-metadata.command.d.ts +1 -1
  231. package/build/backend/commands/metadata/node/get-node-metadata.command.d.ts.map +1 -1
  232. package/build/backend/commands/metadata/node/upsert-node-metadata.command.d.ts +2 -2
  233. package/build/backend/commands/metadata/node/upsert-node-metadata.command.d.ts.map +1 -1
  234. package/build/backend/commands/metadata/user/get-user-metadata.command.d.ts +1 -1
  235. package/build/backend/commands/metadata/user/get-user-metadata.command.d.ts.map +1 -1
  236. package/build/backend/commands/metadata/user/upsert-user-metadata.command.d.ts +2 -2
  237. package/build/backend/commands/metadata/user/upsert-user-metadata.command.d.ts.map +1 -1
  238. package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts +2 -2
  239. package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.d.ts.map +1 -1
  240. package/build/backend/commands/node-plugins/actions/clone-node-plugin.command.js +1 -1
  241. package/build/backend/commands/node-plugins/actions/reorder.command.d.ts +2 -2
  242. package/build/backend/commands/node-plugins/actions/reorder.command.d.ts.map +1 -1
  243. package/build/backend/commands/node-plugins/actions/reorder.command.js +1 -1
  244. package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts +2 -2
  245. package/build/backend/commands/node-plugins/create-node-plugin.command.d.ts.map +1 -1
  246. package/build/backend/commands/node-plugins/create-node-plugin.command.js +1 -1
  247. package/build/backend/commands/node-plugins/delete-node-plugin.command.d.ts +2 -2
  248. package/build/backend/commands/node-plugins/delete-node-plugin.command.d.ts.map +1 -1
  249. package/build/backend/commands/node-plugins/delete-node-plugin.command.js +1 -1
  250. package/build/backend/commands/node-plugins/executor.command.d.ts +2 -2
  251. package/build/backend/commands/node-plugins/executor.command.d.ts.map +1 -1
  252. package/build/backend/commands/node-plugins/executor.command.js +1 -1
  253. package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts +2 -2
  254. package/build/backend/commands/node-plugins/get-node-plugin.command.d.ts.map +1 -1
  255. package/build/backend/commands/node-plugins/get-node-plugin.command.js +1 -1
  256. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts +1 -1
  257. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.d.ts.map +1 -1
  258. package/build/backend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.js +1 -1
  259. package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts +2 -2
  260. package/build/backend/commands/node-plugins/update-node-plugin.command.d.ts.map +1 -1
  261. package/build/backend/commands/node-plugins/update-node-plugin.command.js +1 -1
  262. package/build/backend/commands/nodes/actions/disable.command.d.ts +2 -2
  263. package/build/backend/commands/nodes/actions/disable.command.d.ts.map +1 -1
  264. package/build/backend/commands/nodes/actions/disable.command.js +1 -1
  265. package/build/backend/commands/nodes/actions/enable.command.d.ts +2 -2
  266. package/build/backend/commands/nodes/actions/enable.command.d.ts.map +1 -1
  267. package/build/backend/commands/nodes/actions/enable.command.js +1 -1
  268. package/build/backend/commands/nodes/actions/reorder.command.d.ts +3 -3
  269. package/build/backend/commands/nodes/actions/reorder.command.d.ts.map +1 -1
  270. package/build/backend/commands/nodes/actions/reorder.command.js +9 -9
  271. package/build/backend/commands/nodes/actions/reset-traffic.command.d.ts +2 -2
  272. package/build/backend/commands/nodes/actions/reset-traffic.command.d.ts.map +1 -1
  273. package/build/backend/commands/nodes/actions/reset-traffic.command.js +1 -1
  274. package/build/backend/commands/nodes/actions/restart-all.command.d.ts +1 -1
  275. package/build/backend/commands/nodes/actions/restart-all.command.d.ts.map +1 -1
  276. package/build/backend/commands/nodes/actions/restart.command.d.ts +3 -3
  277. package/build/backend/commands/nodes/actions/restart.command.d.ts.map +1 -1
  278. package/build/backend/commands/nodes/actions/restart.command.js +1 -1
  279. package/build/backend/commands/nodes/bulk-actions/actions.command.d.ts +2 -2
  280. package/build/backend/commands/nodes/bulk-actions/actions.command.d.ts.map +1 -1
  281. package/build/backend/commands/nodes/bulk-actions/actions.command.js +1 -1
  282. package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts +2 -2
  283. package/build/backend/commands/nodes/bulk-actions/bulk-update.command.d.ts.map +1 -1
  284. package/build/backend/commands/nodes/bulk-actions/bulk-update.command.js +1 -1
  285. package/build/backend/commands/nodes/bulk-actions/profile-modification.command.d.ts +2 -2
  286. package/build/backend/commands/nodes/bulk-actions/profile-modification.command.d.ts.map +1 -1
  287. package/build/backend/commands/nodes/bulk-actions/profile-modification.command.js +1 -1
  288. package/build/backend/commands/nodes/create.command.d.ts +2 -2
  289. package/build/backend/commands/nodes/create.command.d.ts.map +1 -1
  290. package/build/backend/commands/nodes/create.command.js +1 -1
  291. package/build/backend/commands/nodes/delete.command.d.ts +2 -2
  292. package/build/backend/commands/nodes/delete.command.d.ts.map +1 -1
  293. package/build/backend/commands/nodes/delete.command.js +1 -1
  294. package/build/backend/commands/nodes/{get-one.command.d.ts → get-node.command.d.ts} +4 -4
  295. package/build/backend/commands/nodes/get-node.command.d.ts.map +1 -0
  296. package/build/backend/commands/nodes/get-node.command.js +19 -0
  297. package/build/backend/commands/nodes/{get-all.command.d.ts → get-nodes.command.d.ts} +2 -2
  298. package/build/backend/commands/nodes/{get-all.command.d.ts.map → get-nodes.command.d.ts.map} +1 -1
  299. package/build/backend/commands/nodes/get-nodes.command.js +19 -0
  300. package/build/backend/commands/nodes/index.d.ts +2 -2
  301. package/build/backend/commands/nodes/index.d.ts.map +1 -1
  302. package/build/backend/commands/nodes/index.js +2 -2
  303. package/build/backend/commands/nodes/tags/{get-all-nodes-tags.command.d.ts → get-nodes-tags.command.d.ts} +2 -2
  304. package/build/backend/commands/nodes/tags/get-nodes-tags.command.d.ts.map +1 -0
  305. package/build/backend/commands/nodes/tags/get-nodes-tags.command.js +17 -0
  306. package/build/backend/commands/nodes/tags/index.d.ts +1 -1
  307. package/build/backend/commands/nodes/tags/index.d.ts.map +1 -1
  308. package/build/backend/commands/nodes/tags/index.js +1 -1
  309. package/build/backend/commands/nodes/update.command.d.ts +2 -2
  310. package/build/backend/commands/nodes/update.command.d.ts.map +1 -1
  311. package/build/backend/commands/nodes/update.command.js +1 -1
  312. package/build/backend/commands/passkeys/{delete-passkeys.command.d.ts → delete-passkey.command.d.ts} +3 -3
  313. package/build/backend/commands/passkeys/delete-passkey.command.d.ts.map +1 -0
  314. package/build/{frontend/commands/passkeys/delete-passkeys.command.js → backend/commands/passkeys/delete-passkey.command.js} +1 -1
  315. package/build/backend/commands/passkeys/{get-active-passkeys.command.d.ts → get-passkeys.command.d.ts} +2 -2
  316. package/build/backend/commands/passkeys/get-passkeys.command.d.ts.map +1 -0
  317. package/build/backend/commands/passkeys/{get-active-passkeys.command.js → get-passkeys.command.js} +8 -8
  318. package/build/backend/commands/passkeys/index.d.ts +2 -2
  319. package/build/backend/commands/passkeys/index.d.ts.map +1 -1
  320. package/build/backend/commands/passkeys/index.js +2 -2
  321. package/build/backend/commands/passkeys/update-passkey.command.d.ts +2 -2
  322. package/build/backend/commands/passkeys/update-passkey.command.d.ts.map +1 -1
  323. package/build/backend/commands/passkeys/update-passkey.command.js +1 -1
  324. package/build/backend/commands/passkeys/verify-registration.command.d.ts +2 -2
  325. package/build/backend/commands/passkeys/verify-registration.command.d.ts.map +1 -1
  326. package/build/backend/commands/passkeys/verify-registration.command.js +1 -1
  327. package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.d.ts +2 -2
  328. package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.d.ts.map +1 -1
  329. package/build/backend/commands/remnawave-settings/update-remnawave-settings.command.js +1 -1
  330. package/build/backend/commands/snippets/create-snippet.command.d.ts +2 -2
  331. package/build/backend/commands/snippets/create-snippet.command.d.ts.map +1 -1
  332. package/build/backend/commands/snippets/create-snippet.command.js +1 -1
  333. package/build/backend/commands/snippets/delete-snippet.command.d.ts +2 -2
  334. package/build/backend/commands/snippets/delete-snippet.command.d.ts.map +1 -1
  335. package/build/backend/commands/snippets/delete-snippet.command.js +1 -1
  336. package/build/backend/commands/snippets/index.d.ts +1 -1
  337. package/build/backend/commands/snippets/index.d.ts.map +1 -1
  338. package/build/backend/commands/snippets/index.js +1 -1
  339. package/build/backend/commands/snippets/{update-snippets.command.d.ts → update-snippet.command.d.ts} +3 -3
  340. package/build/backend/commands/snippets/update-snippet.command.d.ts.map +1 -0
  341. package/build/backend/commands/snippets/{update-snippets.command.js → update-snippet.command.js} +1 -1
  342. package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.d.ts +2 -2
  343. package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.d.ts.map +1 -1
  344. package/build/backend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.js +1 -1
  345. package/build/backend/commands/subscription/get-subscription-by-short-uuid.command.d.ts +2 -2
  346. package/build/backend/commands/subscription/get-subscription-by-short-uuid.command.d.ts.map +1 -1
  347. package/build/backend/commands/subscription/get-subscription-by-short-uuid.command.js +1 -1
  348. package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.d.ts +2 -2
  349. package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.d.ts.map +1 -1
  350. package/build/backend/commands/subscription/get-subscription-info-by-short-uuid.command.js +1 -1
  351. package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts +3 -3
  352. package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.d.ts.map +1 -1
  353. package/build/backend/commands/subscription-page-configs/actions/clone-subpage-config.command.js +9 -9
  354. package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts +3 -3
  355. package/build/backend/commands/subscription-page-configs/actions/reorder.command.d.ts.map +1 -1
  356. package/build/backend/commands/subscription-page-configs/actions/reorder.command.js +9 -9
  357. package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts +3 -3
  358. package/build/backend/commands/subscription-page-configs/create-subpage-config.command.d.ts.map +1 -1
  359. package/build/backend/commands/subscription-page-configs/create-subpage-config.command.js +9 -9
  360. package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.d.ts +3 -3
  361. package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.d.ts.map +1 -1
  362. package/build/backend/commands/subscription-page-configs/delete-subpage-config.command.js +9 -9
  363. package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts +3 -3
  364. package/build/backend/commands/subscription-page-configs/get-subpage-config.command.d.ts.map +1 -1
  365. package/build/backend/commands/subscription-page-configs/get-subpage-config.command.js +9 -9
  366. package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts +1 -1
  367. package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.d.ts.map +1 -1
  368. package/build/backend/commands/subscription-page-configs/get-subpage-configs.command.js +8 -8
  369. package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts +3 -3
  370. package/build/backend/commands/subscription-page-configs/update-subpage-config.command.d.ts.map +1 -1
  371. package/build/backend/commands/subscription-page-configs/update-subpage-config.command.js +9 -9
  372. package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.d.ts +1 -1
  373. package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.d.ts.map +1 -1
  374. package/build/backend/commands/subscription-request-history/get-subscription-request-history.command.js +1 -1
  375. package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts +2 -2
  376. package/build/backend/commands/subscription-settings/update-subscription-settings.command.d.ts.map +1 -1
  377. package/build/backend/commands/subscription-settings/update-subscription-settings.command.js +1 -1
  378. package/build/backend/commands/subscription-template/actions/reorder.command.d.ts +2 -2
  379. package/build/backend/commands/subscription-template/actions/reorder.command.d.ts.map +1 -1
  380. package/build/backend/commands/subscription-template/actions/reorder.command.js +1 -1
  381. package/build/backend/commands/subscription-template/create-template.command.d.ts +2 -2
  382. package/build/backend/commands/subscription-template/create-template.command.d.ts.map +1 -1
  383. package/build/backend/commands/subscription-template/create-template.command.js +1 -1
  384. package/build/backend/commands/subscription-template/delete-subscription-template.command.d.ts +2 -2
  385. package/build/backend/commands/subscription-template/delete-subscription-template.command.d.ts.map +1 -1
  386. package/build/backend/commands/subscription-template/delete-subscription-template.command.js +1 -1
  387. package/build/backend/commands/subscription-template/get-template.command.d.ts +2 -2
  388. package/build/backend/commands/subscription-template/get-template.command.d.ts.map +1 -1
  389. package/build/backend/commands/subscription-template/get-template.command.js +1 -1
  390. package/build/backend/commands/subscription-template/update-template.command.d.ts +2 -2
  391. package/build/backend/commands/subscription-template/update-template.command.d.ts.map +1 -1
  392. package/build/backend/commands/subscription-template/update-template.command.js +1 -1
  393. package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.d.ts +2 -2
  394. package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.d.ts.map +1 -1
  395. package/build/backend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.js +2 -2
  396. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts +3 -3
  397. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.d.ts.map +1 -1
  398. package/build/backend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +1 -1
  399. package/build/backend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.d.ts +2 -2
  400. package/build/backend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.d.ts.map +1 -1
  401. package/build/backend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.js +1 -1
  402. package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.d.ts +2 -2
  403. package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.d.ts.map +1 -1
  404. package/build/backend/commands/subscriptions/get-by/get-subscription-by-username.command.js +2 -2
  405. package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.d.ts +2 -2
  406. package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.d.ts.map +1 -1
  407. package/build/backend/commands/subscriptions/get-by/get-subscription-by-uuid.command.js +2 -2
  408. package/build/backend/commands/subscriptions/{get-all-subscriptions.command.d.ts → get-subscriptions.command.d.ts} +3 -3
  409. package/build/backend/commands/subscriptions/get-subscriptions.command.d.ts.map +1 -0
  410. package/build/backend/commands/subscriptions/{get-all-subscriptions.command.js → get-subscriptions.command.js} +9 -9
  411. package/build/backend/commands/subscriptions/index.d.ts +1 -1
  412. package/build/backend/commands/subscriptions/index.d.ts.map +1 -1
  413. package/build/backend/commands/subscriptions/index.js +1 -1
  414. package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.d.ts +2 -2
  415. package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.d.ts.map +1 -1
  416. package/build/backend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.js +1 -1
  417. package/build/backend/commands/system/get-bandwidth-stats.command.d.ts +1 -1
  418. package/build/backend/commands/system/get-bandwidth-stats.command.d.ts.map +1 -1
  419. package/build/backend/commands/system/get-nodes-statistics.d.ts +1 -1
  420. package/build/backend/commands/system/get-nodes-statistics.d.ts.map +1 -1
  421. package/build/backend/commands/system/get-stats.command.d.ts +1 -1
  422. package/build/backend/commands/system/get-stats.command.d.ts.map +1 -1
  423. package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts +2 -2
  424. package/build/backend/commands/system/testers/test-srr-matcher.command.d.ts.map +1 -1
  425. package/build/backend/commands/system/testers/test-srr-matcher.command.js +1 -1
  426. package/build/backend/commands/users/actions/disable-user.command.d.ts +2 -2
  427. package/build/backend/commands/users/actions/disable-user.command.d.ts.map +1 -1
  428. package/build/backend/commands/users/actions/disable-user.command.js +1 -1
  429. package/build/backend/commands/users/actions/enable-user.command.d.ts +2 -2
  430. package/build/backend/commands/users/actions/enable-user.command.d.ts.map +1 -1
  431. package/build/backend/commands/users/actions/enable-user.command.js +1 -1
  432. package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts +2 -2
  433. package/build/backend/commands/users/actions/reset-user-traffic.command.d.ts.map +1 -1
  434. package/build/backend/commands/users/actions/reset-user-traffic.command.js +1 -1
  435. package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts +3 -3
  436. package/build/backend/commands/users/actions/revoke-user-subscription.command.d.ts.map +1 -1
  437. package/build/backend/commands/users/actions/revoke-user-subscription.command.js +1 -1
  438. package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.d.ts +2 -2
  439. package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.d.ts.map +1 -1
  440. package/build/backend/commands/users/bulk/bulk-delete-users-by-status.command.js +1 -1
  441. package/build/backend/commands/users/bulk/bulk-delete-users.command.d.ts +2 -2
  442. package/build/backend/commands/users/bulk/bulk-delete-users.command.d.ts.map +1 -1
  443. package/build/backend/commands/users/bulk/bulk-delete-users.command.js +1 -1
  444. package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.d.ts +2 -2
  445. package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.d.ts.map +1 -1
  446. package/build/backend/commands/users/bulk/bulk-extend-expiration-date.command.js +1 -1
  447. package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.d.ts +2 -2
  448. package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.d.ts.map +1 -1
  449. package/build/backend/commands/users/bulk/bulk-reset-traffic-users.command.js +1 -1
  450. package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.d.ts +2 -2
  451. package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.d.ts.map +1 -1
  452. package/build/backend/commands/users/bulk/bulk-revoke-users-subscription.command.js +1 -1
  453. package/build/backend/commands/users/bulk/bulk-update-users-squads.command.d.ts +2 -2
  454. package/build/backend/commands/users/bulk/bulk-update-users-squads.command.d.ts.map +1 -1
  455. package/build/backend/commands/users/bulk/bulk-update-users-squads.command.js +1 -1
  456. package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts +2 -2
  457. package/build/backend/commands/users/bulk/bulk-update-users.command.d.ts.map +1 -1
  458. package/build/backend/commands/users/bulk/bulk-update-users.command.js +1 -1
  459. package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.d.ts +2 -2
  460. package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.d.ts.map +1 -1
  461. package/build/backend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.js +1 -1
  462. package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.d.ts +2 -2
  463. package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.d.ts.map +1 -1
  464. package/build/backend/commands/users/bulk-all/bulk-all-update-users.command.js +1 -1
  465. package/build/backend/commands/users/create-user.command.d.ts +2 -2
  466. package/build/backend/commands/users/create-user.command.d.ts.map +1 -1
  467. package/build/backend/commands/users/create-user.command.js +1 -1
  468. package/build/backend/commands/users/delete-user.command.d.ts +2 -2
  469. package/build/backend/commands/users/delete-user.command.d.ts.map +1 -1
  470. package/build/backend/commands/users/delete-user.command.js +1 -1
  471. package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts +2 -2
  472. package/build/backend/commands/users/get-by/get-user-by-id.command.d.ts.map +1 -1
  473. package/build/backend/commands/users/get-by/get-user-by-id.command.js +1 -1
  474. package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts +2 -2
  475. package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.d.ts.map +1 -1
  476. package/build/backend/commands/users/get-by/get-user-by-short-uuid.command.js +1 -1
  477. package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts +2 -2
  478. package/build/backend/commands/users/get-by/get-user-by-username.command.d.ts.map +1 -1
  479. package/build/backend/commands/users/get-by/get-user-by-username.command.js +1 -1
  480. package/build/backend/commands/users/get-by/index.d.ts +0 -3
  481. package/build/backend/commands/users/get-by/index.d.ts.map +1 -1
  482. package/build/backend/commands/users/get-by/index.js +0 -3
  483. package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts +2 -2
  484. package/build/backend/commands/users/get-user-accessible-nodes.command.d.ts.map +1 -1
  485. package/build/backend/commands/users/get-user-accessible-nodes.command.js +1 -1
  486. package/build/backend/commands/users/get-user-by-uuid.command.d.ts +2 -2
  487. package/build/backend/commands/users/get-user-by-uuid.command.d.ts.map +1 -1
  488. package/build/backend/commands/users/get-user-by-uuid.command.js +1 -1
  489. package/build/backend/commands/users/get-user-subscription-request-history.command.d.ts +2 -2
  490. package/build/backend/commands/users/get-user-subscription-request-history.command.d.ts.map +1 -1
  491. package/build/backend/commands/users/get-user-subscription-request-history.command.js +1 -1
  492. package/build/backend/commands/users/get-users-stream.command.d.ts +34 -5
  493. package/build/backend/commands/users/get-users-stream.command.d.ts.map +1 -1
  494. package/build/backend/commands/users/get-users-stream.command.js +18 -4
  495. package/build/backend/commands/users/{get-all-users.command.d.ts → get-users.command.d.ts} +3 -3
  496. package/build/backend/commands/users/get-users.command.d.ts.map +1 -0
  497. package/build/backend/commands/users/get-users.command.js +23 -0
  498. package/build/backend/commands/users/index.d.ts +1 -1
  499. package/build/backend/commands/users/index.d.ts.map +1 -1
  500. package/build/backend/commands/users/index.js +1 -1
  501. package/build/backend/commands/users/resolve-user.command.d.ts +2 -2
  502. package/build/backend/commands/users/resolve-user.command.d.ts.map +1 -1
  503. package/build/backend/commands/users/resolve-user.command.js +1 -1
  504. package/build/backend/commands/users/tags/{get-all-tags.command.d.ts → get-users-tags.command.d.ts} +2 -2
  505. package/build/backend/commands/users/tags/get-users-tags.command.d.ts.map +1 -0
  506. package/build/backend/commands/users/tags/get-users-tags.command.js +17 -0
  507. package/build/backend/commands/users/tags/index.d.ts +1 -1
  508. package/build/backend/commands/users/tags/index.d.ts.map +1 -1
  509. package/build/backend/commands/users/tags/index.js +1 -1
  510. package/build/backend/commands/users/update-user.command.d.ts +2 -2
  511. package/build/backend/commands/users/update-user.command.d.ts.map +1 -1
  512. package/build/backend/commands/users/update-user.command.js +1 -1
  513. package/build/backend/models/users.schema.js +1 -1
  514. package/build/frontend/api/routes.js +0 -4
  515. package/build/frontend/commands/api-tokens/create.command.js +4 -4
  516. package/build/frontend/commands/api-tokens/delete.command.js +3 -3
  517. package/build/frontend/commands/api-tokens/get-api-tokens.command.js +23 -0
  518. package/build/frontend/commands/api-tokens/index.js +1 -1
  519. package/build/frontend/commands/auth/login.command.js +3 -3
  520. package/build/frontend/commands/auth/oauth2/authorize.command.js +1 -1
  521. package/build/frontend/commands/auth/oauth2/callback.command.js +1 -1
  522. package/build/frontend/commands/auth/passkey/verify-authentication.command.js +1 -1
  523. package/build/frontend/commands/auth/register.command.js +2 -2
  524. package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-stats-node-user-usage.command.js +4 -4
  525. package/build/frontend/commands/bandwidth-stats/legacy/get-legacy-user-usage.command.js +3 -3
  526. package/build/frontend/commands/bandwidth-stats/nodes/get-stats-node-users-usage.command.js +5 -5
  527. package/build/frontend/commands/bandwidth-stats/nodes/get-stats-nodes-usage.command.js +7 -3
  528. package/build/frontend/commands/bandwidth-stats/nodes/get-stats-nodes-users-usage.command.js +5 -5
  529. package/build/frontend/commands/bandwidth-stats/users/get-stats-user-usage.command.js +4 -4
  530. package/build/frontend/commands/config-profiles/actions/reorder.command.js +1 -1
  531. package/build/frontend/commands/config-profiles/create-config-profile.command.js +1 -1
  532. package/build/frontend/commands/config-profiles/delete-config-profile.command.js +2 -2
  533. package/build/frontend/commands/config-profiles/get-computed-config-profile-by-uuid.command.js +1 -1
  534. package/build/frontend/commands/config-profiles/get-config-profile-by-uuid.command.js +1 -1
  535. package/build/frontend/commands/config-profiles/get-inbounds-by-profile-uuid.command.js +2 -2
  536. package/build/frontend/commands/config-profiles/update-config-profile.command.js +1 -1
  537. package/build/frontend/commands/external-squads/actions/reorder.command.js +1 -1
  538. package/build/frontend/commands/external-squads/bulk-actions/add-users-to-external-squad.command.js +2 -2
  539. package/build/frontend/commands/external-squads/bulk-actions/delete-users-from-external-squad.command.js +2 -2
  540. package/build/frontend/commands/external-squads/create-external-squad.command.js +1 -1
  541. package/build/frontend/commands/external-squads/delete-external-squad.command.js +2 -2
  542. package/build/frontend/commands/external-squads/get-external-squad-by-uuid.command.js +2 -2
  543. package/build/frontend/commands/external-squads/update-external-squad.command.js +6 -4
  544. package/build/frontend/commands/hosts/bulk/delete-many-hosts.command.js +1 -1
  545. package/build/frontend/commands/hosts/bulk/disable-many-hosts.command.js +1 -1
  546. package/build/frontend/commands/hosts/bulk/enable-many-hosts.command.js +1 -1
  547. package/build/frontend/commands/hosts/bulk/update-many-hosts.command.js +1 -1
  548. package/build/frontend/commands/hosts/create.command.js +1 -1
  549. package/build/frontend/commands/hosts/delete.command.js +1 -1
  550. package/build/frontend/commands/hosts/get-host.command.js +19 -0
  551. package/build/frontend/commands/hosts/get-hosts.command.js +19 -0
  552. package/build/frontend/commands/hosts/index.js +2 -2
  553. package/build/frontend/commands/hosts/reorder.command.js +9 -9
  554. package/build/frontend/commands/hosts/tags/get-hosts-tags.command.js +17 -0
  555. package/build/frontend/commands/hosts/tags/index.js +1 -1
  556. package/build/frontend/commands/hosts/update.command.js +1 -1
  557. package/build/frontend/commands/hwid/create-user-hwid-device.command.js +1 -1
  558. package/build/frontend/commands/hwid/delete-all-user-hwid-devices.command.js +1 -1
  559. package/build/frontend/commands/hwid/delete-user-hwid-device.command.js +1 -1
  560. package/build/frontend/commands/hwid/get-hwid-devices.command.js +20 -0
  561. package/build/frontend/commands/hwid/get-user-hwid-devices.command.js +1 -1
  562. package/build/frontend/commands/hwid/index.js +1 -1
  563. package/build/frontend/commands/infra-billing/create-bill-record.command.js +9 -9
  564. package/build/frontend/commands/infra-billing/create-billing-node.command.js +1 -1
  565. package/build/frontend/commands/infra-billing/create-infra-provider.command.js +1 -1
  566. package/build/frontend/commands/infra-billing/delete-bill-record.command.js +22 -0
  567. package/build/frontend/commands/infra-billing/delete-billing-node.command.js +29 -0
  568. package/build/frontend/commands/infra-billing/delete-infra-provider.command.js +20 -0
  569. package/build/frontend/commands/infra-billing/get-bill-records.command.js +9 -9
  570. package/build/frontend/commands/infra-billing/get-infra-provider.command.js +19 -0
  571. package/build/frontend/commands/infra-billing/index.js +4 -4
  572. package/build/frontend/commands/infra-billing/update-billing-node.command.js +1 -1
  573. package/build/frontend/commands/infra-billing/update-infra-provider.command.js +1 -1
  574. package/build/frontend/commands/internal-squads/actions/reorder.command.js +1 -1
  575. package/build/frontend/commands/internal-squads/bulk-actions/add-users-to-internal-squad.command.js +1 -1
  576. package/build/frontend/commands/internal-squads/bulk-actions/delete-users-from-internal-squad.command.js +1 -1
  577. package/build/frontend/commands/internal-squads/create-internal-squad.command.js +1 -1
  578. package/build/frontend/commands/internal-squads/delete-internal-squad.command.js +1 -1
  579. package/build/frontend/commands/internal-squads/get-internal-squad-accessible-nodes.command.js +1 -1
  580. package/build/frontend/commands/internal-squads/get-internal-squad.command.js +19 -0
  581. package/build/frontend/commands/internal-squads/index.js +1 -1
  582. package/build/frontend/commands/internal-squads/update-internal-squad.command.js +1 -1
  583. package/build/frontend/commands/ip-control/drop-connections.command.js +1 -1
  584. package/build/frontend/commands/ip-control/fetch-ips-result.command.js +1 -1
  585. package/build/frontend/commands/ip-control/fetch-ips.command.js +2 -2
  586. package/build/frontend/commands/ip-control/fetch-users-ips-result.command.js +1 -1
  587. package/build/frontend/commands/ip-control/fetch-users-ips.command.js +2 -2
  588. package/build/frontend/commands/keygen/get-node-secret-key.command.js +17 -0
  589. package/build/frontend/commands/keygen/index.js +1 -1
  590. package/build/frontend/commands/node-plugins/actions/clone-node-plugin.command.js +1 -1
  591. package/build/frontend/commands/node-plugins/actions/reorder.command.js +1 -1
  592. package/build/frontend/commands/node-plugins/create-node-plugin.command.js +1 -1
  593. package/build/frontend/commands/node-plugins/delete-node-plugin.command.js +1 -1
  594. package/build/frontend/commands/node-plugins/executor.command.js +1 -1
  595. package/build/frontend/commands/node-plugins/get-node-plugin.command.js +1 -1
  596. package/build/frontend/commands/node-plugins/torrent-blocker/get-torrent-blocker-reports.command.js +1 -1
  597. package/build/frontend/commands/node-plugins/update-node-plugin.command.js +1 -1
  598. package/build/frontend/commands/nodes/actions/disable.command.js +1 -1
  599. package/build/frontend/commands/nodes/actions/enable.command.js +1 -1
  600. package/build/frontend/commands/nodes/actions/reorder.command.js +9 -9
  601. package/build/frontend/commands/nodes/actions/reset-traffic.command.js +1 -1
  602. package/build/frontend/commands/nodes/actions/restart.command.js +1 -1
  603. package/build/frontend/commands/nodes/bulk-actions/actions.command.js +1 -1
  604. package/build/frontend/commands/nodes/bulk-actions/bulk-update.command.js +1 -1
  605. package/build/frontend/commands/nodes/bulk-actions/profile-modification.command.js +1 -1
  606. package/build/frontend/commands/nodes/create.command.js +1 -1
  607. package/build/frontend/commands/nodes/delete.command.js +1 -1
  608. package/build/frontend/commands/nodes/get-node.command.js +19 -0
  609. package/build/frontend/commands/nodes/get-nodes.command.js +19 -0
  610. package/build/frontend/commands/nodes/index.js +2 -2
  611. package/build/frontend/commands/nodes/tags/get-nodes-tags.command.js +17 -0
  612. package/build/frontend/commands/nodes/tags/index.js +1 -1
  613. package/build/frontend/commands/nodes/update.command.js +1 -1
  614. package/build/{backend/commands/passkeys/delete-passkeys.command.js → frontend/commands/passkeys/delete-passkey.command.js} +1 -1
  615. package/build/frontend/commands/passkeys/{get-active-passkeys.command.js → get-passkeys.command.js} +8 -8
  616. package/build/frontend/commands/passkeys/index.js +2 -2
  617. package/build/frontend/commands/passkeys/update-passkey.command.js +1 -1
  618. package/build/frontend/commands/passkeys/verify-registration.command.js +1 -1
  619. package/build/frontend/commands/remnawave-settings/update-remnawave-settings.command.js +1 -1
  620. package/build/frontend/commands/snippets/create-snippet.command.js +1 -1
  621. package/build/frontend/commands/snippets/delete-snippet.command.js +1 -1
  622. package/build/frontend/commands/snippets/index.js +1 -1
  623. package/build/frontend/commands/snippets/{update-snippets.command.js → update-snippet.command.js} +1 -1
  624. package/build/frontend/commands/subscription/get-subscription-by-short-uuid-by-client-type.command.js +1 -1
  625. package/build/frontend/commands/subscription/get-subscription-by-short-uuid.command.js +1 -1
  626. package/build/frontend/commands/subscription/get-subscription-info-by-short-uuid.command.js +1 -1
  627. package/build/frontend/commands/subscription-page-configs/actions/clone-subpage-config.command.js +9 -9
  628. package/build/frontend/commands/subscription-page-configs/actions/reorder.command.js +9 -9
  629. package/build/frontend/commands/subscription-page-configs/create-subpage-config.command.js +9 -9
  630. package/build/frontend/commands/subscription-page-configs/delete-subpage-config.command.js +9 -9
  631. package/build/frontend/commands/subscription-page-configs/get-subpage-config.command.js +9 -9
  632. package/build/frontend/commands/subscription-page-configs/get-subpage-configs.command.js +8 -8
  633. package/build/frontend/commands/subscription-page-configs/update-subpage-config.command.js +9 -9
  634. package/build/frontend/commands/subscription-request-history/get-subscription-request-history.command.js +1 -1
  635. package/build/frontend/commands/subscription-settings/update-subscription-settings.command.js +1 -1
  636. package/build/frontend/commands/subscription-template/actions/reorder.command.js +1 -1
  637. package/build/frontend/commands/subscription-template/create-template.command.js +1 -1
  638. package/build/frontend/commands/subscription-template/delete-subscription-template.command.js +1 -1
  639. package/build/frontend/commands/subscription-template/get-template.command.js +1 -1
  640. package/build/frontend/commands/subscription-template/update-template.command.js +1 -1
  641. package/build/frontend/commands/subscriptions/get-by/get-connection-keys-by-uuid.command.js +2 -2
  642. package/build/frontend/commands/subscriptions/get-by/get-raw-subscription-by-short-uuid.command.js +1 -1
  643. package/build/frontend/commands/subscriptions/get-by/get-subscription-by-short-uuid-protected.command.js +1 -1
  644. package/build/frontend/commands/subscriptions/get-by/get-subscription-by-username.command.js +2 -2
  645. package/build/frontend/commands/subscriptions/get-by/get-subscription-by-uuid.command.js +2 -2
  646. package/build/frontend/commands/subscriptions/{get-all-subscriptions.command.js → get-subscriptions.command.js} +9 -9
  647. package/build/frontend/commands/subscriptions/index.js +1 -1
  648. package/build/frontend/commands/subscriptions/subpage/get-subpage-config-by-shortuuid.command.js +1 -1
  649. package/build/frontend/commands/system/testers/test-srr-matcher.command.js +1 -1
  650. package/build/frontend/commands/users/actions/disable-user.command.js +1 -1
  651. package/build/frontend/commands/users/actions/enable-user.command.js +1 -1
  652. package/build/frontend/commands/users/actions/reset-user-traffic.command.js +1 -1
  653. package/build/frontend/commands/users/actions/revoke-user-subscription.command.js +1 -1
  654. package/build/frontend/commands/users/bulk/bulk-delete-users-by-status.command.js +1 -1
  655. package/build/frontend/commands/users/bulk/bulk-delete-users.command.js +1 -1
  656. package/build/frontend/commands/users/bulk/bulk-extend-expiration-date.command.js +1 -1
  657. package/build/frontend/commands/users/bulk/bulk-reset-traffic-users.command.js +1 -1
  658. package/build/frontend/commands/users/bulk/bulk-revoke-users-subscription.command.js +1 -1
  659. package/build/frontend/commands/users/bulk/bulk-update-users-squads.command.js +1 -1
  660. package/build/frontend/commands/users/bulk/bulk-update-users.command.js +1 -1
  661. package/build/frontend/commands/users/bulk-all/bulk-all-extend-expiration-date.command.js +1 -1
  662. package/build/frontend/commands/users/bulk-all/bulk-all-update-users.command.js +1 -1
  663. package/build/frontend/commands/users/create-user.command.js +1 -1
  664. package/build/frontend/commands/users/delete-user.command.js +1 -1
  665. package/build/frontend/commands/users/get-by/get-user-by-id.command.js +1 -1
  666. package/build/frontend/commands/users/get-by/get-user-by-short-uuid.command.js +1 -1
  667. package/build/frontend/commands/users/get-by/get-user-by-username.command.js +1 -1
  668. package/build/frontend/commands/users/get-by/index.js +0 -3
  669. package/build/frontend/commands/users/get-user-accessible-nodes.command.js +1 -1
  670. package/build/frontend/commands/users/get-user-by-uuid.command.js +1 -1
  671. package/build/frontend/commands/users/get-user-subscription-request-history.command.js +1 -1
  672. package/build/frontend/commands/users/get-users-stream.command.js +18 -4
  673. package/build/frontend/commands/users/get-users.command.js +23 -0
  674. package/build/frontend/commands/users/index.js +1 -1
  675. package/build/frontend/commands/users/resolve-user.command.js +1 -1
  676. package/build/frontend/commands/users/tags/get-users-tags.command.js +17 -0
  677. package/build/frontend/commands/users/tags/index.js +1 -1
  678. package/build/frontend/commands/users/update-user.command.js +1 -1
  679. package/build/frontend/models/users.schema.js +1 -1
  680. package/package.json +1 -1
  681. package/build/backend/commands/api-tokens/find.command.d.ts.map +0 -1
  682. package/build/backend/commands/api-tokens/find.command.js +0 -23
  683. package/build/backend/commands/hosts/get-all.command.d.ts.map +0 -1
  684. package/build/backend/commands/hosts/get-all.command.js +0 -19
  685. package/build/backend/commands/hosts/get-one.command.d.ts.map +0 -1
  686. package/build/backend/commands/hosts/get-one.command.js +0 -19
  687. package/build/backend/commands/hosts/tags/get-all-host-tags.command.d.ts.map +0 -1
  688. package/build/backend/commands/hosts/tags/get-all-host-tags.command.js +0 -17
  689. package/build/backend/commands/hwid/get-all-hwid-devices.command.d.ts.map +0 -1
  690. package/build/backend/commands/hwid/get-all-hwid-devices.command.js +0 -20
  691. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.d.ts.map +0 -1
  692. package/build/backend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
  693. package/build/backend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
  694. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.d.ts.map +0 -1
  695. package/build/backend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
  696. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.d.ts.map +0 -1
  697. package/build/backend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
  698. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.d.ts.map +0 -1
  699. package/build/backend/commands/internal-squads/get-internal-squad-by-uuid.js +0 -19
  700. package/build/backend/commands/keygen/get-pubkey.command.d.ts.map +0 -1
  701. package/build/backend/commands/keygen/get-pubkey.command.js +0 -17
  702. package/build/backend/commands/nodes/get-all.command.js +0 -19
  703. package/build/backend/commands/nodes/get-one.command.d.ts.map +0 -1
  704. package/build/backend/commands/nodes/get-one.command.js +0 -19
  705. package/build/backend/commands/nodes/tags/get-all-nodes-tags.command.d.ts.map +0 -1
  706. package/build/backend/commands/nodes/tags/get-all-nodes-tags.command.js +0 -17
  707. package/build/backend/commands/passkeys/delete-passkeys.command.d.ts.map +0 -1
  708. package/build/backend/commands/passkeys/get-active-passkeys.command.d.ts.map +0 -1
  709. package/build/backend/commands/snippets/update-snippets.command.d.ts.map +0 -1
  710. package/build/backend/commands/subscriptions/get-all-subscriptions.command.d.ts.map +0 -1
  711. package/build/backend/commands/users/get-all-users.command.d.ts.map +0 -1
  712. package/build/backend/commands/users/get-all-users.command.js +0 -23
  713. package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts +0 -228
  714. package/build/backend/commands/users/get-by/get-user-by-email.command.d.ts.map +0 -1
  715. package/build/backend/commands/users/get-by/get-user-by-email.command.js +0 -19
  716. package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts +0 -228
  717. package/build/backend/commands/users/get-by/get-user-by-tag.command.d.ts.map +0 -1
  718. package/build/backend/commands/users/get-by/get-user-by-tag.command.js +0 -22
  719. package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts +0 -228
  720. package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.d.ts.map +0 -1
  721. package/build/backend/commands/users/get-by/get-user-by-telegram-id.command.js +0 -19
  722. package/build/backend/commands/users/tags/get-all-tags.command.d.ts.map +0 -1
  723. package/build/backend/commands/users/tags/get-all-tags.command.js +0 -17
  724. package/build/frontend/commands/api-tokens/find.command.js +0 -23
  725. package/build/frontend/commands/hosts/get-all.command.js +0 -19
  726. package/build/frontend/commands/hosts/get-one.command.js +0 -19
  727. package/build/frontend/commands/hosts/tags/get-all-host-tags.command.js +0 -17
  728. package/build/frontend/commands/hwid/get-all-hwid-devices.command.js +0 -20
  729. package/build/frontend/commands/infra-billing/delete-bill-record-by-uuid.command.js +0 -22
  730. package/build/frontend/commands/infra-billing/delete-billing-node-by-uuid.command.js +0 -29
  731. package/build/frontend/commands/infra-billing/delete-infra-provider-by-uuid.command.js +0 -20
  732. package/build/frontend/commands/infra-billing/get-infra-provider-by-uuid.command.js +0 -19
  733. package/build/frontend/commands/internal-squads/get-internal-squad-by-uuid.js +0 -19
  734. package/build/frontend/commands/keygen/get-pubkey.command.js +0 -17
  735. package/build/frontend/commands/nodes/get-all.command.js +0 -19
  736. package/build/frontend/commands/nodes/get-one.command.js +0 -19
  737. package/build/frontend/commands/nodes/tags/get-all-nodes-tags.command.js +0 -17
  738. package/build/frontend/commands/users/get-all-users.command.js +0 -23
  739. package/build/frontend/commands/users/get-by/get-user-by-email.command.js +0 -19
  740. package/build/frontend/commands/users/get-by/get-user-by-tag.command.js +0 -22
  741. package/build/frontend/commands/users/get-by/get-user-by-telegram-id.command.js +0 -19
  742. package/build/frontend/commands/users/tags/get-all-tags.command.js +0 -17
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetUserByTelegramIdCommand = void 0;
4
- const zod_1 = require("zod");
5
- const api_1 = require("../../../api");
6
- const constants_1 = require("../../../constants");
7
- const models_1 = require("../../../models");
8
- var GetUserByTelegramIdCommand;
9
- (function (GetUserByTelegramIdCommand) {
10
- GetUserByTelegramIdCommand.url = api_1.REST_API.USERS.GET_BY.TELEGRAM_ID;
11
- GetUserByTelegramIdCommand.TSQ_url = GetUserByTelegramIdCommand.url(':telegramId');
12
- GetUserByTelegramIdCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.GET_BY.TELEGRAM_ID(':telegramId'), 'get', 'Get users by telegram ID', { scope: 'by-telegram-id', kind: 'read' });
13
- GetUserByTelegramIdCommand.RequestSchema = zod_1.z.object({
14
- telegramId: zod_1.z.string(),
15
- });
16
- GetUserByTelegramIdCommand.ResponseSchema = zod_1.z.object({
17
- response: zod_1.z.array(models_1.ExtendedUsersSchema),
18
- });
19
- })(GetUserByTelegramIdCommand || (exports.GetUserByTelegramIdCommand = GetUserByTelegramIdCommand = {}));
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAllTagsCommand = void 0;
4
- const zod_1 = require("zod");
5
- const api_1 = require("../../../api");
6
- const constants_1 = require("../../../constants");
7
- var GetAllTagsCommand;
8
- (function (GetAllTagsCommand) {
9
- GetAllTagsCommand.url = api_1.REST_API.USERS.TAGS.GET;
10
- GetAllTagsCommand.TSQ_url = GetAllTagsCommand.url;
11
- GetAllTagsCommand.endpointDetails = (0, constants_1.getEndpointDetails)(api_1.USERS_ROUTES.TAGS.GET, 'get', 'Get all existing user tags', { scope: 'list-tags', kind: 'read' });
12
- GetAllTagsCommand.ResponseSchema = zod_1.z.object({
13
- response: zod_1.z.object({
14
- tags: zod_1.z.array(zod_1.z.string()),
15
- }),
16
- });
17
- })(GetAllTagsCommand || (exports.GetAllTagsCommand = GetAllTagsCommand = {}));